01HCG34FEP1YNDA4A6YXZ8DVCV: 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: 01HCG35Q8X62AQNH8VJPEHZYB6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-11T19:27:12.147Zjob assigned to worker 01HCG38DZYS1V7QY8XBFJB1FDR (queued for 2 m 25 s)
 
22023-10-11T19:27:12.363Zstarting task 0: "setup"
32023-10-11T19:27:12.446Z++ uname -s
42023-10-11T19:27:12.470Z+ kern=SunOS
52023-10-11T19:27:12.494Z+ case "$kern" in
62023-10-11T19:27:12.925Z+ groupadd -g 12345 build
72023-10-11T19:27:12.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-11T19:27:14.455Z+ zfs create -o mountpoint=/work rpool/work
92023-10-11T19:27:14.554Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-11T19:27:14.569Z+ home_fs=zfs
112023-10-11T19:27:14.584Z+ [[ zfs == autofs ]]
122023-10-11T19:27:14.595Z+ mkdir -p /home/build
132023-10-11T19:27:14.604Z+ chown build:build /home/build /work
142023-10-11T19:27:16.571Z+ chmod 0700 /home/build /work
152023-10-11T19:27:16.578Zprocess exited: duration 4192 ms, exit code 0
 
162023-10-11T19:27:16.592Zstarting task 1: "rust-toolchain"
172023-10-11T19:27:16.612Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-11T19:27:16.620Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-11T19:27:16.793Zinfo: downloading installer
202023-10-11T19:27:18.633Zwarning: it looks like you have an existing installation of Rust at:
212023-10-11T19:27:18.648Zwarning: /opt/ooce/bin
222023-10-11T19:27:18.667Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-11T19:27:18.682Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-11T19:27:18.696Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-11T19:27:18.712Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-11T19:27:18.725Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-11T19:27:19.147Zerror: cannot install while Rust is installed
282023-10-11T19:27:19.166Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-11T19:27:19.173Zinfo: profile set to 'default'
302023-10-11T19:27:19.180Zinfo: default host triple is x86_64-unknown-illumos
312023-10-11T19:27:19.189Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-11T19:27:19.197Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-11T19:27:19.205Zinfo: downloading component 'cargo'
342023-10-11T19:27:19.925Zinfo: downloading component 'clippy'
352023-10-11T19:27:20.261Zinfo: downloading component 'rust-docs'
362023-10-11T19:27:21.477Zinfo: downloading component 'rust-std'
372023-10-11T19:27:23.624Zinfo: downloading component 'rustc'
382023-10-11T19:27:28.944Zinfo: downloading component 'rustfmt'
392023-10-11T19:27:29.248Zinfo: installing component 'cargo'
402023-10-11T19:27:30.649Zinfo: installing component 'clippy'
412023-10-11T19:27:31.247Zinfo: installing component 'rust-docs'
422023-10-11T19:27:33.940Zinfo: installing component 'rust-std'
432023-10-11T19:27:36.971Zinfo: installing component 'rustc'
442023-10-11T19:27:43.827Zinfo: installing component 'rustfmt'
452023-10-11T19:27:44.338Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-11T19:27:44.350Z
472023-10-11T19:27:44.468Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-11T19:27:44.484Z
492023-10-11T19:27:44.502Z
502023-10-11T19:27:44.516ZRust is installed now. Great!
512023-10-11T19:27:44.528Z
522023-10-11T19:27:44.537ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-11T19:27:44.563Zenvironment variable. This has not been done automatically.
542023-10-11T19:27:44.573Z
552023-10-11T19:27:44.584ZTo configure your current shell, run:
562023-10-11T19:27:44.593Zsource "$HOME/.cargo/env"
572023-10-11T19:27:44.605Z+ rustc --version
582023-10-11T19:27:44.665Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-11T19:27:44.677Zprocess exited: duration 28067 ms, exit code 0
 
602023-10-11T19:27:44.703Zstarting task 2: "authentication"
612023-10-11T19:27:45.173ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
622023-10-11T19:27:51.250Zprocess exited: duration 6527 ms, exit code 0
 
632023-10-11T19:27:51.727Zstarting task 3: "clone repository"
642023-10-11T19:27:51.744Z+ mkdir -p /work/oxidecomputer/omicron
652023-10-11T19:27:51.755Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662023-10-11T19:27:51.860ZCloning into '/work/oxidecomputer/omicron'...
672023-10-11T19:27:59.633Z+ cd /work/oxidecomputer/omicron
682023-10-11T19:27:59.637Z+ [[ -n sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir ]]
692023-10-11T19:27:59.640Z+ git fetch origin sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir
702023-10-11T19:28:00.009ZFrom https://github.com/oxidecomputer/omicron
712023-10-11T19:28:00.015Z * branch sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir -> FETCH_HEAD
722023-10-11T19:28:00.018Z+ git checkout -B sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir remotes/origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir
732023-10-11T19:28:00.096ZSwitched to a new branch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir'
742023-10-11T19:28:00.099Zbranch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir' set up to track 'origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir'.
752023-10-11T19:28:00.102Z+ git reset --hard 6200e35e697b068e2105c6b265d7eb8b09b3b2f5
762023-10-11T19:28:00.113ZHEAD is now at 6200e35e [𝘀𝗽𝗿] initial version
772023-10-11T19:28:00.117Zprocess exited: duration 8380 ms, exit code 0
 
