01HDMDFD8BQAVXAE23PSGER8DV: 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: 01HDMDFQD7VVKV0927K8ZCD891

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-25T21:59:24.331Zjob assigned to worker 01HDMDFZTGN0JJ5GP3DAF5EFJK (queued for 1 m 44 s)
 
22023-10-25T21:59:25.227Zstarting task 0: "setup"
32023-10-25T21:59:25.739Z++ uname -s
42023-10-25T21:59:25.750Z+ kern=SunOS
52023-10-25T21:59:25.761Z+ case "$kern" in
62023-10-25T21:59:25.769Z+ groupadd -g 12345 build
72023-10-25T21:59:25.777Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-25T21:59:27.758Z+ zfs create -o mountpoint=/work rpool/work
92023-10-25T21:59:27.852Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-25T21:59:27.861Z+ home_fs=zfs
112023-10-25T21:59:27.874Z+ [[ zfs == autofs ]]
122023-10-25T21:59:27.886Z+ mkdir -p /home/build
132023-10-25T21:59:27.901Z+ chown build:build /home/build /work
142023-10-25T21:59:28.859Z+ chmod 0700 /home/build /work
152023-10-25T21:59:28.865Zprocess exited: duration 3627 ms, exit code 0
 
162023-10-25T21:59:28.876Zstarting task 1: "rust-toolchain"
172023-10-25T21:59:28.888Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-25T21:59:28.892Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-25T21:59:29.114Zinfo: downloading installer
202023-10-25T21:59:31.710Zwarning: it looks like you have an existing installation of Rust at:
212023-10-25T21:59:31.720Zwarning: /opt/ooce/bin
222023-10-25T21:59:31.741Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-25T21:59:31.753Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-25T21:59:31.836Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-25T21:59:31.845Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-25T21:59:31.855Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-25T21:59:31.872Zerror: cannot install while Rust is installed
282023-10-25T21:59:31.882Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-25T21:59:31.894Zinfo: profile set to 'default'
302023-10-25T21:59:32.316Zinfo: default host triple is x86_64-unknown-illumos
312023-10-25T21:59:32.325Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-25T21:59:33.334Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-25T21:59:33.346Zinfo: downloading component 'cargo'
342023-10-25T21:59:33.359Zinfo: downloading component 'clippy'
352023-10-25T21:59:33.372Zinfo: downloading component 'rust-docs'
362023-10-25T21:59:34.087Zinfo: downloading component 'rust-std'
372023-10-25T21:59:35.919Zinfo: downloading component 'rustc'
382023-10-25T21:59:40.318Zinfo: downloading component 'rustfmt'
392023-10-25T21:59:40.985Zinfo: installing component 'cargo'
402023-10-25T21:59:42.385Zinfo: installing component 'clippy'
412023-10-25T21:59:43.222Zinfo: installing component 'rust-docs'
422023-10-25T21:59:45.972Zinfo: installing component 'rust-std'
432023-10-25T21:59:49.670Zinfo: installing component 'rustc'
442023-10-25T21:59:56.760Zinfo: installing component 'rustfmt'
452023-10-25T21:59:57.766Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-25T21:59:57.770Z
472023-10-25T21:59:57.772Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-25T21:59:57.776Z
492023-10-25T21:59:57.783Z
502023-10-25T21:59:58.248ZRust is installed now. Great!
512023-10-25T21:59:58.656Z
522023-10-25T21:59:58.660ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-25T21:59:58.664Zenvironment variable. This has not been done automatically.
542023-10-25T21:59:58.667Z
552023-10-25T21:59:58.670ZTo configure your current shell, run:
562023-10-25T21:59:58.673Zsource "$HOME/.cargo/env"
572023-10-25T21:59:58.678Z+ rustc --version
582023-10-25T21:59:58.681Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-25T21:59:58.684Zprocess exited: duration 28800 ms, exit code 0
 
602023-10-25T21:59:58.689Zstarting task 2: "authentication"
612023-10-25T21:59:58.725Zprocess exited: duration 31 ms, exit code 0
 
622023-10-25T21:59:58.745Zstarting task 3: "clone repository"
632023-10-25T21:59:58.765Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-25T21:59:58.780Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-25T21:59:58.850ZCloning into '/work/oxidecomputer/omicron'...
662023-10-25T22:00:05.905Z+ cd /work/oxidecomputer/omicron
672023-10-25T22:00:05.921Z+ [[ -n '' ]]
682023-10-25T22:00:06.343Z+ git fetch origin 9e9ded3f3a4b03193700404e284984f2d4c2c2d4
692023-10-25T22:00:06.640ZFrom https://github.com/oxidecomputer/omicron
702023-10-25T22:00:06.647Z * branch 9e9ded3f3a4b03193700404e284984f2d4c2c2d4 -> FETCH_HEAD
712023-10-25T22:00:06.656Z+ git reset --hard 9e9ded3f3a4b03193700404e284984f2d4c2c2d4
722023-10-25T22:00:07.084ZHEAD is now at 9e9ded3f Adapt new tests to new testing format and fix recent replicated sql bug
732023-10-25T22:00:07.088Zprocess exited: duration 7952 ms, exit code 0
 
