01HFR8Y8TRPKPGM3V4D1ZADB2J: 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: 01HFR8YSJ52PFBAEFXPK9D0HXT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-21T06:28:16.164Zjob assigned to worker 01HFR8YX4C4MZP0BW7RJQTV9D1 (queued for 1 m 24 s)
 
22023-11-21T06:28:16.911Zstarting task 0: "setup"
32023-11-21T06:28:16.969Z++ uname -s
42023-11-21T06:28:16.982Z+ kern=SunOS
52023-11-21T06:28:16.982Z+ case "$kern" in
62023-11-21T06:28:16.982Z+ groupadd -g 12345 build
72023-11-21T06:28:16.982Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-21T06:28:18.990Z+ zfs create -o mountpoint=/work rpool/work
92023-11-21T06:28:19.121Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-21T06:28:19.125Z+ home_fs=zfs
112023-11-21T06:28:19.125Z+ [[ zfs == autofs ]]
122023-11-21T06:28:19.125Z+ mkdir -p /home/build
132023-11-21T06:28:19.128Z+ chown build:build /home/build /work
142023-11-21T06:28:20.131Z+ chmod 0700 /home/build /work
152023-11-21T06:28:20.139Zprocess exited: duration 3229 ms, exit code 0
 
162023-11-21T06:28:20.165Zstarting task 1: "rust-toolchain"
172023-11-21T06:28:20.171Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-21T06:28:20.172Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-21T06:28:20.519Zinfo: downloading installer
202023-11-21T06:28:22.907Zwarning: it looks like you have an existing installation of Rust at:
212023-11-21T06:28:22.907Zwarning: /opt/ooce/bin
222023-11-21T06:28:22.907Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-21T06:28:22.907Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-21T06:28:22.908Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-21T06:28:22.908Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-21T06:28:22.908Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-21T06:28:22.908Zerror: cannot install while Rust is installed
282023-11-21T06:28:22.908Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-21T06:28:22.915Zinfo: profile set to 'default'
302023-11-21T06:28:22.915Zinfo: default host triple is x86_64-unknown-illumos
312023-11-21T06:28:22.915Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-21T06:28:22.915Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-21T06:28:22.916Zinfo: downloading component 'cargo'
342023-11-21T06:28:23.466Zinfo: downloading component 'clippy'
352023-11-21T06:28:23.886Zinfo: downloading component 'rust-docs'
362023-11-21T06:28:24.511Zinfo: downloading component 'rust-std'
372023-11-21T06:28:25.998Zinfo: downloading component 'rustc'
382023-11-21T06:28:29.794Zinfo: downloading component 'rustfmt'
392023-11-21T06:28:29.980Zinfo: installing component 'cargo'
402023-11-21T06:28:32.172Zinfo: installing component 'clippy'
412023-11-21T06:28:33.854Zinfo: installing component 'rust-docs'
422023-11-21T06:28:36.301Zinfo: installing component 'rust-std'
432023-11-21T06:28:40.250Zinfo: installing component 'rustc'
442023-11-21T06:28:50.463Zinfo: installing component 'rustfmt'
452023-11-21T06:28:50.951Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-21T06:28:50.952Z
472023-11-21T06:28:51.171Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-21T06:28:51.172Z
492023-11-21T06:28:51.189Z
502023-11-21T06:28:51.189ZRust is installed now. Great!
512023-11-21T06:28:51.189Z
522023-11-21T06:28:51.189ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-21T06:28:51.189Zenvironment variable. This has not been done automatically.
542023-11-21T06:28:51.189Z
552023-11-21T06:28:51.189ZTo configure your current shell, run:
562023-11-21T06:28:51.189Zsource "$HOME/.cargo/env"
572023-11-21T06:28:51.262Z+ rustc --version
582023-11-21T06:28:51.386Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-21T06:28:51.391Zprocess exited: duration 31219 ms, exit code 0
 
602023-11-21T06:28:51.418Zstarting task 2: "authentication"
612023-11-21T06:28:51.446Zprocess exited: duration 36 ms, exit code 0
 
622023-11-21T06:28:51.454Zstarting task 3: "clone repository"
632023-11-21T06:28:51.461Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-21T06:28:51.465Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-21T06:28:51.544ZCloning into '/work/oxidecomputer/omicron'...
662023-11-21T06:28:58.157Z+ cd /work/oxidecomputer/omicron
672023-11-21T06:28:58.157Z+ [[ -n renovate/foreign-types-0.x ]]
682023-11-21T06:28:58.167Z+ git fetch origin renovate/foreign-types-0.x
692023-11-21T06:28:58.545ZFrom https://github.com/oxidecomputer/omicron
702023-11-21T06:28:58.545Z * branch renovate/foreign-types-0.x -> FETCH_HEAD
712023-11-21T06:28:58.560Z+ git checkout -B renovate/foreign-types-0.x remotes/origin/renovate/foreign-types-0.x
722023-11-21T06:28:58.583ZSwitched to a new branch 'renovate/foreign-types-0.x'
732023-11-21T06:28:58.594Zbranch 'renovate/foreign-types-0.x' set up to track 'origin/renovate/foreign-types-0.x'.
742023-11-21T06:28:58.594Z+ git reset --hard ca030086610065406b12a80efc0af6271f45f233
752023-11-21T06:28:58.614ZHEAD is now at ca030086 Update Rust crate foreign-types to 0.5.0
762023-11-21T06:28:58.622Zprocess exited: duration 7160 ms, exit code 0
 
