01HGW60EKSVTGDNQ2EHEV59HSV: 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: 01HGW60WG6WKEYJAGZBHAK9P1M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-05T05:09:17.272Zjob assigned to worker 01HGW614HP8YN5GBAM8A2SQWZG (queued for 1 m 3 s)
 
22023-12-05T05:09:17.771Zstarting task 0: "setup"
32023-12-05T05:09:17.827Z++ uname -s
42023-12-05T05:09:17.834Z+ kern=SunOS
52023-12-05T05:09:17.834Z+ case "$kern" in
62023-12-05T05:09:17.836Z+ groupadd -g 12345 build
72023-12-05T05:09:17.836Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-05T05:09:19.849Z+ zfs create -o mountpoint=/work rpool/work
92023-12-05T05:09:19.952Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-05T05:09:19.955Z+ home_fs=zfs
112023-12-05T05:09:19.955Z+ [[ zfs == autofs ]]
122023-12-05T05:09:19.955Z+ mkdir -p /home/build
132023-12-05T05:09:19.958Z+ chown build:build /home/build /work
142023-12-05T05:09:21.969Z+ chmod 0700 /home/build /work
152023-12-05T05:09:21.983Zprocess exited: duration 4195 ms, exit code 0
 
162023-12-05T05:09:22.657Zstarting task 1: "rust-toolchain"
172023-12-05T05:09:22.667Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-05T05:09:22.673Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-05T05:09:23.044Zinfo: downloading installer
202023-12-05T05:09:25.025Zwarning: it looks like you have an existing installation of Rust at:
212023-12-05T05:09:25.025Zwarning: /opt/ooce/bin
222023-12-05T05:09:25.025Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-05T05:09:25.025Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-05T05:09:25.025Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-05T05:09:25.025Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-05T05:09:25.025Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-05T05:09:25.028Zerror: cannot install while Rust is installed
282023-12-05T05:09:25.028Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-05T05:09:25.255Zinfo: profile set to 'default'
302023-12-05T05:09:25.256Zinfo: default host triple is x86_64-unknown-illumos
312023-12-05T05:09:25.267Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-05T05:09:25.440Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-05T05:09:25.446Zinfo: downloading component 'cargo'
342023-12-05T05:09:26.246Zinfo: downloading component 'clippy'
352023-12-05T05:09:26.527Zinfo: downloading component 'rust-docs'
362023-12-05T05:09:27.528Zinfo: downloading component 'rust-std'
372023-12-05T05:09:29.388Zinfo: downloading component 'rustc'
382023-12-05T05:09:33.720Zinfo: downloading component 'rustfmt'
392023-12-05T05:09:34.053Zinfo: installing component 'cargo'
402023-12-05T05:09:35.431Zinfo: installing component 'clippy'
412023-12-05T05:09:36.064Zinfo: installing component 'rust-docs'
422023-12-05T05:09:38.767Zinfo: installing component 'rust-std'
432023-12-05T05:09:41.900Zinfo: installing component 'rustc'
442023-12-05T05:09:48.770Zinfo: installing component 'rustfmt'
452023-12-05T05:09:49.322Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-05T05:09:49.322Z
472023-12-05T05:09:49.457Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-05T05:09:49.457Z
492023-12-05T05:09:49.460Z
502023-12-05T05:09:49.460ZRust is installed now. Great!
512023-12-05T05:09:49.460Z
522023-12-05T05:09:49.461ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-05T05:09:49.461Zenvironment variable. This has not been done automatically.
542023-12-05T05:09:49.461Z
552023-12-05T05:09:49.461ZTo configure your current shell, run:
562023-12-05T05:09:49.461Zsource "$HOME/.cargo/env"
572023-12-05T05:09:49.543Z+ rustc --version
582023-12-05T05:09:49.659Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-05T05:09:50.077Zprocess exited: duration 27002 ms, exit code 0
 
602023-12-05T05:09:50.096Zstarting task 2: "authentication"
612023-12-05T05:09:50.557Zprocess exited: duration 41 ms, exit code 0
 
622023-12-05T05:09:50.563Zstarting task 3: "clone repository"
632023-12-05T05:09:50.570Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-05T05:09:50.573Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-05T05:09:50.631ZCloning into '/work/oxidecomputer/omicron'...
662023-12-05T05:09:56.447Z+ cd /work/oxidecomputer/omicron
672023-12-05T05:09:56.447Z+ [[ -n renovate/russh-0.x ]]
682023-12-05T05:09:56.451Z+ git fetch origin renovate/russh-0.x
692023-12-05T05:09:56.806ZFrom https://github.com/oxidecomputer/omicron
702023-12-05T05:09:56.806Z * branch renovate/russh-0.x -> FETCH_HEAD
712023-12-05T05:09:56.816Z+ git checkout -B renovate/russh-0.x remotes/origin/renovate/russh-0.x
722023-12-05T05:09:56.972ZSwitched to a new branch 'renovate/russh-0.x'
732023-12-05T05:09:57.005Zbranch 'renovate/russh-0.x' set up to track 'origin/renovate/russh-0.x'.
742023-12-05T05:09:57.005Z+ git reset --hard c409ef68d64efee51967595a173f046e125b0d25
752023-12-05T05:09:57.081ZHEAD is now at c409ef68 Update Rust crate russh to 0.40.0
762023-12-05T05:09:57.097Zprocess exited: duration 6517 ms, exit code 0
 
