01HDFGCYPXMZVAM0NES6N3FXGZ: 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: 01HDFGD8PZJEQFDX9BHJX84CVF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-24T00:14:12.295Zjob assigned to worker 01HDFGDG3EWFETFSJ3RYHGF5Q3 (queued for 1 m 39 s)
 
22023-10-24T00:14:13.077Zstarting task 0: "setup"
32023-10-24T00:14:13.377Z++ uname -s
42023-10-24T00:14:13.388Z+ kern=SunOS
52023-10-24T00:14:13.391Z+ case "$kern" in
62023-10-24T00:14:13.402Z+ groupadd -g 12345 build
72023-10-24T00:14:13.405Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-24T00:14:15.396Z+ zfs create -o mountpoint=/work rpool/work
92023-10-24T00:14:15.631Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-24T00:14:15.636Z+ home_fs=zfs
112023-10-24T00:14:15.639Z+ [[ zfs == autofs ]]
122023-10-24T00:14:15.644Z+ mkdir -p /home/build
132023-10-24T00:14:15.648Z+ chown build:build /home/build /work
142023-10-24T00:14:17.639Z+ chmod 0700 /home/build /work
152023-10-24T00:14:17.645Zprocess exited: duration 4558 ms, exit code 0
 
162023-10-24T00:14:17.656Zstarting task 1: "rust-toolchain"
172023-10-24T00:14:17.673Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-24T00:14:17.677Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-24T00:14:17.846Zinfo: downloading installer
202023-10-24T00:14:21.882Zwarning: it looks like you have an existing installation of Rust at:
212023-10-24T00:14:21.885Zwarning: /opt/ooce/bin
222023-10-24T00:14:21.889Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-24T00:14:21.892Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-24T00:14:21.895Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-24T00:14:21.898Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-24T00:14:21.901Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-24T00:14:21.904Zerror: cannot install while Rust is installed
282023-10-24T00:14:21.907Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-24T00:14:22.718Zinfo: profile set to 'default'
302023-10-24T00:14:22.724Zinfo: default host triple is x86_64-unknown-illumos
312023-10-24T00:14:22.730Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-24T00:14:22.940Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-24T00:14:22.943Zinfo: downloading component 'cargo'
342023-10-24T00:14:23.817Zinfo: downloading component 'clippy'
352023-10-24T00:14:24.118Zinfo: downloading component 'rust-docs'
362023-10-24T00:14:25.199Zinfo: downloading component 'rust-std'
372023-10-24T00:14:27.580Zinfo: downloading component 'rustc'
382023-10-24T00:14:31.931Zinfo: downloading component 'rustfmt'
392023-10-24T00:14:32.162Zinfo: installing component 'cargo'
402023-10-24T00:14:34.504Zinfo: installing component 'clippy'
412023-10-24T00:14:35.796Zinfo: installing component 'rust-docs'
422023-10-24T00:14:38.612Zinfo: installing component 'rust-std'
432023-10-24T00:14:43.241Zinfo: installing component 'rustc'
442023-10-24T00:14:54.718Zinfo: installing component 'rustfmt'
452023-10-24T00:14:55.178Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-24T00:14:55.181Z
472023-10-24T00:14:55.329Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-24T00:14:55.332Z
492023-10-24T00:14:55.335Z
502023-10-24T00:14:55.338ZRust is installed now. Great!
512023-10-24T00:14:55.341Z
522023-10-24T00:14:55.344ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-24T00:14:55.348Zenvironment variable. This has not been done automatically.
542023-10-24T00:14:55.351Z
552023-10-24T00:14:55.354ZTo configure your current shell, run:
562023-10-24T00:14:55.357Zsource "$HOME/.cargo/env"
572023-10-24T00:14:55.413Z+ rustc --version
582023-10-24T00:14:55.529Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-24T00:14:55.540Zprocess exited: duration 37865 ms, exit code 0
 
602023-10-24T00:14:55.598Zstarting task 2: "authentication"
612023-10-24T00:14:56.098Zprocess exited: duration 492 ms, exit code 0
 
622023-10-24T00:14:56.112Zstarting task 3: "clone repository"
632023-10-24T00:14:56.128Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-24T00:14:56.132Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-24T00:14:56.183ZCloning into '/work/oxidecomputer/omicron'...
662023-10-24T00:15:02.833Z+ cd /work/oxidecomputer/omicron
672023-10-24T00:15:02.837Z+ [[ -n luqmana/port-config-vid ]]
682023-10-24T00:15:02.841Z+ git fetch origin luqmana/port-config-vid
692023-10-24T00:15:03.221ZFrom https://github.com/oxidecomputer/omicron
702023-10-24T00:15:03.225Z * branch luqmana/port-config-vid -> FETCH_HEAD
712023-10-24T00:15:03.231Z+ git checkout -B luqmana/port-config-vid remotes/origin/luqmana/port-config-vid
722023-10-24T00:15:03.320ZSwitched to a new branch 'luqmana/port-config-vid'
732023-10-24T00:15:03.324Zbranch 'luqmana/port-config-vid' set up to track 'origin/luqmana/port-config-vid'.
742023-10-24T00:15:03.327Z+ git reset --hard e26db074eed419b6394dc56e4c24d6ec5701cc3d
752023-10-24T00:15:03.462ZHEAD is now at e26db074 wicket: display vlan ids
762023-10-24T00:15:03.468Zprocess exited: duration 7347 ms, exit code 0
 
