01HQQTVY0WAJ96M98TKR38FDMC: 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: 01HQQTW5DQ615296HTJEBZ9TDT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-28T12:27:23.631Zjob assigned to worker 01HQQTWG33YNAPHEHKVYDC8D1K (queued for 1 m 3 s)
 
22024-02-28T12:27:24.510Zstarting task 0: "setup"
32024-02-28T12:27:24.602Z++ uname -s
42024-02-28T12:27:24.605Z+ kern=SunOS
52024-02-28T12:27:24.605Z+ case "$kern" in
62024-02-28T12:27:24.605Z+ groupadd -g 12345 build
72024-02-28T12:27:24.605Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-28T12:27:26.614Z+ zfs create -o mountpoint=/work rpool/work
92024-02-28T12:27:26.697Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-28T12:27:26.700Z+ home_fs=zfs
112024-02-28T12:27:26.700Z+ [[ zfs == autofs ]]
122024-02-28T12:27:26.700Z+ mkdir -p /home/build
132024-02-28T12:27:26.703Z+ chown build:build /home/build /work
142024-02-28T12:27:28.704Z+ chmod 0700 /home/build /work
152024-02-28T12:27:28.707Zprocess exited: duration 4195 ms, exit code 0
 
162024-02-28T12:27:28.714Zstarting task 1: "rust-toolchain"
172024-02-28T12:27:28.720Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-28T12:27:28.724Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-28T12:27:28.851Zinfo: downloading installer
202024-02-28T12:27:30.466Zwarning: it looks like you have an existing installation of Rust at:
212024-02-28T12:27:30.466Zwarning: /opt/ooce/bin
222024-02-28T12:27:30.467Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-28T12:27:30.467Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-28T12:27:30.467Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-28T12:27:30.467Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-28T12:27:30.467Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-28T12:27:30.467Zerror: cannot install while Rust is installed
282024-02-28T12:27:30.467Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-28T12:27:30.606Zinfo: profile set to 'default'
302024-02-28T12:27:30.606Zinfo: default host triple is x86_64-unknown-illumos
312024-02-28T12:27:30.614Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-28T12:27:30.740Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-28T12:27:30.740Zinfo: downloading component 'cargo'
342024-02-28T12:27:31.396Zinfo: downloading component 'clippy'
352024-02-28T12:27:31.628Zinfo: downloading component 'rust-docs'
362024-02-28T12:27:32.449Zinfo: downloading component 'rust-std'
372024-02-28T12:27:33.929Zinfo: downloading component 'rustc'
382024-02-28T12:27:37.461Zinfo: downloading component 'rustfmt'
392024-02-28T12:27:37.673Zinfo: installing component 'cargo'
402024-02-28T12:27:38.576Zinfo: installing component 'clippy'
412024-02-28T12:27:38.975Zinfo: installing component 'rust-docs'
422024-02-28T12:27:40.445Zinfo: installing component 'rust-std'
432024-02-28T12:27:42.372Zinfo: installing component 'rustc'
442024-02-28T12:27:46.509Zinfo: installing component 'rustfmt'
452024-02-28T12:27:46.843Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-28T12:27:46.843Z
472024-02-28T12:27:47.120Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-28T12:27:47.120Z
492024-02-28T12:27:47.127Z
502024-02-28T12:27:47.127ZRust is installed now. Great!
512024-02-28T12:27:47.128Z
522024-02-28T12:27:47.128ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-28T12:27:47.128Zenvironment variable. This has not been done automatically.
542024-02-28T12:27:47.128Z
552024-02-28T12:27:47.128ZTo configure your current shell, run:
562024-02-28T12:27:47.128Zsource "$HOME/.cargo/env"
572024-02-28T12:27:47.176Z+ rustc --version
582024-02-28T12:27:47.254Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-28T12:27:47.269Zprocess exited: duration 18521 ms, exit code 0
 
602024-02-28T12:27:47.293Zstarting task 2: "authentication"
612024-02-28T12:27:47.312Zprocess exited: duration 23 ms, exit code 0
 
622024-02-28T12:27:47.329Zstarting task 3: "clone repository"
632024-02-28T12:27:47.335Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-28T12:27:47.335Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-28T12:27:47.556ZCloning into '/work/oxidecomputer/omicron'...
662024-02-28T12:27:53.324Z+ cd /work/oxidecomputer/omicron
672024-02-28T12:27:53.324Z+ git fetch origin 3af15d57b9f3f1b468c8132d7e537e56e5bec986
682024-02-28T12:27:53.688ZFrom https://github.com/oxidecomputer/omicron
692024-02-28T12:27:53.688Z * branch 3af15d57b9f3f1b468c8132d7e537e56e5bec986 -> FETCH_HEAD
702024-02-28T12:27:53.697Z+ [[ -n renovate/taiki-e-install-action-digest ]]
712024-02-28T12:27:53.700Z++ git branch --show-current
722024-02-28T12:27:53.703Z+ current=main
732024-02-28T12:27:53.703Z+ [[ main != renovate/taiki-e-install-action-digest ]]
742024-02-28T12:27:53.703Z+ git branch -f renovate/taiki-e-install-action-digest 3af15d57b9f3f1b468c8132d7e537e56e5bec986
752024-02-28T12:27:53.707Z+ git checkout -f renovate/taiki-e-install-action-digest
762024-02-28T12:27:53.818ZSwitched to branch 'renovate/taiki-e-install-action-digest'
772024-02-28T12:27:53.821Z+ git reset --hard 3af15d57b9f3f1b468c8132d7e537e56e5bec986
782024-02-28T12:27:53.828ZHEAD is now at 3af15d57b chore(deps): update taiki-e/install-action digest to 1d776b1
792024-02-28T12:27:53.832Zprocess exited: duration 6502 ms, exit code 0
 