772023-12-05T05:09:57.103Zstarting task 4: "build"
782023-12-05T05:09:57.110Z+ cargo --version
792023-12-05T05:09:57.118Zinfo: syncing channel updates for '1.74.0-x86_64-unknown-illumos'
802023-12-05T05:09:57.317Zinfo: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13)
812023-12-05T05:09:57.320Zinfo: downloading component 'cargo'
822023-12-05T05:09:58.032Zinfo: downloading component 'clippy'
832023-12-05T05:09:58.260Zinfo: downloading component 'rust-docs'
842023-12-05T05:09:59.138Zinfo: downloading component 'rust-std'
852023-12-05T05:10:00.591Zinfo: downloading component 'rustc'
862023-12-05T05:10:04.743Zinfo: downloading component 'rustfmt'
872023-12-05T05:10:04.746Zinfo: installing component 'cargo'
882023-12-05T05:10:06.753Zinfo: installing component 'clippy'
892023-12-05T05:10:07.226Zinfo: installing component 'rust-docs'
902023-12-05T05:10:10.059Zinfo: installing component 'rust-std'
912023-12-05T05:10:12.703Zinfo: installing component 'rustc'
922023-12-05T05:10:18.898Zinfo: installing component 'rustfmt'
932023-12-05T05:10:19.450Zcargo 1.74.0 (ecb9851af 2023-10-18)
942023-12-05T05:10:19.454Z+ rustc --version
952023-12-05T05:10:19.983Zrustc 1.74.0 (79e9716c9 2023-11-13)
962023-12-05T05:10:19.988Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-05T05:10:29.368Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-05T05:10:30.552Z Startup: Caching catalogs ... Done
992023-12-05T05:10:36.786ZPlanning: Solver setup ... Done (5.907s)
1002023-12-05T05:10:36.925ZPlanning: Running solver ... Done (0.138s)
1012023-12-05T05:10:37.023ZPlanning: Finding local manifests ... Done (0.036s)
1022023-12-05T05:10:37.059ZPlanning: Fetching manifests: 0/6 0% complete
1032023-12-05T05:10:37.821ZPlanning: Fetching manifests: 6/6 100% complete
1042023-12-05T05:10:37.824ZPlanning: Package planning ... Done (0.184s)
1052023-12-05T05:10:37.824ZPlanning: Merging actions ... Done (0.085s)
1062023-12-05T05:10:38.765ZPlanning: Checking for conflicting actions ... Done (1.075s)
1072023-12-05T05:10:38.779ZPlanning: Consolidating action changes ... Done (0.018s)
1082023-12-05T05:10:45.363ZPlanning: Evaluating mediators ... Done (6.583s)
1092023-12-05T05:10:45.475ZPlanning: Planning completed in 14.87 seconds
1102023-12-05T05:10:46.635Z Packages to install: 4
1112023-12-05T05:10:46.635Z Packages to update: 2
1122023-12-05T05:10:46.636Z Mediators to change: 2
1132023-12-05T05:10:46.652Z Services to change: 1
1142023-12-05T05:10:46.652Z Estimated space available: 148.88 GB
1152023-12-05T05:10:46.652ZEstimated space to be consumed: 1.42 GB
1162023-12-05T05:10:46.652Z Create boot environment: No
1172023-12-05T05:10:46.652ZCreate backup boot environment: Yes
1182023-12-05T05:10:46.652Z Rebuild boot archive: No
1192023-12-05T05:10:46.652Z
1202023-12-05T05:10:46.652ZChanged mediators:
1212023-12-05T05:10:46.652Z mediator clang:
1222023-12-05T05:10:46.652Z version: None -> 15 (system default)
1232023-12-05T05:10:46.652Z
1242023-12-05T05:10:46.652Z mediator llvm:
1252023-12-05T05:10:46.652Z version: 14 (system default) -> 15 (system default)
1262023-12-05T05:10:46.652Z
1272023-12-05T05:10:46.653ZChanged packages:
1282023-12-05T05:10:46.653Zhelios-dev
1292023-12-05T05:10:46.653Z developer/build-essential
1302023-12-05T05:10:46.653Z None -> 11-2.0
1312023-12-05T05:10:46.653Z library/libxmlsec1
1322023-12-05T05:10:46.653Z None -> 1.2.35-2.0
1332023-12-05T05:10:46.653Z ooce/developer/clang-15
1342023-12-05T05:10:46.653Z None -> 15.0.7-2.0
1352023-12-05T05:10:46.653Z ooce/developer/llvm-15
1362023-12-05T05:10:46.653Z None -> 15.0.7-2.0
1372023-12-05T05:10:46.653Z system/library/g++-runtime
1382023-12-05T05:10:46.653Z 12-2.0 -> 13-2.0
1392023-12-05T05:10:46.653Z system/library/gcc-runtime
1402023-12-05T05:10:46.653Z 12-2.0 -> 13-2.0
1412023-12-05T05:10:46.653Z
1422023-12-05T05:10:46.653ZServices:
1432023-12-05T05:10:46.653Z restart_fmri:
1442023-12-05T05:10:46.653Z svc:/system/update-man-index:default
1452023-12-05T05:10:46.864Z
1462023-12-05T05:10:46.864ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1472023-12-05T05:10:51.846ZDownload: 332/3330 items 11.6/221.1MB 5% complete (2.2M/s)
1482023-12-05T05:10:56.846ZDownload: 1266/3330 items 107.2/221.1MB 48% complete (10.7M/s)
1492023-12-05T05:11:01.874ZDownload: 1683/3330 items 117.8/221.1MB 53% complete (11.1M/s)
1502023-12-05T05:11:08.068ZDownload: 2219/3330 items 119.0/221.1MB 53% complete (3.5M/s)
1512023-12-05T05:11:20.858ZDownload: 2221/3330 items 119.0/221.1MB 53% complete
1522023-12-05T05:11:25.915ZDownload: 3201/3330 items 178.5/221.1MB 80% complete (11.8M/s)
1532023-12-05T05:11:31.389ZDownload: 3320/3330 items 220.2/221.1MB 99% complete (10.7M/s)
1542023-12-05T05:11:32.987ZDownload: Completed 221.11 MB in 46.14 seconds (4.8M/s)
1552023-12-05T05:11:35.121Z Actions: 1/3766 actions (Removing old actions)
1562023-12-05T05:11:35.121Z Actions: 5/3766 actions (Installing new actions)
1572023-12-05T05:11:40.129Z Actions: 2063/3766 actions (Installing new actions)
1582023-12-05T05:11:43.755Z Actions: 3729/3766 actions (Updating modified actions)
1592023-12-05T05:11:44.342Z Actions: Completed 3766 actions in 9.22 seconds.
1602023-12-05T05:11:44.548Z Done (0.198s)
1612023-12-05T05:11:44.550Z Done (0.000s)
1622023-12-05T05:11:44.807Z Done (0.258s)
1632023-12-05T05:11:52.187Z Done (7.234s)
1642023-12-05T05:11:52.456Z Done (0.173s)
1652023-12-05T05:11:52.459Z Done (0.000s)
1662023-12-05T05:11:52.713Z Done (0.000s)
1672023-12-05T05:11:53.421ZPlanning: Evaluating mediator changes ... Done
1682023-12-05T05:11:53.706ZPlanning: Checking for conflicting actions ... Done
1692023-12-05T05:11:53.709ZPlanning: Consolidating action changes ... Done
1702023-12-05T05:11:54.146ZPlanning: Evaluating mediators ... Done
1712023-12-05T05:11:54.149ZPlanning: Planning completed in 0.73 seconds
1722023-12-05T05:11:54.210Z Mediators to change: 2
1732023-12-05T05:11:54.213Z Create boot environment: No
1742023-12-05T05:11:54.213ZCreate backup boot environment: No
1752023-12-05T05:11:54.323Z Done
1762023-12-05T05:11:54.323Z Done
1772023-12-05T05:11:54.479Z Done
1782023-12-05T05:12:00.131Z Done
1792023-12-05T05:12:00.251Z Done
1802023-12-05T05:12:00.254Z Done
1812023-12-05T05:12:00.368Z Done
1822023-12-05T05:12:01.370ZPlanning: Evaluating mediator changes ... Done
1832023-12-05T05:12:01.374ZPlanning: Merging actions ... Done
1842023-12-05T05:12:01.706ZPlanning: Checking for conflicting actions ... Done
1852023-12-05T05:12:01.713ZPlanning: Consolidating action changes ... Done
1862023-12-05T05:12:02.139ZPlanning: Evaluating mediators ... Done
1872023-12-05T05:12:02.226ZPlanning: Planning completed in 1.29 seconds
1882023-12-05T05:12:02.296Z Packages to change: 1
1892023-12-05T05:12:02.297Z Mediators to change: 1
1902023-12-05T05:12:02.302Z Services to change: 1
1912023-12-05T05:12:02.302Z Create boot environment: No
1922023-12-05T05:12:02.302ZCreate backup boot environment: Yes
1932023-12-05T05:12:04.514Z Actions: 1/6 actions (Updating modified actions)
1942023-12-05T05:12:04.517Z Actions: Completed 6 actions in 0.00 seconds.
1952023-12-05T05:12:04.517Z Done
1962023-12-05T05:12:04.517Z Done
1972023-12-05T05:12:04.576Z Done
1982023-12-05T05:12:10.180Z Done
1992023-12-05T05:12:10.297Z Done
2002023-12-05T05:12:10.300Z Done
2012023-12-05T05:12:10.412Z Done
2022023-12-05T05:12:11.072ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2032023-12-05T05:12:11.072Zclang system 15 system
2042023-12-05T05:12:11.072Zcsh system system illumos
2052023-12-05T05:12:11.072Zctags system system illumos
2062023-12-05T05:12:11.072Zgcc vendor 12 vendor
2072023-12-05T05:12:11.072Zgcc system 10 system
2082023-12-05T05:12:11.072Zgcc system 7 system
2092023-12-05T05:12:11.072Zgo system 1.20 system
2102023-12-05T05:12:11.072Zgo system 1.19 system
2112023-12-05T05:12:11.072Zllvm system 15 system
2122023-12-05T05:12:11.072Zllvm system 14 system
2132023-12-05T05:12:11.072Zmariadb system 10.6 system
2142023-12-05T05:12:11.072Zmta vendor vendor dma
2152023-12-05T05:12:11.072Zopenjdk system 17 system
2162023-12-05T05:12:11.072Zopenjdk system 11 system
2172023-12-05T05:12:11.072Zopenjdk system 1.8 system
2182023-12-05T05:12:11.072Zopenssl vendor 3 vendor
2192023-12-05T05:12:11.072Zperl system 5.36 system
2202023-12-05T05:12:11.072Zpostgresql system 15 system
2212023-12-05T05:12:11.072Zpostgresql system 13 system
2222023-12-05T05:12:11.072Zpython vendor 3 vendor
2232023-12-05T05:12:11.072Zpython system 2 system
2242023-12-05T05:12:11.072Zpython3 system 3.11 system
2252023-12-05T05:12:11.072Zruby system 3.0 system
2262023-12-05T05:12:11.072Zwords vendor vendor american-english
2272023-12-05T05:12:11.072Zwords system system australian-english
2282023-12-05T05:12:11.072Zwords system system british-english
2292023-12-05T05:12:11.072Zwords system system canadian-english
2302023-12-05T05:12:11.072Zwords system system french
2312023-12-05T05:12:11.072Zwords system system italian
2322023-12-05T05:12:11.072Zwords system system ngerman
2332023-12-05T05:12:11.072Zwords system system ogerman
2342023-12-05T05:12:11.072Zwords system system spanish
2352023-12-05T05:12:11.594ZFMRI IFO
2362023-12-05T05:12:11.595Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372023-12-05T05:12:11.595Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382023-12-05T05:12:11.595Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392023-12-05T05:12:11.595Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2402023-12-05T05:12:11.595Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412023-12-05T05:12:11.595Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2422023-12-05T05:12:11.595Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2432023-12-05T05:12:11.595Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2442023-12-05T05:12:11.667Z+ set -o errexit
2452023-12-05T05:12:11.673Z+++ dirname ./tools/ci_download_cockroachdb
2462023-12-05T05:12:11.673Z++ cd ./tools
2472023-12-05T05:12:11.673Z++ pwd
2482023-12-05T05:12:11.674Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2492023-12-05T05:12:11.685Z++ basename ./tools/ci_download_cockroachdb
2502023-12-05T05:12:11.685Z+ ARG0=ci_download_cockroachdb
2512023-12-05T05:12:11.685Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2522023-12-05T05:12:11.685Z+ CIDL_VERSION=v22.1.9
2532023-12-05T05:12:11.685Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2542023-12-05T05:12:11.685Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2552023-12-05T05:12:11.685Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2562023-12-05T05:12:11.685Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2572023-12-05T05:12:11.685Z+ TARGET_DIR=out
2582023-12-05T05:12:11.685Z+ DOWNLOAD_DIR=out/downloads
2592023-12-05T05:12:11.685Z+ DEST_DIR=./out/cockroachdb
2602023-12-05T05:12:11.685Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2612023-12-05T05:12:11.685Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2622023-12-05T05:12:11.685Z+ main
2632023-12-05T05:12:11.685Z+ [[ 0 != 0 ]]
2642023-12-05T05:12:11.685Z+ CIDL_OS=solaris2.11
2652023-12-05T05:12:11.686Z+ [[ 0 != 0 ]]
2662023-12-05T05:12:11.686Z+ configure_os solaris2.11
2672023-12-05T05:12:11.686Z+ echo 'current directory: /work/oxidecomputer/omicron'
2682023-12-05T05:12:11.686Zcurrent directory: /work/oxidecomputer/omicron
2692023-12-05T05:12:11.686Z+ echo 'configuring based on OS: "solaris2.11"'
2702023-12-05T05:12:11.686Z+ case "$1" in
2712023-12-05T05:12:11.686Z+ CIDL_BUILD=illumos
2722023-12-05T05:12:11.686Z+ CIDL_SUFFIX=tar.gz
2732023-12-05T05:12:11.686Zconfiguring based on OS: "solaris2.11"
2742023-12-05T05:12:11.686Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2752023-12-05T05:12:11.686Z+ CIDL_MD5FUNC=do_md5sum
2762023-12-05T05:12:11.686Z+ CIDL_URL_BASE=https://illumos.org/downloads
2772023-12-05T05:12:11.686Z+ CIDL_ASSEMBLE=do_assemble_illumos
2782023-12-05T05:12:11.686Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2792023-12-05T05:12:11.686Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2802023-12-05T05:12:11.686Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-12-05T05:12:11.686Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2822023-12-05T05:12:11.686Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-12-05T05:12:11.686Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2842023-12-05T05:12:11.686ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-12-05T05:12:11.686ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-12-05T05:12:11.686Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872023-12-05T05:12:11.686Z+ mkdir -p out/downloads
2882023-12-05T05:12:11.686Z+ mkdir -p ./out/cockroachdb
2892023-12-05T05:12:11.693Z+ local DO_DOWNLOAD=true
2902023-12-05T05:12:11.693Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2912023-12-05T05:12:11.694Z+ '[' true == true ']'
2922023-12-05T05:12:11.694Z+ echo Downloading...
2932023-12-05T05:12:11.694Z+ 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-05T05:12:11.694ZDownloading...
2952023-12-05T05:12:11.694Z+ 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
2962023-12-05T05:12:14.255Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972023-12-05T05:12:14.258Z++ md5sum
2982023-12-05T05:12:14.258Z++ awk '{print $1}'
2992023-12-05T05:12:14.439Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
3002023-12-05T05:12:14.439Z+ [[ 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 ]]
3012023-12-05T05:12:14.439Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022023-12-05T05:12:14.442Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3032023-12-05T05:12:17.790Z+ do_assemble_illumos
3042023-12-05T05:12:17.790Z+ rm -r ./out/cockroachdb
3052023-12-05T05:12:17.793Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3062023-12-05T05:12:18.419Z+ ./out/cockroachdb/bin/cockroach version
3072023-12-05T05:12:18.628ZBuild Tag: v22.1.9-dirty
3082023-12-05T05:12:18.628ZBuild Time: 2022/10/26 21:17:46
3092023-12-05T05:12:18.628ZDistribution: OSS
3102023-12-05T05:12:18.628ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3112023-12-05T05:12:18.628ZGo Version: go1.17.13
3122023-12-05T05:12:18.628ZC Compiler: gcc 10.3.0
3132023-12-05T05:12:18.628ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3142023-12-05T05:12:18.628ZBuild Type: release
3152023-12-05T05:12:18.651Z+ set -o errexit
3162023-12-05T05:12:18.654Z+++ dirname ./tools/ci_download_clickhouse
3172023-12-05T05:12:18.660Z++ cd ./tools
3182023-12-05T05:12:18.660Z++ pwd
3192023-12-05T05:12:18.660Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3202023-12-05T05:12:18.661Z++ basename ./tools/ci_download_clickhouse
3212023-12-05T05:12:18.661Z+ ARG0=ci_download_clickhouse
3222023-12-05T05:12:18.661Z+ TARGET_DIR=out
3232023-12-05T05:12:18.661Z+ DOWNLOAD_DIR=out/downloads
3242023-12-05T05:12:18.661Z+ DEST_DIR=./out/clickhouse
3252023-12-05T05:12:18.661Z+ CIDL_VERSION=v22.8.9.24
3262023-12-05T05:12:18.661Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3272023-12-05T05:12:18.661Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3282023-12-05T05:12:18.661Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3292023-12-05T05:12:18.661Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3302023-12-05T05:12:18.661Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3312023-12-05T05:12:18.661Z+ main
3322023-12-05T05:12:18.661Z+ [[ 0 != 0 ]]
3332023-12-05T05:12:18.661Z+ CIDL_OS=solaris2.11
3342023-12-05T05:12:18.661Z+ [[ 0 != 0 ]]
3352023-12-05T05:12:18.661Z+ configure_os solaris2.11
3362023-12-05T05:12:18.662Z+ echo 'current directory: /work/oxidecomputer/omicron'
3372023-12-05T05:12:18.662Zcurrent directory: /work/oxidecomputer/omicron
3382023-12-05T05:12:18.662Z+ echo 'configuring based on OS: "solaris2.11"'
3392023-12-05T05:12:18.662Z+ CIDL_DASHREV=
3402023-12-05T05:12:18.662Z+ case "$1" in
3412023-12-05T05:12:18.662Zconfiguring based on OS: "solaris2.11"
3422023-12-05T05:12:18.662Z+ CIDL_PLATFORM=illumos
3432023-12-05T05:12:18.662Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3442023-12-05T05:12:18.662Z+ CIDL_MD5FUNC=do_md5sum
3452023-12-05T05:12:18.662Z+ CIDL_DASHREV=-1
3462023-12-05T05:12:18.662Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3472023-12-05T05:12:18.662Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3482023-12-05T05:12:18.662Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492023-12-05T05:12:18.662Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-12-05T05:12:18.663Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3512023-12-05T05:12:18.663ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-12-05T05:12:18.663Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3532023-12-05T05:12:18.663Z+ mkdir -p out/downloads
3542023-12-05T05:12:18.663ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552023-12-05T05:12:18.667Z+ mkdir -p ./out/clickhouse
3562023-12-05T05:12:18.667Z+ local DO_DOWNLOAD=true
3572023-12-05T05:12:18.667Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3582023-12-05T05:12:18.668Z+ '[' true == true ']'
3592023-12-05T05:12:18.668Z+ echo Downloading...
3602023-12-05T05:12:18.668ZDownloading...
3612023-12-05T05:12:18.668Z+ 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
3622023-12-05T05:12:18.668Z+ 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
3632023-12-05T05:12:20.383Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3642023-12-05T05:12:20.389Z++ md5sum
3652023-12-05T05:12:20.389Z++ awk '{print $1}'
3662023-12-05T05:12:20.648Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3672023-12-05T05:12:20.649Z+ [[ 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 ]]
3682023-12-05T05:12:20.649Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3692023-12-05T05:12:21.070Z+ mkdir -p ./out/clickhouse
3702023-12-05T05:12:21.070Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3712023-12-05T05:12:25.483Z+ ./out/clickhouse/clickhouse server --version
3722023-12-05T05:12:25.561ZClickHouse server version 22.8.9.1.
3732023-12-05T05:12:25.566Z+ set -o errexit
3742023-12-05T05:12:25.566Z+++ dirname ./tools/ci_download_console
3752023-12-05T05:12:25.569Z++ cd ./tools
3762023-12-05T05:12:25.569Z++ pwd
3772023-12-05T05:12:25.569Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3782023-12-05T05:12:25.569Z++ basename ./tools/ci_download_console
3792023-12-05T05:12:25.569Z+ ARG0=ci_download_console
3802023-12-05T05:12:25.569Z+ TARGET_DIR=out
3812023-12-05T05:12:25.569Z+ DOWNLOAD_DIR=out/downloads
3822023-12-05T05:12:25.569Z+ DEST_DIR=./out/console-assets
3832023-12-05T05:12:25.569Z+ source /work/oxidecomputer/omicron/tools/console_version
3842023-12-05T05:12:25.569Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3852023-12-05T05:12:25.569Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3862023-12-05T05:12:25.569Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3872023-12-05T05:12:25.569Z+ TARBALL_FILE=out/downloads/console.tar.gz
3882023-12-05T05:12:25.569Z+ main
3892023-12-05T05:12:25.570Z+ [[ 0 != 0 ]]
3902023-12-05T05:12:25.570Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3912023-12-05T05:12:25.570ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3922023-12-05T05:12:25.570Z+ echo 'Local file: out/downloads/console.tar.gz'
3932023-12-05T05:12:25.570ZLocal file: out/downloads/console.tar.gz
3942023-12-05T05:12:25.570Z+ local DO_DOWNLOAD=true
3952023-12-05T05:12:25.570Z+ [[ -f out/downloads/console.tar.gz ]]
3962023-12-05T05:12:25.570Z+ mkdir -p out/downloads
3972023-12-05T05:12:25.573Z+ '[' true == true ']'
3982023-12-05T05:12:25.573Z+ echo Downloading...
3992023-12-05T05:12:25.574ZDownloading...
4002023-12-05T05:12:25.574Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
4012023-12-05T05:12:25.574Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
4022023-12-05T05:12:26.339Z++ do_sha256sum out/downloads/console.tar.gz
4032023-12-05T05:12:26.339Z++ case "$OSTYPE" in
4042023-12-05T05:12:26.345Z++ SHA=sha256sum
4052023-12-05T05:12:26.345Z++ sha256sum
4062023-12-05T05:12:26.345Z++ awk '{print $1}'
4072023-12-05T05:12:26.367Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4082023-12-05T05:12:26.368Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4092023-12-05T05:12:26.375Z+ rm -rf ./out/console-assets
4102023-12-05T05:12:26.375Z+ mkdir -p ./out/console-assets
4112023-12-05T05:12:26.375Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4122023-12-05T05:12:26.375Z+ mkdir -p ./out/console-assets
4132023-12-05T05:12:26.375Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4142023-12-05T05:12:26.508Z+ set -o errexit
4152023-12-05T05:12:26.932Z+++ dirname ./tools/ci_download_maghemite_openapi
4162023-12-05T05:12:26.936Z++ cd ./tools
4172023-12-05T05:12:26.936Z++ pwd
4182023-12-05T05:12:26.938Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4192023-12-05T05:12:26.938Z++ basename ./tools/ci_download_maghemite_openapi
4202023-12-05T05:12:26.938Z+ ARG0=ci_download_maghemite_openapi
4212023-12-05T05:12:26.938Z+ TARGET_DIR=out
4222023-12-05T05:12:26.938Z+ DOWNLOAD_DIR=out/downloads
4232023-12-05T05:12:26.938Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4242023-12-05T05:12:26.938Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4252023-12-05T05:12:26.938Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4262023-12-05T05:12:26.938Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4272023-12-05T05:12:26.938Z+ LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4282023-12-05T05:12:26.938Z+ main
4292023-12-05T05:12:26.938Z+ [[ 0 != 0 ]]
4302023-12-05T05:12:26.938Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json'
4312023-12-05T05:12:26.938ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4322023-12-05T05:12:26.938Z+ echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4332023-12-05T05:12:26.938ZLocal file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4342023-12-05T05:12:26.938Z+ local DO_DOWNLOAD=true
4352023-12-05T05:12:26.938Z+ [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4362023-12-05T05:12:26.938Z+ mkdir -p out/downloads
4372023-12-05T05:12:26.954Z+ '[' true == true ']'
4382023-12-05T05:12:26.954Z+ echo Downloading...
4392023-12-05T05:12:26.954ZDownloading...
4402023-12-05T05:12:26.954Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4412023-12-05T05:12:26.956Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json
4422023-12-05T05:12:26.956Z++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4432023-12-05T05:12:26.956Z++ case "$OSTYPE" in
4442023-12-05T05:12:26.957Z++ SHA=sha256sum
4452023-12-05T05:12:26.957Z++ sha256sum
4462023-12-05T05:12:26.957Z++ awk '{print $1}'
4472023-12-05T05:12:26.957Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4482023-12-05T05:12:26.957Z+ [[ 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 ]]
4492023-12-05T05:12:26.957Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4502023-12-05T05:12:26.957Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
4512023-12-05T05:12:26.957Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4522023-12-05T05:12:26.957Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4532023-12-05T05:12:26.957Z+ LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4542023-12-05T05:12:26.957Z+ main
4552023-12-05T05:12:26.957Z+ [[ 0 != 0 ]]
4562023-12-05T05:12:26.957Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json'
4572023-12-05T05:12:26.957ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4582023-12-05T05:12:26.957Z+ echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json'
4592023-12-05T05:12:26.957ZLocal file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4602023-12-05T05:12:26.957Z+ local DO_DOWNLOAD=true
4612023-12-05T05:12:26.957Z+ [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]]
4622023-12-05T05:12:26.957Z+ mkdir -p out/downloads
4632023-12-05T05:12:26.958Z+ '[' true == true ']'
4642023-12-05T05:12:26.958Z+ echo Downloading...
4652023-12-05T05:12:26.958ZDownloading...
4662023-12-05T05:12:26.958Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4672023-12-05T05:12:26.958Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json
4682023-12-05T05:12:27.011Z++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json
4692023-12-05T05:12:27.020Z++ case "$OSTYPE" in
4702023-12-05T05:12:27.020Z++ SHA=sha256sum
4712023-12-05T05:12:27.020Z++ sha256sum
4722023-12-05T05:12:27.020Z++ awk '{print $1}'
4732023-12-05T05:12:27.020Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4742023-12-05T05:12:27.020Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4752023-12-05T05:12:27.031Z+ set -o errexit
4762023-12-05T05:12:27.036Z+++ dirname ./tools/ci_download_dendrite_openapi
4772023-12-05T05:12:27.036Z++ cd ./tools
4782023-12-05T05:12:27.036Z++ pwd
4792023-12-05T05:12:27.036Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4802023-12-05T05:12:27.036Z++ basename ./tools/ci_download_dendrite_openapi
4812023-12-05T05:12:27.036Z+ ARG0=ci_download_dendrite_openapi
4822023-12-05T05:12:27.036Z+ TARGET_DIR=out
4832023-12-05T05:12:27.036Z+ DOWNLOAD_DIR=out/downloads
4842023-12-05T05:12:27.036Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4852023-12-05T05:12:27.038Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
4862023-12-05T05:12:27.038Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4872023-12-05T05:12:27.038Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4882023-12-05T05:12:27.038Z+ LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4892023-12-05T05:12:27.038Z+ main
4902023-12-05T05:12:27.038Z+ [[ 0 != 0 ]]
4912023-12-05T05:12:27.038Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json'
4922023-12-05T05:12:27.038ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
4932023-12-05T05:12:27.038Z+ echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json'
4942023-12-05T05:12:27.038ZLocal file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
4952023-12-05T05:12:27.038Z+ local DO_DOWNLOAD=true
4962023-12-05T05:12:27.038Z+ [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]]
4972023-12-05T05:12:27.039Z+ mkdir -p out/downloads
4982023-12-05T05:12:27.048Z+ '[' true == true ']'
4992023-12-05T05:12:27.048Z+ echo Downloading...
5002023-12-05T05:12:27.048ZDownloading...
5012023-12-05T05:12:27.048Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5022023-12-05T05:12:27.048Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json
5032023-12-05T05:12:27.200Z++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json
5042023-12-05T05:12:27.204Z++ case "$OSTYPE" in
5052023-12-05T05:12:27.205Z++ SHA=sha256sum
5062023-12-05T05:12:27.205Z++ sha256sum
5072023-12-05T05:12:27.205Z++ awk '{print $1}'
5082023-12-05T05:12:27.205Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5092023-12-05T05:12:27.205Z+ [[ 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 ]]
5102023-12-05T05:12:27.213Z+ set -o errexit
5112023-12-05T05:12:27.216Z+++ dirname ./tools/ci_download_dendrite_stub
5122023-12-05T05:12:27.220Z++ cd ./tools
5132023-12-05T05:12:27.220Z++ pwd
5142023-12-05T05:12:27.220Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5152023-12-05T05:12:27.220Z++ basename ./tools/ci_download_dendrite_stub
5162023-12-05T05:12:27.223Z+ ARG0=ci_download_dendrite_stub
5172023-12-05T05:12:27.223Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5182023-12-05T05:12:27.223Z++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5192023-12-05T05:12:27.223Z++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c
5202023-12-05T05:12:27.223Z++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe
5212023-12-05T05:12:27.223Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5222023-12-05T05:12:27.223Z++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36
5232023-12-05T05:12:27.223Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5242023-12-05T05:12:27.223Z+ TARGET_DIR=out
5252023-12-05T05:12:27.223Z+ DOWNLOAD_DIR=out/downloads
5262023-12-05T05:12:27.223Z+ DEST_DIR=./out/dendrite-stub
5272023-12-05T05:12:27.223Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5282023-12-05T05:12:27.223Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5292023-12-05T05:12:27.223Z+ REPO=oxidecomputer/dendrite
5302023-12-05T05:12:27.224Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36
5312023-12-05T05:12:27.224Z+ main
5322023-12-05T05:12:27.224Z+ [[ 0 != 0 ]]
5332023-12-05T05:12:27.224Z+ CIDL_OS=solaris2.11
5342023-12-05T05:12:27.224Z+ [[ 0 != 0 ]]
5352023-12-05T05:12:27.224Z+ configure_os solaris2.11
5362023-12-05T05:12:27.224Z+ echo 'current directory: /work/oxidecomputer/omicron'
5372023-12-05T05:12:27.224Zcurrent directory: /work/oxidecomputer/omicron
5382023-12-05T05:12:27.224Z+ echo 'configuring based on OS: "solaris2.11"'
5392023-12-05T05:12:27.224Zconfiguring based on OS: "solaris2.11"
5402023-12-05T05:12:27.224Z+ case "$1" in
5412023-12-05T05:12:27.224Z+ SET_BINARIES=
5422023-12-05T05:12:27.224Z+ CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5432023-12-05T05:12:27.224Z+ CIDL_SHA256FUNC=do_sha256sum
5442023-12-05T05:12:27.224Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5452023-12-05T05:12:27.224Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5462023-12-05T05:12:27.224Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5472023-12-05T05:12:27.224Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz'
5482023-12-05T05:12:27.224ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5492023-12-05T05:12:27.224ZLocal file: out/downloads/dendrite-stub.tar.gz
5502023-12-05T05:12:27.224Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5512023-12-05T05:12:27.224Z+ mkdir -p out/downloads
5522023-12-05T05:12:27.227Z+ mkdir -p ./out/dendrite-stub
5532023-12-05T05:12:27.227Z+ fetch_and_verify
5542023-12-05T05:12:27.227Z+ local DO_DOWNLOAD=true
5552023-12-05T05:12:27.230Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5562023-12-05T05:12:27.230Z+ '[' true == true ']'
5572023-12-05T05:12:27.230Z+ echo Downloading...
5582023-12-05T05:12:27.230ZDownloading...
5592023-12-05T05:12:27.230Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5602023-12-05T05:12:27.233Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz
5612023-12-05T05:12:38.101Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5622023-12-05T05:12:38.107Z++ sha256sum
5632023-12-05T05:12:38.107Z++ awk '{print $1}'
5642023-12-05T05:12:38.202Z+ calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1
5652023-12-05T05:12:38.202Z+ [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]]
5662023-12-05T05:12:38.205Z+ do_untar out/downloads/dendrite-stub.tar.gz
5672023-12-05T05:12:38.205Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5682023-12-05T05:12:39.195Z+ do_assemble
5692023-12-05T05:12:39.195Z+ rm -r ./out/dendrite-stub
5702023-12-05T05:12:39.198Z+ mkdir ./out/dendrite-stub
5712023-12-05T05:12:39.202Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5722023-12-05T05:12:39.367Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5732023-12-05T05:12:39.389Z+ set -o errexit
5742023-12-05T05:12:39.389Z+++ dirname ./tools/ci_download_maghemite_mgd
5752023-12-05T05:12:39.389Z++ cd ./tools
5762023-12-05T05:12:39.389Z++ pwd
5772023-12-05T05:12:39.389Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5782023-12-05T05:12:39.389Z++ basename ./tools/ci_download_maghemite_mgd
5792023-12-05T05:12:39.390Z+ ARG0=ci_download_maghemite_mgd
5802023-12-05T05:12:39.390Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5812023-12-05T05:12:39.390Z++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
5822023-12-05T05:12:39.390Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5832023-12-05T05:12:39.390Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5842023-12-05T05:12:39.390Z++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7
5852023-12-05T05:12:39.390Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5862023-12-05T05:12:39.390Z+ TARGET_DIR=out
5872023-12-05T05:12:39.390Z+ DOWNLOAD_DIR=out/downloads
5882023-12-05T05:12:39.390Z+ DEST_DIR=./out/mgd
5892023-12-05T05:12:39.390Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5902023-12-05T05:12:39.390Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5912023-12-05T05:12:39.390Z+ REPO=oxidecomputer/maghemite
5922023-12-05T05:12:39.390Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7
5932023-12-05T05:12:39.390Z+ main
5942023-12-05T05:12:39.390Z+ [[ 0 != 0 ]]
5952023-12-05T05:12:39.390Z+ CIDL_OS=solaris2.11
5962023-12-05T05:12:39.390Z+ [[ 0 != 0 ]]
5972023-12-05T05:12:39.390Z+ configure_os solaris2.11
5982023-12-05T05:12:39.390Z+ echo 'current directory: /work/oxidecomputer/omicron'
5992023-12-05T05:12:39.390Zcurrent directory: /work/oxidecomputer/omicron
6002023-12-05T05:12:39.390Z+ echo 'configuring based on OS: "solaris2.11"'
6012023-12-05T05:12:39.390Z+ case "$1" in
6022023-12-05T05:12:39.390Zconfiguring based on OS: "solaris2.11"
6032023-12-05T05:12:39.390Z+ SET_BINARIES=
6042023-12-05T05:12:39.390Z+ CIDL_SHA256FUNC=do_sha256sum
6052023-12-05T05:12:39.390Z+ TARBALL_FILENAME=mgd.tar.gz
6062023-12-05T05:12:39.390Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6072023-12-05T05:12:39.390Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6082023-12-05T05:12:39.391Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz'
6092023-12-05T05:12:39.391Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6102023-12-05T05:12:39.391ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6112023-12-05T05:12:39.391ZLocal file: out/downloads/mgd.tar.gz
6122023-12-05T05:12:39.391Z+ mkdir -p out/downloads
6132023-12-05T05:12:39.391Z+ mkdir -p ./out/mgd
6142023-12-05T05:12:39.391Z+ fetch_and_verify
6152023-12-05T05:12:39.391Z+ local DO_DOWNLOAD=true
6162023-12-05T05:12:39.391Z+ [[ -f out/downloads/mgd.tar.gz ]]
6172023-12-05T05:12:39.391Z+ '[' true == true ']'
6182023-12-05T05:12:39.391Z+ echo Downloading...
6192023-12-05T05:12:39.391ZDownloading...
6202023-12-05T05:12:39.391Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz
6212023-12-05T05:12:39.391Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz
6222023-12-05T05:12:44.914Z++ do_sha256sum out/downloads/mgd.tar.gz
6232023-12-05T05:12:44.922Z++ sha256sum
6242023-12-05T05:12:44.922Z++ awk '{print $1}'
6252023-12-05T05:12:44.988Z+ calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38
6262023-12-05T05:12:44.988Z+ [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]]
6272023-12-05T05:12:44.991Z+ do_untar out/downloads/mgd.tar.gz
6282023-12-05T05:12:44.991Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6292023-12-05T05:12:45.643Z+ do_assemble
6302023-12-05T05:12:45.643Z+ rm -r ./out/mgd
6312023-12-05T05:12:45.648Z+ mkdir ./out/mgd
6322023-12-05T05:12:45.648Z+ cp -r out/downloads/root ./out/mgd/root
6332023-12-05T05:12:45.881Z+ set -o errexit
6342023-12-05T05:12:45.883Z+++ dirname ./tools/ci_download_transceiver_control
6352023-12-05T05:12:45.886Z++ cd ./tools
6362023-12-05T05:12:45.886Z++ pwd
6372023-12-05T05:12:45.886Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6382023-12-05T05:12:45.888Z++ basename ./tools/ci_download_transceiver_control
6392023-12-05T05:12:45.889Z+ ARG0=ci_download_transceiver_control
6402023-12-05T05:12:45.889Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6412023-12-05T05:12:45.889Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422023-12-05T05:12:45.889Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6432023-12-05T05:12:45.892Z+ TARGET_DIR=out
6442023-12-05T05:12:45.892Z+ DOWNLOAD_DIR=out/downloads
6452023-12-05T05:12:45.892Z+ DEST_DIR=./out/transceiver-control
6462023-12-05T05:12:45.892Z+ BIN_DIR=/opt/oxide/bin
6472023-12-05T05:12:45.892Z+ BINARY=xcvradm
6482023-12-05T05:12:45.892Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6492023-12-05T05:12:45.892Z+ REPO=oxidecomputer/transceiver-control
6502023-12-05T05:12:45.892Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6512023-12-05T05:12:45.892Z+ main
6522023-12-05T05:12:45.892Z+ [[ 0 != 0 ]]
6532023-12-05T05:12:45.892Z+ CIDL_OS=solaris2.11
6542023-12-05T05:12:45.892Z+ [[ 0 != 0 ]]
6552023-12-05T05:12:45.892Z+ configure_os solaris2.11
6562023-12-05T05:12:45.892Z+ echo 'current directory: /work/oxidecomputer/omicron'
6572023-12-05T05:12:45.892Zcurrent directory: /work/oxidecomputer/omicron
6582023-12-05T05:12:45.892Z+ echo 'configuring based on OS: "solaris2.11"'
6592023-12-05T05:12:45.892Zconfiguring based on OS: "solaris2.11"
6602023-12-05T05:12:45.892Z+ case "$1" in
6612023-12-05T05:12:45.892Z+ SET_BINARIES=
6622023-12-05T05:12:45.892Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6632023-12-05T05:12:45.892Z+ CIDL_SHA256FUNC=do_sha256sum
6642023-12-05T05:12:45.892Z+ ARCHIVE_FILENAME=xcvradm.gz
6652023-12-05T05:12:45.892Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662023-12-05T05:12:45.892Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6672023-12-05T05:12:45.892Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6682023-12-05T05:12:45.892ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6692023-12-05T05:12:45.892Z+ echo 'Local file: out/downloads/xcvradm.gz'
6702023-12-05T05:12:45.892ZLocal file: out/downloads/xcvradm.gz
6712023-12-05T05:12:45.892Z+ mkdir -p out/downloads
6722023-12-05T05:12:45.895Z+ mkdir -p ./out/transceiver-control
6732023-12-05T05:12:45.895Z+ fetch_and_verify
6742023-12-05T05:12:45.895Z+ local DO_DOWNLOAD=true
6752023-12-05T05:12:45.895Z+ [[ -f out/downloads/xcvradm.gz ]]
6762023-12-05T05:12:45.895Z+ '[' true == true ']'
6772023-12-05T05:12:45.895Z+ echo Downloading...
6782023-12-05T05:12:45.895ZDownloading...
6792023-12-05T05:12:45.895Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6802023-12-05T05:12:45.895Z+ 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
6812023-12-05T05:12:47.088Z++ do_sha256sum out/downloads/xcvradm.gz
6822023-12-05T05:12:47.091Z++ sha256sum
6832023-12-05T05:12:47.091Z++ awk '{print $1}'
6842023-12-05T05:12:47.110Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6852023-12-05T05:12:47.110Z+ [[ 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 ]]
6862023-12-05T05:12:47.113Z+ do_unpack out/downloads/xcvradm.gz
6872023-12-05T05:12:47.113Z+ mkdir -p out/downloads/root//opt/oxide/bin
6882023-12-05T05:12:47.113Z+ gzip -dc out/downloads/xcvradm.gz
6892023-12-05T05:12:47.293Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6902023-12-05T05:12:47.301Z+ do_assemble
6912023-12-05T05:12:47.301Z+ rm -r ./out/transceiver-control
6922023-12-05T05:12:47.305Z+ mkdir ./out/transceiver-control
6932023-12-05T05:12:47.305Z+ cp -r out/downloads/root ./out/transceiver-control/root
6942023-12-05T05:12:47.524ZAll prerequisites installed successfully
6952023-12-05T05:12:47.528Z
6962023-12-05T05:12:47.528Zreal 2:27.887308812
6972023-12-05T05:12:47.528Zuser 54.603249075
6982023-12-05T05:12:47.528Zsys 10.422507706
6992023-12-05T05:12:47.528Ztrap 0.020644623
7002023-12-05T05:12:47.528Ztflt 0.171542228
7012023-12-05T05:12:47.528Zdflt 0.615852964
7022023-12-05T05:12:47.528Zkflt 0.195849965
7032023-12-05T05:12:47.529Zlock 1.523753679
7042023-12-05T05:12:47.529Zslp 4:34.319737991
7052023-12-05T05:12:47.529Zlat 3.454314620
7062023-12-05T05:12:47.529Zstop 0.062790873
7072023-12-05T05:12:47.529Z+ banner end-to-end-tests
7082023-12-05T05:12:47.565Z
7092023-12-05T05:12:47.565Z ###### # # ##### ##### #### ###### # # #####
7102023-12-05T05:12:47.565Z # ## # # # # # # # ## # # #
7112023-12-05T05:12:47.565Z ##### # # # # # ##### # # # ##### ##### # # # # #
7122023-12-05T05:12:47.565Z # # # # # # # # # # # # # # #
7132023-12-05T05:12:47.565Z # # ## # # # # # # # ## # #
7142023-12-05T05:12:47.565Z ###### # # ##### # #### ###### # # #####
7152023-12-05T05:12:47.565Z
7162023-12-05T05:12:47.568Z+ export CARGO_PROFILE_DEV_DEBUG=1
7172023-12-05T05:12:47.568Z+ CARGO_PROFILE_DEV_DEBUG=1
7182023-12-05T05:12:47.568Z+ export CARGO_PROFILE_TEST_DEBUG=1
7192023-12-05T05:12:47.568Z+ CARGO_PROFILE_TEST_DEBUG=1
7202023-12-05T05:12:47.568Z+ export CARGO_INCREMENTAL=0
7212023-12-05T05:12:47.568Z+ CARGO_INCREMENTAL=0
7222023-12-05T05:12:47.568Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7232023-12-05T05:12:47.904Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7242023-12-05T05:12:48.289Z Updating crates.io index
7252023-12-05T05:12:48.417Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7262023-12-05T05:12:49.181Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7272023-12-05T05:12:50.951Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7282023-12-05T05:12:51.593Z Updating git repository `http://github.com/oxidecomputer/tofino`
7292023-12-05T05:12:51.966Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7302023-12-05T05:12:52.237Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7312023-12-05T05:12:52.560Z Updating git repository `https://github.com/oxidecomputer/propolis`
7322023-12-05T05:12:53.511Z Updating git repository `https://github.com/oxidecomputer/crucible`
7332023-12-05T05:12:55.771Z Updating git repository `https://github.com/oxidecomputer/opte`
7342023-12-05T05:12:56.847Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7352023-12-05T05:12:57.226Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7362023-12-05T05:12:57.805Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7372023-12-05T05:12:58.169Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7382023-12-05T05:12:58.495Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7392023-12-05T05:12:58.962Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7402023-12-05T05:13:00.333Z Updating git repository `https://github.com/njaremko/samael`
7412023-12-05T05:13:00.908Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7422023-12-05T05:13:01.531Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7432023-12-05T05:13:01.981Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7442023-12-05T05:13:02.355Z Updating git repository `https://github.com/jgallagher/nix`
7452023-12-05T05:13:03.589Z Updating git repository `https://github.com/cbiffle/hubpack`
7462023-12-05T05:13:04.133Z Updating git repository `https://github.com/oxidecomputer/typify`
7472023-12-05T05:13:05.117Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7482023-12-05T05:13:05.544Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7492023-12-05T05:13:05.955Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7502023-12-05T05:13:07.618Z Downloading crates ...
7512023-12-05T05:13:07.885Z Downloaded bytes v1.5.0
7522023-12-05T05:13:07.894Z Downloaded ciborium-io v0.2.1
7532023-12-05T05:13:07.897Z Downloaded cfg-if v1.0.0
7542023-12-05T05:13:07.899Z Downloaded crypto-common v0.1.6
7552023-12-05T05:13:07.903Z Downloaded doc-comment v0.3.3
7562023-12-05T05:13:07.906Z Downloaded clap_lex v0.5.1
7572023-12-05T05:13:07.908Z Downloaded digest v0.10.7
7582023-12-05T05:13:07.912Z Downloaded atomicwrites v0.4.2
7592023-12-05T05:13:07.916Z Downloaded backtrace v0.3.69
7602023-12-05T05:13:07.927Z Downloaded dtrace-parser v0.1.14
7612023-12-05T05:13:07.932Z Downloaded cpufeatures v0.2.9
7622023-12-05T05:13:07.938Z Downloaded convert_case v0.4.0
7632023-12-05T05:13:07.942Z Downloaded bit-vec v0.6.3
7642023-12-05T05:13:07.947Z Downloaded chacha20 v0.9.1
7652023-12-05T05:13:07.952Z Downloaded openssl-macros v0.1.1
7662023-12-05T05:13:07.957Z Downloaded paste v1.0.14
7672023-12-05T05:13:07.962Z Downloaded pbkdf2 v0.11.0
7682023-12-05T05:13:07.967Z Downloaded pin-project-internal v1.1.3
7692023-12-05T05:13:07.971Z Downloaded predicates v3.0.4
7702023-12-05T05:13:07.976Z Downloaded polyval v0.6.1
7712023-12-05T05:13:08.014Z Downloaded proc-macro-crate v1.3.1
7722023-12-05T05:13:08.017Z Downloaded dirs-sys-next v0.1.2
7732023-12-05T05:13:08.017Z Downloaded async-stream-impl v0.3.5
7742023-12-05T05:13:08.018Z Downloaded md5 v0.7.0
7752023-12-05T05:13:08.018Z Downloaded base16ct v0.2.0
7762023-12-05T05:13:08.018Z Downloaded pretty-hex v0.2.1
7772023-12-05T05:13:08.018Z Downloaded dirs-sys v0.4.1
7782023-12-05T05:13:08.018Z Downloaded usdt-macro v0.3.5
7792023-12-05T05:13:08.018Z Downloaded parking_lot_core v0.9.8
7802023-12-05T05:13:08.018Z Downloaded openssl-probe v0.1.5
7812023-12-05T05:13:08.018Z Downloaded atty v0.2.14
7822023-12-05T05:13:08.018Z Downloaded anstream v0.5.0
7832023-12-05T05:13:08.020Z Downloaded num-iter v0.1.43
7842023-12-05T05:13:08.020Z Downloaded http-range v0.1.5
7852023-12-05T05:13:08.029Z Downloaded bcrypt-pbkdf v0.10.0
7862023-12-05T05:13:08.029Z Downloaded backoff v0.4.0
7872023-12-05T05:13:08.032Z Downloaded camino v1.1.6
7882023-12-05T05:13:08.034Z Downloaded precomputed-hash v0.1.1
7892023-12-05T05:13:08.037Z Downloaded aead v0.5.2
7902023-12-05T05:13:08.041Z Downloaded time-core v0.1.1
7912023-12-05T05:13:08.044Z Downloaded phf_shared v0.11.2
7922023-12-05T05:13:08.044Z Downloaded ctr v0.9.2
7932023-12-05T05:13:08.047Z Downloaded anstyle v1.0.2
7942023-12-05T05:13:08.050Z Downloaded block-buffer v0.10.4
7952023-12-05T05:13:08.053Z Downloaded thiserror-no-std v2.0.2
7962023-12-05T05:13:08.059Z Downloaded num-traits v0.2.16
7972023-12-05T05:13:08.065Z Downloaded rand_chacha v0.2.2
7982023-12-05T05:13:08.068Z Downloaded hyper-staticfile v0.9.5
7992023-12-05T05:13:08.071Z Downloaded bit-set v0.5.3
8002023-12-05T05:13:08.074Z Downloaded r2d2 v0.8.10
8012023-12-05T05:13:08.077Z Downloaded tokio-native-tls v0.3.1
8022023-12-05T05:13:08.080Z Downloaded tower-service v0.3.2
8032023-12-05T05:13:08.083Z Downloaded rand_core v0.5.1
8042023-12-05T05:13:08.086Z Downloaded whoami v1.4.1
8052023-12-05T05:13:08.088Z Downloaded toolchain_find v0.2.0
8062023-12-05T05:13:08.091Z Downloaded deranged v0.3.8
8072023-12-05T05:13:08.095Z Downloaded ciborium-ll v0.2.1
8082023-12-05T05:13:08.097Z Downloaded crc32fast v1.3.2
8092023-12-05T05:13:08.100Z Downloaded parking_lot_core v0.8.6
8102023-12-05T05:13:08.114Z Downloaded pest_meta v2.7.2
8112023-12-05T05:13:08.114Z Downloaded foreign-types-shared v0.3.1
8122023-12-05T05:13:08.117Z Downloaded const-oid v0.9.5
8132023-12-05T05:13:08.117Z Downloaded heck v0.4.1
8142023-12-05T05:13:08.117Z Downloaded structopt-derive v0.4.18
8152023-12-05T05:13:08.121Z Downloaded structmeta v0.2.0
8162023-12-05T05:13:08.121Z Downloaded addr2line v0.21.0
8172023-12-05T05:13:08.125Z Downloaded postgres-types v0.2.6
8182023-12-05T05:13:08.129Z Downloaded once_cell v1.18.0
8192023-12-05T05:13:08.134Z Downloaded tokio-tungstenite v0.20.1
8202023-12-05T05:13:08.138Z Downloaded same-file v1.0.6
8212023-12-05T05:13:08.142Z Downloaded fastrand v2.0.0
8222023-12-05T05:13:08.146Z Downloaded try-lock v0.2.4
8232023-12-05T05:13:08.146Z Downloaded fxhash v0.2.1
8242023-12-05T05:13:08.148Z Downloaded clap v4.4.3
8252023-12-05T05:13:08.163Z Downloaded spki v0.7.2
8262023-12-05T05:13:08.166Z Downloaded siphasher v0.3.11
8272023-12-05T05:13:08.169Z Downloaded yasna v0.5.2
8282023-12-05T05:13:08.172Z Downloaded memchr v2.6.3
8292023-12-05T05:13:08.183Z Downloaded hubpack v0.1.2
8302023-12-05T05:13:08.185Z Downloaded either v1.9.0
8312023-12-05T05:13:08.189Z Downloaded endian-type v0.1.2
8322023-12-05T05:13:08.191Z Downloaded heck v0.3.3
8332023-12-05T05:13:08.194Z Downloaded is-terminal v0.4.9
8342023-12-05T05:13:08.197Z Downloaded string_cache v0.8.7
8352023-12-05T05:13:08.200Z Downloaded serde_derive_internals v0.26.0
8362023-12-05T05:13:08.203Z Downloaded ipnet v2.8.0
8372023-12-05T05:13:08.206Z Downloaded proc-macro2 v1.0.69
8382023-12-05T05:13:08.215Z Downloaded serde_spanned v0.6.4
8392023-12-05T05:13:08.227Z Downloaded unicase v2.7.0
8402023-12-05T05:13:08.227Z Downloaded walkdir v2.4.0
8412023-12-05T05:13:08.227Z Downloaded equivalent v1.0.1
8422023-12-05T05:13:08.227Z Downloaded waitgroup v0.1.2
8432023-12-05T05:13:08.228Z Downloaded scopeguard v1.2.0
8442023-12-05T05:13:08.236Z Downloaded unsafe-libyaml v0.2.9
8452023-12-05T05:13:08.236Z Downloaded rfc6979 v0.4.0
8462023-12-05T05:13:08.236Z Downloaded rustls-native-certs v0.6.3
8472023-12-05T05:13:08.239Z Downloaded tinyvec_macros v0.1.1
8482023-12-05T05:13:08.239Z Downloaded strum v0.25.0
8492023-12-05T05:13:08.242Z Downloaded tokio-macros v2.2.0
8502023-12-05T05:13:08.242Z Downloaded sct v0.7.0
8512023-12-05T05:13:08.248Z Downloaded headers-core v0.2.0
8522023-12-05T05:13:08.251Z Downloaded indexmap v2.1.0
8532023-12-05T05:13:08.257Z Downloaded unicode-xid v0.2.4
8542023-12-05T05:13:08.260Z Downloaded want v0.3.1
8552023-12-05T05:13:08.263Z Downloaded futures-io v0.3.29
8562023-12-05T05:13:08.266Z Downloaded serde_repr v0.1.16
8572023-12-05T05:13:08.274Z Downloaded usdt v0.3.5
8582023-12-05T05:13:08.274Z Downloaded term v0.7.0
8592023-12-05T05:13:08.277Z Downloaded float-cmp v0.9.0
8602023-12-05T05:13:08.279Z Downloaded ff v0.13.0
8612023-12-05T05:13:08.282Z Downloaded enum-as-inner v0.5.1
8622023-12-05T05:13:08.287Z Downloaded base64 v0.21.5
8632023-12-05T05:13:08.290Z Downloaded trust-dns-resolver v0.22.0
8642023-12-05T05:13:08.300Z Downloaded lalrpop-util v0.19.12
8652023-12-05T05:13:08.304Z Downloaded foreign-types-shared v0.1.1
8662023-12-05T05:13:08.304Z Downloaded foreign-types v0.3.2
8672023-12-05T05:13:08.304Z Downloaded group v0.13.0
8682023-12-05T05:13:08.306Z Downloaded usdt-attr-macro v0.3.5
8692023-12-05T05:13:08.306Z Downloaded inout v0.1.3
8702023-12-05T05:13:08.309Z Downloaded getrandom v0.2.10
8712023-12-05T05:13:08.314Z Downloaded matches v0.1.10
8722023-12-05T05:13:08.316Z Downloaded slog-async v2.8.0
8732023-12-05T05:13:08.319Z Downloaded filetime v0.2.22
8742023-12-05T05:13:08.322Z Downloaded signature v2.1.0
8752023-12-05T05:13:08.325Z Downloaded static_assertions v1.1.0
8762023-12-05T05:13:08.328Z Downloaded russh-cryptovec v0.7.0
8772023-12-05T05:13:08.328Z Downloaded itoa v1.0.9
8782023-12-05T05:13:08.331Z Downloaded http-body v0.4.5
8792023-12-05T05:13:08.333Z Downloaded keccak v0.1.4
8802023-12-05T05:13:08.336Z Downloaded libefi-sys v0.1.0
8812023-12-05T05:13:08.339Z Downloaded tracing-attributes v0.1.26
8822023-12-05T05:13:08.342Z Downloaded strum_macros v0.25.2
8832023-12-05T05:13:08.345Z Downloaded rand v0.8.5
8842023-12-05T05:13:08.352Z Downloaded aes v0.8.3
8852023-12-05T05:13:08.359Z Downloaded lock_api v0.4.10
8862023-12-05T05:13:08.361Z Downloaded foreign-types v0.5.0
8872023-12-05T05:13:08.364Z Downloaded subtle v2.5.0
8882023-12-05T05:13:08.367Z Downloaded unicode-bidi v0.3.13
8892023-12-05T05:13:08.369Z Downloaded glob v0.3.1
8902023-12-05T05:13:08.372Z Downloaded ghash v0.5.0
8912023-12-05T05:13:08.374Z Downloaded foreign-types-macros v0.2.3
8922023-12-05T05:13:08.377Z Downloaded slab v0.4.9
8932023-12-05T05:13:08.381Z Downloaded sec1 v0.7.3
8942023-12-05T05:13:08.384Z Downloaded io-lifetimes v1.0.11
8952023-12-05T05:13:08.387Z Downloaded unicode-width v0.1.11
8962023-12-05T05:13:08.390Z Downloaded thread_local v1.1.7
8972023-12-05T05:13:08.390Z Downloaded time-macros v0.2.13
8982023-12-05T05:13:08.393Z Downloaded synstructure v0.12.6
8992023-12-05T05:13:08.396Z Downloaded dyn-clone v1.0.13
9002023-12-05T05:13:08.398Z Downloaded utf-8 v0.7.6
9012023-12-05T05:13:08.401Z Downloaded ecdsa v0.16.9
9022023-12-05T05:13:08.404Z Downloaded hex-literal v0.4.1
9032023-12-05T05:13:08.407Z Downloaded resolv-conf v0.7.0
9042023-12-05T05:13:08.408Z Downloaded serde_tokenstream v0.1.7
9052023-12-05T05:13:08.414Z Downloaded untrusted v0.9.0
9062023-12-05T05:13:08.416Z Downloaded mio v0.8.9
9072023-12-05T05:13:08.426Z Downloaded zeroize_derive v1.4.2
9082023-12-05T05:13:08.429Z Downloaded stringprep v0.1.3
9092023-12-05T05:13:08.432Z Downloaded stable_deref_trait v1.2.0
9102023-12-05T05:13:08.434Z Downloaded signal-hook-mio v0.2.3
9112023-12-05T05:13:08.434Z Downloaded semver v1.0.20
9122023-12-05T05:13:08.438Z Downloaded hostname v0.3.1
9132023-12-05T05:13:08.441Z Downloaded signal-hook-registry v1.4.1
9142023-12-05T05:13:08.443Z Downloaded fallible-iterator v0.2.0
9152023-12-05T05:13:08.446Z Downloaded rustc-demangle v0.1.23
9162023-12-05T05:13:08.448Z Downloaded ed25519-dalek v2.0.0
9172023-12-05T05:13:08.454Z Downloaded rustfmt-wrapper v0.2.0
9182023-12-05T05:13:08.456Z Downloaded similar v2.2.1
9192023-12-05T05:13:08.464Z Downloaded thread-id v4.2.0
9202023-12-05T05:13:08.467Z Downloaded kstat-rs v0.2.3
9212023-12-05T05:13:08.469Z Downloaded russh-keys v0.40.0
9222023-12-05T05:13:08.472Z Downloaded lru-cache v0.1.2
9232023-12-05T05:13:08.474Z Downloaded signal-hook v0.3.17
9242023-12-05T05:13:08.478Z Downloaded russh-keys v0.38.0
9252023-12-05T05:13:08.481Z Downloaded half v1.8.2
9262023-12-05T05:13:08.485Z Downloaded toml_edit v0.19.15
9272023-12-05T05:13:08.515Z Downloaded tempfile v3.8.1
9282023-12-05T05:13:08.518Z Downloaded ryu v1.0.15
9292023-12-05T05:13:08.524Z Downloaded secrecy v0.8.0
9302023-12-05T05:13:08.526Z Downloaded getrandom v0.1.16
9312023-12-05T05:13:08.530Z Downloaded snafu v0.7.5
9322023-12-05T05:13:08.540Z Downloaded typenum v1.16.0
9332023-12-05T05:13:08.544Z Downloaded unicode-segmentation v1.10.1
9342023-12-05T05:13:08.550Z Downloaded hashbrown v0.12.3
9352023-12-05T05:13:08.558Z Downloaded hmac v0.12.1
9362023-12-05T05:13:08.561Z Downloaded rand v0.7.3
9372023-12-05T05:13:08.570Z Downloaded tungstenite v0.20.1
9382023-12-05T05:13:08.576Z Downloaded itertools v0.11.0
9392023-12-05T05:13:08.589Z Downloaded socket2 v0.5.5
9402023-12-05T05:13:08.591Z Downloaded aho-corasick v1.0.4
9412023-12-05T05:13:08.602Z Downloaded tracing-core v0.1.31
9422023-12-05T05:13:08.606Z Downloaded elliptic-curve v0.13.8
9432023-12-05T05:13:08.615Z Downloaded serde v1.0.192
9442023-12-05T05:13:08.620Z Downloaded hashbrown v0.14.2
9452023-12-05T05:13:08.633Z Downloaded trust-dns-client v0.22.0
9462023-12-05T05:13:08.641Z Downloaded http v0.2.11
9472023-12-05T05:13:08.646Z Downloaded schemars v0.8.13
9482023-12-05T05:13:08.666Z Downloaded tokio-util v0.7.10
9492023-12-05T05:13:08.677Z Downloaded time v0.3.27
9502023-12-05T05:13:08.688Z Downloaded serde_json v1.0.108
9512023-12-05T05:13:08.703Z Downloaded clap v2.34.0
9522023-12-05T05:13:08.713Z Downloaded futures-util v0.3.29
9532023-12-05T05:13:08.735Z Downloaded russh v0.40.0
9542023-12-05T05:13:08.743Z Downloaded winnow v0.5.15
9552023-12-05T05:13:08.758Z Downloaded reqwest v0.11.22
9562023-12-05T05:13:08.771Z Downloaded openssl v0.10.60
9572023-12-05T05:13:08.788Z Downloaded hkdf v0.12.3
9582023-12-05T05:13:08.792Z Downloaded syn v2.0.32
9592023-12-05T05:13:08.811Z Downloaded webpki-roots v0.25.2
9602023-12-05T05:13:08.819Z Downloaded hyper v0.14.27
9612023-12-05T05:13:08.833Z Downloaded h2 v0.3.21
9622023-12-05T05:13:08.844Z Downloaded gimli v0.28.0
9632023-12-05T05:13:08.859Z Downloaded regress v0.7.1
9642023-12-05T05:13:08.874Z Downloaded radix_trie v0.2.1
9652023-12-05T05:13:08.882Z Downloaded regex-syntax v0.8.2
9662023-12-05T05:13:08.899Z Downloaded smoltcp v0.8.2
9672023-12-05T05:13:08.915Z Downloaded vcpkg v0.2.15
9682023-12-05T05:13:08.987Z Downloaded sled v0.34.7
9692023-12-05T05:13:09.004Z Downloaded zerocopy-derive v0.2.0
9702023-12-05T05:13:09.044Z Downloaded rustix v0.37.23
9712023-12-05T05:13:09.065Z Downloaded libc v0.2.150
9722023-12-05T05:13:09.118Z Downloaded bstr v1.6.0
9732023-12-05T05:13:09.138Z Downloaded rustix v0.38.25
9742023-12-05T05:13:09.197Z Downloaded regex-syntax v0.7.5
9752023-12-05T05:13:09.212Z Downloaded bstr v0.2.17
9762023-12-05T05:13:09.230Z Downloaded syn v1.0.109
9772023-12-05T05:13:09.249Z Downloaded zerocopy-derive v0.6.4
9782023-12-05T05:13:09.272Z Downloaded regex-automata v0.3.8
9792023-12-05T05:13:09.308Z Downloaded regex-automata v0.4.3
9802023-12-05T05:13:09.342Z Downloaded bzip2-sys v0.1.11+1.0.8
9812023-12-05T05:13:09.369Z Downloaded smoltcp v0.9.1
9822023-12-05T05:13:09.392Z Downloaded tokio v1.34.0
9832023-12-05T05:13:09.461Z Downloaded sha3 v0.10.8
9842023-12-05T05:13:09.472Z Downloaded openapiv3 v2.0.0-rc.1
9852023-12-05T05:13:09.495Z Downloaded rustls v0.21.9
9862023-12-05T05:13:09.520Z Downloaded regex v1.10.2
9872023-12-05T05:13:09.547Z Downloaded winapi v0.3.9
9882023-12-05T05:13:10.036Z Downloaded encoding_rs v0.8.33
9892023-12-05T05:13:10.039Z Downloaded diesel v2.1.4
9902023-12-05T05:13:10.039Z Downloaded idna v0.2.3
9912023-12-05T05:13:10.039Z Downloaded idna v0.5.0
9922023-12-05T05:13:10.039Z Downloaded trust-dns-proto v0.22.0
9932023-12-05T05:13:10.039Z Downloaded object v0.32.1
9942023-12-05T05:13:10.039Z Downloaded curve25519-dalek v4.1.0
9952023-12-05T05:13:10.039Z Downloaded libm v0.2.7
9962023-12-05T05:13:10.039Z Downloaded hashbrown v0.13.2
9972023-12-05T05:13:10.039Z Downloaded rustls-webpki v0.101.7
9982023-12-05T05:13:10.039Z Downloaded tracing v0.1.37
9992023-12-05T05:13:10.039Z Downloaded unicode-normalization v0.1.22
10002023-12-05T05:13:10.039Z Downloaded petgraph v0.6.4
10012023-12-05T05:13:10.039Z Downloaded chrono v0.4.31
10022023-12-05T05:13:10.039Z Downloaded tokio-postgres v0.7.10
10032023-12-05T05:13:10.039Z Downloaded itertools v0.10.5
10042023-12-05T05:13:10.039Z Downloaded itertools v0.12.0
10052023-12-05T05:13:10.039Z Downloaded ring v0.17.5
10062023-12-05T05:13:10.072Z Downloaded serde_yaml v0.9.25
10072023-12-05T05:13:10.076Z Downloaded serde_with v2.3.3
10082023-12-05T05:13:10.079Z Downloaded url v2.5.0
10092023-12-05T05:13:10.084Z Downloaded regex-automata v0.1.10
10102023-12-05T05:13:10.093Z Downloaded aes-gcm v0.10.3
10112023-12-05T05:13:10.100Z Downloaded ring v0.16.20
10122023-12-05T05:13:10.254Z Downloaded clap_builder v4.4.2
10132023-12-05T05:13:10.266Z Downloaded structopt v0.3.26
10142023-12-05T05:13:10.280Z Downloaded futures-channel v0.3.29
10152023-12-05T05:13:10.283Z Downloaded flate2 v1.0.28
10162023-12-05T05:13:10.291Z Downloaded headers v0.3.9
10172023-12-05T05:13:10.300Z Downloaded trust-dns-server v0.22.1
10182023-12-05T05:13:10.309Z Downloaded iana-time-zone v0.1.57
10192023-12-05T05:13:10.314Z Downloaded slog v2.7.0
10202023-12-05T05:13:10.319Z Downloaded strsim v0.8.0
10212023-12-05T05:13:10.322Z Downloaded spin v0.5.2
10222023-12-05T05:13:10.322Z Downloaded generic-array v0.14.7
10232023-12-05T05:13:10.324Z Downloaded futures v0.3.29
10242023-12-05T05:13:10.333Z Downloaded getopts v0.2.21
10252023-12-05T05:13:10.335Z Downloaded home v0.5.5
10262023-12-05T05:13:10.338Z Downloaded lazy_static v1.4.0
10272023-12-05T05:13:10.341Z Downloaded serde_with_macros v2.3.3
10282023-12-05T05:13:10.344Z Downloaded uuid v1.6.1
10292023-12-05T05:13:10.349Z Downloaded heapless v0.7.16
10302023-12-05T05:13:10.356Z Downloaded crossterm v0.27.0
10312023-12-05T05:13:10.366Z Downloaded fixedbitset v0.4.2
10322023-12-05T05:13:10.369Z Downloaded sha1 v0.10.6
10332023-12-05T05:13:10.373Z Downloaded tinyvec v1.6.0
10342023-12-05T05:13:10.376Z Downloaded slog-term v2.9.0
10352023-12-05T05:13:10.380Z Downloaded num-bigint v0.4.4
10362023-12-05T05:13:10.389Z Downloaded form_urlencoded v1.2.1
10372023-12-05T05:13:10.392Z Downloaded toml_edit v0.21.0
10382023-12-05T05:13:10.430Z Downloaded hyper-rustls v0.24.2
10392023-12-05T05:13:10.434Z Downloaded snafu-derive v0.7.5
10402023-12-05T05:13:10.437Z Downloaded futures-executor v0.3.29
10412023-12-05T05:13:10.440Z Downloaded futures-core v0.3.29
10422023-12-05T05:13:10.442Z Downloaded fnv v1.0.7
10432023-12-05T05:13:10.445Z Downloaded slog-dtrace v0.2.3
10442023-12-05T05:13:10.448Z Downloaded semver-parser v0.10.2
10452023-12-05T05:13:10.451Z Downloaded hubpack_derive v0.1.1
10462023-12-05T05:13:10.451Z Downloaded flagset v0.4.3
10472023-12-05T05:13:10.453Z Downloaded utf8parse v0.2.1
10482023-12-05T05:13:10.453Z Downloaded thiserror-impl v1.0.49
10492023-12-05T05:13:10.456Z Downloaded socket2 v0.4.9
10502023-12-05T05:13:10.459Z Downloaded zip v0.6.6
10512023-12-05T05:13:10.466Z Downloaded toml v0.5.11
10522023-12-05T05:13:10.472Z Downloaded crypto-bigint v0.5.2
10532023-12-05T05:13:10.481Z Downloaded slog-bunyan v2.4.0
10542023-12-05T05:13:10.483Z Downloaded universal-hash v0.5.1
10552023-12-05T05:13:10.486Z Downloaded strsim v0.10.0
10562023-12-05T05:13:10.489Z Downloaded ed25519 v2.2.2
10572023-12-05T05:13:10.491Z Downloaded zeroize v1.7.0
10582023-12-05T05:13:10.495Z Downloaded serde_derive v1.0.192
10592023-12-05T05:13:10.497Z Downloaded rustversion v1.0.14
10602023-12-05T05:13:10.501Z Downloaded structmeta-derive v0.2.0
10612023-12-05T05:13:10.504Z Downloaded log v0.4.20
10622023-12-05T05:13:10.507Z Downloaded tokio-rustls v0.24.1
10632023-12-05T05:13:10.511Z Downloaded vsss-rs v3.3.1
10642023-12-05T05:13:10.515Z Downloaded camino-tempfile v1.1.1
10652023-12-05T05:13:10.522Z Downloaded tar v0.4.40
10662023-12-05T05:13:10.525Z Downloaded toml v0.8.8
10672023-12-05T05:13:10.531Z Downloaded toml v0.7.8
10682023-12-05T05:13:10.534Z Downloaded rcgen v0.11.3
10692023-12-05T05:13:10.539Z Downloaded chacha20poly1305 v0.10.1
10702023-12-05T05:13:10.543Z Downloaded der v0.7.8
10712023-12-05T05:13:10.557Z Downloaded smf v0.2.2
10722023-12-05T05:13:10.974Z Downloaded subprocess v0.2.9
10732023-12-05T05:13:10.974Z Downloaded p256 v0.13.2
10742023-12-05T05:13:10.975Z Downloaded vec_map v0.8.2
10752023-12-05T05:13:10.975Z Downloaded scheduled-thread-pool v0.2.7
10762023-12-05T05:13:10.984Z Downloaded darling_core v0.20.3
10772023-12-05T05:13:10.984Z Downloaded usdt-impl v0.3.5
10782023-12-05T05:13:10.984Z Downloaded httpdate v1.0.3
10792023-12-05T05:13:10.984Z Downloaded hyper-tls v0.5.0
10802023-12-05T05:13:10.984Z Downloaded httparse v1.8.0
10812023-12-05T05:13:10.984Z Downloaded rustls-pemfile v1.0.3
10822023-12-05T05:13:10.984Z Downloaded smallvec v1.11.0
10832023-12-05T05:13:10.984Z Downloaded terminal_size v0.2.6
10842023-12-05T05:13:10.984Z Downloaded unicode-ident v1.0.12
10852023-12-05T05:13:10.985Z Downloaded cc v1.0.83
10862023-12-05T05:13:10.985Z Downloaded spin v0.9.8
10872023-12-05T05:13:10.985Z Downloaded indexmap v1.9.3
10882023-12-05T05:13:10.985Z Downloaded arc-swap v1.6.0
10892023-12-05T05:13:10.985Z Downloaded futures-sink v0.3.29
10902023-12-05T05:13:10.985Z Downloaded parking_lot v0.11.2
10912023-12-05T05:13:10.985Z Downloaded slog-stdlog v4.1.1
10922023-12-05T05:13:10.985Z Downloaded slog-scope v4.4.0
10932023-12-05T05:13:10.985Z Downloaded futures-task v0.3.29
10942023-12-05T05:13:10.987Z Downloaded futures-macro v0.3.29
10952023-12-05T05:13:10.987Z Downloaded slog-json v2.6.1
10962023-12-05T05:13:10.987Z Downloaded slog-envlogger v2.2.0
10972023-12-05T05:13:10.987Z Downloaded semver v0.11.0
10982023-12-05T05:13:10.987Z Downloaded schemars_derive v0.8.13
10992023-12-05T05:13:10.987Z Downloaded match_cfg v0.1.0
11002023-12-05T05:13:10.987Z Downloaded take_mut v0.2.2
11012023-12-05T05:13:10.987Z Downloaded zone_cfg_derive v0.3.0
11022023-12-05T05:13:10.987Z Downloaded errno v0.3.2
11032023-12-05T05:13:10.987Z Downloaded hash32 v0.2.1
11042023-12-05T05:13:10.987Z Downloaded xattr v1.0.1
11052023-12-05T05:13:10.987Z Downloaded zerocopy v0.6.4
11062023-12-05T05:13:10.987Z Downloaded ucd-trie v0.1.6
11072023-12-05T05:13:10.987Z Downloaded textwrap v0.11.0
11082023-12-05T05:13:10.987Z Downloaded rustc_version v0.4.0
11092023-12-05T05:13:10.987Z Downloaded bzip2 v0.4.4
11102023-12-05T05:13:10.987Z Downloaded pin-project v1.1.3
11112023-12-05T05:13:10.987Z Downloaded pin-project-lite v0.2.13
11122023-12-05T05:13:10.987Z Downloaded postgres-protocol v0.6.6
11132023-12-05T05:13:10.987Z Downloaded pest v2.7.2
11142023-12-05T05:13:10.987Z Downloaded serde_tokenstream v0.2.0
11152023-12-05T05:13:10.987Z Downloaded managed v0.8.0
11162023-12-05T05:13:10.987Z Downloaded ahash v0.8.3
11172023-12-05T05:13:10.988Z Downloaded sha2 v0.10.8
11182023-12-05T05:13:10.988Z Downloaded ident_case v1.0.1
11192023-12-05T05:13:10.988Z Downloaded tokio-stream v0.1.14
11202023-12-05T05:13:10.988Z Downloaded password-hash v0.5.0
11212023-12-05T05:13:10.988Z Downloaded serde_path_to_error v0.1.14
11222023-12-05T05:13:10.988Z Downloaded ipnetwork v0.20.0
11232023-12-05T05:13:10.988Z Downloaded macaddr v1.0.1
11242023-12-05T05:13:10.988Z Downloaded quote v1.0.33
11252023-12-05T05:13:10.988Z Downloaded clap_derive v4.4.2
11262023-12-05T05:13:10.988Z Downloaded platforms v3.0.2
11272023-12-05T05:13:10.988Z Downloaded ppv-lite86 v0.2.17
11282023-12-05T05:13:10.988Z Downloaded argon2 v0.5.2
11292023-12-05T05:13:10.988Z Downloaded anyhow v1.0.75
11302023-12-05T05:13:10.988Z Downloaded crossbeam-utils v0.8.16
11312023-12-05T05:13:10.989Z Downloaded proc-macro-error v1.0.4
11322023-12-05T05:13:10.989Z Downloaded thiserror-impl-no-std v2.0.2
11332023-12-05T05:13:10.989Z Downloaded omicron-zone-package v0.9.1
11342023-12-05T05:13:10.989Z Downloaded cancel-safe-futures v0.1.5
11352023-12-05T05:13:10.989Z Downloaded hex v0.4.3
11362023-12-05T05:13:10.989Z Downloaded parking_lot v0.12.1
11372023-12-05T05:13:10.989Z Downloaded linked-hash-map v0.5.6
11382023-12-05T05:13:10.989Z Downloaded version_check v0.9.4
11392023-12-05T05:13:10.989Z Downloaded toml_datetime v0.6.5
11402023-12-05T05:13:10.989Z Downloaded thiserror v1.0.49
11412023-12-05T05:13:10.989Z Downloaded miniz_oxide v0.7.1
11422023-12-05T05:13:10.989Z Downloaded crossbeam-channel v0.5.8
11432023-12-05T05:13:10.989Z Downloaded zone v0.3.0
11442023-12-05T05:13:10.989Z Downloaded der_derive v0.7.2
11452023-12-05T05:13:10.989Z Downloaded pkcs8 v0.10.2
11462023-12-05T05:13:10.989Z Downloaded pem-rfc7468 v0.7.0
11472023-12-05T05:13:10.989Z Downloaded rand_chacha v0.3.1
11482023-12-05T05:13:10.989Z Downloaded num v0.4.1
11492023-12-05T05:13:10.989Z Downloaded pbkdf2 v0.12.2
11502023-12-05T05:13:10.990Z Downloaded zerocopy v0.3.0
11512023-12-05T05:13:10.990Z Downloaded serde_urlencoded v0.7.1
11522023-12-05T05:13:10.990Z Downloaded percent-encoding v2.3.1
11532023-12-05T05:13:10.990Z Downloaded instant v0.1.12
11542023-12-05T05:13:10.990Z Downloaded poly1305 v0.8.0
11552023-12-05T05:13:10.990Z Downloaded async-trait v0.1.74
11562023-12-05T05:13:10.990Z Downloaded anstyle-parse v0.2.1
11572023-12-05T05:13:10.990Z Downloaded num-rational v0.4.1
11582023-12-05T05:13:10.990Z Downloaded rand_core v0.6.4
11592023-12-05T05:13:10.990Z Downloaded quick-error v1.2.3
11602023-12-05T05:13:10.990Z Downloaded base64ct v1.6.0
11612023-12-05T05:13:10.990Z Downloaded crossbeam-epoch v0.9.15
11622023-12-05T05:13:10.990Z Downloaded cipher v0.4.4
11632023-12-05T05:13:10.990Z Downloaded byteorder v1.5.0
11642023-12-05T05:13:10.990Z Downloaded atomic-waker v1.1.1
11652023-12-05T05:13:10.990Z Downloaded ansi_term v0.12.1
11662023-12-05T05:13:10.990Z Downloaded debug-ignore v1.0.5
11672023-12-05T05:13:10.990Z Downloaded untrusted v0.7.1
11682023-12-05T05:13:10.990Z Downloaded diesel_derives v2.1.2
11692023-12-05T05:13:10.990Z Downloaded difflib v0.4.0
11702023-12-05T05:13:10.990Z Downloaded password-hash v0.4.2
11712023-12-05T05:13:10.990Z Downloaded base64 v0.13.1
11722023-12-05T05:13:10.990Z Downloaded async-stream v0.3.5
11732023-12-05T05:13:10.990Z Downloaded num-integer v0.1.45
11742023-12-05T05:13:10.990Z Downloaded postcard-cobs v0.1.5-pre
11752023-12-05T05:13:10.990Z Downloaded num_enum_derive v0.5.11
11762023-12-05T05:13:10.995Z Downloaded derive_more v0.99.17
11772023-12-05T05:13:10.995Z Downloaded pretty-hex v0.4.0
11782023-12-05T05:13:10.996Z Downloaded parse-display v0.8.2
11792023-12-05T05:13:10.996Z Downloaded autocfg v1.1.0
11802023-12-05T05:13:10.996Z Downloaded md-5 v0.10.5
11812023-12-05T05:13:10.996Z Downloaded colorchoice v1.0.0
11822023-12-05T05:13:10.996Z Downloaded predicates-core v1.0.6
11832023-12-05T05:13:10.996Z Downloaded darling v0.20.3
11842023-12-05T05:13:10.998Z Downloaded mime_guess v2.0.4
11852023-12-05T05:13:10.998Z Downloaded nibble_vec v0.1.0
11862023-12-05T05:13:10.998Z Downloaded num_cpus v1.16.0
11872023-12-05T05:13:10.998Z Downloaded pem v1.1.1
11882023-12-05T05:13:10.998Z Downloaded num_threads v0.1.6
11892023-12-05T05:13:10.998Z Downloaded pem v3.0.2
11902023-12-05T05:13:10.998Z Downloaded pkg-config v0.3.27
11912023-12-05T05:13:10.998Z Downloaded phf v0.11.2
11922023-12-05T05:13:10.998Z Downloaded blake2 v0.10.6
11932023-12-05T05:13:10.998Z Downloaded postcard v0.7.3
11942023-12-05T05:13:10.998Z Downloaded dirs-next v2.0.0
11952023-12-05T05:13:10.998Z Downloaded num-derive v0.4.0
11962023-12-05T05:13:10.998Z Downloaded multer v2.1.0
11972023-12-05T05:13:10.998Z Downloaded pest_generator v2.7.2
11982023-12-05T05:13:10.998Z Downloaded colored v2.0.4
11992023-12-05T05:13:10.998Z Downloaded blowfish v0.9.1
12002023-12-05T05:13:10.998Z Downloaded curve25519-dalek-derive v0.1.0
12012023-12-05T05:13:10.998Z Downloaded num_enum v0.5.11
12022023-12-05T05:13:10.998Z Downloaded data-encoding v2.4.0
12032023-12-05T05:13:10.998Z Downloaded proc-macro-error-attr v1.0.4
12042023-12-05T05:13:10.998Z Downloaded pin-utils v0.1.0
12052023-12-05T05:13:10.998Z Downloaded option-ext v0.2.0
12062023-12-05T05:13:11.000Z Downloaded bitflags v2.4.0
12072023-12-05T05:13:11.005Z Downloaded opaque-debug v0.3.0
12082023-12-05T05:13:11.005Z Downloaded crucible-workspace-hack v0.1.0
12092023-12-05T05:13:11.005Z Downloaded cstr-argument v0.1.2
12102023-12-05T05:13:11.005Z Downloaded native-tls v0.2.11
12112023-12-05T05:13:11.005Z Downloaded pest_derive v2.7.2
12122023-12-05T05:13:11.008Z Downloaded bitflags v1.3.2
12132023-12-05T05:13:11.010Z Downloaded dof v0.1.5
12142023-12-05T05:13:11.014Z Downloaded phf_shared v0.10.0
12152023-12-05T05:13:11.014Z Downloaded block-padding v0.3.3
12162023-12-05T05:13:11.017Z Downloaded cfg-if v0.1.10
12172023-12-05T05:13:11.017Z Downloaded anstyle-query v1.0.0
12182023-12-05T05:13:11.020Z Downloaded new_debug_unreachable v1.0.4
12192023-12-05T05:13:11.020Z Downloaded mime v0.3.17
12202023-12-05T05:13:11.024Z Downloaded parse-display-derive v0.8.2
12212023-12-05T05:13:11.024Z Downloaded openssl-sys v0.9.96
12222023-12-05T05:13:11.032Z Downloaded dirs v5.0.1
12232023-12-05T05:13:11.036Z Downloaded diesel_table_macro_syntax v0.1.0
12242023-12-05T05:13:11.036Z Downloaded primeorder v0.13.6
12252023-12-05T05:13:11.041Z Downloaded darling_macro v0.20.3
12262023-12-05T05:13:11.041Z Downloaded console v0.15.7
12272023-12-05T05:13:11.047Z Downloaded num-complex v0.4.4
12282023-12-05T05:13:11.047Z Downloaded adler v1.0.2
12292023-12-05T05:13:11.051Z Downloaded memoffset v0.9.0
12302023-12-05T05:13:11.051Z Downloaded cbc v0.1.2
12312023-12-05T05:13:11.056Z Downloaded ciborium v0.2.1
12322023-12-05T05:13:11.056Z Downloaded normalize-line-endings v0.3.0
12332023-12-05T05:13:11.445Z Compiling proc-macro2 v1.0.69
12342023-12-05T05:13:11.445Z Compiling unicode-ident v1.0.12
12352023-12-05T05:13:11.448Z Compiling libc v0.2.150
12362023-12-05T05:13:11.448Z Compiling serde v1.0.192
12372023-12-05T05:13:11.448Z Compiling autocfg v1.1.0
12382023-12-05T05:13:11.492Z Compiling version_check v0.9.4
12392023-12-05T05:13:11.494Z Compiling cfg-if v1.0.0
12402023-12-05T05:13:11.701Z Compiling syn v1.0.109
12412023-12-05T05:13:11.704Z Compiling typenum v1.16.0
12422023-12-05T05:13:11.796Z Compiling parking_lot_core v0.9.8
12432023-12-05T05:13:12.594Z Compiling generic-array v0.14.7
12442023-12-05T05:13:12.662Z Compiling lock_api v0.4.10
12452023-12-05T05:13:13.691Z Compiling libm v0.2.7
12462023-12-05T05:13:13.713Z Compiling num-traits v0.2.16
12472023-12-05T05:13:13.716Z Compiling once_cell v1.18.0
12482023-12-05T05:13:13.834Z Compiling thiserror v1.0.49
12492023-12-05T05:13:13.923Z Compiling futures-core v0.3.29
12502023-12-05T05:13:14.128Z Compiling serde_json v1.0.108
12512023-12-05T05:13:14.206Z Compiling slab v0.4.9
12522023-12-05T05:13:14.433Z Compiling futures-task v0.3.29
12532023-12-05T05:13:14.549Z Compiling futures-channel v0.3.29
12542023-12-05T05:13:14.691Z Compiling futures-util v0.3.29
12552023-12-05T05:13:14.758Z Compiling memchr v2.6.3
12562023-12-05T05:13:15.119Z Compiling itoa v1.0.9
12572023-12-05T05:13:15.160Z Compiling pkg-config v0.3.27
12582023-12-05T05:13:15.480Z Compiling quote v1.0.33
12592023-12-05T05:13:15.623Z Compiling scopeguard v1.2.0
12602023-12-05T05:13:16.573Z Compiling syn v2.0.32
12612023-12-05T05:13:16.772Z Compiling cc v1.0.83
12622023-12-05T05:13:16.790Z Compiling getrandom v0.2.10
12632023-12-05T05:13:17.302Z Compiling rand_core v0.6.4
12642023-12-05T05:13:17.900Z Compiling log v0.4.20
12652023-12-05T05:13:18.222Z Compiling heck v0.4.1
12662023-12-05T05:13:18.609Z Compiling subtle v2.5.0
12672023-12-05T05:13:18.633Z Compiling ryu v1.0.15
12682023-12-05T05:13:18.928Z Compiling smallvec v1.11.0
12692023-12-05T05:13:19.162Z Compiling schemars v0.8.13
12702023-12-05T05:13:19.208Z Compiling vcpkg v0.2.15
12712023-12-05T05:13:19.684Z Compiling httparse v1.8.0
12722023-12-05T05:13:19.852Z Compiling indexmap v1.9.3
12732023-12-05T05:13:20.279Z Compiling hashbrown v0.14.2
12742023-12-05T05:13:20.294Z Compiling pin-project-lite v0.2.13
12752023-12-05T05:13:20.456Z Compiling equivalent v1.0.1
12762023-12-05T05:13:20.732Z Compiling const-oid v0.9.5
12772023-12-05T05:13:21.743Z Compiling ring v0.17.5
12782023-12-05T05:13:21.966Z Compiling ring v0.16.20
12792023-12-05T05:13:22.370Z Compiling semver v1.0.20
12802023-12-05T05:13:22.919Z Compiling openssl-sys v0.9.96
12812023-12-05T05:13:23.127Z Compiling parking_lot v0.12.1
12822023-12-05T05:13:24.462Z Compiling ahash v0.8.3
12832023-12-05T05:13:24.737Z Compiling fnv v1.0.7
12842023-12-05T05:13:25.014Z Compiling signal-hook-registry v1.4.1
12852023-12-05T05:13:25.534Z Compiling openssl v0.10.60
12862023-12-05T05:13:25.534Z Compiling mio v0.8.9
12872023-12-05T05:13:25.670Z Compiling iana-time-zone v0.1.57
12882023-12-05T05:13:26.102Z Compiling ucd-trie v0.1.6
12892023-12-05T05:13:26.330Z Compiling rustls v0.21.9
12902023-12-05T05:13:26.715Z Compiling native-tls v0.2.11
12912023-12-05T05:13:27.043Z Compiling socket2 v0.5.5
12922023-12-05T05:13:27.199Z Compiling num_cpus v1.16.0
12932023-12-05T05:13:27.364Z Compiling byteorder v1.5.0
12942023-12-05T05:13:27.418Z Compiling async-trait v0.1.74
12952023-12-05T05:13:28.070Z Compiling serde_derive_internals v0.26.0
12962023-12-05T05:13:28.097Z Compiling spin v0.5.2
12972023-12-05T05:13:28.578Z Compiling dyn-clone v1.0.13
12982023-12-05T05:13:28.607Z Compiling futures-sink v0.3.29
12992023-12-05T05:13:29.020Z Compiling aho-corasick v1.0.4
13002023-12-05T05:13:29.072Z Compiling regex-syntax v0.8.2
13012023-12-05T05:13:29.420Z Compiling tinyvec_macros v0.1.1
13022023-12-05T05:13:29.553Z Compiling rustix v0.38.25
13032023-12-05T05:13:29.909Z Compiling tinyvec v1.6.0
13042023-12-05T05:13:30.037Z Compiling hashbrown v0.13.2
13052023-12-05T05:13:31.972Z Compiling backtrace v0.3.69
13062023-12-05T05:13:32.580Z Compiling winnow v0.5.15
13072023-12-05T05:13:33.171Z Compiling futures-io v0.3.29
13082023-12-05T05:13:33.171Z Compiling pin-utils v0.1.0
13092023-12-05T05:13:33.171Z Compiling cpufeatures v0.2.9
13102023-12-05T05:13:33.187Z Compiling unicode-normalization v0.1.22
13112023-12-05T05:13:33.187Z Compiling spin v0.9.8
13122023-12-05T05:13:33.759Z Compiling tracing-core v0.1.31
13132023-12-05T05:13:34.249Z Compiling unicode-bidi v0.3.13
13142023-12-05T05:13:34.937Z Compiling regex-automata v0.4.3
13152023-12-05T05:13:37.717Z Compiling crc32fast v1.3.2
13162023-12-05T05:13:38.615Z Compiling anyhow v1.0.75
13172023-12-05T05:13:38.621Z Compiling time-core v0.1.1
13182023-12-05T05:13:38.786Z Compiling time-macros v0.2.13
13192023-12-05T05:13:39.364Z Compiling num-integer v0.1.45
13202023-12-05T05:13:39.700Z Compiling base64 v0.21.5
13212023-12-05T05:13:40.128Z Compiling serde_derive v1.0.192
13222023-12-05T05:13:40.300Z Compiling zeroize_derive v1.4.2
13232023-12-05T05:13:40.380Z Compiling thiserror-impl v1.0.49
13242023-12-05T05:13:40.849Z Compiling tokio-macros v2.2.0
13252023-12-05T05:13:42.908Z Compiling zeroize v1.7.0
13262023-12-05T05:13:43.429Z Compiling futures-macro v0.3.29
13272023-12-05T05:13:43.544Z Compiling tracing-attributes v0.1.26
13282023-12-05T05:13:43.946Z Compiling schemars_derive v0.8.13
13292023-12-05T05:13:45.843Z Compiling crypto-common v0.1.6
13302023-12-05T05:13:45.946Z Compiling block-buffer v0.10.4
13312023-12-05T05:13:45.946Z Compiling pest v2.7.2
13322023-12-05T05:13:46.166Z Compiling openssl-macros v0.1.1
13332023-12-05T05:13:46.351Z Compiling digest v0.10.7
13342023-12-05T05:13:47.664Z Compiling regex v1.10.2
13352023-12-05T05:13:50.119Z Compiling tracing v0.1.37
13362023-12-05T05:13:50.452Z Compiling der_derive v0.7.2
13372023-12-05T05:13:50.952Z Compiling unicode-width v0.1.11
13382023-12-05T05:13:50.952Z Compiling slog v2.7.0
13392023-12-05T05:13:50.952Z Compiling foreign-types-shared v0.1.1
13402023-12-05T05:13:51.072Z Compiling untrusted v0.9.0
13412023-12-05T05:13:51.329Z Compiling openssl-probe v0.1.5
13422023-12-05T05:13:51.610Z Compiling ppv-lite86 v0.2.17
13432023-12-05T05:13:51.822Z Compiling unicode-xid v0.2.4
13442023-12-05T05:13:51.855Z Compiling percent-encoding v2.3.1
13452023-12-05T05:13:51.889Z Compiling hashbrown v0.12.3
13462023-12-05T05:13:52.069Z Compiling untrusted v0.7.1
13472023-12-05T05:13:52.433Z Compiling synstructure v0.12.6
13482023-12-05T05:13:55.173Z Compiling foreign-types v0.3.2
13492023-12-05T05:13:55.649Z Compiling errno v0.3.2
13502023-12-05T05:13:55.967Z Compiling try-lock v0.2.4
13512023-12-05T05:13:56.170Z Compiling want v0.3.1
13522023-12-05T05:13:56.585Z Compiling rustls-webpki v0.101.7
13532023-12-05T05:13:57.209Z Compiling sct v0.7.0
13542023-12-05T05:13:57.667Z Compiling zerocopy-derive v0.2.0
13552023-12-05T05:13:58.655Z Compiling form_urlencoded v1.2.1
13562023-12-05T05:13:59.899Z Compiling pest_meta v2.7.2
13572023-12-05T05:13:59.903Z Compiling socket2 v0.4.9
13582023-12-05T05:13:59.903Z Compiling httpdate v1.0.3
13592023-12-05T05:14:00.212Z Compiling io-lifetimes v1.0.11
13602023-12-05T05:14:00.887Z Compiling tower-service v0.3.2
13612023-12-05T05:14:01.087Z Compiling pest_generator v2.7.2
13622023-12-05T05:14:02.137Z Compiling rand_chacha v0.3.1
13632023-12-05T05:14:02.970Z Compiling rustls-pemfile v1.0.3
13642023-12-05T05:14:03.554Z Compiling idna v0.5.0
13652023-12-05T05:14:03.736Z Compiling lazy_static v1.4.0
13662023-12-05T05:14:03.893Z Compiling bytes v1.5.0
13672023-12-05T05:14:04.412Z Compiling indexmap v2.1.0
13682023-12-05T05:14:06.025Z Compiling uuid v1.6.1
13692023-12-05T05:14:06.224Z Compiling chrono v0.4.31
13702023-12-05T05:14:06.277Z Compiling tokio v1.34.0
13712023-12-05T05:14:06.448Z Compiling http v0.2.11
13722023-12-05T05:14:07.160Z Compiling bitflags v2.4.0
13732023-12-05T05:14:07.844Z Compiling serde_spanned v0.6.4
13742023-12-05T05:14:08.225Z Compiling toml_datetime v0.6.5
13752023-12-05T05:14:08.621Z Compiling rustc_version v0.4.0
13762023-12-05T05:14:09.409Z Compiling toml_edit v0.19.15
13772023-12-05T05:14:09.864Z Compiling http-body v0.4.5
13782023-12-05T05:14:12.662Z Compiling openapiv3 v2.0.0-rc.1
13792023-12-05T05:14:14.667Z Compiling crossbeam-utils v0.8.16
13802023-12-05T05:14:15.426Z Compiling adler v1.0.2
13812023-12-05T05:14:16.461Z Compiling miniz_oxide v0.7.1
13822023-12-05T05:14:16.729Z Compiling pest_derive v2.7.2
13832023-12-05T05:14:17.918Z Compiling url v2.5.0
13842023-12-05T05:14:21.083Z Compiling tokio-util v0.7.10
13852023-12-05T05:14:21.673Z Compiling tokio-native-tls v0.3.1
13862023-12-05T05:14:22.025Z Compiling tokio-rustls v0.24.1
13872023-12-05T05:14:24.825Z Compiling rustls-native-certs v0.6.3
13882023-12-05T05:14:24.854Z Compiling rand v0.8.5
13892023-12-05T05:14:24.854Z Compiling h2 v0.3.21
13902023-12-05T05:14:24.854Z Compiling usdt-impl v0.3.5
13912023-12-05T05:14:24.854Z Compiling rustix v0.37.23
13922023-12-05T05:14:24.854Z Compiling ipnet v2.8.0
13932023-12-05T05:14:24.944Z Compiling serde_urlencoded v0.7.1
13942023-12-05T05:14:26.045Z Compiling num-bigint v0.4.4
13952023-12-05T05:14:26.195Z Compiling encoding_rs v0.8.33
13962023-12-05T05:14:26.348Z Compiling mime v0.3.17
13972023-12-05T05:14:26.450Z Compiling gimli v0.28.0
13982023-12-05T05:14:27.252Z Compiling webpki-roots v0.25.2
13992023-12-05T05:14:27.978Z Compiling zerocopy v0.3.0
14002023-12-05T05:14:29.118Z Compiling object v0.32.1
14012023-12-05T05:14:29.823Z Compiling rustc-demangle v0.1.23
14022023-12-05T05:14:31.402Z Compiling dof v0.1.5
14032023-12-05T05:14:31.612Z Compiling flate2 v1.0.28
14042023-12-05T05:14:32.162Z Compiling dtrace-parser v0.1.14
14052023-12-05T05:14:32.363Z Compiling heapless v0.7.16
14062023-12-05T05:14:32.936Z Compiling serde_tokenstream v0.2.0
14072023-12-05T05:14:33.206Z Compiling bzip2-sys v0.1.11+1.0.8
14082023-12-05T05:14:33.231Z Compiling thread-id v4.2.0
14092023-12-05T05:14:33.383Z Compiling addr2line v0.21.0
14102023-12-05T05:14:33.747Z Compiling rustversion v1.0.14
14112023-12-05T05:14:33.896Z Compiling base64ct v1.6.0
14122023-12-05T05:14:34.102Z Compiling hyper v0.14.27
14132023-12-05T05:14:34.490Z Compiling signal-hook v0.3.17
14142023-12-05T05:14:34.930Z Compiling toml v0.7.8
14152023-12-05T05:14:35.391Z Compiling toml_edit v0.21.0
14162023-12-05T05:14:35.527Z Compiling serde_tokenstream v0.1.7
14172023-12-05T05:14:36.339Z Compiling hex v0.4.3
14182023-12-05T05:14:37.277Z Compiling zerocopy-derive v0.6.4
14192023-12-05T05:14:37.657Z Compiling regress v0.7.1
14202023-12-05T05:14:38.435Z Compiling memoffset v0.9.0
14212023-12-05T05:14:38.868Z Compiling strsim v0.10.0
14222023-12-05T05:14:42.042Z Compiling bitflags v1.3.2
14232023-12-05T05:14:42.609Z Compiling doc-comment v0.3.3
14242023-12-05T05:14:43.443Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14252023-12-05T05:14:43.969Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14262023-12-05T05:14:44.904Z Compiling smoltcp v0.9.1
14272023-12-05T05:14:45.259Z Compiling hyper-tls v0.5.0
14282023-12-05T05:14:45.713Z Compiling hyper-rustls v0.24.2
14292023-12-05T05:14:45.785Z Compiling pem-rfc7468 v0.7.0
14302023-12-05T05:14:46.028Z Compiling strum_macros v0.25.2
14312023-12-05T05:14:46.559Z Compiling reqwest v0.11.22
14322023-12-05T05:14:46.987Z Compiling usdt-macro v0.3.5
14332023-12-05T05:14:47.921Z Compiling usdt-attr-macro v0.3.5
14342023-12-05T05:14:48.714Z Compiling hmac v0.12.1
14352023-12-05T05:14:50.175Z Compiling enum-as-inner v0.5.1
14362023-12-05T05:14:50.636Z Compiling num-iter v0.1.43
14372023-12-05T05:14:51.070Z Compiling crossbeam-epoch v0.9.15
14382023-12-05T05:14:51.593Z Compiling flagset v0.4.3
14392023-12-05T05:14:51.746Z Compiling deranged v0.3.8
14402023-12-05T05:14:51.770Z Compiling num_threads v0.1.6
14412023-12-05T05:14:51.881Z Compiling unicode-segmentation v1.10.1
14422023-12-05T05:14:51.929Z Compiling siphasher v0.3.11
14432023-12-05T05:14:52.105Z Compiling der v0.7.8
14442023-12-05T05:14:53.480Z Compiling block-padding v0.3.3
14452023-12-05T05:14:53.506Z Compiling hubpack_derive v0.1.1
14462023-12-05T05:14:53.859Z Compiling pin-project-internal v1.1.3
14472023-12-05T05:14:54.745Z Compiling time v0.3.27
14482023-12-05T05:14:56.294Z Compiling utf8parse v0.2.1
14492023-12-05T05:14:57.554Z Compiling anstyle v1.0.2
14502023-12-05T05:14:59.122Z Compiling sha2 v0.10.8
14512023-12-05T05:14:59.148Z Compiling anstyle-parse v0.2.1
14522023-12-05T05:14:59.663Z Compiling spki v0.7.2
14532023-12-05T05:15:00.236Z Compiling inout v0.1.3
14542023-12-05T05:15:01.101Z Compiling md-5 v0.10.5
14552023-12-05T05:15:01.585Z Compiling clap_derive v4.4.2
14562023-12-05T05:15:01.832Z Compiling stringprep v0.1.3
14572023-12-05T05:15:02.938Z Compiling hash32 v0.2.1
14582023-12-05T05:15:03.482Z Compiling diesel_table_macro_syntax v0.1.0
14592023-12-05T05:15:03.550Z Compiling stable_deref_trait v1.2.0
14602023-12-05T05:15:03.900Z Compiling either v1.9.0
14612023-12-05T05:15:04.446Z Compiling fallible-iterator v0.2.0
14622023-12-05T05:15:04.466Z Compiling anstyle-query v1.0.0
14632023-12-05T05:15:04.643Z Compiling colorchoice v1.0.0
14642023-12-05T05:15:04.868Z Compiling anstream v0.5.0
14652023-12-05T05:15:05.498Z Compiling diesel_derives v2.1.2
14662023-12-05T05:15:05.593Z Compiling postgres-protocol v0.6.6
14672023-12-05T05:15:07.291Z Compiling terminal_size v0.2.6
14682023-12-05T05:15:08.279Z Compiling cipher v0.4.4
14692023-12-05T05:15:09.071Z Compiling pkcs8 v0.10.2
14702023-12-05T05:15:09.412Z Compiling phf_shared v0.11.2
14712023-12-05T05:15:10.449Z Compiling ff v0.13.0
14722023-12-05T05:15:10.810Z Compiling getopts v0.2.21
14732023-12-05T05:15:10.950Z Compiling snafu-derive v0.7.5
14742023-12-05T05:15:11.134Z Compiling serde_repr v0.1.16
14752023-12-05T05:15:11.354Z Compiling scheduled-thread-pool v0.2.7
14762023-12-05T05:15:11.389Z Compiling data-encoding v2.4.0
14772023-12-05T05:15:12.279Z Compiling matches v0.1.10
14782023-12-05T05:15:12.722Z Compiling unsafe-libyaml v0.2.9
14792023-12-05T05:15:12.960Z Compiling managed v0.8.0
14802023-12-05T05:15:13.974Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14812023-12-05T05:15:14.865Z Compiling bit-vec v0.6.3
14822023-12-05T05:15:15.369Z Compiling regex-automata v0.1.10
14832023-12-05T05:15:15.955Z Compiling clap_lex v0.5.1
14842023-12-05T05:15:15.976Z Compiling base16ct v0.2.0
14852023-12-05T05:15:16.100Z Compiling bstr v0.2.17
14862023-12-05T05:15:16.254Z Compiling sec1 v0.7.3
14872023-12-05T05:15:16.460Z Compiling clap_builder v4.4.2
14882023-12-05T05:15:17.143Z Compiling serde_yaml v0.9.25
14892023-12-05T05:15:22.564Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14902023-12-05T05:15:22.760Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14912023-12-05T05:15:24.227Z Compiling idna v0.2.3
14922023-12-05T05:15:25.631Z Compiling r2d2 v0.8.10
14932023-12-05T05:15:26.872Z Compiling group v0.13.0
14942023-12-05T05:15:27.704Z Compiling phf v0.11.2
14952023-12-05T05:15:28.146Z Compiling signal-hook-mio v0.2.3
14962023-12-05T05:15:28.382Z Compiling bzip2 v0.4.4
14972023-12-05T05:15:28.764Z Compiling postgres-types v0.2.6
14982023-12-05T05:15:28.970Z Compiling itertools v0.11.0
14992023-12-05T05:15:31.479Z Compiling pin-project v1.1.3
15002023-12-05T05:15:31.625Z Compiling hubpack v0.1.2
15012023-12-05T05:15:32.279Z Compiling phf_shared v0.10.0
15022023-12-05T05:15:32.594Z Compiling hkdf v0.12.3
15032023-12-05T05:15:32.717Z Compiling zerocopy v0.6.4
15042023-12-05T05:15:32.889Z Compiling ipnetwork v0.20.0
15052023-12-05T05:15:32.962Z Compiling crypto-bigint v0.5.2
15062023-12-05T05:15:33.719Z Compiling futures-executor v0.3.29
15072023-12-05T05:15:34.312Z Compiling float-cmp v0.9.0
15082023-12-05T05:15:34.638Z Compiling static_assertions v1.1.0
15092023-12-05T05:15:35.567Z Compiling difflib v0.4.0
15102023-12-05T05:15:37.252Z Compiling whoami v1.4.1
15112023-12-05T05:15:38.216Z Compiling new_debug_unreachable v1.0.4
15122023-12-05T05:15:38.231Z Compiling precomputed-hash v0.1.1
15132023-12-05T05:15:38.342Z Compiling normalize-line-endings v0.3.0
15142023-12-05T05:15:38.521Z Compiling fixedbitset v0.4.2
15152023-12-05T05:15:38.627Z Compiling predicates-core v1.0.6
15162023-12-05T05:15:38.796Z Compiling regex-automata v0.3.8
15172023-12-05T05:15:39.160Z Compiling petgraph v0.6.4
15182023-12-05T05:15:39.225Z Compiling predicates v3.0.4
15192023-12-05T05:15:40.552Z Compiling string_cache v0.8.7
15202023-12-05T05:15:40.557Z Compiling tokio-postgres v0.7.10
15212023-12-05T05:15:41.956Z Compiling bstr v1.6.0
15222023-12-05T05:15:42.033Z Compiling elliptic-curve v0.13.8
15232023-12-05T05:15:42.834Z Compiling trust-dns-proto v0.22.0
15242023-12-05T05:15:43.268Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15252023-12-05T05:15:44.360Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15262023-12-05T05:15:46.527Z Compiling futures v0.3.29
15272023-12-05T05:15:46.685Z Compiling diesel v2.1.4
15282023-12-05T05:15:48.724Z Compiling snafu v0.7.5
15292023-12-05T05:15:50.093Z Compiling yasna v0.5.2
15302023-12-05T05:15:53.313Z Compiling zip v0.6.6
15312023-12-05T05:15:54.067Z Compiling crossterm v0.27.0
15322023-12-05T05:15:56.881Z Compiling clap v4.4.3
15332023-12-05T05:15:57.045Z Compiling similar v2.2.1
15342023-12-05T05:15:57.066Z Compiling bit-set v0.5.3
15352023-12-05T05:15:57.231Z Compiling itertools v0.10.5
15362023-12-05T05:15:57.519Z Compiling usdt v0.3.5
15372023-12-05T05:15:58.508Z Compiling tokio-stream v0.1.14
15382023-12-05T05:16:00.039Z Compiling console v0.15.7
15392023-12-05T05:16:00.547Z Compiling lalrpop-util v0.19.12
15402023-12-05T05:16:42.471Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15412023-12-05T05:16:43.691Z Compiling sha1 v0.10.6
15422023-12-05T05:16:50.512Z Compiling atty v0.2.14
15432023-12-05T05:16:53.216Z Compiling match_cfg v0.1.0
15442023-12-05T05:16:54.455Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15452023-12-05T05:16:56.623Z Compiling hostname v0.3.1
15462023-12-05T05:16:59.700Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15472023-12-05T05:17:01.471Z Compiling dirs-sys-next v0.1.2
15482023-12-05T05:17:02.344Z Compiling dirs-next v2.0.0
15492023-12-05T05:17:02.489Z Compiling thread_local v1.1.7
15502023-12-05T05:17:02.611Z Compiling camino v1.1.6
15512023-12-05T05:17:02.643Z Compiling slog-async v2.8.0
15522023-12-05T05:17:03.400Z Compiling ident_case v1.0.1
15532023-12-05T05:17:03.532Z Compiling term v0.7.0
15542023-12-05T05:17:03.633Z Compiling darling_core v0.20.3
15552023-12-05T05:17:03.663Z Compiling crossbeam-channel v0.5.8
15562023-12-05T05:17:03.810Z Compiling multer v2.1.0
15572023-12-05T05:17:04.292Z Compiling instant v0.1.12
15582023-12-05T05:17:04.508Z Compiling take_mut v0.2.2
15592023-12-05T05:17:04.734Z Compiling paste v1.0.14
15602023-12-05T05:17:05.579Z Compiling slog-term v2.9.0
15612023-12-05T05:17:06.114Z Compiling slog-json v2.6.1
15622023-12-05T05:17:06.686Z Compiling async-stream-impl v0.3.5
15632023-12-05T05:17:06.789Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15642023-12-05T05:17:07.221Z Compiling atomic-waker v1.1.1
15652023-12-05T05:17:07.434Z Compiling waitgroup v0.1.2
15662023-12-05T05:17:07.528Z Compiling slog-bunyan v2.4.0
15672023-12-05T05:17:07.750Z Compiling toml v0.8.8
15682023-12-05T05:17:07.778Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15692023-12-05T05:17:07.807Z Compiling serde_path_to_error v0.1.14
15702023-12-05T05:17:08.914Z Compiling async-stream v0.3.5
15712023-12-05T05:17:09.215Z Compiling structmeta-derive v0.2.0
15722023-12-05T05:17:09.278Z Compiling debug-ignore v1.0.5
15732023-12-05T05:17:09.438Z Compiling strum v0.25.0
15742023-12-05T05:17:09.483Z Compiling regex-syntax v0.7.5
15752023-12-05T05:17:09.619Z Compiling backoff v0.4.0
15762023-12-05T05:17:09.678Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15772023-12-05T05:17:10.133Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15782023-12-05T05:17:10.361Z Compiling macaddr v1.0.1
15792023-12-05T05:17:10.638Z Compiling proc-macro-error-attr v1.0.4
15802023-12-05T05:17:10.812Z Compiling proc-macro-crate v1.3.1
15812023-12-05T05:17:11.058Z Compiling proc-macro-error v1.0.4
15822023-12-05T05:17:11.705Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15832023-12-05T05:17:12.250Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15842023-12-05T05:17:12.612Z Compiling num_enum_derive v0.5.11
15852023-12-05T05:17:12.663Z Compiling postcard-cobs v0.1.5-pre
15862023-12-05T05:17:13.104Z Compiling same-file v1.0.6
15872023-12-05T05:17:13.442Z Compiling fastrand v2.0.0
15882023-12-05T05:17:13.627Z Compiling walkdir v2.4.0
15892023-12-05T05:17:13.924Z Compiling darling_macro v0.20.3
15902023-12-05T05:17:14.168Z Compiling structmeta v0.2.0
15912023-12-05T05:17:14.367Z Compiling tempfile v3.8.1
15922023-12-05T05:17:14.876Z Compiling postcard v0.7.3
15932023-12-05T05:17:14.976Z Compiling smoltcp v0.8.2
15942023-12-05T05:17:15.623Z Compiling darling v0.20.3
15952023-12-05T05:17:15.661Z Compiling semver-parser v0.10.2
15962023-12-05T05:17:15.773Z Compiling foreign-types-macros v0.2.3
15972023-12-05T05:17:15.796Z Compiling serde_with_macros v2.3.3
15982023-12-05T05:17:17.062Z Compiling num_enum v0.5.11
15992023-12-05T05:17:17.295Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16002023-12-05T05:17:17.721Z Compiling crucible-workspace-hack v0.1.0
16012023-12-05T05:17:18.123Z Compiling foreign-types-shared v0.3.1
16022023-12-05T05:17:18.288Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16032023-12-05T05:17:18.711Z Compiling cfg-if v0.1.10
16042023-12-05T05:17:18.735Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16052023-12-05T05:17:18.995Z Compiling foreign-types v0.5.0
16062023-12-05T05:17:19.322Z Compiling semver v0.11.0
16072023-12-05T05:17:19.877Z Compiling is-terminal v0.4.9
16082023-12-05T05:17:20.060Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16092023-12-05T05:17:20.208Z Compiling serde_with v2.3.3
16102023-12-05T05:17:20.289Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16112023-12-05T05:17:20.554Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16122023-12-05T05:17:21.105Z Compiling parse-display-derive v0.8.2
16132023-12-05T05:17:21.388Z Compiling cstr-argument v0.1.2
16142023-12-05T05:17:21.734Z Compiling filetime v0.2.22
16152023-12-05T05:17:21.759Z Compiling xattr v1.0.1
16162023-12-05T05:17:22.147Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16172023-12-05T05:17:22.200Z Compiling home v0.5.5
16182023-12-05T05:17:22.563Z Compiling platforms v3.0.2
16192023-12-05T05:17:22.587Z Compiling pretty-hex v0.2.1
16202023-12-05T05:17:22.855Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16212023-12-05T05:17:23.419Z Compiling toolchain_find v0.2.0
16222023-12-05T05:17:23.454Z Compiling tar v0.4.40
16232023-12-05T05:17:23.911Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16242023-12-05T05:17:24.640Z Compiling colored v2.0.4
16252023-12-05T05:17:24.835Z Compiling textwrap v0.11.0
16262023-12-05T05:17:24.896Z Compiling heck v0.3.3
16272023-12-05T05:17:25.539Z Compiling toml v0.5.11
16282023-12-05T05:17:25.619Z Compiling vec_map v0.8.2
16292023-12-05T05:17:25.644Z Compiling ansi_term v0.12.1
16302023-12-05T05:17:25.681Z Compiling strsim v0.8.0
16312023-12-05T05:17:26.073Z Compiling libefi-sys v0.1.0
16322023-12-05T05:17:26.481Z Compiling clap v2.34.0
16332023-12-05T05:17:26.560Z Compiling structopt-derive v0.4.18
16342023-12-05T05:17:26.948Z Compiling omicron-zone-package v0.9.1
16352023-12-05T05:17:26.974Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16362023-12-05T05:17:28.505Z Compiling parse-display v0.8.2
16372023-12-05T05:17:28.790Z Compiling rustfmt-wrapper v0.2.0
16382023-12-05T05:17:29.945Z Compiling camino-tempfile v1.1.1
16392023-12-05T05:17:30.622Z Compiling zone_cfg_derive v0.3.0
16402023-12-05T05:17:30.817Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16412023-12-05T05:17:31.486Z Compiling num-derive v0.4.0
16422023-12-05T05:17:31.882Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16432023-12-05T05:17:32.600Z Compiling structopt v0.3.26
16442023-12-05T05:17:32.838Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
16452023-12-05T05:17:33.099Z Compiling zone v0.3.0
16462023-12-05T05:17:33.237Z Compiling curve25519-dalek v4.1.0
16472023-12-05T05:17:33.469Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16482023-12-05T05:17:34.116Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16492023-12-05T05:17:34.273Z Compiling smf v0.2.2
16502023-12-05T05:17:34.733Z Compiling unicase v2.7.0
16512023-12-05T05:17:35.175Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16522023-12-05T05:17:35.389Z Compiling universal-hash v0.5.1
16532023-12-05T05:17:35.423Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
16542023-12-05T05:17:35.663Z Compiling curve25519-dalek-derive v0.1.0
16552023-12-05T05:17:35.693Z Compiling getrandom v0.1.16
16562023-12-05T05:17:35.712Z Compiling opaque-debug v0.3.0
16572023-12-05T05:17:35.719Z Compiling signature v2.1.0
16582023-12-05T05:17:35.846Z Compiling num-rational v0.4.1
16592023-12-05T05:17:36.336Z Compiling keccak v0.1.4
16602023-12-05T05:17:36.467Z Compiling winapi v0.3.9
16612023-12-05T05:17:36.633Z Compiling quick-error v1.2.3
16622023-12-05T05:17:36.840Z Compiling linked-hash-map v0.5.6
16632023-12-05T05:17:36.994Z Compiling parking_lot_core v0.8.6
16642023-12-05T05:17:37.385Z Compiling lru-cache v0.1.2
16652023-12-05T05:17:37.596Z Compiling rand_core v0.5.1
16662023-12-05T05:17:37.654Z Compiling resolv-conf v0.7.0
16672023-12-05T05:17:37.722Z Compiling sha3 v0.10.8
16682023-12-05T05:17:38.330Z Compiling password-hash v0.5.0
16692023-12-05T05:17:38.688Z Compiling blake2 v0.10.6
16702023-12-05T05:17:38.994Z Compiling aead v0.5.2
16712023-12-05T05:17:39.336Z Compiling secrecy v0.8.0
16722023-12-05T05:17:39.576Z Compiling num-complex v0.4.4
16732023-12-05T05:17:39.734Z Compiling nibble_vec v0.1.0
16742023-12-05T05:17:40.029Z Compiling slog-dtrace v0.2.3
16752023-12-05T05:17:40.132Z Compiling option-ext v0.2.0
16762023-12-05T05:17:40.314Z Compiling utf-8 v0.7.6
16772023-12-05T05:17:40.459Z Compiling arc-swap v1.6.0
16782023-12-05T05:17:40.798Z Compiling convert_case v0.4.0
16792023-12-05T05:17:40.953Z Compiling endian-type v0.1.2
16802023-12-05T05:17:41.216Z Compiling slog-scope v4.4.0
16812023-12-05T05:17:41.272Z Compiling radix_trie v0.2.1
16822023-12-05T05:17:41.286Z Compiling num v0.4.1
16832023-12-05T05:17:41.413Z Compiling tungstenite v0.20.1
16842023-12-05T05:17:41.501Z Compiling dirs-sys v0.4.1
16852023-12-05T05:17:41.529Z Compiling argon2 v0.5.2
16862023-12-05T05:17:42.083Z Compiling mime_guess v2.0.4
16872023-12-05T05:17:42.287Z Compiling derive_more v0.99.17
16882023-12-05T05:17:42.307Z Compiling trust-dns-resolver v0.22.0
16892023-12-05T05:17:42.667Z Compiling rand_chacha v0.2.2
16902023-12-05T05:17:45.124Z Compiling ed25519 v2.2.2
16912023-12-05T05:17:45.127Z Compiling poly1305 v0.8.0
16922023-12-05T05:17:45.514Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16932023-12-05T05:17:45.798Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16942023-12-05T05:17:46.273Z Compiling ctr v0.9.2
16952023-12-05T05:17:46.569Z Compiling blowfish v0.9.1
16962023-12-05T05:17:46.767Z Compiling chacha20 v0.9.1
16972023-12-05T05:17:47.284Z Compiling aes v0.8.3
16982023-12-05T05:17:47.291Z Compiling rfc6979 v0.4.0
16992023-12-05T05:17:47.483Z Compiling password-hash v0.4.2
17002023-12-05T05:17:47.577Z Compiling pbkdf2 v0.12.2
17012023-12-05T05:17:47.823Z Compiling thiserror-impl-no-std v2.0.2
17022023-12-05T05:17:47.982Z Compiling half v1.8.2
17032023-12-05T05:17:48.963Z Compiling ciborium-io v0.2.1
17042023-12-05T05:17:49.016Z Compiling pbkdf2 v0.11.0
17052023-12-05T05:17:49.147Z Compiling ciborium-ll v0.2.1
17062023-12-05T05:17:49.588Z Compiling bcrypt-pbkdf v0.10.0
17072023-12-05T05:17:49.810Z Compiling ecdsa v0.16.9
17082023-12-05T05:17:50.484Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17092023-12-05T05:17:51.184Z Compiling ed25519-dalek v2.0.0
17102023-12-05T05:17:51.512Z Compiling parking_lot v0.11.2
17112023-12-05T05:17:52.184Z Compiling rand v0.7.3
17122023-12-05T05:17:52.538Z Compiling tokio-tungstenite v0.20.1
17132023-12-05T05:17:52.764Z Compiling russh-cryptovec v0.7.0
17142023-12-05T05:17:52.899Z Compiling trust-dns-client v0.22.0
17152023-12-05T05:17:53.124Z Compiling dirs v5.0.1
17162023-12-05T05:17:53.210Z Compiling slog-stdlog v4.1.1
17172023-12-05T05:17:53.299Z Compiling thiserror-no-std v2.0.2
17182023-12-05T05:17:53.407Z Compiling polyval v0.6.1
17192023-12-05T05:17:53.466Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17202023-12-05T05:17:53.779Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17212023-12-05T05:17:54.083Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17222023-12-05T05:17:54.142Z Compiling primeorder v0.13.6
17232023-12-05T05:17:55.013Z Compiling cbc v0.1.2
17242023-12-05T05:17:56.631Z Compiling fxhash v0.2.1
17252023-12-05T05:17:57.323Z Compiling glob v0.3.1
17262023-12-05T05:17:57.367Z Compiling cancel-safe-futures v0.1.5
17272023-12-05T05:17:57.851Z Compiling md5 v0.7.0
17282023-12-05T05:17:58.633Z Compiling trust-dns-server v0.22.1
17292023-12-05T05:17:58.978Z Compiling sled v0.34.7
17302023-12-05T05:18:01.446Z Compiling p256 v0.13.2
17312023-12-05T05:18:01.610Z Compiling ghash v0.5.0
17322023-12-05T05:18:01.882Z Compiling slog-envlogger v2.2.0
17332023-12-05T05:18:02.809Z Compiling vsss-rs v3.3.1
17342023-12-05T05:18:04.802Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17352023-12-05T05:18:08.454Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17362023-12-05T05:18:10.344Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17372023-12-05T05:18:10.846Z Compiling ciborium v0.2.1
17382023-12-05T05:18:10.870Z Compiling chacha20poly1305 v0.10.1
17392023-12-05T05:18:10.970Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17402023-12-05T05:18:11.180Z Compiling pem v3.0.2
17412023-12-05T05:18:11.523Z Compiling headers-core v0.2.0
17422023-12-05T05:18:11.761Z Compiling kstat-rs v0.2.3
17432023-12-05T05:18:12.472Z Compiling base64 v0.13.1
17442023-12-05T05:18:12.935Z Compiling http-range v0.1.5
17452023-12-05T05:18:13.374Z Compiling pretty-hex v0.4.0
17462023-12-05T05:18:13.489Z Compiling hyper-staticfile v0.9.5
17472023-12-05T05:18:13.513Z Compiling pem v1.1.1
17482023-12-05T05:18:13.726Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17492023-12-05T05:18:14.597Z Compiling headers v0.3.9
17502023-12-05T05:18:15.031Z Compiling rcgen v0.11.3
17512023-12-05T05:18:18.025Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17522023-12-05T05:18:18.777Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17532023-12-05T05:18:19.488Z Compiling russh-keys v0.40.0
17542023-12-05T05:18:19.535Z Compiling aes-gcm v0.10.3
17552023-12-05T05:18:20.023Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291)
17562023-12-05T05:18:20.886Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17572023-12-05T05:18:24.836Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17582023-12-05T05:18:25.050Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17592023-12-05T05:18:26.206Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17602023-12-05T05:18:28.469Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17612023-12-05T05:18:29.494Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17622023-12-05T05:18:31.484Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17632023-12-05T05:18:31.803Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17642023-12-05T05:18:36.254Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17652023-12-05T05:18:39.963Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17662023-12-05T05:18:40.648Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d)
17672023-12-05T05:18:40.777Z Compiling atomicwrites v0.4.2
17682023-12-05T05:18:41.315Z Compiling itertools v0.12.0
17692023-12-05T05:18:43.138Z Compiling subprocess v0.2.9
17702023-12-05T05:18:43.198Z Compiling hex-literal v0.4.1
17712023-12-05T05:18:43.414Z Compiling russh v0.40.0
17722023-12-05T05:18:45.339Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17732023-12-05T05:18:46.431Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17742023-12-05T05:18:46.602Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17752023-12-05T05:18:49.890Z Compiling russh-keys v0.38.0
17762023-12-05T05:18:54.076Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17772023-12-05T05:19:23.173Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17782023-12-05T05:20:06.011Zerror[E0053]: method `check_server_key` has an incompatible type for trait
17792023-12-05T05:20:06.011Z --> end-to-end-tests/src/instance_launch.rs:277:28
17802023-12-05T05:20:06.011Z |
17812023-12-05T05:20:06.011Z277 | server_public_key: &PublicKey,
17822023-12-05T05:20:06.011Z | ^^^^^^^^^^
17832023-12-05T05:20:06.011Z | |
17842023-12-05T05:20:06.011Z | expected `russh_keys::key::PublicKey`, found `PublicKey`
17852023-12-05T05:20:06.011Z | help: change the parameter type to match the trait: `&'life0 russh_keys::key::PublicKey`
17862023-12-05T05:20:06.014Z |
17872023-12-05T05:20:06.014Z = note: expected signature `fn(SshClient, &'life0 russh_keys::key::PublicKey) -> Pin<_>`
17882023-12-05T05:20:06.014Z found signature `fn(SshClient, &'life0 PublicKey) -> Pin<_>`
17892023-12-05T05:20:06.014Z
17902023-12-05T05:20:06.219Zerror[E0308]: mismatched types
17912023-12-05T05:20:06.219Z --> end-to-end-tests/src/instance_launch.rs:170:50
17922023-12-05T05:20:06.219Z |
17932023-12-05T05:20:06.219Z170 | session.authenticate_publickey("debian", key).await?,
17942023-12-05T05:20:06.219Z | ---------------------- ^^^ expected `russh_keys::key::KeyPair`, found `KeyPair`
17952023-12-05T05:20:06.220Z | |
17962023-12-05T05:20:06.220Z | arguments to this method are incorrect
17972023-12-05T05:20:06.220Z |
17982023-12-05T05:20:06.220Z = note: `KeyPair` and `russh_keys::key::KeyPair` have similar names, but are actually distinct types
17992023-12-05T05:20:06.220Znote: `KeyPair` is defined in crate `russh_keys`
18002023-12-05T05:20:06.220Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.38.0/src/key.rs:281:1
18012023-12-05T05:20:06.220Z |
18022023-12-05T05:20:06.220Z281 | pub enum KeyPair {
18032023-12-05T05:20:06.220Z | ^^^^^^^^^^^^^^^^
18042023-12-05T05:20:06.220Znote: `russh_keys::key::KeyPair` is defined in crate `russh_keys`
18052023-12-05T05:20:06.220Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.40.0/src/key.rs:326:1
18062023-12-05T05:20:06.220Z |
18072023-12-05T05:20:06.220Z326 | pub enum KeyPair {
18082023-12-05T05:20:06.220Z | ^^^^^^^^^^^^^^^^
18092023-12-05T05:20:06.220Z = note: perhaps two different versions of crate `russh_keys` are being used?
18102023-12-05T05:20:06.220Znote: method defined here
18112023-12-05T05:20:06.220Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.40.0/src/client/mod.rs:359:18
18122023-12-05T05:20:06.220Z |
18132023-12-05T05:20:06.220Z359 | pub async fn authenticate_publickey<U: Into<String>>(
18142023-12-05T05:20:06.220Z | ^^^^^^^^^^^^^^^^^^^^^^
18152023-12-05T05:20:06.220Z
18162023-12-05T05:20:06.329ZSome errors have detailed explanations: E0053, E0308.
18172023-12-05T05:20:06.329ZFor more information about an error, try `rustc --explain E0053`.
18182023-12-05T05:20:06.401Zerror: could not compile `end-to-end-tests` (lib test) due to 2 previous errors
18192023-12-05T05:20:06.409Zwarning: build failed, waiting for other jobs to finish...
18202023-12-05T05:20:35.332Z
18212023-12-05T05:20:35.339Zreal 7:47.706725102
18222023-12-05T05:20:35.339Zuser 42:45.158309482
18232023-12-05T05:20:35.339Zsys 6:31.336852503
18242023-12-05T05:20:35.339Ztrap 1.599322873
18252023-12-05T05:20:35.339Ztflt 4.079329658
18262023-12-05T05:20:35.339Zdflt 7.730638541
18272023-12-05T05:20:35.339Zkflt 0.026344003
18282023-12-05T05:20:35.339Zlock 1:22:07.862585846
18292023-12-05T05:20:35.339Zslp 2:01:31.296458284
18302023-12-05T05:20:35.339Zlat 1:57.537336781
18312023-12-05T05:20:35.339Zstop 4:26.960206744
18322023-12-05T05:20:35.341Zprocess exited: duration 638251 ms, exit code 101
 
18332023-12-05T05:20:35.362Zfound 0 output files
18342023-12-05T05:20:35.362Zupload error: rule "/work/end-to-end-tests/*.gz" required a match, but was not used
18352023-12-05T05:20:35.362Zupload error: rule "/work/caboose-util.gz" required a match, but was not used
18362023-12-05T05:20:35.362Zupload error: rule "/work/tufaceous.gz" required a match, but was not used