01HGKF7AESB8ZN37WPJQWR1A56: 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: 01HGKF7MTYW3JXDCZNX3R8YCGC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-01T19:57:10.595Zjob assigned to worker 01HGKF7ZP9APWGB0GRD4AS5454 (queued for 1 m 7 s)
 
22023-12-01T19:57:11.124Zstarting task 0: "setup"
32023-12-01T19:57:11.658Z++ uname -s
42023-12-01T19:57:11.671Z+ kern=SunOS
52023-12-01T19:57:11.671Z+ case "$kern" in
62023-12-01T19:57:11.671Z+ groupadd -g 12345 build
72023-12-01T19:57:11.671Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-01T19:57:13.201Z+ zfs create -o mountpoint=/work rpool/work
92023-12-01T19:57:13.309Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-01T19:57:13.311Z+ home_fs=zfs
112023-12-01T19:57:13.311Z+ [[ zfs == autofs ]]
122023-12-01T19:57:13.311Z+ mkdir -p /home/build
132023-12-01T19:57:13.314Z+ chown build:build /home/build /work
142023-12-01T19:57:15.318Z+ chmod 0700 /home/build /work
152023-12-01T19:57:15.322Zprocess exited: duration 4196 ms, exit code 0
 
162023-12-01T19:57:15.328Zstarting task 1: "rust-toolchain"
172023-12-01T19:57:15.336Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-01T19:57:15.339Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-01T19:57:15.507Zinfo: downloading installer
202023-12-01T19:57:17.486Zwarning: it looks like you have an existing installation of Rust at:
212023-12-01T19:57:17.486Zwarning: /opt/ooce/bin
222023-12-01T19:57:17.486Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-01T19:57:17.486Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-01T19:57:17.486Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-01T19:57:17.486Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-01T19:57:17.486Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-01T19:57:17.500Zerror: cannot install while Rust is installed
282023-12-01T19:57:17.500Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-01T19:57:17.556Zinfo: profile set to 'default'
302023-12-01T19:57:17.556Zinfo: default host triple is x86_64-unknown-illumos
312023-12-01T19:57:17.559Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-01T19:57:17.757Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-01T19:57:17.757Zinfo: downloading component 'cargo'
342023-12-01T19:57:18.686Zinfo: downloading component 'clippy'
352023-12-01T19:57:19.031Zinfo: downloading component 'rust-docs'
362023-12-01T19:57:20.202Zinfo: downloading component 'rust-std'
372023-12-01T19:57:22.373Zinfo: downloading component 'rustc'
382023-12-01T19:57:27.494Zinfo: downloading component 'rustfmt'
392023-12-01T19:57:27.858Zinfo: installing component 'cargo'
402023-12-01T19:57:29.283Zinfo: installing component 'clippy'
412023-12-01T19:57:29.903Zinfo: installing component 'rust-docs'
422023-12-01T19:57:32.632Zinfo: installing component 'rust-std'
432023-12-01T19:57:35.715Zinfo: installing component 'rustc'
442023-12-01T19:57:42.673Zinfo: installing component 'rustfmt'
452023-12-01T19:57:43.176Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-01T19:57:43.176Z
472023-12-01T19:57:43.307Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-01T19:57:43.307Z
492023-12-01T19:57:43.310Z
502023-12-01T19:57:43.310ZRust is installed now. Great!
512023-12-01T19:57:43.310Z
522023-12-01T19:57:43.310ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-01T19:57:43.310Zenvironment variable. This has not been done automatically.
542023-12-01T19:57:43.310Z
552023-12-01T19:57:43.310ZTo configure your current shell, run:
562023-12-01T19:57:43.310Zsource "$HOME/.cargo/env"
572023-12-01T19:57:43.392Z+ rustc --version
582023-12-01T19:57:43.502Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-01T19:57:43.508Zprocess exited: duration 28180 ms, exit code 0
 
602023-12-01T19:57:43.516Zstarting task 2: "authentication"
612023-12-01T19:57:43.546Zprocess exited: duration 31 ms, exit code 0
 
622023-12-01T19:57:43.566Zstarting task 3: "clone repository"
632023-12-01T19:57:43.585Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-01T19:57:43.585Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-01T19:57:44.035ZCloning into '/work/oxidecomputer/omicron'...
662023-12-01T19:57:50.134Z+ cd /work/oxidecomputer/omicron
672023-12-01T19:57:50.134Z+ [[ -n alan/update-cargo-toml-crucible ]]
682023-12-01T19:57:50.143Z+ git fetch origin alan/update-cargo-toml-crucible
692023-12-01T19:57:50.501ZFrom https://github.com/oxidecomputer/omicron
702023-12-01T19:57:50.501Z * branch alan/update-cargo-toml-crucible -> FETCH_HEAD
712023-12-01T19:57:50.512Z+ git checkout -B alan/update-cargo-toml-crucible remotes/origin/alan/update-cargo-toml-crucible
722023-12-01T19:57:50.609ZSwitched to a new branch 'alan/update-cargo-toml-crucible'
732023-12-01T19:57:50.611Zbranch 'alan/update-cargo-toml-crucible' set up to track 'origin/alan/update-cargo-toml-crucible'.
742023-12-01T19:57:50.611Z+ git reset --hard 9cfdbcb45694f4ff395dc3dad862758918c020ac
752023-12-01T19:57:50.770ZHEAD is now at 9cfdbcb4 Update propolis, simulated pantry
762023-12-01T19:57:50.773Zprocess exited: duration 7212 ms, exit code 0
 
