01HH005WSTKBR43785AYA965Q4: 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: 01HH006HFN0S5VZ7VNPRVSAJ0K

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-06T16:44:26.124Zjob assigned to worker 01HH00562VN6V8RXNQDNKP3C8N (queued for 1 m 0 s)
 
22023-12-06T16:44:27.157Zstarting task 0: "setup"
32023-12-06T16:44:27.291Z++ uname -s
42023-12-06T16:44:27.302Z+ kern=SunOS
52023-12-06T16:44:27.303Z+ case "$kern" in
62023-12-06T16:44:27.303Z+ groupadd -g 12345 build
72023-12-06T16:44:27.303Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-06T16:44:29.295Z+ zfs create -o mountpoint=/work rpool/work
92023-12-06T16:44:29.514Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-06T16:44:29.519Z+ home_fs=zfs
112023-12-06T16:44:29.520Z+ [[ zfs == autofs ]]
122023-12-06T16:44:29.520Z+ mkdir -p /home/build
132023-12-06T16:44:29.525Z+ chown build:build /home/build /work
142023-12-06T16:44:31.603Z+ chmod 0700 /home/build /work
152023-12-06T16:44:31.689Zprocess exited: duration 4370 ms, exit code 0
 
162023-12-06T16:44:31.706Zstarting task 1: "rust-toolchain"
172023-12-06T16:44:31.713Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-06T16:44:31.719Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-06T16:44:32.013Zinfo: downloading installer
202023-12-06T16:44:34.140Zwarning: it looks like you have an existing installation of Rust at:
212023-12-06T16:44:34.141Zwarning: /opt/ooce/bin
222023-12-06T16:44:34.141Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-06T16:44:34.141Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-06T16:44:34.141Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-06T16:44:34.141Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-06T16:44:34.141Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-06T16:44:34.141Zerror: cannot install while Rust is installed
282023-12-06T16:44:34.141Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-06T16:44:34.454Zinfo: profile set to 'default'
302023-12-06T16:44:34.455Zinfo: default host triple is x86_64-unknown-illumos
312023-12-06T16:44:34.455Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-06T16:44:34.455Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-06T16:44:34.456Zinfo: downloading component 'cargo'
342023-12-06T16:44:35.239Zinfo: downloading component 'clippy'
352023-12-06T16:44:35.476Zinfo: downloading component 'rust-docs'
362023-12-06T16:44:35.870Zinfo: downloading component 'rust-std'
372023-12-06T16:44:37.114Zinfo: downloading component 'rustc'
382023-12-06T16:45:00.712Zinfo: downloading component 'rustfmt'
392023-12-06T16:45:00.861Zinfo: installing component 'cargo'
402023-12-06T16:45:02.195Zinfo: installing component 'clippy'
412023-12-06T16:45:02.195Zinfo: installing component 'rust-docs'
422023-12-06T16:45:02.195Zinfo: installing component 'rust-std'
432023-12-06T16:45:02.195Zinfo: installing component 'rustc'
442023-12-06T16:45:02.195Zinfo: installing component 'rustfmt'
452023-12-06T16:45:02.195Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-06T16:45:02.195Z
472023-12-06T16:45:02.195Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-06T16:45:02.195Z
492023-12-06T16:45:02.195Z
502023-12-06T16:45:02.195ZRust is installed now. Great!
512023-12-06T16:45:02.195Z
522023-12-06T16:45:02.195ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-06T16:45:02.195Zenvironment variable. This has not been done automatically.
542023-12-06T16:45:02.195Z
552023-12-06T16:45:02.196ZTo configure your current shell, run:
562023-12-06T16:45:02.196Zsource "$HOME/.cargo/env"
572023-12-06T16:45:02.196Z+ rustc --version
582023-12-06T16:45:02.196Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-06T16:45:02.196Zprocess exited: duration 28242 ms, exit code 0
 
602023-12-06T16:45:02.501Zstarting task 2: "authentication"
612023-12-06T16:45:02.717Zprocess exited: duration 340 ms, exit code 0
 
622023-12-06T16:45:03.879Zstarting task 3: "clone repository"
632023-12-06T16:45:03.888Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-06T16:45:03.888Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-06T16:45:04.390ZCloning into '/work/oxidecomputer/omicron'...
662023-12-06T16:45:10.230Z+ cd /work/oxidecomputer/omicron
672023-12-06T16:45:10.230Z+ [[ -n bump-inventory-query-limit ]]
682023-12-06T16:45:10.230Z+ git fetch origin bump-inventory-query-limit
692023-12-06T16:45:10.559ZFrom https://github.com/oxidecomputer/omicron
702023-12-06T16:45:10.559Z * branch bump-inventory-query-limit -> FETCH_HEAD
712023-12-06T16:45:10.570Z+ git checkout -B bump-inventory-query-limit remotes/origin/bump-inventory-query-limit
722023-12-06T16:45:10.690ZSwitched to a new branch 'bump-inventory-query-limit'
732023-12-06T16:45:10.703Zbranch 'bump-inventory-query-limit' set up to track 'origin/bump-inventory-query-limit'.
742023-12-06T16:45:10.703Z+ git reset --hard fcd6d9a60b8928d0a8b495c41b0c12ae3035d8ba
752023-12-06T16:45:10.704ZHEAD is now at fcd6d9a6 [nexus] Bump query limit for uninitialized sleds
762023-12-06T16:45:10.704Zprocess exited: duration 6813 ms, exit code 0
 