782023-10-11T19:28:00.123Zstarting task 4: "build"
792023-10-11T19:28:00.134Z+ cargo --version
802023-10-11T19:28:00.641Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-10-11T19:28:00.658Z+ rustc --version
822023-10-11T19:28:00.671Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-10-11T19:28:01.107Z++ git rev-parse HEAD
842023-10-11T19:28:01.115Z+ COMMIT=6200e35e697b068e2105c6b265d7eb8b09b3b2f5
852023-10-11T19:28:01.120Z+ VERSION=1.0.2-0.ci+git6200e35e697
862023-10-11T19:28:01.127Z+ echo 1.0.2-0.ci+git6200e35e697
872023-10-11T19:28:01.135Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
882023-10-11T19:28:10.106Z Startup: Refreshing catalog 'helios-dev' ... Done
892023-10-11T19:28:10.784Z Startup: Caching catalogs ... Done
902023-10-11T19:28:13.823ZPlanning: Solver setup ... Done (2.830s)
912023-10-11T19:28:13.907ZPlanning: Running solver ... Done (0.084s)
922023-10-11T19:28:13.958ZPlanning: Finding local manifests ... Done (0.003s)
932023-10-11T19:28:13.984ZPlanning: Fetching manifests: 0/4 0% complete
942023-10-11T19:28:15.484ZPlanning: Fetching manifests: 4/4 100% complete
952023-10-11T19:28:15.562ZPlanning: Package planning ... Done (0.079s)
962023-10-11T19:28:15.648ZPlanning: Merging actions ... Done (0.086s)
972023-10-11T19:28:16.377ZPlanning: Checking for conflicting actions ... Done (0.728s)
982023-10-11T19:28:16.397ZPlanning: Consolidating action changes ... Done (0.017s)
992023-10-11T19:28:21.829ZPlanning: Evaluating mediators ... Done (5.431s)
1002023-10-11T19:28:21.843ZPlanning: Planning completed in 11.01 seconds
1012023-10-11T19:28:24.892Z Packages to install: 4
1022023-10-11T19:28:24.897Z Mediators to change: 2
1032023-10-11T19:28:24.902Z Services to change: 1
1042023-10-11T19:28:24.909Z Estimated space available: 149.39 GB
1052023-10-11T19:28:24.913ZEstimated space to be consumed: 1.35 GB
1062023-10-11T19:28:24.917Z Create boot environment: No
1072023-10-11T19:28:24.935ZCreate backup boot environment: No
1082023-10-11T19:28:24.940Z Rebuild boot archive: No
1092023-10-11T19:28:24.946Z
1102023-10-11T19:28:24.950ZChanged mediators:
1112023-10-11T19:28:24.959Z mediator clang:
1122023-10-11T19:28:24.963Z version: None -> 15 (system default)
1132023-10-11T19:28:24.967Z
1142023-10-11T19:28:24.971Z mediator llvm:
1152023-10-11T19:28:24.978Z version: 14 (system default) -> 15 (system default)
1162023-10-11T19:28:24.983Z
1172023-10-11T19:28:24.988ZChanged packages:
1182023-10-11T19:28:24.991Zhelios-dev
1192023-10-11T19:28:24.995Z developer/build-essential
1202023-10-11T19:28:24.998Z None -> 11-2.0
1212023-10-11T19:28:25.003Z library/libxmlsec1
1222023-10-11T19:28:25.009Z None -> 1.2.35-2.0
1232023-10-11T19:28:25.015Z ooce/developer/clang-15
1242023-10-11T19:28:25.019Z None -> 15.0.7-2.0
1252023-10-11T19:28:25.025Z ooce/developer/llvm-15
1262023-10-11T19:28:25.029Z None -> 15.0.7-2.0
1272023-10-11T19:28:25.036Z
1282023-10-11T19:28:25.040ZServices:
1292023-10-11T19:28:25.044Z restart_fmri:
1302023-10-11T19:28:25.051Z svc:/system/update-man-index:default
1312023-10-11T19:28:25.314Z
1322023-10-11T19:28:25.318ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1332023-10-11T19:28:31.406ZDownload: 212/3290 items 1.3/212.6MB 0% complete (427k/s)
1342023-10-11T19:28:36.406ZDownload: 611/3290 items 17.4/212.6MB 8% complete (1.7M/s)
1352023-10-11T19:28:41.405ZDownload: 1112/3290 items 29.4/212.6MB 13% complete (2.7M/s)
1362023-10-11T19:28:56.900ZDownload: 1198/3290 items 83.4/212.6MB 39% complete
1372023-10-11T19:29:01.898ZDownload: 1739/3290 items 118.2/212.6MB 55% complete (7.3M/s)
1382023-10-11T19:29:25.572ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1392023-10-11T19:29:30.581ZDownload: 3103/3290 items 129.2/212.6MB 60% complete (1.8M/s)
1402023-10-11T19:29:37.807ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (11.8M/s)
1412023-10-11T19:29:38.506ZDownload: Completed 212.60 MB in 73.18 seconds (2.9M/s)
1422023-10-11T19:29:38.888Z Actions: 1/3687 actions (Installing new actions)
1432023-10-11T19:29:43.902Z Actions: 2345/3687 actions (Installing new actions)
1442023-10-11T19:29:47.475Z Actions: Completed 3687 actions in 8.17 seconds.
1452023-10-11T19:29:47.529Z Done (0.055s)
1462023-10-11T19:29:48.418Z Done (0.000s)
1472023-10-11T19:29:48.434Z Done (0.146s)
1482023-10-11T19:29:54.547Z Done (7.170s)
1492023-10-11T19:29:54.824Z Done (0.178s)
1502023-10-11T19:29:54.838Z Done (0.000s)
1512023-10-11T19:29:55.102Z Done (0.000s)
1522023-10-11T19:29:55.765ZPlanning: Evaluating mediator changes ... Done
1532023-10-11T19:29:56.070ZPlanning: Checking for conflicting actions ... Done
1542023-10-11T19:29:56.496ZPlanning: Consolidating action changes ... Done
1552023-10-11T19:29:56.517ZPlanning: Evaluating mediators ... Done
1562023-10-11T19:29:56.998ZPlanning: Planning completed in 0.72 seconds
1572023-10-11T19:29:57.021Z Mediators to change: 2
1582023-10-11T19:29:57.038Z Create boot environment: No
1592023-10-11T19:29:57.465ZCreate backup boot environment: No
1602023-10-11T19:29:57.482Z Done
1612023-10-11T19:29:57.546Z Done
1622023-10-11T19:29:59.218Z Done
1632023-10-11T19:30:02.609Z Done
1642023-10-11T19:30:02.727Z Done
1652023-10-11T19:30:03.156Z Done
1662023-10-11T19:30:03.187Z Done
1672023-10-11T19:30:03.827ZPlanning: Evaluating mediator changes ... Done
1682023-10-11T19:30:03.846ZPlanning: Merging actions ... Done
1692023-10-11T19:30:04.145ZPlanning: Checking for conflicting actions ... Done
1702023-10-11T19:30:04.153ZPlanning: Consolidating action changes ... Done
1712023-10-11T19:30:04.990ZPlanning: Evaluating mediators ... Done
1722023-10-11T19:30:05.478ZPlanning: Planning completed in 1.29 seconds
1732023-10-11T19:30:06.397Z Packages to change: 1
1742023-10-11T19:30:06.417Z Mediators to change: 1
1752023-10-11T19:30:06.428Z Services to change: 1
1762023-10-11T19:30:06.443Z Create boot environment: No
1772023-10-11T19:30:06.493ZCreate backup boot environment: Yes
1782023-10-11T19:30:06.707Z Actions: 1/6 actions (Updating modified actions)
1792023-10-11T19:30:06.727Z Actions: Completed 6 actions in 0.00 seconds.
1802023-10-11T19:30:06.750Z Done
1812023-10-11T19:30:06.766Z Done
1822023-10-11T19:30:06.782Z Done
1832023-10-11T19:30:12.595Z Done
1842023-10-11T19:30:12.722Z Done
1852023-10-11T19:30:12.740Z Done
1862023-10-11T19:30:12.837Z Done
1872023-10-11T19:30:13.499ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1882023-10-11T19:30:13.507Zclang system 15 system
1892023-10-11T19:30:13.520Zcsh system system illumos
1902023-10-11T19:30:13.538Zctags system system illumos
1912023-10-11T19:30:13.551Zgcc vendor 12 vendor
1922023-10-11T19:30:13.659Zgcc system 10 system
1932023-10-11T19:30:13.868Zgcc system 7 system
1942023-10-11T19:30:13.934Zgo system 1.20 system
1952023-10-11T19:30:13.967Zgo system 1.19 system
1962023-10-11T19:30:13.989Zllvm system 15 system
1972023-10-11T19:30:14.016Zllvm system 14 system
1982023-10-11T19:30:14.043Zmariadb system 10.6 system
1992023-10-11T19:30:14.062Zmta vendor vendor dma
2002023-10-11T19:30:14.503Zopenjdk system 17 system
2012023-10-11T19:30:14.928Zopenjdk system 11 system
2022023-10-11T19:30:14.949Zopenjdk system 1.8 system
2032023-10-11T19:30:15.375Zopenssl vendor 3 vendor
2042023-10-11T19:30:15.389Zperl system 5.36 system
2052023-10-11T19:30:15.407Zpostgresql system 15 system
2062023-10-11T19:30:15.835Zpostgresql system 13 system
2072023-10-11T19:30:15.848Zpython vendor 3 vendor
2082023-10-11T19:30:16.283Zpython system 2 system
2092023-10-11T19:30:16.301Zpython3 system 3.11 system
2102023-10-11T19:30:16.315Zruby system 3.0 system
2112023-10-11T19:30:16.738Zwords vendor vendor american-english
2122023-10-11T19:30:16.765Zwords system system australian-english
2132023-10-11T19:30:16.848Zwords system system british-english
2142023-10-11T19:30:16.863Zwords system system canadian-english
2152023-10-11T19:30:16.882Zwords system system french
2162023-10-11T19:30:16.901Zwords system system italian
2172023-10-11T19:30:17.325Zwords system system ngerman
2182023-10-11T19:30:18.201Zwords system system ogerman
2192023-10-11T19:30:18.624Zwords system system spanish
2202023-10-11T19:30:18.652ZFMRI IFO
2212023-10-11T19:30:18.660Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222023-10-11T19:30:18.676Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232023-10-11T19:30:18.695Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242023-10-11T19:30:19.128Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2252023-10-11T19:30:19.556Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2262023-10-11T19:30:19.574Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2272023-10-11T19:30:19.998Z+ set -o errexit
2282023-10-11T19:30:20.054Z+++ dirname ./tools/ci_download_cockroachdb
2292023-10-11T19:30:20.497Z++ cd ./tools
2302023-10-11T19:30:20.518Z++ pwd
2312023-10-11T19:30:20.956Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2322023-10-11T19:30:20.981Z++ basename ./tools/ci_download_cockroachdb
2332023-10-11T19:30:20.997Z+ ARG0=ci_download_cockroachdb
2342023-10-11T19:30:21.009Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2352023-10-11T19:30:21.018Z+ CIDL_VERSION=v22.1.9
2362023-10-11T19:30:21.027Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2372023-10-11T19:30:21.094Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2382023-10-11T19:30:21.126Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2392023-10-11T19:30:21.138Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2402023-10-11T19:30:21.155Z+ TARGET_DIR=out
2412023-10-11T19:30:21.171Z+ DOWNLOAD_DIR=out/downloads
2422023-10-11T19:30:21.195Z+ DEST_DIR=./out/cockroachdb
2432023-10-11T19:30:21.215Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2442023-10-11T19:30:21.231Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2452023-10-11T19:30:21.246Z+ main
2462023-10-11T19:30:21.264Z+ [[ 0 != 0 ]]
2472023-10-11T19:30:21.279Z+ CIDL_OS=solaris2.11
2482023-10-11T19:30:21.294Z+ [[ 0 != 0 ]]
2492023-10-11T19:30:21.308Z+ configure_os solaris2.11
2502023-10-11T19:30:21.324Z+ echo 'current directory: /work/oxidecomputer/omicron'
2512023-10-11T19:30:21.386Zcurrent directory: /work/oxidecomputer/omicron
2522023-10-11T19:30:21.812Z+ echo 'configuring based on OS: "solaris2.11"'
2532023-10-11T19:30:21.825Z+ case "$1" in
2542023-10-11T19:30:21.833Zconfiguring based on OS: "solaris2.11"
2552023-10-11T19:30:21.851Z+ CIDL_BUILD=illumos
2562023-10-11T19:30:21.867Z+ CIDL_SUFFIX=tar.gz
2572023-10-11T19:30:21.885Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2582023-10-11T19:30:21.893Z+ CIDL_MD5FUNC=do_md5sum
2592023-10-11T19:30:21.916Z+ CIDL_URL_BASE=https://illumos.org/downloads
2602023-10-11T19:30:21.930Z+ CIDL_ASSEMBLE=do_assemble_illumos
2612023-10-11T19:30:21.943Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2622023-10-11T19:30:21.953Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2632023-10-11T19:30:21.966Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-11T19:30:21.986Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2652023-10-11T19:30:22.010ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2662023-10-11T19:30:22.030Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2672023-10-11T19:30:22.072ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-10-11T19:30:23.455Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2692023-10-11T19:30:23.474ZDownloading...
2702023-10-11T19:30:23.490Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712023-10-11T19:30:23.508Z+ mkdir -p out/downloads
2722023-10-11T19:30:23.933Z+ mkdir -p ./out/cockroachdb
2732023-10-11T19:30:23.938Z+ local DO_DOWNLOAD=true
2742023-10-11T19:30:23.943Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2752023-10-11T19:30:23.956Z+ '[' true == true ']'
2762023-10-11T19:30:23.962Z+ echo Downloading...
2772023-10-11T19:30:23.968Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-10-11T19:30:23.985Z+ 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
2792023-10-11T19:30:23.999Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-10-11T19:30:24.014Z++ md5sum
2812023-10-11T19:30:24.040Z++ awk '{print $1}'
2822023-10-11T19:30:24.054Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2832023-10-11T19:30:24.068Z+ [[ 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 ]]
2842023-10-11T19:30:24.084Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852023-10-11T19:30:24.104Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2862023-10-11T19:30:24.123Z+ do_assemble_illumos
2872023-10-11T19:30:24.140Z+ rm -r ./out/cockroachdb
2882023-10-11T19:30:24.567Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2892023-10-11T19:30:24.584Z+ ./out/cockroachdb/bin/cockroach version
2902023-10-11T19:30:24.602ZBuild Tag: v22.1.9-dirty
2912023-10-11T19:30:24.623ZBuild Time: 2022/10/26 21:17:46
2922023-10-11T19:30:24.639ZDistribution: OSS
2932023-10-11T19:30:24.660ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2942023-10-11T19:30:25.911ZGo Version: go1.17.13
2952023-10-11T19:30:26.354ZC Compiler: gcc 10.3.0
2962023-10-11T19:30:26.365ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2972023-10-11T19:30:26.382ZBuild Type: release
2982023-10-11T19:30:26.394Z+ set -o errexit
2992023-10-11T19:30:26.399Z+++ dirname ./tools/ci_download_clickhouse
3002023-10-11T19:30:26.413Z++ cd ./tools
3012023-10-11T19:30:26.430Z++ pwd
3022023-10-11T19:30:26.454Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3032023-10-11T19:30:26.471Z++ basename ./tools/ci_download_clickhouse
3042023-10-11T19:30:26.489Z+ ARG0=ci_download_clickhouse
3052023-10-11T19:30:26.912Z+ TARGET_DIR=out
3062023-10-11T19:30:27.340Z+ DOWNLOAD_DIR=out/downloads
3072023-10-11T19:30:27.349Z+ DEST_DIR=./out/clickhouse
3082023-10-11T19:30:27.405Z+ CIDL_VERSION=v22.8.9.24
3092023-10-11T19:30:27.422Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3102023-10-11T19:30:27.441Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3112023-10-11T19:30:27.460Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3122023-10-11T19:30:27.907Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3132023-10-11T19:30:27.928Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3142023-10-11T19:30:28.373Z+ main
3152023-10-11T19:30:28.391Z+ [[ 0 != 0 ]]
3162023-10-11T19:30:28.406Z+ CIDL_OS=solaris2.11
3172023-10-11T19:30:28.418Z+ [[ 0 != 0 ]]
3182023-10-11T19:30:28.432Z+ configure_os solaris2.11
3192023-10-11T19:30:28.449Z+ echo 'current directory: /work/oxidecomputer/omicron'
3202023-10-11T19:30:28.475Zcurrent directory: /work/oxidecomputer/omicron
3212023-10-11T19:30:28.495Z+ echo 'configuring based on OS: "solaris2.11"'
3222023-10-11T19:30:28.514Zconfiguring based on OS: "solaris2.11"
3232023-10-11T19:30:28.532Z+ CIDL_DASHREV=
3242023-10-11T19:30:28.547Z+ case "$1" in
3252023-10-11T19:30:28.564Z+ CIDL_PLATFORM=illumos
3262023-10-11T19:30:28.579Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3272023-10-11T19:30:28.593Z+ CIDL_MD5FUNC=do_md5sum
3282023-10-11T19:30:28.608Z+ CIDL_DASHREV=-1
3292023-10-11T19:30:28.623Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3302023-10-11T19:30:29.050Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3312023-10-11T19:30:29.073Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-10-11T19:30:29.089Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3332023-10-11T19:30:29.122Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3342023-10-11T19:30:29.154ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-10-11T19:30:29.168Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3362023-10-11T19:30:29.192ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-10-11T19:30:29.219Z+ mkdir -p out/downloads
3382023-10-11T19:30:29.249Z+ mkdir -p ./out/clickhouse
3392023-10-11T19:30:29.279Z+ local DO_DOWNLOAD=true
3402023-10-11T19:30:29.309Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3412023-10-11T19:30:29.341Z+ '[' true == true ']'
3422023-10-11T19:30:29.424Z+ echo Downloading...
3432023-10-11T19:30:29.859ZDownloading...
3442023-10-11T19:30:29.883Z+ 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
3452023-10-11T19:30:29.898Z+ 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
3462023-10-11T19:30:29.922Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472023-10-11T19:30:30.351Z++ md5sum
3482023-10-11T19:30:30.367Z++ awk '{print $1}'
3492023-10-11T19:30:30.387Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3502023-10-11T19:30:30.405Z+ [[ 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 ]]
3512023-10-11T19:30:30.419Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3522023-10-11T19:30:30.465Z+ mkdir -p ./out/clickhouse
3532023-10-11T19:30:30.482Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3542023-10-11T19:30:31.291Z+ ./out/clickhouse/clickhouse server --version
3552023-10-11T19:30:31.341ZClickHouse server version 22.8.9.1.
3562023-10-11T19:30:31.363Z+ set -o errexit
3572023-10-11T19:30:31.379Z+++ dirname ./tools/ci_download_console
3582023-10-11T19:30:31.386Z++ cd ./tools
3592023-10-11T19:30:31.394Z++ pwd
3602023-10-11T19:30:31.403Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3612023-10-11T19:30:31.413Z++ basename ./tools/ci_download_console
3622023-10-11T19:30:31.423Z+ ARG0=ci_download_console
3632023-10-11T19:30:31.431Z+ TARGET_DIR=out
3642023-10-11T19:30:31.444Z+ DOWNLOAD_DIR=out/downloads
3652023-10-11T19:30:31.505Z+ DEST_DIR=./out/console-assets
3662023-10-11T19:30:31.937Z+ source /work/oxidecomputer/omicron/tools/console_version
3672023-10-11T19:30:31.962Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3682023-10-11T19:30:31.976Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3692023-10-11T19:30:31.996Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3702023-10-11T19:30:32.012Z+ TARBALL_FILE=out/downloads/console.tar.gz
3712023-10-11T19:30:32.025Z+ main
3722023-10-11T19:30:32.039Z+ [[ 0 != 0 ]]
3732023-10-11T19:30:32.053Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3742023-10-11T19:30:32.074ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3752023-10-11T19:30:32.087Z+ echo 'Local file: out/downloads/console.tar.gz'
3762023-10-11T19:30:32.108ZLocal file: out/downloads/console.tar.gz
3772023-10-11T19:30:32.134Z+ local DO_DOWNLOAD=true
3782023-10-11T19:30:32.150Z+ [[ -f out/downloads/console.tar.gz ]]
3792023-10-11T19:30:32.170Z+ mkdir -p out/downloads
3802023-10-11T19:30:32.189Z+ '[' true == true ']'
3812023-10-11T19:30:32.204Z+ echo Downloading...
3822023-10-11T19:30:32.234ZDownloading...
3832023-10-11T19:30:32.244Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3842023-10-11T19:30:32.259Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3852023-10-11T19:30:32.269Z++ do_sha256sum out/downloads/console.tar.gz
3862023-10-11T19:30:32.297Z++ case "$OSTYPE" in
3872023-10-11T19:30:32.323Z++ SHA=sha256sum
3882023-10-11T19:30:32.341Z++ sha256sum
3892023-10-11T19:30:32.380Z++ awk '{print $1}'
3902023-10-11T19:30:32.397Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3912023-10-11T19:30:32.849Z+ [[ 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 ]]
3922023-10-11T19:30:32.934Z+ rm -rf ./out/console-assets
3932023-10-11T19:30:32.978Z+ mkdir -p ./out/console-assets
3942023-10-11T19:30:33.010Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3952023-10-11T19:30:33.044Z+ mkdir -p ./out/console-assets
3962023-10-11T19:30:33.065Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3972023-10-11T19:30:33.080Z+ set -o errexit
3982023-10-11T19:30:33.096Z+++ dirname ./tools/ci_download_maghemite_openapi
3992023-10-11T19:30:33.107Z++ cd ./tools
4002023-10-11T19:30:33.132Z++ pwd
4012023-10-11T19:30:33.150Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4022023-10-11T19:30:33.171Z++ basename ./tools/ci_download_maghemite_openapi
4032023-10-11T19:30:33.187Z+ ARG0=ci_download_maghemite_openapi
4042023-10-11T19:30:33.206Z+ TARGET_DIR=out
4052023-10-11T19:30:33.215Z+ DOWNLOAD_DIR=out/downloads
4062023-10-11T19:30:33.223Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4072023-10-11T19:30:33.231Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4082023-10-11T19:30:33.245Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4092023-10-11T19:30:33.262Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4102023-10-11T19:30:33.275Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4112023-10-11T19:30:33.291Z+ main
4122023-10-11T19:30:33.305Z+ [[ 0 != 0 ]]
4132023-10-11T19:30:33.329Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4142023-10-11T19:30:33.345ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4152023-10-11T19:30:33.367Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4162023-10-11T19:30:33.387ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4172023-10-11T19:30:33.438Z+ local DO_DOWNLOAD=true
4182023-10-11T19:30:33.875Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4192023-10-11T19:30:33.899Z+ mkdir -p out/downloads
4202023-10-11T19:30:33.910Z+ '[' true == true ']'
4212023-10-11T19:30:33.929Z+ echo Downloading...
4222023-10-11T19:30:33.947Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4232023-10-11T19:30:33.970ZDownloading...
4242023-10-11T19:30:33.982Z+ 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
4252023-10-11T19:30:34.000Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4262023-10-11T19:30:34.006Z++ case "$OSTYPE" in
4272023-10-11T19:30:34.028Z++ SHA=sha256sum
4282023-10-11T19:30:34.051Z++ sha256sum
4292023-10-11T19:30:34.065Z++ awk '{print $1}'
4302023-10-11T19:30:34.513Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4312023-10-11T19:30:34.538Z+ [[ 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 ]]
4322023-10-11T19:30:34.970Z+ set -o errexit
4332023-10-11T19:30:36.214Z+++ dirname ./tools/ci_download_dendrite_openapi
4342023-10-11T19:30:36.228Z++ cd ./tools
4352023-10-11T19:30:36.241Z++ pwd
4362023-10-11T19:30:36.251Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4372023-10-11T19:30:36.270Z++ basename ./tools/ci_download_dendrite_openapi
4382023-10-11T19:30:36.291Z+ ARG0=ci_download_dendrite_openapi
4392023-10-11T19:30:36.314Z+ TARGET_DIR=out
4402023-10-11T19:30:36.745Z+ DOWNLOAD_DIR=out/downloads
4412023-10-11T19:30:36.776Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4422023-10-11T19:30:36.790Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4432023-10-11T19:30:36.807Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4442023-10-11T19:30:37.243Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4452023-10-11T19:30:37.274Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4462023-10-11T19:30:37.289Z+ main
4472023-10-11T19:30:37.310Z+ [[ 0 != 0 ]]
4482023-10-11T19:30:37.327Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4492023-10-11T19:30:37.766ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4502023-10-11T19:30:37.781Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4512023-10-11T19:30:37.802ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4522023-10-11T19:30:38.231Z+ local DO_DOWNLOAD=true
4532023-10-11T19:30:38.247Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4542023-10-11T19:30:38.264Z+ mkdir -p out/downloads
4552023-10-11T19:30:39.499Z+ '[' true == true ']'
4562023-10-11T19:30:39.503Z+ echo Downloading...
4572023-10-11T19:30:39.510ZDownloading...
4582023-10-11T19:30:39.520Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4592023-10-11T19:30:39.528Z+ 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
4602023-10-11T19:30:39.538Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4612023-10-11T19:30:39.551Z++ case "$OSTYPE" in
4622023-10-11T19:30:39.568Z++ SHA=sha256sum
4632023-10-11T19:30:39.595Z++ sha256sum
4642023-10-11T19:30:39.632Z++ awk '{print $1}'
4652023-10-11T19:30:40.062Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4662023-10-11T19:30:40.082Z+ [[ 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 ]]
4672023-10-11T19:30:40.508Z+ set -o errexit
4682023-10-11T19:30:40.528Z+++ dirname ./tools/ci_download_dendrite_stub
4692023-10-11T19:30:40.957Z++ cd ./tools
4702023-10-11T19:30:40.983Z++ pwd
4712023-10-11T19:30:41.002Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4722023-10-11T19:30:41.017Z++ basename ./tools/ci_download_dendrite_stub
4732023-10-11T19:30:41.039Z+ ARG0=ci_download_dendrite_stub
4742023-10-11T19:30:41.063Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4752023-10-11T19:30:41.082Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4762023-10-11T19:30:41.104Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4772023-10-11T19:30:41.535Zcurrent directory: /work/oxidecomputer/omicron
4782023-10-11T19:30:41.558Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4792023-10-11T19:30:41.989Zconfiguring based on OS: "solaris2.11"
4802023-10-11T19:30:42.013Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812023-10-11T19:30:42.033ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4822023-10-11T19:30:42.050Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4832023-10-11T19:30:42.071ZLocal file: out/downloads/dendrite-stub.tar.gz
4842023-10-11T19:30:42.090Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4852023-10-11T19:30:42.521ZDownloading...
4862023-10-11T19:30:42.959Z+ TARGET_DIR=out
4872023-10-11T19:30:42.976Z+ DOWNLOAD_DIR=out/downloads
4882023-10-11T19:30:42.998Z+ DEST_DIR=./out/dendrite-stub
4892023-10-11T19:30:43.458Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4902023-10-11T19:30:43.466Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4912023-10-11T19:30:43.898Z+ REPO=oxidecomputer/dendrite
4922023-10-11T19:30:43.917Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4932023-10-11T19:30:43.970Z+ main
4942023-10-11T19:30:44.405Z+ [[ 0 != 0 ]]
4952023-10-11T19:30:44.420Z+ CIDL_OS=solaris2.11
4962023-10-11T19:30:44.431Z+ [[ 0 != 0 ]]
4972023-10-11T19:30:44.445Z+ configure_os solaris2.11
4982023-10-11T19:30:44.463Z+ echo 'current directory: /work/oxidecomputer/omicron'
4992023-10-11T19:30:44.482Z+ echo 'configuring based on OS: "solaris2.11"'
5002023-10-11T19:30:44.506Z+ case "$1" in
5012023-10-11T19:30:44.539Z+ SET_BINARIES=
5022023-10-11T19:30:44.574Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5032023-10-11T19:30:44.600Z+ CIDL_SHA256FUNC=do_sha256sum
5042023-10-11T19:30:45.031Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5052023-10-11T19:30:45.475Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5062023-10-11T19:30:45.516Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5072023-10-11T19:30:45.553Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
5082023-10-11T19:30:45.596Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5092023-10-11T19:30:45.634Z+ mkdir -p out/downloads
5102023-10-11T19:30:45.652Z+ mkdir -p ./out/dendrite-stub
5112023-10-11T19:30:45.659Z+ fetch_and_verify
5122023-10-11T19:30:45.669Z+ local DO_DOWNLOAD=true
5132023-10-11T19:30:45.685Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5142023-10-11T19:30:45.704Z+ '[' true == true ']'
5152023-10-11T19:30:45.722Z+ echo Downloading...
5162023-10-11T19:30:45.742Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5172023-10-11T19:30:45.761Z+ 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
5182023-10-11T19:30:54.821Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5192023-10-11T19:30:54.836Z++ sha256sum
5202023-10-11T19:30:54.851Z++ awk '{print $1}'
5212023-10-11T19:30:54.921Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5222023-10-11T19:30:54.943Z+ [[ 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 ]]
5232023-10-11T19:30:54.968Z+ do_untar out/downloads/dendrite-stub.tar.gz
5242023-10-11T19:30:54.987Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5252023-10-11T19:30:55.838Z+ do_assemble
5262023-10-11T19:30:55.854Z+ rm -r ./out/dendrite-stub
5272023-10-11T19:30:55.871Z+ mkdir ./out/dendrite-stub
5282023-10-11T19:30:55.882Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5292023-10-11T19:30:55.957Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5302023-10-11T19:30:55.985Z+ set -o errexit
5312023-10-11T19:30:56.009Z+++ dirname ./tools/ci_download_transceiver_control
5322023-10-11T19:30:56.035Z++ cd ./tools
5332023-10-11T19:30:56.057Z++ pwd
5342023-10-11T19:30:56.081Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5352023-10-11T19:30:56.096Z++ basename ./tools/ci_download_transceiver_control
5362023-10-11T19:30:56.109Z+ ARG0=ci_download_transceiver_control
5372023-10-11T19:30:56.123Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5382023-10-11T19:30:56.140Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5392023-10-11T19:30:56.154Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5402023-10-11T19:30:56.166Z+ TARGET_DIR=out
5412023-10-11T19:30:56.173Z+ DOWNLOAD_DIR=out/downloads
5422023-10-11T19:30:56.185Z+ DEST_DIR=./out/transceiver-control
5432023-10-11T19:30:56.200Z+ BIN_DIR=/opt/oxide/bin
5442023-10-11T19:30:56.211Z+ BINARY=xcvradm
5452023-10-11T19:30:56.226Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5462023-10-11T19:30:56.233Z+ REPO=oxidecomputer/transceiver-control
5472023-10-11T19:30:56.244Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5482023-10-11T19:30:56.250Z+ main
5492023-10-11T19:30:56.264Z+ [[ 0 != 0 ]]
5502023-10-11T19:30:56.279Z+ CIDL_OS=solaris2.11
5512023-10-11T19:30:56.302Z+ [[ 0 != 0 ]]
5522023-10-11T19:30:56.316Z+ configure_os solaris2.11
5532023-10-11T19:30:56.329Z+ echo 'current directory: /work/oxidecomputer/omicron'
5542023-10-11T19:30:56.418Zcurrent directory: /work/oxidecomputer/omicron
5552023-10-11T19:30:56.439Z+ echo 'configuring based on OS: "solaris2.11"'
5562023-10-11T19:30:56.451Zconfiguring based on OS: "solaris2.11"
5572023-10-11T19:30:56.481Z+ case "$1" in
5582023-10-11T19:30:56.520Z+ SET_BINARIES=
5592023-10-11T19:30:56.567Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5602023-10-11T19:30:56.586Z+ CIDL_SHA256FUNC=do_sha256sum
5612023-10-11T19:30:56.620Z+ ARCHIVE_FILENAME=xcvradm.gz
5622023-10-11T19:30:56.639Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5632023-10-11T19:30:56.657Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5642023-10-11T19:30:56.686Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5652023-10-11T19:30:56.702ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5662023-10-11T19:30:56.717Z+ echo 'Local file: out/downloads/xcvradm.gz'
5672023-10-11T19:30:56.731ZLocal file: out/downloads/xcvradm.gz
5682023-10-11T19:30:56.752Z+ mkdir -p out/downloads
5692023-10-11T19:30:56.766Z+ mkdir -p ./out/transceiver-control
5702023-10-11T19:30:56.780Z+ fetch_and_verify
5712023-10-11T19:30:57.621Z+ local DO_DOWNLOAD=true
5722023-10-11T19:30:57.688Z+ [[ -f out/downloads/xcvradm.gz ]]
5732023-10-11T19:30:57.732Z+ '[' true == true ']'
5742023-10-11T19:30:57.757Z+ echo Downloading...
5752023-10-11T19:30:58.197ZDownloading...
5762023-10-11T19:30:58.216Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5772023-10-11T19:30:58.234Z+ 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
5782023-10-11T19:31:02.358Z++ do_sha256sum out/downloads/xcvradm.gz
5792023-10-11T19:31:02.407Z++ sha256sum
5802023-10-11T19:31:02.462Z++ awk '{print $1}'
5812023-10-11T19:31:02.504Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5822023-10-11T19:31:02.514Z+ [[ 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 ]]
5832023-10-11T19:31:02.566Z+ do_unpack out/downloads/xcvradm.gz
5842023-10-11T19:31:02.607Z+ mkdir -p out/downloads/root//opt/oxide/bin
5852023-10-11T19:31:02.627Z+ gzip -dc out/downloads/xcvradm.gz
5862023-10-11T19:31:02.649Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5872023-10-11T19:31:02.664Z+ do_assemble
5882023-10-11T19:31:02.675Z+ rm -r ./out/transceiver-control
5892023-10-11T19:31:02.699Z+ mkdir ./out/transceiver-control
5902023-10-11T19:31:02.710Z+ cp -r out/downloads/root ./out/transceiver-control/root
5912023-10-11T19:31:02.733ZAll prerequisites installed successfully
5922023-10-11T19:31:02.746Z
5932023-10-11T19:31:02.763Zreal 3:02.250917394
5942023-10-11T19:31:02.776Zuser 49.043524996
5952023-10-11T19:31:02.795Zsys 9.198711005
5962023-10-11T19:31:02.817Ztrap 0.024616946
5972023-10-11T19:31:02.844Ztflt 0.193756850
5982023-10-11T19:31:02.880Zdflt 0.525395117
5992023-10-11T19:31:02.925Zkflt 0.202506217
6002023-10-11T19:31:02.969Zlock 1.685396990
6012023-10-11T19:31:03.397Zslp 6:02.134371555
6022023-10-11T19:31:03.409Zlat 3.180524830
6032023-10-11T19:31:03.438Zstop 0.070803771
6042023-10-11T19:31:03.457Z+ ptime -m ./tools/ci_download_softnpu_machinery
6052023-10-11T19:31:03.484Zfetching npuzone
6062023-10-11T19:31:03.502ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6072023-10-11T19:31:03.522Z (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309)
6082023-10-11T19:31:03.560ZGetting hash for npuzone
6092023-10-11T19:31:03.587Z (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365)
6102023-10-11T19:31:16.554Znpuzone downloaded successfully
6112023-10-11T19:31:16.562Z
6122023-10-11T19:31:16.573Zreal 13.921968787
6132023-10-11T19:31:16.582Zuser 0.562497152
6142023-10-11T19:31:16.589Zsys 0.139964920
6152023-10-11T19:31:16.599Ztrap 0.000089149
6162023-10-11T19:31:16.608Ztflt 0.000000000
6172023-10-11T19:31:16.624Zdflt 0.000000000
6182023-10-11T19:31:16.634Zkflt 0.000000000
6192023-10-11T19:31:16.642Zlock 0.000000000
6202023-10-11T19:31:16.657Zslp 40.916354991
6212023-10-11T19:31:16.666Zlat 0.110078550
6222023-10-11T19:31:16.675Zstop 0.000268715
6232023-10-11T19:31:16.683Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6242023-10-11T19:31:16.929Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6252023-10-11T19:31:17.315Z Updating crates.io index
6262023-10-11T19:31:17.320Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6272023-10-11T19:31:18.240Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6282023-10-11T19:31:19.891Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6292023-10-11T19:31:20.976Z Updating git repository `http://github.com/oxidecomputer/tofino`
6302023-10-11T19:31:20.982Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6312023-10-11T19:31:21.278Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6322023-10-11T19:31:21.649Z Updating git repository `https://github.com/oxidecomputer/propolis`
6332023-10-11T19:31:22.531Z Updating git repository `https://github.com/oxidecomputer/opte`
6342023-10-11T19:31:23.618Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6352023-10-11T19:31:23.986Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6362023-10-11T19:31:25.076Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6372023-10-11T19:31:25.213Z Updating git repository `https://github.com/oxidecomputer/crucible`
6382023-10-11T19:31:27.006Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6392023-10-11T19:31:27.569Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6402023-10-11T19:31:27.974Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6412023-10-11T19:31:28.323Z Updating git repository `https://github.com/njaremko/samael`
6422023-10-11T19:31:28.777Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6432023-10-11T19:31:29.467Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6442023-10-11T19:31:29.925Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6452023-10-11T19:31:30.294Z Updating git repository `https://github.com/jgallagher/nix`
6462023-10-11T19:31:31.499Z Updating git repository `https://github.com/cbiffle/hubpack`
6472023-10-11T19:31:31.827Z Updating git repository `https://github.com/oxidecomputer/omicron`
6482023-10-11T19:31:41.886Z Updating git repository `https://github.com/oxidecomputer/rfb`
6492023-10-11T19:31:42.412Z Updating git repository `https://github.com/oxidecomputer/typify`
6502023-10-11T19:31:43.466Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6512023-10-11T19:31:43.846Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6522023-10-11T19:31:44.146Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6532023-10-11T19:31:45.649Z Downloading crates ...
6542023-10-11T19:31:45.866Z Downloaded lazy_static v1.4.0
6552023-10-11T19:31:45.881Z Downloaded hostname v0.3.1
6562023-10-11T19:31:45.892Z Downloaded clap_derive v4.4.2
6572023-10-11T19:31:45.901Z Downloaded mime v0.3.17
6582023-10-11T19:31:45.911Z Downloaded memoffset v0.9.0
6592023-10-11T19:31:45.923Z Downloaded matches v0.1.10
6602023-10-11T19:31:45.931Z Downloaded inout v0.1.3
6612023-10-11T19:31:45.941Z Downloaded anstyle v1.0.2
6622023-10-11T19:31:45.948Z Downloaded mime_guess v2.0.4
6632023-10-11T19:31:45.955Z Downloaded blake2 v0.10.6
6642023-10-11T19:31:45.960Z Downloaded cassowary v0.3.0
6652023-10-11T19:31:45.963Z Downloaded hubpack_derive v0.1.1
6662023-10-11T19:31:45.966Z Downloaded aead v0.5.2
6672023-10-11T19:31:45.969Z Downloaded normalize-line-endings v0.3.0
6682023-10-11T19:31:45.972Z Downloaded bitstruct_derive v0.1.0
6692023-10-11T19:31:45.975Z Downloaded autocfg v1.1.0
6702023-10-11T19:31:45.978Z Downloaded array-init v0.0.4
6712023-10-11T19:31:45.983Z Downloaded bitfield v0.14.0
6722023-10-11T19:31:45.986Z Downloaded camino-tempfile v1.0.2
6732023-10-11T19:31:45.994Z Downloaded lalrpop-util v0.19.12
6742023-10-11T19:31:45.997Z Downloaded nibble_vec v0.1.0
6752023-10-11T19:31:46.001Z Downloaded ciborium-io v0.2.1
6762023-10-11T19:31:46.004Z Downloaded signature v2.1.0
6772023-10-11T19:31:46.006Z Downloaded iana-time-zone v0.1.57
6782023-10-11T19:31:46.009Z Downloaded argon2 v0.5.2
6792023-10-11T19:31:46.012Z Downloaded block-buffer v0.10.4
6802023-10-11T19:31:46.016Z Downloaded home v0.5.5
6812023-10-11T19:31:46.020Z Downloaded bit-vec v0.6.3
6822023-10-11T19:31:46.023Z Downloaded heck v0.3.3
6832023-10-11T19:31:46.026Z Downloaded crc v3.0.1
6842023-10-11T19:31:46.029Z Downloaded num-iter v0.1.43
6852023-10-11T19:31:46.032Z Downloaded anstream v0.5.0
6862023-10-11T19:31:46.035Z Downloaded clap v4.4.3
6872023-10-11T19:31:46.048Z Downloaded maybe-uninit v2.0.0
6882023-10-11T19:31:46.052Z Downloaded linked-hash-map v0.5.6
6892023-10-11T19:31:46.056Z Downloaded addr2line v0.21.0
6902023-10-11T19:31:46.061Z Downloaded nanorand v0.7.0
6912023-10-11T19:31:46.067Z Downloaded structopt-derive v0.4.18
6922023-10-11T19:31:46.073Z Downloaded num v0.4.1
6932023-10-11T19:31:46.077Z Downloaded num_enum_derive v0.7.0
6942023-10-11T19:31:46.080Z Downloaded usdt-attr-macro v0.3.5
6952023-10-11T19:31:46.084Z Downloaded num_enum_derive v0.5.11
6962023-10-11T19:31:46.088Z Downloaded semver-parser v0.10.2
6972023-10-11T19:31:46.095Z Downloaded rustc-demangle v0.1.23
6982023-10-11T19:31:46.105Z Downloaded aes-gcm-siv v0.11.1
6992023-10-11T19:31:46.128Z Downloaded ipnet v2.8.0
7002023-10-11T19:31:46.141Z Downloaded path-absolutize v3.1.0
7012023-10-11T19:31:46.152Z Downloaded path-dedot v3.1.0
7022023-10-11T19:31:46.165Z Downloaded proc-macro-error-attr v1.0.4
7032023-10-11T19:31:46.180Z Downloaded serde-big-array v0.5.1
7042023-10-11T19:31:46.195Z Downloaded ref-cast-impl v1.0.20
7052023-10-11T19:31:46.212Z Downloaded foreign-types v0.5.0
7062023-10-11T19:31:46.230Z Downloaded allocator-api2 v0.2.16
7072023-10-11T19:31:46.245Z Downloaded quick-error v1.2.3
7082023-10-11T19:31:46.259Z Downloaded ahash v0.8.3
7092023-10-11T19:31:46.272Z Downloaded foreign-types-macros v0.2.3
7102023-10-11T19:31:46.287Z Downloaded strum_macros v0.24.3
7112023-10-11T19:31:46.301Z Downloaded clap_lex v0.5.1
7122023-10-11T19:31:46.314Z Downloaded crypto-common v0.1.6
7132023-10-11T19:31:46.370Z Downloaded cstr-argument v0.1.2
7142023-10-11T19:31:46.389Z Downloaded doc-comment v0.3.3
7152023-10-11T19:31:46.402Z Downloaded camino v1.1.6
7162023-10-11T19:31:46.415Z Downloaded indicatif v0.17.6
7172023-10-11T19:31:46.424Z Downloaded vec_map v0.8.2
7182023-10-11T19:31:46.441Z Downloaded strum_macros v0.25.2
7192023-10-11T19:31:46.453Z Downloaded const-oid v0.9.5
7202023-10-11T19:31:46.466Z Downloaded equivalent v1.0.1
7212023-10-11T19:31:46.478Z Downloaded shlex v1.1.0
7222023-10-11T19:31:46.938Z Downloaded ctr v0.9.2
7232023-10-11T19:31:46.961Z Downloaded rusty-fork v0.3.0
7242023-10-11T19:31:46.973Z Downloaded structopt v0.3.26
7252023-10-11T19:31:46.984Z Downloaded which v4.4.0
7262023-10-11T19:31:46.992Z Downloaded precomputed-hash v0.1.1
7272023-10-11T19:31:46.998Z Downloaded futures-macro v0.3.28
7282023-10-11T19:31:47.002Z Downloaded pin-utils v0.1.0
7292023-10-11T19:31:47.005Z Downloaded http v0.2.9
7302023-10-11T19:31:47.009Z Downloaded fixedbitset v0.4.2
7312023-10-11T19:31:47.012Z Downloaded headers-core v0.2.0
7322023-10-11T19:31:47.015Z Downloaded pest_generator v2.7.2
7332023-10-11T19:31:47.018Z Downloaded flagset v0.4.3
7342023-10-11T19:31:47.021Z Downloaded lock_api v0.4.10
7352023-10-11T19:31:47.025Z Downloaded tracing-attributes v0.1.26
7362023-10-11T19:31:47.028Z Downloaded term v0.7.0
7372023-10-11T19:31:47.031Z Downloaded darling v0.20.3
7382023-10-11T19:31:47.035Z Downloaded zone_cfg_derive v0.2.0
7392023-10-11T19:31:47.039Z Downloaded derive_more v0.99.17
7402023-10-11T19:31:47.044Z Downloaded hash32 v0.2.1
7412023-10-11T19:31:47.048Z Downloaded openssl-probe v0.1.5
7422023-10-11T19:31:47.053Z Downloaded fnv v1.0.7
7432023-10-11T19:31:47.056Z Downloaded unarray v0.1.4
7442023-10-11T19:31:47.069Z Downloaded rpassword v7.2.0
7452023-10-11T19:31:47.076Z Downloaded either v1.9.0
7462023-10-11T19:31:47.084Z Downloaded secrecy v0.8.0
7472023-10-11T19:31:47.090Z Downloaded ena v0.14.2
7482023-10-11T19:31:47.097Z Downloaded peeking_take_while v0.1.2
7492023-10-11T19:31:47.105Z Downloaded funty v2.0.0
7502023-10-11T19:31:47.113Z Downloaded predicates v2.1.5
7512023-10-11T19:31:47.121Z Downloaded thread-id v4.2.0
7522023-10-11T19:31:47.127Z Downloaded utf8parse v0.2.1
7532023-10-11T19:31:47.136Z Downloaded zerocopy v0.6.3
7542023-10-11T19:31:47.141Z Downloaded const_format v0.2.31
7552023-10-11T19:31:47.147Z Downloaded foreign-types-shared v0.1.1
7562023-10-11T19:31:47.153Z Downloaded env_logger v0.10.0
7572023-10-11T19:31:47.162Z Downloaded mockall_derive v0.11.4
7582023-10-11T19:31:47.172Z Downloaded static_assertions v1.1.0
7592023-10-11T19:31:47.178Z Downloaded derive-where v1.2.5
7602023-10-11T19:31:47.197Z Downloaded unicase v2.7.0
7612023-10-11T19:31:47.254Z Downloaded difflib v0.4.0
7622023-10-11T19:31:47.273Z Downloaded semver v0.1.20
7632023-10-11T19:31:47.286Z Downloaded rustc_version v0.1.7
7642023-10-11T19:31:47.310Z Downloaded pem-rfc7468 v0.7.0
7652023-10-11T19:31:47.323Z Downloaded darling v0.14.4
7662023-10-11T19:31:47.337Z Downloaded termtree v0.4.1
7672023-10-11T19:31:47.349Z Downloaded enum-as-inner v0.5.1
7682023-10-11T19:31:47.407Z Downloaded serde_tokenstream v0.1.7
7692023-10-11T19:31:47.420Z Downloaded foreign-types v0.3.2
7702023-10-11T19:31:47.426Z Downloaded textwrap v0.16.0
7712023-10-11T19:31:47.436Z Downloaded num-bigint v0.4.4
7722023-10-11T19:31:47.444Z Downloaded endian-type v0.1.2
7732023-10-11T19:31:47.452Z Downloaded signal-hook-registry v1.4.1
7742023-10-11T19:31:47.459Z Downloaded thiserror-no-std v2.0.2
7752023-10-11T19:31:47.473Z Downloaded waitgroup v0.1.2
7762023-10-11T19:31:47.484Z Downloaded futures-task v0.3.28
7772023-10-11T19:31:47.489Z Downloaded ed25519 v1.5.3
7782023-10-11T19:31:47.500Z Downloaded wyz v0.5.1
7792023-10-11T19:31:47.539Z Downloaded serde-hex v0.1.0
7802023-10-11T19:31:47.559Z Downloaded once_cell v1.18.0
7812023-10-11T19:31:47.566Z Downloaded rand v0.8.5
7822023-10-11T19:31:47.586Z Downloaded try-lock v0.2.4
7832023-10-11T19:31:47.594Z Downloaded percent-encoding v2.3.0
7842023-10-11T19:31:47.599Z Downloaded owo-colors v3.5.0
7852023-10-11T19:31:47.610Z Downloaded itertools v0.11.0
7862023-10-11T19:31:47.623Z Downloaded tabled_derive v0.6.0
7872023-10-11T19:31:47.632Z Downloaded number_prefix v0.4.0
7882023-10-11T19:31:47.636Z Downloaded want v0.3.1
7892023-10-11T19:31:47.646Z Downloaded semver v1.0.18
7902023-10-11T19:31:47.657Z Downloaded vte_generate_state_changes v0.1.1
7912023-10-11T19:31:47.674Z Downloaded openssl-macros v0.1.1
7922023-10-11T19:31:47.703Z Downloaded vte v0.11.1
7932023-10-11T19:31:47.721Z Downloaded ref-cast v1.0.20
7942023-10-11T19:31:48.154Z Downloaded tempfile v3.8.0
7952023-10-11T19:31:48.166Z Downloaded derive_builder v0.12.0
7962023-10-11T19:31:48.184Z Downloaded pretty-hex v0.2.1
7972023-10-11T19:31:48.201Z Downloaded slab v0.4.9
7982023-10-11T19:31:48.646Z Downloaded phf_shared v0.11.2
7992023-10-11T19:31:48.669Z Downloaded predicates-core v1.0.6
8002023-10-11T19:31:49.104Z Downloaded smf v0.2.2
8012023-10-11T19:31:49.121Z Downloaded digest v0.10.7
8022023-10-11T19:31:49.541Z Downloaded futures-core v0.3.28
8032023-10-11T19:31:49.549Z Downloaded memchr v2.6.3
8042023-10-11T19:31:49.588Z Downloaded tokio-macros v2.1.0
8052023-10-11T19:31:49.603Z Downloaded snafu-derive v0.7.5
8062023-10-11T19:31:49.628Z Downloaded terminal_size v0.2.6
8072023-10-11T19:31:50.051Z Downloaded proc-macro-crate v1.3.1
8082023-10-11T19:31:50.054Z Downloaded siphasher v0.3.11
8092023-10-11T19:31:50.057Z Downloaded olpc-cjson v0.1.3
8102023-10-11T19:31:50.062Z Downloaded serde_derive v1.0.188
8112023-10-11T19:31:50.066Z Downloaded debug-ignore v1.0.5
8122023-10-11T19:31:50.070Z Downloaded strsim v0.8.0
8132023-10-11T19:31:50.078Z Downloaded slog-stdlog v4.1.1
8142023-10-11T19:31:50.084Z Downloaded ron v0.8.1
8152023-10-11T19:31:50.093Z Downloaded derive_builder_macro v0.12.0
8162023-10-11T19:31:50.103Z Downloaded whoami v1.4.1
8172023-10-11T19:31:50.114Z Downloaded serde_spanned v0.6.3
8182023-10-11T19:31:50.125Z Downloaded hashbrown v0.12.3
8192023-10-11T19:31:50.135Z Downloaded darling_macro v0.14.4
8202023-10-11T19:31:50.144Z Downloaded headers v0.3.9
8212023-10-11T19:31:50.150Z Downloaded diesel_table_macro_syntax v0.1.0
8222023-10-11T19:31:50.156Z Downloaded twox-hash v1.6.3
8232023-10-11T19:31:50.160Z Downloaded futures v0.3.28
8242023-10-11T19:31:50.165Z Downloaded deranged v0.3.8
8252023-10-11T19:31:50.169Z Downloaded toml v0.7.8
8262023-10-11T19:31:50.173Z Downloaded packed_struct v0.10.1
8272023-10-11T19:31:50.176Z Downloaded downcast v0.11.0
8282023-10-11T19:31:50.183Z Downloaded tower-service v0.3.2
8292023-10-11T19:31:50.190Z Downloaded proc-macro-error v1.0.4
8302023-10-11T19:31:50.196Z Downloaded polyval v0.6.1
8312023-10-11T19:31:50.204Z Downloaded hkdf v0.12.3
8322023-10-11T19:31:50.211Z Downloaded string_cache v0.8.7
8332023-10-11T19:31:50.225Z Downloaded dtrace-parser v0.1.14
8342023-10-11T19:31:50.236Z Downloaded fastrand v2.0.0
8352023-10-11T19:31:50.253Z Downloaded slog-async v2.8.0
8362023-10-11T19:31:50.264Z Downloaded rustc-hash v1.1.0
8372023-10-11T19:31:50.292Z Downloaded num-bigint-dig v0.8.4
8382023-10-11T19:31:50.301Z Downloaded tokio-tungstenite v0.20.1
8392023-10-11T19:31:50.324Z Downloaded crossterm v0.26.1
8402023-10-11T19:31:50.333Z Downloaded poly1305 v0.8.0
8412023-10-11T19:31:50.344Z Downloaded darling_core v0.14.4
8422023-10-11T19:31:50.367Z Downloaded slog-json v2.6.1
8432023-10-11T19:31:50.378Z Downloaded unicode-bidi v0.3.13
8442023-10-11T19:31:50.388Z Downloaded xattr v1.0.1
8452023-10-11T19:31:50.391Z Downloaded crossbeam-queue v0.3.8
8462023-10-11T19:31:50.415Z Downloaded tap v1.0.1
8472023-10-11T19:31:50.424Z Downloaded similar v2.2.1
8482023-10-11T19:31:50.444Z Downloaded ryu v1.0.15
8492023-10-11T19:31:50.459Z Downloaded tar v0.4.40
8502023-10-11T19:31:50.878Z Downloaded diff v0.1.13
8512023-10-11T19:31:50.893Z Downloaded tui-tree-widget v0.13.0
8522023-10-11T19:31:50.905Z Downloaded toml v0.8.0
8532023-10-11T19:31:51.323Z Downloaded schemars v0.8.13
8542023-10-11T19:31:51.344Z Downloaded universal-hash v0.5.1
8552023-10-11T19:31:51.364Z Downloaded typenum v1.16.0
8562023-10-11T19:31:51.392Z Downloaded tokio-postgres v0.7.10
8572023-10-11T19:31:51.415Z Downloaded yasna v0.5.2
8582023-10-11T19:31:51.439Z Downloaded hashbrown v0.14.0
8592023-10-11T19:31:51.872Z Downloaded crypto-bigint v0.5.2
8602023-10-11T19:31:51.897Z Downloaded x509-cert v0.2.4
8612023-10-11T19:31:51.922Z Downloaded heapless v0.7.16
8622023-10-11T19:31:52.837Z Downloaded pest v2.7.2
8632023-10-11T19:31:53.267Z Downloaded tracing v0.1.37
8642023-10-11T19:31:53.698Z Downloaded hashbrown v0.13.2
8652023-10-11T19:31:53.704Z Downloaded regex v1.9.5
8662023-10-11T19:31:53.721Z Downloaded rsa v0.9.2
8672023-10-11T19:31:54.964Z Downloaded idna v0.2.3
8682023-10-11T19:31:54.971Z Downloaded diesel_derives v2.1.1
8692023-10-11T19:31:54.975Z Downloaded tungstenite v0.20.1
8702023-10-11T19:31:54.980Z Downloaded tough v0.12.5
8712023-10-11T19:31:54.986Z Downloaded syn v2.0.32
8722023-10-11T19:31:54.990Z Downloaded steno v0.4.0
8732023-10-11T19:31:54.995Z Downloaded quick-xml v0.23.1
8742023-10-11T19:31:54.999Z Downloaded tabled v0.14.0
8752023-10-11T19:31:55.002Z Downloaded toml_edit v0.19.15
8762023-10-11T19:31:55.008Z Downloaded gimli v0.28.0
8772023-10-11T19:31:55.014Z Downloaded smoltcp v0.8.2
8782023-10-11T19:31:55.020Z Downloaded regex-syntax v0.6.29
8792023-10-11T19:31:55.027Z Downloaded openssl v0.10.57
8802023-10-11T19:31:55.040Z Downloaded tokio-util v0.7.8
8812023-10-11T19:31:55.049Z Downloaded h2 v0.3.21
8822023-10-11T19:31:55.064Z Downloaded regex-syntax v0.7.5
8832023-10-11T19:31:55.080Z Downloaded rusqlite v0.29.0
8842023-10-11T19:31:55.103Z Downloaded reqwest v0.11.20
8852023-10-11T19:31:55.135Z Downloaded ratatui v0.23.0
8862023-10-11T19:31:55.160Z Downloaded webpki-roots v0.25.2
8872023-10-11T19:31:55.586Z Downloaded git2 v0.17.2
8882023-10-11T19:31:55.596Z Downloaded futures-util v0.3.28
8892023-10-11T19:31:55.605Z Downloaded regress v0.7.1
8902023-10-11T19:31:55.616Z Downloaded libc v0.2.148
8912023-10-11T19:31:55.629Z Downloaded object v0.30.4
8922023-10-11T19:31:55.641Z Downloaded rustls v0.21.7
8932023-10-11T19:31:55.658Z Downloaded radix_trie v0.2.1
8942023-10-11T19:31:55.674Z Downloaded tokio v1.32.0
8952023-10-11T19:31:55.689Z Downloaded diesel v2.1.1
8962023-10-11T19:31:55.698Z Downloaded rustix v0.38.9
8972023-10-11T19:31:55.709Z Downloaded openapiv3 v1.0.3
8982023-10-11T19:31:55.720Z Downloaded polar-core v0.26.4
8992023-10-11T19:31:55.737Z Downloaded zerocopy-derive v0.2.0
9002023-10-11T19:31:55.750Z Downloaded bzip2-sys v0.1.11+1.0.8
9012023-10-11T19:31:55.766Z Downloaded object v0.32.1
9022023-10-11T19:31:55.778Z Downloaded encoding_rs v0.8.33
9032023-10-11T19:31:55.794Z Downloaded libgit2-sys v0.15.2+1.6.4
9042023-10-11T19:31:55.841Z Downloaded bstr v1.6.0
9052023-10-11T19:31:55.860Z Downloaded sha3 v0.10.8
9062023-10-11T19:31:55.866Z Downloaded regex-automata v0.3.8
9072023-10-11T19:31:55.871Z Downloaded bstr v0.2.17
9082023-10-11T19:31:55.882Z Downloaded rustix v0.37.23
9092023-10-11T19:31:55.894Z Downloaded sled v0.34.7
9102023-10-11T19:31:55.930Z Downloaded zerocopy-derive v0.6.3
9112023-10-11T19:31:55.947Z Downloaded smoltcp v0.9.1
9122023-10-11T19:31:55.959Z Downloaded idna v0.4.0
9132023-10-11T19:31:55.969Z Downloaded winnow v0.5.15
9142023-10-11T19:31:55.976Z Downloaded rayon v1.7.0
9152023-10-11T19:31:55.987Z Downloaded petgraph v0.6.4
9162023-10-11T19:31:56.000Z Downloaded libsqlite3-sys v0.26.0
9172023-10-11T19:31:56.018Z Downloaded chrono v0.4.31
9182023-10-11T19:31:56.023Z Downloaded hyper v0.14.27
9192023-10-11T19:31:56.033Z Downloaded vcpkg v0.2.15
9202023-10-11T19:31:56.044Z Downloaded serde_json v1.0.107
9212023-10-11T19:31:56.053Z Downloaded clap v2.34.0
9222023-10-11T19:31:56.058Z Downloaded curve25519-dalek v4.1.0
9232023-10-11T19:31:56.064Z Downloaded libz-sys v1.1.12
9242023-10-11T19:31:56.078Z Downloaded trust-dns-proto v0.22.0
9252023-10-11T19:31:56.088Z Downloaded syn v1.0.109
9262023-10-11T19:31:56.093Z Downloaded bindgen v0.65.1
9272023-10-11T19:31:56.104Z Downloaded nix v0.26.2
9282023-10-11T19:31:56.121Z Downloaded url v2.4.1
9292023-10-11T19:31:56.131Z Downloaded unsafe-libyaml v0.2.9
9302023-10-11T19:31:56.142Z Downloaded proptest v1.2.0
9312023-10-11T19:31:56.153Z Downloaded unicode-normalization v0.1.22
9322023-10-11T19:31:56.163Z Downloaded serde_with v2.3.3
9332023-10-11T19:31:56.182Z Downloaded rustls-webpki v0.101.4
9342023-10-11T19:31:56.202Z Downloaded slog v2.7.0
9352023-10-11T19:31:56.260Z Downloaded regex-automata v0.1.10
9362023-10-11T19:31:56.284Z Downloaded crossterm v0.27.0
9372023-10-11T19:31:56.318Z Downloaded lalrpop v0.19.12
9382023-10-11T19:31:56.325Z Downloaded ring v0.16.20
9392023-10-11T19:31:56.333Z Downloaded portable-atomic v1.4.3
9402023-10-11T19:31:56.340Z Downloaded subprocess v0.2.9
9412023-10-11T19:31:56.351Z Downloaded aho-corasick v1.0.4
9422023-10-11T19:31:56.360Z Downloaded bitvec v1.0.1
9432023-10-11T19:31:56.368Z Downloaded ucd-trie v0.1.6
9442023-10-11T19:31:56.383Z Downloaded quote v1.0.33
9452023-10-11T19:31:56.418Z Downloaded der_derive v0.7.2
9462023-10-11T19:31:56.875Z Downloaded tokio-tungstenite v0.18.0
9472023-10-11T19:31:57.712Z Downloaded hashlink v0.8.3
9482023-10-11T19:31:57.732Z Downloaded nom v7.1.3
9492023-10-11T19:31:57.754Z Downloaded unicode-segmentation v1.10.1
9502023-10-11T19:31:57.810Z Downloaded unicode-xid v0.2.4
9512023-10-11T19:31:57.841Z Downloaded serde_arrays v0.1.0
9522023-10-11T19:31:57.934Z Downloaded fatfs v0.3.6
9532023-10-11T19:31:57.979Z Downloaded oso v0.26.4
9542023-10-11T19:31:58.000Z Downloaded openssl-sys v0.9.93
9552023-10-11T19:31:58.019Z Downloaded der v0.7.8
9562023-10-11T19:31:58.042Z Downloaded reedline v0.23.0
9572023-10-11T19:31:58.063Z Downloaded aes v0.8.3
9582023-10-11T19:31:58.091Z Downloaded smallvec v1.11.0
9592023-10-11T19:31:58.112Z Downloaded radium v0.7.0
9602023-10-11T19:31:58.146Z Downloaded uuid v1.4.1
9612023-10-11T19:31:58.562Z Downloaded fxhash v0.2.1
9622023-10-11T19:31:58.573Z Downloaded slog-envlogger v2.2.0
9632023-10-11T19:31:58.582Z Downloaded tinyvec v1.6.0
9642023-10-11T19:31:58.592Z Downloaded prettyplease v0.2.12
9652023-10-11T19:31:58.603Z Downloaded flume v0.11.0
9662023-10-11T19:31:58.615Z Downloaded synstructure v0.12.6
9672023-10-11T19:31:59.032Z Downloaded dyn-clone v1.0.13
9682023-10-11T19:31:59.045Z Downloaded dof v0.1.5
9692023-10-11T19:31:59.049Z Downloaded snafu v0.7.5
9702023-10-11T19:31:59.058Z Downloaded rustls-pemfile v1.0.3
9712023-10-11T19:31:59.493Z Downloaded fallible-iterator v0.2.0
9722023-10-11T19:31:59.522Z Downloaded time v0.3.27
9732023-10-11T19:31:59.539Z Downloaded base64 v0.21.4
9742023-10-11T19:32:00.013Z Downloaded opaque-debug v0.3.0
9752023-10-11T19:32:00.031Z Downloaded pkg-config v0.3.27
9762023-10-11T19:32:00.057Z Downloaded half v1.8.2
9772023-10-11T19:32:00.075Z Downloaded predicates-tree v1.0.9
9782023-10-11T19:32:00.084Z Downloaded same-file v1.0.6
9792023-10-11T19:32:00.091Z Downloaded stable_deref_trait v1.2.0
9802023-10-11T19:32:00.096Z Downloaded serde_derive_internals v0.26.0
9812023-10-11T19:32:00.101Z Downloaded salty v0.2.0
9822023-10-11T19:32:00.105Z Downloaded foreign-types-shared v0.3.1
9832023-10-11T19:32:00.115Z Downloaded dirs-next v2.0.0
9842023-10-11T19:32:00.121Z Downloaded spin v0.9.8
9852023-10-11T19:32:00.127Z Downloaded pkcs8 v0.10.2
9862023-10-11T19:32:00.131Z Downloaded rayon-core v1.11.0
9872023-10-11T19:32:00.547Z Downloaded trust-dns-server v0.22.1
9882023-10-11T19:32:00.568Z Downloaded futures-io v0.3.28
9892023-10-11T19:32:00.586Z Downloaded futures-executor v0.3.28
9902023-10-11T19:32:00.601Z Downloaded zerocopy v0.3.0
9912023-10-11T19:32:00.613Z Downloaded data-encoding v2.4.0
9922023-10-11T19:32:00.629Z Downloaded postcard v0.7.3
9932023-10-11T19:32:01.052Z Downloaded getrandom v0.2.10
9942023-10-11T19:32:01.061Z Downloaded float-cmp v0.9.0
9952023-10-11T19:32:01.074Z Downloaded parking_lot v0.12.1
9962023-10-11T19:32:01.086Z Downloaded crossbeam-channel v0.5.8
9972023-10-11T19:32:01.099Z Downloaded smawk v0.3.1
9982023-10-11T19:32:01.523Z Downloaded darling_macro v0.20.3
9992023-10-11T19:32:01.529Z Downloaded dirs-sys-next v0.1.2
10002023-10-11T19:32:01.538Z Downloaded password-hash v0.5.0
10012023-10-11T19:32:01.546Z Downloaded serde_repr v0.1.16
10022023-10-11T19:32:01.550Z Downloaded textwrap v0.11.0
10032023-10-11T19:32:01.556Z Downloaded getopts v0.2.21
10042023-10-11T19:32:01.562Z Downloaded parking_lot_core v0.9.8
10052023-10-11T19:32:01.570Z Downloaded postgres-protocol v0.6.6
10062023-10-11T19:32:01.576Z Downloaded toml_edit v0.20.0
10072023-10-11T19:32:01.587Z Downloaded pin-project-lite v0.2.13
10082023-10-11T19:32:01.592Z Downloaded group v0.13.0
10092023-10-11T19:32:01.602Z Downloaded ron v0.7.1
10102023-10-11T19:32:01.608Z Downloaded postcard-cobs v0.1.5-pre
10112023-10-11T19:32:01.629Z Downloaded generic-array v0.14.7
10122023-10-11T19:32:02.064Z Downloaded version_check v0.9.4
10132023-10-11T19:32:02.083Z Downloaded filetime v0.2.22
10142023-10-11T19:32:02.106Z Downloaded ff v0.13.0
10152023-10-11T19:32:02.125Z Downloaded fd-lock v3.0.13
10162023-10-11T19:32:02.148Z Downloaded tokio-stream v0.1.14
10172023-10-11T19:32:02.573Z Downloaded futures-channel v0.3.28
10182023-10-11T19:32:02.599Z Downloaded platforms v3.0.2
10192023-10-11T19:32:02.611Z Downloaded glob v0.3.1
10202023-10-11T19:32:02.637Z Downloaded elliptic-curve v0.13.5
10212023-10-11T19:32:02.662Z Downloaded parking_lot v0.11.2
10222023-10-11T19:32:02.680Z Downloaded flate2 v1.0.27
10232023-10-11T19:32:02.690Z Downloaded zeroize_derive v1.4.2
10242023-10-11T19:32:02.701Z Downloaded walkdir v2.4.0
10252023-10-11T19:32:02.710Z Downloaded serde_yaml v0.9.25
10262023-10-11T19:32:02.715Z Downloaded signal-hook v0.3.17
10272023-10-11T19:32:02.721Z Downloaded mio v0.8.8
10282023-10-11T19:32:02.726Z Downloaded clap_builder v4.4.2
10292023-10-11T19:32:02.734Z Downloaded thiserror v1.0.49
10302023-10-11T19:32:02.741Z Downloaded env_logger v0.9.3
10312023-10-11T19:32:02.747Z Downloaded zip v0.6.6
10322023-10-11T19:32:02.753Z Downloaded parking_lot_core v0.8.6
10332023-10-11T19:32:02.768Z Downloaded tokio-rustls v0.24.1
10342023-10-11T19:32:02.775Z Downloaded postgres-types v0.2.6
10352023-10-11T19:32:02.780Z Downloaded test-strategy v0.2.1
10362023-10-11T19:32:02.785Z Downloaded tokio-native-tls v0.3.1
10372023-10-11T19:32:02.792Z Downloaded pkcs1 v0.7.5
10382023-10-11T19:32:02.800Z Downloaded structmeta v0.1.6
10392023-10-11T19:32:02.817Z Downloaded parse-display v0.7.0
10402023-10-11T19:32:02.825Z Downloaded semver v0.11.0
10412023-10-11T19:32:02.837Z Downloaded fs-err v2.9.0
10422023-10-11T19:32:02.844Z Downloaded form_urlencoded v1.2.0
10432023-10-11T19:32:02.854Z Downloaded slog-scope v4.4.0
10442023-10-11T19:32:02.863Z Downloaded serde_with_macros v2.3.3
10452023-10-11T19:32:02.870Z Downloaded serde_tokenstream v0.2.0
10462023-10-11T19:32:02.879Z Downloaded itertools v0.10.5
10472023-10-11T19:32:02.889Z Downloaded trust-dns-client v0.22.0
10482023-10-11T19:32:02.899Z Downloaded sha1 v0.10.5
10492023-10-11T19:32:02.913Z Downloaded crossbeam-utils v0.8.16
10502023-10-11T19:32:02.922Z Downloaded pest_meta v2.7.2
10512023-10-11T19:32:02.945Z Downloaded schemars_derive v0.8.13
10522023-10-11T19:32:02.955Z Downloaded globset v0.4.13
10532023-10-11T19:32:02.973Z Downloaded zone v0.2.0
10542023-10-11T19:32:02.993Z Downloaded papergrid v0.10.0
10552023-10-11T19:32:03.012Z Downloaded predicates v3.0.3
10562023-10-11T19:32:04.251Z Downloaded paste v1.0.14
10572023-10-11T19:32:04.256Z Downloaded time-macros v0.2.13
10582023-10-11T19:32:04.260Z Downloaded spki v0.7.2
10592023-10-11T19:32:04.265Z Downloaded rtoolbox v0.0.1
10602023-10-11T19:32:04.269Z Downloaded zeroize v1.6.0
10612023-10-11T19:32:04.273Z Downloaded derive_builder_core v0.12.0
10622023-10-11T19:32:04.279Z Downloaded pest_derive v2.7.2
10632023-10-11T19:32:04.282Z Downloaded erased-serde v0.3.30
10642023-10-11T19:32:04.285Z Downloaded termcolor v1.2.0
10652023-10-11T19:32:04.288Z Downloaded serde v1.0.188
10662023-10-11T19:32:04.712Z Downloaded rand_xorshift v0.3.0
10672023-10-11T19:32:04.724Z Downloaded packed_struct_codegen v0.10.1
10682023-10-11T19:32:04.742Z Downloaded ppv-lite86 v0.2.17
10692023-10-11T19:32:04.767Z Downloaded chacha20poly1305 v0.10.1
10702023-10-11T19:32:04.783Z Downloaded backtrace v0.3.69
10712023-10-11T19:32:04.803Z Downloaded trust-dns-resolver v0.22.0
10722023-10-11T19:32:04.817Z Downloaded vergen v8.2.4
10732023-10-11T19:32:04.829Z Downloaded unicode-ident v1.0.12
10742023-10-11T19:32:04.840Z Downloaded fragile v2.0.0
10752023-10-11T19:32:04.852Z Downloaded rcgen v0.10.0
10762023-10-11T19:32:05.272Z Downloaded omicron-zone-package v0.8.3
10772023-10-11T19:32:05.286Z Downloaded tungstenite v0.18.0
10782023-10-11T19:32:05.309Z Downloaded toml v0.5.11
10792023-10-11T19:32:05.724Z Downloaded darling_core v0.20.3
10802023-10-11T19:32:05.735Z Downloaded proc-macro2 v1.0.67
10812023-10-11T19:32:05.756Z Downloaded ringbuffer v0.15.0
10822023-10-11T19:32:06.203Z Downloaded libm v0.2.7
10832023-10-11T19:32:06.225Z Downloaded tinyvec_macros v0.1.1
10842023-10-11T19:32:06.252Z Downloaded time-core v0.1.1
10852023-10-11T19:32:06.273Z Downloaded sha2 v0.10.7
10862023-10-11T19:32:06.280Z Downloaded phf v0.11.2
10872023-10-11T19:32:06.291Z Downloaded minimal-lexical v0.2.1
10882023-10-11T19:32:06.301Z Downloaded pretty-hex v0.3.0
10892023-10-11T19:32:06.309Z Downloaded tracing-core v0.1.31
10902023-10-11T19:32:06.768Z Downloaded num-traits v0.2.16
10912023-10-11T19:32:06.792Z Downloaded rustls-native-certs v0.6.3
10922023-10-11T19:32:07.231Z Downloaded arc-swap v1.6.0
10932023-10-11T19:32:07.248Z Downloaded libxml v0.3.3
10942023-10-11T19:32:07.278Z Downloaded errno v0.3.2
10952023-10-11T19:32:07.286Z Downloaded thiserror-impl-no-std v2.0.2
10962023-10-11T19:32:07.303Z Downloaded thiserror-impl v1.0.49
10972023-10-11T19:32:07.313Z Downloaded termios v0.3.3
10982023-10-11T19:32:07.330Z Downloaded rand_chacha v0.3.1
10992023-10-11T19:32:07.342Z Downloaded resolv-conf v0.7.0
11002023-10-11T19:32:07.351Z Downloaded rustc_version v0.4.0
11012023-10-11T19:32:07.374Z Downloaded fallible-streaming-iterator v0.1.9
11022023-10-11T19:32:07.384Z Downloaded slog-term v2.9.0
11032023-10-11T19:32:07.395Z Downloaded r2d2 v0.8.10
11042023-10-11T19:32:07.405Z Downloaded linear-map v1.2.0
11052023-10-11T19:32:07.416Z Downloaded socket2 v0.5.3
11062023-10-11T19:32:07.432Z Downloaded phf_shared v0.10.0
11072023-10-11T19:32:07.450Z Downloaded miniz_oxide v0.7.1
11082023-10-11T19:32:07.467Z Downloaded parse-display-derive v0.7.0
11092023-10-11T19:32:07.516Z Downloaded thread_local v1.1.7
11102023-10-11T19:32:07.937Z Downloaded display-error-chain v0.1.1
11112023-10-11T19:32:07.946Z Downloaded oso-derive v0.26.4
11122023-10-11T19:32:07.955Z Downloaded num_threads v0.1.6
11132023-10-11T19:32:08.008Z Downloaded signal-hook-mio v0.2.3
11142023-10-11T19:32:08.038Z Downloaded subtle v2.5.0
11152023-10-11T19:32:08.062Z Downloaded indexmap v1.9.3
11162023-10-11T19:32:08.077Z Downloaded cc v1.0.83
11172023-10-11T19:32:08.089Z Downloaded structmeta-derive v0.1.6
11182023-10-11T19:32:08.101Z Downloaded strsim v0.10.0
11192023-10-11T19:32:08.117Z Downloaded rand_core v0.6.4
11202023-10-11T19:32:08.128Z Downloaded crc-any v2.4.3
11212023-10-11T19:32:08.141Z Downloaded vsss-rs v3.3.1
11222023-10-11T19:32:08.155Z Downloaded wait-timeout v0.2.0
11232023-10-11T19:32:08.167Z Downloaded untrusted v0.7.1
11242023-10-11T19:32:08.178Z Downloaded unicode-width v0.1.10
11252023-10-11T19:32:08.188Z Downloaded num_enum v0.7.0
11262023-10-11T19:32:08.605Z Downloaded toml_datetime v0.6.3
11272023-10-11T19:32:08.617Z Downloaded base64 v0.13.1
11282023-10-11T19:32:08.630Z Downloaded path-slash v0.1.5
11292023-10-11T19:32:08.641Z Downloaded socket2 v0.4.9
11302023-10-11T19:32:08.650Z Downloaded cookie v0.16.2
11312023-10-11T19:32:08.659Z Downloaded ascii v1.1.0
11322023-10-11T19:32:08.675Z Downloaded crunchy v0.2.2
11332023-10-11T19:32:08.684Z Downloaded console v0.15.7
11342023-10-11T19:32:08.690Z Downloaded cargo_toml v0.16.3
11352023-10-11T19:32:08.699Z Downloaded bitflags v2.4.0
11362023-10-11T19:32:08.705Z Downloaded hmac v0.12.1
11372023-10-11T19:32:08.708Z Downloaded crossbeam-epoch v0.9.15
11382023-10-11T19:32:08.712Z Downloaded futures-sink v0.3.28
11392023-10-11T19:32:08.724Z Downloaded utf-8 v0.7.6
11402023-10-11T19:32:08.730Z Downloaded usdt-impl v0.3.5
11412023-10-11T19:32:08.740Z Downloaded usdt v0.3.5
11422023-10-11T19:32:08.750Z Downloaded unicode-linebreak v0.1.5
11432023-10-11T19:32:08.771Z Downloaded signal-hook-tokio v0.3.1
11442023-10-11T19:32:08.785Z Downloaded shell-words v1.1.0
11452023-10-11T19:32:08.797Z Downloaded sct v0.7.0
11462023-10-11T19:32:09.214Z Downloaded num-rational v0.4.1
11472023-10-11T19:32:09.232Z Downloaded log v0.4.20
11482023-10-11T19:32:09.250Z Downloaded slog-dtrace v0.2.3
11492023-10-11T19:32:09.269Z Downloaded md-5 v0.10.5
11502023-10-11T19:32:09.329Z Downloaded managed v0.8.0
11512023-10-11T19:32:09.372Z Downloaded crossbeam v0.8.2
11522023-10-11T19:32:09.386Z Downloaded topological-sort v0.2.2
11532023-10-11T19:32:09.400Z Downloaded tiny-keccak v2.0.2
11542023-10-11T19:32:09.408Z Downloaded stringprep v0.1.3
11552023-10-11T19:32:09.827Z Downloaded serde_path_to_error v0.1.14
11562023-10-11T19:32:10.262Z Downloaded strip-ansi-escapes v0.2.0
11572023-10-11T19:32:10.287Z Downloaded multer v2.1.0
11582023-10-11T19:32:10.291Z Downloaded async-stream v0.3.5
11592023-10-11T19:32:10.296Z Downloaded mockall v0.11.4
11602023-10-11T19:32:10.299Z Downloaded memoffset v0.7.1
11612023-10-11T19:32:10.302Z Downloaded colored v2.0.4
11622023-10-11T19:32:10.305Z Downloaded atomic-waker v1.1.1
11632023-10-11T19:32:10.308Z Downloaded buf-list v1.0.3
11642023-10-11T19:32:10.343Z Downloaded base64ct v1.6.0
11652023-10-11T19:32:10.351Z Downloaded ahash v0.7.6
11662023-10-11T19:32:10.354Z Downloaded async-trait v0.1.73
11672023-10-11T19:32:10.358Z Downloaded is-terminal v0.4.9
11682023-10-11T19:32:10.362Z Downloaded indoc v2.0.3
11692023-10-11T19:32:10.365Z Downloaded const_format_proc_macros v0.2.31
11702023-10-11T19:32:10.368Z Downloaded bzip2 v0.4.4
11712023-10-11T19:32:10.372Z Downloaded hyper-tls v0.5.0
11722023-10-11T19:32:10.377Z Downloaded byteorder v1.4.3
11732023-10-11T19:32:10.381Z Downloaded curve25519-dalek-derive v0.1.0
11742023-10-11T19:32:10.804Z Downloaded ansi_term v0.12.1
11752023-10-11T19:32:10.813Z Downloaded pem v1.1.1
11762023-10-11T19:32:10.819Z Downloaded usdt-macro v0.3.5
11772023-10-11T19:32:10.822Z Downloaded smallvec v0.6.14
11782023-10-11T19:32:11.247Z Downloaded slog-bunyan v2.4.0
11792023-10-11T19:32:11.264Z Downloaded signature v1.6.4
11802023-10-11T19:32:11.271Z Downloaded serde_plain v1.0.2
11812023-10-11T19:32:11.277Z Downloaded scopeguard v1.2.0
11822023-10-11T19:32:11.281Z Downloaded scheduled-thread-pool v0.2.7
11832023-10-11T19:32:11.285Z Downloaded rustfmt-wrapper v0.2.0
11842023-10-11T19:32:11.291Z Downloaded num_cpus v1.16.0
11852023-10-11T19:32:11.297Z Downloaded num-complex v0.4.4
11862023-10-11T19:32:11.319Z Downloaded cancel-safe-futures v0.1.2
11872023-10-11T19:32:11.324Z Downloaded clang-sys v1.6.1
11882023-10-11T19:32:11.328Z Downloaded bytes v1.5.0
11892023-10-11T19:32:11.332Z Downloaded spin v0.5.2
11902023-10-11T19:32:11.337Z Downloaded num_enum v0.5.11
11912023-10-11T19:32:11.341Z Downloaded macaddr v1.0.1
11922023-10-11T19:32:11.377Z Downloaded lru-cache v0.1.2
11932023-10-11T19:32:11.382Z Downloaded libloading v0.7.4
11942023-10-11T19:32:11.385Z Downloaded lazycell v1.3.0
11952023-10-11T19:32:11.388Z Downloaded itoa v1.0.9
11962023-10-11T19:32:11.392Z Downloaded cpufeatures v0.2.9
11972023-10-11T19:32:11.396Z Downloaded toolchain_find v0.2.0
11982023-10-11T19:32:11.400Z Downloaded take_mut v0.2.2
11992023-10-11T19:32:11.405Z Downloaded rustversion v1.0.14
12002023-10-11T19:32:11.411Z Downloaded num-integer v0.1.45
12012023-10-11T19:32:11.416Z Downloaded num-derive v0.4.0
12022023-10-11T19:32:11.420Z Downloaded nu-ansi-term v0.49.0
12032023-10-11T19:32:11.423Z Downloaded async-recursion v1.0.5
12042023-10-11T19:32:11.427Z Downloaded bit-set v0.5.3
12052023-10-11T19:32:11.430Z Downloaded bincode v1.3.3
12062023-10-11T19:32:11.845Z Downloaded strum v0.25.0
12072023-10-11T19:32:11.862Z Downloaded nodrop v0.1.14
12082023-10-11T19:32:11.880Z Downloaded corncobs v0.1.3
12092023-10-11T19:32:11.884Z Downloaded adler v1.0.2
12102023-10-11T19:32:11.888Z Downloaded anstyle-parse v0.2.1
12112023-10-11T19:32:11.897Z Downloaded indoc v1.0.9
12122023-10-11T19:32:11.903Z Downloaded hyper-staticfile v0.9.5
12132023-10-11T19:32:11.909Z Downloaded hubpack v0.1.2
12142023-10-11T19:32:12.330Z Downloaded hyper-rustls v0.24.1
12152023-10-11T19:32:12.750Z Downloaded humantime v2.1.0
12162023-10-11T19:32:12.760Z Downloaded cipher v0.4.4
12172023-10-11T19:32:12.776Z Downloaded bit_field v0.10.2
12182023-10-11T19:32:12.781Z Downloaded serde_urlencoded v0.7.1
12192023-10-11T19:32:12.790Z Downloaded serde-big-array v0.4.1
12202023-10-11T19:32:12.795Z Downloaded cargo-platform v0.1.3
12212023-10-11T19:32:12.800Z Downloaded indexmap v2.0.0
12222023-10-11T19:32:12.806Z Downloaded anyhow v1.0.75
12232023-10-11T19:32:12.813Z Downloaded anstyle-query v1.0.0
12242023-10-11T19:32:12.818Z Downloaded bytecount v0.6.3
12252023-10-11T19:32:12.828Z Downloaded bb8 v0.8.1
12262023-10-11T19:32:12.832Z Downloaded cexpr v0.6.0
12272023-10-11T19:32:12.837Z Downloaded keccak v0.1.4
12282023-10-11T19:32:12.845Z Downloaded assert_matches v1.5.0
12292023-10-11T19:32:12.851Z Downloaded atty v0.2.14
12302023-10-11T19:32:12.897Z Downloaded newtype_derive v0.1.6
12312023-10-11T19:32:12.912Z Downloaded match_cfg v0.1.0
12322023-10-11T19:32:12.919Z Downloaded maplit v1.0.2
12332023-10-11T19:32:12.927Z Downloaded ident_case v1.0.1
12342023-10-11T19:32:12.939Z Downloaded atomicwrites v0.4.1
12352023-10-11T19:32:12.952Z Downloaded new_debug_unreachable v1.0.4
12362023-10-11T19:32:12.967Z Downloaded io-lifetimes v1.0.11
12372023-10-11T19:32:12.977Z Downloaded http-range v0.1.5
12382023-10-11T19:32:12.986Z Downloaded cfg-if v0.1.10
12392023-10-11T19:32:12.996Z Downloaded bitstruct v0.1.1
12402023-10-11T19:32:13.005Z Downloaded async-stream-impl v0.3.5
12412023-10-11T19:32:13.019Z Downloaded base16ct v0.2.0
12422023-10-11T19:32:13.047Z Downloaded native-tls v0.2.11
12432023-10-11T19:32:13.069Z Downloaded ipnetwork v0.20.0
12442023-10-11T19:32:13.078Z Downloaded httparse v1.8.0
12452023-10-11T19:32:13.087Z Downloaded crc32fast v1.3.2
12462023-10-11T19:32:13.124Z Downloaded ciborium-ll v0.2.1
12472023-10-11T19:32:13.162Z Downloaded chacha20 v0.9.1
12482023-10-11T19:32:13.209Z Downloaded hex v0.4.3
12492023-10-11T19:32:13.224Z Downloaded crc-catalog v2.2.0
12502023-10-11T19:32:13.239Z Downloaded block-padding v0.3.3
12512023-10-11T19:32:13.265Z Downloaded libefi-sys v0.1.0
12522023-10-11T19:32:13.281Z Downloaded jobserver v0.1.26
12532023-10-11T19:32:13.733Z Downloaded crossbeam-deque v0.8.3
12542023-10-11T19:32:13.739Z Downloaded cargo_metadata v0.18.0
12552023-10-11T19:32:13.744Z Downloaded http-body v0.4.5
12562023-10-11T19:32:13.752Z Downloaded heck v0.4.1
12572023-10-11T19:32:13.762Z Downloaded cfg-if v1.0.0
12582023-10-11T19:32:13.773Z Downloaded bytesize v1.3.0
12592023-10-11T19:32:14.191Z Downloaded impl-trait-for-tuples v0.2.2
12602023-10-11T19:32:14.195Z Downloaded colorchoice v1.0.0
12612023-10-11T19:32:14.630Z Downloaded instant v0.1.12
12622023-10-11T19:32:14.648Z Downloaded httpdate v1.0.3
12632023-10-11T19:32:14.656Z Downloaded convert_case v0.4.0
12642023-10-11T19:32:14.664Z Downloaded ciborium v0.2.1
12652023-10-11T19:32:14.672Z Downloaded bitflags v1.3.2
12662023-10-11T19:32:14.683Z Downloaded backoff v0.4.0
12672023-10-11T19:32:14.694Z Downloaded ascii-canvas v3.0.0
12682023-10-11T19:32:14.705Z Compiling proc-macro2 v1.0.67
12692023-10-11T19:32:14.714Z Compiling unicode-ident v1.0.12
12702023-10-11T19:32:14.724Z Compiling libc v0.2.148
12712023-10-11T19:32:14.734Z Compiling serde v1.0.188
12722023-10-11T19:32:14.745Z Compiling autocfg v1.1.0
12732023-10-11T19:32:14.755Z Compiling version_check v0.9.4
12742023-10-11T19:32:14.765Z Compiling cfg-if v1.0.0
12752023-10-11T19:32:14.775Z Compiling syn v1.0.109
12762023-10-11T19:32:14.785Z Compiling once_cell v1.18.0
12772023-10-11T19:32:14.798Z Compiling parking_lot_core v0.9.8
12782023-10-11T19:32:14.812Z Compiling libm v0.2.7
12792023-10-11T19:32:14.824Z Compiling ahash v0.8.3
12802023-10-11T19:32:14.863Z Compiling lock_api v0.4.10
12812023-10-11T19:32:14.868Z Compiling num-traits v0.2.16
12822023-10-11T19:32:14.874Z Compiling thiserror v1.0.49
12832023-10-11T19:32:14.879Z Compiling typenum v1.16.0
12842023-10-11T19:32:14.885Z Compiling futures-core v0.3.28
12852023-10-11T19:32:14.892Z Compiling generic-array v0.14.7
12862023-10-11T19:32:14.898Z Compiling memchr v2.6.3
12872023-10-11T19:32:14.906Z Compiling itoa v1.0.9
12882023-10-11T19:32:14.912Z Compiling scopeguard v1.2.0
12892023-10-11T19:32:14.917Z Compiling pkg-config v0.3.27
12902023-10-11T19:32:14.928Z Compiling quote v1.0.33
12912023-10-11T19:32:14.937Z Compiling slab v0.4.9
12922023-10-11T19:32:14.943Z Compiling syn v2.0.32
12932023-10-11T19:32:14.951Z Compiling jobserver v0.1.26
12942023-10-11T19:32:14.955Z Compiling getrandom v0.2.10
12952023-10-11T19:32:14.964Z Compiling cc v1.0.83
12962023-10-11T19:32:14.972Z Compiling futures-task v0.3.28
12972023-10-11T19:32:14.979Z Compiling futures-channel v0.3.28
12982023-10-11T19:32:14.985Z Compiling futures-util v0.3.28
12992023-10-11T19:32:14.993Z Compiling log v0.4.20
13002023-10-11T19:32:15.000Z Compiling ryu v1.0.15
13012023-10-11T19:32:15.005Z Compiling serde_json v1.0.107
13022023-10-11T19:32:15.015Z Compiling pin-project-lite v0.2.13
13032023-10-11T19:32:15.030Z Compiling ahash v0.7.6
13042023-10-11T19:32:15.052Z Compiling vcpkg v0.2.15
13052023-10-11T19:32:15.064Z Compiling schemars v0.8.13
13062023-10-11T19:32:15.075Z Compiling smallvec v1.11.0
13072023-10-11T19:32:15.087Z Compiling heck v0.4.1
13082023-10-11T19:32:15.514Z Compiling parking_lot v0.12.1
13092023-10-11T19:32:15.519Z Compiling num_cpus v1.16.0
13102023-10-11T19:32:15.528Z Compiling ring v0.16.20
13112023-10-11T19:32:15.956Z Compiling openssl-sys v0.9.93
13122023-10-11T19:32:15.963Z Compiling rand_core v0.6.4
13132023-10-11T19:32:15.967Z Compiling indexmap v1.9.3
13142023-10-11T19:32:15.970Z Compiling byteorder v1.4.3
13152023-10-11T19:32:15.973Z Compiling allocator-api2 v0.2.16
13162023-10-11T19:32:15.978Z Compiling spin v0.5.2
13172023-10-11T19:32:15.981Z Compiling httparse v1.8.0
13182023-10-11T19:32:15.990Z Compiling equivalent v1.0.1
13192023-10-11T19:32:15.996Z Compiling mio v0.8.8
13202023-10-11T19:32:16.006Z Compiling socket2 v0.5.3
13212023-10-11T19:32:16.009Z Compiling hashbrown v0.14.0
13222023-10-11T19:32:16.018Z Compiling signal-hook-registry v1.4.1
13232023-10-11T19:32:16.462Z Compiling semver v1.0.18
13242023-10-11T19:32:16.481Z Compiling openssl v0.10.57
13252023-10-11T19:32:16.485Z Compiling fnv v1.0.7
13262023-10-11T19:32:16.491Z Compiling serde_derive_internals v0.26.0
13272023-10-11T19:32:16.502Z Compiling rustls v0.21.7
13282023-10-11T19:32:16.508Z Compiling iana-time-zone v0.1.57
13292023-10-11T19:32:16.513Z Compiling crossbeam-utils v0.8.16
13302023-10-11T19:32:16.525Z Compiling native-tls v0.2.11
13312023-10-11T19:32:16.546Z Compiling ucd-trie v0.1.6
13322023-10-11T19:32:16.580Z Compiling unicode-xid v0.2.4
13332023-10-11T19:32:16.585Z Compiling synstructure v0.12.6
13342023-10-11T19:32:16.592Z Compiling futures-sink v0.3.28
13352023-10-11T19:32:16.596Z Compiling io-lifetimes v1.0.11
13362023-10-11T19:32:16.602Z Compiling backtrace v0.3.69
13372023-10-11T19:32:16.610Z Compiling dyn-clone v1.0.13
13382023-10-11T19:32:16.618Z Compiling tinyvec_macros v0.1.1
13392023-10-11T19:32:16.625Z Compiling tinyvec v1.6.0
13402023-10-11T19:32:16.633Z Compiling tracing-core v0.1.31
13412023-10-11T19:32:16.645Z Compiling memoffset v0.9.0
13422023-10-11T19:32:16.654Z Compiling num-integer v0.1.45
13432023-10-11T19:32:16.667Z Compiling pin-utils v0.1.0
13442023-10-11T19:32:16.672Z Compiling rustix v0.38.9
13452023-10-11T19:32:16.676Z Compiling subtle v2.5.0
13462023-10-11T19:32:16.684Z Compiling rustix v0.37.23
13472023-10-11T19:32:16.688Z Compiling futures-io v0.3.28
13482023-10-11T19:32:16.692Z Compiling winnow v0.5.15
13492023-10-11T19:32:16.697Z Compiling hashbrown v0.13.2
13502023-10-11T19:32:16.701Z Compiling aho-corasick v1.0.4
13512023-10-11T19:32:16.706Z Compiling unicode-normalization v0.1.22
13522023-10-11T19:32:16.714Z Compiling usdt-impl v0.3.5
13532023-10-11T19:32:16.719Z Compiling anyhow v1.0.75
13542023-10-11T19:32:16.724Z Compiling crc32fast v1.3.2
13552023-10-11T19:32:16.730Z Compiling time-core v0.1.1
13562023-10-11T19:32:17.039Z Compiling regex-syntax v0.7.5
13572023-10-11T19:32:17.061Z Compiling slog v2.7.0
13582023-10-11T19:32:17.141Z Compiling bitflags v1.3.2
13592023-10-11T19:32:17.169Z Compiling serde_derive v1.0.188
13602023-10-11T19:32:17.301Z Compiling zeroize_derive v1.4.2
13612023-10-11T19:32:17.420Z Compiling thiserror-impl v1.0.49
13622023-10-11T19:32:18.263Z Compiling tokio-macros v2.1.0
13632023-10-11T19:32:18.940Z Compiling futures-macro v0.3.28
13642023-10-11T19:32:19.733Z Compiling tracing-attributes v0.1.26
13652023-10-11T19:32:20.587Z Compiling schemars_derive v0.8.13
13662023-10-11T19:32:20.591Z Compiling zeroize v1.6.0
13672023-10-11T19:32:22.038Z Compiling openssl-macros v0.1.1
13682023-10-11T19:32:22.200Z Compiling pest v2.7.2
13692023-10-11T19:32:23.145Z Compiling zerocopy-derive v0.2.0
13702023-10-11T19:32:23.261Z Compiling crypto-common v0.1.6
13712023-10-11T19:32:23.364Z Compiling block-buffer v0.10.4
13722023-10-11T19:32:24.982Z Compiling unicode-bidi v0.3.13
13732023-10-11T19:32:25.176Z Compiling tracing v0.1.37
13742023-10-11T19:32:25.862Z Compiling const-oid v0.9.5
13752023-10-11T19:32:26.553Z Compiling pest_meta v2.7.2
13762023-10-11T19:32:27.518Z Compiling regex-automata v0.3.8
13772023-10-11T19:32:27.841Z Compiling time-macros v0.2.13
13782023-10-11T19:32:29.595Z Compiling pest_generator v2.7.2
13792023-10-11T19:32:32.658Z Compiling digest v0.10.7
13802023-10-11T19:32:33.512Z Compiling pest_derive v2.7.2
13812023-10-11T19:32:34.329Z Compiling bzip2-sys v0.1.11+1.0.8
13822023-10-11T19:32:34.972Z Compiling crossbeam-epoch v0.9.15
13832023-10-11T19:32:35.212Z Compiling async-trait v0.1.73
13842023-10-11T19:32:35.986Z Compiling ppv-lite86 v0.2.17
13852023-10-11T19:32:37.578Z Compiling rand_chacha v0.3.1
13862023-10-11T19:32:38.567Z Compiling zerocopy v0.3.0
13872023-10-11T19:32:38.703Z Compiling zerocopy-derive v0.6.3
13882023-10-11T19:32:39.206Z Compiling base64 v0.21.4
13892023-10-11T19:32:39.679Z Compiling untrusted v0.7.1
13902023-10-11T19:32:39.695Z Compiling bytes v1.5.0
13912023-10-11T19:32:39.923Z Compiling indexmap v2.0.0
13922023-10-11T19:32:40.334Z Compiling uuid v1.4.1
13932023-10-11T19:32:41.491Z Compiling chrono v0.4.31
13942023-10-11T19:32:41.813Z Compiling tokio v1.32.0
13952023-10-11T19:32:44.156Z Compiling bitflags v2.4.0
13962023-10-11T19:32:44.358Z Compiling serde_spanned v0.6.3
13972023-10-11T19:32:44.710Z Compiling toml_datetime v0.6.3
13982023-10-11T19:32:45.088Z Compiling http v0.2.9
13992023-10-11T19:32:45.349Z Compiling rustc_version v0.4.0
14002023-10-11T19:32:46.376Z Compiling toml_edit v0.19.15
14012023-10-11T19:32:47.622Z Compiling heapless v0.7.16
14022023-10-11T19:32:49.764Z Compiling strsim v0.10.0
14032023-10-11T19:32:52.177Z Compiling dof v0.1.5
14042023-10-11T19:32:56.787Z Compiling tokio-util v0.7.8
14052023-10-11T19:32:57.887Z Compiling rand v0.8.5
14062023-10-11T19:32:57.907Z Compiling hashbrown v0.12.3
14072023-10-11T19:32:59.097Z Compiling regex v1.9.5
14082023-10-11T19:32:59.434Z Compiling dtrace-parser v0.1.14
14092023-10-11T19:33:00.133Z Compiling thread-id v4.2.0
14102023-10-11T19:33:00.192Z Compiling errno v0.3.2
14112023-10-11T19:33:00.400Z Compiling num-bigint v0.4.4
14122023-10-11T19:33:00.547Z Compiling percent-encoding v2.3.0
14132023-10-11T19:33:01.067Z Compiling foreign-types-shared v0.1.1
14142023-10-11T19:33:01.090Z Compiling radium v0.7.0
14152023-10-11T19:33:01.219Z Compiling unicode-width v0.1.10
14162023-10-11T19:33:01.222Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14172023-10-11T19:33:01.849Z Compiling openssl-probe v0.1.5
14182023-10-11T19:33:02.018Z Compiling smoltcp v0.9.1
14192023-10-11T19:33:02.322Z Compiling foreign-types v0.3.2
14202023-10-11T19:33:04.570Z Compiling serde_tokenstream v0.1.7
14212023-10-11T19:33:05.920Z Compiling lazy_static v1.4.0
14222023-10-11T19:33:06.095Z Compiling socket2 v0.4.9
14232023-10-11T19:33:06.282Z Compiling adler v1.0.2
14242023-10-11T19:33:07.649Z Compiling unicode-segmentation v1.10.1
14252023-10-11T19:33:07.719Z Compiling siphasher v0.3.11
14262023-10-11T19:33:08.415Z Compiling try-lock v0.2.4
14272023-10-11T19:33:08.683Z Compiling want v0.3.1
14282023-10-11T19:33:09.064Z Compiling miniz_oxide v0.7.1
14292023-10-11T19:33:12.235Z Compiling h2 v0.3.21
14302023-10-11T19:33:12.407Z Compiling form_urlencoded v1.2.0
14312023-10-11T19:33:13.086Z Compiling sct v0.7.0
14322023-10-11T19:33:13.114Z Compiling rustls-webpki v0.101.4
14332023-10-11T19:33:13.543Z Compiling http-body v0.4.5
14342023-10-11T19:33:13.876Z Compiling hubpack_derive v0.1.1
14352023-10-11T19:33:15.366Z Compiling num-iter v0.1.43
14362023-10-11T19:33:15.445Z Compiling httpdate v1.0.3
14372023-10-11T19:33:15.965Z Compiling tower-service v0.3.2
14382023-10-11T19:33:16.077Z Compiling cpufeatures v0.2.9
14392023-10-11T19:33:16.080Z Compiling anstyle v1.0.2
14402023-10-11T19:33:16.408Z Compiling utf8parse v0.2.1
14412023-10-11T19:33:16.626Z Compiling anstyle-parse v0.2.1
14422023-10-11T19:33:16.798Z Compiling sha2 v0.10.7
14432023-10-11T19:33:21.787Z Compiling usdt-attr-macro v0.3.5
14442023-10-11T19:33:21.941Z Compiling usdt-macro v0.3.5
14452023-10-11T19:33:23.813Z Compiling hyper v0.14.27
14462023-10-11T19:33:24.781Z Compiling openapiv3 v1.0.3
14472023-10-11T19:33:25.830Z Compiling rustls-pemfile v1.0.3
14482023-10-11T19:33:26.365Z Compiling md-5 v0.10.5
14492023-10-11T19:33:26.731Z Compiling hmac v0.12.1
14502023-10-11T19:33:29.195Z Compiling stringprep v0.1.3
14512023-10-11T19:33:29.311Z Compiling idna v0.4.0
14522023-10-11T19:33:30.698Z Compiling diesel_table_macro_syntax v0.1.0
14532023-10-11T19:33:31.279Z Compiling hash32 v0.2.1
14542023-10-11T19:33:31.688Z Compiling spin v0.9.8
14552023-10-11T19:33:31.918Z Compiling anstyle-query v1.0.0
14562023-10-11T19:33:33.173Z Compiling gimli v0.28.0
14572023-10-11T19:33:33.212Z Compiling stable_deref_trait v1.2.0
14582023-10-11T19:33:33.252Z Compiling colorchoice v1.0.0
14592023-10-11T19:33:33.259Z Compiling fallible-iterator v0.2.0
14602023-10-11T19:33:33.262Z Compiling anstream v0.5.0
14612023-10-11T19:33:33.500Z Compiling postgres-protocol v0.6.6
14622023-10-11T19:33:33.525Z Compiling diesel_derives v2.1.1
14632023-10-11T19:33:34.559Z Compiling url v2.4.1
14642023-10-11T19:33:35.996Z Compiling rustls-native-certs v0.6.3
14652023-10-11T19:33:37.312Z Compiling tokio-rustls v0.24.1
14662023-10-11T19:33:39.553Z Compiling addr2line v0.21.0
14672023-10-11T19:33:40.894Z Compiling terminal_size v0.2.6
14682023-10-11T19:33:41.160Z Compiling tokio-native-tls v0.3.1
14692023-10-11T19:33:41.567Z Compiling phf_shared v0.11.2
14702023-10-11T19:33:44.012Z Compiling serde_tokenstream v0.2.0
14712023-10-11T19:33:44.186Z Compiling block-padding v0.3.3
14722023-10-11T19:33:44.395Z Compiling enum-as-inner v0.5.1
14732023-10-11T19:33:44.534Z Compiling serde_repr v0.1.16
14742023-10-11T19:33:44.821Z Compiling clap_derive v4.4.2
14752023-10-11T19:33:46.261Z Compiling scheduled-thread-pool v0.2.7
14762023-10-11T19:33:46.294Z Compiling object v0.32.1
14772023-10-11T19:33:57.738Z Compiling num_threads v0.1.6
14782023-10-11T19:33:57.918Z Compiling matches v0.1.10
14792023-10-11T19:33:58.066Z Compiling managed v0.8.0
14802023-10-11T19:33:58.840Z Compiling deranged v0.3.8
14812023-10-11T19:33:59.810Z Compiling clap_lex v0.5.1
14822023-10-11T19:34:00.547Z Compiling ipnet v2.8.0
14832023-10-11T19:34:02.346Z Compiling bit-vec v0.6.3
14842023-10-11T19:34:02.420Z Compiling rustc-demangle v0.1.23
14852023-10-11T19:34:02.959Z Compiling tap v1.0.1
14862023-10-11T19:34:04.325Z Compiling either v1.9.0
14872023-10-11T19:34:04.759Z Compiling regex-automata v0.1.10
14882023-10-11T19:34:04.867Z Compiling itertools v0.10.5
14892023-10-11T19:34:05.575Z Compiling bstr v0.2.17
14902023-10-11T19:34:06.748Z Compiling wyz v0.5.1
14912023-10-11T19:34:08.112Z Compiling time v0.3.27
14922023-10-11T19:34:09.044Z Compiling clap_builder v4.4.2
14932023-10-11T19:34:10.702Z Compiling idna v0.2.3
14942023-10-11T19:34:13.277Z Compiling r2d2 v0.8.10
14952023-10-11T19:34:15.559Z Compiling inout v0.1.3
14962023-10-11T19:34:18.428Z Compiling phf v0.11.2
14972023-10-11T19:34:18.880Z Compiling hyper-tls v0.5.0
14982023-10-11T19:34:19.411Z Compiling hyper-rustls v0.24.1
14992023-10-11T19:34:20.473Z Compiling flate2 v1.0.27
15002023-10-11T19:34:21.945Z Compiling postgres-types v0.2.6
15012023-10-11T19:34:22.139Z Compiling hubpack v0.1.2
15022023-10-11T19:34:22.271Z Compiling serde_urlencoded v0.7.1
15032023-10-11T19:34:22.872Z Compiling phf_shared v0.10.0
15042023-10-11T19:34:23.263Z Compiling ipnetwork v0.20.0
15052023-10-11T19:34:23.468Z Compiling zerocopy v0.6.3
15062023-10-11T19:34:24.463Z Compiling futures-executor v0.3.28
15072023-10-11T19:34:25.291Z Compiling regress v0.7.1
15082023-10-11T19:34:25.488Z Compiling float-cmp v0.9.0
15092023-10-11T19:34:25.631Z Compiling encoding_rs v0.8.33
15102023-10-11T19:34:26.177Z Compiling unicode-linebreak v0.1.5
15112023-10-11T19:34:26.676Z Compiling data-encoding v2.4.0
15122023-10-11T19:34:26.987Z Compiling difflib v0.4.0
15132023-10-11T19:34:28.986Z Compiling predicates-core v1.0.6
15142023-10-11T19:34:29.147Z Compiling new_debug_unreachable v1.0.4
15152023-10-11T19:34:29.286Z Compiling mime v0.3.17
15162023-10-11T19:34:29.494Z Compiling normalize-line-endings v0.3.0
15172023-10-11T19:34:29.673Z Compiling precomputed-hash v0.1.1
15182023-10-11T19:34:29.714Z Compiling webpki-roots v0.25.2
15192023-10-11T19:34:29.842Z Compiling static_assertions v1.1.0
15202023-10-11T19:34:31.137Z Compiling smawk v0.3.1
15212023-10-11T19:34:31.162Z Compiling funty v2.0.0
15222023-10-11T19:34:31.460Z Compiling fixedbitset v0.4.2
15232023-10-11T19:34:32.005Z Compiling whoami v1.4.1
15242023-10-11T19:34:32.149Z Compiling petgraph v0.6.4
15252023-10-11T19:34:32.172Z Compiling textwrap v0.16.0
15262023-10-11T19:34:32.891Z Compiling tokio-postgres v0.7.10
15272023-10-11T19:34:33.784Z Compiling bitvec v1.0.1
15282023-10-11T19:34:33.936Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15292023-10-11T19:34:34.285Z Compiling reqwest v0.11.20
15302023-10-11T19:34:38.888Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15312023-10-11T19:34:41.119Z Compiling string_cache v0.8.7
15322023-10-11T19:34:41.434Z Compiling predicates v3.0.3
15332023-10-11T19:34:41.788Z Compiling trust-dns-proto v0.22.0
15342023-10-11T19:34:48.846Z Compiling futures v0.3.28
15352023-10-11T19:34:51.437Z Compiling diesel v2.1.1
15362023-10-11T19:34:52.227Z Compiling yasna v0.5.2
15372023-10-11T19:34:52.313Z Compiling cipher v0.4.4
15382023-10-11T19:34:53.253Z Compiling clap v4.4.3
15392023-10-11T19:34:53.671Z Compiling similar v2.2.1
15402023-10-11T19:34:54.732Z Compiling bit-set v0.5.3
15412023-10-11T19:34:54.997Z Compiling usdt v0.3.5
15422023-10-11T19:34:55.394Z Compiling console v0.15.7
15432023-10-11T19:34:56.009Z Compiling tokio-stream v0.1.14
15442023-10-11T19:34:57.097Z Compiling toml v0.7.8
15452023-10-11T19:34:57.565Z Compiling hex v0.4.3
15462023-10-11T19:34:57.718Z Compiling signature v2.1.0
15472023-10-11T19:34:57.903Z Compiling bstr v1.6.0
15482023-10-11T19:35:00.081Z Compiling lalrpop-util v0.19.12
15492023-10-11T19:35:02.131Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15502023-10-11T19:35:07.590Z Compiling ident_case v1.0.1
15512023-10-11T19:35:07.792Z Compiling rustversion v1.0.14
15522023-10-11T19:35:08.751Z Compiling darling_core v0.20.3
15532023-10-11T19:35:24.950Z Compiling crossbeam-channel v0.5.8
15542023-10-11T19:35:34.304Z Compiling atty v0.2.14
15552023-10-11T19:35:34.536Z Compiling proc-macro-error-attr v1.0.4
15562023-10-11T19:35:53.493Z Compiling darling_macro v0.20.3
15572023-10-11T19:35:58.233Z Compiling proc-macro-crate v1.3.1
15582023-10-11T19:36:02.032Z Compiling dirs-sys-next v0.1.2
15592023-10-11T19:36:02.349Z Compiling proc-macro-error v1.0.4
15602023-10-11T19:36:17.452Z Compiling dirs-next v2.0.0
15612023-10-11T19:36:17.992Z Compiling num_enum_derive v0.5.11
15622023-10-11T19:36:20.400Z Compiling strum_macros v0.25.2
15632023-10-11T19:36:25.071Z Compiling darling v0.20.3
15642023-10-11T19:36:26.649Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15652023-10-11T19:36:28.183Z Compiling getopts v0.2.21
15662023-10-11T19:36:30.853Z Compiling structmeta-derive v0.1.6
15672023-10-11T19:36:33.256Z Compiling thread_local v1.1.7
15682023-10-11T19:36:33.729Z Compiling multer v2.1.0
15692023-10-11T19:36:33.741Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15702023-10-11T19:36:33.753Z Compiling unsafe-libyaml v0.2.9
15712023-10-11T19:36:33.942Z Compiling camino v1.1.6
15722023-10-11T19:36:34.245Z Compiling slog-async v2.8.0
15732023-10-11T19:36:36.008Z Compiling paste v1.0.14
15742023-10-11T19:36:36.684Z Compiling match_cfg v0.1.0
15752023-10-11T19:36:39.813Z Compiling hostname v0.3.1
15762023-10-11T19:36:46.378Z Compiling serde_yaml v0.9.25
15772023-10-11T19:36:46.811Z Compiling structmeta v0.1.6
15782023-10-11T19:36:53.183Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15792023-10-11T19:36:55.266Z Compiling strum v0.25.0
15802023-10-11T19:36:55.305Z Compiling serde_with_macros v2.3.3
15812023-10-11T19:36:57.918Z Compiling num_enum v0.5.11
15822023-10-11T19:36:59.535Z Compiling term v0.7.0
15832023-10-11T19:37:00.973Z Compiling slog-json v2.6.1
15842023-10-11T19:37:04.706Z Compiling async-stream-impl v0.3.5
15852023-10-11T19:37:04.844Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15862023-10-11T19:37:05.246Z Compiling atomic-waker v1.1.1
15872023-10-11T19:37:05.550Z Compiling regex-syntax v0.6.29
15882023-10-11T19:37:06.142Z Compiling take_mut v0.2.2
15892023-10-11T19:37:06.402Z Compiling postcard-cobs v0.1.5-pre
15902023-10-11T19:37:06.637Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15912023-10-11T19:37:07.103Z Compiling postcard v0.7.3
15922023-10-11T19:37:07.192Z Compiling async-stream v0.3.5
15932023-10-11T19:37:07.956Z Compiling waitgroup v0.1.2
15942023-10-11T19:37:08.175Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15952023-10-11T19:37:08.783Z Compiling slog-bunyan v2.4.0
15962023-10-11T19:37:09.173Z Compiling slog-term v2.9.0
15972023-10-11T19:37:13.749Z Compiling serde_with v2.3.3
15982023-10-11T19:37:15.262Z Compiling parse-display-derive v0.7.0
15992023-10-11T19:37:21.542Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16002023-10-11T19:37:22.119Z Compiling sha1 v0.10.5
16012023-10-11T19:37:23.208Z Compiling smoltcp v0.8.2
16022023-10-11T19:37:23.637Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
16032023-10-11T19:37:23.904Z Compiling serde_path_to_error v0.1.14
16042023-10-11T19:37:25.604Z Compiling foreign-types-macros v0.2.3
16052023-10-11T19:37:25.801Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16062023-10-11T19:37:26.258Z Compiling instant v0.1.12
16072023-10-11T19:37:26.473Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16082023-10-11T19:37:26.883Z Compiling debug-ignore v1.0.5
16092023-10-11T19:37:26.931Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16102023-10-11T19:37:27.142Z Compiling foreign-types-shared v0.3.1
16112023-10-11T19:37:27.328Z Compiling cfg-if v0.1.10
16122023-10-11T19:37:27.526Z Compiling backoff v0.4.0
16132023-10-11T19:37:27.550Z Compiling foreign-types v0.5.0
16142023-10-11T19:37:27.831Z Compiling parse-display v0.7.0
16152023-10-11T19:37:28.394Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16162023-10-11T19:37:28.547Z Compiling is-terminal v0.4.9
16172023-10-11T19:37:28.647Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16182023-10-11T19:37:29.127Z Compiling macaddr v1.0.1
16192023-10-11T19:37:33.466Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16202023-10-11T19:37:33.844Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16212023-10-11T19:37:34.669Z Compiling cstr-argument v0.1.2
16222023-10-11T19:37:38.798Z Compiling pretty-hex v0.2.1
16232023-10-11T19:37:39.339Z Compiling base64ct v1.6.0
16242023-10-11T19:37:39.525Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16252023-10-11T19:37:39.964Z Compiling password-hash v0.5.0
16262023-10-11T19:37:40.714Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16272023-10-11T19:37:40.977Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16282023-10-11T19:37:41.116Z Compiling colored v2.0.4
16292023-10-11T19:37:41.281Z Compiling heck v0.3.3
16302023-10-11T19:37:41.691Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16312023-10-11T19:37:41.917Z Compiling textwrap v0.11.0
16322023-10-11T19:37:42.275Z Compiling blake2 v0.10.6
16332023-10-11T19:37:42.473Z Compiling strsim v0.8.0
16342023-10-11T19:37:42.536Z Compiling libefi-sys v0.1.0
16352023-10-11T19:37:42.658Z Compiling vec_map v0.8.2
16362023-10-11T19:37:42.703Z Compiling ansi_term v0.12.1
16372023-10-11T19:37:42.752Z Compiling rayon-core v1.11.0
16382023-10-11T19:37:42.800Z Compiling clap v2.34.0
16392023-10-11T19:37:42.838Z Compiling argon2 v0.5.2
16402023-10-11T19:37:42.850Z Compiling structopt-derive v0.4.18
16412023-10-11T19:37:43.638Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16422023-10-11T19:37:45.120Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16432023-10-11T19:37:45.621Z Compiling zone_cfg_derive v0.2.0
16442023-10-11T19:37:45.926Z Compiling crossbeam-deque v0.8.3
16452023-10-11T19:37:46.551Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16462023-10-11T19:37:47.129Z Compiling keccak v0.1.4
16472023-10-11T19:37:47.823Z Compiling portable-atomic v1.4.3
16482023-10-11T19:37:48.103Z Compiling zone v0.2.0
16492023-10-11T19:37:48.690Z Compiling sha3 v0.10.8
16502023-10-11T19:37:50.079Z Compiling structopt v0.3.26
16512023-10-11T19:37:50.340Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16522023-10-11T19:37:53.117Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16532023-10-11T19:37:54.681Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16542023-10-11T19:37:55.401Z Compiling hkdf v0.12.3
16552023-10-11T19:37:55.814Z Compiling smf v0.2.2
16562023-10-11T19:37:56.647Z Compiling secrecy v0.8.0
16572023-10-11T19:37:57.078Z Compiling xattr v1.0.1
16582023-10-11T19:37:57.129Z Compiling filetime v0.2.22
16592023-10-11T19:37:57.537Z Compiling same-file v1.0.6
16602023-10-11T19:37:57.557Z Compiling fastrand v2.0.0
16612023-10-11T19:37:57.613Z Compiling tar v0.4.40
16622023-10-11T19:37:58.003Z Compiling walkdir v2.4.0
16632023-10-11T19:37:58.742Z Compiling tempfile v3.8.0
16642023-10-11T19:38:00.944Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16652023-10-11T19:38:01.607Z Compiling rayon v1.7.0
16662023-10-11T19:38:02.503Z Compiling number_prefix v0.4.0
16672023-10-11T19:38:02.925Z Compiling omicron-zone-package v0.8.3
16682023-10-11T19:38:05.229Z Compiling topological-sort v0.2.2
16692023-10-11T19:38:10.911Z Compiling indicatif v0.17.6
16702023-10-11T19:38:18.364Z Compiling bzip2 v0.4.4
16712023-10-11T19:38:18.672Z Compiling zip v0.6.6
16722023-10-11T19:38:19.867Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16732023-10-11T19:38:20.252Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16742023-10-11T19:38:22.094Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16752023-10-11T19:38:22.119Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16762023-10-11T19:38:31.044Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16772023-10-11T19:38:32.302Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16782023-10-11T19:38:32.321Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16792023-10-11T19:38:44.774Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16802023-10-11T19:38:46.172Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16812023-10-11T19:39:21.123Z Finished release [optimized] target(s) in 8m 04s
16822023-10-11T19:39:21.723Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16832023-10-11T19:39:22.183ZCreated new build target 'test' and set it as active
16842023-10-11T19:39:22.210Z
16852023-10-11T19:39:22.232Zreal 8:04.744025330
16862023-10-11T19:39:22.254Zuser 50:50.521042710
16872023-10-11T19:39:22.280Zsys 4:35.289684221
16882023-10-11T19:39:22.730Ztrap 1.947369945
16892023-10-11T19:39:22.754Ztflt 6.401552293
16902023-10-11T19:39:23.298Zdflt 6.173275917
16912023-10-11T19:39:23.312Zkflt 0.030117975
16922023-10-11T19:39:23.329Zlock 1:52:44.059651772
16932023-10-11T19:39:23.343Zslp 2:46:29.861683240
16942023-10-11T19:39:23.359Zlat 2:16.104515828
16952023-10-11T19:39:23.377Zstop 3:59.652333227
16962023-10-11T19:39:23.393Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16972023-10-11T19:39:23.408Z Finished release [optimized] target(s) in 1.10s
16982023-10-11T19:39:23.430Z Running `target/release/omicron-package -t test package`
16992023-10-11T19:39:23.453ZOct 11 19:39:22.556 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
17002023-10-11T19:39:23.774Z Compiling serde_json v1.0.107
17012023-10-11T19:39:23.817Z Compiling linked-hash-map v0.5.6
17022023-10-11T19:39:23.828Z Compiling slog-dtrace v0.2.3
17032023-10-11T19:39:23.840Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17042023-10-11T19:39:23.856Z Compiling quick-error v1.2.3
17052023-10-11T19:39:23.875Z Compiling termcolor v1.2.0
17062023-10-11T19:39:23.897Z Compiling memoffset v0.7.1
17072023-10-11T19:39:23.954Z Compiling base64 v0.13.1
17082023-10-11T19:39:24.041Z Compiling resolv-conf v0.7.0
17092023-10-11T19:39:24.192Z Compiling libz-sys v1.1.12
17102023-10-11T19:39:24.270Z Compiling same-file v1.0.6
17112023-10-11T19:39:24.396Z Compiling lru-cache v0.1.2
17122023-10-11T19:39:25.007Z Compiling walkdir v2.4.0
17132023-10-11T19:39:25.484Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17142023-10-11T19:39:25.499Z Compiling trust-dns-resolver v0.22.0
17152023-10-11T19:39:25.518Z Compiling semver-parser v0.10.2
17162023-10-11T19:39:25.534Z Compiling fastrand v2.0.0
17172023-10-11T19:39:25.552Z Compiling cancel-safe-futures v0.1.2
17182023-10-11T19:39:25.676Z Compiling tempfile v3.8.0
17192023-10-11T19:39:26.187Z Compiling libgit2-sys v0.15.2+1.6.4
17202023-10-11T19:39:26.203Z Compiling xattr v1.0.1
17212023-10-11T19:39:26.217Z Compiling filetime v0.2.22
17222023-10-11T19:39:26.234Z Compiling semver v0.11.0
17232023-10-11T19:39:26.375Z Compiling num-rational v0.4.1
17242023-10-11T19:39:26.841Z Compiling schemars v0.8.13
17252023-10-11T19:39:27.731Z Compiling usdt-impl v0.3.5
17262023-10-11T19:39:27.869Z Compiling openapiv3 v1.0.3
17272023-10-11T19:39:28.309Z Compiling reqwest v0.11.20
17282023-10-11T19:39:28.367Z Compiling postgres-types v0.2.6
17292023-10-11T19:39:28.386Z Compiling usdt v0.3.5
17302023-10-11T19:39:28.967Z Compiling tokio-postgres v0.7.10
17312023-10-11T19:39:34.536Z Compiling ipnetwork v0.20.0
17322023-10-11T19:39:34.827Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17332023-10-11T19:39:40.402Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17342023-10-11T19:39:41.864Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17352023-10-11T19:39:43.037Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17362023-10-11T19:39:43.109Z Compiling slog-json v2.6.1
17372023-10-11T19:39:43.142Z Compiling diesel v2.1.1
17382023-10-11T19:39:43.609Z Compiling slog-bunyan v2.4.0
17392023-10-11T19:39:44.086Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17402023-10-11T19:39:48.253Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17412023-10-11T19:39:49.134Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17422023-10-11T19:39:52.042Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17432023-10-11T19:39:52.405Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17442023-10-11T19:39:55.400Z Compiling home v0.5.5
17452023-10-11T19:39:55.744Z Compiling utf-8 v0.7.6
17462023-10-11T19:39:56.389Z Compiling toolchain_find v0.2.0
17472023-10-11T19:39:57.319Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17482023-10-11T19:40:00.500Z Compiling tar v0.4.40
17492023-10-11T19:40:02.138Z Compiling pem-rfc7468 v0.7.0
17502023-10-11T19:40:04.556Z Compiling itertools v0.11.0
17512023-10-11T19:40:06.564Z Compiling toml v0.5.11
17522023-10-11T19:40:08.192Z Compiling der_derive v0.7.2
17532023-10-11T19:40:08.895Z Compiling flagset v0.4.3
17542023-10-11T19:40:09.254Z Compiling rustfmt-wrapper v0.2.0
17552023-10-11T19:40:10.596Z Compiling omicron-zone-package v0.8.3
17562023-10-11T19:40:12.090Z Compiling der v0.7.8
17572023-10-11T19:40:15.771Z Compiling vergen v8.2.4
17582023-10-11T19:40:16.169Z Compiling fxhash v0.2.1
17592023-10-11T19:40:16.282Z Compiling num-complex v0.4.4
17602023-10-11T19:40:16.534Z Compiling unicase v2.7.0
17612023-10-11T19:40:17.400Z Compiling spki v0.7.2
17622023-10-11T19:40:17.884Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17632023-10-11T19:40:18.438Z Compiling num v0.4.1
17642023-10-11T19:40:18.604Z Compiling universal-hash v0.5.1
17652023-10-11T19:40:18.916Z Compiling libsqlite3-sys v0.26.0
17662023-10-11T19:40:19.480Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17672023-10-11T19:40:19.634Z Compiling opaque-debug v0.3.0
17682023-10-11T19:40:19.724Z Compiling arc-swap v1.6.0
17692023-10-11T19:40:20.507Z Compiling half v1.8.2
17702023-10-11T19:40:21.008Z Compiling maybe-uninit v2.0.0
17712023-10-11T19:40:21.712Z Compiling ciborium-io v0.2.1
17722023-10-11T19:40:21.849Z Compiling semver v0.1.20
17732023-10-11T19:40:22.500Z Compiling rustc_version v0.1.7
17742023-10-11T19:40:23.047Z Compiling ciborium-ll v0.2.1
17752023-10-11T19:40:24.005Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17762023-10-11T19:40:24.030Z Compiling slog-scope v4.4.0
17772023-10-11T19:40:25.308Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17782023-10-11T19:40:26.399Z Compiling packed_struct v0.10.1
17792023-10-11T19:40:26.552Z Compiling crc-catalog v2.2.0
17802023-10-11T19:40:26.757Z Compiling parking_lot_core v0.8.6
17812023-10-11T19:40:27.352Z Compiling signal-hook v0.3.17
17822023-10-11T19:40:27.895Z Compiling num-bigint-dig v0.8.4
17832023-10-11T19:40:28.944Z Compiling crc v3.0.1
17842023-10-11T19:40:31.385Z Compiling slog-stdlog v4.1.1
17852023-10-11T19:40:32.147Z Compiling ciborium v0.2.1
17862023-10-11T19:40:33.094Z Compiling newtype_derive v0.1.6
17872023-10-11T19:40:33.591Z Compiling pkcs8 v0.10.2
17882023-10-11T19:40:33.826Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17892023-10-11T19:40:35.554Z Compiling toml_edit v0.20.0
17902023-10-11T19:40:36.206Z Compiling hashlink v0.8.3
17912023-10-11T19:40:37.474Z Compiling aead v0.5.2
17922023-10-11T19:40:37.551Z Compiling nibble_vec v0.1.0
17932023-10-11T19:40:37.872Z Compiling packed_struct_codegen v0.10.1
17942023-10-11T19:40:38.033Z Compiling dirs-sys-next v0.1.2
17952023-10-11T19:40:38.811Z Compiling crunchy v0.2.2
17962023-10-11T19:40:39.454Z Compiling humantime v2.1.0
17972023-10-11T19:40:41.335Z Compiling endian-type v0.1.2
17982023-10-11T19:40:41.339Z Compiling fallible-streaming-iterator v0.1.9
17992023-10-11T19:40:41.711Z Compiling doc-comment v0.3.3
18002023-10-11T19:40:42.222Z Compiling nodrop v0.1.14
18012023-10-11T19:40:42.401Z Compiling glob v0.3.1
18022023-10-11T19:40:42.675Z Compiling array-init v0.0.4
18032023-10-11T19:40:43.785Z Compiling clang-sys v1.6.1
18042023-10-11T19:40:44.818Z Compiling rusqlite v0.29.0
18052023-10-11T19:40:44.905Z Compiling radix_trie v0.2.1
18062023-10-11T19:40:46.427Z Compiling toml v0.8.0
18072023-10-11T19:40:53.985Z Compiling dirs-next v2.0.0
18082023-10-11T19:40:53.997Z Compiling pkcs1 v0.7.5
18092023-10-11T19:40:54.023Z Compiling smallvec v0.6.14
18102023-10-11T19:40:54.089Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112023-10-11T19:40:54.243Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18122023-10-11T19:40:56.052Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18132023-10-11T19:40:57.055Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18142023-10-11T19:40:59.395Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18152023-10-11T19:41:03.379Z Compiling slog-envlogger v2.2.0
18162023-10-11T19:41:08.315Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18172023-10-11T19:41:09.240Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18182023-10-11T19:41:10.122Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18192023-10-11T19:41:11.684Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18202023-10-11T19:41:17.570Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18212023-10-11T19:41:26.765Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18222023-10-11T19:41:27.723Z Compiling nix v0.26.2
18232023-10-11T19:41:28.305Z Compiling num_enum_derive v0.7.0
18242023-10-11T19:41:28.397Z Compiling twox-hash v1.6.3
18252023-10-11T19:41:30.132Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18262023-10-11T19:41:31.771Z Compiling bitfield v0.14.0
18272023-10-11T19:41:32.318Z Compiling platforms v3.0.2
18282023-10-11T19:41:32.516Z Compiling tiny-keccak v2.0.2
18292023-10-11T19:41:32.776Z Compiling prettyplease v0.2.12
18302023-10-11T19:41:32.938Z Compiling num_enum v0.7.0
18312023-10-11T19:41:33.185Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18322023-10-11T19:41:33.208Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18332023-10-11T19:41:41.321Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18342023-10-11T19:41:43.085Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18352023-10-11T19:41:43.382Z Compiling rsa v0.9.2
18362023-10-11T19:41:45.904Z Compiling parking_lot v0.11.2
18372023-10-11T19:41:49.361Z Compiling serde-hex v0.1.0
18382023-10-11T19:41:50.143Z Compiling mime_guess v2.0.4
18392023-10-11T19:41:52.066Z Compiling term v0.7.0
18402023-10-11T19:41:52.469Z Compiling trust-dns-client v0.22.0
18412023-10-11T19:41:53.553Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18422023-10-11T19:41:54.075Z Compiling polyval v0.6.1
18432023-10-11T19:41:54.195Z Compiling x509-cert v0.2.4
18442023-10-11T19:41:55.210Z Compiling tungstenite v0.20.1
18452023-10-11T19:41:56.500Z Compiling env_logger v0.10.0
18462023-10-11T19:41:58.441Z Compiling aes v0.8.3
18472023-10-11T19:42:02.755Z Compiling ctr v0.9.2
18482023-10-11T19:42:02.942Z Compiling darling_core v0.14.4
18492023-10-11T19:42:03.297Z Compiling ron v0.8.1
18502023-10-11T19:42:04.721Z Compiling snafu-derive v0.7.5
18512023-10-11T19:42:11.014Z Compiling bincode v1.3.3
18522023-10-11T19:42:13.468Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
18532023-10-11T19:42:13.752Z Compiling erased-serde v0.3.30
18542023-10-11T19:42:13.938Z Compiling minimal-lexical v0.2.1
18552023-10-11T19:42:14.097Z Compiling convert_case v0.4.0
18562023-10-11T19:42:14.158Z Compiling crc-any v2.4.3
18572023-10-11T19:42:14.218Z Compiling nom v7.1.3
18582023-10-11T19:42:14.907Z Compiling derive_more v0.99.17
18592023-10-11T19:42:16.178Z Compiling trust-dns-server v0.22.1
18602023-10-11T19:42:17.268Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18612023-10-11T19:42:20.759Z Compiling snafu v0.7.5
18622023-10-11T19:42:22.780Z Compiling darling_macro v0.14.4
18632023-10-11T19:42:24.260Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18642023-10-11T19:42:27.283Z Compiling aes-gcm-siv v0.11.1
18652023-10-11T19:42:27.783Z Compiling tokio-tungstenite v0.20.1
18662023-10-11T19:42:28.408Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18672023-10-11T19:42:28.612Z Compiling ascii-canvas v3.0.0
18682023-10-11T19:42:29.800Z Compiling steno v0.4.0
18692023-10-11T19:42:29.820Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18702023-10-11T19:42:36.070Z Compiling sled v0.34.7
18712023-10-11T19:42:49.231Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18722023-10-11T19:42:49.702Z Compiling env_logger v0.9.3
18732023-10-11T19:42:50.141Z Compiling tungstenite v0.18.0
18742023-10-11T19:42:54.268Z Compiling object v0.30.4
18752023-10-11T19:42:56.944Z Compiling is-terminal v0.4.9
18762023-10-11T19:42:57.082Z Compiling ena v0.14.2
18772023-10-11T19:42:57.140Z Compiling derive-where v1.2.5
18782023-10-11T19:42:59.031Z Compiling bitstruct_derive v0.1.0
18792023-10-11T19:42:59.705Z Compiling async-recursion v1.0.5
18802023-10-11T19:43:00.010Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18812023-10-11T19:43:00.621Z Compiling libloading v0.7.4
18822023-10-11T19:43:00.778Z Compiling pretty-hex v0.3.0
18832023-10-11T19:43:01.128Z Compiling bindgen v0.65.1
18842023-10-11T19:43:01.195Z Compiling ringbuffer v0.15.0
18852023-10-11T19:43:01.735Z Compiling linear-map v1.2.0
18862023-10-11T19:43:02.310Z Compiling diff v0.1.13
18872023-10-11T19:43:02.431Z Compiling ascii v1.1.0
18882023-10-11T19:43:02.972Z Compiling path-slash v0.1.5
18892023-10-11T19:43:02.988Z Compiling lalrpop v0.19.12
18902023-10-11T19:43:03.236Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18912023-10-11T19:43:03.702Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18922023-10-11T19:43:07.629Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18932023-10-11T19:43:13.587Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18942023-10-11T19:43:19.199Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
18952023-10-11T19:43:19.573Z Compiling bitstruct v0.1.1
18962023-10-11T19:43:19.739Z Compiling tokio-tungstenite v0.18.0
18972023-10-11T19:43:20.228Z Compiling curve25519-dalek v4.1.0
18982023-10-11T19:43:20.651Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18992023-10-11T19:43:24.350Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
19002023-10-11T19:43:28.028Z Compiling darling v0.14.4
19012023-10-11T19:43:31.173Z Compiling cexpr v0.6.0
19022023-10-11T19:43:36.636Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19032023-10-11T19:43:38.380Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
19042023-10-11T19:43:39.179Z Compiling which v4.4.0
19052023-10-11T19:43:39.973Z Compiling ff v0.13.0
19062023-10-11T19:43:40.258Z Compiling path-dedot v3.1.0
19072023-10-11T19:43:40.356Z Compiling serde_arrays v0.1.0
19082023-10-11T19:43:40.621Z Compiling display-error-chain v0.1.1
19092023-10-11T19:43:40.635Z Compiling lazycell v1.3.0
19102023-10-11T19:43:40.832Z Compiling rustc-hash v1.1.0
19112023-10-11T19:43:40.851Z Compiling shlex v1.1.0
19122023-10-11T19:43:41.067Z Compiling peeking_take_while v0.1.2
19132023-10-11T19:43:41.609Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19142023-10-11T19:43:42.909Z Compiling path-absolutize v3.1.0
19152023-10-11T19:43:43.220Z Compiling group v0.13.0
19162023-10-11T19:43:43.486Z Compiling derive_builder_core v0.12.0
19172023-10-11T19:43:47.405Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19182023-10-11T19:43:52.916Z Compiling polar-core v0.26.4
19192023-10-11T19:43:55.186Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19202023-10-11T19:43:56.592Z Compiling olpc-cjson v0.1.3
19212023-10-11T19:43:57.608Z Compiling pem v1.1.1
19222023-10-11T19:43:58.170Z Compiling camino-tempfile v1.0.2
19232023-10-11T19:43:59.438Z Compiling globset v0.4.13
19242023-10-11T19:44:00.011Z Compiling crypto-bigint v0.5.2
19252023-10-11T19:44:00.953Z Compiling serde_plain v1.0.2
19262023-10-11T19:44:01.815Z Compiling thiserror-impl-no-std v2.0.2
19272023-10-11T19:44:03.058Z Compiling libxml v0.3.3
19282023-10-11T19:44:03.528Z Compiling curve25519-dalek-derive v0.1.0
19292023-10-11T19:44:04.273Z Compiling buf-list v1.0.3
19302023-10-11T19:44:05.075Z Compiling ref-cast v1.0.20
19312023-10-11T19:44:05.709Z Compiling base16ct v0.2.0
19322023-10-11T19:44:06.301Z Compiling elliptic-curve v0.13.5
19332023-10-11T19:44:06.511Z Compiling thiserror-no-std v2.0.2
19342023-10-11T19:44:06.694Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19352023-10-11T19:44:06.802Z Compiling tough v0.12.5
19362023-10-11T19:44:13.963Z Compiling derive_builder_macro v0.12.0
19372023-10-11T19:44:15.152Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19382023-10-11T19:44:18.420Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19392023-10-11T19:44:18.576Z Compiling poly1305 v0.8.0
19402023-10-11T19:44:19.505Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19412023-10-11T19:44:21.250Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19422023-10-11T19:44:21.644Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19432023-10-11T19:44:22.044Z Compiling chacha20 v0.9.1
19442023-10-11T19:44:22.249Z Compiling strum_macros v0.24.3
19452023-10-11T19:44:22.767Z Compiling const_format_proc_macros v0.2.31
19462023-10-11T19:44:26.026Z Compiling ref-cast-impl v1.0.20
19472023-10-11T19:44:26.042Z Compiling cookie v0.16.2
19482023-10-11T19:44:26.467Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19492023-10-11T19:44:26.911Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19502023-10-11T19:44:27.324Z Compiling signature v1.6.4
19512023-10-11T19:44:27.397Z Compiling indoc v1.0.9
19522023-10-11T19:44:27.551Z Compiling salty v0.2.0
19532023-10-11T19:44:27.991Z Compiling ed25519 v1.5.3
19542023-10-11T19:44:28.500Z Compiling const_format v0.2.31
19552023-10-11T19:44:28.538Z Compiling chacha20poly1305 v0.10.1
19562023-10-11T19:44:28.871Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19572023-10-11T19:44:28.885Z Compiling derive_builder v0.12.0
19582023-10-11T19:44:30.612Z Compiling vsss-rs v3.3.1
19592023-10-11T19:44:37.114Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19602023-10-11T19:44:38.700Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19612023-10-11T19:44:41.700Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19622023-10-11T19:44:46.668Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19632023-10-11T19:44:47.494Z Compiling signal-hook-mio v0.2.3
19642023-10-11T19:44:47.781Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19652023-10-11T19:44:48.355Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19662023-10-11T19:44:48.734Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19672023-10-11T19:44:50.880Z Compiling ron v0.7.1
19682023-10-11T19:45:00.782Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19692023-10-11T19:45:01.694Z Compiling headers-core v0.2.0
19702023-10-11T19:45:01.969Z Compiling bb8 v0.8.1
19712023-10-11T19:45:02.436Z Compiling quick-xml v0.23.1
19722023-10-11T19:45:02.910Z Compiling serde-big-array v0.5.1
19732023-10-11T19:45:03.293Z Compiling num-derive v0.4.0
19742023-10-11T19:45:05.985Z Compiling oso-derive v0.26.4
19752023-10-11T19:45:07.055Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19762023-10-11T19:45:07.545Z Compiling impl-trait-for-tuples v0.2.2
19772023-10-11T19:45:08.334Z Compiling http-range v0.1.5
19782023-10-11T19:45:08.418Z Compiling bit_field v0.10.2
19792023-10-11T19:45:08.848Z Compiling maplit v1.0.2
19802023-10-11T19:45:09.012Z Compiling hyper-staticfile v0.9.5
19812023-10-11T19:45:09.286Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19822023-10-11T19:45:10.104Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19832023-10-11T19:45:18.903Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
19842023-10-11T19:45:19.661Z Compiling headers v0.3.9
19852023-10-11T19:45:23.113Z Compiling crossterm v0.27.0
19862023-10-11T19:45:24.013Z Compiling oso v0.26.4
19872023-10-11T19:45:42.075Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19882023-10-11T19:45:44.073Z Compiling signal-hook-tokio v0.3.1
19892023-10-11T19:45:44.388Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19902023-10-11T19:45:44.772Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19912023-10-11T19:45:45.874Z Compiling serde-big-array v0.4.1
19922023-10-11T19:45:46.368Z Compiling cassowary v0.3.0
19932023-10-11T19:45:46.882Z Compiling indoc v2.0.3
19942023-10-11T19:45:48.422Z Compiling ratatui v0.23.0
19952023-10-11T19:45:49.900Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19962023-10-11T19:45:52.652Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19972023-10-11T19:45:54.033Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19982023-10-11T19:45:54.604Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19992023-10-11T19:45:56.523Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20002023-10-11T19:46:00.708Z Compiling fatfs v0.3.6
20012023-10-11T19:46:06.982Z Compiling bytesize v1.3.0
20022023-10-11T19:46:07.007Z Compiling nanorand v0.7.0
20032023-10-11T19:46:07.399Z Compiling rtoolbox v0.0.1
20042023-10-11T19:46:07.909Z Compiling assert_matches v1.5.0
20052023-10-11T19:46:08.065Z Compiling corncobs v0.1.3
20062023-10-11T19:46:08.154Z Compiling fs-err v2.9.0
20072023-10-11T19:46:08.372Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20082023-10-11T19:46:08.889Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20092023-10-11T19:46:09.542Z Compiling rpassword v7.2.0
20102023-10-11T19:46:09.690Z Compiling flume v0.11.0
20112023-10-11T19:46:10.179Z Compiling tui-tree-widget v0.13.0
20122023-10-11T19:46:10.988Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20132023-10-11T19:46:13.768Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20142023-10-11T19:46:14.425Z Compiling shell-words v1.1.0
20152023-10-11T19:46:14.720Z Compiling owo-colors v3.5.0
20162023-10-11T19:46:20.778Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20172023-10-11T19:46:31.314Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20182023-10-11T19:47:24.267Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20192023-10-11T19:47:44.882Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20202023-10-11T19:49:32.083Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20212023-10-11T19:51:22.624Z Compiling git2 v0.17.2
20222023-10-11T19:51:29.137Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20232023-10-11T19:51:30.856Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20242023-10-11T19:51:42.765Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20252023-10-11T19:51:58.253Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20262023-10-11T19:51:59.394Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20272023-10-11T19:52:00.744Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
20282023-10-11T19:52:02.995Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20292023-10-11T20:00:46.451Z Finished release [optimized] target(s) in 21m 23s
20302023-10-11T20:02:32.225Z
20312023-10-11T20:02:32.229Zreal 23:10.913257421
20322023-10-11T20:02:32.234Zuser 2:37:37.850033810
20332023-10-11T20:02:32.237Zsys 6:35.796888922
20342023-10-11T20:02:32.240Ztrap 5.050253921
20352023-10-11T20:02:32.243Ztflt 1.496477552
20362023-10-11T20:02:32.247Zdflt 2.832641971
20372023-10-11T20:02:32.250Zkflt 0.008118412
20382023-10-11T20:02:32.254Zlock 9:09:55.807503769
20392023-10-11T20:02:32.257Zslp 6:34:33.616931867
20402023-10-11T20:02:32.261Zlat 2:49.027059197
20412023-10-11T20:02:32.264Zstop 50.912609198
20422023-10-11T20:02:32.267Z+ 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/*)
20432023-10-11T20:02:32.271Z+ pfexec mkdir -p /work
20442023-10-11T20:02:32.274Z+ pfexec chown build /work
20452023-10-11T20:02:32.277Z+ 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
20462023-10-11T20:02:45.925ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20472023-10-11T20:02:45.928Za out/maghemite.tar 73201K
20482023-10-11T20:02:45.931Za out/omicron-sled-agent.tar 110510K
20492023-10-11T20:02:45.934Za out/target/test 1K
20502023-10-11T20:02:45.937Za out/npuzone/npuzone 36504K
20512023-10-11T20:02:45.940Za package-manifest.toml 21K
20522023-10-11T20:02:45.943Za smf/sled-agent/non-gimlet/config.toml 4K
20532023-10-11T20:02:45.948Za target/release/omicron-package 37008K
20542023-10-11T20:02:45.950Za tools/create_virtual_hardware.sh 3K
20552023-10-11T20:02:45.953Za tools/virtual_hardware.sh 4K
20562023-10-11T20:02:45.957Za tools/scrimlet/create-softnpu-zone.sh 1K
20572023-10-11T20:02:45.960Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20582023-10-11T20:02:45.963Za tools/scrimlet/softnpu-init.sh 3K
20592023-10-11T20:02:45.965Za tools/scrimlet/softnpu-zone.txt 1K
20602023-10-11T20:02:45.968Za tools/scrimlet/softnpu.toml 1K
20612023-10-11T20:02:45.971Z
20622023-10-11T20:02:45.974Zreal 13.687153477
20632023-10-11T20:02:45.977Zuser 13.086731187
20642023-10-11T20:02:45.982Zsys 1.071701271
20652023-10-11T20:02:45.985Ztrap 0.004488867
20662023-10-11T20:02:45.988Ztflt 0.000000000
20672023-10-11T20:02:45.992Zdflt 0.000000000
20682023-10-11T20:02:45.995Zkflt 0.000000000
20692023-10-11T20:02:45.998Zlock 0.000000000
20702023-10-11T20:02:46.001Zslp 12.792397123
20712023-10-11T20:02:46.004Zlat 0.415166544
20722023-10-11T20:02:46.008Zstop 0.000349815
20732023-10-11T20:02:46.011Z++ pwd
20742023-10-11T20:02:46.014Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20752023-10-11T20:02:46.017Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20762023-10-11T20:02:46.022Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20772023-10-11T20:02:47.128Z Finished release [optimized] target(s) in 1.10s
20782023-10-11T20:02:47.159Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20792023-10-11T20:02:47.200ZCreated new build target 'host' and set it as active
20802023-10-11T20:02:47.204Z
20812023-10-11T20:02:47.207Zreal 1.264295497
20822023-10-11T20:02:47.210Zuser 0.903163586
20832023-10-11T20:02:47.215Zsys 0.362047346
20842023-10-11T20:02:47.218Ztrap 0.000157167
20852023-10-11T20:02:47.222Ztflt 0.000000000
20862023-10-11T20:02:47.225Zdflt 0.000003194
20872023-10-11T20:02:47.229Zkflt 0.000000000
20882023-10-11T20:02:47.232Zlock 0.033442811
20892023-10-11T20:02:47.236Zslp 0.021647471
20902023-10-11T20:02:47.240Zlat 0.001669797
20912023-10-11T20:02:47.243Zstop 0.000267046
20922023-10-11T20:02:47.246Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20932023-10-11T20:02:48.342Z Finished release [optimized] target(s) in 1.05s
20942023-10-11T20:02:48.371Z Running `target/release/omicron-package -t host package`
20952023-10-11T20:02:48.412ZOct 11 20:02:48.417 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20962023-10-11T20:02:50.003Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20972023-10-11T20:06:25.270Z Finished release [optimized] target(s) in 3m 36s
20982023-10-11T20:08:07.439Z
20992023-10-11T20:08:07.443Zreal 5:20.224920878
21002023-10-11T20:08:07.446Zuser 20:57.437731380
21012023-10-11T20:08:07.449Zsys 1:00.944728400
21022023-10-11T20:08:07.454Ztrap 0.540769379
21032023-10-11T20:08:07.459Ztflt 0.021848671
21042023-10-11T20:08:07.462Zdflt 1.390490312
21052023-10-11T20:08:07.466Zkflt 0.000276466
21062023-10-11T20:08:07.469Zlock 1:17:29.622653493
21072023-10-11T20:08:07.474Zslp 17:42.303327054
21082023-10-11T20:08:07.478Zlat 9.019690150
21092023-10-11T20:08:07.482Zstop 0.719134222
21102023-10-11T20:08:07.485Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21112023-10-11T20:08:07.488Z+ for package in "$@"
21122023-10-11T20:08:07.492Z+ [[ omicron-sled-agent == maghemite ]]
21132023-10-11T20:08:07.496Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git6200e35e697
21142023-10-11T20:08:08.629Z Finished release [optimized] target(s) in 1.09s
21152023-10-11T20:08:08.659Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git6200e35e697`
21162023-10-11T20:08:08.712ZOct 11 20:08:08.699 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21172023-10-11T20:08:09.240ZCreated: out/versioned/omicron-sled-agent.tar
21182023-10-11T20:08:09.269Z+ for package in "$@"
21192023-10-11T20:08:09.284Z+ [[ maghemite == maghemite ]]
21202023-10-11T20:08:09.293Z+ echo 0.0.0
21212023-10-11T20:08:09.303Z+ tar rvf out/maghemite.tar VERSION
21222023-10-11T20:08:09.320Za VERSION 1K
21232023-10-11T20:08:09.334Z+ rm VERSION
21242023-10-11T20:08:09.354Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git6200e35e697
21252023-10-11T20:08:13.887Z Finished release [optimized] target(s) in 1.06s
21262023-10-11T20:08:13.912Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git6200e35e697`
21272023-10-11T20:08:14.245ZOct 11 20:08:10.451 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21282023-10-11T20:08:14.345ZCreated: out/versioned/maghemite.tar
21292023-10-11T20:08:14.805Z+ for package in "$@"
21302023-10-11T20:08:14.938Z+ [[ propolis-server == maghemite ]]
21312023-10-11T20:08:15.098Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git6200e35e697
21322023-10-11T20:08:15.217Z Finished release [optimized] target(s) in 1.06s
21332023-10-11T20:08:15.380Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git6200e35e697`
21342023-10-11T20:08:15.434ZOct 11 20:08:12.022 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21352023-10-11T20:08:15.589ZCreated: out/versioned/propolis-server.tar.gz
21362023-10-11T20:08:15.618Z+ for package in "$@"
21372023-10-11T20:08:15.648Z+ [[ overlay == maghemite ]]
21382023-10-11T20:08:15.669Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git6200e35e697
21392023-10-11T20:08:15.683Z Finished release [optimized] target(s) in 1.06s
21402023-10-11T20:08:15.700Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git6200e35e697`
21412023-10-11T20:08:15.708ZOct 11 20:08:15.019 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21422023-10-11T20:08:15.717ZCreated: out/versioned/overlay.tar.gz
21432023-10-11T20:08:15.758Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21442023-10-11T20:08:15.796Z+++ dirname -- ./tools/build-global-zone-packages.sh
21452023-10-11T20:08:15.889Z++ cd -- ./tools
21462023-10-11T20:08:16.007Z++ pwd
21472023-10-11T20:08:16.083Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21482023-10-11T20:08:16.159Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21492023-10-11T20:08:16.168Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21502023-10-11T20:08:16.186Z++ readlink -f /work
21512023-10-11T20:08:16.191Z+ out_dir=/work
21522023-10-11T20:08:16.257Z+ 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")
21532023-10-11T20:08:16.268Z+ for dep in "${deps[@]}"
21542023-10-11T20:08:16.276Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21552023-10-11T20:08:16.288Z+ for dep in "${deps[@]}"
21562023-10-11T20:08:16.297Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21572023-10-11T20:08:16.306Z+ for dep in "${deps[@]}"
21582023-10-11T20:08:16.310Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21592023-10-11T20:08:16.315Z+ for dep in "${deps[@]}"
21602023-10-11T20:08:16.320Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21612023-10-11T20:08:16.326Z++ mktemp -d
21622023-10-11T20:08:16.330Z+ tmp_gz=/tmp/tmp.kVaypi
21632023-10-11T20:08:16.335Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21642023-10-11T20:08:16.338Z+ echo '{"v":"1","t":"layer"}'
21652023-10-11T20:08:16.344Z+ pkg_dir=/tmp/tmp.kVaypi/root/opt/oxide/sled-agent
21662023-10-11T20:08:16.357Z+ mkdir -p /tmp/tmp.kVaypi/root/opt/oxide/sled-agent
21672023-10-11T20:08:16.365Z+ cd /tmp/tmp.kVaypi/root/opt/oxide/sled-agent
21682023-10-11T20:08:16.373Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21692023-10-11T20:08:16.379Zx ., 0 bytes, 0 tape blocks
21702023-10-11T20:08:16.386Zx zone-bundle, 34348560 bytes, 67088 tape blocks
21712023-10-11T20:08:16.389Zx sled-agent, 79268320 bytes, 154821 tape blocks
21722023-10-11T20:08:16.394Zx pkg, 0 bytes, 0 tape blocks
21732023-10-11T20:08:16.399Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21742023-10-11T20:08:16.409Zx pkg/README.md, 54 bytes, 1 tape blocks
21752023-10-11T20:08:16.413Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21762023-10-11T20:08:16.417Zx VERSION, 25 bytes, 1 tape blocks
21772023-10-11T20:08:16.422Z+ mkdir -p /tmp/tmp.kVaypi/root/lib/svc/manifest/site/
21782023-10-11T20:08:16.429Z+ mv pkg/manifest.xml /tmp/tmp.kVaypi/root/lib/svc/manifest/site/sled-agent.xml
21792023-10-11T20:08:16.433Z+ cd -
21802023-10-11T20:08:16.436Z/work/oxidecomputer/omicron
21812023-10-11T20:08:16.443Z+ pkg_dir=/tmp/tmp.kVaypi/root/opt/oxide/mg-ddm
21822023-10-11T20:08:16.459Z+ mkdir -p /tmp/tmp.kVaypi/root/opt/oxide/mg-ddm
21832023-10-11T20:08:16.477Z+ cd /tmp/tmp.kVaypi/root/opt/oxide/mg-ddm
21842023-10-11T20:08:16.489Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21852023-10-11T20:08:16.513Zx ., 0 bytes, 0 tape blocks
21862023-10-11T20:08:16.528Zx ddmadm, 39360576 bytes, 76877 tape blocks
21872023-10-11T20:08:16.548Zx ddmd, 35588120 bytes, 69509 tape blocks
21882023-10-11T20:08:16.562Zx pkg, 0 bytes, 0 tape blocks
21892023-10-11T20:08:16.580Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21902023-10-11T20:08:16.594Zx pkg/ddm, 0 bytes, 0 tape blocks
21912023-10-11T20:08:16.607Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21922023-10-11T20:08:16.615Zx VERSION, 25 bytes, 1 tape blocks
21932023-10-11T20:08:16.624Z+ cd -
21942023-10-11T20:08:16.639Z/work/oxidecomputer/omicron
21952023-10-11T20:08:16.654Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.kVaypi/root/opt/oxide
21962023-10-11T20:08:17.065Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.kVaypi/root/opt/oxide
21972023-10-11T20:08:17.480Z+ cd /tmp/tmp.kVaypi
21982023-10-11T20:08:17.513Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21992023-10-11T20:08:27.594ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
22002023-10-11T20:08:27.597Za oxide.json 1K
22012023-10-11T20:08:27.601Za root/ 0K
22022023-10-11T20:08:27.605Za root/opt/ 0K
22032023-10-11T20:08:27.610Za root/opt/oxide/ 0K
22042023-10-11T20:08:27.614Za root/opt/oxide/sled-agent/ 0K
22052023-10-11T20:08:27.617Za root/opt/oxide/sled-agent/zone-bundle 33544K
22062023-10-11T20:08:27.622Za root/opt/oxide/sled-agent/sled-agent 77411K
22072023-10-11T20:08:27.627Za root/opt/oxide/sled-agent/pkg/ 0K
22082023-10-11T20:08:27.634Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22092023-10-11T20:08:27.643Za root/opt/oxide/sled-agent/pkg/README.md 1K
22102023-10-11T20:08:27.654Za root/opt/oxide/sled-agent/VERSION 1K
22112023-10-11T20:08:27.659Za root/opt/oxide/mg-ddm/ 0K
22122023-10-11T20:08:27.668Za root/opt/oxide/mg-ddm/ddmadm 38439K
22132023-10-11T20:08:27.675Za root/opt/oxide/mg-ddm/ddmd 34755K
22142023-10-11T20:08:27.684Za root/opt/oxide/mg-ddm/pkg/ 0K
22152023-10-11T20:08:27.693Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22162023-10-11T20:08:27.714Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22172023-10-11T20:08:27.720Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22182023-10-11T20:08:27.725Za root/opt/oxide/mg-ddm/VERSION 1K
22192023-10-11T20:08:27.731Za root/opt/oxide/propolis-server.tar.gz 64314K
22202023-10-11T20:08:27.738Za root/opt/oxide/overlay.tar.gz 2K
22212023-10-11T20:08:27.749Za root/lib/ 0K
22222023-10-11T20:08:27.758Za root/lib/svc/ 0K
22232023-10-11T20:08:27.776Za root/lib/svc/manifest/ 0K
22242023-10-11T20:08:27.798Za root/lib/svc/manifest/site/ 0K
22252023-10-11T20:08:27.821Za root/lib/svc/manifest/site/sled-agent.xml 3K
22262023-10-11T20:08:27.843Z+ cd /
22272023-10-11T20:08:28.267Z+ rm -rf /tmp/tmp.kVaypi
22282023-10-11T20:08:28.279Z
22292023-10-11T20:08:28.294Zreal 12.621567705
22302023-10-11T20:08:28.304Zuser 11.709351703
22312023-10-11T20:08:28.315Zsys 0.973270019
22322023-10-11T20:08:28.324Ztrap 0.004695131
22332023-10-11T20:08:28.332Ztflt 0.000000000
22342023-10-11T20:08:28.340Zdflt 0.000000000
22352023-10-11T20:08:28.350Zkflt 0.000000000
22362023-10-11T20:08:28.369Zlock 0.000000000
22372023-10-11T20:08:28.399Zslp 24.382887987
22382023-10-11T20:08:28.410Zlat 0.384591993
22392023-10-11T20:08:28.420Zstop 0.000298597
22402023-10-11T20:08:28.446Z+ mkdir -p /work/zones
22412023-10-11T20:08:28.456Z+ 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)
22422023-10-11T20:08:28.466Z+ 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/
22432023-10-11T20:08:31.042Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22442023-10-11T20:08:32.255Z Finished release [optimized] target(s) in 1.14s
22452023-10-11T20:08:32.285Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22462023-10-11T20:08:32.326ZCreated new build target 'recovery' and set it as active
22472023-10-11T20:08:32.330Z
22482023-10-11T20:08:32.333Zreal 1.292023079
22492023-10-11T20:08:32.337Zuser 0.925936707
22502023-10-11T20:08:32.340Zsys 0.364820464
22512023-10-11T20:08:32.344Ztrap 0.000769102
22522023-10-11T20:08:32.353Ztflt 0.000048167
22532023-10-11T20:08:32.356Zdflt 0.000054614
22542023-10-11T20:08:32.359Zkflt 0.000000000
22552023-10-11T20:08:32.362Zlock 0.035056944
22562023-10-11T20:08:32.365Zslp 0.021371652
22572023-10-11T20:08:32.368Zlat 0.003803026
22582023-10-11T20:08:32.372Zstop 0.000218203
22592023-10-11T20:08:32.375Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22602023-10-11T20:08:33.534Z Finished release [optimized] target(s) in 1.11s
22612023-10-11T20:08:33.567Z Running `target/release/omicron-package -t recovery package`
22622023-10-11T20:08:33.609ZOct 11 20:08:33.615 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22632023-10-11T20:08:34.618Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22642023-10-11T20:08:38.486Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22652023-10-11T20:09:11.590Z Finished release [optimized] target(s) in 37.88s
22662023-10-11T20:09:42.010Z
22672023-10-11T20:09:42.032Zreal 1:09.664277158
22682023-10-11T20:09:42.592Zuser 2:39.070523083
22692023-10-11T20:09:46.076Zsys 12.381033674
22702023-10-11T20:09:46.463Ztrap 0.073599288
22712023-10-11T20:09:46.555Ztflt 0.079753987
22722023-10-11T20:09:46.987Zdflt 0.725615619
22732023-10-11T20:09:47.002Zkflt 0.000000000
22742023-10-11T20:09:47.014Zlock 14:56.766166803
22752023-10-11T20:09:47.018Zslp 2:52.839288099
22762023-10-11T20:09:47.034Zlat 1.743269029
22772023-10-11T20:09:47.047Zstop 0.200530191
22782023-10-11T20:09:47.059Z+ stamp_packages installinator maghemite
22792023-10-11T20:09:47.069Z+ for package in "$@"
22802023-10-11T20:09:47.078Z+ [[ installinator == maghemite ]]
22812023-10-11T20:09:47.089Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git6200e35e697
22822023-10-11T20:09:47.095Z Finished release [optimized] target(s) in 1.05s
22832023-10-11T20:09:47.105Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git6200e35e697`
22842023-10-11T20:09:47.123ZOct 11 20:09:43.218 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22852023-10-11T20:09:47.138ZCreated: out/versioned/installinator.tar
22862023-10-11T20:09:47.195Z+ for package in "$@"
22872023-10-11T20:09:47.225Z+ [[ maghemite == maghemite ]]
22882023-10-11T20:09:47.238Z+ echo 0.0.0
22892023-10-11T20:09:47.254Z+ tar rvf out/maghemite.tar VERSION
22902023-10-11T20:09:47.288Za VERSION 1K
22912023-10-11T20:09:47.413Z+ rm VERSION
22922023-10-11T20:09:47.469Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git6200e35e697
22932023-10-11T20:09:47.501Z Finished release [optimized] target(s) in 1.07s
22942023-10-11T20:09:47.547Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git6200e35e697`
22952023-10-11T20:09:47.620ZOct 11 20:09:44.572 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22962023-10-11T20:09:47.806ZCreated: out/versioned/maghemite.tar
22972023-10-11T20:09:47.888Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22982023-10-11T20:09:48.003Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22992023-10-11T20:09:48.156Z++ cd -- ./tools
23002023-10-11T20:09:48.358Z++ pwd
23012023-10-11T20:09:48.778Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23022023-10-11T20:09:48.791Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23032023-10-11T20:09:48.808Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23042023-10-11T20:09:48.822Z++ readlink -f /work
23052023-10-11T20:09:48.833Z+ out_dir=/work
23062023-10-11T20:09:48.845Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23072023-10-11T20:09:48.864Z+ for dep in "${deps[@]}"
23082023-10-11T20:09:49.297Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23092023-10-11T20:09:49.364Z+ for dep in "${deps[@]}"
23102023-10-11T20:09:49.377Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23112023-10-11T20:09:49.393Z++ mktemp -d
23122023-10-11T20:09:49.413Z+ tmp_trampoline=/tmp/tmp.YPaWti
23132023-10-11T20:09:49.440Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23142023-10-11T20:09:49.462Z+ echo '{"v":"1","t":"layer"}'
23152023-10-11T20:09:49.485Z+ pkg_dir=/tmp/tmp.YPaWti/root/opt/oxide/installinator
23162023-10-11T20:09:49.924Z+ mkdir -p /tmp/tmp.YPaWti/root/opt/oxide/installinator
23172023-10-11T20:09:49.935Z+ cd /tmp/tmp.YPaWti/root/opt/oxide/installinator
23182023-10-11T20:09:50.386Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23192023-10-11T20:09:51.651Zx ., 0 bytes, 0 tape blocks
23202023-10-11T20:09:51.667Zx installinator, 47864704 bytes, 93486 tape blocks
23212023-10-11T20:09:51.684Zx pkg, 0 bytes, 0 tape blocks
23222023-10-11T20:09:51.700Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23232023-10-11T20:09:52.132Zx VERSION, 25 bytes, 1 tape blocks
23242023-10-11T20:09:52.150Z+ mkdir -p /tmp/tmp.YPaWti/root/lib/svc/manifest/site/
23252023-10-11T20:09:52.168Z+ mv pkg/manifest.xml /tmp/tmp.YPaWti/root/lib/svc/manifest/site/installinator.xml
23262023-10-11T20:09:52.184Z+ cd -
23272023-10-11T20:09:52.602Z/work/oxidecomputer/omicron
23282023-10-11T20:09:52.611Z+ pkg_dir=/tmp/tmp.YPaWti/root/opt/oxide/mg-ddm
23292023-10-11T20:09:52.634Z+ mkdir -p /tmp/tmp.YPaWti/root/opt/oxide/mg-ddm
23302023-10-11T20:09:52.643Z+ cd /tmp/tmp.YPaWti/root/opt/oxide/mg-ddm
23312023-10-11T20:09:52.652Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23322023-10-11T20:09:52.659Zx ., 0 bytes, 0 tape blocks
23332023-10-11T20:09:52.667Zx ddmadm, 39360576 bytes, 76877 tape blocks
23342023-10-11T20:09:52.671Z+ cd -
23352023-10-11T20:09:52.675Zx ddmd, 35588120 bytes, 69509 tape blocks
23362023-10-11T20:09:52.679Z+ cd /tmp/tmp.YPaWti
23372023-10-11T20:09:52.683Zx pkg, 0 bytes, 0 tape blocks
23382023-10-11T20:09:52.687Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23392023-10-11T20:09:52.692Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23402023-10-11T20:09:52.696Zx pkg/ddm, 0 bytes, 0 tape blocks
23412023-10-11T20:09:52.701Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23422023-10-11T20:09:52.706Zx VERSION, 25 bytes, 1 tape blocks
23432023-10-11T20:09:52.710Z/work/oxidecomputer/omicron
23442023-10-11T20:09:52.715ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23452023-10-11T20:09:52.722Za oxide.json 1K
23462023-10-11T20:09:52.727Za root/ 0K
23472023-10-11T20:09:52.734Za root/opt/ 0K
23482023-10-11T20:09:52.740Za root/opt/oxide/ 0K
23492023-10-11T20:09:52.744Za root/opt/oxide/installinator/ 0K
23502023-10-11T20:09:52.751Za root/opt/oxide/installinator/installinator 46743K
23512023-10-11T20:09:52.766Za root/opt/oxide/installinator/pkg/ 0K
23522023-10-11T20:09:52.775Za root/opt/oxide/installinator/VERSION 1K
23532023-10-11T20:09:52.781Za root/opt/oxide/mg-ddm/ 0K
23542023-10-11T20:09:52.788Za root/opt/oxide/mg-ddm/ddmadm 38439K
23552023-10-11T20:09:52.798Za root/opt/oxide/mg-ddm/ddmd 34755K
23562023-10-11T20:09:52.810Za root/opt/oxide/mg-ddm/pkg/ 0K
23572023-10-11T20:09:52.825Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23582023-10-11T20:09:52.840Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23592023-10-11T20:09:52.855Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23602023-10-11T20:09:52.872Za root/opt/oxide/mg-ddm/VERSION 1K
23612023-10-11T20:09:52.889Za root/lib/ 0K
23622023-10-11T20:09:52.907Za root/lib/svc/ 0K
23632023-10-11T20:09:53.331Za root/lib/svc/manifest/ 0K
23642023-10-11T20:09:53.342Za root/lib/svc/manifest/site/ 0K
23652023-10-11T20:09:53.353Za root/lib/svc/manifest/site/installinator.xml 3K
23662023-10-11T20:09:53.361Z+ cd /
23672023-10-11T20:09:53.374Z+ rm -rf /tmp/tmp.YPaWti
23682023-10-11T20:09:53.388Z
23692023-10-11T20:09:53.399Zreal 6.551984296
23702023-10-11T20:09:53.408Zuser 6.129938043
23712023-10-11T20:09:53.419Zsys 0.452813825
23722023-10-11T20:09:53.429Ztrap 0.001873172
23732023-10-11T20:09:53.441Ztflt 0.000000000
23742023-10-11T20:09:53.453Zdflt 0.000000000
23752023-10-11T20:09:53.465Zkflt 0.000000000
23762023-10-11T20:09:53.475Zlock 0.000000000
23772023-10-11T20:09:53.488Zslp 12.677304502
23782023-10-11T20:09:53.518Zlat 0.188731456
23792023-10-11T20:09:53.534Zstop 0.000293580
23802023-10-11T20:09:53.549Zprocess exited: duration 2511222 ms, exit code 0
 
23812023-10-11T20:09:53.577Zfound 21 output files
23822023-10-11T20:09:53.588Zuploading: /work/version.txt (26 bytes)
23832023-10-11T20:09:54.669Zuploaded: /work/version.txt
23842023-10-11T20:09:54.681Zuploading: /work/package.tar.gz (82904006 bytes)
23852023-10-11T20:10:33.591Zuploaded: /work/package.tar.gz
23862023-10-11T20:10:33.617Zuploading: /work/global-zone-packages.tar.gz (125105887 bytes)
23872023-10-11T20:11:25.573Zuploaded: /work/global-zone-packages.tar.gz
23882023-10-11T20:11:26.051Zuploading: /work/trampoline-global-zone-packages.tar.gz (38570790 bytes)
23892023-10-11T20:11:40.467Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23902023-10-11T20:11:40.742Zuploading: /work/zones/clickhouse.tar.gz (180687409 bytes)
23912023-10-11T20:12:58.942Zuploaded: /work/zones/clickhouse.tar.gz
23922023-10-11T20:12:59.046Zuploading: /work/zones/clickhouse_keeper.tar.gz (180686655 bytes)
23932023-10-11T20:14:43.963Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23942023-10-11T20:14:44.249Zuploading: /work/zones/cockroachdb.tar.gz (117745370 bytes)
23952023-10-11T20:15:29.751Zuploaded: /work/zones/cockroachdb.tar.gz
23962023-10-11T20:15:30.033Zuploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes)
23972023-10-11T20:15:41.127Zuploaded: /work/zones/crucible-pantry.tar.gz
23982023-10-11T20:15:41.213Zuploading: /work/zones/crucible.tar.gz (42773158 bytes)
23992023-10-11T20:16:13.044Zuploaded: /work/zones/crucible.tar.gz
24002023-10-11T20:16:14.327Zuploading: /work/zones/external-dns.tar.gz (22041721 bytes)
24012023-10-11T20:16:22.380Zuploaded: /work/zones/external-dns.tar.gz
24022023-10-11T20:16:22.594Zuploading: /work/zones/internal-dns.tar.gz (22041721 bytes)
24032023-10-11T20:16:28.674Zuploaded: /work/zones/internal-dns.tar.gz
24042023-10-11T20:16:28.705Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24052023-10-11T20:16:29.830Zuploaded: /work/zones/ntp.tar.gz
24062023-10-11T20:16:29.949Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15737532 bytes)
24072023-10-11T20:16:40.483Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24082023-10-11T20:16:41.258Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15735433 bytes)
24092023-10-11T20:16:51.584Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24102023-10-11T20:16:52.313Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (67852620 bytes)
24112023-10-11T20:17:36.682Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24122023-10-11T20:17:37.060Zuploading: /work/zones/omicron-nexus.tar.gz (67846386 bytes)
24132023-10-11T20:18:21.862Zuploaded: /work/zones/omicron-nexus.tar.gz
24142023-10-11T20:18:22.638Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24152023-10-11T20:18:32.887Zuploaded: /work/zones/overlay.tar.gz
24162023-10-11T20:18:33.218Zuploading: /work/zones/oximeter-collector.tar.gz (18053489 bytes)
24172023-10-11T20:18:40.631Zuploaded: /work/zones/oximeter-collector.tar.gz
24182023-10-11T20:18:40.703Zuploading: /work/zones/propolis-server.tar.gz (65856629 bytes)
24192023-10-11T20:19:34.894Zuploaded: /work/zones/propolis-server.tar.gz
24202023-10-11T20:19:34.938Zuploading: /work/zones/switch-asic.tar.gz (219030868 bytes)
24212023-10-11T20:21:23.526Zuploaded: /work/zones/switch-asic.tar.gz
24222023-10-11T20:21:24.177Zuploading: /work/zones/switch-softnpu.tar.gz (141419754 bytes)
24232023-10-11T20:23:03.192Zuploaded: /work/zones/switch-softnpu.tar.gz