01HHM2HQBQGCD3QJEGZRR5SX41: 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: 01HHM2HZHVX8AMNTZ6YZFGRN4A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-14T11:51:16.755Zjob assigned to worker 01HHM2J7DK6FWE9ADQ4WNMFWWG (queued for 1 m 50 s)
 
22023-12-14T11:51:16.902Zstarting task 0: "setup"
32023-12-14T11:51:17.159Z++ uname -s
42023-12-14T11:51:17.163Z+ kern=SunOS
52023-12-14T11:51:17.163Z+ case "$kern" in
62023-12-14T11:51:17.163Z+ groupadd -g 12345 build
72023-12-14T11:51:17.166Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-14T11:51:19.184Z+ zfs create -o mountpoint=/work rpool/work
92023-12-14T11:51:19.459Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-14T11:51:19.465Z+ home_fs=zfs
112023-12-14T11:51:19.465Z+ [[ zfs == autofs ]]
122023-12-14T11:51:19.465Z+ mkdir -p /home/build
132023-12-14T11:51:19.475Z+ chown build:build /home/build /work
142023-12-14T11:51:21.469Z+ chmod 0700 /home/build /work
152023-12-14T11:51:21.481Zprocess exited: duration 4569 ms, exit code 0
 
162023-12-14T11:51:21.489Zstarting task 1: "rust-toolchain"
172023-12-14T11:51:21.498Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-14T11:51:21.501Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-14T11:51:21.677Zinfo: downloading installer
202023-12-14T11:51:23.511Zwarning: it looks like you have an existing installation of Rust at:
212023-12-14T11:51:23.511Zwarning: /opt/ooce/bin
222023-12-14T11:51:23.511Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-14T11:51:23.511Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-14T11:51:23.511Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-14T11:51:23.511Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-14T11:51:23.511Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-14T11:51:23.511Zerror: cannot install while Rust is installed
282023-12-14T11:51:23.511Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-14T11:51:23.802Zinfo: profile set to 'default'
302023-12-14T11:51:23.803Zinfo: default host triple is x86_64-unknown-illumos
312023-12-14T11:51:23.816Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-14T11:51:23.964Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-14T11:51:23.965Zinfo: downloading component 'cargo'
342023-12-14T11:51:24.601Zinfo: downloading component 'clippy'
352023-12-14T11:51:24.826Zinfo: downloading component 'rust-docs'
362023-12-14T11:51:25.625Zinfo: downloading component 'rust-std'
372023-12-14T11:51:27.053Zinfo: downloading component 'rustc'
382023-12-14T11:51:30.432Zinfo: downloading component 'rustfmt'
392023-12-14T11:51:30.636Zinfo: installing component 'cargo'
402023-12-14T11:51:32.619Zinfo: installing component 'clippy'
412023-12-14T11:51:33.614Zinfo: installing component 'rust-docs'
422023-12-14T11:51:36.446Zinfo: installing component 'rust-std'
432023-12-14T11:51:40.956Zinfo: installing component 'rustc'
442023-12-14T11:51:52.209Zinfo: installing component 'rustfmt'
452023-12-14T11:51:52.654Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-14T11:51:52.654Z
472023-12-14T11:51:52.790Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-14T11:51:52.790Z
492023-12-14T11:51:52.790Z
502023-12-14T11:51:52.790ZRust is installed now. Great!
512023-12-14T11:51:52.790Z
522023-12-14T11:51:52.790ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-14T11:51:52.790Zenvironment variable. This has not been done automatically.
542023-12-14T11:51:52.794Z
552023-12-14T11:51:52.794ZTo configure your current shell, run:
562023-12-14T11:51:52.794Zsource "$HOME/.cargo/env"
572023-12-14T11:51:52.884Z+ rustc --version
582023-12-14T11:51:53.130Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-14T11:51:53.140Zprocess exited: duration 31552 ms, exit code 0
 
602023-12-14T11:51:53.154Zstarting task 2: "authentication"
612023-12-14T11:51:53.197Zprocess exited: duration 41 ms, exit code 0
 
622023-12-14T11:51:53.221Zstarting task 3: "clone repository"
632023-12-14T11:51:53.651Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-14T11:51:53.651Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-14T11:51:53.663ZCloning into '/work/oxidecomputer/omicron'...
662023-12-14T11:52:00.274Z+ cd /work/oxidecomputer/omicron
672023-12-14T11:52:00.274Z+ [[ -n andy/opte ]]
682023-12-14T11:52:00.278Z+ git fetch origin andy/opte
692023-12-14T11:52:00.620ZFrom https://github.com/oxidecomputer/omicron
702023-12-14T11:52:00.620Z * branch andy/opte -> FETCH_HEAD
712023-12-14T11:52:00.631Z+ git checkout -B andy/opte remotes/origin/andy/opte
722023-12-14T11:52:00.731ZSwitched to a new branch 'andy/opte'
732023-12-14T11:52:00.736Zbranch 'andy/opte' set up to track 'origin/andy/opte'.
742023-12-14T11:52:00.736Z+ git reset --hard e5f6736f4cae98b09dcaf941594bd9f7a027fa35
752023-12-14T11:52:00.901ZHEAD is now at e5f6736f Update OPTE to 0.27.202 Fix for https://github.com/oxidecomputer/opte/issues/428
762023-12-14T11:52:00.914Zprocess exited: duration 7688 ms, exit code 0
 
