01HMY97NJMP2P7NK78MDRQRRWD: 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: 01HMY982KAG59PV0YZSVPVPWF7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-24T18:22:56.408Zjob assigned to worker 01HMYBAFKXB4GCVAG3Z98J3HTK (queued for 37 m 4 s)
 
22024-01-24T18:22:56.589Zstarting task 0: "setup"
32024-01-24T18:22:56.629Z++ uname -s
42024-01-24T18:22:56.638Z+ kern=SunOS
52024-01-24T18:22:56.639Z+ case "$kern" in
62024-01-24T18:22:56.639Z+ groupadd -g 12345 build
72024-01-24T18:22:56.639Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-24T18:22:58.716Z+ zfs create -o mountpoint=/work rpool/work
92024-01-24T18:22:58.816Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-24T18:22:58.822Z+ home_fs=zfs
112024-01-24T18:22:58.822Z+ [[ zfs == autofs ]]
122024-01-24T18:22:58.822Z+ mkdir -p /home/build
132024-01-24T18:22:58.822Z+ chown build:build /home/build /work
142024-01-24T18:23:00.877Z+ chmod 0700 /home/build /work
152024-01-24T18:23:00.895Zprocess exited: duration 4240 ms, exit code 0
 
162024-01-24T18:23:00.903Zstarting task 1: "rust-toolchain"
172024-01-24T18:23:00.917Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-24T18:23:00.923Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-24T18:23:01.102Zinfo: downloading installer
202024-01-24T18:23:02.783Zwarning: it looks like you have an existing installation of Rust at:
212024-01-24T18:23:02.783Zwarning: /opt/ooce/bin
222024-01-24T18:23:02.783Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-24T18:23:02.783Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-24T18:23:02.783Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-24T18:23:02.783Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-24T18:23:02.783Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-24T18:23:02.784Zerror: cannot install while Rust is installed
282024-01-24T18:23:02.785Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-24T18:23:03.031Zinfo: profile set to 'default'
302024-01-24T18:23:03.031Zinfo: default host triple is x86_64-unknown-illumos
312024-01-24T18:23:03.040Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-24T18:23:03.131Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-24T18:23:03.132Zinfo: downloading component 'cargo'
342024-01-24T18:23:03.803Zinfo: downloading component 'clippy'
352024-01-24T18:23:04.012Zinfo: downloading component 'rust-docs'
362024-01-24T18:23:04.884Zinfo: downloading component 'rust-std'
372024-01-24T18:23:06.389Zinfo: downloading component 'rustc'
382024-01-24T18:23:09.947Zinfo: downloading component 'rustfmt'
392024-01-24T18:23:10.074Zinfo: installing component 'cargo'
402024-01-24T18:23:11.516Zinfo: installing component 'clippy'
412024-01-24T18:23:12.131Zinfo: installing component 'rust-docs'
422024-01-24T18:23:14.880Zinfo: installing component 'rust-std'
432024-01-24T18:23:18.141Zinfo: installing component 'rustc'
442024-01-24T18:23:24.618Zinfo: installing component 'rustfmt'
452024-01-24T18:23:25.058Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-24T18:23:25.058Z
472024-01-24T18:23:25.203Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-24T18:23:25.204Z
492024-01-24T18:23:25.208Z
502024-01-24T18:23:25.208ZRust is installed now. Great!
512024-01-24T18:23:25.208Z
522024-01-24T18:23:25.208ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-24T18:23:25.209Zenvironment variable. This has not been done automatically.
542024-01-24T18:23:25.209Z
552024-01-24T18:23:25.209ZTo configure your current shell, run:
562024-01-24T18:23:25.209Zsource "$HOME/.cargo/env"
572024-01-24T18:23:25.282Z+ rustc --version
582024-01-24T18:23:25.387Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-24T18:23:25.394Zprocess exited: duration 24486 ms, exit code 0
 
602024-01-24T18:23:25.423Zstarting task 2: "authentication"
612024-01-24T18:23:25.440Zprocess exited: duration 36 ms, exit code 0
 
622024-01-24T18:23:25.449Zstarting task 3: "clone repository"
632024-01-24T18:23:25.456Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-24T18:23:25.462Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-24T18:23:25.565ZCloning into '/work/oxidecomputer/omicron'...
662024-01-24T18:23:31.377Z+ cd /work/oxidecomputer/omicron
672024-01-24T18:23:31.378Z+ git fetch origin 2dec2168732c028b5575d40bf02c7c50383eeb0a
682024-01-24T18:23:31.777ZFrom https://github.com/oxidecomputer/omicron
692024-01-24T18:23:31.777Z * branch 2dec2168732c028b5575d40bf02c7c50383eeb0a -> FETCH_HEAD
702024-01-24T18:23:31.789Z+ [[ -n boundary-tunnel-routing ]]
712024-01-24T18:23:31.800Z++ git branch --show-current
722024-01-24T18:23:31.800Z+ current=main
732024-01-24T18:23:31.800Z+ [[ main != boundary-tunnel-routing ]]
742024-01-24T18:23:31.800Z+ git branch -f boundary-tunnel-routing 2dec2168732c028b5575d40bf02c7c50383eeb0a
752024-01-24T18:23:31.800Z+ git checkout -f boundary-tunnel-routing
762024-01-24T18:23:32.260ZSwitched to branch 'boundary-tunnel-routing'
772024-01-24T18:23:32.260Z+ git reset --hard 2dec2168732c028b5575d40bf02c7c50383eeb0a
782024-01-24T18:23:32.260ZHEAD is now at 2dec21687 remove manual boundary loopback address management
792024-01-24T18:23:32.260Zprocess exited: duration 6710 ms, exit code 0
 