772023-12-06T16:45:10.717Zstarting task 4: "build"
782023-12-06T16:45:10.729Z+ cargo --version
792023-12-06T16:45:10.744Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-06T16:45:10.899Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-06T16:45:10.899Zinfo: downloading component 'cargo'
822023-12-06T16:45:11.546Zinfo: downloading component 'clippy'
832023-12-06T16:45:11.757Zinfo: downloading component 'rust-docs'
842023-12-06T16:45:12.560Zinfo: downloading component 'rust-std'
852023-12-06T16:45:13.864Zinfo: downloading component 'rustc'
862023-12-06T16:45:17.130Zinfo: downloading component 'rustfmt'
872023-12-06T16:45:17.314Zinfo: installing component 'cargo'
882023-12-06T16:45:18.608Zinfo: installing component 'clippy'
892023-12-06T16:45:19.080Zinfo: installing component 'rust-docs'
902023-12-06T16:45:22.095Zinfo: installing component 'rust-std'
912023-12-06T16:45:24.844Zinfo: installing component 'rustc'
922023-12-06T16:45:30.841Zinfo: installing component 'rustfmt'
932023-12-06T16:45:31.333Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-06T16:45:31.338Z+ rustc --version
952023-12-06T16:45:31.460Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-06T16:45:31.485Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-06T16:45:42.362Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-06T16:45:43.583Z Startup: Caching catalogs ... Done
992023-12-06T16:45:50.239ZPlanning: Solver setup ... Done (6.238s)
1002023-12-06T16:45:50.392ZPlanning: Running solver ... Done (0.153s)
1012023-12-06T16:45:50.465ZPlanning: Finding local manifests ... Done (0.004s)
1022023-12-06T16:45:50.480ZPlanning: Fetching manifests: 0/6 0% complete
1032023-12-06T16:45:50.789ZPlanning: Fetching manifests: 6/6 100% complete
1042023-12-06T16:45:50.882ZPlanning: Package planning ... Done (0.094s)
1052023-12-06T16:45:50.968ZPlanning: Merging actions ... Done (0.085s)
1062023-12-06T16:45:51.809ZPlanning: Checking for conflicting actions ... Done (0.840s)
1072023-12-06T16:45:51.827ZPlanning: Consolidating action changes ... Done (0.018s)
1082023-12-06T16:45:55.894ZPlanning: Evaluating mediators ... Done (4.048s)
1092023-12-06T16:45:55.992ZPlanning: Planning completed in 12.35 seconds
1102023-12-06T16:45:59.818Z Packages to install: 4
1112023-12-06T16:45:59.818Z Packages to update: 2
1122023-12-06T16:45:59.818Z Mediators to change: 2
1132023-12-06T16:45:59.843Z Services to change: 1
1142023-12-06T16:45:59.846Z Estimated space available: 148.88 GB
1152023-12-06T16:45:59.846ZEstimated space to be consumed: 1.43 GB
1162023-12-06T16:45:59.846Z Create boot environment: No
1172023-12-06T16:45:59.846ZCreate backup boot environment: Yes
1182023-12-06T16:45:59.846Z Rebuild boot archive: No
1192023-12-06T16:45:59.847Z
1202023-12-06T16:45:59.847ZChanged mediators:
1212023-12-06T16:45:59.847Z mediator clang:
1222023-12-06T16:45:59.847Z version: None -> 15 (system default)
1232023-12-06T16:45:59.847Z
1242023-12-06T16:45:59.847Z mediator llvm:
1252023-12-06T16:45:59.848Z version: 14 (system default) -> 15 (system default)
1262023-12-06T16:45:59.848Z
1272023-12-06T16:45:59.848ZChanged packages:
1282023-12-06T16:45:59.848Zhelios-dev
1292023-12-06T16:45:59.848Z developer/build-essential
1302023-12-06T16:45:59.848Z None -> 11-2.0
1312023-12-06T16:45:59.849Z library/libxmlsec1
1322023-12-06T16:45:59.849Z None -> 1.2.35-2.0
1332023-12-06T16:45:59.849Z ooce/developer/clang-15
1342023-12-06T16:45:59.849Z None -> 15.0.7-2.0
1352023-12-06T16:45:59.849Z ooce/developer/llvm-15
1362023-12-06T16:45:59.849Z None -> 15.0.7-2.0
1372023-12-06T16:45:59.850Z system/library/g++-runtime
1382023-12-06T16:45:59.850Z 12-2.0 -> 13-2.0
1392023-12-06T16:45:59.850Z system/library/gcc-runtime
1402023-12-06T16:45:59.850Z 12-2.0 -> 13-2.0
1412023-12-06T16:45:59.850Z
1422023-12-06T16:45:59.850ZServices:
1432023-12-06T16:45:59.850Z restart_fmri:
1442023-12-06T16:45:59.850Z svc:/system/update-man-index:default
1452023-12-06T16:45:59.851Z
1462023-12-06T16:45:59.851ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1472023-12-06T16:46:04.643ZDownload: 829/3330 items 18.4/221.1MB 8% complete (3.8M/s)
1482023-12-06T16:46:13.536ZDownload: 1197/3330 items 83.3/221.1MB 37% complete (9.0M/s)
1492023-12-06T16:46:18.622ZDownload: 1871/3330 items 118.5/221.1MB 53% complete (4.1M/s)
1502023-12-06T16:46:23.578ZDownload: 2549/3330 items 120.4/221.1MB 54% complete (3.7M/s)
1512023-12-06T16:46:28.665ZDownload: 3293/3330 items 215.6/221.1MB 97% complete (9.6M/s)
1522023-12-06T16:46:30.098ZDownload: Completed 221.11 MB in 30.43 seconds (7.3M/s)
1532023-12-06T16:46:32.192Z Actions: 1/3766 actions (Removing old actions)
1542023-12-06T16:46:32.192Z Actions: 5/3766 actions (Installing new actions)
1552023-12-06T16:46:37.249Z Actions: 2817/3766 actions (Installing new actions)
1562023-12-06T16:46:40.698Z Actions: 3729/3766 actions (Updating modified actions)
1572023-12-06T16:46:41.471Z Actions: Completed 3766 actions in 9.25 seconds.
1582023-12-06T16:46:41.636Z Done (0.191s)
1592023-12-06T16:46:41.640Z Done (0.001s)
1602023-12-06T16:46:41.903Z Done (0.263s)
1612023-12-06T16:46:50.158Z Done (8.092s)
1622023-12-06T16:46:50.567Z Done (0.306s)
1632023-12-06T16:46:50.571Z Done (0.000s)
1642023-12-06T16:46:50.829Z Done (0.000s)
1652023-12-06T16:47:00.988ZPlanning: Evaluating mediator changes ... Done
1662023-12-06T16:47:01.318ZPlanning: Checking for conflicting actions ... Done
1672023-12-06T16:47:01.319ZPlanning: Consolidating action changes ... Done
1682023-12-06T16:47:01.573ZPlanning: Evaluating mediators ... Done
1692023-12-06T16:47:01.574ZPlanning: Planning completed in 0.75 seconds
1702023-12-06T16:47:01.574Z Mediators to change: 2
1712023-12-06T16:47:01.574Z Create boot environment: No
1722023-12-06T16:47:01.574ZCreate backup boot environment: No
1732023-12-06T16:47:01.575Z Done
1742023-12-06T16:47:01.575Z Done
1752023-12-06T16:47:01.575Z Done
1762023-12-06T16:47:01.575Z Done
1772023-12-06T16:47:01.575Z Done
1782023-12-06T16:47:01.575Z Done
1792023-12-06T16:47:01.575Z Done
1802023-12-06T16:47:01.575ZPlanning: Evaluating mediator changes ... Done
1812023-12-06T16:47:01.575ZPlanning: Merging actions ... Done
1822023-12-06T16:47:01.575ZPlanning: Checking for conflicting actions ... Done
1832023-12-06T16:47:01.575ZPlanning: Consolidating action changes ... Done
1842023-12-06T16:47:01.575ZPlanning: Evaluating mediators ... Done
1852023-12-06T16:47:01.575ZPlanning: Planning completed in 1.34 seconds
1862023-12-06T16:47:01.575Z Packages to change: 1
1872023-12-06T16:47:01.575Z Mediators to change: 1
1882023-12-06T16:47:01.575Z Services to change: 1
1892023-12-06T16:47:01.575Z Create boot environment: No
1902023-12-06T16:47:01.575ZCreate backup boot environment: Yes
1912023-12-06T16:47:02.970Z Actions: 1/6 actions (Updating modified actions)
1922023-12-06T16:47:03.058Z Actions: Completed 6 actions in 0.00 seconds.
1932023-12-06T16:47:03.058Z Done
1942023-12-06T16:47:03.058Z Done
1952023-12-06T16:47:03.139Z Done
1962023-12-06T16:47:08.942Z Done
1972023-12-06T16:47:09.074Z Done
1982023-12-06T16:47:09.078Z Done
1992023-12-06T16:47:09.188Z Done
2002023-12-06T16:47:09.873ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012023-12-06T16:47:09.873Zclang system 15 system
2022023-12-06T16:47:09.873Zcsh system system illumos
2032023-12-06T16:47:09.874Zctags system system illumos
2042023-12-06T16:47:09.874Zgcc vendor 12 vendor
2052023-12-06T16:47:09.874Zgcc system 10 system
2062023-12-06T16:47:09.874Zgcc system 7 system
2072023-12-06T16:47:09.874Zgo system 1.20 system
2082023-12-06T16:47:09.874Zgo system 1.19 system
2092023-12-06T16:47:09.874Zllvm system 15 system
2102023-12-06T16:47:09.874Zllvm system 14 system
2112023-12-06T16:47:09.874Zmariadb system 10.6 system
2122023-12-06T16:47:09.874Zmta vendor vendor dma
2132023-12-06T16:47:09.874Zopenjdk system 17 system
2142023-12-06T16:47:09.874Zopenjdk system 11 system
2152023-12-06T16:47:09.874Zopenjdk system 1.8 system
2162023-12-06T16:47:09.874Zopenssl vendor 3 vendor
2172023-12-06T16:47:09.874Zperl system 5.36 system
2182023-12-06T16:47:09.874Zpostgresql system 15 system
2192023-12-06T16:47:09.874Zpostgresql system 13 system
2202023-12-06T16:47:09.874Zpython vendor 3 vendor
2212023-12-06T16:47:09.874Zpython system 2 system
2222023-12-06T16:47:09.874Zpython3 system 3.11 system
2232023-12-06T16:47:09.874Zruby system 3.0 system
2242023-12-06T16:47:09.874Zwords vendor vendor american-english
2252023-12-06T16:47:09.874Zwords system system australian-english
2262023-12-06T16:47:09.874Zwords system system british-english
2272023-12-06T16:47:09.875Zwords system system canadian-english
2282023-12-06T16:47:09.875Zwords system system french
2292023-12-06T16:47:09.875Zwords system system italian
2302023-12-06T16:47:09.875Zwords system system ngerman
2312023-12-06T16:47:09.875Zwords system system ogerman
2322023-12-06T16:47:09.875Zwords system system spanish
2332023-12-06T16:47:10.433ZFMRI IFO
2342023-12-06T16:47:10.433Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352023-12-06T16:47:10.433Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362023-12-06T16:47:10.434Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372023-12-06T16:47:10.434Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2382023-12-06T16:47:10.434Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392023-12-06T16:47:10.434Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2402023-12-06T16:47:10.434Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2412023-12-06T16:47:10.434Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2422023-12-06T16:47:10.511Z+ set -o errexit
2432023-12-06T16:47:10.515Z+++ dirname ./tools/ci_download_cockroachdb
2442023-12-06T16:47:10.519Z++ cd ./tools
2452023-12-06T16:47:10.519Z++ pwd
2462023-12-06T16:47:10.519Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2472023-12-06T16:47:10.519Z++ basename ./tools/ci_download_cockroachdb
2482023-12-06T16:47:10.523Z+ ARG0=ci_download_cockroachdb
2492023-12-06T16:47:10.523Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2502023-12-06T16:47:10.523Z+ CIDL_VERSION=v22.1.9
2512023-12-06T16:47:10.523Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2522023-12-06T16:47:10.523Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2532023-12-06T16:47:10.523Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2542023-12-06T16:47:10.523Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2552023-12-06T16:47:10.523Z+ TARGET_DIR=out
2562023-12-06T16:47:10.523Z+ DOWNLOAD_DIR=out/downloads
2572023-12-06T16:47:10.523Z+ DEST_DIR=./out/cockroachdb
2582023-12-06T16:47:10.523Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2592023-12-06T16:47:10.523Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2602023-12-06T16:47:10.539Z+ main
2612023-12-06T16:47:10.539Z+ [[ 0 != 0 ]]
2622023-12-06T16:47:10.539Z+ CIDL_OS=solaris2.11
2632023-12-06T16:47:10.539Z+ [[ 0 != 0 ]]
2642023-12-06T16:47:10.539Z+ configure_os solaris2.11
2652023-12-06T16:47:10.539Z+ echo 'current directory: /work/oxidecomputer/omicron'
2662023-12-06T16:47:10.539Zcurrent directory: /work/oxidecomputer/omicron
2672023-12-06T16:47:10.539Z+ echo 'configuring based on OS: "solaris2.11"'
2682023-12-06T16:47:10.540Z+ case "$1" in
2692023-12-06T16:47:10.540Zconfiguring based on OS: "solaris2.11"
2702023-12-06T16:47:10.540Z+ CIDL_BUILD=illumos
2712023-12-06T16:47:10.540Z+ CIDL_SUFFIX=tar.gz
2722023-12-06T16:47:10.540Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2732023-12-06T16:47:10.540Z+ CIDL_MD5FUNC=do_md5sum
2742023-12-06T16:47:10.540Z+ CIDL_URL_BASE=https://illumos.org/downloads
2752023-12-06T16:47:10.540Z+ CIDL_ASSEMBLE=do_assemble_illumos
2762023-12-06T16:47:10.540Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2772023-12-06T16:47:10.540Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2782023-12-06T16:47:10.540Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-12-06T16:47:10.541Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2802023-12-06T16:47:10.541Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-12-06T16:47:10.541Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822023-12-06T16:47:10.541ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-12-06T16:47:10.541Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842023-12-06T16:47:10.541Z+ mkdir -p out/downloads
2852023-12-06T16:47:10.541ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-12-06T16:47:10.541Z+ mkdir -p ./out/cockroachdb
2872023-12-06T16:47:10.956Z+ local DO_DOWNLOAD=true
2882023-12-06T16:47:10.956Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2892023-12-06T16:47:10.956Z+ '[' true == true ']'
2902023-12-06T16:47:10.956Z+ echo Downloading...
2912023-12-06T16:47:10.956ZDownloading...
2922023-12-06T16:47:10.956Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-12-06T16:47:10.958Z+ 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
2942023-12-06T16:47:18.982Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952023-12-06T16:47:18.986Z++ md5sum
2962023-12-06T16:47:18.986Z++ awk '{print $1}'
2972023-12-06T16:47:19.177Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2982023-12-06T16:47:19.177Z+ [[ 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 ]]
2992023-12-06T16:47:19.177Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002023-12-06T16:47:19.181Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3012023-12-06T16:47:22.788Z+ do_assemble_illumos
3022023-12-06T16:47:22.788Z+ rm -r ./out/cockroachdb
3032023-12-06T16:47:22.806Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3042023-12-06T16:47:23.453Z+ ./out/cockroachdb/bin/cockroach version
3052023-12-06T16:47:23.791ZBuild Tag: v22.1.9-dirty
3062023-12-06T16:47:23.791ZBuild Time: 2022/10/26 21:17:46
3072023-12-06T16:47:23.791ZDistribution: OSS
3082023-12-06T16:47:23.792ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3092023-12-06T16:47:23.792ZGo Version: go1.17.13
3102023-12-06T16:47:23.792ZC Compiler: gcc 10.3.0
3112023-12-06T16:47:23.792ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3122023-12-06T16:47:23.792ZBuild Type: release
3132023-12-06T16:47:23.820Z+ set -o errexit
3142023-12-06T16:47:23.824Z+++ dirname ./tools/ci_download_clickhouse
3152023-12-06T16:47:23.827Z++ cd ./tools
3162023-12-06T16:47:23.828Z++ pwd
3172023-12-06T16:47:23.828Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3182023-12-06T16:47:23.828Z++ basename ./tools/ci_download_clickhouse
3192023-12-06T16:47:23.832Z+ ARG0=ci_download_clickhouse
3202023-12-06T16:47:23.832Z+ TARGET_DIR=out
3212023-12-06T16:47:23.832Z+ DOWNLOAD_DIR=out/downloads
3222023-12-06T16:47:23.832Z+ DEST_DIR=./out/clickhouse
3232023-12-06T16:47:23.832Z+ CIDL_VERSION=v22.8.9.24
3242023-12-06T16:47:23.832Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3252023-12-06T16:47:23.832Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3262023-12-06T16:47:23.832Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3272023-12-06T16:47:23.832Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3282023-12-06T16:47:23.832Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3292023-12-06T16:47:23.832Z+ main
3302023-12-06T16:47:23.832Z+ [[ 0 != 0 ]]
3312023-12-06T16:47:23.833Z+ CIDL_OS=solaris2.11
3322023-12-06T16:47:23.833Z+ [[ 0 != 0 ]]
3332023-12-06T16:47:23.833Z+ configure_os solaris2.11
3342023-12-06T16:47:23.833Z+ echo 'current directory: /work/oxidecomputer/omicron'
3352023-12-06T16:47:23.833Zcurrent directory: /work/oxidecomputer/omicron
3362023-12-06T16:47:23.833Z+ echo 'configuring based on OS: "solaris2.11"'
3372023-12-06T16:47:23.833Z+ CIDL_DASHREV=
3382023-12-06T16:47:23.833Z+ case "$1" in
3392023-12-06T16:47:23.833Zconfiguring based on OS: "solaris2.11"
3402023-12-06T16:47:23.833Z+ CIDL_PLATFORM=illumos
3412023-12-06T16:47:23.833Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3422023-12-06T16:47:23.833Z+ CIDL_MD5FUNC=do_md5sum
3432023-12-06T16:47:23.833Z+ CIDL_DASHREV=-1
3442023-12-06T16:47:23.833Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3452023-12-06T16:47:23.833Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-12-06T16:47:23.833Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-12-06T16:47:23.833Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-12-06T16:47:23.833Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3492023-12-06T16:47:23.833ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-12-06T16:47:23.833ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-12-06T16:47:23.833Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3522023-12-06T16:47:23.833Z+ mkdir -p out/downloads
3532023-12-06T16:47:23.837Z+ mkdir -p ./out/clickhouse
3542023-12-06T16:47:23.837Z+ local DO_DOWNLOAD=true
3552023-12-06T16:47:23.838Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3562023-12-06T16:47:23.838Z+ '[' true == true ']'
3572023-12-06T16:47:23.838Z+ echo Downloading...
3582023-12-06T16:47:23.838ZDownloading...
3592023-12-06T16:47:23.838Z+ 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
3602023-12-06T16:47:23.838Z+ 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
3612023-12-06T16:47:25.277Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622023-12-06T16:47:25.282Z++ md5sum
3632023-12-06T16:47:25.282Z++ awk '{print $1}'
3642023-12-06T16:47:25.538Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3652023-12-06T16:47:25.538Z+ [[ 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 ]]
3662023-12-06T16:47:25.538Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3672023-12-06T16:47:25.542Z+ mkdir -p ./out/clickhouse
3682023-12-06T16:47:25.543Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3692023-12-06T16:47:30.674Z+ ./out/clickhouse/clickhouse server --version
3702023-12-06T16:47:30.731ZClickHouse server version 22.8.9.1.
3712023-12-06T16:47:30.753Z+ set -o errexit
3722023-12-06T16:47:30.763Z+++ dirname ./tools/ci_download_console
3732023-12-06T16:47:30.763Z++ cd ./tools
3742023-12-06T16:47:30.763Z++ pwd
3752023-12-06T16:47:30.763Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3762023-12-06T16:47:30.763Z++ basename ./tools/ci_download_console
3772023-12-06T16:47:30.763Z+ ARG0=ci_download_console
3782023-12-06T16:47:30.764Z+ TARGET_DIR=out
3792023-12-06T16:47:30.764Z+ DOWNLOAD_DIR=out/downloads
3802023-12-06T16:47:30.764Z+ DEST_DIR=./out/console-assets
3812023-12-06T16:47:30.764Z+ source /work/oxidecomputer/omicron/tools/console_version
3822023-12-06T16:47:30.764Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3832023-12-06T16:47:30.765Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3842023-12-06T16:47:30.765Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3852023-12-06T16:47:30.765Z+ TARBALL_FILE=out/downloads/console.tar.gz
3862023-12-06T16:47:30.765Z+ main
3872023-12-06T16:47:30.766Z+ [[ 0 != 0 ]]
3882023-12-06T16:47:30.766Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3892023-12-06T16:47:30.766ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3902023-12-06T16:47:30.766Z+ echo 'Local file: out/downloads/console.tar.gz'
3912023-12-06T16:47:30.766ZLocal file: out/downloads/console.tar.gz
3922023-12-06T16:47:30.766Z+ local DO_DOWNLOAD=true
3932023-12-06T16:47:30.767Z+ [[ -f out/downloads/console.tar.gz ]]
3942023-12-06T16:47:30.767Z+ mkdir -p out/downloads
3952023-12-06T16:47:30.779Z+ '[' true == true ']'
3962023-12-06T16:47:30.779Z+ echo Downloading...
3972023-12-06T16:47:30.780ZDownloading...
3982023-12-06T16:47:30.780Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3992023-12-06T16:47:30.780Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4002023-12-06T16:47:31.363Z++ do_sha256sum out/downloads/console.tar.gz
4012023-12-06T16:47:31.363Z++ case "$OSTYPE" in
4022023-12-06T16:47:31.363Z++ SHA=sha256sum
4032023-12-06T16:47:31.392Z++ sha256sum
4042023-12-06T16:47:31.392Z++ awk '{print $1}'
4052023-12-06T16:47:31.402Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4062023-12-06T16:47:31.402Z+ [[ 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 ]]
4072023-12-06T16:47:31.402Z+ rm -rf ./out/console-assets
4082023-12-06T16:47:31.402Z+ mkdir -p ./out/console-assets
4092023-12-06T16:47:31.402Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4102023-12-06T16:47:31.403Z+ mkdir -p ./out/console-assets
4112023-12-06T16:47:31.403Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4122023-12-06T16:47:31.537Z+ set -o errexit
4132023-12-06T16:47:31.544Z+++ dirname ./tools/ci_download_maghemite_openapi
4142023-12-06T16:47:31.545Z++ cd ./tools
4152023-12-06T16:47:31.545Z++ pwd
4162023-12-06T16:47:31.546Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4172023-12-06T16:47:31.546Z++ basename ./tools/ci_download_maghemite_openapi
4182023-12-06T16:47:31.556Z+ ARG0=ci_download_maghemite_openapi
4192023-12-06T16:47:31.557Z+ TARGET_DIR=out
4202023-12-06T16:47:31.557Z+ DOWNLOAD_DIR=out/downloads
4212023-12-06T16:47:31.557Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4222023-12-06T16:47:31.558Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4232023-12-06T16:47:31.558Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4242023-12-06T16:47:31.558Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4252023-12-06T16:47:31.558Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4262023-12-06T16:47:31.558Z+ main
4272023-12-06T16:47:31.558Z+ [[ 0 != 0 ]]
4282023-12-06T16:47:31.558Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4292023-12-06T16:47:31.558ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4302023-12-06T16:47:31.559Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4312023-12-06T16:47:31.559Z+ local DO_DOWNLOAD=true
4322023-12-06T16:47:31.559ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4332023-12-06T16:47:31.559Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4342023-12-06T16:47:31.559Z+ mkdir -p out/downloads
4352023-12-06T16:47:31.559Z+ '[' true == true ']'
4362023-12-06T16:47:31.559Z+ echo Downloading...
4372023-12-06T16:47:31.559ZDownloading...
4382023-12-06T16:47:31.560Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4392023-12-06T16:47:31.560Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4402023-12-06T16:47:31.779Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4412023-12-06T16:47:31.779Z++ case "$OSTYPE" in
4422023-12-06T16:47:31.783Z++ SHA=sha256sum
4432023-12-06T16:47:31.783Z++ sha256sum
4442023-12-06T16:47:31.783Z++ awk '{print $1}'
4452023-12-06T16:47:31.788Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4462023-12-06T16:47:31.788Z+ [[ 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 ]]
4472023-12-06T16:47:31.788Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4482023-12-06T16:47:31.788Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4492023-12-06T16:47:31.788Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4502023-12-06T16:47:31.788Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4512023-12-06T16:47:31.788Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4522023-12-06T16:47:31.788Z+ main
4532023-12-06T16:47:31.788Z+ [[ 0 != 0 ]]
4542023-12-06T16:47:31.788Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4552023-12-06T16:47:31.788ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4562023-12-06T16:47:31.788Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4572023-12-06T16:47:31.788ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4582023-12-06T16:47:31.788Z+ local DO_DOWNLOAD=true
4592023-12-06T16:47:31.788Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4602023-12-06T16:47:31.788Z+ mkdir -p out/downloads
4612023-12-06T16:47:31.792Z+ '[' true == true ']'
4622023-12-06T16:47:31.792Z+ echo Downloading...
4632023-12-06T16:47:31.792ZDownloading...
4642023-12-06T16:47:31.792Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4652023-12-06T16:47:31.793Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4662023-12-06T16:47:32.053Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4672023-12-06T16:47:32.059Z++ case "$OSTYPE" in
4682023-12-06T16:47:32.059Z++ SHA=sha256sum
4692023-12-06T16:47:32.059Z++ sha256sum
4702023-12-06T16:47:32.059Z++ awk '{print $1}'
4712023-12-06T16:47:32.059Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4722023-12-06T16:47:32.059Z+ [[ 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 ]]
4732023-12-06T16:47:32.059Z+ set -o errexit
4742023-12-06T16:47:32.060Z+++ dirname ./tools/ci_download_dendrite_openapi
4752023-12-06T16:47:32.060Z++ cd ./tools
4762023-12-06T16:47:32.060Z++ pwd
4772023-12-06T16:47:32.060Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4782023-12-06T16:47:32.060Z++ basename ./tools/ci_download_dendrite_openapi
4792023-12-06T16:47:32.060Z+ ARG0=ci_download_dendrite_openapi
4802023-12-06T16:47:32.060Z+ TARGET_DIR=out
4812023-12-06T16:47:32.060Z+ DOWNLOAD_DIR=out/downloads
4822023-12-06T16:47:32.060Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4832023-12-06T16:47:32.060Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
4842023-12-06T16:47:32.060Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4852023-12-06T16:47:32.060Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4862023-12-06T16:47:32.060Z+ LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4872023-12-06T16:47:32.060Z+ main
4882023-12-06T16:47:32.060Z+ [[ 0 != 0 ]]
4892023-12-06T16:47:32.060Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json'
4902023-12-06T16:47:32.060ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4912023-12-06T16:47:32.060Z+ echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json'
4922023-12-06T16:47:32.060Z+ local DO_DOWNLOAD=true
4932023-12-06T16:47:32.060ZLocal file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4942023-12-06T16:47:32.060Z+ [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]]
4952023-12-06T16:47:32.060Z+ mkdir -p out/downloads
4962023-12-06T16:47:32.060Z+ '[' true == true ']'
4972023-12-06T16:47:32.061Z+ echo Downloading...
4982023-12-06T16:47:32.061ZDownloading...
4992023-12-06T16:47:32.061Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5002023-12-06T16:47:32.061Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
5012023-12-06T16:47:32.222Z++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5022023-12-06T16:47:32.226Z++ case "$OSTYPE" in
5032023-12-06T16:47:32.226Z++ SHA=sha256sum
5042023-12-06T16:47:32.226Z++ sha256sum
5052023-12-06T16:47:32.226Z++ awk '{print $1}'
5062023-12-06T16:47:32.231Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5072023-12-06T16:47:32.231Z+ [[ 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 ]]
5082023-12-06T16:47:32.239Z+ set -o errexit
5092023-12-06T16:47:32.245Z+++ dirname ./tools/ci_download_dendrite_stub
5102023-12-06T16:47:32.261Z++ cd ./tools
5112023-12-06T16:47:32.261Z++ pwd
5122023-12-06T16:47:32.261Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5132023-12-06T16:47:32.261Z++ basename ./tools/ci_download_dendrite_stub
5142023-12-06T16:47:32.261Z+ ARG0=ci_download_dendrite_stub
5152023-12-06T16:47:32.262Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5162023-12-06T16:47:32.262Z++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5172023-12-06T16:47:32.262Z++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c
5182023-12-06T16:47:32.262Z++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe
5192023-12-06T16:47:32.262Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5202023-12-06T16:47:32.262Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5212023-12-06T16:47:32.262Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5222023-12-06T16:47:32.262Z+ TARGET_DIR=out
5232023-12-06T16:47:32.262Z+ DOWNLOAD_DIR=out/downloads
5242023-12-06T16:47:32.262Z+ DEST_DIR=./out/dendrite-stub
5252023-12-06T16:47:32.262Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5262023-12-06T16:47:32.262Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5272023-12-06T16:47:32.262Z+ REPO=oxidecomputer/dendrite
5282023-12-06T16:47:32.262Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36
5292023-12-06T16:47:32.262Z+ main
5302023-12-06T16:47:32.262Z+ [[ 0 != 0 ]]
5312023-12-06T16:47:32.262Z+ CIDL_OS=solaris2.11
5322023-12-06T16:47:32.263Z+ [[ 0 != 0 ]]
5332023-12-06T16:47:32.263Z+ configure_os solaris2.11
5342023-12-06T16:47:32.263Z+ echo 'current directory: /work/oxidecomputer/omicron'
5352023-12-06T16:47:32.263Zcurrent directory: /work/oxidecomputer/omicron
5362023-12-06T16:47:32.263Z+ echo 'configuring based on OS: "solaris2.11"'
5372023-12-06T16:47:32.263Zconfiguring based on OS: "solaris2.11"
5382023-12-06T16:47:32.263Z+ case "$1" in
5392023-12-06T16:47:32.263Z+ SET_BINARIES=
5402023-12-06T16:47:32.263Z+ CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5412023-12-06T16:47:32.263Z+ CIDL_SHA256FUNC=do_sha256sum
5422023-12-06T16:47:32.263Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5432023-12-06T16:47:32.263Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5442023-12-06T16:47:32.263Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5452023-12-06T16:47:32.263Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz'
5462023-12-06T16:47:32.263ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5472023-12-06T16:47:32.263Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5482023-12-06T16:47:32.263ZLocal file: out/downloads/dendrite-stub.tar.gz
5492023-12-06T16:47:32.263Z+ mkdir -p out/downloads
5502023-12-06T16:47:32.278Z+ mkdir -p ./out/dendrite-stub
5512023-12-06T16:47:32.278Z+ fetch_and_verify
5522023-12-06T16:47:32.278Z+ local DO_DOWNLOAD=true
5532023-12-06T16:47:32.278Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5542023-12-06T16:47:32.278Z+ '[' true == true ']'
5552023-12-06T16:47:32.278Z+ echo Downloading...
5562023-12-06T16:47:32.278ZDownloading...
5572023-12-06T16:47:32.279Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5582023-12-06T16:47:32.279Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5592023-12-06T16:47:40.231Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5602023-12-06T16:47:40.236Z++ sha256sum
5612023-12-06T16:47:40.236Z++ awk '{print $1}'
5622023-12-06T16:47:40.333Z+ calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5632023-12-06T16:47:40.333Z+ [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]]
5642023-12-06T16:47:40.333Z+ do_untar out/downloads/dendrite-stub.tar.gz
5652023-12-06T16:47:40.337Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5662023-12-06T16:47:41.366Z+ do_assemble
5672023-12-06T16:47:41.366Z+ rm -r ./out/dendrite-stub
5682023-12-06T16:47:41.373Z+ mkdir ./out/dendrite-stub
5692023-12-06T16:47:41.381Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5702023-12-06T16:47:41.539Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5712023-12-06T16:47:41.550Z+ set -o errexit
5722023-12-06T16:47:41.550Z+++ dirname ./tools/ci_download_maghemite_mgd
5732023-12-06T16:47:41.572Z++ cd ./tools
5742023-12-06T16:47:41.572Z++ pwd
5752023-12-06T16:47:41.573Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5762023-12-06T16:47:41.573Z++ basename ./tools/ci_download_maghemite_mgd
5772023-12-06T16:47:41.573Z+ ARG0=ci_download_maghemite_mgd
5782023-12-06T16:47:41.573Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5792023-12-06T16:47:41.573Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
5802023-12-06T16:47:41.573Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5812023-12-06T16:47:41.573Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5822023-12-06T16:47:41.573Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
5832023-12-06T16:47:41.573Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5842023-12-06T16:47:41.573Z+ TARGET_DIR=out
5852023-12-06T16:47:41.573Z+ DOWNLOAD_DIR=out/downloads
5862023-12-06T16:47:41.573Z+ DEST_DIR=./out/mgd
5872023-12-06T16:47:41.573Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5882023-12-06T16:47:41.573Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5892023-12-06T16:47:41.573Z+ REPO=oxidecomputer/maghemite
5902023-12-06T16:47:41.573Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
5912023-12-06T16:47:41.574Z+ main
5922023-12-06T16:47:41.574Z+ [[ 0 != 0 ]]
5932023-12-06T16:47:41.574Z+ CIDL_OS=solaris2.11
5942023-12-06T16:47:41.574Z+ [[ 0 != 0 ]]
5952023-12-06T16:47:41.574Z+ configure_os solaris2.11
5962023-12-06T16:47:41.574Z+ echo 'current directory: /work/oxidecomputer/omicron'
5972023-12-06T16:47:41.574Zcurrent directory: /work/oxidecomputer/omicron
5982023-12-06T16:47:41.574Z+ echo 'configuring based on OS: "solaris2.11"'
5992023-12-06T16:47:41.574Z+ case "$1" in
6002023-12-06T16:47:41.574Z+ SET_BINARIES=
6012023-12-06T16:47:41.574Zconfiguring based on OS: "solaris2.11"
6022023-12-06T16:47:41.574Z+ CIDL_SHA256FUNC=do_sha256sum
6032023-12-06T16:47:41.574Z+ TARBALL_FILENAME=mgd.tar.gz
6042023-12-06T16:47:41.574Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6052023-12-06T16:47:41.574Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6062023-12-06T16:47:41.574Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
6072023-12-06T16:47:41.574ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6082023-12-06T16:47:41.574ZLocal file: out/downloads/mgd.tar.gz
6092023-12-06T16:47:41.575Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6102023-12-06T16:47:41.575Z+ mkdir -p out/downloads
6112023-12-06T16:47:41.575Z+ mkdir -p ./out/mgd
6122023-12-06T16:47:41.575Z+ fetch_and_verify
6132023-12-06T16:47:41.575Z+ local DO_DOWNLOAD=true
6142023-12-06T16:47:41.575Z+ [[ -f out/downloads/mgd.tar.gz ]]
6152023-12-06T16:47:41.575Z+ '[' true == true ']'
6162023-12-06T16:47:41.575Z+ echo Downloading...
6172023-12-06T16:47:41.575ZDownloading...
6182023-12-06T16:47:41.575Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6192023-12-06T16:47:41.575Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6202023-12-06T16:47:48.408Z++ do_sha256sum out/downloads/mgd.tar.gz
6212023-12-06T16:47:48.413Z++ sha256sum
6222023-12-06T16:47:48.413Z++ awk '{print $1}'
6232023-12-06T16:47:48.483Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6242023-12-06T16:47:48.483Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6252023-12-06T16:47:48.487Z+ do_untar out/downloads/mgd.tar.gz
6262023-12-06T16:47:48.487Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6272023-12-06T16:47:49.170Z+ do_assemble
6282023-12-06T16:47:49.170Z+ rm -r ./out/mgd
6292023-12-06T16:47:49.174Z+ mkdir ./out/mgd
6302023-12-06T16:47:49.178Z+ cp -r out/downloads/root ./out/mgd/root
6312023-12-06T16:47:49.385Z+ set -o errexit
6322023-12-06T16:47:49.389Z+++ dirname ./tools/ci_download_transceiver_control
6332023-12-06T16:47:49.392Z++ cd ./tools
6342023-12-06T16:47:49.392Z++ pwd
6352023-12-06T16:47:49.392Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6362023-12-06T16:47:49.392Z++ basename ./tools/ci_download_transceiver_control
6372023-12-06T16:47:49.397Z+ ARG0=ci_download_transceiver_control
6382023-12-06T16:47:49.398Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6392023-12-06T16:47:49.398Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402023-12-06T16:47:49.398Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6412023-12-06T16:47:49.398Z+ TARGET_DIR=out
6422023-12-06T16:47:49.398Z+ DOWNLOAD_DIR=out/downloads
6432023-12-06T16:47:49.398Z+ DEST_DIR=./out/transceiver-control
6442023-12-06T16:47:49.398Z+ BIN_DIR=/opt/oxide/bin
6452023-12-06T16:47:49.398Z+ BINARY=xcvradm
6462023-12-06T16:47:49.398Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6472023-12-06T16:47:49.398Z+ REPO=oxidecomputer/transceiver-control
6482023-12-06T16:47:49.398Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492023-12-06T16:47:49.398Z+ main
6502023-12-06T16:47:49.399Z+ [[ 0 != 0 ]]
6512023-12-06T16:47:49.399Z+ CIDL_OS=solaris2.11
6522023-12-06T16:47:49.399Z+ [[ 0 != 0 ]]
6532023-12-06T16:47:49.399Z+ configure_os solaris2.11
6542023-12-06T16:47:49.399Z+ echo 'current directory: /work/oxidecomputer/omicron'
6552023-12-06T16:47:49.399Zcurrent directory: /work/oxidecomputer/omicron
6562023-12-06T16:47:49.399Z+ echo 'configuring based on OS: "solaris2.11"'
6572023-12-06T16:47:49.399Zconfiguring based on OS: "solaris2.11"
6582023-12-06T16:47:49.399Z+ case "$1" in
6592023-12-06T16:47:49.399Z+ SET_BINARIES=
6602023-12-06T16:47:49.399Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612023-12-06T16:47:49.399Z+ CIDL_SHA256FUNC=do_sha256sum
6622023-12-06T16:47:49.399Z+ ARCHIVE_FILENAME=xcvradm.gz
6632023-12-06T16:47:49.399Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6642023-12-06T16:47:49.399Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6652023-12-06T16:47:49.399Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6662023-12-06T16:47:49.399ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6672023-12-06T16:47:49.399Z+ echo 'Local file: out/downloads/xcvradm.gz'
6682023-12-06T16:47:49.399ZLocal file: out/downloads/xcvradm.gz
6692023-12-06T16:47:49.399Z+ mkdir -p out/downloads
6702023-12-06T16:47:49.399Z+ mkdir -p ./out/transceiver-control
6712023-12-06T16:47:49.404Z+ fetch_and_verify
6722023-12-06T16:47:49.404Z+ local DO_DOWNLOAD=true
6732023-12-06T16:47:49.404Z+ [[ -f out/downloads/xcvradm.gz ]]
6742023-12-06T16:47:49.404Z+ '[' true == true ']'
6752023-12-06T16:47:49.404Z+ echo Downloading...
6762023-12-06T16:47:49.404ZDownloading...
6772023-12-06T16:47:49.404Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6782023-12-06T16:47:49.404Z+ 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
6792023-12-06T16:47:52.108Z++ do_sha256sum out/downloads/xcvradm.gz
6802023-12-06T16:47:52.111Z++ sha256sum
6812023-12-06T16:47:52.112Z++ awk '{print $1}'
6822023-12-06T16:47:52.134Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6832023-12-06T16:47:52.134Z+ [[ 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 ]]
6842023-12-06T16:47:52.134Z+ do_unpack out/downloads/xcvradm.gz
6852023-12-06T16:47:52.141Z+ mkdir -p out/downloads/root//opt/oxide/bin
6862023-12-06T16:47:52.146Z+ gzip -dc out/downloads/xcvradm.gz
6872023-12-06T16:47:52.323Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6882023-12-06T16:47:52.340Z+ do_assemble
6892023-12-06T16:47:52.340Z+ rm -r ./out/transceiver-control
6902023-12-06T16:47:52.340Z+ mkdir ./out/transceiver-control
6912023-12-06T16:47:52.340Z+ cp -r out/downloads/root ./out/transceiver-control/root
6922023-12-06T16:47:52.556ZAll prerequisites installed successfully
6932023-12-06T16:47:52.560Z
6942023-12-06T16:47:52.560Zreal 2:21.102907619
6952023-12-06T16:47:52.560Zuser 56.491349859
6962023-12-06T16:47:52.560Zsys 11.216565273
6972023-12-06T16:47:52.560Ztrap 0.024171317
6982023-12-06T16:47:52.560Ztflt 0.211283359
6992023-12-06T16:47:52.560Zdflt 0.686716955
7002023-12-06T16:47:52.560Zkflt 0.243967797
7012023-12-06T16:47:52.560Zlock 2.148638013
7022023-12-06T16:47:52.560Zslp 4:24.225210942
7032023-12-06T16:47:52.560Zlat 4.362233971
7042023-12-06T16:47:52.560Zstop 0.060303868
7052023-12-06T16:47:52.560Z+ banner end-to-end-tests
7062023-12-06T16:47:52.602Z
7072023-12-06T16:47:52.602Z ###### # # ##### ##### #### ###### # # #####
7082023-12-06T16:47:52.602Z # ## # # # # # # # ## # # #
7092023-12-06T16:47:52.602Z ##### # # # # # ##### # # # ##### ##### # # # # #
7102023-12-06T16:47:52.602Z # # # # # # # # # # # # # # #
7112023-12-06T16:47:52.602Z # # ## # # # # # # # ## # #
7122023-12-06T16:47:52.602Z ###### # # ##### # #### ###### # # #####
7132023-12-06T16:47:52.602Z
7142023-12-06T16:47:52.606Z+ export CARGO_PROFILE_DEV_DEBUG=1
7152023-12-06T16:47:52.606Z+ CARGO_PROFILE_DEV_DEBUG=1
7162023-12-06T16:47:52.606Z+ export CARGO_PROFILE_TEST_DEBUG=1
7172023-12-06T16:47:52.607Z+ CARGO_PROFILE_TEST_DEBUG=1
7182023-12-06T16:47:52.607Z+ export CARGO_INCREMENTAL=0
7192023-12-06T16:47:52.607Z+ CARGO_INCREMENTAL=0
7202023-12-06T16:47:52.607Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7212023-12-06T16:47:52.975Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7222023-12-06T16:47:53.368Z Updating crates.io index
7232023-12-06T16:47:53.372Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7242023-12-06T16:47:54.318Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7252023-12-06T16:47:56.332Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7262023-12-06T16:47:56.971Z Updating git repository `http://github.com/oxidecomputer/tofino`
7272023-12-06T16:47:57.307Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7282023-12-06T16:47:57.653Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7292023-12-06T16:47:57.981Z Updating git repository `https://github.com/oxidecomputer/propolis`
7302023-12-06T16:48:00.306Z Updating git repository `https://github.com/oxidecomputer/crucible`
7312023-12-06T16:48:02.515Z Updating git repository `https://github.com/oxidecomputer/opte`
7322023-12-06T16:48:03.576Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7332023-12-06T16:48:04.313Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342023-12-06T16:48:04.595Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7352023-12-06T16:48:04.953Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362023-12-06T16:48:05.272Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372023-12-06T16:48:05.709Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382023-12-06T16:48:05.989Z Updating git repository `https://github.com/njaremko/samael`
7392023-12-06T16:48:06.537Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7402023-12-06T16:48:07.115Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7412023-12-06T16:48:07.570Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7422023-12-06T16:48:07.875Z Updating git repository `https://github.com/jgallagher/nix`
7432023-12-06T16:48:09.164Z Updating git repository `https://github.com/cbiffle/hubpack`
7442023-12-06T16:48:09.916Z Updating git repository `https://github.com/oxidecomputer/typify`
7452023-12-06T16:48:10.665Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7462023-12-06T16:48:11.056Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7472023-12-06T16:48:11.374Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7482023-12-06T16:48:13.121Z Downloading crates ...
7492023-12-06T16:48:13.365Z Downloaded proc-macro-error v1.0.4
7502023-12-06T16:48:13.381Z Downloaded difflib v0.4.0
7512023-12-06T16:48:13.388Z Downloaded num_threads v0.1.6
7522023-12-06T16:48:13.392Z Downloaded diesel_table_macro_syntax v0.1.0
7532023-12-06T16:48:13.396Z Downloaded addr2line v0.21.0
7542023-12-06T16:48:13.400Z Downloaded mime v0.3.17
7552023-12-06T16:48:13.404Z Downloaded block-padding v0.3.3
7562023-12-06T16:48:13.409Z Downloaded clap_lex v0.5.1
7572023-12-06T16:48:13.416Z Downloaded pest v2.7.2
7582023-12-06T16:48:13.431Z Downloaded dirs-sys v0.4.1
7592023-12-06T16:48:13.439Z Downloaded postcard v0.7.3
7602023-12-06T16:48:13.447Z Downloaded curve25519-dalek-derive v0.1.0
7612023-12-06T16:48:13.469Z Downloaded digest v0.10.7
7622023-12-06T16:48:13.469Z Downloaded bit-set v0.5.3
7632023-12-06T16:48:13.469Z Downloaded async-trait v0.1.74
7642023-12-06T16:48:13.483Z Downloaded predicates v3.0.4
7652023-12-06T16:48:13.483Z Downloaded bit-vec v0.6.3
7662023-12-06T16:48:13.483Z Downloaded atomic-waker v1.1.1
7672023-12-06T16:48:13.483Z Downloaded parse-display-derive v0.8.2
7682023-12-06T16:48:13.495Z Downloaded parking_lot_core v0.9.8
7692023-12-06T16:48:13.496Z Downloaded num-integer v0.1.45
7702023-12-06T16:48:13.496Z Downloaded polyval v0.6.1
7712023-12-06T16:48:13.509Z Downloaded convert_case v0.4.0
7722023-12-06T16:48:13.510Z Downloaded proc-macro-crate v1.3.1
7732023-12-06T16:48:13.510Z Downloaded postcard-cobs v0.1.5-pre
7742023-12-06T16:48:13.511Z Downloaded pin-utils v0.1.0
7752023-12-06T16:48:13.511Z Downloaded paste v1.0.14
7762023-12-06T16:48:13.534Z Downloaded usdt-attr-macro v0.3.5
7772023-12-06T16:48:13.535Z Downloaded toolchain_find v0.2.0
7782023-12-06T16:48:13.535Z Downloaded ctr v0.9.2
7792023-12-06T16:48:13.536Z Downloaded rand_chacha v0.2.2
7802023-12-06T16:48:13.549Z Downloaded const-oid v0.9.5
7812023-12-06T16:48:13.549Z Downloaded equivalent v1.0.1
7822023-12-06T16:48:13.549Z Downloaded crypto-common v0.1.6
7832023-12-06T16:48:13.549Z Downloaded rand_core v0.6.4
7842023-12-06T16:48:13.549Z Downloaded proc-macro-error-attr v1.0.4
7852023-12-06T16:48:13.549Z Downloaded colored v2.0.4
7862023-12-06T16:48:13.549Z Downloaded pin-project-lite v0.2.13
7872023-12-06T16:48:13.558Z Downloaded ident_case v1.0.1
7882023-12-06T16:48:13.558Z Downloaded foreign-types-macros v0.2.3
7892023-12-06T16:48:13.559Z Downloaded data-encoding v2.4.0
7902023-12-06T16:48:13.579Z Downloaded enum-as-inner v0.5.1
7912023-12-06T16:48:13.579Z Downloaded want v0.3.1
7922023-12-06T16:48:13.579Z Downloaded password-hash v0.4.2
7932023-12-06T16:48:13.580Z Downloaded ed25519 v2.2.2
7942023-12-06T16:48:13.580Z Downloaded postgres-protocol v0.6.6
7952023-12-06T16:48:13.591Z Downloaded pin-project-internal v1.1.3
7962023-12-06T16:48:13.591Z Downloaded chacha20 v0.9.1
7972023-12-06T16:48:13.591Z Downloaded pest_derive v2.7.2
7982023-12-06T16:48:13.591Z Downloaded foreign-types-shared v0.3.1
7992023-12-06T16:48:13.599Z Downloaded is-terminal v0.4.9
8002023-12-06T16:48:13.599Z Downloaded group v0.13.0
8012023-12-06T16:48:13.599Z Downloaded tinyvec_macros v0.1.1
8022023-12-06T16:48:13.599Z Downloaded num-derive v0.4.0
8032023-12-06T16:48:13.607Z Downloaded password-hash v0.5.0
8042023-12-06T16:48:13.607Z Downloaded keccak v0.1.4
8052023-12-06T16:48:13.607Z Downloaded heck v0.3.3
8062023-12-06T16:48:13.613Z Downloaded rustls-native-certs v0.6.3
8072023-12-06T16:48:13.614Z Downloaded version_check v0.9.4
8082023-12-06T16:48:13.620Z Downloaded vec_map v0.8.2
8092023-12-06T16:48:13.620Z Downloaded iana-time-zone v0.1.57
8102023-12-06T16:48:13.638Z Downloaded foreign-types-shared v0.1.1
8112023-12-06T16:48:13.638Z Downloaded thiserror-impl-no-std v2.0.2
8122023-12-06T16:48:13.638Z Downloaded thiserror-impl v1.0.49
8132023-12-06T16:48:13.642Z Downloaded match_cfg v0.1.0
8142023-12-06T16:48:13.642Z Downloaded slog-scope v4.4.0
8152023-12-06T16:48:13.642Z Downloaded slog-stdlog v4.1.1
8162023-12-06T16:48:13.642Z Downloaded matches v0.1.10
8172023-12-06T16:48:13.642Z Downloaded num-rational v0.4.1
8182023-12-06T16:48:13.642Z Downloaded hubpack_derive v0.1.1
8192023-12-06T16:48:13.642Z Downloaded macaddr v1.0.1
8202023-12-06T16:48:13.646Z Downloaded httpdate v1.0.3
8212023-12-06T16:48:13.646Z Downloaded console v0.15.7
8222023-12-06T16:48:13.653Z Downloaded semver-parser v0.10.2
8232023-12-06T16:48:13.657Z Downloaded pin-project v1.1.3
8242023-12-06T16:48:13.678Z Downloaded time-macros v0.2.13
8252023-12-06T16:48:13.713Z Downloaded time-core v0.1.1
8262023-12-06T16:48:13.713Z Downloaded whoami v1.4.1
8272023-12-06T16:48:13.713Z Downloaded form_urlencoded v1.2.1
8282023-12-06T16:48:13.714Z Downloaded miniz_oxide v0.7.1
8292023-12-06T16:48:13.714Z Downloaded serde_repr v0.1.16
8302023-12-06T16:48:13.714Z Downloaded thiserror-no-std v2.0.2
8312023-12-06T16:48:13.714Z Downloaded float-cmp v0.9.0
8322023-12-06T16:48:13.732Z Downloaded waitgroup v0.1.2
8332023-12-06T16:48:13.733Z Downloaded arc-swap v1.6.0
8342023-12-06T16:48:13.733Z Downloaded futures-task v0.3.29
8352023-12-06T16:48:13.733Z Downloaded foreign-types v0.5.0
8362023-12-06T16:48:13.733Z Downloaded tinyvec v1.6.0
8372023-12-06T16:48:13.746Z Downloaded errno v0.3.2
8382023-12-06T16:48:13.747Z Downloaded hyper-rustls v0.24.2
8392023-12-06T16:48:13.747Z Downloaded string_cache v0.8.7
8402023-12-06T16:48:13.747Z Downloaded russh-cryptovec v0.7.0
8412023-12-06T16:48:13.747Z Downloaded slab v0.4.9
8422023-12-06T16:48:13.748Z Downloaded headers v0.3.9
8432023-12-06T16:48:13.761Z Downloaded walkdir v2.4.0
8442023-12-06T16:48:13.775Z Downloaded try-lock v0.2.4
8452023-12-06T16:48:13.776Z Downloaded zeroize v1.7.0
8462023-12-06T16:48:13.776Z Downloaded stringprep v0.1.3
8472023-12-06T16:48:13.776Z Downloaded zeroize_derive v1.4.2
8482023-12-06T16:48:13.776Z Downloaded subprocess v0.2.9
8492023-12-06T16:48:13.786Z Downloaded headers-core v0.2.0
8502023-12-06T16:48:13.787Z Downloaded libefi-sys v0.1.0
8512023-12-06T16:48:13.787Z Downloaded futures-core v0.3.29
8522023-12-06T16:48:13.787Z Downloaded toml_datetime v0.6.5
8532023-12-06T16:48:13.787Z Downloaded heapless v0.7.16
8542023-12-06T16:48:14.205Z Downloaded strum v0.25.0
8552023-12-06T16:48:14.205Z Downloaded foreign-types v0.3.2
8562023-12-06T16:48:14.205Z Downloaded flate2 v1.0.28
8572023-12-06T16:48:14.206Z Downloaded signal-hook-mio v0.2.3
8582023-12-06T16:48:14.206Z Downloaded futures-executor v0.3.29
8592023-12-06T16:48:14.206Z Downloaded tungstenite v0.20.1
8602023-12-06T16:48:14.206Z Downloaded synstructure v0.12.6
8612023-12-06T16:48:14.206Z Downloaded fastrand v2.0.0
8622023-12-06T16:48:14.207Z Downloaded stable_deref_trait v1.2.0
8632023-12-06T16:48:14.207Z Downloaded utf-8 v0.7.6
8642023-12-06T16:48:14.207Z Downloaded usdt-macro v0.3.5
8652023-12-06T16:48:14.207Z Downloaded usdt v0.3.5
8662023-12-06T16:48:14.207Z Downloaded tracing-attributes v0.1.26
8672023-12-06T16:48:14.207Z Downloaded structmeta v0.2.0
8682023-12-06T16:48:14.208Z Downloaded fixedbitset v0.4.2
8692023-12-06T16:48:14.208Z Downloaded schemars_derive v0.8.13
8702023-12-06T16:48:14.208Z Downloaded heck v0.4.1
8712023-12-06T16:48:14.209Z Downloaded socket2 v0.4.9
8722023-12-06T16:48:14.209Z Downloaded thread-id v4.2.0
8732023-12-06T16:48:14.209Z Downloaded hostname v0.3.1
8742023-12-06T16:48:14.209Z Downloaded rustfmt-wrapper v0.2.0
8752023-12-06T16:48:14.209Z Downloaded serde_path_to_error v0.1.14
8762023-12-06T16:48:14.209Z Downloaded ghash v0.5.0
8772023-12-06T16:48:14.209Z Downloaded serde_tokenstream v0.1.7
8782023-12-06T16:48:14.210Z Downloaded static_assertions v1.1.0
8792023-12-06T16:48:14.210Z Downloaded serde v1.0.192
8802023-12-06T16:48:14.210Z Downloaded utf8parse v0.2.1
8812023-12-06T16:48:14.210Z Downloaded slog-json v2.6.1
8822023-12-06T16:48:14.210Z Downloaded snafu-derive v0.7.5
8832023-12-06T16:48:14.210Z Downloaded fxhash v0.2.1
8842023-12-06T16:48:14.210Z Downloaded serde_yaml v0.9.25
8852023-12-06T16:48:14.211Z Downloaded md-5 v0.10.5
8862023-12-06T16:48:14.211Z Downloaded fnv v1.0.7
8872023-12-06T16:48:14.211Z Downloaded rustc_version v0.4.0
8882023-12-06T16:48:14.211Z Downloaded unicode-width v0.1.11
8892023-12-06T16:48:14.211Z Downloaded io-lifetimes v1.0.11
8902023-12-06T16:48:14.212Z Downloaded term v0.7.0
8912023-12-06T16:48:14.212Z Downloaded log v0.4.20
8922023-12-06T16:48:14.212Z Downloaded uuid v1.6.1
8932023-12-06T16:48:14.212Z Downloaded hashbrown v0.13.2
8942023-12-06T16:48:14.212Z Downloaded rustc-demangle v0.1.23
8952023-12-06T16:48:14.212Z Downloaded zip v0.6.6
8962023-12-06T16:48:14.212Z Downloaded ryu v1.0.15
8972023-12-06T16:48:14.212Z Downloaded unicode-xid v0.2.4
8982023-12-06T16:48:14.212Z Downloaded scheduled-thread-pool v0.2.7
8992023-12-06T16:48:14.213Z Downloaded tempfile v3.8.1
9002023-12-06T16:48:14.213Z Downloaded ff v0.13.0
9012023-12-06T16:48:14.213Z Downloaded socket2 v0.5.5
9022023-12-06T16:48:14.213Z Downloaded half v1.8.2
9032023-12-06T16:48:14.213Z Downloaded schemars v0.8.13
9042023-12-06T16:48:14.213Z Downloaded trust-dns-resolver v0.22.0
9052023-12-06T16:48:14.213Z Downloaded tokio-postgres v0.7.10
9062023-12-06T16:48:14.213Z Downloaded spin v0.9.8
9072023-12-06T16:48:14.213Z Downloaded unicode-ident v1.0.12
9082023-12-06T16:48:14.213Z Downloaded unicode-bidi v0.3.13
9092023-12-06T16:48:14.213Z Downloaded rustls-webpki v0.101.7
9102023-12-06T16:48:14.213Z Downloaded zerocopy v0.6.4
9112023-12-06T16:48:14.213Z Downloaded tracing v0.1.37
9122023-12-06T16:48:14.213Z Downloaded elliptic-curve v0.13.5
9132023-12-06T16:48:14.213Z Downloaded snafu v0.7.5
9142023-12-06T16:48:14.213Z Downloaded unicode-normalization v0.1.22
9152023-12-06T16:48:14.213Z Downloaded futures-util v0.3.29
9162023-12-06T16:48:14.213Z Downloaded http v0.2.11
9172023-12-06T16:48:14.213Z Downloaded hashbrown v0.12.3
9182023-12-06T16:48:14.213Z Downloaded itertools v0.11.0
9192023-12-06T16:48:14.213Z Downloaded serde_with v2.3.3
9202023-12-06T16:48:14.213Z Downloaded hashbrown v0.14.2
9212023-12-06T16:48:14.213Z Downloaded libm v0.2.7
9222023-12-06T16:48:14.214Z Downloaded toml_edit v0.19.15
9232023-12-06T16:48:14.214Z Downloaded curve25519-dalek v4.1.0
9242023-12-06T16:48:14.218Z Downloaded time v0.3.27
9252023-12-06T16:48:14.218Z Downloaded webpki-roots v0.25.2
9262023-12-06T16:48:14.224Z Downloaded trust-dns-proto v0.22.0
9272023-12-06T16:48:14.248Z Downloaded syn v2.0.32
9282023-12-06T16:48:14.268Z Downloaded serde_json v1.0.108
9292023-12-06T16:48:14.280Z Downloaded vcpkg v0.2.15
9302023-12-06T16:48:14.354Z Downloaded object v0.32.1
9312023-12-06T16:48:14.372Z Downloaded bstr v0.2.17
9322023-12-06T16:48:14.394Z Downloaded smoltcp v0.8.2
9332023-12-06T16:48:14.410Z Downloaded syn v1.0.109
9342023-12-06T16:48:14.428Z Downloaded rustls v0.21.9
9352023-12-06T16:48:14.448Z Downloaded idna v0.5.0
9362023-12-06T16:48:14.458Z Downloaded rustix v0.37.23
9372023-12-06T16:48:14.494Z Downloaded idna v0.2.3
9382023-12-06T16:48:14.530Z Downloaded zerocopy-derive v0.6.4
9392023-12-06T16:48:14.547Z Downloaded zerocopy-derive v0.2.0
9402023-12-06T16:48:14.573Z Downloaded regex-automata v0.4.3
9412023-12-06T16:48:14.615Z Downloaded sled v0.34.7
9422023-12-06T16:48:14.631Z Downloaded bzip2-sys v0.1.11+1.0.8
9432023-12-06T16:48:14.631Z Downloaded regex-automata v0.3.8
9442023-12-06T16:48:14.655Z Downloaded libc v0.2.150
9452023-12-06T16:48:14.715Z Downloaded tokio v1.34.0
9462023-12-06T16:48:14.757Z Downloaded rustix v0.38.25
9472023-12-06T16:48:14.790Z Downloaded openapiv3 v2.0.0-rc.1
9482023-12-06T16:48:14.814Z Downloaded gimli v0.28.0
9492023-12-06T16:48:14.827Z Downloaded sha3 v0.10.8
9502023-12-06T16:48:14.836Z Downloaded bstr v1.6.0
9512023-12-06T16:48:14.865Z Downloaded winapi v0.3.9
9522023-12-06T16:48:14.932Z Downloaded regex-syntax v0.8.2
9532023-12-06T16:48:14.945Z Downloaded h2 v0.3.21
9542023-12-06T16:48:14.956Z Downloaded smoltcp v0.9.1
9552023-12-06T16:48:14.976Z Downloaded encoding_rs v0.8.33
9562023-12-06T16:48:15.014Z Downloaded regex-syntax v0.7.5
9572023-12-06T16:48:15.033Z Downloaded diesel v2.1.4
9582023-12-06T16:48:15.069Z Downloaded chrono v0.4.31
9592023-12-06T16:48:15.083Z Downloaded clap v2.34.0
9602023-12-06T16:48:15.093Z Downloaded hkdf v0.12.3
9612023-12-06T16:48:15.093Z Downloaded petgraph v0.6.4
9622023-12-06T16:48:15.189Z Downloaded winnow v0.5.15
9632023-12-06T16:48:15.206Z Downloaded regex v1.10.2
9642023-12-06T16:48:15.206Z Downloaded openssl v0.10.60
9652023-12-06T16:48:15.206Z Downloaded regress v0.7.1
9662023-12-06T16:48:15.206Z Downloaded itertools v0.12.0
9672023-12-06T16:48:15.206Z Downloaded russh v0.39.0
9682023-12-06T16:48:15.221Z Downloaded unicode-segmentation v1.10.1
9692023-12-06T16:48:15.221Z Downloaded radix_trie v0.2.1
9702023-12-06T16:48:15.221Z Downloaded clap_builder v4.4.2
9712023-12-06T16:48:15.233Z Downloaded hyper v0.14.27
9722023-12-06T16:48:15.663Z Downloaded itertools v0.10.5
9732023-12-06T16:48:15.678Z Downloaded trust-dns-server v0.22.1
9742023-12-06T16:48:15.678Z Downloaded url v2.5.0
9752023-12-06T16:48:15.678Z Downloaded trust-dns-client v0.22.0
9762023-12-06T16:48:15.679Z Downloaded ed25519-dalek v2.0.0
9772023-12-06T16:48:15.679Z Downloaded aho-corasick v1.0.4
9782023-12-06T16:48:15.679Z Downloaded reqwest v0.11.22
9792023-12-06T16:48:15.679Z Downloaded inout v0.1.3
9802023-12-06T16:48:15.679Z Downloaded serde_with_macros v2.3.3
9812023-12-06T16:48:15.679Z Downloaded der v0.7.8
9822023-12-06T16:48:15.680Z Downloaded toml_edit v0.21.0
9832023-12-06T16:48:15.680Z Downloaded tokio-util v0.7.10
9842023-12-06T16:48:15.680Z Downloaded getrandom v0.2.10
9852023-12-06T16:48:15.680Z Downloaded spki v0.7.2
9862023-12-06T16:48:15.680Z Downloaded filetime v0.2.23
9872023-12-06T16:48:15.680Z Downloaded terminal_size v0.2.6
9882023-12-06T16:48:15.681Z Downloaded vsss-rs v3.3.1
9892023-12-06T16:48:15.681Z Downloaded indexmap v2.1.0
9902023-12-06T16:48:15.681Z Downloaded mio v0.8.9
9912023-12-06T16:48:15.681Z Downloaded same-file v1.0.6
9922023-12-06T16:48:15.681Z Downloaded managed v0.8.0
9932023-12-06T16:48:15.681Z Downloaded ring v0.17.5
9942023-12-06T16:48:15.681Z Downloaded thiserror v1.0.49
9952023-12-06T16:48:15.682Z Downloaded slog v2.7.0
9962023-12-06T16:48:15.682Z Downloaded aes-gcm v0.10.3
9972023-12-06T16:48:15.682Z Downloaded untrusted v0.7.1
9982023-12-06T16:48:15.682Z Downloaded crossterm v0.27.0
9992023-12-06T16:48:15.682Z Downloaded futures-channel v0.3.29
10002023-12-06T16:48:15.683Z Downloaded memchr v2.6.3
10012023-12-06T16:48:15.683Z Downloaded ring v0.16.20
10022023-12-06T16:48:16.179Z Downloaded glob v0.3.1
10032023-12-06T16:48:16.223Z Downloaded generic-array v0.14.7
10042023-12-06T16:48:16.224Z Downloaded tokio-rustls v0.24.1
10052023-12-06T16:48:16.224Z Downloaded regex-automata v0.1.10
10062023-12-06T16:48:16.224Z Downloaded linked-hash-map v0.5.6
10072023-12-06T16:48:16.224Z Downloaded getrandom v0.1.16
10082023-12-06T16:48:16.225Z Downloaded getopts v0.2.21
10092023-12-06T16:48:16.225Z Downloaded sha2 v0.10.8
10102023-12-06T16:48:16.225Z Downloaded tar v0.4.40
10112023-12-06T16:48:16.225Z Downloaded num-bigint v0.4.4
10122023-12-06T16:48:16.225Z Downloaded yasna v0.5.2
10132023-12-06T16:48:16.225Z Downloaded serde_derive v1.0.192
10142023-12-06T16:48:16.225Z Downloaded slog-term v2.9.0
10152023-12-06T16:48:16.225Z Downloaded structopt v0.3.26
10162023-12-06T16:48:16.225Z Downloaded futures-io v0.3.29
10172023-12-06T16:48:16.225Z Downloaded slog-bunyan v2.4.0
10182023-12-06T16:48:16.226Z Downloaded smf v0.2.2
10192023-12-06T16:48:16.226Z Downloaded tokio-stream v0.1.14
10202023-12-06T16:48:16.226Z Downloaded lazy_static v1.4.0
10212023-12-06T16:48:16.226Z Downloaded tokio-tungstenite v0.20.1
10222023-12-06T16:48:16.226Z Downloaded hyper-staticfile v0.9.5
10232023-12-06T16:48:16.226Z Downloaded toml v0.7.8
10242023-12-06T16:48:16.226Z Downloaded indexmap v1.9.3
10252023-12-06T16:48:16.226Z Downloaded slog-dtrace v0.2.3
10262023-12-06T16:48:16.227Z Downloaded serde_derive_internals v0.26.0
10272023-12-06T16:48:16.227Z Downloaded similar v2.2.1
10282023-12-06T16:48:16.227Z Downloaded crossbeam-channel v0.5.8
10292023-12-06T16:48:16.227Z Downloaded signal-hook v0.3.17
10302023-12-06T16:48:16.227Z Downloaded tower-service v0.3.2
10312023-12-06T16:48:16.227Z Downloaded md5 v0.7.0
10322023-12-06T16:48:16.227Z Downloaded textwrap v0.11.0
10332023-12-06T16:48:16.227Z Downloaded strsim v0.10.0
10342023-12-06T16:48:16.227Z Downloaded httparse v1.8.0
10352023-12-06T16:48:16.228Z Downloaded aes v0.8.3
10362023-12-06T16:48:16.228Z Downloaded futures v0.3.29
10372023-12-06T16:48:16.228Z Downloaded unsafe-libyaml v0.2.9
10382023-12-06T16:48:16.228Z Downloaded rand v0.7.3
10392023-12-06T16:48:16.228Z Downloaded derive_more v0.99.17
10402023-12-06T16:48:16.228Z Downloaded kstat-rs v0.2.3
10412023-12-06T16:48:16.228Z Downloaded tracing-core v0.1.31
10422023-12-06T16:48:16.228Z Downloaded untrusted v0.9.0
10432023-12-06T16:48:16.228Z Downloaded smallvec v1.11.0
10442023-12-06T16:48:16.229Z Downloaded fallible-iterator v0.2.0
10452023-12-06T16:48:16.229Z Downloaded zerocopy v0.3.0
10462023-12-06T16:48:16.229Z Downloaded hmac v0.12.1
10472023-12-06T16:48:16.229Z Downloaded base64 v0.21.5
10482023-12-06T16:48:16.229Z Downloaded sct v0.7.0
10492023-12-06T16:48:16.229Z Downloaded toml v0.5.11
10502023-12-06T16:48:16.230Z Downloaded strsim v0.8.0
10512023-12-06T16:48:16.230Z Downloaded signature v2.1.0
10522023-12-06T16:48:16.230Z Downloaded serde_urlencoded v0.7.1
10532023-12-06T16:48:16.230Z Downloaded rcgen v0.11.3
10542023-12-06T16:48:16.230Z Downloaded siphasher v0.3.11
10552023-12-06T16:48:16.230Z Downloaded signal-hook-registry v1.4.1
10562023-12-06T16:48:16.230Z Downloaded http-body v0.4.5
10572023-12-06T16:48:16.230Z Downloaded zone v0.3.0
10582023-12-06T16:48:16.231Z Downloaded chacha20poly1305 v0.10.1
10592023-12-06T16:48:16.231Z Downloaded serde_spanned v0.6.4
10602023-12-06T16:48:16.231Z Downloaded ucd-trie v0.1.6
10612023-12-06T16:48:16.231Z Downloaded typenum v1.16.0
10622023-12-06T16:48:16.231Z Downloaded semver v1.0.20
10632023-12-06T16:48:16.231Z Downloaded semver v0.11.0
10642023-12-06T16:48:16.231Z Downloaded structopt-derive v0.4.18
10652023-12-06T16:48:16.231Z Downloaded rand v0.8.5
10662023-12-06T16:48:16.231Z Downloaded itoa v1.0.9
10672023-12-06T16:48:16.231Z Downloaded openssl-sys v0.9.96
10682023-12-06T16:48:16.232Z Downloaded secrecy v0.8.0
10692023-12-06T16:48:16.232Z Downloaded rustversion v1.0.14
10702023-12-06T16:48:16.232Z Downloaded home v0.5.5
10712023-12-06T16:48:16.232Z Downloaded lock_api v0.4.10
10722023-12-06T16:48:16.232Z Downloaded crypto-bigint v0.5.2
10732023-12-06T16:48:16.232Z Downloaded futures-sink v0.3.29
10742023-12-06T16:48:16.232Z Downloaded futures-macro v0.3.29
10752023-12-06T16:48:16.232Z Downloaded structmeta-derive v0.2.0
10762023-12-06T16:48:16.232Z Downloaded slog-async v2.8.0
10772023-12-06T16:48:16.232Z Downloaded proc-macro2 v1.0.69
10782023-12-06T16:48:16.233Z Downloaded backtrace v0.3.69
10792023-12-06T16:48:16.233Z Downloaded russh-keys v0.38.0
10802023-12-06T16:48:16.233Z Downloaded lalrpop-util v0.19.12
10812023-12-06T16:48:16.233Z Downloaded subtle v2.5.0
10822023-12-06T16:48:16.233Z Downloaded strum_macros v0.25.2
10832023-12-06T16:48:16.233Z Downloaded spin v0.5.2
10842023-12-06T16:48:16.233Z Downloaded serde_tokenstream v0.2.0
10852023-12-06T16:48:16.233Z Downloaded hex v0.4.3
10862023-12-06T16:48:16.233Z Downloaded either v1.9.0
10872023-12-06T16:48:16.233Z Downloaded slog-envlogger v2.2.0
10882023-12-06T16:48:16.233Z Downloaded clap v4.4.3
10892023-12-06T16:48:16.234Z Downloaded ahash v0.8.3
10902023-12-06T16:48:16.234Z Downloaded ipnet v2.8.0
10912023-12-06T16:48:16.234Z Downloaded scopeguard v1.2.0
10922023-12-06T16:48:16.234Z Downloaded cc v1.0.83
10932023-12-06T16:48:16.234Z Downloaded sha1 v0.10.6
10942023-12-06T16:48:16.234Z Downloaded lru-cache v0.1.2
10952023-12-06T16:48:16.234Z Downloaded xattr v1.0.1
10962023-12-06T16:48:16.235Z Downloaded http-range v0.1.5
10972023-12-06T16:48:16.235Z Downloaded take_mut v0.2.2
10982023-12-06T16:48:16.235Z Downloaded toml v0.8.8
10992023-12-06T16:48:16.235Z Downloaded omicron-zone-package v0.9.1
11002023-12-06T16:48:16.235Z Downloaded hex-literal v0.4.1
11012023-12-06T16:48:16.235Z Downloaded poly1305 v0.8.0
11022023-12-06T16:48:16.235Z Downloaded thread_local v1.1.7
11032023-12-06T16:48:16.254Z Downloaded once_cell v1.18.0
11042023-12-06T16:48:16.254Z Downloaded num-traits v0.2.16
11052023-12-06T16:48:16.254Z Downloaded hyper-tls v0.5.0
11062023-12-06T16:48:16.254Z Downloaded ipnetwork v0.20.0
11072023-12-06T16:48:16.255Z Downloaded hash32 v0.2.1
11082023-12-06T16:48:16.255Z Downloaded crc32fast v1.3.2
11092023-12-06T16:48:16.255Z Downloaded quote v1.0.33
11102023-12-06T16:48:16.255Z Downloaded dirs v5.0.1
11112023-12-06T16:48:16.255Z Downloaded argon2 v0.5.2
11122023-12-06T16:48:16.255Z Downloaded ansi_term v0.12.1
11132023-12-06T16:48:16.255Z Downloaded instant v0.1.12
11142023-12-06T16:48:16.256Z Downloaded anstyle-parse v0.2.1
11152023-12-06T16:48:16.256Z Downloaded crossbeam-utils v0.8.16
11162023-12-06T16:48:16.256Z Downloaded blake2 v0.10.6
11172023-12-06T16:48:16.256Z Downloaded platforms v3.0.2
11182023-12-06T16:48:16.256Z Downloaded bytes v1.5.0
11192023-12-06T16:48:16.256Z Downloaded darling_core v0.20.3
11202023-12-06T16:48:16.256Z Downloaded base64ct v1.6.0
11212023-12-06T16:48:16.256Z Downloaded cancel-safe-futures v0.1.5
11222023-12-06T16:48:16.256Z Downloaded zone_cfg_derive v0.3.0
11232023-12-06T16:48:16.256Z Downloaded rustls-pemfile v1.0.3
11242023-12-06T16:48:16.256Z Downloaded hubpack v0.1.2
11252023-12-06T16:48:16.257Z Downloaded usdt-impl v0.3.5
11262023-12-06T16:48:16.257Z Downloaded universal-hash v0.5.1
11272023-12-06T16:48:16.257Z Downloaded pkcs8 v0.10.2
11282023-12-06T16:48:16.257Z Downloaded darling v0.20.3
11292023-12-06T16:48:16.257Z Downloaded ciborium v0.2.1
11302023-12-06T16:48:16.269Z Downloaded num-complex v0.4.4
11312023-12-06T16:48:16.269Z Downloaded debug-ignore v1.0.5
11322023-12-06T16:48:16.270Z Downloaded rand_chacha v0.3.1
11332023-12-06T16:48:16.270Z Downloaded dirs-sys-next v0.1.2
11342023-12-06T16:48:16.270Z Downloaded cbc v0.1.2
11352023-12-06T16:48:16.270Z Downloaded dyn-clone v1.0.13
11362023-12-06T16:48:16.270Z Downloaded endian-type v0.1.2
11372023-12-06T16:48:16.270Z Downloaded unicase v2.7.0
11382023-12-06T16:48:16.270Z Downloaded crossbeam-epoch v0.9.15
11392023-12-06T16:48:16.280Z Downloaded anyhow v1.0.75
11402023-12-06T16:48:16.280Z Downloaded postgres-types v0.2.6
11412023-12-06T16:48:16.290Z Downloaded predicates-core v1.0.6
11422023-12-06T16:48:16.290Z Downloaded dirs-next v2.0.0
11432023-12-06T16:48:16.290Z Downloaded pkg-config v0.3.27
11442023-12-06T16:48:16.290Z Downloaded quick-error v1.2.3
11452023-12-06T16:48:16.291Z Downloaded autocfg v1.1.0
11462023-12-06T16:48:16.291Z Downloaded pest_meta v2.7.2
11472023-12-06T16:48:16.305Z Downloaded parking_lot v0.11.2
11482023-12-06T16:48:16.305Z Downloaded aead v0.5.2
11492023-12-06T16:48:16.305Z Downloaded base64 v0.13.1
11502023-12-06T16:48:16.312Z Downloaded cipher v0.4.4
11512023-12-06T16:48:16.313Z Downloaded bzip2 v0.4.4
11522023-12-06T16:48:16.313Z Downloaded parking_lot v0.12.1
11532023-12-06T16:48:16.313Z Downloaded diesel_derives v2.1.2
11542023-12-06T16:48:16.323Z Downloaded resolv-conf v0.7.0
11552023-12-06T16:48:16.334Z Downloaded backoff v0.4.0
11562023-12-06T16:48:16.335Z Downloaded bitflags v2.4.0
11572023-12-06T16:48:16.335Z Downloaded num_enum_derive v0.5.11
11582023-12-06T16:48:16.335Z Downloaded anstyle-query v1.0.0
11592023-12-06T16:48:16.347Z Downloaded bcrypt-pbkdf v0.10.0
11602023-12-06T16:48:16.347Z Downloaded tokio-macros v2.2.0
11612023-12-06T16:48:16.348Z Downloaded parking_lot_core v0.8.6
11622023-12-06T16:48:16.348Z Downloaded clap_derive v4.4.2
11632023-12-06T16:48:16.348Z Downloaded native-tls v0.2.11
11642023-12-06T16:48:16.356Z Downloaded mime_guess v2.0.4
11652023-12-06T16:48:16.356Z Downloaded byteorder v1.5.0
11662023-12-06T16:48:16.356Z Downloaded deranged v0.3.8
11672023-12-06T16:48:16.356Z Downloaded doc-comment v0.3.3
11682023-12-06T16:48:16.356Z Downloaded nibble_vec v0.1.0
11692023-12-06T16:48:16.356Z Downloaded ppv-lite86 v0.2.17
11702023-12-06T16:48:16.367Z Downloaded cfg-if v0.1.10
11712023-12-06T16:48:16.367Z Downloaded r2d2 v0.8.10
11722023-12-06T16:48:16.367Z Downloaded phf_shared v0.11.2
11732023-12-06T16:48:16.367Z Downloaded anstream v0.5.0
11742023-12-06T16:48:16.468Z Downloaded block-buffer v0.10.4
11752023-12-06T16:48:16.468Z Downloaded num-iter v0.1.43
11762023-12-06T16:48:16.469Z Downloaded ciborium-ll v0.2.1
11772023-12-06T16:48:16.469Z Downloaded normalize-line-endings v0.3.0
11782023-12-06T16:48:16.469Z Downloaded pretty-hex v0.4.0
11792023-12-06T16:48:16.469Z Downloaded openssl-macros v0.1.1
11802023-12-06T16:48:16.469Z Downloaded option-ext v0.2.0
11812023-12-06T16:48:16.469Z Downloaded ciborium-io v0.2.1
11822023-12-06T16:48:16.498Z Downloaded pretty-hex v0.2.1
11832023-12-06T16:48:16.498Z Downloaded blowfish v0.9.1
11842023-12-06T16:48:16.498Z Downloaded bitflags v1.3.2
11852023-12-06T16:48:16.498Z Downloaded multer v2.1.0
11862023-12-06T16:48:16.498Z Downloaded camino v1.1.6
11872023-12-06T16:48:16.498Z Downloaded cpufeatures v0.2.9
11882023-12-06T16:48:16.499Z Downloaded pbkdf2 v0.11.0
11892023-12-06T16:48:16.499Z Downloaded cfg-if v1.0.0
11902023-12-06T16:48:16.499Z Downloaded cstr-argument v0.1.2
11912023-12-06T16:48:16.499Z Downloaded dtrace-parser v0.1.14
11922023-12-06T16:48:16.499Z Downloaded parse-display v0.8.2
11932023-12-06T16:48:16.499Z Downloaded rand_core v0.5.1
11942023-12-06T16:48:16.499Z Downloaded percent-encoding v2.3.1
11952023-12-06T16:48:16.499Z Downloaded adler v1.0.2
11962023-12-06T16:48:16.499Z Downloaded phf v0.11.2
11972023-12-06T16:48:16.500Z Downloaded base16ct v0.2.0
11982023-12-06T16:48:16.500Z Downloaded memoffset v0.9.0
11992023-12-06T16:48:16.500Z Downloaded tokio-native-tls v0.3.1
12002023-12-06T16:48:16.500Z Downloaded pem v3.0.2
12012023-12-06T16:48:16.500Z Downloaded atomicwrites v0.4.2
12022023-12-06T16:48:16.500Z Downloaded async-stream v0.3.5
12032023-12-06T16:48:16.500Z Downloaded async-stream-impl v0.3.5
12042023-12-06T16:48:16.500Z Downloaded atty v0.2.14
12052023-12-06T16:48:16.500Z Downloaded precomputed-hash v0.1.1
12062023-12-06T16:48:16.501Z Downloaded pbkdf2 v0.12.2
12072023-12-06T16:48:16.501Z Downloaded phf_shared v0.10.0
12082023-12-06T16:48:16.501Z Downloaded opaque-debug v0.3.0
12092023-12-06T16:48:16.501Z Downloaded num v0.4.1
12102023-12-06T16:48:16.501Z Downloaded new_debug_unreachable v1.0.4
12112023-12-06T16:48:16.501Z Downloaded colorchoice v1.0.0
12122023-12-06T16:48:16.501Z Downloaded pem v1.1.1
12132023-12-06T16:48:16.501Z Downloaded num_enum v0.5.11
12142023-12-06T16:48:16.501Z Downloaded num_cpus v1.16.0
12152023-12-06T16:48:16.501Z Downloaded camino-tempfile v1.1.1
12162023-12-06T16:48:16.502Z Downloaded pest_generator v2.7.2
12172023-12-06T16:48:16.502Z Downloaded openssl-probe v0.1.5
12182023-12-06T16:48:16.502Z Downloaded darling_macro v0.20.3
12192023-12-06T16:48:16.502Z Downloaded anstyle v1.0.2
12202023-12-06T16:48:16.502Z Downloaded dof v0.1.5
12212023-12-06T16:48:16.502Z Downloaded crucible-workspace-hack v0.1.0
12222023-12-06T16:48:16.834Z Compiling proc-macro2 v1.0.69
12232023-12-06T16:48:16.834Z Compiling unicode-ident v1.0.12
12242023-12-06T16:48:16.845Z Compiling libc v0.2.150
12252023-12-06T16:48:16.846Z Compiling serde v1.0.192
12262023-12-06T16:48:16.846Z Compiling autocfg v1.1.0
12272023-12-06T16:48:16.853Z Compiling version_check v0.9.4
12282023-12-06T16:48:16.853Z Compiling cfg-if v1.0.0
12292023-12-06T16:48:16.853Z Compiling syn v1.0.109
12302023-12-06T16:48:17.208Z Compiling parking_lot_core v0.9.8
12312023-12-06T16:48:17.223Z Compiling typenum v1.16.0
12322023-12-06T16:48:17.975Z Compiling libm v0.2.7
12332023-12-06T16:48:18.080Z Compiling lock_api v0.4.10
12342023-12-06T16:48:19.063Z Compiling generic-array v0.14.7
12352023-12-06T16:48:19.080Z Compiling once_cell v1.18.0
12362023-12-06T16:48:19.190Z Compiling num-traits v0.2.16
12372023-12-06T16:48:19.244Z Compiling thiserror v1.0.49
12382023-12-06T16:48:19.293Z Compiling futures-core v0.3.29
12392023-12-06T16:48:19.616Z Compiling serde_json v1.0.108
12402023-12-06T16:48:19.703Z Compiling slab v0.4.9
12412023-12-06T16:48:19.779Z Compiling futures-task v0.3.29
12422023-12-06T16:48:19.820Z Compiling futures-channel v0.3.29
12432023-12-06T16:48:20.085Z Compiling memchr v2.6.3
12442023-12-06T16:48:20.089Z Compiling futures-util v0.3.29
12452023-12-06T16:48:20.144Z Compiling itoa v1.0.9
12462023-12-06T16:48:20.282Z Compiling pkg-config v0.3.27
12472023-12-06T16:48:20.519Z Compiling quote v1.0.33
12482023-12-06T16:48:20.761Z Compiling scopeguard v1.2.0
12492023-12-06T16:48:20.974Z Compiling log v0.4.20
12502023-12-06T16:48:21.629Z Compiling syn v2.0.32
12512023-12-06T16:48:22.053Z Compiling cc v1.0.83
12522023-12-06T16:48:22.058Z Compiling getrandom v0.2.10
12532023-12-06T16:48:22.562Z Compiling rand_core v0.6.4
12542023-12-06T16:48:23.112Z Compiling heck v0.4.1
12552023-12-06T16:48:23.891Z Compiling ryu v1.0.15
12562023-12-06T16:48:24.114Z Compiling smallvec v1.11.0
12572023-12-06T16:48:24.463Z Compiling schemars v0.8.13
12582023-12-06T16:48:24.777Z Compiling vcpkg v0.2.15
12592023-12-06T16:48:25.018Z Compiling httparse v1.8.0
12602023-12-06T16:48:25.191Z Compiling subtle v2.5.0
12612023-12-06T16:48:25.662Z Compiling indexmap v1.9.3
12622023-12-06T16:48:25.690Z Compiling equivalent v1.0.1
12632023-12-06T16:48:25.833Z Compiling hashbrown v0.14.2
12642023-12-06T16:48:26.097Z Compiling pin-project-lite v0.2.13
12652023-12-06T16:48:26.307Z Compiling semver v1.0.20
12662023-12-06T16:48:26.769Z Compiling ring v0.17.5
12672023-12-06T16:48:27.097Z Compiling ring v0.16.20
12682023-12-06T16:48:27.899Z Compiling parking_lot v0.12.1
12692023-12-06T16:48:28.498Z Compiling openssl-sys v0.9.96
12702023-12-06T16:48:28.758Z Compiling ahash v0.8.3
12712023-12-06T16:48:28.875Z Compiling fnv v1.0.7
12722023-12-06T16:48:29.786Z Compiling openssl v0.10.60
12732023-12-06T16:48:30.112Z Compiling signal-hook-registry v1.4.1
12742023-12-06T16:48:30.357Z Compiling rustls v0.21.9
12752023-12-06T16:48:30.389Z Compiling iana-time-zone v0.1.57
12762023-12-06T16:48:30.441Z Compiling ucd-trie v0.1.6
12772023-12-06T16:48:30.977Z Compiling mio v0.8.9
12782023-12-06T16:48:31.400Z Compiling native-tls v0.2.11
12792023-12-06T16:48:31.795Z Compiling socket2 v0.5.5
12802023-12-06T16:48:31.911Z Compiling num_cpus v1.16.0
12812023-12-06T16:48:32.430Z Compiling spin v0.5.2
12822023-12-06T16:48:32.430Z Compiling byteorder v1.5.0
12832023-12-06T16:48:33.102Z Compiling dyn-clone v1.0.13
12842023-12-06T16:48:33.159Z Compiling async-trait v0.1.74
12852023-12-06T16:48:33.318Z Compiling futures-sink v0.3.29
12862023-12-06T16:48:33.490Z Compiling aho-corasick v1.0.4
12872023-12-06T16:48:33.832Z Compiling serde_derive_internals v0.26.0
12882023-12-06T16:48:34.248Z Compiling const-oid v0.9.5
12892023-12-06T16:48:34.248Z Compiling regex-syntax v0.8.2
12902023-12-06T16:48:34.262Z Compiling tinyvec_macros v0.1.1
12912023-12-06T16:48:34.389Z Compiling rustix v0.38.25
12922023-12-06T16:48:35.152Z Compiling tinyvec v1.6.0
12932023-12-06T16:48:35.492Z Compiling hashbrown v0.13.2
12942023-12-06T16:48:37.812Z Compiling backtrace v0.3.69
12952023-12-06T16:48:37.904Z Compiling futures-io v0.3.29
12962023-12-06T16:48:38.395Z Compiling pin-utils v0.1.0
12972023-12-06T16:48:38.467Z Compiling winnow v0.5.15
12982023-12-06T16:48:38.551Z Compiling unicode-normalization v0.1.22
12992023-12-06T16:48:38.683Z Compiling spin v0.9.8
13002023-12-06T16:48:38.981Z Compiling tracing-core v0.1.31
13012023-12-06T16:48:39.253Z Compiling unicode-bidi v0.3.13
13022023-12-06T16:48:40.342Z Compiling regex-automata v0.4.3
13032023-12-06T16:48:41.600Z Compiling anyhow v1.0.75
13042023-12-06T16:48:41.800Z Compiling crc32fast v1.3.2
13052023-12-06T16:48:42.389Z Compiling cpufeatures v0.2.9
13062023-12-06T16:48:43.670Z Compiling base64 v0.21.5
13072023-12-06T16:48:44.474Z Compiling time-core v0.1.1
13082023-12-06T16:48:44.713Z Compiling time-macros v0.2.13
13092023-12-06T16:48:45.588Z Compiling num-integer v0.1.45
13102023-12-06T16:48:45.701Z Compiling untrusted v0.7.1
13112023-12-06T16:48:45.831Z Compiling serde_derive v1.0.192
13122023-12-06T16:48:46.010Z Compiling zeroize_derive v1.4.2
13132023-12-06T16:48:46.030Z Compiling thiserror-impl v1.0.49
13142023-12-06T16:48:46.179Z Compiling tokio-macros v2.2.0
13152023-12-06T16:48:48.479Z Compiling futures-macro v0.3.29
13162023-12-06T16:48:48.807Z Compiling zeroize v1.7.0
13172023-12-06T16:48:49.002Z Compiling tracing-attributes v0.1.26
13182023-12-06T16:48:50.155Z Compiling schemars_derive v0.8.13
13192023-12-06T16:48:50.229Z Compiling openssl-macros v0.1.1
13202023-12-06T16:48:51.725Z Compiling crypto-common v0.1.6
13212023-12-06T16:48:51.749Z Compiling pest v2.7.2
13222023-12-06T16:48:52.062Z Compiling block-buffer v0.10.4
13232023-12-06T16:48:52.470Z Compiling digest v0.10.7
13242023-12-06T16:48:53.229Z Compiling regex v1.10.2
13252023-12-06T16:48:55.692Z Compiling tracing v0.1.37
13262023-12-06T16:48:55.803Z Compiling hashbrown v0.12.3
13272023-12-06T16:48:55.810Z Compiling foreign-types-shared v0.1.1
13282023-12-06T16:48:56.367Z Compiling unicode-xid v0.2.4
13292023-12-06T16:48:56.379Z Compiling percent-encoding v2.3.1
13302023-12-06T16:48:56.379Z Compiling unicode-width v0.1.11
13312023-12-06T16:48:56.438Z Compiling openssl-probe v0.1.5
13322023-12-06T16:48:56.471Z Compiling untrusted v0.9.0
13332023-12-06T16:48:56.543Z Compiling slog v2.7.0
13342023-12-06T16:48:56.729Z Compiling synstructure v0.12.6
13352023-12-06T16:48:56.960Z Compiling foreign-types v0.3.2
13362023-12-06T16:48:59.911Z Compiling errno v0.3.2
13372023-12-06T16:49:00.142Z Compiling try-lock v0.2.4
13382023-12-06T16:49:00.237Z Compiling ppv-lite86 v0.2.17
13392023-12-06T16:49:00.341Z Compiling want v0.3.1
13402023-12-06T16:49:01.498Z Compiling sct v0.7.0
13412023-12-06T16:49:01.952Z Compiling rustls-webpki v0.101.7
13422023-12-06T16:49:03.187Z Compiling zerocopy-derive v0.2.0
13432023-12-06T16:49:03.587Z Compiling form_urlencoded v1.2.1
13442023-12-06T16:49:03.673Z Compiling pest_meta v2.7.2
13452023-12-06T16:49:04.060Z Compiling socket2 v0.4.9
13462023-12-06T16:49:05.398Z Compiling io-lifetimes v1.0.11
13472023-12-06T16:49:05.435Z Compiling tower-service v0.3.2
13482023-12-06T16:49:05.445Z Compiling httpdate v1.0.3
13492023-12-06T16:49:06.240Z Compiling pest_generator v2.7.2
13502023-12-06T16:49:06.556Z Compiling rustls-pemfile v1.0.3
13512023-12-06T16:49:07.052Z Compiling idna v0.5.0
13522023-12-06T16:49:07.141Z Compiling lazy_static v1.4.0
13532023-12-06T16:49:07.282Z Compiling crossbeam-utils v0.8.16
13542023-12-06T16:49:08.040Z Compiling adler v1.0.2
13552023-12-06T16:49:08.424Z Compiling miniz_oxide v0.7.1
13562023-12-06T16:49:09.322Z Compiling url v2.5.0
13572023-12-06T16:49:09.809Z Compiling rustls-native-certs v0.6.3
13582023-12-06T16:49:10.868Z Compiling bytes v1.5.0
13592023-12-06T16:49:11.336Z Compiling indexmap v2.1.0
13602023-12-06T16:49:11.989Z Compiling chrono v0.4.31
13612023-12-06T16:49:12.198Z Compiling uuid v1.6.1
13622023-12-06T16:49:12.505Z Compiling tokio v1.34.0
13632023-12-06T16:49:12.587Z Compiling http v0.2.11
13642023-12-06T16:49:13.394Z Compiling toml_datetime v0.6.5
13652023-12-06T16:49:14.117Z Compiling serde_spanned v0.6.4
13662023-12-06T16:49:14.475Z Compiling bitflags v2.4.0
13672023-12-06T16:49:15.112Z Compiling toml_edit v0.19.15
13682023-12-06T16:49:16.739Z Compiling rustc_version v0.4.0
13692023-12-06T16:49:17.926Z Compiling http-body v0.4.5
13702023-12-06T16:49:18.598Z Compiling openapiv3 v2.0.0-rc.1
13712023-12-06T16:49:20.705Z Compiling pest_derive v2.7.2
13722023-12-06T16:49:21.885Z Compiling rand_chacha v0.3.1
13732023-12-06T16:49:24.403Z Compiling usdt-impl v0.3.5
13742023-12-06T16:49:24.898Z Compiling ipnet v2.8.0
13752023-12-06T16:49:26.952Z Compiling tokio-util v0.7.10
13762023-12-06T16:49:26.988Z Compiling tokio-rustls v0.24.1
13772023-12-06T16:49:27.549Z Compiling rustix v0.37.23
13782023-12-06T16:49:28.343Z Compiling rand v0.8.5
13792023-12-06T16:49:28.586Z Compiling serde_urlencoded v0.7.1
13802023-12-06T16:49:29.411Z Compiling h2 v0.3.21
13812023-12-06T16:49:29.557Z Compiling tokio-native-tls v0.3.1
13822023-12-06T16:49:29.834Z Compiling encoding_rs v0.8.33
13832023-12-06T16:49:29.952Z Compiling webpki-roots v0.25.2
13842023-12-06T16:49:30.174Z Compiling gimli v0.28.0
13852023-12-06T16:49:31.776Z Compiling mime v0.3.17
13862023-12-06T16:49:32.933Z Compiling zerocopy v0.3.0
13872023-12-06T16:49:33.630Z Compiling object v0.32.1
13882023-12-06T16:49:34.274Z Compiling num-bigint v0.4.4
13892023-12-06T16:49:36.179Z Compiling rustc-demangle v0.1.23
13902023-12-06T16:49:36.862Z Compiling dof v0.1.5
13912023-12-06T16:49:37.794Z Compiling addr2line v0.21.0
13922023-12-06T16:49:37.912Z Compiling flate2 v1.0.28
13932023-12-06T16:49:38.153Z Compiling dtrace-parser v0.1.14
13942023-12-06T16:49:38.447Z Compiling heapless v0.7.16
13952023-12-06T16:49:38.528Z Compiling serde_tokenstream v0.2.0
13962023-12-06T16:49:39.011Z Compiling bzip2-sys v0.1.11+1.0.8
13972023-12-06T16:49:39.045Z Compiling thread-id v4.2.0
13982023-12-06T16:49:39.202Z Compiling rustversion v1.0.14
13992023-12-06T16:49:39.553Z Compiling signal-hook v0.3.17
14002023-12-06T16:49:40.295Z Compiling toml v0.7.8
14012023-12-06T16:49:40.442Z Compiling toml_edit v0.21.0
14022023-12-06T16:49:40.644Z Compiling hyper v0.14.27
14032023-12-06T16:49:42.878Z Compiling serde_tokenstream v0.1.7
14042023-12-06T16:49:43.024Z Compiling hex v0.4.3
14052023-12-06T16:49:43.730Z Compiling zerocopy-derive v0.6.4
14062023-12-06T16:49:44.063Z Compiling regress v0.7.1
14072023-12-06T16:49:45.210Z Compiling memoffset v0.9.0
14082023-12-06T16:49:45.665Z Compiling strsim v0.10.0
14092023-12-06T16:49:48.452Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14102023-12-06T16:49:49.646Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14112023-12-06T16:49:49.683Z Compiling smoltcp v0.9.1
14122023-12-06T16:49:50.057Z Compiling bitflags v1.3.2
14132023-12-06T16:49:50.514Z Compiling doc-comment v0.3.3
14142023-12-06T16:49:50.965Z Compiling strum_macros v0.25.2
14152023-12-06T16:49:52.527Z Compiling hyper-rustls v0.24.2
14162023-12-06T16:49:53.059Z Compiling hyper-tls v0.5.0
14172023-12-06T16:49:53.145Z Compiling usdt-macro v0.3.5
14182023-12-06T16:49:53.418Z Compiling usdt-attr-macro v0.3.5
14192023-12-06T16:49:53.588Z Compiling reqwest v0.11.22
14202023-12-06T16:49:55.686Z Compiling enum-as-inner v0.5.1
14212023-12-06T16:49:56.409Z Compiling crossbeam-epoch v0.9.15
14222023-12-06T16:49:56.494Z Compiling num-iter v0.1.43
14232023-12-06T16:49:56.931Z Compiling siphasher v0.3.11
14242023-12-06T16:49:57.073Z Compiling unicode-segmentation v1.10.1
14252023-12-06T16:49:57.752Z Compiling hubpack_derive v0.1.1
14262023-12-06T16:49:57.982Z Compiling pin-project-internal v1.1.3
14272023-12-06T16:50:00.406Z Compiling anstyle v1.0.2
14282023-12-06T16:50:00.646Z Compiling deranged v0.3.8
14292023-12-06T16:50:01.118Z Compiling num_threads v0.1.6
14302023-12-06T16:50:01.430Z Compiling utf8parse v0.2.1
14312023-12-06T16:50:01.603Z Compiling sha2 v0.10.8
14322023-12-06T16:50:01.684Z Compiling anstyle-parse v0.2.1
14332023-12-06T16:50:03.695Z Compiling time v0.3.27
14342023-12-06T16:50:04.419Z Compiling md-5 v0.10.5
14352023-12-06T16:50:04.609Z Compiling hmac v0.12.1
14362023-12-06T16:50:05.144Z Compiling block-padding v0.3.3
14372023-12-06T16:50:05.536Z Compiling clap_derive v4.4.2
14382023-12-06T16:50:05.755Z Compiling stringprep v0.1.3
14392023-12-06T16:50:06.016Z Compiling hash32 v0.2.1
14402023-12-06T16:50:07.038Z Compiling diesel_table_macro_syntax v0.1.0
14412023-12-06T16:50:07.373Z Compiling either v1.9.0
14422023-12-06T16:50:07.889Z Compiling colorchoice v1.0.0
14432023-12-06T16:50:07.998Z Compiling fallible-iterator v0.2.0
14442023-12-06T16:50:08.118Z Compiling stable_deref_trait v1.2.0
14452023-12-06T16:50:08.363Z Compiling anstyle-query v1.0.0
14462023-12-06T16:50:08.559Z Compiling anstream v0.5.0
14472023-12-06T16:50:09.177Z Compiling postgres-protocol v0.6.6
14482023-12-06T16:50:11.272Z Compiling diesel_derives v2.1.2
14492023-12-06T16:50:11.654Z Compiling inout v0.1.3
14502023-12-06T16:50:12.085Z Compiling terminal_size v0.2.6
14512023-12-06T16:50:13.704Z Compiling phf_shared v0.11.2
14522023-12-06T16:50:14.793Z Compiling getopts v0.2.21
14532023-12-06T16:50:14.866Z Compiling snafu-derive v0.7.5
14542023-12-06T16:50:15.067Z Compiling serde_repr v0.1.16
14552023-12-06T16:50:15.743Z Compiling scheduled-thread-pool v0.2.7
14562023-12-06T16:50:16.485Z Compiling bit-vec v0.6.3
14572023-12-06T16:50:17.196Z Compiling matches v0.1.10
14582023-12-06T16:50:17.209Z Compiling managed v0.8.0
14592023-12-06T16:50:17.692Z Compiling unsafe-libyaml v0.2.9
14602023-12-06T16:50:17.784Z Compiling clap_lex v0.5.1
14612023-12-06T16:50:18.511Z Compiling regex-automata v0.1.10
14622023-12-06T16:50:18.600Z Compiling clap_builder v4.4.2
14632023-12-06T16:50:19.293Z Compiling bstr v0.2.17
14642023-12-06T16:50:25.113Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14652023-12-06T16:50:25.201Z Compiling serde_yaml v0.9.25
14662023-12-06T16:50:25.384Z Compiling idna v0.2.3
14672023-12-06T16:50:28.118Z Compiling r2d2 v0.8.10
14682023-12-06T16:50:29.421Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14692023-12-06T16:50:29.615Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14702023-12-06T16:50:30.703Z Compiling phf v0.11.2
14712023-12-06T16:50:30.780Z Compiling signal-hook-mio v0.2.3
14722023-12-06T16:50:31.092Z Compiling cipher v0.4.4
14732023-12-06T16:50:31.141Z Compiling bzip2 v0.4.4
14742023-12-06T16:50:31.745Z Compiling postgres-types v0.2.6
14752023-12-06T16:50:31.868Z Compiling itertools v0.11.0
14762023-12-06T16:50:34.388Z Compiling pin-project v1.1.3
14772023-12-06T16:50:34.568Z Compiling hubpack v0.1.2
14782023-12-06T16:50:35.202Z Compiling phf_shared v0.10.0
14792023-12-06T16:50:35.660Z Compiling zerocopy v0.6.4
14802023-12-06T16:50:35.813Z Compiling ipnetwork v0.20.0
14812023-12-06T16:50:36.679Z Compiling futures-executor v0.3.29
14822023-12-06T16:50:37.092Z Compiling float-cmp v0.9.0
14832023-12-06T16:50:37.292Z Compiling normalize-line-endings v0.3.0
14842023-12-06T16:50:37.439Z Compiling data-encoding v2.4.0
14852023-12-06T16:50:37.604Z Compiling regex-automata v0.3.8
14862023-12-06T16:50:38.661Z Compiling new_debug_unreachable v1.0.4
14872023-12-06T16:50:38.800Z Compiling precomputed-hash v0.1.1
14882023-12-06T16:50:38.958Z Compiling predicates-core v1.0.6
14892023-12-06T16:50:39.547Z Compiling difflib v0.4.0
14902023-12-06T16:50:39.560Z Compiling whoami v1.4.1
14912023-12-06T16:50:41.414Z Compiling static_assertions v1.1.0
14922023-12-06T16:50:41.578Z Compiling fixedbitset v0.4.2
14932023-12-06T16:50:41.753Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14942023-12-06T16:50:42.182Z Compiling petgraph v0.6.4
14952023-12-06T16:50:42.265Z Compiling bstr v1.6.0
14962023-12-06T16:50:42.733Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14972023-12-06T16:50:44.858Z Compiling predicates v3.0.4
14982023-12-06T16:50:45.095Z Compiling tokio-postgres v0.7.10
14992023-12-06T16:50:45.428Z Compiling string_cache v0.8.7
15002023-12-06T16:50:46.183Z Compiling diesel v2.1.4
15012023-12-06T16:50:46.279Z Compiling trust-dns-proto v0.22.0
15022023-12-06T16:50:51.006Z Compiling futures v0.3.29
15032023-12-06T16:50:53.007Z Compiling snafu v0.7.5
15042023-12-06T16:50:53.343Z Compiling yasna v0.5.2
15052023-12-06T16:50:54.419Z Compiling zip v0.6.6
15062023-12-06T16:50:56.577Z Compiling crossterm v0.27.0
15072023-12-06T16:50:57.542Z Compiling clap v4.4.3
15082023-12-06T16:50:57.704Z Compiling similar v2.2.1
15092023-12-06T16:51:00.375Z Compiling bit-set v0.5.3
15102023-12-06T16:51:00.794Z Compiling itertools v0.10.5
15112023-12-06T16:51:01.879Z Compiling usdt v0.3.5
15122023-12-06T16:51:02.893Z Compiling signature v2.1.0
15132023-12-06T16:51:02.952Z Compiling tokio-stream v0.1.14
15142023-12-06T16:51:03.261Z Compiling console v0.15.7
15152023-12-06T16:51:04.532Z Compiling lalrpop-util v0.19.12
15162023-12-06T16:51:46.147Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15172023-12-06T16:51:55.028Z Compiling sha1 v0.10.6
15182023-12-06T16:51:56.614Z Compiling atty v0.2.14
15192023-12-06T16:51:57.955Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15202023-12-06T16:51:57.955Z Compiling match_cfg v0.1.0
15212023-12-06T16:52:17.415Z Compiling hostname v0.3.1
15222023-12-06T16:52:17.457Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15232023-12-06T16:52:17.979Z Compiling dirs-sys-next v0.1.2
15242023-12-06T16:52:17.979Z Compiling dirs-next v2.0.0
15252023-12-06T16:52:17.979Z Compiling thread_local v1.1.7
15262023-12-06T16:52:17.979Z Compiling camino v1.1.6
15272023-12-06T16:52:17.979Z Compiling slog-async v2.8.0
15282023-12-06T16:52:17.979Z Compiling ident_case v1.0.1
15292023-12-06T16:52:17.979Z Compiling term v0.7.0
15302023-12-06T16:52:17.980Z Compiling darling_core v0.20.3
15312023-12-06T16:52:17.980Z Compiling crossbeam-channel v0.5.8
15322023-12-06T16:52:17.980Z Compiling multer v2.1.0
15332023-12-06T16:52:17.980Z Compiling instant v0.1.12
15342023-12-06T16:52:17.980Z Compiling take_mut v0.2.2
15352023-12-06T16:52:17.980Z Compiling paste v1.0.14
15362023-12-06T16:52:17.980Z Compiling slog-term v2.9.0
15372023-12-06T16:52:17.980Z Compiling slog-json v2.6.1
15382023-12-06T16:52:17.981Z Compiling async-stream-impl v0.3.5
15392023-12-06T16:52:17.981Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15402023-12-06T16:52:17.981Z Compiling atomic-waker v1.1.1
15412023-12-06T16:52:17.981Z Compiling waitgroup v0.1.2
15422023-12-06T16:52:17.981Z Compiling slog-bunyan v2.4.0
15432023-12-06T16:52:17.981Z Compiling toml v0.8.8
15442023-12-06T16:52:18.213Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15452023-12-06T16:52:18.213Z Compiling serde_path_to_error v0.1.14
15462023-12-06T16:52:18.213Z Compiling async-stream v0.3.5
15472023-12-06T16:52:18.213Z Compiling structmeta-derive v0.2.0
15482023-12-06T16:52:18.213Z Compiling debug-ignore v1.0.5
15492023-12-06T16:52:18.213Z Compiling strum v0.25.0
15502023-12-06T16:52:18.214Z Compiling regex-syntax v0.7.5
15512023-12-06T16:52:18.214Z Compiling backoff v0.4.0
15522023-12-06T16:52:18.214Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15532023-12-06T16:52:18.214Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15542023-12-06T16:52:18.215Z Compiling macaddr v1.0.1
15552023-12-06T16:52:18.215Z Compiling proc-macro-error-attr v1.0.4
15562023-12-06T16:52:18.215Z Compiling proc-macro-crate v1.3.1
15572023-12-06T16:52:18.215Z Compiling proc-macro-error v1.0.4
15582023-12-06T16:52:18.216Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15592023-12-06T16:52:18.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15602023-12-06T16:52:18.216Z Compiling num_enum_derive v0.5.11
15612023-12-06T16:52:18.216Z Compiling fastrand v2.0.0
15622023-12-06T16:52:18.216Z Compiling postcard-cobs v0.1.5-pre
15632023-12-06T16:52:18.216Z Compiling same-file v1.0.6
15642023-12-06T16:52:18.217Z Compiling walkdir v2.4.0
15652023-12-06T16:52:18.217Z Compiling structmeta v0.2.0
15662023-12-06T16:52:18.217Z Compiling postcard v0.7.3
15672023-12-06T16:52:18.217Z Compiling darling_macro v0.20.3
15682023-12-06T16:52:18.511Z Compiling tempfile v3.8.1
15692023-12-06T16:52:18.658Z Compiling smoltcp v0.8.2
15702023-12-06T16:52:18.788Z Compiling semver-parser v0.10.2
15712023-12-06T16:52:19.555Z Compiling darling v0.20.3
15722023-12-06T16:52:19.641Z Compiling foreign-types-macros v0.2.3
15732023-12-06T16:52:19.717Z Compiling serde_with_macros v2.3.3
15742023-12-06T16:52:20.626Z Compiling num_enum v0.5.11
15752023-12-06T16:52:20.866Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15762023-12-06T16:52:21.719Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15772023-12-06T16:52:21.796Z Compiling cfg-if v0.1.10
15782023-12-06T16:52:21.875Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15792023-12-06T16:52:22.152Z Compiling foreign-types-shared v0.3.1
15802023-12-06T16:52:22.329Z Compiling crucible-workspace-hack v0.1.0
15812023-12-06T16:52:22.498Z Compiling foreign-types v0.5.0
15822023-12-06T16:52:22.792Z Compiling semver v0.11.0
15832023-12-06T16:52:23.424Z Compiling is-terminal v0.4.9
15842023-12-06T16:52:23.604Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15852023-12-06T16:52:23.956Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15862023-12-06T16:52:24.090Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15872023-12-06T16:52:24.233Z Compiling serde_with v2.3.3
15882023-12-06T16:52:24.570Z Compiling parse-display-derive v0.8.2
15892023-12-06T16:52:25.036Z Compiling cstr-argument v0.1.2
15902023-12-06T16:52:25.398Z Compiling xattr v1.0.1
15912023-12-06T16:52:25.418Z Compiling filetime v0.2.23
15922023-12-06T16:52:25.812Z Compiling pretty-hex v0.2.1
15932023-12-06T16:52:25.930Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15942023-12-06T16:52:26.086Z Compiling home v0.5.5
15952023-12-06T16:52:26.393Z Compiling toolchain_find v0.2.0
15962023-12-06T16:52:26.781Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15972023-12-06T16:52:27.329Z Compiling tar v0.4.40
15982023-12-06T16:52:27.520Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15992023-12-06T16:52:27.607Z Compiling colored v2.0.4
16002023-12-06T16:52:27.968Z Compiling textwrap v0.11.0
16012023-12-06T16:52:28.501Z Compiling heck v0.3.3
16022023-12-06T16:52:28.863Z Compiling toml v0.5.11
16032023-12-06T16:52:28.927Z Compiling libefi-sys v0.1.0
16042023-12-06T16:52:29.367Z Compiling vec_map v0.8.2
16052023-12-06T16:52:29.368Z Compiling ansi_term v0.12.1
16062023-12-06T16:52:29.403Z Compiling strsim v0.8.0
16072023-12-06T16:52:29.594Z Compiling platforms v3.0.2
16082023-12-06T16:52:30.179Z Compiling clap v2.34.0
16092023-12-06T16:52:30.487Z Compiling structopt-derive v0.4.18
16102023-12-06T16:52:30.520Z Compiling omicron-zone-package v0.9.1
16112023-12-06T16:52:31.055Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16122023-12-06T16:52:32.121Z Compiling parse-display v0.8.2
16132023-12-06T16:52:35.883Z Compiling rustfmt-wrapper v0.2.0
16142023-12-06T16:52:36.123Z Compiling camino-tempfile v1.1.1
16152023-12-06T16:52:36.123Z Compiling zone_cfg_derive v0.3.0
16162023-12-06T16:52:36.123Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16172023-12-06T16:52:36.123Z Compiling num-derive v0.4.0
16182023-12-06T16:52:36.123Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16192023-12-06T16:52:36.184Z Compiling base64ct v1.6.0
16202023-12-06T16:52:36.474Z Compiling zone v0.3.0
16212023-12-06T16:52:37.257Z Compiling structopt v0.3.26
16222023-12-06T16:52:37.369Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16232023-12-06T16:52:37.453Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16242023-12-06T16:52:37.995Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16252023-12-06T16:52:38.477Z Compiling smf v0.2.2
16262023-12-06T16:52:38.552Z Compiling unicase v2.7.0
16272023-12-06T16:52:38.909Z Compiling curve25519-dalek v4.1.0
16282023-12-06T16:52:39.087Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16292023-12-06T16:52:39.091Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
16302023-12-06T16:52:39.091Z Compiling universal-hash v0.5.1
16312023-12-06T16:52:39.415Z Compiling opaque-debug v0.3.0
16322023-12-06T16:52:39.565Z Compiling hkdf v0.12.3
16332023-12-06T16:52:39.638Z Compiling curve25519-dalek-derive v0.1.0
16342023-12-06T16:52:39.802Z Compiling num-rational v0.4.1
16352023-12-06T16:52:39.915Z Compiling getrandom v0.1.16
16362023-12-06T16:52:40.213Z Compiling parking_lot_core v0.8.6
16372023-12-06T16:52:40.612Z Compiling quick-error v1.2.3
16382023-12-06T16:52:40.676Z Compiling keccak v0.1.4
16392023-12-06T16:52:40.731Z Compiling linked-hash-map v0.5.6
16402023-12-06T16:52:40.825Z Compiling resolv-conf v0.7.0
16412023-12-06T16:52:41.288Z Compiling lru-cache v0.1.2
16422023-12-06T16:52:41.575Z Compiling sha3 v0.10.8
16432023-12-06T16:52:42.167Z Compiling password-hash v0.5.0
16442023-12-06T16:52:42.335Z Compiling blake2 v0.10.6
16452023-12-06T16:52:42.478Z Compiling aead v0.5.2
16462023-12-06T16:52:42.977Z Compiling secrecy v0.8.0
16472023-12-06T16:52:43.145Z Compiling num-complex v0.4.4
16482023-12-06T16:52:43.444Z Compiling ff v0.13.0
16492023-12-06T16:52:43.765Z Compiling nibble_vec v0.1.0
16502023-12-06T16:52:43.947Z Compiling slog-dtrace v0.2.3
16512023-12-06T16:52:43.973Z Compiling utf-8 v0.7.6
16522023-12-06T16:52:44.063Z Compiling arc-swap v1.6.0
16532023-12-06T16:52:44.444Z Compiling convert_case v0.4.0
16542023-12-06T16:52:44.463Z Compiling endian-type v0.1.2
16552023-12-06T16:52:44.804Z Compiling winapi v0.3.9
16562023-12-06T16:52:44.839Z Compiling slog-scope v4.4.0
16572023-12-06T16:52:44.904Z Compiling num v0.4.1
16582023-12-06T16:52:45.471Z Compiling radix_trie v0.2.1
16592023-12-06T16:52:45.477Z Compiling tungstenite v0.20.1
16602023-12-06T16:52:45.477Z Compiling group v0.13.0
16612023-12-06T16:52:45.688Z Compiling argon2 v0.5.2
16622023-12-06T16:52:45.708Z Compiling mime_guess v2.0.4
16632023-12-06T16:52:45.919Z Compiling derive_more v0.99.17
16642023-12-06T16:52:46.119Z Compiling trust-dns-resolver v0.22.0
16652023-12-06T16:52:46.439Z Compiling rand_core v0.5.1
16662023-12-06T16:52:47.825Z Compiling poly1305 v0.8.0
16672023-12-06T16:52:48.595Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16682023-12-06T16:52:48.869Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16692023-12-06T16:52:49.332Z Compiling chacha20 v0.9.1
16702023-12-06T16:52:50.055Z Compiling crypto-bigint v0.5.2
16712023-12-06T16:52:50.394Z Compiling thiserror-impl-no-std v2.0.2
16722023-12-06T16:52:50.771Z Compiling option-ext v0.2.0
16732023-12-06T16:52:50.775Z Compiling base16ct v0.2.0
16742023-12-06T16:52:50.950Z Compiling ciborium-io v0.2.1
16752023-12-06T16:52:51.146Z Compiling half v1.8.2
16762023-12-06T16:52:51.216Z Compiling dirs-sys v0.4.1
16772023-12-06T16:52:52.140Z Compiling ciborium-ll v0.2.1
16782023-12-06T16:52:52.217Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16792023-12-06T16:52:52.889Z Compiling parking_lot v0.11.2
16802023-12-06T16:52:53.274Z Compiling elliptic-curve v0.13.5
16812023-12-06T16:52:54.221Z Compiling tokio-tungstenite v0.20.1
16822023-12-06T16:52:54.547Z Compiling rand_chacha v0.2.2
16832023-12-06T16:52:55.199Z Compiling trust-dns-client v0.22.0
16842023-12-06T16:52:55.928Z Compiling thiserror-no-std v2.0.2
16852023-12-06T16:52:56.090Z Compiling slog-stdlog v4.1.1
16862023-12-06T16:52:56.683Z Compiling polyval v0.6.1
16872023-12-06T16:52:56.690Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16882023-12-06T16:52:56.758Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16892023-12-06T16:52:56.901Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16902023-12-06T16:52:56.961Z Compiling password-hash v0.4.2
16912023-12-06T16:52:57.333Z Compiling ed25519 v2.2.2
16922023-12-06T16:52:58.080Z Compiling blowfish v0.9.1
16932023-12-06T16:52:58.545Z Compiling aes v0.8.3
16942023-12-06T16:52:58.806Z Compiling ctr v0.9.2
16952023-12-06T16:53:00.339Z Compiling pbkdf2 v0.12.2
16962023-12-06T16:53:00.568Z Compiling fxhash v0.2.1
16972023-12-06T16:53:00.991Z Compiling glob v0.3.1
16982023-12-06T16:53:01.393Z Compiling cancel-safe-futures v0.1.5
16992023-12-06T16:53:02.684Z Compiling trust-dns-server v0.22.1
17002023-12-06T16:53:03.511Z Compiling sled v0.34.7
17012023-12-06T16:53:05.656Z Compiling bcrypt-pbkdf v0.10.0
17022023-12-06T16:53:05.680Z Compiling pbkdf2 v0.11.0
17032023-12-06T16:53:06.278Z Compiling ed25519-dalek v2.0.0
17042023-12-06T16:53:06.581Z Compiling ghash v0.5.0
17052023-12-06T16:53:06.855Z Compiling slog-envlogger v2.2.0
17062023-12-06T16:53:08.009Z Compiling vsss-rs v3.3.1
17072023-12-06T16:53:08.060Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17082023-12-06T16:53:11.079Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17092023-12-06T16:53:13.322Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17102023-12-06T16:53:13.957Z Compiling russh-cryptovec v0.7.0
17112023-12-06T16:53:14.416Z Compiling rand v0.7.3
17122023-12-06T16:53:16.309Z Compiling ciborium v0.2.1
17132023-12-06T16:53:16.908Z Compiling dirs v5.0.1
17142023-12-06T16:53:16.913Z Compiling chacha20poly1305 v0.10.1
17152023-12-06T16:53:17.141Z Compiling cbc v0.1.2
17162023-12-06T16:53:17.520Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17172023-12-06T16:53:18.125Z Compiling pem v3.0.2
17182023-12-06T16:53:18.959Z Compiling headers-core v0.2.0
17192023-12-06T16:53:19.609Z Compiling kstat-rs v0.2.3
17202023-12-06T16:53:19.614Z Compiling http-range v0.1.5
17212023-12-06T16:53:19.614Z Compiling pretty-hex v0.4.0
17222023-12-06T16:53:19.761Z Compiling md5 v0.7.0
17232023-12-06T16:53:19.923Z Compiling base64 v0.13.1
17242023-12-06T16:53:20.336Z Compiling russh-keys v0.38.0
17252023-12-06T16:53:20.550Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17262023-12-06T16:53:20.911Z Compiling pem v1.1.1
17272023-12-06T16:53:21.988Z Compiling hyper-staticfile v0.9.5
17282023-12-06T16:53:22.660Z Compiling headers v0.3.9
17292023-12-06T16:53:22.717Z Compiling rcgen v0.11.3
17302023-12-06T16:53:23.695Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17312023-12-06T16:53:24.135Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17322023-12-06T16:53:25.567Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17332023-12-06T16:53:26.361Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17342023-12-06T16:53:27.188Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17352023-12-06T16:53:28.374Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17362023-12-06T16:53:31.756Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17372023-12-06T16:53:32.574Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17382023-12-06T16:53:34.552Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17392023-12-06T16:53:37.370Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17402023-12-06T16:53:38.955Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17412023-12-06T16:53:42.151Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17422023-12-06T16:53:45.234Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17432023-12-06T16:53:45.743Z Compiling aes-gcm v0.10.3
17442023-12-06T16:53:46.213Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17452023-12-06T16:53:46.966Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
17462023-12-06T16:53:47.586Z Compiling atomicwrites v0.4.2
17472023-12-06T16:53:48.113Z Compiling itertools v0.12.0
17482023-12-06T16:53:49.492Z Compiling subprocess v0.2.9
17492023-12-06T16:53:52.997Z Compiling hex-literal v0.4.1
17502023-12-06T16:53:53.215Z Compiling russh v0.39.0
17512023-12-06T16:53:53.278Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17522023-12-06T16:53:56.727Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17532023-12-06T16:53:57.952Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17542023-12-06T16:54:25.789Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17552023-12-06T16:55:46.363Z Finished dev [unoptimized + debuginfo] target(s) in 7m 53s
17562023-12-06T16:55:46.704Z
17572023-12-06T16:55:46.705Zreal 7:54.069452236
17582023-12-06T16:55:46.705Zuser 43:28.940898230
17592023-12-06T16:55:46.705Zsys 6:33.924416649
17602023-12-06T16:55:46.705Ztrap 1.730872032
17612023-12-06T16:55:46.705Ztflt 4.378764944
17622023-12-06T16:55:46.705Zdflt 7.861938447
17632023-12-06T16:55:46.705Zkflt 0.029289645
17642023-12-06T16:55:46.709Zlock 1:23:19.304156378
17652023-12-06T16:55:46.709Zslp 2:04:25.699836903
17662023-12-06T16:55:46.709Zlat 1:59.717775957
17672023-12-06T16:55:46.709Zstop 4:14.448366267
17682023-12-06T16:55:46.709Z+ mkdir -p /work/end-to-end-tests
17692023-12-06T16:55:46.713Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17702023-12-06T16:55:47.520Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17712023-12-06T16:55:47.520Z+ ptime -m gzip
17722023-12-06T16:55:47.535Z++ basename target/debug/bootstrap
17732023-12-06T16:56:04.067Z
17742023-12-06T16:56:04.067Zreal 16.543231780
17752023-12-06T16:56:04.067Zuser 16.370610062
17762023-12-06T16:56:04.067Zsys 0.162075225
17772023-12-06T16:56:04.067Ztrap 0.005220858
17782023-12-06T16:56:04.067Ztflt 0.000000000
17792023-12-06T16:56:04.068Zdflt 0.000000000
17802023-12-06T16:56:04.074Zkflt 0.000000000
17812023-12-06T16:56:04.074Zlock 0.000000000
17822023-12-06T16:56:04.074Zslp 0.000000000
17832023-12-06T16:56:04.074Zlat 0.004953231
17842023-12-06T16:56:04.075Zstop 0.000257582
17852023-12-06T16:56:04.075Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17862023-12-06T16:56:04.075Z+ ptime -m gzip
17872023-12-06T16:56:04.075Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-be9c817b94af4e8a
17882023-12-06T16:56:05.157Z
17892023-12-06T16:56:05.157Zreal 1.074815082
17902023-12-06T16:56:05.158Zuser 1.062597048
17912023-12-06T16:56:05.158Zsys 0.011444907
17922023-12-06T16:56:05.158Ztrap 0.000154590
17932023-12-06T16:56:05.158Ztflt 0.000000000
17942023-12-06T16:56:05.158Zdflt 0.000000000
17952023-12-06T16:56:05.158Zkflt 0.000000000
17962023-12-06T16:56:05.175Zlock 0.000000000
17972023-12-06T16:56:05.175Zslp 0.000000000
17982023-12-06T16:56:05.176Zlat 0.000245667
17992023-12-06T16:56:05.176Zstop 0.000257025
18002023-12-06T16:56:05.176Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18012023-12-06T16:56:05.176Z+ ptime -m gzip
18022023-12-06T16:56:05.176Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ff923d3f5c6228d4
18032023-12-06T16:56:22.299Z
18042023-12-06T16:56:22.310Zreal 17.139822249
18052023-12-06T16:56:22.310Zuser 16.953016731
18062023-12-06T16:56:22.310Zsys 0.180743236
18072023-12-06T16:56:22.310Ztrap 0.004190142
18082023-12-06T16:56:22.310Ztflt 0.000000000
18092023-12-06T16:56:22.310Zdflt 0.000000000
18102023-12-06T16:56:22.310Zkflt 0.000000000
18112023-12-06T16:56:22.310Zlock 0.000000000
18122023-12-06T16:56:22.310Zslp 0.000000000
18132023-12-06T16:56:22.310Zlat 0.001537125
18142023-12-06T16:56:22.310Zstop 0.000222453
18152023-12-06T16:56:22.310Z+ banner caboose-util
18162023-12-06T16:56:22.310Z
18172023-12-06T16:56:22.310Z #### ## ##### #### #### #### ###### # # #####
18182023-12-06T16:56:22.310Z # # # # # # # # # # # # # # #
18192023-12-06T16:56:22.310Z # # # ##### # # # # #### ##### ##### # # #
18202023-12-06T16:56:22.310Z # ###### # # # # # # # # # # #
18212023-12-06T16:56:22.311Z # # # # # # # # # # # # # # # #
18222023-12-06T16:56:22.311Z #### # # ##### #### #### #### ###### #### #
18232023-12-06T16:56:22.311Z
18242023-12-06T16:56:22.311Z+ ptime -m cargo build --locked -p caboose-util --release
18252023-12-06T16:56:22.955Z Downloading crates ...
18262023-12-06T16:56:23.243Z Downloaded bitfield v0.14.0
18272023-12-06T16:56:23.265Z Downloaded path-slash v0.1.5
18282023-12-06T16:56:23.269Z Downloaded tap v1.0.1
18292023-12-06T16:56:23.273Z Downloaded termcolor v1.2.0
18302023-12-06T16:56:23.276Z Downloaded packed_struct_codegen v0.10.1
18312023-12-06T16:56:23.282Z Downloaded funty v2.0.0
18322023-12-06T16:56:23.282Z Downloaded pem-rfc7468 v0.7.0
18332023-12-06T16:56:23.286Z Downloaded wyz v0.5.1
18342023-12-06T16:56:23.286Z Downloaded maybe-uninit v2.0.0
18352023-12-06T16:56:23.286Z Downloaded radium v0.7.0
18362023-12-06T16:56:23.297Z Downloaded smallvec v0.6.14
18372023-12-06T16:56:23.297Z Downloaded array-init v0.0.4
18382023-12-06T16:56:23.308Z Downloaded serde-hex v0.1.0
18392023-12-06T16:56:23.308Z Downloaded env_logger v0.10.0
18402023-12-06T16:56:23.309Z Downloaded pkcs1 v0.7.5
18412023-12-06T16:56:23.309Z Downloaded crc-any v2.4.3
18422023-12-06T16:56:23.313Z Downloaded ron v0.8.1
18432023-12-06T16:56:23.317Z Downloaded der_derive v0.7.2
18442023-12-06T16:56:23.317Z Downloaded rsa v0.9.2
18452023-12-06T16:56:23.326Z Downloaded x509-cert v0.2.4
18462023-12-06T16:56:23.336Z Downloaded bitvec v1.0.1
18472023-12-06T16:56:23.361Z Downloaded object v0.30.4
18482023-12-06T16:56:23.378Z Downloaded num-bigint-dig v0.8.4
18492023-12-06T16:56:23.385Z Downloaded crc-catalog v2.2.0
18502023-12-06T16:56:23.390Z Downloaded flagset v0.4.3
18512023-12-06T16:56:23.390Z Downloaded nodrop v0.1.14
18522023-12-06T16:56:23.395Z Downloaded packed_struct v0.10.1
18532023-12-06T16:56:23.396Z Downloaded crc v3.0.1
18542023-12-06T16:56:23.557Z Compiling proc-macro2 v1.0.69
18552023-12-06T16:56:23.561Z Compiling unicode-ident v1.0.12
18562023-12-06T16:56:23.561Z Compiling libc v0.2.150
18572023-12-06T16:56:23.561Z Compiling autocfg v1.1.0
18582023-12-06T16:56:23.561Z Compiling serde v1.0.192
18592023-12-06T16:56:23.562Z Compiling cfg-if v1.0.0
18602023-12-06T16:56:23.602Z Compiling version_check v0.9.4
18612023-12-06T16:56:23.713Z Compiling syn v1.0.109
18622023-12-06T16:56:23.747Z Compiling parking_lot_core v0.9.8
18632023-12-06T16:56:23.821Z Compiling typenum v1.16.0
18642023-12-06T16:56:24.339Z Compiling libm v0.2.7
18652023-12-06T16:56:24.361Z Compiling futures-core v0.3.29
18662023-12-06T16:56:24.604Z Compiling generic-array v0.14.7
18672023-12-06T16:56:24.668Z Compiling lock_api v0.4.10
18682023-12-06T16:56:24.771Z Compiling num-traits v0.2.16
18692023-12-06T16:56:24.808Z Compiling once_cell v1.18.0
18702023-12-06T16:56:25.010Z Compiling pkg-config v0.3.27
18712023-12-06T16:56:25.092Z Compiling scopeguard v1.2.0
18722023-12-06T16:56:25.415Z Compiling slab v0.4.9
18732023-12-06T16:56:25.523Z Compiling futures-channel v0.3.29
18742023-12-06T16:56:25.535Z Compiling futures-task v0.3.29
18752023-12-06T16:56:25.865Z Compiling quote v1.0.33
18762023-12-06T16:56:25.986Z Compiling serde_json v1.0.108
18772023-12-06T16:56:26.113Z Compiling thiserror v1.0.49
18782023-12-06T16:56:26.431Z Compiling syn v2.0.32
18792023-12-06T16:56:26.754Z Compiling cc v1.0.83
18802023-12-06T16:56:26.778Z Compiling getrandom v0.2.10
18812023-12-06T16:56:26.840Z Compiling itoa v1.0.9
18822023-12-06T16:56:27.105Z Compiling futures-util v0.3.29
18832023-12-06T16:56:27.152Z Compiling memchr v2.6.3
18842023-12-06T16:56:27.399Z Compiling smallvec v1.11.0
18852023-12-06T16:56:27.570Z Compiling log v0.4.20
18862023-12-06T16:56:28.812Z Compiling vcpkg v0.2.15
18872023-12-06T16:56:29.178Z Compiling byteorder v1.5.0
18882023-12-06T16:56:29.665Z Compiling rand_core v0.6.4
18892023-12-06T16:56:29.977Z Compiling parking_lot v0.12.1
18902023-12-06T16:56:30.803Z Compiling pin-project-lite v0.2.13
18912023-12-06T16:56:31.854Z Compiling ring v0.17.5
18922023-12-06T16:56:31.863Z Compiling indexmap v1.9.3
18932023-12-06T16:56:31.864Z Compiling openssl-sys v0.9.96
18942023-12-06T16:56:32.949Z Compiling signal-hook-registry v1.4.1
18952023-12-06T16:56:33.676Z Compiling heck v0.4.1
18962023-12-06T16:56:33.946Z Compiling io-lifetimes v1.0.11
18972023-12-06T16:56:34.689Z Compiling ring v0.16.20
18982023-12-06T16:56:34.924Z Compiling mio v0.8.9
18992023-12-06T16:56:35.795Z Compiling num-integer v0.1.45
19002023-12-06T16:56:36.075Z Compiling const-oid v0.9.5
19012023-12-06T16:56:36.223Z Compiling ryu v1.0.15
19022023-12-06T16:56:36.275Z Compiling semver v1.0.20
19032023-12-06T16:56:37.029Z Compiling rustix v0.37.23
19042023-12-06T16:56:37.821Z Compiling spin v0.5.2
19052023-12-06T16:56:38.160Z Compiling socket2 v0.5.5
19062023-12-06T16:56:38.662Z Compiling num_cpus v1.16.0
19072023-12-06T16:56:38.826Z Compiling futures-sink v0.3.29
19082023-12-06T16:56:39.047Z Compiling httparse v1.8.0
19092023-12-06T16:56:39.326Z Compiling ucd-trie v0.1.6
19102023-12-06T16:56:39.492Z Compiling openssl v0.10.60
19112023-12-06T16:56:39.619Z Compiling unicode-xid v0.2.4
19122023-12-06T16:56:39.827Z Compiling synstructure v0.12.6
19132023-12-06T16:56:40.039Z Compiling tinyvec_macros v0.1.1
19142023-12-06T16:56:40.152Z Compiling tinyvec v1.6.0
19152023-12-06T16:56:41.259Z Compiling futures-io v0.3.29
19162023-12-06T16:56:41.515Z Compiling crc32fast v1.3.2
19172023-12-06T16:56:41.641Z Compiling rustls v0.21.9
19182023-12-06T16:56:42.036Z Compiling native-tls v0.2.11
19192023-12-06T16:56:42.077Z Compiling pin-utils v0.1.0
19202023-12-06T16:56:42.131Z Compiling ppv-lite86 v0.2.17
19212023-12-06T16:56:42.182Z Compiling bzip2-sys v0.1.11+1.0.8
19222023-12-06T16:56:42.383Z Compiling spin v0.9.8
19232023-12-06T16:56:42.706Z Compiling unicode-normalization v0.1.22
19242023-12-06T16:56:42.787Z Compiling tracing-core v0.1.31
19252023-12-06T16:56:42.922Z Compiling subtle v2.5.0
19262023-12-06T16:56:43.404Z Compiling rand_chacha v0.3.1
19272023-12-06T16:56:43.425Z Compiling unicode-bidi v0.3.13
19282023-12-06T16:56:44.135Z Compiling rand v0.8.5
19292023-12-06T16:56:45.528Z Compiling errno v0.3.2
19302023-12-06T16:56:45.591Z Compiling num-iter v0.1.43
19312023-12-06T16:56:45.740Z Compiling ahash v0.8.3
19322023-12-06T16:56:45.899Z Compiling usdt-impl v0.3.5
19332023-12-06T16:56:46.103Z Compiling signal-hook v0.3.17
19342023-12-06T16:56:46.363Z Compiling schemars v0.8.13
19352023-12-06T16:56:49.030Z Compiling rustix v0.38.25
19362023-12-06T16:56:49.089Z Compiling base64 v0.21.5
19372023-12-06T16:56:49.228Z Compiling serde_derive_internals v0.26.0
19382023-12-06T16:56:49.228Z Compiling serde_derive v1.0.192
19392023-12-06T16:56:49.228Z Compiling zeroize_derive v1.4.2
19402023-12-06T16:56:49.228Z Compiling tokio-macros v2.2.0
19412023-12-06T16:56:49.228Z Compiling thiserror-impl v1.0.49
19422023-12-06T16:56:49.247Z Compiling futures-macro v0.3.29
19432023-12-06T16:56:49.880Z Compiling tracing-attributes v0.1.26
19442023-12-06T16:56:50.785Z Compiling zeroize v1.7.0
19452023-12-06T16:56:51.401Z Compiling zerocopy-derive v0.2.0
19462023-12-06T16:56:52.288Z Compiling openssl-macros v0.1.1
19472023-12-06T16:56:53.335Z Compiling zerocopy-derive v0.6.4
19482023-12-06T16:56:53.385Z Compiling pest v2.7.2
19492023-12-06T16:56:53.601Z Compiling crypto-common v0.1.6
19502023-12-06T16:56:53.894Z Compiling block-buffer v0.10.4
19512023-12-06T16:56:54.287Z Compiling digest v0.10.7
19522023-12-06T16:56:55.183Z Compiling tracing v0.1.37
19532023-12-06T16:56:55.948Z Compiling fnv v1.0.7
19542023-12-06T16:56:56.113Z Compiling bitflags v1.3.2
19552023-12-06T16:56:57.308Z Compiling pest_meta v2.7.2
19562023-12-06T16:56:57.943Z Compiling zerocopy v0.3.0
19572023-12-06T16:56:57.987Z Compiling schemars_derive v0.8.13
19582023-12-06T16:56:59.403Z Compiling pest_generator v2.7.2
19592023-12-06T16:57:01.843Z Compiling lazy_static v1.4.0
19602023-12-06T16:57:02.798Z Compiling backtrace v0.3.69
19612023-12-06T16:57:02.812Z Compiling num-bigint v0.4.4
19622023-12-06T16:57:02.816Z Compiling memoffset v0.9.0
19632023-12-06T16:57:03.249Z Compiling crossbeam-utils v0.8.16
19642023-12-06T16:57:03.396Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19652023-12-06T16:57:03.458Z Compiling iana-time-zone v0.1.57
19662023-12-06T16:57:03.886Z Compiling untrusted v0.7.1
19672023-12-06T16:57:03.957Z Compiling pest_derive v2.7.2
19682023-12-06T16:57:03.964Z Compiling async-trait v0.1.74
19692023-12-06T16:57:04.162Z Compiling base64ct v1.6.0
19702023-12-06T16:57:04.389Z Compiling foreign-types-shared v0.1.1
19712023-12-06T16:57:04.519Z Compiling smoltcp v0.9.1
19722023-12-06T16:57:04.607Z Compiling openssl-probe v0.1.5
19732023-12-06T16:57:05.033Z Compiling equivalent v1.0.1
19742023-12-06T16:57:05.153Z Compiling hashbrown v0.12.3
19752023-12-06T16:57:05.172Z Compiling doc-comment v0.3.3
19762023-12-06T16:57:05.463Z Compiling percent-encoding v2.3.1
19772023-12-06T16:57:05.956Z Compiling untrusted v0.9.0
19782023-12-06T16:57:05.956Z Compiling hashbrown v0.14.2
19792023-12-06T16:57:06.076Z Compiling dtrace-parser v0.1.14
19802023-12-06T16:57:07.837Z Compiling pem-rfc7468 v0.7.0
19812023-12-06T16:57:08.460Z Compiling foreign-types v0.3.2
19822023-12-06T16:57:08.908Z Compiling dof v0.1.5
19832023-12-06T16:57:08.950Z Compiling clap_derive v4.4.2
19842023-12-06T16:57:10.168Z Compiling der_derive v0.7.2
19852023-12-06T16:57:10.819Z Compiling bytes v1.5.0
19862023-12-06T16:57:11.420Z Compiling bitflags v2.4.0
19872023-12-06T16:57:11.675Z Compiling uuid v1.6.1
19882023-12-06T16:57:12.048Z Compiling rustc_version v0.4.0
19892023-12-06T16:57:12.816Z Compiling tokio v1.34.0
19902023-12-06T16:57:12.976Z Compiling heapless v0.7.16
19912023-12-06T16:57:13.582Z Compiling http v0.2.11
19922023-12-06T16:57:13.837Z Compiling indexmap v2.1.0
19932023-12-06T16:57:15.279Z Compiling chrono v0.4.31
19942023-12-06T16:57:17.599Z Compiling thread-id v4.2.0
19952023-12-06T16:57:17.787Z Compiling utf8parse v0.2.1
19962023-12-06T16:57:18.071Z Compiling anstyle v1.0.2
19972023-12-06T16:57:18.929Z Compiling time-core v0.1.1
19982023-12-06T16:57:19.175Z Compiling try-lock v0.2.4
19992023-12-06T16:57:19.354Z Compiling flagset v0.4.3
20002023-12-06T16:57:19.823Z Compiling siphasher v0.3.11
20012023-12-06T16:57:20.095Z Compiling rustversion v1.0.14
20022023-12-06T16:57:20.501Z Compiling cpufeatures v0.2.9
20032023-12-06T16:57:20.793Z Compiling adler v1.0.2
20042023-12-06T16:57:21.063Z Compiling miniz_oxide v0.7.1
20052023-12-06T16:57:21.094Z Compiling sha2 v0.10.8
20062023-12-06T16:57:24.739Z Compiling der v0.7.8
20072023-12-06T16:57:25.071Z Compiling want v0.3.1
20082023-12-06T16:57:25.501Z Compiling tokio-util v0.7.10
20092023-12-06T16:57:25.546Z Compiling time-macros v0.2.13
20102023-12-06T16:57:27.809Z Compiling h2 v0.3.21
20112023-12-06T16:57:29.406Z Compiling anstyle-parse v0.2.1
20122023-12-06T16:57:32.509Z Compiling http-body v0.4.5
20132023-12-06T16:57:34.135Z Compiling serde_tokenstream v0.1.7
20142023-12-06T16:57:34.147Z Compiling rustls-webpki v0.101.7
20152023-12-06T16:57:34.890Z Compiling sct v0.7.0
20162023-12-06T16:57:35.358Z Compiling form_urlencoded v1.2.1
20172023-12-06T16:57:35.801Z Compiling hubpack_derive v0.1.1
20182023-12-06T16:57:36.278Z Compiling pin-project-internal v1.1.3
20192023-12-06T16:57:37.186Z Compiling socket2 v0.4.9
20202023-12-06T16:57:37.200Z Compiling crossbeam-epoch v0.9.15
20212023-12-06T16:57:38.543Z Compiling anstyle-query v1.0.0
20222023-12-06T16:57:38.729Z Compiling colorchoice v1.0.0
20232023-12-06T16:57:38.733Z Compiling httpdate v1.0.3
20242023-12-06T16:57:38.984Z Compiling anyhow v1.0.75
20252023-12-06T16:57:39.148Z Compiling tower-service v0.3.2
20262023-12-06T16:57:39.750Z Compiling slog v2.7.0
20272023-12-06T16:57:39.989Z Compiling radium v0.7.0
20282023-12-06T16:57:40.714Z Compiling hyper v0.14.27
20292023-12-06T16:57:44.222Z Compiling anstream v0.5.0
20302023-12-06T16:57:49.049Z Compiling terminal_size v0.2.6
20312023-12-06T16:57:49.307Z Compiling spki v0.7.2
20322023-12-06T16:57:50.217Z Compiling toml_datetime v0.6.5
20332023-12-06T16:57:50.823Z Compiling serde_spanned v0.6.4
20342023-12-06T16:57:51.494Z Compiling rustls-pemfile v1.0.3
20352023-12-06T16:57:52.010Z Compiling zerocopy v0.6.4
20362023-12-06T16:57:53.490Z Compiling hmac v0.12.1
20372023-12-06T16:57:53.696Z Compiling md-5 v0.10.5
20382023-12-06T16:57:54.037Z Compiling stringprep v0.1.3
20392023-12-06T16:57:54.198Z Compiling idna v0.5.0
20402023-12-06T16:57:55.558Z Compiling diesel_table_macro_syntax v0.1.0
20412023-12-06T16:57:55.572Z Compiling hash32 v0.2.1
20422023-12-06T16:57:56.104Z Compiling aho-corasick v1.0.4
20432023-12-06T16:57:56.122Z Compiling stable_deref_trait v1.2.0
20442023-12-06T16:57:56.144Z Compiling either v1.9.0
20452023-12-06T16:57:56.456Z Compiling winnow v0.5.15
20462023-12-06T16:57:56.647Z Compiling fallible-iterator v0.2.0
20472023-12-06T16:57:56.651Z Compiling clap_lex v0.5.1
20482023-12-06T16:57:57.227Z Compiling tap v1.0.1
20492023-12-06T16:57:57.489Z Compiling gimli v0.28.0
20502023-12-06T16:57:57.937Z Compiling regex-syntax v0.8.2
20512023-12-06T16:57:58.018Z Compiling dyn-clone v1.0.13
20522023-12-06T16:57:58.034Z Compiling maybe-uninit v2.0.0
20532023-12-06T16:57:58.268Z Compiling strsim v0.10.0
20542023-12-06T16:57:58.768Z Compiling clap_builder v4.4.2
20552023-12-06T16:58:02.084Z Compiling postgres-protocol v0.6.6
20562023-12-06T16:58:02.185Z Compiling wyz v0.5.1
20572023-12-06T16:58:03.027Z Compiling diesel_derives v2.1.2
20582023-12-06T16:58:03.114Z Compiling url v2.5.0
20592023-12-06T16:58:03.985Z Compiling regex-automata v0.4.3
20602023-12-06T16:58:05.586Z Compiling addr2line v0.21.0
20612023-12-06T16:58:06.386Z Compiling tokio-rustls v0.24.1
20622023-12-06T16:58:06.983Z Compiling rustls-native-certs v0.6.3
20632023-12-06T16:58:07.491Z Compiling strum_macros v0.25.2
20642023-12-06T16:58:13.060Z Compiling tokio-native-tls v0.3.1
20652023-12-06T16:58:14.321Z Compiling usdt-attr-macro v0.3.5
20662023-12-06T16:58:14.430Z Compiling usdt-macro v0.3.5
20672023-12-06T16:58:16.289Z Compiling phf_shared v0.11.2
20682023-12-06T16:58:17.225Z Compiling block-padding v0.3.3
20692023-12-06T16:58:17.476Z Compiling snafu-derive v0.7.5
20702023-12-06T16:58:17.538Z Compiling enum-as-inner v0.5.1
20712023-12-06T16:58:17.556Z Compiling serde_repr v0.1.16
20722023-12-06T16:58:19.059Z Compiling scheduled-thread-pool v0.2.7
20732023-12-06T16:58:19.241Z Compiling object v0.32.1
20742023-12-06T16:58:22.777Z Compiling num_threads v0.1.6
20752023-12-06T16:58:22.946Z Compiling deranged v0.3.8
20762023-12-06T16:58:25.964Z Compiling managed v0.8.0
20772023-12-06T16:58:26.656Z Compiling packed_struct v0.10.1
20782023-12-06T16:58:27.520Z Compiling funty v2.0.0
20792023-12-06T16:58:27.521Z Compiling rustc-demangle v0.1.23
20802023-12-06T16:58:27.682Z Compiling ipnet v2.8.0
20812023-12-06T16:58:28.700Z Compiling bit-vec v0.6.3
20822023-12-06T16:58:29.396Z Compiling num-bigint-dig v0.8.4
20832023-12-06T16:58:29.799Z Compiling matches v0.1.10
20842023-12-06T16:58:29.814Z Compiling regex-automata v0.1.10
20852023-12-06T16:58:29.927Z Compiling idna v0.2.3
20862023-12-06T16:58:30.548Z Compiling bstr v0.2.17
20872023-12-06T16:58:31.907Z Compiling bitvec v1.0.1
20882023-12-06T16:58:36.409Z Compiling time v0.3.27
20892023-12-06T16:58:38.455Z Compiling r2d2 v0.8.10
20902023-12-06T16:58:39.664Z Compiling inout v0.1.3
20912023-12-06T16:58:41.910Z Compiling phf v0.11.2
20922023-12-06T16:58:42.349Z Compiling hyper-tls v0.5.0
20932023-12-06T16:58:42.832Z Compiling regex v1.10.2
20942023-12-06T16:58:44.311Z Compiling signal-hook-mio v0.2.3
20952023-12-06T16:58:44.552Z Compiling hyper-rustls v0.24.2
20962023-12-06T16:58:44.563Z Compiling flate2 v1.0.28
20972023-12-06T16:58:45.082Z Compiling clap v4.4.3
20982023-12-06T16:58:45.262Z Compiling ipnetwork v0.20.0
20992023-12-06T16:58:45.348Z Compiling postgres-types v0.2.6
21002023-12-06T16:58:45.437Z Compiling bzip2 v0.4.4
21012023-12-06T16:58:45.580Z Compiling toml_edit v0.19.15
21022023-12-06T16:58:45.988Z Compiling itertools v0.11.0
21032023-12-06T16:58:46.095Z Compiling pkcs8 v0.10.2
21042023-12-06T16:58:46.445Z Compiling pin-project v1.1.3
21052023-12-06T16:58:47.116Z Compiling hubpack v0.1.2
21062023-12-06T16:58:47.593Z Compiling serde_urlencoded v0.7.1
21072023-12-06T16:58:47.758Z Compiling phf_shared v0.10.0
21082023-12-06T16:58:48.393Z Compiling futures-executor v0.3.29
21092023-12-06T16:58:50.865Z Compiling signature v2.1.0
21102023-12-06T16:58:51.221Z Compiling packed_struct_codegen v0.10.1
21112023-12-06T16:58:53.068Z Compiling float-cmp v0.9.0
21122023-12-06T16:58:54.071Z Compiling encoding_rs v0.8.33
21132023-12-06T16:58:54.105Z Compiling whoami v1.4.1
21142023-12-06T16:58:54.897Z Compiling crc-catalog v2.2.0
21152023-12-06T16:58:54.983Z Compiling predicates-core v1.0.6
21162023-12-06T16:58:55.108Z Compiling mime v0.3.17
21172023-12-06T16:58:55.472Z Compiling fixedbitset v0.4.2
21182023-12-06T16:58:55.497Z Compiling webpki-roots v0.25.2
21192023-12-06T16:58:55.721Z Compiling unicode-segmentation v1.10.1
21202023-12-06T16:58:55.934Z Compiling regex-automata v0.3.8
21212023-12-06T16:58:56.094Z Compiling precomputed-hash v0.1.1
21222023-12-06T16:58:57.067Z Compiling unicode-width v0.1.11
21232023-12-06T16:58:58.550Z Compiling data-encoding v2.4.0
21242023-12-06T16:58:59.711Z Compiling nodrop v0.1.14
21252023-12-06T16:58:59.873Z Compiling normalize-line-endings v0.3.0
21262023-12-06T16:59:00.042Z Compiling static_assertions v1.1.0
21272023-12-06T16:59:00.260Z Compiling difflib v0.4.0
21282023-12-06T16:59:00.768Z Compiling new_debug_unreachable v1.0.4
21292023-12-06T16:59:01.327Z Compiling string_cache v0.8.7
21302023-12-06T16:59:01.469Z Compiling predicates v3.0.4
21312023-12-06T16:59:01.528Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21322023-12-06T16:59:02.805Z Compiling array-init v0.0.4
21332023-12-06T16:59:05.257Z Compiling trust-dns-proto v0.22.0
21342023-12-06T16:59:08.313Z Compiling bstr v1.6.0
21352023-12-06T16:59:10.799Z Compiling reqwest v0.11.22
21362023-12-06T16:59:14.904Z Compiling console v0.15.7
21372023-12-06T16:59:17.348Z Compiling similar v2.2.1
21382023-12-06T16:59:19.382Z Compiling petgraph v0.6.4
21392023-12-06T16:59:19.382Z Compiling crc v3.0.1
21402023-12-06T16:59:36.930Z Compiling tokio-postgres v0.7.10
21412023-12-06T16:59:37.584Z Compiling toml v0.7.8
21422023-12-06T16:59:37.584Z Compiling futures v0.3.29
21432023-12-06T16:59:37.584Z Compiling snafu v0.7.5
21442023-12-06T16:59:37.584Z Compiling pkcs1 v0.7.5
21452023-12-06T16:59:37.585Z Compiling smallvec v0.6.14
21462023-12-06T16:59:37.585Z Compiling zip v0.6.6
21472023-12-06T16:59:37.585Z Compiling diesel v2.1.4
21482023-12-06T16:59:37.585Z Compiling crossterm v0.27.0
21492023-12-06T16:59:37.585Z Compiling yasna v0.5.2
21502023-12-06T16:59:37.585Z Compiling hashbrown v0.13.2
21512023-12-06T16:59:37.585Z Compiling cipher v0.4.4
21522023-12-06T16:59:38.928Z Compiling bit-set v0.5.3
21532023-12-06T16:59:39.233Z Compiling usdt v0.3.5
21542023-12-06T16:59:39.384Z Compiling is-terminal v0.4.9
21552023-12-06T16:59:39.631Z Compiling toml_edit v0.21.0
21562023-12-06T16:59:42.699Z Compiling itertools v0.10.5
21572023-12-06T16:59:46.687Z Compiling tokio-stream v0.1.14
21582023-12-06T16:59:47.539Z Compiling openapiv3 v2.0.0-rc.1
21592023-12-06T16:59:48.231Z Compiling hex v0.4.3
21602023-12-06T16:59:55.730Z Compiling bitfield v0.14.0
21612023-12-06T16:59:58.823Z Compiling lalrpop-util v0.19.12
21622023-12-06T16:59:59.341Z Compiling termcolor v1.2.0
21632023-12-06T17:00:06.645Z Compiling env_logger v0.10.0
21642023-12-06T17:00:12.959Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21652023-12-06T17:00:23.139Z Compiling rsa v0.9.2
21662023-12-06T17:00:32.231Z Compiling serde-hex v0.1.0
21672023-12-06T17:00:32.290Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21682023-12-06T17:00:38.887Z Compiling x509-cert v0.2.4
21692023-12-06T17:00:40.255Z Compiling ron v0.8.1
21702023-12-06T17:00:41.986Z Compiling crc-any v2.4.3
21712023-12-06T17:00:42.936Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21722023-12-06T17:01:02.281Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21732023-12-06T17:01:06.191Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21742023-12-06T17:01:26.472Z Compiling object v0.30.4
21752023-12-06T17:01:34.796Z Compiling path-slash v0.1.5
21762023-12-06T17:01:40.266Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21772023-12-06T17:02:19.664Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21782023-12-06T17:02:20.826Z Finished release [optimized] target(s) in 5m 58s
21792023-12-06T17:02:20.908Z
21802023-12-06T17:02:20.908Zreal 5:58.612222077
21812023-12-06T17:02:20.909Zuser 41:54.421229580
21822023-12-06T17:02:20.909Zsys 3:34.005190728
21832023-12-06T17:02:20.909Ztrap 1.824302834
21842023-12-06T17:02:20.909Ztflt 0.908105380
21852023-12-06T17:02:20.909Zdflt 0.483325373
21862023-12-06T17:02:20.927Zkflt 0.000151880
21872023-12-06T17:02:20.927Zlock 1:33:08.944637982
21882023-12-06T17:02:20.927Zslp 1:57:52.184764165
21892023-12-06T17:02:20.928Zlat 1:49.408487496
21902023-12-06T17:02:20.928Zstop 1:21.155178941
21912023-12-06T17:02:20.928Z+ ptime -m gzip
21922023-12-06T17:02:21.569Z
21932023-12-06T17:02:21.569Zreal 0.653847627
21942023-12-06T17:02:21.575Zuser 0.645991002
21952023-12-06T17:02:21.575Zsys 0.007137811
21962023-12-06T17:02:21.575Ztrap 0.000147880
21972023-12-06T17:02:21.576Ztflt 0.000000000
21982023-12-06T17:02:21.576Zdflt 0.000000000
21992023-12-06T17:02:21.576Zkflt 0.000000000
22002023-12-06T17:02:21.576Zlock 0.000000000
22012023-12-06T17:02:21.576Zslp 0.000000000
22022023-12-06T17:02:21.576Zlat 0.000246904
22032023-12-06T17:02:21.576Zstop 0.000223335
22042023-12-06T17:02:21.576Z+ banner tufaceous
22052023-12-06T17:02:21.576Z
22062023-12-06T17:02:21.576Z ##### # # ###### ## #### ###### #### # # ####
22072023-12-06T17:02:21.577Z # # # # # # # # # # # # # #
22082023-12-06T17:02:21.577Z # # # ##### # # # ##### # # # # ####
22092023-12-06T17:02:21.577Z # # # # ###### # # # # # # #
22102023-12-06T17:02:21.577Z # # # # # # # # # # # # # # #
22112023-12-06T17:02:21.577Z # #### # # # #### ###### #### #### ####
22122023-12-06T17:02:21.577Z
22132023-12-06T17:02:21.577Z+ ptime -m cargo build --locked -p tufaceous --release
22142023-12-06T17:02:22.238Z Downloading crates ...
22152023-12-06T17:02:22.573Z Downloaded humantime v2.1.0
22162023-12-06T17:02:22.578Z Downloaded globset v0.4.13
22172023-12-06T17:02:22.579Z Downloaded async-recursion v1.0.5
22182023-12-06T17:02:22.579Z Downloaded fs-err v2.11.0
22192023-12-06T17:02:22.579Z Downloaded olpc-cjson v0.1.3
22202023-12-06T17:02:22.579Z Downloaded serde_plain v1.0.2
22212023-12-06T17:02:22.585Z Downloaded typed-path v0.6.0
22222023-12-06T17:02:22.591Z Downloaded tough v0.15.0
22232023-12-06T17:02:22.603Z Downloaded bytesize v1.3.0
22242023-12-06T17:02:22.650Z Downloaded buf-list v1.0.3
22252023-12-06T17:02:22.812Z Compiling serde_tokenstream v0.2.0
22262023-12-06T17:02:22.834Z Compiling regress v0.7.1
22272023-12-06T17:02:22.850Z Compiling dirs-sys-next v0.1.2
22282023-12-06T17:02:22.854Z Compiling ident_case v1.0.1
22292023-12-06T17:02:22.875Z Compiling thread_local v1.1.7
22302023-12-06T17:02:22.881Z Compiling slog-async v2.8.0
22312023-12-06T17:02:22.892Z Compiling heck v0.4.1
22322023-12-06T17:02:23.086Z Compiling dirs-next v2.0.0
22332023-12-06T17:02:23.448Z Compiling darling_core v0.20.3
22342023-12-06T17:02:23.591Z Compiling camino v1.1.6
22352023-12-06T17:02:24.073Z Compiling term v0.7.0
22362023-12-06T17:02:24.129Z Compiling crossbeam-channel v0.5.8
22372023-12-06T17:02:24.424Z Compiling getopts v0.2.21
22382023-12-06T17:02:24.900Z Compiling structmeta-derive v0.2.0
22392023-12-06T17:02:24.900Z Compiling atty v0.2.14
22402023-12-06T17:02:24.955Z Compiling multer v2.1.0
22412023-12-06T17:02:25.400Z Compiling unsafe-libyaml v0.2.9
22422023-12-06T17:02:25.844Z Compiling paste v1.0.14
22432023-12-06T17:02:26.519Z Compiling take_mut v0.2.2
22442023-12-06T17:02:26.728Z Compiling match_cfg v0.1.0
22452023-12-06T17:02:26.985Z Compiling hostname v0.3.1
22462023-12-06T17:02:27.393Z Compiling slog-term v2.9.0
22472023-12-06T17:02:28.230Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22482023-12-06T17:02:30.780Z Compiling structmeta v0.2.0
22492023-12-06T17:02:31.383Z Compiling serde_yaml v0.9.25
22502023-12-06T17:02:32.298Z Compiling darling_macro v0.20.3
22512023-12-06T17:02:32.322Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22522023-12-06T17:02:32.352Z Compiling slog-json v2.6.1
22532023-12-06T17:02:33.121Z Compiling async-stream-impl v0.3.5
22542023-12-06T17:02:33.720Z Compiling darling v0.20.3
22552023-12-06T17:02:33.872Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22562023-12-06T17:02:34.305Z Compiling atomic-waker v1.1.1
22572023-12-06T17:02:34.580Z Compiling regex-syntax v0.7.5
22582023-12-06T17:02:36.268Z Compiling fastrand v2.0.0
22592023-12-06T17:02:36.386Z Compiling async-stream v0.3.5
22602023-12-06T17:02:36.386Z Compiling waitgroup v0.1.2
22612023-12-06T17:02:36.386Z Compiling tempfile v3.8.1
22622023-12-06T17:02:36.386Z Compiling serde_with_macros v2.3.3
22632023-12-06T17:02:36.386Z Compiling slog-bunyan v2.4.0
22642023-12-06T17:02:39.073Z Compiling toml v0.8.8
22652023-12-06T17:02:39.224Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22662023-12-06T17:02:39.903Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22672023-12-06T17:02:41.074Z Compiling sha1 v0.10.6
22682023-12-06T17:02:41.629Z Compiling serde_path_to_error v0.1.14
22692023-12-06T17:02:42.289Z Compiling fs-err v2.11.0
22702023-12-06T17:02:42.506Z Compiling instant v0.1.12
22712023-12-06T17:02:42.594Z Compiling arc-swap v1.6.0
22722023-12-06T17:02:42.782Z Compiling debug-ignore v1.0.5
22732023-12-06T17:02:42.787Z Compiling buf-list v1.0.3
22742023-12-06T17:02:42.913Z Compiling same-file v1.0.6
22752023-12-06T17:02:43.271Z Compiling walkdir v2.4.0
22762023-12-06T17:02:43.358Z Compiling slog-scope v4.4.0
22772023-12-06T17:02:43.930Z Compiling backoff v0.4.0
22782023-12-06T17:02:44.483Z Compiling serde_with v2.3.3
22792023-12-06T17:02:44.819Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802023-12-06T17:02:44.846Z Compiling parse-display-derive v0.8.2
22812023-12-06T17:02:45.941Z Compiling globset v0.4.13
22822023-12-06T17:02:46.170Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22832023-12-06T17:02:46.395Z Compiling strum v0.25.0
22842023-12-06T17:02:46.953Z Compiling olpc-cjson v0.1.3
22852023-12-06T17:02:47.212Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22862023-12-06T17:02:47.543Z Compiling pem v3.0.2
22872023-12-06T17:02:48.179Z Compiling serde_plain v1.0.2
22882023-12-06T17:02:49.068Z Compiling macaddr v1.0.1
22892023-12-06T17:02:50.159Z Compiling async-recursion v1.0.5
22902023-12-06T17:02:50.188Z Compiling filetime v0.2.23
22912023-12-06T17:02:50.719Z Compiling xattr v1.0.1
22922023-12-06T17:02:51.072Z Compiling parse-display v0.8.2
22932023-12-06T17:02:51.174Z Compiling typed-path v0.6.0
22942023-12-06T17:02:51.373Z Compiling tar v0.4.40
22952023-12-06T17:02:52.152Z Compiling slog-stdlog v4.1.1
22962023-12-06T17:02:53.652Z Compiling camino-tempfile v1.1.1
22972023-12-06T17:02:54.361Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22982023-12-06T17:02:54.507Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22992023-12-06T17:02:54.909Z Compiling tough v0.15.0
23002023-12-06T17:03:00.843Z Compiling itertools v0.12.0
23012023-12-06T17:03:00.908Z Compiling bytesize v1.3.0
23022023-12-06T17:03:02.112Z Compiling slog-envlogger v2.2.0
23032023-12-06T17:03:03.004Z Compiling humantime v2.1.0
23042023-12-06T17:03:05.492Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23052023-12-06T17:03:29.939Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23062023-12-06T17:03:30.255Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23072023-12-06T17:03:41.288Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23082023-12-06T17:03:43.148Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23092023-12-06T17:04:12.476Z Finished release [optimized] target(s) in 1m 50s
23102023-12-06T17:04:12.566Z
23112023-12-06T17:04:12.566Zreal 1:50.974455681
23122023-12-06T17:04:12.566Zuser 11:44.764217343
23132023-12-06T17:04:12.566Zsys 45.071135423
23142023-12-06T17:04:12.566Ztrap 0.468109380
23152023-12-06T17:04:12.566Ztflt 0.224160083
23162023-12-06T17:04:12.566Zdflt 0.785512641
23172023-12-06T17:04:12.566Zkflt 0.000040904
23182023-12-06T17:04:12.566Zlock 22:31.915269148
23192023-12-06T17:04:12.571Zslp 24:17.753777140
23202023-12-06T17:04:12.571Zlat 22.117311881
23212023-12-06T17:04:12.571Zstop 11.475750979
23222023-12-06T17:04:12.571Z+ ptime -m gzip
23232023-12-06T17:04:14.948Z
23242023-12-06T17:04:14.954Zreal 2.377037954
23252023-12-06T17:04:14.955Zuser 2.346796546
23262023-12-06T17:04:14.955Zsys 0.029258051
23272023-12-06T17:04:14.955Ztrap 0.000419313
23282023-12-06T17:04:14.955Ztflt 0.000000000
23292023-12-06T17:04:14.955Zdflt 0.000000000
23302023-12-06T17:04:14.955Zkflt 0.000000000
23312023-12-06T17:04:14.956Zlock 0.000000000
23322023-12-06T17:04:14.956Zslp 0.000000000
23332023-12-06T17:04:14.956Zlat 0.000211307
23342023-12-06T17:04:14.956Zstop 0.000231308
23352023-12-06T17:04:14.956Zprocess exited: duration 1144346 ms, exit code 0
 
