01HFQ4VSDTNZ2ZEJE0SFGHFPSV: 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: 01HFQ4WPMZY5CZ809RF4E79BBV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-20T19:58:27.951Zjob assigned to worker 01HFQ4WT76E5KBN1FA77NA82ZW (queued for 1 m 53 s)
 
22023-11-20T19:58:28.156Zstarting task 0: "setup"
32023-11-20T19:58:28.359Z++ uname -s
42023-11-20T19:58:28.362Z+ kern=SunOS
52023-11-20T19:58:28.366Z+ case "$kern" in
62023-11-20T19:58:28.369Z+ groupadd -g 12345 build
72023-11-20T19:58:28.372Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-20T19:58:30.376Z+ zfs create -o mountpoint=/work rpool/work
92023-11-20T19:58:30.462Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-20T19:58:30.466Z+ home_fs=zfs
112023-11-20T19:58:30.469Z+ [[ zfs == autofs ]]
122023-11-20T19:58:30.472Z+ mkdir -p /home/build
132023-11-20T19:58:30.475Z+ chown build:build /home/build /work
142023-11-20T19:58:32.471Z+ chmod 0700 /home/build /work
152023-11-20T19:58:32.475Zprocess exited: duration 4314 ms, exit code 0
 
162023-11-20T19:58:32.481Zstarting task 1: "rust-toolchain"
172023-11-20T19:58:32.494Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-20T19:58:32.498Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-20T19:58:32.651Zinfo: downloading installer
202023-11-20T19:58:35.165Zwarning: it looks like you have an existing installation of Rust at:
212023-11-20T19:58:35.169Zwarning: /opt/ooce/bin
222023-11-20T19:58:35.172Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-20T19:58:35.175Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-20T19:58:35.178Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-20T19:58:35.181Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-20T19:58:35.185Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-20T19:58:35.188Zerror: cannot install while Rust is installed
282023-11-20T19:58:35.191Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-20T19:58:35.589Zinfo: profile set to 'default'
302023-11-20T19:58:35.592Zinfo: default host triple is x86_64-unknown-illumos
312023-11-20T19:58:35.595Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-20T19:58:35.776Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-20T19:58:35.779Zinfo: downloading component 'cargo'
342023-11-20T19:58:36.593Zinfo: downloading component 'clippy'
352023-11-20T19:58:36.878Zinfo: downloading component 'rust-docs'
362023-11-20T19:58:37.878Zinfo: downloading component 'rust-std'
372023-11-20T19:58:39.676Zinfo: downloading component 'rustc'
382023-11-20T19:58:44.021Zinfo: downloading component 'rustfmt'
392023-11-20T19:58:44.341Zinfo: installing component 'cargo'
402023-11-20T19:58:46.251Zinfo: installing component 'clippy'
412023-11-20T19:58:47.119Zinfo: installing component 'rust-docs'
422023-11-20T19:58:49.848Zinfo: installing component 'rust-std'
432023-11-20T19:58:53.612Zinfo: installing component 'rustc'
442023-11-20T19:59:02.526Zinfo: installing component 'rustfmt'
452023-11-20T19:59:02.988Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-20T19:59:02.992Z
472023-11-20T19:59:03.125Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-20T19:59:03.129Z
492023-11-20T19:59:03.132Z
502023-11-20T19:59:03.136ZRust is installed now. Great!
512023-11-20T19:59:03.140Z
522023-11-20T19:59:03.147ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-20T19:59:03.150Zenvironment variable. This has not been done automatically.
542023-11-20T19:59:03.154Z
552023-11-20T19:59:03.162ZTo configure your current shell, run:
562023-11-20T19:59:03.165Zsource "$HOME/.cargo/env"
572023-11-20T19:59:03.227Z+ rustc --version
582023-11-20T19:59:03.347Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-20T19:59:03.353Zprocess exited: duration 30869 ms, exit code 0
 
602023-11-20T19:59:03.360Zstarting task 2: "authentication"
612023-11-20T19:59:03.396Zprocess exited: duration 32 ms, exit code 0
 
622023-11-20T19:59:03.403Zstarting task 3: "clone repository"
632023-11-20T19:59:03.414Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-20T19:59:03.418Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-20T19:59:03.457ZCloning into '/work/oxidecomputer/omicron'...
662023-11-20T19:59:09.024Z+ cd /work/oxidecomputer/omicron
672023-11-20T19:59:09.027Z+ [[ -n restore-schema-10.0.0 ]]
682023-11-20T19:59:09.031Z+ git fetch origin restore-schema-10.0.0
692023-11-20T19:59:09.413ZFrom https://github.com/oxidecomputer/omicron
702023-11-20T19:59:09.416Z * branch restore-schema-10.0.0 -> FETCH_HEAD
712023-11-20T19:59:09.424Z+ git checkout -B restore-schema-10.0.0 remotes/origin/restore-schema-10.0.0
722023-11-20T19:59:09.515ZSwitched to a new branch 'restore-schema-10.0.0'
732023-11-20T19:59:09.518Zbranch 'restore-schema-10.0.0' set up to track 'origin/restore-schema-10.0.0'.
742023-11-20T19:59:09.521Z+ git reset --hard 2795027a21fb42ef210ce0f35d3d671a594697c6
752023-11-20T19:59:09.530ZHEAD is now at 2795027a restore schema 10.0.0
762023-11-20T19:59:09.533Zprocess exited: duration 6125 ms, exit code 0
 