802024-01-24T18:23:32.268Zstarting task 4: "build"
812024-01-24T18:23:32.276Z+ cargo --version
822024-01-24T18:23:32.283Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-01-24T18:23:32.466Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-01-24T18:23:32.470Zinfo: downloading component 'cargo'
852024-01-24T18:23:33.232Zinfo: downloading component 'clippy'
862024-01-24T18:23:33.450Zinfo: downloading component 'rust-docs'
872024-01-24T18:23:34.320Zinfo: downloading component 'rust-std'
882024-01-24T18:23:35.648Zinfo: downloading component 'rustc'
892024-01-24T18:23:39.348Zinfo: downloading component 'rustfmt'
902024-01-24T18:23:39.560Zinfo: installing component 'cargo'
912024-01-24T18:23:40.839Zinfo: installing component 'clippy'
922024-01-24T18:23:41.340Zinfo: installing component 'rust-docs'
932024-01-24T18:23:44.063Zinfo: installing component 'rust-std'
942024-01-24T18:23:46.625Zinfo: installing component 'rustc'
952024-01-24T18:23:52.757Zinfo: installing component 'rustfmt'
962024-01-24T18:23:53.341Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-01-24T18:23:53.349Z+ rustc --version
982024-01-24T18:23:53.432Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-01-24T18:23:53.442Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-01-24T18:24:16.432Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-01-24T18:24:16.433Z Startup: Caching catalogs ... Done
1022024-01-24T18:24:16.433ZPlanning: Solver setup ... Done (1.923s)
1032024-01-24T18:24:16.433ZPlanning: Running solver ... Done (0.052s)
1042024-01-24T18:24:16.435ZPlanning: Finding local manifests ... Done (0.002s)
1052024-01-24T18:24:16.435ZPlanning: Fetching manifests: 0/4 0% complete
1062024-01-24T18:24:16.435ZPlanning: Fetching manifests: 4/4 100% complete
1072024-01-24T18:24:16.436ZPlanning: Package planning ... Done (0.081s)
1082024-01-24T18:24:16.436ZPlanning: Merging actions ... Done (0.083s)
1092024-01-24T18:24:16.470ZPlanning: Checking for conflicting actions ... Done (1.176s)
1102024-01-24T18:24:16.470ZPlanning: Consolidating action changes ... Done (0.017s)
1112024-01-24T18:24:24.577ZPlanning: Evaluating mediators ... Done (8.180s)
1122024-01-24T18:24:24.593ZPlanning: Planning completed in 12.35 seconds
1132024-01-24T18:24:29.965Z Packages to install: 4
1142024-01-24T18:24:29.966Z Mediators to change: 2
1152024-01-24T18:24:29.966Z Services to change: 1
1162024-01-24T18:24:29.972Z Estimated space available: 148.87 GB
1172024-01-24T18:24:29.973ZEstimated space to be consumed: 1.40 GB
1182024-01-24T18:24:29.973Z Create boot environment: No
1192024-01-24T18:24:29.973ZCreate backup boot environment: No
1202024-01-24T18:24:29.973Z Rebuild boot archive: No
1212024-01-24T18:24:29.973Z
1222024-01-24T18:24:29.973ZChanged mediators:
1232024-01-24T18:24:29.973Z mediator clang:
1242024-01-24T18:24:29.974Z version: None -> 15 (system default)
1252024-01-24T18:24:29.974Z
1262024-01-24T18:24:29.974Z mediator llvm:
1272024-01-24T18:24:29.974Z version: 14 (system default) -> 15 (system default)
1282024-01-24T18:24:29.974Z
1292024-01-24T18:24:29.974ZChanged packages:
1302024-01-24T18:24:29.975Zhelios-dev
1312024-01-24T18:24:29.976Z developer/build-essential
1322024-01-24T18:24:29.976Z None -> 11-2.0
1332024-01-24T18:24:29.976Z library/libxmlsec1
1342024-01-24T18:24:29.976Z None -> 1.2.35-2.0
1352024-01-24T18:24:29.976Z ooce/developer/clang-15
1362024-01-24T18:24:29.976Z None -> 15.0.7-2.0
1372024-01-24T18:24:29.976Z ooce/developer/llvm-15
1382024-01-24T18:24:29.976Z None -> 15.0.7-2.0
1392024-01-24T18:24:29.977Z
1402024-01-24T18:24:29.977ZServices:
1412024-01-24T18:24:29.977Z restart_fmri:
1422024-01-24T18:24:29.977Z svc:/system/update-man-index:default
1432024-01-24T18:24:30.391Z
1442024-01-24T18:24:30.391ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-01-24T18:24:35.924ZDownload: 1197/3290 items 61.8/212.6MB 29% complete (12.5M/s)
1462024-01-24T18:24:40.913ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (12.2M/s)
1472024-01-24T18:24:46.085ZDownload: 3279/3290 items 207.5/212.6MB 97% complete (14.7M/s)
1482024-01-24T18:24:46.215ZDownload: Completed 212.60 MB in 15.83 seconds (13.4M/s)
1492024-01-24T18:24:46.991Z Actions: 1/3689 actions (Installing new actions)
1502024-01-24T18:24:51.998Z Actions: 2284/3689 actions (Installing new actions)
1512024-01-24T18:24:54.669Z Actions: Completed 3689 actions in 7.68 seconds.
1522024-01-24T18:24:54.915Z Done (0.239s)
1532024-01-24T18:24:54.915Z Done (0.000s)
1542024-01-24T18:24:55.218Z Done (0.303s)
1552024-01-24T18:25:03.421Z Done (8.054s)
1562024-01-24T18:25:03.719Z Done (0.208s)
1572024-01-24T18:25:03.724Z Done (0.000s)
1582024-01-24T18:25:03.952Z Done (0.000s)
1592024-01-24T18:25:04.687ZPlanning: Evaluating mediator changes ... Done
1602024-01-24T18:25:04.973ZPlanning: Checking for conflicting actions ... Done
1612024-01-24T18:25:04.978ZPlanning: Consolidating action changes ... Done
1622024-01-24T18:25:05.424ZPlanning: Evaluating mediators ... Done
1632024-01-24T18:25:05.429ZPlanning: Planning completed in 0.74 seconds
1642024-01-24T18:25:05.480Z Mediators to change: 2
1652024-01-24T18:25:05.488Z Create boot environment: No
1662024-01-24T18:25:05.488ZCreate backup boot environment: No
1672024-01-24T18:25:05.583Z Done
1682024-01-24T18:25:05.585Z Done
1692024-01-24T18:25:05.780Z Done
1702024-01-24T18:25:11.410Z Done
1712024-01-24T18:25:11.525Z Done
1722024-01-24T18:25:11.529Z Done
1732024-01-24T18:25:11.672Z Done
1742024-01-24T18:25:12.687ZPlanning: Evaluating mediator changes ... Done
1752024-01-24T18:25:12.693ZPlanning: Merging actions ... Done
1762024-01-24T18:25:13.027ZPlanning: Checking for conflicting actions ... Done
1772024-01-24T18:25:13.034ZPlanning: Consolidating action changes ... Done
1782024-01-24T18:25:13.465ZPlanning: Evaluating mediators ... Done
1792024-01-24T18:25:13.608ZPlanning: Planning completed in 1.31 seconds
1802024-01-24T18:25:13.616Z Packages to change: 1
1812024-01-24T18:25:13.635Z Mediators to change: 1
1822024-01-24T18:25:13.635Z Services to change: 1
1832024-01-24T18:25:13.639Z Create boot environment: No
1842024-01-24T18:25:13.639ZCreate backup boot environment: Yes
1852024-01-24T18:25:15.595Z Actions: 1/6 actions (Updating modified actions)
1862024-01-24T18:25:15.607Z Actions: Completed 6 actions in 0.00 seconds.
1872024-01-24T18:25:15.607Z Done
1882024-01-24T18:25:15.607Z Done
1892024-01-24T18:25:16.089Z Done
1902024-01-24T18:25:21.595Z Done
1912024-01-24T18:25:21.720Z Done
1922024-01-24T18:25:21.727Z Done
1932024-01-24T18:25:21.933Z Done
1942024-01-24T18:25:22.609ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-01-24T18:25:22.610Zclang system 15 system
1962024-01-24T18:25:22.610Zcsh system system illumos
1972024-01-24T18:25:22.610Zctags system system illumos
1982024-01-24T18:25:22.610Zgcc vendor 12 vendor
1992024-01-24T18:25:22.610Zgcc system 10 system
2002024-01-24T18:25:22.621Zgcc system 7 system
2012024-01-24T18:25:22.621Zgo system 1.20 system
2022024-01-24T18:25:22.621Zgo system 1.19 system
2032024-01-24T18:25:22.621Zllvm system 15 system
2042024-01-24T18:25:22.621Zllvm system 14 system
2052024-01-24T18:25:22.621Zmariadb system 10.6 system
2062024-01-24T18:25:22.622Zmta vendor vendor dma
2072024-01-24T18:25:22.622Zopenjdk system 17 system
2082024-01-24T18:25:22.622Zopenjdk system 11 system
2092024-01-24T18:25:22.622Zopenjdk system 1.8 system
2102024-01-24T18:25:22.622Zopenssl vendor 3 vendor
2112024-01-24T18:25:22.622Zperl system 5.36 system
2122024-01-24T18:25:22.622Zpostgresql system 15 system
2132024-01-24T18:25:22.622Zpostgresql system 13 system
2142024-01-24T18:25:22.623Zpython vendor 3 vendor
2152024-01-24T18:25:22.623Zpython system 2 system
2162024-01-24T18:25:22.623Zpython3 system 3.11 system
2172024-01-24T18:25:22.623Zruby system 3.0 system
2182024-01-24T18:25:22.623Zwords vendor vendor american-english
2192024-01-24T18:25:22.623Zwords system system australian-english
2202024-01-24T18:25:22.623Zwords system system british-english
2212024-01-24T18:25:22.623Zwords system system canadian-english
2222024-01-24T18:25:22.624Zwords system system french
2232024-01-24T18:25:22.624Zwords system system italian
2242024-01-24T18:25:22.624Zwords system system ngerman
2252024-01-24T18:25:22.624Zwords system system ogerman
2262024-01-24T18:25:22.626Zwords system system spanish
2272024-01-24T18:25:23.141ZFMRI IFO
2282024-01-24T18:25:23.141Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-01-24T18:25:23.141Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-01-24T18:25:23.141Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-01-24T18:25:23.141Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-01-24T18:25:23.141Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-01-24T18:25:23.141Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2342024-01-24T18:25:23.141Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-01-24T18:25:23.141Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2362024-01-24T18:25:23.261Z+ set -o errexit
2372024-01-24T18:25:23.270Z+++ dirname ./tools/ci_download_cockroachdb
2382024-01-24T18:25:23.270Z++ cd ./tools
2392024-01-24T18:25:23.271Z++ pwd
2402024-01-24T18:25:23.271Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2412024-01-24T18:25:23.271Z++ basename ./tools/ci_download_cockroachdb
2422024-01-24T18:25:23.271Z+ ARG0=ci_download_cockroachdb
2432024-01-24T18:25:23.272Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2442024-01-24T18:25:23.272Z+ CIDL_VERSION=v22.1.9
2452024-01-24T18:25:23.272Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2462024-01-24T18:25:23.282Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2472024-01-24T18:25:23.283Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2482024-01-24T18:25:23.283Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2492024-01-24T18:25:23.283Z+ TARGET_DIR=out
2502024-01-24T18:25:23.283Z+ DOWNLOAD_DIR=out/downloads
2512024-01-24T18:25:23.283Z+ DEST_DIR=./out/cockroachdb
2522024-01-24T18:25:23.283Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2532024-01-24T18:25:23.284Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2542024-01-24T18:25:23.284Z+ main
2552024-01-24T18:25:23.284Z+ [[ 0 != 0 ]]
2562024-01-24T18:25:23.285Z+ CIDL_OS=solaris2.11
2572024-01-24T18:25:23.285Z+ [[ 0 != 0 ]]
2582024-01-24T18:25:23.285Z+ configure_os solaris2.11
2592024-01-24T18:25:23.285Z+ echo 'current directory: /work/oxidecomputer/omicron'
2602024-01-24T18:25:23.285Zcurrent directory: /work/oxidecomputer/omicron
2612024-01-24T18:25:23.286Z+ echo 'configuring based on OS: "solaris2.11"'
2622024-01-24T18:25:23.286Z+ case "$1" in
2632024-01-24T18:25:23.286Zconfiguring based on OS: "solaris2.11"
2642024-01-24T18:25:23.286Z+ CIDL_BUILD=illumos
2652024-01-24T18:25:23.286Z+ CIDL_SUFFIX=tar.gz
2662024-01-24T18:25:23.286Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2672024-01-24T18:25:23.286Z+ CIDL_MD5FUNC=do_md5sum
2682024-01-24T18:25:23.286Z+ CIDL_URL_BASE=https://illumos.org/downloads
2692024-01-24T18:25:23.286Z+ CIDL_ASSEMBLE=do_assemble_illumos
2702024-01-24T18:25:23.286Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2712024-01-24T18:25:23.286Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2722024-01-24T18:25:23.287Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-01-24T18:25:23.287Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2742024-01-24T18:25:23.287Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-01-24T18:25:23.287Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-01-24T18:25:23.288ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-01-24T18:25:23.288ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-01-24T18:25:23.288Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-01-24T18:25:23.288Z+ mkdir -p out/downloads
2802024-01-24T18:25:23.288Z+ mkdir -p ./out/cockroachdb
2812024-01-24T18:25:23.288Z+ local DO_DOWNLOAD=true
2822024-01-24T18:25:23.288Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2832024-01-24T18:25:23.288Z+ '[' true == true ']'
2842024-01-24T18:25:23.288Z+ echo Downloading...
2852024-01-24T18:25:23.288ZDownloading...
2862024-01-24T18:25:23.288Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-01-24T18:25:23.288Z+ 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
2882024-01-24T18:25:25.067Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-01-24T18:25:25.071Z++ md5sum
2902024-01-24T18:25:25.071Z++ awk '{print $1}'
2912024-01-24T18:25:25.339Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2922024-01-24T18:25:25.339Z+ [[ 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 ]]
2932024-01-24T18:25:25.380Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-01-24T18:25:25.380Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2952024-01-24T18:25:28.815Z+ do_assemble_illumos
2962024-01-24T18:25:28.815Z+ rm -r ./out/cockroachdb
2972024-01-24T18:25:28.830Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2982024-01-24T18:25:29.439Z+ ./out/cockroachdb/bin/cockroach version
2992024-01-24T18:25:29.752ZBuild Tag: v22.1.9-dirty
3002024-01-24T18:25:29.752ZBuild Time: 2022/10/26 21:17:46
3012024-01-24T18:25:29.752ZDistribution: OSS
3022024-01-24T18:25:29.752ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3032024-01-24T18:25:29.752ZGo Version: go1.17.13
3042024-01-24T18:25:29.753ZC Compiler: gcc 10.3.0
3052024-01-24T18:25:29.753ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3062024-01-24T18:25:29.753ZBuild Type: release
3072024-01-24T18:25:29.775Z+ set -o errexit
3082024-01-24T18:25:29.779Z+++ dirname ./tools/ci_download_clickhouse
3092024-01-24T18:25:29.794Z++ cd ./tools
3102024-01-24T18:25:29.794Z++ pwd
3112024-01-24T18:25:29.794Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3122024-01-24T18:25:29.794Z++ basename ./tools/ci_download_clickhouse
3132024-01-24T18:25:29.798Z+ ARG0=ci_download_clickhouse
3142024-01-24T18:25:29.798Z+ TARGET_DIR=out
3152024-01-24T18:25:29.798Z+ DOWNLOAD_DIR=out/downloads
3162024-01-24T18:25:29.798Z+ DEST_DIR=./out/clickhouse
3172024-01-24T18:25:29.798Z+ CIDL_VERSION=v22.8.9.24
3182024-01-24T18:25:29.798Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3192024-01-24T18:25:29.798Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3202024-01-24T18:25:29.799Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3212024-01-24T18:25:29.799Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3222024-01-24T18:25:29.799Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3232024-01-24T18:25:29.800Z+ main
3242024-01-24T18:25:29.800Z+ [[ 0 != 0 ]]
3252024-01-24T18:25:29.800Z+ CIDL_OS=solaris2.11
3262024-01-24T18:25:29.800Z+ [[ 0 != 0 ]]
3272024-01-24T18:25:29.800Z+ configure_os solaris2.11
3282024-01-24T18:25:29.800Z+ echo 'current directory: /work/oxidecomputer/omicron'
3292024-01-24T18:25:29.800Zcurrent directory: /work/oxidecomputer/omicron
3302024-01-24T18:25:29.800Z+ echo 'configuring based on OS: "solaris2.11"'
3312024-01-24T18:25:29.808Z+ CIDL_DASHREV=
3322024-01-24T18:25:29.808Z+ case "$1" in
3332024-01-24T18:25:29.808Zconfiguring based on OS: "solaris2.11"
3342024-01-24T18:25:29.808Z+ CIDL_PLATFORM=illumos
3352024-01-24T18:25:29.808Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3362024-01-24T18:25:29.809Z+ CIDL_MD5FUNC=do_md5sum
3372024-01-24T18:25:29.809Z+ CIDL_DASHREV=-1
3382024-01-24T18:25:29.809Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3392024-01-24T18:25:29.809Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-01-24T18:25:29.809Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-01-24T18:25:29.809Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-01-24T18:25:29.809ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-01-24T18:25:29.809Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442024-01-24T18:25:29.809ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-01-24T18:25:29.809Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3462024-01-24T18:25:29.810Z+ mkdir -p out/downloads
3472024-01-24T18:25:29.810Z+ mkdir -p ./out/clickhouse
3482024-01-24T18:25:29.811Z+ local DO_DOWNLOAD=true
3492024-01-24T18:25:29.811Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3502024-01-24T18:25:29.811Z+ '[' true == true ']'
3512024-01-24T18:25:29.811Z+ echo Downloading...
3522024-01-24T18:25:29.811ZDownloading...
3532024-01-24T18:25:29.811Z+ 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
3542024-01-24T18:25:29.811Z+ 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
3552024-01-24T18:25:31.965Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3562024-01-24T18:25:31.978Z++ md5sum
3572024-01-24T18:25:31.978Z++ awk '{print $1}'
3582024-01-24T18:25:32.252Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3592024-01-24T18:25:32.252Z+ [[ 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 ]]
3602024-01-24T18:25:32.260Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3612024-01-24T18:25:32.260Z+ mkdir -p ./out/clickhouse
3622024-01-24T18:25:32.260Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3632024-01-24T18:25:37.156Z+ ./out/clickhouse/clickhouse server --version
3642024-01-24T18:25:37.220ZClickHouse server version 22.8.9.1.
3652024-01-24T18:25:37.240Z+ set -o errexit
3662024-01-24T18:25:37.246Z+++ dirname ./tools/ci_download_console
3672024-01-24T18:25:37.247Z++ cd ./tools
3682024-01-24T18:25:37.247Z++ pwd
3692024-01-24T18:25:37.247Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3702024-01-24T18:25:37.252Z++ basename ./tools/ci_download_console
3712024-01-24T18:25:37.252Z+ ARG0=ci_download_console
3722024-01-24T18:25:37.253Z+ TARGET_DIR=out
3732024-01-24T18:25:37.253Z+ DOWNLOAD_DIR=out/downloads
3742024-01-24T18:25:37.253Z+ DEST_DIR=./out/console-assets
3752024-01-24T18:25:37.253Z+ source /work/oxidecomputer/omicron/tools/console_version
3762024-01-24T18:25:37.253Z++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036
3772024-01-24T18:25:37.253Z++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
3782024-01-24T18:25:37.254Z+ URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
3792024-01-24T18:25:37.254Z+ TARBALL_FILE=out/downloads/console.tar.gz
3802024-01-24T18:25:37.254Z+ main
3812024-01-24T18:25:37.254Z+ [[ 0 != 0 ]]
3822024-01-24T18:25:37.254Z+ echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz'
3832024-01-24T18:25:37.254ZURL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
3842024-01-24T18:25:37.254Z+ echo 'Local file: out/downloads/console.tar.gz'
3852024-01-24T18:25:37.254ZLocal file: out/downloads/console.tar.gz
3862024-01-24T18:25:37.254Z+ local DO_DOWNLOAD=true
3872024-01-24T18:25:37.254Z+ [[ -f out/downloads/console.tar.gz ]]
3882024-01-24T18:25:37.254Z+ mkdir -p out/downloads
3892024-01-24T18:25:37.256Z+ '[' true == true ']'
3902024-01-24T18:25:37.256Z+ echo Downloading...
3912024-01-24T18:25:37.256ZDownloading...
3922024-01-24T18:25:37.256Z+ do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz
3932024-01-24T18:25:37.256Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
3942024-01-24T18:25:38.351Z++ do_sha256sum out/downloads/console.tar.gz
3952024-01-24T18:25:38.383Z++ case "$OSTYPE" in
3962024-01-24T18:25:38.383Z++ SHA=sha256sum
3972024-01-24T18:25:38.383Z++ sha256sum
3982024-01-24T18:25:38.383Z++ awk '{print $1}'
3992024-01-24T18:25:38.384Z+ calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
4002024-01-24T18:25:38.384Z+ [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]]
4012024-01-24T18:25:38.384Z+ rm -rf ./out/console-assets
4022024-01-24T18:25:38.384Z+ mkdir -p ./out/console-assets
4032024-01-24T18:25:38.384Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4042024-01-24T18:25:38.384Z+ mkdir -p ./out/console-assets
4052024-01-24T18:25:38.384Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4062024-01-24T18:25:38.385Z+ set -o errexit
4072024-01-24T18:25:38.385Z+++ dirname ./tools/ci_download_maghemite_openapi
4082024-01-24T18:25:38.385Z++ cd ./tools
4092024-01-24T18:25:38.385Z++ pwd
4102024-01-24T18:25:38.385Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4112024-01-24T18:25:38.386Z++ basename ./tools/ci_download_maghemite_openapi
4122024-01-24T18:25:38.386Z+ ARG0=ci_download_maghemite_openapi
4132024-01-24T18:25:38.386Z+ TARGET_DIR=out
4142024-01-24T18:25:38.386Z+ DOWNLOAD_DIR=out/downloads
4152024-01-24T18:25:38.386Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4162024-01-24T18:25:38.387Z++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc
4172024-01-24T18:25:38.388Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4182024-01-24T18:25:38.388Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json
4192024-01-24T18:25:38.388Z+ LOCAL_FILE=out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4202024-01-24T18:25:38.388Z+ main
4212024-01-24T18:25:38.388Z+ [[ 0 != 0 ]]
4222024-01-24T18:25:38.388Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json'
4232024-01-24T18:25:38.388ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json
4242024-01-24T18:25:38.388Z+ echo 'Local file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json'
4252024-01-24T18:25:38.388ZLocal file: out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4262024-01-24T18:25:38.389Z+ local DO_DOWNLOAD=true
4272024-01-24T18:25:38.389Z+ [[ -f out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]]
4282024-01-24T18:25:38.389Z+ mkdir -p out/downloads
4292024-01-24T18:25:38.389Z+ '[' true == true ']'
4302024-01-24T18:25:38.389Z+ echo Downloading...
4312024-01-24T18:25:38.389ZDownloading...
4322024-01-24T18:25:38.389Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4332024-01-24T18:25:38.389Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/ddm-admin.json
4342024-01-24T18:25:38.467Z++ do_sha256sum out/downloads/ddm-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4352024-01-24T18:25:38.467Z++ case "$OSTYPE" in
4362024-01-24T18:25:38.471Z++ SHA=sha256sum
4372024-01-24T18:25:38.471Z++ sha256sum
4382024-01-24T18:25:38.471Z++ awk '{print $1}'
4392024-01-24T18:25:38.476Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4402024-01-24T18:25:38.477Z+ [[ 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 ]]
4412024-01-24T18:25:38.477Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4422024-01-24T18:25:38.478Z++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc
4432024-01-24T18:25:38.478Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4442024-01-24T18:25:38.478Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json
4452024-01-24T18:25:38.478Z+ LOCAL_FILE=out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4462024-01-24T18:25:38.478Z+ main
4472024-01-24T18:25:38.478Z+ [[ 0 != 0 ]]
4482024-01-24T18:25:38.478Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json'
4492024-01-24T18:25:38.478ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json
4502024-01-24T18:25:38.478Z+ echo 'Local file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json'
4512024-01-24T18:25:38.479ZLocal file: out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4522024-01-24T18:25:38.479Z+ local DO_DOWNLOAD=true
4532024-01-24T18:25:38.479Z+ [[ -f out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json ]]
4542024-01-24T18:25:38.479Z+ mkdir -p out/downloads
4552024-01-24T18:25:38.479Z+ '[' true == true ']'
4562024-01-24T18:25:38.480Z+ echo Downloading...
4572024-01-24T18:25:38.480ZDownloading...
4582024-01-24T18:25:38.480Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4592024-01-24T18:25:38.480Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mg-admin.json
4602024-01-24T18:25:38.666Z++ do_sha256sum out/downloads/mg-admin-869cf802efcbd2f0edbb614ed92caa3e3164c1fc.json
4612024-01-24T18:25:38.671Z++ case "$OSTYPE" in
4622024-01-24T18:25:38.671Z++ SHA=sha256sum
4632024-01-24T18:25:38.671Z++ sha256sum
4642024-01-24T18:25:38.671Z++ awk '{print $1}'
4652024-01-24T18:25:38.675Z+ calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4662024-01-24T18:25:38.675Z+ [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]]
4672024-01-24T18:25:38.682Z+ set -o errexit
4682024-01-24T18:25:38.685Z+++ dirname ./tools/ci_download_dendrite_openapi
4692024-01-24T18:25:38.686Z++ cd ./tools
4702024-01-24T18:25:38.690Z++ pwd
4712024-01-24T18:25:38.690Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4722024-01-24T18:25:38.690Z++ basename ./tools/ci_download_dendrite_openapi
4732024-01-24T18:25:38.690Z+ ARG0=ci_download_dendrite_openapi
4742024-01-24T18:25:38.690Z+ TARGET_DIR=out
4752024-01-24T18:25:38.690Z+ DOWNLOAD_DIR=out/downloads
4762024-01-24T18:25:38.690Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4772024-01-24T18:25:38.690Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4782024-01-24T18:25:38.691Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4792024-01-24T18:25:38.691Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4802024-01-24T18:25:38.691Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4812024-01-24T18:25:38.695Z+ main
4822024-01-24T18:25:38.695Z+ [[ 0 != 0 ]]
4832024-01-24T18:25:38.695Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
4842024-01-24T18:25:38.695ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4852024-01-24T18:25:38.695Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
4862024-01-24T18:25:38.695ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4872024-01-24T18:25:38.695Z+ local DO_DOWNLOAD=true
4882024-01-24T18:25:38.696Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
4892024-01-24T18:25:38.696Z+ mkdir -p out/downloads
4902024-01-24T18:25:38.696Z+ '[' true == true ']'
4912024-01-24T18:25:38.696Z+ echo Downloading...
4922024-01-24T18:25:38.696ZDownloading...
4932024-01-24T18:25:38.696Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4942024-01-24T18:25:38.696Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4952024-01-24T18:25:38.993Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4962024-01-24T18:25:38.993Z++ case "$OSTYPE" in
4972024-01-24T18:25:38.997Z++ SHA=sha256sum
4982024-01-24T18:25:38.997Z++ sha256sum
4992024-01-24T18:25:38.997Z++ awk '{print $1}'
5002024-01-24T18:25:39.000Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5012024-01-24T18:25:39.000Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5022024-01-24T18:25:39.008Z+ set -o errexit
5032024-01-24T18:25:39.012Z+++ dirname ./tools/ci_download_dendrite_stub
5042024-01-24T18:25:39.012Z++ cd ./tools
5052024-01-24T18:25:39.012Z++ pwd
5062024-01-24T18:25:39.015Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5072024-01-24T18:25:39.016Z++ basename ./tools/ci_download_dendrite_stub
5082024-01-24T18:25:39.016Z+ ARG0=ci_download_dendrite_stub
5092024-01-24T18:25:39.016Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5102024-01-24T18:25:39.016Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5112024-01-24T18:25:39.016Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5122024-01-24T18:25:39.016Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5132024-01-24T18:25:39.016Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5142024-01-24T18:25:39.016Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5152024-01-24T18:25:39.016Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5162024-01-24T18:25:39.016Z+ TARGET_DIR=out
5172024-01-24T18:25:39.021Z+ DOWNLOAD_DIR=out/downloads
5182024-01-24T18:25:39.021Z+ DEST_DIR=./out/dendrite-stub
5192024-01-24T18:25:39.021Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5202024-01-24T18:25:39.021Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5212024-01-24T18:25:39.021Z+ REPO=oxidecomputer/dendrite
5222024-01-24T18:25:39.021Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5232024-01-24T18:25:39.021Z+ main
5242024-01-24T18:25:39.021Z+ [[ 0 != 0 ]]
5252024-01-24T18:25:39.028Z+ CIDL_OS=solaris2.11
5262024-01-24T18:25:39.028Z+ [[ 0 != 0 ]]
5272024-01-24T18:25:39.028Z+ configure_os solaris2.11
5282024-01-24T18:25:39.029Z+ echo 'current directory: /work/oxidecomputer/omicron'
5292024-01-24T18:25:39.029Zcurrent directory: /work/oxidecomputer/omicron
5302024-01-24T18:25:39.029Z+ echo 'configuring based on OS: "solaris2.11"'
5312024-01-24T18:25:39.029Zconfiguring based on OS: "solaris2.11"
5322024-01-24T18:25:39.029Z+ case "$1" in
5332024-01-24T18:25:39.029Z+ SET_BINARIES=
5342024-01-24T18:25:39.029Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5352024-01-24T18:25:39.029Z+ CIDL_SHA256FUNC=do_sha256sum
5362024-01-24T18:25:39.029Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5372024-01-24T18:25:39.029Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5382024-01-24T18:25:39.029Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5392024-01-24T18:25:39.029Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5402024-01-24T18:25:39.029ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5412024-01-24T18:25:39.030ZLocal file: out/downloads/dendrite-stub.tar.gz
5422024-01-24T18:25:39.030Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5432024-01-24T18:25:39.030Z+ mkdir -p out/downloads
5442024-01-24T18:25:39.030Z+ mkdir -p ./out/dendrite-stub
5452024-01-24T18:25:39.034Z+ fetch_and_verify
5462024-01-24T18:25:39.034Z+ local DO_DOWNLOAD=true
5472024-01-24T18:25:39.034Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5482024-01-24T18:25:39.034Z+ '[' true == true ']'
5492024-01-24T18:25:39.034Z+ echo Downloading...
5502024-01-24T18:25:39.035ZDownloading...
5512024-01-24T18:25:39.035Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5522024-01-24T18:25:39.035Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5532024-01-24T18:25:46.304Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5542024-01-24T18:25:46.308Z++ sha256sum
5552024-01-24T18:25:46.308Z++ awk '{print $1}'
5562024-01-24T18:25:46.456Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5572024-01-24T18:25:46.456Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5582024-01-24T18:25:46.460Z+ do_untar out/downloads/dendrite-stub.tar.gz
5592024-01-24T18:25:46.460Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5602024-01-24T18:25:47.607Z+ do_assemble
5612024-01-24T18:25:47.607Z+ rm -r ./out/dendrite-stub
5622024-01-24T18:25:47.625Z+ mkdir ./out/dendrite-stub
5632024-01-24T18:25:47.625Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5642024-01-24T18:25:47.677Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5652024-01-24T18:25:47.689Z+ set -o errexit
5662024-01-24T18:25:47.694Z+++ dirname ./tools/ci_download_maghemite_mgd
5672024-01-24T18:25:47.697Z++ cd ./tools
5682024-01-24T18:25:47.697Z++ pwd
5692024-01-24T18:25:47.698Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5702024-01-24T18:25:47.698Z++ basename ./tools/ci_download_maghemite_mgd
5712024-01-24T18:25:47.698Z+ ARG0=ci_download_maghemite_mgd
5722024-01-24T18:25:47.698Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5732024-01-24T18:25:47.698Z++ CIDL_SHA256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b
5742024-01-24T18:25:47.698Z++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34
5752024-01-24T18:25:47.698Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5762024-01-24T18:25:47.699Z++ COMMIT=869cf802efcbd2f0edbb614ed92caa3e3164c1fc
5772024-01-24T18:25:47.699Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
5782024-01-24T18:25:47.699Z+ TARGET_DIR=out
5792024-01-24T18:25:47.699Z+ DOWNLOAD_DIR=out/downloads
5802024-01-24T18:25:47.699Z+ DEST_DIR=./out/mgd
5812024-01-24T18:25:47.699Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5822024-01-24T18:25:47.699Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5832024-01-24T18:25:47.699Z+ REPO=oxidecomputer/maghemite
5842024-01-24T18:25:47.699Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc
5852024-01-24T18:25:47.702Z+ main
5862024-01-24T18:25:47.702Z+ [[ 0 != 0 ]]
5872024-01-24T18:25:47.703Z+ CIDL_OS=solaris2.11
5882024-01-24T18:25:47.703Z+ [[ 0 != 0 ]]
5892024-01-24T18:25:47.703Z+ configure_os solaris2.11
5902024-01-24T18:25:47.703Z+ echo 'current directory: /work/oxidecomputer/omicron'
5912024-01-24T18:25:47.703Zcurrent directory: /work/oxidecomputer/omicron
5922024-01-24T18:25:47.703Z+ echo 'configuring based on OS: "solaris2.11"'
5932024-01-24T18:25:47.703Z+ case "$1" in
5942024-01-24T18:25:47.703Z+ SET_BINARIES=
5952024-01-24T18:25:47.706Zconfiguring based on OS: "solaris2.11"
5962024-01-24T18:25:47.706Z+ CIDL_SHA256FUNC=do_sha256sum
5972024-01-24T18:25:47.706Z+ TARBALL_FILENAME=mgd.tar.gz
5982024-01-24T18:25:47.706Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz
5992024-01-24T18:25:47.706Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6002024-01-24T18:25:47.706Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz'
6012024-01-24T18:25:47.706ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz
6022024-01-24T18:25:47.706Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6032024-01-24T18:25:47.706Z+ mkdir -p out/downloads
6042024-01-24T18:25:47.706ZLocal file: out/downloads/mgd.tar.gz
6052024-01-24T18:25:47.706Z+ mkdir -p ./out/mgd
6062024-01-24T18:25:47.725Z+ fetch_and_verify
6072024-01-24T18:25:47.725Z+ local DO_DOWNLOAD=true
6082024-01-24T18:25:47.726Z+ [[ -f out/downloads/mgd.tar.gz ]]
6092024-01-24T18:25:47.726Z+ '[' true == true ']'
6102024-01-24T18:25:47.726Z+ echo Downloading...
6112024-01-24T18:25:47.726ZDownloading...
6122024-01-24T18:25:47.726Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz out/downloads/mgd.tar.gz
6132024-01-24T18:25:47.726Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/869cf802efcbd2f0edbb614ed92caa3e3164c1fc/mgd.tar.gz
6142024-01-24T18:25:55.436Z++ do_sha256sum out/downloads/mgd.tar.gz
6152024-01-24T18:25:55.439Z++ sha256sum
6162024-01-24T18:25:55.440Z++ awk '{print $1}'
6172024-01-24T18:25:55.515Z+ calculated_sha256=ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b
6182024-01-24T18:25:55.529Z+ [[ ab882fbeab54987645492872e67f3351f8d14629a041465cc845ac8583a7002b != \a\b\8\8\2\f\b\e\a\b\5\4\9\8\7\6\4\5\4\9\2\8\7\2\e\6\7\f\3\3\5\1\f\8\d\1\4\6\2\9\a\0\4\1\4\6\5\c\c\8\4\5\a\c\8\5\8\3\a\7\0\0\2\b ]]
6192024-01-24T18:25:55.530Z+ do_untar out/downloads/mgd.tar.gz
6202024-01-24T18:25:55.530Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6212024-01-24T18:25:56.184Z+ do_assemble
6222024-01-24T18:25:56.185Z+ rm -r ./out/mgd
6232024-01-24T18:25:56.188Z+ mkdir ./out/mgd
6242024-01-24T18:25:56.191Z+ cp -r out/downloads/root ./out/mgd/root
6252024-01-24T18:25:56.410Z+ set -o errexit
6262024-01-24T18:25:56.414Z+++ dirname ./tools/ci_download_transceiver_control
6272024-01-24T18:25:56.414Z++ cd ./tools
6282024-01-24T18:25:56.418Z++ pwd
6292024-01-24T18:25:56.418Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6302024-01-24T18:25:56.418Z++ basename ./tools/ci_download_transceiver_control
6312024-01-24T18:25:56.427Z+ ARG0=ci_download_transceiver_control
6322024-01-24T18:25:56.427Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6332024-01-24T18:25:56.427Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6342024-01-24T18:25:56.428Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6352024-01-24T18:25:56.428Z+ TARGET_DIR=out
6362024-01-24T18:25:56.428Z+ DOWNLOAD_DIR=out/downloads
6372024-01-24T18:25:56.428Z+ DEST_DIR=./out/transceiver-control
6382024-01-24T18:25:56.429Z+ BIN_DIR=/opt/oxide/bin
6392024-01-24T18:25:56.429Z+ BINARY=xcvradm
6402024-01-24T18:25:56.429Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6412024-01-24T18:25:56.429Z+ REPO=oxidecomputer/transceiver-control
6422024-01-24T18:25:56.430Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6432024-01-24T18:25:56.430Z+ main
6442024-01-24T18:25:56.430Z+ [[ 0 != 0 ]]
6452024-01-24T18:25:56.430Z+ CIDL_OS=solaris2.11
6462024-01-24T18:25:56.430Z+ [[ 0 != 0 ]]
6472024-01-24T18:25:56.431Z+ configure_os solaris2.11
6482024-01-24T18:25:56.431Z+ echo 'current directory: /work/oxidecomputer/omicron'
6492024-01-24T18:25:56.431Zcurrent directory: /work/oxidecomputer/omicron
6502024-01-24T18:25:56.431Z+ echo 'configuring based on OS: "solaris2.11"'
6512024-01-24T18:25:56.432Zconfiguring based on OS: "solaris2.11"
6522024-01-24T18:25:56.432Z+ case "$1" in
6532024-01-24T18:25:56.432Z+ SET_BINARIES=
6542024-01-24T18:25:56.432Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6552024-01-24T18:25:56.433Z+ CIDL_SHA256FUNC=do_sha256sum
6562024-01-24T18:25:56.433Z+ ARCHIVE_FILENAME=xcvradm.gz
6572024-01-24T18:25:56.434Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582024-01-24T18:25:56.434Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6592024-01-24T18:25:56.434Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6602024-01-24T18:25:56.434ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6612024-01-24T18:25:56.434Z+ echo 'Local file: out/downloads/xcvradm.gz'
6622024-01-24T18:25:56.434ZLocal file: out/downloads/xcvradm.gz
6632024-01-24T18:25:56.434Z+ mkdir -p out/downloads
6642024-01-24T18:25:56.435Z+ mkdir -p ./out/transceiver-control
6652024-01-24T18:25:56.443Z+ fetch_and_verify
6662024-01-24T18:25:56.443Z+ local DO_DOWNLOAD=true
6672024-01-24T18:25:56.443Z+ [[ -f out/downloads/xcvradm.gz ]]
6682024-01-24T18:25:56.443Z+ '[' true == true ']'
6692024-01-24T18:25:56.443Z+ echo Downloading...
6702024-01-24T18:25:56.443ZDownloading...
6712024-01-24T18:25:56.443Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6722024-01-24T18:25:56.443Z+ 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
6732024-01-24T18:25:57.751Z++ do_sha256sum out/downloads/xcvradm.gz
6742024-01-24T18:25:57.756Z++ sha256sum
6752024-01-24T18:25:57.756Z++ awk '{print $1}'
6762024-01-24T18:25:57.776Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6772024-01-24T18:25:57.776Z+ [[ 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 ]]
6782024-01-24T18:25:57.780Z+ do_unpack out/downloads/xcvradm.gz
6792024-01-24T18:25:57.780Z+ mkdir -p out/downloads/root//opt/oxide/bin
6802024-01-24T18:25:57.780Z+ gzip -dc out/downloads/xcvradm.gz
6812024-01-24T18:25:57.954Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6822024-01-24T18:25:57.961Z+ do_assemble
6832024-01-24T18:25:57.961Z+ rm -r ./out/transceiver-control
6842024-01-24T18:25:57.961Z+ mkdir ./out/transceiver-control
6852024-01-24T18:25:57.961Z+ cp -r out/downloads/root ./out/transceiver-control/root
6862024-01-24T18:25:58.206ZAll prerequisites installed successfully
6872024-01-24T18:25:58.209Z
6882024-01-24T18:25:58.214Zreal 2:04.711022163
6892024-01-24T18:25:58.214Zuser 51.935286527
6902024-01-24T18:25:58.214Zsys 10.192361657
6912024-01-24T18:25:58.214Ztrap 0.026685113
6922024-01-24T18:25:58.214Ztflt 0.324968807
6932024-01-24T18:25:58.214Zdflt 0.658356618
6942024-01-24T18:25:58.214Zkflt 0.401039846
6952024-01-24T18:25:58.214Zlock 2.833512305
6962024-01-24T18:25:58.215Zslp 3:50.720787073
6972024-01-24T18:25:58.217Zlat 3.584443310
6982024-01-24T18:25:58.217Zstop 0.066869925
6992024-01-24T18:25:58.217Z+ banner end-to-end-tests
7002024-01-24T18:25:58.220Z
7012024-01-24T18:25:58.221Z ###### # # ##### ##### #### ###### # # #####
7022024-01-24T18:25:58.221Z # ## # # # # # # # ## # # #
7032024-01-24T18:25:58.221Z ##### # # # # # ##### # # # ##### ##### # # # # #
7042024-01-24T18:25:58.221Z # # # # # # # # # # # # # # #
7052024-01-24T18:25:58.221Z # # ## # # # # # # # ## # #
7062024-01-24T18:25:58.221Z ###### # # ##### # #### ###### # # #####
7072024-01-24T18:25:58.221Z
7082024-01-24T18:25:58.221Z+ export CARGO_PROFILE_DEV_DEBUG=1
7092024-01-24T18:25:58.221Z+ CARGO_PROFILE_DEV_DEBUG=1
7102024-01-24T18:25:58.221Z+ export CARGO_PROFILE_TEST_DEBUG=1
7112024-01-24T18:25:58.221Z+ CARGO_PROFILE_TEST_DEBUG=1
7122024-01-24T18:25:58.221Z+ export CARGO_INCREMENTAL=0
7132024-01-24T18:25:58.221Z+ CARGO_INCREMENTAL=0
7142024-01-24T18:25:58.221Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7152024-01-24T18:25:58.549Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7162024-01-24T18:25:58.919Z Updating crates.io index
7172024-01-24T18:25:59.010Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7182024-01-24T18:25:59.873Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7192024-01-24T18:26:02.229Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7202024-01-24T18:26:03.950Z Updating git repository `http://github.com/oxidecomputer/tofino`
7212024-01-24T18:26:04.438Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7222024-01-24T18:26:04.750Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7232024-01-24T18:26:05.041Z Updating git repository `https://github.com/oxidecomputer/propolis`
7242024-01-24T18:26:06.032Z Updating git repository `https://github.com/oxidecomputer/crucible`
7252024-01-24T18:26:08.446Z Updating git repository `https://github.com/oxidecomputer/opte`
7262024-01-24T18:26:09.744Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7272024-01-24T18:26:10.241Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7282024-01-24T18:26:10.793Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7292024-01-24T18:26:11.347Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7302024-01-24T18:26:11.663Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7312024-01-24T18:26:12.199Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7322024-01-24T18:26:12.766Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7332024-01-24T18:26:13.058Z Updating git repository `https://github.com/njaremko/samael`
7342024-01-24T18:26:13.527Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7352024-01-24T18:26:14.118Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7362024-01-24T18:26:14.630Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7372024-01-24T18:26:15.457Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7382024-01-24T18:26:15.612Z Updating git repository `https://github.com/jgallagher/nix`
7392024-01-24T18:26:16.871Z Updating git repository `https://github.com/cbiffle/hubpack`
7402024-01-24T18:26:17.281Z Updating git repository `https://github.com/oxidecomputer/typify`
7412024-01-24T18:26:19.396Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7422024-01-24T18:26:19.842Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7432024-01-24T18:26:20.148Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7442024-01-24T18:26:22.020Z Downloading crates ...
7452024-01-24T18:26:22.265Z Downloaded mime v0.3.17
7462024-01-24T18:26:22.278Z Downloaded matches v0.1.10
7472024-01-24T18:26:22.283Z Downloaded memchr v2.6.3
7482024-01-24T18:26:22.303Z Downloaded macaddr v1.0.1
7492024-01-24T18:26:22.311Z Downloaded autocfg v1.1.0
7502024-01-24T18:26:22.330Z Downloaded bit-set v0.5.3
7512024-01-24T18:26:22.330Z Downloaded memoffset v0.9.0
7522024-01-24T18:26:22.342Z Downloaded difflib v0.4.0
7532024-01-24T18:26:22.342Z Downloaded opaque-debug v0.3.0
7542024-01-24T18:26:22.348Z Downloaded dirs-next v2.0.0
7552024-01-24T18:26:22.353Z Downloaded nibble_vec v0.1.0
7562024-01-24T18:26:22.375Z Downloaded diesel_table_macro_syntax v0.1.0
7572024-01-24T18:26:22.401Z Downloaded pretty-hex v0.2.1
7582024-01-24T18:26:22.401Z Downloaded phf_shared v0.10.0
7592024-01-24T18:26:22.401Z Downloaded swrite v0.1.0
7602024-01-24T18:26:22.401Z Downloaded cbc v0.1.2
7612024-01-24T18:26:22.401Z Downloaded multer v3.0.0
7622024-01-24T18:26:22.401Z Downloaded der_derive v0.7.2
7632024-01-24T18:26:22.409Z Downloaded digest v0.10.7
7642024-01-24T18:26:22.417Z Downloaded predicates-core v1.0.6
7652024-01-24T18:26:22.426Z Downloaded thiserror-impl-no-std v2.0.2
7662024-01-24T18:26:22.449Z Downloaded ppv-lite86 v0.2.17
7672024-01-24T18:26:22.449Z Downloaded pkg-config v0.3.27
7682024-01-24T18:26:22.449Z Downloaded linked-hash-map v0.5.6
7692024-01-24T18:26:22.449Z Downloaded console v0.15.8
7702024-01-24T18:26:22.467Z Downloaded futures-sink v0.3.30
7712024-01-24T18:26:22.468Z Downloaded postgres-types v0.2.6
7722024-01-24T18:26:22.899Z Downloaded addr2line v0.21.0
7732024-01-24T18:26:22.899Z Downloaded waitgroup v0.1.2
7742024-01-24T18:26:22.900Z Downloaded futures-io v0.3.30
7752024-01-24T18:26:22.900Z Downloaded pkcs8 v0.10.2
7762024-01-24T18:26:22.900Z Downloaded pin-project-internal v1.1.3
7772024-01-24T18:26:22.900Z Downloaded futures-task v0.3.30
7782024-01-24T18:26:22.900Z Downloaded tokio-tungstenite v0.20.1
7792024-01-24T18:26:22.900Z Downloaded rustfmt-wrapper v0.2.0
7802024-01-24T18:26:22.900Z Downloaded hostname v0.3.1
7812024-01-24T18:26:22.900Z Downloaded rustc_version v0.4.0
7822024-01-24T18:26:22.900Z Downloaded openssl-macros v0.1.1
7832024-01-24T18:26:22.902Z Downloaded walkdir v2.4.0
7842024-01-24T18:26:22.902Z Downloaded take_mut v0.2.2
7852024-01-24T18:26:22.902Z Downloaded hash32 v0.3.1
7862024-01-24T18:26:22.902Z Downloaded signal-hook-registry v1.4.1
7872024-01-24T18:26:22.902Z Downloaded proc-macro2 v1.0.74
7882024-01-24T18:26:22.902Z Downloaded tinyvec_macros v0.1.1
7892024-01-24T18:26:22.902Z Downloaded lazy_static v1.4.0
7902024-01-24T18:26:22.902Z Downloaded hubpack_derive v0.1.1
7912024-01-24T18:26:22.902Z Downloaded http-range v0.1.5
7922024-01-24T18:26:22.903Z Downloaded tower-service v0.3.2
7932024-01-24T18:26:22.903Z Downloaded toolchain_find v0.2.0
7942024-01-24T18:26:22.903Z Downloaded lalrpop-util v0.19.12
7952024-01-24T18:26:22.903Z Downloaded ff v0.13.0
7962024-01-24T18:26:22.903Z Downloaded time-core v0.1.1
7972024-01-24T18:26:22.903Z Downloaded fastrand v2.0.0
7982024-01-24T18:26:22.903Z Downloaded rand_chacha v0.2.2
7992024-01-24T18:26:22.904Z Downloaded zone_cfg_derive v0.3.0
8002024-01-24T18:26:22.904Z Downloaded crossbeam-epoch v0.9.15
8012024-01-24T18:26:22.904Z Downloaded terminal_size v0.2.6
8022024-01-24T18:26:22.904Z Downloaded http-body v0.4.5
8032024-01-24T18:26:22.904Z Downloaded instant v0.1.12
8042024-01-24T18:26:22.904Z Downloaded slog-async v2.8.0
8052024-01-24T18:26:22.904Z Downloaded ident_case v1.0.1
8062024-01-24T18:26:22.904Z Downloaded tokio-rustls v0.25.0
8072024-01-24T18:26:22.904Z Downloaded thiserror v1.0.49
8082024-01-24T18:26:22.904Z Downloaded same-file v1.0.6
8092024-01-24T18:26:22.904Z Downloaded tokio-native-tls v0.3.1
8102024-01-24T18:26:22.904Z Downloaded zone v0.3.0
8112024-01-24T18:26:22.905Z Downloaded strum_macros v0.25.2
8122024-01-24T18:26:22.905Z Downloaded stable_deref_trait v1.2.0
8132024-01-24T18:26:22.905Z Downloaded slog-envlogger v2.2.0
8142024-01-24T18:26:22.906Z Downloaded slog-dtrace v0.2.3
8152024-01-24T18:26:22.906Z Downloaded structopt-derive v0.4.18
8162024-01-24T18:26:22.906Z Downloaded mio v0.8.9
8172024-01-24T18:26:22.906Z Downloaded filetime v0.2.23
8182024-01-24T18:26:22.906Z Downloaded toml v0.7.8
8192024-01-24T18:26:22.906Z Downloaded try-lock v0.2.4
8202024-01-24T18:26:22.906Z Downloaded rand_core v0.5.1
8212024-01-24T18:26:22.906Z Downloaded foreign-types v0.3.2
8222024-01-24T18:26:22.906Z Downloaded strsim v0.10.0
8232024-01-24T18:26:22.906Z Downloaded inout v0.1.3
8242024-01-24T18:26:22.906Z Downloaded rustls-pemfile v1.0.3
8252024-01-24T18:26:22.906Z Downloaded structopt v0.3.26
8262024-01-24T18:26:22.906Z Downloaded option-ext v0.2.0
8272024-01-24T18:26:22.906Z Downloaded hmac v0.12.1
8282024-01-24T18:26:22.907Z Downloaded pest v2.7.2
8292024-01-24T18:26:22.907Z Downloaded keccak v0.1.4
8302024-01-24T18:26:22.907Z Downloaded sha1 v0.10.6
8312024-01-24T18:26:22.907Z Downloaded serde_with_macros v3.4.0
8322024-01-24T18:26:22.907Z Downloaded fnv v1.0.7
8332024-01-24T18:26:22.907Z Downloaded thread_local v1.1.7
8342024-01-24T18:26:22.907Z Downloaded vsss-rs v3.3.4
8352024-01-24T18:26:22.907Z Downloaded unicase v2.7.0
8362024-01-24T18:26:22.907Z Downloaded hubpack v0.1.2
8372024-01-24T18:26:22.907Z Downloaded rand_core v0.6.4
8382024-01-24T18:26:22.908Z Downloaded zeroize_derive v1.4.2
8392024-01-24T18:26:22.908Z Downloaded version_check v0.9.4
8402024-01-24T18:26:22.909Z Downloaded spin v0.5.2
8412024-01-24T18:26:22.909Z Downloaded signature v2.1.0
8422024-01-24T18:26:22.909Z Downloaded slog-stdlog v4.1.1
8432024-01-24T18:26:22.909Z Downloaded dirs-sys v0.4.1
8442024-01-24T18:26:22.909Z Downloaded unsafe-libyaml v0.2.10
8452024-01-24T18:26:22.909Z Downloaded num-rational v0.4.1
8462024-01-24T18:26:22.909Z Downloaded tracing-core v0.1.31
8472024-01-24T18:26:22.909Z Downloaded aho-corasick v1.0.4
8482024-01-24T18:26:22.909Z Downloaded sha2 v0.10.8
8492024-01-24T18:26:22.910Z Downloaded aes-gcm v0.10.3
8502024-01-24T18:26:22.910Z Downloaded serde_derive_internals v0.26.0
8512024-01-24T18:26:22.910Z Downloaded snafu v0.7.5
8522024-01-24T18:26:22.910Z Downloaded spin v0.9.8
8532024-01-24T18:26:22.910Z Downloaded zerocopy v0.6.4
8542024-01-24T18:26:22.910Z Downloaded socket2 v0.5.5
8552024-01-24T18:26:22.910Z Downloaded unicode-bidi v0.3.13
8562024-01-24T18:26:22.910Z Downloaded tokio-postgres v0.7.10
8572024-01-24T18:26:22.911Z Downloaded serde_yaml v0.9.25
8582024-01-24T18:26:22.911Z Downloaded steno v0.4.0
8592024-01-24T18:26:22.911Z Downloaded flate2 v1.0.28
8602024-01-24T18:26:22.911Z Downloaded time v0.3.27
8612024-01-24T18:26:22.911Z Downloaded url v2.5.0
8622024-01-24T18:26:22.919Z Downloaded toml_edit v0.21.0
8632024-01-24T18:26:22.966Z Downloaded rand v0.8.5
8642024-01-24T18:26:22.970Z Downloaded hashbrown v0.13.2
8652024-01-24T18:26:22.970Z Downloaded clap v2.34.0
8662024-01-24T18:26:22.974Z Downloaded tokio-util v0.7.10
8672024-01-24T18:26:22.988Z Downloaded futures-util v0.3.30
8682024-01-24T18:26:23.013Z Downloaded unicode-normalization v0.1.22
8692024-01-24T18:26:23.426Z Downloaded vcpkg v0.2.15
8702024-01-24T18:26:23.430Z Downloaded regex-automata v0.1.10
8712024-01-24T18:26:23.430Z Downloaded openssl v0.10.60
8722024-01-24T18:26:23.430Z Downloaded hyper v0.14.27
8732024-01-24T18:26:23.430Z Downloaded reqwest v0.11.22
8742024-01-24T18:26:23.430Z Downloaded radix_trie v0.2.1
8752024-01-24T18:26:23.430Z Downloaded rustls-webpki v0.102.1
8762024-01-24T18:26:23.430Z Downloaded object v0.32.1
8772024-01-24T18:26:23.430Z Downloaded idna v0.5.0
8782024-01-24T18:26:23.430Z Downloaded gimli v0.28.0
8792024-01-24T18:26:23.431Z Downloaded smoltcp v0.9.1
8802024-01-24T18:26:23.431Z Downloaded smoltcp v0.11.0
8812024-01-24T18:26:23.431Z Downloaded rustls v0.21.9
8822024-01-24T18:26:23.431Z Downloaded regex-syntax v0.7.5
8832024-01-24T18:26:23.431Z Downloaded regex-syntax v0.8.2
8842024-01-24T18:26:23.431Z Downloaded rustix v0.38.30
8852024-01-24T18:26:23.431Z Downloaded rustls v0.22.2
8862024-01-24T18:26:23.441Z Downloaded sled v0.34.7
8872024-01-24T18:26:23.466Z Downloaded regex-automata v0.3.8
8882024-01-24T18:26:23.494Z Downloaded zerocopy-derive v0.6.4
8892024-01-24T18:26:23.516Z Downloaded regex-automata v0.4.3
8902024-01-24T18:26:23.549Z Downloaded libc v0.2.152
8912024-01-24T18:26:23.603Z Downloaded sha3 v0.10.8
8922024-01-24T18:26:23.612Z Downloaded tokio v1.35.1
8932024-01-24T18:26:23.683Z Downloaded bzip2-sys v0.1.11+1.0.8
8942024-01-24T18:26:23.702Z Downloaded zerocopy-derive v0.7.31
8952024-01-24T18:26:23.729Z Downloaded zerocopy-derive v0.2.0
8962024-01-24T18:26:23.745Z Downloaded rustix v0.37.23
8972024-01-24T18:26:23.784Z Downloaded bstr v1.6.0
8982024-01-24T18:26:23.807Z Downloaded openapiv3 v2.0.0
8992024-01-24T18:26:23.828Z Downloaded winapi v0.3.9
9002024-01-24T18:26:23.918Z Downloaded trust-dns-proto v0.22.0
9012024-01-24T18:26:23.929Z Downloaded idna v0.2.3
9022024-01-24T18:26:23.943Z Downloaded encoding_rs v0.8.33
9032024-01-24T18:26:24.008Z Downloaded bstr v0.2.17
9042024-01-24T18:26:24.012Z Downloaded syn v2.0.46
9052024-01-24T18:26:24.028Z Downloaded diesel v2.1.4
9062024-01-24T18:26:24.062Z Downloaded webpki-roots v0.25.2
9072024-01-24T18:26:24.069Z Downloaded regress v0.7.1
9082024-01-24T18:26:24.556Z Downloaded regex v1.10.2
9092024-01-24T18:26:24.580Z Downloaded syn v1.0.109
9102024-01-24T18:26:24.580Z Downloaded winnow v0.5.15
9112024-01-24T18:26:24.580Z Downloaded rustls-webpki v0.101.7
9122024-01-24T18:26:24.580Z Downloaded h2 v0.3.24
9132024-01-24T18:26:24.580Z Downloaded hkdf v0.12.4
9142024-01-24T18:26:24.580Z Downloaded chrono v0.4.31
9152024-01-24T18:26:24.581Z Downloaded curve25519-dalek v4.1.1
9162024-01-24T18:26:24.581Z Downloaded itertools v0.12.0
9172024-01-24T18:26:24.581Z Downloaded serde_json v1.0.111
9182024-01-24T18:26:24.581Z Downloaded petgraph v0.6.4
9192024-01-24T18:26:24.581Z Downloaded zerocopy v0.7.31
9202024-01-24T18:26:24.581Z Downloaded trust-dns-server v0.22.1
9212024-01-24T18:26:24.582Z Downloaded hashbrown v0.14.2
9222024-01-24T18:26:24.582Z Downloaded serde_with v3.4.0
9232024-01-24T18:26:24.582Z Downloaded clap_builder v4.4.2
9242024-01-24T18:26:24.584Z Downloaded der v0.7.8
9252024-01-24T18:26:24.584Z Downloaded hashbrown v0.12.3
9262024-01-24T18:26:24.584Z Downloaded tungstenite v0.20.1
9272024-01-24T18:26:24.585Z Downloaded ryu v1.0.15
9282024-01-24T18:26:24.585Z Downloaded libm v0.2.7
9292024-01-24T18:26:24.585Z Downloaded subprocess v0.2.9
9302024-01-24T18:26:24.585Z Downloaded toml v0.8.8
9312024-01-24T18:26:24.585Z Downloaded schemars v0.8.16
9322024-01-24T18:26:24.585Z Downloaded heapless v0.8.0
9332024-01-24T18:26:24.586Z Downloaded itertools v0.10.5
9342024-01-24T18:26:24.586Z Downloaded zip v0.6.6
9352024-01-24T18:26:24.586Z Downloaded trust-dns-resolver v0.22.0
9362024-01-24T18:26:24.586Z Downloaded http v1.0.0
9372024-01-24T18:26:24.586Z Downloaded rand v0.7.3
9382024-01-24T18:26:24.586Z Downloaded parking_lot v0.11.2
9392024-01-24T18:26:24.587Z Downloaded similar v2.3.0
9402024-01-24T18:26:24.587Z Downloaded unicode-ident v1.0.12
9412024-01-24T18:26:24.587Z Downloaded serde v1.0.195
9422024-01-24T18:26:24.587Z Downloaded slog v2.7.0
9432024-01-24T18:26:24.587Z Downloaded serde_derive v1.0.195
9442024-01-24T18:26:24.587Z Downloaded semver-parser v0.10.2
9452024-01-24T18:26:24.587Z Downloaded ed25519-dalek v2.0.0
9462024-01-24T18:26:24.587Z Downloaded russh v0.40.2
9472024-01-24T18:26:24.588Z Downloaded ring v0.17.7
9482024-01-24T18:26:24.688Z Downloaded toml_edit v0.19.15
9492024-01-24T18:26:24.714Z Downloaded slab v0.4.9
9502024-01-24T18:26:24.717Z Downloaded slog-scope v4.4.0
9512024-01-24T18:26:24.722Z Downloaded serde_urlencoded v0.7.1
9522024-01-24T18:26:24.725Z Downloaded utf-8 v0.7.6
9532024-01-24T18:26:24.725Z Downloaded usdt-macro v0.3.5
9542024-01-24T18:26:24.725Z Downloaded spki v0.7.2
9552024-01-24T18:26:24.728Z Downloaded rand_chacha v0.3.1
9562024-01-24T18:26:24.731Z Downloaded flagset v0.4.3
9572024-01-24T18:26:24.734Z Downloaded tokio-rustls v0.24.1
9582024-01-24T18:26:24.737Z Downloaded semver v1.0.21
9592024-01-24T18:26:24.740Z Downloaded semver v0.11.0
9602024-01-24T18:26:24.743Z Downloaded http v0.2.11
9612024-01-24T18:26:24.750Z Downloaded ring v0.16.20
9622024-01-24T18:26:24.914Z Downloaded float-cmp v0.9.0
9632024-01-24T18:26:24.917Z Downloaded serde_tokenstream v0.2.0
9642024-01-24T18:26:24.921Z Downloaded httpdate v1.0.3
9652024-01-24T18:26:24.924Z Downloaded iana-time-zone v0.1.57
9662024-01-24T18:26:24.927Z Downloaded heapless v0.7.16
9672024-01-24T18:26:24.932Z Downloaded synstructure v0.12.6
9682024-01-24T18:26:24.935Z Downloaded secrecy v0.8.0
9692024-01-24T18:26:24.938Z Downloaded elliptic-curve v0.13.8
9702024-01-24T18:26:24.946Z Downloaded unicode-segmentation v1.10.1
9712024-01-24T18:26:24.954Z Downloaded openssl-probe v0.1.5
9722024-01-24T18:26:24.954Z Downloaded smf v0.2.2
9732024-01-24T18:26:24.957Z Downloaded subtle v2.5.0
9742024-01-24T18:26:24.958Z Downloaded fixedbitset v0.4.2
9752024-01-24T18:26:24.958Z Downloaded itoa v1.0.9
9762024-01-24T18:26:24.961Z Downloaded thread-id v4.2.0
9772024-01-24T18:26:24.961Z Downloaded smallvec v1.11.2
9782024-01-24T18:26:24.964Z Downloaded slog-term v2.9.0
9792024-01-24T18:26:24.967Z Downloaded tinyvec v1.6.0
9802024-01-24T18:26:24.972Z Downloaded indexmap v2.1.0
9812024-01-24T18:26:24.979Z Downloaded ipnet v2.9.0
9822024-01-24T18:26:24.988Z Downloaded io-lifetimes v1.0.11
9832024-01-24T18:26:24.991Z Downloaded siphasher v0.3.11
9842024-01-24T18:26:24.991Z Downloaded semver v0.1.20
9852024-01-24T18:26:24.991Z Downloaded scheduled-thread-pool v0.2.7
9862024-01-24T18:26:24.993Z Downloaded ecdsa v0.16.9
9872024-01-24T18:26:24.996Z Downloaded uuid v1.6.1
9882024-01-24T18:26:25.001Z Downloaded scopeguard v1.2.0
9892024-01-24T18:26:25.048Z Downloaded usdt v0.3.5
9902024-01-24T18:26:25.048Z Downloaded ed25519 v2.2.2
9912024-01-24T18:26:25.051Z Downloaded dyn-clone v1.0.13
9922024-01-24T18:26:25.052Z Downloaded rustversion v1.0.14
9932024-01-24T18:26:25.052Z Downloaded half v1.8.2
9942024-01-24T18:26:25.052Z Downloaded headers v0.3.9
9952024-01-24T18:26:25.052Z Downloaded trust-dns-client v0.22.0
9962024-01-24T18:26:25.052Z Downloaded tracing v0.1.37
9972024-01-24T18:26:25.052Z Downloaded parking_lot v0.12.1
9982024-01-24T18:26:25.052Z Downloaded slog-bunyan v2.5.0
9992024-01-24T18:26:25.052Z Downloaded httparse v1.8.0
10002024-01-24T18:26:25.056Z Downloaded tracing-attributes v0.1.26
10012024-01-24T18:26:25.059Z Downloaded rfc6979 v0.4.0
10022024-01-24T18:26:25.059Z Downloaded resolv-conf v0.7.0
10032024-01-24T18:26:25.068Z Downloaded russh-keys v0.40.1
10042024-01-24T18:26:25.090Z Downloaded base64 v0.21.7
10052024-01-24T18:26:25.090Z Downloaded num-bigint v0.4.4
10062024-01-24T18:26:25.094Z Downloaded hyper-rustls v0.24.2
10072024-01-24T18:26:25.094Z Downloaded utf8parse v0.2.1
10082024-01-24T18:26:25.094Z Downloaded rustls-pki-types v1.1.0
10092024-01-24T18:26:25.094Z Downloaded serde_tokenstream v0.1.7
10102024-01-24T18:26:25.094Z Downloaded serde_spanned v0.6.4
10112024-01-24T18:26:25.094Z Downloaded serde_repr v0.1.16
10122024-01-24T18:26:25.103Z Downloaded toml v0.5.11
10132024-01-24T18:26:25.530Z Downloaded tar v0.4.40
10142024-01-24T18:26:25.530Z Downloaded rcgen v0.12.0
10152024-01-24T18:26:25.530Z Downloaded schemars_derive v0.8.16
10162024-01-24T18:26:25.530Z Downloaded serde_path_to_error v0.1.15
10172024-01-24T18:26:25.544Z Downloaded untrusted v0.7.1
10182024-01-24T18:26:25.545Z Downloaded yasna v0.5.2
10192024-01-24T18:26:25.545Z Downloaded xattr v1.0.1
10202024-01-24T18:26:25.545Z Downloaded strsim v0.8.0
10212024-01-24T18:26:25.545Z Downloaded stringprep v0.1.3
10222024-01-24T18:26:25.545Z Downloaded string_cache v0.8.7
10232024-01-24T18:26:25.545Z Downloaded zerocopy v0.3.0
10242024-01-24T18:26:25.545Z Downloaded signal-hook v0.3.17
10252024-01-24T18:26:25.545Z Downloaded platforms v3.0.2
10262024-01-24T18:26:25.545Z Downloaded parking_lot_core v0.9.8
10272024-01-24T18:26:25.545Z Downloaded crossterm v0.27.0
10282024-01-24T18:26:25.545Z Downloaded slog-json v2.6.1
10292024-01-24T18:26:25.545Z Downloaded topological-sort v0.2.2
10302024-01-24T18:26:25.545Z Downloaded static_assertions v1.1.0
10312024-01-24T18:26:25.545Z Downloaded pin-project v1.1.3
10322024-01-24T18:26:25.545Z Downloaded getrandom v0.1.16
10332024-01-24T18:26:25.545Z Downloaded socket2 v0.4.9
10342024-01-24T18:26:25.545Z Downloaded indexmap v1.9.3
10352024-01-24T18:26:25.545Z Downloaded minimal-lexical v0.2.1
10362024-01-24T18:26:25.546Z Downloaded thiserror-impl v1.0.49
10372024-01-24T18:26:25.546Z Downloaded structmeta-derive v0.2.0
10382024-01-24T18:26:25.546Z Downloaded aes v0.8.3
10392024-01-24T18:26:25.546Z Downloaded ucd-trie v0.1.6
10402024-01-24T18:26:25.546Z Downloaded untrusted v0.9.0
10412024-01-24T18:26:25.546Z Downloaded universal-hash v0.5.1
10422024-01-24T18:26:25.546Z Downloaded libsw v3.3.1
10432024-01-24T18:26:25.546Z Downloaded getrandom v0.2.10
10442024-01-24T18:26:25.546Z Downloaded cc v1.0.83
10452024-01-24T18:26:25.546Z Downloaded futures v0.3.30
10462024-01-24T18:26:25.546Z Downloaded postcard v1.0.8
10472024-01-24T18:26:25.547Z Downloaded structmeta v0.2.0
10482024-01-24T18:26:25.547Z Downloaded arc-swap v1.6.0
10492024-01-24T18:26:25.547Z Downloaded snafu-derive v0.7.5
10502024-01-24T18:26:25.547Z Downloaded num-integer v0.1.45
10512024-01-24T18:26:25.547Z Downloaded pem-rfc7468 v0.7.0
10522024-01-24T18:26:25.547Z Downloaded primeorder v0.13.6
10532024-01-24T18:26:25.547Z Downloaded hyper-staticfile v0.9.5
10542024-01-24T18:26:25.547Z Downloaded hash32 v0.2.1
10552024-01-24T18:26:25.547Z Downloaded glob v0.3.1
10562024-01-24T18:26:25.547Z Downloaded getopts v0.2.21
10572024-01-24T18:26:25.547Z Downloaded signal-hook-mio v0.2.3
10582024-01-24T18:26:25.547Z Downloaded diesel_derives v2.1.2
10592024-01-24T18:26:25.547Z Downloaded group v0.13.0
10602024-01-24T18:26:25.547Z Downloaded generic-array v0.14.7
10612024-01-24T18:26:25.547Z Downloaded tokio-stream v0.1.14
10622024-01-24T18:26:25.547Z Downloaded rustc-demangle v0.1.23
10632024-01-24T18:26:25.547Z Downloaded crypto-bigint v0.5.2
10642024-01-24T18:26:25.548Z Downloaded typenum v1.16.0
10652024-01-24T18:26:25.548Z Downloaded kstat-rs v0.2.3
10662024-01-24T18:26:25.548Z Downloaded ghash v0.5.0
10672024-01-24T18:26:25.549Z Downloaded tempfile v3.9.0
10682024-01-24T18:26:25.549Z Downloaded postgres-protocol v0.6.6
10692024-01-24T18:26:25.549Z Downloaded embedded-io v0.4.0
10702024-01-24T18:26:25.549Z Downloaded hyper-tls v0.5.0
10712024-01-24T18:26:25.549Z Downloaded cancel-safe-futures v0.1.5
10722024-01-24T18:26:25.549Z Downloaded openssl-sys v0.9.96
10732024-01-24T18:26:25.549Z Downloaded either v1.9.0
10742024-01-24T18:26:25.549Z Downloaded bytes v1.5.0
10752024-01-24T18:26:25.549Z Downloaded sct v0.7.0
10762024-01-24T18:26:25.549Z Downloaded futures-channel v0.3.30
10772024-01-24T18:26:25.549Z Downloaded hex-literal v0.4.1
10782024-01-24T18:26:25.551Z Downloaded textwrap v0.11.0
10792024-01-24T18:26:25.551Z Downloaded pest_derive v2.7.2
10802024-01-24T18:26:25.552Z Downloaded home v0.5.5
10812024-01-24T18:26:25.552Z Downloaded rustc_version v0.1.7
10822024-01-24T18:26:25.552Z Downloaded heck v0.4.1
10832024-01-24T18:26:25.552Z Downloaded derive-where v1.2.7
10842024-01-24T18:26:25.552Z Downloaded fxhash v0.2.1
10852024-01-24T18:26:25.552Z Downloaded foreign-types v0.5.0
10862024-01-24T18:26:25.552Z Downloaded p256 v0.13.2
10872024-01-24T18:26:25.552Z Downloaded miniz_oxide v0.7.1
10882024-01-24T18:26:25.552Z Downloaded backtrace v0.3.69
10892024-01-24T18:26:25.552Z Downloaded crossbeam-utils v0.8.16
10902024-01-24T18:26:25.552Z Downloaded ciborium v0.2.1
10912024-01-24T18:26:25.552Z Downloaded polyval v0.6.1
10922024-01-24T18:26:25.553Z Downloaded poly1305 v0.8.0
10932024-01-24T18:26:25.553Z Downloaded futures-executor v0.3.30
10942024-01-24T18:26:25.553Z Downloaded futures-core v0.3.30
10952024-01-24T18:26:25.553Z Downloaded blake2 v0.10.6
10962024-01-24T18:26:25.553Z Downloaded hex v0.4.3
10972024-01-24T18:26:25.553Z Downloaded heck v0.3.3
10982024-01-24T18:26:25.553Z Downloaded clap_derive v4.4.2
10992024-01-24T18:26:25.553Z Downloaded is-terminal v0.4.9
11002024-01-24T18:26:25.554Z Downloaded ipnetwork v0.20.0
11012024-01-24T18:26:25.554Z Downloaded form_urlencoded v1.2.1
11022024-01-24T18:26:25.554Z Downloaded errno v0.3.8
11032024-01-24T18:26:25.554Z Downloaded dof v0.1.5
11042024-01-24T18:26:25.554Z Downloaded display-error-chain v0.2.0
11052024-01-24T18:26:25.554Z Downloaded r2d2 v0.8.10
11062024-01-24T18:26:25.554Z Downloaded proc-macro-error v1.0.4
11072024-01-24T18:26:25.554Z Downloaded pest_meta v2.7.2
11082024-01-24T18:26:25.554Z Downloaded parking_lot_core v0.8.6
11092024-01-24T18:26:25.554Z Downloaded async-trait v0.1.77
11102024-01-24T18:26:25.554Z Downloaded sec1 v0.7.3
11112024-01-24T18:26:25.554Z Downloaded rustls-pemfile v2.0.0
11122024-01-24T18:26:25.554Z Downloaded foreign-types-shared v0.3.1
11132024-01-24T18:26:25.554Z Downloaded foreign-types-macros v0.2.3
11142024-01-24T18:26:25.554Z Downloaded fallible-iterator v0.2.0
11152024-01-24T18:26:25.554Z Downloaded enum-as-inner v0.5.1
11162024-01-24T18:26:25.554Z Downloaded usdt-impl v0.3.5
11172024-01-24T18:26:25.567Z Downloaded time-macros v0.2.13
11182024-01-24T18:26:25.568Z Downloaded quote v1.0.35
11192024-01-24T18:26:25.568Z Downloaded libefi-sys v0.1.0
11202024-01-24T18:26:25.568Z Downloaded zeroize v1.7.0
11212024-01-24T18:26:25.568Z Downloaded whoami v1.4.1
11222024-01-24T18:26:25.568Z Downloaded vec_map v0.8.2
11232024-01-24T18:26:25.568Z Downloaded unicode-xid v0.2.4
11242024-01-24T18:26:25.568Z Downloaded unicode-width v0.1.11
11252024-01-24T18:26:25.568Z Downloaded password-hash v0.4.2
11262024-01-24T18:26:25.568Z Downloaded futures-macro v0.3.30
11272024-01-24T18:26:25.568Z Downloaded term v0.7.0
11282024-01-24T18:26:25.568Z Downloaded once_cell v1.19.0
11292024-01-24T18:26:25.568Z Downloaded num-traits v0.2.16
11302024-01-24T18:26:25.568Z Downloaded linear-map v1.2.0
11312024-01-24T18:26:25.568Z Downloaded darling v0.20.3
11322024-01-24T18:26:25.568Z Downloaded password-hash v0.5.0
11332024-01-24T18:26:25.568Z Downloaded parse-display-derive v0.8.2
11342024-01-24T18:26:25.568Z Downloaded owo-colors v3.5.0
11352024-01-24T18:26:25.568Z Downloaded num-complex v0.4.4
11362024-01-24T18:26:25.568Z Downloaded native-tls v0.2.11
11372024-01-24T18:26:25.568Z Downloaded bzip2 v0.4.4
11382024-01-24T18:26:25.569Z Downloaded chacha20 v0.9.1
11392024-01-24T18:26:25.569Z Downloaded bitflags v1.3.2
11402024-01-24T18:26:25.569Z Downloaded camino v1.1.6
11412024-01-24T18:26:25.569Z Downloaded toml_datetime v0.6.5
11422024-01-24T18:26:25.569Z Downloaded tokio-macros v2.2.0
11432024-01-24T18:26:25.569Z Downloaded base16ct v0.2.0
11442024-01-24T18:26:25.569Z Downloaded pem v3.0.2
11452024-01-24T18:26:25.569Z Downloaded headers-core v0.2.0
11462024-01-24T18:26:25.569Z Downloaded base64ct v1.6.0
11472024-01-24T18:26:25.569Z Downloaded endian-type v0.1.2
11482024-01-24T18:26:25.570Z Downloaded dtrace-parser v0.1.14
11492024-01-24T18:26:25.570Z Downloaded doc-comment v0.3.3
11502024-01-24T18:26:25.570Z Downloaded usdt-attr-macro v0.3.5
11512024-01-24T18:26:25.570Z Downloaded thiserror-no-std v2.0.2
11522024-01-24T18:26:25.581Z Downloaded quick-error v1.2.3
11532024-01-24T18:26:25.581Z Downloaded proc-macro-crate v1.3.1
11542024-01-24T18:26:25.581Z Downloaded percent-encoding v2.3.1
11552024-01-24T18:26:25.581Z Downloaded pbkdf2 v0.11.0
11562024-01-24T18:26:25.581Z Downloaded paste v1.0.14
11572024-01-24T18:26:25.586Z Downloaded mime_guess v2.0.4
11582024-01-24T18:26:25.586Z Downloaded dirs v5.0.1
11592024-01-24T18:26:25.586Z Downloaded predicates v3.1.0
11602024-01-24T18:26:25.611Z Downloaded byteorder v1.5.0
11612024-01-24T18:26:25.611Z Downloaded camino-tempfile v1.1.1
11622024-01-24T18:26:26.149Z Downloaded ahash v0.8.6
11632024-01-24T18:26:26.149Z Downloaded russh-cryptovec v0.7.0
11642024-01-24T18:26:26.149Z Downloaded foreign-types-shared v0.1.1
11652024-01-24T18:26:26.149Z Downloaded equivalent v1.0.1
11662024-01-24T18:26:26.149Z Downloaded want v0.3.1
11672024-01-24T18:26:26.149Z Downloaded pin-project-lite v0.2.13
11682024-01-24T18:26:26.149Z Downloaded omicron-zone-package v0.10.1
11692024-01-24T18:26:26.149Z Downloaded proc-macro-error-attr v1.0.4
11702024-01-24T18:26:26.149Z Downloaded pretty-hex v0.4.1
11712024-01-24T18:26:26.151Z Downloaded pin-utils v0.1.0
11722024-01-24T18:26:26.151Z Downloaded pest_generator v2.7.2
11732024-01-24T18:26:26.151Z Downloaded pbkdf2 v0.12.2
11742024-01-24T18:26:26.162Z Downloaded defmt-macros v0.3.6
11752024-01-24T18:26:26.163Z Downloaded managed v0.8.0
11762024-01-24T18:26:26.163Z Downloaded convert_case v0.4.0
11772024-01-24T18:26:26.163Z Downloaded cfg-if v1.0.0
11782024-01-24T18:26:26.163Z Downloaded num v0.4.1
11792024-01-24T18:26:26.163Z Downloaded data-encoding v2.4.0
11802024-01-24T18:26:26.163Z Downloaded cipher v0.4.4
11812024-01-24T18:26:26.163Z Downloaded ciborium-ll v0.2.1
11822024-01-24T18:26:26.163Z Downloaded clap_lex v0.5.1
11832024-01-24T18:26:26.163Z Downloaded colored v2.0.4
11842024-01-24T18:26:26.163Z Downloaded strum v0.25.0
11852024-01-24T18:26:26.163Z Downloaded precomputed-hash v0.1.1
11862024-01-24T18:26:26.163Z Downloaded deranged v0.3.8
11872024-01-24T18:26:26.163Z Downloaded ctr v0.9.2
11882024-01-24T18:26:26.163Z Downloaded cobs v0.2.3
11892024-01-24T18:26:26.163Z Downloaded block-buffer v0.10.4
11902024-01-24T18:26:26.163Z Downloaded bit-vec v0.6.3
11912024-01-24T18:26:26.163Z Downloaded block-padding v0.3.3
11922024-01-24T18:26:26.163Z Downloaded phf_shared v0.11.2
11932024-01-24T18:26:26.163Z Downloaded phf v0.11.2
11942024-01-24T18:26:26.163Z Downloaded parse-display v0.8.2
11952024-01-24T18:26:26.163Z Downloaded num_cpus v1.16.0
11962024-01-24T18:26:26.163Z Downloaded num-iter v0.1.43
11972024-01-24T18:26:26.164Z Downloaded atomic-waker v1.1.1
11982024-01-24T18:26:26.164Z Downloaded async-stream v0.3.5
11992024-01-24T18:26:26.164Z Downloaded anstream v0.5.0
12002024-01-24T18:26:26.164Z Downloaded anstyle v1.0.2
12012024-01-24T18:26:26.164Z Downloaded num_enum v0.5.11
12022024-01-24T18:26:26.164Z Downloaded num_enum_derive v0.5.11
12032024-01-24T18:26:26.164Z Downloaded num-derive v0.4.0
12042024-01-24T18:26:26.164Z Downloaded bitflags v2.4.0
12052024-01-24T18:26:26.164Z Downloaded anstyle-parse v0.2.1
12062024-01-24T18:26:26.164Z Downloaded aead v0.5.2
12072024-01-24T18:26:26.164Z Downloaded nom v7.1.3
12082024-01-24T18:26:26.164Z Downloaded crossbeam-channel v0.5.8
12092024-01-24T18:26:26.164Z Downloaded num_threads v0.1.6
12102024-01-24T18:26:26.164Z Downloaded newtype_derive v0.1.6
12112024-01-24T18:26:26.164Z Downloaded defmt-parser v0.3.3
12122024-01-24T18:26:26.164Z Downloaded defmt v0.3.5
12132024-01-24T18:26:26.164Z Downloaded log v0.4.20
12142024-01-24T18:26:26.164Z Downloaded ciborium-io v0.2.1
12152024-01-24T18:26:26.164Z Downloaded darling_macro v0.20.3
12162024-01-24T18:26:26.164Z Downloaded blowfish v0.9.1
12172024-01-24T18:26:26.164Z Downloaded bcrypt-pbkdf v0.10.0
12182024-01-24T18:26:26.164Z Downloaded atty v0.2.14
12192024-01-24T18:26:26.164Z Downloaded debug-ignore v1.0.5
12202024-01-24T18:26:26.165Z Downloaded derive_more v0.99.17
12212024-01-24T18:26:26.165Z Downloaded md5 v0.7.0
12222024-01-24T18:26:26.165Z Downloaded lock_api v0.4.10
12232024-01-24T18:26:26.165Z Downloaded dirs-sys-next v0.1.2
12242024-01-24T18:26:26.165Z Downloaded atomicwrites v0.4.3
12252024-01-24T18:26:26.165Z Downloaded normalize-line-endings v0.3.0
12262024-01-24T18:26:26.165Z Downloaded chacha20poly1305 v0.10.1
12272024-01-24T18:26:26.165Z Downloaded argon2 v0.5.2
12282024-01-24T18:26:26.165Z Downloaded async-stream-impl v0.3.5
12292024-01-24T18:26:26.165Z Downloaded ansi_term v0.12.1
12302024-01-24T18:26:26.165Z Downloaded darling_core v0.20.3
12312024-01-24T18:26:26.165Z Downloaded backoff v0.4.0
12322024-01-24T18:26:26.165Z Downloaded anstyle-query v1.0.0
12332024-01-24T18:26:26.165Z Downloaded adler v1.0.2
12342024-01-24T18:26:26.165Z Downloaded md-5 v0.10.5
12352024-01-24T18:26:26.165Z Downloaded curve25519-dalek-derive v0.1.0
12362024-01-24T18:26:26.165Z Downloaded new_debug_unreachable v1.0.4
12372024-01-24T18:26:26.165Z Downloaded clap v4.4.3
12382024-01-24T18:26:26.165Z Downloaded crucible-workspace-hack v0.1.0
12392024-01-24T18:26:26.165Z Downloaded crc32fast v1.3.2
12402024-01-24T18:26:26.165Z Downloaded match_cfg v0.1.0
12412024-01-24T18:26:26.165Z Downloaded cstr-argument v0.1.2
12422024-01-24T18:26:26.165Z Downloaded crypto-common v0.1.6
12432024-01-24T18:26:26.166Z Downloaded cpufeatures v0.2.9
12442024-01-24T18:26:26.166Z Downloaded const-oid v0.9.5
12452024-01-24T18:26:26.166Z Downloaded colorchoice v1.0.0
12462024-01-24T18:26:26.166Z Downloaded lru-cache v0.1.2
12472024-01-24T18:26:26.166Z Downloaded anyhow v1.0.75
12482024-01-24T18:26:26.214Z Compiling proc-macro2 v1.0.74
12492024-01-24T18:26:26.214Z Compiling unicode-ident v1.0.12
12502024-01-24T18:26:26.220Z Compiling libc v0.2.152
12512024-01-24T18:26:26.220Z Compiling serde v1.0.195
12522024-01-24T18:26:26.220Z Compiling autocfg v1.1.0
12532024-01-24T18:26:26.230Z Compiling cfg-if v1.0.0
12542024-01-24T18:26:26.233Z Compiling version_check v0.9.4
12552024-01-24T18:26:26.514Z Compiling syn v1.0.109
12562024-01-24T18:26:26.619Z Compiling typenum v1.16.0
12572024-01-24T18:26:27.749Z Compiling generic-array v0.14.7
12582024-01-24T18:26:27.822Z Compiling lock_api v0.4.10
12592024-01-24T18:26:28.561Z Compiling parking_lot_core v0.9.8
12602024-01-24T18:26:28.589Z Compiling libm v0.2.7
12612024-01-24T18:26:28.589Z Compiling num-traits v0.2.16
12622024-01-24T18:26:28.700Z Compiling once_cell v1.19.0
12632024-01-24T18:26:28.740Z Compiling thiserror v1.0.49
12642024-01-24T18:26:28.995Z Compiling serde_json v1.0.111
12652024-01-24T18:26:29.034Z Compiling slab v0.4.9
12662024-01-24T18:26:29.109Z Compiling memchr v2.6.3
12672024-01-24T18:26:29.430Z Compiling scopeguard v1.2.0
12682024-01-24T18:26:29.489Z Compiling itoa v1.0.9
12692024-01-24T18:26:29.875Z Compiling log v0.4.20
12702024-01-24T18:26:29.974Z Compiling quote v1.0.35
12712024-01-24T18:26:30.534Z Compiling syn v2.0.46
12722024-01-24T18:26:31.059Z Compiling getrandom v0.2.10
12732024-01-24T18:26:31.368Z Compiling cc v1.0.83
12742024-01-24T18:26:31.522Z Compiling rand_core v0.6.4
12752024-01-24T18:26:32.180Z Compiling pkg-config v0.3.27
12762024-01-24T18:26:32.273Z Compiling byteorder v1.5.0
12772024-01-24T18:26:32.631Z Compiling heck v0.4.1
12782024-01-24T18:26:33.034Z Compiling subtle v2.5.0
12792024-01-24T18:26:33.296Z Compiling ryu v1.0.15
12802024-01-24T18:26:33.365Z Compiling smallvec v1.11.2
12812024-01-24T18:26:33.496Z Compiling hashbrown v0.14.2
12822024-01-24T18:26:33.692Z Compiling equivalent v1.0.1
12832024-01-24T18:26:33.851Z Compiling schemars v0.8.16
12842024-01-24T18:26:34.053Z Compiling vcpkg v0.2.15
12852024-01-24T18:26:35.209Z Compiling pin-project-lite v0.2.13
12862024-01-24T18:26:35.685Z Compiling httparse v1.8.0
12872024-01-24T18:26:36.249Z Compiling parking_lot v0.12.1
12882024-01-24T18:26:36.320Z Compiling signal-hook-registry v1.4.1
12892024-01-24T18:26:36.411Z Compiling ring v0.17.7
12902024-01-24T18:26:37.074Z Compiling ring v0.16.20
12912024-01-24T18:26:37.990Z Compiling semver v1.0.21
12922024-01-24T18:26:38.142Z Compiling openssl-sys v0.9.96
12932024-01-24T18:26:38.330Z Compiling const-oid v0.9.5
12942024-01-24T18:26:38.865Z Compiling mio v0.8.9
12952024-01-24T18:26:39.456Z Compiling ahash v0.8.6
12962024-01-24T18:26:39.910Z Compiling fnv v1.0.7
12972024-01-24T18:26:40.158Z Compiling openssl v0.10.60
12982024-01-24T18:26:41.186Z Compiling socket2 v0.5.5
12992024-01-24T18:26:41.702Z Compiling num_cpus v1.16.0
13002024-01-24T18:26:41.702Z Compiling ucd-trie v0.1.6
13012024-01-24T18:26:41.702Z Compiling iana-time-zone v0.1.57
13022024-01-24T18:26:42.384Z Compiling futures-core v0.3.30
13032024-01-24T18:26:42.384Z Compiling native-tls v0.2.11
13042024-01-24T18:26:42.384Z Compiling rustls v0.21.9
13052024-01-24T18:26:42.431Z Compiling spin v0.5.2
13062024-01-24T18:26:42.431Z Compiling async-trait v0.1.77
13072024-01-24T18:26:42.947Z Compiling dyn-clone v1.0.13
13082024-01-24T18:26:43.078Z Compiling futures-sink v0.3.30
13092024-01-24T18:26:43.427Z Compiling serde_derive_internals v0.26.0
13102024-01-24T18:26:43.722Z Compiling backtrace v0.3.69
13112024-01-24T18:26:43.722Z Compiling aho-corasick v1.0.4
13122024-01-24T18:26:44.127Z Compiling tinyvec_macros v0.1.1
13132024-01-24T18:26:44.216Z Compiling regex-syntax v0.8.2
13142024-01-24T18:26:44.216Z Compiling rustix v0.38.30
13152024-01-24T18:26:44.596Z Compiling tinyvec v1.6.0
13162024-01-24T18:26:44.949Z Compiling futures-channel v0.3.30
13172024-01-24T18:26:58.250Z Compiling futures-task v0.3.30
13182024-01-24T18:26:59.077Z Compiling futures-io v0.3.30
13192024-01-24T18:26:59.077Z Compiling winnow v0.5.15
13202024-01-24T18:27:09.211Z Compiling pin-utils v0.1.0
13212024-01-24T18:27:09.211Z Compiling spin v0.9.8
13222024-01-24T18:27:09.211Z Compiling unicode-normalization v0.1.22
13232024-01-24T18:27:09.211Z Compiling tracing-core v0.1.31
13242024-01-24T18:27:09.211Z Compiling cpufeatures v0.2.9
13252024-01-24T18:27:09.212Z Compiling unicode-bidi v0.3.13
13262024-01-24T18:27:09.212Z Compiling anyhow v1.0.75
13272024-01-24T18:27:09.212Z Compiling regex-automata v0.4.3
13282024-01-24T18:27:09.212Z Compiling crc32fast v1.3.2
13292024-01-24T18:27:09.212Z Compiling slog v2.7.0
13302024-01-24T18:27:09.212Z Compiling time-core v0.1.1
13312024-01-24T18:27:09.212Z Compiling time-macros v0.2.13
13322024-01-24T18:27:09.212Z Compiling serde_derive v1.0.195
13332024-01-24T18:27:09.212Z Compiling zeroize_derive v1.4.2
13342024-01-24T18:27:09.212Z Compiling thiserror-impl v1.0.49
13352024-01-24T18:27:09.212Z Compiling tokio-macros v2.2.0
13362024-01-24T18:27:09.212Z Compiling zeroize v1.7.0
13372024-01-24T18:27:09.212Z Compiling futures-macro v0.3.30
13382024-01-24T18:27:09.212Z Compiling tracing-attributes v0.1.26
13392024-01-24T18:27:09.212Z Compiling schemars_derive v0.8.16
13402024-01-24T18:27:09.212Z Compiling crypto-common v0.1.6
13412024-01-24T18:27:09.212Z Compiling zerocopy-derive v0.7.31
13422024-01-24T18:27:09.213Z Compiling pest v2.7.2
13432024-01-24T18:27:09.241Z Compiling block-buffer v0.10.4
13442024-01-24T18:27:09.241Z Compiling openssl-macros v0.1.1
13452024-01-24T18:27:09.241Z Compiling digest v0.10.7
13462024-01-24T18:27:09.241Z Compiling futures-util v0.3.30
13472024-01-24T18:27:09.311Z Compiling zerocopy v0.7.31
13482024-01-24T18:27:09.311Z Compiling regex v1.10.2
13492024-01-24T18:27:09.311Z Compiling tracing v0.1.37
13502024-01-24T18:27:09.311Z Compiling der_derive v0.7.2
13512024-01-24T18:27:09.312Z Compiling num-integer v0.1.45
13522024-01-24T18:27:09.312Z Compiling unicode-width v0.1.11
13532024-01-24T18:27:09.312Z Compiling untrusted v0.7.1
13542024-01-24T18:27:10.243Z Compiling percent-encoding v2.3.1
13552024-01-24T18:27:10.243Z Compiling unicode-xid v0.2.4
13562024-01-24T18:27:10.243Z Compiling hashbrown v0.13.2
13572024-01-24T18:27:10.244Z Compiling foreign-types-shared v0.1.1
13582024-01-24T18:27:10.244Z Compiling untrusted v0.9.0
13592024-01-24T18:27:10.244Z Compiling foreign-types v0.3.2
13602024-01-24T18:27:10.244Z Compiling synstructure v0.12.6
13612024-01-24T18:27:30.455Z Compiling errno v0.3.8
13622024-01-24T18:27:30.455Z Compiling try-lock v0.2.4
13632024-01-24T18:27:30.455Z Compiling base64 v0.21.7
13642024-01-24T18:27:30.455Z Compiling ppv-lite86 v0.2.17
13652024-01-24T18:27:30.456Z Compiling want v0.3.1
13662024-01-24T18:27:30.456Z Compiling rustls-webpki v0.101.7
13672024-01-24T18:27:30.456Z Compiling sct v0.7.0
13682024-01-24T18:27:30.456Z Compiling zerocopy-derive v0.2.0
13692024-01-24T18:27:30.457Z Compiling form_urlencoded v1.2.1
13702024-01-24T18:27:30.457Z Compiling pest_meta v2.7.2
13712024-01-24T18:27:30.457Z Compiling socket2 v0.4.9
13722024-01-24T18:27:30.458Z Compiling io-lifetimes v1.0.11
13732024-01-24T18:27:30.458Z Compiling tower-service v0.3.2
13742024-01-24T18:27:30.458Z Compiling openssl-probe v0.1.5
13752024-01-24T18:27:30.458Z Compiling httpdate v1.0.3
13762024-01-24T18:27:30.459Z Compiling pest_generator v2.7.2
13772024-01-24T18:27:30.459Z Compiling bytes v1.5.0
13782024-01-24T18:27:30.459Z Compiling indexmap v2.1.0
13792024-01-24T18:27:30.459Z Compiling chrono v0.4.31
13802024-01-24T18:27:30.459Z Compiling uuid v1.6.1
13812024-01-24T18:27:30.463Z Compiling http v0.2.11
13822024-01-24T18:27:30.526Z Compiling tokio v1.35.1
13832024-01-24T18:27:30.526Z Compiling bitflags v2.4.0
13842024-01-24T18:27:30.526Z Compiling toml_datetime v0.6.5
13852024-01-24T18:27:30.528Z Compiling serde_spanned v0.6.4
13862024-01-24T18:27:30.528Z Compiling toml_edit v0.19.15
13872024-01-24T18:27:30.528Z Compiling rustc_version v0.4.0
13882024-01-24T18:27:30.528Z Compiling http-body v0.4.5
13892024-01-24T18:27:30.529Z Compiling openapiv3 v2.0.0
13902024-01-24T18:27:33.495Z Compiling idna v0.5.0
13912024-01-24T18:27:34.295Z Compiling lazy_static v1.4.0
13922024-01-24T18:27:36.210Z Compiling tokio-util v0.7.10
13932024-01-24T18:27:36.843Z Compiling crossbeam-utils v0.8.16
13942024-01-24T18:27:36.983Z Compiling adler v1.0.2
13952024-01-24T18:27:37.592Z Compiling miniz_oxide v0.7.1
13962024-01-24T18:27:38.195Z Compiling h2 v0.3.24
13972024-01-24T18:27:38.277Z Compiling tokio-native-tls v0.3.1
13982024-01-24T18:27:38.733Z Compiling tokio-rustls v0.24.1
13992024-01-24T18:27:39.358Z Compiling url v2.5.0
14002024-01-24T18:27:39.649Z Compiling pest_derive v2.7.2
14012024-01-24T18:27:40.738Z Compiling rand_chacha v0.3.1
14022024-01-24T18:27:41.475Z Compiling usdt-impl v0.3.5
14032024-01-24T18:27:41.996Z Compiling ipnet v2.9.0
14042024-01-24T18:27:42.075Z Compiling rustix v0.37.23
14052024-01-24T18:27:42.534Z Compiling rand v0.8.5
14062024-01-24T18:27:43.099Z Compiling serde_urlencoded v0.7.1
14072024-01-24T18:27:43.862Z Compiling rustls-pemfile v1.0.3
14082024-01-24T18:27:44.299Z Compiling encoding_rs v0.8.33
14092024-01-24T18:27:44.425Z Compiling gimli v0.28.0
14102024-01-24T18:27:44.564Z Compiling mime v0.3.17
14112024-01-24T18:27:45.518Z Compiling webpki-roots v0.25.2
14122024-01-24T18:27:48.245Z Compiling zerocopy v0.3.0
14132024-01-24T18:27:48.931Z Compiling object v0.32.1
14142024-01-24T18:27:49.015Z Compiling num-bigint v0.4.4
14152024-01-24T18:27:49.483Z Compiling rustc-demangle v0.1.23
14162024-01-24T18:27:50.316Z Compiling hyper v0.14.27
14172024-01-24T18:27:51.071Z Compiling dof v0.1.5
14182024-01-24T18:27:51.302Z Compiling flate2 v1.0.28
14192024-01-24T18:27:51.955Z Compiling addr2line v0.21.0
14202024-01-24T18:27:52.637Z Compiling dtrace-parser v0.1.14
14212024-01-24T18:27:52.646Z Compiling heapless v0.7.16
14222024-01-24T18:27:53.017Z Compiling bzip2-sys v0.1.11+1.0.8
14232024-01-24T18:27:53.071Z Compiling thread-id v4.2.0
14242024-01-24T18:27:53.220Z Compiling signal-hook v0.3.17
14252024-01-24T18:27:53.589Z Compiling rustversion v1.0.14
14262024-01-24T18:27:55.373Z Compiling toml v0.7.8
14272024-01-24T18:27:56.459Z Compiling toml_edit v0.21.0
14282024-01-24T18:27:56.787Z Compiling serde_tokenstream v0.2.0
14292024-01-24T18:27:56.827Z Compiling hex v0.4.3
14302024-01-24T18:27:57.342Z Compiling serde_tokenstream v0.1.7
14312024-01-24T18:27:57.550Z Compiling memoffset v0.9.0
14322024-01-24T18:27:57.662Z Compiling base64ct v1.6.0
14332024-01-24T18:27:58.227Z Compiling strsim v0.10.0
14342024-01-24T18:28:00.387Z Compiling regress v0.7.1
14352024-01-24T18:28:01.663Z Compiling bitflags v1.3.2
14362024-01-24T18:28:02.013Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14372024-01-24T18:28:20.142Z Compiling hyper-rustls v0.24.2
14382024-01-24T18:28:20.142Z Compiling hyper-tls v0.5.0
14392024-01-24T18:28:20.142Z Compiling doc-comment v0.3.3
14402024-01-24T18:28:20.142Z Compiling reqwest v0.11.22
14412024-01-24T18:28:20.143Z Compiling smoltcp v0.9.1
14422024-01-24T18:28:20.144Z Compiling pem-rfc7468 v0.7.0
14432024-01-24T18:28:20.144Z Compiling strum_macros v0.25.2
14442024-01-24T18:28:20.144Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14452024-01-24T18:28:20.144Z Compiling usdt-attr-macro v0.3.5
14462024-01-24T18:28:20.394Z Compiling usdt-macro v0.3.5
14472024-01-24T18:28:20.394Z Compiling hmac v0.12.1
14482024-01-24T18:28:20.394Z Compiling enum-as-inner v0.5.1
14492024-01-24T18:28:20.573Z Compiling crossbeam-epoch v0.9.15
14502024-01-24T18:28:20.573Z Compiling num-iter v0.1.43
14512024-01-24T18:28:20.573Z Compiling unicode-segmentation v1.10.1
14522024-01-24T18:28:20.573Z Compiling flagset v0.4.3
14532024-01-24T18:28:20.574Z Compiling siphasher v0.3.11
14542024-01-24T18:28:20.574Z Compiling der v0.7.8
14552024-01-24T18:28:20.574Z Compiling hubpack_derive v0.1.1
14562024-01-24T18:28:20.574Z Compiling zerocopy-derive v0.6.4
14572024-01-24T18:28:20.574Z Compiling pin-project-internal v1.1.3
14582024-01-24T18:28:20.574Z Compiling utf8parse v0.2.1
14592024-01-24T18:28:20.574Z Compiling num_threads v0.1.6
14602024-01-24T18:28:20.574Z Compiling deranged v0.3.8
14612024-01-24T18:28:20.574Z Compiling anstyle v1.0.2
14622024-01-24T18:28:20.574Z Compiling sha2 v0.10.8
14632024-01-24T18:28:20.574Z Compiling spki v0.7.2
14642024-01-24T18:28:20.575Z Compiling anstyle-parse v0.2.1
14652024-01-24T18:28:20.576Z Compiling time v0.3.27
14662024-01-24T18:28:20.576Z Compiling md-5 v0.10.5
14672024-01-24T18:28:20.576Z Compiling block-padding v0.3.3
14682024-01-24T18:28:20.576Z Compiling clap_derive v4.4.2
14692024-01-24T18:28:20.576Z Compiling stringprep v0.1.3
14702024-01-24T18:28:20.576Z Compiling diesel_table_macro_syntax v0.1.0
14712024-01-24T18:28:20.685Z Compiling hash32 v0.2.1
14722024-01-24T18:28:21.203Z Compiling stable_deref_trait v1.2.0
14732024-01-24T18:28:21.290Z Compiling anstyle-query v1.0.0
14742024-01-24T18:28:21.373Z Compiling fallible-iterator v0.2.0
14752024-01-24T18:28:21.458Z Compiling colorchoice v1.0.0
14762024-01-24T18:28:21.611Z Compiling anstream v0.5.0
14772024-01-24T18:28:21.908Z Compiling diesel_derives v2.1.2
14782024-01-24T18:28:22.562Z Compiling postgres-protocol v0.6.6
14792024-01-24T18:28:22.703Z Compiling terminal_size v0.2.6
14802024-01-24T18:28:23.198Z Compiling inout v0.1.3
14812024-01-24T18:28:23.636Z Compiling pkcs8 v0.10.2
14822024-01-24T18:28:24.567Z Compiling phf_shared v0.11.2
14832024-01-24T18:28:26.669Z Compiling ff v0.13.0
14842024-01-24T18:28:26.998Z Compiling snafu-derive v0.7.5
14852024-01-24T18:28:27.020Z Compiling serde_repr v0.1.16
14862024-01-24T18:28:27.295Z Compiling scheduled-thread-pool v0.2.7
14872024-01-24T18:28:27.887Z Compiling regex-automata v0.1.10
14882024-01-24T18:28:28.265Z Compiling matches v0.1.10
14892024-01-24T18:28:28.631Z Compiling base16ct v0.2.0
14902024-01-24T18:28:29.047Z Compiling clap_lex v0.5.1
14912024-01-24T18:28:29.121Z Compiling bit-vec v0.6.3
14922024-01-24T18:28:29.849Z Compiling managed v0.8.0
14932024-01-24T18:28:34.828Z Compiling clap_builder v4.4.2
14942024-01-24T18:28:36.872Z Compiling sec1 v0.7.3
14952024-01-24T18:28:37.212Z Compiling bstr v0.2.17
14962024-01-24T18:28:37.811Z Compiling idna v0.2.3
14972024-01-24T18:28:38.331Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14982024-01-24T18:28:39.586Z Compiling r2d2 v0.8.10
14992024-01-24T18:28:40.493Z Compiling group v0.13.0
15002024-01-24T18:28:41.869Z Compiling phf v0.11.2
15012024-01-24T18:28:42.308Z Compiling signal-hook-mio v0.2.3
15022024-01-24T18:28:42.542Z Compiling postgres-types v0.2.6
15032024-01-24T18:28:42.989Z Compiling cipher v0.4.4
15042024-01-24T18:28:43.235Z Compiling bzip2 v0.4.4
15052024-01-24T18:28:43.821Z Compiling pin-project v1.1.3
15062024-01-24T18:28:43.855Z Compiling zerocopy v0.6.4
15072024-01-24T18:28:44.000Z Compiling hubpack v0.1.2
15082024-01-24T18:28:45.058Z Compiling phf_shared v0.10.0
15092024-01-24T18:28:45.630Z Compiling hkdf v0.12.4
15102024-01-24T18:28:45.657Z Compiling ipnetwork v0.20.0
15112024-01-24T18:28:46.010Z Compiling crypto-bigint v0.5.2
15122024-01-24T18:28:46.564Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15132024-01-24T18:28:46.763Z Compiling futures-executor v0.3.30
15142024-01-24T18:28:47.124Z Compiling getopts v0.2.21
15152024-01-24T18:28:47.444Z Compiling float-cmp v0.9.0
15162024-01-24T18:28:47.785Z Compiling static_assertions v1.1.0
15172024-01-24T18:28:47.926Z Compiling data-encoding v2.4.0
15182024-01-24T18:28:48.869Z Compiling predicates-core v1.0.6
15192024-01-24T18:28:49.432Z Compiling unsafe-libyaml v0.2.10
15202024-01-24T18:28:49.862Z Compiling fixedbitset v0.4.2
15212024-01-24T18:28:50.594Z Compiling normalize-line-endings v0.3.0
15222024-01-24T18:28:50.768Z Compiling whoami v1.4.1
15232024-01-24T18:28:51.857Z Compiling difflib v0.4.0
15242024-01-24T18:28:51.976Z Compiling regex-automata v0.3.8
15252024-01-24T18:28:53.946Z Compiling minimal-lexical v0.2.1
15262024-01-24T18:28:54.791Z Compiling precomputed-hash v0.1.1
15272024-01-24T18:28:54.945Z Compiling either v1.9.0
15282024-01-24T18:28:54.962Z Compiling new_debug_unreachable v1.0.4
15292024-01-24T18:28:55.089Z Compiling string_cache v0.8.7
15302024-01-24T18:28:55.454Z Compiling itertools v0.10.5
15312024-01-24T18:28:55.644Z Compiling bstr v1.6.0
15322024-01-24T18:28:55.819Z Compiling nom v7.1.3
15332024-01-24T18:28:55.841Z Compiling predicates v3.1.0
15342024-01-24T18:28:56.166Z Compiling serde_yaml v0.9.25
15352024-01-24T18:28:58.280Z Compiling tokio-postgres v0.7.10
15362024-01-24T18:28:59.228Z Compiling petgraph v0.6.4
15372024-01-24T18:28:59.774Z Compiling diesel v2.1.4
15382024-01-24T18:28:59.971Z Compiling elliptic-curve v0.13.8
15392024-01-24T18:29:00.099Z Compiling trust-dns-proto v0.22.0
15402024-01-24T18:29:02.244Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15412024-01-24T18:29:03.467Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15422024-01-24T18:29:06.827Z Compiling futures v0.3.30
15432024-01-24T18:29:07.279Z Compiling yasna v0.5.2
15442024-01-24T18:29:09.300Z Compiling snafu v0.7.5
15452024-01-24T18:29:10.496Z Compiling zip v0.6.6
15462024-01-24T18:29:10.667Z Compiling crossterm v0.27.0
15472024-01-24T18:29:12.109Z Compiling clap v4.4.3
15482024-01-24T18:29:12.931Z Compiling similar v2.3.0
15492024-01-24T18:29:14.101Z Compiling bit-set v0.5.3
15502024-01-24T18:29:14.497Z Compiling usdt v0.3.5
15512024-01-24T18:29:14.972Z Compiling tokio-stream v0.1.14
15522024-01-24T18:29:16.506Z Compiling console v0.15.8
15532024-01-24T18:29:17.985Z Compiling lalrpop-util v0.19.12
15542024-01-24T18:29:18.920Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15552024-01-24T18:30:25.817Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15562024-01-24T18:30:25.921Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15572024-01-24T18:30:25.921Z Compiling sha1 v0.10.6
15582024-01-24T18:30:25.921Z Compiling atty v0.2.14
15592024-01-24T18:30:25.921Z Compiling match_cfg v0.1.0
15602024-01-24T18:30:25.922Z Compiling hostname v0.3.1
15612024-01-24T18:30:25.922Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15622024-01-24T18:30:25.922Z Compiling dirs-sys-next v0.1.2
15632024-01-24T18:30:25.922Z Compiling ident_case v1.0.1
15642024-01-24T18:30:25.922Z Compiling rustls-pki-types v1.1.0
15652024-01-24T18:30:25.922Z Compiling dirs-next v2.0.0
15662024-01-24T18:30:25.922Z Compiling darling_core v0.20.3
15672024-01-24T18:30:26.108Z Compiling thread_local v1.1.7
15682024-01-24T18:30:26.142Z Compiling camino v1.1.6
15692024-01-24T18:30:26.490Z Compiling rustls v0.22.2
15702024-01-24T18:30:26.555Z Compiling slog-async v2.8.0
15712024-01-24T18:30:27.092Z Compiling rustls-webpki v0.102.1
15722024-01-24T18:30:27.159Z Compiling term v0.7.0
15732024-01-24T18:30:27.231Z Compiling crossbeam-channel v0.5.8
15742024-01-24T18:30:27.404Z Compiling multer v3.0.0
15752024-01-24T18:30:27.846Z Compiling instant v0.1.12
15762024-01-24T18:30:28.068Z Compiling take_mut v0.2.2
15772024-01-24T18:30:28.272Z Compiling paste v1.0.14
15782024-01-24T18:30:29.675Z Compiling slog-term v2.9.0
15792024-01-24T18:30:31.249Z Compiling slog-json v2.6.1
15802024-01-24T18:30:31.844Z Compiling http v1.0.0
15812024-01-24T18:30:31.883Z Compiling async-stream-impl v0.3.5
15822024-01-24T18:30:31.932Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15832024-01-24T18:30:43.412Z Compiling atomic-waker v1.1.1
15842024-01-24T18:30:43.833Z Compiling debug-ignore v1.0.5
15852024-01-24T18:30:43.833Z Compiling waitgroup v0.1.2
15862024-01-24T18:30:43.833Z Compiling slog-bunyan v2.5.0
15872024-01-24T18:30:43.833Z Compiling rustls-pemfile v2.0.0
15882024-01-24T18:30:43.833Z Compiling toml v0.8.8
15892024-01-24T18:30:43.833Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15902024-01-24T18:30:43.833Z Compiling async-stream v0.3.5
15912024-01-24T18:30:43.833Z Compiling serde_path_to_error v0.1.15
15922024-01-24T18:30:43.833Z Compiling structmeta-derive v0.2.0
15932024-01-24T18:30:43.833Z Compiling darling_macro v0.20.3
15942024-01-24T18:30:43.833Z Compiling strum v0.25.0
15952024-01-24T18:30:43.833Z Compiling tokio-rustls v0.25.0
15962024-01-24T18:30:43.834Z Compiling regex-syntax v0.7.5
15972024-01-24T18:30:44.141Z Compiling backoff v0.4.0
15982024-01-24T18:30:44.141Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15992024-01-24T18:30:44.142Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16002024-01-24T18:30:44.142Z Compiling macaddr v1.0.1
16012024-01-24T18:30:44.142Z Compiling darling v0.20.3
16022024-01-24T18:30:44.142Z Compiling serde_with_macros v3.4.0
16032024-01-24T18:30:44.142Z Compiling proc-macro-error-attr v1.0.4
16042024-01-24T18:30:44.142Z Compiling proc-macro-crate v1.3.1
16052024-01-24T18:30:44.143Z Compiling proc-macro-error v1.0.4
16062024-01-24T18:30:44.143Z Compiling heapless v0.8.0
16072024-01-24T18:30:44.143Z Compiling num_enum_derive v0.5.11
16082024-01-24T18:30:44.143Z Compiling structmeta v0.2.0
16092024-01-24T18:30:44.143Z Compiling hash32 v0.3.1
16102024-01-24T18:30:44.143Z Compiling smoltcp v0.11.0
16112024-01-24T18:30:44.143Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16122024-01-24T18:30:44.579Z Compiling serde_with v3.4.0
16132024-01-24T18:30:44.579Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16142024-01-24T18:30:44.675Z Compiling embedded-io v0.4.0
16152024-01-24T18:30:44.864Z Compiling num_enum v0.5.11
16162024-01-24T18:30:44.948Z Compiling cobs v0.2.3
16172024-01-24T18:30:45.029Z Compiling same-file v1.0.6
16182024-01-24T18:30:45.088Z Compiling fastrand v2.0.0
16192024-01-24T18:30:45.398Z Compiling walkdir v2.4.0
16202024-01-24T18:30:45.457Z Compiling postcard v1.0.8
16212024-01-24T18:30:45.999Z Compiling tempfile v3.9.0
16222024-01-24T18:30:46.896Z Compiling semver-parser v0.10.2
16232024-01-24T18:30:47.490Z Compiling foreign-types-macros v0.2.3
16242024-01-24T18:30:47.647Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16252024-01-24T18:30:48.089Z Compiling crucible-workspace-hack v0.1.0
16262024-01-24T18:30:48.412Z Compiling parse-display-derive v0.8.2
16272024-01-24T18:30:48.532Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16282024-01-24T18:30:48.916Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16292024-01-24T18:30:49.189Z Compiling foreign-types-shared v0.3.1
16302024-01-24T18:30:49.645Z Compiling foreign-types v0.5.0
16312024-01-24T18:30:49.712Z Compiling semver v0.11.0
16322024-01-24T18:30:50.579Z Compiling is-terminal v0.4.9
16332024-01-24T18:30:50.710Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16342024-01-24T18:30:50.782Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16352024-01-24T18:30:50.993Z Compiling cstr-argument v0.1.2
16362024-01-24T18:30:51.413Z Compiling filetime v0.2.23
16372024-01-24T18:30:51.490Z Compiling xattr v1.0.1
16382024-01-24T18:30:51.866Z Compiling home v0.5.5
16392024-01-24T18:30:51.876Z Compiling pretty-hex v0.2.1
16402024-01-24T18:30:51.925Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16412024-01-24T18:30:52.165Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16422024-01-24T18:30:52.246Z Compiling toolchain_find v0.2.0
16432024-01-24T18:30:52.263Z Compiling tar v0.4.40
16442024-01-24T18:30:52.358Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16452024-01-24T18:30:52.385Z Compiling colored v2.0.4
16462024-01-24T18:30:52.700Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16472024-01-24T18:30:53.394Z Compiling toml v0.5.11
16482024-01-24T18:30:53.568Z Compiling platforms v3.0.2
16492024-01-24T18:30:53.870Z Compiling topological-sort v0.2.2
16502024-01-24T18:30:54.057Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16512024-01-24T18:30:54.181Z Compiling omicron-zone-package v0.10.1
16522024-01-24T18:30:55.230Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16532024-01-24T18:30:55.742Z Compiling camino-tempfile v1.1.1
16542024-01-24T18:30:56.165Z Compiling parse-display v0.8.2
16552024-01-24T18:30:56.333Z Compiling rustfmt-wrapper v0.2.0
16562024-01-24T18:30:56.440Z Compiling zone_cfg_derive v0.3.0
16572024-01-24T18:30:56.487Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16582024-01-24T18:30:57.212Z Compiling textwrap v0.11.0
16592024-01-24T18:30:57.425Z Compiling heck v0.3.3
16602024-01-24T18:30:58.091Z Compiling num-derive v0.4.0
16612024-01-24T18:30:58.634Z Compiling ansi_term v0.12.1
16622024-01-24T18:30:59.017Z Compiling strsim v0.8.0
16632024-01-24T18:30:59.512Z Compiling vec_map v0.8.2
16642024-01-24T18:30:59.853Z Compiling libefi-sys v0.1.0
16652024-01-24T18:31:00.019Z Compiling clap v2.34.0
16662024-01-24T18:31:00.087Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16672024-01-24T18:31:00.312Z Compiling zone v0.3.0
16682024-01-24T18:31:10.905Z Compiling structopt-derive v0.4.18
16692024-01-24T18:31:11.660Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16702024-01-24T18:31:11.660Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
16712024-01-24T18:31:11.660Z Compiling smf v0.2.2
16722024-01-24T18:31:11.661Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16732024-01-24T18:31:11.661Z Compiling unicase v2.7.0
16742024-01-24T18:31:11.661Z Compiling semver v0.1.20
16752024-01-24T18:31:11.661Z Compiling curve25519-dalek v4.1.1
16762024-01-24T18:31:11.661Z Compiling rustc_version v0.1.7
16772024-01-24T18:31:11.661Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16782024-01-24T18:31:11.661Z Compiling universal-hash v0.5.1
16792024-01-24T18:31:11.661Z Compiling opaque-debug v0.3.0
16802024-01-24T18:31:11.661Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16812024-01-24T18:31:11.661Z Compiling newtype_derive v0.1.6
16822024-01-24T18:31:11.661Z Compiling curve25519-dalek-derive v0.1.0
16832024-01-24T18:31:11.662Z Compiling num-rational v0.4.1
16842024-01-24T18:31:11.662Z Compiling getrandom v0.1.16
16852024-01-24T18:31:11.662Z Compiling password-hash v0.5.0
16862024-01-24T18:31:11.662Z Compiling blake2 v0.10.6
16872024-01-24T18:31:11.662Z Compiling signature v2.1.0
16882024-01-24T18:31:11.662Z Compiling linked-hash-map v0.5.6
16892024-01-24T18:31:11.662Z Compiling quick-error v1.2.3
16902024-01-24T18:31:11.662Z Compiling structopt v0.3.26
16912024-01-24T18:31:11.664Z Compiling parking_lot_core v0.8.6
16922024-01-24T18:31:11.664Z Compiling lru-cache v0.1.2
16932024-01-24T18:31:11.664Z Compiling resolv-conf v0.7.0
16942024-01-24T18:31:11.664Z Compiling argon2 v0.5.2
16952024-01-24T18:31:11.664Z Compiling aead v0.5.2
16962024-01-24T18:31:11.664Z Compiling num-complex v0.4.4
16972024-01-24T18:31:11.664Z Compiling nibble_vec v0.1.0
16982024-01-24T18:31:11.664Z Compiling slog-dtrace v0.2.3
16992024-01-24T18:31:11.664Z Compiling arc-swap v1.6.0
17002024-01-24T18:31:11.664Z Compiling winapi v0.3.9
17012024-01-24T18:31:11.664Z Compiling utf-8 v0.7.6
17022024-01-24T18:31:11.664Z Compiling keccak v0.1.4
17032024-01-24T18:31:11.664Z Compiling endian-type v0.1.2
17042024-01-24T18:31:11.664Z Compiling cancel-safe-futures v0.1.5
17052024-01-24T18:31:11.664Z Compiling radix_trie v0.2.1
17062024-01-24T18:31:11.664Z Compiling sha3 v0.10.8
17072024-01-24T18:31:11.664Z Compiling tungstenite v0.20.1
17082024-01-24T18:31:11.872Z Compiling num v0.4.1
17092024-01-24T18:31:11.872Z Compiling slog-scope v4.4.0
17102024-01-24T18:31:12.130Z Compiling mime_guess v2.0.4
17112024-01-24T18:31:12.376Z Compiling steno v0.4.0
17122024-01-24T18:31:12.420Z Compiling trust-dns-resolver v0.22.0
17132024-01-24T18:31:12.765Z Compiling rand_core v0.5.1
17142024-01-24T18:31:14.392Z Compiling poly1305 v0.8.0
17152024-01-24T18:31:14.676Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17162024-01-24T18:31:14.894Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17172024-01-24T18:31:15.373Z Compiling chacha20 v0.9.1
17182024-01-24T18:31:15.538Z Compiling rfc6979 v0.4.0
17192024-01-24T18:31:15.822Z Compiling secrecy v0.8.0
17202024-01-24T18:31:16.119Z Compiling thiserror-impl-no-std v2.0.2
17212024-01-24T18:31:16.210Z Compiling convert_case v0.4.0
17222024-01-24T18:31:16.539Z Compiling option-ext v0.2.0
17232024-01-24T18:31:16.726Z Compiling ciborium-io v0.2.1
17242024-01-24T18:31:16.899Z Compiling half v1.8.2
17252024-01-24T18:31:17.318Z Compiling dirs-sys v0.4.1
17262024-01-24T18:31:17.817Z Compiling derive_more v0.99.17
17272024-01-24T18:31:17.946Z Compiling ciborium-ll v0.2.1
17282024-01-24T18:31:18.397Z Compiling ecdsa v0.16.9
17292024-01-24T18:31:18.642Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17302024-01-24T18:31:19.741Z Compiling parking_lot v0.11.2
17312024-01-24T18:31:19.763Z Compiling rand_chacha v0.2.2
17322024-01-24T18:31:21.377Z Compiling tokio-tungstenite v0.20.1
17332024-01-24T18:31:21.854Z Compiling thiserror-no-std v2.0.2
17342024-01-24T18:31:21.999Z Compiling slog-stdlog v4.1.1
17352024-01-24T18:31:22.274Z Compiling trust-dns-client v0.22.0
17362024-01-24T18:31:22.743Z Compiling ed25519 v2.2.2
17372024-01-24T18:31:23.153Z Compiling polyval v0.6.1
17382024-01-24T18:31:23.222Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17392024-01-24T18:31:23.409Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17402024-01-24T18:31:23.503Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17412024-01-24T18:31:23.835Z Compiling primeorder v0.13.6
17422024-01-24T18:31:24.671Z Compiling aes v0.8.3
17432024-01-24T18:31:27.196Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17442024-01-24T18:31:27.565Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17452024-01-24T18:31:28.690Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17462024-01-24T18:31:29.770Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17472024-01-24T18:31:30.039Z Compiling blowfish v0.9.1
17482024-01-24T18:31:30.415Z Compiling ctr v0.9.2
17492024-01-24T18:31:30.796Z Compiling password-hash v0.4.2
17502024-01-24T18:31:30.978Z Compiling libsw v3.3.1
17512024-01-24T18:31:32.482Z Compiling pbkdf2 v0.12.2
17522024-01-24T18:31:32.733Z Compiling derive-where v1.2.7
17532024-01-24T18:31:32.790Z Compiling fxhash v0.2.1
17542024-01-24T18:31:34.114Z Compiling linear-map v1.2.0
17552024-01-24T18:31:34.709Z Compiling owo-colors v3.5.0
17562024-01-24T18:31:38.268Z Compiling swrite v0.1.0
17572024-01-24T18:31:38.438Z Compiling trust-dns-server v0.22.1
17582024-01-24T18:31:39.572Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17592024-01-24T18:31:40.136Z Compiling sled v0.34.7
17602024-01-24T18:31:42.661Z Compiling bcrypt-pbkdf v0.10.0
17612024-01-24T18:31:44.031Z Compiling pbkdf2 v0.11.0
17622024-01-24T18:31:44.186Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17632024-01-24T18:31:47.105Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17642024-01-24T18:31:49.816Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17652024-01-24T18:31:49.892Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17662024-01-24T18:31:50.891Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17672024-01-24T18:31:51.192Z Compiling p256 v0.13.2
17682024-01-24T18:31:52.244Z Compiling ghash v0.5.0
17692024-01-24T18:31:52.517Z Compiling ed25519-dalek v2.0.0
17702024-01-24T18:31:52.816Z Compiling russh-cryptovec v0.7.0
17712024-01-24T18:31:53.282Z Compiling slog-envlogger v2.2.0
17722024-01-24T18:31:53.634Z Compiling vsss-rs v3.3.4
17732024-01-24T18:31:54.156Z Compiling rand v0.7.3
17742024-01-24T18:31:55.865Z Compiling ciborium v0.2.1
17752024-01-24T18:31:56.042Z Compiling dirs v5.0.1
17762024-01-24T18:31:56.324Z Compiling chacha20poly1305 v0.10.1
17772024-01-24T18:31:56.690Z Compiling cbc v0.1.2
17782024-01-24T18:31:57.072Z Compiling pem v3.0.2
17792024-01-24T18:31:57.113Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17802024-01-24T18:31:57.675Z Compiling headers-core v0.2.0
17812024-01-24T18:31:57.915Z Compiling kstat-rs v0.2.3
17822024-01-24T18:31:58.342Z Compiling md5 v0.7.0
17832024-01-24T18:31:58.399Z Compiling pretty-hex v0.4.1
17842024-01-24T18:31:59.065Z Compiling http-range v0.1.5
17852024-01-24T18:31:59.092Z Compiling glob v0.3.1
17862024-01-24T18:31:59.166Z Compiling russh-keys v0.40.1
17872024-01-24T18:31:59.608Z Compiling hyper-staticfile v0.9.5
17882024-01-24T18:32:00.460Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17892024-01-24T18:32:00.967Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17902024-01-24T18:32:01.269Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17912024-01-24T18:32:01.870Z Compiling headers v0.3.9
17922024-01-24T18:32:04.454Z Compiling rcgen v0.12.0
17932024-01-24T18:32:04.862Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17942024-01-24T18:32:05.453Z Compiling aes-gcm v0.10.3
17952024-01-24T18:32:05.946Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17962024-01-24T18:32:08.834Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17972024-01-24T18:32:12.562Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17982024-01-24T18:32:13.909Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17992024-01-24T18:32:14.723Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
18002024-01-24T18:32:16.283Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
18012024-01-24T18:32:19.046Z Compiling atomicwrites v0.4.3
18022024-01-24T18:32:19.429Z Compiling itertools v0.12.0
18032024-01-24T18:32:19.623Z Compiling subprocess v0.2.9
18042024-01-24T18:32:22.565Z Compiling display-error-chain v0.2.0
18052024-01-24T18:32:22.804Z Compiling hex-literal v0.4.1
18062024-01-24T18:32:23.017Z Compiling russh v0.40.2
18072024-01-24T18:32:23.285Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18082024-01-24T18:32:24.684Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18092024-01-24T18:32:30.926Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18102024-01-24T18:32:54.331Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18112024-01-24T18:32:55.119Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18122024-01-24T18:33:19.407Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18132024-01-24T18:34:45.657Z Finished dev [unoptimized + debuginfo] target(s) in 8m 47s
18142024-01-24T18:34:45.987Z
18152024-01-24T18:34:45.987Zreal 8:47.719126131
18162024-01-24T18:34:45.988Zuser 47:08.162029933
18172024-01-24T18:34:45.988Zsys 7:07.697547113
18182024-01-24T18:34:45.992Ztrap 1.725876559
18192024-01-24T18:34:45.992Ztflt 10.350911013
18202024-01-24T18:34:45.992Zdflt 9.795399801
18212024-01-24T18:34:45.994Zkflt 0.012828329
18222024-01-24T18:34:45.994Zlock 1:29:56.576187472
18232024-01-24T18:34:45.994Zslp 2:14:10.360958871
18242024-01-24T18:34:45.994Zlat 2:00.230823950
18252024-01-24T18:34:45.994Zstop 4:09.683889970
18262024-01-24T18:34:45.994Z+ mkdir -p /work/end-to-end-tests
18272024-01-24T18:34:45.994Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18282024-01-24T18:34:47.252Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18292024-01-24T18:34:47.252Z+ ptime -m gzip
18302024-01-24T18:34:47.256Z++ basename target/debug/bootstrap
18312024-01-24T18:35:05.450Z
18322024-01-24T18:35:05.507Zreal 18.181629508
18332024-01-24T18:35:05.507Zuser 17.987427813
18342024-01-24T18:35:05.517Zsys 0.178089898
18352024-01-24T18:35:05.518Ztrap 0.005731762
18362024-01-24T18:35:05.518Ztflt 0.000000000
18372024-01-24T18:35:05.518Zdflt 0.000000000
18382024-01-24T18:35:05.518Zkflt 0.000000000
18392024-01-24T18:35:05.518Zlock 0.000000000
18402024-01-24T18:35:05.518Zslp 0.000000000
18412024-01-24T18:35:05.518Zlat 0.010026275
18422024-01-24T18:35:05.518Zstop 0.000233822
18432024-01-24T18:35:05.518Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18442024-01-24T18:35:05.518Z+ ptime -m gzip
18452024-01-24T18:35:05.518Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-03ff62cdf334f689
18462024-01-24T18:35:06.565Z
18472024-01-24T18:35:06.565Zreal 1.076773133
18482024-01-24T18:35:06.565Zuser 1.063965863
18492024-01-24T18:35:06.569Zsys 0.012177714
18502024-01-24T18:35:06.570Ztrap 0.000109666
18512024-01-24T18:35:06.570Ztflt 0.000000000
18522024-01-24T18:35:06.570Zdflt 0.000000000
18532024-01-24T18:35:06.570Zkflt 0.000000000
18542024-01-24T18:35:06.570Zlock 0.000000000
18552024-01-24T18:35:06.570Zslp 0.000000000
18562024-01-24T18:35:06.572Zlat 0.000170427
18572024-01-24T18:35:06.572Zstop 0.000231984
18582024-01-24T18:35:06.572Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18592024-01-24T18:35:06.572Z+ ptime -m gzip
18602024-01-24T18:35:06.572Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d8fb2167cd3fcce8
18612024-01-24T18:35:37.851Z
18622024-01-24T18:35:37.928Zreal 18.623361285
18632024-01-24T18:35:37.928Zuser 18.450509597
18642024-01-24T18:35:37.928Zsys 0.168045054
18652024-01-24T18:35:37.928Ztrap 0.003110738
18662024-01-24T18:35:37.931Ztflt 0.000000000
18672024-01-24T18:35:37.931Zdflt 0.000000000
18682024-01-24T18:35:37.931Zkflt 0.000000000
18692024-01-24T18:35:37.931Zlock 0.000000000
18702024-01-24T18:35:37.931Zslp 0.000000000
18712024-01-24T18:35:37.932Zlat 0.001350377
18722024-01-24T18:35:37.932Zstop 0.000230178
18732024-01-24T18:35:37.932Z+ banner caboose-util
18742024-01-24T18:35:37.932Z
18752024-01-24T18:35:37.932Z #### ## ##### #### #### #### ###### # # #####
18762024-01-24T18:35:37.932Z # # # # # # # # # # # # # # #
18772024-01-24T18:35:37.932Z # # # ##### # # # # #### ##### ##### # # #
18782024-01-24T18:35:37.932Z # ###### # # # # # # # # # # #
18792024-01-24T18:35:37.932Z # # # # # # # # # # # # # # # #
18802024-01-24T18:35:37.932Z #### # # ##### #### #### #### ###### #### #
18812024-01-24T18:35:37.932Z
18822024-01-24T18:35:37.932Z+ ptime -m cargo build --locked -p caboose-util --release
18832024-01-24T18:35:37.932Z Downloading crates ...
18842024-01-24T18:35:37.933Z Downloaded funty v2.0.0
18852024-01-24T18:35:37.933Z Downloaded pkcs1 v0.7.5
18862024-01-24T18:35:37.933Z Downloaded packed_struct v0.10.1
18872024-01-24T18:35:37.934Z Downloaded termcolor v1.2.0
18882024-01-24T18:35:37.934Z Downloaded path-slash v0.1.5
18892024-01-24T18:35:37.934Z Downloaded tap v1.0.1
18902024-01-24T18:35:37.934Z Downloaded packed_struct_codegen v0.10.1
18912024-01-24T18:35:37.935Z Downloaded bitfield v0.14.0
18922024-01-24T18:35:37.935Z Downloaded serde-hex v0.1.0
18932024-01-24T18:35:37.935Z Downloaded wyz v0.5.1
18942024-01-24T18:35:37.935Z Downloaded crc-catalog v2.2.0
18952024-01-24T18:35:37.935Z Downloaded env_logger v0.10.0
18962024-01-24T18:35:37.935Z Downloaded maybe-uninit v2.0.0
18972024-01-24T18:35:37.935Z Downloaded nodrop v0.1.14
18982024-01-24T18:35:37.935Z Downloaded crc-any v2.4.3
18992024-01-24T18:35:37.935Z Downloaded rsa v0.9.2
19002024-01-24T18:35:37.935Z Downloaded x509-cert v0.2.4
19012024-01-24T18:35:37.935Z Downloaded num-bigint-dig v0.8.4
19022024-01-24T18:35:37.935Z Downloaded bitvec v1.0.1
19032024-01-24T18:35:37.935Z Downloaded object v0.30.4
19042024-01-24T18:35:37.935Z Downloaded radium v0.7.0
19052024-01-24T18:35:37.936Z Downloaded smallvec v0.6.14
19062024-01-24T18:35:37.936Z Downloaded ron v0.8.1
19072024-01-24T18:35:37.936Z Downloaded array-init v0.0.4
19082024-01-24T18:35:37.936Z Downloaded crc v3.0.1
19092024-01-24T18:35:37.936Z Compiling proc-macro2 v1.0.74
19102024-01-24T18:35:37.936Z Compiling unicode-ident v1.0.12
19112024-01-24T18:35:37.936Z Compiling libc v0.2.152
19122024-01-24T18:35:37.936Z Compiling autocfg v1.1.0
19132024-01-24T18:35:37.936Z Compiling serde v1.0.195
19142024-01-24T18:35:37.946Z Compiling cfg-if v1.0.0
19152024-01-24T18:35:37.946Z Compiling version_check v0.9.4
19162024-01-24T18:35:37.948Z Compiling typenum v1.16.0
19172024-01-24T18:35:37.948Z Compiling syn v1.0.109
19182024-01-24T18:35:37.948Z Compiling parking_lot_core v0.9.8
19192024-01-24T18:35:37.948Z Compiling libm v0.2.7
19202024-01-24T18:35:37.948Z Compiling generic-array v0.14.7
19212024-01-24T18:35:37.948Z Compiling lock_api v0.4.10
19222024-01-24T18:35:37.948Z Compiling num-traits v0.2.16
19232024-01-24T18:35:37.948Z Compiling once_cell v1.19.0
19242024-01-24T18:35:37.948Z Compiling pkg-config v0.3.27
19252024-01-24T18:35:37.948Z Compiling scopeguard v1.2.0
19262024-01-24T18:35:37.948Z Compiling slab v0.4.9
19272024-01-24T18:35:37.948Z Compiling serde_json v1.0.111
19282024-01-24T18:35:37.948Z Compiling quote v1.0.35
19292024-01-24T18:35:37.948Z Compiling memchr v2.6.3
19302024-01-24T18:35:37.949Z Compiling thiserror v1.0.49
19312024-01-24T18:35:37.949Z Compiling syn v2.0.46
19322024-01-24T18:35:37.949Z Compiling cc v1.0.83
19332024-01-24T18:35:37.949Z Compiling getrandom v0.2.10
19342024-01-24T18:35:37.949Z Compiling rand_core v0.6.4
19352024-01-24T18:35:37.949Z Compiling byteorder v1.5.0
19362024-01-24T18:35:37.949Z Compiling itoa v1.0.9
19372024-01-24T18:35:37.949Z Compiling smallvec v1.11.2
19382024-01-24T18:35:37.949Z Compiling log v0.4.20
19392024-01-24T18:35:37.949Z Compiling vcpkg v0.2.15
19402024-01-24T18:35:37.949Z Compiling parking_lot v0.12.1
19412024-01-24T18:35:37.949Z Compiling pin-project-lite v0.2.13
19422024-01-24T18:35:37.949Z Compiling const-oid v0.9.5
19432024-01-24T18:35:37.949Z Compiling ring v0.17.7
19442024-01-24T18:35:37.949Z Compiling openssl-sys v0.9.96
19452024-01-24T18:35:37.951Z Compiling signal-hook-registry v1.4.1
19462024-01-24T18:35:37.951Z Compiling heck v0.4.1
19472024-01-24T18:35:37.951Z Compiling io-lifetimes v1.0.11
19482024-01-24T18:35:37.951Z Compiling futures-core v0.3.30
19492024-01-24T18:35:37.972Z Compiling subtle v2.5.0
19502024-01-24T18:35:38.218Z Compiling ring v0.16.20
19512024-01-24T18:35:38.428Z Compiling mio v0.8.9
19522024-01-24T18:35:38.506Z Compiling num-integer v0.1.45
19532024-01-24T18:35:38.910Z Compiling ryu v1.0.15
19542024-01-24T18:35:39.377Z Compiling semver v1.0.21
19552024-01-24T18:35:40.189Z Compiling rustix v0.37.23
19562024-01-24T18:35:40.512Z Compiling spin v0.5.2
19572024-01-24T18:35:41.786Z Compiling socket2 v0.5.5
19582024-01-24T18:35:42.504Z Compiling num_cpus v1.16.0
19592024-01-24T18:35:42.548Z Compiling unicode-xid v0.2.4
19602024-01-24T18:35:42.835Z Compiling ucd-trie v0.1.6
19612024-01-24T18:35:42.904Z Compiling httparse v1.8.0
19622024-01-24T18:35:43.252Z Compiling openssl v0.10.60
19632024-01-24T18:35:43.311Z Compiling futures-sink v0.3.30
19642024-01-24T18:35:43.541Z Compiling synstructure v0.12.6
19652024-01-24T18:35:44.147Z Compiling hashbrown v0.14.2
19662024-01-24T18:35:44.522Z Compiling equivalent v1.0.1
19672024-01-24T18:35:44.522Z Compiling tinyvec_macros v0.1.1
19682024-01-24T18:35:44.522Z Compiling tinyvec v1.6.0
19692024-01-24T18:35:45.003Z Compiling futures-channel v0.3.30
19702024-01-24T18:35:45.460Z Compiling rustls v0.21.9
19712024-01-24T18:35:45.460Z Compiling pin-utils v0.1.0
19722024-01-24T18:35:45.852Z Compiling futures-task v0.3.30
19732024-01-24T18:35:46.194Z Compiling native-tls v0.2.11
19742024-01-24T18:35:46.194Z Compiling ppv-lite86 v0.2.17
19752024-01-24T18:35:46.764Z Compiling futures-io v0.3.30
19762024-01-24T18:35:48.003Z Compiling crc32fast v1.3.2
19772024-01-24T18:35:48.003Z Compiling bzip2-sys v0.1.11+1.0.8
19782024-01-24T18:35:48.434Z Compiling unicode-normalization v0.1.22
19792024-01-24T18:35:48.434Z Compiling spin v0.9.8
19802024-01-24T18:35:48.434Z Compiling rand_chacha v0.3.1
19812024-01-24T18:35:48.434Z Compiling tracing-core v0.1.31
19822024-01-24T18:35:48.434Z Compiling unicode-bidi v0.3.13
19832024-01-24T18:35:48.449Z Compiling base64ct v1.6.0
19842024-01-24T18:35:49.005Z Compiling rand v0.8.5
19852024-01-24T18:35:49.620Z Compiling pem-rfc7468 v0.7.0
19862024-01-24T18:35:50.041Z Compiling errno v0.3.8
19872024-01-24T18:35:50.375Z Compiling num-iter v0.1.43
19882024-01-24T18:35:50.600Z Compiling ahash v0.8.6
19892024-01-24T18:35:50.600Z Compiling usdt-impl v0.3.5
19902024-01-24T18:35:50.925Z Compiling rustix v0.38.30
19912024-01-24T18:35:51.228Z Compiling schemars v0.8.16
19922024-01-24T18:35:51.228Z Compiling signal-hook v0.3.17
19932024-01-24T18:35:51.554Z Compiling flagset v0.4.3
19942024-01-24T18:35:52.244Z Compiling serde_derive v1.0.195
19952024-01-24T18:35:52.569Z Compiling zeroize_derive v1.4.2
19962024-01-24T18:35:52.569Z Compiling tokio-macros v2.2.0
19972024-01-24T18:35:52.569Z Compiling thiserror-impl v1.0.49
19982024-01-24T18:35:52.569Z Compiling futures-macro v0.3.30
19992024-01-24T18:35:52.569Z Compiling tracing-attributes v0.1.26
20002024-01-24T18:35:52.877Z Compiling der_derive v0.7.2
20012024-01-24T18:35:54.242Z Compiling zerocopy-derive v0.2.0
20022024-01-24T18:35:54.737Z Compiling zeroize v1.7.0
20032024-01-24T18:35:55.628Z Compiling openssl-macros v0.1.1
20042024-01-24T18:36:13.999Z Compiling futures-util v0.3.30
20052024-01-24T18:36:14.139Z Compiling zerocopy-derive v0.6.4
20062024-01-24T18:36:14.214Z Compiling zerocopy-derive v0.7.31
20072024-01-24T18:36:14.216Z Compiling pest v2.7.2
20082024-01-24T18:36:14.227Z Compiling crypto-common v0.1.6
20092024-01-24T18:36:14.228Z Compiling block-buffer v0.10.4
20102024-01-24T18:36:14.228Z Compiling tracing v0.1.37
20112024-01-24T18:36:14.229Z Compiling digest v0.10.7
20122024-01-24T18:36:14.229Z Compiling der v0.7.8
20132024-01-24T18:36:14.229Z Compiling serde_derive_internals v0.26.0
20142024-01-24T18:36:14.229Z Compiling pest_meta v2.7.2
20152024-01-24T18:36:14.229Z Compiling pest_generator v2.7.2
20162024-01-24T18:36:14.229Z Compiling bitflags v1.3.2
20172024-01-24T18:36:14.229Z Compiling fnv v1.0.7
20182024-01-24T18:36:14.229Z Compiling schemars_derive v0.8.16
20192024-01-24T18:36:14.229Z Compiling spki v0.7.2
20202024-01-24T18:36:14.229Z Compiling pest_derive v2.7.2
20212024-01-24T18:36:14.229Z Compiling zerocopy v0.3.0
20222024-01-24T18:36:14.229Z Compiling lazy_static v1.4.0
20232024-01-24T18:36:14.229Z Compiling backtrace v0.3.69
20242024-01-24T18:36:14.229Z Compiling memoffset v0.9.0
20252024-01-24T18:36:14.229Z Compiling num-bigint v0.4.4
20262024-01-24T18:36:14.229Z Compiling untrusted v0.9.0
20272024-01-24T18:36:14.229Z Compiling percent-encoding v2.3.1
20282024-01-24T18:36:14.229Z Compiling untrusted v0.7.1
20292024-01-24T18:36:14.229Z Compiling async-trait v0.1.77
20302024-01-24T18:36:14.230Z Compiling doc-comment v0.3.3
20312024-01-24T18:36:14.230Z Compiling foreign-types-shared v0.1.1
20322024-01-24T18:36:14.230Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20332024-01-24T18:36:14.230Z Compiling smoltcp v0.9.1
20342024-01-24T18:36:14.230Z Compiling crossbeam-utils v0.8.16
20352024-01-24T18:36:14.230Z Compiling iana-time-zone v0.1.57
20362024-01-24T18:36:14.230Z Compiling base64 v0.21.7
20372024-01-24T18:36:14.230Z Compiling foreign-types v0.3.2
20382024-01-24T18:36:15.034Z Compiling bytes v1.5.0
20392024-01-24T18:36:16.277Z Compiling bitflags v2.4.0
20402024-01-24T18:36:16.983Z Compiling tokio v1.35.1
20412024-01-24T18:36:17.217Z Compiling indexmap v2.1.0
20422024-01-24T18:36:18.831Z Compiling rustc_version v0.4.0
20432024-01-24T18:36:19.843Z Compiling heapless v0.7.16
20442024-01-24T18:36:20.013Z Compiling http v0.2.11
20452024-01-24T18:36:20.108Z Compiling uuid v1.6.1
20462024-01-24T18:36:20.437Z Compiling chrono v0.4.31
20472024-01-24T18:36:21.276Z Compiling dof v0.1.5
20482024-01-24T18:36:21.618Z Compiling dtrace-parser v0.1.14
20492024-01-24T18:36:22.575Z Compiling hmac v0.12.1
20502024-01-24T18:36:22.929Z Compiling clap_derive v4.4.2
20512024-01-24T18:36:25.171Z Compiling thread-id v4.2.0
20522024-01-24T18:36:25.672Z Compiling cpufeatures v0.2.9
20532024-01-24T18:36:25.673Z Compiling adler v1.0.2
20542024-01-24T18:36:25.761Z Compiling rustversion v1.0.14
20552024-01-24T18:36:26.420Z Compiling utf8parse v0.2.1
20562024-01-24T18:36:26.495Z Compiling siphasher v0.3.11
20572024-01-24T18:36:27.180Z Compiling time-core v0.1.1
20582024-01-24T18:36:27.299Z Compiling anstyle v1.0.2
20592024-01-24T18:36:27.690Z Compiling try-lock v0.2.4
20602024-01-24T18:36:27.868Z Compiling want v0.3.1
20612024-01-24T18:36:28.302Z Compiling time-macros v0.2.13
20622024-01-24T18:36:28.865Z Compiling anstyle-parse v0.2.1
20632024-01-24T18:36:30.900Z Compiling tokio-util v0.7.10
20642024-01-24T18:36:33.014Z Compiling h2 v0.3.24
20652024-01-24T18:36:33.241Z Compiling miniz_oxide v0.7.1
20662024-01-24T18:36:33.390Z Compiling sha2 v0.10.8
20672024-01-24T18:36:52.227Z Compiling http-body v0.4.5
20682024-01-24T18:36:52.249Z Compiling rustls-webpki v0.101.7
20692024-01-24T18:36:52.249Z Compiling sct v0.7.0
20702024-01-24T18:36:52.249Z Compiling serde_tokenstream v0.1.7
20712024-01-24T18:36:52.250Z Compiling form_urlencoded v1.2.1
20722024-01-24T18:36:52.250Z Compiling pkcs8 v0.10.2
20732024-01-24T18:36:52.250Z Compiling hubpack_derive v0.1.1
20742024-01-24T18:36:52.250Z Compiling pin-project-internal v1.1.3
20752024-01-24T18:36:52.250Z Compiling socket2 v0.4.9
20762024-01-24T18:36:52.251Z Compiling crossbeam-epoch v0.9.15
20772024-01-24T18:36:52.251Z Compiling radium v0.7.0
20782024-01-24T18:36:52.251Z Compiling openssl-probe v0.1.5
20792024-01-24T18:36:52.251Z Compiling tower-service v0.3.2
20802024-01-24T18:36:52.251Z Compiling httpdate v1.0.3
20812024-01-24T18:36:52.251Z Compiling slog v2.7.0
20822024-01-24T18:36:52.251Z Compiling colorchoice v1.0.0
20832024-01-24T18:36:52.251Z Compiling anstyle-query v1.0.0
20842024-01-24T18:36:52.251Z Compiling anyhow v1.0.75
20852024-01-24T18:36:52.251Z Compiling anstream v0.5.0
20862024-01-24T18:36:52.251Z Compiling hyper v0.14.27
20872024-01-24T18:36:54.275Z Compiling terminal_size v0.2.6
20882024-01-24T18:36:55.279Z Compiling serde_spanned v0.6.4
20892024-01-24T18:36:55.629Z Compiling toml_datetime v0.6.5
20902024-01-24T18:36:57.448Z Compiling zerocopy v0.6.4
20912024-01-24T18:36:58.971Z Compiling md-5 v0.10.5
20922024-01-24T18:36:59.557Z Compiling stringprep v0.1.3
20932024-01-24T18:36:59.659Z Compiling idna v0.5.0
20942024-01-24T18:37:00.893Z Compiling diesel_table_macro_syntax v0.1.0
20952024-01-24T18:37:00.942Z Compiling hash32 v0.2.1
20962024-01-24T18:37:01.472Z Compiling aho-corasick v1.0.4
20972024-01-24T18:37:01.505Z Compiling fallible-iterator v0.2.0
20982024-01-24T18:37:01.559Z Compiling regex-syntax v0.8.2
20992024-01-24T18:37:02.203Z Compiling dyn-clone v1.0.13
21002024-01-24T18:37:02.476Z Compiling stable_deref_trait v1.2.0
21012024-01-24T18:37:02.612Z Compiling tap v1.0.1
21022024-01-24T18:37:02.753Z Compiling clap_lex v0.5.1
21032024-01-24T18:37:03.092Z Compiling winnow v0.5.15
21042024-01-24T18:37:03.171Z Compiling gimli v0.28.0
21052024-01-24T18:37:03.943Z Compiling strsim v0.10.0
21062024-01-24T18:37:04.294Z Compiling maybe-uninit v2.0.0
21072024-01-24T18:37:06.335Z Compiling clap_builder v4.4.2
21082024-01-24T18:37:07.438Z Compiling wyz v0.5.1
21092024-01-24T18:37:07.490Z Compiling postgres-protocol v0.6.6
21102024-01-24T18:37:07.970Z Compiling regex-automata v0.4.3
21112024-01-24T18:37:09.848Z Compiling diesel_derives v2.1.2
21122024-01-24T18:37:10.002Z Compiling url v2.5.0
21132024-01-24T18:37:11.927Z Compiling addr2line v0.21.0
21142024-01-24T18:37:12.851Z Compiling tokio-rustls v0.24.1
21152024-01-24T18:37:13.515Z Compiling strum_macros v0.25.2
21162024-01-24T18:37:15.873Z Compiling tokio-native-tls v0.3.1
21172024-01-24T18:37:20.955Z Compiling usdt-attr-macro v0.3.5
21182024-01-24T18:37:20.963Z Compiling usdt-macro v0.3.5
21192024-01-24T18:37:22.784Z Compiling phf_shared v0.11.2
21202024-01-24T18:37:23.903Z Compiling zerocopy v0.7.31
21212024-01-24T18:37:24.304Z Compiling block-padding v0.3.3
21222024-01-24T18:37:24.677Z Compiling snafu-derive v0.7.5
21232024-01-24T18:37:24.682Z Compiling enum-as-inner v0.5.1
21242024-01-24T18:37:26.228Z Compiling serde_repr v0.1.16
21252024-01-24T18:37:27.160Z Compiling ff v0.13.0
21262024-01-24T18:37:27.509Z Compiling scheduled-thread-pool v0.2.7
21272024-01-24T18:37:27.971Z Compiling object v0.32.1
21282024-01-24T18:37:31.378Z Compiling num-bigint-dig v0.8.4
21292024-01-24T18:37:31.819Z Compiling rustc-demangle v0.1.23
21302024-01-24T18:37:33.204Z Compiling deranged v0.3.8
21312024-01-24T18:37:35.079Z Compiling base16ct v0.2.0
21322024-01-24T18:37:35.458Z Compiling ipnet v2.9.0
21332024-01-24T18:37:35.544Z Compiling funty v2.0.0
21342024-01-24T18:37:37.455Z Compiling regex-automata v0.1.10
21352024-01-24T18:37:37.709Z Compiling managed v0.8.0
21362024-01-24T18:37:38.431Z Compiling packed_struct v0.10.1
21372024-01-24T18:37:38.491Z Compiling bit-vec v0.6.3
21382024-01-24T18:37:39.058Z Compiling matches v0.1.10
21392024-01-24T18:37:39.181Z Compiling num_threads v0.1.6
21402024-01-24T18:37:39.185Z Compiling idna v0.2.3
21412024-01-24T18:37:39.336Z Compiling time v0.3.27
21422024-01-24T18:37:41.724Z Compiling bstr v0.2.17
21432024-01-24T18:37:43.764Z Compiling bitvec v1.0.1
21442024-01-24T18:37:45.838Z Compiling sec1 v0.7.3
21452024-01-24T18:37:46.778Z Compiling r2d2 v0.8.10
21462024-01-24T18:37:47.339Z Compiling group v0.13.0
21472024-01-24T18:37:48.801Z Compiling inout v0.1.3
21482024-01-24T18:37:51.483Z Compiling phf v0.11.2
21492024-01-24T18:37:51.980Z Compiling hyper-tls v0.5.0
21502024-01-24T18:37:51.981Z Compiling regex v1.10.2
21512024-01-24T18:37:52.356Z Compiling signal-hook-mio v0.2.3
21522024-01-24T18:37:52.553Z Compiling hyper-rustls v0.24.2
21532024-01-24T18:37:53.077Z Compiling clap v4.4.3
21542024-01-24T18:37:53.246Z Compiling flate2 v1.0.28
21552024-01-24T18:37:53.703Z Compiling ipnetwork v0.20.0
21562024-01-24T18:37:54.906Z Compiling bzip2 v0.4.4
21572024-01-24T18:37:55.022Z Compiling toml_edit v0.19.15
21582024-01-24T18:37:55.084Z Compiling postgres-types v0.2.6
21592024-01-24T18:37:55.899Z Compiling pin-project v1.1.3
21602024-01-24T18:37:56.073Z Compiling hubpack v0.1.2
21612024-01-24T18:37:56.219Z Compiling serde_urlencoded v0.7.1
21622024-01-24T18:37:56.769Z Compiling rustls-pemfile v1.0.3
21632024-01-24T18:37:57.125Z Compiling phf_shared v0.10.0
21642024-01-24T18:37:57.301Z Compiling hkdf v0.12.4
21652024-01-24T18:37:57.604Z Compiling futures-executor v0.3.30
21662024-01-24T18:38:00.134Z Compiling crypto-bigint v0.5.2
21672024-01-24T18:38:01.836Z Compiling packed_struct_codegen v0.10.1
21682024-01-24T18:38:02.981Z Compiling float-cmp v0.9.0
21692024-01-24T18:38:03.816Z Compiling indexmap v1.9.3
21702024-01-24T18:38:03.945Z Compiling encoding_rs v0.8.33
21712024-01-24T18:38:04.009Z Compiling regex-automata v0.3.8
21722024-01-24T18:38:06.379Z Compiling minimal-lexical v0.2.1
21732024-01-24T18:38:07.261Z Compiling fixedbitset v0.4.2
21742024-01-24T18:38:07.338Z Compiling either v1.9.0
21752024-01-24T18:38:07.969Z Compiling whoami v1.4.1
21762024-01-24T18:38:08.360Z Compiling new_debug_unreachable v1.0.4
21772024-01-24T18:38:08.770Z Compiling data-encoding v2.4.0
21782024-01-24T18:38:08.884Z Compiling unicode-segmentation v1.10.1
21792024-01-24T18:38:09.836Z Compiling static_assertions v1.1.0
21802024-01-24T18:38:10.061Z Compiling crc-catalog v2.2.0
21812024-01-24T18:38:10.293Z Compiling difflib v0.4.0
21822024-01-24T18:38:10.473Z Compiling nodrop v0.1.14
21832024-01-24T18:38:10.698Z Compiling predicates-core v1.0.6
21842024-01-24T18:38:10.698Z Compiling mime v0.3.17
21852024-01-24T18:38:11.204Z Compiling precomputed-hash v0.1.1
21862024-01-24T18:38:11.653Z Compiling normalize-line-endings v0.3.0
21872024-01-24T18:38:12.131Z Compiling unicode-width v0.1.11
21882024-01-24T18:38:12.131Z Compiling webpki-roots v0.25.2
21892024-01-24T18:38:12.131Z Compiling console v0.15.8
21902024-01-24T18:38:12.439Z Compiling reqwest v0.11.22
21912024-01-24T18:38:12.439Z Compiling predicates v3.1.0
21922024-01-24T18:38:14.668Z Compiling string_cache v0.8.7
21932024-01-24T18:38:15.476Z Compiling array-init v0.0.4
21942024-01-24T18:38:15.815Z Compiling similar v2.3.0
21952024-01-24T18:38:39.213Z Compiling crc v3.0.1
21962024-01-24T18:38:39.355Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21972024-01-24T18:38:39.355Z Compiling trust-dns-proto v0.22.0
21982024-01-24T18:38:39.889Z Compiling tokio-postgres v0.7.10
21992024-01-24T18:38:39.889Z Compiling itertools v0.10.5
22002024-01-24T18:38:39.889Z Compiling petgraph v0.6.4
22012024-01-24T18:38:39.889Z Compiling nom v7.1.3
22022024-01-24T18:38:39.890Z Compiling bstr v1.6.0
22032024-01-24T18:38:39.925Z Compiling elliptic-curve v0.13.8
22042024-01-24T18:38:42.547Z Compiling toml v0.7.8
22052024-01-24T18:38:45.276Z Compiling futures v0.3.30
22062024-01-24T18:38:59.890Z Compiling snafu v0.7.5
22072024-01-24T18:38:59.890Z Compiling smallvec v0.6.14
22082024-01-24T18:39:00.134Z Compiling zip v0.6.6
22092024-01-24T18:39:00.134Z Compiling diesel v2.1.4
22102024-01-24T18:39:00.134Z Compiling yasna v0.5.2
22112024-01-24T18:39:00.134Z Compiling crossterm v0.27.0
22122024-01-24T18:39:00.134Z Compiling cipher v0.4.4
22132024-01-24T18:39:00.134Z Compiling hashbrown v0.13.2
22142024-01-24T18:39:00.134Z Compiling bit-set v0.5.3
22152024-01-24T18:39:00.134Z Compiling usdt v0.3.5
22162024-01-24T18:39:00.134Z Compiling is-terminal v0.4.9
22172024-01-24T18:39:00.135Z Compiling toml_edit v0.21.0
22182024-01-24T18:39:00.135Z Compiling pkcs1 v0.7.5
22192024-01-24T18:39:00.135Z Compiling tokio-stream v0.1.14
22202024-01-24T18:39:00.135Z Compiling openapiv3 v2.0.0
22212024-01-24T18:39:03.736Z Compiling hex v0.4.3
22222024-01-24T18:39:07.029Z Compiling signature v2.1.0
22232024-01-24T18:39:11.849Z Compiling lalrpop-util v0.19.12
22242024-01-24T18:39:12.398Z Compiling termcolor v1.2.0
22252024-01-24T18:39:13.652Z Compiling hashbrown v0.12.3
22262024-01-24T18:39:14.864Z Compiling bitfield v0.14.0
22272024-01-24T18:39:18.353Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22282024-01-24T18:39:30.793Z Compiling env_logger v0.10.0
22292024-01-24T18:39:39.254Z Compiling rsa v0.9.2
22302024-01-24T18:39:48.908Z Compiling serde-hex v0.1.0
22312024-01-24T18:39:56.013Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22322024-01-24T18:39:58.730Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22332024-01-24T18:39:58.739Z Compiling ron v0.8.1
22342024-01-24T18:39:59.559Z Compiling x509-cert v0.2.4
22352024-01-24T18:40:05.782Z Compiling crc-any v2.4.3
22362024-01-24T18:40:23.382Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22372024-01-24T18:40:35.666Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22382024-01-24T18:40:46.985Z Compiling object v0.30.4
22392024-01-24T18:41:05.928Z Compiling path-slash v0.1.5
22402024-01-24T18:41:05.928Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22412024-01-24T18:41:49.087Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22422024-01-24T18:41:50.586Z Finished release [optimized] target(s) in 6m 24s
22432024-01-24T18:41:50.596Z
22442024-01-24T18:41:50.596Zreal 6:25.081043728
22452024-01-24T18:41:50.596Zuser 44:37.413432529
22462024-01-24T18:41:50.596Zsys 3:49.902394474
22472024-01-24T18:41:50.596Ztrap 1.793472000
22482024-01-24T18:41:50.596Ztflt 1.208347121
22492024-01-24T18:41:50.596Zdflt 0.563427344
22502024-01-24T18:41:50.596Zkflt 0.000309781
22512024-01-24T18:41:50.597Zlock 1:39:12.275837541
22522024-01-24T18:41:50.597Zslp 2:05:24.266656953
22532024-01-24T18:41:50.597Zlat 1:48.995139800
22542024-01-24T18:41:50.597Zstop 1:22.894586574
22552024-01-24T18:41:50.597Z+ ptime -m gzip
22562024-01-24T18:41:50.921Z
22572024-01-24T18:41:50.921Zreal 0.650754721
22582024-01-24T18:41:50.921Zuser 0.641861803
22592024-01-24T18:41:50.921Zsys 0.008258372
22602024-01-24T18:41:50.921Ztrap 0.000125265
22612024-01-24T18:41:50.921Ztflt 0.000000000
22622024-01-24T18:41:50.922Zdflt 0.000000000
22632024-01-24T18:41:50.922Zkflt 0.000000000
22642024-01-24T18:41:50.928Zlock 0.000000000
22652024-01-24T18:41:50.928Zslp 0.000000000
22662024-01-24T18:41:50.929Zlat 0.000167020
22672024-01-24T18:41:50.929Zstop 0.000237234
22682024-01-24T18:41:50.929Z+ banner tufaceous
22692024-01-24T18:41:50.929Z
22702024-01-24T18:41:50.929Z ##### # # ###### ## #### ###### #### # # ####
22712024-01-24T18:41:50.929Z # # # # # # # # # # # # # #
22722024-01-24T18:41:50.929Z # # # ##### # # # ##### # # # # ####
22732024-01-24T18:41:50.930Z # # # # ###### # # # # # # #
22742024-01-24T18:41:50.930Z # # # # # # # # # # # # # # #
22752024-01-24T18:41:50.930Z # #### # # # #### ###### #### #### ####
22762024-01-24T18:41:50.930Z
22772024-01-24T18:41:50.930Z+ ptime -m cargo build --locked -p tufaceous --release
22782024-01-24T18:41:51.693Z Downloading crates ...
22792024-01-24T18:41:52.028Z Downloaded fs-err v2.11.0
22802024-01-24T18:41:52.032Z Downloaded globset v0.4.13
22812024-01-24T18:41:52.042Z Downloaded parse-size v1.0.0
22822024-01-24T18:41:52.062Z Downloaded olpc-cjson v0.1.3
22832024-01-24T18:41:52.062Z Downloaded buf-list v1.0.3
22842024-01-24T18:41:52.081Z Downloaded serde_plain v1.0.2
22852024-01-24T18:41:52.081Z Downloaded async-recursion v1.0.5
22862024-01-24T18:41:52.082Z Downloaded typed-path v0.7.0
22872024-01-24T18:41:52.083Z Downloaded tough v0.16.0
22882024-01-24T18:41:52.087Z Downloaded humantime v2.1.0
22892024-01-24T18:41:52.252Z Compiling serde_tokenstream v0.2.0
22902024-01-24T18:41:52.273Z Compiling regress v0.7.1
22912024-01-24T18:41:52.320Z Compiling dirs-sys-next v0.1.2
22922024-01-24T18:41:52.339Z Compiling ident_case v1.0.1
22932024-01-24T18:41:52.339Z Compiling rustls-pki-types v1.1.0
22942024-01-24T18:41:52.346Z Compiling thread_local v1.1.7
22952024-01-24T18:41:52.346Z Compiling rustls v0.22.2
22962024-01-24T18:41:52.557Z Compiling dirs-next v2.0.0
22972024-01-24T18:41:52.745Z Compiling darling_core v0.20.3
22982024-01-24T18:41:53.017Z Compiling heck v0.4.1
22992024-01-24T18:41:53.055Z Compiling camino v1.1.6
23002024-01-24T18:41:53.637Z Compiling slog-async v2.8.0
23012024-01-24T18:41:54.014Z Compiling rustls-webpki v0.102.1
23022024-01-24T18:41:54.253Z Compiling term v0.7.0
23032024-01-24T18:41:54.461Z Compiling crossbeam-channel v0.5.8
23042024-01-24T18:41:54.667Z Compiling getopts v0.2.21
23052024-01-24T18:41:55.057Z Compiling structmeta-derive v0.2.0
23062024-01-24T18:41:56.160Z Compiling atty v0.2.14
23072024-01-24T18:41:56.346Z Compiling multer v3.0.0
23082024-01-24T18:41:56.840Z Compiling paste v1.0.14
23092024-01-24T18:41:57.375Z Compiling unsafe-libyaml v0.2.10
23102024-01-24T18:41:57.499Z Compiling take_mut v0.2.2
23112024-01-24T18:41:57.740Z Compiling match_cfg v0.1.0
23122024-01-24T18:41:57.886Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23132024-01-24T18:42:00.544Z Compiling serde_yaml v0.9.25
23142024-01-24T18:42:00.568Z Compiling structmeta v0.2.0
23152024-01-24T18:42:01.188Z Compiling hostname v0.3.1
23162024-01-24T18:42:02.174Z Compiling darling_macro v0.20.3
23172024-01-24T18:42:02.738Z Compiling slog-term v2.9.0
23182024-01-24T18:42:03.681Z Compiling darling v0.20.3
23192024-01-24T18:42:07.094Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23202024-01-24T18:42:07.120Z Compiling slog-json v2.6.1
23212024-01-24T18:42:07.170Z Compiling http v1.0.0
23222024-01-24T18:42:07.953Z Compiling async-stream-impl v0.3.5
23232024-01-24T18:42:07.984Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23242024-01-24T18:42:08.444Z Compiling fastrand v2.0.0
23252024-01-24T18:42:09.577Z Compiling atomic-waker v1.1.1
23262024-01-24T18:42:09.875Z Compiling regex-syntax v0.7.5
23272024-01-24T18:42:10.004Z Compiling async-stream v0.3.5
23282024-01-24T18:42:10.541Z Compiling tokio-rustls v0.25.0
23292024-01-24T18:42:11.236Z Compiling waitgroup v0.1.2
23302024-01-24T18:42:11.461Z Compiling tempfile v3.9.0
23312024-01-24T18:42:11.691Z Compiling slog-bunyan v2.5.0
23322024-01-24T18:42:12.710Z Compiling serde_with_macros v3.4.0
23332024-01-24T18:42:16.151Z Compiling toml v0.8.8
23342024-01-24T18:42:16.306Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23352024-01-24T18:42:16.524Z Compiling rustls-pemfile v2.0.0
23362024-01-24T18:42:16.560Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23372024-01-24T18:42:17.759Z Compiling sha1 v0.10.6
23382024-01-24T18:42:18.034Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23392024-01-24T18:42:19.091Z Compiling serde_path_to_error v0.1.15
23402024-01-24T18:42:19.332Z Compiling fs-err v2.11.0
23412024-01-24T18:42:19.757Z Compiling instant v0.1.12
23422024-01-24T18:42:19.827Z Compiling buf-list v1.0.3
23432024-01-24T18:42:20.001Z Compiling same-file v1.0.6
23442024-01-24T18:42:20.476Z Compiling arc-swap v1.6.0
23452024-01-24T18:42:20.670Z Compiling debug-ignore v1.0.5
23462024-01-24T18:42:20.697Z Compiling parse-display-derive v0.8.2
23472024-01-24T18:42:20.900Z Compiling walkdir v2.4.0
23482024-01-24T18:42:21.729Z Compiling slog-scope v4.4.0
23492024-01-24T18:42:23.283Z Compiling backoff v0.4.0
23502024-01-24T18:42:23.887Z Compiling serde_with v3.4.0
23512024-01-24T18:42:24.474Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23522024-01-24T18:42:25.249Z Compiling globset v0.4.13
23532024-01-24T18:42:25.592Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23542024-01-24T18:42:26.079Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23552024-01-24T18:42:26.089Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23562024-01-24T18:42:27.370Z Compiling parse-display v0.8.2
23572024-01-24T18:42:27.686Z Compiling strum v0.25.0
23582024-01-24T18:42:27.959Z Compiling pem v3.0.2
23592024-01-24T18:42:30.857Z Compiling olpc-cjson v0.1.3
23602024-01-24T18:42:31.802Z Compiling macaddr v1.0.1
23612024-01-24T18:42:32.111Z Compiling serde_plain v1.0.2
23622024-01-24T18:42:32.996Z Compiling async-recursion v1.0.5
23632024-01-24T18:42:33.018Z Compiling xattr v1.0.1
23642024-01-24T18:42:33.482Z Compiling filetime v0.2.23
23652024-01-24T18:42:34.055Z Compiling typed-path v0.7.0
23662024-01-24T18:42:34.584Z Compiling tar v0.4.40
23672024-01-24T18:42:37.381Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23682024-01-24T18:42:40.966Z Compiling tough v0.16.0
23692024-01-24T18:42:46.268Z Compiling slog-stdlog v4.1.1
23702024-01-24T18:42:47.875Z Compiling camino-tempfile v1.1.1
23712024-01-24T18:42:48.293Z Compiling itertools v0.12.0
23722024-01-24T18:42:49.219Z Compiling parse-size v1.0.0
23732024-01-24T18:42:49.755Z Compiling slog-envlogger v2.2.0
23742024-01-24T18:42:54.510Z Compiling humantime v2.1.0
23752024-01-24T18:43:05.144Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23762024-01-24T18:43:05.425Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23772024-01-24T18:43:21.348Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23782024-01-24T18:43:40.779Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23792024-01-24T18:44:12.489Z Finished release [optimized] target(s) in 2m 05s
23802024-01-24T18:44:12.780Z
23812024-01-24T18:44:12.780Zreal 2:05.464625828
23822024-01-24T18:44:12.780Zuser 14:02.099091991
23832024-01-24T18:44:12.780Zsys 49.928400955
23842024-01-24T18:44:12.780Ztrap 0.546289363
23852024-01-24T18:44:12.780Ztflt 0.364144164
23862024-01-24T18:44:12.781Zdflt 0.665807261
23872024-01-24T18:44:12.781Zkflt 0.000013319
23882024-01-24T18:44:12.783Zlock 28:27.325871605
23892024-01-24T18:44:12.783Zslp 31:22.487631432
23902024-01-24T18:44:12.783Zlat 24.192628816
23912024-01-24T18:44:12.783Zstop 13.326975413
23922024-01-24T18:44:12.783Z+ ptime -m gzip
23932024-01-24T18:44:12.915Z
23942024-01-24T18:44:12.915Zreal 2.468611833
23952024-01-24T18:44:12.915Zuser 2.432684927
23962024-01-24T18:44:12.915Zsys 0.034922862
23972024-01-24T18:44:12.915Ztrap 0.000479538
23982024-01-24T18:44:12.915Ztflt 0.000000000
23992024-01-24T18:44:12.915Zdflt 0.000000000
24002024-01-24T18:44:12.915Zkflt 0.000000000
24012024-01-24T18:44:12.915Zlock 0.000000000
24022024-01-24T18:44:12.915Zslp 0.000000000
24032024-01-24T18:44:12.915Zlat 0.000176939
24042024-01-24T18:44:12.915Zstop 0.000238139
24052024-01-24T18:44:13.117Zprocess exited: duration 1226650 ms, exit code 0
 
