01HNHRQN2D65BA515NDK71Y4H1: 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: 01HNHRRPTMMH882ARA5NM8RA6H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-01T07:24:21.915Zjob assigned to worker 01HNHRS52R80QJMYR58M88ZQN5 (queued for 1 m 42 s)
 
22024-02-01T07:24:21.979Zstarting task 0: "setup"
32024-02-01T07:24:22.031Z++ uname -s
42024-02-01T07:24:22.037Z+ kern=SunOS
52024-02-01T07:24:22.038Z+ case "$kern" in
62024-02-01T07:24:22.038Z+ groupadd -g 12345 build
72024-02-01T07:24:22.038Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-01T07:24:24.082Z+ zfs create -o mountpoint=/work rpool/work
92024-02-01T07:24:24.207Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-01T07:24:24.218Z+ home_fs=zfs
112024-02-01T07:24:24.218Z+ [[ zfs == autofs ]]
122024-02-01T07:24:24.219Z+ mkdir -p /home/build
132024-02-01T07:24:24.219Z+ chown build:build /home/build /work
142024-02-01T07:24:25.216Z+ chmod 0700 /home/build /work
152024-02-01T07:24:25.631Zprocess exited: duration 3241 ms, exit code 0
 
162024-02-01T07:24:26.070Zstarting task 1: "rust-toolchain"
172024-02-01T07:24:26.092Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-01T07:24:26.093Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-01T07:24:26.093Zinfo: downloading installer
202024-02-01T07:24:28.725Zwarning: it looks like you have an existing installation of Rust at:
212024-02-01T07:24:28.726Zwarning: /opt/ooce/bin
222024-02-01T07:24:28.726Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-01T07:24:28.726Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-01T07:24:28.730Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-01T07:24:28.730Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-01T07:24:28.730Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-01T07:24:28.730Zerror: cannot install while Rust is installed
282024-02-01T07:24:28.730Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-01T07:24:29.148Zinfo: profile set to 'default'
302024-02-01T07:24:29.148Zinfo: default host triple is x86_64-unknown-illumos
312024-02-01T07:24:29.160Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-01T07:24:29.349Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-01T07:24:29.349Zinfo: downloading component 'cargo'
342024-02-01T07:24:30.279Zinfo: downloading component 'clippy'
352024-02-01T07:24:30.601Zinfo: downloading component 'rust-docs'
362024-02-01T07:24:31.784Zinfo: downloading component 'rust-std'
372024-02-01T07:24:33.947Zinfo: downloading component 'rustc'
382024-02-01T07:24:39.146Zinfo: downloading component 'rustfmt'
392024-02-01T07:24:39.513Zinfo: installing component 'cargo'
402024-02-01T07:24:41.302Zinfo: installing component 'clippy'
412024-02-01T07:24:42.387Zinfo: installing component 'rust-docs'
422024-02-01T07:24:44.914Zinfo: installing component 'rust-std'
432024-02-01T07:24:48.629Zinfo: installing component 'rustc'
442024-02-01T07:24:56.199Zinfo: installing component 'rustfmt'
452024-02-01T07:24:56.630Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-01T07:24:56.631Z
472024-02-01T07:24:56.756Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-01T07:24:56.756Z
492024-02-01T07:24:56.765Z
502024-02-01T07:24:56.765ZRust is installed now. Great!
512024-02-01T07:24:56.765Z
522024-02-01T07:24:56.765ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-01T07:24:56.766Zenvironment variable. This has not been done automatically.
542024-02-01T07:24:56.766Z
552024-02-01T07:24:56.766ZTo configure your current shell, run:
562024-02-01T07:24:56.766Zsource "$HOME/.cargo/env"
572024-02-01T07:24:56.840Z+ rustc --version
582024-02-01T07:24:56.950Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-01T07:24:56.960Zprocess exited: duration 31308 ms, exit code 0
 
602024-02-01T07:24:56.987Zstarting task 2: "authentication"
612024-02-01T07:24:57.021Zprocess exited: duration 33 ms, exit code 0
 
622024-02-01T07:24:57.047Zstarting task 3: "clone repository"
632024-02-01T07:24:57.058Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-01T07:24:57.058Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-01T07:24:57.266ZCloning into '/work/oxidecomputer/omicron'...
662024-02-01T07:25:03.417Z+ cd /work/oxidecomputer/omicron
672024-02-01T07:25:03.417Z+ git fetch origin 4f230b334444ec11ebda1809ef1ca8abd69a5ff6
682024-02-01T07:25:03.802ZFrom https://github.com/oxidecomputer/omicron
692024-02-01T07:25:03.802Z * branch 4f230b334444ec11ebda1809ef1ca8abd69a5ff6 -> FETCH_HEAD
702024-02-01T07:25:03.817Z+ [[ -n renovate/itertools-0.x ]]
712024-02-01T07:25:03.818Z++ git branch --show-current
722024-02-01T07:25:03.836Z+ current=main
732024-02-01T07:25:03.836Z+ [[ main != renovate/itertools-0.x ]]
742024-02-01T07:25:03.836Z+ git branch -f renovate/itertools-0.x 4f230b334444ec11ebda1809ef1ca8abd69a5ff6
752024-02-01T07:25:03.836Z+ git checkout -f renovate/itertools-0.x
762024-02-01T07:25:04.003ZSwitched to branch 'renovate/itertools-0.x'
772024-02-01T07:25:04.010Z+ git reset --hard 4f230b334444ec11ebda1809ef1ca8abd69a5ff6
782024-02-01T07:25:04.190ZHEAD is now at 4f230b334 Update Rust crate itertools to 0.12.1
792024-02-01T07:25:04.207Zprocess exited: duration 7153 ms, exit code 0
 
