01HC09MD43H8KXP3Q4QHZ5RKE4: 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: 01HC09N2YJDBZ1PJ7ATJ5SZG0M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-05T16:11:20.399Zjob assigned to worker 01HC09N2EVKNCWNMBYE9M5XK18 (queued for 1 m 10 s)
 
22023-10-05T16:11:21.407Zstarting task 0: "setup"
32023-10-05T16:11:21.482Z++ uname -s
42023-10-05T16:11:21.494Z+ kern=SunOS
52023-10-05T16:11:21.506Z+ case "$kern" in
62023-10-05T16:11:21.518Z+ groupadd -g 12345 build
72023-10-05T16:11:21.531Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-05T16:11:23.497Z+ zfs create -o mountpoint=/work rpool/work
92023-10-05T16:11:23.594Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-05T16:11:23.601Z+ home_fs=zfs
112023-10-05T16:11:23.610Z+ [[ zfs == autofs ]]
122023-10-05T16:11:23.623Z+ mkdir -p /home/build
132023-10-05T16:11:23.629Z+ chown build:build /home/build /work
142023-10-05T16:11:25.604Z+ chmod 0700 /home/build /work
152023-10-05T16:11:25.619Zprocess exited: duration 4185 ms, exit code 0
 
162023-10-05T16:11:26.071Zstarting task 1: "rust-toolchain"
172023-10-05T16:11:26.092Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-05T16:11:26.103Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-05T16:11:26.278Zinfo: downloading installer
202023-10-05T16:11:28.293Zwarning: it looks like you have an existing installation of Rust at:
212023-10-05T16:11:28.302Zwarning: /opt/ooce/bin
222023-10-05T16:11:28.312Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-05T16:11:28.324Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-05T16:11:28.334Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-05T16:11:28.342Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-05T16:11:28.353Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-05T16:11:28.367Zerror: cannot install while Rust is installed
282023-10-05T16:11:28.381Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-05T16:11:28.440Zinfo: profile set to 'default'
302023-10-05T16:11:28.460Zinfo: default host triple is x86_64-unknown-illumos
312023-10-05T16:11:28.475Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-05T16:11:28.611Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-05T16:11:28.623Zinfo: downloading component 'cargo'
342023-10-05T16:11:29.304Zinfo: downloading component 'clippy'
352023-10-05T16:11:29.545Zinfo: downloading component 'rust-docs'
362023-10-05T16:11:30.420Zinfo: downloading component 'rust-std'
372023-10-05T16:11:31.971Zinfo: downloading component 'rustc'
382023-10-05T16:11:35.611Zinfo: downloading component 'rustfmt'
392023-10-05T16:11:35.883Zinfo: installing component 'cargo'
402023-10-05T16:11:37.346Zinfo: installing component 'clippy'
412023-10-05T16:11:37.946Zinfo: installing component 'rust-docs'
422023-10-05T16:11:40.767Zinfo: installing component 'rust-std'
432023-10-05T16:11:44.481Zinfo: installing component 'rustc'
442023-10-05T16:11:52.454Zinfo: installing component 'rustfmt'
452023-10-05T16:11:53.094Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-05T16:11:53.106Z
472023-10-05T16:11:53.212Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-05T16:11:53.225Z
492023-10-05T16:11:53.240Z
502023-10-05T16:11:53.255ZRust is installed now. Great!
512023-10-05T16:11:53.264Z
522023-10-05T16:11:53.275ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-05T16:11:53.696Zenvironment variable. This has not been done automatically.
542023-10-05T16:11:53.702Z
552023-10-05T16:11:53.709ZTo configure your current shell, run:
562023-10-05T16:11:53.713Zsource "$HOME/.cargo/env"
572023-10-05T16:11:53.723Z+ rustc --version
582023-10-05T16:11:53.729Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-05T16:11:53.732Zprocess exited: duration 27340 ms, exit code 0
 
602023-10-05T16:11:53.748Zstarting task 2: "authentication"
612023-10-05T16:11:53.794Zprocess exited: duration 37 ms, exit code 0
 
622023-10-05T16:11:53.805Zstarting task 3: "clone repository"
632023-10-05T16:11:53.819Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-05T16:11:53.824Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-05T16:11:53.900ZCloning into '/work/oxidecomputer/omicron'...
662023-10-05T16:12:00.138Z+ cd /work/oxidecomputer/omicron
672023-10-05T16:12:00.144Z+ [[ -n dap/tld-deploy ]]
682023-10-05T16:12:00.149Z+ git fetch origin dap/tld-deploy
692023-10-05T16:12:00.519ZFrom https://github.com/oxidecomputer/omicron
702023-10-05T16:12:00.527Z * branch dap/tld-deploy -> FETCH_HEAD
712023-10-05T16:12:00.544Z+ git checkout -B dap/tld-deploy remotes/origin/dap/tld-deploy
722023-10-05T16:12:00.571ZSwitched to a new branch 'dap/tld-deploy'
732023-10-05T16:12:00.578Zbranch 'dap/tld-deploy' set up to track 'origin/dap/tld-deploy'.
742023-10-05T16:12:00.584Z+ git reset --hard 6927d07a690125637ccd345bcf023318ab60ec6e
752023-10-05T16:12:00.657ZHEAD is now at 6927d07a top-level cleanup: move `thing-flinger` into `dev-tools`
762023-10-05T16:12:00.698Zprocess exited: duration 6836 ms, exit code 0
 
