01HBYDWNNMHV6JJH8GPEDNJF2P: 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: 01HBYE1980PE0F20JF5JMQX9PN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-04T23:19:16.920Zjob assigned to worker 01HBYFQQZN9RY0587KHA5QV9EC (queued for 31 m 1 s)
 
22023-10-04T23:19:17.043Zstarting task 0: "setup"
32023-10-04T23:19:17.114Z++ uname -s
42023-10-04T23:19:17.119Z+ kern=SunOS
52023-10-04T23:19:17.123Z+ case "$kern" in
62023-10-04T23:19:17.128Z+ groupadd -g 12345 build
72023-10-04T23:19:17.145Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-04T23:19:19.572Z+ zfs create -o mountpoint=/work rpool/work
92023-10-04T23:19:19.580Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-04T23:19:19.596Z+ home_fs=zfs
112023-10-04T23:19:19.613Z+ [[ zfs == autofs ]]
122023-10-04T23:19:20.052Z+ mkdir -p /home/build
132023-10-04T23:19:20.079Z+ chown build:build /home/build /work
142023-10-04T23:19:21.253Z+ chmod 0700 /home/build /work
152023-10-04T23:19:21.258Zprocess exited: duration 4200 ms, exit code 0
 
162023-10-04T23:19:21.268Zstarting task 1: "rust-toolchain"
172023-10-04T23:19:21.280Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-04T23:19:21.295Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-04T23:19:21.458Zinfo: downloading installer
202023-10-04T23:19:23.144Zwarning: it looks like you have an existing installation of Rust at:
212023-10-04T23:19:23.785Zwarning: /opt/ooce/bin
222023-10-04T23:19:24.237Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-04T23:19:24.254Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-04T23:19:24.269Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-04T23:19:24.275Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-04T23:19:24.281Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-04T23:19:24.284Zerror: cannot install while Rust is installed
282023-10-04T23:19:24.287Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-04T23:19:24.290Zinfo: profile set to 'default'
302023-10-04T23:19:24.295Zinfo: default host triple is x86_64-unknown-illumos
312023-10-04T23:19:24.298Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-04T23:19:24.302Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-04T23:19:24.305Zinfo: downloading component 'cargo'
342023-10-04T23:19:24.308Zinfo: downloading component 'clippy'
352023-10-04T23:19:25.025Zinfo: downloading component 'rust-docs'
362023-10-04T23:19:25.638Zinfo: downloading component 'rust-std'
372023-10-04T23:19:27.592Zinfo: downloading component 'rustc'
382023-10-04T23:19:32.135Zinfo: downloading component 'rustfmt'
392023-10-04T23:19:32.458Zinfo: installing component 'cargo'
402023-10-04T23:19:34.333Zinfo: installing component 'clippy'
412023-10-04T23:19:35.155Zinfo: installing component 'rust-docs'
422023-10-04T23:19:37.949Zinfo: installing component 'rust-std'
432023-10-04T23:19:41.704Zinfo: installing component 'rustc'
442023-10-04T23:19:58.163Zinfo: installing component 'rustfmt'
452023-10-04T23:20:19.833Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-04T23:20:21.335Z
472023-10-04T23:20:21.705Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-04T23:20:21.993Z
492023-10-04T23:20:22.424Z
502023-10-04T23:20:23.012ZRust is installed now. Great!
512023-10-04T23:20:23.330Z
522023-10-04T23:20:23.513ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-04T23:20:23.667Zenvironment variable. This has not been done automatically.
542023-10-04T23:20:23.745Z
552023-10-04T23:20:23.810ZTo configure your current shell, run:
562023-10-04T23:20:23.913Zsource "$HOME/.cargo/env"
572023-10-04T23:20:24.014Z+ rustc --version
582023-10-04T23:20:24.065Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-04T23:20:24.081Zprocess exited: duration 29810 ms, exit code 0
 
602023-10-04T23:20:24.129Zstarting task 2: "authentication"
612023-10-04T23:20:24.186Zprocess exited: duration 45 ms, exit code 0
 
622023-10-04T23:20:24.212Zstarting task 3: "clone repository"
632023-10-04T23:20:24.232Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-04T23:20:24.245Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-04T23:20:24.289ZCloning into '/work/oxidecomputer/omicron'...
662023-10-04T23:20:29.930Z+ cd /work/oxidecomputer/omicron
672023-10-04T23:20:29.935Z+ [[ -n dependabot/cargo/diesel-2.1.2 ]]
682023-10-04T23:20:29.938Z+ git fetch origin dependabot/cargo/diesel-2.1.2
692023-10-04T23:20:30.313ZFrom https://github.com/oxidecomputer/omicron
702023-10-04T23:20:30.321Z * branch dependabot/cargo/diesel-2.1.2 -> FETCH_HEAD
712023-10-04T23:20:30.328Z+ git checkout -B dependabot/cargo/diesel-2.1.2 remotes/origin/dependabot/cargo/diesel-2.1.2
722023-10-04T23:20:30.412ZSwitched to a new branch 'dependabot/cargo/diesel-2.1.2'
732023-10-04T23:20:30.417Zbranch 'dependabot/cargo/diesel-2.1.2' set up to track 'origin/dependabot/cargo/diesel-2.1.2'.
742023-10-04T23:20:30.427Z+ git reset --hard 0007f70bbce39d7d8db17198bf768fed6a76fa72
752023-10-04T23:20:30.560ZHEAD is now at 0007f70b Bump diesel from 2.1.1 to 2.1.2
762023-10-04T23:20:30.568Zprocess exited: duration 6339 ms, exit code 0
 