742023-10-25T22:00:07.096Zstarting task 4: "build"
752023-10-25T22:00:07.107Z+ cargo --version
762023-10-25T22:00:07.198Zcargo 1.72.1 (103a7ff2e 2023-08-15)
772023-10-25T22:00:08.423Z+ rustc --version
782023-10-25T22:00:08.432Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
792023-10-25T22:00:08.446Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
802023-10-25T22:00:22.853Z Startup: Refreshing catalog 'helios-dev' ... Done
812023-10-25T22:00:23.925Z Startup: Caching catalogs ... Done
822023-10-25T22:00:28.450ZPlanning: Solver setup ... Done (4.242s)
832023-10-25T22:00:28.562ZPlanning: Running solver ... Done (0.112s)
842023-10-25T22:00:28.613ZPlanning: Finding local manifests ... Done (0.004s)
852023-10-25T22:00:28.627ZPlanning: Fetching manifests: 0/4 0% complete
862023-10-25T22:00:28.864ZPlanning: Fetching manifests: 4/4 100% complete
872023-10-25T22:00:28.939ZPlanning: Package planning ... Done (0.078s)
882023-10-25T22:00:30.239ZPlanning: Merging actions ... Done (0.085s)
892023-10-25T22:00:30.258ZPlanning: Checking for conflicting actions ... Done (0.855s)
902023-10-25T22:00:30.292ZPlanning: Consolidating action changes ... Done (0.017s)
912023-10-25T22:00:36.997ZPlanning: Evaluating mediators ... Done (7.098s)
922023-10-25T22:00:37.016ZPlanning: Planning completed in 13.03 seconds
932023-10-25T22:00:37.033Z Packages to install: 4
942023-10-25T22:00:37.046Z Mediators to change: 2
952023-10-25T22:00:37.061Z Services to change: 1
962023-10-25T22:00:37.077Z Estimated space available: 149.39 GB
972023-10-25T22:00:37.108ZEstimated space to be consumed: 1.37 GB
982023-10-25T22:00:37.116Z Create boot environment: No
992023-10-25T22:00:37.139ZCreate backup boot environment: No
1002023-10-25T22:00:37.156Z Rebuild boot archive: No
1012023-10-25T22:00:37.161Z
1022023-10-25T22:00:37.187ZChanged mediators:
1032023-10-25T22:00:37.199Z mediator clang:
1042023-10-25T22:00:37.211Z version: None -> 15 (system default)
1052023-10-25T22:00:37.216Z
1062023-10-25T22:00:37.219Z mediator llvm:
1072023-10-25T22:00:37.224Z version: 14 (system default) -> 15 (system default)
1082023-10-25T22:00:37.640Z
1092023-10-25T22:00:37.643ZChanged packages:
1102023-10-25T22:00:37.646Zhelios-dev
1112023-10-25T22:00:37.649Z developer/build-essential
1122023-10-25T22:00:37.652Z None -> 11-2.0
1132023-10-25T22:00:37.658Z library/libxmlsec1
1142023-10-25T22:00:37.662Z None -> 1.2.35-2.0
1152023-10-25T22:00:37.665Z ooce/developer/clang-15
1162023-10-25T22:00:37.669Z None -> 15.0.7-2.0
1172023-10-25T22:00:37.676Z ooce/developer/llvm-15
1182023-10-25T22:00:37.684Z None -> 15.0.7-2.0
1192023-10-25T22:00:37.694Z
1202023-10-25T22:00:37.700ZServices:
1212023-10-25T22:00:37.706Z restart_fmri:
1222023-10-25T22:00:37.711Z svc:/system/update-man-index:default
1232023-10-25T22:00:37.719Z
1242023-10-25T22:00:37.727ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1252023-10-25T22:00:42.501ZDownload: 826/3290 items 18.6/212.6MB 8% complete (3.8M/s)
1262023-10-25T22:00:54.738ZDownload: 1542/3290 items 117.6/212.6MB 55% complete (11.9M/s)
1272023-10-25T22:00:55.224ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (10.2M/s)
1282023-10-25T22:01:12.781ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1292023-10-25T22:01:17.777ZDownload: 3245/3290 items 202.8/212.6MB 95% complete (16.6M/s)
1302023-10-25T22:01:21.431ZDownload: Completed 212.60 MB in 43.94 seconds (4.8M/s)
1312023-10-25T22:01:22.759Z Actions: 1/3687 actions (Installing new actions)
1322023-10-25T22:01:27.763Z Actions: 2729/3687 actions (Installing new actions)
1332023-10-25T22:01:31.019Z Actions: Completed 3687 actions in 8.26 seconds.
1342023-10-25T22:01:31.105Z Done (0.079s)
1352023-10-25T22:01:31.523Z Done (0.000s)
1362023-10-25T22:01:31.990Z Done (0.198s)
1372023-10-25T22:01:39.261Z Done (7.845s)
1382023-10-25T22:01:39.516Z Done (0.159s)
1392023-10-25T22:01:39.520Z Done (0.000s)
1402023-10-25T22:01:40.249Z Done (0.000s)
1412023-10-25T22:01:40.930ZPlanning: Evaluating mediator changes ... Done
1422023-10-25T22:01:41.208ZPlanning: Checking for conflicting actions ... Done
1432023-10-25T22:01:41.213ZPlanning: Consolidating action changes ... Done
1442023-10-25T22:01:41.646ZPlanning: Evaluating mediators ... Done
1452023-10-25T22:01:41.651ZPlanning: Planning completed in 0.72 seconds
1462023-10-25T22:01:41.701Z Mediators to change: 2
1472023-10-25T22:01:41.708Z Create boot environment: No
1482023-10-25T22:01:41.718ZCreate backup boot environment: No
1492023-10-25T22:01:41.799Z Done
1502023-10-25T22:01:41.803Z Done
1512023-10-25T22:01:42.031Z Done
1522023-10-25T22:01:47.690Z Done
1532023-10-25T22:01:47.811Z Done
1542023-10-25T22:01:47.817Z Done
1552023-10-25T22:01:47.923Z Done
1562023-10-25T22:01:48.913ZPlanning: Evaluating mediator changes ... Done
1572023-10-25T22:01:48.918ZPlanning: Merging actions ... Done
1582023-10-25T22:01:49.239ZPlanning: Checking for conflicting actions ... Done
1592023-10-25T22:01:49.242ZPlanning: Consolidating action changes ... Done
1602023-10-25T22:01:49.668ZPlanning: Evaluating mediators ... Done
1612023-10-25T22:01:49.758ZPlanning: Planning completed in 1.28 seconds
1622023-10-25T22:01:49.814Z Packages to change: 1
1632023-10-25T22:01:49.817Z Mediators to change: 1
1642023-10-25T22:01:49.820Z Services to change: 1
1652023-10-25T22:01:49.824Z Create boot environment: No
1662023-10-25T22:01:49.829ZCreate backup boot environment: Yes
1672023-10-25T22:01:51.841Z Actions: 1/6 actions (Updating modified actions)
1682023-10-25T22:01:51.845Z Actions: Completed 6 actions in 0.00 seconds.
1692023-10-25T22:01:51.849Z Done
1702023-10-25T22:01:51.852Z Done
1712023-10-25T22:01:51.894Z Done
1722023-10-25T22:01:57.582Z Done
1732023-10-25T22:01:57.704Z Done
1742023-10-25T22:01:57.707Z Done
1752023-10-25T22:01:57.812Z Done
1762023-10-25T22:01:58.489ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1772023-10-25T22:01:58.492Zclang system 15 system
1782023-10-25T22:01:58.497Zcsh system system illumos
1792023-10-25T22:01:58.501Zctags system system illumos
1802023-10-25T22:01:58.504Zgcc vendor 12 vendor
1812023-10-25T22:01:58.508Zgcc system 10 system
1822023-10-25T22:01:58.511Zgcc system 7 system
1832023-10-25T22:01:58.515Zgo system 1.20 system
1842023-10-25T22:01:58.518Zgo system 1.19 system
1852023-10-25T22:01:58.521Zllvm system 15 system
1862023-10-25T22:01:58.525Zllvm system 14 system
1872023-10-25T22:01:58.529Zmariadb system 10.6 system
1882023-10-25T22:01:58.533Zmta vendor vendor dma
1892023-10-25T22:01:58.536Zopenjdk system 17 system
1902023-10-25T22:01:58.540Zopenjdk system 11 system
1912023-10-25T22:01:58.544Zopenjdk system 1.8 system
1922023-10-25T22:01:58.547Zopenssl vendor 3 vendor
1932023-10-25T22:01:58.550Zperl system 5.36 system
1942023-10-25T22:01:58.554Zpostgresql system 15 system
1952023-10-25T22:01:58.560Zpostgresql system 13 system
1962023-10-25T22:01:58.564Zpython vendor 3 vendor
1972023-10-25T22:01:58.567Zpython system 2 system
1982023-10-25T22:01:58.571Zpython3 system 3.11 system
1992023-10-25T22:01:58.574Zruby system 3.0 system
2002023-10-25T22:01:58.578Zwords vendor vendor american-english
2012023-10-25T22:01:58.581Zwords system system australian-english
2022023-10-25T22:01:58.588Zwords system system british-english
2032023-10-25T22:01:58.592Zwords system system canadian-english
2042023-10-25T22:01:58.595Zwords system system french
2052023-10-25T22:01:58.599Zwords system system italian
2062023-10-25T22:01:58.603Zwords system system ngerman
2072023-10-25T22:01:58.606Zwords system system ogerman
2082023-10-25T22:01:58.610Zwords system system spanish
2092023-10-25T22:01:59.020ZFMRI IFO
2102023-10-25T22:01:59.024Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2112023-10-25T22:01:59.050Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2122023-10-25T22:01:59.053Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2132023-10-25T22:01:59.057Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2142023-10-25T22:01:59.061Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2152023-10-25T22:01:59.065Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2162023-10-25T22:01:59.094Z+ set -o errexit
2172023-10-25T22:01:59.099Z+++ dirname ./tools/ci_download_cockroachdb
2182023-10-25T22:01:59.103Z++ cd ./tools
2192023-10-25T22:01:59.107Z++ pwd
2202023-10-25T22:01:59.111Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2212023-10-25T22:01:59.115Z++ basename ./tools/ci_download_cockroachdb
2222023-10-25T22:01:59.118Z+ ARG0=ci_download_cockroachdb
2232023-10-25T22:01:59.122Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2242023-10-25T22:01:59.125Z+ CIDL_VERSION=v22.1.9
2252023-10-25T22:01:59.135Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2262023-10-25T22:01:59.138Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2272023-10-25T22:01:59.142Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2282023-10-25T22:01:59.147Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2292023-10-25T22:01:59.150Z+ TARGET_DIR=out
2302023-10-25T22:01:59.153Z+ DOWNLOAD_DIR=out/downloads
2312023-10-25T22:01:59.156Z+ DEST_DIR=./out/cockroachdb
2322023-10-25T22:01:59.160Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2332023-10-25T22:01:59.163Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2342023-10-25T22:01:59.167Z+ main
2352023-10-25T22:01:59.172Z+ [[ 0 != 0 ]]
2362023-10-25T22:01:59.176Z+ CIDL_OS=solaris2.11
2372023-10-25T22:01:59.180Z+ [[ 0 != 0 ]]
2382023-10-25T22:01:59.183Z+ configure_os solaris2.11
2392023-10-25T22:01:59.187Z+ echo 'current directory: /work/oxidecomputer/omicron'
2402023-10-25T22:01:59.191Zcurrent directory: /work/oxidecomputer/omicron
2412023-10-25T22:01:59.195Z+ echo 'configuring based on OS: "solaris2.11"'
2422023-10-25T22:01:59.198Zconfiguring based on OS: "solaris2.11"
2432023-10-25T22:01:59.201Z+ case "$1" in
2442023-10-25T22:01:59.204Z+ CIDL_BUILD=illumos
2452023-10-25T22:01:59.207Z+ CIDL_SUFFIX=tar.gz
2462023-10-25T22:01:59.210Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2472023-10-25T22:01:59.214Z+ CIDL_MD5FUNC=do_md5sum
2482023-10-25T22:01:59.218Z+ CIDL_URL_BASE=https://illumos.org/downloads
2492023-10-25T22:01:59.222Z+ CIDL_ASSEMBLE=do_assemble_illumos
2502023-10-25T22:01:59.226Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2512023-10-25T22:01:59.230Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2522023-10-25T22:01:59.234Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2532023-10-25T22:01:59.237Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2542023-10-25T22:01:59.243Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2552023-10-25T22:01:59.247Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2562023-10-25T22:01:59.250Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2572023-10-25T22:01:59.254Z+ mkdir -p out/downloads
2582023-10-25T22:01:59.258ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-10-25T22:01:59.262ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-25T22:01:59.267Z+ mkdir -p ./out/cockroachdb
2612023-10-25T22:01:59.270Z+ local DO_DOWNLOAD=true
2622023-10-25T22:01:59.274Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2632023-10-25T22:01:59.278Z+ '[' true == true ']'
2642023-10-25T22:01:59.282Z+ echo Downloading...
2652023-10-25T22:01:59.288ZDownloading...
2662023-10-25T22:01:59.292Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-10-25T22:01:59.297Z+ 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
2682023-10-25T22:02:01.623Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-10-25T22:02:01.627Z++ md5sum
2702023-10-25T22:02:01.632Z++ awk '{print $1}'
2712023-10-25T22:02:02.210Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2722023-10-25T22:02:02.214Z+ [[ 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 ]]
2732023-10-25T22:02:02.218Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-25T22:02:02.221Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2752023-10-25T22:02:05.206Z+ do_assemble_illumos
2762023-10-25T22:02:05.211Z+ rm -r ./out/cockroachdb
2772023-10-25T22:02:05.214Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2782023-10-25T22:02:05.837Z+ ./out/cockroachdb/bin/cockroach version
2792023-10-25T22:02:06.051ZBuild Tag: v22.1.9-dirty
2802023-10-25T22:02:06.058ZBuild Time: 2022/10/26 21:17:46
2812023-10-25T22:02:06.067ZDistribution: OSS
2822023-10-25T22:02:06.074ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2832023-10-25T22:02:06.081ZGo Version: go1.17.13
2842023-10-25T22:02:06.088ZC Compiler: gcc 10.3.0
2852023-10-25T22:02:06.095ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2862023-10-25T22:02:06.103ZBuild Type: release
2872023-10-25T22:02:06.111Z+ set -o errexit
2882023-10-25T22:02:06.118Z+++ dirname ./tools/ci_download_clickhouse
2892023-10-25T22:02:06.124Z++ cd ./tools
2902023-10-25T22:02:06.128Z++ pwd
2912023-10-25T22:02:06.132Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2922023-10-25T22:02:06.139Z++ basename ./tools/ci_download_clickhouse
2932023-10-25T22:02:06.142Z+ ARG0=ci_download_clickhouse
2942023-10-25T22:02:06.146Z+ TARGET_DIR=out
2952023-10-25T22:02:06.151Z+ DOWNLOAD_DIR=out/downloads
2962023-10-25T22:02:06.155Z+ DEST_DIR=./out/clickhouse
2972023-10-25T22:02:06.160Z+ CIDL_VERSION=v22.8.9.24
2982023-10-25T22:02:06.163Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
2992023-10-25T22:02:06.171Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3002023-10-25T22:02:06.176Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3012023-10-25T22:02:06.181Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3022023-10-25T22:02:06.186Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3032023-10-25T22:02:06.190Z+ main
3042023-10-25T22:02:06.194Z+ [[ 0 != 0 ]]
3052023-10-25T22:02:06.201Z+ CIDL_OS=solaris2.11
3062023-10-25T22:02:06.205Z+ [[ 0 != 0 ]]
3072023-10-25T22:02:06.209Z+ configure_os solaris2.11
3082023-10-25T22:02:06.218Z+ echo 'current directory: /work/oxidecomputer/omicron'
3092023-10-25T22:02:06.224Zcurrent directory: /work/oxidecomputer/omicron
3102023-10-25T22:02:06.229Z+ echo 'configuring based on OS: "solaris2.11"'
3112023-10-25T22:02:06.237Zconfiguring based on OS: "solaris2.11"
3122023-10-25T22:02:06.247Z+ CIDL_DASHREV=
3132023-10-25T22:02:06.250Z+ case "$1" in
3142023-10-25T22:02:06.254Z+ CIDL_PLATFORM=illumos
3152023-10-25T22:02:06.258Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3162023-10-25T22:02:06.262Z+ CIDL_MD5FUNC=do_md5sum
3172023-10-25T22:02:06.266Z+ CIDL_DASHREV=-1
3182023-10-25T22:02:06.270Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3192023-10-25T22:02:06.274Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3202023-10-25T22:02:06.278Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3212023-10-25T22:02:06.283Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3222023-10-25T22:02:06.287Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3232023-10-25T22:02:06.291ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-25T22:02:06.295Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3252023-10-25T22:02:06.300ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-25T22:02:06.304Z+ mkdir -p out/downloads
3272023-10-25T22:02:06.308Z+ mkdir -p ./out/clickhouse
3282023-10-25T22:02:06.311Z+ local DO_DOWNLOAD=true
3292023-10-25T22:02:06.317Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3302023-10-25T22:02:06.320Z+ '[' true == true ']'
3312023-10-25T22:02:06.326Z+ echo Downloading...
3322023-10-25T22:02:06.334ZDownloading...
3332023-10-25T22:02:06.339Z+ 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
3342023-10-25T22:02:06.348Z+ 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
3352023-10-25T22:02:07.656Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-10-25T22:02:07.660Z++ md5sum
3372023-10-25T22:02:07.664Z++ awk '{print $1}'
3382023-10-25T22:02:07.920Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3392023-10-25T22:02:07.923Z+ [[ 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 ]]
3402023-10-25T22:02:07.927Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3412023-10-25T22:02:07.930Z+ mkdir -p ./out/clickhouse
3422023-10-25T22:02:07.935Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3432023-10-25T22:02:12.774Z+ ./out/clickhouse/clickhouse server --version
3442023-10-25T22:02:12.826ZClickHouse server version 22.8.9.1.
3452023-10-25T22:02:12.849Z+ set -o errexit
3462023-10-25T22:02:12.853Z+++ dirname ./tools/ci_download_console
3472023-10-25T22:02:12.856Z++ cd ./tools
3482023-10-25T22:02:12.861Z++ pwd
3492023-10-25T22:02:12.872Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3502023-10-25T22:02:12.875Z++ basename ./tools/ci_download_console
3512023-10-25T22:02:12.879Z+ ARG0=ci_download_console
3522023-10-25T22:02:12.882Z+ TARGET_DIR=out
3532023-10-25T22:02:12.886Z+ DOWNLOAD_DIR=out/downloads
3542023-10-25T22:02:12.890Z+ DEST_DIR=./out/console-assets
3552023-10-25T22:02:12.898Z+ source /work/oxidecomputer/omicron/tools/console_version
3562023-10-25T22:02:12.902Z++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128
3572023-10-25T22:02:12.906Z++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3582023-10-25T22:02:12.912Z+ URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3592023-10-25T22:02:12.923Z+ TARBALL_FILE=out/downloads/console.tar.gz
3602023-10-25T22:02:12.940Z+ main
3612023-10-25T22:02:12.956Z+ [[ 0 != 0 ]]
3622023-10-25T22:02:13.010Z+ echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz'
3632023-10-25T22:02:13.014ZURL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3642023-10-25T22:02:13.018Z+ echo 'Local file: out/downloads/console.tar.gz'
3652023-10-25T22:02:13.023ZLocal file: out/downloads/console.tar.gz
3662023-10-25T22:02:13.027Z+ local DO_DOWNLOAD=true
3672023-10-25T22:02:13.031Z+ [[ -f out/downloads/console.tar.gz ]]
3682023-10-25T22:02:13.034Z+ mkdir -p out/downloads
3692023-10-25T22:02:13.038Z+ '[' true == true ']'
3702023-10-25T22:02:13.041Z+ echo Downloading...
3712023-10-25T22:02:13.045ZDownloading...
3722023-10-25T22:02:13.049Z+ do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz
3732023-10-25T22:02:13.053Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz
3742023-10-25T22:02:13.465Z++ do_sha256sum out/downloads/console.tar.gz
3752023-10-25T22:02:13.474Z++ case "$OSTYPE" in
3762023-10-25T22:02:13.481Z++ SHA=sha256sum
3772023-10-25T22:02:13.484Z++ sha256sum
3782023-10-25T22:02:13.487Z++ awk '{print $1}'
3792023-10-25T22:02:13.490Z+ calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0
3802023-10-25T22:02:13.493Z+ [[ 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 ]]
3812023-10-25T22:02:13.496Z+ rm -rf ./out/console-assets
3822023-10-25T22:02:13.499Z+ mkdir -p ./out/console-assets
3832023-10-25T22:02:13.502Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3842023-10-25T22:02:13.505Z+ mkdir -p ./out/console-assets
3852023-10-25T22:02:13.508Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3862023-10-25T22:02:13.632Z+ set -o errexit
3872023-10-25T22:02:13.636Z+++ dirname ./tools/ci_download_maghemite_openapi
3882023-10-25T22:02:13.641Z++ cd ./tools
3892023-10-25T22:02:13.647Z++ pwd
3902023-10-25T22:02:13.654Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3912023-10-25T22:02:13.659Z++ basename ./tools/ci_download_maghemite_openapi
3922023-10-25T22:02:13.670Z+ ARG0=ci_download_maghemite_openapi
3932023-10-25T22:02:13.676Z+ TARGET_DIR=out
3942023-10-25T22:02:13.686Z+ DOWNLOAD_DIR=out/downloads
3952023-10-25T22:02:13.702Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
3962023-10-25T22:02:13.709Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
3972023-10-25T22:02:13.717Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
3982023-10-25T22:02:13.731Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
3992023-10-25T22:02:13.748Z+ LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4002023-10-25T22:02:13.772Z+ main
4012023-10-25T22:02:14.189Z+ [[ 0 != 0 ]]
4022023-10-25T22:02:14.200Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json'
4032023-10-25T22:02:14.207ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4042023-10-25T22:02:14.213Z+ echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4052023-10-25T22:02:14.218ZLocal file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4062023-10-25T22:02:14.224Z+ local DO_DOWNLOAD=true
4072023-10-25T22:02:14.230Z+ [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4082023-10-25T22:02:14.236Z+ mkdir -p out/downloads
4092023-10-25T22:02:14.242Z+ '[' true == true ']'
4102023-10-25T22:02:14.250Z+ echo Downloading...
4112023-10-25T22:02:14.256ZDownloading...
4122023-10-25T22:02:14.261Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4132023-10-25T22:02:14.272Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json
4142023-10-25T22:02:14.278Z++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4152023-10-25T22:02:14.282Z++ case "$OSTYPE" in
4162023-10-25T22:02:14.287Z++ SHA=sha256sum
4172023-10-25T22:02:14.293Z++ sha256sum
4182023-10-25T22:02:14.299Z++ awk '{print $1}'
4192023-10-25T22:02:14.306Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4202023-10-25T22:02:14.315Z+ [[ 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 ]]
4212023-10-25T22:02:14.321Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4222023-10-25T22:02:14.328Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
4232023-10-25T22:02:14.355Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4242023-10-25T22:02:14.374Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4252023-10-25T22:02:14.385Z+ LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4262023-10-25T22:02:14.396Z+ main
4272023-10-25T22:02:14.415Z+ [[ 0 != 0 ]]
4282023-10-25T22:02:14.432Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json'
4292023-10-25T22:02:14.845ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4302023-10-25T22:02:14.855Z+ echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json'
4312023-10-25T22:02:14.865ZLocal file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4322023-10-25T22:02:15.300Z+ local DO_DOWNLOAD=true
4332023-10-25T22:02:15.308Z+ [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]]
4342023-10-25T22:02:15.326Z+ mkdir -p out/downloads
4352023-10-25T22:02:15.347Z+ '[' true == true ']'
4362023-10-25T22:02:15.770Z+ echo Downloading...
4372023-10-25T22:02:16.180ZDownloading...
4382023-10-25T22:02:16.183Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4392023-10-25T22:02:16.187Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json
4402023-10-25T22:02:16.190Z++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json
4412023-10-25T22:02:16.194Z++ case "$OSTYPE" in
4422023-10-25T22:02:16.201Z++ SHA=sha256sum
4432023-10-25T22:02:16.206Z++ sha256sum
4442023-10-25T22:02:16.217Z++ awk '{print $1}'
4452023-10-25T22:02:16.236Z+ calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
4462023-10-25T22:02:16.249Z+ [[ 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 ]]
4472023-10-25T22:02:16.267Z+ set -o errexit
4482023-10-25T22:02:16.286Z+++ dirname ./tools/ci_download_dendrite_openapi
4492023-10-25T22:02:16.299Z++ cd ./tools
4502023-10-25T22:02:16.309Z++ pwd
4512023-10-25T22:02:16.314Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4522023-10-25T22:02:16.318Z++ basename ./tools/ci_download_dendrite_openapi
4532023-10-25T22:02:16.321Z+ ARG0=ci_download_dendrite_openapi
4542023-10-25T22:02:16.324Z+ TARGET_DIR=out
4552023-10-25T22:02:16.327Z+ DOWNLOAD_DIR=out/downloads
4562023-10-25T22:02:16.330Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4572023-10-25T22:02:16.334Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
4582023-10-25T22:02:16.338Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4592023-10-25T22:02:16.342Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4602023-10-25T22:02:16.347Z+ LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4612023-10-25T22:02:16.350Z+ main
4622023-10-25T22:02:16.353Z+ [[ 0 != 0 ]]
4632023-10-25T22:02:16.357Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json'
4642023-10-25T22:02:16.360ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4652023-10-25T22:02:16.364Z+ echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json'
4662023-10-25T22:02:16.370ZLocal file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4672023-10-25T22:02:16.373Z+ local DO_DOWNLOAD=true
4682023-10-25T22:02:16.377ZDownloading...
4692023-10-25T22:02:16.382Z+ [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]]
4702023-10-25T22:02:16.387Z+ mkdir -p out/downloads
4712023-10-25T22:02:16.393Z+ '[' true == true ']'
4722023-10-25T22:02:16.811Zcurrent directory: /work/oxidecomputer/omicron
4732023-10-25T22:02:16.819Z+ echo Downloading...
4742023-10-25T22:02:16.826Zconfiguring based on OS: "solaris2.11"
4752023-10-25T22:02:16.833Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4762023-10-25T22:02:16.848ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
4772023-10-25T22:02:16.858Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json
4782023-10-25T22:02:16.868ZLocal file: out/downloads/dendrite-stub.tar.gz
4792023-10-25T22:02:16.878Z++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json
4802023-10-25T22:02:16.882ZDownloading...
4812023-10-25T22:02:16.885Z++ case "$OSTYPE" in
4822023-10-25T22:02:16.891Z++ SHA=sha256sum
4832023-10-25T22:02:16.899Z++ sha256sum
4842023-10-25T22:02:17.325Z++ awk '{print $1}'
4852023-10-25T22:02:17.337Z+ calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
4862023-10-25T22:02:17.358Z+ [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]]
4872023-10-25T22:02:17.368Z+ set -o errexit
4882023-10-25T22:02:17.380Z+++ dirname ./tools/ci_download_dendrite_stub
4892023-10-25T22:02:17.393Z++ cd ./tools
4902023-10-25T22:02:17.401Z++ pwd
4912023-10-25T22:02:17.411Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4922023-10-25T22:02:17.421Z++ basename ./tools/ci_download_dendrite_stub
4932023-10-25T22:02:17.437Z+ ARG0=ci_download_dendrite_stub
4942023-10-25T22:02:17.449Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4952023-10-25T22:02:17.457Z++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
4962023-10-25T22:02:17.468Z++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea
4972023-10-25T22:02:17.479Z++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2
4982023-10-25T22:02:17.497Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4992023-10-25T22:02:17.505Z++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966
5002023-10-25T22:02:17.526Z++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0
5012023-10-25T22:02:17.534Z+ TARGET_DIR=out
5022023-10-25T22:02:17.539Z+ DOWNLOAD_DIR=out/downloads
5032023-10-25T22:02:17.543Z+ DEST_DIR=./out/dendrite-stub
5042023-10-25T22:02:17.560Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5052023-10-25T22:02:17.569Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5062023-10-25T22:02:17.575Z+ REPO=oxidecomputer/dendrite
5072023-10-25T22:02:17.579Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966
5082023-10-25T22:02:17.582Z+ main
5092023-10-25T22:02:17.586Z+ [[ 0 != 0 ]]
5102023-10-25T22:02:17.590Z+ CIDL_OS=solaris2.11
5112023-10-25T22:02:17.609Z+ [[ 0 != 0 ]]
5122023-10-25T22:02:17.623Z+ configure_os solaris2.11
5132023-10-25T22:02:18.051Z+ echo 'current directory: /work/oxidecomputer/omicron'
5142023-10-25T22:02:18.866Z+ echo 'configuring based on OS: "solaris2.11"'
5152023-10-25T22:02:18.885Z+ case "$1" in
5162023-10-25T22:02:18.904Z+ SET_BINARIES=
5172023-10-25T22:02:18.915Z+ CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5182023-10-25T22:02:18.927Z+ CIDL_SHA256FUNC=do_sha256sum
5192023-10-25T22:02:18.945Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5202023-10-25T22:02:18.959Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5212023-10-25T22:02:18.977Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5222023-10-25T22:02:18.996Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz'
5232023-10-25T22:02:19.012Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5242023-10-25T22:02:19.439Z+ mkdir -p out/downloads
5252023-10-25T22:02:19.448Z+ mkdir -p ./out/dendrite-stub
5262023-10-25T22:02:19.457Z+ fetch_and_verify
5272023-10-25T22:02:19.467Z+ local DO_DOWNLOAD=true
5282023-10-25T22:02:19.475Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5292023-10-25T22:02:19.895Z+ '[' true == true ']'
5302023-10-25T22:02:19.913Z+ echo Downloading...
5312023-10-25T22:02:19.929Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5322023-10-25T22:02:19.946Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz
5332023-10-25T22:02:23.156Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5342023-10-25T22:02:23.570Z++ sha256sum
5352023-10-25T22:02:23.574Z++ awk '{print $1}'
5362023-10-25T22:02:23.586Z+ calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0
5372023-10-25T22:02:23.592Z+ [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]]
5382023-10-25T22:02:23.596Z+ do_untar out/downloads/dendrite-stub.tar.gz
5392023-10-25T22:02:23.603Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5402023-10-25T22:02:24.206Z+ do_assemble
5412023-10-25T22:02:24.229Z+ rm -r ./out/dendrite-stub
5422023-10-25T22:02:24.234Z+ mkdir ./out/dendrite-stub
5432023-10-25T22:02:24.238Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5442023-10-25T22:02:24.275Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5452023-10-25T22:02:24.283Z+ set -o errexit
5462023-10-25T22:02:24.299Z+++ dirname ./tools/ci_download_maghemite_mgd
5472023-10-25T22:02:24.303Z++ cd ./tools
5482023-10-25T22:02:24.309Z++ pwd
5492023-10-25T22:02:24.313Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5502023-10-25T22:02:24.318Z++ basename ./tools/ci_download_maghemite_mgd
5512023-10-25T22:02:24.327Z+ ARG0=ci_download_maghemite_mgd
5522023-10-25T22:02:24.338Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5532023-10-25T22:02:24.346Z++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5542023-10-25T22:02:24.358Z++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73
5552023-10-25T22:02:24.370Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5562023-10-25T22:02:24.385Z++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5572023-10-25T22:02:24.807Z++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e
5582023-10-25T22:02:24.822Z+ TARGET_DIR=out
5592023-10-25T22:02:24.831Z+ DOWNLOAD_DIR=out/downloads
5602023-10-25T22:02:24.844Z+ DEST_DIR=./out/mgd
5612023-10-25T22:02:24.852Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5622023-10-25T22:02:24.864Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5632023-10-25T22:02:24.896Z+ REPO=oxidecomputer/maghemite
5642023-10-25T22:02:24.909Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6
5652023-10-25T22:02:24.932Z+ main
5662023-10-25T22:02:24.946Z+ [[ 0 != 0 ]]
5672023-10-25T22:02:24.966Z+ CIDL_OS=solaris2.11
5682023-10-25T22:02:24.989Z+ [[ 0 != 0 ]]
5692023-10-25T22:02:25.008Z+ configure_os solaris2.11
5702023-10-25T22:02:25.029Z+ echo 'current directory: /work/oxidecomputer/omicron'
5712023-10-25T22:02:25.044Zcurrent directory: /work/oxidecomputer/omicron
5722023-10-25T22:02:25.061Z+ echo 'configuring based on OS: "solaris2.11"'
5732023-10-25T22:02:25.074Zconfiguring based on OS: "solaris2.11"
5742023-10-25T22:02:25.089Z+ case "$1" in
5752023-10-25T22:02:25.110Z+ SET_BINARIES=
5762023-10-25T22:02:25.130Z+ CIDL_SHA256FUNC=do_sha256sum
5772023-10-25T22:02:25.601Z+ TARBALL_FILENAME=mgd.tar.gz
5782023-10-25T22:02:25.608Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5792023-10-25T22:02:25.617Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5802023-10-25T22:02:26.029Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz'
5812023-10-25T22:02:26.033ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5822023-10-25T22:02:26.036Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5832023-10-25T22:02:26.044ZLocal file: out/downloads/mgd.tar.gz
5842023-10-25T22:02:26.458Z+ mkdir -p out/downloads
5852023-10-25T22:02:26.470Z+ mkdir -p ./out/mgd
5862023-10-25T22:02:26.481Z+ fetch_and_verify
5872023-10-25T22:02:26.491Z+ local DO_DOWNLOAD=true
5882023-10-25T22:02:26.907Z+ [[ -f out/downloads/mgd.tar.gz ]]
5892023-10-25T22:02:26.911Z+ '[' true == true ']'
5902023-10-25T22:02:26.914Z+ echo Downloading...
5912023-10-25T22:02:26.918ZDownloading...
5922023-10-25T22:02:26.936Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz
5932023-10-25T22:02:26.947Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz
5942023-10-25T22:02:37.594Z++ do_sha256sum out/downloads/mgd.tar.gz
5952023-10-25T22:02:37.598Z++ sha256sum
5962023-10-25T22:02:37.601Z++ awk '{print $1}'
5972023-10-25T22:02:37.672Z+ calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a
5982023-10-25T22:02:37.675Z+ [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]]
5992023-10-25T22:02:37.678Z+ do_untar out/downloads/mgd.tar.gz
6002023-10-25T22:02:37.682Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6012023-10-25T22:02:38.343Z+ do_assemble
6022023-10-25T22:02:38.349Z+ rm -r ./out/mgd
6032023-10-25T22:02:38.363Z+ mkdir ./out/mgd
6042023-10-25T22:02:38.369Z+ cp -r out/downloads/root ./out/mgd/root
6052023-10-25T22:02:38.554Z+ set -o errexit
6062023-10-25T22:02:39.054Z+++ dirname ./tools/ci_download_transceiver_control
6072023-10-25T22:02:39.062Z++ cd ./tools
6082023-10-25T22:02:39.081Z++ pwd
6092023-10-25T22:02:39.112Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6102023-10-25T22:02:39.133Z++ basename ./tools/ci_download_transceiver_control
6112023-10-25T22:02:39.222Z+ ARG0=ci_download_transceiver_control
6122023-10-25T22:02:39.243Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6132023-10-25T22:02:39.269Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6142023-10-25T22:02:39.699Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6152023-10-25T22:02:39.715Z+ TARGET_DIR=out
6162023-10-25T22:02:39.728Z+ DOWNLOAD_DIR=out/downloads
6172023-10-25T22:02:39.742Z+ DEST_DIR=./out/transceiver-control
6182023-10-25T22:02:39.755Z+ BIN_DIR=/opt/oxide/bin
6192023-10-25T22:02:39.771Z+ BINARY=xcvradm
6202023-10-25T22:02:39.786Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6212023-10-25T22:02:39.796Z+ REPO=oxidecomputer/transceiver-control
6222023-10-25T22:02:39.800Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6232023-10-25T22:02:39.804Z+ main
6242023-10-25T22:02:39.808Z+ [[ 0 != 0 ]]
6252023-10-25T22:02:39.814Z+ CIDL_OS=solaris2.11
6262023-10-25T22:02:39.817Z+ [[ 0 != 0 ]]
6272023-10-25T22:02:39.820Z+ configure_os solaris2.11
6282023-10-25T22:02:39.824Z+ echo 'current directory: /work/oxidecomputer/omicron'
6292023-10-25T22:02:39.830Zcurrent directory: /work/oxidecomputer/omicron
6302023-10-25T22:02:39.850Z+ echo 'configuring based on OS: "solaris2.11"'
6312023-10-25T22:02:39.859Zconfiguring based on OS: "solaris2.11"
6322023-10-25T22:02:39.866Z+ case "$1" in
6332023-10-25T22:02:39.869Z+ SET_BINARIES=
6342023-10-25T22:02:39.878Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6352023-10-25T22:02:39.885Z+ CIDL_SHA256FUNC=do_sha256sum
6362023-10-25T22:02:39.890Z+ ARCHIVE_FILENAME=xcvradm.gz
6372023-10-25T22:02:39.895Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6382023-10-25T22:02:39.898Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6392023-10-25T22:02:39.927Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6402023-10-25T22:02:39.931ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6412023-10-25T22:02:39.953Z+ echo 'Local file: out/downloads/xcvradm.gz'
6422023-10-25T22:02:39.971ZLocal file: out/downloads/xcvradm.gz
6432023-10-25T22:02:39.988Z+ mkdir -p out/downloads
6442023-10-25T22:02:40.009Z+ mkdir -p ./out/transceiver-control
6452023-10-25T22:02:40.016Z+ fetch_and_verify
6462023-10-25T22:02:40.023Z+ local DO_DOWNLOAD=true
6472023-10-25T22:02:40.050Z+ [[ -f out/downloads/xcvradm.gz ]]
6482023-10-25T22:02:40.066Z+ '[' true == true ']'
6492023-10-25T22:02:40.082Z+ echo Downloading...
6502023-10-25T22:02:40.102ZDownloading...
6512023-10-25T22:02:40.124Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6522023-10-25T22:02:40.144Z+ 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
6532023-10-25T22:02:41.071Z++ do_sha256sum out/downloads/xcvradm.gz
6542023-10-25T22:02:41.087Z++ sha256sum
6552023-10-25T22:02:41.092Z++ awk '{print $1}'
6562023-10-25T22:02:41.097Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6572023-10-25T22:02:41.101Z+ [[ 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 ]]
6582023-10-25T22:02:41.110Z+ do_unpack out/downloads/xcvradm.gz
6592023-10-25T22:02:41.114Z+ mkdir -p out/downloads/root//opt/oxide/bin
6602023-10-25T22:02:41.118Z+ gzip -dc out/downloads/xcvradm.gz
6612023-10-25T22:02:41.278Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6622023-10-25T22:02:41.282Z+ do_assemble
6632023-10-25T22:02:41.286Z+ rm -r ./out/transceiver-control
6642023-10-25T22:02:41.289Z+ mkdir ./out/transceiver-control
6652023-10-25T22:02:41.293Z+ cp -r out/downloads/root ./out/transceiver-control/root
6662023-10-25T22:02:41.518ZAll prerequisites installed successfully
6672023-10-25T22:02:41.525Z
6682023-10-25T22:02:41.529Zreal 2:34.219411578
6692023-10-25T22:02:41.534Zuser 51.437790543
6702023-10-25T22:02:41.538Zsys 9.814906812
6712023-10-25T22:02:41.541Ztrap 0.022297075
6722023-10-25T22:02:41.545Ztflt 0.295780801
6732023-10-25T22:02:41.549Zdflt 1.139172799
6742023-10-25T22:02:41.555Zkflt 0.535640382
6752023-10-25T22:02:41.559Zlock 1.689487882
6762023-10-25T22:02:41.563Zslp 4:56.352681864
6772023-10-25T22:02:41.566Zlat 3.362615989
6782023-10-25T22:02:41.599Zstop 0.068388950
6792023-10-25T22:02:41.619Z+ banner end-to-end-tests
6802023-10-25T22:02:41.669Z
6812023-10-25T22:02:41.673Z ###### # # ##### ##### #### ###### # # #####
6822023-10-25T22:02:41.677Z # ## # # # # # # # ## # # #
6832023-10-25T22:02:41.681Z ##### # # # # # ##### # # # ##### ##### # # # # #
6842023-10-25T22:02:41.685Z # # # # # # # # # # # # # # #
6852023-10-25T22:02:41.689Z # # ## # # # # # # # ## # #
6862023-10-25T22:02:41.693Z ###### # # ##### # #### ###### # # #####
6872023-10-25T22:02:41.698Z
6882023-10-25T22:02:41.701Z+ export CARGO_PROFILE_DEV_DEBUG=1
6892023-10-25T22:02:41.705Z+ CARGO_PROFILE_DEV_DEBUG=1
6902023-10-25T22:02:41.709Z+ export CARGO_PROFILE_TEST_DEBUG=1
6912023-10-25T22:02:41.713Z+ CARGO_PROFILE_TEST_DEBUG=1
6922023-10-25T22:02:41.720Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6932023-10-25T22:02:42.098Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6942023-10-25T22:02:42.600Z Updating crates.io index
6952023-10-25T22:02:42.608Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6962023-10-25T22:02:43.354Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6972023-10-25T22:02:45.143Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6982023-10-25T22:02:45.748Z Updating git repository `http://github.com/oxidecomputer/tofino`
6992023-10-25T22:02:46.081Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7002023-10-25T22:02:46.359Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7012023-10-25T22:02:46.672Z Updating git repository `https://github.com/oxidecomputer/propolis`
7022023-10-25T22:02:47.667Z Updating git repository `https://github.com/oxidecomputer/crucible`
7032023-10-25T22:02:49.268Z Updating git repository `https://github.com/oxidecomputer/opte`
7042023-10-25T22:02:50.169Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7052023-10-25T22:02:50.632Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7062023-10-25T22:02:50.931Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7072023-10-25T22:02:51.751Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7082023-10-25T22:02:51.858Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7092023-10-25T22:02:57.885Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7102023-10-25T22:02:58.016Z Updating git repository `https://github.com/njaremko/samael`
7112023-10-25T22:02:58.062Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7122023-10-25T22:02:58.097Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7132023-10-25T22:02:58.202Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7142023-10-25T22:02:58.292Z Updating git repository `https://github.com/jgallagher/nix`
7152023-10-25T22:02:58.378Z Updating git repository `https://github.com/cbiffle/hubpack`
7162023-10-25T22:02:58.454Z Updating git repository `https://github.com/oxidecomputer/omicron`
7172023-10-25T22:03:04.902Z Updating git repository `https://github.com/oxidecomputer/rfb`
7182023-10-25T22:03:05.375Z Updating git repository `https://github.com/oxidecomputer/typify`
7192023-10-25T22:03:06.478Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7202023-10-25T22:03:06.854Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7212023-10-25T22:03:07.201Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7222023-10-25T22:03:08.607Z Downloading crates ...
7232023-10-25T22:03:08.793Z Downloaded bit-set v0.5.3
7242023-10-25T22:03:08.798Z Downloaded atomic-waker v1.1.1
7252023-10-25T22:03:08.816Z Downloaded bcrypt-pbkdf v0.10.0
7262023-10-25T22:03:08.826Z Downloaded bitstruct v0.1.1
7272023-10-25T22:03:08.832Z Downloaded linked-hash-map v0.5.6
7282023-10-25T22:03:08.838Z Downloaded lazy_static v1.4.0
7292023-10-25T22:03:08.843Z Downloaded normalize-line-endings v0.3.0
7302023-10-25T22:03:08.853Z Downloaded colorchoice v1.0.0
7312023-10-25T22:03:08.859Z Downloaded openssl-macros v0.1.1
7322023-10-25T22:03:08.865Z Downloaded bzip2 v0.4.4
7332023-10-25T22:03:08.869Z Downloaded blake2 v0.10.6
7342023-10-25T22:03:08.873Z Downloaded openssl-probe v0.1.5
7352023-10-25T22:03:08.876Z Downloaded crucible-workspace-hack v0.1.0
7362023-10-25T22:03:08.879Z Downloaded precomputed-hash v0.1.1
7372023-10-25T22:03:08.883Z Downloaded parse-display v0.7.0
7382023-10-25T22:03:08.886Z Downloaded cfg-if v0.1.10
7392023-10-25T22:03:08.890Z Downloaded phf v0.11.2
7402023-10-25T22:03:08.892Z Downloaded new_debug_unreachable v1.0.4
7412023-10-25T22:03:08.897Z Downloaded num_enum v0.5.11
7422023-10-25T22:03:08.917Z Downloaded pin-utils v0.1.0
7432023-10-25T22:03:08.924Z Downloaded time-core v0.1.1
7442023-10-25T22:03:08.929Z Downloaded bitflags v1.3.2
7452023-10-25T22:03:08.934Z Downloaded pretty-hex v0.2.1
7462023-10-25T22:03:08.938Z Downloaded paste v1.0.14
7472023-10-25T22:03:08.945Z Downloaded pin-project-lite v0.2.13
7482023-10-25T22:03:08.955Z Downloaded password-hash v0.5.0
7492023-10-25T22:03:08.961Z Downloaded const_format_proc_macros v0.2.31
7502023-10-25T22:03:08.969Z Downloaded ident_case v1.0.1
7512023-10-25T22:03:08.972Z Downloaded anstyle v1.0.2
7522023-10-25T22:03:08.976Z Downloaded debug-ignore v1.0.5
7532023-10-25T22:03:08.982Z Downloaded siphasher v0.3.11
7542023-10-25T22:03:08.986Z Downloaded md-5 v0.10.5
7552023-10-25T22:03:08.991Z Downloaded anstyle-parse v0.2.1
7562023-10-25T22:03:08.997Z Downloaded ansi_term v0.12.1
7572023-10-25T22:03:09.003Z Downloaded aes-gcm-siv v0.11.1
7582023-10-25T22:03:09.007Z Downloaded vec_map v0.8.2
7592023-10-25T22:03:09.011Z Downloaded itoa v1.0.9
7602023-10-25T22:03:09.016Z Downloaded ipnetwork v0.20.0
7612023-10-25T22:03:09.024Z Downloaded usdt v0.3.5
7622023-10-25T22:03:09.027Z Downloaded num-traits v0.2.16
7632023-10-25T22:03:09.031Z Downloaded once_cell v1.18.0
7642023-10-25T22:03:09.034Z Downloaded either v1.9.0
7652023-10-25T22:03:09.038Z Downloaded ed25519 v2.2.2
7662023-10-25T22:03:09.041Z Downloaded diesel_derives v2.1.1
7672023-10-25T22:03:09.047Z Downloaded russh-cryptovec v0.7.0
7682023-10-25T22:03:09.050Z Downloaded signal-hook-registry v1.4.1
7692023-10-25T22:03:09.054Z Downloaded sha1 v0.10.5
7702023-10-25T22:03:09.057Z Downloaded http-range v0.1.5
7712023-10-25T22:03:09.060Z Downloaded dof v0.1.5
7722023-10-25T22:03:09.063Z Downloaded dirs-sys-next v0.1.2
7732023-10-25T22:03:09.066Z Downloaded dirs-next v2.0.0
7742023-10-25T22:03:09.071Z Downloaded futures-io v0.3.28
7752023-10-25T22:03:09.074Z Downloaded hubpack v0.1.2
7762023-10-25T22:03:09.078Z Downloaded form_urlencoded v1.2.0
7772023-10-25T22:03:09.081Z Downloaded hyper-staticfile v0.9.5
7782023-10-25T22:03:09.084Z Downloaded io-lifetimes v1.0.11
7792023-10-25T22:03:09.087Z Downloaded tempfile v3.8.0
7802023-10-25T22:03:09.090Z Downloaded hubpack_derive v0.1.1
7812023-10-25T22:03:09.094Z Downloaded errno v0.3.2
7822023-10-25T22:03:09.099Z Downloaded fxhash v0.2.1
7832023-10-25T22:03:09.102Z Downloaded toolchain_find v0.2.0
7842023-10-25T22:03:09.105Z Downloaded rustfmt-wrapper v0.2.0
7852023-10-25T22:03:09.108Z Downloaded signature v2.1.0
7862023-10-25T22:03:09.112Z Downloaded take_mut v0.2.2
7872023-10-25T22:03:09.115Z Downloaded serde_arrays v0.1.0
7882023-10-25T22:03:09.118Z Downloaded typenum v1.16.0
7892023-10-25T22:03:09.121Z Downloaded tokio-tungstenite v0.20.1
7902023-10-25T22:03:09.124Z Downloaded env_logger v0.9.3
7912023-10-25T22:03:09.127Z Downloaded dirs-sys v0.4.1
7922023-10-25T22:03:09.131Z Downloaded enum-as-inner v0.5.1
7932023-10-25T22:03:09.141Z Downloaded unsafe-libyaml v0.2.9
7942023-10-25T22:03:09.144Z Downloaded equivalent v1.0.1
7952023-10-25T22:03:09.147Z Downloaded clap_derive v4.4.2
7962023-10-25T22:03:09.150Z Downloaded serde_derive_internals v0.26.0
7972023-10-25T22:03:09.154Z Downloaded rustls-native-certs v0.6.3
7982023-10-25T22:03:09.157Z Downloaded tinyvec_macros v0.1.1
7992023-10-25T22:03:09.161Z Downloaded heck v0.4.1
8002023-10-25T22:03:09.165Z Downloaded utf8parse v0.2.1
8012023-10-25T22:03:09.168Z Downloaded hex v0.4.3
8022023-10-25T22:03:09.171Z Downloaded rustc-demangle v0.1.23
8032023-10-25T22:03:09.174Z Downloaded backtrace v0.3.69
8042023-10-25T22:03:09.180Z Downloaded try-lock v0.2.4
8052023-10-25T22:03:09.183Z Downloaded headers-core v0.2.0
8062023-10-25T22:03:09.186Z Downloaded futures-task v0.3.28
8072023-10-25T22:03:09.189Z Downloaded zeroize_derive v1.4.2
8082023-10-25T22:03:09.192Z Downloaded unicode-ident v1.0.12
8092023-10-25T22:03:09.196Z Downloaded stable_deref_trait v1.2.0
8102023-10-25T22:03:09.199Z Downloaded structopt-derive v0.4.18
8112023-10-25T22:03:09.202Z Downloaded radium v0.7.0
8122023-10-25T22:03:09.206Z Downloaded elliptic-curve v0.13.5
8132023-10-25T22:03:09.211Z Downloaded foreign-types v0.3.2
8142023-10-25T22:03:09.214Z Downloaded russh-keys v0.38.0
8152023-10-25T22:03:09.217Z Downloaded percent-encoding v2.3.0
8162023-10-25T22:03:09.221Z Downloaded strum v0.25.0
8172023-10-25T22:03:09.224Z Downloaded humantime v2.1.0
8182023-10-25T22:03:09.228Z Downloaded subtle v2.5.0
8192023-10-25T22:03:09.232Z Downloaded futures-sink v0.3.28
8202023-10-25T22:03:09.235Z Downloaded heck v0.3.3
8212023-10-25T22:03:09.238Z Downloaded slog-envlogger v2.2.0
8222023-10-25T22:03:09.242Z Downloaded strsim v0.10.0
8232023-10-25T22:03:09.246Z Downloaded ryu v1.0.15
8242023-10-25T22:03:09.249Z Downloaded ghash v0.5.0
8252023-10-25T22:03:09.253Z Downloaded generic-array v0.14.7
8262023-10-25T22:03:09.258Z Downloaded trust-dns-resolver v0.22.0
8272023-10-25T22:03:09.272Z Downloaded filetime v0.2.22
8282023-10-25T22:03:09.281Z Downloaded erased-serde v0.3.30
8292023-10-25T22:03:09.296Z Downloaded textwrap v0.11.0
8302023-10-25T22:03:09.308Z Downloaded der v0.7.8
8312023-10-25T22:03:09.311Z Downloaded http-body v0.4.5
8322023-10-25T22:03:09.314Z Downloaded futures-executor v0.3.28
8332023-10-25T22:03:09.319Z Downloaded futures-channel v0.3.28
8342023-10-25T22:03:09.323Z Downloaded thiserror-impl-no-std v2.0.2
8352023-10-25T22:03:09.329Z Downloaded half v1.8.2
8362023-10-25T22:03:09.359Z Downloaded rustls-pemfile v1.0.3
8372023-10-25T22:03:09.368Z Downloaded chacha20poly1305 v0.10.1
8382023-10-25T22:03:09.376Z Downloaded zone_cfg_derive v0.2.0
8392023-10-25T22:03:09.798Z Downloaded slog-async v2.8.0
8402023-10-25T22:03:09.822Z Downloaded termcolor v1.2.0
8412023-10-25T22:03:09.827Z Downloaded fallible-streaming-iterator v0.1.9
8422023-10-25T22:03:09.830Z Downloaded slog-json v2.6.1
8432023-10-25T22:03:09.835Z Downloaded semver v0.11.0
8442023-10-25T22:03:09.864Z Downloaded same-file v1.0.6
8452023-10-25T22:03:09.890Z Downloaded unicode-linebreak v0.1.5
8462023-10-25T22:03:09.899Z Downloaded glob v0.3.1
8472023-10-25T22:03:09.902Z Downloaded slog v2.7.0
8482023-10-25T22:03:09.906Z Downloaded smallvec v1.11.0
8492023-10-25T22:03:09.910Z Downloaded tungstenite v0.20.1
8502023-10-25T22:03:09.929Z Downloaded async-recursion v1.0.5
8512023-10-25T22:03:09.935Z Downloaded serde_tokenstream v0.1.7
8522023-10-25T22:03:09.942Z Downloaded rand_core v0.5.1
8532023-10-25T22:03:09.948Z Downloaded socket2 v0.5.4
8542023-10-25T22:03:09.951Z Downloaded time v0.3.27
8552023-10-25T22:03:09.968Z Downloaded getrandom v0.2.10
8562023-10-25T22:03:09.975Z Downloaded semver-parser v0.10.2
8572023-10-25T22:03:09.983Z Downloaded heapless v0.7.16
8582023-10-25T22:03:10.000Z Downloaded unicode-bidi v0.3.13
8592023-10-25T22:03:10.007Z Downloaded slog-term v2.9.0
8602023-10-25T22:03:10.017Z Downloaded serde v1.0.188
8612023-10-25T22:03:10.038Z Downloaded unicase v2.7.0
8622023-10-25T22:03:10.046Z Downloaded semver v1.0.20
8632023-10-25T22:03:10.051Z Downloaded futures v0.3.28
8642023-10-25T22:03:10.070Z Downloaded aes-gcm v0.10.2
8652023-10-25T22:03:10.073Z Downloaded postgres-protocol v0.6.6
8662023-10-25T22:03:10.076Z Downloaded hashbrown v0.14.0
8672023-10-25T22:03:10.080Z Downloaded textwrap v0.16.0
8682023-10-25T22:03:10.117Z Downloaded hashbrown v0.13.2
8692023-10-25T22:03:10.121Z Downloaded itertools v0.11.0
8702023-10-25T22:03:10.138Z Downloaded clap v2.34.0
8712023-10-25T22:03:10.142Z Downloaded proc-macro2 v1.0.67
8722023-10-25T22:03:10.179Z Downloaded flate2 v1.0.28
8732023-10-25T22:03:10.195Z Downloaded rusqlite v0.29.0
8742023-10-25T22:03:10.202Z Downloaded rand v0.7.3
8752023-10-25T22:03:10.208Z Downloaded toml_edit v0.19.15
8762023-10-25T22:03:10.215Z Downloaded chrono v0.4.31
8772023-10-25T22:03:10.229Z Downloaded hyper v0.14.27
8782023-10-25T22:03:10.233Z Downloaded syn v1.0.109
8792023-10-25T22:03:10.240Z Downloaded rustls-webpki v0.101.4
8802023-10-25T22:03:10.249Z Downloaded unicode-segmentation v1.10.1
8812023-10-25T22:03:10.253Z Downloaded toml_edit v0.20.0
8822023-10-25T22:03:10.296Z Downloaded h2 v0.3.21
8832023-10-25T22:03:10.305Z Downloaded regex-syntax v0.6.29
8842023-10-25T22:03:10.308Z Downloaded gimli v0.28.0
8852023-10-25T22:03:10.313Z Downloaded trust-dns-proto v0.22.0
8862023-10-25T22:03:10.316Z Downloaded futures-util v0.3.28
8872023-10-25T22:03:10.320Z Downloaded hkdf v0.12.3
8882023-10-25T22:03:10.325Z Downloaded reqwest v0.11.20
8892023-10-25T22:03:10.329Z Downloaded serde_json v1.0.107
8902023-10-25T22:03:10.333Z Downloaded bzip2-sys v0.1.11+1.0.8
8912023-10-25T22:03:10.337Z Downloaded git2 v0.17.2
8922023-10-25T22:03:10.341Z Downloaded openssl v0.10.57
8932023-10-25T22:03:10.415Z Downloaded smoltcp v0.8.2
8942023-10-25T22:03:10.463Z Downloaded idna v0.4.0
8952023-10-25T22:03:10.470Z Downloaded libc v0.2.149
8962023-10-25T22:03:10.475Z Downloaded syn v2.0.32
8972023-10-25T22:03:10.478Z Downloaded radix_trie v0.2.1
8982023-10-25T22:03:10.482Z Downloaded smoltcp v0.9.1
8992023-10-25T22:03:10.487Z Downloaded rustix v0.38.9
9002023-10-25T22:03:10.490Z Downloaded regex-syntax v0.7.5
9012023-10-25T22:03:10.494Z Downloaded rustix v0.37.23
9022023-10-25T22:03:10.500Z Downloaded regex v1.9.5
9032023-10-25T22:03:10.506Z Downloaded rustls v0.21.7
9042023-10-25T22:03:10.543Z Downloaded webpki-roots v0.25.2
9052023-10-25T22:03:10.550Z Downloaded vcpkg v0.2.15
9062023-10-25T22:03:10.554Z Downloaded openapiv3 v1.0.3
9072023-10-25T22:03:10.558Z Downloaded sled v0.34.7
9082023-10-25T22:03:10.561Z Downloaded libgit2-sys v0.15.2+1.6.4
9092023-10-25T22:03:10.565Z Downloaded zerocopy-derive v0.2.0
9102023-10-25T22:03:10.572Z Downloaded zerocopy-derive v0.6.4
9112023-10-25T22:03:10.578Z Downloaded regex-automata v0.3.8
9122023-10-25T22:03:10.583Z Downloaded tokio v1.33.0
9132023-10-25T22:03:10.616Z Downloaded diesel v2.1.1
9142023-10-25T22:03:10.620Z Downloaded sha3 v0.10.8
9152023-10-25T22:03:10.649Z Downloaded object v0.32.1
9162023-10-25T22:03:10.655Z Downloaded curve25519-dalek v4.1.0
9172023-10-25T22:03:10.682Z Downloaded bstr v1.6.0
9182023-10-25T22:03:10.687Z Downloaded winapi v0.3.9
9192023-10-25T22:03:10.700Z Downloaded libz-sys v1.1.12
9202023-10-25T22:03:10.821Z Downloaded encoding_rs v0.8.33
9212023-10-25T22:03:10.860Z Downloaded russh v0.38.0
9222023-10-25T22:03:10.900Z Downloaded serde_with v2.3.3
9232023-10-25T22:03:10.930Z Downloaded http v0.2.9
9242023-10-25T22:03:10.948Z Downloaded idna v0.2.3
9252023-10-25T22:03:10.968Z Downloaded nix v0.26.2
9262023-10-25T22:03:10.980Z Downloaded bstr v0.2.17
9272023-10-25T22:03:10.994Z Downloaded libsqlite3-sys v0.26.0
9282023-10-25T22:03:11.111Z Downloaded regress v0.7.1
9292023-10-25T22:03:11.162Z Downloaded petgraph v0.6.4
9302023-10-25T22:03:11.183Z Downloaded itertools v0.10.5
9312023-10-25T22:03:11.207Z Downloaded trust-dns-client v0.22.0
9322023-10-25T22:03:11.224Z Downloaded winnow v0.5.15
9332023-10-25T22:03:11.268Z Downloaded tokio-util v0.7.9
9342023-10-25T22:03:11.324Z Downloaded bitvec v1.0.1
9352023-10-25T22:03:11.422Z Downloaded headers v0.3.9
9362023-10-25T22:03:12.930Z Downloaded rand v0.8.5
9372023-10-25T22:03:13.044Z Downloaded unicode-normalization v0.1.22
9382023-10-25T22:03:14.081Z Downloaded regex-automata v0.1.10
9392023-10-25T22:03:14.910Z Downloaded subprocess v0.2.9
9402023-10-25T22:03:16.131Z Downloaded tar v0.4.40
9412023-10-25T22:03:17.686Z Downloaded hashbrown v0.12.3
9422023-10-25T22:03:18.222Z Downloaded aho-corasick v1.0.4
9432023-10-25T22:03:18.785Z Downloaded clap_builder v4.4.2
9442023-10-25T22:03:40.154Z Downloaded structopt v0.3.26
9452023-10-25T22:03:40.347Z Downloaded stringprep v0.1.3
9462023-10-25T22:03:40.413Z Downloaded toml v0.5.11
9472023-10-25T22:03:40.520Z Downloaded string_cache v0.8.7
9482023-10-25T22:03:40.982Z Downloaded hmac v0.12.1
9492023-10-25T22:03:41.446Z Downloaded tracing-core v0.1.31
9502023-10-25T22:03:41.969Z Downloaded tokio-postgres v0.7.10
9512023-10-25T22:03:42.327Z Downloaded trust-dns-server v0.22.1
9522023-10-25T22:03:42.656Z Downloaded ring v0.16.20
9532023-10-25T22:03:43.096Z Downloaded mio v0.8.8
9542023-10-25T22:03:43.276Z Downloaded unicode-width v0.1.10
9552023-10-25T22:03:43.414Z Downloaded socket2 v0.4.9
9562023-10-25T22:03:43.502Z Downloaded tinyvec v1.6.0
9572023-10-25T22:03:43.619Z Downloaded yasna v0.5.2
9582023-10-25T22:03:43.830Z Downloaded aes v0.8.3
9592023-10-25T22:03:43.953Z Downloaded serde_tokenstream v0.2.0
9602023-10-25T22:03:44.108Z Downloaded ff v0.13.0
9612023-10-25T22:03:44.135Z Downloaded fixedbitset v0.4.2
9622023-10-25T22:03:44.285Z Downloaded secrecy v0.8.0
9632023-10-25T22:03:44.380Z Downloaded strum_macros v0.25.2
9642023-10-25T22:03:44.469Z Downloaded rcgen v0.10.0
9652023-10-25T22:03:44.528Z Downloaded zerocopy v0.6.4
9662023-10-25T22:03:44.566Z Downloaded tungstenite v0.18.0
9672023-10-25T22:03:45.002Z Downloaded zip v0.6.6
9682023-10-25T22:03:45.089Z Downloaded serde_derive v1.0.188
9692023-10-25T22:03:45.111Z Downloaded tap v1.0.1
9702023-10-25T22:03:45.130Z Downloaded httpdate v1.0.3
9712023-10-25T22:03:45.211Z Downloaded rand_chacha v0.3.1
9722023-10-25T22:03:45.290Z Downloaded keccak v0.1.4
9732023-10-25T22:03:45.375Z Downloaded is-terminal v0.4.9
9742023-10-25T22:03:45.385Z Downloaded toml_datetime v0.6.3
9752023-10-25T22:03:45.393Z Downloaded tokio-macros v2.1.0
9762023-10-25T22:03:45.436Z Downloaded smf v0.2.2
9772023-10-25T22:03:45.472Z Downloaded spki v0.7.2
9782023-10-25T22:03:45.501Z Downloaded wyz v0.5.1
9792023-10-25T22:03:45.561Z Downloaded ed25519-dalek v2.0.0
9802023-10-25T22:03:45.653Z Downloaded terminal_size v0.2.6
9812023-10-25T22:03:45.673Z Downloaded fallible-iterator v0.2.0
9822023-10-25T22:03:45.694Z Downloaded spin v0.9.8
9832023-10-25T22:03:45.718Z Downloaded getrandom v0.1.16
9842023-10-25T22:03:45.748Z Downloaded libm v0.2.7
9852023-10-25T22:03:45.792Z Downloaded tokio-tungstenite v0.18.0
9862023-10-25T22:03:45.883Z Downloaded thread_local v1.1.7
9872023-10-25T22:03:45.901Z Downloaded thread-id v4.2.0
9882023-10-25T22:03:45.918Z Downloaded static_assertions v1.1.0
9892023-10-25T22:03:45.957Z Downloaded xattr v1.0.1
9902023-10-25T22:03:45.986Z Downloaded getopts v0.2.21
9912023-10-25T22:03:46.006Z Downloaded rustversion v1.0.14
9922023-10-25T22:03:46.012Z Downloaded schemars v0.8.13
9932023-10-25T22:03:46.105Z Downloaded openssl-sys v0.9.93
9942023-10-25T22:03:46.134Z Downloaded strsim v0.8.0
9952023-10-25T22:03:46.171Z Downloaded slog-dtrace v0.2.3
9962023-10-25T22:03:46.217Z Downloaded hash32 v0.2.1
9972023-10-25T22:03:46.248Z Downloaded group v0.13.0
9982023-10-25T22:03:46.256Z Downloaded tracing v0.1.37
9992023-10-25T22:03:46.304Z Downloaded ron v0.7.1
10002023-10-25T22:03:46.377Z Downloaded serde_yaml v0.9.25
10012023-10-25T22:03:46.429Z Downloaded arc-swap v1.6.0
10022023-10-25T22:03:46.531Z Downloaded tokio-stream v0.1.14
10032023-10-25T22:03:46.572Z Downloaded memchr v2.6.3
10042023-10-25T22:03:46.617Z Downloaded digest v0.10.7
10052023-10-25T22:03:46.708Z Downloaded smawk v0.3.1
10062023-10-25T22:03:46.760Z Downloaded spin v0.5.2
10072023-10-25T22:03:46.799Z Downloaded rand_chacha v0.2.2
10082023-10-25T22:03:46.815Z Downloaded crypto-bigint v0.5.2
10092023-10-25T22:03:46.822Z Downloaded structmeta-derive v0.1.6
10102023-10-25T22:03:46.831Z Downloaded slog-stdlog v4.1.1
10112023-10-25T22:03:46.841Z Downloaded slog-scope v4.4.0
10122023-10-25T22:03:46.868Z Downloaded hex-literal v0.4.1
10132023-10-25T22:03:46.892Z Downloaded indexmap v2.0.0
10142023-10-25T22:03:46.928Z Downloaded tracing-attributes v0.1.26
10152023-10-25T22:03:46.970Z Downloaded url v2.4.1
10162023-10-25T22:03:47.062Z Downloaded postcard v0.7.3
10172023-10-25T22:03:47.136Z Downloaded structmeta v0.1.6
10182023-10-25T22:03:47.228Z Downloaded zerocopy v0.3.0
10192023-10-25T22:03:47.271Z Downloaded futures-macro v0.3.28
10202023-10-25T22:03:47.324Z Downloaded indexmap v1.9.3
10212023-10-25T22:03:47.352Z Downloaded toml v0.8.0
10222023-10-25T22:03:47.369Z Downloaded crossbeam-channel v0.5.8
10232023-10-25T22:03:47.393Z Downloaded twox-hash v1.6.3
10242023-10-25T22:03:47.437Z Downloaded const_format v0.2.31
10252023-10-25T22:03:47.514Z Downloaded pest v2.7.2
10262023-10-25T22:03:47.595Z Downloaded similar v2.2.1
10272023-10-25T22:03:47.642Z Downloaded uuid v1.4.1
10282023-10-25T22:03:47.669Z Downloaded miniz_oxide v0.7.1
10292023-10-25T22:03:47.728Z Downloaded zone v0.2.0
10302023-10-25T22:03:47.835Z Downloaded slog-bunyan v2.4.0
10312023-10-25T22:03:47.887Z Downloaded fnv v1.0.7
10322023-10-25T22:03:47.939Z Downloaded schemars_derive v0.8.13
10332023-10-25T22:03:48.032Z Downloaded num-bigint v0.4.4
10342023-10-25T22:03:48.081Z Downloaded r2d2 v0.8.10
10352023-10-25T22:03:48.114Z Downloaded pbkdf2 v0.12.2
10362023-10-25T22:03:48.158Z Downloaded sha2 v0.10.8
10372023-10-25T22:03:48.252Z Downloaded thiserror-no-std v2.0.2
10382023-10-25T22:03:48.280Z Downloaded sct v0.7.0
10392023-10-25T22:03:48.289Z Downloaded hashlink v0.8.3
10402023-10-25T22:03:48.315Z Downloaded scopeguard v1.2.0
10412023-10-25T22:03:48.340Z Downloaded scheduled-thread-pool v0.2.7
10422023-10-25T22:03:48.401Z Downloaded difflib v0.4.0
10432023-10-25T22:03:48.427Z Downloaded ucd-trie v0.1.6
10442023-10-25T22:03:48.521Z Downloaded cancel-safe-futures v0.1.2
10452023-10-25T22:03:48.564Z Downloaded camino v1.1.6
10462023-10-25T22:03:48.575Z Downloaded rustc_version v0.4.0
10472023-10-25T22:03:49.011Z Downloaded resolv-conf v0.7.0
10482023-10-25T22:03:49.050Z Downloaded serde_with_macros v2.3.3
10492023-10-25T22:03:49.062Z Downloaded bincode v1.3.3
10502023-10-25T22:03:49.079Z Downloaded toml v0.7.8
10512023-10-25T22:03:49.097Z Downloaded tokio-rustls v0.24.1
10522023-10-25T22:03:49.117Z Downloaded endian-type v0.1.2
10532023-10-25T22:03:49.157Z Downloaded futures-core v0.3.28
10542023-10-25T22:03:49.204Z Downloaded ringbuffer v0.15.0
10552023-10-25T22:03:49.259Z Downloaded predicates v3.0.4
10562023-10-25T22:03:49.313Z Downloaded cc v1.0.83
10572023-10-25T22:03:49.351Z Downloaded tokio-native-tls v0.3.1
10582023-10-25T22:03:49.377Z Downloaded funty v2.0.0
10592023-10-25T22:03:49.406Z Downloaded zeroize v1.6.0
10602023-10-25T22:03:49.411Z Downloaded rand_core v0.6.4
10612023-10-25T22:03:49.480Z Downloaded httparse v1.8.0
10622023-10-25T22:03:49.521Z Downloaded hostname v0.3.1
10632023-10-25T22:03:49.618Z Downloaded home v0.5.5
10642023-10-25T22:03:49.663Z Downloaded float-cmp v0.9.0
10652023-10-25T22:03:49.745Z Downloaded fastrand v2.0.0
10662023-10-25T22:03:50.091Z Downloaded vsss-rs v3.3.1
10672023-10-25T22:03:52.643Z Downloaded term v0.7.0
10682023-10-25T22:03:52.667Z Downloaded derive_more v0.99.17
10692023-10-25T22:03:52.696Z Downloaded walkdir v2.4.0
10702023-10-25T22:03:52.723Z Downloaded vergen v8.2.4
10712023-10-25T22:03:52.739Z Downloaded usdt-impl v0.3.5
10722023-10-25T22:03:52.749Z Downloaded num-derive v0.4.0
10732023-10-25T22:03:52.761Z Downloaded foreign-types-macros v0.2.3
10742023-10-25T22:03:52.774Z Downloaded foreign-types v0.5.0
10752023-10-25T22:03:52.798Z Downloaded foreign-types-shared v0.3.1
10762023-10-25T22:03:52.809Z Downloaded foreign-types-shared v0.1.1
10772023-10-25T22:03:52.822Z Downloaded dirs v5.0.1
10782023-10-25T22:03:52.842Z Downloaded lalrpop-util v0.19.12
10792023-10-25T22:03:52.855Z Downloaded jobserver v0.1.26
10802023-10-25T22:03:52.866Z Downloaded serde_path_to_error v0.1.14
10812023-10-25T22:03:52.880Z Downloaded dyn-clone v1.0.13
10822023-10-25T22:03:52.887Z Downloaded proc-macro-crate v1.3.1
10832023-10-25T22:03:53.298Z Downloaded darling_core v0.20.3
10842023-10-25T22:03:53.306Z Downloaded serde_urlencoded v0.7.1
10852023-10-25T22:03:53.313Z Downloaded anyhow v1.0.75
10862023-10-25T22:03:53.319Z Downloaded ahash v0.8.3
10872023-10-25T22:03:53.325Z Downloaded log v0.4.20
10882023-10-25T22:03:53.331Z Downloaded addr2line v0.21.0
10892023-10-25T22:03:53.337Z Downloaded slab v0.4.9
10902023-10-25T22:03:53.342Z Downloaded ipnet v2.8.0
10912023-10-25T22:03:53.347Z Downloaded inout v0.1.3
10922023-10-25T22:03:53.352Z Downloaded iana-time-zone v0.1.57
10932023-10-25T22:03:53.358Z Downloaded hyper-tls v0.5.0
10942023-10-25T22:03:53.362Z Downloaded hyper-rustls v0.24.1
10952023-10-25T22:03:53.367Z Downloaded whoami v1.4.1
10962023-10-25T22:03:53.371Z Downloaded universal-hash v0.5.1
10972023-10-25T22:03:53.376Z Downloaded dtrace-parser v0.1.14
10982023-10-25T22:03:53.381Z Downloaded utf-8 v0.7.6
10992023-10-25T22:03:53.387Z Downloaded const-oid v0.9.5
11002023-10-25T22:03:53.392Z Downloaded usdt-attr-macro v0.3.5
11012023-10-25T22:03:53.397Z Downloaded unicode-xid v0.2.4
11022023-10-25T22:03:53.402Z Downloaded mime_guess v2.0.4
11032023-10-25T22:03:53.407Z Downloaded crossbeam-epoch v0.9.15
11042023-10-25T22:03:53.424Z Downloaded console v0.15.7
11052023-10-25T22:03:53.428Z Downloaded clap v4.4.3
11062023-10-25T22:03:53.434Z Downloaded lock_api v0.4.10
11072023-10-25T22:03:53.439Z Downloaded darling v0.20.3
11082023-10-25T22:03:53.465Z Downloaded crc32fast v1.3.2
11092023-10-25T22:03:53.473Z Downloaded parking_lot_core v0.8.6
11102023-10-25T22:03:53.483Z Downloaded serde_repr v0.1.16
11112023-10-25T22:03:53.488Z Downloaded thiserror v1.0.49
11122023-10-25T22:03:53.497Z Downloaded serde_spanned v0.6.3
11132023-10-25T22:03:53.504Z Downloaded instant v0.1.12
11142023-10-25T22:03:53.511Z Downloaded usdt-macro v0.3.5
11152023-10-25T22:03:53.517Z Downloaded crossbeam-utils v0.8.16
11162023-10-25T22:03:53.522Z Downloaded synstructure v0.12.6
11172023-10-25T22:03:53.529Z Downloaded omicron-zone-package v0.8.3
11182023-10-25T22:03:53.534Z Downloaded num-integer v0.1.45
11192023-10-25T22:03:53.538Z Downloaded multer v2.1.0
11202023-10-25T22:03:53.544Z Downloaded ctr v0.9.2
11212023-10-25T22:03:53.549Z Downloaded base16ct v0.2.0
11222023-10-25T22:03:53.553Z Downloaded want v0.3.1
11232023-10-25T22:03:53.559Z Downloaded waitgroup v0.1.2
11242023-10-25T22:03:53.566Z Downloaded version_check v0.9.4
11252023-10-25T22:03:53.572Z Downloaded untrusted v0.7.1
11262023-10-25T22:03:53.577Z Downloaded poly1305 v0.8.0
11272023-10-25T22:03:53.582Z Downloaded native-tls v0.2.11
11282023-10-25T22:03:53.589Z Downloaded mime v0.3.17
11292023-10-25T22:03:53.599Z Downloaded lru-cache v0.1.2
11302023-10-25T22:03:53.606Z Downloaded cipher v0.4.4
11312023-10-25T22:03:53.612Z Downloaded crypto-common v0.1.6
11322023-10-25T22:03:53.616Z Downloaded ciborium v0.2.1
11332023-10-25T22:03:53.643Z Downloaded password-hash v0.4.2
11342023-10-25T22:03:53.654Z Downloaded num_enum v0.7.0
11352023-10-25T22:03:53.660Z Downloaded num-complex v0.4.4
11362023-10-25T22:03:53.666Z Downloaded anstream v0.5.0
11372023-10-25T22:03:53.673Z Downloaded tower-service v0.3.2
11382023-10-25T22:03:53.678Z Downloaded time-macros v0.2.13
11392023-10-25T22:03:53.683Z Downloaded quote v1.0.33
11402023-10-25T22:03:53.691Z Downloaded quick-error v1.2.3
11412023-10-25T22:03:53.700Z Downloaded proc-macro-error v1.0.4
11422023-10-25T22:03:53.705Z Downloaded parking_lot v0.12.1
11432023-10-25T22:03:53.712Z Downloaded num_cpus v1.16.0
11442023-10-25T22:03:54.128Z Downloaded memoffset v0.9.0
11452023-10-25T22:03:54.137Z Downloaded managed v0.8.0
11462023-10-25T22:03:54.149Z Downloaded libefi-sys v0.1.0
11472023-10-25T22:03:54.793Z Downloaded data-encoding v2.4.0
11482023-10-25T22:03:54.903Z Downloaded deranged v0.3.8
11492023-10-25T22:03:54.928Z Downloaded parking_lot_core v0.9.8
11502023-10-25T22:03:54.947Z Downloaded num-rational v0.4.1
11512023-10-25T22:03:54.956Z Downloaded async-stream v0.3.5
11522023-10-25T22:03:54.986Z Downloaded aead v0.5.2
11532023-10-25T22:03:55.010Z Downloaded thiserror-impl v1.0.49
11542023-10-25T22:03:55.034Z Downloaded block-padding v0.3.3
11552023-10-25T22:03:55.052Z Downloaded num_enum_derive v0.5.11
11562023-10-25T22:03:55.086Z Downloaded nibble_vec v0.1.0
11572023-10-25T22:03:55.126Z Downloaded adler v1.0.2
11582023-10-25T22:03:55.140Z Downloaded proc-macro-error-attr v1.0.4
11592023-10-25T22:03:55.153Z Downloaded ppv-lite86 v0.2.17
11602023-10-25T22:03:55.177Z Downloaded postcard-cobs v0.1.5-pre
11612023-10-25T22:03:55.189Z Downloaded platforms v3.0.2
11622023-10-25T22:03:55.206Z Downloaded predicates-core v1.0.6
11632023-10-25T22:03:55.653Z Downloaded postgres-types v0.2.6
11642023-10-25T22:03:55.660Z Downloaded pest_meta v2.7.2
11652023-10-25T22:03:55.665Z Downloaded pest_generator v2.7.2
11662023-10-25T22:03:55.676Z Downloaded pest_derive v2.7.2
11672023-10-25T22:03:55.684Z Downloaded parking_lot v0.11.2
11682023-10-25T22:03:55.690Z Downloaded num_threads v0.1.6
11692023-10-25T22:03:55.697Z Downloaded matches v0.1.10
11702023-10-25T22:03:55.709Z Downloaded cpufeatures v0.2.9
11712023-10-25T22:03:55.718Z Downloaded atomicwrites v0.4.2
11722023-10-25T22:03:55.727Z Downloaded phf_shared v0.11.2
11732023-10-25T22:03:55.743Z Downloaded phf_shared v0.10.0
11742023-10-25T22:03:55.748Z Downloaded pbkdf2 v0.11.0
11752023-10-25T22:03:55.761Z Downloaded curve25519-dalek-derive v0.1.0
11762023-10-25T22:03:55.764Z Downloaded bitstruct_derive v0.1.0
11772023-10-25T22:03:55.768Z Downloaded anstyle-query v1.0.0
11782023-10-25T22:03:55.773Z Downloaded pretty-hex v0.3.0
11792023-10-25T22:03:55.785Z Downloaded pkcs8 v0.10.2
11802023-10-25T22:03:55.791Z Downloaded opaque-debug v0.3.0
11812023-10-25T22:03:55.824Z Downloaded memoffset v0.7.1
11822023-10-25T22:03:55.827Z Downloaded macaddr v1.0.1
11832023-10-25T22:03:55.830Z Downloaded ciborium-ll v0.2.1
11842023-10-25T22:03:55.847Z Downloaded chacha20 v0.9.1
11852023-10-25T22:03:55.851Z Downloaded cfg-if v1.0.0
11862023-10-25T22:03:55.855Z Downloaded bytes v1.5.0
11872023-10-25T22:03:55.859Z Downloaded byteorder v1.4.3
11882023-10-25T22:03:55.876Z Downloaded base64 v0.21.4
11892023-10-25T22:03:55.882Z Downloaded num-iter v0.1.43
11902023-10-25T22:03:55.891Z Downloaded num v0.4.1
11912023-10-25T22:03:55.897Z Downloaded option-ext v0.2.0
11922023-10-25T22:03:55.901Z Downloaded num_enum_derive v0.7.0
11932023-10-25T22:03:55.906Z Downloaded polyval v0.6.1
11942023-10-25T22:03:55.910Z Downloaded parse-display-derive v0.7.0
11952023-10-25T22:03:55.914Z Downloaded match_cfg v0.1.0
11962023-10-25T22:03:55.919Z Downloaded convert_case v0.4.0
11972023-10-25T22:03:55.923Z Downloaded pkg-config v0.3.27
11982023-10-25T22:03:55.926Z Downloaded darling_macro v0.20.3
11992023-10-25T22:03:55.930Z Downloaded cstr-argument v0.1.2
12002023-10-25T22:03:55.933Z Downloaded ciborium-io v0.2.1
12012023-10-25T22:03:55.937Z Downloaded pem v1.1.1
12022023-10-25T22:03:55.941Z Downloaded md5 v0.7.0
12032023-10-25T22:03:55.944Z Downloaded cbc v0.1.2
12042023-10-25T22:03:55.949Z Downloaded colored v2.0.4
12052023-10-25T22:03:55.952Z Downloaded base64 v0.13.1
12062023-10-25T22:03:55.956Z Downloaded bitflags v2.4.0
12072023-10-25T22:03:55.960Z Downloaded blowfish v0.9.1
12082023-10-25T22:03:55.963Z Downloaded base64ct v1.6.0
12092023-10-25T22:03:55.967Z Downloaded argon2 v0.5.2
12102023-10-25T22:03:55.970Z Downloaded camino-tempfile v1.0.2
12112023-10-25T22:03:55.977Z Downloaded clap_lex v0.5.1
12122023-10-25T22:03:55.981Z Downloaded bit-vec v0.6.3
12132023-10-25T22:03:55.984Z Downloaded diesel_table_macro_syntax v0.1.0
12142023-10-25T22:03:55.988Z Downloaded block-buffer v0.10.4
12152023-10-25T22:03:55.992Z Downloaded bit_field v0.10.2
12162023-10-25T22:03:55.995Z Downloaded backoff v0.4.0
12172023-10-25T22:03:56.000Z Downloaded atty v0.2.14
12182023-10-25T22:03:56.004Z Downloaded async-stream-impl v0.3.5
12192023-10-25T22:03:56.008Z Downloaded allocator-api2 v0.2.16
12202023-10-25T22:03:56.011Z Downloaded autocfg v1.1.0
12212023-10-25T22:03:56.015Z Downloaded async-trait v0.1.73
12222023-10-25T22:03:56.018Z Downloaded ascii v1.1.0
12232023-10-25T22:03:56.022Z Compiling proc-macro2 v1.0.67
12242023-10-25T22:03:56.026Z Compiling unicode-ident v1.0.12
12252023-10-25T22:03:56.029Z Compiling libc v0.2.149
12262023-10-25T22:03:56.033Z Compiling serde v1.0.188
12272023-10-25T22:03:56.040Z Compiling version_check v0.9.4
12282023-10-25T22:03:56.055Z Compiling autocfg v1.1.0
12292023-10-25T22:03:56.063Z Compiling cfg-if v1.0.0
12302023-10-25T22:03:56.071Z Compiling syn v1.0.109
12312023-10-25T22:03:56.080Z Compiling typenum v1.16.0
12322023-10-25T22:03:56.084Z Compiling once_cell v1.18.0
12332023-10-25T22:03:56.087Z Compiling thiserror v1.0.49
12342023-10-25T22:03:56.090Z Compiling generic-array v0.14.7
12352023-10-25T22:03:56.094Z Compiling lock_api v0.4.10
12362023-10-25T22:03:56.098Z Compiling libm v0.2.7
12372023-10-25T22:03:56.102Z Compiling parking_lot_core v0.9.8
12382023-10-25T22:03:56.106Z Compiling num-traits v0.2.16
12392023-10-25T22:03:56.110Z Compiling itoa v1.0.9
12402023-10-25T22:03:56.113Z Compiling memchr v2.6.3
12412023-10-25T22:03:56.117Z Compiling futures-core v0.3.28
12422023-10-25T22:03:56.120Z Compiling ahash v0.8.3
12432023-10-25T22:03:56.124Z Compiling serde_json v1.0.107
12442023-10-25T22:03:56.128Z Compiling log v0.4.20
12452023-10-25T22:03:56.131Z Compiling slab v0.4.9
12462023-10-25T22:03:56.138Z Compiling futures-task v0.3.28
12472023-10-25T22:03:56.142Z Compiling quote v1.0.33
12482023-10-25T22:03:56.146Z Compiling futures-channel v0.3.28
12492023-10-25T22:03:56.151Z Compiling futures-util v0.3.28
12502023-10-25T22:03:56.154Z Compiling pkg-config v0.3.27
12512023-10-25T22:03:56.160Z Compiling getrandom v0.2.10
12522023-10-25T22:03:56.166Z Compiling syn v2.0.32
12532023-10-25T22:03:56.172Z Compiling jobserver v0.1.26
12542023-10-25T22:03:56.181Z Compiling rand_core v0.6.4
12552023-10-25T22:03:56.192Z Compiling ryu v1.0.15
12562023-10-25T22:03:56.202Z Compiling cc v1.0.83
12572023-10-25T22:03:56.212Z Compiling vcpkg v0.2.15
12582023-10-25T22:03:56.629Z Compiling schemars v0.8.13
12592023-10-25T22:03:56.633Z Compiling allocator-api2 v0.2.16
12602023-10-25T22:03:56.641Z Compiling heck v0.4.1
12612023-10-25T22:03:56.653Z Compiling equivalent v1.0.1
12622023-10-25T22:03:56.657Z Compiling scopeguard v1.2.0
12632023-10-25T22:03:56.663Z Compiling hashbrown v0.14.0
12642023-10-25T22:03:56.670Z Compiling smallvec v1.11.0
12652023-10-25T22:03:56.675Z Compiling byteorder v1.4.3
12662023-10-25T22:03:56.679Z Compiling httparse v1.8.0
12672023-10-25T22:03:56.684Z Compiling fnv v1.0.7
12682023-10-25T22:03:56.689Z Compiling iana-time-zone v0.1.57
12692023-10-25T22:03:56.697Z Compiling pin-project-lite v0.2.13
12702023-10-25T22:03:56.703Z Compiling semver v1.0.20
12712023-10-25T22:03:56.709Z Compiling subtle v2.5.0
12722023-10-25T22:03:56.713Z Compiling parking_lot v0.12.1
12732023-10-25T22:03:56.719Z Compiling indexmap v1.9.3
12742023-10-25T22:03:56.724Z Compiling time-core v0.1.1
12752023-10-25T22:03:56.728Z Compiling tinyvec_macros v0.1.1
12762023-10-25T22:03:56.735Z Compiling dyn-clone v1.0.13
12772023-10-25T22:03:56.740Z Compiling ring v0.16.20
12782023-10-25T22:03:56.751Z Compiling tinyvec v1.6.0
12792023-10-25T22:03:56.757Z Compiling time-macros v0.2.13
12802023-10-25T22:03:56.766Z Compiling openssl-sys v0.9.93
12812023-10-25T22:03:56.770Z Compiling num_cpus v1.16.0
12822023-10-25T22:03:56.773Z Compiling socket2 v0.5.4
12832023-10-25T22:03:56.777Z Compiling signal-hook-registry v1.4.1
12842023-10-25T22:03:56.780Z Compiling mio v0.8.8
12852023-10-25T22:03:56.784Z Compiling unicode-bidi v0.3.13
12862023-10-25T22:03:56.788Z Compiling rustls v0.21.7
12872023-10-25T22:03:56.791Z Compiling unicode-normalization v0.1.22
12882023-10-25T22:03:56.795Z Compiling spin v0.5.2
12892023-10-25T22:03:56.798Z Compiling slog v2.7.0
12902023-10-25T22:03:56.801Z Compiling ucd-trie v0.1.6
12912023-10-25T22:03:56.805Z Compiling percent-encoding v2.3.0
12922023-10-25T22:03:56.808Z Compiling backtrace v0.3.69
12932023-10-25T22:03:56.811Z Compiling async-trait v0.1.73
12942023-10-25T22:03:56.817Z Compiling form_urlencoded v1.2.0
12952023-10-25T22:03:56.820Z Compiling aho-corasick v1.0.4
12962023-10-25T22:03:56.823Z Compiling regex-syntax v0.7.5
12972023-10-25T22:03:56.849Z Compiling openssl v0.10.57
12982023-10-25T22:03:56.855Z Compiling futures-sink v0.3.28
12992023-10-25T22:03:56.862Z Compiling pin-utils v0.1.0
13002023-10-25T22:03:56.868Z Compiling anyhow v1.0.75
13012023-10-25T22:03:56.872Z Compiling winnow v0.5.15
13022023-10-25T22:03:56.877Z Compiling serde_derive_internals v0.26.0
13032023-10-25T22:03:56.883Z Compiling idna v0.4.0
13042023-10-25T22:03:56.888Z Compiling native-tls v0.2.11
13052023-10-25T22:03:56.895Z Compiling url v2.4.1
13062023-10-25T22:03:56.902Z Compiling unicode-xid v0.2.4
13072023-10-25T22:03:56.907Z Compiling rustversion v1.0.14
13082023-10-25T22:03:56.912Z Compiling regex-automata v0.3.8
13092023-10-25T22:03:56.917Z Compiling futures-io v0.3.28
13102023-10-25T22:03:56.923Z Compiling const-oid v0.9.5
13112023-10-25T22:03:56.930Z Compiling unicode-width v0.1.10
13122023-10-25T22:03:56.935Z Compiling hashbrown v0.13.2
13132023-10-25T22:03:56.941Z Compiling synstructure v0.12.6
13142023-10-25T22:03:56.947Z Compiling cpufeatures v0.2.9
13152023-10-25T22:03:56.955Z Compiling crossbeam-utils v0.8.16
13162023-10-25T22:03:56.960Z Compiling tracing-core v0.1.31
13172023-10-25T22:03:56.963Z Compiling adler v1.0.2
13182023-10-25T22:03:56.966Z Compiling ppv-lite86 v0.2.17
13192023-10-25T22:03:56.969Z Compiling miniz_oxide v0.7.1
13202023-10-25T22:03:56.972Z Compiling rustix v0.38.9
13212023-10-25T22:03:56.975Z Compiling rand_chacha v0.3.1
13222023-10-25T22:03:56.978Z Compiling usdt-impl v0.3.5
13232023-10-25T22:03:56.982Z Compiling bitflags v1.3.2
13242023-10-25T22:03:56.985Z Compiling gimli v0.28.0
13252023-10-25T22:03:56.988Z Compiling rand v0.8.5
13262023-10-25T22:03:56.992Z Compiling object v0.32.1
13272023-10-25T22:03:56.996Z Compiling deranged v0.3.8
13282023-10-25T22:03:56.999Z Compiling num_threads v0.1.6
13292023-10-25T22:03:57.003Z Compiling serde_derive v1.0.188
13302023-10-25T22:03:57.006Z Compiling zeroize_derive v1.4.2
13312023-10-25T22:03:57.009Z Compiling thiserror-impl v1.0.49
13322023-10-25T22:03:57.012Z Compiling tokio-macros v2.1.0
13332023-10-25T22:03:57.016Z Compiling futures-macro v0.3.28
13342023-10-25T22:03:57.019Z Compiling tracing-attributes v0.1.26
13352023-10-25T22:03:57.022Z Compiling schemars_derive v0.8.13
13362023-10-25T22:03:57.030Z Compiling zeroize v1.6.0
13372023-10-25T22:03:57.035Z Compiling pest v2.7.2
13382023-10-25T22:03:57.038Z Compiling openssl-macros v0.1.1
13392023-10-25T22:03:57.042Z Compiling crypto-common v0.1.6
13402023-10-25T22:03:57.045Z Compiling regex v1.9.5
13412023-10-25T22:03:57.048Z Compiling block-buffer v0.10.4
13422023-10-25T22:03:57.051Z Compiling digest v0.10.7
13432023-10-25T22:03:57.054Z Compiling pest_meta v2.7.2
13442023-10-25T22:03:57.058Z Compiling zerocopy-derive v0.2.0
13452023-10-25T22:03:57.061Z Compiling tracing v0.1.37
13462023-10-25T22:03:57.064Z Compiling addr2line v0.21.0
13472023-10-25T22:03:57.074Z Compiling rustc-demangle v0.1.23
13482023-10-25T22:03:57.078Z Compiling time v0.3.27
13492023-10-25T22:03:57.084Z Compiling thread-id v4.2.0
13502023-10-25T22:03:57.088Z Compiling pest_generator v2.7.2
13512023-10-25T22:03:57.978Z Compiling zerocopy v0.3.0
13522023-10-25T22:03:59.269Z Compiling dof v0.1.5
13532023-10-25T22:04:00.523Z Compiling pest_derive v2.7.2
13542023-10-25T22:04:00.918Z Compiling base64 v0.21.4
13552023-10-25T22:04:01.472Z Compiling lazy_static v1.4.0
13562023-10-25T22:04:01.687Z Compiling dtrace-parser v0.1.14
13572023-10-25T22:04:01.995Z Compiling untrusted v0.7.1
13582023-10-25T22:04:02.213Z Compiling strum_macros v0.25.2
13592023-10-25T22:04:03.565Z Compiling strsim v0.10.0
13602023-10-25T22:04:03.978Z Compiling regress v0.7.1
13612023-10-25T22:04:04.931Z Compiling socket2 v0.4.9
13622023-10-25T22:04:05.441Z Compiling hashbrown v0.12.3
13632023-10-25T22:04:06.420Z Compiling bytes v1.5.0
13642023-10-25T22:04:06.788Z Compiling indexmap v2.0.0
13652023-10-25T22:04:07.261Z Compiling chrono v0.4.31
13662023-10-25T22:04:07.433Z Compiling uuid v1.4.1
13672023-10-25T22:04:08.496Z Compiling http v0.2.9
13682023-10-25T22:04:08.577Z Compiling tokio v1.33.0
13692023-10-25T22:04:08.752Z Compiling toml_datetime v0.6.3
13702023-10-25T22:04:08.857Z Compiling serde_spanned v0.6.3
13712023-10-25T22:04:09.235Z Compiling toml_edit v0.19.15
13722023-10-25T22:04:09.491Z Compiling bitflags v2.4.0
13732023-10-25T22:04:09.922Z Compiling rustc_version v0.4.0
13742023-10-25T22:04:10.181Z Compiling openapiv3 v1.0.3
13752023-10-25T22:04:13.093Z Compiling serde_tokenstream v0.1.7
13762023-10-25T22:04:13.695Z Compiling serde_tokenstream v0.2.0
13772023-10-25T22:04:14.163Z Compiling sct v0.7.0
13782023-10-25T22:04:14.513Z Compiling rustls-webpki v0.101.4
13792023-10-25T22:04:14.657Z Compiling httpdate v1.0.3
13802023-10-25T22:04:15.407Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13812023-10-25T22:04:15.430Z Compiling try-lock v0.2.4
13822023-10-25T22:04:15.637Z Compiling want v0.3.1
13832023-10-25T22:04:15.977Z Compiling usdt-macro v0.3.5
13842023-10-25T22:04:16.080Z Compiling usdt-attr-macro v0.3.5
13852023-10-25T22:04:18.043Z Compiling http-body v0.4.5
13862023-10-25T22:04:18.500Z Compiling rustls-pemfile v1.0.3
13872023-10-25T22:04:18.517Z Compiling foreign-types-shared v0.1.1
13882023-10-25T22:04:21.640Z Compiling mime v0.3.17
13892023-10-25T22:04:21.856Z Compiling openssl-probe v0.1.5
13902023-10-25T22:04:21.888Z Compiling tower-service v0.3.2
13912023-10-25T22:04:21.910Z Compiling foreign-types v0.3.2
13922023-10-25T22:04:21.929Z Compiling errno v0.3.2
13932023-10-25T22:04:21.962Z Compiling ipnet v2.8.0
13942023-10-25T22:04:21.984Z Compiling getopts v0.2.21
13952023-10-25T22:04:22.010Z Compiling encoding_rs v0.8.33
13962023-10-25T22:04:22.026Z Compiling unsafe-libyaml v0.2.9
13972023-10-25T22:04:22.118Z Compiling tokio-util v0.7.9
13982023-10-25T22:04:23.196Z Compiling rustls-native-certs v0.6.3
13992023-10-25T22:04:23.888Z Compiling h2 v0.3.21
14002023-10-25T22:04:24.246Z Compiling tokio-rustls v0.24.1
14012023-10-25T22:04:24.882Z Compiling serde_yaml v0.9.25
14022023-10-25T22:04:24.907Z Compiling serde_urlencoded v0.7.1
14032023-10-25T22:04:26.443Z Compiling webpki-roots v0.25.2
14042023-10-25T22:04:30.881Z Compiling hmac v0.12.1
14052023-10-25T22:04:31.204Z Compiling num-integer v0.1.45
14062023-10-25T22:04:31.670Z Compiling sha2 v0.10.8
14072023-10-25T22:04:32.780Z Compiling tokio-native-tls v0.3.1
14082023-10-25T22:04:33.012Z Compiling block-padding v0.3.3
14092023-10-25T22:04:33.365Z Compiling inout v0.1.3
14102023-10-25T22:04:33.682Z Compiling futures-executor v0.3.28
14112023-10-25T22:04:33.750Z Compiling cipher v0.4.4
14122023-10-25T22:04:34.486Z Compiling toml v0.7.8
14132023-10-25T22:04:34.690Z Compiling fallible-iterator v0.2.0
14142023-10-25T22:04:35.157Z Compiling crc32fast v1.3.2
14152023-10-25T22:04:35.656Z Compiling hyper v0.14.27
14162023-10-25T22:04:35.865Z Compiling futures v0.3.28
14172023-10-25T22:04:35.903Z Compiling ipnetwork v0.20.0
14182023-10-25T22:04:36.032Z Compiling spin v0.9.8
14192023-10-25T22:04:36.684Z Compiling siphasher v0.3.11
14202023-10-25T22:04:36.744Z Compiling usdt v0.3.5
14212023-10-25T22:04:37.744Z Compiling md-5 v0.10.5
14222023-10-25T22:04:38.112Z Compiling stringprep v0.1.3
14232023-10-25T22:04:38.986Z Compiling io-lifetimes v1.0.11
14242023-10-25T22:04:39.148Z Compiling postgres-protocol v0.6.6
14252023-10-25T22:04:39.503Z Compiling phf_shared v0.11.2
14262023-10-25T22:04:39.878Z Compiling hex v0.4.3
14272023-10-25T22:04:40.097Z Compiling enum-as-inner v0.5.1
14282023-10-25T22:04:40.511Z Compiling slog-async v2.8.0
14292023-10-25T22:04:40.892Z Compiling postgres-types v0.2.6
14302023-10-25T22:04:41.250Z Compiling phf v0.11.2
14312023-10-25T22:04:41.379Z Compiling num-bigint v0.4.4
14322023-10-25T22:04:42.086Z Compiling rustix v0.37.23
14332023-10-25T22:04:42.109Z Compiling whoami v1.4.1
14342023-10-25T22:04:42.248Z Compiling data-encoding v2.4.0
14352023-10-25T22:04:42.661Z Compiling tokio-postgres v0.7.10
14362023-10-25T22:04:43.538Z Compiling zerocopy-derive v0.6.4
14372023-10-25T22:04:43.704Z Compiling static_assertions v1.1.0
14382023-10-25T22:04:46.811Z Compiling either v1.9.0
14392023-10-25T22:04:46.835Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14402023-10-25T22:04:47.107Z Compiling hyper-rustls v0.24.1
14412023-10-25T22:04:47.330Z Compiling hyper-tls v0.5.0
14422023-10-25T22:04:47.524Z Compiling ident_case v1.0.1
14432023-10-25T22:04:47.789Z Compiling reqwest v0.11.20
14442023-10-25T22:04:47.854Z Compiling darling_core v0.20.3
14452023-10-25T22:04:49.053Z Compiling camino v1.1.6
14462023-10-25T22:04:49.712Z Compiling flate2 v1.0.28
14472023-10-25T22:04:49.945Z Compiling heapless v0.7.16
14482023-10-25T22:04:50.519Z Compiling bzip2-sys v0.1.11+1.0.8
14492023-10-25T22:04:51.174Z Compiling memoffset v0.9.0
14502023-10-25T22:04:51.372Z Compiling matches v0.1.10
14512023-10-25T22:04:51.513Z Compiling unicode-segmentation v1.10.1
14522023-10-25T22:04:51.648Z Compiling radium v0.7.0
14532023-10-25T22:04:51.652Z Compiling managed v0.8.0
14542023-10-25T22:04:52.637Z Compiling idna v0.2.3
14552023-10-25T22:04:53.004Z Compiling itertools v0.11.0
14562023-10-25T22:04:53.952Z Compiling multer v2.1.0
14572023-10-25T22:04:54.380Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14582023-10-25T22:04:54.454Z Compiling trust-dns-proto v0.22.0
14592023-10-25T22:04:54.579Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14602023-10-25T22:04:55.774Z Compiling async-stream-impl v0.3.5
14612023-10-25T22:04:57.051Z Compiling darling_macro v0.20.3
14622023-10-25T22:04:57.843Z Compiling crossbeam-epoch v0.9.15
14632023-10-25T22:04:58.012Z Compiling num-iter v0.1.43
14642023-10-25T22:04:58.414Z Compiling paste v1.0.14
14652023-10-25T22:04:58.418Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14662023-10-25T22:04:58.505Z Compiling darling v0.20.3
14672023-10-25T22:04:58.672Z Compiling serde_with_macros v2.3.3
14682023-10-25T22:04:59.044Z Compiling anstyle v1.0.2
14692023-10-25T22:04:59.426Z Compiling utf8parse v0.2.1
14702023-10-25T22:04:59.674Z Compiling smoltcp v0.9.1
14712023-10-25T22:05:00.184Z Compiling bit-vec v0.6.3
14722023-10-25T22:05:00.629Z Compiling anstyle-parse v0.2.1
14732023-10-25T22:05:02.699Z Compiling zerocopy v0.6.4
14742023-10-25T22:05:03.025Z Compiling signature v2.1.0
14752023-10-25T22:05:03.317Z Compiling hubpack_derive v0.1.1
14762023-10-25T22:05:03.779Z Compiling clap_derive v4.4.2
14772023-10-25T22:05:04.139Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14782023-10-25T22:05:04.649Z Compiling colorchoice v1.0.0
14792023-10-25T22:05:04.888Z Compiling anstyle-query v1.0.0
14802023-10-25T22:05:05.080Z Compiling anstream v0.5.0
14812023-10-25T22:05:05.346Z Compiling terminal_size v0.2.6
14822023-10-25T22:05:07.968Z Compiling yasna v0.5.2
14832023-10-25T22:05:07.996Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14842023-10-25T22:05:08.227Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14852023-10-25T22:05:11.270Z Compiling structmeta-derive v0.1.6
14862023-10-25T22:05:11.324Z Compiling diesel_table_macro_syntax v0.1.0
14872023-10-25T22:05:11.337Z Compiling hash32 v0.2.1
14882023-10-25T22:05:11.353Z Compiling stable_deref_trait v1.2.0
14892023-10-25T22:05:11.359Z Compiling tap v1.0.1
14902023-10-25T22:05:11.455Z Compiling clap_lex v0.5.1
14912023-10-25T22:05:11.683Z Compiling wyz v0.5.1
14922023-10-25T22:05:12.341Z Compiling diesel_derives v2.1.1
14932023-10-25T22:05:12.344Z Compiling clap_builder v4.4.2
14942023-10-25T22:05:13.312Z Compiling tokio-stream v0.1.14
14952023-10-25T22:05:13.796Z Compiling structmeta v0.1.6
14962023-10-25T22:05:13.815Z Compiling serde_repr v0.1.16
14972023-10-25T22:05:14.253Z Compiling scheduled-thread-pool v0.2.7
14982023-10-25T22:05:14.422Z Compiling funty v2.0.0
14992023-10-25T22:05:14.878Z Compiling regex-syntax v0.6.29
15002023-10-25T22:05:15.187Z Compiling regex-automata v0.1.10
15012023-10-25T22:05:16.012Z Compiling bstr v0.2.17
15022023-10-25T22:05:16.340Z Compiling bitvec v1.0.1
15032023-10-25T22:05:16.656Z Compiling r2d2 v0.8.10
15042023-10-25T22:05:19.183Z Compiling clap v4.4.3
15052023-10-25T22:05:19.352Z Compiling hubpack v0.1.2
15062023-10-25T22:05:20.163Z Compiling itertools v0.10.5
15072023-10-25T22:05:20.677Z Compiling phf_shared v0.10.0
15082023-10-25T22:05:21.536Z Compiling float-cmp v0.9.0
15092023-10-25T22:05:21.902Z Compiling unicode-linebreak v0.1.5
15102023-10-25T22:05:22.091Z Compiling difflib v0.4.0
15112023-10-25T22:05:22.783Z Compiling precomputed-hash v0.1.1
15122023-10-25T22:05:22.948Z Compiling predicates-core v1.0.6
15132023-10-25T22:05:23.541Z Compiling smawk v0.3.1
15142023-10-25T22:05:23.885Z Compiling normalize-line-endings v0.3.0
15152023-10-25T22:05:24.062Z Compiling fixedbitset v0.4.2
15162023-10-25T22:05:24.083Z Compiling new_debug_unreachable v1.0.4
15172023-10-25T22:05:24.656Z Compiling parse-display-derive v0.7.0
15182023-10-25T22:05:24.795Z Compiling petgraph v0.6.4
15192023-10-25T22:05:24.910Z Compiling string_cache v0.8.7
15202023-10-25T22:05:25.696Z Compiling predicates v3.0.4
15212023-10-25T22:05:26.597Z Compiling textwrap v0.16.0
15222023-10-25T22:05:28.645Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15232023-10-25T22:05:28.824Z Compiling similar v2.2.1
15242023-10-25T22:05:29.203Z Compiling bit-set v0.5.3
15252023-10-25T22:05:29.435Z Compiling console v0.15.7
15262023-10-25T22:05:29.640Z Compiling bstr v1.6.0
15272023-10-25T22:05:31.096Z Compiling lalrpop-util v0.19.12
15282023-10-25T22:05:42.461Z Compiling diesel v2.1.1
15292023-10-25T22:05:42.596Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15302023-10-25T22:05:42.606Z Compiling proc-macro-crate v1.3.1
15312023-10-25T22:05:43.380Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15322023-10-25T22:05:51.235Z Compiling crucible-workspace-hack v0.1.0
15332023-10-25T22:06:12.892Z Compiling atty v0.2.14
15342023-10-25T22:06:15.445Z Compiling sha1 v0.10.5
15352023-10-25T22:06:16.990Z Compiling match_cfg v0.1.0
15362023-10-25T22:06:17.008Z Compiling hostname v0.3.1
15372023-10-25T22:06:22.670Z Compiling dirs-sys-next v0.1.2
15382023-10-25T22:06:26.884Z Compiling dirs-next v2.0.0
15392023-10-25T22:06:27.808Z Compiling thread_local v1.1.7
15402023-10-25T22:06:30.080Z Compiling term v0.7.0
15412023-10-25T22:06:30.145Z Compiling crossbeam-channel v0.5.8
15422023-10-25T22:06:32.125Z Compiling take_mut v0.2.2
15432023-10-25T22:06:32.815Z Compiling slog-term v2.9.0
15442023-10-25T22:06:34.361Z Compiling slog-json v2.6.1
15452023-10-25T22:06:34.690Z Compiling instant v0.1.12
15462023-10-25T22:06:34.997Z Compiling slog-bunyan v2.4.0
15472023-10-25T22:06:36.020Z Compiling strum v0.25.0
15482023-10-25T22:06:36.828Z Compiling atomic-waker v1.1.1
15492023-10-25T22:06:37.002Z Compiling waitgroup v0.1.2
15502023-10-25T22:06:37.106Z Compiling num_enum_derive v0.5.11
15512023-10-25T22:06:37.332Z Compiling serde_with v2.3.3
15522023-10-25T22:06:37.642Z Compiling async-stream v0.3.5
15532023-10-25T22:06:39.744Z Compiling serde_path_to_error v0.1.14
15542023-10-25T22:06:39.844Z Compiling libz-sys v1.1.12
15552023-10-25T22:06:39.880Z Compiling debug-ignore v1.0.5
15562023-10-25T22:06:40.092Z Compiling fastrand v2.0.0
15572023-10-25T22:06:41.074Z Compiling tempfile v3.8.0
15582023-10-25T22:06:42.822Z Compiling proc-macro-error-attr v1.0.4
15592023-10-25T22:06:43.039Z Compiling slog-dtrace v0.2.3
15602023-10-25T22:06:44.707Z Compiling backoff v0.4.0
15612023-10-25T22:06:45.247Z Compiling parse-display v0.7.0
15622023-10-25T22:06:45.872Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15632023-10-25T22:06:46.736Z Compiling macaddr v1.0.1
15642023-10-25T22:06:46.748Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15652023-10-25T22:06:46.909Z Compiling libgit2-sys v0.15.2+1.6.4
15662023-10-25T22:06:47.469Z Compiling proc-macro-error v1.0.4
15672023-10-25T22:06:47.975Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15682023-10-25T22:06:50.303Z Compiling libsqlite3-sys v0.26.0
15692023-10-25T22:06:50.385Z Compiling memoffset v0.7.1
15702023-10-25T22:06:51.074Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15712023-10-25T22:06:53.252Z Compiling foreign-types-macros v0.2.3
15722023-10-25T22:06:53.742Z Compiling vergen v8.2.4
15732023-10-25T22:06:54.042Z Compiling base64ct v1.6.0
15742023-10-25T22:06:56.977Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15752023-10-25T22:06:58.692Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15762023-10-25T22:07:03.159Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15772023-10-25T22:07:04.332Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15782023-10-25T22:07:04.968Z Compiling platforms v3.0.2
15792023-10-25T22:07:05.022Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15802023-10-25T22:07:05.070Z Compiling num_enum_derive v0.7.0
15812023-10-25T22:07:05.521Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15822023-10-25T22:07:05.559Z Compiling password-hash v0.5.0
15832023-10-25T22:07:06.375Z Compiling curve25519-dalek v4.1.0
15842023-10-25T22:07:06.459Z Compiling heck v0.3.3
15852023-10-25T22:07:06.700Z Compiling blake2 v0.10.6
15862023-10-25T22:07:07.028Z Compiling libefi-sys v0.1.0
15872023-10-25T22:07:07.105Z Compiling structopt-derive v0.4.18
15882023-10-25T22:07:07.359Z Compiling zone_cfg_derive v0.2.0
15892023-10-25T22:07:07.461Z Compiling argon2 v0.5.2
15902023-10-25T22:07:09.051Z Compiling curve25519-dalek-derive v0.1.0
15912023-10-25T22:07:10.124Z Compiling num-derive v0.4.0
15922023-10-25T22:07:10.137Z Compiling same-file v1.0.6
15932023-10-25T22:07:10.160Z Compiling walkdir v2.4.0
15942023-10-25T22:07:10.166Z Compiling toml v0.5.11
15952023-10-25T22:07:11.032Z Compiling semver-parser v0.10.2
15962023-10-25T22:07:11.303Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15972023-10-25T22:07:11.625Z Compiling filetime v0.2.22
15982023-10-25T22:07:11.956Z Compiling xattr v1.0.1
15992023-10-25T22:07:12.153Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16002023-10-25T22:07:12.382Z Compiling erased-serde v0.3.30
16012023-10-25T22:07:12.567Z Compiling getrandom v0.1.16
16022023-10-25T22:07:13.086Z Compiling semver v0.11.0
16032023-10-25T22:07:13.136Z Compiling tar v0.4.40
16042023-10-25T22:07:13.224Z Compiling universal-hash v0.5.1
16052023-10-25T22:07:13.320Z Compiling bitstruct_derive v0.1.0
16062023-10-25T22:07:13.531Z Compiling async-recursion v1.0.5
16072023-10-25T22:07:14.212Z Compiling home v0.5.5
16082023-10-25T22:07:14.461Z Compiling opaque-debug v0.3.0
16092023-10-25T22:07:14.569Z Compiling toolchain_find v0.2.0
16102023-10-25T22:07:14.915Z Compiling num-rational v0.4.1
16112023-10-25T22:07:15.032Z Compiling unicase v2.7.0
16122023-10-25T22:07:15.445Z Compiling parking_lot_core v0.8.6
16132023-10-25T22:07:15.453Z Compiling rustfmt-wrapper v0.2.0
16142023-10-25T22:07:15.462Z Compiling omicron-zone-package v0.8.3
16152023-10-25T22:07:15.736Z Compiling num_enum v0.5.11
16162023-10-25T22:07:15.929Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16172023-10-25T22:07:15.973Z Compiling aead v0.5.2
16182023-10-25T22:07:16.445Z Compiling winapi v0.3.9
16192023-10-25T22:07:16.600Z Compiling postcard-cobs v0.1.5-pre
16202023-10-25T22:07:16.724Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16212023-10-25T22:07:16.890Z Compiling polyval v0.6.1
16222023-10-25T22:07:17.120Z Compiling postcard v0.7.3
16232023-10-25T22:07:17.367Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16242023-10-25T22:07:17.813Z Compiling smoltcp v0.8.2
16252023-10-25T22:07:17.910Z Compiling ctr v0.9.2
16262023-10-25T22:07:17.943Z Compiling aes v0.8.3
16272023-10-25T22:07:18.395Z Compiling thiserror-impl-no-std v2.0.2
16282023-10-25T22:07:18.522Z Compiling cfg-if v0.1.10
16292023-10-25T22:07:18.666Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16302023-10-25T22:07:18.955Z Compiling foreign-types-shared v0.3.1
16312023-10-25T22:07:19.130Z Compiling foreign-types v0.5.0
16322023-10-25T22:07:19.932Z Compiling mime_guess v2.0.4
16332023-10-25T22:07:22.875Z Compiling is-terminal v0.4.9
16342023-10-25T22:07:23.038Z Compiling toml_edit v0.20.0
16352023-10-25T22:07:23.067Z Compiling hashlink v0.8.3
16362023-10-25T22:07:24.172Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16372023-10-25T22:07:24.208Z Compiling cstr-argument v0.1.2
16382023-10-25T22:07:25.037Z Compiling fallible-streaming-iterator v0.1.9
16392023-10-25T22:07:25.425Z Compiling pretty-hex v0.2.1
16402023-10-25T22:07:26.068Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16412023-10-25T22:07:27.773Z Compiling rusqlite v0.29.0
16422023-10-25T22:07:27.801Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16432023-10-25T22:07:28.752Z Compiling toml v0.8.0
16442023-10-25T22:07:30.608Z Compiling colored v2.0.4
16452023-10-25T22:07:31.106Z Compiling nix v0.26.2
16462023-10-25T22:07:31.567Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16472023-10-25T22:07:33.510Z Compiling twox-hash v1.6.3
16482023-10-25T22:07:33.801Z Compiling hkdf v0.12.3
16492023-10-25T22:07:34.545Z Compiling textwrap v0.11.0
16502023-10-25T22:07:34.682Z Compiling const_format_proc_macros v0.2.31
16512023-10-25T22:07:35.424Z Compiling linked-hash-map v0.5.6
16522023-10-25T22:07:35.989Z Compiling quick-error v1.2.3
16532023-10-25T22:07:36.962Z Compiling base64 v0.13.1
16542023-10-25T22:07:37.119Z Compiling ansi_term v0.12.1
16552023-10-25T22:07:37.934Z Compiling strsim v0.8.0
16562023-10-25T22:07:38.004Z Compiling vec_map v0.8.2
16572023-10-25T22:07:38.450Z Compiling clap v2.34.0
16582023-10-25T22:07:39.035Z Compiling resolv-conf v0.7.0
16592023-10-25T22:07:39.564Z Compiling lru-cache v0.1.2
16602023-10-25T22:07:40.664Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16612023-10-25T22:07:41.621Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16622023-10-25T22:07:43.779Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16632023-10-25T22:07:44.639Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16642023-10-25T22:07:46.837Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16652023-10-25T22:07:48.312Z Compiling num_enum v0.7.0
16662023-10-25T22:07:48.579Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16672023-10-25T22:07:50.407Z Compiling bincode v1.3.3
16682023-10-25T22:07:50.673Z Compiling humantime v2.1.0
16692023-10-25T22:07:51.026Z Compiling cancel-safe-futures v0.1.2
16702023-10-25T22:07:51.512Z Compiling keccak v0.1.4
16712023-10-25T22:07:52.368Z Compiling utf-8 v0.7.6
16722023-10-25T22:07:52.889Z Compiling termcolor v1.2.0
16732023-10-25T22:07:53.001Z Compiling convert_case v0.4.0
16742023-10-25T22:07:54.248Z Compiling derive_more v0.99.17
16752023-10-25T22:07:54.421Z Compiling env_logger v0.9.3
16762023-10-25T22:07:56.694Z Compiling sha3 v0.10.8
16772023-10-25T22:07:56.719Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16782023-10-25T22:08:01.828Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16792023-10-25T22:08:03.352Z Compiling structopt v0.3.26
16802023-10-25T22:08:03.892Z Compiling trust-dns-resolver v0.22.0
16812023-10-25T22:08:06.695Z Compiling aes-gcm-siv v0.11.1
16822023-10-25T22:08:07.148Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16832023-10-25T22:08:08.293Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16842023-10-25T22:08:08.768Z Compiling zone v0.2.0
16852023-10-25T22:08:10.044Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16862023-10-25T22:08:10.706Z Compiling secrecy v0.8.0
16872023-10-25T22:08:10.876Z Compiling smf v0.2.2
16882023-10-25T22:08:11.061Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16892023-10-25T22:08:11.129Z Compiling ringbuffer v0.15.0
16902023-10-25T22:08:12.940Z Compiling ascii v1.1.0
16912023-10-25T22:08:13.965Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16922023-10-25T22:08:14.095Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16932023-10-25T22:08:14.134Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16942023-10-25T22:08:15.578Z Compiling bitstruct v0.1.1
16952023-10-25T22:08:17.258Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16962023-10-25T22:08:17.562Z Compiling serde_arrays v0.1.0
16972023-10-25T22:08:17.886Z Compiling ff v0.13.0
16982023-10-25T22:08:18.218Z Compiling nibble_vec v0.1.0
16992023-10-25T22:08:18.272Z Compiling endian-type v0.1.2
17002023-10-25T22:08:18.547Z Compiling arc-swap v1.6.0
17012023-10-25T22:08:18.603Z Compiling radix_trie v0.2.1
17022023-10-25T22:08:19.400Z Compiling group v0.13.0
17032023-10-25T22:08:19.449Z Compiling slog-scope v4.4.0
17042023-10-25T22:08:19.639Z Compiling rand_core v0.5.1
17052023-10-25T22:08:19.738Z Compiling tungstenite v0.20.1
17062023-10-25T22:08:20.374Z Compiling poly1305 v0.8.0
17072023-10-25T22:08:21.516Z Compiling chacha20 v0.9.1
17082023-10-25T22:08:22.153Z Compiling crypto-bigint v0.5.2
17092023-10-25T22:08:22.192Z Compiling num-complex v0.4.4
17102023-10-25T22:08:22.216Z Compiling ciborium-io v0.2.1
17112023-10-25T22:08:22.736Z Compiling option-ext v0.2.0
17122023-10-25T22:08:22.926Z Compiling half v1.8.2
17132023-10-25T22:08:23.460Z Compiling base16ct v0.2.0
17142023-10-25T22:08:23.545Z Compiling dirs-sys v0.4.1
17152023-10-25T22:08:23.870Z Compiling num v0.4.1
17162023-10-25T22:08:23.984Z Compiling ciborium-ll v0.2.1
17172023-10-25T22:08:24.039Z Compiling tokio-tungstenite v0.20.1
17182023-10-25T22:08:24.258Z Compiling parking_lot v0.11.2
17192023-10-25T22:08:24.317Z Compiling rand_chacha v0.2.2
17202023-10-25T22:08:24.595Z Compiling slog-stdlog v4.1.1
17212023-10-25T22:08:24.654Z Compiling trust-dns-client v0.22.0
17222023-10-25T22:08:24.707Z Compiling thiserror-no-std v2.0.2
17232023-10-25T22:08:25.179Z Compiling elliptic-curve v0.13.5
17242023-10-25T22:08:25.950Z Compiling password-hash v0.4.2
17252023-10-25T22:08:26.057Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17262023-10-25T22:08:26.070Z Compiling ed25519 v2.2.2
17272023-10-25T22:08:26.647Z Compiling blowfish v0.9.1
17282023-10-25T22:08:27.441Z Compiling pbkdf2 v0.12.2
17292023-10-25T22:08:27.575Z Compiling fxhash v0.2.1
17302023-10-25T22:08:27.974Z Compiling sled v0.34.7
17312023-10-25T22:08:28.448Z Compiling bcrypt-pbkdf v0.10.0
17322023-10-25T22:08:28.476Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17332023-10-25T22:08:28.709Z Compiling trust-dns-server v0.22.1
17342023-10-25T22:08:29.009Z Compiling pbkdf2 v0.11.0
17352023-10-25T22:08:29.051Z Compiling ed25519-dalek v2.0.0
17362023-10-25T22:08:29.610Z Compiling vsss-rs v3.3.1
17372023-10-25T22:08:29.963Z Compiling russh-cryptovec v0.7.0
17382023-10-25T22:08:29.986Z Compiling rand v0.7.3
17392023-10-25T22:08:30.803Z Compiling slog-envlogger v2.2.0
17402023-10-25T22:08:31.232Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17412023-10-25T22:08:32.111Z Compiling ciborium v0.2.1
17422023-10-25T22:08:33.776Z Compiling dirs v5.0.1
17432023-10-25T22:08:33.780Z Compiling chacha20poly1305 v0.10.1
17442023-10-25T22:08:34.002Z Compiling tungstenite v0.18.0
17452023-10-25T22:08:34.230Z Compiling const_format v0.2.31
17462023-10-25T22:08:34.674Z Compiling ron v0.7.1
17472023-10-25T22:08:35.299Z Compiling pem v1.1.1
17482023-10-25T22:08:37.242Z Compiling ghash v0.5.0
17492023-10-25T22:08:37.990Z Compiling camino-tempfile v1.0.2
17502023-10-25T22:08:38.931Z Compiling cbc v0.1.2
17512023-10-25T22:08:38.958Z Compiling headers-core v0.2.0
17522023-10-25T22:08:39.273Z Compiling pretty-hex v0.3.0
17532023-10-25T22:08:39.487Z Compiling http-range v0.1.5
17542023-10-25T22:08:39.555Z Compiling bit_field v0.10.2
17552023-10-25T22:08:39.707Z Compiling md5 v0.7.0
17562023-10-25T22:08:39.977Z Compiling hyper-staticfile v0.9.5
17572023-10-25T22:08:40.242Z Compiling russh-keys v0.38.0
17582023-10-25T22:08:40.906Z Compiling headers v0.3.9
17592023-10-25T22:08:45.178Z Compiling aes-gcm v0.10.2
17602023-10-25T22:08:45.730Z Compiling tokio-tungstenite v0.18.0
17612023-10-25T22:08:45.859Z Compiling rcgen v0.10.0
17622023-10-25T22:08:52.727Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17632023-10-25T22:08:53.047Z Compiling atomicwrites v0.4.2
17642023-10-25T22:08:53.571Z Compiling subprocess v0.2.9
17652023-10-25T22:08:53.597Z Compiling hex-literal v0.4.1
17662023-10-25T22:08:53.740Z Compiling glob v0.3.1
17672023-10-25T22:08:54.861Z Compiling russh v0.38.0
17682023-10-25T22:09:01.151Z Compiling bzip2 v0.4.4
17692023-10-25T22:09:01.607Z Compiling zip v0.6.6
17702023-10-25T22:09:03.913Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17712023-10-25T22:09:04.517Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17722023-10-25T22:09:04.556Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17732023-10-25T22:09:04.590Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17742023-10-25T22:09:04.717Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17752023-10-25T22:09:04.888Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17762023-10-25T22:09:05.108Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17772023-10-25T22:09:05.513Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17782023-10-25T22:09:05.765Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17792023-10-25T22:09:07.738Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17802023-10-25T22:09:15.905Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17812023-10-25T22:09:23.918Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17822023-10-25T22:09:24.017Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17832023-10-25T22:09:33.018Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17842023-10-25T22:09:38.909Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17852023-10-25T22:09:45.693Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17862023-10-25T22:09:45.974Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17872023-10-25T22:09:52.750Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17882023-10-25T22:09:57.615Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17892023-10-25T22:10:00.759Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17902023-10-25T22:10:14.225Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17912023-10-25T22:10:39.289Z Compiling git2 v0.17.2
17922023-10-25T22:10:45.593Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17932023-10-25T22:10:47.957Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17942023-10-25T22:10:59.545Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17952023-10-25T22:11:15.718Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17962023-10-25T22:11:16.005Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17972023-10-25T22:11:16.590Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17982023-10-25T22:11:20.167Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17992023-10-25T22:11:57.872Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18002023-10-25T22:13:37.754Z Finished dev [unoptimized + debuginfo] target(s) in 10m 55s
18012023-10-25T22:13:38.087Z
18022023-10-25T22:13:38.090Zreal 10:56.378139709
18032023-10-25T22:13:38.093Zuser 59:28.484415388
18042023-10-25T22:13:38.097Zsys 9:36.445388063
18052023-10-25T22:13:38.101Ztrap 2.318101136
18062023-10-25T22:13:38.104Ztflt 4.543214699
18072023-10-25T22:13:38.107Zdflt 9.309292656
18082023-10-25T22:13:38.110Zkflt 0.020569527
18092023-10-25T22:13:38.113Zlock 1:51:28.182805572
18102023-10-25T22:13:38.117Zslp 3:07:58.787426780
18112023-10-25T22:13:38.120Zlat 2:27.792689179
18122023-10-25T22:13:38.124Zstop 6:13.709821474
18132023-10-25T22:13:38.127Z+ mkdir -p /work/end-to-end-tests
18142023-10-25T22:13:38.130Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18152023-10-25T22:13:39.316Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18162023-10-25T22:13:39.323Z+ ptime -m gzip
18172023-10-25T22:13:39.329Z++ basename target/debug/bootstrap
18182023-10-25T22:13:56.324Z
18192023-10-25T22:13:56.328Zreal 17.003315746
18202023-10-25T22:13:56.335Zuser 16.833003557
18212023-10-25T22:13:56.339Zsys 0.161856462
18222023-10-25T22:13:56.344Ztrap 0.005103197
18232023-10-25T22:13:56.376Ztflt 0.000000000
18242023-10-25T22:13:56.379Zdflt 0.000000000
18252023-10-25T22:13:56.382Zkflt 0.000000000
18262023-10-25T22:13:56.385Zlock 0.000000000
18272023-10-25T22:13:56.388Zslp 0.000000000
18282023-10-25T22:13:56.391Zlat 0.002986758
18292023-10-25T22:13:56.394Zstop 0.000252612
18302023-10-25T22:13:56.397Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18312023-10-25T22:13:56.399Z+ ptime -m gzip
18322023-10-25T22:13:56.402Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7505a19fa56a5ab1
18332023-10-25T22:13:57.434Z
18342023-10-25T22:13:57.438Zreal 1.100770095
18352023-10-25T22:13:57.441Zuser 1.089836933
18362023-10-25T22:13:57.444Zsys 0.010256778
18372023-10-25T22:13:57.447Ztrap 0.000111719
18382023-10-25T22:13:57.450Ztflt 0.000000000
18392023-10-25T22:13:57.453Zdflt 0.000000000
18402023-10-25T22:13:57.456Zkflt 0.000000000
18412023-10-25T22:13:57.459Zlock 0.000000000
18422023-10-25T22:13:57.462Zslp 0.000000000
18432023-10-25T22:13:57.469Zlat 0.000188037
18442023-10-25T22:13:57.472Zstop 0.000260375
18452023-10-25T22:13:57.479Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18462023-10-25T22:13:57.483Z+ ptime -m gzip
18472023-10-25T22:13:57.486Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a486f79ff30d68c1
18482023-10-25T22:14:16.767Z
18492023-10-25T22:14:16.772Zreal 19.320990061
18502023-10-25T22:14:16.783Zuser 19.124929647
18512023-10-25T22:14:16.791Zsys 0.190929060
18522023-10-25T22:14:16.797Ztrap 0.003462128
18532023-10-25T22:14:16.848Ztflt 0.000000000
18542023-10-25T22:14:16.863Zdflt 0.000000000
18552023-10-25T22:14:16.877Zkflt 0.000000000
18562023-10-25T22:14:16.891Zlock 0.000000000
18572023-10-25T22:14:16.897Zslp 0.000000000
18582023-10-25T22:14:16.906Zlat 0.001284062
18592023-10-25T22:14:16.913Zstop 0.000228721
18602023-10-25T22:14:16.921Z+ banner caboose-util
18612023-10-25T22:14:16.928Z
18622023-10-25T22:14:16.935Z #### ## ##### #### #### #### ###### # # #####
18632023-10-25T22:14:16.943Z # # # # # # # # # # # # # # #
18642023-10-25T22:14:16.950Z # # # ##### # # # # #### ##### ##### # # #
18652023-10-25T22:14:16.957Z # ###### # # # # # # # # # # #
18662023-10-25T22:14:16.965Z # # # # # # # # # # # # # # # #
18672023-10-25T22:14:16.974Z #### # # ##### #### #### #### ###### #### #
18682023-10-25T22:14:16.983Z
18692023-10-25T22:14:16.992Z+ ptime -m cargo build --locked -p caboose-util --release
18702023-10-25T22:14:17.466Z Downloading crates ...
18712023-10-25T22:14:17.823Z Downloaded maybe-uninit v2.0.0
18722023-10-25T22:14:17.842Z Downloaded array-init v0.0.4
18732023-10-25T22:14:17.910Z Downloaded crc v3.0.1
18742023-10-25T22:14:17.932Z Downloaded env_logger v0.10.0
18752023-10-25T22:14:17.948Z Downloaded path-slash v0.1.5
18762023-10-25T22:14:17.952Z Downloaded serde-hex v0.1.0
18772023-10-25T22:14:17.964Z Downloaded crc-catalog v2.2.0
18782023-10-25T22:14:17.972Z Downloaded der_derive v0.7.2
18792023-10-25T22:14:19.202Z Downloaded pkcs1 v0.7.5
18802023-10-25T22:14:19.232Z Downloaded packed_struct v0.10.1
18812023-10-25T22:14:19.238Z Downloaded rsa v0.9.2
18822023-10-25T22:14:19.242Z Downloaded smallvec v0.6.14
18832023-10-25T22:14:19.251Z Downloaded crc-any v2.4.3
18842023-10-25T22:14:19.256Z Downloaded ron v0.8.1
18852023-10-25T22:14:19.259Z Downloaded x509-cert v0.2.4
18862023-10-25T22:14:19.262Z Downloaded object v0.30.4
18872023-10-25T22:14:19.269Z Downloaded num-bigint-dig v0.8.4
18882023-10-25T22:14:19.273Z Downloaded packed_struct_codegen v0.10.1
18892023-10-25T22:14:19.280Z Downloaded nodrop v0.1.14
18902023-10-25T22:14:19.284Z Downloaded bitfield v0.14.0
18912023-10-25T22:14:19.292Z Downloaded pem-rfc7468 v0.7.0
18922023-10-25T22:14:19.297Z Downloaded flagset v0.4.3
18932023-10-25T22:14:19.711Z Compiling proc-macro2 v1.0.67
18942023-10-25T22:14:19.715Z Compiling unicode-ident v1.0.12
18952023-10-25T22:14:19.718Z Compiling libc v0.2.149
18962023-10-25T22:14:19.721Z Compiling autocfg v1.1.0
18972023-10-25T22:14:19.724Z Compiling serde v1.0.188
18982023-10-25T22:14:19.727Z Compiling version_check v0.9.4
18992023-10-25T22:14:19.739Z Compiling cfg-if v1.0.0
19002023-10-25T22:14:19.750Z Compiling once_cell v1.18.0
19012023-10-25T22:14:19.758Z Compiling parking_lot_core v0.9.8
19022023-10-25T22:14:19.762Z Compiling syn v1.0.109
19032023-10-25T22:14:19.765Z Compiling typenum v1.16.0
19042023-10-25T22:14:19.768Z Compiling libm v0.2.7
19052023-10-25T22:14:19.773Z Compiling futures-core v0.3.28
19062023-10-25T22:14:19.779Z Compiling lock_api v0.4.10
19072023-10-25T22:14:19.782Z Compiling generic-array v0.14.7
19082023-10-25T22:14:19.785Z Compiling num-traits v0.2.16
19092023-10-25T22:14:19.789Z Compiling pkg-config v0.3.27
19102023-10-25T22:14:19.792Z Compiling slab v0.4.9
19112023-10-25T22:14:19.797Z Compiling futures-task v0.3.28
19122023-10-25T22:14:20.552Z Compiling futures-channel v0.3.28
19132023-10-25T22:14:20.563Z Compiling serde_json v1.0.107
19142023-10-25T22:14:20.586Z Compiling quote v1.0.33
19152023-10-25T22:14:20.608Z Compiling scopeguard v1.2.0
19162023-10-25T22:14:20.613Z Compiling thiserror v1.0.49
19172023-10-25T22:14:20.620Z Compiling memchr v2.6.3
19182023-10-25T22:14:20.782Z Compiling futures-util v0.3.28
19192023-10-25T22:14:21.168Z Compiling syn v2.0.32
19202023-10-25T22:14:21.206Z Compiling jobserver v0.1.26
19212023-10-25T22:14:21.373Z Compiling getrandom v0.2.10
19222023-10-25T22:14:21.626Z Compiling cc v1.0.83
19232023-10-25T22:14:22.018Z Compiling itoa v1.0.9
19242023-10-25T22:14:23.072Z Compiling ahash v0.8.3
19252023-10-25T22:14:23.160Z Compiling smallvec v1.11.0
19262023-10-25T22:14:23.540Z Compiling log v0.4.20
19272023-10-25T22:14:24.344Z Compiling vcpkg v0.2.15
19282023-10-25T22:14:24.353Z Compiling byteorder v1.4.3
19292023-10-25T22:14:24.961Z Compiling rand_core v0.6.4
19302023-10-25T22:14:25.837Z Compiling pin-project-lite v0.2.13
19312023-10-25T22:14:26.015Z Compiling parking_lot v0.12.1
19322023-10-25T22:14:26.087Z Compiling indexmap v1.9.3
19332023-10-25T22:14:26.550Z Compiling ring v0.16.20
19342023-10-25T22:14:27.032Z Compiling openssl-sys v0.9.93
19352023-10-25T22:14:28.434Z Compiling io-lifetimes v1.0.11
19362023-10-25T22:14:29.054Z Compiling num-integer v0.1.45
19372023-10-25T22:14:29.612Z Compiling semver v1.0.20
19382023-10-25T22:14:29.619Z Compiling spin v0.5.2
19392023-10-25T22:14:29.822Z Compiling ryu v1.0.15
19402023-10-25T22:14:29.825Z Compiling const-oid v0.9.5
19412023-10-25T22:14:31.234Z Compiling rustix v0.37.23
19422023-10-25T22:14:32.060Z Compiling mio v0.8.8
19432023-10-25T22:14:32.342Z Compiling num_cpus v1.16.0
19442023-10-25T22:14:32.482Z Compiling socket2 v0.5.4
19452023-10-25T22:14:32.589Z Compiling signal-hook-registry v1.4.1
19462023-10-25T22:14:33.475Z Compiling unicode-xid v0.2.4
19472023-10-25T22:14:33.567Z Compiling heck v0.4.1
19482023-10-25T22:14:33.623Z Compiling ucd-trie v0.1.6
19492023-10-25T22:14:33.712Z Compiling httparse v1.8.0
19502023-10-25T22:14:33.826Z Compiling futures-sink v0.3.28
19512023-10-25T22:14:34.091Z Compiling openssl v0.10.57
19522023-10-25T22:14:34.244Z Compiling synstructure v0.12.6
19532023-10-25T22:14:34.489Z Compiling tinyvec_macros v0.1.1
19542023-10-25T22:14:34.610Z Compiling tinyvec v1.6.0
19552023-10-25T22:14:35.877Z Compiling futures-io v0.3.28
19562023-10-25T22:14:36.276Z Compiling pin-utils v0.1.0
19572023-10-25T22:14:36.400Z Compiling radium v0.7.0
19582023-10-25T22:14:36.777Z Compiling ppv-lite86 v0.2.17
19592023-10-25T22:14:36.994Z Compiling native-tls v0.2.11
19602023-10-25T22:14:37.423Z Compiling rustls v0.21.7
19612023-10-25T22:14:37.506Z Compiling crc32fast v1.3.2
19622023-10-25T22:14:37.787Z Compiling unicode-normalization v0.1.22
19632023-10-25T22:14:37.799Z Compiling bzip2-sys v0.1.11+1.0.8
19642023-10-25T22:14:38.111Z Compiling rand_chacha v0.3.1
19652023-10-25T22:14:38.360Z Compiling tracing-core v0.1.31
19662023-10-25T22:14:38.411Z Compiling subtle v2.5.0
19672023-10-25T22:14:38.627Z Compiling unicode-bidi v0.3.13
19682023-10-25T22:14:38.962Z Compiling rand v0.8.5
19692023-10-25T22:14:40.981Z Compiling errno v0.3.2
19702023-10-25T22:14:41.011Z Compiling num-iter v0.1.43
19712023-10-25T22:14:41.296Z Compiling usdt-impl v0.3.5
19722023-10-25T22:14:42.218Z Compiling base64 v0.21.4
19732023-10-25T22:14:42.353Z Compiling rustix v0.38.9
19742023-10-25T22:14:42.638Z Compiling schemars v0.8.13
19752023-10-25T22:14:43.837Z Compiling serde_derive v1.0.188
19762023-10-25T22:14:43.950Z Compiling zeroize_derive v1.4.2
19772023-10-25T22:14:44.038Z Compiling tokio-macros v2.1.0
19782023-10-25T22:14:44.215Z Compiling thiserror-impl v1.0.49
19792023-10-25T22:14:44.328Z Compiling futures-macro v0.3.28
19802023-10-25T22:14:44.343Z Compiling tracing-attributes v0.1.26
19812023-10-25T22:14:44.470Z Compiling zerocopy-derive v0.2.0
19822023-10-25T22:14:45.395Z Compiling openssl-macros v0.1.1
19832023-10-25T22:14:46.246Z Compiling zeroize v1.6.0
19842023-10-25T22:14:46.485Z Compiling zerocopy-derive v0.6.4
19852023-10-25T22:14:49.040Z Compiling pest v2.7.2
19862023-10-25T22:14:49.380Z Compiling crypto-common v0.1.6
19872023-10-25T22:14:49.462Z Compiling block-buffer v0.10.4
19882023-10-25T22:14:49.867Z Compiling digest v0.10.7
19892023-10-25T22:14:49.968Z Compiling serde_derive_internals v0.26.0
19902023-10-25T22:14:50.008Z Compiling tracing v0.1.37
19912023-10-25T22:14:51.159Z Compiling bitflags v1.3.2
19922023-10-25T22:14:51.299Z Compiling untrusted v0.7.1
19932023-10-25T22:14:53.815Z Compiling pest_meta v2.7.2
19942023-10-25T22:14:53.987Z Compiling fnv v1.0.7
19952023-10-25T22:14:54.175Z Compiling schemars_derive v0.8.13
19962023-10-25T22:14:57.821Z Compiling pest_generator v2.7.2
19972023-10-25T22:14:59.195Z Compiling zerocopy v0.3.0
19982023-10-25T22:14:59.611Z Compiling lazy_static v1.4.0
19992023-10-25T22:15:00.240Z Compiling backtrace v0.3.69
20002023-10-25T22:15:00.512Z Compiling num-bigint v0.4.4
20012023-10-25T22:15:00.787Z Compiling memoffset v0.9.0
20022023-10-25T22:15:00.829Z Compiling hashbrown v0.12.3
20032023-10-25T22:15:00.927Z Compiling pest_derive v2.7.2
20042023-10-25T22:15:01.146Z Compiling async-trait v0.1.73
20052023-10-25T22:15:01.340Z Compiling openssl-probe v0.1.5
20062023-10-25T22:15:01.540Z Compiling foreign-types-shared v0.1.1
20072023-10-25T22:15:01.714Z Compiling crossbeam-utils v0.8.16
20082023-10-25T22:15:01.810Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20092023-10-25T22:15:01.831Z Compiling smoltcp v0.9.1
20102023-10-25T22:15:01.998Z Compiling percent-encoding v2.3.0
20112023-10-25T22:15:02.345Z Compiling allocator-api2 v0.2.16
20122023-10-25T22:15:02.514Z Compiling iana-time-zone v0.1.57
20132023-10-25T22:15:02.735Z Compiling base64ct v1.6.0
20142023-10-25T22:15:03.071Z Compiling dtrace-parser v0.1.14
20152023-10-25T22:15:03.644Z Compiling pem-rfc7468 v0.7.0
20162023-10-25T22:15:03.999Z Compiling hashbrown v0.14.0
20172023-10-25T22:15:04.753Z Compiling foreign-types v0.3.2
20182023-10-25T22:15:04.823Z Compiling dof v0.1.5
20192023-10-25T22:15:05.934Z Compiling clap_derive v4.4.2
20202023-10-25T22:15:05.999Z Compiling der_derive v0.7.2
20212023-10-25T22:15:06.869Z Compiling thread-id v4.2.0
20222023-10-25T22:15:07.016Z Compiling try-lock v0.2.4
20232023-10-25T22:15:07.026Z Compiling cpufeatures v0.2.9
20242023-10-25T22:15:07.150Z Compiling bytes v1.5.0
20252023-10-25T22:15:08.324Z Compiling bitflags v2.4.0
20262023-10-25T22:15:09.209Z Compiling tokio v1.33.0
20272023-10-25T22:15:09.292Z Compiling rustc_version v0.4.0
20282023-10-25T22:15:10.306Z Compiling heapless v0.7.16
20292023-10-25T22:15:10.431Z Compiling http v0.2.9
20302023-10-25T22:15:10.701Z Compiling uuid v1.4.1
20312023-10-25T22:15:10.872Z Compiling chrono v0.4.31
20322023-10-25T22:15:11.788Z Compiling adler v1.0.2
20332023-10-25T22:15:12.064Z Compiling rustversion v1.0.14
20342023-10-25T22:15:12.100Z Compiling utf8parse v0.2.1
20352023-10-25T22:15:12.730Z Compiling time-core v0.1.1
20362023-10-25T22:15:12.937Z Compiling equivalent v1.0.1
20372023-10-25T22:15:12.984Z Compiling siphasher v0.3.11
20382023-10-25T22:15:13.276Z Compiling anstyle v1.0.2
20392023-10-25T22:15:13.606Z Compiling flagset v0.4.3
20402023-10-25T22:15:13.998Z Compiling der v0.7.8
20412023-10-25T22:15:14.271Z Compiling indexmap v2.0.0
20422023-10-25T22:15:14.423Z Compiling time-macros v0.2.13
20432023-10-25T22:15:16.342Z Compiling http-body v0.4.5
20442023-10-25T22:15:16.997Z Compiling anstyle-parse v0.2.1
20452023-10-25T22:15:17.607Z Compiling miniz_oxide v0.7.1
20462023-10-25T22:15:22.352Z Compiling tokio-util v0.7.9
20472023-10-25T22:15:24.068Z Compiling want v0.3.1
20482023-10-25T22:15:24.484Z Compiling h2 v0.3.21
20492023-10-25T22:15:24.751Z Compiling sha2 v0.10.8
20502023-10-25T22:15:27.213Z Compiling serde_tokenstream v0.1.7
20512023-10-25T22:15:31.366Z Compiling form_urlencoded v1.2.0
20522023-10-25T22:15:31.789Z Compiling sct v0.7.0
20532023-10-25T22:15:31.795Z Compiling rustls-webpki v0.101.4
20542023-10-25T22:15:32.219Z Compiling hubpack_derive v0.1.1
20552023-10-25T22:15:32.223Z Compiling aho-corasick v1.0.4
20562023-10-25T22:15:32.325Z Compiling socket2 v0.4.9
20572023-10-25T22:15:32.614Z Compiling crossbeam-epoch v0.9.15
20582023-10-25T22:15:33.206Z Compiling tower-service v0.3.2
20592023-10-25T22:15:33.863Z Compiling regex-syntax v0.7.5
20602023-10-25T22:15:34.077Z Compiling anstyle-query v1.0.0
20612023-10-25T22:15:34.499Z Compiling tap v1.0.1
20622023-10-25T22:15:34.569Z Compiling colorchoice v1.0.0
20632023-10-25T22:15:34.815Z Compiling slog v2.7.0
20642023-10-25T22:15:34.828Z Compiling anyhow v1.0.75
20652023-10-25T22:15:34.907Z Compiling httpdate v1.0.3
20662023-10-25T22:15:35.512Z Compiling wyz v0.5.1
20672023-10-25T22:15:35.548Z Compiling anstream v0.5.0
20682023-10-25T22:15:36.256Z Compiling hyper v0.14.27
20692023-10-25T22:15:41.800Z Compiling regex-automata v0.3.8
20702023-10-25T22:15:46.270Z Compiling terminal_size v0.2.6
20712023-10-25T22:15:46.367Z Compiling spki v0.7.2
20722023-10-25T22:15:47.228Z Compiling rustls-pemfile v1.0.3
20732023-10-25T22:15:47.739Z Compiling md-5 v0.10.5
20742023-10-25T22:15:48.092Z Compiling hmac v0.12.1
20752023-10-25T22:15:48.417Z Compiling zerocopy v0.6.4
20762023-10-25T22:15:49.163Z Compiling stringprep v0.1.3
20772023-10-25T22:15:49.593Z Compiling idna v0.4.0
20782023-10-25T22:15:50.742Z Compiling diesel_table_macro_syntax v0.1.0
20792023-10-25T22:15:51.375Z Compiling hash32 v0.2.1
20802023-10-25T22:15:51.403Z Compiling spin v0.9.8
20812023-10-25T22:15:51.993Z Compiling clap_lex v0.5.1
20822023-10-25T22:15:52.010Z Compiling gimli v0.28.0
20832023-10-25T22:15:52.380Z Compiling strsim v0.10.0
20842023-10-25T22:15:52.954Z Compiling stable_deref_trait v1.2.0
20852023-10-25T22:15:53.096Z Compiling either v1.9.0
20862023-10-25T22:15:53.267Z Compiling dyn-clone v1.0.13
20872023-10-25T22:15:53.380Z Compiling funty v2.0.0
20882023-10-25T22:15:53.556Z Compiling maybe-uninit v2.0.0
20892023-10-25T22:15:53.619Z Compiling fallible-iterator v0.2.0
20902023-10-25T22:15:54.854Z Compiling postgres-protocol v0.6.6
20912023-10-25T22:15:55.793Z Compiling bitvec v1.0.1
20922023-10-25T22:15:57.160Z Compiling clap_builder v4.4.2
20932023-10-25T22:15:57.566Z Compiling diesel_derives v2.1.1
20942023-10-25T22:15:57.785Z Compiling url v2.4.1
20952023-10-25T22:15:59.695Z Compiling addr2line v0.21.0
20962023-10-25T22:16:00.512Z Compiling strum_macros v0.25.2
20972023-10-25T22:16:00.631Z Compiling rustls-native-certs v0.6.3
20982023-10-25T22:16:00.981Z Compiling tokio-native-tls v0.3.1
20992023-10-25T22:16:01.182Z Compiling tokio-rustls v0.24.1
21002023-10-25T22:16:02.776Z Compiling usdt-macro v0.3.5
21012023-10-25T22:16:04.451Z Compiling usdt-attr-macro v0.3.5
21022023-10-25T22:16:06.695Z Compiling phf_shared v0.11.2
21032023-10-25T22:16:07.226Z Compiling toml_datetime v0.6.3
21042023-10-25T22:16:07.305Z Compiling serde_spanned v0.6.3
21052023-10-25T22:16:07.982Z Compiling block-padding v0.3.3
21062023-10-25T22:16:08.325Z Compiling enum-as-inner v0.5.1
21072023-10-25T22:16:08.453Z Compiling serde_repr v0.1.16
21082023-10-25T22:16:09.578Z Compiling scheduled-thread-pool v0.2.7
21092023-10-25T22:16:09.895Z Compiling object v0.32.1
21102023-10-25T22:16:13.577Z Compiling num_threads v0.1.6
21112023-10-25T22:16:13.756Z Compiling packed_struct v0.10.1
21122023-10-25T22:16:14.377Z Compiling ipnet v2.8.0
21132023-10-25T22:16:16.425Z Compiling managed v0.8.0
21142023-10-25T22:16:17.186Z Compiling deranged v0.3.8
21152023-10-25T22:16:20.622Z Compiling rustc-demangle v0.1.23
21162023-10-25T22:16:22.063Z Compiling matches v0.1.10
21172023-10-25T22:16:22.591Z Compiling winnow v0.5.15
21182023-10-25T22:16:23.079Z Compiling bit-vec v0.6.3
21192023-10-25T22:16:23.343Z Compiling num-bigint-dig v0.8.4
21202023-10-25T22:16:23.765Z Compiling unicode-width v0.1.10
21212023-10-25T22:16:23.983Z Compiling regex-automata v0.1.10
21222023-10-25T22:16:24.781Z Compiling bstr v0.2.17
21232023-10-25T22:16:29.043Z Compiling toml_edit v0.19.15
21242023-10-25T22:16:32.258Z Compiling idna v0.2.3
21252023-10-25T22:16:34.677Z Compiling time v0.3.27
21262023-10-25T22:16:43.495Z Compiling r2d2 v0.8.10
21272023-10-25T22:16:44.049Z Compiling inout v0.1.3
21282023-10-25T22:16:44.594Z Compiling phf v0.11.2
21292023-10-25T22:16:44.812Z Compiling clap v4.4.3
21302023-10-25T22:16:44.971Z Compiling hyper-rustls v0.24.1
21312023-10-25T22:16:45.043Z Compiling hyper-tls v0.5.0
21322023-10-25T22:16:45.099Z Compiling flate2 v1.0.28
21332023-10-25T22:16:45.554Z Compiling ipnetwork v0.20.0
21342023-10-25T22:16:46.057Z Compiling postgres-types v0.2.6
21352023-10-25T22:16:46.295Z Compiling itertools v0.11.0
21362023-10-25T22:16:46.584Z Compiling regex v1.9.5
21372023-10-25T22:16:46.818Z Compiling pkcs8 v0.10.2
21382023-10-25T22:16:48.651Z Compiling hubpack v0.1.2
21392023-10-25T22:16:48.898Z Compiling serde_urlencoded v0.7.1
21402023-10-25T22:16:49.391Z Compiling phf_shared v0.10.0
21412023-10-25T22:16:49.911Z Compiling futures-executor v0.3.28
21422023-10-25T22:16:51.098Z Compiling signature v2.1.0
21432023-10-25T22:16:51.451Z Compiling packed_struct_codegen v0.10.1
21442023-10-25T22:16:53.054Z Compiling float-cmp v0.9.0
21452023-10-25T22:16:54.169Z Compiling encoding_rs v0.8.33
21462023-10-25T22:16:54.646Z Compiling static_assertions v1.1.0
21472023-10-25T22:16:55.776Z Compiling smawk v0.3.1
21482023-10-25T22:16:56.006Z Compiling fixedbitset v0.4.2
21492023-10-25T22:16:56.099Z Compiling unicode-segmentation v1.10.1
21502023-10-25T22:16:56.111Z Compiling mime v0.3.17
21512023-10-25T22:16:56.665Z Compiling crc-catalog v2.2.0
21522023-10-25T22:16:56.887Z Compiling normalize-line-endings v0.3.0
21532023-10-25T22:16:56.924Z Compiling predicates-core v1.0.6
21542023-10-25T22:16:57.421Z Compiling difflib v0.4.0
21552023-10-25T22:16:57.533Z Compiling precomputed-hash v0.1.1
21562023-10-25T22:16:57.686Z Compiling webpki-roots v0.25.2
21572023-10-25T22:16:57.936Z Compiling whoami v1.4.1
21582023-10-25T22:16:58.796Z Compiling unicode-linebreak v0.1.5
21592023-10-25T22:16:59.616Z Compiling nodrop v0.1.14
21602023-10-25T22:16:59.797Z Compiling data-encoding v2.4.0
21612023-10-25T22:17:00.723Z Compiling new_debug_unreachable v1.0.4
21622023-10-25T22:17:00.845Z Compiling string_cache v0.8.7
21632023-10-25T22:17:01.496Z Compiling trust-dns-proto v0.22.0
21642023-10-25T22:17:06.456Z Compiling array-init v0.0.4
21652023-10-25T22:17:08.040Z Compiling textwrap v0.16.0
21662023-10-25T22:17:08.680Z Compiling reqwest v0.11.20
21672023-10-25T22:17:09.873Z Compiling tokio-postgres v0.7.10
21682023-10-25T22:17:10.556Z Compiling predicates v3.0.4
21692023-10-25T22:17:13.017Z Compiling similar v2.2.1
21702023-10-25T22:17:14.814Z Compiling crc v3.0.1
21712023-10-25T22:17:15.990Z Compiling petgraph v0.6.4
21722023-10-25T22:17:19.354Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21732023-10-25T22:17:29.305Z Compiling futures v0.3.28
21742023-10-25T22:17:30.908Z Compiling yasna v0.5.2
21752023-10-25T22:17:30.912Z Compiling pkcs1 v0.7.5
21762023-10-25T22:17:31.209Z Compiling smallvec v0.6.14
21772023-10-25T22:17:31.947Z Compiling diesel v2.1.1
21782023-10-25T22:17:32.462Z Compiling cipher v0.4.4
21792023-10-25T22:17:33.748Z Compiling toml v0.7.8
21802023-10-25T22:17:37.298Z Compiling console v0.15.7
21812023-10-25T22:17:38.740Z Compiling bit-set v0.5.3
21822023-10-25T22:17:39.189Z Compiling usdt v0.3.5
21832023-10-25T22:17:39.509Z Compiling is-terminal v0.4.9
21842023-10-25T22:17:39.680Z Compiling itertools v0.10.5
21852023-10-25T22:17:42.670Z Compiling bstr v1.6.0
21862023-10-25T22:17:42.801Z Compiling tokio-stream v0.1.14
21872023-10-25T22:17:44.365Z Compiling openapiv3 v1.0.3
21882023-10-25T22:17:44.584Z Compiling hex v0.4.3
21892023-10-25T22:17:46.715Z Compiling hashbrown v0.13.2
21902023-10-25T22:17:49.433Z Compiling lalrpop-util v0.19.12
21912023-10-25T22:17:50.275Z Compiling termcolor v1.2.0
21922023-10-25T22:17:52.369Z Compiling bitfield v0.14.0
21932023-10-25T22:17:54.504Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21942023-10-25T22:17:57.488Z Compiling env_logger v0.10.0
21952023-10-25T22:18:09.050Z Compiling rsa v0.9.2
21962023-10-25T22:18:18.544Z Compiling serde-hex v0.1.0
21972023-10-25T22:18:20.844Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21982023-10-25T22:18:29.302Z Compiling x509-cert v0.2.4
21992023-10-25T22:18:30.885Z Compiling ron v0.8.1
22002023-10-25T22:18:43.391Z Compiling crc-any v2.4.3
22012023-10-25T22:18:44.617Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22022023-10-25T22:19:05.478Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22032023-10-25T22:19:15.498Z Compiling object v0.30.4
22042023-10-25T22:19:23.794Z Compiling path-slash v0.1.5
22052023-10-25T22:19:36.565Z Compiling bzip2 v0.4.4
22062023-10-25T22:19:37.157Z Compiling zip v0.6.6
22072023-10-25T22:19:39.353Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22082023-10-25T22:19:45.270Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22092023-10-25T22:20:14.184Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22102023-10-25T22:20:15.234Z Finished release [optimized] target(s) in 5m 58s
22112023-10-25T22:20:15.339Z
22122023-10-25T22:20:15.350Zreal 5:58.481463585
22132023-10-25T22:20:15.356Zuser 41:15.936083571
22142023-10-25T22:20:15.420Zsys 3:38.311269876
22152023-10-25T22:20:15.427Ztrap 1.616975460
22162023-10-25T22:20:15.431Ztflt 1.160518943
22172023-10-25T22:20:15.434Zdflt 0.677347238
22182023-10-25T22:20:15.439Zkflt 0.000185939
22192023-10-25T22:20:15.505Zlock 1:35:23.239649249
22202023-10-25T22:20:15.522Zslp 2:22:59.241714484
22212023-10-25T22:20:15.527Zlat 1:43.798969548
22222023-10-25T22:20:15.533Zstop 1:23.955795964
22232023-10-25T22:20:15.536Z+ ptime -m gzip
22242023-10-25T22:20:15.926Z
22252023-10-25T22:20:15.931Zreal 0.657526712
22262023-10-25T22:20:15.935Zuser 0.650325275
22272023-10-25T22:20:15.944Zsys 0.006604266
22282023-10-25T22:20:15.950Ztrap 0.000083434
22292023-10-25T22:20:16.036Ztflt 0.000000000
22302023-10-25T22:20:16.044Zdflt 0.000000000
22312023-10-25T22:20:16.054Zkflt 0.000000000
22322023-10-25T22:20:16.151Zlock 0.000000000
22332023-10-25T22:20:16.157Zslp 0.000000000
22342023-10-25T22:20:16.165Zlat 0.000172596
22352023-10-25T22:20:16.169Zstop 0.000239283
22362023-10-25T22:20:16.172Z+ banner tufaceous
22372023-10-25T22:20:16.176Z
22382023-10-25T22:20:16.180Z ##### # # ###### ## #### ###### #### # # ####
22392023-10-25T22:20:16.184Z # # # # # # # # # # # # # #
22402023-10-25T22:20:16.188Z # # # ##### # # # ##### # # # # ####
22412023-10-25T22:20:16.192Z # # # # ###### # # # # # # #
22422023-10-25T22:20:16.197Z # # # # # # # # # # # # # # #
22432023-10-25T22:20:16.201Z # #### # # # #### ###### #### #### ####
22442023-10-25T22:20:16.206Z
22452023-10-25T22:20:16.210Z+ ptime -m cargo build --locked -p tufaceous --release
22462023-10-25T22:20:16.698Z Downloading crates ...
22472023-10-25T22:20:16.972Z Downloaded bytesize v1.3.0
22482023-10-25T22:20:17.457Z Downloaded globset v0.4.13
22492023-10-25T22:20:17.461Z Downloaded doc-comment v0.3.3
22502023-10-25T22:20:17.464Z Downloaded fs-err v2.9.0
22512023-10-25T22:20:17.467Z Downloaded buf-list v1.0.3
22522023-10-25T22:20:17.471Z Downloaded snafu-derive v0.7.5
22532023-10-25T22:20:17.474Z Downloaded olpc-cjson v0.1.3
22542023-10-25T22:20:17.477Z Downloaded snafu v0.7.5
22552023-10-25T22:20:17.480Z Downloaded serde_plain v1.0.2
22562023-10-25T22:20:17.484Z Downloaded tough v0.12.5
22572023-10-25T22:20:17.487Z Downloaded path-dedot v3.1.0
22582023-10-25T22:20:17.491Z Downloaded path-absolutize v3.1.0
22592023-10-25T22:20:17.494Z Compiling serde_tokenstream v0.2.0
22602023-10-25T22:20:17.497Z Compiling regress v0.7.1
22612023-10-25T22:20:17.500Z Compiling dirs-sys-next v0.1.2
22622023-10-25T22:20:17.503Z Compiling ident_case v1.0.1
22632023-10-25T22:20:17.506Z Compiling thread_local v1.1.7
22642023-10-25T22:20:17.509Z Compiling heck v0.4.1
22652023-10-25T22:20:17.512Z Compiling camino v1.1.6
22662023-10-25T22:20:17.515Z Compiling dirs-next v2.0.0
22672023-10-25T22:20:17.807Z Compiling darling_core v0.20.3
22682023-10-25T22:20:17.977Z Compiling slog-async v2.8.0
22692023-10-25T22:20:18.112Z Compiling term v0.7.0
22702023-10-25T22:20:18.541Z Compiling crossbeam-channel v0.5.8
22712023-10-25T22:20:18.701Z Compiling getopts v0.2.21
22722023-10-25T22:20:19.042Z Compiling structmeta-derive v0.1.6
22732023-10-25T22:20:19.246Z Compiling atty v0.2.14
22742023-10-25T22:20:19.455Z Compiling multer v2.1.0
22752023-10-25T22:20:19.856Z Compiling take_mut v0.2.2
22762023-10-25T22:20:20.100Z Compiling unsafe-libyaml v0.2.9
22772023-10-25T22:20:20.208Z Compiling match_cfg v0.1.0
22782023-10-25T22:20:20.341Z Compiling paste v1.0.14
22792023-10-25T22:20:20.977Z Compiling doc-comment v0.3.3
22802023-10-25T22:20:21.464Z Compiling hostname v0.3.1
22812023-10-25T22:20:21.988Z Compiling slog-term v2.9.0
22822023-10-25T22:20:23.130Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22832023-10-25T22:20:25.441Z Compiling structmeta v0.1.6
22842023-10-25T22:20:26.072Z Compiling serde_yaml v0.9.25
22852023-10-25T22:20:26.988Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22862023-10-25T22:20:27.054Z Compiling darling_macro v0.20.3
22872023-10-25T22:20:27.737Z Compiling slog-json v2.6.1
22882023-10-25T22:20:28.464Z Compiling darling v0.20.3
22892023-10-25T22:20:28.993Z Compiling async-stream-impl v0.3.5
22902023-10-25T22:20:29.000Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22912023-10-25T22:20:29.065Z Compiling fastrand v2.0.0
22922023-10-25T22:20:29.635Z Compiling atomic-waker v1.1.1
22932023-10-25T22:20:29.914Z Compiling regex-syntax v0.6.29
22942023-10-25T22:20:30.240Z Compiling waitgroup v0.1.2
22952023-10-25T22:20:30.549Z Compiling async-stream v0.3.5
22962023-10-25T22:20:30.600Z Compiling tempfile v3.8.0
22972023-10-25T22:20:30.722Z Compiling serde_with_macros v2.3.3
22982023-10-25T22:20:31.133Z Compiling slog-bunyan v2.4.0
22992023-10-25T22:20:33.998Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23002023-10-25T22:20:34.414Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23012023-10-25T22:20:34.648Z Compiling sha1 v0.10.5
23022023-10-25T22:20:36.005Z Compiling snafu-derive v0.7.5
23032023-10-25T22:20:36.206Z Compiling serde_path_to_error v0.1.14
23042023-10-25T22:20:36.672Z Compiling path-dedot v3.1.0
23052023-10-25T22:20:36.758Z Compiling instant v0.1.12
23062023-10-25T22:20:36.981Z Compiling same-file v1.0.6
23072023-10-25T22:20:37.017Z Compiling buf-list v1.0.3
23082023-10-25T22:20:37.308Z Compiling base64 v0.13.1
23092023-10-25T22:20:37.428Z Compiling arc-swap v1.6.0
23102023-10-25T22:20:37.798Z Compiling debug-ignore v1.0.5
23112023-10-25T22:20:38.011Z Compiling pem v1.1.1
23122023-10-25T22:20:38.748Z Compiling slog-scope v4.4.0
23132023-10-25T22:20:38.751Z Compiling walkdir v2.4.0
23142023-10-25T22:20:39.707Z Compiling parse-display-derive v0.7.0
23152023-10-25T22:20:40.389Z Compiling path-absolutize v3.1.0
23162023-10-25T22:20:40.542Z Compiling backoff v0.4.0
23172023-10-25T22:20:40.687Z Compiling serde_with v2.3.3
23182023-10-25T22:20:41.135Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192023-10-25T22:20:41.754Z Compiling globset v0.4.13
23202023-10-25T22:20:41.906Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23212023-10-25T22:20:42.217Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23222023-10-25T22:20:42.459Z Compiling strum v0.25.0
23232023-10-25T22:20:42.711Z Compiling olpc-cjson v0.1.3
23242023-10-25T22:20:43.646Z Compiling macaddr v1.0.1
23252023-10-25T22:20:44.585Z Compiling snafu v0.7.5
23262023-10-25T22:20:44.834Z Compiling serde_plain v1.0.2
23272023-10-25T22:20:45.670Z Compiling xattr v1.0.1
23282023-10-25T22:20:45.892Z Compiling parse-display v0.7.0
23292023-10-25T22:20:46.130Z Compiling filetime v0.2.22
23302023-10-25T22:20:46.218Z Compiling tough v0.12.5
23312023-10-25T22:20:46.517Z Compiling tar v0.4.40
23322023-10-25T22:20:46.645Z Compiling slog-stdlog v4.1.1
23332023-10-25T22:20:48.497Z Compiling camino-tempfile v1.0.2
23342023-10-25T22:20:49.270Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23352023-10-25T22:20:49.459Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23362023-10-25T22:20:49.959Z Compiling bytesize v1.3.0
23372023-10-25T22:20:50.897Z Compiling fs-err v2.9.0
23382023-10-25T22:20:52.292Z Compiling slog-envlogger v2.2.0
23392023-10-25T22:20:56.563Z Compiling humantime v2.1.0
23402023-10-25T22:20:59.589Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23412023-10-25T22:21:28.079Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23422023-10-25T22:21:28.376Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23432023-10-25T22:21:38.245Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23442023-10-25T22:21:40.763Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23452023-10-25T22:22:05.417Z Finished release [optimized] target(s) in 1m 49s
23462023-10-25T22:22:05.506Z
23472023-10-25T22:22:05.511Zreal 1:49.564921043
23482023-10-25T22:22:05.514Zuser 11:36.802715720
23492023-10-25T22:22:05.519Zsys 45.229994954
23502023-10-25T22:22:05.524Ztrap 0.432176316
23512023-10-25T22:22:05.531Ztflt 0.452083521
23522023-10-25T22:22:05.536Zdflt 0.603980161
23532023-10-25T22:22:05.539Zkflt 0.001290977
23542023-10-25T22:22:05.542Zlock 22:34.538347470
23552023-10-25T22:22:05.545Zslp 24:26.551062697
23562023-10-25T22:22:05.548Zlat 20.296688730
23572023-10-25T22:22:05.553Zstop 10.909538853
23582023-10-25T22:22:05.556Z+ ptime -m gzip
23592023-10-25T22:22:07.636Z
23602023-10-25T22:22:07.641Zreal 2.116513600
23612023-10-25T22:22:07.644Zuser 2.092000812
23622023-10-25T22:22:07.647Zsys 0.023623731
23632023-10-25T22:22:07.653Ztrap 0.000232168
23642023-10-25T22:22:07.656Ztflt 0.000000000
23652023-10-25T22:22:07.659Zdflt 0.000000000
23662023-10-25T22:22:07.662Zkflt 0.000000000
23672023-10-25T22:22:07.666Zlock 0.000000000
23682023-10-25T22:22:07.669Zslp 0.000000000
23692023-10-25T22:22:07.672Zlat 0.000200870
23702023-10-25T22:22:07.675Zstop 0.000329959
23712023-10-25T22:22:07.678Zprocess exited: duration 1320620 ms, exit code 0
 