772023-12-01T19:57:51.191Zstarting task 4: "build"
782023-12-01T19:57:51.194Z+ cargo --version
792023-12-01T19:57:51.194Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-01T19:57:51.194Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-01T19:57:51.194Zinfo: downloading component 'cargo'
822023-12-01T19:57:51.990Zinfo: downloading component 'clippy'
832023-12-01T19:57:52.291Zinfo: downloading component 'rust-docs'
842023-12-01T19:57:53.476Zinfo: downloading component 'rust-std'
852023-12-01T19:57:55.546Zinfo: downloading component 'rustc'
862023-12-01T19:58:00.487Zinfo: downloading component 'rustfmt'
872023-12-01T19:58:00.783Zinfo: installing component 'cargo'
882023-12-01T19:58:02.139Zinfo: installing component 'clippy'
892023-12-01T19:58:02.710Zinfo: installing component 'rust-docs'
902023-12-01T19:58:05.507Zinfo: installing component 'rust-std'
912023-12-01T19:58:08.203Zinfo: installing component 'rustc'
922023-12-01T19:58:14.449Zinfo: installing component 'rustfmt'
932023-12-01T19:58:15.399Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-01T19:58:15.404Z+ rustc --version
952023-12-01T19:58:15.404Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-01T19:58:15.404Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-01T19:58:25.865Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-01T19:58:27.015Z Startup: Caching catalogs ... Done
992023-12-01T19:58:33.039ZPlanning: Solver setup ... Done (5.710s)
1002023-12-01T19:58:33.185ZPlanning: Running solver ... Done (0.138s)
1012023-12-01T19:58:33.238ZPlanning: Finding local manifests ... Done (0.003s)
1022023-12-01T19:58:33.252ZPlanning: Fetching manifests: 0/4 0% complete
1032023-12-01T19:58:33.960ZPlanning: Fetching manifests: 4/4 100% complete
1042023-12-01T19:58:34.020ZPlanning: Package planning ... Done (0.080s)
1052023-12-01T19:58:34.110ZPlanning: Merging actions ... Done (0.088s)
1062023-12-01T19:58:34.886ZPlanning: Checking for conflicting actions ... Done (0.779s)
1072023-12-01T19:58:34.904ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-12-01T19:58:39.889ZPlanning: Evaluating mediators ... Done (4.985s)
1092023-12-01T19:58:39.907ZPlanning: Planning completed in 12.84 seconds
1102023-12-01T19:58:41.414Z Packages to install: 4
1112023-12-01T19:58:41.414Z Mediators to change: 2
1122023-12-01T19:58:41.417Z Services to change: 1
1132023-12-01T19:58:41.417Z Estimated space available: 148.88 GB
1142023-12-01T19:58:41.417ZEstimated space to be consumed: 1.38 GB
1152023-12-01T19:58:41.417Z Create boot environment: No
1162023-12-01T19:58:41.417ZCreate backup boot environment: No
1172023-12-01T19:58:41.417Z Rebuild boot archive: No
1182023-12-01T19:58:41.417Z
1192023-12-01T19:58:41.417ZChanged mediators:
1202023-12-01T19:58:41.417Z mediator clang:
1212023-12-01T19:58:41.417Z version: None -> 15 (system default)
1222023-12-01T19:58:41.417Z
1232023-12-01T19:58:41.417Z mediator llvm:
1242023-12-01T19:58:41.417Z version: 14 (system default) -> 15 (system default)
1252023-12-01T19:58:41.417Z
1262023-12-01T19:58:41.419ZChanged packages:
1272023-12-01T19:58:41.419Zhelios-dev
1282023-12-01T19:58:41.419Z developer/build-essential
1292023-12-01T19:58:41.419Z None -> 11-2.0
1302023-12-01T19:58:41.419Z library/libxmlsec1
1312023-12-01T19:58:41.419Z None -> 1.2.35-2.0
1322023-12-01T19:58:41.419Z ooce/developer/clang-15
1332023-12-01T19:58:41.419Z None -> 15.0.7-2.0
1342023-12-01T19:58:41.419Z ooce/developer/llvm-15
1352023-12-01T19:58:41.419Z None -> 15.0.7-2.0
1362023-12-01T19:58:41.419Z
1372023-12-01T19:58:41.419ZServices:
1382023-12-01T19:58:41.419Z restart_fmri:
1392023-12-01T19:58:41.419Z svc:/system/update-man-index:default
1402023-12-01T19:58:41.759Z
1412023-12-01T19:58:41.759ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-12-01T19:58:46.763ZDownload: 970/3290 items 19.4/212.6MB 9% complete (4.0M/s)
1432023-12-01T19:58:51.765ZDownload: 1485/3290 items 111.6/212.6MB 52% complete (11.3M/s)
1442023-12-01T19:58:56.765ZDownload: 3217/3290 items 164.3/212.6MB 77% complete (14.4M/s)
1452023-12-01T19:58:58.708ZDownload: Completed 212.60 MB in 16.95 seconds (12.5M/s)
1462023-12-01T19:58:59.492Z Actions: 1/3687 actions (Installing new actions)
1472023-12-01T19:59:04.494Z Actions: 2580/3687 actions (Installing new actions)
1482023-12-01T19:59:07.414Z Actions: Completed 3687 actions in 7.92 seconds.
1492023-12-01T19:59:07.612Z Done (0.191s)
1502023-12-01T19:59:07.612Z Done (0.000s)
1512023-12-01T19:59:07.857Z Done (0.244s)
1522023-12-01T19:59:15.392Z Done (7.414s)
1532023-12-01T19:59:15.678Z Done (0.189s)
1542023-12-01T19:59:15.681Z Done (0.000s)
1552023-12-01T19:59:15.932Z Done (0.000s)
1562023-12-01T19:59:16.616ZPlanning: Evaluating mediator changes ... Done
1572023-12-01T19:59:16.901ZPlanning: Checking for conflicting actions ... Done
1582023-12-01T19:59:16.904ZPlanning: Consolidating action changes ... Done
1592023-12-01T19:59:17.338ZPlanning: Evaluating mediators ... Done
1602023-12-01T19:59:17.341ZPlanning: Planning completed in 0.72 seconds
1612023-12-01T19:59:17.392Z Mediators to change: 2
1622023-12-01T19:59:17.395Z Create boot environment: No
1632023-12-01T19:59:17.395ZCreate backup boot environment: No
1642023-12-01T19:59:17.489Z Done
1652023-12-01T19:59:17.489Z Done
1662023-12-01T19:59:17.641Z Done
1672023-12-01T19:59:23.403Z Done
1682023-12-01T19:59:23.524Z Done
1692023-12-01T19:59:23.527Z Done
1702023-12-01T19:59:23.642Z Done
1712023-12-01T19:59:24.632ZPlanning: Evaluating mediator changes ... Done
1722023-12-01T19:59:24.635ZPlanning: Merging actions ... Done
1732023-12-01T19:59:24.960ZPlanning: Checking for conflicting actions ... Done
1742023-12-01T19:59:24.962ZPlanning: Consolidating action changes ... Done
1752023-12-01T19:59:25.379ZPlanning: Evaluating mediators ... Done
1762023-12-01T19:59:25.467ZPlanning: Planning completed in 1.27 seconds
1772023-12-01T19:59:25.522Z Packages to change: 1
1782023-12-01T19:59:25.524Z Mediators to change: 1
1792023-12-01T19:59:25.524Z Services to change: 1
1802023-12-01T19:59:25.525Z Create boot environment: No
1812023-12-01T19:59:25.525ZCreate backup boot environment: Yes
1822023-12-01T19:59:27.568Z Actions: 1/6 actions (Updating modified actions)
1832023-12-01T19:59:27.571Z Actions: Completed 6 actions in 0.00 seconds.
1842023-12-01T19:59:27.571Z Done
1852023-12-01T19:59:27.571Z Done
1862023-12-01T19:59:27.630Z Done
1872023-12-01T19:59:33.303Z Done
1882023-12-01T19:59:33.422Z Done
1892023-12-01T19:59:33.425Z Done
1902023-12-01T19:59:33.536Z Done
1912023-12-01T19:59:34.187ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922023-12-01T19:59:34.187Zclang system 15 system
1932023-12-01T19:59:34.187Zcsh system system illumos
1942023-12-01T19:59:34.187Zctags system system illumos
1952023-12-01T19:59:34.187Zgcc vendor 12 vendor
1962023-12-01T19:59:34.187Zgcc system 10 system
1972023-12-01T19:59:34.187Zgcc system 7 system
1982023-12-01T19:59:34.187Zgo system 1.20 system
1992023-12-01T19:59:34.187Zgo system 1.19 system
2002023-12-01T19:59:34.187Zllvm system 15 system
2012023-12-01T19:59:34.187Zllvm system 14 system
2022023-12-01T19:59:34.187Zmariadb system 10.6 system
2032023-12-01T19:59:34.187Zmta vendor vendor dma
2042023-12-01T19:59:34.187Zopenjdk system 17 system
2052023-12-01T19:59:34.187Zopenjdk system 11 system
2062023-12-01T19:59:34.187Zopenjdk system 1.8 system
2072023-12-01T19:59:34.187Zopenssl vendor 3 vendor
2082023-12-01T19:59:34.187Zperl system 5.36 system
2092023-12-01T19:59:34.187Zpostgresql system 15 system
2102023-12-01T19:59:34.187Zpostgresql system 13 system
2112023-12-01T19:59:34.188Zpython vendor 3 vendor
2122023-12-01T19:59:34.188Zpython system 2 system
2132023-12-01T19:59:34.188Zpython3 system 3.11 system
2142023-12-01T19:59:34.188Zruby system 3.0 system
2152023-12-01T19:59:34.188Zwords vendor vendor american-english
2162023-12-01T19:59:34.188Zwords system system australian-english
2172023-12-01T19:59:34.188Zwords system system british-english
2182023-12-01T19:59:34.188Zwords system system canadian-english
2192023-12-01T19:59:34.188Zwords system system french
2202023-12-01T19:59:34.188Zwords system system italian
2212023-12-01T19:59:34.188Zwords system system ngerman
2222023-12-01T19:59:34.188Zwords system system ogerman
2232023-12-01T19:59:34.188Zwords system system spanish
2242023-12-01T19:59:34.701ZFMRI IFO
2252023-12-01T19:59:34.701Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262023-12-01T19:59:34.701Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272023-12-01T19:59:34.701Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282023-12-01T19:59:34.702Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2292023-12-01T19:59:34.702Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302023-12-01T19:59:34.702Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2312023-12-01T19:59:34.769Z+ set -o errexit
2322023-12-01T19:59:34.774Z+++ dirname ./tools/ci_download_cockroachdb
2332023-12-01T19:59:34.777Z++ cd ./tools
2342023-12-01T19:59:34.777Z++ pwd
2352023-12-01T19:59:34.777Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2362023-12-01T19:59:34.777Z++ basename ./tools/ci_download_cockroachdb
2372023-12-01T19:59:34.777Z+ ARG0=ci_download_cockroachdb
2382023-12-01T19:59:34.780Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2392023-12-01T19:59:34.783Z+ CIDL_VERSION=v22.1.9
2402023-12-01T19:59:34.783Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2412023-12-01T19:59:34.783Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2422023-12-01T19:59:34.783Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2432023-12-01T19:59:34.783Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2442023-12-01T19:59:34.783Z+ TARGET_DIR=out
2452023-12-01T19:59:34.783Z+ DOWNLOAD_DIR=out/downloads
2462023-12-01T19:59:34.783Z+ DEST_DIR=./out/cockroachdb
2472023-12-01T19:59:34.783Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2482023-12-01T19:59:34.783Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2492023-12-01T19:59:34.783Z+ main
2502023-12-01T19:59:34.783Z+ [[ 0 != 0 ]]
2512023-12-01T19:59:34.783Z+ CIDL_OS=solaris2.11
2522023-12-01T19:59:34.783Z+ [[ 0 != 0 ]]
2532023-12-01T19:59:34.785Z+ configure_os solaris2.11
2542023-12-01T19:59:34.785Z+ echo 'current directory: /work/oxidecomputer/omicron'
2552023-12-01T19:59:34.785Zcurrent directory: /work/oxidecomputer/omicron
2562023-12-01T19:59:34.785Z+ echo 'configuring based on OS: "solaris2.11"'
2572023-12-01T19:59:34.785Z+ case "$1" in
2582023-12-01T19:59:34.785Zconfiguring based on OS: "solaris2.11"
2592023-12-01T19:59:34.785Z+ CIDL_BUILD=illumos
2602023-12-01T19:59:34.785Z+ CIDL_SUFFIX=tar.gz
2612023-12-01T19:59:34.785Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2622023-12-01T19:59:34.785Z+ CIDL_MD5FUNC=do_md5sum
2632023-12-01T19:59:34.785Z+ CIDL_URL_BASE=https://illumos.org/downloads
2642023-12-01T19:59:34.785Z+ CIDL_ASSEMBLE=do_assemble_illumos
2652023-12-01T19:59:34.785Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2662023-12-01T19:59:34.785Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2672023-12-01T19:59:34.785Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-12-01T19:59:34.785Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2692023-12-01T19:59:34.786Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-12-01T19:59:34.786Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712023-12-01T19:59:34.786ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-12-01T19:59:34.786ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-12-01T19:59:34.786Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742023-12-01T19:59:34.786Z+ mkdir -p out/downloads
2752023-12-01T19:59:34.789Z+ mkdir -p ./out/cockroachdb
2762023-12-01T19:59:34.789Z+ local DO_DOWNLOAD=true
2772023-12-01T19:59:34.789Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2782023-12-01T19:59:34.789Z+ '[' true == true ']'
2792023-12-01T19:59:34.790Z+ echo Downloading...
2802023-12-01T19:59:34.790Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-12-01T19:59:34.790ZDownloading...
2822023-12-01T19:59:34.790Z+ 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
2832023-12-01T19:59:37.629Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-12-01T19:59:37.632Z++ md5sum
2852023-12-01T19:59:37.632Z++ awk '{print $1}'
2862023-12-01T19:59:37.813Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2872023-12-01T19:59:37.813Z+ [[ 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 ]]
2882023-12-01T19:59:37.813Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892023-12-01T19:59:37.815Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2902023-12-01T19:59:41.222Z+ do_assemble_illumos
2912023-12-01T19:59:41.222Z+ rm -r ./out/cockroachdb
2922023-12-01T19:59:41.225Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2932023-12-01T19:59:41.867Z+ ./out/cockroachdb/bin/cockroach version
2942023-12-01T19:59:42.072ZBuild Tag: v22.1.9-dirty
2952023-12-01T19:59:42.072ZBuild Time: 2022/10/26 21:17:46
2962023-12-01T19:59:42.072ZDistribution: OSS
2972023-12-01T19:59:42.072ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2982023-12-01T19:59:42.072ZGo Version: go1.17.13
2992023-12-01T19:59:42.072ZC Compiler: gcc 10.3.0
3002023-12-01T19:59:42.072ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3012023-12-01T19:59:42.072ZBuild Type: release
3022023-12-01T19:59:42.098Z+ set -o errexit
3032023-12-01T19:59:42.101Z+++ dirname ./tools/ci_download_clickhouse
3042023-12-01T19:59:42.103Z++ cd ./tools
3052023-12-01T19:59:42.103Z++ pwd
3062023-12-01T19:59:42.103Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3072023-12-01T19:59:42.107Z++ basename ./tools/ci_download_clickhouse
3082023-12-01T19:59:42.107Z+ ARG0=ci_download_clickhouse
3092023-12-01T19:59:42.107Z+ TARGET_DIR=out
3102023-12-01T19:59:42.107Z+ DOWNLOAD_DIR=out/downloads
3112023-12-01T19:59:42.107Z+ DEST_DIR=./out/clickhouse
3122023-12-01T19:59:42.107Z+ CIDL_VERSION=v22.8.9.24
3132023-12-01T19:59:42.107Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3142023-12-01T19:59:42.107Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3152023-12-01T19:59:42.107Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3162023-12-01T19:59:42.107Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3172023-12-01T19:59:42.107Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3182023-12-01T19:59:42.107Z+ main
3192023-12-01T19:59:42.107Z+ [[ 0 != 0 ]]
3202023-12-01T19:59:42.107Z+ CIDL_OS=solaris2.11
3212023-12-01T19:59:42.107Z+ [[ 0 != 0 ]]
3222023-12-01T19:59:42.108Z+ configure_os solaris2.11
3232023-12-01T19:59:42.109Z+ echo 'current directory: /work/oxidecomputer/omicron'
3242023-12-01T19:59:42.109Zcurrent directory: /work/oxidecomputer/omicron
3252023-12-01T19:59:42.109Z+ echo 'configuring based on OS: "solaris2.11"'
3262023-12-01T19:59:42.109Z+ CIDL_DASHREV=
3272023-12-01T19:59:42.109Z+ case "$1" in
3282023-12-01T19:59:42.109Zconfiguring based on OS: "solaris2.11"
3292023-12-01T19:59:42.109Z+ CIDL_PLATFORM=illumos
3302023-12-01T19:59:42.109Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3312023-12-01T19:59:42.109Z+ CIDL_MD5FUNC=do_md5sum
3322023-12-01T19:59:42.109Z+ CIDL_DASHREV=-1
3332023-12-01T19:59:42.109Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3342023-12-01T19:59:42.109Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-12-01T19:59:42.109Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-12-01T19:59:42.109Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-12-01T19:59:42.109Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3382023-12-01T19:59:42.109Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392023-12-01T19:59:42.109ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-12-01T19:59:42.110ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-12-01T19:59:42.110Z+ mkdir -p out/downloads
3422023-12-01T19:59:42.113Z+ mkdir -p ./out/clickhouse
3432023-12-01T19:59:42.113Z+ local DO_DOWNLOAD=true
3442023-12-01T19:59:42.113Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3452023-12-01T19:59:42.113Z+ '[' true == true ']'
3462023-12-01T19:59:42.113Z+ echo Downloading...
3472023-12-01T19:59:42.113ZDownloading...
3482023-12-01T19:59:42.113Z+ 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
3492023-12-01T19:59:42.114Z+ 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
3502023-12-01T19:59:43.901Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-12-01T19:59:43.904Z++ md5sum
3522023-12-01T19:59:43.904Z++ awk '{print $1}'
3532023-12-01T19:59:44.162Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3542023-12-01T19:59:44.162Z+ [[ 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 ]]
3552023-12-01T19:59:44.162Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3562023-12-01T19:59:44.165Z+ mkdir -p ./out/clickhouse
3572023-12-01T19:59:44.165Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3582023-12-01T19:59:49.012Z+ ./out/clickhouse/clickhouse server --version
3592023-12-01T19:59:49.065ZClickHouse server version 22.8.9.1.
3602023-12-01T19:59:49.087Z+ set -o errexit
3612023-12-01T19:59:49.089Z+++ dirname ./tools/ci_download_console
3622023-12-01T19:59:49.092Z++ cd ./tools
3632023-12-01T19:59:49.092Z++ pwd
3642023-12-01T19:59:49.092Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3652023-12-01T19:59:49.095Z++ basename ./tools/ci_download_console
3662023-12-01T19:59:49.095Z+ ARG0=ci_download_console
3672023-12-01T19:59:49.095Z+ TARGET_DIR=out
3682023-12-01T19:59:49.095Z+ DOWNLOAD_DIR=out/downloads
3692023-12-01T19:59:49.095Z+ DEST_DIR=./out/console-assets
3702023-12-01T19:59:49.095Z+ source /work/oxidecomputer/omicron/tools/console_version
3712023-12-01T19:59:49.095Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3722023-12-01T19:59:49.095Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3732023-12-01T19:59:49.095Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3742023-12-01T19:59:49.095Z+ TARBALL_FILE=out/downloads/console.tar.gz
3752023-12-01T19:59:49.098Z+ main
3762023-12-01T19:59:49.098Z+ [[ 0 != 0 ]]
3772023-12-01T19:59:49.098Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3782023-12-01T19:59:49.098ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3792023-12-01T19:59:49.098Z+ echo 'Local file: out/downloads/console.tar.gz'
3802023-12-01T19:59:49.098ZLocal file: out/downloads/console.tar.gz
3812023-12-01T19:59:49.099Z+ local DO_DOWNLOAD=true
3822023-12-01T19:59:49.099Z+ [[ -f out/downloads/console.tar.gz ]]
3832023-12-01T19:59:49.099Z+ mkdir -p out/downloads
3842023-12-01T19:59:49.099Z+ '[' true == true ']'
3852023-12-01T19:59:49.099Z+ echo Downloading...
3862023-12-01T19:59:49.099ZDownloading...
3872023-12-01T19:59:49.099Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3882023-12-01T19:59:49.100Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3892023-12-01T19:59:50.130Z++ do_sha256sum out/downloads/console.tar.gz
3902023-12-01T19:59:50.133Z++ case "$OSTYPE" in
3912023-12-01T19:59:50.133Z++ SHA=sha256sum
3922023-12-01T19:59:50.134Z++ sha256sum
3932023-12-01T19:59:50.134Z++ awk '{print $1}'
3942023-12-01T19:59:50.154Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3952023-12-01T19:59:50.154Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
3962023-12-01T19:59:50.154Z+ rm -rf ./out/console-assets
3972023-12-01T19:59:50.157Z+ mkdir -p ./out/console-assets
3982023-12-01T19:59:50.159Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3992023-12-01T19:59:50.159Z+ mkdir -p ./out/console-assets
4002023-12-01T19:59:50.162Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4012023-12-01T19:59:50.296Z+ set -o errexit
4022023-12-01T19:59:50.299Z+++ dirname ./tools/ci_download_maghemite_openapi
4032023-12-01T19:59:50.302Z++ cd ./tools
4042023-12-01T19:59:50.302Z++ pwd
4052023-12-01T19:59:50.302Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062023-12-01T19:59:50.305Z++ basename ./tools/ci_download_maghemite_openapi
4072023-12-01T19:59:50.305Z+ ARG0=ci_download_maghemite_openapi
4082023-12-01T19:59:50.305Z+ TARGET_DIR=out
4092023-12-01T19:59:50.305Z+ DOWNLOAD_DIR=out/downloads
4102023-12-01T19:59:50.305Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4112023-12-01T19:59:50.305Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4122023-12-01T19:59:50.305Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4132023-12-01T19:59:50.305Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4142023-12-01T19:59:50.305Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4152023-12-01T19:59:50.305Z+ main
4162023-12-01T19:59:50.305Z+ [[ 0 != 0 ]]
4172023-12-01T19:59:50.307Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4182023-12-01T19:59:50.307ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4192023-12-01T19:59:50.307Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4202023-12-01T19:59:50.307ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4212023-12-01T19:59:50.307Z+ local DO_DOWNLOAD=true
4222023-12-01T19:59:50.307Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4232023-12-01T19:59:50.307Z+ mkdir -p out/downloads
4242023-12-01T19:59:50.310Z+ '[' true == true ']'
4252023-12-01T19:59:50.310Z+ echo Downloading...
4262023-12-01T19:59:50.310ZDownloading...
4272023-12-01T19:59:50.310Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4282023-12-01T19:59:50.310Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4292023-12-01T19:59:50.613Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4302023-12-01T19:59:50.613Z++ case "$OSTYPE" in
4312023-12-01T19:59:50.613Z++ SHA=sha256sum
4322023-12-01T19:59:50.616Z++ sha256sum
4332023-12-01T19:59:50.616Z++ awk '{print $1}'
4342023-12-01T19:59:50.620Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4352023-12-01T19:59:50.620Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4362023-12-01T19:59:50.623Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4372023-12-01T19:59:50.623Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4382023-12-01T19:59:50.623Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4392023-12-01T19:59:50.623Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4402023-12-01T19:59:50.623Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4412023-12-01T19:59:50.623Z+ main
4422023-12-01T19:59:50.623Z+ [[ 0 != 0 ]]
4432023-12-01T19:59:50.623Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4442023-12-01T19:59:50.623ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4452023-12-01T19:59:50.623Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4462023-12-01T19:59:50.623ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4472023-12-01T19:59:50.623Z+ local DO_DOWNLOAD=true
4482023-12-01T19:59:50.623Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4492023-12-01T19:59:50.623Z+ mkdir -p out/downloads
4502023-12-01T19:59:50.623Z+ '[' true == true ']'
4512023-12-01T19:59:50.623Z+ echo Downloading...
4522023-12-01T19:59:50.623ZDownloading...
4532023-12-01T19:59:50.623Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4542023-12-01T19:59:50.623Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4552023-12-01T19:59:50.776Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4562023-12-01T19:59:50.781Z++ case "$OSTYPE" in
4572023-12-01T19:59:50.781Z++ SHA=sha256sum
4582023-12-01T19:59:50.781Z++ sha256sum
4592023-12-01T19:59:50.781Z++ awk '{print $1}'
4602023-12-01T19:59:50.788Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4612023-12-01T19:59:50.788Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4622023-12-01T19:59:50.792Z+ set -o errexit
4632023-12-01T19:59:50.797Z+++ dirname ./tools/ci_download_dendrite_openapi
4642023-12-01T19:59:50.797Z++ cd ./tools
4652023-12-01T19:59:50.802Z++ pwd
4662023-12-01T19:59:50.802Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4672023-12-01T19:59:50.802Z++ basename ./tools/ci_download_dendrite_openapi
4682023-12-01T19:59:50.802Z+ ARG0=ci_download_dendrite_openapi
4692023-12-01T19:59:50.802Z+ TARGET_DIR=out
4702023-12-01T19:59:50.803Z+ DOWNLOAD_DIR=out/downloads
4712023-12-01T19:59:50.803Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4722023-12-01T19:59:50.803Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
4732023-12-01T19:59:50.803Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4742023-12-01T19:59:50.803Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4752023-12-01T19:59:50.803Z+ LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4762023-12-01T19:59:50.803Z+ main
4772023-12-01T19:59:50.804Z+ [[ 0 != 0 ]]
4782023-12-01T19:59:50.804Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json'
4792023-12-01T19:59:50.804ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4802023-12-01T19:59:50.804Z+ echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json'
4812023-12-01T19:59:50.804ZLocal file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4822023-12-01T19:59:50.804Z+ local DO_DOWNLOAD=true
4832023-12-01T19:59:50.804Z+ [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]]
4842023-12-01T19:59:50.804Z+ mkdir -p out/downloads
4852023-12-01T19:59:50.809Z+ '[' true == true ']'
4862023-12-01T19:59:50.809ZDownloading...
4872023-12-01T19:59:50.811Z+ echo Downloading...
4882023-12-01T19:59:50.811Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4892023-12-01T19:59:50.811Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4902023-12-01T19:59:51.062Z++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4912023-12-01T19:59:51.062Z++ case "$OSTYPE" in
4922023-12-01T19:59:51.065Z++ SHA=sha256sum
4932023-12-01T19:59:51.065Z++ sha256sum
4942023-12-01T19:59:51.065Z++ awk '{print $1}'
4952023-12-01T19:59:51.069Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4962023-12-01T19:59:51.069Z+ [[ 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 ]]
4972023-12-01T19:59:51.079Z+ set -o errexit
4982023-12-01T19:59:51.082Z+++ dirname ./tools/ci_download_dendrite_stub
4992023-12-01T19:59:51.084Z++ cd ./tools
5002023-12-01T19:59:51.084Z++ pwd
5012023-12-01T19:59:51.084Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5022023-12-01T19:59:51.087Z++ basename ./tools/ci_download_dendrite_stub
5032023-12-01T19:59:51.087Z+ ARG0=ci_download_dendrite_stub
5042023-12-01T19:59:51.087Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5052023-12-01T19:59:51.087Z++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5062023-12-01T19:59:51.087Z++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c
5072023-12-01T19:59:51.087Z++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe
5082023-12-01T19:59:51.087Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5092023-12-01T19:59:51.090Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5102023-12-01T19:59:51.090Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5112023-12-01T19:59:51.090Z+ TARGET_DIR=out
5122023-12-01T19:59:51.091Z+ DOWNLOAD_DIR=out/downloads
5132023-12-01T19:59:51.091Z+ DEST_DIR=./out/dendrite-stub
5142023-12-01T19:59:51.091Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5152023-12-01T19:59:51.091Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5162023-12-01T19:59:51.091Z+ REPO=oxidecomputer/dendrite
5172023-12-01T19:59:51.091Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36
5182023-12-01T19:59:51.091Z+ main
5192023-12-01T19:59:51.091Z+ [[ 0 != 0 ]]
5202023-12-01T19:59:51.091Z+ CIDL_OS=solaris2.11
5212023-12-01T19:59:51.091Z+ [[ 0 != 0 ]]
5222023-12-01T19:59:51.091Z+ configure_os solaris2.11
5232023-12-01T19:59:51.091Z+ echo 'current directory: /work/oxidecomputer/omicron'
5242023-12-01T19:59:51.091Zcurrent directory: /work/oxidecomputer/omicron
5252023-12-01T19:59:51.091Z+ echo 'configuring based on OS: "solaris2.11"'
5262023-12-01T19:59:51.091Zconfiguring based on OS: "solaris2.11"
5272023-12-01T19:59:51.091Z+ case "$1" in
5282023-12-01T19:59:51.091Z+ SET_BINARIES=
5292023-12-01T19:59:51.091Z+ CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5302023-12-01T19:59:51.091Z+ CIDL_SHA256FUNC=do_sha256sum
5312023-12-01T19:59:51.091Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5322023-12-01T19:59:51.091Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5332023-12-01T19:59:51.091Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5342023-12-01T19:59:51.091Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz'
5352023-12-01T19:59:51.091ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5362023-12-01T19:59:51.092ZLocal file: out/downloads/dendrite-stub.tar.gz
5372023-12-01T19:59:51.092Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5382023-12-01T19:59:51.092Z+ mkdir -p out/downloads
5392023-12-01T19:59:51.099Z+ mkdir -p ./out/dendrite-stub
5402023-12-01T19:59:51.099Z+ fetch_and_verify
5412023-12-01T19:59:51.099Z+ local DO_DOWNLOAD=true
5422023-12-01T19:59:51.099Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5432023-12-01T19:59:51.099Z+ '[' true == true ']'
5442023-12-01T19:59:51.099Z+ echo Downloading...
5452023-12-01T19:59:51.099ZDownloading...
5462023-12-01T19:59:51.099Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5472023-12-01T19:59:51.099Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5482023-12-01T19:59:58.967Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5492023-12-01T19:59:58.970Z++ sha256sum
5502023-12-01T19:59:58.970Z++ awk '{print $1}'
5512023-12-01T19:59:59.069Z+ calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5522023-12-01T19:59:59.069Z+ [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]]
5532023-12-01T19:59:59.072Z+ do_untar out/downloads/dendrite-stub.tar.gz
5542023-12-01T19:59:59.072Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5552023-12-01T20:00:00.049Z+ do_assemble
5562023-12-01T20:00:00.049Z+ rm -r ./out/dendrite-stub
5572023-12-01T20:00:00.052Z+ mkdir ./out/dendrite-stub
5582023-12-01T20:00:00.057Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5592023-12-01T20:00:00.210Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5602023-12-01T20:00:00.222Z+ set -o errexit
5612023-12-01T20:00:00.225Z+++ dirname ./tools/ci_download_maghemite_mgd
5622023-12-01T20:00:00.228Z++ cd ./tools
5632023-12-01T20:00:00.228Z++ pwd
5642023-12-01T20:00:00.228Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5652023-12-01T20:00:00.231Z++ basename ./tools/ci_download_maghemite_mgd
5662023-12-01T20:00:00.231Z+ ARG0=ci_download_maghemite_mgd
5672023-12-01T20:00:00.231Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5682023-12-01T20:00:00.231Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
5692023-12-01T20:00:00.231Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5702023-12-01T20:00:00.231Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5712023-12-01T20:00:00.231Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
5722023-12-01T20:00:00.231Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5732023-12-01T20:00:00.231Z+ TARGET_DIR=out
5742023-12-01T20:00:00.231Z+ DOWNLOAD_DIR=out/downloads
5752023-12-01T20:00:00.231Z+ DEST_DIR=./out/mgd
5762023-12-01T20:00:00.231Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5772023-12-01T20:00:00.231Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5782023-12-01T20:00:00.231Z+ REPO=oxidecomputer/maghemite
5792023-12-01T20:00:00.231Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
5802023-12-01T20:00:00.231Z+ main
5812023-12-01T20:00:00.234Z+ [[ 0 != 0 ]]
5822023-12-01T20:00:00.234Z+ CIDL_OS=solaris2.11
5832023-12-01T20:00:00.235Z+ [[ 0 != 0 ]]
5842023-12-01T20:00:00.235Z+ configure_os solaris2.11
5852023-12-01T20:00:00.235Z+ echo 'current directory: /work/oxidecomputer/omicron'
5862023-12-01T20:00:00.235Zcurrent directory: /work/oxidecomputer/omicron
5872023-12-01T20:00:00.235Zconfiguring based on OS: "solaris2.11"
5882023-12-01T20:00:00.235Z+ echo 'configuring based on OS: "solaris2.11"'
5892023-12-01T20:00:00.235Z+ case "$1" in
5902023-12-01T20:00:00.235Z+ SET_BINARIES=
5912023-12-01T20:00:00.235Z+ CIDL_SHA256FUNC=do_sha256sum
5922023-12-01T20:00:00.235Z+ TARBALL_FILENAME=mgd.tar.gz
5932023-12-01T20:00:00.235Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5942023-12-01T20:00:00.235Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5952023-12-01T20:00:00.235Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
5962023-12-01T20:00:00.235ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
5972023-12-01T20:00:00.235ZLocal file: out/downloads/mgd.tar.gz
5982023-12-01T20:00:00.235Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5992023-12-01T20:00:00.235Z+ mkdir -p out/downloads
6002023-12-01T20:00:00.235Z+ mkdir -p ./out/mgd
6012023-12-01T20:00:00.239Z+ fetch_and_verify
6022023-12-01T20:00:00.239Z+ local DO_DOWNLOAD=true
6032023-12-01T20:00:00.239Z+ [[ -f out/downloads/mgd.tar.gz ]]
6042023-12-01T20:00:00.239Z+ '[' true == true ']'
6052023-12-01T20:00:00.239Z+ echo Downloading...
6062023-12-01T20:00:00.239ZDownloading...
6072023-12-01T20:00:00.239Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6082023-12-01T20:00:00.239Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6092023-12-01T20:00:06.036Z++ do_sha256sum out/downloads/mgd.tar.gz
6102023-12-01T20:00:06.458Z++ sha256sum
6112023-12-01T20:00:06.458Z++ awk '{print $1}'
6122023-12-01T20:00:06.462Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6132023-12-01T20:00:06.462Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6142023-12-01T20:00:06.462Z+ do_untar out/downloads/mgd.tar.gz
6152023-12-01T20:00:06.462Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6162023-12-01T20:00:06.780Z+ do_assemble
6172023-12-01T20:00:06.780Z+ rm -r ./out/mgd
6182023-12-01T20:00:06.791Z+ mkdir ./out/mgd
6192023-12-01T20:00:06.791Z+ cp -r out/downloads/root ./out/mgd/root
6202023-12-01T20:00:06.988Z+ set -o errexit
6212023-12-01T20:00:06.991Z+++ dirname ./tools/ci_download_transceiver_control
6222023-12-01T20:00:06.995Z++ cd ./tools
6232023-12-01T20:00:06.995Z++ pwd
6242023-12-01T20:00:06.995Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6252023-12-01T20:00:06.995Z++ basename ./tools/ci_download_transceiver_control
6262023-12-01T20:00:06.999Z+ ARG0=ci_download_transceiver_control
6272023-12-01T20:00:06.999Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6282023-12-01T20:00:07.002Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6292023-12-01T20:00:07.002Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6302023-12-01T20:00:07.002Z+ TARGET_DIR=out
6312023-12-01T20:00:07.002Z+ DOWNLOAD_DIR=out/downloads
6322023-12-01T20:00:07.002Z+ DEST_DIR=./out/transceiver-control
6332023-12-01T20:00:07.002Z+ BIN_DIR=/opt/oxide/bin
6342023-12-01T20:00:07.002Z+ BINARY=xcvradm
6352023-12-01T20:00:07.002Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6362023-12-01T20:00:07.002Z+ REPO=oxidecomputer/transceiver-control
6372023-12-01T20:00:07.002Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382023-12-01T20:00:07.002Z+ main
6392023-12-01T20:00:07.002Z+ [[ 0 != 0 ]]
6402023-12-01T20:00:07.002Z+ CIDL_OS=solaris2.11
6412023-12-01T20:00:07.002Z+ [[ 0 != 0 ]]
6422023-12-01T20:00:07.002Z+ configure_os solaris2.11
6432023-12-01T20:00:07.002Z+ echo 'current directory: /work/oxidecomputer/omicron'
6442023-12-01T20:00:07.002Zcurrent directory: /work/oxidecomputer/omicron
6452023-12-01T20:00:07.002Z+ echo 'configuring based on OS: "solaris2.11"'
6462023-12-01T20:00:07.002Zconfiguring based on OS: "solaris2.11"
6472023-12-01T20:00:07.002Z+ case "$1" in
6482023-12-01T20:00:07.002Z+ SET_BINARIES=
6492023-12-01T20:00:07.002Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502023-12-01T20:00:07.002Z+ CIDL_SHA256FUNC=do_sha256sum
6512023-12-01T20:00:07.002Z+ ARCHIVE_FILENAME=xcvradm.gz
6522023-12-01T20:00:07.002Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6532023-12-01T20:00:07.002Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6542023-12-01T20:00:07.006Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6552023-12-01T20:00:07.006ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6562023-12-01T20:00:07.006Z+ echo 'Local file: out/downloads/xcvradm.gz'
6572023-12-01T20:00:07.006ZLocal file: out/downloads/xcvradm.gz
6582023-12-01T20:00:07.006Z+ mkdir -p out/downloads
6592023-12-01T20:00:07.010Z+ mkdir -p ./out/transceiver-control
6602023-12-01T20:00:07.010Z+ fetch_and_verify
6612023-12-01T20:00:07.010Z+ local DO_DOWNLOAD=true
6622023-12-01T20:00:07.010Z+ [[ -f out/downloads/xcvradm.gz ]]
6632023-12-01T20:00:07.010Z+ '[' true == true ']'
6642023-12-01T20:00:07.010Z+ echo Downloading...
6652023-12-01T20:00:07.010ZDownloading...
6662023-12-01T20:00:07.010Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6672023-12-01T20:00:07.010Z+ 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
6682023-12-01T20:00:11.103Z++ do_sha256sum out/downloads/xcvradm.gz
6692023-12-01T20:00:11.106Z++ sha256sum
6702023-12-01T20:00:11.106Z++ awk '{print $1}'
6712023-12-01T20:00:11.128Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722023-12-01T20:00:11.131Z+ [[ 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 ]]
6732023-12-01T20:00:11.131Z+ do_unpack out/downloads/xcvradm.gz
6742023-12-01T20:00:11.131Z+ mkdir -p out/downloads/root//opt/oxide/bin
6752023-12-01T20:00:11.131Z+ gzip -dc out/downloads/xcvradm.gz
6762023-12-01T20:00:11.305Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6772023-12-01T20:00:11.308Z+ do_assemble
6782023-12-01T20:00:11.308Z+ rm -r ./out/transceiver-control
6792023-12-01T20:00:11.311Z+ mkdir ./out/transceiver-control
6802023-12-01T20:00:11.314Z+ cp -r out/downloads/root ./out/transceiver-control/root
6812023-12-01T20:00:11.504ZAll prerequisites installed successfully
6822023-12-01T20:00:11.507Z
6832023-12-01T20:00:11.507Zreal 1:56.391575463
6842023-12-01T20:00:11.507Zuser 53.650340156
6852023-12-01T20:00:11.507Zsys 9.849604775
6862023-12-01T20:00:11.507Ztrap 0.022923792
6872023-12-01T20:00:11.507Ztflt 0.154325642
6882023-12-01T20:00:11.507Zdflt 0.652422609
6892023-12-01T20:00:11.507Zkflt 0.266830351
6902023-12-01T20:00:11.507Zlock 1.599735352
6912023-12-01T20:00:11.507Zslp 3:33.813054271
6922023-12-01T20:00:11.507Zlat 3.389498954
6932023-12-01T20:00:11.507Zstop 0.073302831
6942023-12-01T20:00:11.507Z+ banner end-to-end-tests
6952023-12-01T20:00:11.586Z
6962023-12-01T20:00:11.586Z ###### # # ##### ##### #### ###### # # #####
6972023-12-01T20:00:11.586Z # ## # # # # # # # ## # # #
6982023-12-01T20:00:11.586Z ##### # # # # # ##### # # # ##### ##### # # # # #
6992023-12-01T20:00:11.586Z # # # # # # # # # # # # # # #
7002023-12-01T20:00:11.586Z # # ## # # # # # # # ## # #
7012023-12-01T20:00:11.586Z ###### # # ##### # #### ###### # # #####
7022023-12-01T20:00:11.586Z
7032023-12-01T20:00:11.590Z+ export CARGO_PROFILE_DEV_DEBUG=1
7042023-12-01T20:00:11.591Z+ CARGO_PROFILE_DEV_DEBUG=1
7052023-12-01T20:00:11.591Z+ export CARGO_PROFILE_TEST_DEBUG=1
7062023-12-01T20:00:11.591Z+ CARGO_PROFILE_TEST_DEBUG=1
7072023-12-01T20:00:11.591Z+ export CARGO_INCREMENTAL=0
7082023-12-01T20:00:11.591Z+ CARGO_INCREMENTAL=0
7092023-12-01T20:00:11.591Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7102023-12-01T20:00:11.926Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7112023-12-01T20:00:12.310Z Updating crates.io index
7122023-12-01T20:00:12.325Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7132023-12-01T20:00:13.217Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7142023-12-01T20:00:15.065Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7152023-12-01T20:00:15.401Z Updating git repository `http://github.com/oxidecomputer/tofino`
7162023-12-01T20:00:15.755Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7172023-12-01T20:00:16.232Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7182023-12-01T20:00:16.629Z Updating git repository `https://github.com/oxidecomputer/propolis`
7192023-12-01T20:00:17.674Z Updating git repository `https://github.com/oxidecomputer/crucible`
7202023-12-01T20:00:19.596Z Updating git repository `https://github.com/oxidecomputer/opte`
7212023-12-01T20:00:20.509Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7222023-12-01T20:00:20.853Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7232023-12-01T20:00:21.446Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7242023-12-01T20:00:21.840Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7252023-12-01T20:00:22.208Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7262023-12-01T20:00:22.711Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7272023-12-01T20:00:23.051Z Updating git repository `https://github.com/njaremko/samael`
7282023-12-01T20:00:23.599Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7292023-12-01T20:00:23.979Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7302023-12-01T20:00:24.565Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7312023-12-01T20:00:24.918Z Updating git repository `https://github.com/jgallagher/nix`
7322023-12-01T20:00:26.173Z Updating git repository `https://github.com/cbiffle/hubpack`
7332023-12-01T20:00:26.686Z Updating git repository `https://github.com/oxidecomputer/typify`
7342023-12-01T20:00:27.660Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7352023-12-01T20:00:28.168Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7362023-12-01T20:00:28.643Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7372023-12-01T20:00:30.373Z Downloading crates ...
7382023-12-01T20:00:30.596Z Downloaded miniz_oxide v0.7.1
7392023-12-01T20:00:30.618Z Downloaded new_debug_unreachable v1.0.4
7402023-12-01T20:00:30.628Z Downloaded num_enum v0.5.11
7412023-12-01T20:00:30.638Z Downloaded num_threads v0.1.6
7422023-12-01T20:00:30.652Z Downloaded num_enum_derive v0.5.11
7432023-12-01T20:00:30.652Z Downloaded anstream v0.5.0
7442023-12-01T20:00:30.652Z Downloaded aead v0.5.2
7452023-12-01T20:00:30.653Z Downloaded async-stream-impl v0.3.5
7462023-12-01T20:00:30.653Z Downloaded quote v1.0.33
7472023-12-01T20:00:30.659Z Downloaded block-buffer v0.10.4
7482023-12-01T20:00:30.664Z Downloaded atomicwrites v0.4.2
7492023-12-01T20:00:30.669Z Downloaded openssl-macros v0.1.1
7502023-12-01T20:00:30.672Z Downloaded diesel_table_macro_syntax v0.1.0
7512023-12-01T20:00:30.675Z Downloaded colorchoice v1.0.0
7522023-12-01T20:00:30.678Z Downloaded ciborium-io v0.2.1
7532023-12-01T20:00:30.681Z Downloaded opaque-debug v0.3.0
7542023-12-01T20:00:30.684Z Downloaded resolv-conf v0.7.0
7552023-12-01T20:00:30.689Z Downloaded pem v1.1.1
7562023-12-01T20:00:30.693Z Downloaded pin-utils v0.1.0
7572023-12-01T20:00:30.697Z Downloaded phf_shared v0.11.2
7582023-12-01T20:00:30.700Z Downloaded crucible-workspace-hack v0.1.0
7592023-12-01T20:00:30.703Z Downloaded phf_shared v0.10.0
7602023-12-01T20:00:30.706Z Downloaded openssl-probe v0.1.5
7612023-12-01T20:00:30.710Z Downloaded pbkdf2 v0.11.0
7622023-12-01T20:00:30.713Z Downloaded postgres-protocol v0.6.6
7632023-12-01T20:00:30.718Z Downloaded dirs v5.0.1
7642023-12-01T20:00:30.722Z Downloaded poly1305 v0.8.0
7652023-12-01T20:00:30.727Z Downloaded paste v1.0.14
7662023-12-01T20:00:30.733Z Downloaded pin-project-internal v1.1.3
7672023-12-01T20:00:30.738Z Downloaded crypto-common v0.1.6
7682023-12-01T20:00:30.741Z Downloaded dirs-sys v0.4.1
7692023-12-01T20:00:30.744Z Downloaded bcrypt-pbkdf v0.10.0
7702023-12-01T20:00:30.747Z Downloaded convert_case v0.4.0
7712023-12-01T20:00:30.750Z Downloaded async-trait v0.1.74
7722023-12-01T20:00:30.757Z Downloaded pest_derive v2.7.2
7732023-12-01T20:00:30.763Z Downloaded endian-type v0.1.2
7742023-12-01T20:00:30.766Z Downloaded crossbeam-epoch v0.9.15
7752023-12-01T20:00:30.770Z Downloaded password-hash v0.5.0
7762023-12-01T20:00:30.774Z Downloaded rand_core v0.6.4
7772023-12-01T20:00:30.777Z Downloaded bitflags v2.4.0
7782023-12-01T20:00:30.783Z Downloaded ciborium v0.2.1
7792023-12-01T20:00:30.788Z Downloaded block-padding v0.3.3
7802023-12-01T20:00:30.791Z Downloaded difflib v0.4.0
7812023-12-01T20:00:30.793Z Downloaded pkcs8 v0.10.2
7822023-12-01T20:00:30.797Z Downloaded data-encoding v2.4.0
7832023-12-01T20:00:30.800Z Downloaded cancel-safe-futures v0.1.5
7842023-12-01T20:00:30.806Z Downloaded keccak v0.1.4
7852023-12-01T20:00:30.808Z Downloaded same-file v1.0.6
7862023-12-01T20:00:30.811Z Downloaded filetime v0.2.22
7872023-12-01T20:00:30.814Z Downloaded pest_meta v2.7.2
7882023-12-01T20:00:30.819Z Downloaded httpdate v1.0.3
7892023-12-01T20:00:30.821Z Downloaded password-hash v0.4.2
7902023-12-01T20:00:30.825Z Downloaded foreign-types-shared v0.1.1
7912023-12-01T20:00:30.828Z Downloaded tokio-stream v0.1.14
7922023-12-01T20:00:30.835Z Downloaded libefi-sys v0.1.0
7932023-12-01T20:00:30.838Z Downloaded secrecy v0.8.0
7942023-12-01T20:00:30.841Z Downloaded macaddr v1.0.1
7952023-12-01T20:00:30.844Z Downloaded const-oid v0.9.5
7962023-12-01T20:00:30.849Z Downloaded managed v0.8.0
7972023-12-01T20:00:30.852Z Downloaded backoff v0.4.0
7982023-12-01T20:00:30.855Z Downloaded time-core v0.1.1
7992023-12-01T20:00:30.858Z Downloaded strum v0.25.0
8002023-12-01T20:00:30.861Z Downloaded platforms v3.0.2
8012023-12-01T20:00:30.865Z Downloaded rustc_version v0.4.0
8022023-12-01T20:00:30.867Z Downloaded httparse v1.8.0
8032023-12-01T20:00:30.870Z Downloaded usdt-macro v0.3.5
8042023-12-01T20:00:30.874Z Downloaded futures-task v0.3.29
8052023-12-01T20:00:30.874Z Downloaded stable_deref_trait v1.2.0
8062023-12-01T20:00:30.880Z Downloaded spin v0.5.2
8072023-12-01T20:00:30.880Z Downloaded ahash v0.8.3
8082023-12-01T20:00:30.883Z Downloaded subtle v2.5.0
8092023-12-01T20:00:30.886Z Downloaded lazy_static v1.4.0
8102023-12-01T20:00:30.889Z Downloaded rcgen v0.11.3
8112023-12-01T20:00:30.894Z Downloaded waitgroup v0.1.2
8122023-12-01T20:00:30.897Z Downloaded strum_macros v0.25.2
8132023-12-01T20:00:30.900Z Downloaded fxhash v0.2.1
8142023-12-01T20:00:30.903Z Downloaded structopt-derive v0.4.18
8152023-12-01T20:00:30.906Z Downloaded base64 v0.13.1
8162023-12-01T20:00:30.911Z Downloaded version_check v0.9.4
8172023-12-01T20:00:30.915Z Downloaded derive_more v0.99.17
8182023-12-01T20:00:31.335Z Downloaded time-macros v0.2.13
8192023-12-01T20:00:31.339Z Downloaded hubpack_derive v0.1.1
8202023-12-01T20:00:31.339Z Downloaded form_urlencoded v1.2.1
8212023-12-01T20:00:31.339Z Downloaded md5 v0.7.0
8222023-12-01T20:00:31.339Z Downloaded snafu-derive v0.7.5
8232023-12-01T20:00:31.339Z Downloaded thiserror-impl v1.0.49
8242023-12-01T20:00:31.339Z Downloaded similar v2.2.1
8252023-12-01T20:00:31.339Z Downloaded matches v0.1.10
8262023-12-01T20:00:31.339Z Downloaded linked-hash-map v0.5.6
8272023-12-01T20:00:31.339Z Downloaded itoa v1.0.9
8282023-12-01T20:00:31.339Z Downloaded ghash v0.5.0
8292023-12-01T20:00:31.339Z Downloaded indexmap v1.9.3
8302023-12-01T20:00:31.339Z Downloaded cc v1.0.83
8312023-12-01T20:00:31.340Z Downloaded generic-array v0.14.7
8322023-12-01T20:00:31.340Z Downloaded textwrap v0.11.0
8332023-12-01T20:00:31.340Z Downloaded inout v0.1.3
8342023-12-01T20:00:31.340Z Downloaded terminal_size v0.2.6
8352023-12-01T20:00:31.340Z Downloaded foreign-types v0.5.0
8362023-12-01T20:00:31.340Z Downloaded smallvec v1.11.0
8372023-12-01T20:00:31.340Z Downloaded http-body v0.4.5
8382023-12-01T20:00:31.340Z Downloaded unsafe-libyaml v0.2.9
8392023-12-01T20:00:31.340Z Downloaded spin v0.9.8
8402023-12-01T20:00:31.340Z Downloaded hyper-staticfile v0.9.5
8412023-12-01T20:00:31.340Z Downloaded walkdir v2.4.0
8422023-12-01T20:00:31.340Z Downloaded scopeguard v1.2.0
8432023-12-01T20:00:31.340Z Downloaded tinyvec_macros v0.1.1
8442023-12-01T20:00:31.340Z Downloaded sha1 v0.10.6
8452023-12-01T20:00:31.340Z Downloaded foreign-types-shared v0.3.1
8462023-12-01T20:00:31.340Z Downloaded kstat-rs v0.2.3
8472023-12-01T20:00:31.340Z Downloaded ipnet v2.8.0
8482023-12-01T20:00:31.340Z Downloaded foreign-types v0.3.2
8492023-12-01T20:00:31.340Z Downloaded num-bigint v0.4.4
8502023-12-01T20:00:31.340Z Downloaded slog-envlogger v2.2.0
8512023-12-01T20:00:31.340Z Downloaded toml v0.5.11
8522023-12-01T20:00:31.340Z Downloaded ident_case v1.0.1
8532023-12-01T20:00:31.340Z Downloaded russh-cryptovec v0.7.0
8542023-12-01T20:00:31.340Z Downloaded md-5 v0.10.5
8552023-12-01T20:00:31.340Z Downloaded io-lifetimes v1.0.11
8562023-12-01T20:00:31.340Z Downloaded usdt-attr-macro v0.3.5
8572023-12-01T20:00:31.340Z Downloaded rustfmt-wrapper v0.2.0
8582023-12-01T20:00:31.340Z Downloaded tokio-rustls v0.24.1
8592023-12-01T20:00:31.340Z Downloaded static_assertions v1.1.0
8602023-12-01T20:00:31.340Z Downloaded smf v0.2.2
8612023-12-01T20:00:31.340Z Downloaded serde_tokenstream v0.1.7
8622023-12-01T20:00:31.340Z Downloaded serde_yaml v0.9.25
8632023-12-01T20:00:31.340Z Downloaded zeroize v1.7.0
8642023-12-01T20:00:31.340Z Downloaded socket2 v0.5.5
8652023-12-01T20:00:31.341Z Downloaded pretty-hex v0.2.1
8662023-12-01T20:00:31.341Z Downloaded rand v0.8.5
8672023-12-01T20:00:31.341Z Downloaded predicates v3.0.4
8682023-12-01T20:00:31.341Z Downloaded url v2.5.0
8692023-12-01T20:00:31.341Z Downloaded heck v0.3.3
8702023-12-01T20:00:31.341Z Downloaded lalrpop-util v0.19.12
8712023-12-01T20:00:31.341Z Downloaded home v0.5.5
8722023-12-01T20:00:31.341Z Downloaded sct v0.7.0
8732023-12-01T20:00:31.341Z Downloaded utf-8 v0.7.6
8742023-12-01T20:00:31.341Z Downloaded regex-automata v0.1.10
8752023-12-01T20:00:31.341Z Downloaded slog-async v2.8.0
8762023-12-01T20:00:31.342Z Downloaded unicode-xid v0.2.4
8772023-12-01T20:00:31.342Z Downloaded is-terminal v0.4.9
8782023-12-01T20:00:31.342Z Downloaded slog-stdlog v4.1.1
8792023-12-01T20:00:31.342Z Downloaded serde v1.0.192
8802023-12-01T20:00:31.342Z Downloaded serde_urlencoded v0.7.1
8812023-12-01T20:00:31.342Z Downloaded snafu v0.7.5
8822023-12-01T20:00:31.342Z Downloaded slog v2.7.0
8832023-12-01T20:00:31.343Z Downloaded russh v0.39.0
8842023-12-01T20:00:31.343Z Downloaded rustls-pemfile v1.0.3
8852023-12-01T20:00:31.343Z Downloaded toml v0.7.8
8862023-12-01T20:00:31.343Z Downloaded iana-time-zone v0.1.57
8872023-12-01T20:00:31.343Z Downloaded semver-parser v0.10.2
8882023-12-01T20:00:31.343Z Downloaded tracing v0.1.37
8892023-12-01T20:00:31.343Z Downloaded hmac v0.12.1
8902023-12-01T20:00:31.343Z Downloaded hyper-rustls v0.24.2
8912023-12-01T20:00:31.343Z Downloaded unicode-bidi v0.3.13
8922023-12-01T20:00:31.343Z Downloaded typenum v1.16.0
8932023-12-01T20:00:31.343Z Downloaded unicode-normalization v0.1.22
8942023-12-01T20:00:31.343Z Downloaded trust-dns-resolver v0.22.0
8952023-12-01T20:00:31.343Z Downloaded trust-dns-client v0.22.0
8962023-12-01T20:00:31.343Z Downloaded trust-dns-server v0.22.1
8972023-12-01T20:00:31.343Z Downloaded toml_edit v0.21.0
8982023-12-01T20:00:31.343Z Downloaded unicode-segmentation v1.10.1
8992023-12-01T20:00:31.343Z Downloaded tokio-util v0.7.10
9002023-12-01T20:00:31.343Z Downloaded heapless v0.7.16
9012023-12-01T20:00:31.343Z Downloaded memchr v2.6.3
9022023-12-01T20:00:31.343Z Downloaded serde_with v2.3.3
9032023-12-01T20:00:31.343Z Downloaded tokio-postgres v0.7.10
9042023-12-01T20:00:31.345Z Downloaded itertools v0.11.0
9052023-12-01T20:00:31.345Z Downloaded time v0.3.27
9062023-12-01T20:00:31.348Z Downloaded libm v0.2.7
9072023-12-01T20:00:31.363Z Downloaded rand v0.7.3
9082023-12-01T20:00:31.371Z Downloaded serde_json v1.0.108
9092023-12-01T20:00:31.385Z Downloaded winnow v0.5.15
9102023-12-01T20:00:31.399Z Downloaded rustls-webpki v0.101.7
9112023-12-01T20:00:31.425Z Downloaded reqwest v0.11.22
9122023-12-01T20:00:31.438Z Downloaded syn v1.0.109
9132023-12-01T20:00:31.457Z Downloaded h2 v0.3.21
9142023-12-01T20:00:31.469Z Downloaded syn v2.0.32
9152023-12-01T20:00:31.487Z Downloaded bstr v0.2.17
9162023-12-01T20:00:31.504Z Downloaded regex v1.10.2
9172023-12-01T20:00:31.528Z Downloaded gimli v0.28.0
9182023-12-01T20:00:31.544Z Downloaded radix_trie v0.2.1
9192023-12-01T20:00:31.554Z Downloaded idna v0.5.0
9202023-12-01T20:00:31.567Z Downloaded smoltcp v0.9.1
9212023-12-01T20:00:31.589Z Downloaded rustix v0.37.23
9222023-12-01T20:00:31.625Z Downloaded rustix v0.38.25
9232023-12-01T20:00:31.665Z Downloaded regex-syntax v0.7.5
9242023-12-01T20:00:31.681Z Downloaded zerocopy-derive v0.6.4
9252023-12-01T20:00:31.701Z Downloaded bzip2-sys v0.1.11+1.0.8
9262023-12-01T20:00:31.726Z Downloaded sled v0.34.7
9272023-12-01T20:00:31.750Z Downloaded zerocopy-derive v0.2.0
9282023-12-01T20:00:31.768Z Downloaded regex-automata v0.3.8
9292023-12-01T20:00:31.797Z Downloaded regex-automata v0.4.3
9302023-12-01T20:00:31.830Z Downloaded sha3 v0.10.8
9312023-12-01T20:00:31.842Z Downloaded libc v0.2.150
9322023-12-01T20:00:31.893Z Downloaded tokio v1.34.0
9332023-12-01T20:00:31.958Z Downloaded winapi v0.3.9
9342023-12-01T20:00:32.034Z Downloaded openapiv3 v2.0.0-rc.1
9352023-12-01T20:00:32.057Z Downloaded encoding_rs v0.8.33
9362023-12-01T20:00:32.100Z Downloaded rustls v0.21.9
9372023-12-01T20:00:32.122Z Downloaded idna v0.2.3
9382023-12-01T20:00:32.133Z Downloaded curve25519-dalek v4.1.0
9392023-12-01T20:00:32.175Z Downloaded bstr v1.6.0
9402023-12-01T20:00:32.180Z Downloaded trust-dns-proto v0.22.0
9412023-12-01T20:00:32.191Z Downloaded webpki-roots v0.25.2
9422023-12-01T20:00:32.199Z Downloaded regex-syntax v0.8.2
9432023-12-01T20:00:32.219Z Downloaded smoltcp v0.8.2
9442023-12-01T20:00:32.237Z Downloaded vcpkg v0.2.15
9452023-12-01T20:00:32.309Z Downloaded openssl v0.10.60
9462023-12-01T20:00:32.351Z Downloaded hyper v0.14.27
9472023-12-01T20:00:32.374Z Downloaded object v0.32.1
9482023-12-01T20:00:32.399Z Downloaded ring v0.17.5
9492023-12-01T20:00:32.537Z Downloaded regress v0.7.1
9502023-12-01T20:00:32.550Z Downloaded hkdf v0.12.3
9512023-12-01T20:00:32.556Z Downloaded clap v2.34.0
9522023-12-01T20:00:32.569Z Downloaded itertools v0.12.0
9532023-12-01T20:00:32.581Z Downloaded ring v0.16.20
9542023-12-01T20:00:32.752Z Downloaded futures-util v0.3.29
9552023-12-01T20:00:32.775Z Downloaded chrono v0.4.31
9562023-12-01T20:00:32.792Z Downloaded itertools v0.10.5
9572023-12-01T20:00:32.800Z Downloaded toml_edit v0.19.15
9582023-12-01T20:00:32.831Z Downloaded hashbrown v0.14.2
9592023-12-01T20:00:32.841Z Downloaded http v0.2.11
9602023-12-01T20:00:32.848Z Downloaded petgraph v0.6.4
9612023-12-01T20:00:32.871Z Downloaded crossterm v0.27.0
9622023-12-01T20:00:32.903Z Downloaded tinyvec v1.6.0
9632023-12-01T20:00:32.927Z Downloaded serde_derive v1.0.192
9642023-12-01T20:00:32.927Z Downloaded diesel v2.1.4
9652023-12-01T20:00:32.935Z Downloaded pest v2.7.2
9662023-12-01T20:00:32.943Z Downloaded semver v1.0.20
9672023-12-01T20:00:32.943Z Downloaded toml v0.8.8
9682023-12-01T20:00:32.948Z Downloaded indexmap v2.1.0
9692023-12-01T20:00:32.953Z Downloaded hashbrown v0.12.3
9702023-12-01T20:00:32.960Z Downloaded aho-corasick v1.0.4
9712023-12-01T20:00:32.967Z Downloaded rustc-demangle v0.1.23
9722023-12-01T20:00:32.970Z Downloaded hash32 v0.2.1
9732023-12-01T20:00:32.973Z Downloaded hashbrown v0.13.2
9742023-12-01T20:00:32.982Z Downloaded term v0.7.0
9752023-12-01T20:00:32.986Z Downloaded tempfile v3.8.1
9762023-12-01T20:00:32.990Z Downloaded proc-macro2 v1.0.69
9772023-12-01T20:00:32.994Z Downloaded futures v0.3.29
9782023-12-01T20:00:33.002Z Downloaded unicase v2.7.0
9792023-12-01T20:00:33.005Z Downloaded lru-cache v0.1.2
9802023-12-01T20:00:33.005Z Downloaded thiserror v1.0.49
9812023-12-01T20:00:33.012Z Downloaded tracing-attributes v0.1.26
9822023-12-01T20:00:33.016Z Downloaded tracing-core v0.1.31
9832023-12-01T20:00:33.022Z Downloaded tar v0.4.40
9842023-12-01T20:00:33.025Z Downloaded unicode-width v0.1.11
9852023-12-01T20:00:33.028Z Downloaded universal-hash v0.5.1
9862023-12-01T20:00:33.032Z Downloaded serde_path_to_error v0.1.14
9872023-12-01T20:00:33.036Z Downloaded slog-scope v4.4.0
9882023-12-01T20:00:33.040Z Downloaded slog-dtrace v0.2.3
9892023-12-01T20:00:33.040Z Downloaded slog-bunyan v2.4.0
9902023-12-01T20:00:33.050Z Downloaded getrandom v0.2.10
9912023-12-01T20:00:33.059Z Downloaded serde_tokenstream v0.2.0
9922023-12-01T20:00:33.059Z Downloaded russh-keys v0.38.0
9932023-12-01T20:00:33.059Z Downloaded vsss-rs v3.3.1
9942023-12-01T20:00:33.470Z Downloaded aes-gcm v0.10.3
9952023-12-01T20:00:33.470Z Downloaded clap_builder v4.4.2
9962023-12-01T20:00:33.475Z Downloaded structmeta v0.2.0
9972023-12-01T20:00:33.475Z Downloaded usdt-impl v0.3.5
9982023-12-01T20:00:33.475Z Downloaded rustversion v1.0.14
9992023-12-01T20:00:33.475Z Downloaded float-cmp v0.9.0
10002023-12-01T20:00:33.475Z Downloaded serde_derive_internals v0.26.0
10012023-12-01T20:00:33.475Z Downloaded log v0.4.20
10022023-12-01T20:00:33.475Z Downloaded schemars v0.8.13
10032023-12-01T20:00:33.475Z Downloaded headers v0.3.9
10042023-12-01T20:00:33.475Z Downloaded ed25519-dalek v2.0.0
10052023-12-01T20:00:33.475Z Downloaded thread-id v4.2.0
10062023-12-01T20:00:33.475Z Downloaded flate2 v1.0.28
10072023-12-01T20:00:33.475Z Downloaded signal-hook v0.3.17
10082023-12-01T20:00:33.475Z Downloaded schemars_derive v0.8.13
10092023-12-01T20:00:33.475Z Downloaded yasna v0.5.2
10102023-12-01T20:00:33.475Z Downloaded getopts v0.2.21
10112023-12-01T20:00:33.475Z Downloaded futures-io v0.3.29
10122023-12-01T20:00:33.475Z Downloaded hyper-tls v0.5.0
10132023-12-01T20:00:33.475Z Downloaded getrandom v0.1.16
10142023-12-01T20:00:33.475Z Downloaded xattr v1.0.1
10152023-12-01T20:00:33.475Z Downloaded der v0.7.8
10162023-12-01T20:00:33.482Z Downloaded omicron-zone-package v0.9.1
10172023-12-01T20:00:33.482Z Downloaded crossbeam-channel v0.5.8
10182023-12-01T20:00:33.482Z Downloaded structopt v0.3.26
10192023-12-01T20:00:33.482Z Downloaded tokio-native-tls v0.3.1
10202023-12-01T20:00:33.482Z Downloaded futures-sink v0.3.29
10212023-12-01T20:00:33.482Z Downloaded ucd-trie v0.1.6
10222023-12-01T20:00:33.482Z Downloaded zeroize_derive v1.4.2
10232023-12-01T20:00:33.482Z Downloaded futures-executor v0.3.29
10242023-12-01T20:00:33.482Z Downloaded socket2 v0.4.9
10252023-12-01T20:00:33.482Z Downloaded subprocess v0.2.9
10262023-12-01T20:00:33.482Z Downloaded serde_with_macros v2.3.3
10272023-12-01T20:00:33.482Z Downloaded futures-core v0.3.29
10282023-12-01T20:00:33.482Z Downloaded zip v0.6.6
10292023-12-01T20:00:33.482Z Downloaded sha2 v0.10.8
10302023-12-01T20:00:33.482Z Downloaded elliptic-curve v0.13.5
10312023-12-01T20:00:33.482Z Downloaded tungstenite v0.20.1
10322023-12-01T20:00:33.482Z Downloaded usdt v0.3.5
10332023-12-01T20:00:33.482Z Downloaded aes v0.8.3
10342023-12-01T20:00:33.482Z Downloaded spki v0.7.2
10352023-12-01T20:00:33.483Z Downloaded hex-literal v0.4.1
10362023-12-01T20:00:33.483Z Downloaded serde_repr v0.1.16
10372023-12-01T20:00:33.483Z Downloaded slog-term v2.9.0
10382023-12-01T20:00:33.483Z Downloaded clap v4.4.3
10392023-12-01T20:00:33.483Z Downloaded chacha20poly1305 v0.10.1
10402023-12-01T20:00:33.483Z Downloaded arc-swap v1.6.0
10412023-12-01T20:00:33.483Z Downloaded openssl-sys v0.9.96
10422023-12-01T20:00:33.483Z Downloaded futures-macro v0.3.29
10432023-12-01T20:00:33.483Z Downloaded base64 v0.21.5
10442023-12-01T20:00:33.496Z Downloaded half v1.8.2
10452023-12-01T20:00:33.496Z Downloaded ryu v1.0.15
10462023-12-01T20:00:33.496Z Downloaded ipnetwork v0.20.0
10472023-12-01T20:00:33.496Z Downloaded fnv v1.0.7
10482023-12-01T20:00:33.496Z Downloaded serde_spanned v0.6.4
10492023-12-01T20:00:33.496Z Downloaded futures-channel v0.3.29
10502023-12-01T20:00:33.496Z Downloaded slab v0.4.9
10512023-12-01T20:00:33.496Z Downloaded slog-json v2.6.1
10522023-12-01T20:00:33.496Z Downloaded thread_local v1.1.7
10532023-12-01T20:00:33.496Z Downloaded structmeta-derive v0.2.0
10542023-12-01T20:00:33.496Z Downloaded lock_api v0.4.10
10552023-12-01T20:00:33.497Z Downloaded rustls-native-certs v0.6.3
10562023-12-01T20:00:33.497Z Downloaded zerocopy v0.6.4
10572023-12-01T20:00:33.497Z Downloaded uuid v1.6.1
10582023-12-01T20:00:33.497Z Downloaded unicode-ident v1.0.12
10592023-12-01T20:00:33.497Z Downloaded pin-project v1.1.3
10602023-12-01T20:00:33.497Z Downloaded mio v0.8.9
10612023-12-01T20:00:33.497Z Downloaded thiserror-no-std v2.0.2
10622023-12-01T20:00:33.497Z Downloaded thiserror-impl-no-std v2.0.2
10632023-12-01T20:00:33.497Z Downloaded rand_chacha v0.2.2
10642023-12-01T20:00:33.497Z Downloaded synstructure v0.12.6
10652023-12-01T20:00:33.497Z Downloaded bytes v1.5.0
10662023-12-01T20:00:33.497Z Downloaded foreign-types-macros v0.2.3
10672023-12-01T20:00:33.497Z Downloaded semver v0.11.0
10682023-12-01T20:00:33.497Z Downloaded string_cache v0.8.7
10692023-12-01T20:00:33.497Z Downloaded hex v0.4.3
10702023-12-01T20:00:33.497Z Downloaded heck v0.4.1
10712023-12-01T20:00:33.497Z Downloaded want v0.3.1
10722023-12-01T20:00:33.498Z Downloaded diesel_derives v2.1.2
10732023-12-01T20:00:33.498Z Downloaded tokio-tungstenite v0.20.1
10742023-12-01T20:00:33.498Z Downloaded parking_lot v0.12.1
10752023-12-01T20:00:33.498Z Downloaded crc32fast v1.3.2
10762023-12-01T20:00:33.498Z Downloaded colored v2.0.4
10772023-12-01T20:00:33.498Z Downloaded glob v0.3.1
10782023-12-01T20:00:33.498Z Downloaded backtrace v0.3.69
10792023-12-01T20:00:33.498Z Downloaded group v0.13.0
10802023-12-01T20:00:33.498Z Downloaded crypto-bigint v0.5.2
10812023-12-01T20:00:33.500Z Downloaded strsim v0.10.0
10822023-12-01T20:00:33.500Z Downloaded strsim v0.8.0
10832023-12-01T20:00:33.500Z Downloaded stringprep v0.1.3
10842023-12-01T20:00:33.500Z Downloaded hostname v0.3.1
10852023-12-01T20:00:33.500Z Downloaded fixedbitset v0.4.2
10862023-12-01T20:00:33.500Z Downloaded signal-hook-registry v1.4.1
10872023-12-01T20:00:33.500Z Downloaded signal-hook-mio v0.2.3
10882023-12-01T20:00:33.500Z Downloaded enum-as-inner v0.5.1
10892023-12-01T20:00:33.500Z Downloaded zone v0.3.0
10902023-12-01T20:00:33.500Z Downloaded siphasher v0.3.11
10912023-12-01T20:00:33.500Z Downloaded instant v0.1.12
10922023-12-01T20:00:33.500Z Downloaded take_mut v0.2.2
10932023-12-01T20:00:33.500Z Downloaded postgres-types v0.2.6
10942023-12-01T20:00:33.500Z Downloaded proc-macro-error v1.0.4
10952023-12-01T20:00:33.500Z Downloaded http-range v0.1.5
10962023-12-01T20:00:33.505Z Downloaded ff v0.13.0
10972023-12-01T20:00:33.505Z Downloaded vec_map v0.8.2
10982023-12-01T20:00:33.505Z Downloaded parking_lot_core v0.9.8
10992023-12-01T20:00:33.505Z Downloaded parking_lot v0.11.2
11002023-12-01T20:00:33.506Z Downloaded signature v2.1.0
11012023-12-01T20:00:33.506Z Downloaded scheduled-thread-pool v0.2.7
11022023-12-01T20:00:33.506Z Downloaded hubpack v0.1.2
11032023-12-01T20:00:33.506Z Downloaded errno v0.3.2
11042023-12-01T20:00:33.506Z Downloaded crossbeam-utils v0.8.16
11052023-12-01T20:00:33.506Z Downloaded whoami v1.4.1
11062023-12-01T20:00:33.506Z Downloaded parking_lot_core v0.8.6
11072023-12-01T20:00:33.506Z Downloaded fastrand v2.0.0
11082023-12-01T20:00:33.506Z Downloaded fallible-iterator v0.2.0
11092023-12-01T20:00:33.506Z Downloaded either v1.9.0
11102023-12-01T20:00:33.506Z Downloaded ed25519 v2.2.2
11112023-12-01T20:00:33.507Z Downloaded zerocopy v0.3.0
11122023-12-01T20:00:33.507Z Downloaded untrusted v0.9.0
11132023-12-01T20:00:33.507Z Downloaded untrusted v0.7.1
11142023-12-01T20:00:33.507Z Downloaded native-tls v0.2.11
11152023-12-01T20:00:33.514Z Downloaded match_cfg v0.1.0
11162023-12-01T20:00:33.514Z Downloaded clap_derive v4.4.2
11172023-12-01T20:00:33.514Z Downloaded dof v0.1.5
11182023-12-01T20:00:33.520Z Downloaded chacha20 v0.9.1
11192023-12-01T20:00:33.520Z Downloaded ciborium-ll v0.2.1
11202023-12-01T20:00:33.520Z Downloaded camino v1.1.6
11212023-12-01T20:00:33.527Z Downloaded base64ct v1.6.0
11222023-12-01T20:00:33.527Z Downloaded argon2 v0.5.2
11232023-12-01T20:00:33.533Z Downloaded rand_core v0.5.1
11242023-12-01T20:00:33.533Z Downloaded predicates-core v1.0.6
11252023-12-01T20:00:33.533Z Downloaded darling v0.20.3
11262023-12-01T20:00:33.542Z Downloaded bzip2 v0.4.4
11272023-12-01T20:00:33.551Z Downloaded console v0.15.7
11282023-12-01T20:00:33.555Z Downloaded r2d2 v0.8.10
11292023-12-01T20:00:33.555Z Downloaded equivalent v1.0.1
11302023-12-01T20:00:33.560Z Downloaded utf8parse v0.2.1
11312023-12-01T20:00:33.560Z Downloaded tokio-macros v2.2.0
11322023-12-01T20:00:33.560Z Downloaded proc-macro-error-attr v1.0.4
11332023-12-01T20:00:33.560Z Downloaded percent-encoding v2.3.1
11342023-12-01T20:00:33.560Z Downloaded pbkdf2 v0.12.2
11352023-12-01T20:00:33.560Z Downloaded zone_cfg_derive v0.3.0
11362023-12-01T20:00:33.560Z Downloaded polyval v0.6.1
11372023-12-01T20:00:33.560Z Downloaded pkg-config v0.3.27
11382023-12-01T20:00:33.570Z Downloaded num_cpus v1.16.0
11392023-12-01T20:00:33.570Z Downloaded digest v0.10.7
11402023-12-01T20:00:33.580Z Downloaded blake2 v0.10.6
11412023-12-01T20:00:33.580Z Downloaded headers-core v0.2.0
11422023-12-01T20:00:33.580Z Downloaded try-lock v0.2.4
11432023-12-01T20:00:33.580Z Downloaded phf v0.11.2
11442023-12-01T20:00:33.580Z Downloaded num-traits v0.2.16
11452023-12-01T20:00:33.590Z Downloaded ansi_term v0.12.1
11462023-12-01T20:00:33.590Z Downloaded toolchain_find v0.2.0
11472023-12-01T20:00:33.590Z Downloaded tower-service v0.3.2
11482023-12-01T20:00:33.590Z Downloaded cfg-if v0.1.10
11492023-12-01T20:00:33.590Z Downloaded bit-set v0.5.3
11502023-12-01T20:00:33.603Z Downloaded ppv-lite86 v0.2.17
11512023-12-01T20:00:33.603Z Downloaded pem v3.0.2
11522023-12-01T20:00:33.603Z Downloaded parse-display v0.8.2
11532023-12-01T20:00:33.603Z Downloaded debug-ignore v1.0.5
11542023-12-01T20:00:33.615Z Downloaded pin-project-lite v0.2.13
11552023-12-01T20:00:33.615Z Downloaded cbc v0.1.2
11562023-12-01T20:00:33.615Z Downloaded blowfish v0.9.1
11572023-12-01T20:00:33.615Z Downloaded cfg-if v1.0.0
11582023-12-01T20:00:33.627Z Downloaded camino-tempfile v1.1.1
11592023-12-01T20:00:33.627Z Downloaded byteorder v1.5.0
11602023-12-01T20:00:33.627Z Downloaded bitflags v1.3.2
11612023-12-01T20:00:33.627Z Downloaded postcard v0.7.3
11622023-12-01T20:00:33.634Z Downloaded anstyle-query v1.0.0
11632023-12-01T20:00:33.634Z Downloaded toml_datetime v0.6.5
11642023-12-01T20:00:33.634Z Downloaded pretty-hex v0.4.0
11652023-12-01T20:00:33.634Z Downloaded once_cell v1.18.0
11662023-12-01T20:00:33.636Z Downloaded ctr v0.9.2
11672023-12-01T20:00:33.637Z Downloaded proc-macro-crate v1.3.1
11682023-12-01T20:00:33.639Z Downloaded postcard-cobs v0.1.5-pre
11692023-12-01T20:00:33.642Z Downloaded dirs-sys-next v0.1.2
11702023-12-01T20:00:33.642Z Downloaded dirs-next v2.0.0
11712023-12-01T20:00:33.644Z Downloaded base16ct v0.2.0
11722023-12-01T20:00:33.647Z Downloaded autocfg v1.1.0
11732023-12-01T20:00:33.647Z Downloaded atomic-waker v1.1.1
11742023-12-01T20:00:33.650Z Downloaded pest_generator v2.7.2
11752023-12-01T20:00:33.652Z Downloaded addr2line v0.21.0
11762023-12-01T20:00:33.655Z Downloaded parse-display-derive v0.8.2
11772023-12-01T20:00:33.658Z Downloaded option-ext v0.2.0
11782023-12-01T20:00:33.658Z Downloaded dtrace-parser v0.1.14
11792023-12-01T20:00:33.660Z Downloaded normalize-line-endings v0.3.0
11802023-12-01T20:00:33.660Z Downloaded deranged v0.3.8
11812023-12-01T20:00:33.663Z Downloaded precomputed-hash v0.1.1
11822023-12-01T20:00:33.663Z Downloaded darling_macro v0.20.3
11832023-12-01T20:00:33.663Z Downloaded cstr-argument v0.1.2
11842023-12-01T20:00:33.675Z Downloaded doc-comment v0.3.3
11852023-12-01T20:00:33.675Z Downloaded atty v0.2.14
11862023-12-01T20:00:33.675Z Downloaded darling_core v0.20.3
11872023-12-01T20:00:33.678Z Downloaded anstyle-parse v0.2.1
11882023-12-01T20:00:33.681Z Downloaded rand_chacha v0.3.1
11892023-12-01T20:00:33.681Z Downloaded quick-error v1.2.3
11902023-12-01T20:00:33.684Z Downloaded num-complex v0.4.4
11912023-12-01T20:00:33.686Z Downloaded mime_guess v2.0.4
11922023-12-01T20:00:33.689Z Downloaded bit-vec v0.6.3
11932023-12-01T20:00:33.692Z Downloaded async-stream v0.3.5
11942023-12-01T20:00:33.694Z Downloaded multer v2.1.0
11952023-12-01T20:00:33.697Z Downloaded anyhow v1.0.75
11962023-12-01T20:00:33.702Z Downloaded curve25519-dalek-derive v0.1.0
11972023-12-01T20:00:33.704Z Downloaded num-iter v0.1.43
11982023-12-01T20:00:33.707Z Downloaded num-integer v0.1.45
11992023-12-01T20:00:33.710Z Downloaded nibble_vec v0.1.0
12002023-12-01T20:00:33.710Z Downloaded num-rational v0.4.1
12012023-12-01T20:00:33.712Z Downloaded num-derive v0.4.0
12022023-12-01T20:00:33.715Z Downloaded num v0.4.1
12032023-12-01T20:00:33.718Z Downloaded mime v0.3.17
12042023-12-01T20:00:33.720Z Downloaded memoffset v0.9.0
12052023-12-01T20:00:33.720Z Downloaded dyn-clone v1.0.13
12062023-12-01T20:00:33.723Z Downloaded clap_lex v0.5.1
12072023-12-01T20:00:33.725Z Downloaded cipher v0.4.4
12082023-12-01T20:00:33.728Z Downloaded anstyle v1.0.2
12092023-12-01T20:00:33.731Z Downloaded cpufeatures v0.2.9
12102023-12-01T20:00:33.731Z Downloaded adler v1.0.2
12112023-12-01T20:00:34.104Z Compiling proc-macro2 v1.0.69
12122023-12-01T20:00:34.104Z Compiling unicode-ident v1.0.12
12132023-12-01T20:00:34.107Z Compiling libc v0.2.150
12142023-12-01T20:00:34.107Z Compiling serde v1.0.192
12152023-12-01T20:00:34.123Z Compiling autocfg v1.1.0
12162023-12-01T20:00:34.126Z Compiling version_check v0.9.4
12172023-12-01T20:00:34.126Z Compiling cfg-if v1.0.0
12182023-12-01T20:00:34.126Z Compiling syn v1.0.109
12192023-12-01T20:00:34.467Z Compiling parking_lot_core v0.9.8
12202023-12-01T20:00:34.494Z Compiling typenum v1.16.0
12212023-12-01T20:00:35.233Z Compiling libm v0.2.7
12222023-12-01T20:00:35.336Z Compiling lock_api v0.4.10
12232023-12-01T20:00:37.501Z Compiling generic-array v0.14.7
12242023-12-01T20:00:37.533Z Compiling once_cell v1.18.0
12252023-12-01T20:00:37.602Z Compiling num-traits v0.2.16
12262023-12-01T20:00:37.617Z Compiling thiserror v1.0.49
12272023-12-01T20:00:37.670Z Compiling futures-core v0.3.29
12282023-12-01T20:00:38.051Z Compiling serde_json v1.0.108
12292023-12-01T20:00:38.138Z Compiling slab v0.4.9
12302023-12-01T20:00:38.262Z Compiling futures-task v0.3.29
12312023-12-01T20:00:38.265Z Compiling futures-channel v0.3.29
12322023-12-01T20:00:38.484Z Compiling memchr v2.6.3
12332023-12-01T20:00:38.521Z Compiling futures-util v0.3.29
12342023-12-01T20:00:38.602Z Compiling itoa v1.0.9
12352023-12-01T20:00:38.743Z Compiling pkg-config v0.3.27
12362023-12-01T20:00:38.926Z Compiling quote v1.0.33
12372023-12-01T20:00:39.160Z Compiling log v0.4.20
12382023-12-01T20:00:39.916Z Compiling syn v2.0.32
12392023-12-01T20:00:40.026Z Compiling cc v1.0.83
12402023-12-01T20:00:40.245Z Compiling getrandom v0.2.10
12412023-12-01T20:00:40.897Z Compiling rand_core v0.6.4
12422023-12-01T20:00:40.964Z Compiling scopeguard v1.2.0
12432023-12-01T20:00:41.509Z Compiling heck v0.4.1
12442023-12-01T20:00:42.112Z Compiling ryu v1.0.15
12452023-12-01T20:00:42.550Z Compiling smallvec v1.11.0
12462023-12-01T20:00:42.738Z Compiling vcpkg v0.2.15
12472023-12-01T20:00:43.160Z Compiling schemars v0.8.13
12482023-12-01T20:00:43.461Z Compiling subtle v2.5.0
12492023-12-01T20:00:43.634Z Compiling httparse v1.8.0
12502023-12-01T20:00:43.979Z Compiling indexmap v1.9.3
12512023-12-01T20:00:44.240Z Compiling hashbrown v0.14.2
12522023-12-01T20:00:44.412Z Compiling equivalent v1.0.1
12532023-12-01T20:00:44.556Z Compiling pin-project-lite v0.2.13
12542023-12-01T20:00:45.183Z Compiling ring v0.17.5
12552023-12-01T20:00:45.495Z Compiling ring v0.16.20
12562023-12-01T20:00:45.639Z Compiling semver v1.0.20
12572023-12-01T20:00:46.391Z Compiling parking_lot v0.12.1
12582023-12-01T20:00:46.429Z Compiling openssl-sys v0.9.96
12592023-12-01T20:00:47.118Z Compiling ahash v0.8.3
12602023-12-01T20:00:47.228Z Compiling fnv v1.0.7
12612023-12-01T20:00:48.053Z Compiling openssl v0.10.60
12622023-12-01T20:00:48.237Z Compiling signal-hook-registry v1.4.1
12632023-12-01T20:00:48.327Z Compiling iana-time-zone v0.1.57
12642023-12-01T20:00:48.621Z Compiling rustls v0.21.9
12652023-12-01T20:00:48.972Z Compiling ucd-trie v0.1.6
12662023-12-01T20:00:49.216Z Compiling mio v0.8.9
12672023-12-01T20:00:49.575Z Compiling native-tls v0.2.11
12682023-12-01T20:00:50.050Z Compiling num_cpus v1.16.0
12692023-12-01T20:00:50.083Z Compiling socket2 v0.5.5
12702023-12-01T20:00:50.384Z Compiling byteorder v1.5.0
12712023-12-01T20:00:50.661Z Compiling spin v0.5.2
12722023-12-01T20:00:51.187Z Compiling dyn-clone v1.0.13
12732023-12-01T20:00:51.293Z Compiling async-trait v0.1.74
12742023-12-01T20:00:51.502Z Compiling futures-sink v0.3.29
12752023-12-01T20:00:51.617Z Compiling serde_derive_internals v0.26.0
12762023-12-01T20:00:51.887Z Compiling aho-corasick v1.0.4
12772023-12-01T20:00:52.395Z Compiling tinyvec_macros v0.1.1
12782023-12-01T20:00:52.417Z Compiling const-oid v0.9.5
12792023-12-01T20:00:52.671Z Compiling regex-syntax v0.8.2
12802023-12-01T20:00:52.852Z Compiling rustix v0.38.25
12812023-12-01T20:00:53.095Z Compiling tinyvec v1.6.0
12822023-12-01T20:00:54.370Z Compiling hashbrown v0.13.2
12832023-12-01T20:00:56.142Z Compiling backtrace v0.3.69
12842023-12-01T20:00:56.321Z Compiling futures-io v0.3.29
12852023-12-01T20:00:56.351Z Compiling winnow v0.5.15
12862023-12-01T20:00:56.757Z Compiling pin-utils v0.1.0
12872023-12-01T20:00:56.778Z Compiling unicode-normalization v0.1.22
12882023-12-01T20:00:56.874Z Compiling spin v0.9.8
12892023-12-01T20:00:56.931Z Compiling tracing-core v0.1.31
12902023-12-01T20:00:57.657Z Compiling unicode-bidi v0.3.13
12912023-12-01T20:00:58.577Z Compiling regex-automata v0.4.3
12922023-12-01T20:00:59.609Z Compiling cpufeatures v0.2.9
12932023-12-01T20:00:59.726Z Compiling crc32fast v1.3.2
12942023-12-01T20:01:00.083Z Compiling anyhow v1.0.75
12952023-12-01T20:01:01.448Z Compiling time-core v0.1.1
12962023-12-01T20:01:02.034Z Compiling base64 v0.21.5
12972023-12-01T20:01:02.181Z Compiling time-macros v0.2.13
12982023-12-01T20:01:03.546Z Compiling serde_derive v1.0.192
12992023-12-01T20:01:03.863Z Compiling zeroize_derive v1.4.2
13002023-12-01T20:01:04.030Z Compiling thiserror-impl v1.0.49
13012023-12-01T20:01:04.175Z Compiling tokio-macros v2.2.0
13022023-12-01T20:01:06.355Z Compiling futures-macro v0.3.29
13032023-12-01T20:01:06.664Z Compiling zeroize v1.7.0
13042023-12-01T20:01:07.193Z Compiling tracing-attributes v0.1.26
13052023-12-01T20:01:08.293Z Compiling schemars_derive v0.8.13
13062023-12-01T20:01:09.618Z Compiling crypto-common v0.1.6
13072023-12-01T20:01:09.640Z Compiling pest v2.7.2
13082023-12-01T20:01:09.798Z Compiling openssl-macros v0.1.1
13092023-12-01T20:01:10.109Z Compiling block-buffer v0.10.4
13102023-12-01T20:01:10.511Z Compiling digest v0.10.7
13112023-12-01T20:01:11.242Z Compiling regex v1.10.2
13122023-12-01T20:01:13.698Z Compiling tracing v0.1.37
13132023-12-01T20:01:13.801Z Compiling num-integer v0.1.45
13142023-12-01T20:01:13.946Z Compiling slog v2.7.0
13152023-12-01T20:01:14.219Z Compiling percent-encoding v2.3.1
13162023-12-01T20:01:14.404Z Compiling foreign-types-shared v0.1.1
13172023-12-01T20:01:14.469Z Compiling openssl-probe v0.1.5
13182023-12-01T20:01:14.546Z Compiling unicode-xid v0.2.4
13192023-12-01T20:01:14.694Z Compiling hashbrown v0.12.3
13202023-12-01T20:01:14.778Z Compiling untrusted v0.7.1
13212023-12-01T20:01:14.795Z Compiling untrusted v0.9.0
13222023-12-01T20:01:14.927Z Compiling unicode-width v0.1.11
13232023-12-01T20:01:15.157Z Compiling synstructure v0.12.6
13242023-12-01T20:01:15.260Z Compiling foreign-types v0.3.2
13252023-12-01T20:01:18.484Z Compiling errno v0.3.2
13262023-12-01T20:01:18.898Z Compiling try-lock v0.2.4
13272023-12-01T20:01:19.086Z Compiling ppv-lite86 v0.2.17
13282023-12-01T20:01:20.350Z Compiling want v0.3.1
13292023-12-01T20:01:20.853Z Compiling rustls-webpki v0.101.7
13302023-12-01T20:01:21.220Z Compiling sct v0.7.0
13312023-12-01T20:01:21.543Z Compiling zerocopy-derive v0.2.0
13322023-12-01T20:01:21.680Z Compiling form_urlencoded v1.2.1
13332023-12-01T20:01:21.889Z Compiling pest_meta v2.7.2
13342023-12-01T20:01:22.947Z Compiling socket2 v0.4.9
13352023-12-01T20:01:23.181Z Compiling tower-service v0.3.2
13362023-12-01T20:01:23.343Z Compiling httpdate v1.0.3
13372023-12-01T20:01:24.100Z Compiling io-lifetimes v1.0.11
13382023-12-01T20:01:24.270Z Compiling pest_generator v2.7.2
13392023-12-01T20:01:24.992Z Compiling rustls-pemfile v1.0.3
13402023-12-01T20:01:25.473Z Compiling idna v0.5.0
13412023-12-01T20:01:25.545Z Compiling lazy_static v1.4.0
13422023-12-01T20:01:26.364Z Compiling adler v1.0.2
13432023-12-01T20:01:26.681Z Compiling crossbeam-utils v0.8.16
13442023-12-01T20:01:27.483Z Compiling bytes v1.5.0
13452023-12-01T20:01:27.947Z Compiling indexmap v2.1.0
13462023-12-01T20:01:28.174Z Compiling uuid v1.6.1
13472023-12-01T20:01:29.544Z Compiling chrono v0.4.31
13482023-12-01T20:01:29.713Z Compiling http v0.2.11
13492023-12-01T20:01:29.739Z Compiling tokio v1.34.0
13502023-12-01T20:01:30.202Z Compiling serde_spanned v0.6.4
13512023-12-01T20:01:30.562Z Compiling toml_datetime v0.6.5
13522023-12-01T20:01:30.764Z Compiling bitflags v2.4.0
13532023-12-01T20:01:31.390Z Compiling toml_edit v0.19.15
13542023-12-01T20:01:32.853Z Compiling rustc_version v0.4.0
13552023-12-01T20:01:34.085Z Compiling http-body v0.4.5
13562023-12-01T20:01:36.046Z Compiling openapiv3 v2.0.0-rc.1
13572023-12-01T20:01:36.991Z Compiling pest_derive v2.7.2
13582023-12-01T20:01:40.081Z Compiling url v2.5.0
13592023-12-01T20:01:42.708Z Compiling tokio-util v0.7.10
13602023-12-01T20:01:43.211Z Compiling tokio-rustls v0.24.1
13612023-12-01T20:01:43.832Z Compiling miniz_oxide v0.7.1
13622023-12-01T20:01:44.478Z Compiling h2 v0.3.21
13632023-12-01T20:01:44.846Z Compiling rustls-native-certs v0.6.3
13642023-12-01T20:01:45.191Z Compiling tokio-native-tls v0.3.1
13652023-12-01T20:01:45.466Z Compiling rand_chacha v0.3.1
13662023-12-01T20:01:45.490Z Compiling usdt-impl v0.3.5
13672023-12-01T20:01:45.571Z Compiling ipnet v2.8.0
13682023-12-01T20:01:46.393Z Compiling rustix v0.37.23
13692023-12-01T20:01:47.610Z Compiling rand v0.8.5
13702023-12-01T20:01:48.458Z Compiling serde_urlencoded v0.7.1
13712023-12-01T20:01:48.856Z Compiling encoding_rs v0.8.33
13722023-12-01T20:01:48.954Z Compiling mime v0.3.17
13732023-12-01T20:01:49.247Z Compiling gimli v0.28.0
13742023-12-01T20:01:49.874Z Compiling webpki-roots v0.25.2
13752023-12-01T20:01:51.744Z Compiling zerocopy v0.3.0
13762023-12-01T20:01:52.116Z Compiling object v0.32.1
13772023-12-01T20:01:53.014Z Compiling num-bigint v0.4.4
13782023-12-01T20:01:54.847Z Compiling rustc-demangle v0.1.23
13792023-12-01T20:01:54.902Z Compiling dof v0.1.5
13802023-12-01T20:01:54.994Z Compiling flate2 v1.0.28
13812023-12-01T20:01:55.344Z Compiling dtrace-parser v0.1.14
13822023-12-01T20:01:56.396Z Compiling hyper v0.14.27
13832023-12-01T20:01:56.464Z Compiling addr2line v0.21.0
13842023-12-01T20:01:56.542Z Compiling heapless v0.7.16
13852023-12-01T20:01:56.711Z Compiling serde_tokenstream v0.2.0
13862023-12-01T20:01:57.521Z Compiling bzip2-sys v0.1.11+1.0.8
13872023-12-01T20:01:57.596Z Compiling thread-id v4.2.0
13882023-12-01T20:01:57.624Z Compiling rustversion v1.0.14
13892023-12-01T20:01:58.173Z Compiling signal-hook v0.3.17
13902023-12-01T20:01:58.709Z Compiling toml v0.7.8
13912023-12-01T20:01:59.147Z Compiling toml_edit v0.21.0
13922023-12-01T20:02:01.452Z Compiling serde_tokenstream v0.1.7
13932023-12-01T20:02:01.501Z Compiling hex v0.4.3
13942023-12-01T20:02:02.262Z Compiling zerocopy-derive v0.6.4
13952023-12-01T20:02:02.283Z Compiling regress v0.7.1
13962023-12-01T20:02:02.541Z Compiling memoffset v0.9.0
13972023-12-01T20:02:02.989Z Compiling strsim v0.10.0
13982023-12-01T20:02:06.184Z Compiling bitflags v1.3.2
13992023-12-01T20:02:06.318Z Compiling doc-comment v0.3.3
14002023-12-01T20:02:07.301Z Compiling smoltcp v0.9.1
14012023-12-01T20:02:07.649Z Compiling hyper-rustls v0.24.2
14022023-12-01T20:02:07.934Z Compiling hyper-tls v0.5.0
14032023-12-01T20:02:07.981Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14042023-12-01T20:02:08.433Z Compiling reqwest v0.11.22
14052023-12-01T20:02:08.463Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14062023-12-01T20:02:09.688Z Compiling strum_macros v0.25.2
14072023-12-01T20:02:11.245Z Compiling usdt-attr-macro v0.3.5
14082023-12-01T20:02:11.416Z Compiling usdt-macro v0.3.5
14092023-12-01T20:02:13.173Z Compiling enum-as-inner v0.5.1
14102023-12-01T20:02:13.626Z Compiling crossbeam-epoch v0.9.15
14112023-12-01T20:02:14.305Z Compiling num-iter v0.1.43
14122023-12-01T20:02:14.682Z Compiling siphasher v0.3.11
14132023-12-01T20:02:14.749Z Compiling unicode-segmentation v1.10.1
14142023-12-01T20:02:15.455Z Compiling hubpack_derive v0.1.1
14152023-12-01T20:02:16.165Z Compiling pin-project-internal v1.1.3
14162023-12-01T20:02:16.808Z Compiling utf8parse v0.2.1
14172023-12-01T20:02:17.359Z Compiling deranged v0.3.8
14182023-12-01T20:02:18.301Z Compiling num_threads v0.1.6
14192023-12-01T20:02:18.608Z Compiling anstyle v1.0.2
14202023-12-01T20:02:19.286Z Compiling sha2 v0.10.8
14212023-12-01T20:02:20.340Z Compiling time v0.3.27
14222023-12-01T20:02:21.092Z Compiling anstyle-parse v0.2.1
14232023-12-01T20:02:21.620Z Compiling hmac v0.12.1
14242023-12-01T20:02:21.948Z Compiling md-5 v0.10.5
14252023-12-01T20:02:22.920Z Compiling block-padding v0.3.3
14262023-12-01T20:02:23.308Z Compiling clap_derive v4.4.2
14272023-12-01T20:02:23.534Z Compiling stringprep v0.1.3
14282023-12-01T20:02:23.784Z Compiling hash32 v0.2.1
14292023-12-01T20:02:24.347Z Compiling diesel_table_macro_syntax v0.1.0
14302023-12-01T20:02:24.967Z Compiling fallible-iterator v0.2.0
14312023-12-01T20:02:25.145Z Compiling anstyle-query v1.0.0
14322023-12-01T20:02:25.660Z Compiling colorchoice v1.0.0
14332023-12-01T20:02:25.885Z Compiling stable_deref_trait v1.2.0
14342023-12-01T20:02:26.032Z Compiling either v1.9.0
14352023-12-01T20:02:26.573Z Compiling postgres-protocol v0.6.6
14362023-12-01T20:02:27.156Z Compiling anstream v0.5.0
14372023-12-01T20:02:28.736Z Compiling diesel_derives v2.1.2
14382023-12-01T20:02:29.051Z Compiling terminal_size v0.2.6
14392023-12-01T20:02:29.312Z Compiling inout v0.1.3
14402023-12-01T20:02:30.765Z Compiling phf_shared v0.11.2
14412023-12-01T20:02:32.098Z Compiling getopts v0.2.21
14422023-12-01T20:02:32.256Z Compiling snafu-derive v0.7.5
14432023-12-01T20:02:32.293Z Compiling serde_repr v0.1.16
14442023-12-01T20:02:32.929Z Compiling scheduled-thread-pool v0.2.7
14452023-12-01T20:02:34.010Z Compiling bit-vec v0.6.3
14462023-12-01T20:02:34.155Z Compiling unsafe-libyaml v0.2.9
14472023-12-01T20:02:34.974Z Compiling managed v0.8.0
14482023-12-01T20:02:35.409Z Compiling regex-automata v0.1.10
14492023-12-01T20:02:35.716Z Compiling matches v0.1.10
14502023-12-01T20:02:36.013Z Compiling clap_lex v0.5.1
14512023-12-01T20:02:36.162Z Compiling bstr v0.2.17
14522023-12-01T20:02:36.784Z Compiling clap_builder v4.4.2
14532023-12-01T20:02:37.276Z Compiling serde_yaml v0.9.25
14542023-12-01T20:02:38.574Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14552023-12-01T20:02:38.592Z Compiling idna v0.2.3
14562023-12-01T20:02:44.469Z Compiling r2d2 v0.8.10
14572023-12-01T20:02:46.192Z Compiling phf v0.11.2
14582023-12-01T20:02:46.623Z Compiling signal-hook-mio v0.2.3
14592023-12-01T20:02:46.956Z Compiling cipher v0.4.4
14602023-12-01T20:02:47.097Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14612023-12-01T20:02:47.289Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14622023-12-01T20:02:47.785Z Compiling bzip2 v0.4.4
14632023-12-01T20:02:48.347Z Compiling postgres-types v0.2.6
14642023-12-01T20:02:48.349Z Compiling itertools v0.11.0
14652023-12-01T20:02:50.614Z Compiling pin-project v1.1.3
14662023-12-01T20:02:50.817Z Compiling hubpack v0.1.2
14672023-12-01T20:02:51.508Z Compiling phf_shared v0.10.0
14682023-12-01T20:02:52.498Z Compiling zerocopy v0.6.4
14692023-12-01T20:02:52.865Z Compiling ipnetwork v0.20.0
14702023-12-01T20:02:53.209Z Compiling futures-executor v0.3.29
14712023-12-01T20:02:53.339Z Compiling float-cmp v0.9.0
14722023-12-01T20:02:53.842Z Compiling normalize-line-endings v0.3.0
14732023-12-01T20:02:54.004Z Compiling predicates-core v1.0.6
14742023-12-01T20:02:54.302Z Compiling precomputed-hash v0.1.1
14752023-12-01T20:02:54.453Z Compiling data-encoding v2.4.0
14762023-12-01T20:02:55.691Z Compiling whoami v1.4.1
14772023-12-01T20:02:56.188Z Compiling new_debug_unreachable v1.0.4
14782023-12-01T20:02:56.668Z Compiling fixedbitset v0.4.2
14792023-12-01T20:02:57.407Z Compiling static_assertions v1.1.0
14802023-12-01T20:02:57.558Z Compiling difflib v0.4.0
14812023-12-01T20:02:58.511Z Compiling regex-automata v0.3.8
14822023-12-01T20:02:58.514Z Compiling predicates v3.0.4
14832023-12-01T20:03:00.153Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14842023-12-01T20:03:00.203Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14852023-12-01T20:03:00.279Z Compiling petgraph v0.6.4
14862023-12-01T20:03:01.287Z Compiling bstr v1.6.0
14872023-12-01T20:03:02.537Z Compiling string_cache v0.8.7
14882023-12-01T20:03:02.862Z Compiling tokio-postgres v0.7.10
14892023-12-01T20:03:03.301Z Compiling diesel v2.1.4
14902023-12-01T20:03:03.982Z Compiling trust-dns-proto v0.22.0
14912023-12-01T20:03:06.936Z Compiling futures v0.3.29
14922023-12-01T20:03:09.979Z Compiling snafu v0.7.5
14932023-12-01T20:03:11.305Z Compiling yasna v0.5.2
14942023-12-01T20:03:11.371Z Compiling zip v0.6.6
14952023-12-01T20:03:13.623Z Compiling crossterm v0.27.0
14962023-12-01T20:03:15.284Z Compiling clap v4.4.3
14972023-12-01T20:03:15.440Z Compiling similar v2.2.1
14982023-12-01T20:03:17.780Z Compiling bit-set v0.5.3
14992023-12-01T20:03:18.204Z Compiling itertools v0.10.5
15002023-12-01T20:03:18.387Z Compiling usdt v0.3.5
15012023-12-01T20:03:19.374Z Compiling signature v2.1.0
15022023-12-01T20:03:19.584Z Compiling tokio-stream v0.1.14
15032023-12-01T20:03:19.739Z Compiling console v0.15.7
15042023-12-01T20:03:21.112Z Compiling lalrpop-util v0.19.12
15052023-12-01T20:04:02.343Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15062023-12-01T20:04:10.334Z Compiling sha1 v0.10.6
15072023-12-01T20:04:10.414Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15082023-12-01T20:04:11.072Z Compiling atty v0.2.14
15092023-12-01T20:04:12.889Z Compiling match_cfg v0.1.0
15102023-12-01T20:04:16.073Z Compiling hostname v0.3.1
15112023-12-01T20:04:18.231Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15122023-12-01T20:04:21.221Z Compiling dirs-sys-next v0.1.2
15132023-12-01T20:04:22.110Z Compiling dirs-next v2.0.0
15142023-12-01T20:04:22.221Z Compiling thread_local v1.1.7
15152023-12-01T20:04:22.251Z Compiling slog-async v2.8.0
15162023-12-01T20:04:22.372Z Compiling ident_case v1.0.1
15172023-12-01T20:04:22.634Z Compiling camino v1.1.6
15182023-12-01T20:04:23.111Z Compiling darling_core v0.20.3
15192023-12-01T20:04:23.132Z Compiling term v0.7.0
15202023-12-01T20:04:23.400Z Compiling crossbeam-channel v0.5.8
15212023-12-01T20:04:23.649Z Compiling multer v2.1.0
15222023-12-01T20:04:24.072Z Compiling instant v0.1.12
15232023-12-01T20:04:24.269Z Compiling take_mut v0.2.2
15242023-12-01T20:04:24.491Z Compiling paste v1.0.14
15252023-12-01T20:04:25.340Z Compiling slog-term v2.9.0
15262023-12-01T20:04:25.399Z Compiling slog-json v2.6.1
15272023-12-01T20:04:25.601Z Compiling async-stream-impl v0.3.5
15282023-12-01T20:04:25.841Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15292023-12-01T20:04:25.958Z Compiling atomic-waker v1.1.1
15302023-12-01T20:04:26.236Z Compiling waitgroup v0.1.2
15312023-12-01T20:04:26.370Z Compiling slog-bunyan v2.4.0
15322023-12-01T20:04:26.878Z Compiling toml v0.8.8
15332023-12-01T20:04:27.017Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15342023-12-01T20:04:27.303Z Compiling serde_path_to_error v0.1.14
15352023-12-01T20:04:27.909Z Compiling async-stream v0.3.5
15362023-12-01T20:04:28.326Z Compiling structmeta-derive v0.2.0
15372023-12-01T20:04:28.369Z Compiling debug-ignore v1.0.5
15382023-12-01T20:04:28.569Z Compiling strum v0.25.0
15392023-12-01T20:04:28.627Z Compiling regex-syntax v0.7.5
15402023-12-01T20:04:28.705Z Compiling backoff v0.4.0
15412023-12-01T20:04:28.804Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15422023-12-01T20:04:29.199Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15432023-12-01T20:04:29.419Z Compiling macaddr v1.0.1
15442023-12-01T20:04:29.727Z Compiling proc-macro-error-attr v1.0.4
15452023-12-01T20:04:29.939Z Compiling proc-macro-crate v1.3.1
15462023-12-01T20:04:30.182Z Compiling proc-macro-error v1.0.4
15472023-12-01T20:04:30.810Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15482023-12-01T20:04:31.333Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15492023-12-01T20:04:31.698Z Compiling num_enum_derive v0.5.11
15502023-12-01T20:04:31.763Z Compiling same-file v1.0.6
15512023-12-01T20:04:32.109Z Compiling postcard-cobs v0.1.5-pre
15522023-12-01T20:04:32.600Z Compiling fastrand v2.0.0
15532023-12-01T20:04:32.869Z Compiling postcard v0.7.3
15542023-12-01T20:04:33.336Z Compiling darling_macro v0.20.3
15552023-12-01T20:04:33.374Z Compiling structmeta v0.2.0
15562023-12-01T20:04:33.470Z Compiling tempfile v3.8.1
15572023-12-01T20:04:33.660Z Compiling walkdir v2.4.0
15582023-12-01T20:04:34.103Z Compiling smoltcp v0.8.2
15592023-12-01T20:04:34.804Z Compiling semver-parser v0.10.2
15602023-12-01T20:04:34.946Z Compiling darling v0.20.3
15612023-12-01T20:04:34.968Z Compiling foreign-types-macros v0.2.3
15622023-12-01T20:04:35.113Z Compiling serde_with_macros v2.3.3
15632023-12-01T20:04:36.177Z Compiling num_enum v0.5.11
15642023-12-01T20:04:36.390Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15652023-12-01T20:04:36.838Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15662023-12-01T20:04:37.065Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15672023-12-01T20:04:37.255Z Compiling foreign-types-shared v0.3.1
15682023-12-01T20:04:37.330Z Compiling cfg-if v0.1.10
15692023-12-01T20:04:37.487Z Compiling crucible-workspace-hack v0.1.0
15702023-12-01T20:04:37.945Z Compiling foreign-types v0.5.0
15712023-12-01T20:04:38.499Z Compiling semver v0.11.0
15722023-12-01T20:04:39.054Z Compiling is-terminal v0.4.9
15732023-12-01T20:04:39.233Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15742023-12-01T20:04:39.443Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-12-01T20:04:39.726Z Compiling serde_with v2.3.3
15762023-12-01T20:04:39.785Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15772023-12-01T20:04:40.197Z Compiling parse-display-derive v0.8.2
15782023-12-01T20:04:40.546Z Compiling cstr-argument v0.1.2
15792023-12-01T20:04:40.899Z Compiling xattr v1.0.1
15802023-12-01T20:04:41.197Z Compiling filetime v0.2.22
15812023-12-01T20:04:41.282Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15822023-12-01T20:04:41.657Z Compiling home v0.5.5
15832023-12-01T20:04:41.700Z Compiling pretty-hex v0.2.1
15842023-12-01T20:04:41.975Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15852023-12-01T20:04:42.023Z Compiling toolchain_find v0.2.0
15862023-12-01T20:04:42.881Z Compiling tar v0.4.40
15872023-12-01T20:04:42.902Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15882023-12-01T20:04:43.275Z Compiling colored v2.0.4
15892023-12-01T20:04:43.770Z Compiling textwrap v0.11.0
15902023-12-01T20:04:43.798Z Compiling heck v0.3.3
15912023-12-01T20:04:44.405Z Compiling toml v0.5.11
15922023-12-01T20:04:44.426Z Compiling platforms v3.0.2
15932023-12-01T20:04:44.472Z Compiling vec_map v0.8.2
15942023-12-01T20:04:44.568Z Compiling ansi_term v0.12.1
15952023-12-01T20:04:44.891Z Compiling strsim v0.8.0
15962023-12-01T20:04:44.930Z Compiling libefi-sys v0.1.0
15972023-12-01T20:04:45.364Z Compiling clap v2.34.0
15982023-12-01T20:04:45.437Z Compiling structopt-derive v0.4.18
15992023-12-01T20:04:46.197Z Compiling omicron-zone-package v0.9.1
16002023-12-01T20:04:46.503Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16012023-12-01T20:04:47.616Z Compiling parse-display v0.8.2
16022023-12-01T20:04:47.892Z Compiling rustfmt-wrapper v0.2.0
16032023-12-01T20:04:48.869Z Compiling camino-tempfile v1.1.1
16042023-12-01T20:04:49.476Z Compiling zone_cfg_derive v0.3.0
16052023-12-01T20:04:49.543Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16062023-12-01T20:04:50.387Z Compiling num-derive v0.4.0
16072023-12-01T20:04:50.629Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16082023-12-01T20:04:51.183Z Compiling base64ct v1.6.0
16092023-12-01T20:04:51.940Z Compiling zone v0.3.0
16102023-12-01T20:04:52.323Z Compiling structopt v0.3.26
16112023-12-01T20:04:52.586Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16122023-12-01T20:04:52.861Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16132023-12-01T20:04:53.215Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16142023-12-01T20:04:54.015Z Compiling smf v0.2.2
16152023-12-01T20:04:54.037Z Compiling unicase v2.7.0
16162023-12-01T20:04:54.245Z Compiling curve25519-dalek v4.1.0
16172023-12-01T20:04:54.289Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16182023-12-01T20:04:54.388Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
16192023-12-01T20:04:54.580Z Compiling universal-hash v0.5.1
16202023-12-01T20:04:54.808Z Compiling opaque-debug v0.3.0
16212023-12-01T20:04:54.872Z Compiling hkdf v0.12.3
16222023-12-01T20:04:54.939Z Compiling curve25519-dalek-derive v0.1.0
16232023-12-01T20:04:55.216Z Compiling num-rational v0.4.1
16242023-12-01T20:04:55.242Z Compiling getrandom v0.1.16
16252023-12-01T20:04:55.511Z Compiling quick-error v1.2.3
16262023-12-01T20:04:55.711Z Compiling parking_lot_core v0.8.6
16272023-12-01T20:04:55.936Z Compiling linked-hash-map v0.5.6
16282023-12-01T20:04:56.003Z Compiling keccak v0.1.4
16292023-12-01T20:04:56.389Z Compiling resolv-conf v0.7.0
16302023-12-01T20:04:56.481Z Compiling sha3 v0.10.8
16312023-12-01T20:04:57.139Z Compiling lru-cache v0.1.2
16322023-12-01T20:04:57.627Z Compiling password-hash v0.5.0
16332023-12-01T20:04:57.794Z Compiling blake2 v0.10.6
16342023-12-01T20:04:58.047Z Compiling aead v0.5.2
16352023-12-01T20:04:58.088Z Compiling secrecy v0.8.0
16362023-12-01T20:04:58.495Z Compiling num-complex v0.4.4
16372023-12-01T20:04:58.569Z Compiling ff v0.13.0
16382023-12-01T20:04:58.899Z Compiling nibble_vec v0.1.0
16392023-12-01T20:04:59.142Z Compiling slog-dtrace v0.2.3
16402023-12-01T20:04:59.194Z Compiling winapi v0.3.9
16412023-12-01T20:04:59.329Z Compiling utf-8 v0.7.6
16422023-12-01T20:04:59.575Z Compiling arc-swap v1.6.0
16432023-12-01T20:04:59.815Z Compiling endian-type v0.1.2
16442023-12-01T20:05:00.146Z Compiling convert_case v0.4.0
16452023-12-01T20:05:00.230Z Compiling radix_trie v0.2.1
16462023-12-01T20:05:00.275Z Compiling slog-scope v4.4.0
16472023-12-01T20:05:00.362Z Compiling num v0.4.1
16482023-12-01T20:05:00.513Z Compiling tungstenite v0.20.1
16492023-12-01T20:05:00.677Z Compiling group v0.13.0
16502023-12-01T20:05:00.862Z Compiling argon2 v0.5.2
16512023-12-01T20:05:00.922Z Compiling mime_guess v2.0.4
16522023-12-01T20:05:01.108Z Compiling trust-dns-resolver v0.22.0
16532023-12-01T20:05:01.309Z Compiling rand_core v0.5.1
16542023-12-01T20:05:01.695Z Compiling derive_more v0.99.17
16552023-12-01T20:05:03.058Z Compiling poly1305 v0.8.0
16562023-12-01T20:05:03.468Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16572023-12-01T20:05:04.133Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16582023-12-01T20:05:04.590Z Compiling chacha20 v0.9.1
16592023-12-01T20:05:05.303Z Compiling crypto-bigint v0.5.2
16602023-12-01T20:05:05.320Z Compiling thiserror-impl-no-std v2.0.2
16612023-12-01T20:05:05.962Z Compiling half v1.8.2
16622023-12-01T20:05:05.983Z Compiling base16ct v0.2.0
16632023-12-01T20:05:06.381Z Compiling option-ext v0.2.0
16642023-12-01T20:05:06.555Z Compiling ciborium-io v0.2.1
16652023-12-01T20:05:06.735Z Compiling ciborium-ll v0.2.1
16662023-12-01T20:05:07.002Z Compiling dirs-sys v0.4.1
16672023-12-01T20:05:07.432Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16682023-12-01T20:05:08.089Z Compiling parking_lot v0.11.2
16692023-12-01T20:05:08.462Z Compiling elliptic-curve v0.13.5
16702023-12-01T20:05:09.397Z Compiling tokio-tungstenite v0.20.1
16712023-12-01T20:05:09.729Z Compiling rand_chacha v0.2.2
16722023-12-01T20:05:10.184Z Compiling trust-dns-client v0.22.0
16732023-12-01T20:05:10.813Z Compiling thiserror-no-std v2.0.2
16742023-12-01T20:05:11.079Z Compiling slog-stdlog v4.1.1
16752023-12-01T20:05:11.644Z Compiling polyval v0.6.1
16762023-12-01T20:05:11.714Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16772023-12-01T20:05:11.799Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16782023-12-01T20:05:12.031Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16792023-12-01T20:05:12.053Z Compiling password-hash v0.4.2
16802023-12-01T20:05:12.269Z Compiling ed25519 v2.2.2
16812023-12-01T20:05:13.023Z Compiling ctr v0.9.2
16822023-12-01T20:05:13.543Z Compiling blowfish v0.9.1
16832023-12-01T20:05:13.669Z Compiling aes v0.8.3
16842023-12-01T20:05:15.182Z Compiling pbkdf2 v0.12.2
16852023-12-01T20:05:15.419Z Compiling fxhash v0.2.1
16862023-12-01T20:05:16.130Z Compiling glob v0.3.1
16872023-12-01T20:05:16.620Z Compiling cancel-safe-futures v0.1.5
16882023-12-01T20:05:17.202Z Compiling trust-dns-server v0.22.1
16892023-12-01T20:05:18.559Z Compiling sled v0.34.7
16902023-12-01T20:05:20.634Z Compiling bcrypt-pbkdf v0.10.0
16912023-12-01T20:05:21.268Z Compiling pbkdf2 v0.11.0
16922023-12-01T20:05:21.498Z Compiling ed25519-dalek v2.0.0
16932023-12-01T20:05:21.856Z Compiling ghash v0.5.0
16942023-12-01T20:05:22.259Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16952023-12-01T20:05:23.142Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16962023-12-01T20:05:23.701Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16972023-12-01T20:05:25.823Z Compiling slog-envlogger v2.2.0
16982023-12-01T20:05:25.941Z Compiling russh-cryptovec v0.7.0
16992023-12-01T20:05:26.388Z Compiling vsss-rs v3.3.1
17002023-12-01T20:05:27.017Z Compiling rand v0.7.3
17012023-12-01T20:05:30.583Z Compiling dirs v5.0.1
17022023-12-01T20:05:30.873Z Compiling ciborium v0.2.1
17032023-12-01T20:05:31.998Z Compiling chacha20poly1305 v0.10.1
17042023-12-01T20:05:32.344Z Compiling cbc v0.1.2
17052023-12-01T20:05:32.729Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17062023-12-01T20:05:33.340Z Compiling pem v3.0.2
17072023-12-01T20:05:33.531Z Compiling headers-core v0.2.0
17082023-12-01T20:05:33.763Z Compiling kstat-rs v0.2.3
17092023-12-01T20:05:34.580Z Compiling http-range v0.1.5
17102023-12-01T20:05:34.623Z Compiling base64 v0.13.1
17112023-12-01T20:05:34.887Z Compiling md5 v0.7.0
17122023-12-01T20:05:35.148Z Compiling pretty-hex v0.4.0
17132023-12-01T20:05:35.424Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17142023-12-01T20:05:35.556Z Compiling russh-keys v0.38.0
17152023-12-01T20:05:35.704Z Compiling pem v1.1.1
17162023-12-01T20:05:36.781Z Compiling hyper-staticfile v0.9.5
17172023-12-01T20:05:37.308Z Compiling rcgen v0.11.3
17182023-12-01T20:05:37.623Z Compiling headers v0.3.9
17192023-12-01T20:05:38.236Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17202023-12-01T20:05:38.621Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17212023-12-01T20:05:38.664Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17222023-12-01T20:05:39.744Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17232023-12-01T20:05:41.099Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17242023-12-01T20:05:41.846Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17252023-12-01T20:05:45.811Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17262023-12-01T20:05:46.528Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17272023-12-01T20:05:46.539Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17282023-12-01T20:05:50.016Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17292023-12-01T20:05:54.539Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17302023-12-01T20:05:55.756Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17312023-12-01T20:05:56.816Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17322023-12-01T20:05:58.557Z Compiling aes-gcm v0.10.3
17332023-12-01T20:05:59.870Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17342023-12-01T20:06:02.985Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
17352023-12-01T20:06:03.645Z Compiling atomicwrites v0.4.2
17362023-12-01T20:06:04.200Z Compiling itertools v0.12.0
17372023-12-01T20:06:05.470Z Compiling subprocess v0.2.9
17382023-12-01T20:06:08.849Z Compiling hex-literal v0.4.1
17392023-12-01T20:06:08.924Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17402023-12-01T20:06:09.060Z Compiling russh v0.39.0
17412023-12-01T20:06:09.444Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17422023-12-01T20:06:13.735Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17432023-12-01T20:06:41.159Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17442023-12-01T20:08:00.328Z Finished dev [unoptimized + debuginfo] target(s) in 7m 48s
17452023-12-01T20:08:00.654Z
17462023-12-01T20:08:00.655Zreal 7:49.008427252
17472023-12-01T20:08:00.655Zuser 42:46.289525872
17482023-12-01T20:08:00.655Zsys 6:28.134866438
17492023-12-01T20:08:00.655Ztrap 1.577688749
17502023-12-01T20:08:00.655Ztflt 8.488384268
17512023-12-01T20:08:00.655Zdflt 10.786551339
17522023-12-01T20:08:00.655Zkflt 0.028053547
17532023-12-01T20:08:00.670Zlock 1:22:12.976437702
17542023-12-01T20:08:00.670Zslp 2:03:45.291118851
17552023-12-01T20:08:00.670Zlat 1:54.580180583
17562023-12-01T20:08:00.670Zstop 3:58.398697550
17572023-12-01T20:08:00.670Z+ mkdir -p /work/end-to-end-tests
17582023-12-01T20:08:00.670Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17592023-12-01T20:08:01.698Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17602023-12-01T20:08:01.698Z+ ptime -m gzip
17612023-12-01T20:08:01.701Z++ basename target/debug/bootstrap
17622023-12-01T20:08:18.250Z
17632023-12-01T20:08:18.253Zreal 16.544439906
17642023-12-01T20:08:18.253Zuser 16.373099166
17652023-12-01T20:08:18.253Zsys 0.151995665
17662023-12-01T20:08:18.253Ztrap 0.006559369
17672023-12-01T20:08:18.253Ztflt 0.000000000
17682023-12-01T20:08:18.253Zdflt 0.000000000
17692023-12-01T20:08:18.253Zkflt 0.000000000
17702023-12-01T20:08:18.253Zlock 0.000000000
17712023-12-01T20:08:18.253Zslp 0.000015440
17722023-12-01T20:08:18.253Zlat 0.012424364
17732023-12-01T20:08:18.253Zstop 0.000228969
17742023-12-01T20:08:18.254Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17752023-12-01T20:08:18.254Z+ ptime -m gzip
17762023-12-01T20:08:18.254Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83d41f1b41d1fb89
17772023-12-01T20:08:19.334Z
17782023-12-01T20:08:19.337Zreal 1.075552623
17792023-12-01T20:08:19.337Zuser 1.064109589
17802023-12-01T20:08:19.337Zsys 0.010810180
17812023-12-01T20:08:19.337Ztrap 0.000111562
17822023-12-01T20:08:19.337Ztflt 0.000000000
17832023-12-01T20:08:19.337Zdflt 0.000000000
17842023-12-01T20:08:19.337Zkflt 0.000000000
17852023-12-01T20:08:19.337Zlock 0.000000000
17862023-12-01T20:08:19.338Zslp 0.000000000
17872023-12-01T20:08:19.338Zlat 0.000178054
17882023-12-01T20:08:19.338Zstop 0.000227833
17892023-12-01T20:08:19.338Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17902023-12-01T20:08:19.338Z+ ptime -m gzip
17912023-12-01T20:08:19.338Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8c93950b566420c7
17922023-12-01T20:08:36.389Z
17932023-12-01T20:08:36.409Zreal 17.046651198
17942023-12-01T20:08:36.409Zuser 16.879072628
17952023-12-01T20:08:36.409Zsys 0.162233022
17962023-12-01T20:08:36.409Ztrap 0.003044582
17972023-12-01T20:08:36.409Ztflt 0.000000000
17982023-12-01T20:08:36.409Zdflt 0.000000000
17992023-12-01T20:08:36.409Zkflt 0.000000000
18002023-12-01T20:08:36.409Zlock 0.000000000
18012023-12-01T20:08:36.409Zslp 0.000000000
18022023-12-01T20:08:36.410Zlat 0.001960615
18032023-12-01T20:08:36.410Zstop 0.000225462
18042023-12-01T20:08:36.410Z+ banner caboose-util
18052023-12-01T20:08:36.410Z
18062023-12-01T20:08:36.412Z #### ## ##### #### #### #### ###### # # #####
18072023-12-01T20:08:36.412Z # # # # # # # # # # # # # # #
18082023-12-01T20:08:36.412Z # # # ##### # # # # #### ##### ##### # # #
18092023-12-01T20:08:36.412Z # ###### # # # # # # # # # # #
18102023-12-01T20:08:36.412Z # # # # # # # # # # # # # # # #
18112023-12-01T20:08:36.412Z #### # # ##### #### #### #### ###### #### #
18122023-12-01T20:08:36.412Z
18132023-12-01T20:08:36.412Z+ ptime -m cargo build --locked -p caboose-util --release
18142023-12-01T20:08:37.029Z Downloading crates ...
18152023-12-01T20:08:37.354Z Downloaded pem-rfc7468 v0.7.0
18162023-12-01T20:08:37.367Z Downloaded packed_struct v0.10.1
18172023-12-01T20:08:37.367Z Downloaded tap v1.0.1
18182023-12-01T20:08:37.367Z Downloaded crc-catalog v2.2.0
18192023-12-01T20:08:37.367Z Downloaded bitfield v0.14.0
18202023-12-01T20:08:37.381Z Downloaded crc v3.0.1
18212023-12-01T20:08:37.381Z Downloaded path-slash v0.1.5
18222023-12-01T20:08:37.381Z Downloaded funty v2.0.0
18232023-12-01T20:08:37.386Z Downloaded der_derive v0.7.2
18242023-12-01T20:08:37.386Z Downloaded termcolor v1.2.0
18252023-12-01T20:08:37.425Z Downloaded nodrop v0.1.14
18262023-12-01T20:08:37.425Z Downloaded wyz v0.5.1
18272023-12-01T20:08:37.425Z Downloaded flagset v0.4.3
18282023-12-01T20:08:37.425Z Downloaded radium v0.7.0
18292023-12-01T20:08:37.425Z Downloaded array-init v0.0.4
18302023-12-01T20:08:37.430Z Downloaded maybe-uninit v2.0.0
18312023-12-01T20:08:37.431Z Downloaded packed_struct_codegen v0.10.1
18322023-12-01T20:08:37.431Z Downloaded serde-hex v0.1.0
18332023-12-01T20:08:37.431Z Downloaded pkcs1 v0.7.5
18342023-12-01T20:08:37.431Z Downloaded env_logger v0.10.0
18352023-12-01T20:08:37.431Z Downloaded crc-any v2.4.3
18362023-12-01T20:08:37.431Z Downloaded rsa v0.9.2
18372023-12-01T20:08:37.431Z Downloaded smallvec v0.6.14
18382023-12-01T20:08:37.431Z Downloaded ron v0.8.1
18392023-12-01T20:08:37.438Z Downloaded num-bigint-dig v0.8.4
18402023-12-01T20:08:37.448Z Downloaded x509-cert v0.2.4
18412023-12-01T20:08:37.457Z Downloaded object v0.30.4
18422023-12-01T20:08:37.473Z Downloaded bitvec v1.0.1
18432023-12-01T20:08:37.702Z Compiling proc-macro2 v1.0.69
18442023-12-01T20:08:37.702Z Compiling unicode-ident v1.0.12
18452023-12-01T20:08:37.709Z Compiling libc v0.2.150
18462023-12-01T20:08:37.709Z Compiling autocfg v1.1.0
18472023-12-01T20:08:37.709Z Compiling serde v1.0.192
18482023-12-01T20:08:37.709Z Compiling cfg-if v1.0.0
18492023-12-01T20:08:37.709Z Compiling version_check v0.9.4
18502023-12-01T20:08:37.792Z Compiling syn v1.0.109
18512023-12-01T20:08:37.817Z Compiling parking_lot_core v0.9.8
18522023-12-01T20:08:37.915Z Compiling typenum v1.16.0
18532023-12-01T20:08:38.384Z Compiling futures-core v0.3.29
18542023-12-01T20:08:38.420Z Compiling libm v0.2.7
18552023-12-01T20:08:38.660Z Compiling generic-array v0.14.7
18562023-12-01T20:08:38.732Z Compiling lock_api v0.4.10
18572023-12-01T20:08:38.835Z Compiling num-traits v0.2.16
18582023-12-01T20:08:38.854Z Compiling once_cell v1.18.0
18592023-12-01T20:08:39.050Z Compiling pkg-config v0.3.27
18602023-12-01T20:08:39.129Z Compiling scopeguard v1.2.0
18612023-12-01T20:08:39.414Z Compiling slab v0.4.9
18622023-12-01T20:08:39.473Z Compiling futures-channel v0.3.29
18632023-12-01T20:08:39.484Z Compiling serde_json v1.0.108
18642023-12-01T20:08:39.824Z Compiling quote v1.0.33
18652023-12-01T20:08:39.922Z Compiling futures-task v0.3.29
18662023-12-01T20:08:40.096Z Compiling thiserror v1.0.49
18672023-12-01T20:08:40.369Z Compiling syn v2.0.32
18682023-12-01T20:08:40.704Z Compiling cc v1.0.83
18692023-12-01T20:08:40.746Z Compiling getrandom v0.2.10
18702023-12-01T20:08:40.797Z Compiling futures-util v0.3.29
18712023-12-01T20:08:41.075Z Compiling itoa v1.0.9
18722023-12-01T20:08:41.210Z Compiling memchr v2.6.3
18732023-12-01T20:08:41.361Z Compiling log v0.4.20
18742023-12-01T20:08:41.382Z Compiling smallvec v1.11.0
18752023-12-01T20:08:42.879Z Compiling vcpkg v0.2.15
18762023-12-01T20:08:43.082Z Compiling byteorder v1.5.0
18772023-12-01T20:08:43.890Z Compiling parking_lot v0.12.1
18782023-12-01T20:08:43.896Z Compiling rand_core v0.6.4
18792023-12-01T20:08:44.603Z Compiling pin-project-lite v0.2.13
18802023-12-01T20:08:44.847Z Compiling ring v0.17.5
18812023-12-01T20:08:45.256Z Compiling indexmap v1.9.3
18822023-12-01T20:08:45.699Z Compiling openssl-sys v0.9.96
18832023-12-01T20:08:46.997Z Compiling signal-hook-registry v1.4.1
18842023-12-01T20:08:47.490Z Compiling io-lifetimes v1.0.11
18852023-12-01T20:08:48.010Z Compiling heck v0.4.1
18862023-12-01T20:08:48.225Z Compiling ring v0.16.20
18872023-12-01T20:08:48.600Z Compiling mio v0.8.9
18882023-12-01T20:08:49.654Z Compiling num-integer v0.1.45
18892023-12-01T20:08:49.757Z Compiling ryu v1.0.15
18902023-12-01T20:08:50.071Z Compiling semver v1.0.20
18912023-12-01T20:08:50.152Z Compiling const-oid v0.9.5
18922023-12-01T20:08:51.101Z Compiling spin v0.5.2
18932023-12-01T20:08:51.437Z Compiling rustix v0.37.23
18942023-12-01T20:08:52.249Z Compiling socket2 v0.5.5
18952023-12-01T20:08:52.403Z Compiling num_cpus v1.16.0
18962023-12-01T20:08:52.571Z Compiling openssl v0.10.60
18972023-12-01T20:08:53.117Z Compiling ucd-trie v0.1.6
18982023-12-01T20:08:53.266Z Compiling unicode-xid v0.2.4
18992023-12-01T20:08:53.494Z Compiling httparse v1.8.0
19002023-12-01T20:08:53.603Z Compiling futures-sink v0.3.29
19012023-12-01T20:08:53.795Z Compiling synstructure v0.12.6
19022023-12-01T20:08:54.024Z Compiling tinyvec_macros v0.1.1
19032023-12-01T20:08:54.131Z Compiling tinyvec v1.6.0
19042023-12-01T20:08:55.221Z Compiling pin-utils v0.1.0
19052023-12-01T20:08:55.317Z Compiling native-tls v0.2.11
19062023-12-01T20:08:55.422Z Compiling crc32fast v1.3.2
19072023-12-01T20:08:55.660Z Compiling ppv-lite86 v0.2.17
19082023-12-01T20:08:55.767Z Compiling futures-io v0.3.29
19092023-12-01T20:08:56.034Z Compiling rustls v0.21.9
19102023-12-01T20:08:56.160Z Compiling bzip2-sys v0.1.11+1.0.8
19112023-12-01T20:08:56.210Z Compiling spin v0.9.8
19122023-12-01T20:08:56.600Z Compiling unicode-normalization v0.1.22
19132023-12-01T20:08:56.681Z Compiling tracing-core v0.1.31
19142023-12-01T20:08:56.755Z Compiling subtle v2.5.0
19152023-12-01T20:08:56.900Z Compiling rand_chacha v0.3.1
19162023-12-01T20:08:57.226Z Compiling unicode-bidi v0.3.13
19172023-12-01T20:08:57.953Z Compiling rand v0.8.5
19182023-12-01T20:08:59.338Z Compiling errno v0.3.2
19192023-12-01T20:08:59.369Z Compiling num-iter v0.1.43
19202023-12-01T20:08:59.533Z Compiling usdt-impl v0.3.5
19212023-12-01T20:08:59.545Z Compiling ahash v0.8.3
19222023-12-01T20:08:59.983Z Compiling rustix v0.38.25
19232023-12-01T20:08:59.986Z Compiling signal-hook v0.3.17
19242023-12-01T20:09:00.917Z Compiling schemars v0.8.13
19252023-12-01T20:09:00.920Z Compiling base64 v0.21.5
19262023-12-01T20:09:01.365Z Compiling serde_derive_internals v0.26.0
19272023-12-01T20:09:01.601Z Compiling serde_derive v1.0.192
19282023-12-01T20:09:02.236Z Compiling zeroize_derive v1.4.2
19292023-12-01T20:09:02.491Z Compiling tokio-macros v2.2.0
19302023-12-01T20:09:02.818Z Compiling thiserror-impl v1.0.49
19312023-12-01T20:09:02.955Z Compiling futures-macro v0.3.29
19322023-12-01T20:09:03.413Z Compiling tracing-attributes v0.1.26
19332023-12-01T20:09:04.531Z Compiling zeroize v1.7.0
19342023-12-01T20:09:05.358Z Compiling zerocopy-derive v0.2.0
19352023-12-01T20:09:05.967Z Compiling openssl-macros v0.1.1
19362023-12-01T20:09:07.014Z Compiling zerocopy-derive v0.6.4
19372023-12-01T20:09:07.344Z Compiling pest v2.7.2
19382023-12-01T20:09:07.382Z Compiling crypto-common v0.1.6
19392023-12-01T20:09:07.696Z Compiling block-buffer v0.10.4
19402023-12-01T20:09:08.082Z Compiling digest v0.10.7
19412023-12-01T20:09:08.676Z Compiling tracing v0.1.37
19422023-12-01T20:09:10.479Z Compiling fnv v1.0.7
19432023-12-01T20:09:10.483Z Compiling bitflags v1.3.2
19442023-12-01T20:09:10.601Z Compiling zerocopy v0.3.0
19452023-12-01T20:09:11.454Z Compiling pest_meta v2.7.2
19462023-12-01T20:09:11.876Z Compiling schemars_derive v0.8.13
19472023-12-01T20:09:13.153Z Compiling lazy_static v1.4.0
19482023-12-01T20:09:15.581Z Compiling pest_generator v2.7.2
19492023-12-01T20:09:16.130Z Compiling backtrace v0.3.69
19502023-12-01T20:09:16.443Z Compiling num-bigint v0.4.4
19512023-12-01T20:09:16.681Z Compiling memoffset v0.9.0
19522023-12-01T20:09:16.711Z Compiling hashbrown v0.14.2
19532023-12-01T20:09:17.081Z Compiling async-trait v0.1.74
19542023-12-01T20:09:17.126Z Compiling percent-encoding v2.3.1
19552023-12-01T20:09:17.661Z Compiling base64ct v1.6.0
19562023-12-01T20:09:17.901Z Compiling iana-time-zone v0.1.57
19572023-12-01T20:09:18.118Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19582023-12-01T20:09:18.410Z Compiling equivalent v1.0.1
19592023-12-01T20:09:18.541Z Compiling pest_derive v2.7.2
19602023-12-01T20:09:18.551Z Compiling openssl-probe v0.1.5
19612023-12-01T20:09:18.792Z Compiling untrusted v0.9.0
19622023-12-01T20:09:18.846Z Compiling untrusted v0.7.1
19632023-12-01T20:09:18.934Z Compiling smoltcp v0.9.1
19642023-12-01T20:09:19.028Z Compiling hashbrown v0.12.3
19652023-12-01T20:09:19.106Z Compiling doc-comment v0.3.3
19662023-12-01T20:09:19.289Z Compiling crossbeam-utils v0.8.16
19672023-12-01T20:09:19.631Z Compiling foreign-types-shared v0.1.1
19682023-12-01T20:09:19.765Z Compiling foreign-types v0.3.2
19692023-12-01T20:09:19.814Z Compiling dtrace-parser v0.1.14
19702023-12-01T20:09:19.948Z Compiling pem-rfc7468 v0.7.0
19712023-12-01T20:09:22.543Z Compiling dof v0.1.5
19722023-12-01T20:09:22.712Z Compiling clap_derive v4.4.2
19732023-12-01T20:09:22.837Z Compiling der_derive v0.7.2
19742023-12-01T20:09:23.972Z Compiling bytes v1.5.0
19752023-12-01T20:09:25.363Z Compiling bitflags v2.4.0
19762023-12-01T20:09:25.467Z Compiling tokio v1.34.0
19772023-12-01T20:09:25.574Z Compiling rustc_version v0.4.0
19782023-12-01T20:09:26.414Z Compiling http v0.2.11
19792023-12-01T20:09:26.513Z Compiling uuid v1.6.1
19802023-12-01T20:09:26.525Z Compiling heapless v0.7.16
19812023-12-01T20:09:27.639Z Compiling chrono v0.4.31
19822023-12-01T20:09:28.403Z Compiling indexmap v2.1.0
19832023-12-01T20:09:30.926Z Compiling thread-id v4.2.0
19842023-12-01T20:09:31.084Z Compiling flagset v0.4.3
19852023-12-01T20:09:31.385Z Compiling adler v1.0.2
19862023-12-01T20:09:31.676Z Compiling try-lock v0.2.4
19872023-12-01T20:09:31.869Z Compiling utf8parse v0.2.1
19882023-12-01T20:09:32.126Z Compiling rustversion v1.0.14
19892023-12-01T20:09:33.016Z Compiling siphasher v0.3.11
19902023-12-01T20:09:33.369Z Compiling anstyle v1.0.2
19912023-12-01T20:09:33.474Z Compiling time-core v0.1.1
19922023-12-01T20:09:33.779Z Compiling cpufeatures v0.2.9
19932023-12-01T20:09:33.899Z Compiling sha2 v0.10.8
19942023-12-01T20:09:36.121Z Compiling time-macros v0.2.13
19952023-12-01T20:09:38.057Z Compiling tokio-util v0.7.10
19962023-12-01T20:09:38.734Z Compiling anstyle-parse v0.2.1
19972023-12-01T20:09:39.352Z Compiling want v0.3.1
19982023-12-01T20:09:39.674Z Compiling miniz_oxide v0.7.1
19992023-12-01T20:09:40.313Z Compiling h2 v0.3.21
20002023-12-01T20:09:41.036Z Compiling der v0.7.8
20012023-12-01T20:09:45.173Z Compiling http-body v0.4.5
20022023-12-01T20:09:46.652Z Compiling serde_tokenstream v0.1.7
20032023-12-01T20:09:46.708Z Compiling rustls-webpki v0.101.7
20042023-12-01T20:09:47.271Z Compiling sct v0.7.0
20052023-12-01T20:09:47.717Z Compiling form_urlencoded v1.2.1
20062023-12-01T20:09:48.163Z Compiling hubpack_derive v0.1.1
20072023-12-01T20:09:48.173Z Compiling pin-project-internal v1.1.3
20082023-12-01T20:09:49.558Z Compiling socket2 v0.4.9
20092023-12-01T20:09:49.583Z Compiling crossbeam-epoch v0.9.15
20102023-12-01T20:09:51.345Z Compiling colorchoice v1.0.0
20112023-12-01T20:09:51.584Z Compiling tower-service v0.3.2
20122023-12-01T20:09:51.609Z Compiling anyhow v1.0.75
20132023-12-01T20:09:51.690Z Compiling radium v0.7.0
20142023-12-01T20:09:51.733Z Compiling slog v2.7.0
20152023-12-01T20:09:52.299Z Compiling httpdate v1.0.3
20162023-12-01T20:09:52.571Z Compiling anstyle-query v1.0.0
20172023-12-01T20:09:53.215Z Compiling anstream v0.5.0
20182023-12-01T20:09:53.415Z Compiling hyper v0.14.27
20192023-12-01T20:10:02.160Z Compiling terminal_size v0.2.6
20202023-12-01T20:10:02.471Z Compiling spki v0.7.2
20212023-12-01T20:10:05.046Z Compiling serde_spanned v0.6.4
20222023-12-01T20:10:05.358Z Compiling toml_datetime v0.6.5
20232023-12-01T20:10:05.991Z Compiling rustls-pemfile v1.0.3
20242023-12-01T20:10:06.499Z Compiling zerocopy v0.6.4
20252023-12-01T20:10:07.190Z Compiling hmac v0.12.1
20262023-12-01T20:10:07.541Z Compiling md-5 v0.10.5
20272023-12-01T20:10:07.989Z Compiling stringprep v0.1.3
20282023-12-01T20:10:08.033Z Compiling idna v0.5.0
20292023-12-01T20:10:08.316Z Compiling diesel_table_macro_syntax v0.1.0
20302023-12-01T20:10:08.320Z Compiling hash32 v0.2.1
20312023-12-01T20:10:08.844Z Compiling aho-corasick v1.0.4
20322023-12-01T20:10:08.880Z Compiling maybe-uninit v2.0.0
20332023-12-01T20:10:09.023Z Compiling dyn-clone v1.0.13
20342023-12-01T20:10:09.158Z Compiling stable_deref_trait v1.2.0
20352023-12-01T20:10:09.278Z Compiling either v1.9.0
20362023-12-01T20:10:09.292Z Compiling gimli v0.28.0
20372023-12-01T20:10:09.496Z Compiling fallible-iterator v0.2.0
20382023-12-01T20:10:09.500Z Compiling clap_lex v0.5.1
20392023-12-01T20:10:09.750Z Compiling regex-syntax v0.8.2
20402023-12-01T20:10:10.401Z Compiling tap v1.0.1
20412023-12-01T20:10:10.595Z Compiling winnow v0.5.15
20422023-12-01T20:10:10.821Z Compiling strsim v0.10.0
20432023-12-01T20:10:11.377Z Compiling clap_builder v4.4.2
20442023-12-01T20:10:14.173Z Compiling wyz v0.5.1
20452023-12-01T20:10:14.388Z Compiling postgres-protocol v0.6.6
20462023-12-01T20:10:14.774Z Compiling url v2.5.0
20472023-12-01T20:10:16.217Z Compiling addr2line v0.21.0
20482023-12-01T20:10:16.632Z Compiling regex-automata v0.4.3
20492023-12-01T20:10:16.959Z Compiling diesel_derives v2.1.2
20502023-12-01T20:10:19.527Z Compiling tokio-rustls v0.24.1
20512023-12-01T20:10:19.823Z Compiling rustls-native-certs v0.6.3
20522023-12-01T20:10:20.099Z Compiling strum_macros v0.25.2
20532023-12-01T20:10:24.520Z Compiling tokio-native-tls v0.3.1
20542023-12-01T20:10:25.885Z Compiling usdt-macro v0.3.5
20552023-12-01T20:10:26.178Z Compiling usdt-attr-macro v0.3.5
20562023-12-01T20:10:28.252Z Compiling phf_shared v0.11.2
20572023-12-01T20:10:29.406Z Compiling block-padding v0.3.3
20582023-12-01T20:10:29.612Z Compiling snafu-derive v0.7.5
20592023-12-01T20:10:29.701Z Compiling enum-as-inner v0.5.1
20602023-12-01T20:10:29.720Z Compiling serde_repr v0.1.16
20612023-12-01T20:10:31.123Z Compiling scheduled-thread-pool v0.2.7
20622023-12-01T20:10:31.358Z Compiling object v0.32.1
20632023-12-01T20:10:34.839Z Compiling deranged v0.3.8
20642023-12-01T20:10:37.647Z Compiling managed v0.8.0
20652023-12-01T20:10:38.332Z Compiling regex-automata v0.1.10
20662023-12-01T20:10:39.028Z Compiling packed_struct v0.10.1
20672023-12-01T20:10:39.973Z Compiling num_threads v0.1.6
20682023-12-01T20:10:40.009Z Compiling num-bigint-dig v0.8.4
20692023-12-01T20:10:40.413Z Compiling funty v2.0.0
20702023-12-01T20:10:40.770Z Compiling rustc-demangle v0.1.23
20712023-12-01T20:10:41.330Z Compiling bit-vec v0.6.3
20722023-12-01T20:10:41.945Z Compiling ipnet v2.8.0
20732023-12-01T20:10:42.484Z Compiling matches v0.1.10
20742023-12-01T20:10:42.492Z Compiling bitvec v1.0.1
20752023-12-01T20:10:42.576Z Compiling idna v0.2.3
20762023-12-01T20:10:46.514Z Compiling time v0.3.27
20772023-12-01T20:10:47.309Z Compiling bstr v0.2.17
20782023-12-01T20:10:49.674Z Compiling r2d2 v0.8.10
20792023-12-01T20:10:51.988Z Compiling inout v0.1.3
20802023-12-01T20:10:54.806Z Compiling phf v0.11.2
20812023-12-01T20:10:55.536Z Compiling hyper-tls v0.5.0
20822023-12-01T20:10:55.834Z Compiling regex v1.10.2
20832023-12-01T20:10:56.023Z Compiling hyper-rustls v0.24.2
20842023-12-01T20:10:56.744Z Compiling signal-hook-mio v0.2.3
20852023-12-01T20:10:56.962Z Compiling ipnetwork v0.20.0
20862023-12-01T20:10:57.082Z Compiling flate2 v1.0.28
20872023-12-01T20:10:57.259Z Compiling clap v4.4.3
20882023-12-01T20:10:57.442Z Compiling bzip2 v0.4.4
20892023-12-01T20:10:57.479Z Compiling toml_edit v0.19.15
20902023-12-01T20:10:57.857Z Compiling postgres-types v0.2.6
20912023-12-01T20:10:58.117Z Compiling itertools v0.11.0
20922023-12-01T20:10:58.164Z Compiling pkcs8 v0.10.2
20932023-12-01T20:10:58.662Z Compiling pin-project v1.1.3
20942023-12-01T20:10:59.296Z Compiling hubpack v0.1.2
20952023-12-01T20:10:59.959Z Compiling serde_urlencoded v0.7.1
20962023-12-01T20:11:00.122Z Compiling phf_shared v0.10.0
20972023-12-01T20:11:00.735Z Compiling futures-executor v0.3.29
20982023-12-01T20:11:03.306Z Compiling signature v2.1.0
20992023-12-01T20:11:03.449Z Compiling packed_struct_codegen v0.10.1
21002023-12-01T20:11:04.973Z Compiling float-cmp v0.9.0
21012023-12-01T20:11:05.717Z Compiling encoding_rs v0.8.33
21022023-12-01T20:11:06.563Z Compiling new_debug_unreachable v1.0.4
21032023-12-01T20:11:06.681Z Compiling regex-automata v0.3.8
21042023-12-01T20:11:06.694Z Compiling webpki-roots v0.25.2
21052023-12-01T20:11:06.906Z Compiling static_assertions v1.1.0
21062023-12-01T20:11:07.032Z Compiling crc-catalog v2.2.0
21072023-12-01T20:11:07.236Z Compiling predicates-core v1.0.6
21082023-12-01T20:11:09.750Z Compiling precomputed-hash v0.1.1
21092023-12-01T20:11:09.893Z Compiling mime v0.3.17
21102023-12-01T20:11:10.299Z Compiling whoami v1.4.1
21112023-12-01T20:11:10.697Z Compiling difflib v0.4.0
21122023-12-01T20:11:11.241Z Compiling unicode-width v0.1.11
21132023-12-01T20:11:11.467Z Compiling unicode-segmentation v1.10.1
21142023-12-01T20:11:11.956Z Compiling nodrop v0.1.14
21152023-12-01T20:11:12.116Z Compiling fixedbitset v0.4.2
21162023-12-01T20:11:12.732Z Compiling data-encoding v2.4.0
21172023-12-01T20:11:12.742Z Compiling normalize-line-endings v0.3.0
21182023-12-01T20:11:12.829Z Compiling similar v2.2.1
21192023-12-01T20:11:12.891Z Compiling predicates v3.0.4
21202023-12-01T20:11:15.237Z Compiling trust-dns-proto v0.22.0
21212023-12-01T20:11:16.142Z Compiling petgraph v0.6.4
21222023-12-01T20:11:19.273Z Compiling array-init v0.0.4
21232023-12-01T20:11:20.792Z Compiling console v0.15.7
21242023-12-01T20:11:22.770Z Compiling tokio-postgres v0.7.10
21252023-12-01T20:11:22.818Z Compiling reqwest v0.11.22
21262023-12-01T20:11:23.438Z Compiling string_cache v0.8.7
21272023-12-01T20:11:27.641Z Compiling bstr v1.6.0
21282023-12-01T20:11:30.244Z Compiling crc v3.0.1
21292023-12-01T20:11:31.385Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21302023-12-01T20:11:41.998Z Compiling toml v0.7.8
21312023-12-01T20:11:42.536Z Compiling futures v0.3.29
21322023-12-01T20:11:43.552Z Compiling snafu v0.7.5
21332023-12-01T20:11:43.769Z Compiling pkcs1 v0.7.5
21342023-12-01T20:11:44.166Z Compiling zip v0.6.6
21352023-12-01T20:11:44.318Z Compiling smallvec v0.6.14
21362023-12-01T20:11:44.448Z Compiling diesel v2.1.4
21372023-12-01T20:11:44.731Z Compiling crossterm v0.27.0
21382023-12-01T20:11:45.041Z Compiling yasna v0.5.2
21392023-12-01T20:11:48.180Z Compiling cipher v0.4.4
21402023-12-01T20:11:48.918Z Compiling hashbrown v0.13.2
21412023-12-01T20:11:51.851Z Compiling bit-set v0.5.3
21422023-12-01T20:11:52.065Z Compiling usdt v0.3.5
21432023-12-01T20:11:52.255Z Compiling is-terminal v0.4.9
21442023-12-01T20:11:52.437Z Compiling toml_edit v0.21.0
21452023-12-01T20:11:54.861Z Compiling itertools v0.10.5
21462023-12-01T20:11:55.159Z Compiling tokio-stream v0.1.14
21472023-12-01T20:11:56.661Z Compiling openapiv3 v2.0.0-rc.1
21482023-12-01T20:11:59.269Z Compiling hex v0.4.3
21492023-12-01T20:12:10.735Z Compiling bitfield v0.14.0
21502023-12-01T20:12:11.156Z Compiling termcolor v1.2.0
21512023-12-01T20:12:11.196Z Compiling lalrpop-util v0.19.12
21522023-12-01T20:12:13.216Z Compiling env_logger v0.10.0
21532023-12-01T20:12:20.021Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21542023-12-01T20:12:34.365Z Compiling rsa v0.9.2
21552023-12-01T20:12:42.848Z Compiling serde-hex v0.1.0
21562023-12-01T20:12:43.207Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21572023-12-01T20:12:51.160Z Compiling x509-cert v0.2.4
21582023-12-01T20:12:52.043Z Compiling ron v0.8.1
21592023-12-01T20:12:52.076Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21602023-12-01T20:13:03.818Z Compiling crc-any v2.4.3
21612023-12-01T20:13:03.818Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21622023-12-01T20:13:17.629Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21632023-12-01T20:13:32.481Z Compiling object v0.30.4
21642023-12-01T20:13:46.670Z Compiling path-slash v0.1.5
21652023-12-01T20:13:46.970Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21662023-12-01T20:14:30.906Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21672023-12-01T20:14:32.010Z Finished release [optimized] target(s) in 5m 55s
21682023-12-01T20:14:32.087Z
21692023-12-01T20:14:32.090Zreal 5:55.676994693
21702023-12-01T20:14:32.091Zuser 41:10.451771403
21712023-12-01T20:14:32.091Zsys 3:31.489046587
21722023-12-01T20:14:32.091Ztrap 1.649845112
21732023-12-01T20:14:32.091Ztflt 0.887388047
21742023-12-01T20:14:32.091Zdflt 0.487092221
21752023-12-01T20:14:32.091Zkflt 0.000250129
21762023-12-01T20:14:32.091Zlock 1:32:29.029003050
21772023-12-01T20:14:32.091Zslp 1:56:40.957295350
21782023-12-01T20:14:32.091Zlat 1:45.491578248
21792023-12-01T20:14:32.091Zstop 1:19.056901553
21802023-12-01T20:14:32.091Z+ ptime -m gzip
21812023-12-01T20:14:32.761Z
21822023-12-01T20:14:32.764Zreal 0.668049922
21832023-12-01T20:14:32.765Zuser 0.658721477
21842023-12-01T20:14:32.765Zsys 0.007417471
21852023-12-01T20:14:32.765Ztrap 0.000313010
21862023-12-01T20:14:32.765Ztflt 0.000000000
21872023-12-01T20:14:32.765Zdflt 0.000000000
21882023-12-01T20:14:32.765Zkflt 0.000000000
21892023-12-01T20:14:32.765Zlock 0.000000000
21902023-12-01T20:14:32.765Zslp 0.000000000
21912023-12-01T20:14:32.765Zlat 0.001267904
21922023-12-01T20:14:32.765Zstop 0.000228387
21932023-12-01T20:14:32.765Z+ banner tufaceous
21942023-12-01T20:14:32.768Z
21952023-12-01T20:14:32.768Z ##### # # ###### ## #### ###### #### # # ####
21962023-12-01T20:14:32.768Z # # # # # # # # # # # # # #
21972023-12-01T20:14:32.768Z # # # ##### # # # ##### # # # # ####
21982023-12-01T20:14:32.768Z # # # # ###### # # # # # # #
21992023-12-01T20:14:32.768Z # # # # # # # # # # # # # # #
22002023-12-01T20:14:32.768Z # #### # # # #### ###### #### #### ####
22012023-12-01T20:14:32.768Z
22022023-12-01T20:14:32.768Z+ ptime -m cargo build --locked -p tufaceous --release
22032023-12-01T20:14:33.412Z Downloading crates ...
22042023-12-01T20:14:33.786Z Downloaded bytesize v1.3.0
22052023-12-01T20:14:33.797Z Downloaded fs-err v2.11.0
22062023-12-01T20:14:33.797Z Downloaded async-recursion v1.0.5
22072023-12-01T20:14:33.822Z Downloaded serde_plain v1.0.2
22082023-12-01T20:14:33.822Z Downloaded humantime v2.1.0
22092023-12-01T20:14:33.822Z Downloaded olpc-cjson v0.1.3
22102023-12-01T20:14:33.822Z Downloaded globset v0.4.13
22112023-12-01T20:14:33.822Z Downloaded buf-list v1.0.3
22122023-12-01T20:14:33.822Z Downloaded tough v0.15.0
22132023-12-01T20:14:33.834Z Downloaded typed-path v0.6.0
22142023-12-01T20:14:33.984Z Compiling serde_tokenstream v0.2.0
22152023-12-01T20:14:34.005Z Compiling regress v0.7.1
22162023-12-01T20:14:34.019Z Compiling dirs-sys-next v0.1.2
22172023-12-01T20:14:34.022Z Compiling ident_case v1.0.1
22182023-12-01T20:14:34.039Z Compiling thread_local v1.1.7
22192023-12-01T20:14:34.042Z Compiling slog-async v2.8.0
22202023-12-01T20:14:34.046Z Compiling camino v1.1.6
22212023-12-01T20:14:34.242Z Compiling dirs-next v2.0.0
22222023-12-01T20:14:34.587Z Compiling darling_core v0.20.3
22232023-12-01T20:14:34.674Z Compiling heck v0.4.1
22242023-12-01T20:14:34.828Z Compiling term v0.7.0
22252023-12-01T20:14:34.877Z Compiling crossbeam-channel v0.5.8
22262023-12-01T20:14:35.253Z Compiling getopts v0.2.21
22272023-12-01T20:14:35.785Z Compiling structmeta-derive v0.2.0
22282023-12-01T20:14:36.613Z Compiling atty v0.2.14
22292023-12-01T20:14:36.643Z Compiling multer v2.1.0
22302023-12-01T20:14:36.792Z Compiling match_cfg v0.1.0
22312023-12-01T20:14:36.915Z Compiling unsafe-libyaml v0.2.9
22322023-12-01T20:14:37.060Z Compiling paste v1.0.14
22332023-12-01T20:14:37.692Z Compiling take_mut v0.2.2
22342023-12-01T20:14:37.863Z Compiling hostname v0.3.1
22352023-12-01T20:14:38.206Z Compiling slog-term v2.9.0
22362023-12-01T20:14:39.789Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22372023-12-01T20:14:41.687Z Compiling structmeta v0.2.0
22382023-12-01T20:14:42.287Z Compiling serde_yaml v0.9.25
22392023-12-01T20:14:43.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22402023-12-01T20:14:43.553Z Compiling slog-json v2.6.1
22412023-12-01T20:14:43.553Z Compiling darling_macro v0.20.3
22422023-12-01T20:14:43.927Z Compiling async-stream-impl v0.3.5
22432023-12-01T20:14:44.754Z Compiling darling v0.20.3
22442023-12-01T20:14:44.909Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22452023-12-01T20:14:45.397Z Compiling fastrand v2.0.0
22462023-12-01T20:14:45.699Z Compiling atomic-waker v1.1.1
22472023-12-01T20:14:45.883Z Compiling regex-syntax v0.7.5
22482023-12-01T20:14:45.959Z Compiling async-stream v0.3.5
22492023-12-01T20:14:46.380Z Compiling tempfile v3.8.1
22502023-12-01T20:14:46.427Z Compiling waitgroup v0.1.2
22512023-12-01T20:14:46.723Z Compiling serde_with_macros v2.3.3
22522023-12-01T20:14:46.758Z Compiling slog-bunyan v2.4.0
22532023-12-01T20:14:49.542Z Compiling toml v0.8.8
22542023-12-01T20:14:50.291Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22552023-12-01T20:14:50.519Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22562023-12-01T20:14:51.982Z Compiling sha1 v0.10.6
22572023-12-01T20:14:52.072Z Compiling serde_path_to_error v0.1.14
22582023-12-01T20:14:52.892Z Compiling instant v0.1.12
22592023-12-01T20:14:53.100Z Compiling fs-err v2.11.0
22602023-12-01T20:14:53.461Z Compiling debug-ignore v1.0.5
22612023-12-01T20:14:53.504Z Compiling buf-list v1.0.3
22622023-12-01T20:14:53.526Z Compiling arc-swap v1.6.0
22632023-12-01T20:14:53.668Z Compiling same-file v1.0.6
22642023-12-01T20:14:54.109Z Compiling walkdir v2.4.0
22652023-12-01T20:14:54.357Z Compiling slog-scope v4.4.0
22662023-12-01T20:14:54.861Z Compiling backoff v0.4.0
22672023-12-01T20:14:55.397Z Compiling serde_with v2.3.3
22682023-12-01T20:14:55.799Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22692023-12-01T20:14:56.120Z Compiling parse-display-derive v0.8.2
22702023-12-01T20:14:56.810Z Compiling globset v0.4.13
22712023-12-01T20:14:56.955Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22722023-12-01T20:14:57.185Z Compiling strum v0.25.0
22732023-12-01T20:14:57.470Z Compiling olpc-cjson v0.1.3
22742023-12-01T20:14:58.333Z Compiling pem v3.0.2
22752023-12-01T20:14:58.372Z Compiling macaddr v1.0.1
22762023-12-01T20:14:58.648Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22772023-12-01T20:14:59.502Z Compiling serde_plain v1.0.2
22782023-12-01T20:15:00.294Z Compiling async-recursion v1.0.5
22792023-12-01T20:15:00.923Z Compiling filetime v0.2.22
22802023-12-01T20:15:01.401Z Compiling xattr v1.0.1
22812023-12-01T20:15:01.734Z Compiling typed-path v0.6.0
22822023-12-01T20:15:01.850Z Compiling tar v0.4.40
22832023-12-01T20:15:02.224Z Compiling parse-display v0.8.2
22842023-12-01T20:15:03.072Z Compiling slog-stdlog v4.1.1
22852023-12-01T20:15:04.454Z Compiling camino-tempfile v1.1.1
22862023-12-01T20:15:05.608Z Compiling tough v0.15.0
22872023-12-01T20:15:05.664Z Compiling itertools v0.12.0
22882023-12-01T20:15:05.754Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22892023-12-01T20:15:05.935Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22902023-12-01T20:15:11.386Z Compiling bytesize v1.3.0
22912023-12-01T20:15:11.536Z Compiling slog-envlogger v2.2.0
22922023-12-01T20:15:12.268Z Compiling humantime v2.1.0
22932023-12-01T20:15:16.162Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22942023-12-01T20:15:39.036Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22952023-12-01T20:15:39.304Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22962023-12-01T20:15:49.808Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22972023-12-01T20:15:52.094Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22982023-12-01T20:16:20.694Z Finished release [optimized] target(s) in 1m 47s
22992023-12-01T20:16:20.782Z
23002023-12-01T20:16:20.796Zreal 1:47.990845606
23012023-12-01T20:16:20.796Zuser 11:37.467466220
23022023-12-01T20:16:20.796Zsys 43.050366017
23032023-12-01T20:16:20.796Ztrap 0.418222674
23042023-12-01T20:16:20.796Ztflt 0.324943006
23052023-12-01T20:16:20.796Zdflt 0.709336237
23062023-12-01T20:16:20.796Zkflt 0.000198499
23072023-12-01T20:16:20.796Zlock 21:30.988653412
23082023-12-01T20:16:20.796Zslp 23:21.506485805
23092023-12-01T20:16:20.796Zlat 21.229135923
23102023-12-01T20:16:20.798Zstop 10.860590809
23112023-12-01T20:16:20.798Z+ ptime -m gzip
23122023-12-01T20:16:23.152Z
23132023-12-01T20:16:23.156Zreal 2.366320734
23142023-12-01T20:16:23.156Zuser 2.339959200
23152023-12-01T20:16:23.156Zsys 0.023287343
23162023-12-01T20:16:23.156Ztrap 0.001014411
23172023-12-01T20:16:23.156Ztflt 0.000000000
23182023-12-01T20:16:23.156Zdflt 0.000000000
23192023-12-01T20:16:23.156Zkflt 0.000000000
23202023-12-01T20:16:23.156Zlock 0.000000000
23212023-12-01T20:16:23.156Zslp 0.000043605
23222023-12-01T20:16:23.156Zlat 0.001685317
23232023-12-01T20:16:23.156Zstop 0.000227043
23242023-12-01T20:16:23.156Zprocess exited: duration 1112406 ms, exit code 0
 
23252023-12-01T20:16:23.175Zfound 5 output files
23262023-12-01T20:16:23.175Zuploading: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz (6319406 bytes)
23272023-12-01T20:16:26.882Zuploaded: /work/end-to-end-tests/bootstrap-83d41f1b41d1fb89.gz
23282023-12-01T20:16:26.882Zuploading: /work/end-to-end-tests/bootstrap.gz (95840491 bytes)
23292023-12-01T20:17:02.345Zuploaded: /work/end-to-end-tests/bootstrap.gz
23302023-12-01T20:17:02.345Zuploading: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz (99121215 bytes)
23312023-12-01T20:17:33.392Zuploaded: /work/end-to-end-tests/end_to_end_tests-8c93950b566420c7.gz
23322023-12-01T20:17:33.392Zuploading: /work/caboose-util.gz (4091465 bytes)
23332023-12-01T20:17:36.158Zuploaded: /work/caboose-util.gz
23342023-12-01T20:17:36.158Zuploading: /work/tufaceous.gz (14958995 bytes)
23352023-12-01T20:17:41.054Zuploaded: /work/tufaceous.gz