772023-10-04T23:20:30.581Zstarting task 4: "build"
782023-10-04T23:20:30.593Z+ cargo --version
792023-10-04T23:20:30.687Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-04T23:20:30.693Z+ rustc --version
812023-10-04T23:20:30.795Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-04T23:20:30.798Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-04T23:20:39.123Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-04T23:20:39.715Z Startup: Caching catalogs ... Done
852023-10-04T23:20:42.530ZPlanning: Solver setup ... Done (2.603s)
862023-10-04T23:20:42.711ZPlanning: Running solver ... Done (0.180s)
872023-10-04T23:20:42.745ZPlanning: Finding local manifests ... Done (0.003s)
882023-10-04T23:20:42.759ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-04T23:20:42.989ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-04T23:20:43.074ZPlanning: Package planning ... Done (0.085s)
912023-10-04T23:20:43.162ZPlanning: Merging actions ... Done (0.085s)
922023-10-04T23:20:43.792ZPlanning: Checking for conflicting actions ... Done (0.621s)
932023-10-04T23:20:43.853ZPlanning: Consolidating action changes ... Done (0.019s)
942023-10-04T23:20:47.576ZPlanning: Evaluating mediators ... Done (3.776s)
952023-10-04T23:20:47.592ZPlanning: Planning completed in 7.83 seconds
962023-10-04T23:20:47.619Z Packages to install: 4
972023-10-04T23:20:47.633Z Mediators to change: 2
982023-10-04T23:20:47.644Z Services to change: 1
992023-10-04T23:20:47.658Z Estimated space available: 149.39 GB
1002023-10-04T23:20:47.671ZEstimated space to be consumed: 1.35 GB
1012023-10-04T23:20:47.675Z Create boot environment: No
1022023-10-04T23:20:47.678ZCreate backup boot environment: No
1032023-10-04T23:20:47.682Z Rebuild boot archive: No
1042023-10-04T23:20:47.690Z
1052023-10-04T23:20:47.694ZChanged mediators:
1062023-10-04T23:20:47.700Z mediator clang:
1072023-10-04T23:20:47.705Z version: None -> 15 (system default)
1082023-10-04T23:20:47.709Z
1092023-10-04T23:20:47.712Z mediator llvm:
1102023-10-04T23:20:47.715Z version: 14 (system default) -> 15 (system default)
1112023-10-04T23:20:47.718Z
1122023-10-04T23:20:47.721ZChanged packages:
1132023-10-04T23:20:47.725Zhelios-dev
1142023-10-04T23:20:47.728Z developer/build-essential
1152023-10-04T23:20:47.737Z None -> 11-2.0
1162023-10-04T23:20:47.748Z library/libxmlsec1
1172023-10-04T23:20:47.751Z None -> 1.2.35-2.0
1182023-10-04T23:20:47.754Z ooce/developer/clang-15
1192023-10-04T23:20:47.758Z None -> 15.0.7-2.0
1202023-10-04T23:20:47.761Z ooce/developer/llvm-15
1212023-10-04T23:20:47.765Z None -> 15.0.7-2.0
1222023-10-04T23:20:47.775Z
1232023-10-04T23:20:47.809ZServices:
1242023-10-04T23:20:47.820Z restart_fmri:
1252023-10-04T23:20:47.823Z svc:/system/update-man-index:default
1262023-10-04T23:20:47.828Z
1272023-10-04T23:20:47.832ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-04T23:21:00.732ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (16.8M/s)
1292023-10-04T23:21:00.864ZDownload: 2932/3290 items 121.2/212.6MB 57% complete (12.2M/s)
1302023-10-04T23:21:01.940ZDownload: Completed 212.60 MB in 13.90 seconds (15.3M/s)
1312023-10-04T23:21:02.387Z Actions: 1/3687 actions (Installing new actions)
1322023-10-04T23:21:07.359Z Actions: 3090/3687 actions (Installing new actions)
1332023-10-04T23:21:10.716Z Actions: Completed 3687 actions in 8.46 seconds.
1342023-10-04T23:21:10.774Z Done (0.050s)
1352023-10-04T23:21:10.778Z Done (0.000s)
1362023-10-04T23:21:10.906Z Done (0.131s)
1372023-10-04T23:21:19.098Z Done (7.664s)
1382023-10-04T23:21:19.119Z Done (0.088s)
1392023-10-04T23:21:19.143Z Done (0.000s)
1402023-10-04T23:21:19.586Z Done (0.000s)
1412023-10-04T23:21:19.789ZPlanning: Evaluating mediator changes ... Done
1422023-10-04T23:21:20.064ZPlanning: Checking for conflicting actions ... Done
1432023-10-04T23:21:20.083ZPlanning: Consolidating action changes ... Done
1442023-10-04T23:21:20.580ZPlanning: Evaluating mediators ... Done
1452023-10-04T23:21:20.587ZPlanning: Planning completed in 0.74 seconds
1462023-10-04T23:21:20.590Z Mediators to change: 2
1472023-10-04T23:21:20.594Z Create boot environment: No
1482023-10-04T23:21:20.604ZCreate backup boot environment: No
1492023-10-04T23:21:21.130Z Done
1502023-10-04T23:21:21.565Z Done
1512023-10-04T23:21:21.572Z Done
1522023-10-04T23:21:26.963Z Done
1532023-10-04T23:21:27.055Z Done
1542023-10-04T23:21:27.058Z Done
1552023-10-04T23:21:27.196Z Done
1562023-10-04T23:21:28.200ZPlanning: Evaluating mediator changes ... Done
1572023-10-04T23:21:28.238ZPlanning: Merging actions ... Done
1582023-10-04T23:21:28.546ZPlanning: Checking for conflicting actions ... Done
1592023-10-04T23:21:28.551ZPlanning: Consolidating action changes ... Done
1602023-10-04T23:21:28.983ZPlanning: Evaluating mediators ... Done
1612023-10-04T23:21:29.075ZPlanning: Planning completed in 1.32 seconds
1622023-10-04T23:21:29.150Z Packages to change: 1
1632023-10-04T23:21:29.163Z Mediators to change: 1
1642023-10-04T23:21:29.166Z Services to change: 1
1652023-10-04T23:21:29.173Z Create boot environment: No
1662023-10-04T23:21:29.177ZCreate backup boot environment: Yes
1672023-10-04T23:21:31.218Z Actions: 1/6 actions (Updating modified actions)
1682023-10-04T23:21:31.230Z Actions: Completed 6 actions in 0.00 seconds.
1692023-10-04T23:21:31.236Z Done
1702023-10-04T23:21:31.247Z Done
1712023-10-04T23:21:31.259Z Done
1722023-10-04T23:21:37.478Z Done
1732023-10-04T23:21:37.488Z Done
1742023-10-04T23:21:37.493Z Done
1752023-10-04T23:21:37.601Z Done
1762023-10-04T23:21:38.278ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1772023-10-04T23:21:38.283Zclang system 15 system
1782023-10-04T23:21:38.287Zcsh system system illumos
1792023-10-04T23:21:38.291Zctags system system illumos
1802023-10-04T23:21:38.295Zgcc vendor 12 vendor
1812023-10-04T23:21:38.298Zgcc system 10 system
1822023-10-04T23:21:38.301Zgcc system 7 system
1832023-10-04T23:21:38.307Zgo system 1.20 system
1842023-10-04T23:21:38.311Zgo system 1.19 system
1852023-10-04T23:21:38.315Zllvm system 15 system
1862023-10-04T23:21:38.325Zllvm system 14 system
1872023-10-04T23:21:38.331Zmariadb system 10.6 system
1882023-10-04T23:21:38.336Zmta vendor vendor dma
1892023-10-04T23:21:38.339Zopenjdk system 17 system
1902023-10-04T23:21:38.343Zopenjdk system 11 system
1912023-10-04T23:21:38.347Zopenjdk system 1.8 system
1922023-10-04T23:21:38.351Zopenssl vendor 3 vendor
1932023-10-04T23:21:38.355Zperl system 5.36 system
1942023-10-04T23:21:38.360Zpostgresql system 15 system
1952023-10-04T23:21:38.369Zpostgresql system 13 system
1962023-10-04T23:21:38.389Zpython vendor 3 vendor
1972023-10-04T23:21:38.409Zpython system 2 system
1982023-10-04T23:21:38.414Zpython3 system 3.11 system
1992023-10-04T23:21:38.418Zruby system 3.0 system
2002023-10-04T23:21:38.422Zwords vendor vendor american-english
2012023-10-04T23:21:38.428Zwords system system australian-english
2022023-10-04T23:21:38.434Zwords system system british-english
2032023-10-04T23:21:38.441Zwords system system canadian-english
2042023-10-04T23:21:38.445Zwords system system french
2052023-10-04T23:21:38.449Zwords system system italian
2062023-10-04T23:21:38.454Zwords system system ngerman
2072023-10-04T23:21:38.460Zwords system system ogerman
2082023-10-04T23:21:38.464Zwords system system spanish
2092023-10-04T23:21:38.834ZFMRI IFO
2102023-10-04T23:21:38.839Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2112023-10-04T23:21:38.843Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2122023-10-04T23:21:38.846Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2132023-10-04T23:21:38.851Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2142023-10-04T23:21:38.855Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2152023-10-04T23:21:38.859Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2162023-10-04T23:21:38.907Z+ set -o errexit
2172023-10-04T23:21:38.911Z+++ dirname ./tools/ci_download_cockroachdb
2182023-10-04T23:21:38.915Z++ cd ./tools
2192023-10-04T23:21:38.919Z++ pwd
2202023-10-04T23:21:38.923Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2212023-10-04T23:21:38.928Z++ basename ./tools/ci_download_cockroachdb
2222023-10-04T23:21:38.932Z+ ARG0=ci_download_cockroachdb
2232023-10-04T23:21:38.935Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2242023-10-04T23:21:38.939Z+ CIDL_VERSION=v22.1.9
2252023-10-04T23:21:38.942Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2262023-10-04T23:21:38.946Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2272023-10-04T23:21:38.950Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2282023-10-04T23:21:38.953Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2292023-10-04T23:21:38.957Z+ TARGET_DIR=out
2302023-10-04T23:21:38.961Z+ DOWNLOAD_DIR=out/downloads
2312023-10-04T23:21:38.964Z+ DEST_DIR=./out/cockroachdb
2322023-10-04T23:21:38.967Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2332023-10-04T23:21:38.971Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2342023-10-04T23:21:38.975Z+ main
2352023-10-04T23:21:38.983Z+ [[ 0 != 0 ]]
2362023-10-04T23:21:38.986Z+ CIDL_OS=solaris2.11
2372023-10-04T23:21:38.990Z+ [[ 0 != 0 ]]
2382023-10-04T23:21:38.994Z+ configure_os solaris2.11
2392023-10-04T23:21:39.001Z+ echo 'current directory: /work/oxidecomputer/omicron'
2402023-10-04T23:21:39.005Zcurrent directory: /work/oxidecomputer/omicron
2412023-10-04T23:21:39.008Z+ echo 'configuring based on OS: "solaris2.11"'
2422023-10-04T23:21:39.012Zconfiguring based on OS: "solaris2.11"
2432023-10-04T23:21:39.016Z+ case "$1" in
2442023-10-04T23:21:39.019Z+ CIDL_BUILD=illumos
2452023-10-04T23:21:39.022Z+ CIDL_SUFFIX=tar.gz
2462023-10-04T23:21:39.027Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2472023-10-04T23:21:39.030Z+ CIDL_MD5FUNC=do_md5sum
2482023-10-04T23:21:39.033Z+ CIDL_URL_BASE=https://illumos.org/downloads
2492023-10-04T23:21:39.037Z+ CIDL_ASSEMBLE=do_assemble_illumos
2502023-10-04T23:21:39.040Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2512023-10-04T23:21:39.044Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2522023-10-04T23:21:39.048Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2532023-10-04T23:21:39.051Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2542023-10-04T23:21:39.055Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2552023-10-04T23:21:39.059Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2562023-10-04T23:21:39.062ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2572023-10-04T23:21:39.067Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2582023-10-04T23:21:39.071ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-10-04T23:21:39.075Z+ mkdir -p out/downloads
2602023-10-04T23:21:39.079Z+ mkdir -p ./out/cockroachdb
2612023-10-04T23:21:39.086Z+ local DO_DOWNLOAD=true
2622023-10-04T23:21:39.089Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2632023-10-04T23:21:39.093Z+ '[' true == true ']'
2642023-10-04T23:21:39.103Z+ echo Downloading...
2652023-10-04T23:21:39.108ZDownloading...
2662023-10-04T23:21:39.111Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-10-04T23:21:39.114Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-10-04T23:21:43.453Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692023-10-04T23:21:43.456Z++ md5sum
2702023-10-04T23:21:43.462Z++ awk '{print $1}'
2712023-10-04T23:21:43.648Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2722023-10-04T23:21:43.671Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2732023-10-04T23:21:43.698Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-04T23:21:43.710Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2752023-10-04T23:21:47.008Z+ do_assemble_illumos
2762023-10-04T23:21:47.032Z+ rm -r ./out/cockroachdb
2772023-10-04T23:21:47.057Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2782023-10-04T23:21:47.725Z+ ./out/cockroachdb/bin/cockroach version
2792023-10-04T23:21:48.020ZBuild Tag: v22.1.9-dirty
2802023-10-04T23:21:48.023ZBuild Time: 2022/10/26 21:17:46
2812023-10-04T23:21:48.027ZDistribution: OSS
2822023-10-04T23:21:48.030ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2832023-10-04T23:21:48.033ZGo Version: go1.17.13
2842023-10-04T23:21:48.036ZC Compiler: gcc 10.3.0
2852023-10-04T23:21:48.041ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2862023-10-04T23:21:48.044ZBuild Type: release
2872023-10-04T23:21:48.047Z+ set -o errexit
2882023-10-04T23:21:48.050Z+++ dirname ./tools/ci_download_clickhouse
2892023-10-04T23:21:48.053Z++ cd ./tools
2902023-10-04T23:21:48.056Z++ pwd
2912023-10-04T23:21:48.059Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2922023-10-04T23:21:48.062Z++ basename ./tools/ci_download_clickhouse
2932023-10-04T23:21:48.066Z+ ARG0=ci_download_clickhouse
2942023-10-04T23:21:48.069Z+ TARGET_DIR=out
2952023-10-04T23:21:48.071Z+ DOWNLOAD_DIR=out/downloads
2962023-10-04T23:21:48.074Z+ DEST_DIR=./out/clickhouse
2972023-10-04T23:21:48.077Z+ CIDL_VERSION=v22.8.9.24
2982023-10-04T23:21:48.080Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
2992023-10-04T23:21:48.084Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3002023-10-04T23:21:48.092Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3012023-10-04T23:21:48.096Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3022023-10-04T23:21:48.099Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3032023-10-04T23:21:48.102Z+ main
3042023-10-04T23:21:48.105Z+ [[ 0 != 0 ]]
3052023-10-04T23:21:48.111Z+ CIDL_OS=solaris2.11
3062023-10-04T23:21:48.114Z+ [[ 0 != 0 ]]
3072023-10-04T23:21:48.117Z+ configure_os solaris2.11
3082023-10-04T23:21:48.120Z+ echo 'current directory: /work/oxidecomputer/omicron'
3092023-10-04T23:21:48.123Zcurrent directory: /work/oxidecomputer/omicron
3102023-10-04T23:21:48.128Z+ echo 'configuring based on OS: "solaris2.11"'
3112023-10-04T23:21:48.132Zconfiguring based on OS: "solaris2.11"
3122023-10-04T23:21:48.136Z+ CIDL_DASHREV=
3132023-10-04T23:21:48.139Z+ case "$1" in
3142023-10-04T23:21:48.142Z+ CIDL_PLATFORM=illumos
3152023-10-04T23:21:48.145Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3162023-10-04T23:21:48.148Z+ CIDL_MD5FUNC=do_md5sum
3172023-10-04T23:21:48.151Z+ CIDL_DASHREV=-1
3182023-10-04T23:21:48.154Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3192023-10-04T23:21:48.157Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3202023-10-04T23:21:48.161Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3212023-10-04T23:21:48.165Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3222023-10-04T23:21:48.168Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3232023-10-04T23:21:48.172ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-04T23:21:48.176Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3252023-10-04T23:21:48.181ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-04T23:21:48.184Z+ mkdir -p out/downloads
3272023-10-04T23:21:48.188Z+ mkdir -p ./out/clickhouse
3282023-10-04T23:21:48.192Z+ local DO_DOWNLOAD=true
3292023-10-04T23:21:48.196Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3302023-10-04T23:21:48.199Z+ '[' true == true ']'
3312023-10-04T23:21:48.202Z+ echo Downloading...
3322023-10-04T23:21:48.206ZDownloading...
3332023-10-04T23:21:48.208Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-10-04T23:21:48.211Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-10-04T23:21:50.000Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-10-04T23:21:50.029Z++ md5sum
3372023-10-04T23:21:50.038Z++ awk '{print $1}'
3382023-10-04T23:21:50.260Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3392023-10-04T23:21:50.263Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3402023-10-04T23:21:50.266Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3412023-10-04T23:21:50.269Z+ mkdir -p ./out/clickhouse
3422023-10-04T23:21:50.272Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3432023-10-04T23:21:55.161Z+ ./out/clickhouse/clickhouse server --version
3442023-10-04T23:21:55.599ZClickHouse server version 22.8.9.1.
3452023-10-04T23:21:55.641Z+ set -o errexit
3462023-10-04T23:21:55.668Z+++ dirname ./tools/ci_download_console
3472023-10-04T23:21:55.691Z++ cd ./tools
3482023-10-04T23:21:55.701Z++ pwd
3492023-10-04T23:21:55.712Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3502023-10-04T23:21:55.723Z++ basename ./tools/ci_download_console
3512023-10-04T23:21:55.735Z+ ARG0=ci_download_console
3522023-10-04T23:21:55.771Z+ TARGET_DIR=out
3532023-10-04T23:21:55.792Z+ DOWNLOAD_DIR=out/downloads
3542023-10-04T23:21:55.802Z+ DEST_DIR=./out/console-assets
3552023-10-04T23:21:55.825Z+ source /work/oxidecomputer/omicron/tools/console_version
3562023-10-04T23:21:55.853Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3572023-10-04T23:21:55.888Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3582023-10-04T23:21:55.892Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3592023-10-04T23:21:55.895Z+ TARBALL_FILE=out/downloads/console.tar.gz
3602023-10-04T23:21:55.902Z+ main
3612023-10-04T23:21:55.913Z+ [[ 0 != 0 ]]
3622023-10-04T23:21:55.936Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3632023-10-04T23:21:55.948ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3642023-10-04T23:21:55.958ZLocal file: out/downloads/console.tar.gz
3652023-10-04T23:21:56.023Z+ echo 'Local file: out/downloads/console.tar.gz'
3662023-10-04T23:21:56.087Z+ local DO_DOWNLOAD=true
3672023-10-04T23:21:56.222Z+ [[ -f out/downloads/console.tar.gz ]]
3682023-10-04T23:21:56.437Z+ mkdir -p out/downloads
3692023-10-04T23:21:56.528Z+ '[' true == true ']'
3702023-10-04T23:21:56.560Z+ echo Downloading...
3712023-10-04T23:21:56.567ZDownloading...
3722023-10-04T23:21:56.586Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3732023-10-04T23:21:56.601Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3742023-10-04T23:21:56.611Z++ do_sha256sum out/downloads/console.tar.gz
3752023-10-04T23:21:56.623Z++ case "$OSTYPE" in
3762023-10-04T23:21:56.634Z++ SHA=sha256sum
3772023-10-04T23:21:56.648Z++ sha256sum
3782023-10-04T23:21:56.653Z++ awk '{print $1}'
3792023-10-04T23:21:56.658Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3802023-10-04T23:21:56.663Z+ [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]]
3812023-10-04T23:21:56.668Z+ rm -rf ./out/console-assets
3822023-10-04T23:21:56.674Z+ mkdir -p ./out/console-assets
3832023-10-04T23:21:56.679Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3842023-10-04T23:21:56.684Z+ mkdir -p ./out/console-assets
3852023-10-04T23:21:56.688Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3862023-10-04T23:21:56.695Z+ set -o errexit
3872023-10-04T23:21:56.708Z+++ dirname ./tools/ci_download_maghemite_openapi
3882023-10-04T23:21:56.752Z++ cd ./tools
3892023-10-04T23:21:56.770Z++ pwd
3902023-10-04T23:21:56.784Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3912023-10-04T23:21:56.797Z++ basename ./tools/ci_download_maghemite_openapi
3922023-10-04T23:21:56.808Z+ ARG0=ci_download_maghemite_openapi
3932023-10-04T23:21:56.823Z+ TARGET_DIR=out
3942023-10-04T23:21:56.856Z+ DOWNLOAD_DIR=out/downloads
3952023-10-04T23:21:56.868Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
3962023-10-04T23:21:56.878Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
3972023-10-04T23:21:56.892Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
3982023-10-04T23:21:56.901Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
3992023-10-04T23:21:56.909Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4002023-10-04T23:21:56.922Z+ main
4012023-10-04T23:21:56.931Z+ [[ 0 != 0 ]]
4022023-10-04T23:21:56.938Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4032023-10-04T23:21:56.964ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4042023-10-04T23:21:56.971Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4052023-10-04T23:21:56.976ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4062023-10-04T23:21:56.984Z+ local DO_DOWNLOAD=true
4072023-10-04T23:21:57.004Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4082023-10-04T23:21:57.031Z+ mkdir -p out/downloads
4092023-10-04T23:21:57.036Z+ '[' true == true ']'
4102023-10-04T23:21:57.051Z+ echo Downloading...
4112023-10-04T23:21:57.079ZDownloading...
4122023-10-04T23:21:57.497Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4132023-10-04T23:21:57.500Z+ 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
4142023-10-04T23:21:57.503Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4152023-10-04T23:21:57.508Z++ case "$OSTYPE" in
4162023-10-04T23:21:57.513Z++ SHA=sha256sum
4172023-10-04T23:21:57.520Z++ sha256sum
4182023-10-04T23:21:57.534Z++ awk '{print $1}'
4192023-10-04T23:21:57.553Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4202023-10-04T23:21:57.576Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4212023-10-04T23:21:58.002Z+ set -o errexit
4222023-10-04T23:21:58.009Z+++ dirname ./tools/ci_download_dendrite_openapi
4232023-10-04T23:21:58.026Z++ cd ./tools
4242023-10-04T23:21:58.043Z++ pwd
4252023-10-04T23:21:58.481Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4262023-10-04T23:21:58.504Z++ basename ./tools/ci_download_dendrite_openapi
4272023-10-04T23:21:58.523Z+ ARG0=ci_download_dendrite_openapi
4282023-10-04T23:21:58.528Z+ TARGET_DIR=out
4292023-10-04T23:21:58.533Z+ DOWNLOAD_DIR=out/downloads
4302023-10-04T23:21:58.540Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4312023-10-04T23:21:58.553Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4322023-10-04T23:21:58.563Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4332023-10-04T23:21:58.571Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4342023-10-04T23:21:58.578Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4352023-10-04T23:21:58.592Z+ main
4362023-10-04T23:21:59.026Z+ [[ 0 != 0 ]]
4372023-10-04T23:21:59.029Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4382023-10-04T23:21:59.032ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4392023-10-04T23:21:59.035Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4402023-10-04T23:21:59.038ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4412023-10-04T23:21:59.040Z+ local DO_DOWNLOAD=true
4422023-10-04T23:21:59.044ZDownloading...
4432023-10-04T23:21:59.065Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4442023-10-04T23:21:59.083Z+ mkdir -p out/downloads
4452023-10-04T23:21:59.104Z+ '[' true == true ']'
4462023-10-04T23:21:59.132Z+ echo Downloading...
4472023-10-04T23:21:59.153Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4482023-10-04T23:21:59.171Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4492023-10-04T23:21:59.174Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4502023-10-04T23:21:59.177Z++ case "$OSTYPE" in
4512023-10-04T23:21:59.181Z++ SHA=sha256sum
4522023-10-04T23:21:59.184Z++ sha256sum
4532023-10-04T23:21:59.188Z++ awk '{print $1}'
4542023-10-04T23:21:59.197Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4552023-10-04T23:21:59.202Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
4562023-10-04T23:21:59.205Z+ set -o errexit
4572023-10-04T23:21:59.209Z+++ dirname ./tools/ci_download_dendrite_stub
4582023-10-04T23:21:59.214Z++ cd ./tools
4592023-10-04T23:21:59.219Z++ pwd
4602023-10-04T23:21:59.228Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4612023-10-04T23:21:59.238Z++ basename ./tools/ci_download_dendrite_stub
4622023-10-04T23:21:59.252Z+ ARG0=ci_download_dendrite_stub
4632023-10-04T23:21:59.666Zcurrent directory: /work/oxidecomputer/omicron
4642023-10-04T23:21:59.675Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4652023-10-04T23:21:59.686Zconfiguring based on OS: "solaris2.11"
4662023-10-04T23:22:00.136Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4672023-10-04T23:22:00.148ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4682023-10-04T23:22:00.170Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4692023-10-04T23:22:00.186ZLocal file: out/downloads/dendrite-stub.tar.gz
4702023-10-04T23:22:00.198Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4712023-10-04T23:22:00.210ZDownloading...
4722023-10-04T23:22:00.223Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732023-10-04T23:22:00.242Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4742023-10-04T23:22:00.260Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4752023-10-04T23:22:00.265Z+ TARGET_DIR=out
4762023-10-04T23:22:00.280Z+ DOWNLOAD_DIR=out/downloads
4772023-10-04T23:22:00.305Z+ DEST_DIR=./out/dendrite-stub
4782023-10-04T23:22:00.328Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4792023-10-04T23:22:00.345Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4802023-10-04T23:22:00.362Z+ REPO=oxidecomputer/dendrite
4812023-10-04T23:22:00.383Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4822023-10-04T23:22:00.407Z+ main
4832023-10-04T23:22:00.431Z+ [[ 0 != 0 ]]
4842023-10-04T23:22:00.445Z+ CIDL_OS=solaris2.11
4852023-10-04T23:22:00.462Z+ [[ 0 != 0 ]]
4862023-10-04T23:22:00.474Z+ configure_os solaris2.11
4872023-10-04T23:22:00.486Z+ echo 'current directory: /work/oxidecomputer/omicron'
4882023-10-04T23:22:00.502Z+ echo 'configuring based on OS: "solaris2.11"'
4892023-10-04T23:22:00.519Z+ case "$1" in
4902023-10-04T23:22:00.574Z+ SET_BINARIES=
4912023-10-04T23:22:00.587Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4922023-10-04T23:22:00.603Z+ CIDL_SHA256FUNC=do_sha256sum
4932023-10-04T23:22:00.623Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4942023-10-04T23:22:00.638Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4952023-10-04T23:22:00.656Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4962023-10-04T23:22:00.671Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
4972023-10-04T23:22:00.692Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4982023-10-04T23:22:00.717Z+ mkdir -p out/downloads
4992023-10-04T23:22:00.736Z+ mkdir -p ./out/dendrite-stub
5002023-10-04T23:22:00.750Z+ fetch_and_verify
5012023-10-04T23:22:01.169Z+ local DO_DOWNLOAD=true
5022023-10-04T23:22:01.179Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5032023-10-04T23:22:01.197Z+ '[' true == true ']'
5042023-10-04T23:22:01.210Z+ echo Downloading...
5052023-10-04T23:22:01.632Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5062023-10-04T23:22:01.643Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5072023-10-04T23:22:26.154Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5082023-10-04T23:22:26.439Z++ sha256sum
5092023-10-04T23:22:26.989Z++ awk '{print $1}'
5102023-10-04T23:22:27.306Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5112023-10-04T23:22:27.439Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5122023-10-04T23:22:27.542Z+ do_untar out/downloads/dendrite-stub.tar.gz
5132023-10-04T23:22:27.615Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5142023-10-04T23:22:27.766Z+ do_assemble
5152023-10-04T23:22:27.961Z+ rm -r ./out/dendrite-stub
5162023-10-04T23:22:28.096Z+ mkdir ./out/dendrite-stub
5172023-10-04T23:22:28.170Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5182023-10-04T23:22:28.218Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5192023-10-04T23:22:28.282Z+ set -o errexit
5202023-10-04T23:22:28.320Z+++ dirname ./tools/ci_download_transceiver_control
5212023-10-04T23:22:28.347Z++ cd ./tools
5222023-10-04T23:22:28.391Z++ pwd
5232023-10-04T23:22:28.506Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5242023-10-04T23:22:28.539Z++ basename ./tools/ci_download_transceiver_control
5252023-10-04T23:22:28.578Z+ ARG0=ci_download_transceiver_control
5262023-10-04T23:22:28.598Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5272023-10-04T23:22:28.644Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5282023-10-04T23:22:28.663Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5292023-10-04T23:22:28.669Z+ TARGET_DIR=out
5302023-10-04T23:22:28.691Z+ DOWNLOAD_DIR=out/downloads
5312023-10-04T23:22:28.713Z+ DEST_DIR=./out/transceiver-control
5322023-10-04T23:22:28.724Z+ BIN_DIR=/opt/oxide/bin
5332023-10-04T23:22:28.743Z+ BINARY=xcvradm
5342023-10-04T23:22:28.747Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352023-10-04T23:22:28.759Z+ REPO=oxidecomputer/transceiver-control
5362023-10-04T23:22:28.778Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5372023-10-04T23:22:28.793Z+ main
5382023-10-04T23:22:28.804Z+ [[ 0 != 0 ]]
5392023-10-04T23:22:29.233Z+ CIDL_OS=solaris2.11
5402023-10-04T23:22:29.238Z+ [[ 0 != 0 ]]
5412023-10-04T23:22:29.256Z+ configure_os solaris2.11
5422023-10-04T23:22:29.269Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432023-10-04T23:22:29.280Zcurrent directory: /work/oxidecomputer/omicron
5442023-10-04T23:22:29.289Z+ echo 'configuring based on OS: "solaris2.11"'
5452023-10-04T23:22:29.294Zconfiguring based on OS: "solaris2.11"
5462023-10-04T23:22:29.303Z+ case "$1" in
5472023-10-04T23:22:29.321Z+ SET_BINARIES=
5482023-10-04T23:22:29.329Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5492023-10-04T23:22:29.344Z+ CIDL_SHA256FUNC=do_sha256sum
5502023-10-04T23:22:29.356Z+ ARCHIVE_FILENAME=xcvradm.gz
5512023-10-04T23:22:29.371Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5522023-10-04T23:22:29.381Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5532023-10-04T23:22:29.389Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5542023-10-04T23:22:29.415ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5552023-10-04T23:22:29.428Z+ echo 'Local file: out/downloads/xcvradm.gz'
5562023-10-04T23:22:29.439ZLocal file: out/downloads/xcvradm.gz
5572023-10-04T23:22:29.857Z+ mkdir -p out/downloads
5582023-10-04T23:22:29.866Z+ mkdir -p ./out/transceiver-control
5592023-10-04T23:22:29.879Z+ fetch_and_verify
5602023-10-04T23:22:29.891Z+ local DO_DOWNLOAD=true
5612023-10-04T23:22:29.904Z+ [[ -f out/downloads/xcvradm.gz ]]
5622023-10-04T23:22:29.918Z+ '[' true == true ']'
5632023-10-04T23:22:29.928Z+ echo Downloading...
5642023-10-04T23:22:29.940ZDownloading...
5652023-10-04T23:22:29.951Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5662023-10-04T23:22:29.962Z+ 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
5672023-10-04T23:22:29.970Z++ do_sha256sum out/downloads/xcvradm.gz
5682023-10-04T23:22:29.974Z++ sha256sum
5692023-10-04T23:22:29.978Z++ awk '{print $1}'
5702023-10-04T23:22:29.984Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5712023-10-04T23:22:29.988Z+ [[ 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 ]]
5722023-10-04T23:22:29.992Z+ do_unpack out/downloads/xcvradm.gz
5732023-10-04T23:22:29.998Z+ mkdir -p out/downloads/root//opt/oxide/bin
5742023-10-04T23:22:30.006Z+ gzip -dc out/downloads/xcvradm.gz
5752023-10-04T23:22:30.012Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5762023-10-04T23:22:30.017Z+ do_assemble
5772023-10-04T23:22:30.020Z+ rm -r ./out/transceiver-control
5782023-10-04T23:22:30.024Z+ mkdir ./out/transceiver-control
5792023-10-04T23:22:30.029Z+ cp -r out/downloads/root ./out/transceiver-control/root
5802023-10-04T23:22:30.033ZAll prerequisites installed successfully
5812023-10-04T23:22:30.037Z
5822023-10-04T23:22:30.041Zreal 1:58.370975233
5832023-10-04T23:22:30.044Zuser 49.515805555
5842023-10-04T23:22:30.047Zsys 9.477991568
5852023-10-04T23:22:30.051Ztrap 0.021614870
5862023-10-04T23:22:30.055Ztflt 0.201784437
5872023-10-04T23:22:30.058Zdflt 0.554191832
5882023-10-04T23:22:30.061Zkflt 0.181378935
5892023-10-04T23:22:30.065Zlock 2.076521328
5902023-10-04T23:22:30.069Zslp 3:55.380803279
5912023-10-04T23:22:30.073Zlat 3.161374500
5922023-10-04T23:22:30.076Zstop 0.071556535
5932023-10-04T23:22:30.079Z+ banner end-to-end-tests
5942023-10-04T23:22:30.083Z
5952023-10-04T23:22:30.086Z ###### # # ##### ##### #### ###### # # #####
5962023-10-04T23:22:30.089Z # ## # # # # # # # ## # # #
5972023-10-04T23:22:30.092Z ##### # # # # # ##### # # # ##### ##### # # # # #
5982023-10-04T23:22:30.096Z # # # # # # # # # # # # # # #
5992023-10-04T23:22:30.100Z # # ## # # # # # # # ## # #
6002023-10-04T23:22:30.104Z ###### # # ##### # #### ###### # # #####
6012023-10-04T23:22:30.107Z
6022023-10-04T23:22:30.110Z+ export CARGO_PROFILE_DEV_DEBUG=1
6032023-10-04T23:22:30.113Z+ CARGO_PROFILE_DEV_DEBUG=1
6042023-10-04T23:22:30.117Z+ export CARGO_PROFILE_TEST_DEBUG=1
6052023-10-04T23:22:30.120Z+ CARGO_PROFILE_TEST_DEBUG=1
6062023-10-04T23:22:30.123Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6072023-10-04T23:22:30.126Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6082023-10-04T23:22:30.129Z Updating crates.io index
6092023-10-04T23:22:30.132Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6102023-10-04T23:22:31.006Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6112023-10-04T23:22:32.940Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6122023-10-04T23:22:33.731Z Updating git repository `http://github.com/oxidecomputer/tofino`
6132023-10-04T23:22:34.016Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6142023-10-04T23:22:34.329Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6152023-10-04T23:22:34.647Z Updating git repository `https://github.com/oxidecomputer/propolis`
6162023-10-04T23:22:35.452Z Updating git repository `https://github.com/oxidecomputer/opte`
6172023-10-04T23:22:36.598Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6182023-10-04T23:22:36.980Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6192023-10-04T23:22:37.428Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6202023-10-04T23:22:37.763Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6212023-10-04T23:22:38.149Z Updating git repository `https://github.com/njaremko/samael`
6222023-10-04T23:22:38.523Z Updating git repository `https://github.com/oxidecomputer/crucible`
6232023-10-04T23:22:40.478Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6242023-10-04T23:22:41.169Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6252023-10-04T23:22:41.868Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6262023-10-04T23:22:42.428Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6272023-10-04T23:22:42.819Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6282023-10-04T23:22:43.329Z Updating git repository `https://github.com/oxidecomputer/omicron`
6292023-10-04T23:22:52.428Z Updating git repository `https://github.com/oxidecomputer/rfb`
6302023-10-04T23:22:52.744Z Updating git repository `https://github.com/jgallagher/nix`
6312023-10-04T23:22:54.030Z Updating git repository `https://github.com/cbiffle/hubpack`
6322023-10-04T23:22:54.442Z Updating git repository `https://github.com/oxidecomputer/typify`
6332023-10-04T23:22:55.445Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6342023-10-04T23:22:55.840Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6352023-10-04T23:22:56.129Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6362023-10-04T23:22:58.075Z Downloading crates ...
6372023-10-04T23:22:58.275Z Downloaded async-stream-impl v0.3.5
6382023-10-04T23:22:58.286Z Downloaded backtrace v0.3.69
6392023-10-04T23:22:58.295Z Downloaded platforms v3.0.2
6402023-10-04T23:22:58.302Z Downloaded crypto-common v0.1.6
6412023-10-04T23:22:58.310Z Downloaded camino-tempfile v1.0.2
6422023-10-04T23:22:58.317Z Downloaded percent-encoding v2.3.0
6432023-10-04T23:22:58.328Z Downloaded openssl-macros v0.1.1
6442023-10-04T23:22:58.334Z Downloaded bitflags v1.3.2
6452023-10-04T23:22:58.340Z Downloaded nix v0.26.2
6462023-10-04T23:22:58.363Z Downloaded ppv-lite86 v0.2.17
6472023-10-04T23:22:58.377Z Downloaded pretty-hex v0.2.1
6482023-10-04T23:22:58.388Z Downloaded console v0.15.7
6492023-10-04T23:22:58.402Z Downloaded clap v4.4.3
6502023-10-04T23:22:58.422Z Downloaded predicates-core v1.0.6
6512023-10-04T23:22:58.439Z Downloaded pbkdf2 v0.12.2
6522023-10-04T23:22:58.461Z Downloaded pretty-hex v0.3.0
6532023-10-04T23:22:58.487Z Downloaded diesel_table_macro_syntax v0.1.0
6542023-10-04T23:22:58.496Z Downloaded phf_shared v0.10.0
6552023-10-04T23:22:58.515Z Downloaded darling_macro v0.20.3
6562023-10-04T23:22:58.520Z Downloaded pbkdf2 v0.11.0
6572023-10-04T23:22:58.524Z Downloaded openssl-probe v0.1.5
6582023-10-04T23:22:58.528Z Downloaded cpufeatures v0.2.9
6592023-10-04T23:22:58.532Z Downloaded quick-error v1.2.3
6602023-10-04T23:22:58.537Z Downloaded macaddr v1.0.1
6612023-10-04T23:22:58.541Z Downloaded pest_generator v2.7.2
6622023-10-04T23:22:58.544Z Downloaded headers-core v0.2.0
6632023-10-04T23:22:58.548Z Downloaded keccak v0.1.4
6642023-10-04T23:22:58.551Z Downloaded base64ct v1.6.0
6652023-10-04T23:22:58.555Z Downloaded proc-macro-error-attr v1.0.4
6662023-10-04T23:22:58.562Z Downloaded password-hash v0.4.2
6672023-10-04T23:22:58.565Z Downloaded num_enum v0.5.11
6682023-10-04T23:22:58.569Z Downloaded postgres-protocol v0.6.6
6692023-10-04T23:22:58.572Z Downloaded crossbeam-channel v0.5.8
6702023-10-04T23:22:58.576Z Downloaded instant v0.1.12
6712023-10-04T23:22:58.579Z Downloaded hash32 v0.2.1
6722023-10-04T23:22:58.583Z Downloaded parking_lot_core v0.9.8
6732023-10-04T23:22:58.587Z Downloaded group v0.13.0
6742023-10-04T23:22:58.591Z Downloaded derive_more v0.99.17
6752023-10-04T23:22:58.595Z Downloaded tokio-macros v2.1.0
6762023-10-04T23:22:58.598Z Downloaded unicode-linebreak v0.1.5
6772023-10-04T23:22:58.602Z Downloaded try-lock v0.2.4
6782023-10-04T23:22:58.613Z Downloaded tinyvec_macros v0.1.1
6792023-10-04T23:22:58.642Z Downloaded sha1 v0.10.5
6802023-10-04T23:22:58.647Z Downloaded usdt-impl v0.3.5
6812023-10-04T23:22:58.654Z Downloaded fastrand v2.0.0
6822023-10-04T23:22:58.667Z Downloaded http-body v0.4.5
6832023-10-04T23:22:58.675Z Downloaded hostname v0.3.1
6842023-10-04T23:22:58.704Z Downloaded serde_repr v0.1.16
6852023-10-04T23:22:58.722Z Downloaded inout v0.1.3
6862023-10-04T23:22:58.747Z Downloaded futures-io v0.3.28
6872023-10-04T23:22:58.754Z Downloaded foreign-types-shared v0.1.1
6882023-10-04T23:22:58.758Z Downloaded foreign-types v0.3.2
6892023-10-04T23:22:58.762Z Downloaded static_assertions v1.1.0
6902023-10-04T23:22:58.796Z Downloaded strsim v0.8.0
6912023-10-04T23:22:58.803Z Downloaded stringprep v0.1.3
6922023-10-04T23:22:58.813Z Downloaded serde_tokenstream v0.1.7
6932023-10-04T23:22:58.829Z Downloaded errno v0.3.2
6942023-10-04T23:22:58.837Z Downloaded utf-8 v0.7.6
6952023-10-04T23:22:58.843Z Downloaded wyz v0.5.1
6962023-10-04T23:22:58.847Z Downloaded lalrpop-util v0.19.12
6972023-10-04T23:22:58.872Z Downloaded strum_macros v0.25.2
6982023-10-04T23:22:59.283Z Downloaded enum-iterator-derive v1.2.1
6992023-10-04T23:22:59.292Z Downloaded httparse v1.8.0
7002023-10-04T23:22:59.295Z Downloaded hyper-tls v0.5.0
7012023-10-04T23:22:59.298Z Downloaded zone_cfg_derive v0.2.0
7022023-10-04T23:22:59.306Z Downloaded indexmap v1.9.3
7032023-10-04T23:22:59.310Z Downloaded tower-service v0.3.2
7042023-10-04T23:22:59.317Z Downloaded version_check v0.9.4
7052023-10-04T23:22:59.767Z Downloaded zone v0.2.0
7062023-10-04T23:22:59.813Z Downloaded structmeta v0.1.6
7072023-10-04T23:23:00.232Z Downloaded strsim v0.10.0
7082023-10-04T23:23:00.236Z Downloaded futures-core v0.3.28
7092023-10-04T23:23:00.240Z Downloaded secrecy v0.8.0
7102023-10-04T23:23:00.244Z Downloaded futures-task v0.3.28
7112023-10-04T23:23:00.248Z Downloaded hyper-rustls v0.24.1
7122023-10-04T23:23:00.252Z Downloaded ghash v0.5.0
7132023-10-04T23:23:00.259Z Downloaded utf8parse v0.2.1
7142023-10-04T23:23:00.264Z Downloaded usdt-macro v0.3.5
7152023-10-04T23:23:00.268Z Downloaded spin v0.5.2
7162023-10-04T23:23:00.271Z Downloaded trust-dns-resolver v0.22.0
7172023-10-04T23:23:00.275Z Downloaded humantime v2.1.0
7182023-10-04T23:23:00.280Z Downloaded xattr v1.0.1
7192023-10-04T23:23:00.283Z Downloaded tokio-native-tls v0.3.1
7202023-10-04T23:23:00.287Z Downloaded tokio-tungstenite v0.18.0
7212023-10-04T23:23:00.290Z Downloaded zerocopy v0.6.3
7222023-10-04T23:23:00.294Z Downloaded num-bigint v0.4.4
7232023-10-04T23:23:00.297Z Downloaded want v0.3.1
7242023-10-04T23:23:00.301Z Downloaded resolv-conf v0.7.0
7252023-10-04T23:23:00.306Z Downloaded generic-array v0.14.7
7262023-10-04T23:23:00.310Z Downloaded ident_case v1.0.1
7272023-10-04T23:23:00.314Z Downloaded is-terminal v0.4.9
7282023-10-04T23:23:00.318Z Downloaded serde_spanned v0.6.3
7292023-10-04T23:23:00.322Z Downloaded same-file v1.0.6
7302023-10-04T23:23:00.326Z Downloaded serde_derive v1.0.188
7312023-10-04T23:23:00.331Z Downloaded russh-keys v0.38.0
7322023-10-04T23:23:00.336Z Downloaded socket2 v0.5.3
7332023-10-04T23:23:00.340Z Downloaded dirs-sys-next v0.1.2
7342023-10-04T23:23:00.344Z Downloaded termcolor v1.2.0
7352023-10-04T23:23:00.348Z Downloaded textwrap v0.16.0
7362023-10-04T23:23:00.351Z Downloaded trust-dns-server v0.22.1
7372023-10-04T23:23:00.355Z Downloaded rustc-demangle v0.1.23
7382023-10-04T23:23:00.358Z Downloaded tokio-tungstenite v0.17.2
7392023-10-04T23:23:00.367Z Downloaded getrandom v0.1.16
7402023-10-04T23:23:00.378Z Downloaded ipnetwork v0.20.0
7412023-10-04T23:23:00.390Z Downloaded slab v0.4.9
7422023-10-04T23:23:00.409Z Downloaded textwrap v0.11.0
7432023-10-04T23:23:00.424Z Downloaded whoami v1.4.1
7442023-10-04T23:23:00.430Z Downloaded subprocess v0.2.9
7452023-10-04T23:23:00.434Z Downloaded ringbuffer v0.14.2
7462023-10-04T23:23:00.438Z Downloaded typenum v1.16.0
7472023-10-04T23:23:00.444Z Downloaded itoa v1.0.9
7482023-10-04T23:23:00.448Z Downloaded unicode-segmentation v1.10.1
7492023-10-04T23:23:00.451Z Downloaded jobserver v0.1.26
7502023-10-04T23:23:00.454Z Downloaded vergen v8.2.4
7512023-10-04T23:23:00.457Z Downloaded tracing v0.1.37
7522023-10-04T23:23:00.460Z Downloaded http v0.2.9
7532023-10-04T23:23:00.464Z Downloaded tracing-core v0.1.31
7542023-10-04T23:23:00.467Z Downloaded tokio-util v0.7.8
7552023-10-04T23:23:00.470Z Downloaded flate2 v1.0.27
7562023-10-04T23:23:00.474Z Downloaded regex-automata v0.1.10
7572023-10-04T23:23:00.477Z Downloaded tokio-postgres v0.7.10
7582023-10-04T23:23:00.480Z Downloaded rand v0.7.3
7592023-10-04T23:23:00.483Z Downloaded trust-dns-client v0.22.0
7602023-10-04T23:23:00.492Z Downloaded hashbrown v0.12.3
7612023-10-04T23:23:00.495Z Downloaded hashbrown v0.13.2
7622023-10-04T23:23:00.498Z Downloaded rusqlite v0.29.0
7632023-10-04T23:23:00.501Z Downloaded reqwest v0.11.20
7642023-10-04T23:23:00.504Z Downloaded serde_with v2.3.3
7652023-10-04T23:23:00.510Z Downloaded rustls-webpki v0.101.4
7662023-10-04T23:23:00.513Z Downloaded itertools v0.11.0
7672023-10-04T23:23:00.516Z Downloaded winnow v0.5.15
7682023-10-04T23:23:00.519Z Downloaded object v0.32.1
7692023-10-04T23:23:00.522Z Downloaded webpki-roots v0.25.2
7702023-10-04T23:23:00.525Z Downloaded curve25519-dalek v4.1.0
7712023-10-04T23:23:00.528Z Downloaded idna v0.2.3
7722023-10-04T23:23:00.532Z Downloaded regex-syntax v0.6.29
7732023-10-04T23:23:00.535Z Downloaded regex-syntax v0.7.5
7742023-10-04T23:23:00.538Z Downloaded idna v0.4.0
7752023-10-04T23:23:00.541Z Downloaded openapiv3 v1.0.3
7762023-10-04T23:23:00.545Z Downloaded trust-dns-proto v0.22.0
7772023-10-04T23:23:00.548Z Downloaded regex-automata v0.3.8
7782023-10-04T23:23:00.552Z Downloaded rustix v0.37.23
7792023-10-04T23:23:00.555Z Downloaded sha3 v0.10.8
7802023-10-04T23:23:00.558Z Downloaded zerocopy-derive v0.6.3
7812023-10-04T23:23:00.561Z Downloaded encoding_rs v0.8.33
7822023-10-04T23:23:00.565Z Downloaded rustix v0.38.9
7832023-10-04T23:23:00.568Z Downloaded sled v0.34.7
7842023-10-04T23:23:00.571Z Downloaded zerocopy-derive v0.2.0
7852023-10-04T23:23:00.575Z Downloaded bstr v1.6.0
7862023-10-04T23:23:00.578Z Downloaded bzip2-sys v0.1.11+1.0.8
7872023-10-04T23:23:00.580Z Downloaded libc v0.2.148
7882023-10-04T23:23:00.584Z Downloaded diesel v2.1.2
7892023-10-04T23:23:00.587Z Downloaded tokio v1.32.0
7902023-10-04T23:23:00.591Z Downloaded rustls v0.21.7
7912023-10-04T23:23:00.594Z Downloaded regress v0.7.1
7922023-10-04T23:23:00.599Z Downloaded regex v1.9.5
7932023-10-04T23:23:00.602Z Downloaded smoltcp v0.9.1
7942023-10-04T23:23:00.605Z Downloaded gimli v0.28.0
7952023-10-04T23:23:00.608Z Downloaded syn v2.0.32
7962023-10-04T23:23:00.612Z Downloaded syn v1.0.109
7972023-10-04T23:23:00.614Z Downloaded radix_trie v0.2.1
7982023-10-04T23:23:00.617Z Downloaded smoltcp v0.8.2
7992023-10-04T23:23:00.621Z Downloaded bitvec v1.0.1
8002023-10-04T23:23:00.624Z Downloaded winapi v0.3.9
8012023-10-04T23:23:00.627Z Downloaded vcpkg v0.2.15
8022023-10-04T23:23:00.629Z Downloaded hyper v0.14.27
8032023-10-04T23:23:00.632Z Downloaded git2 v0.17.2
8042023-10-04T23:23:00.636Z Downloaded h2 v0.3.21
8052023-10-04T23:23:00.638Z Downloaded futures-util v0.3.28
8062023-10-04T23:23:00.642Z Downloaded serde_json v1.0.107
8072023-10-04T23:23:00.645Z Downloaded chrono v0.4.31
8082023-10-04T23:23:00.647Z Downloaded libgit2-sys v0.15.2+1.6.4
8092023-10-04T23:23:00.650Z Downloaded hkdf v0.12.3
8102023-10-04T23:23:00.654Z Downloaded unicode-normalization v0.1.22
8112023-10-04T23:23:00.657Z Downloaded petgraph v0.6.4
8122023-10-04T23:23:00.660Z Downloaded aho-corasick v1.0.4
8132023-10-04T23:23:00.665Z Downloaded russh v0.38.0
8142023-10-04T23:23:00.668Z Downloaded tungstenite v0.18.0
8152023-10-04T23:23:00.671Z Downloaded hashbrown v0.14.0
8162023-10-04T23:23:00.673Z Downloaded clap_builder v4.4.2
8172023-10-04T23:23:00.676Z Downloaded serde v1.0.188
8182023-10-04T23:23:00.680Z Downloaded aes v0.8.3
8192023-10-04T23:23:00.683Z Downloaded unicode-ident v1.0.12
8202023-10-04T23:23:00.686Z Downloaded ron v0.7.1
8212023-10-04T23:23:00.689Z Downloaded tungstenite v0.17.3
8222023-10-04T23:23:00.692Z Downloaded itertools v0.10.5
8232023-10-04T23:23:00.695Z Downloaded structopt v0.3.26
8242023-10-04T23:23:00.699Z Downloaded unsafe-libyaml v0.2.9
8252023-10-04T23:23:00.702Z Downloaded scopeguard v1.2.0
8262023-10-04T23:23:00.705Z Downloaded string_cache v0.8.7
8272023-10-04T23:23:00.709Z Downloaded slog v2.7.0
8282023-10-04T23:23:00.712Z Downloaded time v0.3.27
8292023-10-04T23:23:00.715Z Downloaded io-lifetimes v1.0.11
8302023-10-04T23:23:00.717Z Downloaded sct v0.7.0
8312023-10-04T23:23:00.720Z Downloaded rand v0.8.5
8322023-10-04T23:23:00.723Z Downloaded similar v2.2.1
8332023-10-04T23:23:00.726Z Downloaded libm v0.2.7
8342023-10-04T23:23:00.729Z Downloaded slog-term v2.9.0
8352023-10-04T23:23:00.732Z Downloaded ucd-trie v0.1.6
8362023-10-04T23:23:00.735Z Downloaded url v2.4.1
8372023-10-04T23:23:00.738Z Downloaded ryu v1.0.15
8382023-10-04T23:23:00.741Z Downloaded rcgen v0.10.0
8392023-10-04T23:23:00.744Z Downloaded der v0.7.8
8402023-10-04T23:23:00.747Z Downloaded heapless v0.7.16
8412023-10-04T23:23:00.751Z Downloaded clap v2.34.0
8422023-10-04T23:23:00.754Z Downloaded signature v2.1.0
8432023-10-04T23:23:00.782Z Downloaded vec_map v0.8.2
8442023-10-04T23:23:00.785Z Downloaded twox-hash v1.6.3
8452023-10-04T23:23:00.789Z Downloaded iana-time-zone v0.1.57
8462023-10-04T23:23:00.791Z Downloaded thread_local v1.1.7
8472023-10-04T23:23:00.795Z Downloaded thiserror-impl-no-std v2.0.2
8482023-10-04T23:23:00.798Z Downloaded serde_urlencoded v0.7.1
8492023-10-04T23:23:00.801Z Downloaded socket2 v0.4.9
8502023-10-04T23:23:00.805Z Downloaded smallvec v1.11.0
8512023-10-04T23:23:00.811Z Downloaded tar v0.4.40
8522023-10-04T23:23:00.816Z Downloaded tracing-attributes v0.1.26
8532023-10-04T23:23:00.820Z Downloaded rand_core v0.5.1
8542023-10-04T23:23:00.828Z Downloaded serde_yaml v0.9.25
8552023-10-04T23:23:00.845Z Downloaded dirs-next v2.0.0
8562023-10-04T23:23:00.869Z Downloaded ipnet v2.8.0
8572023-10-04T23:23:00.890Z Downloaded libz-sys v1.1.12
8582023-10-04T23:23:00.923Z Downloaded glob v0.3.1
8592023-10-04T23:23:00.961Z Downloaded futures v0.3.28
8602023-10-04T23:23:00.984Z Downloaded mio v0.8.8
8612023-10-04T23:23:01.009Z Downloaded thread-id v4.2.0
8622023-10-04T23:23:01.025Z Downloaded hmac v0.12.1
8632023-10-04T23:23:01.031Z Downloaded ed25519-dalek v2.0.0
8642023-10-04T23:23:01.037Z Downloaded untrusted v0.7.1
8652023-10-04T23:23:01.045Z Downloaded futures-macro v0.3.28
8662023-10-04T23:23:01.054Z Downloaded headers v0.3.9
8672023-10-04T23:23:01.059Z Downloaded rustls-native-certs v0.6.3
8682023-10-04T23:23:01.064Z Downloaded rand_core v0.6.4
8692023-10-04T23:23:01.072Z Downloaded serde_derive_internals v0.26.0
8702023-10-04T23:23:01.080Z Downloaded zip v0.6.6
8712023-10-04T23:23:01.085Z Downloaded tinyvec v1.6.0
8722023-10-04T23:23:01.090Z Downloaded filetime v0.2.22
8732023-10-04T23:23:01.099Z Downloaded fallible-iterator v0.2.0
8742023-10-04T23:23:01.107Z Downloaded tap v1.0.1
8752023-10-04T23:23:01.112Z Downloaded structmeta-derive v0.1.6
8762023-10-04T23:23:01.119Z Downloaded toml v0.5.11
8772023-10-04T23:23:01.128Z Downloaded bstr v0.2.17
8782023-10-04T23:23:01.135Z Downloaded ff v0.13.0
8792023-10-04T23:23:01.146Z Downloaded smf v0.2.2
8802023-10-04T23:23:01.152Z Downloaded elliptic-curve v0.13.5
8812023-10-04T23:23:01.157Z Downloaded scheduled-thread-pool v0.2.7
8822023-10-04T23:23:01.184Z Downloaded semver-parser v0.10.2
8832023-10-04T23:23:01.194Z Downloaded semver v1.0.18
8842023-10-04T23:23:01.200Z Downloaded semver v0.11.0
8852023-10-04T23:23:01.207Z Downloaded rustversion v1.0.14
8862023-10-04T23:23:01.213Z Downloaded rustls-pemfile v1.0.3
8872023-10-04T23:23:01.222Z Downloaded toml_edit v0.19.15
8882023-10-04T23:23:01.232Z Downloaded ed25519 v2.2.2
8892023-10-04T23:23:01.240Z Downloaded rustfmt-wrapper v0.2.0
8902023-10-04T23:23:01.251Z Downloaded structopt-derive v0.4.18
8912023-10-04T23:23:01.269Z Downloaded const_format v0.2.31
8922023-10-04T23:23:01.280Z Downloaded indexmap v2.0.0
8932023-10-04T23:23:01.293Z Downloaded term v0.7.0
8942023-10-04T23:23:01.305Z Downloaded serde_with_macros v2.3.3
8952023-10-04T23:23:01.315Z Downloaded serde_arrays v0.1.0
8962023-10-04T23:23:01.325Z Downloaded rustc_version v0.4.0
8972023-10-04T23:23:01.344Z Downloaded sha-1 v0.10.1
8982023-10-04T23:23:01.358Z Downloaded schemars v0.8.13
8992023-10-04T23:23:01.374Z Downloaded universal-hash v0.5.1
9002023-10-04T23:23:01.384Z Downloaded toolchain_find v0.2.0
9012023-10-04T23:23:01.395Z Downloaded dof v0.1.5
9022023-10-04T23:23:01.411Z Downloaded spki v0.7.2
9032023-10-04T23:23:01.425Z Downloaded vsss-rs v3.3.1
9042023-10-04T23:23:01.432Z Downloaded take_mut v0.2.2
9052023-10-04T23:23:01.436Z Downloaded memchr v2.6.3
9062023-10-04T23:23:01.442Z Downloaded thiserror-no-std v2.0.2
9072023-10-04T23:23:01.447Z Downloaded getrandom v0.2.10
9082023-10-04T23:23:01.451Z Downloaded env_logger v0.9.3
9092023-10-04T23:23:01.455Z Downloaded serde_tokenstream v0.2.0
9102023-10-04T23:23:01.460Z Downloaded serde_path_to_error v0.1.14
9112023-10-04T23:23:01.464Z Downloaded rand_chacha v0.2.2
9122023-10-04T23:23:01.469Z Downloaded schemars_derive v0.8.13
9132023-10-04T23:23:01.474Z Downloaded diesel_derives v2.1.1
9142023-10-04T23:23:01.478Z Downloaded spin v0.9.8
9152023-10-04T23:23:01.483Z Downloaded hyper-staticfile v0.9.5
9162023-10-04T23:23:01.492Z Downloaded libsqlite3-sys v0.26.0
9172023-10-04T23:23:01.497Z Downloaded half v1.8.2
9182023-10-04T23:23:01.504Z Downloaded endian-type v0.1.2
9192023-10-04T23:23:01.508Z Downloaded openssl-sys v0.9.93
9202023-10-04T23:23:01.513Z Downloaded ring v0.16.20
9212023-10-04T23:23:01.517Z Downloaded chacha20poly1305 v0.10.1
9222023-10-04T23:23:01.520Z Downloaded rand_chacha v0.3.1
9232023-10-04T23:23:01.524Z Downloaded fxhash v0.2.1
9242023-10-04T23:23:01.529Z Downloaded sha2 v0.10.7
9252023-10-04T23:23:01.534Z Downloaded darling_core v0.20.3
9262023-10-04T23:23:01.538Z Downloaded log v0.4.20
9272023-10-04T23:23:01.542Z Downloaded arc-swap v1.6.0
9282023-10-04T23:23:01.546Z Downloaded uuid v1.4.1
9292023-10-04T23:23:01.549Z Downloaded subtle v2.5.0
9302023-10-04T23:23:01.553Z Downloaded base64 v0.13.1
9312023-10-04T23:23:01.557Z Downloaded fnv v1.0.7
9322023-10-04T23:23:01.561Z Downloaded float-cmp v0.9.0
9332023-10-04T23:23:01.565Z Downloaded fixedbitset v0.4.2
9342023-10-04T23:23:01.569Z Downloaded slog-stdlog v4.1.1
9352023-10-04T23:23:01.574Z Downloaded russh-cryptovec v0.7.0
9362023-10-04T23:23:01.580Z Downloaded futures-channel v0.3.28
9372023-10-04T23:23:01.590Z Downloaded slog-json v2.6.1
9382023-10-04T23:23:01.594Z Downloaded tokio-rustls v0.24.1
9392023-10-04T23:23:01.598Z Downloaded heck v0.4.1
9402023-10-04T23:23:01.602Z Downloaded heck v0.3.3
9412023-10-04T23:23:01.607Z Downloaded hashlink v0.8.3
9422023-10-04T23:23:01.611Z Downloaded proc-macro2 v1.0.67
9432023-10-04T23:23:01.615Z Downloaded pest_meta v2.7.2
9442023-10-04T23:23:01.619Z Downloaded num-traits v0.2.16
9452023-10-04T23:23:01.623Z Downloaded crossbeam-utils v0.8.16
9462023-10-04T23:23:01.627Z Downloaded erased-serde v0.3.30
9472023-10-04T23:23:01.631Z Downloaded toml v0.7.8
9482023-10-04T23:23:01.635Z Downloaded fallible-streaming-iterator v0.1.9
9492023-10-04T23:23:01.639Z Downloaded zeroize v1.6.0
9502023-10-04T23:23:01.643Z Downloaded allocator-api2 v0.2.16
9512023-10-04T23:23:01.647Z Downloaded hubpack v0.1.2
9522023-10-04T23:23:01.652Z Downloaded httpdate v1.0.3
9532023-10-04T23:23:01.657Z Downloaded stable_deref_trait v1.2.0
9542023-10-04T23:23:01.661Z Downloaded hex v0.4.3
9552023-10-04T23:23:01.665Z Downloaded futures-sink v0.3.28
9562023-10-04T23:23:01.678Z Downloaded yasna v0.5.2
9572023-10-04T23:23:01.682Z Downloaded foreign-types-macros v0.2.3
9582023-10-04T23:23:01.686Z Downloaded foreign-types v0.5.0
9592023-10-04T23:23:01.690Z Downloaded home v0.5.5
9602023-10-04T23:23:01.694Z Downloaded strum v0.25.0
9612023-10-04T23:23:01.697Z Downloaded unicode-bidi v0.3.13
9622023-10-04T23:23:01.701Z Downloaded siphasher v0.3.11
9632023-10-04T23:23:01.705Z Downloaded signal-hook-registry v1.4.1
9642023-10-04T23:23:01.710Z Downloaded futures-executor v0.3.28
9652023-10-04T23:23:01.718Z Downloaded funty v2.0.0
9662023-10-04T23:23:01.724Z Downloaded form_urlencoded v1.2.0
9672023-10-04T23:23:01.728Z Downloaded crossbeam-epoch v0.9.15
9682023-10-04T23:23:01.734Z Downloaded bytes v1.5.0
9692023-10-04T23:23:01.739Z Downloaded addr2line v0.21.0
9702023-10-04T23:23:01.743Z Downloaded miniz_oxide v0.7.1
9712023-10-04T23:23:01.749Z Downloaded num_enum_derive v0.7.0
9722023-10-04T23:23:01.753Z Downloaded slog-scope v4.4.0
9732023-10-04T23:23:01.757Z Downloaded slog-dtrace v0.2.3
9742023-10-04T23:23:01.760Z Downloaded hex-literal v0.4.1
9752023-10-04T23:23:01.765Z Downloaded getopts v0.2.21
9762023-10-04T23:23:01.772Z Downloaded num-integer v0.1.45
9772023-10-04T23:23:01.777Z Downloaded data-encoding v2.4.0
9782023-10-04T23:23:01.781Z Downloaded tokio-stream v0.1.14
9792023-10-04T23:23:01.818Z Downloaded tempfile v3.8.0
9802023-10-04T23:23:01.834Z Downloaded password-hash v0.5.0
9812023-10-04T23:23:01.862Z Downloaded slog-envlogger v2.2.0
9822023-10-04T23:23:02.293Z Downloaded slog-bunyan v2.4.0
9832023-10-04T23:23:02.300Z Downloaded anyhow v1.0.75
9842023-10-04T23:23:02.312Z Downloaded zeroize_derive v1.4.2
9852023-10-04T23:23:02.326Z Downloaded foreign-types-shared v0.3.1
9862023-10-04T23:23:02.351Z Downloaded dirs-sys v0.4.1
9872023-10-04T23:23:02.366Z Downloaded dirs v5.0.1
9882023-10-04T23:23:02.371Z Downloaded ciborium v0.2.1
9892023-10-04T23:23:02.379Z Downloaded bincode v1.3.3
9902023-10-04T23:23:02.385Z Downloaded argon2 v0.5.2
9912023-10-04T23:23:02.388Z Downloaded bitflags v2.4.0
9922023-10-04T23:23:02.398Z Downloaded anstream v0.5.0
9932023-10-04T23:23:02.402Z Downloaded ahash v0.8.3
9942023-10-04T23:23:02.407Z Downloaded aes-gcm-siv v0.11.1
9952023-10-04T23:23:02.412Z Downloaded http-range v0.1.5
9962023-10-04T23:23:02.418Z Downloaded either v1.9.0
9972023-10-04T23:23:02.423Z Downloaded usdt-attr-macro v0.3.5
9982023-10-04T23:23:02.429Z Downloaded unicode-xid v0.2.4
9992023-10-04T23:23:02.448Z Downloaded ascii v1.1.0
10002023-10-04T23:23:02.455Z Downloaded autocfg v1.1.0
10012023-10-04T23:23:02.461Z Downloaded once_cell v1.18.0
10022023-10-04T23:23:02.466Z Downloaded num-complex v0.4.4
10032023-10-04T23:23:02.472Z Downloaded native-tls v0.2.11
10042023-10-04T23:23:02.481Z Downloaded phf v0.11.2
10052023-10-04T23:23:02.489Z Downloaded smawk v0.3.1
10062023-10-04T23:23:02.603Z Downloaded slog-async v2.8.0
10072023-10-04T23:23:02.608Z Downloaded enum-iterator v1.4.1
10082023-10-04T23:23:02.626Z Downloaded walkdir v2.4.0
10092023-10-04T23:23:02.631Z Downloaded usdt v0.3.5
10102023-10-04T23:23:02.639Z Downloaded unicode-width v0.1.10
10112023-10-04T23:23:02.643Z Downloaded unicase v2.7.0
10122023-10-04T23:23:02.648Z Downloaded toml_datetime v0.6.3
10132023-10-04T23:23:02.665Z Downloaded time-macros v0.2.13
10142023-10-04T23:23:02.671Z Downloaded num-rational v0.4.1
10152023-10-04T23:23:02.678Z Downloaded num-iter v0.1.43
10162023-10-04T23:23:02.682Z Downloaded pin-utils v0.1.0
10172023-10-04T23:23:02.686Z Downloaded pest_derive v2.7.2
10182023-10-04T23:23:02.690Z Downloaded dyn-clone v1.0.13
10192023-10-04T23:23:02.694Z Downloaded thiserror v1.0.49
10202023-10-04T23:23:02.700Z Downloaded const-oid v0.9.5
10212023-10-04T23:23:02.703Z Downloaded num v0.4.1
10222023-10-04T23:23:02.713Z Downloaded ciborium-ll v0.2.1
10232023-10-04T23:23:02.717Z Downloaded pkg-config v0.3.27
10242023-10-04T23:23:02.725Z Downloaded pem v1.1.1
10252023-10-04T23:23:02.766Z Downloaded thiserror-impl v1.0.49
10262023-10-04T23:23:02.787Z Downloaded terminal_size v0.2.6
10272023-10-04T23:23:02.818Z Downloaded synstructure v0.12.6
10282023-10-04T23:23:02.880Z Downloaded proc-macro-error v1.0.4
10292023-10-04T23:23:02.911Z Downloaded num_enum v0.7.0
10302023-10-04T23:23:02.941Z Downloaded digest v0.10.7
10312023-10-04T23:23:02.972Z Downloaded deranged v0.3.8
10322023-10-04T23:23:03.419Z Downloaded clap_derive v4.4.2
10332023-10-04T23:23:03.425Z Downloaded predicates v3.0.3
10342023-10-04T23:23:03.429Z Downloaded num_enum_derive v0.5.11
10352023-10-04T23:23:03.433Z Downloaded dtrace-parser v0.1.14
10362023-10-04T23:23:03.437Z Downloaded zerocopy v0.3.0
10372023-10-04T23:23:03.442Z Downloaded polyval v0.6.1
10382023-10-04T23:23:03.447Z Downloaded waitgroup v0.1.2
10392023-10-04T23:23:03.451Z Downloaded proc-macro-crate v1.3.1
10402023-10-04T23:23:03.458Z Downloaded hubpack_derive v0.1.1
10412023-10-04T23:23:03.463Z Downloaded equivalent v1.0.1
10422023-10-04T23:23:03.467Z Downloaded enum-as-inner v0.5.1
10432023-10-04T23:23:03.472Z Downloaded ctr v0.9.2
10442023-10-04T23:23:03.476Z Downloaded anstyle-query v1.0.0
10452023-10-04T23:23:03.481Z Downloaded aead v0.5.2
10462023-10-04T23:23:03.485Z Downloaded parking_lot v0.11.2
10472023-10-04T23:23:03.497Z Downloaded option-ext v0.2.0
10482023-10-04T23:23:03.501Z Downloaded darling v0.20.3
10492023-10-04T23:23:03.505Z Downloaded curve25519-dalek-derive v0.1.0
10502023-10-04T23:23:03.509Z Downloaded lru-cache v0.1.2
10512023-10-04T23:23:03.514Z Downloaded anstyle-parse v0.2.1
10522023-10-04T23:23:03.518Z Downloaded async-stream v0.3.5
10532023-10-04T23:23:03.522Z Downloaded bit-vec v0.6.3
10542023-10-04T23:23:03.526Z Downloaded byteorder v1.4.3
10552023-10-04T23:23:03.530Z Downloaded async-recursion v1.0.5
10562023-10-04T23:23:03.534Z Downloaded ansi_term v0.12.1
10572023-10-04T23:23:03.538Z Downloaded pin-project-lite v0.2.13
10582023-10-04T23:23:03.542Z Downloaded num_cpus v1.16.0
10592023-10-04T23:23:03.547Z Downloaded normalize-line-endings v0.3.0
10602023-10-04T23:23:03.551Z Downloaded async-trait v0.1.73
10612023-10-04T23:23:03.555Z Downloaded backoff v0.4.0
10622023-10-04T23:23:03.559Z Downloaded multer v2.1.0
10632023-10-04T23:23:03.563Z Downloaded lock_api v0.4.10
10642023-10-04T23:23:03.568Z Downloaded difflib v0.4.0
10652023-10-04T23:23:03.572Z Downloaded convert_case v0.4.0
10662023-10-04T23:23:03.576Z Downloaded time-core v0.1.1
10672023-10-04T23:23:03.581Z Downloaded memoffset v0.9.0
10682023-10-04T23:23:03.587Z Downloaded memoffset v0.7.1
10692023-10-04T23:23:03.591Z Downloaded mime_guess v2.0.4
10702023-10-04T23:23:03.599Z Downloaded linked-hash-map v0.5.6
10712023-10-04T23:23:03.617Z Downloaded cancel-safe-futures v0.1.2
10722023-10-04T23:23:03.655Z Downloaded debug-ignore v1.0.5
10732023-10-04T23:23:03.673Z Downloaded nibble_vec v0.1.0
10742023-10-04T23:23:03.676Z Downloaded anstyle v1.0.2
10752023-10-04T23:23:03.680Z Downloaded opaque-debug v0.3.0
10762023-10-04T23:23:03.683Z Downloaded omicron-zone-package v0.8.3
10772023-10-04T23:23:03.689Z Downloaded num_threads v0.1.6
10782023-10-04T23:23:03.693Z Downloaded new_debug_unreachable v1.0.4
10792023-10-04T23:23:03.696Z Downloaded libefi-sys v0.1.0
10802023-10-04T23:23:03.700Z Downloaded camino v1.1.6
10812023-10-04T23:23:03.703Z Downloaded blowfish v0.9.1
10822023-10-04T23:23:03.709Z Downloaded bitstruct v0.1.1
10832023-10-04T23:23:03.712Z Downloaded const_format_proc_macros v0.2.31
10842023-10-04T23:23:03.715Z Downloaded colored v2.0.4
10852023-10-04T23:23:03.719Z Downloaded clap_lex v0.5.1
10862023-10-04T23:23:03.724Z Downloaded bit-set v0.5.3
10872023-10-04T23:23:03.727Z Downloaded cstr-argument v0.1.2
10882023-10-04T23:23:03.732Z Downloaded lazy_static v1.4.0
10892023-10-04T23:23:03.736Z Downloaded block-buffer v0.10.4
10902023-10-04T23:23:03.741Z Downloaded atty v0.2.14
10912023-10-04T23:23:03.744Z Downloaded md5 v0.7.0
10922023-10-04T23:23:03.748Z Downloaded cipher v0.4.4
10932023-10-04T23:23:03.752Z Downloaded block-padding v0.3.3
10942023-10-04T23:23:03.757Z Downloaded atomic-waker v1.1.1
10952023-10-04T23:23:03.761Z Downloaded bcrypt-pbkdf v0.10.0
10962023-10-04T23:23:03.764Z Downloaded adler v1.0.2
10972023-10-04T23:23:03.768Z Downloaded radium v0.7.0
10982023-10-04T23:23:03.773Z Downloaded r2d2 v0.8.10
10992023-10-04T23:23:03.780Z Downloaded quote v1.0.33
11002023-10-04T23:23:03.784Z Downloaded postcard-cobs v0.1.5-pre
11012023-10-04T23:23:03.788Z Downloaded postcard v0.7.3
11022023-10-04T23:23:03.791Z Downloaded openssl v0.10.57
11032023-10-04T23:23:03.795Z Downloaded managed v0.8.0
11042023-10-04T23:23:03.799Z Downloaded ciborium-io v0.2.1
11052023-10-04T23:23:03.803Z Downloaded base16ct v0.2.0
11062023-10-04T23:23:03.806Z Downloaded poly1305 v0.8.0
11072023-10-04T23:23:03.810Z Downloaded match_cfg v0.1.0
11082023-10-04T23:23:03.813Z Downloaded precomputed-hash v0.1.1
11092023-10-04T23:23:03.816Z Downloaded postgres-types v0.2.6
11102023-10-04T23:23:03.820Z Downloaded pest v2.7.2
11112023-10-04T23:23:03.824Z Downloaded mime v0.3.17
11122023-10-04T23:23:03.828Z Downloaded md-5 v0.10.5
11132023-10-04T23:23:03.831Z Downloaded crypto-bigint v0.5.2
11142023-10-04T23:23:03.835Z Downloaded chacha20 v0.9.1
11152023-10-04T23:23:03.838Z Downloaded cbc v0.1.2
11162023-10-04T23:23:03.841Z Downloaded phf_shared v0.11.2
11172023-10-04T23:23:03.846Z Downloaded parse-display v0.7.0
11182023-10-04T23:23:03.849Z Downloaded matches v0.1.10
11192023-10-04T23:23:03.853Z Downloaded colorchoice v1.0.0
11202023-10-04T23:23:03.856Z Downloaded cfg-if v1.0.0
11212023-10-04T23:23:03.860Z Downloaded bitstruct_derive v0.1.0
11222023-10-04T23:23:03.865Z Downloaded pkcs8 v0.10.2
11232023-10-04T23:23:03.869Z Downloaded paste v1.0.14
11242023-10-04T23:23:03.872Z Downloaded parse-display-derive v0.7.0
11252023-10-04T23:23:03.875Z Downloaded parking_lot_core v0.8.6
11262023-10-04T23:23:03.879Z Downloaded parking_lot v0.12.1
11272023-10-04T23:23:03.914Z Downloaded cfg-if v0.1.10
11282023-10-04T23:23:03.918Z Downloaded blake2 v0.10.6
11292023-10-04T23:23:03.929Z Downloaded crc32fast v1.3.2
11302023-10-04T23:23:03.946Z Downloaded cc v1.0.83
11312023-10-04T23:23:03.958Z Downloaded bzip2 v0.4.4
11322023-10-04T23:23:03.976Z Downloaded bit_field v0.10.2
11332023-10-04T23:23:04.008Z Downloaded base64 v0.21.4
11342023-10-04T23:23:04.027Z Downloaded aes-gcm v0.10.2
11352023-10-04T23:23:04.048Z Compiling proc-macro2 v1.0.67
11362023-10-04T23:23:04.479Z Compiling unicode-ident v1.0.12
11372023-10-04T23:23:04.483Z Compiling libc v0.2.148
11382023-10-04T23:23:04.487Z Compiling serde v1.0.188
11392023-10-04T23:23:04.490Z Compiling version_check v0.9.4
11402023-10-04T23:23:04.493Z Compiling cfg-if v1.0.0
11412023-10-04T23:23:04.496Z Compiling autocfg v1.1.0
11422023-10-04T23:23:04.502Z Compiling syn v1.0.109
11432023-10-04T23:23:04.509Z Compiling once_cell v1.18.0
11442023-10-04T23:23:04.513Z Compiling typenum v1.16.0
11452023-10-04T23:23:04.518Z Compiling thiserror v1.0.49
11462023-10-04T23:23:04.523Z Compiling generic-array v0.14.7
11472023-10-04T23:23:04.526Z Compiling lock_api v0.4.10
11482023-10-04T23:23:04.560Z Compiling parking_lot_core v0.9.8
11492023-10-04T23:23:04.748Z Compiling libm v0.2.7
11502023-10-04T23:23:04.784Z Compiling num-traits v0.2.16
11512023-10-04T23:23:04.794Z Compiling itoa v1.0.9
11522023-10-04T23:23:05.031Z Compiling ahash v0.8.3
11532023-10-04T23:23:05.144Z Compiling memchr v2.6.3
11542023-10-04T23:23:05.235Z Compiling futures-core v0.3.28
11552023-10-04T23:23:05.264Z Compiling serde_json v1.0.107
11562023-10-04T23:23:05.636Z Compiling log v0.4.20
11572023-10-04T23:23:05.738Z Compiling slab v0.4.9
11582023-10-04T23:23:05.761Z Compiling futures-task v0.3.28
11592023-10-04T23:23:06.137Z Compiling quote v1.0.33
11602023-10-04T23:23:06.187Z Compiling futures-channel v0.3.28
11612023-10-04T23:23:06.604Z Compiling futures-util v0.3.28
11622023-10-04T23:23:06.680Z Compiling getrandom v0.2.10
11632023-10-04T23:23:07.064Z Compiling syn v2.0.32
11642023-10-04T23:23:07.292Z Compiling jobserver v0.1.26
11652023-10-04T23:23:07.809Z Compiling pkg-config v0.3.27
11662023-10-04T23:23:07.829Z Compiling rand_core v0.6.4
11672023-10-04T23:23:08.326Z Compiling allocator-api2 v0.2.16
11682023-10-04T23:23:08.367Z Compiling ryu v1.0.15
11692023-10-04T23:23:08.380Z Compiling cc v1.0.83
11702023-10-04T23:23:08.495Z Compiling equivalent v1.0.1
11712023-10-04T23:23:08.533Z Compiling vcpkg v0.2.15
11722023-10-04T23:23:08.651Z Compiling schemars v0.8.13
11732023-10-04T23:23:08.903Z Compiling hashbrown v0.14.0
11742023-10-04T23:23:09.374Z Compiling scopeguard v1.2.0
11752023-10-04T23:23:10.648Z Compiling smallvec v1.11.0
11762023-10-04T23:23:10.897Z Compiling byteorder v1.4.3
11772023-10-04T23:23:11.330Z Compiling fnv v1.0.7
11782023-10-04T23:23:11.532Z Compiling httparse v1.8.0
11792023-10-04T23:23:11.576Z Compiling pin-project-lite v0.2.13
11802023-10-04T23:23:11.734Z Compiling iana-time-zone v0.1.57
11812023-10-04T23:23:12.120Z Compiling heck v0.4.1
11822023-10-04T23:23:12.620Z Compiling subtle v2.5.0
11832023-10-04T23:23:12.629Z Compiling parking_lot v0.12.1
11842023-10-04T23:23:12.709Z Compiling semver v1.0.18
11852023-10-04T23:23:12.924Z Compiling socket2 v0.5.3
11862023-10-04T23:23:12.950Z Compiling num_cpus v1.16.0
11872023-10-04T23:23:13.099Z Compiling ring v0.16.20
11882023-10-04T23:23:13.130Z Compiling signal-hook-registry v1.4.1
11892023-10-04T23:23:13.435Z Compiling mio v0.8.8
11902023-10-04T23:23:13.875Z Compiling indexmap v1.9.3
11912023-10-04T23:23:14.213Z Compiling time-core v0.1.1
11922023-10-04T23:23:14.279Z Compiling winnow v0.5.15
11932023-10-04T23:23:14.470Z Compiling tinyvec_macros v0.1.1
11942023-10-04T23:23:14.517Z Compiling dyn-clone v1.0.13
11952023-10-04T23:23:14.589Z Compiling time-macros v0.2.13
11962023-10-04T23:23:14.602Z Compiling tinyvec v1.6.0
11972023-10-04T23:23:14.886Z Compiling spin v0.5.2
11982023-10-04T23:23:15.252Z Compiling openssl-sys v0.9.93
11992023-10-04T23:23:15.932Z Compiling rustls v0.21.7
12002023-10-04T23:23:16.290Z Compiling unicode-bidi v0.3.13
12012023-10-04T23:23:17.178Z Compiling unicode-normalization v0.1.22
12022023-10-04T23:23:17.212Z Compiling slog v2.7.0
12032023-10-04T23:23:17.995Z Compiling percent-encoding v2.3.0
12042023-10-04T23:23:18.532Z Compiling ucd-trie v0.1.6
12052023-10-04T23:23:18.799Z Compiling backtrace v0.3.69
12062023-10-04T23:23:19.293Z Compiling pin-utils v0.1.0
12072023-10-04T23:23:19.394Z Compiling serde_derive_internals v0.26.0
12082023-10-04T23:23:19.429Z Compiling async-trait v0.1.73
12092023-10-04T23:23:19.554Z Compiling futures-sink v0.3.28
12102023-10-04T23:23:19.832Z Compiling form_urlencoded v1.2.0
12112023-10-04T23:23:19.859Z Compiling aho-corasick v1.0.4
12122023-10-04T23:23:20.157Z Compiling openssl v0.10.57
12132023-10-04T23:23:20.345Z Compiling regex-syntax v0.7.5
12142023-10-04T23:23:20.349Z Compiling anyhow v1.0.75
12152023-10-04T23:23:21.341Z Compiling idna v0.4.0
12162023-10-04T23:23:21.835Z Compiling native-tls v0.2.11
12172023-10-04T23:23:22.107Z Compiling futures-io v0.3.28
12182023-10-04T23:23:22.280Z Compiling const-oid v0.9.5
12192023-10-04T23:23:22.681Z Compiling unicode-xid v0.2.4
12202023-10-04T23:23:22.934Z Compiling url v2.4.1
12212023-10-04T23:23:23.513Z Compiling cpufeatures v0.2.9
12222023-10-04T23:23:23.651Z Compiling unicode-width v0.1.10
12232023-10-04T23:23:23.905Z Compiling hashbrown v0.13.2
12242023-10-04T23:23:24.246Z Compiling tracing-core v0.1.31
12252023-10-04T23:23:25.528Z Compiling ppv-lite86 v0.2.17
12262023-10-04T23:23:25.887Z Compiling synstructure v0.12.6
12272023-10-04T23:23:26.325Z Compiling crossbeam-utils v0.8.16
12282023-10-04T23:23:27.291Z Compiling regex-automata v0.3.8
12292023-10-04T23:23:27.303Z Compiling adler v1.0.2
12302023-10-04T23:23:27.316Z Compiling rand_chacha v0.3.1
12312023-10-04T23:23:27.326Z Compiling miniz_oxide v0.7.1
12322023-10-04T23:23:28.414Z Compiling rand v0.8.5
12332023-10-04T23:23:28.953Z Compiling usdt-impl v0.3.5
12342023-10-04T23:23:29.205Z Compiling gimli v0.28.0
12352023-10-04T23:23:30.044Z Compiling rustix v0.38.9
12362023-10-04T23:23:30.749Z Compiling bitflags v1.3.2
12372023-10-04T23:23:31.134Z Compiling object v0.32.1
12382023-10-04T23:23:31.221Z Compiling deranged v0.3.8
12392023-10-04T23:23:32.454Z Compiling num_threads v0.1.6
12402023-10-04T23:23:32.669Z Compiling rustc-demangle v0.1.23
12412023-10-04T23:23:32.930Z Compiling base64 v0.21.4
12422023-10-04T23:23:33.111Z Compiling serde_derive v1.0.188
12432023-10-04T23:23:33.961Z Compiling zeroize_derive v1.4.2
12442023-10-04T23:23:34.210Z Compiling thiserror-impl v1.0.49
12452023-10-04T23:23:34.359Z Compiling tokio-macros v2.1.0
12462023-10-04T23:23:34.465Z Compiling futures-macro v0.3.28
12472023-10-04T23:23:36.830Z Compiling tracing-attributes v0.1.26
12482023-10-04T23:23:36.886Z Compiling schemars_derive v0.8.13
12492023-10-04T23:23:37.859Z Compiling zeroize v1.6.0
12502023-10-04T23:23:39.316Z Compiling pest v2.7.2
12512023-10-04T23:23:40.851Z Compiling crypto-common v0.1.6
12522023-10-04T23:23:41.144Z Compiling openssl-macros v0.1.1
12532023-10-04T23:23:42.030Z Compiling block-buffer v0.10.4
12542023-10-04T23:23:42.153Z Compiling regex v1.9.5
12552023-10-04T23:23:42.264Z Compiling tracing v0.1.37
12562023-10-04T23:23:42.416Z Compiling digest v0.10.7
12572023-10-04T23:23:43.173Z Compiling zerocopy-derive v0.2.0
12582023-10-04T23:23:43.196Z Compiling addr2line v0.21.0
12592023-10-04T23:23:43.811Z Compiling pest_meta v2.7.2
12602023-10-04T23:23:44.292Z Compiling time v0.3.27
12612023-10-04T23:23:44.812Z Compiling lazy_static v1.4.0
12622023-10-04T23:23:45.872Z Compiling thread-id v4.2.0
12632023-10-04T23:23:46.031Z Compiling pest_generator v2.7.2
12642023-10-04T23:23:46.113Z Compiling zerocopy v0.3.0
12652023-10-04T23:23:48.669Z Compiling dof v0.1.5
12662023-10-04T23:23:49.292Z Compiling untrusted v0.7.1
12672023-10-04T23:23:51.441Z Compiling pest_derive v2.7.2
12682023-10-04T23:23:52.616Z Compiling dtrace-parser v0.1.14
12692023-10-04T23:23:52.674Z Compiling socket2 v0.4.9
12702023-10-04T23:23:53.000Z Compiling hashbrown v0.12.3
12712023-10-04T23:23:53.258Z Compiling strsim v0.10.0
12722023-10-04T23:23:54.280Z Compiling sct v0.7.0
12732023-10-04T23:23:54.398Z Compiling rustls-webpki v0.101.4
12742023-10-04T23:23:54.635Z Compiling try-lock v0.2.4
12752023-10-04T23:23:55.199Z Compiling httpdate v1.0.3
12762023-10-04T23:23:55.206Z Compiling want v0.3.1
12772023-10-04T23:23:55.551Z Compiling rustls-pemfile v1.0.3
12782023-10-04T23:23:56.182Z Compiling regress v0.7.1
12792023-10-04T23:23:56.604Z Compiling mime v0.3.17
12802023-10-04T23:23:57.048Z Compiling foreign-types-shared v0.1.1
12812023-10-04T23:23:57.073Z Compiling tower-service v0.3.2
12822023-10-04T23:23:57.082Z Compiling openssl-probe v0.1.5
12832023-10-04T23:23:57.099Z Compiling foreign-types v0.3.2
12842023-10-04T23:23:57.265Z Compiling ipnet v2.8.0
12852023-10-04T23:23:57.443Z Compiling bytes v1.5.0
12862023-10-04T23:23:58.000Z Compiling indexmap v2.0.0
12872023-10-04T23:23:58.431Z Compiling chrono v0.4.31
12882023-10-04T23:23:59.499Z Compiling uuid v1.4.1
12892023-10-04T23:23:59.732Z Compiling serde_spanned v0.6.3
12902023-10-04T23:23:59.748Z Compiling toml_datetime v0.6.3
12912023-10-04T23:24:00.098Z Compiling http v0.2.9
12922023-10-04T23:24:00.112Z Compiling tokio v1.32.0
12932023-10-04T23:24:00.493Z Compiling toml_edit v0.19.15
12942023-10-04T23:24:01.959Z Compiling bitflags v2.4.0
12952023-10-04T23:24:02.893Z Compiling rustc_version v0.4.0
12962023-10-04T23:24:04.659Z Compiling openapiv3 v1.0.3
12972023-10-04T23:24:05.901Z Compiling serde_tokenstream v0.1.7
12982023-10-04T23:24:06.095Z Compiling serde_tokenstream v0.2.0
12992023-10-04T23:24:06.719Z Compiling http-body v0.4.5
13002023-10-04T23:24:06.917Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13012023-10-04T23:24:08.663Z Compiling usdt-attr-macro v0.3.5
13022023-10-04T23:24:09.288Z Compiling usdt-macro v0.3.5
13032023-10-04T23:24:10.933Z Compiling errno v0.3.2
13042023-10-04T23:24:11.726Z Compiling encoding_rs v0.8.33
13052023-10-04T23:24:12.616Z Compiling serde_urlencoded v0.7.1
13062023-10-04T23:24:12.840Z Compiling rustls-native-certs v0.6.3
13072023-10-04T23:24:13.175Z Compiling getopts v0.2.21
13082023-10-04T23:24:13.509Z Compiling num-integer v0.1.45
13092023-10-04T23:24:13.705Z Compiling tokio-util v0.7.8
13102023-10-04T23:24:13.901Z Compiling tokio-rustls v0.24.1
13112023-10-04T23:24:14.563Z Compiling unsafe-libyaml v0.2.9
13122023-10-04T23:24:15.626Z Compiling webpki-roots v0.25.2
13132023-10-04T23:24:15.645Z Compiling toml v0.7.8
13142023-10-04T23:24:16.214Z Compiling h2 v0.3.21
13152023-10-04T23:24:17.773Z Compiling serde_yaml v0.9.25
13162023-10-04T23:24:19.415Z Compiling tokio-native-tls v0.3.1
13172023-10-04T23:24:19.939Z Compiling hmac v0.12.1
13182023-10-04T23:24:20.282Z Compiling sha2 v0.10.7
13192023-10-04T23:24:20.856Z Compiling block-padding v0.3.3
13202023-10-04T23:24:21.768Z Compiling crc32fast v1.3.2
13212023-10-04T23:24:21.906Z Compiling inout v0.1.3
13222023-10-04T23:24:24.188Z Compiling futures-executor v0.3.28
13232023-10-04T23:24:24.212Z Compiling cipher v0.4.4
13242023-10-04T23:24:24.235Z Compiling fallible-iterator v0.2.0
13252023-10-04T23:24:26.180Z Compiling futures v0.3.28
13262023-10-04T23:24:26.219Z Compiling ipnetwork v0.20.0
13272023-10-04T23:24:26.658Z Compiling spin v0.9.8
13282023-10-04T23:24:26.720Z Compiling siphasher v0.3.11
13292023-10-04T23:24:26.753Z Compiling io-lifetimes v1.0.11
13302023-10-04T23:24:26.797Z Compiling usdt v0.3.5
13312023-10-04T23:24:28.759Z Compiling enum-as-inner v0.5.1
13322023-10-04T23:24:28.812Z Compiling md-5 v0.10.5
13332023-10-04T23:24:28.832Z Compiling stringprep v0.1.3
13342023-10-04T23:24:28.849Z Compiling num-bigint v0.4.4
13352023-10-04T23:24:28.873Z Compiling rustix v0.37.23
13362023-10-04T23:24:28.893Z Compiling postgres-protocol v0.6.6
13372023-10-04T23:24:28.909Z Compiling phf_shared v0.11.2
13382023-10-04T23:24:28.926Z Compiling hex v0.4.3
13392023-10-04T23:24:28.944Z Compiling hyper v0.14.27
13402023-10-04T23:24:29.374Z Compiling zerocopy-derive v0.6.3
13412023-10-04T23:24:29.812Z Compiling phf v0.11.2
13422023-10-04T23:24:30.249Z Compiling postgres-types v0.2.6
13432023-10-04T23:24:31.058Z Compiling rustversion v1.0.14
13442023-10-04T23:24:32.495Z Compiling whoami v1.4.1
13452023-10-04T23:24:32.621Z Compiling tokio-postgres v0.7.10
13462023-10-04T23:24:33.200Z Compiling data-encoding v2.4.0
13472023-10-04T23:24:33.772Z Compiling slog-async v2.8.0
13482023-10-04T23:24:34.226Z Compiling static_assertions v1.1.0
13492023-10-04T23:24:35.677Z Compiling flate2 v1.0.27
13502023-10-04T23:24:36.680Z Compiling heapless v0.7.16
13512023-10-04T23:24:37.303Z Compiling bzip2-sys v0.1.11+1.0.8
13522023-10-04T23:24:37.343Z Compiling memoffset v0.9.0
13532023-10-04T23:24:37.400Z Compiling matches v0.1.10
13542023-10-04T23:24:37.796Z Compiling unicode-segmentation v1.10.1
13552023-10-04T23:24:37.842Z Compiling either v1.9.0
13562023-10-04T23:24:37.964Z Compiling managed v0.8.0
13572023-10-04T23:24:38.616Z Compiling radium v0.7.0
13582023-10-04T23:24:39.001Z Compiling idna v0.2.3
13592023-10-04T23:24:39.672Z Compiling num-iter v0.1.43
13602023-10-04T23:24:39.694Z Compiling crossbeam-epoch v0.9.15
13612023-10-04T23:24:39.743Z Compiling anstyle v1.0.2
13622023-10-04T23:24:39.778Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13632023-10-04T23:24:39.796Z Compiling bit-vec v0.6.3
13642023-10-04T23:24:40.586Z Compiling smoltcp v0.9.1
13652023-10-04T23:24:40.615Z Compiling hyper-rustls v0.24.1
13662023-10-04T23:24:41.120Z Compiling hyper-tls v0.5.0
13672023-10-04T23:24:41.260Z Compiling trust-dns-proto v0.22.0
13682023-10-04T23:24:41.671Z Compiling reqwest v0.11.20
13692023-10-04T23:24:41.707Z Compiling ident_case v1.0.1
13702023-10-04T23:24:41.808Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13712023-10-04T23:24:41.841Z Compiling utf8parse v0.2.1
13722023-10-04T23:24:41.970Z Compiling darling_core v0.20.3
13732023-10-04T23:24:42.804Z Compiling anstyle-parse v0.2.1
13742023-10-04T23:24:45.769Z Compiling zerocopy v0.6.3
13752023-10-04T23:24:46.347Z Compiling signature v2.1.0
13762023-10-04T23:24:46.701Z Compiling hubpack_derive v0.1.1
13772023-10-04T23:24:47.202Z Compiling clap_derive v4.4.2
13782023-10-04T23:24:47.220Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13792023-10-04T23:24:48.667Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13802023-10-04T23:24:49.106Z Compiling camino v1.1.6
13812023-10-04T23:24:50.377Z Compiling anstyle-query v1.0.0
13822023-10-04T23:24:50.819Z Compiling colorchoice v1.0.0
13832023-10-04T23:24:50.834Z Compiling anstream v0.5.0
13842023-10-04T23:24:51.042Z Compiling yasna v0.5.2
13852023-10-04T23:24:51.392Z Compiling darling_macro v0.20.3
13862023-10-04T23:24:51.721Z Compiling terminal_size v0.2.6
13872023-10-04T23:24:52.016Z Compiling diesel_table_macro_syntax v0.1.0
13882023-10-04T23:24:52.629Z Compiling hash32 v0.2.1
13892023-10-04T23:24:52.973Z Compiling clap_lex v0.5.1
13902023-10-04T23:24:53.282Z Compiling tap v1.0.1
13912023-10-04T23:24:53.550Z Compiling stable_deref_trait v1.2.0
13922023-10-04T23:24:53.818Z Compiling wyz v0.5.1
13932023-10-04T23:24:55.655Z Compiling clap_builder v4.4.2
13942023-10-04T23:24:55.676Z Compiling darling v0.20.3
13952023-10-04T23:24:55.690Z Compiling diesel_derives v2.1.1
13962023-10-04T23:24:56.958Z Compiling itertools v0.10.5
13972023-10-04T23:24:56.973Z Compiling tokio-stream v0.1.14
13982023-10-04T23:24:57.084Z Compiling serde_repr v0.1.16
13992023-10-04T23:24:58.384Z Compiling scheduled-thread-pool v0.2.7
14002023-10-04T23:24:59.282Z Compiling multer v2.1.0
14012023-10-04T23:24:59.316Z Compiling regex-automata v0.1.10
14022023-10-04T23:25:00.083Z Compiling funty v2.0.0
14032023-10-04T23:25:00.119Z Compiling bstr v0.2.17
14042023-10-04T23:25:01.311Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14052023-10-04T23:25:01.853Z Compiling clap v4.4.3
14062023-10-04T23:25:01.880Z Compiling r2d2 v0.8.10
14072023-10-04T23:25:02.637Z Compiling bitvec v1.0.1
14082023-10-04T23:25:05.899Z Compiling serde_with_macros v2.3.3
14092023-10-04T23:25:10.507Z Compiling hubpack v0.1.2
14102023-10-04T23:25:10.532Z Compiling phf_shared v0.10.0
14112023-10-04T23:25:10.557Z Compiling async-stream-impl v0.3.5
14122023-10-04T23:25:10.574Z Compiling float-cmp v0.9.0
14132023-10-04T23:25:10.594Z Compiling unicode-linebreak v0.1.5
14142023-10-04T23:25:10.611Z Compiling paste v1.0.14
14152023-10-04T23:25:10.627Z Compiling fixedbitset v0.4.2
14162023-10-04T23:25:10.645Z Compiling precomputed-hash v0.1.1
14172023-10-04T23:25:10.665Z Compiling smawk v0.3.1
14182023-10-04T23:25:10.687Z Compiling predicates-core v1.0.6
14192023-10-04T23:25:10.708Z Compiling new_debug_unreachable v1.0.4
14202023-10-04T23:25:11.160Z Compiling normalize-line-endings v0.3.0
14212023-10-04T23:25:11.192Z Compiling difflib v0.4.0
14222023-10-04T23:25:11.216Z Compiling string_cache v0.8.7
14232023-10-04T23:25:11.658Z Compiling textwrap v0.16.0
14242023-10-04T23:25:12.097Z Compiling petgraph v0.6.4
14252023-10-04T23:25:12.112Z Compiling predicates v3.0.3
14262023-10-04T23:25:12.685Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
14272023-10-04T23:25:13.329Z Compiling similar v2.2.1
14282023-10-04T23:25:13.786Z Compiling bit-set v0.5.3
14292023-10-04T23:25:13.801Z Compiling console v0.15.7
14302023-10-04T23:25:14.099Z Compiling bstr v1.6.0
14312023-10-04T23:25:16.503Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14322023-10-04T23:25:16.932Z Compiling lalrpop-util v0.19.12
14332023-10-04T23:25:17.865Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14342023-10-04T23:25:18.644Z Compiling structmeta-derive v0.1.6
14352023-10-04T23:25:19.741Z Compiling diesel v2.1.2
14362023-10-04T23:25:20.149Z Compiling regex-syntax v0.6.29
14372023-10-04T23:25:21.584Z Compiling strum_macros v0.25.2
14382023-10-04T23:25:22.912Z Compiling proc-macro-crate v1.3.1
14392023-10-04T23:25:23.706Z Compiling structmeta v0.1.6
14402023-10-04T23:25:30.102Z Compiling parse-display-derive v0.7.0
14412023-10-04T23:25:35.936Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14422023-10-04T23:25:36.803Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14432023-10-04T23:25:38.769Z Compiling num_enum_derive v0.5.11
14442023-10-04T23:26:08.640Z Compiling atty v0.2.14
14452023-10-04T23:26:17.427Z Compiling match_cfg v0.1.0
14462023-10-04T23:26:17.600Z Compiling hostname v0.3.1
14472023-10-04T23:26:20.949Z Compiling dirs-sys-next v0.1.2
14482023-10-04T23:26:21.532Z Compiling dirs-next v2.0.0
14492023-10-04T23:26:22.303Z Compiling thread_local v1.1.7
14502023-10-04T23:26:24.048Z Compiling term v0.7.0
14512023-10-04T23:26:24.864Z Compiling crossbeam-channel v0.5.8
14522023-10-04T23:26:25.997Z Compiling sha1 v0.10.5
14532023-10-04T23:26:26.843Z Compiling take_mut v0.2.2
14542023-10-04T23:26:27.058Z Compiling slog-term v2.9.0
14552023-10-04T23:26:29.671Z Compiling slog-json v2.6.1
14562023-10-04T23:26:30.024Z Compiling instant v0.1.12
14572023-10-04T23:26:31.242Z Compiling slog-bunyan v2.4.0
14582023-10-04T23:26:32.333Z Compiling proc-macro-error-attr v1.0.4
14592023-10-04T23:26:32.360Z Compiling atomic-waker v1.1.1
14602023-10-04T23:26:33.238Z Compiling waitgroup v0.1.2
14612023-10-04T23:26:33.595Z Compiling async-stream v0.3.5
14622023-10-04T23:26:33.620Z Compiling serde_with v2.3.3
14632023-10-04T23:26:35.549Z Compiling serde_path_to_error v0.1.14
14642023-10-04T23:26:35.848Z Compiling proc-macro-error v1.0.4
14652023-10-04T23:26:36.075Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14662023-10-04T23:26:36.160Z Compiling debug-ignore v1.0.5
14672023-10-04T23:26:39.030Z Compiling fastrand v2.0.0
14682023-10-04T23:26:40.007Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14692023-10-04T23:26:41.271Z Compiling tempfile v3.8.0
14702023-10-04T23:26:43.357Z Compiling backoff v0.4.0
14712023-10-04T23:26:44.317Z Compiling parse-display v0.7.0
14722023-10-04T23:26:44.321Z Compiling strum v0.25.0
14732023-10-04T23:26:45.279Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14742023-10-04T23:26:45.525Z Compiling macaddr v1.0.1
14752023-10-04T23:26:45.862Z Compiling foreign-types-macros v0.2.3
14762023-10-04T23:26:46.309Z Compiling libz-sys v1.1.12
14772023-10-04T23:26:50.679Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14782023-10-04T23:26:50.855Z Compiling slog-dtrace v0.2.3
14792023-10-04T23:26:51.813Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14802023-10-04T23:26:56.648Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14812023-10-04T23:26:56.653Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14822023-10-04T23:26:56.714Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14832023-10-04T23:26:57.900Z Compiling libgit2-sys v0.15.2+1.6.4
14842023-10-04T23:26:58.073Z Compiling platforms v3.0.2
14852023-10-04T23:26:58.419Z Compiling base64ct v1.6.0
14862023-10-04T23:26:58.486Z Compiling libsqlite3-sys v0.26.0
14872023-10-04T23:26:58.591Z Compiling memoffset v0.7.1
14882023-10-04T23:26:59.032Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
14892023-10-04T23:26:59.447Z Compiling vergen v8.2.4
14902023-10-04T23:26:59.475Z Compiling num_enum v0.5.11
14912023-10-04T23:26:59.533Z Compiling heck v0.3.3
14922023-10-04T23:26:59.704Z Compiling libefi-sys v0.1.0
14932023-10-04T23:26:59.745Z Compiling zone_cfg_derive v0.2.0
14942023-10-04T23:26:59.935Z Compiling curve25519-dalek-derive v0.1.0
14952023-10-04T23:27:00.111Z Compiling structopt-derive v0.4.18
14962023-10-04T23:27:00.165Z Compiling same-file v1.0.6
14972023-10-04T23:27:00.191Z Compiling curve25519-dalek v4.1.0
14982023-10-04T23:27:00.195Z Compiling password-hash v0.5.0
14992023-10-04T23:27:00.529Z Compiling walkdir v2.4.0
15002023-10-04T23:27:00.974Z Compiling toml v0.5.11
15012023-10-04T23:27:01.631Z Compiling semver-parser v0.10.2
15022023-10-04T23:27:02.022Z Compiling blake2 v0.10.6
15032023-10-04T23:27:02.053Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15042023-10-04T23:27:02.230Z Compiling getrandom v0.1.16
15052023-10-04T23:27:03.014Z Compiling semver v0.11.0
15062023-10-04T23:27:03.049Z Compiling argon2 v0.5.2
15072023-10-04T23:27:03.803Z Compiling num_enum_derive v0.7.0
15082023-10-04T23:27:04.848Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15092023-10-04T23:27:05.190Z Compiling xattr v1.0.1
15102023-10-04T23:27:05.388Z Compiling filetime v0.2.22
15112023-10-04T23:27:06.050Z Compiling home v0.5.5
15122023-10-04T23:27:06.059Z Compiling toolchain_find v0.2.0
15132023-10-04T23:27:06.066Z Compiling tar v0.4.40
15142023-10-04T23:27:06.569Z Compiling num-rational v0.4.1
15152023-10-04T23:27:06.721Z Compiling unicase v2.7.0
15162023-10-04T23:27:07.078Z Compiling parking_lot_core v0.8.6
15172023-10-04T23:27:07.517Z Compiling omicron-zone-package v0.8.3
15182023-10-04T23:27:07.791Z Compiling rustfmt-wrapper v0.2.0
15192023-10-04T23:27:08.128Z Compiling universal-hash v0.5.1
15202023-10-04T23:27:08.139Z Compiling opaque-debug v0.3.0
15212023-10-04T23:27:08.429Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
15222023-10-04T23:27:08.612Z Compiling base64 v0.13.1
15232023-10-04T23:27:08.850Z Compiling winapi v0.3.9
15242023-10-04T23:27:08.872Z Compiling erased-serde v0.3.30
15252023-10-04T23:27:08.914Z Compiling postcard-cobs v0.1.5-pre
15262023-10-04T23:27:09.414Z Compiling postcard v0.7.3
15272023-10-04T23:27:09.730Z Compiling smoltcp v0.8.2
15282023-10-04T23:27:09.755Z Compiling bitstruct_derive v0.1.0
15292023-10-04T23:27:10.273Z Compiling thiserror-impl-no-std v2.0.2
15302023-10-04T23:27:10.307Z Compiling async-recursion v1.0.5
15312023-10-04T23:27:11.368Z Compiling foreign-types-shared v0.3.1
15322023-10-04T23:27:11.590Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15332023-10-04T23:27:11.845Z Compiling cfg-if v0.1.10
15342023-10-04T23:27:11.973Z Compiling foreign-types v0.5.0
15352023-10-04T23:27:11.995Z Compiling mime_guess v2.0.4
15362023-10-04T23:27:12.020Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15372023-10-04T23:27:12.828Z Compiling is-terminal v0.4.9
15382023-10-04T23:27:12.872Z Compiling aead v0.5.2
15392023-10-04T23:27:13.027Z Compiling cstr-argument v0.1.2
15402023-10-04T23:27:13.428Z Compiling pretty-hex v0.2.1
15412023-10-04T23:27:13.717Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15422023-10-04T23:27:13.977Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15432023-10-04T23:27:14.333Z Compiling colored v2.0.4
15442023-10-04T23:27:14.459Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15452023-10-04T23:27:14.967Z Compiling polyval v0.6.1
15462023-10-04T23:27:15.421Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15472023-10-04T23:27:15.445Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15482023-10-04T23:27:16.144Z Compiling aes v0.8.3
15492023-10-04T23:27:16.171Z Compiling ctr v0.9.2
15502023-10-04T23:27:16.436Z Compiling hkdf v0.12.3
15512023-10-04T23:27:16.807Z Compiling enum-iterator-derive v1.2.1
15522023-10-04T23:27:17.562Z Compiling textwrap v0.11.0
15532023-10-04T23:27:18.889Z Compiling const_format_proc_macros v0.2.31
15542023-10-04T23:27:19.155Z Compiling ansi_term v0.12.1
15552023-10-04T23:27:20.303Z Compiling vec_map v0.8.2
15562023-10-04T23:27:20.307Z Compiling strsim v0.8.0
15572023-10-04T23:27:20.365Z Compiling linked-hash-map v0.5.6
15582023-10-04T23:27:20.393Z Compiling quick-error v1.2.3
15592023-10-04T23:27:20.639Z Compiling resolv-conf v0.7.0
15602023-10-04T23:27:20.963Z Compiling lru-cache v0.1.2
15612023-10-04T23:27:21.291Z Compiling clap v2.34.0
15622023-10-04T23:27:22.046Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15632023-10-04T23:27:22.969Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
15642023-10-04T23:27:23.130Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
15652023-10-04T23:27:29.711Z Compiling hashlink v0.8.3
15662023-10-04T23:27:31.870Z Compiling keccak v0.1.4
15672023-10-04T23:27:32.618Z Compiling cancel-safe-futures v0.1.2
15682023-10-04T23:27:34.347Z Compiling utf-8 v0.7.6
15692023-10-04T23:27:34.433Z Compiling fallible-streaming-iterator v0.1.9
15702023-10-04T23:27:34.438Z Compiling convert_case v0.4.0
15712023-10-04T23:27:34.462Z Compiling rusqlite v0.29.0
15722023-10-04T23:27:34.988Z Compiling derive_more v0.99.17
15732023-10-04T23:27:37.937Z Compiling sha3 v0.10.8
15742023-10-04T23:27:39.097Z Compiling structopt v0.3.26
15752023-10-04T23:27:39.362Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15762023-10-04T23:27:40.884Z Compiling nix v0.26.2
15772023-10-04T23:27:46.306Z Compiling trust-dns-resolver v0.22.0
15782023-10-04T23:27:46.722Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15792023-10-04T23:27:47.117Z Compiling zone v0.2.0
15802023-10-04T23:27:48.277Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15812023-10-04T23:27:49.714Z Compiling twox-hash v1.6.3
15822023-10-04T23:27:50.057Z Compiling smf v0.2.2
15832023-10-04T23:27:50.544Z Compiling secrecy v0.8.0
15842023-10-04T23:27:52.470Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
15852023-10-04T23:27:52.527Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15862023-10-04T23:27:53.314Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15872023-10-04T23:27:53.849Z Compiling num_enum v0.7.0
15882023-10-04T23:27:59.838Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
15892023-10-04T23:28:00.774Z Compiling bincode v1.3.3
15902023-10-04T23:28:01.223Z Compiling sha-1 v0.10.1
15912023-10-04T23:28:01.501Z Compiling ff v0.13.0
15922023-10-04T23:28:01.626Z Compiling nibble_vec v0.1.0
15932023-10-04T23:28:01.857Z Compiling arc-swap v1.6.0
15942023-10-04T23:28:02.361Z Compiling termcolor v1.2.0
15952023-10-04T23:28:02.376Z Compiling endian-type v0.1.2
15962023-10-04T23:28:02.385Z Compiling humantime v2.1.0
15972023-10-04T23:28:02.445Z Compiling radix_trie v0.2.1
15982023-10-04T23:28:02.464Z Compiling group v0.13.0
15992023-10-04T23:28:02.487Z Compiling tungstenite v0.17.3
16002023-10-04T23:28:02.771Z Compiling slog-scope v4.4.0
16012023-10-04T23:28:02.958Z Compiling env_logger v0.9.3
16022023-10-04T23:28:03.541Z Compiling rand_core v0.5.1
16032023-10-04T23:28:04.082Z Compiling aes-gcm-siv v0.11.1
16042023-10-04T23:28:04.227Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16052023-10-04T23:28:04.533Z Compiling poly1305 v0.8.0
16062023-10-04T23:28:06.727Z Compiling itertools v0.11.0
16072023-10-04T23:28:07.603Z Compiling chacha20 v0.9.1
16082023-10-04T23:28:08.012Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16092023-10-04T23:28:08.773Z Compiling crypto-bigint v0.5.2
16102023-10-04T23:28:08.842Z Compiling num-complex v0.4.4
16112023-10-04T23:28:08.944Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16122023-10-04T23:28:09.161Z Compiling half v1.8.2
16132023-10-04T23:28:10.274Z Compiling ciborium-io v0.2.1
16142023-10-04T23:28:10.468Z Compiling option-ext v0.2.0
16152023-10-04T23:28:10.621Z Compiling ascii v1.1.0
16162023-10-04T23:28:10.674Z Compiling base16ct v0.2.0
16172023-10-04T23:28:11.106Z Compiling ringbuffer v0.14.2
16182023-10-04T23:28:11.828Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16192023-10-04T23:28:12.357Z Compiling elliptic-curve v0.13.5
16202023-10-04T23:28:12.367Z Compiling dirs-sys v0.4.1
16212023-10-04T23:28:12.825Z Compiling num v0.4.1
16222023-10-04T23:28:12.945Z Compiling ciborium-ll v0.2.1
16232023-10-04T23:28:12.999Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16242023-10-04T23:28:13.645Z Compiling parking_lot v0.11.2
16252023-10-04T23:28:13.681Z Compiling tokio-tungstenite v0.17.2
16262023-10-04T23:28:13.840Z Compiling rand_chacha v0.2.2
16272023-10-04T23:28:13.868Z Compiling slog-stdlog v4.1.1
16282023-10-04T23:28:14.225Z Compiling trust-dns-client v0.22.0
16292023-10-04T23:28:14.504Z Compiling thiserror-no-std v2.0.2
16302023-10-04T23:28:14.603Z Compiling bitstruct v0.1.1
16312023-10-04T23:28:16.797Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16322023-10-04T23:28:16.855Z Compiling password-hash v0.4.2
16332023-10-04T23:28:17.515Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16342023-10-04T23:28:18.061Z Compiling ed25519 v2.2.2
16352023-10-04T23:28:18.501Z Compiling blowfish v0.9.1
16362023-10-04T23:28:19.001Z Compiling serde_arrays v0.1.0
16372023-10-04T23:28:19.225Z Compiling pbkdf2 v0.12.2
16382023-10-04T23:28:19.499Z Compiling fxhash v0.2.1
16392023-10-04T23:28:20.466Z Compiling sled v0.34.7
16402023-10-04T23:28:20.987Z Compiling bcrypt-pbkdf v0.10.0
16412023-10-04T23:28:21.022Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16422023-10-04T23:28:21.049Z Compiling ed25519-dalek v2.0.0
16432023-10-04T23:28:21.549Z Compiling pbkdf2 v0.11.0
16442023-10-04T23:28:21.567Z Compiling trust-dns-server v0.22.1
16452023-10-04T23:28:22.455Z Compiling russh-cryptovec v0.7.0
16462023-10-04T23:28:22.769Z Compiling vsss-rs v3.3.1
16472023-10-04T23:28:22.992Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16482023-10-04T23:28:23.474Z Compiling rand v0.7.3
16492023-10-04T23:28:23.518Z Compiling slog-envlogger v2.2.0
16502023-10-04T23:28:25.027Z Compiling ciborium v0.2.1
16512023-10-04T23:28:30.153Z Compiling dirs v5.0.1
16522023-10-04T23:28:31.151Z Compiling chacha20poly1305 v0.10.1
16532023-10-04T23:28:31.224Z Compiling tungstenite v0.18.0
16542023-10-04T23:28:31.294Z Compiling const_format v0.2.31
16552023-10-04T23:28:31.844Z Compiling enum-iterator v1.4.1
16562023-10-04T23:28:31.933Z Compiling ghash v0.5.0
16572023-10-04T23:28:32.829Z Compiling ron v0.7.1
16582023-10-04T23:28:32.864Z Compiling pem v1.1.1
16592023-10-04T23:28:33.425Z Compiling cbc v0.1.2
16602023-10-04T23:28:33.614Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16612023-10-04T23:28:33.788Z Compiling headers-core v0.2.0
16622023-10-04T23:28:34.186Z Compiling pretty-hex v0.3.0
16632023-10-04T23:28:34.287Z Compiling http-range v0.1.5
16642023-10-04T23:28:34.526Z Compiling md5 v0.7.0
16652023-10-04T23:28:34.594Z Compiling bit_field v0.10.2
16662023-10-04T23:28:34.746Z Compiling hyper-staticfile v0.9.5
16672023-10-04T23:28:34.891Z Compiling headers v0.3.9
16682023-10-04T23:28:35.018Z Compiling russh-keys v0.38.0
16692023-10-04T23:28:40.039Z Compiling rcgen v0.10.0
16702023-10-04T23:28:40.138Z Compiling tokio-tungstenite v0.18.0
16712023-10-04T23:28:40.950Z Compiling aes-gcm v0.10.2
16722023-10-04T23:28:48.455Z Compiling camino-tempfile v1.0.2
16732023-10-04T23:28:48.544Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
16742023-10-04T23:28:48.667Z Compiling subprocess v0.2.9
16752023-10-04T23:28:48.710Z Compiling glob v0.3.1
16762023-10-04T23:28:49.418Z Compiling hex-literal v0.4.1
16772023-10-04T23:28:49.862Z Compiling russh v0.38.0
16782023-10-04T23:28:57.164Z Compiling bzip2 v0.4.4
16792023-10-04T23:28:57.732Z Compiling zip v0.6.6
16802023-10-04T23:29:00.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16812023-10-04T23:29:00.660Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16822023-10-04T23:29:00.664Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16832023-10-04T23:29:00.667Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16842023-10-04T23:29:00.742Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16852023-10-04T23:29:00.765Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
16862023-10-04T23:29:01.206Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16872023-10-04T23:29:01.567Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
16882023-10-04T23:29:01.997Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16892023-10-04T23:29:03.898Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16902023-10-04T23:29:11.629Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
16912023-10-04T23:29:19.285Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
16922023-10-04T23:29:19.582Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16932023-10-04T23:29:27.927Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16942023-10-04T23:29:35.546Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16952023-10-04T23:29:41.603Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16962023-10-04T23:29:42.001Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
16972023-10-04T23:29:51.994Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
16982023-10-04T23:29:53.074Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
16992023-10-04T23:29:54.452Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17002023-10-04T23:30:06.747Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17012023-10-04T23:30:34.552Z Compiling git2 v0.17.2
17022023-10-04T23:30:41.227Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
17032023-10-04T23:30:43.290Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
17042023-10-04T23:30:56.427Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
17052023-10-04T23:31:13.129Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
17062023-10-04T23:31:15.455Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17072023-10-04T23:31:53.323Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17082023-10-04T23:33:23.223Z Finished dev [unoptimized + debuginfo] target(s) in 10m 53s
17092023-10-04T23:33:23.410Z
17102023-10-04T23:33:23.469Zreal 10:54.089975696
17112023-10-04T23:33:23.496Zuser 1:00:11.383547193
17122023-10-04T23:33:23.543Zsys 9:34.533384791
17132023-10-04T23:33:23.568Ztrap 2.449742517
17142023-10-04T23:33:23.612Ztflt 3.211658376
17152023-10-04T23:33:23.681Zdflt 6.975759087
17162023-10-04T23:33:23.762Zkflt 0.023105231
17172023-10-04T23:33:23.889Zlock 1:51:53.645383713
17182023-10-04T23:33:24.069Zslp 3:09:02.403696895
17192023-10-04T23:33:24.160Zlat 2:29.470142811
17202023-10-04T23:33:24.177Zstop 5:52.676516213
17212023-10-04T23:33:24.224Z+ mkdir -p /work/end-to-end-tests
17222023-10-04T23:33:24.264Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17232023-10-04T23:33:24.312Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17242023-10-04T23:33:24.325Z+ ptime -m gzip
17252023-10-04T23:33:24.350Z++ basename target/debug/bootstrap
17262023-10-04T23:33:41.840Z
17272023-10-04T23:33:42.225Zreal 16.704259945
17282023-10-04T23:33:42.398Zuser 16.527322784
17292023-10-04T23:33:42.755Zsys 0.171304286
17302023-10-04T23:33:43.087Ztrap 0.003981910
17312023-10-04T23:33:43.354Ztflt 0.000000000
17322023-10-04T23:33:43.400Zdflt 0.000000000
17332023-10-04T23:33:43.471Zkflt 0.000000000
17342023-10-04T23:33:43.650Zlock 0.000000000
17352023-10-04T23:33:43.720Zslp 0.000000000
17362023-10-04T23:33:43.751Zlat 0.001298555
17372023-10-04T23:33:43.777Zstop 0.000237136
17382023-10-04T23:33:43.792Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17392023-10-04T23:33:43.828Z+ ptime -m gzip
17402023-10-04T23:33:43.849Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6e3d6cace6bb341c
17412023-10-04T23:33:43.866Z
17422023-10-04T23:33:43.888Zreal 1.092352130
17432023-10-04T23:33:44.092Zuser 1.079185035
17442023-10-04T23:33:44.221Zsys 0.012469381
17452023-10-04T23:33:44.259Ztrap 0.000154868
17462023-10-04T23:33:44.277Ztflt 0.000000000
17472023-10-04T23:33:44.299Zdflt 0.000000000
17482023-10-04T23:33:44.327Zkflt 0.000000000
17492023-10-04T23:33:44.356Zlock 0.000000000
17502023-10-04T23:33:44.409Zslp 0.000000000
17512023-10-04T23:33:44.419Zlat 0.000181248
17522023-10-04T23:33:44.433Zstop 0.000238617
17532023-10-04T23:33:44.462Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17542023-10-04T23:33:44.477Z+ ptime -m gzip
17552023-10-04T23:33:44.519Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2d9aa87f7c0ddffa
17562023-10-04T23:34:00.808Z
17572023-10-04T23:34:00.814Zreal 19.016098615
17582023-10-04T23:34:00.829Zuser 18.810990004
17592023-10-04T23:34:00.838Zsys 0.199671073
17602023-10-04T23:34:00.847Ztrap 0.003701832
17612023-10-04T23:34:00.856Ztflt 0.000000000
17622023-10-04T23:34:00.862Zdflt 0.000000000
17632023-10-04T23:34:00.866Zkflt 0.000000000
17642023-10-04T23:34:00.869Zlock 0.000000000
17652023-10-04T23:34:00.872Zslp 0.000000000
17662023-10-04T23:34:00.876Zlat 0.001378297
17672023-10-04T23:34:00.880Zstop 0.000234936
17682023-10-04T23:34:00.885Z+ banner caboose-util
17692023-10-04T23:34:00.893Z
17702023-10-04T23:34:00.905Z #### ## ##### #### #### #### ###### # # #####
17712023-10-04T23:34:00.915Z # # # # # # # # # # # # # # #
17722023-10-04T23:34:00.928Z # # # ##### # # # # #### ##### ##### # # #
17732023-10-04T23:34:00.941Z # ###### # # # # # # # # # # #
17742023-10-04T23:34:00.954Z # # # # # # # # # # # # # # # #
17752023-10-04T23:34:00.962Z #### # # ##### #### #### #### ###### #### #
17762023-10-04T23:34:00.968Z
17772023-10-04T23:34:00.972Z+ ptime -m cargo build --locked -p caboose-util --release
17782023-10-04T23:34:01.549Z Downloading crates ...
17792023-10-04T23:34:01.820Z Downloaded nodrop v0.1.14
17802023-10-04T23:34:01.834Z Downloaded der_derive v0.7.2
17812023-10-04T23:34:01.847Z Downloaded bitfield v0.14.0
17822023-10-04T23:34:01.861Z Downloaded array-init v0.0.4
17832023-10-04T23:34:01.876Z Downloaded pkcs1 v0.7.5
17842023-10-04T23:34:01.898Z Downloaded path-slash v0.1.5
17852023-10-04T23:34:01.921Z Downloaded packed_struct_codegen v0.10.1
17862023-10-04T23:34:01.952Z Downloaded packed_struct v0.10.1
17872023-10-04T23:34:01.986Z Downloaded smallvec v0.6.14
17882023-10-04T23:34:02.422Z Downloaded maybe-uninit v2.0.0
17892023-10-04T23:34:02.432Z Downloaded crc-catalog v2.2.0
17902023-10-04T23:34:02.481Z Downloaded crc v3.0.1
17912023-10-04T23:34:02.502Z Downloaded flagset v0.4.3
17922023-10-04T23:34:02.513Z Downloaded pem-rfc7468 v0.7.0
17932023-10-04T23:34:02.518Z Downloaded crc-any v2.4.3
17942023-10-04T23:34:02.523Z Downloaded env_logger v0.10.0
17952023-10-04T23:34:02.526Z Downloaded rsa v0.9.2
17962023-10-04T23:34:02.530Z Downloaded num-bigint-dig v0.8.4
17972023-10-04T23:34:02.533Z Downloaded object v0.30.4
17982023-10-04T23:34:02.536Z Downloaded x509-cert v0.2.4
17992023-10-04T23:34:02.540Z Downloaded serde-hex v0.1.0
18002023-10-04T23:34:02.544Z Downloaded ron v0.8.1
18012023-10-04T23:34:02.587Z Compiling proc-macro2 v1.0.67
18022023-10-04T23:34:02.596Z Compiling unicode-ident v1.0.12
18032023-10-04T23:34:02.607Z Compiling libc v0.2.148
18042023-10-04T23:34:02.623Z Compiling autocfg v1.1.0
18052023-10-04T23:34:02.666Z Compiling serde v1.0.188
18062023-10-04T23:34:02.688Z Compiling version_check v0.9.4
18072023-10-04T23:34:02.696Z Compiling cfg-if v1.0.0
18082023-10-04T23:34:02.706Z Compiling parking_lot_core v0.9.8
18092023-10-04T23:34:03.143Z Compiling once_cell v1.18.0
18102023-10-04T23:34:03.163Z Compiling syn v1.0.109
18112023-10-04T23:34:03.574Z Compiling typenum v1.16.0
18122023-10-04T23:34:03.586Z Compiling libm v0.2.7
18132023-10-04T23:34:03.595Z Compiling futures-core v0.3.28
18142023-10-04T23:34:03.606Z Compiling generic-array v0.14.7
18152023-10-04T23:34:04.064Z Compiling lock_api v0.4.10
18162023-10-04T23:34:04.086Z Compiling num-traits v0.2.16
18172023-10-04T23:34:04.133Z Compiling pkg-config v0.3.27
18182023-10-04T23:34:04.155Z Compiling slab v0.4.9
18192023-10-04T23:34:04.180Z Compiling futures-task v0.3.28
18202023-10-04T23:34:04.204Z Compiling serde_json v1.0.107
18212023-10-04T23:34:04.258Z Compiling futures-channel v0.3.28
18222023-10-04T23:34:04.396Z Compiling quote v1.0.33
18232023-10-04T23:34:04.471Z Compiling thiserror v1.0.49
18242023-10-04T23:34:04.624Z Compiling scopeguard v1.2.0
18252023-10-04T23:34:04.831Z Compiling itoa v1.0.9
18262023-10-04T23:34:04.899Z Compiling memchr v2.6.3
18272023-10-04T23:34:05.140Z Compiling syn v2.0.32
18282023-10-04T23:34:05.674Z Compiling jobserver v0.1.26
18292023-10-04T23:34:05.684Z Compiling getrandom v0.2.10
18302023-10-04T23:34:05.767Z Compiling cc v1.0.83
18312023-10-04T23:34:06.095Z Compiling futures-util v0.3.28
18322023-10-04T23:34:07.320Z Compiling ahash v0.8.3
18332023-10-04T23:34:07.403Z Compiling smallvec v1.11.0
18342023-10-04T23:34:07.665Z Compiling log v0.4.20
18352023-10-04T23:34:07.902Z Compiling vcpkg v0.2.15
18362023-10-04T23:34:08.375Z Compiling byteorder v1.4.3
18372023-10-04T23:34:08.978Z Compiling rand_core v0.6.4
18382023-10-04T23:34:10.014Z Compiling pin-project-lite v0.2.13
18392023-10-04T23:34:10.121Z Compiling parking_lot v0.12.1
18402023-10-04T23:34:10.618Z Compiling indexmap v1.9.3
18412023-10-04T23:34:10.782Z Compiling ring v0.16.20
18422023-10-04T23:34:10.948Z Compiling openssl-sys v0.9.93
18432023-10-04T23:34:12.637Z Compiling io-lifetimes v1.0.11
18442023-10-04T23:34:13.420Z Compiling num-integer v0.1.45
18452023-10-04T23:34:13.438Z Compiling semver v1.0.18
18462023-10-04T23:34:13.848Z Compiling ryu v1.0.15
18472023-10-04T23:34:14.125Z Compiling spin v0.5.2
18482023-10-04T23:34:14.313Z Compiling const-oid v0.9.5
18492023-10-04T23:34:16.448Z Compiling rustix v0.37.23
18502023-10-04T23:34:16.702Z Compiling mio v0.8.8
18512023-10-04T23:34:16.795Z Compiling num_cpus v1.16.0
18522023-10-04T23:34:16.961Z Compiling socket2 v0.5.3
18532023-10-04T23:34:17.304Z Compiling signal-hook-registry v1.4.1
18542023-10-04T23:34:18.245Z Compiling futures-sink v0.3.28
18552023-10-04T23:34:18.429Z Compiling openssl v0.10.57
18562023-10-04T23:34:18.442Z Compiling ucd-trie v0.1.6
18572023-10-04T23:34:18.457Z Compiling unicode-xid v0.2.4
18582023-10-04T23:34:18.600Z Compiling httparse v1.8.0
18592023-10-04T23:34:19.024Z Compiling synstructure v0.12.6
18602023-10-04T23:34:19.072Z Compiling tinyvec_macros v0.1.1
18612023-10-04T23:34:19.186Z Compiling tinyvec v1.6.0
18622023-10-04T23:34:20.664Z Compiling radium v0.7.0
18632023-10-04T23:34:21.258Z Compiling pin-utils v0.1.0
18642023-10-04T23:34:21.268Z Compiling futures-io v0.3.28
18652023-10-04T23:34:21.382Z Compiling rustls v0.21.7
18662023-10-04T23:34:21.713Z Compiling crc32fast v1.3.2
18672023-10-04T23:34:21.931Z Compiling native-tls v0.2.11
18682023-10-04T23:34:21.999Z Compiling ppv-lite86 v0.2.17
18692023-10-04T23:34:22.328Z Compiling unicode-normalization v0.1.22
18702023-10-04T23:34:22.368Z Compiling bzip2-sys v0.1.11+1.0.8
18712023-10-04T23:34:22.851Z Compiling tracing-core v0.1.31
18722023-10-04T23:34:22.926Z Compiling unicode-bidi v0.3.13
18732023-10-04T23:34:23.193Z Compiling heck v0.4.1
18742023-10-04T23:34:23.219Z Compiling subtle v2.5.0
18752023-10-04T23:34:23.460Z Compiling rand_chacha v0.3.1
18762023-10-04T23:34:24.252Z Compiling rand v0.8.5
18772023-10-04T23:34:25.900Z Compiling errno v0.3.2
18782023-10-04T23:34:26.005Z Compiling num-iter v0.1.43
18792023-10-04T23:34:26.238Z Compiling usdt-impl v0.3.5
18802023-10-04T23:34:26.696Z Compiling base64 v0.21.4
18812023-10-04T23:34:27.627Z Compiling rustix v0.38.9
18822023-10-04T23:34:27.654Z Compiling schemars v0.8.13
18832023-10-04T23:34:28.471Z Compiling serde_derive v1.0.188
18842023-10-04T23:34:28.496Z Compiling zeroize_derive v1.4.2
18852023-10-04T23:34:28.507Z Compiling tokio-macros v2.1.0
18862023-10-04T23:34:28.726Z Compiling thiserror-impl v1.0.49
18872023-10-04T23:34:29.336Z Compiling futures-macro v0.3.28
18882023-10-04T23:34:29.446Z Compiling tracing-attributes v0.1.26
18892023-10-04T23:34:29.620Z Compiling zerocopy-derive v0.2.0
18902023-10-04T23:34:33.309Z Compiling openssl-macros v0.1.1
18912023-10-04T23:34:33.520Z Compiling zeroize v1.6.0
18922023-10-04T23:34:33.870Z Compiling zerocopy-derive v0.6.3
18932023-10-04T23:34:34.397Z Compiling pest v2.7.2
18942023-10-04T23:34:34.717Z Compiling crypto-common v0.1.6
18952023-10-04T23:34:34.993Z Compiling block-buffer v0.10.4
18962023-10-04T23:34:35.187Z Compiling digest v0.10.7
18972023-10-04T23:34:35.399Z Compiling tracing v0.1.37
18982023-10-04T23:34:35.526Z Compiling serde_derive_internals v0.26.0
18992023-10-04T23:34:39.055Z Compiling pest_meta v2.7.2
19002023-10-04T23:34:40.606Z Compiling fnv v1.0.7
19012023-10-04T23:34:40.616Z Compiling bitflags v1.3.2
19022023-10-04T23:34:40.749Z Compiling pest_generator v2.7.2
19032023-10-04T23:34:40.761Z Compiling untrusted v0.7.1
19042023-10-04T23:34:43.258Z Compiling schemars_derive v0.8.13
19052023-10-04T23:34:44.766Z Compiling zerocopy v0.3.0
19062023-10-04T23:34:45.396Z Compiling lazy_static v1.4.0
19072023-10-04T23:34:45.722Z Compiling pest_derive v2.7.2
19082023-10-04T23:34:45.796Z Compiling backtrace v0.3.69
19092023-10-04T23:34:45.910Z Compiling num-bigint v0.4.4
19102023-10-04T23:34:46.392Z Compiling memoffset v0.9.0
19112023-10-04T23:34:46.526Z Compiling async-trait v0.1.73
19122023-10-04T23:34:46.695Z Compiling hashbrown v0.12.3
19132023-10-04T23:34:46.807Z Compiling iana-time-zone v0.1.57
19142023-10-04T23:34:46.817Z Compiling allocator-api2 v0.2.16
19152023-10-04T23:34:46.924Z Compiling openssl-probe v0.1.5
19162023-10-04T23:34:47.190Z Compiling smoltcp v0.9.1
19172023-10-04T23:34:47.373Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19182023-10-04T23:34:47.386Z Compiling crossbeam-utils v0.8.16
19192023-10-04T23:34:48.146Z Compiling percent-encoding v2.3.0
19202023-10-04T23:34:48.157Z Compiling base64ct v1.6.0
19212023-10-04T23:34:48.162Z Compiling foreign-types-shared v0.1.1
19222023-10-04T23:34:48.308Z Compiling foreign-types v0.3.2
19232023-10-04T23:34:48.440Z Compiling hashbrown v0.14.0
19242023-10-04T23:34:48.660Z Compiling dtrace-parser v0.1.14
19252023-10-04T23:34:48.945Z Compiling dof v0.1.5
19262023-10-04T23:34:49.451Z Compiling pem-rfc7468 v0.7.0
19272023-10-04T23:34:50.452Z Compiling der_derive v0.7.2
19282023-10-04T23:34:50.464Z Compiling clap_derive v4.4.2
19292023-10-04T23:34:52.029Z Compiling thread-id v4.2.0
19302023-10-04T23:34:52.242Z Compiling adler v1.0.2
19312023-10-04T23:34:52.388Z Compiling anstyle v1.0.2
19322023-10-04T23:34:52.458Z Compiling bytes v1.5.0
19332023-10-04T23:34:53.984Z Compiling tokio v1.32.0
19342023-10-04T23:34:54.050Z Compiling bitflags v2.4.0
19352023-10-04T23:34:54.124Z Compiling rustc_version v0.4.0
19362023-10-04T23:34:56.327Z Compiling http v0.2.9
19372023-10-04T23:34:56.759Z Compiling heapless v0.7.16
19382023-10-04T23:34:56.783Z Compiling uuid v1.4.1
19392023-10-04T23:34:56.790Z Compiling chrono v0.4.31
19402023-10-04T23:34:56.846Z Compiling try-lock v0.2.4
19412023-10-04T23:34:57.113Z Compiling cpufeatures v0.2.9
19422023-10-04T23:34:57.192Z Compiling time-core v0.1.1
19432023-10-04T23:34:57.197Z Compiling siphasher v0.3.11
19442023-10-04T23:34:57.912Z Compiling equivalent v1.0.1
19452023-10-04T23:34:57.948Z Compiling utf8parse v0.2.1
19462023-10-04T23:34:58.151Z Compiling flagset v0.4.3
19472023-10-04T23:34:58.433Z Compiling der v0.7.8
19482023-10-04T23:34:58.588Z Compiling anstyle-parse v0.2.1
19492023-10-04T23:34:59.127Z Compiling indexmap v2.0.0
19502023-10-04T23:35:01.232Z Compiling http-body v0.4.5
19512023-10-04T23:35:03.247Z Compiling time-macros v0.2.13
19522023-10-04T23:35:03.408Z Compiling sha2 v0.10.7
19532023-10-04T23:35:05.586Z Compiling want v0.3.1
19542023-10-04T23:35:08.317Z Compiling tokio-util v0.7.8
19552023-10-04T23:35:10.690Z Compiling h2 v0.3.21
19562023-10-04T23:35:12.741Z Compiling miniz_oxide v0.7.1
19572023-10-04T23:35:12.814Z Compiling serde_tokenstream v0.1.7
19582023-10-04T23:35:14.846Z Compiling form_urlencoded v1.2.0
19592023-10-04T23:35:15.033Z Compiling rustls-webpki v0.101.4
19602023-10-04T23:35:15.308Z Compiling sct v0.7.0
19612023-10-04T23:35:15.792Z Compiling hubpack_derive v0.1.1
19622023-10-04T23:35:17.070Z Compiling aho-corasick v1.0.4
19632023-10-04T23:35:17.086Z Compiling socket2 v0.4.9
19642023-10-04T23:35:17.480Z Compiling crossbeam-epoch v0.9.15
19652023-10-04T23:35:17.957Z Compiling httpdate v1.0.3
19662023-10-04T23:35:18.581Z Compiling anstyle-query v1.0.0
19672023-10-04T23:35:18.739Z Compiling regex-syntax v0.7.5
19682023-10-04T23:35:19.047Z Compiling tower-service v0.3.2
19692023-10-04T23:35:19.218Z Compiling colorchoice v1.0.0
19702023-10-04T23:35:19.484Z Compiling anyhow v1.0.75
19712023-10-04T23:35:19.737Z Compiling tap v1.0.1
19722023-10-04T23:35:20.081Z Compiling slog v2.7.0
19732023-10-04T23:35:20.726Z Compiling wyz v0.5.1
19742023-10-04T23:35:21.571Z Compiling anstream v0.5.0
19752023-10-04T23:35:22.917Z Compiling hyper v0.14.27
19762023-10-04T23:35:26.974Z Compiling regex-automata v0.3.8
19772023-10-04T23:35:30.201Z Compiling terminal_size v0.2.6
19782023-10-04T23:35:30.522Z Compiling spki v0.7.2
19792023-10-04T23:35:35.304Z Compiling rustls-pemfile v1.0.3
19802023-10-04T23:35:35.998Z Compiling md-5 v0.10.5
19812023-10-04T23:35:36.256Z Compiling hmac v0.12.1
19822023-10-04T23:35:36.407Z Compiling zerocopy v0.6.3
19832023-10-04T23:35:36.507Z Compiling idna v0.4.0
19842023-10-04T23:35:36.584Z Compiling stringprep v0.1.3
19852023-10-04T23:35:36.638Z Compiling diesel_table_macro_syntax v0.1.0
19862023-10-04T23:35:36.709Z Compiling hash32 v0.2.1
19872023-10-04T23:35:36.899Z Compiling spin v0.9.8
19882023-10-04T23:35:36.922Z Compiling maybe-uninit v2.0.0
19892023-10-04T23:35:36.937Z Compiling funty v2.0.0
19902023-10-04T23:35:37.456Z Compiling strsim v0.10.0
19912023-10-04T23:35:37.563Z Compiling stable_deref_trait v1.2.0
19922023-10-04T23:35:37.605Z Compiling clap_lex v0.5.1
19932023-10-04T23:35:38.838Z Compiling dyn-clone v1.0.13
19942023-10-04T23:35:39.602Z Compiling gimli v0.28.0
19952023-10-04T23:35:39.642Z Compiling fallible-iterator v0.2.0
19962023-10-04T23:35:40.867Z Compiling postgres-protocol v0.6.6
19972023-10-04T23:35:41.361Z Compiling bitvec v1.0.1
19982023-10-04T23:35:45.108Z Compiling clap_builder v4.4.2
19992023-10-04T23:35:45.281Z Compiling tokio-rustls v0.24.1
20002023-10-04T23:35:45.394Z Compiling diesel_derives v2.1.1
20012023-10-04T23:35:45.832Z Compiling url v2.4.1
20022023-10-04T23:35:45.929Z Compiling rustls-native-certs v0.6.3
20032023-10-04T23:35:46.496Z Compiling addr2line v0.21.0
20042023-10-04T23:35:47.547Z Compiling tokio-native-tls v0.3.1
20052023-10-04T23:35:47.983Z Compiling usdt-macro v0.3.5
20062023-10-04T23:35:48.799Z Compiling usdt-attr-macro v0.3.5
20072023-10-04T23:35:51.158Z Compiling phf_shared v0.11.2
20082023-10-04T23:35:55.274Z Compiling serde_spanned v0.6.3
20092023-10-04T23:35:55.604Z Compiling toml_datetime v0.6.3
20102023-10-04T23:35:55.638Z Compiling block-padding v0.3.3
20112023-10-04T23:35:55.659Z Compiling enum-as-inner v0.5.1
20122023-10-04T23:35:55.747Z Compiling serde_repr v0.1.16
20132023-10-04T23:35:55.786Z Compiling scheduled-thread-pool v0.2.7
20142023-10-04T23:35:55.896Z Compiling object v0.32.1
20152023-10-04T23:35:59.328Z Compiling packed_struct v0.10.1
20162023-10-04T23:36:03.238Z Compiling rustc-demangle v0.1.23
20172023-10-04T23:36:03.386Z Compiling deranged v0.3.8
20182023-10-04T23:36:07.353Z Compiling managed v0.8.0
20192023-10-04T23:36:07.932Z Compiling unicode-width v0.1.10
20202023-10-04T23:36:08.037Z Compiling bit-vec v0.6.3
20212023-10-04T23:36:08.496Z Compiling num-bigint-dig v0.8.4
20222023-10-04T23:36:08.731Z Compiling matches v0.1.10
20232023-10-04T23:36:08.743Z Compiling winnow v0.5.15
20242023-10-04T23:36:08.867Z Compiling either v1.9.0
20252023-10-04T23:36:08.937Z Compiling num_threads v0.1.6
20262023-10-04T23:36:09.119Z Compiling ipnet v2.8.0
20272023-10-04T23:36:10.621Z Compiling regex-automata v0.1.10
20282023-10-04T23:36:11.275Z Compiling bstr v0.2.17
20292023-10-04T23:36:13.696Z Compiling itertools v0.10.5
20302023-10-04T23:36:15.176Z Compiling toml_edit v0.19.15
20312023-10-04T23:36:15.479Z Compiling time v0.3.27
20322023-10-04T23:36:17.914Z Compiling idna v0.2.3
20332023-10-04T23:36:29.758Z Compiling r2d2 v0.8.10
20342023-10-04T23:36:31.332Z Compiling inout v0.1.3
20352023-10-04T23:36:31.592Z Compiling phf v0.11.2
20362023-10-04T23:36:31.658Z Compiling clap v4.4.3
20372023-10-04T23:36:31.769Z Compiling hyper-tls v0.5.0
20382023-10-04T23:36:31.824Z Compiling hyper-rustls v0.24.1
20392023-10-04T23:36:31.872Z Compiling flate2 v1.0.27
20402023-10-04T23:36:31.907Z Compiling ipnetwork v0.20.0
20412023-10-04T23:36:32.473Z Compiling postgres-types v0.2.6
20422023-10-04T23:36:32.540Z Compiling regex v1.9.5
20432023-10-04T23:36:32.879Z Compiling pkcs8 v0.10.2
20442023-10-04T23:36:33.959Z Compiling hubpack v0.1.2
20452023-10-04T23:36:34.237Z Compiling serde_urlencoded v0.7.1
20462023-10-04T23:36:34.681Z Compiling phf_shared v0.10.0
20472023-10-04T23:36:35.311Z Compiling futures-executor v0.3.28
20482023-10-04T23:36:36.075Z Compiling signature v2.1.0
20492023-10-04T23:36:36.506Z Compiling packed_struct_codegen v0.10.1
20502023-10-04T23:36:38.261Z Compiling float-cmp v0.9.0
20512023-10-04T23:36:39.360Z Compiling encoding_rs v0.8.33
20522023-10-04T23:36:40.968Z Compiling normalize-line-endings v0.3.0
20532023-10-04T23:36:41.545Z Compiling static_assertions v1.1.0
20542023-10-04T23:36:41.577Z Compiling whoami v1.4.1
20552023-10-04T23:36:41.713Z Compiling new_debug_unreachable v1.0.4
20562023-10-04T23:36:42.197Z Compiling fixedbitset v0.4.2
20572023-10-04T23:36:42.745Z Compiling mime v0.3.17
20582023-10-04T23:36:42.766Z Compiling webpki-roots v0.25.2
20592023-10-04T23:36:42.781Z Compiling smawk v0.3.1
20602023-10-04T23:36:43.153Z Compiling crc-catalog v2.2.0
20612023-10-04T23:36:43.178Z Compiling predicates-core v1.0.6
20622023-10-04T23:36:43.394Z Compiling difflib v0.4.0
20632023-10-04T23:36:44.079Z Compiling precomputed-hash v0.1.1
20642023-10-04T23:36:44.249Z Compiling unicode-linebreak v0.1.5
20652023-10-04T23:36:45.120Z Compiling data-encoding v2.4.0
20662023-10-04T23:36:45.627Z Compiling nodrop v0.1.14
20672023-10-04T23:36:45.808Z Compiling unicode-segmentation v1.10.1
20682023-10-04T23:36:45.980Z Compiling array-init v0.0.4
20692023-10-04T23:36:47.291Z Compiling similar v2.2.1
20702023-10-04T23:36:48.674Z Compiling trust-dns-proto v0.22.0
20712023-10-04T23:36:48.677Z Compiling textwrap v0.16.0
20722023-10-04T23:36:50.158Z Compiling string_cache v0.8.7
20732023-10-04T23:36:51.212Z Compiling predicates v3.0.3
20742023-10-04T23:36:53.873Z Compiling reqwest v0.11.20
20752023-10-04T23:36:54.743Z Compiling crc v3.0.1
20762023-10-04T23:36:57.522Z Compiling petgraph v0.6.4
20772023-10-04T23:37:02.153Z Compiling tokio-postgres v0.7.10
20782023-10-04T23:37:04.735Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20792023-10-04T23:37:16.409Z Compiling futures v0.3.28
20802023-10-04T23:37:16.571Z Compiling yasna v0.5.2
20812023-10-04T23:37:19.366Z Compiling pkcs1 v0.7.5
20822023-10-04T23:37:20.132Z Compiling smallvec v0.6.14
20832023-10-04T23:37:20.655Z Compiling diesel v2.1.2
20842023-10-04T23:37:20.807Z Compiling cipher v0.4.4
20852023-10-04T23:37:25.715Z Compiling toml v0.7.8
20862023-10-04T23:37:26.080Z Compiling bit-set v0.5.3
20872023-10-04T23:37:26.532Z Compiling console v0.15.7
20882023-10-04T23:37:28.442Z Compiling usdt v0.3.5
20892023-10-04T23:37:28.844Z Compiling is-terminal v0.4.9
20902023-10-04T23:37:29.832Z Compiling bstr v1.6.0
20912023-10-04T23:37:29.948Z Compiling tokio-stream v0.1.14
20922023-10-04T23:37:31.231Z Compiling openapiv3 v1.0.3
20932023-10-04T23:37:31.500Z Compiling hex v0.4.3
20942023-10-04T23:37:33.676Z Compiling hashbrown v0.13.2
20952023-10-04T23:37:39.358Z Compiling bitfield v0.14.0
20962023-10-04T23:37:39.787Z Compiling termcolor v1.2.0
20972023-10-04T23:37:46.911Z Compiling lalrpop-util v0.19.12
20982023-10-04T23:37:47.216Z Compiling env_logger v0.10.0
20992023-10-04T23:37:56.328Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21002023-10-04T23:37:57.835Z Compiling rsa v0.9.2
21012023-10-04T23:38:08.088Z Compiling serde-hex v0.1.0
21022023-10-04T23:38:09.499Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21032023-10-04T23:38:20.445Z Compiling x509-cert v0.2.4
21042023-10-04T23:38:20.716Z Compiling ron v0.8.1
21052023-10-04T23:38:24.940Z Compiling crc-any v2.4.3
21062023-10-04T23:38:43.068Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21072023-10-04T23:38:46.606Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21082023-10-04T23:39:06.132Z Compiling object v0.30.4
21092023-10-04T23:39:16.733Z Compiling path-slash v0.1.5
21102023-10-04T23:39:27.601Z Compiling bzip2 v0.4.4
21112023-10-04T23:39:28.524Z Compiling zip v0.6.6
21122023-10-04T23:39:30.735Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21132023-10-04T23:39:45.747Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
21142023-10-04T23:40:04.433Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21152023-10-04T23:40:04.694Z Finished release [optimized] target(s) in 6m 03s
21162023-10-04T23:40:04.790Z
21172023-10-04T23:40:04.870Zreal 6:03.464967114
21182023-10-04T23:40:04.968Zuser 42:01.032103121
21192023-10-04T23:40:05.113Zsys 3:42.919132878
21202023-10-04T23:40:05.191Ztrap 1.733434072
21212023-10-04T23:40:05.350Ztflt 1.293136677
21222023-10-04T23:40:05.427Zdflt 0.858031147
21232023-10-04T23:40:05.491Zkflt 0.000381936
21242023-10-04T23:40:05.578Zlock 1:37:10.665124790
21252023-10-04T23:40:05.615Zslp 2:26:35.566978340
21262023-10-04T23:40:05.678Zlat 1:46.289053737
21272023-10-04T23:40:05.745Zstop 1:22.710764819
21282023-10-04T23:40:05.786Z+ ptime -m gzip
21292023-10-04T23:40:05.821Z
21302023-10-04T23:40:06.274Zreal 0.668349115
21312023-10-04T23:40:06.340Zuser 0.656933209
21322023-10-04T23:40:06.779Zsys 0.010791269
21332023-10-04T23:40:06.796Ztrap 0.000102036
21342023-10-04T23:40:06.810Ztflt 0.000000000
21352023-10-04T23:40:06.832Zdflt 0.000000000
21362023-10-04T23:40:06.865Zkflt 0.000000000
21372023-10-04T23:40:06.881Zlock 0.000000000
21382023-10-04T23:40:07.327Zslp 0.000000000
21392023-10-04T23:40:07.895Zlat 0.000179061
21402023-10-04T23:40:07.904Zstop 0.000237163
21412023-10-04T23:40:07.915Z+ banner tufaceous
21422023-10-04T23:40:07.928Z
21432023-10-04T23:40:07.940Z ##### # # ###### ## #### ###### #### # # ####
21442023-10-04T23:40:08.363Z # # # # # # # # # # # # # #
21452023-10-04T23:40:08.367Z # # # ##### # # # ##### # # # # ####
21462023-10-04T23:40:08.371Z # # # # ###### # # # # # # #
21472023-10-04T23:40:08.376Z # # # # # # # # # # # # # # #
21482023-10-04T23:40:08.384Z # #### # # # #### ###### #### #### ####
21492023-10-04T23:40:08.388Z
21502023-10-04T23:40:08.392Z+ ptime -m cargo build --locked -p tufaceous --release
21512023-10-04T23:40:08.399Z Downloading crates ...
21522023-10-04T23:40:08.405Z Downloaded bytesize v1.3.0
21532023-10-04T23:40:08.414Z Downloaded path-absolutize v3.1.0
21542023-10-04T23:40:08.420Z Downloaded fs-err v2.9.0
21552023-10-04T23:40:08.428Z Downloaded doc-comment v0.3.3
21562023-10-04T23:40:08.436Z Downloaded buf-list v1.0.3
21572023-10-04T23:40:08.460Z Downloaded globset v0.4.13
21582023-10-04T23:40:08.467Z Downloaded path-dedot v3.1.0
21592023-10-04T23:40:08.471Z Downloaded olpc-cjson v0.1.3
21602023-10-04T23:40:08.475Z Downloaded serde_plain v1.0.2
21612023-10-04T23:40:08.479Z Downloaded snafu-derive v0.7.5
21622023-10-04T23:40:08.483Z Downloaded snafu v0.7.5
21632023-10-04T23:40:08.487Z Downloaded tough v0.12.5
21642023-10-04T23:40:08.492Z Compiling serde_tokenstream v0.2.0
21652023-10-04T23:40:08.496Z Compiling regress v0.7.1
21662023-10-04T23:40:08.500Z Compiling dirs-sys-next v0.1.2
21672023-10-04T23:40:08.504Z Compiling ident_case v1.0.1
21682023-10-04T23:40:08.508Z Compiling thread_local v1.1.7
21692023-10-04T23:40:08.512Z Compiling heck v0.4.1
21702023-10-04T23:40:08.516Z Compiling rustversion v1.0.14
21712023-10-04T23:40:08.520Z Compiling dirs-next v2.0.0
21722023-10-04T23:40:08.525Z Compiling darling_core v0.20.3
21732023-10-04T23:40:08.556Z Compiling slog-async v2.8.0
21742023-10-04T23:40:08.562Z Compiling camino v1.1.6
21752023-10-04T23:40:08.568Z Compiling term v0.7.0
21762023-10-04T23:40:08.574Z Compiling crossbeam-channel v0.5.8
21772023-10-04T23:40:08.580Z Compiling getopts v0.2.21
21782023-10-04T23:40:08.589Z Compiling structmeta-derive v0.1.6
21792023-10-04T23:40:08.596Z Compiling atty v0.2.14
21802023-10-04T23:40:08.626Z Compiling multer v2.1.0
21812023-10-04T23:40:09.031Z Compiling match_cfg v0.1.0
21822023-10-04T23:40:09.176Z Compiling doc-comment v0.3.3
21832023-10-04T23:40:09.657Z Compiling take_mut v0.2.2
21842023-10-04T23:40:09.906Z Compiling unsafe-libyaml v0.2.9
21852023-10-04T23:40:10.382Z Compiling paste v1.0.14
21862023-10-04T23:40:10.888Z Compiling hostname v0.3.1
21872023-10-04T23:40:11.345Z Compiling slog-term v2.9.0
21882023-10-04T23:40:12.607Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21892023-10-04T23:40:14.940Z Compiling structmeta v0.1.6
21902023-10-04T23:40:16.764Z Compiling serde_yaml v0.9.25
21912023-10-04T23:40:16.786Z Compiling darling_macro v0.20.3
21922023-10-04T23:40:16.995Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21932023-10-04T23:40:18.030Z Compiling darling v0.20.3
21942023-10-04T23:40:18.585Z Compiling slog-json v2.6.1
21952023-10-04T23:40:18.827Z Compiling async-stream-impl v0.3.5
21962023-10-04T23:40:19.035Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
21972023-10-04T23:40:19.390Z Compiling regex-syntax v0.6.29
21982023-10-04T23:40:19.460Z Compiling atomic-waker v1.1.1
21992023-10-04T23:40:19.757Z Compiling fastrand v2.0.0
22002023-10-04T23:40:20.816Z Compiling tempfile v3.8.0
22012023-10-04T23:40:20.832Z Compiling async-stream v0.3.5
22022023-10-04T23:40:21.003Z Compiling waitgroup v0.1.2
22032023-10-04T23:40:25.663Z Compiling strum_macros v0.25.2
22042023-10-04T23:40:25.718Z Compiling slog-bunyan v2.4.0
22052023-10-04T23:40:26.137Z Compiling serde_with_macros v2.3.3
22062023-10-04T23:40:26.198Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22072023-10-04T23:40:26.220Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22082023-10-04T23:40:26.249Z Compiling sha1 v0.10.5
22092023-10-04T23:40:27.551Z Compiling snafu-derive v0.7.5
22102023-10-04T23:40:27.800Z Compiling serde_path_to_error v0.1.14
22112023-10-04T23:40:27.888Z Compiling path-dedot v3.1.0
22122023-10-04T23:40:28.252Z Compiling instant v0.1.12
22132023-10-04T23:40:28.325Z Compiling arc-swap v1.6.0
22142023-10-04T23:40:28.477Z Compiling base64 v0.13.1
22152023-10-04T23:40:29.311Z Compiling same-file v1.0.6
22162023-10-04T23:40:29.365Z Compiling debug-ignore v1.0.5
22172023-10-04T23:40:29.864Z Compiling parse-display-derive v0.7.0
22182023-10-04T23:40:29.878Z Compiling buf-list v1.0.3
22192023-10-04T23:40:29.891Z Compiling pem v1.1.1
22202023-10-04T23:40:29.978Z Compiling walkdir v2.4.0
22212023-10-04T23:40:30.419Z Compiling slog-scope v4.4.0
22222023-10-04T23:40:32.185Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22232023-10-04T23:40:32.204Z Compiling backoff v0.4.0
22242023-10-04T23:40:32.214Z Compiling path-absolutize v3.1.0
22252023-10-04T23:40:32.429Z Compiling strum v0.25.0
22262023-10-04T23:40:32.754Z Compiling serde_with v2.3.3
22272023-10-04T23:40:32.798Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22282023-10-04T23:40:33.110Z Compiling globset v0.4.13
22292023-10-04T23:40:38.231Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22302023-10-04T23:40:38.519Z Compiling olpc-cjson v0.1.3
22312023-10-04T23:40:39.863Z Compiling macaddr v1.0.1
22322023-10-04T23:40:39.902Z Compiling parse-display v0.7.0
22332023-10-04T23:40:39.997Z Compiling snafu v0.7.5
22342023-10-04T23:40:40.037Z Compiling serde_plain v1.0.2
22352023-10-04T23:40:40.064Z Compiling xattr v1.0.1
22362023-10-04T23:40:40.085Z Compiling filetime v0.2.22
22372023-10-04T23:40:40.118Z Compiling tar v0.4.40
22382023-10-04T23:40:40.569Z Compiling tough v0.12.5
22392023-10-04T23:40:40.603Z Compiling slog-stdlog v4.1.1
22402023-10-04T23:40:40.617Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22412023-10-04T23:40:41.065Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22422023-10-04T23:40:42.516Z Compiling camino-tempfile v1.0.2
22432023-10-04T23:40:43.853Z Compiling itertools v0.11.0
22442023-10-04T23:40:52.041Z Compiling bytesize v1.3.0
22452023-10-04T23:40:52.567Z Compiling fs-err v2.9.0
22462023-10-04T23:40:53.024Z Compiling slog-envlogger v2.2.0
22472023-10-04T23:40:53.027Z Compiling humantime v2.1.0
22482023-10-04T23:40:53.031Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22492023-10-04T23:41:18.966Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22502023-10-04T23:41:19.124Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22512023-10-04T23:41:29.085Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22522023-10-04T23:41:31.407Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22532023-10-04T23:42:08.369Z Finished release [optimized] target(s) in 1m 49s
22542023-10-04T23:42:08.753Z
22552023-10-04T23:42:09.108Zreal 1:49.573044361
22562023-10-04T23:42:09.572Zuser 11:57.868401496
22572023-10-04T23:42:09.962Zsys 46.391111829
22582023-10-04T23:42:10.333Ztrap 0.465542633
22592023-10-04T23:42:10.557Ztflt 0.359635213
22602023-10-04T23:42:10.644Zdflt 0.403952436
22612023-10-04T23:42:10.716Zkflt 0.001276477
22622023-10-04T23:42:10.813Zlock 22:42.325896633
22632023-10-04T23:42:10.903Zslp 25:55.305640698
22642023-10-04T23:42:11.180Zlat 22.232582869
22652023-10-04T23:42:11.284Zstop 11.823300846
22662023-10-04T23:42:11.319Z+ ptime -m gzip
22672023-10-04T23:42:11.750Z
22682023-10-04T23:42:11.769Zreal 2.113683254
22692023-10-04T23:42:11.784Zuser 2.086209287
22702023-10-04T23:42:11.805Zsys 0.026633169
22712023-10-04T23:42:11.831Ztrap 0.000315011
22722023-10-04T23:42:11.852Ztflt 0.000000000
22732023-10-04T23:42:11.875Zdflt 0.000000000
22742023-10-04T23:42:11.897Zkflt 0.000000000
22752023-10-04T23:42:12.335Zlock 0.000000000
22762023-10-04T23:42:12.357Zslp 0.000000000
22772023-10-04T23:42:12.419Zlat 0.000182923
22782023-10-04T23:42:12.438Zstop 0.000236171
22792023-10-04T23:42:12.449Zprocess exited: duration 1286161 ms, exit code 0
 