802024-02-01T07:25:04.680Zstarting task 4: "build"
812024-02-01T07:25:04.695Z+ cargo --version
822024-02-01T07:25:04.696Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-01T07:25:04.933Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-01T07:25:04.933Zinfo: downloading component 'cargo'
852024-02-01T07:25:05.788Zinfo: downloading component 'clippy'
862024-02-01T07:25:06.067Zinfo: downloading component 'rust-docs'
872024-02-01T07:25:07.150Zinfo: downloading component 'rust-std'
882024-02-01T07:25:08.777Zinfo: downloading component 'rustc'
892024-02-01T07:25:13.359Zinfo: downloading component 'rustfmt'
902024-02-01T07:25:13.612Zinfo: installing component 'cargo'
912024-02-01T07:25:14.981Zinfo: installing component 'clippy'
922024-02-01T07:25:15.471Zinfo: installing component 'rust-docs'
932024-02-01T07:25:18.405Zinfo: installing component 'rust-std'
942024-02-01T07:25:20.850Zinfo: installing component 'rustc'
952024-02-01T07:25:27.157Zinfo: installing component 'rustfmt'
962024-02-01T07:25:27.707Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-01T07:25:27.729Z+ rustc --version
982024-02-01T07:25:27.831Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-01T07:25:27.838Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-01T07:25:37.802Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-01T07:25:39.528Z Startup: Caching catalogs ... Done
1022024-02-01T07:25:42.311ZPlanning: Solver setup ... Done (2.292s)
1032024-02-01T07:25:42.374ZPlanning: Running solver ... Done (0.062s)
1042024-02-01T07:25:42.410ZPlanning: Finding local manifests ... Done (0.003s)
1052024-02-01T07:25:42.421ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-01T07:25:42.685ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-01T07:25:42.765ZPlanning: Package planning ... Done (0.079s)
1082024-02-01T07:25:42.848ZPlanning: Merging actions ... Done (0.085s)
1092024-02-01T07:25:43.660ZPlanning: Checking for conflicting actions ... Done (0.818s)
1102024-02-01T07:25:43.679ZPlanning: Consolidating action changes ... Done (0.017s)
1112024-02-01T07:25:47.699ZPlanning: Evaluating mediators ... Done (4.018s)
1122024-02-01T07:25:47.716ZPlanning: Planning completed in 8.13 seconds
1132024-02-01T07:25:49.546Z Packages to install: 4
1142024-02-01T07:25:49.547Z Mediators to change: 2
1152024-02-01T07:25:49.547Z Services to change: 1
1162024-02-01T07:25:49.547Z Estimated space available: 148.87 GB
1172024-02-01T07:25:49.547ZEstimated space to be consumed: 1.40 GB
1182024-02-01T07:25:49.547Z Create boot environment: No
1192024-02-01T07:25:49.548ZCreate backup boot environment: No
1202024-02-01T07:25:49.553Z Rebuild boot archive: No
1212024-02-01T07:25:49.554Z
1222024-02-01T07:25:49.554ZChanged mediators:
1232024-02-01T07:25:49.554Z mediator clang:
1242024-02-01T07:25:49.554Z version: None -> 15 (system default)
1252024-02-01T07:25:49.554Z
1262024-02-01T07:25:49.554Z mediator llvm:
1272024-02-01T07:25:49.554Z version: 14 (system default) -> 15 (system default)
1282024-02-01T07:25:49.554Z
1292024-02-01T07:25:49.554ZChanged packages:
1302024-02-01T07:25:49.554Zhelios-dev
1312024-02-01T07:25:49.554Z developer/build-essential
1322024-02-01T07:25:49.555Z None -> 11-2.0
1332024-02-01T07:25:49.555Z library/libxmlsec1
1342024-02-01T07:25:49.555Z None -> 1.2.35-2.0
1352024-02-01T07:25:49.555Z ooce/developer/clang-15
1362024-02-01T07:25:49.555Z None -> 15.0.7-2.0
1372024-02-01T07:25:49.555Z ooce/developer/llvm-15
1382024-02-01T07:25:49.555Z None -> 15.0.7-2.0
1392024-02-01T07:25:49.555Z
1402024-02-01T07:25:49.555ZServices:
1412024-02-01T07:25:49.555Z restart_fmri:
1422024-02-01T07:25:49.555Z svc:/system/update-man-index:default
1432024-02-01T07:25:49.785Z
1442024-02-01T07:25:49.785ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-01T07:25:54.808ZDownload: 253/3290 items 1.6/212.6MB 0% complete (329k/s)
1462024-02-01T07:25:59.811ZDownload: 807/3290 items 18.7/212.6MB 8% complete (1.9M/s)
1472024-02-01T07:26:04.847ZDownload: 1191/3290 items 82.2/212.6MB 38% complete (8.0M/s)
1482024-02-01T07:26:11.268ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (7.1M/s)
1492024-02-01T07:26:16.281ZDownload: 1686/3290 items 117.9/212.6MB 55% complete (3.6M/s)
1502024-02-01T07:26:21.294ZDownload: 2142/3290 items 119.0/212.6MB 55% complete (3.6M/s)
1512024-02-01T07:26:27.484ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (2.8M/s)
1522024-02-01T07:26:32.799ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1532024-02-01T07:26:37.803ZDownload: 2850/3290 items 121.1/212.6MB 56% complete (363k/s)
1542024-02-01T07:26:42.859ZDownload: 3246/3290 items 202.3/212.6MB 95% complete (8.9M/s)
1552024-02-01T07:26:47.860ZDownload: 3287/3290 items 211.9/212.6MB 99% complete (9.1M/s)
1562024-02-01T07:26:48.264ZDownload: Completed 212.60 MB in 58.48 seconds (3.6M/s)
1572024-02-01T07:26:48.513Z Actions: 1/3689 actions (Installing new actions)
1582024-02-01T07:26:53.564Z Actions: 2556/3689 actions (Installing new actions)
1592024-02-01T07:26:56.257Z Actions: Completed 3689 actions in 7.74 seconds.
1602024-02-01T07:26:56.500Z Done (0.242s)
1612024-02-01T07:26:56.500Z Done (0.000s)
1622024-02-01T07:26:56.835Z Done (0.334s)
1632024-02-01T07:27:04.696Z Done (7.723s)
1642024-02-01T07:27:04.983Z Done (0.194s)
1652024-02-01T07:27:04.986Z Done (0.000s)
1662024-02-01T07:27:05.223Z Done (0.000s)
1672024-02-01T07:27:05.941ZPlanning: Evaluating mediator changes ... Done
1682024-02-01T07:27:06.227ZPlanning: Checking for conflicting actions ... Done
1692024-02-01T07:27:06.231ZPlanning: Consolidating action changes ... Done
1702024-02-01T07:27:06.665ZPlanning: Evaluating mediators ... Done
1712024-02-01T07:27:06.668ZPlanning: Planning completed in 0.72 seconds
1722024-02-01T07:27:06.720Z Mediators to change: 2
1732024-02-01T07:27:06.720Z Create boot environment: No
1742024-02-01T07:27:06.724ZCreate backup boot environment: No
1752024-02-01T07:27:06.828Z Done
1762024-02-01T07:27:06.828Z Done
1772024-02-01T07:27:07.026Z Done
1782024-02-01T07:27:12.709Z Done
1792024-02-01T07:27:12.831Z Done
1802024-02-01T07:27:12.850Z Done
1812024-02-01T07:27:12.956Z Done
1822024-02-01T07:27:13.950ZPlanning: Evaluating mediator changes ... Done
1832024-02-01T07:27:13.966ZPlanning: Merging actions ... Done
1842024-02-01T07:27:14.281ZPlanning: Checking for conflicting actions ... Done
1852024-02-01T07:27:14.284ZPlanning: Consolidating action changes ... Done
1862024-02-01T07:27:14.709ZPlanning: Evaluating mediators ... Done
1872024-02-01T07:27:14.802ZPlanning: Planning completed in 1.29 seconds
1882024-02-01T07:27:14.855Z Packages to change: 1
1892024-02-01T07:27:14.855Z Mediators to change: 1
1902024-02-01T07:27:14.860Z Services to change: 1
1912024-02-01T07:27:14.860Z Create boot environment: No
1922024-02-01T07:27:14.860ZCreate backup boot environment: Yes
1932024-02-01T07:27:16.845Z Actions: 1/6 actions (Updating modified actions)
1942024-02-01T07:27:16.853Z Actions: Completed 6 actions in 0.00 seconds.
1952024-02-01T07:27:16.855Z Done
1962024-02-01T07:27:16.855Z Done
1972024-02-01T07:27:16.922Z Done
1982024-02-01T07:27:22.755Z Done
1992024-02-01T07:27:22.876Z Done
2002024-02-01T07:27:22.881Z Done
2012024-02-01T07:27:22.967Z Done
2022024-02-01T07:27:23.653ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032024-02-01T07:27:23.653Zclang system 15 system
2042024-02-01T07:27:23.653Zcsh system system illumos
2052024-02-01T07:27:23.653Zctags system system illumos
2062024-02-01T07:27:23.653Zgcc vendor 12 vendor
2072024-02-01T07:27:23.653Zgcc system 10 system
2082024-02-01T07:27:23.653Zgcc system 7 system
2092024-02-01T07:27:23.653Zgo system 1.20 system
2102024-02-01T07:27:23.653Zgo system 1.19 system
2112024-02-01T07:27:23.653Zllvm system 15 system
2122024-02-01T07:27:23.653Zllvm system 14 system
2132024-02-01T07:27:23.653Zmariadb system 10.6 system
2142024-02-01T07:27:23.653Zmta vendor vendor dma
2152024-02-01T07:27:23.653Zopenjdk system 17 system
2162024-02-01T07:27:23.653Zopenjdk system 11 system
2172024-02-01T07:27:23.653Zopenjdk system 1.8 system
2182024-02-01T07:27:23.653Zopenssl vendor 3 vendor
2192024-02-01T07:27:23.653Zperl system 5.36 system
2202024-02-01T07:27:23.653Zpostgresql system 15 system
2212024-02-01T07:27:23.654Zpostgresql system 13 system
2222024-02-01T07:27:23.654Zpython vendor 3 vendor
2232024-02-01T07:27:23.654Zpython system 2 system
2242024-02-01T07:27:23.654Zpython3 system 3.11 system
2252024-02-01T07:27:23.654Zruby system 3.0 system
2262024-02-01T07:27:23.654Zwords vendor vendor american-english
2272024-02-01T07:27:23.654Zwords system system australian-english
2282024-02-01T07:27:23.654Zwords system system british-english
2292024-02-01T07:27:23.654Zwords system system canadian-english
2302024-02-01T07:27:23.654Zwords system system french
2312024-02-01T07:27:23.655Zwords system system italian
2322024-02-01T07:27:23.655Zwords system system ngerman
2332024-02-01T07:27:23.655Zwords system system ogerman
2342024-02-01T07:27:23.655Zwords system system spanish
2352024-02-01T07:27:24.177ZFMRI IFO
2362024-02-01T07:27:24.177Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372024-02-01T07:27:24.178Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382024-02-01T07:27:24.178Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392024-02-01T07:27:24.178Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2402024-02-01T07:27:24.178Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-02-01T07:27:24.178Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-02-01T07:27:24.178Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-02-01T07:27:24.178Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-02-01T07:27:24.250Z+ set -o errexit
2452024-02-01T07:27:24.257Z+++ dirname ./tools/ci_download_cockroachdb
2462024-02-01T07:27:24.257Z++ cd ./tools
2472024-02-01T07:27:24.258Z++ pwd
2482024-02-01T07:27:24.258Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2492024-02-01T07:27:24.264Z++ basename ./tools/ci_download_cockroachdb
2502024-02-01T07:27:24.264Z+ ARG0=ci_download_cockroachdb
2512024-02-01T07:27:24.264Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2522024-02-01T07:27:24.264Z+ CIDL_VERSION=v22.1.9
2532024-02-01T07:27:24.266Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2542024-02-01T07:27:24.266Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2552024-02-01T07:27:24.267Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2562024-02-01T07:27:24.267Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2572024-02-01T07:27:24.267Z+ TARGET_DIR=out
2582024-02-01T07:27:24.267Z+ DOWNLOAD_DIR=out/downloads
2592024-02-01T07:27:24.267Z+ DEST_DIR=./out/cockroachdb
2602024-02-01T07:27:24.267Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2612024-02-01T07:27:24.267Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2622024-02-01T07:27:24.268Z+ main
2632024-02-01T07:27:24.268Z+ [[ 0 != 0 ]]
2642024-02-01T07:27:24.268Z+ CIDL_OS=solaris2.11
2652024-02-01T07:27:24.268Z+ [[ 0 != 0 ]]
2662024-02-01T07:27:24.268Z+ configure_os solaris2.11
2672024-02-01T07:27:24.268Z+ echo 'current directory: /work/oxidecomputer/omicron'
2682024-02-01T07:27:24.268Zcurrent directory: /work/oxidecomputer/omicron
2692024-02-01T07:27:24.268Zconfiguring based on OS: "solaris2.11"
2702024-02-01T07:27:24.268Z+ echo 'configuring based on OS: "solaris2.11"'
2712024-02-01T07:27:24.268Z+ case "$1" in
2722024-02-01T07:27:24.268Z+ CIDL_BUILD=illumos
2732024-02-01T07:27:24.269Z+ CIDL_SUFFIX=tar.gz
2742024-02-01T07:27:24.269Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2752024-02-01T07:27:24.269Z+ CIDL_MD5FUNC=do_md5sum
2762024-02-01T07:27:24.269Z+ CIDL_URL_BASE=https://illumos.org/downloads
2772024-02-01T07:27:24.269Z+ CIDL_ASSEMBLE=do_assemble_illumos
2782024-02-01T07:27:24.269Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2792024-02-01T07:27:24.273Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2802024-02-01T07:27:24.274Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-01T07:27:24.274Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2822024-02-01T07:27:24.274Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-02-01T07:27:24.274Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842024-02-01T07:27:24.274ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-02-01T07:27:24.274Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2862024-02-01T07:27:24.274Z+ mkdir -p out/downloads
2872024-02-01T07:27:24.274ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-02-01T07:27:24.274Z+ mkdir -p ./out/cockroachdb
2892024-02-01T07:27:24.275Z+ local DO_DOWNLOAD=true
2902024-02-01T07:27:24.275Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2912024-02-01T07:27:24.275Z+ '[' true == true ']'
2922024-02-01T07:27:24.275Z+ echo Downloading...
2932024-02-01T07:27:24.275ZDownloading...
2942024-02-01T07:27:24.275Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-02-01T07:27:24.275Z+ 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
2962024-02-01T07:27:37.063Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-01T07:27:37.067Z++ md5sum
2982024-02-01T07:27:37.067Z++ awk '{print $1}'
2992024-02-01T07:27:37.313Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3002024-02-01T07:27:37.313Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
3012024-02-01T07:27:37.313Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-02-01T07:27:37.316Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3032024-02-01T07:27:40.974Z+ do_assemble_illumos
3042024-02-01T07:27:40.974Z+ rm -r ./out/cockroachdb
3052024-02-01T07:27:40.981Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3062024-02-01T07:27:41.612Z+ ./out/cockroachdb/bin/cockroach version
3072024-02-01T07:27:42.039ZBuild Tag: v22.1.9-dirty
3082024-02-01T07:27:42.039ZBuild Time: 2022/10/26 21:17:46
3092024-02-01T07:27:42.039ZDistribution: OSS
3102024-02-01T07:27:42.040ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3112024-02-01T07:27:42.040ZGo Version: go1.17.13
3122024-02-01T07:27:42.040ZC Compiler: gcc 10.3.0
3132024-02-01T07:27:42.040ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3142024-02-01T07:27:42.040ZBuild Type: release
3152024-02-01T07:27:42.066Z+ set -o errexit
3162024-02-01T07:27:42.069Z+++ dirname ./tools/ci_download_clickhouse
3172024-02-01T07:27:42.072Z++ cd ./tools
3182024-02-01T07:27:42.072Z++ pwd
3192024-02-01T07:27:42.072Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3202024-02-01T07:27:42.077Z++ basename ./tools/ci_download_clickhouse
3212024-02-01T07:27:42.077Z+ ARG0=ci_download_clickhouse
3222024-02-01T07:27:42.077Z+ TARGET_DIR=out
3232024-02-01T07:27:42.077Z+ DOWNLOAD_DIR=out/downloads
3242024-02-01T07:27:42.077Z+ DEST_DIR=./out/clickhouse
3252024-02-01T07:27:42.077Z+ CIDL_VERSION=v22.8.9.24
3262024-02-01T07:27:42.077Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3272024-02-01T07:27:42.077Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3282024-02-01T07:27:42.077Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3292024-02-01T07:27:42.077Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3302024-02-01T07:27:42.077Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3312024-02-01T07:27:42.086Z+ main
3322024-02-01T07:27:42.086Z+ [[ 0 != 0 ]]
3332024-02-01T07:27:42.086Z+ CIDL_OS=solaris2.11
3342024-02-01T07:27:42.086Z+ [[ 0 != 0 ]]
3352024-02-01T07:27:42.086Z+ configure_os solaris2.11
3362024-02-01T07:27:42.086Z+ echo 'current directory: /work/oxidecomputer/omicron'
3372024-02-01T07:27:42.086Zcurrent directory: /work/oxidecomputer/omicron
3382024-02-01T07:27:42.086Z+ echo 'configuring based on OS: "solaris2.11"'
3392024-02-01T07:27:42.086Zconfiguring based on OS: "solaris2.11"
3402024-02-01T07:27:42.087Z+ CIDL_DASHREV=
3412024-02-01T07:27:42.087Z+ case "$1" in
3422024-02-01T07:27:42.087Z+ CIDL_PLATFORM=illumos
3432024-02-01T07:27:42.087Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3442024-02-01T07:27:42.087Z+ CIDL_MD5FUNC=do_md5sum
3452024-02-01T07:27:42.087Z+ CIDL_DASHREV=-1
3462024-02-01T07:27:42.087Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3472024-02-01T07:27:42.087Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-01T07:27:42.087Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-01T07:27:42.087Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502024-02-01T07:27:42.087Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3512024-02-01T07:27:42.087ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522024-02-01T07:27:42.087Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3532024-02-01T07:27:42.087ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542024-02-01T07:27:42.087Z+ mkdir -p out/downloads
3552024-02-01T07:27:42.087Z+ mkdir -p ./out/clickhouse
3562024-02-01T07:27:42.094Z+ local DO_DOWNLOAD=true
3572024-02-01T07:27:42.094Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3582024-02-01T07:27:42.095Z+ '[' true == true ']'
3592024-02-01T07:27:42.095Z+ echo Downloading...
3602024-02-01T07:27:42.095ZDownloading...
3612024-02-01T07:27:42.095Z+ 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
3622024-02-01T07:27:42.095Z+ 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
3632024-02-01T07:27:43.447Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642024-02-01T07:27:43.450Z++ md5sum
3652024-02-01T07:27:43.450Z++ awk '{print $1}'
3662024-02-01T07:27:43.709Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3672024-02-01T07:27:43.709Z+ [[ 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 ]]
3682024-02-01T07:27:43.709Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3692024-02-01T07:27:43.712Z+ mkdir -p ./out/clickhouse
3702024-02-01T07:27:43.712Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3712024-02-01T07:27:48.819Z+ ./out/clickhouse/clickhouse server --version
3722024-02-01T07:27:48.873ZClickHouse server version 22.8.9.1.
3732024-02-01T07:27:48.899Z+ set -o errexit
3742024-02-01T07:27:48.903Z+++ dirname ./tools/ci_download_console
3752024-02-01T07:27:48.903Z++ cd ./tools
3762024-02-01T07:27:48.903Z++ pwd
3772024-02-01T07:27:48.906Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3782024-02-01T07:27:48.906Z++ basename ./tools/ci_download_console
3792024-02-01T07:27:48.906Z+ ARG0=ci_download_console
3802024-02-01T07:27:48.906Z+ TARGET_DIR=out
3812024-02-01T07:27:48.906Z+ DOWNLOAD_DIR=out/downloads
3822024-02-01T07:27:48.906Z+ DEST_DIR=./out/console-assets
3832024-02-01T07:27:48.906Z+ source /work/oxidecomputer/omicron/tools/console_version
3842024-02-01T07:27:48.906Z++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0
3852024-02-01T07:27:48.906Z++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
3862024-02-01T07:27:48.907Z+ URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3872024-02-01T07:27:48.907Z+ TARBALL_FILE=out/downloads/console.tar.gz
3882024-02-01T07:27:48.907Z+ main
3892024-02-01T07:27:48.907Z+ [[ 0 != 0 ]]
3902024-02-01T07:27:48.910Z+ echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz'
3912024-02-01T07:27:48.910ZURL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3922024-02-01T07:27:48.910Z+ echo 'Local file: out/downloads/console.tar.gz'
3932024-02-01T07:27:48.911ZLocal file: out/downloads/console.tar.gz
3942024-02-01T07:27:48.911Z+ local DO_DOWNLOAD=true
3952024-02-01T07:27:48.911Z+ [[ -f out/downloads/console.tar.gz ]]
3962024-02-01T07:27:48.911Z+ mkdir -p out/downloads
3972024-02-01T07:27:48.911Z+ '[' true == true ']'
3982024-02-01T07:27:48.911Z+ echo Downloading...
3992024-02-01T07:27:48.911ZDownloading...
4002024-02-01T07:27:48.911Z+ do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz
4012024-02-01T07:27:48.911Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
4022024-02-01T07:27:49.785Z++ do_sha256sum out/downloads/console.tar.gz
4032024-02-01T07:27:49.793Z++ case "$OSTYPE" in
4042024-02-01T07:27:49.793Z++ SHA=sha256sum
4052024-02-01T07:27:49.793Z++ sha256sum
4062024-02-01T07:27:49.793Z++ awk '{print $1}'
4072024-02-01T07:27:49.864Z+ calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
4082024-02-01T07:27:49.864Z+ [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]]
4092024-02-01T07:27:49.867Z+ rm -rf ./out/console-assets
4102024-02-01T07:27:49.867Z+ mkdir -p ./out/console-assets
4112024-02-01T07:27:49.867Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4122024-02-01T07:27:49.867Z+ mkdir -p ./out/console-assets
4132024-02-01T07:27:49.872Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4142024-02-01T07:27:50.019Z+ set -o errexit
4152024-02-01T07:27:50.023Z+++ dirname ./tools/ci_download_maghemite_openapi
4162024-02-01T07:27:50.027Z++ cd ./tools
4172024-02-01T07:27:50.027Z++ pwd
4182024-02-01T07:27:50.027Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4192024-02-01T07:27:50.027Z++ basename ./tools/ci_download_maghemite_openapi
4202024-02-01T07:27:50.030Z+ ARG0=ci_download_maghemite_openapi
4212024-02-01T07:27:50.030Z+ TARGET_DIR=out
4222024-02-01T07:27:50.030Z+ DOWNLOAD_DIR=out/downloads
4232024-02-01T07:27:50.031Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4242024-02-01T07:27:50.031Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4252024-02-01T07:27:50.031Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4262024-02-01T07:27:50.031Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4272024-02-01T07:27:50.031Z+ LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4282024-02-01T07:27:50.031Z+ main
4292024-02-01T07:27:50.031Z+ [[ 0 != 0 ]]
4302024-02-01T07:27:50.031Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json'
4312024-02-01T07:27:50.031ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4322024-02-01T07:27:50.031Z+ echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4332024-02-01T07:27:50.031ZLocal file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4342024-02-01T07:27:50.031Z+ local DO_DOWNLOAD=true
4352024-02-01T07:27:50.031Z+ [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4362024-02-01T07:27:50.031Z+ mkdir -p out/downloads
4372024-02-01T07:27:50.031Z+ '[' true == true ']'
4382024-02-01T07:27:50.031Z+ echo Downloading...
4392024-02-01T07:27:50.031ZDownloading...
4402024-02-01T07:27:50.031Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4412024-02-01T07:27:50.031Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4422024-02-01T07:27:50.208Z++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4432024-02-01T07:27:50.208Z++ case "$OSTYPE" in
4442024-02-01T07:27:50.211Z++ SHA=sha256sum
4452024-02-01T07:27:50.211Z++ sha256sum
4462024-02-01T07:27:50.211Z++ awk '{print $1}'
4472024-02-01T07:27:50.216Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4482024-02-01T07:27:50.217Z+ [[ 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 ]]
4492024-02-01T07:27:50.217Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4502024-02-01T07:27:50.217Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4512024-02-01T07:27:50.217Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4522024-02-01T07:27:50.217Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4532024-02-01T07:27:50.217Z+ LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4542024-02-01T07:27:50.217Z+ main
4552024-02-01T07:27:50.222ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4562024-02-01T07:27:50.222ZLocal file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4572024-02-01T07:27:50.222Z+ [[ 0 != 0 ]]
4582024-02-01T07:27:50.223Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json'
4592024-02-01T07:27:50.223Z+ echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4602024-02-01T07:27:50.223Z+ local DO_DOWNLOAD=true
4612024-02-01T07:27:50.223Z+ [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4622024-02-01T07:27:50.223Z+ mkdir -p out/downloads
4632024-02-01T07:27:50.223Z+ '[' true == true ']'
4642024-02-01T07:27:50.223Z+ echo Downloading...
4652024-02-01T07:27:50.223ZDownloading...
4662024-02-01T07:27:50.224Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4672024-02-01T07:27:50.224Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4682024-02-01T07:27:50.396Z++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4692024-02-01T07:27:50.401Z++ case "$OSTYPE" in
4702024-02-01T07:27:50.401Z++ SHA=sha256sum
4712024-02-01T07:27:50.401Z++ sha256sum
4722024-02-01T07:27:50.402Z++ awk '{print $1}'
4732024-02-01T07:27:50.409Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4742024-02-01T07:27:50.409Z+ [[ 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 ]]
4752024-02-01T07:27:50.412Z+ set -o errexit
4762024-02-01T07:27:50.416Z+++ dirname ./tools/ci_download_dendrite_openapi
4772024-02-01T07:27:50.416Z++ cd ./tools
4782024-02-01T07:27:50.416Z++ pwd
4792024-02-01T07:27:50.416Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4802024-02-01T07:27:50.420Z++ basename ./tools/ci_download_dendrite_openapi
4812024-02-01T07:27:50.420Z+ ARG0=ci_download_dendrite_openapi
4822024-02-01T07:27:50.420Z+ TARGET_DIR=out
4832024-02-01T07:27:50.420Z+ DOWNLOAD_DIR=out/downloads
4842024-02-01T07:27:50.420Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4852024-02-01T07:27:50.420Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4862024-02-01T07:27:50.421Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4872024-02-01T07:27:50.421Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4882024-02-01T07:27:50.421Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4892024-02-01T07:27:50.421Z+ main
4902024-02-01T07:27:50.421Z+ [[ 0 != 0 ]]
4912024-02-01T07:27:50.421Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4922024-02-01T07:27:50.421ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4932024-02-01T07:27:50.421Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4942024-02-01T07:27:50.421Z+ local DO_DOWNLOAD=true
4952024-02-01T07:27:50.421ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4962024-02-01T07:27:50.421Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4972024-02-01T07:27:50.421Z+ mkdir -p out/downloads
4982024-02-01T07:27:50.427Z+ '[' true == true ']'
4992024-02-01T07:27:50.427Z+ echo Downloading...
5002024-02-01T07:27:50.427ZDownloading...
5012024-02-01T07:27:50.427Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5022024-02-01T07:27:50.427Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
5032024-02-01T07:27:50.595Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
5042024-02-01T07:27:50.595Z++ case "$OSTYPE" in
5052024-02-01T07:27:50.599Z++ SHA=sha256sum
5062024-02-01T07:27:50.599Z++ sha256sum
5072024-02-01T07:27:50.599Z++ awk '{print $1}'
5082024-02-01T07:27:50.599Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5092024-02-01T07:27:50.599Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5102024-02-01T07:27:50.608Z+ set -o errexit
5112024-02-01T07:27:50.612Z+++ dirname ./tools/ci_download_dendrite_stub
5122024-02-01T07:27:50.615Z++ cd ./tools
5132024-02-01T07:27:50.616Z++ pwd
5142024-02-01T07:27:50.616Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5152024-02-01T07:27:50.616Z++ basename ./tools/ci_download_dendrite_stub
5162024-02-01T07:27:50.620Z+ ARG0=ci_download_dendrite_stub
5172024-02-01T07:27:50.620Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5182024-02-01T07:27:50.620Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5192024-02-01T07:27:50.620Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5202024-02-01T07:27:50.620Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5212024-02-01T07:27:50.620Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5222024-02-01T07:27:50.620Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5232024-02-01T07:27:50.620Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5242024-02-01T07:27:50.620Z+ TARGET_DIR=out
5252024-02-01T07:27:50.622Z+ DOWNLOAD_DIR=out/downloads
5262024-02-01T07:27:50.622Z+ DEST_DIR=./out/dendrite-stub
5272024-02-01T07:27:50.622Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5282024-02-01T07:27:50.622Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5292024-02-01T07:27:50.622Z+ REPO=oxidecomputer/dendrite
5302024-02-01T07:27:50.622Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5312024-02-01T07:27:50.622Z+ main
5322024-02-01T07:27:50.622Z+ [[ 0 != 0 ]]
5332024-02-01T07:27:50.622Z+ CIDL_OS=solaris2.11
5342024-02-01T07:27:50.623Z+ [[ 0 != 0 ]]
5352024-02-01T07:27:50.623Z+ configure_os solaris2.11
5362024-02-01T07:27:50.623Z+ echo 'current directory: /work/oxidecomputer/omicron'
5372024-02-01T07:27:50.623Zcurrent directory: /work/oxidecomputer/omicron
5382024-02-01T07:27:50.623Z+ echo 'configuring based on OS: "solaris2.11"'
5392024-02-01T07:27:50.623Zconfiguring based on OS: "solaris2.11"
5402024-02-01T07:27:50.623Z+ case "$1" in
5412024-02-01T07:27:50.623Z+ SET_BINARIES=
5422024-02-01T07:27:50.623Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5432024-02-01T07:27:50.623Z+ CIDL_SHA256FUNC=do_sha256sum
5442024-02-01T07:27:50.623Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5452024-02-01T07:27:50.623Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5462024-02-01T07:27:50.623Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5472024-02-01T07:27:50.624Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5482024-02-01T07:27:50.624ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5492024-02-01T07:27:50.624Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5502024-02-01T07:27:50.624ZLocal file: out/downloads/dendrite-stub.tar.gz
5512024-02-01T07:27:50.624Z+ mkdir -p out/downloads
5522024-02-01T07:27:50.629Z+ mkdir -p ./out/dendrite-stub
5532024-02-01T07:27:50.629Z+ fetch_and_verify
5542024-02-01T07:27:50.629Z+ local DO_DOWNLOAD=true
5552024-02-01T07:27:50.629Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5562024-02-01T07:27:50.629Z+ '[' true == true ']'
5572024-02-01T07:27:50.629Z+ echo Downloading...
5582024-02-01T07:27:50.629ZDownloading...
5592024-02-01T07:27:50.630Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5602024-02-01T07:27:50.630Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5612024-02-01T07:28:00.852Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5622024-02-01T07:28:00.855Z++ sha256sum
5632024-02-01T07:28:00.855Z++ awk '{print $1}'
5642024-02-01T07:28:00.955Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5652024-02-01T07:28:00.955Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5662024-02-01T07:28:00.959Z+ do_untar out/downloads/dendrite-stub.tar.gz
5672024-02-01T07:28:00.959Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5682024-02-01T07:28:02.124Z+ do_assemble
5692024-02-01T07:28:02.124Z+ rm -r ./out/dendrite-stub
5702024-02-01T07:28:02.129Z+ mkdir ./out/dendrite-stub
5712024-02-01T07:28:02.133Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5722024-02-01T07:28:02.312Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5732024-02-01T07:28:02.324Z+ set -o errexit
5742024-02-01T07:28:02.331Z+++ dirname ./tools/ci_download_maghemite_mgd
5752024-02-01T07:28:02.331Z++ cd ./tools
5762024-02-01T07:28:02.331Z++ pwd
5772024-02-01T07:28:02.331Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5782024-02-01T07:28:02.331Z++ basename ./tools/ci_download_maghemite_mgd
5792024-02-01T07:28:02.331Z+ ARG0=ci_download_maghemite_mgd
5802024-02-01T07:28:02.331Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5812024-02-01T07:28:02.332Z++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
5822024-02-01T07:28:02.332Z++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184
5832024-02-01T07:28:02.334Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5842024-02-01T07:28:02.334Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
5852024-02-01T07:28:02.334Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5862024-02-01T07:28:02.334Z+ TARGET_DIR=out
5872024-02-01T07:28:02.334Z+ DOWNLOAD_DIR=out/downloads
5882024-02-01T07:28:02.334Z+ DEST_DIR=./out/mgd
5892024-02-01T07:28:02.334Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5902024-02-01T07:28:02.334Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5912024-02-01T07:28:02.334Z+ REPO=oxidecomputer/maghemite
5922024-02-01T07:28:02.334Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03
5932024-02-01T07:28:02.334Z+ main
5942024-02-01T07:28:02.334Z+ [[ 0 != 0 ]]
5952024-02-01T07:28:02.334Z+ CIDL_OS=solaris2.11
5962024-02-01T07:28:02.334Z+ [[ 0 != 0 ]]
5972024-02-01T07:28:02.334Z+ configure_os solaris2.11
5982024-02-01T07:28:02.334Z+ echo 'current directory: /work/oxidecomputer/omicron'
5992024-02-01T07:28:02.334Zcurrent directory: /work/oxidecomputer/omicron
6002024-02-01T07:28:02.334Z+ echo 'configuring based on OS: "solaris2.11"'
6012024-02-01T07:28:02.334Z+ case "$1" in
6022024-02-01T07:28:02.335Z+ SET_BINARIES=
6032024-02-01T07:28:02.335Zconfiguring based on OS: "solaris2.11"
6042024-02-01T07:28:02.335Z+ CIDL_SHA256FUNC=do_sha256sum
6052024-02-01T07:28:02.335Z+ TARBALL_FILENAME=mgd.tar.gz
6062024-02-01T07:28:02.335Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6072024-02-01T07:28:02.335Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6082024-02-01T07:28:02.335Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz'
6092024-02-01T07:28:02.336Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6102024-02-01T07:28:02.336ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6112024-02-01T07:28:02.336ZLocal file: out/downloads/mgd.tar.gz
6122024-02-01T07:28:02.336Z+ mkdir -p out/downloads
6132024-02-01T07:28:02.346Z+ mkdir -p ./out/mgd
6142024-02-01T07:28:02.346Z+ fetch_and_verify
6152024-02-01T07:28:02.346Z+ local DO_DOWNLOAD=true
6162024-02-01T07:28:02.346Z+ [[ -f out/downloads/mgd.tar.gz ]]
6172024-02-01T07:28:02.347Z+ '[' true == true ']'
6182024-02-01T07:28:02.347Z+ echo Downloading...
6192024-02-01T07:28:02.347ZDownloading...
6202024-02-01T07:28:02.347Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz
6212024-02-01T07:28:02.347Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6222024-02-01T07:28:20.167Z++ do_sha256sum out/downloads/mgd.tar.gz
6232024-02-01T07:28:20.186Z++ sha256sum
6242024-02-01T07:28:20.186Z++ awk '{print $1}'
6252024-02-01T07:28:20.241Z+ calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
6262024-02-01T07:28:20.241Z+ [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]]
6272024-02-01T07:28:20.255Z+ do_untar out/downloads/mgd.tar.gz
6282024-02-01T07:28:20.255Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6292024-02-01T07:28:21.780Z+ do_assemble
6302024-02-01T07:28:21.786Z+ rm -r ./out/mgd
6312024-02-01T07:28:21.806Z+ mkdir ./out/mgd
6322024-02-01T07:28:21.806Z+ cp -r out/downloads/root ./out/mgd/root
6332024-02-01T07:28:21.806Z+ set -o errexit
6342024-02-01T07:28:21.806Z+++ dirname ./tools/ci_download_transceiver_control
6352024-02-01T07:28:21.807Z++ cd ./tools
6362024-02-01T07:28:21.807Z++ pwd
6372024-02-01T07:28:21.807Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6382024-02-01T07:28:21.809Z++ basename ./tools/ci_download_transceiver_control
6392024-02-01T07:28:21.809Z+ ARG0=ci_download_transceiver_control
6402024-02-01T07:28:21.809Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6412024-02-01T07:28:21.809Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422024-02-01T07:28:21.809Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6432024-02-01T07:28:21.809Z+ TARGET_DIR=out
6442024-02-01T07:28:21.810Z+ DOWNLOAD_DIR=out/downloads
6452024-02-01T07:28:21.810Z+ DEST_DIR=./out/transceiver-control
6462024-02-01T07:28:21.810Z+ BIN_DIR=/opt/oxide/bin
6472024-02-01T07:28:21.810Z+ BINARY=xcvradm
6482024-02-01T07:28:21.810Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6492024-02-01T07:28:21.810Z+ REPO=oxidecomputer/transceiver-control
6502024-02-01T07:28:21.811Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512024-02-01T07:28:21.811Z+ main
6522024-02-01T07:28:21.812Z+ [[ 0 != 0 ]]
6532024-02-01T07:28:21.813Z+ CIDL_OS=solaris2.11
6542024-02-01T07:28:21.813Z+ [[ 0 != 0 ]]
6552024-02-01T07:28:21.813Z+ configure_os solaris2.11
6562024-02-01T07:28:21.813Z+ echo 'current directory: /work/oxidecomputer/omicron'
6572024-02-01T07:28:21.813Zcurrent directory: /work/oxidecomputer/omicron
6582024-02-01T07:28:21.813Z+ echo 'configuring based on OS: "solaris2.11"'
6592024-02-01T07:28:21.814Z+ case "$1" in
6602024-02-01T07:28:21.814Zconfiguring based on OS: "solaris2.11"
6612024-02-01T07:28:21.814Z+ SET_BINARIES=
6622024-02-01T07:28:21.814Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6632024-02-01T07:28:21.814Z+ CIDL_SHA256FUNC=do_sha256sum
6642024-02-01T07:28:21.815Z+ ARCHIVE_FILENAME=xcvradm.gz
6652024-02-01T07:28:21.815Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662024-02-01T07:28:21.815Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6672024-02-01T07:28:21.815Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6682024-02-01T07:28:21.815ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6692024-02-01T07:28:21.815ZLocal file: out/downloads/xcvradm.gz
6702024-02-01T07:28:21.816Z+ echo 'Local file: out/downloads/xcvradm.gz'
6712024-02-01T07:28:21.816Z+ mkdir -p out/downloads
6722024-02-01T07:28:21.816Z+ mkdir -p ./out/transceiver-control
6732024-02-01T07:28:21.816Z+ fetch_and_verify
6742024-02-01T07:28:21.816Z+ local DO_DOWNLOAD=true
6752024-02-01T07:28:21.816Z+ [[ -f out/downloads/xcvradm.gz ]]
6762024-02-01T07:28:21.816Z+ '[' true == true ']'
6772024-02-01T07:28:21.816Z+ echo Downloading...
6782024-02-01T07:28:21.816ZDownloading...
6792024-02-01T07:28:21.816Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6802024-02-01T07:28:21.816Z+ 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
6812024-02-01T07:28:22.995Z++ do_sha256sum out/downloads/xcvradm.gz
6822024-02-01T07:28:22.998Z++ sha256sum
6832024-02-01T07:28:22.998Z++ awk '{print $1}'
6842024-02-01T07:28:23.019Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852024-02-01T07:28:23.023Z+ [[ 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 ]]
6862024-02-01T07:28:23.023Z+ do_unpack out/downloads/xcvradm.gz
6872024-02-01T07:28:23.023Z+ mkdir -p out/downloads/root//opt/oxide/bin
6882024-02-01T07:28:23.023Z+ gzip -dc out/downloads/xcvradm.gz
6892024-02-01T07:28:23.198Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6902024-02-01T07:28:23.208Z+ do_assemble
6912024-02-01T07:28:23.208Z+ rm -r ./out/transceiver-control
6922024-02-01T07:28:23.208Z+ mkdir ./out/transceiver-control
6932024-02-01T07:28:23.209Z+ cp -r out/downloads/root ./out/transceiver-control/root
6942024-02-01T07:28:23.406ZAll prerequisites installed successfully
6952024-02-01T07:28:23.410Z
6962024-02-01T07:28:23.410Zreal 2:55.535289814
6972024-02-01T07:28:23.410Zuser 52.041930670
6982024-02-01T07:28:23.410Zsys 11.029944465
6992024-02-01T07:28:23.410Ztrap 0.022604480
7002024-02-01T07:28:23.410Ztflt 0.207178590
7012024-02-01T07:28:23.410Zdflt 0.397541922
7022024-02-01T07:28:23.410Zkflt 0.185120930
7032024-02-01T07:28:23.410Zlock 2.747972621
7042024-02-01T07:28:23.410Zslp 5:55.744516048
7052024-02-01T07:28:23.410Zlat 4.317723046
7062024-02-01T07:28:23.411Zstop 0.065720487
7072024-02-01T07:28:23.411Z+ banner end-to-end-tests
7082024-02-01T07:28:23.415Z
7092024-02-01T07:28:23.415Z ###### # # ##### ##### #### ###### # # #####
7102024-02-01T07:28:23.415Z # ## # # # # # # # ## # # #
7112024-02-01T07:28:23.415Z ##### # # # # # ##### # # # ##### ##### # # # # #
7122024-02-01T07:28:23.415Z # # # # # # # # # # # # # # #
7132024-02-01T07:28:23.415Z # # ## # # # # # # # ## # #
7142024-02-01T07:28:23.416Z ###### # # ##### # #### ###### # # #####
7152024-02-01T07:28:23.416Z
7162024-02-01T07:28:23.420Z+ export CARGO_PROFILE_DEV_DEBUG=1
7172024-02-01T07:28:23.420Z+ CARGO_PROFILE_DEV_DEBUG=1
7182024-02-01T07:28:23.420Z+ export CARGO_PROFILE_TEST_DEBUG=1
7192024-02-01T07:28:23.420Z+ CARGO_PROFILE_TEST_DEBUG=1
7202024-02-01T07:28:23.420Z+ export CARGO_INCREMENTAL=0
7212024-02-01T07:28:23.420Z+ CARGO_INCREMENTAL=0
7222024-02-01T07:28:23.420Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7232024-02-01T07:28:23.760Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7242024-02-01T07:28:24.119Z Updating crates.io index
7252024-02-01T07:28:24.335Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7262024-02-01T07:28:25.018Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7272024-02-01T07:28:27.253Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7282024-02-01T07:28:27.582Z Updating git repository `http://github.com/oxidecomputer/tofino`
7292024-02-01T07:28:27.945Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7302024-02-01T07:28:28.239Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7312024-02-01T07:28:28.490Z Updating git repository `https://github.com/oxidecomputer/propolis`
7322024-02-01T07:28:29.420Z Updating git repository `https://github.com/oxidecomputer/crucible`
7332024-02-01T07:28:31.459Z Updating git repository `https://github.com/oxidecomputer/opte`
7342024-02-01T07:28:32.427Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7352024-02-01T07:28:32.794Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7362024-02-01T07:28:33.362Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7372024-02-01T07:28:33.737Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7382024-02-01T07:28:34.040Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7392024-02-01T07:28:34.346Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7402024-02-01T07:28:34.816Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7412024-02-01T07:28:35.302Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7422024-02-01T07:28:35.601Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7432024-02-01T07:28:36.604Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7442024-02-01T07:28:36.607Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7452024-02-01T07:28:36.960Z Updating git repository `https://github.com/jgallagher/nix`
7462024-02-01T07:28:38.330Z Updating git repository `https://github.com/cbiffle/hubpack`
7472024-02-01T07:28:38.816Z Updating git repository `https://github.com/oxidecomputer/typify`
7482024-02-01T07:28:40.607Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7492024-02-01T07:28:40.983Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7502024-02-01T07:28:41.332Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7512024-02-01T07:28:42.954Z Downloading crates ...
7522024-02-01T07:28:43.221Z Downloaded addr2line v0.21.0
7532024-02-01T07:28:43.234Z Downloaded async-stream-impl v0.3.5
7542024-02-01T07:28:43.238Z Downloaded atty v0.2.14
7552024-02-01T07:28:43.242Z Downloaded anstyle v1.0.2
7562024-02-01T07:28:43.246Z Downloaded base16ct v0.2.0
7572024-02-01T07:28:43.253Z Downloaded parse-display v0.8.2
7582024-02-01T07:28:43.257Z Downloaded bitflags v1.3.2
7592024-02-01T07:28:43.262Z Downloaded argon2 v0.5.3
7602024-02-01T07:28:43.265Z Downloaded bit-vec v0.6.3
7612024-02-01T07:28:43.271Z Downloaded new_debug_unreachable v1.0.4
7622024-02-01T07:28:43.284Z Downloaded aead v0.5.2
7632024-02-01T07:28:43.287Z Downloaded convert_case v0.4.0
7642024-02-01T07:28:43.287Z Downloaded normalize-line-endings v0.3.0
7652024-02-01T07:28:43.290Z Downloaded ansi_term v0.12.1
7662024-02-01T07:28:43.297Z Downloaded difflib v0.4.0
7672024-02-01T07:28:43.300Z Downloaded primeorder v0.13.6
7682024-02-01T07:28:43.300Z Downloaded crypto-common v0.1.6
7692024-02-01T07:28:43.303Z Downloaded toml_edit v0.19.15
7702024-02-01T07:28:43.349Z Downloaded synstructure v0.12.6
7712024-02-01T07:28:43.352Z Downloaded openssl-probe v0.1.5
7722024-02-01T07:28:43.356Z Downloaded option-ext v0.2.0
7732024-02-01T07:28:43.359Z Downloaded match_cfg v0.1.0
7742024-02-01T07:28:43.362Z Downloaded ahash v0.8.6
7752024-02-01T07:28:43.369Z Downloaded memmap v0.7.0
7762024-02-01T07:28:43.372Z Downloaded phf_shared v0.10.0
7772024-02-01T07:28:43.372Z Downloaded pretty-hex v0.4.1
7782024-02-01T07:28:43.375Z Downloaded foreign-types-shared v0.1.1
7792024-02-01T07:28:43.381Z Downloaded foreign-types-shared v0.3.1
7802024-02-01T07:28:43.384Z Downloaded num v0.4.1
7812024-02-01T07:28:43.384Z Downloaded instant v0.1.12
7822024-02-01T07:28:43.384Z Downloaded digest v0.10.7
7832024-02-01T07:28:43.389Z Downloaded newtype_derive v0.1.6
7842024-02-01T07:28:43.395Z Downloaded tinyvec_macros v0.1.1
7852024-02-01T07:28:43.395Z Downloaded httpdate v1.0.3
7862024-02-01T07:28:43.400Z Downloaded num-iter v0.1.43
7872024-02-01T07:28:43.400Z Downloaded ctr v0.9.2
7882024-02-01T07:28:43.407Z Downloaded num-integer v0.1.45
7892024-02-01T07:28:43.412Z Downloaded dirs v5.0.1
7902024-02-01T07:28:43.412Z Downloaded mime v0.3.17
7912024-02-01T07:28:43.413Z Downloaded thiserror-impl v1.0.56
7922024-02-01T07:28:43.432Z Downloaded usdt-attr-macro v0.5.0
7932024-02-01T07:28:43.432Z Downloaded libefi-sys v0.1.0
7942024-02-01T07:28:43.435Z Downloaded colored v2.0.4
7952024-02-01T07:28:43.435Z Downloaded predicates v3.1.0
7962024-02-01T07:28:43.435Z Downloaded proc-macro-crate v1.3.1
7972024-02-01T07:28:43.435Z Downloaded time-macros v0.2.13
7982024-02-01T07:28:43.435Z Downloaded textwrap v0.11.0
7992024-02-01T07:28:43.440Z Downloaded usdt v0.5.0
8002024-02-01T07:28:43.444Z Downloaded hubpack_derive v0.1.1
8012024-02-01T07:28:43.446Z Downloaded crossbeam-epoch v0.9.15
8022024-02-01T07:28:43.450Z Downloaded phf_shared v0.11.2
8032024-02-01T07:28:43.451Z Downloaded pem v3.0.2
8042024-02-01T07:28:43.455Z Downloaded mio v0.8.9
8052024-02-01T07:28:43.464Z Downloaded ff v0.13.0
8062024-02-01T07:28:43.468Z Downloaded mime_guess v2.0.4
8072024-02-01T07:28:43.472Z Downloaded cpufeatures v0.2.12
8082024-02-01T07:28:43.476Z Downloaded ipnetwork v0.20.0
8092024-02-01T07:28:43.482Z Downloaded lock_api v0.4.10
8102024-02-01T07:28:43.482Z Downloaded postcard v1.0.8
8112024-02-01T07:28:43.486Z Downloaded num-traits v0.2.16
8122024-02-01T07:28:43.491Z Downloaded foreign-types v0.3.2
8132024-02-01T07:28:43.495Z Downloaded home v0.5.5
8142024-02-01T07:28:43.495Z Downloaded slab v0.4.9
8152024-02-01T07:28:43.499Z Downloaded foreign-types-macros v0.2.3
8162024-02-01T07:28:43.502Z Downloaded toolchain_find v0.2.0
8172024-02-01T07:28:43.502Z Downloaded clap v4.4.3
8182024-02-01T07:28:43.526Z Downloaded pin-project-lite v0.2.13
8192024-02-01T07:28:43.536Z Downloaded russh-cryptovec v0.7.0
8202024-02-01T07:28:43.540Z Downloaded parking_lot_core v0.9.8
8212024-02-01T07:28:43.540Z Downloaded heck v0.4.1
8222024-02-01T07:28:43.540Z Downloaded pest_meta v2.7.6
8232024-02-01T07:28:43.543Z Downloaded strsim v0.8.0
8242024-02-01T07:28:43.547Z Downloaded tower-service v0.3.2
8252024-02-01T07:28:43.550Z Downloaded tracing v0.1.37
8262024-02-01T07:28:43.555Z Downloaded hex v0.4.3
8272024-02-01T07:28:43.559Z Downloaded semver v0.11.0
8282024-02-01T07:28:43.565Z Downloaded foreign-types v0.5.0
8292024-02-01T07:28:43.568Z Downloaded want v0.3.1
8302024-02-01T07:28:43.568Z Downloaded waitgroup v0.1.2
8312024-02-01T07:28:43.572Z Downloaded diesel_derives v2.1.2
8322024-02-01T07:28:43.576Z Downloaded utf-8 v0.7.6
8332024-02-01T07:28:43.579Z Downloaded similar v2.3.0
8342024-02-01T07:28:43.587Z Downloaded usdt-macro v0.5.0
8352024-02-01T07:28:43.590Z Downloaded tungstenite v0.20.1
8362024-02-01T07:28:43.597Z Downloaded serde_with_macros v3.5.1
8372024-02-01T07:28:43.600Z Downloaded thread_local v1.1.7
8382024-02-01T07:28:43.603Z Downloaded fxhash v0.2.1
8392024-02-01T07:28:43.609Z Downloaded slog-dtrace v0.3.0
8402024-02-01T07:28:43.613Z Downloaded tokio-stream v0.1.14
8412024-02-01T07:28:43.625Z Downloaded matches v0.1.10
8422024-02-01T07:28:43.643Z Downloaded filetime v0.2.23
8432024-02-01T07:28:43.643Z Downloaded subtle v2.5.0
8442024-02-01T07:28:43.643Z Downloaded form_urlencoded v1.2.1
8452024-02-01T07:28:43.643Z Downloaded fnv v1.0.7
8462024-02-01T07:28:43.643Z Downloaded slog-envlogger v2.2.0
8472024-02-01T07:28:43.645Z Downloaded der v0.7.8
8482024-02-01T07:28:43.654Z Downloaded rustls-pki-types v1.1.0
8492024-02-01T07:28:43.654Z Downloaded crypto-bigint v0.5.2
8502024-02-01T07:28:43.659Z Downloaded slog-json v2.6.1
8512024-02-01T07:28:43.663Z Downloaded unicode-width v0.1.11
8522024-02-01T07:28:43.670Z Downloaded ident_case v1.0.1
8532024-02-01T07:28:43.671Z Downloaded group v0.13.0
8542024-02-01T07:28:43.674Z Downloaded tinyvec v1.6.0
8552024-02-01T07:28:43.674Z Downloaded stable_deref_trait v1.2.0
8562024-02-01T07:28:43.681Z Downloaded num_cpus v1.16.0
8572024-02-01T07:28:43.685Z Downloaded equivalent v1.0.1
8582024-02-01T07:28:43.685Z Downloaded getrandom v0.1.16
8592024-02-01T07:28:43.691Z Downloaded rfc6979 v0.4.0
8602024-02-01T07:28:43.695Z Downloaded dyn-clone v1.0.13
8612024-02-01T07:28:43.695Z Downloaded lalrpop-util v0.19.12
8622024-02-01T07:28:43.695Z Downloaded half v2.3.1
8632024-02-01T07:28:43.699Z Downloaded futures-core v0.3.30
8642024-02-01T07:28:43.701Z Downloaded serde_derive_internals v0.26.0
8652024-02-01T07:28:43.704Z Downloaded semver v1.0.21
8662024-02-01T07:28:43.709Z Downloaded scroll_derive v0.12.0
8672024-02-01T07:28:43.712Z Downloaded ipnet v2.9.0
8682024-02-01T07:28:43.717Z Downloaded getopts v0.2.21
8692024-02-01T07:28:43.721Z Downloaded http v0.2.11
8702024-02-01T07:28:43.724Z Downloaded is-terminal v0.4.9
8712024-02-01T07:28:43.727Z Downloaded fastrand v2.0.0
8722024-02-01T07:28:43.730Z Downloaded tokio-rustls v0.25.0
8732024-02-01T07:28:43.733Z Downloaded heck v0.3.3
8742024-02-01T07:28:43.737Z Downloaded r2d2 v0.8.10
8752024-02-01T07:28:43.740Z Downloaded dtrace-parser v0.2.0
8762024-02-01T07:28:43.740Z Downloaded serde_tokenstream v0.1.7
8772024-02-01T07:28:43.745Z Downloaded time-core v0.1.1
8782024-02-01T07:28:43.748Z Downloaded slog-scope v4.4.0
8792024-02-01T07:28:43.751Z Downloaded slog-stdlog v4.1.1
8802024-02-01T07:28:43.755Z Downloaded russh-keys v0.40.1
8812024-02-01T07:28:43.759Z Downloaded num-bigint v0.4.4
8822024-02-01T07:28:43.767Z Downloaded rand_core v0.6.4
8832024-02-01T07:28:43.777Z Downloaded rand_core v0.5.1
8842024-02-01T07:28:43.777Z Downloaded heapless v0.7.16
8852024-02-01T07:28:43.781Z Downloaded inout v0.1.3
8862024-02-01T07:28:43.781Z Downloaded iana-time-zone v0.1.57
8872024-02-01T07:28:43.784Z Downloaded unicode-bidi v0.3.13
8882024-02-01T07:28:43.787Z Downloaded minimal-lexical v0.2.1
8892024-02-01T07:28:43.796Z Downloaded swrite v0.1.0
8902024-02-01T07:28:43.800Z Downloaded toml v0.5.11
8912024-02-01T07:28:43.803Z Downloaded siphasher v0.3.11
8922024-02-01T07:28:43.806Z Downloaded signature v2.1.0
8932024-02-01T07:28:43.809Z Downloaded either v1.9.0
8942024-02-01T07:28:43.813Z Downloaded toml v0.8.8
8952024-02-01T07:28:43.816Z Downloaded trust-dns-resolver v0.22.0
8962024-02-01T07:28:43.824Z Downloaded ed25519 v2.2.2
8972024-02-01T07:28:43.827Z Downloaded secrecy v0.8.0
8982024-02-01T07:28:43.831Z Downloaded usdt-impl v0.5.0
8992024-02-01T07:28:43.834Z Downloaded universal-hash v0.5.1
9002024-02-01T07:28:43.834Z Downloaded generic-array v0.14.7
9012024-02-01T07:28:43.837Z Downloaded socket2 v0.5.5
9022024-02-01T07:28:43.840Z Downloaded tar v0.4.40
9032024-02-01T07:28:43.851Z Downloaded rustc-demangle v0.1.23
9042024-02-01T07:28:43.855Z Downloaded smallvec v1.11.2
9052024-02-01T07:28:43.855Z Downloaded sec1 v0.7.3
9062024-02-01T07:28:43.860Z Downloaded indexmap v1.9.3
9072024-02-01T07:28:43.866Z Downloaded walkdir v2.4.0
9082024-02-01T07:28:43.869Z Downloaded trust-dns-client v0.22.0
9092024-02-01T07:28:43.874Z Downloaded structmeta v0.2.0
9102024-02-01T07:28:43.877Z Downloaded spin v0.5.2
9112024-02-01T07:28:43.881Z Downloaded aes-gcm v0.10.3
9122024-02-01T07:28:43.886Z Downloaded untrusted v0.7.1
9132024-02-01T07:28:43.889Z Downloaded zerocopy v0.6.4
9142024-02-01T07:28:43.893Z Downloaded untrusted v0.9.0
9152024-02-01T07:28:43.898Z Downloaded socket2 v0.4.9
9162024-02-01T07:28:43.901Z Downloaded uuid v1.7.0
9172024-02-01T07:28:43.904Z Downloaded rcgen v0.12.1
9182024-02-01T07:28:43.908Z Downloaded signal-hook-mio v0.2.3
9192024-02-01T07:28:43.915Z Downloaded ucd-trie v0.1.6
9202024-02-01T07:28:43.919Z Downloaded typenum v1.16.0
9212024-02-01T07:28:43.919Z Downloaded elliptic-curve v0.13.8
9222024-02-01T07:28:43.923Z Downloaded unsafe-libyaml v0.2.10
9232024-02-01T07:28:43.930Z Downloaded sha2 v0.10.8
9242024-02-01T07:28:43.937Z Downloaded serde v1.0.195
9252024-02-01T07:28:43.940Z Downloaded utf8parse v0.2.1
9262024-02-01T07:28:43.943Z Downloaded petgraph v0.6.4
9272024-02-01T07:28:43.966Z Downloaded toml v0.7.8
9282024-02-01T07:28:43.973Z Downloaded indexmap v2.2.2
9292024-02-01T07:28:43.979Z Downloaded toml_edit v0.21.0
9302024-02-01T07:28:44.021Z Downloaded structopt v0.3.26
9312024-02-01T07:28:44.033Z Downloaded itertools v0.10.5
9322024-02-01T07:28:44.045Z Downloaded rustls-webpki v0.101.7
9332024-02-01T07:28:44.080Z Downloaded url v2.5.0
9342024-02-01T07:28:44.085Z Downloaded rustls-webpki v0.102.1
9352024-02-01T07:28:44.112Z Downloaded ed25519-dalek v2.0.0
9362024-02-01T07:28:44.119Z Downloaded zerocopy v0.7.32
9372024-02-01T07:28:44.147Z Downloaded serde_yaml v0.9.25
9382024-02-01T07:28:44.152Z Downloaded clap_builder v4.4.2
9392024-02-01T07:28:44.165Z Downloaded vcpkg v0.2.15
9402024-02-01T07:28:44.240Z Downloaded hashbrown v0.13.2
9412024-02-01T07:28:44.250Z Downloaded itertools v0.12.1
9422024-02-01T07:28:44.260Z Downloaded rand v0.8.5
9432024-02-01T07:28:44.267Z Downloaded regex v1.10.3
9442024-02-01T07:28:44.291Z Downloaded trust-dns-proto v0.22.0
9452024-02-01T07:28:44.314Z Downloaded unicode-normalization v0.1.22
9462024-02-01T07:28:44.320Z Downloaded smoltcp v0.9.1
9472024-02-01T07:28:44.340Z Downloaded smoltcp v0.11.0
9482024-02-01T07:28:44.364Z Downloaded rand v0.7.3
9492024-02-01T07:28:44.373Z Downloaded winnow v0.5.15
9502024-02-01T07:28:44.387Z Downloaded regex-syntax v0.7.5
9512024-02-01T07:28:44.403Z Downloaded serde_json v1.0.113
9522024-02-01T07:28:44.416Z Downloaded sled v0.34.7
9532024-02-01T07:28:44.438Z Downloaded hyper v0.14.27
9542024-02-01T07:28:44.452Z Downloaded reqwest v0.11.22
9552024-02-01T07:28:44.466Z Downloaded rustix v0.38.30
9562024-02-01T07:28:44.512Z Downloaded rustix v0.37.23
9572024-02-01T07:28:44.548Z Downloaded regex-automata v0.4.4
9582024-02-01T07:28:44.591Z Downloaded tokio v1.35.1
9592024-02-01T07:28:44.650Z Downloaded syn v2.0.48
9602024-02-01T07:28:44.671Z Downloaded idna v0.5.0
9612024-02-01T07:28:44.686Z Downloaded gimli v0.28.0
9622024-02-01T07:28:44.702Z Downloaded idna v0.2.3
9632024-02-01T07:28:44.717Z Downloaded bstr v1.6.0
9642024-02-01T07:28:44.737Z Downloaded webpki-roots v0.25.2
9652024-02-01T07:28:44.745Z Downloaded regress v0.7.1
9662024-02-01T07:28:44.759Z Downloaded regex-syntax v0.8.2
9672024-02-01T07:28:44.776Z Downloaded bstr v0.2.17
9682024-02-01T07:28:44.795Z Downloaded rustls v0.21.9
9692024-02-01T07:28:44.832Z Downloaded zerocopy-derive v0.2.0
9702024-02-01T07:28:44.851Z Downloaded zerocopy-derive v0.6.4
9712024-02-01T07:28:44.872Z Downloaded bzip2-sys v0.1.11+1.0.8
9722024-02-01T07:28:44.897Z Downloaded curve25519-dalek v4.1.1
9732024-02-01T07:28:44.914Z Downloaded sha3 v0.10.8
9742024-02-01T07:28:44.927Z Downloaded diesel v2.1.4
9752024-02-01T07:28:44.961Z Downloaded libc v0.2.152
9762024-02-01T07:28:45.021Z Downloaded radix_trie v0.2.1
9772024-02-01T07:28:45.034Z Downloaded regex-automata v0.3.8
9782024-02-01T07:28:45.056Z Downloaded ring v0.16.20
9792024-02-01T07:28:45.231Z Downloaded syn v1.0.109
9802024-02-01T07:28:45.251Z Downloaded futures-util v0.3.30
9812024-02-01T07:28:45.273Z Downloaded hkdf v0.12.4
9822024-02-01T07:28:45.278Z Downloaded openapiv3 v2.0.0
9832024-02-01T07:28:45.301Z Downloaded winapi v0.3.9
9842024-02-01T07:28:45.380Z Downloaded encoding_rs v0.8.33
9852024-02-01T07:28:45.455Z Downloaded chrono v0.4.31
9862024-02-01T07:28:45.477Z Downloaded rustls v0.22.2
9872024-02-01T07:28:45.504Z Downloaded clap v2.34.0
9882024-02-01T07:28:45.504Z Downloaded hashbrown v0.14.2
9892024-02-01T07:28:45.512Z Downloaded object v0.32.1
9902024-02-01T07:28:45.512Z Downloaded openssl v0.10.60
9912024-02-01T07:28:45.525Z Downloaded goblin v0.8.0
9922024-02-01T07:28:45.536Z Downloaded h2 v0.3.24
9932024-02-01T07:28:45.548Z Downloaded tokio-util v0.7.10
9942024-02-01T07:28:45.558Z Downloaded serde_with v3.5.1
9952024-02-01T07:28:45.587Z Downloaded flate2 v1.0.28
9962024-02-01T07:28:45.599Z Downloaded steno v0.4.0
9972024-02-01T07:28:45.599Z Downloaded time v0.3.27
9982024-02-01T07:28:45.607Z Downloaded crossterm v0.27.0
9992024-02-01T07:28:45.613Z Downloaded libm v0.2.7
10002024-02-01T07:28:45.629Z Downloaded unicode-ident v1.0.12
10012024-02-01T07:28:45.633Z Downloaded http v1.0.0
10022024-02-01T07:28:45.649Z Downloaded heapless v0.8.0
10032024-02-01T07:28:45.654Z Downloaded ring v0.17.7
10042024-02-01T07:28:45.790Z Downloaded schemars v0.8.16
10052024-02-01T07:28:45.801Z Downloaded regex-automata v0.1.10
10062024-02-01T07:28:45.810Z Downloaded futures v0.3.30
10072024-02-01T07:28:45.820Z Downloaded russh v0.40.2
10082024-02-01T07:28:45.832Z Downloaded serde_derive v1.0.195
10092024-02-01T07:28:45.840Z Downloaded pest v2.7.6
10102024-02-01T07:28:45.851Z Downloaded rand_chacha v0.2.2
10112024-02-01T07:28:45.851Z Downloaded signal-hook-registry v1.4.1
10122024-02-01T07:28:45.857Z Downloaded structopt-derive v0.4.18
10132024-02-01T07:28:45.857Z Downloaded tempfile v3.9.0
10142024-02-01T07:28:45.857Z Downloaded ryu v1.0.15
10152024-02-01T07:28:45.863Z Downloaded unicode-segmentation v1.10.1
10162024-02-01T07:28:45.868Z Downloaded hashbrown v0.12.3
10172024-02-01T07:28:45.871Z Downloaded serde_spanned v0.6.4
10182024-02-01T07:28:45.874Z Downloaded rand_chacha v0.3.1
10192024-02-01T07:28:45.874Z Downloaded serde_path_to_error v0.1.15
10202024-02-01T07:28:45.877Z Downloaded hubpack v0.1.2
10212024-02-01T07:28:45.882Z Downloaded vec_map v0.8.2
10222024-02-01T07:28:45.882Z Downloaded usdt-impl v0.3.5
10232024-02-01T07:28:45.890Z Downloaded stringprep v0.1.3
10242024-02-01T07:28:45.890Z Downloaded futures-channel v0.3.30
10252024-02-01T07:28:45.896Z Downloaded float-cmp v0.9.0
10262024-02-01T07:28:45.896Z Downloaded memchr v2.6.3
10272024-02-01T07:28:45.905Z Downloaded scroll v0.12.0
10282024-02-01T07:28:45.907Z Downloaded scopeguard v1.2.0
10292024-02-01T07:28:45.907Z Downloaded rustls-pemfile v2.0.0
10302024-02-01T07:28:45.908Z Downloaded spki v0.7.2
10312024-02-01T07:28:45.911Z Downloaded version_check v0.9.4
10322024-02-01T07:28:45.911Z Downloaded getrandom v0.2.10
10332024-02-01T07:28:45.915Z Downloaded headers v0.3.9
10342024-02-01T07:28:45.925Z Downloaded zip v0.6.6
10352024-02-01T07:28:45.932Z Downloaded serde_tokenstream v0.2.0
10362024-02-01T07:28:45.938Z Downloaded slog-bunyan v2.5.0
10372024-02-01T07:28:45.941Z Downloaded slog-async v2.8.0
10382024-02-01T07:28:45.945Z Downloaded rustls-pemfile v1.0.3
10392024-02-01T07:28:45.952Z Downloaded omicron-zone-package v0.10.1
10402024-02-01T07:28:45.959Z Downloaded dtrace-parser v0.1.14
10412024-02-01T07:28:45.959Z Downloaded crc32fast v1.3.2
10422024-02-01T07:28:45.959Z Downloaded spin v0.9.8
10432024-02-01T07:28:45.963Z Downloaded slog-term v2.9.0
10442024-02-01T07:28:45.963Z Downloaded fallible-iterator v0.2.0
10452024-02-01T07:28:45.970Z Downloaded errno v0.3.8
10462024-02-01T07:28:45.970Z Downloaded rustc_version v0.4.0
10472024-02-01T07:28:45.989Z Downloaded rustc_version v0.1.7
10482024-02-01T07:28:45.989Z Downloaded kstat-rs v0.2.3
10492024-02-01T07:28:45.989Z Downloaded whoami v1.4.1
10502024-02-01T07:28:45.989Z Downloaded hostname v0.3.1
10512024-02-01T07:28:45.999Z Downloaded hmac v0.12.1
10522024-02-01T07:28:45.999Z Downloaded enum-as-inner v0.5.1
10532024-02-01T07:28:45.999Z Downloaded proc-macro2 v1.0.78
10542024-02-01T07:28:45.999Z Downloaded aes v0.8.3
10552024-02-01T07:28:45.999Z Downloaded tracing-core v0.1.31
10562024-02-01T07:28:46.008Z Downloaded same-file v1.0.6
10572024-02-01T07:28:46.008Z Downloaded sct v0.7.0
10582024-02-01T07:28:46.012Z Downloaded vsss-rs v3.3.4
10592024-02-01T07:28:46.012Z Downloaded serde_repr v0.1.16
10602024-02-01T07:28:46.015Z Downloaded semver-parser v0.10.2
10612024-02-01T07:28:46.015Z Downloaded hyper-tls v0.5.0
10622024-02-01T07:28:46.019Z Downloaded zerocopy-derive v0.7.32
10632024-02-01T07:28:46.024Z Downloaded hyper-staticfile v0.9.5
10642024-02-01T07:28:46.027Z Downloaded bytes v1.5.0
10652024-02-01T07:28:46.033Z Downloaded aho-corasick v1.0.4
10662024-02-01T07:28:46.043Z Downloaded toml_datetime v0.6.5
10672024-02-01T07:28:46.046Z Downloaded tokio-native-tls v0.3.1
10682024-02-01T07:28:46.049Z Downloaded tokio-macros v2.2.0
10692024-02-01T07:28:46.056Z Downloaded unicase v2.7.0
10702024-02-01T07:28:46.056Z Downloaded pkcs8 v0.10.2
10712024-02-01T07:28:46.059Z Downloaded p256 v0.13.2
10722024-02-01T07:28:46.063Z Downloaded tokio-postgres v0.7.10
10732024-02-01T07:28:46.071Z Downloaded nom v7.1.3
10742024-02-01T07:28:46.080Z Downloaded cc v1.0.83
10752024-02-01T07:28:46.086Z Downloaded ecdsa v0.16.9
10762024-02-01T07:28:46.092Z Downloaded tokio-tungstenite v0.20.1
10772024-02-01T07:28:46.095Z Downloaded signal-hook v0.3.17
10782024-02-01T07:28:46.099Z Downloaded const-oid v0.9.5
10792024-02-01T07:28:46.102Z Downloaded keccak v0.1.4
10802024-02-01T07:28:46.103Z Downloaded http-range v0.1.5
10812024-02-01T07:28:46.107Z Downloaded strum v0.25.0
10822024-02-01T07:28:46.107Z Downloaded scheduled-thread-pool v0.2.7
10832024-02-01T07:28:46.111Z Downloaded rustfmt-wrapper v0.2.0
10842024-02-01T07:28:46.111Z Downloaded static_assertions v1.1.0
10852024-02-01T07:28:46.115Z Downloaded base64 v0.21.7
10862024-02-01T07:28:46.119Z Downloaded slog v2.7.0
10872024-02-01T07:28:46.125Z Downloaded usdt v0.3.5
10882024-02-01T07:28:46.140Z Downloaded thread-id v4.2.0
10892024-02-01T07:28:46.140Z Downloaded thiserror-no-std v2.0.2
10902024-02-01T07:28:46.144Z Downloaded quote v1.0.35
10912024-02-01T07:28:46.144Z Downloaded schemars_derive v0.8.16
10922024-02-01T07:28:46.144Z Downloaded string_cache v0.8.7
10932024-02-01T07:28:46.144Z Downloaded yasna v0.5.2
10942024-02-01T07:28:46.148Z Downloaded term v0.7.0
10952024-02-01T07:28:46.161Z Downloaded usdt-macro v0.3.5
10962024-02-01T07:28:46.165Z Downloaded darling_macro v0.20.3
10972024-02-01T07:28:46.165Z Downloaded rustversion v1.0.14
10982024-02-01T07:28:46.166Z Downloaded topological-sort v0.2.2
10992024-02-01T07:28:46.166Z Downloaded dirs-sys-next v0.1.2
11002024-02-01T07:28:46.166Z Downloaded zone_cfg_derive v0.3.0
11012024-02-01T07:28:46.166Z Downloaded zone v0.3.0
11022024-02-01T07:28:46.166Z Downloaded hyper-rustls v0.24.2
11032024-02-01T07:28:46.170Z Downloaded glob v0.3.1
11042024-02-01T07:28:46.170Z Downloaded openssl-sys v0.9.96
11052024-02-01T07:28:46.181Z Downloaded headers-core v0.2.0
11062024-02-01T07:28:46.185Z Downloaded endian-type v0.1.2
11072024-02-01T07:28:46.185Z Downloaded resolv-conf v0.7.0
11082024-02-01T07:28:46.185Z Downloaded semver v0.1.20
11092024-02-01T07:28:46.185Z Downloaded terminal_size v0.2.6
11102024-02-01T07:28:46.190Z Downloaded quick-error v1.2.3
11112024-02-01T07:28:46.190Z Downloaded flagset v0.4.3
11122024-02-01T07:28:46.194Z Downloaded strsim v0.10.0
11132024-02-01T07:28:46.194Z Downloaded miniz_oxide v0.7.1
11142024-02-01T07:28:46.197Z Downloaded console v0.15.8
11152024-02-01T07:28:46.202Z Downloaded crossbeam-channel v0.5.8
11162024-02-01T07:28:46.211Z Downloaded sha1 v0.10.6
11172024-02-01T07:28:46.216Z Downloaded derive_more v0.99.17
11182024-02-01T07:28:46.223Z Downloaded backtrace v0.3.69
11192024-02-01T07:28:46.229Z Downloaded phf v0.11.2
11202024-02-01T07:28:46.232Z Downloaded hash32 v0.3.1
11212024-02-01T07:28:46.236Z Downloaded futures-task v0.3.30
11222024-02-01T07:28:46.236Z Downloaded futures-io v0.3.30
11232024-02-01T07:28:46.243Z Downloaded futures-executor v0.3.30
11242024-02-01T07:28:46.243Z Downloaded tokio-rustls v0.24.1
11252024-02-01T07:28:46.243Z Downloaded subprocess v0.2.9
11262024-02-01T07:28:46.247Z Downloaded pest_generator v2.7.6
11272024-02-01T07:28:46.251Z Downloaded pest_derive v2.7.6
11282024-02-01T07:28:46.266Z Downloaded parking_lot v0.12.1
11292024-02-01T07:28:46.275Z Downloaded smf v0.2.2
11302024-02-01T07:28:46.275Z Downloaded derive-where v1.2.7
11312024-02-01T07:28:46.275Z Downloaded zeroize_derive v1.4.2
11322024-02-01T07:28:46.275Z Downloaded zeroize v1.7.0
11332024-02-01T07:28:46.276Z Downloaded zerocopy v0.3.0
11342024-02-01T07:28:46.276Z Downloaded xattr v1.0.1
11352024-02-01T07:28:46.279Z Downloaded thiserror-impl-no-std v2.0.2
11362024-02-01T07:28:46.279Z Downloaded serde_urlencoded v0.7.1
11372024-02-01T07:28:46.279Z Downloaded lazy_static v1.4.0
11382024-02-01T07:28:46.279Z Downloaded dof v0.3.0
11392024-02-01T07:28:46.283Z Downloaded native-tls v0.2.11
11402024-02-01T07:28:46.288Z Downloaded arc-swap v1.6.0
11412024-02-01T07:28:46.292Z Downloaded num-complex v0.4.4
11422024-02-01T07:28:46.297Z Downloaded io-lifetimes v1.0.11
11432024-02-01T07:28:46.297Z Downloaded trust-dns-server v0.22.1
11442024-02-01T07:28:46.307Z Downloaded password-hash v0.5.0
11452024-02-01T07:28:46.313Z Downloaded defmt-macros v0.3.6
11462024-02-01T07:28:46.317Z Downloaded log v0.4.20
11472024-02-01T07:28:46.321Z Downloaded httparse v1.8.0
11482024-02-01T07:28:46.326Z Downloaded clap_derive v4.4.2
11492024-02-01T07:28:46.326Z Downloaded multer v3.0.0
11502024-02-01T07:28:46.333Z Downloaded itoa v1.0.9
11512024-02-01T07:28:46.337Z Downloaded base64ct v1.6.0
11522024-02-01T07:28:46.337Z Downloaded chacha20poly1305 v0.10.1
11532024-02-01T07:28:46.342Z Downloaded parking_lot v0.11.2
11542024-02-01T07:28:46.346Z Downloaded once_cell v1.19.0
11552024-02-01T07:28:46.346Z Downloaded unicode-xid v0.2.4
11562024-02-01T07:28:46.350Z Downloaded futures-sink v0.3.30
11572024-02-01T07:28:46.350Z Downloaded embedded-io v0.4.0
11582024-02-01T07:28:46.356Z Downloaded password-hash v0.4.2
11592024-02-01T07:28:46.360Z Downloaded parking_lot_core v0.8.6
11602024-02-01T07:28:46.360Z Downloaded owo-colors v4.0.0
11612024-02-01T07:28:46.364Z Downloaded byteorder v1.5.0
11622024-02-01T07:28:46.368Z Downloaded ghash v0.5.0
11632024-02-01T07:28:46.368Z Downloaded display-error-chain v0.2.0
11642024-02-01T07:28:46.385Z Downloaded backoff v0.4.0
11652024-02-01T07:28:46.385Z Downloaded ciborium v0.2.2
11662024-02-01T07:28:46.390Z Downloaded camino-tempfile v1.1.1
11672024-02-01T07:28:46.390Z Downloaded clap_lex v0.5.1
11682024-02-01T07:28:46.390Z Downloaded http-body v0.4.5
11692024-02-01T07:28:46.390Z Downloaded hex-literal v0.4.1
11702024-02-01T07:28:46.391Z Downloaded hash32 v0.2.1
11712024-02-01T07:28:46.391Z Downloaded futures-macro v0.3.30
11722024-02-01T07:28:46.404Z Downloaded pin-utils v0.1.0
11732024-02-01T07:28:46.404Z Downloaded num-rational v0.4.1
11742024-02-01T07:28:46.404Z Downloaded darling v0.20.3
11752024-02-01T07:28:46.816Z Downloaded num_enum_derive v0.5.11
11762024-02-01T07:28:46.816Z Downloaded fixedbitset v0.4.2
11772024-02-01T07:28:46.817Z Downloaded dof v0.1.5
11782024-02-01T07:28:46.817Z Downloaded paste v1.0.14
11792024-02-01T07:28:46.817Z Downloaded md-5 v0.10.5
11802024-02-01T07:28:46.817Z Downloaded lru-cache v0.1.2
11812024-02-01T07:28:46.817Z Downloaded defmt v0.3.5
11822024-02-01T07:28:46.817Z Downloaded cobs v0.2.3
11832024-02-01T07:28:46.817Z Downloaded bitflags v2.4.0
11842024-02-01T07:28:46.817Z Downloaded pem-rfc7468 v0.7.0
11852024-02-01T07:28:46.817Z Downloaded structmeta-derive v0.2.0
11862024-02-01T07:28:46.817Z Downloaded pbkdf2 v0.11.0
11872024-02-01T07:28:46.817Z Downloaded allocator-api2 v0.2.16
11882024-02-01T07:28:46.817Z Downloaded usdt-attr-macro v0.3.5
11892024-02-01T07:28:46.817Z Downloaded thiserror v1.0.56
11902024-02-01T07:28:46.817Z Downloaded percent-encoding v2.3.1
11912024-02-01T07:28:46.817Z Downloaded parse-display-derive v0.8.2
11922024-02-01T07:28:46.817Z Downloaded defmt-parser v0.3.3
11932024-02-01T07:28:46.817Z Downloaded take_mut v0.2.2
11942024-02-01T07:28:46.817Z Downloaded predicates-core v1.0.6
11952024-02-01T07:28:46.817Z Downloaded ppv-lite86 v0.2.17
11962024-02-01T07:28:46.817Z Downloaded libsw v3.3.1
11972024-02-01T07:28:46.817Z Downloaded linear-map v1.2.0
11982024-02-01T07:28:46.817Z Downloaded managed v0.8.0
11992024-02-01T07:28:46.818Z Downloaded cancel-safe-futures v0.1.5
12002024-02-01T07:28:46.818Z Downloaded async-trait v0.1.77
12012024-02-01T07:28:46.818Z Downloaded nibble_vec v0.1.0
12022024-02-01T07:28:46.818Z Downloaded crossbeam-utils v0.8.16
12032024-02-01T07:28:46.818Z Downloaded strum_macros v0.25.2
12042024-02-01T07:28:46.818Z Downloaded chacha20 v0.9.1
12052024-02-01T07:28:46.818Z Downloaded cfg-if v1.0.0
12062024-02-01T07:28:46.818Z Downloaded ciborium-ll v0.2.2
12072024-02-01T07:28:46.818Z Downloaded cipher v0.4.4
12082024-02-01T07:28:46.818Z Downloaded block-buffer v0.10.4
12092024-02-01T07:28:46.818Z Downloaded anyhow v1.0.75
12102024-02-01T07:28:46.819Z Downloaded opaque-debug v0.3.0
12112024-02-01T07:28:46.819Z Downloaded cstr-argument v0.1.2
12122024-02-01T07:28:46.819Z Downloaded curve25519-dalek-derive v0.1.0
12132024-02-01T07:28:46.819Z Downloaded crucible-workspace-hack v0.1.0
12142024-02-01T07:28:46.819Z Downloaded ciborium-io v0.2.2
12152024-02-01T07:28:46.819Z Downloaded num_threads v0.1.6
12162024-02-01T07:28:46.819Z Downloaded pbkdf2 v0.12.2
12172024-02-01T07:28:46.819Z Downloaded blake2 v0.10.6
12182024-02-01T07:28:46.819Z Downloaded dirs-next v2.0.0
12192024-02-01T07:28:46.819Z Downloaded num_enum v0.5.11
12202024-02-01T07:28:46.820Z Downloaded deranged v0.3.8
12212024-02-01T07:28:46.820Z Downloaded debug-ignore v1.0.5
12222024-02-01T07:28:46.820Z Downloaded darling_core v0.20.3
12232024-02-01T07:28:46.820Z Downloaded bzip2 v0.4.4
12242024-02-01T07:28:46.820Z Downloaded md5 v0.7.0
12252024-02-01T07:28:46.820Z Downloaded block-padding v0.3.3
12262024-02-01T07:28:46.820Z Downloaded dirs-sys v0.4.1
12272024-02-01T07:28:46.820Z Downloaded bcrypt-pbkdf v0.10.0
12282024-02-01T07:28:46.820Z Downloaded camino v1.1.6
12292024-02-01T07:28:46.820Z Downloaded bit-set v0.5.3
12302024-02-01T07:28:46.820Z Downloaded autocfg v1.1.0
12312024-02-01T07:28:46.820Z Downloaded openssl-macros v0.1.1
12322024-02-01T07:28:46.820Z Downloaded der_derive v0.7.2
12332024-02-01T07:28:46.820Z Downloaded memoffset v0.9.0
12342024-02-01T07:28:46.820Z Downloaded cbc v0.1.2
12352024-02-01T07:28:46.820Z Downloaded linked-hash-map v0.5.6
12362024-02-01T07:28:46.820Z Downloaded colorchoice v1.0.0
12372024-02-01T07:28:46.820Z Downloaded anstream v0.5.0
12382024-02-01T07:28:46.820Z Downloaded anstyle-parse v0.2.1
12392024-02-01T07:28:46.820Z Downloaded pretty-hex v0.2.1
12402024-02-01T07:28:46.820Z Downloaded proc-macro-error v1.0.4
12412024-02-01T07:28:46.820Z Downloaded tracing-attributes v0.1.26
12422024-02-01T07:28:46.820Z Downloaded postgres-protocol v0.6.6
12432024-02-01T07:28:46.820Z Downloaded try-lock v0.2.4
12442024-02-01T07:28:46.821Z Downloaded proc-macro-error-attr v1.0.4
12452024-02-01T07:28:46.821Z Downloaded precomputed-hash v0.1.1
12462024-02-01T07:28:46.821Z Downloaded postgres-types v0.2.6
12472024-02-01T07:28:46.822Z Downloaded poly1305 v0.8.0
12482024-02-01T07:28:46.822Z Downloaded data-encoding v2.4.0
12492024-02-01T07:28:46.822Z Downloaded blowfish v0.9.1
12502024-02-01T07:28:46.822Z Downloaded async-stream v0.3.5
12512024-02-01T07:28:46.823Z Downloaded polyval v0.6.1
12522024-02-01T07:28:46.823Z Downloaded platforms v3.0.2
12532024-02-01T07:28:46.823Z Downloaded plain v0.2.3
12542024-02-01T07:28:46.823Z Downloaded pkg-config v0.3.27
12552024-02-01T07:28:46.823Z Downloaded atomicwrites v0.4.3
12562024-02-01T07:28:46.823Z Downloaded anstyle-query v1.0.0
12572024-02-01T07:28:46.823Z Downloaded atomic-waker v1.1.1
12582024-02-01T07:28:46.823Z Downloaded adler v1.0.2
12592024-02-01T07:28:46.823Z Downloaded num-derive v0.4.0
12602024-02-01T07:28:46.823Z Downloaded macaddr v1.0.1
12612024-02-01T07:28:46.823Z Downloaded diesel_table_macro_syntax v0.1.0
12622024-02-01T07:28:47.150Z Compiling proc-macro2 v1.0.78
12632024-02-01T07:28:47.153Z Compiling unicode-ident v1.0.12
12642024-02-01T07:28:47.153Z Compiling libc v0.2.152
12652024-02-01T07:28:47.153Z Compiling serde v1.0.195
12662024-02-01T07:28:47.174Z Compiling version_check v0.9.4
12672024-02-01T07:28:47.177Z Compiling autocfg v1.1.0
12682024-02-01T07:28:47.177Z Compiling cfg-if v1.0.0
12692024-02-01T07:28:47.423Z Compiling once_cell v1.19.0
12702024-02-01T07:28:47.447Z Compiling syn v1.0.109
12712024-02-01T07:28:47.554Z Compiling thiserror v1.0.56
12722024-02-01T07:28:48.134Z Compiling memchr v2.6.3
12732024-02-01T07:28:48.521Z Compiling typenum v1.16.0
12742024-02-01T07:28:48.599Z Compiling lock_api v0.4.10
12752024-02-01T07:28:48.750Z Compiling byteorder v1.5.0
12762024-02-01T07:28:49.030Z Compiling ahash v0.8.6
12772024-02-01T07:28:49.049Z Compiling parking_lot_core v0.9.8
12782024-02-01T07:28:49.445Z Compiling generic-array v0.14.7
12792024-02-01T07:28:49.493Z Compiling libm v0.2.7
12802024-02-01T07:28:49.659Z Compiling num-traits v0.2.16
12812024-02-01T07:28:49.952Z Compiling serde_json v1.0.113
12822024-02-01T07:28:50.122Z Compiling itoa v1.0.9
12832024-02-01T07:28:50.224Z Compiling quote v1.0.35
12842024-02-01T07:28:50.658Z Compiling slab v0.4.9
12852024-02-01T07:28:50.757Z Compiling log v0.4.20
12862024-02-01T07:28:51.098Z Compiling syn v2.0.48
12872024-02-01T07:28:51.123Z Compiling getrandom v0.2.10
12882024-02-01T07:28:51.354Z Compiling cc v1.0.83
12892024-02-01T07:28:51.514Z Compiling rand_core v0.6.4
12902024-02-01T07:28:52.338Z Compiling scopeguard v1.2.0
12912024-02-01T07:28:52.482Z Compiling ryu v1.0.15
12922024-02-01T07:28:53.134Z Compiling pkg-config v0.3.27
12932024-02-01T07:28:53.276Z Compiling allocator-api2 v0.2.16
12942024-02-01T07:28:53.315Z Compiling smallvec v1.11.2
12952024-02-01T07:28:53.566Z Compiling equivalent v1.0.1
12962024-02-01T07:28:53.722Z Compiling heck v0.4.1
12972024-02-01T07:28:53.971Z Compiling subtle v2.5.0
12982024-02-01T07:28:54.457Z Compiling schemars v0.8.16
12992024-02-01T07:28:55.225Z Compiling vcpkg v0.2.15
13002024-02-01T07:28:55.373Z Compiling pin-project-lite v0.2.13
13012024-02-01T07:28:55.667Z Compiling httparse v1.8.0
13022024-02-01T07:28:56.030Z Compiling ucd-trie v0.1.6
13032024-02-01T07:28:56.442Z Compiling ring v0.17.7
13042024-02-01T07:28:56.664Z Compiling parking_lot v0.12.1
13052024-02-01T07:28:56.884Z Compiling ring v0.16.20
13062024-02-01T07:28:57.101Z Compiling signal-hook-registry v1.4.1
13072024-02-01T07:28:58.339Z Compiling fnv v1.0.7
13082024-02-01T07:28:58.397Z Compiling mio v0.8.9
13092024-02-01T07:28:58.840Z Compiling iana-time-zone v0.1.57
13102024-02-01T07:28:58.962Z Compiling openssl-sys v0.9.96
13112024-02-01T07:28:59.536Z Compiling const-oid v0.9.5
13122024-02-01T07:28:59.626Z Compiling semver v1.0.21
13132024-02-01T07:29:00.402Z Compiling openssl v0.10.60
13142024-02-01T07:29:00.458Z Compiling socket2 v0.5.5
13152024-02-01T07:29:00.637Z Compiling num_cpus v1.16.0
13162024-02-01T07:29:00.814Z Compiling rustls v0.21.9
13172024-02-01T07:29:01.396Z Compiling native-tls v0.2.11
13182024-02-01T07:29:02.080Z Compiling dyn-clone v1.0.13
13192024-02-01T07:29:02.109Z Compiling futures-core v0.3.30
13202024-02-01T07:29:02.469Z Compiling aho-corasick v1.0.4
13212024-02-01T07:29:02.677Z Compiling regex-syntax v0.8.2
13222024-02-01T07:29:03.124Z Compiling serde_derive_internals v0.26.0
13232024-02-01T07:29:03.501Z Compiling spin v0.5.2
13242024-02-01T07:29:03.838Z Compiling async-trait v0.1.77
13252024-02-01T07:29:04.673Z Compiling futures-sink v0.3.30
13262024-02-01T07:29:04.905Z Compiling backtrace v0.3.69
13272024-02-01T07:29:05.482Z Compiling tinyvec_macros v0.1.1
13282024-02-01T07:29:05.537Z Compiling rustix v0.38.30
13292024-02-01T07:29:05.610Z Compiling tinyvec v1.6.0
13302024-02-01T07:29:06.395Z Compiling futures-channel v0.3.30
13312024-02-01T07:29:07.357Z Compiling futures-io v0.3.30
13322024-02-01T07:29:07.822Z Compiling pin-utils v0.1.0
13332024-02-01T07:29:07.879Z Compiling winnow v0.5.15
13342024-02-01T07:29:07.954Z Compiling futures-task v0.3.30
13352024-02-01T07:29:08.390Z Compiling regex-automata v0.4.4
13362024-02-01T07:29:08.418Z Compiling unicode-normalization v0.1.22
13372024-02-01T07:29:08.758Z Compiling spin v0.9.8
13382024-02-01T07:29:09.692Z Compiling tracing-core v0.1.31
13392024-02-01T07:29:10.134Z Compiling anyhow v1.0.75
13402024-02-01T07:29:10.221Z Compiling cpufeatures v0.2.12
13412024-02-01T07:29:10.366Z Compiling unicode-width v0.1.11
13422024-02-01T07:29:10.605Z Compiling unicode-bidi v0.3.13
13432024-02-01T07:29:13.097Z Compiling crc32fast v1.3.2
13442024-02-01T07:29:13.731Z Compiling slog v2.7.0
13452024-02-01T07:29:13.987Z Compiling time-core v0.1.1
13462024-02-01T07:29:14.231Z Compiling time-macros v0.2.13
13472024-02-01T07:29:15.063Z Compiling regex v1.10.3
13482024-02-01T07:29:15.455Z Compiling serde_derive v1.0.195
13492024-02-01T07:29:15.763Z Compiling zerocopy-derive v0.7.32
13502024-02-01T07:29:16.857Z Compiling zeroize_derive v1.4.2
13512024-02-01T07:29:16.885Z Compiling thiserror-impl v1.0.56
13522024-02-01T07:29:17.645Z Compiling tokio-macros v2.2.0
13532024-02-01T07:29:19.492Z Compiling zeroize v1.7.0
13542024-02-01T07:29:19.721Z Compiling zerocopy v0.7.32
13552024-02-01T07:29:19.853Z Compiling futures-macro v0.3.30
13562024-02-01T07:29:20.053Z Compiling tracing-attributes v0.1.26
13572024-02-01T07:29:20.448Z Compiling schemars_derive v0.8.16
13582024-02-01T07:29:22.539Z Compiling crypto-common v0.1.6
13592024-02-01T07:29:22.570Z Compiling pest v2.7.6
13602024-02-01T07:29:23.356Z Compiling hashbrown v0.14.2
13612024-02-01T07:29:23.402Z Compiling openssl-macros v0.1.1
13622024-02-01T07:29:24.189Z Compiling block-buffer v0.10.4
13632024-02-01T07:29:24.586Z Compiling digest v0.10.7
13642024-02-01T07:29:24.611Z Compiling hashbrown v0.13.2
13652024-02-01T07:29:25.858Z Compiling futures-util v0.3.30
13662024-02-01T07:29:26.499Z Compiling der_derive v0.7.2
13672024-02-01T07:29:27.210Z Compiling pest_meta v2.7.6
13682024-02-01T07:29:27.371Z Compiling tracing v0.1.37
13692024-02-01T07:29:28.938Z Compiling pest_generator v2.7.6
13702024-02-01T07:29:30.400Z Compiling num-integer v0.1.45
13712024-02-01T07:29:30.847Z Compiling untrusted v0.9.0
13722024-02-01T07:29:31.107Z Compiling foreign-types-shared v0.1.1
13732024-02-01T07:29:31.266Z Compiling untrusted v0.7.1
13742024-02-01T07:29:31.842Z Compiling percent-encoding v2.3.1
13752024-02-01T07:29:32.342Z Compiling foreign-types v0.3.2
13762024-02-01T07:29:35.628Z Compiling pest_derive v2.7.6
13772024-02-01T07:29:35.927Z Compiling errno v0.3.8
13782024-02-01T07:29:36.260Z Compiling ppv-lite86 v0.2.17
13792024-02-01T07:29:36.549Z Compiling try-lock v0.2.4
13802024-02-01T07:29:36.791Z Compiling base64 v0.21.7
13812024-02-01T07:29:36.905Z Compiling unicode-xid v0.2.4
13822024-02-01T07:29:37.148Z Compiling synstructure v0.12.6
13832024-02-01T07:29:37.544Z Compiling want v0.3.1
13842024-02-01T07:29:38.033Z Compiling rustls-webpki v0.101.7
13852024-02-01T07:29:38.173Z Compiling sct v0.7.0
13862024-02-01T07:29:38.647Z Compiling form_urlencoded v1.2.1
13872024-02-01T07:29:38.889Z Compiling scroll_derive v0.12.0
13882024-02-01T07:29:39.171Z Compiling socket2 v0.4.9
13892024-02-01T07:29:39.704Z Compiling io-lifetimes v1.0.11
13902024-02-01T07:29:40.011Z Compiling bytes v1.5.0
13912024-02-01T07:29:40.488Z Compiling indexmap v2.2.2
13922024-02-01T07:29:40.511Z Compiling chrono v0.4.31
13932024-02-01T07:29:40.600Z Compiling uuid v1.7.0
13942024-02-01T07:29:42.208Z Compiling tokio v1.35.1
13952024-02-01T07:29:42.469Z Compiling http v0.2.11
13962024-02-01T07:29:42.960Z Compiling bitflags v2.4.0
13972024-02-01T07:29:43.253Z Compiling serde_spanned v0.6.4
13982024-02-01T07:29:43.595Z Compiling toml_datetime v0.6.5
13992024-02-01T07:29:43.598Z Compiling openapiv3 v2.0.0
14002024-02-01T07:29:45.277Z Compiling toml_edit v0.19.15
14012024-02-01T07:29:46.447Z Compiling rustc_version v0.4.0
14022024-02-01T07:29:48.997Z Compiling serde_tokenstream v0.2.0
14032024-02-01T07:29:49.716Z Compiling http-body v0.4.5
14042024-02-01T07:29:52.054Z Compiling tower-service v0.3.2
14052024-02-01T07:29:52.231Z Compiling httpdate v1.0.3
14062024-02-01T07:29:52.964Z Compiling openssl-probe v0.1.5
14072024-02-01T07:29:53.484Z Compiling zerocopy-derive v0.2.0
14082024-02-01T07:29:54.911Z Compiling idna v0.5.0
14092024-02-01T07:29:56.800Z Compiling tokio-util v0.7.10
14102024-02-01T07:29:57.650Z Compiling lazy_static v1.4.0
14112024-02-01T07:29:57.811Z Compiling thread-id v4.2.0
14122024-02-01T07:29:57.975Z Compiling crossbeam-utils v0.8.16
14132024-02-01T07:29:58.549Z Compiling adler v1.0.2
14142024-02-01T07:29:58.712Z Compiling h2 v0.3.24
14152024-02-01T07:29:58.878Z Compiling miniz_oxide v0.7.1
14162024-02-01T07:29:59.299Z Compiling url v2.5.0
14172024-02-01T07:30:02.426Z Compiling tokio-native-tls v0.3.1
14182024-02-01T07:30:02.557Z Compiling tokio-rustls v0.24.1
14192024-02-01T07:30:02.567Z Compiling rand_chacha v0.3.1
14202024-02-01T07:30:02.843Z Compiling ipnet v2.9.0
14212024-02-01T07:30:03.797Z Compiling rustix v0.37.23
14222024-02-01T07:30:04.381Z Compiling rand v0.8.5
14232024-02-01T07:30:04.812Z Compiling serde_urlencoded v0.7.1
14242024-02-01T07:30:04.943Z Compiling rustls-pemfile v1.0.3
14252024-02-01T07:30:05.797Z Compiling usdt-impl v0.3.5
14262024-02-01T07:30:05.859Z Compiling encoding_rs v0.8.33
14272024-02-01T07:30:06.292Z Compiling mime v0.3.17
14282024-02-01T07:30:06.517Z Compiling gimli v0.28.0
14292024-02-01T07:30:07.283Z Compiling webpki-roots v0.25.2
14302024-02-01T07:30:09.509Z Compiling regress v0.7.1
14312024-02-01T07:30:09.582Z Compiling object v0.32.1
14322024-02-01T07:30:10.307Z Compiling hyper v0.14.27
14332024-02-01T07:30:13.102Z Compiling num-bigint v0.4.4
14342024-02-01T07:30:13.737Z Compiling addr2line v0.21.0
14352024-02-01T07:30:14.248Z Compiling usdt-impl v0.5.0
14362024-02-01T07:30:14.648Z Compiling rustc-demangle v0.1.23
14372024-02-01T07:30:15.516Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14382024-02-01T07:30:16.005Z Compiling flate2 v1.0.28
14392024-02-01T07:30:16.273Z Compiling zerocopy v0.3.0
14402024-02-01T07:30:16.913Z Compiling heapless v0.7.16
14412024-02-01T07:30:17.569Z Compiling scroll v0.12.0
14422024-02-01T07:30:17.719Z Compiling bzip2-sys v0.1.11+1.0.8
14432024-02-01T07:30:17.852Z Compiling signal-hook v0.3.17
14442024-02-01T07:30:18.418Z Compiling rustversion v1.0.14
14452024-02-01T07:30:18.704Z Compiling plain v0.2.3
14462024-02-01T07:30:18.939Z Compiling goblin v0.8.0
14472024-02-01T07:30:21.292Z Compiling dof v0.1.5
14482024-02-01T07:30:22.446Z Compiling hyper-rustls v0.24.2
14492024-02-01T07:30:22.513Z Compiling hyper-tls v0.5.0
14502024-02-01T07:30:22.975Z Compiling reqwest v0.11.22
14512024-02-01T07:30:23.023Z Compiling toml v0.7.8
14522024-02-01T07:30:23.988Z Compiling toml_edit v0.21.0
14532024-02-01T07:30:25.265Z Compiling hex v0.4.3
14542024-02-01T07:30:25.612Z Compiling dtrace-parser v0.1.14
14552024-02-01T07:30:26.035Z Compiling memoffset v0.9.0
14562024-02-01T07:30:26.254Z Compiling camino v1.1.6
14572024-02-01T07:30:26.487Z Compiling base64ct v1.6.0
14582024-02-01T07:30:27.121Z Compiling strsim v0.10.0
14592024-02-01T07:30:27.235Z Compiling pretty-hex v0.4.1
14602024-02-01T07:30:28.396Z Compiling dof v0.3.0
14612024-02-01T07:30:30.938Z Compiling serde_tokenstream v0.1.7
14622024-02-01T07:30:31.838Z Compiling dtrace-parser v0.2.0
14632024-02-01T07:30:32.787Z Compiling smoltcp v0.9.1
14642024-02-01T07:30:33.092Z Compiling bitflags v1.3.2
14652024-02-01T07:30:33.775Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14662024-02-01T07:30:34.054Z Compiling pem-rfc7468 v0.7.0
14672024-02-01T07:30:34.247Z Compiling strum_macros v0.25.2
14682024-02-01T07:30:35.297Z Compiling hmac v0.12.1
14692024-02-01T07:30:35.673Z Compiling enum-as-inner v0.5.1
14702024-02-01T07:30:35.697Z Compiling num-iter v0.1.43
14712024-02-01T07:30:36.134Z Compiling crossbeam-epoch v0.9.15
14722024-02-01T07:30:36.560Z Compiling flagset v0.4.3
14732024-02-01T07:30:36.936Z Compiling siphasher v0.3.11
14742024-02-01T07:30:37.360Z Compiling unicode-segmentation v1.10.1
14752024-02-01T07:30:37.579Z Compiling der v0.7.8
14762024-02-01T07:30:37.736Z Compiling usdt-macro v0.3.5
14772024-02-01T07:30:37.921Z Compiling usdt-attr-macro v0.3.5
14782024-02-01T07:30:39.878Z Compiling hubpack_derive v0.1.1
14792024-02-01T07:30:39.982Z Compiling zerocopy-derive v0.6.4
14802024-02-01T07:30:41.992Z Compiling anstyle v1.0.2
14812024-02-01T07:30:42.520Z Compiling num_threads v0.1.6
14822024-02-01T07:30:42.728Z Compiling utf8parse v0.2.1
14832024-02-01T07:30:43.106Z Compiling deranged v0.3.8
14842024-02-01T07:30:43.396Z Compiling sha2 v0.10.8
14852024-02-01T07:30:43.524Z Compiling anstyle-parse v0.2.1
14862024-02-01T07:30:44.184Z Compiling spki v0.7.2
14872024-02-01T07:30:46.024Z Compiling time v0.3.27
14882024-02-01T07:30:47.125Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14892024-02-01T07:30:48.918Z Compiling md-5 v0.10.5
14902024-02-01T07:30:49.704Z Compiling block-padding v0.3.3
14912024-02-01T07:30:49.880Z Compiling clap_derive v4.4.2
14922024-02-01T07:30:50.086Z Compiling stringprep v0.1.3
14932024-02-01T07:30:50.110Z Compiling getopts v0.2.21
14942024-02-01T07:30:51.744Z Compiling diesel_table_macro_syntax v0.1.0
14952024-02-01T07:30:52.377Z Compiling hash32 v0.2.1
14962024-02-01T07:30:55.002Z Compiling fallible-iterator v0.2.0
14972024-02-01T07:30:55.788Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14982024-02-01T07:30:55.989Z Compiling stable_deref_trait v1.2.0
14992024-02-01T07:30:56.127Z Compiling colorchoice v1.0.0
15002024-02-01T07:30:56.186Z Compiling anstyle-query v1.0.0
15012024-02-01T07:30:56.357Z Compiling anstream v0.5.0
15022024-02-01T07:30:56.381Z Compiling postgres-protocol v0.6.6
15032024-02-01T07:30:58.295Z Compiling diesel_derives v2.1.2
15042024-02-01T07:30:58.460Z Compiling inout v0.1.3
15052024-02-01T07:30:59.602Z Compiling terminal_size v0.2.6
15062024-02-01T07:31:00.330Z Compiling pkcs8 v0.10.2
15072024-02-01T07:31:01.150Z Compiling phf_shared v0.11.2
15082024-02-01T07:31:03.696Z Compiling ff v0.13.0
15092024-02-01T07:31:04.423Z Compiling serde_repr v0.1.16
15102024-02-01T07:31:04.609Z Compiling scheduled-thread-pool v0.2.7
15112024-02-01T07:31:05.698Z Compiling bit-vec v0.6.3
15122024-02-01T07:31:05.799Z Compiling base16ct v0.2.0
15132024-02-01T07:31:06.112Z Compiling regex-automata v0.1.10
15142024-02-01T07:31:06.417Z Compiling clap_lex v0.5.1
15152024-02-01T07:31:06.600Z Compiling unsafe-libyaml v0.2.10
15162024-02-01T07:31:07.110Z Compiling managed v0.8.0
15172024-02-01T07:31:07.253Z Compiling matches v0.1.10
15182024-02-01T07:31:07.384Z Compiling idna v0.2.3
15192024-02-01T07:31:09.842Z Compiling serde_yaml v0.9.25
15202024-02-01T07:31:11.039Z Compiling clap_builder v4.4.2
15212024-02-01T07:31:11.358Z Compiling bstr v0.2.17
15222024-02-01T07:31:13.375Z Compiling sec1 v0.7.3
15232024-02-01T07:31:14.269Z Compiling r2d2 v0.8.10
15242024-02-01T07:31:15.087Z Compiling group v0.13.0
15252024-02-01T07:31:17.218Z Compiling phf v0.11.2
15262024-02-01T07:31:17.657Z Compiling signal-hook-mio v0.2.3
15272024-02-01T07:31:17.684Z Compiling bzip2 v0.4.4
15282024-02-01T07:31:17.884Z Compiling cipher v0.4.4
15292024-02-01T07:31:18.289Z Compiling postgres-types v0.2.6
15302024-02-01T07:31:18.421Z Compiling zerocopy v0.6.4
15312024-02-01T07:31:18.705Z Compiling hubpack v0.1.2
15322024-02-01T07:31:18.848Z Compiling phf_shared v0.10.0
15332024-02-01T07:31:19.621Z Compiling hkdf v0.12.4
15342024-02-01T07:31:19.792Z Compiling crypto-bigint v0.5.2
15352024-02-01T07:31:19.818Z Compiling ipnetwork v0.20.0
15362024-02-01T07:31:20.006Z Compiling futures-executor v0.3.30
15372024-02-01T07:31:21.029Z Compiling float-cmp v0.9.0
15382024-02-01T07:31:21.371Z Compiling data-encoding v2.4.0
15392024-02-01T07:31:22.739Z Compiling static_assertions v1.1.0
15402024-02-01T07:31:25.301Z Compiling difflib v0.4.0
15412024-02-01T07:31:25.380Z Compiling predicates-core v1.0.6
15422024-02-01T07:31:25.695Z Compiling regex-automata v0.3.8
15432024-02-01T07:31:26.835Z Compiling precomputed-hash v0.1.1
15442024-02-01T07:31:27.003Z Compiling normalize-line-endings v0.3.0
15452024-02-01T07:31:27.224Z Compiling new_debug_unreachable v1.0.4
15462024-02-01T07:31:27.321Z Compiling whoami v1.4.1
15472024-02-01T07:31:27.383Z Compiling fixedbitset v0.4.2
15482024-02-01T07:31:27.977Z Compiling either v1.9.0
15492024-02-01T07:31:28.540Z Compiling minimal-lexical v0.2.1
15502024-02-01T07:31:28.606Z Compiling bstr v1.6.0
15512024-02-01T07:31:42.495Z Compiling nom v7.1.3
15522024-02-01T07:31:43.718Z Compiling itertools v0.10.5
15532024-02-01T07:31:43.718Z Compiling petgraph v0.6.4
15542024-02-01T07:31:43.718Z Compiling tokio-postgres v0.7.10
15552024-02-01T07:31:43.718Z Compiling string_cache v0.8.7
15562024-02-01T07:31:43.718Z Compiling predicates v3.1.0
15572024-02-01T07:31:44.106Z Compiling diesel v2.1.4
15582024-02-01T07:31:44.106Z Compiling trust-dns-proto v0.22.0
15592024-02-01T07:31:44.106Z Compiling elliptic-curve v0.13.8
15602024-02-01T07:31:44.106Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15612024-02-01T07:31:44.106Z Compiling futures v0.3.30
15622024-02-01T07:31:44.107Z Compiling yasna v0.5.2
15632024-02-01T07:31:44.107Z Compiling zip v0.6.6
15642024-02-01T07:31:44.107Z Compiling crossterm v0.27.0
15652024-02-01T07:31:44.107Z Compiling clap v4.4.3
15662024-02-01T07:31:44.107Z Compiling similar v2.3.0
15672024-02-01T07:31:44.107Z Compiling bit-set v0.5.3
15682024-02-01T07:31:44.107Z Compiling usdt v0.3.5
15692024-02-01T07:31:44.107Z Compiling console v0.15.8
15702024-02-01T07:31:44.107Z Compiling tokio-stream v0.1.14
15712024-02-01T07:31:44.107Z Compiling lalrpop-util v0.19.12
15722024-02-01T07:31:48.670Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15732024-02-01T07:32:02.239Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15742024-02-01T07:32:41.772Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15752024-02-01T07:32:45.286Z Compiling sha1 v0.10.6
15762024-02-01T07:32:46.320Z Compiling atty v0.2.14
15772024-02-01T07:32:46.744Z Compiling match_cfg v0.1.0
15782024-02-01T07:32:46.744Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15792024-02-01T07:32:46.744Z Compiling hostname v0.3.1
15802024-02-01T07:32:46.839Z Compiling dirs-sys-next v0.1.2
15812024-02-01T07:32:47.009Z Compiling ident_case v1.0.1
15822024-02-01T07:32:47.175Z Compiling rustls-pki-types v1.1.0
15832024-02-01T07:32:47.272Z Compiling darling_core v0.20.3
15842024-02-01T07:32:47.522Z Compiling dirs-next v2.0.0
15852024-02-01T07:32:47.834Z Compiling thread_local v1.1.7
15862024-02-01T07:32:47.854Z Compiling rustls v0.22.2
15872024-02-01T07:32:48.249Z Compiling slog-async v2.8.0
15882024-02-01T07:32:48.575Z Compiling rustls-webpki v0.102.1
15892024-02-01T07:32:48.722Z Compiling term v0.7.0
15902024-02-01T07:32:49.117Z Compiling crossbeam-channel v0.5.8
15912024-02-01T07:32:49.476Z Compiling multer v3.0.0
15922024-02-01T07:32:49.903Z Compiling instant v0.1.12
15932024-02-01T07:32:50.113Z Compiling take_mut v0.2.2
15942024-02-01T07:32:50.341Z Compiling paste v1.0.14
15952024-02-01T07:32:51.313Z Compiling slog-term v2.9.0
15962024-02-01T07:32:51.382Z Compiling slog-json v2.6.1
15972024-02-01T07:32:52.021Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15982024-02-01T07:32:52.139Z Compiling http v1.0.0
15992024-02-01T07:32:52.335Z Compiling async-stream-impl v0.3.5
16002024-02-01T07:32:53.005Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16012024-02-01T07:32:53.368Z Compiling debug-ignore v1.0.5
16022024-02-01T07:32:53.445Z Compiling atomic-waker v1.1.1
16032024-02-01T07:32:53.663Z Compiling waitgroup v0.1.2
16042024-02-01T07:32:54.141Z Compiling slog-bunyan v2.5.0
16052024-02-01T07:32:54.153Z Compiling rustls-pemfile v2.0.0
16062024-02-01T07:32:54.608Z Compiling async-stream v0.3.5
16072024-02-01T07:32:55.070Z Compiling toml v0.8.8
16082024-02-01T07:32:55.967Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16092024-02-01T07:32:56.377Z Compiling serde_path_to_error v0.1.15
16102024-02-01T07:32:56.578Z Compiling structmeta-derive v0.2.0
16112024-02-01T07:32:57.565Z Compiling darling_macro v0.20.3
16122024-02-01T07:32:57.856Z Compiling strum v0.25.0
16132024-02-01T07:32:57.995Z Compiling regex-syntax v0.7.5
16142024-02-01T07:32:58.098Z Compiling backoff v0.4.0
16152024-02-01T07:32:58.616Z Compiling tokio-rustls v0.25.0
16162024-02-01T07:32:59.198Z Compiling darling v0.20.3
16172024-02-01T07:32:59.277Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16182024-02-01T07:32:59.368Z Compiling serde_with_macros v3.5.1
16192024-02-01T07:33:00.478Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16202024-02-01T07:33:00.714Z Compiling macaddr v1.0.1
16212024-02-01T07:33:01.384Z Compiling proc-macro-error-attr v1.0.4
16222024-02-01T07:33:01.465Z Compiling proc-macro-crate v1.3.1
16232024-02-01T07:33:01.776Z Compiling structmeta v0.2.0
16242024-02-01T07:33:02.017Z Compiling proc-macro-error v1.0.4
16252024-02-01T07:33:02.487Z Compiling heapless v0.8.0
16262024-02-01T07:33:03.360Z Compiling num_enum_derive v0.5.11
16272024-02-01T07:33:03.890Z Compiling hash32 v0.3.1
16282024-02-01T07:33:04.069Z Compiling smoltcp v0.11.0
16292024-02-01T07:33:04.258Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16302024-02-01T07:33:04.653Z Compiling serde_with v3.5.1
16312024-02-01T07:33:06.439Z Compiling embedded-io v0.4.0
16322024-02-01T07:33:06.669Z Compiling fastrand v2.0.0
16332024-02-01T07:33:06.865Z Compiling same-file v1.0.6
16342024-02-01T07:33:07.239Z Compiling cobs v0.2.3
16352024-02-01T07:33:07.609Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16362024-02-01T07:33:07.723Z Compiling postcard v1.0.8
16372024-02-01T07:33:08.069Z Compiling tempfile v3.9.0
16382024-02-01T07:33:08.102Z Compiling num_enum v0.5.11
16392024-02-01T07:33:08.327Z Compiling walkdir v2.4.0
16402024-02-01T07:33:09.189Z Compiling semver-parser v0.10.2
16412024-02-01T07:33:09.497Z Compiling foreign-types-macros v0.2.3
16422024-02-01T07:33:09.537Z Compiling parse-display-derive v0.8.2
16432024-02-01T07:33:09.632Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16442024-02-01T07:33:10.073Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16452024-02-01T07:33:11.379Z Compiling foreign-types-shared v0.3.1
16462024-02-01T07:33:11.566Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16472024-02-01T07:33:11.584Z Compiling crucible-workspace-hack v0.1.0
16482024-02-01T07:33:11.606Z Compiling foreign-types v0.5.0
16492024-02-01T07:33:11.952Z Compiling semver v0.11.0
16502024-02-01T07:33:12.727Z Compiling is-terminal v0.4.9
16512024-02-01T07:33:12.916Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16522024-02-01T07:33:12.981Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16532024-02-01T07:33:13.187Z Compiling cstr-argument v0.1.2
16542024-02-01T07:33:13.206Z Compiling filetime v0.2.23
16552024-02-01T07:33:13.550Z Compiling xattr v1.0.1
16562024-02-01T07:33:13.713Z Compiling home v0.5.5
16572024-02-01T07:33:13.899Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16582024-02-01T07:33:13.938Z Compiling pretty-hex v0.2.1
16592024-02-01T07:33:14.097Z Compiling toolchain_find v0.2.0
16602024-02-01T07:33:14.214Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16612024-02-01T07:33:14.287Z Compiling tar v0.4.40
16622024-02-01T07:33:14.386Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16632024-02-01T07:33:14.461Z Compiling colored v2.0.4
16642024-02-01T07:33:14.757Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16652024-02-01T07:33:15.278Z Compiling toml v0.5.11
16662024-02-01T07:33:15.633Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16672024-02-01T07:33:15.859Z Compiling topological-sort v0.2.2
16682024-02-01T07:33:16.127Z Compiling platforms v3.0.2
16692024-02-01T07:33:16.185Z Compiling omicron-zone-package v0.10.1
16702024-02-01T07:33:17.055Z Compiling parse-display v0.8.2
16712024-02-01T07:33:17.342Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16722024-02-01T07:33:17.764Z Compiling camino-tempfile v1.1.1
16732024-02-01T07:33:17.807Z Compiling zone_cfg_derive v0.3.0
16742024-02-01T07:33:18.407Z Compiling rustfmt-wrapper v0.2.0
16752024-02-01T07:33:18.440Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16762024-02-01T07:33:19.137Z Compiling textwrap v0.11.0
16772024-02-01T07:33:19.388Z Compiling heck v0.3.3
16782024-02-01T07:33:20.034Z Compiling num-derive v0.4.0
16792024-02-01T07:33:20.341Z Compiling vec_map v0.8.2
16802024-02-01T07:33:20.513Z Compiling strsim v0.8.0
16812024-02-01T07:33:20.803Z Compiling libefi-sys v0.1.0
16822024-02-01T07:33:21.223Z Compiling ansi_term v0.12.1
16832024-02-01T07:33:21.582Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16842024-02-01T07:33:21.649Z Compiling zone v0.3.0
16852024-02-01T07:33:22.122Z Compiling clap v2.34.0
16862024-02-01T07:33:22.935Z Compiling structopt-derive v0.4.18
16872024-02-01T07:33:23.287Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16882024-02-01T07:33:23.952Z Compiling smf v0.2.2
16892024-02-01T07:33:24.059Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16902024-02-01T07:33:24.226Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16912024-02-01T07:33:24.256Z Compiling unicase v2.7.0
16922024-02-01T07:33:24.706Z Compiling semver v0.1.20
16932024-02-01T07:33:24.939Z Compiling curve25519-dalek v4.1.1
16942024-02-01T07:33:25.663Z Compiling rustc_version v0.1.7
16952024-02-01T07:33:25.798Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16962024-02-01T07:33:25.819Z Compiling universal-hash v0.5.1
16972024-02-01T07:33:25.856Z Compiling opaque-debug v0.3.0
16982024-02-01T07:33:26.105Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16992024-02-01T07:33:26.141Z Compiling curve25519-dalek-derive v0.1.0
17002024-02-01T07:33:26.219Z Compiling num-rational v0.4.1
17012024-02-01T07:33:26.424Z Compiling newtype_derive v0.1.6
17022024-02-01T07:33:26.690Z Compiling getrandom v0.1.16
17032024-02-01T07:33:27.010Z Compiling usdt-attr-macro v0.5.0
17042024-02-01T07:33:27.069Z Compiling usdt-macro v0.5.0
17052024-02-01T07:33:27.157Z Compiling password-hash v0.5.0
17062024-02-01T07:33:27.784Z Compiling signature v2.1.0
17072024-02-01T07:33:27.995Z Compiling structopt v0.3.26
17082024-02-01T07:33:28.163Z Compiling blake2 v0.10.6
17092024-02-01T07:33:28.918Z Compiling memmap v0.7.0
17102024-02-01T07:33:28.999Z Compiling quick-error v1.2.3
17112024-02-01T07:33:29.238Z Compiling parking_lot_core v0.8.6
17122024-02-01T07:33:29.465Z Compiling linked-hash-map v0.5.6
17132024-02-01T07:33:29.489Z Compiling resolv-conf v0.7.0
17142024-02-01T07:33:29.653Z Compiling usdt v0.5.0
17152024-02-01T07:33:29.957Z Compiling lru-cache v0.1.2
17162024-02-01T07:33:29.999Z Compiling argon2 v0.5.3
17172024-02-01T07:33:31.015Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17182024-02-01T07:33:31.044Z Compiling aead v0.5.2
17192024-02-01T07:33:31.049Z Compiling num-complex v0.4.4
17202024-02-01T07:33:31.606Z Compiling nibble_vec v0.1.0
17212024-02-01T07:33:31.972Z Compiling slog-dtrace v0.3.0
17222024-02-01T07:33:32.408Z Compiling winapi v0.3.9
17232024-02-01T07:33:32.896Z Compiling endian-type v0.1.2
17242024-02-01T07:33:33.263Z Compiling arc-swap v1.6.0
17252024-02-01T07:33:33.678Z Compiling cancel-safe-futures v0.1.5
17262024-02-01T07:33:34.053Z Compiling utf-8 v0.7.6
17272024-02-01T07:33:34.193Z Compiling keccak v0.1.4
17282024-02-01T07:33:34.353Z Compiling tungstenite v0.20.1
17292024-02-01T07:33:34.606Z Compiling slog-scope v4.4.0
17302024-02-01T07:33:35.409Z Compiling sha3 v0.10.8
17312024-02-01T07:33:35.452Z Compiling radix_trie v0.2.1
17322024-02-01T07:33:35.884Z Compiling num v0.4.1
17332024-02-01T07:33:36.133Z Compiling mime_guess v2.0.4
17342024-02-01T07:33:36.533Z Compiling steno v0.4.0
17352024-02-01T07:33:36.995Z Compiling rand_core v0.5.1
17362024-02-01T07:33:37.377Z Compiling trust-dns-resolver v0.22.0
17372024-02-01T07:33:38.023Z Compiling poly1305 v0.8.0
17382024-02-01T07:33:38.523Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17392024-02-01T07:33:38.855Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17402024-02-01T07:33:40.333Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17412024-02-01T07:33:41.288Z Compiling chacha20 v0.9.1
17422024-02-01T07:33:41.293Z Compiling rfc6979 v0.4.0
17432024-02-01T07:33:41.293Z Compiling secrecy v0.8.0
17442024-02-01T07:33:41.602Z Compiling thiserror-impl-no-std v2.0.2
17452024-02-01T07:33:41.732Z Compiling half v2.3.1
17462024-02-01T07:33:42.648Z Compiling convert_case v0.4.0
17472024-02-01T07:33:43.703Z Compiling option-ext v0.2.0
17482024-02-01T07:33:43.886Z Compiling ciborium-io v0.2.2
17492024-02-01T07:33:44.075Z Compiling ciborium-ll v0.2.2
17502024-02-01T07:33:44.125Z Compiling derive_more v0.99.17
17512024-02-01T07:33:44.561Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17522024-02-01T07:33:44.759Z Compiling dirs-sys v0.4.1
17532024-02-01T07:33:45.757Z Compiling ecdsa v0.16.9
17542024-02-01T07:33:47.222Z Compiling thiserror-no-std v2.0.2
17552024-02-01T07:33:47.343Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17562024-02-01T07:33:47.390Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17572024-02-01T07:33:47.997Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17582024-02-01T07:33:49.133Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17592024-02-01T07:33:49.727Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17602024-02-01T07:33:50.076Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17612024-02-01T07:33:50.529Z Compiling parking_lot v0.11.2
17622024-02-01T07:33:50.889Z Compiling rand_chacha v0.2.2
17632024-02-01T07:33:52.106Z Compiling trust-dns-client v0.22.0
17642024-02-01T07:33:52.196Z Compiling tokio-tungstenite v0.20.1
17652024-02-01T07:33:52.969Z Compiling slog-stdlog v4.1.1
17662024-02-01T07:33:53.367Z Compiling ed25519 v2.2.2
17672024-02-01T07:33:53.542Z Compiling polyval v0.6.1
17682024-02-01T07:33:54.069Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17692024-02-01T07:33:54.098Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17702024-02-01T07:33:54.187Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17712024-02-01T07:33:57.204Z Compiling primeorder v0.13.6
17722024-02-01T07:33:58.016Z Compiling blowfish v0.9.1
17732024-02-01T07:33:58.751Z Compiling ctr v0.9.2
17742024-02-01T07:33:58.799Z Compiling aes v0.8.3
17752024-02-01T07:33:59.307Z Compiling password-hash v0.4.2
17762024-02-01T07:34:00.856Z Compiling libsw v3.3.1
17772024-02-01T07:34:01.351Z Compiling pbkdf2 v0.12.2
17782024-02-01T07:34:01.627Z Compiling derive-where v1.2.7
17792024-02-01T07:34:04.225Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17802024-02-01T07:34:07.706Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17812024-02-01T07:34:07.832Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17822024-02-01T07:34:14.174Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17832024-02-01T07:34:16.214Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17842024-02-01T07:34:17.163Z Compiling fxhash v0.2.1
17852024-02-01T07:34:17.458Z Compiling linear-map v1.2.0
17862024-02-01T07:34:17.483Z Compiling owo-colors v4.0.0
17872024-02-01T07:34:18.048Z Compiling swrite v0.1.0
17882024-02-01T07:34:18.245Z Compiling sled v0.34.7
17892024-02-01T07:34:19.923Z Compiling trust-dns-server v0.22.1
17902024-02-01T07:34:19.981Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17912024-02-01T07:34:20.787Z Compiling bcrypt-pbkdf v0.10.0
17922024-02-01T07:34:21.183Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17932024-02-01T07:34:21.557Z Compiling pbkdf2 v0.11.0
17942024-02-01T07:34:21.987Z Compiling p256 v0.13.2
17952024-02-01T07:34:22.222Z Compiling ghash v0.5.0
17962024-02-01T07:34:22.367Z Compiling ed25519-dalek v2.0.0
17972024-02-01T07:34:22.508Z Compiling slog-envlogger v2.2.0
17982024-02-01T07:34:23.365Z Compiling russh-cryptovec v0.7.0
17992024-02-01T07:34:23.468Z Compiling rand v0.7.3
18002024-02-01T07:34:23.863Z Compiling vsss-rs v3.3.4
18012024-02-01T07:34:24.027Z Compiling dirs v5.0.1
18022024-02-01T07:34:24.312Z Compiling ciborium v0.2.2
18032024-02-01T07:34:25.266Z Compiling chacha20poly1305 v0.10.1
18042024-02-01T07:34:25.590Z Compiling cbc v0.1.2
18052024-02-01T07:34:25.951Z Compiling pem v3.0.2
18062024-02-01T07:34:26.928Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18072024-02-01T07:34:27.216Z Compiling headers-core v0.2.0
18082024-02-01T07:34:27.446Z Compiling kstat-rs v0.2.3
18092024-02-01T07:34:27.500Z Compiling http-range v0.1.5
18102024-02-01T07:34:28.063Z Compiling md5 v0.7.0
18112024-02-01T07:34:28.180Z Compiling glob v0.3.1
18122024-02-01T07:34:28.870Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18132024-02-01T07:34:28.896Z Compiling russh-keys v0.40.1
18142024-02-01T07:34:29.906Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18152024-02-01T07:34:30.049Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18162024-02-01T07:34:32.242Z Compiling hyper-staticfile v0.9.5
18172024-02-01T07:34:33.840Z Compiling headers v0.3.9
18182024-02-01T07:34:33.995Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18192024-02-01T07:34:34.582Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18202024-02-01T07:34:37.347Z Compiling rcgen v0.12.1
18212024-02-01T07:34:38.385Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18222024-02-01T07:34:38.415Z Compiling aes-gcm v0.10.3
18232024-02-01T07:34:44.063Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18242024-02-01T07:34:44.322Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18252024-02-01T07:34:46.730Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18262024-02-01T07:34:49.829Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18272024-02-01T07:34:52.088Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18282024-02-01T07:34:52.210Z Compiling atomicwrites v0.4.3
18292024-02-01T07:34:52.658Z Compiling itertools v0.12.1
18302024-02-01T07:34:52.743Z Compiling subprocess v0.2.9
18312024-02-01T07:34:56.216Z Compiling hex-literal v0.4.1
18322024-02-01T07:34:56.408Z Compiling display-error-chain v0.2.0
18332024-02-01T07:34:56.442Z Compiling russh v0.40.2
18342024-02-01T07:34:56.678Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18352024-02-01T07:34:57.770Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18362024-02-01T07:35:09.594Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18372024-02-01T07:35:11.238Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18382024-02-01T07:35:42.894Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18392024-02-01T07:37:11.939Z Finished dev [unoptimized + debuginfo] target(s) in 8m 48s
18402024-02-01T07:37:12.311Z
18412024-02-01T07:37:12.311Zreal 8:48.848815741
18422024-02-01T07:37:12.311Zuser 48:05.608051682
18432024-02-01T07:37:12.314Zsys 7:23.503932096
18442024-02-01T07:37:12.315Ztrap 1.881495596
18452024-02-01T07:37:12.315Ztflt 3.421438418
18462024-02-01T07:37:12.315Zdflt 6.949429123
18472024-02-01T07:37:12.316Zkflt 0.017574732
18482024-02-01T07:37:12.316Zlock 1:33:03.611284521
18492024-02-01T07:37:12.316Zslp 2:16:55.493875487
18502024-02-01T07:37:12.316Zlat 2:10.327223848
18512024-02-01T07:37:12.316Zstop 4:48.340919717
18522024-02-01T07:37:12.317Z+ mkdir -p /work/end-to-end-tests
18532024-02-01T07:37:12.321Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18542024-02-01T07:37:13.380Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18552024-02-01T07:37:13.380Z+ ptime -m gzip
18562024-02-01T07:37:13.384Z++ basename target/debug/bootstrap
18572024-02-01T07:37:32.248Z
18582024-02-01T07:37:32.248Zreal 18.860990113
18592024-02-01T07:37:32.251Zuser 18.664249272
18602024-02-01T07:37:32.251Zsys 0.177034427
18612024-02-01T07:37:32.251Ztrap 0.007652378
18622024-02-01T07:37:32.251Ztflt 0.000000000
18632024-02-01T07:37:32.251Zdflt 0.000000000
18642024-02-01T07:37:32.251Zkflt 0.000000000
18652024-02-01T07:37:32.251Zlock 0.000000000
18662024-02-01T07:37:32.251Zslp 0.000000000
18672024-02-01T07:37:32.251Zlat 0.011703370
18682024-02-01T07:37:32.251Zstop 0.000228285
18692024-02-01T07:37:32.251Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18702024-02-01T07:37:32.251Z+ ptime -m gzip
18712024-02-01T07:37:32.251Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7af1bd138257bcb8
18722024-02-01T07:37:34.141Z
18732024-02-01T07:37:34.141Zreal 1.885386011
18742024-02-01T07:37:34.144Zuser 1.867341142
18752024-02-01T07:37:34.144Zsys 0.017289387
18762024-02-01T07:37:34.144Ztrap 0.000176482
18772024-02-01T07:37:34.144Ztflt 0.000000000
18782024-02-01T07:37:34.144Zdflt 0.000000000
18792024-02-01T07:37:34.144Zkflt 0.000000000
18802024-02-01T07:37:34.144Zlock 0.000000000
18812024-02-01T07:37:34.144Zslp 0.000000000
18822024-02-01T07:37:34.144Zlat 0.000218782
18832024-02-01T07:37:34.144Zstop 0.000236913
18842024-02-01T07:37:34.144Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18852024-02-01T07:37:34.144Z+ ptime -m gzip
18862024-02-01T07:37:34.144Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-add7be4a9ab9d514
18872024-02-01T07:37:53.434Z
18882024-02-01T07:37:53.434Zreal 19.286733186
18892024-02-01T07:37:53.438Zuser 19.100359934
18902024-02-01T07:37:53.438Zsys 0.178920903
18912024-02-01T07:37:53.438Ztrap 0.004498653
18922024-02-01T07:37:53.438Ztflt 0.000000000
18932024-02-01T07:37:53.438Zdflt 0.000000000
18942024-02-01T07:37:53.438Zkflt 0.000000000
18952024-02-01T07:37:53.438Zlock 0.000000000
18962024-02-01T07:37:53.438Zslp 0.000000000
18972024-02-01T07:37:53.438Zlat 0.002604780
18982024-02-01T07:37:53.438Zstop 0.000227717
18992024-02-01T07:37:53.438Z+ banner caboose-util
19002024-02-01T07:37:53.438Z
19012024-02-01T07:37:53.438Z #### ## ##### #### #### #### ###### # # #####
19022024-02-01T07:37:53.438Z # # # # # # # # # # # # # # #
19032024-02-01T07:37:53.438Z # # # ##### # # # # #### ##### ##### # # #
19042024-02-01T07:37:53.438Z # ###### # # # # # # # # # # #
19052024-02-01T07:37:53.438Z # # # # # # # # # # # # # # # #
19062024-02-01T07:37:53.438Z #### # # ##### #### #### #### ###### #### #
19072024-02-01T07:37:53.438Z
19082024-02-01T07:37:53.438Z+ ptime -m cargo build --locked -p caboose-util --release
19092024-02-01T07:37:54.117Z Downloading crates ...
19102024-02-01T07:37:54.516Z Downloaded maybe-uninit v2.0.0
19112024-02-01T07:37:54.521Z Downloaded path-slash v0.1.5
19122024-02-01T07:37:54.524Z Downloaded serde-hex v0.1.0
19132024-02-01T07:37:54.528Z Downloaded radium v0.7.0
19142024-02-01T07:37:54.537Z Downloaded funty v2.0.0
19152024-02-01T07:37:54.540Z Downloaded tap v1.0.1
19162024-02-01T07:37:54.540Z Downloaded crc v3.0.1
19172024-02-01T07:37:54.543Z Downloaded termcolor v1.2.0
19182024-02-01T07:37:54.546Z Downloaded wyz v0.5.1
19192024-02-01T07:37:54.549Z Downloaded smallvec v0.6.14
19202024-02-01T07:37:54.551Z Downloaded packed_struct v0.10.1
19212024-02-01T07:37:54.554Z Downloaded packed_struct_codegen v0.10.1
19222024-02-01T07:37:54.554Z Downloaded crc-any v2.4.3
19232024-02-01T07:37:54.558Z Downloaded pkcs1 v0.7.5
19242024-02-01T07:37:54.565Z Downloaded ron v0.8.1
19252024-02-01T07:37:54.572Z Downloaded x509-cert v0.2.4
19262024-02-01T07:37:54.582Z Downloaded crc-catalog v2.2.0
19272024-02-01T07:37:54.586Z Downloaded num-bigint-dig v0.8.4
19282024-02-01T07:37:54.593Z Downloaded object v0.30.4
19292024-02-01T07:37:54.609Z Downloaded bitvec v1.0.1
19302024-02-01T07:37:54.636Z Downloaded rsa v0.9.2
19312024-02-01T07:37:54.644Z Downloaded env_logger v0.10.0
19322024-02-01T07:37:54.648Z Downloaded nodrop v0.1.14
19332024-02-01T07:37:54.652Z Downloaded array-init v0.0.4
19342024-02-01T07:37:54.652Z Downloaded bitfield v0.14.0
19352024-02-01T07:37:54.888Z Compiling proc-macro2 v1.0.78
19362024-02-01T07:37:54.891Z Compiling unicode-ident v1.0.12
19372024-02-01T07:37:54.892Z Compiling libc v0.2.152
19382024-02-01T07:37:54.892Z Compiling serde v1.0.195
19392024-02-01T07:37:54.892Z Compiling autocfg v1.1.0
19402024-02-01T07:37:54.892Z Compiling version_check v0.9.4
19412024-02-01T07:37:54.892Z Compiling cfg-if v1.0.0
19422024-02-01T07:37:54.940Z Compiling once_cell v1.19.0
19432024-02-01T07:37:54.984Z Compiling typenum v1.16.0
19442024-02-01T07:37:55.504Z Compiling parking_lot_core v0.9.8
19452024-02-01T07:37:55.516Z Compiling memchr v2.6.3
19462024-02-01T07:37:55.575Z Compiling syn v1.0.109
19472024-02-01T07:37:55.899Z Compiling lock_api v0.4.10
19482024-02-01T07:37:56.127Z Compiling generic-array v0.14.7
19492024-02-01T07:37:56.292Z Compiling byteorder v1.5.0
19502024-02-01T07:37:56.423Z Compiling libm v0.2.7
19512024-02-01T07:37:56.516Z Compiling num-traits v0.2.16
19522024-02-01T07:37:56.847Z Compiling ahash v0.8.6
19532024-02-01T07:37:56.923Z Compiling pkg-config v0.3.27
19542024-02-01T07:37:57.059Z Compiling quote v1.0.35
19552024-02-01T07:37:57.295Z Compiling thiserror v1.0.56
19562024-02-01T07:37:57.935Z Compiling syn v2.0.48
19572024-02-01T07:37:58.017Z Compiling cc v1.0.83
19582024-02-01T07:37:58.080Z Compiling getrandom v0.2.10
19592024-02-01T07:37:58.599Z Compiling serde_json v1.0.113
19602024-02-01T07:37:58.644Z Compiling scopeguard v1.2.0
19612024-02-01T07:37:59.385Z Compiling slab v0.4.9
19622024-02-01T07:37:59.397Z Compiling log v0.4.20
19632024-02-01T07:37:59.652Z Compiling itoa v1.0.9
19642024-02-01T07:37:59.965Z Compiling rand_core v0.6.4
19652024-02-01T07:38:00.333Z Compiling smallvec v1.11.2
19662024-02-01T07:38:01.162Z Compiling vcpkg v0.2.15
19672024-02-01T07:38:02.181Z Compiling const-oid v0.9.5
19682024-02-01T07:38:02.912Z Compiling parking_lot v0.12.1
19692024-02-01T07:38:02.925Z Compiling pin-project-lite v0.2.13
19702024-02-01T07:38:03.408Z Compiling ring v0.17.7
19712024-02-01T07:38:03.953Z Compiling openssl-sys v0.9.96
19722024-02-01T07:38:04.091Z Compiling ryu v1.0.15
19732024-02-01T07:38:04.106Z Compiling ucd-trie v0.1.6
19742024-02-01T07:38:04.860Z Compiling signal-hook-registry v1.4.1
19752024-02-01T07:38:05.247Z Compiling io-lifetimes v1.0.11
19762024-02-01T07:38:06.004Z Compiling subtle v2.5.0
19772024-02-01T07:38:06.017Z Compiling ring v0.16.20
19782024-02-01T07:38:06.028Z Compiling mio v0.8.9
19792024-02-01T07:38:06.735Z Compiling num-integer v0.1.45
19802024-02-01T07:38:07.143Z Compiling semver v1.0.21
19812024-02-01T07:38:07.560Z Compiling futures-core v0.3.30
19822024-02-01T07:38:08.469Z Compiling spin v0.5.2
19832024-02-01T07:38:09.123Z Compiling rustix v0.37.23
19842024-02-01T07:38:10.015Z Compiling num_cpus v1.16.0
19852024-02-01T07:38:10.112Z Compiling socket2 v0.5.5
19862024-02-01T07:38:10.273Z Compiling allocator-api2 v0.2.16
19872024-02-01T07:38:10.345Z Compiling futures-sink v0.3.30
19882024-02-01T07:38:10.546Z Compiling heck v0.4.1
19892024-02-01T07:38:11.523Z Compiling httparse v1.8.0
19902024-02-01T07:38:11.553Z Compiling unicode-xid v0.2.4
19912024-02-01T07:38:11.598Z Compiling openssl v0.10.60
19922024-02-01T07:38:11.794Z Compiling synstructure v0.12.6
19932024-02-01T07:38:12.182Z Compiling tinyvec_macros v0.1.1
19942024-02-01T07:38:12.322Z Compiling equivalent v1.0.1
19952024-02-01T07:38:12.788Z Compiling tinyvec v1.6.0
19962024-02-01T07:38:13.053Z Compiling futures-channel v0.3.30
19972024-02-01T07:38:13.451Z Compiling pin-utils v0.1.0
19982024-02-01T07:38:13.635Z Compiling native-tls v0.2.11
19992024-02-01T07:38:13.671Z Compiling rustls v0.21.9
20002024-02-01T07:38:13.705Z Compiling futures-task v0.3.30
20012024-02-01T07:38:14.047Z Compiling crc32fast v1.3.2
20022024-02-01T07:38:14.077Z Compiling futures-io v0.3.30
20032024-02-01T07:38:14.133Z Compiling ppv-lite86 v0.2.17
20042024-02-01T07:38:14.438Z Compiling bzip2-sys v0.1.11+1.0.8
20052024-02-01T07:38:14.623Z Compiling spin v0.9.8
20062024-02-01T07:38:14.670Z Compiling tracing-core v0.1.31
20072024-02-01T07:38:15.155Z Compiling base64ct v1.6.0
20082024-02-01T07:38:15.189Z Compiling unicode-bidi v0.3.13
20092024-02-01T07:38:15.386Z Compiling unicode-normalization v0.1.22
20102024-02-01T07:38:15.464Z Compiling rand_chacha v0.3.1
20112024-02-01T07:38:16.262Z Compiling rand v0.8.5
20122024-02-01T07:38:16.453Z Compiling pem-rfc7468 v0.7.0
20132024-02-01T07:38:17.648Z Compiling errno v0.3.8
20142024-02-01T07:38:18.018Z Compiling num-iter v0.1.43
20152024-02-01T07:38:18.059Z Compiling usdt-impl v0.3.5
20162024-02-01T07:38:18.518Z Compiling schemars v0.8.16
20172024-02-01T07:38:18.726Z Compiling rustix v0.38.30
20182024-02-01T07:38:18.936Z Compiling flagset v0.4.3
20192024-02-01T07:38:19.320Z Compiling signal-hook v0.3.17
20202024-02-01T07:38:19.373Z Compiling serde_derive_internals v0.26.0
20212024-02-01T07:38:19.483Z Compiling serde_derive v1.0.195
20222024-02-01T07:38:19.505Z Compiling zeroize_derive v1.4.2
20232024-02-01T07:38:19.592Z Compiling zerocopy-derive v0.7.32
20242024-02-01T07:38:19.692Z Compiling thiserror-impl v1.0.56
20252024-02-01T07:38:19.695Z Compiling tokio-macros v2.2.0
20262024-02-01T07:38:20.083Z Compiling futures-macro v0.3.30
20272024-02-01T07:38:20.234Z Compiling tracing-attributes v0.1.26
20282024-02-01T07:38:21.774Z Compiling zeroize v1.7.0
20292024-02-01T07:38:22.853Z Compiling zerocopy v0.7.32
20302024-02-01T07:38:23.257Z Compiling der_derive v0.7.2
20312024-02-01T07:38:24.316Z Compiling pest v2.7.6
20322024-02-01T07:38:24.738Z Compiling crypto-common v0.1.6
20332024-02-01T07:38:24.769Z Compiling block-buffer v0.10.4
20342024-02-01T07:38:25.565Z Compiling digest v0.10.7
20352024-02-01T07:38:25.576Z Compiling zerocopy-derive v0.2.0
20362024-02-01T07:38:25.851Z Compiling openssl-macros v0.1.1
20372024-02-01T07:38:26.464Z Compiling futures-util v0.3.30
20382024-02-01T07:38:26.636Z Compiling hashbrown v0.14.2
20392024-02-01T07:38:26.960Z Compiling tracing v0.1.37
20402024-02-01T07:38:27.483Z Compiling scroll_derive v0.12.0
20412024-02-01T07:38:27.685Z Compiling zerocopy-derive v0.6.4
20422024-02-01T07:38:28.071Z Compiling der v0.7.8
20432024-02-01T07:38:28.745Z Compiling pest_meta v2.7.6
20442024-02-01T07:38:31.371Z Compiling pest_generator v2.7.6
20452024-02-01T07:38:35.224Z Compiling bitflags v1.3.2
20462024-02-01T07:38:35.610Z Compiling pest_derive v2.7.6
20472024-02-01T07:38:36.321Z Compiling fnv v1.0.7
20482024-02-01T07:38:36.481Z Compiling spki v0.7.2
20492024-02-01T07:38:37.293Z Compiling zerocopy v0.3.0
20502024-02-01T07:38:37.682Z Compiling schemars_derive v0.8.16
20512024-02-01T07:38:38.557Z Compiling lazy_static v1.4.0
20522024-02-01T07:38:40.401Z Compiling backtrace v0.3.69
20532024-02-01T07:38:41.028Z Compiling thread-id v4.2.0
20542024-02-01T07:38:41.169Z Compiling num-bigint v0.4.4
20552024-02-01T07:38:41.251Z Compiling memoffset v0.9.0
20562024-02-01T07:38:41.666Z Compiling smoltcp v0.9.1
20572024-02-01T07:38:41.771Z Compiling base64 v0.21.7
20582024-02-01T07:38:41.839Z Compiling iana-time-zone v0.1.57
20592024-02-01T07:38:41.921Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20602024-02-01T07:38:42.334Z Compiling bytes v1.5.0
20612024-02-01T07:38:42.649Z Compiling indexmap v2.2.2
20622024-02-01T07:38:42.907Z Compiling bitflags v2.4.0
20632024-02-01T07:38:43.490Z Compiling rustc_version v0.4.0
20642024-02-01T07:38:43.640Z Compiling tokio v1.35.1
20652024-02-01T07:38:43.723Z Compiling http v0.2.11
20662024-02-01T07:38:44.149Z Compiling uuid v1.7.0
20672024-02-01T07:38:44.472Z Compiling heapless v0.7.16
20682024-02-01T07:38:46.017Z Compiling crossbeam-utils v0.8.16
20692024-02-01T07:38:46.964Z Compiling percent-encoding v2.3.1
20702024-02-01T07:38:47.445Z Compiling async-trait v0.1.77
20712024-02-01T07:38:47.534Z Compiling untrusted v0.9.0
20722024-02-01T07:38:48.034Z Compiling foreign-types-shared v0.1.1
20732024-02-01T07:38:48.062Z Compiling untrusted v0.7.1
20742024-02-01T07:38:48.160Z Compiling foreign-types v0.3.2
20752024-02-01T07:38:48.359Z Compiling chrono v0.4.31
20762024-02-01T07:38:51.864Z Compiling dof v0.1.5
20772024-02-01T07:38:53.167Z Compiling dtrace-parser v0.1.14
20782024-02-01T07:38:53.848Z Compiling hmac v0.12.1
20792024-02-01T07:38:54.015Z Compiling clap_derive v4.4.2
20802024-02-01T07:38:55.390Z Compiling siphasher v0.3.11
20812024-02-01T07:38:55.874Z Compiling time-core v0.1.1
20822024-02-01T07:38:56.113Z Compiling rustversion v1.0.14
20832024-02-01T07:38:56.245Z Compiling tokio-util v0.7.10
20842024-02-01T07:38:56.444Z Compiling utf8parse v0.2.1
20852024-02-01T07:38:56.701Z Compiling anstyle v1.0.2
20862024-02-01T07:38:56.910Z Compiling try-lock v0.2.4
20872024-02-01T07:38:57.091Z Compiling cpufeatures v0.2.12
20882024-02-01T07:38:57.267Z Compiling adler v1.0.2
20892024-02-01T07:38:57.557Z Compiling miniz_oxide v0.7.1
20902024-02-01T07:38:57.616Z Compiling sha2 v0.10.8
20912024-02-01T07:38:58.529Z Compiling h2 v0.3.24
20922024-02-01T07:39:02.809Z Compiling want v0.3.1
20932024-02-01T07:39:03.263Z Compiling anstyle-parse v0.2.1
20942024-02-01T07:39:03.809Z Compiling time-macros v0.2.13
20952024-02-01T07:39:06.797Z Compiling rustls-webpki v0.101.7
20962024-02-01T07:39:06.952Z Compiling sct v0.7.0
20972024-02-01T07:39:08.294Z Compiling form_urlencoded v1.2.1
20982024-02-01T07:39:08.743Z Compiling http-body v0.4.5
20992024-02-01T07:39:09.350Z Compiling serde_tokenstream v0.1.7
21002024-02-01T07:39:09.526Z Compiling pkcs8 v0.10.2
21012024-02-01T07:39:10.119Z Compiling hubpack_derive v0.1.1
21022024-02-01T07:39:11.195Z Compiling socket2 v0.4.9
21032024-02-01T07:39:11.208Z Compiling crossbeam-epoch v0.9.15
21042024-02-01T07:39:11.403Z Compiling usdt-impl v0.5.0
21052024-02-01T07:39:11.804Z Compiling colorchoice v1.0.0
21062024-02-01T07:39:12.028Z Compiling tower-service v0.3.2
21072024-02-01T07:39:12.418Z Compiling httpdate v1.0.3
21082024-02-01T07:39:12.880Z Compiling slog v2.7.0
21092024-02-01T07:39:13.019Z Compiling radium v0.7.0
21102024-02-01T07:39:13.540Z Compiling camino v1.1.6
21112024-02-01T07:39:13.615Z Compiling anstyle-query v1.0.0
21122024-02-01T07:39:13.797Z Compiling openssl-probe v0.1.5
21132024-02-01T07:39:14.205Z Compiling anyhow v1.0.75
21142024-02-01T07:39:14.895Z Compiling anstream v0.5.0
21152024-02-01T07:39:15.449Z Compiling hyper v0.14.27
21162024-02-01T07:39:21.896Z Compiling terminal_size v0.2.6
21172024-02-01T07:39:24.973Z Compiling toml_datetime v0.6.5
21182024-02-01T07:39:25.628Z Compiling serde_spanned v0.6.4
21192024-02-01T07:39:27.672Z Compiling zerocopy v0.6.4
21202024-02-01T07:39:28.395Z Compiling scroll v0.12.0
21212024-02-01T07:39:29.122Z Compiling md-5 v0.10.5
21222024-02-01T07:39:29.527Z Compiling stringprep v0.1.3
21232024-02-01T07:39:29.599Z Compiling idna v0.5.0
21242024-02-01T07:39:29.856Z Compiling diesel_table_macro_syntax v0.1.0
21252024-02-01T07:39:30.391Z Compiling aho-corasick v1.0.4
21262024-02-01T07:39:30.736Z Compiling hash32 v0.2.1
21272024-02-01T07:39:30.874Z Compiling regex-syntax v0.8.2
21282024-02-01T07:39:31.174Z Compiling tap v1.0.1
21292024-02-01T07:39:31.300Z Compiling gimli v0.28.0
21302024-02-01T07:39:31.430Z Compiling fallible-iterator v0.2.0
21312024-02-01T07:39:31.991Z Compiling strsim v0.10.0
21322024-02-01T07:39:32.589Z Compiling dyn-clone v1.0.13
21332024-02-01T07:39:32.649Z Compiling winnow v0.5.15
21342024-02-01T07:39:32.851Z Compiling stable_deref_trait v1.2.0
21352024-02-01T07:39:33.963Z Compiling maybe-uninit v2.0.0
21362024-02-01T07:39:34.621Z Compiling clap_lex v0.5.1
21372024-02-01T07:39:34.705Z Compiling plain v0.2.3
21382024-02-01T07:39:34.917Z Compiling goblin v0.8.0
21392024-02-01T07:39:35.286Z Compiling clap_builder v4.4.2
21402024-02-01T07:39:36.853Z Compiling regex-automata v0.4.4
21412024-02-01T07:39:38.050Z Compiling postgres-protocol v0.6.6
21422024-02-01T07:39:38.557Z Compiling addr2line v0.21.0
21432024-02-01T07:39:39.378Z Compiling wyz v0.5.1
21442024-02-01T07:39:39.523Z Compiling url v2.5.0
21452024-02-01T07:39:40.094Z Compiling diesel_derives v2.1.2
21462024-02-01T07:39:42.296Z Compiling tokio-rustls v0.24.1
21472024-02-01T07:39:43.525Z Compiling strum_macros v0.25.2
21482024-02-01T07:39:50.138Z Compiling tokio-native-tls v0.3.1
21492024-02-01T07:39:50.403Z Compiling usdt-attr-macro v0.3.5
21502024-02-01T07:39:50.502Z Compiling usdt-macro v0.3.5
21512024-02-01T07:39:51.995Z Compiling phf_shared v0.11.2
21522024-02-01T07:39:52.773Z Compiling block-padding v0.3.3
21532024-02-01T07:39:52.859Z Compiling enum-as-inner v0.5.1
21542024-02-01T07:39:53.069Z Compiling serde_repr v0.1.16
21552024-02-01T07:39:53.604Z Compiling ff v0.13.0
21562024-02-01T07:39:53.935Z Compiling scheduled-thread-pool v0.2.7
21572024-02-01T07:39:54.677Z Compiling object v0.32.1
21582024-02-01T07:39:54.690Z Compiling num_threads v0.1.6
21592024-02-01T07:39:54.847Z Compiling base16ct v0.2.0
21602024-02-01T07:39:56.583Z Compiling num-bigint-dig v0.8.4
21612024-02-01T07:39:56.973Z Compiling rustc-demangle v0.1.23
21622024-02-01T07:39:57.111Z Compiling bit-vec v0.6.3
21632024-02-01T07:39:57.734Z Compiling funty v2.0.0
21642024-02-01T07:39:58.391Z Compiling matches v0.1.10
21652024-02-01T07:40:03.305Z Compiling pretty-hex v0.4.1
21662024-02-01T07:40:03.595Z Compiling regex-automata v0.1.10
21672024-02-01T07:40:03.702Z Compiling managed v0.8.0
21682024-02-01T07:40:03.729Z Compiling deranged v0.3.8
21692024-02-01T07:40:04.343Z Compiling packed_struct v0.10.1
21702024-02-01T07:40:04.425Z Compiling ipnet v2.9.0
21712024-02-01T07:40:06.001Z Compiling bstr v0.2.17
21722024-02-01T07:40:06.189Z Compiling dof v0.3.0
21732024-02-01T07:40:06.778Z Compiling time v0.3.27
21742024-02-01T07:40:10.058Z Compiling bitvec v1.0.1
21752024-02-01T07:40:10.973Z Compiling idna v0.2.3
21762024-02-01T07:40:10.981Z Compiling sec1 v0.7.3
21772024-02-01T07:40:11.823Z Compiling r2d2 v0.8.10
21782024-02-01T07:40:12.396Z Compiling group v0.13.0
21792024-02-01T07:40:13.174Z Compiling inout v0.1.3
21802024-02-01T07:40:14.142Z Compiling phf v0.11.2
21812024-02-01T07:40:16.214Z Compiling hyper-tls v0.5.0
21822024-02-01T07:40:16.722Z Compiling regex v1.10.3
21832024-02-01T07:40:17.468Z Compiling hyper-rustls v0.24.2
21842024-02-01T07:40:17.996Z Compiling signal-hook-mio v0.2.3
21852024-02-01T07:40:18.211Z Compiling clap v4.4.3
21862024-02-01T07:40:18.348Z Compiling flate2 v1.0.28
21872024-02-01T07:40:18.365Z Compiling bzip2 v0.4.4
21882024-02-01T07:40:18.606Z Compiling ipnetwork v0.20.0
21892024-02-01T07:40:18.910Z Compiling postgres-types v0.2.6
21902024-02-01T07:40:19.859Z Compiling toml_edit v0.19.15
21912024-02-01T07:40:20.757Z Compiling hubpack v0.1.2
21922024-02-01T07:40:20.913Z Compiling serde_urlencoded v0.7.1
21932024-02-01T07:40:21.117Z Compiling rustls-pemfile v1.0.3
21942024-02-01T07:40:21.449Z Compiling phf_shared v0.10.0
21952024-02-01T07:40:21.591Z Compiling hkdf v0.12.4
21962024-02-01T07:40:21.755Z Compiling dtrace-parser v0.2.0
21972024-02-01T07:40:22.029Z Compiling futures-executor v0.3.30
21982024-02-01T07:40:25.596Z Compiling crypto-bigint v0.5.2
21992024-02-01T07:40:25.881Z Compiling packed_struct_codegen v0.10.1
22002024-02-01T07:40:27.926Z Compiling float-cmp v0.9.0
22012024-02-01T07:40:28.872Z Compiling indexmap v1.9.3
22022024-02-01T07:40:29.020Z Compiling encoding_rs v0.8.33
22032024-02-01T07:40:29.121Z Compiling fixedbitset v0.4.2
22042024-02-01T07:40:29.284Z Compiling precomputed-hash v0.1.1
22052024-02-01T07:40:29.428Z Compiling predicates-core v1.0.6
22062024-02-01T07:40:29.757Z Compiling new_debug_unreachable v1.0.4
22072024-02-01T07:40:29.877Z Compiling mime v0.3.17
22082024-02-01T07:40:29.913Z Compiling static_assertions v1.1.0
22092024-02-01T07:40:30.071Z Compiling webpki-roots v0.25.2
22102024-02-01T07:40:30.707Z Compiling unicode-segmentation v1.10.1
22112024-02-01T07:40:31.560Z Compiling crc-catalog v2.2.0
22122024-02-01T07:40:31.778Z Compiling minimal-lexical v0.2.1
22132024-02-01T07:40:32.051Z Compiling difflib v0.4.0
22142024-02-01T07:40:32.840Z Compiling data-encoding v2.4.0
22152024-02-01T07:40:34.427Z Compiling unicode-width v0.1.11
22162024-02-01T07:40:34.652Z Compiling normalize-line-endings v0.3.0
22172024-02-01T07:40:34.811Z Compiling whoami v1.4.1
22182024-02-01T07:40:35.274Z Compiling regex-automata v0.3.8
22192024-02-01T07:40:35.599Z Compiling nodrop v0.1.14
22202024-02-01T07:40:35.724Z Compiling either v1.9.0
22212024-02-01T07:40:35.759Z Compiling array-init v0.0.4
22222024-02-01T07:40:36.232Z Compiling itertools v0.10.5
22232024-02-01T07:40:38.913Z Compiling bstr v1.6.0
22242024-02-01T07:40:41.230Z Compiling tokio-postgres v0.7.10
22252024-02-01T07:40:41.886Z Compiling predicates v3.1.0
22262024-02-01T07:40:42.567Z Compiling console v0.15.8
22272024-02-01T07:40:44.273Z Compiling trust-dns-proto v0.22.0
22282024-02-01T07:40:44.733Z Compiling reqwest v0.11.22
22292024-02-01T07:40:49.857Z Compiling nom v7.1.3
22302024-02-01T07:40:56.123Z Compiling similar v2.3.0
22312024-02-01T07:40:56.846Z Compiling crc v3.0.1
22322024-02-01T07:41:01.153Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22332024-02-01T07:41:02.185Z Compiling string_cache v0.8.7
22342024-02-01T07:41:02.832Z Compiling petgraph v0.6.4
22352024-02-01T07:41:03.087Z Compiling elliptic-curve v0.13.8
22362024-02-01T07:41:09.184Z Compiling toml v0.7.8
22372024-02-01T07:41:09.779Z Compiling futures v0.3.30
22382024-02-01T07:41:11.809Z Compiling smallvec v0.6.14
22392024-02-01T07:41:12.332Z Compiling zip v0.6.6
22402024-02-01T07:41:12.525Z Compiling diesel v2.1.4
22412024-02-01T07:41:12.767Z Compiling crossterm v0.27.0
22422024-02-01T07:41:13.200Z Compiling yasna v0.5.2
22432024-02-01T07:41:14.500Z Compiling cipher v0.4.4
22442024-02-01T07:41:18.339Z Compiling bit-set v0.5.3
22452024-02-01T07:41:18.740Z Compiling usdt v0.3.5
22462024-02-01T07:41:19.129Z Compiling is-terminal v0.4.9
22472024-02-01T07:41:19.384Z Compiling toml_edit v0.21.0
22482024-02-01T07:41:30.889Z Compiling pkcs1 v0.7.5
22492024-02-01T07:41:30.949Z Compiling tokio-stream v0.1.14
22502024-02-01T07:41:31.390Z Compiling openapiv3 v2.0.0
22512024-02-01T07:41:32.435Z Compiling hex v0.4.3
22522024-02-01T07:41:35.355Z Compiling hashbrown v0.13.2
22532024-02-01T07:41:37.236Z Compiling signature v2.1.0
22542024-02-01T07:41:39.861Z Compiling termcolor v1.2.0
22552024-02-01T07:41:41.587Z Compiling hashbrown v0.12.3
22562024-02-01T07:41:42.235Z Compiling lalrpop-util v0.19.12
22572024-02-01T07:41:43.620Z Compiling bitfield v0.14.0
22582024-02-01T07:41:44.106Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22592024-02-01T07:41:52.628Z Compiling env_logger v0.10.0
22602024-02-01T07:42:05.529Z Compiling rsa v0.9.2
22612024-02-01T07:42:14.928Z Compiling serde-hex v0.1.0
22622024-02-01T07:42:20.302Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22632024-02-01T07:42:20.653Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22642024-02-01T07:42:25.361Z Compiling ron v0.8.1
22652024-02-01T07:42:27.445Z Compiling x509-cert v0.2.4
22662024-02-01T07:42:35.824Z Compiling crc-any v2.4.3
22672024-02-01T07:42:55.007Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22682024-02-01T07:43:06.082Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22692024-02-01T07:43:22.488Z Compiling object v0.30.4
22702024-02-01T07:43:29.220Z Compiling path-slash v0.1.5
22712024-02-01T07:43:35.806Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22722024-02-01T07:44:11.809Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22732024-02-01T07:44:12.918Z Finished release [optimized] target(s) in 6m 19s
22742024-02-01T07:44:13.004Z
22752024-02-01T07:44:13.004Zreal 6:19.562559072
22762024-02-01T07:44:13.004Zuser 43:46.160412113
22772024-02-01T07:44:13.004Zsys 3:42.776542301
22782024-02-01T07:44:13.004Ztrap 1.833562250
22792024-02-01T07:44:13.004Ztflt 1.053097002
22802024-02-01T07:44:13.004Zdflt 0.556036708
22812024-02-01T07:44:13.004Zkflt 0.000217499
22822024-02-01T07:44:13.004Zlock 1:40:46.375936713
22832024-02-01T07:44:13.008Zslp 2:06:18.446175400
22842024-02-01T07:44:13.008Zlat 1:52.481011910
22852024-02-01T07:44:13.008Zstop 1:22.820144390
22862024-02-01T07:44:13.008Z+ ptime -m gzip
22872024-02-01T07:44:13.655Z
22882024-02-01T07:44:13.657Zreal 0.647935307
22892024-02-01T07:44:13.657Zuser 0.639009093
22902024-02-01T07:44:13.657Zsys 0.008223363
22912024-02-01T07:44:13.657Ztrap 0.000064928
22922024-02-01T07:44:13.657Ztflt 0.000000000
22932024-02-01T07:44:13.661Zdflt 0.000000000
22942024-02-01T07:44:13.661Zkflt 0.000000000
22952024-02-01T07:44:13.661Zlock 0.000000000
22962024-02-01T07:44:13.661Zslp 0.000045851
22972024-02-01T07:44:13.661Zlat 0.000246255
22982024-02-01T07:44:13.661Zstop 0.000221478
22992024-02-01T07:44:13.661Z+ banner tufaceous
23002024-02-01T07:44:13.661Z
23012024-02-01T07:44:13.661Z ##### # # ###### ## #### ###### #### # # ####
23022024-02-01T07:44:13.661Z # # # # # # # # # # # # # #
23032024-02-01T07:44:13.661Z # # # ##### # # # ##### # # # # ####
23042024-02-01T07:44:13.661Z # # # # ###### # # # # # # #
23052024-02-01T07:44:13.661Z # # # # # # # # # # # # # # #
23062024-02-01T07:44:13.661Z # #### # # # #### ###### #### #### ####
23072024-02-01T07:44:13.661Z
23082024-02-01T07:44:13.662Z+ ptime -m cargo build --locked -p tufaceous --release
23092024-02-01T07:44:14.332Z Downloading crates ...
23102024-02-01T07:44:14.690Z Downloaded parse-size v1.0.0
23112024-02-01T07:44:14.694Z Downloaded doc-comment v0.3.3
23122024-02-01T07:44:14.694Z Downloaded olpc-cjson v0.1.3
23132024-02-01T07:44:14.698Z Downloaded pin-project-internal v1.1.3
23142024-02-01T07:44:14.701Z Downloaded async-recursion v1.0.5
23152024-02-01T07:44:14.708Z Downloaded fs-err v2.11.0
23162024-02-01T07:44:14.711Z Downloaded humantime v2.1.0
23172024-02-01T07:44:14.714Z Downloaded serde_plain v1.0.2
23182024-02-01T07:44:14.717Z Downloaded globset v0.4.13
23192024-02-01T07:44:14.743Z Downloaded pin-project v1.1.3
23202024-02-01T07:44:14.748Z Downloaded typed-path v0.7.0
23212024-02-01T07:44:14.755Z Downloaded snafu v0.7.5
23222024-02-01T07:44:14.765Z Downloaded tough v0.16.0
23232024-02-01T07:44:14.779Z Downloaded snafu-derive v0.7.5
23242024-02-01T07:44:14.782Z Downloaded buf-list v1.0.3
23252024-02-01T07:44:15.942Z Compiling serde_tokenstream v0.2.0
23262024-02-01T07:44:15.995Z Compiling regress v0.7.1
23272024-02-01T07:44:15.995Z Compiling dirs-sys-next v0.1.2
23282024-02-01T07:44:15.996Z Compiling rustls-pki-types v1.1.0
23292024-02-01T07:44:15.996Z Compiling ident_case v1.0.1
23302024-02-01T07:44:15.996Z Compiling thread_local v1.1.7
23312024-02-01T07:44:15.996Z Compiling slog-async v2.8.0
23322024-02-01T07:44:15.996Z Compiling dirs-next v2.0.0
23332024-02-01T07:44:15.996Z Compiling darling_core v0.20.3
23342024-02-01T07:44:15.996Z Compiling rustls v0.22.2
23352024-02-01T07:44:15.996Z Compiling heck v0.4.1
23362024-02-01T07:44:16.429Z Compiling rustls-webpki v0.102.1
23372024-02-01T07:44:16.429Z Compiling term v0.7.0
23382024-02-01T07:44:16.838Z Compiling crossbeam-channel v0.5.8
23392024-02-01T07:44:17.224Z Compiling getopts v0.2.21
23402024-02-01T07:44:17.855Z Compiling structmeta-derive v0.2.0
23412024-02-01T07:44:18.629Z Compiling atty v0.2.14
23422024-02-01T07:44:18.825Z Compiling multer v3.0.0
23432024-02-01T07:44:19.231Z Compiling match_cfg v0.1.0
23442024-02-01T07:44:19.355Z Compiling doc-comment v0.3.3
23452024-02-01T07:44:19.618Z Compiling unsafe-libyaml v0.2.10
23462024-02-01T07:44:20.079Z Compiling paste v1.0.14
23472024-02-01T07:44:20.797Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23482024-02-01T07:44:22.595Z Compiling take_mut v0.2.2
23492024-02-01T07:44:22.815Z Compiling structmeta v0.2.0
23502024-02-01T07:44:23.415Z Compiling serde_yaml v0.9.25
23512024-02-01T07:44:24.459Z Compiling hostname v0.3.1
23522024-02-01T07:44:24.505Z Compiling darling_macro v0.20.3
23532024-02-01T07:44:24.588Z Compiling slog-term v2.9.0
23542024-02-01T07:44:25.986Z Compiling darling v0.20.3
23552024-02-01T07:44:28.153Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23562024-02-01T07:44:28.176Z Compiling slog-json v2.6.1
23572024-02-01T07:44:28.942Z Compiling http v1.0.0
23582024-02-01T07:44:29.601Z Compiling pin-project-internal v1.1.3
23592024-02-01T07:44:29.657Z Compiling async-stream-impl v0.3.5
23602024-02-01T07:44:29.750Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23612024-02-01T07:44:30.182Z Compiling atomic-waker v1.1.1
23622024-02-01T07:44:30.450Z Compiling fastrand v2.0.0
23632024-02-01T07:44:31.528Z Compiling regex-syntax v0.7.5
23642024-02-01T07:44:31.596Z Compiling async-stream v0.3.5
23652024-02-01T07:44:32.064Z Compiling tokio-rustls v0.25.0
23662024-02-01T07:44:33.494Z Compiling tempfile v3.9.0
23672024-02-01T07:44:34.030Z Compiling pin-project v1.1.3
23682024-02-01T07:44:34.201Z Compiling waitgroup v0.1.2
23692024-02-01T07:44:34.625Z Compiling slog-bunyan v2.5.0
23702024-02-01T07:44:35.118Z Compiling serde_with_macros v3.5.1
23712024-02-01T07:44:37.444Z Compiling toml v0.8.8
23722024-02-01T07:44:38.106Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23732024-02-01T07:44:38.443Z Compiling rustls-pemfile v2.0.0
23742024-02-01T07:44:39.594Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23752024-02-01T07:44:39.616Z Compiling sha1 v0.10.6
23762024-02-01T07:44:40.187Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23772024-02-01T07:44:41.158Z Compiling snafu-derive v0.7.5
23782024-02-01T07:44:41.387Z Compiling serde_path_to_error v0.1.15
23792024-02-01T07:44:41.714Z Compiling parse-display-derive v0.8.2
23802024-02-01T07:44:41.980Z Compiling instant v0.1.12
23812024-02-01T07:44:42.196Z Compiling fs-err v2.11.0
23822024-02-01T07:44:42.601Z Compiling debug-ignore v1.0.5
23832024-02-01T07:44:42.802Z Compiling arc-swap v1.6.0
23842024-02-01T07:44:43.067Z Compiling buf-list v1.0.3
23852024-02-01T07:44:43.880Z Compiling same-file v1.0.6
23862024-02-01T07:44:44.018Z Compiling slog-scope v4.4.0
23872024-02-01T07:44:44.325Z Compiling walkdir v2.4.0
23882024-02-01T07:44:46.694Z Compiling backoff v0.4.0
23892024-02-01T07:44:47.213Z Compiling serde_with v3.5.1
23902024-02-01T07:44:47.236Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23912024-02-01T07:44:47.408Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23922024-02-01T07:44:47.587Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23932024-02-01T07:44:48.246Z Compiling parse-display v0.8.2
23942024-02-01T07:44:48.529Z Compiling globset v0.4.13
23952024-02-01T07:44:49.352Z Compiling snafu v0.7.5
23962024-02-01T07:44:52.276Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23972024-02-01T07:44:52.285Z Compiling strum v0.25.0
23982024-02-01T07:44:52.285Z Compiling olpc-cjson v0.1.3
23992024-02-01T07:44:53.098Z Compiling pem v3.0.2
24002024-02-01T07:44:54.947Z Compiling serde_plain v1.0.2
24012024-02-01T07:44:55.722Z Compiling macaddr v1.0.1
24022024-02-01T07:44:55.774Z Compiling async-recursion v1.0.5
24032024-02-01T07:44:56.891Z Compiling xattr v1.0.1
24042024-02-01T07:44:57.231Z Compiling filetime v0.2.23
24052024-02-01T07:44:57.325Z Compiling typed-path v0.7.0
24062024-02-01T07:44:57.740Z Compiling tar v0.4.40
24072024-02-01T07:44:58.748Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24082024-02-01T07:45:03.395Z Compiling tough v0.16.0
24092024-02-01T07:45:08.732Z Compiling slog-stdlog v4.1.1
24102024-02-01T07:45:10.247Z Compiling camino-tempfile v1.1.1
24112024-02-01T07:45:11.035Z Compiling itertools v0.12.1
24122024-02-01T07:45:11.525Z Compiling parse-size v1.0.0
24132024-02-01T07:45:12.004Z Compiling slog-envlogger v2.2.0
24142024-02-01T07:45:16.589Z Compiling humantime v2.1.0
24152024-02-01T07:45:24.666Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24162024-02-01T07:45:24.977Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24172024-02-01T07:45:40.224Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24182024-02-01T07:45:42.958Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24192024-02-01T07:46:14.681Z Finished release [optimized] target(s) in 2m 00s
24202024-02-01T07:46:14.770Z
24212024-02-01T07:46:14.770Zreal 2:01.092144438
24222024-02-01T07:46:14.770Zuser 13:34.334913193
24232024-02-01T07:46:14.770Zsys 48.920401761
24242024-02-01T07:46:14.773Ztrap 0.518231904
24252024-02-01T07:46:14.773Ztflt 0.380926746
24262024-02-01T07:46:14.773Zdflt 0.728714331
24272024-02-01T07:46:14.773Zkflt 0.000260896
24282024-02-01T07:46:14.777Zlock 27:40.773329875
24292024-02-01T07:46:14.777Zslp 30:26.674775586
24302024-02-01T07:46:14.777Zlat 25.963631637
24312024-02-01T07:46:14.777Zstop 12.652533012
24322024-02-01T07:46:14.777Z+ ptime -m gzip
24332024-02-01T07:46:17.229Z
24342024-02-01T07:46:17.230Zreal 2.454820438
24352024-02-01T07:46:17.233Zuser 2.431054339
24362024-02-01T07:46:17.233Zsys 0.021020378
24372024-02-01T07:46:17.233Ztrap 0.000897669
24382024-02-01T07:46:17.233Ztflt 0.000000000
24392024-02-01T07:46:17.233Zdflt 0.000000000
24402024-02-01T07:46:17.233Zkflt 0.000000000
24412024-02-01T07:46:17.233Zlock 0.000000000
24422024-02-01T07:46:17.233Zslp 0.000000000
24432024-02-01T07:46:17.233Zlat 0.001467359
24442024-02-01T07:46:17.234Zstop 0.000225997
24452024-02-01T07:46:17.234Zprocess exited: duration 1272648 ms, exit code 0
 
24462024-02-01T07:46:17.241Zfound 5 output files
24472024-02-01T07:46:17.241Zuploading: /work/end-to-end-tests/bootstrap-7af1bd138257bcb8.gz (10759218 bytes)
24482024-02-01T07:46:24.039Zuploaded: /work/end-to-end-tests/bootstrap-7af1bd138257bcb8.gz
24492024-02-01T07:46:24.039Zuploading: /work/end-to-end-tests/bootstrap.gz (108790230 bytes)
24502024-02-01T07:47:25.275Zuploaded: /work/end-to-end-tests/bootstrap.gz
24512024-02-01T07:47:25.275Zuploading: /work/end-to-end-tests/end_to_end_tests-add7be4a9ab9d514.gz (111980008 bytes)
24522024-02-01T07:48:03.229Zuploaded: /work/end-to-end-tests/end_to_end_tests-add7be4a9ab9d514.gz
24532024-02-01T07:48:03.229Zuploading: /work/caboose-util.gz (4048201 bytes)
24542024-02-01T07:48:06.152Zuploaded: /work/caboose-util.gz
24552024-02-01T07:48:06.162Zuploading: /work/tufaceous.gz (15642749 bytes)
24562024-02-01T07:48:13.791Zuploaded: /work/tufaceous.gz