01HD9B0XFR7Q6VVQ1D7YDGR9Z1: 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: 01HD9B1CAGP0RGWG8HVZFWGVVH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-21T14:44:13.388Zjob assigned to worker 01HD9B1MPDR8V57GKSFKZ42KW7 (queued for 1 m 0 s)
 
22023-10-21T14:44:13.604Zstarting task 0: "setup"
32023-10-21T14:44:13.668Z++ uname -s
42023-10-21T14:44:13.675Z+ kern=SunOS
52023-10-21T14:44:13.679Z+ case "$kern" in
62023-10-21T14:44:13.682Z+ groupadd -g 12345 build
72023-10-21T14:44:13.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-21T14:44:15.681Z+ zfs create -o mountpoint=/work rpool/work
92023-10-21T14:44:15.788Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-21T14:44:15.791Z+ home_fs=zfs
112023-10-21T14:44:15.796Z+ [[ zfs == autofs ]]
122023-10-21T14:44:15.798Z+ mkdir -p /home/build
132023-10-21T14:44:15.801Z+ chown build:build /home/build /work
142023-10-21T14:44:17.797Z+ chmod 0700 /home/build /work
152023-10-21T14:44:17.801Zprocess exited: duration 4194 ms, exit code 0
 
162023-10-21T14:44:17.806Zstarting task 1: "rust-toolchain"
172023-10-21T14:44:17.819Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-21T14:44:17.822Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-21T14:44:18.013Zinfo: downloading installer
202023-10-21T14:44:19.295Zwarning: it looks like you have an existing installation of Rust at:
212023-10-21T14:44:19.305Zwarning: /opt/ooce/bin
222023-10-21T14:44:19.309Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-21T14:44:19.313Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-21T14:44:19.316Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-21T14:44:19.319Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-21T14:44:19.321Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-21T14:44:19.324Zerror: cannot install while Rust is installed
282023-10-21T14:44:19.348Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-21T14:44:19.410Zinfo: profile set to 'default'
302023-10-21T14:44:19.414Zinfo: default host triple is x86_64-unknown-illumos
312023-10-21T14:44:19.418Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-21T14:44:19.571Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-21T14:44:19.574Zinfo: downloading component 'cargo'
342023-10-21T14:44:20.179Zinfo: downloading component 'clippy'
352023-10-21T14:44:20.393Zinfo: downloading component 'rust-docs'
362023-10-21T14:44:21.162Zinfo: downloading component 'rust-std'
372023-10-21T14:44:22.517Zinfo: downloading component 'rustc'
382023-10-21T14:44:25.735Zinfo: downloading component 'rustfmt'
392023-10-21T14:44:25.925Zinfo: installing component 'cargo'
402023-10-21T14:44:27.359Zinfo: installing component 'clippy'
412023-10-21T14:44:27.967Zinfo: installing component 'rust-docs'
422023-10-21T14:44:30.769Zinfo: installing component 'rust-std'
432023-10-21T14:44:33.885Zinfo: installing component 'rustc'
442023-10-21T14:44:41.069Zinfo: installing component 'rustfmt'
452023-10-21T14:44:41.535Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-21T14:44:41.538Z
472023-10-21T14:44:41.711Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-21T14:44:41.714Z
492023-10-21T14:44:41.718Z
502023-10-21T14:44:41.721ZRust is installed now. Great!
512023-10-21T14:44:41.724Z
522023-10-21T14:44:41.726ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-21T14:44:41.729Zenvironment variable. This has not been done automatically.
542023-10-21T14:44:41.732Z
552023-10-21T14:44:41.735ZTo configure your current shell, run:
562023-10-21T14:44:41.737Zsource "$HOME/.cargo/env"
572023-10-21T14:44:41.814Z+ rustc --version
582023-10-21T14:44:41.927Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-21T14:44:41.934Zprocess exited: duration 24125 ms, exit code 0
 
602023-10-21T14:44:41.940Zstarting task 2: "authentication"
612023-10-21T14:44:41.984Zprocess exited: duration 32 ms, exit code 0
 
622023-10-21T14:44:42.022Zstarting task 3: "clone repository"
632023-10-21T14:44:42.043Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-21T14:44:42.048Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-21T14:44:42.092ZCloning into '/work/oxidecomputer/omicron'...
662023-10-21T14:44:48.124Z+ cd /work/oxidecomputer/omicron
672023-10-21T14:44:48.127Z+ [[ -n update_crucible_and_propolis ]]
682023-10-21T14:44:48.131Z+ git fetch origin update_crucible_and_propolis
692023-10-21T14:44:48.468ZFrom https://github.com/oxidecomputer/omicron
702023-10-21T14:44:48.471Z * branch update_crucible_and_propolis -> FETCH_HEAD
712023-10-21T14:44:48.480Z+ git checkout -B update_crucible_and_propolis remotes/origin/update_crucible_and_propolis
722023-10-21T14:44:48.568ZSwitched to a new branch 'update_crucible_and_propolis'
732023-10-21T14:44:48.571Zbranch 'update_crucible_and_propolis' set up to track 'origin/update_crucible_and_propolis'.
742023-10-21T14:44:48.575Z+ git reset --hard 84fabc428e498d98d59eb4a43453e7502fec9e4e
752023-10-21T14:44:48.718ZHEAD is now at 84fabc42 Update cargo hakari too
762023-10-21T14:44:48.721Zprocess exited: duration 6687 ms, exit code 0
 