802024-02-28T12:27:53.839Zstarting task 4: "build"
812024-02-28T12:27:53.847Z+ cargo --version
822024-02-28T12:27:53.851Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-28T12:27:53.982Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-28T12:27:53.982Zinfo: downloading component 'cargo'
852024-02-28T12:27:54.668Zinfo: downloading component 'clippy'
862024-02-28T12:27:54.899Zinfo: downloading component 'rust-docs'
872024-02-28T12:27:55.731Zinfo: downloading component 'rust-std'
882024-02-28T12:27:56.974Zinfo: downloading component 'rustc'
892024-02-28T12:28:00.521Zinfo: downloading component 'rustfmt'
902024-02-28T12:28:00.715Zinfo: installing component 'cargo'
912024-02-28T12:28:01.583Zinfo: installing component 'clippy'
922024-02-28T12:28:01.926Zinfo: installing component 'rust-docs'
932024-02-28T12:28:03.479Zinfo: installing component 'rust-std'
942024-02-28T12:28:05.082Zinfo: installing component 'rustc'
952024-02-28T12:28:09.225Zinfo: installing component 'rustfmt'
962024-02-28T12:28:09.619Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-28T12:28:09.623Z+ rustc --version
982024-02-28T12:28:09.699Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-28T12:28:09.702Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-28T12:28:22.982Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-28T12:28:24.378Z Startup: Caching catalogs ... Done
1022024-02-28T12:28:26.037ZPlanning: Solver setup ... Done (1.337s)
1032024-02-28T12:28:26.069ZPlanning: Running solver ... Done (0.031s)
1042024-02-28T12:28:26.441ZPlanning: Finding local manifests ... Done (0.343s)
1052024-02-28T12:28:26.458ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-28T12:28:26.667ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-28T12:28:26.718ZPlanning: Package planning ... Done (0.048s)
1082024-02-28T12:28:26.766ZPlanning: Merging actions ... Done (0.050s)
1092024-02-28T12:28:28.324ZPlanning: Checking for conflicting actions ... Done (1.558s)
1102024-02-28T12:28:28.335ZPlanning: Consolidating action changes ... Done (0.011s)
1112024-02-28T12:28:33.026ZPlanning: Evaluating mediators ... Done (4.689s)
1122024-02-28T12:28:33.034ZPlanning: Planning completed in 8.60 seconds
1132024-02-28T12:28:33.118Z Packages to install: 4
1142024-02-28T12:28:33.119Z Mediators to change: 2
1152024-02-28T12:28:33.119Z Services to change: 1
1162024-02-28T12:28:33.119Z Estimated space available: 148.87 GB
1172024-02-28T12:28:33.127ZEstimated space to be consumed: 1.42 GB
1182024-02-28T12:28:33.127Z Create boot environment: No
1192024-02-28T12:28:33.127ZCreate backup boot environment: No
1202024-02-28T12:28:33.127Z Rebuild boot archive: No
1212024-02-28T12:28:33.127Z
1222024-02-28T12:28:33.127ZChanged mediators:
1232024-02-28T12:28:33.127Z mediator clang:
1242024-02-28T12:28:33.127Z version: None -> 15 (system default)
1252024-02-28T12:28:33.127Z
1262024-02-28T12:28:33.127Z mediator llvm:
1272024-02-28T12:28:33.127Z version: 14 (system default) -> 15 (system default)
1282024-02-28T12:28:33.127Z
1292024-02-28T12:28:33.127ZChanged packages:
1302024-02-28T12:28:33.128Zhelios-dev
1312024-02-28T12:28:33.128Z developer/build-essential
1322024-02-28T12:28:33.128Z None -> 11-2.0
1332024-02-28T12:28:33.128Z library/libxmlsec1
1342024-02-28T12:28:33.128Z None -> 1.2.35-2.0
1352024-02-28T12:28:33.128Z ooce/developer/clang-15
1362024-02-28T12:28:33.128Z None -> 15.0.7-2.0
1372024-02-28T12:28:33.128Z ooce/developer/llvm-15
1382024-02-28T12:28:33.128Z None -> 15.0.7-2.0
1392024-02-28T12:28:33.128Z
1402024-02-28T12:28:33.128ZServices:
1412024-02-28T12:28:33.128Z restart_fmri:
1422024-02-28T12:28:33.128Z svc:/system/update-man-index:default
1432024-02-28T12:28:33.488Z
1442024-02-28T12:28:33.489ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-28T12:28:38.489ZDownload: 605/3290 items 17.7/212.6MB 8% complete (3.7M/s)
1462024-02-28T12:28:43.496ZDownload: 1120/3290 items 40.4/212.6MB 18% complete (4.0M/s)
1472024-02-28T12:28:48.506ZDownload: 1209/3290 items 83.8/212.6MB 39% complete (6.6M/s)
1482024-02-28T12:28:53.522ZDownload: 1450/3290 items 114.8/212.6MB 53% complete (7.8M/s)
1492024-02-28T12:29:00.740ZDownload: 2219/3290 items 118.3/212.6MB 55% complete (3.8M/s)
1502024-02-28T12:29:05.741ZDownload: 3160/3290 items 147.0/212.6MB 69% complete (2.9M/s)
1512024-02-28T12:29:13.409ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (8.5M/s)
1522024-02-28T12:29:19.775ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (6.2M/s)
1532024-02-28T12:29:19.799ZDownload: Completed 212.60 MB in 46.31 seconds (4.6M/s)
1542024-02-28T12:29:19.961Z Actions: 1/3689 actions (Installing new actions)
1552024-02-28T12:29:24.969Z Actions: 3587/3689 actions (Installing new actions)
1562024-02-28T12:29:25.209Z Actions: Completed 3689 actions in 5.25 seconds.
1572024-02-28T12:29:25.302Z Done (0.089s)
1582024-02-28T12:29:25.302Z Done (0.000s)
1592024-02-28T12:29:25.528Z Done (0.225s)
1602024-02-28T12:29:30.831Z Done (5.179s)
1612024-02-28T12:29:30.998Z Done (0.101s)
1622024-02-28T12:29:31.001Z Done (0.000s)
1632024-02-28T12:29:31.144Z Done (0.000s)
1642024-02-28T12:29:31.645ZPlanning: Evaluating mediator changes ... Done
1652024-02-28T12:29:31.804ZPlanning: Checking for conflicting actions ... Done
1662024-02-28T12:29:31.808ZPlanning: Consolidating action changes ... Done
1672024-02-28T12:29:32.069ZPlanning: Evaluating mediators ... Done
1682024-02-28T12:29:32.073ZPlanning: Planning completed in 0.42 seconds
1692024-02-28T12:29:32.101Z Mediators to change: 2
1702024-02-28T12:29:32.101Z Create boot environment: No
1712024-02-28T12:29:32.101ZCreate backup boot environment: No
1722024-02-28T12:29:32.165Z Done
1732024-02-28T12:29:32.165Z Done
1742024-02-28T12:29:32.296Z Done
1752024-02-28T12:29:35.902Z Done
1762024-02-28T12:29:35.990Z Done
1772024-02-28T12:29:35.990Z Done
1782024-02-28T12:29:36.088Z Done
1792024-02-28T12:29:36.725ZPlanning: Evaluating mediator changes ... Done
1802024-02-28T12:29:36.729ZPlanning: Merging actions ... Done
1812024-02-28T12:29:36.919ZPlanning: Checking for conflicting actions ... Done
1822024-02-28T12:29:36.922ZPlanning: Consolidating action changes ... Done
1832024-02-28T12:29:37.184ZPlanning: Evaluating mediators ... Done
1842024-02-28T12:29:37.240ZPlanning: Planning completed in 0.79 seconds
1852024-02-28T12:29:37.275Z Packages to change: 1
1862024-02-28T12:29:37.275Z Mediators to change: 1
1872024-02-28T12:29:37.275Z Services to change: 1
1882024-02-28T12:29:37.275Z Create boot environment: No
1892024-02-28T12:29:37.275ZCreate backup boot environment: Yes
1902024-02-28T12:29:38.931Z Actions: 1/6 actions (Updating modified actions)
1912024-02-28T12:29:38.985Z Actions: Completed 6 actions in 0.05 seconds.
1922024-02-28T12:29:38.985Z Done
1932024-02-28T12:29:38.985Z Done
1942024-02-28T12:29:39.034Z Done
1952024-02-28T12:29:42.645Z Done
1962024-02-28T12:29:42.737Z Done
1972024-02-28T12:29:42.737Z Done
1982024-02-28T12:29:42.832Z Done
1992024-02-28T12:29:43.254ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-02-28T12:29:43.254Zclang system 15 system
2012024-02-28T12:29:43.254Zcsh system system illumos
2022024-02-28T12:29:43.255Zctags system system illumos
2032024-02-28T12:29:43.255Zgcc vendor 12 vendor
2042024-02-28T12:29:43.255Zgcc system 10 system
2052024-02-28T12:29:43.255Zgcc system 7 system
2062024-02-28T12:29:43.255Zgo system 1.20 system
2072024-02-28T12:29:43.255Zgo system 1.19 system
2082024-02-28T12:29:43.255Zllvm system 15 system
2092024-02-28T12:29:43.255Zllvm system 14 system
2102024-02-28T12:29:43.255Zmariadb system 10.6 system
2112024-02-28T12:29:43.255Zmta vendor vendor dma
2122024-02-28T12:29:43.255Zopenjdk system 17 system
2132024-02-28T12:29:43.255Zopenjdk system 11 system
2142024-02-28T12:29:43.255Zopenjdk system 1.8 system
2152024-02-28T12:29:43.255Zopenssl vendor 3 vendor
2162024-02-28T12:29:43.255Zperl system 5.36 system
2172024-02-28T12:29:43.255Zpostgresql system 15 system
2182024-02-28T12:29:43.255Zpostgresql system 13 system
2192024-02-28T12:29:43.255Zpython vendor 3 vendor
2202024-02-28T12:29:43.255Zpython system 2 system
2212024-02-28T12:29:43.255Zpython3 system 3.11 system
2222024-02-28T12:29:43.255Zruby system 3.0 system
2232024-02-28T12:29:43.256Zwords vendor vendor american-english
2242024-02-28T12:29:43.256Zwords system system australian-english
2252024-02-28T12:29:43.256Zwords system system british-english
2262024-02-28T12:29:43.256Zwords system system canadian-english
2272024-02-28T12:29:43.256Zwords system system french
2282024-02-28T12:29:43.256Zwords system system italian
2292024-02-28T12:29:43.256Zwords system system ngerman
2302024-02-28T12:29:43.256Zwords system system ogerman
2312024-02-28T12:29:43.256Zwords system system spanish
2322024-02-28T12:29:43.575ZFMRI IFO
2332024-02-28T12:29:43.575Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-02-28T12:29:43.575Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-02-28T12:29:43.575Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-02-28T12:29:43.575Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-02-28T12:29:43.575Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-02-28T12:29:43.575Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2392024-02-28T12:29:43.575Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2402024-02-28T12:29:43.575Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2412024-02-28T12:29:43.647Z+ set -o errexit
2422024-02-28T12:29:43.665Z+++ dirname ./tools/ci_download_cockroachdb
2432024-02-28T12:29:43.665Z++ cd ./tools
2442024-02-28T12:29:43.665Z++ pwd
2452024-02-28T12:29:43.665Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2462024-02-28T12:29:43.665Z++ basename ./tools/ci_download_cockroachdb
2472024-02-28T12:29:43.665Z+ ARG0=ci_download_cockroachdb
2482024-02-28T12:29:43.665Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2492024-02-28T12:29:43.665Z+ CIDL_VERSION=v22.1.9
2502024-02-28T12:29:43.665Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2512024-02-28T12:29:43.665Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2522024-02-28T12:29:43.665Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2532024-02-28T12:29:43.665Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2542024-02-28T12:29:43.665Z+ TARGET_DIR=out
2552024-02-28T12:29:43.665Z+ DOWNLOAD_DIR=out/downloads
2562024-02-28T12:29:43.665Z+ DEST_DIR=./out/cockroachdb
2572024-02-28T12:29:43.665Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2582024-02-28T12:29:43.665Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2592024-02-28T12:29:43.665Z+ main
2602024-02-28T12:29:43.665Z+ [[ 0 != 0 ]]
2612024-02-28T12:29:43.666Z+ CIDL_OS=solaris2.11
2622024-02-28T12:29:43.666Z+ [[ 0 != 0 ]]
2632024-02-28T12:29:43.666Z+ configure_os solaris2.11
2642024-02-28T12:29:43.666Z+ echo 'current directory: /work/oxidecomputer/omicron'
2652024-02-28T12:29:43.666Zcurrent directory: /work/oxidecomputer/omicron
2662024-02-28T12:29:43.666Z+ echo 'configuring based on OS: "solaris2.11"'
2672024-02-28T12:29:43.666Z+ case "$1" in
2682024-02-28T12:29:43.666Zconfiguring based on OS: "solaris2.11"
2692024-02-28T12:29:43.666Z+ CIDL_BUILD=illumos
2702024-02-28T12:29:43.666Z+ CIDL_SUFFIX=tar.gz
2712024-02-28T12:29:43.666Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2722024-02-28T12:29:43.666Z+ CIDL_URL_BASE=https://illumos.org/downloads
2732024-02-28T12:29:43.666Z+ CIDL_ASSEMBLE=do_assemble_illumos
2742024-02-28T12:29:43.666Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2752024-02-28T12:29:43.666Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2762024-02-28T12:29:43.666Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-28T12:29:43.666Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2782024-02-28T12:29:43.666Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792024-02-28T12:29:43.666Z+ CIDL_SHA256FUNC=do_sha256sum
2802024-02-28T12:29:43.666Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2812024-02-28T12:29:43.666ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-02-28T12:29:43.666Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2832024-02-28T12:29:43.667ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-28T12:29:43.667Z+ mkdir -p out/downloads
2852024-02-28T12:29:43.667Z+ mkdir -p ./out/cockroachdb
2862024-02-28T12:29:43.667Z+ local DO_DOWNLOAD=true
2872024-02-28T12:29:43.667Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2882024-02-28T12:29:43.667Z+ '[' true == true ']'
2892024-02-28T12:29:43.667Z+ echo Downloading...
2902024-02-28T12:29:43.667ZDownloading...
2912024-02-28T12:29:43.667Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-28T12:29:43.667Z+ 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
2932024-02-28T12:29:48.766Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-02-28T12:29:48.771Z++ sha256sum
2952024-02-28T12:29:48.771Z++ awk '{print $1}'
2962024-02-28T12:29:48.868Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2972024-02-28T12:29:48.872Z+ [[ 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 ]]
2982024-02-28T12:29:48.872Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-02-28T12:29:48.872Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3002024-02-28T12:29:51.053Z+ do_assemble_illumos
3012024-02-28T12:29:51.053Z+ rm -r ./out/cockroachdb
3022024-02-28T12:29:51.060Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3032024-02-28T12:29:51.446Z+ ./out/cockroachdb/bin/cockroach version
3042024-02-28T12:29:51.656ZBuild Tag: v22.1.9-dirty
3052024-02-28T12:29:51.656ZBuild Time: 2022/10/26 21:17:46
3062024-02-28T12:29:51.656ZDistribution: OSS
3072024-02-28T12:29:51.656ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3082024-02-28T12:29:51.656ZGo Version: go1.17.13
3092024-02-28T12:29:51.656ZC Compiler: gcc 10.3.0
3102024-02-28T12:29:51.656ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3112024-02-28T12:29:51.656ZBuild Type: release
3122024-02-28T12:29:51.668Z+ set -o errexit
3132024-02-28T12:29:51.668Z+++ dirname ./tools/ci_download_clickhouse
3142024-02-28T12:29:51.673Z++ cd ./tools
3152024-02-28T12:29:51.673Z++ pwd
3162024-02-28T12:29:51.674Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3172024-02-28T12:29:51.674Z++ basename ./tools/ci_download_clickhouse
3182024-02-28T12:29:51.674Z+ ARG0=ci_download_clickhouse
3192024-02-28T12:29:51.674Z+ TARGET_DIR=out
3202024-02-28T12:29:51.674Z+ DOWNLOAD_DIR=out/downloads
3212024-02-28T12:29:51.674Z+ DEST_DIR=./out/clickhouse
3222024-02-28T12:29:51.674Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3232024-02-28T12:29:51.674Z+ CIDL_VERSION=v22.8.9.24
3242024-02-28T12:29:51.674Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3252024-02-28T12:29:51.674Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3262024-02-28T12:29:51.674Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3272024-02-28T12:29:51.674Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3282024-02-28T12:29:51.674Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3292024-02-28T12:29:51.674Z+ main
3302024-02-28T12:29:51.674Z+ [[ 0 != 0 ]]
3312024-02-28T12:29:51.674Z+ CIDL_OS=solaris2.11
3322024-02-28T12:29:51.674Z+ [[ 0 != 0 ]]
3332024-02-28T12:29:51.674Z+ configure_os solaris2.11
3342024-02-28T12:29:51.674Z+ echo 'current directory: /work/oxidecomputer/omicron'
3352024-02-28T12:29:51.674Zcurrent directory: /work/oxidecomputer/omicron
3362024-02-28T12:29:51.674Z+ echo 'configuring based on OS: "solaris2.11"'
3372024-02-28T12:29:51.675Z+ CIDL_DASHREV=
3382024-02-28T12:29:51.675Z+ case "$1" in
3392024-02-28T12:29:51.675Zconfiguring based on OS: "solaris2.11"
3402024-02-28T12:29:51.675Z+ CIDL_PLATFORM=illumos
3412024-02-28T12:29:51.675Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3422024-02-28T12:29:51.675Z+ CIDL_MD5FUNC=do_md5sum
3432024-02-28T12:29:51.675Z+ CIDL_DASHREV=-1
3442024-02-28T12:29:51.675Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3452024-02-28T12:29:51.675Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-28T12:29:51.675Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472024-02-28T12:29:51.675Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-28T12:29:51.675Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492024-02-28T12:29:51.675ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502024-02-28T12:29:51.675ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512024-02-28T12:29:51.675Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3522024-02-28T12:29:51.675Z+ mkdir -p out/downloads
3532024-02-28T12:29:51.684Z+ mkdir -p ./out/clickhouse
3542024-02-28T12:29:51.685Z+ local DO_DOWNLOAD=true
3552024-02-28T12:29:51.685Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3562024-02-28T12:29:51.685Z+ '[' true == true ']'
3572024-02-28T12:29:51.685Z+ echo Downloading...
3582024-02-28T12:29:51.685ZDownloading...
3592024-02-28T12:29:51.685Z+ 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
3602024-02-28T12:29:51.685Z+ 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
3612024-02-28T12:29:52.961Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622024-02-28T12:29:52.967Z++ md5sum
3632024-02-28T12:29:52.967Z++ awk '{print $1}'
3642024-02-28T12:29:53.145Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3652024-02-28T12:29:53.145Z+ [[ 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 ]]
3662024-02-28T12:29:53.145Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3672024-02-28T12:29:53.148Z+ mkdir -p ./out/clickhouse
3682024-02-28T12:29:53.149Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3692024-02-28T12:29:56.292Z+ ./out/clickhouse/clickhouse server --version
3702024-02-28T12:29:56.315ZClickHouse server version 22.8.9.1.
3712024-02-28T12:29:56.331Z+ set -o errexit
3722024-02-28T12:29:56.335Z+++ dirname ./tools/ci_download_console
3732024-02-28T12:29:56.335Z++ cd ./tools
3742024-02-28T12:29:56.335Z++ pwd
3752024-02-28T12:29:56.339Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3762024-02-28T12:29:56.339Z++ basename ./tools/ci_download_console
3772024-02-28T12:29:56.339Z+ ARG0=ci_download_console
3782024-02-28T12:29:56.339Z+ TARGET_DIR=out
3792024-02-28T12:29:56.339Z+ DOWNLOAD_DIR=out/downloads
3802024-02-28T12:29:56.339Z+ DEST_DIR=./out/console-assets
3812024-02-28T12:29:56.339Z+ source /work/oxidecomputer/omicron/tools/console_version
3822024-02-28T12:29:56.339Z++ COMMIT=e991ec5cf148d83f135b6a692dca9b8df05acef0
3832024-02-28T12:29:56.339Z++ SHA2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1
3842024-02-28T12:29:56.339Z+ URL=https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz
3852024-02-28T12:29:56.339Z+ TARBALL_FILE=out/downloads/console.tar.gz
3862024-02-28T12:29:56.340Z+ main
3872024-02-28T12:29:56.340Z+ [[ 0 != 0 ]]
3882024-02-28T12:29:56.340Z+ echo 'URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz'
3892024-02-28T12:29:56.340ZURL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz
3902024-02-28T12:29:56.340Z+ echo 'Local file: out/downloads/console.tar.gz'
3912024-02-28T12:29:56.340ZLocal file: out/downloads/console.tar.gz
3922024-02-28T12:29:56.340Z+ local DO_DOWNLOAD=true
3932024-02-28T12:29:56.340Z+ [[ -f out/downloads/console.tar.gz ]]
3942024-02-28T12:29:56.340Z+ mkdir -p out/downloads
3952024-02-28T12:29:56.344Z+ '[' true == true ']'
3962024-02-28T12:29:56.344Z+ echo Downloading...
3972024-02-28T12:29:56.344ZDownloading...
3982024-02-28T12:29:56.344Z+ do_download_curl https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz out/downloads/console.tar.gz
3992024-02-28T12:29:56.344Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz
4002024-02-28T12:29:56.941Z++ do_sha256sum out/downloads/console.tar.gz
4012024-02-28T12:29:56.941Z++ case "$OSTYPE" in
4022024-02-28T12:29:56.941Z++ SHA=sha256sum
4032024-02-28T12:29:56.944Z++ sha256sum
4042024-02-28T12:29:56.945Z++ awk '{print $1}'
4052024-02-28T12:29:56.950Z+ calculated_sha2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1
4062024-02-28T12:29:56.953Z+ [[ 18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 != \1\8\d\5\3\e\4\4\8\5\e\6\3\d\9\e\2\2\7\3\a\8\8\9\e\7\0\7\8\5\6\4\8\0\5\2\e\8\a\2\3\1\d\f\8\9\f\3\b\c\b\c\2\e\d\0\1\a\0\e\e\e\b\1 ]]
4072024-02-28T12:29:56.953Z+ rm -rf ./out/console-assets
4082024-02-28T12:29:56.953Z+ mkdir -p ./out/console-assets
4092024-02-28T12:29:56.956Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4102024-02-28T12:29:56.956Z+ mkdir -p ./out/console-assets
4112024-02-28T12:29:56.956Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4122024-02-28T12:29:57.048Z+ set -o errexit
4132024-02-28T12:29:57.051Z+++ dirname ./tools/ci_download_maghemite_openapi
4142024-02-28T12:29:57.054Z++ cd ./tools
4152024-02-28T12:29:57.054Z++ pwd
4162024-02-28T12:29:57.054Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4172024-02-28T12:29:57.054Z++ basename ./tools/ci_download_maghemite_openapi
4182024-02-28T12:29:57.054Z+ ARG0=ci_download_maghemite_openapi
4192024-02-28T12:29:57.054Z+ TARGET_DIR=out
4202024-02-28T12:29:57.054Z+ DOWNLOAD_DIR=out/downloads
4212024-02-28T12:29:57.054Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4222024-02-28T12:29:57.054Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4232024-02-28T12:29:57.054Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4242024-02-28T12:29:57.055Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4252024-02-28T12:29:57.055Z+ LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4262024-02-28T12:29:57.055Z+ main
4272024-02-28T12:29:57.058Z+ [[ 0 != 0 ]]
4282024-02-28T12:29:57.058Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json'
4292024-02-28T12:29:57.058ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4302024-02-28T12:29:57.058Z+ echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4312024-02-28T12:29:57.058Z+ local DO_DOWNLOAD=true
4322024-02-28T12:29:57.058ZLocal file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4332024-02-28T12:29:57.058Z+ [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4342024-02-28T12:29:57.058Z+ mkdir -p out/downloads
4352024-02-28T12:29:57.058Z+ '[' true == true ']'
4362024-02-28T12:29:57.058Z+ echo Downloading...
4372024-02-28T12:29:57.058ZDownloading...
4382024-02-28T12:29:57.058Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4392024-02-28T12:29:57.058Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4402024-02-28T12:29:57.296Z++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4412024-02-28T12:29:57.312Z++ case "$OSTYPE" in
4422024-02-28T12:29:57.312Z++ SHA=sha256sum
4432024-02-28T12:29:57.312Z++ sha256sum
4442024-02-28T12:29:57.312Z++ awk '{print $1}'
4452024-02-28T12:29:57.312Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4462024-02-28T12:29:57.312Z+ [[ 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 ]]
4472024-02-28T12:29:57.312Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4482024-02-28T12:29:57.312Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4492024-02-28T12:29:57.312Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4502024-02-28T12:29:57.312Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4512024-02-28T12:29:57.312Z+ LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4522024-02-28T12:29:57.312Z+ main
4532024-02-28T12:29:57.312Z+ [[ 0 != 0 ]]
4542024-02-28T12:29:57.312Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json'
4552024-02-28T12:29:57.312ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4562024-02-28T12:29:57.312Z+ echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4572024-02-28T12:29:57.313ZLocal file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4582024-02-28T12:29:57.313Z+ local DO_DOWNLOAD=true
4592024-02-28T12:29:57.313Z+ [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4602024-02-28T12:29:57.313Z+ mkdir -p out/downloads
4612024-02-28T12:29:57.313Z+ '[' true == true ']'
4622024-02-28T12:29:57.313Z+ echo Downloading...
4632024-02-28T12:29:57.313ZDownloading...
4642024-02-28T12:29:57.313Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4652024-02-28T12:29:57.313Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4662024-02-28T12:29:57.408Z++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4672024-02-28T12:29:57.411Z++ case "$OSTYPE" in
4682024-02-28T12:29:57.411Z++ SHA=sha256sum
4692024-02-28T12:29:57.411Z++ sha256sum
4702024-02-28T12:29:57.411Z++ awk '{print $1}'
4712024-02-28T12:29:57.414Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4722024-02-28T12:29:57.414Z+ [[ 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 ]]
4732024-02-28T12:29:57.420Z+ set -o errexit
4742024-02-28T12:29:57.423Z+++ dirname ./tools/ci_download_dendrite_openapi
4752024-02-28T12:29:57.426Z++ cd ./tools
4762024-02-28T12:29:57.426Z++ pwd
4772024-02-28T12:29:57.426Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4782024-02-28T12:29:57.426Z++ basename ./tools/ci_download_dendrite_openapi
4792024-02-28T12:29:57.429Z+ ARG0=ci_download_dendrite_openapi
4802024-02-28T12:29:57.429Z+ TARGET_DIR=out
4812024-02-28T12:29:57.430Z+ DOWNLOAD_DIR=out/downloads
4822024-02-28T12:29:57.430Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4832024-02-28T12:29:57.430Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4842024-02-28T12:29:57.430Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4852024-02-28T12:29:57.430Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4862024-02-28T12:29:57.430Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4872024-02-28T12:29:57.430Z+ main
4882024-02-28T12:29:57.430Z+ [[ 0 != 0 ]]
4892024-02-28T12:29:57.430Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4902024-02-28T12:29:57.430ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4912024-02-28T12:29:57.430Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4922024-02-28T12:29:57.430Z+ local DO_DOWNLOAD=true
4932024-02-28T12:29:57.430ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4942024-02-28T12:29:57.430Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4952024-02-28T12:29:57.430Z+ mkdir -p out/downloads
4962024-02-28T12:29:57.430Z+ '[' true == true ']'
4972024-02-28T12:29:57.430Z+ echo Downloading...
4982024-02-28T12:29:57.430ZDownloading...
4992024-02-28T12:29:57.430Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5002024-02-28T12:29:57.430Z+ 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
5012024-02-28T12:29:57.547Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5022024-02-28T12:29:57.547Z++ case "$OSTYPE" in
5032024-02-28T12:29:57.551Z++ SHA=sha256sum
5042024-02-28T12:29:57.551Z++ sha256sum
5052024-02-28T12:29:57.551Z++ awk '{print $1}'
5062024-02-28T12:29:57.554Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5072024-02-28T12:29:57.554Z+ [[ 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 ]]
5082024-02-28T12:29:57.559Z+ set -o errexit
5092024-02-28T12:29:57.563Z+++ dirname ./tools/ci_download_dendrite_stub
5102024-02-28T12:29:57.563Z++ cd ./tools
5112024-02-28T12:29:57.566Z++ pwd
5122024-02-28T12:29:57.566Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5132024-02-28T12:29:57.566Z++ basename ./tools/ci_download_dendrite_stub
5142024-02-28T12:29:57.566Z+ ARG0=ci_download_dendrite_stub
5152024-02-28T12:29:57.566Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5162024-02-28T12:29:57.566Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5172024-02-28T12:29:57.566Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5182024-02-28T12:29:57.566Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5192024-02-28T12:29:57.566Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5202024-02-28T12:29:57.566Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5212024-02-28T12:29:57.566Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5222024-02-28T12:29:57.566Z+ TARGET_DIR=out
5232024-02-28T12:29:57.566Z+ DOWNLOAD_DIR=out/downloads
5242024-02-28T12:29:57.567Z+ DEST_DIR=./out/dendrite-stub
5252024-02-28T12:29:57.567Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5262024-02-28T12:29:57.567Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5272024-02-28T12:29:57.567Z+ REPO=oxidecomputer/dendrite
5282024-02-28T12:29:57.567Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5292024-02-28T12:29:57.570Z+ main
5302024-02-28T12:29:57.570Z+ [[ 0 != 0 ]]
5312024-02-28T12:29:57.570Z+ CIDL_OS=solaris2.11
5322024-02-28T12:29:57.570Z+ [[ 0 != 0 ]]
5332024-02-28T12:29:57.570Z+ configure_os solaris2.11
5342024-02-28T12:29:57.570Z+ echo 'current directory: /work/oxidecomputer/omicron'
5352024-02-28T12:29:57.570Zcurrent directory: /work/oxidecomputer/omicron
5362024-02-28T12:29:57.570Z+ echo 'configuring based on OS: "solaris2.11"'
5372024-02-28T12:29:57.570Z+ case "$1" in
5382024-02-28T12:29:57.570Zconfiguring based on OS: "solaris2.11"
5392024-02-28T12:29:57.570Z+ SET_BINARIES=
5402024-02-28T12:29:57.570Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5412024-02-28T12:29:57.570Z+ CIDL_SHA256FUNC=do_sha256sum
5422024-02-28T12:29:57.570Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5432024-02-28T12:29:57.570Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5442024-02-28T12:29:57.570Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5452024-02-28T12:29:57.571Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5462024-02-28T12:29:57.571ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5472024-02-28T12:29:57.571Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5482024-02-28T12:29:57.571ZLocal file: out/downloads/dendrite-stub.tar.gz
5492024-02-28T12:29:57.571Z+ mkdir -p out/downloads
5502024-02-28T12:29:57.571Z+ mkdir -p ./out/dendrite-stub
5512024-02-28T12:29:57.577Z+ fetch_and_verify
5522024-02-28T12:29:57.577Z+ local DO_DOWNLOAD=true
5532024-02-28T12:29:57.577Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5542024-02-28T12:29:57.577Z+ '[' true == true ']'
5552024-02-28T12:29:57.577Z+ echo Downloading...
5562024-02-28T12:29:57.577ZDownloading...
5572024-02-28T12:29:57.577Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5582024-02-28T12:29:57.577Z+ 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
5592024-02-28T12:30:06.276Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5602024-02-28T12:30:06.279Z++ sha256sum
5612024-02-28T12:30:06.279Z++ awk '{print $1}'
5622024-02-28T12:30:06.301Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5632024-02-28T12:30:06.301Z+ [[ 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 ]]
5642024-02-28T12:30:06.302Z+ do_untar out/downloads/dendrite-stub.tar.gz
5652024-02-28T12:30:06.306Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5662024-02-28T12:30:06.994Z+ do_assemble
5672024-02-28T12:30:06.994Z+ rm -r ./out/dendrite-stub
5682024-02-28T12:30:07.407Z+ mkdir ./out/dendrite-stub
5692024-02-28T12:30:07.407Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5702024-02-28T12:30:07.413Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5712024-02-28T12:30:07.413Z+ set -o errexit
5722024-02-28T12:30:07.413Z+++ dirname ./tools/ci_download_maghemite_mgd
5732024-02-28T12:30:07.413Z++ cd ./tools
5742024-02-28T12:30:07.413Z++ pwd
5752024-02-28T12:30:07.413Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5762024-02-28T12:30:07.413Z++ basename ./tools/ci_download_maghemite_mgd
5772024-02-28T12:30:07.413Z+ ARG0=ci_download_maghemite_mgd
5782024-02-28T12:30:07.413Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5792024-02-28T12:30:07.413Z++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
5802024-02-28T12:30:07.413Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
5812024-02-28T12:30:07.414Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5822024-02-28T12:30:07.414Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
5832024-02-28T12:30:07.414Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5842024-02-28T12:30:07.414Z+ TARGET_DIR=out
5852024-02-28T12:30:07.414Z+ DOWNLOAD_DIR=out/downloads
5862024-02-28T12:30:07.414Z+ DEST_DIR=./out/mgd
5872024-02-28T12:30:07.414Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5882024-02-28T12:30:07.414Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5892024-02-28T12:30:07.414Z+ REPO=oxidecomputer/maghemite
5902024-02-28T12:30:07.414Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833
5912024-02-28T12:30:07.414Z+ main
5922024-02-28T12:30:07.414Z+ [[ 0 != 0 ]]
5932024-02-28T12:30:07.414Z+ CIDL_OS=solaris2.11
5942024-02-28T12:30:07.414Z+ [[ 0 != 0 ]]
5952024-02-28T12:30:07.414Z+ configure_os solaris2.11
5962024-02-28T12:30:07.414Z+ echo 'current directory: /work/oxidecomputer/omicron'
5972024-02-28T12:30:07.415Z+ echo 'configuring based on OS: "solaris2.11"'
5982024-02-28T12:30:07.415Z+ case "$1" in
5992024-02-28T12:30:07.415Z+ SET_BINARIES=
6002024-02-28T12:30:07.415Zcurrent directory: /work/oxidecomputer/omicron
6012024-02-28T12:30:07.415Zconfiguring based on OS: "solaris2.11"
6022024-02-28T12:30:07.415Z+ CIDL_SHA256FUNC=do_sha256sum
6032024-02-28T12:30:07.415Z+ TARBALL_FILENAME=mgd.tar.gz
6042024-02-28T12:30:07.415Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6052024-02-28T12:30:07.415Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6062024-02-28T12:30:07.415Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz'
6072024-02-28T12:30:07.415ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6082024-02-28T12:30:07.415Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6092024-02-28T12:30:07.415Z+ mkdir -p out/downloads
6102024-02-28T12:30:07.415ZLocal file: out/downloads/mgd.tar.gz
6112024-02-28T12:30:07.415Z+ mkdir -p ./out/mgd
6122024-02-28T12:30:07.416Z+ fetch_and_verify
6132024-02-28T12:30:07.416Z+ local DO_DOWNLOAD=true
6142024-02-28T12:30:07.416Z+ [[ -f out/downloads/mgd.tar.gz ]]
6152024-02-28T12:30:07.416Z+ '[' true == true ']'
6162024-02-28T12:30:07.416Z+ echo Downloading...
6172024-02-28T12:30:07.416ZDownloading...
6182024-02-28T12:30:07.416Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz
6192024-02-28T12:30:07.416Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6202024-02-28T12:30:12.634Z++ do_sha256sum out/downloads/mgd.tar.gz
6212024-02-28T12:30:12.638Z++ sha256sum
6222024-02-28T12:30:12.638Z++ awk '{print $1}'
6232024-02-28T12:30:12.654Z+ calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6242024-02-28T12:30:12.660Z+ [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]]
6252024-02-28T12:30:12.660Z+ do_untar out/downloads/mgd.tar.gz
6262024-02-28T12:30:12.660Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6272024-02-28T12:30:13.096Z+ do_assemble
6282024-02-28T12:30:13.096Z+ rm -r ./out/mgd
6292024-02-28T12:30:13.101Z+ mkdir ./out/mgd
6302024-02-28T12:30:13.104Z+ cp -r out/downloads/root ./out/mgd/root
6312024-02-28T12:30:13.249Z+ set -o errexit
6322024-02-28T12:30:13.707Z+++ dirname ./tools/ci_download_transceiver_control
6332024-02-28T12:30:13.708Z++ cd ./tools
6342024-02-28T12:30:13.708Z++ pwd
6352024-02-28T12:30:13.708Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6362024-02-28T12:30:13.708Z++ basename ./tools/ci_download_transceiver_control
6372024-02-28T12:30:13.709Z+ ARG0=ci_download_transceiver_control
6382024-02-28T12:30:13.709Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6392024-02-28T12:30:13.709Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402024-02-28T12:30:13.709Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6412024-02-28T12:30:13.709Z+ TARGET_DIR=out
6422024-02-28T12:30:13.710Z+ DOWNLOAD_DIR=out/downloads
6432024-02-28T12:30:13.710Z+ DEST_DIR=./out/transceiver-control
6442024-02-28T12:30:13.710Z+ BIN_DIR=/opt/oxide/bin
6452024-02-28T12:30:13.710Z+ BINARY=xcvradm
6462024-02-28T12:30:13.711Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6472024-02-28T12:30:13.711Z+ REPO=oxidecomputer/transceiver-control
6482024-02-28T12:30:13.711Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-02-28T12:30:13.712Z+ main
6502024-02-28T12:30:13.712Z+ [[ 0 != 0 ]]
6512024-02-28T12:30:13.712Z+ CIDL_OS=solaris2.11
6522024-02-28T12:30:13.712Z+ [[ 0 != 0 ]]
6532024-02-28T12:30:13.712Z+ configure_os solaris2.11
6542024-02-28T12:30:13.713Z+ echo 'current directory: /work/oxidecomputer/omicron'
6552024-02-28T12:30:13.713Zcurrent directory: /work/oxidecomputer/omicron
6562024-02-28T12:30:13.713Z+ echo 'configuring based on OS: "solaris2.11"'
6572024-02-28T12:30:13.713Z+ case "$1" in
6582024-02-28T12:30:13.713Zconfiguring based on OS: "solaris2.11"
6592024-02-28T12:30:13.713Z+ SET_BINARIES=
6602024-02-28T12:30:13.714Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612024-02-28T12:30:13.714Z+ CIDL_SHA256FUNC=do_sha256sum
6622024-02-28T12:30:13.714Z+ ARCHIVE_FILENAME=xcvradm.gz
6632024-02-28T12:30:13.714Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6642024-02-28T12:30:13.714Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6652024-02-28T12:30:13.714Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6662024-02-28T12:30:13.714Z+ echo 'Local file: out/downloads/xcvradm.gz'
6672024-02-28T12:30:13.714ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6682024-02-28T12:30:13.714ZLocal file: out/downloads/xcvradm.gz
6692024-02-28T12:30:13.715Z+ mkdir -p out/downloads
6702024-02-28T12:30:13.715Z+ mkdir -p ./out/transceiver-control
6712024-02-28T12:30:13.715Z+ fetch_and_verify
6722024-02-28T12:30:13.715Z+ local DO_DOWNLOAD=true
6732024-02-28T12:30:13.715Z+ [[ -f out/downloads/xcvradm.gz ]]
6742024-02-28T12:30:13.715Z+ '[' true == true ']'
6752024-02-28T12:30:13.715Z+ echo Downloading...
6762024-02-28T12:30:13.715ZDownloading...
6772024-02-28T12:30:13.715Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6782024-02-28T12:30:13.715Z+ 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
6792024-02-28T12:30:15.541Z++ do_sha256sum out/downloads/xcvradm.gz
6802024-02-28T12:30:15.545Z++ sha256sum
6812024-02-28T12:30:15.545Z++ awk '{print $1}'
6822024-02-28T12:30:15.550Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6832024-02-28T12:30:15.550Z+ [[ 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 ]]
6842024-02-28T12:30:15.556Z+ do_unpack out/downloads/xcvradm.gz
6852024-02-28T12:30:15.556Z+ mkdir -p out/downloads/root//opt/oxide/bin
6862024-02-28T12:30:15.556Z+ gzip -dc out/downloads/xcvradm.gz
6872024-02-28T12:30:15.673Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6882024-02-28T12:30:15.679Z+ do_assemble
6892024-02-28T12:30:15.679Z+ rm -r ./out/transceiver-control
6902024-02-28T12:30:15.679Z+ mkdir ./out/transceiver-control
6912024-02-28T12:30:15.680Z+ cp -r out/downloads/root ./out/transceiver-control/root
6922024-02-28T12:30:15.854ZAll prerequisites installed successfully
6932024-02-28T12:30:15.862Z
6942024-02-28T12:30:15.863Zreal 2:06.058100426
6952024-02-28T12:30:15.863Zuser 33.794528521
6962024-02-28T12:30:15.863Zsys 6.265936125
6972024-02-28T12:30:15.863Ztrap 0.008144489
6982024-02-28T12:30:15.863Ztflt 0.300705771
6992024-02-28T12:30:15.863Zdflt 0.593094340
7002024-02-28T12:30:15.863Zkflt 0.335422508
7012024-02-28T12:30:15.863Zlock 1.295572723
7022024-02-28T12:30:15.863Zslp 4:09.573200388
7032024-02-28T12:30:15.863Zlat 1.846650760
7042024-02-28T12:30:15.863Zstop 0.123151296
7052024-02-28T12:30:15.863Z+ banner end-to-end-tests
7062024-02-28T12:30:15.946Z
7072024-02-28T12:30:15.946Z ###### # # ##### ##### #### ###### # # #####
7082024-02-28T12:30:15.947Z # ## # # # # # # # ## # # #
7092024-02-28T12:30:15.947Z ##### # # # # # ##### # # # ##### ##### # # # # #
7102024-02-28T12:30:15.947Z # # # # # # # # # # # # # # #
7112024-02-28T12:30:15.947Z # # ## # # # # # # # ## # #
7122024-02-28T12:30:15.947Z ###### # # ##### # #### ###### # # #####
7132024-02-28T12:30:15.947Z
7142024-02-28T12:30:15.954Z+ export CARGO_PROFILE_DEV_DEBUG=1
7152024-02-28T12:30:15.954Z+ CARGO_PROFILE_DEV_DEBUG=1
7162024-02-28T12:30:15.954Z+ export CARGO_PROFILE_TEST_DEBUG=1
7172024-02-28T12:30:15.954Z+ CARGO_PROFILE_TEST_DEBUG=1
7182024-02-28T12:30:15.954Z+ export CARGO_INCREMENTAL=0
7192024-02-28T12:30:15.954Z+ CARGO_INCREMENTAL=0
7202024-02-28T12:30:15.955Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7212024-02-28T12:30:16.196Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222024-02-28T12:30:16.531Z Updating git repository `https://github.com/oxidecomputer/samael`
7232024-02-28T12:30:16.889Z Updating crates.io index
7242024-02-28T12:30:16.893Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252024-02-28T12:30:17.690Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262024-02-28T12:30:19.434Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272024-02-28T12:30:19.751Z Updating git repository `http://github.com/oxidecomputer/tofino`
7282024-02-28T12:30:20.086Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7292024-02-28T12:30:20.361Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7302024-02-28T12:30:20.635Z Updating git repository `https://github.com/oxidecomputer/propolis`
7312024-02-28T12:30:21.484Z Updating git repository `https://github.com/oxidecomputer/crucible`
7322024-02-28T12:30:23.501Z Updating git repository `https://github.com/oxidecomputer/opte`
7332024-02-28T12:30:24.512Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7342024-02-28T12:30:24.846Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7352024-02-28T12:30:25.388Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7362024-02-28T12:30:25.703Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7372024-02-28T12:30:26.000Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7382024-02-28T12:30:26.331Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7392024-02-28T12:30:26.656Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7402024-02-28T12:30:27.342Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7412024-02-28T12:30:27.615Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7422024-02-28T12:30:28.126Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7432024-02-28T12:30:28.498Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7442024-02-28T12:30:28.812Z Updating git repository `https://github.com/jgallagher/nix`
7452024-02-28T12:30:29.882Z Updating git repository `https://github.com/cbiffle/hubpack`
7462024-02-28T12:30:30.226Z Updating git repository `https://github.com/oxidecomputer/typify`
7472024-02-28T12:30:31.471Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7482024-02-28T12:30:31.847Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7492024-02-28T12:30:32.152Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7502024-02-28T12:30:33.538Z Downloading crates ...
7512024-02-28T12:30:33.760Z Downloaded num v0.4.1
7522024-02-28T12:30:33.765Z Downloaded ahash v0.8.7
7532024-02-28T12:30:33.768Z Downloaded minimal-lexical v0.2.1
7542024-02-28T12:30:33.771Z Downloaded cipher v0.4.4
7552024-02-28T12:30:33.775Z Downloaded nibble_vec v0.1.0
7562024-02-28T12:30:33.778Z Downloaded constant_time_eq v0.3.0
7572024-02-28T12:30:33.781Z Downloaded colorchoice v1.0.0
7582024-02-28T12:30:33.781Z Downloaded newtype-uuid v1.0.1
7592024-02-28T12:30:33.781Z Downloaded native-tls v0.2.11
7602024-02-28T12:30:33.788Z Downloaded convert_case v0.4.0
7612024-02-28T12:30:33.788Z Downloaded crc32fast v1.3.2
7622024-02-28T12:30:33.792Z Downloaded crucible-workspace-hack v0.1.0
7632024-02-28T12:30:33.792Z Downloaded cobs v0.2.3
7642024-02-28T12:30:33.792Z Downloaded plain v0.2.3
7652024-02-28T12:30:33.795Z Downloaded async-stream-impl v0.3.5
7662024-02-28T12:30:33.795Z Downloaded atty v0.2.14
7672024-02-28T12:30:33.795Z Downloaded mime_guess v2.0.4
7682024-02-28T12:30:33.799Z Downloaded new_debug_unreachable v1.0.4
7692024-02-28T12:30:33.802Z Downloaded normalize-line-endings v0.3.0
7702024-02-28T12:30:33.802Z Downloaded bzip2 v0.4.4
7712024-02-28T12:30:33.806Z Downloaded num-rational v0.4.1
7722024-02-28T12:30:33.806Z Downloaded num-derive v0.4.0
7732024-02-28T12:30:33.809Z Downloaded num_threads v0.1.6
7742024-02-28T12:30:33.813Z Downloaded md5 v0.7.0
7752024-02-28T12:30:33.816Z Downloaded openssl-probe v0.1.5
7762024-02-28T12:30:33.820Z Downloaded option-ext v0.2.0
7772024-02-28T12:30:33.820Z Downloaded opaque-debug v0.3.0
7782024-02-28T12:30:33.824Z Downloaded crypto-common v0.1.6
7792024-02-28T12:30:33.824Z Downloaded kstat-rs v0.2.3
7802024-02-28T12:30:33.830Z Downloaded cpufeatures v0.2.12
7812024-02-28T12:30:33.831Z Downloaded ciborium-ll v0.2.2
7822024-02-28T12:30:33.834Z Downloaded darling v0.20.3
7832024-02-28T12:30:33.838Z Downloaded p256 v0.13.2
7842024-02-28T12:30:33.842Z Downloaded bitflags v2.4.0
7852024-02-28T12:30:33.845Z Downloaded deranged v0.3.8
7862024-02-28T12:30:33.848Z Downloaded ciborium-io v0.2.2
7872024-02-28T12:30:33.849Z Downloaded match_cfg v0.1.0
7882024-02-28T12:30:33.865Z Downloaded bit-set v0.5.3
7892024-02-28T12:30:33.865Z Downloaded anstyle v1.0.2
7902024-02-28T12:30:33.865Z Downloaded async-stream v0.3.5
7912024-02-28T12:30:33.865Z Downloaded crossbeam-utils v0.8.16
7922024-02-28T12:30:33.865Z Downloaded derive-where v1.2.7
7932024-02-28T12:30:33.868Z Downloaded defmt-parser v0.3.3
7942024-02-28T12:30:33.876Z Downloaded toolchain_find v0.2.0
7952024-02-28T12:30:33.876Z Downloaded atomic-waker v1.1.1
7962024-02-28T12:30:33.879Z Downloaded async-trait v0.1.77
7972024-02-28T12:30:33.880Z Downloaded paste v1.0.14
7982024-02-28T12:30:33.886Z Downloaded openssl-macros v0.1.1
7992024-02-28T12:30:33.890Z Downloaded lru-cache v0.1.2
8002024-02-28T12:30:33.890Z Downloaded num_enum_derive v0.5.11
8012024-02-28T12:30:33.890Z Downloaded linked-hash-map v0.5.6
8022024-02-28T12:30:33.893Z Downloaded chacha20poly1305 v0.10.1
8032024-02-28T12:30:33.893Z Downloaded parse-display v0.9.0
8042024-02-28T12:30:33.896Z Downloaded lock_api v0.4.10
8052024-02-28T12:30:33.900Z Downloaded mime v0.3.17
8062024-02-28T12:30:33.900Z Downloaded parking_lot v0.11.2
8072024-02-28T12:30:33.903Z Downloaded backoff v0.4.0
8082024-02-28T12:30:33.906Z Downloaded aead v0.5.2
8092024-02-28T12:30:33.909Z Downloaded memmap v0.7.0
8102024-02-28T12:30:33.920Z Downloaded vec_map v0.8.2
8112024-02-28T12:30:33.920Z Downloaded adler v1.0.2
8122024-02-28T12:30:34.336Z Downloaded macaddr v1.0.1
8132024-02-28T12:30:34.336Z Downloaded chacha20 v0.9.1
8142024-02-28T12:30:34.336Z Downloaded lalrpop-util v0.19.12
8152024-02-28T12:30:34.336Z Downloaded num-integer v0.1.46
8162024-02-28T12:30:34.336Z Downloaded utf8parse v0.2.1
8172024-02-28T12:30:34.348Z Downloaded futures-macro v0.3.30
8182024-02-28T12:30:34.348Z Downloaded fnv v1.0.7
8192024-02-28T12:30:34.348Z Downloaded hash32 v0.3.1
8202024-02-28T12:30:34.348Z Downloaded ansi_term v0.12.1
8212024-02-28T12:30:34.348Z Downloaded password-hash v0.5.0
8222024-02-28T12:30:34.348Z Downloaded form_urlencoded v1.2.1
8232024-02-28T12:30:34.348Z Downloaded zeroize_derive v1.4.2
8242024-02-28T12:30:34.348Z Downloaded r2d2 v0.8.10
8252024-02-28T12:30:34.348Z Downloaded float-cmp v0.9.0
8262024-02-28T12:30:34.348Z Downloaded defmt v0.3.5
8272024-02-28T12:30:34.348Z Downloaded data-encoding v2.4.0
8282024-02-28T12:30:34.348Z Downloaded tokio-rustls v0.25.0
8292024-02-28T12:30:34.348Z Downloaded block-padding v0.3.3
8302024-02-28T12:30:34.348Z Downloaded hash32 v0.2.1
8312024-02-28T12:30:34.348Z Downloaded endian-type v0.1.2
8322024-02-28T12:30:34.348Z Downloaded getopts v0.2.21
8332024-02-28T12:30:34.348Z Downloaded zeroize v1.7.0
8342024-02-28T12:30:34.348Z Downloaded resolv-conf v0.7.0
8352024-02-28T12:30:34.348Z Downloaded log v0.4.20
8362024-02-28T12:30:34.349Z Downloaded clap_derive v4.5.0
8372024-02-28T12:30:34.349Z Downloaded time-core v0.1.1
8382024-02-28T12:30:34.349Z Downloaded multer v3.0.0
8392024-02-28T12:30:34.349Z Downloaded strum v0.25.0
8402024-02-28T12:30:34.349Z Downloaded ipnetwork v0.20.0
8412024-02-28T12:30:34.349Z Downloaded backtrace v0.3.69
8422024-02-28T12:30:34.349Z Downloaded equivalent v1.0.1
8432024-02-28T12:30:34.349Z Downloaded diesel_derives v2.1.2
8442024-02-28T12:30:34.349Z Downloaded openssl-sys v0.9.96
8452024-02-28T12:30:34.349Z Downloaded parking_lot_core v0.9.8
8462024-02-28T12:30:34.349Z Downloaded httpdate v1.0.3
8472024-02-28T12:30:34.349Z Downloaded num_cpus v1.16.0
8482024-02-28T12:30:34.349Z Downloaded rand_chacha v0.2.2
8492024-02-28T12:30:34.349Z Downloaded headers-core v0.2.0
8502024-02-28T12:30:34.349Z Downloaded anyhow v1.0.75
8512024-02-28T12:30:34.349Z Downloaded heck v0.4.1
8522024-02-28T12:30:34.349Z Downloaded rand_chacha v0.3.1
8532024-02-28T12:30:34.349Z Downloaded sec1 v0.7.3
8542024-02-28T12:30:34.349Z Downloaded typenum v1.16.0
8552024-02-28T12:30:34.349Z Downloaded proc-macro-error-attr v1.0.4
8562024-02-28T12:30:34.349Z Downloaded ff v0.13.0
8572024-02-28T12:30:34.349Z Downloaded unicode-xid v0.2.4
8582024-02-28T12:30:34.350Z Downloaded serde_spanned v0.6.5
8592024-02-28T12:30:34.350Z Downloaded serde_path_to_error v0.1.15
8602024-02-28T12:30:34.350Z Downloaded libefi-sys v0.1.0
8612024-02-28T12:30:34.350Z Downloaded semver v1.0.22
8622024-02-28T12:30:34.350Z Downloaded rustc_version v0.1.7
8632024-02-28T12:30:34.350Z Downloaded usdt-attr-macro v0.3.5
8642024-02-28T12:30:34.350Z Downloaded quote v1.0.35
8652024-02-28T12:30:34.350Z Downloaded walkdir v2.4.0
8662024-02-28T12:30:34.350Z Downloaded flagset v0.4.3
8672024-02-28T12:30:34.350Z Downloaded dtrace-parser v0.1.14
8682024-02-28T12:30:34.350Z Downloaded darling_core v0.20.3
8692024-02-28T12:30:34.350Z Downloaded slog-envlogger v2.2.0
8702024-02-28T12:30:34.350Z Downloaded spki v0.7.2
8712024-02-28T12:30:34.350Z Downloaded thiserror-no-std v2.0.2
8722024-02-28T12:30:34.350Z Downloaded pkg-config v0.3.27
8732024-02-28T12:30:34.350Z Downloaded tower-service v0.3.2
8742024-02-28T12:30:34.350Z Downloaded fastrand v2.0.1
8752024-02-28T12:30:34.350Z Downloaded sha1 v0.10.6
8762024-02-28T12:30:34.350Z Downloaded dirs v5.0.1
8772024-02-28T12:30:34.350Z Downloaded rand_core v0.5.1
8782024-02-28T12:30:34.350Z Downloaded hex v0.4.3
8792024-02-28T12:30:34.350Z Downloaded universal-hash v0.5.1
8802024-02-28T12:30:34.351Z Downloaded serde_tokenstream v0.1.7
8812024-02-28T12:30:34.351Z Downloaded display-error-chain v0.2.0
8822024-02-28T12:30:34.351Z Downloaded take_mut v0.2.2
8832024-02-28T12:30:34.351Z Downloaded instant v0.1.12
8842024-02-28T12:30:34.351Z Downloaded smallvec v1.13.1
8852024-02-28T12:30:34.351Z Downloaded num-bigint v0.4.4
8862024-02-28T12:30:34.351Z Downloaded hostname v0.3.1
8872024-02-28T12:30:34.351Z Downloaded vsss-rs v3.3.4
8882024-02-28T12:30:34.351Z Downloaded zip v0.6.6
8892024-02-28T12:30:34.351Z Downloaded futures-task v0.3.30
8902024-02-28T12:30:34.351Z Downloaded tokio-rustls v0.24.1
8912024-02-28T12:30:34.351Z Downloaded getrandom v0.2.10
8922024-02-28T12:30:34.351Z Downloaded semver v0.1.20
8932024-02-28T12:30:34.351Z Downloaded futures-executor v0.3.30
8942024-02-28T12:30:34.351Z Downloaded pkcs8 v0.10.2
8952024-02-28T12:30:34.351Z Downloaded serde_urlencoded v0.7.1
8962024-02-28T12:30:34.351Z Downloaded percent-encoding v2.3.1
8972024-02-28T12:30:34.351Z Downloaded zone_cfg_derive v0.3.0
8982024-02-28T12:30:34.351Z Downloaded tempfile v3.10.0
8992024-02-28T12:30:34.351Z Downloaded toml_datetime v0.6.5
9002024-02-28T12:30:34.351Z Downloaded errno v0.3.8
9012024-02-28T12:30:34.351Z Downloaded inout v0.1.3
9022024-02-28T12:30:34.351Z Downloaded signature v2.1.0
9032024-02-28T12:30:34.352Z Downloaded term v0.7.0
9042024-02-28T12:30:34.352Z Downloaded russh-cryptovec v0.7.0
9052024-02-28T12:30:34.352Z Downloaded hyper-rustls v0.24.2
9062024-02-28T12:30:34.352Z Downloaded want v0.3.1
9072024-02-28T12:30:34.352Z Downloaded secrecy v0.8.0
9082024-02-28T12:30:34.352Z Downloaded scheduled-thread-pool v0.2.7
9092024-02-28T12:30:34.352Z Downloaded predicates-core v1.0.6
9102024-02-28T12:30:34.352Z Downloaded dof v0.1.5
9112024-02-28T12:30:34.352Z Downloaded sha2 v0.10.8
9122024-02-28T12:30:34.352Z Downloaded toml v0.7.8
9132024-02-28T12:30:34.352Z Downloaded spin v0.5.2
9142024-02-28T12:30:34.352Z Downloaded difflib v0.4.0
9152024-02-28T12:30:34.352Z Downloaded predicates v3.1.0
9162024-02-28T12:30:34.352Z Downloaded miniz_oxide v0.7.1
9172024-02-28T12:30:34.359Z Downloaded foreign-types-shared v0.1.1
9182024-02-28T12:30:34.359Z Downloaded waitgroup v0.1.2
9192024-02-28T12:30:34.359Z Downloaded strsim v0.10.0
9202024-02-28T12:30:34.359Z Downloaded unicase v2.7.0
9212024-02-28T12:30:34.360Z Downloaded pin-utils v0.1.0
9222024-02-28T12:30:34.360Z Downloaded signal-hook-mio v0.2.3
9232024-02-28T12:30:34.360Z Downloaded heck v0.3.3
9242024-02-28T12:30:34.360Z Downloaded usdt-macro v0.5.0
9252024-02-28T12:30:34.360Z Downloaded smf v0.2.2
9262024-02-28T12:30:34.360Z Downloaded pem-rfc7468 v0.7.0
9272024-02-28T12:30:34.360Z Downloaded dof v0.3.0
9282024-02-28T12:30:34.360Z Downloaded futures-channel v0.3.30
9292024-02-28T12:30:34.360Z Downloaded phf_shared v0.10.0
9302024-02-28T12:30:34.360Z Downloaded slab v0.4.9
9312024-02-28T12:30:34.360Z Downloaded usdt v0.3.5
9322024-02-28T12:30:34.360Z Downloaded utf-8 v0.7.6
9332024-02-28T12:30:34.360Z Downloaded defmt-macros v0.3.6
9342024-02-28T12:30:34.360Z Downloaded rcgen v0.12.1
9352024-02-28T12:30:34.360Z Downloaded p521 v0.13.3
9362024-02-28T12:30:34.360Z Downloaded foreign-types v0.3.2
9372024-02-28T12:30:34.360Z Downloaded hubpack_derive v0.1.1
9382024-02-28T12:30:34.360Z Downloaded darling_macro v0.20.3
9392024-02-28T12:30:34.361Z Downloaded futures v0.3.30
9402024-02-28T12:30:34.361Z Downloaded static_assertions v1.1.0
9412024-02-28T12:30:34.361Z Downloaded slog-dtrace v0.3.0
9422024-02-28T12:30:34.361Z Downloaded siphasher v0.3.11
9432024-02-28T12:30:34.361Z Downloaded postgres-protocol v0.6.6
9442024-02-28T12:30:34.361Z Downloaded semver-parser v0.10.2
9452024-02-28T12:30:34.361Z Downloaded memchr v2.6.3
9462024-02-28T12:30:34.361Z Downloaded dtrace-parser v0.2.0
9472024-02-28T12:30:34.361Z Downloaded itoa v1.0.9
9482024-02-28T12:30:34.361Z Downloaded http-body v0.4.5
9492024-02-28T12:30:34.361Z Downloaded toml_edit v0.22.6
9502024-02-28T12:30:34.361Z Downloaded try-lock v0.2.4
9512024-02-28T12:30:34.361Z Downloaded usdt-macro v0.3.5
9522024-02-28T12:30:34.361Z Downloaded fallible-iterator v0.2.0
9532024-02-28T12:30:34.361Z Downloaded ghash v0.5.0
9542024-02-28T12:30:34.361Z Downloaded phf v0.11.2
9552024-02-28T12:30:34.361Z Downloaded pem v3.0.2
9562024-02-28T12:30:34.361Z Downloaded foreign-types-macros v0.2.3
9572024-02-28T12:30:34.361Z Downloaded rustc_version v0.4.0
9582024-02-28T12:30:34.361Z Downloaded futures-sink v0.3.30
9592024-02-28T12:30:34.361Z Downloaded serde_repr v0.1.16
9602024-02-28T12:30:34.361Z Downloaded slog-json v2.6.1
9612024-02-28T12:30:34.362Z Downloaded structopt v0.3.26
9622024-02-28T12:30:34.362Z Downloaded hyper-staticfile v0.9.5
9632024-02-28T12:30:34.362Z Downloaded schemars_derive v0.8.16
9642024-02-28T12:30:34.362Z Downloaded hyper-tls v0.5.0
9652024-02-28T12:30:34.362Z Downloaded dirs-sys-next v0.1.2
9662024-02-28T12:30:34.362Z Downloaded proc-macro-error v1.0.4
9672024-02-28T12:30:34.362Z Downloaded unicode-segmentation v1.10.1
9682024-02-28T12:30:34.362Z Downloaded stable_deref_trait v1.2.0
9692024-02-28T12:30:34.362Z Downloaded home v0.5.5
9702024-02-28T12:30:34.362Z Downloaded slog-bunyan v2.5.0
9712024-02-28T12:30:34.362Z Downloaded serde_with_macros v3.6.1
9722024-02-28T12:30:34.362Z Downloaded httparse v1.8.0
9732024-02-28T12:30:34.362Z Downloaded precomputed-hash v0.1.1
9742024-02-28T12:30:34.362Z Downloaded thiserror-impl v1.0.57
9752024-02-28T12:30:34.362Z Downloaded time-macros v0.2.13
9762024-02-28T12:30:34.362Z Downloaded der_derive v0.7.2
9772024-02-28T12:30:34.362Z Downloaded stringprep v0.1.3
9782024-02-28T12:30:34.362Z Downloaded ppv-lite86 v0.2.17
9792024-02-28T12:30:34.362Z Downloaded newtype_derive v0.1.6
9802024-02-28T12:30:34.362Z Downloaded strum v0.26.1
9812024-02-28T12:30:34.362Z Downloaded socket2 v0.4.9
9822024-02-28T12:30:34.363Z Downloaded unicode-normalization v0.1.22
9832024-02-28T12:30:34.363Z Downloaded foreign-types v0.5.0
9842024-02-28T12:30:34.363Z Downloaded scroll v0.12.0
9852024-02-28T12:30:34.363Z Downloaded synstructure v0.12.6
9862024-02-28T12:30:34.363Z Downloaded embedded-io v0.4.0
9872024-02-28T12:30:34.363Z Downloaded postgres-types v0.2.6
9882024-02-28T12:30:34.363Z Downloaded polyval v0.6.1
9892024-02-28T12:30:34.363Z Downloaded aes v0.8.3
9902024-02-28T12:30:34.363Z Downloaded slog-stdlog v4.1.1
9912024-02-28T12:30:34.363Z Downloaded pbkdf2 v0.12.2
9922024-02-28T12:30:34.363Z Downloaded proc-macro-crate v1.3.1
9932024-02-28T12:30:34.363Z Downloaded string_cache v0.8.7
9942024-02-28T12:30:34.363Z Downloaded tinyvec v1.6.0
9952024-02-28T12:30:34.363Z Downloaded scroll_derive v0.12.0
9962024-02-28T12:30:34.363Z Downloaded unsafe-libyaml v0.2.10
9972024-02-28T12:30:34.363Z Downloaded dirs-next v2.0.0
9982024-02-28T12:30:34.363Z Downloaded ctr v0.9.2
9992024-02-28T12:30:34.363Z Downloaded strum_macros v0.26.1
10002024-02-28T12:30:34.363Z Downloaded serde_derive_internals v0.26.0
10012024-02-28T12:30:34.363Z Downloaded is-terminal v0.4.9
10022024-02-28T12:30:34.363Z Downloaded half v2.3.1
10032024-02-28T12:30:34.363Z Downloaded pest_generator v2.7.6
10042024-02-28T12:30:34.363Z Downloaded socket2 v0.5.5
10052024-02-28T12:30:34.363Z Downloaded headers v0.3.9
10062024-02-28T12:30:34.364Z Downloaded enum-as-inner v0.5.1
10072024-02-28T12:30:34.364Z Downloaded tokio-tungstenite v0.20.1
10082024-02-28T12:30:34.364Z Downloaded topological-sort v0.2.2
10092024-02-28T12:30:34.364Z Downloaded digest v0.10.7
10102024-02-28T12:30:34.364Z Downloaded serde_yaml v0.9.25
10112024-02-28T12:30:34.364Z Downloaded ucd-trie v0.1.6
10122024-02-28T12:30:34.364Z Downloaded blake3 v1.5.0
10132024-02-28T12:30:34.364Z Downloaded schemars v0.8.16
10142024-02-28T12:30:34.368Z Downloaded slog v2.7.0
10152024-02-28T12:30:34.368Z Downloaded tracing-attributes v0.1.26
10162024-02-28T12:30:34.368Z Downloaded itertools v0.10.5
10172024-02-28T12:30:34.371Z Downloaded serde v1.0.196
10182024-02-28T12:30:34.375Z Downloaded hashbrown v0.14.3
10192024-02-28T12:30:34.381Z Downloaded russh-keys v0.42.0
10202024-02-28T12:30:34.385Z Downloaded rayon-core v1.12.0
10212024-02-28T12:30:34.385Z Downloaded russh v0.42.0
10222024-02-28T12:30:34.388Z Downloaded trust-dns-resolver v0.22.0
10232024-02-28T12:30:34.391Z Downloaded toml_edit v0.19.15
10242024-02-28T12:30:34.409Z Downloaded unicode-bidi v0.3.13
10252024-02-28T12:30:34.413Z Downloaded ryu v1.0.15
10262024-02-28T12:30:34.416Z Downloaded hkdf v0.12.4
10272024-02-28T12:30:34.423Z Downloaded tracing v0.1.37
10282024-02-28T12:30:34.426Z Downloaded aho-corasick v1.0.4
10292024-02-28T12:30:34.426Z Downloaded winnow v0.6.1
10302024-02-28T12:30:34.436Z Downloaded regex-automata v0.1.10
10312024-02-28T12:30:34.440Z Downloaded http v1.0.0
10322024-02-28T12:30:34.444Z Downloaded pest v2.7.6
10332024-02-28T12:30:34.451Z Downloaded clap_builder v4.5.0
10342024-02-28T12:30:34.457Z Downloaded flate2 v1.0.28
10352024-02-28T12:30:34.467Z Downloaded hyper v0.14.27
10362024-02-28T12:30:34.470Z Downloaded object v0.32.1
10372024-02-28T12:30:34.480Z Downloaded itertools v0.12.1
10382024-02-28T12:30:34.487Z Downloaded tokio-postgres v0.7.10
10392024-02-28T12:30:34.492Z Downloaded rustls-webpki v0.102.1
10402024-02-28T12:30:34.513Z Downloaded goblin v0.8.0
10412024-02-28T12:30:34.518Z Downloaded openssl v0.10.60
10422024-02-28T12:30:34.527Z Downloaded regress v0.8.0
10432024-02-28T12:30:34.534Z Downloaded futures-util v0.3.30
10442024-02-28T12:30:34.546Z Downloaded idna v0.2.3
10452024-02-28T12:30:34.556Z Downloaded rayon v1.8.0
10462024-02-28T12:30:34.562Z Downloaded rand v0.7.3
10472024-02-28T12:30:34.570Z Downloaded rustls-webpki v0.101.7
10482024-02-28T12:30:34.582Z Downloaded time v0.3.27
10492024-02-28T12:30:34.588Z Downloaded syn v2.0.48
10502024-02-28T12:30:34.600Z Downloaded radix_trie v0.2.1
10512024-02-28T12:30:34.604Z Downloaded curve25519-dalek v4.1.1
10522024-02-28T12:30:34.614Z Downloaded serde_json v1.0.114
10532024-02-28T12:30:34.621Z Downloaded h2 v0.3.24
10542024-02-28T12:30:34.628Z Downloaded rustix v0.38.31
10552024-02-28T12:30:34.650Z Downloaded petgraph v0.6.4
10562024-02-28T12:30:34.664Z Downloaded webpki-roots v0.25.2
10572024-02-28T12:30:34.667Z Downloaded sled v0.34.7
10582024-02-28T12:30:34.678Z Downloaded syn v1.0.109
10592024-02-28T12:30:34.688Z Downloaded regex-automata v0.3.8
10602024-02-28T12:30:34.705Z Downloaded tokio v1.36.0
10612024-02-28T12:30:34.740Z Downloaded regex v1.10.3
10622024-02-28T12:30:34.752Z Downloaded gimli v0.28.0
10632024-02-28T12:30:34.760Z Downloaded bstr v1.6.0
10642024-02-28T12:30:34.772Z Downloaded smoltcp v0.11.0
10652024-02-28T12:30:34.782Z Downloaded regex-syntax v0.8.2
10662024-02-28T12:30:34.789Z Downloaded rustls v0.22.2
10672024-02-28T12:30:34.802Z Downloaded sha3 v0.10.8
10682024-02-28T12:30:34.806Z Downloaded bstr v0.2.17
10692024-02-28T12:30:34.817Z Downloaded smoltcp v0.9.1
10702024-02-28T12:30:34.826Z Downloaded rustls v0.21.9
10712024-02-28T12:30:34.836Z Downloaded idna v0.5.0
10722024-02-28T12:30:34.841Z Downloaded zerocopy-derive v0.6.4
10732024-02-28T12:30:34.850Z Downloaded zerocopy-derive v0.2.0
10742024-02-28T12:30:34.858Z Downloaded vcpkg v0.2.15
10752024-02-28T12:30:34.900Z Downloaded trust-dns-proto v0.22.0
10762024-02-28T12:30:34.908Z Downloaded bzip2-sys v0.1.11+1.0.8
10772024-02-28T12:30:34.920Z Downloaded openapiv3 v2.0.0
10782024-02-28T12:30:34.931Z Downloaded chrono v0.4.31
10792024-02-28T12:30:34.938Z Downloaded serde_with v3.6.1
10802024-02-28T12:30:34.945Z Downloaded diesel v2.1.4
10812024-02-28T12:30:34.966Z Downloaded reqwest v0.11.22
10822024-02-28T12:30:34.969Z Downloaded winnow v0.5.15
10832024-02-28T12:30:34.977Z Downloaded regex-automata v0.4.4
10842024-02-28T12:30:34.992Z Downloaded libc v0.2.153
10852024-02-28T12:30:35.021Z Downloaded libm v0.2.7
10862024-02-28T12:30:35.026Z Downloaded aes-gcm v0.10.3
10872024-02-28T12:30:35.029Z Downloaded zerocopy v0.7.32
10882024-02-28T12:30:35.047Z Downloaded toml v0.8.10
10892024-02-28T12:30:35.050Z Downloaded proc-macro2 v1.0.78
10902024-02-28T12:30:35.056Z Downloaded url v2.5.0
10912024-02-28T12:30:35.059Z Downloaded ed25519-dalek v2.0.0
10922024-02-28T12:30:35.059Z Downloaded group v0.13.0
10932024-02-28T12:30:35.059Z Downloaded http v0.2.11
10942024-02-28T12:30:35.063Z Downloaded trust-dns-server v0.22.1
10952024-02-28T12:30:35.067Z Downloaded hashbrown v0.12.3
10962024-02-28T12:30:35.071Z Downloaded steno v0.4.0
10972024-02-28T12:30:35.081Z Downloaded indexmap v2.2.3
10982024-02-28T12:30:35.088Z Downloaded glob v0.3.1
10992024-02-28T12:30:35.088Z Downloaded usdt v0.5.0
11002024-02-28T12:30:35.088Z Downloaded similar v2.3.0
11012024-02-28T12:30:35.088Z Downloaded subprocess v0.2.9
11022024-02-28T12:30:35.091Z Downloaded clap v2.34.0
11032024-02-28T12:30:35.100Z Downloaded platforms v3.0.2
11042024-02-28T12:30:35.104Z Downloaded ecdsa v0.16.9
11052024-02-28T12:30:35.104Z Downloaded unicode-ident v1.0.12
11062024-02-28T12:30:35.104Z Downloaded indexmap v1.9.3
11072024-02-28T12:30:35.107Z Downloaded elliptic-curve v0.13.8
11082024-02-28T12:30:35.110Z Downloaded tokio-util v0.7.10
11092024-02-28T12:30:35.118Z Downloaded poly1305 v0.8.0
11102024-02-28T12:30:35.121Z Downloaded spin v0.9.8
11112024-02-28T12:30:35.121Z Downloaded serde_derive v1.0.196
11122024-02-28T12:30:35.126Z Downloaded tokio-macros v2.2.0
11132024-02-28T12:30:35.126Z Downloaded scopeguard v1.2.0
11142024-02-28T12:30:35.126Z Downloaded slog-async v2.8.0
11152024-02-28T12:30:35.129Z Downloaded winapi v0.3.9
11162024-02-28T12:30:35.166Z Downloaded postcard v1.0.8
11172024-02-28T12:30:35.169Z Downloaded ed25519 v2.2.2
11182024-02-28T12:30:35.172Z Downloaded heapless v0.8.0
11192024-02-28T12:30:35.175Z Downloaded ident_case v1.0.1
11202024-02-28T12:30:35.175Z Downloaded rustc-demangle v0.1.23
11212024-02-28T12:30:35.179Z Downloaded rand v0.8.5
11222024-02-28T12:30:35.182Z Downloaded structmeta-derive v0.3.0
11232024-02-28T12:30:35.182Z Downloaded uuid v1.7.0
11242024-02-28T12:30:35.185Z Downloaded encoding_rs v0.8.33
11252024-02-28T12:30:35.206Z Downloaded slog-term v2.9.0
11262024-02-28T12:30:35.209Z Downloaded mio v0.8.9
11272024-02-28T12:30:35.215Z Downloaded iana-time-zone v0.1.57
11282024-02-28T12:30:35.219Z Downloaded crossbeam-channel v0.5.8
11292024-02-28T12:30:35.222Z Downloaded rustfmt-wrapper v0.2.0
11302024-02-28T12:30:35.222Z Downloaded strsim v0.11.0
11312024-02-28T12:30:35.222Z Downloaded signal-hook v0.3.17
11322024-02-28T12:30:35.226Z Downloaded der v0.7.8
11332024-02-28T12:30:35.229Z Downloaded heapless v0.7.16
11342024-02-28T12:30:35.233Z Downloaded parking_lot_core v0.8.6
11352024-02-28T12:30:35.237Z Downloaded rustls-pemfile v2.1.0
11362024-02-28T12:30:35.240Z Downloaded pest_derive v2.7.6
11372024-02-28T12:30:35.240Z Downloaded crypto-bigint v0.5.2
11382024-02-28T12:30:35.245Z Downloaded unicode-width v0.1.11
11392024-02-28T12:30:35.248Z Downloaded same-file v1.0.6
11402024-02-28T12:30:35.248Z Downloaded usdt-impl v0.5.0
11412024-02-28T12:30:35.251Z Downloaded dyn-clone v1.0.17
11422024-02-28T12:30:35.251Z Downloaded trust-dns-client v0.22.0
11432024-02-28T12:30:35.256Z Downloaded owo-colors v4.0.0
11442024-02-28T12:30:35.259Z Downloaded futures-core v0.3.30
11452024-02-28T12:30:35.262Z Downloaded bytes v1.5.0
11462024-02-28T12:30:35.265Z Downloaded cc v1.0.83
11472024-02-28T12:30:35.271Z Downloaded tokio-stream v0.1.14
11482024-02-28T12:30:35.274Z Downloaded fixedbitset v0.4.2
11492024-02-28T12:30:35.274Z Downloaded blake2 v0.10.6
11502024-02-28T12:30:35.274Z Downloaded hex-literal v0.4.1
11512024-02-28T12:30:35.277Z Downloaded dirs-sys v0.4.1
11522024-02-28T12:30:35.277Z Downloaded phf_shared v0.11.2
11532024-02-28T12:30:35.277Z Downloaded thiserror-impl-no-std v2.0.2
11542024-02-28T12:30:35.286Z Downloaded thiserror v1.0.57
11552024-02-28T12:30:35.286Z Downloaded hmac v0.12.1
11562024-02-28T12:30:35.286Z Downloaded tungstenite v0.20.1
11572024-02-28T12:30:35.290Z Downloaded either v1.10.0
11582024-02-28T12:30:35.290Z Downloaded filetime v0.2.23
11592024-02-28T12:30:35.293Z Downloaded slog-scope v4.4.0
11602024-02-28T12:30:35.293Z Downloaded rustls-pemfile v1.0.3
11612024-02-28T12:30:35.297Z Downloaded hubpack v0.1.2
11622024-02-28T12:30:35.297Z Downloaded base64 v0.21.7
11632024-02-28T12:30:35.301Z Downloaded sct v0.7.0
11642024-02-28T12:30:35.305Z Downloaded rfc6979 v0.4.0
11652024-02-28T12:30:35.305Z Downloaded tracing-core v0.1.31
11662024-02-28T12:30:35.308Z Downloaded allocator-api2 v0.2.16
11672024-02-28T12:30:35.312Z Downloaded rustls-pki-types v1.3.0
11682024-02-28T12:30:35.312Z Downloaded primeorder v0.13.6
11692024-02-28T12:30:35.312Z Downloaded ipnet v2.9.0
11702024-02-28T12:30:35.320Z Downloaded pest_meta v2.7.6
11712024-02-28T12:30:35.321Z Downloaded password-hash v0.4.2
11722024-02-28T12:30:35.321Z Downloaded semver v0.11.0
11732024-02-28T12:30:35.324Z Downloaded zone v0.3.0
11742024-02-28T12:30:35.324Z Downloaded signal-hook-registry v1.4.1
11752024-02-28T12:30:35.324Z Downloaded rustversion v1.0.14
11762024-02-28T12:30:35.325Z Downloaded generic-array v0.14.7
11772024-02-28T12:30:35.325Z Downloaded futures-io v0.3.30
11782024-02-28T12:30:35.328Z Downloaded xattr v1.0.1
11792024-02-28T12:30:35.328Z Downloaded toml v0.5.11
11802024-02-28T12:30:35.328Z Downloaded pretty-hex v0.4.1
11812024-02-28T12:30:35.334Z Downloaded rand_core v0.6.4
11822024-02-28T12:30:35.334Z Downloaded derive_more v0.99.17
11832024-02-28T12:30:35.338Z Downloaded tar v0.4.40
11842024-02-28T12:30:35.344Z Downloaded serde_tokenstream v0.2.0
11852024-02-28T12:30:35.349Z Downloaded getrandom v0.1.16
11862024-02-28T12:30:35.350Z Downloaded yasna v0.5.2
11872024-02-28T12:30:35.350Z Downloaded crossterm v0.27.0
11882024-02-28T12:30:35.357Z Downloaded quick-error v1.2.3
11892024-02-28T12:30:35.370Z Downloaded keccak v0.1.4
11902024-02-28T12:30:35.371Z Downloaded fxhash v0.2.1
11912024-02-28T12:30:35.371Z Downloaded usdt-impl v0.3.5
11922024-02-28T12:30:35.371Z Downloaded num-complex v0.4.4
11932024-02-28T12:30:35.371Z Downloaded base64ct v1.6.0
11942024-02-28T12:30:35.374Z Downloaded memmap2 v0.7.1
11952024-02-28T12:30:35.374Z Downloaded gethostname v0.4.3
11962024-02-28T12:30:35.374Z Downloaded zerocopy v0.6.4
11972024-02-28T12:30:35.374Z Downloaded addr2line v0.21.0
11982024-02-28T12:30:35.374Z Downloaded zerocopy-derive v0.7.32
11992024-02-28T12:30:35.374Z Downloaded zerocopy v0.3.0
12002024-02-28T12:30:35.378Z Downloaded managed v0.8.0
12012024-02-28T12:30:35.378Z Downloaded camino v1.1.6
12022024-02-28T12:30:35.378Z Downloaded base16ct v0.2.0
12032024-02-28T12:30:35.382Z Downloaded strsim v0.8.0
12042024-02-28T12:30:35.382Z Downloaded whoami v1.4.1
12052024-02-28T12:30:35.382Z Downloaded version_check v0.9.4
12062024-02-28T12:30:35.385Z Downloaded thread-id v4.2.0
12072024-02-28T12:30:35.386Z Downloaded untrusted v0.9.0
12082024-02-28T12:30:35.386Z Downloaded pbkdf2 v0.11.0
12092024-02-28T12:30:35.389Z Downloaded parse-display-derive v0.9.0
12102024-02-28T12:30:35.389Z Downloaded untrusted v0.7.1
12112024-02-28T12:30:35.394Z Downloaded bit-vec v0.6.3
12122024-02-28T12:30:35.394Z Downloaded argon2 v0.5.3
12132024-02-28T12:30:35.394Z Downloaded strum_macros v0.25.2
12142024-02-28T12:30:35.403Z Downloaded num-iter v0.1.43
12152024-02-28T12:30:35.403Z Downloaded debug-ignore v1.0.5
12162024-02-28T12:30:35.403Z Downloaded arrayvec v0.7.4
12172024-02-28T12:30:35.412Z Downloaded http-range v0.1.5
12182024-02-28T12:30:35.412Z Downloaded pretty-hex v0.2.1
12192024-02-28T12:30:35.412Z Downloaded linear-map v1.2.0
12202024-02-28T12:30:35.412Z Downloaded cbc v0.1.2
12212024-02-28T12:30:35.412Z Downloaded camino-tempfile v1.1.1
12222024-02-28T12:30:35.412Z Downloaded tokio-native-tls v0.3.1
12232024-02-28T12:30:35.412Z Downloaded thread_local v1.1.7
12242024-02-28T12:30:35.412Z Downloaded terminal_size v0.3.0
12252024-02-28T12:30:35.412Z Downloaded num-traits v0.2.16
12262024-02-28T12:30:35.418Z Downloaded md-5 v0.10.5
12272024-02-28T12:30:35.418Z Downloaded memoffset v0.9.0
12282024-02-28T12:30:35.418Z Downloaded libsw v3.3.1
12292024-02-28T12:30:35.422Z Downloaded blowfish v0.9.1
12302024-02-28T12:30:35.422Z Downloaded lazy_static v1.4.0
12312024-02-28T12:30:35.422Z Downloaded num_enum v0.5.11
12322024-02-28T12:30:35.427Z Downloaded parking_lot v0.12.1
12332024-02-28T12:30:35.430Z Downloaded omicron-zone-package v0.11.0
12342024-02-28T12:30:35.433Z Downloaded textwrap v0.11.0
12352024-02-28T12:30:35.433Z Downloaded subtle v2.5.0
12362024-02-28T12:30:35.436Z Downloaded bcrypt-pbkdf v0.10.0
12372024-02-28T12:30:35.436Z Downloaded block-buffer v0.10.4
12382024-02-28T12:30:35.436Z Downloaded byteorder v1.5.0
12392024-02-28T12:30:35.440Z Downloaded bitflags v1.3.2
12402024-02-28T12:30:35.450Z Downloaded structopt-derive v0.4.18
12412024-02-28T12:30:35.450Z Downloaded colored v2.0.4
12422024-02-28T12:30:35.454Z Downloaded once_cell v1.19.0
12432024-02-28T12:30:35.454Z Downloaded foreign-types-shared v0.3.1
12442024-02-28T12:30:35.454Z Downloaded usdt-attr-macro v0.5.0
12452024-02-28T12:30:35.454Z Downloaded anstyle-parse v0.2.1
12462024-02-28T12:30:35.455Z Downloaded tinyvec_macros v0.1.1
12472024-02-28T12:30:35.455Z Downloaded curve25519-dalek-derive v0.1.0
12482024-02-28T12:30:35.455Z Downloaded clap v4.5.0
12492024-02-28T12:30:35.460Z Downloaded diesel_table_macro_syntax v0.1.0
12502024-02-28T12:30:35.466Z Downloaded autocfg v1.1.0
12512024-02-28T12:30:35.466Z Downloaded structmeta v0.3.0
12522024-02-28T12:30:35.466Z Downloaded crossbeam-deque v0.8.3
12532024-02-28T12:30:35.469Z Downloaded anstyle-query v1.0.0
12542024-02-28T12:30:35.469Z Downloaded arrayref v0.3.7
12552024-02-28T12:30:35.469Z Downloaded cfg-if v1.0.0
12562024-02-28T12:30:35.470Z Downloaded matches v0.1.10
12572024-02-28T12:30:35.470Z Downloaded swrite v0.1.0
12582024-02-28T12:30:35.470Z Downloaded nom v7.1.3
12592024-02-28T12:30:35.474Z Downloaded cstr-argument v0.1.2
12602024-02-28T12:30:35.488Z Downloaded cancel-safe-futures v0.1.5
12612024-02-28T12:30:35.491Z Downloaded anstream v0.6.11
12622024-02-28T12:30:35.491Z Downloaded console v0.15.8
12632024-02-28T12:30:35.491Z Downloaded clap_lex v0.7.0
12642024-02-28T12:30:35.491Z Downloaded ciborium v0.2.2
12652024-02-28T12:30:35.492Z Downloaded atomicwrites v0.4.3
12662024-02-28T12:30:35.492Z Downloaded crossbeam-epoch v0.9.15
12672024-02-28T12:30:35.492Z Downloaded pin-project-lite v0.2.13
12682024-02-28T12:30:35.496Z Downloaded arc-swap v1.6.0
12692024-02-28T12:30:35.501Z Downloaded const-oid v0.9.5
12702024-02-28T12:30:35.562Z Downloaded ring v0.17.8
12712024-02-28T12:30:35.685Z Downloaded ring v0.16.20
12722024-02-28T12:30:36.190Z Compiling proc-macro2 v1.0.78
12732024-02-28T12:30:36.190Z Compiling unicode-ident v1.0.12
12742024-02-28T12:30:36.194Z Compiling libc v0.2.153
12752024-02-28T12:30:36.194Z Compiling serde v1.0.196
12762024-02-28T12:30:36.194Z Compiling version_check v0.9.4
12772024-02-28T12:30:36.231Z Compiling autocfg v1.1.0
12782024-02-28T12:30:36.235Z Compiling cfg-if v1.0.0
12792024-02-28T12:30:36.418Z Compiling syn v1.0.109
12802024-02-28T12:30:36.421Z Compiling once_cell v1.19.0
12812024-02-28T12:30:36.455Z Compiling thiserror v1.0.57
12822024-02-28T12:30:36.868Z Compiling memchr v2.6.3
12832024-02-28T12:30:37.031Z Compiling typenum v1.16.0
12842024-02-28T12:30:37.117Z Compiling lock_api v0.4.10
12852024-02-28T12:30:38.083Z Compiling generic-array v0.14.7
12862024-02-28T12:30:38.177Z Compiling byteorder v1.5.0
12872024-02-28T12:30:38.241Z Compiling parking_lot_core v0.9.8
12882024-02-28T12:30:38.245Z Compiling libm v0.2.7
12892024-02-28T12:30:38.245Z Compiling ahash v0.8.7
12902024-02-28T12:30:38.366Z Compiling num-traits v0.2.16
12912024-02-28T12:30:38.578Z Compiling serde_json v1.0.114
12922024-02-28T12:30:38.624Z Compiling itoa v1.0.9
12932024-02-28T12:30:38.801Z Compiling slab v0.4.9
12942024-02-28T12:30:38.827Z Compiling log v0.4.20
12952024-02-28T12:30:39.116Z Compiling quote v1.0.35
12962024-02-28T12:30:39.196Z Compiling scopeguard v1.2.0
12972024-02-28T12:30:39.329Z Compiling allocator-api2 v0.2.16
12982024-02-28T12:30:39.510Z Compiling syn v2.0.48
12992024-02-28T12:30:39.841Z Compiling getrandom v0.2.10
13002024-02-28T12:30:39.861Z Compiling cc v1.0.83
13012024-02-28T12:30:40.122Z Compiling rand_core v0.6.4
13022024-02-28T12:30:40.213Z Compiling ryu v1.0.15
13032024-02-28T12:30:40.493Z Compiling pkg-config v0.3.27
13042024-02-28T12:30:40.542Z Compiling heck v0.4.1
13052024-02-28T12:30:40.617Z Compiling schemars v0.8.16
13062024-02-28T12:30:41.009Z Compiling smallvec v1.13.1
13072024-02-28T12:30:41.028Z Compiling equivalent v1.0.1
13082024-02-28T12:30:41.085Z Compiling subtle v2.5.0
13092024-02-28T12:30:41.602Z Compiling vcpkg v0.2.15
13102024-02-28T12:30:41.961Z Compiling pin-project-lite v0.2.13
13112024-02-28T12:30:42.351Z Compiling httparse v1.8.0
13122024-02-28T12:30:42.582Z Compiling parking_lot v0.12.1
13132024-02-28T12:30:42.787Z Compiling ucd-trie v0.1.6
13142024-02-28T12:30:42.999Z Compiling ring v0.17.8
13152024-02-28T12:30:43.621Z Compiling ring v0.16.20
13162024-02-28T12:30:43.869Z Compiling openssl-sys v0.9.96
13172024-02-28T12:30:44.250Z Compiling signal-hook-registry v1.4.1
13182024-02-28T12:30:44.253Z Compiling fnv v1.0.7
13192024-02-28T12:30:44.341Z Compiling mio v0.8.9
13202024-02-28T12:30:44.493Z Compiling const-oid v0.9.5
13212024-02-28T12:30:44.766Z Compiling iana-time-zone v0.1.57
13222024-02-28T12:30:45.117Z Compiling rustix v0.38.31
13232024-02-28T12:30:45.207Z Compiling openssl v0.10.60
13242024-02-28T12:30:45.622Z Compiling semver v1.0.22
13252024-02-28T12:30:45.656Z Compiling num_cpus v1.16.0
13262024-02-28T12:30:45.783Z Compiling socket2 v0.5.5
13272024-02-28T12:30:45.894Z Compiling rustls v0.21.9
13282024-02-28T12:30:46.216Z Compiling native-tls v0.2.11
13292024-02-28T12:30:46.433Z Compiling futures-core v0.3.30
13302024-02-28T12:30:46.455Z Compiling dyn-clone v1.0.17
13312024-02-28T12:30:46.672Z Compiling aho-corasick v1.0.4
13322024-02-28T12:30:46.691Z Compiling regex-syntax v0.8.2
13332024-02-28T12:30:46.762Z Compiling crossbeam-utils v0.8.16
13342024-02-28T12:30:47.129Z Compiling slog v2.7.0
13352024-02-28T12:30:47.295Z Compiling serde_derive_internals v0.26.0
13362024-02-28T12:30:47.576Z Compiling async-trait v0.1.77
13372024-02-28T12:30:47.661Z Compiling spin v0.5.2
13382024-02-28T12:30:48.165Z Compiling futures-sink v0.3.30
13392024-02-28T12:30:48.322Z Compiling backtrace v0.3.69
13402024-02-28T12:30:48.679Z Compiling tinyvec_macros v0.1.1
13412024-02-28T12:30:48.774Z Compiling tinyvec v1.6.0
13422024-02-28T12:30:49.064Z Compiling futures-channel v0.3.30
13432024-02-28T12:30:49.576Z Compiling futures-io v0.3.30
13442024-02-28T12:30:50.042Z Compiling pin-utils v0.1.0
13452024-02-28T12:30:50.141Z Compiling futures-task v0.3.30
13462024-02-28T12:30:50.243Z Compiling regex-automata v0.4.4
13472024-02-28T12:30:50.282Z Compiling cpufeatures v0.2.12
13482024-02-28T12:30:50.704Z Compiling unicode-normalization v0.1.22
13492024-02-28T12:30:50.769Z Compiling spin v0.9.8
13502024-02-28T12:30:51.038Z Compiling memoffset v0.9.0
13512024-02-28T12:30:51.189Z Compiling tracing-core v0.1.31
13522024-02-28T12:30:51.299Z Compiling unicode-width v0.1.11
13532024-02-28T12:30:51.368Z Compiling unicode-bidi v0.3.13
13542024-02-28T12:30:51.463Z Compiling anyhow v1.0.75
13552024-02-28T12:30:52.818Z Compiling crc32fast v1.3.2
13562024-02-28T12:30:52.822Z Compiling winnow v0.5.15
13572024-02-28T12:30:53.665Z Compiling crossbeam-epoch v0.9.15
13582024-02-28T12:30:53.681Z Compiling time-core v0.1.1
13592024-02-28T12:30:53.811Z Compiling time-macros v0.2.13
13602024-02-28T12:30:54.381Z Compiling serde_derive v1.0.196
13612024-02-28T12:30:54.856Z Compiling zeroize_derive v1.4.2
13622024-02-28T12:30:55.029Z Compiling zerocopy-derive v0.7.32
13632024-02-28T12:30:56.014Z Compiling thiserror-impl v1.0.57
13642024-02-28T12:30:56.435Z Compiling tokio-macros v2.2.0
13652024-02-28T12:30:56.912Z Compiling zeroize v1.7.0
13662024-02-28T12:30:57.266Z Compiling futures-macro v0.3.30
13672024-02-28T12:30:57.434Z Compiling zerocopy v0.7.32
13682024-02-28T12:30:58.304Z Compiling tracing-attributes v0.1.26
13692024-02-28T12:30:59.299Z Compiling schemars_derive v0.8.16
13702024-02-28T12:30:59.336Z Compiling pest v2.7.6
13712024-02-28T12:30:59.560Z Compiling crypto-common v0.1.6
13722024-02-28T12:30:59.635Z Compiling hashbrown v0.14.3
13732024-02-28T12:30:59.687Z Compiling openssl-macros v0.1.1
13742024-02-28T12:30:59.775Z Compiling block-buffer v0.10.4
13752024-02-28T12:31:00.038Z Compiling digest v0.10.7
13762024-02-28T12:31:00.478Z Compiling regex v1.10.3
13772024-02-28T12:31:01.132Z Compiling futures-util v0.3.30
13782024-02-28T12:31:02.018Z Compiling pest_meta v2.7.6
13792024-02-28T12:31:02.414Z Compiling tracing v0.1.37
13802024-02-28T12:31:02.965Z Compiling der_derive v0.7.2
13812024-02-28T12:31:03.645Z Compiling pest_generator v2.7.6
13822024-02-28T12:31:05.708Z Compiling foreign-types-shared v0.1.1
13832024-02-28T12:31:05.765Z Compiling percent-encoding v2.3.1
13842024-02-28T12:31:06.162Z Compiling untrusted v0.7.1
13852024-02-28T12:31:06.201Z Compiling untrusted v0.9.0
13862024-02-28T12:31:07.381Z Compiling pest_derive v2.7.6
13872024-02-28T12:31:07.518Z Compiling foreign-types v0.3.2
13882024-02-28T12:31:08.150Z Compiling errno v0.3.8
13892024-02-28T12:31:08.219Z Compiling unicode-xid v0.2.4
13902024-02-28T12:31:08.361Z Compiling base64 v0.21.7
13912024-02-28T12:31:08.383Z Compiling ppv-lite86 v0.2.17
13922024-02-28T12:31:08.888Z Compiling try-lock v0.2.4
13932024-02-28T12:31:09.016Z Compiling bytes v1.5.0
13942024-02-28T12:31:09.122Z Compiling indexmap v2.2.3
13952024-02-28T12:31:09.297Z Compiling chrono v0.4.31
13962024-02-28T12:31:09.561Z Compiling uuid v1.7.0
13972024-02-28T12:31:10.147Z Compiling tokio v1.36.0
13982024-02-28T12:31:10.326Z Compiling http v0.2.11
13992024-02-28T12:31:10.544Z Compiling bitflags v2.4.0
14002024-02-28T12:31:11.182Z Compiling toml_datetime v0.6.5
14012024-02-28T12:31:11.276Z Compiling serde_spanned v0.6.5
14022024-02-28T12:31:11.650Z Compiling toml_edit v0.19.15
14032024-02-28T12:31:12.373Z Compiling openapiv3 v2.0.0
14042024-02-28T12:31:13.055Z Compiling rustc_version v0.4.0
14052024-02-28T12:31:15.283Z Compiling serde_tokenstream v0.2.0
14062024-02-28T12:31:15.300Z Compiling http-body v0.4.5
14072024-02-28T12:31:16.119Z Compiling want v0.3.1
14082024-02-28T12:31:17.463Z Compiling rustls-webpki v0.101.7
14092024-02-28T12:31:17.484Z Compiling synstructure v0.12.6
14102024-02-28T12:31:17.569Z Compiling sct v0.7.0
14112024-02-28T12:31:18.566Z Compiling form_urlencoded v1.2.1
14122024-02-28T12:31:18.809Z Compiling scroll_derive v0.12.0
14132024-02-28T12:31:19.076Z Compiling tokio-util v0.7.10
14142024-02-28T12:31:19.474Z Compiling socket2 v0.4.9
14152024-02-28T12:31:19.747Z Compiling tower-service v0.3.2
14162024-02-28T12:31:19.879Z Compiling httpdate v1.0.3
14172024-02-28T12:31:20.335Z Compiling h2 v0.3.24
14182024-02-28T12:31:20.428Z Compiling openssl-probe v0.1.5
14192024-02-28T12:31:20.759Z Compiling zerocopy-derive v0.2.0
14202024-02-28T12:31:22.911Z Compiling idna v0.5.0
14212024-02-28T12:31:22.965Z Compiling lazy_static v1.4.0
14222024-02-28T12:31:24.604Z Compiling thread-id v4.2.0
14232024-02-28T12:31:24.939Z Compiling adler v1.0.2
14242024-02-28T12:31:25.005Z Compiling url v2.5.0
14252024-02-28T12:31:25.172Z Compiling miniz_oxide v0.7.1
14262024-02-28T12:31:25.954Z Compiling tokio-rustls v0.24.1
14272024-02-28T12:31:26.384Z Compiling tokio-native-tls v0.3.1
14282024-02-28T12:31:26.650Z Compiling rand_chacha v0.3.1
14292024-02-28T12:31:26.806Z Compiling ipnet v2.9.0
14302024-02-28T12:31:26.981Z Compiling rustversion v1.0.14
14312024-02-28T12:31:27.005Z Compiling serde_urlencoded v0.7.1
14322024-02-28T12:31:27.372Z Compiling hyper v0.14.27
14332024-02-28T12:31:27.578Z Compiling rand v0.8.5
14342024-02-28T12:31:27.750Z Compiling rustls-pemfile v1.0.3
14352024-02-28T12:31:28.271Z Compiling usdt-impl v0.3.5
14362024-02-28T12:31:28.364Z Compiling encoding_rs v0.8.33
14372024-02-28T12:31:28.485Z Compiling gimli v0.28.0
14382024-02-28T12:31:28.647Z Compiling mime v0.3.17
14392024-02-28T12:31:29.102Z Compiling either v1.10.0
14402024-02-28T12:31:29.440Z Compiling webpki-roots v0.25.2
14412024-02-28T12:31:30.564Z Compiling regress v0.8.0
14422024-02-28T12:31:30.699Z Compiling object v0.32.1
14432024-02-28T12:31:31.295Z Compiling num-bigint v0.4.4
14442024-02-28T12:31:31.366Z Compiling usdt-impl v0.5.0
14452024-02-28T12:31:31.561Z Compiling rustc-demangle v0.1.23
14462024-02-28T12:31:32.624Z Compiling flate2 v1.0.28
14472024-02-28T12:31:33.195Z Compiling addr2line v0.21.0
14482024-02-28T12:31:33.263Z Compiling zerocopy v0.3.0
14492024-02-28T12:31:33.638Z Compiling scroll v0.12.0
14502024-02-28T12:31:33.677Z Compiling heapless v0.7.16
14512024-02-28T12:31:33.833Z Compiling futures-executor v0.3.30
14522024-02-28T12:31:34.148Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14532024-02-28T12:31:34.236Z Compiling bzip2-sys v0.1.11+1.0.8
14542024-02-28T12:31:34.290Z Compiling hyper-tls v0.5.0
14552024-02-28T12:31:34.439Z Compiling hyper-rustls v0.24.2
14562024-02-28T12:31:34.689Z Compiling winnow v0.6.1
14572024-02-28T12:31:34.726Z Compiling signal-hook v0.3.17
14582024-02-28T12:31:34.807Z Compiling reqwest v0.11.22
14592024-02-28T12:31:35.043Z Compiling base64ct v1.6.0
14602024-02-28T12:31:35.908Z Compiling plain v0.2.3
14612024-02-28T12:31:36.533Z Compiling goblin v0.8.0
14622024-02-28T12:31:38.594Z Compiling toml_edit v0.22.6
14632024-02-28T12:31:38.781Z Compiling futures v0.3.30
14642024-02-28T12:31:38.804Z Compiling dof v0.1.5
14652024-02-28T12:31:39.775Z Compiling toml v0.7.8
14662024-02-28T12:31:40.705Z Compiling hex v0.4.3
14672024-02-28T12:31:40.777Z Compiling dtrace-parser v0.1.14
14682024-02-28T12:31:41.082Z Compiling pretty-hex v0.4.1
14692024-02-28T12:31:42.886Z Compiling dof v0.3.0
14702024-02-28T12:31:43.291Z Compiling strum_macros v0.25.2
14712024-02-28T12:31:43.374Z Compiling serde_tokenstream v0.1.7
14722024-02-28T12:31:43.916Z Compiling dtrace-parser v0.2.0
14732024-02-28T12:31:44.897Z Compiling smoltcp v0.9.1
14742024-02-28T12:31:45.266Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14752024-02-28T12:31:46.129Z Compiling hmac v0.12.1
14762024-02-28T12:31:46.320Z Compiling pem-rfc7468 v0.7.0
14772024-02-28T12:31:46.630Z Compiling enum-as-inner v0.5.1
14782024-02-28T12:31:47.012Z Compiling num-iter v0.1.43
14792024-02-28T12:31:47.225Z Compiling flagset v0.4.3
14802024-02-28T12:31:47.328Z Compiling unicode-segmentation v1.10.1
14812024-02-28T12:31:47.435Z Compiling siphasher v0.3.11
14822024-02-28T12:31:47.599Z Compiling der v0.7.8
14832024-02-28T12:31:47.724Z Compiling usdt-macro v0.3.5
14842024-02-28T12:31:47.836Z Compiling usdt-attr-macro v0.3.5
14852024-02-28T12:31:48.204Z Compiling hubpack_derive v0.1.1
14862024-02-28T12:31:48.464Z Compiling zerocopy-derive v0.6.4
14872024-02-28T12:31:49.376Z Compiling num_threads v0.1.6
14882024-02-28T12:31:49.379Z Compiling anstyle v1.0.2
14892024-02-28T12:31:49.856Z Compiling deranged v0.3.8
14902024-02-28T12:31:49.962Z Compiling utf8parse v0.2.1
14912024-02-28T12:31:50.246Z Compiling anstyle-parse v0.2.1
14922024-02-28T12:31:50.759Z Compiling spki v0.7.2
14932024-02-28T12:31:50.834Z Compiling sha2 v0.10.8
14942024-02-28T12:31:51.829Z Compiling time v0.3.27
14952024-02-28T12:31:52.676Z Compiling md-5 v0.10.5
14962024-02-28T12:31:52.939Z Compiling block-padding v0.3.3
14972024-02-28T12:31:53.029Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14982024-02-28T12:31:53.049Z Compiling clap_derive v4.5.0
14992024-02-28T12:31:53.182Z Compiling stringprep v0.1.3
15002024-02-28T12:31:54.184Z Compiling getopts v0.2.21
15012024-02-28T12:31:54.585Z Compiling diesel_table_macro_syntax v0.1.0
15022024-02-28T12:31:55.108Z Compiling num-integer v0.1.46
15032024-02-28T12:31:56.167Z Compiling hash32 v0.2.1
15042024-02-28T12:31:56.577Z Compiling fallible-iterator v0.2.0
15052024-02-28T12:31:57.657Z Compiling anstyle-query v1.0.0
15062024-02-28T12:31:57.799Z Compiling stable_deref_trait v1.2.0
15072024-02-28T12:31:57.909Z Compiling colorchoice v1.0.0
15082024-02-28T12:31:58.349Z Compiling anstream v0.6.11
15092024-02-28T12:31:58.439Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
15102024-02-28T12:31:59.083Z Compiling postgres-protocol v0.6.6
15112024-02-28T12:31:59.858Z Compiling diesel_derives v2.1.2
15122024-02-28T12:32:00.109Z Compiling inout v0.1.3
15132024-02-28T12:32:02.410Z Compiling pkcs8 v0.10.2
15142024-02-28T12:32:02.498Z Compiling phf_shared v0.11.2
15152024-02-28T12:32:03.628Z Compiling ff v0.13.0
15162024-02-28T12:32:03.880Z Compiling terminal_size v0.3.0
15172024-02-28T12:32:04.346Z Compiling serde_repr v0.1.16
15182024-02-28T12:32:04.531Z Compiling scheduled-thread-pool v0.2.7
15192024-02-28T12:32:05.135Z Compiling bitflags v1.3.2
15202024-02-28T12:32:05.187Z Compiling regex-automata v0.1.10
15212024-02-28T12:32:05.564Z Compiling unsafe-libyaml v0.2.10
15222024-02-28T12:32:05.599Z Compiling matches v0.1.10
15232024-02-28T12:32:05.696Z Compiling bit-vec v0.6.3
15242024-02-28T12:32:05.849Z Compiling strsim v0.11.0
15252024-02-28T12:32:06.156Z Compiling clap_lex v0.7.0
15262024-02-28T12:32:06.693Z Compiling base16ct v0.2.0
15272024-02-28T12:32:06.809Z Compiling managed v0.8.0
15282024-02-28T12:32:07.041Z Compiling sec1 v0.7.3
15292024-02-28T12:32:07.604Z Compiling serde_yaml v0.9.25
15302024-02-28T12:32:08.221Z Compiling clap_builder v4.5.0
15312024-02-28T12:32:09.464Z Compiling idna v0.2.3
15322024-02-28T12:32:09.555Z Compiling bstr v0.2.17
15332024-02-28T12:32:09.670Z Compiling r2d2 v0.8.10
15342024-02-28T12:32:10.331Z Compiling group v0.13.0
15352024-02-28T12:32:11.818Z Compiling phf v0.11.2
15362024-02-28T12:32:12.132Z Compiling signal-hook-mio v0.2.3
15372024-02-28T12:32:12.299Z Compiling bzip2 v0.4.4
15382024-02-28T12:32:12.363Z Compiling cipher v0.4.4
15392024-02-28T12:32:12.457Z Compiling postgres-types v0.2.6
15402024-02-28T12:32:12.688Z Compiling zerocopy v0.6.4
15412024-02-28T12:32:12.842Z Compiling hubpack v0.1.2
15422024-02-28T12:32:13.279Z Compiling phf_shared v0.10.0
15432024-02-28T12:32:13.664Z Compiling hkdf v0.12.4
15442024-02-28T12:32:13.703Z Compiling crypto-bigint v0.5.2
15452024-02-28T12:32:13.739Z Compiling ipnetwork v0.20.0
15462024-02-28T12:32:14.609Z Compiling float-cmp v0.9.0
15472024-02-28T12:32:16.406Z Compiling minimal-lexical v0.2.1
15482024-02-28T12:32:16.862Z Compiling static_assertions v1.1.0
15492024-02-28T12:32:16.927Z Compiling fixedbitset v0.4.2
15502024-02-28T12:32:17.221Z Compiling new_debug_unreachable v1.0.4
15512024-02-28T12:32:17.319Z Compiling regex-automata v0.3.8
15522024-02-28T12:32:17.350Z Compiling normalize-line-endings v0.3.0
15532024-02-28T12:32:17.463Z Compiling precomputed-hash v0.1.1
15542024-02-28T12:32:17.545Z Compiling whoami v1.4.1
15552024-02-28T12:32:17.575Z Compiling data-encoding v2.4.0
15562024-02-28T12:32:17.996Z Compiling difflib v0.4.0
15572024-02-28T12:32:18.208Z Compiling predicates-core v1.0.6
15582024-02-28T12:32:19.354Z Compiling bstr v1.6.0
15592024-02-28T12:32:19.384Z Compiling predicates v3.1.0
15602024-02-28T12:32:19.660Z Compiling trust-dns-proto v0.22.0
15612024-02-28T12:32:19.781Z Compiling tokio-postgres v0.7.10
15622024-02-28T12:32:20.845Z Compiling string_cache v0.8.7
15632024-02-28T12:32:21.117Z Compiling petgraph v0.6.4
15642024-02-28T12:32:21.268Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15652024-02-28T12:32:21.333Z Compiling nom v7.1.3
15662024-02-28T12:32:21.349Z Compiling diesel v2.1.4
15672024-02-28T12:32:24.016Z Compiling elliptic-curve v0.13.8
15682024-02-28T12:32:24.750Z Compiling yasna v0.5.2
15692024-02-28T12:32:24.842Z Compiling zip v0.6.6
15702024-02-28T12:32:25.022Z Compiling crossterm v0.27.0
15712024-02-28T12:32:25.146Z Compiling clap v4.5.0
15722024-02-28T12:32:25.267Z Compiling similar v2.3.0
15732024-02-28T12:32:26.340Z Compiling bit-set v0.5.3
15742024-02-28T12:32:26.378Z Compiling usdt v0.3.5
15752024-02-28T12:32:26.621Z Compiling strum v0.25.0
15762024-02-28T12:32:26.731Z Compiling itertools v0.10.5
15772024-02-28T12:32:26.802Z Compiling console v0.15.8
15782024-02-28T12:32:27.186Z Compiling tokio-stream v0.1.14
15792024-02-28T12:32:28.443Z Compiling lalrpop-util v0.19.12
15802024-02-28T12:32:28.468Z Compiling camino v1.1.6
15812024-02-28T12:32:30.363Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15822024-02-28T12:32:38.758Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15832024-02-28T12:33:04.450Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15842024-02-28T12:33:06.582Z Compiling sha1 v0.10.6
15852024-02-28T12:33:07.235Z Compiling atty v0.2.14
15862024-02-28T12:33:07.351Z Compiling match_cfg v0.1.0
15872024-02-28T12:33:07.382Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15882024-02-28T12:33:07.405Z Compiling dirs-sys-next v0.1.2
15892024-02-28T12:33:07.447Z Compiling hostname v0.3.1
15902024-02-28T12:33:07.685Z Compiling ident_case v1.0.1
15912024-02-28T12:33:07.825Z Compiling rustls-pki-types v1.3.0
15922024-02-28T12:33:07.864Z Compiling strsim v0.10.0
15932024-02-28T12:33:07.976Z Compiling dirs-next v2.0.0
15942024-02-28T12:33:08.152Z Compiling darling_core v0.20.3
15952024-02-28T12:33:08.171Z Compiling thread_local v1.1.7
15962024-02-28T12:33:08.215Z Compiling rustls v0.22.2
15972024-02-28T12:33:08.515Z Compiling slog-async v2.8.0
15982024-02-28T12:33:08.640Z Compiling rustls-webpki v0.102.1
15992024-02-28T12:33:08.852Z Compiling term v0.7.0
16002024-02-28T12:33:09.100Z Compiling crossbeam-channel v0.5.8
16012024-02-28T12:33:09.749Z Compiling multer v3.0.0
16022024-02-28T12:33:09.796Z Compiling instant v0.1.12
16032024-02-28T12:33:09.934Z Compiling paste v1.0.14
16042024-02-28T12:33:10.080Z Compiling take_mut v0.2.2
16052024-02-28T12:33:10.345Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
16062024-02-28T12:33:10.523Z Compiling slog-term v2.9.0
16072024-02-28T12:33:10.552Z Compiling slog-json v2.6.1
16082024-02-28T12:33:10.809Z Compiling http v1.0.0
16092024-02-28T12:33:10.948Z Compiling async-stream-impl v0.3.5
16102024-02-28T12:33:11.539Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16112024-02-28T12:33:11.818Z Compiling debug-ignore v1.0.5
16122024-02-28T12:33:11.867Z Compiling atomic-waker v1.1.1
16132024-02-28T12:33:12.020Z Compiling waitgroup v0.1.2
16142024-02-28T12:33:12.059Z Compiling slog-bunyan v2.5.0
16152024-02-28T12:33:12.270Z Compiling rustls-pemfile v2.1.0
16162024-02-28T12:33:12.458Z Compiling async-stream v0.3.5
16172024-02-28T12:33:12.793Z Compiling toml v0.8.10
16182024-02-28T12:33:13.530Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16192024-02-28T12:33:13.566Z Compiling serde_path_to_error v0.1.15
16202024-02-28T12:33:13.912Z Compiling structmeta-derive v0.3.0
16212024-02-28T12:33:14.330Z Compiling darling_macro v0.20.3
16222024-02-28T12:33:14.440Z Compiling strum_macros v0.26.1
16232024-02-28T12:33:14.632Z Compiling newtype-uuid v1.0.1
16242024-02-28T12:33:14.930Z Compiling tokio-rustls v0.25.0
16252024-02-28T12:33:15.337Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16262024-02-28T12:33:15.406Z Compiling darling v0.20.3
16272024-02-28T12:33:15.521Z Compiling serde_with_macros v3.6.1
16282024-02-28T12:33:15.542Z Compiling backoff v0.4.0
16292024-02-28T12:33:15.909Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16302024-02-28T12:33:16.321Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16312024-02-28T12:33:16.496Z Compiling macaddr v1.0.1
16322024-02-28T12:33:16.735Z Compiling proc-macro-error-attr v1.0.4
16332024-02-28T12:33:16.990Z Compiling proc-macro-crate v1.3.1
16342024-02-28T12:33:17.142Z Compiling proc-macro-error v1.0.4
16352024-02-28T12:33:17.204Z Compiling structmeta v0.3.0
16362024-02-28T12:33:17.483Z Compiling heapless v0.8.0
16372024-02-28T12:33:17.661Z Compiling parse-display-derive v0.9.0
16382024-02-28T12:33:18.141Z Compiling num_enum_derive v0.5.11
16392024-02-28T12:33:18.914Z Compiling serde_with v3.6.1
16402024-02-28T12:33:19.450Z Compiling hash32 v0.3.1
16412024-02-28T12:33:19.688Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16422024-02-28T12:33:19.952Z Compiling strum v0.26.1
16432024-02-28T12:33:20.072Z Compiling smoltcp v0.11.0
16442024-02-28T12:33:20.124Z Compiling rayon-core v1.12.0
16452024-02-28T12:33:21.116Z Compiling num_enum v0.5.11
16462024-02-28T12:33:21.284Z Compiling crossbeam-deque v0.8.3
16472024-02-28T12:33:21.487Z Compiling cobs v0.2.3
16482024-02-28T12:33:21.651Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16492024-02-28T12:33:21.694Z Compiling embedded-io v0.4.0
16502024-02-28T12:33:21.714Z Compiling fastrand v2.0.1
16512024-02-28T12:33:21.806Z Compiling same-file v1.0.6
16522024-02-28T12:33:21.984Z Compiling walkdir v2.4.0
16532024-02-28T12:33:22.053Z Compiling tempfile v3.10.0
16542024-02-28T12:33:22.484Z Compiling postcard v1.0.8
16552024-02-28T12:33:22.633Z Compiling parse-display v0.9.0
16562024-02-28T12:33:23.148Z Compiling semver-parser v0.10.2
16572024-02-28T12:33:23.167Z Compiling foreign-types-macros v0.2.3
16582024-02-28T12:33:23.264Z Compiling blake3 v1.5.0
16592024-02-28T12:33:23.348Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16602024-02-28T12:33:23.688Z Compiling crucible-workspace-hack v0.1.0
16612024-02-28T12:33:23.915Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16622024-02-28T12:33:24.011Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16632024-02-28T12:33:24.107Z Compiling foreign-types-shared v0.3.1
16642024-02-28T12:33:24.357Z Compiling semver v0.11.0
16652024-02-28T12:33:24.521Z Compiling foreign-types v0.5.0
16662024-02-28T12:33:24.541Z Compiling rayon v1.8.0
16672024-02-28T12:33:24.821Z Compiling is-terminal v0.4.9
16682024-02-28T12:33:24.945Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16692024-02-28T12:33:24.983Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16702024-02-28T12:33:25.202Z Compiling cstr-argument v0.1.2
16712024-02-28T12:33:25.444Z Compiling xattr v1.0.1
16722024-02-28T12:33:25.463Z Compiling memmap2 v0.7.1
16732024-02-28T12:33:25.708Z Compiling filetime v0.2.23
16742024-02-28T12:33:25.731Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16752024-02-28T12:33:25.847Z Compiling arrayref v0.3.7
16762024-02-28T12:33:25.898Z Compiling constant_time_eq v0.3.0
16772024-02-28T12:33:25.931Z Compiling arrayvec v0.7.4
16782024-02-28T12:33:25.951Z Compiling home v0.5.5
16792024-02-28T12:33:26.074Z Compiling pretty-hex v0.2.1
16802024-02-28T12:33:26.095Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16812024-02-28T12:33:26.174Z Compiling toolchain_find v0.2.0
16822024-02-28T12:33:26.202Z Compiling tar v0.4.40
16832024-02-28T12:33:26.259Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16842024-02-28T12:33:26.603Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16852024-02-28T12:33:26.663Z Compiling camino-tempfile v1.1.1
16862024-02-28T12:33:26.810Z Compiling colored v2.0.4
16872024-02-28T12:33:27.201Z Compiling toml v0.5.11
16882024-02-28T12:33:27.608Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16892024-02-28T12:33:27.742Z Compiling platforms v3.0.2
16902024-02-28T12:33:27.959Z Compiling topological-sort v0.2.2
16912024-02-28T12:33:28.045Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16922024-02-28T12:33:28.401Z Compiling zone_cfg_derive v0.3.0
16932024-02-28T12:33:28.413Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16942024-02-28T12:33:28.762Z Compiling textwrap v0.11.0
16952024-02-28T12:33:29.330Z Compiling rustfmt-wrapper v0.2.0
16962024-02-28T12:33:29.348Z Compiling heck v0.3.3
16972024-02-28T12:33:29.779Z Compiling omicron-zone-package v0.11.0
16982024-02-28T12:33:29.970Z Compiling num-derive v0.4.0
16992024-02-28T12:33:29.974Z Compiling libefi-sys v0.1.0
17002024-02-28T12:33:30.302Z Compiling ansi_term v0.12.1
17012024-02-28T12:33:30.594Z Compiling strsim v0.8.0
17022024-02-28T12:33:30.879Z Compiling vec_map v0.8.2
17032024-02-28T12:33:31.022Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17042024-02-28T12:33:31.180Z Compiling clap v2.34.0
17052024-02-28T12:33:31.284Z Compiling zone v0.3.0
17062024-02-28T12:33:31.715Z Compiling structopt-derive v0.4.18
17072024-02-28T12:33:32.118Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17082024-02-28T12:33:32.502Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17092024-02-28T12:33:32.525Z Compiling smf v0.2.2
17102024-02-28T12:33:32.872Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17112024-02-28T12:33:32.941Z Compiling unicase v2.7.0
17122024-02-28T12:33:33.286Z Compiling semver v0.1.20
17132024-02-28T12:33:33.509Z Compiling curve25519-dalek v4.1.1
17142024-02-28T12:33:33.949Z Compiling rustc_version v0.1.7
17152024-02-28T12:33:33.981Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17162024-02-28T12:33:34.107Z Compiling universal-hash v0.5.1
17172024-02-28T12:33:34.141Z Compiling opaque-debug v0.3.0
17182024-02-28T12:33:34.306Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17192024-02-28T12:33:34.350Z Compiling signature v2.1.0
17202024-02-28T12:33:34.412Z Compiling newtype_derive v0.1.6
17212024-02-28T12:33:34.595Z Compiling curve25519-dalek-derive v0.1.0
17222024-02-28T12:33:34.655Z Compiling gethostname v0.4.3
17232024-02-28T12:33:34.658Z Compiling num-rational v0.4.1
17242024-02-28T12:33:34.735Z Compiling getrandom v0.1.16
17252024-02-28T12:33:34.883Z Compiling structopt v0.3.26
17262024-02-28T12:33:35.181Z Compiling usdt-macro v0.5.0
17272024-02-28T12:33:35.267Z Compiling usdt-attr-macro v0.5.0
17282024-02-28T12:33:35.520Z Compiling password-hash v0.5.0
17292024-02-28T12:33:35.541Z Compiling blake2 v0.10.6
17302024-02-28T12:33:36.317Z Compiling memmap v0.7.0
17312024-02-28T12:33:36.615Z Compiling quick-error v1.2.3
17322024-02-28T12:33:36.683Z Compiling linked-hash-map v0.5.6
17332024-02-28T12:33:36.772Z Compiling parking_lot_core v0.8.6
17342024-02-28T12:33:36.865Z Compiling resolv-conf v0.7.0
17352024-02-28T12:33:37.052Z Compiling lru-cache v0.1.2
17362024-02-28T12:33:37.071Z Compiling argon2 v0.5.3
17372024-02-28T12:33:37.091Z Compiling usdt v0.5.0
17382024-02-28T12:33:37.795Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17392024-02-28T12:33:37.859Z Compiling rfc6979 v0.4.0
17402024-02-28T12:33:37.971Z Compiling aead v0.5.2
17412024-02-28T12:33:38.048Z Compiling num-complex v0.4.4
17422024-02-28T12:33:38.310Z Compiling nibble_vec v0.1.0
17432024-02-28T12:33:38.514Z Compiling slog-dtrace v0.3.0
17442024-02-28T12:33:38.853Z Compiling endian-type v0.1.2
17452024-02-28T12:33:39.083Z Compiling keccak v0.1.4
17462024-02-28T12:33:39.103Z Compiling cancel-safe-futures v0.1.5
17472024-02-28T12:33:39.158Z Compiling utf-8 v0.7.6
17482024-02-28T12:33:39.478Z Compiling arc-swap v1.6.0
17492024-02-28T12:33:39.497Z Compiling winapi v0.3.9
17502024-02-28T12:33:40.085Z Compiling slog-scope v4.4.0
17512024-02-28T12:33:40.219Z Compiling sha3 v0.10.8
17522024-02-28T12:33:40.269Z Compiling tungstenite v0.20.1
17532024-02-28T12:33:40.401Z Compiling radix_trie v0.2.1
17542024-02-28T12:33:40.601Z Compiling num v0.4.1
17552024-02-28T12:33:40.718Z Compiling ecdsa v0.16.9
17562024-02-28T12:33:40.738Z Compiling mime_guess v2.0.4
17572024-02-28T12:33:41.135Z Compiling steno v0.4.0
17582024-02-28T12:33:41.226Z Compiling rand_core v0.5.1
17592024-02-28T12:33:41.736Z Compiling trust-dns-resolver v0.22.0
17602024-02-28T12:33:42.169Z Compiling poly1305 v0.8.0
17612024-02-28T12:33:42.670Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17622024-02-28T12:33:42.674Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17632024-02-28T12:33:43.763Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17642024-02-28T12:33:43.907Z Compiling primeorder v0.13.6
17652024-02-28T12:33:44.202Z Compiling chacha20 v0.9.1
17662024-02-28T12:33:44.415Z Compiling secrecy v0.8.0
17672024-02-28T12:33:44.669Z Compiling thiserror-impl-no-std v2.0.2
17682024-02-28T12:33:44.690Z Compiling half v2.3.1
17692024-02-28T12:33:45.251Z Compiling convert_case v0.4.0
17702024-02-28T12:33:45.270Z Compiling option-ext v0.2.0
17712024-02-28T12:33:45.400Z Compiling ciborium-io v0.2.2
17722024-02-28T12:33:45.535Z Compiling ciborium-ll v0.2.2
17732024-02-28T12:33:46.146Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17742024-02-28T12:33:46.208Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17752024-02-28T12:33:46.260Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17762024-02-28T12:33:47.350Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17772024-02-28T12:33:48.109Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17782024-02-28T12:33:48.136Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17792024-02-28T12:33:48.188Z Compiling thiserror-no-std v2.0.2
17802024-02-28T12:33:48.280Z Compiling derive_more v0.99.17
17812024-02-28T12:33:48.311Z Compiling dirs-sys v0.4.1
17822024-02-28T12:33:48.514Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17832024-02-28T12:33:49.019Z Compiling parking_lot v0.11.2
17842024-02-28T12:33:49.283Z Compiling rand_chacha v0.2.2
17852024-02-28T12:33:49.962Z Compiling tokio-tungstenite v0.20.1
17862024-02-28T12:33:50.059Z Compiling trust-dns-client v0.22.0
17872024-02-28T12:33:50.893Z Compiling slog-stdlog v4.1.1
17882024-02-28T12:33:51.296Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17892024-02-28T12:33:51.317Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17902024-02-28T12:33:51.759Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17912024-02-28T12:33:53.274Z Compiling ed25519 v2.2.2
17922024-02-28T12:33:53.759Z Compiling polyval v0.6.1
17932024-02-28T12:33:54.194Z Compiling ctr v0.9.2
17942024-02-28T12:33:54.548Z Compiling blowfish v0.9.1
17952024-02-28T12:33:55.012Z Compiling aes v0.8.3
17962024-02-28T12:33:55.144Z Compiling password-hash v0.4.2
17972024-02-28T12:33:56.134Z Compiling libsw v3.3.1
17982024-02-28T12:33:57.329Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17992024-02-28T12:33:58.007Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18002024-02-28T12:34:00.400Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18012024-02-28T12:34:02.639Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18022024-02-28T12:34:05.324Z Compiling pbkdf2 v0.12.2
18032024-02-28T12:34:05.519Z Compiling derive-where v1.2.7
18042024-02-28T12:34:06.722Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
18052024-02-28T12:34:06.974Z Compiling fxhash v0.2.1
18062024-02-28T12:34:07.110Z Compiling swrite v0.1.0
18072024-02-28T12:34:07.176Z Compiling owo-colors v4.0.0
18082024-02-28T12:34:07.251Z Compiling linear-map v1.2.0
18092024-02-28T12:34:07.583Z Compiling sled v0.34.7
18102024-02-28T12:34:08.015Z Compiling bcrypt-pbkdf v0.10.0
18112024-02-28T12:34:08.628Z Compiling trust-dns-server v0.22.1
18122024-02-28T12:34:09.043Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18132024-02-28T12:34:09.066Z Compiling pbkdf2 v0.11.0
18142024-02-28T12:34:09.376Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18152024-02-28T12:34:09.419Z Compiling ghash v0.5.0
18162024-02-28T12:34:09.615Z Compiling ed25519-dalek v2.0.0
18172024-02-28T12:34:09.639Z Compiling slog-envlogger v2.2.0
18182024-02-28T12:34:09.836Z Compiling russh-cryptovec v0.7.0
18192024-02-28T12:34:10.035Z Compiling rand v0.7.3
18202024-02-28T12:34:10.452Z Compiling dirs v5.0.1
18212024-02-28T12:34:10.606Z Compiling vsss-rs v3.3.4
18222024-02-28T12:34:10.653Z Compiling ciborium v0.2.2
18232024-02-28T12:34:11.177Z Compiling chacha20poly1305 v0.10.1
18242024-02-28T12:34:11.424Z Compiling p521 v0.13.3
18252024-02-28T12:34:12.344Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18262024-02-28T12:34:13.252Z Compiling p256 v0.13.2
18272024-02-28T12:34:13.960Z Compiling cbc v0.1.2
18282024-02-28T12:34:14.153Z Compiling pem v3.0.2
18292024-02-28T12:34:14.207Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18302024-02-28T12:34:14.239Z Compiling headers-core v0.2.0
18312024-02-28T12:34:14.406Z Compiling kstat-rs v0.2.3
18322024-02-28T12:34:14.584Z Compiling http-range v0.1.5
18332024-02-28T12:34:14.961Z Compiling md5 v0.7.0
18342024-02-28T12:34:14.980Z Compiling glob v0.3.1
18352024-02-28T12:34:15.361Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18362024-02-28T12:34:15.840Z Compiling russh-keys v0.42.0
18372024-02-28T12:34:16.105Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18382024-02-28T12:34:16.376Z Compiling hyper-staticfile v0.9.5
18392024-02-28T12:34:17.357Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18402024-02-28T12:34:18.630Z Compiling rcgen v0.12.1
18412024-02-28T12:34:19.369Z Compiling headers v0.3.9
18422024-02-28T12:34:20.039Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18432024-02-28T12:34:20.630Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18442024-02-28T12:34:21.364Z Compiling aes-gcm v0.10.3
18452024-02-28T12:34:22.283Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18462024-02-28T12:34:24.651Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18472024-02-28T12:34:25.209Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18482024-02-28T12:34:27.665Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18492024-02-28T12:34:28.227Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18502024-02-28T12:34:29.272Z Compiling atomicwrites v0.4.3
18512024-02-28T12:34:29.633Z Compiling itertools v0.12.1
18522024-02-28T12:34:29.843Z Compiling subprocess v0.2.9
18532024-02-28T12:34:29.940Z Compiling display-error-chain v0.2.0
18542024-02-28T12:34:30.127Z Compiling hex-literal v0.4.1
18552024-02-28T12:34:30.288Z Compiling russh v0.42.0
18562024-02-28T12:34:32.033Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18572024-02-28T12:34:32.536Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18582024-02-28T12:34:39.059Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18592024-02-28T12:34:40.155Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18602024-02-28T12:34:59.672Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18612024-02-28T12:35:57.546Z Finished dev [unoptimized + debuginfo] target(s) in 5m 41s
18622024-02-28T12:35:57.816Z
18632024-02-28T12:35:57.816Zreal 5:41.751486533
18642024-02-28T12:35:57.816Zuser 29:15.133999310
18652024-02-28T12:35:57.816Zsys 5:44.418312940
18662024-02-28T12:35:57.816Ztrap 0.823745735
18672024-02-28T12:35:57.816Ztflt 6.620214480
18682024-02-28T12:35:57.816Zdflt 5.163806925
18692024-02-28T12:35:57.816Zkflt 0.056739003
18702024-02-28T12:35:57.817Zlock 54:31.890432498
18712024-02-28T12:35:57.820Zslp 1:26:25.191000175
18722024-02-28T12:35:57.820Zlat 1:34.557683471
18732024-02-28T12:35:57.820Zstop 4:04.531457797
18742024-02-28T12:35:57.820Z+ mkdir -p /work/end-to-end-tests
18752024-02-28T12:35:57.824Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18762024-02-28T12:35:58.745Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18772024-02-28T12:35:58.745Z+ ptime -m gzip
18782024-02-28T12:35:58.749Z++ basename target/debug/bootstrap
18792024-02-28T12:36:12.010Z
18802024-02-28T12:36:12.010Zreal 13.256736167
18812024-02-28T12:36:12.010Zuser 13.152847040
18822024-02-28T12:36:12.010Zsys 0.093194781
18832024-02-28T12:36:12.010Ztrap 0.002837963
18842024-02-28T12:36:12.010Ztflt 0.000000000
18852024-02-28T12:36:12.010Zdflt 0.000000000
18862024-02-28T12:36:12.011Zkflt 0.000000000
18872024-02-28T12:36:12.011Zlock 0.000000000
18882024-02-28T12:36:12.011Zslp 0.000000000
18892024-02-28T12:36:12.011Zlat 0.007423885
18902024-02-28T12:36:12.011Zstop 0.000207172
18912024-02-28T12:36:12.014Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18922024-02-28T12:36:12.014Z+ ptime -m gzip
18932024-02-28T12:36:12.014Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4050ce4c33c23f6c
18942024-02-28T12:36:13.298Z
18952024-02-28T12:36:13.298Zreal 1.281153087
18962024-02-28T12:36:13.298Zuser 1.270374449
18972024-02-28T12:36:13.298Zsys 0.010105488
18982024-02-28T12:36:13.298Ztrap 0.000132626
18992024-02-28T12:36:13.298Ztflt 0.000000000
19002024-02-28T12:36:13.298Zdflt 0.000000000
19012024-02-28T12:36:13.298Zkflt 0.000000000
19022024-02-28T12:36:13.298Zlock 0.000000000
19032024-02-28T12:36:13.298Zslp 0.000000000
19042024-02-28T12:36:13.298Zlat 0.000147343
19052024-02-28T12:36:13.298Zstop 0.000174209
19062024-02-28T12:36:13.301Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19072024-02-28T12:36:13.302Z+ ptime -m gzip
19082024-02-28T12:36:13.302Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a664735483201555
19092024-02-28T12:36:26.866Z
19102024-02-28T12:36:26.866Zreal 13.559660739
19112024-02-28T12:36:26.866Zuser 13.471520694
19122024-02-28T12:36:26.866Zsys 0.083989205
19132024-02-28T12:36:26.866Ztrap 0.001870635
19142024-02-28T12:36:26.866Ztflt 0.000000000
19152024-02-28T12:36:26.866Zdflt 0.000000000
19162024-02-28T12:36:26.866Zkflt 0.000000000
19172024-02-28T12:36:26.866Zlock 0.000000000
19182024-02-28T12:36:26.866Zslp 0.000000000
19192024-02-28T12:36:26.866Zlat 0.001883838
19202024-02-28T12:36:26.866Zstop 0.000178748
19212024-02-28T12:36:26.870Z+ banner caboose-util
19222024-02-28T12:36:26.870Z
19232024-02-28T12:36:26.870Z #### ## ##### #### #### #### ###### # # #####
19242024-02-28T12:36:26.870Z # # # # # # # # # # # # # # #
19252024-02-28T12:36:26.870Z # # # ##### # # # # #### ##### ##### # # #
19262024-02-28T12:36:26.870Z # ###### # # # # # # # # # # #
19272024-02-28T12:36:26.870Z # # # # # # # # # # # # # # # #
19282024-02-28T12:36:26.870Z #### # # ##### #### #### #### ###### #### #
19292024-02-28T12:36:26.870Z
19302024-02-28T12:36:26.870Z+ ptime -m cargo build --locked -p caboose-util --release
19312024-02-28T12:36:27.274Z Downloading crates ...
19322024-02-28T12:36:27.582Z Downloaded crc-catalog v2.2.0
19332024-02-28T12:36:27.585Z Downloaded funty v2.0.0
19342024-02-28T12:36:27.587Z Downloaded termcolor v1.2.0
19352024-02-28T12:36:27.592Z Downloaded tap v1.0.1
19362024-02-28T12:36:27.595Z Downloaded maybe-uninit v2.0.0
19372024-02-28T12:36:27.595Z Downloaded path-slash v0.1.5
19382024-02-28T12:36:27.606Z Downloaded radium v0.7.0
19392024-02-28T12:36:27.611Z Downloaded array-init v0.0.4
19402024-02-28T12:36:27.617Z Downloaded crc v3.0.1
19412024-02-28T12:36:27.617Z Downloaded bitfield v0.14.0
19422024-02-28T12:36:27.620Z Downloaded wyz v0.5.1
19432024-02-28T12:36:27.620Z Downloaded nodrop v0.1.14
19442024-02-28T12:36:27.620Z Downloaded packed_struct v0.10.1
19452024-02-28T12:36:27.623Z Downloaded smallvec v0.6.14
19462024-02-28T12:36:27.626Z Downloaded serde-hex v0.1.0
19472024-02-28T12:36:27.626Z Downloaded pkcs1 v0.7.5
19482024-02-28T12:36:27.632Z Downloaded packed_struct_codegen v0.10.1
19492024-02-28T12:36:27.635Z Downloaded env_logger v0.10.0
19502024-02-28T12:36:27.645Z Downloaded crc-any v2.4.3
19512024-02-28T12:36:27.651Z Downloaded rsa v0.9.2
19522024-02-28T12:36:27.656Z Downloaded ron v0.8.1
19532024-02-28T12:36:27.665Z Downloaded x509-cert v0.2.4
19542024-02-28T12:36:27.670Z Downloaded hashbrown v0.13.2
19552024-02-28T12:36:27.674Z Downloaded num-bigint-dig v0.8.4
19562024-02-28T12:36:27.685Z Downloaded bitvec v1.0.1
19572024-02-28T12:36:27.698Z Downloaded object v0.30.4
19582024-02-28T12:36:27.797Z Compiling proc-macro2 v1.0.78
19592024-02-28T12:36:27.797Z Compiling unicode-ident v1.0.12
19602024-02-28T12:36:27.800Z Compiling libc v0.2.153
19612024-02-28T12:36:27.800Z Compiling serde v1.0.196
19622024-02-28T12:36:27.800Z Compiling autocfg v1.1.0
19632024-02-28T12:36:27.800Z Compiling version_check v0.9.4
19642024-02-28T12:36:27.800Z Compiling cfg-if v1.0.0
19652024-02-28T12:36:27.942Z Compiling typenum v1.16.0
19662024-02-28T12:36:27.954Z Compiling once_cell v1.19.0
19672024-02-28T12:36:28.006Z Compiling parking_lot_core v0.9.8
19682024-02-28T12:36:28.331Z Compiling memchr v2.6.3
19692024-02-28T12:36:28.404Z Compiling syn v1.0.109
19702024-02-28T12:36:28.440Z Compiling generic-array v0.14.7
19712024-02-28T12:36:28.450Z Compiling byteorder v1.5.0
19722024-02-28T12:36:28.735Z Compiling lock_api v0.4.10
19732024-02-28T12:36:28.851Z Compiling libm v0.2.7
19742024-02-28T12:36:28.954Z Compiling num-traits v0.2.16
19752024-02-28T12:36:29.049Z Compiling ahash v0.8.7
19762024-02-28T12:36:29.168Z Compiling thiserror v1.0.57
19772024-02-28T12:36:29.260Z Compiling quote v1.0.35
19782024-02-28T12:36:29.384Z Compiling pkg-config v0.3.27
19792024-02-28T12:36:29.622Z Compiling serde_json v1.0.114
19802024-02-28T12:36:29.885Z Compiling syn v2.0.48
19812024-02-28T12:36:29.904Z Compiling cc v1.0.83
19822024-02-28T12:36:29.934Z Compiling getrandom v0.2.10
19832024-02-28T12:36:30.295Z Compiling scopeguard v1.2.0
19842024-02-28T12:36:30.741Z Compiling slab v0.4.9
19852024-02-28T12:36:30.795Z Compiling log v0.4.20
19862024-02-28T12:36:30.883Z Compiling itoa v1.0.9
19872024-02-28T12:36:31.119Z Compiling rand_core v0.6.4
19882024-02-28T12:36:31.454Z Compiling smallvec v1.13.1
19892024-02-28T12:36:31.950Z Compiling vcpkg v0.2.15
19902024-02-28T12:36:32.550Z Compiling pin-project-lite v0.2.13
19912024-02-28T12:36:32.668Z Compiling const-oid v0.9.5
19922024-02-28T12:36:32.832Z Compiling parking_lot v0.12.1
19932024-02-28T12:36:33.362Z Compiling ring v0.17.8
19942024-02-28T12:36:33.693Z Compiling openssl-sys v0.9.96
19952024-02-28T12:36:33.703Z Compiling ryu v1.0.15
19962024-02-28T12:36:33.718Z Compiling ucd-trie v0.1.6
19972024-02-28T12:36:34.213Z Compiling signal-hook-registry v1.4.1
19982024-02-28T12:36:34.556Z Compiling subtle v2.5.0
19992024-02-28T12:36:34.839Z Compiling rustix v0.38.31
20002024-02-28T12:36:34.907Z Compiling ring v0.16.20
20012024-02-28T12:36:34.988Z Compiling mio v0.8.9
20022024-02-28T12:36:35.555Z Compiling semver v1.0.22
20032024-02-28T12:36:35.941Z Compiling heck v0.4.1
20042024-02-28T12:36:36.003Z Compiling futures-core v0.3.30
20052024-02-28T12:36:36.711Z Compiling spin v0.5.2
20062024-02-28T12:36:37.205Z Compiling socket2 v0.5.5
20072024-02-28T12:36:37.826Z Compiling num_cpus v1.16.0
20082024-02-28T12:36:37.932Z Compiling allocator-api2 v0.2.16
20092024-02-28T12:36:37.955Z Compiling futures-sink v0.3.30
20102024-02-28T12:36:38.042Z Compiling unicode-xid v0.2.4
20112024-02-28T12:36:38.204Z Compiling httparse v1.8.0
20122024-02-28T12:36:38.351Z Compiling openssl v0.10.60
20132024-02-28T12:36:38.603Z Compiling synstructure v0.12.6
20142024-02-28T12:36:38.815Z Compiling tinyvec_macros v0.1.1
20152024-02-28T12:36:38.899Z Compiling equivalent v1.0.1
20162024-02-28T12:36:39.033Z Compiling tinyvec v1.6.0
20172024-02-28T12:36:39.349Z Compiling futures-channel v0.3.30
20182024-02-28T12:36:39.585Z Compiling futures-task v0.3.30
20192024-02-28T12:36:39.660Z Compiling ppv-lite86 v0.2.17
20202024-02-28T12:36:39.763Z Compiling pin-utils v0.1.0
20212024-02-28T12:36:39.851Z Compiling rustls v0.21.9
20222024-02-28T12:36:39.989Z Compiling futures-io v0.3.30
20232024-02-28T12:36:40.117Z Compiling native-tls v0.2.11
20242024-02-28T12:36:40.257Z Compiling crc32fast v1.3.2
20252024-02-28T12:36:40.306Z Compiling bzip2-sys v0.1.11+1.0.8
20262024-02-28T12:36:40.451Z Compiling rand_chacha v0.3.1
20272024-02-28T12:36:40.494Z Compiling unicode-normalization v0.1.22
20282024-02-28T12:36:40.684Z Compiling spin v0.9.8
20292024-02-28T12:36:40.687Z Compiling tracing-core v0.1.31
20302024-02-28T12:36:40.822Z Compiling unicode-bidi v0.3.13
20312024-02-28T12:36:41.100Z Compiling base64ct v1.6.0
20322024-02-28T12:36:41.377Z Compiling rand v0.8.5
20332024-02-28T12:36:41.882Z Compiling pem-rfc7468 v0.7.0
20342024-02-28T12:36:42.199Z Compiling num-iter v0.1.43
20352024-02-28T12:36:42.402Z Compiling usdt-impl v0.3.5
20362024-02-28T12:36:42.611Z Compiling flagset v0.4.3
20372024-02-28T12:36:42.739Z Compiling schemars v0.8.16
20382024-02-28T12:36:43.187Z Compiling signal-hook v0.3.17
20392024-02-28T12:36:43.427Z Compiling serde_derive_internals v0.26.0
20402024-02-28T12:36:43.431Z Compiling serde_derive v1.0.196
20412024-02-28T12:36:43.463Z Compiling zeroize_derive v1.4.2
20422024-02-28T12:36:43.483Z Compiling zerocopy-derive v0.7.32
20432024-02-28T12:36:43.680Z Compiling thiserror-impl v1.0.57
20442024-02-28T12:36:43.683Z Compiling tokio-macros v2.2.0
20452024-02-28T12:36:44.289Z Compiling futures-macro v0.3.30
20462024-02-28T12:36:44.477Z Compiling tracing-attributes v0.1.26
20472024-02-28T12:36:44.944Z Compiling zeroize v1.7.0
20482024-02-28T12:36:45.562Z Compiling zerocopy v0.7.32
20492024-02-28T12:36:46.276Z Compiling der_derive v0.7.2
20502024-02-28T12:36:46.689Z Compiling pest v2.7.6
20512024-02-28T12:36:46.876Z Compiling crypto-common v0.1.6
20522024-02-28T12:36:47.002Z Compiling block-buffer v0.10.4
20532024-02-28T12:36:47.270Z Compiling digest v0.10.7
20542024-02-28T12:36:47.411Z Compiling zerocopy-derive v0.2.0
20552024-02-28T12:36:47.747Z Compiling openssl-macros v0.1.1
20562024-02-28T12:36:47.910Z Compiling hashbrown v0.14.3
20572024-02-28T12:36:48.305Z Compiling futures-util v0.3.30
20582024-02-28T12:36:48.692Z Compiling tracing v0.1.37
20592024-02-28T12:36:48.877Z Compiling scroll_derive v0.12.0
20602024-02-28T12:36:49.176Z Compiling pest_meta v2.7.6
20612024-02-28T12:36:49.179Z Compiling zerocopy-derive v0.6.4
20622024-02-28T12:36:49.323Z Compiling der v0.7.8
20632024-02-28T12:36:50.725Z Compiling pest_generator v2.7.6
20642024-02-28T12:36:52.698Z Compiling errno v0.3.8
20652024-02-28T12:36:52.956Z Compiling rustversion v1.0.14
20662024-02-28T12:36:53.466Z Compiling pest_derive v2.7.6
20672024-02-28T12:36:54.210Z Compiling fnv v1.0.7
20682024-02-28T12:36:54.557Z Compiling spki v0.7.2
20692024-02-28T12:36:55.091Z Compiling zerocopy v0.3.0
20702024-02-28T12:36:55.231Z Compiling schemars_derive v0.8.16
20712024-02-28T12:36:55.932Z Compiling lazy_static v1.4.0
20722024-02-28T12:36:57.056Z Compiling backtrace v0.3.69
20732024-02-28T12:36:57.074Z Compiling thread-id v4.2.0
20742024-02-28T12:36:57.178Z Compiling memoffset v0.9.0
20752024-02-28T12:36:57.465Z Compiling bytes v1.5.0
20762024-02-28T12:36:57.655Z Compiling bitflags v2.4.0
20772024-02-28T12:36:58.309Z Compiling tokio v1.36.0
20782024-02-28T12:36:58.377Z Compiling indexmap v2.2.3
20792024-02-28T12:36:58.419Z Compiling rustc_version v0.4.0
20802024-02-28T12:36:59.851Z Compiling heapless v0.7.16
20812024-02-28T12:37:00.228Z Compiling http v0.2.11
20822024-02-28T12:37:00.256Z Compiling uuid v1.7.0
20832024-02-28T12:37:00.335Z Compiling num-bigint v0.4.4
20842024-02-28T12:37:00.806Z Compiling untrusted v0.7.1
20852024-02-28T12:37:00.948Z Compiling untrusted v0.9.0
20862024-02-28T12:37:00.995Z Compiling smoltcp v0.9.1
20872024-02-28T12:37:01.156Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20882024-02-28T12:37:01.672Z Compiling base64 v0.21.7
20892024-02-28T12:37:01.880Z Compiling iana-time-zone v0.1.57
20902024-02-28T12:37:02.251Z Compiling crossbeam-utils v0.8.16
20912024-02-28T12:37:02.615Z Compiling percent-encoding v2.3.1
20922024-02-28T12:37:02.917Z Compiling async-trait v0.1.77
20932024-02-28T12:37:02.947Z Compiling foreign-types-shared v0.1.1
20942024-02-28T12:37:03.047Z Compiling foreign-types v0.3.2
20952024-02-28T12:37:03.138Z Compiling chrono v0.4.31
20962024-02-28T12:37:04.991Z Compiling dof v0.1.5
20972024-02-28T12:37:06.220Z Compiling tokio-util v0.7.10
20982024-02-28T12:37:06.676Z Compiling dtrace-parser v0.1.14
20992024-02-28T12:37:06.999Z Compiling hmac v0.12.1
21002024-02-28T12:37:07.122Z Compiling clap_derive v4.5.0
21012024-02-28T12:37:07.380Z Compiling num-integer v0.1.46
21022024-02-28T12:37:07.680Z Compiling adler v1.0.2
21032024-02-28T12:37:07.709Z Compiling siphasher v0.3.11
21042024-02-28T12:37:07.887Z Compiling anstyle v1.0.2
21052024-02-28T12:37:08.075Z Compiling cpufeatures v0.2.12
21062024-02-28T12:37:08.269Z Compiling try-lock v0.2.4
21072024-02-28T12:37:08.488Z Compiling utf8parse v0.2.1
21082024-02-28T12:37:08.533Z Compiling time-core v0.1.1
21092024-02-28T12:37:08.667Z Compiling anstyle-parse v0.2.1
21102024-02-28T12:37:08.707Z Compiling time-macros v0.2.13
21112024-02-28T12:37:09.212Z Compiling want v0.3.1
21122024-02-28T12:37:11.906Z Compiling sha2 v0.10.8
21132024-02-28T12:37:11.917Z Compiling miniz_oxide v0.7.1
21142024-02-28T12:37:12.843Z Compiling h2 v0.3.24
21152024-02-28T12:37:13.806Z Compiling strum_macros v0.25.2
21162024-02-28T12:37:14.273Z Compiling sct v0.7.0
21172024-02-28T12:37:14.277Z Compiling rustls-webpki v0.101.7
21182024-02-28T12:37:15.485Z Compiling form_urlencoded v1.2.1
21192024-02-28T12:37:15.664Z Compiling http-body v0.4.5
21202024-02-28T12:37:16.044Z Compiling serde_tokenstream v0.1.7
21212024-02-28T12:37:16.095Z Compiling pkcs8 v0.10.2
21222024-02-28T12:37:16.600Z Compiling hubpack_derive v0.1.1
21232024-02-28T12:37:17.416Z Compiling socket2 v0.4.9
21242024-02-28T12:37:17.448Z Compiling crossbeam-epoch v0.9.15
21252024-02-28T12:37:17.525Z Compiling usdt-impl v0.5.0
21262024-02-28T12:37:17.882Z Compiling openssl-probe v0.1.5
21272024-02-28T12:37:18.053Z Compiling slog v2.7.0
21282024-02-28T12:37:18.073Z Compiling tower-service v0.3.2
21292024-02-28T12:37:18.147Z Compiling anstyle-query v1.0.0
21302024-02-28T12:37:18.184Z Compiling radium v0.7.0
21312024-02-28T12:37:18.507Z Compiling anyhow v1.0.75
21322024-02-28T12:37:18.619Z Compiling httpdate v1.0.3
21332024-02-28T12:37:18.960Z Compiling colorchoice v1.0.0
21342024-02-28T12:37:19.123Z Compiling anstream v0.6.11
21352024-02-28T12:37:20.154Z Compiling hyper v0.14.27
21362024-02-28T12:37:26.122Z Compiling terminal_size v0.3.0
21372024-02-28T12:37:26.419Z Compiling toml_datetime v0.6.5
21382024-02-28T12:37:26.825Z Compiling serde_spanned v0.6.5
21392024-02-28T12:37:27.045Z Compiling zerocopy v0.6.4
21402024-02-28T12:37:28.012Z Compiling scroll v0.12.0
21412024-02-28T12:37:28.153Z Compiling md-5 v0.10.5
21422024-02-28T12:37:28.441Z Compiling idna v0.5.0
21432024-02-28T12:37:28.537Z Compiling stringprep v0.1.3
21442024-02-28T12:37:29.256Z Compiling diesel_table_macro_syntax v0.1.0
21452024-02-28T12:37:29.341Z Compiling hash32 v0.2.1
21462024-02-28T12:37:29.390Z Compiling aho-corasick v1.0.4
21472024-02-28T12:37:29.588Z Compiling strsim v0.11.0
21482024-02-28T12:37:29.616Z Compiling maybe-uninit v2.0.0
21492024-02-28T12:37:29.705Z Compiling tap v1.0.1
21502024-02-28T12:37:29.847Z Compiling dyn-clone v1.0.17
21512024-02-28T12:37:29.888Z Compiling gimli v0.28.0
21522024-02-28T12:37:29.976Z Compiling clap_lex v0.7.0
21532024-02-28T12:37:30.034Z Compiling regex-syntax v0.8.2
21542024-02-28T12:37:30.073Z Compiling fallible-iterator v0.2.0
21552024-02-28T12:37:30.533Z Compiling plain v0.2.3
21562024-02-28T12:37:30.847Z Compiling stable_deref_trait v1.2.0
21572024-02-28T12:37:31.516Z Compiling postgres-protocol v0.6.6
21582024-02-28T12:37:31.606Z Compiling goblin v0.8.0
21592024-02-28T12:37:31.665Z Compiling clap_builder v4.5.0
21602024-02-28T12:37:32.198Z Compiling wyz v0.5.1
21612024-02-28T12:37:32.686Z Compiling diesel_derives v2.1.2
21622024-02-28T12:37:32.696Z Compiling url v2.5.0
21632024-02-28T12:37:34.346Z Compiling addr2line v0.21.0
21642024-02-28T12:37:34.378Z Compiling regex-automata v0.4.4
21652024-02-28T12:37:35.538Z Compiling tokio-rustls v0.24.1
21662024-02-28T12:37:36.603Z Compiling tokio-native-tls v0.3.1
21672024-02-28T12:37:37.264Z Compiling usdt-attr-macro v0.3.5
21682024-02-28T12:37:37.448Z Compiling usdt-macro v0.3.5
21692024-02-28T12:37:39.163Z Compiling phf_shared v0.11.2
21702024-02-28T12:37:41.143Z Compiling block-padding v0.3.3
21712024-02-28T12:37:41.156Z Compiling enum-as-inner v0.5.1
21722024-02-28T12:37:41.281Z Compiling serde_repr v0.1.16
21732024-02-28T12:37:42.116Z Compiling ff v0.13.0
21742024-02-28T12:37:42.339Z Compiling scheduled-thread-pool v0.2.7
21752024-02-28T12:37:42.836Z Compiling object v0.32.1
21762024-02-28T12:37:42.876Z Compiling bitflags v1.3.2
21772024-02-28T12:37:42.975Z Compiling regex-automata v0.1.10
21782024-02-28T12:37:43.468Z Compiling packed_struct v0.10.1
21792024-02-28T12:37:43.883Z Compiling num-bigint-dig v0.8.4
21802024-02-28T12:37:44.187Z Compiling pretty-hex v0.4.1
21812024-02-28T12:37:45.141Z Compiling managed v0.8.0
21822024-02-28T12:37:45.495Z Compiling ipnet v2.9.0
21832024-02-28T12:37:45.613Z Compiling winnow v0.5.15
21842024-02-28T12:37:46.523Z Compiling bit-vec v0.6.3
21852024-02-28T12:37:46.617Z Compiling deranged v0.3.8
21862024-02-28T12:37:47.145Z Compiling num_threads v0.1.6
21872024-02-28T12:37:47.275Z Compiling rustc-demangle v0.1.23
21882024-02-28T12:37:47.355Z Compiling funty v2.0.0
21892024-02-28T12:37:48.166Z Compiling matches v0.1.10
21902024-02-28T12:37:48.252Z Compiling base16ct v0.2.0
21912024-02-28T12:37:48.526Z Compiling time v0.3.27
21922024-02-28T12:37:48.526Z Compiling sec1 v0.7.3
21932024-02-28T12:37:49.585Z Compiling toml_edit v0.19.15
21942024-02-28T12:37:49.713Z Compiling bitvec v1.0.1
21952024-02-28T12:37:50.376Z Compiling idna v0.2.3
21962024-02-28T12:37:54.456Z Compiling dof v0.3.0
21972024-02-28T12:37:54.505Z Compiling bstr v0.2.17
21982024-02-28T12:37:55.293Z Compiling r2d2 v0.8.10
21992024-02-28T12:37:55.673Z Compiling group v0.13.0
22002024-02-28T12:37:55.908Z Compiling inout v0.1.3
22012024-02-28T12:37:56.621Z Compiling phf v0.11.2
22022024-02-28T12:37:56.931Z Compiling regex v1.10.3
22032024-02-28T12:37:57.466Z Compiling hyper-tls v0.5.0
22042024-02-28T12:37:57.821Z Compiling hyper-rustls v0.24.2
22052024-02-28T12:37:58.028Z Compiling signal-hook-mio v0.2.3
22062024-02-28T12:37:58.174Z Compiling clap v4.5.0
22072024-02-28T12:37:58.184Z Compiling flate2 v1.0.28
22082024-02-28T12:37:58.292Z Compiling bzip2 v0.4.4
22092024-02-28T12:37:58.658Z Compiling ipnetwork v0.20.0
22102024-02-28T12:37:59.112Z Compiling postgres-types v0.2.6
22112024-02-28T12:37:59.781Z Compiling hubpack v0.1.2
22122024-02-28T12:37:59.882Z Compiling serde_urlencoded v0.7.1
22132024-02-28T12:37:59.940Z Compiling rustls-pemfile v1.0.3
22142024-02-28T12:38:00.223Z Compiling phf_shared v0.10.0
22152024-02-28T12:38:00.255Z Compiling hkdf v0.12.4
22162024-02-28T12:38:00.400Z Compiling dtrace-parser v0.2.0
22172024-02-28T12:38:00.418Z Compiling futures-executor v0.3.30
22182024-02-28T12:38:01.864Z Compiling crypto-bigint v0.5.2
22192024-02-28T12:38:02.080Z Compiling packed_struct_codegen v0.10.1
22202024-02-28T12:38:02.394Z Compiling float-cmp v0.9.0
22212024-02-28T12:38:03.193Z Compiling indexmap v1.9.3
22222024-02-28T12:38:03.517Z Compiling encoding_rs v0.8.33
22232024-02-28T12:38:04.130Z Compiling fixedbitset v0.4.2
22242024-02-28T12:38:04.617Z Compiling winnow v0.6.1
22252024-02-28T12:38:04.762Z Compiling crc-catalog v2.2.0
22262024-02-28T12:38:04.848Z Compiling new_debug_unreachable v1.0.4
22272024-02-28T12:38:04.901Z Compiling difflib v0.4.0
22282024-02-28T12:38:04.935Z Compiling regex-automata v0.3.8
22292024-02-28T12:38:06.259Z Compiling data-encoding v2.4.0
22302024-02-28T12:38:07.239Z Compiling minimal-lexical v0.2.1
22312024-02-28T12:38:07.268Z Compiling webpki-roots v0.25.2
22322024-02-28T12:38:07.409Z Compiling predicates-core v1.0.6
22332024-02-28T12:38:07.736Z Compiling static_assertions v1.1.0
22342024-02-28T12:38:07.832Z Compiling unicode-segmentation v1.10.1
22352024-02-28T12:38:07.917Z Compiling mime v0.3.17
22362024-02-28T12:38:07.962Z Compiling either v1.10.0
22372024-02-28T12:38:08.436Z Compiling normalize-line-endings v0.3.0
22382024-02-28T12:38:08.554Z Compiling precomputed-hash v0.1.1
22392024-02-28T12:38:08.620Z Compiling unicode-width v0.1.11
22402024-02-28T12:38:08.659Z Compiling whoami v1.4.1
22412024-02-28T12:38:08.678Z Compiling nodrop v0.1.14
22422024-02-28T12:38:08.774Z Compiling array-init v0.0.4
22432024-02-28T12:38:08.794Z Compiling console v0.15.8
22442024-02-28T12:38:09.223Z Compiling tokio-postgres v0.7.10
22452024-02-28T12:38:10.081Z Compiling string_cache v0.8.7
22462024-02-28T12:38:10.494Z Compiling predicates v3.1.0
22472024-02-28T12:38:13.030Z Compiling similar v2.3.0
22482024-02-28T12:38:14.978Z Compiling toml_edit v0.22.6
22492024-02-28T12:38:15.122Z Compiling itertools v0.10.5
22502024-02-28T12:38:15.644Z Compiling reqwest v0.11.22
22512024-02-28T12:38:22.313Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22522024-02-28T12:38:24.996Z Compiling nom v7.1.3
22532024-02-28T12:38:27.061Z Compiling trust-dns-proto v0.22.0
22542024-02-28T12:38:28.103Z Compiling bstr v1.6.0
22552024-02-28T12:38:28.119Z Compiling crc v3.0.1
22562024-02-28T12:38:29.576Z Compiling petgraph v0.6.4
22572024-02-28T12:38:30.261Z Compiling elliptic-curve v0.13.8
22582024-02-28T12:38:34.869Z Compiling futures v0.3.30
22592024-02-28T12:38:35.991Z Compiling smallvec v0.6.14
22602024-02-28T12:38:36.245Z Compiling diesel v2.1.4
22612024-02-28T12:38:36.509Z Compiling zip v0.6.6
22622024-02-28T12:38:36.535Z Compiling yasna v0.5.2
22632024-02-28T12:38:36.889Z Compiling crossterm v0.27.0
22642024-02-28T12:38:37.735Z Compiling cipher v0.4.4
22652024-02-28T12:38:38.627Z Compiling toml v0.7.8
22662024-02-28T12:38:39.791Z Compiling bit-set v0.5.3
22672024-02-28T12:38:40.062Z Compiling usdt v0.3.5
22682024-02-28T12:38:40.758Z Compiling strum v0.25.0
22692024-02-28T12:38:40.928Z Compiling pkcs1 v0.7.5
22702024-02-28T12:38:41.732Z Compiling tokio-stream v0.1.14
22712024-02-28T12:38:42.675Z Compiling is-terminal v0.4.9
22722024-02-28T12:38:42.948Z Compiling openapiv3 v2.0.0
22732024-02-28T12:38:43.231Z Compiling hex v0.4.3
22742024-02-28T12:38:44.639Z Compiling signature v2.1.0
22752024-02-28T12:38:46.908Z Compiling bitfield v0.14.0
22762024-02-28T12:38:47.513Z Compiling termcolor v1.2.0
22772024-02-28T12:38:48.022Z Compiling hashbrown v0.12.3
22782024-02-28T12:38:48.894Z Compiling lalrpop-util v0.19.12
22792024-02-28T12:38:54.487Z Compiling env_logger v0.10.0
22802024-02-28T12:38:56.353Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22812024-02-28T12:38:58.614Z Compiling rsa v0.9.2
22822024-02-28T12:39:06.236Z Compiling serde-hex v0.1.0
22832024-02-28T12:39:07.577Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22842024-02-28T12:39:13.320Z Compiling ron v0.8.1
22852024-02-28T12:39:14.699Z Compiling x509-cert v0.2.4
22862024-02-28T12:39:15.783Z Compiling hashbrown v0.13.2
22872024-02-28T12:39:19.340Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22882024-02-28T12:39:21.413Z Compiling crc-any v2.4.3
22892024-02-28T12:39:38.054Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22902024-02-28T12:39:49.816Z Compiling object v0.30.4
22912024-02-28T12:39:50.326Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22922024-02-28T12:40:00.250Z Compiling path-slash v0.1.5
22932024-02-28T12:40:00.477Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22942024-02-28T12:40:27.953Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22952024-02-28T12:40:28.668Z Finished release [optimized] target(s) in 4m 01s
22962024-02-28T12:40:28.738Z
22972024-02-28T12:40:28.738Zreal 4:01.802699991
22982024-02-28T12:40:28.738Zuser 26:23.633211983
22992024-02-28T12:40:28.738Zsys 3:05.401972355
23002024-02-28T12:40:28.739Ztrap 0.817054808
23012024-02-28T12:40:28.739Ztflt 1.735457509
23022024-02-28T12:40:28.739Zdflt 0.584946295
23032024-02-28T12:40:28.739Zkflt 0.000458918
23042024-02-28T12:40:28.739Zlock 1:00:48.303536500
23052024-02-28T12:40:28.742Zslp 1:18:32.916005703
23062024-02-28T12:40:28.742Zlat 1:25.190782875
23072024-02-28T12:40:28.742Zstop 1:12.304550633
23082024-02-28T12:40:28.742Z+ ptime -m gzip
23092024-02-28T12:40:29.207Z
23102024-02-28T12:40:29.207Zreal 0.464901407
23112024-02-28T12:40:29.208Zuser 0.459296075
23122024-02-28T12:40:29.208Zsys 0.005088322
23132024-02-28T12:40:29.208Ztrap 0.000027165
23142024-02-28T12:40:29.208Ztflt 0.000000000
23152024-02-28T12:40:29.208Zdflt 0.000000000
23162024-02-28T12:40:29.208Zkflt 0.000000000
23172024-02-28T12:40:29.208Zlock 0.000000000
23182024-02-28T12:40:29.208Zslp 0.000000000
23192024-02-28T12:40:29.208Zlat 0.000088054
23202024-02-28T12:40:29.208Zstop 0.000178318
23212024-02-28T12:40:29.211Z+ banner tufaceous
23222024-02-28T12:40:29.211Z
23232024-02-28T12:40:29.212Z ##### # # ###### ## #### ###### #### # # ####
23242024-02-28T12:40:29.212Z # # # # # # # # # # # # # #
23252024-02-28T12:40:29.212Z # # # ##### # # # ##### # # # # ####
23262024-02-28T12:40:29.212Z # # # # ###### # # # # # # #
23272024-02-28T12:40:29.212Z # # # # # # # # # # # # # # #
23282024-02-28T12:40:29.212Z # #### # # # #### ###### #### #### ####
23292024-02-28T12:40:29.212Z
23302024-02-28T12:40:29.212Z+ ptime -m cargo build --locked -p tufaceous --release
23312024-02-28T12:40:29.618Z Downloading crates ...
23322024-02-28T12:40:29.927Z Downloaded parse-size v1.0.0
23332024-02-28T12:40:29.930Z Downloaded async-recursion v1.0.5
23342024-02-28T12:40:29.933Z Downloaded buf-list v1.0.3
23352024-02-28T12:40:29.936Z Downloaded doc-comment v0.3.3
23362024-02-28T12:40:29.948Z Downloaded serde_plain v1.0.2
23372024-02-28T12:40:29.951Z Downloaded olpc-cjson v0.1.3
23382024-02-28T12:40:29.954Z Downloaded humantime v2.1.0
23392024-02-28T12:40:29.957Z Downloaded pin-project v1.1.3
23402024-02-28T12:40:29.966Z Downloaded snafu-derive v0.7.5
23412024-02-28T12:40:29.969Z Downloaded snafu v0.7.5
23422024-02-28T12:40:29.973Z Downloaded typed-path v0.7.0
23432024-02-28T12:40:29.978Z Downloaded tough v0.16.0
23442024-02-28T12:40:29.986Z Downloaded globset v0.4.13
23452024-02-28T12:40:29.989Z Downloaded pin-project-internal v1.1.3
23462024-02-28T12:40:29.989Z Downloaded fs-err v2.11.0
23472024-02-28T12:40:30.086Z Compiling serde_tokenstream v0.2.0
23482024-02-28T12:40:30.147Z Compiling regress v0.8.0
23492024-02-28T12:40:30.159Z Compiling dirs-sys-next v0.1.2
23502024-02-28T12:40:30.162Z Compiling strsim v0.10.0
23512024-02-28T12:40:30.162Z Compiling rustls-pki-types v1.3.0
23522024-02-28T12:40:30.162Z Compiling ident_case v1.0.1
23532024-02-28T12:40:30.188Z Compiling thread_local v1.1.7
23542024-02-28T12:40:30.333Z Compiling dirs-next v2.0.0
23552024-02-28T12:40:30.565Z Compiling darling_core v0.20.3
23562024-02-28T12:40:30.622Z Compiling slog-async v2.8.0
23572024-02-28T12:40:30.788Z Compiling camino v1.1.6
23582024-02-28T12:40:30.985Z Compiling rustls v0.22.2
23592024-02-28T12:40:31.111Z Compiling heck v0.4.1
23602024-02-28T12:40:31.321Z Compiling rustls-webpki v0.102.1
23612024-02-28T12:40:31.333Z Compiling term v0.7.0
23622024-02-28T12:40:31.424Z Compiling crossbeam-channel v0.5.8
23632024-02-28T12:40:31.589Z Compiling getopts v0.2.21
23642024-02-28T12:40:32.404Z Compiling structmeta-derive v0.3.0
23652024-02-28T12:40:32.458Z Compiling atty v0.2.14
23662024-02-28T12:40:32.603Z Compiling multer v3.0.0
23672024-02-28T12:40:32.924Z Compiling doc-comment v0.3.3
23682024-02-28T12:40:33.196Z Compiling take_mut v0.2.2
23692024-02-28T12:40:33.347Z Compiling paste v1.0.14
23702024-02-28T12:40:33.429Z Compiling match_cfg v0.1.0
23712024-02-28T12:40:33.525Z Compiling unsafe-libyaml v0.2.10
23722024-02-28T12:40:33.821Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23732024-02-28T12:40:35.333Z Compiling structmeta v0.3.0
23742024-02-28T12:40:35.564Z Compiling serde_yaml v0.9.25
23752024-02-28T12:40:35.797Z Compiling hostname v0.3.1
23762024-02-28T12:40:36.079Z Compiling darling_macro v0.20.3
23772024-02-28T12:40:36.267Z Compiling slog-term v2.9.0
23782024-02-28T12:40:37.060Z Compiling darling v0.20.3
23792024-02-28T12:40:39.287Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23802024-02-28T12:40:39.306Z Compiling slog-json v2.6.1
23812024-02-28T12:40:39.419Z Compiling http v1.0.0
23822024-02-28T12:40:39.451Z Compiling async-stream-impl v0.3.5
23832024-02-28T12:40:39.808Z Compiling pin-project-internal v1.1.3
23842024-02-28T12:40:40.758Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23852024-02-28T12:40:41.106Z Compiling fastrand v2.0.1
23862024-02-28T12:40:41.276Z Compiling atomic-waker v1.1.1
23872024-02-28T12:40:41.473Z Compiling tempfile v3.10.0
23882024-02-28T12:40:41.805Z Compiling waitgroup v0.1.2
23892024-02-28T12:40:42.659Z Compiling pin-project v1.1.3
23902024-02-28T12:40:42.846Z Compiling tokio-rustls v0.25.0
23912024-02-28T12:40:43.201Z Compiling async-stream v0.3.5
23922024-02-28T12:40:43.315Z Compiling slog-bunyan v2.5.0
23932024-02-28T12:40:43.528Z Compiling serde_with_macros v3.6.1
23942024-02-28T12:40:43.629Z Compiling parse-display-derive v0.9.0
23952024-02-28T12:40:44.693Z Compiling toml v0.8.10
23962024-02-28T12:40:44.704Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23972024-02-28T12:40:45.413Z Compiling rustls-pemfile v2.1.0
23982024-02-28T12:40:45.773Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23992024-02-28T12:40:46.191Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24002024-02-28T12:40:46.370Z Compiling sha1 v0.10.6
24012024-02-28T12:40:46.760Z Compiling newtype-uuid v1.0.1
24022024-02-28T12:40:47.096Z Compiling strum_macros v0.26.1
24032024-02-28T12:40:47.270Z Compiling snafu-derive v0.7.5
24042024-02-28T12:40:47.670Z Compiling serde_path_to_error v0.1.15
24052024-02-28T12:40:47.700Z Compiling instant v0.1.12
24062024-02-28T12:40:47.867Z Compiling fs-err v2.11.0
24072024-02-28T12:40:48.194Z Compiling same-file v1.0.6
24082024-02-28T12:40:48.494Z Compiling debug-ignore v1.0.5
24092024-02-28T12:40:48.643Z Compiling arc-swap v1.6.0
24102024-02-28T12:40:48.727Z Compiling buf-list v1.0.3
24112024-02-28T12:40:49.354Z Compiling slog-scope v4.4.0
24122024-02-28T12:40:50.258Z Compiling walkdir v2.4.0
24132024-02-28T12:40:50.334Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
24142024-02-28T12:40:50.452Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24152024-02-28T12:40:51.900Z Compiling strum v0.26.1
24162024-02-28T12:40:52.086Z Compiling backoff v0.4.0
24172024-02-28T12:40:52.191Z Compiling parse-display v0.9.0
24182024-02-28T12:40:52.358Z Compiling snafu v0.7.5
24192024-02-28T12:40:52.453Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24202024-02-28T12:40:52.800Z Compiling serde_with v3.6.1
24212024-02-28T12:40:53.829Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24222024-02-28T12:40:54.110Z Compiling globset v0.4.13
24232024-02-28T12:40:54.537Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24242024-02-28T12:40:54.708Z Compiling pem v3.0.2
24252024-02-28T12:40:56.425Z Compiling olpc-cjson v0.1.3
24262024-02-28T12:40:56.994Z Compiling serde_plain v1.0.2
24272024-02-28T12:40:57.341Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24282024-02-28T12:40:57.508Z Compiling macaddr v1.0.1
24292024-02-28T12:40:57.794Z Compiling async-recursion v1.0.5
24302024-02-28T12:40:58.249Z Compiling filetime v0.2.23
24312024-02-28T12:40:58.618Z Compiling xattr v1.0.1
24322024-02-28T12:40:58.827Z Compiling typed-path v0.7.0
24332024-02-28T12:40:58.915Z Compiling tar v0.4.40
24342024-02-28T12:41:03.144Z Compiling tough v0.16.0
24352024-02-28T12:41:05.612Z Compiling slog-stdlog v4.1.1
24362024-02-28T12:41:06.557Z Compiling camino-tempfile v1.1.1
24372024-02-28T12:41:07.348Z Compiling itertools v0.12.1
24382024-02-28T12:41:07.369Z Compiling parse-size v1.0.0
24392024-02-28T12:41:07.698Z Compiling slog-envlogger v2.2.0
24402024-02-28T12:41:10.359Z Compiling humantime v2.1.0
24412024-02-28T12:41:13.493Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24422024-02-28T12:41:13.720Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24432024-02-28T12:41:23.701Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24442024-02-28T12:41:25.780Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24452024-02-28T12:41:45.178Z Finished release [optimized] target(s) in 1m 15s
24462024-02-28T12:41:45.253Z
24472024-02-28T12:41:45.253Zreal 1:16.008256440
24482024-02-28T12:41:45.253Zuser 8:27.215478351
24492024-02-28T12:41:45.253Zsys 39.913594633
24502024-02-28T12:41:45.253Ztrap 0.230929737
24512024-02-28T12:41:45.253Ztflt 0.361457468
24522024-02-28T12:41:45.253Zdflt 0.395868189
24532024-02-28T12:41:45.253Zkflt 0.000018236
24542024-02-28T12:41:45.253Zlock 17:21.780492554
24552024-02-28T12:41:45.253Zslp 19:08.452965582
24562024-02-28T12:41:45.253Zlat 20.627812276
24572024-02-28T12:41:45.253Zstop 13.880448155
24582024-02-28T12:41:45.257Z+ ptime -m gzip
24592024-02-28T12:41:47.005Z
24602024-02-28T12:41:47.005Zreal 1.748014069
24612024-02-28T12:41:47.005Zuser 1.732981091
24622024-02-28T12:41:47.005Zsys 0.013665752
24632024-02-28T12:41:47.005Ztrap 0.000334498
24642024-02-28T12:41:47.005Ztflt 0.000000000
24652024-02-28T12:41:47.005Zdflt 0.000000000
24662024-02-28T12:41:47.005Zkflt 0.000000000
24672024-02-28T12:41:47.005Zlock 0.000000000
24682024-02-28T12:41:47.005Zslp 0.000000000
24692024-02-28T12:41:47.005Zlat 0.000628988
24702024-02-28T12:41:47.005Zstop 0.000184197
24712024-02-28T12:41:47.009Zprocess exited: duration 833005 ms, exit code 0
 
24722024-02-28T12:41:47.027Zfound 5 output files
24732024-02-28T12:41:47.027Zuploading: /work/end-to-end-tests/bootstrap-4050ce4c33c23f6c.gz (10681452 bytes)
24742024-02-28T12:41:51.948Zuploaded: /work/end-to-end-tests/bootstrap-4050ce4c33c23f6c.gz
24752024-02-28T12:41:51.949Zuploading: /work/end-to-end-tests/bootstrap.gz (109731627 bytes)
24762024-02-28T12:42:22.925Zuploaded: /work/end-to-end-tests/bootstrap.gz
24772024-02-28T12:42:22.925Zuploading: /work/end-to-end-tests/end_to_end_tests-a664735483201555.gz (113176598 bytes)
24782024-02-28T12:42:48.308Zuploaded: /work/end-to-end-tests/end_to_end_tests-a664735483201555.gz
24792024-02-28T12:42:48.313Zuploading: /work/caboose-util.gz (4098595 bytes)
24802024-02-28T12:42:50.258Zuploaded: /work/caboose-util.gz
24812024-02-28T12:42:50.259Zuploading: /work/tufaceous.gz (15875721 bytes)
24822024-02-28T12:42:54.971Zuploaded: /work/tufaceous.gz