23362023-12-06T17:04:14.990Zfound 5 output files
23372023-12-06T17:04:14.991Zuploading: /work/end-to-end-tests/bootstrap-be9c817b94af4e8a.gz (6319419 bytes)
23382023-12-06T17:04:17.508Zuploaded: /work/end-to-end-tests/bootstrap-be9c817b94af4e8a.gz
23392023-12-06T17:04:17.509Zuploading: /work/end-to-end-tests/bootstrap.gz (95897632 bytes)
23402023-12-06T17:04:43.279Zuploaded: /work/end-to-end-tests/bootstrap.gz
23412023-12-06T17:04:43.279Zuploading: /work/end-to-end-tests/end_to_end_tests-ff923d3f5c6228d4.gz (99182359 bytes)
23422023-12-06T17:05:24.541Zuploaded: /work/end-to-end-tests/end_to_end_tests-ff923d3f5c6228d4.gz
23432023-12-06T17:05:24.541Zuploading: /work/caboose-util.gz (4091465 bytes)
23442023-12-06T17:05:26.797Zuploaded: /work/caboose-util.gz
23452023-12-06T17:05:26.797Zuploading: /work/tufaceous.gz (14958914 bytes)
23462023-12-06T17:05:30.958Zuploaded: /work/tufaceous.gz