01HCZX5CWKV3XVZD9XNJA7HVQH: 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: 01HCZX5TG6QBGN6ZRMTCAWCDB3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-17T22:48:49.236Zjob assigned to worker 01HCZX67SVMNVGX1AJCAWYEVXX (queued for 1 m 0 s)
 
22023-10-17T22:48:50.106Zstarting task 0: "setup"
32023-10-17T22:48:50.163Z++ uname -s
42023-10-17T22:48:50.167Z+ kern=SunOS
52023-10-17T22:48:50.172Z+ case "$kern" in
62023-10-17T22:48:50.176Z+ groupadd -g 12345 build
72023-10-17T22:48:50.179Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-17T22:48:52.180Z+ zfs create -o mountpoint=/work rpool/work
92023-10-17T22:48:52.248Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-17T22:48:52.251Z+ home_fs=zfs
112023-10-17T22:48:52.254Z+ [[ zfs == autofs ]]
122023-10-17T22:48:52.262Z+ mkdir -p /home/build
132023-10-17T22:48:52.265Z+ chown build:build /home/build /work
142023-10-17T22:48:54.256Z+ chmod 0700 /home/build /work
152023-10-17T22:48:54.259Zprocess exited: duration 4149 ms, exit code 0
 
162023-10-17T22:48:54.266Zstarting task 1: "rust-toolchain"
172023-10-17T22:48:54.279Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-17T22:48:54.283Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-17T22:48:54.466Zinfo: downloading installer
202023-10-17T22:48:56.265Zwarning: it looks like you have an existing installation of Rust at:
212023-10-17T22:48:56.271Zwarning: /opt/ooce/bin
222023-10-17T22:48:56.279Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-17T22:48:56.295Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-17T22:48:56.313Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-17T22:48:56.320Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-17T22:48:56.329Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-17T22:48:56.341Zerror: cannot install while Rust is installed
282023-10-17T22:48:56.349Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-17T22:48:56.354Zinfo: profile set to 'default'
302023-10-17T22:48:56.361Zinfo: default host triple is x86_64-unknown-illumos
312023-10-17T22:48:56.370Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-17T22:48:56.499Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-17T22:48:56.505Zinfo: downloading component 'cargo'
342023-10-17T22:48:57.161Zinfo: downloading component 'clippy'
352023-10-17T22:48:57.394Zinfo: downloading component 'rust-docs'
362023-10-17T22:48:58.315Zinfo: downloading component 'rust-std'
372023-10-17T22:48:59.912Zinfo: downloading component 'rustc'
382023-10-17T22:49:03.798Zinfo: downloading component 'rustfmt'
392023-10-17T22:49:04.475Zinfo: installing component 'cargo'
402023-10-17T22:49:05.451Zinfo: installing component 'clippy'
412023-10-17T22:49:06.059Zinfo: installing component 'rust-docs'
422023-10-17T22:49:08.785Zinfo: installing component 'rust-std'
432023-10-17T22:49:11.842Zinfo: installing component 'rustc'
442023-10-17T22:49:18.884Zinfo: installing component 'rustfmt'
452023-10-17T22:49:19.389Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-17T22:49:19.395Z
472023-10-17T22:49:19.405Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-17T22:49:19.417Z
492023-10-17T22:49:19.437Z
502023-10-17T22:49:19.469ZRust is installed now. Great!
512023-10-17T22:49:19.476Z
522023-10-17T22:49:19.481ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-17T22:49:19.485Zenvironment variable. This has not been done automatically.
542023-10-17T22:49:19.489Z
552023-10-17T22:49:19.493ZTo configure your current shell, run:
562023-10-17T22:49:19.498Zsource "$HOME/.cargo/env"
572023-10-17T22:49:19.503Z+ rustc --version
582023-10-17T22:49:19.507Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-17T22:49:19.519Zprocess exited: duration 25085 ms, exit code 0
 
602023-10-17T22:49:19.526Zstarting task 2: "authentication"
612023-10-17T22:49:19.565Zprocess exited: duration 36 ms, exit code 0
 
622023-10-17T22:49:19.572Zstarting task 3: "clone repository"
632023-10-17T22:49:19.582Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-17T22:49:19.585Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-17T22:49:19.639ZCloning into '/work/oxidecomputer/omicron'...
662023-10-17T22:49:25.037Z+ cd /work/oxidecomputer/omicron
672023-10-17T22:49:25.045Z+ [[ -n dbinit-order ]]
682023-10-17T22:49:25.055Z+ git fetch origin dbinit-order
692023-10-17T22:49:25.540ZFrom https://github.com/oxidecomputer/omicron
702023-10-17T22:49:25.555Z * branch dbinit-order -> FETCH_HEAD
712023-10-17T22:49:25.559Z+ git checkout -B dbinit-order remotes/origin/dbinit-order
722023-10-17T22:49:25.563ZSwitched to a new branch 'dbinit-order'
732023-10-17T22:49:25.566Zbranch 'dbinit-order' set up to track 'origin/dbinit-order'.
742023-10-17T22:49:25.570Z+ git reset --hard 50049e62a7adbd71e8a78fe1203051b719e7f839
752023-10-17T22:49:25.607ZHEAD is now at 50049e62 Update README
762023-10-17T22:49:25.612Zprocess exited: duration 6034 ms, exit code 0
 
