01HQ9EFKWTPS07RMQF3W7QMG1X: 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: 01HQ9EGMN3A6BHEJ5796Z40XSB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-22T22:22:16.054Zjob assigned to worker 01HQ9EGR0BFMSMNRZVAXS3MTA9 (queued for 1 m 18 s)
 
22024-02-22T22:22:16.653Zstarting task 0: "setup"
32024-02-22T22:22:16.775Z++ uname -s
42024-02-22T22:22:16.826Z+ kern=SunOS
52024-02-22T22:22:16.826Z+ case "$kern" in
62024-02-22T22:22:16.826Z+ groupadd -g 12345 build
72024-02-22T22:22:16.826Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-22T22:22:18.861Z+ zfs create -o mountpoint=/work rpool/work
92024-02-22T22:22:18.984Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-22T22:22:18.984Z+ home_fs=zfs
112024-02-22T22:22:18.984Z+ [[ zfs == autofs ]]
122024-02-22T22:22:18.984Z+ mkdir -p /home/build
132024-02-22T22:22:18.984Z+ chown build:build /home/build /work
142024-02-22T22:22:20.900Z+ chmod 0700 /home/build /work
152024-02-22T22:22:21.112Zprocess exited: duration 4224 ms, exit code 0
 
162024-02-22T22:22:21.509Zstarting task 1: "rust-toolchain"
172024-02-22T22:22:21.696Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-22T22:22:21.696Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-22T22:22:21.696Zinfo: downloading installer
202024-02-22T22:22:23.478Zwarning: it looks like you have an existing installation of Rust at:
212024-02-22T22:22:23.478Zwarning: /opt/ooce/bin
222024-02-22T22:22:23.478Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-22T22:22:23.478Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-22T22:22:23.478Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-22T22:22:23.478Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-22T22:22:23.479Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-22T22:22:23.479Zerror: cannot install while Rust is installed
282024-02-22T22:22:23.479Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-22T22:22:23.570Zinfo: profile set to 'default'
302024-02-22T22:22:23.570Zinfo: default host triple is x86_64-unknown-illumos
312024-02-22T22:22:23.699Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-22T22:22:23.700Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-22T22:22:23.700Zinfo: downloading component 'cargo'
342024-02-22T22:22:26.724Zinfo: downloading component 'clippy'
352024-02-22T22:22:26.724Zinfo: downloading component 'rust-docs'
362024-02-22T22:22:26.724Zinfo: downloading component 'rust-std'
372024-02-22T22:22:26.964Zinfo: downloading component 'rustc'
382024-02-22T22:22:30.777Zinfo: downloading component 'rustfmt'
392024-02-22T22:22:30.821Zinfo: installing component 'cargo'
402024-02-22T22:22:31.825Zinfo: installing component 'clippy'
412024-02-22T22:22:32.121Zinfo: installing component 'rust-docs'
422024-02-22T22:22:33.585Zinfo: installing component 'rust-std'
432024-02-22T22:22:35.912Zinfo: installing component 'rustc'
442024-02-22T22:22:41.082Zinfo: installing component 'rustfmt'
452024-02-22T22:22:41.492Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-22T22:22:41.492Z
472024-02-22T22:22:41.680Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-22T22:22:41.680Z
492024-02-22T22:22:41.739Z
502024-02-22T22:22:41.740ZRust is installed now. Great!
512024-02-22T22:22:41.740Z
522024-02-22T22:22:41.740ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-22T22:22:41.740Zenvironment variable. This has not been done automatically.
542024-02-22T22:22:41.740Z
552024-02-22T22:22:41.740ZTo configure your current shell, run:
562024-02-22T22:22:41.741Zsource "$HOME/.cargo/env"
572024-02-22T22:22:41.762Z+ rustc --version
582024-02-22T22:22:42.006Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-22T22:22:42.007Zprocess exited: duration 20330 ms, exit code 0
 
602024-02-22T22:22:42.606Zstarting task 2: "authentication"
612024-02-22T22:22:42.678Zprocess exited: duration 112 ms, exit code 0
 
622024-02-22T22:22:42.889Zstarting task 3: "clone repository"
632024-02-22T22:22:42.913Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-22T22:22:42.913Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-22T22:22:43.569ZCloning into '/work/oxidecomputer/omicron'...
662024-02-22T22:22:49.597Z+ cd /work/oxidecomputer/omicron
672024-02-22T22:22:49.597Z+ git fetch origin 0dbc2b3feb62747b0dc1ddc0ee982e1e0c9461a5
682024-02-22T22:22:50.063ZFrom https://github.com/oxidecomputer/omicron
692024-02-22T22:22:50.064Z * branch 0dbc2b3feb62747b0dc1ddc0ee982e1e0c9461a5 -> FETCH_HEAD
702024-02-22T22:22:50.140Z+ [[ -n '' ]]
712024-02-22T22:22:50.141Z+ git reset --hard 0dbc2b3feb62747b0dc1ddc0ee982e1e0c9461a5
722024-02-22T22:22:50.213ZHEAD is now at 0dbc2b3fe address comments
732024-02-22T22:22:50.253Zprocess exited: duration 7303 ms, exit code 0
 