772023-10-05T16:12:01.156Zstarting task 4: "build"
782023-10-05T16:12:01.178Z+ cargo --version
792023-10-05T16:12:01.269Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-05T16:12:01.283Z+ rustc --version
812023-10-05T16:12:01.361Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-05T16:12:01.366Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-05T16:12:10.204Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-05T16:12:10.855Z Startup: Caching catalogs ... Done
852023-10-05T16:12:13.587ZPlanning: Solver setup ... Done (2.521s)
862023-10-05T16:12:13.755ZPlanning: Running solver ... Done (0.166s)
872023-10-05T16:12:13.817ZPlanning: Finding local manifests ... Done (0.036s)
882023-10-05T16:12:13.839ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-05T16:12:14.254ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-05T16:12:14.337ZPlanning: Package planning ... Done (0.082s)
912023-10-05T16:12:14.425ZPlanning: Merging actions ... Done (0.083s)
922023-10-05T16:12:15.256ZPlanning: Checking for conflicting actions ... Done (0.835s)
932023-10-05T16:12:15.282ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-05T16:12:19.885ZPlanning: Evaluating mediators ... Done (4.601s)
952023-10-05T16:12:19.900ZPlanning: Planning completed in 8.99 seconds
962023-10-05T16:12:19.969Z Packages to install: 4
972023-10-05T16:12:19.977Z Mediators to change: 2
982023-10-05T16:12:19.988Z Services to change: 1
992023-10-05T16:12:19.999Z Estimated space available: 149.39 GB
1002023-10-05T16:12:20.012ZEstimated space to be consumed: 1.35 GB
1012023-10-05T16:12:20.021Z Create boot environment: No
1022023-10-05T16:12:20.030ZCreate backup boot environment: No
1032023-10-05T16:12:20.039Z Rebuild boot archive: No
1042023-10-05T16:12:20.050Z
1052023-10-05T16:12:20.067ZChanged mediators:
1062023-10-05T16:12:20.083Z mediator clang:
1072023-10-05T16:12:20.101Z version: None -> 15 (system default)
1082023-10-05T16:12:20.119Z
1092023-10-05T16:12:20.133Z mediator llvm:
1102023-10-05T16:12:20.148Z version: 14 (system default) -> 15 (system default)
1112023-10-05T16:12:20.163Z
1122023-10-05T16:12:20.226ZChanged packages:
1132023-10-05T16:12:20.653Zhelios-dev
1142023-10-05T16:12:20.660Z developer/build-essential
1152023-10-05T16:12:20.668Z None -> 11-2.0
1162023-10-05T16:12:20.684Z library/libxmlsec1
1172023-10-05T16:12:20.695Z None -> 1.2.35-2.0
1182023-10-05T16:12:20.706Z ooce/developer/clang-15
1192023-10-05T16:12:20.716Z None -> 15.0.7-2.0
1202023-10-05T16:12:20.723Z ooce/developer/llvm-15
1212023-10-05T16:12:20.729Z None -> 15.0.7-2.0
1222023-10-05T16:12:20.734Z
1232023-10-05T16:12:20.740ZServices:
1242023-10-05T16:12:20.745Z restart_fmri:
1252023-10-05T16:12:20.750Z svc:/system/update-man-index:default
1262023-10-05T16:12:20.762Z
1272023-10-05T16:12:20.782ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-05T16:12:25.374ZDownload: 361/3290 items 16.2/212.6MB 7% complete (3.4M/s)
1292023-10-05T16:12:30.480ZDownload: 790/3290 items 18.4/212.6MB 8% complete (1.9M/s)
1302023-10-05T16:12:35.489ZDownload: 1088/3290 items 19.5/212.6MB 9% complete (493k/s)
1312023-10-05T16:12:41.484ZDownload: 1198/3290 items 70.2/212.6MB 33% complete (5.2M/s)
1322023-10-05T16:12:46.482ZDownload: 1775/3290 items 118.3/212.6MB 55% complete (8.8M/s)
1332023-10-05T16:12:52.503ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (5.2M/s)
1342023-10-05T16:12:57.522ZDownload: 2846/3290 items 121.1/212.6MB 56% complete (256k/s)
1352023-10-05T16:13:02.958ZDownload: 3123/3290 items 149.7/212.6MB 70% complete (3.0M/s)
1362023-10-05T16:13:07.824ZDownload: 3245/3290 items 202.6/212.6MB 95% complete (8.2M/s)
1372023-10-05T16:13:15.650ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.0M/s)
1382023-10-05T16:13:16.663ZDownload: Completed 212.60 MB in 56.33 seconds (3.8M/s)
1392023-10-05T16:13:17.025Z Actions: 1/3687 actions (Installing new actions)
1402023-10-05T16:13:22.136Z Actions: 2874/3687 actions (Installing new actions)
1412023-10-05T16:13:25.472Z Actions: Completed 3687 actions in 8.44 seconds.
1422023-10-05T16:13:25.528Z Done (0.050s)
1432023-10-05T16:13:25.963Z Done (0.000s)
1442023-10-05T16:13:25.982Z Done (0.132s)
1452023-10-05T16:13:34.143Z Done (8.369s)
1462023-10-05T16:13:34.483Z Done (0.234s)
1472023-10-05T16:13:34.952Z Done (0.000s)
1482023-10-05T16:13:34.966Z Done (0.000s)
1492023-10-05T16:13:35.414ZPlanning: Evaluating mediator changes ... Done
1502023-10-05T16:13:35.659ZPlanning: Checking for conflicting actions ... Done
1512023-10-05T16:13:35.664ZPlanning: Consolidating action changes ... Done
1522023-10-05T16:13:36.105ZPlanning: Evaluating mediators ... Done
1532023-10-05T16:13:36.116ZPlanning: Planning completed in 0.73 seconds
1542023-10-05T16:13:36.167Z Mediators to change: 2
1552023-10-05T16:13:36.176Z Create boot environment: No
1562023-10-05T16:13:36.186ZCreate backup boot environment: No
1572023-10-05T16:13:36.263Z Done
1582023-10-05T16:13:36.272Z Done
1592023-10-05T16:13:36.339Z Done
1602023-10-05T16:13:42.336Z Done
1612023-10-05T16:13:42.454Z Done
1622023-10-05T16:13:42.481Z Done
1632023-10-05T16:13:42.948Z Done
1642023-10-05T16:13:43.593ZPlanning: Evaluating mediator changes ... Done
1652023-10-05T16:13:43.614ZPlanning: Merging actions ... Done
1662023-10-05T16:13:43.934ZPlanning: Checking for conflicting actions ... Done
1672023-10-05T16:13:43.974ZPlanning: Consolidating action changes ... Done
1682023-10-05T16:13:44.358ZPlanning: Evaluating mediators ... Done
1692023-10-05T16:13:44.871ZPlanning: Planning completed in 1.31 seconds
1702023-10-05T16:13:44.887Z Packages to change: 1
1712023-10-05T16:13:44.916Z Mediators to change: 1
1722023-10-05T16:13:44.940Z Services to change: 1
1732023-10-05T16:13:44.963Z Create boot environment: No
1742023-10-05T16:13:44.991ZCreate backup boot environment: Yes
1752023-10-05T16:13:46.989Z Actions: 1/6 actions (Updating modified actions)
1762023-10-05T16:13:47.006Z Actions: Completed 6 actions in 0.00 seconds.
1772023-10-05T16:13:47.019Z Done
1782023-10-05T16:13:47.036Z Done
1792023-10-05T16:13:47.053Z Done
1802023-10-05T16:13:52.812Z Done
1812023-10-05T16:13:52.932Z Done
1822023-10-05T16:13:52.945Z Done
1832023-10-05T16:13:53.048Z Done
1842023-10-05T16:13:53.718ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1852023-10-05T16:13:53.738Zclang system 15 system
1862023-10-05T16:13:53.762Zcsh system system illumos
1872023-10-05T16:13:53.774Zctags system system illumos
1882023-10-05T16:13:53.784Zgcc vendor 12 vendor
1892023-10-05T16:13:53.795Zgcc system 10 system
1902023-10-05T16:13:53.820Zgcc system 7 system
1912023-10-05T16:13:53.836Zgo system 1.20 system
1922023-10-05T16:13:53.850Zgo system 1.19 system
1932023-10-05T16:13:53.860Zllvm system 15 system
1942023-10-05T16:13:54.283Zllvm system 14 system
1952023-10-05T16:13:54.309Zmariadb system 10.6 system
1962023-10-05T16:13:54.752Zmta vendor vendor dma
1972023-10-05T16:13:54.759Zopenjdk system 17 system
1982023-10-05T16:13:54.762Zopenjdk system 11 system
1992023-10-05T16:13:54.772Zopenjdk system 1.8 system
2002023-10-05T16:13:54.777Zopenssl vendor 3 vendor
2012023-10-05T16:13:54.782Zperl system 5.36 system
2022023-10-05T16:13:54.790Zpostgresql system 15 system
2032023-10-05T16:13:54.802Zpostgresql system 13 system
2042023-10-05T16:13:54.810Zpython vendor 3 vendor
2052023-10-05T16:13:54.815Zpython system 2 system
2062023-10-05T16:13:54.820Zpython3 system 3.11 system
2072023-10-05T16:13:54.825Zruby system 3.0 system
2082023-10-05T16:13:54.829Zwords vendor vendor american-english
2092023-10-05T16:13:55.241Zwords system system australian-english
2102023-10-05T16:13:55.245Zwords system system british-english
2112023-10-05T16:13:55.251Zwords system system canadian-english
2122023-10-05T16:13:55.257Zwords system system french
2132023-10-05T16:13:55.263Zwords system system italian
2142023-10-05T16:13:55.289Zwords system system ngerman
2152023-10-05T16:13:55.296Zwords system system ogerman
2162023-10-05T16:13:55.301Zwords system system spanish
2172023-10-05T16:13:55.307ZFMRI IFO
2182023-10-05T16:13:55.311Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2192023-10-05T16:13:55.315Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2202023-10-05T16:13:55.319Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2212023-10-05T16:13:55.325Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2222023-10-05T16:13:55.329Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2232023-10-05T16:13:55.333Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2242023-10-05T16:13:55.337Z+ set -o errexit
2252023-10-05T16:13:55.343Z+++ dirname ./tools/ci_download_cockroachdb
2262023-10-05T16:13:55.347Z++ cd ./tools
2272023-10-05T16:13:55.353Z++ pwd
2282023-10-05T16:13:55.358Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2292023-10-05T16:13:55.364Z++ basename ./tools/ci_download_cockroachdb
2302023-10-05T16:13:55.369Z+ ARG0=ci_download_cockroachdb
2312023-10-05T16:13:55.374Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2322023-10-05T16:13:55.382Z+ CIDL_VERSION=v22.1.9
2332023-10-05T16:13:55.386Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2342023-10-05T16:13:55.390Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2352023-10-05T16:13:55.394Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2362023-10-05T16:13:55.400Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2372023-10-05T16:13:55.404Z+ TARGET_DIR=out
2382023-10-05T16:13:55.409Z+ DOWNLOAD_DIR=out/downloads
2392023-10-05T16:13:55.416Z+ DEST_DIR=./out/cockroachdb
2402023-10-05T16:13:55.420Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2412023-10-05T16:13:55.426Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2422023-10-05T16:13:55.433Z+ main
2432023-10-05T16:13:55.438Z+ [[ 0 != 0 ]]
2442023-10-05T16:13:55.444Z+ CIDL_OS=solaris2.11
2452023-10-05T16:13:55.453Z+ [[ 0 != 0 ]]
2462023-10-05T16:13:55.459Z+ configure_os solaris2.11
2472023-10-05T16:13:55.463Z+ echo 'current directory: /work/oxidecomputer/omicron'
2482023-10-05T16:13:55.470Zcurrent directory: /work/oxidecomputer/omicron
2492023-10-05T16:13:55.477Z+ echo 'configuring based on OS: "solaris2.11"'
2502023-10-05T16:13:55.483Zconfiguring based on OS: "solaris2.11"
2512023-10-05T16:13:55.488Z+ case "$1" in
2522023-10-05T16:13:55.495Z+ CIDL_BUILD=illumos
2532023-10-05T16:13:55.500Z+ CIDL_SUFFIX=tar.gz
2542023-10-05T16:13:55.506Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2552023-10-05T16:13:55.512Z+ CIDL_MD5FUNC=do_md5sum
2562023-10-05T16:13:55.521Z+ CIDL_URL_BASE=https://illumos.org/downloads
2572023-10-05T16:13:55.527Z+ CIDL_ASSEMBLE=do_assemble_illumos
2582023-10-05T16:13:55.534Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2592023-10-05T16:13:55.540Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2602023-10-05T16:13:55.549Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-10-05T16:13:55.570Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2622023-10-05T16:13:55.585ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-10-05T16:13:55.591Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-05T16:13:55.602ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2652023-10-05T16:13:55.635Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2662023-10-05T16:13:55.648ZDownloading...
2672023-10-05T16:13:56.069Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2682023-10-05T16:13:56.483Z+ mkdir -p out/downloads
2692023-10-05T16:13:56.499Z+ mkdir -p ./out/cockroachdb
2702023-10-05T16:13:56.532Z+ local DO_DOWNLOAD=true
2712023-10-05T16:13:56.544Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2722023-10-05T16:13:56.554Z+ '[' true == true ']'
2732023-10-05T16:13:56.578Z+ echo Downloading...
2742023-10-05T16:13:56.592Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-10-05T16:13:56.603Z+ 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
2762023-10-05T16:13:58.971Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-10-05T16:13:58.993Z++ md5sum
2782023-10-05T16:13:59.011Z++ awk '{print $1}'
2792023-10-05T16:13:59.158Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2802023-10-05T16:13:59.177Z+ [[ 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 ]]
2812023-10-05T16:13:59.187Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-10-05T16:13:59.195Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2832023-10-05T16:14:03.153Z+ do_assemble_illumos
2842023-10-05T16:14:03.170Z+ rm -r ./out/cockroachdb
2852023-10-05T16:14:03.179Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2862023-10-05T16:14:03.452Z+ ./out/cockroachdb/bin/cockroach version
2872023-10-05T16:14:03.694ZBuild Tag: v22.1.9-dirty
2882023-10-05T16:14:03.711ZBuild Time: 2022/10/26 21:17:46
2892023-10-05T16:14:03.724ZDistribution: OSS
2902023-10-05T16:14:03.734ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2912023-10-05T16:14:03.748ZGo Version: go1.17.13
2922023-10-05T16:14:03.761ZC Compiler: gcc 10.3.0
2932023-10-05T16:14:03.771ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2942023-10-05T16:14:03.779ZBuild Type: release
2952023-10-05T16:14:03.788Z+ set -o errexit
2962023-10-05T16:14:04.214Z+++ dirname ./tools/ci_download_clickhouse
2972023-10-05T16:14:04.222Z++ cd ./tools
2982023-10-05T16:14:04.230Z++ pwd
2992023-10-05T16:14:04.238Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3002023-10-05T16:14:04.248Z++ basename ./tools/ci_download_clickhouse
3012023-10-05T16:14:04.259Z+ ARG0=ci_download_clickhouse
3022023-10-05T16:14:04.268Z+ TARGET_DIR=out
3032023-10-05T16:14:04.274Z+ DOWNLOAD_DIR=out/downloads
3042023-10-05T16:14:04.283Z+ DEST_DIR=./out/clickhouse
3052023-10-05T16:14:04.293Z+ CIDL_VERSION=v22.8.9.24
3062023-10-05T16:14:04.301Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3072023-10-05T16:14:04.310Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3082023-10-05T16:14:04.317Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3092023-10-05T16:14:04.327Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3102023-10-05T16:14:04.339Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3112023-10-05T16:14:04.752Z+ main
3122023-10-05T16:14:04.756Z+ [[ 0 != 0 ]]
3132023-10-05T16:14:04.763Z+ CIDL_OS=solaris2.11
3142023-10-05T16:14:04.771Z+ [[ 0 != 0 ]]
3152023-10-05T16:14:04.788Z+ configure_os solaris2.11
3162023-10-05T16:14:04.796Z+ echo 'current directory: /work/oxidecomputer/omicron'
3172023-10-05T16:14:04.802Zcurrent directory: /work/oxidecomputer/omicron
3182023-10-05T16:14:04.810Z+ echo 'configuring based on OS: "solaris2.11"'
3192023-10-05T16:14:04.822Zconfiguring based on OS: "solaris2.11"
3202023-10-05T16:14:05.235Z+ CIDL_DASHREV=
3212023-10-05T16:14:05.242Z+ case "$1" in
3222023-10-05T16:14:05.250Z+ CIDL_PLATFORM=illumos
3232023-10-05T16:14:05.259Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3242023-10-05T16:14:05.272Z+ CIDL_MD5FUNC=do_md5sum
3252023-10-05T16:14:05.284Z+ CIDL_DASHREV=-1
3262023-10-05T16:14:05.292Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3272023-10-05T16:14:05.298Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-05T16:14:05.308Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-05T16:14:05.316Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-05T16:14:05.329Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3312023-10-05T16:14:05.347ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-10-05T16:14:05.365Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3332023-10-05T16:14:05.373ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3342023-10-05T16:14:05.383Z+ mkdir -p out/downloads
3352023-10-05T16:14:05.396Z+ mkdir -p ./out/clickhouse
3362023-10-05T16:14:05.404Z+ local DO_DOWNLOAD=true
3372023-10-05T16:14:05.413Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3382023-10-05T16:14:05.420Z+ '[' true == true ']'
3392023-10-05T16:14:05.476Z+ echo Downloading...
3402023-10-05T16:14:05.497ZDownloading...
3412023-10-05T16:14:05.519Z+ 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
3422023-10-05T16:14:05.944Z+ 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
3432023-10-05T16:14:06.206Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-10-05T16:14:06.216Z++ md5sum
3452023-10-05T16:14:06.234Z++ awk '{print $1}'
3462023-10-05T16:14:06.522Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3472023-10-05T16:14:06.536Z+ [[ 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 ]]
3482023-10-05T16:14:06.547Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3492023-10-05T16:14:06.560Z+ mkdir -p ./out/clickhouse
3502023-10-05T16:14:06.572Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3512023-10-05T16:14:11.694Z+ ./out/clickhouse/clickhouse server --version
3522023-10-05T16:14:11.744ZClickHouse server version 22.8.9.1.
3532023-10-05T16:14:11.766Z+ set -o errexit
3542023-10-05T16:14:11.769Z+++ dirname ./tools/ci_download_console
3552023-10-05T16:14:11.772Z++ cd ./tools
3562023-10-05T16:14:11.775Z++ pwd
3572023-10-05T16:14:11.778Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3582023-10-05T16:14:11.781Z++ basename ./tools/ci_download_console
3592023-10-05T16:14:11.784Z+ ARG0=ci_download_console
3602023-10-05T16:14:11.787Z+ TARGET_DIR=out
3612023-10-05T16:14:11.790Z+ DOWNLOAD_DIR=out/downloads
3622023-10-05T16:14:11.793Z+ DEST_DIR=./out/console-assets
3632023-10-05T16:14:11.796Z+ source /work/oxidecomputer/omicron/tools/console_version
3642023-10-05T16:14:11.799Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3652023-10-05T16:14:11.802Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3662023-10-05T16:14:11.805Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3672023-10-05T16:14:11.809Z+ TARBALL_FILE=out/downloads/console.tar.gz
3682023-10-05T16:14:11.812Z+ main
3692023-10-05T16:14:11.815Z+ [[ 0 != 0 ]]
3702023-10-05T16:14:11.817Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3712023-10-05T16:14:11.820ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3722023-10-05T16:14:11.823Z+ echo 'Local file: out/downloads/console.tar.gz'
3732023-10-05T16:14:11.826ZLocal file: out/downloads/console.tar.gz
3742023-10-05T16:14:11.830Z+ local DO_DOWNLOAD=true
3752023-10-05T16:14:11.833Z+ [[ -f out/downloads/console.tar.gz ]]
3762023-10-05T16:14:11.836Z+ mkdir -p out/downloads
3772023-10-05T16:14:11.838Z+ '[' true == true ']'
3782023-10-05T16:14:11.841Z+ echo Downloading...
3792023-10-05T16:14:11.844ZDownloading...
3802023-10-05T16:14:11.846Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3812023-10-05T16:14:11.849Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3822023-10-05T16:14:12.878Z++ do_sha256sum out/downloads/console.tar.gz
3832023-10-05T16:14:12.882Z++ case "$OSTYPE" in
3842023-10-05T16:14:12.889Z++ SHA=sha256sum
3852023-10-05T16:14:12.892Z++ sha256sum
3862023-10-05T16:14:12.895Z++ awk '{print $1}'
3872023-10-05T16:14:12.900Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3882023-10-05T16:14:12.903Z+ [[ 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 ]]
3892023-10-05T16:14:12.907Z+ rm -rf ./out/console-assets
3902023-10-05T16:14:12.910Z+ mkdir -p ./out/console-assets
3912023-10-05T16:14:12.913Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3922023-10-05T16:14:12.917Z+ mkdir -p ./out/console-assets
3932023-10-05T16:14:12.921Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3942023-10-05T16:14:13.224Z+ set -o errexit
3952023-10-05T16:14:13.652Z+++ dirname ./tools/ci_download_maghemite_openapi
3962023-10-05T16:14:13.662Z++ cd ./tools
3972023-10-05T16:14:13.668Z++ pwd
3982023-10-05T16:14:13.681Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3992023-10-05T16:14:13.692Z++ basename ./tools/ci_download_maghemite_openapi
4002023-10-05T16:14:14.551Z+ ARG0=ci_download_maghemite_openapi
4012023-10-05T16:14:14.561Z+ TARGET_DIR=out
4022023-10-05T16:14:14.982Z+ DOWNLOAD_DIR=out/downloads
4032023-10-05T16:14:14.989Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4042023-10-05T16:14:15.007Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4052023-10-05T16:14:15.023Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4062023-10-05T16:14:15.037Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4072023-10-05T16:14:15.042Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4082023-10-05T16:14:15.050Z+ main
4092023-10-05T16:14:15.055ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4102023-10-05T16:14:15.066ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4112023-10-05T16:14:15.080Z+ [[ 0 != 0 ]]
4122023-10-05T16:14:15.096Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4132023-10-05T16:14:15.116Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4142023-10-05T16:14:15.135Z+ local DO_DOWNLOAD=true
4152023-10-05T16:14:15.155Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4162023-10-05T16:14:15.177Z+ mkdir -p out/downloads
4172023-10-05T16:14:15.607Z+ '[' true == true ']'
4182023-10-05T16:14:16.046Z+ echo Downloading...
4192023-10-05T16:14:16.049ZDownloading...
4202023-10-05T16:14:16.052Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4212023-10-05T16:14:16.055Z+ 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
4222023-10-05T16:14:16.057Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4232023-10-05T16:14:16.061Z++ case "$OSTYPE" in
4242023-10-05T16:14:16.080Z++ SHA=sha256sum
4252023-10-05T16:14:16.088Z++ sha256sum
4262023-10-05T16:14:16.094Z++ awk '{print $1}'
4272023-10-05T16:14:16.100Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4282023-10-05T16:14:16.105Z+ [[ 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 ]]
4292023-10-05T16:14:16.520Z+ set -o errexit
4302023-10-05T16:14:16.527Z+++ dirname ./tools/ci_download_dendrite_openapi
4312023-10-05T16:14:16.533Z++ cd ./tools
4322023-10-05T16:14:16.540Z++ pwd
4332023-10-05T16:14:16.547Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4342023-10-05T16:14:16.563Z++ basename ./tools/ci_download_dendrite_openapi
4352023-10-05T16:14:16.574Z+ ARG0=ci_download_dendrite_openapi
4362023-10-05T16:14:16.583Z+ TARGET_DIR=out
4372023-10-05T16:14:16.590Z+ DOWNLOAD_DIR=out/downloads
4382023-10-05T16:14:16.595Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4392023-10-05T16:14:16.601Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4402023-10-05T16:14:16.872Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4412023-10-05T16:14:16.887Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4422023-10-05T16:14:16.902Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4432023-10-05T16:14:16.912Z+ main
4442023-10-05T16:14:16.916Z+ [[ 0 != 0 ]]
4452023-10-05T16:14:16.920Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4462023-10-05T16:14:16.926ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4472023-10-05T16:14:16.933Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4482023-10-05T16:14:16.940ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4492023-10-05T16:14:16.954Z+ local DO_DOWNLOAD=true
4502023-10-05T16:14:16.958Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4512023-10-05T16:14:16.962Z+ mkdir -p out/downloads
4522023-10-05T16:14:16.966Z+ '[' true == true ']'
4532023-10-05T16:14:16.971Z+ echo Downloading...
4542023-10-05T16:14:16.975ZDownloading...
4552023-10-05T16:14:16.984Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4562023-10-05T16:14:16.989Z+ 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
4572023-10-05T16:14:16.995Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4582023-10-05T16:14:17.004Z++ case "$OSTYPE" in
4592023-10-05T16:14:17.009Z++ SHA=sha256sum
4602023-10-05T16:14:17.013Z++ sha256sum
4612023-10-05T16:14:17.019Zcurrent directory: /work/oxidecomputer/omicron
4622023-10-05T16:14:17.029Z++ awk '{print $1}'
4632023-10-05T16:14:17.036Zconfiguring based on OS: "solaris2.11"
4642023-10-05T16:14:17.041Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4652023-10-05T16:14:17.052ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4662023-10-05T16:14:17.058Z+ [[ 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 ]]
4672023-10-05T16:14:17.063ZLocal file: out/downloads/dendrite-stub.tar.gz
4682023-10-05T16:14:17.068Z+ set -o errexit
4692023-10-05T16:14:17.073ZDownloading...
4702023-10-05T16:14:17.082Z+++ dirname ./tools/ci_download_dendrite_stub
4712023-10-05T16:14:17.090Z++ cd ./tools
4722023-10-05T16:14:17.100Z++ pwd
4732023-10-05T16:14:17.107Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4742023-10-05T16:14:17.115Z++ basename ./tools/ci_download_dendrite_stub
4752023-10-05T16:14:17.121Z+ ARG0=ci_download_dendrite_stub
4762023-10-05T16:14:17.129Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4772023-10-05T16:14:17.141Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4782023-10-05T16:14:17.148Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4792023-10-05T16:14:17.156Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4802023-10-05T16:14:17.167Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812023-10-05T16:14:17.175Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4822023-10-05T16:14:17.185Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4832023-10-05T16:14:17.192Z+ TARGET_DIR=out
4842023-10-05T16:14:17.201Z+ DOWNLOAD_DIR=out/downloads
4852023-10-05T16:14:17.209Z+ DEST_DIR=./out/dendrite-stub
4862023-10-05T16:14:17.218Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4872023-10-05T16:14:17.635Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4882023-10-05T16:14:17.657Z+ REPO=oxidecomputer/dendrite
4892023-10-05T16:14:17.671Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4902023-10-05T16:14:17.684Z+ main
4912023-10-05T16:14:17.700Z+ [[ 0 != 0 ]]
4922023-10-05T16:14:17.716Z+ CIDL_OS=solaris2.11
4932023-10-05T16:14:17.726Z+ [[ 0 != 0 ]]
4942023-10-05T16:14:17.743Z+ configure_os solaris2.11
4952023-10-05T16:14:17.753Z+ echo 'current directory: /work/oxidecomputer/omicron'
4962023-10-05T16:14:17.770Z+ echo 'configuring based on OS: "solaris2.11"'
4972023-10-05T16:14:17.779Z+ case "$1" in
4982023-10-05T16:14:18.204Z+ SET_BINARIES=
4992023-10-05T16:14:18.214Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5002023-10-05T16:14:18.226Z+ CIDL_SHA256FUNC=do_sha256sum
5012023-10-05T16:14:18.645Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5022023-10-05T16:14:18.652Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5032023-10-05T16:14:18.665Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5042023-10-05T16:14:18.670Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5052023-10-05T16:14:18.675Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5062023-10-05T16:14:18.681Z+ mkdir -p out/downloads
5072023-10-05T16:14:18.687Z+ mkdir -p ./out/dendrite-stub
5082023-10-05T16:14:18.693Z+ fetch_and_verify
5092023-10-05T16:14:18.700Z+ local DO_DOWNLOAD=true
5102023-10-05T16:14:18.707Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5112023-10-05T16:14:18.714Z+ '[' true == true ']'
5122023-10-05T16:14:18.733Z+ echo Downloading...
5132023-10-05T16:14:18.747Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5142023-10-05T16:14:18.756Z+ 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
5152023-10-05T16:14:23.986Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5162023-10-05T16:14:24.416Z++ sha256sum
5172023-10-05T16:14:25.764Z++ awk '{print $1}'
5182023-10-05T16:14:25.777Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5192023-10-05T16:14:25.787Z+ [[ 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 ]]
5202023-10-05T16:14:25.797Z+ do_untar out/downloads/dendrite-stub.tar.gz
5212023-10-05T16:14:25.807Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5222023-10-05T16:14:25.816Z+ do_assemble
5232023-10-05T16:14:25.826Z+ rm -r ./out/dendrite-stub
5242023-10-05T16:14:25.837Z+ mkdir ./out/dendrite-stub
5252023-10-05T16:14:25.859Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5262023-10-05T16:14:25.873Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5272023-10-05T16:14:25.890Z+ set -o errexit
5282023-10-05T16:14:25.904Z+++ dirname ./tools/ci_download_transceiver_control
5292023-10-05T16:14:25.918Z++ cd ./tools
5302023-10-05T16:14:25.943Z++ pwd
5312023-10-05T16:14:26.375Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5322023-10-05T16:14:26.792Z++ basename ./tools/ci_download_transceiver_control
5332023-10-05T16:14:26.811Z+ ARG0=ci_download_transceiver_control
5342023-10-05T16:14:26.825Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5352023-10-05T16:14:26.842Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5362023-10-05T16:14:26.861Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5372023-10-05T16:14:26.873Z+ TARGET_DIR=out
5382023-10-05T16:14:26.884Z+ DOWNLOAD_DIR=out/downloads
5392023-10-05T16:14:26.900Z+ DEST_DIR=./out/transceiver-control
5402023-10-05T16:14:26.913Z+ BIN_DIR=/opt/oxide/bin
5412023-10-05T16:14:26.929Z+ BINARY=xcvradm
5422023-10-05T16:14:26.947Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5432023-10-05T16:14:26.957Z+ REPO=oxidecomputer/transceiver-control
5442023-10-05T16:14:26.965Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5452023-10-05T16:14:26.975Z+ main
5462023-10-05T16:14:26.980Z+ [[ 0 != 0 ]]
5472023-10-05T16:14:26.985Z+ CIDL_OS=solaris2.11
5482023-10-05T16:14:26.991Z+ [[ 0 != 0 ]]
5492023-10-05T16:14:26.998Z+ configure_os solaris2.11
5502023-10-05T16:14:27.003Z+ echo 'current directory: /work/oxidecomputer/omicron'
5512023-10-05T16:14:27.007Zcurrent directory: /work/oxidecomputer/omicron
5522023-10-05T16:14:27.016Z+ echo 'configuring based on OS: "solaris2.11"'
5532023-10-05T16:14:27.027Zconfiguring based on OS: "solaris2.11"
5542023-10-05T16:14:27.439Z+ case "$1" in
5552023-10-05T16:14:27.444Z+ SET_BINARIES=
5562023-10-05T16:14:27.452Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5572023-10-05T16:14:27.465Z+ CIDL_SHA256FUNC=do_sha256sum
5582023-10-05T16:14:27.474Z+ ARCHIVE_FILENAME=xcvradm.gz
5592023-10-05T16:14:27.484Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5602023-10-05T16:14:27.901Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5612023-10-05T16:14:27.913Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5622023-10-05T16:14:27.968ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5632023-10-05T16:14:28.398Z+ echo 'Local file: out/downloads/xcvradm.gz'
5642023-10-05T16:14:28.407ZLocal file: out/downloads/xcvradm.gz
5652023-10-05T16:14:28.415Z+ mkdir -p out/downloads
5662023-10-05T16:14:28.429Z+ mkdir -p ./out/transceiver-control
5672023-10-05T16:14:28.438Z+ fetch_and_verify
5682023-10-05T16:14:28.446Z+ local DO_DOWNLOAD=true
5692023-10-05T16:14:28.454Z+ [[ -f out/downloads/xcvradm.gz ]]
5702023-10-05T16:14:28.462Z+ '[' true == true ']'
5712023-10-05T16:14:28.471ZDownloading...
5722023-10-05T16:14:28.479Z+ echo Downloading...
5732023-10-05T16:14:28.488Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5742023-10-05T16:14:28.496Z+ 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
5752023-10-05T16:14:29.444Z++ do_sha256sum out/downloads/xcvradm.gz
5762023-10-05T16:14:29.450Z++ sha256sum
5772023-10-05T16:14:29.461Z++ awk '{print $1}'
5782023-10-05T16:14:29.480Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5792023-10-05T16:14:29.489Z+ [[ 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 ]]
5802023-10-05T16:14:29.496Z+ do_unpack out/downloads/xcvradm.gz
5812023-10-05T16:14:29.503Z+ mkdir -p out/downloads/root//opt/oxide/bin
5822023-10-05T16:14:29.508Z+ gzip -dc out/downloads/xcvradm.gz
5832023-10-05T16:14:29.646Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5842023-10-05T16:14:29.653Z+ do_assemble
5852023-10-05T16:14:29.658Z+ rm -r ./out/transceiver-control
5862023-10-05T16:14:29.665Z+ mkdir ./out/transceiver-control
5872023-10-05T16:14:29.669Z+ cp -r out/downloads/root ./out/transceiver-control/root
5882023-10-05T16:14:29.777ZAll prerequisites installed successfully
5892023-10-05T16:14:29.783Z
5902023-10-05T16:14:29.791Zreal 2:28.378451736
5912023-10-05T16:14:29.830Zuser 49.046972028
5922023-10-05T16:14:29.843Zsys 10.106112330
5932023-10-05T16:14:29.853Ztrap 0.019717599
5942023-10-05T16:14:29.874Ztflt 0.174822836
5952023-10-05T16:14:29.890Zdflt 0.651954438
5962023-10-05T16:14:29.905Zkflt 0.169611724
5972023-10-05T16:14:29.922Zlock 1.776367713
5982023-10-05T16:14:29.930Zslp 4:40.142706817
5992023-10-05T16:14:29.941Zlat 3.942077216
6002023-10-05T16:14:29.949Zstop 0.068211805
6012023-10-05T16:14:29.965Z+ banner end-to-end-tests
6022023-10-05T16:14:29.975Z
6032023-10-05T16:14:29.992Z ###### # # ##### ##### #### ###### # # #####
6042023-10-05T16:14:30.417Z # ## # # # # # # # ## # # #
6052023-10-05T16:14:30.423Z ##### # # # # # ##### # # # ##### ##### # # # # #
6062023-10-05T16:14:30.426Z # # # # # # # # # # # # # # #
6072023-10-05T16:14:30.429Z # # ## # # # # # # # ## # #
6082023-10-05T16:14:30.432Z ###### # # ##### # #### ###### # # #####
6092023-10-05T16:14:30.435Z
6102023-10-05T16:14:30.438Z+ export CARGO_PROFILE_DEV_DEBUG=1
6112023-10-05T16:14:30.440Z+ CARGO_PROFILE_DEV_DEBUG=1
6122023-10-05T16:14:30.443Z+ export CARGO_PROFILE_TEST_DEBUG=1
6132023-10-05T16:14:30.446Z+ CARGO_PROFILE_TEST_DEBUG=1
6142023-10-05T16:14:30.450Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6152023-10-05T16:14:30.453Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6162023-10-05T16:14:31.010Z Updating crates.io index
6172023-10-05T16:14:31.017Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6182023-10-05T16:14:31.435Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6192023-10-05T16:14:33.317Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6202023-10-05T16:14:34.025Z Updating git repository `http://github.com/oxidecomputer/tofino`
6212023-10-05T16:14:34.355Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6222023-10-05T16:14:34.749Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6232023-10-05T16:14:35.084Z Updating git repository `https://github.com/oxidecomputer/propolis`
6242023-10-05T16:14:35.996Z Updating git repository `https://github.com/oxidecomputer/opte`
6252023-10-05T16:14:37.115Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6262023-10-05T16:14:37.460Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6272023-10-05T16:14:37.857Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6282023-10-05T16:14:38.296Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6292023-10-05T16:14:38.630Z Updating git repository `https://github.com/njaremko/samael`
6302023-10-05T16:14:39.119Z Updating git repository `https://github.com/oxidecomputer/crucible`
6312023-10-05T16:14:40.733Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6322023-10-05T16:14:41.880Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6332023-10-05T16:14:41.937Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6342023-10-05T16:14:42.714Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6352023-10-05T16:14:43.163Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6362023-10-05T16:14:43.601Z Updating git repository `https://github.com/oxidecomputer/omicron`
6372023-10-05T16:14:53.301Z Updating git repository `https://github.com/oxidecomputer/rfb`
6382023-10-05T16:14:53.722Z Updating git repository `https://github.com/jgallagher/nix`
6392023-10-05T16:14:54.946Z Updating git repository `https://github.com/cbiffle/hubpack`
6402023-10-05T16:14:55.329Z Updating git repository `https://github.com/oxidecomputer/typify`
6412023-10-05T16:14:56.489Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6422023-10-05T16:14:56.900Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6432023-10-05T16:14:57.245Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6442023-10-05T16:14:58.808Z Downloading crates ...
6452023-10-05T16:14:59.088Z Downloaded openssl-probe v0.1.5
6462023-10-05T16:14:59.099Z Downloaded allocator-api2 v0.2.16
6472023-10-05T16:14:59.108Z Downloaded pin-utils v0.1.0
6482023-10-05T16:14:59.115Z Downloaded password-hash v0.4.2
6492023-10-05T16:14:59.128Z Downloaded predicates-core v1.0.6
6502023-10-05T16:14:59.138Z Downloaded predicates v3.0.3
6512023-10-05T16:14:59.145Z Downloaded atty v0.2.14
6522023-10-05T16:14:59.149Z Downloaded base64ct v1.6.0
6532023-10-05T16:14:59.155Z Downloaded addr2line v0.21.0
6542023-10-05T16:14:59.162Z Downloaded bincode v1.3.3
6552023-10-05T16:14:59.169Z Downloaded opaque-debug v0.3.0
6562023-10-05T16:14:59.175Z Downloaded diesel_table_macro_syntax v0.1.0
6572023-10-05T16:14:59.178Z Downloaded cstr-argument v0.1.2
6582023-10-05T16:14:59.183Z Downloaded matches v0.1.10
6592023-10-05T16:14:59.186Z Downloaded pem v1.1.1
6602023-10-05T16:14:59.189Z Downloaded openssl-macros v0.1.1
6612023-10-05T16:14:59.191Z Downloaded curve25519-dalek-derive v0.1.0
6622023-10-05T16:14:59.195Z Downloaded precomputed-hash v0.1.1
6632023-10-05T16:14:59.197Z Downloaded bitstruct_derive v0.1.0
6642023-10-05T16:14:59.200Z Downloaded lru-cache v0.1.2
6652023-10-05T16:14:59.203Z Downloaded clap_lex v0.5.1
6662023-10-05T16:14:59.205Z Downloaded cpufeatures v0.2.9
6672023-10-05T16:14:59.209Z Downloaded chacha20 v0.9.1
6682023-10-05T16:14:59.213Z Downloaded parse-display v0.7.0
6692023-10-05T16:14:59.216Z Downloaded debug-ignore v1.0.5
6702023-10-05T16:14:59.221Z Downloaded atomic-waker v1.1.1
6712023-10-05T16:14:59.224Z Downloaded bitflags v1.3.2
6722023-10-05T16:14:59.231Z Downloaded pkg-config v0.3.27
6732023-10-05T16:14:59.236Z Downloaded nibble_vec v0.1.0
6742023-10-05T16:14:59.239Z Downloaded clap_derive v4.4.2
6752023-10-05T16:14:59.244Z Downloaded radium v0.7.0
6762023-10-05T16:14:59.247Z Downloaded pest_generator v2.7.2
6772023-10-05T16:14:59.251Z Downloaded camino-tempfile v1.0.2
6782023-10-05T16:14:59.256Z Downloaded num_threads v0.1.6
6792023-10-05T16:14:59.260Z Downloaded ciborium-ll v0.2.1
6802023-10-05T16:14:59.265Z Downloaded colored v2.0.4
6812023-10-05T16:14:59.272Z Downloaded instant v0.1.12
6822023-10-05T16:14:59.282Z Downloaded ctr v0.9.2
6832023-10-05T16:14:59.293Z Downloaded tower-service v0.3.2
6842023-10-05T16:14:59.302Z Downloaded mime v0.3.17
6852023-10-05T16:14:59.307Z Downloaded byteorder v1.4.3
6862023-10-05T16:14:59.311Z Downloaded macaddr v1.0.1
6872023-10-05T16:14:59.315Z Downloaded bitflags v2.4.0
6882023-10-05T16:14:59.318Z Downloaded camino v1.1.6
6892023-10-05T16:14:59.322Z Downloaded phf v0.11.2
6902023-10-05T16:14:59.326Z Downloaded textwrap v0.16.0
6912023-10-05T16:14:59.331Z Downloaded spin v0.5.2
6922023-10-05T16:14:59.336Z Downloaded utf-8 v0.7.6
6932023-10-05T16:14:59.338Z Downloaded blake2 v0.10.6
6942023-10-05T16:14:59.342Z Downloaded postcard-cobs v0.1.5-pre
6952023-10-05T16:14:59.344Z Downloaded crc32fast v1.3.2
6962023-10-05T16:14:59.347Z Downloaded aes-gcm-siv v0.11.1
6972023-10-05T16:14:59.350Z Downloaded thiserror v1.0.49
6982023-10-05T16:14:59.353Z Downloaded stringprep v0.1.3
6992023-10-05T16:14:59.355Z Downloaded endian-type v0.1.2
7002023-10-05T16:14:59.358Z Downloaded darling_core v0.20.3
7012023-10-05T16:14:59.362Z Downloaded string_cache v0.8.7
7022023-10-05T16:14:59.365Z Downloaded waitgroup v0.1.2
7032023-10-05T16:14:59.368Z Downloaded same-file v1.0.6
7042023-10-05T16:14:59.371Z Downloaded ahash v0.7.6
7052023-10-05T16:14:59.375Z Downloaded foreign-types-shared v0.1.1
7062023-10-05T16:14:59.377Z Downloaded r2d2 v0.8.10
7072023-10-05T16:14:59.404Z Downloaded twox-hash v1.6.3
7082023-10-05T16:14:59.408Z Downloaded version_check v0.9.4
7092023-10-05T16:14:59.410Z Downloaded strsim v0.10.0
7102023-10-05T16:14:59.413Z Downloaded thread-id v4.2.0
7112023-10-05T16:14:59.416Z Downloaded const-oid v0.9.5
7122023-10-05T16:14:59.419Z Downloaded iana-time-zone v0.1.57
7132023-10-05T16:14:59.422Z Downloaded miniz_oxide v0.7.1
7142023-10-05T16:14:59.425Z Downloaded base64 v0.13.1
7152023-10-05T16:14:59.427Z Downloaded ringbuffer v0.15.0
7162023-10-05T16:14:59.430Z Downloaded itoa v1.0.9
7172023-10-05T16:14:59.433Z Downloaded futures-sink v0.3.28
7182023-10-05T16:14:59.436Z Downloaded crypto-bigint v0.5.2
7192023-10-05T16:14:59.439Z Downloaded ident_case v1.0.1
7202023-10-05T16:14:59.442Z Downloaded heck v0.3.3
7212023-10-05T16:14:59.445Z Downloaded rand_core v0.6.4
7222023-10-05T16:14:59.450Z Downloaded omicron-zone-package v0.8.3
7232023-10-05T16:14:59.453Z Downloaded hubpack_derive v0.1.1
7242023-10-05T16:14:59.456Z Downloaded xattr v1.0.1
7252023-10-05T16:14:59.459Z Downloaded dirs-sys-next v0.1.2
7262023-10-05T16:14:59.462Z Downloaded strum v0.25.0
7272023-10-05T16:14:59.464Z Downloaded proc-macro-error v1.0.4
7282023-10-05T16:14:59.467Z Downloaded vec_map v0.8.2
7292023-10-05T16:14:59.471Z Downloaded lazy_static v1.4.0
7302023-10-05T16:14:59.474Z Downloaded hostname v0.3.1
7312023-10-05T16:14:59.477Z Downloaded sha2 v0.10.7
7322023-10-05T16:14:59.480Z Downloaded chacha20poly1305 v0.10.1
7332023-10-05T16:14:59.483Z Downloaded futures-io v0.3.28
7342023-10-05T16:14:59.487Z Downloaded headers-core v0.2.0
7352023-10-05T16:14:59.489Z Downloaded digest v0.10.7
7362023-10-05T16:14:59.492Z Downloaded tempfile v3.8.0
7372023-10-05T16:14:59.497Z Downloaded phf_shared v0.11.2
7382023-10-05T16:14:59.499Z Downloaded structopt-derive v0.4.18
7392023-10-05T16:14:59.502Z Downloaded unicode-ident v1.0.12
7402023-10-05T16:14:59.505Z Downloaded dyn-clone v1.0.13
7412023-10-05T16:14:59.508Z Downloaded futures v0.3.28
7422023-10-05T16:14:59.511Z Downloaded smawk v0.3.1
7432023-10-05T16:14:59.514Z Downloaded errno v0.3.2
7442023-10-05T16:14:59.516Z Downloaded tokio-stream v0.1.14
7452023-10-05T16:14:59.519Z Downloaded zone_cfg_derive v0.2.0
7462023-10-05T16:14:59.522Z Downloaded futures-executor v0.3.28
7472023-10-05T16:14:59.525Z Downloaded slog-stdlog v4.1.1
7482023-10-05T16:14:59.528Z Downloaded fxhash v0.2.1
7492023-10-05T16:14:59.530Z Downloaded http-body v0.4.5
7502023-10-05T16:14:59.533Z Downloaded serde_repr v0.1.16
7512023-10-05T16:14:59.536Z Downloaded hmac v0.12.1
7522023-10-05T16:14:59.538Z Downloaded funty v2.0.0
7532023-10-05T16:14:59.542Z Downloaded mio v0.8.8
7542023-10-05T16:14:59.549Z Downloaded signature v2.1.0
7552023-10-05T16:14:59.552Z Downloaded signal-hook-registry v1.4.1
7562023-10-05T16:14:59.555Z Downloaded const_format v0.2.31
7572023-10-05T16:14:59.558Z Downloaded lalrpop-util v0.19.12
7582023-10-05T16:14:59.561Z Downloaded equivalent v1.0.1
7592023-10-05T16:14:59.563Z Downloaded tinyvec_macros v0.1.1
7602023-10-05T16:14:59.566Z Downloaded memchr v2.6.3
7612023-10-05T16:14:59.572Z Downloaded scopeguard v1.2.0
7622023-10-05T16:14:59.574Z Downloaded ed25519 v2.2.2
7632023-10-05T16:14:59.577Z Downloaded enum-as-inner v0.5.1
7642023-10-05T16:14:59.580Z Downloaded foreign-types v0.3.2
7652023-10-05T16:14:59.582Z Downloaded utf8parse v0.2.1
7662023-10-05T16:14:59.586Z Downloaded erased-serde v0.3.30
7672023-10-05T16:14:59.589Z Downloaded fixedbitset v0.4.2
7682023-10-05T16:14:59.592Z Downloaded fallible-iterator v0.2.0
7692023-10-05T16:14:59.595Z Downloaded rustc_version v0.4.0
7702023-10-05T16:14:59.597Z Downloaded generic-array v0.14.7
7712023-10-05T16:14:59.601Z Downloaded slog-dtrace v0.2.3
7722023-10-05T16:14:59.604Z Downloaded whoami v1.4.1
7732023-10-05T16:14:59.607Z Downloaded serde_urlencoded v0.7.1
7742023-10-05T16:14:59.611Z Downloaded tokio-util v0.7.8
7752023-10-05T16:14:59.617Z Downloaded foreign-types-macros v0.2.3
7762023-10-05T16:14:59.621Z Downloaded typenum v1.16.0
7772023-10-05T16:14:59.624Z Downloaded rustfmt-wrapper v0.2.0
7782023-10-05T16:14:59.627Z Downloaded tungstenite v0.18.0
7792023-10-05T16:14:59.631Z Downloaded http-range v0.1.5
7802023-10-05T16:14:59.634Z Downloaded serde_tokenstream v0.1.7
7812023-10-05T16:14:59.638Z Downloaded unicode-xid v0.2.4
7822023-10-05T16:14:59.645Z Downloaded zeroize_derive v1.4.2
7832023-10-05T16:14:59.648Z Downloaded synstructure v0.12.6
7842023-10-05T16:14:59.651Z Downloaded semver-parser v0.10.2
7852023-10-05T16:14:59.654Z Downloaded vsss-rs v3.3.1
7862023-10-05T16:14:59.657Z Downloaded semver v0.11.0
7872023-10-05T16:14:59.660Z Downloaded serde_spanned v0.6.3
7882023-10-05T16:14:59.663Z Downloaded secrecy v0.8.0
7892023-10-05T16:14:59.666Z Downloaded zerocopy v0.6.3
7902023-10-05T16:14:59.669Z Downloaded russh-keys v0.38.0
7912023-10-05T16:14:59.671Z Downloaded slog v2.7.0
7922023-10-05T16:14:59.674Z Downloaded hyper-rustls v0.24.1
7932023-10-05T16:14:59.677Z Downloaded ron v0.7.1
7942023-10-05T16:14:59.686Z Downloaded tap v1.0.1
7952023-10-05T16:14:59.689Z Downloaded heapless v0.7.16
7962023-10-05T16:14:59.696Z Downloaded thiserror-impl v1.0.49
7972023-10-05T16:14:59.699Z Downloaded rand v0.8.5
7982023-10-05T16:14:59.708Z Downloaded strum_macros v0.25.2
7992023-10-05T16:14:59.721Z Downloaded tracing-attributes v0.1.26
8002023-10-05T16:14:59.729Z Downloaded structmeta-derive v0.1.6
8012023-10-05T16:14:59.732Z Downloaded serde_with_macros v2.3.3
8022023-10-05T16:14:59.743Z Downloaded yasna v0.5.2
8032023-10-05T16:14:59.746Z Downloaded tokio-rustls v0.24.1
8042023-10-05T16:14:59.749Z Downloaded tokio-tungstenite v0.20.1
8052023-10-05T16:14:59.752Z Downloaded unicode-normalization v0.1.22
8062023-10-05T16:14:59.756Z Downloaded rand_chacha v0.2.2
8072023-10-05T16:14:59.760Z Downloaded subprocess v0.2.9
8082023-10-05T16:14:59.763Z Downloaded schemars v0.8.13
8092023-10-05T16:14:59.766Z Downloaded indexmap v1.9.3
8102023-10-05T16:14:59.770Z Downloaded slog-term v2.9.0
8112023-10-05T16:14:59.775Z Downloaded trust-dns-client v0.22.0
8122023-10-05T16:14:59.786Z Downloaded walkdir v2.4.0
8132023-10-05T16:14:59.790Z Downloaded toml v0.8.0
8142023-10-05T16:14:59.793Z Downloaded rusqlite v0.29.0
8152023-10-05T16:14:59.804Z Downloaded hashbrown v0.14.0
8162023-10-05T16:14:59.830Z Downloaded ed25519-dalek v2.0.0
8172023-10-05T16:14:59.835Z Downloaded hashbrown v0.12.3
8182023-10-05T16:14:59.843Z Downloaded similar v2.2.1
8192023-10-05T16:14:59.852Z Downloaded time v0.3.27
8202023-10-05T16:14:59.864Z Downloaded flate2 v1.0.27
8212023-10-05T16:14:59.873Z Downloaded toml_edit v0.19.15
8222023-10-05T16:14:59.904Z Downloaded trust-dns-server v0.22.1
8232023-10-05T16:14:59.914Z Downloaded russh v0.38.0
8242023-10-05T16:14:59.922Z Downloaded futures-util v0.3.28
8252023-10-05T16:14:59.945Z Downloaded itertools v0.10.5
8262023-10-05T16:14:59.957Z Downloaded rand v0.7.3
8272023-10-05T16:14:59.966Z Downloaded idna v0.2.3
8282023-10-05T16:14:59.980Z Downloaded hkdf v0.12.3
8292023-10-05T16:14:59.985Z Downloaded serde_with v2.3.3
8302023-10-05T16:14:59.997Z Downloaded nix v0.26.2
8312023-10-05T16:15:00.017Z Downloaded hyper v0.14.27
8322023-10-05T16:15:00.033Z Downloaded syn v2.0.32
8332023-10-05T16:15:00.054Z Downloaded syn v1.0.109
8342023-10-05T16:15:00.074Z Downloaded vcpkg v0.2.15
8352023-10-05T16:15:00.152Z Downloaded bitvec v1.0.1
8362023-10-05T16:15:00.177Z Downloaded smoltcp v0.8.2
8372023-10-05T16:15:00.200Z Downloaded regress v0.7.1
8382023-10-05T16:15:00.216Z Downloaded zerocopy-derive v0.2.0
8392023-10-05T16:15:00.230Z Downloaded webpki-roots v0.25.2
8402023-10-05T16:15:00.239Z Downloaded bstr v1.6.0
8412023-10-05T16:15:00.258Z Downloaded smoltcp v0.9.1
8422023-10-05T16:15:00.276Z Downloaded libc v0.2.148
8432023-10-05T16:15:00.324Z Downloaded regex v1.9.5
8442023-10-05T16:15:00.353Z Downloaded trust-dns-proto v0.22.0
8452023-10-05T16:15:00.373Z Downloaded regex-syntax v0.6.29
8462023-10-05T16:15:00.387Z Downloaded rustix v0.38.9
8472023-10-05T16:15:00.447Z Downloaded rustix v0.37.23
8482023-10-05T16:15:00.463Z Downloaded regex-syntax v0.7.5
8492023-10-05T16:15:00.478Z Downloaded object v0.32.1
8502023-10-05T16:15:00.505Z Downloaded bstr v0.2.17
8512023-10-05T16:15:00.516Z Downloaded sled v0.34.7
8522023-10-05T16:15:00.534Z Downloaded winapi v0.3.9
8532023-10-05T16:15:00.609Z Downloaded zerocopy-derive v0.6.3
8542023-10-05T16:15:00.631Z Downloaded regex-automata v0.3.8
8552023-10-05T16:15:00.666Z Downloaded bzip2-sys v0.1.11+1.0.8
8562023-10-05T16:15:00.688Z Downloaded tokio v1.32.0
8572023-10-05T16:15:00.757Z Downloaded libgit2-sys v0.15.2+1.6.4
8582023-10-05T16:15:00.859Z Downloaded sha3 v0.10.8
8592023-10-05T16:15:00.874Z Downloaded encoding_rs v0.8.33
8602023-10-05T16:15:00.928Z Downloaded rustls v0.21.7
8612023-10-05T16:15:00.944Z Downloaded gimli v0.28.0
8622023-10-05T16:15:00.953Z Downloaded libz-sys v1.1.12
8632023-10-05T16:15:01.073Z Downloaded curve25519-dalek v4.1.0
8642023-10-05T16:15:01.090Z Downloaded openapiv3 v1.0.3
8652023-10-05T16:15:01.113Z Downloaded reqwest v0.11.20
8662023-10-05T16:15:01.125Z Downloaded h2 v0.3.21
8672023-10-05T16:15:01.137Z Downloaded idna v0.4.0
8682023-10-05T16:15:01.149Z Downloaded chrono v0.4.31
8692023-10-05T16:15:01.163Z Downloaded radix_trie v0.2.1
8702023-10-05T16:15:01.175Z Downloaded clap v2.34.0
8712023-10-05T16:15:01.187Z Downloaded winnow v0.5.15
8722023-10-05T16:15:01.201Z Downloaded git2 v0.17.2
8732023-10-05T16:15:01.216Z Downloaded serde v1.0.188
8742023-10-05T16:15:01.222Z Downloaded serde_json v1.0.107
8752023-10-05T16:15:01.234Z Downloaded url v2.4.1
8762023-10-05T16:15:01.240Z Downloaded petgraph v0.6.4
8772023-10-05T16:15:01.264Z Downloaded diesel v2.1.1
8782023-10-05T16:15:01.296Z Downloaded clap_builder v4.4.2
8792023-10-05T16:15:01.307Z Downloaded aho-corasick v1.0.4
8802023-10-05T16:15:01.318Z Downloaded rustls-webpki v0.101.4
8812023-10-05T16:15:01.343Z Downloaded pest v2.7.2
8822023-10-05T16:15:01.351Z Downloaded regex-automata v0.1.10
8832023-10-05T16:15:01.361Z Downloaded itertools v0.11.0
8842023-10-05T16:15:01.378Z Downloaded toml v0.5.11
8852023-10-05T16:15:01.388Z Downloaded tar v0.4.40
8862023-10-05T16:15:01.395Z Downloaded spin v0.9.8
8872023-10-05T16:15:01.401Z Downloaded tracing v0.1.37
8882023-10-05T16:15:01.405Z Downloaded tokio-tungstenite v0.18.0
8892023-10-05T16:15:01.410Z Downloaded indexmap v2.0.0
8902023-10-05T16:15:01.414Z Downloaded rustc-demangle v0.1.23
8912023-10-05T16:15:01.417Z Downloaded toml v0.7.8
8922023-10-05T16:15:01.420Z Downloaded serde_derive v1.0.188
8932023-10-05T16:15:01.425Z Downloaded toml_edit v0.20.0
8942023-10-05T16:15:01.442Z Downloaded openssl v0.10.57
8952023-10-05T16:15:01.471Z Downloaded hyper-staticfile v0.9.5
8962023-10-05T16:15:01.475Z Downloaded futures-core v0.3.28
8972023-10-05T16:15:01.478Z Downloaded hashbrown v0.13.2
8982023-10-05T16:15:01.481Z Downloaded float-cmp v0.9.0
8992023-10-05T16:15:01.484Z Downloaded thiserror-no-std v2.0.2
9002023-10-05T16:15:01.487Z Downloaded zip v0.6.6
9012023-10-05T16:15:01.491Z Downloaded serde_yaml v0.9.25
9022023-10-05T16:15:01.493Z Downloaded dirs-sys v0.4.1
9032023-10-05T16:15:01.496Z Downloaded structopt v0.3.26
9042023-10-05T16:15:01.508Z Downloaded num-bigint v0.4.4
9052023-10-05T16:15:01.522Z Downloaded smallvec v1.11.0
9062023-10-05T16:15:01.525Z Downloaded tinyvec v1.6.0
9072023-10-05T16:15:01.528Z Downloaded glob v0.3.1
9082023-10-05T16:15:01.532Z Downloaded universal-hash v0.5.1
9092023-10-05T16:15:01.537Z Downloaded trust-dns-resolver v0.22.0
9102023-10-05T16:15:01.540Z Downloaded http v0.2.9
9112023-10-05T16:15:01.547Z Downloaded thread_local v1.1.7
9122023-10-05T16:15:01.550Z Downloaded serde_arrays v0.1.0
9132023-10-05T16:15:01.553Z Downloaded headers v0.3.9
9142023-10-05T16:15:01.560Z Downloaded tracing-core v0.1.31
9152023-10-05T16:15:01.565Z Downloaded unicode-segmentation v1.10.1
9162023-10-05T16:15:01.571Z Downloaded keccak v0.1.4
9172023-10-05T16:15:01.585Z Downloaded ucd-trie v0.1.6
9182023-10-05T16:15:01.589Z Downloaded getrandom v0.1.16
9192023-10-05T16:15:01.595Z Downloaded resolv-conf v0.7.0
9202023-10-05T16:15:01.598Z Downloaded smf v0.2.2
9212023-10-05T16:15:01.601Z Downloaded subtle v2.5.0
9222023-10-05T16:15:01.604Z Downloaded semver v1.0.18
9232023-10-05T16:15:01.609Z Downloaded rcgen v0.10.0
9242023-10-05T16:15:01.612Z Downloaded rand_core v0.5.1
9252023-10-05T16:15:01.615Z Downloaded hex v0.4.3
9262023-10-05T16:15:01.619Z Downloaded zone v0.2.0
9272023-10-05T16:15:01.624Z Downloaded libm v0.2.7
9282023-10-05T16:15:01.628Z Downloaded libsqlite3-sys v0.26.0
9292023-10-05T16:15:01.776Z Downloaded io-lifetimes v1.0.11
9302023-10-05T16:15:01.799Z Downloaded crossbeam-channel v0.5.8
9312023-10-05T16:15:01.808Z Downloaded serde_tokenstream v0.2.0
9322023-10-05T16:15:01.821Z Downloaded slog-scope v4.4.0
9332023-10-05T16:15:01.830Z Downloaded tokio-macros v2.1.0
9342023-10-05T16:15:01.836Z Downloaded fallible-streaming-iterator v0.1.9
9352023-10-05T16:15:01.844Z Downloaded ring v0.16.20
9362023-10-05T16:15:01.945Z Downloaded serde_derive_internals v0.26.0
9372023-10-05T16:15:01.966Z Downloaded filetime v0.2.22
9382023-10-05T16:15:01.972Z Downloaded usdt-impl v0.3.5
9392023-10-05T16:15:01.978Z Downloaded ryu v1.0.15
9402023-10-05T16:15:01.982Z Downloaded rand v0.4.6
9412023-10-05T16:15:01.986Z Downloaded slog-envlogger v2.2.0
9422023-10-05T16:15:01.990Z Downloaded dof v0.1.5
9432023-10-05T16:15:01.994Z Downloaded futures-task v0.3.28
9442023-10-05T16:15:01.997Z Downloaded ipnet v2.8.0
9452023-10-05T16:15:02.002Z Downloaded getrandom v0.2.10
9462023-10-05T16:15:02.005Z Downloaded ff v0.13.0
9472023-10-05T16:15:02.009Z Downloaded fastrand v2.0.0
9482023-10-05T16:15:02.013Z Downloaded strsim v0.8.0
9492023-10-05T16:15:02.017Z Downloaded block-padding v0.3.3
9502023-10-05T16:15:02.021Z Downloaded slab v0.4.9
9512023-10-05T16:15:02.026Z Downloaded getopts v0.2.21
9522023-10-05T16:15:02.029Z Downloaded der v0.7.8
9532023-10-05T16:15:02.033Z Downloaded unicode-bidi v0.3.13
9542023-10-05T16:15:02.036Z Downloaded socket2 v0.4.9
9552023-10-05T16:15:02.040Z Downloaded termcolor v1.2.0
9562023-10-05T16:15:02.043Z Downloaded httparse v1.8.0
9572023-10-05T16:15:02.047Z Downloaded uuid v1.4.1
9582023-10-05T16:15:02.050Z Downloaded zerocopy v0.3.0
9592023-10-05T16:15:02.055Z Downloaded serde_path_to_error v0.1.14
9602023-10-05T16:15:02.058Z Downloaded backtrace v0.3.69
9612023-10-05T16:15:02.063Z Downloaded httpdate v1.0.3
9622023-10-05T16:15:02.067Z Downloaded postcard v0.7.3
9632023-10-05T16:15:02.070Z Downloaded sct v0.7.0
9642023-10-05T16:15:02.074Z Downloaded futures-channel v0.3.28
9652023-10-05T16:15:02.077Z Downloaded tungstenite v0.20.1
9662023-10-05T16:15:02.080Z Downloaded slog-json v2.6.1
9672023-10-05T16:15:02.084Z Downloaded siphasher v0.3.11
9682023-10-05T16:15:02.087Z Downloaded jobserver v0.1.26
9692023-10-05T16:15:02.090Z Downloaded socket2 v0.5.3
9702023-10-05T16:15:02.094Z Downloaded env_logger v0.9.3
9712023-10-05T16:15:02.097Z Downloaded usdt v0.3.5
9722023-10-05T16:15:02.101Z Downloaded num-complex v0.4.4
9732023-10-05T16:15:02.104Z Downloaded thiserror-impl-no-std v2.0.2
9742023-10-05T16:15:02.113Z Downloaded dirs-next v2.0.0
9752023-10-05T16:15:02.120Z Downloaded half v1.8.2
9762023-10-05T16:15:02.544Z Downloaded futures-macro v0.3.28
9772023-10-05T16:15:02.547Z Downloaded crossbeam-utils v0.8.16
9782023-10-05T16:15:02.551Z Downloaded base64 v0.21.4
9792023-10-05T16:15:02.554Z Downloaded zeroize v1.6.0
9802023-10-05T16:15:02.558Z Downloaded openssl-sys v0.9.93
9812023-10-05T16:15:02.562Z Downloaded num-traits v0.2.16
9822023-10-05T16:15:02.566Z Downloaded bytes v1.5.0
9832023-10-05T16:15:02.570Z Downloaded arc-swap v1.6.0
9842023-10-05T16:15:02.574Z Downloaded elliptic-curve v0.13.5
9852023-10-05T16:15:02.579Z Downloaded dirs v5.0.1
9862023-10-05T16:15:02.583Z Downloaded hyper-tls v0.5.0
9872023-10-05T16:15:02.587Z Downloaded vergen v8.2.4
9882023-10-05T16:15:02.592Z Downloaded static_assertions v1.1.0
9892023-10-05T16:15:02.597Z Downloaded schemars_derive v0.8.13
9902023-10-05T16:15:02.600Z Downloaded fnv v1.0.7
9912023-10-05T16:15:02.603Z Downloaded parking_lot_core v0.8.6
9922023-10-05T16:15:02.608Z Downloaded home v0.5.5
9932023-10-05T16:15:02.612Z Downloaded hashlink v0.8.3
9942023-10-05T16:15:02.615Z Downloaded tokio-postgres v0.7.10
9952023-10-05T16:15:02.618Z Downloaded term v0.7.0
9962023-10-05T16:15:02.621Z Downloaded parking_lot v0.12.1
9972023-10-05T16:15:02.624Z Downloaded diesel_derives v2.1.1
9982023-10-05T16:15:02.627Z Downloaded ghash v0.5.0
9992023-10-05T16:15:02.631Z Downloaded wyz v0.5.1
10002023-10-05T16:15:02.635Z Downloaded unicase v2.7.0
10012023-10-05T16:15:02.638Z Downloaded spki v0.7.2
10022023-10-05T16:15:02.642Z Downloaded dtrace-parser v0.1.14
10032023-10-05T16:15:02.646Z Downloaded try-lock v0.2.4
10042023-10-05T16:15:02.649Z Downloaded toml_datetime v0.6.3
10052023-10-05T16:15:02.653Z Downloaded inout v0.1.3
10062023-10-05T16:15:02.659Z Downloaded unsafe-libyaml v0.2.9
10072023-10-05T16:15:02.662Z Downloaded foreign-types v0.5.0
10082023-10-05T16:15:02.665Z Downloaded cc v1.0.83
10092023-10-05T16:15:02.668Z Downloaded is-terminal v0.4.9
10102023-10-05T16:15:02.671Z Downloaded hubpack v0.1.2
10112023-10-05T16:15:02.675Z Downloaded heck v0.4.1
10122023-10-05T16:15:02.681Z Downloaded form_urlencoded v1.2.0
10132023-10-05T16:15:02.685Z Downloaded terminal_size v0.2.6
10142023-10-05T16:15:02.688Z Downloaded clap v4.4.3
10152023-10-05T16:15:02.692Z Downloaded rand_chacha v0.3.1
10162023-10-05T16:15:02.696Z Downloaded hex-literal v0.4.1
10172023-10-05T16:15:02.699Z Downloaded toolchain_find v0.2.0
10182023-10-05T16:15:02.703Z Downloaded anyhow v1.0.75
10192023-10-05T16:15:02.706Z Downloaded rustls-native-certs v0.6.3
10202023-10-05T16:15:02.709Z Downloaded ipnetwork v0.20.0
10212023-10-05T16:15:02.712Z Downloaded proc-macro2 v1.0.67
10222023-10-05T16:15:02.715Z Downloaded group v0.13.0
10232023-10-05T16:15:02.718Z Downloaded poly1305 v0.8.0
10242023-10-05T16:15:02.722Z Downloaded pest_derive v2.7.2
10252023-10-05T16:15:02.725Z Downloaded console v0.15.7
10262023-10-05T16:15:02.728Z Downloaded once_cell v1.18.0
10272023-10-05T16:15:02.731Z Downloaded scheduled-thread-pool v0.2.7
10282023-10-05T16:15:02.734Z Downloaded ascii v1.1.0
10292023-10-05T16:15:02.737Z Downloaded pretty-hex v0.2.1
10302023-10-05T16:15:02.743Z Downloaded pest_meta v2.7.2
10312023-10-05T16:15:02.747Z Downloaded derive_more v0.99.17
10322023-10-05T16:15:02.751Z Downloaded either v1.9.0
10332023-10-05T16:15:02.754Z Downloaded postgres-types v0.2.6
10342023-10-05T16:15:02.757Z Downloaded aes v0.8.3
10352023-10-05T16:15:02.762Z Downloaded num_enum v0.5.11
10362023-10-05T16:15:02.766Z Downloaded hash32 v0.2.1
10372023-10-05T16:15:02.769Z Downloaded bzip2 v0.4.4
10382023-10-05T16:15:02.774Z Downloaded platforms v3.0.2
10392023-10-05T16:15:02.777Z Downloaded parking_lot_core v0.9.8
10402023-10-05T16:15:02.780Z Downloaded slog-bunyan v2.4.0
10412023-10-05T16:15:02.783Z Downloaded slog-async v2.8.0
10422023-10-05T16:15:02.787Z Downloaded sha1 v0.10.5
10432023-10-05T16:15:02.790Z Downloaded rustversion v1.0.14
10442023-10-05T16:15:02.795Z Downloaded rustls-pemfile v1.0.3
10452023-10-05T16:15:02.798Z Downloaded humantime v2.1.0
10462023-10-05T16:15:02.801Z Downloaded ansi_term v0.12.1
10472023-10-05T16:15:02.807Z Downloaded untrusted v0.7.1
10482023-10-05T16:15:02.811Z Downloaded quick-error v1.2.3
10492023-10-05T16:15:02.818Z Downloaded pbkdf2 v0.12.2
10502023-10-05T16:15:02.822Z Downloaded parse-display-derive v0.7.0
10512023-10-05T16:15:02.826Z Downloaded aes-gcm v0.10.2
10522023-10-05T16:15:02.832Z Downloaded structmeta v0.1.6
10532023-10-05T16:15:02.837Z Downloaded want v0.3.1
10542023-10-05T16:15:02.842Z Downloaded stable_deref_trait v1.2.0
10552023-10-05T16:15:02.848Z Downloaded postgres-protocol v0.6.6
10562023-10-05T16:15:02.853Z Downloaded cbc v0.1.2
10572023-10-05T16:15:02.859Z Downloaded unicode-width v0.1.10
10582023-10-05T16:15:02.863Z Downloaded textwrap v0.11.0
10592023-10-05T16:15:02.867Z Downloaded memoffset v0.7.1
10602023-10-05T16:15:02.872Z Downloaded deranged v0.3.8
10612023-10-05T16:15:02.876Z Downloaded bit-vec v0.6.3
10622023-10-05T16:15:02.880Z Downloaded quote v1.0.33
10632023-10-05T16:15:02.883Z Downloaded ciborium v0.2.1
10642023-10-05T16:15:02.886Z Downloaded russh-cryptovec v0.7.0
10652023-10-05T16:15:02.890Z Downloaded parking_lot v0.11.2
10662023-10-05T16:15:02.894Z Downloaded lock_api v0.4.10
10672023-10-05T16:15:02.899Z Downloaded cancel-safe-futures v0.1.2
10682023-10-05T16:15:02.902Z Downloaded password-hash v0.5.0
10692023-10-05T16:15:02.905Z Downloaded multer v2.1.0
10702023-10-05T16:15:02.909Z Downloaded tokio-native-tls v0.3.1
10712023-10-05T16:15:02.912Z Downloaded time-macros v0.2.13
10722023-10-05T16:15:02.915Z Downloaded proc-macro-error-attr v1.0.4
10732023-10-05T16:15:02.922Z Downloaded proc-macro-crate v1.3.1
10742023-10-05T16:15:02.924Z Downloaded async-stream v0.3.5
10752023-10-05T16:15:02.929Z Downloaded num-rational v0.4.1
10762023-10-05T16:15:02.932Z Downloaded native-tls v0.2.11
10772023-10-05T16:15:02.939Z Downloaded mime_guess v2.0.4
10782023-10-05T16:15:02.948Z Downloaded num_enum v0.7.0
10792023-10-05T16:15:03.374Z Downloaded const_format_proc_macros v0.2.31
10802023-10-05T16:15:03.380Z Downloaded managed v0.8.0
10812023-10-05T16:15:03.794Z Downloaded foreign-types-shared v0.3.1
10822023-10-05T16:15:03.798Z Downloaded usdt-macro v0.3.5
10832023-10-05T16:15:03.802Z Downloaded unicode-linebreak v0.1.5
10842023-10-05T16:15:03.805Z Downloaded async-trait v0.1.73
10852023-10-05T16:15:03.815Z Downloaded autocfg v1.1.0
10862023-10-05T16:15:03.818Z Downloaded ppv-lite86 v0.2.17
10872023-10-05T16:15:03.822Z Downloaded darling v0.20.3
10882023-10-05T16:15:03.825Z Downloaded num v0.4.1
10892023-10-05T16:15:03.828Z Downloaded bit_field v0.10.2
10902023-10-05T16:15:03.835Z Downloaded num_enum_derive v0.5.11
10912023-10-05T16:15:03.838Z Downloaded log v0.4.20
10922023-10-05T16:15:03.842Z Downloaded cfg-if v0.1.10
10932023-10-05T16:15:03.845Z Downloaded backoff v0.4.0
10942023-10-05T16:15:03.849Z Downloaded pin-project-lite v0.2.13
10952023-10-05T16:15:03.852Z Downloaded async-stream-impl v0.3.5
10962023-10-05T16:15:03.856Z Downloaded option-ext v0.2.0
10972023-10-05T16:15:03.860Z Downloaded pbkdf2 v0.11.0
10982023-10-05T16:15:03.863Z Downloaded new_debug_unreachable v1.0.4
10992023-10-05T16:15:03.866Z Downloaded memoffset v0.9.0
11002023-10-05T16:15:03.871Z Downloaded phf_shared v0.10.0
11012023-10-05T16:15:03.874Z Downloaded anstyle v1.0.2
11022023-10-05T16:15:03.878Z Downloaded difflib v0.4.0
11032023-10-05T16:15:03.882Z Downloaded pkcs8 v0.10.2
11042023-10-05T16:15:03.885Z Downloaded num-integer v0.1.45
11052023-10-05T16:15:03.889Z Downloaded async-recursion v1.0.5
11062023-10-05T16:15:03.894Z Downloaded num_enum_derive v0.7.0
11072023-10-05T16:15:03.897Z Downloaded usdt-attr-macro v0.3.5
11082023-10-05T16:15:03.900Z Downloaded time-core v0.1.1
11092023-10-05T16:15:03.905Z Downloaded take_mut v0.2.2
11102023-10-05T16:15:03.908Z Downloaded pretty-hex v0.3.0
11112023-10-05T16:15:03.913Z Downloaded normalize-line-endings v0.3.0
11122023-10-05T16:15:03.918Z Downloaded crypto-common v0.1.6
11132023-10-05T16:15:03.922Z Downloaded md-5 v0.10.5
11142023-10-05T16:15:03.927Z Downloaded colorchoice v1.0.0
11152023-10-05T16:15:03.933Z Downloaded num-iter v0.1.43
11162023-10-05T16:15:03.937Z Downloaded percent-encoding v2.3.0
11172023-10-05T16:15:03.940Z Downloaded num_cpus v1.16.0
11182023-10-05T16:15:03.944Z Downloaded libefi-sys v0.1.0
11192023-10-05T16:15:03.949Z Downloaded ciborium-io v0.2.1
11202023-10-05T16:15:03.955Z Downloaded bitstruct v0.1.1
11212023-10-05T16:15:03.960Z Downloaded cfg-if v1.0.0
11222023-10-05T16:15:03.964Z Downloaded darling_macro v0.20.3
11232023-10-05T16:15:03.967Z Downloaded convert_case v0.4.0
11242023-10-05T16:15:03.971Z Downloaded match_cfg v0.1.0
11252023-10-05T16:15:03.976Z Downloaded anstyle-query v1.0.0
11262023-10-05T16:15:03.980Z Downloaded crossbeam-epoch v0.9.15
11272023-10-05T16:15:03.983Z Downloaded aead v0.5.2
11282023-10-05T16:15:03.986Z Downloaded base16ct v0.2.0
11292023-10-05T16:15:03.990Z Downloaded paste v1.0.14
11302023-10-05T16:15:03.993Z Downloaded cipher v0.4.4
11312023-10-05T16:15:03.997Z Downloaded bit-set v0.5.3
11322023-10-05T16:15:04.004Z Downloaded bcrypt-pbkdf v0.10.0
11332023-10-05T16:15:04.012Z Downloaded anstyle-parse v0.2.1
11342023-10-05T16:15:04.016Z Downloaded anstream v0.5.0
11352023-10-05T16:15:04.019Z Downloaded ahash v0.8.3
11362023-10-05T16:15:04.022Z Downloaded polyval v0.6.1
11372023-10-05T16:15:04.026Z Downloaded data-encoding v2.4.0
11382023-10-05T16:15:04.029Z Downloaded argon2 v0.5.2
11392023-10-05T16:15:04.032Z Downloaded adler v1.0.2
11402023-10-05T16:15:04.036Z Downloaded md5 v0.7.0
11412023-10-05T16:15:04.040Z Downloaded linked-hash-map v0.5.6
11422023-10-05T16:15:04.045Z Downloaded blowfish v0.9.1
11432023-10-05T16:15:04.050Z Downloaded block-buffer v0.10.4
11442023-10-05T16:15:04.053Z Compiling proc-macro2 v1.0.67
11452023-10-05T16:15:04.058Z Compiling unicode-ident v1.0.12
11462023-10-05T16:15:04.068Z Compiling libc v0.2.148
11472023-10-05T16:15:04.071Z Compiling serde v1.0.188
11482023-10-05T16:15:04.075Z Compiling version_check v0.9.4
11492023-10-05T16:15:04.080Z Compiling autocfg v1.1.0
11502023-10-05T16:15:04.084Z Compiling cfg-if v1.0.0
11512023-10-05T16:15:04.088Z Compiling syn v1.0.109
11522023-10-05T16:15:04.091Z Compiling typenum v1.16.0
11532023-10-05T16:15:04.095Z Compiling once_cell v1.18.0
11542023-10-05T16:15:04.186Z Compiling parking_lot_core v0.9.8
11552023-10-05T16:15:04.267Z Compiling generic-array v0.14.7
11562023-10-05T16:15:04.324Z Compiling lock_api v0.4.10
11572023-10-05T16:15:05.307Z Compiling thiserror v1.0.49
11582023-10-05T16:15:05.310Z Compiling libm v0.2.7
11592023-10-05T16:15:05.316Z Compiling num-traits v0.2.16
11602023-10-05T16:15:05.370Z Compiling itoa v1.0.9
11612023-10-05T16:15:05.566Z Compiling futures-core v0.3.28
11622023-10-05T16:15:05.705Z Compiling ahash v0.8.3
11632023-10-05T16:15:05.789Z Compiling memchr v2.6.3
11642023-10-05T16:15:06.009Z Compiling log v0.4.20
11652023-10-05T16:15:06.355Z Compiling serde_json v1.0.107
11662023-10-05T16:15:06.460Z Compiling slab v0.4.9
11672023-10-05T16:15:06.789Z Compiling quote v1.0.33
11682023-10-05T16:15:06.865Z Compiling futures-channel v0.3.28
11692023-10-05T16:15:06.894Z Compiling futures-task v0.3.28
11702023-10-05T16:15:07.109Z Compiling futures-util v0.3.28
11712023-10-05T16:15:07.345Z Compiling getrandom v0.2.10
11722023-10-05T16:15:07.376Z Compiling syn v2.0.32
11732023-10-05T16:15:07.979Z Compiling jobserver v0.1.26
11742023-10-05T16:15:08.025Z Compiling rand_core v0.6.4
11752023-10-05T16:15:08.139Z Compiling pkg-config v0.3.27
11762023-10-05T16:15:08.774Z Compiling cc v1.0.83
11772023-10-05T16:15:08.868Z Compiling ryu v1.0.15
11782023-10-05T16:15:09.085Z Compiling allocator-api2 v0.2.16
11792023-10-05T16:15:09.138Z Compiling vcpkg v0.2.15
11802023-10-05T16:15:09.936Z Compiling equivalent v1.0.1
11812023-10-05T16:15:10.035Z Compiling schemars v0.8.13
11822023-10-05T16:15:10.367Z Compiling hashbrown v0.14.0
11832023-10-05T16:15:10.518Z Compiling byteorder v1.4.3
11842023-10-05T16:15:10.811Z Compiling httparse v1.8.0
11852023-10-05T16:15:11.414Z Compiling ahash v0.7.6
11862023-10-05T16:15:11.897Z Compiling scopeguard v1.2.0
11872023-10-05T16:15:12.084Z Compiling semver v1.0.18
11882023-10-05T16:15:12.254Z Compiling iana-time-zone v0.1.57
11892023-10-05T16:15:12.822Z Compiling smallvec v1.11.0
11902023-10-05T16:15:13.008Z Compiling fnv v1.0.7
11912023-10-05T16:15:13.125Z Compiling heck v0.4.1
11922023-10-05T16:15:13.225Z Compiling indexmap v1.9.3
11932023-10-05T16:15:13.499Z Compiling time-core v0.1.1
11942023-10-05T16:15:13.590Z Compiling ring v0.16.20
11952023-10-05T16:15:13.654Z Compiling pin-project-lite v0.2.13
11962023-10-05T16:15:13.757Z Compiling dyn-clone v1.0.13
11972023-10-05T16:15:13.760Z Compiling time-macros v0.2.13
11982023-10-05T16:15:13.788Z Compiling openssl-sys v0.9.93
11992023-10-05T16:15:13.846Z Compiling subtle v2.5.0
12002023-10-05T16:15:14.064Z Compiling ucd-trie v0.1.6
12012023-10-05T16:15:14.317Z Compiling winnow v0.5.15
12022023-10-05T16:15:15.005Z Compiling parking_lot v0.12.1
12032023-10-05T16:15:15.085Z Compiling slog v2.7.0
12042023-10-05T16:15:15.841Z Compiling openssl v0.10.57
12052023-10-05T16:15:16.322Z Compiling rustls v0.21.7
12062023-10-05T16:15:16.470Z Compiling tinyvec_macros v0.1.1
12072023-10-05T16:15:16.604Z Compiling tinyvec v1.6.0
12082023-10-05T16:15:16.665Z Compiling ppv-lite86 v0.2.17
12092023-10-05T16:15:17.526Z Compiling socket2 v0.5.3
12102023-10-05T16:15:17.733Z Compiling mio v0.8.8
12112023-10-05T16:15:18.699Z Compiling num_cpus v1.16.0
12122023-10-05T16:15:18.874Z Compiling signal-hook-registry v1.4.1
12132023-10-05T16:15:19.116Z Compiling native-tls v0.2.11
12142023-10-05T16:15:19.305Z Compiling unicode-normalization v0.1.22
12152023-10-05T16:15:19.557Z Compiling unicode-bidi v0.3.13
12162023-10-05T16:15:19.795Z Compiling spin v0.5.2
12172023-10-05T16:15:20.153Z Compiling unicode-xid v0.2.4
12182023-10-05T16:15:20.175Z Compiling rand_chacha v0.3.1
12192023-10-05T16:15:20.328Z Compiling percent-encoding v2.3.0
12202023-10-05T16:15:20.395Z Compiling serde_derive_internals v0.26.0
12212023-10-05T16:15:20.889Z Compiling rand v0.8.5
12222023-10-05T16:15:21.233Z Compiling form_urlencoded v1.2.0
12232023-10-05T16:15:21.658Z Compiling futures-sink v0.3.28
12242023-10-05T16:15:21.739Z Compiling synstructure v0.12.6
12252023-10-05T16:15:21.870Z Compiling backtrace v0.3.69
12262023-10-05T16:15:22.085Z Compiling async-trait v0.1.73
12272023-10-05T16:15:22.141Z Compiling pin-utils v0.1.0
12282023-10-05T16:15:22.275Z Compiling crossbeam-utils v0.8.16
12292023-10-05T16:15:22.824Z Compiling idna v0.4.0
12302023-10-05T16:15:23.773Z Compiling aho-corasick v1.0.4
12312023-10-05T16:15:23.896Z Compiling const-oid v0.9.5
12322023-10-05T16:15:24.271Z Compiling futures-io v0.3.28
12332023-10-05T16:15:24.329Z Compiling regex-syntax v0.7.5
12342023-10-05T16:15:24.506Z Compiling url v2.4.1
12352023-10-05T16:15:24.745Z Compiling hashbrown v0.12.3
12362023-10-05T16:15:25.736Z Compiling anyhow v1.0.75
12372023-10-05T16:15:26.436Z Compiling unicode-width v0.1.10
12382023-10-05T16:15:26.680Z Compiling num_threads v0.1.6
12392023-10-05T16:15:26.858Z Compiling deranged v0.3.8
12402023-10-05T16:15:27.156Z Compiling usdt-impl v0.3.5
12412023-10-05T16:15:27.205Z Compiling thread-id v4.2.0
12422023-10-05T16:15:27.342Z Compiling tracing-core v0.1.31
12432023-10-05T16:15:27.798Z Compiling hashbrown v0.13.2
12442023-10-05T16:15:28.521Z Compiling cpufeatures v0.2.9
12452023-10-05T16:15:28.679Z Compiling adler v1.0.2
12462023-10-05T16:15:29.030Z Compiling miniz_oxide v0.7.1
12472023-10-05T16:15:29.766Z Compiling lazy_static v1.4.0
12482023-10-05T16:15:30.219Z Compiling time v0.3.27
12492023-10-05T16:15:31.140Z Compiling regex-automata v0.3.8
12502023-10-05T16:15:31.838Z Compiling bitflags v1.3.2
12512023-10-05T16:15:31.883Z Compiling rustix v0.38.9
12522023-10-05T16:15:32.717Z Compiling gimli v0.28.0
12532023-10-05T16:15:32.742Z Compiling serde_derive v1.0.188
12542023-10-05T16:15:32.785Z Compiling zeroize_derive v1.4.2
12552023-10-05T16:15:34.547Z Compiling thiserror-impl v1.0.49
12562023-10-05T16:15:35.081Z Compiling tokio-macros v2.1.0
12572023-10-05T16:15:35.216Z Compiling futures-macro v0.3.28
12582023-10-05T16:15:36.664Z Compiling tracing-attributes v0.1.26
12592023-10-05T16:15:37.581Z Compiling schemars_derive v0.8.13
12602023-10-05T16:15:38.519Z Compiling zeroize v1.6.0
12612023-10-05T16:15:39.553Z Compiling pest v2.7.2
12622023-10-05T16:15:39.936Z Compiling openssl-macros v0.1.1
12632023-10-05T16:15:41.057Z Compiling zerocopy-derive v0.2.0
12642023-10-05T16:15:41.515Z Compiling crypto-common v0.1.6
12652023-10-05T16:15:41.585Z Compiling block-buffer v0.10.4
12662023-10-05T16:15:41.947Z Compiling digest v0.10.7
12672023-10-05T16:15:42.614Z Compiling regex v1.9.5
12682023-10-05T16:15:42.639Z Compiling tracing v0.1.37
12692023-10-05T16:15:43.981Z Compiling pest_meta v2.7.2
12702023-10-05T16:15:44.147Z Compiling zerocopy v0.3.0
12712023-10-05T16:15:44.652Z Compiling addr2line v0.21.0
12722023-10-05T16:15:45.502Z Compiling dof v0.1.5
12732023-10-05T16:15:45.886Z Compiling object v0.32.1
12742023-10-05T16:15:46.976Z Compiling pest_generator v2.7.2
12752023-10-05T16:15:47.112Z Compiling siphasher v0.3.11
12762023-10-05T16:15:47.799Z Compiling rustc-demangle v0.1.23
12772023-10-05T16:15:49.521Z Compiling base64 v0.21.4
12782023-10-05T16:15:50.124Z Compiling untrusted v0.7.1
12792023-10-05T16:15:50.217Z Compiling socket2 v0.4.9
12802023-10-05T16:15:51.559Z Compiling pest_derive v2.7.2
12812023-10-05T16:15:51.578Z Compiling phf_shared v0.11.2
12822023-10-05T16:15:51.675Z Compiling try-lock v0.2.4
12832023-10-05T16:15:51.890Z Compiling httpdate v1.0.3
12842023-10-05T16:15:52.171Z Compiling want v0.3.1
12852023-10-05T16:15:52.556Z Compiling openssl-probe v0.1.5
12862023-10-05T16:15:52.633Z Compiling strsim v0.10.0
12872023-10-05T16:15:52.636Z Compiling foreign-types-shared v0.1.1
12882023-10-05T16:15:52.714Z Compiling dtrace-parser v0.1.14
12892023-10-05T16:15:52.809Z Compiling tower-service v0.3.2
12902023-10-05T16:15:53.021Z Compiling mime v0.3.17
12912023-10-05T16:15:53.310Z Compiling foreign-types v0.3.2
12922023-10-05T16:15:54.061Z Compiling sct v0.7.0
12932023-10-05T16:15:54.064Z Compiling rustls-webpki v0.101.4
12942023-10-05T16:15:54.521Z Compiling ipnet v2.8.0
12952023-10-05T16:15:56.672Z Compiling bytes v1.5.0
12962023-10-05T16:15:57.024Z Compiling indexmap v2.0.0
12972023-10-05T16:15:57.116Z Compiling chrono v0.4.31
12982023-10-05T16:15:57.412Z Compiling uuid v1.4.1
12992023-10-05T16:15:58.586Z Compiling toml_datetime v0.6.3
13002023-10-05T16:15:58.903Z Compiling serde_spanned v0.6.3
13012023-10-05T16:15:59.064Z Compiling http v0.2.9
13022023-10-05T16:15:59.196Z Compiling toml_edit v0.19.15
13032023-10-05T16:15:59.285Z Compiling tokio v1.32.0
13042023-10-05T16:16:00.933Z Compiling openapiv3 v1.0.3
13052023-10-05T16:16:03.446Z Compiling bitflags v2.4.0
13062023-10-05T16:16:04.110Z Compiling serde_tokenstream v0.1.7
13072023-10-05T16:16:04.173Z Compiling rustc_version v0.4.0
13082023-10-05T16:16:05.800Z Compiling usdt-attr-macro v0.3.5
13092023-10-05T16:16:06.913Z Compiling usdt-macro v0.3.5
13102023-10-05T16:16:07.060Z Compiling http-body v0.4.5
13112023-10-05T16:16:07.720Z Compiling serde_tokenstream v0.2.0
13122023-10-05T16:16:08.608Z Compiling rustls-pemfile v1.0.3
13132023-10-05T16:16:08.911Z Compiling regress v0.7.1
13142023-10-05T16:16:09.224Z Compiling encoding_rs v0.8.33
13152023-10-05T16:16:09.634Z Compiling rustls-native-certs v0.6.3
13162023-10-05T16:16:09.812Z Compiling serde_urlencoded v0.7.1
13172023-10-05T16:16:10.679Z Compiling webpki-roots v0.25.2
13182023-10-05T16:16:10.929Z Compiling errno v0.3.2
13192023-10-05T16:16:11.227Z Compiling getopts v0.2.21
13202023-10-05T16:16:11.768Z Compiling unsafe-libyaml v0.2.9
13212023-10-05T16:16:12.535Z Compiling futures-executor v0.3.28
13222023-10-05T16:16:13.071Z Compiling tokio-util v0.7.8
13232023-10-05T16:16:13.254Z Compiling tokio-rustls v0.24.1
13242023-10-05T16:16:14.985Z Compiling h2 v0.3.21
13252023-10-05T16:16:15.062Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13262023-10-05T16:16:15.545Z Compiling serde_yaml v0.9.25
13272023-10-05T16:16:17.640Z Compiling hmac v0.12.1
13282023-10-05T16:16:17.997Z Compiling num-integer v0.1.45
13292023-10-05T16:16:18.611Z Compiling rustversion v1.0.14
13302023-10-05T16:16:19.435Z Compiling tokio-native-tls v0.3.1
13312023-10-05T16:16:19.608Z Compiling usdt v0.3.5
13322023-10-05T16:16:19.852Z Compiling hex v0.4.3
13332023-10-05T16:16:20.039Z Compiling sha2 v0.10.7
13342023-10-05T16:16:20.925Z Compiling block-padding v0.3.3
13352023-10-05T16:16:21.499Z Compiling inout v0.1.3
13362023-10-05T16:16:21.990Z Compiling cipher v0.4.4
13372023-10-05T16:16:22.366Z Compiling toml v0.7.8
13382023-10-05T16:16:25.235Z Compiling crc32fast v1.3.2
13392023-10-05T16:16:25.320Z Compiling fallible-iterator v0.2.0
13402023-10-05T16:16:25.912Z Compiling futures v0.3.28
13412023-10-05T16:16:25.951Z Compiling ipnetwork v0.20.0
13422023-10-05T16:16:26.283Z Compiling spin v0.9.8
13432023-10-05T16:16:26.509Z Compiling either v1.9.0
13442023-10-05T16:16:26.882Z Compiling hyper v0.14.27
13452023-10-05T16:16:26.903Z Compiling md-5 v0.10.5
13462023-10-05T16:16:27.059Z Compiling stringprep v0.1.3
13472023-10-05T16:16:27.279Z Compiling io-lifetimes v1.0.11
13482023-10-05T16:16:27.846Z Compiling postgres-protocol v0.6.6
13492023-10-05T16:16:28.513Z Compiling enum-as-inner v0.5.1
13502023-10-05T16:16:28.874Z Compiling slog-async v2.8.0
13512023-10-05T16:16:30.156Z Compiling postgres-types v0.2.6
13522023-10-05T16:16:30.200Z Compiling phf v0.11.2
13532023-10-05T16:16:30.394Z Compiling console v0.15.7
13542023-10-05T16:16:30.611Z Compiling num-bigint v0.4.4
13552023-10-05T16:16:30.676Z Compiling data-encoding v2.4.0
13562023-10-05T16:16:31.400Z Compiling rustix v0.37.23
13572023-10-05T16:16:32.344Z Compiling whoami v1.4.1
13582023-10-05T16:16:32.755Z Compiling tokio-postgres v0.7.10
13592023-10-05T16:16:33.957Z Compiling zerocopy-derive v0.6.3
13602023-10-05T16:16:35.439Z Compiling static_assertions v1.1.0
13612023-10-05T16:16:36.157Z Compiling ident_case v1.0.1
13622023-10-05T16:16:37.181Z Compiling darling_core v0.20.3
13632023-10-05T16:16:37.909Z Compiling camino v1.1.6
13642023-10-05T16:16:38.902Z Compiling hyper-tls v0.5.0
13652023-10-05T16:16:39.086Z Compiling hyper-rustls v0.24.1
13662023-10-05T16:16:39.543Z Compiling flate2 v1.0.27
13672023-10-05T16:16:40.327Z Compiling reqwest v0.11.20
13682023-10-05T16:16:41.176Z Compiling strum_macros v0.25.2
13692023-10-05T16:16:41.930Z Compiling heapless v0.7.16
13702023-10-05T16:16:42.521Z Compiling bzip2-sys v0.1.11+1.0.8
13712023-10-05T16:16:43.194Z Compiling memoffset v0.9.0
13722023-10-05T16:16:43.611Z Compiling unicode-segmentation v1.10.1
13732023-10-05T16:16:44.616Z Compiling radium v0.7.0
13742023-10-05T16:16:45.246Z Compiling managed v0.8.0
13752023-10-05T16:16:45.253Z Compiling matches v0.1.10
13762023-10-05T16:16:45.414Z Compiling idna v0.2.3
13772023-10-05T16:16:46.484Z Compiling darling_macro v0.20.3
13782023-10-05T16:16:46.854Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13792023-10-05T16:16:48.063Z Compiling darling v0.20.3
13802023-10-05T16:16:48.219Z Compiling multer v2.1.0
13812023-10-05T16:16:48.319Z Compiling serde_with_macros v2.3.3
13822023-10-05T16:16:49.153Z Compiling trust-dns-proto v0.22.0
13832023-10-05T16:16:49.445Z Compiling async-stream-impl v0.3.5
13842023-10-05T16:16:50.608Z Compiling num-iter v0.1.43
13852023-10-05T16:16:51.027Z Compiling crossbeam-epoch v0.9.15
13862023-10-05T16:16:51.360Z Compiling smoltcp v0.9.1
13872023-10-05T16:16:51.495Z Compiling utf8parse v0.2.1
13882023-10-05T16:16:51.635Z Compiling paste v1.0.14
13892023-10-05T16:16:52.075Z Compiling anstyle v1.0.2
13902023-10-05T16:16:52.277Z Compiling bit-vec v0.6.3
13912023-10-05T16:16:52.281Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13922023-10-05T16:16:52.824Z Compiling anstyle-parse v0.2.1
13932023-10-05T16:16:54.484Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13942023-10-05T16:16:54.688Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13952023-10-05T16:16:54.763Z Compiling zerocopy v0.6.3
13962023-10-05T16:16:56.143Z Compiling signature v2.1.0
13972023-10-05T16:16:56.472Z Compiling hubpack_derive v0.1.1
13982023-10-05T16:16:57.275Z Compiling clap_derive v4.4.2
13992023-10-05T16:16:57.418Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14002023-10-05T16:16:57.789Z Compiling anstyle-query v1.0.0
14012023-10-05T16:16:57.839Z Compiling colorchoice v1.0.0
14022023-10-05T16:16:58.122Z Compiling anstream v0.5.0
14032023-10-05T16:16:58.156Z Compiling terminal_size v0.2.6
14042023-10-05T16:16:59.324Z Compiling yasna v0.5.2
14052023-10-05T16:16:59.347Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
14062023-10-05T16:17:00.852Z Compiling structmeta-derive v0.1.6
14072023-10-05T16:17:01.601Z Compiling diesel_table_macro_syntax v0.1.0
14082023-10-05T16:17:02.206Z Compiling hash32 v0.2.1
14092023-10-05T16:17:02.559Z Compiling tap v1.0.1
14102023-10-05T16:17:02.661Z Compiling clap_lex v0.5.1
14112023-10-05T16:17:02.847Z Compiling stable_deref_trait v1.2.0
14122023-10-05T16:17:03.480Z Compiling clap_builder v4.4.2
14132023-10-05T16:17:03.534Z Compiling wyz v0.5.1
14142023-10-05T16:17:04.215Z Compiling diesel_derives v2.1.1
14152023-10-05T16:17:04.404Z Compiling itertools v0.10.5
14162023-10-05T16:17:05.040Z Compiling tokio-stream v0.1.14
14172023-10-05T16:17:05.094Z Compiling serde_repr v0.1.16
14182023-10-05T16:17:05.354Z Compiling structmeta v0.1.6
14192023-10-05T16:17:05.382Z Compiling scheduled-thread-pool v0.2.7
14202023-10-05T16:17:06.007Z Compiling regex-syntax v0.6.29
14212023-10-05T16:17:06.372Z Compiling regex-automata v0.1.10
14222023-10-05T16:17:06.640Z Compiling funty v2.0.0
14232023-10-05T16:17:06.832Z Compiling r2d2 v0.8.10
14242023-10-05T16:17:07.165Z Compiling bstr v0.2.17
14252023-10-05T16:17:08.335Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14262023-10-05T16:17:09.305Z Compiling bitvec v1.0.1
14272023-10-05T16:17:10.130Z Compiling clap v4.4.3
14282023-10-05T16:17:10.771Z Compiling hubpack v0.1.2
14292023-10-05T16:17:11.391Z Compiling phf_shared v0.10.0
14302023-10-05T16:17:11.540Z Compiling float-cmp v0.9.0
14312023-10-05T16:17:11.907Z Compiling unicode-linebreak v0.1.5
14322023-10-05T16:17:11.929Z Compiling new_debug_unreachable v1.0.4
14332023-10-05T16:17:12.023Z Compiling fixedbitset v0.4.2
14342023-10-05T16:17:12.067Z Compiling precomputed-hash v0.1.1
14352023-10-05T16:17:12.233Z Compiling normalize-line-endings v0.3.0
14362023-10-05T16:17:12.412Z Compiling smawk v0.3.1
14372023-10-05T16:17:12.727Z Compiling difflib v0.4.0
14382023-10-05T16:17:12.781Z Compiling predicates-core v1.0.6
14392023-10-05T16:17:12.805Z Compiling textwrap v0.16.0
14402023-10-05T16:17:13.428Z Compiling predicates v3.0.3
14412023-10-05T16:17:15.055Z Compiling petgraph v0.6.4
14422023-10-05T16:17:15.617Z Compiling parse-display-derive v0.7.0
14432023-10-05T16:17:15.648Z Compiling string_cache v0.8.7
14442023-10-05T16:17:16.340Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
14452023-10-05T16:17:16.435Z Compiling similar v2.2.1
14462023-10-05T16:17:17.068Z Compiling bit-set v0.5.3
14472023-10-05T16:17:17.698Z Compiling bstr v1.6.0
14482023-10-05T16:17:20.875Z Compiling lalrpop-util v0.19.12
14492023-10-05T16:17:28.393Z Compiling diesel v2.1.1
14502023-10-05T16:17:41.402Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14512023-10-05T16:17:42.056Z Compiling proc-macro-crate v1.3.1
14522023-10-05T16:17:46.892Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14532023-10-05T16:18:12.133Z Compiling atty v0.2.14
14542023-10-05T16:18:14.418Z Compiling sha1 v0.10.5
14552023-10-05T16:18:14.845Z Compiling match_cfg v0.1.0
14562023-10-05T16:18:14.986Z Compiling hostname v0.3.1
14572023-10-05T16:18:16.602Z Compiling dirs-sys-next v0.1.2
14582023-10-05T16:18:17.238Z Compiling dirs-next v2.0.0
14592023-10-05T16:18:18.426Z Compiling thread_local v1.1.7
14602023-10-05T16:18:20.254Z Compiling term v0.7.0
14612023-10-05T16:18:20.340Z Compiling crossbeam-channel v0.5.8
14622023-10-05T16:18:21.375Z Compiling take_mut v0.2.2
14632023-10-05T16:18:22.636Z Compiling slog-term v2.9.0
14642023-10-05T16:18:23.978Z Compiling slog-json v2.6.1
14652023-10-05T16:18:24.590Z Compiling instant v0.1.12
14662023-10-05T16:18:24.832Z Compiling slog-bunyan v2.4.0
14672023-10-05T16:18:26.284Z Compiling strum v0.25.0
14682023-10-05T16:18:26.611Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
14692023-10-05T16:18:26.971Z Compiling atomic-waker v1.1.1
14702023-10-05T16:18:27.268Z Compiling waitgroup v0.1.2
14712023-10-05T16:18:27.448Z Compiling num_enum_derive v0.5.11
14722023-10-05T16:18:27.612Z Compiling serde_with v2.3.3
14732023-10-05T16:18:28.271Z Compiling async-stream v0.3.5
14742023-10-05T16:18:29.078Z Compiling serde_path_to_error v0.1.14
14752023-10-05T16:18:29.797Z Compiling libz-sys v1.1.12
14762023-10-05T16:18:30.226Z Compiling debug-ignore v1.0.5
14772023-10-05T16:18:32.567Z Compiling slog-dtrace v0.2.3
14782023-10-05T16:18:32.997Z Compiling proc-macro-error-attr v1.0.4
14792023-10-05T16:18:33.794Z Compiling fastrand v2.0.0
14802023-10-05T16:18:34.711Z Compiling tempfile v3.8.0
14812023-10-05T16:18:38.039Z Compiling backoff v0.4.0
14822023-10-05T16:18:38.064Z Compiling parse-display v0.7.0
14832023-10-05T16:18:39.721Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14842023-10-05T16:18:39.727Z Compiling macaddr v1.0.1
14852023-10-05T16:18:40.138Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14862023-10-05T16:18:40.142Z Compiling libgit2-sys v0.15.2+1.6.4
14872023-10-05T16:18:40.242Z Compiling proc-macro-error v1.0.4
14882023-10-05T16:18:40.674Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14892023-10-05T16:18:42.328Z Compiling libsqlite3-sys v0.26.0
14902023-10-05T16:18:42.357Z Compiling memoffset v0.7.1
14912023-10-05T16:18:43.078Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14922023-10-05T16:18:45.202Z Compiling vergen v8.2.4
14932023-10-05T16:18:45.513Z Compiling foreign-types-macros v0.2.3
14942023-10-05T16:18:45.913Z Compiling base64ct v1.6.0
14952023-10-05T16:18:49.077Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14962023-10-05T16:18:49.133Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14972023-10-05T16:18:53.235Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
14982023-10-05T16:18:54.573Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14992023-10-05T16:18:55.890Z Compiling platforms v3.0.2
15002023-10-05T16:18:56.047Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15012023-10-05T16:18:56.066Z Compiling num_enum_derive v0.7.0
15022023-10-05T16:18:56.398Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15032023-10-05T16:18:56.491Z Compiling cfg-if v0.1.10
15042023-10-05T16:18:56.637Z Compiling password-hash v0.5.0
15052023-10-05T16:18:57.262Z Compiling curve25519-dalek v4.1.0
15062023-10-05T16:18:57.813Z Compiling heck v0.3.3
15072023-10-05T16:18:58.096Z Compiling blake2 v0.10.6
15082023-10-05T16:18:58.148Z Compiling libefi-sys v0.1.0
15092023-10-05T16:18:58.516Z Compiling structopt-derive v0.4.18
15102023-10-05T16:18:58.766Z Compiling zone_cfg_derive v0.2.0
15112023-10-05T16:18:58.872Z Compiling argon2 v0.5.2
15122023-10-05T16:19:00.062Z Compiling curve25519-dalek-derive v0.1.0
15132023-10-05T16:19:00.307Z Compiling same-file v1.0.6
15142023-10-05T16:19:00.381Z Compiling toml v0.5.11
15152023-10-05T16:19:00.649Z Compiling walkdir v2.4.0
15162023-10-05T16:19:01.325Z Compiling semver-parser v0.10.2
15172023-10-05T16:19:01.761Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15182023-10-05T16:19:02.337Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15192023-10-05T16:19:02.360Z Compiling erased-serde v0.3.30
15202023-10-05T16:19:02.778Z Compiling getrandom v0.1.16
15212023-10-05T16:19:03.180Z Compiling semver v0.11.0
15222023-10-05T16:19:03.512Z Compiling universal-hash v0.5.1
15232023-10-05T16:19:03.536Z Compiling bitstruct_derive v0.1.0
15242023-10-05T16:19:03.819Z Compiling async-recursion v1.0.5
15252023-10-05T16:19:04.361Z Compiling xattr v1.0.1
15262023-10-05T16:19:04.571Z Compiling filetime v0.2.22
15272023-10-05T16:19:04.786Z Compiling opaque-debug v0.3.0
15282023-10-05T16:19:04.790Z Compiling home v0.5.5
15292023-10-05T16:19:04.937Z Compiling tar v0.4.40
15302023-10-05T16:19:05.064Z Compiling toolchain_find v0.2.0
15312023-10-05T16:19:05.378Z Compiling num-rational v0.4.1
15322023-10-05T16:19:05.499Z Compiling unicase v2.7.0
15332023-10-05T16:19:05.744Z Compiling parking_lot_core v0.8.6
15342023-10-05T16:19:05.879Z Compiling rustfmt-wrapper v0.2.0
15352023-10-05T16:19:06.201Z Compiling num_enum v0.5.11
15362023-10-05T16:19:06.343Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
15372023-10-05T16:19:06.377Z Compiling omicron-zone-package v0.8.3
15382023-10-05T16:19:06.439Z Compiling aead v0.5.2
15392023-10-05T16:19:06.553Z Compiling postcard-cobs v0.1.5-pre
15402023-10-05T16:19:06.913Z Compiling winapi v0.3.9
15412023-10-05T16:19:07.015Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
15422023-10-05T16:19:07.061Z Compiling postcard v0.7.3
15432023-10-05T16:19:07.724Z Compiling polyval v0.6.1
15442023-10-05T16:19:07.775Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15452023-10-05T16:19:08.650Z Compiling smoltcp v0.8.2
15462023-10-05T16:19:08.773Z Compiling aes v0.8.3
15472023-10-05T16:19:08.855Z Compiling ctr v0.9.2
15482023-10-05T16:19:09.159Z Compiling thiserror-impl-no-std v2.0.2
15492023-10-05T16:19:09.582Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15502023-10-05T16:19:09.813Z Compiling foreign-types-shared v0.3.1
15512023-10-05T16:19:09.985Z Compiling foreign-types v0.5.0
15522023-10-05T16:19:10.659Z Compiling mime_guess v2.0.4
15532023-10-05T16:19:13.291Z Compiling is-terminal v0.4.9
15542023-10-05T16:19:13.542Z Compiling toml_edit v0.20.0
15552023-10-05T16:19:13.877Z Compiling hashlink v0.8.3
15562023-10-05T16:19:14.987Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15572023-10-05T16:19:15.552Z Compiling cstr-argument v0.1.2
15582023-10-05T16:19:15.954Z Compiling rand v0.4.6
15592023-10-05T16:19:18.626Z Compiling fallible-streaming-iterator v0.1.9
15602023-10-05T16:19:18.690Z Compiling pretty-hex v0.2.1
15612023-10-05T16:19:18.990Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15622023-10-05T16:19:19.122Z Compiling rusqlite v0.29.0
15632023-10-05T16:19:19.735Z Compiling toml v0.8.0
15642023-10-05T16:19:21.999Z Compiling twox-hash v1.6.3
15652023-10-05T16:19:22.662Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15662023-10-05T16:19:22.877Z Compiling colored v2.0.4
15672023-10-05T16:19:23.205Z Compiling nix v0.26.2
15682023-10-05T16:19:23.662Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15692023-10-05T16:19:25.373Z Compiling hkdf v0.12.3
15702023-10-05T16:19:25.860Z Compiling textwrap v0.11.0
15712023-10-05T16:19:26.134Z Compiling const_format_proc_macros v0.2.31
15722023-10-05T16:19:27.752Z Compiling vec_map v0.8.2
15732023-10-05T16:19:28.279Z Compiling linked-hash-map v0.5.6
15742023-10-05T16:19:29.263Z Compiling strsim v0.8.0
15752023-10-05T16:19:29.448Z Compiling quick-error v1.2.3
15762023-10-05T16:19:29.572Z Compiling base64 v0.13.1
15772023-10-05T16:19:29.729Z Compiling ansi_term v0.12.1
15782023-10-05T16:19:30.260Z Compiling clap v2.34.0
15792023-10-05T16:19:30.358Z Compiling resolv-conf v0.7.0
15802023-10-05T16:19:30.616Z Compiling lru-cache v0.1.2
15812023-10-05T16:19:33.152Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15822023-10-05T16:19:33.192Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15832023-10-05T16:19:35.222Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15842023-10-05T16:19:36.677Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
15852023-10-05T16:19:36.767Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
15862023-10-05T16:19:39.765Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15872023-10-05T16:19:42.160Z Compiling num_enum v0.7.0
15882023-10-05T16:19:42.778Z Compiling bincode v1.3.3
15892023-10-05T16:19:42.974Z Compiling keccak v0.1.4
15902023-10-05T16:19:44.469Z Compiling termcolor v1.2.0
15912023-10-05T16:19:44.535Z Compiling convert_case v0.4.0
15922023-10-05T16:19:45.851Z Compiling humantime v2.1.0
15932023-10-05T16:19:46.007Z Compiling utf-8 v0.7.6
15942023-10-05T16:19:46.500Z Compiling cancel-safe-futures v0.1.2
15952023-10-05T16:19:47.005Z Compiling env_logger v0.9.3
15962023-10-05T16:19:47.040Z Compiling derive_more v0.99.17
15972023-10-05T16:19:48.488Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15982023-10-05T16:19:49.329Z Compiling sha3 v0.10.8
15992023-10-05T16:19:56.458Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16002023-10-05T16:19:56.599Z Compiling structopt v0.3.26
16012023-10-05T16:19:56.842Z Compiling trust-dns-resolver v0.22.0
16022023-10-05T16:19:59.691Z Compiling aes-gcm-siv v0.11.1
16032023-10-05T16:20:00.113Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16042023-10-05T16:20:01.082Z Compiling zone v0.2.0
16052023-10-05T16:20:01.447Z Compiling itertools v0.11.0
16062023-10-05T16:20:02.235Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16072023-10-05T16:20:03.428Z Compiling smf v0.2.2
16082023-10-05T16:20:03.581Z Compiling secrecy v0.8.0
16092023-10-05T16:20:04.022Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16102023-10-05T16:20:04.241Z Compiling ascii v1.1.0
16112023-10-05T16:20:05.888Z Compiling ringbuffer v0.15.0
16122023-10-05T16:20:06.229Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16132023-10-05T16:20:06.655Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16142023-10-05T16:20:06.797Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16152023-10-05T16:20:08.249Z Compiling bitstruct v0.1.1
16162023-10-05T16:20:09.013Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16172023-10-05T16:20:10.424Z Compiling serde_arrays v0.1.0
16182023-10-05T16:20:10.666Z Compiling ff v0.13.0
16192023-10-05T16:20:10.913Z Compiling nibble_vec v0.1.0
16202023-10-05T16:20:11.213Z Compiling endian-type v0.1.2
16212023-10-05T16:20:11.241Z Compiling arc-swap v1.6.0
16222023-10-05T16:20:11.574Z Compiling radix_trie v0.2.1
16232023-10-05T16:20:12.110Z Compiling slog-scope v4.4.0
16242023-10-05T16:20:12.370Z Compiling group v0.13.0
16252023-10-05T16:20:12.725Z Compiling rand_core v0.5.1
16262023-10-05T16:20:12.983Z Compiling tungstenite v0.20.1
16272023-10-05T16:20:13.741Z Compiling poly1305 v0.8.0
16282023-10-05T16:20:14.485Z Compiling chacha20 v0.9.1
16292023-10-05T16:20:15.270Z Compiling crypto-bigint v0.5.2
16302023-10-05T16:20:15.297Z Compiling num-complex v0.4.4
16312023-10-05T16:20:15.384Z Compiling option-ext v0.2.0
16322023-10-05T16:20:15.582Z Compiling half v1.8.2
16332023-10-05T16:20:16.578Z Compiling base16ct v0.2.0
16342023-10-05T16:20:16.668Z Compiling ciborium-io v0.2.1
16352023-10-05T16:20:16.778Z Compiling dirs-sys v0.4.1
16362023-10-05T16:20:16.850Z Compiling ciborium-ll v0.2.1
16372023-10-05T16:20:17.032Z Compiling num v0.4.1
16382023-10-05T16:20:17.118Z Compiling tokio-tungstenite v0.20.1
16392023-10-05T16:20:17.193Z Compiling parking_lot v0.11.2
16402023-10-05T16:20:17.531Z Compiling rand_chacha v0.2.2
16412023-10-05T16:20:17.560Z Compiling slog-stdlog v4.1.1
16422023-10-05T16:20:17.796Z Compiling trust-dns-client v0.22.0
16432023-10-05T16:20:18.003Z Compiling thiserror-no-std v2.0.2
16442023-10-05T16:20:18.882Z Compiling elliptic-curve v0.13.5
16452023-10-05T16:20:19.165Z Compiling password-hash v0.4.2
16462023-10-05T16:20:19.350Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16472023-10-05T16:20:19.747Z Compiling ed25519 v2.2.2
16482023-10-05T16:20:19.989Z Compiling blowfish v0.9.1
16492023-10-05T16:20:20.442Z Compiling pbkdf2 v0.12.2
16502023-10-05T16:20:20.695Z Compiling fxhash v0.2.1
16512023-10-05T16:20:21.233Z Compiling sled v0.34.7
16522023-10-05T16:20:21.236Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16532023-10-05T16:20:21.747Z Compiling bcrypt-pbkdf v0.10.0
16542023-10-05T16:20:21.793Z Compiling trust-dns-server v0.22.1
16552023-10-05T16:20:22.275Z Compiling ed25519-dalek v2.0.0
16562023-10-05T16:20:22.464Z Compiling pbkdf2 v0.11.0
16572023-10-05T16:20:22.575Z Compiling vsss-rs v3.3.1
16582023-10-05T16:20:23.194Z Compiling russh-cryptovec v0.7.0
16592023-10-05T16:20:23.929Z Compiling rand v0.7.3
16602023-10-05T16:20:24.118Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16612023-10-05T16:20:24.547Z Compiling slog-envlogger v2.2.0
16622023-10-05T16:20:26.619Z Compiling ciborium v0.2.1
16632023-10-05T16:20:27.307Z Compiling dirs v5.0.1
16642023-10-05T16:20:27.625Z Compiling chacha20poly1305 v0.10.1
16652023-10-05T16:20:27.920Z Compiling tungstenite v0.18.0
16662023-10-05T16:20:27.945Z Compiling ron v0.7.1
16672023-10-05T16:20:29.218Z Compiling pem v1.1.1
16682023-10-05T16:20:29.264Z Compiling const_format v0.2.31
16692023-10-05T16:20:30.471Z Compiling ghash v0.5.0
16702023-10-05T16:20:32.127Z Compiling cbc v0.1.2
16712023-10-05T16:20:32.230Z Compiling headers-core v0.2.0
16722023-10-05T16:20:32.356Z Compiling http-range v0.1.5
16732023-10-05T16:20:32.481Z Compiling bit_field v0.10.2
16742023-10-05T16:20:32.484Z Compiling pretty-hex v0.3.0
16752023-10-05T16:20:32.810Z Compiling md5 v0.7.0
16762023-10-05T16:20:32.936Z Compiling hyper-staticfile v0.9.5
16772023-10-05T16:20:32.973Z Compiling headers v0.3.9
16782023-10-05T16:20:33.413Z Compiling russh-keys v0.38.0
16792023-10-05T16:20:38.401Z Compiling aes-gcm v0.10.2
16802023-10-05T16:20:38.883Z Compiling tokio-tungstenite v0.18.0
16812023-10-05T16:20:38.909Z Compiling rcgen v0.10.0
16822023-10-05T16:20:45.640Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
16832023-10-05T16:20:45.809Z Compiling camino-tempfile v1.0.2
16842023-10-05T16:20:46.496Z Compiling subprocess v0.2.9
16852023-10-05T16:20:46.550Z Compiling glob v0.3.1
16862023-10-05T16:20:46.891Z Compiling hex-literal v0.4.1
16872023-10-05T16:20:48.012Z Compiling russh v0.38.0
16882023-10-05T16:20:55.198Z Compiling bzip2 v0.4.4
16892023-10-05T16:20:55.830Z Compiling zip v0.6.6
16902023-10-05T16:20:58.261Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16912023-10-05T16:20:58.831Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16922023-10-05T16:20:58.881Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16932023-10-05T16:20:59.239Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16942023-10-05T16:20:59.242Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16952023-10-05T16:20:59.244Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
16962023-10-05T16:20:59.782Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16972023-10-05T16:21:00.055Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16982023-10-05T16:21:00.124Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
16992023-10-05T16:21:01.854Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17002023-10-05T16:21:10.927Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client)
17012023-10-05T16:21:17.265Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
17022023-10-05T16:21:22.086Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17032023-10-05T16:21:23.766Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17042023-10-05T16:21:37.513Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17052023-10-05T16:21:37.758Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17062023-10-05T16:21:40.088Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
17072023-10-05T16:21:45.292Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17082023-10-05T16:21:49.901Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
17092023-10-05T16:21:50.779Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17102023-10-05T16:22:02.389Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17112023-10-05T16:22:30.055Z Compiling git2 v0.17.2
17122023-10-05T16:22:36.832Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17132023-10-05T16:22:38.814Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17142023-10-05T16:22:50.920Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17152023-10-05T16:23:07.077Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17162023-10-05T16:23:07.380Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17172023-10-05T16:23:07.926Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17182023-10-05T16:23:10.464Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17192023-10-05T16:23:47.749Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17202023-10-05T16:25:20.053Z Finished dev [unoptimized + debuginfo] target(s) in 10m 50s
17212023-10-05T16:25:20.394Z
17222023-10-05T16:25:20.397Zreal 10:50.516697500
17232023-10-05T16:25:20.400Zuser 59:12.974790457
17242023-10-05T16:25:20.403Zsys 9:45.544446325
17252023-10-05T16:25:20.406Ztrap 2.519450598
17262023-10-05T16:25:20.409Ztflt 4.677786291
17272023-10-05T16:25:20.412Zdflt 7.958789562
17282023-10-05T16:25:20.415Zkflt 0.022401211
17292023-10-05T16:25:20.418Zlock 1:53:04.883589624
17302023-10-05T16:25:20.421Zslp 3:07:41.828707919
17312023-10-05T16:25:20.424Zlat 2:30.058929470
17322023-10-05T16:25:20.426Zstop 5:34.245740598
17332023-10-05T16:25:20.429Z+ mkdir -p /work/end-to-end-tests
17342023-10-05T16:25:20.433Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17352023-10-05T16:25:21.076Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17362023-10-05T16:25:21.080Z+ ptime -m gzip
17372023-10-05T16:25:21.082Z++ basename target/debug/bootstrap
17382023-10-05T16:25:38.001Z
17392023-10-05T16:25:38.004Zreal 16.916366343
17402023-10-05T16:25:38.007Zuser 16.715587310
17412023-10-05T16:25:38.010Zsys 0.180684883
17422023-10-05T16:25:38.013Ztrap 0.006673342
17432023-10-05T16:25:38.016Ztflt 0.000000000
17442023-10-05T16:25:38.019Zdflt 0.000000000
17452023-10-05T16:25:38.022Zkflt 0.000000000
17462023-10-05T16:25:38.025Zlock 0.000000000
17472023-10-05T16:25:38.027Zslp 0.000060550
17482023-10-05T16:25:38.031Zlat 0.013009626
17492023-10-05T16:25:38.034Zstop 0.000226410
17502023-10-05T16:25:38.036Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17512023-10-05T16:25:38.044Z+ ptime -m gzip
17522023-10-05T16:25:38.047Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ac529dfcb46b38db
17532023-10-05T16:25:39.114Z
17542023-10-05T16:25:39.117Zreal 1.103430685
17552023-10-05T16:25:39.121Zuser 1.090486846
17562023-10-05T16:25:39.124Zsys 0.011589322
17572023-10-05T16:25:39.129Ztrap 0.000217821
17582023-10-05T16:25:39.133Ztflt 0.000000000
17592023-10-05T16:25:39.139Zdflt 0.000000000
17602023-10-05T16:25:39.141Zkflt 0.000000000
17612023-10-05T16:25:39.169Zlock 0.000000000
17622023-10-05T16:25:39.176Zslp 0.000000000
17632023-10-05T16:25:39.181Zlat 0.000358808
17642023-10-05T16:25:39.185Zstop 0.000654604
17652023-10-05T16:25:39.188Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17662023-10-05T16:25:39.191Z+ ptime -m gzip
17672023-10-05T16:25:39.194Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-945f15bf4d3e823e
17682023-10-05T16:25:58.131Z
17692023-10-05T16:25:58.134Zreal 19.008652460
17702023-10-05T16:25:58.137Zuser 18.810842298
17712023-10-05T16:25:58.140Zsys 0.191754984
17722023-10-05T16:25:58.143Ztrap 0.003675315
17732023-10-05T16:25:58.147Ztflt 0.000000000
17742023-10-05T16:25:58.150Zdflt 0.000000000
17752023-10-05T16:25:58.152Zkflt 0.000000000
17762023-10-05T16:25:58.155Zlock 0.000000000
17772023-10-05T16:25:58.159Zslp 0.000000000
17782023-10-05T16:25:58.161Zlat 0.002012436
17792023-10-05T16:25:58.164Zstop 0.000227934
17802023-10-05T16:25:58.167Z+ banner caboose-util
17812023-10-05T16:25:58.170Z
17822023-10-05T16:25:58.173Z #### ## ##### #### #### #### ###### # # #####
17832023-10-05T16:25:58.175Z # # # # # # # # # # # # # # #
17842023-10-05T16:25:58.178Z # # # ##### # # # # #### ##### ##### # # #
17852023-10-05T16:25:58.181Z # ###### # # # # # # # # # # #
17862023-10-05T16:25:58.184Z # # # # # # # # # # # # # # # #
17872023-10-05T16:25:58.186Z #### # # ##### #### #### #### ###### #### #
17882023-10-05T16:25:58.189Z
17892023-10-05T16:25:58.192Z+ ptime -m cargo build --locked -p caboose-util --release
17902023-10-05T16:25:58.866Z Downloading crates ...
17912023-10-05T16:25:59.236Z Downloaded pem-rfc7468 v0.7.0
17922023-10-05T16:25:59.240Z Downloaded der_derive v0.7.2
17932023-10-05T16:25:59.243Z Downloaded env_logger v0.10.0
17942023-10-05T16:25:59.248Z Downloaded crc v3.0.1
17952023-10-05T16:25:59.251Z Downloaded smallvec v0.6.14
17962023-10-05T16:25:59.254Z Downloaded crc-catalog v2.2.0
17972023-10-05T16:25:59.257Z Downloaded path-slash v0.1.5
17982023-10-05T16:25:59.262Z Downloaded array-init v0.0.4
17992023-10-05T16:25:59.265Z Downloaded rsa v0.9.2
18002023-10-05T16:25:59.269Z Downloaded packed_struct v0.10.1
18012023-10-05T16:25:59.272Z Downloaded ron v0.8.1
18022023-10-05T16:25:59.278Z Downloaded bitfield v0.14.0
18032023-10-05T16:25:59.281Z Downloaded crc-any v2.4.3
18042023-10-05T16:25:59.284Z Downloaded x509-cert v0.2.4
18052023-10-05T16:25:59.294Z Downloaded num-bigint-dig v0.8.4
18062023-10-05T16:25:59.302Z Downloaded object v0.30.4
18072023-10-05T16:25:59.318Z Downloaded pkcs1 v0.7.5
18082023-10-05T16:25:59.323Z Downloaded nodrop v0.1.14
18092023-10-05T16:25:59.326Z Downloaded maybe-uninit v2.0.0
18102023-10-05T16:25:59.330Z Downloaded serde-hex v0.1.0
18112023-10-05T16:25:59.333Z Downloaded packed_struct_codegen v0.10.1
18122023-10-05T16:25:59.337Z Downloaded flagset v0.4.3
18132023-10-05T16:25:59.493Z Compiling proc-macro2 v1.0.67
18142023-10-05T16:25:59.496Z Compiling unicode-ident v1.0.12
18152023-10-05T16:25:59.506Z Compiling libc v0.2.148
18162023-10-05T16:25:59.509Z Compiling serde v1.0.188
18172023-10-05T16:25:59.512Z Compiling autocfg v1.1.0
18182023-10-05T16:25:59.515Z Compiling version_check v0.9.4
18192023-10-05T16:25:59.518Z Compiling cfg-if v1.0.0
18202023-10-05T16:25:59.644Z Compiling once_cell v1.18.0
18212023-10-05T16:25:59.648Z Compiling syn v1.0.109
18222023-10-05T16:25:59.791Z Compiling parking_lot_core v0.9.8
18232023-10-05T16:26:00.310Z Compiling typenum v1.16.0
18242023-10-05T16:26:00.326Z Compiling libm v0.2.7
18252023-10-05T16:26:00.345Z Compiling futures-core v0.3.28
18262023-10-05T16:26:00.558Z Compiling generic-array v0.14.7
18272023-10-05T16:26:00.705Z Compiling lock_api v0.4.10
18282023-10-05T16:26:00.751Z Compiling num-traits v0.2.16
18292023-10-05T16:26:00.951Z Compiling pkg-config v0.3.27
18302023-10-05T16:26:01.105Z Compiling slab v0.4.9
18312023-10-05T16:26:01.144Z Compiling serde_json v1.0.107
18322023-10-05T16:26:01.490Z Compiling futures-channel v0.3.28
18332023-10-05T16:26:01.514Z Compiling futures-task v0.3.28
18342023-10-05T16:26:01.583Z Compiling quote v1.0.33
18352023-10-05T16:26:01.811Z Compiling scopeguard v1.2.0
18362023-10-05T16:26:01.945Z Compiling thiserror v1.0.49
18372023-10-05T16:26:02.003Z Compiling memchr v2.6.3
18382023-10-05T16:26:02.151Z Compiling syn v2.0.32
18392023-10-05T16:26:02.596Z Compiling jobserver v0.1.26
18402023-10-05T16:26:02.749Z Compiling getrandom v0.2.10
18412023-10-05T16:26:03.133Z Compiling cc v1.0.83
18422023-10-05T16:26:03.414Z Compiling futures-util v0.3.28
18432023-10-05T16:26:03.509Z Compiling itoa v1.0.9
18442023-10-05T16:26:04.277Z Compiling ahash v0.8.3
18452023-10-05T16:26:04.529Z Compiling ahash v0.7.6
18462023-10-05T16:26:04.591Z Compiling smallvec v1.11.0
18472023-10-05T16:26:04.783Z Compiling vcpkg v0.2.15
18482023-10-05T16:26:04.996Z Compiling log v0.4.20
18492023-10-05T16:26:05.997Z Compiling byteorder v1.4.3
18502023-10-05T16:26:06.073Z Compiling rand_core v0.6.4
18512023-10-05T16:26:06.847Z Compiling pin-project-lite v0.2.13
18522023-10-05T16:26:07.192Z Compiling parking_lot v0.12.1
18532023-10-05T16:26:07.584Z Compiling indexmap v1.9.3
18542023-10-05T16:26:07.902Z Compiling openssl-sys v0.9.93
18552023-10-05T16:26:08.039Z Compiling ring v0.16.20
18562023-10-05T16:26:09.946Z Compiling io-lifetimes v1.0.11
18572023-10-05T16:26:10.842Z Compiling num-integer v0.1.45
18582023-10-05T16:26:11.236Z Compiling spin v0.5.2
18592023-10-05T16:26:11.246Z Compiling semver v1.0.18
18602023-10-05T16:26:11.628Z Compiling ryu v1.0.15
18612023-10-05T16:26:11.865Z Compiling const-oid v0.9.5
18622023-10-05T16:26:12.782Z Compiling rustix v0.37.23
18632023-10-05T16:26:13.677Z Compiling mio v0.8.8
18642023-10-05T16:26:14.189Z Compiling num_cpus v1.16.0
18652023-10-05T16:26:14.203Z Compiling signal-hook-registry v1.4.1
18662023-10-05T16:26:14.353Z Compiling socket2 v0.5.3
18672023-10-05T16:26:15.355Z Compiling ucd-trie v0.1.6
18682023-10-05T16:26:15.480Z Compiling futures-sink v0.3.28
18692023-10-05T16:26:15.534Z Compiling openssl v0.10.57
18702023-10-05T16:26:15.545Z Compiling unicode-xid v0.2.4
18712023-10-05T16:26:15.705Z Compiling httparse v1.8.0
18722023-10-05T16:26:16.101Z Compiling synstructure v0.12.6
18732023-10-05T16:26:16.107Z Compiling tinyvec_macros v0.1.1
18742023-10-05T16:26:16.233Z Compiling tinyvec v1.6.0
18752023-10-05T16:26:17.572Z Compiling pin-utils v0.1.0
18762023-10-05T16:26:17.705Z Compiling crc32fast v1.3.2
18772023-10-05T16:26:18.613Z Compiling radium v0.7.0
18782023-10-05T16:26:18.730Z Compiling futures-io v0.3.28
18792023-10-05T16:26:19.085Z Compiling ppv-lite86 v0.2.17
18802023-10-05T16:26:19.141Z Compiling rustls v0.21.7
18812023-10-05T16:26:19.216Z Compiling native-tls v0.2.11
18822023-10-05T16:26:19.507Z Compiling unicode-normalization v0.1.22
18832023-10-05T16:26:19.521Z Compiling bzip2-sys v0.1.11+1.0.8
18842023-10-05T16:26:19.846Z Compiling tracing-core v0.1.31
18852023-10-05T16:26:19.900Z Compiling unicode-bidi v0.3.13
18862023-10-05T16:26:20.049Z Compiling heck v0.4.1
18872023-10-05T16:26:20.444Z Compiling rand_chacha v0.3.1
18882023-10-05T16:26:20.835Z Compiling subtle v2.5.0
18892023-10-05T16:26:21.175Z Compiling rand v0.8.5
18902023-10-05T16:26:22.920Z Compiling errno v0.3.2
18912023-10-05T16:26:22.925Z Compiling num-iter v0.1.43
18922023-10-05T16:26:23.228Z Compiling usdt-impl v0.3.5
18932023-10-05T16:26:23.307Z Compiling base64 v0.21.4
18942023-10-05T16:26:23.379Z Compiling rustix v0.38.9
18952023-10-05T16:26:23.700Z Compiling schemars v0.8.13
18962023-10-05T16:26:25.070Z Compiling serde_derive v1.0.188
18972023-10-05T16:26:25.313Z Compiling zeroize_derive v1.4.2
18982023-10-05T16:26:25.325Z Compiling tokio-macros v2.1.0
18992023-10-05T16:26:25.719Z Compiling thiserror-impl v1.0.49
19002023-10-05T16:26:25.782Z Compiling futures-macro v0.3.28
19012023-10-05T16:26:26.926Z Compiling tracing-attributes v0.1.26
19022023-10-05T16:26:26.962Z Compiling zerocopy-derive v0.2.0
19032023-10-05T16:26:27.309Z Compiling openssl-macros v0.1.1
19042023-10-05T16:26:27.553Z Compiling zeroize v1.6.0
19052023-10-05T16:26:28.405Z Compiling zerocopy-derive v0.6.3
19062023-10-05T16:26:30.628Z Compiling pest v2.7.2
19072023-10-05T16:26:30.668Z Compiling crypto-common v0.1.6
19082023-10-05T16:26:30.962Z Compiling block-buffer v0.10.4
19092023-10-05T16:26:31.370Z Compiling digest v0.10.7
19102023-10-05T16:26:32.496Z Compiling tracing v0.1.37
19112023-10-05T16:26:32.887Z Compiling serde_derive_internals v0.26.0
19122023-10-05T16:26:33.840Z Compiling bitflags v1.3.2
19132023-10-05T16:26:33.984Z Compiling fnv v1.0.7
19142023-10-05T16:26:34.183Z Compiling untrusted v0.7.1
19152023-10-05T16:26:35.509Z Compiling pest_meta v2.7.2
19162023-10-05T16:26:38.186Z Compiling pest_generator v2.7.2
19172023-10-05T16:26:39.347Z Compiling schemars_derive v0.8.13
19182023-10-05T16:26:41.731Z Compiling hashbrown v0.12.3
19192023-10-05T16:26:42.787Z Compiling pest_derive v2.7.2
19202023-10-05T16:26:43.825Z Compiling zerocopy v0.3.0
19212023-10-05T16:26:43.912Z Compiling lazy_static v1.4.0
19222023-10-05T16:26:44.192Z Compiling backtrace v0.3.69
19232023-10-05T16:26:44.282Z Compiling memoffset v0.9.0
19242023-10-05T16:26:44.379Z Compiling num-bigint v0.4.4
19252023-10-05T16:26:44.395Z Compiling async-trait v0.1.73
19262023-10-05T16:26:44.704Z Compiling allocator-api2 v0.2.16
19272023-10-05T16:26:44.771Z Compiling base64ct v1.6.0
19282023-10-05T16:26:45.025Z Compiling openssl-probe v0.1.5
19292023-10-05T16:26:45.028Z Compiling iana-time-zone v0.1.57
19302023-10-05T16:26:45.083Z Compiling foreign-types-shared v0.1.1
19312023-10-05T16:26:45.384Z Compiling smoltcp v0.9.1
19322023-10-05T16:26:45.482Z Compiling percent-encoding v2.3.0
19332023-10-05T16:26:45.598Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19342023-10-05T16:26:46.002Z Compiling crossbeam-utils v0.8.16
19352023-10-05T16:26:46.016Z Compiling hashbrown v0.14.0
19362023-10-05T16:26:46.019Z Compiling pem-rfc7468 v0.7.0
19372023-10-05T16:26:46.306Z Compiling foreign-types v0.3.2
19382023-10-05T16:26:46.528Z Compiling dof v0.1.5
19392023-10-05T16:26:46.950Z Compiling dtrace-parser v0.1.14
19402023-10-05T16:26:47.099Z Compiling clap_derive v4.4.2
19412023-10-05T16:26:47.904Z Compiling der_derive v0.7.2
19422023-10-05T16:26:48.712Z Compiling bytes v1.5.0
19432023-10-05T16:26:50.278Z Compiling tokio v1.32.0
19442023-10-05T16:26:50.360Z Compiling bitflags v2.4.0
19452023-10-05T16:26:50.715Z Compiling rustc_version v0.4.0
19462023-10-05T16:26:51.731Z Compiling heapless v0.7.16
19472023-10-05T16:26:52.296Z Compiling http v0.2.9
19482023-10-05T16:26:52.487Z Compiling uuid v1.4.1
19492023-10-05T16:26:53.391Z Compiling chrono v0.4.31
19502023-10-05T16:26:55.079Z Compiling thread-id v4.2.0
19512023-10-05T16:26:55.302Z Compiling utf8parse v0.2.1
19522023-10-05T16:26:55.385Z Compiling flagset v0.4.3
19532023-10-05T16:26:55.492Z Compiling anstyle v1.0.2
19542023-10-05T16:26:55.505Z Compiling cpufeatures v0.2.9
19552023-10-05T16:26:55.638Z Compiling equivalent v1.0.1
19562023-10-05T16:26:55.729Z Compiling try-lock v0.2.4
19572023-10-05T16:26:55.793Z Compiling time-core v0.1.1
19582023-10-05T16:26:55.943Z Compiling adler v1.0.2
19592023-10-05T16:26:56.263Z Compiling siphasher v0.3.11
19602023-10-05T16:26:56.891Z Compiling miniz_oxide v0.7.1
19612023-10-05T16:26:59.203Z Compiling time-macros v0.2.13
19622023-10-05T16:26:59.683Z Compiling want v0.3.1
19632023-10-05T16:26:59.989Z Compiling indexmap v2.0.0
19642023-10-05T16:27:00.111Z Compiling der v0.7.8
19652023-10-05T16:27:01.717Z Compiling sha2 v0.10.7
19662023-10-05T16:27:02.082Z Compiling anstyle-parse v0.2.1
19672023-10-05T16:27:04.351Z Compiling tokio-util v0.7.8
19682023-10-05T16:27:06.652Z Compiling h2 v0.3.21
19692023-10-05T16:27:08.085Z Compiling http-body v0.4.5
19702023-10-05T16:27:09.673Z Compiling serde_tokenstream v0.1.7
19712023-10-05T16:27:10.745Z Compiling form_urlencoded v1.2.0
19722023-10-05T16:27:11.218Z Compiling sct v0.7.0
19732023-10-05T16:27:11.257Z Compiling rustls-webpki v0.101.4
19742023-10-05T16:27:11.658Z Compiling hubpack_derive v0.1.1
19752023-10-05T16:27:13.360Z Compiling aho-corasick v1.0.4
19762023-10-05T16:27:13.425Z Compiling socket2 v0.4.9
19772023-10-05T16:27:14.109Z Compiling crossbeam-epoch v0.9.15
19782023-10-05T16:27:14.465Z Compiling colorchoice v1.0.0
19792023-10-05T16:27:14.755Z Compiling regex-syntax v0.7.5
19802023-10-05T16:27:15.176Z Compiling anstyle-query v1.0.0
19812023-10-05T16:27:15.380Z Compiling tower-service v0.3.2
19822023-10-05T16:27:15.427Z Compiling anyhow v1.0.75
19832023-10-05T16:27:15.728Z Compiling tap v1.0.1
19842023-10-05T16:27:16.156Z Compiling httpdate v1.0.3
19852023-10-05T16:27:16.886Z Compiling slog v2.7.0
19862023-10-05T16:27:18.850Z Compiling hyper v0.14.27
19872023-10-05T16:27:19.778Z Compiling wyz v0.5.1
19882023-10-05T16:27:20.529Z Compiling anstream v0.5.0
19892023-10-05T16:27:22.284Z Compiling regex-automata v0.3.8
19902023-10-05T16:27:26.026Z Compiling terminal_size v0.2.6
19912023-10-05T16:27:26.342Z Compiling spki v0.7.2
19922023-10-05T16:27:27.231Z Compiling rustls-pemfile v1.0.3
19932023-10-05T16:27:27.765Z Compiling hmac v0.12.1
19942023-10-05T16:27:28.126Z Compiling md-5 v0.10.5
19952023-10-05T16:27:28.487Z Compiling zerocopy v0.6.3
19962023-10-05T16:27:29.504Z Compiling stringprep v0.1.3
19972023-10-05T16:27:30.002Z Compiling idna v0.4.0
19982023-10-05T16:27:31.997Z Compiling diesel_table_macro_syntax v0.1.0
19992023-10-05T16:27:32.435Z Compiling hash32 v0.2.1
20002023-10-05T16:27:32.599Z Compiling spin v0.9.8
20012023-10-05T16:27:33.105Z Compiling stable_deref_trait v1.2.0
20022023-10-05T16:27:33.231Z Compiling maybe-uninit v2.0.0
20032023-10-05T16:27:33.244Z Compiling dyn-clone v1.0.13
20042023-10-05T16:27:33.528Z Compiling strsim v0.10.0
20052023-10-05T16:27:35.064Z Compiling clap_lex v0.5.1
20062023-10-05T16:27:35.110Z Compiling gimli v0.28.0
20072023-10-05T16:27:36.121Z Compiling funty v2.0.0
20082023-10-05T16:27:36.240Z Compiling fallible-iterator v0.2.0
20092023-10-05T16:27:37.482Z Compiling postgres-protocol v0.6.6
20102023-10-05T16:27:37.732Z Compiling clap_builder v4.4.2
20112023-10-05T16:27:38.136Z Compiling bitvec v1.0.1
20122023-10-05T16:27:38.529Z Compiling diesel_derives v2.1.1
20132023-10-05T16:27:41.123Z Compiling tokio-rustls v0.24.1
20142023-10-05T16:27:41.410Z Compiling url v2.4.1
20152023-10-05T16:27:43.539Z Compiling addr2line v0.21.0
20162023-10-05T16:27:43.877Z Compiling rustls-native-certs v0.6.3
20172023-10-05T16:27:44.492Z Compiling tokio-native-tls v0.3.1
20182023-10-05T16:27:44.891Z Compiling usdt-macro v0.3.5
20192023-10-05T16:27:45.471Z Compiling usdt-attr-macro v0.3.5
20202023-10-05T16:27:47.743Z Compiling phf_shared v0.11.2
20212023-10-05T16:27:48.372Z Compiling toml_datetime v0.6.3
20222023-10-05T16:27:48.376Z Compiling serde_spanned v0.6.3
20232023-10-05T16:27:49.302Z Compiling block-padding v0.3.3
20242023-10-05T16:27:49.399Z Compiling enum-as-inner v0.5.1
20252023-10-05T16:27:49.669Z Compiling serde_repr v0.1.16
20262023-10-05T16:27:50.892Z Compiling scheduled-thread-pool v0.2.7
20272023-10-05T16:27:51.291Z Compiling object v0.32.1
20282023-10-05T16:27:56.425Z Compiling regex-automata v0.1.10
20292023-10-05T16:27:58.284Z Compiling packed_struct v0.10.1
20302023-10-05T16:27:58.862Z Compiling deranged v0.3.8
20312023-10-05T16:28:02.161Z Compiling winnow v0.5.15
20322023-10-05T16:28:03.158Z Compiling either v1.9.0
20332023-10-05T16:28:03.697Z Compiling num-bigint-dig v0.8.4
20342023-10-05T16:28:04.092Z Compiling rustc-demangle v0.1.23
20352023-10-05T16:28:05.353Z Compiling matches v0.1.10
20362023-10-05T16:28:05.487Z Compiling ipnet v2.8.0
20372023-10-05T16:28:06.917Z Compiling bit-vec v0.6.3
20382023-10-05T16:28:07.294Z Compiling managed v0.8.0
20392023-10-05T16:28:07.598Z Compiling num_threads v0.1.6
20402023-10-05T16:28:07.775Z Compiling unicode-width v0.1.10
20412023-10-05T16:28:08.071Z Compiling time v0.3.27
20422023-10-05T16:28:08.699Z Compiling toml_edit v0.19.15
20432023-10-05T16:28:11.730Z Compiling idna v0.2.3
20442023-10-05T16:28:14.314Z Compiling itertools v0.10.5
20452023-10-05T16:28:20.872Z Compiling bstr v0.2.17
20462023-10-05T16:28:23.754Z Compiling r2d2 v0.8.10
20472023-10-05T16:28:24.950Z Compiling inout v0.1.3
20482023-10-05T16:28:26.043Z Compiling phf v0.11.2
20492023-10-05T16:28:26.362Z Compiling hyper-tls v0.5.0
20502023-10-05T16:28:26.521Z Compiling clap v4.4.3
20512023-10-05T16:28:26.687Z Compiling hyper-rustls v0.24.1
20522023-10-05T16:28:26.895Z Compiling flate2 v1.0.27
20532023-10-05T16:28:27.123Z Compiling ipnetwork v0.20.0
20542023-10-05T16:28:27.761Z Compiling postgres-types v0.2.6
20552023-10-05T16:28:28.464Z Compiling regex v1.9.5
20562023-10-05T16:28:28.557Z Compiling pkcs8 v0.10.2
20572023-10-05T16:28:30.398Z Compiling hubpack v0.1.2
20582023-10-05T16:28:30.768Z Compiling serde_urlencoded v0.7.1
20592023-10-05T16:28:31.100Z Compiling phf_shared v0.10.0
20602023-10-05T16:28:31.663Z Compiling futures-executor v0.3.28
20612023-10-05T16:28:32.552Z Compiling signature v2.1.0
20622023-10-05T16:28:33.128Z Compiling packed_struct_codegen v0.10.1
20632023-10-05T16:28:34.733Z Compiling float-cmp v0.9.0
20642023-10-05T16:28:35.855Z Compiling encoding_rs v0.8.33
20652023-10-05T16:28:37.459Z Compiling nodrop v0.1.14
20662023-10-05T16:28:37.534Z Compiling fixedbitset v0.4.2
20672023-10-05T16:28:38.057Z Compiling crc-catalog v2.2.0
20682023-10-05T16:28:38.223Z Compiling smawk v0.3.1
20692023-10-05T16:28:38.278Z Compiling mime v0.3.17
20702023-10-05T16:28:38.538Z Compiling new_debug_unreachable v1.0.4
20712023-10-05T16:28:38.670Z Compiling whoami v1.4.1
20722023-10-05T16:28:38.968Z Compiling unicode-linebreak v0.1.5
20732023-10-05T16:28:39.173Z Compiling predicates-core v1.0.6
20742023-10-05T16:28:39.547Z Compiling difflib v0.4.0
20752023-10-05T16:28:40.129Z Compiling webpki-roots v0.25.2
20762023-10-05T16:28:40.386Z Compiling data-encoding v2.4.0
20772023-10-05T16:28:41.754Z Compiling normalize-line-endings v0.3.0
20782023-10-05T16:28:41.922Z Compiling precomputed-hash v0.1.1
20792023-10-05T16:28:42.248Z Compiling static_assertions v1.1.0
20802023-10-05T16:28:42.387Z Compiling unicode-segmentation v1.10.1
20812023-10-05T16:28:43.428Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20822023-10-05T16:28:43.452Z Compiling string_cache v0.8.7
20832023-10-05T16:28:43.839Z Compiling similar v2.2.1
20842023-10-05T16:28:44.111Z Compiling predicates v3.0.3
20852023-10-05T16:28:46.959Z Compiling trust-dns-proto v0.22.0
20862023-10-05T16:28:47.323Z Compiling reqwest v0.11.20
20872023-10-05T16:28:54.462Z Compiling textwrap v0.16.0
20882023-10-05T16:28:56.291Z Compiling tokio-postgres v0.7.10
20892023-10-05T16:29:00.041Z Compiling crc v3.0.1
20902023-10-05T16:29:01.221Z Compiling petgraph v0.6.4
20912023-10-05T16:29:01.488Z Compiling array-init v0.0.4
20922023-10-05T16:29:12.325Z Compiling futures v0.3.28
20932023-10-05T16:29:14.030Z Compiling yasna v0.5.2
20942023-10-05T16:29:14.590Z Compiling pkcs1 v0.7.5
20952023-10-05T16:29:14.728Z Compiling smallvec v0.6.14
20962023-10-05T16:29:15.061Z Compiling diesel v2.1.1
20972023-10-05T16:29:15.461Z Compiling cipher v0.4.4
20982023-10-05T16:29:21.016Z Compiling toml v0.7.8
20992023-10-05T16:29:21.729Z Compiling console v0.15.7
21002023-10-05T16:29:23.574Z Compiling bit-set v0.5.3
21012023-10-05T16:29:23.881Z Compiling usdt v0.3.5
21022023-10-05T16:29:24.012Z Compiling is-terminal v0.4.9
21032023-10-05T16:29:25.047Z Compiling bstr v1.6.0
21042023-10-05T16:29:25.184Z Compiling tokio-stream v0.1.14
21052023-10-05T16:29:25.717Z Compiling openapiv3 v1.0.3
21062023-10-05T16:29:26.573Z Compiling hex v0.4.3
21072023-10-05T16:29:27.888Z Compiling hashbrown v0.13.2
21082023-10-05T16:29:30.744Z Compiling bitfield v0.14.0
21092023-10-05T16:29:32.758Z Compiling termcolor v1.2.0
21102023-10-05T16:29:34.994Z Compiling lalrpop-util v0.19.12
21112023-10-05T16:29:39.338Z Compiling env_logger v0.10.0
21122023-10-05T16:29:43.544Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21132023-10-05T16:29:50.999Z Compiling rsa v0.9.2
21142023-10-05T16:30:00.305Z Compiling serde-hex v0.1.0
21152023-10-05T16:30:01.294Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21162023-10-05T16:30:08.914Z Compiling x509-cert v0.2.4
21172023-10-05T16:30:10.049Z Compiling ron v0.8.1
21182023-10-05T16:30:24.090Z Compiling crc-any v2.4.3
21192023-10-05T16:30:25.725Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21202023-10-05T16:30:45.269Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21212023-10-05T16:30:57.843Z Compiling object v0.30.4
21222023-10-05T16:31:07.612Z Compiling path-slash v0.1.5
21232023-10-05T16:31:11.387Z Compiling bzip2 v0.4.4
21242023-10-05T16:31:11.970Z Compiling zip v0.6.6
21252023-10-05T16:31:14.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21262023-10-05T16:31:31.590Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
21272023-10-05T16:31:57.294Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21282023-10-05T16:31:58.394Z Finished release [optimized] target(s) in 6m 00s
21292023-10-05T16:31:58.483Z
21302023-10-05T16:31:58.486Zreal 6:00.332333631
21312023-10-05T16:31:58.489Zuser 41:10.148323815
21322023-10-05T16:31:58.494Zsys 3:43.905519099
21332023-10-05T16:31:58.498Ztrap 1.791372610
21342023-10-05T16:31:58.502Ztflt 1.195377207
21352023-10-05T16:31:58.505Zdflt 0.758132467
21362023-10-05T16:31:58.509Zkflt 0.005013641
21372023-10-05T16:31:58.513Zlock 1:35:16.291534626
21382023-10-05T16:31:58.516Zslp 2:23:12.339313769
21392023-10-05T16:31:58.520Zlat 1:41.489884080
21402023-10-05T16:31:58.524Zstop 1:21.801380791
21412023-10-05T16:31:58.528Z+ ptime -m gzip
21422023-10-05T16:31:59.145Z
21432023-10-05T16:31:59.149Zreal 0.656168404
21442023-10-05T16:31:59.153Zuser 0.648571854
21452023-10-05T16:31:59.158Zsys 0.006967730
21462023-10-05T16:31:59.162Ztrap 0.000072075
21472023-10-05T16:31:59.165Ztflt 0.000000000
21482023-10-05T16:31:59.169Zdflt 0.000000000
21492023-10-05T16:31:59.173Zkflt 0.000000000
21502023-10-05T16:31:59.177Zlock 0.000000000
21512023-10-05T16:31:59.182Zslp 0.000000000
21522023-10-05T16:31:59.186Zlat 0.000216078
21532023-10-05T16:31:59.190Zstop 0.000227920
21542023-10-05T16:31:59.194Z+ banner tufaceous
21552023-10-05T16:31:59.198Z
21562023-10-05T16:31:59.201Z ##### # # ###### ## #### ###### #### # # ####
21572023-10-05T16:31:59.204Z # # # # # # # # # # # # # #
21582023-10-05T16:31:59.207Z # # # ##### # # # ##### # # # # ####
21592023-10-05T16:31:59.211Z # # # # ###### # # # # # # #
21602023-10-05T16:31:59.215Z # # # # # # # # # # # # # # #
21612023-10-05T16:31:59.219Z # #### # # # #### ###### #### #### ####
21622023-10-05T16:31:59.223Z
21632023-10-05T16:31:59.227Z+ ptime -m cargo build --locked -p tufaceous --release
21642023-10-05T16:31:59.893Z Downloading crates ...
21652023-10-05T16:32:00.199Z Downloaded globset v0.4.13
21662023-10-05T16:32:00.202Z Downloaded doc-comment v0.3.3
21672023-10-05T16:32:00.205Z Downloaded path-dedot v3.1.0
21682023-10-05T16:32:00.209Z Downloaded bytesize v1.3.0
21692023-10-05T16:32:00.212Z Downloaded path-absolutize v3.1.0
21702023-10-05T16:32:00.216Z Downloaded snafu-derive v0.7.5
21712023-10-05T16:32:00.219Z Downloaded fs-err v2.9.0
21722023-10-05T16:32:00.224Z Downloaded serde_plain v1.0.2
21732023-10-05T16:32:00.228Z Downloaded buf-list v1.0.3
21742023-10-05T16:32:00.233Z Downloaded snafu v0.7.5
21752023-10-05T16:32:00.239Z Downloaded tough v0.12.5
21762023-10-05T16:32:00.253Z Downloaded olpc-cjson v0.1.3
21772023-10-05T16:32:00.407Z Compiling serde_tokenstream v0.2.0
21782023-10-05T16:32:00.428Z Compiling regress v0.7.1
21792023-10-05T16:32:00.441Z Compiling dirs-sys-next v0.1.2
21802023-10-05T16:32:00.444Z Compiling ident_case v1.0.1
21812023-10-05T16:32:00.461Z Compiling thread_local v1.1.7
21822023-10-05T16:32:00.471Z Compiling camino v1.1.6
21832023-10-05T16:32:00.483Z Compiling heck v0.4.1
21842023-10-05T16:32:00.695Z Compiling dirs-next v2.0.0
21852023-10-05T16:32:01.071Z Compiling darling_core v0.20.3
21862023-10-05T16:32:01.249Z Compiling rustversion v1.0.14
21872023-10-05T16:32:01.257Z Compiling slog-async v2.8.0
21882023-10-05T16:32:01.835Z Compiling term v0.7.0
21892023-10-05T16:32:01.991Z Compiling crossbeam-channel v0.5.8
21902023-10-05T16:32:02.235Z Compiling getopts v0.2.21
21912023-10-05T16:32:02.350Z Compiling structmeta-derive v0.1.6
21922023-10-05T16:32:02.498Z Compiling atty v0.2.14
21932023-10-05T16:32:02.710Z Compiling multer v2.1.0
21942023-10-05T16:32:03.129Z Compiling match_cfg v0.1.0
21952023-10-05T16:32:03.268Z Compiling paste v1.0.14
21962023-10-05T16:32:03.799Z Compiling unsafe-libyaml v0.2.9
21972023-10-05T16:32:03.930Z Compiling take_mut v0.2.2
21982023-10-05T16:32:04.187Z Compiling doc-comment v0.3.3
21992023-10-05T16:32:05.247Z Compiling hostname v0.3.1
22002023-10-05T16:32:05.716Z Compiling slog-term v2.9.0
22012023-10-05T16:32:06.752Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22022023-10-05T16:32:08.807Z Compiling structmeta v0.1.6
22032023-10-05T16:32:09.453Z Compiling serde_yaml v0.9.25
22042023-10-05T16:32:10.482Z Compiling darling_macro v0.20.3
22052023-10-05T16:32:10.891Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22062023-10-05T16:32:11.918Z Compiling darling v0.20.3
22072023-10-05T16:32:12.093Z Compiling slog-json v2.6.1
22082023-10-05T16:32:12.520Z Compiling async-stream-impl v0.3.5
22092023-10-05T16:32:12.935Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22102023-10-05T16:32:13.380Z Compiling fastrand v2.0.0
22112023-10-05T16:32:13.809Z Compiling regex-syntax v0.6.29
22122023-10-05T16:32:14.535Z Compiling atomic-waker v1.1.1
22132023-10-05T16:32:14.599Z Compiling async-stream v0.3.5
22142023-10-05T16:32:14.614Z Compiling tempfile v3.8.0
22152023-10-05T16:32:14.816Z Compiling waitgroup v0.1.2
22162023-10-05T16:32:15.232Z Compiling slog-bunyan v2.4.0
22172023-10-05T16:32:15.266Z Compiling strum_macros v0.25.2
22182023-10-05T16:32:15.626Z Compiling serde_with_macros v2.3.3
22192023-10-05T16:32:19.523Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22202023-10-05T16:32:19.598Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22212023-10-05T16:32:19.741Z Compiling sha1 v0.10.5
22222023-10-05T16:32:21.237Z Compiling snafu-derive v0.7.5
22232023-10-05T16:32:21.264Z Compiling serde_path_to_error v0.1.14
22242023-10-05T16:32:21.508Z Compiling path-dedot v3.1.0
22252023-10-05T16:32:21.885Z Compiling instant v0.1.12
22262023-10-05T16:32:22.013Z Compiling same-file v1.0.6
22272023-10-05T16:32:22.116Z Compiling base64 v0.13.1
22282023-10-05T16:32:22.491Z Compiling arc-swap v1.6.0
22292023-10-05T16:32:22.815Z Compiling debug-ignore v1.0.5
22302023-10-05T16:32:23.008Z Compiling buf-list v1.0.3
22312023-10-05T16:32:23.624Z Compiling slog-scope v4.4.0
22322023-10-05T16:32:23.687Z Compiling parse-display-derive v0.7.0
22332023-10-05T16:32:23.808Z Compiling pem v1.1.1
22342023-10-05T16:32:23.900Z Compiling walkdir v2.4.0
22352023-10-05T16:32:25.244Z Compiling backoff v0.4.0
22362023-10-05T16:32:25.675Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22372023-10-05T16:32:25.824Z Compiling path-absolutize v3.1.0
22382023-10-05T16:32:26.129Z Compiling strum v0.25.0
22392023-10-05T16:32:26.298Z Compiling serde_with v2.3.3
22402023-10-05T16:32:26.403Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22412023-10-05T16:32:26.834Z Compiling globset v0.4.13
22422023-10-05T16:32:27.442Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22432023-10-05T16:32:27.698Z Compiling olpc-cjson v0.1.3
22442023-10-05T16:32:28.628Z Compiling macaddr v1.0.1
22452023-10-05T16:32:29.744Z Compiling snafu v0.7.5
22462023-10-05T16:32:29.831Z Compiling serde_plain v1.0.2
22472023-10-05T16:32:30.005Z Compiling parse-display v0.7.0
22482023-10-05T16:32:30.327Z Compiling filetime v0.2.22
22492023-10-05T16:32:30.703Z Compiling xattr v1.0.1
22502023-10-05T16:32:30.851Z Compiling tough v0.12.5
22512023-10-05T16:32:31.162Z Compiling tar v0.4.40
22522023-10-05T16:32:32.854Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22532023-10-05T16:32:33.093Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22542023-10-05T16:32:34.217Z Compiling slog-stdlog v4.1.1
22552023-10-05T16:32:35.783Z Compiling camino-tempfile v1.0.2
22562023-10-05T16:32:37.122Z Compiling itertools v0.11.0
22572023-10-05T16:32:41.311Z Compiling bytesize v1.3.0
22582023-10-05T16:32:41.825Z Compiling fs-err v2.9.0
22592023-10-05T16:32:42.289Z Compiling slog-envlogger v2.2.0
22602023-10-05T16:32:42.798Z Compiling humantime v2.1.0
22612023-10-05T16:32:44.261Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22622023-10-05T16:33:12.065Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22632023-10-05T16:33:12.364Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22642023-10-05T16:33:22.842Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22652023-10-05T16:33:24.907Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22662023-10-05T16:33:48.193Z Finished release [optimized] target(s) in 1m 48s
22672023-10-05T16:33:48.312Z
22682023-10-05T16:33:48.315Zreal 1:49.139773677
22692023-10-05T16:33:48.318Zuser 11:43.813598985
22702023-10-05T16:33:48.321Zsys 48.047847997
22712023-10-05T16:33:48.324Ztrap 0.477523205
22722023-10-05T16:33:48.327Ztflt 0.390345175
22732023-10-05T16:33:48.329Zdflt 0.766996287
22742023-10-05T16:33:48.332Zkflt 0.006391305
22752023-10-05T16:33:48.335Zlock 23:51.406701346
22762023-10-05T16:33:48.338Zslp 25:49.932193487
22772023-10-05T16:33:48.340Zlat 21.970929492
22782023-10-05T16:33:48.343Zstop 12.635848206
22792023-10-05T16:33:48.346Z+ ptime -m gzip
22802023-10-05T16:33:50.426Z
22812023-10-05T16:33:50.429Zreal 2.108041089
22822023-10-05T16:33:50.431Zuser 2.083703390
22832023-10-05T16:33:50.434Zsys 0.023545551
22842023-10-05T16:33:50.437Ztrap 0.000239696
22852023-10-05T16:33:50.440Ztflt 0.000000000
22862023-10-05T16:33:50.442Zdflt 0.000000000
22872023-10-05T16:33:50.445Zkflt 0.000000000
22882023-10-05T16:33:50.448Zlock 0.000000000
22892023-10-05T16:33:50.451Zslp 0.000000000
22902023-10-05T16:33:50.454Zlat 0.000213765
22912023-10-05T16:33:50.456Zstop 0.000229707
22922023-10-05T16:33:50.459Zprocess exited: duration 1309324 ms, exit code 0
 