22802023-10-04T23:42:12.567Zfound 5 output files
22812023-10-04T23:42:12.639Zuploading: /work/end-to-end-tests/bootstrap-6e3d6cace6bb341c.gz (6376086 bytes)
22822023-10-04T23:42:18.194Zuploaded: /work/end-to-end-tests/bootstrap-6e3d6cace6bb341c.gz
22832023-10-04T23:42:18.213Zuploading: /work/end-to-end-tests/bootstrap.gz (96111155 bytes)
22842023-10-04T23:43:46.688Zuploaded: /work/end-to-end-tests/bootstrap.gz
22852023-10-04T23:43:46.721Zuploading: /work/end-to-end-tests/end_to_end_tests-2d9aa87f7c0ddffa.gz (109691593 bytes)
22862023-10-04T23:44:59.444Zuploaded: /work/end-to-end-tests/end_to_end_tests-2d9aa87f7c0ddffa.gz
22872023-10-04T23:44:59.625Zuploading: /work/caboose-util.gz (4109597 bytes)
22882023-10-04T23:45:04.742Zuploaded: /work/caboose-util.gz
22892023-10-04T23:45:04.752Zuploading: /work/tufaceous.gz (13432611 bytes)
22902023-10-04T23:45:12.210Zuploaded: /work/tufaceous.gz