23722023-10-25T22:22:07.688Zfound 5 output files
23732023-10-25T22:22:07.708Zuploading: /work/end-to-end-tests/bootstrap-7505a19fa56a5ab1.gz (6513667 bytes)
23742023-10-25T22:22:10.626Zuploaded: /work/end-to-end-tests/bootstrap-7505a19fa56a5ab1.gz
23752023-10-25T22:22:10.638Zuploading: /work/end-to-end-tests/bootstrap.gz (97846614 bytes)
23762023-10-25T22:22:48.333Zuploaded: /work/end-to-end-tests/bootstrap.gz
23772023-10-25T22:22:48.405Zuploading: /work/end-to-end-tests/end_to_end_tests-a486f79ff30d68c1.gz (111859111 bytes)
23782023-10-25T22:23:32.267Zuploaded: /work/end-to-end-tests/end_to_end_tests-a486f79ff30d68c1.gz
23792023-10-25T22:23:32.283Zuploading: /work/caboose-util.gz (4111237 bytes)
23802023-10-25T22:23:34.248Zuploaded: /work/caboose-util.gz
23812023-10-25T22:23:34.286Zuploading: /work/tufaceous.gz (13496893 bytes)
23822023-10-25T22:23:40.975Zuploaded: /work/tufaceous.gz