772023-10-17T22:49:25.619Zstarting task 4: "build"
782023-10-17T22:49:25.630Z+ cargo --version
792023-10-17T22:49:25.724Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-17T22:49:25.728Z+ rustc --version
812023-10-17T22:49:25.822Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-17T22:49:25.826Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-17T22:49:30.961Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-17T22:49:31.733Z Startup: Caching catalogs ... Done
852023-10-17T22:49:35.773ZPlanning: Solver setup ... Done (3.790s)
862023-10-17T22:49:35.874ZPlanning: Running solver ... Done (0.105s)
872023-10-17T22:49:35.922ZPlanning: Finding local manifests ... Done (0.004s)
882023-10-17T22:49:35.938ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-17T22:49:36.321ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-17T22:49:36.459ZPlanning: Package planning ... Done (0.138s)
912023-10-17T22:49:36.547ZPlanning: Merging actions ... Done (0.084s)
922023-10-17T22:49:37.956ZPlanning: Checking for conflicting actions ... Done (1.411s)
932023-10-17T22:49:37.975ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-17T22:49:45.749ZPlanning: Evaluating mediators ... Done (7.777s)
952023-10-17T22:49:45.767ZPlanning: Planning completed in 13.98 seconds
962023-10-17T22:49:45.813Z Packages to install: 4
972023-10-17T22:49:45.818Z Mediators to change: 2
982023-10-17T22:49:45.822Z Services to change: 1
992023-10-17T22:49:45.826Z Estimated space available: 149.39 GB
1002023-10-17T22:49:45.829ZEstimated space to be consumed: 1.36 GB
1012023-10-17T22:49:45.832Z Create boot environment: No
1022023-10-17T22:49:45.836ZCreate backup boot environment: No
1032023-10-17T22:49:45.839Z Rebuild boot archive: No
1042023-10-17T22:49:45.842Z
1052023-10-17T22:49:45.845ZChanged mediators:
1062023-10-17T22:49:45.848Z mediator clang:
1072023-10-17T22:49:45.851Z version: None -> 15 (system default)
1082023-10-17T22:49:45.854Z
1092023-10-17T22:49:45.857Z mediator llvm:
1102023-10-17T22:49:45.860Z version: 14 (system default) -> 15 (system default)
1112023-10-17T22:49:45.864Z
1122023-10-17T22:49:45.867ZChanged packages:
1132023-10-17T22:49:45.870Zhelios-dev
1142023-10-17T22:49:45.873Z developer/build-essential
1152023-10-17T22:49:45.877Z None -> 11-2.0
1162023-10-17T22:49:45.880Z library/libxmlsec1
1172023-10-17T22:49:45.883Z None -> 1.2.35-2.0
1182023-10-17T22:49:45.885Z ooce/developer/clang-15
1192023-10-17T22:49:45.889Z None -> 15.0.7-2.0
1202023-10-17T22:49:45.892Z ooce/developer/llvm-15
1212023-10-17T22:49:45.895Z None -> 15.0.7-2.0
1222023-10-17T22:49:45.898Z
1232023-10-17T22:49:45.903ZServices:
1242023-10-17T22:49:45.907Z restart_fmri:
1252023-10-17T22:49:45.911Z svc:/system/update-man-index:default
1262023-10-17T22:49:46.281Z
1272023-10-17T22:49:46.294ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-17T22:49:51.356ZDownload: 1112/3290 items 31.9/212.6MB 15% complete (6.3M/s)
1292023-10-17T22:49:56.360ZDownload: 1499/3290 items 117.2/212.6MB 55% complete (11.7M/s)
1302023-10-17T22:50:01.360ZDownload: 2267/3290 items 119.7/212.6MB 56% complete (8.9M/s)
1312023-10-17T22:50:06.360ZDownload: 3159/3290 items 154.6/212.6MB 72% complete (3.7M/s)
1322023-10-17T22:50:11.389ZDownload: 3286/3290 items 210.5/212.6MB 99% complete (9.3M/s)
1332023-10-17T22:50:11.678ZDownload: Completed 212.60 MB in 25.39 seconds (8.4M/s)
1342023-10-17T22:50:11.965Z Actions: 1/3687 actions (Installing new actions)
1352023-10-17T22:50:17.049Z Actions: 2899/3687 actions (Installing new actions)
1362023-10-17T22:50:20.753Z Actions: Completed 3687 actions in 8.79 seconds.
1372023-10-17T22:50:20.901Z Done (0.142s)
1382023-10-17T22:50:20.905Z Done (0.000s)
1392023-10-17T22:50:21.082Z Done (0.180s)
1402023-10-17T22:50:29.411Z Done (8.215s)
1412023-10-17T22:50:29.842Z Done (0.333s)
1422023-10-17T22:50:29.846Z Done (0.000s)
1432023-10-17T22:50:30.076Z Done (0.000s)
1442023-10-17T22:50:31.172ZPlanning: Evaluating mediator changes ... Done
1452023-10-17T22:50:31.194ZPlanning: Checking for conflicting actions ... Done
1462023-10-17T22:50:31.198ZPlanning: Consolidating action changes ... Done
1472023-10-17T22:50:31.472ZPlanning: Evaluating mediators ... Done
1482023-10-17T22:50:31.475ZPlanning: Planning completed in 0.72 seconds
1492023-10-17T22:50:31.527Z Mediators to change: 2
1502023-10-17T22:50:31.532Z Create boot environment: No
1512023-10-17T22:50:31.535ZCreate backup boot environment: No
1522023-10-17T22:50:31.630Z Done
1532023-10-17T22:50:31.633Z Done
1542023-10-17T22:50:31.732Z Done
1552023-10-17T22:50:37.472Z Done
1562023-10-17T22:50:37.592Z Done
1572023-10-17T22:50:37.596Z Done
1582023-10-17T22:50:37.821Z Done
1592023-10-17T22:50:38.840ZPlanning: Evaluating mediator changes ... Done
1602023-10-17T22:50:38.843ZPlanning: Merging actions ... Done
1612023-10-17T22:50:39.171ZPlanning: Checking for conflicting actions ... Done
1622023-10-17T22:50:39.175ZPlanning: Consolidating action changes ... Done
1632023-10-17T22:50:39.603ZPlanning: Evaluating mediators ... Done
1642023-10-17T22:50:39.694ZPlanning: Planning completed in 1.31 seconds
1652023-10-17T22:50:39.750Z Packages to change: 1
1662023-10-17T22:50:39.753Z Mediators to change: 1
1672023-10-17T22:50:39.756Z Services to change: 1
1682023-10-17T22:50:39.759Z Create boot environment: No
1692023-10-17T22:50:39.762ZCreate backup boot environment: Yes
1702023-10-17T22:50:40.585Z Actions: 1/6 actions (Updating modified actions)
1712023-10-17T22:50:40.589Z Actions: Completed 6 actions in 0.00 seconds.
1722023-10-17T22:50:40.593Z Done
1732023-10-17T22:50:40.596Z Done
1742023-10-17T22:50:40.635Z Done
1752023-10-17T22:50:46.319Z Done
1762023-10-17T22:50:46.436Z Done
1772023-10-17T22:50:46.440Z Done
1782023-10-17T22:50:46.525Z Done
1792023-10-17T22:50:47.595ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1802023-10-17T22:50:47.598Zclang system 15 system
1812023-10-17T22:50:47.601Zcsh system system illumos
1822023-10-17T22:50:47.605Zctags system system illumos
1832023-10-17T22:50:47.608Zgcc vendor 12 vendor
1842023-10-17T22:50:47.611Zgcc system 10 system
1852023-10-17T22:50:47.614Zgcc system 7 system
1862023-10-17T22:50:47.617Zgo system 1.20 system
1872023-10-17T22:50:47.620Zgo system 1.19 system
1882023-10-17T22:50:47.624Zllvm system 15 system
1892023-10-17T22:50:47.627Zllvm system 14 system
1902023-10-17T22:50:47.630Zmariadb system 10.6 system
1912023-10-17T22:50:47.633Zmta vendor vendor dma
1922023-10-17T22:50:47.636Zopenjdk system 17 system
1932023-10-17T22:50:47.639Zopenjdk system 11 system
1942023-10-17T22:50:47.642Zopenjdk system 1.8 system
1952023-10-17T22:50:47.645Zopenssl vendor 3 vendor
1962023-10-17T22:50:47.648Zperl system 5.36 system
1972023-10-17T22:50:47.651Zpostgresql system 15 system
1982023-10-17T22:50:47.655Zpostgresql system 13 system
1992023-10-17T22:50:47.658Zpython vendor 3 vendor
2002023-10-17T22:50:47.661Zpython system 2 system
2012023-10-17T22:50:47.665Zpython3 system 3.11 system
2022023-10-17T22:50:47.669Zruby system 3.0 system
2032023-10-17T22:50:47.672Zwords vendor vendor american-english
2042023-10-17T22:50:47.675Zwords system system australian-english
2052023-10-17T22:50:47.678Zwords system system british-english
2062023-10-17T22:50:47.681Zwords system system canadian-english
2072023-10-17T22:50:47.684Zwords system system french
2082023-10-17T22:50:47.687Zwords system system italian
2092023-10-17T22:50:47.690Zwords system system ngerman
2102023-10-17T22:50:47.693Zwords system system ogerman
2112023-10-17T22:50:47.696Zwords system system spanish
2122023-10-17T22:50:47.708ZFMRI IFO
2132023-10-17T22:50:47.711Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2142023-10-17T22:50:47.714Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2152023-10-17T22:50:47.717Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2162023-10-17T22:50:47.720Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2172023-10-17T22:50:47.723Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2182023-10-17T22:50:47.727Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2192023-10-17T22:50:47.779Z+ set -o errexit
2202023-10-17T22:50:47.783Z+++ dirname ./tools/ci_download_cockroachdb
2212023-10-17T22:50:47.786Z++ cd ./tools
2222023-10-17T22:50:47.789Z++ pwd
2232023-10-17T22:50:47.792Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2242023-10-17T22:50:47.802Z++ basename ./tools/ci_download_cockroachdb
2252023-10-17T22:50:47.805Z+ ARG0=ci_download_cockroachdb
2262023-10-17T22:50:47.809Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2272023-10-17T22:50:47.812Z+ CIDL_VERSION=v22.1.9
2282023-10-17T22:50:47.815Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2292023-10-17T22:50:47.818Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2302023-10-17T22:50:47.822Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2312023-10-17T22:50:47.825Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2322023-10-17T22:50:47.828Z+ TARGET_DIR=out
2332023-10-17T22:50:47.831Z+ DOWNLOAD_DIR=out/downloads
2342023-10-17T22:50:47.834Z+ DEST_DIR=./out/cockroachdb
2352023-10-17T22:50:47.837Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2362023-10-17T22:50:47.840Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2372023-10-17T22:50:47.843Z+ main
2382023-10-17T22:50:47.847Z+ [[ 0 != 0 ]]
2392023-10-17T22:50:47.850Z+ CIDL_OS=solaris2.11
2402023-10-17T22:50:47.858Z+ [[ 0 != 0 ]]
2412023-10-17T22:50:47.861Z+ configure_os solaris2.11
2422023-10-17T22:50:47.864Z+ echo 'current directory: /work/oxidecomputer/omicron'
2432023-10-17T22:50:47.867Zcurrent directory: /work/oxidecomputer/omicron
2442023-10-17T22:50:47.870Z+ echo 'configuring based on OS: "solaris2.11"'
2452023-10-17T22:50:47.874Zconfiguring based on OS: "solaris2.11"
2462023-10-17T22:50:47.877Z+ case "$1" in
2472023-10-17T22:50:47.880Z+ CIDL_BUILD=illumos
2482023-10-17T22:50:47.883Z+ CIDL_SUFFIX=tar.gz
2492023-10-17T22:50:47.886Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2502023-10-17T22:50:47.889Z+ CIDL_MD5FUNC=do_md5sum
2512023-10-17T22:50:47.896Z+ CIDL_URL_BASE=https://illumos.org/downloads
2522023-10-17T22:50:47.899Z+ CIDL_ASSEMBLE=do_assemble_illumos
2532023-10-17T22:50:47.902Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2542023-10-17T22:50:47.905Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2552023-10-17T22:50:47.909Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2562023-10-17T22:50:47.912Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2572023-10-17T22:50:47.915Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2582023-10-17T22:50:47.918Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2592023-10-17T22:50:47.921ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-17T22:50:47.924Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2612023-10-17T22:50:47.927ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-17T22:50:47.930Z+ mkdir -p out/downloads
2632023-10-17T22:50:47.933Z+ mkdir -p ./out/cockroachdb
2642023-10-17T22:50:47.936Z+ local DO_DOWNLOAD=true
2652023-10-17T22:50:47.940Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2662023-10-17T22:50:47.943Z+ '[' true == true ']'
2672023-10-17T22:50:47.945Z+ echo Downloading...
2682023-10-17T22:50:47.949ZDownloading...
2692023-10-17T22:50:47.952Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-10-17T22:50:47.955Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-10-17T22:50:49.927Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-10-17T22:50:49.931Z++ md5sum
2732023-10-17T22:50:49.934Z++ awk '{print $1}'
2742023-10-17T22:50:50.112Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2752023-10-17T22:50:50.115Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2762023-10-17T22:50:50.118Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-10-17T22:50:50.122Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2782023-10-17T22:50:53.495Z+ do_assemble_illumos
2792023-10-17T22:50:53.498Z+ rm -r ./out/cockroachdb
2802023-10-17T22:50:53.502Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2812023-10-17T22:50:54.117Z+ ./out/cockroachdb/bin/cockroach version
2822023-10-17T22:50:54.322ZBuild Tag: v22.1.9-dirty
2832023-10-17T22:50:54.325ZBuild Time: 2022/10/26 21:17:46
2842023-10-17T22:50:54.328ZDistribution: OSS
2852023-10-17T22:50:54.332ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2862023-10-17T22:50:54.335ZGo Version: go1.17.13
2872023-10-17T22:50:54.340ZC Compiler: gcc 10.3.0
2882023-10-17T22:50:54.344ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2892023-10-17T22:50:54.349ZBuild Type: release
2902023-10-17T22:50:54.352Z+ set -o errexit
2912023-10-17T22:50:54.356Z+++ dirname ./tools/ci_download_clickhouse
2922023-10-17T22:50:54.359Z++ cd ./tools
2932023-10-17T22:50:54.362Z++ pwd
2942023-10-17T22:50:54.366Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2952023-10-17T22:50:54.369Z++ basename ./tools/ci_download_clickhouse
2962023-10-17T22:50:54.372Z+ ARG0=ci_download_clickhouse
2972023-10-17T22:50:54.377Z+ TARGET_DIR=out
2982023-10-17T22:50:54.380Z+ DOWNLOAD_DIR=out/downloads
2992023-10-17T22:50:54.383Z+ DEST_DIR=./out/clickhouse
3002023-10-17T22:50:54.387Z+ CIDL_VERSION=v22.8.9.24
3012023-10-17T22:50:54.390Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3022023-10-17T22:50:54.394Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3032023-10-17T22:50:54.397Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3042023-10-17T22:50:54.400Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3052023-10-17T22:50:54.403Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3062023-10-17T22:50:54.406Z+ main
3072023-10-17T22:50:54.409Z+ [[ 0 != 0 ]]
3082023-10-17T22:50:54.412Z+ CIDL_OS=solaris2.11
3092023-10-17T22:50:54.416Z+ [[ 0 != 0 ]]
3102023-10-17T22:50:54.419Z+ configure_os solaris2.11
3112023-10-17T22:50:54.422Z+ echo 'current directory: /work/oxidecomputer/omicron'
3122023-10-17T22:50:54.425Zcurrent directory: /work/oxidecomputer/omicron
3132023-10-17T22:50:54.428Z+ echo 'configuring based on OS: "solaris2.11"'
3142023-10-17T22:50:54.431Zconfiguring based on OS: "solaris2.11"
3152023-10-17T22:50:54.434Z+ CIDL_DASHREV=
3162023-10-17T22:50:54.438Z+ case "$1" in
3172023-10-17T22:50:54.441Z+ CIDL_PLATFORM=illumos
3182023-10-17T22:50:54.445Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3192023-10-17T22:50:54.448Z+ CIDL_MD5FUNC=do_md5sum
3202023-10-17T22:50:54.451Z+ CIDL_DASHREV=-1
3212023-10-17T22:50:54.455Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3222023-10-17T22:50:54.458Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3232023-10-17T22:50:54.461Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-17T22:50:54.465Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-17T22:50:54.468Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3262023-10-17T22:50:54.471ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-17T22:50:54.474Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3282023-10-17T22:50:54.477ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-17T22:50:54.481Z+ mkdir -p out/downloads
3302023-10-17T22:50:54.484Z+ mkdir -p ./out/clickhouse
3312023-10-17T22:50:54.488Z+ local DO_DOWNLOAD=true
3322023-10-17T22:50:54.491Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3332023-10-17T22:50:54.494Z+ '[' true == true ']'
3342023-10-17T22:50:54.497Z+ echo Downloading...
3352023-10-17T22:50:54.500ZDownloading...
3362023-10-17T22:50:54.504Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-10-17T22:50:54.507Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382023-10-17T22:50:57.992Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-10-17T22:50:58.000Z++ md5sum
3402023-10-17T22:50:58.004Z++ awk '{print $1}'
3412023-10-17T22:50:58.248Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3422023-10-17T22:50:58.251Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3432023-10-17T22:50:58.254Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3442023-10-17T22:50:58.258Z+ mkdir -p ./out/clickhouse
3452023-10-17T22:50:58.261Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3462023-10-17T22:51:03.041Z+ ./out/clickhouse/clickhouse server --version
3472023-10-17T22:51:03.093ZClickHouse server version 22.8.9.1.
3482023-10-17T22:51:03.116Z+ set -o errexit
3492023-10-17T22:51:03.120Z+++ dirname ./tools/ci_download_console
3502023-10-17T22:51:03.123Z++ cd ./tools
3512023-10-17T22:51:03.126Z++ pwd
3522023-10-17T22:51:03.130Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3532023-10-17T22:51:03.135Z++ basename ./tools/ci_download_console
3542023-10-17T22:51:03.138Z+ ARG0=ci_download_console
3552023-10-17T22:51:03.142Z+ TARGET_DIR=out
3562023-10-17T22:51:03.145Z+ DOWNLOAD_DIR=out/downloads
3572023-10-17T22:51:03.148Z+ DEST_DIR=./out/console-assets
3582023-10-17T22:51:03.152Z+ source /work/oxidecomputer/omicron/tools/console_version
3592023-10-17T22:51:03.156Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3602023-10-17T22:51:03.161Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3612023-10-17T22:51:03.165Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3622023-10-17T22:51:03.168Z+ TARBALL_FILE=out/downloads/console.tar.gz
3632023-10-17T22:51:03.172Z+ main
3642023-10-17T22:51:03.176Z+ [[ 0 != 0 ]]
3652023-10-17T22:51:03.180Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3662023-10-17T22:51:03.196ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3672023-10-17T22:51:03.204Z+ echo 'Local file: out/downloads/console.tar.gz'
3682023-10-17T22:51:03.208ZLocal file: out/downloads/console.tar.gz
3692023-10-17T22:51:03.211Z+ local DO_DOWNLOAD=true
3702023-10-17T22:51:03.217Z+ [[ -f out/downloads/console.tar.gz ]]
3712023-10-17T22:51:03.221Z+ mkdir -p out/downloads
3722023-10-17T22:51:03.225Z+ '[' true == true ']'
3732023-10-17T22:51:03.228Z+ echo Downloading...
3742023-10-17T22:51:03.233ZDownloading...
3752023-10-17T22:51:03.241Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
3762023-10-17T22:51:03.245Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3772023-10-17T22:51:03.759Z++ do_sha256sum out/downloads/console.tar.gz
3782023-10-17T22:51:03.762Z++ case "$OSTYPE" in
3792023-10-17T22:51:03.766Z++ SHA=sha256sum
3802023-10-17T22:51:03.770Z++ sha256sum
3812023-10-17T22:51:03.773Z++ awk '{print $1}'
3822023-10-17T22:51:03.784Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3832023-10-17T22:51:03.788Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
3842023-10-17T22:51:03.791Z+ rm -rf ./out/console-assets
3852023-10-17T22:51:03.794Z+ mkdir -p ./out/console-assets
3862023-10-17T22:51:03.798Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3872023-10-17T22:51:03.802Z+ mkdir -p ./out/console-assets
3882023-10-17T22:51:03.806Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3892023-10-17T22:51:03.928Z+ set -o errexit
3902023-10-17T22:51:03.932Z+++ dirname ./tools/ci_download_maghemite_openapi
3912023-10-17T22:51:03.936Z++ cd ./tools
3922023-10-17T22:51:03.940Z++ pwd
3932023-10-17T22:51:03.944Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3942023-10-17T22:51:03.950Z++ basename ./tools/ci_download_maghemite_openapi
3952023-10-17T22:51:03.954Z+ ARG0=ci_download_maghemite_openapi
3962023-10-17T22:51:03.958Z+ TARGET_DIR=out
3972023-10-17T22:51:03.973Z+ DOWNLOAD_DIR=out/downloads
3982023-10-17T22:51:03.977Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
3992023-10-17T22:51:03.981Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4002023-10-17T22:51:03.985Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4012023-10-17T22:51:03.989Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4022023-10-17T22:51:03.993Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4032023-10-17T22:51:04.004Z+ main
4042023-10-17T22:51:04.009Z+ [[ 0 != 0 ]]
4052023-10-17T22:51:04.014Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4062023-10-17T22:51:04.018ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4072023-10-17T22:51:04.023Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4082023-10-17T22:51:04.027ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4092023-10-17T22:51:04.035Z+ local DO_DOWNLOAD=true
4102023-10-17T22:51:04.039Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4112023-10-17T22:51:04.044Z+ mkdir -p out/downloads
4122023-10-17T22:51:04.050Z+ '[' true == true ']'
4132023-10-17T22:51:04.055Z+ echo Downloading...
4142023-10-17T22:51:04.061ZDownloading...
4152023-10-17T22:51:04.066Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4162023-10-17T22:51:04.069Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4172023-10-17T22:51:04.163Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4182023-10-17T22:51:04.166Z++ case "$OSTYPE" in
4192023-10-17T22:51:04.175Z++ SHA=sha256sum
4202023-10-17T22:51:04.180Z++ sha256sum
4212023-10-17T22:51:04.185Z++ awk '{print $1}'
4222023-10-17T22:51:04.189Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4232023-10-17T22:51:04.206Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4242023-10-17T22:51:04.219Z+ set -o errexit
4252023-10-17T22:51:04.223Z+++ dirname ./tools/ci_download_dendrite_openapi
4262023-10-17T22:51:04.226Z++ cd ./tools
4272023-10-17T22:51:04.230Z++ pwd
4282023-10-17T22:51:04.233Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4292023-10-17T22:51:04.238Z++ basename ./tools/ci_download_dendrite_openapi
4302023-10-17T22:51:04.241Z+ ARG0=ci_download_dendrite_openapi
4312023-10-17T22:51:04.246Z+ TARGET_DIR=out
4322023-10-17T22:51:04.250Z+ DOWNLOAD_DIR=out/downloads
4332023-10-17T22:51:04.254Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4342023-10-17T22:51:04.257Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4352023-10-17T22:51:04.262Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4362023-10-17T22:51:04.266Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4372023-10-17T22:51:04.270Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4382023-10-17T22:51:04.276Z+ main
4392023-10-17T22:51:04.288Z+ [[ 0 != 0 ]]
4402023-10-17T22:51:04.298Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4412023-10-17T22:51:04.715ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4422023-10-17T22:51:04.720Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4432023-10-17T22:51:04.730ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4442023-10-17T22:51:04.742Z+ local DO_DOWNLOAD=true
4452023-10-17T22:51:04.749Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4462023-10-17T22:51:04.754Z+ mkdir -p out/downloads
4472023-10-17T22:51:04.758Z+ '[' true == true ']'
4482023-10-17T22:51:04.761Z+ echo Downloading...
4492023-10-17T22:51:04.766ZDownloading...
4502023-10-17T22:51:04.771Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4512023-10-17T22:51:04.775Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4522023-10-17T22:51:04.778Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4532023-10-17T22:51:04.781Z++ case "$OSTYPE" in
4542023-10-17T22:51:04.784Z++ SHA=sha256sum
4552023-10-17T22:51:04.788Z++ sha256sum
4562023-10-17T22:51:04.791Z++ awk '{print $1}'
4572023-10-17T22:51:04.795Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4582023-10-17T22:51:04.798Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4592023-10-17T22:51:04.802Z+ set -o errexit
4602023-10-17T22:51:04.805Z+++ dirname ./tools/ci_download_dendrite_stub
4612023-10-17T22:51:04.808Z++ cd ./tools
4622023-10-17T22:51:04.812Z++ pwd
4632023-10-17T22:51:04.815Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4642023-10-17T22:51:04.818Z++ basename ./tools/ci_download_dendrite_stub
4652023-10-17T22:51:04.821Z+ ARG0=ci_download_dendrite_stub
4662023-10-17T22:51:04.825Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4672023-10-17T22:51:04.829Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4682023-10-17T22:51:04.835Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4692023-10-17T22:51:04.838Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4702023-10-17T22:51:04.843Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4712023-10-17T22:51:04.846Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4722023-10-17T22:51:04.850Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4732023-10-17T22:51:04.853Z+ TARGET_DIR=out
4742023-10-17T22:51:04.858Z+ DOWNLOAD_DIR=out/downloads
4752023-10-17T22:51:04.885Z+ DEST_DIR=./out/dendrite-stub
4762023-10-17T22:51:04.888Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4772023-10-17T22:51:04.893Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4782023-10-17T22:51:04.897Z+ REPO=oxidecomputer/dendrite
4792023-10-17T22:51:04.900Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4802023-10-17T22:51:04.904Z+ main
4812023-10-17T22:51:04.907Z+ [[ 0 != 0 ]]
4822023-10-17T22:51:04.911Z+ CIDL_OS=solaris2.11
4832023-10-17T22:51:04.917Z+ [[ 0 != 0 ]]
4842023-10-17T22:51:04.921Z+ configure_os solaris2.11
4852023-10-17T22:51:04.925Z+ echo 'current directory: /work/oxidecomputer/omicron'
4862023-10-17T22:51:04.927Zcurrent directory: /work/oxidecomputer/omicron
4872023-10-17T22:51:04.931Z+ echo 'configuring based on OS: "solaris2.11"'
4882023-10-17T22:51:04.935Zconfiguring based on OS: "solaris2.11"
4892023-10-17T22:51:04.939Z+ case "$1" in
4902023-10-17T22:51:04.943Z+ SET_BINARIES=
4912023-10-17T22:51:04.946Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4922023-10-17T22:51:04.949Z+ CIDL_SHA256FUNC=do_sha256sum
4932023-10-17T22:51:04.956Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4942023-10-17T22:51:04.960Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4952023-10-17T22:51:04.963Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4962023-10-17T22:51:04.968Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
4972023-10-17T22:51:04.974ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4982023-10-17T22:51:04.977Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4992023-10-17T22:51:04.981ZLocal file: out/downloads/dendrite-stub.tar.gz
5002023-10-17T22:51:04.998Z+ mkdir -p out/downloads
5012023-10-17T22:51:05.016Z+ mkdir -p ./out/dendrite-stub
5022023-10-17T22:51:05.442Z+ fetch_and_verify
5032023-10-17T22:51:05.453Z+ local DO_DOWNLOAD=true
5042023-10-17T22:51:05.463Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5052023-10-17T22:51:05.470Z+ '[' true == true ']'
5062023-10-17T22:51:05.956ZDownloading...
5072023-10-17T22:51:05.974Z+ echo Downloading...
5082023-10-17T22:51:05.987Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5092023-10-17T22:51:06.007Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5102023-10-17T22:51:10.350Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5112023-10-17T22:51:10.354Z++ sha256sum
5122023-10-17T22:51:10.360Z++ awk '{print $1}'
5132023-10-17T22:51:10.445Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5142023-10-17T22:51:10.448Z+ [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]]
5152023-10-17T22:51:10.452Z+ do_untar out/downloads/dendrite-stub.tar.gz
5162023-10-17T22:51:10.455Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5172023-10-17T22:51:11.369Z+ do_assemble
5182023-10-17T22:51:11.376Z+ rm -r ./out/dendrite-stub
5192023-10-17T22:51:11.380Z+ mkdir ./out/dendrite-stub
5202023-10-17T22:51:11.383Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5212023-10-17T22:51:11.522Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5222023-10-17T22:51:11.535Z+ set -o errexit
5232023-10-17T22:51:11.548Z+++ dirname ./tools/ci_download_transceiver_control
5242023-10-17T22:51:11.565Z++ cd ./tools
5252023-10-17T22:51:11.577Z++ pwd
5262023-10-17T22:51:11.595Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5272023-10-17T22:51:11.606Z++ basename ./tools/ci_download_transceiver_control
5282023-10-17T22:51:12.024Z+ ARG0=ci_download_transceiver_control
5292023-10-17T22:51:12.044Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5302023-10-17T22:51:12.061Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5312023-10-17T22:51:12.079Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5322023-10-17T22:51:12.093Z+ TARGET_DIR=out
5332023-10-17T22:51:12.101Z+ DOWNLOAD_DIR=out/downloads
5342023-10-17T22:51:12.117Z+ DEST_DIR=./out/transceiver-control
5352023-10-17T22:51:12.532Z+ BIN_DIR=/opt/oxide/bin
5362023-10-17T22:51:12.547Z+ BINARY=xcvradm
5372023-10-17T22:51:12.562Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5382023-10-17T22:51:12.581Z+ REPO=oxidecomputer/transceiver-control
5392023-10-17T22:51:12.591Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5402023-10-17T22:51:12.602Z+ main
5412023-10-17T22:51:12.612Z+ [[ 0 != 0 ]]
5422023-10-17T22:51:12.631Z+ CIDL_OS=solaris2.11
5432023-10-17T22:51:12.650Z+ [[ 0 != 0 ]]
5442023-10-17T22:51:12.659Z+ configure_os solaris2.11
5452023-10-17T22:51:12.675Z+ echo 'current directory: /work/oxidecomputer/omicron'
5462023-10-17T22:51:13.096Zcurrent directory: /work/oxidecomputer/omicron
5472023-10-17T22:51:13.111Z+ echo 'configuring based on OS: "solaris2.11"'
5482023-10-17T22:51:13.127Z+ case "$1" in
5492023-10-17T22:51:13.151Z+ SET_BINARIES=
5502023-10-17T22:51:14.588Zconfiguring based on OS: "solaris2.11"
5512023-10-17T22:51:14.596Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5522023-10-17T22:51:14.600Z+ CIDL_SHA256FUNC=do_sha256sum
5532023-10-17T22:51:14.603Z+ ARCHIVE_FILENAME=xcvradm.gz
5542023-10-17T22:51:14.606Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5552023-10-17T22:51:14.609Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5562023-10-17T22:51:14.612Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5572023-10-17T22:51:14.616ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5582023-10-17T22:51:14.619Z+ echo 'Local file: out/downloads/xcvradm.gz'
5592023-10-17T22:51:14.623ZLocal file: out/downloads/xcvradm.gz
5602023-10-17T22:51:14.626Z+ mkdir -p out/downloads
5612023-10-17T22:51:14.629Z+ mkdir -p ./out/transceiver-control
5622023-10-17T22:51:14.633Z+ fetch_and_verify
5632023-10-17T22:51:14.636Z+ local DO_DOWNLOAD=true
5642023-10-17T22:51:14.640Z+ [[ -f out/downloads/xcvradm.gz ]]
5652023-10-17T22:51:14.644Z+ '[' true == true ']'
5662023-10-17T22:51:14.647Z+ echo Downloading...
5672023-10-17T22:51:14.651ZDownloading...
5682023-10-17T22:51:14.654Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5692023-10-17T22:51:14.658Z+ 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
5702023-10-17T22:51:15.436Z++ do_sha256sum out/downloads/xcvradm.gz
5712023-10-17T22:51:15.860Z++ sha256sum
5722023-10-17T22:51:15.865Z++ awk '{print $1}'
5732023-10-17T22:51:15.869Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5742023-10-17T22:51:15.872Z+ [[ 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 ]]
5752023-10-17T22:51:15.875Z+ do_unpack out/downloads/xcvradm.gz
5762023-10-17T22:51:15.881Z+ mkdir -p out/downloads/root//opt/oxide/bin
5772023-10-17T22:51:15.884Z+ gzip -dc out/downloads/xcvradm.gz
5782023-10-17T22:51:15.887Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5792023-10-17T22:51:15.890Z+ do_assemble
5802023-10-17T22:51:15.893Z+ rm -r ./out/transceiver-control
5812023-10-17T22:51:15.896Z+ mkdir ./out/transceiver-control
5822023-10-17T22:51:15.900Z+ cp -r out/downloads/root ./out/transceiver-control/root
5832023-10-17T22:51:15.903ZAll prerequisites installed successfully
5842023-10-17T22:51:15.907Z
5852023-10-17T22:51:15.911Zreal 1:49.926492667
5862023-10-17T22:51:15.915Zuser 49.928646697
5872023-10-17T22:51:15.921Zsys 9.135663950
5882023-10-17T22:51:15.928Ztrap 0.018606709
5892023-10-17T22:51:15.938Ztflt 0.066089299
5902023-10-17T22:51:15.941Zdflt 0.749312922
5912023-10-17T22:51:15.956Zkflt 0.059152023
5922023-10-17T22:51:15.960Zlock 1.481727426
5932023-10-17T22:51:15.964Zslp 3:16.319333296
5942023-10-17T22:51:15.968Zlat 3.130056633
5952023-10-17T22:51:15.971Zstop 0.063793825
5962023-10-17T22:51:15.975Z+ banner end-to-end-tests
5972023-10-17T22:51:15.979Z
5982023-10-17T22:51:15.983Z ###### # # ##### ##### #### ###### # # #####
5992023-10-17T22:51:15.989Z # ## # # # # # # # ## # # #
6002023-10-17T22:51:15.994Z ##### # # # # # ##### # # # ##### ##### # # # # #
6012023-10-17T22:51:15.998Z # # # # # # # # # # # # # # #
6022023-10-17T22:51:16.003Z # # ## # # # # # # # ## # #
6032023-10-17T22:51:16.008Z ###### # # ##### # #### ###### # # #####
6042023-10-17T22:51:16.012Z
6052023-10-17T22:51:16.016Z+ export CARGO_PROFILE_DEV_DEBUG=1
6062023-10-17T22:51:16.022Z+ CARGO_PROFILE_DEV_DEBUG=1
6072023-10-17T22:51:16.027Z+ export CARGO_PROFILE_TEST_DEBUG=1
6082023-10-17T22:51:16.031Z+ CARGO_PROFILE_TEST_DEBUG=1
6092023-10-17T22:51:16.034Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6102023-10-17T22:51:16.174Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6112023-10-17T22:51:16.578Z Updating crates.io index
6122023-10-17T22:51:17.125Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6132023-10-17T22:51:18.415Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6142023-10-17T22:51:20.614Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6152023-10-17T22:51:22.109Z Updating git repository `http://github.com/oxidecomputer/tofino`
6162023-10-17T22:51:23.329Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6172023-10-17T22:51:23.658Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6182023-10-17T22:51:23.927Z Updating git repository `https://github.com/oxidecomputer/propolis`
6192023-10-17T22:51:25.153Z Updating git repository `https://github.com/oxidecomputer/opte`
6202023-10-17T22:51:26.952Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6212023-10-17T22:51:28.386Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6222023-10-17T22:51:29.575Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6232023-10-17T22:51:31.413Z Updating git repository `https://github.com/oxidecomputer/crucible`
6242023-10-17T22:51:33.631Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6252023-10-17T22:51:34.847Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6262023-10-17T22:51:36.210Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6272023-10-17T22:51:37.756Z Updating git repository `https://github.com/njaremko/samael`
6282023-10-17T22:51:39.461Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6292023-10-17T22:51:40.544Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6302023-10-17T22:51:41.307Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6312023-10-17T22:51:42.556Z Updating git repository `https://github.com/jgallagher/nix`
6322023-10-17T22:51:45.584Z Updating git repository `https://github.com/cbiffle/hubpack`
6332023-10-17T22:51:46.800Z Updating git repository `https://github.com/oxidecomputer/omicron`
6342023-10-17T22:51:55.172Z Updating git repository `https://github.com/oxidecomputer/rfb`
6352023-10-17T22:51:56.787Z Updating git repository `https://github.com/oxidecomputer/typify`
6362023-10-17T22:51:58.626Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6372023-10-17T22:52:00.047Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6382023-10-17T22:52:00.386Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6392023-10-17T22:52:16.558Z Downloading crates ...
6402023-10-17T22:52:16.912Z Downloaded addr2line v0.21.0
6412023-10-17T22:52:17.097Z Downloaded bit_field v0.10.2
6422023-10-17T22:52:17.242Z Downloaded bit-vec v0.6.3
6432023-10-17T22:52:17.261Z Downloaded lazy_static v1.4.0
6442023-10-17T22:52:17.407Z Downloaded byteorder v1.4.3
6452023-10-17T22:52:17.481Z Downloaded block-buffer v0.10.4
6462023-10-17T22:52:17.585Z Downloaded diesel_table_macro_syntax v0.1.0
6472023-10-17T22:52:17.746Z Downloaded matches v0.1.10
6482023-10-17T22:52:17.796Z Downloaded bstr v1.6.0
6492023-10-17T22:52:17.823Z Downloaded option-ext v0.2.0
6502023-10-17T22:52:17.836Z Downloaded phf v0.11.2
6512023-10-17T22:52:17.853Z Downloaded parking_lot v0.11.2
6522023-10-17T22:52:17.938Z Downloaded openssl-sys v0.9.93
6532023-10-17T22:52:17.969Z Downloaded atomicwrites v0.4.2
6542023-10-17T22:52:18.499Z Downloaded curve25519-dalek-derive v0.1.0
6552023-10-17T22:52:18.969Z Downloaded mime_guess v2.0.4
6562023-10-17T22:52:18.998Z Downloaded crucible-workspace-hack v0.1.0
6572023-10-17T22:52:19.036Z Downloaded convert_case v0.4.0
6582023-10-17T22:52:19.088Z Downloaded const_format_proc_macros v0.2.31
6592023-10-17T22:52:19.106Z Downloaded ctr v0.9.2
6602023-10-17T22:52:19.183Z Downloaded pin-utils v0.1.0
6612023-10-17T22:52:19.212Z Downloaded password-hash v0.4.2
6622023-10-17T22:52:19.284Z Downloaded parking_lot_core v0.8.6
6632023-10-17T22:52:19.323Z Downloaded async-stream v0.3.5
6642023-10-17T22:52:19.378Z Downloaded anstyle-query v1.0.0
6652023-10-17T22:52:19.435Z Downloaded base16ct v0.2.0
6662023-10-17T22:52:19.950Z Downloaded difflib v0.4.0
6672023-10-17T22:52:20.480Z Downloaded postcard-cobs v0.1.5-pre
6682023-10-17T22:52:20.495Z Downloaded dirs v5.0.1
6692023-10-17T22:52:20.500Z Downloaded clap_lex v0.5.1
6702023-10-17T22:52:20.506Z Downloaded clap_derive v4.4.2
6712023-10-17T22:52:20.513Z Downloaded rand_chacha v0.3.1
6722023-10-17T22:52:20.519Z Downloaded parking_lot v0.12.1
6732023-10-17T22:52:20.526Z Downloaded aes-gcm-siv v0.11.1
6742023-10-17T22:52:20.532Z Downloaded ahash v0.8.3
6752023-10-17T22:52:20.555Z Downloaded foreign-types v0.5.0
6762023-10-17T22:52:20.582Z Downloaded backoff v0.4.0
6772023-10-17T22:52:20.617Z Downloaded tokio-macros v2.1.0
6782023-10-17T22:52:20.685Z Downloaded lalrpop-util v0.19.12
6792023-10-17T22:52:20.715Z Downloaded rand_core v0.5.1
6802023-10-17T22:52:20.721Z Downloaded postgres-protocol v0.6.6
6812023-10-17T22:52:20.733Z Downloaded equivalent v1.0.1
6822023-10-17T22:52:20.741Z Downloaded digest v0.10.7
6832023-10-17T22:52:20.753Z Downloaded dof v0.1.5
6842023-10-17T22:52:20.784Z Downloaded endian-type v0.1.2
6852023-10-17T22:52:20.859Z Downloaded serde_repr v0.1.16
6862023-10-17T22:52:21.021Z Downloaded stringprep v0.1.3
6872023-10-17T22:52:21.066Z Downloaded num_enum_derive v0.7.0
6882023-10-17T22:52:21.135Z Downloaded fxhash v0.2.1
6892023-10-17T22:52:21.171Z Downloaded futures-core v0.3.28
6902023-10-17T22:52:21.218Z Downloaded futures-io v0.3.28
6912023-10-17T22:52:21.266Z Downloaded futures-task v0.3.28
6922023-10-17T22:52:21.285Z Downloaded fnv v1.0.7
6932023-10-17T22:52:21.305Z Downloaded clap v4.4.3
6942023-10-17T22:52:21.330Z Downloaded structmeta-derive v0.1.6
6952023-10-17T22:52:21.366Z Downloaded tower-service v0.3.2
6962023-10-17T22:52:21.787Z Downloaded toolchain_find v0.2.0
6972023-10-17T22:52:21.804Z Downloaded hubpack_derive v0.1.1
6982023-10-17T22:52:21.825Z Downloaded stable_deref_trait v1.2.0
6992023-10-17T22:52:21.847Z Downloaded enum-as-inner v0.5.1
7002023-10-17T22:52:21.863Z Downloaded futures-macro v0.3.28
7012023-10-17T22:52:21.890Z Downloaded russh-cryptovec v0.7.0
7022023-10-17T22:52:21.902Z Downloaded foreign-types-shared v0.3.1
7032023-10-17T22:52:21.948Z Downloaded structmeta v0.1.6
7042023-10-17T22:52:21.985Z Downloaded strsim v0.10.0
7052023-10-17T22:52:22.003Z Downloaded http-body v0.4.5
7062023-10-17T22:52:22.092Z Downloaded base64 v0.13.1
7072023-10-17T22:52:22.164Z Downloaded smf v0.2.2
7082023-10-17T22:52:22.221Z Downloaded spki v0.7.2
7092023-10-17T22:52:22.296Z Downloaded semver v0.11.0
7102023-10-17T22:52:22.333Z Downloaded want v0.3.1
7112023-10-17T22:52:22.338Z Downloaded strum_macros v0.25.2
7122023-10-17T22:52:22.349Z Downloaded foreign-types-shared v0.1.1
7132023-10-17T22:52:22.361Z Downloaded humantime v2.1.0
7142023-10-17T22:52:22.367Z Downloaded unicode-width v0.1.10
7152023-10-17T22:52:22.375Z Downloaded toml_datetime v0.6.3
7162023-10-17T22:52:22.382Z Downloaded hyper-staticfile v0.9.5
7172023-10-17T22:52:22.392Z Downloaded env_logger v0.9.3
7182023-10-17T22:52:22.398Z Downloaded siphasher v0.3.11
7192023-10-17T22:52:22.404Z Downloaded hash32 v0.2.1
7202023-10-17T22:52:22.411Z Downloaded glob v0.3.1
7212023-10-17T22:52:22.420Z Downloaded heck v0.3.3
7222023-10-17T22:52:22.838Z Downloaded backtrace v0.3.69
7232023-10-17T22:52:23.257Z Downloaded headers-core v0.2.0
7242023-10-17T22:52:23.266Z Downloaded libm v0.2.7
7252023-10-17T22:52:23.271Z Downloaded ident_case v1.0.1
7262023-10-17T22:52:23.278Z Downloaded filetime v0.2.22
7272023-10-17T22:52:23.287Z Downloaded ff v0.13.0
7282023-10-17T22:52:23.296Z Downloaded foreign-types-macros v0.2.3
7292023-10-17T22:52:23.307Z Downloaded indexmap v2.0.0
7302023-10-17T22:52:23.324Z Downloaded http-range v0.1.5
7312023-10-17T22:52:23.336Z Downloaded socket2 v0.4.9
7322023-10-17T22:52:23.347Z Downloaded tungstenite v0.18.0
7332023-10-17T22:52:23.355Z Downloaded serde_derive_internals v0.26.0
7342023-10-17T22:52:23.360Z Downloaded utf8parse v0.2.1
7352023-10-17T22:52:23.371Z Downloaded string_cache v0.8.7
7362023-10-17T22:52:23.380Z Downloaded futures-channel v0.3.28
7372023-10-17T22:52:23.410Z Downloaded tinyvec_macros v0.1.1
7382023-10-17T22:52:23.422Z Downloaded fixedbitset v0.4.2
7392023-10-17T22:52:23.429Z Downloaded signature v2.1.0
7402023-10-17T22:52:23.434Z Downloaded waitgroup v0.1.2
7412023-10-17T22:52:23.446Z Downloaded serde_derive v1.0.188
7422023-10-17T22:52:23.451Z Downloaded zeroize_derive v1.4.2
7432023-10-17T22:52:23.456Z Downloaded group v0.13.0
7442023-10-17T22:52:23.462Z Downloaded similar v2.2.1
7452023-10-17T22:52:23.468Z Downloaded slog-bunyan v2.4.0
7462023-10-17T22:52:23.473Z Downloaded same-file v1.0.6
7472023-10-17T22:52:23.478Z Downloaded rustversion v1.0.14
7482023-10-17T22:52:23.490Z Downloaded static_assertions v1.1.0
7492023-10-17T22:52:23.503Z Downloaded spin v0.5.2
7502023-10-17T22:52:23.921Z Downloaded serde_tokenstream v0.1.7
7512023-10-17T22:52:23.925Z Downloaded hyper-tls v0.5.0
7522023-10-17T22:52:23.929Z Downloaded serde_tokenstream v0.2.0
7532023-10-17T22:52:23.946Z Downloaded zeroize v1.6.0
7542023-10-17T22:52:23.955Z Downloaded zerocopy v0.6.3
7552023-10-17T22:52:23.961Z Downloaded wyz v0.5.1
7562023-10-17T22:52:23.965Z Downloaded utf-8 v0.7.6
7572023-10-17T22:52:23.969Z Downloaded signal-hook-registry v1.4.1
7582023-10-17T22:52:23.973Z Downloaded serde_with_macros v2.3.3
7592023-10-17T22:52:23.977Z Downloaded hashbrown v0.14.0
7602023-10-17T22:52:23.980Z Downloaded hashlink v0.8.3
7612023-10-17T22:52:23.985Z Downloaded rustls-native-certs v0.6.3
7622023-10-17T22:52:23.989Z Downloaded serde v1.0.188
7632023-10-17T22:52:23.994Z Downloaded tokio-tungstenite v0.18.0
7642023-10-17T22:52:23.998Z Downloaded sha2 v0.10.7
7652023-10-17T22:52:24.003Z Downloaded rustc-demangle v0.1.23
7662023-10-17T22:52:24.016Z Downloaded subprocess v0.2.9
7672023-10-17T22:52:24.021Z Downloaded tokio-stream v0.1.14
7682023-10-17T22:52:24.026Z Downloaded http v0.2.9
7692023-10-17T22:52:24.034Z Downloaded elliptic-curve v0.13.5
7702023-10-17T22:52:24.040Z Downloaded tinyvec v1.6.0
7712023-10-17T22:52:24.047Z Downloaded structopt v0.3.26
7722023-10-17T22:52:24.054Z Downloaded ed25519-dalek v2.0.0
7732023-10-17T22:52:24.062Z Downloaded url v2.4.1
7742023-10-17T22:52:24.077Z Downloaded aes-gcm v0.10.2
7752023-10-17T22:52:24.084Z Downloaded trust-dns-resolver v0.22.0
7762023-10-17T22:52:24.092Z Downloaded tar v0.4.40
7772023-10-17T22:52:24.105Z Downloaded tokio-postgres v0.7.10
7782023-10-17T22:52:24.117Z Downloaded aho-corasick v1.0.4
7792023-10-17T22:52:24.146Z Downloaded unicode-segmentation v1.10.1
7802023-10-17T22:52:24.567Z Downloaded heapless v0.7.16
7812023-10-17T22:52:24.575Z Downloaded hashbrown v0.12.3
7822023-10-17T22:52:24.582Z Downloaded rusqlite v0.29.0
7832023-10-17T22:52:24.594Z Downloaded hkdf v0.12.3
7842023-10-17T22:52:25.014Z Downloaded serde_json v1.0.107
7852023-10-17T22:52:25.022Z Downloaded petgraph v0.6.4
7862023-10-17T22:52:25.031Z Downloaded russh v0.38.0
7872023-10-17T22:52:25.043Z Downloaded h2 v0.3.21
7882023-10-17T22:52:25.053Z Downloaded futures-util v0.3.28
7892023-10-17T22:52:25.066Z Downloaded unicode-normalization v0.1.22
7902023-10-17T22:52:25.077Z Downloaded serde_with v2.3.3
7912023-10-17T22:52:25.081Z Downloaded idna v0.4.0
7922023-10-17T22:52:25.086Z Downloaded vcpkg v0.2.15
7932023-10-17T22:52:25.095Z Downloaded smoltcp v0.8.2
7942023-10-17T22:52:25.103Z Downloaded regex-syntax v0.7.5
7952023-10-17T22:52:25.108Z Downloaded smoltcp v0.9.1
7962023-10-17T22:52:25.117Z Downloaded git2 v0.17.2
7972023-10-17T22:52:25.125Z Downloaded syn v1.0.109
7982023-10-17T22:52:25.147Z Downloaded zerocopy-derive v0.2.0
7992023-10-17T22:52:25.565Z Downloaded rustix v0.37.23
8002023-10-17T22:52:25.575Z Downloaded openapiv3 v1.0.3
8012023-10-17T22:52:25.584Z Downloaded rustix v0.38.9
8022023-10-17T22:52:25.599Z Downloaded regex-automata v0.3.8
8032023-10-17T22:52:25.608Z Downloaded zerocopy-derive v0.6.3
8042023-10-17T22:52:25.617Z Downloaded libc v0.2.149
8052023-10-17T22:52:25.626Z Downloaded object v0.32.1
8062023-10-17T22:52:25.634Z Downloaded sled v0.34.7
8072023-10-17T22:52:25.644Z Downloaded gimli v0.28.0
8082023-10-17T22:52:25.653Z Downloaded bzip2-sys v0.1.11+1.0.8
8092023-10-17T22:52:25.664Z Downloaded idna v0.2.3
8102023-10-17T22:52:25.676Z Downloaded rustls v0.21.7
8112023-10-17T22:52:25.691Z Downloaded trust-dns-proto v0.22.0
8122023-10-17T22:52:25.701Z Downloaded nix v0.26.2
8132023-10-17T22:52:25.715Z Downloaded rustls-webpki v0.101.4
8142023-10-17T22:52:25.722Z Downloaded webpki-roots v0.25.2
8152023-10-17T22:52:25.730Z Downloaded syn v2.0.32
8162023-10-17T22:52:25.739Z Downloaded tokio v1.32.0
8172023-10-17T22:52:25.746Z Downloaded bstr v0.2.17
8182023-10-17T22:52:25.754Z Downloaded regex-syntax v0.6.29
8192023-10-17T22:52:25.764Z Downloaded sha3 v0.10.8
8202023-10-17T22:52:25.773Z Downloaded curve25519-dalek v4.1.0
8212023-10-17T22:52:25.782Z Downloaded hyper v0.14.27
8222023-10-17T22:52:25.793Z Downloaded radix_trie v0.2.1
8232023-10-17T22:52:25.800Z Downloaded chrono v0.4.31
8242023-10-17T22:52:25.808Z Downloaded regress v0.7.1
8252023-10-17T22:52:25.820Z Downloaded regex v1.9.5
8262023-10-17T22:52:25.843Z Downloaded clap v2.34.0
8272023-10-17T22:52:25.853Z Downloaded winnow v0.5.15
8282023-10-17T22:52:25.864Z Downloaded clap_builder v4.4.2
8292023-10-17T22:52:25.873Z Downloaded bitvec v1.0.1
8302023-10-17T22:52:25.887Z Downloaded winapi v0.3.9
8312023-10-17T22:52:26.306Z Downloaded reqwest v0.11.20
8322023-10-17T22:52:26.310Z Downloaded hashbrown v0.13.2
8332023-10-17T22:52:26.314Z Downloaded flate2 v1.0.27
8342023-10-17T22:52:26.317Z Downloaded encoding_rs v0.8.33
8352023-10-17T22:52:26.321Z Downloaded headers v0.3.9
8362023-10-17T22:52:26.324Z Downloaded unsafe-libyaml v0.2.9
8372023-10-17T22:52:26.329Z Downloaded trust-dns-server v0.22.1
8382023-10-17T22:52:26.745Z Downloaded ron v0.7.1
8392023-10-17T22:52:26.757Z Downloaded tracing v0.1.37
8402023-10-17T22:52:26.765Z Downloaded aes v0.8.3
8412023-10-17T22:52:26.772Z Downloaded regex-automata v0.1.10
8422023-10-17T22:52:26.786Z Downloaded libgit2-sys v0.15.2+1.6.4
8432023-10-17T22:52:26.793Z Downloaded rand v0.7.3
8442023-10-17T22:52:26.800Z Downloaded itertools v0.11.0
8452023-10-17T22:52:26.808Z Downloaded tokio-rustls v0.24.1
8462023-10-17T22:52:26.815Z Downloaded uuid v1.4.1
8472023-10-17T22:52:26.824Z Downloaded ghash v0.5.0
8482023-10-17T22:52:26.831Z Downloaded russh-keys v0.38.0
8492023-10-17T22:52:26.845Z Downloaded tempfile v3.8.0
8502023-10-17T22:52:26.850Z Downloaded toml_edit v0.19.15
8512023-10-17T22:52:26.854Z Downloaded getrandom v0.2.10
8522023-10-17T22:52:26.859Z Downloaded tungstenite v0.20.1
8532023-10-17T22:52:26.864Z Downloaded toml v0.7.8
8542023-10-17T22:52:26.871Z Downloaded itertools v0.10.5
8552023-10-17T22:52:26.875Z Downloaded num-bigint v0.4.4
8562023-10-17T22:52:26.878Z Downloaded ed25519 v2.2.2
8572023-10-17T22:52:26.882Z Downloaded rand v0.8.5
8582023-10-17T22:52:26.887Z Downloaded pest v2.7.2
8592023-10-17T22:52:26.890Z Downloaded time v0.3.27
8602023-10-17T22:52:26.894Z Downloaded ryu v1.0.15
8612023-10-17T22:52:26.898Z Downloaded unicode-bidi v0.3.13
8622023-10-17T22:52:26.902Z Downloaded slog v2.7.0
8632023-10-17T22:52:26.906Z Downloaded smallvec v1.11.0
8642023-10-17T22:52:26.910Z Downloaded scopeguard v1.2.0
8652023-10-17T22:52:26.917Z Downloaded schemars_derive v0.8.13
8662023-10-17T22:52:26.921Z Downloaded scheduled-thread-pool v0.2.7
8672023-10-17T22:52:26.925Z Downloaded synstructure v0.12.6
8682023-10-17T22:52:26.929Z Downloaded serde_yaml v0.9.25
8692023-10-17T22:52:26.933Z Downloaded serde_spanned v0.6.3
8702023-10-17T22:52:26.937Z Downloaded zerocopy v0.3.0
8712023-10-17T22:52:26.940Z Downloaded toml_edit v0.20.0
8722023-10-17T22:52:26.944Z Downloaded tokio-util v0.7.8
8732023-10-17T22:52:26.950Z Downloaded walkdir v2.4.0
8742023-10-17T22:52:26.955Z Downloaded vergen v8.2.4
8752023-10-17T22:52:26.961Z Downloaded schemars v0.8.13
8762023-10-17T22:52:26.966Z Downloaded libz-sys v1.1.12
8772023-10-17T22:52:26.972Z Downloaded half v1.8.2
8782023-10-17T22:52:26.975Z Downloaded erased-serde v0.3.30
8792023-10-17T22:52:26.979Z Downloaded toml v0.8.0
8802023-10-17T22:52:26.983Z Downloaded toml v0.5.11
8812023-10-17T22:52:26.988Z Downloaded slog-async v2.8.0
8822023-10-17T22:52:26.992Z Downloaded xattr v1.0.1
8832023-10-17T22:52:26.997Z Downloaded slog-term v2.9.0
8842023-10-17T22:52:27.004Z Downloaded yasna v0.5.2
8852023-10-17T22:52:27.008Z Downloaded memchr v2.6.3
8862023-10-17T22:52:27.011Z Downloaded term v0.7.0
8872023-10-17T22:52:27.015Z Downloaded heck v0.4.1
8882023-10-17T22:52:27.019Z Downloaded unicode-ident v1.0.12
8892023-10-17T22:52:27.023Z Downloaded httparse v1.8.0
8902023-10-17T22:52:27.027Z Downloaded fallible-iterator v0.2.0
8912023-10-17T22:52:27.031Z Downloaded spin v0.9.8
8922023-10-17T22:52:27.036Z Downloaded either v1.9.0
8932023-10-17T22:52:27.039Z Downloaded usdt v0.3.5
8942023-10-17T22:52:27.043Z Downloaded zip v0.6.6
8952023-10-17T22:52:27.046Z Downloaded chacha20poly1305 v0.10.1
8962023-10-17T22:52:27.050Z Downloaded socket2 v0.5.3
8972023-10-17T22:52:27.054Z Downloaded futures v0.3.28
8982023-10-17T22:52:27.057Z Downloaded trust-dns-client v0.22.0
8992023-10-17T22:52:27.061Z Downloaded strsim v0.8.0
9002023-10-17T22:52:27.065Z Downloaded hmac v0.12.1
9012023-10-17T22:52:27.069Z Downloaded fastrand v2.0.0
9022023-10-17T22:52:27.073Z Downloaded fallible-streaming-iterator v0.1.9
9032023-10-17T22:52:27.077Z Downloaded sha1 v0.10.5
9042023-10-17T22:52:27.080Z Downloaded smawk v0.3.1
9052023-10-17T22:52:27.085Z Downloaded errno v0.3.2
9062023-10-17T22:52:27.090Z Downloaded getopts v0.2.21
9072023-10-17T22:52:27.098Z Downloaded tracing-attributes v0.1.26
9082023-10-17T22:52:27.103Z Downloaded thiserror-no-std v2.0.2
9092023-10-17T22:52:27.106Z Downloaded thiserror-impl v1.0.49
9102023-10-17T22:52:27.110Z Downloaded slog-stdlog v4.1.1
9112023-10-17T22:52:27.114Z Downloaded slog-scope v4.4.0
9122023-10-17T22:52:27.118Z Downloaded subtle v2.5.0
9132023-10-17T22:52:27.122Z Downloaded vec_map v0.8.2
9142023-10-17T22:52:27.127Z Downloaded time-macros v0.2.13
9152023-10-17T22:52:27.131Z Downloaded thread-id v4.2.0
9162023-10-17T22:52:27.135Z Downloaded thiserror v1.0.49
9172023-10-17T22:52:27.139Z Downloaded sct v0.7.0
9182023-10-17T22:52:27.142Z Downloaded crossbeam-channel v0.5.8
9192023-10-17T22:52:27.147Z Downloaded base64 v0.21.4
9202023-10-17T22:52:27.150Z Downloaded der v0.7.8
9212023-10-17T22:52:27.154Z Downloaded generic-array v0.14.7
9222023-10-17T22:52:27.158Z Downloaded thread_local v1.1.7
9232023-10-17T22:52:27.163Z Downloaded indexmap v1.9.3
9242023-10-17T22:52:27.169Z Downloaded thiserror-impl-no-std v2.0.2
9252023-10-17T22:52:27.174Z Downloaded termcolor v1.2.0
9262023-10-17T22:52:27.179Z Downloaded home v0.5.5
9272023-10-17T22:52:27.182Z Downloaded libsqlite3-sys v0.26.0
9282023-10-17T22:52:27.186Z Downloaded getrandom v0.1.16
9292023-10-17T22:52:27.191Z Downloaded ucd-trie v0.1.6
9302023-10-17T22:52:27.195Z Downloaded slog-json v2.6.1
9312023-10-17T22:52:27.199Z Downloaded io-lifetimes v1.0.11
9322023-10-17T22:52:27.202Z Downloaded ring v0.16.20
9332023-10-17T22:52:27.211Z Downloaded const_format v0.2.31
9342023-10-17T22:52:27.216Z Downloaded ringbuffer v0.15.0
9352023-10-17T22:52:27.220Z Downloaded iana-time-zone v0.1.57
9362023-10-17T22:52:27.226Z Downloaded hyper-rustls v0.24.1
9372023-10-17T22:52:27.230Z Downloaded hubpack v0.1.2
9382023-10-17T22:52:27.235Z Downloaded slog-envlogger v2.2.0
9392023-10-17T22:52:27.241Z Downloaded structopt-derive v0.4.18
9402023-10-17T22:52:27.248Z Downloaded typenum v1.16.0
9412023-10-17T22:52:27.253Z Downloaded mio v0.8.8
9422023-10-17T22:52:27.258Z Downloaded slog-dtrace v0.2.3
9432023-10-17T22:52:27.263Z Downloaded secrecy v0.8.0
9442023-10-17T22:52:27.272Z Downloaded rustls-pemfile v1.0.3
9452023-10-17T22:52:27.277Z Downloaded ipnet v2.8.0
9462023-10-17T22:52:27.283Z Downloaded cc v1.0.83
9472023-10-17T22:52:27.288Z Downloaded slab v0.4.9
9482023-10-17T22:52:27.293Z Downloaded rustfmt-wrapper v0.2.0
9492023-10-17T22:52:27.299Z Downloaded rustc_version v0.4.0
9502023-10-17T22:52:27.304Z Downloaded twox-hash v1.6.3
9512023-10-17T22:52:27.320Z Downloaded semver-parser v0.10.2
9522023-10-17T22:52:27.329Z Downloaded futures-sink v0.3.28
9532023-10-17T22:52:27.334Z Downloaded serde_arrays v0.1.0
9542023-10-17T22:52:27.340Z Downloaded semver v1.0.18
9552023-10-17T22:52:27.346Z Downloaded funty v2.0.0
9562023-10-17T22:52:27.352Z Downloaded arc-swap v1.6.0
9572023-10-17T22:52:27.360Z Downloaded allocator-api2 v0.2.16
9582023-10-17T22:52:27.367Z Downloaded rand_core v0.6.4
9592023-10-17T22:52:27.372Z Downloaded vsss-rs v3.3.1
9602023-10-17T22:52:27.376Z Downloaded crypto-bigint v0.5.2
9612023-10-17T22:52:27.381Z Downloaded const-oid v0.9.5
9622023-10-17T22:52:27.389Z Downloaded untrusted v0.7.1
9632023-10-17T22:52:27.397Z Downloaded try-lock v0.2.4
9642023-10-17T22:52:27.470Z Downloaded serde_path_to_error v0.1.14
9652023-10-17T22:52:27.479Z Downloaded httpdate v1.0.3
9662023-10-17T22:52:27.491Z Downloaded tracing-core v0.1.31
9672023-10-17T22:52:27.496Z Downloaded strum v0.25.0
9682023-10-17T22:52:27.505Z Downloaded hostname v0.3.1
9692023-10-17T22:52:27.926Z Downloaded rcgen v0.10.0
9702023-10-17T22:52:27.937Z Downloaded ipnetwork v0.20.0
9712023-10-17T22:52:27.945Z Downloaded whoami v1.4.1
9722023-10-17T22:52:27.953Z Downloaded form_urlencoded v1.2.0
9732023-10-17T22:52:27.971Z Downloaded tokio-tungstenite v0.20.1
9742023-10-17T22:52:27.979Z Downloaded textwrap v0.16.0
9752023-10-17T22:52:27.989Z Downloaded diesel_derives v2.1.1
9762023-10-17T22:52:28.008Z Downloaded derive_more v0.99.17
9772023-10-17T22:52:28.021Z Downloaded crossbeam-epoch v0.9.15
9782023-10-17T22:52:28.029Z Downloaded crossbeam-utils v0.8.16
9792023-10-17T22:52:28.044Z Downloaded resolv-conf v0.7.0
9802023-10-17T22:52:28.054Z Downloaded inout v0.1.3
9812023-10-17T22:52:28.062Z Downloaded futures-executor v0.3.28
9822023-10-17T22:52:28.072Z Downloaded float-cmp v0.9.0
9832023-10-17T22:52:28.080Z Downloaded rand_chacha v0.2.2
9842023-10-17T22:52:28.089Z Downloaded unicode-linebreak v0.1.5
9852023-10-17T22:52:28.097Z Downloaded serde_urlencoded v0.7.1
9862023-10-17T22:52:28.103Z Downloaded anyhow v1.0.75
9872023-10-17T22:52:28.108Z Downloaded dirs-sys-next v0.1.2
9882023-10-17T22:52:28.115Z Downloaded dirs-sys v0.4.1
9892023-10-17T22:52:28.121Z Downloaded dirs-next v2.0.0
9902023-10-17T22:52:28.127Z Downloaded num-traits v0.2.16
9912023-10-17T22:52:28.136Z Downloaded once_cell v1.18.0
9922023-10-17T22:52:28.142Z Downloaded omicron-zone-package v0.8.3
9932023-10-17T22:52:28.149Z Downloaded console v0.15.7
9942023-10-17T22:52:28.155Z Downloaded ciborium v0.2.1
9952023-10-17T22:52:28.160Z Downloaded keccak v0.1.4
9962023-10-17T22:52:28.168Z Downloaded jobserver v0.1.26
9972023-10-17T22:52:28.173Z Downloaded itoa v1.0.9
9982023-10-17T22:52:28.179Z Downloaded num-complex v0.4.4
9992023-10-17T22:52:28.184Z Downloaded nibble_vec v0.1.0
10002023-10-17T22:52:28.188Z Downloaded is-terminal v0.4.9
10012023-10-17T22:52:28.192Z Downloaded hex-literal v0.4.1
10022023-10-17T22:52:28.196Z Downloaded hex v0.4.3
10032023-10-17T22:52:28.201Z Downloaded zone v0.2.0
10042023-10-17T22:52:28.208Z Downloaded poly1305 v0.8.0
10052023-10-17T22:52:28.221Z Downloaded pkg-config v0.3.27
10062023-10-17T22:52:28.631Z Downloaded pbkdf2 v0.11.0
10072023-10-17T22:52:29.045Z Downloaded paste v1.0.14
10082023-10-17T22:52:29.050Z Downloaded num-rational v0.4.1
10092023-10-17T22:52:29.060Z Downloaded cancel-safe-futures v0.1.2
10102023-10-17T22:52:29.465Z Downloaded bzip2 v0.4.4
10112023-10-17T22:52:29.471Z Downloaded ascii v1.1.0
10122023-10-17T22:52:29.475Z Downloaded dyn-clone v1.0.13
10132023-10-17T22:52:29.479Z Downloaded usdt-impl v0.3.5
10142023-10-17T22:52:29.482Z Downloaded predicates v3.0.4
10152023-10-17T22:52:29.486Z Downloaded crc32fast v1.3.2
10162023-10-17T22:52:29.489Z Downloaded foreign-types v0.3.2
10172023-10-17T22:52:29.493Z Downloaded anstyle-parse v0.2.1
10182023-10-17T22:52:29.497Z Downloaded ansi_term v0.12.1
10192023-10-17T22:52:29.502Z Downloaded proc-macro-crate v1.3.1
10202023-10-17T22:52:29.506Z Downloaded postgres-types v0.2.6
10212023-10-17T22:52:29.510Z Downloaded cbc v0.1.2
10222023-10-17T22:52:29.513Z Downloaded version_check v0.9.4
10232023-10-17T22:52:29.516Z Downloaded unicode-xid v0.2.4
10242023-10-17T22:52:29.521Z Downloaded unicase v2.7.0
10252023-10-17T22:52:29.557Z Downloaded pretty-hex v0.3.0
10262023-10-17T22:52:29.560Z Downloaded predicates-core v1.0.6
10272023-10-17T22:52:29.565Z Downloaded ppv-lite86 v0.2.17
10282023-10-17T22:52:29.570Z Downloaded polyval v0.6.1
10292023-10-17T22:52:29.574Z Downloaded atomic-waker v1.1.1
10302023-10-17T22:52:29.578Z Downloaded instant v0.1.12
10312023-10-17T22:52:29.581Z Downloaded dtrace-parser v0.1.14
10322023-10-17T22:52:29.585Z Downloaded zone_cfg_derive v0.2.0
10332023-10-17T22:52:29.590Z Downloaded crypto-common v0.1.6
10342023-10-17T22:52:29.594Z Downloaded terminal_size v0.2.6
10352023-10-17T22:52:29.598Z Downloaded tap v1.0.1
10362023-10-17T22:52:29.603Z Downloaded diesel v2.1.1
10372023-10-17T22:52:29.609Z Downloaded textwrap v0.11.0
10382023-10-17T22:52:29.614Z Downloaded pretty-hex v0.2.1
10392023-10-17T22:52:29.618Z Downloaded postcard v0.7.3
10402023-10-17T22:52:29.622Z Downloaded bitflags v2.4.0
10412023-10-17T22:52:29.625Z Downloaded tokio-native-tls v0.3.1
10422023-10-17T22:52:29.629Z Downloaded num_enum v0.7.0
10432023-10-17T22:52:29.633Z Downloaded num-iter v0.1.43
10442023-10-17T22:52:29.637Z Downloaded num v0.4.1
10452023-10-17T22:52:29.640Z Downloaded multer v2.1.0
10462023-10-17T22:52:29.643Z Downloaded cipher v0.4.4
10472023-10-17T22:52:29.647Z Downloaded ciborium-ll v0.2.1
10482023-10-17T22:52:29.650Z Downloaded pin-project-lite v0.2.13
10492023-10-17T22:52:29.654Z Downloaded opaque-debug v0.3.0
10502023-10-17T22:52:29.658Z Downloaded num_enum_derive v0.5.11
10512023-10-17T22:52:29.662Z Downloaded num-integer v0.1.45
10522023-10-17T22:52:29.665Z Downloaded native-tls v0.2.11
10532023-10-17T22:52:29.668Z Downloaded darling v0.20.3
10542023-10-17T22:52:29.672Z Downloaded blowfish v0.9.1
10552023-10-17T22:52:29.675Z Downloaded miniz_oxide v0.7.1
10562023-10-17T22:52:29.678Z Downloaded data-encoding v2.4.0
10572023-10-17T22:52:29.681Z Downloaded cpufeatures v0.2.9
10582023-10-17T22:52:29.701Z Downloaded camino-tempfile v1.0.2
10592023-10-17T22:52:29.705Z Downloaded precomputed-hash v0.1.1
10602023-10-17T22:52:29.709Z Downloaded autocfg v1.1.0
10612023-10-17T22:52:29.714Z Downloaded async-trait v0.1.73
10622023-10-17T22:52:29.717Z Downloaded usdt-attr-macro v0.3.5
10632023-10-17T22:52:29.727Z Downloaded universal-hash v0.5.1
10642023-10-17T22:52:29.733Z Downloaded time-core v0.1.1
10652023-10-17T22:52:29.740Z Downloaded phf_shared v0.11.2
10662023-10-17T22:52:29.748Z Downloaded openssl-macros v0.1.1
10672023-10-17T22:52:29.757Z Downloaded anstream v0.5.0
10682023-10-17T22:52:29.766Z Downloaded argon2 v0.5.2
10692023-10-17T22:52:29.788Z Downloaded usdt-macro v0.3.5
10702023-10-17T22:52:30.198Z Downloaded anstyle v1.0.2
10712023-10-17T22:52:30.204Z Downloaded aead v0.5.2
10722023-10-17T22:52:30.633Z Downloaded proc-macro2 v1.0.67
10732023-10-17T22:52:30.642Z Downloaded phf_shared v0.10.0
10742023-10-17T22:52:30.650Z Downloaded num_cpus v1.16.0
10752023-10-17T22:52:30.658Z Downloaded take_mut v0.2.2
10762023-10-17T22:52:30.674Z Downloaded parse-display v0.7.0
10772023-10-17T22:52:31.081Z Downloaded bytes v1.5.0
10782023-10-17T22:52:31.084Z Downloaded password-hash v0.5.0
10792023-10-17T22:52:31.092Z Downloaded new_debug_unreachable v1.0.4
10802023-10-17T22:52:31.102Z Downloaded colored v2.0.4
10812023-10-17T22:52:31.118Z Downloaded parse-display-derive v0.7.0
10822023-10-17T22:52:31.127Z Downloaded quick-error v1.2.3
10832023-10-17T22:52:31.134Z Downloaded proc-macro-error v1.0.4
10842023-10-17T22:52:31.146Z Downloaded num_threads v0.1.6
10852023-10-17T22:52:31.151Z Downloaded normalize-line-endings v0.3.0
10862023-10-17T22:52:31.155Z Downloaded colorchoice v1.0.0
10872023-10-17T22:52:31.159Z Downloaded ciborium-io v0.2.1
10882023-10-17T22:52:31.164Z Downloaded bitstruct v0.1.1
10892023-10-17T22:52:31.169Z Downloaded r2d2 v0.8.10
10902023-10-17T22:52:31.173Z Downloaded quote v1.0.33
10912023-10-17T22:52:31.182Z Downloaded mime v0.3.17
10922023-10-17T22:52:31.186Z Downloaded log v0.4.20
10932023-10-17T22:52:31.192Z Downloaded cstr-argument v0.1.2
10942023-10-17T22:52:31.197Z Downloaded atty v0.2.14
10952023-10-17T22:52:31.200Z Downloaded radium v0.7.0
10962023-10-17T22:52:31.204Z Downloaded proc-macro-error-attr v1.0.4
10972023-10-17T22:52:31.209Z Downloaded openssl v0.10.57
10982023-10-17T22:52:31.213Z Downloaded async-stream-impl v0.3.5
10992023-10-17T22:52:31.217Z Downloaded async-recursion v1.0.5
11002023-10-17T22:52:31.228Z Downloaded adler v1.0.2
11012023-10-17T22:52:31.231Z Downloaded memoffset v0.7.1
11022023-10-17T22:52:31.236Z Downloaded md5 v0.7.0
11032023-10-17T22:52:31.239Z Downloaded match_cfg v0.1.0
11042023-10-17T22:52:31.243Z Downloaded chacha20 v0.9.1
11052023-10-17T22:52:31.247Z Downloaded pest_meta v2.7.2
11062023-10-17T22:52:31.250Z Downloaded lru-cache v0.1.2
11072023-10-17T22:52:31.255Z Downloaded darling_core v0.20.3
11082023-10-17T22:52:31.260Z Downloaded platforms v3.0.2
11092023-10-17T22:52:31.265Z Downloaded pkcs8 v0.10.2
11102023-10-17T22:52:31.268Z Downloaded pest_generator v2.7.2
11112023-10-17T22:52:31.272Z Downloaded parking_lot_core v0.9.8
11122023-10-17T22:52:31.276Z Downloaded num_enum v0.5.11
11132023-10-17T22:52:31.281Z Downloaded md-5 v0.10.5
11142023-10-17T22:52:31.286Z Downloaded managed v0.8.0
11152023-10-17T22:52:31.289Z Downloaded macaddr v1.0.1
11162023-10-17T22:52:31.293Z Downloaded lock_api v0.4.10
11172023-10-17T22:52:31.300Z Downloaded linked-hash-map v0.5.6
11182023-10-17T22:52:31.318Z Downloaded libefi-sys v0.1.0
11192023-10-17T22:52:31.327Z Downloaded percent-encoding v2.3.0
11202023-10-17T22:52:31.349Z Downloaded pbkdf2 v0.12.2
11212023-10-17T22:52:31.359Z Downloaded memoffset v0.9.0
11222023-10-17T22:52:31.369Z Downloaded deranged v0.3.8
11232023-10-17T22:52:31.372Z Downloaded debug-ignore v1.0.5
11242023-10-17T22:52:31.381Z Downloaded cfg-if v0.1.10
11252023-10-17T22:52:31.405Z Downloaded camino v1.1.6
11262023-10-17T22:52:31.415Z Downloaded openssl-probe v0.1.5
11272023-10-17T22:52:31.425Z Downloaded pest_derive v2.7.2
11282023-10-17T22:52:31.429Z Downloaded pem v1.1.1
11292023-10-17T22:52:31.440Z Downloaded darling_macro v0.20.3
11302023-10-17T22:52:31.451Z Downloaded cfg-if v1.0.0
11312023-10-17T22:52:31.457Z Downloaded block-padding v0.3.3
11322023-10-17T22:52:31.466Z Downloaded blake2 v0.10.6
11332023-10-17T22:52:31.471Z Downloaded bitstruct_derive v0.1.0
11342023-10-17T22:52:31.481Z Downloaded bitflags v1.3.2
11352023-10-17T22:52:31.487Z Downloaded bit-set v0.5.3
11362023-10-17T22:52:31.492Z Downloaded bincode v1.3.3
11372023-10-17T22:52:31.496Z Downloaded bcrypt-pbkdf v0.10.0
11382023-10-17T22:52:31.506Z Downloaded base64ct v1.6.0
11392023-10-17T22:52:31.512Z Compiling proc-macro2 v1.0.67
11402023-10-17T22:52:31.518Z Compiling unicode-ident v1.0.12
11412023-10-17T22:52:31.525Z Compiling libc v0.2.149
11422023-10-17T22:52:31.532Z Compiling serde v1.0.188
11432023-10-17T22:52:31.539Z Compiling version_check v0.9.4
11442023-10-17T22:52:31.554Z Compiling autocfg v1.1.0
11452023-10-17T22:52:31.566Z Compiling cfg-if v1.0.0
11462023-10-17T22:52:31.575Z Compiling syn v1.0.109
11472023-10-17T22:52:31.581Z Compiling typenum v1.16.0
11482023-10-17T22:52:31.586Z Compiling once_cell v1.18.0
11492023-10-17T22:52:31.593Z Compiling parking_lot_core v0.9.8
11502023-10-17T22:52:31.598Z Compiling generic-array v0.14.7
11512023-10-17T22:52:31.644Z Compiling lock_api v0.4.10
11522023-10-17T22:52:31.648Z Compiling thiserror v1.0.49
11532023-10-17T22:52:31.652Z Compiling libm v0.2.7
11542023-10-17T22:52:31.655Z Compiling num-traits v0.2.16
11552023-10-17T22:52:31.659Z Compiling itoa v1.0.9
11562023-10-17T22:52:31.662Z Compiling memchr v2.6.3
11572023-10-17T22:52:31.665Z Compiling futures-core v0.3.28
11582023-10-17T22:52:31.669Z Compiling ahash v0.8.3
11592023-10-17T22:52:31.672Z Compiling serde_json v1.0.107
11602023-10-17T22:52:31.675Z Compiling log v0.4.20
11612023-10-17T22:52:31.679Z Compiling slab v0.4.9
11622023-10-17T22:52:31.682Z Compiling quote v1.0.33
11632023-10-17T22:52:31.685Z Compiling futures-channel v0.3.28
11642023-10-17T22:52:31.689Z Compiling futures-task v0.3.28
11652023-10-17T22:52:31.692Z Compiling syn v2.0.32
11662023-10-17T22:52:31.695Z Compiling getrandom v0.2.10
11672023-10-17T22:52:31.698Z Compiling jobserver v0.1.26
11682023-10-17T22:52:31.703Z Compiling futures-util v0.3.28
11692023-10-17T22:52:31.710Z Compiling pkg-config v0.3.27
11702023-10-17T22:52:31.720Z Compiling rand_core v0.6.4
11712023-10-17T22:52:32.145Z Compiling cc v1.0.83
11722023-10-17T22:52:32.148Z Compiling ryu v1.0.15
11732023-10-17T22:52:32.152Z Compiling vcpkg v0.2.15
11742023-10-17T22:52:32.157Z Compiling schemars v0.8.13
11752023-10-17T22:52:32.165Z Compiling allocator-api2 v0.2.16
11762023-10-17T22:52:32.577Z Compiling scopeguard v1.2.0
11772023-10-17T22:52:32.584Z Compiling equivalent v1.0.1
11782023-10-17T22:52:32.591Z Compiling heck v0.4.1
11792023-10-17T22:52:32.604Z Compiling hashbrown v0.14.0
11802023-10-17T22:52:32.616Z Compiling smallvec v1.11.0
11812023-10-17T22:52:32.628Z Compiling byteorder v1.4.3
11822023-10-17T22:52:33.042Z Compiling httparse v1.8.0
11832023-10-17T22:52:33.047Z Compiling fnv v1.0.7
11842023-10-17T22:52:33.053Z Compiling iana-time-zone v0.1.57
11852023-10-17T22:52:33.072Z Compiling pin-project-lite v0.2.13
11862023-10-17T22:52:33.085Z Compiling semver v1.0.18
11872023-10-17T22:52:33.097Z Compiling subtle v2.5.0
11882023-10-17T22:52:33.106Z Compiling ring v0.16.20
11892023-10-17T22:52:33.115Z Compiling parking_lot v0.12.1
11902023-10-17T22:52:33.120Z Compiling indexmap v1.9.3
11912023-10-17T22:52:33.127Z Compiling tinyvec_macros v0.1.1
11922023-10-17T22:52:33.132Z Compiling time-core v0.1.1
11932023-10-17T22:52:33.143Z Compiling dyn-clone v1.0.13
11942023-10-17T22:52:33.148Z Compiling tinyvec v1.6.0
11952023-10-17T22:52:33.152Z Compiling openssl-sys v0.9.93
11962023-10-17T22:52:33.158Z Compiling time-macros v0.2.13
11972023-10-17T22:52:33.167Z Compiling socket2 v0.5.3
11982023-10-17T22:52:33.171Z Compiling mio v0.8.8
11992023-10-17T22:52:33.184Z Compiling signal-hook-registry v1.4.1
12002023-10-17T22:52:33.600Z Compiling num_cpus v1.16.0
12012023-10-17T22:52:33.613Z Compiling unicode-bidi v0.3.13
12022023-10-17T22:52:33.625Z Compiling unicode-normalization v0.1.22
12032023-10-17T22:52:33.634Z Compiling rustls v0.21.7
12042023-10-17T22:52:33.662Z Compiling spin v0.5.2
12052023-10-17T22:52:33.683Z Compiling slog v2.7.0
12062023-10-17T22:52:33.691Z Compiling ucd-trie v0.1.6
12072023-10-17T22:52:33.699Z Compiling percent-encoding v2.3.0
12082023-10-17T22:52:33.742Z Compiling backtrace v0.3.69
12092023-10-17T22:52:33.759Z Compiling async-trait v0.1.73
12102023-10-17T22:52:33.766Z Compiling serde_derive_internals v0.26.0
12112023-10-17T22:52:33.772Z Compiling form_urlencoded v1.2.0
12122023-10-17T22:52:33.780Z Compiling aho-corasick v1.0.4
12132023-10-17T22:52:33.791Z Compiling openssl v0.10.57
12142023-10-17T22:52:33.801Z Compiling regex-syntax v0.7.5
12152023-10-17T22:52:33.810Z Compiling futures-sink v0.3.28
12162023-10-17T22:52:33.816Z Compiling pin-utils v0.1.0
12172023-10-17T22:52:33.823Z Compiling anyhow v1.0.75
12182023-10-17T22:52:33.834Z Compiling winnow v0.5.15
12192023-10-17T22:52:33.842Z Compiling idna v0.4.0
12202023-10-17T22:52:33.853Z Compiling native-tls v0.2.11
12212023-10-17T22:52:33.872Z Compiling url v2.4.1
12222023-10-17T22:52:33.884Z Compiling unicode-xid v0.2.4
12232023-10-17T22:52:34.536Z Compiling futures-io v0.3.28
12242023-10-17T22:52:34.564Z Compiling unicode-width v0.1.10
12252023-10-17T22:52:34.829Z Compiling regex-automata v0.3.8
12262023-10-17T22:52:35.006Z Compiling const-oid v0.9.5
12272023-10-17T22:52:35.578Z Compiling hashbrown v0.13.2
12282023-10-17T22:52:36.245Z Compiling synstructure v0.12.6
12292023-10-17T22:52:36.295Z Compiling crossbeam-utils v0.8.16
12302023-10-17T22:52:37.031Z Compiling cpufeatures v0.2.9
12312023-10-17T22:52:37.153Z Compiling tracing-core v0.1.31
12322023-10-17T22:52:37.522Z Compiling adler v1.0.2
12332023-10-17T22:52:37.860Z Compiling ppv-lite86 v0.2.17
12342023-10-17T22:52:38.192Z Compiling miniz_oxide v0.7.1
12352023-10-17T22:52:38.838Z Compiling rustix v0.38.9
12362023-10-17T22:52:39.171Z Compiling rand_chacha v0.3.1
12372023-10-17T22:52:39.677Z Compiling usdt-impl v0.3.5
12382023-10-17T22:52:39.942Z Compiling gimli v0.28.0
12392023-10-17T22:52:40.477Z Compiling bitflags v1.3.2
12402023-10-17T22:52:41.013Z Compiling rand v0.8.5
12412023-10-17T22:52:41.076Z Compiling object v0.32.1
12422023-10-17T22:52:41.159Z Compiling num_threads v0.1.6
12432023-10-17T22:52:41.283Z Compiling rustc-demangle v0.1.23
12442023-10-17T22:52:41.333Z Compiling deranged v0.3.8
12452023-10-17T22:52:41.733Z Compiling serde_derive v1.0.188
12462023-10-17T22:52:42.101Z Compiling zeroize_derive v1.4.2
12472023-10-17T22:52:43.025Z Compiling thiserror-impl v1.0.49
12482023-10-17T22:52:43.411Z Compiling tokio-macros v2.1.0
12492023-10-17T22:52:44.484Z Compiling futures-macro v0.3.28
12502023-10-17T22:52:44.543Z Compiling tracing-attributes v0.1.26
12512023-10-17T22:52:45.851Z Compiling schemars_derive v0.8.13
12522023-10-17T22:52:47.803Z Compiling zeroize v1.6.0
12532023-10-17T22:52:47.927Z Compiling pest v2.7.2
12542023-10-17T22:52:48.546Z Compiling openssl-macros v0.1.1
12552023-10-17T22:52:50.099Z Compiling regex v1.9.5
12562023-10-17T22:52:50.703Z Compiling crypto-common v0.1.6
12572023-10-17T22:52:50.812Z Compiling block-buffer v0.10.4
12582023-10-17T22:52:51.177Z Compiling digest v0.10.7
12592023-10-17T22:52:51.892Z Compiling zerocopy-derive v0.2.0
12602023-10-17T22:52:51.974Z Compiling tracing v0.1.37
12612023-10-17T22:52:52.670Z Compiling pest_meta v2.7.2
12622023-10-17T22:52:52.788Z Compiling addr2line v0.21.0
12632023-10-17T22:52:53.019Z Compiling time v0.3.27
12642023-10-17T22:52:53.805Z Compiling thread-id v4.2.0
12652023-10-17T22:52:53.967Z Compiling base64 v0.21.4
12662023-10-17T22:52:54.766Z Compiling zerocopy v0.3.0
12672023-10-17T22:52:56.057Z Compiling pest_generator v2.7.2
12682023-10-17T22:52:56.803Z Compiling dof v0.1.5
12692023-10-17T22:52:59.779Z Compiling lazy_static v1.4.0
12702023-10-17T22:52:59.986Z Compiling untrusted v0.7.1
12712023-10-17T22:53:00.154Z Compiling pest_derive v2.7.2
12722023-10-17T22:53:01.125Z Compiling strsim v0.10.0
12732023-10-17T22:53:01.256Z Compiling dtrace-parser v0.1.14
12742023-10-17T22:53:02.276Z Compiling regress v0.7.1
12752023-10-17T22:53:02.514Z Compiling socket2 v0.4.9
12762023-10-17T22:53:02.667Z Compiling hashbrown v0.12.3
12772023-10-17T22:53:04.254Z Compiling rustls-webpki v0.101.4
12782023-10-17T22:53:04.800Z Compiling sct v0.7.0
12792023-10-17T22:53:04.821Z Compiling try-lock v0.2.4
12802023-10-17T22:53:05.020Z Compiling httpdate v1.0.3
12812023-10-17T22:53:05.304Z Compiling bytes v1.5.0
12822023-10-17T22:53:05.769Z Compiling indexmap v2.0.0
12832023-10-17T22:53:05.930Z Compiling chrono v0.4.31
12842023-10-17T22:53:06.029Z Compiling uuid v1.4.1
12852023-10-17T22:53:06.755Z Compiling http v0.2.9
12862023-10-17T22:53:07.194Z Compiling tokio v1.32.0
12872023-10-17T22:53:07.628Z Compiling serde_spanned v0.6.3
12882023-10-17T22:53:07.796Z Compiling toml_datetime v0.6.3
12892023-10-17T22:53:07.990Z Compiling bitflags v2.4.0
12902023-10-17T22:53:08.560Z Compiling toml_edit v0.19.15
12912023-10-17T22:53:08.700Z Compiling rustc_version v0.4.0
12922023-10-17T22:53:08.703Z Compiling openapiv3 v1.0.3
12932023-10-17T22:53:11.882Z Compiling serde_tokenstream v0.1.7
12942023-10-17T22:53:11.913Z Compiling serde_tokenstream v0.2.0
12952023-10-17T22:53:12.652Z Compiling http-body v0.4.5
12962023-10-17T22:53:12.780Z Compiling want v0.3.1
12972023-10-17T22:53:13.283Z Compiling rustls-pemfile v1.0.3
12982023-10-17T22:53:13.905Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
12992023-10-17T22:53:13.965Z Compiling openssl-probe v0.1.5
13002023-10-17T22:53:14.157Z Compiling usdt-macro v0.3.5
13012023-10-17T22:53:14.533Z Compiling usdt-attr-macro v0.3.5
13022023-10-17T22:53:16.623Z Compiling foreign-types-shared v0.1.1
13032023-10-17T22:53:16.728Z Compiling mime v0.3.17
13042023-10-17T22:53:16.783Z Compiling tower-service v0.3.2
13052023-10-17T22:53:16.815Z Compiling foreign-types v0.3.2
13062023-10-17T22:53:16.967Z Compiling errno v0.3.2
13072023-10-17T22:53:17.076Z Compiling ipnet v2.8.0
13082023-10-17T22:53:17.549Z Compiling getopts v0.2.21
13092023-10-17T22:53:19.077Z Compiling encoding_rs v0.8.33
13102023-10-17T22:53:19.291Z Compiling unsafe-libyaml v0.2.9
13112023-10-17T22:53:19.332Z Compiling rustls-native-certs v0.6.3
13122023-10-17T22:53:20.000Z Compiling serde_urlencoded v0.7.1
13132023-10-17T22:53:20.871Z Compiling tokio-util v0.7.8
13142023-10-17T22:53:22.430Z Compiling tokio-rustls v0.24.1
13152023-10-17T22:53:22.454Z Compiling serde_yaml v0.9.25
13162023-10-17T22:53:23.054Z Compiling h2 v0.3.21
13172023-10-17T22:53:24.033Z Compiling webpki-roots v0.25.2
13182023-10-17T22:53:28.283Z Compiling hmac v0.12.1
13192023-10-17T22:53:28.605Z Compiling num-integer v0.1.45
13202023-10-17T22:53:28.608Z Compiling rustversion v1.0.14
13212023-10-17T22:53:29.037Z Compiling sha2 v0.10.7
13222023-10-17T22:53:29.636Z Compiling block-padding v0.3.3
13232023-10-17T22:53:30.283Z Compiling tokio-native-tls v0.3.1
13242023-10-17T22:53:30.425Z Compiling inout v0.1.3
13252023-10-17T22:53:30.683Z Compiling futures-executor v0.3.28
13262023-10-17T22:53:31.669Z Compiling cipher v0.4.4
13272023-10-17T22:53:32.016Z Compiling toml v0.7.8
13282023-10-17T22:53:32.430Z Compiling fallible-iterator v0.2.0
13292023-10-17T22:53:33.304Z Compiling crc32fast v1.3.2
13302023-10-17T22:53:33.322Z Compiling futures v0.3.28
13312023-10-17T22:53:33.487Z Compiling ipnetwork v0.20.0
13322023-10-17T22:53:33.612Z Compiling spin v0.9.8
13332023-10-17T22:53:34.003Z Compiling siphasher v0.3.11
13342023-10-17T22:53:34.215Z Compiling usdt v0.3.5
13352023-10-17T22:53:34.621Z Compiling hyper v0.14.27
13362023-10-17T22:53:34.978Z Compiling md-5 v0.10.5
13372023-10-17T22:53:35.586Z Compiling stringprep v0.1.3
13382023-10-17T22:53:36.353Z Compiling io-lifetimes v1.0.11
13392023-10-17T22:53:36.485Z Compiling postgres-protocol v0.6.6
13402023-10-17T22:53:37.114Z Compiling phf_shared v0.11.2
13412023-10-17T22:53:37.380Z Compiling hex v0.4.3
13422023-10-17T22:53:37.528Z Compiling enum-as-inner v0.5.1
13432023-10-17T22:53:38.084Z Compiling slog-async v2.8.0
13442023-10-17T22:53:38.412Z Compiling postgres-types v0.2.6
13452023-10-17T22:53:38.758Z Compiling phf v0.11.2
13462023-10-17T22:53:38.829Z Compiling num-bigint v0.4.4
13472023-10-17T22:53:39.052Z Compiling rustix v0.37.23
13482023-10-17T22:53:39.468Z Compiling data-encoding v2.4.0
13492023-10-17T22:53:39.554Z Compiling whoami v1.4.1
13502023-10-17T22:53:40.519Z Compiling tokio-postgres v0.7.10
13512023-10-17T22:53:41.301Z Compiling zerocopy-derive v0.6.3
13522023-10-17T22:53:41.391Z Compiling static_assertions v1.1.0
13532023-10-17T22:53:44.452Z Compiling ident_case v1.0.1
13542023-10-17T22:53:44.738Z Compiling either v1.9.0
13552023-10-17T22:53:44.902Z Compiling darling_core v0.20.3
13562023-10-17T22:53:45.238Z Compiling camino v1.1.6
13572023-10-17T22:53:45.361Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13582023-10-17T22:53:46.150Z Compiling hyper-rustls v0.24.1
13592023-10-17T22:53:46.317Z Compiling hyper-tls v0.5.0
13602023-10-17T22:53:46.688Z Compiling flate2 v1.0.27
13612023-10-17T22:53:46.901Z Compiling reqwest v0.11.20
13622023-10-17T22:53:47.397Z Compiling strum_macros v0.25.2
13632023-10-17T22:53:48.341Z Compiling heapless v0.7.16
13642023-10-17T22:53:48.918Z Compiling bzip2-sys v0.1.11+1.0.8
13652023-10-17T22:53:49.382Z Compiling memoffset v0.9.0
13662023-10-17T22:53:49.579Z Compiling radium v0.7.0
13672023-10-17T22:53:49.795Z Compiling unicode-segmentation v1.10.1
13682023-10-17T22:53:51.313Z Compiling matches v0.1.10
13692023-10-17T22:53:51.430Z Compiling managed v0.8.0
13702023-10-17T22:53:51.451Z Compiling idna v0.2.3
13712023-10-17T22:53:52.337Z Compiling itertools v0.11.0
13722023-10-17T22:53:52.857Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13732023-10-17T22:53:53.050Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13742023-10-17T22:53:53.874Z Compiling darling_macro v0.20.3
13752023-10-17T22:53:54.176Z Compiling multer v2.1.0
13762023-10-17T22:53:54.477Z Compiling trust-dns-proto v0.22.0
13772023-10-17T22:53:55.097Z Compiling async-stream-impl v0.3.5
13782023-10-17T22:53:55.363Z Compiling darling v0.20.3
13792023-10-17T22:53:55.531Z Compiling serde_with_macros v2.3.3
13802023-10-17T22:53:57.207Z Compiling crossbeam-epoch v0.9.15
13812023-10-17T22:53:57.372Z Compiling num-iter v0.1.43
13822023-10-17T22:53:57.790Z Compiling smoltcp v0.9.1
13832023-10-17T22:53:57.806Z Compiling anstyle v1.0.2
13842023-10-17T22:53:58.530Z Compiling bit-vec v0.6.3
13852023-10-17T22:53:58.710Z Compiling utf8parse v0.2.1
13862023-10-17T22:53:58.966Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13872023-10-17T22:53:59.274Z Compiling paste v1.0.14
13882023-10-17T22:53:59.490Z Compiling anstyle-parse v0.2.1
13892023-10-17T22:54:00.731Z Compiling zerocopy v0.6.3
13902023-10-17T22:54:01.627Z Compiling signature v2.1.0
13912023-10-17T22:54:01.694Z Compiling hubpack_derive v0.1.1
13922023-10-17T22:54:01.974Z Compiling clap_derive v4.4.2
13932023-10-17T22:54:02.560Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
13942023-10-17T22:54:02.968Z Compiling anstyle-query v1.0.0
13952023-10-17T22:54:03.159Z Compiling colorchoice v1.0.0
13962023-10-17T22:54:03.398Z Compiling anstream v0.5.0
13972023-10-17T22:54:04.512Z Compiling yasna v0.5.2
13982023-10-17T22:54:05.078Z Compiling terminal_size v0.2.6
13992023-10-17T22:54:06.660Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14002023-10-17T22:54:07.752Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14012023-10-17T22:54:08.300Z Compiling structmeta-derive v0.1.6
14022023-10-17T22:54:08.968Z Compiling diesel_table_macro_syntax v0.1.0
14032023-10-17T22:54:09.365Z Compiling hash32 v0.2.1
14042023-10-17T22:54:09.596Z Compiling tap v1.0.1
14052023-10-17T22:54:09.847Z Compiling clap_lex v0.5.1
14062023-10-17T22:54:09.972Z Compiling stable_deref_trait v1.2.0
14072023-10-17T22:54:10.420Z Compiling clap_builder v4.4.2
14082023-10-17T22:54:10.707Z Compiling wyz v0.5.1
14092023-10-17T22:54:11.043Z Compiling diesel_derives v2.1.1
14102023-10-17T22:54:11.657Z Compiling tokio-stream v0.1.14
14112023-10-17T22:54:12.291Z Compiling serde_repr v0.1.16
14122023-10-17T22:54:12.656Z Compiling structmeta v0.1.6
14132023-10-17T22:54:12.959Z Compiling scheduled-thread-pool v0.2.7
14142023-10-17T22:54:13.251Z Compiling funty v2.0.0
14152023-10-17T22:54:13.284Z Compiling regex-automata v0.1.10
14162023-10-17T22:54:13.935Z Compiling regex-syntax v0.6.29
14172023-10-17T22:54:13.962Z Compiling bstr v0.2.17
14182023-10-17T22:54:14.872Z Compiling r2d2 v0.8.10
14192023-10-17T22:54:15.458Z Compiling bitvec v1.0.1
14202023-10-17T22:54:16.762Z Compiling clap v4.4.3
14212023-10-17T22:54:17.110Z Compiling hubpack v0.1.2
14222023-10-17T22:54:18.411Z Compiling itertools v0.10.5
14232023-10-17T22:54:18.529Z Compiling phf_shared v0.10.0
14242023-10-17T22:54:19.841Z Compiling float-cmp v0.9.0
14252023-10-17T22:54:20.199Z Compiling new_debug_unreachable v1.0.4
14262023-10-17T22:54:20.255Z Compiling unicode-linebreak v0.1.5
14272023-10-17T22:54:20.338Z Compiling predicates-core v1.0.6
14282023-10-17T22:54:20.953Z Compiling normalize-line-endings v0.3.0
14292023-10-17T22:54:21.100Z Compiling fixedbitset v0.4.2
14302023-10-17T22:54:21.128Z Compiling difflib v0.4.0
14312023-10-17T22:54:23.005Z Compiling smawk v0.3.1
14322023-10-17T22:54:23.257Z Compiling precomputed-hash v0.1.1
14332023-10-17T22:54:23.304Z Compiling textwrap v0.16.0
14342023-10-17T22:54:23.413Z Compiling string_cache v0.8.7
14352023-10-17T22:54:23.436Z Compiling parse-display-derive v0.7.0
14362023-10-17T22:54:24.169Z Compiling predicates v3.0.4
14372023-10-17T22:54:24.466Z Compiling petgraph v0.6.4
14382023-10-17T22:54:25.520Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
14392023-10-17T22:54:27.032Z Compiling similar v2.2.1
14402023-10-17T22:54:27.404Z Compiling bit-set v0.5.3
14412023-10-17T22:54:27.848Z Compiling console v0.15.7
14422023-10-17T22:54:28.194Z Compiling bstr v1.6.0
14432023-10-17T22:54:29.842Z Compiling lalrpop-util v0.19.12
14442023-10-17T22:54:35.295Z Compiling diesel v2.1.1
14452023-10-17T22:54:40.318Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14462023-10-17T22:54:40.358Z Compiling proc-macro-crate v1.3.1
14472023-10-17T22:54:41.581Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14482023-10-17T22:55:10.852Z Compiling atty v0.2.14
14492023-10-17T22:55:13.244Z Compiling sha1 v0.10.5
14502023-10-17T22:55:13.919Z Compiling match_cfg v0.1.0
14512023-10-17T22:55:14.049Z Compiling hostname v0.3.1
14522023-10-17T22:55:18.552Z Compiling dirs-sys-next v0.1.2
14532023-10-17T22:55:24.154Z Compiling dirs-next v2.0.0
14542023-10-17T22:55:25.868Z Compiling thread_local v1.1.7
14552023-10-17T22:55:28.550Z Compiling term v0.7.0
14562023-10-17T22:55:28.572Z Compiling crossbeam-channel v0.5.8
14572023-10-17T22:55:30.798Z Compiling take_mut v0.2.2
14582023-10-17T22:55:30.852Z Compiling slog-term v2.9.0
14592023-10-17T22:55:31.377Z Compiling slog-json v2.6.1
14602023-10-17T22:55:32.013Z Compiling instant v0.1.12
14612023-10-17T22:55:33.178Z Compiling slog-bunyan v2.4.0
14622023-10-17T22:55:33.875Z Compiling strum v0.25.0
14632023-10-17T22:55:34.131Z Compiling atomic-waker v1.1.1
14642023-10-17T22:55:34.800Z Compiling crucible-workspace-hack v0.1.0
14652023-10-17T22:55:34.864Z Compiling waitgroup v0.1.2
14662023-10-17T22:55:35.194Z Compiling num_enum_derive v0.5.11
14672023-10-17T22:55:35.226Z Compiling serde_with v2.3.3
14682023-10-17T22:55:35.727Z Compiling async-stream v0.3.5
14692023-10-17T22:55:37.617Z Compiling serde_path_to_error v0.1.14
14702023-10-17T22:55:37.702Z Compiling libz-sys v1.1.12
14712023-10-17T22:55:38.492Z Compiling debug-ignore v1.0.5
14722023-10-17T22:55:38.582Z Compiling fastrand v2.0.0
14732023-10-17T22:55:39.115Z Compiling tempfile v3.8.0
14742023-10-17T22:55:40.710Z Compiling proc-macro-error-attr v1.0.4
14752023-10-17T22:55:41.131Z Compiling slog-dtrace v0.2.3
14762023-10-17T22:55:42.577Z Compiling backoff v0.4.0
14772023-10-17T22:55:43.102Z Compiling parse-display v0.7.0
14782023-10-17T22:55:45.028Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14792023-10-17T22:55:45.256Z Compiling macaddr v1.0.1
14802023-10-17T22:55:45.634Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14812023-10-17T22:55:45.650Z Compiling libgit2-sys v0.15.2+1.6.4
14822023-10-17T22:55:45.997Z Compiling proc-macro-error v1.0.4
14832023-10-17T22:55:46.422Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14842023-10-17T22:55:48.721Z Compiling libsqlite3-sys v0.26.0
14852023-10-17T22:55:48.839Z Compiling memoffset v0.7.1
14862023-10-17T22:55:49.210Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14872023-10-17T22:55:51.496Z Compiling vergen v8.2.4
14882023-10-17T22:55:51.753Z Compiling foreign-types-macros v0.2.3
14892023-10-17T22:55:52.448Z Compiling base64ct v1.6.0
14902023-10-17T22:55:55.247Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
14912023-10-17T22:55:56.493Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14922023-10-17T22:56:00.859Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
14932023-10-17T22:56:02.056Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14942023-10-17T22:56:02.218Z Compiling platforms v3.0.2
14952023-10-17T22:56:02.847Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
14962023-10-17T22:56:03.192Z Compiling num_enum_derive v0.7.0
14972023-10-17T22:56:03.283Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14982023-10-17T22:56:03.322Z Compiling password-hash v0.5.0
14992023-10-17T22:56:03.863Z Compiling curve25519-dalek v4.1.0
15002023-10-17T22:56:03.872Z Compiling heck v0.3.3
15012023-10-17T22:56:04.412Z Compiling blake2 v0.10.6
15022023-10-17T22:56:04.511Z Compiling libefi-sys v0.1.0
15032023-10-17T22:56:04.891Z Compiling structopt-derive v0.4.18
15042023-10-17T22:56:05.083Z Compiling zone_cfg_derive v0.2.0
15052023-10-17T22:56:05.999Z Compiling argon2 v0.5.2
15062023-10-17T22:56:06.697Z Compiling curve25519-dalek-derive v0.1.0
15072023-10-17T22:56:06.792Z Compiling same-file v1.0.6
15082023-10-17T22:56:07.143Z Compiling walkdir v2.4.0
15092023-10-17T22:56:07.458Z Compiling toml v0.5.11
15102023-10-17T22:56:07.526Z Compiling semver-parser v0.10.2
15112023-10-17T22:56:08.242Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15122023-10-17T22:56:08.776Z Compiling filetime v0.2.22
15132023-10-17T22:56:08.933Z Compiling xattr v1.0.1
15142023-10-17T22:56:09.272Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
15152023-10-17T22:56:09.356Z Compiling getrandom v0.1.16
15162023-10-17T22:56:09.463Z Compiling erased-serde v0.3.30
15172023-10-17T22:56:09.795Z Compiling tar v0.4.40
15182023-10-17T22:56:10.197Z Compiling semver v0.11.0
15192023-10-17T22:56:10.269Z Compiling universal-hash v0.5.1
15202023-10-17T22:56:10.584Z Compiling bitstruct_derive v0.1.0
15212023-10-17T22:56:10.828Z Compiling async-recursion v1.0.5
15222023-10-17T22:56:11.320Z Compiling opaque-debug v0.3.0
15232023-10-17T22:56:11.461Z Compiling home v0.5.5
15242023-10-17T22:56:11.889Z Compiling toolchain_find v0.2.0
15252023-10-17T22:56:11.911Z Compiling num-rational v0.4.1
15262023-10-17T22:56:12.323Z Compiling unicase v2.7.0
15272023-10-17T22:56:12.597Z Compiling parking_lot_core v0.8.6
15282023-10-17T22:56:12.693Z Compiling rustfmt-wrapper v0.2.0
15292023-10-17T22:56:12.711Z Compiling omicron-zone-package v0.8.3
15302023-10-17T22:56:13.052Z Compiling num_enum v0.5.11
15312023-10-17T22:56:13.288Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
15322023-10-17T22:56:13.316Z Compiling aead v0.5.2
15332023-10-17T22:56:13.667Z Compiling postcard-cobs v0.1.5-pre
15342023-10-17T22:56:13.771Z Compiling winapi v0.3.9
15352023-10-17T22:56:13.890Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
15362023-10-17T22:56:14.022Z Compiling postcard v0.7.3
15372023-10-17T22:56:14.115Z Compiling polyval v0.6.1
15382023-10-17T22:56:14.534Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15392023-10-17T22:56:15.024Z Compiling smoltcp v0.8.2
15402023-10-17T22:56:15.047Z Compiling aes v0.8.3
15412023-10-17T22:56:15.154Z Compiling ctr v0.9.2
15422023-10-17T22:56:15.547Z Compiling thiserror-impl-no-std v2.0.2
15432023-10-17T22:56:15.638Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15442023-10-17T22:56:15.913Z Compiling cfg-if v0.1.10
15452023-10-17T22:56:15.967Z Compiling foreign-types-shared v0.3.1
15462023-10-17T22:56:16.146Z Compiling foreign-types v0.5.0
15472023-10-17T22:56:17.167Z Compiling mime_guess v2.0.4
15482023-10-17T22:56:20.037Z Compiling is-terminal v0.4.9
15492023-10-17T22:56:20.252Z Compiling toml_edit v0.20.0
15502023-10-17T22:56:20.255Z Compiling hashlink v0.8.3
15512023-10-17T22:56:21.357Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15522023-10-17T22:56:21.870Z Compiling cstr-argument v0.1.2
15532023-10-17T22:56:21.882Z Compiling fallible-streaming-iterator v0.1.9
15542023-10-17T22:56:22.284Z Compiling pretty-hex v0.2.1
15552023-10-17T22:56:23.352Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15562023-10-17T22:56:24.950Z Compiling rusqlite v0.29.0
15572023-10-17T22:56:25.003Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15582023-10-17T22:56:26.359Z Compiling toml v0.8.0
15592023-10-17T22:56:27.631Z Compiling colored v2.0.4
15602023-10-17T22:56:28.330Z Compiling nix v0.26.2
15612023-10-17T22:56:28.801Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15622023-10-17T22:56:30.588Z Compiling twox-hash v1.6.3
15632023-10-17T22:56:31.076Z Compiling hkdf v0.12.3
15642023-10-17T22:56:31.790Z Compiling textwrap v0.11.0
15652023-10-17T22:56:31.819Z Compiling const_format_proc_macros v0.2.31
15662023-10-17T22:56:32.644Z Compiling quick-error v1.2.3
15672023-10-17T22:56:32.879Z Compiling vec_map v0.8.2
15682023-10-17T22:56:33.347Z Compiling linked-hash-map v0.5.6
15692023-10-17T22:56:33.918Z Compiling ansi_term v0.12.1
15702023-10-17T22:56:34.107Z Compiling strsim v0.8.0
15712023-10-17T22:56:34.822Z Compiling base64 v0.13.1
15722023-10-17T22:56:35.988Z Compiling clap v2.34.0
15732023-10-17T22:56:36.012Z Compiling lru-cache v0.1.2
15742023-10-17T22:56:36.063Z Compiling resolv-conf v0.7.0
15752023-10-17T22:56:37.946Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15762023-10-17T22:56:38.421Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15772023-10-17T22:56:40.361Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15782023-10-17T22:56:41.807Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
15792023-10-17T22:56:43.368Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
15802023-10-17T22:56:45.163Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
15812023-10-17T22:56:46.496Z Compiling num_enum v0.7.0
15822023-10-17T22:56:47.260Z Compiling bincode v1.3.3
15832023-10-17T22:56:47.918Z Compiling convert_case v0.4.0
15842023-10-17T22:56:49.706Z Compiling utf-8 v0.7.6
15852023-10-17T22:56:49.912Z Compiling keccak v0.1.4
15862023-10-17T22:56:49.981Z Compiling cancel-safe-futures v0.1.2
15872023-10-17T22:56:50.231Z Compiling termcolor v1.2.0
15882023-10-17T22:56:51.024Z Compiling humantime v2.1.0
15892023-10-17T22:56:51.678Z Compiling env_logger v0.9.3
15902023-10-17T22:56:51.810Z Compiling sha3 v0.10.8
15912023-10-17T22:56:52.902Z Compiling derive_more v0.99.17
15922023-10-17T22:56:53.301Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15932023-10-17T22:56:58.398Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15942023-10-17T22:56:59.851Z Compiling structopt v0.3.26
15952023-10-17T22:57:00.086Z Compiling trust-dns-resolver v0.22.0
15962023-10-17T22:57:04.420Z Compiling aes-gcm-siv v0.11.1
15972023-10-17T22:57:05.665Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15982023-10-17T22:57:06.443Z Compiling zone v0.2.0
15992023-10-17T22:57:06.959Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16002023-10-17T22:57:07.905Z Compiling secrecy v0.8.0
16012023-10-17T22:57:08.327Z Compiling smf v0.2.2
16022023-10-17T22:57:08.901Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16032023-10-17T22:57:09.128Z Compiling ascii v1.1.0
16042023-10-17T22:57:09.224Z Compiling ringbuffer v0.15.0
16052023-10-17T22:57:10.158Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16062023-10-17T22:57:11.259Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16072023-10-17T22:57:11.417Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16082023-10-17T22:57:12.451Z Compiling bitstruct v0.1.1
16092023-10-17T22:57:13.424Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16102023-10-17T22:57:14.590Z Compiling serde_arrays v0.1.0
16112023-10-17T22:57:14.829Z Compiling ff v0.13.0
16122023-10-17T22:57:14.874Z Compiling nibble_vec v0.1.0
16132023-10-17T22:57:15.183Z Compiling arc-swap v1.6.0
16142023-10-17T22:57:15.313Z Compiling endian-type v0.1.2
16152023-10-17T22:57:15.662Z Compiling radix_trie v0.2.1
16162023-10-17T22:57:15.709Z Compiling group v0.13.0
16172023-10-17T22:57:15.962Z Compiling slog-scope v4.4.0
16182023-10-17T22:57:16.234Z Compiling rand_core v0.5.1
16192023-10-17T22:57:16.755Z Compiling tungstenite v0.20.1
16202023-10-17T22:57:17.114Z Compiling poly1305 v0.8.0
16212023-10-17T22:57:18.514Z Compiling chacha20 v0.9.1
16222023-10-17T22:57:18.960Z Compiling crypto-bigint v0.5.2
16232023-10-17T22:57:19.120Z Compiling num-complex v0.4.4
16242023-10-17T22:57:19.152Z Compiling option-ext v0.2.0
16252023-10-17T22:57:19.334Z Compiling half v1.8.2
16262023-10-17T22:57:19.807Z Compiling base16ct v0.2.0
16272023-10-17T22:57:20.030Z Compiling ciborium-io v0.2.1
16282023-10-17T22:57:20.223Z Compiling ciborium-ll v0.2.1
16292023-10-17T22:57:20.386Z Compiling dirs-sys v0.4.1
16302023-10-17T22:57:20.891Z Compiling num v0.4.1
16312023-10-17T22:57:20.928Z Compiling tokio-tungstenite v0.20.1
16322023-10-17T22:57:20.963Z Compiling parking_lot v0.11.2
16332023-10-17T22:57:21.050Z Compiling rand_chacha v0.2.2
16342023-10-17T22:57:21.149Z Compiling trust-dns-client v0.22.0
16352023-10-17T22:57:21.299Z Compiling slog-stdlog v4.1.1
16362023-10-17T22:57:21.575Z Compiling thiserror-no-std v2.0.2
16372023-10-17T22:57:21.904Z Compiling elliptic-curve v0.13.5
16382023-10-17T22:57:22.702Z Compiling password-hash v0.4.2
16392023-10-17T22:57:22.821Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16402023-10-17T22:57:22.884Z Compiling ed25519 v2.2.2
16412023-10-17T22:57:23.434Z Compiling blowfish v0.9.1
16422023-10-17T22:57:24.128Z Compiling pbkdf2 v0.12.2
16432023-10-17T22:57:24.311Z Compiling fxhash v0.2.1
16442023-10-17T22:57:24.858Z Compiling sled v0.34.7
16452023-10-17T22:57:24.963Z Compiling bcrypt-pbkdf v0.10.0
16462023-10-17T22:57:25.307Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16472023-10-17T22:57:25.409Z Compiling trust-dns-server v0.22.1
16482023-10-17T22:57:25.671Z Compiling pbkdf2 v0.11.0
16492023-10-17T22:57:25.765Z Compiling ed25519-dalek v2.0.0
16502023-10-17T22:57:26.264Z Compiling vsss-rs v3.3.1
16512023-10-17T22:57:26.699Z Compiling russh-cryptovec v0.7.0
16522023-10-17T22:57:26.764Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16532023-10-17T22:57:27.674Z Compiling rand v0.7.3
16542023-10-17T22:57:27.937Z Compiling slog-envlogger v2.2.0
16552023-10-17T22:57:29.460Z Compiling dirs v5.0.1
16562023-10-17T22:57:29.761Z Compiling ciborium v0.2.1
16572023-10-17T22:57:30.983Z Compiling chacha20poly1305 v0.10.1
16582023-10-17T22:57:31.065Z Compiling tungstenite v0.18.0
16592023-10-17T22:57:31.297Z Compiling ron v0.7.1
16602023-10-17T22:57:32.406Z Compiling pem v1.1.1
16612023-10-17T22:57:33.538Z Compiling const_format v0.2.31
16622023-10-17T22:57:34.110Z Compiling ghash v0.5.0
16632023-10-17T22:57:35.040Z Compiling camino-tempfile v1.0.2
16642023-10-17T22:57:35.754Z Compiling cbc v0.1.2
16652023-10-17T22:57:35.772Z Compiling headers-core v0.2.0
16662023-10-17T22:57:36.160Z Compiling pretty-hex v0.3.0
16672023-10-17T22:57:36.461Z Compiling bit_field v0.10.2
16682023-10-17T22:57:36.484Z Compiling http-range v0.1.5
16692023-10-17T22:57:36.611Z Compiling md5 v0.7.0
16702023-10-17T22:57:36.922Z Compiling hyper-staticfile v0.9.5
16712023-10-17T22:57:37.066Z Compiling russh-keys v0.38.0
16722023-10-17T22:57:38.451Z Compiling headers v0.3.9
16732023-10-17T22:57:42.188Z Compiling aes-gcm v0.10.2
16742023-10-17T22:57:42.855Z Compiling rcgen v0.10.0
16752023-10-17T22:57:43.048Z Compiling tokio-tungstenite v0.18.0
16762023-10-17T22:57:49.316Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
16772023-10-17T22:57:49.636Z Compiling atomicwrites v0.4.2
16782023-10-17T22:57:50.189Z Compiling subprocess v0.2.9
16792023-10-17T22:57:50.772Z Compiling glob v0.3.1
16802023-10-17T22:57:51.033Z Compiling hex-literal v0.4.1
16812023-10-17T22:57:51.259Z Compiling russh v0.38.0
16822023-10-17T22:57:57.268Z Compiling bzip2 v0.4.4
16832023-10-17T22:57:57.875Z Compiling zip v0.6.6
16842023-10-17T22:58:00.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16852023-10-17T22:58:00.799Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16862023-10-17T22:58:01.000Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16872023-10-17T22:58:01.004Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16882023-10-17T22:58:01.008Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16892023-10-17T22:58:01.077Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16902023-10-17T22:58:01.637Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16912023-10-17T22:58:01.859Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16922023-10-17T22:58:02.048Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16932023-10-17T22:58:04.100Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16942023-10-17T22:58:12.788Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
16952023-10-17T22:58:18.816Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16962023-10-17T22:58:23.672Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16972023-10-17T22:58:27.149Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16982023-10-17T22:58:37.734Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16992023-10-17T22:58:40.902Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17002023-10-17T22:58:45.305Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17012023-10-17T22:58:47.782Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17022023-10-17T22:58:50.987Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17032023-10-17T22:58:52.372Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17042023-10-17T22:59:09.990Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17052023-10-17T22:59:32.611Z Compiling git2 v0.17.2
17062023-10-17T22:59:38.922Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17072023-10-17T22:59:40.859Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17082023-10-17T22:59:52.781Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17092023-10-17T23:00:09.271Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17102023-10-17T23:00:09.562Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17112023-10-17T23:00:10.158Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17122023-10-17T23:00:13.191Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17132023-10-17T23:00:50.012Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17142023-10-17T23:02:16.201Z Finished dev [unoptimized + debuginfo] target(s) in 11m 00s
17152023-10-17T23:02:16.588Z
17162023-10-17T23:02:16.592Zreal 11:00.660277971
17172023-10-17T23:02:16.595Zuser 58:26.898260789
17182023-10-17T23:02:16.599Zsys 9:24.974856200
17192023-10-17T23:02:16.602Ztrap 2.328370995
17202023-10-17T23:02:16.605Ztflt 6.533756810
17212023-10-17T23:02:16.608Zdflt 8.703903868
17222023-10-17T23:02:16.610Zkflt 0.021480862
17232023-10-17T23:02:16.613Zlock 1:49:23.627082194
17242023-10-17T23:02:16.617Zslp 3:06:00.375448835
17252023-10-17T23:02:16.620Zlat 2:24.386547437
17262023-10-17T23:02:16.624Zstop 5:34.030065414
17272023-10-17T23:02:16.627Z+ mkdir -p /work/end-to-end-tests
17282023-10-17T23:02:16.629Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17292023-10-17T23:02:17.555Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17302023-10-17T23:02:17.559Z+ ptime -m gzip
17312023-10-17T23:02:17.562Z++ basename target/debug/bootstrap
17322023-10-17T23:02:34.404Z
17332023-10-17T23:02:34.409Zreal 16.841432127
17342023-10-17T23:02:34.416Zuser 16.679706872
17352023-10-17T23:02:34.422Zsys 0.156429990
17362023-10-17T23:02:34.428Ztrap 0.003486134
17372023-10-17T23:02:34.434Ztflt 0.000000000
17382023-10-17T23:02:34.443Zdflt 0.000000000
17392023-10-17T23:02:34.451Zkflt 0.000000000
17402023-10-17T23:02:34.465Zlock 0.000000000
17412023-10-17T23:02:34.477Zslp 0.000000000
17422023-10-17T23:02:34.480Zlat 0.001477007
17432023-10-17T23:02:34.483Zstop 0.000228443
17442023-10-17T23:02:34.486Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17452023-10-17T23:02:34.489Z+ ptime -m gzip
17462023-10-17T23:02:34.492Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-323c561dc2d9ecdb
17472023-10-17T23:02:35.493Z
17482023-10-17T23:02:35.496Zreal 1.079564556
17492023-10-17T23:02:35.498Zuser 1.067256567
17502023-10-17T23:02:35.501Zsys 0.011576228
17512023-10-17T23:02:35.504Ztrap 0.000118849
17522023-10-17T23:02:35.507Ztflt 0.000000000
17532023-10-17T23:02:35.509Zdflt 0.000000000
17542023-10-17T23:02:35.512Zkflt 0.000000000
17552023-10-17T23:02:35.521Zlock 0.000000000
17562023-10-17T23:02:35.525Zslp 0.000016014
17572023-10-17T23:02:35.527Zlat 0.000258011
17582023-10-17T23:02:35.530Zstop 0.000225425
17592023-10-17T23:02:35.533Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17602023-10-17T23:02:35.535Z+ ptime -m gzip
17612023-10-17T23:02:35.538Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-183991de1eaf7f15
17622023-10-17T23:02:54.471Z
17632023-10-17T23:02:54.478Zreal 18.969830816
17642023-10-17T23:02:54.481Zuser 18.789395525
17652023-10-17T23:02:54.484Zsys 0.175648290
17662023-10-17T23:02:54.487Ztrap 0.003201390
17672023-10-17T23:02:54.490Ztflt 0.000000000
17682023-10-17T23:02:54.493Zdflt 0.000000000
17692023-10-17T23:02:54.496Zkflt 0.000000000
17702023-10-17T23:02:54.499Zlock 0.000000000
17712023-10-17T23:02:54.502Zslp 0.000000000
17722023-10-17T23:02:54.504Zlat 0.001134216
17732023-10-17T23:02:54.507Zstop 0.000335630
17742023-10-17T23:02:54.510Z+ banner caboose-util
17752023-10-17T23:02:54.513Z
17762023-10-17T23:02:54.520Z #### ## ##### #### #### #### ###### # # #####
17772023-10-17T23:02:54.522Z # # # # # # # # # # # # # # #
17782023-10-17T23:02:54.525Z # # # ##### # # # # #### ##### ##### # # #
17792023-10-17T23:02:54.528Z # ###### # # # # # # # # # # #
17802023-10-17T23:02:54.531Z # # # # # # # # # # # # # # # #
17812023-10-17T23:02:54.534Z #### # # ##### #### #### #### ###### #### #
17822023-10-17T23:02:54.536Z
17832023-10-17T23:02:54.539Z+ ptime -m cargo build --locked -p caboose-util --release
17842023-10-17T23:02:55.187Z Downloading crates ...
17852023-10-17T23:02:55.499Z Downloaded crc v3.0.1
17862023-10-17T23:02:55.515Z Downloaded num-bigint-dig v0.8.4
17872023-10-17T23:02:55.525Z Downloaded nodrop v0.1.14
17882023-10-17T23:02:55.528Z Downloaded path-slash v0.1.5
17892023-10-17T23:02:55.531Z Downloaded crc-catalog v2.2.0
17902023-10-17T23:02:55.537Z Downloaded der_derive v0.7.2
17912023-10-17T23:02:55.540Z Downloaded flagset v0.4.3
17922023-10-17T23:02:55.543Z Downloaded maybe-uninit v2.0.0
17932023-10-17T23:02:55.546Z Downloaded packed_struct v0.10.1
17942023-10-17T23:02:55.549Z Downloaded bitfield v0.14.0
17952023-10-17T23:02:55.552Z Downloaded env_logger v0.10.0
17962023-10-17T23:02:55.556Z Downloaded array-init v0.0.4
17972023-10-17T23:02:55.559Z Downloaded pkcs1 v0.7.5
17982023-10-17T23:02:55.562Z Downloaded ron v0.8.1
17992023-10-17T23:02:55.567Z Downloaded x509-cert v0.2.4
18002023-10-17T23:02:55.577Z Downloaded object v0.30.4
18012023-10-17T23:02:55.593Z Downloaded rsa v0.9.2
18022023-10-17T23:02:55.601Z Downloaded pem-rfc7468 v0.7.0
18032023-10-17T23:02:55.604Z Downloaded crc-any v2.4.3
18042023-10-17T23:02:55.607Z Downloaded smallvec v0.6.14
18052023-10-17T23:02:55.610Z Downloaded serde-hex v0.1.0
18062023-10-17T23:02:55.613Z Downloaded packed_struct_codegen v0.10.1
18072023-10-17T23:02:55.770Z Compiling proc-macro2 v1.0.67
18082023-10-17T23:02:55.773Z Compiling unicode-ident v1.0.12
18092023-10-17T23:02:55.776Z Compiling libc v0.2.149
18102023-10-17T23:02:55.779Z Compiling autocfg v1.1.0
18112023-10-17T23:02:55.782Z Compiling serde v1.0.188
18122023-10-17T23:02:55.791Z Compiling version_check v0.9.4
18132023-10-17T23:02:55.794Z Compiling cfg-if v1.0.0
18142023-10-17T23:02:55.933Z Compiling parking_lot_core v0.9.8
18152023-10-17T23:02:55.946Z Compiling once_cell v1.18.0
18162023-10-17T23:02:56.062Z Compiling syn v1.0.109
18172023-10-17T23:02:56.516Z Compiling typenum v1.16.0
18182023-10-17T23:02:56.596Z Compiling libm v0.2.7
18192023-10-17T23:02:56.599Z Compiling futures-core v0.3.28
18202023-10-17T23:02:56.944Z Compiling lock_api v0.4.10
18212023-10-17T23:02:56.955Z Compiling generic-array v0.14.7
18222023-10-17T23:02:57.049Z Compiling num-traits v0.2.16
18232023-10-17T23:02:57.062Z Compiling pkg-config v0.3.27
18242023-10-17T23:02:57.343Z Compiling slab v0.4.9
18252023-10-17T23:02:57.534Z Compiling serde_json v1.0.107
18262023-10-17T23:02:57.739Z Compiling futures-task v0.3.28
18272023-10-17T23:02:57.888Z Compiling quote v1.0.33
18282023-10-17T23:02:57.984Z Compiling futures-channel v0.3.28
18292023-10-17T23:02:58.040Z Compiling thiserror v1.0.49
18302023-10-17T23:02:58.163Z Compiling scopeguard v1.2.0
18312023-10-17T23:02:58.426Z Compiling syn v2.0.32
18322023-10-17T23:02:58.672Z Compiling futures-util v0.3.28
18332023-10-17T23:02:58.832Z Compiling jobserver v0.1.26
18342023-10-17T23:02:58.862Z Compiling itoa v1.0.9
18352023-10-17T23:02:59.045Z Compiling getrandom v0.2.10
18362023-10-17T23:02:59.104Z Compiling memchr v2.6.3
18372023-10-17T23:02:59.371Z Compiling cc v1.0.83
18382023-10-17T23:03:00.638Z Compiling ahash v0.8.3
18392023-10-17T23:03:00.659Z Compiling smallvec v1.11.0
18402023-10-17T23:03:01.096Z Compiling log v0.4.20
18412023-10-17T23:03:01.372Z Compiling vcpkg v0.2.15
18422023-10-17T23:03:01.741Z Compiling byteorder v1.4.3
18432023-10-17T23:03:02.588Z Compiling rand_core v0.6.4
18442023-10-17T23:03:02.968Z Compiling pin-project-lite v0.2.13
18452023-10-17T23:03:03.657Z Compiling parking_lot v0.12.1
18462023-10-17T23:03:03.821Z Compiling indexmap v1.9.3
18472023-10-17T23:03:04.254Z Compiling ring v0.16.20
18482023-10-17T23:03:04.414Z Compiling openssl-sys v0.9.93
18492023-10-17T23:03:05.903Z Compiling io-lifetimes v1.0.11
18502023-10-17T23:03:06.782Z Compiling num-integer v0.1.45
18512023-10-17T23:03:07.177Z Compiling spin v0.5.2
18522023-10-17T23:03:07.428Z Compiling semver v1.0.18
18532023-10-17T23:03:07.538Z Compiling const-oid v0.9.5
18542023-10-17T23:03:08.072Z Compiling ryu v1.0.15
18552023-10-17T23:03:08.939Z Compiling rustix v0.37.23
18562023-10-17T23:03:09.777Z Compiling mio v0.8.8
18572023-10-17T23:03:09.980Z Compiling signal-hook-registry v1.4.1
18582023-10-17T23:03:10.535Z Compiling num_cpus v1.16.0
18592023-10-17T23:03:10.721Z Compiling socket2 v0.5.3
18602023-10-17T23:03:11.031Z Compiling unicode-xid v0.2.4
18612023-10-17T23:03:11.044Z Compiling httparse v1.8.0
18622023-10-17T23:03:11.261Z Compiling openssl v0.10.57
18632023-10-17T23:03:11.462Z Compiling ucd-trie v0.1.6
18642023-10-17T23:03:11.538Z Compiling futures-sink v0.3.28
18652023-10-17T23:03:11.615Z Compiling synstructure v0.12.6
18662023-10-17T23:03:12.147Z Compiling tinyvec_macros v0.1.1
18672023-10-17T23:03:12.264Z Compiling tinyvec v1.6.0
18682023-10-17T23:03:13.806Z Compiling futures-io v0.3.28
18692023-10-17T23:03:14.146Z Compiling native-tls v0.2.11
18702023-10-17T23:03:14.202Z Compiling pin-utils v0.1.0
18712023-10-17T23:03:14.324Z Compiling ppv-lite86 v0.2.17
18722023-10-17T23:03:14.594Z Compiling crc32fast v1.3.2
18732023-10-17T23:03:14.974Z Compiling rustls v0.21.7
18742023-10-17T23:03:15.233Z Compiling radium v0.7.0
18752023-10-17T23:03:15.573Z Compiling unicode-normalization v0.1.22
18762023-10-17T23:03:15.587Z Compiling bzip2-sys v0.1.11+1.0.8
18772023-10-17T23:03:15.687Z Compiling rand_chacha v0.3.1
18782023-10-17T23:03:15.846Z Compiling tracing-core v0.1.31
18792023-10-17T23:03:16.085Z Compiling subtle v2.5.0
18802023-10-17T23:03:16.214Z Compiling heck v0.4.1
18812023-10-17T23:03:16.654Z Compiling unicode-bidi v0.3.13
18822023-10-17T23:03:16.913Z Compiling rand v0.8.5
18832023-10-17T23:03:18.766Z Compiling errno v0.3.2
18842023-10-17T23:03:18.865Z Compiling num-iter v0.1.43
18852023-10-17T23:03:18.890Z Compiling usdt-impl v0.3.5
18862023-10-17T23:03:19.085Z Compiling base64 v0.21.4
18872023-10-17T23:03:20.249Z Compiling schemars v0.8.13
18882023-10-17T23:03:20.365Z Compiling rustix v0.38.9
18892023-10-17T23:03:21.174Z Compiling serde_derive v1.0.188
18902023-10-17T23:03:21.249Z Compiling zeroize_derive v1.4.2
18912023-10-17T23:03:21.296Z Compiling tokio-macros v2.1.0
18922023-10-17T23:03:21.607Z Compiling thiserror-impl v1.0.49
18932023-10-17T23:03:21.802Z Compiling futures-macro v0.3.28
18942023-10-17T23:03:22.121Z Compiling tracing-attributes v0.1.26
18952023-10-17T23:03:22.890Z Compiling zerocopy-derive v0.2.0
18962023-10-17T23:03:22.974Z Compiling openssl-macros v0.1.1
18972023-10-17T23:03:23.540Z Compiling zeroize v1.6.0
18982023-10-17T23:03:24.166Z Compiling zerocopy-derive v0.6.3
18992023-10-17T23:03:26.405Z Compiling pest v2.7.2
19002023-10-17T23:03:26.583Z Compiling crypto-common v0.1.6
19012023-10-17T23:03:26.892Z Compiling block-buffer v0.10.4
19022023-10-17T23:03:27.387Z Compiling digest v0.10.7
19032023-10-17T23:03:27.526Z Compiling tracing v0.1.37
19042023-10-17T23:03:27.943Z Compiling serde_derive_internals v0.26.0
19052023-10-17T23:03:28.507Z Compiling fnv v1.0.7
19062023-10-17T23:03:28.690Z Compiling untrusted v0.7.1
19072023-10-17T23:03:30.095Z Compiling bitflags v1.3.2
19082023-10-17T23:03:31.292Z Compiling pest_meta v2.7.2
19092023-10-17T23:03:32.006Z Compiling schemars_derive v0.8.13
19102023-10-17T23:03:34.971Z Compiling pest_generator v2.7.2
19112023-10-17T23:03:36.747Z Compiling zerocopy v0.3.0
19122023-10-17T23:03:37.249Z Compiling lazy_static v1.4.0
19132023-10-17T23:03:37.897Z Compiling backtrace v0.3.69
19142023-10-17T23:03:38.103Z Compiling num-bigint v0.4.4
19152023-10-17T23:03:38.112Z Compiling memoffset v0.9.0
19162023-10-17T23:03:38.417Z Compiling pest_derive v2.7.2
19172023-10-17T23:03:38.451Z Compiling foreign-types-shared v0.1.1
19182023-10-17T23:03:38.508Z Compiling crossbeam-utils v0.8.16
19192023-10-17T23:03:38.602Z Compiling allocator-api2 v0.2.16
19202023-10-17T23:03:38.701Z Compiling hashbrown v0.12.3
19212023-10-17T23:03:39.055Z Compiling openssl-probe v0.1.5
19222023-10-17T23:03:39.135Z Compiling async-trait v0.1.73
19232023-10-17T23:03:39.474Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19242023-10-17T23:03:39.776Z Compiling base64ct v1.6.0
19252023-10-17T23:03:39.850Z Compiling percent-encoding v2.3.0
19262023-10-17T23:03:40.352Z Compiling smoltcp v0.9.1
19272023-10-17T23:03:40.506Z Compiling iana-time-zone v0.1.57
19282023-10-17T23:03:41.058Z Compiling pem-rfc7468 v0.7.0
19292023-10-17T23:03:41.157Z Compiling hashbrown v0.14.0
19302023-10-17T23:03:41.322Z Compiling dtrace-parser v0.1.14
19312023-10-17T23:03:42.128Z Compiling foreign-types v0.3.2
19322023-10-17T23:03:42.260Z Compiling dof v0.1.5
19332023-10-17T23:03:42.850Z Compiling clap_derive v4.4.2
19342023-10-17T23:03:43.190Z Compiling der_derive v0.7.2
19352023-10-17T23:03:44.233Z Compiling thread-id v4.2.0
19362023-10-17T23:03:44.558Z Compiling bytes v1.5.0
19372023-10-17T23:03:45.764Z Compiling bitflags v2.4.0
19382023-10-17T23:03:45.795Z Compiling rustc_version v0.4.0
19392023-10-17T23:03:46.154Z Compiling tokio v1.32.0
19402023-10-17T23:03:46.842Z Compiling heapless v0.7.16
19412023-10-17T23:03:47.390Z Compiling http v0.2.9
19422023-10-17T23:03:47.674Z Compiling uuid v1.4.1
19432023-10-17T23:03:48.080Z Compiling chrono v0.4.31
19442023-10-17T23:03:48.739Z Compiling siphasher v0.3.11
19452023-10-17T23:03:48.957Z Compiling equivalent v1.0.1
19462023-10-17T23:03:49.107Z Compiling cpufeatures v0.2.9
19472023-10-17T23:03:49.249Z Compiling try-lock v0.2.4
19482023-10-17T23:03:49.375Z Compiling adler v1.0.2
19492023-10-17T23:03:49.671Z Compiling flagset v0.4.3
19502023-10-17T23:03:50.021Z Compiling time-core v0.1.1
19512023-10-17T23:03:50.667Z Compiling utf8parse v0.2.1
19522023-10-17T23:03:50.808Z Compiling anstyle v1.0.2
19532023-10-17T23:03:50.944Z Compiling anstyle-parse v0.2.1
19542023-10-17T23:03:51.791Z Compiling time-macros v0.2.13
19552023-10-17T23:03:53.522Z Compiling der v0.7.8
19562023-10-17T23:03:54.173Z Compiling http-body v0.4.5
19572023-10-17T23:03:54.815Z Compiling miniz_oxide v0.7.1
19582023-10-17T23:03:56.949Z Compiling want v0.3.1
19592023-10-17T23:03:57.062Z Compiling sha2 v0.10.7
19602023-10-17T23:03:57.341Z Compiling indexmap v2.0.0
19612023-10-17T23:03:59.375Z Compiling tokio-util v0.7.8
19622023-10-17T23:04:01.708Z Compiling h2 v0.3.21
19632023-10-17T23:04:04.791Z Compiling serde_tokenstream v0.1.7
19642023-10-17T23:04:06.286Z Compiling form_urlencoded v1.2.0
19652023-10-17T23:04:06.761Z Compiling rustls-webpki v0.101.4
19662023-10-17T23:04:07.411Z Compiling sct v0.7.0
19672023-10-17T23:04:07.643Z Compiling hubpack_derive v0.1.1
19682023-10-17T23:04:08.230Z Compiling aho-corasick v1.0.4
19692023-10-17T23:04:08.866Z Compiling socket2 v0.4.9
19702023-10-17T23:04:09.044Z Compiling crossbeam-epoch v0.9.15
19712023-10-17T23:04:09.476Z Compiling anstyle-query v1.0.0
19722023-10-17T23:04:09.650Z Compiling slog v2.7.0
19732023-10-17T23:04:10.134Z Compiling tower-service v0.3.2
19742023-10-17T23:04:10.288Z Compiling colorchoice v1.0.0
19752023-10-17T23:04:10.307Z Compiling regex-syntax v0.7.5
19762023-10-17T23:04:10.534Z Compiling anyhow v1.0.75
19772023-10-17T23:04:10.802Z Compiling httpdate v1.0.3
19782023-10-17T23:04:11.964Z Compiling tap v1.0.1
19792023-10-17T23:04:12.237Z Compiling wyz v0.5.1
19802023-10-17T23:04:14.233Z Compiling hyper v0.14.27
19812023-10-17T23:04:14.368Z Compiling anstream v0.5.0
19822023-10-17T23:04:18.337Z Compiling regex-automata v0.3.8
19832023-10-17T23:04:21.076Z Compiling terminal_size v0.2.6
19842023-10-17T23:04:21.300Z Compiling spki v0.7.2
19852023-10-17T23:04:21.505Z Compiling rustls-pemfile v1.0.3
19862023-10-17T23:04:22.023Z Compiling md-5 v0.10.5
19872023-10-17T23:04:22.178Z Compiling hmac v0.12.1
19882023-10-17T23:04:22.372Z Compiling zerocopy v0.6.3
19892023-10-17T23:04:22.911Z Compiling stringprep v0.1.3
19902023-10-17T23:04:23.846Z Compiling idna v0.4.0
19912023-10-17T23:04:24.548Z Compiling diesel_table_macro_syntax v0.1.0
19922023-10-17T23:04:25.117Z Compiling hash32 v0.2.1
19932023-10-17T23:04:25.708Z Compiling spin v0.9.8
19942023-10-17T23:04:26.281Z Compiling fallible-iterator v0.2.0
19952023-10-17T23:04:26.297Z Compiling clap_lex v0.5.1
19962023-10-17T23:04:27.502Z Compiling funty v2.0.0
19972023-10-17T23:04:28.510Z Compiling stable_deref_trait v1.2.0
19982023-10-17T23:04:28.867Z Compiling strsim v0.10.0
19992023-10-17T23:04:30.323Z Compiling dyn-clone v1.0.13
20002023-10-17T23:04:30.605Z Compiling maybe-uninit v2.0.0
20012023-10-17T23:04:30.678Z Compiling either v1.9.0
20022023-10-17T23:04:31.254Z Compiling gimli v0.28.0
20032023-10-17T23:04:31.768Z Compiling bitvec v1.0.1
20042023-10-17T23:04:32.305Z Compiling clap_builder v4.4.2
20052023-10-17T23:04:32.780Z Compiling postgres-protocol v0.6.6
20062023-10-17T23:04:33.521Z Compiling tokio-rustls v0.24.1
20072023-10-17T23:04:33.666Z Compiling url v2.4.1
20082023-10-17T23:04:34.124Z Compiling diesel_derives v2.1.1
20092023-10-17T23:04:36.514Z Compiling rustls-native-certs v0.6.3
20102023-10-17T23:04:37.043Z Compiling tokio-native-tls v0.3.1
20112023-10-17T23:04:38.390Z Compiling addr2line v0.21.0
20122023-10-17T23:04:39.350Z Compiling usdt-macro v0.3.5
20132023-10-17T23:04:39.531Z Compiling usdt-attr-macro v0.3.5
20142023-10-17T23:04:42.153Z Compiling phf_shared v0.11.2
20152023-10-17T23:04:42.375Z Compiling toml_datetime v0.6.3
20162023-10-17T23:04:42.730Z Compiling serde_spanned v0.6.3
20172023-10-17T23:04:43.378Z Compiling block-padding v0.3.3
20182023-10-17T23:04:43.700Z Compiling enum-as-inner v0.5.1
20192023-10-17T23:04:43.729Z Compiling serde_repr v0.1.16
20202023-10-17T23:04:45.198Z Compiling scheduled-thread-pool v0.2.7
20212023-10-17T23:04:45.386Z Compiling object v0.32.1
20222023-10-17T23:04:58.051Z Compiling bit-vec v0.6.3
20232023-10-17T23:04:58.415Z Compiling deranged v0.3.8
20242023-10-17T23:04:58.728Z Compiling regex-automata v0.1.10
20252023-10-17T23:04:59.548Z Compiling unicode-width v0.1.10
20262023-10-17T23:05:00.250Z Compiling num-bigint-dig v0.8.4
20272023-10-17T23:05:00.645Z Compiling matches v0.1.10
20282023-10-17T23:05:00.771Z Compiling rustc-demangle v0.1.23
20292023-10-17T23:05:02.445Z Compiling num_threads v0.1.6
20302023-10-17T23:05:02.622Z Compiling managed v0.8.0
20312023-10-17T23:05:03.389Z Compiling winnow v0.5.15
20322023-10-17T23:05:03.599Z Compiling ipnet v2.8.0
20332023-10-17T23:05:03.665Z Compiling packed_struct v0.10.1
20342023-10-17T23:05:06.453Z Compiling time v0.3.27
20352023-10-17T23:05:09.378Z Compiling toml_edit v0.19.15
20362023-10-17T23:05:14.518Z Compiling idna v0.2.3
20372023-10-17T23:05:15.505Z Compiling bstr v0.2.17
20382023-10-17T23:05:16.985Z Compiling r2d2 v0.8.10
20392023-10-17T23:05:18.315Z Compiling inout v0.1.3
20402023-10-17T23:05:19.495Z Compiling phf v0.11.2
20412023-10-17T23:05:19.952Z Compiling clap v4.4.3
20422023-10-17T23:05:20.115Z Compiling hyper-tls v0.5.0
20432023-10-17T23:05:20.434Z Compiling hyper-rustls v0.24.1
20442023-10-17T23:05:20.889Z Compiling flate2 v1.0.27
20452023-10-17T23:05:20.898Z Compiling ipnetwork v0.20.0
20462023-10-17T23:05:21.898Z Compiling postgres-types v0.2.6
20472023-10-17T23:05:21.996Z Compiling itertools v0.11.0
20482023-10-17T23:05:22.031Z Compiling regex v1.9.5
20492023-10-17T23:05:23.517Z Compiling pkcs8 v0.10.2
20502023-10-17T23:05:24.124Z Compiling hubpack v0.1.2
20512023-10-17T23:05:24.240Z Compiling serde_urlencoded v0.7.1
20522023-10-17T23:05:24.819Z Compiling phf_shared v0.10.0
20532023-10-17T23:05:25.546Z Compiling futures-executor v0.3.28
20542023-10-17T23:05:27.041Z Compiling signature v2.1.0
20552023-10-17T23:05:28.586Z Compiling packed_struct_codegen v0.10.1
20562023-10-17T23:05:30.338Z Compiling float-cmp v0.9.0
20572023-10-17T23:05:32.079Z Compiling encoding_rs v0.8.33
20582023-10-17T23:05:32.284Z Compiling nodrop v0.1.14
20592023-10-17T23:05:32.554Z Compiling difflib v0.4.0
20602023-10-17T23:05:32.926Z Compiling whoami v1.4.1
20612023-10-17T23:05:34.626Z Compiling normalize-line-endings v0.3.0
20622023-10-17T23:05:34.844Z Compiling data-encoding v2.4.0
20632023-10-17T23:05:56.640Z Compiling static_assertions v1.1.0
20642023-10-17T23:05:57.204Z Compiling smawk v0.3.1
20652023-10-17T23:05:57.292Z Compiling mime v0.3.17
20662023-10-17T23:05:57.368Z Compiling predicates-core v1.0.6
20672023-10-17T23:05:57.464Z Compiling precomputed-hash v0.1.1
20682023-10-17T23:05:57.568Z Compiling webpki-roots v0.25.2
20692023-10-17T23:05:57.636Z Compiling crc-catalog v2.2.0
20702023-10-17T23:05:57.713Z Compiling new_debug_unreachable v1.0.4
20712023-10-17T23:05:57.781Z Compiling unicode-linebreak v0.1.5
20722023-10-17T23:05:57.855Z Compiling unicode-segmentation v1.10.1
20732023-10-17T23:05:57.917Z Compiling fixedbitset v0.4.2
20742023-10-17T23:05:58.005Z Compiling petgraph v0.6.4
20752023-10-17T23:05:58.069Z Compiling similar v2.2.1
20762023-10-17T23:05:58.120Z Compiling textwrap v0.16.0
20772023-10-17T23:05:58.145Z Compiling crc v3.0.1
20782023-10-17T23:05:58.193Z Compiling reqwest v0.11.20
20792023-10-17T23:05:58.212Z Compiling string_cache v0.8.7
20802023-10-17T23:05:58.248Z Compiling predicates v3.0.4
20812023-10-17T23:05:58.274Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20822023-10-17T23:05:58.319Z Compiling trust-dns-proto v0.22.0
20832023-10-17T23:05:58.344Z Compiling tokio-postgres v0.7.10
20842023-10-17T23:05:58.746Z Compiling array-init v0.0.4
20852023-10-17T23:06:06.254Z Compiling futures v0.3.28
20862023-10-17T23:06:07.613Z Compiling pkcs1 v0.7.5
20872023-10-17T23:06:07.675Z Compiling smallvec v0.6.14
20882023-10-17T23:06:07.929Z Compiling yasna v0.5.2
20892023-10-17T23:06:08.278Z Compiling diesel v2.1.1
20902023-10-17T23:06:08.416Z Compiling cipher v0.4.4
20912023-10-17T23:06:10.764Z Compiling toml v0.7.8
20922023-10-17T23:06:13.938Z Compiling console v0.15.7
20932023-10-17T23:06:14.056Z Compiling bit-set v0.5.3
20942023-10-17T23:06:14.483Z Compiling usdt v0.3.5
20952023-10-17T23:06:14.877Z Compiling is-terminal v0.4.9
20962023-10-17T23:06:16.092Z Compiling itertools v0.10.5
20972023-10-17T23:06:17.763Z Compiling bstr v1.6.0
20982023-10-17T23:06:18.161Z Compiling openapiv3 v1.0.3
20992023-10-17T23:06:20.505Z Compiling tokio-stream v0.1.14
21002023-10-17T23:06:20.928Z Compiling hex v0.4.3
21012023-10-17T23:06:22.772Z Compiling hashbrown v0.13.2
21022023-10-17T23:06:26.561Z Compiling bitfield v0.14.0
21032023-10-17T23:06:27.363Z Compiling termcolor v1.2.0
21042023-10-17T23:06:29.538Z Compiling lalrpop-util v0.19.12
21052023-10-17T23:06:30.112Z Compiling env_logger v0.10.0
21062023-10-17T23:06:31.635Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21072023-10-17T23:06:45.595Z Compiling rsa v0.9.2
21082023-10-17T23:06:54.085Z Compiling serde-hex v0.1.0
21092023-10-17T23:06:57.138Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21102023-10-17T23:07:04.866Z Compiling x509-cert v0.2.4
21112023-10-17T23:07:05.565Z Compiling ron v0.8.1
21122023-10-17T23:07:08.899Z Compiling crc-any v2.4.3
21132023-10-17T23:07:32.884Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21142023-10-17T23:07:36.174Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21152023-10-17T23:07:52.088Z Compiling object v0.30.4
21162023-10-17T23:08:08.338Z Compiling path-slash v0.1.5
21172023-10-17T23:08:08.403Z Compiling bzip2 v0.4.4
21182023-10-17T23:08:08.422Z Compiling zip v0.6.6
21192023-10-17T23:08:10.092Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21202023-10-17T23:08:10.508Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
21212023-10-17T23:08:47.498Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21222023-10-17T23:08:48.546Z Finished release [optimized] target(s) in 5m 53s
21232023-10-17T23:08:48.630Z
21242023-10-17T23:08:48.633Zreal 5:54.133217686
21252023-10-17T23:08:48.637Zuser 40:48.661414019
21262023-10-17T23:08:48.641Zsys 3:38.392623887
21272023-10-17T23:08:48.644Ztrap 1.608362674
21282023-10-17T23:08:48.648Ztflt 1.107193639
21292023-10-17T23:08:48.651Zdflt 0.647203227
21302023-10-17T23:08:48.654Zkflt 0.000256628
21312023-10-17T23:08:48.657Zlock 1:35:34.534231143
21322023-10-17T23:08:48.661Zslp 2:19:31.107103695
21332023-10-17T23:08:48.665Zlat 1:40.259530865
21342023-10-17T23:08:48.668Zstop 1:19.663900219
21352023-10-17T23:08:48.671Z+ ptime -m gzip
21362023-10-17T23:08:49.292Z
21372023-10-17T23:08:49.295Zreal 0.656945995
21382023-10-17T23:08:49.298Zuser 0.648023093
21392023-10-17T23:08:49.302Zsys 0.008297595
21402023-10-17T23:08:49.305Ztrap 0.000074987
21412023-10-17T23:08:49.308Ztflt 0.000000000
21422023-10-17T23:08:49.311Zdflt 0.000000000
21432023-10-17T23:08:49.314Zkflt 0.000000000
21442023-10-17T23:08:49.324Zlock 0.000000000
21452023-10-17T23:08:49.329Zslp 0.000000000
21462023-10-17T23:08:49.333Zlat 0.000193755
21472023-10-17T23:08:49.336Zstop 0.000236425
21482023-10-17T23:08:49.339Z+ banner tufaceous
21492023-10-17T23:08:49.342Z
21502023-10-17T23:08:49.345Z ##### # # ###### ## #### ###### #### # # ####
21512023-10-17T23:08:49.348Z # # # # # # # # # # # # # #
21522023-10-17T23:08:49.351Z # # # ##### # # # ##### # # # # ####
21532023-10-17T23:08:49.356Z # # # # ###### # # # # # # #
21542023-10-17T23:08:49.359Z # # # # # # # # # # # # # # #
21552023-10-17T23:08:49.362Z # #### # # # #### ###### #### #### ####
21562023-10-17T23:08:49.367Z
21572023-10-17T23:08:49.370Z+ ptime -m cargo build --locked -p tufaceous --release
21582023-10-17T23:08:50.009Z Downloading crates ...
21592023-10-17T23:08:50.356Z Downloaded path-absolutize v3.1.0
21602023-10-17T23:08:50.365Z Downloaded tough v0.12.5
21612023-10-17T23:08:50.385Z Downloaded serde_plain v1.0.2
21622023-10-17T23:08:50.388Z Downloaded fs-err v2.9.0
21632023-10-17T23:08:50.391Z Downloaded snafu-derive v0.7.5
21642023-10-17T23:08:50.393Z Downloaded olpc-cjson v0.1.3
21652023-10-17T23:08:50.396Z Downloaded path-dedot v3.1.0
21662023-10-17T23:08:50.399Z Downloaded snafu v0.7.5
21672023-10-17T23:08:50.405Z Downloaded bytesize v1.3.0
21682023-10-17T23:08:50.408Z Downloaded globset v0.4.13
21692023-10-17T23:08:50.411Z Downloaded doc-comment v0.3.3
21702023-10-17T23:08:50.413Z Downloaded buf-list v1.0.3
21712023-10-17T23:08:50.557Z Compiling serde_tokenstream v0.2.0
21722023-10-17T23:08:50.579Z Compiling regress v0.7.1
21732023-10-17T23:08:50.590Z Compiling dirs-sys-next v0.1.2
21742023-10-17T23:08:50.593Z Compiling ident_case v1.0.1
21752023-10-17T23:08:50.618Z Compiling thread_local v1.1.7
21762023-10-17T23:08:50.622Z Compiling slog-async v2.8.0
21772023-10-17T23:08:50.625Z Compiling camino v1.1.6
21782023-10-17T23:08:50.846Z Compiling dirs-next v2.0.0
21792023-10-17T23:08:51.213Z Compiling darling_core v0.20.3
21802023-10-17T23:08:51.253Z Compiling heck v0.4.1
21812023-10-17T23:08:51.356Z Compiling rustversion v1.0.14
21822023-10-17T23:08:51.591Z Compiling term v0.7.0
21832023-10-17T23:08:51.900Z Compiling crossbeam-channel v0.5.8
21842023-10-17T23:08:52.403Z Compiling getopts v0.2.21
21852023-10-17T23:08:52.421Z Compiling structmeta-derive v0.1.6
21862023-10-17T23:08:53.334Z Compiling atty v0.2.14
21872023-10-17T23:08:53.542Z Compiling multer v2.1.0
21882023-10-17T23:08:53.865Z Compiling match_cfg v0.1.0
21892023-10-17T23:08:53.948Z Compiling take_mut v0.2.2
21902023-10-17T23:08:53.999Z Compiling doc-comment v0.3.3
21912023-10-17T23:08:54.195Z Compiling unsafe-libyaml v0.2.9
21922023-10-17T23:08:54.688Z Compiling paste v1.0.14
21932023-10-17T23:08:55.404Z Compiling hostname v0.3.1
21942023-10-17T23:08:55.860Z Compiling slog-term v2.9.0
21952023-10-17T23:08:56.778Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21962023-10-17T23:08:58.896Z Compiling structmeta v0.1.6
21972023-10-17T23:08:59.514Z Compiling serde_yaml v0.9.25
21982023-10-17T23:09:00.507Z Compiling darling_macro v0.20.3
21992023-10-17T23:09:00.902Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22002023-10-17T23:09:01.949Z Compiling darling v0.20.3
22012023-10-17T23:09:02.121Z Compiling slog-json v2.6.1
22022023-10-17T23:09:02.200Z Compiling async-stream-impl v0.3.5
22032023-10-17T23:09:02.962Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22042023-10-17T23:09:03.376Z Compiling regex-syntax v0.6.29
22052023-10-17T23:09:03.909Z Compiling atomic-waker v1.1.1
22062023-10-17T23:09:04.169Z Compiling fastrand v2.0.0
22072023-10-17T23:09:04.181Z Compiling async-stream v0.3.5
22082023-10-17T23:09:04.669Z Compiling waitgroup v0.1.2
22092023-10-17T23:09:04.788Z Compiling tempfile v3.8.0
22102023-10-17T23:09:05.112Z Compiling slog-bunyan v2.4.0
22112023-10-17T23:09:05.359Z Compiling strum_macros v0.25.2
22122023-10-17T23:09:05.491Z Compiling serde_with_macros v2.3.3
22132023-10-17T23:09:09.331Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22142023-10-17T23:09:09.444Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22152023-10-17T23:09:09.822Z Compiling sha1 v0.10.5
22162023-10-17T23:09:11.054Z Compiling snafu-derive v0.7.5
22172023-10-17T23:09:11.318Z Compiling serde_path_to_error v0.1.14
22182023-10-17T23:09:11.561Z Compiling path-dedot v3.1.0
22192023-10-17T23:09:11.804Z Compiling instant v0.1.12
22202023-10-17T23:09:11.917Z Compiling debug-ignore v1.0.5
22212023-10-17T23:09:12.021Z Compiling arc-swap v1.6.0
22222023-10-17T23:09:12.132Z Compiling same-file v1.0.6
22232023-10-17T23:09:12.593Z Compiling base64 v0.13.1
22242023-10-17T23:09:12.605Z Compiling buf-list v1.0.3
22252023-10-17T23:09:13.080Z Compiling slog-scope v4.4.0
22262023-10-17T23:09:13.145Z Compiling parse-display-derive v0.7.0
22272023-10-17T23:09:13.292Z Compiling pem v1.1.1
22282023-10-17T23:09:14.029Z Compiling walkdir v2.4.0
22292023-10-17T23:09:14.631Z Compiling backoff v0.4.0
22302023-10-17T23:09:15.213Z Compiling path-absolutize v3.1.0
22312023-10-17T23:09:15.303Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22322023-10-17T23:09:15.510Z Compiling strum v0.25.0
22332023-10-17T23:09:15.734Z Compiling serde_with v2.3.3
22342023-10-17T23:09:15.777Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22352023-10-17T23:09:16.826Z Compiling globset v0.4.13
22362023-10-17T23:09:16.994Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22372023-10-17T23:09:17.238Z Compiling olpc-cjson v0.1.3
22382023-10-17T23:09:18.134Z Compiling serde_plain v1.0.2
22392023-10-17T23:09:18.999Z Compiling macaddr v1.0.1
22402023-10-17T23:09:19.471Z Compiling parse-display v0.7.0
22412023-10-17T23:09:19.475Z Compiling snafu v0.7.5
22422023-10-17T23:09:19.788Z Compiling xattr v1.0.1
22432023-10-17T23:09:20.169Z Compiling filetime v0.2.22
22442023-10-17T23:09:20.261Z Compiling tough v0.12.5
22452023-10-17T23:09:20.680Z Compiling tar v0.4.40
22462023-10-17T23:09:22.478Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22472023-10-17T23:09:22.675Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22482023-10-17T23:09:23.438Z Compiling slog-stdlog v4.1.1
22492023-10-17T23:09:24.987Z Compiling camino-tempfile v1.0.2
22502023-10-17T23:09:26.278Z Compiling bytesize v1.3.0
22512023-10-17T23:09:27.273Z Compiling fs-err v2.9.0
22522023-10-17T23:09:28.646Z Compiling slog-envlogger v2.2.0
22532023-10-17T23:09:30.729Z Compiling humantime v2.1.0
22542023-10-17T23:09:33.756Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22552023-10-17T23:10:00.367Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22562023-10-17T23:10:00.656Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22572023-10-17T23:10:11.263Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22582023-10-17T23:10:13.353Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22592023-10-17T23:10:35.950Z Finished release [optimized] target(s) in 1m 46s
22602023-10-17T23:10:36.069Z
22612023-10-17T23:10:36.079Zreal 1:46.738982674
22622023-10-17T23:10:36.083Zuser 11:37.202686931
22632023-10-17T23:10:36.085Zsys 45.046675504
22642023-10-17T23:10:36.088Ztrap 0.427649098
22652023-10-17T23:10:36.095Ztflt 0.325403635
22662023-10-17T23:10:36.098Zdflt 0.448641257
22672023-10-17T23:10:36.101Zkflt 0.006005196
22682023-10-17T23:10:36.104Zlock 22:59.500615845
22692023-10-17T23:10:36.107Zslp 25:03.093098814
22702023-10-17T23:10:36.110Zlat 21.554673776
22712023-10-17T23:10:36.113Zstop 11.509236354
22722023-10-17T23:10:36.116Z+ ptime -m gzip
22732023-10-17T23:10:38.175Z
22742023-10-17T23:10:38.179Zreal 2.106038607
22752023-10-17T23:10:38.182Zuser 2.085397551
22762023-10-17T23:10:38.184Zsys 0.018794225
22772023-10-17T23:10:38.188Ztrap 0.000667052
22782023-10-17T23:10:38.600Ztflt 0.000000000
22792023-10-17T23:10:38.604Zdflt 0.000000000
22802023-10-17T23:10:38.612Zkflt 0.000000000
22812023-10-17T23:10:38.615Zlock 0.000000000
22822023-10-17T23:10:38.618Zslp 0.000000000
22832023-10-17T23:10:38.620Zlat 0.000848225
22842023-10-17T23:10:38.623Zstop 0.000228400
22852023-10-17T23:10:38.626Zprocess exited: duration 1272579 ms, exit code 0
 