772023-10-24T00:15:03.475Zstarting task 4: "build"
782023-10-24T00:15:03.493Z+ cargo --version
792023-10-24T00:15:03.572Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-24T00:15:03.575Z+ rustc --version
812023-10-24T00:15:03.717Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-24T00:15:03.726Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-24T00:15:22.264Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-24T00:15:23.251Z Startup: Caching catalogs ... Done
852023-10-24T00:15:27.699ZPlanning: Solver setup ... Done (4.160s)
862023-10-24T00:15:27.808ZPlanning: Running solver ... Done (0.110s)
872023-10-24T00:15:27.860ZPlanning: Finding local manifests ... Done (0.004s)
882023-10-24T00:15:27.884ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-24T00:15:28.097ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-24T00:15:28.175ZPlanning: Package planning ... Done (0.077s)
912023-10-24T00:15:28.260ZPlanning: Merging actions ... Done (0.086s)
922023-10-24T00:15:29.368ZPlanning: Checking for conflicting actions ... Done (1.108s)
932023-10-24T00:15:29.385ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-24T00:15:37.374ZPlanning: Evaluating mediators ... Done (7.989s)
952023-10-24T00:15:37.389ZPlanning: Planning completed in 14.08 seconds
962023-10-24T00:15:37.412Z Packages to install: 4
972023-10-24T00:15:37.416Z Mediators to change: 2
982023-10-24T00:15:37.419Z Services to change: 1
992023-10-24T00:15:37.423Z Estimated space available: 149.39 GB
1002023-10-24T00:15:37.426ZEstimated space to be consumed: 1.37 GB
1012023-10-24T00:15:37.429Z Create boot environment: No
1022023-10-24T00:15:37.434ZCreate backup boot environment: No
1032023-10-24T00:15:37.437Z Rebuild boot archive: No
1042023-10-24T00:15:37.440Z
1052023-10-24T00:15:37.443ZChanged mediators:
1062023-10-24T00:15:37.447Z mediator clang:
1072023-10-24T00:15:37.450Z version: None -> 15 (system default)
1082023-10-24T00:15:37.453Z
1092023-10-24T00:15:37.456Z mediator llvm:
1102023-10-24T00:15:37.459Z version: 14 (system default) -> 15 (system default)
1112023-10-24T00:15:37.463Z
1122023-10-24T00:15:37.466ZChanged packages:
1132023-10-24T00:15:37.469Zhelios-dev
1142023-10-24T00:15:37.473Z developer/build-essential
1152023-10-24T00:15:37.477Z None -> 11-2.0
1162023-10-24T00:15:37.480Z library/libxmlsec1
1172023-10-24T00:15:37.486Z None -> 1.2.35-2.0
1182023-10-24T00:15:37.490Z ooce/developer/clang-15
1192023-10-24T00:15:37.493Z None -> 15.0.7-2.0
1202023-10-24T00:15:37.499Z ooce/developer/llvm-15
1212023-10-24T00:15:37.502Z None -> 15.0.7-2.0
1222023-10-24T00:15:37.505Z
1232023-10-24T00:15:37.508ZServices:
1242023-10-24T00:15:37.511Z restart_fmri:
1252023-10-24T00:15:37.515Z svc:/system/update-man-index:default
1262023-10-24T00:15:37.863Z
1272023-10-24T00:15:37.866ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-24T00:15:42.914ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (17.6M/s)
1292023-10-24T00:15:47.916ZDownload: 1874/3290 items 118.4/212.6MB 55% complete (12.1M/s)
1302023-10-24T00:15:52.918ZDownload: 2243/3290 items 119.3/212.6MB 56% complete (3.6M/s)
1312023-10-24T00:15:57.918ZDownload: 3237/3290 items 195.9/212.6MB 92% complete (7.7M/s)
1322023-10-24T00:16:02.956ZDownload: 3275/3290 items 208.9/212.6MB 98% complete (8.9M/s)
1332023-10-24T00:16:05.816ZDownload: Completed 212.60 MB in 27.95 seconds (7.6M/s)
1342023-10-24T00:16:06.137Z Actions: 1/3687 actions (Installing new actions)
1352023-10-24T00:16:11.142Z Actions: 2591/3687 actions (Installing new actions)
1362023-10-24T00:16:14.888Z Actions: Completed 3687 actions in 8.75 seconds.
1372023-10-24T00:16:14.980Z Done (0.080s)
1382023-10-24T00:16:14.993Z Done (0.000s)
1392023-10-24T00:16:15.181Z Done (0.199s)
1402023-10-24T00:16:23.747Z Done (8.458s)
1412023-10-24T00:16:24.147Z Done (0.289s)
1422023-10-24T00:16:24.214Z Done (0.000s)
1432023-10-24T00:16:24.407Z Done (0.000s)
1442023-10-24T00:16:25.087ZPlanning: Evaluating mediator changes ... Done
1452023-10-24T00:16:25.352ZPlanning: Checking for conflicting actions ... Done
1462023-10-24T00:16:25.359ZPlanning: Consolidating action changes ... Done
1472023-10-24T00:16:25.787ZPlanning: Evaluating mediators ... Done
1482023-10-24T00:16:25.802ZPlanning: Planning completed in 0.71 seconds
1492023-10-24T00:16:25.840Z Mediators to change: 2
1502023-10-24T00:16:25.852Z Create boot environment: No
1512023-10-24T00:16:25.865ZCreate backup boot environment: No
1522023-10-24T00:16:27.167Z Done
1532023-10-24T00:16:27.173Z Done
1542023-10-24T00:16:27.177Z Done
1552023-10-24T00:16:32.197Z Done
1562023-10-24T00:16:32.203Z Done
1572023-10-24T00:16:32.207Z Done
1582023-10-24T00:16:32.214Z Done
1592023-10-24T00:16:33.020ZPlanning: Evaluating mediator changes ... Done
1602023-10-24T00:16:33.025ZPlanning: Merging actions ... Done
1612023-10-24T00:16:33.347ZPlanning: Checking for conflicting actions ... Done
1622023-10-24T00:16:33.350ZPlanning: Consolidating action changes ... Done
1632023-10-24T00:16:33.781ZPlanning: Evaluating mediators ... Done
1642023-10-24T00:16:33.867ZPlanning: Planning completed in 1.28 seconds
1652023-10-24T00:16:33.923Z Packages to change: 1
1662023-10-24T00:16:33.937Z Mediators to change: 1
1672023-10-24T00:16:33.998Z Services to change: 1
1682023-10-24T00:16:34.006Z Create boot environment: No
1692023-10-24T00:16:34.020ZCreate backup boot environment: Yes
1702023-10-24T00:16:36.315Z Actions: 1/6 actions (Updating modified actions)
1712023-10-24T00:16:36.323Z Actions: Completed 6 actions in 0.00 seconds.
1722023-10-24T00:16:36.328Z Done
1732023-10-24T00:16:36.335Z Done
1742023-10-24T00:16:36.362Z Done
1752023-10-24T00:16:42.153Z Done
1762023-10-24T00:16:42.277Z Done
1772023-10-24T00:16:42.290Z Done
1782023-10-24T00:16:42.406Z Done
1792023-10-24T00:16:43.096ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1802023-10-24T00:16:43.105Zclang system 15 system
1812023-10-24T00:16:43.115Zcsh system system illumos
1822023-10-24T00:16:43.133Zctags system system illumos
1832023-10-24T00:16:43.150Zgcc vendor 12 vendor
1842023-10-24T00:16:43.160Zgcc system 10 system
1852023-10-24T00:16:43.179Zgcc system 7 system
1862023-10-24T00:16:43.190Zgo system 1.20 system
1872023-10-24T00:16:43.198Zgo system 1.19 system
1882023-10-24T00:16:43.208Zllvm system 15 system
1892023-10-24T00:16:43.223Zllvm system 14 system
1902023-10-24T00:16:43.239Zmariadb system 10.6 system
1912023-10-24T00:16:43.253Zmta vendor vendor dma
1922023-10-24T00:16:43.265Zopenjdk system 17 system
1932023-10-24T00:16:43.277Zopenjdk system 11 system
1942023-10-24T00:16:43.297Zopenjdk system 1.8 system
1952023-10-24T00:16:43.307Zopenssl vendor 3 vendor
1962023-10-24T00:16:43.318Zperl system 5.36 system
1972023-10-24T00:16:43.326Zpostgresql system 15 system
1982023-10-24T00:16:43.336Zpostgresql system 13 system
1992023-10-24T00:16:43.344Zpython vendor 3 vendor
2002023-10-24T00:16:43.349Zpython system 2 system
2012023-10-24T00:16:43.354Zpython3 system 3.11 system
2022023-10-24T00:16:43.362Zruby system 3.0 system
2032023-10-24T00:16:43.367Zwords vendor vendor american-english
2042023-10-24T00:16:43.374Zwords system system australian-english
2052023-10-24T00:16:43.378Zwords system system british-english
2062023-10-24T00:16:43.385Zwords system system canadian-english
2072023-10-24T00:16:43.392Zwords system system french
2082023-10-24T00:16:43.398Zwords system system italian
2092023-10-24T00:16:43.408Zwords system system ngerman
2102023-10-24T00:16:43.412Zwords system system ogerman
2112023-10-24T00:16:43.418Zwords system system spanish
2122023-10-24T00:16:43.596ZFMRI IFO
2132023-10-24T00:16:43.603Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2142023-10-24T00:16:43.611Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2152023-10-24T00:16:43.621Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2162023-10-24T00:16:43.626Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2172023-10-24T00:16:43.632Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2182023-10-24T00:16:43.642Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2192023-10-24T00:16:43.661Z+ set -o errexit
2202023-10-24T00:16:43.664Z+++ dirname ./tools/ci_download_cockroachdb
2212023-10-24T00:16:43.669Z++ cd ./tools
2222023-10-24T00:16:43.674Z++ pwd
2232023-10-24T00:16:43.683Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2242023-10-24T00:16:43.689Z++ basename ./tools/ci_download_cockroachdb
2252023-10-24T00:16:43.693Z+ ARG0=ci_download_cockroachdb
2262023-10-24T00:16:43.699Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2272023-10-24T00:16:43.703Z+ CIDL_VERSION=v22.1.9
2282023-10-24T00:16:43.713Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2292023-10-24T00:16:43.726Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2302023-10-24T00:16:43.735Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2312023-10-24T00:16:43.743Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2322023-10-24T00:16:43.751Z+ TARGET_DIR=out
2332023-10-24T00:16:43.763Z+ DOWNLOAD_DIR=out/downloads
2342023-10-24T00:16:43.770Z+ DEST_DIR=./out/cockroachdb
2352023-10-24T00:16:43.780Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2362023-10-24T00:16:43.787Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2372023-10-24T00:16:43.794Z+ main
2382023-10-24T00:16:43.801Z+ [[ 0 != 0 ]]
2392023-10-24T00:16:43.808Z+ CIDL_OS=solaris2.11
2402023-10-24T00:16:43.815Z+ [[ 0 != 0 ]]
2412023-10-24T00:16:43.823Z+ configure_os solaris2.11
2422023-10-24T00:16:43.834Z+ echo 'current directory: /work/oxidecomputer/omicron'
2432023-10-24T00:16:43.849Zcurrent directory: /work/oxidecomputer/omicron
2442023-10-24T00:16:43.856Z+ echo 'configuring based on OS: "solaris2.11"'
2452023-10-24T00:16:43.876Z+ case "$1" in
2462023-10-24T00:16:43.945Zconfiguring based on OS: "solaris2.11"
2472023-10-24T00:16:43.964Z+ CIDL_BUILD=illumos
2482023-10-24T00:16:43.978Z+ CIDL_SUFFIX=tar.gz
2492023-10-24T00:16:43.991Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2502023-10-24T00:16:44.003Z+ CIDL_MD5FUNC=do_md5sum
2512023-10-24T00:16:44.014Z+ CIDL_URL_BASE=https://illumos.org/downloads
2522023-10-24T00:16:44.024Z+ CIDL_ASSEMBLE=do_assemble_illumos
2532023-10-24T00:16:44.029Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2542023-10-24T00:16:44.040Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2552023-10-24T00:16:44.051Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2562023-10-24T00:16:44.061Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2572023-10-24T00:16:44.074Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-10-24T00:16:44.081Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2592023-10-24T00:16:44.097ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-24T00:16:44.105Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2612023-10-24T00:16:44.110ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-24T00:16:44.115Z+ mkdir -p out/downloads
2632023-10-24T00:16:44.127Z+ mkdir -p ./out/cockroachdb
2642023-10-24T00:16:44.131Z+ local DO_DOWNLOAD=true
2652023-10-24T00:16:44.134Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2662023-10-24T00:16:44.137Z+ '[' true == true ']'
2672023-10-24T00:16:44.140Z+ echo Downloading...
2682023-10-24T00:16:44.145ZDownloading...
2692023-10-24T00:16:44.153Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-10-24T00:16:44.166Z+ 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
2712023-10-24T00:16:49.543Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-10-24T00:16:49.547Z++ md5sum
2732023-10-24T00:16:49.550Z++ awk '{print $1}'
2742023-10-24T00:16:49.727Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2752023-10-24T00:16:49.733Z+ [[ 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 ]]
2762023-10-24T00:16:49.736Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-10-24T00:16:49.739Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2782023-10-24T00:16:53.359Z+ do_assemble_illumos
2792023-10-24T00:16:53.368Z+ rm -r ./out/cockroachdb
2802023-10-24T00:16:53.388Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2812023-10-24T00:16:53.942Z+ ./out/cockroachdb/bin/cockroach version
2822023-10-24T00:16:54.158ZBuild Tag: v22.1.9-dirty
2832023-10-24T00:16:54.161ZBuild Time: 2022/10/26 21:17:46
2842023-10-24T00:16:54.164ZDistribution: OSS
2852023-10-24T00:16:54.167ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2862023-10-24T00:16:54.170ZGo Version: go1.17.13
2872023-10-24T00:16:54.173ZC Compiler: gcc 10.3.0
2882023-10-24T00:16:54.176ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2892023-10-24T00:16:54.179ZBuild Type: release
2902023-10-24T00:16:54.182Z+ set -o errexit
2912023-10-24T00:16:54.185Z+++ dirname ./tools/ci_download_clickhouse
2922023-10-24T00:16:54.188Z++ cd ./tools
2932023-10-24T00:16:54.190Z++ pwd
2942023-10-24T00:16:54.193Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2952023-10-24T00:16:54.196Z++ basename ./tools/ci_download_clickhouse
2962023-10-24T00:16:54.198Z+ ARG0=ci_download_clickhouse
2972023-10-24T00:16:54.203Z+ TARGET_DIR=out
2982023-10-24T00:16:54.209Z+ DOWNLOAD_DIR=out/downloads
2992023-10-24T00:16:54.627Z+ DEST_DIR=./out/clickhouse
3002023-10-24T00:16:54.635Z+ CIDL_VERSION=v22.8.9.24
3012023-10-24T00:16:54.647Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3022023-10-24T00:16:54.658Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3032023-10-24T00:16:54.664Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3042023-10-24T00:16:54.668Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3052023-10-24T00:16:54.674Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3062023-10-24T00:16:54.679Z+ main
3072023-10-24T00:16:54.684Z+ [[ 0 != 0 ]]
3082023-10-24T00:16:54.688Z+ CIDL_OS=solaris2.11
3092023-10-24T00:16:54.693Z+ [[ 0 != 0 ]]
3102023-10-24T00:16:54.699Z+ configure_os solaris2.11
3112023-10-24T00:16:54.710Z+ echo 'current directory: /work/oxidecomputer/omicron'
3122023-10-24T00:16:54.718Zcurrent directory: /work/oxidecomputer/omicron
3132023-10-24T00:16:55.142Z+ echo 'configuring based on OS: "solaris2.11"'
3142023-10-24T00:16:55.147Zconfiguring based on OS: "solaris2.11"
3152023-10-24T00:16:55.150Z+ CIDL_DASHREV=
3162023-10-24T00:16:55.153Z+ case "$1" in
3172023-10-24T00:16:55.156Z+ CIDL_PLATFORM=illumos
3182023-10-24T00:16:55.160Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3192023-10-24T00:16:55.163Z+ CIDL_MD5FUNC=do_md5sum
3202023-10-24T00:16:55.165Z+ CIDL_DASHREV=-1
3212023-10-24T00:16:55.169Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3222023-10-24T00:16:55.171Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3232023-10-24T00:16:55.174Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-24T00:16:55.177Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-24T00:16:55.181Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3262023-10-24T00:16:55.184ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-24T00:16:55.189Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3282023-10-24T00:16:55.195ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-24T00:16:55.203Z+ mkdir -p out/downloads
3302023-10-24T00:16:55.209Z+ mkdir -p ./out/clickhouse
3312023-10-24T00:16:55.216Z+ local DO_DOWNLOAD=true
3322023-10-24T00:16:55.223Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3332023-10-24T00:16:55.229Z+ '[' true == true ']'
3342023-10-24T00:16:55.236Z+ echo Downloading...
3352023-10-24T00:16:55.244ZDownloading...
3362023-10-24T00:16:55.255Z+ 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
3372023-10-24T00:16:55.263Z+ 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
3382023-10-24T00:16:58.534Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-10-24T00:16:58.537Z++ md5sum
3402023-10-24T00:16:58.540Z++ awk '{print $1}'
3412023-10-24T00:16:58.796Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3422023-10-24T00:16:58.799Z+ [[ 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 ]]
3432023-10-24T00:16:58.802Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3442023-10-24T00:16:58.806Z+ mkdir -p ./out/clickhouse
3452023-10-24T00:16:58.809Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3462023-10-24T00:17:03.895Z+ ./out/clickhouse/clickhouse server --version
3472023-10-24T00:17:03.951ZClickHouse server version 22.8.9.1.
3482023-10-24T00:17:03.974Z+ set -o errexit
3492023-10-24T00:17:03.977Z+++ dirname ./tools/ci_download_console
3502023-10-24T00:17:03.981Z++ cd ./tools
3512023-10-24T00:17:03.985Z++ pwd
3522023-10-24T00:17:03.989Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3532023-10-24T00:17:03.992Z++ basename ./tools/ci_download_console
3542023-10-24T00:17:03.996Z+ ARG0=ci_download_console
3552023-10-24T00:17:04.000Z+ TARGET_DIR=out
3562023-10-24T00:17:04.003Z+ DOWNLOAD_DIR=out/downloads
3572023-10-24T00:17:04.007Z+ DEST_DIR=./out/console-assets
3582023-10-24T00:17:04.010Z+ source /work/oxidecomputer/omicron/tools/console_version
3592023-10-24T00:17:04.013Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3602023-10-24T00:17:04.019Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3612023-10-24T00:17:04.023Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3622023-10-24T00:17:04.030Z+ TARBALL_FILE=out/downloads/console.tar.gz
3632023-10-24T00:17:04.035Z+ main
3642023-10-24T00:17:04.038Z+ [[ 0 != 0 ]]
3652023-10-24T00:17:04.042Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3662023-10-24T00:17:04.046ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3672023-10-24T00:17:04.050Z+ echo 'Local file: out/downloads/console.tar.gz'
3682023-10-24T00:17:04.053ZLocal file: out/downloads/console.tar.gz
3692023-10-24T00:17:04.055Z+ local DO_DOWNLOAD=true
3702023-10-24T00:17:04.060Z+ [[ -f out/downloads/console.tar.gz ]]
3712023-10-24T00:17:04.063Z+ mkdir -p out/downloads
3722023-10-24T00:17:04.066Z+ '[' true == true ']'
3732023-10-24T00:17:04.070Z+ echo Downloading...
3742023-10-24T00:17:04.073ZDownloading...
3752023-10-24T00:17:04.130Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
3762023-10-24T00:17:04.134Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3772023-10-24T00:17:04.629Z++ do_sha256sum out/downloads/console.tar.gz
3782023-10-24T00:17:04.632Z++ case "$OSTYPE" in
3792023-10-24T00:17:04.636Z++ SHA=sha256sum
3802023-10-24T00:17:04.640Z++ sha256sum
3812023-10-24T00:17:04.644Z++ awk '{print $1}'
3822023-10-24T00:17:04.653Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3832023-10-24T00:17:04.658Z+ [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]]
3842023-10-24T00:17:04.663Z+ rm -rf ./out/console-assets
3852023-10-24T00:17:04.669Z+ mkdir -p ./out/console-assets
3862023-10-24T00:17:04.674Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3872023-10-24T00:17:04.678Z+ mkdir -p ./out/console-assets
3882023-10-24T00:17:04.685Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3892023-10-24T00:17:04.812Z+ set -o errexit
3902023-10-24T00:17:05.233Z+++ dirname ./tools/ci_download_maghemite_openapi
3912023-10-24T00:17:05.251Z++ cd ./tools
3922023-10-24T00:17:05.257Z++ pwd
3932023-10-24T00:17:05.264Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3942023-10-24T00:17:05.275Z++ basename ./tools/ci_download_maghemite_openapi
3952023-10-24T00:17:05.284Z+ ARG0=ci_download_maghemite_openapi
3962023-10-24T00:17:05.291Z+ TARGET_DIR=out
3972023-10-24T00:17:05.297Z+ DOWNLOAD_DIR=out/downloads
3982023-10-24T00:17:05.305Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
3992023-10-24T00:17:05.312Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4002023-10-24T00:17:05.739Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4012023-10-24T00:17:05.745Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4022023-10-24T00:17:05.751Z+ LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4032023-10-24T00:17:05.756Z+ main
4042023-10-24T00:17:05.764Z+ [[ 0 != 0 ]]
4052023-10-24T00:17:06.184Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json'
4062023-10-24T00:17:06.191ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json
4072023-10-24T00:17:06.199Z+ echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json'
4082023-10-24T00:17:06.214ZLocal file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4092023-10-24T00:17:06.228Z+ local DO_DOWNLOAD=true
4102023-10-24T00:17:06.240Z+ [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4112023-10-24T00:17:06.252Z+ mkdir -p out/downloads
4122023-10-24T00:17:06.268Z+ '[' true == true ']'
4132023-10-24T00:17:06.277Z+ echo Downloading...
4142023-10-24T00:17:06.281ZDownloading...
4152023-10-24T00:17:06.284Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4162023-10-24T00:17:06.290Z+ 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
4172023-10-24T00:17:06.293Z++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json
4182023-10-24T00:17:06.299Z++ case "$OSTYPE" in
4192023-10-24T00:17:06.304Z++ SHA=sha256sum
4202023-10-24T00:17:06.308Z++ sha256sum
4212023-10-24T00:17:06.311Z++ awk '{print $1}'
4222023-10-24T00:17:06.315Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4232023-10-24T00:17:06.319Z+ [[ 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 ]]
4242023-10-24T00:17:06.322Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4252023-10-24T00:17:06.326Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
4262023-10-24T00:17:06.330Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4272023-10-24T00:17:06.333Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4282023-10-24T00:17:06.337Z+ LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4292023-10-24T00:17:06.343Z+ main
4302023-10-24T00:17:06.346Z+ [[ 0 != 0 ]]
4312023-10-24T00:17:06.350Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json'
4322023-10-24T00:17:06.353ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json
4332023-10-24T00:17:06.357Z+ echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json'
4342023-10-24T00:17:06.361ZLocal file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4352023-10-24T00:17:06.366Z+ local DO_DOWNLOAD=true
4362023-10-24T00:17:06.796Z+ [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]]
4372023-10-24T00:17:06.809Z+ mkdir -p out/downloads
4382023-10-24T00:17:06.834Z+ '[' true == true ']'
4392023-10-24T00:17:07.254Z+ echo Downloading...
4402023-10-24T00:17:07.282ZDownloading...
4412023-10-24T00:17:07.303Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4422023-10-24T00:17:07.317Z+ 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
4432023-10-24T00:17:07.329Z++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json
4442023-10-24T00:17:07.341Z++ case "$OSTYPE" in
4452023-10-24T00:17:07.353Z++ SHA=sha256sum
4462023-10-24T00:17:07.364Z++ sha256sum
4472023-10-24T00:17:07.371Z++ awk '{print $1}'
4482023-10-24T00:17:07.377Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4492023-10-24T00:17:07.384Z+ [[ 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 ]]
4502023-10-24T00:17:07.392Z+ set -o errexit
4512023-10-24T00:17:07.396Z+++ dirname ./tools/ci_download_dendrite_openapi
4522023-10-24T00:17:07.400Z++ cd ./tools
4532023-10-24T00:17:07.404Z++ pwd
4542023-10-24T00:17:07.407Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4552023-10-24T00:17:07.412Z++ basename ./tools/ci_download_dendrite_openapi
4562023-10-24T00:17:07.419ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4572023-10-24T00:17:07.429Z+ ARG0=ci_download_dendrite_openapi
4582023-10-24T00:17:07.439ZLocal file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4592023-10-24T00:17:07.447Z+ TARGET_DIR=out
4602023-10-24T00:17:07.457ZDownloading...
4612023-10-24T00:17:07.465Z+ DOWNLOAD_DIR=out/downloads
4622023-10-24T00:17:07.474Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4632023-10-24T00:17:07.484Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
4642023-10-24T00:17:07.490Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4652023-10-24T00:17:07.500Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json
4662023-10-24T00:17:07.509Zcurrent directory: /work/oxidecomputer/omicron
4672023-10-24T00:17:07.521Z+ LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4682023-10-24T00:17:07.531Zconfiguring based on OS: "solaris2.11"
4692023-10-24T00:17:07.969Z+ main
4702023-10-24T00:17:08.826ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
4712023-10-24T00:17:08.847Z+ [[ 0 != 0 ]]
4722023-10-24T00:17:08.860ZLocal file: out/downloads/dendrite-stub.tar.gz
4732023-10-24T00:17:08.873Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json'
4742023-10-24T00:17:08.914ZDownloading...
4752023-10-24T00:17:08.934Z+ echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json'
4762023-10-24T00:17:08.943Z+ local DO_DOWNLOAD=true
4772023-10-24T00:17:08.956Z+ [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]]
4782023-10-24T00:17:08.963Z+ mkdir -p out/downloads
4792023-10-24T00:17:08.971Z+ '[' true == true ']'
4802023-10-24T00:17:08.980Z+ echo Downloading...
4812023-10-24T00:17:08.990Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4822023-10-24T00:17:08.999Z+ 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
4832023-10-24T00:17:09.020Z++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json
4842023-10-24T00:17:09.030Z++ case "$OSTYPE" in
4852023-10-24T00:17:09.042Z++ SHA=sha256sum
4862023-10-24T00:17:09.051Z++ sha256sum
4872023-10-24T00:17:09.058Z++ awk '{print $1}'
4882023-10-24T00:17:09.066Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4892023-10-24T00:17:09.074Z+ [[ 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 ]]
4902023-10-24T00:17:09.085Z+ set -o errexit
4912023-10-24T00:17:09.095Z+++ dirname ./tools/ci_download_dendrite_stub
4922023-10-24T00:17:09.106Z++ cd ./tools
4932023-10-24T00:17:09.118Z++ pwd
4942023-10-24T00:17:09.132Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4952023-10-24T00:17:09.146Z++ basename ./tools/ci_download_dendrite_stub
4962023-10-24T00:17:09.169Z+ ARG0=ci_download_dendrite_stub
4972023-10-24T00:17:09.174Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4982023-10-24T00:17:09.184Z++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
4992023-10-24T00:17:09.193Z++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51
5002023-10-24T00:17:09.200Z++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba
5012023-10-24T00:17:09.206Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5022023-10-24T00:17:09.217Z++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686
5032023-10-24T00:17:09.224Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
5042023-10-24T00:17:09.251Z+ TARGET_DIR=out
5052023-10-24T00:17:09.267Z+ DOWNLOAD_DIR=out/downloads
5062023-10-24T00:17:09.276Z+ DEST_DIR=./out/dendrite-stub
5072023-10-24T00:17:09.281Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5082023-10-24T00:17:09.287Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5092023-10-24T00:17:09.300Z+ REPO=oxidecomputer/dendrite
5102023-10-24T00:17:09.716Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686
5112023-10-24T00:17:09.728Z+ main
5122023-10-24T00:17:09.737Z+ [[ 0 != 0 ]]
5132023-10-24T00:17:09.747Z+ CIDL_OS=solaris2.11
5142023-10-24T00:17:09.812Z+ [[ 0 != 0 ]]
5152023-10-24T00:17:09.826Z+ configure_os solaris2.11
5162023-10-24T00:17:09.842Z+ echo 'current directory: /work/oxidecomputer/omicron'
5172023-10-24T00:17:09.849Z+ echo 'configuring based on OS: "solaris2.11"'
5182023-10-24T00:17:09.856Z+ case "$1" in
5192023-10-24T00:17:09.863Z+ SET_BINARIES=
5202023-10-24T00:17:09.870Z+ CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5212023-10-24T00:17:09.877Z+ CIDL_SHA256FUNC=do_sha256sum
5222023-10-24T00:17:09.882Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5232023-10-24T00:17:09.889Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz
5242023-10-24T00:17:09.896Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5252023-10-24T00:17:09.914Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz'
5262023-10-24T00:17:09.937Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5272023-10-24T00:17:09.947Z+ mkdir -p out/downloads
5282023-10-24T00:17:09.966Z+ mkdir -p ./out/dendrite-stub
5292023-10-24T00:17:09.978Z+ fetch_and_verify
5302023-10-24T00:17:09.988Z+ local DO_DOWNLOAD=true
5312023-10-24T00:17:10.000Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5322023-10-24T00:17:10.016Z+ '[' true == true ']'
5332023-10-24T00:17:10.020Z+ echo Downloading...
5342023-10-24T00:17:10.028Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5352023-10-24T00:17:10.043Z+ 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
5362023-10-24T00:17:13.494Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5372023-10-24T00:17:13.513Z++ sha256sum
5382023-10-24T00:17:13.528Z++ awk '{print $1}'
5392023-10-24T00:17:13.992Z+ calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760
5402023-10-24T00:17:14.004Z+ [[ 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 ]]
5412023-10-24T00:17:14.018Z+ do_untar out/downloads/dendrite-stub.tar.gz
5422023-10-24T00:17:14.442Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5432023-10-24T00:17:14.532Z+ do_assemble
5442023-10-24T00:17:14.535Z+ rm -r ./out/dendrite-stub
5452023-10-24T00:17:14.539Z+ mkdir ./out/dendrite-stub
5462023-10-24T00:17:14.542Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5472023-10-24T00:17:14.677Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5482023-10-24T00:17:14.694Z+ set -o errexit
5492023-10-24T00:17:14.698Z+++ dirname ./tools/ci_download_maghemite_mgd
5502023-10-24T00:17:14.703Z++ cd ./tools
5512023-10-24T00:17:14.711Z++ pwd
5522023-10-24T00:17:14.732Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5532023-10-24T00:17:14.739Z++ basename ./tools/ci_download_maghemite_mgd
5542023-10-24T00:17:14.746Z+ ARG0=ci_download_maghemite_mgd
5552023-10-24T00:17:15.157Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5562023-10-24T00:17:15.165Z++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
5572023-10-24T00:17:15.176Z++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d
5582023-10-24T00:17:15.187Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5592023-10-24T00:17:15.195Z++ COMMIT=2f25a2005521f643317879b46692141b4127608a
5602023-10-24T00:17:15.207Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5612023-10-24T00:17:15.215Z+ TARGET_DIR=out
5622023-10-24T00:17:15.223Z+ DOWNLOAD_DIR=out/downloads
5632023-10-24T00:17:15.232Z+ DEST_DIR=./out/mgd
5642023-10-24T00:17:15.239Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5652023-10-24T00:17:15.246Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5662023-10-24T00:17:15.251Z+ REPO=oxidecomputer/maghemite
5672023-10-24T00:17:15.260Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a
5682023-10-24T00:17:15.267Z+ main
5692023-10-24T00:17:15.274Z+ [[ 0 != 0 ]]
5702023-10-24T00:17:15.281Z+ CIDL_OS=solaris2.11
5712023-10-24T00:17:15.287Z+ [[ 0 != 0 ]]
5722023-10-24T00:17:15.300Z+ configure_os solaris2.11
5732023-10-24T00:17:15.309Z+ echo 'current directory: /work/oxidecomputer/omicron'
5742023-10-24T00:17:15.320Zcurrent directory: /work/oxidecomputer/omicron
5752023-10-24T00:17:15.332Z+ echo 'configuring based on OS: "solaris2.11"'
5762023-10-24T00:17:15.343Zconfiguring based on OS: "solaris2.11"
5772023-10-24T00:17:15.351Z+ case "$1" in
5782023-10-24T00:17:15.356Z+ SET_BINARIES=
5792023-10-24T00:17:15.361Z+ CIDL_SHA256FUNC=do_sha256sum
5802023-10-24T00:17:15.365Z+ TARBALL_FILENAME=mgd.tar.gz
5812023-10-24T00:17:15.368Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5822023-10-24T00:17:15.372Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5832023-10-24T00:17:15.377Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz'
5842023-10-24T00:17:15.381ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz
5852023-10-24T00:17:15.385Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5862023-10-24T00:17:15.390ZLocal file: out/downloads/mgd.tar.gz
5872023-10-24T00:17:15.397Z+ mkdir -p out/downloads
5882023-10-24T00:17:15.403Z+ mkdir -p ./out/mgd
5892023-10-24T00:17:15.412Z+ fetch_and_verify
5902023-10-24T00:17:15.424Z+ local DO_DOWNLOAD=true
5912023-10-24T00:17:15.434Z+ [[ -f out/downloads/mgd.tar.gz ]]
5922023-10-24T00:17:15.440Z+ '[' true == true ']'
5932023-10-24T00:17:15.445Z+ echo Downloading...
5942023-10-24T00:17:15.451ZDownloading...
5952023-10-24T00:17:15.459Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz
5962023-10-24T00:17:15.465Z+ 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
5972023-10-24T00:17:21.359Z++ do_sha256sum out/downloads/mgd.tar.gz
5982023-10-24T00:17:21.371Z++ sha256sum
5992023-10-24T00:17:21.383Z++ awk '{print $1}'
6002023-10-24T00:17:21.436Z+ calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4
6012023-10-24T00:17:21.446Z+ [[ 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 ]]
6022023-10-24T00:17:21.456Z+ do_untar out/downloads/mgd.tar.gz
6032023-10-24T00:17:21.474Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6042023-10-24T00:17:22.139Z+ do_assemble
6052023-10-24T00:17:22.142Z+ rm -r ./out/mgd
6062023-10-24T00:17:22.145Z+ mkdir ./out/mgd
6072023-10-24T00:17:22.148Z+ cp -r out/downloads/root ./out/mgd/root
6082023-10-24T00:17:22.422Z+ set -o errexit
6092023-10-24T00:17:22.431Z+++ dirname ./tools/ci_download_transceiver_control
6102023-10-24T00:17:22.445Z++ cd ./tools
6112023-10-24T00:17:22.461Z++ pwd
6122023-10-24T00:17:22.474Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6132023-10-24T00:17:22.487Z++ basename ./tools/ci_download_transceiver_control
6142023-10-24T00:17:22.508Z+ ARG0=ci_download_transceiver_control
6152023-10-24T00:17:22.920Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6162023-10-24T00:17:22.925Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6172023-10-24T00:17:22.936Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6182023-10-24T00:17:22.944Z+ TARGET_DIR=out
6192023-10-24T00:17:22.953Z+ DOWNLOAD_DIR=out/downloads
6202023-10-24T00:17:22.967Z+ DEST_DIR=./out/transceiver-control
6212023-10-24T00:17:22.974Z+ BIN_DIR=/opt/oxide/bin
6222023-10-24T00:17:22.983Z+ BINARY=xcvradm
6232023-10-24T00:17:23.003Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6242023-10-24T00:17:23.020Z+ REPO=oxidecomputer/transceiver-control
6252023-10-24T00:17:23.043Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6262023-10-24T00:17:23.058Z+ main
6272023-10-24T00:17:23.080Z+ [[ 0 != 0 ]]
6282023-10-24T00:17:23.096Z+ CIDL_OS=solaris2.11
6292023-10-24T00:17:23.106Z+ [[ 0 != 0 ]]
6302023-10-24T00:17:23.112Z+ configure_os solaris2.11
6312023-10-24T00:17:23.120Z+ echo 'current directory: /work/oxidecomputer/omicron'
6322023-10-24T00:17:23.129Zcurrent directory: /work/oxidecomputer/omicron
6332023-10-24T00:17:23.141Z+ echo 'configuring based on OS: "solaris2.11"'
6342023-10-24T00:17:23.154Zconfiguring based on OS: "solaris2.11"
6352023-10-24T00:17:23.168Z+ case "$1" in
6362023-10-24T00:17:23.178Z+ SET_BINARIES=
6372023-10-24T00:17:23.184Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6382023-10-24T00:17:23.189Z+ CIDL_SHA256FUNC=do_sha256sum
6392023-10-24T00:17:23.195Z+ ARCHIVE_FILENAME=xcvradm.gz
6402023-10-24T00:17:23.199Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6412023-10-24T00:17:23.203Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6422023-10-24T00:17:23.206Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6432023-10-24T00:17:23.211ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6442023-10-24T00:17:23.216ZLocal file: out/downloads/xcvradm.gz
6452023-10-24T00:17:23.634Z+ echo 'Local file: out/downloads/xcvradm.gz'
6462023-10-24T00:17:23.646Z+ mkdir -p out/downloads
6472023-10-24T00:17:23.658Z+ mkdir -p ./out/transceiver-control
6482023-10-24T00:17:23.681Z+ fetch_and_verify
6492023-10-24T00:17:23.703Z+ local DO_DOWNLOAD=true
6502023-10-24T00:17:23.714Z+ [[ -f out/downloads/xcvradm.gz ]]
6512023-10-24T00:17:23.724Z+ '[' true == true ']'
6522023-10-24T00:17:23.731Z+ echo Downloading...
6532023-10-24T00:17:23.736ZDownloading...
6542023-10-24T00:17:24.151Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6552023-10-24T00:17:24.159Z+ 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
6562023-10-24T00:17:24.810Z++ do_sha256sum out/downloads/xcvradm.gz
6572023-10-24T00:17:24.815Z++ sha256sum
6582023-10-24T00:17:24.818Z++ awk '{print $1}'
6592023-10-24T00:17:24.835Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6602023-10-24T00:17:24.839Z+ [[ 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 ]]
6612023-10-24T00:17:24.842Z+ do_unpack out/downloads/xcvradm.gz
6622023-10-24T00:17:24.844Z+ mkdir -p out/downloads/root//opt/oxide/bin
6632023-10-24T00:17:24.847Z+ gzip -dc out/downloads/xcvradm.gz
6642023-10-24T00:17:25.021Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6652023-10-24T00:17:25.048Z+ do_assemble
6662023-10-24T00:17:25.055Z+ rm -r ./out/transceiver-control
6672023-10-24T00:17:25.061Z+ mkdir ./out/transceiver-control
6682023-10-24T00:17:25.065Z+ cp -r out/downloads/root ./out/transceiver-control/root
6692023-10-24T00:17:25.220ZAll prerequisites installed successfully
6702023-10-24T00:17:25.223Z
6712023-10-24T00:17:25.227Zreal 2:21.550032573
6722023-10-24T00:17:25.230Zuser 51.423807819
6732023-10-24T00:17:25.233Zsys 10.304490605
6742023-10-24T00:17:25.236Ztrap 0.022364710
6752023-10-24T00:17:25.239Ztflt 0.575642585
6762023-10-24T00:17:25.242Zdflt 1.705237610
6772023-10-24T00:17:25.246Zkflt 0.467878269
6782023-10-24T00:17:25.249Zlock 1.612070120
6792023-10-24T00:17:25.252Zslp 4:28.982108167
6802023-10-24T00:17:25.255Zlat 4.021354733
6812023-10-24T00:17:25.258Zstop 0.066341336
6822023-10-24T00:17:25.262Z+ banner end-to-end-tests
6832023-10-24T00:17:25.273Z
6842023-10-24T00:17:25.276Z ###### # # ##### ##### #### ###### # # #####
6852023-10-24T00:17:25.279Z # ## # # # # # # # ## # # #
6862023-10-24T00:17:25.282Z ##### # # # # # ##### # # # ##### ##### # # # # #
6872023-10-24T00:17:25.285Z # # # # # # # # # # # # # # #
6882023-10-24T00:17:25.287Z # # ## # # # # # # # ## # #
6892023-10-24T00:17:25.290Z ###### # # ##### # #### ###### # # #####
6902023-10-24T00:17:25.293Z
6912023-10-24T00:17:25.296Z+ export CARGO_PROFILE_DEV_DEBUG=1
6922023-10-24T00:17:25.299Z+ CARGO_PROFILE_DEV_DEBUG=1
6932023-10-24T00:17:25.302Z+ export CARGO_PROFILE_TEST_DEBUG=1
6942023-10-24T00:17:25.305Z+ CARGO_PROFILE_TEST_DEBUG=1
6952023-10-24T00:17:25.308Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6962023-10-24T00:17:25.649Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6972023-10-24T00:17:26.033Z Updating crates.io index
6982023-10-24T00:17:26.105Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6992023-10-24T00:17:26.904Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7002023-10-24T00:17:28.947Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7012023-10-24T00:17:29.529Z Updating git repository `http://github.com/oxidecomputer/tofino`
7022023-10-24T00:17:29.915Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7032023-10-24T00:17:30.226Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7042023-10-24T00:17:30.504Z Updating git repository `https://github.com/oxidecomputer/propolis`
7052023-10-24T00:17:31.397Z Updating git repository `https://github.com/oxidecomputer/crucible`
7062023-10-24T00:17:33.203Z Updating git repository `https://github.com/oxidecomputer/opte`
7072023-10-24T00:17:34.132Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7082023-10-24T00:17:34.537Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7092023-10-24T00:17:34.931Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7102023-10-24T00:17:35.468Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7112023-10-24T00:17:35.794Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7122023-10-24T00:17:36.214Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7132023-10-24T00:17:36.539Z Updating git repository `https://github.com/njaremko/samael`
7142023-10-24T00:17:37.082Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7152023-10-24T00:17:37.907Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7162023-10-24T00:17:38.330Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7172023-10-24T00:17:38.653Z Updating git repository `https://github.com/jgallagher/nix`
7182023-10-24T00:17:39.862Z Updating git repository `https://github.com/cbiffle/hubpack`
7192023-10-24T00:17:40.256Z Updating git repository `https://github.com/oxidecomputer/omicron`
7202023-10-24T00:17:49.253Z Updating git repository `https://github.com/oxidecomputer/rfb`
7212023-10-24T00:17:49.721Z Updating git repository `https://github.com/oxidecomputer/typify`
7222023-10-24T00:17:50.834Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7232023-10-24T00:17:51.221Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7242023-10-24T00:17:51.519Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7252023-10-24T00:17:53.185Z Downloading crates ...
7262023-10-24T00:17:53.529Z Downloaded adler v1.0.2
7272023-10-24T00:17:53.536Z Downloaded diesel_table_macro_syntax v0.1.0
7282023-10-24T00:17:53.545Z Downloaded libm v0.2.7
7292023-10-24T00:17:53.574Z Downloaded libefi-sys v0.1.0
7302023-10-24T00:17:53.580Z Downloaded block-padding v0.3.3
7312023-10-24T00:17:53.584Z Downloaded console v0.15.7
7322023-10-24T00:17:53.589Z Downloaded colorchoice v1.0.0
7332023-10-24T00:17:53.596Z Downloaded lock_api v0.4.10
7342023-10-24T00:17:53.601Z Downloaded pin-project-lite v0.2.13
7352023-10-24T00:17:53.614Z Downloaded block-buffer v0.10.4
7362023-10-24T00:17:53.622Z Downloaded bit-set v0.5.3
7372023-10-24T00:17:53.627Z Downloaded bitstruct_derive v0.1.0
7382023-10-24T00:17:53.630Z Downloaded phf_shared v0.10.0
7392023-10-24T00:17:53.633Z Downloaded matches v0.1.10
7402023-10-24T00:17:53.636Z Downloaded normalize-line-endings v0.3.0
7412023-10-24T00:17:53.639Z Downloaded pkg-config v0.3.27
7422023-10-24T00:17:53.641Z Downloaded predicates v3.0.4
7432023-10-24T00:17:53.645Z Downloaded openssl-macros v0.1.1
7442023-10-24T00:17:53.648Z Downloaded bitflags v2.4.0
7452023-10-24T00:17:53.656Z Downloaded atomicwrites v0.4.2
7462023-10-24T00:17:53.661Z Downloaded anstyle v1.0.2
7472023-10-24T00:17:53.668Z Downloaded parse-display v0.7.0
7482023-10-24T00:17:53.674Z Downloaded atty v0.2.14
7492023-10-24T00:17:53.679Z Downloaded ciborium-io v0.2.1
7502023-10-24T00:17:53.682Z Downloaded cbc v0.1.2
7512023-10-24T00:17:53.686Z Downloaded darling_macro v0.20.3
7522023-10-24T00:17:53.689Z Downloaded nibble_vec v0.1.0
7532023-10-24T00:17:53.692Z Downloaded cancel-safe-futures v0.1.2
7542023-10-24T00:17:53.699Z Downloaded curve25519-dalek-derive v0.1.0
7552023-10-24T00:17:53.702Z Downloaded num-iter v0.1.43
7562023-10-24T00:17:53.705Z Downloaded num_cpus v1.16.0
7572023-10-24T00:17:53.710Z Downloaded colored v2.0.4
7582023-10-24T00:17:53.716Z Downloaded multer v2.1.0
7592023-10-24T00:17:53.722Z Downloaded paste v1.0.14
7602023-10-24T00:17:53.729Z Downloaded phf_shared v0.11.2
7612023-10-24T00:17:53.732Z Downloaded crypto-common v0.1.6
7622023-10-24T00:17:53.735Z Downloaded md-5 v0.10.5
7632023-10-24T00:17:53.739Z Downloaded heck v0.3.3
7642023-10-24T00:17:53.742Z Downloaded anstyle-query v1.0.0
7652023-10-24T00:17:53.745Z Downloaded async-recursion v1.0.5
7662023-10-24T00:17:53.751Z Downloaded anstyle-parse v0.2.1
7672023-10-24T00:17:53.756Z Downloaded num_enum v0.7.0
7682023-10-24T00:17:53.768Z Downloaded whoami v1.4.1
7692023-10-24T00:17:53.772Z Downloaded argon2 v0.5.2
7702023-10-24T00:17:53.777Z Downloaded pest_derive v2.7.2
7712023-10-24T00:17:53.783Z Downloaded rustc_version v0.4.0
7722023-10-24T00:17:53.786Z Downloaded darling v0.20.3
7732023-10-24T00:17:53.794Z Downloaded ctr v0.9.2
7742023-10-24T00:17:53.800Z Downloaded hyper-tls v0.5.0
7752023-10-24T00:17:53.803Z Downloaded getrandom v0.1.16
7762023-10-24T00:17:53.809Z Downloaded base16ct v0.2.0
7772023-10-24T00:17:53.812Z Downloaded cc v1.0.83
7782023-10-24T00:17:53.820Z Downloaded try-lock v0.2.4
7792023-10-24T00:17:53.823Z Downloaded dirs-sys-next v0.1.2
7802023-10-24T00:17:53.828Z Downloaded unicase v2.7.0
7812023-10-24T00:17:53.834Z Downloaded thread_local v1.1.7
7822023-10-24T00:17:53.837Z Downloaded slog-async v2.8.0
7832023-10-24T00:17:53.840Z Downloaded thiserror-no-std v2.0.2
7842023-10-24T00:17:53.846Z Downloaded rustls-pemfile v1.0.3
7852023-10-24T00:17:53.852Z Downloaded scheduled-thread-pool v0.2.7
7862023-10-24T00:17:53.855Z Downloaded slog-envlogger v2.2.0
7872023-10-24T00:17:53.858Z Downloaded stringprep v0.1.3
7882023-10-24T00:17:53.861Z Downloaded static_assertions v1.1.0
7892023-10-24T00:17:53.865Z Downloaded endian-type v0.1.2
7902023-10-24T00:17:53.869Z Downloaded arc-swap v1.6.0
7912023-10-24T00:17:53.875Z Downloaded string_cache v0.8.7
7922023-10-24T00:17:53.878Z Downloaded serde_derive_internals v0.26.0
7932023-10-24T00:17:53.883Z Downloaded tap v1.0.1
7942023-10-24T00:17:53.885Z Downloaded hex v0.4.3
7952023-10-24T00:17:53.889Z Downloaded structmeta v0.1.6
7962023-10-24T00:17:53.892Z Downloaded backtrace v0.3.69
7972023-10-24T00:17:53.902Z Downloaded form_urlencoded v1.2.0
7982023-10-24T00:17:53.906Z Downloaded fallible-streaming-iterator v0.1.9
7992023-10-24T00:17:53.909Z Downloaded rustc-demangle v0.1.23
8002023-10-24T00:17:53.912Z Downloaded dirs-next v2.0.0
8012023-10-24T00:17:53.915Z Downloaded rand_core v0.6.4
8022023-10-24T00:17:53.918Z Downloaded lalrpop-util v0.19.12
8032023-10-24T00:17:53.921Z Downloaded generic-array v0.14.7
8042023-10-24T00:17:53.924Z Downloaded slog-stdlog v4.1.1
8052023-10-24T00:17:53.928Z Downloaded dirs-sys v0.4.1
8062023-10-24T00:17:53.944Z Downloaded textwrap v0.16.0
8072023-10-24T00:17:53.948Z Downloaded take_mut v0.2.2
8082023-10-24T00:17:53.952Z Downloaded crypto-bigint v0.5.2
8092023-10-24T00:17:53.955Z Downloaded subprocess v0.2.9
8102023-10-24T00:17:53.958Z Downloaded foreign-types v0.5.0
8112023-10-24T00:17:53.961Z Downloaded zeroize_derive v1.4.2
8122023-10-24T00:17:53.964Z Downloaded enum-as-inner v0.5.1
8132023-10-24T00:17:53.967Z Downloaded russh-cryptovec v0.7.0
8142023-10-24T00:17:53.971Z Downloaded strum v0.25.0
8152023-10-24T00:17:53.975Z Downloaded unicode-linebreak v0.1.5
8162023-10-24T00:17:53.978Z Downloaded crossbeam-utils v0.8.16
8172023-10-24T00:17:53.981Z Downloaded ff v0.13.0
8182023-10-24T00:17:53.985Z Downloaded slab v0.4.9
8192023-10-24T00:17:53.988Z Downloaded structmeta-derive v0.1.6
8202023-10-24T00:17:53.991Z Downloaded serde_with_macros v2.3.3
8212023-10-24T00:17:53.994Z Downloaded fixedbitset v0.4.2
8222023-10-24T00:17:53.998Z Downloaded tokio-native-tls v0.3.1
8232023-10-24T00:17:54.002Z Downloaded tungstenite v0.20.1
8242023-10-24T00:17:54.005Z Downloaded serde_repr v0.1.16
8252023-10-24T00:17:54.009Z Downloaded home v0.5.5
8262023-10-24T00:17:54.013Z Downloaded aes v0.8.3
8272023-10-24T00:17:54.016Z Downloaded getrandom v0.2.10
8282023-10-24T00:17:54.023Z Downloaded tokio-macros v2.1.0
8292023-10-24T00:17:54.026Z Downloaded hubpack_derive v0.1.1
8302023-10-24T00:17:54.031Z Downloaded structopt-derive v0.4.18
8312023-10-24T00:17:54.035Z Downloaded utf8parse v0.2.1
8322023-10-24T00:17:54.039Z Downloaded hash32 v0.2.1
8332023-10-24T00:17:54.042Z Downloaded term v0.7.0
8342023-10-24T00:17:54.045Z Downloaded secrecy v0.8.0
8352023-10-24T00:17:54.048Z Downloaded rcgen v0.10.0
8362023-10-24T00:17:54.063Z Downloaded scopeguard v1.2.0
8372023-10-24T00:17:54.067Z Downloaded der v0.7.8
8382023-10-24T00:17:54.070Z Downloaded serde_path_to_error v0.1.14
8392023-10-24T00:17:54.074Z Downloaded humantime v2.1.0
8402023-10-24T00:17:54.078Z Downloaded smallvec v1.11.0
8412023-10-24T00:17:54.086Z Downloaded itoa v1.0.9
8422023-10-24T00:17:54.089Z Downloaded russh-keys v0.38.0
8432023-10-24T00:17:54.092Z Downloaded hubpack v0.1.2
8442023-10-24T00:17:54.097Z Downloaded uuid v1.4.1
8452023-10-24T00:17:54.100Z Downloaded env_logger v0.9.3
8462023-10-24T00:17:54.105Z Downloaded unicode-ident v1.0.12
8472023-10-24T00:17:54.108Z Downloaded futures-channel v0.3.28
8482023-10-24T00:17:54.113Z Downloaded usdt-impl v0.3.5
8492023-10-24T00:17:54.116Z Downloaded tracing-attributes v0.1.26
8502023-10-24T00:17:54.119Z Downloaded half v1.8.2
8512023-10-24T00:17:54.123Z Downloaded ron v0.7.1
8522023-10-24T00:17:54.132Z Downloaded toml_edit v0.19.15
8532023-10-24T00:17:54.162Z Downloaded sct v0.7.0
8542023-10-24T00:17:54.168Z Downloaded ryu v1.0.15
8552023-10-24T00:17:54.174Z Downloaded serde_derive v1.0.188
8562023-10-24T00:17:54.183Z Downloaded zone v0.2.0
8572023-10-24T00:17:54.186Z Downloaded ucd-trie v0.1.6
8582023-10-24T00:17:54.190Z Downloaded toml v0.8.0
8592023-10-24T00:17:54.194Z Downloaded hmac v0.12.1
8602023-10-24T00:17:54.199Z Downloaded zip v0.6.6
8612023-10-24T00:17:54.207Z Downloaded futures v0.3.28
8622023-10-24T00:17:54.218Z Downloaded aho-corasick v1.0.4
8632023-10-24T00:17:54.254Z Downloaded heapless v0.7.16
8642023-10-24T00:17:54.260Z Downloaded unicode-segmentation v1.10.1
8652023-10-24T00:17:54.263Z Downloaded time v0.3.27
8662023-10-24T00:17:54.267Z Downloaded hashbrown v0.12.3
8672023-10-24T00:17:54.271Z Downloaded tracing-core v0.1.31
8682023-10-24T00:17:54.276Z Downloaded headers v0.3.9
8692023-10-24T00:17:54.283Z Downloaded itertools v0.11.0
8702023-10-24T00:17:54.298Z Downloaded itertools v0.10.5
8712023-10-24T00:17:54.309Z Downloaded http v0.2.9
8722023-10-24T00:17:54.317Z Downloaded russh v0.38.0
8732023-10-24T00:17:54.326Z Downloaded rustls-webpki v0.101.4
8742023-10-24T00:17:54.353Z Downloaded rand v0.7.3
8752023-10-24T00:17:54.364Z Downloaded clap v2.34.0
8762023-10-24T00:17:54.379Z Downloaded syn v2.0.32
8772023-10-24T00:17:54.400Z Downloaded rusqlite v0.29.0
8782023-10-24T00:17:54.410Z Downloaded syn v1.0.109
8792023-10-24T00:17:54.431Z Downloaded h2 v0.3.21
8802023-10-24T00:17:54.443Z Downloaded smoltcp v0.8.2
8812023-10-24T00:17:54.462Z Downloaded smoltcp v0.9.1
8822023-10-24T00:17:54.484Z Downloaded git2 v0.17.2
8832023-10-24T00:17:54.500Z Downloaded hyper v0.14.27
8842023-10-24T00:17:54.516Z Downloaded rustix v0.37.23
8852023-10-24T00:17:54.553Z Downloaded radix_trie v0.2.1
8862023-10-24T00:17:54.564Z Downloaded zerocopy-derive v0.6.4
8872023-10-24T00:17:54.586Z Downloaded libc v0.2.149
8882023-10-24T00:17:54.636Z Downloaded zerocopy-derive v0.2.0
8892023-10-24T00:17:54.655Z Downloaded bstr v1.6.0
8902023-10-24T00:17:54.676Z Downloaded rustix v0.38.9
8912023-10-24T00:17:54.718Z Downloaded bstr v0.2.17
8922023-10-24T00:17:54.738Z Downloaded winapi v0.3.9
8932023-10-24T00:17:54.813Z Downloaded encoding_rs v0.8.33
8942023-10-24T00:17:54.856Z Downloaded sled v0.34.7
8952023-10-24T00:17:54.876Z Downloaded bzip2-sys v0.1.11+1.0.8
8962023-10-24T00:17:54.901Z Downloaded trust-dns-proto v0.22.0
8972023-10-24T00:17:54.922Z Downloaded curve25519-dalek v4.1.0
8982023-10-24T00:17:54.939Z Downloaded regex-automata v0.3.8
8992023-10-24T00:17:55.094Z Downloaded regex-syntax v0.7.5
9002023-10-24T00:17:55.098Z Downloaded regress v0.7.1
9012023-10-24T00:17:55.101Z Downloaded idna v0.4.0
9022023-10-24T00:17:55.104Z Downloaded tokio v1.33.0
9032023-10-24T00:17:55.107Z Downloaded sha3 v0.10.8
9042023-10-24T00:17:55.110Z Downloaded hkdf v0.12.3
9052023-10-24T00:17:55.113Z Downloaded regex v1.9.5
9062023-10-24T00:17:55.120Z Downloaded futures-util v0.3.28
9072023-10-24T00:17:55.142Z Downloaded rustls v0.21.7
9082023-10-24T00:17:55.163Z Downloaded gimli v0.28.0
9092023-10-24T00:17:55.179Z Downloaded nix v0.26.2
9102023-10-24T00:17:55.198Z Downloaded regex-syntax v0.6.29
9112023-10-24T00:17:55.212Z Downloaded object v0.32.1
9122023-10-24T00:17:55.231Z Downloaded idna v0.2.3
9132023-10-24T00:17:55.244Z Downloaded libgit2-sys v0.15.2+1.6.4
9142023-10-24T00:17:55.350Z Downloaded diesel v2.1.1
9152023-10-24T00:17:55.383Z Downloaded openapiv3 v1.0.3
9162023-10-24T00:17:55.407Z Downloaded vcpkg v0.2.15
9172023-10-24T00:17:55.482Z Downloaded webpki-roots v0.25.2
9182023-10-24T00:17:55.489Z Downloaded openssl v0.10.57
9192023-10-24T00:17:55.508Z Downloaded serde_json v1.0.107
9202023-10-24T00:17:55.522Z Downloaded serde_with v2.3.3
9212023-10-24T00:17:55.534Z Downloaded rand v0.4.6
9222023-10-24T00:17:55.540Z Downloaded winnow v0.5.15
9232023-10-24T00:17:55.556Z Downloaded chrono v0.4.31
9242023-10-24T00:17:55.571Z Downloaded trust-dns-client v0.22.0
9252023-10-24T00:17:55.582Z Downloaded tokio-util v0.7.8
9262023-10-24T00:17:55.593Z Downloaded unicode-normalization v0.1.22
9272023-10-24T00:17:55.600Z Downloaded tracing v0.1.37
9282023-10-24T00:17:55.608Z Downloaded serde v1.0.188
9292023-10-24T00:17:55.615Z Downloaded petgraph v0.6.4
9302023-10-24T00:17:55.640Z Downloaded reqwest v0.11.20
9312023-10-24T00:17:55.654Z Downloaded clap_builder v4.4.2
9322023-10-24T00:17:55.668Z Downloaded regex-automata v0.1.10
9332023-10-24T00:17:55.677Z Downloaded hashbrown v0.14.0
9342023-10-24T00:17:55.687Z Downloaded toml_edit v0.20.0
9352023-10-24T00:17:55.718Z Downloaded aes-gcm v0.10.2
9362023-10-24T00:17:55.725Z Downloaded hashbrown v0.13.2
9372023-10-24T00:17:55.733Z Downloaded hyper-rustls v0.24.1
9382023-10-24T00:17:55.738Z Downloaded hashlink v0.8.3
9392023-10-24T00:17:55.741Z Downloaded typenum v1.16.0
9402023-10-24T00:17:55.747Z Downloaded ed25519-dalek v2.0.0
9412023-10-24T00:17:55.754Z Downloaded pest v2.7.2
9422023-10-24T00:17:55.763Z Downloaded libz-sys v1.1.12
9432023-10-24T00:17:55.888Z Downloaded hex-literal v0.4.1
9442023-10-24T00:17:55.891Z Downloaded hyper-staticfile v0.9.5
9452023-10-24T00:17:55.893Z Downloaded structopt v0.3.26
9462023-10-24T00:17:55.906Z Downloaded spki v0.7.2
9472023-10-24T00:17:55.909Z Downloaded rand_core v0.5.1
9482023-10-24T00:17:55.912Z Downloaded num-bigint v0.4.4
9492023-10-24T00:17:55.920Z Downloaded url v2.4.1
9502023-10-24T00:17:55.933Z Downloaded termcolor v1.2.0
9512023-10-24T00:17:55.936Z Downloaded indexmap v2.0.0
9522023-10-24T00:17:55.939Z Downloaded socket2 v0.5.4
9532023-10-24T00:17:55.942Z Downloaded socket2 v0.4.9
9542023-10-24T00:17:55.945Z Downloaded rand v0.8.5
9552023-10-24T00:17:55.950Z Downloaded tokio-stream v0.1.14
9562023-10-24T00:17:55.957Z Downloaded siphasher v0.3.11
9572023-10-24T00:17:55.960Z Downloaded zerocopy v0.6.4
9582023-10-24T00:17:55.964Z Downloaded hostname v0.3.1
9592023-10-24T00:17:55.967Z Downloaded futures-task v0.3.28
9602023-10-24T00:17:55.970Z Downloaded spin v0.9.8
9612023-10-24T00:17:55.973Z Downloaded rand_chacha v0.3.1
9622023-10-24T00:17:55.976Z Downloaded serde_yaml v0.9.25
9632023-10-24T00:17:55.982Z Downloaded const_format v0.2.31
9642023-10-24T00:17:55.991Z Downloaded funty v2.0.0
9652023-10-24T00:17:55.995Z Downloaded indexmap v1.9.3
9662023-10-24T00:17:55.999Z Downloaded similar v2.2.1
9672023-10-24T00:17:56.008Z Downloaded serde_arrays v0.1.0
9682023-10-24T00:17:56.010Z Downloaded tungstenite v0.18.0
9692023-10-24T00:17:56.015Z Downloaded rustfmt-wrapper v0.2.0
9702023-10-24T00:17:56.018Z Downloaded schemars_derive v0.8.13
9712023-10-24T00:17:56.020Z Downloaded same-file v1.0.6
9722023-10-24T00:17:56.024Z Downloaded jobserver v0.1.26
9732023-10-24T00:17:56.027Z Downloaded vec_map v0.8.2
9742023-10-24T00:17:56.030Z Downloaded strum_macros v0.25.2
9752023-10-24T00:17:56.033Z Downloaded headers-core v0.2.0
9762023-10-24T00:17:56.038Z Downloaded spin v0.5.2
9772023-10-24T00:17:56.041Z Downloaded crossbeam-channel v0.5.8
9782023-10-24T00:17:56.044Z Downloaded fxhash v0.2.1
9792023-10-24T00:17:56.047Z Downloaded futures-sink v0.3.28
9802023-10-24T00:17:56.050Z Downloaded futures-macro v0.3.28
9812023-10-24T00:17:56.053Z Downloaded trust-dns-server v0.22.1
9822023-10-24T00:17:56.062Z Downloaded base64 v0.21.4
9832023-10-24T00:17:56.069Z Downloaded flate2 v1.0.27
9842023-10-24T00:17:56.078Z Downloaded elliptic-curve v0.13.5
9852023-10-24T00:17:56.085Z Downloaded trust-dns-resolver v0.22.0
9862023-10-24T00:17:56.093Z Downloaded tokio-postgres v0.7.10
9872023-10-24T00:17:56.102Z Downloaded terminal_size v0.2.6
9882023-10-24T00:17:56.105Z Downloaded ringbuffer v0.15.0
9892023-10-24T00:17:56.109Z Downloaded dirs v5.0.1
9902023-10-24T00:17:56.111Z Downloaded slog-term v2.9.0
9912023-10-24T00:17:56.114Z Downloaded universal-hash v0.5.1
9922023-10-24T00:17:56.118Z Downloaded rustversion v1.0.14
9932023-10-24T00:17:56.122Z Downloaded keccak v0.1.4
9942023-10-24T00:17:56.125Z Downloaded schemars v0.8.13
9952023-10-24T00:17:56.144Z Downloaded libsqlite3-sys v0.26.0
9962023-10-24T00:17:56.303Z Downloaded ring v0.16.20
9972023-10-24T00:17:56.449Z Downloaded textwrap v0.11.0
9982023-10-24T00:17:56.452Z Downloaded unicode-xid v0.2.4
9992023-10-24T00:17:56.455Z Downloaded slog v2.7.0
10002023-10-24T00:17:56.459Z Downloaded mio v0.8.8
10012023-10-24T00:17:56.468Z Downloaded ipnet v2.8.0
10022023-10-24T00:17:56.471Z Downloaded unsafe-libyaml v0.2.9
10032023-10-24T00:17:56.476Z Downloaded derive_more v0.99.17
10042023-10-24T00:17:56.485Z Downloaded vsss-rs v3.3.1
10052023-10-24T00:17:56.489Z Downloaded serde_tokenstream v0.1.7
10062023-10-24T00:17:56.495Z Downloaded inout v0.1.3
10072023-10-24T00:17:56.498Z Downloaded slog-scope v4.4.0
10082023-10-24T00:17:56.501Z Downloaded foreign-types v0.3.2
10092023-10-24T00:17:56.504Z Downloaded walkdir v2.4.0
10102023-10-24T00:17:56.507Z Downloaded tokio-tungstenite v0.20.1
10112023-10-24T00:17:56.510Z Downloaded slog-json v2.6.1
10122023-10-24T00:17:56.513Z Downloaded ed25519 v2.2.2
10132023-10-24T00:17:56.515Z Downloaded iana-time-zone v0.1.57
10142023-10-24T00:17:56.519Z Downloaded fnv v1.0.7
10152023-10-24T00:17:56.522Z Downloaded fallible-iterator v0.2.0
10162023-10-24T00:17:56.524Z Downloaded slog-dtrace v0.2.3
10172023-10-24T00:17:56.527Z Downloaded filetime v0.2.22
10182023-10-24T00:17:56.530Z Downloaded fastrand v2.0.0
10192023-10-24T00:17:56.533Z Downloaded strsim v0.8.0
10202023-10-24T00:17:56.536Z Downloaded radium v0.7.0
10212023-10-24T00:17:56.539Z Downloaded strsim v0.10.0
10222023-10-24T00:17:56.542Z Downloaded signature v2.1.0
10232023-10-24T00:17:56.545Z Downloaded semver-parser v0.10.2
10242023-10-24T00:17:56.547Z Downloaded zerocopy v0.3.0
10252023-10-24T00:17:56.550Z Downloaded usdt v0.3.5
10262023-10-24T00:17:56.553Z Downloaded smf v0.2.2
10272023-10-24T00:17:56.555Z Downloaded want v0.3.1
10282023-10-24T00:17:56.558Z Downloaded foreign-types-macros v0.2.3
10292023-10-24T00:17:56.561Z Downloaded base64 v0.13.1
10302023-10-24T00:17:56.564Z Downloaded toml v0.7.8
10312023-10-24T00:17:56.567Z Downloaded dyn-clone v1.0.13
10322023-10-24T00:17:56.570Z Downloaded twox-hash v1.6.3
10332023-10-24T00:17:56.573Z Downloaded io-lifetimes v1.0.11
10342023-10-24T00:17:56.576Z Downloaded httparse v1.8.0
10352023-10-24T00:17:56.579Z Downloaded digest v0.10.7
10362023-10-24T00:17:56.581Z Downloaded xattr v1.0.1
10372023-10-24T00:17:56.584Z Downloaded wyz v0.5.1
10382023-10-24T00:17:56.587Z Downloaded vergen v8.2.4
10392023-10-24T00:17:56.590Z Downloaded unicode-bidi v0.3.13
10402023-10-24T00:17:56.593Z Downloaded tokio-tungstenite v0.18.0
10412023-10-24T00:17:56.596Z Downloaded semver v1.0.18
10422023-10-24T00:17:56.599Z Downloaded tinyvec_macros v0.1.1
10432023-10-24T00:17:56.603Z Downloaded sha1 v0.10.5
10442023-10-24T00:17:56.606Z Downloaded serde_spanned v0.6.3
10452023-10-24T00:17:56.609Z Downloaded memchr v2.6.3
10462023-10-24T00:17:56.612Z Downloaded ascii v1.1.0
10472023-10-24T00:17:56.615Z Downloaded parking_lot v0.12.1
10482023-10-24T00:17:56.617Z Downloaded zeroize v1.6.0
10492023-10-24T00:17:56.620Z Downloaded semver v0.11.0
10502023-10-24T00:17:56.623Z Downloaded toml v0.5.11
10512023-10-24T00:17:56.625Z Downloaded tinyvec v1.6.0
10522023-10-24T00:17:56.628Z Downloaded proc-macro2 v1.0.67
10532023-10-24T00:17:56.631Z Downloaded thiserror-impl-no-std v2.0.2
10542023-10-24T00:17:56.633Z Downloaded diesel_derives v2.1.1
10552023-10-24T00:17:56.637Z Downloaded chacha20poly1305 v0.10.1
10562023-10-24T00:17:56.640Z Downloaded toml_datetime v0.6.3
10572023-10-24T00:17:56.643Z Downloaded num-traits v0.2.16
10582023-10-24T00:17:56.646Z Downloaded clap v4.4.3
10592023-10-24T00:17:56.659Z Downloaded ghash v0.5.0
10602023-10-24T00:17:56.662Z Downloaded waitgroup v0.1.2
10612023-10-24T00:17:56.665Z Downloaded usdt-attr-macro v0.3.5
10622023-10-24T00:17:56.668Z Downloaded resolv-conf v0.7.0
10632023-10-24T00:17:56.670Z Downloaded erased-serde v0.3.30
10642023-10-24T00:17:56.673Z Downloaded password-hash v0.4.2
10652023-10-24T00:17:56.676Z Downloaded parse-display-derive v0.7.0
10662023-10-24T00:17:56.679Z Downloaded parking_lot_core v0.9.8
10672023-10-24T00:17:56.682Z Downloaded parking_lot v0.11.2
10682023-10-24T00:17:56.685Z Downloaded rustls-native-certs v0.6.3
10692023-10-24T00:17:56.689Z Downloaded serde_urlencoded v0.7.1
10702023-10-24T00:17:56.692Z Downloaded tar v0.4.40
10712023-10-24T00:17:56.695Z Downloaded openssl-sys v0.9.93
10722023-10-24T00:17:56.700Z Downloaded dtrace-parser v0.1.14
10732023-10-24T00:17:56.703Z Downloaded ipnetwork v0.20.0
10742023-10-24T00:17:56.706Z Downloaded sha2 v0.10.7
10752023-10-24T00:17:56.709Z Downloaded serde_tokenstream v0.2.0
10762023-10-24T00:17:56.713Z Downloaded rand_chacha v0.2.2
10772023-10-24T00:17:56.716Z Downloaded httpdate v1.0.3
10782023-10-24T00:17:56.719Z Downloaded proc-macro-error-attr v1.0.4
10792023-10-24T00:17:56.722Z Downloaded slog-bunyan v2.4.0
10802023-10-24T00:17:56.724Z Downloaded signal-hook-registry v1.4.1
10812023-10-24T00:17:56.727Z Downloaded stable_deref_trait v1.2.0
10822023-10-24T00:17:56.730Z Downloaded smawk v0.3.1
10832023-10-24T00:17:56.732Z Downloaded thread-id v4.2.0
10842023-10-24T00:17:56.735Z Downloaded synstructure v0.12.6
10852023-10-24T00:17:56.738Z Downloaded yasna v0.5.2
10862023-10-24T00:17:56.740Z Downloaded tokio-rustls v0.24.1
10872023-10-24T00:17:56.743Z Downloaded anyhow v1.0.75
10882023-10-24T00:17:56.746Z Downloaded heck v0.4.1
10892023-10-24T00:17:56.749Z Downloaded group v0.13.0
10902023-10-24T00:17:56.752Z Downloaded futures-executor v0.3.28
10912023-10-24T00:17:56.754Z Downloaded time-core v0.1.1
10922023-10-24T00:17:56.757Z Downloaded allocator-api2 v0.2.16
10932023-10-24T00:17:56.760Z Downloaded addr2line v0.21.0
10942023-10-24T00:17:56.763Z Downloaded subtle v2.5.0
10952023-10-24T00:17:56.766Z Downloaded futures-io v0.3.28
10962023-10-24T00:17:56.769Z Downloaded futures-core v0.3.28
10972023-10-24T00:17:56.772Z Downloaded darling_core v0.20.3
10982023-10-24T00:17:56.775Z Downloaded base64ct v1.6.0
10992023-10-24T00:17:56.778Z Downloaded glob v0.3.1
11002023-10-24T00:17:56.781Z Downloaded getopts v0.2.21
11012023-10-24T00:17:56.784Z Downloaded errno v0.3.2
11022023-10-24T00:17:56.787Z Downloaded postgres-types v0.2.6
11032023-10-24T00:17:56.790Z Downloaded backoff v0.4.0
11042023-10-24T00:17:56.792Z Downloaded pem v1.1.1
11052023-10-24T00:17:56.795Z Downloaded parking_lot_core v0.8.6
11062023-10-24T00:17:56.798Z Downloaded either v1.9.0
11072023-10-24T00:17:56.801Z Downloaded aes-gcm-siv v0.11.1
11082023-10-24T00:17:56.803Z Downloaded is-terminal v0.4.9
11092023-10-24T00:17:56.806Z Downloaded instant v0.1.12
11102023-10-24T00:17:56.809Z Downloaded ident_case v1.0.1
11112023-10-24T00:17:56.812Z Downloaded http-range v0.1.5
11122023-10-24T00:17:56.815Z Downloaded postcard v0.7.3
11132023-10-24T00:17:56.817Z Downloaded crossbeam-epoch v0.9.15
11142023-10-24T00:17:56.820Z Downloaded http-body v0.4.5
11152023-10-24T00:17:56.827Z Downloaded zone_cfg_derive v0.2.0
11162023-10-24T00:17:56.830Z Downloaded utf-8 v0.7.6
11172023-10-24T00:17:56.832Z Downloaded version_check v0.9.4
11182023-10-24T00:17:56.835Z Downloaded untrusted v0.7.1
11192023-10-24T00:17:56.838Z Downloaded unicode-width v0.1.10
11202023-10-24T00:17:56.841Z Downloaded time-macros v0.2.13
11212023-10-24T00:17:56.843Z Downloaded thiserror-impl v1.0.49
11222023-10-24T00:17:56.846Z Downloaded thiserror v1.0.49
11232023-10-24T00:17:56.849Z Downloaded ansi_term v0.12.1
11242023-10-24T00:17:56.853Z Downloaded ahash v0.8.3
11252023-10-24T00:17:56.855Z Downloaded miniz_oxide v0.7.1
11262023-10-24T00:17:56.858Z Downloaded omicron-zone-package v0.8.3
11272023-10-24T00:17:56.861Z Downloaded anstream v0.5.0
11282023-10-24T00:17:56.864Z Downloaded num-rational v0.4.1
11292023-10-24T00:17:56.866Z Downloaded platforms v3.0.2
11302023-10-24T00:17:56.869Z Downloaded pin-utils v0.1.0
11312023-10-24T00:17:56.872Z Downloaded pbkdf2 v0.11.0
11322023-10-24T00:17:56.875Z Downloaded num-complex v0.4.4
11332023-10-24T00:17:56.878Z Downloaded ciborium v0.2.1
11342023-10-24T00:17:56.880Z Downloaded foreign-types-shared v0.3.1
11352023-10-24T00:17:56.883Z Downloaded foreign-types-shared v0.1.1
11362023-10-24T00:17:56.898Z Downloaded postgres-protocol v0.6.6
11372023-10-24T00:17:56.902Z Downloaded float-cmp v0.9.0
11382023-10-24T00:17:56.905Z Downloaded equivalent v1.0.1
11392023-10-24T00:17:56.909Z Downloaded cpufeatures v0.2.9
11402023-10-24T00:17:56.912Z Downloaded convert_case v0.4.0
11412023-10-24T00:17:56.914Z Downloaded cipher v0.4.4
11422023-10-24T00:17:56.917Z Downloaded bitflags v1.3.2
11432023-10-24T00:17:56.920Z Downloaded bit-vec v0.6.3
11442023-10-24T00:17:56.923Z Downloaded bincode v1.3.3
11452023-10-24T00:17:56.925Z Downloaded deranged v0.3.8
11462023-10-24T00:17:56.928Z Downloaded pbkdf2 v0.12.2
11472023-10-24T00:17:56.931Z Downloaded password-hash v0.5.0
11482023-10-24T00:17:56.934Z Downloaded autocfg v1.1.0
11492023-10-24T00:17:56.936Z Downloaded pest_generator v2.7.2
11502023-10-24T00:17:56.939Z Downloaded num_enum_derive v0.5.11
11512023-10-24T00:17:56.942Z Downloaded ppv-lite86 v0.2.17
11522023-10-24T00:17:56.945Z Downloaded percent-encoding v2.3.0
11532023-10-24T00:17:56.947Z Downloaded atomic-waker v1.1.1
11542023-10-24T00:17:56.950Z Downloaded bitvec v1.0.1
11552023-10-24T00:17:56.953Z Downloaded num_enum_derive v0.7.0
11562023-10-24T00:17:56.956Z Downloaded num_enum v0.5.11
11572023-10-24T00:17:56.959Z Downloaded bytes v1.5.0
11582023-10-24T00:17:56.962Z Downloaded cstr-argument v0.1.2
11592023-10-24T00:17:56.965Z Downloaded dof v0.1.5
11602023-10-24T00:17:56.969Z Downloaded difflib v0.4.0
11612023-10-24T00:17:56.972Z Downloaded usdt-macro v0.3.5
11622023-10-24T00:17:56.978Z Downloaded mime_guess v2.0.4
11632023-10-24T00:17:56.982Z Downloaded tower-service v0.3.2
11642023-10-24T00:17:56.985Z Downloaded toolchain_find v0.2.0
11652023-10-24T00:17:56.988Z Downloaded precomputed-hash v0.1.1
11662023-10-24T00:17:56.991Z Downloaded crc32fast v1.3.2
11672023-10-24T00:17:56.994Z Downloaded aead v0.5.2
11682023-10-24T00:17:56.997Z Downloaded num-integer v0.1.45
11692023-10-24T00:17:57.000Z Downloaded clap_derive v4.4.2
11702023-10-24T00:17:57.003Z Downloaded num v0.4.1
11712023-10-24T00:17:57.006Z Downloaded ciborium-ll v0.2.1
11722023-10-24T00:17:57.009Z Downloaded chacha20 v0.9.1
11732023-10-24T00:17:57.012Z Downloaded macaddr v1.0.1
11742023-10-24T00:17:57.015Z Downloaded data-encoding v2.4.0
11752023-10-24T00:17:57.017Z Downloaded native-tls v0.2.11
11762023-10-24T00:17:57.020Z Downloaded mime v0.3.17
11772023-10-24T00:17:57.023Z Downloaded bzip2 v0.4.4
11782023-10-24T00:17:57.026Z Downloaded pretty-hex v0.2.1
11792023-10-24T00:17:57.029Z Downloaded num-derive v0.4.0
11802023-10-24T00:17:57.032Z Downloaded debug-ignore v1.0.5
11812023-10-24T00:17:57.034Z Downloaded async-trait v0.1.73
11822023-10-24T00:17:57.037Z Downloaded async-stream-impl v0.3.5
11832023-10-24T00:17:57.040Z Downloaded const-oid v0.9.5
11842023-10-24T00:17:57.046Z Downloaded memoffset v0.9.0
11852023-10-24T00:17:57.051Z Downloaded cfg-if v0.1.10
11862023-10-24T00:17:57.054Z Downloaded camino v1.1.6
11872023-10-24T00:17:57.057Z Downloaded option-ext v0.2.0
11882023-10-24T00:17:57.060Z Downloaded async-stream v0.3.5
11892023-10-24T00:17:57.063Z Downloaded blake2 v0.10.6
11902023-10-24T00:17:57.066Z Downloaded num_threads v0.1.6
11912023-10-24T00:17:57.070Z Downloaded opaque-debug v0.3.0
11922023-10-24T00:17:57.073Z Downloaded once_cell v1.18.0
11932023-10-24T00:17:57.077Z Downloaded new_debug_unreachable v1.0.4
11942023-10-24T00:17:57.081Z Downloaded tempfile v3.8.0
11952023-10-24T00:17:57.084Z Downloaded r2d2 v0.8.10
11962023-10-24T00:17:57.087Z Downloaded quote v1.0.33
11972023-10-24T00:17:57.090Z Downloaded proc-macro-error v1.0.4
11982023-10-24T00:17:57.093Z Downloaded predicates-core v1.0.6
11992023-10-24T00:17:57.096Z Downloaded bit_field v0.10.2
12002023-10-24T00:17:57.099Z Downloaded polyval v0.6.1
12012023-10-24T00:17:57.102Z Downloaded pkcs8 v0.10.2
12022023-10-24T00:17:57.105Z Downloaded poly1305 v0.8.0
12032023-10-24T00:17:57.108Z Downloaded cfg-if v1.0.0
12042023-10-24T00:17:57.111Z Downloaded crucible-workspace-hack v0.1.0
12052023-10-24T00:17:57.115Z Downloaded quick-error v1.2.3
12062023-10-24T00:17:57.119Z Downloaded proc-macro-crate v1.3.1
12072023-10-24T00:17:57.124Z Downloaded pretty-hex v0.3.0
12082023-10-24T00:17:57.128Z Downloaded postcard-cobs v0.1.5-pre
12092023-10-24T00:17:57.134Z Downloaded bitstruct v0.1.1
12102023-10-24T00:17:57.140Z Downloaded memoffset v0.7.1
12112023-10-24T00:17:57.144Z Downloaded camino-tempfile v1.0.2
12122023-10-24T00:17:57.147Z Downloaded lru-cache v0.1.2
12132023-10-24T00:17:57.150Z Downloaded const_format_proc_macros v0.2.31
12142023-10-24T00:17:57.153Z Downloaded phf v0.11.2
12152023-10-24T00:17:57.156Z Downloaded clap_lex v0.5.1
12162023-10-24T00:17:57.159Z Downloaded bcrypt-pbkdf v0.10.0
12172023-10-24T00:17:57.163Z Downloaded pest_meta v2.7.2
12182023-10-24T00:17:57.166Z Downloaded byteorder v1.4.3
12192023-10-24T00:17:57.170Z Downloaded openssl-probe v0.1.5
12202023-10-24T00:17:57.173Z Downloaded md5 v0.7.0
12212023-10-24T00:17:57.177Z Downloaded managed v0.8.0
12222023-10-24T00:17:57.180Z Downloaded match_cfg v0.1.0
12232023-10-24T00:17:57.184Z Downloaded lazy_static v1.4.0
12242023-10-24T00:17:57.187Z Downloaded linked-hash-map v0.5.6
12252023-10-24T00:17:57.190Z Downloaded log v0.4.20
12262023-10-24T00:17:57.193Z Downloaded blowfish v0.9.1
12272023-10-24T00:17:57.630Z Compiling proc-macro2 v1.0.67
12282023-10-24T00:17:57.633Z Compiling unicode-ident v1.0.12
12292023-10-24T00:17:57.637Z Compiling libc v0.2.149
12302023-10-24T00:17:57.640Z Compiling serde v1.0.188
12312023-10-24T00:17:57.652Z Compiling version_check v0.9.4
12322023-10-24T00:17:57.656Z Compiling autocfg v1.1.0
12332023-10-24T00:17:57.659Z Compiling cfg-if v1.0.0
12342023-10-24T00:17:57.664Z Compiling syn v1.0.109
12352023-10-24T00:17:58.009Z Compiling typenum v1.16.0
12362023-10-24T00:17:58.031Z Compiling once_cell v1.18.0
12372023-10-24T00:17:58.696Z Compiling thiserror v1.0.49
12382023-10-24T00:17:58.835Z Compiling generic-array v0.14.7
12392023-10-24T00:17:58.860Z Compiling lock_api v0.4.10
12402023-10-24T00:18:01.597Z Compiling libm v0.2.7
12412023-10-24T00:18:01.638Z Compiling parking_lot_core v0.9.8
12422023-10-24T00:18:01.706Z Compiling num-traits v0.2.16
12432023-10-24T00:18:01.808Z Compiling itoa v1.0.9
12442023-10-24T00:18:01.951Z Compiling memchr v2.6.3
12452023-10-24T00:18:02.063Z Compiling futures-core v0.3.28
12462023-10-24T00:18:02.135Z Compiling ahash v0.8.3
12472023-10-24T00:18:02.207Z Compiling serde_json v1.0.107
12482023-10-24T00:18:02.596Z Compiling log v0.4.20
12492023-10-24T00:18:02.720Z Compiling slab v0.4.9
12502023-10-24T00:18:02.812Z Compiling futures-channel v0.3.28
12512023-10-24T00:18:03.154Z Compiling quote v1.0.33
12522023-10-24T00:18:03.260Z Compiling futures-task v0.3.28
12532023-10-24T00:18:03.369Z Compiling futures-util v0.3.28
12542023-10-24T00:18:03.542Z Compiling pkg-config v0.3.27
12552023-10-24T00:18:03.696Z Compiling syn v2.0.32
12562023-10-24T00:18:04.282Z Compiling getrandom v0.2.10
12572023-10-24T00:18:04.300Z Compiling jobserver v0.1.26
12582023-10-24T00:18:04.514Z Compiling ryu v1.0.15
12592023-10-24T00:18:04.864Z Compiling cc v1.0.83
12602023-10-24T00:18:05.044Z Compiling rand_core v0.6.4
12612023-10-24T00:18:05.152Z Compiling vcpkg v0.2.15
12622023-10-24T00:18:05.336Z Compiling schemars v0.8.13
12632023-10-24T00:18:05.379Z Compiling allocator-api2 v0.2.16
12642023-10-24T00:18:05.715Z Compiling heck v0.4.1
12652023-10-24T00:18:05.808Z Compiling equivalent v1.0.1
12662023-10-24T00:18:05.969Z Compiling scopeguard v1.2.0
12672023-10-24T00:18:06.692Z Compiling hashbrown v0.14.0
12682023-10-24T00:18:07.025Z Compiling smallvec v1.11.0
12692023-10-24T00:18:07.750Z Compiling byteorder v1.4.3
12702023-10-24T00:18:08.153Z Compiling httparse v1.8.0
12712023-10-24T00:18:08.559Z Compiling fnv v1.0.7
12722023-10-24T00:18:08.736Z Compiling iana-time-zone v0.1.57
12732023-10-24T00:18:08.762Z Compiling pin-project-lite v0.2.13
12742023-10-24T00:18:08.765Z Compiling semver v1.0.18
12752023-10-24T00:18:09.443Z Compiling subtle v2.5.0
12762023-10-24T00:18:09.511Z Compiling indexmap v1.9.3
12772023-10-24T00:18:09.636Z Compiling ring v0.16.20
12782023-10-24T00:18:09.904Z Compiling parking_lot v0.12.1
12792023-10-24T00:18:09.929Z Compiling time-core v0.1.1
12802023-10-24T00:18:10.003Z Compiling tinyvec_macros v0.1.1
12812023-10-24T00:18:10.070Z Compiling dyn-clone v1.0.13
12822023-10-24T00:18:10.129Z Compiling tinyvec v1.6.0
12832023-10-24T00:18:10.190Z Compiling time-macros v0.2.13
12842023-10-24T00:18:10.437Z Compiling openssl-sys v0.9.93
12852023-10-24T00:18:10.460Z Compiling mio v0.8.8
12862023-10-24T00:18:11.602Z Compiling signal-hook-registry v1.4.1
12872023-10-24T00:18:11.651Z Compiling num_cpus v1.16.0
12882023-10-24T00:18:11.822Z Compiling socket2 v0.5.4
12892023-10-24T00:18:12.554Z Compiling rustls v0.21.7
12902023-10-24T00:18:12.787Z Compiling unicode-normalization v0.1.22
12912023-10-24T00:18:12.920Z Compiling unicode-bidi v0.3.13
12922023-10-24T00:18:13.345Z Compiling slog v2.7.0
12932023-10-24T00:18:13.953Z Compiling spin v0.5.2
12942023-10-24T00:18:14.351Z Compiling percent-encoding v2.3.0
12952023-10-24T00:18:14.639Z Compiling ucd-trie v0.1.6
12962023-10-24T00:18:14.880Z Compiling backtrace v0.3.69
12972023-10-24T00:18:14.988Z Compiling serde_derive_internals v0.26.0
12982023-10-24T00:18:15.204Z Compiling async-trait v0.1.73
12992023-10-24T00:18:15.459Z Compiling form_urlencoded v1.2.0
13002023-10-24T00:18:15.513Z Compiling aho-corasick v1.0.4
13012023-10-24T00:18:15.833Z Compiling openssl v0.10.57
13022023-10-24T00:18:15.897Z Compiling regex-syntax v0.7.5
13032023-10-24T00:18:15.922Z Compiling pin-utils v0.1.0
13042023-10-24T00:18:16.046Z Compiling futures-sink v0.3.28
13052023-10-24T00:18:16.260Z Compiling winnow v0.5.15
13062023-10-24T00:18:16.374Z Compiling anyhow v1.0.75
13072023-10-24T00:18:17.609Z Compiling idna v0.4.0
13082023-10-24T00:18:18.763Z Compiling native-tls v0.2.11
13092023-10-24T00:18:19.246Z Compiling url v2.4.1
13102023-10-24T00:18:20.435Z Compiling unicode-xid v0.2.4
13112023-10-24T00:18:21.489Z Compiling rustversion v1.0.14
13122023-10-24T00:18:21.867Z Compiling regex-automata v0.3.8
13132023-10-24T00:18:22.381Z Compiling futures-io v0.3.28
13142023-10-24T00:18:22.648Z Compiling unicode-width v0.1.10
13152023-10-24T00:18:22.870Z Compiling const-oid v0.9.5
13162023-10-24T00:18:23.301Z Compiling hashbrown v0.13.2
13172023-10-24T00:18:23.646Z Compiling synstructure v0.12.6
13182023-10-24T00:18:25.114Z Compiling cpufeatures v0.2.9
13192023-10-24T00:18:25.234Z Compiling crossbeam-utils v0.8.16
13202023-10-24T00:18:25.261Z Compiling tracing-core v0.1.31
13212023-10-24T00:18:25.933Z Compiling adler v1.0.2
13222023-10-24T00:18:26.082Z Compiling rustix v0.38.9
13232023-10-24T00:18:26.285Z Compiling miniz_oxide v0.7.1
13242023-10-24T00:18:26.322Z Compiling usdt-impl v0.3.5
13252023-10-24T00:18:27.214Z Compiling ppv-lite86 v0.2.17
13262023-10-24T00:18:27.946Z Compiling gimli v0.28.0
13272023-10-24T00:18:27.969Z Compiling bitflags v1.3.2
13282023-10-24T00:18:28.367Z Compiling object v0.32.1
13292023-10-24T00:18:28.372Z Compiling num_threads v0.1.6
13302023-10-24T00:18:28.539Z Compiling rustc-demangle v0.1.23
13312023-10-24T00:18:28.570Z Compiling deranged v0.3.8
13322023-10-24T00:18:28.676Z Compiling schemars_derive v0.8.13
13332023-10-24T00:18:28.714Z Compiling serde_derive v1.0.188
13342023-10-24T00:18:29.211Z Compiling zeroize_derive v1.4.2
13352023-10-24T00:18:30.315Z Compiling thiserror-impl v1.0.49
13362023-10-24T00:18:31.824Z Compiling tokio-macros v2.1.0
13372023-10-24T00:18:31.852Z Compiling futures-macro v0.3.28
13382023-10-24T00:18:33.852Z Compiling tracing-attributes v0.1.26
13392023-10-24T00:18:34.359Z Compiling zeroize v1.6.0
13402023-10-24T00:18:35.374Z Compiling pest v2.7.2
13412023-10-24T00:18:36.799Z Compiling openssl-macros v0.1.1
13422023-10-24T00:18:37.341Z Compiling crypto-common v0.1.6
13432023-10-24T00:18:37.700Z Compiling regex v1.9.5
13442023-10-24T00:18:38.037Z Compiling block-buffer v0.10.4
13452023-10-24T00:18:39.413Z Compiling digest v0.10.7
13462023-10-24T00:18:39.575Z Compiling pest_meta v2.7.2
13472023-10-24T00:18:39.628Z Compiling zerocopy-derive v0.2.0
13482023-10-24T00:18:40.113Z Compiling tracing v0.1.37
13492023-10-24T00:18:40.396Z Compiling addr2line v0.21.0
13502023-10-24T00:18:40.495Z Compiling time v0.3.27
13512023-10-24T00:18:40.920Z Compiling thread-id v4.2.0
13522023-10-24T00:18:41.503Z Compiling rand_chacha v0.3.1
13532023-10-24T00:18:43.537Z Compiling pest_generator v2.7.2
13542023-10-24T00:18:44.190Z Compiling zerocopy v0.3.0
13552023-10-24T00:18:45.622Z Compiling dof v0.1.5
13562023-10-24T00:18:47.258Z Compiling base64 v0.21.4
13572023-10-24T00:18:47.285Z Compiling pest_derive v2.7.2
13582023-10-24T00:18:48.081Z Compiling rand v0.8.5
13592023-10-24T00:18:48.458Z Compiling dtrace-parser v0.1.14
13602023-10-24T00:18:48.609Z Compiling lazy_static v1.4.0
13612023-10-24T00:18:49.025Z Compiling untrusted v0.7.1
13622023-10-24T00:18:49.068Z Compiling strum_macros v0.25.2
13632023-10-24T00:18:50.398Z Compiling strsim v0.10.0
13642023-10-24T00:18:51.238Z Compiling regress v0.7.1
13652023-10-24T00:18:51.741Z Compiling socket2 v0.4.9
13662023-10-24T00:18:52.109Z Compiling hashbrown v0.12.3
13672023-10-24T00:18:53.224Z Compiling bytes v1.5.0
13682023-10-24T00:18:53.530Z Compiling indexmap v2.0.0
13692023-10-24T00:18:53.945Z Compiling chrono v0.4.31
13702023-10-24T00:18:54.850Z Compiling uuid v1.4.1
13712023-10-24T00:18:55.331Z Compiling http v0.2.9
13722023-10-24T00:18:55.483Z Compiling tokio v1.33.0
13732023-10-24T00:18:55.988Z Compiling serde_spanned v0.6.3
13742023-10-24T00:18:56.037Z Compiling toml_datetime v0.6.3
13752023-10-24T00:18:56.368Z Compiling bitflags v2.4.0
13762023-10-24T00:18:56.777Z Compiling toml_edit v0.19.15
13772023-10-24T00:18:56.890Z Compiling rustc_version v0.4.0
13782023-10-24T00:18:57.065Z Compiling openapiv3 v1.0.3
13792023-10-24T00:19:00.060Z Compiling serde_tokenstream v0.1.7
13802023-10-24T00:19:00.863Z Compiling serde_tokenstream v0.2.0
13812023-10-24T00:19:01.151Z Compiling sct v0.7.0
13822023-10-24T00:19:01.638Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13832023-10-24T00:19:01.671Z Compiling rustls-webpki v0.101.4
13842023-10-24T00:19:02.455Z Compiling try-lock v0.2.4
13852023-10-24T00:19:02.695Z Compiling httpdate v1.0.3
13862023-10-24T00:19:02.790Z Compiling usdt-macro v0.3.5
13872023-10-24T00:19:03.424Z Compiling usdt-attr-macro v0.3.5
13882023-10-24T00:19:04.962Z Compiling want v0.3.1
13892023-10-24T00:19:05.416Z Compiling http-body v0.4.5
13902023-10-24T00:19:05.492Z Compiling rustls-pemfile v1.0.3
13912023-10-24T00:19:05.701Z Compiling mime v0.3.17
13922023-10-24T00:19:05.882Z Compiling foreign-types-shared v0.1.1
13932023-10-24T00:19:06.037Z Compiling openssl-probe v0.1.5
13942023-10-24T00:19:06.060Z Compiling tower-service v0.3.2
13952023-10-24T00:19:06.234Z Compiling foreign-types v0.3.2
13962023-10-24T00:19:06.574Z Compiling errno v0.3.2
13972023-10-24T00:19:06.673Z Compiling ipnet v2.8.0
13982023-10-24T00:19:06.879Z Compiling getopts v0.2.21
13992023-10-24T00:19:08.553Z Compiling tokio-util v0.7.8
14002023-10-24T00:19:08.781Z Compiling encoding_rs v0.8.33
14012023-10-24T00:19:08.852Z Compiling unsafe-libyaml v0.2.9
14022023-10-24T00:19:10.635Z Compiling h2 v0.3.21
14032023-10-24T00:19:10.926Z Compiling rustls-native-certs v0.6.3
14042023-10-24T00:19:11.604Z Compiling tokio-rustls v0.24.1
14052023-10-24T00:19:12.032Z Compiling serde_yaml v0.9.25
14062023-10-24T00:19:12.230Z Compiling serde_urlencoded v0.7.1
14072023-10-24T00:19:13.596Z Compiling webpki-roots v0.25.2
14082023-10-24T00:19:18.268Z Compiling hmac v0.12.1
14092023-10-24T00:19:18.300Z Compiling num-integer v0.1.45
14102023-10-24T00:19:18.750Z Compiling sha2 v0.10.7
14112023-10-24T00:19:20.061Z Compiling tokio-native-tls v0.3.1
14122023-10-24T00:19:20.211Z Compiling block-padding v0.3.3
14132023-10-24T00:19:20.482Z Compiling futures-executor v0.3.28
14142023-10-24T00:19:20.562Z Compiling inout v0.1.3
14152023-10-24T00:19:20.972Z Compiling cipher v0.4.4
14162023-10-24T00:19:21.472Z Compiling toml v0.7.8
14172023-10-24T00:19:21.721Z Compiling fallible-iterator v0.2.0
14182023-10-24T00:19:21.907Z Compiling crc32fast v1.3.2
14192023-10-24T00:19:22.262Z Compiling hyper v0.14.27
14202023-10-24T00:19:22.983Z Compiling futures v0.3.28
14212023-10-24T00:19:23.504Z Compiling ipnetwork v0.20.0
14222023-10-24T00:19:23.513Z Compiling spin v0.9.8
14232023-10-24T00:19:23.671Z Compiling siphasher v0.3.11
14242023-10-24T00:19:23.751Z Compiling usdt v0.3.5
14252023-10-24T00:19:24.708Z Compiling md-5 v0.10.5
14262023-10-24T00:19:25.072Z Compiling stringprep v0.1.3
14272023-10-24T00:19:26.177Z Compiling io-lifetimes v1.0.11
14282023-10-24T00:19:26.201Z Compiling postgres-protocol v0.6.6
14292023-10-24T00:19:26.785Z Compiling phf_shared v0.11.2
14302023-10-24T00:19:26.820Z Compiling hex v0.4.3
14312023-10-24T00:19:27.320Z Compiling enum-as-inner v0.5.1
14322023-10-24T00:19:27.836Z Compiling slog-async v2.8.0
14332023-10-24T00:19:27.859Z Compiling postgres-types v0.2.6
14342023-10-24T00:19:28.442Z Compiling phf v0.11.2
14352023-10-24T00:19:28.583Z Compiling num-bigint v0.4.4
14362023-10-24T00:19:28.874Z Compiling data-encoding v2.4.0
14372023-10-24T00:19:29.244Z Compiling rustix v0.37.23
14382023-10-24T00:19:29.254Z Compiling whoami v1.4.1
14392023-10-24T00:19:30.203Z Compiling tokio-postgres v0.7.10
14402023-10-24T00:19:30.260Z Compiling zerocopy-derive v0.6.4
14412023-10-24T00:19:30.580Z Compiling static_assertions v1.1.0
14422023-10-24T00:19:33.144Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14432023-10-24T00:19:33.693Z Compiling hyper-rustls v0.24.1
14442023-10-24T00:19:33.852Z Compiling hyper-tls v0.5.0
14452023-10-24T00:19:34.135Z Compiling ident_case v1.0.1
14462023-10-24T00:19:34.377Z Compiling reqwest v0.11.20
14472023-10-24T00:19:34.413Z Compiling either v1.9.0
14482023-10-24T00:19:34.909Z Compiling darling_core v0.20.3
14492023-10-24T00:19:35.956Z Compiling camino v1.1.6
14502023-10-24T00:19:36.347Z Compiling flate2 v1.0.27
14512023-10-24T00:19:36.848Z Compiling heapless v0.7.16
14522023-10-24T00:19:37.471Z Compiling bzip2-sys v0.1.11+1.0.8
14532023-10-24T00:19:38.015Z Compiling memoffset v0.9.0
14542023-10-24T00:19:38.107Z Compiling managed v0.8.0
14552023-10-24T00:19:38.434Z Compiling radium v0.7.0
14562023-10-24T00:19:38.843Z Compiling matches v0.1.10
14572023-10-24T00:19:38.984Z Compiling unicode-segmentation v1.10.1
14582023-10-24T00:19:39.069Z Compiling idna v0.2.3
14592023-10-24T00:19:39.422Z Compiling itertools v0.11.0
14602023-10-24T00:19:40.545Z Compiling multer v2.1.0
14612023-10-24T00:19:40.709Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14622023-10-24T00:19:40.908Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14632023-10-24T00:19:41.059Z Compiling trust-dns-proto v0.22.0
14642023-10-24T00:19:42.119Z Compiling async-stream-impl v0.3.5
14652023-10-24T00:19:44.158Z Compiling darling_macro v0.20.3
14662023-10-24T00:19:44.240Z Compiling num-iter v0.1.43
14672023-10-24T00:19:44.358Z Compiling crossbeam-epoch v0.9.15
14682023-10-24T00:19:44.666Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14692023-10-24T00:19:44.952Z Compiling paste v1.0.14
14702023-10-24T00:19:45.615Z Compiling utf8parse v0.2.1
14712023-10-24T00:19:45.665Z Compiling darling v0.20.3
14722023-10-24T00:19:45.701Z Compiling bit-vec v0.6.3
14732023-10-24T00:19:45.861Z Compiling serde_with_macros v2.3.3
14742023-10-24T00:19:45.865Z Compiling smoltcp v0.9.1
14752023-10-24T00:19:46.418Z Compiling anstyle v1.0.2
14762023-10-24T00:19:46.830Z Compiling anstyle-parse v0.2.1
14772023-10-24T00:19:49.302Z Compiling zerocopy v0.6.4
14782023-10-24T00:19:49.772Z Compiling signature v2.1.0
14792023-10-24T00:19:50.118Z Compiling clap_derive v4.4.2
14802023-10-24T00:19:50.152Z Compiling hubpack_derive v0.1.1
14812023-10-24T00:19:50.702Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14822023-10-24T00:19:51.463Z Compiling anstyle-query v1.0.0
14832023-10-24T00:19:51.651Z Compiling colorchoice v1.0.0
14842023-10-24T00:19:51.892Z Compiling anstream v0.5.0
14852023-10-24T00:19:52.972Z Compiling yasna v0.5.2
14862023-10-24T00:19:53.228Z Compiling terminal_size v0.2.6
14872023-10-24T00:19:54.105Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14882023-10-24T00:19:54.344Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14892023-10-24T00:19:55.634Z Compiling structmeta-derive v0.1.6
14902023-10-24T00:19:56.144Z Compiling diesel_table_macro_syntax v0.1.0
14912023-10-24T00:19:56.273Z Compiling hash32 v0.2.1
14922023-10-24T00:19:56.743Z Compiling clap_lex v0.5.1
14932023-10-24T00:19:57.205Z Compiling tap v1.0.1
14942023-10-24T00:19:57.261Z Compiling stable_deref_trait v1.2.0
14952023-10-24T00:19:57.627Z Compiling clap_builder v4.4.2
14962023-10-24T00:19:58.090Z Compiling wyz v0.5.1
14972023-10-24T00:19:58.562Z Compiling diesel_derives v2.1.1
14982023-10-24T00:19:59.426Z Compiling tokio-stream v0.1.14
14992023-10-24T00:19:59.825Z Compiling serde_repr v0.1.16
15002023-10-24T00:20:00.041Z Compiling structmeta v0.1.6
15012023-10-24T00:20:00.373Z Compiling scheduled-thread-pool v0.2.7
15022023-10-24T00:20:00.668Z Compiling regex-automata v0.1.10
15032023-10-24T00:20:00.998Z Compiling funty v2.0.0
15042023-10-24T00:20:01.338Z Compiling regex-syntax v0.6.29
15052023-10-24T00:20:01.453Z Compiling bstr v0.2.17
15062023-10-24T00:20:02.407Z Compiling r2d2 v0.8.10
15072023-10-24T00:20:03.963Z Compiling clap v4.4.3
15082023-10-24T00:20:04.131Z Compiling bitvec v1.0.1
15092023-10-24T00:20:05.788Z Compiling hubpack v0.1.2
15102023-10-24T00:20:06.524Z Compiling itertools v0.10.5
15112023-10-24T00:20:06.767Z Compiling phf_shared v0.10.0
15122023-10-24T00:20:07.447Z Compiling float-cmp v0.9.0
15132023-10-24T00:20:07.678Z Compiling difflib v0.4.0
15142023-10-24T00:20:07.800Z Compiling unicode-linebreak v0.1.5
15152023-10-24T00:20:08.676Z Compiling predicates-core v1.0.6
15162023-10-24T00:20:09.512Z Compiling fixedbitset v0.4.2
15172023-10-24T00:20:10.274Z Compiling smawk v0.3.1
15182023-10-24T00:20:10.496Z Compiling precomputed-hash v0.1.1
15192023-10-24T00:20:10.607Z Compiling normalize-line-endings v0.3.0
15202023-10-24T00:20:10.789Z Compiling new_debug_unreachable v1.0.4
15212023-10-24T00:20:10.929Z Compiling string_cache v0.8.7
15222023-10-24T00:20:11.032Z Compiling parse-display-derive v0.7.0
15232023-10-24T00:20:11.340Z Compiling predicates v3.0.4
15242023-10-24T00:20:11.696Z Compiling textwrap v0.16.0
15252023-10-24T00:20:11.699Z Compiling petgraph v0.6.4
15262023-10-24T00:20:13.908Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15272023-10-24T00:20:14.519Z Compiling similar v2.2.1
15282023-10-24T00:20:16.514Z Compiling bit-set v0.5.3
15292023-10-24T00:20:16.940Z Compiling console v0.15.7
15302023-10-24T00:20:17.251Z Compiling bstr v1.6.0
15312023-10-24T00:20:17.417Z Compiling lalrpop-util v0.19.12
15322023-10-24T00:20:22.585Z Compiling diesel v2.1.1
15332023-10-24T00:20:28.219Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15342023-10-24T00:20:28.809Z Compiling proc-macro-crate v1.3.1
15352023-10-24T00:20:30.227Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15362023-10-24T00:20:39.234Z Compiling crucible-workspace-hack v0.1.0
15372023-10-24T00:20:58.700Z Compiling atty v0.2.14
15382023-10-24T00:21:02.031Z Compiling sha1 v0.10.5
15392023-10-24T00:21:02.137Z Compiling match_cfg v0.1.0
15402023-10-24T00:21:02.278Z Compiling hostname v0.3.1
15412023-10-24T00:21:08.990Z Compiling dirs-sys-next v0.1.2
15422023-10-24T00:21:09.643Z Compiling dirs-next v2.0.0
15432023-10-24T00:21:13.430Z Compiling thread_local v1.1.7
15442023-10-24T00:21:16.988Z Compiling term v0.7.0
15452023-10-24T00:21:17.021Z Compiling crossbeam-channel v0.5.8
15462023-10-24T00:21:18.776Z Compiling take_mut v0.2.2
15472023-10-24T00:21:19.029Z Compiling slog-term v2.9.0
15482023-10-24T00:21:20.632Z Compiling slog-json v2.6.1
15492023-10-24T00:21:21.152Z Compiling instant v0.1.12
15502023-10-24T00:21:21.375Z Compiling slog-bunyan v2.4.0
15512023-10-24T00:21:22.627Z Compiling strum v0.25.0
15522023-10-24T00:21:22.888Z Compiling atomic-waker v1.1.1
15532023-10-24T00:21:23.342Z Compiling waitgroup v0.1.2
15542023-10-24T00:21:23.680Z Compiling num_enum_derive v0.5.11
15552023-10-24T00:21:23.882Z Compiling serde_with v2.3.3
15562023-10-24T00:21:23.921Z Compiling async-stream v0.3.5
15572023-10-24T00:21:25.942Z Compiling serde_path_to_error v0.1.14
15582023-10-24T00:21:26.164Z Compiling libz-sys v1.1.12
15592023-10-24T00:21:26.468Z Compiling debug-ignore v1.0.5
15602023-10-24T00:21:26.695Z Compiling fastrand v2.0.0
15612023-10-24T00:21:27.407Z Compiling tempfile v3.8.0
15622023-10-24T00:21:29.160Z Compiling slog-dtrace v0.2.3
15632023-10-24T00:21:29.357Z Compiling proc-macro-error-attr v1.0.4
15642023-10-24T00:21:31.060Z Compiling backoff v0.4.0
15652023-10-24T00:21:31.519Z Compiling parse-display v0.7.0
15662023-10-24T00:21:31.984Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15672023-10-24T00:21:32.840Z Compiling macaddr v1.0.1
15682023-10-24T00:21:33.248Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15692023-10-24T00:21:33.465Z Compiling libgit2-sys v0.15.2+1.6.4
15702023-10-24T00:21:33.583Z Compiling proc-macro-error v1.0.4
15712023-10-24T00:21:34.286Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15722023-10-24T00:21:36.168Z Compiling libsqlite3-sys v0.26.0
15732023-10-24T00:21:36.318Z Compiling memoffset v0.7.1
15742023-10-24T00:21:36.836Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15752023-10-24T00:21:39.542Z Compiling foreign-types-macros v0.2.3
15762023-10-24T00:21:40.001Z Compiling vergen v8.2.4
15772023-10-24T00:21:40.422Z Compiling base64ct v1.6.0
15782023-10-24T00:21:43.381Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15792023-10-24T00:21:43.666Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15802023-10-24T00:21:51.467Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15812023-10-24T00:21:51.730Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15822023-10-24T00:21:51.818Z Compiling platforms v3.0.2
15832023-10-24T00:21:51.917Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15842023-10-24T00:21:52.004Z Compiling num_enum_derive v0.7.0
15852023-10-24T00:21:52.030Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15862023-10-24T00:21:52.055Z Compiling cfg-if v0.1.10
15872023-10-24T00:21:52.198Z Compiling password-hash v0.5.0
15882023-10-24T00:21:52.241Z Compiling curve25519-dalek v4.1.0
15892023-10-24T00:21:52.905Z Compiling heck v0.3.3
15902023-10-24T00:21:52.968Z Compiling blake2 v0.10.6
15912023-10-24T00:21:53.382Z Compiling libefi-sys v0.1.0
15922023-10-24T00:21:53.499Z Compiling structopt-derive v0.4.18
15932023-10-24T00:21:53.696Z Compiling argon2 v0.5.2
15942023-10-24T00:21:54.035Z Compiling zone_cfg_derive v0.2.0
15952023-10-24T00:21:55.525Z Compiling curve25519-dalek-derive v0.1.0
15962023-10-24T00:21:55.613Z Compiling num-derive v0.4.0
15972023-10-24T00:21:56.285Z Compiling same-file v1.0.6
15982023-10-24T00:21:56.637Z Compiling walkdir v2.4.0
15992023-10-24T00:21:56.666Z Compiling toml v0.5.11
16002023-10-24T00:21:57.820Z Compiling semver-parser v0.10.2
16012023-10-24T00:21:57.875Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16022023-10-24T00:21:58.114Z Compiling xattr v1.0.1
16032023-10-24T00:21:58.416Z Compiling filetime v0.2.22
16042023-10-24T00:21:58.545Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16052023-10-24T00:21:58.938Z Compiling getrandom v0.1.16
16062023-10-24T00:21:58.975Z Compiling erased-serde v0.3.30
16072023-10-24T00:21:59.208Z Compiling semver v0.11.0
16082023-10-24T00:21:59.575Z Compiling tar v0.4.40
16092023-10-24T00:21:59.739Z Compiling universal-hash v0.5.1
16102023-10-24T00:21:59.917Z Compiling async-recursion v1.0.5
16112023-10-24T00:22:00.075Z Compiling bitstruct_derive v0.1.0
16122023-10-24T00:22:00.319Z Compiling opaque-debug v0.3.0
16132023-10-24T00:22:00.834Z Compiling home v0.5.5
16142023-10-24T00:22:00.838Z Compiling toolchain_find v0.2.0
16152023-10-24T00:22:01.511Z Compiling num-rational v0.4.1
16162023-10-24T00:22:01.555Z Compiling unicase v2.7.0
16172023-10-24T00:22:01.768Z Compiling parking_lot_core v0.8.6
16182023-10-24T00:22:01.816Z Compiling rustfmt-wrapper v0.2.0
16192023-10-24T00:22:02.109Z Compiling omicron-zone-package v0.8.3
16202023-10-24T00:22:02.336Z Compiling num_enum v0.5.11
16212023-10-24T00:22:02.462Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16222023-10-24T00:22:02.604Z Compiling aead v0.5.2
16232023-10-24T00:22:02.986Z Compiling postcard-cobs v0.1.5-pre
16242023-10-24T00:22:03.209Z Compiling winapi v0.3.9
16252023-10-24T00:22:03.291Z Compiling postcard v0.7.3
16262023-10-24T00:22:03.335Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16272023-10-24T00:22:03.433Z Compiling polyval v0.6.1
16282023-10-24T00:22:03.979Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16292023-10-24T00:22:04.341Z Compiling smoltcp v0.8.2
16302023-10-24T00:22:04.374Z Compiling aes v0.8.3
16312023-10-24T00:22:04.616Z Compiling ctr v0.9.2
16322023-10-24T00:22:04.875Z Compiling thiserror-impl-no-std v2.0.2
16332023-10-24T00:22:05.095Z Compiling foreign-types-shared v0.3.1
16342023-10-24T00:22:05.288Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16352023-10-24T00:22:05.725Z Compiling foreign-types v0.5.0
16362023-10-24T00:22:06.401Z Compiling mime_guess v2.0.4
16372023-10-24T00:22:09.557Z Compiling is-terminal v0.4.9
16382023-10-24T00:22:09.603Z Compiling toml_edit v0.20.0
16392023-10-24T00:22:09.760Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16402023-10-24T00:22:10.840Z Compiling hashlink v0.8.3
16412023-10-24T00:22:11.905Z Compiling rand v0.4.6
16422023-10-24T00:22:13.373Z Compiling cstr-argument v0.1.2
16432023-10-24T00:22:14.266Z Compiling pretty-hex v0.2.1
16442023-10-24T00:22:14.272Z Compiling fallible-streaming-iterator v0.1.9
16452023-10-24T00:22:14.532Z Compiling toml v0.8.0
16462023-10-24T00:22:14.594Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16472023-10-24T00:22:14.668Z Compiling rusqlite v0.29.0
16482023-10-24T00:22:17.524Z Compiling twox-hash v1.6.3
16492023-10-24T00:22:17.747Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16502023-10-24T00:22:18.692Z Compiling colored v2.0.4
16512023-10-24T00:22:18.789Z Compiling nix v0.26.2
16522023-10-24T00:22:18.984Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16532023-10-24T00:22:20.925Z Compiling hkdf v0.12.3
16542023-10-24T00:22:21.300Z Compiling textwrap v0.11.0
16552023-10-24T00:22:21.656Z Compiling const_format_proc_macros v0.2.31
16562023-10-24T00:22:23.612Z Compiling strsim v0.8.0
16572023-10-24T00:22:24.685Z Compiling quick-error v1.2.3
16582023-10-24T00:22:24.873Z Compiling vec_map v0.8.2
16592023-10-24T00:22:25.055Z Compiling ansi_term v0.12.1
16602023-10-24T00:22:25.330Z Compiling linked-hash-map v0.5.6
16612023-10-24T00:22:25.400Z Compiling base64 v0.13.1
16622023-10-24T00:22:25.593Z Compiling clap v2.34.0
16632023-10-24T00:22:25.901Z Compiling lru-cache v0.1.2
16642023-10-24T00:22:26.397Z Compiling resolv-conf v0.7.0
16652023-10-24T00:22:28.766Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16662023-10-24T00:22:29.027Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16672023-10-24T00:22:30.210Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16682023-10-24T00:22:32.255Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16692023-10-24T00:22:32.407Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16702023-10-24T00:22:36.028Z Compiling num_enum v0.7.0
16712023-10-24T00:22:36.289Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16722023-10-24T00:22:38.019Z Compiling bincode v1.3.3
16732023-10-24T00:22:38.810Z Compiling keccak v0.1.4
16742023-10-24T00:22:39.762Z Compiling convert_case v0.4.0
16752023-10-24T00:22:40.248Z Compiling humantime v2.1.0
16762023-10-24T00:22:40.698Z Compiling cancel-safe-futures v0.1.2
16772023-10-24T00:22:41.071Z Compiling utf-8 v0.7.6
16782023-10-24T00:22:41.135Z Compiling termcolor v1.2.0
16792023-10-24T00:22:42.690Z Compiling env_logger v0.9.3
16802023-10-24T00:22:42.757Z Compiling derive_more v0.99.17
16812023-10-24T00:22:43.278Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16822023-10-24T00:22:47.744Z Compiling sha3 v0.10.8
16832023-10-24T00:22:52.082Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16842023-10-24T00:22:52.575Z Compiling structopt v0.3.26
16852023-10-24T00:22:52.821Z Compiling trust-dns-resolver v0.22.0
16862023-10-24T00:22:55.310Z Compiling aes-gcm-siv v0.11.1
16872023-10-24T00:22:55.357Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16882023-10-24T00:22:55.763Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16892023-10-24T00:22:55.883Z Compiling zone v0.2.0
16902023-10-24T00:22:57.608Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16912023-10-24T00:22:58.043Z Compiling smf v0.2.2
16922023-10-24T00:22:58.237Z Compiling secrecy v0.8.0
16932023-10-24T00:22:58.378Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16942023-10-24T00:22:59.531Z Compiling ascii v1.1.0
16952023-10-24T00:22:59.890Z Compiling ringbuffer v0.15.0
16962023-10-24T00:23:00.420Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16972023-10-24T00:23:01.293Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16982023-10-24T00:23:01.522Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16992023-10-24T00:23:02.915Z Compiling bitstruct v0.1.1
17002023-10-24T00:23:04.301Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17012023-10-24T00:23:05.127Z Compiling serde_arrays v0.1.0
17022023-10-24T00:23:05.374Z Compiling ff v0.13.0
17032023-10-24T00:23:05.448Z Compiling nibble_vec v0.1.0
17042023-10-24T00:23:05.648Z Compiling arc-swap v1.6.0
17052023-10-24T00:23:05.687Z Compiling endian-type v0.1.2
17062023-10-24T00:23:05.983Z Compiling radix_trie v0.2.1
17072023-10-24T00:23:06.038Z Compiling group v0.13.0
17082023-10-24T00:23:06.682Z Compiling slog-scope v4.4.0
17092023-10-24T00:23:06.769Z Compiling rand_core v0.5.1
17102023-10-24T00:23:07.139Z Compiling tungstenite v0.20.1
17112023-10-24T00:23:07.802Z Compiling poly1305 v0.8.0
17122023-10-24T00:23:09.106Z Compiling chacha20 v0.9.1
17132023-10-24T00:23:09.623Z Compiling crypto-bigint v0.5.2
17142023-10-24T00:23:09.728Z Compiling num-complex v0.4.4
17152023-10-24T00:23:10.130Z Compiling option-ext v0.2.0
17162023-10-24T00:23:10.322Z Compiling half v1.8.2
17172023-10-24T00:23:10.436Z Compiling ciborium-io v0.2.1
17182023-10-24T00:23:10.598Z Compiling base16ct v0.2.0
17192023-10-24T00:23:10.628Z Compiling dirs-sys v0.4.1
17202023-10-24T00:23:11.035Z Compiling ciborium-ll v0.2.1
17212023-10-24T00:23:11.367Z Compiling num v0.4.1
17222023-10-24T00:23:11.503Z Compiling tokio-tungstenite v0.20.1
17232023-10-24T00:23:11.676Z Compiling parking_lot v0.11.2
17242023-10-24T00:23:11.731Z Compiling rand_chacha v0.2.2
17252023-10-24T00:23:11.757Z Compiling slog-stdlog v4.1.1
17262023-10-24T00:23:11.762Z Compiling trust-dns-client v0.22.0
17272023-10-24T00:23:12.240Z Compiling thiserror-no-std v2.0.2
17282023-10-24T00:23:13.419Z Compiling elliptic-curve v0.13.5
17292023-10-24T00:23:13.491Z Compiling password-hash v0.4.2
17302023-10-24T00:23:13.541Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17312023-10-24T00:23:13.987Z Compiling ed25519 v2.2.2
17322023-10-24T00:23:14.234Z Compiling blowfish v0.9.1
17332023-10-24T00:23:14.682Z Compiling pbkdf2 v0.12.2
17342023-10-24T00:23:14.936Z Compiling fxhash v0.2.1
17352023-10-24T00:23:15.536Z Compiling sled v0.34.7
17362023-10-24T00:23:15.987Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17372023-10-24T00:23:16.014Z Compiling bcrypt-pbkdf v0.10.0
17382023-10-24T00:23:16.109Z Compiling ed25519-dalek v2.0.0
17392023-10-24T00:23:16.407Z Compiling pbkdf2 v0.11.0
17402023-10-24T00:23:16.450Z Compiling vsss-rs v3.3.1
17412023-10-24T00:23:16.680Z Compiling trust-dns-server v0.22.1
17422023-10-24T00:23:17.053Z Compiling russh-cryptovec v0.7.0
17432023-10-24T00:23:17.819Z Compiling rand v0.7.3
17442023-10-24T00:23:18.353Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17452023-10-24T00:23:18.379Z Compiling slog-envlogger v2.2.0
17462023-10-24T00:23:20.018Z Compiling ciborium v0.2.1
17472023-10-24T00:23:21.239Z Compiling dirs v5.0.1
17482023-10-24T00:23:21.554Z Compiling chacha20poly1305 v0.10.1
17492023-10-24T00:23:21.738Z Compiling tungstenite v0.18.0
17502023-10-24T00:23:21.883Z Compiling pem v1.1.1
17512023-10-24T00:23:22.657Z Compiling ron v0.7.1
17522023-10-24T00:23:23.060Z Compiling const_format v0.2.31
17532023-10-24T00:23:24.807Z Compiling ghash v0.5.0
17542023-10-24T00:23:25.833Z Compiling camino-tempfile v1.0.2
17552023-10-24T00:23:26.167Z Compiling cbc v0.1.2
17562023-10-24T00:23:26.217Z Compiling headers-core v0.2.0
17572023-10-24T00:23:26.850Z Compiling http-range v0.1.5
17582023-10-24T00:23:26.946Z Compiling bit_field v0.10.2
17592023-10-24T00:23:26.970Z Compiling pretty-hex v0.3.0
17602023-10-24T00:23:27.280Z Compiling md5 v0.7.0
17612023-10-24T00:23:27.428Z Compiling hyper-staticfile v0.9.5
17622023-10-24T00:23:27.857Z Compiling russh-keys v0.38.0
17632023-10-24T00:23:28.914Z Compiling headers v0.3.9
17642023-10-24T00:23:32.892Z Compiling aes-gcm v0.10.2
17652023-10-24T00:23:33.429Z Compiling tokio-tungstenite v0.18.0
17662023-10-24T00:23:33.532Z Compiling rcgen v0.10.0
17672023-10-24T00:23:40.283Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17682023-10-24T00:23:40.625Z Compiling atomicwrites v0.4.2
17692023-10-24T00:23:41.139Z Compiling subprocess v0.2.9
17702023-10-24T00:23:41.270Z Compiling hex-literal v0.4.1
17712023-10-24T00:23:41.537Z Compiling glob v0.3.1
17722023-10-24T00:23:42.427Z Compiling russh v0.38.0
17732023-10-24T00:23:48.892Z Compiling bzip2 v0.4.4
17742023-10-24T00:23:49.379Z Compiling zip v0.6.6
17752023-10-24T00:23:51.756Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17762023-10-24T00:23:52.289Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17772023-10-24T00:23:52.342Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17782023-10-24T00:23:52.389Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17792023-10-24T00:23:52.416Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17802023-10-24T00:23:52.490Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17812023-10-24T00:23:52.876Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17822023-10-24T00:23:53.292Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17832023-10-24T00:23:53.597Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17842023-10-24T00:23:55.362Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17852023-10-24T00:24:05.728Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17862023-10-24T00:24:11.615Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17872023-10-24T00:24:12.039Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17882023-10-24T00:24:16.587Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17892023-10-24T00:24:26.824Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17902023-10-24T00:24:28.105Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17912023-10-24T00:24:32.350Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17922023-10-24T00:24:35.640Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17932023-10-24T00:24:43.507Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17942023-10-24T00:24:45.301Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17952023-10-24T00:24:52.126Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17962023-10-24T00:25:26.921Z Compiling git2 v0.17.2
17972023-10-24T00:25:33.703Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17982023-10-24T00:25:35.672Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17992023-10-24T00:25:47.966Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18002023-10-24T00:26:04.541Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18012023-10-24T00:26:04.835Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18022023-10-24T00:26:05.411Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18032023-10-24T00:26:09.059Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18042023-10-24T00:26:47.437Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18052023-10-24T00:28:17.387Z Finished dev [unoptimized + debuginfo] target(s) in 10m 52s
18062023-10-24T00:28:17.827Z
18072023-10-24T00:28:17.869Zreal 10:52.500649490
18082023-10-24T00:28:17.879Zuser 59:39.916713417
18092023-10-24T00:28:17.895Zsys 9:36.033656305
18102023-10-24T00:28:17.904Ztrap 2.580344722
18112023-10-24T00:28:17.916Ztflt 8.491986640
18122023-10-24T00:28:17.921Zdflt 13.409790675
18132023-10-24T00:28:17.924Zkflt 0.023042705
18142023-10-24T00:28:17.929Zlock 1:51:02.191382848
18152023-10-24T00:28:17.932Zslp 3:08:59.564645389
18162023-10-24T00:28:17.935Zlat 2:29.175991366
18172023-10-24T00:28:17.938Zstop 5:56.691141223
18182023-10-24T00:28:17.941Z+ mkdir -p /work/end-to-end-tests
18192023-10-24T00:28:17.945Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18202023-10-24T00:28:18.906Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18212023-10-24T00:28:19.332Z+ ptime -m gzip
18222023-10-24T00:28:19.341Z++ basename target/debug/bootstrap
18232023-10-24T00:28:35.849Z
18242023-10-24T00:28:35.853Zreal 16.941776144
18252023-10-24T00:28:35.856Zuser 16.771441744
18262023-10-24T00:28:35.859Zsys 0.165042982
18272023-10-24T00:28:35.862Ztrap 0.002961441
18282023-10-24T00:28:35.864Ztflt 0.000000000
18292023-10-24T00:28:35.867Zdflt 0.000000000
18302023-10-24T00:28:35.870Zkflt 0.000000000
18312023-10-24T00:28:35.873Zlock 0.000000000
18322023-10-24T00:28:35.876Zslp 0.000000000
18332023-10-24T00:28:35.878Zlat 0.001964611
18342023-10-24T00:28:35.882Zstop 0.000221100
18352023-10-24T00:28:35.886Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18362023-10-24T00:28:35.889Z+ ptime -m gzip
18372023-10-24T00:28:35.891Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-49e31e75b930b622
18382023-10-24T00:28:36.960Z
18392023-10-24T00:28:36.964Zreal 1.100629365
18402023-10-24T00:28:36.967Zuser 1.089224852
18412023-10-24T00:28:36.970Zsys 0.010736444
18422023-10-24T00:28:36.973Ztrap 0.000103264
18432023-10-24T00:28:36.976Ztflt 0.000000000
18442023-10-24T00:28:36.979Zdflt 0.000000000
18452023-10-24T00:28:36.982Zkflt 0.000000000
18462023-10-24T00:28:36.985Zlock 0.000000000
18472023-10-24T00:28:36.988Zslp 0.000000000
18482023-10-24T00:28:36.991Zlat 0.000229776
18492023-10-24T00:28:36.994Zstop 0.000222187
18502023-10-24T00:28:36.997Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18512023-10-24T00:28:37.000Z+ ptime -m gzip
18522023-10-24T00:28:37.003Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a91cf9af3457d280
18532023-10-24T00:28:56.334Z
18542023-10-24T00:28:56.338Zreal 19.368966091
18552023-10-24T00:28:56.341Zuser 19.181270515
18562023-10-24T00:28:56.346Zsys 0.180814576
18572023-10-24T00:28:56.349Ztrap 0.004222028
18582023-10-24T00:28:56.352Ztflt 0.000000000
18592023-10-24T00:28:56.356Zdflt 0.000000000
18602023-10-24T00:28:56.359Zkflt 0.000000000
18612023-10-24T00:28:56.362Zlock 0.000000000
18622023-10-24T00:28:56.365Zslp 0.000000000
18632023-10-24T00:28:56.368Zlat 0.002297194
18642023-10-24T00:28:56.373Zstop 0.000220154
18652023-10-24T00:28:56.376Z+ banner caboose-util
18662023-10-24T00:28:56.379Z
18672023-10-24T00:28:56.384Z #### ## ##### #### #### #### ###### # # #####
18682023-10-24T00:28:56.388Z # # # # # # # # # # # # # # #
18692023-10-24T00:28:56.393Z # # # ##### # # # # #### ##### ##### # # #
18702023-10-24T00:28:56.398Z # ###### # # # # # # # # # # #
18712023-10-24T00:28:56.404Z # # # # # # # # # # # # # # # #
18722023-10-24T00:28:56.408Z #### # # ##### #### #### #### ###### #### #
18732023-10-24T00:28:56.413Z
18742023-10-24T00:28:56.416Z+ ptime -m cargo build --locked -p caboose-util --release
18752023-10-24T00:28:57.040Z Downloading crates ...
18762023-10-24T00:28:57.356Z Downloaded nodrop v0.1.14
18772023-10-24T00:28:57.360Z Downloaded flagset v0.4.3
18782023-10-24T00:28:57.363Z Downloaded array-init v0.0.4
18792023-10-24T00:28:57.366Z Downloaded smallvec v0.6.14
18802023-10-24T00:28:57.369Z Downloaded packed_struct v0.10.1
18812023-10-24T00:28:57.372Z Downloaded pem-rfc7468 v0.7.0
18822023-10-24T00:28:57.376Z Downloaded pkcs1 v0.7.5
18832023-10-24T00:28:57.380Z Downloaded path-slash v0.1.5
18842023-10-24T00:28:57.383Z Downloaded bitfield v0.14.0
18852023-10-24T00:28:57.386Z Downloaded der_derive v0.7.2
18862023-10-24T00:28:57.389Z Downloaded serde-hex v0.1.0
18872023-10-24T00:28:57.393Z Downloaded maybe-uninit v2.0.0
18882023-10-24T00:28:57.396Z Downloaded crc-catalog v2.2.0
18892023-10-24T00:28:57.399Z Downloaded crc v3.0.1
18902023-10-24T00:28:57.402Z Downloaded env_logger v0.10.0
18912023-10-24T00:28:57.405Z Downloaded packed_struct_codegen v0.10.1
18922023-10-24T00:28:57.408Z Downloaded crc-any v2.4.3
18932023-10-24T00:28:57.412Z Downloaded x509-cert v0.2.4
18942023-10-24T00:28:57.428Z Downloaded object v0.30.4
18952023-10-24T00:28:57.856Z Downloaded num-bigint-dig v0.8.4
18962023-10-24T00:28:57.860Z Downloaded ron v0.8.1
18972023-10-24T00:28:57.863Z Downloaded rsa v0.9.2
18982023-10-24T00:28:57.866Z Compiling proc-macro2 v1.0.67
18992023-10-24T00:28:57.869Z Compiling unicode-ident v1.0.12
19002023-10-24T00:28:57.872Z Compiling libc v0.2.149
19012023-10-24T00:28:57.875Z Compiling autocfg v1.1.0
19022023-10-24T00:28:57.879Z Compiling serde v1.0.188
19032023-10-24T00:28:57.883Z Compiling version_check v0.9.4
19042023-10-24T00:28:57.887Z Compiling cfg-if v1.0.0
19052023-10-24T00:28:57.890Z Compiling syn v1.0.109
19062023-10-24T00:28:57.894Z Compiling parking_lot_core v0.9.8
19072023-10-24T00:28:57.935Z Compiling once_cell v1.18.0
19082023-10-24T00:28:58.383Z Compiling typenum v1.16.0
19092023-10-24T00:28:58.426Z Compiling libm v0.2.7
19102023-10-24T00:28:58.498Z Compiling futures-core v0.3.28
19112023-10-24T00:28:58.712Z Compiling generic-array v0.14.7
19122023-10-24T00:28:58.763Z Compiling lock_api v0.4.10
19132023-10-24T00:28:58.862Z Compiling num-traits v0.2.16
19142023-10-24T00:28:58.928Z Compiling pkg-config v0.3.27
19152023-10-24T00:28:59.167Z Compiling slab v0.4.9
19162023-10-24T00:28:59.252Z Compiling futures-channel v0.3.28
19172023-10-24T00:28:59.574Z Compiling serde_json v1.0.107
19182023-10-24T00:28:59.690Z Compiling quote v1.0.33
19192023-10-24T00:28:59.806Z Compiling futures-task v0.3.28
19202023-10-24T00:28:59.812Z Compiling scopeguard v1.2.0
19212023-10-24T00:28:59.990Z Compiling thiserror v1.0.49
19222023-10-24T00:29:00.200Z Compiling futures-util v0.3.28
19232023-10-24T00:29:00.239Z Compiling itoa v1.0.9
19242023-10-24T00:29:00.573Z Compiling syn v2.0.32
19252023-10-24T00:29:00.626Z Compiling jobserver v0.1.26
19262023-10-24T00:29:00.677Z Compiling getrandom v0.2.10
19272023-10-24T00:29:00.709Z Compiling memchr v2.6.3
19282023-10-24T00:29:01.152Z Compiling cc v1.0.83
19292023-10-24T00:29:02.278Z Compiling ahash v0.8.3
19302023-10-24T00:29:02.486Z Compiling smallvec v1.11.0
19312023-10-24T00:29:02.797Z Compiling vcpkg v0.2.15
19322023-10-24T00:29:03.263Z Compiling log v0.4.20
19332023-10-24T00:29:04.197Z Compiling byteorder v1.4.3
19342023-10-24T00:29:04.249Z Compiling rand_core v0.6.4
19352023-10-24T00:29:05.052Z Compiling pin-project-lite v0.2.13
19362023-10-24T00:29:05.222Z Compiling parking_lot v0.12.1
19372023-10-24T00:29:05.664Z Compiling indexmap v1.9.3
19382023-10-24T00:29:06.017Z Compiling ring v0.16.20
19392023-10-24T00:29:06.058Z Compiling openssl-sys v0.9.93
19402023-10-24T00:29:07.709Z Compiling io-lifetimes v1.0.11
19412023-10-24T00:29:08.572Z Compiling num-integer v0.1.45
19422023-10-24T00:29:08.961Z Compiling const-oid v0.9.5
19432023-10-24T00:29:09.050Z Compiling semver v1.0.18
19442023-10-24T00:29:09.685Z Compiling spin v0.5.2
19452023-10-24T00:29:10.055Z Compiling ryu v1.0.15
19462023-10-24T00:29:10.859Z Compiling rustix v0.37.23
19472023-10-24T00:29:11.653Z Compiling mio v0.8.8
19482023-10-24T00:29:11.757Z Compiling signal-hook-registry v1.4.1
19492023-10-24T00:29:12.110Z Compiling num_cpus v1.16.0
19502023-10-24T00:29:12.286Z Compiling socket2 v0.5.4
19512023-10-24T00:29:12.705Z Compiling httparse v1.8.0
19522023-10-24T00:29:12.723Z Compiling ucd-trie v0.1.6
19532023-10-24T00:29:12.861Z Compiling openssl v0.10.57
19542023-10-24T00:29:13.410Z Compiling heck v0.4.1
19552023-10-24T00:29:13.835Z Compiling futures-sink v0.3.28
19562023-10-24T00:29:13.840Z Compiling unicode-xid v0.2.4
19572023-10-24T00:29:13.844Z Compiling synstructure v0.12.6
19582023-10-24T00:29:13.854Z Compiling tinyvec_macros v0.1.1
19592023-10-24T00:29:13.958Z Compiling tinyvec v1.6.0
19602023-10-24T00:29:15.187Z Compiling crc32fast v1.3.2
19612023-10-24T00:29:15.800Z Compiling rustls v0.21.7
19622023-10-24T00:29:16.181Z Compiling radium v0.7.0
19632023-10-24T00:29:16.653Z Compiling pin-utils v0.1.0
19642023-10-24T00:29:16.676Z Compiling futures-io v0.3.28
19652023-10-24T00:29:16.683Z Compiling native-tls v0.2.11
19662023-10-24T00:29:16.758Z Compiling ppv-lite86 v0.2.17
19672023-10-24T00:29:16.980Z Compiling unicode-normalization v0.1.22
19682023-10-24T00:29:17.061Z Compiling bzip2-sys v0.1.11+1.0.8
19692023-10-24T00:29:17.795Z Compiling tracing-core v0.1.31
19702023-10-24T00:29:17.807Z Compiling unicode-bidi v0.3.13
19712023-10-24T00:29:17.985Z Compiling subtle v2.5.0
19722023-10-24T00:29:18.152Z Compiling rand_chacha v0.3.1
19732023-10-24T00:29:18.841Z Compiling rand v0.8.5
19742023-10-24T00:29:20.160Z Compiling errno v0.3.2
19752023-10-24T00:29:20.202Z Compiling num-iter v0.1.43
19762023-10-24T00:29:20.479Z Compiling usdt-impl v0.3.5
19772023-10-24T00:29:21.344Z Compiling rustix v0.38.9
19782023-10-24T00:29:21.373Z Compiling base64 v0.21.4
19792023-10-24T00:29:21.947Z Compiling schemars v0.8.13
19802023-10-24T00:29:22.910Z Compiling serde_derive v1.0.188
19812023-10-24T00:29:22.981Z Compiling zeroize_derive v1.4.2
19822023-10-24T00:29:23.166Z Compiling tokio-macros v2.1.0
19832023-10-24T00:29:23.236Z Compiling thiserror-impl v1.0.49
19842023-10-24T00:29:23.351Z Compiling futures-macro v0.3.28
19852023-10-24T00:29:23.713Z Compiling tracing-attributes v0.1.26
19862023-10-24T00:29:24.233Z Compiling zerocopy-derive v0.2.0
19872023-10-24T00:29:24.565Z Compiling openssl-macros v0.1.1
19882023-10-24T00:29:25.246Z Compiling zeroize v1.6.0
19892023-10-24T00:29:25.568Z Compiling zerocopy-derive v0.6.4
19902023-10-24T00:29:28.073Z Compiling pest v2.7.2
19912023-10-24T00:29:28.368Z Compiling crypto-common v0.1.6
19922023-10-24T00:29:28.422Z Compiling block-buffer v0.10.4
19932023-10-24T00:29:28.825Z Compiling digest v0.10.7
19942023-10-24T00:29:29.167Z Compiling tracing v0.1.37
19952023-10-24T00:29:29.538Z Compiling serde_derive_internals v0.26.0
19962023-10-24T00:29:32.899Z Compiling pest_meta v2.7.2
19972023-10-24T00:29:33.578Z Compiling bitflags v1.3.2
19982023-10-24T00:29:33.717Z Compiling fnv v1.0.7
19992023-10-24T00:29:33.904Z Compiling untrusted v0.7.1
20002023-10-24T00:29:34.372Z Compiling schemars_derive v0.8.13
20012023-10-24T00:29:37.378Z Compiling pest_generator v2.7.2
20022023-10-24T00:29:38.665Z Compiling zerocopy v0.3.0
20032023-10-24T00:29:39.483Z Compiling lazy_static v1.4.0
20042023-10-24T00:29:39.933Z Compiling backtrace v0.3.69
20052023-10-24T00:29:39.943Z Compiling memoffset v0.9.0
20062023-10-24T00:29:39.971Z Compiling num-bigint v0.4.4
20072023-10-24T00:29:40.042Z Compiling percent-encoding v2.3.0
20082023-10-24T00:29:40.365Z Compiling pest_derive v2.7.2
20092023-10-24T00:29:40.488Z Compiling hashbrown v0.12.3
20102023-10-24T00:29:40.515Z Compiling crossbeam-utils v0.8.16
20112023-10-24T00:29:40.548Z Compiling foreign-types-shared v0.1.1
20122023-10-24T00:29:40.575Z Compiling smoltcp v0.9.1
20132023-10-24T00:29:40.692Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20142023-10-24T00:29:41.154Z Compiling allocator-api2 v0.2.16
20152023-10-24T00:29:41.353Z Compiling async-trait v0.1.73
20162023-10-24T00:29:41.409Z Compiling openssl-probe v0.1.5
20172023-10-24T00:29:41.485Z Compiling base64ct v1.6.0
20182023-10-24T00:29:41.668Z Compiling iana-time-zone v0.1.57
20192023-10-24T00:29:42.081Z Compiling dtrace-parser v0.1.14
20202023-10-24T00:29:42.222Z Compiling hashbrown v0.14.0
20212023-10-24T00:29:42.252Z Compiling pem-rfc7468 v0.7.0
20222023-10-24T00:29:42.799Z Compiling foreign-types v0.3.2
20232023-10-24T00:29:43.227Z Compiling dof v0.1.5
20242023-10-24T00:29:44.273Z Compiling der_derive v0.7.2
20252023-10-24T00:29:44.506Z Compiling clap_derive v4.4.2
20262023-10-24T00:29:45.703Z Compiling thread-id v4.2.0
20272023-10-24T00:29:45.735Z Compiling siphasher v0.3.11
20282023-10-24T00:29:45.824Z Compiling bytes v1.5.0
20292023-10-24T00:29:46.320Z Compiling bitflags v2.4.0
20302023-10-24T00:29:46.979Z Compiling rustc_version v0.4.0
20312023-10-24T00:29:47.728Z Compiling tokio v1.33.0
20322023-10-24T00:29:48.016Z Compiling heapless v0.7.16
20332023-10-24T00:29:48.280Z Compiling http v0.2.9
20342023-10-24T00:29:48.385Z Compiling uuid v1.4.1
20352023-10-24T00:29:48.579Z Compiling chrono v0.4.31
20362023-10-24T00:29:50.365Z Compiling anstyle v1.0.2
20372023-10-24T00:29:50.544Z Compiling adler v1.0.2
20382023-10-24T00:29:50.847Z Compiling rustversion v1.0.14
20392023-10-24T00:29:51.291Z Compiling cpufeatures v0.2.9
20402023-10-24T00:29:51.428Z Compiling flagset v0.4.3
20412023-10-24T00:29:51.709Z Compiling time-core v0.1.1
20422023-10-24T00:29:51.968Z Compiling equivalent v1.0.1
20432023-10-24T00:29:52.123Z Compiling utf8parse v0.2.1
20442023-10-24T00:29:52.236Z Compiling try-lock v0.2.4
20452023-10-24T00:29:52.456Z Compiling want v0.3.1
20462023-10-24T00:29:52.851Z Compiling anstyle-parse v0.2.1
20472023-10-24T00:29:53.469Z Compiling indexmap v2.0.0
20482023-10-24T00:29:54.642Z Compiling time-macros v0.2.13
20492023-10-24T00:29:55.394Z Compiling der v0.7.8
20502023-10-24T00:29:55.468Z Compiling sha2 v0.10.7
20512023-10-24T00:29:59.689Z Compiling http-body v0.4.5
20522023-10-24T00:30:00.335Z Compiling miniz_oxide v0.7.1
20532023-10-24T00:30:01.056Z Compiling tokio-util v0.7.8
20542023-10-24T00:30:02.936Z Compiling h2 v0.3.21
20552023-10-24T00:30:03.615Z Compiling serde_tokenstream v0.1.7
20562023-10-24T00:30:07.194Z Compiling form_urlencoded v1.2.0
20572023-10-24T00:30:07.613Z Compiling rustls-webpki v0.101.4
20582023-10-24T00:30:07.674Z Compiling sct v0.7.0
20592023-10-24T00:30:08.112Z Compiling hubpack_derive v0.1.1
20602023-10-24T00:30:09.360Z Compiling aho-corasick v1.0.4
20612023-10-24T00:30:09.404Z Compiling socket2 v0.4.9
20622023-10-24T00:30:10.387Z Compiling crossbeam-epoch v0.9.15
20632023-10-24T00:30:10.672Z Compiling regex-syntax v0.7.5
20642023-10-24T00:30:11.302Z Compiling slog v2.7.0
20652023-10-24T00:30:11.507Z Compiling anstyle-query v1.0.0
20662023-10-24T00:30:11.657Z Compiling anyhow v1.0.75
20672023-10-24T00:30:11.704Z Compiling httpdate v1.0.3
20682023-10-24T00:30:12.482Z Compiling tower-service v0.3.2
20692023-10-24T00:30:12.647Z Compiling colorchoice v1.0.0
20702023-10-24T00:30:12.896Z Compiling tap v1.0.1
20712023-10-24T00:30:13.172Z Compiling wyz v0.5.1
20722023-10-24T00:30:13.179Z Compiling anstream v0.5.0
20732023-10-24T00:30:14.612Z Compiling hyper v0.14.27
20742023-10-24T00:30:17.195Z Compiling regex-automata v0.3.8
20752023-10-24T00:30:22.931Z Compiling terminal_size v0.2.6
20762023-10-24T00:30:23.215Z Compiling spki v0.7.2
20772023-10-24T00:30:25.378Z Compiling rustls-pemfile v1.0.3
20782023-10-24T00:30:25.922Z Compiling md-5 v0.10.5
20792023-10-24T00:30:26.264Z Compiling hmac v0.12.1
20802023-10-24T00:30:26.543Z Compiling zerocopy v0.6.4
20812023-10-24T00:30:26.747Z Compiling idna v0.4.0
20822023-10-24T00:30:26.785Z Compiling stringprep v0.1.3
20832023-10-24T00:30:28.426Z Compiling diesel_table_macro_syntax v0.1.0
20842023-10-24T00:30:28.878Z Compiling hash32 v0.2.1
20852023-10-24T00:30:28.996Z Compiling spin v0.9.8
20862023-10-24T00:30:29.444Z Compiling gimli v0.28.0
20872023-10-24T00:30:29.566Z Compiling either v1.9.0
20882023-10-24T00:30:29.599Z Compiling fallible-iterator v0.2.0
20892023-10-24T00:30:30.311Z Compiling funty v2.0.0
20902023-10-24T00:30:30.487Z Compiling stable_deref_trait v1.2.0
20912023-10-24T00:30:30.627Z Compiling dyn-clone v1.0.13
20922023-10-24T00:30:30.820Z Compiling strsim v0.10.0
20932023-10-24T00:30:31.716Z Compiling maybe-uninit v2.0.0
20942023-10-24T00:30:32.336Z Compiling clap_lex v0.5.1
20952023-10-24T00:30:33.048Z Compiling clap_builder v4.4.2
20962023-10-24T00:30:33.627Z Compiling bitvec v1.0.1
20972023-10-24T00:30:34.711Z Compiling postgres-protocol v0.6.6
20982023-10-24T00:30:36.082Z Compiling diesel_derives v2.1.1
20992023-10-24T00:30:36.113Z Compiling tokio-rustls v0.24.1
21002023-10-24T00:30:36.712Z Compiling addr2line v0.21.0
21012023-10-24T00:30:37.713Z Compiling url v2.4.1
21022023-10-24T00:30:38.526Z Compiling rustls-native-certs v0.6.3
21032023-10-24T00:30:39.033Z Compiling strum_macros v0.25.2
21042023-10-24T00:30:40.520Z Compiling tokio-native-tls v0.3.1
21052023-10-24T00:30:41.840Z Compiling usdt-attr-macro v0.3.5
21062023-10-24T00:30:42.275Z Compiling usdt-macro v0.3.5
21072023-10-24T00:30:45.160Z Compiling phf_shared v0.11.2
21082023-10-24T00:30:45.448Z Compiling toml_datetime v0.6.3
21092023-10-24T00:30:45.749Z Compiling serde_spanned v0.6.3
21102023-10-24T00:30:46.286Z Compiling block-padding v0.3.3
21112023-10-24T00:30:46.369Z Compiling enum-as-inner v0.5.1
21122023-10-24T00:30:46.646Z Compiling serde_repr v0.1.16
21132023-10-24T00:30:47.239Z Compiling scheduled-thread-pool v0.2.7
21142023-10-24T00:30:48.396Z Compiling object v0.32.1
21152023-10-24T00:30:52.097Z Compiling deranged v0.3.8
21162023-10-24T00:30:52.129Z Compiling matches v0.1.10
21172023-10-24T00:30:52.254Z Compiling managed v0.8.0
21182023-10-24T00:30:56.013Z Compiling num-bigint-dig v0.8.4
21192023-10-24T00:30:56.406Z Compiling regex-automata v0.1.10
21202023-10-24T00:30:58.647Z Compiling winnow v0.5.15
21212023-10-24T00:30:59.477Z Compiling ipnet v2.8.0
21222023-10-24T00:31:00.038Z Compiling unicode-width v0.1.10
21232023-10-24T00:31:00.278Z Compiling num_threads v0.1.6
21242023-10-24T00:31:00.456Z Compiling bit-vec v0.6.3
21252023-10-24T00:31:01.120Z Compiling packed_struct v0.10.1
21262023-10-24T00:31:01.257Z Compiling rustc-demangle v0.1.23
21272023-10-24T00:31:05.013Z Compiling toml_edit v0.19.15
21282023-10-24T00:31:07.007Z Compiling time v0.3.27
21292023-10-24T00:31:09.741Z Compiling bstr v0.2.17
21302023-10-24T00:31:19.504Z Compiling idna v0.2.3
21312023-10-24T00:31:21.427Z Compiling r2d2 v0.8.10
21322023-10-24T00:31:22.035Z Compiling inout v0.1.3
21332023-10-24T00:31:23.263Z Compiling phf v0.11.2
21342023-10-24T00:31:23.715Z Compiling hyper-tls v0.5.0
21352023-10-24T00:31:24.260Z Compiling clap v4.4.3
21362023-10-24T00:31:24.308Z Compiling hyper-rustls v0.24.1
21372023-10-24T00:31:24.421Z Compiling flate2 v1.0.27
21382023-10-24T00:31:25.211Z Compiling ipnetwork v0.20.0
21392023-10-24T00:31:25.369Z Compiling postgres-types v0.2.6
21402023-10-24T00:31:25.917Z Compiling itertools v0.11.0
21412023-10-24T00:31:25.929Z Compiling regex v1.9.5
21422023-10-24T00:31:26.431Z Compiling pkcs8 v0.10.2
21432023-10-24T00:31:27.782Z Compiling hubpack v0.1.2
21442023-10-24T00:31:27.955Z Compiling serde_urlencoded v0.7.1
21452023-10-24T00:31:28.792Z Compiling phf_shared v0.10.0
21462023-10-24T00:31:28.862Z Compiling futures-executor v0.3.28
21472023-10-24T00:31:29.918Z Compiling signature v2.1.0
21482023-10-24T00:31:30.825Z Compiling packed_struct_codegen v0.10.1
21492023-10-24T00:31:31.855Z Compiling float-cmp v0.9.0
21502023-10-24T00:31:32.961Z Compiling encoding_rs v0.8.33
21512023-10-24T00:31:34.724Z Compiling webpki-roots v0.25.2
21522023-10-24T00:31:35.011Z Compiling precomputed-hash v0.1.1
21532023-10-24T00:31:35.056Z Compiling unicode-linebreak v0.1.5
21542023-10-24T00:31:35.139Z Compiling nodrop v0.1.14
21552023-10-24T00:31:35.312Z Compiling static_assertions v1.1.0
21562023-10-24T00:31:35.450Z Compiling new_debug_unreachable v1.0.4
21572023-10-24T00:31:35.585Z Compiling normalize-line-endings v0.3.0
21582023-10-24T00:31:35.755Z Compiling predicates-core v1.0.6
21592023-10-24T00:31:35.876Z Compiling crc-catalog v2.2.0
21602023-10-24T00:31:35.897Z Compiling mime v0.3.17
21612023-10-24T00:31:36.096Z Compiling difflib v0.4.0
21622023-10-24T00:31:36.741Z Compiling whoami v1.4.1
21632023-10-24T00:31:38.550Z Compiling unicode-segmentation v1.10.1
21642023-10-24T00:31:39.312Z Compiling data-encoding v2.4.0
21652023-10-24T00:31:39.981Z Compiling fixedbitset v0.4.2
21662023-10-24T00:31:40.581Z Compiling smawk v0.3.1
21672023-10-24T00:31:40.846Z Compiling textwrap v0.16.0
21682023-10-24T00:31:42.163Z Compiling petgraph v0.6.4
21692023-10-24T00:31:42.235Z Compiling trust-dns-proto v0.22.0
21702023-10-24T00:31:43.396Z Compiling similar v2.2.1
21712023-10-24T00:31:47.134Z Compiling tokio-postgres v0.7.10
21722023-10-24T00:31:48.856Z Compiling reqwest v0.11.20
21732023-10-24T00:31:52.041Z Compiling predicates v3.0.4
21742023-10-24T00:31:54.498Z Compiling crc v3.0.1
21752023-10-24T00:31:55.277Z Compiling string_cache v0.8.7
21762023-10-24T00:31:55.292Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21772023-10-24T00:31:55.613Z Compiling array-init v0.0.4
21782023-10-24T00:32:07.857Z Compiling futures v0.3.28
21792023-10-24T00:32:10.238Z Compiling pkcs1 v0.7.5
21802023-10-24T00:32:10.445Z Compiling yasna v0.5.2
21812023-10-24T00:32:10.614Z Compiling smallvec v0.6.14
21822023-10-24T00:32:11.347Z Compiling diesel v2.1.1
21832023-10-24T00:32:11.359Z Compiling cipher v0.4.4
21842023-10-24T00:32:13.422Z Compiling toml v0.7.8
21852023-10-24T00:32:15.260Z Compiling bit-set v0.5.3
21862023-10-24T00:32:15.695Z Compiling console v0.15.7
21872023-10-24T00:32:15.987Z Compiling usdt v0.3.5
21882023-10-24T00:32:16.391Z Compiling is-terminal v0.4.9
21892023-10-24T00:32:17.456Z Compiling itertools v0.10.5
21902023-10-24T00:32:17.891Z Compiling bstr v1.6.0
21912023-10-24T00:32:18.915Z Compiling tokio-stream v0.1.14
21922023-10-24T00:32:20.486Z Compiling openapiv3 v1.0.3
21932023-10-24T00:32:20.584Z Compiling hex v0.4.3
21942023-10-24T00:32:22.519Z Compiling hashbrown v0.13.2
21952023-10-24T00:32:24.557Z Compiling bitfield v0.14.0
21962023-10-24T00:32:25.043Z Compiling termcolor v1.2.0
21972023-10-24T00:32:26.797Z Compiling lalrpop-util v0.19.12
21982023-10-24T00:32:32.050Z Compiling env_logger v0.10.0
21992023-10-24T00:32:34.021Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22002023-10-24T00:32:43.822Z Compiling rsa v0.9.2
22012023-10-24T00:32:53.281Z Compiling serde-hex v0.1.0
22022023-10-24T00:32:56.067Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22032023-10-24T00:33:03.468Z Compiling x509-cert v0.2.4
22042023-10-24T00:33:05.102Z Compiling ron v0.8.1
22052023-10-24T00:33:08.360Z Compiling crc-any v2.4.3
22062023-10-24T00:33:33.884Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22072023-10-24T00:33:37.943Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22082023-10-24T00:33:47.495Z Compiling object v0.30.4
22092023-10-24T00:34:02.498Z Compiling path-slash v0.1.5
22102023-10-24T00:34:18.374Z Compiling bzip2 v0.4.4
22112023-10-24T00:34:18.946Z Compiling zip v0.6.6
22122023-10-24T00:34:20.900Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22132023-10-24T00:34:30.416Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22142023-10-24T00:34:47.463Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22152023-10-24T00:34:48.526Z Finished release [optimized] target(s) in 5m 52s
22162023-10-24T00:34:48.611Z
22172023-10-24T00:34:48.614Zreal 5:52.277208432
22182023-10-24T00:34:48.617Zuser 40:40.554531687
22192023-10-24T00:34:48.620Zsys 3:37.610208126
22202023-10-24T00:34:48.623Ztrap 1.734458994
22212023-10-24T00:34:48.626Ztflt 1.206928820
22222023-10-24T00:34:48.629Zdflt 0.932897966
22232023-10-24T00:34:48.631Zkflt 0.005449660
22242023-10-24T00:34:48.636Zlock 1:30:32.554319662
22252023-10-24T00:34:48.639Zslp 2:22:07.592931646
22262023-10-24T00:34:48.642Zlat 1:42.790933695
22272023-10-24T00:34:48.645Zstop 1:20.299025966
22282023-10-24T00:34:48.647Z+ ptime -m gzip
22292023-10-24T00:34:49.286Z
22302023-10-24T00:34:49.289Zreal 0.654901768
22312023-10-24T00:34:49.293Zuser 0.647708005
22322023-10-24T00:34:49.295Zsys 0.006549329
22332023-10-24T00:34:49.298Ztrap 0.000064784
22342023-10-24T00:34:49.301Ztflt 0.000000000
22352023-10-24T00:34:49.304Zdflt 0.000000000
22362023-10-24T00:34:49.307Zkflt 0.000000000
22372023-10-24T00:34:49.310Zlock 0.000000000
22382023-10-24T00:34:49.313Zslp 0.000000000
22392023-10-24T00:34:49.316Zlat 0.000218433
22402023-10-24T00:34:49.319Zstop 0.000260934
22412023-10-24T00:34:49.321Z+ banner tufaceous
22422023-10-24T00:34:49.324Z
22432023-10-24T00:34:49.327Z ##### # # ###### ## #### ###### #### # # ####
22442023-10-24T00:34:49.330Z # # # # # # # # # # # # # #
22452023-10-24T00:34:49.333Z # # # ##### # # # ##### # # # # ####
22462023-10-24T00:34:49.336Z # # # # ###### # # # # # # #
22472023-10-24T00:34:49.338Z # # # # # # # # # # # # # # #
22482023-10-24T00:34:49.341Z # #### # # # #### ###### #### #### ####
22492023-10-24T00:34:49.345Z
22502023-10-24T00:34:49.347Z+ ptime -m cargo build --locked -p tufaceous --release
22512023-10-24T00:34:49.995Z Downloading crates ...
22522023-10-24T00:34:50.277Z Downloaded buf-list v1.0.3
22532023-10-24T00:34:50.283Z Downloaded globset v0.4.13
22542023-10-24T00:34:50.285Z Downloaded doc-comment v0.3.3
22552023-10-24T00:34:50.314Z Downloaded snafu-derive v0.7.5
22562023-10-24T00:34:50.317Z Downloaded olpc-cjson v0.1.3
22572023-10-24T00:34:50.320Z Downloaded path-absolutize v3.1.0
22582023-10-24T00:34:50.323Z Downloaded snafu v0.7.5
22592023-10-24T00:34:50.325Z Downloaded tough v0.12.5
22602023-10-24T00:34:50.328Z Downloaded serde_plain v1.0.2
22612023-10-24T00:34:50.331Z Downloaded path-dedot v3.1.0
22622023-10-24T00:34:50.334Z Downloaded bytesize v1.3.0
22632023-10-24T00:34:50.337Z Downloaded fs-err v2.9.0
22642023-10-24T00:34:50.472Z Compiling serde_tokenstream v0.2.0
22652023-10-24T00:34:50.493Z Compiling regress v0.7.1
22662023-10-24T00:34:50.506Z Compiling dirs-sys-next v0.1.2
22672023-10-24T00:34:50.508Z Compiling ident_case v1.0.1
22682023-10-24T00:34:50.525Z Compiling thread_local v1.1.7
22692023-10-24T00:34:50.533Z Compiling camino v1.1.6
22702023-10-24T00:34:50.541Z Compiling slog-async v2.8.0
22712023-10-24T00:34:50.749Z Compiling dirs-next v2.0.0
22722023-10-24T00:34:51.115Z Compiling darling_core v0.20.3
22732023-10-24T00:34:51.254Z Compiling heck v0.4.1
22742023-10-24T00:34:51.346Z Compiling term v0.7.0
22752023-10-24T00:34:51.383Z Compiling crossbeam-channel v0.5.8
22762023-10-24T00:34:51.764Z Compiling getopts v0.2.21
22772023-10-24T00:34:52.305Z Compiling structmeta-derive v0.1.6
22782023-10-24T00:34:53.303Z Compiling atty v0.2.14
22792023-10-24T00:34:53.320Z Compiling multer v2.1.0
22802023-10-24T00:34:53.509Z Compiling paste v1.0.14
22812023-10-24T00:34:53.725Z Compiling take_mut v0.2.2
22822023-10-24T00:34:53.967Z Compiling match_cfg v0.1.0
22832023-10-24T00:34:54.105Z Compiling unsafe-libyaml v0.2.9
22842023-10-24T00:34:54.145Z Compiling doc-comment v0.3.3
22852023-10-24T00:34:54.364Z Compiling hostname v0.3.1
22862023-10-24T00:34:55.144Z Compiling slog-term v2.9.0
22872023-10-24T00:34:56.625Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22882023-10-24T00:34:58.583Z Compiling structmeta v0.1.6
22892023-10-24T00:34:59.207Z Compiling serde_yaml v0.9.25
22902023-10-24T00:35:00.033Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22912023-10-24T00:35:00.373Z Compiling darling_macro v0.20.3
22922023-10-24T00:35:00.595Z Compiling slog-json v2.6.1
22932023-10-24T00:35:01.460Z Compiling async-stream-impl v0.3.5
22942023-10-24T00:35:01.798Z Compiling darling v0.20.3
22952023-10-24T00:35:01.978Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22962023-10-24T00:35:02.398Z Compiling regex-syntax v0.6.29
22972023-10-24T00:35:02.587Z Compiling fastrand v2.0.0
22982023-10-24T00:35:03.422Z Compiling atomic-waker v1.1.1
22992023-10-24T00:35:03.701Z Compiling waitgroup v0.1.2
23002023-10-24T00:35:03.717Z Compiling async-stream v0.3.5
23012023-10-24T00:35:03.749Z Compiling tempfile v3.8.0
23022023-10-24T00:35:04.143Z Compiling serde_with_macros v2.3.3
23032023-10-24T00:35:04.315Z Compiling slog-bunyan v2.4.0
23042023-10-24T00:35:07.048Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23052023-10-24T00:35:07.423Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23062023-10-24T00:35:08.017Z Compiling sha1 v0.10.5
23072023-10-24T00:35:08.916Z Compiling snafu-derive v0.7.5
23082023-10-24T00:35:09.495Z Compiling serde_path_to_error v0.1.14
23092023-10-24T00:35:09.699Z Compiling path-dedot v3.1.0
23102023-10-24T00:35:09.712Z Compiling instant v0.1.12
23112023-10-24T00:35:09.928Z Compiling same-file v1.0.6
23122023-10-24T00:35:10.055Z Compiling debug-ignore v1.0.5
23132023-10-24T00:35:10.274Z Compiling buf-list v1.0.3
23142023-10-24T00:35:10.359Z Compiling arc-swap v1.6.0
23152023-10-24T00:35:10.389Z Compiling base64 v0.13.1
23162023-10-24T00:35:11.133Z Compiling slog-scope v4.4.0
23172023-10-24T00:35:11.202Z Compiling pem v1.1.1
23182023-10-24T00:35:11.802Z Compiling walkdir v2.4.0
23192023-10-24T00:35:11.962Z Compiling parse-display-derive v0.7.0
23202023-10-24T00:35:12.724Z Compiling path-absolutize v3.1.0
23212023-10-24T00:35:13.017Z Compiling backoff v0.4.0
23222023-10-24T00:35:13.586Z Compiling serde_with v2.3.3
23232023-10-24T00:35:13.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242023-10-24T00:35:14.723Z Compiling globset v0.4.13
23252023-10-24T00:35:14.744Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23262023-10-24T00:35:14.976Z Compiling strum v0.25.0
23272023-10-24T00:35:15.031Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23282023-10-24T00:35:15.250Z Compiling olpc-cjson v0.1.3
23292023-10-24T00:35:16.156Z Compiling macaddr v1.0.1
23302023-10-24T00:35:17.136Z Compiling snafu v0.7.5
23312023-10-24T00:35:17.350Z Compiling serde_plain v1.0.2
23322023-10-24T00:35:18.205Z Compiling filetime v0.2.22
23332023-10-24T00:35:18.297Z Compiling parse-display v0.7.0
23342023-10-24T00:35:18.605Z Compiling xattr v1.0.1
23352023-10-24T00:35:18.700Z Compiling tough v0.12.5
23362023-10-24T00:35:19.059Z Compiling tar v0.4.40
23372023-10-24T00:35:19.182Z Compiling slog-stdlog v4.1.1
23382023-10-24T00:35:21.332Z Compiling camino-tempfile v1.0.2
23392023-10-24T00:35:22.180Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23402023-10-24T00:35:22.414Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23412023-10-24T00:35:22.652Z Compiling bytesize v1.3.0
23422023-10-24T00:35:23.576Z Compiling fs-err v2.9.0
23432023-10-24T00:35:24.913Z Compiling slog-envlogger v2.2.0
23442023-10-24T00:35:29.007Z Compiling humantime v2.1.0
23452023-10-24T00:35:33.411Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23462023-10-24T00:36:00.018Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23472023-10-24T00:36:00.297Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23482023-10-24T00:36:10.335Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23492023-10-24T00:36:12.419Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23502023-10-24T00:36:37.676Z Finished release [optimized] target(s) in 1m 48s
23512023-10-24T00:36:37.763Z
23522023-10-24T00:36:37.766Zreal 1:48.470840292
23532023-10-24T00:36:37.770Zuser 11:22.399960041
23542023-10-24T00:36:37.773Zsys 46.661094601
23552023-10-24T00:36:37.776Ztrap 0.445732717
23562023-10-24T00:36:37.779Ztflt 0.317137477
23572023-10-24T00:36:37.782Zdflt 0.680494007
23582023-10-24T00:36:37.784Zkflt 0.004307457
23592023-10-24T00:36:37.787Zlock 22:36.876690829
23602023-10-24T00:36:37.790Zslp 24:06.131509564
23612023-10-24T00:36:37.794Zlat 21.060107080
23622023-10-24T00:36:37.797Zstop 10.183443661
23632023-10-24T00:36:37.800Z+ ptime -m gzip
23642023-10-24T00:36:39.886Z
23652023-10-24T00:36:39.889Zreal 2.117182742
23662023-10-24T00:36:39.892Zuser 2.093113881
23672023-10-24T00:36:39.895Zsys 0.023315736
23682023-10-24T00:36:39.898Ztrap 0.000201582
23692023-10-24T00:36:39.901Ztflt 0.000000000
23702023-10-24T00:36:39.904Zdflt 0.000000000
23712023-10-24T00:36:39.908Zkflt 0.000000000
23722023-10-24T00:36:39.911Zlock 0.000000000
23732023-10-24T00:36:39.914Zslp 0.000000000
23742023-10-24T00:36:39.917Zlat 0.000230246
23752023-10-24T00:36:39.919Zstop 0.000219147
23762023-10-24T00:36:40.926Zprocess exited: duration 1296530 ms, exit code 0
 
23772023-10-24T00:36:40.932Zfound 5 output files
23782023-10-24T00:36:40.948Zuploading: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz (6514873 bytes)
23792023-10-24T00:36:43.778Zuploaded: /work/end-to-end-tests/bootstrap-49e31e75b930b622.gz
23802023-10-24T00:36:43.789Zuploading: /work/end-to-end-tests/bootstrap.gz (97928074 bytes)
23812023-10-24T00:37:18.091Zuploaded: /work/end-to-end-tests/bootstrap.gz
23822023-10-24T00:37:18.109Zuploading: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz (111844131 bytes)
23832023-10-24T00:38:01.974Zuploaded: /work/end-to-end-tests/end_to_end_tests-a91cf9af3457d280.gz
23842023-10-24T00:38:01.980Zuploading: /work/caboose-util.gz (4111313 bytes)
23852023-10-24T00:38:03.547Zuploaded: /work/caboose-util.gz
23862023-10-24T00:38:03.552Zuploading: /work/tufaceous.gz (13497015 bytes)
23872023-10-24T00:38:08.959Zuploaded: /work/tufaceous.gz