772023-12-14T11:52:00.926Zstarting task 4: "build"
782023-12-14T11:52:00.932Z+ cargo --version
792023-12-14T11:52:00.940Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-14T11:52:01.103Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-14T11:52:01.107Zinfo: downloading component 'cargo'
822023-12-14T11:52:01.711Zinfo: downloading component 'clippy'
832023-12-14T11:52:01.929Zinfo: downloading component 'rust-docs'
842023-12-14T11:52:02.660Zinfo: downloading component 'rust-std'
852023-12-14T11:52:03.889Zinfo: downloading component 'rustc'
862023-12-14T11:52:07.315Zinfo: downloading component 'rustfmt'
872023-12-14T11:52:07.316Zinfo: installing component 'cargo'
882023-12-14T11:52:08.403Zinfo: installing component 'clippy'
892023-12-14T11:52:08.870Zinfo: installing component 'rust-docs'
902023-12-14T11:52:11.834Zinfo: installing component 'rust-std'
912023-12-14T11:52:14.509Zinfo: installing component 'rustc'
922023-12-14T11:52:20.465Zinfo: installing component 'rustfmt'
932023-12-14T11:52:21.004Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-14T11:52:21.007Z+ rustc --version
952023-12-14T11:52:21.122Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-14T11:52:21.129Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-14T11:52:37.209Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-14T11:52:38.563Z Startup: Caching catalogs ... Done
992023-12-14T11:52:45.761ZPlanning: Solver setup ... Done (6.793s)
1002023-12-14T11:52:45.913ZPlanning: Running solver ... Done (0.153s)
1012023-12-14T11:52:45.986ZPlanning: Finding local manifests ... Done (0.005s)
1022023-12-14T11:52:46.002ZPlanning: Fetching manifests: 0/6 0% complete
1032023-12-14T11:52:46.652ZPlanning: Fetching manifests: 6/6 100% complete
1042023-12-14T11:52:46.741ZPlanning: Package planning ... Done (0.090s)
1052023-12-14T11:52:46.829ZPlanning: Merging actions ... Done (0.087s)
1062023-12-14T11:52:47.430ZPlanning: Checking for conflicting actions ... Done (0.601s)
1072023-12-14T11:52:47.448ZPlanning: Consolidating action changes ... Done (0.018s)
1082023-12-14T11:52:51.777ZPlanning: Evaluating mediators ... Done (4.329s)
1092023-12-14T11:52:51.892ZPlanning: Planning completed in 13.27 seconds
1102023-12-14T11:52:52.977Z Packages to install: 4
1112023-12-14T11:52:52.978Z Packages to update: 2
1122023-12-14T11:52:52.978Z Mediators to change: 2
1132023-12-14T11:52:52.981Z Services to change: 1
1142023-12-14T11:52:52.981Z Estimated space available: 148.88 GB
1152023-12-14T11:52:52.981ZEstimated space to be consumed: 1.43 GB
1162023-12-14T11:52:52.981Z Create boot environment: No
1172023-12-14T11:52:52.981ZCreate backup boot environment: Yes
1182023-12-14T11:52:52.981Z Rebuild boot archive: No
1192023-12-14T11:52:52.981Z
1202023-12-14T11:52:52.981ZChanged mediators:
1212023-12-14T11:52:52.981Z mediator clang:
1222023-12-14T11:52:52.982Z version: None -> 15 (system default)
1232023-12-14T11:52:52.982Z
1242023-12-14T11:52:52.982Z mediator llvm:
1252023-12-14T11:52:52.982Z version: 14 (system default) -> 15 (system default)
1262023-12-14T11:52:52.982Z
1272023-12-14T11:52:52.982ZChanged packages:
1282023-12-14T11:52:52.982Zhelios-dev
1292023-12-14T11:52:52.982Z developer/build-essential
1302023-12-14T11:52:52.982Z None -> 11-2.0
1312023-12-14T11:52:52.982Z library/libxmlsec1
1322023-12-14T11:52:52.982Z None -> 1.2.35-2.0
1332023-12-14T11:52:52.983Z ooce/developer/clang-15
1342023-12-14T11:52:52.983Z None -> 15.0.7-2.0
1352023-12-14T11:52:52.983Z ooce/developer/llvm-15
1362023-12-14T11:52:52.983Z None -> 15.0.7-2.0
1372023-12-14T11:52:52.983Z system/library/g++-runtime
1382023-12-14T11:52:52.983Z 12-2.0 -> 13-2.0
1392023-12-14T11:52:52.983Z system/library/gcc-runtime
1402023-12-14T11:52:52.983Z 12-2.0 -> 13-2.0
1412023-12-14T11:52:52.983Z
1422023-12-14T11:52:52.983ZServices:
1432023-12-14T11:52:52.983Z restart_fmri:
1442023-12-14T11:52:52.983Z svc:/system/update-man-index:default
1452023-12-14T11:52:53.249Z
1462023-12-14T11:52:53.249ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1472023-12-14T11:52:58.250ZDownload: 1131/3330 items 64.1/221.1MB 28% complete (12.7M/s)
1482023-12-14T11:53:03.252ZDownload: 1357/3330 items 116.6/221.1MB 52% complete (11.8M/s)
1492023-12-14T11:53:08.277ZDownload: 2219/3330 items 119.2/221.1MB 53% complete (8.9M/s)
1502023-12-14T11:53:13.282ZDownload: 2585/3330 items 120.3/221.1MB 54% complete (527k/s)
1512023-12-14T11:53:18.431ZDownload: 3242/3330 items 202.0/221.1MB 91% complete (8.2M/s)
1522023-12-14T11:53:23.586ZDownload: 3316/3330 items 219.7/221.1MB 99% complete (9.9M/s)
1532023-12-14T11:53:24.348ZDownload: Completed 221.11 MB in 31.10 seconds (7.1M/s)
1542023-12-14T11:53:26.842Z Actions: 1/3766 actions (Removing old actions)
1552023-12-14T11:53:26.842Z Actions: 5/3766 actions (Installing new actions)
1562023-12-14T11:53:31.846Z Actions: 2562/3766 actions (Installing new actions)
1572023-12-14T11:53:35.436Z Actions: 3729/3766 actions (Updating modified actions)
1582023-12-14T11:53:36.296Z Actions: Completed 3766 actions in 9.45 seconds.
1592023-12-14T11:53:36.518Z Done (0.215s)
1602023-12-14T11:53:36.521Z Done (0.000s)
1612023-12-14T11:53:36.902Z Done (0.377s)
1622023-12-14T11:53:44.740Z Done (7.707s)
1632023-12-14T11:53:44.945Z Done (0.107s)
1642023-12-14T11:53:44.948Z Done (0.000s)
1652023-12-14T11:53:45.214Z Done (0.000s)
1662023-12-14T11:53:45.936ZPlanning: Evaluating mediator changes ... Done
1672023-12-14T11:53:46.220ZPlanning: Checking for conflicting actions ... Done
1682023-12-14T11:53:46.223ZPlanning: Consolidating action changes ... Done
1692023-12-14T11:53:46.666ZPlanning: Evaluating mediators ... Done
1702023-12-14T11:53:46.669ZPlanning: Planning completed in 0.73 seconds
1712023-12-14T11:53:46.728Z Mediators to change: 2
1722023-12-14T11:53:46.731Z Create boot environment: No
1732023-12-14T11:53:46.731ZCreate backup boot environment: No
1742023-12-14T11:53:46.836Z Done
1752023-12-14T11:53:46.837Z Done
1762023-12-14T11:53:47.006Z Done
1772023-12-14T11:53:52.783Z Done
1782023-12-14T11:53:52.903Z Done
1792023-12-14T11:53:52.907Z Done
1802023-12-14T11:53:53.023Z Done
1812023-12-14T11:53:54.034ZPlanning: Evaluating mediator changes ... Done
1822023-12-14T11:53:54.037ZPlanning: Merging actions ... Done
1832023-12-14T11:53:54.369ZPlanning: Checking for conflicting actions ... Done
1842023-12-14T11:53:54.372ZPlanning: Consolidating action changes ... Done
1852023-12-14T11:53:54.802ZPlanning: Evaluating mediators ... Done
1862023-12-14T11:53:54.918ZPlanning: Planning completed in 1.30 seconds
1872023-12-14T11:53:54.960Z Packages to change: 1
1882023-12-14T11:53:54.960Z Mediators to change: 1
1892023-12-14T11:53:54.963Z Services to change: 1
1902023-12-14T11:53:54.963Z Create boot environment: No
1912023-12-14T11:53:54.963ZCreate backup boot environment: Yes
1922023-12-14T11:53:57.110Z Actions: 1/6 actions (Updating modified actions)
1932023-12-14T11:53:57.113Z Actions: Completed 6 actions in 0.00 seconds.
1942023-12-14T11:53:57.113Z Done
1952023-12-14T11:53:57.113Z Done
1962023-12-14T11:53:57.177Z Done
1972023-12-14T11:54:02.961Z Done
1982023-12-14T11:54:03.084Z Done
1992023-12-14T11:54:03.087Z Done
2002023-12-14T11:54:03.221Z Done
2012023-12-14T11:54:03.892ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022023-12-14T11:54:03.892Zclang system 15 system
2032023-12-14T11:54:03.893Zcsh system system illumos
2042023-12-14T11:54:03.894Zctags system system illumos
2052023-12-14T11:54:03.894Zgcc vendor 12 vendor
2062023-12-14T11:54:03.894Zgcc system 10 system
2072023-12-14T11:54:03.894Zgcc system 7 system
2082023-12-14T11:54:03.894Zgo system 1.20 system
2092023-12-14T11:54:03.894Zgo system 1.19 system
2102023-12-14T11:54:03.894Zllvm system 15 system
2112023-12-14T11:54:03.894Zllvm system 14 system
2122023-12-14T11:54:03.896Zmariadb system 10.6 system
2132023-12-14T11:54:03.896Zmta vendor vendor dma
2142023-12-14T11:54:03.896Zopenjdk system 17 system
2152023-12-14T11:54:03.896Zopenjdk system 11 system
2162023-12-14T11:54:03.896Zopenjdk system 1.8 system
2172023-12-14T11:54:03.896Zopenssl vendor 3 vendor
2182023-12-14T11:54:03.896Zperl system 5.36 system
2192023-12-14T11:54:03.896Zpostgresql system 15 system
2202023-12-14T11:54:03.896Zpostgresql system 13 system
2212023-12-14T11:54:03.896Zpython vendor 3 vendor
2222023-12-14T11:54:03.896Zpython system 2 system
2232023-12-14T11:54:03.897Zpython3 system 3.11 system
2242023-12-14T11:54:03.897Zruby system 3.0 system
2252023-12-14T11:54:03.897Zwords vendor vendor american-english
2262023-12-14T11:54:03.897Zwords system system australian-english
2272023-12-14T11:54:03.897Zwords system system british-english
2282023-12-14T11:54:03.897Zwords system system canadian-english
2292023-12-14T11:54:03.897Zwords system system french
2302023-12-14T11:54:03.897Zwords system system italian
2312023-12-14T11:54:03.897Zwords system system ngerman
2322023-12-14T11:54:03.897Zwords system system ogerman
2332023-12-14T11:54:03.897Zwords system system spanish
2342023-12-14T11:54:04.431ZFMRI IFO
2352023-12-14T11:54:04.431Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362023-12-14T11:54:04.431Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372023-12-14T11:54:04.431Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382023-12-14T11:54:04.431Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2392023-12-14T11:54:04.431Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402023-12-14T11:54:04.431Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2412023-12-14T11:54:04.431Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2422023-12-14T11:54:04.431Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2432023-12-14T11:54:04.506Z+ set -o errexit
2442023-12-14T11:54:04.511Z+++ dirname ./tools/ci_download_cockroachdb
2452023-12-14T11:54:04.511Z++ cd ./tools
2462023-12-14T11:54:04.511Z++ pwd
2472023-12-14T11:54:04.515Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2482023-12-14T11:54:04.515Z++ basename ./tools/ci_download_cockroachdb
2492023-12-14T11:54:04.515Z+ ARG0=ci_download_cockroachdb
2502023-12-14T11:54:04.519Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2512023-12-14T11:54:04.519Z+ CIDL_VERSION=v22.1.9
2522023-12-14T11:54:04.519Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2532023-12-14T11:54:04.519Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2542023-12-14T11:54:04.519Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2552023-12-14T11:54:04.519Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2562023-12-14T11:54:04.519Z+ TARGET_DIR=out
2572023-12-14T11:54:04.520Z+ DOWNLOAD_DIR=out/downloads
2582023-12-14T11:54:04.520Z+ DEST_DIR=./out/cockroachdb
2592023-12-14T11:54:04.520Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2602023-12-14T11:54:04.520Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2612023-12-14T11:54:04.520Z+ main
2622023-12-14T11:54:04.520Z+ [[ 0 != 0 ]]
2632023-12-14T11:54:04.521Z+ CIDL_OS=solaris2.11
2642023-12-14T11:54:04.521Z+ [[ 0 != 0 ]]
2652023-12-14T11:54:04.521Z+ configure_os solaris2.11
2662023-12-14T11:54:04.521Z+ echo 'current directory: /work/oxidecomputer/omicron'
2672023-12-14T11:54:04.521Zcurrent directory: /work/oxidecomputer/omicron
2682023-12-14T11:54:04.521Z+ echo 'configuring based on OS: "solaris2.11"'
2692023-12-14T11:54:04.521Z+ case "$1" in
2702023-12-14T11:54:04.521Zconfiguring based on OS: "solaris2.11"
2712023-12-14T11:54:04.521Z+ CIDL_BUILD=illumos
2722023-12-14T11:54:04.521Z+ CIDL_SUFFIX=tar.gz
2732023-12-14T11:54:04.521Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2742023-12-14T11:54:04.521Z+ CIDL_MD5FUNC=do_md5sum
2752023-12-14T11:54:04.521Z+ CIDL_URL_BASE=https://illumos.org/downloads
2762023-12-14T11:54:04.521Z+ CIDL_ASSEMBLE=do_assemble_illumos
2772023-12-14T11:54:04.521Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2782023-12-14T11:54:04.521Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2792023-12-14T11:54:04.521Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-12-14T11:54:04.521Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2812023-12-14T11:54:04.521Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-12-14T11:54:04.521Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2832023-12-14T11:54:04.521ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-12-14T11:54:04.525Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2852023-12-14T11:54:04.525Z+ mkdir -p out/downloads
2862023-12-14T11:54:04.525ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872023-12-14T11:54:04.529Z+ mkdir -p ./out/cockroachdb
2882023-12-14T11:54:04.529Z+ local DO_DOWNLOAD=true
2892023-12-14T11:54:04.529Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2902023-12-14T11:54:04.529Z+ '[' true == true ']'
2912023-12-14T11:54:04.529Z+ echo Downloading...
2922023-12-14T11:54:04.529ZDownloading...
2932023-12-14T11:54:04.530Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942023-12-14T11:54:04.530Z+ 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
2952023-12-14T11:54:12.957Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2962023-12-14T11:54:12.960Z++ md5sum
2972023-12-14T11:54:12.960Z++ awk '{print $1}'
2982023-12-14T11:54:13.141Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2992023-12-14T11:54:13.141Z+ [[ 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 ]]
3002023-12-14T11:54:13.141Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012023-12-14T11:54:13.145Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3022023-12-14T11:54:16.732Z+ do_assemble_illumos
3032023-12-14T11:54:16.732Z+ rm -r ./out/cockroachdb
3042023-12-14T11:54:16.736Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3052023-12-14T11:54:17.440Z+ ./out/cockroachdb/bin/cockroach version
3062023-12-14T11:54:17.750ZBuild Tag: v22.1.9-dirty
3072023-12-14T11:54:17.752ZBuild Time: 2022/10/26 21:17:46
3082023-12-14T11:54:17.752ZDistribution: OSS
3092023-12-14T11:54:17.752ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3102023-12-14T11:54:17.752ZGo Version: go1.17.13
3112023-12-14T11:54:17.752ZC Compiler: gcc 10.3.0
3122023-12-14T11:54:17.752ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3132023-12-14T11:54:17.752ZBuild Type: release
3142023-12-14T11:54:17.774Z+ set -o errexit
3152023-12-14T11:54:17.777Z+++ dirname ./tools/ci_download_clickhouse
3162023-12-14T11:54:17.780Z++ cd ./tools
3172023-12-14T11:54:17.780Z++ pwd
3182023-12-14T11:54:17.780Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3192023-12-14T11:54:17.783Z++ basename ./tools/ci_download_clickhouse
3202023-12-14T11:54:17.783Z+ ARG0=ci_download_clickhouse
3212023-12-14T11:54:17.783Z+ TARGET_DIR=out
3222023-12-14T11:54:17.783Z+ DOWNLOAD_DIR=out/downloads
3232023-12-14T11:54:17.783Z+ DEST_DIR=./out/clickhouse
3242023-12-14T11:54:17.783Z+ CIDL_VERSION=v22.8.9.24
3252023-12-14T11:54:17.783Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3262023-12-14T11:54:17.783Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3272023-12-14T11:54:17.783Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3282023-12-14T11:54:17.783Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3292023-12-14T11:54:17.783Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3302023-12-14T11:54:17.783Z+ main
3312023-12-14T11:54:17.787Z+ [[ 0 != 0 ]]
3322023-12-14T11:54:17.787Z+ CIDL_OS=solaris2.11
3332023-12-14T11:54:17.787Z+ [[ 0 != 0 ]]
3342023-12-14T11:54:17.787Z+ configure_os solaris2.11
3352023-12-14T11:54:17.788Z+ echo 'current directory: /work/oxidecomputer/omicron'
3362023-12-14T11:54:17.788Zcurrent directory: /work/oxidecomputer/omicron
3372023-12-14T11:54:17.788Zconfiguring based on OS: "solaris2.11"
3382023-12-14T11:54:17.788Z+ echo 'configuring based on OS: "solaris2.11"'
3392023-12-14T11:54:17.788Z+ CIDL_DASHREV=
3402023-12-14T11:54:17.788Z+ case "$1" in
3412023-12-14T11:54:17.788Z+ CIDL_PLATFORM=illumos
3422023-12-14T11:54:17.788Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3432023-12-14T11:54:17.788Z+ CIDL_MD5FUNC=do_md5sum
3442023-12-14T11:54:17.788Z+ CIDL_DASHREV=-1
3452023-12-14T11:54:17.788Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3462023-12-14T11:54:17.788Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-12-14T11:54:17.788Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-12-14T11:54:17.788Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492023-12-14T11:54:17.788Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502023-12-14T11:54:17.788ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-12-14T11:54:17.788Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3522023-12-14T11:54:17.788Z+ mkdir -p out/downloads
3532023-12-14T11:54:17.788ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542023-12-14T11:54:17.788Z+ mkdir -p ./out/clickhouse
3552023-12-14T11:54:17.792Z+ local DO_DOWNLOAD=true
3562023-12-14T11:54:17.792Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3572023-12-14T11:54:17.792Z+ '[' true == true ']'
3582023-12-14T11:54:17.793Z+ echo Downloading...
3592023-12-14T11:54:17.793ZDownloading...
3602023-12-14T11:54:17.793Z+ 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
3612023-12-14T11:54:17.793Z+ 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
3622023-12-14T11:54:19.443Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632023-12-14T11:54:19.446Z++ md5sum
3642023-12-14T11:54:19.446Z++ awk '{print $1}'
3652023-12-14T11:54:19.704Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3662023-12-14T11:54:19.705Z+ [[ 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 ]]
3672023-12-14T11:54:19.705Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3682023-12-14T11:54:19.708Z+ mkdir -p ./out/clickhouse
3692023-12-14T11:54:19.708Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3702023-12-14T11:54:24.839Z+ ./out/clickhouse/clickhouse server --version
3712023-12-14T11:54:24.896ZClickHouse server version 22.8.9.1.
3722023-12-14T11:54:24.916Z+ set -o errexit
3732023-12-14T11:54:24.920Z+++ dirname ./tools/ci_download_console
3742023-12-14T11:54:24.925Z++ cd ./tools
3752023-12-14T11:54:24.925Z++ pwd
3762023-12-14T11:54:24.925Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3772023-12-14T11:54:24.925Z++ basename ./tools/ci_download_console
3782023-12-14T11:54:24.925Z+ ARG0=ci_download_console
3792023-12-14T11:54:24.925Z+ TARGET_DIR=out
3802023-12-14T11:54:24.925Z+ DOWNLOAD_DIR=out/downloads
3812023-12-14T11:54:24.925Z+ DEST_DIR=./out/console-assets
3822023-12-14T11:54:24.925Z+ source /work/oxidecomputer/omicron/tools/console_version
3832023-12-14T11:54:24.930Z++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b
3842023-12-14T11:54:24.930Z++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
3852023-12-14T11:54:24.930Z+ URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3862023-12-14T11:54:24.930Z+ TARBALL_FILE=out/downloads/console.tar.gz
3872023-12-14T11:54:24.930Z+ main
3882023-12-14T11:54:24.930Z+ [[ 0 != 0 ]]
3892023-12-14T11:54:24.930Z+ echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz'
3902023-12-14T11:54:24.930ZURL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
3912023-12-14T11:54:24.930Z+ echo 'Local file: out/downloads/console.tar.gz'
3922023-12-14T11:54:24.930Z+ local DO_DOWNLOAD=true
3932023-12-14T11:54:24.930ZLocal file: out/downloads/console.tar.gz
3942023-12-14T11:54:24.930Z+ [[ -f out/downloads/console.tar.gz ]]
3952023-12-14T11:54:24.930Z+ mkdir -p out/downloads
3962023-12-14T11:54:24.930Z+ '[' true == true ']'
3972023-12-14T11:54:24.930Z+ echo Downloading...
3982023-12-14T11:54:24.930ZDownloading...
3992023-12-14T11:54:24.930Z+ do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz
4002023-12-14T11:54:24.931Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz
4012023-12-14T11:54:25.783Z++ do_sha256sum out/downloads/console.tar.gz
4022023-12-14T11:54:25.783Z++ case "$OSTYPE" in
4032023-12-14T11:54:25.783Z++ SHA=sha256sum
4042023-12-14T11:54:25.786Z++ sha256sum
4052023-12-14T11:54:25.787Z++ awk '{print $1}'
4062023-12-14T11:54:25.809Z+ calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1
4072023-12-14T11:54:25.809Z+ [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]]
4082023-12-14T11:54:25.809Z+ rm -rf ./out/console-assets
4092023-12-14T11:54:25.812Z+ mkdir -p ./out/console-assets
4102023-12-14T11:54:25.815Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4112023-12-14T11:54:25.815Z+ mkdir -p ./out/console-assets
4122023-12-14T11:54:25.815Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4132023-12-14T11:54:25.961Z+ set -o errexit
4142023-12-14T11:54:25.965Z+++ dirname ./tools/ci_download_maghemite_openapi
4152023-12-14T11:54:25.965Z++ cd ./tools
4162023-12-14T11:54:25.965Z++ pwd
4172023-12-14T11:54:25.969Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4182023-12-14T11:54:25.969Z++ basename ./tools/ci_download_maghemite_openapi
4192023-12-14T11:54:25.969Z+ ARG0=ci_download_maghemite_openapi
4202023-12-14T11:54:25.969Z+ TARGET_DIR=out
4212023-12-14T11:54:25.970Z+ DOWNLOAD_DIR=out/downloads
4222023-12-14T11:54:25.973Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4232023-12-14T11:54:25.973Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4242023-12-14T11:54:25.973Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4252023-12-14T11:54:25.973Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4262023-12-14T11:54:25.973Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4272023-12-14T11:54:25.973Z+ main
4282023-12-14T11:54:25.973Z+ [[ 0 != 0 ]]
4292023-12-14T11:54:25.973Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4302023-12-14T11:54:25.973ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4312023-12-14T11:54:25.973Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4322023-12-14T11:54:25.974ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4332023-12-14T11:54:25.974Z+ local DO_DOWNLOAD=true
4342023-12-14T11:54:25.974Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4352023-12-14T11:54:25.974Z+ mkdir -p out/downloads
4362023-12-14T11:54:25.974Z+ '[' true == true ']'
4372023-12-14T11:54:25.974Z+ echo Downloading...
4382023-12-14T11:54:25.974ZDownloading...
4392023-12-14T11:54:25.974Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4402023-12-14T11:54:25.974Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4412023-12-14T11:54:26.275Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4422023-12-14T11:54:26.275Z++ case "$OSTYPE" in
4432023-12-14T11:54:26.279Z++ SHA=sha256sum
4442023-12-14T11:54:26.279Z++ sha256sum
4452023-12-14T11:54:26.279Z++ awk '{print $1}'
4462023-12-14T11:54:26.279Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4472023-12-14T11:54:26.279Z+ [[ 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 ]]
4482023-12-14T11:54:26.279Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4492023-12-14T11:54:26.279Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4502023-12-14T11:54:26.279Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4512023-12-14T11:54:26.281Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4522023-12-14T11:54:26.281Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4532023-12-14T11:54:26.281Z+ main
4542023-12-14T11:54:26.281Z+ [[ 0 != 0 ]]
4552023-12-14T11:54:26.281Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4562023-12-14T11:54:26.283ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4572023-12-14T11:54:26.283Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4582023-12-14T11:54:26.283ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4592023-12-14T11:54:26.283Z+ local DO_DOWNLOAD=true
4602023-12-14T11:54:26.283Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4612023-12-14T11:54:26.283Z+ mkdir -p out/downloads
4622023-12-14T11:54:26.286Z+ '[' true == true ']'
4632023-12-14T11:54:26.286Z+ echo Downloading...
4642023-12-14T11:54:26.287ZDownloading...
4652023-12-14T11:54:26.287Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4662023-12-14T11:54:26.287Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4672023-12-14T11:54:26.429Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4682023-12-14T11:54:26.432Z++ case "$OSTYPE" in
4692023-12-14T11:54:26.432Z++ SHA=sha256sum
4702023-12-14T11:54:26.432Z++ sha256sum
4712023-12-14T11:54:26.432Z++ awk '{print $1}'
4722023-12-14T11:54:26.435Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4732023-12-14T11:54:26.437Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4742023-12-14T11:54:26.445Z+ set -o errexit
4752023-12-14T11:54:26.448Z+++ dirname ./tools/ci_download_dendrite_openapi
4762023-12-14T11:54:26.451Z++ cd ./tools
4772023-12-14T11:54:26.451Z++ pwd
4782023-12-14T11:54:26.452Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4792023-12-14T11:54:26.452Z++ basename ./tools/ci_download_dendrite_openapi
4802023-12-14T11:54:26.455Z+ ARG0=ci_download_dendrite_openapi
4812023-12-14T11:54:26.455Z+ TARGET_DIR=out
4822023-12-14T11:54:26.455Z+ DOWNLOAD_DIR=out/downloads
4832023-12-14T11:54:26.456Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4842023-12-14T11:54:26.456Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
4852023-12-14T11:54:26.456Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4862023-12-14T11:54:26.456Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4872023-12-14T11:54:26.456Z+ LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4882023-12-14T11:54:26.456Z+ main
4892023-12-14T11:54:26.456Z+ [[ 0 != 0 ]]
4902023-12-14T11:54:26.456Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json'
4912023-12-14T11:54:26.456ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
4922023-12-14T11:54:26.456Z+ echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json'
4932023-12-14T11:54:26.456ZLocal file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
4942023-12-14T11:54:26.456Z+ local DO_DOWNLOAD=true
4952023-12-14T11:54:26.456Z+ [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]]
4962023-12-14T11:54:26.457Z+ mkdir -p out/downloads
4972023-12-14T11:54:26.460Z+ '[' true == true ']'
4982023-12-14T11:54:26.461Z+ echo Downloading...
4992023-12-14T11:54:26.461ZDownloading...
5002023-12-14T11:54:26.461Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5012023-12-14T11:54:26.461Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json
5022023-12-14T11:54:26.629Z++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json
5032023-12-14T11:54:26.629Z++ case "$OSTYPE" in
5042023-12-14T11:54:26.629Z++ SHA=sha256sum
5052023-12-14T11:54:26.632Z++ sha256sum
5062023-12-14T11:54:26.633Z++ awk '{print $1}'
5072023-12-14T11:54:26.636Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5082023-12-14T11:54:26.637Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5092023-12-14T11:54:26.646Z+ set -o errexit
5102023-12-14T11:54:26.649Z+++ dirname ./tools/ci_download_dendrite_stub
5112023-12-14T11:54:26.653Z++ cd ./tools
5122023-12-14T11:54:26.653Z++ pwd
5132023-12-14T11:54:26.653Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5142023-12-14T11:54:26.653Z++ basename ./tools/ci_download_dendrite_stub
5152023-12-14T11:54:26.657Z+ ARG0=ci_download_dendrite_stub
5162023-12-14T11:54:26.657Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5172023-12-14T11:54:26.657Z++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5182023-12-14T11:54:26.657Z++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc
5192023-12-14T11:54:26.657Z++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38
5202023-12-14T11:54:26.658Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5212023-12-14T11:54:26.658Z++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b
5222023-12-14T11:54:26.658Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5232023-12-14T11:54:26.658Z+ TARGET_DIR=out
5242023-12-14T11:54:26.658Z+ DOWNLOAD_DIR=out/downloads
5252023-12-14T11:54:26.658Z+ DEST_DIR=./out/dendrite-stub
5262023-12-14T11:54:26.658Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5272023-12-14T11:54:26.658Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5282023-12-14T11:54:26.658Z+ REPO=oxidecomputer/dendrite
5292023-12-14T11:54:26.658Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b
5302023-12-14T11:54:26.658Z+ main
5312023-12-14T11:54:26.658Z+ [[ 0 != 0 ]]
5322023-12-14T11:54:26.659Z+ CIDL_OS=solaris2.11
5332023-12-14T11:54:26.659Z+ [[ 0 != 0 ]]
5342023-12-14T11:54:26.659Z+ configure_os solaris2.11
5352023-12-14T11:54:26.659Z+ echo 'current directory: /work/oxidecomputer/omicron'
5362023-12-14T11:54:26.659Zcurrent directory: /work/oxidecomputer/omicron
5372023-12-14T11:54:26.659Z+ echo 'configuring based on OS: "solaris2.11"'
5382023-12-14T11:54:26.659Z+ case "$1" in
5392023-12-14T11:54:26.659Zconfiguring based on OS: "solaris2.11"
5402023-12-14T11:54:26.659Z+ SET_BINARIES=
5412023-12-14T11:54:26.659Z+ CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5422023-12-14T11:54:26.659Z+ CIDL_SHA256FUNC=do_sha256sum
5432023-12-14T11:54:26.659Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5442023-12-14T11:54:26.661Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5452023-12-14T11:54:26.661Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5462023-12-14T11:54:26.661Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz'
5472023-12-14T11:54:26.661ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5482023-12-14T11:54:26.661Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5492023-12-14T11:54:26.661ZLocal file: out/downloads/dendrite-stub.tar.gz
5502023-12-14T11:54:26.661Z+ mkdir -p out/downloads
5512023-12-14T11:54:26.665Z+ mkdir -p ./out/dendrite-stub
5522023-12-14T11:54:26.666Z+ fetch_and_verify
5532023-12-14T11:54:26.666Z+ local DO_DOWNLOAD=true
5542023-12-14T11:54:26.666Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5552023-12-14T11:54:26.666Z+ '[' true == true ']'
5562023-12-14T11:54:26.666Z+ echo Downloading...
5572023-12-14T11:54:26.666ZDownloading...
5582023-12-14T11:54:26.666Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5592023-12-14T11:54:26.666Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz
5602023-12-14T11:54:36.158Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5612023-12-14T11:54:36.165Z++ sha256sum
5622023-12-14T11:54:36.165Z++ awk '{print $1}'
5632023-12-14T11:54:36.317Z+ calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9
5642023-12-14T11:54:36.317Z+ [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]]
5652023-12-14T11:54:36.331Z+ do_untar out/downloads/dendrite-stub.tar.gz
5662023-12-14T11:54:36.331Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5672023-12-14T11:54:37.455Z+ do_assemble
5682023-12-14T11:54:37.455Z+ rm -r ./out/dendrite-stub
5692023-12-14T11:54:37.464Z+ mkdir ./out/dendrite-stub
5702023-12-14T11:54:37.464Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5712023-12-14T11:54:37.648Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5722023-12-14T11:54:37.667Z+ set -o errexit
5732023-12-14T11:54:37.667Z+++ dirname ./tools/ci_download_maghemite_mgd
5742023-12-14T11:54:37.668Z++ cd ./tools
5752023-12-14T11:54:37.669Z++ pwd
5762023-12-14T11:54:37.669Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5772023-12-14T11:54:37.669Z++ basename ./tools/ci_download_maghemite_mgd
5782023-12-14T11:54:37.669Z+ ARG0=ci_download_maghemite_mgd
5792023-12-14T11:54:37.670Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5802023-12-14T11:54:37.670Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5812023-12-14T11:54:37.670Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5822023-12-14T11:54:37.670Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5832023-12-14T11:54:37.670Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5842023-12-14T11:54:37.670Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5852023-12-14T11:54:37.670Z+ TARGET_DIR=out
5862023-12-14T11:54:37.670Z+ DOWNLOAD_DIR=out/downloads
5872023-12-14T11:54:37.670Z+ DEST_DIR=./out/mgd
5882023-12-14T11:54:37.671Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5892023-12-14T11:54:37.671Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5902023-12-14T11:54:37.671Z+ REPO=oxidecomputer/maghemite
5912023-12-14T11:54:37.671Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5922023-12-14T11:54:37.689Z+ main
5932023-12-14T11:54:37.689Z+ [[ 0 != 0 ]]
5942023-12-14T11:54:37.689Z+ CIDL_OS=solaris2.11
5952023-12-14T11:54:37.689Z+ [[ 0 != 0 ]]
5962023-12-14T11:54:37.689Z+ configure_os solaris2.11
5972023-12-14T11:54:37.689Z+ echo 'current directory: /work/oxidecomputer/omicron'
5982023-12-14T11:54:37.689Zcurrent directory: /work/oxidecomputer/omicron
5992023-12-14T11:54:37.689Z+ echo 'configuring based on OS: "solaris2.11"'
6002023-12-14T11:54:37.689Z+ case "$1" in
6012023-12-14T11:54:37.690Z+ SET_BINARIES=
6022023-12-14T11:54:37.691Zconfiguring based on OS: "solaris2.11"
6032023-12-14T11:54:37.691Z+ CIDL_SHA256FUNC=do_sha256sum
6042023-12-14T11:54:37.691Z+ TARBALL_FILENAME=mgd.tar.gz
6052023-12-14T11:54:37.691Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6062023-12-14T11:54:37.691Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6072023-12-14T11:54:37.691ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6082023-12-14T11:54:37.691Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6092023-12-14T11:54:37.691Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6102023-12-14T11:54:37.691ZLocal file: out/downloads/mgd.tar.gz
6112023-12-14T11:54:37.691Z+ mkdir -p out/downloads
6122023-12-14T11:54:37.691Z+ mkdir -p ./out/mgd
6132023-12-14T11:54:37.691Z+ fetch_and_verify
6142023-12-14T11:54:37.691Z+ local DO_DOWNLOAD=true
6152023-12-14T11:54:37.691Z+ [[ -f out/downloads/mgd.tar.gz ]]
6162023-12-14T11:54:37.692Z+ '[' true == true ']'
6172023-12-14T11:54:37.692Z+ echo Downloading...
6182023-12-14T11:54:37.692ZDownloading...
6192023-12-14T11:54:37.692Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6202023-12-14T11:54:37.692Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6212023-12-14T11:54:41.639Z++ do_sha256sum out/downloads/mgd.tar.gz
6222023-12-14T11:54:41.651Z++ sha256sum
6232023-12-14T11:54:41.651Z++ awk '{print $1}'
6242023-12-14T11:54:41.713Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6252023-12-14T11:54:41.713Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6262023-12-14T11:54:41.716Z+ do_untar out/downloads/mgd.tar.gz
6272023-12-14T11:54:41.717Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6282023-12-14T11:54:42.435Z+ do_assemble
6292023-12-14T11:54:42.435Z+ rm -r ./out/mgd
6302023-12-14T11:54:42.438Z+ mkdir ./out/mgd
6312023-12-14T11:54:42.441Z+ cp -r out/downloads/root ./out/mgd/root
6322023-12-14T11:54:42.658Z+ set -o errexit
6332023-12-14T11:54:42.667Z+++ dirname ./tools/ci_download_transceiver_control
6342023-12-14T11:54:42.667Z++ cd ./tools
6352023-12-14T11:54:42.667Z++ pwd
6362023-12-14T11:54:42.667Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6372023-12-14T11:54:42.670Z++ basename ./tools/ci_download_transceiver_control
6382023-12-14T11:54:42.670Z+ ARG0=ci_download_transceiver_control
6392023-12-14T11:54:42.671Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6402023-12-14T11:54:42.671Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6412023-12-14T11:54:42.671Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6422023-12-14T11:54:42.671Z+ TARGET_DIR=out
6432023-12-14T11:54:42.671Z+ DOWNLOAD_DIR=out/downloads
6442023-12-14T11:54:42.671Z+ DEST_DIR=./out/transceiver-control
6452023-12-14T11:54:42.671Z+ BIN_DIR=/opt/oxide/bin
6462023-12-14T11:54:42.671Z+ BINARY=xcvradm
6472023-12-14T11:54:42.671Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6482023-12-14T11:54:42.671Z+ REPO=oxidecomputer/transceiver-control
6492023-12-14T11:54:42.671Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6502023-12-14T11:54:42.671Z+ main
6512023-12-14T11:54:42.671Z+ [[ 0 != 0 ]]
6522023-12-14T11:54:42.671Z+ CIDL_OS=solaris2.11
6532023-12-14T11:54:42.671Z+ [[ 0 != 0 ]]
6542023-12-14T11:54:42.671Z+ configure_os solaris2.11
6552023-12-14T11:54:42.671Z+ echo 'current directory: /work/oxidecomputer/omicron'
6562023-12-14T11:54:42.671Zcurrent directory: /work/oxidecomputer/omicron
6572023-12-14T11:54:42.671Z+ echo 'configuring based on OS: "solaris2.11"'
6582023-12-14T11:54:42.671Zconfiguring based on OS: "solaris2.11"
6592023-12-14T11:54:42.672Z+ case "$1" in
6602023-12-14T11:54:42.672Z+ SET_BINARIES=
6612023-12-14T11:54:42.672Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6622023-12-14T11:54:42.672Z+ CIDL_SHA256FUNC=do_sha256sum
6632023-12-14T11:54:42.672Z+ ARCHIVE_FILENAME=xcvradm.gz
6642023-12-14T11:54:42.672Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652023-12-14T11:54:42.673Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6662023-12-14T11:54:42.673Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6672023-12-14T11:54:42.673ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6682023-12-14T11:54:42.673Z+ echo 'Local file: out/downloads/xcvradm.gz'
6692023-12-14T11:54:42.673ZLocal file: out/downloads/xcvradm.gz
6702023-12-14T11:54:42.673Z+ mkdir -p out/downloads
6712023-12-14T11:54:42.677Z+ mkdir -p ./out/transceiver-control
6722023-12-14T11:54:42.677Z+ fetch_and_verify
6732023-12-14T11:54:42.677Z+ local DO_DOWNLOAD=true
6742023-12-14T11:54:42.677Z+ [[ -f out/downloads/xcvradm.gz ]]
6752023-12-14T11:54:42.677Z+ '[' true == true ']'
6762023-12-14T11:54:42.677Z+ echo Downloading...
6772023-12-14T11:54:42.677ZDownloading...
6782023-12-14T11:54:42.678Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6792023-12-14T11:54:42.678Z+ 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
6802023-12-14T11:54:45.407Z++ do_sha256sum out/downloads/xcvradm.gz
6812023-12-14T11:54:45.411Z++ sha256sum
6822023-12-14T11:54:45.411Z++ awk '{print $1}'
6832023-12-14T11:54:45.425Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6842023-12-14T11:54:45.426Z+ [[ 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 ]]
6852023-12-14T11:54:45.428Z+ do_unpack out/downloads/xcvradm.gz
6862023-12-14T11:54:45.429Z+ mkdir -p out/downloads/root//opt/oxide/bin
6872023-12-14T11:54:45.429Z+ gzip -dc out/downloads/xcvradm.gz
6882023-12-14T11:54:45.613Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6892023-12-14T11:54:45.616Z+ do_assemble
6902023-12-14T11:54:45.616Z+ rm -r ./out/transceiver-control
6912023-12-14T11:54:45.616Z+ mkdir ./out/transceiver-control
6922023-12-14T11:54:45.619Z+ cp -r out/downloads/root ./out/transceiver-control/root
6932023-12-14T11:54:45.863ZAll prerequisites installed successfully
6942023-12-14T11:54:45.867Z
6952023-12-14T11:54:45.867Zreal 2:24.742786408
6962023-12-14T11:54:45.867Zuser 56.200102145
6972023-12-14T11:54:45.867Zsys 11.387634980
6982023-12-14T11:54:45.867Ztrap 0.024219378
6992023-12-14T11:54:45.867Ztflt 0.361737734
7002023-12-14T11:54:45.867Zdflt 0.842433494
7012023-12-14T11:54:45.867Zkflt 0.334063414
7022023-12-14T11:54:45.867Zlock 2.069117399
7032023-12-14T11:54:45.867Zslp 4:30.637989704
7042023-12-14T11:54:45.867Zlat 4.302805178
7052023-12-14T11:54:45.867Zstop 0.071684499
7062023-12-14T11:54:45.867Z+ banner end-to-end-tests
7072023-12-14T11:54:45.966Z
7082023-12-14T11:54:45.966Z ###### # # ##### ##### #### ###### # # #####
7092023-12-14T11:54:45.967Z # ## # # # # # # # ## # # #
7102023-12-14T11:54:45.967Z ##### # # # # # ##### # # # ##### ##### # # # # #
7112023-12-14T11:54:45.967Z # # # # # # # # # # # # # # #
7122023-12-14T11:54:45.967Z # # ## # # # # # # # ## # #
7132023-12-14T11:54:45.967Z ###### # # ##### # #### ###### # # #####
7142023-12-14T11:54:45.967Z
7152023-12-14T11:54:45.970Z+ export CARGO_PROFILE_DEV_DEBUG=1
7162023-12-14T11:54:45.970Z+ CARGO_PROFILE_DEV_DEBUG=1
7172023-12-14T11:54:45.970Z+ export CARGO_PROFILE_TEST_DEBUG=1
7182023-12-14T11:54:45.970Z+ CARGO_PROFILE_TEST_DEBUG=1
7192023-12-14T11:54:45.970Z+ export CARGO_INCREMENTAL=0
7202023-12-14T11:54:45.970Z+ CARGO_INCREMENTAL=0
7212023-12-14T11:54:45.970Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7222023-12-14T11:54:46.309Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7232023-12-14T11:54:46.711Z Updating crates.io index
7242023-12-14T11:54:46.840Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252023-12-14T11:54:47.755Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262023-12-14T11:54:49.699Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272023-12-14T11:54:50.323Z Updating git repository `http://github.com/oxidecomputer/tofino`
7282023-12-14T11:54:50.672Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7292023-12-14T11:54:50.959Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7302023-12-14T11:54:51.243Z Updating git repository `https://github.com/oxidecomputer/propolis`
7312023-12-14T11:54:52.142Z Updating git repository `https://github.com/oxidecomputer/crucible`
7322023-12-14T11:54:54.435Z Updating git repository `https://github.com/oxidecomputer/opte`
7332023-12-14T11:54:55.456Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7342023-12-14T11:54:55.760Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7352023-12-14T11:54:56.371Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7362023-12-14T11:54:56.694Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7372023-12-14T11:54:57.032Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7382023-12-14T11:54:57.416Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392023-12-14T11:54:58.765Z Updating git repository `https://github.com/njaremko/samael`
7402023-12-14T11:54:59.431Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7412023-12-14T11:55:00.034Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7422023-12-14T11:55:00.398Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7432023-12-14T11:55:00.770Z Updating git repository `https://github.com/jgallagher/nix`
7442023-12-14T11:55:02.194Z Updating git repository `https://github.com/cbiffle/hubpack`
7452023-12-14T11:55:02.627Z Updating git repository `https://github.com/oxidecomputer/typify`
7462023-12-14T11:55:03.656Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7472023-12-14T11:55:04.045Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7482023-12-14T11:55:04.392Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7492023-12-14T11:55:05.967Z Downloading crates ...
7502023-12-14T11:55:06.211Z Downloaded dirs-sys-next v0.1.2
7512023-12-14T11:55:06.214Z Downloaded num-bigint v0.4.4
7522023-12-14T11:55:06.227Z Downloaded atty v0.2.14
7532023-12-14T11:55:06.233Z Downloaded cstr-argument v0.1.2
7542023-12-14T11:55:06.236Z Downloaded base16ct v0.2.0
7552023-12-14T11:55:06.240Z Downloaded async-stream v0.3.5
7562023-12-14T11:55:06.245Z Downloaded crossbeam-utils v0.8.16
7572023-12-14T11:55:06.250Z Downloaded byteorder v1.5.0
7582023-12-14T11:55:06.255Z Downloaded bcrypt-pbkdf v0.10.0
7592023-12-14T11:55:06.260Z Downloaded colorchoice v1.0.0
7602023-12-14T11:55:06.264Z Downloaded async-trait v0.1.74
7612023-12-14T11:55:06.273Z Downloaded nibble_vec v0.1.0
7622023-12-14T11:55:06.279Z Downloaded darling_macro v0.20.3
7632023-12-14T11:55:06.282Z Downloaded ahash v0.8.6
7642023-12-14T11:55:06.288Z Downloaded atomicwrites v0.4.2
7652023-12-14T11:55:06.294Z Downloaded crucible-workspace-hack v0.1.0
7662023-12-14T11:55:06.297Z Downloaded argon2 v0.5.2
7672023-12-14T11:55:06.300Z Downloaded quick-error v1.2.3
7682023-12-14T11:55:06.304Z Downloaded phf_shared v0.10.0
7692023-12-14T11:55:06.308Z Downloaded derive_more v0.99.17
7702023-12-14T11:55:06.320Z Downloaded openssl-macros v0.1.1
7712023-12-14T11:55:06.336Z Downloaded precomputed-hash v0.1.1
7722023-12-14T11:55:06.339Z Downloaded anstyle v1.0.2
7732023-12-14T11:55:06.339Z Downloaded pretty-hex v0.4.0
7742023-12-14T11:55:06.339Z Downloaded mime v0.3.17
7752023-12-14T11:55:06.339Z Downloaded percent-encoding v2.3.1
7762023-12-14T11:55:06.339Z Downloaded defmt-parser v0.3.3
7772023-12-14T11:55:06.344Z Downloaded cancel-safe-futures v0.1.5
7782023-12-14T11:55:06.348Z Downloaded predicates v3.0.4
7792023-12-14T11:55:06.353Z Downloaded foreign-types-shared v0.1.1
7802023-12-14T11:55:06.357Z Downloaded defmt v0.3.5
7812023-12-14T11:55:06.364Z Downloaded terminal_size v0.2.6
7822023-12-14T11:55:06.378Z Downloaded proc-macro-crate v1.3.1
7832023-12-14T11:55:06.381Z Downloaded anstyle-parse v0.2.1
7842023-12-14T11:55:06.381Z Downloaded predicates-core v1.0.6
7852023-12-14T11:55:06.381Z Downloaded pest_generator v2.7.2
7862023-12-14T11:55:06.385Z Downloaded ppv-lite86 v0.2.17
7872023-12-14T11:55:06.389Z Downloaded toolchain_find v0.2.0
7882023-12-14T11:55:06.389Z Downloaded native-tls v0.2.11
7892023-12-14T11:55:06.393Z Downloaded log v0.4.20
7902023-12-14T11:55:06.398Z Downloaded usdt-attr-macro v0.3.5
7912023-12-14T11:55:06.401Z Downloaded mime_guess v2.0.4
7922023-12-14T11:55:06.406Z Downloaded linked-hash-map v0.5.6
7932023-12-14T11:55:06.409Z Downloaded zeroize_derive v1.4.2
7942023-12-14T11:55:06.412Z Downloaded dirs v5.0.1
7952023-12-14T11:55:06.415Z Downloaded zone_cfg_derive v0.3.0
7962023-12-14T11:55:06.415Z Downloaded futures-executor v0.3.29
7972023-12-14T11:55:06.451Z Downloaded libsw v3.3.0
7982023-12-14T11:55:06.455Z Downloaded matches v0.1.10
7992023-12-14T11:55:06.455Z Downloaded tower-service v0.3.2
8002023-12-14T11:55:06.455Z Downloaded futures-sink v0.3.29
8012023-12-14T11:55:06.456Z Downloaded subtle v2.5.0
8022023-12-14T11:55:06.456Z Downloaded derive-where v1.2.6
8032023-12-14T11:55:06.456Z Downloaded foreign-types-shared v0.3.1
8042023-12-14T11:55:06.456Z Downloaded clap v4.4.3
8052023-12-14T11:55:06.460Z Downloaded serde_repr v0.1.16
8062023-12-14T11:55:06.466Z Downloaded untrusted v0.7.1
8072023-12-14T11:55:06.469Z Downloaded thiserror-impl v1.0.49
8082023-12-14T11:55:06.470Z Downloaded stable_deref_trait v1.2.0
8092023-12-14T11:55:06.473Z Downloaded zeroize v1.7.0
8102023-12-14T11:55:06.476Z Downloaded fxhash v0.2.1
8112023-12-14T11:55:06.476Z Downloaded equivalent v1.0.1
8122023-12-14T11:55:06.479Z Downloaded structmeta-derive v0.2.0
8132023-12-14T11:55:06.482Z Downloaded tinyvec_macros v0.1.1
8142023-12-14T11:55:06.482Z Downloaded foreign-types v0.3.2
8152023-12-14T11:55:06.485Z Downloaded either v1.9.0
8162023-12-14T11:55:06.488Z Downloaded vec_map v0.8.2
8172023-12-14T11:55:06.492Z Downloaded slog-bunyan v2.4.0
8182023-12-14T11:55:06.495Z Downloaded signal-hook-registry v1.4.1
8192023-12-14T11:55:06.495Z Downloaded p256 v0.13.2
8202023-12-14T11:55:06.501Z Downloaded generic-array v0.14.7
8212023-12-14T11:55:06.505Z Downloaded futures-task v0.3.29
8222023-12-14T11:55:06.508Z Downloaded swrite v0.1.0
8232023-12-14T11:55:06.512Z Downloaded parking_lot v0.11.2
8242023-12-14T11:55:06.516Z Downloaded serde_tokenstream v0.1.7
8252023-12-14T11:55:06.520Z Downloaded group v0.13.0
8262023-12-14T11:55:06.527Z Downloaded hyper-tls v0.5.0
8272023-12-14T11:55:06.531Z Downloaded http-range v0.1.5
8282023-12-14T11:55:06.531Z Downloaded rustc-demangle v0.1.23
8292023-12-14T11:55:06.534Z Downloaded hubpack v0.1.2
8302023-12-14T11:55:06.538Z Downloaded thiserror-no-std v2.0.2
8312023-12-14T11:55:06.543Z Downloaded embedded-io v0.4.0
8322023-12-14T11:55:06.546Z Downloaded home v0.5.5
8332023-12-14T11:55:06.549Z Downloaded fastrand v2.0.0
8342023-12-14T11:55:06.552Z Downloaded hyper-rustls v0.24.2
8352023-12-14T11:55:06.556Z Downloaded hash32 v0.2.1
8362023-12-14T11:55:06.559Z Downloaded rustls-pemfile v1.0.3
8372023-12-14T11:55:06.565Z Downloaded tokio-native-tls v0.3.1
8382023-12-14T11:55:06.568Z Downloaded iana-time-zone v0.1.57
8392023-12-14T11:55:06.574Z Downloaded thiserror-impl-no-std v2.0.2
8402023-12-14T11:55:06.577Z Downloaded sha1 v0.10.6
8412023-12-14T11:55:06.582Z Downloaded string_cache v0.8.7
8422023-12-14T11:55:06.588Z Downloaded openssl-probe v0.1.5
8432023-12-14T11:55:06.591Z Downloaded futures-io v0.3.29
8442023-12-14T11:55:06.591Z Downloaded serde_urlencoded v0.7.1
8452023-12-14T11:55:06.594Z Downloaded signature v2.1.0
8462023-12-14T11:55:06.597Z Downloaded tempfile v3.8.1
8472023-12-14T11:55:06.601Z Downloaded siphasher v0.3.11
8482023-12-14T11:55:06.605Z Downloaded thiserror v1.0.49
8492023-12-14T11:55:06.612Z Downloaded rand_chacha v0.2.2
8502023-12-14T11:55:06.615Z Downloaded tokio-stream v0.1.14
8512023-12-14T11:55:06.625Z Downloaded instant v0.1.12
8522023-12-14T11:55:06.628Z Downloaded take_mut v0.2.2
8532023-12-14T11:55:06.631Z Downloaded slog-stdlog v4.1.1
8542023-12-14T11:55:06.635Z Downloaded uuid v1.6.1
8552023-12-14T11:55:06.640Z Downloaded thread_local v1.1.7
8562023-12-14T11:55:06.643Z Downloaded is-terminal v0.4.9
8572023-12-14T11:55:06.648Z Downloaded lock_api v0.4.10
8582023-12-14T11:55:06.651Z Downloaded hubpack_derive v0.1.1
8592023-12-14T11:55:06.651Z Downloaded futures-macro v0.3.29
8602023-12-14T11:55:06.651Z Downloaded sec1 v0.7.3
8612023-12-14T11:55:06.655Z Downloaded paste v1.0.14
8622023-12-14T11:55:06.658Z Downloaded rustls-native-certs v0.6.3
8632023-12-14T11:55:06.662Z Downloaded schemars_derive v0.8.13
8642023-12-14T11:55:06.665Z Downloaded rand_core v0.6.4
8652023-12-14T11:55:06.669Z Downloaded static_assertions v1.1.0
8662023-12-14T11:55:06.671Z Downloaded crc32fast v1.3.2
8672023-12-14T11:55:06.675Z Downloaded strsim v0.10.0
8682023-12-14T11:55:06.680Z Downloaded der_derive v0.7.2
8692023-12-14T11:55:06.683Z Downloaded memoffset v0.9.0
8702023-12-14T11:55:06.683Z Downloaded toml v0.5.11
8712023-12-14T11:55:06.686Z Downloaded textwrap v0.11.0
8722023-12-14T11:55:06.692Z Downloaded scopeguard v1.2.0
8732023-12-14T11:55:06.695Z Downloaded rustfmt-wrapper v0.2.0
8742023-12-14T11:55:06.695Z Downloaded heck v0.3.3
8752023-12-14T11:55:06.696Z Downloaded float-cmp v0.9.0
8762023-12-14T11:55:06.700Z Downloaded slog-dtrace v0.2.3
8772023-12-14T11:55:06.703Z Downloaded slog-json v2.6.1
8782023-12-14T11:55:06.707Z Downloaded ipnetwork v0.20.0
8792023-12-14T11:55:06.707Z Downloaded rustversion v1.0.14
8802023-12-14T11:55:06.711Z Downloaded slog-envlogger v2.2.0
8812023-12-14T11:55:06.714Z Downloaded aes-gcm v0.10.3
8822023-12-14T11:55:06.722Z Downloaded typenum v1.16.0
8832023-12-14T11:55:06.725Z Downloaded num_enum v0.5.11
8842023-12-14T11:55:06.733Z Downloaded getrandom v0.2.10
8852023-12-14T11:55:06.739Z Downloaded serde_derive_internals v0.26.0
8862023-12-14T11:55:06.742Z Downloaded toml v0.7.8
8872023-12-14T11:55:06.748Z Downloaded smf v0.2.2
8882023-12-14T11:55:06.751Z Downloaded trust-dns-resolver v0.22.0
8892023-12-14T11:55:06.757Z Downloaded tar v0.4.40
8902023-12-14T11:55:06.765Z Downloaded socket2 v0.5.5
8912023-12-14T11:55:06.768Z Downloaded slog-term v2.9.0
8922023-12-14T11:55:06.771Z Downloaded flate2 v1.0.28
8932023-12-14T11:55:06.781Z Downloaded subprocess v0.2.9
8942023-12-14T11:55:06.787Z Downloaded serde_derive v1.0.193
8952023-12-14T11:55:06.792Z Downloaded trust-dns-server v0.22.1
8962023-12-14T11:55:06.805Z Downloaded pin-project v1.1.3
8972023-12-14T11:55:06.828Z Downloaded clap_builder v4.4.2
8982023-12-14T11:55:06.841Z Downloaded indexmap v2.1.0
8992023-12-14T11:55:06.849Z Downloaded unicode-segmentation v1.10.1
9002023-12-14T11:55:06.857Z Downloaded russh v0.40.1
9012023-12-14T11:55:06.868Z Downloaded unicode-normalization v0.1.22
9022023-12-14T11:55:06.877Z Downloaded hashbrown v0.13.2
9032023-12-14T11:55:06.887Z Downloaded futures-util v0.3.29
9042023-12-14T11:55:06.912Z Downloaded tokio-util v0.7.10
9052023-12-14T11:55:06.925Z Downloaded itertools v0.11.0
9062023-12-14T11:55:06.939Z Downloaded reqwest v0.11.22
9072023-12-14T11:55:06.957Z Downloaded zerocopy v0.7.26
9082023-12-14T11:55:06.987Z Downloaded h2 v0.3.21
9092023-12-14T11:55:07.000Z Downloaded hkdf v0.12.3
9102023-12-14T11:55:07.006Z Downloaded openssl v0.10.60
9112023-12-14T11:55:07.026Z Downloaded rustls-webpki v0.101.7
9122023-12-14T11:55:07.055Z Downloaded webpki-roots v0.25.2
9132023-12-14T11:55:07.064Z Downloaded syn v2.0.32
9142023-12-14T11:55:07.085Z Downloaded regress v0.7.1
9152023-12-14T11:55:07.102Z Downloaded trust-dns-proto v0.22.0
9162023-12-14T11:55:07.124Z Downloaded rustls v0.21.9
9172023-12-14T11:55:07.149Z Downloaded rustix v0.38.25
9182023-12-14T11:55:07.192Z Downloaded curve25519-dalek v4.1.1
9192023-12-14T11:55:07.208Z Downloaded rustix v0.37.23
9202023-12-14T11:55:07.245Z Downloaded zerocopy-derive v0.2.0
9212023-12-14T11:55:07.274Z Downloaded regex-syntax v0.7.5
9222023-12-14T11:55:07.299Z Downloaded zerocopy-derive v0.7.26
9232023-12-14T11:55:07.322Z Downloaded sled v0.34.7
9242023-12-14T11:55:07.344Z Downloaded regex-automata v0.4.3
9252023-12-14T11:55:07.378Z Downloaded tokio v1.35.0
9262023-12-14T11:55:07.483Z Downloaded regex-automata v0.3.8
9272023-12-14T11:55:07.486Z Downloaded zerocopy-derive v0.6.4
9282023-12-14T11:55:07.507Z Downloaded libc v0.2.151
9292023-12-14T11:55:07.562Z Downloaded bzip2-sys v0.1.11+1.0.8
9302023-12-14T11:55:07.591Z Downloaded regex-syntax v0.8.2
9312023-12-14T11:55:07.603Z Downloaded sha3 v0.10.8
9322023-12-14T11:55:07.617Z Downloaded smoltcp v0.10.0
9332023-12-14T11:55:07.639Z Downloaded bstr v1.6.0
9342023-12-14T11:55:07.661Z Downloaded openapiv3 v2.0.0
9352023-12-14T11:55:07.681Z Downloaded radix_trie v0.2.1
9362023-12-14T11:55:07.691Z Downloaded idna v0.2.3
9372023-12-14T11:55:07.704Z Downloaded regex v1.10.2
9382023-12-14T11:55:07.726Z Downloaded winapi v0.3.9
9392023-12-14T11:55:07.800Z Downloaded idna v0.5.0
9402023-12-14T11:55:07.811Z Downloaded object v0.32.1
9412023-12-14T11:55:07.829Z Downloaded encoding_rs v0.8.33
9422023-12-14T11:55:07.872Z Downloaded bstr v0.2.17
9432023-12-14T11:55:07.891Z Downloaded syn v1.0.109
9442023-12-14T11:55:07.908Z Downloaded smoltcp v0.9.1
9452023-12-14T11:55:07.930Z Downloaded gimli v0.28.0
9462023-12-14T11:55:07.942Z Downloaded vcpkg v0.2.15
9472023-12-14T11:55:08.015Z Downloaded chrono v0.4.31
9482023-12-14T11:55:08.028Z Downloaded hyper v0.14.27
9492023-12-14T11:55:08.044Z Downloaded diesel v2.1.4
9502023-12-14T11:55:08.076Z Downloaded petgraph v0.6.4
9512023-12-14T11:55:08.097Z Downloaded clap v2.34.0
9522023-12-14T11:55:08.110Z Downloaded winnow v0.5.15
9532023-12-14T11:55:08.131Z Downloaded rand v0.7.3
9542023-12-14T11:55:08.135Z Downloaded regex-automata v0.1.10
9552023-12-14T11:55:08.141Z Downloaded time v0.3.27
9562023-12-14T11:55:08.152Z Downloaded serde_json v1.0.108
9572023-12-14T11:55:08.166Z Downloaded serde_with v3.4.0
9582023-12-14T11:55:08.178Z Downloaded heapless v0.7.16
9592023-12-14T11:55:08.187Z Downloaded itertools v0.12.0
9602023-12-14T11:55:08.197Z Downloaded socket2 v0.4.9
9612023-12-14T11:55:08.201Z Downloaded hashbrown v0.12.3
9622023-12-14T11:55:08.207Z Downloaded tokio-postgres v0.7.10
9632023-12-14T11:55:08.215Z Downloaded http v0.2.11
9642023-12-14T11:55:08.222Z Downloaded hashbrown v0.14.2
9652023-12-14T11:55:08.232Z Downloaded toml_edit v0.21.0
9662023-12-14T11:55:08.269Z Downloaded rcgen v0.11.3
9672023-12-14T11:55:08.274Z Downloaded itertools v0.10.5
9682023-12-14T11:55:08.285Z Downloaded schemars v0.8.13
9692023-12-14T11:55:08.306Z Downloaded futures-channel v0.3.29
9702023-12-14T11:55:08.309Z Downloaded aho-corasick v1.0.4
9712023-12-14T11:55:08.321Z Downloaded snafu v0.7.5
9722023-12-14T11:55:08.331Z Downloaded ring v0.17.7
9732023-12-14T11:55:08.461Z Downloaded libm v0.2.7
9742023-12-14T11:55:08.478Z Downloaded nom v7.1.3
9752023-12-14T11:55:08.513Z Downloaded tokio-rustls v0.24.1
9762023-12-14T11:55:08.516Z Downloaded toml v0.8.8
9772023-12-14T11:55:08.516Z Downloaded ring v0.16.20
9782023-12-14T11:55:08.656Z Downloaded serde v1.0.193
9792023-12-14T11:55:08.661Z Downloaded tracing v0.1.37
9802023-12-14T11:55:08.668Z Downloaded url v2.5.0
9812023-12-14T11:55:08.674Z Downloaded tracing-core v0.1.31
9822023-12-14T11:55:08.680Z Downloaded term v0.7.0
9832023-12-14T11:55:08.687Z Downloaded proc-macro2 v1.0.69
9842023-12-14T11:55:08.690Z Downloaded elliptic-curve v0.13.8
9852023-12-14T11:55:08.695Z Downloaded slog v2.7.0
9862023-12-14T11:55:08.700Z Downloaded futures v0.3.29
9872023-12-14T11:55:08.708Z Downloaded spki v0.7.2
9882023-12-14T11:55:08.711Z Downloaded rustc_version v0.4.0
9892023-12-14T11:55:08.714Z Downloaded smallvec v1.11.2
9902023-12-14T11:55:08.717Z Downloaded aes v0.8.3
9912023-12-14T11:55:08.723Z Downloaded spin v0.5.2
9922023-12-14T11:55:08.726Z Downloaded phf_shared v0.11.2
9932023-12-14T11:55:08.729Z Downloaded fnv v1.0.7
9942023-12-14T11:55:08.729Z Downloaded flagset v0.4.3
9952023-12-14T11:55:08.732Z Downloaded synstructure v0.12.6
9962023-12-14T11:55:08.732Z Downloaded sct v0.7.0
9972023-12-14T11:55:08.737Z Downloaded serde_yaml v0.9.25
9982023-12-14T11:55:08.743Z Downloaded trust-dns-client v0.22.0
9992023-12-14T11:55:08.752Z Downloaded ed25519-dalek v2.0.0
10002023-12-14T11:55:08.757Z Downloaded tinyvec v1.6.0
10012023-12-14T11:55:08.762Z Downloaded structopt v0.3.26
10022023-12-14T11:55:08.775Z Downloaded toml_datetime v0.6.5
10032023-12-14T11:55:08.778Z Downloaded half v1.8.2
10042023-12-14T11:55:08.784Z Downloaded usdt v0.3.5
10052023-12-14T11:55:08.787Z Downloaded sha2 v0.10.8
10062023-12-14T11:55:08.787Z Downloaded vsss-rs v3.3.2
10072023-12-14T11:55:08.790Z Downloaded poly1305 v0.8.0
10082023-12-14T11:55:08.794Z Downloaded unicode-ident v1.0.12
10092023-12-14T11:55:08.799Z Downloaded slab v0.4.9
10102023-12-14T11:55:08.802Z Downloaded httparse v1.8.0
10112023-12-14T11:55:08.805Z Downloaded serde_spanned v0.6.4
10122023-12-14T11:55:08.806Z Downloaded slog-async v2.8.0
10132023-12-14T11:55:08.808Z Downloaded semver v0.11.0
10142023-12-14T11:55:08.812Z Downloaded tungstenite v0.20.1
10152023-12-14T11:55:08.816Z Downloaded fallible-iterator v0.2.0
10162023-12-14T11:55:08.820Z Downloaded errno v0.3.2
10172023-12-14T11:55:08.823Z Downloaded heck v0.4.1
10182023-12-14T11:55:08.823Z Downloaded r2d2 v0.8.10
10192023-12-14T11:55:08.826Z Downloaded structmeta v0.2.0
10202023-12-14T11:55:08.829Z Downloaded stringprep v0.1.3
10212023-12-14T11:55:08.829Z Downloaded russh-keys v0.40.1
10222023-12-14T11:55:08.832Z Downloaded ucd-trie v0.1.6
10232023-12-14T11:55:08.835Z Downloaded semver-parser v0.10.2
10242023-12-14T11:55:08.841Z Downloaded memchr v2.6.3
10252023-12-14T11:55:08.848Z Downloaded snafu-derive v0.7.5
10262023-12-14T11:55:08.851Z Downloaded spin v0.9.8
10272023-12-14T11:55:08.854Z Downloaded unicode-width v0.1.11
10282023-12-14T11:55:08.857Z Downloaded der v0.7.8
10292023-12-14T11:55:08.865Z Downloaded tracing-attributes v0.1.26
10302023-12-14T11:55:08.868Z Downloaded io-lifetimes v1.0.11
10312023-12-14T11:55:08.872Z Downloaded hostname v0.3.1
10322023-12-14T11:55:08.875Z Downloaded getopts v0.2.21
10332023-12-14T11:55:08.878Z Downloaded hyper-staticfile v0.9.5
10342023-12-14T11:55:08.881Z Downloaded form_urlencoded v1.2.1
10352023-12-14T11:55:08.884Z Downloaded waitgroup v0.1.2
10362023-12-14T11:55:08.885Z Downloaded arc-swap v1.6.0
10372023-12-14T11:55:08.889Z Downloaded tokio-macros v2.2.0
10382023-12-14T11:55:08.892Z Downloaded hmac v0.12.1
10392023-12-14T11:55:08.895Z Downloaded ryu v1.0.15
10402023-12-14T11:55:08.899Z Downloaded chacha20poly1305 v0.10.1
10412023-12-14T11:55:08.902Z Downloaded zip v0.6.6
10422023-12-14T11:55:08.909Z Downloaded getrandom v0.1.16
10432023-12-14T11:55:08.916Z Downloaded similar v2.3.0
10442023-12-14T11:55:08.922Z Downloaded zerocopy v0.6.4
10452023-12-14T11:55:08.925Z Downloaded semver v1.0.20
10462023-12-14T11:55:08.929Z Downloaded indexmap v1.9.3
10472023-12-14T11:55:08.935Z Downloaded rand v0.8.5
10482023-12-14T11:55:08.941Z Downloaded omicron-zone-package v0.9.1
10492023-12-14T11:55:08.946Z Downloaded phf v0.11.2
10502023-12-14T11:55:08.948Z Downloaded whoami v1.4.1
10512023-12-14T11:55:08.951Z Downloaded slog-scope v4.4.0
10522023-12-14T11:55:08.954Z Downloaded toml_edit v0.19.15
10532023-12-14T11:55:08.982Z Downloaded usdt-impl v0.3.5
10542023-12-14T11:55:08.985Z Downloaded bytes v1.5.0
10552023-12-14T11:55:08.991Z Downloaded yasna v0.5.2
10562023-12-14T11:55:08.994Z Downloaded rfc6979 v0.4.0
10572023-12-14T11:55:08.997Z Downloaded mio v0.8.9
10582023-12-14T11:55:09.006Z Downloaded serde_path_to_error v0.1.14
10592023-12-14T11:55:09.009Z Downloaded headers v0.3.9
10602023-12-14T11:55:09.086Z Downloaded postcard v1.0.8
10612023-12-14T11:55:09.093Z Downloaded cc v1.0.83
10622023-12-14T11:55:09.093Z Downloaded tokio-tungstenite v0.20.1
10632023-12-14T11:55:09.093Z Downloaded unsafe-libyaml v0.2.9
10642023-12-14T11:55:09.093Z Downloaded parking_lot v0.12.1
10652023-12-14T11:55:09.095Z Downloaded pest_meta v2.7.2
10662023-12-14T11:55:09.095Z Downloaded dyn-clone v1.0.13
10672023-12-14T11:55:09.095Z Downloaded secrecy v0.8.0
10682023-12-14T11:55:09.095Z Downloaded strum_macros v0.25.2
10692023-12-14T11:55:09.095Z Downloaded structopt-derive v0.4.18
10702023-12-14T11:55:09.095Z Downloaded try-lock v0.2.4
10712023-12-14T11:55:09.095Z Downloaded foreign-types v0.5.0
10722023-12-14T11:55:09.095Z Downloaded russh-cryptovec v0.7.0
10732023-12-14T11:55:09.095Z Downloaded crossbeam-epoch v0.9.15
10742023-12-14T11:55:09.095Z Downloaded const-oid v0.9.5
10752023-12-14T11:55:09.095Z Downloaded ghash v0.5.0
10762023-12-14T11:55:09.095Z Downloaded strum v0.25.0
10772023-12-14T11:55:09.095Z Downloaded version_check v0.9.4
10782023-12-14T11:55:09.096Z Downloaded proc-macro-error-attr v1.0.4
10792023-12-14T11:55:09.096Z Downloaded scheduled-thread-pool v0.2.7
10802023-12-14T11:55:09.096Z Downloaded crossbeam-channel v0.5.8
10812023-12-14T11:55:09.096Z Downloaded minimal-lexical v0.2.1
10822023-12-14T11:55:09.099Z Downloaded backtrace v0.3.69
10832023-12-14T11:55:09.102Z Downloaded resolv-conf v0.7.0
10842023-12-14T11:55:09.105Z Downloaded strsim v0.8.0
10852023-12-14T11:55:09.106Z Downloaded ed25519 v2.2.2
10862023-12-14T11:55:09.108Z Downloaded serde_tokenstream v0.2.0
10872023-12-14T11:55:09.115Z Downloaded dof v0.1.5
10882023-12-14T11:55:09.118Z Downloaded ident_case v1.0.1
10892023-12-14T11:55:09.119Z Downloaded untrusted v0.9.0
10902023-12-14T11:55:09.122Z Downloaded base64 v0.21.5
10912023-12-14T11:55:09.126Z Downloaded num-traits v0.2.16
10922023-12-14T11:55:09.131Z Downloaded dirs-next v2.0.0
10932023-12-14T11:55:09.133Z Downloaded thread-id v4.2.0
10942023-12-14T11:55:09.136Z Downloaded kstat-rs v0.2.3
10952023-12-14T11:55:09.137Z Downloaded keccak v0.1.4
10962023-12-14T11:55:09.140Z Downloaded ipnet v2.8.0
10972023-12-14T11:55:09.147Z Downloaded num-complex v0.4.4
10982023-12-14T11:55:09.147Z Downloaded inout v0.1.3
10992023-12-14T11:55:09.150Z Downloaded platforms v3.0.2
11002023-12-14T11:55:09.150Z Downloaded crypto-bigint v0.5.2
11012023-12-14T11:55:09.160Z Downloaded serde_with_macros v3.4.0
11022023-12-14T11:55:09.166Z Downloaded libefi-sys v0.1.0
11032023-12-14T11:55:09.169Z Downloaded postgres-types v0.2.6
11042023-12-14T11:55:09.169Z Downloaded postgres-protocol v0.6.6
11052023-12-14T11:55:09.172Z Downloaded pin-project-internal v1.1.3
11062023-12-14T11:55:09.174Z Downloaded parking_lot_core v0.8.6
11072023-12-14T11:55:09.178Z Downloaded once_cell v1.19.0
11082023-12-14T11:55:09.182Z Downloaded same-file v1.0.6
11092023-12-14T11:55:09.185Z Downloaded darling v0.20.3
11102023-12-14T11:55:09.190Z Downloaded futures-core v0.3.29
11112023-12-14T11:55:09.192Z Downloaded ff v0.13.0
11122023-12-14T11:55:09.195Z Downloaded ecdsa v0.16.9
11132023-12-14T11:55:09.198Z Downloaded unicode-bidi v0.3.13
11142023-12-14T11:55:09.201Z Downloaded pem-rfc7468 v0.7.0
11152023-12-14T11:55:09.205Z Downloaded password-hash v0.4.2
11162023-12-14T11:55:09.208Z Downloaded fixedbitset v0.4.2
11172023-12-14T11:55:09.214Z Downloaded filetime v0.2.23
11182023-12-14T11:55:09.217Z Downloaded headers-core v0.2.0
11192023-12-14T11:55:09.217Z Downloaded zerocopy v0.3.0
11202023-12-14T11:55:09.217Z Downloaded xattr v1.0.1
11212023-12-14T11:55:09.220Z Downloaded walkdir v2.4.0
11222023-12-14T11:55:09.224Z Downloaded proc-macro-error v1.0.4
11232023-12-14T11:55:09.229Z Downloaded quote v1.0.33
11242023-12-14T11:55:09.233Z Downloaded primeorder v0.13.6
11252023-12-14T11:55:09.236Z Downloaded zone v0.3.0
11262023-12-14T11:55:09.236Z Downloaded hex-literal v0.4.1
11272023-12-14T11:55:09.236Z Downloaded pkcs8 v0.10.2
11282023-12-14T11:55:09.240Z Downloaded pin-project-lite v0.2.13
11292023-12-14T11:55:09.248Z Downloaded parking_lot_core v0.9.8
11302023-12-14T11:55:09.252Z Downloaded addr2line v0.21.0
11312023-12-14T11:55:09.256Z Downloaded openssl-sys v0.9.96
11322023-12-14T11:55:09.264Z Downloaded console v0.15.7
11332023-12-14T11:55:09.269Z Downloaded ciborium-ll v0.2.1
11342023-12-14T11:55:09.272Z Downloaded linear-map v1.2.0
11352023-12-14T11:55:09.278Z Downloaded lazy_static v1.4.0
11362023-12-14T11:55:09.281Z Downloaded lalrpop-util v0.19.12
11372023-12-14T11:55:09.281Z Downloaded httpdate v1.0.3
11382023-12-14T11:55:09.281Z Downloaded http-body v0.4.5
11392023-12-14T11:55:09.281Z Downloaded hex v0.4.3
11402023-12-14T11:55:09.284Z Downloaded glob v0.3.1
11412023-12-14T11:55:09.287Z Downloaded enum-as-inner v0.5.1
11422023-12-14T11:55:09.290Z Downloaded num-integer v0.1.45
11432023-12-14T11:55:09.293Z Downloaded itoa v1.0.9
11442023-12-14T11:55:09.295Z Downloaded utf8parse v0.2.1
11452023-12-14T11:55:09.296Z Downloaded password-hash v0.5.0
11462023-12-14T11:55:09.298Z Downloaded pest_derive v2.7.2
11472023-12-14T11:55:09.301Z Downloaded parse-display-derive v0.8.2
11482023-12-14T11:55:09.304Z Downloaded cpufeatures v0.2.9
11492023-12-14T11:55:09.307Z Downloaded clap_derive v4.4.2
11502023-12-14T11:55:09.310Z Downloaded owo-colors v3.5.0
11512023-12-14T11:55:09.315Z Downloaded polyval v0.6.1
11522023-12-14T11:55:09.318Z Downloaded num-iter v0.1.43
11532023-12-14T11:55:09.318Z Downloaded debug-ignore v1.0.5
11542023-12-14T11:55:09.321Z Downloaded time-core v0.1.1
11552023-12-14T11:55:09.321Z Downloaded ciborium v0.2.1
11562023-12-14T11:55:09.325Z Downloaded autocfg v1.1.0
11572023-12-14T11:55:09.328Z Downloaded unicase v2.7.0
11582023-12-14T11:55:09.330Z Downloaded pbkdf2 v0.12.2
11592023-12-14T11:55:09.336Z Downloaded bit-set v0.5.3
11602023-12-14T11:55:09.336Z Downloaded camino-tempfile v1.1.1
11612023-12-14T11:55:09.341Z Downloaded foreign-types-macros v0.2.3
11622023-12-14T11:55:09.341Z Downloaded digest v0.10.7
11632023-12-14T11:55:09.344Z Downloaded pin-utils v0.1.0
11642023-12-14T11:55:09.344Z Downloaded anstream v0.5.0
11652023-12-14T11:55:09.347Z Downloaded cipher v0.4.4
11662023-12-14T11:55:09.350Z Downloaded diesel_table_macro_syntax v0.1.0
11672023-12-14T11:55:09.350Z Downloaded defmt-macros v0.3.6
11682023-12-14T11:55:09.354Z Downloaded managed v0.8.0
11692023-12-14T11:55:09.357Z Downloaded chacha20 v0.9.1
11702023-12-14T11:55:09.360Z Downloaded pbkdf2 v0.11.0
11712023-12-14T11:55:09.363Z Downloaded crypto-common v0.1.6
11722023-12-14T11:55:09.366Z Downloaded diesel_derives v2.1.2
11732023-12-14T11:55:09.370Z Downloaded doc-comment v0.3.3
11742023-12-14T11:55:09.374Z Downloaded dtrace-parser v0.1.14
11752023-12-14T11:55:09.374Z Downloaded colored v2.0.4
11762023-12-14T11:55:09.379Z Downloaded miniz_oxide v0.7.1
11772023-12-14T11:55:09.382Z Downloaded md-5 v0.10.5
11782023-12-14T11:55:09.382Z Downloaded bitflags v2.4.0
11792023-12-14T11:55:09.387Z Downloaded anyhow v1.0.75
11802023-12-14T11:55:09.393Z Downloaded want v0.3.1
11812023-12-14T11:55:09.399Z Downloaded camino v1.1.6
11822023-12-14T11:55:09.402Z Downloaded endian-type v0.1.2
11832023-12-14T11:55:09.402Z Downloaded data-encoding v2.4.0
11842023-12-14T11:55:09.402Z Downloaded utf-8 v0.7.6
11852023-12-14T11:55:09.402Z Downloaded universal-hash v0.5.1
11862023-12-14T11:55:09.405Z Downloaded unicode-xid v0.2.4
11872023-12-14T11:55:09.408Z Downloaded deranged v0.3.8
11882023-12-14T11:55:09.409Z Downloaded cobs v0.2.3
11892023-12-14T11:55:09.411Z Downloaded clap_lex v0.5.1
11902023-12-14T11:55:09.412Z Downloaded dirs-sys v0.4.1
11912023-12-14T11:55:09.415Z Downloaded async-stream-impl v0.3.5
11922023-12-14T11:55:09.415Z Downloaded ctr v0.9.2
11932023-12-14T11:55:09.418Z Downloaded lru-cache v0.1.2
11942023-12-14T11:55:09.421Z Downloaded convert_case v0.4.0
11952023-12-14T11:55:09.422Z Downloaded usdt-macro v0.3.5
11962023-12-14T11:55:09.426Z Downloaded normalize-line-endings v0.3.0
11972023-12-14T11:55:09.426Z Downloaded macaddr v1.0.1
11982023-12-14T11:55:09.426Z Downloaded num_enum_derive v0.5.11
11992023-12-14T11:55:09.430Z Downloaded aead v0.5.2
12002023-12-14T11:55:09.430Z Downloaded cbc v0.1.2
12012023-12-14T11:55:09.433Z Downloaded parse-display v0.8.2
12022023-12-14T11:55:09.433Z Downloaded option-ext v0.2.0
12032023-12-14T11:55:09.436Z Downloaded opaque-debug v0.3.0
12042023-12-14T11:55:09.436Z Downloaded match_cfg v0.1.0
12052023-12-14T11:55:09.436Z Downloaded num v0.4.1
12062023-12-14T11:55:09.439Z Downloaded blake2 v0.10.6
12072023-12-14T11:55:09.444Z Downloaded num-rational v0.4.1
12082023-12-14T11:55:09.448Z Downloaded bzip2 v0.4.4
12092023-12-14T11:55:09.448Z Downloaded num_threads v0.1.6
12102023-12-14T11:55:09.451Z Downloaded difflib v0.4.0
12112023-12-14T11:55:09.451Z Downloaded blowfish v0.9.1
12122023-12-14T11:55:09.454Z Downloaded block-buffer v0.10.4
12132023-12-14T11:55:09.454Z Downloaded cfg-if v1.0.0
12142023-12-14T11:55:09.457Z Downloaded num-derive v0.4.0
12152023-12-14T11:55:09.460Z Downloaded darling_core v0.20.3
12162023-12-14T11:55:09.469Z Downloaded md5 v0.7.0
12172023-12-14T11:55:09.472Z Downloaded multer v2.1.0
12182023-12-14T11:55:09.472Z Downloaded new_debug_unreachable v1.0.4
12192023-12-14T11:55:09.475Z Downloaded display-error-chain v0.2.0
12202023-12-14T11:55:09.475Z Downloaded time-macros v0.2.13
12212023-12-14T11:55:09.487Z Downloaded rand_core v0.5.1
12222023-12-14T11:55:09.487Z Downloaded rand_chacha v0.3.1
12232023-12-14T11:55:09.487Z Downloaded pest v2.7.2
12242023-12-14T11:55:09.491Z Downloaded pem v3.0.2
12252023-12-14T11:55:09.495Z Downloaded backoff v0.4.0
12262023-12-14T11:55:09.501Z Downloaded base64ct v1.6.0
12272023-12-14T11:55:09.505Z Downloaded pretty-hex v0.2.1
12282023-12-14T11:55:09.505Z Downloaded block-padding v0.3.3
12292023-12-14T11:55:09.505Z Downloaded ansi_term v0.12.1
12302023-12-14T11:55:09.508Z Downloaded pkg-config v0.3.27
12312023-12-14T11:55:09.544Z Downloaded num_cpus v1.16.0
12322023-12-14T11:55:09.547Z Downloaded bitflags v1.3.2
12332023-12-14T11:55:09.548Z Downloaded anstyle-query v1.0.0
12342023-12-14T11:55:09.550Z Downloaded ciborium-io v0.2.1
12352023-12-14T11:55:09.550Z Downloaded bit-vec v0.6.3
12362023-12-14T11:55:09.550Z Downloaded atomic-waker v1.1.1
12372023-12-14T11:55:09.550Z Downloaded adler v1.0.2
12382023-12-14T11:55:09.550Z Downloaded curve25519-dalek-derive v0.1.0
12392023-12-14T11:55:09.916Z Compiling proc-macro2 v1.0.69
12402023-12-14T11:55:09.916Z Compiling unicode-ident v1.0.12
12412023-12-14T11:55:09.919Z Compiling libc v0.2.151
12422023-12-14T11:55:09.919Z Compiling serde v1.0.193
12432023-12-14T11:55:09.936Z Compiling autocfg v1.1.0
12442023-12-14T11:55:09.939Z Compiling version_check v0.9.4
12452023-12-14T11:55:09.939Z Compiling cfg-if v1.0.0
12462023-12-14T11:55:10.140Z Compiling syn v1.0.109
12472023-12-14T11:55:10.166Z Compiling typenum v1.16.0
12482023-12-14T11:55:10.282Z Compiling parking_lot_core v0.9.8
12492023-12-14T11:55:11.062Z Compiling generic-array v0.14.7
12502023-12-14T11:55:11.190Z Compiling lock_api v0.4.10
12512023-12-14T11:55:12.513Z Compiling libm v0.2.7
12522023-12-14T11:55:12.646Z Compiling once_cell v1.19.0
12532023-12-14T11:55:12.705Z Compiling num-traits v0.2.16
12542023-12-14T11:55:12.728Z Compiling thiserror v1.0.49
12552023-12-14T11:55:12.731Z Compiling futures-core v0.3.29
12562023-12-14T11:55:13.001Z Compiling serde_json v1.0.108
12572023-12-14T11:55:13.168Z Compiling slab v0.4.9
12582023-12-14T11:55:13.288Z Compiling futures-channel v0.3.29
12592023-12-14T11:55:13.316Z Compiling futures-task v0.3.29
12602023-12-14T11:55:13.574Z Compiling memchr v2.6.3
12612023-12-14T11:55:13.679Z Compiling futures-util v0.3.29
12622023-12-14T11:55:13.853Z Compiling itoa v1.0.9
12632023-12-14T11:55:13.992Z Compiling scopeguard v1.2.0
12642023-12-14T11:55:14.091Z Compiling quote v1.0.33
12652023-12-14T11:55:14.186Z Compiling pkg-config v0.3.27
12662023-12-14T11:55:15.086Z Compiling syn v2.0.32
12672023-12-14T11:55:15.238Z Compiling getrandom v0.2.10
12682023-12-14T11:55:15.404Z Compiling cc v1.0.83
12692023-12-14T11:55:15.632Z Compiling rand_core v0.6.4
12702023-12-14T11:55:16.472Z Compiling byteorder v1.5.0
12712023-12-14T11:55:16.710Z Compiling log v0.4.20
12722023-12-14T11:55:16.791Z Compiling heck v0.4.1
12732023-12-14T11:55:16.863Z Compiling ryu v1.0.15
12742023-12-14T11:55:17.481Z Compiling subtle v2.5.0
12752023-12-14T11:55:17.731Z Compiling smallvec v1.11.2
12762023-12-14T11:55:18.114Z Compiling schemars v0.8.13
12772023-12-14T11:55:18.399Z Compiling semver v1.0.20
12782023-12-14T11:55:18.420Z Compiling vcpkg v0.2.15
12792023-12-14T11:55:19.689Z Compiling httparse v1.8.0
12802023-12-14T11:55:19.833Z Compiling indexmap v1.9.3
12812023-12-14T11:55:19.892Z Compiling equivalent v1.0.1
12822023-12-14T11:55:20.043Z Compiling hashbrown v0.14.2
12832023-12-14T11:55:20.300Z Compiling pin-project-lite v0.2.13
12842023-12-14T11:55:20.421Z Compiling ring v0.17.7
12852023-12-14T11:55:20.464Z Compiling ring v0.16.20
12862023-12-14T11:55:22.052Z Compiling const-oid v0.9.5
12872023-12-14T11:55:22.144Z Compiling parking_lot v0.12.1
12882023-12-14T11:55:22.196Z Compiling openssl-sys v0.9.96
12892023-12-14T11:55:22.326Z Compiling ahash v0.8.6
12902023-12-14T11:55:22.829Z Compiling fnv v1.0.7
12912023-12-14T11:55:23.785Z Compiling openssl v0.10.60
12922023-12-14T11:55:24.156Z Compiling rustls v0.21.9
12932023-12-14T11:55:24.358Z Compiling iana-time-zone v0.1.57
12942023-12-14T11:55:24.511Z Compiling ucd-trie v0.1.6
12952023-12-14T11:55:25.066Z Compiling native-tls v0.2.11
12962023-12-14T11:55:25.365Z Compiling mio v0.8.9
12972023-12-14T11:55:25.485Z Compiling num_cpus v1.16.0
12982023-12-14T11:55:25.529Z Compiling socket2 v0.5.5
12992023-12-14T11:55:25.550Z Compiling signal-hook-registry v1.4.1
13002023-12-14T11:55:25.826Z Compiling spin v0.5.2
13012023-12-14T11:55:27.098Z Compiling serde_derive_internals v0.26.0
13022023-12-14T11:55:27.629Z Compiling async-trait v0.1.74
13032023-12-14T11:55:27.751Z Compiling dyn-clone v1.0.13
13042023-12-14T11:55:28.075Z Compiling futures-sink v0.3.29
13052023-12-14T11:55:28.211Z Compiling aho-corasick v1.0.4
13062023-12-14T11:55:28.335Z Compiling tinyvec_macros v0.1.1
13072023-12-14T11:55:28.358Z Compiling rustix v0.38.25
13082023-12-14T11:55:28.452Z Compiling regex-syntax v0.8.2
13092023-12-14T11:55:28.819Z Compiling tinyvec v1.6.0
13102023-12-14T11:55:29.538Z Compiling backtrace v0.3.69
13112023-12-14T11:55:30.216Z Compiling pin-utils v0.1.0
13122023-12-14T11:55:30.730Z Compiling winnow v0.5.15
13132023-12-14T11:55:30.876Z Compiling futures-io v0.3.29
13142023-12-14T11:55:31.341Z Compiling unicode-normalization v0.1.22
13152023-12-14T11:55:31.414Z Compiling spin v0.9.8
13162023-12-14T11:55:31.930Z Compiling tracing-core v0.1.31
13172023-12-14T11:55:32.327Z Compiling unicode-bidi v0.3.13
13182023-12-14T11:55:33.391Z Compiling cpufeatures v0.2.9
13192023-12-14T11:55:34.370Z Compiling regex-automata v0.4.3
13202023-12-14T11:55:35.954Z Compiling crc32fast v1.3.2
13212023-12-14T11:55:36.023Z Compiling anyhow v1.0.75
13222023-12-14T11:55:37.453Z Compiling time-core v0.1.1
13232023-12-14T11:55:37.477Z Compiling base64 v0.21.5
13242023-12-14T11:55:38.054Z Compiling time-macros v0.2.13
13252023-12-14T11:55:38.665Z Compiling num-integer v0.1.45
13262023-12-14T11:55:39.060Z Compiling serde_derive v1.0.193
13272023-12-14T11:55:39.092Z Compiling zeroize_derive v1.4.2
13282023-12-14T11:55:39.589Z Compiling thiserror-impl v1.0.49
13292023-12-14T11:55:39.665Z Compiling tokio-macros v2.2.0
13302023-12-14T11:55:41.698Z Compiling zeroize v1.7.0
13312023-12-14T11:55:42.237Z Compiling futures-macro v0.3.29
13322023-12-14T11:55:42.490Z Compiling tracing-attributes v0.1.26
13332023-12-14T11:55:43.395Z Compiling schemars_derive v0.8.13
13342023-12-14T11:55:44.724Z Compiling crypto-common v0.1.6
13352023-12-14T11:55:44.821Z Compiling zerocopy-derive v0.7.26
13362023-12-14T11:55:45.047Z Compiling block-buffer v0.10.4
13372023-12-14T11:55:45.369Z Compiling pest v2.7.2
13382023-12-14T11:55:45.443Z Compiling openssl-macros v0.1.1
13392023-12-14T11:55:45.823Z Compiling digest v0.10.7
13402023-12-14T11:55:48.551Z Compiling zerocopy v0.7.26
13412023-12-14T11:55:49.051Z Compiling regex v1.10.2
13422023-12-14T11:55:49.074Z Compiling tracing v0.1.37
13432023-12-14T11:55:49.936Z Compiling der_derive v0.7.2
13442023-12-14T11:55:50.992Z Compiling untrusted v0.7.1
13452023-12-14T11:55:51.280Z Compiling hashbrown v0.12.3
13462023-12-14T11:55:51.440Z Compiling percent-encoding v2.3.1
13472023-12-14T11:55:51.864Z Compiling hashbrown v0.13.2
13482023-12-14T11:55:52.009Z Compiling unicode-width v0.1.11
13492023-12-14T11:55:52.240Z Compiling openssl-probe v0.1.5
13502023-12-14T11:55:52.333Z Compiling untrusted v0.9.0
13512023-12-14T11:55:52.601Z Compiling slog v2.7.0
13522023-12-14T11:55:52.789Z Compiling unicode-xid v0.2.4
13532023-12-14T11:55:53.019Z Compiling foreign-types-shared v0.1.1
13542023-12-14T11:55:53.152Z Compiling foreign-types v0.3.2
13552023-12-14T11:55:53.283Z Compiling synstructure v0.12.6
13562023-12-14T11:55:56.455Z Compiling errno v0.3.2
13572023-12-14T11:55:56.783Z Compiling ppv-lite86 v0.2.17
13582023-12-14T11:55:56.892Z Compiling try-lock v0.2.4
13592023-12-14T11:55:57.093Z Compiling want v0.3.1
13602023-12-14T11:55:57.540Z Compiling sct v0.7.0
13612023-12-14T11:55:57.568Z Compiling rustls-webpki v0.101.7
13622023-12-14T11:55:58.166Z Compiling zerocopy-derive v0.2.0
13632023-12-14T11:55:59.125Z Compiling form_urlencoded v1.2.1
13642023-12-14T11:55:59.620Z Compiling pest_meta v2.7.2
13652023-12-14T11:56:00.250Z Compiling socket2 v0.4.9
13662023-12-14T11:56:00.547Z Compiling httpdate v1.0.3
13672023-12-14T11:56:00.795Z Compiling tower-service v0.3.2
13682023-12-14T11:56:00.962Z Compiling io-lifetimes v1.0.11
13692023-12-14T11:56:01.770Z Compiling pest_generator v2.7.2
13702023-12-14T11:56:02.713Z Compiling rustls-pemfile v1.0.3
13712023-12-14T11:56:03.305Z Compiling idna v0.5.0
13722023-12-14T11:56:03.953Z Compiling bytes v1.5.0
13732023-12-14T11:56:04.788Z Compiling indexmap v2.1.0
13742023-12-14T11:56:06.030Z Compiling uuid v1.6.1
13752023-12-14T11:56:06.064Z Compiling chrono v0.4.31
13762023-12-14T11:56:06.191Z Compiling tokio v1.35.0
13772023-12-14T11:56:06.401Z Compiling rustc_version v0.4.0
13782023-12-14T11:56:06.876Z Compiling http v0.2.11
13792023-12-14T11:56:08.129Z Compiling toml_datetime v0.6.5
13802023-12-14T11:56:08.674Z Compiling serde_spanned v0.6.4
13812023-12-14T11:56:08.855Z Compiling bitflags v2.4.0
13822023-12-14T11:56:09.485Z Compiling toml_edit v0.19.15
13832023-12-14T11:56:09.488Z Compiling http-body v0.4.5
13842023-12-14T11:56:12.685Z Compiling heapless v0.7.16
13852023-12-14T11:56:13.321Z Compiling openapiv3 v2.0.0
13862023-12-14T11:56:14.108Z Compiling lazy_static v1.4.0
13872023-12-14T11:56:14.856Z Compiling adler v1.0.2
13882023-12-14T11:56:15.904Z Compiling crossbeam-utils v0.8.16
13892023-12-14T11:56:16.685Z Compiling miniz_oxide v0.7.1
13902023-12-14T11:56:17.657Z Compiling pest_derive v2.7.2
13912023-12-14T11:56:18.819Z Compiling url v2.5.0
13922023-12-14T11:56:21.118Z Compiling tokio-util v0.7.10
13932023-12-14T11:56:22.016Z Compiling tokio-rustls v0.24.1
13942023-12-14T11:56:22.655Z Compiling tokio-native-tls v0.3.1
13952023-12-14T11:56:23.057Z Compiling h2 v0.3.21
13962023-12-14T11:56:23.078Z Compiling rustls-native-certs v0.6.3
13972023-12-14T11:56:23.540Z Compiling rand_chacha v0.3.1
13982023-12-14T11:56:23.704Z Compiling usdt-impl v0.3.5
13992023-12-14T11:56:24.432Z Compiling rustix v0.37.23
14002023-12-14T11:56:25.318Z Compiling ipnet v2.8.0
14012023-12-14T11:56:25.640Z Compiling rand v0.8.5
14022023-12-14T11:56:26.324Z Compiling serde_urlencoded v0.7.1
14032023-12-14T11:56:27.061Z Compiling encoding_rs v0.8.33
14042023-12-14T11:56:27.117Z Compiling webpki-roots v0.25.2
14052023-12-14T11:56:27.357Z Compiling gimli v0.28.0
14062023-12-14T11:56:27.479Z Compiling mime v0.3.17
14072023-12-14T11:56:29.536Z Compiling zerocopy v0.3.0
14082023-12-14T11:56:30.271Z Compiling object v0.32.1
14092023-12-14T11:56:30.769Z Compiling num-bigint v0.4.4
14102023-12-14T11:56:31.782Z Compiling rustc-demangle v0.1.23
14112023-12-14T11:56:32.676Z Compiling dof v0.1.5
14122023-12-14T11:56:33.373Z Compiling flate2 v1.0.28
14132023-12-14T11:56:33.689Z Compiling dtrace-parser v0.1.14
14142023-12-14T11:56:34.111Z Compiling bzip2-sys v0.1.11+1.0.8
14152023-12-14T11:56:34.174Z Compiling thread-id v4.2.0
14162023-12-14T11:56:34.331Z Compiling addr2line v0.21.0
14172023-12-14T11:56:34.811Z Compiling hyper v0.14.27
14182023-12-14T11:56:34.970Z Compiling rustversion v1.0.14
14192023-12-14T11:56:36.107Z Compiling toml v0.7.8
14202023-12-14T11:56:36.223Z Compiling toml_edit v0.21.0
14212023-12-14T11:56:36.998Z Compiling serde_tokenstream v0.1.7
14222023-12-14T11:56:37.905Z Compiling hex v0.4.3
14232023-12-14T11:56:38.390Z Compiling serde_tokenstream v0.2.0
14242023-12-14T11:56:38.931Z Compiling memoffset v0.9.0
14252023-12-14T11:56:39.217Z Compiling strsim v0.10.0
14262023-12-14T11:56:39.324Z Compiling base64ct v1.6.0
14272023-12-14T11:56:41.060Z Compiling regress v0.7.1
14282023-12-14T11:56:43.350Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14292023-12-14T11:56:43.607Z Compiling doc-comment v0.3.3
14302023-12-14T11:56:44.074Z Compiling bitflags v1.3.2
14312023-12-14T11:56:44.213Z Compiling smoltcp v0.9.1
14322023-12-14T11:56:45.335Z Compiling pem-rfc7468 v0.7.0
14332023-12-14T11:56:45.798Z Compiling strum_macros v0.25.2
14342023-12-14T11:56:46.341Z Compiling hyper-tls v0.5.0
14352023-12-14T11:56:46.533Z Compiling hyper-rustls v0.24.2
14362023-12-14T11:56:46.581Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14372023-12-14T11:56:46.834Z Compiling usdt-attr-macro v0.3.5
14382023-12-14T11:56:47.376Z Compiling reqwest v0.11.22
14392023-12-14T11:56:47.593Z Compiling usdt-macro v0.3.5
14402023-12-14T11:56:49.266Z Compiling hmac v0.12.1
14412023-12-14T11:56:50.112Z Compiling enum-as-inner v0.5.1
14422023-12-14T11:56:51.525Z Compiling num-iter v0.1.43
14432023-12-14T11:56:51.779Z Compiling crossbeam-epoch v0.9.15
14442023-12-14T11:56:51.971Z Compiling unicode-segmentation v1.10.1
14452023-12-14T11:56:52.226Z Compiling flagset v0.4.3
14462023-12-14T11:56:52.401Z Compiling siphasher v0.3.11
14472023-12-14T11:56:52.582Z Compiling der v0.7.8
14482023-12-14T11:56:53.485Z Compiling hubpack_derive v0.1.1
14492023-12-14T11:56:53.810Z Compiling zerocopy-derive v0.6.4
14502023-12-14T11:56:54.223Z Compiling pin-project-internal v1.1.3
14512023-12-14T11:56:56.076Z Compiling num_threads v0.1.6
14522023-12-14T11:56:56.251Z Compiling deranged v0.3.8
14532023-12-14T11:56:56.497Z Compiling utf8parse v0.2.1
14542023-12-14T11:56:58.243Z Compiling anstyle v1.0.2
14552023-12-14T11:56:58.713Z Compiling sha2 v0.10.8
14562023-12-14T11:56:59.273Z Compiling time v0.3.27
14572023-12-14T11:56:59.502Z Compiling anstyle-parse v0.2.1
14582023-12-14T11:57:00.002Z Compiling spki v0.7.2
14592023-12-14T11:57:01.815Z Compiling md-5 v0.10.5
14602023-12-14T11:57:02.493Z Compiling block-padding v0.3.3
14612023-12-14T11:57:02.888Z Compiling clap_derive v4.4.2
14622023-12-14T11:57:03.026Z Compiling stringprep v0.1.3
14632023-12-14T11:57:04.661Z Compiling diesel_table_macro_syntax v0.1.0
14642023-12-14T11:57:04.935Z Compiling hash32 v0.2.1
14652023-12-14T11:57:05.223Z Compiling colorchoice v1.0.0
14662023-12-14T11:57:05.455Z Compiling stable_deref_trait v1.2.0
14672023-12-14T11:57:05.517Z Compiling either v1.9.0
14682023-12-14T11:57:05.640Z Compiling fallible-iterator v0.2.0
14692023-12-14T11:57:05.811Z Compiling anstyle-query v1.0.0
14702023-12-14T11:57:05.983Z Compiling anstream v0.5.0
14712023-12-14T11:57:06.839Z Compiling postgres-protocol v0.6.6
14722023-12-14T11:57:08.390Z Compiling diesel_derives v2.1.2
14732023-12-14T11:57:08.428Z Compiling inout v0.1.3
14742023-12-14T11:57:08.844Z Compiling terminal_size v0.2.6
14752023-12-14T11:57:09.244Z Compiling pkcs8 v0.10.2
14762023-12-14T11:57:10.137Z Compiling phf_shared v0.11.2
14772023-12-14T11:57:11.622Z Compiling ff v0.13.0
14782023-12-14T11:57:11.978Z Compiling snafu-derive v0.7.5
14792023-12-14T11:57:11.999Z Compiling serde_repr v0.1.16
14802023-12-14T11:57:12.037Z Compiling scheduled-thread-pool v0.2.7
14812023-12-14T11:57:12.921Z Compiling managed v0.8.0
14822023-12-14T11:57:13.632Z Compiling clap_lex v0.5.1
14832023-12-14T11:57:13.863Z Compiling base16ct v0.2.0
14842023-12-14T11:57:14.413Z Compiling bit-vec v0.6.3
14852023-12-14T11:57:14.521Z Compiling matches v0.1.10
14862023-12-14T11:57:14.657Z Compiling regex-automata v0.1.10
14872023-12-14T11:57:14.914Z Compiling idna v0.2.3
14882023-12-14T11:57:15.308Z Compiling sec1 v0.7.3
14892023-12-14T11:57:15.448Z Compiling bstr v0.2.17
14902023-12-14T11:57:16.191Z Compiling clap_builder v4.4.2
14912023-12-14T11:57:17.978Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14922023-12-14T11:57:21.779Z Compiling r2d2 v0.8.10
14932023-12-14T11:57:22.837Z Compiling group v0.13.0
14942023-12-14T11:57:25.044Z Compiling phf v0.11.2
14952023-12-14T11:57:25.484Z Compiling bzip2 v0.4.4
14962023-12-14T11:57:26.116Z Compiling cipher v0.4.4
14972023-12-14T11:57:26.540Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14982023-12-14T11:57:26.733Z Compiling postgres-types v0.2.6
14992023-12-14T11:57:26.914Z Compiling itertools v0.11.0
15002023-12-14T11:57:28.169Z Compiling pin-project v1.1.3
15012023-12-14T11:57:28.340Z Compiling zerocopy v0.6.4
15022023-12-14T11:57:29.304Z Compiling hubpack v0.1.2
15032023-12-14T11:57:29.739Z Compiling phf_shared v0.10.0
15042023-12-14T11:57:30.360Z Compiling hkdf v0.12.3
15052023-12-14T11:57:30.432Z Compiling ipnetwork v0.20.0
15062023-12-14T11:57:30.745Z Compiling crypto-bigint v0.5.2
15072023-12-14T11:57:30.870Z Compiling futures-executor v0.3.29
15082023-12-14T11:57:31.803Z Compiling getopts v0.2.21
15092023-12-14T11:57:31.827Z Compiling float-cmp v0.9.0
15102023-12-14T11:57:32.159Z Compiling new_debug_unreachable v1.0.4
15112023-12-14T11:57:32.592Z Compiling static_assertions v1.1.0
15122023-12-14T11:57:32.731Z Compiling precomputed-hash v0.1.1
15132023-12-14T11:57:32.889Z Compiling data-encoding v2.4.0
15142023-12-14T11:57:33.524Z Compiling regex-automata v0.3.8
15152023-12-14T11:57:35.673Z Compiling minimal-lexical v0.2.1
15162023-12-14T11:57:36.487Z Compiling normalize-line-endings v0.3.0
15172023-12-14T11:57:36.629Z Compiling fixedbitset v0.4.2
15182023-12-14T11:57:36.897Z Compiling unsafe-libyaml v0.2.9
15192023-12-14T11:57:37.408Z Compiling difflib v0.4.0
15202023-12-14T11:57:37.511Z Compiling predicates-core v1.0.6
15212023-12-14T11:57:38.058Z Compiling whoami v1.4.1
15222023-12-14T11:57:38.759Z Compiling tokio-postgres v0.7.10
15232023-12-14T11:57:39.970Z Compiling trust-dns-proto v0.22.0
15242023-12-14T11:57:40.106Z Compiling serde_yaml v0.9.25
15252023-12-14T11:57:40.138Z Compiling predicates v3.0.4
15262023-12-14T11:57:41.654Z Compiling petgraph v0.6.4
15272023-12-14T11:57:42.421Z Compiling nom v7.1.3
15282023-12-14T11:57:42.895Z Compiling bstr v1.6.0
15292023-12-14T11:57:44.365Z Compiling diesel v2.1.4
15302023-12-14T11:57:45.448Z Compiling elliptic-curve v0.13.8
15312023-12-14T11:57:46.683Z Compiling string_cache v0.8.7
15322023-12-14T11:57:47.363Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15332023-12-14T11:57:47.434Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15342023-12-14T11:57:48.464Z Compiling futures v0.3.29
15352023-12-14T11:57:50.172Z Compiling yasna v0.5.2
15362023-12-14T11:57:53.426Z Compiling snafu v0.7.5
15372023-12-14T11:57:54.356Z Compiling zip v0.6.6
15382023-12-14T11:57:55.367Z Compiling clap v4.4.3
15392023-12-14T11:57:55.703Z Compiling similar v2.3.0
15402023-12-14T11:57:56.126Z Compiling bit-set v0.5.3
15412023-12-14T11:57:56.567Z Compiling itertools v0.10.5
15422023-12-14T11:57:56.734Z Compiling usdt v0.3.5
15432023-12-14T11:57:57.468Z Compiling tokio-stream v0.1.14
15442023-12-14T11:57:57.779Z Compiling console v0.15.7
15452023-12-14T11:57:59.897Z Compiling lalrpop-util v0.19.12
15462023-12-14T11:58:00.344Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15472023-12-14T11:58:49.802Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15482023-12-14T11:58:52.148Z Compiling sha1 v0.10.6
15492023-12-14T11:58:54.136Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15502023-12-14T11:59:04.509Z Compiling atty v0.2.14
15512023-12-14T11:59:04.702Z Compiling match_cfg v0.1.0
15522023-12-14T11:59:04.839Z Compiling hostname v0.3.1
15532023-12-14T11:59:05.156Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15542023-12-14T11:59:05.197Z Compiling dirs-sys-next v0.1.2
15552023-12-14T11:59:05.459Z Compiling ident_case v1.0.1
15562023-12-14T11:59:05.708Z Compiling darling_core v0.20.3
15572023-12-14T11:59:06.002Z Compiling dirs-next v2.0.0
15582023-12-14T11:59:06.227Z Compiling thread_local v1.1.7
15592023-12-14T11:59:06.276Z Compiling slog-async v2.8.0
15602023-12-14T11:59:07.055Z Compiling camino v1.1.6
15612023-12-14T11:59:07.427Z Compiling term v0.7.0
15622023-12-14T11:59:08.070Z Compiling crossbeam-channel v0.5.8
15632023-12-14T11:59:08.101Z Compiling multer v2.1.0
15642023-12-14T11:59:08.269Z Compiling instant v0.1.12
15652023-12-14T11:59:08.477Z Compiling paste v1.0.14
15662023-12-14T11:59:08.545Z Compiling take_mut v0.2.2
15672023-12-14T11:59:08.865Z Compiling slog-term v2.9.0
15682023-12-14T11:59:09.948Z Compiling slog-json v2.6.1
15692023-12-14T11:59:10.546Z Compiling async-stream-impl v0.3.5
15702023-12-14T11:59:10.945Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15712023-12-14T11:59:11.063Z Compiling debug-ignore v1.0.5
15722023-12-14T11:59:11.084Z Compiling atomic-waker v1.1.1
15732023-12-14T11:59:11.278Z Compiling waitgroup v0.1.2
15742023-12-14T11:59:11.347Z Compiling slog-bunyan v2.4.0
15752023-12-14T11:59:11.634Z Compiling toml v0.8.8
15762023-12-14T11:59:11.933Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15772023-12-14T11:59:12.895Z Compiling async-stream v0.3.5
15782023-12-14T11:59:13.375Z Compiling serde_path_to_error v0.1.14
15792023-12-14T11:59:13.401Z Compiling structmeta-derive v0.2.0
15802023-12-14T11:59:13.547Z Compiling strum v0.25.0
15812023-12-14T11:59:13.646Z Compiling regex-syntax v0.7.5
15822023-12-14T11:59:13.787Z Compiling backoff v0.4.0
15832023-12-14T11:59:14.307Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15842023-12-14T11:59:14.610Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15852023-12-14T11:59:14.807Z Compiling macaddr v1.0.1
15862023-12-14T11:59:14.829Z Compiling proc-macro-error-attr v1.0.4
15872023-12-14T11:59:15.371Z Compiling proc-macro-crate v1.3.1
15882023-12-14T11:59:15.484Z Compiling proc-macro-error v1.0.4
15892023-12-14T11:59:16.011Z Compiling darling_macro v0.20.3
15902023-12-14T11:59:16.128Z Compiling smoltcp v0.10.0
15912023-12-14T11:59:16.870Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15922023-12-14T11:59:17.153Z Compiling num_enum_derive v0.5.11
15932023-12-14T11:59:17.475Z Compiling fastrand v2.0.0
15942023-12-14T11:59:17.747Z Compiling darling v0.20.3
15952023-12-14T11:59:17.911Z Compiling serde_with_macros v3.4.0
15962023-12-14T11:59:18.383Z Compiling cobs v0.2.3
15972023-12-14T11:59:18.468Z Compiling structmeta v0.2.0
15982023-12-14T11:59:18.534Z Compiling embedded-io v0.4.0
15992023-12-14T11:59:18.874Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16002023-12-14T11:59:18.899Z Compiling postcard v1.0.8
16012023-12-14T11:59:19.140Z Compiling tempfile v3.8.1
16022023-12-14T11:59:20.252Z Compiling foreign-types-macros v0.2.3
16032023-12-14T11:59:20.521Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16042023-12-14T11:59:20.960Z Compiling same-file v1.0.6
16052023-12-14T11:59:21.332Z Compiling crucible-workspace-hack v0.1.0
16062023-12-14T11:59:21.717Z Compiling num_enum v0.5.11
16072023-12-14T11:59:21.743Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16082023-12-14T11:59:21.931Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16092023-12-14T11:59:22.005Z Compiling foreign-types-shared v0.3.1
16102023-12-14T11:59:22.216Z Compiling walkdir v2.4.0
16112023-12-14T11:59:22.414Z Compiling serde_with v3.4.0
16122023-12-14T11:59:22.467Z Compiling foreign-types v0.5.0
16132023-12-14T11:59:22.863Z Compiling is-terminal v0.4.9
16142023-12-14T11:59:22.920Z Compiling semver-parser v0.10.2
16152023-12-14T11:59:23.047Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16162023-12-14T11:59:23.639Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16172023-12-14T11:59:24.353Z Compiling cstr-argument v0.1.2
16182023-12-14T11:59:24.733Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16192023-12-14T11:59:25.174Z Compiling parse-display-derive v0.8.2
16202023-12-14T11:59:25.965Z Compiling pretty-hex v0.2.1
16212023-12-14T11:59:26.234Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16222023-12-14T11:59:26.631Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16232023-12-14T11:59:27.559Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16242023-12-14T11:59:27.973Z Compiling semver v0.11.0
16252023-12-14T11:59:28.181Z Compiling colored v2.0.4
16262023-12-14T11:59:28.508Z Compiling filetime v0.2.23
16272023-12-14T11:59:28.567Z Compiling xattr v1.0.1
16282023-12-14T11:59:28.948Z Compiling home v0.5.5
16292023-12-14T11:59:29.027Z Compiling tar v0.4.40
16302023-12-14T11:59:29.255Z Compiling toolchain_find v0.2.0
16312023-12-14T11:59:29.327Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16322023-12-14T11:59:29.449Z Compiling camino-tempfile v1.1.1
16332023-12-14T11:59:29.746Z Compiling zone_cfg_derive v0.3.0
16342023-12-14T11:59:30.144Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16352023-12-14T11:59:30.240Z Compiling textwrap v0.11.0
16362023-12-14T11:59:30.854Z Compiling heck v0.3.3
16372023-12-14T11:59:31.488Z Compiling toml v0.5.11
16382023-12-14T11:59:31.672Z Compiling num-derive v0.4.0
16392023-12-14T11:59:32.203Z Compiling platforms v3.0.2
16402023-12-14T11:59:32.411Z Compiling strsim v0.8.0
16412023-12-14T11:59:32.575Z Compiling ansi_term v0.12.1
16422023-12-14T11:59:32.740Z Compiling vec_map v0.8.2
16432023-12-14T11:59:32.795Z Compiling parse-display v0.8.2
16442023-12-14T11:59:33.081Z Compiling libefi-sys v0.1.0
16452023-12-14T11:59:33.177Z Compiling clap v2.34.0
16462023-12-14T11:59:33.456Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16472023-12-14T11:59:33.489Z Compiling zone v0.3.0
16482023-12-14T11:59:33.852Z Compiling structopt-derive v0.4.18
16492023-12-14T11:59:35.084Z Compiling rustfmt-wrapper v0.2.0
16502023-12-14T11:59:35.619Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
16512023-12-14T11:59:35.783Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16522023-12-14T11:59:36.029Z Compiling omicron-zone-package v0.9.1
16532023-12-14T11:59:36.432Z Compiling smf v0.2.2
16542023-12-14T11:59:37.268Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16552023-12-14T11:59:38.757Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16562023-12-14T11:59:38.883Z Compiling structopt v0.3.26
16572023-12-14T11:59:38.969Z Compiling unicase v2.7.0
16582023-12-14T11:59:39.018Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16592023-12-14T11:59:39.097Z Compiling curve25519-dalek v4.1.1
16602023-12-14T11:59:39.120Z Compiling universal-hash v0.5.1
16612023-12-14T11:59:39.428Z Compiling opaque-debug v0.3.0
16622023-12-14T11:59:39.556Z Compiling curve25519-dalek-derive v0.1.0
16632023-12-14T11:59:39.578Z Compiling num-rational v0.4.1
16642023-12-14T11:59:39.801Z Compiling getrandom v0.1.16
16652023-12-14T11:59:40.205Z Compiling signature v2.1.0
16662023-12-14T11:59:40.362Z Compiling parking_lot_core v0.8.6
16672023-12-14T11:59:40.385Z Compiling quick-error v1.2.3
16682023-12-14T11:59:40.557Z Compiling linked-hash-map v0.5.6
16692023-12-14T11:59:40.594Z Compiling keccak v0.1.4
16702023-12-14T11:59:41.058Z Compiling lru-cache v0.1.2
16712023-12-14T11:59:41.112Z Compiling sha3 v0.10.8
16722023-12-14T11:59:41.346Z Compiling resolv-conf v0.7.0
16732023-12-14T11:59:42.723Z Compiling password-hash v0.5.0
16742023-12-14T11:59:42.818Z Compiling blake2 v0.10.6
16752023-12-14T11:59:42.921Z Compiling aead v0.5.2
16762023-12-14T11:59:43.053Z Compiling secrecy v0.8.0
16772023-12-14T11:59:43.467Z Compiling num-complex v0.4.4
16782023-12-14T11:59:43.490Z Compiling nibble_vec v0.1.0
16792023-12-14T11:59:43.788Z Compiling slog-dtrace v0.2.3
16802023-12-14T11:59:44.229Z Compiling convert_case v0.4.0
16812023-12-14T11:59:44.431Z Compiling arc-swap v1.6.0
16822023-12-14T11:59:44.773Z Compiling endian-type v0.1.2
16832023-12-14T11:59:45.113Z Compiling utf-8 v0.7.6
16842023-12-14T11:59:45.247Z Compiling winapi v0.3.9
16852023-12-14T11:59:45.270Z Compiling cancel-safe-futures v0.1.5
16862023-12-14T11:59:45.489Z Compiling tungstenite v0.20.1
16872023-12-14T11:59:45.601Z Compiling slog-scope v4.4.0
16882023-12-14T11:59:45.770Z Compiling derive_more v0.99.17
16892023-12-14T11:59:45.831Z Compiling num v0.4.1
16902023-12-14T11:59:45.983Z Compiling radix_trie v0.2.1
16912023-12-14T11:59:46.542Z Compiling argon2 v0.5.2
16922023-12-14T11:59:46.916Z Compiling mime_guess v2.0.4
16932023-12-14T11:59:47.070Z Compiling trust-dns-resolver v0.22.0
16942023-12-14T11:59:48.314Z Compiling rand_core v0.5.1
16952023-12-14T11:59:49.062Z Compiling poly1305 v0.8.0
16962023-12-14T11:59:49.477Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16972023-12-14T11:59:50.164Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16982023-12-14T11:59:50.624Z Compiling chacha20 v0.9.1
16992023-12-14T11:59:51.319Z Compiling rfc6979 v0.4.0
17002023-12-14T11:59:51.343Z Compiling thiserror-impl-no-std v2.0.2
17012023-12-14T11:59:51.598Z Compiling half v1.8.2
17022023-12-14T11:59:51.774Z Compiling ciborium-io v0.2.1
17032023-12-14T11:59:51.950Z Compiling option-ext v0.2.0
17042023-12-14T11:59:51.969Z Compiling ecdsa v0.16.9
17052023-12-14T11:59:52.117Z Compiling dirs-sys v0.4.1
17062023-12-14T11:59:52.658Z Compiling ciborium-ll v0.2.1
17072023-12-14T11:59:53.144Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17082023-12-14T11:59:53.348Z Compiling parking_lot v0.11.2
17092023-12-14T11:59:53.634Z Compiling rand_chacha v0.2.2
17102023-12-14T11:59:53.992Z Compiling tokio-tungstenite v0.20.1
17112023-12-14T11:59:54.935Z Compiling trust-dns-client v0.22.0
17122023-12-14T11:59:55.833Z Compiling slog-stdlog v4.1.1
17132023-12-14T11:59:56.404Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17142023-12-14T11:59:56.870Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17152023-12-14T11:59:56.895Z Compiling thiserror-no-std v2.0.2
17162023-12-14T11:59:56.917Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17172023-12-14T11:59:57.059Z Compiling ed25519 v2.2.2
17182023-12-14T11:59:57.770Z Compiling polyval v0.6.1
17192023-12-14T11:59:57.864Z Compiling primeorder v0.13.6
17202023-12-14T11:59:58.454Z Compiling blowfish v0.9.1
17212023-12-14T11:59:58.684Z Compiling aes v0.8.3
17222023-12-14T11:59:59.172Z Compiling ctr v0.9.2
17232023-12-14T11:59:59.698Z Compiling password-hash v0.4.2
17242023-12-14T12:00:00.014Z Compiling libsw v3.3.0
17252023-12-14T12:00:00.478Z Compiling pbkdf2 v0.12.2
17262023-12-14T12:00:00.728Z Compiling derive-where v1.2.6
17272023-12-14T12:00:01.213Z Compiling fxhash v0.2.1
17282023-12-14T12:00:02.558Z Compiling linear-map v1.2.0
17292023-12-14T12:00:03.152Z Compiling swrite v0.1.0
17302023-12-14T12:00:03.337Z Compiling owo-colors v3.5.0
17312023-12-14T12:00:03.612Z Compiling glob v0.3.1
17322023-12-14T12:00:05.319Z Compiling trust-dns-server v0.22.1
17332023-12-14T12:00:06.947Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17342023-12-14T12:00:07.035Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17352023-12-14T12:00:07.503Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17362023-12-14T12:00:08.139Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17372023-12-14T12:00:10.621Z Compiling sled v0.34.7
17382023-12-14T12:00:12.985Z Compiling bcrypt-pbkdf v0.10.0
17392023-12-14T12:00:13.930Z Compiling pbkdf2 v0.11.0
17402023-12-14T12:00:14.487Z Compiling p256 v0.13.2
17412023-12-14T12:00:15.579Z Compiling ghash v0.5.0
17422023-12-14T12:00:15.854Z Compiling ed25519-dalek v2.0.0
17432023-12-14T12:00:15.900Z Compiling vsss-rs v3.3.2
17442023-12-14T12:00:17.411Z Compiling slog-envlogger v2.2.0
17452023-12-14T12:00:17.557Z Compiling russh-cryptovec v0.7.0
17462023-12-14T12:00:18.039Z Compiling rand v0.7.3
17472023-12-14T12:00:20.427Z Compiling ciborium v0.2.1
17482023-12-14T12:00:22.902Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17492023-12-14T12:00:23.041Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17502023-12-14T12:00:23.094Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17512023-12-14T12:00:23.290Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17522023-12-14T12:00:23.704Z Compiling dirs v5.0.1
17532023-12-14T12:00:23.978Z Compiling chacha20poly1305 v0.10.1
17542023-12-14T12:00:24.167Z Compiling cbc v0.1.2
17552023-12-14T12:00:24.205Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17562023-12-14T12:00:24.306Z Compiling pem v3.0.2
17572023-12-14T12:00:24.528Z Compiling headers-core v0.2.0
17582023-12-14T12:00:24.750Z Compiling kstat-rs v0.2.3
17592023-12-14T12:00:24.773Z Compiling http-range v0.1.5
17602023-12-14T12:00:25.338Z Compiling md5 v0.7.0
17612023-12-14T12:00:25.577Z Compiling pretty-hex v0.4.0
17622023-12-14T12:00:25.890Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17632023-12-14T12:00:25.912Z Compiling russh-keys v0.40.1
17642023-12-14T12:00:26.149Z Compiling hyper-staticfile v0.9.5
17652023-12-14T12:00:27.741Z Compiling rcgen v0.11.3
17662023-12-14T12:00:30.845Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17672023-12-14T12:00:30.868Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17682023-12-14T12:00:31.458Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17692023-12-14T12:00:32.060Z Compiling headers v0.3.9
17702023-12-14T12:00:35.091Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17712023-12-14T12:00:35.517Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17722023-12-14T12:00:37.037Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17732023-12-14T12:00:38.937Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17742023-12-14T12:00:39.787Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17752023-12-14T12:00:40.396Z Compiling aes-gcm v0.10.3
17762023-12-14T12:00:40.856Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17772023-12-14T12:00:42.972Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17782023-12-14T12:00:45.234Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17792023-12-14T12:00:53.552Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
17802023-12-14T12:00:53.988Z Compiling atomicwrites v0.4.2
17812023-12-14T12:00:54.512Z Compiling itertools v0.12.0
17822023-12-14T12:00:56.013Z Compiling subprocess v0.2.9
17832023-12-14T12:00:56.961Z Compiling display-error-chain v0.2.0
17842023-12-14T12:00:57.206Z Compiling hex-literal v0.4.1
17852023-12-14T12:00:57.442Z Compiling russh v0.40.1
17862023-12-14T12:00:58.324Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17872023-12-14T12:00:59.508Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17882023-12-14T12:00:59.806Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17892023-12-14T12:01:30.041Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17902023-12-14T12:02:53.371Z Finished dev [unoptimized + debuginfo] target(s) in 8m 07s
17912023-12-14T12:02:53.726Z
17922023-12-14T12:02:53.726Zreal 8:07.724795437
17932023-12-14T12:02:53.729Zuser 44:41.317770249
17942023-12-14T12:02:53.729Zsys 6:54.632861603
17952023-12-14T12:02:53.729Ztrap 1.781234478
17962023-12-14T12:02:53.730Ztflt 4.808040568
17972023-12-14T12:02:53.730Zdflt 9.786706839
17982023-12-14T12:02:53.730Zkflt 0.026893737
17992023-12-14T12:02:53.730Zlock 1:25:18.891449036
18002023-12-14T12:02:53.730Zslp 2:08:02.636242594
18012023-12-14T12:02:53.731Zlat 2:00.714024013
18022023-12-14T12:02:53.731Zstop 4:22.399913517
18032023-12-14T12:02:53.731Z+ mkdir -p /work/end-to-end-tests
18042023-12-14T12:02:53.734Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18052023-12-14T12:02:54.828Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18062023-12-14T12:02:54.828Z+ ptime -m gzip
18072023-12-14T12:02:54.831Z++ basename target/debug/bootstrap
18082023-12-14T12:03:11.723Z
18092023-12-14T12:03:11.727Zreal 16.888892010
18102023-12-14T12:03:11.727Zuser 16.699297931
18112023-12-14T12:03:11.727Zsys 0.175487955
18122023-12-14T12:03:11.727Ztrap 0.005472010
18132023-12-14T12:03:11.727Ztflt 0.000000000
18142023-12-14T12:03:11.727Zdflt 0.000000000
18152023-12-14T12:03:11.727Zkflt 0.000000000
18162023-12-14T12:03:11.727Zlock 0.000000000
18172023-12-14T12:03:11.727Zslp 0.000000000
18182023-12-14T12:03:11.727Zlat 0.008293909
18192023-12-14T12:03:11.727Zstop 0.000223850
18202023-12-14T12:03:11.727Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18212023-12-14T12:03:11.727Z+ ptime -m gzip
18222023-12-14T12:03:11.727Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eae955b6030e5419
18232023-12-14T12:03:12.831Z
18242023-12-14T12:03:12.835Zreal 1.099015635
18252023-12-14T12:03:12.835Zuser 1.084707741
18262023-12-14T12:03:12.835Zsys 0.012292665
18272023-12-14T12:03:12.835Ztrap 0.000963376
18282023-12-14T12:03:12.835Ztflt 0.000000000
18292023-12-14T12:03:12.835Zdflt 0.000000000
18302023-12-14T12:03:12.835Zkflt 0.000000000
18312023-12-14T12:03:12.835Zlock 0.000000000
18322023-12-14T12:03:12.835Zslp 0.000000000
18332023-12-14T12:03:12.835Zlat 0.000710221
18342023-12-14T12:03:12.835Zstop 0.000227291
18352023-12-14T12:03:12.835Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18362023-12-14T12:03:12.836Z+ ptime -m gzip
18372023-12-14T12:03:12.836Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-114e4ef0b9f9b2b3
18382023-12-14T12:03:30.289Z
18392023-12-14T12:03:30.289Zreal 17.451110400
18402023-12-14T12:03:30.289Zuser 17.276434721
18412023-12-14T12:03:30.289Zsys 0.169282080
18422023-12-14T12:03:30.289Ztrap 0.003386665
18432023-12-14T12:03:30.290Ztflt 0.000000000
18442023-12-14T12:03:30.290Zdflt 0.000000000
18452023-12-14T12:03:30.290Zkflt 0.000000000
18462023-12-14T12:03:30.294Zlock 0.000000000
18472023-12-14T12:03:30.295Zslp 0.000000000
18482023-12-14T12:03:30.296Zlat 0.001669968
18492023-12-14T12:03:30.296Zstop 0.000223190
18502023-12-14T12:03:30.296Z+ banner caboose-util
18512023-12-14T12:03:30.296Z
18522023-12-14T12:03:30.296Z #### ## ##### #### #### #### ###### # # #####
18532023-12-14T12:03:30.296Z # # # # # # # # # # # # # # #
18542023-12-14T12:03:30.296Z # # # ##### # # # # #### ##### ##### # # #
18552023-12-14T12:03:30.296Z # ###### # # # # # # # # # # #
18562023-12-14T12:03:30.296Z # # # # # # # # # # # # # # # #
18572023-12-14T12:03:30.296Z #### # # ##### #### #### #### ###### #### #
18582023-12-14T12:03:30.296Z
18592023-12-14T12:03:30.296Z+ ptime -m cargo build --locked -p caboose-util --release
18602023-12-14T12:03:30.944Z Downloading crates ...
18612023-12-14T12:03:31.277Z Downloaded rsa v0.9.2
18622023-12-14T12:03:31.287Z Downloaded packed_struct_codegen v0.10.1
18632023-12-14T12:03:31.290Z Downloaded path-slash v0.1.5
18642023-12-14T12:03:31.293Z Downloaded nodrop v0.1.14
18652023-12-14T12:03:31.293Z Downloaded funty v2.0.0
18662023-12-14T12:03:31.296Z Downloaded termcolor v1.2.0
18672023-12-14T12:03:31.296Z Downloaded smallvec v0.6.14
18682023-12-14T12:03:31.299Z Downloaded packed_struct v0.10.1
18692023-12-14T12:03:31.302Z Downloaded serde-hex v0.1.0
18702023-12-14T12:03:31.305Z Downloaded crc v3.0.1
18712023-12-14T12:03:31.311Z Downloaded wyz v0.5.1
18722023-12-14T12:03:31.311Z Downloaded env_logger v0.10.0
18732023-12-14T12:03:31.316Z Downloaded radium v0.7.0
18742023-12-14T12:03:31.316Z Downloaded maybe-uninit v2.0.0
18752023-12-14T12:03:31.319Z Downloaded pkcs1 v0.7.5
18762023-12-14T12:03:31.322Z Downloaded crc-any v2.4.3
18772023-12-14T12:03:31.325Z Downloaded ron v0.8.1
18782023-12-14T12:03:31.334Z Downloaded x509-cert v0.2.4
18792023-12-14T12:03:31.345Z Downloaded num-bigint-dig v0.8.4
18802023-12-14T12:03:31.353Z Downloaded object v0.30.4
18812023-12-14T12:03:31.370Z Downloaded bitvec v1.0.1
18822023-12-14T12:03:31.397Z Downloaded tap v1.0.1
18832023-12-14T12:03:31.400Z Downloaded bitfield v0.14.0
18842023-12-14T12:03:31.403Z Downloaded array-init v0.0.4
18852023-12-14T12:03:31.403Z Downloaded crc-catalog v2.2.0
18862023-12-14T12:03:31.575Z Compiling proc-macro2 v1.0.69
18872023-12-14T12:03:31.578Z Compiling unicode-ident v1.0.12
18882023-12-14T12:03:31.578Z Compiling libc v0.2.151
18892023-12-14T12:03:31.578Z Compiling autocfg v1.1.0
18902023-12-14T12:03:31.600Z Compiling serde v1.0.193
18912023-12-14T12:03:31.603Z Compiling cfg-if v1.0.0
18922023-12-14T12:03:31.603Z Compiling version_check v0.9.4
18932023-12-14T12:03:31.712Z Compiling typenum v1.16.0
18942023-12-14T12:03:31.730Z Compiling syn v1.0.109
18952023-12-14T12:03:31.829Z Compiling parking_lot_core v0.9.8
18962023-12-14T12:03:32.423Z Compiling libm v0.2.7
18972023-12-14T12:03:32.496Z Compiling futures-core v0.3.29
18982023-12-14T12:03:32.620Z Compiling generic-array v0.14.7
18992023-12-14T12:03:32.770Z Compiling lock_api v0.4.10
19002023-12-14T12:03:32.950Z Compiling num-traits v0.2.16
19012023-12-14T12:03:32.963Z Compiling once_cell v1.19.0
19022023-12-14T12:03:33.024Z Compiling pkg-config v0.3.27
19032023-12-14T12:03:33.164Z Compiling scopeguard v1.2.0
19042023-12-14T12:03:33.344Z Compiling slab v0.4.9
19052023-12-14T12:03:33.364Z Compiling serde_json v1.0.108
19062023-12-14T12:03:33.741Z Compiling quote v1.0.33
19072023-12-14T12:03:33.769Z Compiling futures-task v0.3.29
19082023-12-14T12:03:33.812Z Compiling futures-channel v0.3.29
19092023-12-14T12:03:34.251Z Compiling memchr v2.6.3
19102023-12-14T12:03:34.271Z Compiling thiserror v1.0.49
19112023-12-14T12:03:34.734Z Compiling syn v2.0.32
19122023-12-14T12:03:34.737Z Compiling cc v1.0.83
19132023-12-14T12:03:34.779Z Compiling getrandom v0.2.10
19142023-12-14T12:03:35.393Z Compiling rand_core v0.6.4
19152023-12-14T12:03:36.110Z Compiling byteorder v1.5.0
19162023-12-14T12:03:36.218Z Compiling itoa v1.0.9
19172023-12-14T12:03:36.457Z Compiling futures-util v0.3.29
19182023-12-14T12:03:36.869Z Compiling smallvec v1.11.2
19192023-12-14T12:03:37.704Z Compiling vcpkg v0.2.15
19202023-12-14T12:03:37.794Z Compiling log v0.4.20
19212023-12-14T12:03:39.481Z Compiling const-oid v0.9.5
19222023-12-14T12:03:39.493Z Compiling pin-project-lite v0.2.13
19232023-12-14T12:03:39.945Z Compiling parking_lot v0.12.1
19242023-12-14T12:03:39.983Z Compiling ring v0.17.7
19252023-12-14T12:03:40.162Z Compiling indexmap v1.9.3
19262023-12-14T12:03:40.544Z Compiling openssl-sys v0.9.96
19272023-12-14T12:03:41.609Z Compiling heck v0.4.1
19282023-12-14T12:03:41.883Z Compiling subtle v2.5.0
19292023-12-14T12:03:42.233Z Compiling io-lifetimes v1.0.11
19302023-12-14T12:03:42.619Z Compiling ring v0.16.20
19312023-12-14T12:03:42.651Z Compiling num-integer v0.1.45
19322023-12-14T12:03:43.066Z Compiling ryu v1.0.15
19332023-12-14T12:03:43.207Z Compiling semver v1.0.20
19342023-12-14T12:03:44.134Z Compiling rustix v0.37.23
19352023-12-14T12:03:45.401Z Compiling spin v0.5.2
19362023-12-14T12:03:45.901Z Compiling mio v0.8.9
19372023-12-14T12:03:46.115Z Compiling signal-hook-registry v1.4.1
19382023-12-14T12:03:46.324Z Compiling num_cpus v1.16.0
19392023-12-14T12:03:46.478Z Compiling socket2 v0.5.5
19402023-12-14T12:03:47.129Z Compiling unicode-xid v0.2.4
19412023-12-14T12:03:47.143Z Compiling httparse v1.8.0
19422023-12-14T12:03:47.374Z Compiling ucd-trie v0.1.6
19432023-12-14T12:03:47.703Z Compiling futures-sink v0.3.29
19442023-12-14T12:03:47.715Z Compiling openssl v0.10.60
19452023-12-14T12:03:47.904Z Compiling synstructure v0.12.6
19462023-12-14T12:03:48.177Z Compiling tinyvec_macros v0.1.1
19472023-12-14T12:03:48.287Z Compiling tinyvec v1.6.0
19482023-12-14T12:03:49.114Z Compiling futures-io v0.3.29
19492023-12-14T12:03:49.497Z Compiling crc32fast v1.3.2
19502023-12-14T12:03:50.331Z Compiling pin-utils v0.1.0
19512023-12-14T12:03:50.344Z Compiling rustls v0.21.9
19522023-12-14T12:03:50.447Z Compiling native-tls v0.2.11
19532023-12-14T12:03:50.759Z Compiling ppv-lite86 v0.2.17
19542023-12-14T12:03:50.878Z Compiling unicode-normalization v0.1.22
19552023-12-14T12:03:50.924Z Compiling bzip2-sys v0.1.11+1.0.8
19562023-12-14T12:03:51.322Z Compiling spin v0.9.8
19572023-12-14T12:03:51.732Z Compiling tracing-core v0.1.31
19582023-12-14T12:03:51.907Z Compiling base64ct v1.6.0
19592023-12-14T12:03:52.084Z Compiling rand_chacha v0.3.1
19602023-12-14T12:03:52.243Z Compiling unicode-bidi v0.3.13
19612023-12-14T12:03:53.128Z Compiling pem-rfc7468 v0.7.0
19622023-12-14T12:03:53.204Z Compiling rand v0.8.5
19632023-12-14T12:03:54.820Z Compiling errno v0.3.2
19642023-12-14T12:03:54.882Z Compiling num-iter v0.1.43
19652023-12-14T12:03:55.107Z Compiling usdt-impl v0.3.5
19662023-12-14T12:03:55.192Z Compiling ahash v0.8.6
19672023-12-14T12:03:55.278Z Compiling schemars v0.8.13
19682023-12-14T12:03:55.573Z Compiling flagset v0.4.3
19692023-12-14T12:03:55.659Z Compiling base64 v0.21.5
19702023-12-14T12:03:55.914Z Compiling rustix v0.38.25
19712023-12-14T12:03:56.214Z Compiling serde_derive v1.0.193
19722023-12-14T12:03:56.305Z Compiling zeroize_derive v1.4.2
19732023-12-14T12:03:56.486Z Compiling tokio-macros v2.2.0
19742023-12-14T12:03:56.688Z Compiling thiserror-impl v1.0.49
19752023-12-14T12:03:56.737Z Compiling futures-macro v0.3.29
19762023-12-14T12:03:56.813Z Compiling tracing-attributes v0.1.26
19772023-12-14T12:03:57.681Z Compiling der_derive v0.7.2
19782023-12-14T12:03:58.345Z Compiling zerocopy-derive v0.2.0
19792023-12-14T12:03:58.632Z Compiling zeroize v1.7.0
19802023-12-14T12:03:59.853Z Compiling openssl-macros v0.1.1
19812023-12-14T12:04:01.069Z Compiling zerocopy-derive v0.6.4
19822023-12-14T12:04:01.315Z Compiling pest v2.7.2
19832023-12-14T12:04:01.446Z Compiling zerocopy-derive v0.7.26
19842023-12-14T12:04:01.577Z Compiling crypto-common v0.1.6
19852023-12-14T12:04:01.846Z Compiling block-buffer v0.10.4
19862023-12-14T12:04:02.239Z Compiling digest v0.10.7
19872023-12-14T12:04:02.299Z Compiling tracing v0.1.37
19882023-12-14T12:04:02.963Z Compiling der v0.7.8
19892023-12-14T12:04:04.180Z Compiling serde_derive_internals v0.26.0
19902023-12-14T12:04:05.995Z Compiling pest_meta v2.7.2
19912023-12-14T12:04:08.083Z Compiling pest_generator v2.7.2
19922023-12-14T12:04:10.165Z Compiling fnv v1.0.7
19932023-12-14T12:04:11.002Z Compiling bitflags v1.3.2
19942023-12-14T12:04:11.322Z Compiling schemars_derive v0.8.13
19952023-12-14T12:04:11.427Z Compiling spki v0.7.2
19962023-12-14T12:04:12.713Z Compiling pest_derive v2.7.2
19972023-12-14T12:04:13.802Z Compiling zerocopy v0.3.0
19982023-12-14T12:04:14.344Z Compiling lazy_static v1.4.0
19992023-12-14T12:04:16.179Z Compiling backtrace v0.3.69
20002023-12-14T12:04:16.253Z Compiling memoffset v0.9.0
20012023-12-14T12:04:16.678Z Compiling num-bigint v0.4.4
20022023-12-14T12:04:16.693Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20032023-12-14T12:04:16.762Z Compiling doc-comment v0.3.3
20042023-12-14T12:04:16.784Z Compiling iana-time-zone v0.1.57
20052023-12-14T12:04:17.365Z Compiling hashbrown v0.14.2
20062023-12-14T12:04:17.378Z Compiling equivalent v1.0.1
20072023-12-14T12:04:17.515Z Compiling foreign-types-shared v0.1.1
20082023-12-14T12:04:17.650Z Compiling hashbrown v0.12.3
20092023-12-14T12:04:17.847Z Compiling crossbeam-utils v0.8.16
20102023-12-14T12:04:18.485Z Compiling untrusted v0.7.1
20112023-12-14T12:04:18.500Z Compiling async-trait v0.1.74
20122023-12-14T12:04:18.758Z Compiling smoltcp v0.9.1
20132023-12-14T12:04:19.143Z Compiling bytes v1.5.0
20142023-12-14T12:04:19.647Z Compiling bitflags v2.4.0
20152023-12-14T12:04:20.426Z Compiling rustc_version v0.4.0
20162023-12-14T12:04:20.555Z Compiling tokio v1.35.0
20172023-12-14T12:04:21.086Z Compiling http v0.2.11
20182023-12-14T12:04:21.415Z Compiling heapless v0.7.16
20192023-12-14T12:04:22.015Z Compiling uuid v1.6.1
20202023-12-14T12:04:22.675Z Compiling untrusted v0.9.0
20212023-12-14T12:04:22.928Z Compiling openssl-probe v0.1.5
20222023-12-14T12:04:23.234Z Compiling percent-encoding v2.3.1
20232023-12-14T12:04:24.908Z Compiling indexmap v2.1.0
20242023-12-14T12:04:25.376Z Compiling chrono v0.4.31
20252023-12-14T12:04:27.891Z Compiling foreign-types v0.3.2
20262023-12-14T12:04:29.069Z Compiling dof v0.1.5
20272023-12-14T12:04:30.189Z Compiling dtrace-parser v0.1.14
20282023-12-14T12:04:30.379Z Compiling hmac v0.12.1
20292023-12-14T12:04:30.691Z Compiling clap_derive v4.4.2
20302023-12-14T12:04:31.555Z Compiling thread-id v4.2.0
20312023-12-14T12:04:31.939Z Compiling cpufeatures v0.2.9
20322023-12-14T12:04:32.006Z Compiling adler v1.0.2
20332023-12-14T12:04:32.071Z Compiling try-lock v0.2.4
20342023-12-14T12:04:32.257Z Compiling rustversion v1.0.14
20352023-12-14T12:04:32.316Z Compiling siphasher v0.3.11
20362023-12-14T12:04:32.858Z Compiling utf8parse v0.2.1
20372023-12-14T12:04:33.109Z Compiling anstyle v1.0.2
20382023-12-14T12:04:33.114Z Compiling time-core v0.1.1
20392023-12-14T12:04:33.360Z Compiling tokio-util v0.7.10
20402023-12-14T12:04:33.377Z Compiling time-macros v0.2.13
20412023-12-14T12:04:35.687Z Compiling h2 v0.3.21
20422023-12-14T12:04:38.055Z Compiling anstyle-parse v0.2.1
20432023-12-14T12:04:38.299Z Compiling want v0.3.1
20442023-12-14T12:04:38.348Z Compiling miniz_oxide v0.7.1
20452023-12-14T12:04:38.591Z Compiling sha2 v0.10.8
20462023-12-14T12:04:42.425Z Compiling sct v0.7.0
20472023-12-14T12:04:42.771Z Compiling rustls-webpki v0.101.7
20482023-12-14T12:04:43.360Z Compiling http-body v0.4.5
20492023-12-14T12:04:43.949Z Compiling form_urlencoded v1.2.1
20502023-12-14T12:04:44.810Z Compiling serde_tokenstream v0.1.7
20512023-12-14T12:04:45.590Z Compiling pkcs8 v0.10.2
20522023-12-14T12:04:45.626Z Compiling hubpack_derive v0.1.1
20532023-12-14T12:04:46.589Z Compiling pin-project-internal v1.1.3
20542023-12-14T12:04:47.062Z Compiling socket2 v0.4.9
20552023-12-14T12:04:47.074Z Compiling crossbeam-epoch v0.9.15
20562023-12-14T12:04:48.644Z Compiling anyhow v1.0.75
20572023-12-14T12:04:48.963Z Compiling httpdate v1.0.3
20582023-12-14T12:04:49.377Z Compiling slog v2.7.0
20592023-12-14T12:04:49.565Z Compiling tower-service v0.3.2
20602023-12-14T12:04:49.734Z Compiling radium v0.7.0
20612023-12-14T12:04:50.642Z Compiling anstyle-query v1.0.0
20622023-12-14T12:04:50.724Z Compiling colorchoice v1.0.0
20632023-12-14T12:04:50.869Z Compiling anstream v0.5.0
20642023-12-14T12:04:51.127Z Compiling hyper v0.14.27
20652023-12-14T12:04:57.596Z Compiling terminal_size v0.2.6
20662023-12-14T12:05:00.139Z Compiling serde_spanned v0.6.4
20672023-12-14T12:05:00.287Z Compiling toml_datetime v0.6.5
20682023-12-14T12:05:00.925Z Compiling rustls-pemfile v1.0.3
20692023-12-14T12:05:01.420Z Compiling zerocopy v0.6.4
20702023-12-14T12:05:02.989Z Compiling md-5 v0.10.5
20712023-12-14T12:05:03.500Z Compiling stringprep v0.1.3
20722023-12-14T12:05:03.552Z Compiling idna v0.5.0
20732023-12-14T12:05:05.262Z Compiling diesel_table_macro_syntax v0.1.0
20742023-12-14T12:05:05.811Z Compiling hash32 v0.2.1
20752023-12-14T12:05:05.974Z Compiling aho-corasick v1.0.4
20762023-12-14T12:05:05.998Z Compiling winnow v0.5.15
20772023-12-14T12:05:06.394Z Compiling fallible-iterator v0.2.0
20782023-12-14T12:05:06.935Z Compiling strsim v0.10.0
20792023-12-14T12:05:08.049Z Compiling gimli v0.28.0
20802023-12-14T12:05:08.070Z Compiling regex-syntax v0.8.2
20812023-12-14T12:05:09.176Z Compiling either v1.9.0
20822023-12-14T12:05:09.236Z Compiling tap v1.0.1
20832023-12-14T12:05:09.507Z Compiling dyn-clone v1.0.13
20842023-12-14T12:05:09.684Z Compiling maybe-uninit v2.0.0
20852023-12-14T12:05:09.782Z Compiling stable_deref_trait v1.2.0
20862023-12-14T12:05:09.913Z Compiling clap_lex v0.5.1
20872023-12-14T12:05:10.409Z Compiling clap_builder v4.4.2
20882023-12-14T12:05:11.096Z Compiling wyz v0.5.1
20892023-12-14T12:05:12.227Z Compiling postgres-protocol v0.6.6
20902023-12-14T12:05:12.609Z Compiling diesel_derives v2.1.2
20912023-12-14T12:05:14.064Z Compiling regex-automata v0.4.3
20922023-12-14T12:05:14.145Z Compiling url v2.5.0
20932023-12-14T12:05:14.419Z Compiling tokio-rustls v0.24.1
20942023-12-14T12:05:15.018Z Compiling addr2line v0.21.0
20952023-12-14T12:05:16.256Z Compiling rustls-native-certs v0.6.3
20962023-12-14T12:05:16.860Z Compiling strum_macros v0.25.2
20972023-12-14T12:05:18.541Z Compiling tokio-native-tls v0.3.1
20982023-12-14T12:05:23.767Z Compiling usdt-attr-macro v0.3.5
20992023-12-14T12:05:23.942Z Compiling usdt-macro v0.3.5
21002023-12-14T12:05:25.881Z Compiling phf_shared v0.11.2
21012023-12-14T12:05:26.922Z Compiling zerocopy v0.7.26
21022023-12-14T12:05:27.767Z Compiling block-padding v0.3.3
21032023-12-14T12:05:27.900Z Compiling snafu-derive v0.7.5
21042023-12-14T12:05:28.095Z Compiling enum-as-inner v0.5.1
21052023-12-14T12:05:29.503Z Compiling serde_repr v0.1.16
21062023-12-14T12:05:29.742Z Compiling ff v0.13.0
21072023-12-14T12:05:30.082Z Compiling scheduled-thread-pool v0.2.7
21082023-12-14T12:05:30.847Z Compiling object v0.32.1
21092023-12-14T12:05:33.971Z Compiling matches v0.1.10
21102023-12-14T12:05:34.095Z Compiling num-bigint-dig v0.8.4
21112023-12-14T12:05:35.478Z Compiling managed v0.8.0
21122023-12-14T12:05:36.224Z Compiling regex-automata v0.1.10
21132023-12-14T12:05:36.320Z Compiling num_threads v0.1.6
21142023-12-14T12:05:38.202Z Compiling packed_struct v0.10.1
21152023-12-14T12:05:38.314Z Compiling bit-vec v0.6.3
21162023-12-14T12:05:38.542Z Compiling ipnet v2.8.0
21172023-12-14T12:05:38.784Z Compiling rustc-demangle v0.1.23
21182023-12-14T12:05:39.635Z Compiling funty v2.0.0
21192023-12-14T12:05:40.207Z Compiling deranged v0.3.8
21202023-12-14T12:05:40.279Z Compiling base16ct v0.2.0
21212023-12-14T12:05:40.724Z Compiling sec1 v0.7.3
21222023-12-14T12:05:41.586Z Compiling bitvec v1.0.1
21232023-12-14T12:05:43.299Z Compiling time v0.3.27
21242023-12-14T12:05:44.828Z Compiling bstr v0.2.17
21252023-12-14T12:05:48.956Z Compiling idna v0.2.3
21262023-12-14T12:05:50.477Z Compiling r2d2 v0.8.10
21272023-12-14T12:05:51.040Z Compiling group v0.13.0
21282023-12-14T12:05:51.488Z Compiling inout v0.1.3
21292023-12-14T12:05:53.363Z Compiling phf v0.11.2
21302023-12-14T12:05:53.809Z Compiling regex v1.10.2
21312023-12-14T12:05:54.728Z Compiling hyper-tls v0.5.0
21322023-12-14T12:05:55.228Z Compiling hyper-rustls v0.24.2
21332023-12-14T12:05:55.493Z Compiling clap v4.4.3
21342023-12-14T12:05:55.643Z Compiling ipnetwork v0.20.0
21352023-12-14T12:05:56.017Z Compiling postgres-types v0.2.6
21362023-12-14T12:05:56.287Z Compiling flate2 v1.0.28
21372023-12-14T12:05:56.381Z Compiling bzip2 v0.4.4
21382023-12-14T12:05:56.870Z Compiling toml_edit v0.19.15
21392023-12-14T12:05:57.075Z Compiling itertools v0.11.0
21402023-12-14T12:05:57.593Z Compiling pin-project v1.1.3
21412023-12-14T12:05:58.028Z Compiling hubpack v0.1.2
21422023-12-14T12:05:58.064Z Compiling serde_urlencoded v0.7.1
21432023-12-14T12:05:58.274Z Compiling phf_shared v0.10.0
21442023-12-14T12:05:58.716Z Compiling hkdf v0.12.3
21452023-12-14T12:05:59.051Z Compiling futures-executor v0.3.29
21462023-12-14T12:06:01.569Z Compiling crypto-bigint v0.5.2
21472023-12-14T12:06:02.286Z Compiling packed_struct_codegen v0.10.1
21482023-12-14T12:06:04.415Z Compiling float-cmp v0.9.0
21492023-12-14T12:06:04.955Z Compiling encoding_rs v0.8.33
21502023-12-14T12:06:05.071Z Compiling crc-catalog v2.2.0
21512023-12-14T12:06:05.263Z Compiling regex-automata v0.3.8
21522023-12-14T12:06:08.407Z Compiling new_debug_unreachable v1.0.4
21532023-12-14T12:06:08.533Z Compiling nodrop v0.1.14
21542023-12-14T12:06:08.584Z Compiling minimal-lexical v0.2.1
21552023-12-14T12:06:08.706Z Compiling static_assertions v1.1.0
21562023-12-14T12:06:09.123Z Compiling predicates-core v1.0.6
21572023-12-14T12:06:09.579Z Compiling data-encoding v2.4.0
21582023-12-14T12:06:09.658Z Compiling unicode-width v0.1.11
21592023-12-14T12:06:09.894Z Compiling whoami v1.4.1
21602023-12-14T12:06:10.703Z Compiling unicode-segmentation v1.10.1
21612023-12-14T12:06:11.163Z Compiling normalize-line-endings v0.3.0
21622023-12-14T12:06:11.325Z Compiling precomputed-hash v0.1.1
21632023-12-14T12:06:11.473Z Compiling fixedbitset v0.4.2
21642023-12-14T12:06:12.127Z Compiling difflib v0.4.0
21652023-12-14T12:06:12.190Z Compiling webpki-roots v0.25.2
21662023-12-14T12:06:12.412Z Compiling mime v0.3.17
21672023-12-14T12:06:13.247Z Compiling reqwest v0.11.22
21682023-12-14T12:06:14.189Z Compiling predicates v3.0.4
21692023-12-14T12:06:14.586Z Compiling petgraph v0.6.4
21702023-12-14T12:06:17.938Z Compiling similar v2.3.0
21712023-12-14T12:06:18.374Z Compiling string_cache v0.8.7
21722023-12-14T12:06:20.838Z Compiling trust-dns-proto v0.22.0
21732023-12-14T12:06:21.303Z Compiling tokio-postgres v0.7.10
21742023-12-14T12:06:21.404Z Compiling console v0.15.7
21752023-12-14T12:06:26.311Z Compiling nom v7.1.3
21762023-12-14T12:06:29.090Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21772023-12-14T12:06:32.532Z Compiling array-init v0.0.4
21782023-12-14T12:06:33.486Z Compiling bstr v1.6.0
21792023-12-14T12:06:35.848Z Compiling crc v3.0.1
21802023-12-14T12:06:36.977Z Compiling elliptic-curve v0.13.8
21812023-12-14T12:06:39.653Z Compiling toml v0.7.8
21822023-12-14T12:06:41.411Z Compiling futures v0.3.29
21832023-12-14T12:06:42.306Z Compiling snafu v0.7.5
21842023-12-14T12:06:42.987Z Compiling zip v0.6.6
21852023-12-14T12:06:43.022Z Compiling smallvec v0.6.14
21862023-12-14T12:06:43.312Z Compiling diesel v2.1.4
21872023-12-14T12:06:43.457Z Compiling yasna v0.5.2
21882023-12-14T12:06:43.761Z Compiling hashbrown v0.13.2
21892023-12-14T12:06:45.051Z Compiling cipher v0.4.4
21902023-12-14T12:06:46.732Z Compiling bit-set v0.5.3
21912023-12-14T12:06:47.193Z Compiling usdt v0.3.5
21922023-12-14T12:06:47.561Z Compiling is-terminal v0.4.9
21932023-12-14T12:06:50.192Z Compiling toml_edit v0.21.0
21942023-12-14T12:06:51.008Z Compiling itertools v0.10.5
21952023-12-14T12:06:55.443Z Compiling pkcs1 v0.7.5
21962023-12-14T12:06:55.797Z Compiling tokio-stream v0.1.14
21972023-12-14T12:06:57.295Z Compiling openapiv3 v2.0.0
21982023-12-14T12:07:00.700Z Compiling hex v0.4.3
21992023-12-14T12:07:02.831Z Compiling signature v2.1.0
22002023-12-14T12:07:07.930Z Compiling termcolor v1.2.0
22012023-12-14T12:07:10.062Z Compiling bitfield v0.14.0
22022023-12-14T12:07:10.520Z Compiling lalrpop-util v0.19.12
22032023-12-14T12:07:16.734Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22042023-12-14T12:07:18.448Z Compiling env_logger v0.10.0
22052023-12-14T12:07:33.235Z Compiling rsa v0.9.2
22062023-12-14T12:07:42.500Z Compiling serde-hex v0.1.0
22072023-12-14T12:07:43.815Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22082023-12-14T12:07:51.998Z Compiling ron v0.8.1
22092023-12-14T12:07:52.845Z Compiling x509-cert v0.2.4
22102023-12-14T12:07:52.979Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22112023-12-14T12:07:58.814Z Compiling crc-any v2.4.3
22122023-12-14T12:08:15.966Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22132023-12-14T12:08:25.952Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22142023-12-14T12:08:33.841Z Compiling object v0.30.4
22152023-12-14T12:08:44.664Z Compiling path-slash v0.1.5
22162023-12-14T12:08:48.934Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22172023-12-14T12:09:33.583Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22182023-12-14T12:09:34.734Z Finished release [optimized] target(s) in 6m 04s
22192023-12-14T12:09:34.817Z
22202023-12-14T12:09:34.820Zreal 6:04.525299040
22212023-12-14T12:09:34.820Zuser 42:01.054730373
22222023-12-14T12:09:34.820Zsys 3:44.068336977
22232023-12-14T12:09:34.820Ztrap 1.801451723
22242023-12-14T12:09:34.820Ztflt 1.011351295
22252023-12-14T12:09:34.820Zdflt 0.469509975
22262023-12-14T12:09:34.820Zkflt 0.000310747
22272023-12-14T12:09:34.820Zlock 1:33:00.225984960
22282023-12-14T12:09:34.820Zslp 1:58:21.791529733
22292023-12-14T12:09:34.821Zlat 1:50.124766826
22302023-12-14T12:09:34.821Zstop 1:24.120306946
22312023-12-14T12:09:34.821Z+ ptime -m gzip
22322023-12-14T12:09:35.480Z
22332023-12-14T12:09:35.480Zreal 0.657295029
22342023-12-14T12:09:35.480Zuser 0.647894657
22352023-12-14T12:09:35.480Zsys 0.008788745
22362023-12-14T12:09:35.480Ztrap 0.000067131
22372023-12-14T12:09:35.480Ztflt 0.000000000
22382023-12-14T12:09:35.481Zdflt 0.000000000
22392023-12-14T12:09:35.481Zkflt 0.000000000
22402023-12-14T12:09:35.484Zlock 0.000000000
22412023-12-14T12:09:35.484Zslp 0.000000000
22422023-12-14T12:09:35.484Zlat 0.000217371
22432023-12-14T12:09:35.484Zstop 0.000225336
22442023-12-14T12:09:35.484Z+ banner tufaceous
22452023-12-14T12:09:35.484Z
22462023-12-14T12:09:35.484Z ##### # # ###### ## #### ###### #### # # ####
22472023-12-14T12:09:35.484Z # # # # # # # # # # # # # #
22482023-12-14T12:09:35.484Z # # # ##### # # # ##### # # # # ####
22492023-12-14T12:09:35.484Z # # # # ###### # # # # # # #
22502023-12-14T12:09:35.484Z # # # # # # # # # # # # # # #
22512023-12-14T12:09:35.485Z # #### # # # #### ###### #### #### ####
22522023-12-14T12:09:35.485Z
22532023-12-14T12:09:35.485Z+ ptime -m cargo build --locked -p tufaceous --release
22542023-12-14T12:09:36.145Z Downloading crates ...
22552023-12-14T12:09:36.543Z Downloaded bytesize v1.3.0
22562023-12-14T12:09:36.546Z Downloaded async-recursion v1.0.5
22572023-12-14T12:09:36.551Z Downloaded humantime v2.1.0
22582023-12-14T12:09:36.558Z Downloaded globset v0.4.13
22592023-12-14T12:09:36.561Z Downloaded serde_plain v1.0.2
22602023-12-14T12:09:36.565Z Downloaded fs-err v2.11.0
22612023-12-14T12:09:36.571Z Downloaded buf-list v1.0.3
22622023-12-14T12:09:36.576Z Downloaded typed-path v0.7.0
22632023-12-14T12:09:36.586Z Downloaded tough v0.16.0
22642023-12-14T12:09:36.601Z Downloaded olpc-cjson v0.1.3
22652023-12-14T12:09:36.757Z Compiling serde_tokenstream v0.2.0
22662023-12-14T12:09:36.779Z Compiling regress v0.7.1
22672023-12-14T12:09:36.792Z Compiling dirs-sys-next v0.1.2
22682023-12-14T12:09:36.795Z Compiling ident_case v1.0.1
22692023-12-14T12:09:36.819Z Compiling thread_local v1.1.7
22702023-12-14T12:09:36.822Z Compiling heck v0.4.1
22712023-12-14T12:09:36.840Z Compiling camino v1.1.6
22722023-12-14T12:09:37.025Z Compiling dirs-next v2.0.0
22732023-12-14T12:09:37.418Z Compiling darling_core v0.20.3
22742023-12-14T12:09:37.594Z Compiling slog-async v2.8.0
22752023-12-14T12:09:37.739Z Compiling term v0.7.0
22762023-12-14T12:09:38.157Z Compiling crossbeam-channel v0.5.8
22772023-12-14T12:09:38.341Z Compiling getopts v0.2.21
22782023-12-14T12:09:38.690Z Compiling structmeta-derive v0.2.0
22792023-12-14T12:09:38.851Z Compiling atty v0.2.14
22802023-12-14T12:09:39.052Z Compiling multer v2.1.0
22812023-12-14T12:09:39.478Z Compiling match_cfg v0.1.0
22822023-12-14T12:09:39.613Z Compiling unsafe-libyaml v0.2.9
22832023-12-14T12:09:39.746Z Compiling take_mut v0.2.2
22842023-12-14T12:09:39.966Z Compiling paste v1.0.14
22852023-12-14T12:09:40.900Z Compiling hostname v0.3.1
22862023-12-14T12:09:41.342Z Compiling slog-term v2.9.0
22872023-12-14T12:09:42.521Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22882023-12-14T12:09:44.694Z Compiling structmeta v0.2.0
22892023-12-14T12:09:45.296Z Compiling serde_yaml v0.9.25
22902023-12-14T12:09:46.347Z Compiling darling_macro v0.20.3
22912023-12-14T12:09:46.366Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22922023-12-14T12:09:46.388Z Compiling slog-json v2.6.1
22932023-12-14T12:09:47.188Z Compiling async-stream-impl v0.3.5
22942023-12-14T12:09:47.807Z Compiling darling v0.20.3
22952023-12-14T12:09:47.962Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22962023-12-14T12:09:48.396Z Compiling regex-syntax v0.7.5
22972023-12-14T12:09:48.732Z Compiling atomic-waker v1.1.1
22982023-12-14T12:09:49.009Z Compiling fastrand v2.0.0
22992023-12-14T12:09:49.144Z Compiling async-stream v0.3.5
23002023-12-14T12:09:49.583Z Compiling tempfile v3.8.1
23012023-12-14T12:09:49.793Z Compiling waitgroup v0.1.2
23022023-12-14T12:09:50.141Z Compiling serde_with_macros v3.4.0
23032023-12-14T12:09:50.172Z Compiling slog-bunyan v2.4.0
23042023-12-14T12:09:52.781Z Compiling toml v0.8.8
23052023-12-14T12:09:53.273Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
23062023-12-14T12:09:53.984Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23072023-12-14T12:09:55.059Z Compiling sha1 v0.10.6
23082023-12-14T12:09:55.602Z Compiling serde_path_to_error v0.1.14
23092023-12-14T12:09:56.382Z Compiling instant v0.1.12
23102023-12-14T12:09:56.480Z Compiling fs-err v2.11.0
23112023-12-14T12:09:56.588Z Compiling buf-list v1.0.3
23122023-12-14T12:09:56.637Z Compiling debug-ignore v1.0.5
23132023-12-14T12:09:56.846Z Compiling same-file v1.0.6
23142023-12-14T12:09:56.914Z Compiling arc-swap v1.6.0
23152023-12-14T12:09:57.309Z Compiling walkdir v2.4.0
23162023-12-14T12:09:57.525Z Compiling backoff v0.4.0
23172023-12-14T12:09:58.160Z Compiling slog-scope v4.4.0
23182023-12-14T12:09:58.164Z Compiling serde_with v3.4.0
23192023-12-14T12:09:58.565Z Compiling parse-display-derive v0.8.2
23202023-12-14T12:09:59.548Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212023-12-14T12:10:00.156Z Compiling globset v0.4.13
23222023-12-14T12:10:00.588Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23232023-12-14T12:10:00.835Z Compiling strum v0.25.0
23242023-12-14T12:10:01.100Z Compiling olpc-cjson v0.1.3
23252023-12-14T12:10:01.595Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23262023-12-14T12:10:01.713Z Compiling pem v3.0.2
23272023-12-14T12:10:02.003Z Compiling macaddr v1.0.1
23282023-12-14T12:10:03.188Z Compiling serde_plain v1.0.2
23292023-12-14T12:10:04.019Z Compiling async-recursion v1.0.5
23302023-12-14T12:10:04.415Z Compiling xattr v1.0.1
23312023-12-14T12:10:04.799Z Compiling parse-display v0.8.2
23322023-12-14T12:10:04.864Z Compiling filetime v0.2.23
23332023-12-14T12:10:05.099Z Compiling typed-path v0.7.0
23342023-12-14T12:10:05.384Z Compiling tar v0.4.40
23352023-12-14T12:10:05.485Z Compiling slog-stdlog v4.1.1
23362023-12-14T12:10:07.489Z Compiling camino-tempfile v1.1.1
23372023-12-14T12:10:08.682Z Compiling itertools v0.12.0
23382023-12-14T12:10:08.721Z Compiling bytesize v1.3.0
23392023-12-14T12:10:08.749Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23402023-12-14T12:10:08.934Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23412023-12-14T12:10:14.456Z Compiling tough v0.16.0
23422023-12-14T12:10:14.908Z Compiling slog-envlogger v2.2.0
23432023-12-14T12:10:14.982Z Compiling humantime v2.1.0
23442023-12-14T12:10:19.106Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23452023-12-14T12:10:43.989Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23462023-12-14T12:10:44.283Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23472023-12-14T12:10:54.746Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23482023-12-14T12:10:56.884Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23492023-12-14T12:11:26.291Z Finished release [optimized] target(s) in 1m 50s
23502023-12-14T12:11:26.378Z
23512023-12-14T12:11:26.381Zreal 1:50.875870813
23522023-12-14T12:11:26.381Zuser 11:44.641530207
23532023-12-14T12:11:26.382Zsys 47.385545387
23542023-12-14T12:11:26.382Ztrap 0.469873495
23552023-12-14T12:11:26.382Ztflt 0.371554485
23562023-12-14T12:11:26.382Zdflt 0.935193217
23572023-12-14T12:11:26.382Zkflt 0.000121692
23582023-12-14T12:11:26.382Zlock 22:14.274142259
23592023-12-14T12:11:26.382Zslp 23:37.741290096
23602023-12-14T12:11:26.382Zlat 23.589448310
23612023-12-14T12:11:26.382Zstop 11.571553972
23622023-12-14T12:11:26.382Z+ ptime -m gzip
23632023-12-14T12:11:28.737Z
23642023-12-14T12:11:28.741Zreal 2.353740675
23652023-12-14T12:11:28.741Zuser 2.330501182
23662023-12-14T12:11:28.742Zsys 0.020443406
23672023-12-14T12:11:28.742Ztrap 0.001015622
23682023-12-14T12:11:28.742Ztflt 0.000000000
23692023-12-14T12:11:28.742Zdflt 0.000000000
23702023-12-14T12:11:28.742Zkflt 0.000000000
23712023-12-14T12:11:28.742Zlock 0.000000000
23722023-12-14T12:11:28.742Zslp 0.000000000
23732023-12-14T12:11:28.742Zlat 0.001455505
23742023-12-14T12:11:28.742Zstop 0.000223195
23752023-12-14T12:11:28.746Zprocess exited: duration 1167920 ms, exit code 0
 