22862023-10-17T23:10:38.633Zfound 5 output files
22872023-10-17T23:10:38.641Zuploading: /work/end-to-end-tests/bootstrap-323c561dc2d9ecdb.gz (6377809 bytes)
22882023-10-17T23:10:41.990Zuploaded: /work/end-to-end-tests/bootstrap-323c561dc2d9ecdb.gz
22892023-10-17T23:10:42.002Zuploading: /work/end-to-end-tests/bootstrap.gz (96581339 bytes)
22902023-10-17T23:11:13.280Zuploaded: /work/end-to-end-tests/bootstrap.gz
22912023-10-17T23:11:13.299Zuploading: /work/end-to-end-tests/end_to_end_tests-183991de1eaf7f15.gz (110189245 bytes)
22922023-10-17T23:11:47.716Zuploaded: /work/end-to-end-tests/end_to_end_tests-183991de1eaf7f15.gz
22932023-10-17T23:11:47.725Zuploading: /work/caboose-util.gz (4111944 bytes)
22942023-10-17T23:11:49.396Zuploaded: /work/caboose-util.gz
22952023-10-17T23:11:49.411Zuploading: /work/tufaceous.gz (13438301 bytes)
22962023-10-17T23:11:53.844Zuploaded: /work/tufaceous.gz