742024-02-22T22:22:50.429Zstarting task 4: "build"
752024-02-22T22:22:50.527Z+ cargo --version
762024-02-22T22:22:50.527Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-22T22:22:50.742Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-22T22:22:50.742Zinfo: downloading component 'cargo'
792024-02-22T22:22:51.440Zinfo: downloading component 'clippy'
802024-02-22T22:22:51.732Zinfo: downloading component 'rust-docs'
812024-02-22T22:22:52.859Zinfo: downloading component 'rust-std'
822024-02-22T22:22:54.686Zinfo: downloading component 'rustc'
832024-02-22T22:22:59.324Zinfo: downloading component 'rustfmt'
842024-02-22T22:22:59.720Zinfo: installing component 'cargo'
852024-02-22T22:23:00.518Zinfo: installing component 'clippy'
862024-02-22T22:23:00.945Zinfo: installing component 'rust-docs'
872024-02-22T22:23:02.375Zinfo: installing component 'rust-std'
882024-02-22T22:23:03.983Zinfo: installing component 'rustc'
892024-02-22T22:23:08.278Zinfo: installing component 'rustfmt'
902024-02-22T22:23:08.518Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-22T22:23:08.878Z+ rustc --version
922024-02-22T22:23:08.878Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-22T22:23:08.878Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-02-22T22:23:25.936Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-02-22T22:23:27.419Z Startup: Caching catalogs ... Done
962024-02-22T22:23:28.861ZPlanning: Solver setup ... Done (1.147s)
972024-02-22T22:23:28.954ZPlanning: Running solver ... Done (0.028s)
982024-02-22T22:23:29.290ZPlanning: Finding local manifests ... Done (0.405s)
992024-02-22T22:23:29.362ZPlanning: Fetching manifests: 0/4 0% complete
1002024-02-22T22:23:29.619ZPlanning: Fetching manifests: 4/4 100% complete
1012024-02-22T22:23:29.680ZPlanning: Package planning ... Done (0.049s)
1022024-02-22T22:23:29.749ZPlanning: Merging actions ... Done (0.051s)
1032024-02-22T22:23:32.014ZPlanning: Checking for conflicting actions ... Done (2.279s)
1042024-02-22T22:23:32.307ZPlanning: Consolidating action changes ... Done (0.012s)
1052024-02-22T22:23:38.366ZPlanning: Evaluating mediators ... Done (6.341s)
1062024-02-22T22:23:38.671ZPlanning: Planning completed in 11.04 seconds
1072024-02-22T22:23:38.671Z Packages to install: 4
1082024-02-22T22:23:38.671Z Mediators to change: 2
1092024-02-22T22:23:38.671Z Services to change: 1
1102024-02-22T22:23:38.671Z Estimated space available: 148.87 GB
1112024-02-22T22:23:38.671ZEstimated space to be consumed: 1.41 GB
1122024-02-22T22:23:38.671Z Create boot environment: No
1132024-02-22T22:23:38.672ZCreate backup boot environment: No
1142024-02-22T22:23:38.672Z Rebuild boot archive: No
1152024-02-22T22:23:38.672Z
1162024-02-22T22:23:38.672ZChanged mediators:
1172024-02-22T22:23:38.672Z mediator clang:
1182024-02-22T22:23:38.672Z version: None -> 15 (system default)
1192024-02-22T22:23:38.672Z
1202024-02-22T22:23:38.672Z mediator llvm:
1212024-02-22T22:23:38.672Z version: 14 (system default) -> 15 (system default)
1222024-02-22T22:23:38.672Z
1232024-02-22T22:23:38.672ZChanged packages:
1242024-02-22T22:23:38.673Zhelios-dev
1252024-02-22T22:23:38.673Z developer/build-essential
1262024-02-22T22:23:38.673Z None -> 11-2.0
1272024-02-22T22:23:38.673Z library/libxmlsec1
1282024-02-22T22:23:38.673Z None -> 1.2.35-2.0
1292024-02-22T22:23:38.673Z ooce/developer/clang-15
1302024-02-22T22:23:38.673Z None -> 15.0.7-2.0
1312024-02-22T22:23:38.674Z ooce/developer/llvm-15
1322024-02-22T22:23:38.674Z None -> 15.0.7-2.0
1332024-02-22T22:23:38.674Z
1342024-02-22T22:23:38.674ZServices:
1352024-02-22T22:23:38.674Z restart_fmri:
1362024-02-22T22:23:38.674Z svc:/system/update-man-index:default
1372024-02-22T22:23:39.004Z
1382024-02-22T22:23:39.004ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-02-22T22:23:44.458ZDownload: 1117/3290 items 38.9/212.6MB 18% complete (7.6M/s)
1402024-02-22T22:23:48.990ZDownload: 1825/3290 items 118.4/212.6MB 55% complete (12.0M/s)
1412024-02-22T22:23:54.145ZDownload: 2365/3290 items 119.7/212.6MB 56% complete (9.3M/s)
1422024-02-22T22:23:59.053ZDownload: 3246/3290 items 190.4/212.6MB 89% complete (7.1M/s)
1432024-02-22T22:24:02.470ZDownload: Completed 212.60 MB in 23.49 seconds (9.1M/s)
1442024-02-22T22:24:02.773Z Actions: 1/3689 actions (Installing new actions)
1452024-02-22T22:24:08.205Z Actions: 3552/3689 actions (Installing new actions)
1462024-02-22T22:24:08.864Z Actions: Completed 3689 actions in 6.07 seconds.
1472024-02-22T22:24:09.186Z Done (0.171s)
1482024-02-22T22:24:09.186Z Done (0.000s)
1492024-02-22T22:24:09.881Z Done (0.221s)
1502024-02-22T22:24:16.431Z Done (6.899s)
1512024-02-22T22:24:16.698Z Done (0.194s)
1522024-02-22T22:24:16.698Z Done (0.000s)
1532024-02-22T22:24:17.135Z Done (0.000s)
1542024-02-22T22:24:17.248ZPlanning: Evaluating mediator changes ... Done
1552024-02-22T22:24:18.017ZPlanning: Checking for conflicting actions ... Done
1562024-02-22T22:24:18.017ZPlanning: Consolidating action changes ... Done
1572024-02-22T22:24:18.275ZPlanning: Evaluating mediators ... Done
1582024-02-22T22:24:18.275ZPlanning: Planning completed in 0.44 seconds
1592024-02-22T22:24:18.275Z Mediators to change: 2
1602024-02-22T22:24:18.275Z Create boot environment: No
1612024-02-22T22:24:18.275ZCreate backup boot environment: No
1622024-02-22T22:24:18.275Z Done
1632024-02-22T22:24:18.275Z Done
1642024-02-22T22:24:18.275Z Done
1652024-02-22T22:24:21.541Z Done
1662024-02-22T22:24:21.729Z Done
1672024-02-22T22:24:21.729Z Done
1682024-02-22T22:24:21.852Z Done
1692024-02-22T22:24:22.407ZPlanning: Evaluating mediator changes ... Done
1702024-02-22T22:24:22.506ZPlanning: Merging actions ... Done
1712024-02-22T22:24:22.607ZPlanning: Checking for conflicting actions ... Done
1722024-02-22T22:24:22.769ZPlanning: Consolidating action changes ... Done
1732024-02-22T22:24:22.869ZPlanning: Evaluating mediators ... Done
1742024-02-22T22:24:22.916ZPlanning: Planning completed in 0.80 seconds
1752024-02-22T22:24:22.953Z Packages to change: 1
1762024-02-22T22:24:22.954Z Mediators to change: 1
1772024-02-22T22:24:22.954Z Services to change: 1
1782024-02-22T22:24:22.954Z Create boot environment: No
1792024-02-22T22:24:22.954ZCreate backup boot environment: Yes
1802024-02-22T22:24:24.846Z Actions: 1/6 actions (Updating modified actions)
1812024-02-22T22:24:24.932Z Actions: Completed 6 actions in 0.03 seconds.
1822024-02-22T22:24:24.932Z Done
1832024-02-22T22:24:24.932Z Done
1842024-02-22T22:24:25.009Z Done
1852024-02-22T22:24:29.421Z Done
1862024-02-22T22:24:29.516Z Done
1872024-02-22T22:24:29.517Z Done
1882024-02-22T22:24:29.517Z Done
1892024-02-22T22:24:29.517ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-02-22T22:24:29.517Zclang system 15 system
1912024-02-22T22:24:29.517Zcsh system system illumos
1922024-02-22T22:24:29.517Zctags system system illumos
1932024-02-22T22:24:29.517Zgcc vendor 12 vendor
1942024-02-22T22:24:29.517Zgcc system 10 system
1952024-02-22T22:24:29.517Zgcc system 7 system
1962024-02-22T22:24:29.517Zgo system 1.20 system
1972024-02-22T22:24:29.517Zgo system 1.19 system
1982024-02-22T22:24:29.517Zllvm system 15 system
1992024-02-22T22:24:29.517Zllvm system 14 system
2002024-02-22T22:24:29.518Zmariadb system 10.6 system
2012024-02-22T22:24:29.518Zmta vendor vendor dma
2022024-02-22T22:24:29.518Zopenjdk system 17 system
2032024-02-22T22:24:29.518Zopenjdk system 11 system
2042024-02-22T22:24:29.518Zopenjdk system 1.8 system
2052024-02-22T22:24:29.518Zopenssl vendor 3 vendor
2062024-02-22T22:24:29.518Zperl system 5.36 system
2072024-02-22T22:24:29.518Zpostgresql system 15 system
2082024-02-22T22:24:29.518Zpostgresql system 13 system
2092024-02-22T22:24:29.518Zpython vendor 3 vendor
2102024-02-22T22:24:29.518Zpython system 2 system
2112024-02-22T22:24:29.518Zpython3 system 3.11 system
2122024-02-22T22:24:29.518Zruby system 3.0 system
2132024-02-22T22:24:29.518Zwords vendor vendor american-english
2142024-02-22T22:24:29.518Zwords system system australian-english
2152024-02-22T22:24:29.518Zwords system system british-english
2162024-02-22T22:24:29.518Zwords system system canadian-english
2172024-02-22T22:24:29.518Zwords system system french
2182024-02-22T22:24:29.518Zwords system system italian
2192024-02-22T22:24:29.518Zwords system system ngerman
2202024-02-22T22:24:29.518Zwords system system ogerman
2212024-02-22T22:24:29.518Zwords system system spanish
2222024-02-22T22:24:29.634ZFMRI IFO
2232024-02-22T22:24:29.634Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2242024-02-22T22:24:29.634Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2252024-02-22T22:24:29.634Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2262024-02-22T22:24:29.634Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2272024-02-22T22:24:29.634Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2282024-02-22T22:24:29.634Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2292024-02-22T22:24:29.634Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-02-22T22:24:29.635Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2312024-02-22T22:24:29.833Z+ set -o errexit
2322024-02-22T22:24:29.834Z+++ dirname ./tools/ci_download_cockroachdb
2332024-02-22T22:24:29.834Z++ cd ./tools
2342024-02-22T22:24:29.834Z++ pwd
2352024-02-22T22:24:29.834Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2362024-02-22T22:24:29.834Z++ basename ./tools/ci_download_cockroachdb
2372024-02-22T22:24:29.834Z+ ARG0=ci_download_cockroachdb
2382024-02-22T22:24:29.835Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2392024-02-22T22:24:29.835Z+ CIDL_VERSION=v22.1.9
2402024-02-22T22:24:29.835Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2412024-02-22T22:24:29.835Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2422024-02-22T22:24:29.835Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2432024-02-22T22:24:29.835Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2442024-02-22T22:24:29.836Z+ TARGET_DIR=out
2452024-02-22T22:24:29.836Z+ DOWNLOAD_DIR=out/downloads
2462024-02-22T22:24:29.836Z+ DEST_DIR=./out/cockroachdb
2472024-02-22T22:24:29.836Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2482024-02-22T22:24:29.836Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2492024-02-22T22:24:29.836Z+ main
2502024-02-22T22:24:29.837Z+ [[ 0 != 0 ]]
2512024-02-22T22:24:29.837Z+ CIDL_OS=solaris2.11
2522024-02-22T22:24:29.837Z+ [[ 0 != 0 ]]
2532024-02-22T22:24:29.837Z+ configure_os solaris2.11
2542024-02-22T22:24:29.837Z+ echo 'current directory: /work/oxidecomputer/omicron'
2552024-02-22T22:24:29.837Zcurrent directory: /work/oxidecomputer/omicron
2562024-02-22T22:24:29.837Z+ echo 'configuring based on OS: "solaris2.11"'
2572024-02-22T22:24:29.838Z+ case "$1" in
2582024-02-22T22:24:29.838Zconfiguring based on OS: "solaris2.11"
2592024-02-22T22:24:29.838Z+ CIDL_BUILD=illumos
2602024-02-22T22:24:29.838Z+ CIDL_SUFFIX=tar.gz
2612024-02-22T22:24:29.838Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-02-22T22:24:29.838Z+ CIDL_URL_BASE=https://illumos.org/downloads
2632024-02-22T22:24:29.838Z+ CIDL_ASSEMBLE=do_assemble_illumos
2642024-02-22T22:24:29.838Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2652024-02-22T22:24:29.839Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2662024-02-22T22:24:29.839Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672024-02-22T22:24:29.839Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2682024-02-22T22:24:29.839Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692024-02-22T22:24:29.839Z+ CIDL_SHA256FUNC=do_sha256sum
2702024-02-22T22:24:29.839Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712024-02-22T22:24:29.839Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722024-02-22T22:24:29.839ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-02-22T22:24:29.839ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-02-22T22:24:29.839Z+ mkdir -p out/downloads
2752024-02-22T22:24:29.840Z+ mkdir -p ./out/cockroachdb
2762024-02-22T22:24:29.840Z+ local DO_DOWNLOAD=true
2772024-02-22T22:24:29.840Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2782024-02-22T22:24:29.840Z+ '[' true == true ']'
2792024-02-22T22:24:29.840Z+ echo Downloading...
2802024-02-22T22:24:29.841ZDownloading...
2812024-02-22T22:24:29.841Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-02-22T22:24:29.841Z+ 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
2832024-02-22T22:24:33.518Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-22T22:24:33.618Z++ sha256sum
2852024-02-22T22:24:33.618Z++ awk '{print $1}'
2862024-02-22T22:24:33.723Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2872024-02-22T22:24:33.723Z+ [[ 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 ]]
2882024-02-22T22:24:33.723Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-02-22T22:24:33.723Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2902024-02-22T22:24:35.877Z+ do_assemble_illumos
2912024-02-22T22:24:35.877Z+ rm -r ./out/cockroachdb
2922024-02-22T22:24:35.962Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2932024-02-22T22:24:36.261Z+ ./out/cockroachdb/bin/cockroach version
2942024-02-22T22:24:36.714ZBuild Tag: v22.1.9-dirty
2952024-02-22T22:24:36.714ZBuild Time: 2022/10/26 21:17:46
2962024-02-22T22:24:36.714ZDistribution: OSS
2972024-02-22T22:24:36.714ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2982024-02-22T22:24:36.714ZGo Version: go1.17.13
2992024-02-22T22:24:36.714ZC Compiler: gcc 10.3.0
3002024-02-22T22:24:36.714ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3012024-02-22T22:24:36.714ZBuild Type: release
3022024-02-22T22:24:36.790Z+ set -o errexit
3032024-02-22T22:24:36.790Z+++ dirname ./tools/ci_download_clickhouse
3042024-02-22T22:24:36.790Z++ cd ./tools
3052024-02-22T22:24:36.790Z++ pwd
3062024-02-22T22:24:36.790Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3072024-02-22T22:24:36.790Z++ basename ./tools/ci_download_clickhouse
3082024-02-22T22:24:36.791Z+ ARG0=ci_download_clickhouse
3092024-02-22T22:24:36.791Z+ TARGET_DIR=out
3102024-02-22T22:24:36.791Z+ DOWNLOAD_DIR=out/downloads
3112024-02-22T22:24:36.791Z+ DEST_DIR=./out/clickhouse
3122024-02-22T22:24:36.791Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3132024-02-22T22:24:36.791Z+ CIDL_VERSION=v22.8.9.24
3142024-02-22T22:24:36.792Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152024-02-22T22:24:36.792Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3162024-02-22T22:24:36.792Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3172024-02-22T22:24:36.792Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3182024-02-22T22:24:36.792Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192024-02-22T22:24:36.792Z+ main
3202024-02-22T22:24:36.792Z+ [[ 0 != 0 ]]
3212024-02-22T22:24:36.792Z+ CIDL_OS=solaris2.11
3222024-02-22T22:24:36.792Z+ [[ 0 != 0 ]]
3232024-02-22T22:24:36.792Z+ configure_os solaris2.11
3242024-02-22T22:24:36.792Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252024-02-22T22:24:36.792Zcurrent directory: /work/oxidecomputer/omicron
3262024-02-22T22:24:36.792Zconfiguring based on OS: "solaris2.11"
3272024-02-22T22:24:36.792Z+ echo 'configuring based on OS: "solaris2.11"'
3282024-02-22T22:24:36.792Z+ CIDL_DASHREV=
3292024-02-22T22:24:36.792Z+ case "$1" in
3302024-02-22T22:24:36.793Z+ CIDL_PLATFORM=illumos
3312024-02-22T22:24:36.793Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3322024-02-22T22:24:36.793Z+ CIDL_MD5FUNC=do_md5sum
3332024-02-22T22:24:36.793Z+ CIDL_DASHREV=-1
3342024-02-22T22:24:36.793Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3352024-02-22T22:24:36.793Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3362024-02-22T22:24:36.793Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372024-02-22T22:24:36.793Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382024-02-22T22:24:36.793Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392024-02-22T22:24:36.793Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3402024-02-22T22:24:36.793ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-02-22T22:24:36.793ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-02-22T22:24:36.793Z+ mkdir -p out/downloads
3432024-02-22T22:24:36.793Z+ mkdir -p ./out/clickhouse
3442024-02-22T22:24:36.793Z+ local DO_DOWNLOAD=true
3452024-02-22T22:24:36.793Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3462024-02-22T22:24:36.793Z+ '[' true == true ']'
3472024-02-22T22:24:36.793Z+ echo Downloading...
3482024-02-22T22:24:36.793ZDownloading...
3492024-02-22T22:24:36.793Z+ 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
3502024-02-22T22:24:36.793Z+ 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
3512024-02-22T22:24:39.273Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522024-02-22T22:24:39.371Z++ md5sum
3532024-02-22T22:24:39.371Z++ awk '{print $1}'
3542024-02-22T22:24:39.507Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3552024-02-22T22:24:39.507Z+ [[ 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 ]]
3562024-02-22T22:24:39.612Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3572024-02-22T22:24:39.612Z+ mkdir -p ./out/clickhouse
3582024-02-22T22:24:39.612Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3592024-02-22T22:24:42.553Z+ ./out/clickhouse/clickhouse server --version
3602024-02-22T22:24:42.581ZClickHouse server version 22.8.9.1.
3612024-02-22T22:24:42.628Z+ set -o errexit
3622024-02-22T22:24:42.628Z+++ dirname ./tools/ci_download_console
3632024-02-22T22:24:42.629Z++ cd ./tools
3642024-02-22T22:24:42.629Z++ pwd
3652024-02-22T22:24:42.629Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662024-02-22T22:24:42.629Z++ basename ./tools/ci_download_console
3672024-02-22T22:24:42.629Z+ ARG0=ci_download_console
3682024-02-22T22:24:42.629Z+ TARGET_DIR=out
3692024-02-22T22:24:42.629Z+ DOWNLOAD_DIR=out/downloads
3702024-02-22T22:24:42.629Z+ DEST_DIR=./out/console-assets
3712024-02-22T22:24:42.629Z+ source /work/oxidecomputer/omicron/tools/console_version
3722024-02-22T22:24:42.629Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3732024-02-22T22:24:42.630Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3742024-02-22T22:24:42.630Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3752024-02-22T22:24:42.630Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762024-02-22T22:24:42.630Z+ main
3772024-02-22T22:24:42.630Z+ [[ 0 != 0 ]]
3782024-02-22T22:24:42.630Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3792024-02-22T22:24:42.630ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3802024-02-22T22:24:42.630ZLocal file: out/downloads/console.tar.gz
3812024-02-22T22:24:42.630Z+ echo 'Local file: out/downloads/console.tar.gz'
3822024-02-22T22:24:42.630Z+ local DO_DOWNLOAD=true
3832024-02-22T22:24:42.630Z+ [[ -f out/downloads/console.tar.gz ]]
3842024-02-22T22:24:42.631Z+ mkdir -p out/downloads
3852024-02-22T22:24:42.631Z+ '[' true == true ']'
3862024-02-22T22:24:42.631Z+ echo Downloading...
3872024-02-22T22:24:42.631ZDownloading...
3882024-02-22T22:24:42.631Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3892024-02-22T22:24:42.631Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3902024-02-22T22:24:43.230Z++ do_sha256sum out/downloads/console.tar.gz
3912024-02-22T22:24:43.292Z++ case "$OSTYPE" in
3922024-02-22T22:24:43.292Z++ SHA=sha256sum
3932024-02-22T22:24:43.292Z++ sha256sum
3942024-02-22T22:24:43.292Z++ awk '{print $1}'
3952024-02-22T22:24:43.293Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3962024-02-22T22:24:43.293Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
3972024-02-22T22:24:43.293Z+ rm -rf ./out/console-assets
3982024-02-22T22:24:43.293Z+ mkdir -p ./out/console-assets
3992024-02-22T22:24:43.293Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002024-02-22T22:24:43.294Z+ mkdir -p ./out/console-assets
4012024-02-22T22:24:43.294Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022024-02-22T22:24:43.433Z+ set -o errexit
4032024-02-22T22:24:43.434Z+++ dirname ./tools/ci_download_maghemite_openapi
4042024-02-22T22:24:43.434Z++ cd ./tools
4052024-02-22T22:24:43.434Z++ pwd
4062024-02-22T22:24:50.540Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072024-02-22T22:24:50.541Z++ basename ./tools/ci_download_maghemite_openapi
4082024-02-22T22:24:50.541Z+ ARG0=ci_download_maghemite_openapi
4092024-02-22T22:24:50.541Z+ TARGET_DIR=out
4102024-02-22T22:24:50.541Z+ DOWNLOAD_DIR=out/downloads
4112024-02-22T22:24:50.542Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4122024-02-22T22:24:50.542Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4132024-02-22T22:24:50.542Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4142024-02-22T22:24:50.543Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4152024-02-22T22:24:50.543Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4162024-02-22T22:24:50.543Z+ main
4172024-02-22T22:24:50.543Z+ [[ 0 != 0 ]]
4182024-02-22T22:24:50.543Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4192024-02-22T22:24:50.544ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4202024-02-22T22:24:50.544Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4212024-02-22T22:24:50.544ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4222024-02-22T22:24:50.544Z+ local DO_DOWNLOAD=true
4232024-02-22T22:24:50.545Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4242024-02-22T22:24:50.545Z+ mkdir -p out/downloads
4252024-02-22T22:24:50.545Z+ '[' true == true ']'
4262024-02-22T22:24:50.547Z+ echo Downloading...
4272024-02-22T22:24:50.547ZDownloading...
4282024-02-22T22:24:50.547Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4292024-02-22T22:24:50.547Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4302024-02-22T22:24:51.049Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4312024-02-22T22:24:51.258Z++ case "$OSTYPE" in
4322024-02-22T22:24:51.259Z++ SHA=sha256sum
4332024-02-22T22:24:51.259Z++ sha256sum
4342024-02-22T22:24:51.259Z++ awk '{print $1}'
4352024-02-22T22:24:51.259Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4362024-02-22T22:24:51.259Z+ [[ 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 ]]
4372024-02-22T22:24:51.259Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4382024-02-22T22:24:51.259Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4392024-02-22T22:24:51.259Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4402024-02-22T22:24:51.259Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4412024-02-22T22:24:51.259Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4422024-02-22T22:24:51.259Z+ main
4432024-02-22T22:24:51.259Z+ [[ 0 != 0 ]]
4442024-02-22T22:24:51.259Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4452024-02-22T22:24:51.259Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4462024-02-22T22:24:51.259ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4472024-02-22T22:24:51.259ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4482024-02-22T22:24:51.259Z+ local DO_DOWNLOAD=true
4492024-02-22T22:24:51.259Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4502024-02-22T22:24:51.260Z+ mkdir -p out/downloads
4512024-02-22T22:24:51.260Z+ '[' true == true ']'
4522024-02-22T22:24:51.260Z+ echo Downloading...
4532024-02-22T22:24:51.260ZDownloading...
4542024-02-22T22:24:51.260Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4552024-02-22T22:24:51.260Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4562024-02-22T22:24:52.826Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4572024-02-22T22:24:53.583Z++ case "$OSTYPE" in
4582024-02-22T22:24:53.583Z++ SHA=sha256sum
4592024-02-22T22:24:53.583Z++ sha256sum
4602024-02-22T22:24:53.583Z++ awk '{print $1}'
4612024-02-22T22:24:53.583Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4622024-02-22T22:24:53.583Z+ [[ 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 ]]
4632024-02-22T22:24:53.583Z+ set -o errexit
4642024-02-22T22:24:53.583Z+++ dirname ./tools/ci_download_dendrite_openapi
4652024-02-22T22:24:53.583Z++ cd ./tools
4662024-02-22T22:24:53.583Z++ pwd
4672024-02-22T22:24:53.583Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4682024-02-22T22:24:53.583Z++ basename ./tools/ci_download_dendrite_openapi
4692024-02-22T22:24:53.583Z+ ARG0=ci_download_dendrite_openapi
4702024-02-22T22:24:53.583Z+ TARGET_DIR=out
4712024-02-22T22:24:53.583Z+ DOWNLOAD_DIR=out/downloads
4722024-02-22T22:24:53.584Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732024-02-22T22:24:53.584Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4742024-02-22T22:24:53.584Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4752024-02-22T22:24:53.584Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4762024-02-22T22:24:53.584Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4772024-02-22T22:24:53.584Z+ main
4782024-02-22T22:24:53.584Z+ [[ 0 != 0 ]]
4792024-02-22T22:24:53.584Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4802024-02-22T22:24:53.584ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4812024-02-22T22:24:53.584Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4822024-02-22T22:24:53.584Z+ local DO_DOWNLOAD=true
4832024-02-22T22:24:53.584ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4842024-02-22T22:24:53.584Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4852024-02-22T22:24:53.584Z+ mkdir -p out/downloads
4862024-02-22T22:24:53.584Z+ '[' true == true ']'
4872024-02-22T22:24:53.584Z+ echo Downloading...
4882024-02-22T22:24:53.584ZDownloading...
4892024-02-22T22:24:53.584Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4902024-02-22T22:24:53.584Z+ 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
4912024-02-22T22:25:10.772Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4922024-02-22T22:25:14.908Z++ case "$OSTYPE" in
4932024-02-22T22:25:14.908Z++ SHA=sha256sum
4942024-02-22T22:25:14.908Z++ sha256sum
4952024-02-22T22:25:14.908Z++ awk '{print $1}'
4962024-02-22T22:25:14.909Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4972024-02-22T22:25:14.909Z+ [[ 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 ]]
4982024-02-22T22:25:14.909Z+ set -o errexit
4992024-02-22T22:25:14.909Z+++ dirname ./tools/ci_download_dendrite_stub
5002024-02-22T22:25:14.909Z++ cd ./tools
5012024-02-22T22:25:14.910Z++ pwd
5022024-02-22T22:25:14.910Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032024-02-22T22:25:14.910Z++ basename ./tools/ci_download_dendrite_stub
5042024-02-22T22:25:14.910Z+ ARG0=ci_download_dendrite_stub
5052024-02-22T22:25:14.910Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5062024-02-22T22:25:14.910Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5072024-02-22T22:25:14.910Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5082024-02-22T22:25:14.910Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5092024-02-22T22:25:14.910Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5102024-02-22T22:25:14.910Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5112024-02-22T22:25:14.910Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5122024-02-22T22:25:14.910Z+ TARGET_DIR=out
5132024-02-22T22:25:14.911Z+ DOWNLOAD_DIR=out/downloads
5142024-02-22T22:25:14.911Z+ DEST_DIR=./out/dendrite-stub
5152024-02-22T22:25:14.911Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5162024-02-22T22:25:14.911Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172024-02-22T22:25:14.911Z+ REPO=oxidecomputer/dendrite
5182024-02-22T22:25:14.911Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5192024-02-22T22:25:14.911Z+ main
5202024-02-22T22:25:14.911Z+ [[ 0 != 0 ]]
5212024-02-22T22:25:14.911Z+ CIDL_OS=solaris2.11
5222024-02-22T22:25:14.911Z+ [[ 0 != 0 ]]
5232024-02-22T22:25:14.911Z+ configure_os solaris2.11
5242024-02-22T22:25:14.911Z+ echo 'current directory: /work/oxidecomputer/omicron'
5252024-02-22T22:25:14.912Zcurrent directory: /work/oxidecomputer/omicron
5262024-02-22T22:25:14.912Z+ echo 'configuring based on OS: "solaris2.11"'
5272024-02-22T22:25:14.912Z+ case "$1" in
5282024-02-22T22:25:14.912Zconfiguring based on OS: "solaris2.11"
5292024-02-22T22:25:14.912Z+ SET_BINARIES=
5302024-02-22T22:25:14.912Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5312024-02-22T22:25:14.912Z+ CIDL_SHA256FUNC=do_sha256sum
5322024-02-22T22:25:14.912Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5332024-02-22T22:25:14.912Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5342024-02-22T22:25:14.912Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5352024-02-22T22:25:14.913Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5362024-02-22T22:25:14.913ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5372024-02-22T22:25:14.913ZLocal file: out/downloads/dendrite-stub.tar.gz
5382024-02-22T22:25:14.913Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5392024-02-22T22:25:14.913Z+ mkdir -p out/downloads
5402024-02-22T22:25:14.913Z+ mkdir -p ./out/dendrite-stub
5412024-02-22T22:25:14.913Z+ fetch_and_verify
5422024-02-22T22:25:14.913Z+ local DO_DOWNLOAD=true
5432024-02-22T22:25:14.913Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5442024-02-22T22:25:14.913Z+ '[' true == true ']'
5452024-02-22T22:25:14.913Z+ echo Downloading...
5462024-02-22T22:25:14.913ZDownloading...
5472024-02-22T22:25:14.913Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5482024-02-22T22:25:14.913Z+ 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
5492024-02-22T22:26:46.546Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5502024-02-22T22:26:46.667Z++ sha256sum
5512024-02-22T22:26:46.667Z++ awk '{print $1}'
5522024-02-22T22:26:46.667Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5532024-02-22T22:26:46.667Z+ [[ 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 ]]
5542024-02-22T22:26:46.667Z+ do_untar out/downloads/dendrite-stub.tar.gz
5552024-02-22T22:26:46.668Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5562024-02-22T22:26:47.280Z+ do_assemble
5572024-02-22T22:26:47.280Z+ rm -r ./out/dendrite-stub
5582024-02-22T22:26:48.404Z+ mkdir ./out/dendrite-stub
5592024-02-22T22:26:48.405Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5602024-02-22T22:26:48.405Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5612024-02-22T22:26:48.405Z+ set -o errexit
5622024-02-22T22:26:48.405Z+++ dirname ./tools/ci_download_maghemite_mgd
5632024-02-22T22:26:48.405Z++ cd ./tools
5642024-02-22T22:26:48.405Z++ pwd
5652024-02-22T22:26:48.405Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662024-02-22T22:26:48.405Z++ basename ./tools/ci_download_maghemite_mgd
5672024-02-22T22:26:48.405Z+ ARG0=ci_download_maghemite_mgd
5682024-02-22T22:26:48.405Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5692024-02-22T22:26:48.405Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5702024-02-22T22:26:48.406Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5712024-02-22T22:26:48.406Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5722024-02-22T22:26:48.406Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5732024-02-22T22:26:48.406Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5742024-02-22T22:26:48.406Z+ TARGET_DIR=out
5752024-02-22T22:26:48.406Z+ DOWNLOAD_DIR=out/downloads
5762024-02-22T22:26:48.407Z+ DEST_DIR=./out/mgd
5772024-02-22T22:26:48.407Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5782024-02-22T22:26:48.407Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5792024-02-22T22:26:48.407Z+ REPO=oxidecomputer/maghemite
5802024-02-22T22:26:48.408Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5812024-02-22T22:26:48.408Z+ main
5822024-02-22T22:26:48.408Z+ [[ 0 != 0 ]]
5832024-02-22T22:26:48.408Z+ CIDL_OS=solaris2.11
5842024-02-22T22:26:48.408Z+ [[ 0 != 0 ]]
5852024-02-22T22:26:48.408Z+ configure_os solaris2.11
5862024-02-22T22:26:48.408Z+ echo 'current directory: /work/oxidecomputer/omicron'
5872024-02-22T22:26:48.408Z+ echo 'configuring based on OS: "solaris2.11"'
5882024-02-22T22:26:48.408Z+ case "$1" in
5892024-02-22T22:26:48.408Z+ SET_BINARIES=
5902024-02-22T22:26:48.409Zcurrent directory: /work/oxidecomputer/omicron
5912024-02-22T22:26:48.409Zconfiguring based on OS: "solaris2.11"
5922024-02-22T22:26:48.409Z+ CIDL_SHA256FUNC=do_sha256sum
5932024-02-22T22:26:48.410Z+ TARBALL_FILENAME=mgd.tar.gz
5942024-02-22T22:26:48.410Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
5952024-02-22T22:26:48.410Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5962024-02-22T22:26:48.410Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
5972024-02-22T22:26:48.410ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
5982024-02-22T22:26:48.410Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5992024-02-22T22:26:48.410Z+ mkdir -p out/downloads
6002024-02-22T22:26:48.410ZLocal file: out/downloads/mgd.tar.gz
6012024-02-22T22:26:48.410Z+ mkdir -p ./out/mgd
6022024-02-22T22:26:48.410Z+ fetch_and_verify
6032024-02-22T22:26:48.410Z+ local DO_DOWNLOAD=true
6042024-02-22T22:26:48.410Z+ [[ -f out/downloads/mgd.tar.gz ]]
6052024-02-22T22:26:48.410Z+ '[' true == true ']'
6062024-02-22T22:26:48.411Z+ echo Downloading...
6072024-02-22T22:26:48.411ZDownloading...
6082024-02-22T22:26:48.411Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6092024-02-22T22:26:48.411Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6102024-02-22T22:27:48.942Z++ do_sha256sum out/downloads/mgd.tar.gz
6112024-02-22T22:27:49.745Z++ sha256sum
6122024-02-22T22:27:49.745Z++ awk '{print $1}'
6132024-02-22T22:27:49.745Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6142024-02-22T22:27:49.745Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6152024-02-22T22:27:49.745Z+ do_untar out/downloads/mgd.tar.gz
6162024-02-22T22:27:49.745Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6172024-02-22T22:27:50.792Z+ do_assemble
6182024-02-22T22:27:50.792Z+ rm -r ./out/mgd
6192024-02-22T22:27:50.792Z+ mkdir ./out/mgd
6202024-02-22T22:27:50.792Z+ cp -r out/downloads/root ./out/mgd/root
6212024-02-22T22:27:50.792Z+ set -o errexit
6222024-02-22T22:27:50.792Z+++ dirname ./tools/ci_download_transceiver_control
6232024-02-22T22:27:50.792Z++ cd ./tools
6242024-02-22T22:27:50.792Z++ pwd
6252024-02-22T22:27:50.792Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262024-02-22T22:27:50.793Z++ basename ./tools/ci_download_transceiver_control
6272024-02-22T22:27:50.793Z+ ARG0=ci_download_transceiver_control
6282024-02-22T22:27:50.793Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6292024-02-22T22:27:50.793Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6302024-02-22T22:27:50.793Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6312024-02-22T22:27:50.793Z+ TARGET_DIR=out
6322024-02-22T22:27:50.793Z+ DOWNLOAD_DIR=out/downloads
6332024-02-22T22:27:50.793Z+ DEST_DIR=./out/transceiver-control
6342024-02-22T22:27:50.793Z+ BIN_DIR=/opt/oxide/bin
6352024-02-22T22:27:50.793Z+ BINARY=xcvradm
6362024-02-22T22:27:50.793Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372024-02-22T22:27:50.793Z+ REPO=oxidecomputer/transceiver-control
6382024-02-22T22:27:50.793Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392024-02-22T22:27:50.793Z+ main
6402024-02-22T22:27:50.793Z+ [[ 0 != 0 ]]
6412024-02-22T22:27:50.793Z+ CIDL_OS=solaris2.11
6422024-02-22T22:27:50.794Z+ [[ 0 != 0 ]]
6432024-02-22T22:27:50.794Z+ configure_os solaris2.11
6442024-02-22T22:27:50.794Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452024-02-22T22:27:50.794Zcurrent directory: /work/oxidecomputer/omicron
6462024-02-22T22:27:50.794Z+ echo 'configuring based on OS: "solaris2.11"'
6472024-02-22T22:27:50.794Zconfiguring based on OS: "solaris2.11"
6482024-02-22T22:27:50.794Z+ case "$1" in
6492024-02-22T22:27:50.794Z+ SET_BINARIES=
6502024-02-22T22:27:50.794Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512024-02-22T22:27:50.794Z+ CIDL_SHA256FUNC=do_sha256sum
6522024-02-22T22:27:50.794Z+ ARCHIVE_FILENAME=xcvradm.gz
6532024-02-22T22:27:50.794Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542024-02-22T22:27:50.794Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6552024-02-22T22:27:50.794Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6562024-02-22T22:27:50.794Z+ echo 'Local file: out/downloads/xcvradm.gz'
6572024-02-22T22:27:50.794ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582024-02-22T22:27:50.795ZLocal file: out/downloads/xcvradm.gz
6592024-02-22T22:27:50.795Z+ mkdir -p out/downloads
6602024-02-22T22:27:50.795Z+ mkdir -p ./out/transceiver-control
6612024-02-22T22:27:50.795Z+ fetch_and_verify
6622024-02-22T22:27:50.795Z+ local DO_DOWNLOAD=true
6632024-02-22T22:27:50.795Z+ [[ -f out/downloads/xcvradm.gz ]]
6642024-02-22T22:27:50.795Z+ '[' true == true ']'
6652024-02-22T22:27:50.795Z+ echo Downloading...
6662024-02-22T22:27:50.795ZDownloading...
6672024-02-22T22:27:50.795Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6682024-02-22T22:27:50.795Z+ 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
6692024-02-22T22:28:34.354Z++ do_sha256sum out/downloads/xcvradm.gz
6702024-02-22T22:28:34.596Z++ sha256sum
6712024-02-22T22:28:34.597Z++ awk '{print $1}'
6722024-02-22T22:28:34.597Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732024-02-22T22:28:34.597Z+ [[ 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 ]]
6742024-02-22T22:28:34.597Z+ do_unpack out/downloads/xcvradm.gz
6752024-02-22T22:28:34.597Z+ mkdir -p out/downloads/root//opt/oxide/bin
6762024-02-22T22:28:34.598Z+ gzip -dc out/downloads/xcvradm.gz
6772024-02-22T22:28:34.598Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6782024-02-22T22:28:34.598Z+ do_assemble
6792024-02-22T22:28:34.598Z+ rm -r ./out/transceiver-control
6802024-02-22T22:28:34.598Z+ mkdir ./out/transceiver-control
6812024-02-22T22:28:34.598Z+ cp -r out/downloads/root ./out/transceiver-control/root
6822024-02-22T22:28:34.823ZAll prerequisites installed successfully
6832024-02-22T22:28:34.824Z
6842024-02-22T22:28:34.824Zreal 5:25.805131544
6852024-02-22T22:28:34.824Zuser 34.588556054
6862024-02-22T22:28:34.824Zsys 6.608789398
6872024-02-22T22:28:34.824Ztrap 0.009495111
6882024-02-22T22:28:34.824Ztflt 0.367203416
6892024-02-22T22:28:34.824Zdflt 0.918731747
6902024-02-22T22:28:34.824Zkflt 0.356042341
6912024-02-22T22:28:34.824Zlock 2.412494079
6922024-02-22T22:28:34.824Zslp 14:20.572297977
6932024-02-22T22:28:34.825Zlat 1.782617069
6942024-02-22T22:28:34.825Zstop 0.110331630
6952024-02-22T22:28:34.825Z+ banner end-to-end-tests
6962024-02-22T22:28:34.825Z
6972024-02-22T22:28:34.825Z ###### # # ##### ##### #### ###### # # #####
6982024-02-22T22:28:34.825Z # ## # # # # # # # ## # # #
6992024-02-22T22:28:34.825Z ##### # # # # # ##### # # # ##### ##### # # # # #
7002024-02-22T22:28:34.825Z # # # # # # # # # # # # # # #
7012024-02-22T22:28:34.825Z # # ## # # # # # # # ## # #
7022024-02-22T22:28:34.825Z ###### # # ##### # #### ###### # # #####
7032024-02-22T22:28:34.825Z
7042024-02-22T22:28:34.825Z+ export CARGO_PROFILE_DEV_DEBUG=1
7052024-02-22T22:28:34.825Z+ CARGO_PROFILE_DEV_DEBUG=1
7062024-02-22T22:28:34.826Z+ export CARGO_PROFILE_TEST_DEBUG=1
7072024-02-22T22:28:34.826Z+ CARGO_PROFILE_TEST_DEBUG=1
7082024-02-22T22:28:34.826Z+ export CARGO_INCREMENTAL=0
7092024-02-22T22:28:34.826Z+ CARGO_INCREMENTAL=0
7102024-02-22T22:28:34.826Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7112024-02-22T22:28:34.958Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7122024-02-22T22:28:35.320Z Updating git repository `https://github.com/oxidecomputer/samael`
7132024-02-22T22:28:35.734Z Updating crates.io index
7142024-02-22T22:28:35.867Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7152024-02-22T22:28:36.735Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7162024-02-22T22:28:38.450Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7172024-02-22T22:28:38.774Z Updating git repository `http://github.com/oxidecomputer/tofino`
7182024-02-22T22:28:39.124Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7192024-02-22T22:28:39.476Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7202024-02-22T22:28:39.921Z Updating git repository `https://github.com/oxidecomputer/propolis`
7212024-02-22T22:28:40.868Z Updating git repository `https://github.com/oxidecomputer/crucible`
7222024-02-22T22:28:42.851Z Updating git repository `https://github.com/oxidecomputer/opte`
7232024-02-22T22:28:43.705Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7242024-02-22T22:28:44.141Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7252024-02-22T22:28:44.625Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7262024-02-22T22:28:45.065Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7272024-02-22T22:28:45.504Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7282024-02-22T22:28:45.931Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7292024-02-22T22:28:46.365Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7302024-02-22T22:28:46.986Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7312024-02-22T22:28:47.868Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7322024-02-22T22:28:48.591Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7332024-02-22T22:28:49.338Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7342024-02-22T22:28:49.566Z Updating git repository `https://github.com/jgallagher/nix`
7352024-02-22T22:28:50.560Z Updating git repository `https://github.com/cbiffle/hubpack`
7362024-02-22T22:28:50.925Z Updating git repository `https://github.com/oxidecomputer/typify`
7372024-02-22T22:28:52.259Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7382024-02-22T22:28:52.545Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7392024-02-22T22:28:53.182Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7402024-02-22T22:28:54.650Z Downloading crates ...
7412024-02-22T22:28:55.057Z Downloaded aead v0.5.2
7422024-02-22T22:28:55.057Z Downloaded cancel-safe-futures v0.1.5
7432024-02-22T22:28:55.057Z Downloaded matches v0.1.10
7442024-02-22T22:28:55.057Z Downloaded ciborium-io v0.2.2
7452024-02-22T22:28:55.057Z Downloaded camino-tempfile v1.1.1
7462024-02-22T22:28:55.057Z Downloaded md5 v0.7.0
7472024-02-22T22:28:55.057Z Downloaded camino v1.1.6
7482024-02-22T22:28:55.057Z Downloaded byteorder v1.5.0
7492024-02-22T22:28:55.058Z Downloaded kstat-rs v0.2.3
7502024-02-22T22:28:55.058Z Downloaded cipher v0.4.4
7512024-02-22T22:28:55.058Z Downloaded libefi-sys v0.1.0
7522024-02-22T22:28:55.058Z Downloaded cfg-if v1.0.0
7532024-02-22T22:28:55.058Z Downloaded managed v0.8.0
7542024-02-22T22:28:55.058Z Downloaded mime_guess v2.0.4
7552024-02-22T22:28:55.058Z Downloaded macaddr v1.0.1
7562024-02-22T22:28:55.059Z Downloaded num v0.4.1
7572024-02-22T22:28:55.059Z Downloaded lru-cache v0.1.2
7582024-02-22T22:28:55.059Z Downloaded clap_derive v4.5.0
7592024-02-22T22:28:55.059Z Downloaded log v0.4.20
7602024-02-22T22:28:55.059Z Downloaded num_enum v0.5.11
7612024-02-22T22:28:55.059Z Downloaded num_threads v0.1.6
7622024-02-22T22:28:55.060Z Downloaded precomputed-hash v0.1.1
7632024-02-22T22:28:55.060Z Downloaded opaque-debug v0.3.0
7642024-02-22T22:28:55.060Z Downloaded num_enum_derive v0.5.11
7652024-02-22T22:28:55.060Z Downloaded new_debug_unreachable v1.0.4
7662024-02-22T22:28:55.060Z Downloaded pest_generator v2.7.6
7672024-02-22T22:28:55.060Z Downloaded darling v0.20.3
7682024-02-22T22:28:55.060Z Downloaded once_cell v1.19.0
7692024-02-22T22:28:55.060Z Downloaded derive-where v1.2.7
7702024-02-22T22:28:55.061Z Downloaded p256 v0.13.2
7712024-02-22T22:28:55.061Z Downloaded phf v0.11.2
7722024-02-22T22:28:55.061Z Downloaded multer v3.0.0
7732024-02-22T22:28:55.061Z Downloaded diesel_table_macro_syntax v0.1.0
7742024-02-22T22:28:55.062Z Downloaded crc32fast v1.3.2
7752024-02-22T22:28:55.062Z Downloaded anstyle-query v1.0.0
7762024-02-22T22:28:55.062Z Downloaded adler v1.0.2
7772024-02-22T22:28:55.062Z Downloaded async-stream v0.3.5
7782024-02-22T22:28:55.062Z Downloaded option-ext v0.2.0
7792024-02-22T22:28:55.062Z Downloaded libm v0.2.7
7802024-02-22T22:28:55.062Z Downloaded crypto-common v0.1.6
7812024-02-22T22:28:55.062Z Downloaded cstr-argument v0.1.2
7822024-02-22T22:28:55.062Z Downloaded debug-ignore v1.0.5
7832024-02-22T22:28:55.062Z Downloaded newtype_derive v0.1.6
7842024-02-22T22:28:55.062Z Downloaded pem v3.0.2
7852024-02-22T22:28:55.062Z Downloaded normalize-line-endings v0.3.0
7862024-02-22T22:28:55.062Z Downloaded strum v0.25.0
7872024-02-22T22:28:55.062Z Downloaded chacha20poly1305 v0.10.1
7882024-02-22T22:28:55.062Z Downloaded openssl-probe v0.1.5
7892024-02-22T22:28:55.063Z Downloaded pretty-hex v0.4.1
7902024-02-22T22:28:55.063Z Downloaded curve25519-dalek-derive v0.1.0
7912024-02-22T22:28:55.063Z Downloaded cpufeatures v0.2.12
7922024-02-22T22:28:55.063Z Downloaded mio v0.8.9
7932024-02-22T22:28:55.063Z Downloaded num-iter v0.1.43
7942024-02-22T22:28:55.063Z Downloaded crucible-workspace-hack v0.1.0
7952024-02-22T22:28:55.063Z Downloaded tinyvec_macros v0.1.1
7962024-02-22T22:28:55.063Z Downloaded pbkdf2 v0.11.0
7972024-02-22T22:28:55.063Z Downloaded defmt-macros v0.3.6
7982024-02-22T22:28:55.064Z Downloaded pem-rfc7468 v0.7.0
7992024-02-22T22:28:55.064Z Downloaded anstream v0.6.11
8002024-02-22T22:28:55.064Z Downloaded phf_shared v0.11.2
8012024-02-22T22:28:55.064Z Downloaded linked-hash-map v0.5.6
8022024-02-22T22:28:55.064Z Downloaded toolchain_find v0.2.0
8032024-02-22T22:28:55.065Z Downloaded block-buffer v0.10.4
8042024-02-22T22:28:55.065Z Downloaded linear-map v1.2.0
8052024-02-22T22:28:55.065Z Downloaded libsw v3.3.1
8062024-02-22T22:28:55.065Z Downloaded paste v1.0.14
8072024-02-22T22:28:55.065Z Downloaded bzip2 v0.4.4
8082024-02-22T22:28:55.065Z Downloaded memmap v0.7.0
8092024-02-22T22:28:55.065Z Downloaded display-error-chain v0.2.0
8102024-02-22T22:28:55.066Z Downloaded foreign-types-shared v0.1.1
8112024-02-22T22:28:55.066Z Downloaded pbkdf2 v0.12.2
8122024-02-22T22:28:55.066Z Downloaded polyval v0.6.1
8132024-02-22T22:28:55.066Z Downloaded num-derive v0.4.0
8142024-02-22T22:28:55.067Z Downloaded percent-encoding v2.3.1
8152024-02-22T22:28:55.067Z Downloaded thread_local v1.1.7
8162024-02-22T22:28:55.067Z Downloaded serde_spanned v0.6.5
8172024-02-22T22:28:55.068Z Downloaded thiserror-impl v1.0.57
8182024-02-22T22:28:55.068Z Downloaded terminal_size v0.3.0
8192024-02-22T22:28:55.068Z Downloaded predicates v3.1.0
8202024-02-22T22:28:55.068Z Downloaded ppv-lite86 v0.2.17
8212024-02-22T22:28:55.068Z Downloaded bit-vec v0.6.3
8222024-02-22T22:28:55.068Z Downloaded cobs v0.2.3
8232024-02-22T22:28:55.068Z Downloaded tower-service v0.3.2
8242024-02-22T22:28:55.068Z Downloaded atomic-waker v1.1.1
8252024-02-22T22:28:55.069Z Downloaded num-integer v0.1.46
8262024-02-22T22:28:55.069Z Downloaded memchr v2.6.3
8272024-02-22T22:28:55.069Z Downloaded foreign-types-shared v0.3.1
8282024-02-22T22:28:55.069Z Downloaded anstyle-parse v0.2.1
8292024-02-22T22:28:55.069Z Downloaded dtrace-parser v0.2.0
8302024-02-22T22:28:55.069Z Downloaded dtrace-parser v0.1.14
8312024-02-22T22:28:55.069Z Downloaded curve25519-dalek v4.1.1
8322024-02-22T22:28:55.069Z Downloaded defmt-parser v0.3.3
8332024-02-22T22:28:55.070Z Downloaded parking_lot v0.11.2
8342024-02-22T22:28:55.070Z Downloaded russh-cryptovec v0.7.0
8352024-02-22T22:28:55.070Z Downloaded fastrand v2.0.1
8362024-02-22T22:28:55.070Z Downloaded defmt v0.3.5
8372024-02-22T22:28:55.070Z Downloaded ahash v0.8.7
8382024-02-22T22:28:55.070Z Downloaded serde_tokenstream v0.2.0
8392024-02-22T22:28:55.071Z Downloaded scheduled-thread-pool v0.2.7
8402024-02-22T22:28:55.071Z Downloaded ghash v0.5.0
8412024-02-22T22:28:56.321Z Downloaded blake2 v0.10.6
8422024-02-22T22:28:56.321Z Downloaded serde_tokenstream v0.1.7
8432024-02-22T22:28:56.321Z Downloaded whoami v1.4.1
8442024-02-22T22:28:56.321Z Downloaded crossbeam-deque v0.8.3
8452024-02-22T22:28:56.321Z Downloaded native-tls v0.2.11
8462024-02-22T22:28:56.321Z Downloaded num-traits v0.2.16
8472024-02-22T22:28:56.321Z Downloaded scroll_derive v0.12.0
8482024-02-22T22:28:56.322Z Downloaded parking_lot v0.12.1
8492024-02-22T22:28:56.322Z Downloaded num-rational v0.4.1
8502024-02-22T22:28:56.322Z Downloaded digest v0.10.7
8512024-02-22T22:28:56.322Z Downloaded unicode-width v0.1.11
8522024-02-22T22:28:56.322Z Downloaded const-oid v0.9.5
8532024-02-22T22:28:56.322Z Downloaded yasna v0.5.2
8542024-02-22T22:28:56.322Z Downloaded hubpack_derive v0.1.1
8552024-02-22T22:28:56.322Z Downloaded crossbeam-epoch v0.9.15
8562024-02-22T22:28:56.322Z Downloaded equivalent v1.0.1
8572024-02-22T22:28:56.323Z Downloaded diesel_derives v2.1.2
8582024-02-22T22:28:56.323Z Downloaded serde_derive_internals v0.26.0
8592024-02-22T22:28:56.323Z Downloaded thiserror v1.0.57
8602024-02-22T22:28:56.323Z Downloaded slog-stdlog v4.1.1
8612024-02-22T22:28:56.323Z Downloaded crossbeam-utils v0.8.16
8622024-02-22T22:28:56.323Z Downloaded anyhow v1.0.75
8632024-02-22T22:28:56.323Z Downloaded strum v0.26.1
8642024-02-22T22:28:56.323Z Downloaded instant v0.1.12
8652024-02-22T22:28:56.324Z Downloaded ipnet v2.9.0
8662024-02-22T22:28:56.324Z Downloaded foreign-types v0.3.2
8672024-02-22T22:28:56.324Z Downloaded openssl-sys v0.9.96
8682024-02-22T22:28:56.324Z Downloaded stable_deref_trait v1.2.0
8692024-02-22T22:28:56.324Z Downloaded hubpack v0.1.2
8702024-02-22T22:28:56.324Z Downloaded darling_core v0.20.3
8712024-02-22T22:28:56.324Z Downloaded strsim v0.10.0
8722024-02-22T22:28:56.324Z Downloaded schemars_derive v0.8.16
8732024-02-22T22:28:56.324Z Downloaded zone_cfg_derive v0.3.0
8742024-02-22T22:28:56.325Z Downloaded futures-io v0.3.30
8752024-02-22T22:28:56.325Z Downloaded fallible-iterator v0.2.0
8762024-02-22T22:28:56.325Z Downloaded enum-as-inner v0.5.1
8772024-02-22T22:28:56.325Z Downloaded embedded-io v0.4.0
8782024-02-22T22:28:56.325Z Downloaded dyn-clone v1.0.16
8792024-02-22T22:28:56.325Z Downloaded ident_case v1.0.1
8802024-02-22T22:28:56.325Z Downloaded derive_more v0.99.17
8812024-02-22T22:28:56.325Z Downloaded ff v0.13.0
8822024-02-22T22:28:56.325Z Downloaded hyper-tls v0.5.0
8832024-02-22T22:28:56.325Z Downloaded heck v0.4.1
8842024-02-22T22:28:56.326Z Downloaded heck v0.3.3
8852024-02-22T22:28:56.326Z Downloaded futures-executor v0.3.30
8862024-02-22T22:28:56.326Z Downloaded same-file v1.0.6
8872024-02-22T22:28:56.326Z Downloaded time-core v0.1.1
8882024-02-22T22:28:56.326Z Downloaded toml_datetime v0.6.5
8892024-02-22T22:28:56.326Z Downloaded half v2.3.1
8902024-02-22T22:28:56.326Z Downloaded rustls-pemfile v1.0.3
8912024-02-22T22:28:56.326Z Downloaded semver v0.1.20
8922024-02-22T22:28:56.326Z Downloaded flagset v0.4.3
8932024-02-22T22:28:56.326Z Downloaded fxhash v0.2.1
8942024-02-22T22:28:56.326Z Downloaded slog-async v2.8.0
8952024-02-22T22:28:56.326Z Downloaded fixedbitset v0.4.2
8962024-02-22T22:28:56.326Z Downloaded home v0.5.5
8972024-02-22T22:28:56.326Z Downloaded string_cache v0.8.7
8982024-02-22T22:28:56.326Z Downloaded scopeguard v1.2.0
8992024-02-22T22:28:56.326Z Downloaded xattr v1.0.1
9002024-02-22T22:28:56.326Z Downloaded time-macros v0.2.13
9012024-02-22T22:28:56.326Z Downloaded untrusted v0.9.0
9022024-02-22T22:28:56.326Z Downloaded sha1 v0.10.6
9032024-02-22T22:28:56.326Z Downloaded httparse v1.8.0
9042024-02-22T22:28:56.326Z Downloaded vsss-rs v3.3.4
9052024-02-22T22:28:56.327Z Downloaded slog-bunyan v2.5.0
9062024-02-22T22:28:56.327Z Downloaded bytes v1.5.0
9072024-02-22T22:28:56.327Z Downloaded spin v0.5.2
9082024-02-22T22:28:56.327Z Downloaded rustfmt-wrapper v0.2.0
9092024-02-22T22:28:56.327Z Downloaded tungstenite v0.20.1
9102024-02-22T22:28:56.327Z Downloaded itoa v1.0.9
9112024-02-22T22:28:56.327Z Downloaded tokio-postgres v0.7.10
9122024-02-22T22:28:56.327Z Downloaded is-terminal v0.4.9
9132024-02-22T22:28:56.327Z Downloaded take_mut v0.2.2
9142024-02-22T22:28:56.327Z Downloaded quick-error v1.2.3
9152024-02-22T22:28:56.327Z Downloaded inout v0.1.3
9162024-02-22T22:28:56.327Z Downloaded serde_path_to_error v0.1.15
9172024-02-22T22:28:56.327Z Downloaded subprocess v0.2.9
9182024-02-22T22:28:56.327Z Downloaded siphasher v0.3.11
9192024-02-22T22:28:56.327Z Downloaded universal-hash v0.5.1
9202024-02-22T22:28:56.327Z Downloaded slog-json v2.6.1
9212024-02-22T22:28:56.327Z Downloaded rustversion v1.0.14
9222024-02-22T22:28:56.327Z Downloaded usdt-attr-macro v0.3.5
9232024-02-22T22:28:56.327Z Downloaded fnv v1.0.7
9242024-02-22T22:28:56.327Z Downloaded strum_macros v0.26.1
9252024-02-22T22:28:56.327Z Downloaded r2d2 v0.8.10
9262024-02-22T22:28:56.327Z Downloaded proc-macro-error v1.0.4
9272024-02-22T22:28:56.327Z Downloaded dirs-sys v0.4.1
9282024-02-22T22:28:56.327Z Downloaded dirs-next v2.0.0
9292024-02-22T22:28:56.327Z Downloaded http-range v0.1.5
9302024-02-22T22:28:56.328Z Downloaded version_check v0.9.4
9312024-02-22T22:28:56.328Z Downloaded usdt v0.3.5
9322024-02-22T22:28:56.328Z Downloaded hyper-staticfile v0.9.5
9332024-02-22T22:28:56.328Z Downloaded ipnetwork v0.20.0
9342024-02-22T22:28:56.328Z Downloaded dirs-sys-next v0.1.2
9352024-02-22T22:28:56.328Z Downloaded headers-core v0.2.0
9362024-02-22T22:28:56.328Z Downloaded smallvec v1.13.1
9372024-02-22T22:28:56.328Z Downloaded swrite v0.1.0
9382024-02-22T22:28:56.328Z Downloaded foreign-types v0.5.0
9392024-02-22T22:28:56.328Z Downloaded foreign-types-macros v0.2.3
9402024-02-22T22:28:56.328Z Downloaded structopt v0.3.26
9412024-02-22T22:28:57.085Z Downloaded gethostname v0.4.3
9422024-02-22T22:28:57.085Z Downloaded rand_chacha v0.2.2
9432024-02-22T22:28:57.085Z Downloaded crossbeam-channel v0.5.8
9442024-02-22T22:28:57.085Z Downloaded resolv-conf v0.7.0
9452024-02-22T22:28:57.085Z Downloaded tokio-tungstenite v0.20.1
9462024-02-22T22:28:57.085Z Downloaded iana-time-zone v0.1.57
9472024-02-22T22:28:57.085Z Downloaded futures-task v0.3.30
9482024-02-22T22:28:57.085Z Downloaded serde_yaml v0.9.25
9492024-02-22T22:28:57.085Z Downloaded want v0.3.1
9502024-02-22T22:28:57.085Z Downloaded sha2 v0.10.8
9512024-02-22T22:28:57.085Z Downloaded serde_urlencoded v0.7.1
9522024-02-22T22:28:57.085Z Downloaded signature v2.1.0
9532024-02-22T22:28:57.085Z Downloaded slab v0.4.9
9542024-02-22T22:28:57.085Z Downloaded strum_macros v0.25.2
9552024-02-22T22:28:57.085Z Downloaded rand_chacha v0.3.1
9562024-02-22T22:28:57.085Z Downloaded filetime v0.2.23
9572024-02-22T22:28:57.085Z Downloaded rfc6979 v0.4.0
9582024-02-22T22:28:57.085Z Downloaded usdt-macro v0.5.0
9592024-02-22T22:28:57.086Z Downloaded rustls-pemfile v2.1.0
9602024-02-22T22:28:57.086Z Downloaded rand_core v0.5.1
9612024-02-22T22:28:57.086Z Downloaded num-bigint v0.4.4
9622024-02-22T22:28:57.086Z Downloaded trust-dns-server v0.22.1
9632024-02-22T22:28:57.086Z Downloaded topological-sort v0.2.2
9642024-02-22T22:28:57.086Z Downloaded signal-hook-mio v0.2.3
9652024-02-22T22:28:57.086Z Downloaded hash32 v0.2.1
9662024-02-22T22:28:57.086Z Downloaded thiserror-no-std v2.0.2
9672024-02-22T22:28:57.086Z Downloaded rustls-pki-types v1.3.0
9682024-02-22T22:28:57.086Z Downloaded slog v2.7.0
9692024-02-22T22:28:57.086Z Downloaded futures-sink v0.3.30
9702024-02-22T22:28:57.086Z Downloaded unicode-ident v1.0.12
9712024-02-22T22:28:57.086Z Downloaded tinyvec v1.6.0
9722024-02-22T22:28:57.086Z Downloaded usdt-attr-macro v0.5.0
9732024-02-22T22:28:57.086Z Downloaded dof v0.3.0
9742024-02-22T22:28:57.086Z Downloaded utf-8 v0.7.6
9752024-02-22T22:28:57.086Z Downloaded tokio-rustls v0.24.1
9762024-02-22T22:28:57.086Z Downloaded sct v0.7.0
9772024-02-22T22:28:57.086Z Downloaded untrusted v0.7.1
9782024-02-22T22:28:57.086Z Downloaded trust-dns-resolver v0.22.0
9792024-02-22T22:28:57.086Z Downloaded hostname v0.3.1
9802024-02-22T22:28:57.086Z Downloaded thiserror-impl-no-std v2.0.2
9812024-02-22T22:28:57.086Z Downloaded http v1.0.0
9822024-02-22T22:28:57.086Z Downloaded futures v0.3.30
9832024-02-22T22:28:57.086Z Downloaded stringprep v0.1.3
9842024-02-22T22:28:57.086Z Downloaded crossterm v0.27.0
9852024-02-22T22:28:57.087Z Downloaded usdt v0.5.0
9862024-02-22T22:28:57.087Z Downloaded semver-parser v0.10.2
9872024-02-22T22:28:57.087Z Downloaded zeroize_derive v1.4.2
9882024-02-22T22:28:57.087Z Downloaded slog-scope v4.4.0
9892024-02-22T22:28:57.087Z Downloaded secrecy v0.8.0
9902024-02-22T22:28:57.087Z Downloaded spki v0.7.2
9912024-02-22T22:28:57.087Z Downloaded toml_edit v0.19.15
9922024-02-22T22:28:57.087Z Downloaded hash32 v0.3.1
9932024-02-22T22:28:57.087Z Downloaded signal-hook-registry v1.4.1
9942024-02-22T22:28:57.087Z Downloaded hex-literal v0.4.1
9952024-02-22T22:28:57.087Z Downloaded primeorder v0.13.6
9962024-02-22T22:28:57.087Z Downloaded proc-macro-crate v1.3.1
9972024-02-22T22:28:57.087Z Downloaded tar v0.4.40
9982024-02-22T22:28:57.087Z Downloaded zone v0.3.0
9992024-02-22T22:28:57.087Z Downloaded tokio-rustls v0.25.0
10002024-02-22T22:28:57.087Z Downloaded similar v2.3.0
10012024-02-22T22:28:57.087Z Downloaded tokio-util v0.7.10
10022024-02-22T22:28:57.087Z Downloaded hyper-rustls v0.24.2
10032024-02-22T22:28:57.087Z Downloaded zerocopy v0.6.4
10042024-02-22T22:28:57.087Z Downloaded proc-macro2 v1.0.78
10052024-02-22T22:28:57.087Z Downloaded hmac v0.12.1
10062024-02-22T22:28:57.087Z Downloaded toml v0.7.8
10072024-02-22T22:28:57.087Z Downloaded slog-dtrace v0.3.0
10082024-02-22T22:28:57.087Z Downloaded tracing v0.1.37
10092024-02-22T22:28:57.087Z Downloaded aes-gcm v0.10.3
10102024-02-22T22:28:57.088Z Downloaded serde_derive v1.0.196
10112024-02-22T22:28:57.088Z Downloaded indexmap v2.2.3
10122024-02-22T22:28:57.088Z Downloaded unicode-bidi v0.3.13
10132024-02-22T22:28:57.088Z Downloaded term v0.7.0
10142024-02-22T22:28:57.088Z Downloaded usdt-impl v0.3.5
10152024-02-22T22:28:57.088Z Downloaded hashbrown v0.12.3
10162024-02-22T22:28:57.088Z Downloaded group v0.13.0
10172024-02-22T22:28:57.088Z Downloaded rand v0.8.5
10182024-02-22T22:28:57.088Z Downloaded indexmap v1.9.3
10192024-02-22T22:28:57.088Z Downloaded spin v0.9.8
10202024-02-22T22:28:57.088Z Downloaded elliptic-curve v0.13.8
10212024-02-22T22:28:57.088Z Downloaded schemars v0.8.16
10222024-02-22T22:28:57.088Z Downloaded flate2 v1.0.28
10232024-02-22T22:28:57.088Z Downloaded ryu v1.0.15
10242024-02-22T22:28:57.088Z Downloaded pest v2.7.6
10252024-02-22T22:28:57.088Z Downloaded russh-keys v0.42.0
10262024-02-22T22:28:57.088Z Downloaded toml v0.8.10
10272024-02-22T22:28:57.088Z Downloaded russh v0.42.0
10282024-02-22T22:28:57.088Z Downloaded rayon-core v1.12.0
10292024-02-22T22:28:57.088Z Downloaded aho-corasick v1.0.4
10302024-02-22T22:28:57.088Z Downloaded itertools v0.12.1
10312024-02-22T22:28:57.088Z Downloaded url v2.5.0
10322024-02-22T22:28:57.088Z Downloaded signal-hook v0.3.17
10332024-02-22T22:28:57.088Z Downloaded blake3 v1.5.0
10342024-02-22T22:28:57.088Z Downloaded itertools v0.10.5
10352024-02-22T22:28:57.089Z Downloaded unicode-segmentation v1.10.1
10362024-02-22T22:28:57.089Z Downloaded hashbrown v0.14.3
10372024-02-22T22:28:57.089Z Downloaded rand v0.7.3
10382024-02-22T22:28:57.089Z Downloaded hkdf v0.12.4
10392024-02-22T22:28:57.089Z Downloaded rayon v1.8.0
10402024-02-22T22:28:57.089Z Downloaded reqwest v0.11.22
10412024-02-22T22:28:57.762Z Downloaded serde_with v3.6.1
10422024-02-22T22:28:57.762Z Downloaded zerocopy v0.7.32
10432024-02-22T22:28:57.762Z Downloaded webpki-roots v0.25.2
10442024-02-22T22:28:57.763Z Downloaded winnow v0.5.15
10452024-02-22T22:28:57.763Z Downloaded hyper v0.14.27
10462024-02-22T22:28:57.763Z Downloaded regress v0.8.0
10472024-02-22T22:28:57.763Z Downloaded smoltcp v0.9.1
10482024-02-22T22:28:57.763Z Downloaded object v0.32.1
10492024-02-22T22:28:57.763Z Downloaded idna v0.5.0
10502024-02-22T22:28:57.763Z Downloaded rustls-webpki v0.102.1
10512024-02-22T22:28:57.764Z Downloaded regex v1.10.3
10522024-02-22T22:28:57.764Z Downloaded goblin v0.8.0
10532024-02-22T22:28:57.764Z Downloaded rustls-webpki v0.101.7
10542024-02-22T22:28:57.764Z Downloaded time v0.3.27
10552024-02-22T22:28:57.764Z Downloaded rustls v0.22.2
10562024-02-22T22:28:57.764Z Downloaded sled v0.34.7
10572024-02-22T22:28:57.764Z Downloaded vcpkg v0.2.15
10582024-02-22T22:28:57.764Z Downloaded idna v0.2.3
10592024-02-22T22:28:57.765Z Downloaded winnow v0.6.1
10602024-02-22T22:28:57.765Z Downloaded gimli v0.28.0
10612024-02-22T22:28:57.765Z Downloaded syn v1.0.109
10622024-02-22T22:28:57.765Z Downloaded sha3 v0.10.8
10632024-02-22T22:28:57.766Z Downloaded diesel v2.1.4
10642024-02-22T22:28:57.766Z Downloaded radix_trie v0.2.1
10652024-02-22T22:28:57.766Z Downloaded encoding_rs v0.8.33
10662024-02-22T22:28:57.766Z Downloaded smoltcp v0.11.0
10672024-02-22T22:28:57.767Z Downloaded bstr v1.6.0
10682024-02-22T22:28:57.767Z Downloaded openapiv3 v2.0.0
10692024-02-22T22:28:57.767Z Downloaded bstr v0.2.17
10702024-02-22T22:28:57.767Z Downloaded h2 v0.3.24
10712024-02-22T22:28:57.767Z Downloaded futures-util v0.3.30
10722024-02-22T22:28:57.767Z Downloaded regex-syntax v0.8.2
10732024-02-22T22:28:57.768Z Downloaded rustix v0.38.31
10742024-02-22T22:28:57.769Z Downloaded rustls v0.21.9
10752024-02-22T22:28:57.769Z Downloaded serde_json v1.0.114
10762024-02-22T22:28:57.769Z Downloaded syn v2.0.48
10772024-02-22T22:28:57.769Z Downloaded trust-dns-proto v0.22.0
10782024-02-22T22:28:57.770Z Downloaded openssl v0.10.60
10792024-02-22T22:28:57.770Z Downloaded unicode-normalization v0.1.22
10802024-02-22T22:28:57.770Z Downloaded socket2 v0.5.5
10812024-02-22T22:28:57.770Z Downloaded regex-automata v0.1.10
10822024-02-22T22:28:57.770Z Downloaded petgraph v0.6.4
10832024-02-22T22:28:57.770Z Downloaded zerocopy-derive v0.2.0
10842024-02-22T22:28:57.770Z Downloaded clap_builder v4.5.0
10852024-02-22T22:28:57.770Z Downloaded usdt-impl v0.5.0
10862024-02-22T22:28:57.771Z Downloaded zip v0.6.6
10872024-02-22T22:28:57.771Z Downloaded serde v1.0.196
10882024-02-22T22:28:57.771Z Downloaded dirs v5.0.1
10892024-02-22T22:28:57.771Z Downloaded zerocopy-derive v0.6.4
10902024-02-22T22:28:57.771Z Downloaded regex-automata v0.4.4
10912024-02-22T22:28:57.771Z Downloaded regex-automata v0.3.8
10922024-02-22T22:28:57.771Z Downloaded bzip2-sys v0.1.11+1.0.8
10932024-02-22T22:28:57.771Z Downloaded libc v0.2.153
10942024-02-22T22:28:57.772Z Downloaded slog-envlogger v2.2.0
10952024-02-22T22:28:57.772Z Downloaded serde_repr v0.1.16
10962024-02-22T22:28:57.772Z Downloaded unicase v2.7.0
10972024-02-22T22:28:57.772Z Downloaded rcgen v0.12.1
10982024-02-22T22:28:57.772Z Downloaded socket2 v0.4.9
10992024-02-22T22:28:57.772Z Downloaded der v0.7.8
11002024-02-22T22:28:57.772Z Downloaded p521 v0.13.3
11012024-02-22T22:28:57.772Z Downloaded tokio v1.36.0
11022024-02-22T22:28:57.773Z Downloaded steno v0.4.0
11032024-02-22T22:28:57.773Z Downloaded getopts v0.2.21
11042024-02-22T22:28:57.773Z Downloaded vec_map v0.8.2
11052024-02-22T22:28:57.773Z Downloaded scroll v0.12.0
11062024-02-22T22:28:57.774Z Downloaded hex v0.4.3
11072024-02-22T22:28:57.774Z Downloaded toml_edit v0.22.6
11082024-02-22T22:28:57.774Z Downloaded dof v0.1.5
11092024-02-22T22:28:57.774Z Downloaded sec1 v0.7.3
11102024-02-22T22:28:57.774Z Downloaded quote v1.0.35
11112024-02-22T22:28:57.774Z Downloaded unsafe-libyaml v0.2.10
11122024-02-22T22:28:57.774Z Downloaded ed25519-dalek v2.0.0
11132024-02-22T22:28:57.775Z Downloaded http v0.2.11
11142024-02-22T22:28:57.775Z Downloaded rand_core v0.6.4
11152024-02-22T22:28:57.775Z Downloaded heapless v0.7.16
11162024-02-22T22:28:57.775Z Downloaded heapless v0.8.0
11172024-02-22T22:28:57.775Z Downloaded futures-channel v0.3.30
11182024-02-22T22:28:57.775Z Downloaded headers v0.3.9
11192024-02-22T22:28:57.776Z Downloaded glob v0.3.1
11202024-02-22T22:28:57.776Z Downloaded unicode-xid v0.2.4
11212024-02-22T22:28:57.776Z Downloaded smf v0.2.2
11222024-02-22T22:28:57.776Z Downloaded getrandom v0.2.10
11232024-02-22T22:28:57.777Z Downloaded futures-core v0.3.30
11242024-02-22T22:28:57.777Z Downloaded rustc_version v0.4.0
11252024-02-22T22:28:57.777Z Downloaded aes v0.8.3
11262024-02-22T22:28:57.777Z Downloaded winapi v0.3.9
11272024-02-22T22:28:57.777Z Downloaded nom v7.1.3
11282024-02-22T22:28:57.778Z Downloaded clap v2.34.0
11292024-02-22T22:28:57.778Z Downloaded chrono v0.4.31
11302024-02-22T22:28:57.778Z Downloaded trust-dns-client v0.22.0
11312024-02-22T22:28:57.779Z Downloaded tracing-attributes v0.1.26
11322024-02-22T22:28:57.779Z Downloaded tokio-stream v0.1.14
11332024-02-22T22:28:57.779Z Downloaded rustc-demangle v0.1.23
11342024-02-22T22:28:57.779Z Downloaded semver v1.0.22
11352024-02-22T22:28:57.779Z Downloaded tokio-macros v2.2.0
11362024-02-22T22:28:57.780Z Downloaded tracing-core v0.1.31
11372024-02-22T22:28:57.780Z Downloaded proc-macro-error-attr v1.0.4
11382024-02-22T22:28:57.780Z Downloaded futures-macro v0.3.30
11392024-02-22T22:28:57.781Z Downloaded semver v0.11.0
11402024-02-22T22:28:57.781Z Downloaded tempfile v3.10.0
11412024-02-22T22:28:58.504Z Downloaded httpdate v1.0.3
11422024-02-22T22:28:58.504Z Downloaded base64 v0.21.7
11432024-02-22T22:28:58.505Z Downloaded typenum v1.16.0
11442024-02-22T22:28:58.505Z Downloaded errno v0.3.8
11452024-02-22T22:28:58.505Z Downloaded backtrace v0.3.69
11462024-02-22T22:28:58.505Z Downloaded ucd-trie v0.1.6
11472024-02-22T22:28:58.505Z Downloaded toml v0.5.11
11482024-02-22T22:28:58.505Z Downloaded clap v4.5.0
11492024-02-22T22:28:58.505Z Downloaded form_urlencoded v1.2.1
11502024-02-22T22:28:58.505Z Downloaded slog-term v2.9.0
11512024-02-22T22:28:58.506Z Downloaded float-cmp v0.9.0
11522024-02-22T22:28:58.506Z Downloaded walkdir v2.4.0
11532024-02-22T22:28:58.506Z Downloaded http-body v0.4.5
11542024-02-22T22:28:58.507Z Downloaded crypto-bigint v0.5.2
11552024-02-22T22:28:58.507Z Downloaded uuid v1.7.0
11562024-02-22T22:28:58.507Z Downloaded serde_with_macros v3.6.1
11572024-02-22T22:28:58.507Z Downloaded pest_meta v2.7.6
11582024-02-22T22:28:58.507Z Downloaded getrandom v0.1.16
11592024-02-22T22:28:58.507Z Downloaded zerocopy-derive v0.7.32
11602024-02-22T22:28:58.508Z Downloaded synstructure v0.12.6
11612024-02-22T22:28:58.508Z Downloaded minimal-lexical v0.2.1
11622024-02-22T22:28:58.508Z Downloaded ecdsa v0.16.9
11632024-02-22T22:28:58.509Z Downloaded textwrap v0.11.0
11642024-02-22T22:28:58.509Z Downloaded omicron-zone-package v0.11.0
11652024-02-22T22:28:58.509Z Downloaded structmeta-derive v0.3.0
11662024-02-22T22:28:58.509Z Downloaded strsim v0.11.0
11672024-02-22T22:28:58.510Z Downloaded password-hash v0.4.2
11682024-02-22T22:28:58.510Z Downloaded arc-swap v1.6.0
11692024-02-22T22:28:58.510Z Downloaded platforms v3.0.2
11702024-02-22T22:28:58.510Z Downloaded password-hash v0.5.0
11712024-02-22T22:28:58.510Z Downloaded miniz_oxide v0.7.1
11722024-02-22T22:28:58.511Z Downloaded keccak v0.1.4
11732024-02-22T22:28:58.511Z Downloaded pest_derive v2.7.6
11742024-02-22T22:28:58.511Z Downloaded either v1.10.0
11752024-02-22T22:28:58.511Z Downloaded ansi_term v0.12.1
11762024-02-22T22:28:58.512Z Downloaded rustc_version v0.1.7
11772024-02-22T22:28:58.512Z Downloaded ed25519 v2.2.2
11782024-02-22T22:28:58.512Z Downloaded zerocopy v0.3.0
11792024-02-22T22:28:58.513Z Downloaded structopt-derive v0.4.18
11802024-02-22T22:28:58.513Z Downloaded pin-project-lite v0.2.13
11812024-02-22T22:28:58.513Z Downloaded parking_lot_core v0.8.6
11822024-02-22T22:28:58.514Z Downloaded zeroize v1.7.0
11832024-02-22T22:28:58.514Z Downloaded generic-array v0.14.7
11842024-02-22T22:28:58.514Z Downloaded poly1305 v0.8.0
11852024-02-22T22:28:58.514Z Downloaded console v0.15.8
11862024-02-22T22:28:58.515Z Downloaded ciborium v0.2.2
11872024-02-22T22:28:58.515Z Downloaded backoff v0.4.0
11882024-02-22T22:28:58.515Z Downloaded async-trait v0.1.77
11892024-02-22T22:28:58.516Z Downloaded arrayvec v0.7.4
11902024-02-22T22:28:58.516Z Downloaded difflib v0.4.0
11912024-02-22T22:28:58.516Z Downloaded usdt-macro v0.3.5
11922024-02-22T22:28:58.516Z Downloaded pkcs8 v0.10.2
11932024-02-22T22:28:58.517Z Downloaded num-complex v0.4.4
11942024-02-22T22:28:58.517Z Downloaded allocator-api2 v0.2.16
11952024-02-22T22:28:58.517Z Downloaded utf8parse v0.2.1
11962024-02-22T22:28:58.517Z Downloaded thread-id v4.2.0
11972024-02-22T22:28:58.518Z Downloaded predicates-core v1.0.6
11982024-02-22T22:28:58.518Z Downloaded bitflags v2.4.0
11992024-02-22T22:28:58.518Z Downloaded tokio-native-tls v0.3.1
12002024-02-22T22:28:58.518Z Downloaded addr2line v0.21.0
12012024-02-22T22:28:58.519Z Downloaded postgres-types v0.2.6
12022024-02-22T22:28:58.519Z Downloaded base64ct v1.6.0
12032024-02-22T22:28:58.520Z Downloaded argon2 v0.5.3
12042024-02-22T22:28:58.520Z Downloaded plain v0.2.3
12052024-02-22T22:28:58.520Z Downloaded memmap2 v0.7.1
12062024-02-22T22:28:58.520Z Downloaded pretty-hex v0.2.1
12072024-02-22T22:28:58.521Z Downloaded ctr v0.9.2
12082024-02-22T22:28:58.521Z Downloaded subtle v2.5.0
12092024-02-22T22:28:58.521Z Downloaded strsim v0.8.0
12102024-02-22T22:28:58.521Z Downloaded pin-utils v0.1.0
12112024-02-22T22:28:58.522Z Downloaded chacha20 v0.9.1
12122024-02-22T22:28:58.522Z Downloaded waitgroup v0.1.2
12132024-02-22T22:28:58.522Z Downloaded parse-display-derive v0.9.0
12142024-02-22T22:28:58.523Z Downloaded deranged v0.3.8
12152024-02-22T22:28:58.523Z Downloaded lazy_static v1.4.0
12162024-02-22T22:28:58.523Z Downloaded bitflags v1.3.2
12172024-02-22T22:28:58.523Z Downloaded endian-type v0.1.2
12182024-02-22T22:28:58.524Z Downloaded colored v2.0.4
12192024-02-22T22:28:58.524Z Downloaded clap_lex v0.7.0
12202024-02-22T22:28:58.524Z Downloaded lalrpop-util v0.19.12
12212024-02-22T22:28:58.525Z Downloaded bcrypt-pbkdf v0.10.0
12222024-02-22T22:28:58.525Z Downloaded try-lock v0.2.4
12232024-02-22T22:28:58.525Z Downloaded nibble_vec v0.1.0
12242024-02-22T22:28:58.525Z Downloaded parse-display v0.9.0
12252024-02-22T22:28:58.526Z Downloaded data-encoding v2.4.0
12262024-02-22T22:28:58.526Z Downloaded blowfish v0.9.1
12272024-02-22T22:28:58.526Z Downloaded block-padding v0.3.3
12282024-02-22T22:28:58.526Z Downloaded num_cpus v1.16.0
12292024-02-22T22:28:58.527Z Downloaded bit-set v0.5.3
12302024-02-22T22:28:58.527Z Downloaded base16ct v0.2.0
12312024-02-22T22:28:58.527Z Downloaded autocfg v1.1.0
12322024-02-22T22:28:58.527Z Downloaded anstyle v1.0.2
12332024-02-22T22:28:58.527Z Downloaded darling_macro v0.20.3
12342024-02-22T22:28:58.527Z Downloaded parking_lot_core v0.9.8
12352024-02-22T22:28:58.528Z Downloaded owo-colors v4.0.0
12362024-02-22T22:28:58.528Z Downloaded md-5 v0.10.5
12372024-02-22T22:28:58.528Z Downloaded der_derive v0.7.2
12382024-02-22T22:28:58.528Z Downloaded structmeta v0.3.0
12392024-02-22T22:28:58.528Z Downloaded static_assertions v1.1.0
12402024-02-22T22:28:58.529Z Downloaded postgres-protocol v0.6.6
12412024-02-22T22:28:59.874Z Downloaded colorchoice v1.0.0
12422024-02-22T22:28:59.874Z Downloaded match_cfg v0.1.0
12432024-02-22T22:28:59.875Z Downloaded convert_case v0.4.0
12442024-02-22T22:28:59.875Z Downloaded arrayref v0.3.7
12452024-02-22T22:28:59.875Z Downloaded postcard v1.0.8
12462024-02-22T22:28:59.875Z Downloaded atomicwrites v0.4.3
12472024-02-22T22:28:59.875Z Downloaded pkg-config v0.3.27
12482024-02-22T22:28:59.875Z Downloaded async-stream-impl v0.3.5
12492024-02-22T22:28:59.875Z Downloaded phf_shared v0.10.0
12502024-02-22T22:28:59.875Z Downloaded newtype-uuid v1.0.1
12512024-02-22T22:28:59.875Z Downloaded mime v0.3.17
12522024-02-22T22:28:59.875Z Downloaded atty v0.2.14
12532024-02-22T22:28:59.876Z Downloaded openssl-macros v0.1.1
12542024-02-22T22:28:59.876Z Downloaded cc v1.0.83
12552024-02-22T22:28:59.876Z Downloaded memoffset v0.9.0
12562024-02-22T22:28:59.876Z Downloaded constant_time_eq v0.3.0
12572024-02-22T22:28:59.876Z Downloaded lock_api v0.4.10
12582024-02-22T22:28:59.876Z Downloaded ciborium-ll v0.2.2
12592024-02-22T22:28:59.876Z Downloaded cbc v0.1.2
12602024-02-22T22:28:59.876Z Downloaded ring v0.17.8
12612024-02-22T22:28:59.876Z Downloaded ring v0.16.20
12622024-02-22T22:28:59.876Z Compiling proc-macro2 v1.0.78
12632024-02-22T22:28:59.876Z Compiling unicode-ident v1.0.12
12642024-02-22T22:28:59.876Z Compiling libc v0.2.153
12652024-02-22T22:28:59.877Z Compiling serde v1.0.196
12662024-02-22T22:28:59.877Z Compiling version_check v0.9.4
12672024-02-22T22:28:59.877Z Compiling autocfg v1.1.0
12682024-02-22T22:28:59.877Z Compiling cfg-if v1.0.0
12692024-02-22T22:28:59.877Z Compiling syn v1.0.109
12702024-02-22T22:28:59.877Z Compiling once_cell v1.19.0
12712024-02-22T22:28:59.877Z Compiling thiserror v1.0.57
12722024-02-22T22:28:59.877Z Compiling typenum v1.16.0
12732024-02-22T22:28:59.877Z Compiling memchr v2.6.3
12742024-02-22T22:28:59.877Z Compiling lock_api v0.4.10
12752024-02-22T22:28:59.878Z Compiling generic-array v0.14.7
12762024-02-22T22:28:59.878Z Compiling byteorder v1.5.0
12772024-02-22T22:28:59.878Z Compiling parking_lot_core v0.9.8
12782024-02-22T22:29:00.010Z Compiling libm v0.2.7
12792024-02-22T22:29:00.010Z Compiling ahash v0.8.7
12802024-02-22T22:29:00.010Z Compiling num-traits v0.2.16
12812024-02-22T22:29:00.012Z Compiling serde_json v1.0.114
12822024-02-22T22:29:00.012Z Compiling itoa v1.0.9
12832024-02-22T22:29:00.012Z Compiling slab v0.4.9
12842024-02-22T22:29:00.012Z Compiling log v0.4.20
12852024-02-22T22:29:00.152Z Compiling scopeguard v1.2.0
12862024-02-22T22:29:00.615Z Compiling quote v1.0.35
12872024-02-22T22:29:00.644Z Compiling allocator-api2 v0.2.16
12882024-02-22T22:29:00.644Z Compiling syn v2.0.48
12892024-02-22T22:29:00.819Z Compiling getrandom v0.2.10
12902024-02-22T22:29:00.955Z Compiling cc v1.0.83
12912024-02-22T22:29:01.088Z Compiling rand_core v0.6.4
12922024-02-22T22:29:01.162Z Compiling ryu v1.0.15
12932024-02-22T22:29:01.509Z Compiling pkg-config v0.3.27
12942024-02-22T22:29:01.997Z Compiling heck v0.4.1
12952024-02-22T22:29:01.997Z Compiling schemars v0.8.16
12962024-02-22T22:29:01.997Z Compiling equivalent v1.0.1
12972024-02-22T22:29:02.065Z Compiling subtle v2.5.0
12982024-02-22T22:29:02.534Z Compiling smallvec v1.13.1
12992024-02-22T22:29:02.708Z Compiling vcpkg v0.2.15
13002024-02-22T22:29:02.966Z Compiling pin-project-lite v0.2.13
13012024-02-22T22:29:03.388Z Compiling httparse v1.8.0
13022024-02-22T22:29:04.059Z Compiling parking_lot v0.12.1
13032024-02-22T22:29:04.116Z Compiling ucd-trie v0.1.6
13042024-02-22T22:29:04.116Z Compiling ring v0.17.8
13052024-02-22T22:29:05.121Z Compiling ring v0.16.20
13062024-02-22T22:29:05.156Z Compiling openssl-sys v0.9.96
13072024-02-22T22:29:05.261Z Compiling signal-hook-registry v1.4.1
13082024-02-22T22:29:05.322Z Compiling fnv v1.0.7
13092024-02-22T22:29:05.398Z Compiling mio v0.8.9
13102024-02-22T22:29:05.646Z Compiling iana-time-zone v0.1.57
13112024-02-22T22:29:05.833Z Compiling const-oid v0.9.5
13122024-02-22T22:29:06.133Z Compiling semver v1.0.22
13132024-02-22T22:29:06.520Z Compiling openssl v0.10.60
13142024-02-22T22:29:06.639Z Compiling rustix v0.38.31
13152024-02-22T22:29:06.770Z Compiling num_cpus v1.16.0
13162024-02-22T22:29:07.009Z Compiling socket2 v0.5.5
13172024-02-22T22:29:07.010Z Compiling native-tls v0.2.11
13182024-02-22T22:29:07.441Z Compiling rustls v0.21.9
13192024-02-22T22:29:07.589Z Compiling dyn-clone v1.0.16
13202024-02-22T22:29:07.590Z Compiling futures-core v0.3.30
13212024-02-22T22:29:07.780Z Compiling aho-corasick v1.0.4
13222024-02-22T22:29:07.781Z Compiling slog v2.7.0
13232024-02-22T22:29:07.825Z Compiling regex-syntax v0.8.2
13242024-02-22T22:29:08.773Z Compiling serde_derive_internals v0.26.0
13252024-02-22T22:29:08.808Z Compiling crossbeam-utils v0.8.16
13262024-02-22T22:29:08.809Z Compiling async-trait v0.1.77
13272024-02-22T22:29:08.809Z Compiling spin v0.5.2
13282024-02-22T22:29:09.263Z Compiling futures-sink v0.3.30
13292024-02-22T22:29:09.431Z Compiling backtrace v0.3.69
13302024-02-22T22:29:09.938Z Compiling tinyvec_macros v0.1.1
13312024-02-22T22:29:10.028Z Compiling tinyvec v1.6.0
13322024-02-22T22:29:10.208Z Compiling futures-channel v0.3.30
13332024-02-22T22:29:10.715Z Compiling pin-utils v0.1.0
13342024-02-22T22:29:11.330Z Compiling futures-io v0.3.30
13352024-02-22T22:29:11.463Z Compiling cpufeatures v0.2.12
13362024-02-22T22:29:11.463Z Compiling futures-task v0.3.30
13372024-02-22T22:29:11.535Z Compiling regex-automata v0.4.4
13382024-02-22T22:29:11.869Z Compiling unicode-normalization v0.1.22
13392024-02-22T22:29:12.306Z Compiling spin v0.9.8
13402024-02-22T22:29:12.656Z Compiling memoffset v0.9.0
13412024-02-22T22:29:12.656Z Compiling tracing-core v0.1.31
13422024-02-22T22:29:12.656Z Compiling anyhow v1.0.75
13432024-02-22T22:29:12.656Z Compiling unicode-width v0.1.11
13442024-02-22T22:29:12.796Z Compiling unicode-bidi v0.3.13
13452024-02-22T22:29:14.213Z Compiling winnow v0.5.15
13462024-02-22T22:29:14.423Z Compiling crc32fast v1.3.2
13472024-02-22T22:29:14.661Z Compiling crossbeam-epoch v0.9.15
13482024-02-22T22:29:15.223Z Compiling time-core v0.1.1
13492024-02-22T22:29:15.738Z Compiling time-macros v0.2.13
13502024-02-22T22:29:16.298Z Compiling serde_derive v1.0.196
13512024-02-22T22:29:16.299Z Compiling zeroize_derive v1.4.2
13522024-02-22T22:29:17.099Z Compiling zerocopy-derive v0.7.32
13532024-02-22T22:29:17.284Z Compiling thiserror-impl v1.0.57
13542024-02-22T22:29:17.501Z Compiling tokio-macros v2.2.0
13552024-02-22T22:29:17.704Z Compiling zeroize v1.7.0
13562024-02-22T22:29:17.999Z Compiling futures-macro v0.3.30
13572024-02-22T22:29:19.243Z Compiling zerocopy v0.7.32
13582024-02-22T22:29:20.085Z Compiling tracing-attributes v0.1.26
13592024-02-22T22:29:20.896Z Compiling crypto-common v0.1.6
13602024-02-22T22:29:20.896Z Compiling schemars_derive v0.8.16
13612024-02-22T22:29:20.896Z Compiling pest v2.7.6
13622024-02-22T22:29:20.896Z Compiling openssl-macros v0.1.1
13632024-02-22T22:29:21.409Z Compiling hashbrown v0.14.3
13642024-02-22T22:29:21.684Z Compiling block-buffer v0.10.4
13652024-02-22T22:29:22.196Z Compiling digest v0.10.7
13662024-02-22T22:29:22.417Z Compiling regex v1.10.3
13672024-02-22T22:29:23.070Z Compiling futures-util v0.3.30
13682024-02-22T22:29:23.213Z Compiling pest_meta v2.7.6
13692024-02-22T22:29:24.295Z Compiling tracing v0.1.37
13702024-02-22T22:29:24.817Z Compiling pest_generator v2.7.6
13712024-02-22T22:29:25.047Z Compiling der_derive v0.7.2
13722024-02-22T22:29:27.429Z Compiling untrusted v0.9.0
13732024-02-22T22:29:27.629Z Compiling untrusted v0.7.1
13742024-02-22T22:29:27.883Z Compiling percent-encoding v2.3.1
13752024-02-22T22:29:28.022Z Compiling foreign-types-shared v0.1.1
13762024-02-22T22:29:28.259Z Compiling foreign-types v0.3.2
13772024-02-22T22:29:28.687Z Compiling pest_derive v2.7.6
13782024-02-22T22:29:29.649Z Compiling bytes v1.5.0
13792024-02-22T22:29:30.068Z Compiling indexmap v2.2.3
13802024-02-22T22:29:30.188Z Compiling uuid v1.7.0
13812024-02-22T22:29:30.847Z Compiling chrono v0.4.31
13822024-02-22T22:29:32.005Z Compiling http v0.2.11
13832024-02-22T22:29:32.021Z Compiling tokio v1.36.0
13842024-02-22T22:29:32.146Z Compiling bitflags v2.4.0
13852024-02-22T22:29:32.863Z Compiling toml_datetime v0.6.5
13862024-02-22T22:29:32.906Z Compiling serde_spanned v0.6.5
13872024-02-22T22:29:33.500Z Compiling toml_edit v0.19.15
13882024-02-22T22:29:33.501Z Compiling rustc_version v0.4.0
13892024-02-22T22:29:34.198Z Compiling openapiv3 v2.0.0
13902024-02-22T22:29:35.883Z Compiling serde_tokenstream v0.2.0
13912024-02-22T22:29:36.553Z Compiling errno v0.3.8
13922024-02-22T22:29:36.679Z Compiling base64 v0.21.7
13932024-02-22T22:29:37.194Z Compiling try-lock v0.2.4
13942024-02-22T22:29:37.231Z Compiling unicode-xid v0.2.4
13952024-02-22T22:29:37.231Z Compiling ppv-lite86 v0.2.17
13962024-02-22T22:29:37.307Z Compiling synstructure v0.12.6
13972024-02-22T22:29:37.507Z Compiling want v0.3.1
13982024-02-22T22:29:38.428Z Compiling http-body v0.4.5
13992024-02-22T22:29:39.479Z Compiling rustls-webpki v0.101.7
14002024-02-22T22:29:39.766Z Compiling sct v0.7.0
14012024-02-22T22:29:39.767Z Compiling form_urlencoded v1.2.1
14022024-02-22T22:29:39.869Z Compiling scroll_derive v0.12.0
14032024-02-22T22:29:40.582Z Compiling tokio-util v0.7.10
14042024-02-22T22:29:40.822Z Compiling socket2 v0.4.9
14052024-02-22T22:29:41.317Z Compiling openssl-probe v0.1.5
14062024-02-22T22:29:41.576Z Compiling tower-service v0.3.2
14072024-02-22T22:29:41.777Z Compiling httpdate v1.0.3
14082024-02-22T22:29:42.951Z Compiling h2 v0.3.24
14092024-02-22T22:29:43.684Z Compiling zerocopy-derive v0.2.0
14102024-02-22T22:29:43.949Z Compiling idna v0.5.0
14112024-02-22T22:29:45.619Z Compiling lazy_static v1.4.0
14122024-02-22T22:29:45.857Z Compiling thread-id v4.2.0
14132024-02-22T22:29:46.538Z Compiling adler v1.0.2
14142024-02-22T22:29:46.769Z Compiling miniz_oxide v0.7.1
14152024-02-22T22:29:47.775Z Compiling tokio-rustls v0.24.1
14162024-02-22T22:29:47.899Z Compiling tokio-native-tls v0.3.1
14172024-02-22T22:29:48.025Z Compiling url v2.5.0
14182024-02-22T22:29:48.266Z Compiling rand_chacha v0.3.1
14192024-02-22T22:29:48.555Z Compiling rustversion v1.0.14
14202024-02-22T22:29:48.850Z Compiling ipnet v2.9.0
14212024-02-22T22:29:48.982Z Compiling rand v0.8.5
14222024-02-22T22:29:49.216Z Compiling hyper v0.14.27
14232024-02-22T22:29:50.041Z Compiling serde_urlencoded v0.7.1
14242024-02-22T22:29:50.158Z Compiling rustls-pemfile v1.0.3
14252024-02-22T22:29:50.814Z Compiling usdt-impl v0.3.5
14262024-02-22T22:29:50.956Z Compiling encoding_rs v0.8.33
14272024-02-22T22:29:50.956Z Compiling either v1.10.0
14282024-02-22T22:29:50.956Z Compiling webpki-roots v0.25.2
14292024-02-22T22:29:50.957Z Compiling gimli v0.28.0
14302024-02-22T22:29:50.957Z Compiling mime v0.3.17
14312024-02-22T22:29:52.023Z Compiling regress v0.8.0
14322024-02-22T22:29:52.147Z Compiling object v0.32.1
14332024-02-22T22:29:52.712Z Compiling num-bigint v0.4.4
14342024-02-22T22:29:53.214Z Compiling usdt-impl v0.5.0
14352024-02-22T22:29:53.575Z Compiling rustc-demangle v0.1.23
14362024-02-22T22:29:54.551Z Compiling flate2 v1.0.28
14372024-02-22T22:29:54.786Z Compiling zerocopy v0.3.0
14382024-02-22T22:29:55.185Z Compiling addr2line v0.21.0
14392024-02-22T22:29:55.554Z Compiling scroll v0.12.0
14402024-02-22T22:29:55.641Z Compiling heapless v0.7.16
14412024-02-22T22:29:55.859Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14422024-02-22T22:29:55.974Z Compiling futures-executor v0.3.30
14432024-02-22T22:29:56.166Z Compiling bzip2-sys v0.1.11+1.0.8
14442024-02-22T22:29:56.330Z Compiling plain v0.2.3
14452024-02-22T22:29:56.429Z Compiling hyper-rustls v0.24.2
14462024-02-22T22:29:56.541Z Compiling hyper-tls v0.5.0
14472024-02-22T22:29:57.001Z Compiling winnow v0.6.1
14482024-02-22T22:29:57.002Z Compiling reqwest v0.11.22
14492024-02-22T22:29:57.455Z Compiling signal-hook v0.3.17
14502024-02-22T22:29:57.521Z Compiling base64ct v1.6.0
14512024-02-22T22:29:58.578Z Compiling goblin v0.8.0
14522024-02-22T22:29:59.880Z Compiling futures v0.3.30
14532024-02-22T22:30:00.040Z Compiling dof v0.1.5
14542024-02-22T22:30:00.731Z Compiling toml_edit v0.22.6
14552024-02-22T22:30:01.002Z Compiling toml v0.7.8
14562024-02-22T22:30:02.335Z Compiling hex v0.4.3
14572024-02-22T22:30:02.574Z Compiling dtrace-parser v0.1.14
14582024-02-22T22:30:02.724Z Compiling pretty-hex v0.4.1
14592024-02-22T22:30:03.094Z Compiling strum_macros v0.25.2
14602024-02-22T22:30:04.698Z Compiling dof v0.3.0
14612024-02-22T22:30:05.304Z Compiling serde_tokenstream v0.1.7
14622024-02-22T22:30:05.750Z Compiling dtrace-parser v0.2.0
14632024-02-22T22:30:07.102Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14642024-02-22T22:30:07.628Z Compiling smoltcp v0.9.1
14652024-02-22T22:30:07.945Z Compiling hmac v0.12.1
14662024-02-22T22:30:08.166Z Compiling pem-rfc7468 v0.7.0
14672024-02-22T22:30:08.442Z Compiling enum-as-inner v0.5.1
14682024-02-22T22:30:08.488Z Compiling num-iter v0.1.43
14692024-02-22T22:30:08.736Z Compiling flagset v0.4.3
14702024-02-22T22:30:09.148Z Compiling siphasher v0.3.11
14712024-02-22T22:30:09.714Z Compiling unicode-segmentation v1.10.1
14722024-02-22T22:30:09.715Z Compiling der v0.7.8
14732024-02-22T22:30:09.715Z Compiling usdt-attr-macro v0.3.5
14742024-02-22T22:30:09.715Z Compiling usdt-macro v0.3.5
14752024-02-22T22:30:10.199Z Compiling hubpack_derive v0.1.1
14762024-02-22T22:30:10.296Z Compiling zerocopy-derive v0.6.4
14772024-02-22T22:30:11.526Z Compiling num_threads v0.1.6
14782024-02-22T22:30:11.549Z Compiling deranged v0.3.8
14792024-02-22T22:30:11.549Z Compiling utf8parse v0.2.1
14802024-02-22T22:30:12.007Z Compiling anstyle v1.0.2
14812024-02-22T22:30:12.722Z Compiling sha2 v0.10.8
14822024-02-22T22:30:12.935Z Compiling time v0.3.27
14832024-02-22T22:30:12.981Z Compiling anstyle-parse v0.2.1
14842024-02-22T22:30:13.079Z Compiling spki v0.7.2
14852024-02-22T22:30:14.735Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14862024-02-22T22:30:15.003Z Compiling md-5 v0.10.5
14872024-02-22T22:30:15.070Z Compiling block-padding v0.3.3
14882024-02-22T22:30:15.258Z Compiling clap_derive v4.5.0
14892024-02-22T22:30:15.335Z Compiling stringprep v0.1.3
14902024-02-22T22:30:16.403Z Compiling getopts v0.2.21
14912024-02-22T22:30:16.973Z Compiling diesel_table_macro_syntax v0.1.0
14922024-02-22T22:30:17.453Z Compiling num-integer v0.1.46
14932024-02-22T22:30:18.526Z Compiling hash32 v0.2.1
14942024-02-22T22:30:19.867Z Compiling colorchoice v1.0.0
14952024-02-22T22:30:20.029Z Compiling fallible-iterator v0.2.0
14962024-02-22T22:30:20.247Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14972024-02-22T22:30:20.636Z Compiling anstyle-query v1.0.0
14982024-02-22T22:30:20.658Z Compiling stable_deref_trait v1.2.0
14992024-02-22T22:30:20.700Z Compiling postgres-protocol v0.6.6
15002024-02-22T22:30:20.764Z Compiling anstream v0.6.11
15012024-02-22T22:30:22.047Z Compiling diesel_derives v2.1.2
15022024-02-22T22:30:22.095Z Compiling inout v0.1.3
15032024-02-22T22:30:24.691Z Compiling pkcs8 v0.10.2
15042024-02-22T22:30:25.263Z Compiling phf_shared v0.11.2
15052024-02-22T22:30:26.038Z Compiling ff v0.13.0
15062024-02-22T22:30:26.185Z Compiling terminal_size v0.3.0
15072024-02-22T22:30:26.364Z Compiling serde_repr v0.1.16
15082024-02-22T22:30:26.565Z Compiling scheduled-thread-pool v0.2.7
15092024-02-22T22:30:27.076Z Compiling base16ct v0.2.0
15102024-02-22T22:30:27.367Z Compiling bit-vec v0.6.3
15112024-02-22T22:30:27.539Z Compiling unsafe-libyaml v0.2.10
15122024-02-22T22:30:27.757Z Compiling regex-automata v0.1.10
15132024-02-22T22:30:27.939Z Compiling bitflags v1.3.2
15142024-02-22T22:30:28.102Z Compiling managed v0.8.0
15152024-02-22T22:30:28.202Z Compiling clap_lex v0.7.0
15162024-02-22T22:30:28.745Z Compiling matches v0.1.10
15172024-02-22T22:30:29.343Z Compiling strsim v0.11.0
15182024-02-22T22:30:29.343Z Compiling idna v0.2.3
15192024-02-22T22:30:29.526Z Compiling clap_builder v4.5.0
15202024-02-22T22:30:30.531Z Compiling serde_yaml v0.9.25
15212024-02-22T22:30:30.647Z Compiling bstr v0.2.17
15222024-02-22T22:30:32.005Z Compiling sec1 v0.7.3
15232024-02-22T22:30:32.566Z Compiling r2d2 v0.8.10
15242024-02-22T22:30:32.997Z Compiling group v0.13.0
15252024-02-22T22:30:33.156Z Compiling phf v0.11.2
15262024-02-22T22:30:33.415Z Compiling signal-hook-mio v0.2.3
15272024-02-22T22:30:33.623Z Compiling bzip2 v0.4.4
15282024-02-22T22:30:33.968Z Compiling cipher v0.4.4
15292024-02-22T22:30:34.014Z Compiling postgres-types v0.2.6
15302024-02-22T22:30:34.463Z Compiling zerocopy v0.6.4
15312024-02-22T22:30:34.513Z Compiling hubpack v0.1.2
15322024-02-22T22:30:35.013Z Compiling phf_shared v0.10.0
15332024-02-22T22:30:35.389Z Compiling hkdf v0.12.4
15342024-02-22T22:30:35.441Z Compiling crypto-bigint v0.5.2
15352024-02-22T22:30:35.441Z Compiling ipnetwork v0.20.0
15362024-02-22T22:30:35.643Z Compiling float-cmp v0.9.0
15372024-02-22T22:30:36.571Z Compiling precomputed-hash v0.1.1
15382024-02-22T22:30:38.913Z Compiling new_debug_unreachable v1.0.4
15392024-02-22T22:30:39.015Z Compiling whoami v1.4.1
15402024-02-22T22:30:39.252Z Compiling minimal-lexical v0.2.1
15412024-02-22T22:30:39.427Z Compiling fixedbitset v0.4.2
15422024-02-22T22:30:39.599Z Compiling normalize-line-endings v0.3.0
15432024-02-22T22:30:39.778Z Compiling data-encoding v2.4.0
15442024-02-22T22:30:40.266Z Compiling static_assertions v1.1.0
15452024-02-22T22:30:40.266Z Compiling regex-automata v0.3.8
15462024-02-22T22:30:40.266Z Compiling predicates-core v1.0.6
15472024-02-22T22:30:40.267Z Compiling difflib v0.4.0
15482024-02-22T22:30:41.728Z Compiling bstr v1.6.0
15492024-02-22T22:30:42.056Z Compiling predicates v3.1.0
15502024-02-22T22:30:42.256Z Compiling trust-dns-proto v0.22.0
15512024-02-22T22:30:42.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15522024-02-22T22:30:42.674Z Compiling petgraph v0.6.4
15532024-02-22T22:30:43.688Z Compiling nom v7.1.3
15542024-02-22T22:30:43.855Z Compiling tokio-postgres v0.7.10
15552024-02-22T22:30:43.856Z Compiling string_cache v0.8.7
15562024-02-22T22:30:43.856Z Compiling diesel v2.1.4
15572024-02-22T22:30:44.567Z Compiling elliptic-curve v0.13.8
15582024-02-22T22:30:44.709Z Compiling yasna v0.5.2
15592024-02-22T22:30:45.185Z Compiling zip v0.6.6
15602024-02-22T22:30:46.741Z Compiling crossterm v0.27.0
15612024-02-22T22:30:47.445Z Compiling clap v4.5.0
15622024-02-22T22:30:47.446Z Compiling similar v2.3.0
15632024-02-22T22:30:47.446Z Compiling bit-set v0.5.3
15642024-02-22T22:30:47.446Z Compiling usdt v0.3.5
15652024-02-22T22:30:47.723Z Compiling strum v0.25.0
15662024-02-22T22:30:47.933Z Compiling itertools v0.10.5
15672024-02-22T22:30:48.914Z Compiling console v0.15.8
15682024-02-22T22:30:48.914Z Compiling tokio-stream v0.1.14
15692024-02-22T22:30:49.830Z Compiling lalrpop-util v0.19.12
15702024-02-22T22:30:50.358Z Compiling camino v1.1.6
15712024-02-22T22:30:52.127Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15722024-02-22T22:31:01.143Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15732024-02-22T22:31:27.804Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15742024-02-22T22:31:28.303Z Compiling sha1 v0.10.6
15752024-02-22T22:31:28.705Z Compiling atty v0.2.14
15762024-02-22T22:31:29.056Z Compiling match_cfg v0.1.0
15772024-02-22T22:31:29.056Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15782024-02-22T22:31:29.446Z Compiling hostname v0.3.1
15792024-02-22T22:31:29.446Z Compiling dirs-sys-next v0.1.2
15802024-02-22T22:31:29.809Z Compiling strsim v0.10.0
15812024-02-22T22:31:29.809Z Compiling ident_case v1.0.1
15822024-02-22T22:31:29.809Z Compiling rustls-pki-types v1.3.0
15832024-02-22T22:31:29.810Z Compiling darling_core v0.20.3
15842024-02-22T22:31:30.399Z Compiling dirs-next v2.0.0
15852024-02-22T22:31:30.553Z Compiling thread_local v1.1.7
15862024-02-22T22:31:30.554Z Compiling rustls v0.22.2
15872024-02-22T22:31:30.554Z Compiling slog-async v2.8.0
15882024-02-22T22:31:30.679Z Compiling rustls-webpki v0.102.1
15892024-02-22T22:31:30.921Z Compiling term v0.7.0
15902024-02-22T22:31:31.692Z Compiling crossbeam-channel v0.5.8
15912024-02-22T22:31:31.890Z Compiling multer v3.0.0
15922024-02-22T22:31:32.112Z Compiling instant v0.1.12
15932024-02-22T22:31:32.113Z Compiling paste v1.0.14
15942024-02-22T22:31:32.384Z Compiling take_mut v0.2.2
15952024-02-22T22:31:32.385Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15962024-02-22T22:31:32.907Z Compiling slog-term v2.9.0
15972024-02-22T22:31:33.141Z Compiling slog-json v2.6.1
15982024-02-22T22:31:33.141Z Compiling http v1.0.0
15992024-02-22T22:31:33.312Z Compiling async-stream-impl v0.3.5
16002024-02-22T22:31:33.985Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16012024-02-22T22:31:34.334Z Compiling atomic-waker v1.1.1
16022024-02-22T22:31:34.334Z Compiling debug-ignore v1.0.5
16032024-02-22T22:31:34.335Z Compiling waitgroup v0.1.2
16042024-02-22T22:31:34.676Z Compiling slog-bunyan v2.5.0
16052024-02-22T22:31:34.676Z Compiling rustls-pemfile v2.1.0
16062024-02-22T22:31:35.027Z Compiling async-stream v0.3.5
16072024-02-22T22:31:35.171Z Compiling toml v0.8.10
16082024-02-22T22:31:35.586Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16092024-02-22T22:31:35.795Z Compiling serde_path_to_error v0.1.15
16102024-02-22T22:31:36.128Z Compiling darling_macro v0.20.3
16112024-02-22T22:31:36.357Z Compiling structmeta-derive v0.3.0
16122024-02-22T22:31:36.758Z Compiling strum_macros v0.26.1
16132024-02-22T22:31:37.245Z Compiling newtype-uuid v1.0.1
16142024-02-22T22:31:37.245Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16152024-02-22T22:31:37.466Z Compiling darling v0.20.3
16162024-02-22T22:31:37.466Z Compiling tokio-rustls v0.25.0
16172024-02-22T22:31:37.466Z Compiling serde_with_macros v3.6.1
16182024-02-22T22:31:37.706Z Compiling backoff v0.4.0
16192024-02-22T22:31:38.131Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16202024-02-22T22:31:38.521Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16212024-02-22T22:31:38.737Z Compiling macaddr v1.0.1
16222024-02-22T22:31:38.991Z Compiling proc-macro-error-attr v1.0.4
16232024-02-22T22:31:38.991Z Compiling proc-macro-crate v1.3.1
16242024-02-22T22:31:39.676Z Compiling proc-macro-error v1.0.4
16252024-02-22T22:31:39.676Z Compiling structmeta v0.3.0
16262024-02-22T22:31:39.676Z Compiling heapless v0.8.0
16272024-02-22T22:31:39.889Z Compiling parse-display-derive v0.9.0
16282024-02-22T22:31:41.347Z Compiling num_enum_derive v0.5.11
16292024-02-22T22:31:41.347Z Compiling serde_with v3.6.1
16302024-02-22T22:31:41.692Z Compiling hash32 v0.3.1
16312024-02-22T22:31:42.302Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16322024-02-22T22:31:42.347Z Compiling rayon-core v1.12.0
16332024-02-22T22:31:42.347Z Compiling strum v0.26.1
16342024-02-22T22:31:42.553Z Compiling smoltcp v0.11.0
16352024-02-22T22:31:43.084Z Compiling num_enum v0.5.11
16362024-02-22T22:31:43.411Z Compiling crossbeam-deque v0.8.3
16372024-02-22T22:31:43.790Z Compiling fastrand v2.0.1
16382024-02-22T22:31:43.999Z Compiling embedded-io v0.4.0
16392024-02-22T22:31:43.999Z Compiling cobs v0.2.3
16402024-02-22T22:31:44.117Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16412024-02-22T22:31:44.813Z Compiling same-file v1.0.6
16422024-02-22T22:31:44.908Z Compiling postcard v1.0.8
16432024-02-22T22:31:44.908Z Compiling tempfile v3.10.0
16442024-02-22T22:31:44.908Z Compiling walkdir v2.4.0
16452024-02-22T22:31:45.050Z Compiling parse-display v0.9.0
16462024-02-22T22:31:45.235Z Compiling semver-parser v0.10.2
16472024-02-22T22:31:45.340Z Compiling foreign-types-macros v0.2.3
16482024-02-22T22:31:45.340Z Compiling blake3 v1.5.0
16492024-02-22T22:31:45.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16502024-02-22T22:31:46.028Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16512024-02-22T22:31:46.588Z Compiling foreign-types-shared v0.3.1
16522024-02-22T22:31:46.588Z Compiling crucible-workspace-hack v0.1.0
16532024-02-22T22:31:46.713Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16542024-02-22T22:31:46.713Z Compiling semver v0.11.0
16552024-02-22T22:31:46.714Z Compiling rayon v1.8.0
16562024-02-22T22:31:46.714Z Compiling foreign-types v0.5.0
16572024-02-22T22:31:47.198Z Compiling is-terminal v0.4.9
16582024-02-22T22:31:47.385Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16592024-02-22T22:31:47.385Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16602024-02-22T22:31:47.529Z Compiling cstr-argument v0.1.2
16612024-02-22T22:31:47.760Z Compiling memmap2 v0.7.1
16622024-02-22T22:31:48.009Z Compiling xattr v1.0.1
16632024-02-22T22:31:48.010Z Compiling filetime v0.2.23
16642024-02-22T22:31:48.245Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16652024-02-22T22:31:48.245Z Compiling home v0.5.5
16662024-02-22T22:31:48.245Z Compiling arrayref v0.3.7
16672024-02-22T22:31:48.579Z Compiling pretty-hex v0.2.1
16682024-02-22T22:31:48.579Z Compiling arrayvec v0.7.4
16692024-02-22T22:31:48.579Z Compiling constant_time_eq v0.3.0
16702024-02-22T22:31:48.580Z Compiling toolchain_find v0.2.0
16712024-02-22T22:31:48.580Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16722024-02-22T22:31:49.229Z Compiling tar v0.4.40
16732024-02-22T22:31:49.229Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16742024-02-22T22:31:49.229Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16752024-02-22T22:31:49.229Z Compiling camino-tempfile v1.1.1
16762024-02-22T22:31:49.452Z Compiling colored v2.0.4
16772024-02-22T22:31:49.452Z Compiling toml v0.5.11
16782024-02-22T22:31:49.634Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16792024-02-22T22:31:49.861Z Compiling platforms v3.0.2
16802024-02-22T22:31:50.106Z Compiling topological-sort v0.2.2
16812024-02-22T22:31:50.570Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16822024-02-22T22:31:50.827Z Compiling zone_cfg_derive v0.3.0
16832024-02-22T22:31:51.142Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16842024-02-22T22:31:51.374Z Compiling rustfmt-wrapper v0.2.0
16852024-02-22T22:31:51.478Z Compiling textwrap v0.11.0
16862024-02-22T22:31:51.994Z Compiling omicron-zone-package v0.11.0
16872024-02-22T22:31:52.539Z Compiling heck v0.3.3
16882024-02-22T22:31:52.539Z Compiling num-derive v0.4.0
16892024-02-22T22:31:52.539Z Compiling libefi-sys v0.1.0
16902024-02-22T22:31:53.588Z Compiling ansi_term v0.12.1
16912024-02-22T22:31:53.588Z Compiling strsim v0.8.0
16922024-02-22T22:31:53.589Z Compiling vec_map v0.8.2
16932024-02-22T22:31:53.589Z Compiling structopt-derive v0.4.18
16942024-02-22T22:31:53.589Z Compiling clap v2.34.0
16952024-02-22T22:31:53.589Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16962024-02-22T22:31:54.081Z Compiling zone v0.3.0
16972024-02-22T22:31:54.544Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16982024-02-22T22:31:54.896Z Compiling smf v0.2.2
16992024-02-22T22:31:55.096Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17002024-02-22T22:31:55.389Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17012024-02-22T22:31:55.606Z Compiling unicase v2.7.0
17022024-02-22T22:31:55.672Z Compiling semver v0.1.20
17032024-02-22T22:31:56.056Z Compiling rustc_version v0.1.7
17042024-02-22T22:31:56.127Z Compiling curve25519-dalek v4.1.1
17052024-02-22T22:31:56.331Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17062024-02-22T22:31:56.536Z Compiling universal-hash v0.5.1
17072024-02-22T22:31:56.536Z Compiling opaque-debug v0.3.0
17082024-02-22T22:31:56.692Z Compiling newtype_derive v0.1.6
17092024-02-22T22:31:56.816Z Compiling signature v2.1.0
17102024-02-22T22:31:57.000Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17112024-02-22T22:31:57.000Z Compiling curve25519-dalek-derive v0.1.0
17122024-02-22T22:31:57.000Z Compiling structopt v0.3.26
17132024-02-22T22:31:57.000Z Compiling gethostname v0.4.3
17142024-02-22T22:31:57.228Z Compiling num-rational v0.4.1
17152024-02-22T22:31:57.229Z Compiling getrandom v0.1.16
17162024-02-22T22:31:57.683Z Compiling usdt-attr-macro v0.5.0
17172024-02-22T22:31:57.916Z Compiling usdt-macro v0.5.0
17182024-02-22T22:31:57.916Z Compiling password-hash v0.5.0
17192024-02-22T22:31:58.041Z Compiling blake2 v0.10.6
17202024-02-22T22:31:58.633Z Compiling memmap v0.7.0
17212024-02-22T22:31:58.756Z Compiling parking_lot_core v0.8.6
17222024-02-22T22:31:59.328Z Compiling quick-error v1.2.3
17232024-02-22T22:31:59.328Z Compiling linked-hash-map v0.5.6
17242024-02-22T22:31:59.328Z Compiling resolv-conf v0.7.0
17252024-02-22T22:31:59.328Z Compiling usdt v0.5.0
17262024-02-22T22:31:59.328Z Compiling argon2 v0.5.3
17272024-02-22T22:31:59.586Z Compiling lru-cache v0.1.2
17282024-02-22T22:32:00.046Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17292024-02-22T22:32:00.168Z Compiling rfc6979 v0.4.0
17302024-02-22T22:32:00.783Z Compiling aead v0.5.2
17312024-02-22T22:32:00.783Z Compiling num-complex v0.4.4
17322024-02-22T22:32:00.783Z Compiling nibble_vec v0.1.0
17332024-02-22T22:32:00.783Z Compiling slog-dtrace v0.3.0
17342024-02-22T22:32:01.093Z Compiling endian-type v0.1.2
17352024-02-22T22:32:01.282Z Compiling keccak v0.1.4
17362024-02-22T22:32:01.400Z Compiling utf-8 v0.7.6
17372024-02-22T22:32:01.613Z Compiling cancel-safe-futures v0.1.5
17382024-02-22T22:32:01.821Z Compiling winapi v0.3.9
17392024-02-22T22:32:02.022Z Compiling arc-swap v1.6.0
17402024-02-22T22:32:02.402Z Compiling sha3 v0.10.8
17412024-02-22T22:32:02.533Z Compiling slog-scope v4.4.0
17422024-02-22T22:32:02.701Z Compiling tungstenite v0.20.1
17432024-02-22T22:32:03.183Z Compiling radix_trie v0.2.1
17442024-02-22T22:32:03.183Z Compiling num v0.4.1
17452024-02-22T22:32:03.183Z Compiling ecdsa v0.16.9
17462024-02-22T22:32:03.183Z Compiling mime_guess v2.0.4
17472024-02-22T22:32:03.441Z Compiling steno v0.4.0
17482024-02-22T22:32:03.467Z Compiling trust-dns-resolver v0.22.0
17492024-02-22T22:32:03.894Z Compiling rand_core v0.5.1
17502024-02-22T22:32:04.463Z Compiling poly1305 v0.8.0
17512024-02-22T22:32:05.133Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17522024-02-22T22:32:05.277Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17532024-02-22T22:32:07.149Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17542024-02-22T22:32:07.165Z Compiling primeorder v0.13.6
17552024-02-22T22:32:07.165Z Compiling chacha20 v0.9.1
17562024-02-22T22:32:07.165Z Compiling secrecy v0.8.0
17572024-02-22T22:32:07.166Z Compiling thiserror-impl-no-std v2.0.2
17582024-02-22T22:32:07.186Z Compiling half v2.3.1
17592024-02-22T22:32:07.668Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17602024-02-22T22:32:07.803Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17612024-02-22T22:32:08.426Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17622024-02-22T22:32:08.973Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17632024-02-22T22:32:09.976Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17642024-02-22T22:32:10.299Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17652024-02-22T22:32:10.435Z Compiling option-ext v0.2.0
17662024-02-22T22:32:10.666Z Compiling ciborium-io v0.2.2
17672024-02-22T22:32:10.667Z Compiling convert_case v0.4.0
17682024-02-22T22:32:10.667Z Compiling ciborium-ll v0.2.2
17692024-02-22T22:32:10.824Z Compiling thiserror-no-std v2.0.2
17702024-02-22T22:32:11.044Z Compiling dirs-sys v0.4.1
17712024-02-22T22:32:11.044Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17722024-02-22T22:32:11.499Z Compiling derive_more v0.99.17
17732024-02-22T22:32:12.189Z Compiling parking_lot v0.11.2
17742024-02-22T22:32:12.414Z Compiling rand_chacha v0.2.2
17752024-02-22T22:32:12.674Z Compiling tokio-tungstenite v0.20.1
17762024-02-22T22:32:12.674Z Compiling trust-dns-client v0.22.0
17772024-02-22T22:32:13.418Z Compiling slog-stdlog v4.1.1
17782024-02-22T22:32:13.983Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17792024-02-22T22:32:14.363Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17802024-02-22T22:32:14.363Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17812024-02-22T22:32:15.898Z Compiling ed25519 v2.2.2
17822024-02-22T22:32:16.224Z Compiling polyval v0.6.1
17832024-02-22T22:32:16.833Z Compiling ctr v0.9.2
17842024-02-22T22:32:18.037Z Compiling blowfish v0.9.1
17852024-02-22T22:32:18.037Z Compiling aes v0.8.3
17862024-02-22T22:32:18.037Z Compiling password-hash v0.4.2
17872024-02-22T22:32:18.482Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17882024-02-22T22:32:20.312Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17892024-02-22T22:32:20.617Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17902024-02-22T22:32:24.441Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17912024-02-22T22:32:26.558Z Compiling libsw v3.3.1
17922024-02-22T22:32:28.165Z Compiling pbkdf2 v0.12.2
17932024-02-22T22:32:28.404Z Compiling derive-where v1.2.7
17942024-02-22T22:32:29.139Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17952024-02-22T22:32:29.366Z Compiling fxhash v0.2.1
17962024-02-22T22:32:29.619Z Compiling swrite v0.1.0
17972024-02-22T22:32:29.619Z Compiling linear-map v1.2.0
17982024-02-22T22:32:29.619Z Compiling owo-colors v4.0.0
17992024-02-22T22:32:29.833Z Compiling sled v0.34.7
18002024-02-22T22:32:30.975Z Compiling trust-dns-server v0.22.1
18012024-02-22T22:32:31.166Z Compiling bcrypt-pbkdf v0.10.0
18022024-02-22T22:32:31.680Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18032024-02-22T22:32:32.148Z Compiling pbkdf2 v0.11.0
18042024-02-22T22:32:32.512Z Compiling ghash v0.5.0
18052024-02-22T22:32:32.512Z Compiling ed25519-dalek v2.0.0
18062024-02-22T22:32:32.513Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18072024-02-22T22:32:32.513Z Compiling slog-envlogger v2.2.0
18082024-02-22T22:32:32.513Z Compiling russh-cryptovec v0.7.0
18092024-02-22T22:32:32.728Z Compiling rand v0.7.3
18102024-02-22T22:32:35.144Z Compiling dirs v5.0.1
18112024-02-22T22:32:35.794Z Compiling ciborium v0.2.2
18122024-02-22T22:32:35.794Z Compiling vsss-rs v3.3.4
18132024-02-22T22:32:35.794Z Compiling chacha20poly1305 v0.10.1
18142024-02-22T22:32:35.794Z Compiling p521 v0.13.3
18152024-02-22T22:32:35.794Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18162024-02-22T22:32:35.794Z Compiling p256 v0.13.2
18172024-02-22T22:32:36.751Z Compiling cbc v0.1.2
18182024-02-22T22:32:37.198Z Compiling pem v3.0.2
18192024-02-22T22:32:37.199Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18202024-02-22T22:32:37.199Z Compiling headers-core v0.2.0
18212024-02-22T22:32:37.641Z Compiling kstat-rs v0.2.3
18222024-02-22T22:32:37.894Z Compiling md5 v0.7.0
18232024-02-22T22:32:37.894Z Compiling glob v0.3.1
18242024-02-22T22:32:38.554Z Compiling http-range v0.1.5
18252024-02-22T22:32:38.903Z Compiling hyper-staticfile v0.9.5
18262024-02-22T22:32:38.904Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18272024-02-22T22:32:38.904Z Compiling russh-keys v0.42.0
18282024-02-22T22:32:39.249Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18292024-02-22T22:32:40.293Z Compiling rcgen v0.12.1
18302024-02-22T22:32:41.532Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18312024-02-22T22:32:42.241Z Compiling headers v0.3.9
18322024-02-22T22:32:42.292Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18332024-02-22T22:32:42.292Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18342024-02-22T22:32:43.350Z Compiling aes-gcm v0.10.3
18352024-02-22T22:32:45.252Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18362024-02-22T22:32:47.553Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18372024-02-22T22:32:47.826Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18382024-02-22T22:32:49.321Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18392024-02-22T22:32:51.414Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18402024-02-22T22:32:52.159Z Compiling atomicwrites v0.4.3
18412024-02-22T22:32:52.362Z Compiling itertools v0.12.1
18422024-02-22T22:32:52.740Z Compiling subprocess v0.2.9
18432024-02-22T22:32:52.938Z Compiling display-error-chain v0.2.0
18442024-02-22T22:32:53.069Z Compiling hex-literal v0.4.1
18452024-02-22T22:32:53.232Z Compiling russh v0.42.0
18462024-02-22T22:32:55.051Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18472024-02-22T22:32:55.736Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18482024-02-22T22:33:01.203Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18492024-02-22T22:33:02.588Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18502024-02-22T22:33:23.331Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18512024-02-22T22:34:23.686Z Finished dev [unoptimized + debuginfo] target(s) in 5m 48s
18522024-02-22T22:34:23.909Z
18532024-02-22T22:34:23.932Zreal 5:49.198619207
18542024-02-22T22:34:23.932Zuser 29:44.021609827
18552024-02-22T22:34:23.932Zsys 5:39.503482333
18562024-02-22T22:34:23.932Ztrap 0.850996937
18572024-02-22T22:34:23.932Ztflt 9.988794806
18582024-02-22T22:34:23.932Zdflt 5.919435020
18592024-02-22T22:34:23.932Zkflt 0.109925261
18602024-02-22T22:34:23.932Zlock 55:31.626175069
18612024-02-22T22:34:23.932Zslp 1:28:04.643419998
18622024-02-22T22:34:23.932Zlat 1:36.855857248
18632024-02-22T22:34:23.932Zstop 3:55.185812895
18642024-02-22T22:34:23.932Z+ mkdir -p /work/end-to-end-tests
18652024-02-22T22:34:23.932Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18662024-02-22T22:34:24.693Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18672024-02-22T22:34:24.694Z+ ptime -m gzip
18682024-02-22T22:34:24.715Z++ basename target/debug/bootstrap
18692024-02-22T22:34:37.982Z
18702024-02-22T22:34:38.001Zreal 13.277942581
18712024-02-22T22:34:38.001Zuser 13.165223016
18722024-02-22T22:34:38.002Zsys 0.099827676
18732024-02-22T22:34:38.002Ztrap 0.003287377
18742024-02-22T22:34:38.002Ztflt 0.000000000
18752024-02-22T22:34:38.002Zdflt 0.000000000
18762024-02-22T22:34:38.002Zkflt 0.000000000
18772024-02-22T22:34:38.002Zlock 0.000000000
18782024-02-22T22:34:38.002Zslp 0.000000000
18792024-02-22T22:34:38.002Zlat 0.009206883
18802024-02-22T22:34:38.002Zstop 0.000177831
18812024-02-22T22:34:38.002Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18822024-02-22T22:34:38.002Z+ ptime -m gzip
18832024-02-22T22:34:38.002Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6
18842024-02-22T22:34:39.415Z
18852024-02-22T22:34:39.415Zreal 1.281410945
18862024-02-22T22:34:39.415Zuser 1.270036957
18872024-02-22T22:34:39.415Zsys 0.010783701
18882024-02-22T22:34:39.415Ztrap 0.000084425
18892024-02-22T22:34:39.415Ztflt 0.000000000
18902024-02-22T22:34:39.608Zdflt 0.000000000
18912024-02-22T22:34:39.608Zkflt 0.000000000
18922024-02-22T22:34:39.609Zlock 0.000000000
18932024-02-22T22:34:39.609Zslp 0.000000000
18942024-02-22T22:34:39.609Zlat 0.000103554
18952024-02-22T22:34:39.609Zstop 0.000174332
18962024-02-22T22:34:39.609Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18972024-02-22T22:34:39.609Z+ ptime -m gzip
18982024-02-22T22:34:39.610Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84
18992024-02-22T22:34:52.839Z
19002024-02-22T22:34:53.087Zreal 13.547647992
19012024-02-22T22:34:53.087Zuser 13.454610487
19022024-02-22T22:34:53.088Zsys 0.089577798
19032024-02-22T22:34:53.088Ztrap 0.001924403
19042024-02-22T22:34:53.088Ztflt 0.000000000
19052024-02-22T22:34:53.089Zdflt 0.000000000
19062024-02-22T22:34:53.089Zkflt 0.000000000
19072024-02-22T22:34:53.089Zlock 0.000000000
19082024-02-22T22:34:53.089Zslp 0.000000000
19092024-02-22T22:34:53.089Zlat 0.001143571
19102024-02-22T22:34:53.089Zstop 0.000172543
19112024-02-22T22:34:53.089Z+ banner caboose-util
19122024-02-22T22:34:53.090Z
19132024-02-22T22:34:53.090Z #### ## ##### #### #### #### ###### # # #####
19142024-02-22T22:34:53.090Z # # # # # # # # # # # # # # #
19152024-02-22T22:34:53.090Z # # # ##### # # # # #### ##### ##### # # #
19162024-02-22T22:34:53.091Z # ###### # # # # # # # # # # #
19172024-02-22T22:34:53.091Z # # # # # # # # # # # # # # # #
19182024-02-22T22:34:53.091Z #### # # ##### #### #### #### ###### #### #
19192024-02-22T22:34:53.091Z
19202024-02-22T22:34:53.092Z+ ptime -m cargo build --locked -p caboose-util --release
19212024-02-22T22:34:53.322Z Downloading crates ...
19222024-02-22T22:34:53.680Z Downloaded array-init v0.0.4
19232024-02-22T22:34:53.926Z Downloaded termcolor v1.2.0
19242024-02-22T22:34:53.927Z Downloaded radium v0.7.0
19252024-02-22T22:34:53.927Z Downloaded path-slash v0.1.5
19262024-02-22T22:34:53.927Z Downloaded tap v1.0.1
19272024-02-22T22:34:53.927Z Downloaded crc-catalog v2.2.0
19282024-02-22T22:34:53.927Z Downloaded packed_struct v0.10.1
19292024-02-22T22:34:53.927Z Downloaded packed_struct_codegen v0.10.1
19302024-02-22T22:34:53.927Z Downloaded crc v3.0.1
19312024-02-22T22:34:53.927Z Downloaded smallvec v0.6.14
19322024-02-22T22:34:53.927Z Downloaded funty v2.0.0
19332024-02-22T22:34:53.928Z Downloaded env_logger v0.10.0
19342024-02-22T22:34:53.928Z Downloaded maybe-uninit v2.0.0
19352024-02-22T22:34:53.928Z Downloaded wyz v0.5.1
19362024-02-22T22:34:53.928Z Downloaded hashbrown v0.13.2
19372024-02-22T22:34:53.928Z Downloaded pkcs1 v0.7.5
19382024-02-22T22:34:53.928Z Downloaded nodrop v0.1.14
19392024-02-22T22:34:53.928Z Downloaded serde-hex v0.1.0
19402024-02-22T22:34:53.928Z Downloaded crc-any v2.4.3
19412024-02-22T22:34:53.928Z Downloaded bitfield v0.14.0
19422024-02-22T22:34:53.928Z Downloaded ron v0.8.1
19432024-02-22T22:34:53.928Z Downloaded x509-cert v0.2.4
19442024-02-22T22:34:53.933Z Downloaded num-bigint-dig v0.8.4
19452024-02-22T22:34:53.933Z Downloaded rsa v0.9.2
19462024-02-22T22:34:53.933Z Downloaded object v0.30.4
19472024-02-22T22:34:53.934Z Downloaded bitvec v1.0.1
19482024-02-22T22:34:53.934Z Compiling proc-macro2 v1.0.78
19492024-02-22T22:34:53.934Z Compiling unicode-ident v1.0.12
19502024-02-22T22:34:53.934Z Compiling libc v0.2.153
19512024-02-22T22:34:53.934Z Compiling serde v1.0.196
19522024-02-22T22:34:53.935Z Compiling autocfg v1.1.0
19532024-02-22T22:34:53.935Z Compiling version_check v0.9.4
19542024-02-22T22:34:53.935Z Compiling cfg-if v1.0.0
19552024-02-22T22:34:54.105Z Compiling typenum v1.16.0
19562024-02-22T22:34:54.105Z Compiling once_cell v1.19.0
19572024-02-22T22:34:54.353Z Compiling parking_lot_core v0.9.8
19582024-02-22T22:34:54.722Z Compiling memchr v2.6.3
19592024-02-22T22:34:54.722Z Compiling syn v1.0.109
19602024-02-22T22:34:54.810Z Compiling lock_api v0.4.10
19612024-02-22T22:34:54.811Z Compiling generic-array v0.14.7
19622024-02-22T22:34:54.811Z Compiling byteorder v1.5.0
19632024-02-22T22:34:54.811Z Compiling libm v0.2.7
19642024-02-22T22:34:55.043Z Compiling num-traits v0.2.16
19652024-02-22T22:34:55.253Z Compiling ahash v0.8.7
19662024-02-22T22:34:55.387Z Compiling quote v1.0.35
19672024-02-22T22:34:55.387Z Compiling pkg-config v0.3.27
19682024-02-22T22:34:55.624Z Compiling thiserror v1.0.57
19692024-02-22T22:34:55.981Z Compiling syn v2.0.48
19702024-02-22T22:34:56.206Z Compiling cc v1.0.83
19712024-02-22T22:34:56.206Z Compiling getrandom v0.2.10
19722024-02-22T22:34:56.527Z Compiling serde_json v1.0.114
19732024-02-22T22:34:56.716Z Compiling scopeguard v1.2.0
19742024-02-22T22:34:57.057Z Compiling slab v0.4.9
19752024-02-22T22:34:57.057Z Compiling itoa v1.0.9
19762024-02-22T22:34:57.057Z Compiling log v0.4.20
19772024-02-22T22:34:57.366Z Compiling rand_core v0.6.4
19782024-02-22T22:34:57.732Z Compiling smallvec v1.13.1
19792024-02-22T22:34:57.990Z Compiling vcpkg v0.2.15
19802024-02-22T22:34:58.707Z Compiling const-oid v0.9.5
19812024-02-22T22:34:58.820Z Compiling pin-project-lite v0.2.13
19822024-02-22T22:34:58.962Z Compiling parking_lot v0.12.1
19832024-02-22T22:34:59.591Z Compiling ring v0.17.8
19842024-02-22T22:34:59.713Z Compiling openssl-sys v0.9.96
19852024-02-22T22:34:59.878Z Compiling ucd-trie v0.1.6
19862024-02-22T22:35:00.116Z Compiling ryu v1.0.15
19872024-02-22T22:35:00.397Z Compiling signal-hook-registry v1.4.1
19882024-02-22T22:35:00.579Z Compiling rustix v0.38.31
19892024-02-22T22:35:00.773Z Compiling subtle v2.5.0
19902024-02-22T22:35:01.092Z Compiling ring v0.16.20
19912024-02-22T22:35:01.752Z Compiling mio v0.8.9
19922024-02-22T22:35:01.752Z Compiling semver v1.0.22
19932024-02-22T22:35:02.395Z Compiling heck v0.4.1
19942024-02-22T22:35:02.410Z Compiling futures-core v0.3.30
19952024-02-22T22:35:03.022Z Compiling spin v0.5.2
19962024-02-22T22:35:03.501Z Compiling num_cpus v1.16.0
19972024-02-22T22:35:03.563Z Compiling socket2 v0.5.5
19982024-02-22T22:35:03.944Z Compiling httparse v1.8.0
19992024-02-22T22:35:04.083Z Compiling futures-sink v0.3.30
20002024-02-22T22:35:04.325Z Compiling unicode-xid v0.2.4
20012024-02-22T22:35:04.406Z Compiling allocator-api2 v0.2.16
20022024-02-22T22:35:04.443Z Compiling openssl v0.10.60
20032024-02-22T22:35:04.531Z Compiling synstructure v0.12.6
20042024-02-22T22:35:05.240Z Compiling tinyvec_macros v0.1.1
20052024-02-22T22:35:05.699Z Compiling equivalent v1.0.1
20062024-02-22T22:35:05.750Z Compiling tinyvec v1.6.0
20072024-02-22T22:35:05.750Z Compiling futures-channel v0.3.30
20082024-02-22T22:35:05.840Z Compiling futures-task v0.3.30
20092024-02-22T22:35:05.928Z Compiling futures-io v0.3.30
20102024-02-22T22:35:06.011Z Compiling rustls v0.21.9
20112024-02-22T22:35:06.054Z Compiling native-tls v0.2.11
20122024-02-22T22:35:06.161Z Compiling crc32fast v1.3.2
20132024-02-22T22:35:06.217Z Compiling ppv-lite86 v0.2.17
20142024-02-22T22:35:06.278Z Compiling pin-utils v0.1.0
20152024-02-22T22:35:06.419Z Compiling bzip2-sys v0.1.11+1.0.8
20162024-02-22T22:35:06.584Z Compiling spin v0.9.8
20172024-02-22T22:35:06.656Z Compiling tracing-core v0.1.31
20182024-02-22T22:35:07.007Z Compiling unicode-bidi v0.3.13
20192024-02-22T22:35:07.008Z Compiling unicode-normalization v0.1.22
20202024-02-22T22:35:07.040Z Compiling base64ct v1.6.0
20212024-02-22T22:35:07.191Z Compiling rand_chacha v0.3.1
20222024-02-22T22:35:07.863Z Compiling pem-rfc7468 v0.7.0
20232024-02-22T22:35:08.059Z Compiling rand v0.8.5
20242024-02-22T22:35:08.377Z Compiling num-iter v0.1.43
20252024-02-22T22:35:08.622Z Compiling usdt-impl v0.3.5
20262024-02-22T22:35:08.751Z Compiling signal-hook v0.3.17
20272024-02-22T22:35:08.982Z Compiling flagset v0.4.3
20282024-02-22T22:35:09.095Z Compiling schemars v0.8.16
20292024-02-22T22:35:09.289Z Compiling serde_derive v1.0.196
20302024-02-22T22:35:09.448Z Compiling zeroize_derive v1.4.2
20312024-02-22T22:35:09.448Z Compiling zerocopy-derive v0.7.32
20322024-02-22T22:35:09.620Z Compiling thiserror-impl v1.0.57
20332024-02-22T22:35:09.620Z Compiling tokio-macros v2.2.0
20342024-02-22T22:35:09.621Z Compiling futures-macro v0.3.30
20352024-02-22T22:35:09.989Z Compiling tracing-attributes v0.1.26
20362024-02-22T22:35:10.219Z Compiling der_derive v0.7.2
20372024-02-22T22:35:10.892Z Compiling zeroize v1.7.0
20382024-02-22T22:35:11.997Z Compiling zerocopy v0.7.32
20392024-02-22T22:35:12.493Z Compiling pest v2.7.6
20402024-02-22T22:35:12.536Z Compiling zerocopy-derive v0.2.0
20412024-02-22T22:35:12.835Z Compiling crypto-common v0.1.6
20422024-02-22T22:35:12.849Z Compiling block-buffer v0.10.4
20432024-02-22T22:35:13.168Z Compiling digest v0.10.7
20442024-02-22T22:35:13.518Z Compiling openssl-macros v0.1.1
20452024-02-22T22:35:13.740Z Compiling futures-util v0.3.30
20462024-02-22T22:35:13.825Z Compiling hashbrown v0.14.3
20472024-02-22T22:35:14.204Z Compiling tracing v0.1.37
20482024-02-22T22:35:14.324Z Compiling scroll_derive v0.12.0
20492024-02-22T22:35:14.506Z Compiling zerocopy-derive v0.6.4
20502024-02-22T22:35:15.153Z Compiling der v0.7.8
20512024-02-22T22:35:15.456Z Compiling pest_meta v2.7.6
20522024-02-22T22:35:16.282Z Compiling serde_derive_internals v0.26.0
20532024-02-22T22:35:16.483Z Compiling pest_generator v2.7.6
20542024-02-22T22:35:19.537Z Compiling pest_derive v2.7.6
20552024-02-22T22:35:20.018Z Compiling errno v0.3.8
20562024-02-22T22:35:20.084Z Compiling fnv v1.0.7
20572024-02-22T22:35:20.214Z Compiling rustversion v1.0.14
20582024-02-22T22:35:20.812Z Compiling schemars_derive v0.8.16
20592024-02-22T22:35:21.843Z Compiling spki v0.7.2
20602024-02-22T22:35:23.272Z Compiling zerocopy v0.3.0
20612024-02-22T22:35:23.272Z Compiling lazy_static v1.4.0
20622024-02-22T22:35:23.272Z Compiling backtrace v0.3.69
20632024-02-22T22:35:23.557Z Compiling bytes v1.5.0
20642024-02-22T22:35:25.364Z Compiling bitflags v2.4.0
20652024-02-22T22:35:27.587Z Compiling indexmap v2.2.3
20662024-02-22T22:35:27.588Z Compiling uuid v1.7.0
20672024-02-22T22:35:27.588Z Compiling tokio v1.36.0
20682024-02-22T22:35:27.588Z Compiling rustc_version v0.4.0
20692024-02-22T22:35:27.588Z Compiling http v0.2.11
20702024-02-22T22:35:27.588Z Compiling thread-id v4.2.0
20712024-02-22T22:35:27.588Z Compiling heapless v0.7.16
20722024-02-22T22:35:27.588Z Compiling memoffset v0.9.0
20732024-02-22T22:35:27.588Z Compiling num-bigint v0.4.4
20742024-02-22T22:35:27.588Z Compiling crossbeam-utils v0.8.16
20752024-02-22T22:35:27.589Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20762024-02-22T22:35:27.722Z Compiling base64 v0.21.7
20772024-02-22T22:35:27.722Z Compiling async-trait v0.1.77
20782024-02-22T22:35:28.074Z Compiling untrusted v0.7.1
20792024-02-22T22:35:28.244Z Compiling smoltcp v0.9.1
20802024-02-22T22:35:28.483Z Compiling percent-encoding v2.3.1
20812024-02-22T22:35:28.871Z Compiling iana-time-zone v0.1.57
20822024-02-22T22:35:29.189Z Compiling foreign-types-shared v0.1.1
20832024-02-22T22:35:29.189Z Compiling untrusted v0.9.0
20842024-02-22T22:35:29.190Z Compiling foreign-types v0.3.2
20852024-02-22T22:35:29.190Z Compiling chrono v0.4.31
20862024-02-22T22:35:32.057Z Compiling dof v0.1.5
20872024-02-22T22:35:32.693Z Compiling dtrace-parser v0.1.14
20882024-02-22T22:35:32.810Z Compiling hmac v0.12.1
20892024-02-22T22:35:32.961Z Compiling tokio-util v0.7.10
20902024-02-22T22:35:33.031Z Compiling clap_derive v4.5.0
20912024-02-22T22:35:33.676Z Compiling num-integer v0.1.46
20922024-02-22T22:35:34.350Z Compiling siphasher v0.3.11
20932024-02-22T22:35:34.392Z Compiling utf8parse v0.2.1
20942024-02-22T22:35:34.655Z Compiling anstyle v1.0.2
20952024-02-22T22:35:34.711Z Compiling try-lock v0.2.4
20962024-02-22T22:35:34.753Z Compiling cpufeatures v0.2.12
20972024-02-22T22:35:34.805Z Compiling time-core v0.1.1
20982024-02-22T22:35:34.831Z Compiling adler v1.0.2
20992024-02-22T22:35:34.962Z Compiling miniz_oxide v0.7.1
21002024-02-22T22:35:34.981Z Compiling time-macros v0.2.13
21012024-02-22T22:35:35.038Z Compiling sha2 v0.10.8
21022024-02-22T22:35:35.225Z Compiling want v0.3.1
21032024-02-22T22:35:35.446Z Compiling anstyle-parse v0.2.1
21042024-02-22T22:35:38.178Z Compiling h2 v0.3.24
21052024-02-22T22:35:38.819Z Compiling strum_macros v0.25.2
21062024-02-22T22:35:41.174Z Compiling sct v0.7.0
21072024-02-22T22:35:41.362Z Compiling rustls-webpki v0.101.7
21082024-02-22T22:35:41.722Z Compiling form_urlencoded v1.2.1
21092024-02-22T22:35:42.058Z Compiling http-body v0.4.5
21102024-02-22T22:35:43.341Z Compiling serde_tokenstream v0.1.7
21112024-02-22T22:35:43.484Z Compiling pkcs8 v0.10.2
21122024-02-22T22:35:43.484Z Compiling hubpack_derive v0.1.1
21132024-02-22T22:35:43.983Z Compiling socket2 v0.4.9
21142024-02-22T22:35:44.218Z Compiling crossbeam-epoch v0.9.15
21152024-02-22T22:35:44.492Z Compiling usdt-impl v0.5.0
21162024-02-22T22:35:44.492Z Compiling radium v0.7.0
21172024-02-22T22:35:44.630Z Compiling colorchoice v1.0.0
21182024-02-22T22:35:44.785Z Compiling openssl-probe v0.1.5
21192024-02-22T22:35:44.948Z Compiling tower-service v0.3.2
21202024-02-22T22:35:45.095Z Compiling slog v2.7.0
21212024-02-22T22:35:45.690Z Compiling anyhow v1.0.75
21222024-02-22T22:35:45.690Z Compiling httpdate v1.0.3
21232024-02-22T22:35:45.690Z Compiling anstyle-query v1.0.0
21242024-02-22T22:35:45.690Z Compiling anstream v0.6.11
21252024-02-22T22:35:45.690Z Compiling hyper v0.14.27
21262024-02-22T22:35:52.626Z Compiling terminal_size v0.3.0
21272024-02-22T22:35:53.029Z Compiling toml_datetime v0.6.5
21282024-02-22T22:35:53.179Z Compiling serde_spanned v0.6.5
21292024-02-22T22:35:53.334Z Compiling zerocopy v0.6.4
21302024-02-22T22:35:54.403Z Compiling scroll v0.12.0
21312024-02-22T22:35:54.893Z Compiling md-5 v0.10.5
21322024-02-22T22:35:55.225Z Compiling stringprep v0.1.3
21332024-02-22T22:35:55.352Z Compiling idna v0.5.0
21342024-02-22T22:35:55.646Z Compiling diesel_table_macro_syntax v0.1.0
21352024-02-22T22:35:55.837Z Compiling aho-corasick v1.0.4
21362024-02-22T22:35:55.947Z Compiling hash32 v0.2.1
21372024-02-22T22:35:56.192Z Compiling clap_lex v0.7.0
21382024-02-22T22:35:56.263Z Compiling plain v0.2.3
21392024-02-22T22:35:56.534Z Compiling maybe-uninit v2.0.0
21402024-02-22T22:35:56.641Z Compiling stable_deref_trait v1.2.0
21412024-02-22T22:35:56.641Z Compiling dyn-clone v1.0.16
21422024-02-22T22:35:56.641Z Compiling regex-syntax v0.8.2
21432024-02-22T22:35:56.753Z Compiling fallible-iterator v0.2.0
21442024-02-22T22:35:56.931Z Compiling gimli v0.28.0
21452024-02-22T22:35:57.603Z Compiling strsim v0.11.0
21462024-02-22T22:35:57.603Z Compiling tap v1.0.1
21472024-02-22T22:35:57.603Z Compiling clap_builder v4.5.0
21482024-02-22T22:35:57.603Z Compiling wyz v0.5.1
21492024-02-22T22:35:57.603Z Compiling postgres-protocol v0.6.6
21502024-02-22T22:35:58.962Z Compiling goblin v0.8.0
21512024-02-22T22:35:59.445Z Compiling diesel_derives v2.1.2
21522024-02-22T22:35:59.735Z Compiling url v2.5.0
21532024-02-22T22:36:01.105Z Compiling addr2line v0.21.0
21542024-02-22T22:36:01.724Z Compiling regex-automata v0.4.4
21552024-02-22T22:36:02.047Z Compiling tokio-rustls v0.24.1
21562024-02-22T22:36:02.818Z Compiling tokio-native-tls v0.3.1
21572024-02-22T22:36:03.680Z Compiling usdt-attr-macro v0.3.5
21582024-02-22T22:36:03.920Z Compiling usdt-macro v0.3.5
21592024-02-22T22:36:05.690Z Compiling phf_shared v0.11.2
21602024-02-22T22:36:07.728Z Compiling block-padding v0.3.3
21612024-02-22T22:36:07.976Z Compiling enum-as-inner v0.5.1
21622024-02-22T22:36:08.530Z Compiling serde_repr v0.1.16
21632024-02-22T22:36:08.977Z Compiling ff v0.13.0
21642024-02-22T22:36:09.120Z Compiling scheduled-thread-pool v0.2.7
21652024-02-22T22:36:09.694Z Compiling object v0.32.1
21662024-02-22T22:36:10.057Z Compiling managed v0.8.0
21672024-02-22T22:36:10.920Z Compiling rustc-demangle v0.1.23
21682024-02-22T22:36:11.616Z Compiling ipnet v2.9.0
21692024-02-22T22:36:12.040Z Compiling num_threads v0.1.6
21702024-02-22T22:36:12.041Z Compiling base16ct v0.2.0
21712024-02-22T22:36:12.283Z Compiling bitflags v1.3.2
21722024-02-22T22:36:12.514Z Compiling regex-automata v0.1.10
21732024-02-22T22:36:12.738Z Compiling pretty-hex v0.4.1
21742024-02-22T22:36:12.999Z Compiling funty v2.0.0
21752024-02-22T22:36:13.380Z Compiling packed_struct v0.10.1
21762024-02-22T22:36:13.820Z Compiling matches v0.1.10
21772024-02-22T22:36:13.825Z Compiling num-bigint-dig v0.8.4
21782024-02-22T22:36:13.911Z Compiling winnow v0.5.15
21792024-02-22T22:36:14.146Z Compiling deranged v0.3.8
21802024-02-22T22:36:14.365Z Compiling bit-vec v0.6.3
21812024-02-22T22:36:14.800Z Compiling bitvec v1.0.1
21822024-02-22T22:36:16.116Z Compiling time v0.3.27
21832024-02-22T22:36:18.026Z Compiling toml_edit v0.19.15
21842024-02-22T22:36:18.952Z Compiling idna v0.2.3
21852024-02-22T22:36:20.268Z Compiling bstr v0.2.17
21862024-02-22T22:36:20.832Z Compiling dof v0.3.0
21872024-02-22T22:36:21.464Z Compiling sec1 v0.7.3
21882024-02-22T22:36:22.760Z Compiling r2d2 v0.8.10
21892024-02-22T22:36:23.024Z Compiling group v0.13.0
21902024-02-22T22:36:23.044Z Compiling inout v0.1.3
21912024-02-22T22:36:24.820Z Compiling phf v0.11.2
21922024-02-22T22:36:24.987Z Compiling regex v1.10.3
21932024-02-22T22:36:24.987Z Compiling hyper-tls v0.5.0
21942024-02-22T22:36:25.113Z Compiling hyper-rustls v0.24.2
21952024-02-22T22:36:25.295Z Compiling signal-hook-mio v0.2.3
21962024-02-22T22:36:25.295Z Compiling flate2 v1.0.28
21972024-02-22T22:36:25.415Z Compiling clap v4.5.0
21982024-02-22T22:36:25.535Z Compiling bzip2 v0.4.4
21992024-02-22T22:36:25.657Z Compiling ipnetwork v0.20.0
22002024-02-22T22:36:25.852Z Compiling postgres-types v0.2.6
22012024-02-22T22:36:26.471Z Compiling hubpack v0.1.2
22022024-02-22T22:36:26.754Z Compiling serde_urlencoded v0.7.1
22032024-02-22T22:36:26.854Z Compiling rustls-pemfile v1.0.3
22042024-02-22T22:36:27.104Z Compiling phf_shared v0.10.0
22052024-02-22T22:36:27.104Z Compiling hkdf v0.12.4
22062024-02-22T22:36:27.349Z Compiling dtrace-parser v0.2.0
22072024-02-22T22:36:27.575Z Compiling futures-executor v0.3.30
22082024-02-22T22:36:28.882Z Compiling crypto-bigint v0.5.2
22092024-02-22T22:36:29.225Z Compiling packed_struct_codegen v0.10.1
22102024-02-22T22:36:29.225Z Compiling float-cmp v0.9.0
22112024-02-22T22:36:30.530Z Compiling indexmap v1.9.3
22122024-02-22T22:36:30.636Z Compiling encoding_rs v0.8.33
22132024-02-22T22:36:30.636Z Compiling precomputed-hash v0.1.1
22142024-02-22T22:36:30.713Z Compiling unicode-width v0.1.11
22152024-02-22T22:36:30.987Z Compiling minimal-lexical v0.2.1
22162024-02-22T22:36:30.987Z Compiling nodrop v0.1.14
22172024-02-22T22:36:31.755Z Compiling fixedbitset v0.4.2
22182024-02-22T22:36:31.963Z Compiling normalize-line-endings v0.3.0
22192024-02-22T22:36:31.963Z Compiling regex-automata v0.3.8
22202024-02-22T22:36:31.963Z Compiling crc-catalog v2.2.0
22212024-02-22T22:36:31.963Z Compiling either v1.10.0
22222024-02-22T22:36:31.964Z Compiling predicates-core v1.0.6
22232024-02-22T22:36:32.660Z Compiling mime v0.3.17
22242024-02-22T22:36:33.936Z Compiling new_debug_unreachable v1.0.4
22252024-02-22T22:36:34.139Z Compiling whoami v1.4.1
22262024-02-22T22:36:34.139Z Compiling webpki-roots v0.25.2
22272024-02-22T22:36:34.139Z Compiling winnow v0.6.1
22282024-02-22T22:36:34.139Z Compiling static_assertions v1.1.0
22292024-02-22T22:36:34.354Z Compiling unicode-segmentation v1.10.1
22302024-02-22T22:36:34.961Z Compiling difflib v0.4.0
22312024-02-22T22:36:36.489Z Compiling data-encoding v2.4.0
22322024-02-22T22:36:37.917Z Compiling toml_edit v0.22.6
22332024-02-22T22:36:38.716Z Compiling trust-dns-proto v0.22.0
22342024-02-22T22:36:41.527Z Compiling predicates v3.1.0
22352024-02-22T22:36:42.683Z Compiling similar v2.3.0
22362024-02-22T22:36:45.365Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22372024-02-22T22:36:45.400Z Compiling reqwest v0.11.22
22382024-02-22T22:36:46.228Z Compiling tokio-postgres v0.7.10
22392024-02-22T22:36:49.900Z Compiling string_cache v0.8.7
22402024-02-22T22:36:51.169Z Compiling bstr v1.6.0
22412024-02-22T22:36:51.973Z Compiling itertools v0.10.5
22422024-02-22T22:36:53.282Z Compiling crc v3.0.1
22432024-02-22T22:36:53.581Z Compiling petgraph v0.6.4
22442024-02-22T22:36:54.159Z Compiling nom v7.1.3
22452024-02-22T22:36:54.763Z Compiling array-init v0.0.4
22462024-02-22T22:36:56.043Z Compiling console v0.15.8
22472024-02-22T22:36:57.423Z Compiling elliptic-curve v0.13.8
22482024-02-22T22:36:59.783Z Compiling futures v0.3.30
22492024-02-22T22:37:02.059Z Compiling smallvec v0.6.14
22502024-02-22T22:37:02.072Z Compiling zip v0.6.6
22512024-02-22T22:37:02.109Z Compiling diesel v2.1.4
22522024-02-22T22:37:03.499Z Compiling yasna v0.5.2
22532024-02-22T22:37:03.510Z Compiling crossterm v0.27.0
22542024-02-22T22:37:04.748Z Compiling cipher v0.4.4
22552024-02-22T22:37:05.502Z Compiling toml v0.7.8
22562024-02-22T22:37:06.536Z Compiling bit-set v0.5.3
22572024-02-22T22:37:06.752Z Compiling usdt v0.3.5
22582024-02-22T22:37:07.518Z Compiling pkcs1 v0.7.5
22592024-02-22T22:37:08.366Z Compiling strum v0.25.0
22602024-02-22T22:37:08.611Z Compiling tokio-stream v0.1.14
22612024-02-22T22:37:08.908Z Compiling is-terminal v0.4.9
22622024-02-22T22:37:09.515Z Compiling openapiv3 v2.0.0
22632024-02-22T22:37:09.591Z Compiling hex v0.4.3
22642024-02-22T22:37:10.913Z Compiling signature v2.1.0
22652024-02-22T22:37:12.207Z Compiling termcolor v1.2.0
22662024-02-22T22:37:15.674Z Compiling lalrpop-util v0.19.12
22672024-02-22T22:37:16.037Z Compiling hashbrown v0.12.3
22682024-02-22T22:37:17.249Z Compiling bitfield v0.14.0
22692024-02-22T22:37:17.538Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22702024-02-22T22:37:28.049Z Compiling env_logger v0.10.0
22712024-02-22T22:37:29.596Z Compiling rsa v0.9.2
22722024-02-22T22:37:34.754Z Compiling serde-hex v0.1.0
22732024-02-22T22:37:42.739Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22742024-02-22T22:37:44.382Z Compiling ron v0.8.1
22752024-02-22T22:37:45.070Z Compiling x509-cert v0.2.4
22762024-02-22T22:37:45.448Z Compiling hashbrown v0.13.2
22772024-02-22T22:37:46.200Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22782024-02-22T22:37:57.137Z Compiling crc-any v2.4.3
22792024-02-22T22:37:58.968Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22802024-02-22T22:38:15.209Z Compiling object v0.30.4
22812024-02-22T22:38:16.033Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22822024-02-22T22:38:30.257Z Compiling path-slash v0.1.5
22832024-02-22T22:38:30.755Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22842024-02-22T22:38:55.290Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22852024-02-22T22:38:56.196Z Finished release [optimized] target(s) in 4m 02s
22862024-02-22T22:38:56.423Z
22872024-02-22T22:38:56.423Zreal 4:03.053153329
22882024-02-22T22:38:56.423Zuser 26:44.838591045
22892024-02-22T22:38:56.423Zsys 3:03.092058158
22902024-02-22T22:38:56.423Ztrap 0.843698431
22912024-02-22T22:38:56.423Ztflt 1.473021108
22922024-02-22T22:38:56.423Zdflt 0.283000728
22932024-02-22T22:38:56.423Zkflt 0.000085994
22942024-02-22T22:38:56.423Zlock 1:01:00.255454059
22952024-02-22T22:38:56.423Zslp 1:19:01.643074025
22962024-02-22T22:38:56.423Zlat 1:23.508158751
22972024-02-22T22:38:56.423Zstop 1:12.759926894
22982024-02-22T22:38:56.423Z+ ptime -m gzip
22992024-02-22T22:38:56.767Z
23002024-02-22T22:38:56.767Zreal 0.460834231
23012024-02-22T22:38:56.768Zuser 0.454664168
23022024-02-22T22:38:56.768Zsys 0.005289500
23032024-02-22T22:38:56.768Ztrap 0.000121839
23042024-02-22T22:38:56.768Ztflt 0.000000000
23052024-02-22T22:38:56.768Zdflt 0.000000000
23062024-02-22T22:38:56.768Zkflt 0.000000000
23072024-02-22T22:38:56.768Zlock 0.000000000
23082024-02-22T22:38:56.768Zslp 0.000000000
23092024-02-22T22:38:56.768Zlat 0.000355655
23102024-02-22T22:38:56.768Zstop 0.000189540
23112024-02-22T22:38:56.768Z+ banner tufaceous
23122024-02-22T22:38:56.768Z
23132024-02-22T22:38:56.769Z ##### # # ###### ## #### ###### #### # # ####
23142024-02-22T22:38:56.769Z # # # # # # # # # # # # # #
23152024-02-22T22:38:56.769Z # # # ##### # # # ##### # # # # ####
23162024-02-22T22:38:56.769Z # # # # ###### # # # # # # #
23172024-02-22T22:38:56.769Z # # # # # # # # # # # # # # #
23182024-02-22T22:38:56.769Z # #### # # # #### ###### #### #### ####
23192024-02-22T22:38:56.769Z
23202024-02-22T22:38:56.769Z+ ptime -m cargo build --locked -p tufaceous --release
23212024-02-22T22:38:57.186Z Downloading crates ...
23222024-02-22T22:38:57.512Z Downloaded parse-size v1.0.0
23232024-02-22T22:38:57.512Z Downloaded doc-comment v0.3.3
23242024-02-22T22:38:57.512Z Downloaded serde_plain v1.0.2
23252024-02-22T22:38:57.513Z Downloaded humantime v2.1.0
23262024-02-22T22:38:57.513Z Downloaded snafu v0.7.5
23272024-02-22T22:38:57.513Z Downloaded async-recursion v1.0.5
23282024-02-22T22:38:57.513Z Downloaded olpc-cjson v0.1.3
23292024-02-22T22:38:57.514Z Downloaded buf-list v1.0.3
23302024-02-22T22:38:57.514Z Downloaded fs-err v2.11.0
23312024-02-22T22:38:57.514Z Downloaded snafu-derive v0.7.5
23322024-02-22T22:38:57.514Z Downloaded pin-project-internal v1.1.3
23332024-02-22T22:38:57.514Z Downloaded globset v0.4.13
23342024-02-22T22:38:57.514Z Downloaded pin-project v1.1.3
23352024-02-22T22:38:57.515Z Downloaded typed-path v0.7.0
23362024-02-22T22:38:57.515Z Downloaded tough v0.16.0
23372024-02-22T22:38:57.515Z Compiling serde_tokenstream v0.2.0
23382024-02-22T22:38:57.638Z Compiling regress v0.8.0
23392024-02-22T22:38:57.638Z Compiling dirs-sys-next v0.1.2
23402024-02-22T22:38:57.638Z Compiling rustls-pki-types v1.3.0
23412024-02-22T22:38:57.638Z Compiling ident_case v1.0.1
23422024-02-22T22:38:57.638Z Compiling strsim v0.10.0
23432024-02-22T22:38:57.638Z Compiling thread_local v1.1.7
23442024-02-22T22:38:57.638Z Compiling dirs-next v2.0.0
23452024-02-22T22:38:57.869Z Compiling darling_core v0.20.3
23462024-02-22T22:38:58.033Z Compiling camino v1.1.6
23472024-02-22T22:38:58.267Z Compiling rustls v0.22.2
23482024-02-22T22:38:58.867Z Compiling slog-async v2.8.0
23492024-02-22T22:38:58.938Z Compiling heck v0.4.1
23502024-02-22T22:38:58.938Z Compiling rustls-webpki v0.102.1
23512024-02-22T22:38:58.938Z Compiling term v0.7.0
23522024-02-22T22:38:58.938Z Compiling crossbeam-channel v0.5.8
23532024-02-22T22:38:58.938Z Compiling getopts v0.2.21
23542024-02-22T22:38:59.575Z Compiling structmeta-derive v0.3.0
23552024-02-22T22:38:59.656Z Compiling atty v0.2.14
23562024-02-22T22:38:59.817Z Compiling multer v3.0.0
23572024-02-22T22:39:00.126Z Compiling paste v1.0.14
23582024-02-22T22:39:00.462Z Compiling unsafe-libyaml v0.2.10
23592024-02-22T22:39:00.591Z Compiling doc-comment v0.3.3
23602024-02-22T22:39:01.140Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23612024-02-22T22:39:02.386Z Compiling take_mut v0.2.2
23622024-02-22T22:39:02.560Z Compiling match_cfg v0.1.0
23632024-02-22T22:39:02.629Z Compiling hostname v0.3.1
23642024-02-22T22:39:02.946Z Compiling structmeta v0.3.0
23652024-02-22T22:39:03.261Z Compiling darling_macro v0.20.3
23662024-02-22T22:39:03.349Z Compiling serde_yaml v0.9.25
23672024-02-22T22:39:03.579Z Compiling slog-term v2.9.0
23682024-02-22T22:39:04.193Z Compiling darling v0.20.3
23692024-02-22T22:39:06.275Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23702024-02-22T22:39:06.331Z Compiling slog-json v2.6.1
23712024-02-22T22:39:06.566Z Compiling http v1.0.0
23722024-02-22T22:39:06.799Z Compiling pin-project-internal v1.1.3
23732024-02-22T22:39:07.307Z Compiling async-stream-impl v0.3.5
23742024-02-22T22:39:08.624Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23752024-02-22T22:39:08.715Z Compiling fastrand v2.0.1
23762024-02-22T22:39:08.842Z Compiling atomic-waker v1.1.1
23772024-02-22T22:39:09.085Z Compiling tempfile v3.10.0
23782024-02-22T22:39:09.409Z Compiling waitgroup v0.1.2
23792024-02-22T22:39:09.650Z Compiling async-stream v0.3.5
23802024-02-22T22:39:09.973Z Compiling pin-project v1.1.3
23812024-02-22T22:39:09.973Z Compiling tokio-rustls v0.25.0
23822024-02-22T22:39:10.433Z Compiling slog-bunyan v2.5.0
23832024-02-22T22:39:10.626Z Compiling serde_with_macros v3.6.1
23842024-02-22T22:39:11.011Z Compiling parse-display-derive v0.9.0
23852024-02-22T22:39:12.364Z Compiling toml v0.8.10
23862024-02-22T22:39:12.364Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23872024-02-22T22:39:13.344Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23882024-02-22T22:39:14.838Z Compiling rustls-pemfile v2.1.0
23892024-02-22T22:39:14.838Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
23902024-02-22T22:39:14.838Z Compiling sha1 v0.10.6
23912024-02-22T22:39:14.838Z Compiling newtype-uuid v1.0.1
23922024-02-22T22:39:15.037Z Compiling strum_macros v0.26.1
23932024-02-22T22:39:15.037Z Compiling snafu-derive v0.7.5
23942024-02-22T22:39:15.189Z Compiling serde_path_to_error v0.1.15
23952024-02-22T22:39:15.826Z Compiling instant v0.1.12
23962024-02-22T22:39:16.129Z Compiling fs-err v2.11.0
23972024-02-22T22:39:16.129Z Compiling arc-swap v1.6.0
23982024-02-22T22:39:16.518Z Compiling buf-list v1.0.3
23992024-02-22T22:39:16.629Z Compiling same-file v1.0.6
24002024-02-22T22:39:17.067Z Compiling debug-ignore v1.0.5
24012024-02-22T22:39:17.865Z Compiling walkdir v2.4.0
24022024-02-22T22:39:18.455Z Compiling slog-scope v4.4.0
24032024-02-22T22:39:18.455Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
24042024-02-22T22:39:18.455Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24052024-02-22T22:39:19.014Z Compiling backoff v0.4.0
24062024-02-22T22:39:19.995Z Compiling parse-display v0.9.0
24072024-02-22T22:39:20.128Z Compiling strum v0.26.1
24082024-02-22T22:39:20.128Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24092024-02-22T22:39:20.128Z Compiling serde_with v3.6.1
24102024-02-22T22:39:20.128Z Compiling snafu v0.7.5
24112024-02-22T22:39:21.370Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24122024-02-22T22:39:21.677Z Compiling globset v0.4.13
24132024-02-22T22:39:22.193Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24142024-02-22T22:39:22.193Z Compiling pem v3.0.2
24152024-02-22T22:39:23.746Z Compiling olpc-cjson v0.1.3
24162024-02-22T22:39:24.372Z Compiling serde_plain v1.0.2
24172024-02-22T22:39:24.932Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24182024-02-22T22:39:24.933Z Compiling macaddr v1.0.1
24192024-02-22T22:39:25.110Z Compiling async-recursion v1.0.5
24202024-02-22T22:39:25.582Z Compiling filetime v0.2.23
24212024-02-22T22:39:25.880Z Compiling xattr v1.0.1
24222024-02-22T22:39:26.039Z Compiling typed-path v0.7.0
24232024-02-22T22:39:26.238Z Compiling tar v0.4.40
24242024-02-22T22:39:30.597Z Compiling tough v0.16.0
24252024-02-22T22:39:33.052Z Compiling slog-stdlog v4.1.1
24262024-02-22T22:39:33.995Z Compiling camino-tempfile v1.1.1
24272024-02-22T22:39:34.474Z Compiling itertools v0.12.1
24282024-02-22T22:39:34.799Z Compiling parse-size v1.0.0
24292024-02-22T22:39:35.165Z Compiling slog-envlogger v2.2.0
24302024-02-22T22:39:37.878Z Compiling humantime v2.1.0
24312024-02-22T22:39:41.197Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24322024-02-22T22:39:41.444Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332024-02-22T22:39:51.546Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24342024-02-22T22:39:53.556Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24352024-02-22T22:40:13.583Z Finished release [optimized] target(s) in 1m 16s
24362024-02-22T22:40:15.187Z
24372024-02-22T22:40:15.188Zreal 1:17.090798497
24382024-02-22T22:40:15.188Zuser 8:31.696221284
24392024-02-22T22:40:15.188Zsys 40.092561916
24402024-02-22T22:40:15.188Ztrap 0.228959509
24412024-02-22T22:40:15.188Ztflt 0.389453962
24422024-02-22T22:40:15.188Zdflt 0.426143712
24432024-02-22T22:40:15.188Zkflt 0.000003399
24442024-02-22T22:40:15.188Zlock 17:42.871328287
24452024-02-22T22:40:15.188Zslp 19:18.252283079
24462024-02-22T22:40:15.188Zlat 20.441114887
24472024-02-22T22:40:15.188Zstop 16.161689591
24482024-02-22T22:40:15.188Z+ ptime -m gzip
24492024-02-22T22:40:15.296Z
24502024-02-22T22:40:15.326Zreal 1.733486824
24512024-02-22T22:40:15.326Zuser 1.715434790
24522024-02-22T22:40:15.326Zsys 0.017449841
24532024-02-22T22:40:15.326Ztrap 0.000123029
24542024-02-22T22:40:15.326Ztflt 0.000000000
24552024-02-22T22:40:15.326Zdflt 0.000000000
24562024-02-22T22:40:15.326Zkflt 0.000000000
24572024-02-22T22:40:15.326Zlock 0.000000000
24582024-02-22T22:40:15.326Zslp 0.000000000
24592024-02-22T22:40:15.327Zlat 0.000093254
24602024-02-22T22:40:15.327Zstop 0.000172893
24612024-02-22T22:40:15.327Zprocess exited: duration 1044747 ms, exit code 0
 
24622024-02-22T22:40:15.450Zfound 5 output files
24632024-02-22T22:40:15.450Zuploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes)
24642024-02-22T22:40:29.612Zuploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz
24652024-02-22T22:40:29.612Zuploading: /work/end-to-end-tests/bootstrap.gz (109686833 bytes)
24662024-02-22T22:43:32.603Zuploaded: /work/end-to-end-tests/bootstrap.gz
24672024-02-22T22:43:32.603Zuploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113131663 bytes)
24682024-02-22T22:45:45.105Zuploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz
24692024-02-22T22:45:45.105Zuploading: /work/caboose-util.gz (4099335 bytes)
24702024-02-22T22:45:46.854Zuploaded: /work/caboose-util.gz
24712024-02-22T22:45:46.854Zuploading: /work/tufaceous.gz (15875104 bytes)
24722024-02-22T22:46:06.840Zuploaded: /work/tufaceous.gz