23762023-12-14T12:11:28.766Zfound 5 output files
23772023-12-14T12:11:28.766Zuploading: /work/end-to-end-tests/bootstrap-eae955b6030e5419.gz (6420654 bytes)
23782023-12-14T12:11:32.505Zuploaded: /work/end-to-end-tests/bootstrap-eae955b6030e5419.gz
23792023-12-14T12:11:32.505Zuploading: /work/end-to-end-tests/bootstrap.gz (97765320 bytes)
23802023-12-14T12:12:00.645Zuploaded: /work/end-to-end-tests/bootstrap.gz
23812023-12-14T12:12:00.656Zuploading: /work/end-to-end-tests/end_to_end_tests-114e4ef0b9f9b2b3.gz (101211561 bytes)
23822023-12-14T12:12:31.941Zuploaded: /work/end-to-end-tests/end_to_end_tests-114e4ef0b9f9b2b3.gz
23832023-12-14T12:12:31.941Zuploading: /work/caboose-util.gz (4089959 bytes)
23842023-12-14T12:12:33.893Zuploaded: /work/caboose-util.gz
23852023-12-14T12:12:33.893Zuploading: /work/tufaceous.gz (14965995 bytes)
23862023-12-14T12:12:39.857Zuploaded: /work/tufaceous.gz