772023-10-21T14:44:48.727Zstarting task 4: "build"
782023-10-21T14:44:48.738Z+ cargo --version
792023-10-21T14:44:48.829Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-21T14:44:48.832Z+ rustc --version
812023-10-21T14:44:48.937Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-21T14:44:48.943Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-21T14:44:54.242Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-21T14:44:55.179Z Startup: Caching catalogs ... Done
852023-10-21T14:44:59.722ZPlanning: Solver setup ... Done (4.254s)
862023-10-21T14:44:59.833ZPlanning: Running solver ... Done (0.111s)
872023-10-21T14:44:59.885ZPlanning: Finding local manifests ... Done (0.002s)
882023-10-21T14:44:59.901ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-21T14:45:00.147ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-21T14:45:00.230ZPlanning: Package planning ... Done (0.082s)
912023-10-21T14:45:00.316ZPlanning: Merging actions ... Done (0.087s)
922023-10-21T14:45:00.995ZPlanning: Checking for conflicting actions ... Done (0.678s)
932023-10-21T14:45:01.013ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-21T14:45:04.785ZPlanning: Evaluating mediators ... Done (3.770s)
952023-10-21T14:45:04.800ZPlanning: Planning completed in 9.57 seconds
962023-10-21T14:45:04.823Z Packages to install: 4
972023-10-21T14:45:04.827Z Mediators to change: 2
982023-10-21T14:45:04.830Z Services to change: 1
992023-10-21T14:45:04.833Z Estimated space available: 149.39 GB
1002023-10-21T14:45:04.836ZEstimated space to be consumed: 1.37 GB
1012023-10-21T14:45:04.843Z Create boot environment: No
1022023-10-21T14:45:04.846ZCreate backup boot environment: No
1032023-10-21T14:45:04.852Z Rebuild boot archive: No
1042023-10-21T14:45:04.855Z
1052023-10-21T14:45:04.858ZChanged mediators:
1062023-10-21T14:45:04.862Z mediator clang:
1072023-10-21T14:45:04.865Z version: None -> 15 (system default)
1082023-10-21T14:45:04.869Z
1092023-10-21T14:45:04.872Z mediator llvm:
1102023-10-21T14:45:04.877Z version: 14 (system default) -> 15 (system default)
1112023-10-21T14:45:04.927Z
1122023-10-21T14:45:04.941ZChanged packages:
1132023-10-21T14:45:05.360Zhelios-dev
1142023-10-21T14:45:05.363Z developer/build-essential
1152023-10-21T14:45:05.368Z None -> 11-2.0
1162023-10-21T14:45:05.372Z library/libxmlsec1
1172023-10-21T14:45:05.377Z None -> 1.2.35-2.0
1182023-10-21T14:45:05.392Z ooce/developer/clang-15
1192023-10-21T14:45:05.822Z None -> 15.0.7-2.0
1202023-10-21T14:45:05.832Z ooce/developer/llvm-15
1212023-10-21T14:45:05.844Z None -> 15.0.7-2.0
1222023-10-21T14:45:05.861Z
1232023-10-21T14:45:05.876ZServices:
1242023-10-21T14:45:05.890Z restart_fmri:
1252023-10-21T14:45:05.907Z svc:/system/update-man-index:default
1262023-10-21T14:45:05.962Z
1272023-10-21T14:45:05.969ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-21T14:45:10.803ZDownload: 1198/3290 items 82.6/212.6MB 38% complete (17.2M/s)
1292023-10-21T14:45:15.811ZDownload: 2096/3290 items 118.9/212.6MB 55% complete (11.8M/s)
1302023-10-21T14:45:20.811ZDownload: 2949/3290 items 121.2/212.6MB 57% complete (3.9M/s)
1312023-10-21T14:45:26.582ZDownload: 3245/3290 items 202.9/212.6MB 95% complete (8.3M/s)
1322023-10-21T14:45:32.861ZDownload: 3286/3290 items 211.8/212.6MB 99% complete (8.9M/s)
1332023-10-21T14:45:42.475ZDownload: 3289/3290 items 212.6/212.6MB 100% complete (6.5M/s)
1342023-10-21T14:45:42.519ZDownload: Completed 212.60 MB in 37.47 seconds (5.7M/s)
1352023-10-21T14:45:42.904Z Actions: 1/3687 actions (Installing new actions)
1362023-10-21T14:45:47.927Z Actions: 2463/3687 actions (Installing new actions)
1372023-10-21T14:45:51.071Z Actions: Completed 3687 actions in 8.17 seconds.
1382023-10-21T14:45:51.159Z Done (0.081s)
1392023-10-21T14:45:51.162Z Done (0.000s)
1402023-10-21T14:45:51.363Z Done (0.203s)
1412023-10-21T14:45:59.395Z Done (7.918s)
1422023-10-21T14:45:59.614Z Done (0.116s)
1432023-10-21T14:45:59.617Z Done (0.000s)
1442023-10-21T14:45:59.923Z Done (0.000s)
1452023-10-21T14:46:00.641ZPlanning: Evaluating mediator changes ... Done
1462023-10-21T14:46:00.934ZPlanning: Checking for conflicting actions ... Done
1472023-10-21T14:46:00.937ZPlanning: Consolidating action changes ... Done
1482023-10-21T14:46:01.387ZPlanning: Evaluating mediators ... Done
1492023-10-21T14:46:01.392ZPlanning: Planning completed in 0.75 seconds
1502023-10-21T14:46:01.443Z Mediators to change: 2
1512023-10-21T14:46:01.446Z Create boot environment: No
1522023-10-21T14:46:01.449ZCreate backup boot environment: No
1532023-10-21T14:46:01.587Z Done
1542023-10-21T14:46:01.590Z Done
1552023-10-21T14:46:01.716Z Done
1562023-10-21T14:46:08.096Z Done
1572023-10-21T14:46:08.226Z Done
1582023-10-21T14:46:08.231Z Done
1592023-10-21T14:46:08.412Z Done
1602023-10-21T14:46:09.437ZPlanning: Evaluating mediator changes ... Done
1612023-10-21T14:46:09.440ZPlanning: Merging actions ... Done
1622023-10-21T14:46:09.776ZPlanning: Checking for conflicting actions ... Done
1632023-10-21T14:46:09.780ZPlanning: Consolidating action changes ... Done
1642023-10-21T14:46:10.215ZPlanning: Evaluating mediators ... Done
1652023-10-21T14:46:10.306ZPlanning: Planning completed in 1.31 seconds
1662023-10-21T14:46:10.364Z Packages to change: 1
1672023-10-21T14:46:10.366Z Mediators to change: 1
1682023-10-21T14:46:10.369Z Services to change: 1
1692023-10-21T14:46:10.372Z Create boot environment: No
1702023-10-21T14:46:10.375ZCreate backup boot environment: Yes
1712023-10-21T14:46:12.490Z Actions: 1/6 actions (Updating modified actions)
1722023-10-21T14:46:12.494Z Actions: Completed 6 actions in 0.00 seconds.
1732023-10-21T14:46:12.497Z Done
1742023-10-21T14:46:12.501Z Done
1752023-10-21T14:46:12.585Z Done
1762023-10-21T14:46:18.583Z Done
1772023-10-21T14:46:18.718Z Done
1782023-10-21T14:46:18.726Z Done
1792023-10-21T14:46:18.853Z Done
1802023-10-21T14:46:19.544ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812023-10-21T14:46:19.547Zclang system 15 system
1822023-10-21T14:46:19.551Zcsh system system illumos
1832023-10-21T14:46:19.555Zctags system system illumos
1842023-10-21T14:46:19.564Zgcc vendor 12 vendor
1852023-10-21T14:46:19.579Zgcc system 10 system
1862023-10-21T14:46:19.600Zgcc system 7 system
1872023-10-21T14:46:19.609Zgo system 1.20 system
1882023-10-21T14:46:19.614Zgo system 1.19 system
1892023-10-21T14:46:19.622Zllvm system 15 system
1902023-10-21T14:46:19.628Zllvm system 14 system
1912023-10-21T14:46:19.633Zmariadb system 10.6 system
1922023-10-21T14:46:19.636Zmta vendor vendor dma
1932023-10-21T14:46:19.641Zopenjdk system 17 system
1942023-10-21T14:46:19.645Zopenjdk system 11 system
1952023-10-21T14:46:19.649Zopenjdk system 1.8 system
1962023-10-21T14:46:19.654Zopenssl vendor 3 vendor
1972023-10-21T14:46:19.659Zperl system 5.36 system
1982023-10-21T14:46:19.663Zpostgresql system 15 system
1992023-10-21T14:46:19.668Zpostgresql system 13 system
2002023-10-21T14:46:19.673Zpython vendor 3 vendor
2012023-10-21T14:46:19.683Zpython system 2 system
2022023-10-21T14:46:19.708Zpython3 system 3.11 system
2032023-10-21T14:46:19.715Zruby system 3.0 system
2042023-10-21T14:46:19.719Zwords vendor vendor american-english
2052023-10-21T14:46:19.724Zwords system system australian-english
2062023-10-21T14:46:19.728Zwords system system british-english
2072023-10-21T14:46:19.737Zwords system system canadian-english
2082023-10-21T14:46:19.742Zwords system system french
2092023-10-21T14:46:19.746Zwords system system italian
2102023-10-21T14:46:19.750Zwords system system ngerman
2112023-10-21T14:46:19.753Zwords system system ogerman
2122023-10-21T14:46:19.756Zwords system system spanish
2132023-10-21T14:46:20.095ZFMRI IFO
2142023-10-21T14:46:20.098Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2152023-10-21T14:46:20.101Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2162023-10-21T14:46:20.104Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2172023-10-21T14:46:20.107Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2182023-10-21T14:46:20.110Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2192023-10-21T14:46:20.114Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2202023-10-21T14:46:20.171Z+ set -o errexit
2212023-10-21T14:46:20.174Z+++ dirname ./tools/ci_download_cockroachdb
2222023-10-21T14:46:20.177Z++ cd ./tools
2232023-10-21T14:46:20.180Z++ pwd
2242023-10-21T14:46:20.184Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2252023-10-21T14:46:20.187Z++ basename ./tools/ci_download_cockroachdb
2262023-10-21T14:46:20.190Z+ ARG0=ci_download_cockroachdb
2272023-10-21T14:46:20.192Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2282023-10-21T14:46:20.196Z+ CIDL_VERSION=v22.1.9
2292023-10-21T14:46:20.199Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2302023-10-21T14:46:20.202Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2312023-10-21T14:46:20.205Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2322023-10-21T14:46:20.208Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2332023-10-21T14:46:20.211Z+ TARGET_DIR=out
2342023-10-21T14:46:20.214Z+ DOWNLOAD_DIR=out/downloads
2352023-10-21T14:46:20.218Z+ DEST_DIR=./out/cockroachdb
2362023-10-21T14:46:20.221Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2372023-10-21T14:46:20.224Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2382023-10-21T14:46:20.226Z+ main
2392023-10-21T14:46:20.230Z+ [[ 0 != 0 ]]
2402023-10-21T14:46:20.233Z+ CIDL_OS=solaris2.11
2412023-10-21T14:46:20.239Z+ [[ 0 != 0 ]]
2422023-10-21T14:46:20.243Z+ configure_os solaris2.11
2432023-10-21T14:46:20.246Z+ echo 'current directory: /work/oxidecomputer/omicron'
2442023-10-21T14:46:20.250Zcurrent directory: /work/oxidecomputer/omicron
2452023-10-21T14:46:20.253Zconfiguring based on OS: "solaris2.11"
2462023-10-21T14:46:20.257Z+ echo 'configuring based on OS: "solaris2.11"'
2472023-10-21T14:46:20.260Z+ case "$1" in
2482023-10-21T14:46:20.263Z+ CIDL_BUILD=illumos
2492023-10-21T14:46:20.266Z+ CIDL_SUFFIX=tar.gz
2502023-10-21T14:46:20.269Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2512023-10-21T14:46:20.272Z+ CIDL_MD5FUNC=do_md5sum
2522023-10-21T14:46:20.275Z+ CIDL_URL_BASE=https://illumos.org/downloads
2532023-10-21T14:46:20.279Z+ CIDL_ASSEMBLE=do_assemble_illumos
2542023-10-21T14:46:20.282Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2552023-10-21T14:46:20.285Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2562023-10-21T14:46:20.288Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2572023-10-21T14:46:20.291Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2582023-10-21T14:46:20.294Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-10-21T14:46:20.297Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2602023-10-21T14:46:20.300ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-10-21T14:46:20.304Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2622023-10-21T14:46:20.307ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-10-21T14:46:20.310Z+ mkdir -p out/downloads
2642023-10-21T14:46:20.318Z+ mkdir -p ./out/cockroachdb
2652023-10-21T14:46:20.322Z+ local DO_DOWNLOAD=true
2662023-10-21T14:46:20.326Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2672023-10-21T14:46:20.329Z+ '[' true == true ']'
2682023-10-21T14:46:20.333Z+ echo Downloading...
2692023-10-21T14:46:20.337ZDownloading...
2702023-10-21T14:46:20.343Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-10-21T14:46:20.346Z+ 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
2722023-10-21T14:46:27.514Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-10-21T14:46:27.517Z++ md5sum
2742023-10-21T14:46:27.520Z++ awk '{print $1}'
2752023-10-21T14:46:27.699Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2762023-10-21T14:46:27.702Z+ [[ 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 ]]
2772023-10-21T14:46:27.705Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-10-21T14:46:27.708Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2792023-10-21T14:46:31.067Z+ do_assemble_illumos
2802023-10-21T14:46:31.071Z+ rm -r ./out/cockroachdb
2812023-10-21T14:46:31.074Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2822023-10-21T14:46:31.656Z+ ./out/cockroachdb/bin/cockroach version
2832023-10-21T14:46:31.884ZBuild Tag: v22.1.9-dirty
2842023-10-21T14:46:31.905ZBuild Time: 2022/10/26 21:17:46
2852023-10-21T14:46:31.919ZDistribution: OSS
2862023-10-21T14:46:31.928ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2872023-10-21T14:46:31.932ZGo Version: go1.17.13
2882023-10-21T14:46:31.935ZC Compiler: gcc 10.3.0
2892023-10-21T14:46:31.938ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2902023-10-21T14:46:31.941ZBuild Type: release
2912023-10-21T14:46:31.944Z+ set -o errexit
2922023-10-21T14:46:31.947Z+++ dirname ./tools/ci_download_clickhouse
2932023-10-21T14:46:31.950Z++ cd ./tools
2942023-10-21T14:46:31.953Z++ pwd
2952023-10-21T14:46:31.955Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2962023-10-21T14:46:31.958Z++ basename ./tools/ci_download_clickhouse
2972023-10-21T14:46:31.961Z+ ARG0=ci_download_clickhouse
2982023-10-21T14:46:31.964Z+ TARGET_DIR=out
2992023-10-21T14:46:31.967Z+ DOWNLOAD_DIR=out/downloads
3002023-10-21T14:46:31.970Z+ DEST_DIR=./out/clickhouse
3012023-10-21T14:46:31.972Z+ CIDL_VERSION=v22.8.9.24
3022023-10-21T14:46:31.975Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3032023-10-21T14:46:31.978Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3042023-10-21T14:46:31.981Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3052023-10-21T14:46:31.984Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3062023-10-21T14:46:31.987Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3072023-10-21T14:46:31.990Z+ main
3082023-10-21T14:46:31.993Z+ [[ 0 != 0 ]]
3092023-10-21T14:46:31.996Z+ CIDL_OS=solaris2.11
3102023-10-21T14:46:31.999Z+ [[ 0 != 0 ]]
3112023-10-21T14:46:32.002Z+ configure_os solaris2.11
3122023-10-21T14:46:32.004Z+ echo 'current directory: /work/oxidecomputer/omicron'
3132023-10-21T14:46:32.008Zcurrent directory: /work/oxidecomputer/omicron
3142023-10-21T14:46:32.011Z+ echo 'configuring based on OS: "solaris2.11"'
3152023-10-21T14:46:32.013Zconfiguring based on OS: "solaris2.11"
3162023-10-21T14:46:32.016Z+ CIDL_DASHREV=
3172023-10-21T14:46:32.019Z+ case "$1" in
3182023-10-21T14:46:32.022Z+ CIDL_PLATFORM=illumos
3192023-10-21T14:46:32.025Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3202023-10-21T14:46:32.028Z+ CIDL_MD5FUNC=do_md5sum
3212023-10-21T14:46:32.030Z+ CIDL_DASHREV=-1
3222023-10-21T14:46:32.033Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3232023-10-21T14:46:32.037Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-21T14:46:32.040Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-21T14:46:32.043Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-21T14:46:32.046Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3272023-10-21T14:46:32.049ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-21T14:46:32.052Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3292023-10-21T14:46:32.055ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-21T14:46:32.058Z+ mkdir -p out/downloads
3312023-10-21T14:46:32.061Z+ mkdir -p ./out/clickhouse
3322023-10-21T14:46:32.064Z+ local DO_DOWNLOAD=true
3332023-10-21T14:46:32.067Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3342023-10-21T14:46:32.070Z+ '[' true == true ']'
3352023-10-21T14:46:32.073Z+ echo Downloading...
3362023-10-21T14:46:32.076ZDownloading...
3372023-10-21T14:46:32.079Z+ 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
3382023-10-21T14:46:32.082Z+ 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
3392023-10-21T14:46:33.425Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-10-21T14:46:33.429Z++ md5sum
3412023-10-21T14:46:33.434Z++ awk '{print $1}'
3422023-10-21T14:46:33.690Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3432023-10-21T14:46:33.694Z+ [[ 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 ]]
3442023-10-21T14:46:33.697Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3452023-10-21T14:46:33.699Z+ mkdir -p ./out/clickhouse
3462023-10-21T14:46:33.703Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3472023-10-21T14:46:38.514Z+ ./out/clickhouse/clickhouse server --version
3482023-10-21T14:46:38.569ZClickHouse server version 22.8.9.1.
3492023-10-21T14:46:38.591Z+ set -o errexit
3502023-10-21T14:46:38.598Z+++ dirname ./tools/ci_download_console
3512023-10-21T14:46:38.601Z++ cd ./tools
3522023-10-21T14:46:38.604Z++ pwd
3532023-10-21T14:46:38.607Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3542023-10-21T14:46:38.610Z++ basename ./tools/ci_download_console
3552023-10-21T14:46:38.613Z+ ARG0=ci_download_console
3562023-10-21T14:46:38.616Z+ TARGET_DIR=out
3572023-10-21T14:46:38.619Z+ DOWNLOAD_DIR=out/downloads
3582023-10-21T14:46:38.622Z+ DEST_DIR=./out/console-assets
3592023-10-21T14:46:38.625Z+ source /work/oxidecomputer/omicron/tools/console_version
3602023-10-21T14:46:38.628Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3612023-10-21T14:46:38.631Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3622023-10-21T14:46:38.634Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3632023-10-21T14:46:38.637Z+ TARBALL_FILE=out/downloads/console.tar.gz
3642023-10-21T14:46:38.640Z+ main
3652023-10-21T14:46:38.643Z+ [[ 0 != 0 ]]
3662023-10-21T14:46:38.646Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3672023-10-21T14:46:38.650ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3682023-10-21T14:46:38.653Z+ echo 'Local file: out/downloads/console.tar.gz'
3692023-10-21T14:46:38.655ZLocal file: out/downloads/console.tar.gz
3702023-10-21T14:46:38.658Z+ local DO_DOWNLOAD=true
3712023-10-21T14:46:38.661Z+ [[ -f out/downloads/console.tar.gz ]]
3722023-10-21T14:46:38.664Z+ mkdir -p out/downloads
3732023-10-21T14:46:38.667Z+ '[' true == true ']'
3742023-10-21T14:46:38.669Z+ echo Downloading...
3752023-10-21T14:46:38.672ZDownloading...
3762023-10-21T14:46:38.675Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
3772023-10-21T14:46:38.678Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3782023-10-21T14:46:39.189Z++ do_sha256sum out/downloads/console.tar.gz
3792023-10-21T14:46:39.198Z++ case "$OSTYPE" in
3802023-10-21T14:46:39.203Z++ SHA=sha256sum
3812023-10-21T14:46:39.206Z++ sha256sum
3822023-10-21T14:46:39.210Z++ awk '{print $1}'
3832023-10-21T14:46:39.215Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3842023-10-21T14:46:39.218Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
3852023-10-21T14:46:39.233Z+ rm -rf ./out/console-assets
3862023-10-21T14:46:39.236Z+ mkdir -p ./out/console-assets
3872023-10-21T14:46:39.241Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3882023-10-21T14:46:39.244Z+ mkdir -p ./out/console-assets
3892023-10-21T14:46:39.247Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3902023-10-21T14:46:39.370Z+ set -o errexit
3912023-10-21T14:46:39.376Z+++ dirname ./tools/ci_download_maghemite_openapi
3922023-10-21T14:46:39.392Z++ cd ./tools
3932023-10-21T14:46:39.396Z++ pwd
3942023-10-21T14:46:39.401Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3952023-10-21T14:46:39.408Z++ basename ./tools/ci_download_maghemite_openapi
3962023-10-21T14:46:39.426Z+ ARG0=ci_download_maghemite_openapi
3972023-10-21T14:46:39.432Z+ TARGET_DIR=out
3982023-10-21T14:46:39.436Z+ DOWNLOAD_DIR=out/downloads
3992023-10-21T14:46:39.440Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4002023-10-21T14:46:39.445Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4012023-10-21T14:46:39.451Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4022023-10-21T14:46:39.457Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4032023-10-21T14:46:39.461Z+ LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4042023-10-21T14:46:39.466Z+ main
4052023-10-21T14:46:39.473Z+ [[ 0 != 0 ]]
4062023-10-21T14:46:39.478Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json'
4072023-10-21T14:46:39.482ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4082023-10-21T14:46:39.486Z+ echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json'
4092023-10-21T14:46:39.492ZLocal file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4102023-10-21T14:46:39.498Z+ local DO_DOWNLOAD=true
4112023-10-21T14:46:39.503Z+ [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4122023-10-21T14:46:39.508Z+ mkdir -p out/downloads
4132023-10-21T14:46:39.514Z+ '[' true == true ']'
4142023-10-21T14:46:39.520Z+ echo Downloading...
4152023-10-21T14:46:39.526ZDownloading...
4162023-10-21T14:46:39.533Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4172023-10-21T14:46:39.540Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4182023-10-21T14:46:39.658Z++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4192023-10-21T14:46:39.667Z++ case "$OSTYPE" in
4202023-10-21T14:46:39.670Z++ SHA=sha256sum
4212023-10-21T14:46:39.673Z++ sha256sum
4222023-10-21T14:46:39.676Z++ awk '{print $1}'
4232023-10-21T14:46:39.679Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4242023-10-21T14:46:39.681Z+ [[ 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 ]]
4252023-10-21T14:46:39.685Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4262023-10-21T14:46:39.688Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4272023-10-21T14:46:39.690Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4282023-10-21T14:46:39.693Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4292023-10-21T14:46:39.696Z+ LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4302023-10-21T14:46:39.699Z+ main
4312023-10-21T14:46:39.702Z+ [[ 0 != 0 ]]
4322023-10-21T14:46:39.705Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json'
4332023-10-21T14:46:39.708ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4342023-10-21T14:46:39.711Z+ echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json'
4352023-10-21T14:46:39.714ZLocal file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4362023-10-21T14:46:39.719Z+ local DO_DOWNLOAD=true
4372023-10-21T14:46:39.722Z+ [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4382023-10-21T14:46:39.725Z+ mkdir -p out/downloads
4392023-10-21T14:46:39.728Z+ '[' true == true ']'
4402023-10-21T14:46:39.731Z+ echo Downloading...
4412023-10-21T14:46:39.734ZDownloading...
4422023-10-21T14:46:39.737Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4432023-10-21T14:46:39.740Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4442023-10-21T14:46:39.806Z++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4452023-10-21T14:46:39.815Z++ case "$OSTYPE" in
4462023-10-21T14:46:39.825Z++ SHA=sha256sum
4472023-10-21T14:46:39.830Z++ sha256sum
4482023-10-21T14:46:39.834Z++ awk '{print $1}'
4492023-10-21T14:46:39.839Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4502023-10-21T14:46:39.841Z+ [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]]
4512023-10-21T14:46:39.844Z+ set -o errexit
4522023-10-21T14:46:39.848Z+++ dirname ./tools/ci_download_dendrite_openapi
4532023-10-21T14:46:39.852Z++ cd ./tools
4542023-10-21T14:46:39.856Z++ pwd
4552023-10-21T14:46:39.859Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4562023-10-21T14:46:39.862Z++ basename ./tools/ci_download_dendrite_openapi
4572023-10-21T14:46:39.865Z+ ARG0=ci_download_dendrite_openapi
4582023-10-21T14:46:39.868Z+ TARGET_DIR=out
4592023-10-21T14:46:39.871Z+ DOWNLOAD_DIR=out/downloads
4602023-10-21T14:46:39.874Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4612023-10-21T14:46:39.878Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
4622023-10-21T14:46:39.880Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4632023-10-21T14:46:39.884Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4642023-10-21T14:46:39.887Z+ LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4652023-10-21T14:46:39.890Z+ main
4662023-10-21T14:46:39.894Z+ [[ 0 != 0 ]]
4672023-10-21T14:46:39.897Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json'
4682023-10-21T14:46:39.899ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4692023-10-21T14:46:39.902Z+ echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json'
4702023-10-21T14:46:39.905ZLocal file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4712023-10-21T14:46:39.908Z+ local DO_DOWNLOAD=true
4722023-10-21T14:46:39.910Z+ [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]]
4732023-10-21T14:46:39.913Z+ mkdir -p out/downloads
4742023-10-21T14:46:39.918Z+ '[' true == true ']'
4752023-10-21T14:46:39.920Z+ echo Downloading...
4762023-10-21T14:46:39.923ZDownloading...
4772023-10-21T14:46:39.926Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4782023-10-21T14:46:39.929Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4792023-10-21T14:46:39.979Z++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4802023-10-21T14:46:39.982Z++ case "$OSTYPE" in
4812023-10-21T14:46:39.986Z++ SHA=sha256sum
4822023-10-21T14:46:39.989Z++ sha256sum
4832023-10-21T14:46:39.992Z++ awk '{print $1}'
4842023-10-21T14:46:39.995Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4852023-10-21T14:46:39.998Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4862023-10-21T14:46:40.001Z+ set -o errexit
4872023-10-21T14:46:40.004Z+++ dirname ./tools/ci_download_dendrite_stub
4882023-10-21T14:46:40.007Z++ cd ./tools
4892023-10-21T14:46:40.010Z++ pwd
4902023-10-21T14:46:40.013Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4912023-10-21T14:46:40.016Z++ basename ./tools/ci_download_dendrite_stub
4922023-10-21T14:46:40.019Z+ ARG0=ci_download_dendrite_stub
4932023-10-21T14:46:40.022Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4942023-10-21T14:46:40.025Z++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
4952023-10-21T14:46:40.030Z++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51
4962023-10-21T14:46:40.033Z++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba
4972023-10-21T14:46:40.037Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4982023-10-21T14:46:40.041Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
4992023-10-21T14:46:40.044Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
5002023-10-21T14:46:40.047Z+ TARGET_DIR=out
5012023-10-21T14:46:40.051Z+ DOWNLOAD_DIR=out/downloads
5022023-10-21T14:46:40.061Z+ DEST_DIR=./out/dendrite-stub
5032023-10-21T14:46:40.072Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5042023-10-21T14:46:40.088Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5052023-10-21T14:46:40.097Z+ REPO=oxidecomputer/dendrite
5062023-10-21T14:46:40.101Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686
5072023-10-21T14:46:40.105Z+ main
5082023-10-21T14:46:40.109Z+ [[ 0 != 0 ]]
5092023-10-21T14:46:40.113Z+ CIDL_OS=solaris2.11
5102023-10-21T14:46:40.116Z+ [[ 0 != 0 ]]
5112023-10-21T14:46:40.119Z+ configure_os solaris2.11
5122023-10-21T14:46:40.123Z+ echo 'current directory: /work/oxidecomputer/omicron'
5132023-10-21T14:46:40.126Zcurrent directory: /work/oxidecomputer/omicron
5142023-10-21T14:46:40.129Z+ echo 'configuring based on OS: "solaris2.11"'
5152023-10-21T14:46:40.132Z+ case "$1" in
5162023-10-21T14:46:40.136Zconfiguring based on OS: "solaris2.11"
5172023-10-21T14:46:40.139Z+ SET_BINARIES=
5182023-10-21T14:46:40.141Z+ CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5192023-10-21T14:46:40.145Z+ CIDL_SHA256FUNC=do_sha256sum
5202023-10-21T14:46:40.155Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5212023-10-21T14:46:40.158Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5222023-10-21T14:46:40.163Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5232023-10-21T14:46:40.167Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz'
5242023-10-21T14:46:40.170ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5252023-10-21T14:46:40.173Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5262023-10-21T14:46:40.176ZLocal file: out/downloads/dendrite-stub.tar.gz
5272023-10-21T14:46:40.179Z+ mkdir -p out/downloads
5282023-10-21T14:46:40.184Z+ mkdir -p ./out/dendrite-stub
5292023-10-21T14:46:40.213Z+ fetch_and_verify
5302023-10-21T14:46:40.238Z+ local DO_DOWNLOAD=true
5312023-10-21T14:46:40.242Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5322023-10-21T14:46:40.246Z+ '[' true == true ']'
5332023-10-21T14:46:40.254Z+ echo Downloading...
5342023-10-21T14:46:40.259ZDownloading...
5352023-10-21T14:46:40.267Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5362023-10-21T14:46:40.273Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5372023-10-21T14:46:47.299Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5382023-10-21T14:46:47.302Z++ sha256sum
5392023-10-21T14:46:47.305Z++ awk '{print $1}'
5402023-10-21T14:46:47.395Z+ calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5412023-10-21T14:46:47.404Z+ [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]]
5422023-10-21T14:46:47.413Z+ do_untar out/downloads/dendrite-stub.tar.gz
5432023-10-21T14:46:47.426Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5442023-10-21T14:46:48.317Z+ do_assemble
5452023-10-21T14:46:48.321Z+ rm -r ./out/dendrite-stub
5462023-10-21T14:46:48.325Z+ mkdir ./out/dendrite-stub
5472023-10-21T14:46:48.329Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5482023-10-21T14:46:48.433Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5492023-10-21T14:46:48.446Z+ set -o errexit
5502023-10-21T14:46:48.451Z+++ dirname ./tools/ci_download_maghemite_mgd
5512023-10-21T14:46:48.458Z++ cd ./tools
5522023-10-21T14:46:48.465Z++ pwd
5532023-10-21T14:46:48.471Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5542023-10-21T14:46:48.476Z++ basename ./tools/ci_download_maghemite_mgd
5552023-10-21T14:46:48.484Z+ ARG0=ci_download_maghemite_mgd
5562023-10-21T14:46:48.492Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5572023-10-21T14:46:48.501Z++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
5582023-10-21T14:46:48.507Z++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d
5592023-10-21T14:46:48.518Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5602023-10-21T14:46:48.527Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
5612023-10-21T14:46:48.536Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5622023-10-21T14:46:48.542Z+ TARGET_DIR=out
5632023-10-21T14:46:48.550Z+ DOWNLOAD_DIR=out/downloads
5642023-10-21T14:46:48.559Z+ DEST_DIR=./out/mgd
5652023-10-21T14:46:48.564Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5662023-10-21T14:46:48.569Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5672023-10-21T14:46:48.575Z+ REPO=oxidecomputer/maghemite
5682023-10-21T14:46:48.580Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a
5692023-10-21T14:46:48.595Z+ main
5702023-10-21T14:46:48.611Z+ [[ 0 != 0 ]]
5712023-10-21T14:46:48.615Z+ CIDL_OS=solaris2.11
5722023-10-21T14:46:48.619Z+ [[ 0 != 0 ]]
5732023-10-21T14:46:48.623Z+ configure_os solaris2.11
5742023-10-21T14:46:48.626Z+ echo 'current directory: /work/oxidecomputer/omicron'
5752023-10-21T14:46:48.630Zcurrent directory: /work/oxidecomputer/omicron
5762023-10-21T14:46:48.634Zconfiguring based on OS: "solaris2.11"
5772023-10-21T14:46:48.637Z+ echo 'configuring based on OS: "solaris2.11"'
5782023-10-21T14:46:48.640Z+ case "$1" in
5792023-10-21T14:46:48.643Z+ SET_BINARIES=
5802023-10-21T14:46:48.646Z+ CIDL_SHA256FUNC=do_sha256sum
5812023-10-21T14:46:48.649Z+ TARBALL_FILENAME=mgd.tar.gz
5822023-10-21T14:46:48.651Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5832023-10-21T14:46:48.654Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5842023-10-21T14:46:48.657Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz'
5852023-10-21T14:46:48.661ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5862023-10-21T14:46:48.667Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5872023-10-21T14:46:48.674ZLocal file: out/downloads/mgd.tar.gz
5882023-10-21T14:46:48.683Z+ mkdir -p out/downloads
5892023-10-21T14:46:48.692Z+ mkdir -p ./out/mgd
5902023-10-21T14:46:48.701Z+ fetch_and_verify
5912023-10-21T14:46:48.715Z+ local DO_DOWNLOAD=true
5922023-10-21T14:46:48.727Z+ [[ -f out/downloads/mgd.tar.gz ]]
5932023-10-21T14:46:48.738Z+ '[' true == true ']'
5942023-10-21T14:46:48.752Z+ echo Downloading...
5952023-10-21T14:46:48.756ZDownloading...
5962023-10-21T14:46:48.759Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz
5972023-10-21T14:46:48.763Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5982023-10-21T14:46:55.933Z++ do_sha256sum out/downloads/mgd.tar.gz
5992023-10-21T14:46:55.940Z++ sha256sum
6002023-10-21T14:46:55.946Z++ awk '{print $1}'
6012023-10-21T14:46:56.014Z+ calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
6022023-10-21T14:46:56.020Z+ [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]]
6032023-10-21T14:46:56.027Z+ do_untar out/downloads/mgd.tar.gz
6042023-10-21T14:46:56.032Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6052023-10-21T14:46:56.682Z+ do_assemble
6062023-10-21T14:46:56.685Z+ rm -r ./out/mgd
6072023-10-21T14:46:56.687Z+ mkdir ./out/mgd
6082023-10-21T14:46:56.690Z+ cp -r out/downloads/root ./out/mgd/root
6092023-10-21T14:46:56.907Z+ set -o errexit
6102023-10-21T14:46:56.915Z+++ dirname ./tools/ci_download_transceiver_control
6112023-10-21T14:46:56.924Z++ cd ./tools
6122023-10-21T14:46:56.932Z++ pwd
6132023-10-21T14:46:56.943Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6142023-10-21T14:46:56.947Z++ basename ./tools/ci_download_transceiver_control
6152023-10-21T14:46:56.954Z+ ARG0=ci_download_transceiver_control
6162023-10-21T14:46:56.962Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6172023-10-21T14:46:56.967Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6182023-10-21T14:46:56.970Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6192023-10-21T14:46:56.973Z+ TARGET_DIR=out
6202023-10-21T14:46:56.976Z+ DOWNLOAD_DIR=out/downloads
6212023-10-21T14:46:56.979Z+ DEST_DIR=./out/transceiver-control
6222023-10-21T14:46:56.983Z+ BIN_DIR=/opt/oxide/bin
6232023-10-21T14:46:56.986Z+ BINARY=xcvradm
6242023-10-21T14:46:56.989Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6252023-10-21T14:46:56.992Z+ REPO=oxidecomputer/transceiver-control
6262023-10-21T14:46:56.995Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6272023-10-21T14:46:56.997Z+ main
6282023-10-21T14:46:57.001Z+ [[ 0 != 0 ]]
6292023-10-21T14:46:57.007Z+ CIDL_OS=solaris2.11
6302023-10-21T14:46:57.011Z+ [[ 0 != 0 ]]
6312023-10-21T14:46:57.016Z+ configure_os solaris2.11
6322023-10-21T14:46:57.020Z+ echo 'current directory: /work/oxidecomputer/omicron'
6332023-10-21T14:46:57.023Zcurrent directory: /work/oxidecomputer/omicron
6342023-10-21T14:46:57.028Z+ echo 'configuring based on OS: "solaris2.11"'
6352023-10-21T14:46:57.031Zconfiguring based on OS: "solaris2.11"
6362023-10-21T14:46:57.036Z+ case "$1" in
6372023-10-21T14:46:57.040Z+ SET_BINARIES=
6382023-10-21T14:46:57.044Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392023-10-21T14:46:57.048Z+ CIDL_SHA256FUNC=do_sha256sum
6402023-10-21T14:46:57.051Z+ ARCHIVE_FILENAME=xcvradm.gz
6412023-10-21T14:46:57.057Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6422023-10-21T14:46:57.071Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6432023-10-21T14:46:57.089Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6442023-10-21T14:46:57.100ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6452023-10-21T14:46:57.105Z+ echo 'Local file: out/downloads/xcvradm.gz'
6462023-10-21T14:46:57.112ZLocal file: out/downloads/xcvradm.gz
6472023-10-21T14:46:57.118Z+ mkdir -p out/downloads
6482023-10-21T14:46:57.122Z+ mkdir -p ./out/transceiver-control
6492023-10-21T14:46:57.126Z+ fetch_and_verify
6502023-10-21T14:46:57.130Z+ local DO_DOWNLOAD=true
6512023-10-21T14:46:57.134Z+ [[ -f out/downloads/xcvradm.gz ]]
6522023-10-21T14:46:57.137Z+ '[' true == true ']'
6532023-10-21T14:46:57.141Z+ echo Downloading...
6542023-10-21T14:46:57.145ZDownloading...
6552023-10-21T14:46:57.149Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6562023-10-21T14:46:57.578Z+ 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
6572023-10-21T14:47:00.141Z++ do_sha256sum out/downloads/xcvradm.gz
6582023-10-21T14:47:00.144Z++ sha256sum
6592023-10-21T14:47:00.148Z++ awk '{print $1}'
6602023-10-21T14:47:00.167Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6612023-10-21T14:47:00.170Z+ [[ 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 ]]
6622023-10-21T14:47:00.173Z+ do_unpack out/downloads/xcvradm.gz
6632023-10-21T14:47:00.176Z+ mkdir -p out/downloads/root//opt/oxide/bin
6642023-10-21T14:47:00.179Z+ gzip -dc out/downloads/xcvradm.gz
6652023-10-21T14:47:00.343Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6662023-10-21T14:47:00.346Z+ do_assemble
6672023-10-21T14:47:00.349Z+ rm -r ./out/transceiver-control
6682023-10-21T14:47:00.352Z+ mkdir ./out/transceiver-control
6692023-10-21T14:47:00.354Z+ cp -r out/downloads/root ./out/transceiver-control/root
6702023-10-21T14:47:00.541ZAll prerequisites installed successfully
6712023-10-21T14:47:00.548Z
6722023-10-21T14:47:00.555Zreal 2:11.599995831
6732023-10-21T14:47:00.570Zuser 53.688269732
6742023-10-21T14:47:00.998Zsys 10.003514806
6752023-10-21T14:47:01.005Ztrap 0.027071915
6762023-10-21T14:47:01.010Ztflt 0.062403997
6772023-10-21T14:47:01.014Zdflt 0.318018374
6782023-10-21T14:47:01.019Zkflt 0.062309106
6792023-10-21T14:47:01.024Zlock 1.614198782
6802023-10-21T14:47:01.035Zslp 4:08.420791201
6812023-10-21T14:47:01.044Zlat 3.309126995
6822023-10-21T14:47:01.053Zstop 0.065456825
6832023-10-21T14:47:01.063Z+ banner end-to-end-tests
6842023-10-21T14:47:01.071Z
6852023-10-21T14:47:01.084Z ###### # # ##### ##### #### ###### # # #####
6862023-10-21T14:47:01.095Z # ## # # # # # # # ## # # #
6872023-10-21T14:47:01.104Z ##### # # # # # ##### # # # ##### ##### # # # # #
6882023-10-21T14:47:01.113Z # # # # # # # # # # # # # # #
6892023-10-21T14:47:01.122Z # # ## # # # # # # # ## # #
6902023-10-21T14:47:01.134Z ###### # # ##### # #### ###### # # #####
6912023-10-21T14:47:01.547Z
6922023-10-21T14:47:01.550Z+ export CARGO_PROFILE_DEV_DEBUG=1
6932023-10-21T14:47:01.554Z+ CARGO_PROFILE_DEV_DEBUG=1
6942023-10-21T14:47:01.556Z+ export CARGO_PROFILE_TEST_DEBUG=1
6952023-10-21T14:47:01.559Z+ CARGO_PROFILE_TEST_DEBUG=1
6962023-10-21T14:47:01.564Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6972023-10-21T14:47:01.568Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6982023-10-21T14:47:01.571Z Updating crates.io index
6992023-10-21T14:47:01.574Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7002023-10-21T14:47:02.174Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7012023-10-21T14:47:04.178Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7022023-10-21T14:47:04.805Z Updating git repository `http://github.com/oxidecomputer/tofino`
7032023-10-21T14:47:05.150Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7042023-10-21T14:47:05.430Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7052023-10-21T14:47:05.699Z Updating git repository `https://github.com/oxidecomputer/propolis`
7062023-10-21T14:47:06.593Z Updating git repository `https://github.com/oxidecomputer/crucible`
7072023-10-21T14:47:08.355Z Updating git repository `https://github.com/oxidecomputer/opte`
7082023-10-21T14:47:09.369Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7092023-10-21T14:47:09.783Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7102023-10-21T14:47:10.162Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7112023-10-21T14:47:10.697Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7122023-10-21T14:47:11.061Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7132023-10-21T14:47:11.495Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7142023-10-21T14:47:11.825Z Updating git repository `https://github.com/njaremko/samael`
7152023-10-21T14:47:12.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7162023-10-21T14:47:13.141Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7172023-10-21T14:47:13.673Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7182023-10-21T14:47:14.001Z Updating git repository `https://github.com/jgallagher/nix`
7192023-10-21T14:47:15.248Z Updating git repository `https://github.com/cbiffle/hubpack`
7202023-10-21T14:47:15.572Z Updating git repository `https://github.com/oxidecomputer/omicron`
7212023-10-21T14:47:24.129Z Updating git repository `https://github.com/oxidecomputer/rfb`
7222023-10-21T14:47:24.649Z Updating git repository `https://github.com/oxidecomputer/typify`
7232023-10-21T14:47:25.708Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7242023-10-21T14:47:26.068Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7252023-10-21T14:47:26.409Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7262023-10-21T14:47:28.183Z Downloading crates ...
7272023-10-21T14:47:28.477Z Downloaded matches v0.1.10
7282023-10-21T14:47:28.481Z Downloaded ansi_term v0.12.1
7292023-10-21T14:47:28.500Z Downloaded mime v0.3.17
7302023-10-21T14:47:28.509Z Downloaded native-tls v0.2.11
7312023-10-21T14:47:28.517Z Downloaded new_debug_unreachable v1.0.4
7322023-10-21T14:47:28.520Z Downloaded cfg-if v1.0.0
7332023-10-21T14:47:28.523Z Downloaded cfg-if v0.1.10
7342023-10-21T14:47:28.526Z Downloaded cc v1.0.83
7352023-10-21T14:47:28.531Z Downloaded num-derive v0.4.0
7362023-10-21T14:47:28.534Z Downloaded normalize-line-endings v0.3.0
7372023-10-21T14:47:28.537Z Downloaded ciborium-io v0.2.1
7382023-10-21T14:47:28.540Z Downloaded parking_lot v0.12.1
7392023-10-21T14:47:28.546Z Downloaded aead v0.5.2
7402023-10-21T14:47:28.556Z Downloaded atomicwrites v0.4.2
7412023-10-21T14:47:28.565Z Downloaded async-stream-impl v0.3.5
7422023-10-21T14:47:28.572Z Downloaded darling_macro v0.20.3
7432023-10-21T14:47:28.575Z Downloaded atty v0.2.14
7442023-10-21T14:47:28.580Z Downloaded num_enum_derive v0.5.11
7452023-10-21T14:47:28.584Z Downloaded num_threads v0.1.6
7462023-10-21T14:47:28.587Z Downloaded cstr-argument v0.1.2
7472023-10-21T14:47:28.590Z Downloaded md5 v0.7.0
7482023-10-21T14:47:28.596Z Downloaded lazy_static v1.4.0
7492023-10-21T14:47:28.599Z Downloaded diesel_table_macro_syntax v0.1.0
7502023-10-21T14:47:28.602Z Downloaded pem v1.1.1
7512023-10-21T14:47:28.605Z Downloaded anstream v0.5.0
7522023-10-21T14:47:28.608Z Downloaded colored v2.0.4
7532023-10-21T14:47:28.617Z Downloaded memoffset v0.9.0
7542023-10-21T14:47:28.624Z Downloaded num_enum_derive v0.7.0
7552023-10-21T14:47:28.628Z Downloaded num_enum v0.7.0
7562023-10-21T14:47:28.643Z Downloaded console v0.15.7
7572023-10-21T14:47:28.650Z Downloaded crc32fast v1.3.2
7582023-10-21T14:47:28.656Z Downloaded dirs-next v2.0.0
7592023-10-21T14:47:28.661Z Downloaded ascii v1.1.0
7602023-10-21T14:47:28.666Z Downloaded anyhow v1.0.75
7612023-10-21T14:47:28.675Z Downloaded num-complex v0.4.4
7622023-10-21T14:47:28.680Z Downloaded foreign-types v0.5.0
7632023-10-21T14:47:28.683Z Downloaded addr2line v0.21.0
7642023-10-21T14:47:28.691Z Downloaded crossbeam-utils v0.8.16
7652023-10-21T14:47:28.699Z Downloaded const-oid v0.9.5
7662023-10-21T14:47:28.708Z Downloaded camino v1.1.6
7672023-10-21T14:47:28.714Z Downloaded xattr v1.0.1
7682023-10-21T14:47:28.721Z Downloaded crossbeam-epoch v0.9.15
7692023-10-21T14:47:28.729Z Downloaded bzip2 v0.4.4
7702023-10-21T14:47:28.734Z Downloaded secrecy v0.8.0
7712023-10-21T14:47:28.738Z Downloaded paste v1.0.14
7722023-10-21T14:47:28.746Z Downloaded hubpack v0.1.2
7732023-10-21T14:47:28.764Z Downloaded scopeguard v1.2.0
7742023-10-21T14:47:28.769Z Downloaded time-core v0.1.1
7752023-10-21T14:47:28.772Z Downloaded futures-executor v0.3.28
7762023-10-21T14:47:28.775Z Downloaded utf8parse v0.2.1
7772023-10-21T14:47:28.777Z Downloaded crypto-bigint v0.5.2
7782023-10-21T14:47:28.780Z Downloaded tinyvec_macros v0.1.1
7792023-10-21T14:47:28.783Z Downloaded darling_core v0.20.3
7802023-10-21T14:47:28.794Z Downloaded waitgroup v0.1.2
7812023-10-21T14:47:28.797Z Downloaded semver v1.0.18
7822023-10-21T14:47:28.802Z Downloaded humantime v2.1.0
7832023-10-21T14:47:28.806Z Downloaded toolchain_find v0.2.0
7842023-10-21T14:47:28.809Z Downloaded russh-cryptovec v0.7.0
7852023-10-21T14:47:28.811Z Downloaded futures-io v0.3.28
7862023-10-21T14:47:28.814Z Downloaded want v0.3.1
7872023-10-21T14:47:28.817Z Downloaded serde_arrays v0.1.0
7882023-10-21T14:47:28.820Z Downloaded semver-parser v0.10.2
7892023-10-21T14:47:28.822Z Downloaded serde_path_to_error v0.1.14
7902023-10-21T14:47:28.825Z Downloaded signature v2.1.0
7912023-10-21T14:47:28.829Z Downloaded serde_tokenstream v0.1.7
7922023-10-21T14:47:28.836Z Downloaded tar v0.4.40
7932023-10-21T14:47:28.842Z Downloaded hashlink v0.8.3
7942023-10-21T14:47:28.847Z Downloaded thiserror-impl v1.0.49
7952023-10-21T14:47:28.849Z Downloaded spin v0.9.8
7962023-10-21T14:47:28.855Z Downloaded hyper-rustls v0.24.1
7972023-10-21T14:47:28.861Z Downloaded instant v0.1.12
7982023-10-21T14:47:28.865Z Downloaded endian-type v0.1.2
7992023-10-21T14:47:28.869Z Downloaded openssl-sys v0.9.93
8002023-10-21T14:47:28.877Z Downloaded dof v0.1.5
8012023-10-21T14:47:28.880Z Downloaded home v0.5.5
8022023-10-21T14:47:28.883Z Downloaded ringbuffer v0.15.0
8032023-10-21T14:47:28.887Z Downloaded crossbeam-channel v0.5.8
8042023-10-21T14:47:28.897Z Downloaded hyper-tls v0.5.0
8052023-10-21T14:47:28.900Z Downloaded zip v0.6.6
8062023-10-21T14:47:28.909Z Downloaded foreign-types-macros v0.2.3
8072023-10-21T14:47:28.912Z Downloaded smawk v0.3.1
8082023-10-21T14:47:28.916Z Downloaded getopts v0.2.21
8092023-10-21T14:47:28.918Z Downloaded futures-macro v0.3.28
8102023-10-21T14:47:28.921Z Downloaded serde_spanned v0.6.3
8112023-10-21T14:47:28.924Z Downloaded futures-sink v0.3.28
8122023-10-21T14:47:28.932Z Downloaded yasna v0.5.2
8132023-10-21T14:47:28.937Z Downloaded hex v0.4.3
8142023-10-21T14:47:28.940Z Downloaded futures-task v0.3.28
8152023-10-21T14:47:28.943Z Downloaded tinyvec v1.6.0
8162023-10-21T14:47:28.946Z Downloaded structopt-derive v0.4.18
8172023-10-21T14:47:28.949Z Downloaded equivalent v1.0.1
8182023-10-21T14:47:28.951Z Downloaded iana-time-zone v0.1.57
8192023-10-21T14:47:28.954Z Downloaded zone v0.2.0
8202023-10-21T14:47:28.957Z Downloaded errno v0.3.2
8212023-10-21T14:47:28.960Z Downloaded strsim v0.8.0
8222023-10-21T14:47:28.963Z Downloaded http-body v0.4.5
8232023-10-21T14:47:28.965Z Downloaded base64 v0.21.4
8242023-10-21T14:47:28.971Z Downloaded strum v0.25.0
8252023-10-21T14:47:28.974Z Downloaded ipnetwork v0.20.0
8262023-10-21T14:47:28.976Z Downloaded slog-scope v4.4.0
8272023-10-21T14:47:28.979Z Downloaded string_cache v0.8.7
8282023-10-21T14:47:28.982Z Downloaded typenum v1.16.0
8292023-10-21T14:47:28.988Z Downloaded foreign-types-shared v0.1.1
8302023-10-21T14:47:28.991Z Downloaded unicode-linebreak v0.1.5
8312023-10-21T14:47:28.993Z Downloaded try-lock v0.2.4
8322023-10-21T14:47:28.996Z Downloaded foreign-types-shared v0.3.1
8332023-10-21T14:47:28.999Z Downloaded is-terminal v0.4.9
8342023-10-21T14:47:29.001Z Downloaded schemars v0.8.13
8352023-10-21T14:47:29.020Z Downloaded unicode-width v0.1.10
8362023-10-21T14:47:29.023Z Downloaded slog-json v2.6.1
8372023-10-21T14:47:29.026Z Downloaded strsim v0.10.0
8382023-10-21T14:47:29.054Z Downloaded ron v0.7.1
8392023-10-21T14:47:29.058Z Downloaded slog-stdlog v4.1.1
8402023-10-21T14:47:29.060Z Downloaded futures v0.3.28
8412023-10-21T14:47:29.063Z Downloaded fastrand v2.0.0
8422023-10-21T14:47:29.066Z Downloaded url v2.4.1
8432023-10-21T14:47:29.068Z Downloaded strum_macros v0.25.2
8442023-10-21T14:47:29.071Z Downloaded hmac v0.12.1
8452023-10-21T14:47:29.074Z Downloaded heck v0.3.3
8462023-10-21T14:47:29.077Z Downloaded rustversion v1.0.14
8472023-10-21T14:47:29.080Z Downloaded serde_urlencoded v0.7.1
8482023-10-21T14:47:29.082Z Downloaded serde_tokenstream v0.2.0
8492023-10-21T14:47:29.088Z Downloaded rand_core v0.6.4
8502023-10-21T14:47:29.091Z Downloaded tokio-native-tls v0.3.1
8512023-10-21T14:47:29.095Z Downloaded walkdir v2.4.0
8522023-10-21T14:47:29.099Z Downloaded textwrap v0.11.0
8532023-10-21T14:47:29.102Z Downloaded slog-term v2.9.0
8542023-10-21T14:47:29.107Z Downloaded aes v0.8.3
8552023-10-21T14:47:29.115Z Downloaded toml v0.5.11
8562023-10-21T14:47:29.121Z Downloaded slog-envlogger v2.2.0
8572023-10-21T14:47:29.124Z Downloaded ed25519 v2.2.2
8582023-10-21T14:47:29.128Z Downloaded tungstenite v0.18.0
8592023-10-21T14:47:29.134Z Downloaded dyn-clone v1.0.13
8602023-10-21T14:47:29.137Z Downloaded flate2 v1.0.27
8612023-10-21T14:47:29.149Z Downloaded usdt-impl v0.3.5
8622023-10-21T14:47:29.152Z Downloaded aes-gcm v0.10.2
8632023-10-21T14:47:29.159Z Downloaded subprocess v0.2.9
8642023-10-21T14:47:29.164Z Downloaded russh v0.38.0
8652023-10-21T14:47:29.173Z Downloaded hashbrown v0.14.0
8662023-10-21T14:47:29.184Z Downloaded ucd-trie v0.1.6
8672023-10-21T14:47:29.188Z Downloaded rand v0.8.5
8682023-10-21T14:47:29.196Z Downloaded trust-dns-client v0.22.0
8692023-10-21T14:47:29.208Z Downloaded regex-automata v0.1.10
8702023-10-21T14:47:29.219Z Downloaded aho-corasick v1.0.4
8712023-10-21T14:47:29.231Z Downloaded ed25519-dalek v2.0.0
8722023-10-21T14:47:29.237Z Downloaded rand v0.7.3
8732023-10-21T14:47:29.248Z Downloaded serde_yaml v0.9.25
8742023-10-21T14:47:29.256Z Downloaded unicode-segmentation v1.10.1
8752023-10-21T14:47:29.263Z Downloaded rusqlite v0.29.0
8762023-10-21T14:47:29.276Z Downloaded tokio-util v0.7.8
8772023-10-21T14:47:29.289Z Downloaded serde_with v2.3.3
8782023-10-21T14:47:29.304Z Downloaded clap v2.34.0
8792023-10-21T14:47:29.318Z Downloaded itertools v0.10.5
8802023-10-21T14:47:29.333Z Downloaded unicode-normalization v0.1.22
8812023-10-21T14:47:29.340Z Downloaded hyper v0.14.27
8822023-10-21T14:47:29.358Z Downloaded serde_json v1.0.107
8832023-10-21T14:47:29.374Z Downloaded rustls-webpki v0.101.4
8842023-10-21T14:47:29.404Z Downloaded bitvec v1.0.1
8852023-10-21T14:47:29.434Z Downloaded openssl v0.10.57
8862023-10-21T14:47:29.455Z Downloaded hkdf v0.12.3
8872023-10-21T14:47:29.460Z Downloaded syn v1.0.109
8882023-10-21T14:47:29.483Z Downloaded nix v0.26.2
8892023-10-21T14:47:29.506Z Downloaded bstr v0.2.17
8902023-10-21T14:47:29.525Z Downloaded git2 v0.17.2
8912023-10-21T14:47:29.543Z Downloaded regress v0.7.1
8922023-10-21T14:47:29.557Z Downloaded regex-syntax v0.6.29
8932023-10-21T14:47:29.574Z Downloaded gimli v0.28.0
8942023-10-21T14:47:29.592Z Downloaded rustix v0.38.9
8952023-10-21T14:47:29.635Z Downloaded sled v0.34.7
8962023-10-21T14:47:29.657Z Downloaded regex-syntax v0.7.5
8972023-10-21T14:47:29.675Z Downloaded bstr v1.6.0
8982023-10-21T14:47:29.698Z Downloaded regex-automata v0.3.8
8992023-10-21T14:47:29.734Z Downloaded openapiv3 v1.0.3
9002023-10-21T14:47:29.760Z Downloaded sha3 v0.10.8
9012023-10-21T14:47:29.774Z Downloaded rustls v0.21.7
9022023-10-21T14:47:29.797Z Downloaded encoding_rs v0.8.33
9032023-10-21T14:47:29.842Z Downloaded smoltcp v0.9.1
9042023-10-21T14:47:29.863Z Downloaded bzip2-sys v0.1.11+1.0.8
9052023-10-21T14:47:29.889Z Downloaded zerocopy-derive v0.6.4
9062023-10-21T14:47:29.913Z Downloaded zerocopy-derive v0.2.0
9072023-10-21T14:47:29.930Z Downloaded libc v0.2.149
9082023-10-21T14:47:29.980Z Downloaded smoltcp v0.8.2
9092023-10-21T14:47:29.998Z Downloaded rustix v0.37.23
9102023-10-21T14:47:30.035Z Downloaded tokio v1.33.0
9112023-10-21T14:47:30.103Z Downloaded regex v1.9.5
9122023-10-21T14:47:30.128Z Downloaded diesel v2.1.1
9132023-10-21T14:47:30.162Z Downloaded idna v0.4.0
9142023-10-21T14:47:30.175Z Downloaded idna v0.2.3
9152023-10-21T14:47:30.191Z Downloaded radix_trie v0.2.1
9162023-10-21T14:47:30.201Z Downloaded vcpkg v0.2.15
9172023-10-21T14:47:30.276Z Downloaded curve25519-dalek v4.1.0
9182023-10-21T14:47:30.292Z Downloaded webpki-roots v0.25.2
9192023-10-21T14:47:30.300Z Downloaded trust-dns-proto v0.22.0
9202023-10-21T14:47:30.324Z Downloaded winapi v0.3.9
9212023-10-21T14:47:30.403Z Downloaded object v0.32.1
9222023-10-21T14:47:30.423Z Downloaded syn v2.0.32
9232023-10-21T14:47:30.444Z Downloaded itertools v0.11.0
9242023-10-21T14:47:30.456Z Downloaded time v0.3.27
9252023-10-21T14:47:30.468Z Downloaded futures-util v0.3.28
9262023-10-21T14:47:30.491Z Downloaded reqwest v0.11.20
9272023-10-21T14:47:30.504Z Downloaded h2 v0.3.21
9282023-10-21T14:47:30.517Z Downloaded toml v0.7.8
9292023-10-21T14:47:30.523Z Downloaded http v0.2.9
9302023-10-21T14:47:30.530Z Downloaded heapless v0.7.16
9312023-10-21T14:47:30.537Z Downloaded libgit2-sys v0.15.2+1.6.4
9322023-10-21T14:47:30.646Z Downloaded winnow v0.5.15
9332023-10-21T14:47:30.661Z Downloaded pest v2.7.2
9342023-10-21T14:47:30.671Z Downloaded hashbrown v0.12.3
9352023-10-21T14:47:30.678Z Downloaded env_logger v0.9.3
9362023-10-21T14:47:30.683Z Downloaded indexmap v2.0.0
9372023-10-21T14:47:30.689Z Downloaded toml_edit v0.19.15
9382023-10-21T14:47:30.722Z Downloaded tracing-attributes v0.1.26
9392023-10-21T14:47:30.726Z Downloaded tokio-tungstenite v0.18.0
9402023-10-21T14:47:30.730Z Downloaded termcolor v1.2.0
9412023-10-21T14:47:30.733Z Downloaded smallvec v1.11.0
9422023-10-21T14:47:30.736Z Downloaded hashbrown v0.13.2
9432023-10-21T14:47:30.745Z Downloaded rand v0.4.6
9442023-10-21T14:47:30.751Z Downloaded clap_builder v4.4.2
9452023-10-21T14:47:30.764Z Downloaded smf v0.2.2
9462023-10-21T14:47:30.768Z Downloaded erased-serde v0.3.30
9472023-10-21T14:47:30.771Z Downloaded indexmap v1.9.3
9482023-10-21T14:47:30.776Z Downloaded structopt v0.3.26
9492023-10-21T14:47:30.791Z Downloaded ipnet v2.8.0
9502023-10-21T14:47:30.794Z Downloaded tracing v0.1.37
9512023-10-21T14:47:30.801Z Downloaded toml_edit v0.20.0
9522023-10-21T14:47:30.833Z Downloaded tokio-macros v2.1.0
9532023-10-21T14:47:30.836Z Downloaded slog v2.7.0
9542023-10-21T14:47:30.839Z Downloaded tracing-core v0.1.31
9552023-10-21T14:47:30.852Z Downloaded http-range v0.1.5
9562023-10-21T14:47:30.855Z Downloaded serde_with_macros v2.3.3
9572023-10-21T14:47:30.858Z Downloaded libm v0.2.7
9582023-10-21T14:47:30.868Z Downloaded socket2 v0.4.9
9592023-10-21T14:47:30.871Z Downloaded static_assertions v1.1.0
9602023-10-21T14:47:30.874Z Downloaded universal-hash v0.5.1
9612023-10-21T14:47:30.877Z Downloaded textwrap v0.16.0
9622023-10-21T14:47:30.880Z Downloaded getrandom v0.2.10
9632023-10-21T14:47:30.885Z Downloaded socket2 v0.5.4
9642023-10-21T14:47:30.889Z Downloaded serde v1.0.188
9652023-10-21T14:47:30.895Z Downloaded structmeta v0.1.6
9662023-10-21T14:47:30.898Z Downloaded httparse v1.8.0
9672023-10-21T14:47:30.901Z Downloaded russh-keys v0.38.0
9682023-10-21T14:47:30.905Z Downloaded twox-hash v1.6.3
9692023-10-21T14:47:30.908Z Downloaded stringprep v0.1.3
9702023-10-21T14:47:30.911Z Downloaded tokio-tungstenite v0.20.1
9712023-10-21T14:47:30.914Z Downloaded trust-dns-server v0.22.1
9722023-10-21T14:47:30.925Z Downloaded trust-dns-resolver v0.22.0
9732023-10-21T14:47:30.933Z Downloaded io-lifetimes v1.0.11
9742023-10-21T14:47:30.937Z Downloaded rand_chacha v0.2.2
9752023-10-21T14:47:30.940Z Downloaded rand_core v0.5.1
9762023-10-21T14:47:30.943Z Downloaded lalrpop-util v0.19.12
9772023-10-21T14:47:30.946Z Downloaded spin v0.5.2
9782023-10-21T14:47:30.949Z Downloaded unicode-xid v0.2.4
9792023-10-21T14:47:30.952Z Downloaded keccak v0.1.4
9802023-10-21T14:47:30.954Z Downloaded jobserver v0.1.26
9812023-10-21T14:47:30.957Z Downloaded rustfmt-wrapper v0.2.0
9822023-10-21T14:47:30.960Z Downloaded libz-sys v1.1.12
9832023-10-21T14:47:31.104Z Downloaded vec_map v0.8.2
9842023-10-21T14:47:31.107Z Downloaded structmeta-derive v0.1.6
9852023-10-21T14:47:31.110Z Downloaded hostname v0.3.1
9862023-10-21T14:47:31.113Z Downloaded rcgen v0.10.0
9872023-10-21T14:47:31.115Z Downloaded toml v0.8.0
9882023-10-21T14:47:31.119Z Downloaded chrono v0.4.31
9892023-10-21T14:47:31.122Z Downloaded slog-dtrace v0.2.3
9902023-10-21T14:47:31.125Z Downloaded getrandom v0.1.16
9912023-10-21T14:47:31.130Z Downloaded rand_chacha v0.3.1
9922023-10-21T14:47:31.133Z Downloaded fnv v1.0.7
9932023-10-21T14:47:31.135Z Downloaded float-cmp v0.9.0
9942023-10-21T14:47:31.138Z Downloaded fixedbitset v0.4.2
9952023-10-21T14:47:31.141Z Downloaded tungstenite v0.20.1
9962023-10-21T14:47:31.144Z Downloaded slog-async v2.8.0
9972023-10-21T14:47:31.148Z Downloaded hyper-staticfile v0.9.5
9982023-10-21T14:47:31.151Z Downloaded thiserror v1.0.49
9992023-10-21T14:47:31.154Z Downloaded headers v0.3.9
10002023-10-21T14:47:31.157Z Downloaded tokio-postgres v0.7.10
10012023-10-21T14:47:31.160Z Downloaded uuid v1.4.1
10022023-10-21T14:47:31.163Z Downloaded similar v2.2.1
10032023-10-21T14:47:31.171Z Downloaded heck v0.4.1
10042023-10-21T14:47:31.174Z Downloaded futures-channel v0.3.28
10052023-10-21T14:47:31.177Z Downloaded serde_derive v1.0.188
10062023-10-21T14:47:31.181Z Downloaded inout v0.1.3
10072023-10-21T14:47:31.184Z Downloaded digest v0.10.7
10082023-10-21T14:47:31.188Z Downloaded zerocopy v0.6.4
10092023-10-21T14:47:31.194Z Downloaded ryu v1.0.15
10102023-10-21T14:47:31.197Z Downloaded radium v0.7.0
10112023-10-21T14:47:31.201Z Downloaded itoa v1.0.9
10122023-10-21T14:47:31.204Z Downloaded generic-array v0.14.7
10132023-10-21T14:47:31.207Z Downloaded elliptic-curve v0.13.5
10142023-10-21T14:47:31.210Z Downloaded slab v0.4.9
10152023-10-21T14:47:31.212Z Downloaded siphasher v0.3.11
10162023-10-21T14:47:31.215Z Downloaded sha1 v0.10.5
10172023-10-21T14:47:31.218Z Downloaded enum-as-inner v0.5.1
10182023-10-21T14:47:31.223Z Downloaded form_urlencoded v1.2.0
10192023-10-21T14:47:31.226Z Downloaded time-macros v0.2.13
10202023-10-21T14:47:31.229Z Downloaded zone_cfg_derive v0.2.0
10212023-10-21T14:47:31.232Z Downloaded terminal_size v0.2.6
10222023-10-21T14:47:31.235Z Downloaded half v1.8.2
10232023-10-21T14:47:31.238Z Downloaded rustc-demangle v0.1.23
10242023-10-21T14:47:31.241Z Downloaded const_format v0.2.31
10252023-10-21T14:47:31.245Z Downloaded backtrace v0.3.69
10262023-10-21T14:47:31.249Z Downloaded unsafe-libyaml v0.2.9
10272023-10-21T14:47:31.254Z Downloaded fallible-streaming-iterator v0.1.9
10282023-10-21T14:47:31.256Z Downloaded difflib v0.4.0
10292023-10-21T14:47:31.259Z Downloaded zeroize v1.6.0
10302023-10-21T14:47:31.262Z Downloaded dirs-sys-next v0.1.2
10312023-10-21T14:47:31.265Z Downloaded serde_derive_internals v0.26.0
10322023-10-21T14:47:31.268Z Downloaded schemars_derive v0.8.13
10332023-10-21T14:47:31.272Z Downloaded hex-literal v0.4.1
10342023-10-21T14:47:31.277Z Downloaded slog-bunyan v2.4.0
10352023-10-21T14:47:31.280Z Downloaded zerocopy v0.3.0
10362023-10-21T14:47:31.283Z Downloaded spki v0.7.2
10372023-10-21T14:47:31.286Z Downloaded semver v0.11.0
10382023-10-21T14:47:31.288Z Downloaded whoami v1.4.1
10392023-10-21T14:47:31.291Z Downloaded tokio-stream v0.1.14
10402023-10-21T14:47:31.294Z Downloaded proc-macro2 v1.0.67
10412023-10-21T14:47:31.298Z Downloaded glob v0.3.1
10422023-10-21T14:47:31.302Z Downloaded postgres-types v0.2.6
10432023-10-21T14:47:31.305Z Downloaded base64 v0.13.1
10442023-10-21T14:47:31.308Z Downloaded libsqlite3-sys v0.26.0
10452023-10-21T14:47:31.444Z Downloaded arc-swap v1.6.0
10462023-10-21T14:47:31.450Z Downloaded der v0.7.8
10472023-10-21T14:47:31.459Z Downloaded ring v0.16.20
10482023-10-21T14:47:31.621Z Downloaded sha2 v0.10.7
10492023-10-21T14:47:31.624Z Downloaded scheduled-thread-pool v0.2.7
10502023-10-21T14:47:31.627Z Downloaded same-file v1.0.6
10512023-10-21T14:47:31.630Z Downloaded tap v1.0.1
10522023-10-21T14:47:31.633Z Downloaded unicode-ident v1.0.12
10532023-10-21T14:47:31.636Z Downloaded platforms v3.0.2
10542023-10-21T14:47:31.639Z Downloaded dtrace-parser v0.1.14
10552023-10-21T14:47:31.642Z Downloaded ghash v0.5.0
10562023-10-21T14:47:31.645Z Downloaded rustls-pemfile v1.0.3
10572023-10-21T14:47:31.648Z Downloaded resolv-conf v0.7.0
10582023-10-21T14:47:31.651Z Downloaded rustls-native-certs v0.6.3
10592023-10-21T14:47:31.654Z Downloaded either v1.9.0
10602023-10-21T14:47:31.656Z Downloaded tokio-rustls v0.24.1
10612023-10-21T14:47:31.659Z Downloaded parking_lot v0.11.2
10622023-10-21T14:47:31.662Z Downloaded httpdate v1.0.3
10632023-10-21T14:47:31.665Z Downloaded usdt v0.3.5
10642023-10-21T14:47:31.668Z Downloaded synstructure v0.12.6
10652023-10-21T14:47:31.672Z Downloaded signal-hook-registry v1.4.1
10662023-10-21T14:47:31.675Z Downloaded term v0.7.0
10672023-10-21T14:47:31.677Z Downloaded once_cell v1.18.0
10682023-10-21T14:47:31.680Z Downloaded clap v4.4.3
10692023-10-21T14:47:31.691Z Downloaded group v0.13.0
10702023-10-21T14:47:31.694Z Downloaded quick-error v1.2.3
10712023-10-21T14:47:31.697Z Downloaded proc-macro-error v1.0.4
10722023-10-21T14:47:31.702Z Downloaded postgres-protocol v0.6.6
10732023-10-21T14:47:31.704Z Downloaded tower-service v0.3.2
10742023-10-21T14:47:31.707Z Downloaded serde_repr v0.1.16
10752023-10-21T14:47:31.710Z Downloaded bytes v1.5.0
10762023-10-21T14:47:31.715Z Downloaded usdt-attr-macro v0.3.5
10772023-10-21T14:47:31.718Z Downloaded stable_deref_trait v1.2.0
10782023-10-21T14:47:31.722Z Downloaded rustc_version v0.4.0
10792023-10-21T14:47:31.725Z Downloaded hash32 v0.2.1
10802023-10-21T14:47:31.728Z Downloaded futures-core v0.3.28
10812023-10-21T14:47:31.731Z Downloaded vsss-rs v3.3.1
10822023-10-21T14:47:31.734Z Downloaded vergen v8.2.4
10832023-10-21T14:47:31.737Z Downloaded poly1305 v0.8.0
10842023-10-21T14:47:31.740Z Downloaded pest_generator v2.7.2
10852023-10-21T14:47:31.743Z Downloaded sct v0.7.0
10862023-10-21T14:47:31.747Z Downloaded proc-macro-error-attr v1.0.4
10872023-10-21T14:47:31.750Z Downloaded postcard-cobs v0.1.5-pre
10882023-10-21T14:47:31.753Z Downloaded postcard v0.7.3
10892023-10-21T14:47:31.755Z Downloaded num-traits v0.2.16
10902023-10-21T14:47:31.758Z Downloaded derive_more v0.99.17
10912023-10-21T14:47:31.764Z Downloaded thread-id v4.2.0
10922023-10-21T14:47:31.767Z Downloaded r2d2 v0.8.10
10932023-10-21T14:47:31.770Z Downloaded take_mut v0.2.2
10942023-10-21T14:47:31.773Z Downloaded unicode-bidi v0.3.13
10952023-10-21T14:47:31.775Z Downloaded funty v2.0.0
10962023-10-21T14:47:31.778Z Downloaded thiserror-no-std v2.0.2
10972023-10-21T14:47:31.781Z Downloaded filetime v0.2.22
10982023-10-21T14:47:31.784Z Downloaded ff v0.13.0
10992023-10-21T14:47:31.787Z Downloaded fallible-iterator v0.2.0
11002023-10-21T14:47:31.789Z Downloaded dirs-sys v0.4.1
11012023-10-21T14:47:31.792Z Downloaded zeroize_derive v1.4.2
11022023-10-21T14:47:31.795Z Downloaded utf-8 v0.7.6
11032023-10-21T14:47:31.797Z Downloaded untrusted v0.7.1
11042023-10-21T14:47:31.800Z Downloaded omicron-zone-package v0.8.3
11052023-10-21T14:47:31.804Z Downloaded hubpack_derive v0.1.1
11062023-10-21T14:47:31.806Z Downloaded subtle v2.5.0
11072023-10-21T14:47:31.809Z Downloaded unicase v2.7.0
11082023-10-21T14:47:31.812Z Downloaded proc-macro-crate v1.3.1
11092023-10-21T14:47:31.814Z Downloaded predicates v3.0.4
11102023-10-21T14:47:31.817Z Downloaded pkg-config v0.3.27
11112023-10-21T14:47:31.820Z Downloaded pkcs8 v0.10.2
11122023-10-21T14:47:31.823Z Downloaded pin-project-lite v0.2.13
11132023-10-21T14:47:31.826Z Downloaded petgraph v0.6.4
11142023-10-21T14:47:31.848Z Downloaded clap_derive v4.4.2
11152023-10-21T14:47:31.852Z Downloaded ident_case v1.0.1
11162023-10-21T14:47:31.854Z Downloaded headers-core v0.2.0
11172023-10-21T14:47:31.857Z Downloaded toml_datetime v0.6.3
11182023-10-21T14:47:31.860Z Downloaded thread_local v1.1.7
11192023-10-21T14:47:31.862Z Downloaded quote v1.0.33
11202023-10-21T14:47:31.865Z Downloaded predicates-core v1.0.6
11212023-10-21T14:47:31.868Z Downloaded ppv-lite86 v0.2.17
11222023-10-21T14:47:31.870Z Downloaded polyval v0.6.1
11232023-10-21T14:47:31.873Z Downloaded version_check v0.9.4
11242023-10-21T14:47:31.876Z Downloaded tempfile v3.8.0
11252023-10-21T14:47:31.879Z Downloaded phf_shared v0.11.2
11262023-10-21T14:47:31.882Z Downloaded phf v0.11.2
11272023-10-21T14:47:31.884Z Downloaded byteorder v1.4.3
11282023-10-21T14:47:31.887Z Downloaded blake2 v0.10.6
11292023-10-21T14:47:31.890Z Downloaded bitflags v2.4.0
11302023-10-21T14:47:31.892Z Downloaded wyz v0.5.1
11312023-10-21T14:47:31.895Z Downloaded parking_lot_core v0.8.6
11322023-10-21T14:47:31.898Z Downloaded diesel_derives v2.1.1
11332023-10-21T14:47:31.902Z Downloaded backoff v0.4.0
11342023-10-21T14:47:31.905Z Downloaded base64ct v1.6.0
11352023-10-21T14:47:31.908Z Downloaded lock_api v0.4.10
11362023-10-21T14:47:31.911Z Downloaded linked-hash-map v0.5.6
11372023-10-21T14:47:31.915Z Downloaded allocator-api2 v0.2.16
11382023-10-21T14:47:31.918Z Downloaded pretty-hex v0.2.1
11392023-10-21T14:47:31.921Z Downloaded fxhash v0.2.1
11402023-10-21T14:47:31.925Z Downloaded foreign-types v0.3.2
11412023-10-21T14:47:31.928Z Downloaded data-encoding v2.4.0
11422023-10-21T14:47:31.931Z Downloaded const_format_proc_macros v0.2.31
11432023-10-21T14:47:31.934Z Downloaded pretty-hex v0.3.0
11442023-10-21T14:47:31.937Z Downloaded pest_meta v2.7.2
11452023-10-21T14:47:31.940Z Downloaded ciborium v0.2.1
11462023-10-21T14:47:31.943Z Downloaded ahash v0.8.3
11472023-10-21T14:47:31.947Z Downloaded dirs v5.0.1
11482023-10-21T14:47:31.950Z Downloaded phf_shared v0.10.0
11492023-10-21T14:47:31.952Z Downloaded pest_derive v2.7.2
11502023-10-21T14:47:31.955Z Downloaded blowfish v0.9.1
11512023-10-21T14:47:31.958Z Downloaded precomputed-hash v0.1.1
11522023-10-21T14:47:31.961Z Downloaded pin-utils v0.1.0
11532023-10-21T14:47:31.965Z Downloaded cancel-safe-futures v0.1.2
11542023-10-21T14:47:31.968Z Downloaded libefi-sys v0.1.0
11552023-10-21T14:47:31.970Z Downloaded bitflags v1.3.2
11562023-10-21T14:47:31.973Z Downloaded thiserror-impl-no-std v2.0.2
11572023-10-21T14:47:31.976Z Downloaded cipher v0.4.4
11582023-10-21T14:47:31.978Z Downloaded bit-vec v0.6.3
11592023-10-21T14:47:31.981Z Downloaded bcrypt-pbkdf v0.10.0
11602023-10-21T14:47:31.985Z Downloaded bit-set v0.5.3
11612023-10-21T14:47:31.988Z Downloaded bincode v1.3.3
11622023-10-21T14:47:31.991Z Downloaded base16ct v0.2.0
11632023-10-21T14:47:31.994Z Downloaded argon2 v0.5.2
11642023-10-21T14:47:31.996Z Downloaded atomic-waker v1.1.1
11652023-10-21T14:47:32.003Z Downloaded usdt-macro v0.3.5
11662023-10-21T14:47:32.006Z Downloaded password-hash v0.5.0
11672023-10-21T14:47:32.009Z Downloaded password-hash v0.4.2
11682023-10-21T14:47:32.013Z Downloaded num-rational v0.4.1
11692023-10-21T14:47:32.016Z Downloaded darling v0.20.3
11702023-10-21T14:47:32.019Z Downloaded num_enum v0.5.11
11712023-10-21T14:47:32.022Z Downloaded num-iter v0.1.43
11722023-10-21T14:47:32.025Z Downloaded crypto-common v0.1.6
11732023-10-21T14:47:32.027Z Downloaded managed v0.8.0
11742023-10-21T14:47:32.030Z Downloaded anstyle-query v1.0.0
11752023-10-21T14:47:32.034Z Downloaded parking_lot_core v0.9.8
11762023-10-21T14:47:32.036Z Downloaded convert_case v0.4.0
11772023-10-21T14:47:32.039Z Downloaded clap_lex v0.5.1
11782023-10-21T14:47:32.042Z Downloaded async-trait v0.1.73
11792023-10-21T14:47:32.045Z Downloaded openssl-macros v0.1.1
11802023-10-21T14:47:32.050Z Downloaded num_cpus v1.16.0
11812023-10-21T14:47:32.052Z Downloaded deranged v0.3.8
11822023-10-21T14:47:32.055Z Downloaded debug-ignore v1.0.5
11832023-10-21T14:47:32.058Z Downloaded ciborium-ll v0.2.1
11842023-10-21T14:47:32.060Z Downloaded num-integer v0.1.45
11852023-10-21T14:47:32.063Z Downloaded openssl-probe v0.1.5
11862023-10-21T14:47:32.066Z Downloaded opaque-debug v0.3.0
11872023-10-21T14:47:32.069Z Downloaded ctr v0.9.2
11882023-10-21T14:47:32.072Z Downloaded colorchoice v1.0.0
11892023-10-21T14:47:32.075Z Downloaded block-padding v0.3.3
11902023-10-21T14:47:32.078Z Downloaded autocfg v1.1.0
11912023-10-21T14:47:32.081Z Downloaded bit_field v0.10.2
11922023-10-21T14:47:32.085Z Downloaded aes-gcm-siv v0.11.1
11932023-10-21T14:47:32.088Z Downloaded cpufeatures v0.2.9
11942023-10-21T14:47:32.090Z Downloaded pbkdf2 v0.11.0
11952023-10-21T14:47:32.093Z Downloaded percent-encoding v2.3.0
11962023-10-21T14:47:32.096Z Downloaded parse-display-derive v0.7.0
11972023-10-21T14:47:32.099Z Downloaded curve25519-dalek-derive v0.1.0
11982023-10-21T14:47:32.101Z Downloaded crucible-workspace-hack v0.1.0
11992023-10-21T14:47:32.127Z Downloaded block-buffer v0.10.4
12002023-10-21T14:47:32.136Z Downloaded bitstruct_derive v0.1.0
12012023-10-21T14:47:32.138Z Downloaded bitstruct v0.1.1
12022023-10-21T14:47:32.143Z Downloaded adler v1.0.2
12032023-10-21T14:47:32.146Z Downloaded anstyle-parse v0.2.1
12042023-10-21T14:47:32.149Z Downloaded anstyle v1.0.2
12052023-10-21T14:47:32.151Z Downloaded async-recursion v1.0.5
12062023-10-21T14:47:32.154Z Downloaded parse-display v0.7.0
12072023-10-21T14:47:32.157Z Downloaded async-stream v0.3.5
12082023-10-21T14:47:32.160Z Downloaded pbkdf2 v0.12.2
12092023-10-21T14:47:32.163Z Downloaded option-ext v0.2.0
12102023-10-21T14:47:32.166Z Downloaded nibble_vec v0.1.0
12112023-10-21T14:47:32.168Z Downloaded cbc v0.1.2
12122023-10-21T14:47:32.174Z Downloaded num-bigint v0.4.4
12132023-10-21T14:47:32.179Z Downloaded num v0.4.1
12142023-10-21T14:47:32.182Z Downloaded camino-tempfile v1.0.2
12152023-10-21T14:47:32.185Z Downloaded chacha20poly1305 v0.10.1
12162023-10-21T14:47:32.188Z Downloaded multer v2.1.0
12172023-10-21T14:47:32.190Z Downloaded mio v0.8.8
12182023-10-21T14:47:32.193Z Downloaded miniz_oxide v0.7.1
12192023-10-21T14:47:32.196Z Downloaded memchr v2.6.3
12202023-10-21T14:47:32.199Z Downloaded mime_guess v2.0.4
12212023-10-21T14:47:32.202Z Downloaded md-5 v0.10.5
12222023-10-21T14:47:32.205Z Downloaded chacha20 v0.9.1
12232023-10-21T14:47:32.207Z Downloaded memoffset v0.7.1
12242023-10-21T14:47:32.210Z Downloaded match_cfg v0.1.0
12252023-10-21T14:47:32.213Z Downloaded macaddr v1.0.1
12262023-10-21T14:47:32.216Z Downloaded lru-cache v0.1.2
12272023-10-21T14:47:32.218Z Downloaded log v0.4.20
12282023-10-21T14:47:32.666Z Compiling proc-macro2 v1.0.67
12292023-10-21T14:47:32.690Z Compiling unicode-ident v1.0.12
12302023-10-21T14:47:32.706Z Compiling libc v0.2.149
12312023-10-21T14:47:32.712Z Compiling serde v1.0.188
12322023-10-21T14:47:32.715Z Compiling version_check v0.9.4
12332023-10-21T14:47:32.718Z Compiling autocfg v1.1.0
12342023-10-21T14:47:32.721Z Compiling cfg-if v1.0.0
12352023-10-21T14:47:32.730Z Compiling syn v1.0.109
12362023-10-21T14:47:33.100Z Compiling typenum v1.16.0
12372023-10-21T14:47:33.124Z Compiling once_cell v1.18.0
12382023-10-21T14:47:33.823Z Compiling thiserror v1.0.49
12392023-10-21T14:47:33.903Z Compiling generic-array v0.14.7
12402023-10-21T14:47:34.015Z Compiling lock_api v0.4.10
12412023-10-21T14:47:34.650Z Compiling libm v0.2.7
12422023-10-21T14:47:34.704Z Compiling parking_lot_core v0.9.8
12432023-10-21T14:47:34.735Z Compiling num-traits v0.2.16
12442023-10-21T14:47:35.001Z Compiling itoa v1.0.9
12452023-10-21T14:47:35.072Z Compiling memchr v2.6.3
12462023-10-21T14:47:35.239Z Compiling futures-core v0.3.28
12472023-10-21T14:47:35.400Z Compiling ahash v0.8.3
12482023-10-21T14:47:35.423Z Compiling serde_json v1.0.107
12492023-10-21T14:47:35.771Z Compiling log v0.4.20
12502023-10-21T14:47:35.904Z Compiling slab v0.4.9
12512023-10-21T14:47:36.012Z Compiling quote v1.0.33
12522023-10-21T14:47:36.333Z Compiling futures-task v0.3.28
12532023-10-21T14:47:36.376Z Compiling futures-channel v0.3.28
12542023-10-21T14:47:36.748Z Compiling syn v2.0.32
12552023-10-21T14:47:36.827Z Compiling getrandom v0.2.10
12562023-10-21T14:47:37.197Z Compiling jobserver v0.1.26
12572023-10-21T14:47:37.578Z Compiling futures-util v0.3.28
12582023-10-21T14:47:37.640Z Compiling pkg-config v0.3.27
12592023-10-21T14:47:37.730Z Compiling cc v1.0.83
12602023-10-21T14:47:38.132Z Compiling ryu v1.0.15
12612023-10-21T14:47:38.376Z Compiling rand_core v0.6.4
12622023-10-21T14:47:38.423Z Compiling vcpkg v0.2.15
12632023-10-21T14:47:38.731Z Compiling allocator-api2 v0.2.16
12642023-10-21T14:47:39.088Z Compiling schemars v0.8.13
12652023-10-21T14:47:39.492Z Compiling heck v0.4.1
12662023-10-21T14:47:39.595Z Compiling equivalent v1.0.1
12672023-10-21T14:47:39.753Z Compiling scopeguard v1.2.0
12682023-10-21T14:47:39.960Z Compiling hashbrown v0.14.0
12692023-10-21T14:47:40.937Z Compiling smallvec v1.11.0
12702023-10-21T14:47:41.481Z Compiling byteorder v1.4.3
12712023-10-21T14:47:41.650Z Compiling httparse v1.8.0
12722023-10-21T14:47:41.979Z Compiling fnv v1.0.7
12732023-10-21T14:47:42.180Z Compiling iana-time-zone v0.1.57
12742023-10-21T14:47:42.260Z Compiling pin-project-lite v0.2.13
12752023-10-21T14:47:42.296Z Compiling semver v1.0.18
12762023-10-21T14:47:42.681Z Compiling ring v0.16.20
12772023-10-21T14:47:42.915Z Compiling subtle v2.5.0
12782023-10-21T14:47:43.070Z Compiling parking_lot v0.12.1
12792023-10-21T14:47:43.363Z Compiling indexmap v1.9.3
12802023-10-21T14:47:43.616Z Compiling time-core v0.1.1
12812023-10-21T14:47:43.766Z Compiling tinyvec_macros v0.1.1
12822023-10-21T14:47:43.832Z Compiling dyn-clone v1.0.13
12832023-10-21T14:47:43.875Z Compiling time-macros v0.2.13
12842023-10-21T14:47:43.896Z Compiling tinyvec v1.6.0
12852023-10-21T14:47:43.956Z Compiling openssl-sys v0.9.93
12862023-10-21T14:47:44.154Z Compiling signal-hook-registry v1.4.1
12872023-10-21T14:47:44.767Z Compiling num_cpus v1.16.0
12882023-10-21T14:47:44.947Z Compiling mio v0.8.8
12892023-10-21T14:47:45.234Z Compiling socket2 v0.5.4
12902023-10-21T14:47:45.507Z Compiling rustls v0.21.7
12912023-10-21T14:47:45.855Z Compiling unicode-bidi v0.3.13
12922023-10-21T14:47:46.497Z Compiling unicode-normalization v0.1.22
12932023-10-21T14:47:46.959Z Compiling slog v2.7.0
12942023-10-21T14:47:46.988Z Compiling spin v0.5.2
12952023-10-21T14:47:47.714Z Compiling ucd-trie v0.1.6
12962023-10-21T14:47:47.744Z Compiling percent-encoding v2.3.0
12972023-10-21T14:47:48.356Z Compiling backtrace v0.3.69
12982023-10-21T14:47:48.402Z Compiling async-trait v0.1.73
12992023-10-21T14:47:48.549Z Compiling form_urlencoded v1.2.0
13002023-10-21T14:47:48.752Z Compiling serde_derive_internals v0.26.0
13012023-10-21T14:47:48.886Z Compiling aho-corasick v1.0.4
13022023-10-21T14:47:48.973Z Compiling regex-syntax v0.7.5
13032023-10-21T14:47:49.037Z Compiling openssl v0.10.57
13042023-10-21T14:47:49.161Z Compiling futures-sink v0.3.28
13052023-10-21T14:47:49.379Z Compiling anyhow v1.0.75
13062023-10-21T14:47:49.623Z Compiling pin-utils v0.1.0
13072023-10-21T14:47:49.744Z Compiling winnow v0.5.15
13082023-10-21T14:47:50.305Z Compiling idna v0.4.0
13092023-10-21T14:47:50.643Z Compiling native-tls v0.2.11
13102023-10-21T14:47:51.149Z Compiling unicode-xid v0.2.4
13112023-10-21T14:47:52.083Z Compiling url v2.4.1
13122023-10-21T14:47:53.283Z Compiling futures-io v0.3.28
13132023-10-21T14:47:53.688Z Compiling rustversion v1.0.14
13142023-10-21T14:47:54.495Z Compiling const-oid v0.9.5
13152023-10-21T14:47:54.685Z Compiling unicode-width v0.1.10
13162023-10-21T14:47:55.554Z Compiling regex-automata v0.3.8
13172023-10-21T14:47:56.281Z Compiling hashbrown v0.13.2
13182023-10-21T14:47:57.079Z Compiling synstructure v0.12.6
13192023-10-21T14:47:57.104Z Compiling crossbeam-utils v0.8.16
13202023-10-21T14:47:57.608Z Compiling cpufeatures v0.2.9
13212023-10-21T14:47:57.760Z Compiling tracing-core v0.1.31
13222023-10-21T14:47:57.847Z Compiling adler v1.0.2
13232023-10-21T14:47:58.232Z Compiling miniz_oxide v0.7.1
13242023-10-21T14:47:58.284Z Compiling rustix v0.38.9
13252023-10-21T14:47:59.433Z Compiling usdt-impl v0.3.5
13262023-10-21T14:47:59.905Z Compiling bitflags v1.3.2
13272023-10-21T14:48:00.062Z Compiling gimli v0.28.0
13282023-10-21T14:48:00.317Z Compiling ppv-lite86 v0.2.17
13292023-10-21T14:48:01.045Z Compiling object v0.32.1
13302023-10-21T14:48:01.080Z Compiling rustc-demangle v0.1.23
13312023-10-21T14:48:01.496Z Compiling deranged v0.3.8
13322023-10-21T14:48:01.712Z Compiling num_threads v0.1.6
13332023-10-21T14:48:01.890Z Compiling thread-id v4.2.0
13342023-10-21T14:48:02.662Z Compiling serde_derive v1.0.188
13352023-10-21T14:48:02.887Z Compiling zeroize_derive v1.4.2
13362023-10-21T14:48:03.038Z Compiling thiserror-impl v1.0.49
13372023-10-21T14:48:04.750Z Compiling tokio-macros v2.1.0
13382023-10-21T14:48:05.207Z Compiling futures-macro v0.3.28
13392023-10-21T14:48:05.373Z Compiling tracing-attributes v0.1.26
13402023-10-21T14:48:07.308Z Compiling schemars_derive v0.8.13
13412023-10-21T14:48:08.073Z Compiling zeroize v1.6.0
13422023-10-21T14:48:08.662Z Compiling pest v2.7.2
13432023-10-21T14:48:09.040Z Compiling openssl-macros v0.1.1
13442023-10-21T14:48:11.059Z Compiling crypto-common v0.1.6
13452023-10-21T14:48:11.063Z Compiling regex v1.9.5
13462023-10-21T14:48:11.366Z Compiling block-buffer v0.10.4
13472023-10-21T14:48:12.588Z Compiling digest v0.10.7
13482023-10-21T14:48:13.070Z Compiling pest_meta v2.7.2
13492023-10-21T14:48:13.094Z Compiling zerocopy-derive v0.2.0
13502023-10-21T14:48:13.267Z Compiling tracing v0.1.37
13512023-10-21T14:48:13.743Z Compiling addr2line v0.21.0
13522023-10-21T14:48:14.089Z Compiling time v0.3.27
13532023-10-21T14:48:14.212Z Compiling rand_chacha v0.3.1
13542023-10-21T14:48:14.831Z Compiling base64 v0.21.4
13552023-10-21T14:48:15.958Z Compiling pest_generator v2.7.2
13562023-10-21T14:48:16.141Z Compiling zerocopy v0.3.0
13572023-10-21T14:48:17.912Z Compiling dof v0.1.5
13582023-10-21T14:48:19.194Z Compiling rand v0.8.5
13592023-10-21T14:48:20.127Z Compiling lazy_static v1.4.0
13602023-10-21T14:48:20.711Z Compiling pest_derive v2.7.2
13612023-10-21T14:48:21.316Z Compiling untrusted v0.7.1
13622023-10-21T14:48:21.470Z Compiling strum_macros v0.25.2
13632023-10-21T14:48:21.872Z Compiling dtrace-parser v0.1.14
13642023-10-21T14:48:22.282Z Compiling strsim v0.10.0
13652023-10-21T14:48:23.928Z Compiling regress v0.7.1
13662023-10-21T14:48:24.461Z Compiling socket2 v0.4.9
13672023-10-21T14:48:25.643Z Compiling hashbrown v0.12.3
13682023-10-21T14:48:25.931Z Compiling sct v0.7.0
13692023-10-21T14:48:26.394Z Compiling rustls-webpki v0.101.4
13702023-10-21T14:48:26.430Z Compiling httpdate v1.0.3
13712023-10-21T14:48:27.186Z Compiling bytes v1.5.0
13722023-10-21T14:48:27.536Z Compiling indexmap v2.0.0
13732023-10-21T14:48:27.861Z Compiling chrono v0.4.31
13742023-10-21T14:48:28.233Z Compiling uuid v1.4.1
13752023-10-21T14:48:29.407Z Compiling http v0.2.9
13762023-10-21T14:48:29.431Z Compiling tokio v1.33.0
13772023-10-21T14:48:29.598Z Compiling toml_datetime v0.6.3
13782023-10-21T14:48:29.643Z Compiling serde_spanned v0.6.3
13792023-10-21T14:48:29.976Z Compiling bitflags v2.4.0
13802023-10-21T14:48:30.027Z Compiling toml_edit v0.19.15
13812023-10-21T14:48:30.338Z Compiling rustc_version v0.4.0
13822023-10-21T14:48:30.673Z Compiling openapiv3 v1.0.3
13832023-10-21T14:48:33.714Z Compiling serde_tokenstream v0.1.7
13842023-10-21T14:48:33.955Z Compiling serde_tokenstream v0.2.0
13852023-10-21T14:48:34.672Z Compiling try-lock v0.2.4
13862023-10-21T14:48:34.888Z Compiling want v0.3.1
13872023-10-21T14:48:34.905Z Compiling http-body v0.4.5
13882023-10-21T14:48:35.964Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13892023-10-21T14:48:36.343Z Compiling rustls-pemfile v1.0.3
13902023-10-21T14:48:36.771Z Compiling usdt-macro v0.3.5
13912023-10-21T14:48:36.958Z Compiling usdt-attr-macro v0.3.5
13922023-10-21T14:48:39.208Z Compiling openssl-probe v0.1.5
13932023-10-21T14:48:39.237Z Compiling tower-service v0.3.2
13942023-10-21T14:48:39.309Z Compiling foreign-types-shared v0.1.1
13952023-10-21T14:48:39.412Z Compiling mime v0.3.17
13962023-10-21T14:48:39.468Z Compiling foreign-types v0.3.2
13972023-10-21T14:48:39.609Z Compiling errno v0.3.2
13982023-10-21T14:48:39.738Z Compiling ipnet v2.8.0
13992023-10-21T14:48:40.229Z Compiling getopts v0.2.21
14002023-10-21T14:48:41.894Z Compiling encoding_rs v0.8.33
14012023-10-21T14:48:41.924Z Compiling unsafe-libyaml v0.2.9
14022023-10-21T14:48:42.032Z Compiling rustls-native-certs v0.6.3
14032023-10-21T14:48:42.786Z Compiling tokio-util v0.7.8
14042023-10-21T14:48:44.408Z Compiling tokio-rustls v0.24.1
14052023-10-21T14:48:45.075Z Compiling h2 v0.3.21
14062023-10-21T14:48:45.183Z Compiling serde_yaml v0.9.25
14072023-10-21T14:48:45.209Z Compiling serde_urlencoded v0.7.1
14082023-10-21T14:48:46.497Z Compiling webpki-roots v0.25.2
14092023-10-21T14:48:51.368Z Compiling hmac v0.12.1
14102023-10-21T14:48:51.704Z Compiling num-integer v0.1.45
14112023-10-21T14:48:51.794Z Compiling sha2 v0.10.7
14122023-10-21T14:48:52.221Z Compiling block-padding v0.3.3
14132023-10-21T14:48:53.212Z Compiling tokio-native-tls v0.3.1
14142023-10-21T14:48:53.296Z Compiling inout v0.1.3
14152023-10-21T14:48:53.641Z Compiling futures-executor v0.3.28
14162023-10-21T14:48:53.681Z Compiling cipher v0.4.4
14172023-10-21T14:48:54.420Z Compiling toml v0.7.8
14182023-10-21T14:48:54.622Z Compiling crc32fast v1.3.2
14192023-10-21T14:48:54.649Z Compiling fallible-iterator v0.2.0
14202023-10-21T14:48:55.832Z Compiling futures v0.3.28
14212023-10-21T14:48:55.851Z Compiling ipnetwork v0.20.0
14222023-10-21T14:48:56.002Z Compiling spin v0.9.8
14232023-10-21T14:48:56.408Z Compiling siphasher v0.3.11
14242023-10-21T14:48:56.631Z Compiling usdt v0.3.5
14252023-10-21T14:48:57.079Z Compiling hyper v0.14.27
14262023-10-21T14:48:57.598Z Compiling md-5 v0.10.5
14272023-10-21T14:48:57.981Z Compiling stringprep v0.1.3
14282023-10-21T14:48:58.962Z Compiling io-lifetimes v1.0.11
14292023-10-21T14:48:59.125Z Compiling postgres-protocol v0.6.6
14302023-10-21T14:48:59.631Z Compiling phf_shared v0.11.2
14312023-10-21T14:48:59.749Z Compiling hex v0.4.3
14322023-10-21T14:49:00.118Z Compiling enum-as-inner v0.5.1
14332023-10-21T14:49:00.639Z Compiling slog-async v2.8.0
14342023-10-21T14:49:00.793Z Compiling postgres-types v0.2.6
14352023-10-21T14:49:01.367Z Compiling phf v0.11.2
14362023-10-21T14:49:01.415Z Compiling num-bigint v0.4.4
14372023-10-21T14:49:01.675Z Compiling whoami v1.4.1
14382023-10-21T14:49:02.073Z Compiling rustix v0.37.23
14392023-10-21T14:49:02.740Z Compiling data-encoding v2.4.0
14402023-10-21T14:49:02.815Z Compiling tokio-postgres v0.7.10
14412023-10-21T14:49:03.737Z Compiling zerocopy-derive v0.6.4
14422023-10-21T14:49:04.443Z Compiling static_assertions v1.1.0
14432023-10-21T14:49:07.061Z Compiling ident_case v1.0.1
14442023-10-21T14:49:07.609Z Compiling either v1.9.0
14452023-10-21T14:49:07.731Z Compiling darling_core v0.20.3
14462023-10-21T14:49:08.299Z Compiling camino v1.1.6
14472023-10-21T14:49:08.602Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14482023-10-21T14:49:09.078Z Compiling hyper-rustls v0.24.1
14492023-10-21T14:49:09.168Z Compiling hyper-tls v0.5.0
14502023-10-21T14:49:09.721Z Compiling reqwest v0.11.20
14512023-10-21T14:49:09.746Z Compiling flate2 v1.0.27
14522023-10-21T14:49:10.312Z Compiling heapless v0.7.16
14532023-10-21T14:49:10.910Z Compiling bzip2-sys v0.1.11+1.0.8
14542023-10-21T14:49:11.402Z Compiling memoffset v0.9.0
14552023-10-21T14:49:11.578Z Compiling matches v0.1.10
14562023-10-21T14:49:11.717Z Compiling managed v0.8.0
14572023-10-21T14:49:11.831Z Compiling radium v0.7.0
14582023-10-21T14:49:12.007Z Compiling unicode-segmentation v1.10.1
14592023-10-21T14:49:12.538Z Compiling idna v0.2.3
14602023-10-21T14:49:12.994Z Compiling itertools v0.11.0
14612023-10-21T14:49:14.943Z Compiling multer v2.1.0
14622023-10-21T14:49:15.454Z Compiling trust-dns-proto v0.22.0
14632023-10-21T14:49:15.785Z Compiling async-stream-impl v0.3.5
14642023-10-21T14:49:16.171Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14652023-10-21T14:49:16.373Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14662023-10-21T14:49:17.115Z Compiling darling_macro v0.20.3
14672023-10-21T14:49:17.912Z Compiling crossbeam-epoch v0.9.15
14682023-10-21T14:49:18.144Z Compiling num-iter v0.1.43
14692023-10-21T14:49:18.533Z Compiling anstyle v1.0.2
14702023-10-21T14:49:18.575Z Compiling smoltcp v0.9.1
14712023-10-21T14:49:18.701Z Compiling darling v0.20.3
14722023-10-21T14:49:18.868Z Compiling serde_with_macros v2.3.3
14732023-10-21T14:49:19.277Z Compiling utf8parse v0.2.1
14742023-10-21T14:49:19.515Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14752023-10-21T14:49:19.539Z Compiling paste v1.0.14
14762023-10-21T14:49:20.206Z Compiling bit-vec v0.6.3
14772023-10-21T14:49:20.802Z Compiling anstyle-parse v0.2.1
14782023-10-21T14:49:22.640Z Compiling zerocopy v0.6.4
14792023-10-21T14:49:22.976Z Compiling signature v2.1.0
14802023-10-21T14:49:23.331Z Compiling hubpack_derive v0.1.1
14812023-10-21T14:49:23.892Z Compiling clap_derive v4.4.2
14822023-10-21T14:49:24.034Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14832023-10-21T14:49:24.460Z Compiling anstyle-query v1.0.0
14842023-10-21T14:49:24.653Z Compiling colorchoice v1.0.0
14852023-10-21T14:49:26.054Z Compiling yasna v0.5.2
14862023-10-21T14:49:26.284Z Compiling anstream v0.5.0
14872023-10-21T14:49:27.607Z Compiling terminal_size v0.2.6
14882023-10-21T14:49:27.913Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14892023-10-21T14:49:29.487Z Compiling structmeta-derive v0.1.6
14902023-10-21T14:49:30.366Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14912023-10-21T14:49:30.393Z Compiling diesel_table_macro_syntax v0.1.0
14922023-10-21T14:49:30.577Z Compiling hash32 v0.2.1
14932023-10-21T14:49:30.991Z Compiling tap v1.0.1
14942023-10-21T14:49:31.193Z Compiling stable_deref_trait v1.2.0
14952023-10-21T14:49:31.301Z Compiling clap_lex v0.5.1
14962023-10-21T14:49:31.943Z Compiling clap_builder v4.4.2
14972023-10-21T14:49:32.158Z Compiling wyz v0.5.1
14982023-10-21T14:49:32.199Z Compiling diesel_derives v2.1.1
14992023-10-21T14:49:33.377Z Compiling tokio-stream v0.1.14
15002023-10-21T14:49:34.074Z Compiling structmeta v0.1.6
15012023-10-21T14:49:34.236Z Compiling serde_repr v0.1.16
15022023-10-21T14:49:34.742Z Compiling scheduled-thread-pool v0.2.7
15032023-10-21T14:49:34.960Z Compiling regex-automata v0.1.10
15042023-10-21T14:49:35.746Z Compiling regex-syntax v0.6.29
15052023-10-21T14:49:35.816Z Compiling funty v2.0.0
15062023-10-21T14:49:36.266Z Compiling bstr v0.2.17
15072023-10-21T14:49:36.800Z Compiling r2d2 v0.8.10
15082023-10-21T14:49:38.906Z Compiling clap v4.4.3
15092023-10-21T14:49:39.048Z Compiling bitvec v1.0.1
15102023-10-21T14:49:40.412Z Compiling hubpack v0.1.2
15112023-10-21T14:49:41.238Z Compiling itertools v0.10.5
15122023-10-21T14:49:41.258Z Compiling phf_shared v0.10.0
15132023-10-21T14:49:41.902Z Compiling float-cmp v0.9.0
15142023-10-21T14:49:42.276Z Compiling difflib v0.4.0
15152023-10-21T14:49:42.407Z Compiling smawk v0.3.1
15162023-10-21T14:49:42.766Z Compiling precomputed-hash v0.1.1
15172023-10-21T14:49:43.156Z Compiling new_debug_unreachable v1.0.4
15182023-10-21T14:49:43.301Z Compiling fixedbitset v0.4.2
15192023-10-21T14:49:44.070Z Compiling normalize-line-endings v0.3.0
15202023-10-21T14:49:44.257Z Compiling predicates-core v1.0.6
15212023-10-21T14:49:44.875Z Compiling unicode-linebreak v0.1.5
15222023-10-21T14:49:45.711Z Compiling parse-display-derive v0.7.0
15232023-10-21T14:49:45.769Z Compiling textwrap v0.16.0
15242023-10-21T14:49:46.216Z Compiling predicates v3.0.4
15252023-10-21T14:49:46.704Z Compiling petgraph v0.6.4
15262023-10-21T14:49:47.678Z Compiling string_cache v0.8.7
15272023-10-21T14:49:48.480Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15282023-10-21T14:49:49.597Z Compiling similar v2.2.1
15292023-10-21T14:49:51.513Z Compiling bit-set v0.5.3
15302023-10-21T14:49:51.975Z Compiling console v0.15.7
15312023-10-21T14:49:52.385Z Compiling bstr v1.6.0
15322023-10-21T14:49:52.512Z Compiling lalrpop-util v0.19.12
15332023-10-21T14:49:56.677Z Compiling diesel v2.1.1
15342023-10-21T14:50:04.184Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15352023-10-21T14:50:04.528Z Compiling proc-macro-crate v1.3.1
15362023-10-21T14:50:05.514Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15372023-10-21T14:50:13.152Z Compiling crucible-workspace-hack v0.1.0
15382023-10-21T14:50:35.954Z Compiling atty v0.2.14
15392023-10-21T14:50:38.579Z Compiling sha1 v0.10.5
15402023-10-21T14:50:39.283Z Compiling match_cfg v0.1.0
15412023-10-21T14:50:39.438Z Compiling hostname v0.3.1
15422023-10-21T14:50:45.660Z Compiling dirs-sys-next v0.1.2
15432023-10-21T14:50:46.719Z Compiling dirs-next v2.0.0
15442023-10-21T14:50:50.607Z Compiling thread_local v1.1.7
15452023-10-21T14:50:53.540Z Compiling term v0.7.0
15462023-10-21T14:50:53.657Z Compiling crossbeam-channel v0.5.8
15472023-10-21T14:50:55.732Z Compiling take_mut v0.2.2
15482023-10-21T14:50:55.757Z Compiling slog-term v2.9.0
15492023-10-21T14:50:57.842Z Compiling slog-json v2.6.1
15502023-10-21T14:50:57.993Z Compiling instant v0.1.12
15512023-10-21T14:50:58.457Z Compiling slog-bunyan v2.4.0
15522023-10-21T14:50:59.689Z Compiling strum v0.25.0
15532023-10-21T14:50:59.958Z Compiling atomic-waker v1.1.1
15542023-10-21T14:51:00.252Z Compiling waitgroup v0.1.2
15552023-10-21T14:51:00.584Z Compiling num_enum_derive v0.5.11
15562023-10-21T14:51:00.825Z Compiling serde_with v2.3.3
15572023-10-21T14:51:00.883Z Compiling async-stream v0.3.5
15582023-10-21T14:51:03.097Z Compiling serde_path_to_error v0.1.14
15592023-10-21T14:51:03.260Z Compiling libz-sys v1.1.12
15602023-10-21T14:51:03.286Z Compiling fastrand v2.0.0
15612023-10-21T14:51:04.217Z Compiling debug-ignore v1.0.5
15622023-10-21T14:51:04.632Z Compiling tempfile v3.8.0
15632023-10-21T14:51:06.429Z Compiling slog-dtrace v0.2.3
15642023-10-21T14:51:06.432Z Compiling proc-macro-error-attr v1.0.4
15652023-10-21T14:51:07.914Z Compiling backoff v0.4.0
15662023-10-21T14:51:08.187Z Compiling parse-display v0.7.0
15672023-10-21T14:51:08.796Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15682023-10-21T14:51:09.582Z Compiling macaddr v1.0.1
15692023-10-21T14:51:09.942Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15702023-10-21T14:51:10.312Z Compiling libgit2-sys v0.15.2+1.6.4
15712023-10-21T14:51:10.372Z Compiling proc-macro-error v1.0.4
15722023-10-21T14:51:11.047Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15732023-10-21T14:51:13.172Z Compiling libsqlite3-sys v0.26.0
15742023-10-21T14:51:13.680Z Compiling memoffset v0.7.1
15752023-10-21T14:51:14.109Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15762023-10-21T14:51:16.678Z Compiling foreign-types-macros v0.2.3
15772023-10-21T14:51:16.874Z Compiling vergen v8.2.4
15782023-10-21T14:51:17.857Z Compiling base64ct v1.6.0
15792023-10-21T14:51:20.791Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15802023-10-21T14:51:21.413Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15812023-10-21T14:51:26.884Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15822023-10-21T14:51:27.547Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15832023-10-21T14:51:28.461Z Compiling platforms v3.0.2
15842023-10-21T14:51:28.695Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15852023-10-21T14:51:28.804Z Compiling num_enum_derive v0.7.0
15862023-10-21T14:51:28.834Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15872023-10-21T14:51:29.159Z Compiling cfg-if v0.1.10
15882023-10-21T14:51:29.317Z Compiling password-hash v0.5.0
15892023-10-21T14:51:29.852Z Compiling heck v0.3.3
15902023-10-21T14:51:29.875Z Compiling curve25519-dalek v4.1.0
15912023-10-21T14:51:29.933Z Compiling blake2 v0.10.6
15922023-10-21T14:51:30.426Z Compiling libefi-sys v0.1.0
15932023-10-21T14:51:30.593Z Compiling structopt-derive v0.4.18
15942023-10-21T14:51:30.722Z Compiling argon2 v0.5.2
15952023-10-21T14:51:31.127Z Compiling zone_cfg_derive v0.2.0
15962023-10-21T14:51:32.673Z Compiling curve25519-dalek-derive v0.1.0
15972023-10-21T14:51:33.128Z Compiling num-derive v0.4.0
15982023-10-21T14:51:33.467Z Compiling same-file v1.0.6
15992023-10-21T14:51:33.842Z Compiling walkdir v2.4.0
16002023-10-21T14:51:34.072Z Compiling toml v0.5.11
16012023-10-21T14:51:34.966Z Compiling semver-parser v0.10.2
16022023-10-21T14:51:35.005Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16032023-10-21T14:51:35.347Z Compiling filetime v0.2.22
16042023-10-21T14:51:35.572Z Compiling xattr v1.0.1
16052023-10-21T14:51:35.859Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16062023-10-21T14:51:36.003Z Compiling getrandom v0.1.16
16072023-10-21T14:51:36.304Z Compiling erased-serde v0.3.30
16082023-10-21T14:51:36.491Z Compiling semver v0.11.0
16092023-10-21T14:51:36.641Z Compiling tar v0.4.40
16102023-10-21T14:51:37.080Z Compiling universal-hash v0.5.1
16112023-10-21T14:51:37.235Z Compiling bitstruct_derive v0.1.0
16122023-10-21T14:51:37.403Z Compiling async-recursion v1.0.5
16132023-10-21T14:51:37.727Z Compiling opaque-debug v0.3.0
16142023-10-21T14:51:37.883Z Compiling home v0.5.5
16152023-10-21T14:51:38.260Z Compiling toolchain_find v0.2.0
16162023-10-21T14:51:38.866Z Compiling num-rational v0.4.1
16172023-10-21T14:51:38.989Z Compiling unicase v2.7.0
16182023-10-21T14:51:39.103Z Compiling parking_lot_core v0.8.6
16192023-10-21T14:51:39.281Z Compiling rustfmt-wrapper v0.2.0
16202023-10-21T14:51:39.389Z Compiling omicron-zone-package v0.8.3
16212023-10-21T14:51:39.728Z Compiling num_enum v0.5.11
16222023-10-21T14:51:39.752Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16232023-10-21T14:51:39.965Z Compiling aead v0.5.2
16242023-10-21T14:51:40.421Z Compiling postcard-cobs v0.1.5-pre
16252023-10-21T14:51:40.469Z Compiling winapi v0.3.9
16262023-10-21T14:51:40.472Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16272023-10-21T14:51:40.730Z Compiling postcard v0.7.3
16282023-10-21T14:51:40.868Z Compiling polyval v0.6.1
16292023-10-21T14:51:41.130Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16302023-10-21T14:51:41.628Z Compiling smoltcp v0.8.2
16312023-10-21T14:51:41.778Z Compiling ctr v0.9.2
16322023-10-21T14:51:41.908Z Compiling aes v0.8.3
16332023-10-21T14:51:42.272Z Compiling thiserror-impl-no-std v2.0.2
16342023-10-21T14:51:42.319Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16352023-10-21T14:51:42.612Z Compiling foreign-types-shared v0.3.1
16362023-10-21T14:51:42.815Z Compiling foreign-types v0.5.0
16372023-10-21T14:51:43.776Z Compiling mime_guess v2.0.4
16382023-10-21T14:51:47.079Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16392023-10-21T14:51:47.082Z Compiling is-terminal v0.4.9
16402023-10-21T14:51:47.302Z Compiling toml_edit v0.20.0
16412023-10-21T14:51:48.196Z Compiling hashlink v0.8.3
16422023-10-21T14:51:49.255Z Compiling rand v0.4.6
16432023-10-21T14:51:50.643Z Compiling cstr-argument v0.1.2
16442023-10-21T14:51:51.355Z Compiling pretty-hex v0.2.1
16452023-10-21T14:51:51.672Z Compiling fallible-streaming-iterator v0.1.9
16462023-10-21T14:51:51.963Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16472023-10-21T14:51:52.089Z Compiling rusqlite v0.29.0
16482023-10-21T14:51:52.562Z Compiling toml v0.8.0
16492023-10-21T14:51:55.180Z Compiling twox-hash v1.6.3
16502023-10-21T14:51:55.500Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16512023-10-21T14:51:55.895Z Compiling colored v2.0.4
16522023-10-21T14:51:56.384Z Compiling nix v0.26.2
16532023-10-21T14:51:56.453Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16542023-10-21T14:51:58.445Z Compiling hkdf v0.12.3
16552023-10-21T14:51:58.833Z Compiling textwrap v0.11.0
16562023-10-21T14:51:59.190Z Compiling const_format_proc_macros v0.2.31
16572023-10-21T14:52:02.078Z Compiling linked-hash-map v0.5.6
16582023-10-21T14:52:02.410Z Compiling base64 v0.13.1
16592023-10-21T14:52:02.535Z Compiling strsim v0.8.0
16602023-10-21T14:52:02.697Z Compiling vec_map v0.8.2
16612023-10-21T14:52:02.788Z Compiling ansi_term v0.12.1
16622023-10-21T14:52:03.151Z Compiling quick-error v1.2.3
16632023-10-21T14:52:03.344Z Compiling resolv-conf v0.7.0
16642023-10-21T14:52:03.381Z Compiling clap v2.34.0
16652023-10-21T14:52:03.703Z Compiling lru-cache v0.1.2
16662023-10-21T14:52:06.168Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16672023-10-21T14:52:06.421Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16682023-10-21T14:52:08.609Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16692023-10-21T14:52:09.965Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16702023-10-21T14:52:10.026Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16712023-10-21T14:52:13.729Z Compiling num_enum v0.7.0
16722023-10-21T14:52:13.990Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16732023-10-21T14:52:15.912Z Compiling bincode v1.3.3
16742023-10-21T14:52:16.438Z Compiling utf-8 v0.7.6
16752023-10-21T14:52:17.061Z Compiling termcolor v1.2.0
16762023-10-21T14:52:17.460Z Compiling convert_case v0.4.0
16772023-10-21T14:52:17.602Z Compiling cancel-safe-futures v0.1.2
16782023-10-21T14:52:18.088Z Compiling humantime v2.1.0
16792023-10-21T14:52:18.983Z Compiling keccak v0.1.4
16802023-10-21T14:52:19.879Z Compiling sha3 v0.10.8
16812023-10-21T14:52:20.505Z Compiling derive_more v0.99.17
16822023-10-21T14:52:21.008Z Compiling env_logger v0.9.3
16832023-10-21T14:52:21.892Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16842023-10-21T14:52:29.844Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16852023-10-21T14:52:30.582Z Compiling structopt v0.3.26
16862023-10-21T14:52:30.845Z Compiling trust-dns-resolver v0.22.0
16872023-10-21T14:52:33.519Z Compiling aes-gcm-siv v0.11.1
16882023-10-21T14:52:33.545Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16892023-10-21T14:52:33.951Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16902023-10-21T14:52:34.160Z Compiling zone v0.2.0
16912023-10-21T14:52:36.346Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16922023-10-21T14:52:36.541Z Compiling secrecy v0.8.0
16932023-10-21T14:52:36.647Z Compiling smf v0.2.2
16942023-10-21T14:52:36.954Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16952023-10-21T14:52:37.528Z Compiling ringbuffer v0.15.0
16962023-10-21T14:52:38.193Z Compiling ascii v1.1.0
16972023-10-21T14:52:39.264Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16982023-10-21T14:52:39.540Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16992023-10-21T14:52:39.573Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17002023-10-21T14:52:41.268Z Compiling bitstruct v0.1.1
17012023-10-21T14:52:43.061Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17022023-10-21T14:52:43.750Z Compiling serde_arrays v0.1.0
17032023-10-21T14:52:44.049Z Compiling ff v0.13.0
17042023-10-21T14:52:44.191Z Compiling nibble_vec v0.1.0
17052023-10-21T14:52:44.401Z Compiling arc-swap v1.6.0
17062023-10-21T14:52:44.430Z Compiling endian-type v0.1.2
17072023-10-21T14:52:44.812Z Compiling radix_trie v0.2.1
17082023-10-21T14:52:44.878Z Compiling group v0.13.0
17092023-10-21T14:52:45.154Z Compiling slog-scope v4.4.0
17102023-10-21T14:52:45.514Z Compiling rand_core v0.5.1
17112023-10-21T14:52:45.961Z Compiling tungstenite v0.20.1
17122023-10-21T14:52:46.352Z Compiling poly1305 v0.8.0
17132023-10-21T14:52:47.872Z Compiling chacha20 v0.9.1
17142023-10-21T14:52:48.270Z Compiling crypto-bigint v0.5.2
17152023-10-21T14:52:48.487Z Compiling num-complex v0.4.4
17162023-10-21T14:52:48.546Z Compiling base16ct v0.2.0
17172023-10-21T14:52:48.718Z Compiling option-ext v0.2.0
17182023-10-21T14:52:49.017Z Compiling ciborium-io v0.2.1
17192023-10-21T14:52:49.219Z Compiling half v1.8.2
17202023-10-21T14:52:49.365Z Compiling dirs-sys v0.4.1
17212023-10-21T14:52:50.019Z Compiling ciborium-ll v0.2.1
17222023-10-21T14:52:50.255Z Compiling num v0.4.1
17232023-10-21T14:52:50.283Z Compiling tokio-tungstenite v0.20.1
17242023-10-21T14:52:50.419Z Compiling parking_lot v0.11.2
17252023-10-21T14:52:50.422Z Compiling rand_chacha v0.2.2
17262023-10-21T14:52:50.469Z Compiling trust-dns-client v0.22.0
17272023-10-21T14:52:50.545Z Compiling slog-stdlog v4.1.1
17282023-10-21T14:52:51.007Z Compiling thiserror-no-std v2.0.2
17292023-10-21T14:52:51.279Z Compiling elliptic-curve v0.13.5
17302023-10-21T14:52:52.141Z Compiling password-hash v0.4.2
17312023-10-21T14:52:52.199Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17322023-10-21T14:52:52.263Z Compiling ed25519 v2.2.2
17332023-10-21T14:52:53.579Z Compiling blowfish v0.9.1
17342023-10-21T14:52:53.752Z Compiling pbkdf2 v0.12.2
17352023-10-21T14:52:53.774Z Compiling fxhash v0.2.1
17362023-10-21T14:52:54.253Z Compiling sled v0.34.7
17372023-10-21T14:52:54.548Z Compiling bcrypt-pbkdf v0.10.0
17382023-10-21T14:52:54.620Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17392023-10-21T14:52:54.645Z Compiling pbkdf2 v0.11.0
17402023-10-21T14:52:55.141Z Compiling trust-dns-server v0.22.1
17412023-10-21T14:52:55.243Z Compiling ed25519-dalek v2.0.0
17422023-10-21T14:52:55.785Z Compiling vsss-rs v3.3.1
17432023-10-21T14:52:56.120Z Compiling russh-cryptovec v0.7.0
17442023-10-21T14:52:56.171Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17452023-10-21T14:52:56.597Z Compiling rand v0.7.3
17462023-10-21T14:52:57.545Z Compiling slog-envlogger v2.2.0
17472023-10-21T14:52:58.846Z Compiling ciborium v0.2.1
17482023-10-21T14:53:00.034Z Compiling dirs v5.0.1
17492023-10-21T14:53:00.274Z Compiling chacha20poly1305 v0.10.1
17502023-10-21T14:53:00.340Z Compiling tungstenite v0.18.0
17512023-10-21T14:53:00.591Z Compiling pem v1.1.1
17522023-10-21T14:53:01.467Z Compiling ron v0.7.1
17532023-10-21T14:53:01.729Z Compiling const_format v0.2.31
17542023-10-21T14:53:03.445Z Compiling ghash v0.5.0
17552023-10-21T14:53:04.661Z Compiling camino-tempfile v1.0.2
17562023-10-21T14:53:05.660Z Compiling cbc v0.1.2
17572023-10-21T14:53:05.720Z Compiling headers-core v0.2.0
17582023-10-21T14:53:06.010Z Compiling http-range v0.1.5
17592023-10-21T14:53:06.275Z Compiling pretty-hex v0.3.0
17602023-10-21T14:53:06.421Z Compiling md5 v0.7.0
17612023-10-21T14:53:06.581Z Compiling bit_field v0.10.2
17622023-10-21T14:53:06.617Z Compiling hyper-staticfile v0.9.5
17632023-10-21T14:53:06.924Z Compiling russh-keys v0.38.0
17642023-10-21T14:53:07.938Z Compiling headers v0.3.9
17652023-10-21T14:53:12.168Z Compiling aes-gcm v0.10.2
17662023-10-21T14:53:12.736Z Compiling tokio-tungstenite v0.18.0
17672023-10-21T14:53:12.766Z Compiling rcgen v0.10.0
17682023-10-21T14:53:19.365Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17692023-10-21T14:53:19.390Z Compiling atomicwrites v0.4.2
17702023-10-21T14:53:20.226Z Compiling subprocess v0.2.9
17712023-10-21T14:53:20.922Z Compiling hex-literal v0.4.1
17722023-10-21T14:53:21.154Z Compiling glob v0.3.1
17732023-10-21T14:53:21.157Z Compiling russh v0.38.0
17742023-10-21T14:53:28.173Z Compiling bzip2 v0.4.4
17752023-10-21T14:53:28.831Z Compiling zip v0.6.6
17762023-10-21T14:53:31.213Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17772023-10-21T14:53:31.795Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17782023-10-21T14:53:31.811Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17792023-10-21T14:53:31.846Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17802023-10-21T14:53:31.884Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17812023-10-21T14:53:32.086Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17822023-10-21T14:53:32.344Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17832023-10-21T14:53:32.817Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17842023-10-21T14:53:33.133Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17852023-10-21T14:53:34.897Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17862023-10-21T14:53:43.964Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17872023-10-21T14:53:52.216Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17882023-10-21T14:53:57.656Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17892023-10-21T14:53:59.310Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17902023-10-21T14:54:12.780Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17912023-10-21T14:54:14.288Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17922023-10-21T14:54:20.515Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17932023-10-21T14:54:22.200Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17942023-10-21T14:54:25.402Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17952023-10-21T14:54:26.159Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17962023-10-21T14:54:43.261Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17972023-10-21T14:55:08.410Z Compiling git2 v0.17.2
17982023-10-21T14:55:14.798Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17992023-10-21T14:55:16.838Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
18002023-10-21T14:55:29.729Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18012023-10-21T14:55:45.603Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18022023-10-21T14:55:45.913Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18032023-10-21T14:55:46.473Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18042023-10-21T14:55:50.350Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18052023-10-21T14:56:29.105Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18062023-10-21T14:58:02.370Z Finished dev [unoptimized + debuginfo] target(s) in 11m 01s
18072023-10-21T14:58:02.827Z
18082023-10-21T14:58:02.830Zreal 11:02.215565946
18092023-10-21T14:58:02.834Zuser 1:01:20.819327069
18102023-10-21T14:58:02.837Zsys 9:29.897928841
18112023-10-21T14:58:02.840Ztrap 2.553007657
18122023-10-21T14:58:02.844Ztflt 2.373646618
18132023-10-21T14:58:02.847Zdflt 6.363361517
18142023-10-21T14:58:02.852Zkflt 0.016084324
18152023-10-21T14:58:02.856Zlock 1:53:48.474088747
18162023-10-21T14:58:02.858Zslp 3:11:26.544521797
18172023-10-21T14:58:02.861Zlat 2:29.834566996
18182023-10-21T14:58:02.864Zstop 5:57.971232314
18192023-10-21T14:58:02.867Z+ mkdir -p /work/end-to-end-tests
18202023-10-21T14:58:02.874Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18212023-10-21T14:58:03.352Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18222023-10-21T14:58:03.355Z+ ptime -m gzip
18232023-10-21T14:58:03.358Z++ basename target/debug/bootstrap
18242023-10-21T14:58:20.390Z
18252023-10-21T14:58:20.588Zreal 17.031596064
18262023-10-21T14:58:20.591Zuser 16.845301715
18272023-10-21T14:58:20.594Zsys 0.180030122
18282023-10-21T14:58:20.597Ztrap 0.004438491
18292023-10-21T14:58:20.599Ztflt 0.000000000
18302023-10-21T14:58:20.602Zdflt 0.000000000
18312023-10-21T14:58:20.606Zkflt 0.000000000
18322023-10-21T14:58:20.609Zlock 0.000000000
18332023-10-21T14:58:20.612Zslp 0.000000000
18342023-10-21T14:58:20.615Zlat 0.001408791
18352023-10-21T14:58:20.618Zstop 0.000288242
18362023-10-21T14:58:20.621Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18372023-10-21T14:58:20.623Z+ ptime -m gzip
18382023-10-21T14:58:20.649Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-49e31e75b930b622
18392023-10-21T14:58:21.503Z
18402023-10-21T14:58:21.506Zreal 1.103591771
18412023-10-21T14:58:21.508Zuser 1.090879361
18422023-10-21T14:58:21.511Zsys 0.012015046
18432023-10-21T14:58:21.514Ztrap 0.000161100
18442023-10-21T14:58:21.517Ztflt 0.000000000
18452023-10-21T14:58:21.520Zdflt 0.000000000
18462023-10-21T14:58:21.522Zkflt 0.000000000
18472023-10-21T14:58:21.525Zlock 0.000000000
18482023-10-21T14:58:21.528Zslp 0.000000000
18492023-10-21T14:58:21.531Zlat 0.000165893
18502023-10-21T14:58:21.534Zstop 0.000254956
18512023-10-21T14:58:21.536Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18522023-10-21T14:58:21.539Z+ ptime -m gzip
18532023-10-21T14:58:21.542Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a91cf9af3457d280
18542023-10-21T14:58:40.807Z
18552023-10-21T14:58:40.809Zreal 19.296504356
18562023-10-21T14:58:40.812Zuser 19.083157995
18572023-10-21T14:58:40.815Zsys 0.207503659
18582023-10-21T14:58:40.820Ztrap 0.004375316
18592023-10-21T14:58:40.826Ztflt 0.000000000
18602023-10-21T14:58:40.829Zdflt 0.000000000
18612023-10-21T14:58:40.832Zkflt 0.000000000
18622023-10-21T14:58:40.836Zlock 0.000000000
18632023-10-21T14:58:40.839Zslp 0.000000000
18642023-10-21T14:58:40.842Zlat 0.001082677
18652023-10-21T14:58:40.845Zstop 0.000267068
18662023-10-21T14:58:40.848Z+ banner caboose-util
18672023-10-21T14:58:40.851Z
18682023-10-21T14:58:40.854Z #### ## ##### #### #### #### ###### # # #####
18692023-10-21T14:58:40.857Z # # # # # # # # # # # # # # #
18702023-10-21T14:58:40.860Z # # # ##### # # # # #### ##### ##### # # #
18712023-10-21T14:58:40.862Z # ###### # # # # # # # # # # #
18722023-10-21T14:58:40.865Z # # # # # # # # # # # # # # # #
18732023-10-21T14:58:40.867Z #### # # ##### #### #### #### ###### #### #
18742023-10-21T14:58:40.870Z
18752023-10-21T14:58:40.873Z+ ptime -m cargo build --locked -p caboose-util --release
18762023-10-21T14:58:41.538Z Downloading crates ...
18772023-10-21T14:58:41.831Z Downloaded path-slash v0.1.5
18782023-10-21T14:58:41.840Z Downloaded ron v0.8.1
18792023-10-21T14:58:41.851Z Downloaded crc v3.0.1
18802023-10-21T14:58:41.854Z Downloaded der_derive v0.7.2
18812023-10-21T14:58:41.857Z Downloaded maybe-uninit v2.0.0
18822023-10-21T14:58:41.859Z Downloaded packed_struct_codegen v0.10.1
18832023-10-21T14:58:41.863Z Downloaded nodrop v0.1.14
18842023-10-21T14:58:41.866Z Downloaded serde-hex v0.1.0
18852023-10-21T14:58:41.869Z Downloaded bitfield v0.14.0
18862023-10-21T14:58:41.872Z Downloaded crc-catalog v2.2.0
18872023-10-21T14:58:41.875Z Downloaded packed_struct v0.10.1
18882023-10-21T14:58:41.878Z Downloaded env_logger v0.10.0
18892023-10-21T14:58:41.880Z Downloaded crc-any v2.4.3
18902023-10-21T14:58:41.883Z Downloaded pem-rfc7468 v0.7.0
18912023-10-21T14:58:41.886Z Downloaded rsa v0.9.2
18922023-10-21T14:58:41.890Z Downloaded num-bigint-dig v0.8.4
18932023-10-21T14:58:41.904Z Downloaded object v0.30.4
18942023-10-21T14:58:41.920Z Downloaded x509-cert v0.2.4
18952023-10-21T14:58:41.930Z Downloaded pkcs1 v0.7.5
18962023-10-21T14:58:41.933Z Downloaded flagset v0.4.3
18972023-10-21T14:58:41.936Z Downloaded smallvec v0.6.14
18982023-10-21T14:58:41.939Z Downloaded array-init v0.0.4
18992023-10-21T14:58:42.103Z Compiling proc-macro2 v1.0.67
19002023-10-21T14:58:42.106Z Compiling unicode-ident v1.0.12
19012023-10-21T14:58:42.109Z Compiling libc v0.2.149
19022023-10-21T14:58:42.112Z Compiling autocfg v1.1.0
19032023-10-21T14:58:42.114Z Compiling serde v1.0.188
19042023-10-21T14:58:42.117Z Compiling version_check v0.9.4
19052023-10-21T14:58:42.120Z Compiling cfg-if v1.0.0
19062023-10-21T14:58:42.283Z Compiling parking_lot_core v0.9.8
19072023-10-21T14:58:42.294Z Compiling syn v1.0.109
19082023-10-21T14:58:42.377Z Compiling once_cell v1.18.0
19092023-10-21T14:58:42.899Z Compiling typenum v1.16.0
19102023-10-21T14:58:42.935Z Compiling libm v0.2.7
19112023-10-21T14:58:43.047Z Compiling futures-core v0.3.28
19122023-10-21T14:58:43.247Z Compiling generic-array v0.14.7
19132023-10-21T14:58:43.322Z Compiling lock_api v0.4.10
19142023-10-21T14:58:43.374Z Compiling num-traits v0.2.16
19152023-10-21T14:58:43.482Z Compiling pkg-config v0.3.27
19162023-10-21T14:58:43.728Z Compiling slab v0.4.9
19172023-10-21T14:58:43.778Z Compiling futures-task v0.3.28
19182023-10-21T14:58:44.156Z Compiling futures-channel v0.3.28
19192023-10-21T14:58:44.252Z Compiling serde_json v1.0.107
19202023-10-21T14:58:44.338Z Compiling quote v1.0.33
19212023-10-21T14:58:44.399Z Compiling scopeguard v1.2.0
19222023-10-21T14:58:44.589Z Compiling thiserror v1.0.49
19232023-10-21T14:58:44.675Z Compiling futures-util v0.3.28
19242023-10-21T14:58:44.800Z Compiling itoa v1.0.9
19252023-10-21T14:58:45.139Z Compiling syn v2.0.32
19262023-10-21T14:58:45.226Z Compiling jobserver v0.1.26
19272023-10-21T14:58:45.239Z Compiling getrandom v0.2.10
19282023-10-21T14:58:45.357Z Compiling memchr v2.6.3
19292023-10-21T14:58:45.748Z Compiling cc v1.0.83
19302023-10-21T14:58:46.862Z Compiling ahash v0.8.3
19312023-10-21T14:58:47.043Z Compiling smallvec v1.11.0
19322023-10-21T14:58:47.334Z Compiling vcpkg v0.2.15
19332023-10-21T14:58:47.917Z Compiling log v0.4.20
19342023-10-21T14:58:48.236Z Compiling byteorder v1.4.3
19352023-10-21T14:58:49.127Z Compiling rand_core v0.6.4
19362023-10-21T14:58:49.599Z Compiling pin-project-lite v0.2.13
19372023-10-21T14:58:49.908Z Compiling parking_lot v0.12.1
19382023-10-21T14:58:50.495Z Compiling indexmap v1.9.3
19392023-10-21T14:58:50.699Z Compiling ring v0.16.20
19402023-10-21T14:58:50.712Z Compiling openssl-sys v0.9.93
19412023-10-21T14:58:52.371Z Compiling io-lifetimes v1.0.11
19422023-10-21T14:58:53.269Z Compiling num-integer v0.1.45
19432023-10-21T14:58:53.679Z Compiling semver v1.0.18
19442023-10-21T14:58:53.755Z Compiling const-oid v0.9.5
19452023-10-21T14:58:54.333Z Compiling ryu v1.0.15
19462023-10-21T14:58:54.812Z Compiling spin v0.5.2
19472023-10-21T14:58:55.676Z Compiling rustix v0.37.23
19482023-10-21T14:58:56.566Z Compiling mio v0.8.8
19492023-10-21T14:58:56.773Z Compiling num_cpus v1.16.0
19502023-10-21T14:58:56.949Z Compiling socket2 v0.5.4
19512023-10-21T14:58:57.068Z Compiling signal-hook-registry v1.4.1
19522023-10-21T14:58:57.596Z Compiling heck v0.4.1
19532023-10-21T14:58:57.601Z Compiling unicode-xid v0.2.4
19542023-10-21T14:58:57.833Z Compiling httparse v1.8.0
19552023-10-21T14:58:58.250Z Compiling openssl v0.10.57
19562023-10-21T14:58:58.253Z Compiling futures-sink v0.3.28
19572023-10-21T14:58:58.424Z Compiling ucd-trie v0.1.6
19582023-10-21T14:58:58.445Z Compiling synstructure v0.12.6
19592023-10-21T14:58:58.866Z Compiling tinyvec_macros v0.1.1
19602023-10-21T14:58:58.990Z Compiling tinyvec v1.6.0
19612023-10-21T14:59:00.694Z Compiling native-tls v0.2.11
19622023-10-21T14:59:01.066Z Compiling radium v0.7.0
19632023-10-21T14:59:01.163Z Compiling futures-io v0.3.28
19642023-10-21T14:59:01.707Z Compiling pin-utils v0.1.0
19652023-10-21T14:59:01.831Z Compiling ppv-lite86 v0.2.17
19662023-10-21T14:59:01.844Z Compiling crc32fast v1.3.2
19672023-10-21T14:59:01.847Z Compiling rustls v0.21.7
19682023-10-21T14:59:02.235Z Compiling unicode-normalization v0.1.22
19692023-10-21T14:59:02.250Z Compiling bzip2-sys v0.1.11+1.0.8
19702023-10-21T14:59:02.776Z Compiling tracing-core v0.1.31
19712023-10-21T14:59:02.969Z Compiling subtle v2.5.0
19722023-10-21T14:59:03.276Z Compiling rand_chacha v0.3.1
19732023-10-21T14:59:03.299Z Compiling unicode-bidi v0.3.13
19742023-10-21T14:59:03.934Z Compiling rand v0.8.5
19752023-10-21T14:59:05.791Z Compiling errno v0.3.2
19762023-10-21T14:59:05.964Z Compiling num-iter v0.1.43
19772023-10-21T14:59:06.086Z Compiling usdt-impl v0.3.5
19782023-10-21T14:59:06.119Z Compiling base64 v0.21.4
19792023-10-21T14:59:06.980Z Compiling rustix v0.38.9
19802023-10-21T14:59:07.133Z Compiling schemars v0.8.13
19812023-10-21T14:59:08.208Z Compiling serde_derive v1.0.188
19822023-10-21T14:59:08.359Z Compiling zeroize_derive v1.4.2
19832023-10-21T14:59:08.457Z Compiling tokio-macros v2.1.0
19842023-10-21T14:59:08.561Z Compiling thiserror-impl v1.0.49
19852023-10-21T14:59:08.724Z Compiling futures-macro v0.3.28
19862023-10-21T14:59:08.872Z Compiling tracing-attributes v0.1.26
19872023-10-21T14:59:09.583Z Compiling zerocopy-derive v0.2.0
19882023-10-21T14:59:10.036Z Compiling openssl-macros v0.1.1
19892023-10-21T14:59:10.641Z Compiling zeroize v1.6.0
19902023-10-21T14:59:11.447Z Compiling zerocopy-derive v0.6.4
19912023-10-21T14:59:13.471Z Compiling pest v2.7.2
19922023-10-21T14:59:13.636Z Compiling crypto-common v0.1.6
19932023-10-21T14:59:13.754Z Compiling block-buffer v0.10.4
19942023-10-21T14:59:14.159Z Compiling digest v0.10.7
19952023-10-21T14:59:14.491Z Compiling tracing v0.1.37
19962023-10-21T14:59:14.909Z Compiling serde_derive_internals v0.26.0
19972023-10-21T14:59:17.361Z Compiling bitflags v1.3.2
19982023-10-21T14:59:17.553Z Compiling pest_meta v2.7.2
19992023-10-21T14:59:18.309Z Compiling untrusted v0.7.1
20002023-10-21T14:59:18.621Z Compiling fnv v1.0.7
20012023-10-21T14:59:19.035Z Compiling schemars_derive v0.8.13
20022023-10-21T14:59:20.520Z Compiling pest_generator v2.7.2
20032023-10-21T14:59:24.257Z Compiling zerocopy v0.3.0
20042023-10-21T14:59:24.750Z Compiling pest_derive v2.7.2
20052023-10-21T14:59:24.987Z Compiling lazy_static v1.4.0
20062023-10-21T14:59:25.590Z Compiling backtrace v0.3.69
20072023-10-21T14:59:25.602Z Compiling memoffset v0.9.0
20082023-10-21T14:59:25.605Z Compiling num-bigint v0.4.4
20092023-10-21T14:59:25.807Z Compiling smoltcp v0.9.1
20102023-10-21T14:59:26.043Z Compiling crossbeam-utils v0.8.16
20112023-10-21T14:59:26.190Z Compiling hashbrown v0.12.3
20122023-10-21T14:59:26.247Z Compiling iana-time-zone v0.1.57
20132023-10-21T14:59:26.383Z Compiling async-trait v0.1.73
20142023-10-21T14:59:26.694Z Compiling openssl-probe v0.1.5
20152023-10-21T14:59:26.807Z Compiling allocator-api2 v0.2.16
20162023-10-21T14:59:26.874Z Compiling foreign-types-shared v0.1.1
20172023-10-21T14:59:27.039Z Compiling base64ct v1.6.0
20182023-10-21T14:59:27.051Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20192023-10-21T14:59:28.187Z Compiling percent-encoding v2.3.0
20202023-10-21T14:59:28.191Z Compiling hashbrown v0.14.0
20212023-10-21T14:59:28.389Z Compiling pem-rfc7468 v0.7.0
20222023-10-21T14:59:28.810Z Compiling foreign-types v0.3.2
20232023-10-21T14:59:28.940Z Compiling dtrace-parser v0.1.14
20242023-10-21T14:59:29.860Z Compiling dof v0.1.5
20252023-10-21T14:59:30.203Z Compiling clap_derive v4.4.2
20262023-10-21T14:59:30.601Z Compiling der_derive v0.7.2
20272023-10-21T14:59:32.047Z Compiling bytes v1.5.0
20282023-10-21T14:59:32.421Z Compiling bitflags v2.4.0
20292023-10-21T14:59:33.802Z Compiling tokio v1.33.0
20302023-10-21T14:59:33.840Z Compiling rustc_version v0.4.0
20312023-10-21T14:59:34.209Z Compiling http v0.2.9
20322023-10-21T14:59:34.916Z Compiling heapless v0.7.16
20332023-10-21T14:59:35.505Z Compiling uuid v1.4.1
20342023-10-21T14:59:36.284Z Compiling chrono v0.4.31
20352023-10-21T14:59:36.580Z Compiling thread-id v4.2.0
20362023-10-21T14:59:36.736Z Compiling anstyle v1.0.2
20372023-10-21T14:59:37.037Z Compiling try-lock v0.2.4
20382023-10-21T14:59:37.951Z Compiling equivalent v1.0.1
20392023-10-21T14:59:38.115Z Compiling adler v1.0.2
20402023-10-21T14:59:38.188Z Compiling rustversion v1.0.14
20412023-10-21T14:59:38.231Z Compiling flagset v0.4.3
20422023-10-21T14:59:38.433Z Compiling utf8parse v0.2.1
20432023-10-21T14:59:38.579Z Compiling siphasher v0.3.11
20442023-10-21T14:59:38.727Z Compiling cpufeatures v0.2.9
20452023-10-21T14:59:38.740Z Compiling time-core v0.1.1
20462023-10-21T14:59:38.990Z Compiling time-macros v0.2.13
20472023-10-21T14:59:39.234Z Compiling sha2 v0.10.7
20482023-10-21T14:59:39.237Z Compiling anstyle-parse v0.2.1
20492023-10-21T14:59:42.194Z Compiling der v0.7.8
20502023-10-21T14:59:42.528Z Compiling miniz_oxide v0.7.1
20512023-10-21T14:59:44.048Z Compiling indexmap v2.0.0
20522023-10-21T14:59:45.501Z Compiling want v0.3.1
20532023-10-21T14:59:45.919Z Compiling http-body v0.4.5
20542023-10-21T14:59:48.709Z Compiling tokio-util v0.7.8
20552023-10-21T14:59:51.114Z Compiling h2 v0.3.21
20562023-10-21T14:59:53.093Z Compiling serde_tokenstream v0.1.7
20572023-10-21T14:59:54.649Z Compiling form_urlencoded v1.2.0
20582023-10-21T14:59:55.123Z Compiling sct v0.7.0
20592023-10-21T14:59:55.574Z Compiling rustls-webpki v0.101.4
20602023-10-21T14:59:56.423Z Compiling hubpack_derive v0.1.1
20612023-10-21T14:59:56.886Z Compiling aho-corasick v1.0.4
20622023-10-21T14:59:57.261Z Compiling socket2 v0.4.9
20632023-10-21T14:59:57.684Z Compiling crossbeam-epoch v0.9.15
20642023-10-21T14:59:58.297Z Compiling colorchoice v1.0.0
20652023-10-21T14:59:58.640Z Compiling tap v1.0.1
20662023-10-21T14:59:58.928Z Compiling regex-syntax v0.7.5
20672023-10-21T14:59:58.940Z Compiling slog v2.7.0
20682023-10-21T15:00:00.231Z Compiling anstyle-query v1.0.0
20692023-10-21T15:00:00.265Z Compiling httpdate v1.0.3
20702023-10-21T15:00:00.401Z Compiling anyhow v1.0.75
20712023-10-21T15:00:00.433Z Compiling tower-service v0.3.2
20722023-10-21T15:00:00.607Z Compiling anstream v0.5.0
20732023-10-21T15:00:01.791Z Compiling wyz v0.5.1
20742023-10-21T15:00:03.317Z Compiling hyper v0.14.27
20752023-10-21T15:00:06.177Z Compiling regex-automata v0.3.8
20762023-10-21T15:00:11.012Z Compiling terminal_size v0.2.6
20772023-10-21T15:00:11.346Z Compiling spki v0.7.2
20782023-10-21T15:00:12.569Z Compiling rustls-pemfile v1.0.3
20792023-10-21T15:00:13.104Z Compiling md-5 v0.10.5
20802023-10-21T15:00:13.506Z Compiling hmac v0.12.1
20812023-10-21T15:00:13.700Z Compiling zerocopy v0.6.4
20822023-10-21T15:00:14.232Z Compiling idna v0.4.0
20832023-10-21T15:00:14.923Z Compiling stringprep v0.1.3
20842023-10-21T15:00:16.582Z Compiling diesel_table_macro_syntax v0.1.0
20852023-10-21T15:00:16.603Z Compiling hash32 v0.2.1
20862023-10-21T15:00:16.806Z Compiling spin v0.9.8
20872023-10-21T15:00:17.158Z Compiling dyn-clone v1.0.13
20882023-10-21T15:00:17.203Z Compiling clap_lex v0.5.1
20892023-10-21T15:00:17.439Z Compiling fallible-iterator v0.2.0
20902023-10-21T15:00:17.713Z Compiling gimli v0.28.0
20912023-10-21T15:00:18.473Z Compiling funty v2.0.0
20922023-10-21T15:00:18.721Z Compiling strsim v0.10.0
20932023-10-21T15:00:20.174Z Compiling either v1.9.0
20942023-10-21T15:00:20.745Z Compiling maybe-uninit v2.0.0
20952023-10-21T15:00:21.545Z Compiling stable_deref_trait v1.2.0
20962023-10-21T15:00:22.288Z Compiling bitvec v1.0.1
20972023-10-21T15:00:22.489Z Compiling clap_builder v4.4.2
20982023-10-21T15:00:22.505Z Compiling postgres-protocol v0.6.6
20992023-10-21T15:00:23.526Z Compiling diesel_derives v2.1.1
21002023-10-21T15:00:24.557Z Compiling url v2.4.1
21012023-10-21T15:00:25.027Z Compiling tokio-rustls v0.24.1
21022023-10-21T15:00:25.601Z Compiling addr2line v0.21.0
21032023-10-21T15:00:26.665Z Compiling strum_macros v0.25.2
21042023-10-21T15:00:27.490Z Compiling rustls-native-certs v0.6.3
21052023-10-21T15:00:28.349Z Compiling tokio-native-tls v0.3.1
21062023-10-21T15:00:29.746Z Compiling usdt-macro v0.3.5
21072023-10-21T15:00:31.209Z Compiling usdt-attr-macro v0.3.5
21082023-10-21T15:00:33.354Z Compiling phf_shared v0.11.2
21092023-10-21T15:00:33.421Z Compiling toml_datetime v0.6.3
21102023-10-21T15:00:33.946Z Compiling serde_spanned v0.6.3
21112023-10-21T15:00:34.569Z Compiling block-padding v0.3.3
21122023-10-21T15:00:34.810Z Compiling enum-as-inner v0.5.1
21132023-10-21T15:00:34.929Z Compiling serde_repr v0.1.16
21142023-10-21T15:00:36.406Z Compiling scheduled-thread-pool v0.2.7
21152023-10-21T15:00:36.640Z Compiling object v0.32.1
21162023-10-21T15:00:45.684Z Compiling num-bigint-dig v0.8.4
21172023-10-21T15:00:46.681Z Compiling managed v0.8.0
21182023-10-21T15:00:47.117Z Compiling num_threads v0.1.6
21192023-10-21T15:00:47.294Z Compiling bit-vec v0.6.3
21202023-10-21T15:00:47.420Z Compiling unicode-width v0.1.10
21212023-10-21T15:00:48.400Z Compiling ipnet v2.8.0
21222023-10-21T15:00:49.757Z Compiling deranged v0.3.8
21232023-10-21T15:00:49.893Z Compiling matches v0.1.10
21242023-10-21T15:00:50.027Z Compiling packed_struct v0.10.1
21252023-10-21T15:00:50.276Z Compiling rustc-demangle v0.1.23
21262023-10-21T15:00:50.623Z Compiling regex-automata v0.1.10
21272023-10-21T15:00:51.621Z Compiling winnow v0.5.15
21282023-10-21T15:00:53.040Z Compiling time v0.3.27
21292023-10-21T15:00:57.979Z Compiling toml_edit v0.19.15
21302023-10-21T15:00:58.788Z Compiling bstr v0.2.17
21312023-10-21T15:01:01.597Z Compiling idna v0.2.3
21322023-10-21T15:01:09.310Z Compiling r2d2 v0.8.10
21332023-10-21T15:01:10.717Z Compiling inout v0.1.3
21342023-10-21T15:01:13.228Z Compiling phf v0.11.2
21352023-10-21T15:01:13.714Z Compiling clap v4.4.3
21362023-10-21T15:01:13.884Z Compiling hyper-tls v0.5.0
21372023-10-21T15:01:14.411Z Compiling hyper-rustls v0.24.1
21382023-10-21T15:01:14.414Z Compiling ipnetwork v0.20.0
21392023-10-21T15:01:15.534Z Compiling flate2 v1.0.27
21402023-10-21T15:01:15.737Z Compiling postgres-types v0.2.6
21412023-10-21T15:01:17.208Z Compiling itertools v0.11.0
21422023-10-21T15:01:17.243Z Compiling regex v1.9.5
21432023-10-21T15:01:18.240Z Compiling pkcs8 v0.10.2
21442023-10-21T15:01:19.350Z Compiling hubpack v0.1.2
21452023-10-21T15:01:19.430Z Compiling serde_urlencoded v0.7.1
21462023-10-21T15:01:20.082Z Compiling phf_shared v0.10.0
21472023-10-21T15:01:20.809Z Compiling futures-executor v0.3.28
21482023-10-21T15:01:22.384Z Compiling signature v2.1.0
21492023-10-21T15:01:22.833Z Compiling packed_struct_codegen v0.10.1
21502023-10-21T15:01:24.251Z Compiling float-cmp v0.9.0
21512023-10-21T15:01:24.687Z Compiling encoding_rs v0.8.33
21522023-10-21T15:01:24.956Z Compiling crc-catalog v2.2.0
21532023-10-21T15:01:25.086Z Compiling normalize-line-endings v0.3.0
21542023-10-21T15:01:25.180Z Compiling whoami v1.4.1
21552023-10-21T15:01:25.261Z Compiling smawk v0.3.1
21562023-10-21T15:01:25.587Z Compiling data-encoding v2.4.0
21572023-10-21T15:01:27.108Z Compiling mime v0.3.17
21582023-10-21T15:01:27.560Z Compiling nodrop v0.1.14
21592023-10-21T15:01:27.931Z Compiling difflib v0.4.0
21602023-10-21T15:01:28.006Z Compiling fixedbitset v0.4.2
21612023-10-21T15:01:28.720Z Compiling predicates-core v1.0.6
21622023-10-21T15:01:29.218Z Compiling webpki-roots v0.25.2
21632023-10-21T15:01:29.325Z Compiling unicode-linebreak v0.1.5
21642023-10-21T15:01:29.473Z Compiling new_debug_unreachable v1.0.4
21652023-10-21T15:01:29.599Z Compiling precomputed-hash v0.1.1
21662023-10-21T15:01:29.754Z Compiling static_assertions v1.1.0
21672023-10-21T15:01:30.126Z Compiling unicode-segmentation v1.10.1
21682023-10-21T15:01:30.458Z Compiling textwrap v0.16.0
21692023-10-21T15:01:31.262Z Compiling similar v2.2.1
21702023-10-21T15:01:31.570Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21712023-10-21T15:01:32.299Z Compiling string_cache v0.8.7
21722023-10-21T15:01:32.966Z Compiling reqwest v0.11.20
21732023-10-21T15:01:34.879Z Compiling predicates v3.0.4
21742023-10-21T15:01:37.318Z Compiling petgraph v0.6.4
21752023-10-21T15:01:41.717Z Compiling array-init v0.0.4
21762023-10-21T15:01:44.065Z Compiling trust-dns-proto v0.22.0
21772023-10-21T15:01:45.099Z Compiling tokio-postgres v0.7.10
21782023-10-21T15:01:51.953Z Compiling crc v3.0.1
21792023-10-21T15:01:57.571Z Compiling futures v0.3.28
21802023-10-21T15:02:01.454Z Compiling pkcs1 v0.7.5
21812023-10-21T15:02:01.608Z Compiling smallvec v0.6.14
21822023-10-21T15:02:01.796Z Compiling yasna v0.5.2
21832023-10-21T15:02:02.197Z Compiling diesel v2.1.1
21842023-10-21T15:02:02.559Z Compiling cipher v0.4.4
21852023-10-21T15:02:05.744Z Compiling toml v0.7.8
21862023-10-21T15:02:08.086Z Compiling bit-set v0.5.3
21872023-10-21T15:02:08.491Z Compiling console v0.15.7
21882023-10-21T15:02:08.556Z Compiling usdt v0.3.5
21892023-10-21T15:02:08.591Z Compiling is-terminal v0.4.9
21902023-10-21T15:02:09.757Z Compiling itertools v0.10.5
21912023-10-21T15:02:10.712Z Compiling bstr v1.6.0
21922023-10-21T15:02:11.201Z Compiling tokio-stream v0.1.14
21932023-10-21T15:02:12.831Z Compiling openapiv3 v1.0.3
21942023-10-21T15:02:13.006Z Compiling hex v0.4.3
21952023-10-21T15:02:14.880Z Compiling hashbrown v0.13.2
21962023-10-21T15:02:17.670Z Compiling bitfield v0.14.0
21972023-10-21T15:02:19.643Z Compiling termcolor v1.2.0
21982023-10-21T15:02:21.896Z Compiling lalrpop-util v0.19.12
21992023-10-21T15:02:25.596Z Compiling env_logger v0.10.0
22002023-10-21T15:02:29.503Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22012023-10-21T15:02:37.491Z Compiling rsa v0.9.2
22022023-10-21T15:02:47.087Z Compiling serde-hex v0.1.0
22032023-10-21T15:02:48.169Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22042023-10-21T15:02:58.131Z Compiling x509-cert v0.2.4
22052023-10-21T15:02:58.831Z Compiling ron v0.8.1
22062023-10-21T15:03:00.603Z Compiling crc-any v2.4.3
22072023-10-21T15:03:22.736Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22082023-10-21T15:03:34.011Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22092023-10-21T15:03:46.157Z Compiling object v0.30.4
22102023-10-21T15:03:58.160Z Compiling path-slash v0.1.5
22112023-10-21T15:04:13.817Z Compiling bzip2 v0.4.4
22122023-10-21T15:04:14.425Z Compiling zip v0.6.6
22132023-10-21T15:04:16.639Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22142023-10-21T15:04:17.017Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22152023-10-21T15:04:47.279Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22162023-10-21T15:04:48.401Z Finished release [optimized] target(s) in 6m 07s
22172023-10-21T15:04:48.475Z
22182023-10-21T15:04:48.478Zreal 6:07.661603204
22192023-10-21T15:04:48.481Zuser 42:26.766143556
22202023-10-21T15:04:48.484Zsys 3:35.034955993
22212023-10-21T15:04:48.488Ztrap 1.791460280
22222023-10-21T15:04:48.491Ztflt 1.237176644
22232023-10-21T15:04:48.493Zdflt 0.558990909
22242023-10-21T15:04:48.496Zkflt 0.000227054
22252023-10-21T15:04:48.498Zlock 1:37:59.101329002
22262023-10-21T15:04:48.501Zslp 2:25:15.173579625
22272023-10-21T15:04:48.504Zlat 1:41.277508186
22282023-10-21T15:04:48.506Zstop 1:28.130908644
22292023-10-21T15:04:48.513Z+ ptime -m gzip
22302023-10-21T15:04:49.138Z
22312023-10-21T15:04:49.140Zreal 0.655981385
22322023-10-21T15:04:49.143Zuser 0.648301150
22332023-10-21T15:04:49.146Zsys 0.007074164
22342023-10-21T15:04:49.149Ztrap 0.000098502
22352023-10-21T15:04:49.151Ztflt 0.000000000
22362023-10-21T15:04:49.154Zdflt 0.000000000
22372023-10-21T15:04:49.157Zkflt 0.000000000
22382023-10-21T15:04:49.160Zlock 0.000000000
22392023-10-21T15:04:49.162Zslp 0.000000000
22402023-10-21T15:04:49.166Zlat 0.000171815
22412023-10-21T15:04:49.169Zstop 0.000226875
22422023-10-21T15:04:49.172Z+ banner tufaceous
22432023-10-21T15:04:49.174Z
22442023-10-21T15:04:49.177Z ##### # # ###### ## #### ###### #### # # ####
22452023-10-21T15:04:49.179Z # # # # # # # # # # # # # #
22462023-10-21T15:04:49.182Z # # # ##### # # # ##### # # # # ####
22472023-10-21T15:04:49.185Z # # # # ###### # # # # # # #
22482023-10-21T15:04:49.187Z # # # # # # # # # # # # # # #
22492023-10-21T15:04:49.190Z # #### # # # #### ###### #### #### ####
22502023-10-21T15:04:49.193Z
22512023-10-21T15:04:49.195Z+ ptime -m cargo build --locked -p tufaceous --release
22522023-10-21T15:04:49.893Z Downloading crates ...
22532023-10-21T15:04:50.246Z Downloaded snafu v0.7.5
22542023-10-21T15:04:50.257Z Downloaded serde_plain v1.0.2
22552023-10-21T15:04:50.260Z Downloaded path-dedot v3.1.0
22562023-10-21T15:04:50.263Z Downloaded doc-comment v0.3.3
22572023-10-21T15:04:50.265Z Downloaded fs-err v2.9.0
22582023-10-21T15:04:50.268Z Downloaded globset v0.4.13
22592023-10-21T15:04:50.270Z Downloaded snafu-derive v0.7.5
22602023-10-21T15:04:50.273Z Downloaded tough v0.12.5
22612023-10-21T15:04:50.282Z Downloaded buf-list v1.0.3
22622023-10-21T15:04:50.286Z Downloaded olpc-cjson v0.1.3
22632023-10-21T15:04:50.288Z Downloaded path-absolutize v3.1.0
22642023-10-21T15:04:50.291Z Downloaded bytesize v1.3.0
22652023-10-21T15:04:50.448Z Compiling serde_tokenstream v0.2.0
22662023-10-21T15:04:50.465Z Compiling regress v0.7.1
22672023-10-21T15:04:50.478Z Compiling dirs-sys-next v0.1.2
22682023-10-21T15:04:50.481Z Compiling ident_case v1.0.1
22692023-10-21T15:04:50.506Z Compiling thread_local v1.1.7
22702023-10-21T15:04:50.509Z Compiling slog-async v2.8.0
22712023-10-21T15:04:50.512Z Compiling camino v1.1.6
22722023-10-21T15:04:50.727Z Compiling dirs-next v2.0.0
22732023-10-21T15:04:51.105Z Compiling darling_core v0.20.3
22742023-10-21T15:04:51.150Z Compiling heck v0.4.1
22752023-10-21T15:04:51.345Z Compiling term v0.7.0
22762023-10-21T15:04:51.424Z Compiling crossbeam-channel v0.5.8
22772023-10-21T15:04:51.800Z Compiling getopts v0.2.21
22782023-10-21T15:04:52.355Z Compiling structmeta-derive v0.1.6
22792023-10-21T15:04:53.225Z Compiling atty v0.2.14
22802023-10-21T15:04:53.326Z Compiling multer v2.1.0
22812023-10-21T15:04:53.441Z Compiling match_cfg v0.1.0
22822023-10-21T15:04:53.578Z Compiling unsafe-libyaml v0.2.9
22832023-10-21T15:04:53.749Z Compiling take_mut v0.2.2
22842023-10-21T15:04:53.993Z Compiling paste v1.0.14
22852023-10-21T15:04:54.386Z Compiling doc-comment v0.3.3
22862023-10-21T15:04:55.428Z Compiling hostname v0.3.1
22872023-10-21T15:04:55.824Z Compiling slog-term v2.9.0
22882023-10-21T15:04:56.705Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22892023-10-21T15:04:58.899Z Compiling structmeta v0.1.6
22902023-10-21T15:04:59.545Z Compiling serde_yaml v0.9.25
22912023-10-21T15:05:00.501Z Compiling darling_macro v0.20.3
22922023-10-21T15:05:00.813Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22932023-10-21T15:05:00.937Z Compiling slog-json v2.6.1
22942023-10-21T15:05:01.797Z Compiling async-stream-impl v0.3.5
22952023-10-21T15:05:01.950Z Compiling darling v0.20.3
22962023-10-21T15:05:02.117Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22972023-10-21T15:05:02.563Z Compiling regex-syntax v0.6.29
22982023-10-21T15:05:03.080Z Compiling atomic-waker v1.1.1
22992023-10-21T15:05:03.384Z Compiling fastrand v2.0.0
23002023-10-21T15:05:03.900Z Compiling async-stream v0.3.5
23012023-10-21T15:05:04.546Z Compiling tempfile v3.8.0
23022023-10-21T15:05:04.599Z Compiling waitgroup v0.1.2
23032023-10-21T15:05:04.713Z Compiling serde_with_macros v2.3.3
23042023-10-21T15:05:04.961Z Compiling slog-bunyan v2.4.0
23052023-10-21T15:05:07.976Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23062023-10-21T15:05:08.192Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23072023-10-21T15:05:08.713Z Compiling sha1 v0.10.5
23082023-10-21T15:05:09.532Z Compiling snafu-derive v0.7.5
23092023-10-21T15:05:10.251Z Compiling serde_path_to_error v0.1.14
23102023-10-21T15:05:10.564Z Compiling path-dedot v3.1.0
23112023-10-21T15:05:10.596Z Compiling instant v0.1.12
23122023-10-21T15:05:10.827Z Compiling debug-ignore v1.0.5
23132023-10-21T15:05:10.923Z Compiling base64 v0.13.1
23142023-10-21T15:05:11.053Z Compiling same-file v1.0.6
23152023-10-21T15:05:11.246Z Compiling buf-list v1.0.3
23162023-10-21T15:05:11.524Z Compiling arc-swap v1.6.0
23172023-10-21T15:05:11.995Z Compiling pem v1.1.1
23182023-10-21T15:05:12.408Z Compiling slog-scope v4.4.0
23192023-10-21T15:05:12.584Z Compiling parse-display-derive v0.7.0
23202023-10-21T15:05:12.879Z Compiling walkdir v2.4.0
23212023-10-21T15:05:14.108Z Compiling path-absolutize v3.1.0
23222023-10-21T15:05:14.418Z Compiling backoff v0.4.0
23232023-10-21T15:05:14.552Z Compiling serde_with v2.3.3
23242023-10-21T15:05:15.010Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23252023-10-21T15:05:15.753Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23262023-10-21T15:05:15.869Z Compiling globset v0.4.13
23272023-10-21T15:05:16.041Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23282023-10-21T15:05:16.326Z Compiling strum v0.25.0
23292023-10-21T15:05:16.583Z Compiling olpc-cjson v0.1.3
23302023-10-21T15:05:17.485Z Compiling serde_plain v1.0.2
23312023-10-21T15:05:18.081Z Compiling snafu v0.7.5
23322023-10-21T15:05:18.401Z Compiling macaddr v1.0.1
23332023-10-21T15:05:18.967Z Compiling parse-display v0.7.0
23342023-10-21T15:05:19.296Z Compiling filetime v0.2.22
23352023-10-21T15:05:19.588Z Compiling xattr v1.0.1
23362023-10-21T15:05:19.830Z Compiling tough v0.12.5
23372023-10-21T15:05:20.065Z Compiling tar v0.4.40
23382023-10-21T15:05:20.141Z Compiling slog-stdlog v4.1.1
23392023-10-21T15:05:22.415Z Compiling camino-tempfile v1.0.2
23402023-10-21T15:05:23.211Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23412023-10-21T15:05:23.421Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23422023-10-21T15:05:23.785Z Compiling bytesize v1.3.0
23432023-10-21T15:05:24.751Z Compiling fs-err v2.9.0
23442023-10-21T15:05:26.173Z Compiling slog-envlogger v2.2.0
23452023-10-21T15:05:30.321Z Compiling humantime v2.1.0
23462023-10-21T15:05:34.805Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23472023-10-21T15:06:00.446Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23482023-10-21T15:06:00.758Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23492023-10-21T15:06:12.429Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23502023-10-21T15:06:14.920Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23512023-10-21T15:06:39.712Z Finished release [optimized] target(s) in 1m 50s
23522023-10-21T15:06:39.808Z
23532023-10-21T15:06:39.811Zreal 1:50.640421695
23542023-10-21T15:06:39.814Zuser 11:55.684877783
23552023-10-21T15:06:39.817Zsys 43.709488776
23562023-10-21T15:06:39.819Ztrap 0.468612159
23572023-10-21T15:06:39.822Ztflt 0.452528105
23582023-10-21T15:06:39.824Zdflt 0.499932420
23592023-10-21T15:06:39.827Zkflt 0.000000000
23602023-10-21T15:06:39.830Zlock 22:22.116555075
23612023-10-21T15:06:39.833Zslp 25:06.273637489
23622023-10-21T15:06:39.841Zlat 22.936236854
23632023-10-21T15:06:39.844Zstop 10.653062739
23642023-10-21T15:06:39.846Z+ ptime -m gzip
23652023-10-21T15:06:41.932Z
23662023-10-21T15:06:41.935Zreal 2.120430714
23672023-10-21T15:06:41.937Zuser 2.093241151
23682023-10-21T15:06:41.940Zsys 0.026378205
23692023-10-21T15:06:41.943Ztrap 0.000320411
23702023-10-21T15:06:41.946Ztflt 0.000000000
23712023-10-21T15:06:41.949Zdflt 0.000000000
23722023-10-21T15:06:41.952Zkflt 0.000000000
23732023-10-21T15:06:41.954Zlock 0.000000000
23742023-10-21T15:06:41.957Zslp 0.000000000
23752023-10-21T15:06:41.959Zlat 0.000163550
23762023-10-21T15:06:41.962Zstop 0.000222855
23772023-10-21T15:06:41.965Zprocess exited: duration 1313306 ms, exit code 0
 
23782023-10-21T15:06:41.970Zfound 5 output files
23792023-10-21T15:06:41.987Zuploading: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz (6514873 bytes)
23802023-10-21T15:06:45.304Zuploaded: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz
23812023-10-21T15:06:45.316Zuploading: /work/end-to-end-tests/bootstrap.gz (97906215 bytes)
23822023-10-21T15:07:15.986Zuploaded: /work/end-to-end-tests/bootstrap.gz
23832023-10-21T15:07:15.998Zuploading: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz (111817595 bytes)
23842023-10-21T15:07:49.911Zuploaded: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz
23852023-10-21T15:07:49.945Zuploading: /work/caboose-util.gz (4111313 bytes)
23862023-10-21T15:07:51.847Zuploaded: /work/caboose-util.gz
23872023-10-21T15:07:51.851Zuploading: /work/tufaceous.gz (13496231 bytes)
23882023-10-21T15:07:57.752Zuploaded: /work/tufaceous.gz