772023-11-21T06:28:58.645Zstarting task 4: "build"
782023-11-21T06:28:58.654Z+ cargo --version
792023-11-21T06:28:58.670Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-21T06:28:58.863Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-21T06:28:58.863Zinfo: downloading component 'cargo'
822023-11-21T06:28:59.531Zinfo: downloading component 'clippy'
832023-11-21T06:28:59.772Zinfo: downloading component 'rust-docs'
842023-11-21T06:29:00.653Zinfo: downloading component 'rust-std'
852023-11-21T06:29:02.037Zinfo: downloading component 'rustc'
862023-11-21T06:29:05.931Zinfo: downloading component 'rustfmt'
872023-11-21T06:29:06.207Zinfo: installing component 'cargo'
882023-11-21T06:29:07.445Zinfo: installing component 'clippy'
892023-11-21T06:29:07.949Zinfo: installing component 'rust-docs'
902023-11-21T06:29:10.706Zinfo: installing component 'rust-std'
912023-11-21T06:29:13.266Zinfo: installing component 'rustc'
922023-11-21T06:29:19.412Zinfo: installing component 'rustfmt'
932023-11-21T06:29:19.951Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-21T06:29:19.955Z+ rustc --version
952023-11-21T06:29:20.084Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-21T06:29:20.090Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-21T06:29:33.127Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-21T06:29:34.152Z Startup: Caching catalogs ... Done
992023-11-21T06:29:39.671ZPlanning: Solver setup ... Done (5.172s)
1002023-11-21T06:29:39.797ZPlanning: Running solver ... Done (0.127s)
1012023-11-21T06:29:39.855ZPlanning: Finding local manifests ... Done (0.004s)
1022023-11-21T06:29:39.870ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-21T06:29:40.099ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-21T06:29:40.180ZPlanning: Package planning ... Done (0.081s)
1052023-11-21T06:29:40.265ZPlanning: Merging actions ... Done (0.085s)
1062023-11-21T06:29:41.010ZPlanning: Checking for conflicting actions ... Done (0.740s)
1072023-11-21T06:29:41.025ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-11-21T06:29:48.099ZPlanning: Evaluating mediators ... Done (7.072s)
1092023-11-21T06:29:48.115ZPlanning: Planning completed in 13.90 seconds
1102023-11-21T06:29:50.738Z Packages to install: 4
1112023-11-21T06:29:50.738Z Mediators to change: 2
1122023-11-21T06:29:50.738Z Services to change: 1
1132023-11-21T06:29:50.742Z Estimated space available: 148.90 GB
1142023-11-21T06:29:50.742ZEstimated space to be consumed: 1.37 GB
1152023-11-21T06:29:50.742Z Create boot environment: No
1162023-11-21T06:29:50.742ZCreate backup boot environment: No
1172023-11-21T06:29:50.742Z Rebuild boot archive: No
1182023-11-21T06:29:50.742Z
1192023-11-21T06:29:50.742ZChanged mediators:
1202023-11-21T06:29:50.742Z mediator clang:
1212023-11-21T06:29:50.742Z version: None -> 15 (system default)
1222023-11-21T06:29:50.742Z
1232023-11-21T06:29:50.742Z mediator llvm:
1242023-11-21T06:29:50.742Z version: 14 (system default) -> 15 (system default)
1252023-11-21T06:29:50.742Z
1262023-11-21T06:29:50.742ZChanged packages:
1272023-11-21T06:29:50.742Zhelios-dev
1282023-11-21T06:29:50.742Z developer/build-essential
1292023-11-21T06:29:50.742Z None -> 11-2.0
1302023-11-21T06:29:50.742Z library/libxmlsec1
1312023-11-21T06:29:50.742Z None -> 1.2.35-2.0
1322023-11-21T06:29:50.742Z ooce/developer/clang-15
1332023-11-21T06:29:50.742Z None -> 15.0.7-2.0
1342023-11-21T06:29:50.742Z ooce/developer/llvm-15
1352023-11-21T06:29:50.742Z None -> 15.0.7-2.0
1362023-11-21T06:29:50.742Z
1372023-11-21T06:29:50.742ZServices:
1382023-11-21T06:29:50.742Z restart_fmri:
1392023-11-21T06:29:50.742Z svc:/system/update-man-index:default
1402023-11-21T06:29:50.965Z
1412023-11-21T06:29:50.965ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-21T06:29:55.963ZDownload: 489/3290 items 17.0/212.6MB 8% complete (3.1M/s)
1432023-11-21T06:30:00.974ZDownload: 1197/3290 items 73.1/212.6MB 34% complete (7.5M/s)
1442023-11-21T06:30:05.975ZDownload: 1690/3290 items 118.0/212.6MB 55% complete (10.4M/s)
1452023-11-21T06:30:10.982ZDownload: 2883/3290 items 121.1/212.6MB 56% complete (4.8M/s)
1462023-11-21T06:30:16.013ZDownload: 3274/3290 items 208.4/212.6MB 98% complete (9.0M/s)
1472023-11-21T06:30:18.938ZDownload: Completed 212.60 MB in 27.97 seconds (7.6M/s)
1482023-11-21T06:30:19.195Z Actions: 1/3687 actions (Installing new actions)
1492023-11-21T06:30:24.741Z Actions: 3157/3687 actions (Installing new actions)
1502023-11-21T06:30:27.783Z Actions: Completed 3687 actions in 8.59 seconds.
1512023-11-21T06:30:27.878Z Done (0.089s)
1522023-11-21T06:30:27.878Z Done (0.000s)
1532023-11-21T06:30:28.102Z Done (0.221s)
1542023-11-21T06:30:35.546Z Done (7.323s)
1552023-11-21T06:30:35.880Z Done (0.244s)
1562023-11-21T06:30:35.887Z Done (0.000s)
1572023-11-21T06:30:36.128Z Done (0.000s)
1582023-11-21T06:30:36.835ZPlanning: Evaluating mediator changes ... Done
1592023-11-21T06:30:37.328ZPlanning: Checking for conflicting actions ... Done
1602023-11-21T06:30:37.328ZPlanning: Consolidating action changes ... Done
1612023-11-21T06:30:37.526ZPlanning: Evaluating mediators ... Done
1622023-11-21T06:30:37.530ZPlanning: Planning completed in 0.72 seconds
1632023-11-21T06:30:37.581Z Mediators to change: 2
1642023-11-21T06:30:37.581Z Create boot environment: No
1652023-11-21T06:30:37.584ZCreate backup boot environment: No
1662023-11-21T06:30:37.681Z Done
1672023-11-21T06:30:37.681Z Done
1682023-11-21T06:30:37.822Z Done
1692023-11-21T06:30:43.538Z Done
1702023-11-21T06:30:43.655Z Done
1712023-11-21T06:30:43.660Z Done
1722023-11-21T06:30:43.762Z Done
1732023-11-21T06:30:44.763ZPlanning: Evaluating mediator changes ... Done
1742023-11-21T06:30:44.766ZPlanning: Merging actions ... Done
1752023-11-21T06:30:45.101ZPlanning: Checking for conflicting actions ... Done
1762023-11-21T06:30:45.107ZPlanning: Consolidating action changes ... Done
1772023-11-21T06:30:45.531ZPlanning: Evaluating mediators ... Done
1782023-11-21T06:30:45.619ZPlanning: Planning completed in 1.30 seconds
1792023-11-21T06:30:45.683Z Packages to change: 1
1802023-11-21T06:30:45.683Z Mediators to change: 1
1812023-11-21T06:30:45.687Z Services to change: 1
1822023-11-21T06:30:45.687Z Create boot environment: No
1832023-11-21T06:30:45.688ZCreate backup boot environment: Yes
1842023-11-21T06:30:47.743Z Actions: 1/6 actions (Updating modified actions)
1852023-11-21T06:30:47.746Z Actions: Completed 6 actions in 0.00 seconds.
1862023-11-21T06:30:47.746Z Done
1872023-11-21T06:30:47.746Z Done
1882023-11-21T06:30:47.798Z Done
1892023-11-21T06:30:53.547Z Done
1902023-11-21T06:30:53.648Z Done
1912023-11-21T06:30:53.653Z Done
1922023-11-21T06:30:53.759Z Done
1932023-11-21T06:30:54.419ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942023-11-21T06:30:54.420Zclang system 15 system
1952023-11-21T06:30:54.420Zcsh system system illumos
1962023-11-21T06:30:54.420Zctags system system illumos
1972023-11-21T06:30:54.420Zgcc vendor 12 vendor
1982023-11-21T06:30:54.420Zgcc system 10 system
1992023-11-21T06:30:54.420Zgcc system 7 system
2002023-11-21T06:30:54.420Zgo system 1.20 system
2012023-11-21T06:30:54.420Zgo system 1.19 system
2022023-11-21T06:30:54.420Zllvm system 15 system
2032023-11-21T06:30:54.420Zllvm system 14 system
2042023-11-21T06:30:54.420Zmariadb system 10.6 system
2052023-11-21T06:30:54.420Zmta vendor vendor dma
2062023-11-21T06:30:54.420Zopenjdk system 17 system
2072023-11-21T06:30:54.420Zopenjdk system 11 system
2082023-11-21T06:30:54.420Zopenjdk system 1.8 system
2092023-11-21T06:30:54.420Zopenssl vendor 3 vendor
2102023-11-21T06:30:54.420Zperl system 5.36 system
2112023-11-21T06:30:54.420Zpostgresql system 15 system
2122023-11-21T06:30:54.420Zpostgresql system 13 system
2132023-11-21T06:30:54.420Zpython vendor 3 vendor
2142023-11-21T06:30:54.420Zpython system 2 system
2152023-11-21T06:30:54.420Zpython3 system 3.11 system
2162023-11-21T06:30:54.420Zruby system 3.0 system
2172023-11-21T06:30:54.420Zwords vendor vendor american-english
2182023-11-21T06:30:54.420Zwords system system australian-english
2192023-11-21T06:30:54.420Zwords system system british-english
2202023-11-21T06:30:54.420Zwords system system canadian-english
2212023-11-21T06:30:54.420Zwords system system french
2222023-11-21T06:30:54.420Zwords system system italian
2232023-11-21T06:30:54.420Zwords system system ngerman
2242023-11-21T06:30:54.420Zwords system system ogerman
2252023-11-21T06:30:54.420Zwords system system spanish
2262023-11-21T06:30:54.941ZFMRI IFO
2272023-11-21T06:30:54.941Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282023-11-21T06:30:54.941Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292023-11-21T06:30:54.941Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302023-11-21T06:30:54.941Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2312023-11-21T06:30:54.941Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322023-11-21T06:30:54.941Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2332023-11-21T06:30:55.014Z+ set -o errexit
2342023-11-21T06:30:55.017Z+++ dirname ./tools/ci_download_cockroachdb
2352023-11-21T06:30:55.020Z++ cd ./tools
2362023-11-21T06:30:55.020Z++ pwd
2372023-11-21T06:30:55.021Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2382023-11-21T06:30:55.021Z++ basename ./tools/ci_download_cockroachdb
2392023-11-21T06:30:55.024Z+ ARG0=ci_download_cockroachdb
2402023-11-21T06:30:55.024Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2412023-11-21T06:30:55.028Z+ CIDL_VERSION=v22.1.9
2422023-11-21T06:30:55.028Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2432023-11-21T06:30:55.028Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2442023-11-21T06:30:55.028Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2452023-11-21T06:30:55.028Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2462023-11-21T06:30:55.028Z+ TARGET_DIR=out
2472023-11-21T06:30:55.028Z+ DOWNLOAD_DIR=out/downloads
2482023-11-21T06:30:55.028Z+ DEST_DIR=./out/cockroachdb
2492023-11-21T06:30:55.028Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2502023-11-21T06:30:55.028Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2512023-11-21T06:30:55.028Z+ main
2522023-11-21T06:30:55.028Z+ [[ 0 != 0 ]]
2532023-11-21T06:30:55.028Z+ CIDL_OS=solaris2.11
2542023-11-21T06:30:55.028Z+ [[ 0 != 0 ]]
2552023-11-21T06:30:55.028Z+ configure_os solaris2.11
2562023-11-21T06:30:55.028Z+ echo 'current directory: /work/oxidecomputer/omicron'
2572023-11-21T06:30:55.028Zcurrent directory: /work/oxidecomputer/omicron
2582023-11-21T06:30:55.028Z+ echo 'configuring based on OS: "solaris2.11"'
2592023-11-21T06:30:55.028Z+ case "$1" in
2602023-11-21T06:30:55.028Zconfiguring based on OS: "solaris2.11"
2612023-11-21T06:30:55.028Z+ CIDL_BUILD=illumos
2622023-11-21T06:30:55.028Z+ CIDL_SUFFIX=tar.gz
2632023-11-21T06:30:55.028Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2642023-11-21T06:30:55.028Z+ CIDL_MD5FUNC=do_md5sum
2652023-11-21T06:30:55.028Z+ CIDL_URL_BASE=https://illumos.org/downloads
2662023-11-21T06:30:55.028Z+ CIDL_ASSEMBLE=do_assemble_illumos
2672023-11-21T06:30:55.028Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2682023-11-21T06:30:55.029Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2692023-11-21T06:30:55.029Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-11-21T06:30:55.029Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2712023-11-21T06:30:55.029Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-21T06:30:55.029Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732023-11-21T06:30:55.029ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-11-21T06:30:55.029Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752023-11-21T06:30:55.029Z+ mkdir -p out/downloads
2762023-11-21T06:30:55.029ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-11-21T06:30:55.032Z+ mkdir -p ./out/cockroachdb
2782023-11-21T06:30:55.032Z+ local DO_DOWNLOAD=true
2792023-11-21T06:30:55.032Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2802023-11-21T06:30:55.032Z+ '[' true == true ']'
2812023-11-21T06:30:55.032Z+ echo Downloading...
2822023-11-21T06:30:55.032ZDownloading...
2832023-11-21T06:30:55.032Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-11-21T06:30:55.032Z+ 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
2852023-11-21T06:30:57.715Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-11-21T06:30:57.721Z++ md5sum
2872023-11-21T06:30:57.722Z++ awk '{print $1}'
2882023-11-21T06:30:57.899Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2892023-11-21T06:30:57.899Z+ [[ 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 ]]
2902023-11-21T06:30:57.899Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-11-21T06:30:58.319Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2922023-11-21T06:31:01.499Z+ do_assemble_illumos
2932023-11-21T06:31:01.499Z+ rm -r ./out/cockroachdb
2942023-11-21T06:31:01.526Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2952023-11-21T06:31:02.089Z+ ./out/cockroachdb/bin/cockroach version
2962023-11-21T06:31:02.308ZBuild Tag: v22.1.9-dirty
2972023-11-21T06:31:02.308ZBuild Time: 2022/10/26 21:17:46
2982023-11-21T06:31:02.308ZDistribution: OSS
2992023-11-21T06:31:02.308ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3002023-11-21T06:31:02.308ZGo Version: go1.17.13
3012023-11-21T06:31:02.308ZC Compiler: gcc 10.3.0
3022023-11-21T06:31:02.308ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3032023-11-21T06:31:02.308ZBuild Type: release
3042023-11-21T06:31:02.330Z+ set -o errexit
3052023-11-21T06:31:02.347Z+++ dirname ./tools/ci_download_clickhouse
3062023-11-21T06:31:02.347Z++ cd ./tools
3072023-11-21T06:31:02.347Z++ pwd
3082023-11-21T06:31:02.347Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3092023-11-21T06:31:02.347Z++ basename ./tools/ci_download_clickhouse
3102023-11-21T06:31:02.347Z+ ARG0=ci_download_clickhouse
3112023-11-21T06:31:02.347Z+ TARGET_DIR=out
3122023-11-21T06:31:02.348Z+ DOWNLOAD_DIR=out/downloads
3132023-11-21T06:31:02.348Z+ DEST_DIR=./out/clickhouse
3142023-11-21T06:31:02.348Z+ CIDL_VERSION=v22.8.9.24
3152023-11-21T06:31:02.348Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3162023-11-21T06:31:02.348Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3172023-11-21T06:31:02.348Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3182023-11-21T06:31:02.348Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3192023-11-21T06:31:02.348Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3202023-11-21T06:31:02.348Z+ main
3212023-11-21T06:31:02.348Z+ [[ 0 != 0 ]]
3222023-11-21T06:31:02.348Z+ CIDL_OS=solaris2.11
3232023-11-21T06:31:02.348Z+ [[ 0 != 0 ]]
3242023-11-21T06:31:02.348Z+ configure_os solaris2.11
3252023-11-21T06:31:02.348Z+ echo 'current directory: /work/oxidecomputer/omicron'
3262023-11-21T06:31:02.348Zcurrent directory: /work/oxidecomputer/omicron
3272023-11-21T06:31:02.348Z+ echo 'configuring based on OS: "solaris2.11"'
3282023-11-21T06:31:02.348Z+ CIDL_DASHREV=
3292023-11-21T06:31:02.348Z+ case "$1" in
3302023-11-21T06:31:02.348Zconfiguring based on OS: "solaris2.11"
3312023-11-21T06:31:02.348Z+ CIDL_PLATFORM=illumos
3322023-11-21T06:31:02.348Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3332023-11-21T06:31:02.348Z+ CIDL_MD5FUNC=do_md5sum
3342023-11-21T06:31:02.348Z+ CIDL_DASHREV=-1
3352023-11-21T06:31:02.348Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3362023-11-21T06:31:02.348Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-11-21T06:31:02.348Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-21T06:31:02.348Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-21T06:31:02.348Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3402023-11-21T06:31:02.348ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-11-21T06:31:02.348ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-11-21T06:31:02.348Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3432023-11-21T06:31:02.349Z+ mkdir -p out/downloads
3442023-11-21T06:31:02.349Z+ mkdir -p ./out/clickhouse
3452023-11-21T06:31:02.349Z+ local DO_DOWNLOAD=true
3462023-11-21T06:31:02.349Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3472023-11-21T06:31:02.349Z+ '[' true == true ']'
3482023-11-21T06:31:02.349Z+ echo Downloading...
3492023-11-21T06:31:02.349ZDownloading...
3502023-11-21T06:31:02.349Z+ 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
3512023-11-21T06:31:02.349Z+ 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
3522023-11-21T06:31:04.279Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532023-11-21T06:31:04.283Z++ md5sum
3542023-11-21T06:31:04.283Z++ awk '{print $1}'
3552023-11-21T06:31:04.283Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3562023-11-21T06:31:04.283Z+ [[ 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 ]]
3572023-11-21T06:31:04.283Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3582023-11-21T06:31:04.283Z+ mkdir -p ./out/clickhouse
3592023-11-21T06:31:04.283Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3602023-11-21T06:31:09.286Z+ ./out/clickhouse/clickhouse server --version
3612023-11-21T06:31:09.338ZClickHouse server version 22.8.9.1.
3622023-11-21T06:31:09.362Z+ set -o errexit
3632023-11-21T06:31:09.374Z+++ dirname ./tools/ci_download_console
3642023-11-21T06:31:09.374Z++ cd ./tools
3652023-11-21T06:31:09.374Z++ pwd
3662023-11-21T06:31:09.374Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3672023-11-21T06:31:09.374Z++ basename ./tools/ci_download_console
3682023-11-21T06:31:09.375Z+ ARG0=ci_download_console
3692023-11-21T06:31:09.375Z+ TARGET_DIR=out
3702023-11-21T06:31:09.375Z+ DOWNLOAD_DIR=out/downloads
3712023-11-21T06:31:09.375Z+ DEST_DIR=./out/console-assets
3722023-11-21T06:31:09.375Z+ source /work/oxidecomputer/omicron/tools/console_version
3732023-11-21T06:31:09.375Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3742023-11-21T06:31:09.375Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3752023-11-21T06:31:09.375Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3762023-11-21T06:31:09.375Z+ TARBALL_FILE=out/downloads/console.tar.gz
3772023-11-21T06:31:09.392Z+ main
3782023-11-21T06:31:09.392Z+ [[ 0 != 0 ]]
3792023-11-21T06:31:09.392Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3802023-11-21T06:31:09.392ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3812023-11-21T06:31:09.392Z+ echo 'Local file: out/downloads/console.tar.gz'
3822023-11-21T06:31:09.392ZLocal file: out/downloads/console.tar.gz
3832023-11-21T06:31:09.392Z+ local DO_DOWNLOAD=true
3842023-11-21T06:31:09.392Z+ [[ -f out/downloads/console.tar.gz ]]
3852023-11-21T06:31:09.392Z+ mkdir -p out/downloads
3862023-11-21T06:31:09.392Z+ '[' true == true ']'
3872023-11-21T06:31:09.392Z+ echo Downloading...
3882023-11-21T06:31:09.392ZDownloading...
3892023-11-21T06:31:09.393Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3902023-11-21T06:31:09.393Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3912023-11-21T06:31:09.998Z++ do_sha256sum out/downloads/console.tar.gz
3922023-11-21T06:31:09.999Z++ case "$OSTYPE" in
3932023-11-21T06:31:10.000Z++ SHA=sha256sum
3942023-11-21T06:31:10.010Z++ sha256sum
3952023-11-21T06:31:10.010Z++ awk '{print $1}'
3962023-11-21T06:31:10.026Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3972023-11-21T06:31:10.026Z+ [[ 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 ]]
3982023-11-21T06:31:10.035Z+ rm -rf ./out/console-assets
3992023-11-21T06:31:10.035Z+ mkdir -p ./out/console-assets
4002023-11-21T06:31:10.035Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4012023-11-21T06:31:10.035Z+ mkdir -p ./out/console-assets
4022023-11-21T06:31:10.035Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4032023-11-21T06:31:10.175Z+ set -o errexit
4042023-11-21T06:31:10.186Z+++ dirname ./tools/ci_download_maghemite_openapi
4052023-11-21T06:31:10.186Z++ cd ./tools
4062023-11-21T06:31:10.186Z++ pwd
4072023-11-21T06:31:10.186Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4082023-11-21T06:31:10.186Z++ basename ./tools/ci_download_maghemite_openapi
4092023-11-21T06:31:10.194Z+ ARG0=ci_download_maghemite_openapi
4102023-11-21T06:31:10.194Z+ TARGET_DIR=out
4112023-11-21T06:31:10.195Z+ DOWNLOAD_DIR=out/downloads
4122023-11-21T06:31:10.195Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4132023-11-21T06:31:10.195Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4142023-11-21T06:31:10.196Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4152023-11-21T06:31:10.196Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4162023-11-21T06:31:10.196Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4172023-11-21T06:31:10.196Z+ main
4182023-11-21T06:31:10.196Z+ [[ 0 != 0 ]]
4192023-11-21T06:31:10.196Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4202023-11-21T06:31:10.196ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4212023-11-21T06:31:10.196Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4222023-11-21T06:31:10.196ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4232023-11-21T06:31:10.197Z+ local DO_DOWNLOAD=true
4242023-11-21T06:31:10.197Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4252023-11-21T06:31:10.197Z+ mkdir -p out/downloads
4262023-11-21T06:31:10.197Z+ '[' true == true ']'
4272023-11-21T06:31:10.197Z+ echo Downloading...
4282023-11-21T06:31:10.197ZDownloading...
4292023-11-21T06:31:10.197Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4302023-11-21T06:31:10.197Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4312023-11-21T06:31:10.467Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4322023-11-21T06:31:10.467Z++ case "$OSTYPE" in
4332023-11-21T06:31:11.372Z++ SHA=sha256sum
4342023-11-21T06:31:11.373Z++ sha256sum
4352023-11-21T06:31:11.373Z++ awk '{print $1}'
4362023-11-21T06:31:11.373Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4372023-11-21T06:31:11.373Z+ [[ 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 ]]
4382023-11-21T06:31:11.373Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4392023-11-21T06:31:11.373Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4402023-11-21T06:31:11.373Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4412023-11-21T06:31:11.373Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4422023-11-21T06:31:11.373Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4432023-11-21T06:31:11.373Z+ main
4442023-11-21T06:31:11.373Z+ [[ 0 != 0 ]]
4452023-11-21T06:31:11.373Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4462023-11-21T06:31:11.373ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4472023-11-21T06:31:11.373ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4482023-11-21T06:31:11.373Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4492023-11-21T06:31:11.373Z+ local DO_DOWNLOAD=true
4502023-11-21T06:31:11.373Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4512023-11-21T06:31:11.373Z+ mkdir -p out/downloads
4522023-11-21T06:31:11.373Z+ '[' true == true ']'
4532023-11-21T06:31:11.373Z+ echo Downloading...
4542023-11-21T06:31:11.373ZDownloading...
4552023-11-21T06:31:11.373Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4562023-11-21T06:31:11.373Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4572023-11-21T06:31:11.608Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4582023-11-21T06:31:11.611Z++ case "$OSTYPE" in
4592023-11-21T06:31:11.611Z++ SHA=sha256sum
4602023-11-21T06:31:11.611Z++ sha256sum
4612023-11-21T06:31:11.612Z++ awk '{print $1}'
4622023-11-21T06:31:11.616Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4632023-11-21T06:31:11.616Z+ [[ 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 ]]
4642023-11-21T06:31:11.623Z+ set -o errexit
4652023-11-21T06:31:11.630Z+++ dirname ./tools/ci_download_dendrite_openapi
4662023-11-21T06:31:11.630Z++ cd ./tools
4672023-11-21T06:31:11.630Z++ pwd
4682023-11-21T06:31:11.630Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4692023-11-21T06:31:11.630Z++ basename ./tools/ci_download_dendrite_openapi
4702023-11-21T06:31:11.634Z+ ARG0=ci_download_dendrite_openapi
4712023-11-21T06:31:11.634Z+ TARGET_DIR=out
4722023-11-21T06:31:11.634Z+ DOWNLOAD_DIR=out/downloads
4732023-11-21T06:31:11.634Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742023-11-21T06:31:11.634Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4752023-11-21T06:31:11.634Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4762023-11-21T06:31:11.634Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4772023-11-21T06:31:11.634Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4782023-11-21T06:31:11.634Z+ main
4792023-11-21T06:31:11.634Z+ [[ 0 != 0 ]]
4802023-11-21T06:31:11.634Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4812023-11-21T06:31:11.634ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4822023-11-21T06:31:11.634Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4832023-11-21T06:31:11.634ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4842023-11-21T06:31:11.634Z+ local DO_DOWNLOAD=true
4852023-11-21T06:31:11.634Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4862023-11-21T06:31:11.634Z+ mkdir -p out/downloads
4872023-11-21T06:31:11.638Z+ '[' true == true ']'
4882023-11-21T06:31:11.638Z+ echo Downloading...
4892023-11-21T06:31:11.638ZDownloading...
4902023-11-21T06:31:11.638Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4912023-11-21T06:31:11.638Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4922023-11-21T06:31:11.887Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4932023-11-21T06:31:11.887Z++ case "$OSTYPE" in
4942023-11-21T06:31:11.968Z++ SHA=sha256sum
4952023-11-21T06:31:11.968Z++ sha256sum
4962023-11-21T06:31:11.969Z++ awk '{print $1}'
4972023-11-21T06:31:11.969Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4982023-11-21T06:31:11.969Z+ [[ 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 ]]
4992023-11-21T06:31:12.453Z+ set -o errexit
5002023-11-21T06:31:12.453Z+++ dirname ./tools/ci_download_dendrite_stub
5012023-11-21T06:31:12.453Z++ cd ./tools
5022023-11-21T06:31:12.453Z++ pwd
5032023-11-21T06:31:12.453Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042023-11-21T06:31:12.454Z++ basename ./tools/ci_download_dendrite_stub
5052023-11-21T06:31:12.454Z+ ARG0=ci_download_dendrite_stub
5062023-11-21T06:31:12.454Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5072023-11-21T06:31:12.454Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5082023-11-21T06:31:12.454Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5092023-11-21T06:31:12.454Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5102023-11-21T06:31:12.454Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5112023-11-21T06:31:12.454Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5122023-11-21T06:31:12.454Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5132023-11-21T06:31:12.454Z+ TARGET_DIR=out
5142023-11-21T06:31:12.454Z+ DOWNLOAD_DIR=out/downloads
5152023-11-21T06:31:12.454Z+ DEST_DIR=./out/dendrite-stub
5162023-11-21T06:31:12.454Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5172023-11-21T06:31:12.454Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5182023-11-21T06:31:12.454Z+ REPO=oxidecomputer/dendrite
5192023-11-21T06:31:12.454Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5202023-11-21T06:31:12.454Z+ main
5212023-11-21T06:31:12.454Z+ [[ 0 != 0 ]]
5222023-11-21T06:31:12.454Z+ CIDL_OS=solaris2.11
5232023-11-21T06:31:12.454Z+ [[ 0 != 0 ]]
5242023-11-21T06:31:12.454Z+ configure_os solaris2.11
5252023-11-21T06:31:12.454Z+ echo 'current directory: /work/oxidecomputer/omicron'
5262023-11-21T06:31:12.454Zcurrent directory: /work/oxidecomputer/omicron
5272023-11-21T06:31:12.454Z+ echo 'configuring based on OS: "solaris2.11"'
5282023-11-21T06:31:12.454Zconfiguring based on OS: "solaris2.11"
5292023-11-21T06:31:12.454Z+ case "$1" in
5302023-11-21T06:31:12.454Z+ SET_BINARIES=
5312023-11-21T06:31:12.454Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5322023-11-21T06:31:12.454Z+ CIDL_SHA256FUNC=do_sha256sum
5332023-11-21T06:31:12.454Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5342023-11-21T06:31:12.454Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5352023-11-21T06:31:12.454Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5362023-11-21T06:31:12.455Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5372023-11-21T06:31:12.455ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5382023-11-21T06:31:12.455Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5392023-11-21T06:31:12.455ZLocal file: out/downloads/dendrite-stub.tar.gz
5402023-11-21T06:31:12.455Z+ mkdir -p out/downloads
5412023-11-21T06:31:12.455Z+ mkdir -p ./out/dendrite-stub
5422023-11-21T06:31:12.455Z+ fetch_and_verify
5432023-11-21T06:31:12.455Z+ local DO_DOWNLOAD=true
5442023-11-21T06:31:12.455Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5452023-11-21T06:31:12.455Z+ '[' true == true ']'
5462023-11-21T06:31:12.455Z+ echo Downloading...
5472023-11-21T06:31:12.455ZDownloading...
5482023-11-21T06:31:12.455Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5492023-11-21T06:31:12.455Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5502023-11-21T06:31:24.051Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5512023-11-21T06:31:24.073Z++ sha256sum
5522023-11-21T06:31:24.073Z++ awk '{print $1}'
5532023-11-21T06:31:24.127Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5542023-11-21T06:31:24.127Z+ [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]]
5552023-11-21T06:31:24.137Z+ do_untar out/downloads/dendrite-stub.tar.gz
5562023-11-21T06:31:24.137Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5572023-11-21T06:31:25.240Z+ do_assemble
5582023-11-21T06:31:25.240Z+ rm -r ./out/dendrite-stub
5592023-11-21T06:31:25.249Z+ mkdir ./out/dendrite-stub
5602023-11-21T06:31:25.249Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5612023-11-21T06:31:25.424Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5622023-11-21T06:31:25.433Z+ set -o errexit
5632023-11-21T06:31:25.441Z+++ dirname ./tools/ci_download_maghemite_mgd
5642023-11-21T06:31:25.441Z++ cd ./tools
5652023-11-21T06:31:25.441Z++ pwd
5662023-11-21T06:31:25.441Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5672023-11-21T06:31:25.457Z++ basename ./tools/ci_download_maghemite_mgd
5682023-11-21T06:31:25.457Z+ ARG0=ci_download_maghemite_mgd
5692023-11-21T06:31:25.457Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5702023-11-21T06:31:25.457Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5712023-11-21T06:31:25.458Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5722023-11-21T06:31:25.458Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5732023-11-21T06:31:25.458Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5742023-11-21T06:31:25.458Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5752023-11-21T06:31:25.458Z+ TARGET_DIR=out
5762023-11-21T06:31:25.458Z+ DOWNLOAD_DIR=out/downloads
5772023-11-21T06:31:25.458Z+ DEST_DIR=./out/mgd
5782023-11-21T06:31:25.458Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5792023-11-21T06:31:25.458Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5802023-11-21T06:31:25.458Z+ REPO=oxidecomputer/maghemite
5812023-11-21T06:31:25.458Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5822023-11-21T06:31:25.458Z+ main
5832023-11-21T06:31:25.458Z+ [[ 0 != 0 ]]
5842023-11-21T06:31:25.458Z+ CIDL_OS=solaris2.11
5852023-11-21T06:31:25.458Z+ [[ 0 != 0 ]]
5862023-11-21T06:31:25.458Z+ configure_os solaris2.11
5872023-11-21T06:31:25.458Z+ echo 'current directory: /work/oxidecomputer/omicron'
5882023-11-21T06:31:25.458Zcurrent directory: /work/oxidecomputer/omicron
5892023-11-21T06:31:25.458Z+ echo 'configuring based on OS: "solaris2.11"'
5902023-11-21T06:31:25.458Z+ case "$1" in
5912023-11-21T06:31:25.458Z+ SET_BINARIES=
5922023-11-21T06:31:25.458Zconfiguring based on OS: "solaris2.11"
5932023-11-21T06:31:25.458Z+ CIDL_SHA256FUNC=do_sha256sum
5942023-11-21T06:31:25.458Z+ TARBALL_FILENAME=mgd.tar.gz
5952023-11-21T06:31:25.458Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5962023-11-21T06:31:25.459Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5972023-11-21T06:31:25.459Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
5982023-11-21T06:31:25.459ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5992023-11-21T06:31:25.459Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6002023-11-21T06:31:25.459ZLocal file: out/downloads/mgd.tar.gz
6012023-11-21T06:31:25.459Z+ mkdir -p out/downloads
6022023-11-21T06:31:25.459Z+ mkdir -p ./out/mgd
6032023-11-21T06:31:25.459Z+ fetch_and_verify
6042023-11-21T06:31:25.459Z+ local DO_DOWNLOAD=true
6052023-11-21T06:31:25.459Z+ [[ -f out/downloads/mgd.tar.gz ]]
6062023-11-21T06:31:25.459Z+ '[' true == true ']'
6072023-11-21T06:31:25.459Z+ echo Downloading...
6082023-11-21T06:31:25.459ZDownloading...
6092023-11-21T06:31:25.459Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6102023-11-21T06:31:25.459Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6112023-11-21T06:31:37.084Z++ do_sha256sum out/downloads/mgd.tar.gz
6122023-11-21T06:31:37.090Z++ sha256sum
6132023-11-21T06:31:37.090Z++ awk '{print $1}'
6142023-11-21T06:31:37.162Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6152023-11-21T06:31:37.162Z+ [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]]
6162023-11-21T06:31:37.162Z+ do_untar out/downloads/mgd.tar.gz
6172023-11-21T06:31:37.166Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6182023-11-21T06:31:37.866Z+ do_assemble
6192023-11-21T06:31:37.866Z+ rm -r ./out/mgd
6202023-11-21T06:31:37.869Z+ mkdir ./out/mgd
6212023-11-21T06:31:37.872Z+ cp -r out/downloads/root ./out/mgd/root
6222023-11-21T06:31:38.080Z+ set -o errexit
6232023-11-21T06:31:38.085Z+++ dirname ./tools/ci_download_transceiver_control
6242023-11-21T06:31:38.090Z++ cd ./tools
6252023-11-21T06:31:38.090Z++ pwd
6262023-11-21T06:31:38.090Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6272023-11-21T06:31:38.090Z++ basename ./tools/ci_download_transceiver_control
6282023-11-21T06:31:38.090Z+ ARG0=ci_download_transceiver_control
6292023-11-21T06:31:38.090Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6302023-11-21T06:31:38.090Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6312023-11-21T06:31:38.090Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6322023-11-21T06:31:38.090Z+ TARGET_DIR=out
6332023-11-21T06:31:38.090Z+ DOWNLOAD_DIR=out/downloads
6342023-11-21T06:31:38.090Z+ DEST_DIR=./out/transceiver-control
6352023-11-21T06:31:38.090Z+ BIN_DIR=/opt/oxide/bin
6362023-11-21T06:31:38.090Z+ BINARY=xcvradm
6372023-11-21T06:31:38.090Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6382023-11-21T06:31:38.090Z+ REPO=oxidecomputer/transceiver-control
6392023-11-21T06:31:38.090Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402023-11-21T06:31:38.096Z+ main
6412023-11-21T06:31:38.096Z+ [[ 0 != 0 ]]
6422023-11-21T06:31:38.096Z+ CIDL_OS=solaris2.11
6432023-11-21T06:31:38.096Z+ [[ 0 != 0 ]]
6442023-11-21T06:31:38.096Z+ configure_os solaris2.11
6452023-11-21T06:31:38.096Z+ echo 'current directory: /work/oxidecomputer/omicron'
6462023-11-21T06:31:38.096Zcurrent directory: /work/oxidecomputer/omicron
6472023-11-21T06:31:38.096Z+ echo 'configuring based on OS: "solaris2.11"'
6482023-11-21T06:31:38.096Zconfiguring based on OS: "solaris2.11"
6492023-11-21T06:31:38.096Z+ case "$1" in
6502023-11-21T06:31:38.096Z+ SET_BINARIES=
6512023-11-21T06:31:38.096Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522023-11-21T06:31:38.096Z+ CIDL_SHA256FUNC=do_sha256sum
6532023-11-21T06:31:38.096Z+ ARCHIVE_FILENAME=xcvradm.gz
6542023-11-21T06:31:38.096Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6552023-11-21T06:31:38.096ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6562023-11-21T06:31:38.096ZLocal file: out/downloads/xcvradm.gz
6572023-11-21T06:31:38.096Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6582023-11-21T06:31:38.096Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6592023-11-21T06:31:38.096Z+ echo 'Local file: out/downloads/xcvradm.gz'
6602023-11-21T06:31:38.096Z+ mkdir -p out/downloads
6612023-11-21T06:31:38.096Z+ mkdir -p ./out/transceiver-control
6622023-11-21T06:31:38.100Z+ fetch_and_verify
6632023-11-21T06:31:38.100Z+ local DO_DOWNLOAD=true
6642023-11-21T06:31:38.100Z+ [[ -f out/downloads/xcvradm.gz ]]
6652023-11-21T06:31:38.100Z+ '[' true == true ']'
6662023-11-21T06:31:38.100Z+ echo Downloading...
6672023-11-21T06:31:38.100ZDownloading...
6682023-11-21T06:31:38.100Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6692023-11-21T06:31:38.100Z+ 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
6702023-11-21T06:31:39.796Z++ do_sha256sum out/downloads/xcvradm.gz
6712023-11-21T06:31:39.807Z++ sha256sum
6722023-11-21T06:31:39.807Z++ awk '{print $1}'
6732023-11-21T06:31:39.821Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742023-11-21T06:31:39.886Z+ [[ 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 ]]
6752023-11-21T06:31:39.886Z+ do_unpack out/downloads/xcvradm.gz
6762023-11-21T06:31:39.886Z+ mkdir -p out/downloads/root//opt/oxide/bin
6772023-11-21T06:31:39.887Z+ gzip -dc out/downloads/xcvradm.gz
6782023-11-21T06:31:40.005Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6792023-11-21T06:31:40.012Z+ do_assemble
6802023-11-21T06:31:40.012Z+ rm -r ./out/transceiver-control
6812023-11-21T06:31:40.012Z+ mkdir ./out/transceiver-control
6822023-11-21T06:31:40.020Z+ cp -r out/downloads/root ./out/transceiver-control/root
6832023-11-21T06:31:40.240ZAll prerequisites installed successfully
6842023-11-21T06:31:40.248Z
6852023-11-21T06:31:40.249Zreal 2:20.107229584
6862023-11-21T06:31:40.249Zuser 53.058346692
6872023-11-21T06:31:40.249Zsys 10.707482983
6882023-11-21T06:31:40.249Ztrap 0.026891562
6892023-11-21T06:31:40.249Ztflt 0.397674712
6902023-11-21T06:31:40.249Zdflt 0.978888952
6912023-11-21T06:31:40.249Zkflt 0.266396569
6922023-11-21T06:31:40.249Zlock 1.764368230
6932023-11-21T06:31:40.249Zslp 4:28.732981060
6942023-11-21T06:31:40.249Zlat 4.284744146
6952023-11-21T06:31:40.249Zstop 0.071393997
6962023-11-21T06:31:40.249Z+ banner end-to-end-tests
6972023-11-21T06:31:40.328Z
6982023-11-21T06:31:40.328Z ###### # # ##### ##### #### ###### # # #####
6992023-11-21T06:31:40.328Z # ## # # # # # # # ## # # #
7002023-11-21T06:31:40.328Z ##### # # # # # ##### # # # ##### ##### # # # # #
7012023-11-21T06:31:40.329Z # # # # # # # # # # # # # # #
7022023-11-21T06:31:40.329Z # # ## # # # # # # # ## # #
7032023-11-21T06:31:40.329Z ###### # # ##### # #### ###### # # #####
7042023-11-21T06:31:40.329Z
7052023-11-21T06:31:40.340Z+ export CARGO_PROFILE_DEV_DEBUG=1
7062023-11-21T06:31:40.340Z+ CARGO_PROFILE_DEV_DEBUG=1
7072023-11-21T06:31:40.340Z+ export CARGO_PROFILE_TEST_DEBUG=1
7082023-11-21T06:31:40.340Z+ CARGO_PROFILE_TEST_DEBUG=1
7092023-11-21T06:31:40.340Z+ export CARGO_INCREMENTAL=0
7102023-11-21T06:31:40.340Z+ CARGO_INCREMENTAL=0
7112023-11-21T06:31:40.340Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7122023-11-21T06:31:40.656Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7132023-11-21T06:31:41.050Z Updating crates.io index
7142023-11-21T06:31:41.114Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7152023-11-21T06:31:41.898Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7162023-11-21T06:31:43.834Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7172023-11-21T06:31:44.644Z Updating git repository `http://github.com/oxidecomputer/tofino`
7182023-11-21T06:31:45.007Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7192023-11-21T06:31:45.318Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7202023-11-21T06:31:45.639Z Updating git repository `https://github.com/oxidecomputer/propolis`
7212023-11-21T06:31:46.530Z Updating git repository `https://github.com/oxidecomputer/crucible`
7222023-11-21T06:31:48.506Z Updating git repository `https://github.com/oxidecomputer/opte`
7232023-11-21T06:31:49.596Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7242023-11-21T06:31:50.168Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7252023-11-21T06:31:50.804Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7262023-11-21T06:31:51.169Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7272023-11-21T06:31:51.491Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7282023-11-21T06:31:52.049Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7292023-11-21T06:31:52.394Z Updating git repository `https://github.com/njaremko/samael`
7302023-11-21T06:31:52.988Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7312023-11-21T06:31:53.570Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7322023-11-21T06:31:53.956Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7332023-11-21T06:31:54.317Z Updating git repository `https://github.com/jgallagher/nix`
7342023-11-21T06:31:55.816Z Updating git repository `https://github.com/cbiffle/hubpack`
7352023-11-21T06:31:56.366Z Updating git repository `https://github.com/oxidecomputer/typify`
7362023-11-21T06:31:57.260Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7372023-11-21T06:31:57.641Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7382023-11-21T06:31:57.974Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7392023-11-21T06:31:59.598Z Downloading crates ...
7402023-11-21T06:32:00.004Z Downloaded option-ext v0.2.0
7412023-11-21T06:32:00.004Z Downloaded num-integer v0.1.45
7422023-11-21T06:32:00.004Z Downloaded num-derive v0.4.0
7432023-11-21T06:32:00.004Z Downloaded argon2 v0.5.2
7442023-11-21T06:32:00.004Z Downloaded async-stream v0.3.5
7452023-11-21T06:32:00.004Z Downloaded proc-macro-crate v1.3.1
7462023-11-21T06:32:00.004Z Downloaded openssl-macros v0.1.1
7472023-11-21T06:32:00.004Z Downloaded async-stream-impl v0.3.5
7482023-11-21T06:32:00.004Z Downloaded atty v0.2.14
7492023-11-21T06:32:00.004Z Downloaded dtrace-parser v0.1.14
7502023-11-21T06:32:00.004Z Downloaded block-padding v0.3.3
7512023-11-21T06:32:00.004Z Downloaded parse-display v0.8.2
7522023-11-21T06:32:00.004Z Downloaded proc-macro-error v1.0.4
7532023-11-21T06:32:00.004Z Downloaded proc-macro-error-attr v1.0.4
7542023-11-21T06:32:00.004Z Downloaded dirs v5.0.1
7552023-11-21T06:32:00.004Z Downloaded num_enum v0.5.11
7562023-11-21T06:32:00.004Z Downloaded dirs-sys v0.4.1
7572023-11-21T06:32:00.004Z Downloaded password-hash v0.5.0
7582023-11-21T06:32:00.004Z Downloaded digest v0.10.7
7592023-11-21T06:32:00.004Z Downloaded debug-ignore v1.0.5
7602023-11-21T06:32:00.004Z Downloaded chacha20 v0.9.1
7612023-11-21T06:32:00.004Z Downloaded cipher v0.4.4
7622023-11-21T06:32:00.004Z Downloaded dyn-clone v1.0.13
7632023-11-21T06:32:00.004Z Downloaded pretty-hex v0.3.0
7642023-11-21T06:32:00.004Z Downloaded want v0.3.1
7652023-11-21T06:32:00.004Z Downloaded camino-tempfile v1.0.2
7662023-11-21T06:32:00.004Z Downloaded parking_lot v0.11.2
7672023-11-21T06:32:00.004Z Downloaded ahash v0.8.3
7682023-11-21T06:32:00.004Z Downloaded camino v1.1.6
7692023-11-21T06:32:00.004Z Downloaded http-range v0.1.5
7702023-11-21T06:32:00.004Z Downloaded parking_lot v0.12.1
7712023-11-21T06:32:00.004Z Downloaded matches v0.1.10
7722023-11-21T06:32:00.004Z Downloaded tokio-macros v2.1.0
7732023-11-21T06:32:00.004Z Downloaded crc32fast v1.3.2
7742023-11-21T06:32:00.004Z Downloaded signal-hook-mio v0.2.3
7752023-11-21T06:32:00.004Z Downloaded darling v0.20.3
7762023-11-21T06:32:00.004Z Downloaded try-lock v0.2.4
7772023-11-21T06:32:00.004Z Downloaded pest_generator v2.7.2
7782023-11-21T06:32:00.004Z Downloaded foreign-types-shared v0.3.1
7792023-11-21T06:32:00.004Z Downloaded blake2 v0.10.6
7802023-11-21T06:32:00.004Z Downloaded walkdir v2.4.0
7812023-11-21T06:32:00.004Z Downloaded zerocopy v0.3.0
7822023-11-21T06:32:00.004Z Downloaded enum-as-inner v0.5.1
7832023-11-21T06:32:00.004Z Downloaded inout v0.1.3
7842023-11-21T06:32:00.004Z Downloaded base64 v0.21.5
7852023-11-21T06:32:00.008Z Downloaded serde_spanned v0.6.4
7862023-11-21T06:32:00.011Z Downloaded hyper-tls v0.5.0
7872023-11-21T06:32:00.015Z Downloaded derive_more v0.99.17
7882023-11-21T06:32:00.026Z Downloaded hostname v0.3.1
7892023-11-21T06:32:00.038Z Downloaded strum v0.25.0
7902023-11-21T06:32:00.038Z Downloaded phf v0.11.2
7912023-11-21T06:32:00.038Z Downloaded signature v2.1.0
7922023-11-21T06:32:00.047Z Downloaded futures-channel v0.3.29
7932023-11-21T06:32:00.047Z Downloaded signal-hook-registry v1.4.1
7942023-11-21T06:32:00.047Z Downloaded lazy_static v1.4.0
7952023-11-21T06:32:00.047Z Downloaded lalrpop-util v0.19.12
7962023-11-21T06:32:00.052Z Downloaded rustfmt-wrapper v0.2.0
7972023-11-21T06:32:00.053Z Downloaded hyper-rustls v0.24.2
7982023-11-21T06:32:00.053Z Downloaded tower-service v0.3.2
7992023-11-21T06:32:00.057Z Downloaded futures-macro v0.3.29
8002023-11-21T06:32:00.057Z Downloaded schemars_derive v0.8.13
8012023-11-21T06:32:00.061Z Downloaded scopeguard v1.2.0
8022023-11-21T06:32:00.066Z Downloaded foreign-types-shared v0.1.1
8032023-11-21T06:32:00.066Z Downloaded cc v1.0.83
8042023-11-21T06:32:00.101Z Downloaded ident_case v1.0.1
8052023-11-21T06:32:00.112Z Downloaded tempfile v3.8.0
8062023-11-21T06:32:00.112Z Downloaded sha2 v0.10.8
8072023-11-21T06:32:00.113Z Downloaded equivalent v1.0.1
8082023-11-21T06:32:00.113Z Downloaded endian-type v0.1.2
8092023-11-21T06:32:00.113Z Downloaded subprocess v0.2.9
8102023-11-21T06:32:00.113Z Downloaded string_cache v0.8.7
8112023-11-21T06:32:00.113Z Downloaded hubpack_derive v0.1.1
8122023-11-21T06:32:00.113Z Downloaded hex-literal v0.4.1
8132023-11-21T06:32:00.113Z Downloaded openssl-sys v0.9.93
8142023-11-21T06:32:00.121Z Downloaded semver v0.11.0
8152023-11-21T06:32:00.121Z Downloaded match_cfg v0.1.0
8162023-11-21T06:32:00.121Z Downloaded headers-core v0.2.0
8172023-11-21T06:32:00.121Z Downloaded zerocopy v0.6.4
8182023-11-21T06:32:00.126Z Downloaded toolchain_find v0.2.0
8192023-11-21T06:32:00.126Z Downloaded pest_meta v2.7.2
8202023-11-21T06:32:00.130Z Downloaded utf8parse v0.2.1
8212023-11-21T06:32:00.130Z Downloaded errno v0.3.2
8222023-11-21T06:32:00.137Z Downloaded md5 v0.7.0
8232023-11-21T06:32:00.137Z Downloaded filetime v0.2.22
8242023-11-21T06:32:00.141Z Downloaded tokio-native-tls v0.3.1
8252023-11-21T06:32:00.141Z Downloaded static_assertions v1.1.0
8262023-11-21T06:32:00.146Z Downloaded typenum v1.16.0
8272023-11-21T06:32:00.150Z Downloaded take_mut v0.2.2
8282023-11-21T06:32:00.150Z Downloaded slog-dtrace v0.2.3
8292023-11-21T06:32:00.154Z Downloaded log v0.4.20
8302023-11-21T06:32:00.157Z Downloaded heck v0.3.3
8312023-11-21T06:32:00.157Z Downloaded linked-hash-map v0.5.6
8322023-11-21T06:32:00.161Z Downloaded rustls-native-certs v0.6.3
8332023-11-21T06:32:00.166Z Downloaded russh-cryptovec v0.7.0
8342023-11-21T06:32:00.166Z Downloaded is-terminal v0.4.9
8352023-11-21T06:32:00.170Z Downloaded httpdate v1.0.3
8362023-11-21T06:32:00.170Z Downloaded smf v0.2.2
8372023-11-21T06:32:00.174Z Downloaded glob v0.3.1
8382023-11-21T06:32:00.174Z Downloaded managed v0.8.0
8392023-11-21T06:32:00.178Z Downloaded tokio-rustls v0.24.1
8402023-11-21T06:32:00.182Z Downloaded ipnet v2.8.0
8412023-11-21T06:32:00.186Z Downloaded slab v0.4.9
8422023-11-21T06:32:00.186Z Downloaded zip v0.6.6
8432023-11-21T06:32:00.193Z Downloaded version_check v0.9.4
8442023-11-21T06:32:00.199Z Downloaded unicode-width v0.1.11
8452023-11-21T06:32:00.203Z Downloaded md-5 v0.10.5
8462023-11-21T06:32:00.203Z Downloaded futures-executor v0.3.29
8472023-11-21T06:32:00.207Z Downloaded fxhash v0.2.1
8482023-11-21T06:32:00.207Z Downloaded form_urlencoded v1.2.0
8492023-11-21T06:32:00.207Z Downloaded serde_yaml v0.9.25
8502023-11-21T06:32:00.213Z Downloaded http-body v0.4.5
8512023-11-21T06:32:00.218Z Downloaded home v0.5.5
8522023-11-21T06:32:00.222Z Downloaded terminal_size v0.2.6
8532023-11-21T06:32:00.222Z Downloaded slog-json v2.6.1
8542023-11-21T06:32:00.226Z Downloaded serde_path_to_error v0.1.14
8552023-11-21T06:32:00.230Z Downloaded stringprep v0.1.3
8562023-11-21T06:32:00.230Z Downloaded spin v0.9.8
8572023-11-21T06:32:00.234Z Downloaded xattr v1.0.1
8582023-11-21T06:32:00.238Z Downloaded thiserror-impl v1.0.49
8592023-11-21T06:32:00.241Z Downloaded smallvec v1.11.0
8602023-11-21T06:32:00.246Z Downloaded aes v0.8.3
8612023-11-21T06:32:00.250Z Downloaded slog-stdlog v4.1.1
8622023-11-21T06:32:00.254Z Downloaded hubpack v0.1.2
8632023-11-21T06:32:00.258Z Downloaded spin v0.5.2
8642023-11-21T06:32:00.258Z Downloaded strsim v0.8.0
8652023-11-21T06:32:00.262Z Downloaded zeroize v1.6.0
8662023-11-21T06:32:00.262Z Downloaded serde_tokenstream v0.1.7
8672023-11-21T06:32:00.267Z Downloaded ipnetwork v0.20.0
8682023-11-21T06:32:00.271Z Downloaded serde_derive_internals v0.26.0
8692023-11-21T06:32:00.275Z Downloaded trust-dns-client v0.22.0
8702023-11-21T06:32:00.283Z Downloaded slog-envlogger v2.2.0
8712023-11-21T06:32:00.286Z Downloaded ed25519-dalek v2.0.0
8722023-11-21T06:32:00.290Z Downloaded getopts v0.2.21
8732023-11-21T06:32:00.295Z Downloaded trust-dns-resolver v0.22.0
8742023-11-21T06:32:00.301Z Downloaded keccak v0.1.4
8752023-11-21T06:32:00.305Z Downloaded indexmap v2.1.0
8762023-11-21T06:32:00.309Z Downloaded fixedbitset v0.4.2
8772023-11-21T06:32:00.314Z Downloaded russh-keys v0.38.0
8782023-11-21T06:32:00.319Z Downloaded tar v0.4.40
8792023-11-21T06:32:00.323Z Downloaded headers v0.3.9
8802023-11-21T06:32:00.329Z Downloaded thread_local v1.1.7
8812023-11-21T06:32:00.333Z Downloaded socket2 v0.4.9
8822023-11-21T06:32:00.337Z Downloaded serde_with_macros v2.3.3
8832023-11-21T06:32:00.341Z Downloaded schemars v0.8.13
8842023-11-21T06:32:00.359Z Downloaded socket2 v0.5.4
8852023-11-21T06:32:00.363Z Downloaded snafu v0.7.5
8862023-11-21T06:32:00.372Z Downloaded tinyvec v1.6.0
8872023-11-21T06:32:00.377Z Downloaded toml v0.8.8
8882023-11-21T06:32:00.383Z Downloaded libm v0.2.7
8892023-11-21T06:32:00.400Z Downloaded url v2.4.1
8902023-11-21T06:32:00.406Z Downloaded regex-automata v0.1.10
8912023-11-21T06:32:00.415Z Downloaded elliptic-curve v0.13.5
8922023-11-21T06:32:00.422Z Downloaded toml_edit v0.21.0
8932023-11-21T06:32:00.465Z Downloaded hashbrown v0.13.2
8942023-11-21T06:32:00.476Z Downloaded flate2 v1.0.28
8952023-11-21T06:32:00.483Z Downloaded tracing v0.1.37
8962023-11-21T06:32:00.487Z Downloaded trust-dns-server v0.22.1
8972023-11-21T06:32:00.493Z Downloaded time v0.3.27
8982023-11-21T06:32:00.505Z Downloaded serde_with v2.3.3
8992023-11-21T06:32:00.516Z Downloaded futures-util v0.3.29
9002023-11-21T06:32:00.538Z Downloaded itertools v0.10.5
9012023-11-21T06:32:00.550Z Downloaded hkdf v0.12.3
9022023-11-21T06:32:00.555Z Downloaded serde_json v1.0.108
9032023-11-21T06:32:00.568Z Downloaded chrono v0.4.31
9042023-11-21T06:32:00.582Z Downloaded petgraph v0.6.4
9052023-11-21T06:32:00.605Z Downloaded hyper v0.14.27
9062023-11-21T06:32:00.620Z Downloaded hashbrown v0.14.2
9072023-11-21T06:32:00.630Z Downloaded regex v1.10.2
9082023-11-21T06:32:00.652Z Downloaded radix_trie v0.2.1
9092023-11-21T06:32:00.663Z Downloaded regress v0.7.1
9102023-11-21T06:32:00.675Z Downloaded smoltcp v0.9.1
9112023-11-21T06:32:00.694Z Downloaded syn v2.0.32
9122023-11-21T06:32:00.713Z Downloaded openapiv3 v2.0.0-rc.1
9132023-11-21T06:32:00.734Z Downloaded rustix v0.38.9
9142023-11-21T06:32:00.773Z Downloaded gimli v0.28.0
9152023-11-21T06:32:00.788Z Downloaded rustix v0.37.23
9162023-11-21T06:32:00.822Z Downloaded regex-automata v0.3.8
9172023-11-21T06:32:00.853Z Downloaded zerocopy-derive v0.6.4
9182023-11-21T06:32:00.879Z Downloaded libc v0.2.150
9192023-11-21T06:32:00.920Z Downloaded bzip2-sys v0.1.11+1.0.8
9202023-11-21T06:32:00.942Z Downloaded regex-syntax v0.8.2
9212023-11-21T06:32:00.956Z Downloaded sled v0.34.7
9222023-11-21T06:32:00.976Z Downloaded zerocopy-derive v0.2.0
9232023-11-21T06:32:00.990Z Downloaded encoding_rs v0.8.33
9242023-11-21T06:32:01.030Z Downloaded regex-automata v0.4.3
9252023-11-21T06:32:01.060Z Downloaded diesel v2.1.4
9262023-11-21T06:32:01.090Z Downloaded regex-syntax v0.7.5
9272023-11-21T06:32:01.105Z Downloaded idna v0.4.0
9282023-11-21T06:32:01.116Z Downloaded tokio v1.33.0
9292023-11-21T06:32:01.180Z Downloaded bstr v1.6.0
9302023-11-21T06:32:01.199Z Downloaded sha3 v0.10.8
9312023-11-21T06:32:01.211Z Downloaded rustls v0.21.9
9322023-11-21T06:32:01.230Z Downloaded webpki-roots v0.25.2
9332023-11-21T06:32:01.237Z Downloaded trust-dns-proto v0.22.0
9342023-11-21T06:32:01.257Z Downloaded vcpkg v0.2.15
9352023-11-21T06:32:01.330Z Downloaded winapi v0.3.9
9362023-11-21T06:32:01.399Z Downloaded curve25519-dalek v4.1.0
9372023-11-21T06:32:01.414Z Downloaded idna v0.2.3
9382023-11-21T06:32:01.426Z Downloaded bstr v0.2.17
9392023-11-21T06:32:01.443Z Downloaded smoltcp v0.8.2
9402023-11-21T06:32:01.458Z Downloaded h2 v0.3.21
9412023-11-21T06:32:01.470Z Downloaded openssl v0.10.57
9422023-11-21T06:32:01.488Z Downloaded rustls-webpki v0.101.7
9432023-11-21T06:32:01.513Z Downloaded syn v1.0.109
9442023-11-21T06:32:01.532Z Downloaded object v0.32.1
9452023-11-21T06:32:01.550Z Downloaded itertools v0.12.0
9462023-11-21T06:32:01.562Z Downloaded winnow v0.5.15
9472023-11-21T06:32:01.576Z Downloaded clap v2.34.0
9482023-11-21T06:32:01.588Z Downloaded reqwest v0.11.22
9492023-11-21T06:32:01.602Z Downloaded unicode-segmentation v1.10.1
9502023-11-21T06:32:01.607Z Downloaded memchr v2.6.3
9512023-11-21T06:32:01.616Z Downloaded tokio-util v0.7.10
9522023-11-21T06:32:01.627Z Downloaded clap_builder v4.4.2
9532023-11-21T06:32:01.638Z Downloaded russh v0.39.0
9542023-11-21T06:32:01.646Z Downloaded unicode-normalization v0.1.22
9552023-11-21T06:32:01.653Z Downloaded tokio-postgres v0.7.10
9562023-11-21T06:32:01.661Z Downloaded heapless v0.7.16
9572023-11-21T06:32:01.667Z Downloaded itertools v0.11.0
9582023-11-21T06:32:01.680Z Downloaded pest v2.7.2
9592023-11-21T06:32:01.692Z Downloaded rustc-demangle v0.1.23
9602023-11-21T06:32:01.695Z Downloaded serde v1.0.192
9612023-11-21T06:32:01.700Z Downloaded hashbrown v0.12.3
9622023-11-21T06:32:01.707Z Downloaded aes-gcm v0.10.3
9632023-11-21T06:32:01.713Z Downloaded rand v0.7.3
9642023-11-21T06:32:01.723Z Downloaded toml v0.5.11
9652023-11-21T06:32:01.729Z Downloaded uuid v1.5.0
9662023-11-21T06:32:01.743Z Downloaded futures v0.3.29
9672023-11-21T06:32:02.206Z Downloaded toml_edit v0.19.15
9682023-11-21T06:32:02.211Z Downloaded slog-term v2.9.0
9692023-11-21T06:32:02.211Z Downloaded vsss-rs v3.3.1
9702023-11-21T06:32:02.211Z Downloaded tungstenite v0.20.1
9712023-11-21T06:32:02.211Z Downloaded aho-corasick v1.0.4
9722023-11-21T06:32:02.211Z Downloaded http v0.2.11
9732023-11-21T06:32:02.211Z Downloaded strsim v0.10.0
9742023-11-21T06:32:02.211Z Downloaded toml v0.7.8
9752023-11-21T06:32:02.211Z Downloaded indexmap v1.9.3
9762023-11-21T06:32:02.211Z Downloaded spki v0.7.2
9772023-11-21T06:32:02.211Z Downloaded snafu-derive v0.7.5
9782023-11-21T06:32:02.211Z Downloaded thiserror v1.0.49
9792023-11-21T06:32:02.211Z Downloaded generic-array v0.14.7
9802023-11-21T06:32:02.211Z Downloaded rustls-pemfile v1.0.3
9812023-11-21T06:32:02.211Z Downloaded getrandom v0.1.16
9822023-11-21T06:32:02.211Z Downloaded serde_derive v1.0.192
9832023-11-21T06:32:02.211Z Downloaded ring v0.17.5
9842023-11-21T06:32:02.211Z Downloaded rand v0.8.5
9852023-11-21T06:32:02.211Z Downloaded futures-io v0.3.29
9862023-11-21T06:32:02.211Z Downloaded siphasher v0.3.11
9872023-11-21T06:32:02.211Z Downloaded untrusted v0.9.0
9882023-11-21T06:32:02.211Z Downloaded subtle v2.5.0
9892023-11-21T06:32:02.211Z Downloaded term v0.7.0
9902023-11-21T06:32:02.211Z Downloaded thiserror-impl-no-std v2.0.2
9912023-11-21T06:32:02.211Z Downloaded io-lifetimes v1.0.11
9922023-11-21T06:32:02.211Z Downloaded itoa v1.0.9
9932023-11-21T06:32:02.212Z Downloaded crossbeam-channel v0.5.8
9942023-11-21T06:32:02.212Z Downloaded similar v2.2.1
9952023-11-21T06:32:02.212Z Downloaded slog-scope v4.4.0
9962023-11-21T06:32:02.212Z Downloaded vec_map v0.8.2
9972023-11-21T06:32:02.212Z Downloaded scheduled-thread-pool v0.2.7
9982023-11-21T06:32:02.212Z Downloaded hmac v0.12.1
9992023-11-21T06:32:02.212Z Downloaded unsafe-libyaml v0.2.9
10002023-11-21T06:32:02.212Z Downloaded structopt v0.3.26
10012023-11-21T06:32:02.212Z Downloaded ring v0.16.20
10022023-11-21T06:32:02.212Z Downloaded tracing-core v0.1.31
10032023-11-21T06:32:02.216Z Downloaded universal-hash v0.5.1
10042023-11-21T06:32:02.216Z Downloaded unicode-xid v0.2.4
10052023-11-21T06:32:02.216Z Downloaded synstructure v0.12.6
10062023-11-21T06:32:02.216Z Downloaded tinyvec_macros v0.1.1
10072023-11-21T06:32:02.222Z Downloaded mio v0.8.8
10082023-11-21T06:32:02.226Z Downloaded unicode-ident v1.0.12
10092023-11-21T06:32:02.230Z Downloaded signal-hook v0.3.17
10102023-11-21T06:32:02.235Z Downloaded unicode-bidi v0.3.13
10112023-11-21T06:32:02.242Z Downloaded ryu v1.0.15
10122023-11-21T06:32:02.246Z Downloaded der v0.7.8
10132023-11-21T06:32:02.253Z Downloaded time-macros v0.2.13
10142023-11-21T06:32:02.258Z Downloaded half v1.8.2
10152023-11-21T06:32:02.262Z Downloaded whoami v1.4.1
10162023-11-21T06:32:02.262Z Downloaded semver v1.0.20
10172023-11-21T06:32:02.266Z Downloaded strum_macros v0.25.2
10182023-11-21T06:32:02.270Z Downloaded structopt-derive v0.4.18
10192023-11-21T06:32:02.270Z Downloaded yasna v0.5.2
10202023-11-21T06:32:02.274Z Downloaded slog v2.7.0
10212023-11-21T06:32:02.278Z Downloaded iana-time-zone v0.1.57
10222023-11-21T06:32:02.283Z Downloaded group v0.13.0
10232023-11-21T06:32:02.288Z Downloaded stable_deref_trait v1.2.0
10242023-11-21T06:32:02.288Z Downloaded ed25519 v2.2.2
10252023-11-21T06:32:02.288Z Downloaded time-core v0.1.1
10262023-11-21T06:32:02.293Z Downloaded zeroize_derive v1.4.2
10272023-11-21T06:32:02.294Z Downloaded serde_tokenstream v0.2.0
10282023-11-21T06:32:02.298Z Downloaded usdt v0.3.5
10292023-11-21T06:32:02.298Z Downloaded sct v0.7.0
10302023-11-21T06:32:02.303Z Downloaded tokio-stream v0.1.14
10312023-11-21T06:32:02.310Z Downloaded secrecy v0.8.0
10322023-11-21T06:32:02.314Z Downloaded lock_api v0.4.10
10332023-11-21T06:32:02.314Z Downloaded serde_urlencoded v0.7.1
10342023-11-21T06:32:02.318Z Downloaded base64 v0.13.1
10352023-11-21T06:32:02.323Z Downloaded ff v0.13.0
10362023-11-21T06:32:02.329Z Downloaded libefi-sys v0.1.0
10372023-11-21T06:32:02.329Z Downloaded thread-id v4.2.0
10382023-11-21T06:32:02.329Z Downloaded thiserror-no-std v2.0.2
10392023-11-21T06:32:02.333Z Downloaded structmeta-derive v0.2.0
10402023-11-21T06:32:02.342Z Downloaded structmeta v0.2.0
10412023-11-21T06:32:02.342Z Downloaded semver-parser v0.10.2
10422023-11-21T06:32:02.342Z Downloaded pin-project v1.1.3
10432023-11-21T06:32:02.358Z Downloaded crossbeam-utils v0.8.16
10442023-11-21T06:32:02.362Z Downloaded macaddr v1.0.1
10452023-11-21T06:32:02.366Z Downloaded darling_core v0.20.3
10462023-11-21T06:32:02.372Z Downloaded futures-core v0.3.29
10472023-11-21T06:32:02.379Z Downloaded either v1.9.0
10482023-11-21T06:32:02.379Z Downloaded kstat-rs v0.2.3
10492023-11-21T06:32:02.379Z Downloaded chacha20poly1305 v0.10.1
10502023-11-21T06:32:02.383Z Downloaded crypto-bigint v0.5.2
10512023-11-21T06:32:02.391Z Downloaded lru-cache v0.1.2
10522023-11-21T06:32:02.400Z Downloaded pin-project-internal v1.1.3
10532023-11-21T06:32:02.400Z Downloaded phf_shared v0.11.2
10542023-11-21T06:32:02.400Z Downloaded rustversion v1.0.14
10552023-11-21T06:32:02.409Z Downloaded ucd-trie v0.1.6
10562023-11-21T06:32:02.409Z Downloaded rustc_version v0.4.0
10572023-11-21T06:32:02.409Z Downloaded httparse v1.8.0
10582023-11-21T06:32:02.413Z Downloaded same-file v1.0.6
10592023-11-21T06:32:02.413Z Downloaded tokio-tungstenite v0.20.1
10602023-11-21T06:32:02.418Z Downloaded futures-sink v0.3.29
10612023-11-21T06:32:02.418Z Downloaded backtrace v0.3.69
10622023-11-21T06:32:02.424Z Downloaded slog-async v2.8.0
10632023-11-21T06:32:02.431Z Downloaded getrandom v0.2.10
10642023-11-21T06:32:02.431Z Downloaded pkcs8 v0.10.2
10652023-11-21T06:32:02.435Z Downloaded sha1 v0.10.6
10662023-11-21T06:32:02.439Z Downloaded textwrap v0.11.0
10672023-11-21T06:32:02.439Z Downloaded serde_repr v0.1.16
10682023-11-21T06:32:02.444Z Downloaded unicase v2.7.0
10692023-11-21T06:32:02.448Z Downloaded tracing-attributes v0.1.26
10702023-11-21T06:32:02.448Z Downloaded usdt-attr-macro v0.3.5
10712023-11-21T06:32:02.452Z Downloaded num-traits v0.2.16
10722023-11-21T06:32:02.457Z Downloaded slog-bunyan v2.4.0
10732023-11-21T06:32:02.457Z Downloaded miniz_oxide v0.7.1
10742023-11-21T06:32:02.462Z Downloaded crossbeam-epoch v0.9.15
10752023-11-21T06:32:02.466Z Downloaded console v0.15.7
10762023-11-21T06:32:02.470Z Downloaded clap v4.4.3
10772023-11-21T06:32:02.481Z Downloaded rcgen v0.11.3
10782023-11-21T06:32:02.502Z Downloaded native-tls v0.2.11
10792023-11-21T06:32:02.502Z Downloaded hex v0.4.3
10802023-11-21T06:32:02.502Z Downloaded heck v0.4.1
10812023-11-21T06:32:02.502Z Downloaded hash32 v0.2.1
10822023-11-21T06:32:02.502Z Downloaded foreign-types-macros v0.2.3
10832023-11-21T06:32:02.502Z Downloaded bytes v1.5.0
10842023-11-21T06:32:02.506Z Downloaded const-oid v0.9.5
10852023-11-21T06:32:02.506Z Downloaded byteorder v1.5.0
10862023-11-21T06:32:02.510Z Downloaded ghash v0.5.0
10872023-11-21T06:32:02.517Z Downloaded fallible-iterator v0.2.0
10882023-11-21T06:32:02.517Z Downloaded usdt-impl v0.3.5
10892023-11-21T06:32:02.517Z Downloaded crossterm v0.27.0
10902023-11-21T06:32:02.526Z Downloaded arc-swap v1.6.0
10912023-11-21T06:32:02.531Z Downloaded fnv v1.0.7
10922023-11-21T06:32:02.536Z Downloaded float-cmp v0.9.0
10932023-11-21T06:32:02.536Z Downloaded zone_cfg_derive v0.3.0
10942023-11-21T06:32:02.537Z Downloaded hyper-staticfile v0.9.5
10952023-11-21T06:32:02.547Z Downloaded postcard v0.7.3
10962023-11-21T06:32:02.547Z Downloaded diesel_derives v2.1.1
10972023-11-21T06:32:02.547Z Downloaded parse-display-derive v0.8.2
10982023-11-21T06:32:02.553Z Downloaded parking_lot_core v0.8.6
10992023-11-21T06:32:02.553Z Downloaded utf-8 v0.7.6
11002023-11-21T06:32:02.558Z Downloaded waitgroup v0.1.2
11012023-11-21T06:32:02.558Z Downloaded percent-encoding v2.3.0
11022023-11-21T06:32:02.558Z Downloaded futures-task v0.3.29
11032023-11-21T06:32:02.563Z Downloaded fastrand v2.0.0
11042023-11-21T06:32:02.563Z Downloaded toml_datetime v0.6.5
11052023-11-21T06:32:02.563Z Downloaded r2d2 v0.8.10
11062023-11-21T06:32:02.568Z Downloaded parking_lot_core v0.9.8
11072023-11-21T06:32:02.568Z Downloaded deranged v0.3.8
11082023-11-21T06:32:02.574Z Downloaded bzip2 v0.4.4
11092023-11-21T06:32:02.578Z Downloaded rand_chacha v0.2.2
11102023-11-21T06:32:02.579Z Downloaded pbkdf2 v0.11.0
11112023-11-21T06:32:02.579Z Downloaded num v0.4.1
11122023-11-21T06:32:02.582Z Downloaded cancel-safe-futures v0.1.5
11132023-11-21T06:32:02.588Z Downloaded foreign-types v0.5.0
11142023-11-21T06:32:02.588Z Downloaded foreign-types v0.3.2
11152023-11-21T06:32:02.588Z Downloaded resolv-conf v0.7.0
11162023-11-21T06:32:02.592Z Downloaded proc-macro2 v1.0.69
11172023-11-21T06:32:02.598Z Downloaded pem v1.1.1
11182023-11-21T06:32:02.598Z Downloaded colored v2.0.4
11192023-11-21T06:32:02.605Z Downloaded bitflags v2.4.0
11202023-11-21T06:32:02.609Z Downloaded base64ct v1.6.0
11212023-11-21T06:32:02.610Z Downloaded usdt-macro v0.3.5
11222023-11-21T06:32:02.610Z Downloaded untrusted v0.7.1
11232023-11-21T06:32:02.610Z Downloaded pem v3.0.2
11242023-11-21T06:32:02.614Z Downloaded pbkdf2 v0.12.2
11252023-11-21T06:32:02.614Z Downloaded bit-vec v0.6.3
11262023-11-21T06:32:02.618Z Downloaded zone v0.3.0
11272023-11-21T06:32:02.618Z Downloaded pest_derive v2.7.2
11282023-11-21T06:32:02.622Z Downloaded password-hash v0.4.2
11292023-11-21T06:32:02.627Z Downloaded omicron-zone-package v0.9.1
11302023-11-21T06:32:02.627Z Downloaded instant v0.1.12
11312023-11-21T06:32:02.631Z Downloaded dirs-next v2.0.0
11322023-11-21T06:32:02.631Z Downloaded multer v2.1.0
11332023-11-21T06:32:02.635Z Downloaded ctr v0.9.2
11342023-11-21T06:32:02.640Z Downloaded nibble_vec v0.1.0
11352023-11-21T06:32:02.640Z Downloaded mime_guess v2.0.4
11362023-11-21T06:32:02.646Z Downloaded pretty-hex v0.2.1
11372023-11-21T06:32:02.646Z Downloaded cpufeatures v0.2.9
11382023-11-21T06:32:02.650Z Downloaded rand_core v0.6.4
11392023-11-21T06:32:02.682Z Downloaded cbc v0.1.2
11402023-11-21T06:32:02.682Z Downloaded ciborium-ll v0.2.1
11412023-11-21T06:32:02.683Z Downloaded blowfish v0.9.1
11422023-11-21T06:32:02.683Z Downloaded data-encoding v2.4.0
11432023-11-21T06:32:02.683Z Downloaded pin-project-lite v0.2.13
11442023-11-21T06:32:02.683Z Downloaded cfg-if v0.1.10
11452023-11-21T06:32:02.683Z Downloaded block-buffer v0.10.4
11462023-11-21T06:32:02.683Z Downloaded rand_chacha v0.3.1
11472023-11-21T06:32:02.688Z Downloaded openssl-probe v0.1.5
11482023-11-21T06:32:02.688Z Downloaded num-iter v0.1.43
11492023-11-21T06:32:02.782Z Downloaded paste v1.0.14
11502023-11-21T06:32:02.782Z Downloaded dof v0.1.5
11512023-11-21T06:32:02.782Z Downloaded num-bigint v0.4.4
11522023-11-21T06:32:02.782Z Downloaded bitflags v1.3.2
11532023-11-21T06:32:02.782Z Downloaded anyhow v1.0.75
11542023-11-21T06:32:02.782Z Downloaded dirs-sys-next v0.1.2
11552023-11-21T06:32:02.782Z Downloaded memoffset v0.9.0
11562023-11-21T06:32:02.782Z Downloaded bit-set v0.5.3
11572023-11-21T06:32:02.782Z Downloaded base16ct v0.2.0
11582023-11-21T06:32:02.782Z Downloaded atomic-waker v1.1.1
11592023-11-21T06:32:02.782Z Downloaded autocfg v1.1.0
11602023-11-21T06:32:02.782Z Downloaded ansi_term v0.12.1
11612023-11-21T06:32:02.782Z Downloaded quote v1.0.33
11622023-11-21T06:32:02.782Z Downloaded phf_shared v0.10.0
11632023-11-21T06:32:02.782Z Downloaded curve25519-dalek-derive v0.1.0
11642023-11-21T06:32:02.782Z Downloaded num_cpus v1.16.0
11652023-11-21T06:32:02.782Z Downloaded bcrypt-pbkdf v0.10.0
11662023-11-21T06:32:02.788Z Downloaded anstyle-query v1.0.0
11672023-11-21T06:32:02.788Z Downloaded rand_core v0.5.1
11682023-11-21T06:32:02.789Z Downloaded convert_case v0.4.0
11692023-11-21T06:32:02.789Z Downloaded diesel_table_macro_syntax v0.1.0
11702023-11-21T06:32:02.789Z Downloaded doc-comment v0.3.3
11712023-11-21T06:32:02.789Z Downloaded precomputed-hash v0.1.1
11722023-11-21T06:32:02.789Z Downloaded pin-utils v0.1.0
11732023-11-21T06:32:02.794Z Downloaded ciborium-io v0.2.1
11742023-11-21T06:32:02.794Z Downloaded postgres-protocol v0.6.6
11752023-11-21T06:32:02.794Z Downloaded poly1305 v0.8.0
11762023-11-21T06:32:02.798Z Downloaded normalize-line-endings v0.3.0
11772023-11-21T06:32:02.798Z Downloaded cfg-if v1.0.0
11782023-11-21T06:32:02.815Z Downloaded difflib v0.4.0
11792023-11-21T06:32:02.815Z Downloaded opaque-debug v0.3.0
11802023-11-21T06:32:02.815Z Downloaded backoff v0.4.0
11812023-11-21T06:32:02.821Z Downloaded async-trait v0.1.74
11822023-11-21T06:32:02.821Z Downloaded anstyle-parse v0.2.1
11832023-11-21T06:32:02.821Z Downloaded ciborium v0.2.1
11842023-11-21T06:32:02.821Z Downloaded postgres-types v0.2.6
11852023-11-21T06:32:02.828Z Downloaded addr2line v0.21.0
11862023-11-21T06:32:02.828Z Downloaded quick-error v1.2.3
11872023-11-21T06:32:02.833Z Downloaded ppv-lite86 v0.2.17
11882023-11-21T06:32:02.833Z Downloaded pkg-config v0.3.27
11892023-11-21T06:32:02.833Z Downloaded cstr-argument v0.1.2
11902023-11-21T06:32:02.838Z Downloaded atomicwrites v0.4.2
11912023-11-21T06:32:02.838Z Downloaded predicates v3.0.4
11922023-11-21T06:32:02.845Z Downloaded polyval v0.6.1
11932023-11-21T06:32:02.845Z Downloaded darling_macro v0.20.3
11942023-11-21T06:32:02.845Z Downloaded predicates-core v1.0.6
11952023-11-21T06:32:02.845Z Downloaded postcard-cobs v0.1.5-pre
11962023-11-21T06:32:02.852Z Downloaded num_enum_derive v0.5.11
11972023-11-21T06:32:02.852Z Downloaded num-rational v0.4.1
11982023-11-21T06:32:02.853Z Downloaded num-complex v0.4.4
11992023-11-21T06:32:02.860Z Downloaded new_debug_unreachable v1.0.4
12002023-11-21T06:32:02.860Z Downloaded anstyle v1.0.2
12012023-11-21T06:32:02.860Z Downloaded adler v1.0.2
12022023-11-21T06:32:02.869Z Downloaded platforms v3.0.2
12032023-11-21T06:32:02.869Z Downloaded once_cell v1.18.0
12042023-11-21T06:32:02.877Z Downloaded mime v0.3.17
12052023-11-21T06:32:02.877Z Downloaded anstream v0.5.0
12062023-11-21T06:32:02.877Z Downloaded clap_lex v0.5.1
12072023-11-21T06:32:02.877Z Downloaded aead v0.5.2
12082023-11-21T06:32:02.883Z Downloaded crypto-common v0.1.6
12092023-11-21T06:32:02.883Z Downloaded crucible-workspace-hack v0.1.0
12102023-11-21T06:32:02.883Z Downloaded colorchoice v1.0.0
12112023-11-21T06:32:02.883Z Downloaded clap_derive v4.4.2
12122023-11-21T06:32:02.887Z Downloaded num_threads v0.1.6
12132023-11-21T06:32:03.327Z Compiling proc-macro2 v1.0.69
12142023-11-21T06:32:03.333Z Compiling unicode-ident v1.0.12
12152023-11-21T06:32:03.333Z Compiling libc v0.2.150
12162023-11-21T06:32:03.333Z Compiling serde v1.0.192
12172023-11-21T06:32:03.385Z Compiling autocfg v1.1.0
12182023-11-21T06:32:03.393Z Compiling version_check v0.9.4
12192023-11-21T06:32:03.393Z Compiling cfg-if v1.0.0
12202023-11-21T06:32:03.619Z Compiling syn v1.0.109
12212023-11-21T06:32:03.623Z Compiling typenum v1.16.0
12222023-11-21T06:32:03.743Z Compiling once_cell v1.18.0
12232023-11-21T06:32:04.395Z Compiling parking_lot_core v0.9.8
12242023-11-21T06:32:04.494Z Compiling generic-array v0.14.7
12252023-11-21T06:32:04.527Z Compiling lock_api v0.4.10
12262023-11-21T06:32:05.942Z Compiling libm v0.2.7
12272023-11-21T06:32:05.999Z Compiling thiserror v1.0.49
12282023-11-21T06:32:06.003Z Compiling num-traits v0.2.16
12292023-11-21T06:32:06.035Z Compiling futures-core v0.3.29
12302023-11-21T06:32:06.040Z Compiling itoa v1.0.9
12312023-11-21T06:32:06.398Z Compiling memchr v2.6.3
12322023-11-21T06:32:06.452Z Compiling serde_json v1.0.108
12332023-11-21T06:32:06.513Z Compiling log v0.4.20
12342023-11-21T06:32:06.798Z Compiling slab v0.4.9
12352023-11-21T06:32:06.930Z Compiling futures-channel v0.3.29
12362023-11-21T06:32:07.238Z Compiling futures-task v0.3.29
12372023-11-21T06:32:07.392Z Compiling quote v1.0.33
12382023-11-21T06:32:07.476Z Compiling futures-util v0.3.29
12392023-11-21T06:32:07.496Z Compiling scopeguard v1.2.0
12402023-11-21T06:32:08.040Z Compiling getrandom v0.2.10
12412023-11-21T06:32:08.538Z Compiling syn v2.0.32
12422023-11-21T06:32:08.647Z Compiling cc v1.0.83
12432023-11-21T06:32:08.735Z Compiling rand_core v0.6.4
12442023-11-21T06:32:08.945Z Compiling smallvec v1.11.0
12452023-11-21T06:32:09.609Z Compiling ryu v1.0.15
12462023-11-21T06:32:09.718Z Compiling heck v0.4.1
12472023-11-21T06:32:10.120Z Compiling pin-project-lite v0.2.13
12482023-11-21T06:32:10.276Z Compiling signal-hook-registry v1.4.1
12492023-11-21T06:32:10.489Z Compiling schemars v0.8.13
12502023-11-21T06:32:10.923Z Compiling parking_lot v0.12.1
12512023-11-21T06:32:11.300Z Compiling pkg-config v0.3.27
12522023-11-21T06:32:12.071Z Compiling mio v0.8.8
12532023-11-21T06:32:12.076Z Compiling hashbrown v0.14.2
12542023-11-21T06:32:12.524Z Compiling subtle v2.5.0
12552023-11-21T06:32:12.782Z Compiling equivalent v1.0.1
12562023-11-21T06:32:12.924Z Compiling socket2 v0.5.4
12572023-11-21T06:32:12.978Z Compiling num_cpus v1.16.0
12582023-11-21T06:32:13.021Z Compiling spin v0.5.2
12592023-11-21T06:32:13.136Z Compiling fnv v1.0.7
12602023-11-21T06:32:13.199Z Compiling httparse v1.8.0
12612023-11-21T06:32:13.302Z Compiling byteorder v1.5.0
12622023-11-21T06:32:13.349Z Compiling iana-time-zone v0.1.57
12632023-11-21T06:32:13.709Z Compiling ring v0.16.20
12642023-11-21T06:32:13.780Z Compiling indexmap v1.9.3
12652023-11-21T06:32:14.031Z Compiling futures-sink v0.3.29
12662023-11-21T06:32:14.050Z Compiling ring v0.17.5
12672023-11-21T06:32:14.106Z Compiling vcpkg v0.2.15
12682023-11-21T06:32:14.690Z Compiling futures-io v0.3.29
12692023-11-21T06:32:14.859Z Compiling pin-utils v0.1.0
12702023-11-21T06:32:14.925Z Compiling semver v1.0.20
12712023-11-21T06:32:14.972Z Compiling dyn-clone v1.0.13
12722023-11-21T06:32:15.142Z Compiling ahash v0.8.3
12732023-11-21T06:32:15.274Z Compiling tracing-core v0.1.31
12742023-11-21T06:32:15.628Z Compiling const-oid v0.9.5
12752023-11-21T06:32:15.670Z Compiling async-trait v0.1.74
12762023-11-21T06:32:16.247Z Compiling tinyvec_macros v0.1.1
12772023-11-21T06:32:16.346Z Compiling tinyvec v1.6.0
12782023-11-21T06:32:16.697Z Compiling openssl-sys v0.9.93
12792023-11-21T06:32:17.702Z Compiling openssl v0.10.57
12802023-11-21T06:32:18.165Z Compiling ucd-trie v0.1.6
12812023-11-21T06:32:18.199Z Compiling rustls v0.21.9
12822023-11-21T06:32:18.494Z Compiling unicode-normalization v0.1.22
12832023-11-21T06:32:18.536Z Compiling winnow v0.5.15
12842023-11-21T06:32:18.853Z Compiling time-core v0.1.1
12852023-11-21T06:32:18.978Z Compiling unicode-bidi v0.3.13
12862023-11-21T06:32:19.137Z Compiling time-macros v0.2.13
12872023-11-21T06:32:20.235Z Compiling serde_derive_internals v0.26.0
12882023-11-21T06:32:21.519Z Compiling cpufeatures v0.2.9
12892023-11-21T06:32:21.644Z Compiling native-tls v0.2.11
12902023-11-21T06:32:22.581Z Compiling aho-corasick v1.0.4
12912023-11-21T06:32:22.847Z Compiling rustix v0.38.9
12922023-11-21T06:32:23.775Z Compiling slog v2.7.0
12932023-11-21T06:32:23.941Z Compiling percent-encoding v2.3.0
12942023-11-21T06:32:23.963Z Compiling regex-syntax v0.8.2
12952023-11-21T06:32:24.502Z Compiling backtrace v0.3.69
12962023-11-21T06:32:24.544Z Compiling form_urlencoded v1.2.0
12972023-11-21T06:32:24.874Z Compiling lazy_static v1.4.0
12982023-11-21T06:32:25.004Z Compiling spin v0.9.8
12992023-11-21T06:32:25.025Z Compiling base64 v0.21.5
13002023-11-21T06:32:25.164Z Compiling ppv-lite86 v0.2.17
13012023-11-21T06:32:25.306Z Compiling hashbrown v0.13.2
13022023-11-21T06:32:25.572Z Compiling unicode-width v0.1.11
13032023-11-21T06:32:25.791Z Compiling anyhow v1.0.75
13042023-11-21T06:32:26.294Z Compiling idna v0.4.0
13052023-11-21T06:32:26.728Z Compiling errno v0.3.2
13062023-11-21T06:32:27.013Z Compiling rand_chacha v0.3.1
13072023-11-21T06:32:27.149Z Compiling socket2 v0.4.9
13082023-11-21T06:32:27.486Z Compiling hashbrown v0.12.3
13092023-11-21T06:32:28.626Z Compiling url v2.4.1
13102023-11-21T06:32:28.885Z Compiling untrusted v0.7.1
13112023-11-21T06:32:29.085Z Compiling rand v0.8.5
13122023-11-21T06:32:30.297Z Compiling regex-automata v0.4.3
13132023-11-21T06:32:30.802Z Compiling num-integer v0.1.45
13142023-11-21T06:32:31.223Z Compiling try-lock v0.2.4
13152023-11-21T06:32:31.421Z Compiling httpdate v1.0.3
13162023-11-21T06:32:31.800Z Compiling untrusted v0.9.0
13172023-11-21T06:32:31.825Z Compiling adler v1.0.2
13182023-11-21T06:32:32.052Z Compiling miniz_oxide v0.7.1
13192023-11-21T06:32:32.162Z Compiling want v0.3.1
13202023-11-21T06:32:32.542Z Compiling serde_derive v1.0.192
13212023-11-21T06:32:32.575Z Compiling zeroize_derive v1.4.2
13222023-11-21T06:32:32.855Z Compiling thiserror-impl v1.0.49
13232023-11-21T06:32:34.781Z Compiling tokio-macros v2.1.0
13242023-11-21T06:32:34.954Z Compiling futures-macro v0.3.29
13252023-11-21T06:32:35.645Z Compiling tracing-attributes v0.1.26
13262023-11-21T06:32:35.890Z Compiling zeroize v1.6.0
13272023-11-21T06:32:37.255Z Compiling schemars_derive v0.8.13
13282023-11-21T06:32:37.513Z Compiling pest v2.7.2
13292023-11-21T06:32:38.732Z Compiling crypto-common v0.1.6
13302023-11-21T06:32:38.773Z Compiling block-buffer v0.10.4
13312023-11-21T06:32:38.955Z Compiling openssl-macros v0.1.1
13322023-11-21T06:32:39.125Z Compiling digest v0.10.7
13332023-11-21T06:32:40.036Z Compiling regex v1.10.2
13342023-11-21T06:32:41.055Z Compiling tracing v0.1.37
13352023-11-21T06:32:41.913Z Compiling mime v0.3.17
13362023-11-21T06:32:41.930Z Compiling foreign-types-shared v0.1.1
13372023-11-21T06:32:42.074Z Compiling crc32fast v1.3.2
13382023-11-21T06:32:42.171Z Compiling tower-service v0.3.2
13392023-11-21T06:32:42.586Z Compiling openssl-probe v0.1.5
13402023-11-21T06:32:42.586Z Compiling unicode-xid v0.2.4
13412023-11-21T06:32:42.756Z Compiling synstructure v0.12.6
13422023-11-21T06:32:42.830Z Compiling foreign-types v0.3.2
13432023-11-21T06:32:42.866Z Compiling rustls-webpki v0.101.7
13442023-11-21T06:32:42.903Z Compiling sct v0.7.0
13452023-11-21T06:32:43.377Z Compiling crossbeam-utils v0.8.16
13462023-11-21T06:32:43.736Z Compiling ipnet v2.8.0
13472023-11-21T06:32:44.089Z Compiling pest_meta v2.7.2
13482023-11-21T06:32:45.207Z Compiling zerocopy-derive v0.2.0
13492023-11-21T06:32:46.090Z Compiling rustls-pemfile v1.0.3
13502023-11-21T06:32:46.692Z Compiling gimli v0.28.0
13512023-11-21T06:32:46.943Z Compiling pest_generator v2.7.2
13522023-11-21T06:32:48.397Z Compiling object v0.32.1
13532023-11-21T06:32:48.624Z Compiling encoding_rs v0.8.33
13542023-11-21T06:32:50.236Z Compiling rustc-demangle v0.1.23
13552023-11-21T06:32:51.279Z Compiling bitflags v1.3.2
13562023-11-21T06:32:51.771Z Compiling pest_derive v2.7.2
13572023-11-21T06:32:52.961Z Compiling rustls-native-certs v0.6.3
13582023-11-21T06:32:54.367Z Compiling addr2line v0.21.0
13592023-11-21T06:32:55.150Z Compiling bytes v1.5.0
13602023-11-21T06:32:55.723Z Compiling indexmap v2.1.0
13612023-11-21T06:32:55.974Z Compiling chrono v0.4.31
13622023-11-21T06:32:56.684Z Compiling tokio v1.33.0
13632023-11-21T06:32:57.203Z Compiling uuid v1.5.0
13642023-11-21T06:32:57.384Z Compiling http v0.2.11
13652023-11-21T06:32:57.818Z Compiling bitflags v2.4.0
13662023-11-21T06:32:58.470Z Compiling serde_spanned v0.6.4
13672023-11-21T06:32:58.840Z Compiling toml_datetime v0.6.5
13682023-11-21T06:32:59.581Z Compiling toml_edit v0.19.15
13692023-11-21T06:32:59.679Z Compiling rustc_version v0.4.0
13702023-11-21T06:32:59.791Z Compiling openapiv3 v2.0.0-rc.1
13712023-11-21T06:33:00.692Z Compiling http-body v0.4.5
13722023-11-21T06:33:02.739Z Compiling serde_urlencoded v0.7.1
13732023-11-21T06:33:06.658Z Compiling usdt-impl v0.3.5
13742023-11-21T06:33:07.142Z Compiling webpki-roots v0.25.2
13752023-11-21T06:33:07.231Z Compiling deranged v0.3.8
13762023-11-21T06:33:07.483Z Compiling num_threads v0.1.6
13772023-11-21T06:33:07.649Z Compiling io-lifetimes v1.0.11
13782023-11-21T06:33:07.982Z Compiling serde_tokenstream v0.2.0
13792023-11-21T06:33:08.114Z Compiling zerocopy v0.3.0
13802023-11-21T06:33:08.448Z Compiling block-padding v0.3.3
13812023-11-21T06:33:08.742Z Compiling inout v0.1.3
13822023-11-21T06:33:08.772Z Compiling dtrace-parser v0.1.14
13832023-11-21T06:33:09.290Z Compiling dof v0.1.5
13842023-11-21T06:33:09.338Z Compiling tokio-util v0.7.10
13852023-11-21T06:33:10.262Z Compiling tokio-rustls v0.24.1
13862023-11-21T06:33:10.478Z Compiling time v0.3.27
13872023-11-21T06:33:10.853Z Compiling thread-id v4.2.0
13882023-11-21T06:33:10.875Z Compiling num-bigint v0.4.4
13892023-11-21T06:33:11.002Z Compiling rustversion v1.0.14
13902023-11-21T06:33:11.541Z Compiling h2 v0.3.21
13912023-11-21T06:33:11.890Z Compiling rustix v0.37.23
13922023-11-21T06:33:12.777Z Compiling tokio-native-tls v0.3.1
13932023-11-21T06:33:12.966Z Compiling cipher v0.4.4
13942023-11-21T06:33:13.192Z Compiling serde_tokenstream v0.1.7
13952023-11-21T06:33:13.302Z Compiling zerocopy-derive v0.6.4
13962023-11-21T06:33:13.667Z Compiling regress v0.7.1
13972023-11-21T06:33:13.948Z Compiling data-encoding v2.4.0
13982023-11-21T06:33:16.114Z Compiling flate2 v1.0.28
13992023-11-21T06:33:16.412Z Compiling toml_edit v0.21.0
14002023-11-21T06:33:17.739Z Compiling hex v0.4.3
14012023-11-21T06:33:18.037Z Compiling hmac v0.12.1
14022023-11-21T06:33:18.095Z Compiling strsim v0.10.0
14032023-11-21T06:33:18.951Z Compiling strum_macros v0.25.2
14042023-11-21T06:33:19.363Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14052023-11-21T06:33:19.383Z Compiling usdt-macro v0.3.5
14062023-11-21T06:33:19.868Z Compiling usdt-attr-macro v0.3.5
14072023-11-21T06:33:22.066Z Compiling sha2 v0.10.8
14082023-11-21T06:33:22.158Z Compiling enum-as-inner v0.5.1
14092023-11-21T06:33:23.000Z Compiling hyper v0.14.27
14102023-11-21T06:33:23.056Z Compiling toml v0.7.8
14112023-11-21T06:33:23.543Z Compiling heapless v0.7.16
14122023-11-21T06:33:23.754Z Compiling futures-executor v0.3.29
14132023-11-21T06:33:24.712Z Compiling bzip2-sys v0.1.11+1.0.8
14142023-11-21T06:33:25.070Z Compiling memoffset v0.9.0
14152023-11-21T06:33:25.362Z Compiling signal-hook v0.3.17
14162023-11-21T06:33:25.510Z Compiling managed v0.8.0
14172023-11-21T06:33:25.760Z Compiling unicode-segmentation v1.10.1
14182023-11-21T06:33:26.243Z Compiling futures v0.3.29
14192023-11-21T06:33:26.635Z Compiling ipnetwork v0.20.0
14202023-11-21T06:33:26.657Z Compiling getopts v0.2.21
14212023-11-21T06:33:27.190Z Compiling num-iter v0.1.43
14222023-11-21T06:33:27.248Z Compiling crossbeam-epoch v0.9.15
14232023-11-21T06:33:27.639Z Compiling matches v0.1.10
14242023-11-21T06:33:27.826Z Compiling doc-comment v0.3.3
14252023-11-21T06:33:27.957Z Compiling bit-vec v0.6.3
14262023-11-21T06:33:28.076Z Compiling siphasher v0.3.11
14272023-11-21T06:33:28.453Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14282023-11-21T06:33:28.556Z Compiling utf8parse v0.2.1
14292023-11-21T06:33:28.606Z Compiling anstyle v1.0.2
14302023-11-21T06:33:28.715Z Compiling either v1.9.0
14312023-11-21T06:33:28.777Z Compiling unsafe-libyaml v0.2.9
14322023-11-21T06:33:29.239Z Compiling smoltcp v0.9.1
14332023-11-21T06:33:29.328Z Compiling anstyle-parse v0.2.1
14342023-11-21T06:33:29.837Z Compiling idna v0.2.3
14352023-11-21T06:33:30.177Z Compiling zerocopy v0.6.4
14362023-11-21T06:33:30.198Z Compiling signature v2.1.0
14372023-11-21T06:33:30.509Z Compiling hubpack_derive v0.1.1
14382023-11-21T06:33:31.505Z Compiling serde_yaml v0.9.25
14392023-11-21T06:33:31.796Z Compiling pin-project-internal v1.1.3
14402023-11-21T06:33:31.862Z Compiling clap_derive v4.4.2
14412023-11-21T06:33:32.322Z Compiling anstyle-query v1.0.0
14422023-11-21T06:33:32.593Z Compiling colorchoice v1.0.0
14432023-11-21T06:33:32.678Z Compiling terminal_size v0.2.6
14442023-11-21T06:33:32.839Z Compiling anstream v0.5.0
14452023-11-21T06:33:33.003Z Compiling trust-dns-proto v0.22.0
14462023-11-21T06:33:33.959Z Compiling usdt v0.3.5
14472023-11-21T06:33:34.342Z Compiling yasna v0.5.2
14482023-11-21T06:33:36.262Z Compiling hyper-tls v0.5.0
14492023-11-21T06:33:36.363Z Compiling hyper-rustls v0.24.2
14502023-11-21T06:33:37.191Z Compiling reqwest v0.11.22
14512023-11-21T06:33:37.434Z Compiling md-5 v0.10.5
14522023-11-21T06:33:37.824Z Compiling diesel_table_macro_syntax v0.1.0
14532023-11-21T06:33:37.871Z Compiling stringprep v0.1.3
14542023-11-21T06:33:37.922Z Compiling hash32 v0.2.1
14552023-11-21T06:33:38.399Z Compiling stable_deref_trait v1.2.0
14562023-11-21T06:33:38.498Z Compiling fallible-iterator v0.2.0
14572023-11-21T06:33:38.532Z Compiling clap_lex v0.5.1
14582023-11-21T06:33:39.306Z Compiling clap_builder v4.4.2
14592023-11-21T06:33:39.548Z Compiling postgres-protocol v0.6.6
14602023-11-21T06:33:39.773Z Compiling diesel_derives v2.1.1
14612023-11-21T06:33:41.501Z Compiling phf_shared v0.11.2
14622023-11-21T06:33:41.871Z Compiling tokio-stream v0.1.14
14632023-11-21T06:33:42.072Z Compiling snafu-derive v0.7.5
14642023-11-21T06:33:43.504Z Compiling serde_repr v0.1.16
14652023-11-21T06:33:43.521Z Compiling scheduled-thread-pool v0.2.7
14662023-11-21T06:33:44.843Z Compiling regex-automata v0.1.10
14672023-11-21T06:33:45.218Z Compiling bstr v0.2.17
14682023-11-21T06:33:45.222Z Compiling r2d2 v0.8.10
14692023-11-21T06:33:45.820Z Compiling clap v4.4.3
14702023-11-21T06:33:45.971Z Compiling signal-hook-mio v0.2.3
14712023-11-21T06:33:46.192Z Compiling phf v0.11.2
14722023-11-21T06:33:47.065Z Compiling bzip2 v0.4.4
14732023-11-21T06:33:47.672Z Compiling postgres-types v0.2.6
14742023-11-21T06:33:48.002Z Compiling pin-project v1.1.3
14752023-11-21T06:33:48.173Z Compiling hubpack v0.1.2
14762023-11-21T06:33:49.838Z Compiling itertools v0.10.5
14772023-11-21T06:33:50.162Z Compiling itertools v0.11.0
14782023-11-21T06:33:50.257Z Compiling phf_shared v0.10.0
14792023-11-21T06:33:50.711Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14802023-11-21T06:33:50.871Z Compiling float-cmp v0.9.0
14812023-11-21T06:33:51.427Z Compiling difflib v0.4.0
14822023-11-21T06:33:53.659Z Compiling regex-automata v0.3.8
14832023-11-21T06:33:54.205Z Compiling precomputed-hash v0.1.1
14842023-11-21T06:33:54.356Z Compiling normalize-line-endings v0.3.0
14852023-11-21T06:33:54.520Z Compiling new_debug_unreachable v1.0.4
14862023-11-21T06:33:54.574Z Compiling static_assertions v1.1.0
14872023-11-21T06:33:54.637Z Compiling predicates-core v1.0.6
14882023-11-21T06:33:54.707Z Compiling whoami v1.4.1
14892023-11-21T06:33:54.966Z Compiling fixedbitset v0.4.2
14902023-11-21T06:33:55.188Z Compiling tokio-postgres v0.7.10
14912023-11-21T06:33:55.685Z Compiling petgraph v0.6.4
14922023-11-21T06:33:55.706Z Compiling predicates v3.0.4
14932023-11-21T06:33:55.838Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14942023-11-21T06:33:57.804Z Compiling bstr v1.6.0
14952023-11-21T06:33:58.179Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14962023-11-21T06:33:58.383Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14972023-11-21T06:33:58.520Z Compiling string_cache v0.8.7
14982023-11-21T06:34:00.399Z Compiling snafu v0.7.5
14992023-11-21T06:34:01.804Z Compiling zip v0.6.6
15002023-11-21T06:34:01.843Z Compiling similar v2.2.1
15012023-11-21T06:34:02.455Z Compiling crossterm v0.27.0
15022023-11-21T06:34:02.735Z Compiling bit-set v0.5.3
15032023-11-21T06:34:03.179Z Compiling console v0.15.7
15042023-11-21T06:34:03.324Z Compiling diesel v2.1.4
15052023-11-21T06:34:04.215Z Compiling lalrpop-util v0.19.12
15062023-11-21T06:34:08.220Z Compiling slog-async v2.8.0
15072023-11-21T06:34:08.874Z Compiling camino v1.1.6
15082023-11-21T06:34:10.160Z Compiling multer v2.1.0
15092023-11-21T06:34:11.538Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15102023-11-21T06:34:11.772Z Compiling async-stream-impl v0.3.5
15112023-11-21T06:34:12.101Z Compiling paste v1.0.14
15122023-11-21T06:34:12.123Z Compiling ident_case v1.0.1
15132023-11-21T06:34:13.045Z Compiling darling_core v0.20.3
15142023-11-21T06:34:15.384Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15152023-11-21T06:34:19.196Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15162023-11-21T06:34:20.124Z Compiling structmeta-derive v0.2.0
15172023-11-21T06:34:21.005Z Compiling regex-syntax v0.7.5
15182023-11-21T06:34:22.039Z Compiling darling_macro v0.20.3
15192023-11-21T06:34:22.940Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15202023-11-21T06:34:23.574Z Compiling darling v0.20.3
15212023-11-21T06:34:23.726Z Compiling serde_with_macros v2.3.3
15222023-11-21T06:34:24.469Z Compiling structmeta v0.2.0
15232023-11-21T06:34:31.272Z Compiling parse-display-derive v0.8.2
15242023-11-21T06:34:38.060Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15252023-11-21T06:34:38.661Z Compiling toml v0.8.8
15262023-11-21T06:34:38.797Z Compiling proc-macro-crate v1.3.1
15272023-11-21T06:34:41.593Z Compiling num_enum_derive v0.5.11
15282023-11-21T06:34:53.140Z Compiling proc-macro-error-attr v1.0.4
15292023-11-21T06:35:00.392Z Compiling proc-macro-error v1.0.4
15302023-11-21T06:35:01.565Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15312023-11-21T06:35:05.133Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15322023-11-21T06:35:11.170Z Compiling foreign-types-macros v0.2.3
15332023-11-21T06:35:11.598Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15342023-11-21T06:35:12.186Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15352023-11-21T06:35:15.462Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15362023-11-21T06:35:15.480Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15372023-11-21T06:35:15.515Z Compiling crucible-workspace-hack v0.1.0
15382023-11-21T06:35:19.404Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15392023-11-21T06:35:19.807Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15402023-11-21T06:35:28.520Z Compiling sha1 v0.10.6
15412023-11-21T06:35:28.565Z Compiling atty v0.2.14
15422023-11-21T06:35:28.755Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15432023-11-21T06:35:29.067Z Compiling match_cfg v0.1.0
15442023-11-21T06:35:29.212Z Compiling hostname v0.3.1
15452023-11-21T06:35:34.964Z Compiling dirs-sys-next v0.1.2
15462023-11-21T06:35:40.716Z Compiling dirs-next v2.0.0
15472023-11-21T06:35:44.567Z Compiling heck v0.3.3
15482023-11-21T06:35:45.629Z Compiling thread_local v1.1.7
15492023-11-21T06:35:46.189Z Compiling libefi-sys v0.1.0
15502023-11-21T06:35:46.506Z Compiling fastrand v2.0.0
15512023-11-21T06:35:46.655Z Compiling structopt-derive v0.4.18
15522023-11-21T06:35:46.674Z Compiling term v0.7.0
15532023-11-21T06:35:46.758Z Compiling zone_cfg_derive v0.3.0
15542023-11-21T06:35:46.858Z Compiling crossbeam-channel v0.5.8
15552023-11-21T06:35:47.389Z Compiling tempfile v3.8.0
15562023-11-21T06:35:48.680Z Compiling num-derive v0.4.0
15572023-11-21T06:35:48.724Z Compiling instant v0.1.12
15582023-11-21T06:35:48.822Z Compiling take_mut v0.2.2
15592023-11-21T06:35:48.925Z Compiling slog-term v2.9.0
15602023-11-21T06:35:51.009Z Compiling slog-json v2.6.1
15612023-11-21T06:35:51.013Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15622023-11-21T06:35:51.146Z Compiling atomic-waker v1.1.1
15632023-11-21T06:35:51.412Z Compiling waitgroup v0.1.2
15642023-11-21T06:35:51.446Z Compiling slog-bunyan v2.4.0
15652023-11-21T06:35:51.721Z Compiling async-stream v0.3.5
15662023-11-21T06:35:52.189Z Compiling serde_path_to_error v0.1.14
15672023-11-21T06:35:52.232Z Compiling debug-ignore v1.0.5
15682023-11-21T06:35:52.429Z Compiling platforms v3.0.2
15692023-11-21T06:35:52.534Z Compiling same-file v1.0.6
15702023-11-21T06:35:52.866Z Compiling walkdir v2.4.0
15712023-11-21T06:35:53.674Z Compiling strum v0.25.0
15722023-11-21T06:35:53.701Z Compiling toml v0.5.11
15732023-11-21T06:35:53.930Z Compiling semver-parser v0.10.2
15742023-11-21T06:35:54.118Z Compiling xattr v1.0.1
15752023-11-21T06:35:54.503Z Compiling filetime v0.2.22
15762023-11-21T06:35:55.093Z Compiling tar v0.4.40
15772023-11-21T06:35:55.293Z Compiling semver v0.11.0
15782023-11-21T06:35:56.314Z Compiling serde_with v2.3.3
15792023-11-21T06:35:56.934Z Compiling home v0.5.5
15802023-11-21T06:35:57.160Z Compiling toolchain_find v0.2.0
15812023-11-21T06:35:57.280Z Compiling curve25519-dalek v4.1.0
15822023-11-21T06:35:57.892Z Compiling backoff v0.4.0
15832023-11-21T06:35:57.984Z Compiling parse-display v0.8.2
15842023-11-21T06:35:58.405Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15852023-11-21T06:35:58.633Z Compiling macaddr v1.0.1
15862023-11-21T06:35:58.842Z Compiling rustfmt-wrapper v0.2.0
15872023-11-21T06:35:59.372Z Compiling omicron-zone-package v0.9.1
15882023-11-21T06:36:00.577Z Compiling curve25519-dalek-derive v0.1.0
15892023-11-21T06:36:01.091Z Compiling num-rational v0.4.1
15902023-11-21T06:36:01.527Z Compiling getrandom v0.1.16
15912023-11-21T06:36:02.533Z Compiling num_enum v0.5.11
15922023-11-21T06:36:02.800Z Compiling postcard-cobs v0.1.5-pre
15932023-11-21T06:36:03.039Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15942023-11-21T06:36:03.208Z Compiling postcard v0.7.3
15952023-11-21T06:36:03.243Z Compiling smoltcp v0.8.2
15962023-11-21T06:36:04.037Z Compiling unicase v2.7.0
15972023-11-21T06:36:04.470Z Compiling cfg-if v0.1.10
15982023-11-21T06:36:04.599Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15992023-11-21T06:36:04.868Z Compiling foreign-types-shared v0.3.1
16002023-11-21T06:36:05.025Z Compiling parking_lot_core v0.8.6
16012023-11-21T06:36:05.234Z Compiling foreign-types v0.5.0
16022023-11-21T06:36:05.961Z Compiling is-terminal v0.4.9
16032023-11-21T06:36:06.139Z Compiling cstr-argument v0.1.2
16042023-11-21T06:36:06.529Z Compiling pretty-hex v0.2.1
16052023-11-21T06:36:06.796Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16062023-11-21T06:36:07.068Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16072023-11-21T06:36:07.333Z Compiling colored v2.0.4
16082023-11-21T06:36:08.191Z Compiling textwrap v0.11.0
16092023-11-21T06:36:08.198Z Compiling slog-dtrace v0.2.3
16102023-11-21T06:36:08.390Z Compiling vec_map v0.8.2
16112023-11-21T06:36:08.502Z Compiling winapi v0.3.9
16122023-11-21T06:36:08.628Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16132023-11-21T06:36:08.836Z Compiling strsim v0.8.0
16142023-11-21T06:36:08.994Z Compiling convert_case v0.4.0
16152023-11-21T06:36:09.897Z Compiling ansi_term v0.12.1
16162023-11-21T06:36:10.247Z Compiling derive_more v0.99.17
16172023-11-21T06:36:10.662Z Compiling clap v2.34.0
16182023-11-21T06:36:12.163Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16192023-11-21T06:36:15.176Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16202023-11-21T06:36:15.499Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16212023-11-21T06:36:15.859Z Compiling thiserror-impl-no-std v2.0.2
16222023-11-21T06:36:16.797Z Compiling base64ct v1.6.0
16232023-11-21T06:36:18.198Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16242023-11-21T06:36:19.654Z Compiling structopt v0.3.26
16252023-11-21T06:36:19.864Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16262023-11-21T06:36:20.333Z Compiling mime_guess v2.0.4
16272023-11-21T06:36:22.099Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16282023-11-21T06:36:22.514Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16292023-11-21T06:36:23.793Z Compiling zone v0.3.0
16302023-11-21T06:36:24.303Z Compiling smf v0.2.2
16312023-11-21T06:36:25.996Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16322023-11-21T06:36:26.072Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16332023-11-21T06:36:27.528Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16342023-11-21T06:36:27.968Z Compiling universal-hash v0.5.1
16352023-11-21T06:36:28.114Z Compiling opaque-debug v0.3.0
16362023-11-21T06:36:28.156Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16372023-11-21T06:36:28.632Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16382023-11-21T06:36:28.756Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16392023-11-21T06:36:29.014Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16402023-11-21T06:36:29.619Z Compiling hkdf v0.12.3
16412023-11-21T06:36:29.703Z Compiling cancel-safe-futures v0.1.5
16422023-11-21T06:36:30.554Z Compiling quick-error v1.2.3
16432023-11-21T06:36:30.923Z Compiling keccak v0.1.4
16442023-11-21T06:36:32.148Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16452023-11-21T06:36:32.175Z Compiling linked-hash-map v0.5.6
16462023-11-21T06:36:32.769Z Compiling lru-cache v0.1.2
16472023-11-21T06:36:33.068Z Compiling sha3 v0.10.8
16482023-11-21T06:36:34.134Z Compiling resolv-conf v0.7.0
16492023-11-21T06:36:35.358Z Compiling password-hash v0.5.0
16502023-11-21T06:36:38.079Z Compiling blake2 v0.10.6
16512023-11-21T06:36:38.460Z Compiling aead v0.5.2
16522023-11-21T06:36:38.918Z Compiling secrecy v0.8.0
16532023-11-21T06:36:39.303Z Compiling ff v0.13.0
16542023-11-21T06:36:39.595Z Compiling num-complex v0.4.4
16552023-11-21T06:36:39.619Z Compiling nibble_vec v0.1.0
16562023-11-21T06:36:39.907Z Compiling arc-swap v1.6.0
16572023-11-21T06:36:40.181Z Compiling endian-type v0.1.2
16582023-11-21T06:36:40.985Z Compiling utf-8 v0.7.6
16592023-11-21T06:36:41.484Z Compiling num v0.4.1
16602023-11-21T06:36:41.932Z Compiling tungstenite v0.20.1
16612023-11-21T06:36:42.966Z Compiling slog-scope v4.4.0
16622023-11-21T06:36:43.012Z Compiling radix_trie v0.2.1
16632023-11-21T06:36:43.232Z Compiling group v0.13.0
16642023-11-21T06:36:43.473Z Compiling argon2 v0.5.2
16652023-11-21T06:36:43.787Z Compiling rand_core v0.5.1
16662023-11-21T06:36:44.118Z Compiling trust-dns-resolver v0.22.0
16672023-11-21T06:36:44.424Z Compiling poly1305 v0.8.0
16682023-11-21T06:36:51.189Z Compiling chacha20 v0.9.1
16692023-11-21T06:36:51.497Z Compiling crypto-bigint v0.5.2
16702023-11-21T06:36:51.650Z Compiling option-ext v0.2.0
16712023-11-21T06:36:52.250Z Compiling half v1.8.2
16722023-11-21T06:36:52.281Z Compiling ciborium-io v0.2.1
16732023-11-21T06:36:52.302Z Compiling base16ct v0.2.0
16742023-11-21T06:36:53.214Z Compiling dirs-sys v0.4.1
16752023-11-21T06:36:53.672Z Compiling ciborium-ll v0.2.1
16762023-11-21T06:36:54.362Z Compiling parking_lot v0.11.2
16772023-11-21T06:36:54.470Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16782023-11-21T06:36:54.994Z Compiling elliptic-curve v0.13.5
16792023-11-21T06:36:55.078Z Compiling rand_chacha v0.2.2
16802023-11-21T06:36:55.312Z Compiling tokio-tungstenite v0.20.1
16812023-11-21T06:36:55.354Z Compiling trust-dns-client v0.22.0
16822023-11-21T06:36:55.814Z Compiling slog-stdlog v4.1.1
16832023-11-21T06:36:56.109Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16842023-11-21T06:36:56.385Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16852023-11-21T06:36:56.757Z Compiling polyval v0.6.1
16862023-11-21T06:36:57.428Z Compiling thiserror-no-std v2.0.2
16872023-11-21T06:36:57.555Z Compiling password-hash v0.4.2
16882023-11-21T06:36:58.516Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16892023-11-21T06:36:59.200Z Compiling ed25519 v2.2.2
16902023-11-21T06:36:59.713Z Compiling aes v0.8.3
16912023-11-21T06:36:59.821Z Compiling blowfish v0.9.1
16922023-11-21T06:37:00.238Z Compiling ctr v0.9.2
16932023-11-21T06:37:00.415Z Compiling pbkdf2 v0.12.2
16942023-11-21T06:37:00.645Z Compiling fxhash v0.2.1
16952023-11-21T06:37:00.906Z Compiling glob v0.3.1
16962023-11-21T06:37:03.218Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
16972023-11-21T06:37:03.452Z Compiling sled v0.34.7
16982023-11-21T06:37:03.917Z Compiling bcrypt-pbkdf v0.10.0
16992023-11-21T06:37:04.580Z Compiling ed25519-dalek v2.0.0
17002023-11-21T06:37:05.439Z Compiling pbkdf2 v0.11.0
17012023-11-21T06:37:06.001Z Compiling russh-cryptovec v0.7.0
17022023-11-21T06:37:06.300Z Compiling trust-dns-server v0.22.1
17032023-11-21T06:37:06.370Z Compiling vsss-rs v3.3.1
17042023-11-21T06:37:06.455Z Compiling ghash v0.5.0
17052023-11-21T06:37:06.721Z Compiling slog-envlogger v2.2.0
17062023-11-21T06:37:07.898Z Compiling rand v0.7.3
17072023-11-21T06:37:08.524Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17082023-11-21T06:37:11.763Z Compiling ciborium v0.2.1
17092023-11-21T06:37:12.580Z Compiling dirs v5.0.1
17102023-11-21T06:37:12.895Z Compiling chacha20poly1305 v0.10.1
17112023-11-21T06:37:15.135Z Compiling camino-tempfile v1.0.2
17122023-11-21T06:37:16.074Z Compiling cbc v0.1.2
17132023-11-21T06:37:16.146Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17142023-11-21T06:37:16.246Z Compiling headers-core v0.2.0
17152023-11-21T06:37:16.475Z Compiling kstat-rs v0.2.3
17162023-11-21T06:37:16.691Z Compiling pem v3.0.2
17172023-11-21T06:37:17.573Z Compiling pretty-hex v0.3.0
17182023-11-21T06:37:17.890Z Compiling http-range v0.1.5
17192023-11-21T06:37:17.911Z Compiling base64 v0.13.1
17202023-11-21T06:37:17.955Z Compiling md5 v0.7.0
17212023-11-21T06:37:18.182Z Compiling hyper-staticfile v0.9.5
17222023-11-21T06:37:18.478Z Compiling russh-keys v0.38.0
17232023-11-21T06:37:18.514Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17242023-11-21T06:37:19.700Z Compiling pem v1.1.1
17252023-11-21T06:37:22.194Z Compiling rcgen v0.11.3
17262023-11-21T06:37:22.918Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17272023-11-21T06:37:23.236Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17282023-11-21T06:37:23.322Z Compiling headers v0.3.9
17292023-11-21T06:37:24.677Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17302023-11-21T06:37:34.834Z Compiling aes-gcm v0.10.3
17312023-11-21T06:37:35.262Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17322023-11-21T06:37:37.925Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17332023-11-21T06:37:39.679Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17342023-11-21T06:37:46.593Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17352023-11-21T06:37:46.870Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17362023-11-21T06:37:47.716Z Compiling atomicwrites v0.4.2
17372023-11-21T06:37:48.262Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17382023-11-21T06:37:51.631Z Compiling itertools v0.12.0
17392023-11-21T06:37:52.622Z Compiling subprocess v0.2.9
17402023-11-21T06:37:55.622Z Compiling hex-literal v0.4.1
17412023-11-21T06:37:55.842Z Compiling russh v0.39.0
17422023-11-21T06:37:57.578Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17432023-11-21T06:38:00.786Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17442023-11-21T06:38:19.151Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17452023-11-21T06:38:55.863Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17462023-11-21T06:40:20.080Z Finished dev [unoptimized + debuginfo] target(s) in 8m 39s
17472023-11-21T06:40:20.421Z
17482023-11-21T06:40:20.424Zreal 8:40.045407504
17492023-11-21T06:40:20.424Zuser 50:45.366326552
17502023-11-21T06:40:20.424Zsys 8:19.096430823
17512023-11-21T06:40:20.424Ztrap 2.076989706
17522023-11-21T06:40:20.424Ztflt 7.800188893
17532023-11-21T06:40:20.424Zdflt 8.604271666
17542023-11-21T06:40:20.424Zkflt 0.025634490
17552023-11-21T06:40:20.424Zlock 1:34:12.797100005
17562023-11-21T06:40:20.424Zslp 2:20:31.966468335
17572023-11-21T06:40:20.424Zlat 2:13.104439253
17582023-11-21T06:40:20.424Zstop 4:32.295308838
17592023-11-21T06:40:20.424Z+ mkdir -p /work/end-to-end-tests
17602023-11-21T06:40:20.424Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17612023-11-21T06:40:21.577Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17622023-11-21T06:40:21.577Z+ ptime -m gzip
17632023-11-21T06:40:21.580Z++ basename target/debug/bootstrap
17642023-11-21T06:40:36.725Z
17652023-11-21T06:40:36.725Zreal 15.141153784
17662023-11-21T06:40:36.731Zuser 14.961880906
17672023-11-21T06:40:36.731Zsys 0.156888044
17682023-11-21T06:40:36.731Ztrap 0.007180701
17692023-11-21T06:40:36.731Ztflt 0.000000000
17702023-11-21T06:40:36.731Zdflt 0.000000000
17712023-11-21T06:40:36.731Zkflt 0.000000000
17722023-11-21T06:40:36.731Zlock 0.000000000
17732023-11-21T06:40:36.731Zslp 0.000000000
17742023-11-21T06:40:36.731Zlat 0.014849986
17752023-11-21T06:40:36.731Zstop 0.000222151
17762023-11-21T06:40:36.731Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17772023-11-21T06:40:36.731Z+ ptime -m gzip
17782023-11-21T06:40:36.731Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-883d2a0d94dacc43
17792023-11-21T06:40:37.819Z
17802023-11-21T06:40:37.822Zreal 1.085353940
17812023-11-21T06:40:37.822Zuser 1.071810573
17822023-11-21T06:40:37.822Zsys 0.011821548
17832023-11-21T06:40:37.822Ztrap 0.000553165
17842023-11-21T06:40:37.822Ztflt 0.000000000
17852023-11-21T06:40:37.822Zdflt 0.000000000
17862023-11-21T06:40:37.822Zkflt 0.000000000
17872023-11-21T06:40:37.822Zlock 0.000000000
17882023-11-21T06:40:37.822Zslp 0.000000000
17892023-11-21T06:40:37.822Zlat 0.000818920
17902023-11-21T06:40:37.822Zstop 0.000219939
17912023-11-21T06:40:37.822Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17922023-11-21T06:40:37.822Z+ ptime -m gzip
17932023-11-21T06:40:37.822Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-65b59268af083e5e
17942023-11-21T06:40:54.971Z
17952023-11-21T06:40:54.971Zreal 17.145106420
17962023-11-21T06:40:54.971Zuser 16.968384761
17972023-11-21T06:40:54.971Zsys 0.170362069
17982023-11-21T06:40:54.971Ztrap 0.003610233
17992023-11-21T06:40:54.971Ztflt 0.000000000
18002023-11-21T06:40:54.975Zdflt 0.000000000
18012023-11-21T06:40:54.975Zkflt 0.000000000
18022023-11-21T06:40:54.975Zlock 0.000000000
18032023-11-21T06:40:54.975Zslp 0.000000000
18042023-11-21T06:40:54.975Zlat 0.002396630
18052023-11-21T06:40:54.975Zstop 0.000222477
18062023-11-21T06:40:54.975Z+ banner caboose-util
18072023-11-21T06:40:54.975Z
18082023-11-21T06:40:54.975Z #### ## ##### #### #### #### ###### # # #####
18092023-11-21T06:40:54.975Z # # # # # # # # # # # # # # #
18102023-11-21T06:40:54.975Z # # # ##### # # # # #### ##### ##### # # #
18112023-11-21T06:40:54.975Z # ###### # # # # # # # # # # #
18122023-11-21T06:40:54.975Z # # # # # # # # # # # # # # # #
18132023-11-21T06:40:54.975Z #### # # ##### #### #### #### ###### #### #
18142023-11-21T06:40:54.975Z
18152023-11-21T06:40:54.975Z+ ptime -m cargo build --locked -p caboose-util --release
18162023-11-21T06:40:55.590Z Downloading crates ...
18172023-11-21T06:40:55.928Z Downloaded crc-catalog v2.2.0
18182023-11-21T06:40:55.936Z Downloaded der_derive v0.7.2
18192023-11-21T06:40:55.939Z Downloaded packed_struct v0.10.1
18202023-11-21T06:40:55.946Z Downloaded path-slash v0.1.5
18212023-11-21T06:40:55.954Z Downloaded termcolor v1.2.0
18222023-11-21T06:40:55.957Z Downloaded smallvec v0.6.14
18232023-11-21T06:40:55.959Z Downloaded wyz v0.5.1
18242023-11-21T06:40:55.962Z Downloaded bitfield v0.14.0
18252023-11-21T06:40:55.965Z Downloaded array-init v0.0.4
18262023-11-21T06:40:55.965Z Downloaded packed_struct_codegen v0.10.1
18272023-11-21T06:40:55.968Z Downloaded maybe-uninit v2.0.0
18282023-11-21T06:40:55.971Z Downloaded pem-rfc7468 v0.7.0
18292023-11-21T06:40:55.974Z Downloaded funty v2.0.0
18302023-11-21T06:40:55.974Z Downloaded radium v0.7.0
18312023-11-21T06:40:55.976Z Downloaded serde-hex v0.1.0
18322023-11-21T06:40:55.979Z Downloaded env_logger v0.10.0
18332023-11-21T06:40:55.982Z Downloaded tap v1.0.1
18342023-11-21T06:40:55.985Z Downloaded pkcs1 v0.7.5
18352023-11-21T06:40:55.987Z Downloaded crc-any v2.4.3
18362023-11-21T06:40:55.990Z Downloaded ron v0.8.1
18372023-11-21T06:40:56.000Z Downloaded x509-cert v0.2.4
18382023-11-21T06:40:56.011Z Downloaded num-bigint-dig v0.8.4
18392023-11-21T06:40:56.019Z Downloaded bitvec v1.0.1
18402023-11-21T06:40:56.045Z Downloaded object v0.30.4
18412023-11-21T06:40:56.061Z Downloaded rsa v0.9.2
18422023-11-21T06:40:56.069Z Downloaded crc v3.0.1
18432023-11-21T06:40:56.072Z Downloaded nodrop v0.1.14
18442023-11-21T06:40:56.072Z Downloaded flagset v0.4.3
18452023-11-21T06:40:56.240Z Compiling proc-macro2 v1.0.69
18462023-11-21T06:40:56.244Z Compiling unicode-ident v1.0.12
18472023-11-21T06:40:56.244Z Compiling libc v0.2.150
18482023-11-21T06:40:56.244Z Compiling autocfg v1.1.0
18492023-11-21T06:40:56.244Z Compiling serde v1.0.192
18502023-11-21T06:40:56.260Z Compiling cfg-if v1.0.0
18512023-11-21T06:40:56.263Z Compiling version_check v0.9.4
18522023-11-21T06:40:56.363Z Compiling syn v1.0.109
18532023-11-21T06:40:56.377Z Compiling parking_lot_core v0.9.8
18542023-11-21T06:40:56.491Z Compiling typenum v1.16.0
18552023-11-21T06:40:56.931Z Compiling futures-core v0.3.29
18562023-11-21T06:40:57.108Z Compiling libm v0.2.7
18572023-11-21T06:40:57.296Z Compiling generic-array v0.14.7
18582023-11-21T06:40:57.345Z Compiling lock_api v0.4.10
18592023-11-21T06:40:57.392Z Compiling num-traits v0.2.16
18602023-11-21T06:40:57.568Z Compiling once_cell v1.18.0
18612023-11-21T06:40:57.741Z Compiling pkg-config v0.3.27
18622023-11-21T06:40:57.828Z Compiling scopeguard v1.2.0
18632023-11-21T06:40:58.206Z Compiling slab v0.4.9
18642023-11-21T06:40:58.214Z Compiling serde_json v1.0.108
18652023-11-21T06:40:58.248Z Compiling futures-task v0.3.29
18662023-11-21T06:40:58.632Z Compiling quote v1.0.33
18672023-11-21T06:40:58.667Z Compiling futures-channel v0.3.29
18682023-11-21T06:40:58.724Z Compiling thiserror v1.0.49
18692023-11-21T06:40:59.122Z Compiling futures-util v0.3.29
18702023-11-21T06:40:59.378Z Compiling syn v2.0.32
18712023-11-21T06:40:59.484Z Compiling cc v1.0.83
18722023-11-21T06:40:59.520Z Compiling getrandom v0.2.10
18732023-11-21T06:40:59.644Z Compiling itoa v1.0.9
18742023-11-21T06:40:59.701Z Compiling memchr v2.6.3
18752023-11-21T06:41:00.080Z Compiling log v0.4.20
18762023-11-21T06:41:00.126Z Compiling smallvec v1.11.0
18772023-11-21T06:41:01.536Z Compiling vcpkg v0.2.15
18782023-11-21T06:41:01.680Z Compiling byteorder v1.5.0
18792023-11-21T06:41:02.482Z Compiling parking_lot v0.12.1
18802023-11-21T06:41:02.577Z Compiling rand_core v0.6.4
18812023-11-21T06:41:02.960Z Compiling pin-project-lite v0.2.13
18822023-11-21T06:41:03.680Z Compiling ring v0.17.5
18832023-11-21T06:41:03.982Z Compiling indexmap v1.9.3
18842023-11-21T06:41:04.432Z Compiling openssl-sys v0.9.93
18852023-11-21T06:41:05.696Z Compiling signal-hook-registry v1.4.1
18862023-11-21T06:41:06.148Z Compiling io-lifetimes v1.0.11
18872023-11-21T06:41:06.659Z Compiling heck v0.4.1
18882023-11-21T06:41:06.899Z Compiling ring v0.16.20
18892023-11-21T06:41:07.286Z Compiling mio v0.8.8
18902023-11-21T06:41:08.474Z Compiling num-integer v0.1.45
18912023-11-21T06:41:08.523Z Compiling const-oid v0.9.5
18922023-11-21T06:41:08.895Z Compiling ryu v1.0.15
18932023-11-21T06:41:09.043Z Compiling semver v1.0.20
18942023-11-21T06:41:09.971Z Compiling rustix v0.37.23
18952023-11-21T06:41:10.838Z Compiling spin v0.5.2
18962023-11-21T06:41:11.175Z Compiling num_cpus v1.16.0
18972023-11-21T06:41:11.227Z Compiling socket2 v0.5.4
18982023-11-21T06:41:11.328Z Compiling futures-sink v0.3.29
18992023-11-21T06:41:11.532Z Compiling ucd-trie v0.1.6
19002023-11-21T06:41:12.133Z Compiling unicode-xid v0.2.4
19012023-11-21T06:41:12.303Z Compiling httparse v1.8.0
19022023-11-21T06:41:12.306Z Compiling openssl v0.10.57
19032023-11-21T06:41:12.363Z Compiling synstructure v0.12.6
19042023-11-21T06:41:12.896Z Compiling tinyvec_macros v0.1.1
19052023-11-21T06:41:13.010Z Compiling tinyvec v1.6.0
19062023-11-21T06:41:14.168Z Compiling rustls v0.21.9
19072023-11-21T06:41:14.208Z Compiling futures-io v0.3.29
19082023-11-21T06:41:14.560Z Compiling crc32fast v1.3.2
19092023-11-21T06:41:14.599Z Compiling ppv-lite86 v0.2.17
19102023-11-21T06:41:14.676Z Compiling native-tls v0.2.11
19112023-11-21T06:41:14.897Z Compiling pin-utils v0.1.0
19122023-11-21T06:41:15.017Z Compiling bzip2-sys v0.1.11+1.0.8
19132023-11-21T06:41:15.194Z Compiling spin v0.9.8
19142023-11-21T06:41:15.378Z Compiling tracing-core v0.1.31
19152023-11-21T06:41:15.586Z Compiling unicode-normalization v0.1.22
19162023-11-21T06:41:15.762Z Compiling subtle v2.5.0
19172023-11-21T06:41:15.920Z Compiling rand_chacha v0.3.1
19182023-11-21T06:41:16.369Z Compiling unicode-bidi v0.3.13
19192023-11-21T06:41:16.613Z Compiling rand v0.8.5
19202023-11-21T06:41:18.185Z Compiling errno v0.3.2
19212023-11-21T06:41:18.482Z Compiling num-iter v0.1.43
19222023-11-21T06:41:18.494Z Compiling ahash v0.8.3
19232023-11-21T06:41:18.607Z Compiling usdt-impl v0.3.5
19242023-11-21T06:41:18.651Z Compiling schemars v0.8.13
19252023-11-21T06:41:19.125Z Compiling rustix v0.38.9
19262023-11-21T06:41:19.394Z Compiling base64 v0.21.5
19272023-11-21T06:41:19.530Z Compiling signal-hook v0.3.17
19282023-11-21T06:41:20.050Z Compiling serde_derive_internals v0.26.0
19292023-11-21T06:41:21.365Z Compiling serde_derive v1.0.192
19302023-11-21T06:41:21.367Z Compiling zeroize_derive v1.4.2
19312023-11-21T06:41:21.752Z Compiling tokio-macros v2.1.0
19322023-11-21T06:41:22.200Z Compiling thiserror-impl v1.0.49
19332023-11-21T06:41:22.203Z Compiling futures-macro v0.3.29
19342023-11-21T06:41:22.323Z Compiling tracing-attributes v0.1.26
19352023-11-21T06:41:23.736Z Compiling zeroize v1.6.0
19362023-11-21T06:41:24.405Z Compiling zerocopy-derive v0.2.0
19372023-11-21T06:41:24.779Z Compiling openssl-macros v0.1.1
19382023-11-21T06:41:25.812Z Compiling zerocopy-derive v0.6.4
19392023-11-21T06:41:26.494Z Compiling crypto-common v0.1.6
19402023-11-21T06:41:26.580Z Compiling block-buffer v0.10.4
19412023-11-21T06:41:26.875Z Compiling pest v2.7.2
19422023-11-21T06:41:26.962Z Compiling digest v0.10.7
19432023-11-21T06:41:27.726Z Compiling tracing v0.1.37
19442023-11-21T06:41:28.650Z Compiling fnv v1.0.7
19452023-11-21T06:41:28.956Z Compiling bitflags v1.3.2
19462023-11-21T06:41:29.999Z Compiling zerocopy v0.3.0
19472023-11-21T06:41:30.437Z Compiling schemars_derive v0.8.13
19482023-11-21T06:41:31.236Z Compiling pest_meta v2.7.2
19492023-11-21T06:41:32.227Z Compiling lazy_static v1.4.0
19502023-11-21T06:41:34.706Z Compiling pest_generator v2.7.2
19512023-11-21T06:41:35.644Z Compiling backtrace v0.3.69
19522023-11-21T06:41:35.673Z Compiling num-bigint v0.4.4
19532023-11-21T06:41:35.685Z Compiling memoffset v0.9.0
19542023-11-21T06:41:36.121Z Compiling async-trait v0.1.74
19552023-11-21T06:41:36.249Z Compiling doc-comment v0.3.3
19562023-11-21T06:41:36.333Z Compiling smoltcp v0.9.1
19572023-11-21T06:41:36.787Z Compiling iana-time-zone v0.1.57
19582023-11-21T06:41:36.973Z Compiling untrusted v0.9.0
19592023-11-21T06:41:37.209Z Compiling hashbrown v0.12.3
19602023-11-21T06:41:37.234Z Compiling openssl-probe v0.1.5
19612023-11-21T06:41:37.315Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19622023-11-21T06:41:37.609Z Compiling equivalent v1.0.1
19632023-11-21T06:41:37.817Z Compiling percent-encoding v2.3.0
19642023-11-21T06:41:38.056Z Compiling pest_derive v2.7.2
19652023-11-21T06:41:38.323Z Compiling untrusted v0.7.1
19662023-11-21T06:41:38.403Z Compiling base64ct v1.6.0
19672023-11-21T06:41:38.626Z Compiling hashbrown v0.14.2
19682023-11-21T06:41:38.724Z Compiling foreign-types-shared v0.1.1
19692023-11-21T06:41:38.861Z Compiling crossbeam-utils v0.8.16
19702023-11-21T06:41:39.129Z Compiling dtrace-parser v0.1.14
19712023-11-21T06:41:39.576Z Compiling pem-rfc7468 v0.7.0
19722023-11-21T06:41:39.682Z Compiling foreign-types v0.3.2
19732023-11-21T06:41:41.281Z Compiling dof v0.1.5
19742023-11-21T06:41:41.884Z Compiling clap_derive v4.4.2
19752023-11-21T06:41:42.557Z Compiling der_derive v0.7.2
19762023-11-21T06:41:44.457Z Compiling bytes v1.5.0
19772023-11-21T06:41:45.399Z Compiling bitflags v2.4.0
19782023-11-21T06:41:46.269Z Compiling tokio v1.33.0
19792023-11-21T06:41:47.391Z Compiling rustc_version v0.4.0
19802023-11-21T06:41:48.367Z Compiling http v0.2.11
19812023-11-21T06:41:48.423Z Compiling heapless v0.7.16
19822023-11-21T06:41:49.012Z Compiling uuid v1.5.0
19832023-11-21T06:41:49.677Z Compiling indexmap v2.1.0
19842023-11-21T06:41:50.138Z Compiling chrono v0.4.31
19852023-11-21T06:41:51.752Z Compiling thread-id v4.2.0
19862023-11-21T06:41:51.811Z Compiling anstyle v1.0.2
19872023-11-21T06:41:52.069Z Compiling utf8parse v0.2.1
19882023-11-21T06:41:52.329Z Compiling cpufeatures v0.2.9
19892023-11-21T06:41:52.458Z Compiling time-core v0.1.1
19902023-11-21T06:41:52.712Z Compiling rustversion v1.0.14
19912023-11-21T06:41:52.738Z Compiling adler v1.0.2
19922023-11-21T06:41:53.193Z Compiling flagset v0.4.3
19932023-11-21T06:41:53.621Z Compiling try-lock v0.2.4
19942023-11-21T06:41:53.690Z Compiling siphasher v0.3.11
19952023-11-21T06:41:53.808Z Compiling want v0.3.1
19962023-11-21T06:41:54.362Z Compiling der v0.7.8
19972023-11-21T06:41:56.010Z Compiling miniz_oxide v0.7.1
19982023-11-21T06:41:56.604Z Compiling time-macros v0.2.13
19992023-11-21T06:41:58.204Z Compiling sha2 v0.10.8
20002023-11-21T06:41:58.406Z Compiling anstyle-parse v0.2.1
20012023-11-21T06:41:59.017Z Compiling tokio-util v0.7.10
20022023-11-21T06:42:01.378Z Compiling h2 v0.3.21
20032023-11-21T06:42:04.336Z Compiling http-body v0.4.5
20042023-11-21T06:42:05.684Z Compiling rustls-webpki v0.101.7
20052023-11-21T06:42:07.350Z Compiling serde_tokenstream v0.1.7
20062023-11-21T06:42:08.118Z Compiling sct v0.7.0
20072023-11-21T06:42:08.483Z Compiling form_urlencoded v1.2.0
20082023-11-21T06:42:08.563Z Compiling hubpack_derive v0.1.1
20092023-11-21T06:42:08.901Z Compiling pin-project-internal v1.1.3
20102023-11-21T06:42:09.425Z Compiling socket2 v0.4.9
20112023-11-21T06:42:09.816Z Compiling crossbeam-epoch v0.9.15
20122023-11-21T06:42:10.708Z Compiling radium v0.7.0
20132023-11-21T06:42:11.171Z Compiling slog v2.7.0
20142023-11-21T06:42:11.448Z Compiling anstyle-query v1.0.0
20152023-11-21T06:42:11.462Z Compiling colorchoice v1.0.0
20162023-11-21T06:42:11.838Z Compiling anyhow v1.0.75
20172023-11-21T06:42:12.661Z Compiling tower-service v0.3.2
20182023-11-21T06:42:12.855Z Compiling httpdate v1.0.3
20192023-11-21T06:42:13.392Z Compiling hyper v0.14.27
20202023-11-21T06:42:13.467Z Compiling anstream v0.5.0
20212023-11-21T06:42:19.344Z Compiling terminal_size v0.2.6
20222023-11-21T06:42:23.178Z Compiling spki v0.7.2
20232023-11-21T06:42:24.068Z Compiling toml_datetime v0.6.5
20242023-11-21T06:42:24.682Z Compiling serde_spanned v0.6.4
20252023-11-21T06:42:25.752Z Compiling rustls-pemfile v1.0.3
20262023-11-21T06:42:26.247Z Compiling zerocopy v0.6.4
20272023-11-21T06:42:26.575Z Compiling md-5 v0.10.5
20282023-11-21T06:42:26.915Z Compiling hmac v0.12.1
20292023-11-21T06:42:27.482Z Compiling idna v0.4.0
20302023-11-21T06:42:27.629Z Compiling stringprep v0.1.3
20312023-11-21T06:42:28.384Z Compiling diesel_table_macro_syntax v0.1.0
20322023-11-21T06:42:28.860Z Compiling hash32 v0.2.1
20332023-11-21T06:42:28.942Z Compiling aho-corasick v1.0.4
20342023-11-21T06:42:28.978Z Compiling strsim v0.10.0
20352023-11-21T06:42:29.442Z Compiling winnow v0.5.15
20362023-11-21T06:42:29.598Z Compiling clap_lex v0.5.1
20372023-11-21T06:42:29.919Z Compiling regex-syntax v0.8.2
20382023-11-21T06:42:30.748Z Compiling maybe-uninit v2.0.0
20392023-11-21T06:42:31.421Z Compiling tap v1.0.1
20402023-11-21T06:42:31.669Z Compiling fallible-iterator v0.2.0
20412023-11-21T06:42:32.327Z Compiling gimli v0.28.0
20422023-11-21T06:42:33.076Z Compiling stable_deref_trait v1.2.0
20432023-11-21T06:42:33.118Z Compiling either v1.9.0
20442023-11-21T06:42:33.423Z Compiling dyn-clone v1.0.13
20452023-11-21T06:42:34.713Z Compiling postgres-protocol v0.6.6
20462023-11-21T06:42:35.122Z Compiling wyz v0.5.1
20472023-11-21T06:42:35.591Z Compiling clap_builder v4.4.2
20482023-11-21T06:42:36.294Z Compiling regex-automata v0.4.3
20492023-11-21T06:42:36.620Z Compiling url v2.4.1
20502023-11-21T06:42:36.669Z Compiling diesel_derives v2.1.1
20512023-11-21T06:42:39.493Z Compiling addr2line v0.21.0
20522023-11-21T06:42:39.556Z Compiling tokio-rustls v0.24.1
20532023-11-21T06:42:40.476Z Compiling rustls-native-certs v0.6.3
20542023-11-21T06:42:40.531Z Compiling strum_macros v0.25.2
20552023-11-21T06:42:43.168Z Compiling tokio-native-tls v0.3.1
20562023-11-21T06:42:47.531Z Compiling usdt-attr-macro v0.3.5
20572023-11-21T06:42:47.597Z Compiling usdt-macro v0.3.5
20582023-11-21T06:42:49.513Z Compiling phf_shared v0.11.2
20592023-11-21T06:42:50.251Z Compiling block-padding v0.3.3
20602023-11-21T06:42:50.276Z Compiling enum-as-inner v0.5.1
20612023-11-21T06:42:50.564Z Compiling snafu-derive v0.7.5
20622023-11-21T06:42:50.578Z Compiling serde_repr v0.1.16
20632023-11-21T06:42:51.745Z Compiling scheduled-thread-pool v0.2.7
20642023-11-21T06:42:52.273Z Compiling object v0.32.1
20652023-11-21T06:42:55.298Z Compiling managed v0.8.0
20662023-11-21T06:42:56.010Z Compiling regex-automata v0.1.10
20672023-11-21T06:42:58.109Z Compiling num-bigint-dig v0.8.4
20682023-11-21T06:42:58.534Z Compiling packed_struct v0.10.1
20692023-11-21T06:42:58.652Z Compiling bit-vec v0.6.3
20702023-11-21T06:42:59.273Z Compiling ipnet v2.8.0
20712023-11-21T06:42:59.932Z Compiling deranged v0.3.8
20722023-11-21T06:43:00.207Z Compiling funty v2.0.0
20732023-11-21T06:43:00.981Z Compiling num_threads v0.1.6
20742023-11-21T06:43:02.164Z Compiling matches v0.1.10
20752023-11-21T06:43:03.617Z Compiling rustc-demangle v0.1.23
20762023-11-21T06:43:05.057Z Compiling time v0.3.27
20772023-11-21T06:43:06.302Z Compiling idna v0.2.3
20782023-11-21T06:43:08.724Z Compiling bitvec v1.0.1
20792023-11-21T06:43:09.777Z Compiling bstr v0.2.17
20802023-11-21T06:43:12.087Z Compiling r2d2 v0.8.10
20812023-11-21T06:43:14.885Z Compiling inout v0.1.3
20822023-11-21T06:43:15.754Z Compiling phf v0.11.2
20832023-11-21T06:43:16.235Z Compiling hyper-tls v0.5.0
20842023-11-21T06:43:16.629Z Compiling regex v1.10.2
20852023-11-21T06:43:16.735Z Compiling clap v4.4.3
20862023-11-21T06:43:16.886Z Compiling signal-hook-mio v0.2.3
20872023-11-21T06:43:16.977Z Compiling hyper-rustls v0.24.2
20882023-11-21T06:43:17.100Z Compiling flate2 v1.0.28
20892023-11-21T06:43:17.764Z Compiling bzip2 v0.4.4
20902023-11-21T06:43:18.323Z Compiling ipnetwork v0.20.0
20912023-11-21T06:43:18.346Z Compiling postgres-types v0.2.6
20922023-11-21T06:43:18.771Z Compiling toml_edit v0.19.15
20932023-11-21T06:43:19.529Z Compiling itertools v0.11.0
20942023-11-21T06:43:19.696Z Compiling pkcs8 v0.10.2
20952023-11-21T06:43:20.596Z Compiling pin-project v1.1.3
20962023-11-21T06:43:21.260Z Compiling hubpack v0.1.2
20972023-11-21T06:43:21.345Z Compiling serde_urlencoded v0.7.1
20982023-11-21T06:43:21.952Z Compiling phf_shared v0.10.0
20992023-11-21T06:43:22.237Z Compiling futures-executor v0.3.29
21002023-11-21T06:43:24.322Z Compiling signature v2.1.0
21012023-11-21T06:43:24.965Z Compiling packed_struct_codegen v0.10.1
21022023-11-21T06:43:27.172Z Compiling float-cmp v0.9.0
21032023-11-21T06:43:28.114Z Compiling encoding_rs v0.8.33
21042023-11-21T06:43:28.441Z Compiling new_debug_unreachable v1.0.4
21052023-11-21T06:43:29.232Z Compiling predicates-core v1.0.6
21062023-11-21T06:43:30.339Z Compiling data-encoding v2.4.0
21072023-11-21T06:43:30.429Z Compiling difflib v0.4.0
21082023-11-21T06:43:32.528Z Compiling precomputed-hash v0.1.1
21092023-11-21T06:43:32.701Z Compiling whoami v1.4.1
21102023-11-21T06:43:33.320Z Compiling unicode-width v0.1.11
21112023-11-21T06:43:33.550Z Compiling regex-automata v0.3.8
21122023-11-21T06:43:33.554Z Compiling static_assertions v1.1.0
21132023-11-21T06:43:33.682Z Compiling normalize-line-endings v0.3.0
21142023-11-21T06:43:33.836Z Compiling nodrop v0.1.14
21152023-11-21T06:43:34.004Z Compiling webpki-roots v0.25.2
21162023-11-21T06:43:34.240Z Compiling fixedbitset v0.4.2
21172023-11-21T06:43:34.284Z Compiling mime v0.3.17
21182023-11-21T06:43:34.828Z Compiling crc-catalog v2.2.0
21192023-11-21T06:43:35.029Z Compiling unicode-segmentation v1.10.1
21202023-11-21T06:43:36.398Z Compiling bstr v1.6.0
21212023-11-21T06:43:37.369Z Compiling similar v2.2.1
21222023-11-21T06:43:40.811Z Compiling crc v3.0.1
21232023-11-21T06:43:41.965Z Compiling reqwest v0.11.22
21242023-11-21T06:43:42.592Z Compiling petgraph v0.6.4
21252023-11-21T06:43:43.444Z Compiling array-init v0.0.4
21262023-11-21T06:43:45.620Z Compiling predicates v3.0.4
21272023-11-21T06:43:48.042Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21282023-11-21T06:43:49.100Z Compiling console v0.15.7
21292023-11-21T06:43:49.493Z Compiling tokio-postgres v0.7.10
21302023-11-21T06:43:51.215Z Compiling string_cache v0.8.7
21312023-11-21T06:43:51.845Z Compiling trust-dns-proto v0.22.0
21322023-11-21T06:44:03.988Z Compiling toml v0.7.8
21332023-11-21T06:44:04.478Z Compiling futures v0.3.29
21342023-11-21T06:44:05.890Z Compiling snafu v0.7.5
21352023-11-21T06:44:06.007Z Compiling pkcs1 v0.7.5
21362023-11-21T06:44:06.452Z Compiling diesel v2.1.4
21372023-11-21T06:44:06.508Z Compiling smallvec v0.6.14
21382023-11-21T06:44:06.693Z Compiling zip v0.6.6
21392023-11-21T06:44:07.119Z Compiling yasna v0.5.2
21402023-11-21T06:44:07.190Z Compiling crossterm v0.27.0
21412023-11-21T06:44:08.776Z Compiling cipher v0.4.4
21422023-11-21T06:44:09.884Z Compiling hashbrown v0.13.2
21432023-11-21T06:44:12.868Z Compiling bit-set v0.5.3
21442023-11-21T06:44:13.286Z Compiling usdt v0.3.5
21452023-11-21T06:44:13.669Z Compiling is-terminal v0.4.9
21462023-11-21T06:44:13.831Z Compiling toml_edit v0.21.0
21472023-11-21T06:44:16.056Z Compiling itertools v0.10.5
21482023-11-21T06:44:21.051Z Compiling tokio-stream v0.1.14
21492023-11-21T06:44:21.224Z Compiling openapiv3 v2.0.0-rc.1
21502023-11-21T06:44:22.550Z Compiling hex v0.4.3
21512023-11-21T06:44:32.099Z Compiling lalrpop-util v0.19.12
21522023-11-21T06:44:32.605Z Compiling bitfield v0.14.0
21532023-11-21T06:44:33.075Z Compiling termcolor v1.2.0
21542023-11-21T06:44:45.555Z Compiling env_logger v0.10.0
21552023-11-21T06:44:47.702Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21562023-11-21T06:44:57.769Z Compiling rsa v0.9.2
21572023-11-21T06:45:05.362Z Compiling serde-hex v0.1.0
21582023-11-21T06:45:07.472Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21592023-11-21T06:45:13.778Z Compiling x509-cert v0.2.4
21602023-11-21T06:45:14.695Z Compiling ron v0.8.1
21612023-11-21T06:45:14.907Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21622023-11-21T06:45:21.505Z Compiling crc-any v2.4.3
21632023-11-21T06:45:24.805Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21642023-11-21T06:45:45.548Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21652023-11-21T06:45:59.460Z Compiling object v0.30.4
21662023-11-21T06:46:06.377Z Compiling path-slash v0.1.5
21672023-11-21T06:46:12.068Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21682023-11-21T06:46:58.125Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21692023-11-21T06:46:59.323Z Finished release [optimized] target(s) in 6m 04s
21702023-11-21T06:46:59.407Z
21712023-11-21T06:46:59.407Zreal 6:04.427696914
21722023-11-21T06:46:59.407Zuser 41:58.300761693
21732023-11-21T06:46:59.407Zsys 3:40.742980540
21742023-11-21T06:46:59.407Ztrap 1.867264098
21752023-11-21T06:46:59.407Ztflt 1.027125446
21762023-11-21T06:46:59.410Zdflt 0.393300613
21772023-11-21T06:46:59.410Zkflt 0.000284294
21782023-11-21T06:46:59.410Zlock 1:33:51.429986599
21792023-11-21T06:46:59.410Zslp 1:58:54.583330651
21802023-11-21T06:46:59.410Zlat 1:45.747327883
21812023-11-21T06:46:59.410Zstop 1:12.880248240
21822023-11-21T06:46:59.410Z+ ptime -m gzip
21832023-11-21T06:47:00.079Z
21842023-11-21T06:47:00.079Zreal 0.667056726
21852023-11-21T06:47:00.082Zuser 0.657612202
21862023-11-21T06:47:00.082Zsys 0.008783798
21872023-11-21T06:47:00.082Ztrap 0.000094821
21882023-11-21T06:47:00.082Ztflt 0.000000000
21892023-11-21T06:47:00.082Zdflt 0.000000000
21902023-11-21T06:47:00.082Zkflt 0.000000000
21912023-11-21T06:47:00.082Zlock 0.000000000
21922023-11-21T06:47:00.082Zslp 0.000000000
21932023-11-21T06:47:00.082Zlat 0.000218094
21942023-11-21T06:47:00.082Zstop 0.000229329
21952023-11-21T06:47:00.082Z+ banner tufaceous
21962023-11-21T06:47:00.082Z
21972023-11-21T06:47:00.082Z ##### # # ###### ## #### ###### #### # # ####
21982023-11-21T06:47:00.085Z # # # # # # # # # # # # # #
21992023-11-21T06:47:00.085Z # # # ##### # # # ##### # # # # ####
22002023-11-21T06:47:00.085Z # # # # ###### # # # # # # #
22012023-11-21T06:47:00.085Z # # # # # # # # # # # # # # #
22022023-11-21T06:47:00.085Z # #### # # # #### ###### #### #### ####
22032023-11-21T06:47:00.085Z
22042023-11-21T06:47:00.085Z+ ptime -m cargo build --locked -p tufaceous --release
22052023-11-21T06:47:00.722Z Downloading crates ...
22062023-11-21T06:47:01.033Z Downloaded humantime v2.1.0
22072023-11-21T06:47:01.037Z Downloaded fs-err v2.11.0
22082023-11-21T06:47:01.042Z Downloaded olpc-cjson v0.1.3
22092023-11-21T06:47:01.044Z Downloaded buf-list v1.0.3
22102023-11-21T06:47:01.048Z Downloaded serde_plain v1.0.2
22112023-11-21T06:47:01.051Z Downloaded tough v0.15.0
22122023-11-21T06:47:01.063Z Downloaded bytesize v1.3.0
22132023-11-21T06:47:01.066Z Downloaded globset v0.4.13
22142023-11-21T06:47:01.070Z Downloaded typed-path v0.6.0
22152023-11-21T06:47:01.078Z Downloaded async-recursion v1.0.5
22162023-11-21T06:47:01.236Z Compiling serde_tokenstream v0.2.0
22172023-11-21T06:47:01.257Z Compiling regress v0.7.1
22182023-11-21T06:47:01.268Z Compiling dirs-sys-next v0.1.2
22192023-11-21T06:47:01.271Z Compiling ident_case v1.0.1
22202023-11-21T06:47:01.295Z Compiling thread_local v1.1.7
22212023-11-21T06:47:01.305Z Compiling heck v0.4.1
22222023-11-21T06:47:01.308Z Compiling slog-async v2.8.0
22232023-11-21T06:47:01.484Z Compiling darling_core v0.20.3
22242023-11-21T06:47:01.972Z Compiling dirs-next v2.0.0
22252023-11-21T06:47:02.014Z Compiling camino v1.1.6
22262023-11-21T06:47:02.348Z Compiling term v0.7.0
22272023-11-21T06:47:02.636Z Compiling crossbeam-channel v0.5.8
22282023-11-21T06:47:02.956Z Compiling getopts v0.2.21
22292023-11-21T06:47:03.101Z Compiling structmeta-derive v0.2.0
22302023-11-21T06:47:03.378Z Compiling atty v0.2.14
22312023-11-21T06:47:03.577Z Compiling multer v2.1.0
22322023-11-21T06:47:04.000Z Compiling unsafe-libyaml v0.2.9
22332023-11-21T06:47:04.355Z Compiling paste v1.0.14
22342023-11-21T06:47:05.008Z Compiling take_mut v0.2.2
22352023-11-21T06:47:05.226Z Compiling match_cfg v0.1.0
22362023-11-21T06:47:05.351Z Compiling hostname v0.3.1
22372023-11-21T06:47:05.864Z Compiling slog-term v2.9.0
22382023-11-21T06:47:06.973Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22392023-11-21T06:47:09.276Z Compiling structmeta v0.2.0
22402023-11-21T06:47:09.862Z Compiling serde_yaml v0.9.25
22412023-11-21T06:47:10.604Z Compiling darling_macro v0.20.3
22422023-11-21T06:47:10.811Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22432023-11-21T06:47:10.834Z Compiling slog-json v2.6.1
22442023-11-21T06:47:11.617Z Compiling async-stream-impl v0.3.5
22452023-11-21T06:47:12.028Z Compiling darling v0.20.3
22462023-11-21T06:47:12.178Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22472023-11-21T06:47:12.620Z Compiling fastrand v2.0.0
22482023-11-21T06:47:13.527Z Compiling regex-syntax v0.7.5
22492023-11-21T06:47:13.595Z Compiling atomic-waker v1.1.1
22502023-11-21T06:47:13.721Z Compiling async-stream v0.3.5
22512023-11-21T06:47:13.852Z Compiling waitgroup v0.1.2
22522023-11-21T06:47:14.183Z Compiling tempfile v3.8.0
22532023-11-21T06:47:14.272Z Compiling serde_with_macros v2.3.3
22542023-11-21T06:47:14.420Z Compiling slog-bunyan v2.4.0
22552023-11-21T06:47:17.483Z Compiling toml v0.8.8
22562023-11-21T06:47:17.835Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22572023-11-21T06:47:18.121Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22582023-11-21T06:47:19.860Z Compiling sha1 v0.10.6
22592023-11-21T06:47:19.872Z Compiling serde_path_to_error v0.1.14
22602023-11-21T06:47:20.555Z Compiling instant v0.1.12
22612023-11-21T06:47:20.765Z Compiling fs-err v2.11.0
22622023-11-21T06:47:21.050Z Compiling same-file v1.0.6
22632023-11-21T06:47:21.205Z Compiling debug-ignore v1.0.5
22642023-11-21T06:47:21.392Z Compiling buf-list v1.0.3
22652023-11-21T06:47:21.407Z Compiling arc-swap v1.6.0
22662023-11-21T06:47:21.502Z Compiling walkdir v2.4.0
22672023-11-21T06:47:22.257Z Compiling slog-scope v4.4.0
22682023-11-21T06:47:22.841Z Compiling backoff v0.4.0
22692023-11-21T06:47:23.405Z Compiling serde_with v2.3.3
22702023-11-21T06:47:23.814Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22712023-11-21T06:47:23.882Z Compiling parse-display-derive v0.8.2
22722023-11-21T06:47:24.429Z Compiling globset v0.4.13
22732023-11-21T06:47:24.862Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22742023-11-21T06:47:25.089Z Compiling strum v0.25.0
22752023-11-21T06:47:25.336Z Compiling olpc-cjson v0.1.3
22762023-11-21T06:47:25.973Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22772023-11-21T06:47:26.191Z Compiling pem v3.0.2
22782023-11-21T06:47:27.054Z Compiling macaddr v1.0.1
22792023-11-21T06:47:28.289Z Compiling serde_plain v1.0.2
22802023-11-21T06:47:28.881Z Compiling async-recursion v1.0.5
22812023-11-21T06:47:29.139Z Compiling filetime v0.2.22
22822023-11-21T06:47:29.627Z Compiling xattr v1.0.1
22832023-11-21T06:47:30.057Z Compiling typed-path v0.6.0
22842023-11-21T06:47:30.075Z Compiling parse-display v0.8.2
22852023-11-21T06:47:30.361Z Compiling tar v0.4.40
22862023-11-21T06:47:31.119Z Compiling slog-stdlog v4.1.1
22872023-11-21T06:47:32.612Z Compiling camino-tempfile v1.0.2
22882023-11-21T06:47:33.208Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22892023-11-21T06:47:33.389Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22902023-11-21T06:47:33.882Z Compiling tough v0.15.0
22912023-11-21T06:47:39.461Z Compiling itertools v0.12.0
22922023-11-21T06:47:40.057Z Compiling bytesize v1.3.0
22932023-11-21T06:47:40.978Z Compiling slog-envlogger v2.2.0
22942023-11-21T06:47:41.978Z Compiling humantime v2.1.0
22952023-11-21T06:47:44.372Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22962023-11-21T06:48:08.576Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22972023-11-21T06:48:08.863Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22982023-11-21T06:48:19.625Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22992023-11-21T06:48:22.095Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23002023-11-21T06:48:51.633Z Finished release [optimized] target(s) in 1m 51s
23012023-11-21T06:48:51.723Z
23022023-11-21T06:48:51.726Zreal 1:51.622018998
23032023-11-21T06:48:51.726Zuser 11:48.183900398
23042023-11-21T06:48:51.726Zsys 47.539609639
23052023-11-21T06:48:51.726Ztrap 0.481379871
23062023-11-21T06:48:51.726Ztflt 0.333593573
23072023-11-21T06:48:51.726Zdflt 0.841138476
23082023-11-21T06:48:51.726Zkflt 0.000026425
23092023-11-21T06:48:51.726Zlock 23:06.778530748
23102023-11-21T06:48:51.726Zslp 24:43.808908878
23112023-11-21T06:48:51.726Zlat 21.334614011
23122023-11-21T06:48:51.726Zstop 10.197796912
23132023-11-21T06:48:51.726Z+ ptime -m gzip
23142023-11-21T06:48:54.104Z
23152023-11-21T06:48:54.104Zreal 2.374653681
23162023-11-21T06:48:54.107Zuser 2.349269148
23172023-11-21T06:48:54.107Zsys 0.021991703
23182023-11-21T06:48:54.107Ztrap 0.001013788
23192023-11-21T06:48:54.107Ztflt 0.000000000
23202023-11-21T06:48:54.107Zdflt 0.000000000
23212023-11-21T06:48:54.107Zkflt 0.000000000
23222023-11-21T06:48:54.107Zlock 0.000000000
23232023-11-21T06:48:54.107Zslp 0.000000000
23242023-11-21T06:48:54.107Zlat 0.002042542
23252023-11-21T06:48:54.107Zstop 0.000229105
23262023-11-21T06:48:54.107Zprocess exited: duration 1195553 ms, exit code 0
 
23272023-11-21T06:48:54.125Zfound 5 output files
23282023-11-21T06:48:54.125Zuploading: /work/end-to-end-tests/bootstrap-883d2a0d94dacc43.gz (6360559 bytes)
23292023-11-21T06:48:58.682Zuploaded: /work/end-to-end-tests/bootstrap-883d2a0d94dacc43.gz
23302023-11-21T06:48:58.682Zuploading: /work/end-to-end-tests/bootstrap.gz (86894356 bytes)
23312023-11-21T06:49:23.245Zuploaded: /work/end-to-end-tests/bootstrap.gz
23322023-11-21T06:49:23.245Zuploading: /work/end-to-end-tests/end_to_end_tests-65b59268af083e5e.gz (99504196 bytes)
23332023-11-21T06:49:46.910Zuploaded: /work/end-to-end-tests/end_to_end_tests-65b59268af083e5e.gz
23342023-11-21T06:49:46.910Zuploading: /work/caboose-util.gz (4110349 bytes)
23352023-11-21T06:49:50.118Zuploaded: /work/caboose-util.gz
23362023-11-21T06:49:50.125Zuploading: /work/tufaceous.gz (14973502 bytes)
23372023-11-21T06:49:55.699Zuploaded: /work/tufaceous.gz