01HC8W7007JR0ZW4ZNC7NTTFAX: helios / package

BasicConfig {
    output_rules: [
        "=/work/version.txt",
        "=/work/package.tar.gz",
        "=/work/global-zone-packages.tar.gz",
        "=/work/trampoline-global-zone-packages.tar.gz",
        "=/work/zones/*.tar.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/global-zone-packages.tar.gz",
            series: "image",
            name: "global-zone-packages",
        },
        BasicConfigPublish {
            from_output: "/work/trampoline-global-zone-packages.tar.gz",
            series: "image",
            name: "trampoline-global-zone-packages",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01HC8W7HQJ590V3RC5JB4Y2QPK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-09T00:10:28.950Zjob assigned to worker 01HC8W7R23Y8687C8R3D4DHQ7S (queued for 1 m 43 s)
 
22023-10-09T00:10:29.494Zstarting task 0: "setup"
32023-10-09T00:10:29.939Z++ uname -s
42023-10-09T00:10:29.942Z+ kern=SunOS
52023-10-09T00:10:29.945Z+ case "$kern" in
62023-10-09T00:10:29.948Z+ groupadd -g 12345 build
72023-10-09T00:10:29.977Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-09T00:10:31.958Z+ zfs create -o mountpoint=/work rpool/work
92023-10-09T00:10:32.175Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-09T00:10:32.179Z+ home_fs=zfs
112023-10-09T00:10:32.182Z+ [[ zfs == autofs ]]
122023-10-09T00:10:32.185Z+ mkdir -p /home/build
132023-10-09T00:10:32.188Z+ chown build:build /home/build /work
142023-10-09T00:10:34.183Z+ chmod 0700 /home/build /work
152023-10-09T00:10:34.188Zprocess exited: duration 4690 ms, exit code 0
 
162023-10-09T00:10:34.195Zstarting task 1: "rust-toolchain"
172023-10-09T00:10:34.208Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-09T00:10:34.211Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-09T00:10:34.585Zinfo: downloading installer
202023-10-09T00:10:37.118Zwarning: it looks like you have an existing installation of Rust at:
212023-10-09T00:10:37.121Zwarning: /opt/ooce/bin
222023-10-09T00:10:37.124Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-09T00:10:37.127Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-09T00:10:37.130Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-09T00:10:37.157Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-09T00:10:37.161Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-09T00:10:37.165Zerror: cannot install while Rust is installed
282023-10-09T00:10:37.168Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-09T00:10:37.220Zinfo: profile set to 'default'
302023-10-09T00:10:37.223Zinfo: default host triple is x86_64-unknown-illumos
312023-10-09T00:10:37.226Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-09T00:10:37.395Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-09T00:10:37.398Zinfo: downloading component 'cargo'
342023-10-09T00:10:38.096Zinfo: downloading component 'clippy'
352023-10-09T00:10:38.349Zinfo: downloading component 'rust-docs'
362023-10-09T00:10:39.255Zinfo: downloading component 'rust-std'
372023-10-09T00:10:40.835Zinfo: downloading component 'rustc'
382023-10-09T00:10:44.931Zinfo: downloading component 'rustfmt'
392023-10-09T00:10:45.208Zinfo: installing component 'cargo'
402023-10-09T00:10:47.098Zinfo: installing component 'clippy'
412023-10-09T00:10:47.919Zinfo: installing component 'rust-docs'
422023-10-09T00:10:50.759Zinfo: installing component 'rust-std'
432023-10-09T00:10:54.486Zinfo: installing component 'rustc'
442023-10-09T00:11:03.518Zinfo: installing component 'rustfmt'
452023-10-09T00:11:03.980Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-09T00:11:03.983Z
472023-10-09T00:11:04.132Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-09T00:11:04.135Z
492023-10-09T00:11:04.138Z
502023-10-09T00:11:04.145ZRust is installed now. Great!
512023-10-09T00:11:04.161Z
522023-10-09T00:11:04.180ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-09T00:11:04.187Zenvironment variable. This has not been done automatically.
542023-10-09T00:11:04.190Z
552023-10-09T00:11:04.194ZTo configure your current shell, run:
562023-10-09T00:11:04.197Zsource "$HOME/.cargo/env"
572023-10-09T00:11:04.222Z+ rustc --version
582023-10-09T00:11:04.344Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-09T00:11:04.358Zprocess exited: duration 30143 ms, exit code 0
 
602023-10-09T00:11:04.386Zstarting task 2: "authentication"
612023-10-09T00:11:04.437Zprocess exited: duration 38 ms, exit code 0
 
622023-10-09T00:11:04.445Zstarting task 3: "clone repository"
632023-10-09T00:11:04.456Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-09T00:11:04.460Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-09T00:11:04.538ZCloning into '/work/oxidecomputer/omicron'...
662023-10-09T00:11:09.782Z+ cd /work/oxidecomputer/omicron
672023-10-09T00:11:09.786Z+ [[ -n dependabot/cargo/semver-1.0.19 ]]
682023-10-09T00:11:09.789Z+ git fetch origin dependabot/cargo/semver-1.0.19
692023-10-09T00:11:10.123ZFrom https://github.com/oxidecomputer/omicron
702023-10-09T00:11:10.127Z * branch dependabot/cargo/semver-1.0.19 -> FETCH_HEAD
712023-10-09T00:11:10.132Z+ git checkout -B dependabot/cargo/semver-1.0.19 remotes/origin/dependabot/cargo/semver-1.0.19
722023-10-09T00:11:10.213ZSwitched to a new branch 'dependabot/cargo/semver-1.0.19'
732023-10-09T00:11:10.221Zbranch 'dependabot/cargo/semver-1.0.19' set up to track 'origin/dependabot/cargo/semver-1.0.19'.
742023-10-09T00:11:10.229Z+ git reset --hard b474a8fd4c0203bb4d20331115e455d7e78fa30a
752023-10-09T00:11:10.234ZHEAD is now at b474a8fd Bump semver from 1.0.18 to 1.0.19
762023-10-09T00:11:10.239Zprocess exited: duration 5778 ms, exit code 0
 
772023-10-09T00:11:10.245Zstarting task 4: "build"
782023-10-09T00:11:10.256Z+ cargo --version
792023-10-09T00:11:10.342Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-09T00:11:10.345Z+ rustc --version
812023-10-09T00:11:10.444Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-09T00:11:10.450Z++ git rev-parse HEAD
832023-10-09T00:11:10.453Z+ COMMIT=b474a8fd4c0203bb4d20331115e455d7e78fa30a
842023-10-09T00:11:10.456Z+ VERSION=1.0.2-0.ci+gitb474a8fd4c0
852023-10-09T00:11:10.460Z+ echo 1.0.2-0.ci+gitb474a8fd4c0
862023-10-09T00:11:10.462Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-09T00:11:17.951Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-09T00:11:18.531Z Startup: Caching catalogs ... Done
892023-10-09T00:11:21.232ZPlanning: Solver setup ... Done (2.499s)
902023-10-09T00:11:21.404ZPlanning: Running solver ... Done (0.164s)
912023-10-09T00:11:21.432ZPlanning: Finding local manifests ... Done (0.005s)
922023-10-09T00:11:21.902ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-09T00:11:21.911ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-09T00:11:21.924ZPlanning: Package planning ... Done (0.080s)
952023-10-09T00:11:21.944ZPlanning: Merging actions ... Done (0.084s)
962023-10-09T00:11:22.949ZPlanning: Checking for conflicting actions ... Done (0.668s)
972023-10-09T00:11:22.952ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-09T00:11:26.247ZPlanning: Evaluating mediators ... Done (3.693s)
992023-10-09T00:11:26.263ZPlanning: Planning completed in 7.68 seconds
1002023-10-09T00:11:26.286Z Packages to install: 4
1012023-10-09T00:11:26.289Z Mediators to change: 2
1022023-10-09T00:11:26.291Z Services to change: 1
1032023-10-09T00:11:26.294Z Estimated space available: 149.40 GB
1042023-10-09T00:11:26.297ZEstimated space to be consumed: 1.35 GB
1052023-10-09T00:11:26.300Z Create boot environment: No
1062023-10-09T00:11:26.303ZCreate backup boot environment: No
1072023-10-09T00:11:26.306Z Rebuild boot archive: No
1082023-10-09T00:11:26.309Z
1092023-10-09T00:11:26.312ZChanged mediators:
1102023-10-09T00:11:26.315Z mediator clang:
1112023-10-09T00:11:26.318Z version: None -> 15 (system default)
1122023-10-09T00:11:26.322Z
1132023-10-09T00:11:26.327Z mediator llvm:
1142023-10-09T00:11:26.330Z version: 14 (system default) -> 15 (system default)
1152023-10-09T00:11:26.332Z
1162023-10-09T00:11:26.335ZChanged packages:
1172023-10-09T00:11:26.338Zhelios-dev
1182023-10-09T00:11:26.341Z developer/build-essential
1192023-10-09T00:11:26.344Z None -> 11-2.0
1202023-10-09T00:11:26.347Z library/libxmlsec1
1212023-10-09T00:11:26.349Z None -> 1.2.35-2.0
1222023-10-09T00:11:26.352Z ooce/developer/clang-15
1232023-10-09T00:11:26.355Z None -> 15.0.7-2.0
1242023-10-09T00:11:26.358Z ooce/developer/llvm-15
1252023-10-09T00:11:26.361Z None -> 15.0.7-2.0
1262023-10-09T00:11:26.364Z
1272023-10-09T00:11:26.367ZServices:
1282023-10-09T00:11:26.370Z restart_fmri:
1292023-10-09T00:11:26.373Z svc:/system/update-man-index:default
1302023-10-09T00:11:26.493Z
1312023-10-09T00:11:26.506ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-09T00:11:33.835ZDownload: 213/3290 items 1.3/212.6MB 0% complete (646k/s)
1332023-10-09T00:11:38.840ZDownload: 1190/3290 items 56.3/212.6MB 26% complete (5.5M/s)
1342023-10-09T00:11:46.386ZDownload: 1197/3290 items 83.5/212.6MB 39% complete (8.7M/s)
1352023-10-09T00:11:51.439ZDownload: 2220/3290 items 119.2/212.6MB 56% complete (8.3M/s)
1362023-10-09T00:11:56.449ZDownload: 3126/3290 items 134.6/212.6MB 63% complete (5.0M/s)
1372023-10-09T00:11:58.735ZDownload: Completed 212.60 MB in 32.25 seconds (6.6M/s)
1382023-10-09T00:11:59.551Z Actions: 1/3687 actions (Installing new actions)
1392023-10-09T00:12:04.534Z Actions: 2703/3687 actions (Installing new actions)
1402023-10-09T00:12:07.613Z Actions: Completed 3687 actions in 8.08 seconds.
1412023-10-09T00:12:07.663Z Done (0.050s)
1422023-10-09T00:12:07.670Z Done (0.000s)
1432023-10-09T00:12:08.215Z Done (0.130s)
1442023-10-09T00:12:15.045Z Done (7.150s)
1452023-10-09T00:12:15.278Z Done (0.142s)
1462023-10-09T00:12:15.345Z Done (0.000s)
1472023-10-09T00:12:15.512Z Done (0.000s)
1482023-10-09T00:12:16.160ZPlanning: Evaluating mediator changes ... Done
1492023-10-09T00:12:16.429ZPlanning: Checking for conflicting actions ... Done
1502023-10-09T00:12:16.433ZPlanning: Consolidating action changes ... Done
1512023-10-09T00:12:16.864ZPlanning: Evaluating mediators ... Done
1522023-10-09T00:12:16.878ZPlanning: Planning completed in 0.70 seconds
1532023-10-09T00:12:16.907Z Mediators to change: 2
1542023-10-09T00:12:16.916Z Create boot environment: No
1552023-10-09T00:12:16.926ZCreate backup boot environment: No
1562023-10-09T00:12:17.017Z Done
1572023-10-09T00:12:17.033Z Done
1582023-10-09T00:12:17.494Z Done
1592023-10-09T00:12:22.815Z Done
1602023-10-09T00:12:22.941Z Done
1612023-10-09T00:12:22.951Z Done
1622023-10-09T00:12:23.058Z Done
1632023-10-09T00:12:24.047ZPlanning: Evaluating mediator changes ... Done
1642023-10-09T00:12:24.057ZPlanning: Merging actions ... Done
1652023-10-09T00:12:24.374ZPlanning: Checking for conflicting actions ... Done
1662023-10-09T00:12:24.392ZPlanning: Consolidating action changes ... Done
1672023-10-09T00:12:24.795ZPlanning: Evaluating mediators ... Done
1682023-10-09T00:12:24.885ZPlanning: Planning completed in 1.27 seconds
1692023-10-09T00:12:24.941Z Packages to change: 1
1702023-10-09T00:12:24.958Z Mediators to change: 1
1712023-10-09T00:12:24.975Z Services to change: 1
1722023-10-09T00:12:24.990Z Create boot environment: No
1732023-10-09T00:12:25.011ZCreate backup boot environment: Yes
1742023-10-09T00:12:27.095Z Actions: 1/6 actions (Updating modified actions)
1752023-10-09T00:12:27.099Z Actions: Completed 6 actions in 0.00 seconds.
1762023-10-09T00:12:27.102Z Done
1772023-10-09T00:12:27.105Z Done
1782023-10-09T00:12:27.133Z Done
1792023-10-09T00:12:32.815Z Done
1802023-10-09T00:12:32.937Z Done
1812023-10-09T00:12:32.940Z Done
1822023-10-09T00:12:33.041Z Done
1832023-10-09T00:12:33.720ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842023-10-09T00:12:33.725Zclang system 15 system
1852023-10-09T00:12:33.727Zcsh system system illumos
1862023-10-09T00:12:33.730Zctags system system illumos
1872023-10-09T00:12:33.733Zgcc vendor 12 vendor
1882023-10-09T00:12:33.738Zgcc system 10 system
1892023-10-09T00:12:33.741Zgcc system 7 system
1902023-10-09T00:12:33.744Zgo system 1.20 system
1912023-10-09T00:12:33.746Zgo system 1.19 system
1922023-10-09T00:12:33.750Zllvm system 15 system
1932023-10-09T00:12:33.754Zllvm system 14 system
1942023-10-09T00:12:33.757Zmariadb system 10.6 system
1952023-10-09T00:12:33.760Zmta vendor vendor dma
1962023-10-09T00:12:33.763Zopenjdk system 17 system
1972023-10-09T00:12:33.766Zopenjdk system 11 system
1982023-10-09T00:12:33.768Zopenjdk system 1.8 system
1992023-10-09T00:12:33.774Zopenssl vendor 3 vendor
2002023-10-09T00:12:33.777Zperl system 5.36 system
2012023-10-09T00:12:33.780Zpostgresql system 15 system
2022023-10-09T00:12:33.783Zpostgresql system 13 system
2032023-10-09T00:12:33.788Zpython vendor 3 vendor
2042023-10-09T00:12:33.793Zpython system 2 system
2052023-10-09T00:12:33.797Zpython3 system 3.11 system
2062023-10-09T00:12:33.800Zruby system 3.0 system
2072023-10-09T00:12:33.803Zwords vendor vendor american-english
2082023-10-09T00:12:33.806Zwords system system australian-english
2092023-10-09T00:12:33.809Zwords system system british-english
2102023-10-09T00:12:33.812Zwords system system canadian-english
2112023-10-09T00:12:33.815Zwords system system french
2122023-10-09T00:12:33.820Zwords system system italian
2132023-10-09T00:12:33.823Zwords system system ngerman
2142023-10-09T00:12:33.826Zwords system system ogerman
2152023-10-09T00:12:33.830Zwords system system spanish
2162023-10-09T00:12:34.257ZFMRI IFO
2172023-10-09T00:12:34.261Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2182023-10-09T00:12:34.264Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2192023-10-09T00:12:34.268Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2202023-10-09T00:12:34.273Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2212023-10-09T00:12:34.278Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2222023-10-09T00:12:34.283Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2232023-10-09T00:12:34.329Z+ set -o errexit
2242023-10-09T00:12:34.334Z+++ dirname ./tools/ci_download_cockroachdb
2252023-10-09T00:12:34.337Z++ cd ./tools
2262023-10-09T00:12:34.340Z++ pwd
2272023-10-09T00:12:34.344Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2282023-10-09T00:12:34.349Z++ basename ./tools/ci_download_cockroachdb
2292023-10-09T00:12:34.353Z+ ARG0=ci_download_cockroachdb
2302023-10-09T00:12:34.357Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2312023-10-09T00:12:34.360Z+ CIDL_VERSION=v22.1.9
2322023-10-09T00:12:34.368Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2332023-10-09T00:12:34.372Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2342023-10-09T00:12:34.376Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2352023-10-09T00:12:34.379Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2362023-10-09T00:12:34.383Z+ TARGET_DIR=out
2372023-10-09T00:12:34.388Z+ DOWNLOAD_DIR=out/downloads
2382023-10-09T00:12:34.391Z+ DEST_DIR=./out/cockroachdb
2392023-10-09T00:12:34.396Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2402023-10-09T00:12:34.401Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2412023-10-09T00:12:34.405Z+ main
2422023-10-09T00:12:34.409Z+ [[ 0 != 0 ]]
2432023-10-09T00:12:34.413Z+ CIDL_OS=solaris2.11
2442023-10-09T00:12:34.417Z+ [[ 0 != 0 ]]
2452023-10-09T00:12:34.421Z+ configure_os solaris2.11
2462023-10-09T00:12:34.425Z+ echo 'current directory: /work/oxidecomputer/omicron'
2472023-10-09T00:12:34.429Zcurrent directory: /work/oxidecomputer/omicron
2482023-10-09T00:12:34.433Z+ echo 'configuring based on OS: "solaris2.11"'
2492023-10-09T00:12:34.437Zconfiguring based on OS: "solaris2.11"
2502023-10-09T00:12:34.444Z+ case "$1" in
2512023-10-09T00:12:34.448Z+ CIDL_BUILD=illumos
2522023-10-09T00:12:34.451Z+ CIDL_SUFFIX=tar.gz
2532023-10-09T00:12:34.454Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2542023-10-09T00:12:34.457Z+ CIDL_MD5FUNC=do_md5sum
2552023-10-09T00:12:34.460Z+ CIDL_URL_BASE=https://illumos.org/downloads
2562023-10-09T00:12:34.462Z+ CIDL_ASSEMBLE=do_assemble_illumos
2572023-10-09T00:12:34.466Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2582023-10-09T00:12:34.470Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2592023-10-09T00:12:34.473Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2602023-10-09T00:12:34.477Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2612023-10-09T00:12:34.480Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-09T00:12:34.483Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2632023-10-09T00:12:34.491ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-09T00:12:34.502Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2652023-10-09T00:12:34.508ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2662023-10-09T00:12:34.511Z+ mkdir -p out/downloads
2672023-10-09T00:12:34.514Z+ mkdir -p ./out/cockroachdb
2682023-10-09T00:12:34.519Z+ local DO_DOWNLOAD=true
2692023-10-09T00:12:34.523Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2702023-10-09T00:12:34.529Z+ '[' true == true ']'
2712023-10-09T00:12:34.534Z+ echo Downloading...
2722023-10-09T00:12:34.538ZDownloading...
2732023-10-09T00:12:34.542Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-10-09T00:12:34.547Z+ 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
2752023-10-09T00:12:39.477Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-10-09T00:12:39.484Z++ md5sum
2772023-10-09T00:12:39.491Z++ awk '{print $1}'
2782023-10-09T00:12:39.666Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2792023-10-09T00:12:39.682Z+ [[ 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 ]]
2802023-10-09T00:12:39.694Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-10-09T00:12:39.700Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2822023-10-09T00:12:43.263Z+ do_assemble_illumos
2832023-10-09T00:12:43.266Z+ rm -r ./out/cockroachdb
2842023-10-09T00:12:43.269Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2852023-10-09T00:12:43.822Z+ ./out/cockroachdb/bin/cockroach version
2862023-10-09T00:12:44.448ZBuild Tag: v22.1.9-dirty
2872023-10-09T00:12:44.865ZBuild Time: 2022/10/26 21:17:46
2882023-10-09T00:12:44.873ZDistribution: OSS
2892023-10-09T00:12:44.902ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2902023-10-09T00:12:45.354ZGo Version: go1.17.13
2912023-10-09T00:12:45.371ZC Compiler: gcc 10.3.0
2922023-10-09T00:12:45.381ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2932023-10-09T00:12:45.385ZBuild Type: release
2942023-10-09T00:12:45.400Z+ set -o errexit
2952023-10-09T00:12:45.412Z+++ dirname ./tools/ci_download_clickhouse
2962023-10-09T00:12:45.430Z++ cd ./tools
2972023-10-09T00:12:45.440Z++ pwd
2982023-10-09T00:12:45.451Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2992023-10-09T00:12:45.456Z++ basename ./tools/ci_download_clickhouse
3002023-10-09T00:12:45.466Z+ ARG0=ci_download_clickhouse
3012023-10-09T00:12:45.483Z+ TARGET_DIR=out
3022023-10-09T00:12:45.494Z+ DOWNLOAD_DIR=out/downloads
3032023-10-09T00:12:45.498Z+ DEST_DIR=./out/clickhouse
3042023-10-09T00:12:45.506Z+ CIDL_VERSION=v22.8.9.24
3052023-10-09T00:12:45.509Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3062023-10-09T00:12:45.513Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3072023-10-09T00:12:45.517Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3082023-10-09T00:12:45.520Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3092023-10-09T00:12:45.523Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3102023-10-09T00:12:45.527Z+ main
3112023-10-09T00:12:45.530Z+ [[ 0 != 0 ]]
3122023-10-09T00:12:45.532Z+ CIDL_OS=solaris2.11
3132023-10-09T00:12:45.535Z+ [[ 0 != 0 ]]
3142023-10-09T00:12:45.538Z+ configure_os solaris2.11
3152023-10-09T00:12:45.541Z+ echo 'current directory: /work/oxidecomputer/omicron'
3162023-10-09T00:12:45.544Zcurrent directory: /work/oxidecomputer/omicron
3172023-10-09T00:12:45.547Z+ echo 'configuring based on OS: "solaris2.11"'
3182023-10-09T00:12:45.550Zconfiguring based on OS: "solaris2.11"
3192023-10-09T00:12:45.553Z+ CIDL_DASHREV=
3202023-10-09T00:12:45.556Z+ case "$1" in
3212023-10-09T00:12:45.559Z+ CIDL_PLATFORM=illumos
3222023-10-09T00:12:45.585Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3232023-10-09T00:12:45.589Z+ CIDL_MD5FUNC=do_md5sum
3242023-10-09T00:12:45.592Z+ CIDL_DASHREV=-1
3252023-10-09T00:12:45.595Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3262023-10-09T00:12:45.598Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-09T00:12:45.601Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-09T00:12:45.604Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-09T00:12:45.607Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3302023-10-09T00:12:45.610ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3312023-10-09T00:12:45.613Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3322023-10-09T00:12:45.616ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3332023-10-09T00:12:45.620Z+ mkdir -p out/downloads
3342023-10-09T00:12:45.623Z+ mkdir -p ./out/clickhouse
3352023-10-09T00:12:45.626Z+ local DO_DOWNLOAD=true
3362023-10-09T00:12:45.629Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3372023-10-09T00:12:45.631Z+ '[' true == true ']'
3382023-10-09T00:12:45.634Z+ echo Downloading...
3392023-10-09T00:12:45.637ZDownloading...
3402023-10-09T00:12:45.641Z+ 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
3412023-10-09T00:12:45.643Z+ 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
3422023-10-09T00:12:45.646Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-10-09T00:12:45.649Z++ md5sum
3442023-10-09T00:12:45.652Z++ awk '{print $1}'
3452023-10-09T00:12:45.769Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3462023-10-09T00:12:45.784Z+ [[ 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 ]]
3472023-10-09T00:12:45.797Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3482023-10-09T00:12:45.810Z+ mkdir -p ./out/clickhouse
3492023-10-09T00:12:45.828Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3502023-10-09T00:12:50.971Z+ ./out/clickhouse/clickhouse server --version
3512023-10-09T00:12:51.015ZClickHouse server version 22.8.9.1.
3522023-10-09T00:12:51.033Z+ set -o errexit
3532023-10-09T00:12:51.038Z+++ dirname ./tools/ci_download_console
3542023-10-09T00:12:51.043Z++ cd ./tools
3552023-10-09T00:12:51.048Z++ pwd
3562023-10-09T00:12:51.054Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3572023-10-09T00:12:51.057Z++ basename ./tools/ci_download_console
3582023-10-09T00:12:51.061Z+ ARG0=ci_download_console
3592023-10-09T00:12:51.064Z+ TARGET_DIR=out
3602023-10-09T00:12:51.067Z+ DOWNLOAD_DIR=out/downloads
3612023-10-09T00:12:51.070Z+ DEST_DIR=./out/console-assets
3622023-10-09T00:12:51.074Z+ source /work/oxidecomputer/omicron/tools/console_version
3632023-10-09T00:12:51.077Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3642023-10-09T00:12:51.079Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3652023-10-09T00:12:51.082Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3662023-10-09T00:12:51.085Z+ TARBALL_FILE=out/downloads/console.tar.gz
3672023-10-09T00:12:51.093Z+ main
3682023-10-09T00:12:51.102Z+ [[ 0 != 0 ]]
3692023-10-09T00:12:51.110Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3702023-10-09T00:12:51.116ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3712023-10-09T00:12:51.131Z+ echo 'Local file: out/downloads/console.tar.gz'
3722023-10-09T00:12:51.142ZLocal file: out/downloads/console.tar.gz
3732023-10-09T00:12:51.154Z+ local DO_DOWNLOAD=true
3742023-10-09T00:12:51.165Z+ [[ -f out/downloads/console.tar.gz ]]
3752023-10-09T00:12:51.176Z+ mkdir -p out/downloads
3762023-10-09T00:12:51.182Z+ '[' true == true ']'
3772023-10-09T00:12:51.186Z+ echo Downloading...
3782023-10-09T00:12:51.190ZDownloading...
3792023-10-09T00:12:51.194Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3802023-10-09T00:12:51.197Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3812023-10-09T00:12:51.629Z++ do_sha256sum out/downloads/console.tar.gz
3822023-10-09T00:12:51.632Z++ case "$OSTYPE" in
3832023-10-09T00:12:51.635Z++ SHA=sha256sum
3842023-10-09T00:12:51.638Z++ sha256sum
3852023-10-09T00:12:51.640Z++ awk '{print $1}'
3862023-10-09T00:12:51.653Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3872023-10-09T00:12:51.656Z+ [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]]
3882023-10-09T00:12:51.659Z+ rm -rf ./out/console-assets
3892023-10-09T00:12:51.662Z+ mkdir -p ./out/console-assets
3902023-10-09T00:12:51.665Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3912023-10-09T00:12:51.667Z+ mkdir -p ./out/console-assets
3922023-10-09T00:12:51.670Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3932023-10-09T00:12:51.803Z+ set -o errexit
3942023-10-09T00:12:51.810Z+++ dirname ./tools/ci_download_maghemite_openapi
3952023-10-09T00:12:51.814Z++ cd ./tools
3962023-10-09T00:12:51.817Z++ pwd
3972023-10-09T00:12:51.832Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3982023-10-09T00:12:51.835Z++ basename ./tools/ci_download_maghemite_openapi
3992023-10-09T00:12:51.843Z+ ARG0=ci_download_maghemite_openapi
4002023-10-09T00:12:51.859Z+ TARGET_DIR=out
4012023-10-09T00:12:51.877Z+ DOWNLOAD_DIR=out/downloads
4022023-10-09T00:12:52.290Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4032023-10-09T00:12:52.294Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4042023-10-09T00:12:52.298Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4052023-10-09T00:12:52.311Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4062023-10-09T00:12:52.320Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4072023-10-09T00:12:52.323Z+ main
4082023-10-09T00:12:52.329Z+ [[ 0 != 0 ]]
4092023-10-09T00:12:52.332Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4102023-10-09T00:12:52.335ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4112023-10-09T00:12:52.338Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4122023-10-09T00:12:52.342ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4132023-10-09T00:12:52.344Z+ local DO_DOWNLOAD=true
4142023-10-09T00:12:52.348Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4152023-10-09T00:12:52.352Z+ mkdir -p out/downloads
4162023-10-09T00:12:52.355Z+ '[' true == true ']'
4172023-10-09T00:12:52.358Z+ echo Downloading...
4182023-10-09T00:12:52.364ZDownloading...
4192023-10-09T00:12:52.367Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4202023-10-09T00:12:52.370Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4212023-10-09T00:12:52.374Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4222023-10-09T00:12:52.377Z++ case "$OSTYPE" in
4232023-10-09T00:12:52.381Z++ SHA=sha256sum
4242023-10-09T00:12:52.384Z++ sha256sum
4252023-10-09T00:12:52.387Z++ awk '{print $1}'
4262023-10-09T00:12:52.390Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4272023-10-09T00:12:52.394Z+ [[ 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 ]]
4282023-10-09T00:12:52.398Z+ set -o errexit
4292023-10-09T00:12:52.400Z+++ dirname ./tools/ci_download_dendrite_openapi
4302023-10-09T00:12:52.403Z++ cd ./tools
4312023-10-09T00:12:52.406Z++ pwd
4322023-10-09T00:12:52.409Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4332023-10-09T00:12:52.412Z++ basename ./tools/ci_download_dendrite_openapi
4342023-10-09T00:12:52.415Z+ ARG0=ci_download_dendrite_openapi
4352023-10-09T00:12:52.418Z+ TARGET_DIR=out
4362023-10-09T00:12:52.421Z+ DOWNLOAD_DIR=out/downloads
4372023-10-09T00:12:52.424Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4382023-10-09T00:12:52.427Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4392023-10-09T00:12:52.430Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4402023-10-09T00:12:52.433Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4412023-10-09T00:12:52.438Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4422023-10-09T00:12:52.441Z+ main
4432023-10-09T00:12:52.445Z+ [[ 0 != 0 ]]
4442023-10-09T00:12:52.447Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4452023-10-09T00:12:52.451ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4462023-10-09T00:12:52.454Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4472023-10-09T00:12:52.459ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4482023-10-09T00:12:52.466Z+ local DO_DOWNLOAD=true
4492023-10-09T00:12:52.493Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4502023-10-09T00:12:52.505Z+ mkdir -p out/downloads
4512023-10-09T00:12:52.519Z+ '[' true == true ']'
4522023-10-09T00:12:52.527Z+ echo Downloading...
4532023-10-09T00:12:52.534ZDownloading...
4542023-10-09T00:12:52.541Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4552023-10-09T00:12:52.547Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4562023-10-09T00:12:52.551Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4572023-10-09T00:12:52.555Z++ case "$OSTYPE" in
4582023-10-09T00:12:52.561Z++ SHA=sha256sum
4592023-10-09T00:12:52.570Z++ sha256sum
4602023-10-09T00:12:52.576Z++ awk '{print $1}'
4612023-10-09T00:12:52.584Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4622023-10-09T00:12:52.592Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4632023-10-09T00:12:52.600Z+ set -o errexit
4642023-10-09T00:12:52.607Z+++ dirname ./tools/ci_download_dendrite_stub
4652023-10-09T00:12:53.037Z++ cd ./tools
4662023-10-09T00:12:53.054Z++ pwd
4672023-10-09T00:12:53.068Zcurrent directory: /work/oxidecomputer/omicron
4682023-10-09T00:12:53.486Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4692023-10-09T00:12:53.489Zconfiguring based on OS: "solaris2.11"
4702023-10-09T00:12:53.492Z++ basename ./tools/ci_download_dendrite_stub
4712023-10-09T00:12:53.495ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4722023-10-09T00:12:53.498Z+ ARG0=ci_download_dendrite_stub
4732023-10-09T00:12:53.501ZLocal file: out/downloads/dendrite-stub.tar.gz
4742023-10-09T00:12:53.504Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4752023-10-09T00:12:53.507ZDownloading...
4762023-10-09T00:12:53.510Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4772023-10-09T00:12:53.514Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4782023-10-09T00:12:53.517Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4792023-10-09T00:12:53.522Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4802023-10-09T00:12:53.526Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4812023-10-09T00:12:53.529Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4822023-10-09T00:12:53.534Z+ TARGET_DIR=out
4832023-10-09T00:12:53.537Z+ DOWNLOAD_DIR=out/downloads
4842023-10-09T00:12:53.540Z+ DEST_DIR=./out/dendrite-stub
4852023-10-09T00:12:53.543Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4862023-10-09T00:12:53.546Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4872023-10-09T00:12:53.549Z+ REPO=oxidecomputer/dendrite
4882023-10-09T00:12:53.552Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4892023-10-09T00:12:53.555Z+ main
4902023-10-09T00:12:53.559Z+ [[ 0 != 0 ]]
4912023-10-09T00:12:53.562Z+ CIDL_OS=solaris2.11
4922023-10-09T00:12:53.566Z+ [[ 0 != 0 ]]
4932023-10-09T00:12:53.569Z+ configure_os solaris2.11
4942023-10-09T00:12:53.572Z+ echo 'current directory: /work/oxidecomputer/omicron'
4952023-10-09T00:12:53.575Z+ echo 'configuring based on OS: "solaris2.11"'
4962023-10-09T00:12:53.579Z+ case "$1" in
4972023-10-09T00:12:53.582Z+ SET_BINARIES=
4982023-10-09T00:12:53.585Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4992023-10-09T00:12:53.590Z+ CIDL_SHA256FUNC=do_sha256sum
5002023-10-09T00:12:53.593Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5012023-10-09T00:12:53.596Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5022023-10-09T00:12:53.599Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5032023-10-09T00:12:53.601Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
5042023-10-09T00:12:53.604Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5052023-10-09T00:12:53.608Z+ mkdir -p out/downloads
5062023-10-09T00:12:53.611Z+ mkdir -p ./out/dendrite-stub
5072023-10-09T00:12:53.615Z+ fetch_and_verify
5082023-10-09T00:12:53.618Z+ local DO_DOWNLOAD=true
5092023-10-09T00:12:53.621Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5102023-10-09T00:12:53.624Z+ '[' true == true ']'
5112023-10-09T00:12:53.630Z+ echo Downloading...
5122023-10-09T00:12:53.633Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5132023-10-09T00:12:53.657Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5142023-10-09T00:12:59.217Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5152023-10-09T00:12:59.225Z++ sha256sum
5162023-10-09T00:12:59.241Z++ awk '{print $1}'
5172023-10-09T00:12:59.725Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5182023-10-09T00:13:00.273Z+ [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]]
5192023-10-09T00:13:00.276Z+ do_untar out/downloads/dendrite-stub.tar.gz
5202023-10-09T00:13:00.279Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5212023-10-09T00:13:00.284Z+ do_assemble
5222023-10-09T00:13:00.287Z+ rm -r ./out/dendrite-stub
5232023-10-09T00:13:00.290Z+ mkdir ./out/dendrite-stub
5242023-10-09T00:13:00.293Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5252023-10-09T00:13:00.404Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5262023-10-09T00:13:00.415Z+ set -o errexit
5272023-10-09T00:13:00.418Z+++ dirname ./tools/ci_download_transceiver_control
5282023-10-09T00:13:00.421Z++ cd ./tools
5292023-10-09T00:13:00.424Z++ pwd
5302023-10-09T00:13:00.427Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5312023-10-09T00:13:00.430Z++ basename ./tools/ci_download_transceiver_control
5322023-10-09T00:13:00.433Z+ ARG0=ci_download_transceiver_control
5332023-10-09T00:13:00.436Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5342023-10-09T00:13:00.439Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5352023-10-09T00:13:00.443Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5362023-10-09T00:13:00.446Z+ TARGET_DIR=out
5372023-10-09T00:13:00.450Z+ DOWNLOAD_DIR=out/downloads
5382023-10-09T00:13:00.453Z+ DEST_DIR=./out/transceiver-control
5392023-10-09T00:13:00.456Z+ BIN_DIR=/opt/oxide/bin
5402023-10-09T00:13:00.460Z+ BINARY=xcvradm
5412023-10-09T00:13:00.465Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5422023-10-09T00:13:00.468Z+ REPO=oxidecomputer/transceiver-control
5432023-10-09T00:13:00.472Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5442023-10-09T00:13:00.479Z+ main
5452023-10-09T00:13:00.482Z+ [[ 0 != 0 ]]
5462023-10-09T00:13:00.485Z+ CIDL_OS=solaris2.11
5472023-10-09T00:13:00.488Z+ [[ 0 != 0 ]]
5482023-10-09T00:13:00.491Z+ configure_os solaris2.11
5492023-10-09T00:13:00.494Z+ echo 'current directory: /work/oxidecomputer/omicron'
5502023-10-09T00:13:00.498Zcurrent directory: /work/oxidecomputer/omicron
5512023-10-09T00:13:00.501Z+ echo 'configuring based on OS: "solaris2.11"'
5522023-10-09T00:13:00.504Zconfiguring based on OS: "solaris2.11"
5532023-10-09T00:13:00.508Z+ case "$1" in
5542023-10-09T00:13:00.510Z+ SET_BINARIES=
5552023-10-09T00:13:00.513Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5562023-10-09T00:13:00.516Z+ CIDL_SHA256FUNC=do_sha256sum
5572023-10-09T00:13:00.519Z+ ARCHIVE_FILENAME=xcvradm.gz
5582023-10-09T00:13:00.523Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5592023-10-09T00:13:00.527Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5602023-10-09T00:13:00.530Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5612023-10-09T00:13:00.541ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5622023-10-09T00:13:00.553Z+ echo 'Local file: out/downloads/xcvradm.gz'
5632023-10-09T00:13:00.570ZLocal file: out/downloads/xcvradm.gz
5642023-10-09T00:13:00.583Z+ mkdir -p out/downloads
5652023-10-09T00:13:00.604Z+ mkdir -p ./out/transceiver-control
5662023-10-09T00:13:01.048Z+ fetch_and_verify
5672023-10-09T00:13:01.063Z+ local DO_DOWNLOAD=true
5682023-10-09T00:13:01.111Z+ [[ -f out/downloads/xcvradm.gz ]]
5692023-10-09T00:13:01.129Z+ '[' true == true ']'
5702023-10-09T00:13:01.137Z+ echo Downloading...
5712023-10-09T00:13:01.142ZDownloading...
5722023-10-09T00:13:01.147Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5732023-10-09T00:13:01.154Z+ 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
5742023-10-09T00:13:03.860Z++ do_sha256sum out/downloads/xcvradm.gz
5752023-10-09T00:13:03.874Z++ sha256sum
5762023-10-09T00:13:03.903Z++ awk '{print $1}'
5772023-10-09T00:13:04.346Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5782023-10-09T00:13:04.353Z+ [[ 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 ]]
5792023-10-09T00:13:04.370Z+ do_unpack out/downloads/xcvradm.gz
5802023-10-09T00:13:04.385Z+ mkdir -p out/downloads/root//opt/oxide/bin
5812023-10-09T00:13:04.391Z+ gzip -dc out/downloads/xcvradm.gz
5822023-10-09T00:13:04.397Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5832023-10-09T00:13:04.403Z+ do_assemble
5842023-10-09T00:13:04.413Z+ rm -r ./out/transceiver-control
5852023-10-09T00:13:04.420Z+ mkdir ./out/transceiver-control
5862023-10-09T00:13:04.427Z+ cp -r out/downloads/root ./out/transceiver-control/root
5872023-10-09T00:13:04.436ZAll prerequisites installed successfully
5882023-10-09T00:13:04.450Z
5892023-10-09T00:13:04.877Zreal 1:53.724661150
5902023-10-09T00:13:04.887Zuser 48.059574347
5912023-10-09T00:13:04.900Zsys 9.676898576
5922023-10-09T00:13:04.921Ztrap 0.023359361
5932023-10-09T00:13:04.926Ztflt 0.164044295
5942023-10-09T00:13:04.932Zdflt 0.455365760
5952023-10-09T00:13:04.937Zkflt 0.165790487
5962023-10-09T00:13:04.943Zlock 1.706729818
5972023-10-09T00:13:04.953Zslp 3:27.042708369
5982023-10-09T00:13:04.960Zlat 3.814668600
5992023-10-09T00:13:04.966Zstop 0.072485851
6002023-10-09T00:13:04.980Z+ ptime -m ./tools/ci_download_softnpu_machinery
6012023-10-09T00:13:04.986Zfetching npuzone
6022023-10-09T00:13:04.992ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6032023-10-09T00:13:05.008Z (commit: 41b3a67b3d44f51528816ff8e539b4001df48305)
6042023-10-09T00:13:05.032ZGetting hash for npuzone
6052023-10-09T00:13:05.041Z (hash: 11aab79a1494ffc0580a0dc3174c7c82e15d56d042b3baff8792fef5ca04c1f3)
6062023-10-09T00:13:10.655Znpuzone downloaded successfully
6072023-10-09T00:13:10.658Z
6082023-10-09T00:13:10.665Zreal 6.473843399
6092023-10-09T00:13:10.675Zuser 0.561234154
6102023-10-09T00:13:10.683Zsys 0.140572406
6112023-10-09T00:13:10.691Ztrap 0.000042075
6122023-10-09T00:13:10.696Ztflt 0.000000000
6132023-10-09T00:13:10.700Zdflt 0.000000000
6142023-10-09T00:13:10.707Zkflt 0.000000000
6152023-10-09T00:13:10.717Zlock 0.000000000
6162023-10-09T00:13:11.144Zslp 18.575076920
6172023-10-09T00:13:11.150Zlat 0.109680644
6182023-10-09T00:13:11.213Zstop 0.000263917
6192023-10-09T00:13:11.627Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6202023-10-09T00:13:11.633Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6212023-10-09T00:13:11.637Z Updating crates.io index
6222023-10-09T00:13:11.640Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6232023-10-09T00:13:12.169Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6242023-10-09T00:13:13.901Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6252023-10-09T00:13:14.544Z Updating git repository `http://github.com/oxidecomputer/tofino`
6262023-10-09T00:13:14.872Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6272023-10-09T00:13:15.171Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6282023-10-09T00:13:15.460Z Updating git repository `https://github.com/oxidecomputer/propolis`
6292023-10-09T00:13:16.328Z Updating git repository `https://github.com/oxidecomputer/opte`
6302023-10-09T00:13:17.295Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6312023-10-09T00:13:17.650Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6322023-10-09T00:13:18.004Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6332023-10-09T00:13:18.503Z Updating git repository `https://github.com/oxidecomputer/crucible`
6342023-10-09T00:13:20.209Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6352023-10-09T00:13:20.943Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6362023-10-09T00:13:20.947Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6372023-10-09T00:13:21.252Z Updating git repository `https://github.com/njaremko/samael`
6382023-10-09T00:13:21.841Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6392023-10-09T00:13:22.512Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6402023-10-09T00:13:22.941Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6412023-10-09T00:13:24.273Z Updating git repository `https://github.com/jgallagher/nix`
6422023-10-09T00:13:25.504Z Updating git repository `https://github.com/cbiffle/hubpack`
6432023-10-09T00:13:25.853Z Updating git repository `https://github.com/oxidecomputer/omicron`
6442023-10-09T00:13:34.914Z Updating git repository `https://github.com/oxidecomputer/rfb`
6452023-10-09T00:13:35.373Z Updating git repository `https://github.com/oxidecomputer/typify`
6462023-10-09T00:13:36.401Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6472023-10-09T00:13:36.805Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6482023-10-09T00:13:37.142Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6492023-10-09T00:13:38.592Z Downloading crates ...
6502023-10-09T00:13:38.840Z Downloaded allocator-api2 v0.2.16
6512023-10-09T00:13:38.867Z Downloaded http-range v0.1.5
6522023-10-09T00:13:38.876Z Downloaded hubpack_derive v0.1.1
6532023-10-09T00:13:38.884Z Downloaded cexpr v0.6.0
6542023-10-09T00:13:38.892Z Downloaded impl-trait-for-tuples v0.2.2
6552023-10-09T00:13:38.899Z Downloaded rustc_version v0.4.0
6562023-10-09T00:13:38.915Z Downloaded lazycell v1.3.0
6572023-10-09T00:13:38.926Z Downloaded rusty-fork v0.3.0
6582023-10-09T00:13:38.936Z Downloaded num_enum_derive v0.7.0
6592023-10-09T00:13:38.969Z Downloaded ryu v1.0.15
6602023-10-09T00:13:38.994Z Downloaded camino-tempfile v1.0.2
6612023-10-09T00:13:39.012Z Downloaded instant v0.1.12
6622023-10-09T00:13:39.037Z Downloaded linear-map v1.2.0
6632023-10-09T00:13:39.054Z Downloaded hmac v0.12.1
6642023-10-09T00:13:39.076Z Downloaded matches v0.1.10
6652023-10-09T00:13:39.089Z Downloaded match_cfg v0.1.0
6662023-10-09T00:13:39.513Z Downloaded http-body v0.4.5
6672023-10-09T00:13:39.536Z Downloaded hubpack v0.1.2
6682023-10-09T00:13:39.575Z Downloaded memoffset v0.9.0
6692023-10-09T00:13:39.591Z Downloaded indoc v1.0.9
6702023-10-09T00:13:39.614Z Downloaded normalize-line-endings v0.3.0
6712023-10-09T00:13:40.043Z Downloaded tinyvec_macros v0.1.1
6722023-10-09T00:13:40.059Z Downloaded nibble_vec v0.1.0
6732023-10-09T00:13:40.068Z Downloaded ipnet v2.8.0
6742023-10-09T00:13:40.076Z Downloaded num v0.4.1
6752023-10-09T00:13:40.095Z Downloaded linked-hash-map v0.5.6
6762023-10-09T00:13:40.523Z Downloaded async-stream v0.3.5
6772023-10-09T00:13:40.955Z Downloaded maplit v1.0.2
6782023-10-09T00:13:40.969Z Downloaded hex v0.4.3
6792023-10-09T00:13:40.987Z Downloaded toolchain_find v0.2.0
6802023-10-09T00:13:41.005Z Downloaded stable_deref_trait v1.2.0
6812023-10-09T00:13:41.423Z Downloaded diesel_table_macro_syntax v0.1.0
6822023-10-09T00:13:41.481Z Downloaded block-buffer v0.10.4
6832023-10-09T00:13:41.511Z Downloaded new_debug_unreachable v1.0.4
6842023-10-09T00:13:41.537Z Downloaded mime_guess v2.0.4
6852023-10-09T00:13:41.552Z Downloaded libloading v0.7.4
6862023-10-09T00:13:41.557Z Downloaded hyper-rustls v0.24.1
6872023-10-09T00:13:41.561Z Downloaded num-rational v0.4.1
6882023-10-09T00:13:41.567Z Downloaded mime v0.3.17
6892023-10-09T00:13:41.572Z Downloaded mockall v0.11.4
6902023-10-09T00:13:41.579Z Downloaded chacha20 v0.9.1
6912023-10-09T00:13:41.592Z Downloaded camino v1.1.6
6922023-10-09T00:13:41.610Z Downloaded path-dedot v3.1.0
6932023-10-09T00:13:41.625Z Downloaded hyper-staticfile v0.9.5
6942023-10-09T00:13:41.630Z Downloaded termcolor v1.2.0
6952023-10-09T00:13:41.635Z Downloaded xattr v1.0.1
6962023-10-09T00:13:41.643Z Downloaded synstructure v0.12.6
6972023-10-09T00:13:41.650Z Downloaded pretty-hex v0.2.1
6982023-10-09T00:13:41.659Z Downloaded precomputed-hash v0.1.1
6992023-10-09T00:13:41.666Z Downloaded clap_derive v4.4.2
7002023-10-09T00:13:41.673Z Downloaded semver v1.0.19
7012023-10-09T00:13:41.680Z Downloaded zerocopy v0.3.0
7022023-10-09T00:13:41.687Z Downloaded flagset v0.4.3
7032023-10-09T00:13:41.692Z Downloaded clang-sys v1.6.1
7042023-10-09T00:13:41.698Z Downloaded multer v2.1.0
7052023-10-09T00:13:41.703Z Downloaded io-lifetimes v1.0.11
7062023-10-09T00:13:41.709Z Downloaded chacha20poly1305 v0.10.1
7072023-10-09T00:13:41.716Z Downloaded futures-task v0.3.28
7082023-10-09T00:13:41.732Z Downloaded futures-sink v0.3.28
7092023-10-09T00:13:41.740Z Downloaded enum-as-inner v0.5.1
7102023-10-09T00:13:41.751Z Downloaded dtrace-parser v0.1.14
7112023-10-09T00:13:41.758Z Downloaded num-derive v0.4.0
7122023-10-09T00:13:41.763Z Downloaded rustversion v1.0.14
7132023-10-09T00:13:41.769Z Downloaded crossbeam-channel v0.5.8
7142023-10-09T00:13:41.777Z Downloaded foreign-types-shared v0.1.1
7152023-10-09T00:13:41.786Z Downloaded group v0.13.0
7162023-10-09T00:13:41.808Z Downloaded deranged v0.3.8
7172023-10-09T00:13:41.814Z Downloaded signal-hook v0.3.17
7182023-10-09T00:13:41.825Z Downloaded predicates v2.1.5
7192023-10-09T00:13:41.832Z Downloaded wait-timeout v0.2.0
7202023-10-09T00:13:41.838Z Downloaded signature v1.6.4
7212023-10-09T00:13:41.844Z Downloaded unicode-xid v0.2.4
7222023-10-09T00:13:41.850Z Downloaded serde_plain v1.0.2
7232023-10-09T00:13:41.859Z Downloaded rustc_version v0.1.7
7242023-10-09T00:13:41.867Z Downloaded termtree v0.4.1
7252023-10-09T00:13:41.877Z Downloaded fd-lock v3.0.13
7262023-10-09T00:13:41.888Z Downloaded opaque-debug v0.3.0
7272023-10-09T00:13:41.897Z Downloaded curve25519-dalek-derive v0.1.0
7282023-10-09T00:13:41.912Z Downloaded ena v0.14.2
7292023-10-09T00:13:41.919Z Downloaded num_threads v0.1.6
7302023-10-09T00:13:41.926Z Downloaded num-traits v0.2.16
7312023-10-09T00:13:41.949Z Downloaded foreign-types-shared v0.3.1
7322023-10-09T00:13:41.957Z Downloaded postgres-protocol v0.6.6
7332023-10-09T00:13:41.978Z Downloaded zerocopy v0.6.3
7342023-10-09T00:13:41.987Z Downloaded ctr v0.9.2
7352023-10-09T00:13:42.002Z Downloaded postcard-cobs v0.1.5-pre
7362023-10-09T00:13:42.011Z Downloaded usdt-attr-macro v0.3.5
7372023-10-09T00:13:42.023Z Downloaded der_derive v0.7.2
7382023-10-09T00:13:42.031Z Downloaded sha1 v0.10.5
7392023-10-09T00:13:42.036Z Downloaded bytes v1.5.0
7402023-10-09T00:13:42.040Z Downloaded serde-hex v0.1.0
7412023-10-09T00:13:42.044Z Downloaded number_prefix v0.4.0
7422023-10-09T00:13:42.048Z Downloaded rustls-pemfile v1.0.3
7432023-10-09T00:13:42.051Z Downloaded rustc-hash v1.1.0
7442023-10-09T00:13:42.054Z Downloaded pretty-hex v0.3.0
7452023-10-09T00:13:42.057Z Downloaded futures-channel v0.3.28
7462023-10-09T00:13:42.060Z Downloaded hash32 v0.2.1
7472023-10-09T00:13:42.063Z Downloaded darling_macro v0.20.3
7482023-10-09T00:13:42.066Z Downloaded memchr v2.6.3
7492023-10-09T00:13:42.069Z Downloaded tokio-native-tls v0.3.1
7502023-10-09T00:13:42.073Z Downloaded proc-macro-error-attr v1.0.4
7512023-10-09T00:13:42.075Z Downloaded untrusted v0.7.1
7522023-10-09T00:13:42.078Z Downloaded futures-executor v0.3.28
7532023-10-09T00:13:42.081Z Downloaded ref-cast v1.0.20
7542023-10-09T00:13:42.084Z Downloaded try-lock v0.2.4
7552023-10-09T00:13:42.087Z Downloaded futures-core v0.3.28
7562023-10-09T00:13:42.090Z Downloaded fnv v1.0.7
7572023-10-09T00:13:42.093Z Downloaded unicode-bidi v0.3.13
7582023-10-09T00:13:42.096Z Downloaded tinyvec v1.6.0
7592023-10-09T00:13:42.101Z Downloaded tui-tree-widget v0.13.0
7602023-10-09T00:13:42.105Z Downloaded predicates-core v1.0.6
7612023-10-09T00:13:42.111Z Downloaded pin-project-lite v0.2.13
7622023-10-09T00:13:42.114Z Downloaded take_mut v0.2.2
7632023-10-09T00:13:42.117Z Downloaded rsa v0.9.2
7642023-10-09T00:13:42.120Z Downloaded usdt-macro v0.3.5
7652023-10-09T00:13:42.123Z Downloaded data-encoding v2.4.0
7662023-10-09T00:13:42.128Z Downloaded libm v0.2.7
7672023-10-09T00:13:42.131Z Downloaded want v0.3.1
7682023-10-09T00:13:42.134Z Downloaded rpassword v7.2.0
7692023-10-09T00:13:42.136Z Downloaded paste v1.0.14
7702023-10-09T00:13:42.140Z Downloaded digest v0.10.7
7712023-10-09T00:13:42.143Z Downloaded predicates v3.0.3
7722023-10-09T00:13:42.146Z Downloaded waitgroup v0.1.2
7732023-10-09T00:13:42.149Z Downloaded fragile v2.0.0
7742023-10-09T00:13:42.153Z Downloaded fs-err v2.9.0
7752023-10-09T00:13:42.156Z Downloaded path-absolutize v3.1.0
7762023-10-09T00:13:42.159Z Downloaded crunchy v0.2.2
7772023-10-09T00:13:42.164Z Downloaded zone_cfg_derive v0.2.0
7782023-10-09T00:13:42.167Z Downloaded headers-core v0.2.0
7792023-10-09T00:13:42.170Z Downloaded form_urlencoded v1.2.0
7802023-10-09T00:13:42.173Z Downloaded textwrap v0.11.0
7812023-10-09T00:13:42.176Z Downloaded flume v0.11.0
7822023-10-09T00:13:42.179Z Downloaded doc-comment v0.3.3
7832023-10-09T00:13:42.182Z Downloaded aes v0.8.3
7842023-10-09T00:13:42.185Z Downloaded structmeta-derive v0.1.6
7852023-10-09T00:13:42.190Z Downloaded endian-type v0.1.2
7862023-10-09T00:13:42.194Z Downloaded openssl-sys v0.9.93
7872023-10-09T00:13:42.197Z Downloaded foreign-types-macros v0.2.3
7882023-10-09T00:13:42.200Z Downloaded foreign-types v0.5.0
7892023-10-09T00:13:42.203Z Downloaded ucd-trie v0.1.6
7902023-10-09T00:13:42.206Z Downloaded libxml v0.3.3
7912023-10-09T00:13:42.209Z Downloaded peeking_take_while v0.1.2
7922023-10-09T00:13:42.212Z Downloaded crossbeam-queue v0.3.8
7932023-10-09T00:13:42.215Z Downloaded foreign-types v0.3.2
7942023-10-09T00:13:42.218Z Downloaded equivalent v1.0.1
7952023-10-09T00:13:42.221Z Downloaded crossbeam-utils v0.8.16
7962023-10-09T00:13:42.224Z Downloaded spin v0.5.2
7972023-10-09T00:13:42.228Z Downloaded zone v0.2.0
7982023-10-09T00:13:42.231Z Downloaded zeroize_derive v1.4.2
7992023-10-09T00:13:42.242Z Downloaded fxhash v0.2.1
8002023-10-09T00:13:42.248Z Downloaded serde-big-array v0.5.1
8012023-10-09T00:13:42.257Z Downloaded percent-encoding v2.3.0
8022023-10-09T00:13:42.266Z Downloaded path-slash v0.1.5
8032023-10-09T00:13:42.277Z Downloaded terminal_size v0.2.6
8042023-10-09T00:13:42.289Z Downloaded pkg-config v0.3.27
8052023-10-09T00:13:42.304Z Downloaded rustls-native-certs v0.6.3
8062023-10-09T00:13:42.327Z Downloaded num-bigint-dig v0.8.4
8072023-10-09T00:13:42.338Z Downloaded parse-display v0.7.0
8082023-10-09T00:13:42.348Z Downloaded openssl-probe v0.1.5
8092023-10-09T00:13:42.356Z Downloaded smallvec v1.11.0
8102023-10-09T00:13:42.363Z Downloaded derive_builder_macro v0.12.0
8112023-10-09T00:13:42.373Z Downloaded packed_struct v0.10.1
8122023-10-09T00:13:42.381Z Downloaded either v1.9.0
8132023-10-09T00:13:42.389Z Downloaded tower-service v0.3.2
8142023-10-09T00:13:42.396Z Downloaded slog-dtrace v0.2.3
8152023-10-09T00:13:42.403Z Downloaded pest_derive v2.7.2
8162023-10-09T00:13:42.409Z Downloaded zeroize v1.6.0
8172023-10-09T00:13:42.418Z Downloaded radium v0.7.0
8182023-10-09T00:13:42.425Z Downloaded hashbrown v0.12.3
8192023-10-09T00:13:42.435Z Downloaded openssl-macros v0.1.1
8202023-10-09T00:13:42.444Z Downloaded ed25519 v1.5.3
8212023-10-09T00:13:42.459Z Downloaded display-error-chain v0.1.1
8222023-10-09T00:13:42.516Z Downloaded getopts v0.2.21
8232023-10-09T00:13:42.527Z Downloaded errno v0.3.2
8242023-10-09T00:13:42.548Z Downloaded typenum v1.16.0
8252023-10-09T00:13:42.558Z Downloaded strsim v0.10.0
8262023-10-09T00:13:42.573Z Downloaded unicode-ident v1.0.12
8272023-10-09T00:13:42.587Z Downloaded pest_generator v2.7.2
8282023-10-09T00:13:42.598Z Downloaded rand_core v0.6.4
8292023-10-09T00:13:42.612Z Downloaded thiserror-impl v1.0.49
8302023-10-09T00:13:43.022Z Downloaded utf-8 v0.7.6
8312023-10-09T00:13:43.026Z Downloaded strum_macros v0.25.2
8322023-10-09T00:13:43.030Z Downloaded structopt-derive v0.4.18
8332023-10-09T00:13:43.033Z Downloaded owo-colors v3.5.0
8342023-10-09T00:13:43.036Z Downloaded subtle v2.5.0
8352023-10-09T00:13:43.039Z Downloaded quick-error v1.2.3
8362023-10-09T00:13:43.042Z Downloaded quote v1.0.33
8372023-10-09T00:13:43.046Z Downloaded time v0.3.27
8382023-10-09T00:13:43.050Z Downloaded utf8parse v0.2.1
8392023-10-09T00:13:43.053Z Downloaded dof v0.1.5
8402023-10-09T00:13:43.056Z Downloaded derive_builder_core v0.12.0
8412023-10-09T00:13:43.059Z Downloaded vergen v8.2.4
8422023-10-09T00:13:43.063Z Downloaded libefi-sys v0.1.0
8432023-10-09T00:13:43.066Z Downloaded hashbrown v0.13.2
8442023-10-09T00:13:43.069Z Downloaded vte_generate_state_changes v0.1.1
8452023-10-09T00:13:43.072Z Downloaded derive-where v1.2.5
8462023-10-09T00:13:43.075Z Downloaded env_logger v0.10.0
8472023-10-09T00:13:43.078Z Downloaded elliptic-curve v0.13.5
8482023-10-09T00:13:43.081Z Downloaded tracing-attributes v0.1.26
8492023-10-09T00:13:43.084Z Downloaded zip v0.6.6
8502023-10-09T00:13:43.087Z Downloaded getrandom v0.2.10
8512023-10-09T00:13:43.090Z Downloaded derive_more v0.99.17
8522023-10-09T00:13:43.101Z Downloaded tokio-rustls v0.24.1
8532023-10-09T00:13:43.544Z Downloaded oso v0.26.4
8542023-10-09T00:13:43.550Z Downloaded tokio-postgres v0.7.10
8552023-10-09T00:13:43.559Z Downloaded url v2.4.1
8562023-10-09T00:13:43.573Z Downloaded uuid v1.4.1
8572023-10-09T00:13:43.590Z Downloaded hashbrown v0.14.0
8582023-10-09T00:13:43.605Z Downloaded crossterm v0.27.0
8592023-10-09T00:13:43.623Z Downloaded tabled v0.14.0
8602023-10-09T00:13:43.638Z Downloaded tokio-util v0.7.8
8612023-10-09T00:13:43.651Z Downloaded aho-corasick v1.0.4
8622023-10-09T00:13:43.670Z Downloaded rayon-core v1.11.0
8632023-10-09T00:13:43.688Z Downloaded rand v0.8.5
8642023-10-09T00:13:43.704Z Downloaded portable-atomic v1.4.3
8652023-10-09T00:13:43.719Z Downloaded salty v0.2.0
8662023-10-09T00:13:43.725Z Downloaded syn v2.0.32
8672023-10-09T00:13:43.729Z Downloaded chrono v0.4.31
8682023-10-09T00:13:43.732Z Downloaded reqwest v0.11.20
8692023-10-09T00:13:43.736Z Downloaded mio v0.8.8
8702023-10-09T00:13:43.739Z Downloaded nom v7.1.3
8712023-10-09T00:13:43.742Z Downloaded h2 v0.3.21
8722023-10-09T00:13:43.746Z Downloaded nix v0.26.2
8732023-10-09T00:13:43.750Z Downloaded quick-xml v0.23.1
8742023-10-09T00:13:43.753Z Downloaded futures-util v0.3.28
8752023-10-09T00:13:43.756Z Downloaded rayon v1.7.0
8762023-10-09T00:13:44.034Z Downloaded gimli v0.28.0
8772023-10-09T00:13:44.039Z Downloaded polar-core v0.26.4
8782023-10-09T00:13:44.044Z Downloaded bstr v1.6.0
8792023-10-09T00:13:44.048Z Downloaded radix_trie v0.2.1
8802023-10-09T00:13:44.051Z Downloaded ratatui v0.23.0
8812023-10-09T00:13:44.055Z Downloaded syn v1.0.109
8822023-10-09T00:13:44.059Z Downloaded rustix v0.37.23
8832023-10-09T00:13:44.062Z Downloaded regex-syntax v0.7.5
8842023-10-09T00:13:44.066Z Downloaded openapiv3 v1.0.3
8852023-10-09T00:13:44.070Z Downloaded sled v0.34.7
8862023-10-09T00:13:44.074Z Downloaded bzip2-sys v0.1.11+1.0.8
8872023-10-09T00:13:44.078Z Downloaded regex-syntax v0.6.29
8882023-10-09T00:13:44.081Z Downloaded zerocopy-derive v0.6.3
8892023-10-09T00:13:44.085Z Downloaded zerocopy-derive v0.2.0
8902023-10-09T00:13:44.089Z Downloaded tokio v1.32.0
8912023-10-09T00:13:44.092Z Downloaded sha3 v0.10.8
8922023-10-09T00:13:44.111Z Downloaded regex-automata v0.3.8
8932023-10-09T00:13:44.121Z Downloaded libc v0.2.148
8942023-10-09T00:13:44.126Z Downloaded regress v0.7.1
8952023-10-09T00:13:44.130Z Downloaded openssl v0.10.57
8962023-10-09T00:13:44.135Z Downloaded regex v1.9.5
8972023-10-09T00:13:44.140Z Downloaded diesel v2.1.1
8982023-10-09T00:13:44.144Z Downloaded vcpkg v0.2.15
8992023-10-09T00:13:44.148Z Downloaded git2 v0.17.2
9002023-10-09T00:13:44.152Z Downloaded curve25519-dalek v4.1.0
9012023-10-09T00:13:44.156Z Downloaded encoding_rs v0.8.33
9022023-10-09T00:13:44.159Z Downloaded bstr v0.2.17
9032023-10-09T00:13:44.163Z Downloaded libgit2-sys v0.15.2+1.6.4
9042023-10-09T00:13:44.168Z Downloaded object v0.32.1
9052023-10-09T00:13:44.175Z Downloaded smoltcp v0.9.1
9062023-10-09T00:13:44.179Z Downloaded object v0.30.4
9072023-10-09T00:13:44.183Z Downloaded idna v0.2.3
9082023-10-09T00:13:44.186Z Downloaded proptest v1.2.0
9092023-10-09T00:13:44.190Z Downloaded libz-sys v1.1.12
9102023-10-09T00:13:44.194Z Downloaded webpki-roots v0.25.2
9112023-10-09T00:13:44.198Z Downloaded trust-dns-proto v0.22.0
9122023-10-09T00:13:44.202Z Downloaded smoltcp v0.8.2
9132023-10-09T00:13:44.207Z Downloaded reedline v0.23.0
9142023-10-09T00:13:44.211Z Downloaded tough v0.12.5
9152023-10-09T00:13:44.216Z Downloaded petgraph v0.6.4
9162023-10-09T00:13:44.221Z Downloaded idna v0.4.0
9172023-10-09T00:13:44.227Z Downloaded unicode-normalization v0.1.22
9182023-10-09T00:13:44.233Z Downloaded lalrpop v0.19.12
9192023-10-09T00:13:44.239Z Downloaded bitvec v1.0.1
9202023-10-09T00:13:44.244Z Downloaded libsqlite3-sys v0.26.0
9212023-10-09T00:13:44.248Z Downloaded ring v0.16.20
9222023-10-09T00:13:44.252Z Downloaded rusqlite v0.29.0
9232023-10-09T00:13:44.261Z Downloaded hyper v0.14.27
9242023-10-09T00:13:44.266Z Downloaded unicode-segmentation v1.10.1
9252023-10-09T00:13:44.271Z Downloaded regex-automata v0.1.10
9262023-10-09T00:13:44.277Z Downloaded crossterm v0.26.1
9272023-10-09T00:13:44.283Z Downloaded serde_with v2.3.3
9282023-10-09T00:13:44.292Z Downloaded rustls-webpki v0.101.4
9292023-10-09T00:13:44.299Z Downloaded hkdf v0.12.3
9302023-10-09T00:13:44.305Z Downloaded tungstenite v0.18.0
9312023-10-09T00:13:44.311Z Downloaded bindgen v0.65.1
9322023-10-09T00:13:44.322Z Downloaded flate2 v1.0.27
9332023-10-09T00:13:44.330Z Downloaded minimal-lexical v0.2.1
9342023-10-09T00:13:44.336Z Downloaded heapless v0.7.16
9352023-10-09T00:13:44.342Z Downloaded trust-dns-client v0.22.0
9362023-10-09T00:13:44.352Z Downloaded tracing-core v0.1.31
9372023-10-09T00:13:44.358Z Downloaded crypto-bigint v0.5.2
9382023-10-09T00:13:44.366Z Downloaded trust-dns-server v0.22.1
9392023-10-09T00:13:44.373Z Downloaded futures v0.3.28
9402023-10-09T00:13:44.378Z Downloaded pest v2.7.2
9412023-10-09T00:13:44.384Z Downloaded toml_edit v0.19.15
9422023-10-09T00:13:44.387Z Downloaded clap v2.34.0
9432023-10-09T00:13:44.391Z Downloaded derive_builder v0.12.0
9442023-10-09T00:13:44.395Z Downloaded serde_json v1.0.107
9452023-10-09T00:13:44.400Z Downloaded rcgen v0.10.0
9462023-10-09T00:13:44.405Z Downloaded clap_builder v4.4.2
9472023-10-09T00:13:44.408Z Downloaded fallible-iterator v0.2.0
9482023-10-09T00:13:44.411Z Downloaded der v0.7.8
9492023-10-09T00:13:44.415Z Downloaded globset v0.4.13
9502023-10-09T00:13:44.419Z Downloaded managed v0.8.0
9512023-10-09T00:13:44.423Z Downloaded termios v0.3.3
9522023-10-09T00:13:44.426Z Downloaded tokio-stream v0.1.14
9532023-10-09T00:13:44.431Z Downloaded ron v0.8.1
9542023-10-09T00:13:44.435Z Downloaded usdt-impl v0.3.5
9552023-10-09T00:13:44.439Z Downloaded semver v0.11.0
9562023-10-09T00:13:44.443Z Downloaded diff v0.1.13
9572023-10-09T00:13:44.447Z Downloaded tracing v0.1.37
9582023-10-09T00:13:44.451Z Downloaded papergrid v0.10.0
9592023-10-09T00:13:44.455Z Downloaded headers v0.3.9
9602023-10-09T00:13:44.459Z Downloaded winnow v0.5.15
9612023-10-09T00:13:44.463Z Downloaded ron v0.7.1
9622023-10-09T00:13:44.466Z Downloaded generic-array v0.14.7
9632023-10-09T00:13:44.470Z Downloaded futures-io v0.3.28
9642023-10-09T00:13:44.474Z Downloaded vec_map v0.8.2
9652023-10-09T00:13:44.478Z Downloaded env_logger v0.9.3
9662023-10-09T00:13:44.482Z Downloaded pkcs1 v0.7.5
9672023-10-09T00:13:44.486Z Downloaded crypto-common v0.1.6
9682023-10-09T00:13:44.494Z Downloaded structmeta v0.1.6
9692023-10-09T00:13:44.503Z Downloaded tokio-macros v2.1.0
9702023-10-09T00:13:44.509Z Downloaded crossbeam-deque v0.8.3
9712023-10-09T00:13:44.513Z Downloaded itertools v0.11.0
9722023-10-09T00:13:44.517Z Downloaded r2d2 v0.8.10
9732023-10-09T00:13:44.521Z Downloaded socket2 v0.5.3
9742023-10-09T00:13:44.525Z Downloaded miniz_oxide v0.7.1
9752023-10-09T00:13:44.529Z Downloaded x509-cert v0.2.4
9762023-10-09T00:13:44.535Z Downloaded prettyplease v0.2.12
9772023-10-09T00:13:44.539Z Downloaded ff v0.13.0
9782023-10-09T00:13:44.572Z Downloaded unicode-width v0.1.10
9792023-10-09T00:13:44.576Z Downloaded phf_shared v0.11.2
9802023-10-09T00:13:44.579Z Downloaded glob v0.3.1
9812023-10-09T00:13:44.583Z Downloaded structopt v0.3.26
9822023-10-09T00:13:44.587Z Downloaded fatfs v0.3.6
9832023-10-09T00:13:44.594Z Downloaded subprocess v0.2.9
9842023-10-09T00:13:44.598Z Downloaded term v0.7.0
9852023-10-09T00:13:44.602Z Downloaded tar v0.4.40
9862023-10-09T00:13:44.606Z Downloaded pest_meta v2.7.2
9872023-10-09T00:13:44.609Z Downloaded packed_struct_codegen v0.10.1
9882023-10-09T00:13:44.613Z Downloaded dirs-next v2.0.0
9892023-10-09T00:13:44.618Z Downloaded float-cmp v0.9.0
9902023-10-09T00:13:44.623Z Downloaded fixedbitset v0.4.2
9912023-10-09T00:13:44.637Z Downloaded test-strategy v0.2.1
9922023-10-09T00:13:44.650Z Downloaded parking_lot v0.12.1
9932023-10-09T00:13:44.661Z Downloaded itertools v0.10.5
9942023-10-09T00:13:44.666Z Downloaded password-hash v0.5.0
9952023-10-09T00:13:44.670Z Downloaded serde v1.0.188
9962023-10-09T00:13:44.675Z Downloaded http v0.2.9
9972023-10-09T00:13:44.681Z Downloaded pem v1.1.1
9982023-10-09T00:13:44.688Z Downloaded dirs-sys-next v0.1.2
9992023-10-09T00:13:44.694Z Downloaded fastrand v2.0.0
10002023-10-09T00:13:44.700Z Downloaded secrecy v0.8.0
10012023-10-09T00:13:44.706Z Downloaded colored v2.0.4
10022023-10-09T00:13:44.711Z Downloaded toml_edit v0.20.0
10032023-10-09T00:13:44.718Z Downloaded socket2 v0.4.9
10042023-10-09T00:13:44.725Z Downloaded slog v2.7.0
10052023-10-09T00:13:44.734Z Downloaded strsim v0.8.0
10062023-10-09T00:13:44.743Z Downloaded smallvec v0.6.14
10072023-10-09T00:13:44.762Z Downloaded slog-scope v4.4.0
10082023-10-09T00:13:44.771Z Downloaded slog-envlogger v2.2.0
10092023-10-09T00:13:44.785Z Downloaded schemars v0.8.13
10102023-10-09T00:13:44.797Z Downloaded serde_yaml v0.9.25
10112023-10-09T00:13:44.805Z Downloaded steno v0.4.0
10122023-10-09T00:13:44.815Z Downloaded twox-hash v1.6.3
10132023-10-09T00:13:44.822Z Downloaded semver v0.1.20
10142023-10-09T00:13:44.831Z Downloaded unsafe-libyaml v0.2.9
10152023-10-09T00:13:44.838Z Downloaded ringbuffer v0.15.0
10162023-10-09T00:13:44.846Z Downloaded resolv-conf v0.7.0
10172023-10-09T00:13:44.858Z Downloaded debug-ignore v1.0.5
10182023-10-09T00:13:44.867Z Downloaded once_cell v1.18.0
10192023-10-09T00:13:44.875Z Downloaded spin v0.9.8
10202023-10-09T00:13:44.885Z Downloaded serde_derive v1.0.188
10212023-10-09T00:13:44.894Z Downloaded num-bigint v0.4.4
10222023-10-09T00:13:44.903Z Downloaded backtrace v0.3.69
10232023-10-09T00:13:44.912Z Downloaded darling v0.20.3
10242023-10-09T00:13:44.919Z Downloaded postcard v0.7.3
10252023-10-09T00:13:44.926Z Downloaded serde_derive_internals v0.26.0
10262023-10-09T00:13:44.934Z Downloaded unarray v0.1.4
10272023-10-09T00:13:44.944Z Downloaded cipher v0.4.4
10282023-10-09T00:13:44.955Z Downloaded dyn-clone v1.0.13
10292023-10-09T00:13:44.976Z Downloaded serde_tokenstream v0.1.7
10302023-10-09T00:13:44.983Z Downloaded stringprep v0.1.3
10312023-10-09T00:13:44.990Z Downloaded half v1.8.2
10322023-10-09T00:13:45.000Z Downloaded toml v0.5.11
10332023-10-09T00:13:45.017Z Downloaded darling_core v0.14.4
10342023-10-09T00:13:45.027Z Downloaded trust-dns-resolver v0.22.0
10352023-10-09T00:13:45.032Z Downloaded proc-macro-crate v1.3.1
10362023-10-09T00:13:45.044Z Downloaded snafu-derive v0.7.5
10372023-10-09T00:13:45.055Z Downloaded smf v0.2.2
10382023-10-09T00:13:45.068Z Downloaded smawk v0.3.1
10392023-10-09T00:13:45.075Z Downloaded funty v2.0.0
10402023-10-09T00:13:45.080Z Downloaded darling v0.14.4
10412023-10-09T00:13:45.085Z Downloaded base64 v0.21.4
10422023-10-09T00:13:45.089Z Downloaded native-tls v0.2.11
10432023-10-09T00:13:45.094Z Downloaded universal-hash v0.5.1
10442023-10-09T00:13:45.098Z Downloaded parking_lot_core v0.8.6
10452023-10-09T00:13:45.101Z Downloaded similar v2.2.1
10462023-10-09T00:13:45.110Z Downloaded proc-macro-error v1.0.4
10472023-10-09T00:13:45.119Z Downloaded olpc-cjson v0.1.3
10482023-10-09T00:13:45.122Z Downloaded parking_lot_core v0.9.8
10492023-10-09T00:13:45.125Z Downloaded parking_lot v0.11.2
10502023-10-09T00:13:45.130Z Downloaded diesel_derives v2.1.1
10512023-10-09T00:13:45.133Z Downloaded tungstenite v0.20.1
10522023-10-09T00:13:45.137Z Downloaded ref-cast-impl v1.0.20
10532023-10-09T00:13:45.142Z Downloaded tap v1.0.1
10542023-10-09T00:13:45.146Z Downloaded strip-ansi-escapes v0.2.0
10552023-10-09T00:13:45.152Z Downloaded pem-rfc7468 v0.7.0
10562023-10-09T00:13:45.155Z Downloaded phf v0.11.2
10572023-10-09T00:13:45.158Z Downloaded fallible-streaming-iterator v0.1.9
10582023-10-09T00:13:45.167Z Downloaded sct v0.7.0
10592023-10-09T00:13:45.173Z Downloaded tempfile v3.8.0
10602023-10-09T00:13:45.178Z Downloaded spki v0.7.2
10612023-10-09T00:13:45.184Z Downloaded slog-json v2.6.1
10622023-10-09T00:13:45.190Z Downloaded toml v0.8.0
10632023-10-09T00:13:45.194Z Downloaded toml v0.7.8
10642023-10-09T00:13:45.202Z Downloaded darling_core v0.20.3
10652023-10-09T00:13:45.207Z Downloaded rustix v0.38.9
10662023-10-09T00:13:45.211Z Downloaded snafu v0.7.5
10672023-10-09T00:13:45.214Z Downloaded signal-hook-mio v0.2.3
10682023-10-09T00:13:45.221Z Downloaded serde_with_macros v2.3.3
10692023-10-09T00:13:45.225Z Downloaded polyval v0.6.1
10702023-10-09T00:13:45.231Z Downloaded indicatif v0.17.6
10712023-10-09T00:13:45.239Z Downloaded postgres-types v0.2.6
10722023-10-09T00:13:45.243Z Downloaded thiserror-no-std v2.0.2
10732023-10-09T00:13:45.247Z Downloaded slab v0.4.9
10742023-10-09T00:13:45.251Z Downloaded tabled_derive v0.6.0
10752023-10-09T00:13:45.255Z Downloaded poly1305 v0.8.0
10762023-10-09T00:13:45.261Z Downloaded platforms v3.0.2
10772023-10-09T00:13:45.266Z Downloaded hashlink v0.8.3
10782023-10-09T00:13:45.271Z Downloaded proc-macro2 v1.0.67
10792023-10-09T00:13:45.275Z Downloaded log v0.4.20
10802023-10-09T00:13:45.281Z Downloaded cstr-argument v0.1.2
10812023-10-09T00:13:45.285Z Downloaded phf_shared v0.10.0
10822023-10-09T00:13:45.289Z Downloaded serde_repr v0.1.16
10832023-10-09T00:13:45.294Z Downloaded serde-big-array v0.4.1
10842023-10-09T00:13:45.298Z Downloaded erased-serde v0.3.30
10852023-10-09T00:13:45.302Z Downloaded cc v1.0.83
10862023-10-09T00:13:45.306Z Downloaded arc-swap v1.6.0
10872023-10-09T00:13:45.310Z Downloaded rustfmt-wrapper v0.2.0
10882023-10-09T00:13:45.313Z Downloaded serde_spanned v0.6.3
10892023-10-09T00:13:45.316Z Downloaded tiny-keccak v2.0.2
10902023-10-09T00:13:45.320Z Downloaded time-macros v0.2.13
10912023-10-09T00:13:45.323Z Downloaded thread-id v4.2.0
10922023-10-09T00:13:45.326Z Downloaded rtoolbox v0.0.1
10932023-10-09T00:13:45.330Z Downloaded pkcs8 v0.10.2
10942023-10-09T00:13:45.333Z Downloaded vte v0.11.1
10952023-10-09T00:13:45.335Z Downloaded textwrap v0.16.0
10962023-10-09T00:13:45.339Z Downloaded vsss-rs v3.3.1
10972023-10-09T00:13:45.342Z Downloaded oso-derive v0.26.4
10982023-10-09T00:13:45.345Z Downloaded crc-any v2.4.3
10992023-10-09T00:13:45.348Z Downloaded time-core v0.1.1
11002023-10-09T00:13:45.352Z Downloaded thread_local v1.1.7
11012023-10-09T00:13:45.355Z Downloaded signal-hook-registry v1.4.1
11022023-10-09T00:13:45.358Z Downloaded shell-words v1.1.0
11032023-10-09T00:13:45.361Z Downloaded cancel-safe-futures v0.1.2
11042023-10-09T00:13:45.364Z Downloaded indexmap v2.0.0
11052023-10-09T00:13:45.367Z Downloaded crossbeam-epoch v0.9.15
11062023-10-09T00:13:45.370Z Downloaded ppv-lite86 v0.2.17
11072023-10-09T00:13:45.373Z Downloaded toml_datetime v0.6.3
11082023-10-09T00:13:45.378Z Downloaded scheduled-thread-pool v0.2.7
11092023-10-09T00:13:45.389Z Downloaded same-file v1.0.6
11102023-10-09T00:13:45.392Z Downloaded yasna v0.5.2
11112023-10-09T00:13:45.395Z Downloaded filetime v0.2.22
11122023-10-09T00:13:45.399Z Downloaded omicron-zone-package v0.8.3
11132023-10-09T00:13:45.403Z Downloaded const-oid v0.9.5
11142023-10-09T00:13:45.408Z Downloaded rand_chacha v0.3.1
11152023-10-09T00:13:45.413Z Downloaded futures-macro v0.3.28
11162023-10-09T00:13:45.416Z Downloaded siphasher v0.3.11
11172023-10-09T00:13:45.419Z Downloaded downcast v0.11.0
11182023-10-09T00:13:45.423Z Downloaded bzip2 v0.4.4
11192023-10-09T00:13:45.426Z Downloaded ascii v1.1.0
11202023-10-09T00:13:45.429Z Downloaded difflib v0.4.0
11212023-10-09T00:13:45.433Z Downloaded pin-utils v0.1.0
11222023-10-09T00:13:45.436Z Downloaded version_check v0.9.4
11232023-10-09T00:13:45.439Z Downloaded unicode-linebreak v0.1.5
11242023-10-09T00:13:45.445Z Downloaded slog-term v2.9.0
11252023-10-09T00:13:45.448Z Downloaded nodrop v0.1.14
11262023-10-09T00:13:45.451Z Downloaded keccak v0.1.4
11272023-10-09T00:13:45.455Z Downloaded mockall_derive v0.11.4
11282023-10-09T00:13:45.458Z Downloaded anyhow v1.0.75
11292023-10-09T00:13:45.461Z Downloaded console v0.15.7
11302023-10-09T00:13:45.465Z Downloaded thiserror v1.0.49
11312023-10-09T00:13:45.470Z Downloaded signal-hook-tokio v0.3.1
11322023-10-09T00:13:45.475Z Downloaded parse-display-derive v0.7.0
11332023-10-09T00:13:45.479Z Downloaded usdt v0.3.5
11342023-10-09T00:13:45.482Z Downloaded unicase v2.7.0
11352023-10-09T00:13:45.485Z Downloaded predicates-tree v1.0.9
11362023-10-09T00:13:45.492Z Downloaded whoami v1.4.1
11372023-10-09T00:13:45.496Z Downloaded cookie v0.16.2
11382023-10-09T00:13:45.499Z Downloaded wyz v0.5.1
11392023-10-09T00:13:45.507Z Downloaded which v4.4.0
11402023-10-09T00:13:45.529Z Downloaded walkdir v2.4.0
11412023-10-09T00:13:45.549Z Downloaded topological-sort v0.2.2
11422023-10-09T00:13:45.614Z Downloaded tokio-tungstenite v0.20.1
11432023-10-09T00:13:45.621Z Downloaded tokio-tungstenite v0.18.0
11442023-10-09T00:13:45.625Z Downloaded thiserror-impl-no-std v2.0.2
11452023-10-09T00:13:45.628Z Downloaded rand_xorshift v0.3.0
11462023-10-09T00:13:45.631Z Downloaded backoff v0.4.0
11472023-10-09T00:13:45.634Z Downloaded ahash v0.8.3
11482023-10-09T00:13:45.637Z Downloaded ansi_term v0.12.1
11492023-10-09T00:13:45.640Z Downloaded argon2 v0.5.2
11502023-10-09T00:13:45.643Z Downloaded ahash v0.7.6
11512023-10-09T00:13:45.646Z Downloaded maybe-uninit v2.0.0
11522023-10-09T00:13:45.649Z Downloaded const_format_proc_macros v0.2.31
11532023-10-09T00:13:45.652Z Downloaded lock_api v0.4.10
11542023-10-09T00:13:45.655Z Downloaded cassowary v0.3.0
11552023-10-09T00:13:45.659Z Downloaded nu-ansi-term v0.49.0
11562023-10-09T00:13:45.662Z Downloaded slog-async v2.8.0
11572023-10-09T00:13:45.666Z Downloaded ciborium v0.2.1
11582023-10-09T00:13:45.671Z Downloaded httparse v1.8.0
11592023-10-09T00:13:45.674Z Downloaded strum_macros v0.24.3
11602023-10-09T00:13:45.680Z Downloaded string_cache v0.8.7
11612023-10-09T00:13:45.683Z Downloaded static_assertions v1.1.0
11622023-10-09T00:13:45.686Z Downloaded slog-stdlog v4.1.1
11632023-10-09T00:13:45.689Z Downloaded serde_urlencoded v0.7.1
11642023-10-09T00:13:45.692Z Downloaded serde_tokenstream v0.2.0
11652023-10-09T00:13:45.695Z Downloaded semver-parser v0.10.2
11662023-10-09T00:13:45.699Z Downloaded nanorand v0.7.0
11672023-10-09T00:13:45.702Z Downloaded md-5 v0.10.5
11682023-10-09T00:13:45.705Z Downloaded num_cpus v1.16.0
11692023-10-09T00:13:45.707Z Downloaded num-integer v0.1.45
11702023-10-09T00:13:45.710Z Downloaded lazy_static v1.4.0
11712023-10-09T00:13:45.713Z Downloaded itoa v1.0.9
11722023-10-09T00:13:45.716Z Downloaded crc v3.0.1
11732023-10-09T00:13:45.719Z Downloaded anstream v0.5.0
11742023-10-09T00:13:45.722Z Downloaded sha2 v0.10.7
11752023-10-09T00:13:45.725Z Downloaded clap_lex v0.5.1
11762023-10-09T00:13:45.728Z Downloaded heck v0.3.3
11772023-10-09T00:13:45.731Z Downloaded bincode v1.3.3
11782023-10-09T00:13:45.734Z Downloaded async-trait v0.1.73
11792023-10-09T00:13:45.737Z Downloaded atomic-waker v1.1.1
11802023-10-09T00:13:45.740Z Downloaded base16ct v0.2.0
11812023-10-09T00:13:45.744Z Downloaded rustls v0.21.7
11822023-10-09T00:13:45.747Z Downloaded num-complex v0.4.4
11832023-10-09T00:13:45.750Z Downloaded darling_macro v0.14.4
11842023-10-09T00:13:45.753Z Downloaded adler v1.0.2
11852023-10-09T00:13:45.756Z Downloaded bytesize v1.3.0
11862023-10-09T00:13:45.759Z Downloaded bytecount v0.6.3
11872023-10-09T00:13:45.762Z Downloaded autocfg v1.1.0
11882023-10-09T00:13:45.766Z Downloaded buf-list v1.0.3
11892023-10-09T00:13:45.769Z Downloaded bit-set v0.5.3
11902023-10-09T00:13:45.772Z Downloaded bit-vec v0.6.3
11912023-10-09T00:13:45.775Z Downloaded anstyle-parse v0.2.1
11922023-10-09T00:13:45.778Z Downloaded anstyle v1.0.2
11932023-10-09T00:13:45.781Z Downloaded aead v0.5.2
11942023-10-09T00:13:45.784Z Downloaded aes-gcm-siv v0.11.1
11952023-10-09T00:13:45.787Z Downloaded colorchoice v1.0.0
11962023-10-09T00:13:45.790Z Downloaded const_format v0.2.31
11972023-10-09T00:13:45.793Z Downloaded macaddr v1.0.1
11982023-10-09T00:13:45.796Z Downloaded cpufeatures v0.2.9
11992023-10-09T00:13:45.799Z Downloaded bit_field v0.10.2
12002023-10-09T00:13:45.802Z Downloaded indexmap v1.9.3
12012023-10-09T00:13:45.805Z Downloaded clap v4.4.3
12022023-10-09T00:13:45.808Z Downloaded memoffset v0.7.1
12032023-10-09T00:13:45.811Z Downloaded lalrpop-util v0.19.12
12042023-10-09T00:13:45.814Z Downloaded lru-cache v0.1.2
12052023-10-09T00:13:45.819Z Downloaded strum v0.25.0
12062023-10-09T00:13:45.822Z Downloaded cfg-if v1.0.0
12072023-10-09T00:13:45.825Z Downloaded slog-bunyan v2.4.0
12082023-10-09T00:13:45.828Z Downloaded num-iter v0.1.43
12092023-10-09T00:13:45.831Z Downloaded num_enum_derive v0.5.11
12102023-10-09T00:13:45.834Z Downloaded blake2 v0.10.6
12112023-10-09T00:13:45.837Z Downloaded bb8 v0.8.1
12122023-10-09T00:13:45.840Z Downloaded shlex v1.1.0
12132023-10-09T00:13:45.845Z Downloaded scopeguard v1.2.0
12142023-10-09T00:13:45.848Z Downloaded newtype_derive v0.1.6
12152023-10-09T00:13:45.851Z Downloaded atomicwrites v0.4.1
12162023-10-09T00:13:45.857Z Downloaded async-recursion v1.0.5
12172023-10-09T00:13:45.860Z Downloaded signature v2.1.0
12182023-10-09T00:13:45.863Z Downloaded serde_arrays v0.1.0
12192023-10-09T00:13:45.867Z Downloaded jobserver v0.1.26
12202023-10-09T00:13:45.870Z Downloaded hyper-tls v0.5.0
12212023-10-09T00:13:45.873Z Downloaded ascii-canvas v3.0.0
12222023-10-09T00:13:45.877Z Downloaded indoc v2.0.3
12232023-10-09T00:13:45.880Z Downloaded cargo_metadata v0.18.0
12242023-10-09T00:13:45.884Z Downloaded anstyle-query v1.0.0
12252023-10-09T00:13:45.892Z Downloaded atty v0.2.14
12262023-10-09T00:13:45.896Z Downloaded async-stream-impl v0.3.5
12272023-10-09T00:13:45.900Z Downloaded array-init v0.0.4
12282023-10-09T00:13:45.912Z Downloaded ipnetwork v0.20.0
12292023-10-09T00:13:45.931Z Downloaded bitflags v2.4.0
12302023-10-09T00:13:45.950Z Downloaded byteorder v1.4.3
12312023-10-09T00:13:45.968Z Downloaded is-terminal v0.4.9
12322023-10-09T00:13:45.972Z Downloaded hostname v0.3.1
12332023-10-09T00:13:45.980Z Downloaded home v0.5.5
12342023-10-09T00:13:45.992Z Downloaded heck v0.4.1
12352023-10-09T00:13:46.008Z Downloaded corncobs v0.1.3
12362023-10-09T00:13:46.035Z Downloaded serde_path_to_error v0.1.14
12372023-10-09T00:13:46.052Z Downloaded schemars_derive v0.8.13
12382023-10-09T00:13:46.069Z Downloaded rustc-demangle v0.1.23
12392023-10-09T00:13:46.079Z Downloaded crossbeam v0.8.2
12402023-10-09T00:13:46.088Z Downloaded crc-catalog v2.2.0
12412023-10-09T00:13:46.093Z Downloaded iana-time-zone v0.1.57
12422023-10-09T00:13:46.100Z Downloaded humantime v2.1.0
12432023-10-09T00:13:46.106Z Downloaded cargo_toml v0.16.3
12442023-10-09T00:13:46.111Z Downloaded block-padding v0.3.3
12452023-10-09T00:13:46.121Z Downloaded base64ct v1.6.0
12462023-10-09T00:13:46.125Z Downloaded addr2line v0.21.0
12472023-10-09T00:13:46.131Z Downloaded num_enum v0.5.11
12482023-10-09T00:13:46.139Z Downloaded bitfield v0.14.0
12492023-10-09T00:13:46.142Z Downloaded httpdate v1.0.3
12502023-10-09T00:13:46.146Z Downloaded num_enum v0.7.0
12512023-10-09T00:13:46.149Z Downloaded inout v0.1.3
12522023-10-09T00:13:46.153Z Downloaded ident_case v1.0.1
12532023-10-09T00:13:46.157Z Downloaded crc32fast v1.3.2
12542023-10-09T00:13:46.161Z Downloaded ciborium-ll v0.2.1
12552023-10-09T00:13:46.165Z Downloaded cargo-platform v0.1.3
12562023-10-09T00:13:46.169Z Downloaded bitflags v1.3.2
12572023-10-09T00:13:46.173Z Downloaded cfg-if v0.1.10
12582023-10-09T00:13:46.176Z Downloaded convert_case v0.4.0
12592023-10-09T00:13:46.179Z Downloaded ciborium-io v0.2.1
12602023-10-09T00:13:46.182Z Downloaded bitstruct_derive v0.1.0
12612023-10-09T00:13:46.185Z Downloaded bitstruct v0.1.1
12622023-10-09T00:13:46.189Z Downloaded base64 v0.13.1
12632023-10-09T00:13:46.194Z Downloaded assert_matches v1.5.0
12642023-10-09T00:13:46.197Z Compiling proc-macro2 v1.0.67
12652023-10-09T00:13:46.200Z Compiling unicode-ident v1.0.12
12662023-10-09T00:13:46.205Z Compiling libc v0.2.148
12672023-10-09T00:13:46.212Z Compiling serde v1.0.188
12682023-10-09T00:13:46.215Z Compiling autocfg v1.1.0
12692023-10-09T00:13:46.218Z Compiling version_check v0.9.4
12702023-10-09T00:13:46.223Z Compiling cfg-if v1.0.0
12712023-10-09T00:13:46.226Z Compiling syn v1.0.109
12722023-10-09T00:13:46.229Z Compiling once_cell v1.18.0
12732023-10-09T00:13:46.233Z Compiling parking_lot_core v0.9.8
12742023-10-09T00:13:46.236Z Compiling libm v0.2.7
12752023-10-09T00:13:46.240Z Compiling lock_api v0.4.10
12762023-10-09T00:13:46.244Z Compiling num-traits v0.2.16
12772023-10-09T00:13:46.247Z Compiling ahash v0.8.3
12782023-10-09T00:13:46.251Z Compiling thiserror v1.0.49
12792023-10-09T00:13:46.259Z Compiling typenum v1.16.0
12802023-10-09T00:13:46.262Z Compiling futures-core v0.3.28
12812023-10-09T00:13:46.265Z Compiling generic-array v0.14.7
12822023-10-09T00:13:46.269Z Compiling memchr v2.6.3
12832023-10-09T00:13:46.275Z Compiling itoa v1.0.9
12842023-10-09T00:13:46.281Z Compiling scopeguard v1.2.0
12852023-10-09T00:13:46.285Z Compiling pkg-config v0.3.27
12862023-10-09T00:13:46.662Z Compiling quote v1.0.33
12872023-10-09T00:13:46.868Z Compiling slab v0.4.9
12882023-10-09T00:13:47.277Z Compiling syn v2.0.32
12892023-10-09T00:13:47.769Z Compiling jobserver v0.1.26
12902023-10-09T00:13:47.958Z Compiling getrandom v0.2.10
12912023-10-09T00:13:48.623Z Compiling cc v1.0.83
12922023-10-09T00:13:48.678Z Compiling futures-channel v0.3.28
12932023-10-09T00:13:48.744Z Compiling futures-task v0.3.28
12942023-10-09T00:13:49.218Z Compiling futures-util v0.3.28
12952023-10-09T00:13:49.363Z Compiling log v0.4.20
12962023-10-09T00:13:50.133Z Compiling ryu v1.0.15
12972023-10-09T00:13:50.357Z Compiling pin-project-lite v0.2.13
12982023-10-09T00:13:50.433Z Compiling serde_json v1.0.107
12992023-10-09T00:13:50.651Z Compiling ahash v0.7.6
13002023-10-09T00:13:50.726Z Compiling vcpkg v0.2.15
13012023-10-09T00:13:50.807Z Compiling schemars v0.8.13
13022023-10-09T00:13:50.897Z Compiling smallvec v1.11.0
13032023-10-09T00:13:51.899Z Compiling heck v0.4.1
13042023-10-09T00:13:52.598Z Compiling parking_lot v0.12.1
13052023-10-09T00:13:53.262Z Compiling num_cpus v1.16.0
13062023-10-09T00:13:53.418Z Compiling ring v0.16.20
13072023-10-09T00:13:53.751Z Compiling openssl-sys v0.9.93
13082023-10-09T00:13:55.459Z Compiling rand_core v0.6.4
13092023-10-09T00:13:55.546Z Compiling indexmap v1.9.3
13102023-10-09T00:13:55.925Z Compiling byteorder v1.4.3
13112023-10-09T00:13:56.174Z Compiling allocator-api2 v0.2.16
13122023-10-09T00:13:56.600Z Compiling httparse v1.8.0
13132023-10-09T00:13:56.708Z Compiling spin v0.5.2
13142023-10-09T00:13:57.137Z Compiling equivalent v1.0.1
13152023-10-09T00:13:57.280Z Compiling mio v0.8.8
13162023-10-09T00:13:57.297Z Compiling hashbrown v0.14.0
13172023-10-09T00:13:57.496Z Compiling signal-hook-registry v1.4.1
13182023-10-09T00:13:58.031Z Compiling socket2 v0.5.3
13192023-10-09T00:13:59.960Z Compiling semver v1.0.19
13202023-10-09T00:14:00.006Z Compiling openssl v0.10.57
13212023-10-09T00:14:00.134Z Compiling fnv v1.0.7
13222023-10-09T00:14:00.821Z Compiling iana-time-zone v0.1.57
13232023-10-09T00:14:01.010Z Compiling serde_derive_internals v0.26.0
13242023-10-09T00:14:01.102Z Compiling rustls v0.21.7
13252023-10-09T00:14:01.360Z Compiling ucd-trie v0.1.6
13262023-10-09T00:14:01.450Z Compiling native-tls v0.2.11
13272023-10-09T00:14:01.538Z Compiling crossbeam-utils v0.8.16
13282023-10-09T00:14:01.909Z Compiling unicode-xid v0.2.4
13292023-10-09T00:14:02.151Z Compiling synstructure v0.12.6
13302023-10-09T00:14:03.163Z Compiling io-lifetimes v1.0.11
13312023-10-09T00:14:03.644Z Compiling futures-sink v0.3.28
13322023-10-09T00:14:03.904Z Compiling backtrace v0.3.69
13332023-10-09T00:14:04.274Z Compiling dyn-clone v1.0.13
13342023-10-09T00:14:04.305Z Compiling tinyvec_macros v0.1.1
13352023-10-09T00:14:04.434Z Compiling tinyvec v1.6.0
13362023-10-09T00:14:05.100Z Compiling tracing-core v0.1.31
13372023-10-09T00:14:05.590Z Compiling memoffset v0.9.0
13382023-10-09T00:14:05.593Z Compiling num-integer v0.1.45
13392023-10-09T00:14:05.597Z Compiling pin-utils v0.1.0
13402023-10-09T00:14:05.618Z Compiling winnow v0.5.15
13412023-10-09T00:14:05.657Z Compiling subtle v2.5.0
13422023-10-09T00:14:05.796Z Compiling futures-io v0.3.28
13432023-10-09T00:14:06.142Z Compiling rustix v0.37.23
13442023-10-09T00:14:06.270Z Compiling rustix v0.38.9
13452023-10-09T00:14:06.971Z Compiling hashbrown v0.13.2
13462023-10-09T00:14:07.076Z Compiling unicode-normalization v0.1.22
13472023-10-09T00:14:07.126Z Compiling aho-corasick v1.0.4
13482023-10-09T00:14:07.176Z Compiling usdt-impl v0.3.5
13492023-10-09T00:14:08.894Z Compiling time-core v0.1.1
13502023-10-09T00:14:08.976Z Compiling bitflags v1.3.2
13512023-10-09T00:14:09.125Z Compiling anyhow v1.0.75
13522023-10-09T00:14:09.162Z Compiling slog v2.7.0
13532023-10-09T00:14:09.620Z Compiling crc32fast v1.3.2
13542023-10-09T00:14:09.777Z Compiling regex-syntax v0.7.5
13552023-10-09T00:14:09.819Z Compiling const-oid v0.9.5
13562023-10-09T00:14:09.842Z Compiling serde_derive v1.0.188
13572023-10-09T00:14:09.914Z Compiling zeroize_derive v1.4.2
13582023-10-09T00:14:10.225Z Compiling thiserror-impl v1.0.49
13592023-10-09T00:14:11.546Z Compiling tokio-macros v2.1.0
13602023-10-09T00:14:11.894Z Compiling futures-macro v0.3.28
13612023-10-09T00:14:12.290Z Compiling tracing-attributes v0.1.26
13622023-10-09T00:14:13.368Z Compiling schemars_derive v0.8.13
13632023-10-09T00:14:13.481Z Compiling zeroize v1.6.0
13642023-10-09T00:14:15.094Z Compiling openssl-macros v0.1.1
13652023-10-09T00:14:15.212Z Compiling pest v2.7.2
13662023-10-09T00:14:16.124Z Compiling zerocopy-derive v0.2.0
13672023-10-09T00:14:16.482Z Compiling crypto-common v0.1.6
13682023-10-09T00:14:16.795Z Compiling block-buffer v0.10.4
13692023-10-09T00:14:17.793Z Compiling tracing v0.1.37
13702023-10-09T00:14:18.202Z Compiling unicode-bidi v0.3.13
13712023-10-09T00:14:19.879Z Compiling pest_meta v2.7.2
13722023-10-09T00:14:20.041Z Compiling digest v0.10.7
13732023-10-09T00:14:20.341Z Compiling regex-automata v0.3.8
13742023-10-09T00:14:20.676Z Compiling time-macros v0.2.13
13752023-10-09T00:14:25.582Z Compiling pest_generator v2.7.2
13762023-10-09T00:14:26.885Z Compiling bzip2-sys v0.1.11+1.0.8
13772023-10-09T00:14:27.643Z Compiling crossbeam-epoch v0.9.15
13782023-10-09T00:14:28.658Z Compiling ppv-lite86 v0.2.17
13792023-10-09T00:14:28.676Z Compiling pest_derive v2.7.2
13802023-10-09T00:14:30.097Z Compiling async-trait v0.1.73
13812023-10-09T00:14:30.110Z Compiling rand_chacha v0.3.1
13822023-10-09T00:14:30.857Z Compiling zerocopy v0.3.0
13832023-10-09T00:14:31.707Z Compiling zerocopy-derive v0.6.3
13842023-10-09T00:14:32.105Z Compiling strsim v0.10.0
13852023-10-09T00:14:32.164Z Compiling untrusted v0.7.1
13862023-10-09T00:14:32.514Z Compiling base64 v0.21.4
13872023-10-09T00:14:33.028Z Compiling bytes v1.5.0
13882023-10-09T00:14:33.237Z Compiling indexmap v2.0.0
13892023-10-09T00:14:34.857Z Compiling uuid v1.4.1
13902023-10-09T00:14:35.008Z Compiling chrono v0.4.31
13912023-10-09T00:14:35.223Z Compiling tokio v1.32.0
13922023-10-09T00:14:37.314Z Compiling bitflags v2.4.0
13932023-10-09T00:14:38.378Z Compiling toml_datetime v0.6.3
13942023-10-09T00:14:38.432Z Compiling serde_spanned v0.6.3
13952023-10-09T00:14:38.438Z Compiling http v0.2.9
13962023-10-09T00:14:38.609Z Compiling toml_edit v0.19.15
13972023-10-09T00:14:41.171Z Compiling rustc_version v0.4.0
13982023-10-09T00:14:42.605Z Compiling heapless v0.7.16
13992023-10-09T00:14:44.840Z Compiling dof v0.1.5
14002023-10-09T00:14:50.551Z Compiling tokio-util v0.7.8
14012023-10-09T00:14:50.979Z Compiling rand v0.8.5
14022023-10-09T00:14:51.004Z Compiling hashbrown v0.12.3
14032023-10-09T00:14:51.023Z Compiling dtrace-parser v0.1.14
14042023-10-09T00:14:51.966Z Compiling regex v1.9.5
14052023-10-09T00:14:52.774Z Compiling thread-id v4.2.0
14062023-10-09T00:14:52.812Z Compiling errno v0.3.2
14072023-10-09T00:14:52.928Z Compiling num-bigint v0.4.4
14082023-10-09T00:14:52.996Z Compiling percent-encoding v2.3.0
14092023-10-09T00:14:53.149Z Compiling radium v0.7.0
14102023-10-09T00:14:53.518Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14112023-10-09T00:14:53.730Z Compiling foreign-types-shared v0.1.1
14122023-10-09T00:14:53.781Z Compiling smoltcp v0.9.1
14132023-10-09T00:14:53.883Z Compiling unicode-width v0.1.10
14142023-10-09T00:14:54.049Z Compiling openssl-probe v0.1.5
14152023-10-09T00:14:54.493Z Compiling foreign-types v0.3.2
14162023-10-09T00:14:57.133Z Compiling serde_tokenstream v0.1.7
14172023-10-09T00:14:58.616Z Compiling lazy_static v1.4.0
14182023-10-09T00:14:58.846Z Compiling socket2 v0.4.9
14192023-10-09T00:14:59.055Z Compiling adler v1.0.2
14202023-10-09T00:14:59.610Z Compiling try-lock v0.2.4
14212023-10-09T00:15:00.077Z Compiling siphasher v0.3.11
14222023-10-09T00:15:00.301Z Compiling unicode-segmentation v1.10.1
14232023-10-09T00:15:02.145Z Compiling miniz_oxide v0.7.1
14242023-10-09T00:15:02.160Z Compiling want v0.3.1
14252023-10-09T00:15:04.030Z Compiling h2 v0.3.21
14262023-10-09T00:15:04.670Z Compiling form_urlencoded v1.2.0
14272023-10-09T00:15:05.113Z Compiling sct v0.7.0
14282023-10-09T00:15:05.203Z Compiling rustls-webpki v0.101.4
14292023-10-09T00:15:05.546Z Compiling http-body v0.4.5
14302023-10-09T00:15:06.298Z Compiling hubpack_derive v0.1.1
14312023-10-09T00:15:07.638Z Compiling num-iter v0.1.43
14322023-10-09T00:15:08.030Z Compiling utf8parse v0.2.1
14332023-10-09T00:15:08.164Z Compiling cpufeatures v0.2.9
14342023-10-09T00:15:08.690Z Compiling httpdate v1.0.3
14352023-10-09T00:15:08.708Z Compiling tower-service v0.3.2
14362023-10-09T00:15:08.834Z Compiling anstyle v1.0.2
14372023-10-09T00:15:09.059Z Compiling sha2 v0.10.7
14382023-10-09T00:15:09.498Z Compiling anstyle-parse v0.2.1
14392023-10-09T00:15:13.439Z Compiling usdt-attr-macro v0.3.5
14402023-10-09T00:15:13.498Z Compiling usdt-macro v0.3.5
14412023-10-09T00:15:15.676Z Compiling hyper v0.14.27
14422023-10-09T00:15:16.951Z Compiling openapiv3 v1.0.3
14432023-10-09T00:15:17.960Z Compiling rustls-pemfile v1.0.3
14442023-10-09T00:15:18.486Z Compiling hmac v0.12.1
14452023-10-09T00:15:18.817Z Compiling md-5 v0.10.5
14462023-10-09T00:15:20.637Z Compiling idna v0.4.0
14472023-10-09T00:15:21.042Z Compiling stringprep v0.1.3
14482023-10-09T00:15:22.547Z Compiling diesel_table_macro_syntax v0.1.0
14492023-10-09T00:15:22.877Z Compiling hash32 v0.2.1
14502023-10-09T00:15:22.949Z Compiling spin v0.9.8
14512023-10-09T00:15:23.088Z Compiling colorchoice v1.0.0
14522023-10-09T00:15:23.094Z Compiling fallible-iterator v0.2.0
14532023-10-09T00:15:23.302Z Compiling gimli v0.28.0
14542023-10-09T00:15:23.456Z Compiling anstyle-query v1.0.0
14552023-10-09T00:15:23.525Z Compiling stable_deref_trait v1.2.0
14562023-10-09T00:15:24.847Z Compiling postgres-protocol v0.6.6
14572023-10-09T00:15:26.851Z Compiling anstream v0.5.0
14582023-10-09T00:15:26.892Z Compiling diesel_derives v2.1.1
14592023-10-09T00:15:27.449Z Compiling url v2.4.1
14602023-10-09T00:15:30.343Z Compiling addr2line v0.21.0
14612023-10-09T00:15:31.430Z Compiling rustls-native-certs v0.6.3
14622023-10-09T00:15:31.997Z Compiling tokio-rustls v0.24.1
14632023-10-09T00:15:32.615Z Compiling terminal_size v0.2.6
14642023-10-09T00:15:32.669Z Compiling tokio-native-tls v0.3.1
14652023-10-09T00:15:33.067Z Compiling phf_shared v0.11.2
14662023-10-09T00:15:35.565Z Compiling serde_tokenstream v0.2.0
14672023-10-09T00:15:35.691Z Compiling block-padding v0.3.3
14682023-10-09T00:15:36.004Z Compiling enum-as-inner v0.5.1
14692023-10-09T00:15:36.462Z Compiling serde_repr v0.1.16
14702023-10-09T00:15:36.482Z Compiling clap_derive v4.4.2
14712023-10-09T00:15:37.805Z Compiling scheduled-thread-pool v0.2.7
14722023-10-09T00:15:37.870Z Compiling object v0.32.1
14732023-10-09T00:15:49.378Z Compiling num_threads v0.1.6
14742023-10-09T00:15:49.556Z Compiling deranged v0.3.8
14752023-10-09T00:15:51.022Z Compiling managed v0.8.0
14762023-10-09T00:15:51.881Z Compiling tap v1.0.1
14772023-10-09T00:15:52.154Z Compiling matches v0.1.10
14782023-10-09T00:15:52.445Z Compiling rustc-demangle v0.1.23
14792023-10-09T00:15:52.951Z Compiling bit-vec v0.6.3
14802023-10-09T00:15:53.548Z Compiling either v1.9.0
14812023-10-09T00:15:53.719Z Compiling ipnet v2.8.0
14822023-10-09T00:15:54.062Z Compiling regex-automata v0.1.10
14832023-10-09T00:15:54.831Z Compiling clap_lex v0.5.1
14842023-10-09T00:15:59.309Z Compiling clap_builder v4.4.2
14852023-10-09T00:16:00.605Z Compiling bstr v0.2.17
14862023-10-09T00:16:00.632Z Compiling itertools v0.10.5
14872023-10-09T00:16:02.952Z Compiling time v0.3.27
14882023-10-09T00:16:05.491Z Compiling idna v0.2.3
14892023-10-09T00:16:06.549Z Compiling wyz v0.5.1
14902023-10-09T00:16:07.982Z Compiling r2d2 v0.8.10
14912023-10-09T00:16:10.421Z Compiling inout v0.1.3
14922023-10-09T00:16:12.743Z Compiling phf v0.11.2
14932023-10-09T00:16:13.192Z Compiling hyper-tls v0.5.0
14942023-10-09T00:16:13.295Z Compiling hyper-rustls v0.24.1
14952023-10-09T00:16:13.720Z Compiling flate2 v1.0.27
14962023-10-09T00:16:14.362Z Compiling postgres-types v0.2.6
14972023-10-09T00:16:15.484Z Compiling hubpack v0.1.2
14982023-10-09T00:16:15.870Z Compiling serde_urlencoded v0.7.1
14992023-10-09T00:16:16.235Z Compiling phf_shared v0.10.0
15002023-10-09T00:16:16.658Z Compiling ipnetwork v0.20.0
15012023-10-09T00:16:16.683Z Compiling zerocopy v0.6.3
15022023-10-09T00:16:16.987Z Compiling futures-executor v0.3.28
15032023-10-09T00:16:17.942Z Compiling regress v0.7.1
15042023-10-09T00:16:18.177Z Compiling float-cmp v0.9.0
15052023-10-09T00:16:18.207Z Compiling encoding_rs v0.8.33
15062023-10-09T00:16:18.541Z Compiling fixedbitset v0.4.2
15072023-10-09T00:16:19.186Z Compiling funty v2.0.0
15082023-10-09T00:16:20.986Z Compiling static_assertions v1.1.0
15092023-10-09T00:16:21.136Z Compiling normalize-line-endings v0.3.0
15102023-10-09T00:16:21.315Z Compiling unicode-linebreak v0.1.5
15112023-10-09T00:16:21.356Z Compiling difflib v0.4.0
15122023-10-09T00:16:22.146Z Compiling whoami v1.4.1
15132023-10-09T00:16:22.308Z Compiling mime v0.3.17
15142023-10-09T00:16:22.598Z Compiling predicates-core v1.0.6
15152023-10-09T00:16:23.079Z Compiling webpki-roots v0.25.2
15162023-10-09T00:16:23.606Z Compiling new_debug_unreachable v1.0.4
15172023-10-09T00:16:23.619Z Compiling precomputed-hash v0.1.1
15182023-10-09T00:16:23.632Z Compiling smawk v0.3.1
15192023-10-09T00:16:23.752Z Compiling data-encoding v2.4.0
15202023-10-09T00:16:23.775Z Compiling textwrap v0.16.0
15212023-10-09T00:16:24.510Z Compiling string_cache v0.8.7
15222023-10-09T00:16:25.174Z Compiling trust-dns-proto v0.22.0
15232023-10-09T00:16:25.207Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15242023-10-09T00:16:25.567Z Compiling reqwest v0.11.20
15252023-10-09T00:16:26.091Z Compiling predicates v3.0.3
15262023-10-09T00:16:26.742Z Compiling tokio-postgres v0.7.10
15272023-10-09T00:16:28.581Z Compiling bitvec v1.0.1
15282023-10-09T00:16:34.830Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15292023-10-09T00:16:36.039Z Compiling petgraph v0.6.4
15302023-10-09T00:16:43.948Z Compiling futures v0.3.28
15312023-10-09T00:16:44.116Z Compiling diesel v2.1.1
15322023-10-09T00:16:45.388Z Compiling yasna v0.5.2
15332023-10-09T00:16:45.813Z Compiling cipher v0.4.4
15342023-10-09T00:16:46.169Z Compiling clap v4.4.3
15352023-10-09T00:16:46.341Z Compiling similar v2.2.1
15362023-10-09T00:16:46.542Z Compiling bit-set v0.5.3
15372023-10-09T00:16:46.965Z Compiling usdt v0.3.5
15382023-10-09T00:16:47.747Z Compiling console v0.15.7
15392023-10-09T00:16:48.152Z Compiling tokio-stream v0.1.14
15402023-10-09T00:16:49.663Z Compiling toml v0.7.8
15412023-10-09T00:16:49.845Z Compiling hex v0.4.3
15422023-10-09T00:16:49.849Z Compiling signature v2.1.0
15432023-10-09T00:16:50.292Z Compiling bstr v1.6.0
15442023-10-09T00:16:51.826Z Compiling lalrpop-util v0.19.12
15452023-10-09T00:16:54.236Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15462023-10-09T00:16:59.696Z Compiling ident_case v1.0.1
15472023-10-09T00:16:59.820Z Compiling rustversion v1.0.14
15482023-10-09T00:17:00.890Z Compiling darling_core v0.20.3
15492023-10-09T00:17:15.672Z Compiling crossbeam-channel v0.5.8
15502023-10-09T00:17:19.877Z Compiling atty v0.2.14
15512023-10-09T00:17:20.319Z Compiling proc-macro-error-attr v1.0.4
15522023-10-09T00:17:28.248Z Compiling darling_macro v0.20.3
15532023-10-09T00:17:41.387Z Compiling proc-macro-crate v1.3.1
15542023-10-09T00:17:43.457Z Compiling dirs-sys-next v0.1.2
15552023-10-09T00:17:45.318Z Compiling proc-macro-error v1.0.4
15562023-10-09T00:17:54.625Z Compiling dirs-next v2.0.0
15572023-10-09T00:17:55.610Z Compiling num_enum_derive v0.5.11
15582023-10-09T00:17:59.899Z Compiling strum_macros v0.25.2
15592023-10-09T00:18:05.185Z Compiling darling v0.20.3
15602023-10-09T00:18:07.261Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15612023-10-09T00:18:12.131Z Compiling getopts v0.2.21
15622023-10-09T00:18:13.639Z Compiling structmeta-derive v0.1.6
15632023-10-09T00:18:15.101Z Compiling thread_local v1.1.7
15642023-10-09T00:18:15.150Z Compiling multer v2.1.0
15652023-10-09T00:18:15.530Z Compiling match_cfg v0.1.0
15662023-10-09T00:18:15.675Z Compiling unsafe-libyaml v0.2.9
15672023-10-09T00:18:18.708Z Compiling slog-async v2.8.0
15682023-10-09T00:18:18.954Z Compiling paste v1.0.14
15692023-10-09T00:18:19.721Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15702023-10-09T00:18:28.049Z Compiling camino v1.1.6
15712023-10-09T00:18:37.733Z Compiling structmeta v0.1.6
15722023-10-09T00:18:38.358Z Compiling serde_yaml v0.9.25
15732023-10-09T00:18:40.643Z Compiling hostname v0.3.1
15742023-10-09T00:18:41.132Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15752023-10-09T00:18:45.050Z Compiling strum v0.25.0
15762023-10-09T00:18:45.313Z Compiling serde_with_macros v2.3.3
15772023-10-09T00:18:45.912Z Compiling num_enum v0.5.11
15782023-10-09T00:18:50.401Z Compiling term v0.7.0
15792023-10-09T00:18:52.181Z Compiling slog-json v2.6.1
15802023-10-09T00:18:55.483Z Compiling async-stream-impl v0.3.5
15812023-10-09T00:18:56.607Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15822023-10-09T00:18:57.018Z Compiling postcard-cobs v0.1.5-pre
15832023-10-09T00:18:57.438Z Compiling atomic-waker v1.1.1
15842023-10-09T00:18:57.724Z Compiling take_mut v0.2.2
15852023-10-09T00:18:57.749Z Compiling regex-syntax v0.6.29
15862023-10-09T00:18:58.598Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15872023-10-09T00:18:59.024Z Compiling waitgroup v0.1.2
15882023-10-09T00:18:59.389Z Compiling async-stream v0.3.5
15892023-10-09T00:18:59.930Z Compiling postcard v0.7.3
15902023-10-09T00:19:00.092Z Compiling slog-bunyan v2.4.0
15912023-10-09T00:19:00.516Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15922023-10-09T00:19:00.849Z Compiling slog-term v2.9.0
15932023-10-09T00:19:04.905Z Compiling serde_with v2.3.3
15942023-10-09T00:19:07.591Z Compiling parse-display-derive v0.7.0
15952023-10-09T00:19:12.415Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15962023-10-09T00:19:13.775Z Compiling sha1 v0.10.5
15972023-10-09T00:19:14.768Z Compiling smoltcp v0.8.2
15982023-10-09T00:19:15.256Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15992023-10-09T00:19:15.260Z Compiling serde_path_to_error v0.1.14
16002023-10-09T00:19:15.309Z Compiling foreign-types-macros v0.2.3
16012023-10-09T00:19:17.021Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16022023-10-09T00:19:17.204Z Compiling instant v0.1.12
16032023-10-09T00:19:17.453Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16042023-10-09T00:19:17.457Z Compiling cfg-if v0.1.10
16052023-10-09T00:19:17.824Z Compiling foreign-types-shared v0.3.1
16062023-10-09T00:19:17.849Z Compiling debug-ignore v1.0.5
16072023-10-09T00:19:18.008Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16082023-10-09T00:19:18.075Z Compiling foreign-types v0.5.0
16092023-10-09T00:19:18.355Z Compiling backoff v0.4.0
16102023-10-09T00:19:18.378Z Compiling parse-display v0.7.0
16112023-10-09T00:19:19.024Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16122023-10-09T00:19:19.250Z Compiling is-terminal v0.4.9
16132023-10-09T00:19:19.277Z Compiling macaddr v1.0.1
16142023-10-09T00:19:19.444Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16152023-10-09T00:19:20.435Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16162023-10-09T00:19:20.743Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16172023-10-09T00:19:21.498Z Compiling cstr-argument v0.1.2
16182023-10-09T00:19:21.874Z Compiling base64ct v1.6.0
16192023-10-09T00:19:21.898Z Compiling pretty-hex v0.2.1
16202023-10-09T00:19:22.243Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16212023-10-09T00:19:22.750Z Compiling password-hash v0.5.0
16222023-10-09T00:19:23.533Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16232023-10-09T00:19:24.411Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16242023-10-09T00:19:25.786Z Compiling colored v2.0.4
16252023-10-09T00:19:26.901Z Compiling heck v0.3.3
16262023-10-09T00:19:27.002Z Compiling textwrap v0.11.0
16272023-10-09T00:19:27.492Z Compiling blake2 v0.10.6
16282023-10-09T00:19:28.082Z Compiling libefi-sys v0.1.0
16292023-10-09T00:19:28.496Z Compiling ansi_term v0.12.1
16302023-10-09T00:19:28.790Z Compiling vec_map v0.8.2
16312023-10-09T00:19:29.285Z Compiling strsim v0.8.0
16322023-10-09T00:19:29.417Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16332023-10-09T00:19:29.693Z Compiling rayon-core v1.11.0
16342023-10-09T00:19:29.770Z Compiling clap v2.34.0
16352023-10-09T00:19:30.005Z Compiling argon2 v0.5.2
16362023-10-09T00:19:30.127Z Compiling structopt-derive v0.4.18
16372023-10-09T00:19:34.721Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16382023-10-09T00:19:34.767Z Compiling zone_cfg_derive v0.2.0
16392023-10-09T00:19:34.898Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16402023-10-09T00:19:35.672Z Compiling crossbeam-deque v0.8.3
16412023-10-09T00:19:36.264Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16422023-10-09T00:19:36.797Z Compiling keccak v0.1.4
16432023-10-09T00:19:36.942Z Compiling portable-atomic v1.4.3
16442023-10-09T00:19:38.351Z Compiling sha3 v0.10.8
16452023-10-09T00:19:38.416Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16462023-10-09T00:19:39.157Z Compiling zone v0.2.0
16472023-10-09T00:19:42.780Z Compiling structopt v0.3.26
16482023-10-09T00:19:43.043Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16492023-10-09T00:19:44.123Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16502023-10-09T00:19:45.341Z Compiling hkdf v0.12.3
16512023-10-09T00:19:45.733Z Compiling smf v0.2.2
16522023-10-09T00:19:46.021Z Compiling secrecy v0.8.0
16532023-10-09T00:19:46.429Z Compiling filetime v0.2.22
16542023-10-09T00:19:46.962Z Compiling xattr v1.0.1
16552023-10-09T00:19:47.437Z Compiling same-file v1.0.6
16562023-10-09T00:19:47.663Z Compiling fastrand v2.0.0
16572023-10-09T00:19:47.929Z Compiling walkdir v2.4.0
16582023-10-09T00:19:48.090Z Compiling tar v0.4.40
16592023-10-09T00:19:48.840Z Compiling tempfile v3.8.0
16602023-10-09T00:19:50.867Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16612023-10-09T00:19:51.545Z Compiling rayon v1.7.0
16622023-10-09T00:19:52.396Z Compiling number_prefix v0.4.0
16632023-10-09T00:19:52.811Z Compiling omicron-zone-package v0.8.3
16642023-10-09T00:19:55.320Z Compiling topological-sort v0.2.2
16652023-10-09T00:20:01.103Z Compiling indicatif v0.17.6
16662023-10-09T00:20:08.478Z Compiling bzip2 v0.4.4
16672023-10-09T00:20:08.822Z Compiling zip v0.6.6
16682023-10-09T00:20:10.057Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16692023-10-09T00:20:10.425Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16702023-10-09T00:20:11.667Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16712023-10-09T00:20:11.671Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16722023-10-09T00:20:20.463Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16732023-10-09T00:20:20.481Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16742023-10-09T00:20:20.492Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16752023-10-09T00:20:33.868Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16762023-10-09T00:20:35.256Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16772023-10-09T00:21:09.389Z Finished release [optimized] target(s) in 7m 58s
16782023-10-09T00:21:09.643Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16792023-10-09T00:21:09.732ZCreated new build target 'test' and set it as active
16802023-10-09T00:21:09.737Z
16812023-10-09T00:21:09.740Zreal 7:59.096459231
16822023-10-09T00:21:09.742Zuser 50:33.207991626
16832023-10-09T00:21:09.746Zsys 4:35.935060731
16842023-10-09T00:21:09.750Ztrap 2.074171832
16852023-10-09T00:21:09.753Ztflt 4.015377843
16862023-10-09T00:21:09.756Zdflt 3.958456486
16872023-10-09T00:21:09.760Zkflt 0.018653291
16882023-10-09T00:21:09.762Zlock 1:53:23.649775046
16892023-10-09T00:21:09.777Zslp 2:48:07.873018419
16902023-10-09T00:21:09.781Zlat 2:20.258089781
16912023-10-09T00:21:09.785Zstop 3:58.450736546
16922023-10-09T00:21:09.788Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16932023-10-09T00:21:10.868Z Finished release [optimized] target(s) in 1.06s
16942023-10-09T00:21:10.897Z Running `target/release/omicron-package -t test package`
16952023-10-09T00:21:10.935ZOct 09 00:21:10.932 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
16962023-10-09T00:21:12.146Z Compiling serde_json v1.0.107
16972023-10-09T00:21:12.194Z Compiling linked-hash-map v0.5.6
16982023-10-09T00:21:12.199Z Compiling slog-dtrace v0.2.3
16992023-10-09T00:21:12.202Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17002023-10-09T00:21:12.215Z Compiling quick-error v1.2.3
17012023-10-09T00:21:12.226Z Compiling termcolor v1.2.0
17022023-10-09T00:21:12.235Z Compiling memoffset v0.7.1
17032023-10-09T00:21:12.238Z Compiling base64 v0.13.1
17042023-10-09T00:21:12.445Z Compiling resolv-conf v0.7.0
17052023-10-09T00:21:12.634Z Compiling libz-sys v1.1.12
17062023-10-09T00:21:12.678Z Compiling same-file v1.0.6
17072023-10-09T00:21:12.823Z Compiling lru-cache v0.1.2
17082023-10-09T00:21:12.974Z Compiling walkdir v2.4.0
17092023-10-09T00:21:13.040Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17102023-10-09T00:21:13.135Z Compiling trust-dns-resolver v0.22.0
17112023-10-09T00:21:13.375Z Compiling semver-parser v0.10.2
17122023-10-09T00:21:13.421Z Compiling cancel-safe-futures v0.1.2
17132023-10-09T00:21:13.675Z Compiling fastrand v2.0.0
17142023-10-09T00:21:13.881Z Compiling libgit2-sys v0.15.2+1.6.4
17152023-10-09T00:21:14.049Z Compiling xattr v1.0.1
17162023-10-09T00:21:14.402Z Compiling tempfile v3.8.0
17172023-10-09T00:21:14.415Z Compiling filetime v0.2.22
17182023-10-09T00:21:14.446Z Compiling num-rational v0.4.1
17192023-10-09T00:21:14.830Z Compiling semver v0.11.0
17202023-10-09T00:21:14.846Z Compiling home v0.5.5
17212023-10-09T00:21:14.943Z Compiling utf-8 v0.7.6
17222023-10-09T00:21:15.182Z Compiling schemars v0.8.13
17232023-10-09T00:21:15.546Z Compiling usdt-impl v0.3.5
17242023-10-09T00:21:15.596Z Compiling reqwest v0.11.20
17252023-10-09T00:21:15.610Z Compiling openapiv3 v1.0.3
17262023-10-09T00:21:15.939Z Compiling postgres-types v0.2.6
17272023-10-09T00:21:16.532Z Compiling usdt v0.3.5
17282023-10-09T00:21:17.269Z Compiling tokio-postgres v0.7.10
17292023-10-09T00:21:23.068Z Compiling ipnetwork v0.20.0
17302023-10-09T00:21:23.349Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17312023-10-09T00:21:28.992Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17322023-10-09T00:21:29.188Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17332023-10-09T00:21:30.839Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17342023-10-09T00:21:31.304Z Compiling slog-json v2.6.1
17352023-10-09T00:21:31.546Z Compiling diesel v2.1.1
17362023-10-09T00:21:32.109Z Compiling slog-bunyan v2.4.0
17372023-10-09T00:21:32.508Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17382023-10-09T00:21:36.722Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17392023-10-09T00:21:37.172Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17402023-10-09T00:21:40.541Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17412023-10-09T00:21:40.879Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17422023-10-09T00:21:43.587Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17432023-10-09T00:21:45.454Z Compiling toolchain_find v0.2.0
17442023-10-09T00:21:48.215Z Compiling tar v0.4.40
17452023-10-09T00:21:52.245Z Compiling pem-rfc7468 v0.7.0
17462023-10-09T00:21:54.026Z Compiling itertools v0.11.0
17472023-10-09T00:21:55.797Z Compiling toml v0.5.11
17482023-10-09T00:21:57.108Z Compiling der_derive v0.7.2
17492023-10-09T00:21:59.566Z Compiling flagset v0.4.3
17502023-10-09T00:21:59.894Z Compiling rustfmt-wrapper v0.2.0
17512023-10-09T00:22:00.951Z Compiling der v0.7.8
17522023-10-09T00:22:01.185Z Compiling omicron-zone-package v0.8.3
17532023-10-09T00:22:05.733Z Compiling vergen v8.2.4
17542023-10-09T00:22:06.121Z Compiling fxhash v0.2.1
17552023-10-09T00:22:06.458Z Compiling num-complex v0.4.4
17562023-10-09T00:22:06.883Z Compiling unicase v2.7.0
17572023-10-09T00:22:07.303Z Compiling spki v0.7.2
17582023-10-09T00:22:08.157Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17592023-10-09T00:22:08.578Z Compiling num v0.4.1
17602023-10-09T00:22:08.726Z Compiling universal-hash v0.5.1
17612023-10-09T00:22:09.043Z Compiling libsqlite3-sys v0.26.0
17622023-10-09T00:22:09.673Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17632023-10-09T00:22:09.747Z Compiling semver v0.1.20
17642023-10-09T00:22:10.680Z Compiling arc-swap v1.6.0
17652023-10-09T00:22:10.701Z Compiling maybe-uninit v2.0.0
17662023-10-09T00:22:11.361Z Compiling half v1.8.2
17672023-10-09T00:22:11.954Z Compiling opaque-debug v0.3.0
17682023-10-09T00:22:12.085Z Compiling ciborium-io v0.2.1
17692023-10-09T00:22:12.255Z Compiling ciborium-ll v0.2.1
17702023-10-09T00:22:13.154Z Compiling slog-scope v4.4.0
17712023-10-09T00:22:13.405Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17722023-10-09T00:22:14.589Z Compiling rustc_version v0.1.7
17732023-10-09T00:22:14.848Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17742023-10-09T00:22:15.219Z Compiling num-bigint-dig v0.8.4
17752023-10-09T00:22:15.591Z Compiling crc-catalog v2.2.0
17762023-10-09T00:22:15.808Z Compiling signal-hook v0.3.17
17772023-10-09T00:22:16.176Z Compiling parking_lot_core v0.8.6
17782023-10-09T00:22:16.723Z Compiling packed_struct v0.10.1
17792023-10-09T00:22:17.381Z Compiling crc v3.0.1
17802023-10-09T00:22:18.525Z Compiling newtype_derive v0.1.6
17812023-10-09T00:22:20.079Z Compiling slog-stdlog v4.1.1
17822023-10-09T00:22:21.016Z Compiling ciborium v0.2.1
17832023-10-09T00:22:21.495Z Compiling pkcs8 v0.10.2
17842023-10-09T00:22:21.868Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17852023-10-09T00:22:24.515Z Compiling toml_edit v0.20.0
17862023-10-09T00:22:24.768Z Compiling hashlink v0.8.3
17872023-10-09T00:22:25.581Z Compiling aead v0.5.2
17882023-10-09T00:22:25.959Z Compiling nibble_vec v0.1.0
17892023-10-09T00:22:26.069Z Compiling packed_struct_codegen v0.10.1
17902023-10-09T00:22:26.287Z Compiling dirs-sys-next v0.1.2
17912023-10-09T00:22:27.084Z Compiling crunchy v0.2.2
17922023-10-09T00:22:27.730Z Compiling nodrop v0.1.14
17932023-10-09T00:22:27.901Z Compiling doc-comment v0.3.3
17942023-10-09T00:22:28.595Z Compiling fallible-streaming-iterator v0.1.9
17952023-10-09T00:22:29.002Z Compiling endian-type v0.1.2
17962023-10-09T00:22:29.344Z Compiling humantime v2.1.0
17972023-10-09T00:22:30.330Z Compiling glob v0.3.1
17982023-10-09T00:22:31.746Z Compiling radix_trie v0.2.1
17992023-10-09T00:22:31.759Z Compiling clang-sys v1.6.1
18002023-10-09T00:22:32.772Z Compiling toml v0.8.0
18012023-10-09T00:22:33.215Z Compiling rusqlite v0.29.0
18022023-10-09T00:22:38.499Z Compiling array-init v0.0.4
18032023-10-09T00:22:40.794Z Compiling dirs-next v2.0.0
18042023-10-09T00:22:41.050Z Compiling pkcs1 v0.7.5
18052023-10-09T00:22:42.125Z Compiling smallvec v0.6.14
18062023-10-09T00:22:42.319Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18072023-10-09T00:22:42.504Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18082023-10-09T00:22:42.935Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18092023-10-09T00:22:43.966Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18102023-10-09T00:22:47.002Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18112023-10-09T00:22:47.449Z Compiling slog-envlogger v2.2.0
18122023-10-09T00:22:56.211Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18132023-10-09T00:22:56.513Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18142023-10-09T00:22:57.552Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18152023-10-09T00:22:57.727Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18162023-10-09T00:23:01.889Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18172023-10-09T00:23:06.059Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18182023-10-09T00:23:10.460Z Compiling nix v0.26.2
18192023-10-09T00:23:14.003Z Compiling num_enum_derive v0.7.0
18202023-10-09T00:23:16.466Z Compiling twox-hash v1.6.3
18212023-10-09T00:23:18.078Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18222023-10-09T00:23:18.352Z Compiling tiny-keccak v2.0.2
18232023-10-09T00:23:18.754Z Compiling platforms v3.0.2
18242023-10-09T00:23:19.190Z Compiling prettyplease v0.2.12
18252023-10-09T00:23:19.602Z Compiling bitfield v0.14.0
18262023-10-09T00:23:19.674Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18272023-10-09T00:23:20.054Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18282023-10-09T00:23:23.876Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18292023-10-09T00:23:25.113Z Compiling num_enum v0.7.0
18302023-10-09T00:23:26.248Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18312023-10-09T00:23:31.172Z Compiling parking_lot v0.11.2
18322023-10-09T00:23:35.167Z Compiling rsa v0.9.2
18332023-10-09T00:23:35.711Z Compiling serde-hex v0.1.0
18342023-10-09T00:23:35.817Z Compiling mime_guess v2.0.4
18352023-10-09T00:23:37.673Z Compiling term v0.7.0
18362023-10-09T00:23:40.100Z Compiling trust-dns-client v0.22.0
18372023-10-09T00:23:40.103Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18382023-10-09T00:23:40.579Z Compiling polyval v0.6.1
18392023-10-09T00:23:41.388Z Compiling x509-cert v0.2.4
18402023-10-09T00:23:44.265Z Compiling tungstenite v0.20.1
18412023-10-09T00:23:44.489Z Compiling env_logger v0.10.0
18422023-10-09T00:23:44.672Z Compiling ctr v0.9.2
18432023-10-09T00:23:45.186Z Compiling aes v0.8.3
18442023-10-09T00:23:49.591Z Compiling darling_core v0.14.4
18452023-10-09T00:23:50.868Z Compiling ron v0.8.1
18462023-10-09T00:23:53.872Z Compiling snafu-derive v0.7.5
18472023-10-09T00:23:58.389Z Compiling bincode v1.3.3
18482023-10-09T00:24:00.282Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
18492023-10-09T00:24:00.685Z Compiling crc-any v2.4.3
18502023-10-09T00:24:01.634Z Compiling erased-serde v0.3.30
18512023-10-09T00:24:02.133Z Compiling minimal-lexical v0.2.1
18522023-10-09T00:24:02.293Z Compiling convert_case v0.4.0
18532023-10-09T00:24:02.462Z Compiling snafu v0.7.5
18542023-10-09T00:24:03.019Z Compiling nom v7.1.3
18552023-10-09T00:24:03.571Z Compiling derive_more v0.99.17
18562023-10-09T00:24:03.773Z Compiling trust-dns-server v0.22.1
18572023-10-09T00:24:04.489Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18582023-10-09T00:24:09.505Z Compiling darling_macro v0.14.4
18592023-10-09T00:24:10.917Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18602023-10-09T00:24:13.904Z Compiling aes-gcm-siv v0.11.1
18612023-10-09T00:24:14.363Z Compiling tokio-tungstenite v0.20.1
18622023-10-09T00:24:16.029Z Compiling ascii-canvas v3.0.0
18632023-10-09T00:24:16.166Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18642023-10-09T00:24:16.400Z Compiling steno v0.4.0
18652023-10-09T00:24:16.751Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18662023-10-09T00:24:23.925Z Compiling sled v0.34.7
18672023-10-09T00:24:35.693Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18682023-10-09T00:24:35.804Z Compiling env_logger v0.9.3
18692023-10-09T00:24:36.698Z Compiling tungstenite v0.18.0
18702023-10-09T00:24:41.521Z Compiling object v0.30.4
18712023-10-09T00:24:41.670Z Compiling is-terminal v0.4.9
18722023-10-09T00:24:41.843Z Compiling ena v0.14.2
18732023-10-09T00:24:42.511Z Compiling derive-where v1.2.5
18742023-10-09T00:24:43.732Z Compiling bitstruct_derive v0.1.0
18752023-10-09T00:24:45.642Z Compiling async-recursion v1.0.5
18762023-10-09T00:24:46.340Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18772023-10-09T00:24:46.536Z Compiling libloading v0.7.4
18782023-10-09T00:24:47.100Z Compiling pretty-hex v0.3.0
18792023-10-09T00:24:47.118Z Compiling diff v0.1.13
18802023-10-09T00:24:47.503Z Compiling bindgen v0.65.1
18812023-10-09T00:24:47.821Z Compiling ringbuffer v0.15.0
18822023-10-09T00:24:48.002Z Compiling linear-map v1.2.0
18832023-10-09T00:24:48.118Z Compiling ascii v1.1.0
18842023-10-09T00:24:48.602Z Compiling path-slash v0.1.5
18852023-10-09T00:24:48.863Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18862023-10-09T00:24:48.930Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18872023-10-09T00:24:49.436Z Compiling lalrpop v0.19.12
18882023-10-09T00:24:53.296Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18892023-10-09T00:25:00.263Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18902023-10-09T00:25:05.660Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18912023-10-09T00:25:05.785Z Compiling bitstruct v0.1.1
18922023-10-09T00:25:05.944Z Compiling tokio-tungstenite v0.18.0
18932023-10-09T00:25:06.796Z Compiling curve25519-dalek v4.1.0
18942023-10-09T00:25:07.333Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18952023-10-09T00:25:11.090Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18962023-10-09T00:25:20.372Z Compiling darling v0.14.4
18972023-10-09T00:25:20.533Z Compiling cexpr v0.6.0
18982023-10-09T00:25:25.921Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18992023-10-09T00:25:26.486Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
19002023-10-09T00:25:26.988Z Compiling which v4.4.0
19012023-10-09T00:25:27.858Z Compiling ff v0.13.0
19022023-10-09T00:25:28.229Z Compiling path-dedot v3.1.0
19032023-10-09T00:25:28.330Z Compiling serde_arrays v0.1.0
19042023-10-09T00:25:28.569Z Compiling lazycell v1.3.0
19052023-10-09T00:25:28.584Z Compiling shlex v1.1.0
19062023-10-09T00:25:28.810Z Compiling peeking_take_while v0.1.2
19072023-10-09T00:25:28.997Z Compiling display-error-chain v0.1.1
19082023-10-09T00:25:29.015Z Compiling rustc-hash v1.1.0
19092023-10-09T00:25:29.174Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19102023-10-09T00:25:30.798Z Compiling path-absolutize v3.1.0
19112023-10-09T00:25:31.094Z Compiling group v0.13.0
19122023-10-09T00:25:31.353Z Compiling derive_builder_core v0.12.0
19132023-10-09T00:25:35.278Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19142023-10-09T00:25:38.890Z Compiling polar-core v0.26.4
19152023-10-09T00:25:40.066Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19162023-10-09T00:25:41.136Z Compiling olpc-cjson v0.1.3
19172023-10-09T00:25:42.048Z Compiling pem v1.1.1
19182023-10-09T00:25:42.676Z Compiling camino-tempfile v1.0.2
19192023-10-09T00:25:44.042Z Compiling globset v0.4.13
19202023-10-09T00:25:44.660Z Compiling crypto-bigint v0.5.2
19212023-10-09T00:25:45.764Z Compiling serde_plain v1.0.2
19222023-10-09T00:25:46.641Z Compiling libxml v0.3.3
19232023-10-09T00:25:47.106Z Compiling thiserror-impl-no-std v2.0.2
19242023-10-09T00:25:47.703Z Compiling curve25519-dalek-derive v0.1.0
19252023-10-09T00:25:49.872Z Compiling base16ct v0.2.0
19262023-10-09T00:25:50.456Z Compiling buf-list v1.0.3
19272023-10-09T00:25:51.187Z Compiling ref-cast v1.0.20
19282023-10-09T00:25:51.319Z Compiling elliptic-curve v0.13.5
19292023-10-09T00:25:51.830Z Compiling thiserror-no-std v2.0.2
19302023-10-09T00:25:52.023Z Compiling tough v0.12.5
19312023-10-09T00:25:52.229Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19322023-10-09T00:25:58.779Z Compiling derive_builder_macro v0.12.0
19332023-10-09T00:25:59.943Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19342023-10-09T00:26:04.702Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19352023-10-09T00:26:06.050Z Compiling poly1305 v0.8.0
19362023-10-09T00:26:06.372Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19372023-10-09T00:26:07.498Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19382023-10-09T00:26:07.882Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19392023-10-09T00:26:08.254Z Compiling chacha20 v0.9.1
19402023-10-09T00:26:08.719Z Compiling strum_macros v0.24.3
19412023-10-09T00:26:08.954Z Compiling const_format_proc_macros v0.2.31
19422023-10-09T00:26:10.017Z Compiling ref-cast-impl v1.0.20
19432023-10-09T00:26:11.779Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19442023-10-09T00:26:12.195Z Compiling cookie v0.16.2
19452023-10-09T00:26:12.258Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19462023-10-09T00:26:12.648Z Compiling indoc v1.0.9
19472023-10-09T00:26:12.703Z Compiling salty v0.2.0
19482023-10-09T00:26:13.266Z Compiling signature v1.6.4
19492023-10-09T00:26:13.495Z Compiling ed25519 v1.5.3
19502023-10-09T00:26:14.076Z Compiling const_format v0.2.31
19512023-10-09T00:26:14.421Z Compiling chacha20poly1305 v0.10.1
19522023-10-09T00:26:14.479Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19532023-10-09T00:26:14.717Z Compiling derive_builder v0.12.0
19542023-10-09T00:26:14.991Z Compiling vsss-rs v3.3.1
19552023-10-09T00:26:23.155Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19562023-10-09T00:26:23.859Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19572023-10-09T00:26:29.006Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19582023-10-09T00:26:32.809Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19592023-10-09T00:26:33.649Z Compiling signal-hook-mio v0.2.3
19602023-10-09T00:26:33.914Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19612023-10-09T00:26:34.451Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19622023-10-09T00:26:34.834Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19632023-10-09T00:26:41.866Z Compiling ron v0.7.1
19642023-10-09T00:26:43.986Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19652023-10-09T00:26:48.383Z Compiling headers-core v0.2.0
19662023-10-09T00:26:48.662Z Compiling bb8 v0.8.1
19672023-10-09T00:26:48.972Z Compiling quick-xml v0.23.1
19682023-10-09T00:26:49.516Z Compiling serde-big-array v0.5.1
19692023-10-09T00:26:49.885Z Compiling num-derive v0.4.0
19702023-10-09T00:26:51.569Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19712023-10-09T00:26:52.792Z Compiling impl-trait-for-tuples v0.2.2
19722023-10-09T00:26:53.532Z Compiling oso-derive v0.26.4
19732023-10-09T00:26:54.091Z Compiling http-range v0.1.5
19742023-10-09T00:26:54.989Z Compiling maplit v1.0.2
19752023-10-09T00:26:55.063Z Compiling bit_field v0.10.2
19762023-10-09T00:26:55.158Z Compiling hyper-staticfile v0.9.5
19772023-10-09T00:26:55.481Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19782023-10-09T00:26:58.536Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19792023-10-09T00:27:00.828Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
19802023-10-09T00:27:02.048Z Compiling headers v0.3.9
19812023-10-09T00:27:09.238Z Compiling crossterm v0.27.0
19822023-10-09T00:27:09.290Z Compiling oso v0.26.4
19832023-10-09T00:27:26.557Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19842023-10-09T00:27:30.624Z Compiling signal-hook-tokio v0.3.1
19852023-10-09T00:27:30.655Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19862023-10-09T00:27:30.888Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19872023-10-09T00:27:30.902Z Compiling serde-big-array v0.4.1
19882023-10-09T00:27:31.033Z Compiling cassowary v0.3.0
19892023-10-09T00:27:32.996Z Compiling indoc v2.0.3
19902023-10-09T00:27:34.471Z Compiling ratatui v0.23.0
19912023-10-09T00:27:34.809Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19922023-10-09T00:27:37.510Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19932023-10-09T00:27:38.794Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19942023-10-09T00:27:39.349Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19952023-10-09T00:27:41.289Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19962023-10-09T00:27:45.444Z Compiling fatfs v0.3.6
19972023-10-09T00:27:51.242Z Compiling bytesize v1.3.0
19982023-10-09T00:27:51.342Z Compiling nanorand v0.7.0
19992023-10-09T00:27:52.165Z Compiling rtoolbox v0.0.1
20002023-10-09T00:27:52.638Z Compiling corncobs v0.1.3
20012023-10-09T00:27:52.834Z Compiling fs-err v2.9.0
20022023-10-09T00:27:52.946Z Compiling assert_matches v1.5.0
20032023-10-09T00:27:53.088Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20042023-10-09T00:27:53.294Z Compiling rpassword v7.2.0
20052023-10-09T00:27:53.921Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20062023-10-09T00:27:54.163Z Compiling flume v0.11.0
20072023-10-09T00:27:54.410Z Compiling tui-tree-widget v0.13.0
20082023-10-09T00:27:55.392Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20092023-10-09T00:27:57.918Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20102023-10-09T00:28:00.209Z Compiling shell-words v1.1.0
20112023-10-09T00:28:00.896Z Compiling owo-colors v3.5.0
20122023-10-09T00:28:06.627Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20132023-10-09T00:28:15.656Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20142023-10-09T00:29:07.162Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20152023-10-09T00:29:22.414Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20162023-10-09T00:31:22.601Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20172023-10-09T00:33:03.979Z Compiling git2 v0.17.2
20182023-10-09T00:33:10.616Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20192023-10-09T00:33:12.309Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20202023-10-09T00:33:24.098Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20212023-10-09T00:33:40.714Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20222023-10-09T00:33:41.744Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20232023-10-09T00:33:42.682Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20242023-10-09T00:33:46.901Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20252023-10-09T00:42:40.099Z Finished release [optimized] target(s) in 21m 29s
20262023-10-09T00:43:43.572Z
20272023-10-09T00:43:43.576Zreal 22:33.922485859
20282023-10-09T00:43:43.579Zuser 2:36:19.685455243
20292023-10-09T00:43:43.582Zsys 6:56.970789086
20302023-10-09T00:43:43.585Ztrap 5.126153954
20312023-10-09T00:43:43.588Ztflt 1.588944478
20322023-10-09T00:43:43.590Zdflt 2.911829283
20332023-10-09T00:43:43.593Zkflt 0.001443710
20342023-10-09T00:43:43.596Zlock 8:52:30.172713332
20352023-10-09T00:43:43.599Zslp 6:23:31.181651442
20362023-10-09T00:43:43.601Zlat 2:55.904872979
20372023-10-09T00:43:43.604Zstop 50.768954118
20382023-10-09T00:43:43.607Z+ files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*)
20392023-10-09T00:43:43.609Z+ pfexec mkdir -p /work
20402023-10-09T00:43:43.612Z+ pfexec chown build /work
20412023-10-09T00:43:43.615Z+ ptime -m tar cvzf /work/package.tar.gz out/maghemite.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml
20422023-10-09T00:43:57.398ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20432023-10-09T00:43:57.402Za out/maghemite.tar 73201K
20442023-10-09T00:43:57.405Za out/omicron-sled-agent.tar 110420K
20452023-10-09T00:43:57.407Za out/target/test 1K
20462023-10-09T00:43:57.410Za out/npuzone/npuzone 37049K
20472023-10-09T00:43:57.413Za package-manifest.toml 21K
20482023-10-09T00:43:57.416Za smf/sled-agent/non-gimlet/config.toml 4K
20492023-10-09T00:43:57.419Za target/release/omicron-package 37003K
20502023-10-09T00:43:57.422Za tools/create_virtual_hardware.sh 3K
20512023-10-09T00:43:57.424Za tools/virtual_hardware.sh 4K
20522023-10-09T00:43:57.427Za tools/scrimlet/create-softnpu-zone.sh 1K
20532023-10-09T00:43:57.430Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20542023-10-09T00:43:57.433Za tools/scrimlet/softnpu-init.sh 3K
20552023-10-09T00:43:57.436Za tools/scrimlet/softnpu-zone.txt 1K
20562023-10-09T00:43:57.439Za tools/scrimlet/softnpu.toml 1K
20572023-10-09T00:43:57.441Z
20582023-10-09T00:43:57.444Zreal 13.815506541
20592023-10-09T00:43:57.447Zuser 13.136026330
20602023-10-09T00:43:57.449Zsys 1.151923053
20612023-10-09T00:43:57.452Ztrap 0.003511596
20622023-10-09T00:43:57.454Ztflt 0.000000000
20632023-10-09T00:43:57.457Zdflt 0.000000000
20642023-10-09T00:43:57.460Zkflt 0.000000000
20652023-10-09T00:43:57.463Zlock 0.000000000
20662023-10-09T00:43:57.466Zslp 12.835240843
20672023-10-09T00:43:57.468Zlat 0.500807680
20682023-10-09T00:43:57.471Zstop 0.000230336
20692023-10-09T00:43:57.474Z++ pwd
20702023-10-09T00:43:57.476Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20712023-10-09T00:43:57.479Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20722023-10-09T00:43:57.482Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20732023-10-09T00:43:58.557Z Finished release [optimized] target(s) in 1.07s
20742023-10-09T00:43:58.586Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20752023-10-09T00:43:58.625ZCreated new build target 'host' and set it as active
20762023-10-09T00:43:58.628Z
20772023-10-09T00:43:58.631Zreal 1.215859600
20782023-10-09T00:43:58.634Zuser 0.869258153
20792023-10-09T00:43:58.636Zsys 0.347309718
20802023-10-09T00:43:58.639Ztrap 0.000090612
20812023-10-09T00:43:58.642Ztflt 0.000001943
20822023-10-09T00:43:58.644Zdflt 0.000008036
20832023-10-09T00:43:58.647Zkflt 0.000000000
20842023-10-09T00:43:58.649Zlock 0.034612448
20852023-10-09T00:43:58.652Zslp 0.019414915
20862023-10-09T00:43:58.655Zlat 0.002139857
20872023-10-09T00:43:58.658Zstop 0.000249659
20882023-10-09T00:43:58.660Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20892023-10-09T00:43:59.743Z Finished release [optimized] target(s) in 1.03s
20902023-10-09T00:43:59.769Z Running `target/release/omicron-package -t host package`
20912023-10-09T00:43:59.808ZOct 09 00:43:59.807 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20922023-10-09T00:44:00.952Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20932023-10-09T00:47:29.562Z Finished release [optimized] target(s) in 3m 29s
20942023-10-09T00:48:29.266Z
20952023-10-09T00:48:29.278Zreal 4:30.637034768
20962023-10-09T00:48:29.286Zuser 20:09.154010495
20972023-10-09T00:48:29.292Zsys 1:09.802823338
20982023-10-09T00:48:29.295Ztrap 0.530760060
20992023-10-09T00:48:29.297Ztflt 0.038208578
21002023-10-09T00:48:29.300Zdflt 1.841228695
21012023-10-09T00:48:29.303Zkflt 0.000130942
21022023-10-09T00:48:29.306Zlock 1:03:38.433437123
21032023-10-09T00:48:29.309Zslp 16:20.816824045
21042023-10-09T00:48:29.311Zlat 7.799352751
21052023-10-09T00:48:29.314Zstop 0.689418616
21062023-10-09T00:48:29.317Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21072023-10-09T00:48:29.320Z+ for package in "$@"
21082023-10-09T00:48:29.322Z+ [[ omicron-sled-agent == maghemite ]]
21092023-10-09T00:48:29.325Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+gitb474a8fd4c0
21102023-10-09T00:48:30.409Z Finished release [optimized] target(s) in 1.06s
21112023-10-09T00:48:30.433Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+gitb474a8fd4c0`
21122023-10-09T00:48:30.470ZOct 09 00:48:30.466 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21132023-10-09T00:48:30.999ZCreated: out/versioned/omicron-sled-agent.tar
21142023-10-09T00:48:31.003Z+ for package in "$@"
21152023-10-09T00:48:31.006Z+ [[ maghemite == maghemite ]]
21162023-10-09T00:48:31.009Z+ echo 0.0.0
21172023-10-09T00:48:31.012Z+ tar rvf out/maghemite.tar VERSION
21182023-10-09T00:48:31.015Za VERSION 1K
21192023-10-09T00:48:31.018Z+ rm VERSION
21202023-10-09T00:48:31.022Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitb474a8fd4c0
21212023-10-09T00:48:32.121Z Finished release [optimized] target(s) in 1.03s
21222023-10-09T00:48:32.152Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitb474a8fd4c0`
21232023-10-09T00:48:32.190ZOct 09 00:48:32.190 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21242023-10-09T00:48:32.554ZCreated: out/versioned/maghemite.tar
21252023-10-09T00:48:32.558Z+ for package in "$@"
21262023-10-09T00:48:32.560Z+ [[ propolis-server == maghemite ]]
21272023-10-09T00:48:32.564Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+gitb474a8fd4c0
21282023-10-09T00:48:33.672Z Finished release [optimized] target(s) in 1.03s
21292023-10-09T00:48:33.699Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+gitb474a8fd4c0`
21302023-10-09T00:48:33.739ZOct 09 00:48:33.738 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21312023-10-09T00:48:35.492ZCreated: out/versioned/propolis-server.tar.gz
21322023-10-09T00:48:35.496Z+ for package in "$@"
21332023-10-09T00:48:35.499Z+ [[ overlay == maghemite ]]
21342023-10-09T00:48:35.502Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+gitb474a8fd4c0
21352023-10-09T00:48:36.605Z Finished release [optimized] target(s) in 1.03s
21362023-10-09T00:48:36.635Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+gitb474a8fd4c0`
21372023-10-09T00:48:36.676ZOct 09 00:48:36.676 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21382023-10-09T00:48:36.680ZCreated: out/versioned/overlay.tar.gz
21392023-10-09T00:48:36.683Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21402023-10-09T00:48:36.693Z+++ dirname -- ./tools/build-global-zone-packages.sh
21412023-10-09T00:48:36.696Z++ cd -- ./tools
21422023-10-09T00:48:36.699Z++ pwd
21432023-10-09T00:48:36.702Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21442023-10-09T00:48:36.705Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21452023-10-09T00:48:36.707Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21462023-10-09T00:48:36.710Z++ readlink -f /work
21472023-10-09T00:48:36.717Z+ out_dir=/work
21482023-10-09T00:48:36.720Z+ deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/maghemite.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz")
21492023-10-09T00:48:36.723Z+ for dep in "${deps[@]}"
21502023-10-09T00:48:36.726Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21512023-10-09T00:48:36.729Z+ for dep in "${deps[@]}"
21522023-10-09T00:48:36.732Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21532023-10-09T00:48:36.735Z+ for dep in "${deps[@]}"
21542023-10-09T00:48:36.738Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21552023-10-09T00:48:36.741Z+ for dep in "${deps[@]}"
21562023-10-09T00:48:36.744Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21572023-10-09T00:48:36.747Z++ mktemp -d
21582023-10-09T00:48:36.749Z+ tmp_gz=/tmp/tmp.IvaWpi
21592023-10-09T00:48:36.752Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21602023-10-09T00:48:36.755Z+ echo '{"v":"1","t":"layer"}'
21612023-10-09T00:48:36.757Z+ pkg_dir=/tmp/tmp.IvaWpi/root/opt/oxide/sled-agent
21622023-10-09T00:48:36.760Z+ mkdir -p /tmp/tmp.IvaWpi/root/opt/oxide/sled-agent
21632023-10-09T00:48:36.763Z+ cd /tmp/tmp.IvaWpi/root/opt/oxide/sled-agent
21642023-10-09T00:48:36.766Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21652023-10-09T00:48:36.844Zx ., 0 bytes, 0 tape blocks
21662023-10-09T00:48:36.847Zx zone-bundle, 34343936 bytes, 67078 tape blocks
21672023-10-09T00:48:36.850Zx sled-agent, 78815264 bytes, 153937 tape blocks
21682023-10-09T00:48:36.853Zx pkg, 0 bytes, 0 tape blocks
21692023-10-09T00:48:36.856Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21702023-10-09T00:48:36.859Zx pkg/README.md, 54 bytes, 1 tape blocks
21712023-10-09T00:48:36.862Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21722023-10-09T00:48:36.867Zx VERSION, 25 bytes, 1 tape blocks
21732023-10-09T00:48:36.869Z+ mkdir -p /tmp/tmp.IvaWpi/root/lib/svc/manifest/site/
21742023-10-09T00:48:36.872Z+ mv pkg/manifest.xml /tmp/tmp.IvaWpi/root/lib/svc/manifest/site/sled-agent.xml
21752023-10-09T00:48:36.876Z+ cd -
21762023-10-09T00:48:36.879Z/work/oxidecomputer/omicron
21772023-10-09T00:48:36.881Z+ pkg_dir=/tmp/tmp.IvaWpi/root/opt/oxide/mg-ddm
21782023-10-09T00:48:36.884Z+ mkdir -p /tmp/tmp.IvaWpi/root/opt/oxide/mg-ddm
21792023-10-09T00:48:36.887Z+ cd /tmp/tmp.IvaWpi/root/opt/oxide/mg-ddm
21802023-10-09T00:48:36.892Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21812023-10-09T00:48:36.912Zx ., 0 bytes, 0 tape blocks
21822023-10-09T00:48:36.915Zx ddmadm, 39360576 bytes, 76877 tape blocks
21832023-10-09T00:48:36.918Zx ddmd, 35588120 bytes, 69509 tape blocks
21842023-10-09T00:48:36.921Zx pkg, 0 bytes, 0 tape blocks
21852023-10-09T00:48:36.924Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21862023-10-09T00:48:36.927Zx pkg/ddm, 0 bytes, 0 tape blocks
21872023-10-09T00:48:36.930Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21882023-10-09T00:48:36.933Zx VERSION, 25 bytes, 1 tape blocks
21892023-10-09T00:48:36.935Z+ cd -
21902023-10-09T00:48:36.938Z/work/oxidecomputer/omicron
21912023-10-09T00:48:36.941Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.IvaWpi/root/opt/oxide
21922023-10-09T00:48:37.026Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.IvaWpi/root/opt/oxide
21932023-10-09T00:48:37.029Z+ cd /tmp/tmp.IvaWpi
21942023-10-09T00:48:37.032Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21952023-10-09T00:48:49.325ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
21962023-10-09T00:48:49.386Za oxide.json 1K
21972023-10-09T00:48:49.400Za root/ 0K
21982023-10-09T00:48:49.407Za root/opt/ 0K
21992023-10-09T00:48:49.420Za root/opt/oxide/ 0K
22002023-10-09T00:48:49.428Za root/opt/oxide/sled-agent/ 0K
22012023-10-09T00:48:49.435Za root/opt/oxide/sled-agent/zone-bundle 33539K
22022023-10-09T00:48:49.440Za root/opt/oxide/sled-agent/sled-agent 76969K
22032023-10-09T00:48:49.444Za root/opt/oxide/sled-agent/pkg/ 0K
22042023-10-09T00:48:49.450Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22052023-10-09T00:48:49.460Za root/opt/oxide/sled-agent/pkg/README.md 1K
22062023-10-09T00:48:49.467Za root/opt/oxide/sled-agent/VERSION 1K
22072023-10-09T00:48:49.477Za root/opt/oxide/mg-ddm/ 0K
22082023-10-09T00:48:49.486Za root/opt/oxide/mg-ddm/ddmadm 38439K
22092023-10-09T00:48:49.497Za root/opt/oxide/mg-ddm/ddmd 34755K
22102023-10-09T00:48:49.508Za root/opt/oxide/mg-ddm/pkg/ 0K
22112023-10-09T00:48:49.514Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22122023-10-09T00:48:49.531Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22132023-10-09T00:48:49.540Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22142023-10-09T00:48:49.546Za root/opt/oxide/mg-ddm/VERSION 1K
22152023-10-09T00:48:49.553Za root/opt/oxide/propolis-server.tar.gz 64314K
22162023-10-09T00:48:49.561Za root/opt/oxide/overlay.tar.gz 2K
22172023-10-09T00:48:49.571Za root/lib/ 0K
22182023-10-09T00:48:49.579Za root/lib/svc/ 0K
22192023-10-09T00:48:49.587Za root/lib/svc/manifest/ 0K
22202023-10-09T00:48:49.593Za root/lib/svc/manifest/site/ 0K
22212023-10-09T00:48:49.598Za root/lib/svc/manifest/site/sled-agent.xml 3K
22222023-10-09T00:48:49.605Z+ cd /
22232023-10-09T00:48:49.611Z+ rm -rf /tmp/tmp.IvaWpi
22242023-10-09T00:48:49.616Z
22252023-10-09T00:48:49.620Zreal 12.674535296
22262023-10-09T00:48:49.628Zuser 11.677701402
22272023-10-09T00:48:49.633Zsys 1.059984678
22282023-10-09T00:48:49.638Ztrap 0.003947441
22292023-10-09T00:48:49.661Ztflt 0.000000000
22302023-10-09T00:48:50.081Zdflt 0.000000000
22312023-10-09T00:48:50.097Zkflt 0.000000000
22322023-10-09T00:48:50.109Zlock 0.000000000
22332023-10-09T00:48:50.123Zslp 24.395381039
22342023-10-09T00:48:50.137Zlat 0.478037143
22352023-10-09T00:48:50.156Zstop 0.000314016
22362023-10-09T00:48:50.579Z+ mkdir -p /work/zones
22372023-10-09T00:48:50.595Z+ zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz)
22382023-10-09T00:48:50.619Z+ cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/
22392023-10-09T00:48:52.735Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22402023-10-09T00:48:53.941Z Finished release [optimized] target(s) in 1.12s
22412023-10-09T00:48:53.974Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22422023-10-09T00:48:54.014ZCreated new build target 'recovery' and set it as active
22432023-10-09T00:48:54.028Z
22442023-10-09T00:48:54.037Zreal 1.275439911
22452023-10-09T00:48:54.045Zuser 0.913639671
22462023-10-09T00:48:54.050Zsys 0.360226818
22472023-10-09T00:48:54.056Ztrap 0.000680012
22482023-10-09T00:48:54.061Ztflt 0.000072513
22492023-10-09T00:48:54.067Zdflt 0.000000000
22502023-10-09T00:48:54.072Zkflt 0.000000000
22512023-10-09T00:48:54.080Zlock 0.037604144
22522023-10-09T00:48:54.087Zslp 0.020398908
22532023-10-09T00:48:54.095Zlat 0.004034594
22542023-10-09T00:48:54.101Zstop 0.000222612
22552023-10-09T00:48:54.108Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22562023-10-09T00:48:55.208Z Finished release [optimized] target(s) in 1.11s
22572023-10-09T00:48:55.237Z Running `target/release/omicron-package -t recovery package`
22582023-10-09T00:48:55.293ZOct 09 00:48:55.280 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22592023-10-09T00:48:56.291Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22602023-10-09T00:49:00.157Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22612023-10-09T00:49:32.909Z Finished release [optimized] target(s) in 37.54s
22622023-10-09T00:49:55.945Z
22632023-10-09T00:49:55.950Zreal 1:01.915256987
22642023-10-09T00:49:55.959Zuser 2:35.306527532
22652023-10-09T00:49:55.967Zsys 13.539718637
22662023-10-09T00:49:55.982Ztrap 0.077187423
22672023-10-09T00:49:55.994Ztflt 0.155333488
22682023-10-09T00:49:56.009Zdflt 0.757695022
22692023-10-09T00:49:56.025Zkflt 0.000000000
22702023-10-09T00:49:56.034Zlock 13:54.115363708
22712023-10-09T00:49:56.051Zslp 2:45.666992601
22722023-10-09T00:49:56.471Zlat 2.053586712
22732023-10-09T00:49:56.481Zstop 0.208444341
22742023-10-09T00:49:56.497Z+ stamp_packages installinator maghemite
22752023-10-09T00:49:56.527Z+ for package in "$@"
22762023-10-09T00:49:56.536Z+ [[ installinator == maghemite ]]
22772023-10-09T00:49:56.982Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+gitb474a8fd4c0
22782023-10-09T00:49:57.064Z Finished release [optimized] target(s) in 1.05s
22792023-10-09T00:49:57.091Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+gitb474a8fd4c0`
22802023-10-09T00:49:57.140ZOct 09 00:49:57.131 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22812023-10-09T00:49:57.246ZCreated: out/versioned/installinator.tar
22822023-10-09T00:49:57.249Z+ for package in "$@"
22832023-10-09T00:49:57.252Z+ [[ maghemite == maghemite ]]
22842023-10-09T00:49:57.255Z+ echo 0.0.0
22852023-10-09T00:49:57.257Z+ tar rvf out/maghemite.tar VERSION
22862023-10-09T00:49:57.260Za VERSION 1K
22872023-10-09T00:49:57.263Z+ rm VERSION
22882023-10-09T00:49:57.266Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+gitb474a8fd4c0
22892023-10-09T00:49:58.372Z Finished release [optimized] target(s) in 1.03s
22902023-10-09T00:49:58.399Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+gitb474a8fd4c0`
22912023-10-09T00:49:58.439ZOct 09 00:49:58.435 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22922023-10-09T00:49:58.652ZCreated: out/versioned/maghemite.tar
22932023-10-09T00:49:58.661Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22942023-10-09T00:49:58.667Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22952023-10-09T00:49:58.676Z++ cd -- ./tools
22962023-10-09T00:49:58.684Z++ pwd
22972023-10-09T00:49:58.696Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
22982023-10-09T00:49:58.706Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
22992023-10-09T00:49:58.713Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23002023-10-09T00:49:58.718Z++ readlink -f /work
23012023-10-09T00:49:58.722Z+ out_dir=/work
23022023-10-09T00:49:58.726Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23032023-10-09T00:49:58.738Z+ for dep in "${deps[@]}"
23042023-10-09T00:49:59.162Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23052023-10-09T00:49:59.176Z+ for dep in "${deps[@]}"
23062023-10-09T00:49:59.202Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23072023-10-09T00:49:59.241Z++ mktemp -d
23082023-10-09T00:49:59.668Z+ tmp_trampoline=/tmp/tmp.xwaiui
23092023-10-09T00:49:59.671Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23102023-10-09T00:49:59.674Z+ echo '{"v":"1","t":"layer"}'
23112023-10-09T00:49:59.676Z+ pkg_dir=/tmp/tmp.xwaiui/root/opt/oxide/installinator
23122023-10-09T00:49:59.679Z+ mkdir -p /tmp/tmp.xwaiui/root/opt/oxide/installinator
23132023-10-09T00:49:59.686Z+ cd /tmp/tmp.xwaiui/root/opt/oxide/installinator
23142023-10-09T00:49:59.689Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23152023-10-09T00:49:59.692Zx ., 0 bytes, 0 tape blocks
23162023-10-09T00:49:59.694Zx installinator, 47847024 bytes, 93452 tape blocks
23172023-10-09T00:49:59.697Zx pkg, 0 bytes, 0 tape blocks
23182023-10-09T00:49:59.700Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23192023-10-09T00:49:59.703Zx VERSION, 25 bytes, 1 tape blocks
23202023-10-09T00:49:59.708Z+ mkdir -p /tmp/tmp.xwaiui/root/lib/svc/manifest/site/
23212023-10-09T00:49:59.714Z+ mv pkg/manifest.xml /tmp/tmp.xwaiui/root/lib/svc/manifest/site/installinator.xml
23222023-10-09T00:49:59.718Z+ cd -
23232023-10-09T00:49:59.723Z/work/oxidecomputer/omicron
23242023-10-09T00:49:59.728Z+ pkg_dir=/tmp/tmp.xwaiui/root/opt/oxide/mg-ddm
23252023-10-09T00:49:59.734Z+ mkdir -p /tmp/tmp.xwaiui/root/opt/oxide/mg-ddm
23262023-10-09T00:49:59.741Z+ cd /tmp/tmp.xwaiui/root/opt/oxide/mg-ddm
23272023-10-09T00:49:59.747Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23282023-10-09T00:49:59.756Zx ., 0 bytes, 0 tape blocks
23292023-10-09T00:50:00.182Zx ddmadm, 39360576 bytes, 76877 tape blocks
23302023-10-09T00:50:00.209Zx ddmd, 35588120 bytes, 69509 tape blocks
23312023-10-09T00:50:00.219Zx pkg, 0 bytes, 0 tape blocks
23322023-10-09T00:50:00.230Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23332023-10-09T00:50:00.240Zx pkg/ddm, 0 bytes, 0 tape blocks
23342023-10-09T00:50:00.256Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23352023-10-09T00:50:00.273Zx VERSION, 25 bytes, 1 tape blocks
23362023-10-09T00:50:00.291Z+ cd -
23372023-10-09T00:50:00.303Z/work/oxidecomputer/omicron
23382023-10-09T00:50:00.316Z+ cd /tmp/tmp.xwaiui
23392023-10-09T00:50:00.332Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23402023-10-09T00:50:05.220ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23412023-10-09T00:50:05.230Za oxide.json 1K
23422023-10-09T00:50:05.234Za root/ 0K
23432023-10-09T00:50:05.238Za root/opt/ 0K
23442023-10-09T00:50:05.242Za root/opt/oxide/ 0K
23452023-10-09T00:50:05.246Za root/opt/oxide/installinator/ 0K
23462023-10-09T00:50:05.250Za root/opt/oxide/installinator/installinator 46726K
23472023-10-09T00:50:05.255Za root/opt/oxide/installinator/pkg/ 0K
23482023-10-09T00:50:05.260Za root/opt/oxide/installinator/VERSION 1K
23492023-10-09T00:50:05.264Za root/opt/oxide/mg-ddm/ 0K
23502023-10-09T00:50:05.268Za root/opt/oxide/mg-ddm/ddmadm 38439K
23512023-10-09T00:50:05.273Za root/opt/oxide/mg-ddm/ddmd 34755K
23522023-10-09T00:50:05.278Za root/opt/oxide/mg-ddm/pkg/ 0K
23532023-10-09T00:50:05.282Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23542023-10-09T00:50:05.288Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23552023-10-09T00:50:05.297Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23562023-10-09T00:50:05.302Za root/opt/oxide/mg-ddm/VERSION 1K
23572023-10-09T00:50:05.316Za root/lib/ 0K
23582023-10-09T00:50:05.328Za root/lib/svc/ 0K
23592023-10-09T00:50:05.341Za root/lib/svc/manifest/ 0K
23602023-10-09T00:50:05.352Za root/lib/svc/manifest/site/ 0K
23612023-10-09T00:50:05.367Za root/lib/svc/manifest/site/installinator.xml 3K
23622023-10-09T00:50:05.383Z+ cd /
23632023-10-09T00:50:05.402Z+ rm -rf /tmp/tmp.xwaiui
23642023-10-09T00:50:05.419Z
23652023-10-09T00:50:05.435Zreal 6.579013988
23662023-10-09T00:50:05.453Zuser 6.121469069
23672023-10-09T00:50:05.468Zsys 0.487620256
23682023-10-09T00:50:05.486Ztrap 0.001946281
23692023-10-09T00:50:05.504Ztflt 0.000000000
23702023-10-09T00:50:05.520Zdflt 0.000000000
23712023-10-09T00:50:05.537Zkflt 0.000000000
23722023-10-09T00:50:05.964Zlock 0.000000000
23732023-10-09T00:50:05.978Zslp 12.688388235
23742023-10-09T00:50:05.995Zlat 0.230068619
23752023-10-09T00:50:06.011Zstop 0.000328126
23762023-10-09T00:50:06.027Zprocess exited: duration 2335144 ms, exit code 0
 