772023-11-20T19:59:09.538Zstarting task 4: "build"
782023-11-20T19:59:09.549Z+ cargo --version
792023-11-20T19:59:09.556Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-20T19:59:09.735Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-20T19:59:09.738Zinfo: downloading component 'cargo'
822023-11-20T19:59:10.388Zinfo: downloading component 'clippy'
832023-11-20T19:59:10.625Zinfo: downloading component 'rust-docs'
842023-11-20T19:59:11.470Zinfo: downloading component 'rust-std'
852023-11-20T19:59:12.811Zinfo: downloading component 'rustc'
862023-11-20T19:59:16.593Zinfo: downloading component 'rustfmt'
872023-11-20T19:59:16.861Zinfo: installing component 'cargo'
882023-11-20T19:59:18.057Zinfo: installing component 'clippy'
892023-11-20T19:59:18.557Zinfo: installing component 'rust-docs'
902023-11-20T19:59:21.235Zinfo: installing component 'rust-std'
912023-11-20T19:59:23.738Zinfo: installing component 'rustc'
922023-11-20T19:59:29.935Zinfo: installing component 'rustfmt'
932023-11-20T19:59:30.478Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-20T19:59:30.481Z+ rustc --version
952023-11-20T19:59:30.601Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-20T19:59:30.609Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-20T19:59:38.561Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-20T19:59:39.564Z Startup: Caching catalogs ... Done
992023-11-20T19:59:45.049ZPlanning: Solver setup ... Done (5.127s)
1002023-11-20T19:59:45.175ZPlanning: Running solver ... Done (0.127s)
1012023-11-20T19:59:45.235ZPlanning: Finding local manifests ... Done (0.003s)
1022023-11-20T19:59:45.250ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-20T19:59:45.943ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-20T19:59:45.998ZPlanning: Package planning ... Done (0.084s)
1052023-11-20T19:59:46.087ZPlanning: Merging actions ... Done (0.089s)
1062023-11-20T19:59:46.686ZPlanning: Checking for conflicting actions ... Done (0.599s)
1072023-11-20T19:59:46.704ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-11-20T19:59:50.660ZPlanning: Evaluating mediators ... Done (3.956s)
1092023-11-20T19:59:50.676ZPlanning: Planning completed in 11.05 seconds
1102023-11-20T19:59:52.472Z Packages to install: 4
1112023-11-20T19:59:52.476Z Mediators to change: 2
1122023-11-20T19:59:52.479Z Services to change: 1
1132023-11-20T19:59:52.482Z Estimated space available: 148.90 GB
1142023-11-20T19:59:52.485ZEstimated space to be consumed: 1.37 GB
1152023-11-20T19:59:52.488Z Create boot environment: No
1162023-11-20T19:59:52.490ZCreate backup boot environment: No
1172023-11-20T19:59:52.493Z Rebuild boot archive: No
1182023-11-20T19:59:52.496Z
1192023-11-20T19:59:52.499ZChanged mediators:
1202023-11-20T19:59:52.502Z mediator clang:
1212023-11-20T19:59:52.506Z version: None -> 15 (system default)
1222023-11-20T19:59:52.510Z
1232023-11-20T19:59:52.513Z mediator llvm:
1242023-11-20T19:59:52.516Z version: 14 (system default) -> 15 (system default)
1252023-11-20T19:59:52.520Z
1262023-11-20T19:59:52.523ZChanged packages:
1272023-11-20T19:59:52.527Zhelios-dev
1282023-11-20T19:59:52.530Z developer/build-essential
1292023-11-20T19:59:52.533Z None -> 11-2.0
1302023-11-20T19:59:52.536Z library/libxmlsec1
1312023-11-20T19:59:52.540Z None -> 1.2.35-2.0
1322023-11-20T19:59:52.543Z ooce/developer/clang-15
1332023-11-20T19:59:52.546Z None -> 15.0.7-2.0
1342023-11-20T19:59:52.549Z ooce/developer/llvm-15
1352023-11-20T19:59:52.552Z None -> 15.0.7-2.0
1362023-11-20T19:59:52.555Z
1372023-11-20T19:59:52.557ZServices:
1382023-11-20T19:59:52.560Z restart_fmri:
1392023-11-20T19:59:52.563Z svc:/system/update-man-index:default
1402023-11-20T19:59:52.635Z
1412023-11-20T19:59:52.638ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-20T19:59:58.759ZDownload: 211/3290 items 1.3/212.6MB 0% complete (575k/s)
1432023-11-20T20:00:03.765ZDownload: 1073/3290 items 19.7/212.6MB 9% complete (1.9M/s)
1442023-11-20T20:00:09.110ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (8.6M/s)
1452023-11-20T20:00:14.379ZDownload: 2214/3290 items 119.2/212.6MB 56% complete (9.8M/s)
1462023-11-20T20:00:19.377ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (3.6M/s)
1472023-11-20T20:00:24.381ZDownload: 3241/3290 items 172.9/212.6MB 81% complete (5.3M/s)
1482023-11-20T20:00:27.704ZDownload: Completed 212.60 MB in 35.07 seconds (6.1M/s)
1492023-11-20T20:00:27.942Z Actions: 1/3687 actions (Installing new actions)
1502023-11-20T20:00:33.822Z Actions: 2335/3687 actions (Installing new actions)
1512023-11-20T20:00:36.325Z Actions: Completed 3687 actions in 8.38 seconds.
1522023-11-20T20:00:36.427Z Done (0.095s)
1532023-11-20T20:00:36.430Z Done (0.000s)
1542023-11-20T20:00:36.660Z Done (0.232s)
1552023-11-20T20:00:44.210Z Done (7.435s)
1562023-11-20T20:00:44.547Z Done (0.236s)
1572023-11-20T20:00:44.550Z Done (0.000s)
1582023-11-20T20:00:44.774Z Done (0.000s)
1592023-11-20T20:00:45.477ZPlanning: Evaluating mediator changes ... Done
1602023-11-20T20:00:45.761ZPlanning: Checking for conflicting actions ... Done
1612023-11-20T20:00:45.766ZPlanning: Consolidating action changes ... Done
1622023-11-20T20:00:46.196ZPlanning: Evaluating mediators ... Done
1632023-11-20T20:00:46.199ZPlanning: Planning completed in 0.72 seconds
1642023-11-20T20:00:46.252Z Mediators to change: 2
1652023-11-20T20:00:46.255Z Create boot environment: No
1662023-11-20T20:00:46.259ZCreate backup boot environment: No
1672023-11-20T20:00:46.345Z Done
1682023-11-20T20:00:46.348Z Done
1692023-11-20T20:00:46.487Z Done
1702023-11-20T20:00:52.428Z Done
1712023-11-20T20:00:52.553Z Done
1722023-11-20T20:00:52.556Z Done
1732023-11-20T20:00:52.660Z Done
1742023-11-20T20:00:53.673ZPlanning: Evaluating mediator changes ... Done
1752023-11-20T20:00:53.676ZPlanning: Merging actions ... Done
1762023-11-20T20:00:54.008ZPlanning: Checking for conflicting actions ... Done
1772023-11-20T20:00:54.012ZPlanning: Consolidating action changes ... Done
1782023-11-20T20:00:54.442ZPlanning: Evaluating mediators ... Done
1792023-11-20T20:00:54.532ZPlanning: Planning completed in 1.30 seconds
1802023-11-20T20:00:54.590Z Packages to change: 1
1812023-11-20T20:00:54.593Z Mediators to change: 1
1822023-11-20T20:00:54.596Z Services to change: 1
1832023-11-20T20:00:54.598Z Create boot environment: No
1842023-11-20T20:00:54.601ZCreate backup boot environment: Yes
1852023-11-20T20:00:56.648Z Actions: 1/6 actions (Updating modified actions)
1862023-11-20T20:00:56.650Z Actions: Completed 6 actions in 0.00 seconds.
1872023-11-20T20:00:56.653Z Done
1882023-11-20T20:00:56.656Z Done
1892023-11-20T20:00:56.705Z Done
1902023-11-20T20:01:02.809Z Done
1912023-11-20T20:01:02.939Z Done
1922023-11-20T20:01:02.942Z Done
1932023-11-20T20:01:03.052Z Done
1942023-11-20T20:01:03.730ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952023-11-20T20:01:03.735Zclang system 15 system
1962023-11-20T20:01:03.739Zcsh system system illumos
1972023-11-20T20:01:03.742Zctags system system illumos
1982023-11-20T20:01:03.745Zgcc vendor 12 vendor
1992023-11-20T20:01:03.749Zgcc system 10 system
2002023-11-20T20:01:03.752Zgcc system 7 system
2012023-11-20T20:01:03.755Zgo system 1.20 system
2022023-11-20T20:01:03.758Zgo system 1.19 system
2032023-11-20T20:01:03.761Zllvm system 15 system
2042023-11-20T20:01:03.766Zllvm system 14 system
2052023-11-20T20:01:03.769Zmariadb system 10.6 system
2062023-11-20T20:01:03.772Zmta vendor vendor dma
2072023-11-20T20:01:03.775Zopenjdk system 17 system
2082023-11-20T20:01:03.780Zopenjdk system 11 system
2092023-11-20T20:01:03.784Zopenjdk system 1.8 system
2102023-11-20T20:01:03.787Zopenssl vendor 3 vendor
2112023-11-20T20:01:03.790Zperl system 5.36 system
2122023-11-20T20:01:03.793Zpostgresql system 15 system
2132023-11-20T20:01:03.796Zpostgresql system 13 system
2142023-11-20T20:01:03.799Zpython vendor 3 vendor
2152023-11-20T20:01:03.805Zpython system 2 system
2162023-11-20T20:01:03.808Zpython3 system 3.11 system
2172023-11-20T20:01:03.811Zruby system 3.0 system
2182023-11-20T20:01:03.815Zwords vendor vendor american-english
2192023-11-20T20:01:03.818Zwords system system australian-english
2202023-11-20T20:01:03.823Zwords system system british-english
2212023-11-20T20:01:03.827Zwords system system canadian-english
2222023-11-20T20:01:03.830Zwords system system french
2232023-11-20T20:01:03.834Zwords system system italian
2242023-11-20T20:01:03.838Zwords system system ngerman
2252023-11-20T20:01:03.841Zwords system system ogerman
2262023-11-20T20:01:03.845Zwords system system spanish
2272023-11-20T20:01:04.265ZFMRI IFO
2282023-11-20T20:01:04.269Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292023-11-20T20:01:04.272Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302023-11-20T20:01:04.276Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312023-11-20T20:01:04.279Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2322023-11-20T20:01:04.312Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332023-11-20T20:01:04.316Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2342023-11-20T20:01:04.341Z+ set -o errexit
2352023-11-20T20:01:04.345Z+++ dirname ./tools/ci_download_cockroachdb
2362023-11-20T20:01:04.349Z++ cd ./tools
2372023-11-20T20:01:04.352Z++ pwd
2382023-11-20T20:01:04.355Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2392023-11-20T20:01:04.359Z++ basename ./tools/ci_download_cockroachdb
2402023-11-20T20:01:04.363Z+ ARG0=ci_download_cockroachdb
2412023-11-20T20:01:04.367Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2422023-11-20T20:01:04.370Z+ CIDL_VERSION=v22.1.9
2432023-11-20T20:01:04.373Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2442023-11-20T20:01:04.376Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2452023-11-20T20:01:04.380Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2462023-11-20T20:01:04.383Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2472023-11-20T20:01:04.386Z+ TARGET_DIR=out
2482023-11-20T20:01:04.390Z+ DOWNLOAD_DIR=out/downloads
2492023-11-20T20:01:04.393Z+ DEST_DIR=./out/cockroachdb
2502023-11-20T20:01:04.396Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2512023-11-20T20:01:04.400Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2522023-11-20T20:01:04.404Z+ main
2532023-11-20T20:01:04.409Z+ [[ 0 != 0 ]]
2542023-11-20T20:01:04.412Z+ CIDL_OS=solaris2.11
2552023-11-20T20:01:04.415Z+ [[ 0 != 0 ]]
2562023-11-20T20:01:04.418Z+ configure_os solaris2.11
2572023-11-20T20:01:04.421Z+ echo 'current directory: /work/oxidecomputer/omicron'
2582023-11-20T20:01:04.424Zcurrent directory: /work/oxidecomputer/omicron
2592023-11-20T20:01:04.427Z+ echo 'configuring based on OS: "solaris2.11"'
2602023-11-20T20:01:04.431Zconfiguring based on OS: "solaris2.11"
2612023-11-20T20:01:04.434Z+ case "$1" in
2622023-11-20T20:01:04.437Z+ CIDL_BUILD=illumos
2632023-11-20T20:01:04.440Z+ CIDL_SUFFIX=tar.gz
2642023-11-20T20:01:04.444Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2652023-11-20T20:01:04.448Z+ CIDL_MD5FUNC=do_md5sum
2662023-11-20T20:01:04.452Z+ CIDL_URL_BASE=https://illumos.org/downloads
2672023-11-20T20:01:04.456Z+ CIDL_ASSEMBLE=do_assemble_illumos
2682023-11-20T20:01:04.459Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2692023-11-20T20:01:04.464Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2702023-11-20T20:01:04.469Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-11-20T20:01:04.472Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2722023-11-20T20:01:04.476Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-11-20T20:01:04.481Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742023-11-20T20:01:04.485ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-11-20T20:01:04.488Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762023-11-20T20:01:04.491ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-11-20T20:01:04.496Z+ mkdir -p out/downloads
2782023-11-20T20:01:04.498Z+ mkdir -p ./out/cockroachdb
2792023-11-20T20:01:04.502Z+ local DO_DOWNLOAD=true
2802023-11-20T20:01:04.505Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2812023-11-20T20:01:04.508Z+ '[' true == true ']'
2822023-11-20T20:01:04.512Z+ echo Downloading...
2832023-11-20T20:01:04.516ZDownloading...
2842023-11-20T20:01:04.519Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-11-20T20:01:04.522Z+ 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
2862023-11-20T20:01:09.227Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872023-11-20T20:01:09.231Z++ md5sum
2882023-11-20T20:01:09.234Z++ awk '{print $1}'
2892023-11-20T20:01:09.412Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2902023-11-20T20:01:09.416Z+ [[ 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 ]]
2912023-11-20T20:01:09.419Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922023-11-20T20:01:09.422Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2932023-11-20T20:01:12.737Z+ do_assemble_illumos
2942023-11-20T20:01:12.740Z+ rm -r ./out/cockroachdb
2952023-11-20T20:01:12.744Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2962023-11-20T20:01:13.443Z+ ./out/cockroachdb/bin/cockroach version
2972023-11-20T20:01:13.700ZBuild Tag: v22.1.9-dirty
2982023-11-20T20:01:13.709ZBuild Time: 2022/10/26 21:17:46
2992023-11-20T20:01:13.719ZDistribution: OSS
3002023-11-20T20:01:13.726ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3012023-11-20T20:01:13.738ZGo Version: go1.17.13
3022023-11-20T20:01:13.747ZC Compiler: gcc 10.3.0
3032023-11-20T20:01:13.753ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3042023-11-20T20:01:14.177ZBuild Type: release
3052023-11-20T20:01:14.187Z+ set -o errexit
3062023-11-20T20:01:14.201Z+++ dirname ./tools/ci_download_clickhouse
3072023-11-20T20:01:14.215Z++ cd ./tools
3082023-11-20T20:01:14.240Z++ pwd
3092023-11-20T20:01:14.258Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3102023-11-20T20:01:14.272Z++ basename ./tools/ci_download_clickhouse
3112023-11-20T20:01:14.284Z+ ARG0=ci_download_clickhouse
3122023-11-20T20:01:14.291Z+ TARGET_DIR=out
3132023-11-20T20:01:14.296Z+ DOWNLOAD_DIR=out/downloads
3142023-11-20T20:01:14.304Z+ DEST_DIR=./out/clickhouse
3152023-11-20T20:01:14.308Z+ CIDL_VERSION=v22.8.9.24
3162023-11-20T20:01:14.312Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3172023-11-20T20:01:14.317Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3182023-11-20T20:01:14.322Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3192023-11-20T20:01:14.330Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3202023-11-20T20:01:14.335Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3212023-11-20T20:01:14.342Z+ main
3222023-11-20T20:01:14.349Z+ [[ 0 != 0 ]]
3232023-11-20T20:01:14.353Z+ CIDL_OS=solaris2.11
3242023-11-20T20:01:14.361Z+ [[ 0 != 0 ]]
3252023-11-20T20:01:14.372Z+ configure_os solaris2.11
3262023-11-20T20:01:14.376Z+ echo 'current directory: /work/oxidecomputer/omicron'
3272023-11-20T20:01:14.382Zcurrent directory: /work/oxidecomputer/omicron
3282023-11-20T20:01:14.388Z+ echo 'configuring based on OS: "solaris2.11"'
3292023-11-20T20:01:14.393Zconfiguring based on OS: "solaris2.11"
3302023-11-20T20:01:14.398Z+ CIDL_DASHREV=
3312023-11-20T20:01:14.406Z+ case "$1" in
3322023-11-20T20:01:14.413Z+ CIDL_PLATFORM=illumos
3332023-11-20T20:01:14.420Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3342023-11-20T20:01:14.431Z+ CIDL_MD5FUNC=do_md5sum
3352023-11-20T20:01:14.436Z+ CIDL_DASHREV=-1
3362023-11-20T20:01:14.445Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3372023-11-20T20:01:14.454Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-11-20T20:01:14.465Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-20T20:01:14.473Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-11-20T20:01:14.478Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412023-11-20T20:01:14.483ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-11-20T20:01:14.489Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3432023-11-20T20:01:14.499ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-11-20T20:01:14.507Z+ mkdir -p out/downloads
3452023-11-20T20:01:14.518Z+ mkdir -p ./out/clickhouse
3462023-11-20T20:01:14.526Z+ local DO_DOWNLOAD=true
3472023-11-20T20:01:14.539Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3482023-11-20T20:01:14.549Z+ '[' true == true ']'
3492023-11-20T20:01:14.555Z+ echo Downloading...
3502023-11-20T20:01:14.561ZDownloading...
3512023-11-20T20:01:14.569Z+ 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
3522023-11-20T20:01:14.575Z+ 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
3532023-11-20T20:01:15.116Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542023-11-20T20:01:15.124Z++ md5sum
3552023-11-20T20:01:15.132Z++ awk '{print $1}'
3562023-11-20T20:01:15.365Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3572023-11-20T20:01:15.372Z+ [[ 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 ]]
3582023-11-20T20:01:15.379Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3592023-11-20T20:01:15.385Z+ mkdir -p ./out/clickhouse
3602023-11-20T20:01:15.392Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3612023-11-20T20:01:20.275Z+ ./out/clickhouse/clickhouse server --version
3622023-11-20T20:01:20.329ZClickHouse server version 22.8.9.1.
3632023-11-20T20:01:20.352Z+ set -o errexit
3642023-11-20T20:01:20.355Z+++ dirname ./tools/ci_download_console
3652023-11-20T20:01:20.358Z++ cd ./tools
3662023-11-20T20:01:20.361Z++ pwd
3672023-11-20T20:01:20.364Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3682023-11-20T20:01:20.367Z++ basename ./tools/ci_download_console
3692023-11-20T20:01:20.372Z+ ARG0=ci_download_console
3702023-11-20T20:01:20.374Z+ TARGET_DIR=out
3712023-11-20T20:01:20.377Z+ DOWNLOAD_DIR=out/downloads
3722023-11-20T20:01:20.380Z+ DEST_DIR=./out/console-assets
3732023-11-20T20:01:20.383Z+ source /work/oxidecomputer/omicron/tools/console_version
3742023-11-20T20:01:20.386Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3752023-11-20T20:01:20.390Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3762023-11-20T20:01:20.393Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3772023-11-20T20:01:20.396Z+ TARBALL_FILE=out/downloads/console.tar.gz
3782023-11-20T20:01:20.400Z+ main
3792023-11-20T20:01:20.403Z+ [[ 0 != 0 ]]
3802023-11-20T20:01:20.407Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3812023-11-20T20:01:20.410ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3822023-11-20T20:01:20.413Z+ echo 'Local file: out/downloads/console.tar.gz'
3832023-11-20T20:01:20.417ZLocal file: out/downloads/console.tar.gz
3842023-11-20T20:01:20.423Z+ local DO_DOWNLOAD=true
3852023-11-20T20:01:20.831Z+ [[ -f out/downloads/console.tar.gz ]]
3862023-11-20T20:01:20.835Z+ mkdir -p out/downloads
3872023-11-20T20:01:20.874Z+ '[' true == true ']'
3882023-11-20T20:01:20.885Z+ echo Downloading...
3892023-11-20T20:01:20.894ZDownloading...
3902023-11-20T20:01:20.901Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3912023-11-20T20:01:20.907Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3922023-11-20T20:01:20.948Z++ do_sha256sum out/downloads/console.tar.gz
3932023-11-20T20:01:20.951Z++ case "$OSTYPE" in
3942023-11-20T20:01:20.954Z++ SHA=sha256sum
3952023-11-20T20:01:20.958Z++ sha256sum
3962023-11-20T20:01:20.962Z++ awk '{print $1}'
3972023-11-20T20:01:20.974Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3982023-11-20T20:01:20.977Z+ [[ 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 ]]
3992023-11-20T20:01:20.980Z+ rm -rf ./out/console-assets
4002023-11-20T20:01:20.984Z+ mkdir -p ./out/console-assets
4012023-11-20T20:01:20.988Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4022023-11-20T20:01:20.992Z+ mkdir -p ./out/console-assets
4032023-11-20T20:01:21.006Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4042023-11-20T20:01:21.115Z+ set -o errexit
4052023-11-20T20:01:21.118Z+++ dirname ./tools/ci_download_maghemite_openapi
4062023-11-20T20:01:21.121Z++ cd ./tools
4072023-11-20T20:01:21.124Z++ pwd
4082023-11-20T20:01:21.127Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4092023-11-20T20:01:21.130Z++ basename ./tools/ci_download_maghemite_openapi
4102023-11-20T20:01:21.133Z+ ARG0=ci_download_maghemite_openapi
4112023-11-20T20:01:21.136Z+ TARGET_DIR=out
4122023-11-20T20:01:21.138Z+ DOWNLOAD_DIR=out/downloads
4132023-11-20T20:01:21.142Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4142023-11-20T20:01:21.144Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4152023-11-20T20:01:21.147Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4162023-11-20T20:01:21.152Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4172023-11-20T20:01:21.157Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4182023-11-20T20:01:21.164Z+ main
4192023-11-20T20:01:21.170Z+ [[ 0 != 0 ]]
4202023-11-20T20:01:21.174Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4212023-11-20T20:01:21.177ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4222023-11-20T20:01:21.181Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4232023-11-20T20:01:21.184ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4242023-11-20T20:01:21.187Z+ local DO_DOWNLOAD=true
4252023-11-20T20:01:21.190Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4262023-11-20T20:01:21.193Z+ mkdir -p out/downloads
4272023-11-20T20:01:21.195Z+ '[' true == true ']'
4282023-11-20T20:01:21.199Z+ echo Downloading...
4292023-11-20T20:01:21.202ZDownloading...
4302023-11-20T20:01:21.206Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4312023-11-20T20:01:21.209Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4322023-11-20T20:01:21.270Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4332023-11-20T20:01:21.272Z++ case "$OSTYPE" in
4342023-11-20T20:01:21.276Z++ SHA=sha256sum
4352023-11-20T20:01:21.280Z++ sha256sum
4362023-11-20T20:01:21.283Z++ awk '{print $1}'
4372023-11-20T20:01:21.286Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4382023-11-20T20:01:21.289Z+ [[ 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 ]]
4392023-11-20T20:01:21.293Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4402023-11-20T20:01:21.296Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4412023-11-20T20:01:21.299Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4422023-11-20T20:01:21.302Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4432023-11-20T20:01:21.305Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4442023-11-20T20:01:21.308Z+ main
4452023-11-20T20:01:21.311Z+ [[ 0 != 0 ]]
4462023-11-20T20:01:21.315Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4472023-11-20T20:01:21.319ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4482023-11-20T20:01:21.322Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4492023-11-20T20:01:21.325ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4502023-11-20T20:01:21.329Z+ local DO_DOWNLOAD=true
4512023-11-20T20:01:21.331Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4522023-11-20T20:01:21.334Z+ mkdir -p out/downloads
4532023-11-20T20:01:21.337Z+ '[' true == true ']'
4542023-11-20T20:01:21.340Z+ echo Downloading...
4552023-11-20T20:01:21.343ZDownloading...
4562023-11-20T20:01:21.347Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4572023-11-20T20:01:21.350Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4582023-11-20T20:01:21.460Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4592023-11-20T20:01:21.469Z++ case "$OSTYPE" in
4602023-11-20T20:01:21.479Z++ SHA=sha256sum
4612023-11-20T20:01:21.486Z++ sha256sum
4622023-11-20T20:01:21.492Z++ awk '{print $1}'
4632023-11-20T20:01:21.499Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4642023-11-20T20:01:21.508Z+ [[ 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 ]]
4652023-11-20T20:01:21.514Z+ set -o errexit
4662023-11-20T20:01:21.523Z+++ dirname ./tools/ci_download_dendrite_openapi
4672023-11-20T20:01:21.530Z++ cd ./tools
4682023-11-20T20:01:21.536Z++ pwd
4692023-11-20T20:01:21.546Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4702023-11-20T20:01:21.556Z++ basename ./tools/ci_download_dendrite_openapi
4712023-11-20T20:01:21.564Z+ ARG0=ci_download_dendrite_openapi
4722023-11-20T20:01:21.571Z+ TARGET_DIR=out
4732023-11-20T20:01:21.577Z+ DOWNLOAD_DIR=out/downloads
4742023-11-20T20:01:21.586Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4752023-11-20T20:01:21.600Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4762023-11-20T20:01:21.614Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4772023-11-20T20:01:21.627Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4782023-11-20T20:01:21.637Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4792023-11-20T20:01:21.650Z+ main
4802023-11-20T20:01:21.659Z+ [[ 0 != 0 ]]
4812023-11-20T20:01:21.675Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4822023-11-20T20:01:21.695ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4832023-11-20T20:01:21.702Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4842023-11-20T20:01:21.710Z+ local DO_DOWNLOAD=true
4852023-11-20T20:01:21.718ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4862023-11-20T20:01:21.722Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4872023-11-20T20:01:21.731Z+ mkdir -p out/downloads
4882023-11-20T20:01:21.738Z+ '[' true == true ']'
4892023-11-20T20:01:21.742Z+ echo Downloading...
4902023-11-20T20:01:21.746ZDownloading...
4912023-11-20T20:01:21.750Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4922023-11-20T20:01:21.755Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4932023-11-20T20:01:21.760Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4942023-11-20T20:01:21.769Z++ case "$OSTYPE" in
4952023-11-20T20:01:21.779Z++ SHA=sha256sum
4962023-11-20T20:01:21.787Z++ sha256sum
4972023-11-20T20:01:21.791Z++ awk '{print $1}'
4982023-11-20T20:01:21.795Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4992023-11-20T20:01:21.804Z+ [[ 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 ]]
5002023-11-20T20:01:21.813Z+ set -o errexit
5012023-11-20T20:01:21.825Z+++ dirname ./tools/ci_download_dendrite_stub
5022023-11-20T20:01:21.837Z++ cd ./tools
5032023-11-20T20:01:21.848Z++ pwd
5042023-11-20T20:01:21.914Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5052023-11-20T20:01:21.918Z++ basename ./tools/ci_download_dendrite_stub
5062023-11-20T20:01:21.928Z+ ARG0=ci_download_dendrite_stub
5072023-11-20T20:01:21.932Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5082023-11-20T20:01:21.935Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5092023-11-20T20:01:21.938Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5102023-11-20T20:01:21.941Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5112023-11-20T20:01:21.945Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5122023-11-20T20:01:21.950Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5132023-11-20T20:01:21.955Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5142023-11-20T20:01:21.961Z+ TARGET_DIR=out
5152023-11-20T20:01:21.968Z+ DOWNLOAD_DIR=out/downloads
5162023-11-20T20:01:21.971Z+ DEST_DIR=./out/dendrite-stub
5172023-11-20T20:01:21.975Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5182023-11-20T20:01:21.979Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5192023-11-20T20:01:21.982Z+ REPO=oxidecomputer/dendrite
5202023-11-20T20:01:21.986Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5212023-11-20T20:01:21.990Z+ main
5222023-11-20T20:01:21.994Z+ [[ 0 != 0 ]]
5232023-11-20T20:01:21.998Z+ CIDL_OS=solaris2.11
5242023-11-20T20:01:22.004Z+ [[ 0 != 0 ]]
5252023-11-20T20:01:22.008Z+ configure_os solaris2.11
5262023-11-20T20:01:22.011Z+ echo 'current directory: /work/oxidecomputer/omicron'
5272023-11-20T20:01:22.015Zcurrent directory: /work/oxidecomputer/omicron
5282023-11-20T20:01:22.020Z+ echo 'configuring based on OS: "solaris2.11"'
5292023-11-20T20:01:22.024Zconfiguring based on OS: "solaris2.11"
5302023-11-20T20:01:22.028Z+ case "$1" in
5312023-11-20T20:01:22.033Z+ SET_BINARIES=
5322023-11-20T20:01:22.038Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5332023-11-20T20:01:22.042Z+ CIDL_SHA256FUNC=do_sha256sum
5342023-11-20T20:01:22.046Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5352023-11-20T20:01:22.050Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5362023-11-20T20:01:22.068Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5372023-11-20T20:01:22.074Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5382023-11-20T20:01:22.080ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5392023-11-20T20:01:22.083Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5402023-11-20T20:01:22.088ZLocal file: out/downloads/dendrite-stub.tar.gz
5412023-11-20T20:01:22.091Z+ mkdir -p out/downloads
5422023-11-20T20:01:22.094Z+ mkdir -p ./out/dendrite-stub
5432023-11-20T20:01:22.097Z+ fetch_and_verify
5442023-11-20T20:01:22.101Z+ local DO_DOWNLOAD=true
5452023-11-20T20:01:22.106Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5462023-11-20T20:01:22.109Z+ '[' true == true ']'
5472023-11-20T20:01:22.117Z+ echo Downloading...
5482023-11-20T20:01:22.120ZDownloading...
5492023-11-20T20:01:22.123Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5502023-11-20T20:01:22.128Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5512023-11-20T20:01:33.461Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5522023-11-20T20:01:33.464Z++ sha256sum
5532023-11-20T20:01:33.467Z++ awk '{print $1}'
5542023-11-20T20:01:33.578Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5552023-11-20T20:01:33.998Z+ [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]]
5562023-11-20T20:01:34.002Z+ do_untar out/downloads/dendrite-stub.tar.gz
5572023-11-20T20:01:34.008Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5582023-11-20T20:01:34.617Z+ do_assemble
5592023-11-20T20:01:34.623Z+ rm -r ./out/dendrite-stub
5602023-11-20T20:01:34.629Z+ mkdir ./out/dendrite-stub
5612023-11-20T20:01:34.648Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5622023-11-20T20:01:34.752Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5632023-11-20T20:01:34.767Z+ set -o errexit
5642023-11-20T20:01:34.777Z+++ dirname ./tools/ci_download_maghemite_mgd
5652023-11-20T20:01:34.783Z++ cd ./tools
5662023-11-20T20:01:34.789Z++ pwd
5672023-11-20T20:01:34.797Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5682023-11-20T20:01:34.811Z++ basename ./tools/ci_download_maghemite_mgd
5692023-11-20T20:01:34.816Z+ ARG0=ci_download_maghemite_mgd
5702023-11-20T20:01:34.820Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5712023-11-20T20:01:34.825Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5722023-11-20T20:01:34.838Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5732023-11-20T20:01:34.852Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5742023-11-20T20:01:34.867Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5752023-11-20T20:01:34.874Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5762023-11-20T20:01:34.878Z+ TARGET_DIR=out
5772023-11-20T20:01:34.882Z+ DOWNLOAD_DIR=out/downloads
5782023-11-20T20:01:34.885Z+ DEST_DIR=./out/mgd
5792023-11-20T20:01:34.889Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5802023-11-20T20:01:34.893Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5812023-11-20T20:01:34.897Z+ REPO=oxidecomputer/maghemite
5822023-11-20T20:01:34.901Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5832023-11-20T20:01:34.904Z+ main
5842023-11-20T20:01:34.910Z+ [[ 0 != 0 ]]
5852023-11-20T20:01:34.913Z+ CIDL_OS=solaris2.11
5862023-11-20T20:01:34.917Z+ [[ 0 != 0 ]]
5872023-11-20T20:01:34.921Z+ configure_os solaris2.11
5882023-11-20T20:01:35.330Z+ echo 'current directory: /work/oxidecomputer/omicron'
5892023-11-20T20:01:35.335Zcurrent directory: /work/oxidecomputer/omicron
5902023-11-20T20:01:35.343Z+ echo 'configuring based on OS: "solaris2.11"'
5912023-11-20T20:01:35.788Zconfiguring based on OS: "solaris2.11"
5922023-11-20T20:01:35.799Z+ case "$1" in
5932023-11-20T20:01:35.804Z+ SET_BINARIES=
5942023-11-20T20:01:35.807Z+ CIDL_SHA256FUNC=do_sha256sum
5952023-11-20T20:01:35.811Z+ TARBALL_FILENAME=mgd.tar.gz
5962023-11-20T20:01:35.814Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5972023-11-20T20:01:35.822Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5982023-11-20T20:01:35.826ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5992023-11-20T20:01:35.830Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
6002023-11-20T20:01:35.834Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6012023-11-20T20:01:35.838ZLocal file: out/downloads/mgd.tar.gz
6022023-11-20T20:01:35.842Z+ mkdir -p out/downloads
6032023-11-20T20:01:35.846Z+ mkdir -p ./out/mgd
6042023-11-20T20:01:35.851Z+ fetch_and_verify
6052023-11-20T20:01:35.855Z+ local DO_DOWNLOAD=true
6062023-11-20T20:01:35.859Z+ [[ -f out/downloads/mgd.tar.gz ]]
6072023-11-20T20:01:35.863Z+ '[' true == true ']'
6082023-11-20T20:01:35.868Z+ echo Downloading...
6092023-11-20T20:01:35.872ZDownloading...
6102023-11-20T20:01:35.876Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6112023-11-20T20:01:35.880Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6122023-11-20T20:01:39.771Z++ do_sha256sum out/downloads/mgd.tar.gz
6132023-11-20T20:01:39.774Z++ sha256sum
6142023-11-20T20:01:39.778Z++ awk '{print $1}'
6152023-11-20T20:01:39.848Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6162023-11-20T20:01:39.851Z+ [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]]
6172023-11-20T20:01:39.854Z+ do_untar out/downloads/mgd.tar.gz
6182023-11-20T20:01:39.859Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6192023-11-20T20:01:40.507Z+ do_assemble
6202023-11-20T20:01:40.521Z+ rm -r ./out/mgd
6212023-11-20T20:01:40.529Z+ mkdir ./out/mgd
6222023-11-20T20:01:40.536Z+ cp -r out/downloads/root ./out/mgd/root
6232023-11-20T20:01:40.778Z+ set -o errexit
6242023-11-20T20:01:40.796Z+++ dirname ./tools/ci_download_transceiver_control
6252023-11-20T20:01:40.808Z++ cd ./tools
6262023-11-20T20:01:40.814Z++ pwd
6272023-11-20T20:01:40.822Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6282023-11-20T20:01:40.830Z++ basename ./tools/ci_download_transceiver_control
6292023-11-20T20:01:40.835Z+ ARG0=ci_download_transceiver_control
6302023-11-20T20:01:40.872Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6312023-11-20T20:01:40.876Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6322023-11-20T20:01:40.884Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6332023-11-20T20:01:40.887Z+ TARGET_DIR=out
6342023-11-20T20:01:40.891Z+ DOWNLOAD_DIR=out/downloads
6352023-11-20T20:01:40.896Z+ DEST_DIR=./out/transceiver-control
6362023-11-20T20:01:40.900Z+ BIN_DIR=/opt/oxide/bin
6372023-11-20T20:01:40.904Z+ BINARY=xcvradm
6382023-11-20T20:01:40.910Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6392023-11-20T20:01:40.914Z+ REPO=oxidecomputer/transceiver-control
6402023-11-20T20:01:40.917Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6412023-11-20T20:01:40.921Z+ main
6422023-11-20T20:01:40.927Z+ [[ 0 != 0 ]]
6432023-11-20T20:01:40.954Z+ CIDL_OS=solaris2.11
6442023-11-20T20:01:40.971Z+ [[ 0 != 0 ]]
6452023-11-20T20:01:41.391Z+ configure_os solaris2.11
6462023-11-20T20:01:41.810Z+ echo 'current directory: /work/oxidecomputer/omicron'
6472023-11-20T20:01:41.815Zcurrent directory: /work/oxidecomputer/omicron
6482023-11-20T20:01:41.823Z+ echo 'configuring based on OS: "solaris2.11"'
6492023-11-20T20:01:41.833Zconfiguring based on OS: "solaris2.11"
6502023-11-20T20:01:42.257Z+ case "$1" in
6512023-11-20T20:01:42.260Z+ SET_BINARIES=
6522023-11-20T20:01:42.263Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6532023-11-20T20:01:42.265Z+ CIDL_SHA256FUNC=do_sha256sum
6542023-11-20T20:01:42.268Z+ ARCHIVE_FILENAME=xcvradm.gz
6552023-11-20T20:01:42.271Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6562023-11-20T20:01:42.273Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6572023-11-20T20:01:42.278Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6582023-11-20T20:01:42.281ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6592023-11-20T20:01:42.284Z+ echo 'Local file: out/downloads/xcvradm.gz'
6602023-11-20T20:01:42.286ZLocal file: out/downloads/xcvradm.gz
6612023-11-20T20:01:42.289Z+ mkdir -p out/downloads
6622023-11-20T20:01:42.292Z+ mkdir -p ./out/transceiver-control
6632023-11-20T20:01:42.295Z+ fetch_and_verify
6642023-11-20T20:01:42.298Z+ local DO_DOWNLOAD=true
6652023-11-20T20:01:42.301Z+ [[ -f out/downloads/xcvradm.gz ]]
6662023-11-20T20:01:42.304Z+ '[' true == true ']'
6672023-11-20T20:01:42.306Z+ echo Downloading...
6682023-11-20T20:01:42.309ZDownloading...
6692023-11-20T20:01:42.315Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6702023-11-20T20:01:42.318Z+ 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
6712023-11-20T20:01:43.227Z++ do_sha256sum out/downloads/xcvradm.gz
6722023-11-20T20:01:43.230Z++ sha256sum
6732023-11-20T20:01:43.233Z++ awk '{print $1}'
6742023-11-20T20:01:43.255Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6752023-11-20T20:01:43.258Z+ [[ 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 ]]
6762023-11-20T20:01:43.261Z+ do_unpack out/downloads/xcvradm.gz
6772023-11-20T20:01:43.264Z+ mkdir -p out/downloads/root//opt/oxide/bin
6782023-11-20T20:01:43.267Z+ gzip -dc out/downloads/xcvradm.gz
6792023-11-20T20:01:43.440Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6802023-11-20T20:01:43.446Z+ do_assemble
6812023-11-20T20:01:43.451Z+ rm -r ./out/transceiver-control
6822023-11-20T20:01:43.455Z+ mkdir ./out/transceiver-control
6832023-11-20T20:01:43.458Z+ cp -r out/downloads/root ./out/transceiver-control/root
6842023-11-20T20:01:43.643ZAll prerequisites installed successfully
6852023-11-20T20:01:43.646Z
6862023-11-20T20:01:43.649Zreal 2:13.031693941
6872023-11-20T20:01:43.661Zuser 53.901246391
6882023-11-20T20:01:43.675Zsys 10.097737041
6892023-11-20T20:01:43.686Ztrap 0.029171005
6902023-11-20T20:01:43.693Ztflt 0.140737119
6912023-11-20T20:01:43.696Zdflt 0.474210791
6922023-11-20T20:01:43.699Zkflt 0.117321589
6932023-11-20T20:01:43.701Zlock 1.907719646
6942023-11-20T20:01:43.704Zslp 4:09.527230980
6952023-11-20T20:01:43.706Zlat 3.334432889
6962023-11-20T20:01:43.709Zstop 0.073955825
6972023-11-20T20:01:43.712Z+ banner end-to-end-tests
6982023-11-20T20:01:43.917Z
6992023-11-20T20:01:44.337Z ###### # # ##### ##### #### ###### # # #####
7002023-11-20T20:01:44.340Z # ## # # # # # # # ## # # #
7012023-11-20T20:01:44.343Z ##### # # # # # ##### # # # ##### ##### # # # # #
7022023-11-20T20:01:44.346Z # # # # # # # # # # # # # # #
7032023-11-20T20:01:44.349Z # # ## # # # # # # # ## # #
7042023-11-20T20:01:44.352Z ###### # # ##### # #### ###### # # #####
7052023-11-20T20:01:44.374Z
7062023-11-20T20:01:44.788Z+ export CARGO_PROFILE_DEV_DEBUG=1
7072023-11-20T20:01:44.791Z+ CARGO_PROFILE_DEV_DEBUG=1
7082023-11-20T20:01:44.794Z+ export CARGO_PROFILE_TEST_DEBUG=1
7092023-11-20T20:01:44.797Z+ CARGO_PROFILE_TEST_DEBUG=1
7102023-11-20T20:01:44.800Z+ export CARGO_INCREMENTAL=0
7112023-11-20T20:01:44.804Z+ CARGO_INCREMENTAL=0
7122023-11-20T20:01:44.807Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7132023-11-20T20:01:44.810Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7142023-11-20T20:01:44.813Z Updating crates.io index
7152023-11-20T20:01:44.816Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7162023-11-20T20:01:45.428Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7172023-11-20T20:01:47.285Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7182023-11-20T20:01:48.031Z Updating git repository `http://github.com/oxidecomputer/tofino`
7192023-11-20T20:01:48.562Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7202023-11-20T20:01:48.678Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7212023-11-20T20:01:49.210Z Updating git repository `https://github.com/oxidecomputer/propolis`
7222023-11-20T20:01:50.240Z Updating git repository `https://github.com/oxidecomputer/crucible`
7232023-11-20T20:01:52.074Z Updating git repository `https://github.com/oxidecomputer/opte`
7242023-11-20T20:01:53.201Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7252023-11-20T20:01:53.539Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7262023-11-20T20:01:54.114Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7272023-11-20T20:01:54.523Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7282023-11-20T20:01:54.880Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7292023-11-20T20:01:55.285Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7302023-11-20T20:01:55.729Z Updating git repository `https://github.com/njaremko/samael`
7312023-11-20T20:01:56.175Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7322023-11-20T20:01:56.825Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7332023-11-20T20:01:57.241Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7342023-11-20T20:01:57.596Z Updating git repository `https://github.com/jgallagher/nix`
7352023-11-20T20:01:58.942Z Updating git repository `https://github.com/cbiffle/hubpack`
7362023-11-20T20:01:59.408Z Updating git repository `https://github.com/oxidecomputer/typify`
7372023-11-20T20:02:00.400Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7382023-11-20T20:02:00.855Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7392023-11-20T20:02:01.210Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7402023-11-20T20:02:03.982Z Downloading crates ...
7412023-11-20T20:02:04.071Z Downloaded cfg-if v1.0.0
7422023-11-20T20:02:04.088Z Downloaded colorchoice v1.0.0
7432023-11-20T20:02:04.098Z Downloaded atty v0.2.14
7442023-11-20T20:02:04.102Z Downloaded opaque-debug v0.3.0
7452023-11-20T20:02:04.105Z Downloaded rand_core v0.5.1
7462023-11-20T20:02:04.120Z Downloaded parse-display v0.8.2
7472023-11-20T20:02:04.132Z Downloaded polyval v0.6.1
7482023-11-20T20:02:04.187Z Downloaded pbkdf2 v0.11.0
7492023-11-20T20:02:04.212Z Downloaded dirs-sys-next v0.1.2
7502023-11-20T20:02:04.232Z Downloaded quick-error v1.2.3
7512023-11-20T20:02:04.237Z Downloaded parse-display-derive v0.8.2
7522023-11-20T20:02:04.261Z Downloaded parking_lot v0.11.2
7532023-11-20T20:02:04.266Z Downloaded diesel_derives v2.1.1
7542023-11-20T20:02:04.282Z Downloaded dof v0.1.5
7552023-11-20T20:02:04.293Z Downloaded dtrace-parser v0.1.14
7562023-11-20T20:02:04.298Z Downloaded option-ext v0.2.0
7572023-11-20T20:02:04.306Z Downloaded pretty-hex v0.2.1
7582023-11-20T20:02:04.315Z Downloaded anstream v0.5.0
7592023-11-20T20:02:04.328Z Downloaded mime v0.3.17
7602023-11-20T20:02:04.342Z Downloaded diesel_table_macro_syntax v0.1.0
7612023-11-20T20:02:04.347Z Downloaded difflib v0.4.0
7622023-11-20T20:02:04.353Z Downloaded convert_case v0.4.0
7632023-11-20T20:02:04.360Z Downloaded predicates v3.0.4
7642023-11-20T20:02:04.366Z Downloaded cbc v0.1.2
7652023-11-20T20:02:04.373Z Downloaded backoff v0.4.0
7662023-11-20T20:02:04.395Z Downloaded bitflags v1.3.2
7672023-11-20T20:02:04.423Z Downloaded digest v0.10.7
7682023-11-20T20:02:04.450Z Downloaded block-padding v0.3.3
7692023-11-20T20:02:04.477Z Downloaded foreign-types-shared v0.3.1
7702023-11-20T20:02:04.512Z Downloaded headers-core v0.2.0
7712023-11-20T20:02:04.574Z Downloaded r2d2 v0.8.10
7722023-11-20T20:02:04.603Z Downloaded native-tls v0.2.11
7732023-11-20T20:02:04.623Z Downloaded num-derive v0.4.0
7742023-11-20T20:02:05.046Z Downloaded untrusted v0.9.0
7752023-11-20T20:02:05.074Z Downloaded ppv-lite86 v0.2.17
7762023-11-20T20:02:05.081Z Downloaded zeroize_derive v1.4.2
7772023-11-20T20:02:05.089Z Downloaded addr2line v0.21.0
7782023-11-20T20:02:05.098Z Downloaded endian-type v0.1.2
7792023-11-20T20:02:05.107Z Downloaded heck v0.3.3
7802023-11-20T20:02:05.113Z Downloaded fastrand v2.0.0
7812023-11-20T20:02:05.119Z Downloaded quote v1.0.33
7822023-11-20T20:02:05.126Z Downloaded match_cfg v0.1.0
7832023-11-20T20:02:05.132Z Downloaded ipnet v2.8.0
7842023-11-20T20:02:05.140Z Downloaded foreign-types v0.3.2
7852023-11-20T20:02:05.154Z Downloaded blake2 v0.10.6
7862023-11-20T20:02:05.164Z Downloaded version_check v0.9.4
7872023-11-20T20:02:05.169Z Downloaded rustc_version v0.4.0
7882023-11-20T20:02:05.177Z Downloaded semver v0.11.0
7892023-11-20T20:02:05.186Z Downloaded fnv v1.0.7
7902023-11-20T20:02:05.197Z Downloaded keccak v0.1.4
7912023-11-20T20:02:05.202Z Downloaded rustfmt-wrapper v0.2.0
7922023-11-20T20:02:05.208Z Downloaded scheduled-thread-pool v0.2.7
7932023-11-20T20:02:05.213Z Downloaded proc-macro2 v1.0.69
7942023-11-20T20:02:05.218Z Downloaded filetime v0.2.22
7952023-11-20T20:02:05.228Z Downloaded generic-array v0.14.7
7962023-11-20T20:02:05.236Z Downloaded hex v0.4.3
7972023-11-20T20:02:05.240Z Downloaded tinyvec_macros v0.1.1
7982023-11-20T20:02:05.248Z Downloaded arc-swap v1.6.0
7992023-11-20T20:02:05.270Z Downloaded darling_core v0.20.3
8002023-11-20T20:02:05.275Z Downloaded toml_datetime v0.6.5
8012023-11-20T20:02:05.280Z Downloaded zeroize v1.6.0
8022023-11-20T20:02:05.298Z Downloaded strum v0.25.0
8032023-11-20T20:02:05.311Z Downloaded futures-core v0.3.29
8042023-11-20T20:02:05.318Z Downloaded try-lock v0.2.4
8052023-11-20T20:02:05.330Z Downloaded num-traits v0.2.16
8062023-11-20T20:02:05.347Z Downloaded schemars_derive v0.8.13
8072023-11-20T20:02:05.359Z Downloaded siphasher v0.3.11
8082023-11-20T20:02:05.371Z Downloaded walkdir v2.4.0
8092023-11-20T20:02:05.380Z Downloaded hyper-rustls v0.24.2
8102023-11-20T20:02:05.397Z Downloaded hubpack_derive v0.1.1
8112023-11-20T20:02:05.410Z Downloaded hex-literal v0.4.1
8122023-11-20T20:02:05.437Z Downloaded rustc-demangle v0.1.23
8132023-11-20T20:02:05.455Z Downloaded openssl-sys v0.9.93
8142023-11-20T20:02:05.465Z Downloaded thread_local v1.1.7
8152023-11-20T20:02:05.469Z Downloaded form_urlencoded v1.2.0
8162023-11-20T20:02:05.479Z Downloaded matches v0.1.10
8172023-11-20T20:02:05.490Z Downloaded take_mut v0.2.2
8182023-11-20T20:02:05.537Z Downloaded smf v0.2.2
8192023-11-20T20:02:05.583Z Downloaded slog-json v2.6.1
8202023-11-20T20:02:05.653Z Downloaded md5 v0.7.0
8212023-11-20T20:02:05.727Z Downloaded fxhash v0.2.1
8222023-11-20T20:02:05.763Z Downloaded unicase v2.7.0
8232023-11-20T20:02:05.778Z Downloaded slog-async v2.8.0
8242023-11-20T20:02:05.785Z Downloaded signal-hook-mio v0.2.3
8252023-11-20T20:02:05.793Z Downloaded thiserror-impl-no-std v2.0.2
8262023-11-20T20:02:05.801Z Downloaded vsss-rs v3.3.1
8272023-11-20T20:02:05.808Z Downloaded tokio-native-tls v0.3.1
8282023-11-20T20:02:05.815Z Downloaded hmac v0.12.1
8292023-11-20T20:02:05.823Z Downloaded ident_case v1.0.1
8302023-11-20T20:02:05.830Z Downloaded structmeta-derive v0.2.0
8312023-11-20T20:02:05.837Z Downloaded home v0.5.5
8322023-11-20T20:02:05.842Z Downloaded futures-macro v0.3.29
8332023-11-20T20:02:05.913Z Downloaded zone v0.3.0
8342023-11-20T20:02:05.918Z Downloaded unicode-bidi v0.3.13
8352023-11-20T20:02:05.923Z Downloaded rustversion v1.0.14
8362023-11-20T20:02:05.928Z Downloaded num-bigint v0.4.4
8372023-11-20T20:02:05.934Z Downloaded serde_urlencoded v0.7.1
8382023-11-20T20:02:05.939Z Downloaded synstructure v0.12.6
8392023-11-20T20:02:05.944Z Downloaded zone_cfg_derive v0.3.0
8402023-11-20T20:02:05.949Z Downloaded thiserror-impl v1.0.49
8412023-11-20T20:02:05.991Z Downloaded stable_deref_trait v1.2.0
8422023-11-20T20:02:06.001Z Downloaded stringprep v0.1.3
8432023-11-20T20:02:06.011Z Downloaded slog-bunyan v2.4.0
8442023-11-20T20:02:06.021Z Downloaded group v0.13.0
8452023-11-20T20:02:06.067Z Downloaded trust-dns-client v0.22.0
8462023-11-20T20:02:06.096Z Downloaded equivalent v1.0.1
8472023-11-20T20:02:06.104Z Downloaded futures-io v0.3.29
8482023-11-20T20:02:06.111Z Downloaded tar v0.4.40
8492023-11-20T20:02:06.131Z Downloaded untrusted v0.7.1
8502023-11-20T20:02:06.143Z Downloaded smallvec v1.11.0
8512023-11-20T20:02:06.184Z Downloaded http-range v0.1.5
8522023-11-20T20:02:06.197Z Downloaded inout v0.1.3
8532023-11-20T20:02:06.204Z Downloaded structmeta v0.2.0
8542023-11-20T20:02:06.216Z Downloaded iana-time-zone v0.1.57
8552023-11-20T20:02:06.222Z Downloaded memoffset v0.9.0
8562023-11-20T20:02:06.234Z Downloaded unsafe-libyaml v0.2.9
8572023-11-20T20:02:06.255Z Downloaded serde_spanned v0.6.4
8582023-11-20T20:02:06.258Z Downloaded strum_macros v0.25.2
8592023-11-20T20:02:06.261Z Downloaded lazy_static v1.4.0
8602023-11-20T20:02:06.265Z Downloaded unicode-ident v1.0.12
8612023-11-20T20:02:06.268Z Downloaded toml_edit v0.21.0
8622023-11-20T20:02:06.271Z Downloaded glob v0.3.1
8632023-11-20T20:02:06.274Z Downloaded either v1.9.0
8642023-11-20T20:02:06.277Z Downloaded futures-sink v0.3.29
8652023-11-20T20:02:06.280Z Downloaded scopeguard v1.2.0
8662023-11-20T20:02:06.283Z Downloaded serde_repr v0.1.16
8672023-11-20T20:02:06.287Z Downloaded slog-dtrace v0.2.3
8682023-11-20T20:02:06.291Z Downloaded textwrap v0.11.0
8692023-11-20T20:02:06.294Z Downloaded httpdate v1.0.3
8702023-11-20T20:02:06.298Z Downloaded serde_tokenstream v0.1.7
8712023-11-20T20:02:06.301Z Downloaded getrandom v0.1.16
8722023-11-20T20:02:06.307Z Downloaded log v0.4.20
8732023-11-20T20:02:06.311Z Downloaded slog-term v2.9.0
8742023-11-20T20:02:06.314Z Downloaded futures-channel v0.3.29
8752023-11-20T20:02:06.317Z Downloaded secrecy v0.8.0
8762023-11-20T20:02:06.320Z Downloaded toml v0.7.8
8772023-11-20T20:02:06.323Z Downloaded indexmap v2.1.0
8782023-11-20T20:02:06.328Z Downloaded subprocess v0.2.9
8792023-11-20T20:02:06.331Z Downloaded serde_yaml v0.9.25
8802023-11-20T20:02:06.334Z Downloaded rand v0.7.3
8812023-11-20T20:02:06.337Z Downloaded getopts v0.2.21
8822023-11-20T20:02:06.340Z Downloaded toml v0.5.11
8832023-11-20T20:02:06.343Z Downloaded itertools v0.10.5
8842023-11-20T20:02:06.346Z Downloaded flate2 v1.0.28
8852023-11-20T20:02:06.350Z Downloaded tokio-util v0.7.10
8862023-11-20T20:02:06.353Z Downloaded memchr v2.6.3
8872023-11-20T20:02:06.357Z Downloaded ed25519-dalek v2.0.0
8882023-11-20T20:02:06.360Z Downloaded winnow v0.5.15
8892023-11-20T20:02:06.363Z Downloaded serde v1.0.192
8902023-11-20T20:02:06.366Z Downloaded hashbrown v0.14.2
8912023-11-20T20:02:06.370Z Downloaded serde_json v1.0.108
8922023-11-20T20:02:06.373Z Downloaded unicode-normalization v0.1.22
8932023-11-20T20:02:06.377Z Downloaded hkdf v0.12.3
8942023-11-20T20:02:06.380Z Downloaded time v0.3.27
8952023-11-20T20:02:06.384Z Downloaded h2 v0.3.21
8962023-11-20T20:02:06.387Z Downloaded clap v2.34.0
8972023-11-20T20:02:06.390Z Downloaded serde_with v2.3.3
8982023-11-20T20:02:06.393Z Downloaded hyper v0.14.27
8992023-11-20T20:02:06.399Z Downloaded openssl v0.10.57
9002023-11-20T20:02:06.402Z Downloaded regex-syntax v0.7.5
9012023-11-20T20:02:06.406Z Downloaded smoltcp v0.8.2
9022023-11-20T20:02:06.409Z Downloaded smoltcp v0.9.1
9032023-11-20T20:02:06.413Z Downloaded idna v0.4.0
9042023-11-20T20:02:06.415Z Downloaded syn v1.0.109
9052023-11-20T20:02:06.418Z Downloaded syn v2.0.32
9062023-11-20T20:02:06.421Z Downloaded bstr v0.2.17
9072023-11-20T20:02:06.425Z Downloaded gimli v0.28.0
9082023-11-20T20:02:06.428Z Downloaded trust-dns-proto v0.22.0
9092023-11-20T20:02:06.431Z Downloaded openapiv3 v2.0.0-rc.1
9102023-11-20T20:02:06.434Z Downloaded rustix v0.37.23
9112023-11-20T20:02:06.437Z Downloaded zerocopy-derive v0.2.0
9122023-11-20T20:02:06.440Z Downloaded sled v0.34.7
9132023-11-20T20:02:06.443Z Downloaded zerocopy-derive v0.6.4
9142023-11-20T20:02:06.446Z Downloaded bzip2-sys v0.1.11+1.0.8
9152023-11-20T20:02:06.450Z Downloaded tokio v1.33.0
9162023-11-20T20:02:06.454Z Downloaded libc v0.2.150
9172023-11-20T20:02:06.457Z Downloaded sha3 v0.10.8
9182023-11-20T20:02:06.460Z Downloaded encoding_rs v0.8.33
9192023-11-20T20:02:06.462Z Downloaded regex-automata v0.4.3
9202023-11-20T20:02:06.465Z Downloaded regex-automata v0.3.8
9212023-11-20T20:02:06.468Z Downloaded winapi v0.3.9
9222023-11-20T20:02:06.471Z Downloaded rustix v0.38.9
9232023-11-20T20:02:06.474Z Downloaded bstr v1.6.0
9242023-11-20T20:02:06.477Z Downloaded diesel v2.1.4
9252023-11-20T20:02:06.479Z Downloaded idna v0.2.3
9262023-11-20T20:02:06.482Z Downloaded rustls v0.21.9
9272023-11-20T20:02:06.485Z Downloaded regex-syntax v0.8.2
9282023-11-20T20:02:06.489Z Downloaded webpki-roots v0.25.2
9292023-11-20T20:02:06.491Z Downloaded object v0.32.1
9302023-11-20T20:02:06.494Z Downloaded curve25519-dalek v4.1.0
9312023-11-20T20:02:06.497Z Downloaded regex v1.10.2
9322023-11-20T20:02:06.500Z Downloaded regress v0.7.1
9332023-11-20T20:02:06.503Z Downloaded chrono v0.4.31
9342023-11-20T20:02:06.509Z Downloaded rustls-webpki v0.101.7
9352023-11-20T20:02:06.516Z Downloaded vcpkg v0.2.15
9362023-11-20T20:02:06.521Z Downloaded radix_trie v0.2.1
9372023-11-20T20:02:06.526Z Downloaded futures-util v0.3.29
9382023-11-20T20:02:06.531Z Downloaded reqwest v0.11.22
9392023-11-20T20:02:06.534Z Downloaded hashbrown v0.12.3
9402023-11-20T20:02:06.537Z Downloaded itertools v0.12.0
9412023-11-20T20:02:06.540Z Downloaded aho-corasick v1.0.4
9422023-11-20T20:02:06.543Z Downloaded heapless v0.7.16
9432023-11-20T20:02:06.545Z Downloaded itertools v0.11.0
9442023-11-20T20:02:06.548Z Downloaded aes-gcm v0.10.3
9452023-11-20T20:02:06.551Z Downloaded regex-automata v0.1.10
9462023-11-20T20:02:06.554Z Downloaded structopt v0.3.26
9472023-11-20T20:02:06.557Z Downloaded yasna v0.5.2
9482023-11-20T20:02:06.560Z Downloaded trust-dns-resolver v0.22.0
9492023-11-20T20:02:06.563Z Downloaded libm v0.2.7
9502023-11-20T20:02:06.566Z Downloaded tracing v0.1.37
9512023-11-20T20:02:06.576Z Downloaded toml_edit v0.19.15
9522023-11-20T20:02:06.579Z Downloaded petgraph v0.6.4
9532023-11-20T20:02:06.581Z Downloaded hashbrown v0.13.2
9542023-11-20T20:02:06.584Z Downloaded tokio-postgres v0.7.10
9552023-11-20T20:02:06.587Z Downloaded ring v0.17.5
9562023-11-20T20:02:06.590Z Downloaded tracing-core v0.1.31
9572023-11-20T20:02:06.594Z Downloaded pest v2.7.2
9582023-11-20T20:02:06.599Z Downloaded unicode-segmentation v1.10.1
9592023-11-20T20:02:06.607Z Downloaded lock_api v0.4.10
9602023-11-20T20:02:06.619Z Downloaded linked-hash-map v0.5.6
9612023-11-20T20:02:06.624Z Downloaded socket2 v0.4.9
9622023-11-20T20:02:06.628Z Downloaded tungstenite v0.20.1
9632023-11-20T20:02:06.632Z Downloaded rand v0.8.5
9642023-11-20T20:02:06.635Z Downloaded serde_tokenstream v0.2.0
9652023-11-20T20:02:06.639Z Downloaded ring v0.16.20
9662023-11-20T20:02:06.642Z Downloaded lru-cache v0.1.2
9672023-11-20T20:02:06.645Z Downloaded subtle v2.5.0
9682023-11-20T20:02:06.647Z Downloaded tokio-macros v2.1.0
9692023-11-20T20:02:06.650Z Downloaded tracing-attributes v0.1.26
9702023-11-20T20:02:06.653Z Downloaded spin v0.9.8
9712023-11-20T20:02:06.656Z Downloaded http v0.2.11
9722023-11-20T20:02:06.659Z Downloaded clap_builder v4.4.2
9732023-11-20T20:02:06.661Z Downloaded enum-as-inner v0.5.1
9742023-11-20T20:02:06.664Z Downloaded ff v0.13.0
9752023-11-20T20:02:06.689Z Downloaded lalrpop-util v0.19.12
9762023-11-20T20:02:06.692Z Downloaded serde_path_to_error v0.1.14
9772023-11-20T20:02:06.695Z Downloaded zerocopy v0.6.4
9782023-11-20T20:02:06.698Z Downloaded signal-hook v0.3.17
9792023-11-20T20:02:06.701Z Downloaded url v2.4.1
9802023-11-20T20:02:06.707Z Downloaded russh v0.39.0
9812023-11-20T20:02:06.710Z Downloaded rustls-native-certs v0.6.3
9822023-11-20T20:02:06.713Z Downloaded term v0.7.0
9832023-11-20T20:02:06.717Z Downloaded similar v2.2.1
9842023-11-20T20:02:06.720Z Downloaded socket2 v0.5.4
9852023-11-20T20:02:06.723Z Downloaded serde_with_macros v2.3.3
9862023-11-20T20:02:06.728Z Downloaded semver-parser v0.10.2
9872023-11-20T20:02:06.731Z Downloaded trust-dns-server v0.22.1
9882023-11-20T20:02:06.736Z Downloaded uuid v1.5.0
9892023-11-20T20:02:06.739Z Downloaded hyper-tls v0.5.0
9902023-11-20T20:02:06.742Z Downloaded fixedbitset v0.4.2
9912023-11-20T20:02:06.745Z Downloaded aes v0.8.3
9922023-11-20T20:02:06.749Z Downloaded instant v0.1.12
9932023-11-20T20:02:06.753Z Downloaded tinyvec v1.6.0
9942023-11-20T20:02:06.756Z Downloaded tokio-rustls v0.24.1
9952023-11-20T20:02:06.759Z Downloaded signature v2.1.0
9962023-11-20T20:02:06.762Z Downloaded signal-hook-registry v1.4.1
9972023-11-20T20:02:06.767Z Downloaded terminal_size v0.2.6
9982023-11-20T20:02:06.770Z Downloaded der v0.7.8
9992023-11-20T20:02:06.773Z Downloaded slog v2.7.0
10002023-11-20T20:02:06.778Z Downloaded is-terminal v0.4.9
10012023-11-20T20:02:06.781Z Downloaded string_cache v0.8.7
10022023-11-20T20:02:06.784Z Downloaded static_assertions v1.1.0
10032023-11-20T20:02:06.791Z Downloaded strsim v0.10.0
10042023-11-20T20:02:06.794Z Downloaded serde_derive v1.0.192
10052023-11-20T20:02:06.797Z Downloaded headers v0.3.9
10062023-11-20T20:02:06.800Z Downloaded mio v0.8.8
10072023-11-20T20:02:06.804Z Downloaded unicode-xid v0.2.4
10082023-11-20T20:02:06.807Z Downloaded thiserror v1.0.49
10092023-11-20T20:02:06.810Z Downloaded foreign-types v0.5.0
10102023-11-20T20:02:06.815Z Downloaded md-5 v0.10.5
10112023-11-20T20:02:06.818Z Downloaded schemars v0.8.13
10122023-11-20T20:02:06.821Z Downloaded crypto-bigint v0.5.2
10132023-11-20T20:02:06.825Z Downloaded rustls-pemfile v1.0.3
10142023-11-20T20:02:06.829Z Downloaded whoami v1.4.1
10152023-11-20T20:02:06.832Z Downloaded utf8parse v0.2.1
10162023-11-20T20:02:06.835Z Downloaded utf-8 v0.7.6
10172023-11-20T20:02:06.840Z Downloaded usdt-macro v0.3.5
10182023-11-20T20:02:06.843Z Downloaded foreign-types-macros v0.2.3
10192023-11-20T20:02:06.847Z Downloaded httparse v1.8.0
10202023-11-20T20:02:06.852Z Downloaded zip v0.6.6
10212023-11-20T20:02:06.855Z Downloaded spin v0.5.2
10222023-11-20T20:02:06.859Z Downloaded slog-stdlog v4.1.1
10232023-11-20T20:02:06.862Z Downloaded io-lifetimes v1.0.11
10242023-11-20T20:02:06.877Z Downloaded base64 v0.21.5
10252023-11-20T20:02:06.880Z Downloaded elliptic-curve v0.13.5
10262023-11-20T20:02:06.883Z Downloaded structopt-derive v0.4.18
10272023-11-20T20:02:06.888Z Downloaded ryu v1.0.15
10282023-11-20T20:02:06.891Z Downloaded tokio-stream v0.1.14
10292023-11-20T20:02:06.895Z Downloaded futures-executor v0.3.29
10302023-11-20T20:02:06.899Z Downloaded postgres-types v0.2.6
10312023-11-20T20:02:06.904Z Downloaded slog-envlogger v2.2.0
10322023-11-20T20:02:06.913Z Downloaded slog-scope v4.4.0
10332023-11-20T20:02:06.920Z Downloaded backtrace v0.3.69
10342023-11-20T20:02:06.925Z Downloaded sct v0.7.0
10352023-11-20T20:02:06.928Z Downloaded spki v0.7.2
10362023-11-20T20:02:06.933Z Downloaded universal-hash v0.5.1
10372023-11-20T20:02:06.936Z Downloaded usdt-attr-macro v0.3.5
10382023-11-20T20:02:06.939Z Downloaded strsim v0.8.0
10392023-11-20T20:02:06.942Z Downloaded hubpack v0.1.2
10402023-11-20T20:02:06.947Z Downloaded time-macros v0.2.13
10412023-11-20T20:02:06.951Z Downloaded thiserror-no-std v2.0.2
10422023-11-20T20:02:06.959Z Downloaded half v1.8.2
10432023-11-20T20:02:06.962Z Downloaded thread-id v4.2.0
10442023-11-20T20:02:06.965Z Downloaded slab v0.4.9
10452023-11-20T20:02:06.969Z Downloaded indexmap v1.9.3
10462023-11-20T20:02:06.972Z Downloaded futures v0.3.29
10472023-11-20T20:02:06.978Z Downloaded tempfile v3.8.0
10482023-11-20T20:02:06.981Z Downloaded ucd-trie v0.1.6
10492023-11-20T20:02:06.985Z Downloaded typenum v1.16.0
10502023-11-20T20:02:07.033Z Downloaded managed v0.8.0
10512023-11-20T20:02:07.037Z Downloaded sha2 v0.10.8
10522023-11-20T20:02:07.041Z Downloaded toml v0.8.8
10532023-11-20T20:02:07.044Z Downloaded postcard v0.7.3
10542023-11-20T20:02:07.052Z Downloaded crossbeam-channel v0.5.8
10552023-11-20T20:02:07.056Z Downloaded zerocopy v0.3.0
10562023-11-20T20:02:07.059Z Downloaded usdt-impl v0.3.5
10572023-11-20T20:02:07.063Z Downloaded bytes v1.5.0
10582023-11-20T20:02:07.067Z Downloaded miniz_oxide v0.7.1
10592023-11-20T20:02:07.070Z Downloaded serde_derive_internals v0.26.0
10602023-11-20T20:02:07.074Z Downloaded semver v1.0.20
10612023-11-20T20:02:07.077Z Downloaded waitgroup v0.1.2
10622023-11-20T20:02:07.081Z Downloaded errno v0.3.2
10632023-11-20T20:02:07.085Z Downloaded crossterm v0.27.0
10642023-11-20T20:02:07.088Z Downloaded itoa v1.0.9
10652023-11-20T20:02:07.091Z Downloaded sha1 v0.10.6
10662023-11-20T20:02:07.094Z Downloaded proc-macro-error v1.0.4
10672023-11-20T20:02:07.097Z Downloaded getrandom v0.2.10
10682023-11-20T20:02:07.100Z Downloaded derive_more v0.99.17
10692023-11-20T20:02:07.103Z Downloaded clap v4.4.3
10702023-11-20T20:02:07.106Z Downloaded pin-project-lite v0.2.13
10712023-11-20T20:02:07.109Z Downloaded pest_derive v2.7.2
10722023-11-20T20:02:07.112Z Downloaded time-core v0.1.1
10732023-11-20T20:02:07.116Z Downloaded heck v0.4.1
10742023-11-20T20:02:07.119Z Downloaded kstat-rs v0.2.3
10752023-11-20T20:02:07.122Z Downloaded base64 v0.13.1
10762023-11-20T20:02:07.126Z Downloaded same-file v1.0.6
10772023-11-20T20:02:07.129Z Downloaded pkcs8 v0.10.2
10782023-11-20T20:02:07.132Z Downloaded want v0.3.1
10792023-11-20T20:02:07.135Z Downloaded foreign-types-shared v0.1.1
10802023-11-20T20:02:07.139Z Downloaded parking_lot_core v0.9.8
10812023-11-20T20:02:07.143Z Downloaded tokio-tungstenite v0.20.1
10822023-11-20T20:02:07.146Z Downloaded platforms v3.0.2
10832023-11-20T20:02:07.149Z Downloaded parking_lot v0.12.1
10842023-11-20T20:02:07.153Z Downloaded crossbeam-epoch v0.9.15
10852023-11-20T20:02:07.156Z Downloaded macaddr v1.0.1
10862023-11-20T20:02:07.159Z Downloaded libefi-sys v0.1.0
10872023-11-20T20:02:07.162Z Downloaded ipnetwork v0.20.0
10882023-11-20T20:02:07.165Z Downloaded tower-service v0.3.2
10892023-11-20T20:02:07.168Z Downloaded ciborium v0.2.1
10902023-11-20T20:02:07.171Z Downloaded hostname v0.3.1
10912023-11-20T20:02:07.174Z Downloaded ghash v0.5.0
10922023-11-20T20:02:07.178Z Downloaded usdt v0.3.5
10932023-11-20T20:02:07.181Z Downloaded cpufeatures v0.2.9
10942023-11-20T20:02:07.184Z Downloaded float-cmp v0.9.0
10952023-11-20T20:02:07.187Z Downloaded hyper-staticfile v0.9.5
10962023-11-20T20:02:07.190Z Downloaded http-body v0.4.5
10972023-11-20T20:02:07.193Z Downloaded hash32 v0.2.1
10982023-11-20T20:02:07.196Z Downloaded futures-task v0.3.29
10992023-11-20T20:02:07.199Z Downloaded vec_map v0.8.2
11002023-11-20T20:02:07.202Z Downloaded pest_meta v2.7.2
11012023-11-20T20:02:07.205Z Downloaded fallible-iterator v0.2.0
11022023-11-20T20:02:07.208Z Downloaded pem v3.0.2
11032023-11-20T20:02:07.212Z Downloaded anyhow v1.0.75
11042023-11-20T20:02:07.216Z Downloaded unicode-width v0.1.11
11052023-11-20T20:02:07.220Z Downloaded resolv-conf v0.7.0
11062023-11-20T20:02:07.222Z Downloaded postgres-protocol v0.6.6
11072023-11-20T20:02:07.226Z Downloaded proc-macro-crate v1.3.1
11082023-11-20T20:02:07.229Z Downloaded password-hash v0.4.2
11092023-11-20T20:02:07.233Z Downloaded password-hash v0.5.0
11102023-11-20T20:02:07.236Z Downloaded rand_core v0.6.4
11112023-11-20T20:02:07.239Z Downloaded pbkdf2 v0.12.2
11122023-11-20T20:02:07.242Z Downloaded dirs-sys v0.4.1
11132023-11-20T20:02:07.245Z Downloaded num_enum_derive v0.5.11
11142023-11-20T20:02:07.247Z Downloaded camino v1.1.6
11152023-11-20T20:02:07.250Z Downloaded block-buffer v0.10.4
11162023-11-20T20:02:07.253Z Downloaded anstyle-parse v0.2.1
11172023-11-20T20:02:07.256Z Downloaded base64ct v1.6.0
11182023-11-20T20:02:07.259Z Downloaded darling_macro v0.20.3
11192023-11-20T20:02:07.262Z Downloaded pin-utils v0.1.0
11202023-11-20T20:02:07.265Z Downloaded num-complex v0.4.4
11212023-11-20T20:02:07.268Z Downloaded pkg-config v0.3.27
11222023-11-20T20:02:07.271Z Downloaded dirs v5.0.1
11232023-11-20T20:02:07.274Z Downloaded debug-ignore v1.0.5
11242023-11-20T20:02:07.277Z Downloaded bitflags v2.4.0
11252023-11-20T20:02:07.280Z Downloaded argon2 v0.5.2
11262023-11-20T20:02:07.282Z Downloaded xattr v1.0.1
11272023-11-20T20:02:07.285Z Downloaded blowfish v0.9.1
11282023-11-20T20:02:07.288Z Downloaded byteorder v1.5.0
11292023-11-20T20:02:07.291Z Downloaded base16ct v0.2.0
11302023-11-20T20:02:07.295Z Downloaded rand_chacha v0.2.2
11312023-11-20T20:02:07.297Z Downloaded pest_generator v2.7.2
11322023-11-20T20:02:07.300Z Downloaded phf_shared v0.11.2
11332023-11-20T20:02:07.303Z Downloaded phf v0.11.2
11342023-11-20T20:02:07.306Z Downloaded pem v1.1.1
11352023-11-20T20:02:07.309Z Downloaded num_cpus v1.16.0
11362023-11-20T20:02:07.312Z Downloaded ciborium-ll v0.2.1
11372023-11-20T20:02:07.315Z Downloaded atomic-waker v1.1.1
11382023-11-20T20:02:07.319Z Downloaded toolchain_find v0.2.0
11392023-11-20T20:02:07.322Z Downloaded pretty-hex v0.3.0
11402023-11-20T20:02:07.326Z Downloaded camino-tempfile v1.0.2
11412023-11-20T20:02:07.331Z Downloaded crucible-workspace-hack v0.1.0
11422023-11-20T20:02:07.336Z Downloaded phf_shared v0.10.0
11432023-11-20T20:02:07.341Z Downloaded ed25519 v2.2.2
11442023-11-20T20:02:07.345Z Downloaded cipher v0.4.4
11452023-11-20T20:02:07.349Z Downloaded russh-keys v0.38.0
11462023-11-20T20:02:07.353Z Downloaded openssl-macros v0.1.1
11472023-11-20T20:02:07.356Z Downloaded num_threads v0.1.6
11482023-11-20T20:02:07.359Z Downloaded crypto-common v0.1.6
11492023-11-20T20:02:07.363Z Downloaded chacha20poly1305 v0.10.1
11502023-11-20T20:02:07.366Z Downloaded bit-vec v0.6.3
11512023-11-20T20:02:07.371Z Downloaded precomputed-hash v0.1.1
11522023-11-20T20:02:07.374Z Downloaded cc v1.0.83
11532023-11-20T20:02:07.378Z Downloaded bcrypt-pbkdf v0.10.0
11542023-11-20T20:02:07.384Z Downloaded bit-set v0.5.3
11552023-11-20T20:02:07.390Z Downloaded aead v0.5.2
11562023-11-20T20:02:07.396Z Downloaded autocfg v1.1.0
11572023-11-20T20:02:07.404Z Downloaded normalize-line-endings v0.3.0
11582023-11-20T20:02:07.409Z Downloaded russh-cryptovec v0.7.0
11592023-11-20T20:02:07.419Z Downloaded curve25519-dalek-derive v0.1.0
11602023-11-20T20:02:07.426Z Downloaded cstr-argument v0.1.2
11612023-11-20T20:02:07.431Z Downloaded crossbeam-utils v0.8.16
11622023-11-20T20:02:07.433Z Downloaded data-encoding v2.4.0
11632023-11-20T20:02:07.437Z Downloaded ahash v0.8.3
11642023-11-20T20:02:07.443Z Downloaded async-stream-impl v0.3.5
11652023-11-20T20:02:07.446Z Downloaded async-stream v0.3.5
11662023-11-20T20:02:07.452Z Downloaded rcgen v0.11.3
11672023-11-20T20:02:07.455Z Downloaded openssl-probe v0.1.5
11682023-11-20T20:02:07.458Z Downloaded postcard-cobs v0.1.5-pre
11692023-11-20T20:02:07.461Z Downloaded deranged v0.3.8
11702023-11-20T20:02:07.465Z Downloaded ciborium-io v0.2.1
11712023-11-20T20:02:07.468Z Downloaded bzip2 v0.4.4
11722023-11-20T20:02:07.471Z Downloaded cfg-if v0.1.10
11732023-11-20T20:02:07.474Z Downloaded rand_chacha v0.3.1
11742023-11-20T20:02:07.476Z Downloaded dyn-clone v1.0.13
11752023-11-20T20:02:07.480Z Downloaded crc32fast v1.3.2
11762023-11-20T20:02:07.484Z Downloaded paste v1.0.14
11772023-11-20T20:02:07.487Z Downloaded new_debug_unreachable v1.0.4
11782023-11-20T20:02:07.491Z Downloaded async-trait v0.1.74
11792023-11-20T20:02:07.493Z Downloaded mime_guess v2.0.4
11802023-11-20T20:02:07.496Z Downloaded const-oid v0.9.5
11812023-11-20T20:02:07.499Z Downloaded dirs-next v2.0.0
11822023-11-20T20:02:07.502Z Downloaded ctr v0.9.2
11832023-11-20T20:02:07.505Z Downloaded predicates-core v1.0.6
11842023-11-20T20:02:07.509Z Downloaded proc-macro-error-attr v1.0.4
11852023-11-20T20:02:07.512Z Downloaded once_cell v1.18.0
11862023-11-20T20:02:07.516Z Downloaded omicron-zone-package v0.9.1
11872023-11-20T20:02:07.519Z Downloaded num-rational v0.4.1
11882023-11-20T20:02:07.522Z Downloaded darling v0.20.3
11892023-11-20T20:02:07.525Z Downloaded console v0.15.7
11902023-11-20T20:02:07.528Z Downloaded atomicwrites v0.4.2
11912023-11-20T20:02:07.531Z Downloaded anstyle-query v1.0.0
11922023-11-20T20:02:07.534Z Downloaded anstyle v1.0.2
11932023-11-20T20:02:07.537Z Downloaded poly1305 v0.8.0
11942023-11-20T20:02:07.540Z Downloaded num-iter v0.1.43
11952023-11-20T20:02:07.543Z Downloaded multer v2.1.0
11962023-11-20T20:02:07.546Z Downloaded adler v1.0.2
11972023-11-20T20:02:07.549Z Downloaded num-integer v0.1.45
11982023-11-20T20:02:07.552Z Downloaded colored v2.0.4
11992023-11-20T20:02:07.555Z Downloaded parking_lot_core v0.8.6
12002023-11-20T20:02:07.560Z Downloaded num_enum v0.5.11
12012023-11-20T20:02:07.563Z Downloaded num v0.4.1
12022023-11-20T20:02:07.566Z Downloaded nibble_vec v0.1.0
12032023-11-20T20:02:07.569Z Downloaded clap_lex v0.5.1
12042023-11-20T20:02:07.576Z Downloaded percent-encoding v2.3.0
12052023-11-20T20:02:07.579Z Downloaded clap_derive v4.4.2
12062023-11-20T20:02:07.582Z Downloaded chacha20 v0.9.1
12072023-11-20T20:02:07.586Z Downloaded cancel-safe-futures v0.1.5
12082023-11-20T20:02:07.589Z Downloaded ansi_term v0.12.1
12092023-11-20T20:02:07.592Z Compiling proc-macro2 v1.0.69
12102023-11-20T20:02:07.596Z Compiling unicode-ident v1.0.12
12112023-11-20T20:02:07.601Z Compiling libc v0.2.150
12122023-11-20T20:02:07.604Z Compiling serde v1.0.192
12132023-11-20T20:02:07.608Z Compiling autocfg v1.1.0
12142023-11-20T20:02:07.614Z Compiling version_check v0.9.4
12152023-11-20T20:02:07.617Z Compiling cfg-if v1.0.0
12162023-11-20T20:02:07.620Z Compiling syn v1.0.109
12172023-11-20T20:02:07.623Z Compiling typenum v1.16.0
12182023-11-20T20:02:07.628Z Compiling once_cell v1.18.0
12192023-11-20T20:02:07.631Z Compiling parking_lot_core v0.9.8
12202023-11-20T20:02:07.682Z Compiling generic-array v0.14.7
12212023-11-20T20:02:07.798Z Compiling lock_api v0.4.10
12222023-11-20T20:02:09.109Z Compiling libm v0.2.7
12232023-11-20T20:02:09.127Z Compiling thiserror v1.0.49
12242023-11-20T20:02:09.226Z Compiling num-traits v0.2.16
12252023-11-20T20:02:09.244Z Compiling futures-core v0.3.29
12262023-11-20T20:02:09.410Z Compiling itoa v1.0.9
12272023-11-20T20:02:09.616Z Compiling memchr v2.6.3
12282023-11-20T20:02:09.749Z Compiling serde_json v1.0.108
12292023-11-20T20:02:09.779Z Compiling log v0.4.20
12302023-11-20T20:02:09.986Z Compiling slab v0.4.9
12312023-11-20T20:02:10.439Z Compiling quote v1.0.33
12322023-11-20T20:02:10.498Z Compiling futures-channel v0.3.29
12332023-11-20T20:02:10.699Z Compiling futures-task v0.3.29
12342023-11-20T20:02:11.095Z Compiling syn v2.0.32
12352023-11-20T20:02:11.614Z Compiling getrandom v0.2.10
12362023-11-20T20:02:11.624Z Compiling cc v1.0.83
12372023-11-20T20:02:11.762Z Compiling rand_core v0.6.4
12382023-11-20T20:02:11.874Z Compiling futures-util v0.3.29
12392023-11-20T20:02:11.897Z Compiling scopeguard v1.2.0
12402023-11-20T20:02:12.395Z Compiling smallvec v1.11.0
12412023-11-20T20:02:12.801Z Compiling ryu v1.0.15
12422023-11-20T20:02:13.100Z Compiling heck v0.4.1
12432023-11-20T20:02:13.124Z Compiling pin-project-lite v0.2.13
12442023-11-20T20:02:13.477Z Compiling signal-hook-registry v1.4.1
12452023-11-20T20:02:14.382Z Compiling parking_lot v0.12.1
12462023-11-20T20:02:14.405Z Compiling pkg-config v0.3.27
12472023-11-20T20:02:14.749Z Compiling schemars v0.8.13
12482023-11-20T20:02:15.269Z Compiling mio v0.8.8
12492023-11-20T20:02:15.448Z Compiling hashbrown v0.14.2
12502023-11-20T20:02:15.790Z Compiling subtle v2.5.0
12512023-11-20T20:02:16.043Z Compiling equivalent v1.0.1
12522023-11-20T20:02:16.136Z Compiling socket2 v0.5.4
12532023-11-20T20:02:16.185Z Compiling num_cpus v1.16.0
12542023-11-20T20:02:16.349Z Compiling fnv v1.0.7
12552023-11-20T20:02:16.520Z Compiling spin v0.5.2
12562023-11-20T20:02:16.595Z Compiling httparse v1.8.0
12572023-11-20T20:02:16.854Z Compiling byteorder v1.5.0
12582023-11-20T20:02:17.151Z Compiling iana-time-zone v0.1.57
12592023-11-20T20:02:17.211Z Compiling ring v0.16.20
12602023-11-20T20:02:17.340Z Compiling indexmap v1.9.3
12612023-11-20T20:02:17.482Z Compiling futures-sink v0.3.29
12622023-11-20T20:02:17.555Z Compiling ring v0.17.5
12632023-11-20T20:02:17.692Z Compiling vcpkg v0.2.15
12642023-11-20T20:02:18.285Z Compiling futures-io v0.3.29
12652023-11-20T20:02:18.372Z Compiling pin-utils v0.1.0
12662023-11-20T20:02:18.408Z Compiling semver v1.0.20
12672023-11-20T20:02:18.441Z Compiling dyn-clone v1.0.13
12682023-11-20T20:02:18.732Z Compiling ahash v0.8.3
12692023-11-20T20:02:18.763Z Compiling tracing-core v0.1.31
12702023-11-20T20:02:19.171Z Compiling tinyvec_macros v0.1.1
12712023-11-20T20:02:19.605Z Compiling async-trait v0.1.74
12722023-11-20T20:02:19.608Z Compiling const-oid v0.9.5
12732023-11-20T20:02:19.914Z Compiling tinyvec v1.6.0
12742023-11-20T20:02:20.183Z Compiling openssl-sys v0.9.93
12752023-11-20T20:02:21.157Z Compiling rustls v0.21.9
12762023-11-20T20:02:21.499Z Compiling openssl v0.10.57
12772023-11-20T20:02:21.707Z Compiling ucd-trie v0.1.6
12782023-11-20T20:02:21.954Z Compiling unicode-normalization v0.1.22
12792023-11-20T20:02:22.071Z Compiling winnow v0.5.15
12802023-11-20T20:02:22.094Z Compiling unicode-bidi v0.3.13
12812023-11-20T20:02:22.678Z Compiling serde_derive_internals v0.26.0
12822023-11-20T20:02:23.897Z Compiling time-core v0.1.1
12832023-11-20T20:02:24.149Z Compiling time-macros v0.2.13
12842023-11-20T20:02:24.660Z Compiling native-tls v0.2.11
12852023-11-20T20:02:25.087Z Compiling cpufeatures v0.2.9
12862023-11-20T20:02:25.224Z Compiling aho-corasick v1.0.4
12872023-11-20T20:02:25.812Z Compiling percent-encoding v2.3.0
12882023-11-20T20:02:26.384Z Compiling regex-syntax v0.8.2
12892023-11-20T20:02:26.543Z Compiling slog v2.7.0
12902023-11-20T20:02:27.201Z Compiling rustix v0.38.9
12912023-11-20T20:02:27.666Z Compiling backtrace v0.3.69
12922023-11-20T20:02:28.238Z Compiling form_urlencoded v1.2.0
12932023-11-20T20:02:28.352Z Compiling lazy_static v1.4.0
12942023-11-20T20:02:28.502Z Compiling spin v0.9.8
12952023-11-20T20:02:28.715Z Compiling base64 v0.21.5
12962023-11-20T20:02:29.006Z Compiling ppv-lite86 v0.2.17
12972023-11-20T20:02:29.046Z Compiling hashbrown v0.13.2
12982023-11-20T20:02:29.086Z Compiling anyhow v1.0.75
12992023-11-20T20:02:29.787Z Compiling unicode-width v0.1.11
13002023-11-20T20:02:30.577Z Compiling idna v0.4.0
13012023-11-20T20:02:30.582Z Compiling errno v0.3.2
13022023-11-20T20:02:30.586Z Compiling rand_chacha v0.3.1
13032023-11-20T20:02:30.882Z Compiling socket2 v0.4.9
13042023-11-20T20:02:31.316Z Compiling hashbrown v0.12.3
13052023-11-20T20:02:32.299Z Compiling regex-automata v0.4.3
13062023-11-20T20:02:32.353Z Compiling url v2.4.1
13072023-11-20T20:02:32.787Z Compiling untrusted v0.7.1
13082023-11-20T20:02:32.913Z Compiling rand v0.8.5
13092023-11-20T20:02:34.580Z Compiling num-integer v0.1.45
13102023-11-20T20:02:34.966Z Compiling serde_derive v1.0.192
13112023-11-20T20:02:35.411Z Compiling zeroize_derive v1.4.2
13122023-11-20T20:02:35.636Z Compiling thiserror-impl v1.0.49
13132023-11-20T20:02:35.739Z Compiling tokio-macros v2.1.0
13142023-11-20T20:02:35.779Z Compiling futures-macro v0.3.29
13152023-11-20T20:02:37.402Z Compiling tracing-attributes v0.1.26
13162023-11-20T20:02:38.671Z Compiling zeroize v1.6.0
13172023-11-20T20:02:38.683Z Compiling schemars_derive v0.8.13
13182023-11-20T20:02:39.555Z Compiling openssl-macros v0.1.1
13192023-11-20T20:02:40.390Z Compiling pest v2.7.2
13202023-11-20T20:02:40.997Z Compiling crypto-common v0.1.6
13212023-11-20T20:02:41.294Z Compiling block-buffer v0.10.4
13222023-11-20T20:02:41.628Z Compiling digest v0.10.7
13232023-11-20T20:02:42.276Z Compiling regex v1.10.2
13242023-11-20T20:02:42.801Z Compiling tracing v0.1.37
13252023-11-20T20:02:43.124Z Compiling httpdate v1.0.3
13262023-11-20T20:02:43.689Z Compiling try-lock v0.2.4
13272023-11-20T20:02:43.868Z Compiling untrusted v0.9.0
13282023-11-20T20:02:43.890Z Compiling adler v1.0.2
13292023-11-20T20:02:44.127Z Compiling miniz_oxide v0.7.1
13302023-11-20T20:02:44.248Z Compiling want v0.3.1
13312023-11-20T20:02:44.680Z Compiling foreign-types-shared v0.1.1
13322023-11-20T20:02:44.709Z Compiling unicode-xid v0.2.4
13332023-11-20T20:02:44.825Z Compiling mime v0.3.17
13342023-11-20T20:02:44.945Z Compiling openssl-probe v0.1.5
13352023-11-20T20:02:45.431Z Compiling tower-service v0.3.2
13362023-11-20T20:02:45.461Z Compiling crc32fast v1.3.2
13372023-11-20T20:02:45.601Z Compiling synstructure v0.12.6
13382023-11-20T20:02:45.759Z Compiling foreign-types v0.3.2
13392023-11-20T20:02:45.886Z Compiling sct v0.7.0
13402023-11-20T20:02:46.358Z Compiling crossbeam-utils v0.8.16
13412023-11-20T20:02:46.778Z Compiling ipnet v2.8.0
13422023-11-20T20:02:47.056Z Compiling pest_meta v2.7.2
13432023-11-20T20:02:48.540Z Compiling rustls-webpki v0.101.7
13442023-11-20T20:02:48.806Z Compiling zerocopy-derive v0.2.0
13452023-11-20T20:02:48.860Z Compiling rustls-pemfile v1.0.3
13462023-11-20T20:02:49.424Z Compiling gimli v0.28.0
13472023-11-20T20:02:49.580Z Compiling pest_generator v2.7.2
13482023-11-20T20:02:51.883Z Compiling object v0.32.1
13492023-11-20T20:02:52.165Z Compiling encoding_rs v0.8.33
13502023-11-20T20:02:52.808Z Compiling rustc-demangle v0.1.23
13512023-11-20T20:02:54.337Z Compiling bitflags v1.3.2
13522023-11-20T20:02:54.515Z Compiling pest_derive v2.7.2
13532023-11-20T20:02:55.651Z Compiling rustls-native-certs v0.6.3
13542023-11-20T20:02:56.323Z Compiling addr2line v0.21.0
13552023-11-20T20:02:57.748Z Compiling usdt-impl v0.3.5
13562023-11-20T20:02:58.082Z Compiling bytes v1.5.0
13572023-11-20T20:02:58.336Z Compiling indexmap v2.1.0
13582023-11-20T20:02:58.370Z Compiling chrono v0.4.31
13592023-11-20T20:02:59.711Z Compiling tokio v1.33.0
13602023-11-20T20:03:00.217Z Compiling uuid v1.5.0
13612023-11-20T20:03:00.357Z Compiling http v0.2.11
13622023-11-20T20:03:00.388Z Compiling bitflags v2.4.0
13632023-11-20T20:03:01.760Z Compiling serde_spanned v0.6.4
13642023-11-20T20:03:01.768Z Compiling toml_datetime v0.6.5
13652023-11-20T20:03:02.476Z Compiling toml_edit v0.19.15
13662023-11-20T20:03:03.394Z Compiling rustc_version v0.4.0
13672023-11-20T20:03:03.541Z Compiling http-body v0.4.5
13682023-11-20T20:03:04.170Z Compiling openapiv3 v2.0.0-rc.1
13692023-11-20T20:03:07.030Z Compiling serde_urlencoded v0.7.1
13702023-11-20T20:03:09.524Z Compiling deranged v0.3.8
13712023-11-20T20:03:10.310Z Compiling webpki-roots v0.25.2
13722023-11-20T20:03:10.540Z Compiling io-lifetimes v1.0.11
13732023-11-20T20:03:10.747Z Compiling num_threads v0.1.6
13742023-11-20T20:03:11.149Z Compiling serde_tokenstream v0.2.0
13752023-11-20T20:03:12.078Z Compiling zerocopy v0.3.0
13762023-11-20T20:03:12.081Z Compiling block-padding v0.3.3
13772023-11-20T20:03:12.275Z Compiling tokio-util v0.7.10
13782023-11-20T20:03:12.475Z Compiling tokio-rustls v0.24.1
13792023-11-20T20:03:12.531Z Compiling time v0.3.27
13802023-11-20T20:03:12.889Z Compiling dof v0.1.5
13812023-11-20T20:03:12.912Z Compiling inout v0.1.3
13822023-11-20T20:03:13.134Z Compiling dtrace-parser v0.1.14
13832023-11-20T20:03:14.445Z Compiling h2 v0.3.21
13842023-11-20T20:03:15.175Z Compiling thread-id v4.2.0
13852023-11-20T20:03:15.327Z Compiling tokio-native-tls v0.3.1
13862023-11-20T20:03:15.738Z Compiling num-bigint v0.4.4
13872023-11-20T20:03:15.742Z Compiling rustversion v1.0.14
13882023-11-20T20:03:16.118Z Compiling rustix v0.37.23
13892023-11-20T20:03:16.708Z Compiling cipher v0.4.4
13902023-11-20T20:03:16.946Z Compiling serde_tokenstream v0.1.7
13912023-11-20T20:03:17.113Z Compiling zerocopy-derive v0.6.4
13922023-11-20T20:03:17.404Z Compiling regress v0.7.1
13932023-11-20T20:03:17.738Z Compiling data-encoding v2.4.0
13942023-11-20T20:03:19.556Z Compiling flate2 v1.0.28
13952023-11-20T20:03:20.321Z Compiling toml_edit v0.21.0
13962023-11-20T20:03:21.248Z Compiling hex v0.4.3
13972023-11-20T20:03:21.331Z Compiling hmac v0.12.1
13982023-11-20T20:03:21.633Z Compiling strsim v0.10.0
13992023-11-20T20:03:22.209Z Compiling strum_macros v0.25.2
14002023-11-20T20:03:22.430Z Compiling usdt-attr-macro v0.3.5
14012023-11-20T20:03:22.574Z Compiling usdt-macro v0.3.5
14022023-11-20T20:03:23.275Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14032023-11-20T20:03:24.654Z Compiling sha2 v0.10.8
14042023-11-20T20:03:25.045Z Compiling enum-as-inner v0.5.1
14052023-11-20T20:03:25.835Z Compiling hyper v0.14.27
14062023-11-20T20:03:26.426Z Compiling toml v0.7.8
14072023-11-20T20:03:26.589Z Compiling heapless v0.7.16
14082023-11-20T20:03:26.841Z Compiling futures-executor v0.3.29
14092023-11-20T20:03:27.769Z Compiling bzip2-sys v0.1.11+1.0.8
14102023-11-20T20:03:28.166Z Compiling memoffset v0.9.0
14112023-11-20T20:03:28.464Z Compiling unicode-segmentation v1.10.1
14122023-11-20T20:03:28.614Z Compiling managed v0.8.0
14132023-11-20T20:03:28.973Z Compiling signal-hook v0.3.17
14142023-11-20T20:03:29.447Z Compiling futures v0.3.29
14152023-11-20T20:03:29.868Z Compiling ipnetwork v0.20.0
14162023-11-20T20:03:29.890Z Compiling getopts v0.2.21
14172023-11-20T20:03:29.935Z Compiling crossbeam-epoch v0.9.15
14182023-11-20T20:03:30.432Z Compiling num-iter v0.1.43
14192023-11-20T20:03:30.549Z Compiling anstyle v1.0.2
14202023-11-20T20:03:30.883Z Compiling unsafe-libyaml v0.2.9
14212023-11-20T20:03:31.262Z Compiling siphasher v0.3.11
14222023-11-20T20:03:31.299Z Compiling either v1.9.0
14232023-11-20T20:03:31.606Z Compiling bit-vec v0.6.3
14242023-11-20T20:03:31.816Z Compiling smoltcp v0.9.1
14252023-11-20T20:03:31.907Z Compiling utf8parse v0.2.1
14262023-11-20T20:03:32.160Z Compiling matches v0.1.10
14272023-11-20T20:03:32.287Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14282023-11-20T20:03:32.310Z Compiling idna v0.2.3
14292023-11-20T20:03:32.579Z Compiling anstyle-parse v0.2.1
14302023-11-20T20:03:33.165Z Compiling serde_yaml v0.9.25
14312023-11-20T20:03:34.050Z Compiling zerocopy v0.6.4
14322023-11-20T20:03:34.076Z Compiling signature v2.1.0
14332023-11-20T20:03:34.393Z Compiling hubpack_derive v0.1.1
14342023-11-20T20:03:35.102Z Compiling clap_derive v4.4.2
14352023-11-20T20:03:35.413Z Compiling colorchoice v1.0.0
14362023-11-20T20:03:35.531Z Compiling anstyle-query v1.0.0
14372023-11-20T20:03:35.720Z Compiling anstream v0.5.0
14382023-11-20T20:03:35.744Z Compiling terminal_size v0.2.6
14392023-11-20T20:03:35.815Z Compiling trust-dns-proto v0.22.0
14402023-11-20T20:03:36.003Z Compiling usdt v0.3.5
14412023-11-20T20:03:36.829Z Compiling md-5 v0.10.5
14422023-11-20T20:03:37.179Z Compiling hyper-rustls v0.24.2
14432023-11-20T20:03:37.453Z Compiling hyper-tls v0.5.0
14442023-11-20T20:03:37.970Z Compiling reqwest v0.11.22
14452023-11-20T20:03:38.069Z Compiling yasna v0.5.2
14462023-11-20T20:03:39.372Z Compiling stringprep v0.1.3
14472023-11-20T20:03:39.949Z Compiling diesel_table_macro_syntax v0.1.0
14482023-11-20T20:03:40.515Z Compiling hash32 v0.2.1
14492023-11-20T20:03:41.086Z Compiling clap_lex v0.5.1
14502023-11-20T20:03:41.110Z Compiling fallible-iterator v0.2.0
14512023-11-20T20:03:41.216Z Compiling stable_deref_trait v1.2.0
14522023-11-20T20:03:41.887Z Compiling clap_builder v4.4.2
14532023-11-20T20:03:42.258Z Compiling postgres-protocol v0.6.6
14542023-11-20T20:03:42.771Z Compiling diesel_derives v2.1.1
14552023-11-20T20:03:43.348Z Compiling phf_shared v0.11.2
14562023-11-20T20:03:44.384Z Compiling tokio-stream v0.1.14
14572023-11-20T20:03:44.499Z Compiling serde_repr v0.1.16
14582023-11-20T20:03:45.745Z Compiling scheduled-thread-pool v0.2.7
14592023-11-20T20:03:45.913Z Compiling regex-automata v0.1.10
14602023-11-20T20:03:46.186Z Compiling r2d2 v0.8.10
14612023-11-20T20:03:46.698Z Compiling bstr v0.2.17
14622023-11-20T20:03:46.721Z Compiling signal-hook-mio v0.2.3
14632023-11-20T20:03:46.940Z Compiling bzip2 v0.4.4
14642023-11-20T20:03:47.598Z Compiling phf v0.11.2
14652023-11-20T20:03:48.031Z Compiling postgres-types v0.2.6
14662023-11-20T20:03:48.142Z Compiling clap v4.4.3
14672023-11-20T20:03:49.121Z Compiling hubpack v0.1.2
14682023-11-20T20:03:50.232Z Compiling itertools v0.10.5
14692023-11-20T20:03:50.358Z Compiling itertools v0.11.0
14702023-11-20T20:03:50.527Z Compiling phf_shared v0.10.0
14712023-11-20T20:03:51.125Z Compiling float-cmp v0.9.0
14722023-11-20T20:03:52.039Z Compiling whoami v1.4.1
14732023-11-20T20:03:53.060Z Compiling new_debug_unreachable v1.0.4
14742023-11-20T20:03:53.200Z Compiling predicates-core v1.0.6
14752023-11-20T20:03:53.767Z Compiling static_assertions v1.1.0
14762023-11-20T20:03:53.875Z Compiling precomputed-hash v0.1.1
14772023-11-20T20:03:53.899Z Compiling fixedbitset v0.4.2
14782023-11-20T20:03:54.002Z Compiling difflib v0.4.0
14792023-11-20T20:03:54.613Z Compiling normalize-line-endings v0.3.0
14802023-11-20T20:03:54.642Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14812023-11-20T20:03:54.775Z Compiling regex-automata v0.3.8
14822023-11-20T20:03:54.798Z Compiling predicates v3.0.4
14832023-11-20T20:03:55.135Z Compiling petgraph v0.6.4
14842023-11-20T20:03:56.750Z Compiling string_cache v0.8.7
14852023-11-20T20:03:57.483Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14862023-11-20T20:03:57.589Z Compiling bstr v1.6.0
14872023-11-20T20:03:58.927Z Compiling tokio-postgres v0.7.10
14882023-11-20T20:04:00.236Z Compiling similar v2.2.1
14892023-11-20T20:04:02.032Z Compiling zip v0.6.6
14902023-11-20T20:04:02.132Z Compiling crossterm v0.27.0
14912023-11-20T20:04:02.136Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14922023-11-20T20:04:02.300Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14932023-11-20T20:04:02.766Z Compiling bit-set v0.5.3
14942023-11-20T20:04:03.268Z Compiling console v0.15.7
14952023-11-20T20:04:04.589Z Compiling lalrpop-util v0.19.12
14962023-11-20T20:04:06.330Z Compiling diesel v2.1.4
14972023-11-20T20:04:08.680Z Compiling slog-async v2.8.0
14982023-11-20T20:04:08.828Z Compiling camino v1.1.6
14992023-11-20T20:04:10.737Z Compiling multer v2.1.0
15002023-11-20T20:04:12.087Z Compiling async-stream-impl v0.3.5
15012023-11-20T20:04:12.715Z Compiling ident_case v1.0.1
15022023-11-20T20:04:13.019Z Compiling paste v1.0.14
15032023-11-20T20:04:13.881Z Compiling darling_core v0.20.3
15042023-11-20T20:04:15.498Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15052023-11-20T20:04:15.702Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15062023-11-20T20:04:20.022Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15072023-11-20T20:04:20.900Z Compiling structmeta-derive v0.2.0
15082023-11-20T20:04:21.983Z Compiling regex-syntax v0.7.5
15092023-11-20T20:04:22.954Z Compiling darling_macro v0.20.3
15102023-11-20T20:04:23.524Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15112023-11-20T20:04:24.478Z Compiling darling v0.20.3
15122023-11-20T20:04:24.641Z Compiling serde_with_macros v2.3.3
15132023-11-20T20:04:25.243Z Compiling structmeta v0.2.0
15142023-11-20T20:04:32.271Z Compiling parse-display-derive v0.8.2
15152023-11-20T20:04:39.423Z Compiling toml v0.8.8
15162023-11-20T20:04:39.535Z Compiling proc-macro-crate v1.3.1
15172023-11-20T20:04:41.674Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15182023-11-20T20:04:42.317Z Compiling num_enum_derive v0.5.11
15192023-11-20T20:04:55.442Z Compiling proc-macro-error-attr v1.0.4
15202023-11-20T20:05:01.827Z Compiling proc-macro-error v1.0.4
15212023-11-20T20:05:03.059Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15222023-11-20T20:05:06.254Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15232023-11-20T20:05:12.431Z Compiling foreign-types-macros v0.2.3
15242023-11-20T20:05:14.759Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15252023-11-20T20:05:15.377Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15262023-11-20T20:05:16.867Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15272023-11-20T20:05:17.340Z Compiling crucible-workspace-hack v0.1.0
15282023-11-20T20:05:17.767Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15292023-11-20T20:05:21.740Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15302023-11-20T20:05:22.335Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15312023-11-20T20:05:29.555Z Compiling sha1 v0.10.6
15322023-11-20T20:05:29.583Z Compiling atty v0.2.14
15332023-11-20T20:05:30.187Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15342023-11-20T20:05:30.237Z Compiling match_cfg v0.1.0
15352023-11-20T20:05:30.364Z Compiling hostname v0.3.1
15362023-11-20T20:05:35.892Z Compiling dirs-sys-next v0.1.2
15372023-11-20T20:05:42.301Z Compiling dirs-next v2.0.0
15382023-11-20T20:05:45.367Z Compiling heck v0.3.3
15392023-11-20T20:05:46.079Z Compiling thread_local v1.1.7
15402023-11-20T20:05:46.840Z Compiling libefi-sys v0.1.0
15412023-11-20T20:05:46.983Z Compiling fastrand v2.0.0
15422023-11-20T20:05:47.325Z Compiling structopt-derive v0.4.18
15432023-11-20T20:05:47.441Z Compiling term v0.7.0
15442023-11-20T20:05:47.530Z Compiling tempfile v3.8.0
15452023-11-20T20:05:47.855Z Compiling zone_cfg_derive v0.3.0
15462023-11-20T20:05:49.391Z Compiling crossbeam-channel v0.5.8
15472023-11-20T20:05:49.640Z Compiling num-derive v0.4.0
15482023-11-20T20:05:49.793Z Compiling instant v0.1.12
15492023-11-20T20:05:49.917Z Compiling take_mut v0.2.2
15502023-11-20T20:05:49.997Z Compiling slog-term v2.9.0
15512023-11-20T20:05:51.699Z Compiling slog-json v2.6.1
15522023-11-20T20:05:51.828Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15532023-11-20T20:05:52.471Z Compiling atomic-waker v1.1.1
15542023-11-20T20:05:52.478Z Compiling waitgroup v0.1.2
15552023-11-20T20:05:52.485Z Compiling slog-bunyan v2.4.0
15562023-11-20T20:05:52.628Z Compiling async-stream v0.3.5
15572023-11-20T20:05:53.201Z Compiling serde_path_to_error v0.1.14
15582023-11-20T20:05:53.239Z Compiling debug-ignore v1.0.5
15592023-11-20T20:05:53.325Z Compiling same-file v1.0.6
15602023-11-20T20:05:53.450Z Compiling platforms v3.0.2
15612023-11-20T20:05:53.988Z Compiling walkdir v2.4.0
15622023-11-20T20:05:54.604Z Compiling strum v0.25.0
15632023-11-20T20:05:54.832Z Compiling toml v0.5.11
15642023-11-20T20:05:54.973Z Compiling semver-parser v0.10.2
15652023-11-20T20:05:55.051Z Compiling xattr v1.0.1
15662023-11-20T20:05:55.445Z Compiling filetime v0.2.22
15672023-11-20T20:05:55.930Z Compiling tar v0.4.40
15682023-11-20T20:05:56.699Z Compiling semver v0.11.0
15692023-11-20T20:05:56.827Z Compiling serde_with v2.3.3
15702023-11-20T20:05:58.082Z Compiling home v0.5.5
15712023-11-20T20:05:58.226Z Compiling curve25519-dalek v4.1.0
15722023-11-20T20:05:58.437Z Compiling toolchain_find v0.2.0
15732023-11-20T20:05:58.810Z Compiling backoff v0.4.0
15742023-11-20T20:05:59.254Z Compiling parse-display v0.8.2
15752023-11-20T20:05:59.528Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15762023-11-20T20:05:59.566Z Compiling macaddr v1.0.1
15772023-11-20T20:05:59.907Z Compiling rustfmt-wrapper v0.2.0
15782023-11-20T20:06:00.307Z Compiling omicron-zone-package v0.9.1
15792023-11-20T20:06:01.725Z Compiling curve25519-dalek-derive v0.1.0
15802023-11-20T20:06:02.264Z Compiling num-rational v0.4.1
15812023-11-20T20:06:02.737Z Compiling getrandom v0.1.16
15822023-11-20T20:06:03.386Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15832023-11-20T20:06:03.947Z Compiling num_enum v0.5.11
15842023-11-20T20:06:04.147Z Compiling postcard-cobs v0.1.5-pre
15852023-11-20T20:06:04.406Z Compiling postcard v0.7.3
15862023-11-20T20:06:04.593Z Compiling smoltcp v0.8.2
15872023-11-20T20:06:05.236Z Compiling unicase v2.7.0
15882023-11-20T20:06:06.073Z Compiling parking_lot_core v0.8.6
15892023-11-20T20:06:06.277Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15902023-11-20T20:06:06.293Z Compiling cfg-if v0.1.10
15912023-11-20T20:06:06.433Z Compiling foreign-types-shared v0.3.1
15922023-11-20T20:06:06.576Z Compiling foreign-types v0.5.0
15932023-11-20T20:06:07.149Z Compiling is-terminal v0.4.9
15942023-11-20T20:06:07.332Z Compiling cstr-argument v0.1.2
15952023-11-20T20:06:07.741Z Compiling pretty-hex v0.2.1
15962023-11-20T20:06:07.965Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15972023-11-20T20:06:08.029Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15982023-11-20T20:06:08.588Z Compiling colored v2.0.4
15992023-11-20T20:06:09.165Z Compiling textwrap v0.11.0
16002023-11-20T20:06:09.251Z Compiling slog-dtrace v0.2.3
16012023-11-20T20:06:09.514Z Compiling winapi v0.3.9
16022023-11-20T20:06:09.537Z Compiling strsim v0.8.0
16032023-11-20T20:06:09.699Z Compiling convert_case v0.4.0
16042023-11-20T20:06:10.013Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16052023-11-20T20:06:10.578Z Compiling vec_map v0.8.2
16062023-11-20T20:06:10.983Z Compiling ansi_term v0.12.1
16072023-11-20T20:06:11.017Z Compiling derive_more v0.99.17
16082023-11-20T20:06:11.668Z Compiling clap v2.34.0
16092023-11-20T20:06:13.579Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16102023-11-20T20:06:16.549Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16112023-11-20T20:06:17.392Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16122023-11-20T20:06:17.401Z Compiling thiserror-impl-no-std v2.0.2
16132023-11-20T20:06:17.805Z Compiling base64ct v1.6.0
16142023-11-20T20:06:19.512Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16152023-11-20T20:06:20.944Z Compiling structopt v0.3.26
16162023-11-20T20:06:21.178Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16172023-11-20T20:06:21.721Z Compiling mime_guess v2.0.4
16182023-11-20T20:06:23.175Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16192023-11-20T20:06:23.636Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16202023-11-20T20:06:24.746Z Compiling zone v0.3.0
16212023-11-20T20:06:25.416Z Compiling smf v0.2.2
16222023-11-20T20:06:26.508Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16232023-11-20T20:06:26.677Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16242023-11-20T20:06:28.448Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16252023-11-20T20:06:28.835Z Compiling universal-hash v0.5.1
16262023-11-20T20:06:28.956Z Compiling opaque-debug v0.3.0
16272023-11-20T20:06:29.091Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16282023-11-20T20:06:29.560Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16292023-11-20T20:06:29.641Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16302023-11-20T20:06:29.899Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16312023-11-20T20:06:30.439Z Compiling hkdf v0.12.3
16322023-11-20T20:06:30.660Z Compiling cancel-safe-futures v0.1.5
16332023-11-20T20:06:31.962Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16342023-11-20T20:06:33.937Z Compiling quick-error v1.2.3
16352023-11-20T20:06:33.942Z Compiling keccak v0.1.4
16362023-11-20T20:06:35.135Z Compiling linked-hash-map v0.5.6
16372023-11-20T20:06:35.702Z Compiling lru-cache v0.1.2
16382023-11-20T20:06:36.000Z Compiling sha3 v0.10.8
16392023-11-20T20:06:36.070Z Compiling resolv-conf v0.7.0
16402023-11-20T20:06:37.080Z Compiling password-hash v0.5.0
16412023-11-20T20:06:38.845Z Compiling blake2 v0.10.6
16422023-11-20T20:06:39.076Z Compiling aead v0.5.2
16432023-11-20T20:06:39.506Z Compiling secrecy v0.8.0
16442023-11-20T20:06:39.912Z Compiling num-complex v0.4.4
16452023-11-20T20:06:40.365Z Compiling ff v0.13.0
16462023-11-20T20:06:40.451Z Compiling nibble_vec v0.1.0
16472023-11-20T20:06:40.694Z Compiling utf-8 v0.7.6
16482023-11-20T20:06:41.207Z Compiling arc-swap v1.6.0
16492023-11-20T20:06:41.286Z Compiling endian-type v0.1.2
16502023-11-20T20:06:43.079Z Compiling slog-scope v4.4.0
16512023-11-20T20:06:43.612Z Compiling radix_trie v0.2.1
16522023-11-20T20:06:43.730Z Compiling num v0.4.1
16532023-11-20T20:06:43.877Z Compiling tungstenite v0.20.1
16542023-11-20T20:06:43.925Z Compiling group v0.13.0
16552023-11-20T20:06:44.035Z Compiling argon2 v0.5.2
16562023-11-20T20:06:44.159Z Compiling rand_core v0.5.1
16572023-11-20T20:06:44.721Z Compiling trust-dns-resolver v0.22.0
16582023-11-20T20:06:44.793Z Compiling poly1305 v0.8.0
16592023-11-20T20:06:52.130Z Compiling chacha20 v0.9.1
16602023-11-20T20:06:52.171Z Compiling crypto-bigint v0.5.2
16612023-11-20T20:06:52.594Z Compiling ciborium-io v0.2.1
16622023-11-20T20:06:52.746Z Compiling option-ext v0.2.0
16632023-11-20T20:06:52.958Z Compiling half v1.8.2
16642023-11-20T20:06:53.544Z Compiling base16ct v0.2.0
16652023-11-20T20:06:54.019Z Compiling ciborium-ll v0.2.1
16662023-11-20T20:06:54.521Z Compiling dirs-sys v0.4.1
16672023-11-20T20:06:55.573Z Compiling parking_lot v0.11.2
16682023-11-20T20:06:55.578Z Compiling elliptic-curve v0.13.5
16692023-11-20T20:06:55.581Z Compiling tokio-tungstenite v0.20.1
16702023-11-20T20:06:55.704Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16712023-11-20T20:06:56.091Z Compiling rand_chacha v0.2.2
16722023-11-20T20:06:56.300Z Compiling trust-dns-client v0.22.0
16732023-11-20T20:06:56.364Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16742023-11-20T20:06:56.816Z Compiling slog-stdlog v4.1.1
16752023-11-20T20:06:57.317Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16762023-11-20T20:06:57.766Z Compiling polyval v0.6.1
16772023-11-20T20:06:58.853Z Compiling thiserror-no-std v2.0.2
16782023-11-20T20:06:58.868Z Compiling password-hash v0.4.2
16792023-11-20T20:06:59.482Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16802023-11-20T20:07:00.136Z Compiling ed25519 v2.2.2
16812023-11-20T20:07:00.649Z Compiling ctr v0.9.2
16822023-11-20T20:07:00.713Z Compiling aes v0.8.3
16832023-11-20T20:07:01.112Z Compiling blowfish v0.9.1
16842023-11-20T20:07:01.240Z Compiling pbkdf2 v0.12.2
16852023-11-20T20:07:01.488Z Compiling fxhash v0.2.1
16862023-11-20T20:07:01.757Z Compiling glob v0.3.1
16872023-11-20T20:07:02.967Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
16882023-11-20T20:07:03.875Z Compiling sled v0.34.7
16892023-11-20T20:07:04.844Z Compiling bcrypt-pbkdf v0.10.0
16902023-11-20T20:07:05.006Z Compiling ed25519-dalek v2.0.0
16912023-11-20T20:07:05.883Z Compiling pbkdf2 v0.11.0
16922023-11-20T20:07:06.472Z Compiling russh-cryptovec v0.7.0
16932023-11-20T20:07:06.918Z Compiling vsss-rs v3.3.1
16942023-11-20T20:07:06.982Z Compiling trust-dns-server v0.22.1
16952023-11-20T20:07:07.592Z Compiling ghash v0.5.0
16962023-11-20T20:07:07.623Z Compiling slog-envlogger v2.2.0
16972023-11-20T20:07:07.931Z Compiling rand v0.7.3
16982023-11-20T20:07:08.154Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16992023-11-20T20:07:14.253Z Compiling dirs v5.0.1
17002023-11-20T20:07:16.704Z Compiling ciborium v0.2.1
17012023-11-20T20:07:37.654Z Compiling chacha20poly1305 v0.10.1
17022023-11-20T20:07:37.991Z Compiling camino-tempfile v1.0.2
17032023-11-20T20:07:38.237Z Compiling cbc v0.1.2
17042023-11-20T20:07:38.564Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17052023-11-20T20:07:38.808Z Compiling headers-core v0.2.0
17062023-11-20T20:07:38.958Z Compiling kstat-rs v0.2.3
17072023-11-20T20:07:38.965Z Compiling pem v3.0.2
17082023-11-20T20:07:39.049Z Compiling pretty-hex v0.3.0
17092023-11-20T20:07:39.177Z Compiling md5 v0.7.0
17102023-11-20T20:07:39.214Z Compiling http-range v0.1.5
17112023-11-20T20:07:39.314Z Compiling base64 v0.13.1
17122023-11-20T20:07:39.431Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17132023-11-20T20:07:39.472Z Compiling hyper-staticfile v0.9.5
17142023-11-20T20:07:39.531Z Compiling pem v1.1.1
17152023-11-20T20:07:40.073Z Compiling russh-keys v0.38.0
17162023-11-20T20:07:40.174Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17172023-11-20T20:07:40.215Z Compiling rcgen v0.11.3
17182023-11-20T20:07:40.261Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17192023-11-20T20:07:40.341Z Compiling headers v0.3.9
17202023-11-20T20:07:40.386Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17212023-11-20T20:07:40.452Z Compiling aes-gcm v0.10.3
17222023-11-20T20:07:40.578Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17232023-11-20T20:07:40.596Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17242023-11-20T20:07:40.614Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17252023-11-20T20:07:47.127Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17262023-11-20T20:07:48.020Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17272023-11-20T20:07:48.148Z Compiling atomicwrites v0.4.2
17282023-11-20T20:07:48.681Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17292023-11-20T20:07:52.681Z Compiling itertools v0.12.0
17302023-11-20T20:07:53.530Z Compiling subprocess v0.2.9
17312023-11-20T20:07:55.706Z Compiling hex-literal v0.4.1
17322023-11-20T20:07:56.670Z Compiling russh v0.39.0
17332023-11-20T20:07:57.872Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17342023-11-20T20:08:00.588Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17352023-11-20T20:08:19.702Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17362023-11-20T20:08:56.086Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17372023-11-20T20:10:14.727Z Finished dev [unoptimized + debuginfo] target(s) in 8m 30s
17382023-11-20T20:10:15.059Z
17392023-11-20T20:10:15.065Zreal 8:31.137732354
17402023-11-20T20:10:15.071Zuser 50:36.099517169
17412023-11-20T20:10:15.079Zsys 8:06.394580918
17422023-11-20T20:10:15.085Ztrap 1.856051420
17432023-11-20T20:10:15.093Ztflt 5.656706380
17442023-11-20T20:10:15.098Zdflt 6.626446687
17452023-11-20T20:10:15.105Zkflt 0.025407872
17462023-11-20T20:10:15.112Zlock 1:32:59.976063197
17472023-11-20T20:10:15.118Zslp 2:18:55.985757065
17482023-11-20T20:10:15.126Zlat 2:06.128781196
17492023-11-20T20:10:15.132Zstop 4:54.615441042
17502023-11-20T20:10:15.139Z+ mkdir -p /work/end-to-end-tests
17512023-11-20T20:10:15.146Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17522023-11-20T20:10:15.837Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17532023-11-20T20:10:15.840Z+ ptime -m gzip
17542023-11-20T20:10:15.842Z++ basename target/debug/bootstrap
17552023-11-20T20:10:31.041Z
17562023-11-20T20:10:31.044Zreal 15.196615089
17572023-11-20T20:10:31.047Zuser 15.017660139
17582023-11-20T20:10:31.050Zsys 0.160792965
17592023-11-20T20:10:31.053Ztrap 0.010440584
17602023-11-20T20:10:31.055Ztflt 0.000000000
17612023-11-20T20:10:31.058Zdflt 0.000000000
17622023-11-20T20:10:31.061Zkflt 0.000000000
17632023-11-20T20:10:31.063Zlock 0.000000000
17642023-11-20T20:10:31.067Zslp 0.000000000
17652023-11-20T20:10:31.070Zlat 0.007383235
17662023-11-20T20:10:31.073Zstop 0.000215818
17672023-11-20T20:10:31.076Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17682023-11-20T20:10:31.086Z+ ptime -m gzip
17692023-11-20T20:10:31.093Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4172957c237fed9a
17702023-11-20T20:10:32.144Z
17712023-11-20T20:10:32.147Zreal 1.094264478
17722023-11-20T20:10:32.150Zuser 1.081429991
17732023-11-20T20:10:32.153Zsys 0.012183930
17742023-11-20T20:10:32.155Ztrap 0.000105006
17752023-11-20T20:10:32.158Ztflt 0.000000000
17762023-11-20T20:10:32.161Zdflt 0.000000000
17772023-11-20T20:10:32.164Zkflt 0.000000000
17782023-11-20T20:10:32.167Zlock 0.000000000
17792023-11-20T20:10:32.169Zslp 0.000000000
17802023-11-20T20:10:32.173Zlat 0.000178468
17812023-11-20T20:10:32.176Zstop 0.000247171
17822023-11-20T20:10:32.179Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17832023-11-20T20:10:32.182Z+ ptime -m gzip
17842023-11-20T20:10:32.185Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b2150e0e5683f6a
17852023-11-20T20:10:49.430Z
17862023-11-20T20:10:49.434Zreal 17.277269436
17872023-11-20T20:10:49.437Zuser 17.091992068
17882023-11-20T20:10:49.440Zsys 0.180672836
17892023-11-20T20:10:49.443Ztrap 0.003313716
17902023-11-20T20:10:49.445Ztflt 0.000000000
17912023-11-20T20:10:49.450Zdflt 0.000000000
17922023-11-20T20:10:49.453Zkflt 0.000000000
17932023-11-20T20:10:49.455Zlock 0.000000000
17942023-11-20T20:10:49.459Zslp 0.000000000
17952023-11-20T20:10:49.464Zlat 0.000870127
17962023-11-20T20:10:49.467Zstop 0.000301589
17972023-11-20T20:10:49.470Z+ banner caboose-util
17982023-11-20T20:10:49.476Z
17992023-11-20T20:10:49.480Z #### ## ##### #### #### #### ###### # # #####
18002023-11-20T20:10:49.483Z # # # # # # # # # # # # # # #
18012023-11-20T20:10:49.485Z # # # ##### # # # # #### ##### ##### # # #
18022023-11-20T20:10:49.488Z # ###### # # # # # # # # # # #
18032023-11-20T20:10:49.491Z # # # # # # # # # # # # # # # #
18042023-11-20T20:10:49.494Z #### # # ##### #### #### #### ###### #### #
18052023-11-20T20:10:49.497Z
18062023-11-20T20:10:49.500Z+ ptime -m cargo build --locked -p caboose-util --release
18072023-11-20T20:10:50.069Z Downloading crates ...
18082023-11-20T20:10:50.393Z Downloaded nodrop v0.1.14
18092023-11-20T20:10:50.396Z Downloaded tap v1.0.1
18102023-11-20T20:10:50.401Z Downloaded wyz v0.5.1
18112023-11-20T20:10:50.405Z Downloaded crc v3.0.1
18122023-11-20T20:10:50.408Z Downloaded pkcs1 v0.7.5
18132023-11-20T20:10:50.411Z Downloaded packed_struct_codegen v0.10.1
18142023-11-20T20:10:50.416Z Downloaded path-slash v0.1.5
18152023-11-20T20:10:50.420Z Downloaded crc-catalog v2.2.0
18162023-11-20T20:10:50.423Z Downloaded radium v0.7.0
18172023-11-20T20:10:50.426Z Downloaded termcolor v1.2.0
18182023-11-20T20:10:50.429Z Downloaded smallvec v0.6.14
18192023-11-20T20:10:50.432Z Downloaded funty v2.0.0
18202023-11-20T20:10:50.435Z Downloaded der_derive v0.7.2
18212023-11-20T20:10:50.438Z Downloaded flagset v0.4.3
18222023-11-20T20:10:50.441Z Downloaded env_logger v0.10.0
18232023-11-20T20:10:50.444Z Downloaded serde-hex v0.1.0
18242023-11-20T20:10:50.448Z Downloaded maybe-uninit v2.0.0
18252023-11-20T20:10:50.451Z Downloaded array-init v0.0.4
18262023-11-20T20:10:50.454Z Downloaded crc-any v2.4.3
18272023-11-20T20:10:50.457Z Downloaded packed_struct v0.10.1
18282023-11-20T20:10:50.460Z Downloaded pem-rfc7468 v0.7.0
18292023-11-20T20:10:50.463Z Downloaded rsa v0.9.2
18302023-11-20T20:10:50.466Z Downloaded num-bigint-dig v0.8.4
18312023-11-20T20:10:50.472Z Downloaded ron v0.8.1
18322023-11-20T20:10:50.482Z Downloaded bitvec v1.0.1
18332023-11-20T20:10:50.508Z Downloaded object v0.30.4
18342023-11-20T20:10:50.531Z Downloaded x509-cert v0.2.4
18352023-11-20T20:10:50.535Z Downloaded bitfield v0.14.0
18362023-11-20T20:10:50.704Z Compiling proc-macro2 v1.0.69
18372023-11-20T20:10:50.708Z Compiling unicode-ident v1.0.12
18382023-11-20T20:10:50.711Z Compiling libc v0.2.150
18392023-11-20T20:10:50.714Z Compiling autocfg v1.1.0
18402023-11-20T20:10:50.717Z Compiling serde v1.0.192
18412023-11-20T20:10:50.721Z Compiling cfg-if v1.0.0
18422023-11-20T20:10:50.726Z Compiling version_check v0.9.4
18432023-11-20T20:10:50.823Z Compiling parking_lot_core v0.9.8
18442023-11-20T20:10:50.865Z Compiling syn v1.0.109
18452023-11-20T20:10:50.996Z Compiling typenum v1.16.0
18462023-11-20T20:10:51.381Z Compiling libm v0.2.7
18472023-11-20T20:10:51.592Z Compiling futures-core v0.3.29
18482023-11-20T20:10:51.726Z Compiling generic-array v0.14.7
18492023-11-20T20:10:51.775Z Compiling lock_api v0.4.10
18502023-11-20T20:10:51.982Z Compiling num-traits v0.2.16
18512023-11-20T20:10:52.074Z Compiling once_cell v1.18.0
18522023-11-20T20:10:52.144Z Compiling pkg-config v0.3.27
18532023-11-20T20:10:52.202Z Compiling scopeguard v1.2.0
18542023-11-20T20:10:52.566Z Compiling slab v0.4.9
18552023-11-20T20:10:52.636Z Compiling futures-task v0.3.29
18562023-11-20T20:10:52.652Z Compiling serde_json v1.0.108
18572023-11-20T20:10:53.128Z Compiling quote v1.0.33
18582023-11-20T20:10:53.174Z Compiling futures-channel v0.3.29
18592023-11-20T20:10:53.209Z Compiling thiserror v1.0.49
18602023-11-20T20:10:53.642Z Compiling itoa v1.0.9
18612023-11-20T20:10:53.890Z Compiling syn v2.0.32
18622023-11-20T20:10:53.945Z Compiling cc v1.0.83
18632023-11-20T20:10:53.955Z Compiling getrandom v0.2.10
18642023-11-20T20:10:54.089Z Compiling memchr v2.6.3
18652023-11-20T20:10:54.490Z Compiling futures-util v0.3.29
18662023-11-20T20:10:54.568Z Compiling log v0.4.20
18672023-11-20T20:10:54.958Z Compiling smallvec v1.11.0
18682023-11-20T20:10:55.795Z Compiling vcpkg v0.2.15
18692023-11-20T20:10:56.392Z Compiling byteorder v1.5.0
18702023-11-20T20:10:56.631Z Compiling rand_core v0.6.4
18712023-11-20T20:10:57.214Z Compiling pin-project-lite v0.2.13
18722023-11-20T20:10:58.128Z Compiling parking_lot v0.12.1
18732023-11-20T20:10:58.131Z Compiling ring v0.17.5
18742023-11-20T20:10:58.474Z Compiling indexmap v1.9.3
18752023-11-20T20:10:58.684Z Compiling openssl-sys v0.9.93
18762023-11-20T20:11:00.034Z Compiling signal-hook-registry v1.4.1
18772023-11-20T20:11:00.785Z Compiling io-lifetimes v1.0.11
18782023-11-20T20:11:01.551Z Compiling ring v0.16.20
18792023-11-20T20:11:01.631Z Compiling mio v0.8.8
18802023-11-20T20:11:03.273Z Compiling num-integer v0.1.45
18812023-11-20T20:11:03.367Z Compiling ryu v1.0.15
18822023-11-20T20:11:03.406Z Compiling const-oid v0.9.5
18832023-11-20T20:11:03.643Z Compiling semver v1.0.20
18842023-11-20T20:11:04.300Z Compiling spin v0.5.2
18852023-11-20T20:11:04.659Z Compiling rustix v0.37.23
18862023-11-20T20:11:05.644Z Compiling num_cpus v1.16.0
18872023-11-20T20:11:05.712Z Compiling socket2 v0.5.4
18882023-11-20T20:11:05.802Z Compiling heck v0.4.1
18892023-11-20T20:11:06.332Z Compiling ucd-trie v0.1.6
18902023-11-20T20:11:06.450Z Compiling httparse v1.8.0
18912023-11-20T20:11:07.027Z Compiling unicode-xid v0.2.4
18922023-11-20T20:11:07.517Z Compiling futures-sink v0.3.29
18932023-11-20T20:11:07.533Z Compiling openssl v0.10.57
18942023-11-20T20:11:07.544Z Compiling synstructure v0.12.6
18952023-11-20T20:11:07.554Z Compiling tinyvec_macros v0.1.1
18962023-11-20T20:11:07.615Z Compiling tinyvec v1.6.0
18972023-11-20T20:11:08.746Z Compiling ppv-lite86 v0.2.17
18982023-11-20T20:11:08.759Z Compiling rustls v0.21.9
18992023-11-20T20:11:09.021Z Compiling futures-io v0.3.29
19002023-11-20T20:11:09.143Z Compiling native-tls v0.2.11
19012023-11-20T20:11:09.427Z Compiling crc32fast v1.3.2
19022023-11-20T20:11:09.616Z Compiling pin-utils v0.1.0
19032023-11-20T20:11:09.732Z Compiling bzip2-sys v0.1.11+1.0.8
19042023-11-20T20:11:09.749Z Compiling spin v0.9.8
19052023-11-20T20:11:10.059Z Compiling rand_chacha v0.3.1
19062023-11-20T20:11:10.291Z Compiling unicode-normalization v0.1.22
19072023-11-20T20:11:10.334Z Compiling tracing-core v0.1.31
19082023-11-20T20:11:10.357Z Compiling subtle v2.5.0
19092023-11-20T20:11:10.828Z Compiling unicode-bidi v0.3.13
19102023-11-20T20:11:11.428Z Compiling rand v0.8.5
19112023-11-20T20:11:12.835Z Compiling errno v0.3.2
19122023-11-20T20:11:12.922Z Compiling num-iter v0.1.43
19132023-11-20T20:11:12.970Z Compiling usdt-impl v0.3.5
19142023-11-20T20:11:13.219Z Compiling ahash v0.8.3
19152023-11-20T20:11:13.826Z Compiling base64 v0.21.5
19162023-11-20T20:11:13.906Z Compiling schemars v0.8.13
19172023-11-20T20:11:14.392Z Compiling signal-hook v0.3.17
19182023-11-20T20:11:14.674Z Compiling rustix v0.38.9
19192023-11-20T20:11:14.927Z Compiling serde_derive_internals v0.26.0
19202023-11-20T20:11:15.856Z Compiling serde_derive v1.0.192
19212023-11-20T20:11:16.124Z Compiling zeroize_derive v1.4.2
19222023-11-20T20:11:16.395Z Compiling tokio-macros v2.1.0
19232023-11-20T20:11:16.411Z Compiling thiserror-impl v1.0.49
19242023-11-20T20:11:17.092Z Compiling futures-macro v0.3.29
19252023-11-20T20:11:18.443Z Compiling zeroize v1.6.0
19262023-11-20T20:11:18.674Z Compiling tracing-attributes v0.1.26
19272023-11-20T20:11:20.277Z Compiling zerocopy-derive v0.2.0
19282023-11-20T20:11:20.293Z Compiling openssl-macros v0.1.1
19292023-11-20T20:11:21.162Z Compiling crypto-common v0.1.6
19302023-11-20T20:11:21.197Z Compiling pest v2.7.2
19312023-11-20T20:11:21.351Z Compiling block-buffer v0.10.4
19322023-11-20T20:11:21.457Z Compiling zerocopy-derive v0.6.4
19332023-11-20T20:11:21.997Z Compiling digest v0.10.7
19342023-11-20T20:11:24.084Z Compiling tracing v0.1.37
19352023-11-20T20:11:24.198Z Compiling bitflags v1.3.2
19362023-11-20T20:11:24.303Z Compiling fnv v1.0.7
19372023-11-20T20:11:24.473Z Compiling zerocopy v0.3.0
19382023-11-20T20:11:25.020Z Compiling schemars_derive v0.8.13
19392023-11-20T20:11:25.673Z Compiling pest_meta v2.7.2
19402023-11-20T20:11:26.017Z Compiling lazy_static v1.4.0
19412023-11-20T20:11:28.481Z Compiling pest_generator v2.7.2
19422023-11-20T20:11:29.914Z Compiling backtrace v0.3.69
19432023-11-20T20:11:29.925Z Compiling num-bigint v0.4.4
19442023-11-20T20:11:30.333Z Compiling memoffset v0.9.0
19452023-11-20T20:11:30.504Z Compiling hashbrown v0.14.2
19462023-11-20T20:11:30.594Z Compiling percent-encoding v2.3.0
19472023-11-20T20:11:30.779Z Compiling foreign-types-shared v0.1.1
19482023-11-20T20:11:30.921Z Compiling openssl-probe v0.1.5
19492023-11-20T20:11:31.097Z Compiling crossbeam-utils v0.8.16
19502023-11-20T20:11:31.459Z Compiling equivalent v1.0.1
19512023-11-20T20:11:31.497Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19522023-11-20T20:11:31.600Z Compiling base64ct v1.6.0
19532023-11-20T20:11:31.774Z Compiling iana-time-zone v0.1.57
19542023-11-20T20:11:32.311Z Compiling smoltcp v0.9.1
19552023-11-20T20:11:32.484Z Compiling pest_derive v2.7.2
19562023-11-20T20:11:32.542Z Compiling hashbrown v0.12.3
19572023-11-20T20:11:32.547Z Compiling untrusted v0.7.1
19582023-11-20T20:11:32.816Z Compiling async-trait v0.1.74
19592023-11-20T20:11:33.284Z Compiling untrusted v0.9.0
19602023-11-20T20:11:33.612Z Compiling dtrace-parser v0.1.14
19612023-11-20T20:11:34.210Z Compiling pem-rfc7468 v0.7.0
19622023-11-20T20:11:36.050Z Compiling foreign-types v0.3.2
19632023-11-20T20:11:36.341Z Compiling dof v0.1.5
19642023-11-20T20:11:36.441Z Compiling clap_derive v4.4.2
19652023-11-20T20:11:37.109Z Compiling der_derive v0.7.2
19662023-11-20T20:11:38.922Z Compiling bytes v1.5.0
19672023-11-20T20:11:40.376Z Compiling bitflags v2.4.0
19682023-11-20T20:11:40.681Z Compiling tokio v1.33.0
19692023-11-20T20:11:40.823Z Compiling rustc_version v0.4.0
19702023-11-20T20:11:41.533Z Compiling http v0.2.11
19712023-11-20T20:11:43.333Z Compiling heapless v0.7.16
19722023-11-20T20:11:43.924Z Compiling uuid v1.5.0
19732023-11-20T20:11:43.938Z Compiling chrono v0.4.31
19742023-11-20T20:11:44.102Z Compiling indexmap v2.1.0
19752023-11-20T20:11:45.895Z Compiling thread-id v4.2.0
19762023-11-20T20:11:45.905Z Compiling try-lock v0.2.4
19772023-11-20T20:11:46.061Z Compiling adler v1.0.2
19782023-11-20T20:11:46.312Z Compiling flagset v0.4.3
19792023-11-20T20:11:46.332Z Compiling utf8parse v0.2.1
19802023-11-20T20:11:46.588Z Compiling cpufeatures v0.2.9
19812023-11-20T20:11:46.718Z Compiling siphasher v0.3.11
19822023-11-20T20:11:46.768Z Compiling time-core v0.1.1
19832023-11-20T20:11:47.029Z Compiling rustversion v1.0.14
19842023-11-20T20:11:47.524Z Compiling anstyle v1.0.2
19852023-11-20T20:11:47.991Z Compiling time-macros v0.2.13
19862023-11-20T20:11:48.298Z Compiling sha2 v0.10.8
19872023-11-20T20:11:49.798Z Compiling der v0.7.8
19882023-11-20T20:11:51.739Z Compiling anstyle-parse v0.2.1
19892023-11-20T20:11:53.110Z Compiling miniz_oxide v0.7.1
19902023-11-20T20:11:53.237Z Compiling tokio-util v0.7.10
19912023-11-20T20:11:54.430Z Compiling want v0.3.1
19922023-11-20T20:11:55.285Z Compiling h2 v0.3.21
19932023-11-20T20:11:58.554Z Compiling http-body v0.4.5
19942023-11-20T20:12:00.837Z Compiling serde_tokenstream v0.1.7
19952023-11-20T20:12:01.990Z Compiling sct v0.7.0
19962023-11-20T20:12:02.413Z Compiling rustls-webpki v0.101.7
19972023-11-20T20:12:02.734Z Compiling form_urlencoded v1.2.0
19982023-11-20T20:12:03.243Z Compiling hubpack_derive v0.1.1
19992023-11-20T20:12:03.987Z Compiling socket2 v0.4.9
20002023-11-20T20:12:04.089Z Compiling crossbeam-epoch v0.9.15
20012023-11-20T20:12:04.734Z Compiling httpdate v1.0.3
20022023-11-20T20:12:05.591Z Compiling anyhow v1.0.75
20032023-11-20T20:12:05.697Z Compiling tower-service v0.3.2
20042023-11-20T20:12:05.870Z Compiling slog v2.7.0
20052023-11-20T20:12:06.309Z Compiling colorchoice v1.0.0
20062023-11-20T20:12:06.534Z Compiling anstyle-query v1.0.0
20072023-11-20T20:12:06.550Z Compiling radium v0.7.0
20082023-11-20T20:12:06.723Z Compiling anstream v0.5.0
20092023-11-20T20:12:07.191Z Compiling hyper v0.14.27
20102023-11-20T20:12:16.241Z Compiling terminal_size v0.2.6
20112023-11-20T20:12:16.409Z Compiling spki v0.7.2
20122023-11-20T20:12:17.289Z Compiling serde_spanned v0.6.4
20132023-11-20T20:12:17.623Z Compiling toml_datetime v0.6.5
20142023-11-20T20:12:18.740Z Compiling zerocopy v0.6.4
20152023-11-20T20:12:20.584Z Compiling rustls-pemfile v1.0.3
20162023-11-20T20:12:20.607Z Compiling md-5 v0.10.5
20172023-11-20T20:12:20.684Z Compiling hmac v0.12.1
20182023-11-20T20:12:20.885Z Compiling stringprep v0.1.3
20192023-11-20T20:12:20.921Z Compiling idna v0.4.0
20202023-11-20T20:12:21.188Z Compiling diesel_table_macro_syntax v0.1.0
20212023-11-20T20:12:21.759Z Compiling hash32 v0.2.1
20222023-11-20T20:12:22.098Z Compiling aho-corasick v1.0.4
20232023-11-20T20:12:22.324Z Compiling regex-syntax v0.8.2
20242023-11-20T20:12:23.001Z Compiling clap_lex v0.5.1
20252023-11-20T20:12:23.201Z Compiling maybe-uninit v2.0.0
20262023-11-20T20:12:23.327Z Compiling tap v1.0.1
20272023-11-20T20:12:23.598Z Compiling winnow v0.5.15
20282023-11-20T20:12:24.079Z Compiling stable_deref_trait v1.2.0
20292023-11-20T20:12:24.172Z Compiling gimli v0.28.0
20302023-11-20T20:12:24.210Z Compiling fallible-iterator v0.2.0
20312023-11-20T20:12:25.526Z Compiling strsim v0.10.0
20322023-11-20T20:12:28.326Z Compiling dyn-clone v1.0.13
20332023-11-20T20:12:28.521Z Compiling either v1.9.0
20342023-11-20T20:12:28.888Z Compiling regex-automata v0.4.3
20352023-11-20T20:12:29.023Z Compiling clap_builder v4.4.2
20362023-11-20T20:12:29.585Z Compiling postgres-protocol v0.6.6
20372023-11-20T20:12:31.573Z Compiling addr2line v0.21.0
20382023-11-20T20:12:32.236Z Compiling wyz v0.5.1
20392023-11-20T20:12:32.256Z Compiling url v2.4.1
20402023-11-20T20:12:32.455Z Compiling tokio-rustls v0.24.1
20412023-11-20T20:12:32.555Z Compiling diesel_derives v2.1.1
20422023-11-20T20:12:33.823Z Compiling rustls-native-certs v0.6.3
20432023-11-20T20:12:34.582Z Compiling strum_macros v0.25.2
20442023-11-20T20:12:35.108Z Compiling tokio-native-tls v0.3.1
20452023-11-20T20:12:41.029Z Compiling usdt-macro v0.3.5
20462023-11-20T20:12:41.961Z Compiling usdt-attr-macro v0.3.5
20472023-11-20T20:12:42.863Z Compiling phf_shared v0.11.2
20482023-11-20T20:12:43.675Z Compiling block-padding v0.3.3
20492023-11-20T20:12:43.715Z Compiling enum-as-inner v0.5.1
20502023-11-20T20:12:44.034Z Compiling serde_repr v0.1.16
20512023-11-20T20:12:44.486Z Compiling scheduled-thread-pool v0.2.7
20522023-11-20T20:12:45.165Z Compiling object v0.32.1
20532023-11-20T20:12:45.673Z Compiling packed_struct v0.10.1
20542023-11-20T20:12:46.274Z Compiling matches v0.1.10
20552023-11-20T20:12:46.399Z Compiling num-bigint-dig v0.8.4
20562023-11-20T20:12:46.825Z Compiling bit-vec v0.6.3
20572023-11-20T20:12:47.467Z Compiling deranged v0.3.8
20582023-11-20T20:12:48.082Z Compiling regex-automata v0.1.10
20592023-11-20T20:12:51.170Z Compiling managed v0.8.0
20602023-11-20T20:12:51.883Z Compiling num_threads v0.1.6
20612023-11-20T20:12:52.228Z Compiling rustc-demangle v0.1.23
20622023-11-20T20:12:53.721Z Compiling ipnet v2.8.0
20632023-11-20T20:12:54.240Z Compiling funty v2.0.0
20642023-11-20T20:12:56.216Z Compiling bitvec v1.0.1
20652023-11-20T20:12:59.249Z Compiling time v0.3.27
20662023-11-20T20:13:03.109Z Compiling bstr v0.2.17
20672023-11-20T20:13:03.808Z Compiling idna v0.2.3
20682023-11-20T20:13:06.252Z Compiling r2d2 v0.8.10
20692023-11-20T20:13:07.574Z Compiling inout v0.1.3
20702023-11-20T20:13:08.448Z Compiling phf v0.11.2
20712023-11-20T20:13:09.135Z Compiling regex v1.10.2
20722023-11-20T20:13:09.505Z Compiling hyper-tls v0.5.0
20732023-11-20T20:13:10.022Z Compiling clap v4.4.3
20742023-11-20T20:13:10.182Z Compiling signal-hook-mio v0.2.3
20752023-11-20T20:13:10.408Z Compiling hyper-rustls v0.24.2
20762023-11-20T20:13:10.825Z Compiling flate2 v1.0.28
20772023-11-20T20:13:11.172Z Compiling bzip2 v0.4.4
20782023-11-20T20:13:12.273Z Compiling ipnetwork v0.20.0
20792023-11-20T20:13:12.349Z Compiling postgres-types v0.2.6
20802023-11-20T20:13:13.105Z Compiling toml_edit v0.19.15
20812023-11-20T20:13:13.143Z Compiling itertools v0.11.0
20822023-11-20T20:13:13.197Z Compiling pkcs8 v0.10.2
20832023-11-20T20:13:14.853Z Compiling hubpack v0.1.2
20842023-11-20T20:13:14.861Z Compiling serde_urlencoded v0.7.1
20852023-11-20T20:13:15.449Z Compiling phf_shared v0.10.0
20862023-11-20T20:13:15.737Z Compiling futures-executor v0.3.29
20872023-11-20T20:13:18.642Z Compiling signature v2.1.0
20882023-11-20T20:13:18.987Z Compiling packed_struct_codegen v0.10.1
20892023-11-20T20:13:20.560Z Compiling float-cmp v0.9.0
20902023-11-20T20:13:21.354Z Compiling encoding_rs v0.8.33
20912023-11-20T20:13:21.652Z Compiling crc-catalog v2.2.0
20922023-11-20T20:13:21.861Z Compiling nodrop v0.1.14
20932023-11-20T20:13:22.032Z Compiling data-encoding v2.4.0
20942023-11-20T20:13:22.548Z Compiling precomputed-hash v0.1.1
20952023-11-20T20:13:22.700Z Compiling normalize-line-endings v0.3.0
20962023-11-20T20:13:22.864Z Compiling difflib v0.4.0
20972023-11-20T20:13:23.285Z Compiling predicates-core v1.0.6
20982023-11-20T20:13:23.766Z Compiling regex-automata v0.3.8
20992023-11-20T20:13:24.715Z Compiling unicode-width v0.1.11
21002023-11-20T20:13:24.918Z Compiling webpki-roots v0.25.2
21012023-11-20T20:13:24.950Z Compiling mime v0.3.17
21022023-11-20T20:13:25.768Z Compiling unicode-segmentation v1.10.1
21032023-11-20T20:13:26.211Z Compiling new_debug_unreachable v1.0.4
21042023-11-20T20:13:26.334Z Compiling static_assertions v1.1.0
21052023-11-20T20:13:26.467Z Compiling fixedbitset v0.4.2
21062023-11-20T20:13:27.430Z Compiling whoami v1.4.1
21072023-11-20T20:13:28.243Z Compiling tokio-postgres v0.7.10
21082023-11-20T20:13:29.843Z Compiling similar v2.2.1
21092023-11-20T20:13:30.555Z Compiling petgraph v0.6.4
21102023-11-20T20:13:36.296Z Compiling bstr v1.6.0
21112023-11-20T20:13:37.048Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21122023-11-20T20:13:37.411Z Compiling string_cache v0.8.7
21132023-11-20T20:13:39.080Z Compiling reqwest v0.11.22
21142023-11-20T20:13:42.338Z Compiling console v0.15.7
21152023-11-20T20:13:43.149Z Compiling predicates v3.0.4
21162023-11-20T20:13:45.928Z Compiling trust-dns-proto v0.22.0
21172023-11-20T20:13:45.933Z Compiling array-init v0.0.4
21182023-11-20T20:13:46.856Z Compiling crc v3.0.1
21192023-11-20T20:13:55.721Z Compiling toml v0.7.8
21202023-11-20T20:13:57.011Z Compiling futures v0.3.29
21212023-11-20T20:13:58.398Z Compiling pkcs1 v0.7.5
21222023-11-20T20:13:58.990Z Compiling diesel v2.1.4
21232023-11-20T20:13:59.311Z Compiling zip v0.6.6
21242023-11-20T20:13:59.340Z Compiling smallvec v0.6.14
21252023-11-20T20:13:59.495Z Compiling yasna v0.5.2
21262023-11-20T20:14:00.036Z Compiling crossterm v0.27.0
21272023-11-20T20:14:01.359Z Compiling cipher v0.4.4
21282023-11-20T20:14:02.131Z Compiling hashbrown v0.13.2
21292023-11-20T20:14:05.679Z Compiling bit-set v0.5.3
21302023-11-20T20:14:06.078Z Compiling usdt v0.3.5
21312023-11-20T20:14:06.330Z Compiling is-terminal v0.4.9
21322023-11-20T20:14:06.490Z Compiling toml_edit v0.21.0
21332023-11-20T20:14:08.920Z Compiling itertools v0.10.5
21342023-11-20T20:14:13.514Z Compiling tokio-stream v0.1.14
21352023-11-20T20:14:13.600Z Compiling openapiv3 v2.0.0-rc.1
21362023-11-20T20:14:15.034Z Compiling hex v0.4.3
21372023-11-20T20:14:21.962Z Compiling lalrpop-util v0.19.12
21382023-11-20T20:14:22.468Z Compiling bitfield v0.14.0
21392023-11-20T20:14:22.482Z Compiling termcolor v1.2.0
21402023-11-20T20:14:33.532Z Compiling env_logger v0.10.0
21412023-11-20T20:14:37.985Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21422023-11-20T20:14:50.560Z Compiling rsa v0.9.2
21432023-11-20T20:14:58.559Z Compiling serde-hex v0.1.0
21442023-11-20T20:14:59.706Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21452023-11-20T20:15:07.024Z Compiling x509-cert v0.2.4
21462023-11-20T20:15:08.172Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21472023-11-20T20:15:08.591Z Compiling ron v0.8.1
21482023-11-20T20:15:12.817Z Compiling crc-any v2.4.3
21492023-11-20T20:15:22.712Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21502023-11-20T20:15:30.489Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21512023-11-20T20:15:52.878Z Compiling object v0.30.4
21522023-11-20T20:16:17.015Z Compiling path-slash v0.1.5
21532023-11-20T20:16:18.129Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21542023-11-20T20:16:48.260Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21552023-11-20T20:16:49.445Z Finished release [optimized] target(s) in 5m 59s
21562023-11-20T20:16:49.529Z
21572023-11-20T20:16:49.532Zreal 6:00.075069861
21582023-11-20T20:16:49.535Zuser 41:41.851376358
21592023-11-20T20:16:49.538Zsys 3:37.736298682
21602023-11-20T20:16:49.541Ztrap 1.660648904
21612023-11-20T20:16:49.544Ztflt 1.098794029
21622023-11-20T20:16:49.551Zdflt 0.368928970
21632023-11-20T20:16:49.554Zkflt 0.006935165
21642023-11-20T20:16:49.557Zlock 1:33:37.755044149
21652023-11-20T20:16:49.560Zslp 1:57:33.269137318
21662023-11-20T20:16:49.563Zlat 1:48.854254350
21672023-11-20T20:16:49.566Zstop 1:18.975476482
21682023-11-20T20:16:49.569Z+ ptime -m gzip
21692023-11-20T20:16:50.193Z
21702023-11-20T20:16:50.196Zreal 0.657479106
21712023-11-20T20:16:50.199Zuser 0.649998181
21722023-11-20T20:16:50.202Zsys 0.006766999
21732023-11-20T20:16:50.205Ztrap 0.000071371
21742023-11-20T20:16:50.207Ztflt 0.000000000
21752023-11-20T20:16:50.210Zdflt 0.000000000
21762023-11-20T20:16:50.214Zkflt 0.000000000
21772023-11-20T20:16:50.217Zlock 0.000000000
21782023-11-20T20:16:50.220Zslp 0.000024074
21792023-11-20T20:16:50.223Zlat 0.000182194
21802023-11-20T20:16:50.225Zstop 0.000317426
21812023-11-20T20:16:50.228Z+ banner tufaceous
21822023-11-20T20:16:50.232Z
21832023-11-20T20:16:50.234Z ##### # # ###### ## #### ###### #### # # ####
21842023-11-20T20:16:50.237Z # # # # # # # # # # # # # #
21852023-11-20T20:16:50.239Z # # # ##### # # # ##### # # # # ####
21862023-11-20T20:16:50.243Z # # # # ###### # # # # # # #
21872023-11-20T20:16:50.246Z # # # # # # # # # # # # # # #
21882023-11-20T20:16:50.248Z # #### # # # #### ###### #### #### ####
21892023-11-20T20:16:50.251Z
21902023-11-20T20:16:50.254Z+ ptime -m cargo build --locked -p tufaceous --release
21912023-11-20T20:16:50.840Z Downloading crates ...
21922023-11-20T20:16:51.177Z Downloaded bytesize v1.3.0
21932023-11-20T20:16:51.180Z Downloaded fs-err v2.10.0
21942023-11-20T20:16:51.189Z Downloaded snafu-derive v0.7.5
21952023-11-20T20:16:51.192Z Downloaded humantime v2.1.0
21962023-11-20T20:16:51.194Z Downloaded doc-comment v0.3.3
21972023-11-20T20:16:51.201Z Downloaded path-dedot v3.1.0
21982023-11-20T20:16:51.205Z Downloaded path-absolutize v3.1.0
21992023-11-20T20:16:51.208Z Downloaded globset v0.4.13
22002023-11-20T20:16:51.213Z Downloaded buf-list v1.0.3
22012023-11-20T20:16:51.216Z Downloaded snafu v0.7.5
22022023-11-20T20:16:51.224Z Downloaded tough v0.14.0
22032023-11-20T20:16:51.239Z Downloaded serde_plain v1.0.2
22042023-11-20T20:16:51.242Z Downloaded olpc-cjson v0.1.3
22052023-11-20T20:16:51.407Z Compiling serde_tokenstream v0.2.0
22062023-11-20T20:16:51.416Z Compiling regress v0.7.1
22072023-11-20T20:16:51.430Z Compiling dirs-sys-next v0.1.2
22082023-11-20T20:16:51.435Z Compiling ident_case v1.0.1
22092023-11-20T20:16:51.459Z Compiling thread_local v1.1.7
22102023-11-20T20:16:51.466Z Compiling heck v0.4.1
22112023-11-20T20:16:51.475Z Compiling slog-async v2.8.0
22122023-11-20T20:16:51.660Z Compiling dirs-next v2.0.0
22132023-11-20T20:16:52.037Z Compiling darling_core v0.20.3
22142023-11-20T20:16:52.125Z Compiling camino v1.1.6
22152023-11-20T20:16:52.263Z Compiling term v0.7.0
22162023-11-20T20:16:52.745Z Compiling crossbeam-channel v0.5.8
22172023-11-20T20:16:53.038Z Compiling getopts v0.2.21
22182023-11-20T20:16:53.244Z Compiling structmeta-derive v0.2.0
22192023-11-20T20:16:53.477Z Compiling atty v0.2.14
22202023-11-20T20:16:53.648Z Compiling multer v2.1.0
22212023-11-20T20:16:54.088Z Compiling paste v1.0.14
22222023-11-20T20:16:54.438Z Compiling doc-comment v0.3.3
22232023-11-20T20:16:58.261Z Compiling match_cfg v0.1.0
22242023-11-20T20:16:58.380Z Compiling unsafe-libyaml v0.2.9
22252023-11-20T20:16:58.506Z Compiling take_mut v0.2.2
22262023-11-20T20:16:58.549Z Compiling hostname v0.3.1
22272023-11-20T20:16:58.608Z Compiling slog-term v2.9.0
22282023-11-20T20:16:58.625Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22292023-11-20T20:16:59.454Z Compiling structmeta v0.2.0
22302023-11-20T20:17:00.073Z Compiling serde_yaml v0.9.25
22312023-11-20T20:17:01.013Z Compiling darling_macro v0.20.3
22322023-11-20T20:17:01.239Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22332023-11-20T20:17:01.265Z Compiling slog-json v2.6.1
22342023-11-20T20:17:02.060Z Compiling async-stream-impl v0.3.5
22352023-11-20T20:17:02.517Z Compiling darling v0.20.3
22362023-11-20T20:17:02.683Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22372023-11-20T20:17:03.157Z Compiling atomic-waker v1.1.1
22382023-11-20T20:17:03.414Z Compiling regex-syntax v0.7.5
22392023-11-20T20:17:03.437Z Compiling fastrand v2.0.0
22402023-11-20T20:17:04.508Z Compiling async-stream v0.3.5
22412023-11-20T20:17:04.517Z Compiling tempfile v3.8.0
22422023-11-20T20:17:05.004Z Compiling waitgroup v0.1.2
22432023-11-20T20:17:05.010Z Compiling serde_with_macros v2.3.3
22442023-11-20T20:17:05.016Z Compiling slog-bunyan v2.4.0
22452023-11-20T20:17:07.702Z Compiling toml v0.8.8
22462023-11-20T20:17:08.090Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22472023-11-20T20:17:08.520Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22482023-11-20T20:17:09.814Z Compiling sha1 v0.10.6
22492023-11-20T20:17:10.338Z Compiling snafu-derive v0.7.5
22502023-11-20T20:17:10.938Z Compiling serde_path_to_error v0.1.14
22512023-11-20T20:17:11.313Z Compiling path-dedot v3.1.0
22522023-11-20T20:17:11.338Z Compiling instant v0.1.12
22532023-11-20T20:17:11.557Z Compiling fs-err v2.10.0
22542023-11-20T20:17:11.664Z Compiling debug-ignore v1.0.5
22552023-11-20T20:17:11.877Z Compiling arc-swap v1.6.0
22562023-11-20T20:17:12.002Z Compiling same-file v1.0.6
22572023-11-20T20:17:12.462Z Compiling buf-list v1.0.3
22582023-11-20T20:17:12.581Z Compiling base64 v0.13.1
22592023-11-20T20:17:13.230Z Compiling slog-scope v4.4.0
22602023-11-20T20:17:13.384Z Compiling pem v1.1.1
22612023-11-20T20:17:13.853Z Compiling parse-display-derive v0.8.2
22622023-11-20T20:17:14.031Z Compiling walkdir v2.4.0
22632023-11-20T20:17:16.035Z Compiling path-absolutize v3.1.0
22642023-11-20T20:17:16.328Z Compiling backoff v0.4.0
22652023-11-20T20:17:16.484Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22662023-11-20T20:17:16.904Z Compiling serde_with v2.3.3
22672023-11-20T20:17:16.910Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682023-11-20T20:17:17.057Z Compiling globset v0.4.13
22692023-11-20T20:17:17.957Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22702023-11-20T20:17:18.223Z Compiling strum v0.25.0
22712023-11-20T20:17:18.478Z Compiling olpc-cjson v0.1.3
22722023-11-20T20:17:18.530Z Compiling snafu v0.7.5
22732023-11-20T20:17:19.352Z Compiling macaddr v1.0.1
22742023-11-20T20:17:20.019Z Compiling parse-display v0.8.2
22752023-11-20T20:17:20.508Z Compiling serde_plain v1.0.2
22762023-11-20T20:17:20.517Z Compiling filetime v0.2.22
22772023-11-20T20:17:20.549Z Compiling xattr v1.0.1
22782023-11-20T20:17:21.001Z Compiling tar v0.4.40
22792023-11-20T20:17:21.006Z Compiling tough v0.14.0
22802023-11-20T20:17:22.482Z Compiling slog-stdlog v4.1.1
22812023-11-20T20:17:23.626Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22822023-11-20T20:17:23.818Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22832023-11-20T20:17:26.257Z Compiling camino-tempfile v1.0.2
22842023-11-20T20:17:27.539Z Compiling itertools v0.12.0
22852023-11-20T20:17:30.652Z Compiling bytesize v1.3.0
22862023-11-20T20:17:31.615Z Compiling slog-envlogger v2.2.0
22872023-11-20T20:17:31.973Z Compiling humantime v2.1.0
22882023-11-20T20:17:34.837Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22892023-11-20T20:17:56.802Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22902023-11-20T20:17:57.101Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22912023-11-20T20:18:10.195Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22922023-11-20T20:18:12.379Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22932023-11-20T20:18:36.653Z Finished release [optimized] target(s) in 1m 46s
22942023-11-20T20:18:36.740Z
22952023-11-20T20:18:36.743Zreal 1:46.516663346
22962023-11-20T20:18:36.746Zuser 11:36.181043758
22972023-11-20T20:18:36.759Zsys 43.483841320
22982023-11-20T20:18:36.763Ztrap 0.424395851
22992023-11-20T20:18:36.766Ztflt 0.346338504
23002023-11-20T20:18:36.769Zdflt 0.545463545
23012023-11-20T20:18:36.773Zkflt 0.011599358
23022023-11-20T20:18:36.775Zlock 21:42.628014041
23032023-11-20T20:18:36.778Zslp 25:03.997420332
23042023-11-20T20:18:36.781Zlat 21.240290853
23052023-11-20T20:18:36.784Zstop 10.859165955
23062023-11-20T20:18:36.787Z+ ptime -m gzip
23072023-11-20T20:18:39.051Z
23082023-11-20T20:18:39.054Zreal 2.304581953
23092023-11-20T20:18:39.057Zuser 2.278532221
23102023-11-20T20:18:39.060Zsys 0.023178141
23112023-11-20T20:18:39.072Ztrap 0.001149858
23122023-11-20T20:18:39.075Ztflt 0.000000000
23132023-11-20T20:18:39.081Zdflt 0.000000000
23142023-11-20T20:18:39.084Zkflt 0.000000000
23152023-11-20T20:18:39.092Zlock 0.000000000
23162023-11-20T20:18:39.104Zslp 0.000000000
23172023-11-20T20:18:39.108Zlat 0.001312517
23182023-11-20T20:18:39.114Zstop 0.000290279
23192023-11-20T20:18:39.123Zprocess exited: duration 1169544 ms, exit code 0
 
23202023-11-20T20:18:39.290Zfound 5 output files
23212023-11-20T20:18:39.306Zuploading: /work/end-to-end-tests/bootstrap-4172957c237fed9a.gz (6360060 bytes)
23222023-11-20T20:18:41.807Zuploaded: /work/end-to-end-tests/bootstrap-4172957c237fed9a.gz
23232023-11-20T20:18:41.820Zuploading: /work/end-to-end-tests/bootstrap.gz (86886685 bytes)
23242023-11-20T20:19:09.788Zuploaded: /work/end-to-end-tests/bootstrap.gz
23252023-11-20T20:19:09.843Zuploading: /work/end-to-end-tests/end_to_end_tests-8b2150e0e5683f6a.gz (99499795 bytes)
23262023-11-20T20:19:43.354Zuploaded: /work/end-to-end-tests/end_to_end_tests-8b2150e0e5683f6a.gz
23272023-11-20T20:19:43.378Zuploading: /work/caboose-util.gz (4110127 bytes)
23282023-11-20T20:19:45.254Zuploaded: /work/caboose-util.gz
23292023-11-20T20:19:45.308Zuploading: /work/tufaceous.gz (14679240 bytes)
23302023-11-20T20:19:52.161Zuploaded: /work/tufaceous.gz