24062024-01-24T18:44:13.497Zfound 5 output files
24072024-01-24T18:44:13.497Zuploading: /work/end-to-end-tests/bootstrap-03ff62cdf334f689.gz (6319715 bytes)
24082024-01-24T18:44:15.758Zuploaded: /work/end-to-end-tests/bootstrap-03ff62cdf334f689.gz
24092024-01-24T18:44:15.758Zuploading: /work/end-to-end-tests/bootstrap.gz (105002444 bytes)
24102024-01-24T18:45:03.441Zuploaded: /work/end-to-end-tests/bootstrap.gz
24112024-01-24T18:45:03.441Zuploading: /work/end-to-end-tests/end_to_end_tests-d8fb2167cd3fcce8.gz (108163757 bytes)
24122024-01-24T18:45:35.351Zuploaded: /work/end-to-end-tests/end_to_end_tests-d8fb2167cd3fcce8.gz
24132024-01-24T18:45:35.351Zuploading: /work/caboose-util.gz (4047496 bytes)
24142024-01-24T18:45:37.431Zuploaded: /work/caboose-util.gz
24152024-01-24T18:45:37.431Zuploading: /work/tufaceous.gz (15627682 bytes)
24162024-01-24T18:45:42.924Zuploaded: /work/tufaceous.gz