23772023-10-09T00:50:06.055Zfound 21 output files
23782023-10-09T00:50:06.060Zuploading: /work/version.txt (26 bytes)
23792023-10-09T00:50:07.081Zuploaded: /work/version.txt
23802023-10-09T00:50:07.095Zuploading: /work/package.tar.gz (83102324 bytes)
23812023-10-09T00:50:24.686Zuploaded: /work/package.tar.gz
23822023-10-09T00:50:25.122Zuploading: /work/global-zone-packages.tar.gz (124941388 bytes)
23832023-10-09T00:51:08.414Zuploaded: /work/global-zone-packages.tar.gz
23842023-10-09T00:51:08.800Zuploading: /work/trampoline-global-zone-packages.tar.gz (38569046 bytes)
23852023-10-09T00:51:20.458Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23862023-10-09T00:51:20.548Zuploading: /work/zones/clickhouse.tar.gz (180678470 bytes)
23872023-10-09T00:52:07.803Zuploaded: /work/zones/clickhouse.tar.gz
23882023-10-09T00:52:07.826Zuploading: /work/zones/clickhouse_keeper.tar.gz (180679838 bytes)
23892023-10-09T00:52:47.639Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23902023-10-09T00:52:48.072Zuploading: /work/zones/cockroachdb.tar.gz (117743688 bytes)
23912023-10-09T00:53:22.068Zuploaded: /work/zones/cockroachdb.tar.gz
23922023-10-09T00:53:22.183Zuploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes)
23932023-10-09T00:53:27.387Zuploaded: /work/zones/crucible-pantry.tar.gz
23942023-10-09T00:53:27.399Zuploading: /work/zones/crucible.tar.gz (42773158 bytes)
23952023-10-09T00:53:37.060Zuploaded: /work/zones/crucible.tar.gz
23962023-10-09T00:53:37.131Zuploading: /work/zones/external-dns.tar.gz (22037471 bytes)
23972023-10-09T00:53:47.033Zuploaded: /work/zones/external-dns.tar.gz
23982023-10-09T00:53:47.070Zuploading: /work/zones/internal-dns.tar.gz (22037470 bytes)
23992023-10-09T00:53:55.434Zuploaded: /work/zones/internal-dns.tar.gz
24002023-10-09T00:53:55.438Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24012023-10-09T00:53:56.450Zuploaded: /work/zones/ntp.tar.gz
24022023-10-09T00:53:56.460Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15770490 bytes)
24032023-10-09T00:54:04.917Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24042023-10-09T00:54:04.929Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15769676 bytes)
24052023-10-09T00:54:11.702Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24062023-10-09T00:54:11.766Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (68084884 bytes)
24072023-10-09T00:54:54.457Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24082023-10-09T00:54:54.595Zuploading: /work/zones/omicron-nexus.tar.gz (68083083 bytes)
24092023-10-09T00:55:16.662Zuploaded: /work/zones/omicron-nexus.tar.gz
24102023-10-09T00:55:16.667Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24112023-10-09T00:55:17.700Zuploaded: /work/zones/overlay.tar.gz
24122023-10-09T00:55:18.538Zuploading: /work/zones/oximeter-collector.tar.gz (17996579 bytes)
24132023-10-09T00:55:23.627Zuploaded: /work/zones/oximeter-collector.tar.gz
24142023-10-09T00:55:23.710Zuploading: /work/zones/propolis-server.tar.gz (65856629 bytes)
24152023-10-09T00:55:47.697Zuploaded: /work/zones/propolis-server.tar.gz
24162023-10-09T00:55:47.723Zuploading: /work/zones/switch-asic.tar.gz (219062511 bytes)
24172023-10-09T00:57:40.877Zuploaded: /work/zones/switch-asic.tar.gz
24182023-10-09T00:57:41.545Zuploading: /work/zones/switch-softnpu.tar.gz (141472057 bytes)
24192023-10-09T00:59:00.786Zuploaded: /work/zones/switch-softnpu.tar.gz