22932023-10-05T16:33:50.478Zfound 5 output files
22942023-10-05T16:33:50.682Zuploading: /work/end-to-end-tests/bootstrap-ac529dfcb46b38db.gz (6376902 bytes)
22952023-10-05T16:33:53.003Zuploaded: /work/end-to-end-tests/bootstrap-ac529dfcb46b38db.gz
22962023-10-05T16:33:53.015Zuploading: /work/end-to-end-tests/bootstrap.gz (96587349 bytes)
22972023-10-05T16:34:27.816Zuploaded: /work/end-to-end-tests/bootstrap.gz
22982023-10-05T16:34:27.960Zuploading: /work/end-to-end-tests/end_to_end_tests-945f15bf4d3e823e.gz (110294275 bytes)
22992023-10-05T16:35:10.924Zuploaded: /work/end-to-end-tests/end_to_end_tests-945f15bf4d3e823e.gz
23002023-10-05T16:35:10.961Zuploading: /work/caboose-util.gz (4109461 bytes)
23012023-10-05T16:35:13.765Zuploaded: /work/caboose-util.gz
23022023-10-05T16:35:13.771Zuploading: /work/tufaceous.gz (13402252 bytes)
23032023-10-05T16:35:19.292Zuploaded: /work/tufaceous.gz