01HBYP8P2M6E238FDQ3PVZ44GT: 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: 01HBYPJ5TMM509A5KDM92XA3J8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-05T01:47:31.231Zjob assigned to worker 01HBYR66K55WVG8HG6NMD5273N (queued for 30 m 13 s)
 
22023-10-05T01:47:31.830Zstarting task 0: "setup"
32023-10-05T01:47:32.042Z++ uname -s
42023-10-05T01:47:32.063Z+ kern=SunOS
52023-10-05T01:47:32.083Z+ case "$kern" in
62023-10-05T01:47:32.100Z+ groupadd -g 12345 build
72023-10-05T01:47:32.113Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-05T01:47:37.068Z+ zfs create -o mountpoint=/work rpool/work
92023-10-05T01:47:37.869Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-05T01:47:38.768Z+ home_fs=zfs
112023-10-05T01:47:42.006Z+ [[ zfs == autofs ]]
122023-10-05T01:47:46.390Z+ mkdir -p /home/build
132023-10-05T01:48:06.005Z+ chown build:build /home/build /work
142023-10-05T01:48:06.673Z+ chmod 0700 /home/build /work
152023-10-05T01:48:07.316Zprocess exited: duration 4328 ms, exit code 0
 
162023-10-05T01:48:07.727Zstarting task 1: "rust-toolchain"
172023-10-05T01:48:08.162Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-05T01:48:08.489Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-05T01:48:08.974Zinfo: downloading installer
202023-10-05T01:48:10.941Zwarning: it looks like you have an existing installation of Rust at:
212023-10-05T01:48:10.990Zwarning: /opt/ooce/bin
222023-10-05T01:48:11.018Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-05T01:48:11.083Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-05T01:48:11.164Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-05T01:48:11.291Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-05T01:48:11.383Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-05T01:48:11.458Zerror: cannot install while Rust is installed
282023-10-05T01:48:11.938Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-05T01:48:12.783Zinfo: profile set to 'default'
302023-10-05T01:48:12.902Zinfo: default host triple is x86_64-unknown-illumos
312023-10-05T01:48:12.973Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-05T01:48:12.993Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-05T01:48:13.019Zinfo: downloading component 'cargo'
342023-10-05T01:48:13.033Zinfo: downloading component 'clippy'
352023-10-05T01:48:13.046Zinfo: downloading component 'rust-docs'
362023-10-05T01:48:13.441Zinfo: downloading component 'rust-std'
372023-10-05T01:48:15.544Zinfo: downloading component 'rustc'
382023-10-05T01:48:20.988Zinfo: downloading component 'rustfmt'
392023-10-05T01:48:21.142Zinfo: installing component 'cargo'
402023-10-05T01:48:23.509Zinfo: installing component 'clippy'
412023-10-05T01:48:27.980Zinfo: installing component 'rust-docs'
422023-10-05T01:48:49.956Zinfo: installing component 'rust-std'
432023-10-05T01:48:50.411Zinfo: installing component 'rustc'
442023-10-05T01:48:50.448Zinfo: installing component 'rustfmt'
452023-10-05T01:48:50.477Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-05T01:48:50.499Z
472023-10-05T01:48:50.602Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-05T01:48:50.622Z
492023-10-05T01:48:50.633Z
502023-10-05T01:48:50.642ZRust is installed now. Great!
512023-10-05T01:48:50.654Z
522023-10-05T01:48:50.665ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-05T01:48:50.681Zenvironment variable. This has not been done automatically.
542023-10-05T01:48:50.702Z
552023-10-05T01:48:50.746ZTo configure your current shell, run:
562023-10-05T01:48:50.781Zsource "$HOME/.cargo/env"
572023-10-05T01:48:52.084Z+ rustc --version
582023-10-05T01:48:52.547Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-05T01:48:52.561Zprocess exited: duration 33074 ms, exit code 0
 
602023-10-05T01:48:53.878Zstarting task 2: "authentication"
612023-10-05T01:48:53.940ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
622023-10-05T01:49:33.470Zprocess exited: duration 39579 ms, exit code 0
 
632023-10-05T01:49:33.496Zstarting task 3: "clone repository"
642023-10-05T01:49:33.515Z+ mkdir -p /work/oxidecomputer/omicron
652023-10-05T01:49:33.519Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662023-10-05T01:49:33.609ZCloning into '/work/oxidecomputer/omicron'...
672023-10-05T01:49:39.344Z+ cd /work/oxidecomputer/omicron
682023-10-05T01:49:39.364Z+ [[ -n dependabot/cargo/syn-2.0.37 ]]
692023-10-05T01:49:39.381Z+ git fetch origin dependabot/cargo/syn-2.0.37
702023-10-05T01:49:39.705ZFrom https://github.com/oxidecomputer/omicron
712023-10-05T01:49:39.713Z * branch dependabot/cargo/syn-2.0.37 -> FETCH_HEAD
722023-10-05T01:49:39.736Z+ git checkout -B dependabot/cargo/syn-2.0.37 remotes/origin/dependabot/cargo/syn-2.0.37
732023-10-05T01:49:39.775ZSwitched to a new branch 'dependabot/cargo/syn-2.0.37'
742023-10-05T01:49:39.782Zbranch 'dependabot/cargo/syn-2.0.37' set up to track 'origin/dependabot/cargo/syn-2.0.37'.
752023-10-05T01:49:39.798Z+ git reset --hard 9498059e6408e2349c925ffad8b8a734727a3e87
762023-10-05T01:49:39.805ZHEAD is now at 9498059e Bump syn from 2.0.32 to 2.0.37
772023-10-05T01:49:39.815Zprocess exited: duration 6282 ms, exit code 0
 
782023-10-05T01:49:40.281Zstarting task 4: "build"
792023-10-05T01:49:40.718Z+ cargo --version
802023-10-05T01:49:40.725Zcargo 1.72.1 (103a7ff2e 2023-08-15)
812023-10-05T01:49:41.159Z+ rustc --version
822023-10-05T01:49:41.178Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
832023-10-05T01:49:41.193Z++ git rev-parse HEAD
842023-10-05T01:49:41.210Z+ COMMIT=9498059e6408e2349c925ffad8b8a734727a3e87
852023-10-05T01:49:41.637Z+ VERSION=1.0.2-0.ci+git9498059e640
862023-10-05T01:49:41.645Z+ echo 1.0.2-0.ci+git9498059e640
872023-10-05T01:49:41.648Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
882023-10-05T01:49:48.125Z Startup: Refreshing catalog 'helios-dev' ... Done
892023-10-05T01:49:48.681Z Startup: Caching catalogs ... Done
902023-10-05T01:49:51.426ZPlanning: Solver setup ... Done (2.537s)
912023-10-05T01:49:51.588ZPlanning: Running solver ... Done (0.163s)
922023-10-05T01:49:51.620ZPlanning: Finding local manifests ... Done (0.003s)
932023-10-05T01:49:51.638ZPlanning: Fetching manifests: 0/4 0% complete
942023-10-05T01:49:51.876ZPlanning: Fetching manifests: 4/4 100% complete
952023-10-05T01:49:51.942ZPlanning: Package planning ... Done (0.082s)
962023-10-05T01:49:52.034ZPlanning: Merging actions ... Done (0.086s)
972023-10-05T01:49:52.706ZPlanning: Checking for conflicting actions ... Done (0.672s)
982023-10-05T01:49:52.742ZPlanning: Consolidating action changes ... Done (0.017s)
992023-10-05T01:49:57.212ZPlanning: Evaluating mediators ... Done (4.471s)
1002023-10-05T01:49:57.252ZPlanning: Planning completed in 8.47 seconds
1012023-10-05T01:49:57.281Z Packages to install: 4
1022023-10-05T01:49:57.294Z Mediators to change: 2
1032023-10-05T01:49:57.717Z Services to change: 1
1042023-10-05T01:49:57.743Z Estimated space available: 149.39 GB
1052023-10-05T01:49:57.763ZEstimated space to be consumed: 1.35 GB
1062023-10-05T01:49:57.803Z Create boot environment: No
1072023-10-05T01:49:58.651ZCreate backup boot environment: No
1082023-10-05T01:49:58.672Z Rebuild boot archive: No
1092023-10-05T01:49:58.695Z
1102023-10-05T01:49:58.729ZChanged mediators:
1112023-10-05T01:49:58.749Z mediator clang:
1122023-10-05T01:49:58.768Z version: None -> 15 (system default)
1132023-10-05T01:49:58.786Z
1142023-10-05T01:49:58.808Z mediator llvm:
1152023-10-05T01:49:58.845Z version: 14 (system default) -> 15 (system default)
1162023-10-05T01:49:58.868Z
1172023-10-05T01:49:58.888ZChanged packages:
1182023-10-05T01:49:58.910Zhelios-dev
1192023-10-05T01:49:58.936Z developer/build-essential
1202023-10-05T01:49:58.963Z None -> 11-2.0
1212023-10-05T01:49:59.395Z library/libxmlsec1
1222023-10-05T01:49:59.406Z None -> 1.2.35-2.0
1232023-10-05T01:49:59.415Z ooce/developer/clang-15
1242023-10-05T01:49:59.431Z None -> 15.0.7-2.0
1252023-10-05T01:49:59.459Z ooce/developer/llvm-15
1262023-10-05T01:49:59.888Z None -> 15.0.7-2.0
1272023-10-05T01:49:59.910Z
1282023-10-05T01:49:59.933ZServices:
1292023-10-05T01:49:59.963Z restart_fmri:
1302023-10-05T01:49:59.994Z svc:/system/update-man-index:default
1312023-10-05T01:50:00.435Z
1322023-10-05T01:50:00.454ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1332023-10-05T01:50:02.865ZDownload: 902/3290 items 18.7/212.6MB 8% complete (3.8M/s)
1342023-10-05T01:50:07.453ZDownload: 1213/3290 items 85.1/212.6MB 40% complete (8.5M/s)
1352023-10-05T01:50:12.489ZDownload: 1354/3290 items 114.7/212.6MB 53% complete (9.7M/s)
1362023-10-05T01:50:17.484ZDownload: 1755/3290 items 115.9/212.6MB 54% complete (3.1M/s)
1372023-10-05T01:50:32.634ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1382023-10-05T01:50:37.632ZDownload: 2806/3290 items 121.0/212.6MB 56% complete (374k/s)
1392023-10-05T01:50:42.997ZDownload: 3245/3290 items 202.8/212.6MB 95% complete (9.0M/s)
1402023-10-05T01:50:47.348ZDownload: 3255/3290 items 204.3/212.6MB 96% complete (8.3M/s)
1412023-10-05T01:50:53.326ZDownload: 3286/3290 items 211.7/212.6MB 99% complete (5.0M/s)
1422023-10-05T01:50:53.423ZDownload: Completed 212.60 MB in 56.46 seconds (3.8M/s)
1432023-10-05T01:50:53.671Z Actions: 1/3687 actions (Installing new actions)
1442023-10-05T01:50:58.649Z Actions: 3069/3687 actions (Installing new actions)
1452023-10-05T01:51:02.277Z Actions: Completed 3687 actions in 8.24 seconds.
1462023-10-05T01:51:02.716Z Done (0.053s)
1472023-10-05T01:51:02.732Z Done (0.000s)
1482023-10-05T01:51:02.741Z Done (0.136s)
1492023-10-05T01:51:09.736Z Done (7.549s)
1502023-10-05T01:51:10.030Z Done (0.200s)
1512023-10-05T01:51:10.047Z Done (0.000s)
1522023-10-05T01:51:10.246Z Done (0.000s)
1532023-10-05T01:51:10.890ZPlanning: Evaluating mediator changes ... Done
1542023-10-05T01:51:11.181ZPlanning: Checking for conflicting actions ... Done
1552023-10-05T01:51:11.206ZPlanning: Consolidating action changes ... Done
1562023-10-05T01:51:12.043ZPlanning: Evaluating mediators ... Done
1572023-10-05T01:51:12.071ZPlanning: Planning completed in 0.71 seconds
1582023-10-05T01:51:12.628Z Mediators to change: 2
1592023-10-05T01:51:12.667Z Create boot environment: No
1602023-10-05T01:51:12.741ZCreate backup boot environment: No
1612023-10-05T01:51:12.792Z Done
1622023-10-05T01:51:12.827Z Done
1632023-10-05T01:51:12.843Z Done
1642023-10-05T01:51:18.213Z Done
1652023-10-05T01:51:18.350Z Done
1662023-10-05T01:51:18.592Z Done
1672023-10-05T01:51:18.633Z Done
1682023-10-05T01:51:18.857ZPlanning: Evaluating mediator changes ... Done
1692023-10-05T01:51:18.860ZPlanning: Merging actions ... Done
1702023-10-05T01:51:19.190ZPlanning: Checking for conflicting actions ... Done
1712023-10-05T01:51:19.198ZPlanning: Consolidating action changes ... Done
1722023-10-05T01:51:19.660ZPlanning: Evaluating mediators ... Done
1732023-10-05T01:51:20.121ZPlanning: Planning completed in 1.29 seconds
1742023-10-05T01:51:21.025Z Packages to change: 1
1752023-10-05T01:51:21.032Z Mediators to change: 1
1762023-10-05T01:51:21.047Z Services to change: 1
1772023-10-05T01:51:21.051Z Create boot environment: No
1782023-10-05T01:51:21.054ZCreate backup boot environment: Yes
1792023-10-05T01:51:21.801Z Actions: 1/6 actions (Updating modified actions)
1802023-10-05T01:51:21.805Z Actions: Completed 6 actions in 0.00 seconds.
1812023-10-05T01:51:21.862Z Done
1822023-10-05T01:51:21.882Z Done
1832023-10-05T01:51:21.903Z Done
1842023-10-05T01:51:32.221Z Done
1852023-10-05T01:51:32.552Z Done
1862023-10-05T01:51:33.320Z Done
1872023-10-05T01:51:33.364Z Done
1882023-10-05T01:51:33.811ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1892023-10-05T01:51:34.141Zclang system 15 system
1902023-10-05T01:51:34.350Zcsh system system illumos
1912023-10-05T01:51:34.767Zctags system system illumos
1922023-10-05T01:51:35.049Zgcc vendor 12 vendor
1932023-10-05T01:51:35.282Zgcc system 10 system
1942023-10-05T01:51:35.498Zgcc system 7 system
1952023-10-05T01:51:35.914Zgo system 1.20 system
1962023-10-05T01:51:36.294Zgo system 1.19 system
1972023-10-05T01:51:36.386Zllvm system 15 system
1982023-10-05T01:51:36.440Zllvm system 14 system
1992023-10-05T01:51:36.595Zmariadb system 10.6 system
2002023-10-05T01:51:36.761Zmta vendor vendor dma
2012023-10-05T01:51:36.878Zopenjdk system 17 system
2022023-10-05T01:51:37.220Zopenjdk system 11 system
2032023-10-05T01:51:37.331Zopenjdk system 1.8 system
2042023-10-05T01:51:37.579Zopenssl vendor 3 vendor
2052023-10-05T01:51:37.638Zperl system 5.36 system
2062023-10-05T01:51:37.659Zpostgresql system 15 system
2072023-10-05T01:51:37.703Zpostgresql system 13 system
2082023-10-05T01:51:37.724Zpython vendor 3 vendor
2092023-10-05T01:51:37.760Zpython system 2 system
2102023-10-05T01:51:37.779Zpython3 system 3.11 system
2112023-10-05T01:51:37.862Zruby system 3.0 system
2122023-10-05T01:51:38.358Zwords vendor vendor american-english
2132023-10-05T01:51:38.404Zwords system system australian-english
2142023-10-05T01:51:38.444Zwords system system british-english
2152023-10-05T01:51:38.475Zwords system system canadian-english
2162023-10-05T01:51:38.510Zwords system system french
2172023-10-05T01:51:38.577Zwords system system italian
2182023-10-05T01:51:38.687Zwords system system ngerman
2192023-10-05T01:51:38.761Zwords system system ogerman
2202023-10-05T01:51:38.964Zwords system system spanish
2212023-10-05T01:51:47.894ZFMRI IFO
2222023-10-05T01:51:48.059Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2232023-10-05T01:51:48.418Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2242023-10-05T01:51:48.739Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2252023-10-05T01:51:49.299Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2262023-10-05T01:51:49.602Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2272023-10-05T01:51:49.718Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2282023-10-05T01:51:50.206Z+ set -o errexit
2292023-10-05T01:51:50.404Z+++ dirname ./tools/ci_download_cockroachdb
2302023-10-05T01:51:50.577Z++ cd ./tools
2312023-10-05T01:51:50.743Z++ pwd
2322023-10-05T01:51:50.883Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2332023-10-05T01:51:51.328Z++ basename ./tools/ci_download_cockroachdb
2342023-10-05T01:51:51.349Z+ ARG0=ci_download_cockroachdb
2352023-10-05T01:51:52.197Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2362023-10-05T01:51:52.226Z+ CIDL_VERSION=v22.1.9
2372023-10-05T01:51:52.248Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2382023-10-05T01:51:52.271Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2392023-10-05T01:51:52.701Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2402023-10-05T01:51:52.720Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2412023-10-05T01:51:53.144Z+ TARGET_DIR=out
2422023-10-05T01:51:53.165Z+ DOWNLOAD_DIR=out/downloads
2432023-10-05T01:51:53.427Z+ DEST_DIR=./out/cockroachdb
2442023-10-05T01:51:53.444Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2452023-10-05T01:51:53.462Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2462023-10-05T01:51:53.474Z+ main
2472023-10-05T01:51:53.490Z+ [[ 0 != 0 ]]
2482023-10-05T01:51:53.942Z+ CIDL_OS=solaris2.11
2492023-10-05T01:51:53.960Zcurrent directory: /work/oxidecomputer/omicron
2502023-10-05T01:51:53.986Z+ [[ 0 != 0 ]]
2512023-10-05T01:51:54.007Zconfiguring based on OS: "solaris2.11"
2522023-10-05T01:51:54.051Z+ configure_os solaris2.11
2532023-10-05T01:51:54.079ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2542023-10-05T01:51:54.189Z+ echo 'current directory: /work/oxidecomputer/omicron'
2552023-10-05T01:51:54.265ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2562023-10-05T01:51:54.287Z+ echo 'configuring based on OS: "solaris2.11"'
2572023-10-05T01:51:54.319ZDownloading...
2582023-10-05T01:51:54.347Z+ case "$1" in
2592023-10-05T01:51:54.388Z+ CIDL_BUILD=illumos
2602023-10-05T01:51:54.846Z+ CIDL_SUFFIX=tar.gz
2612023-10-05T01:51:59.187Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2622023-10-05T01:51:59.682Z+ CIDL_MD5FUNC=do_md5sum
2632023-10-05T01:51:59.864Z+ CIDL_URL_BASE=https://illumos.org/downloads
2642023-10-05T01:51:59.901Z+ CIDL_ASSEMBLE=do_assemble_illumos
2652023-10-05T01:52:00.429Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2662023-10-05T01:52:00.979Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2672023-10-05T01:52:01.116Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-10-05T01:52:01.576Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2692023-10-05T01:52:02.036Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-10-05T01:52:02.077Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712023-10-05T01:52:02.093Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722023-10-05T01:52:02.114Z+ mkdir -p out/downloads
2732023-10-05T01:52:02.129Z+ mkdir -p ./out/cockroachdb
2742023-10-05T01:52:02.579Z+ local DO_DOWNLOAD=true
2752023-10-05T01:52:02.597Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2762023-10-05T01:52:02.618Z+ '[' true == true ']'
2772023-10-05T01:52:02.638Z+ echo Downloading...
2782023-10-05T01:52:03.506Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-10-05T01:52:03.534Z+ 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
2802023-10-05T01:52:03.569Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-10-05T01:52:04.012Z++ md5sum
2822023-10-05T01:52:04.031Z++ awk '{print $1}'
2832023-10-05T01:52:04.054Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2842023-10-05T01:52:04.081Z+ [[ 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 ]]
2852023-10-05T01:52:04.118Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-10-05T01:52:04.152Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2872023-10-05T01:52:04.575ZBuild Tag: v22.1.9-dirty
2882023-10-05T01:52:04.602Z+ do_assemble_illumos
2892023-10-05T01:52:04.636ZBuild Time: 2022/10/26 21:17:46
2902023-10-05T01:52:04.656Z+ rm -r ./out/cockroachdb
2912023-10-05T01:52:04.676ZDistribution: OSS
2922023-10-05T01:52:04.725Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2932023-10-05T01:52:05.172ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2942023-10-05T01:52:06.841Z+ ./out/cockroachdb/bin/cockroach version
2952023-10-05T01:52:06.865ZGo Version: go1.17.13
2962023-10-05T01:52:06.883Z+ set -o errexit
2972023-10-05T01:52:06.900ZC Compiler: gcc 10.3.0
2982023-10-05T01:52:06.912Z+++ dirname ./tools/ci_download_clickhouse
2992023-10-05T01:52:06.924ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3002023-10-05T01:52:06.970Z++ cd ./tools
3012023-10-05T01:52:06.983ZBuild Type: release
3022023-10-05T01:52:07.009Z++ pwd
3032023-10-05T01:52:07.021Zcurrent directory: /work/oxidecomputer/omicron
3042023-10-05T01:52:07.035Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3052023-10-05T01:52:07.058Zconfiguring based on OS: "solaris2.11"
3062023-10-05T01:52:07.071Z++ basename ./tools/ci_download_clickhouse
3072023-10-05T01:52:07.082ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3082023-10-05T01:52:07.098Z+ ARG0=ci_download_clickhouse
3092023-10-05T01:52:07.113ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3102023-10-05T01:52:07.129Z+ TARGET_DIR=out
3112023-10-05T01:52:07.144ZDownloading...
3122023-10-05T01:52:07.160Z+ DOWNLOAD_DIR=out/downloads
3132023-10-05T01:52:07.176ZClickHouse server version 22.8.9.1.
3142023-10-05T01:52:07.192Z+ DEST_DIR=./out/clickhouse
3152023-10-05T01:52:07.216ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3162023-10-05T01:52:07.238Z+ CIDL_VERSION=v22.8.9.24
3172023-10-05T01:52:07.265ZLocal file: out/downloads/console.tar.gz
3182023-10-05T01:52:07.291Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3192023-10-05T01:52:07.748ZDownloading...
3202023-10-05T01:52:07.784Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3212023-10-05T01:52:07.825ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
3222023-10-05T01:52:07.863Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3232023-10-05T01:52:08.296ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
3242023-10-05T01:52:08.319Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3252023-10-05T01:52:08.326ZDownloading...
3262023-10-05T01:52:08.344Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272023-10-05T01:52:08.359ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
3282023-10-05T01:52:08.378Z+ main
3292023-10-05T01:52:08.391ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
3302023-10-05T01:52:08.404Z+ [[ 0 != 0 ]]
3312023-10-05T01:52:08.417ZDownloading...
3322023-10-05T01:52:08.446Z+ CIDL_OS=solaris2.11
3332023-10-05T01:52:08.460Zcurrent directory: /work/oxidecomputer/omicron
3342023-10-05T01:52:08.489Z+ [[ 0 != 0 ]]
3352023-10-05T01:52:08.502Zconfiguring based on OS: "solaris2.11"
3362023-10-05T01:52:08.521Z+ configure_os solaris2.11
3372023-10-05T01:52:08.533ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
3382023-10-05T01:52:08.651Z+ echo 'current directory: /work/oxidecomputer/omicron'
3392023-10-05T01:52:08.694ZLocal file: out/downloads/dendrite-stub.tar.gz
3402023-10-05T01:52:08.715Z+ echo 'configuring based on OS: "solaris2.11"'
3412023-10-05T01:52:08.738ZDownloading...
3422023-10-05T01:52:08.760Z+ CIDL_DASHREV=
3432023-10-05T01:52:08.784Z+ case "$1" in
3442023-10-05T01:52:09.233Z+ CIDL_PLATFORM=illumos
3452023-10-05T01:52:09.241Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3462023-10-05T01:52:09.270Z+ CIDL_MD5FUNC=do_md5sum
3472023-10-05T01:52:09.299Z+ CIDL_DASHREV=-1
3482023-10-05T01:52:09.329Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3492023-10-05T01:52:09.357Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-10-05T01:52:09.789Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-10-05T01:52:09.799Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522023-10-05T01:52:09.820Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3532023-10-05T01:52:09.827Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3542023-10-05T01:52:09.839Z+ mkdir -p out/downloads
3552023-10-05T01:52:09.851Z+ mkdir -p ./out/clickhouse
3562023-10-05T01:52:09.862Z+ local DO_DOWNLOAD=true
3572023-10-05T01:52:09.889Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3582023-10-05T01:52:09.914Z+ '[' true == true ']'
3592023-10-05T01:52:09.942Z+ echo Downloading...
3602023-10-05T01:52:09.965Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612023-10-05T01:52:09.980Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3622023-10-05T01:52:10.407Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3632023-10-05T01:52:10.411Z++ md5sum
3642023-10-05T01:52:10.414Z++ awk '{print $1}'
3652023-10-05T01:52:10.417Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3662023-10-05T01:52:10.420Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3672023-10-05T01:52:10.424Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3682023-10-05T01:52:10.427Z+ mkdir -p ./out/clickhouse
3692023-10-05T01:52:10.436Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3702023-10-05T01:52:10.441Z+ ./out/clickhouse/clickhouse server --version
3712023-10-05T01:52:10.446Z+ set -o errexit
3722023-10-05T01:52:10.452Z+++ dirname ./tools/ci_download_console
3732023-10-05T01:52:10.456Z++ cd ./tools
3742023-10-05T01:52:10.460Z++ pwd
3752023-10-05T01:52:10.469Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3762023-10-05T01:52:10.475Z++ basename ./tools/ci_download_console
3772023-10-05T01:52:10.483Z+ ARG0=ci_download_console
3782023-10-05T01:52:10.488Z+ TARGET_DIR=out
3792023-10-05T01:52:10.497Z+ DOWNLOAD_DIR=out/downloads
3802023-10-05T01:52:10.506Z+ DEST_DIR=./out/console-assets
3812023-10-05T01:52:10.512Z+ source /work/oxidecomputer/omicron/tools/console_version
3822023-10-05T01:52:10.522Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3832023-10-05T01:52:10.528Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3842023-10-05T01:52:10.533Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3852023-10-05T01:52:10.539Z+ TARBALL_FILE=out/downloads/console.tar.gz
3862023-10-05T01:52:10.543Z+ main
3872023-10-05T01:52:10.550Z+ [[ 0 != 0 ]]
3882023-10-05T01:52:10.556Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3892023-10-05T01:52:10.565Z+ echo 'Local file: out/downloads/console.tar.gz'
3902023-10-05T01:52:10.576Z+ local DO_DOWNLOAD=true
3912023-10-05T01:52:10.581Z+ [[ -f out/downloads/console.tar.gz ]]
3922023-10-05T01:52:10.591Z+ mkdir -p out/downloads
3932023-10-05T01:52:10.602Z+ '[' true == true ']'
3942023-10-05T01:52:10.619Z+ echo Downloading...
3952023-10-05T01:52:10.672Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3962023-10-05T01:52:10.797Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3972023-10-05T01:52:10.815Z++ do_sha256sum out/downloads/console.tar.gz
3982023-10-05T01:52:10.837Z++ case "$OSTYPE" in
3992023-10-05T01:52:10.861Z++ SHA=sha256sum
4002023-10-05T01:52:10.899Z++ sha256sum
4012023-10-05T01:52:10.916Z++ awk '{print $1}'
4022023-10-05T01:52:10.931Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
4032023-10-05T01:52:10.948Z+ [[ 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 ]]
4042023-10-05T01:52:10.973Z+ rm -rf ./out/console-assets
4052023-10-05T01:52:11.406Z+ mkdir -p ./out/console-assets
4062023-10-05T01:52:11.428Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4072023-10-05T01:52:11.459Z+ mkdir -p ./out/console-assets
4082023-10-05T01:52:11.481Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4092023-10-05T01:52:11.495Z+ set -o errexit
4102023-10-05T01:52:11.514Z+++ dirname ./tools/ci_download_maghemite_openapi
4112023-10-05T01:52:11.533Z++ cd ./tools
4122023-10-05T01:52:11.549Z++ pwd
4132023-10-05T01:52:11.571Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4142023-10-05T01:52:11.590Z++ basename ./tools/ci_download_maghemite_openapi
4152023-10-05T01:52:12.030Z+ ARG0=ci_download_maghemite_openapi
4162023-10-05T01:52:12.106Z+ TARGET_DIR=out
4172023-10-05T01:52:12.132Z+ DOWNLOAD_DIR=out/downloads
4182023-10-05T01:52:12.157Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4192023-10-05T01:52:12.186Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4202023-10-05T01:52:12.203Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4212023-10-05T01:52:12.230Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4222023-10-05T01:52:12.253Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4232023-10-05T01:52:12.270Z+ main
4242023-10-05T01:52:12.283Z+ [[ 0 != 0 ]]
4252023-10-05T01:52:12.301Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4262023-10-05T01:52:12.326Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4272023-10-05T01:52:12.343Z+ local DO_DOWNLOAD=true
4282023-10-05T01:52:12.367Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4292023-10-05T01:52:12.389Z+ mkdir -p out/downloads
4302023-10-05T01:52:12.818Z+ '[' true == true ']'
4312023-10-05T01:52:13.244Z+ echo Downloading...
4322023-10-05T01:52:13.257Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4332023-10-05T01:52:13.270Z+ 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
4342023-10-05T01:52:13.286Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4352023-10-05T01:52:13.308Z++ case "$OSTYPE" in
4362023-10-05T01:52:13.327Z++ SHA=sha256sum
4372023-10-05T01:52:14.590Z++ sha256sum
4382023-10-05T01:52:15.023Z++ awk '{print $1}'
4392023-10-05T01:52:15.039Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4402023-10-05T01:52:15.053Z+ [[ 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 ]]
4412023-10-05T01:52:15.064Z+ set -o errexit
4422023-10-05T01:52:15.076Z+++ dirname ./tools/ci_download_dendrite_openapi
4432023-10-05T01:52:15.092Z++ cd ./tools
4442023-10-05T01:52:15.100Z++ pwd
4452023-10-05T01:52:15.109Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4462023-10-05T01:52:15.126Z++ basename ./tools/ci_download_dendrite_openapi
4472023-10-05T01:52:15.145Z+ ARG0=ci_download_dendrite_openapi
4482023-10-05T01:52:15.166Z+ TARGET_DIR=out
4492023-10-05T01:52:15.191Z+ DOWNLOAD_DIR=out/downloads
4502023-10-05T01:52:15.210Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4512023-10-05T01:52:15.238Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4522023-10-05T01:52:15.669Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4532023-10-05T01:52:16.156Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4542023-10-05T01:52:16.175Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4552023-10-05T01:52:16.201Z+ main
4562023-10-05T01:52:16.222Z+ [[ 0 != 0 ]]
4572023-10-05T01:52:16.295Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4582023-10-05T01:52:16.727Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4592023-10-05T01:52:16.754Z+ local DO_DOWNLOAD=true
4602023-10-05T01:52:17.182Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4612023-10-05T01:52:17.191Z+ mkdir -p out/downloads
4622023-10-05T01:52:17.207Z+ '[' true == true ']'
4632023-10-05T01:52:17.222Z+ echo Downloading...
4642023-10-05T01:52:17.652Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4652023-10-05T01:52:17.675Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4662023-10-05T01:52:17.694Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4672023-10-05T01:52:17.717Z++ case "$OSTYPE" in
4682023-10-05T01:52:18.291Z++ SHA=sha256sum
4692023-10-05T01:52:18.308Z++ sha256sum
4702023-10-05T01:52:18.323Z++ awk '{print $1}'
4712023-10-05T01:52:18.343Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4722023-10-05T01:52:18.357Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
4732023-10-05T01:52:18.370Z+ set -o errexit
4742023-10-05T01:52:20.426Z+++ dirname ./tools/ci_download_dendrite_stub
4752023-10-05T01:52:20.678Z++ cd ./tools
4762023-10-05T01:52:20.922Z++ pwd
4772023-10-05T01:52:21.109Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4782023-10-05T01:52:21.275Z++ basename ./tools/ci_download_dendrite_stub
4792023-10-05T01:52:21.353Z+ ARG0=ci_download_dendrite_stub
4802023-10-05T01:52:21.574Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4812023-10-05T01:52:21.788Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4822023-10-05T01:52:21.825Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4832023-10-05T01:52:22.444Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4842023-10-05T01:52:22.510Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4852023-10-05T01:52:22.601Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4862023-10-05T01:52:22.720Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4872023-10-05T01:52:23.255Z+ TARGET_DIR=out
4882023-10-05T01:52:23.285Z+ DOWNLOAD_DIR=out/downloads
4892023-10-05T01:52:23.323Z+ DEST_DIR=./out/dendrite-stub
4902023-10-05T01:52:23.343Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4912023-10-05T01:52:23.370Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4922023-10-05T01:52:23.388Z+ REPO=oxidecomputer/dendrite
4932023-10-05T01:52:23.410Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4942023-10-05T01:52:23.425Z+ main
4952023-10-05T01:52:23.457Z+ [[ 0 != 0 ]]
4962023-10-05T01:52:23.470Z+ CIDL_OS=solaris2.11
4972023-10-05T01:52:23.492Z+ [[ 0 != 0 ]]
4982023-10-05T01:52:23.515Z+ configure_os solaris2.11
4992023-10-05T01:52:23.531Z+ echo 'current directory: /work/oxidecomputer/omicron'
5002023-10-05T01:52:23.549Z+ echo 'configuring based on OS: "solaris2.11"'
5012023-10-05T01:52:23.563Z+ case "$1" in
5022023-10-05T01:52:23.574Z+ SET_BINARIES=
5032023-10-05T01:52:23.585Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5042023-10-05T01:52:23.594Z+ CIDL_SHA256FUNC=do_sha256sum
5052023-10-05T01:52:23.602Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5062023-10-05T01:52:23.613Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5072023-10-05T01:52:23.626Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5082023-10-05T01:52:24.065Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5092023-10-05T01:52:24.090Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5102023-10-05T01:52:24.109Z+ mkdir -p out/downloads
5112023-10-05T01:52:24.541Z+ mkdir -p ./out/dendrite-stub
5122023-10-05T01:52:24.568Z+ fetch_and_verify
5132023-10-05T01:52:24.588Z+ local DO_DOWNLOAD=true
5142023-10-05T01:52:25.022Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5152023-10-05T01:52:25.458Z+ '[' true == true ']'
5162023-10-05T01:52:25.904Z+ echo Downloading...
5172023-10-05T01:52:25.920Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5182023-10-05T01:52:25.935Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5192023-10-05T01:52:28.675Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5202023-10-05T01:52:28.683Z++ sha256sum
5212023-10-05T01:52:28.705Z++ awk '{print $1}'
5222023-10-05T01:52:28.780Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5232023-10-05T01:52:28.793Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5242023-10-05T01:52:28.807Z+ do_untar out/downloads/dendrite-stub.tar.gz
5252023-10-05T01:52:28.819Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5262023-10-05T01:52:29.784Z+ do_assemble
5272023-10-05T01:52:29.797Z+ rm -r ./out/dendrite-stub
5282023-10-05T01:52:29.807Z+ mkdir ./out/dendrite-stub
5292023-10-05T01:52:29.818Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5302023-10-05T01:52:29.933Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5312023-10-05T01:52:29.942Z+ set -o errexit
5322023-10-05T01:52:29.956Z+++ dirname ./tools/ci_download_transceiver_control
5332023-10-05T01:52:29.975Z++ cd ./tools
5342023-10-05T01:52:29.994Z++ pwd
5352023-10-05T01:52:30.008Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5362023-10-05T01:52:30.020Z++ basename ./tools/ci_download_transceiver_control
5372023-10-05T01:52:30.030Z+ ARG0=ci_download_transceiver_control
5382023-10-05T01:52:30.059Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5392023-10-05T01:52:30.080Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5402023-10-05T01:52:30.095Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5412023-10-05T01:52:30.109Z+ TARGET_DIR=out
5422023-10-05T01:52:30.529Z+ DOWNLOAD_DIR=out/downloads
5432023-10-05T01:52:30.549Z+ DEST_DIR=./out/transceiver-control
5442023-10-05T01:52:31.387Z+ BIN_DIR=/opt/oxide/bin
5452023-10-05T01:52:31.398Z+ BINARY=xcvradm
5462023-10-05T01:52:31.421Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5472023-10-05T01:52:31.449Z+ REPO=oxidecomputer/transceiver-control
5482023-10-05T01:52:31.478Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5492023-10-05T01:52:31.506Z+ main
5502023-10-05T01:52:31.540Z+ [[ 0 != 0 ]]
5512023-10-05T01:52:31.977Z+ CIDL_OS=solaris2.11
5522023-10-05T01:52:31.984Z+ [[ 0 != 0 ]]
5532023-10-05T01:52:31.990Z+ configure_os solaris2.11
5542023-10-05T01:52:32.006Z+ echo 'current directory: /work/oxidecomputer/omicron'
5552023-10-05T01:52:32.011Zcurrent directory: /work/oxidecomputer/omicron
5562023-10-05T01:52:32.016Z+ echo 'configuring based on OS: "solaris2.11"'
5572023-10-05T01:52:32.026Zconfiguring based on OS: "solaris2.11"
5582023-10-05T01:52:32.036Z+ case "$1" in
5592023-10-05T01:52:32.053Z+ SET_BINARIES=
5602023-10-05T01:52:32.072Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5612023-10-05T01:52:32.097Z+ CIDL_SHA256FUNC=do_sha256sum
5622023-10-05T01:52:32.124Z+ ARCHIVE_FILENAME=xcvradm.gz
5632023-10-05T01:52:32.141Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5642023-10-05T01:52:32.558Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5652023-10-05T01:52:32.613Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5662023-10-05T01:52:32.627ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5672023-10-05T01:52:32.636Z+ echo 'Local file: out/downloads/xcvradm.gz'
5682023-10-05T01:52:32.657ZLocal file: out/downloads/xcvradm.gz
5692023-10-05T01:52:32.667Z+ mkdir -p out/downloads
5702023-10-05T01:52:32.681Z+ mkdir -p ./out/transceiver-control
5712023-10-05T01:52:33.115Z+ fetch_and_verify
5722023-10-05T01:52:33.123Z+ local DO_DOWNLOAD=true
5732023-10-05T01:52:33.127Z+ [[ -f out/downloads/xcvradm.gz ]]
5742023-10-05T01:52:33.136Z+ '[' true == true ']'
5752023-10-05T01:52:33.144Z+ echo Downloading...
5762023-10-05T01:52:33.147ZDownloading...
5772023-10-05T01:52:33.155Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5782023-10-05T01:52:33.164Z+ 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
5792023-10-05T01:52:33.173Z++ do_sha256sum out/downloads/xcvradm.gz
5802023-10-05T01:52:33.197Z++ sha256sum
5812023-10-05T01:52:33.209Z++ awk '{print $1}'
5822023-10-05T01:52:33.216Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5832023-10-05T01:52:33.224Z+ [[ 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 ]]
5842023-10-05T01:52:33.231Z+ do_unpack out/downloads/xcvradm.gz
5852023-10-05T01:52:33.239Z+ mkdir -p out/downloads/root//opt/oxide/bin
5862023-10-05T01:52:33.249Z+ gzip -dc out/downloads/xcvradm.gz
5872023-10-05T01:52:33.263Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5882023-10-05T01:52:33.286Z+ do_assemble
5892023-10-05T01:52:33.302Z+ rm -r ./out/transceiver-control
5902023-10-05T01:52:33.311Z+ mkdir ./out/transceiver-control
5912023-10-05T01:52:33.321Z+ cp -r out/downloads/root ./out/transceiver-control/root
5922023-10-05T01:52:33.328ZAll prerequisites installed successfully
5932023-10-05T01:52:33.349Z
5942023-10-05T01:52:33.357Zreal 2:52.214908881
5952023-10-05T01:52:33.367Zuser 48.361376486
5962023-10-05T01:52:33.427Zsys 10.011312593
5972023-10-05T01:52:33.431Ztrap 0.023684135
5982023-10-05T01:52:33.436Ztflt 0.161964973
5992023-10-05T01:52:33.441Zdflt 0.479994429
6002023-10-05T01:52:33.448Zkflt 0.117492721
6012023-10-05T01:52:33.466Zlock 2.109193989
6022023-10-05T01:52:33.473Zslp 5:57.127222635
6032023-10-05T01:52:33.493Zlat 3.863477540
6042023-10-05T01:52:33.921Zstop 0.071077940
6052023-10-05T01:52:33.932Z+ ptime -m ./tools/ci_download_softnpu_machinery
6062023-10-05T01:52:33.939Zfetching npuzone
6072023-10-05T01:52:33.942ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6082023-10-05T01:52:33.945Z (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756)
6092023-10-05T01:52:33.949ZGetting hash for npuzone
6102023-10-05T01:52:33.960Z (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323)
6112023-10-05T01:53:05.887Znpuzone downloaded successfully
6122023-10-05T01:53:07.724Z
6132023-10-05T01:53:07.809Zreal 22.766767204
6142023-10-05T01:53:08.233Zuser 0.564633201
6152023-10-05T01:53:08.809Zsys 0.152926840
6162023-10-05T01:53:09.327Ztrap 0.000093024
6172023-10-05T01:53:09.571Ztflt 0.000000000
6182023-10-05T01:53:10.186Zdflt 0.000000000
6192023-10-05T01:53:10.472Zkflt 0.000000000
6202023-10-05T01:53:10.491Zlock 0.000000000
6212023-10-05T01:53:10.813Zslp 1:07.379905049
6222023-10-05T01:53:11.163Zlat 0.165327736
6232023-10-05T01:53:11.412Zstop 0.000268969
6242023-10-05T01:53:11.781Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6252023-10-05T01:53:11.988Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6262023-10-05T01:53:12.224Z Updating crates.io index
6272023-10-05T01:53:12.281Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6282023-10-05T01:53:12.560Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6292023-10-05T01:53:12.904Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6302023-10-05T01:53:13.126Z Updating git repository `http://github.com/oxidecomputer/tofino`
6312023-10-05T01:53:13.276Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6322023-10-05T01:53:13.346Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6332023-10-05T01:53:13.372Z Updating git repository `https://github.com/oxidecomputer/propolis`
6342023-10-05T01:53:13.410Z Updating git repository `https://github.com/oxidecomputer/opte`
6352023-10-05T01:53:13.421Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6362023-10-05T01:53:13.462Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6372023-10-05T01:53:13.510Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6382023-10-05T01:53:13.538Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6392023-10-05T01:53:13.571Z Updating git repository `https://github.com/njaremko/samael`
6402023-10-05T01:53:13.585Z Updating git repository `https://github.com/oxidecomputer/crucible`
6412023-10-05T01:53:13.621Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6422023-10-05T01:53:13.638Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6432023-10-05T01:53:13.665Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6442023-10-05T01:53:13.690Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6452023-10-05T01:53:13.721Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6462023-10-05T01:53:13.729Z Updating git repository `https://github.com/oxidecomputer/omicron`
6472023-10-05T01:53:16.978Z Updating git repository `https://github.com/oxidecomputer/rfb`
6482023-10-05T01:53:17.366Z Updating git repository `https://github.com/jgallagher/nix`
6492023-10-05T01:53:18.649Z Updating git repository `https://github.com/cbiffle/hubpack`
6502023-10-05T01:53:19.055Z Updating git repository `https://github.com/oxidecomputer/typify`
6512023-10-05T01:53:20.133Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6522023-10-05T01:53:20.562Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6532023-10-05T01:53:20.872Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6542023-10-05T01:53:25.402Z Downloading crates ...
6552023-10-05T01:53:25.518Z Downloaded array-init v0.0.4
6562023-10-05T01:53:25.902Z Downloaded ipnetwork v0.20.0
6572023-10-05T01:53:26.075Z Downloaded nodrop v0.1.14
6582023-10-05T01:53:26.127Z Downloaded adler v1.0.2
6592023-10-05T01:53:26.151Z Downloaded cargo_metadata v0.18.0
6602023-10-05T01:53:26.179Z Downloaded maybe-uninit v2.0.0
6612023-10-05T01:53:26.202Z Downloaded normalize-line-endings v0.3.0
6622023-10-05T01:53:26.226Z Downloaded convert_case v0.4.0
6632023-10-05T01:53:26.246Z Downloaded http-range v0.1.5
6642023-10-05T01:53:26.264Z Downloaded hostname v0.3.1
6652023-10-05T01:53:26.287Z Downloaded http-body v0.4.5
6662023-10-05T01:53:26.307Z Downloaded instant v0.1.12
6672023-10-05T01:53:26.326Z Downloaded home v0.5.5
6682023-10-05T01:53:26.339Z Downloaded httparse v1.8.0
6692023-10-05T01:53:26.370Z Downloaded bit-vec v0.6.3
6702023-10-05T01:53:26.395Z Downloaded hmac v0.12.1
6712023-10-05T01:53:26.416Z Downloaded camino-tempfile v1.0.2
6722023-10-05T01:53:26.432Z Downloaded match_cfg v0.1.0
6732023-10-05T01:53:26.458Z Downloaded matches v0.1.10
6742023-10-05T01:53:26.487Z Downloaded corncobs v0.1.3
6752023-10-05T01:53:26.510Z Downloaded crossbeam v0.8.2
6762023-10-05T01:53:26.533Z Downloaded memoffset v0.9.0
6772023-10-05T01:53:26.547Z Downloaded ascii-canvas v3.0.0
6782023-10-05T01:53:26.554Z Downloaded bitstruct v0.1.1
6792023-10-05T01:53:26.563Z Downloaded crc-catalog v2.2.0
6802023-10-05T01:53:26.582Z Downloaded num-derive v0.4.0
6812023-10-05T01:53:26.609Z Downloaded clap_lex v0.5.1
6822023-10-05T01:53:26.642Z Downloaded nibble_vec v0.1.0
6832023-10-05T01:53:26.659Z Downloaded cancel-safe-futures v0.1.2
6842023-10-05T01:53:26.676Z Downloaded argon2 v0.5.2
6852023-10-05T01:53:26.702Z Downloaded take_mut v0.2.2
6862023-10-05T01:53:26.720Z Downloaded termtree v0.4.1
6872023-10-05T01:53:26.739Z Downloaded maplit v1.0.2
6882023-10-05T01:53:26.755Z Downloaded addr2line v0.21.0
6892023-10-05T01:53:27.241Z Downloaded mime v0.3.17
6902023-10-05T01:53:27.283Z Downloaded linked-hash-map v0.5.6
6912023-10-05T01:53:27.318Z Downloaded usdt-macro v0.3.5
6922023-10-05T01:53:27.343Z Downloaded strsim v0.10.0
6932023-10-05T01:53:27.368Z Downloaded block-padding v0.3.3
6942023-10-05T01:53:27.387Z Downloaded io-lifetimes v1.0.11
6952023-10-05T01:53:27.412Z Downloaded backoff v0.4.0
6962023-10-05T01:53:27.423Z Downloaded clap_derive v4.4.2
6972023-10-05T01:53:27.482Z Downloaded toml_datetime v0.6.3
6982023-10-05T01:53:27.504Z Downloaded unicase v2.7.0
6992023-10-05T01:53:27.520Z Downloaded darling_macro v0.20.3
7002023-10-05T01:53:27.533Z Downloaded serde_path_to_error v0.1.14
7012023-10-05T01:53:27.574Z Downloaded structmeta v0.1.6
7022023-10-05T01:53:27.664Z Downloaded mockall v0.11.4
7032023-10-05T01:53:27.699Z Downloaded const-oid v0.9.5
7042023-10-05T01:53:27.711Z Downloaded terminal_size v0.2.6
7052023-10-05T01:53:27.738Z Downloaded ahash v0.8.3
7062023-10-05T01:53:27.768Z Downloaded slog-envlogger v2.2.0
7072023-10-05T01:53:27.784Z Downloaded multer v2.1.0
7082023-10-05T01:53:27.804Z Downloaded opaque-debug v0.3.0
7092023-10-05T01:53:27.821Z Downloaded utf8parse v0.2.1
7102023-10-05T01:53:27.853Z Downloaded want v0.3.1
7112023-10-05T01:53:28.281Z Downloaded zeroize_derive v1.4.2
7122023-10-05T01:53:28.289Z Downloaded tempfile v3.8.0
7132023-10-05T01:53:28.300Z Downloaded typenum v1.16.0
7142023-10-05T01:53:28.308Z Downloaded digest v0.10.7
7152023-10-05T01:53:28.322Z Downloaded foreign-types-shared v0.3.1
7162023-10-05T01:53:28.340Z Downloaded foreign-types-shared v0.1.1
7172023-10-05T01:53:28.347Z Downloaded indexmap v2.0.0
7182023-10-05T01:53:28.354Z Downloaded ref-cast-impl v1.0.20
7192023-10-05T01:53:28.367Z Downloaded display-error-chain v0.1.1
7202023-10-05T01:53:28.381Z Downloaded tracing-attributes v0.1.26
7212023-10-05T01:53:28.394Z Downloaded twox-hash v1.6.3
7222023-10-05T01:53:28.415Z Downloaded parse-display v0.7.0
7232023-10-05T01:53:28.424Z Downloaded miniz_oxide v0.7.1
7242023-10-05T01:53:28.439Z Downloaded strum v0.25.0
7252023-10-05T01:53:28.456Z Downloaded tinyvec_macros v0.1.1
7262023-10-05T01:53:28.466Z Downloaded dyn-clone v1.0.13
7272023-10-05T01:53:28.490Z Downloaded zerocopy v0.3.0
7282023-10-05T01:53:28.503Z Downloaded waitgroup v0.1.2
7292023-10-05T01:53:28.520Z Downloaded dirs-next v2.0.0
7302023-10-05T01:53:28.534Z Downloaded equivalent v1.0.1
7312023-10-05T01:53:28.549Z Downloaded postgres-types v0.2.6
7322023-10-05T01:53:28.563Z Downloaded toml v0.5.11
7332023-10-05T01:53:28.579Z Downloaded endian-type v0.1.2
7342023-10-05T01:53:28.593Z Downloaded data-encoding v2.4.0
7352023-10-05T01:53:28.613Z Downloaded slog-scope v4.4.0
7362023-10-05T01:53:28.628Z Downloaded foreign-types v0.5.0
7372023-10-05T01:53:28.648Z Downloaded indicatif v0.17.6
7382023-10-05T01:53:28.661Z Downloaded spki v0.7.2
7392023-10-05T01:53:29.093Z Downloaded precomputed-hash v0.1.1
7402023-10-05T01:53:29.526Z Downloaded postcard-cobs v0.1.5-pre
7412023-10-05T01:53:29.551Z Downloaded headers-core v0.2.0
7422023-10-05T01:53:29.564Z Downloaded rand_xorshift v0.3.0
7432023-10-05T01:53:29.591Z Downloaded thread-id v4.2.0
7442023-10-05T01:53:29.620Z Downloaded fd-lock v3.0.13
7452023-10-05T01:53:29.644Z Downloaded version_check v0.9.4
7462023-10-05T01:53:29.692Z Downloaded tokio-tungstenite v0.18.0
7472023-10-05T01:53:29.699Z Downloaded once_cell v1.18.0
7482023-10-05T01:53:29.716Z Downloaded openssl-macros v0.1.1
7492023-10-05T01:53:29.752Z Downloaded globset v0.4.13
7502023-10-05T01:53:29.772Z Downloaded tokio-macros v2.1.0
7512023-10-05T01:53:29.806Z Downloaded fs-err v2.9.0
7522023-10-05T01:53:29.831Z Downloaded diesel_table_macro_syntax v0.1.0
7532023-10-05T01:53:29.858Z Downloaded schemars_derive v0.8.13
7542023-10-05T01:53:29.890Z Downloaded path-slash v0.1.5
7552023-10-05T01:53:29.929Z Downloaded path-dedot v3.1.0
7562023-10-05T01:53:30.350Z Downloaded filetime v0.2.22
7572023-10-05T01:53:30.367Z Downloaded enum-as-inner v0.5.1
7582023-10-05T01:53:30.380Z Downloaded heck v0.3.3
7592023-10-05T01:53:30.799Z Downloaded number_prefix v0.4.0
7602023-10-05T01:53:30.819Z Downloaded proc-macro-crate v1.3.1
7612023-10-05T01:53:30.835Z Downloaded serde_spanned v0.6.3
7622023-10-05T01:53:30.850Z Downloaded untrusted v0.7.1
7632023-10-05T01:53:30.868Z Downloaded ref-cast v1.0.20
7642023-10-05T01:53:30.880Z Downloaded time-core v0.1.1
7652023-10-05T01:53:30.900Z Downloaded pest_generator v2.7.2
7662023-10-05T01:53:30.911Z Downloaded openssl-probe v0.1.5
7672023-10-05T01:53:30.921Z Downloaded tokio-native-tls v0.3.1
7682023-10-05T01:53:30.932Z Downloaded unicode-xid v0.2.4
7692023-10-05T01:53:30.944Z Downloaded crossbeam-channel v0.5.8
7702023-10-05T01:53:30.981Z Downloaded percent-encoding v2.3.0
7712023-10-05T01:53:30.994Z Downloaded slog-stdlog v4.1.1
7722023-10-05T01:53:31.004Z Downloaded form_urlencoded v1.2.0
7732023-10-05T01:53:31.009Z Downloaded rustc_version v0.4.0
7742023-10-05T01:53:31.016Z Downloaded pem-rfc7468 v0.7.0
7752023-10-05T01:53:31.021Z Downloaded peeking_take_while v0.1.2
7762023-10-05T01:53:31.026Z Downloaded polyval v0.6.1
7772023-10-05T01:53:31.056Z Downloaded newtype_derive v0.1.6
7782023-10-05T01:53:31.070Z Downloaded snafu-derive v0.7.5
7792023-10-05T01:53:31.493Z Downloaded postcard v0.7.3
7802023-10-05T01:53:31.509Z Downloaded try-lock v0.2.4
7812023-10-05T01:53:31.517Z Downloaded doc-comment v0.3.3
7822023-10-05T01:53:31.524Z Downloaded derive_builder v0.12.0
7832023-10-05T01:53:31.535Z Downloaded minimal-lexical v0.2.1
7842023-10-05T01:53:31.548Z Downloaded rand_core v0.6.4
7852023-10-05T01:53:31.555Z Downloaded universal-hash v0.5.1
7862023-10-05T01:53:31.568Z Downloaded pest_derive v2.7.2
7872023-10-05T01:53:31.605Z Downloaded group v0.13.0
7882023-10-05T01:53:31.617Z Downloaded hkdf v0.12.3
7892023-10-05T01:53:31.629Z Downloaded rusty-fork v0.3.0
7902023-10-05T01:53:31.651Z Downloaded wait-timeout v0.2.0
7912023-10-05T01:53:31.661Z Downloaded time-macros v0.2.13
7922023-10-05T01:53:31.672Z Downloaded uuid v1.4.1
7932023-10-05T01:53:31.682Z Downloaded serde_arrays v0.1.0
7942023-10-05T01:53:31.689Z Downloaded serde-big-array v0.4.1
7952023-10-05T01:53:31.699Z Downloaded env_logger v0.10.0
7962023-10-05T01:53:32.122Z Downloaded parking_lot_core v0.8.6
7972023-10-05T01:53:32.550Z Downloaded shlex v1.1.0
7982023-10-05T01:53:32.587Z Downloaded pretty-hex v0.2.1
7992023-10-05T01:53:32.639Z Downloaded darling_macro v0.14.4
8002023-10-05T01:53:32.746Z Downloaded glob v0.3.1
8012023-10-05T01:53:32.825Z Downloaded fxhash v0.2.1
8022023-10-05T01:53:32.889Z Downloaded proc-macro-error-attr v1.0.4
8032023-10-05T01:53:32.991Z Downloaded smf v0.2.2
8042023-10-05T01:53:33.031Z Downloaded dtrace-parser v0.1.14
8052023-10-05T01:53:33.076Z Downloaded rustls-native-certs v0.6.3
8062023-10-05T01:53:33.137Z Downloaded deranged v0.3.8
8072023-10-05T01:53:33.160Z Downloaded env_logger v0.9.3
8082023-10-05T01:53:33.183Z Downloaded predicates-tree v1.0.9
8092023-10-05T01:53:33.199Z Downloaded predicates-core v1.0.6
8102023-10-05T01:53:33.228Z Downloaded rcgen v0.10.0
8112023-10-05T01:53:33.250Z Downloaded fnv v1.0.7
8122023-10-05T01:53:33.259Z Downloaded packed_struct_codegen v0.10.1
8132023-10-05T01:53:33.269Z Downloaded smawk v0.3.1
8142023-10-05T01:53:33.278Z Downloaded crossbeam-utils v0.8.16
8152023-10-05T01:53:33.287Z Downloaded libm v0.2.7
8162023-10-05T01:53:33.713Z Downloaded quick-error v1.2.3
8172023-10-05T01:53:33.737Z Downloaded phf_shared v0.10.0
8182023-10-05T01:53:33.762Z Downloaded zone v0.2.0
8192023-10-05T01:53:34.217Z Downloaded xattr v1.0.1
8202023-10-05T01:53:34.658Z Downloaded predicates v3.0.3
8212023-10-05T01:53:35.079Z Downloaded unicode-width v0.1.10
8222023-10-05T01:53:35.100Z Downloaded tower-service v0.3.2
8232023-10-05T01:53:35.137Z Downloaded semver v1.0.18
8242023-10-05T01:53:35.159Z Downloaded thiserror-impl v1.0.49
8252023-10-05T01:53:35.164Z Downloaded debug-ignore v1.0.5
8262023-10-05T01:53:35.182Z Downloaded trust-dns-client v0.22.0
8272023-10-05T01:53:35.266Z Downloaded cstr-argument v0.1.2
8282023-10-05T01:53:35.299Z Downloaded tiny-keccak v2.0.2
8292023-10-05T01:53:35.340Z Downloaded thiserror-impl-no-std v2.0.2
8302023-10-05T01:53:35.358Z Downloaded fatfs v0.3.6
8312023-10-05T01:53:35.377Z Downloaded slog-json v2.6.1
8322023-10-05T01:53:35.399Z Downloaded parking_lot_core v0.9.8
8332023-10-05T01:53:35.417Z Downloaded owo-colors v3.5.0
8342023-10-05T01:53:35.433Z Downloaded serde-big-array v0.5.1
8352023-10-05T01:53:35.450Z Downloaded oso-derive v0.26.4
8362023-10-05T01:53:35.888Z Downloaded structopt-derive v0.4.18
8372023-10-05T01:53:35.905Z Downloaded strsim v0.8.0
8382023-10-05T01:53:35.915Z Downloaded tap v1.0.1
8392023-10-05T01:53:36.356Z Downloaded pkcs1 v0.7.5
8402023-10-05T01:53:36.375Z Downloaded spin v0.5.2
8412023-10-05T01:53:36.393Z Downloaded tracing v0.1.37
8422023-10-05T01:53:36.434Z Downloaded pkg-config v0.3.27
8432023-10-05T01:53:36.448Z Downloaded unicode-normalization v0.1.22
8442023-10-05T01:53:37.689Z Downloaded dof v0.1.5
8452023-10-05T01:53:37.924Z Downloaded tokio-util v0.7.8
8462023-10-05T01:53:37.940Z Downloaded serde-hex v0.1.0
8472023-10-05T01:53:38.100Z Downloaded semver v0.1.20
8482023-10-05T01:53:38.172Z Downloaded futures-macro v0.3.28
8492023-10-05T01:53:38.605Z Downloaded futures-core v0.3.28
8502023-10-05T01:53:38.725Z Downloaded unicode-linebreak v0.1.5
8512023-10-05T01:53:38.775Z Downloaded half v1.8.2
8522023-10-05T01:53:38.799Z Downloaded unicode-ident v1.0.12
8532023-10-05T01:53:38.818Z Downloaded vec_map v0.8.2
8542023-10-05T01:53:38.834Z Downloaded serde_derive v1.0.188
8552023-10-05T01:53:38.847Z Downloaded pkcs8 v0.10.2
8562023-10-05T01:53:38.877Z Downloaded thiserror-no-std v2.0.2
8572023-10-05T01:53:38.911Z Downloaded prettyplease v0.2.12
8582023-10-05T01:53:38.933Z Downloaded tokio-postgres v0.7.10
8592023-10-05T01:53:39.784Z Downloaded serde_tokenstream v0.1.7
8602023-10-05T01:53:39.888Z Downloaded textwrap v0.16.0
8612023-10-05T01:53:40.327Z Downloaded crossterm v0.27.0
8622023-10-05T01:53:40.439Z Downloaded chrono v0.4.31
8632023-10-05T01:53:40.492Z Downloaded tokio-rustls v0.24.1
8642023-10-05T01:53:40.570Z Downloaded serde_yaml v0.9.25
8652023-10-05T01:53:40.614Z Downloaded toml_edit v0.19.15
8662023-10-05T01:53:40.810Z Downloaded ron v0.7.1
8672023-10-05T01:53:42.331Z Downloaded derive_builder_core v0.12.0
8682023-10-05T01:53:42.442Z Downloaded derive_more v0.99.17
8692023-10-05T01:53:44.285Z Downloaded salty v0.2.0
8702023-10-05T01:53:44.385Z Downloaded x509-cert v0.2.4
8712023-10-05T01:53:44.463Z Downloaded unsafe-libyaml v0.2.9
8722023-10-05T01:53:44.514Z Downloaded serde_with v2.3.3
8732023-10-05T01:53:44.948Z Downloaded trust-dns-server v0.22.1
8742023-10-05T01:53:44.969Z Downloaded darling_core v0.14.4
8752023-10-05T01:53:44.991Z Downloaded itertools v0.10.5
8762023-10-05T01:53:45.028Z Downloaded regex-automata v0.1.10
8772023-10-05T01:53:45.127Z Downloaded serde_json v1.0.107
8782023-10-05T01:53:45.553Z Downloaded openssl-sys v0.9.93
8792023-10-05T01:53:45.619Z Downloaded petgraph v0.6.4
8802023-10-05T01:53:45.805Z Downloaded rayon v1.7.0
8812023-10-05T01:53:45.944Z Downloaded unicode-segmentation v1.10.1
8822023-10-05T01:53:46.016Z Downloaded syn v2.0.37
8832023-10-05T01:53:46.147Z Downloaded smoltcp v0.8.2
8842023-10-05T01:53:46.385Z Downloaded openssl v0.10.57
8852023-10-05T01:53:46.410Z Downloaded quick-xml v0.23.1
8862023-10-05T01:53:46.564Z Downloaded syn v1.0.109
8872023-10-05T01:53:46.708Z Downloaded git2 v0.17.2
8882023-10-05T01:53:47.135Z Downloaded polar-core v0.26.4
8892023-10-05T01:53:47.142Z Downloaded regress v0.7.1
8902023-10-05T01:53:47.154Z Downloaded trust-dns-proto v0.22.0
8912023-10-05T01:53:47.160Z Downloaded regex-syntax v0.6.29
8922023-10-05T01:53:47.168Z Downloaded tabled v0.14.0
8932023-10-05T01:53:47.184Z Downloaded openapiv3 v1.0.3
8942023-10-05T01:53:47.188Z Downloaded webpki-roots v0.25.2
8952023-10-05T01:53:47.192Z Downloaded libc v0.2.148
8962023-10-05T01:53:47.199Z Downloaded zerocopy-derive v0.6.3
8972023-10-05T01:53:47.210Z Downloaded radix_trie v0.2.1
8982023-10-05T01:53:47.222Z Downloaded curve25519-dalek v4.1.0
8992023-10-05T01:53:47.227Z Downloaded regex-syntax v0.7.5
9002023-10-05T01:53:47.238Z Downloaded rustix v0.37.23
9012023-10-05T01:53:47.246Z Downloaded diesel v2.1.1
9022023-10-05T01:53:47.251Z Downloaded tokio v1.32.0
9032023-10-05T01:53:47.260Z Downloaded encoding_rs v0.8.33
9042023-10-05T01:53:47.270Z Downloaded zerocopy-derive v0.2.0
9052023-10-05T01:53:47.275Z Downloaded bstr v1.6.0
9062023-10-05T01:53:47.281Z Downloaded bstr v0.2.17
9072023-10-05T01:53:47.293Z Downloaded smoltcp v0.9.1
9082023-10-05T01:53:47.334Z Downloaded bzip2-sys v0.1.11+1.0.8
9092023-10-05T01:53:47.775Z Downloaded regex-automata v0.3.8
9102023-10-05T01:53:49.253Z Downloaded regex v1.9.5
9112023-10-05T01:53:49.637Z Downloaded sha3 v0.10.8
9122023-10-05T01:53:49.681Z Downloaded idna v0.4.0
9132023-10-05T01:53:49.750Z Downloaded sled v0.34.7
9142023-10-05T01:53:49.861Z Downloaded rustix v0.38.9
9152023-10-05T01:53:49.994Z Downloaded vcpkg v0.2.15
9162023-10-05T01:53:50.044Z Downloaded libsqlite3-sys v0.26.0
9172023-10-05T01:53:50.646Z Downloaded futures-util v0.3.28
9182023-10-05T01:53:50.692Z Downloaded object v0.30.4
9192023-10-05T01:53:51.191Z Downloaded idna v0.2.3
9202023-10-05T01:53:51.390Z Downloaded h2 v0.3.21
9212023-10-05T01:53:51.478Z Downloaded proptest v1.2.0
9222023-10-05T01:53:51.607Z Downloaded ratatui v0.23.0
9232023-10-05T01:53:51.636Z Downloaded object v0.32.1
9242023-10-05T01:53:51.665Z Downloaded libgit2-sys v0.15.2+1.6.4
9252023-10-05T01:53:51.679Z Downloaded bindgen v0.65.1
9262023-10-05T01:53:51.690Z Downloaded rustls v0.21.7
9272023-10-05T01:53:51.703Z Downloaded bitvec v1.0.1
9282023-10-05T01:53:51.721Z Downloaded reqwest v0.11.20
9292023-10-05T01:53:51.755Z Downloaded hashbrown v0.14.0
9302023-10-05T01:53:51.776Z Downloaded gimli v0.28.0
9312023-10-05T01:53:51.800Z Downloaded time v0.3.27
9322023-10-05T01:53:51.840Z Downloaded hashbrown v0.13.2
9332023-10-05T01:53:51.850Z Downloaded lalrpop v0.19.12
9342023-10-05T01:53:51.862Z Downloaded rusqlite v0.29.0
9352023-10-05T01:53:51.881Z Downloaded nix v0.26.2
9362023-10-05T01:53:51.899Z Downloaded winnow v0.5.15
9372023-10-05T01:53:51.907Z Downloaded reedline v0.23.0
9382023-10-05T01:53:51.930Z Downloaded pest v2.7.2
9392023-10-05T01:53:51.968Z Downloaded aho-corasick v1.0.4
9402023-10-05T01:53:52.000Z Downloaded futures v0.3.28
9412023-10-05T01:53:52.025Z Downloaded hyper v0.14.27
9422023-10-05T01:53:52.159Z Downloaded libz-sys v1.1.12
9432023-10-05T01:53:52.489Z Downloaded darling_core v0.20.3
9442023-10-05T01:53:52.576Z Downloaded trust-dns-resolver v0.22.0
9452023-10-05T01:53:52.627Z Downloaded portable-atomic v1.4.3
9462023-10-05T01:53:52.671Z Downloaded flate2 v1.0.27
9472023-10-05T01:53:52.689Z Downloaded clap_builder v4.4.2
9482023-10-05T01:53:52.701Z Downloaded diesel_derives v2.1.1
9492023-10-05T01:53:52.715Z Downloaded derive-where v1.2.5
9502023-10-05T01:53:52.738Z Downloaded toml_edit v0.20.0
9512023-10-05T01:53:52.750Z Downloaded num-rational v0.4.1
9522023-10-05T01:53:52.774Z Downloaded fallible-iterator v0.2.0
9532023-10-05T01:53:52.786Z Downloaded stringprep v0.1.3
9542023-10-05T01:53:52.799Z Downloaded heapless v0.7.16
9552023-10-05T01:53:52.808Z Downloaded serde v1.0.188
9562023-10-05T01:53:53.229Z Downloaded hashbrown v0.12.3
9572023-10-05T01:53:53.244Z Downloaded rayon-core v1.11.0
9582023-10-05T01:53:53.324Z Downloaded pin-project-lite v0.2.13
9592023-10-05T01:53:53.375Z Downloaded crossterm v0.26.1
9602023-10-05T01:53:53.399Z Downloaded aes v0.8.3
9612023-10-05T01:53:53.419Z Downloaded parse-display-derive v0.7.0
9622023-10-05T01:53:53.430Z Downloaded der_derive v0.7.2
9632023-10-05T01:53:53.446Z Downloaded ron v0.8.1
9642023-10-05T01:53:53.463Z Downloaded zip v0.6.6
9652023-10-05T01:53:53.481Z Downloaded snafu v0.7.5
9662023-10-05T01:53:53.647Z Downloaded ring v0.16.20
9672023-10-05T01:53:53.771Z Downloaded dirs-sys-next v0.1.2
9682023-10-05T01:53:53.856Z Downloaded crypto-common v0.1.6
9692023-10-05T01:53:54.317Z Downloaded phf v0.11.2
9702023-10-05T01:53:54.427Z Downloaded oso v0.26.4
9712023-10-05T01:53:54.603Z Downloaded unicode-bidi v0.3.13
9722023-10-05T01:53:54.860Z Downloaded itertools v0.11.0
9732023-10-05T01:53:54.932Z Downloaded rpassword v7.2.0
9742023-10-05T01:53:54.964Z Downloaded radium v0.7.0
9752023-10-05T01:53:54.979Z Downloaded hash32 v0.2.1
9762023-10-05T01:53:54.998Z Downloaded rand v0.8.5
9772023-10-05T01:53:55.016Z Downloaded rand v0.4.6
9782023-10-05T01:53:55.032Z Downloaded ff v0.13.0
9792023-10-05T01:53:55.052Z Downloaded proc-macro-error v1.0.4
9802023-10-05T01:53:55.588Z Downloaded hashlink v0.8.3
9812023-10-05T01:53:55.622Z Downloaded term v0.7.0
9822023-10-05T01:53:55.680Z Downloaded getrandom v0.2.10
9832023-10-05T01:53:55.693Z Downloaded pin-utils v0.1.0
9842023-10-05T01:53:55.704Z Downloaded darling v0.14.4
9852023-10-05T01:53:55.730Z Downloaded vergen v8.2.4
9862023-10-05T01:53:55.751Z Downloaded tungstenite v0.18.0
9872023-10-05T01:53:55.764Z Downloaded signal-hook v0.3.17
9882023-10-05T01:53:56.189Z Downloaded rustls-webpki v0.101.4
9892023-10-05T01:53:56.199Z Downloaded r2d2 v0.8.10
9902023-10-05T01:53:56.216Z Downloaded nanorand v0.7.0
9912023-10-05T01:53:56.233Z Downloaded serde_with_macros v2.3.3
9922023-10-05T01:53:56.245Z Downloaded structopt v0.3.26
9932023-10-05T01:53:56.257Z Downloaded futures-task v0.3.28
9942023-10-05T01:53:56.265Z Downloaded yasna v0.5.2
9952023-10-05T01:53:56.270Z Downloaded crypto-bigint v0.5.2
9962023-10-05T01:53:56.274Z Downloaded similar v2.2.1
9972023-10-05T01:53:56.278Z Downloaded pest_meta v2.7.2
9982023-10-05T01:53:56.284Z Downloaded num-bigint v0.4.4
9992023-10-05T01:53:56.289Z Downloaded clap v2.34.0
10002023-10-05T01:53:56.296Z Downloaded futures-sink v0.3.28
10012023-10-05T01:53:56.301Z Downloaded derive_builder_macro v0.12.0
10022023-10-05T01:53:56.306Z Downloaded foreign-types v0.3.2
10032023-10-05T01:53:56.310Z Downloaded textwrap v0.11.0
10042023-10-05T01:53:56.315Z Downloaded utf-8 v0.7.6
10052023-10-05T01:53:56.320Z Downloaded packed_struct v0.10.1
10062023-10-05T01:53:56.324Z Downloaded papergrid v0.10.0
10072023-10-05T01:53:56.330Z Downloaded headers v0.3.9
10082023-10-05T01:53:56.334Z Downloaded ryu v1.0.15
10092023-10-05T01:53:56.339Z Downloaded libxml v0.3.3
10102023-10-05T01:53:56.343Z Downloaded url v2.4.1
10112023-10-05T01:53:56.348Z Downloaded strip-ansi-escapes v0.2.0
10122023-10-05T01:53:56.351Z Downloaded tungstenite v0.20.1
10132023-10-05T01:53:56.356Z Downloaded wyz v0.5.1
10142023-10-05T01:53:56.360Z Downloaded signal-hook-mio v0.2.3
10152023-10-05T01:53:56.366Z Downloaded semver-parser v0.10.2
10162023-10-05T01:53:56.417Z Downloaded rustc_version v0.1.7
10172023-10-05T01:53:56.427Z Downloaded difflib v0.4.0
10182023-10-05T01:53:56.437Z Downloaded fragile v2.0.0
10192023-10-05T01:53:56.463Z Downloaded der v0.7.8
10202023-10-05T01:53:56.489Z Downloaded spin v0.9.8
10212023-10-05T01:53:56.549Z Downloaded tough v0.12.5
10222023-10-05T01:53:56.577Z Downloaded ringbuffer v0.15.0
10232023-10-05T01:53:56.604Z Downloaded fastrand v2.0.0
10242023-10-05T01:53:56.618Z Downloaded sha1 v0.10.5
10252023-10-05T01:53:56.626Z Downloaded scopeguard v1.2.0
10262023-10-05T01:53:56.633Z Downloaded thiserror v1.0.49
10272023-10-05T01:53:56.646Z Downloaded tabled_derive v0.6.0
10282023-10-05T01:53:57.080Z Downloaded synstructure v0.12.6
10292023-10-05T01:53:57.084Z Downloaded proc-macro2 v1.0.67
10302023-10-05T01:53:57.092Z Downloaded which v4.4.0
10312023-10-05T01:53:57.108Z Downloaded parking_lot v0.12.1
10322023-10-05T01:53:57.112Z Downloaded predicates v2.1.5
10332023-10-05T01:53:57.122Z Downloaded ppv-lite86 v0.2.17
10342023-10-05T01:53:57.129Z Downloaded zone_cfg_derive v0.2.0
10352023-10-05T01:53:57.134Z Downloaded pem v1.1.1
10362023-10-05T01:53:57.148Z Downloaded olpc-cjson v0.1.3
10372023-10-05T01:53:57.163Z Downloaded poly1305 v0.8.0
10382023-10-05T01:53:57.177Z Downloaded tui-tree-widget v0.13.0
10392023-10-05T01:53:57.194Z Downloaded generic-array v0.14.7
10402023-10-05T01:53:57.208Z Downloaded flagset v0.4.3
10412023-10-05T01:53:57.221Z Downloaded serde_repr v0.1.16
10422023-10-05T01:53:57.233Z Downloaded zerocopy v0.6.3
10432023-10-05T01:53:57.249Z Downloaded downcast v0.11.0
10442023-10-05T01:53:57.262Z Downloaded crunchy v0.2.2
10452023-10-05T01:53:57.279Z Downloaded platforms v3.0.2
10462023-10-05T01:53:57.295Z Downloaded diff v0.1.13
10472023-10-05T01:53:57.304Z Downloaded ucd-trie v0.1.6
10482023-10-05T01:53:57.311Z Downloaded structmeta-derive v0.1.6
10492023-10-05T01:53:57.330Z Downloaded float-cmp v0.9.0
10502023-10-05T01:53:57.345Z Downloaded fixedbitset v0.4.2
10512023-10-05T01:53:57.812Z Downloaded memchr v2.6.3
10522023-10-05T01:53:57.829Z Downloaded tinyvec v1.6.0
10532023-10-05T01:53:57.836Z Downloaded flume v0.11.0
10542023-10-05T01:53:57.870Z Downloaded parking_lot v0.11.2
10552023-10-05T01:53:57.893Z Downloaded postgres-protocol v0.6.6
10562023-10-05T01:53:59.675Z Downloaded password-hash v0.5.0
10572023-10-05T01:54:00.075Z Downloaded steno v0.4.0
10582023-10-05T01:54:00.911Z Downloaded elliptic-curve v0.13.5
10592023-10-05T01:54:01.145Z Downloaded mio v0.8.8
10602023-10-05T01:54:01.291Z Downloaded quote v1.0.33
10612023-10-05T01:54:01.408Z Downloaded futures-channel v0.3.28
10622023-10-05T01:54:01.483Z Downloaded tokio-stream v0.1.14
10632023-10-05T01:54:01.641Z Downloaded secrecy v0.8.0
10642023-10-05T01:54:01.691Z Downloaded rustls-pemfile v1.0.3
10652023-10-05T01:54:01.742Z Downloaded signal-hook-registry v1.4.1
10662023-10-05T01:54:01.818Z Downloaded sha2 v0.10.7
10672023-10-05T01:54:01.855Z Downloaded ena v0.14.2
10682023-10-05T01:54:01.986Z Downloaded rsa v0.9.2
10692023-10-05T01:54:02.007Z Downloaded serde_derive_internals v0.26.0
10702023-10-05T01:54:02.024Z Downloaded walkdir v2.4.0
10712023-10-05T01:54:02.447Z Downloaded serde_tokenstream v0.2.0
10722023-10-05T01:54:02.482Z Downloaded ctr v0.9.2
10732023-10-05T01:54:02.505Z Downloaded arc-swap v1.6.0
10742023-10-05T01:54:02.524Z Downloaded path-absolutize v3.1.0
10752023-10-05T01:54:02.560Z Downloaded same-file v1.0.6
10762023-10-05T01:54:03.104Z Downloaded pretty-hex v0.3.0
10772023-10-05T01:54:03.183Z Downloaded erased-serde v0.3.30
10782023-10-05T01:54:03.269Z Downloaded funty v2.0.0
10792023-10-05T01:54:03.308Z Downloaded base64 v0.13.1
10802023-10-05T01:54:03.758Z Downloaded indexmap v1.9.3
10812023-10-05T01:54:03.855Z Downloaded zeroize v1.6.0
10822023-10-05T01:54:03.932Z Downloaded omicron-zone-package v0.8.3
10832023-10-05T01:54:03.949Z Downloaded vsss-rs v3.3.1
10842023-10-05T01:54:03.988Z Downloaded schemars v0.8.13
10852023-10-05T01:54:04.000Z Downloaded slog v2.7.0
10862023-10-05T01:54:04.010Z Downloaded toml v0.8.0
10872023-10-05T01:54:04.023Z Downloaded tar v0.4.40
10882023-10-05T01:54:04.035Z Downloaded vte v0.11.1
10892023-10-05T01:54:04.114Z Downloaded fallible-streaming-iterator v0.1.9
10902023-10-05T01:54:04.125Z Downloaded subtle v2.5.0
10912023-10-05T01:54:04.133Z Downloaded string_cache v0.8.7
10922023-10-05T01:54:04.141Z Downloaded stable_deref_trait v1.2.0
10932023-10-05T01:54:04.151Z Downloaded darling v0.20.3
10942023-10-05T01:54:04.164Z Downloaded errno v0.3.2
10952023-10-05T01:54:04.192Z Downloaded whoami v1.4.1
10962023-10-05T01:54:04.224Z Downloaded rand_chacha v0.3.1
10972023-10-05T01:54:04.268Z Downloaded nom v7.1.3
10982023-10-05T01:54:04.708Z Downloaded futures-io v0.3.28
10992023-10-05T01:54:04.753Z Downloaded futures-executor v0.3.28
11002023-10-05T01:54:04.828Z Downloaded crossbeam-epoch v0.9.15
11012023-10-05T01:54:04.902Z Downloaded paste v1.0.14
11022023-10-05T01:54:04.936Z Downloaded toml v0.7.8
11032023-10-05T01:54:05.127Z Downloaded thread_local v1.1.7
11042023-10-05T01:54:10.286Z Downloaded const_format v0.2.31
11052023-10-05T01:54:10.702Z Downloaded tracing-core v0.1.31
11062023-10-05T01:54:10.855Z Downloaded clap v4.4.3
11072023-10-05T01:54:10.981Z Downloaded socket2 v0.5.3
11082023-10-05T01:54:11.826Z Downloaded allocator-api2 v0.2.16
11092023-10-05T01:54:11.841Z Downloaded rustc-hash v1.1.0
11102023-10-05T01:54:11.851Z Downloaded rtoolbox v0.0.1
11112023-10-05T01:54:11.881Z Downloaded ed25519 v1.5.3
11122023-10-05T01:54:11.902Z Downloaded slab v0.4.9
11132023-10-05T01:54:11.917Z Downloaded siphasher v0.3.11
11142023-10-05T01:54:12.330Z Downloaded phf_shared v0.11.2
11152023-10-05T01:54:12.336Z Downloaded getopts v0.2.21
11162023-10-05T01:54:12.352Z Downloaded usdt v0.3.5
11172023-10-05T01:54:12.372Z Downloaded num-bigint-dig v0.8.4
11182023-10-05T01:54:12.765Z Downloaded curve25519-dalek-derive v0.1.0
11192023-10-05T01:54:12.996Z Downloaded tokio-tungstenite v0.20.1
11202023-10-05T01:54:13.073Z Downloaded crc-any v2.4.3
11212023-10-05T01:54:13.226Z Downloaded subprocess v0.2.9
11222023-10-05T01:54:13.235Z Downloaded either v1.9.0
11232023-10-05T01:54:13.284Z Downloaded bytes v1.5.0
11242023-10-05T01:54:13.316Z Downloaded usdt-impl v0.3.5
11252023-10-05T01:54:13.341Z Downloaded resolv-conf v0.7.0
11262023-10-05T01:54:13.778Z Downloaded foreign-types-macros v0.2.3
11272023-10-05T01:54:13.798Z Downloaded slog-async v2.8.0
11282023-10-05T01:54:13.814Z Downloaded sct v0.7.0
11292023-10-05T01:54:14.236Z Downloaded rustfmt-wrapper v0.2.0
11302023-10-05T01:54:14.244Z Downloaded test-strategy v0.2.1
11312023-10-05T01:54:14.268Z Downloaded socket2 v0.4.9
11322023-10-05T01:54:14.283Z Downloaded anyhow v1.0.75
11332023-10-05T01:54:14.302Z Downloaded smallvec v1.11.0
11342023-10-05T01:54:14.363Z Downloaded anstyle-parse v0.2.1
11352023-10-05T01:54:14.378Z Downloaded ipnet v2.8.0
11362023-10-05T01:54:14.394Z Downloaded clang-sys v1.6.1
11372023-10-05T01:54:14.410Z Downloaded base64ct v1.6.0
11382023-10-05T01:54:14.424Z Downloaded vte_generate_state_changes v0.1.1
11392023-10-05T01:54:14.436Z Downloaded crc32fast v1.3.2
11402023-10-05T01:54:14.456Z Downloaded http v0.2.9
11412023-10-05T01:54:14.473Z Downloaded md-5 v0.10.5
11422023-10-05T01:54:14.894Z Downloaded termcolor v1.2.0
11432023-10-05T01:54:14.901Z Downloaded smallvec v0.6.14
11442023-10-05T01:54:14.912Z Downloaded scheduled-thread-pool v0.2.7
11452023-10-05T01:54:14.921Z Downloaded blake2 v0.10.6
11462023-10-05T01:54:14.929Z Downloaded lock_api v0.4.10
11472023-10-05T01:54:14.938Z Downloaded shell-words v1.1.0
11482023-10-05T01:54:14.952Z Downloaded usdt-attr-macro v0.3.5
11492023-10-05T01:54:14.971Z Downloaded ansi_term v0.12.1
11502023-10-05T01:54:15.009Z Downloaded unarray v0.1.4
11512023-10-05T01:54:15.053Z Downloaded num-traits v0.2.16
11522023-10-05T01:54:15.497Z Downloaded cookie v0.16.2
11532023-10-05T01:54:16.022Z Downloaded chacha20poly1305 v0.10.1
11542023-10-05T01:54:16.079Z Downloaded inout v0.1.3
11552023-10-05T01:54:16.125Z Downloaded async-trait v0.1.73
11562023-10-05T01:54:16.288Z Downloaded serde_plain v1.0.2
11572023-10-05T01:54:16.430Z Downloaded ahash v0.7.6
11582023-10-05T01:54:16.543Z Downloaded bzip2 v0.4.4
11592023-10-05T01:54:16.612Z Downloaded termios v0.3.3
11602023-10-05T01:54:16.658Z Downloaded strum_macros v0.25.2
11612023-10-05T01:54:16.693Z Downloaded strum_macros v0.24.3
11622023-10-05T01:54:16.700Z Downloaded static_assertions v1.1.0
11632023-10-05T01:54:16.711Z Downloaded slog-term v2.9.0
11642023-10-05T01:54:16.737Z Downloaded signature v1.6.4
11652023-10-05T01:54:16.741Z Downloaded slog-dtrace v0.2.3
11662023-10-05T01:54:16.747Z Downloaded slog-bunyan v2.4.0
11672023-10-05T01:54:16.753Z Downloaded camino v1.1.6
11682023-10-05T01:54:16.762Z Downloaded aes-gcm-siv v0.11.1
11692023-10-05T01:54:16.766Z Downloaded serde_urlencoded v0.7.1
11702023-10-05T01:54:16.778Z Downloaded hyper-rustls v0.24.1
11712023-10-05T01:54:16.915Z Downloaded buf-list v1.0.3
11722023-10-05T01:54:16.940Z Downloaded bit-set v0.5.3
11732023-10-05T01:54:16.957Z Downloaded backtrace v0.3.69
11742023-10-05T01:54:16.966Z Downloaded libefi-sys v0.1.0
11752023-10-05T01:54:16.982Z Downloaded const_format_proc_macros v0.2.31
11762023-10-05T01:54:17.005Z Downloaded crossbeam-deque v0.8.3
11772023-10-05T01:54:17.430Z Downloaded aead v0.5.2
11782023-10-05T01:54:17.445Z Downloaded async-recursion v1.0.5
11792023-10-05T01:54:17.462Z Downloaded cargo_toml v0.16.3
11802023-10-05T01:54:17.473Z Downloaded autocfg v1.1.0
11812023-10-05T01:54:17.510Z Downloaded itoa v1.0.9
11822023-10-05T01:54:17.519Z Downloaded managed v0.8.0
11832023-10-05T01:54:17.534Z Downloaded ciborium v0.2.1
11842023-10-05T01:54:17.553Z Downloaded topological-sort v0.2.2
11852023-10-05T01:54:17.565Z Downloaded toolchain_find v0.2.0
11862023-10-05T01:54:17.581Z Downloaded semver v0.11.0
11872023-10-05T01:54:17.612Z Downloaded iana-time-zone v0.1.57
11882023-10-05T01:54:17.672Z Downloaded log v0.4.20
11892023-10-05T01:54:17.685Z Downloaded libloading v0.7.4
11902023-10-05T01:54:17.709Z Downloaded lazy_static v1.4.0
11912023-10-05T01:54:17.724Z Downloaded keccak v0.1.4
11922023-10-05T01:54:17.738Z Downloaded cc v1.0.83
11932023-10-05T01:54:17.746Z Downloaded rustversion v1.0.14
11942023-10-05T01:54:17.753Z Downloaded mime_guess v2.0.4
11952023-10-05T01:54:17.760Z Downloaded cexpr v0.6.0
11962023-10-05T01:54:17.766Z Downloaded bitfield v0.14.0
11972023-10-05T01:54:17.771Z Downloaded signature v2.1.0
11982023-10-05T01:54:17.778Z Downloaded bytecount v0.6.3
11992023-10-05T01:54:17.785Z Downloaded anstream v0.5.0
12002023-10-05T01:54:17.797Z Downloaded signal-hook-tokio v0.3.1
12012023-10-05T01:54:17.801Z Downloaded lru-cache v0.1.2
12022023-10-05T01:54:17.806Z Downloaded cipher v0.4.4
12032023-10-05T01:54:18.228Z Downloaded cargo-platform v0.1.3
12042023-10-05T01:54:18.245Z Downloaded console v0.15.7
12052023-10-05T01:54:18.686Z Downloaded lazycell v1.3.0
12062023-10-05T01:54:18.709Z Downloaded ciborium-ll v0.2.1
12072023-10-05T01:54:18.718Z Downloaded anstyle v1.0.2
12082023-10-05T01:54:18.725Z Downloaded hyper-staticfile v0.9.5
12092023-10-05T01:54:18.732Z Downloaded async-stream-impl v0.3.5
12102023-10-05T01:54:18.742Z Downloaded lalrpop-util v0.19.12
12112023-10-05T01:54:18.753Z Downloaded indoc v2.0.3
12122023-10-05T01:54:18.759Z Downloaded memoffset v0.7.1
12132023-10-05T01:54:18.770Z Downloaded colorchoice v1.0.0
12142023-10-05T01:54:18.781Z Downloaded assert_matches v1.5.0
12152023-10-05T01:54:18.788Z Downloaded indoc v1.0.9
12162023-10-05T01:54:18.798Z Downloaded bytesize v1.3.0
12172023-10-05T01:54:18.817Z Downloaded macaddr v1.0.1
12182023-10-05T01:54:19.234Z Downloaded ident_case v1.0.1
12192023-10-05T01:54:19.258Z Downloaded num_enum_derive v0.7.0
12202023-10-05T01:54:19.698Z Downloaded atty v0.2.14
12212023-10-05T01:54:19.713Z Downloaded hubpack_derive v0.1.1
12222023-10-05T01:54:19.733Z Downloaded block-buffer v0.10.4
12232023-10-05T01:54:19.753Z Downloaded crossbeam-queue v0.3.8
12242023-10-05T01:54:19.773Z Downloaded base64 v0.21.4
12252023-10-05T01:54:19.795Z Downloaded async-stream v0.3.5
12262023-10-05T01:54:19.824Z Downloaded impl-trait-for-tuples v0.2.2
12272023-10-05T01:54:19.850Z Downloaded bitflags v2.4.0
12282023-10-05T01:54:19.868Z Downloaded bincode v1.3.3
12292023-10-05T01:54:19.884Z Downloaded hyper-tls v0.5.0
12302023-10-05T01:54:19.903Z Downloaded colored v2.0.4
12312023-10-05T01:54:19.918Z Downloaded base16ct v0.2.0
12322023-10-05T01:54:19.927Z Downloaded num_enum_derive v0.5.11
12332023-10-05T01:54:19.941Z Downloaded humantime v2.1.0
12342023-10-05T01:54:19.950Z Downloaded hubpack v0.1.2
12352023-10-05T01:54:19.973Z Downloaded httpdate v1.0.3
12362023-10-05T01:54:19.986Z Downloaded crc v3.0.1
12372023-10-05T01:54:20.409Z Downloaded cfg-if v1.0.0
12382023-10-05T01:54:20.433Z Downloaded cassowary v0.3.0
12392023-10-05T01:54:20.452Z Downloaded bitflags v1.3.2
12402023-10-05T01:54:20.471Z Downloaded bb8 v0.8.1
12412023-10-05T01:54:20.900Z Downloaded rustc-demangle v0.1.23
12422023-10-05T01:54:20.930Z Downloaded bitstruct_derive v0.1.0
12432023-10-05T01:54:20.999Z Downloaded anstyle-query v1.0.0
12442023-10-05T01:54:21.113Z Downloaded mockall_derive v0.11.4
12452023-10-05T01:54:21.751Z Downloaded is-terminal v0.4.9
12462023-10-05T01:54:21.839Z Downloaded ciborium-io v0.2.1
12472023-10-05T01:54:21.875Z Downloaded atomic-waker v1.1.1
12482023-10-05T01:54:21.919Z Downloaded num_enum v0.7.0
12492023-10-05T01:54:21.967Z Downloaded num_enum v0.5.11
12502023-10-05T01:54:21.983Z Downloaded num_cpus v1.16.0
12512023-10-05T01:54:22.003Z Downloaded num-integer v0.1.45
12522023-10-05T01:54:22.037Z Downloaded num-complex v0.4.4
12532023-10-05T01:54:22.073Z Downloaded nu-ansi-term v0.49.0
12542023-10-05T01:54:22.096Z Downloaded native-tls v0.2.11
12552023-10-05T01:54:22.563Z Downloaded linear-map v1.2.0
12562023-10-05T01:54:22.585Z Downloaded jobserver v0.1.26
12572023-10-05T01:54:22.597Z Downloaded num_threads v0.1.6
12582023-10-05T01:54:22.610Z Downloaded hex v0.4.3
12592023-10-05T01:54:22.626Z Downloaded heck v0.4.1
12602023-10-05T01:54:22.634Z Downloaded num v0.4.1
12612023-10-05T01:54:22.646Z Downloaded bit_field v0.10.2
12622023-10-05T01:54:22.692Z Downloaded num-iter v0.1.43
12632023-10-05T01:54:22.715Z Downloaded new_debug_unreachable v1.0.4
12642023-10-05T01:54:22.737Z Downloaded cpufeatures v0.2.9
12652023-10-05T01:54:22.756Z Downloaded cfg-if v0.1.10
12662023-10-05T01:54:22.769Z Downloaded chacha20 v0.9.1
12672023-10-05T01:54:22.785Z Downloaded byteorder v1.4.3
12682023-10-05T01:54:22.808Z Downloaded ascii v1.1.0
12692023-10-05T01:54:22.829Z Compiling proc-macro2 v1.0.67
12702023-10-05T01:54:22.852Z Compiling unicode-ident v1.0.12
12712023-10-05T01:54:22.884Z Compiling libc v0.2.148
12722023-10-05T01:54:22.897Z Compiling serde v1.0.188
12732023-10-05T01:54:22.910Z Compiling autocfg v1.1.0
12742023-10-05T01:54:22.925Z Compiling version_check v0.9.4
12752023-10-05T01:54:22.935Z Compiling cfg-if v1.0.0
12762023-10-05T01:54:22.947Z Compiling syn v1.0.109
12772023-10-05T01:54:22.959Z Compiling once_cell v1.18.0
12782023-10-05T01:54:22.970Z Compiling parking_lot_core v0.9.8
12792023-10-05T01:54:22.979Z Compiling libm v0.2.7
12802023-10-05T01:54:22.992Z Compiling ahash v0.8.3
12812023-10-05T01:54:23.021Z Compiling lock_api v0.4.10
12822023-10-05T01:54:23.036Z Compiling num-traits v0.2.16
12832023-10-05T01:54:23.041Z Compiling thiserror v1.0.49
12842023-10-05T01:54:23.047Z Compiling typenum v1.16.0
12852023-10-05T01:54:23.055Z Compiling futures-core v0.3.28
12862023-10-05T01:54:23.069Z Compiling generic-array v0.14.7
12872023-10-05T01:54:23.077Z Compiling memchr v2.6.3
12882023-10-05T01:54:23.087Z Compiling itoa v1.0.9
12892023-10-05T01:54:23.097Z Compiling scopeguard v1.2.0
12902023-10-05T01:54:23.108Z Compiling pkg-config v0.3.27
12912023-10-05T01:54:23.118Z Compiling quote v1.0.33
12922023-10-05T01:54:23.130Z Compiling slab v0.4.9
12932023-10-05T01:54:23.143Z Compiling syn v2.0.37
12942023-10-05T01:54:23.179Z Compiling jobserver v0.1.26
12952023-10-05T01:54:23.207Z Compiling getrandom v0.2.10
12962023-10-05T01:54:23.237Z Compiling cc v1.0.83
12972023-10-05T01:54:23.288Z Compiling futures-task v0.3.28
12982023-10-05T01:54:23.731Z Compiling futures-channel v0.3.28
12992023-10-05T01:54:23.744Z Compiling futures-util v0.3.28
13002023-10-05T01:54:23.756Z Compiling log v0.4.20
13012023-10-05T01:54:23.769Z Compiling ryu v1.0.15
13022023-10-05T01:54:23.841Z Compiling serde_json v1.0.107
13032023-10-05T01:54:23.856Z Compiling pin-project-lite v0.2.13
13042023-10-05T01:54:23.873Z Compiling ahash v0.7.6
13052023-10-05T01:54:23.884Z Compiling vcpkg v0.2.15
13062023-10-05T01:54:23.896Z Compiling schemars v0.8.13
13072023-10-05T01:54:23.911Z Compiling smallvec v1.11.0
13082023-10-05T01:54:23.927Z Compiling heck v0.4.1
13092023-10-05T01:54:23.944Z Compiling parking_lot v0.12.1
13102023-10-05T01:54:23.955Z Compiling num_cpus v1.16.0
13112023-10-05T01:54:23.959Z Compiling ring v0.16.20
13122023-10-05T01:54:23.962Z Compiling openssl-sys v0.9.93
13132023-10-05T01:54:23.966Z Compiling rand_core v0.6.4
13142023-10-05T01:54:23.971Z Compiling indexmap v1.9.3
13152023-10-05T01:54:23.976Z Compiling byteorder v1.4.3
13162023-10-05T01:54:23.979Z Compiling allocator-api2 v0.2.16
13172023-10-05T01:54:23.984Z Compiling equivalent v1.0.1
13182023-10-05T01:54:23.988Z Compiling httparse v1.8.0
13192023-10-05T01:54:23.992Z Compiling spin v0.5.2
13202023-10-05T01:54:23.996Z Compiling mio v0.8.8
13212023-10-05T01:54:24.002Z Compiling socket2 v0.5.3
13222023-10-05T01:54:24.006Z Compiling hashbrown v0.14.0
13232023-10-05T01:54:24.010Z Compiling signal-hook-registry v1.4.1
13242023-10-05T01:54:24.014Z Compiling openssl v0.10.57
13252023-10-05T01:54:24.017Z Compiling fnv v1.0.7
13262023-10-05T01:54:24.021Z Compiling semver v1.0.18
13272023-10-05T01:54:24.027Z Compiling rustls v0.21.7
13282023-10-05T01:54:24.046Z Compiling serde_derive_internals v0.26.0
13292023-10-05T01:54:24.068Z Compiling iana-time-zone v0.1.57
13302023-10-05T01:54:24.098Z Compiling native-tls v0.2.11
13312023-10-05T01:54:24.105Z Compiling crossbeam-utils v0.8.16
13322023-10-05T01:54:24.114Z Compiling ucd-trie v0.1.6
13332023-10-05T01:54:24.117Z Compiling unicode-xid v0.2.4
13342023-10-05T01:54:24.125Z Compiling synstructure v0.12.6
13352023-10-05T01:54:24.137Z Compiling futures-sink v0.3.28
13362023-10-05T01:54:24.565Z Compiling io-lifetimes v1.0.11
13372023-10-05T01:54:24.575Z Compiling backtrace v0.3.69
13382023-10-05T01:54:24.585Z Compiling tinyvec_macros v0.1.1
13392023-10-05T01:54:24.600Z Compiling dyn-clone v1.0.13
13402023-10-05T01:54:24.610Z Compiling tinyvec v1.6.0
13412023-10-05T01:54:24.617Z Compiling tracing-core v0.1.31
13422023-10-05T01:54:24.633Z Compiling num-integer v0.1.45
13432023-10-05T01:54:24.657Z Compiling memoffset v0.9.0
13442023-10-05T01:54:24.660Z Compiling pin-utils v0.1.0
13452023-10-05T01:54:24.663Z Compiling futures-io v0.3.28
13462023-10-05T01:54:24.667Z Compiling rustix v0.37.23
13472023-10-05T01:54:24.670Z Compiling subtle v2.5.0
13482023-10-05T01:54:24.673Z Compiling rustix v0.38.9
13492023-10-05T01:54:24.676Z Compiling winnow v0.5.15
13502023-10-05T01:54:24.680Z Compiling hashbrown v0.13.2
13512023-10-05T01:54:24.683Z Compiling aho-corasick v1.0.4
13522023-10-05T01:54:24.686Z Compiling unicode-normalization v0.1.22
13532023-10-05T01:54:24.689Z Compiling usdt-impl v0.3.5
13542023-10-05T01:54:24.692Z Compiling regex-syntax v0.7.5
13552023-10-05T01:54:24.695Z Compiling anyhow v1.0.75
13562023-10-05T01:54:24.698Z Compiling unicode-bidi v0.3.13
13572023-10-05T01:54:24.723Z Compiling crc32fast v1.3.2
13582023-10-05T01:54:24.729Z Compiling serde_derive v1.0.188
13592023-10-05T01:54:24.757Z Compiling zeroize_derive v1.4.2
13602023-10-05T01:54:24.763Z Compiling thiserror-impl v1.0.49
13612023-10-05T01:54:24.780Z Compiling tokio-macros v2.1.0
13622023-10-05T01:54:25.224Z Compiling futures-macro v0.3.28
13632023-10-05T01:54:25.235Z Compiling tracing-attributes v0.1.26
13642023-10-05T01:54:25.262Z Compiling schemars_derive v0.8.13
13652023-10-05T01:54:25.278Z Compiling zeroize v1.6.0
13662023-10-05T01:54:25.324Z Compiling openssl-macros v0.1.1
13672023-10-05T01:54:25.367Z Compiling pest v2.7.2
13682023-10-05T01:54:25.815Z Compiling zerocopy-derive v0.2.0
13692023-10-05T01:54:25.834Z Compiling crypto-common v0.1.6
13702023-10-05T01:54:25.934Z Compiling block-buffer v0.10.4
13712023-10-05T01:54:26.055Z Compiling slog v2.7.0
13722023-10-05T01:54:26.081Z Compiling tracing v0.1.37
13732023-10-05T01:54:26.931Z Compiling const-oid v0.9.5
13742023-10-05T01:54:26.951Z Compiling bitflags v1.3.2
13752023-10-05T01:54:26.969Z Compiling time-core v0.1.1
13762023-10-05T01:54:27.003Z Compiling pest_meta v2.7.2
13772023-10-05T01:54:27.028Z Compiling time-macros v0.2.13
13782023-10-05T01:54:27.097Z Compiling regex-automata v0.3.8
13792023-10-05T01:54:27.146Z Compiling pest_generator v2.7.2
13802023-10-05T01:54:27.190Z Compiling digest v0.10.7
13812023-10-05T01:54:27.225Z Compiling pest_derive v2.7.2
13822023-10-05T01:54:27.659Z Compiling bzip2-sys v0.1.11+1.0.8
13832023-10-05T01:54:27.680Z Compiling crossbeam-epoch v0.9.15
13842023-10-05T01:54:27.694Z Compiling async-trait v0.1.73
13852023-10-05T01:54:27.707Z Compiling ppv-lite86 v0.2.17
13862023-10-05T01:54:27.714Z Compiling rand_chacha v0.3.1
13872023-10-05T01:54:27.725Z Compiling zerocopy v0.3.0
13882023-10-05T01:54:27.737Z Compiling zerocopy-derive v0.6.3
13892023-10-05T01:54:27.752Z Compiling base64 v0.21.4
13902023-10-05T01:54:27.766Z Compiling untrusted v0.7.1
13912023-10-05T01:54:27.786Z Compiling strsim v0.10.0
13922023-10-05T01:54:28.214Z Compiling bytes v1.5.0
13932023-10-05T01:54:28.635Z Compiling indexmap v2.0.0
13942023-10-05T01:54:28.642Z Compiling uuid v1.4.1
13952023-10-05T01:54:28.649Z Compiling tokio v1.32.0
13962023-10-05T01:54:28.653Z Compiling chrono v0.4.31
13972023-10-05T01:54:28.658Z Compiling bitflags v2.4.0
13982023-10-05T01:54:28.662Z Compiling toml_datetime v0.6.3
13992023-10-05T01:54:28.668Z Compiling serde_spanned v0.6.3
14002023-10-05T01:54:28.673Z Compiling rustc_version v0.4.0
14012023-10-05T01:54:28.677Z Compiling http v0.2.9
14022023-10-05T01:54:28.685Z Compiling toml_edit v0.19.15
14032023-10-05T01:54:28.690Z Compiling heapless v0.7.16
14042023-10-05T01:54:36.859Z Compiling dof v0.1.5
14052023-10-05T01:54:37.817Z Compiling tokio-util v0.7.8
14062023-10-05T01:54:37.947Z Compiling rand v0.8.5
14072023-10-05T01:54:38.125Z Compiling hashbrown v0.12.3
14082023-10-05T01:54:38.343Z Compiling regex v1.9.5
14092023-10-05T01:54:38.595Z Compiling dtrace-parser v0.1.14
14102023-10-05T01:54:39.071Z Compiling errno v0.3.2
14112023-10-05T01:54:39.128Z Compiling thread-id v4.2.0
14122023-10-05T01:54:39.156Z Compiling num-bigint v0.4.4
14132023-10-05T01:54:39.183Z Compiling percent-encoding v2.3.0
14142023-10-05T01:54:39.225Z Compiling openssl-probe v0.1.5
14152023-10-05T01:54:39.259Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14162023-10-05T01:54:39.287Z Compiling smoltcp v0.9.1
14172023-10-05T01:54:39.323Z Compiling foreign-types-shared v0.1.1
14182023-10-05T01:54:39.366Z Compiling unicode-width v0.1.10
14192023-10-05T01:54:39.381Z Compiling radium v0.7.0
14202023-10-05T01:54:39.395Z Compiling foreign-types v0.3.2
14212023-10-05T01:54:41.223Z Compiling serde_tokenstream v0.1.7
14222023-10-05T01:54:42.166Z Compiling lazy_static v1.4.0
14232023-10-05T01:54:42.848Z Compiling socket2 v0.4.9
14242023-10-05T01:54:42.884Z Compiling try-lock v0.2.4
14252023-10-05T01:54:45.113Z Compiling siphasher v0.3.11
14262023-10-05T01:54:45.428Z Compiling adler v1.0.2
14272023-10-05T01:54:45.693Z Compiling unicode-segmentation v1.10.1
14282023-10-05T01:54:46.278Z Compiling miniz_oxide v0.7.1
14292023-10-05T01:54:47.326Z Compiling want v0.3.1
14302023-10-05T01:54:47.629Z Compiling h2 v0.3.21
14312023-10-05T01:54:49.149Z Compiling form_urlencoded v1.2.0
14322023-10-05T01:54:49.972Z Compiling sct v0.7.0
14332023-10-05T01:54:49.986Z Compiling rustls-webpki v0.101.4
14342023-10-05T01:54:49.998Z Compiling http-body v0.4.5
14352023-10-05T01:54:50.058Z Compiling hubpack_derive v0.1.1
14362023-10-05T01:54:51.501Z Compiling num-iter v0.1.43
14372023-10-05T01:54:51.713Z Compiling httpdate v1.0.3
14382023-10-05T01:54:52.082Z Compiling cpufeatures v0.2.9
14392023-10-05T01:54:52.227Z Compiling utf8parse v0.2.1
14402023-10-05T01:54:52.488Z Compiling anstyle v1.0.2
14412023-10-05T01:54:52.509Z Compiling tower-service v0.3.2
14422023-10-05T01:54:52.812Z Compiling anstyle-parse v0.2.1
14432023-10-05T01:54:53.026Z Compiling sha2 v0.10.7
14442023-10-05T01:54:57.236Z Compiling usdt-macro v0.3.5
14452023-10-05T01:54:57.695Z Compiling usdt-attr-macro v0.3.5
14462023-10-05T01:54:59.205Z Compiling hyper v0.14.27
14472023-10-05T01:55:00.755Z Compiling openapiv3 v1.0.3
14482023-10-05T01:55:01.898Z Compiling rustls-pemfile v1.0.3
14492023-10-05T01:55:02.451Z Compiling md-5 v0.10.5
14502023-10-05T01:55:03.221Z Compiling hmac v0.12.1
14512023-10-05T01:55:06.745Z Compiling idna v0.4.0
14522023-10-05T01:55:06.839Z Compiling stringprep v0.1.3
14532023-10-05T01:55:06.882Z Compiling diesel_table_macro_syntax v0.1.0
14542023-10-05T01:55:06.940Z Compiling hash32 v0.2.1
14552023-10-05T01:55:07.383Z Compiling spin v0.9.8
14562023-10-05T01:55:07.404Z Compiling fallible-iterator v0.2.0
14572023-10-05T01:55:07.581Z Compiling gimli v0.28.0
14582023-10-05T01:55:07.724Z Compiling colorchoice v1.0.0
14592023-10-05T01:55:07.907Z Compiling anstyle-query v1.0.0
14602023-10-05T01:55:07.938Z Compiling stable_deref_trait v1.2.0
14612023-10-05T01:55:08.488Z Compiling postgres-protocol v0.6.6
14622023-10-05T01:55:09.171Z Compiling anstream v0.5.0
14632023-10-05T01:55:10.461Z Compiling diesel_derives v2.1.1
14642023-10-05T01:55:10.480Z Compiling url v2.4.1
14652023-10-05T01:55:10.661Z Compiling rustls-native-certs v0.6.3
14662023-10-05T01:55:11.242Z Compiling tokio-rustls v0.24.1
14672023-10-05T01:55:15.237Z Compiling addr2line v0.21.0
14682023-10-05T01:55:16.190Z Compiling tokio-native-tls v0.3.1
14692023-10-05T01:55:16.618Z Compiling terminal_size v0.2.6
14702023-10-05T01:55:17.659Z Compiling phf_shared v0.11.2
14712023-10-05T01:55:19.886Z Compiling serde_tokenstream v0.2.0
14722023-10-05T01:55:20.039Z Compiling block-padding v0.3.3
14732023-10-05T01:55:20.100Z Compiling enum-as-inner v0.5.1
14742023-10-05T01:55:20.397Z Compiling clap_derive v4.4.2
14752023-10-05T01:55:20.731Z Compiling serde_repr v0.1.16
14762023-10-05T01:55:22.083Z Compiling scheduled-thread-pool v0.2.7
14772023-10-05T01:55:22.397Z Compiling object v0.32.1
14782023-10-05T01:55:34.370Z Compiling matches v0.1.10
14792023-10-05T01:55:34.917Z Compiling tap v1.0.1
14802023-10-05T01:55:34.929Z Compiling rustc-demangle v0.1.23
14812023-10-05T01:55:34.964Z Compiling deranged v0.3.8
14822023-10-05T01:55:36.192Z Compiling managed v0.8.0
14832023-10-05T01:55:37.206Z Compiling clap_lex v0.5.1
14842023-10-05T01:55:38.501Z Compiling either v1.9.0
14852023-10-05T01:55:38.741Z Compiling bit-vec v0.6.3
14862023-10-05T01:55:39.436Z Compiling num_threads v0.1.6
14872023-10-05T01:55:39.620Z Compiling ipnet v2.8.0
14882023-10-05T01:55:40.982Z Compiling regex-automata v0.1.10
14892023-10-05T01:55:41.785Z Compiling bstr v0.2.17
14902023-10-05T01:55:43.060Z Compiling time v0.3.27
14912023-10-05T01:55:44.135Z Compiling itertools v0.10.5
14922023-10-05T01:55:45.031Z Compiling clap_builder v4.4.2
14932023-10-05T01:55:48.938Z Compiling wyz v0.5.1
14942023-10-05T01:55:49.648Z Compiling idna v0.2.3
14952023-10-05T01:55:52.855Z Compiling r2d2 v0.8.10
14962023-10-05T01:55:53.097Z Compiling inout v0.1.3
14972023-10-05T01:55:56.032Z Compiling phf v0.11.2
14982023-10-05T01:55:56.559Z Compiling hyper-tls v0.5.0
14992023-10-05T01:55:57.012Z Compiling hyper-rustls v0.24.1
15002023-10-05T01:55:58.148Z Compiling flate2 v1.0.27
15012023-10-05T01:55:58.518Z Compiling postgres-types v0.2.6
15022023-10-05T01:55:59.646Z Compiling hubpack v0.1.2
15032023-10-05T01:55:59.695Z Compiling serde_urlencoded v0.7.1
15042023-10-05T01:56:00.798Z Compiling phf_shared v0.10.0
15052023-10-05T01:56:00.886Z Compiling ipnetwork v0.20.0
15062023-10-05T01:56:01.046Z Compiling zerocopy v0.6.3
15072023-10-05T01:56:01.696Z Compiling futures-executor v0.3.28
15082023-10-05T01:56:02.531Z Compiling regress v0.7.1
15092023-10-05T01:56:03.048Z Compiling float-cmp v0.9.0
15102023-10-05T01:56:03.485Z Compiling encoding_rs v0.8.33
15112023-10-05T01:56:03.505Z Compiling fixedbitset v0.4.2
15122023-10-05T01:56:03.526Z Compiling predicates-core v1.0.6
15132023-10-05T01:56:03.551Z Compiling smawk v0.3.1
15142023-10-05T01:56:03.564Z Compiling new_debug_unreachable v1.0.4
15152023-10-05T01:56:03.580Z Compiling mime v0.3.17
15162023-10-05T01:56:04.057Z Compiling difflib v0.4.0
15172023-10-05T01:56:04.417Z Compiling funty v2.0.0
15182023-10-05T01:56:04.638Z Compiling normalize-line-endings v0.3.0
15192023-10-05T01:56:06.608Z Compiling precomputed-hash v0.1.1
15202023-10-05T01:56:06.619Z Compiling webpki-roots v0.25.2
15212023-10-05T01:56:06.627Z Compiling data-encoding v2.4.0
15222023-10-05T01:56:06.640Z Compiling unicode-linebreak v0.1.5
15232023-10-05T01:56:06.839Z Compiling whoami v1.4.1
15242023-10-05T01:56:07.586Z Compiling static_assertions v1.1.0
15252023-10-05T01:56:07.859Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15262023-10-05T01:56:07.905Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15272023-10-05T01:56:11.327Z Compiling trust-dns-proto v0.22.0
15282023-10-05T01:56:11.410Z Compiling tokio-postgres v0.7.10
15292023-10-05T01:56:12.413Z Compiling textwrap v0.16.0
15302023-10-05T01:56:12.471Z Compiling reqwest v0.11.20
15312023-10-05T01:56:17.195Z Compiling bitvec v1.0.1
15322023-10-05T01:56:17.623Z Compiling string_cache v0.8.7
15332023-10-05T01:56:18.254Z Compiling predicates v3.0.3
15342023-10-05T01:56:20.785Z Compiling petgraph v0.6.4
15352023-10-05T01:56:27.590Z Compiling futures v0.3.28
15362023-10-05T01:56:28.046Z Compiling diesel v2.1.1
15372023-10-05T01:56:28.281Z Compiling yasna v0.5.2
15382023-10-05T01:56:28.971Z Compiling cipher v0.4.4
15392023-10-05T01:56:34.069Z Compiling clap v4.4.3
15402023-10-05T01:56:34.648Z Compiling similar v2.2.1
15412023-10-05T01:56:34.806Z Compiling bit-set v0.5.3
15422023-10-05T01:56:34.927Z Compiling usdt v0.3.5
15432023-10-05T01:56:35.057Z Compiling console v0.15.7
15442023-10-05T01:56:35.708Z Compiling tokio-stream v0.1.14
15452023-10-05T01:56:35.988Z Compiling toml v0.7.8
15462023-10-05T01:56:36.085Z Compiling hex v0.4.3
15472023-10-05T01:56:36.154Z Compiling signature v2.1.0
15482023-10-05T01:56:36.165Z Compiling bstr v1.6.0
15492023-10-05T01:56:36.188Z Compiling lalrpop-util v0.19.12
15502023-10-05T01:56:46.472Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15512023-10-05T01:56:47.407Z Compiling ident_case v1.0.1
15522023-10-05T01:56:47.690Z Compiling rustversion v1.0.14
15532023-10-05T01:56:48.065Z Compiling darling_core v0.20.3
15542023-10-05T01:57:00.083Z Compiling crossbeam-channel v0.5.8
15552023-10-05T01:57:09.734Z Compiling atty v0.2.14
15562023-10-05T01:57:18.331Z Compiling proc-macro-error-attr v1.0.4
15572023-10-05T01:57:28.887Z Compiling darling_macro v0.20.3
15582023-10-05T01:57:33.499Z Compiling proc-macro-crate v1.3.1
15592023-10-05T01:57:36.264Z Compiling dirs-sys-next v0.1.2
15602023-10-05T01:57:37.353Z Compiling proc-macro-error v1.0.4
15612023-10-05T01:57:48.209Z Compiling dirs-next v2.0.0
15622023-10-05T01:57:49.374Z Compiling num_enum_derive v0.5.11
15632023-10-05T01:57:54.641Z Compiling strum_macros v0.25.2
15642023-10-05T01:57:58.041Z Compiling darling v0.20.3
15652023-10-05T01:58:05.427Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15662023-10-05T01:58:06.656Z Compiling getopts v0.2.21
15672023-10-05T01:58:08.070Z Compiling structmeta-derive v0.1.6
15682023-10-05T01:58:08.454Z Compiling thread_local v1.1.7
15692023-10-05T01:58:08.534Z Compiling multer v2.1.0
15702023-10-05T01:58:08.952Z Compiling slog-async v2.8.0
15712023-10-05T01:58:11.957Z Compiling camino v1.1.6
15722023-10-05T01:58:12.862Z Compiling unsafe-libyaml v0.2.9
15732023-10-05T01:58:14.554Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15742023-10-05T01:58:15.121Z Compiling match_cfg v0.1.0
15752023-10-05T01:58:15.209Z Compiling paste v1.0.14
15762023-10-05T01:58:15.269Z Compiling hostname v0.3.1
15772023-10-05T01:58:15.915Z Compiling serde_yaml v0.9.25
15782023-10-05T01:58:23.385Z Compiling structmeta v0.1.6
15792023-10-05T01:58:29.757Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15802023-10-05T01:58:30.261Z Compiling strum v0.25.0
15812023-10-05T01:58:30.343Z Compiling serde_with_macros v2.3.3
15822023-10-05T01:58:32.706Z Compiling num_enum v0.5.11
15832023-10-05T01:58:37.642Z Compiling term v0.7.0
15842023-10-05T01:58:38.233Z Compiling slog-json v2.6.1
15852023-10-05T01:58:41.879Z Compiling async-stream-impl v0.3.5
15862023-10-05T01:58:42.323Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15872023-10-05T01:58:42.734Z Compiling atomic-waker v1.1.1
15882023-10-05T01:58:43.055Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15892023-10-05T01:58:43.441Z Compiling postcard-cobs v0.1.5-pre
15902023-10-05T01:58:43.991Z Compiling take_mut v0.2.2
15912023-10-05T01:58:44.602Z Compiling regex-syntax v0.6.29
15922023-10-05T01:58:45.586Z Compiling postcard v0.7.3
15932023-10-05T01:58:45.770Z Compiling async-stream v0.3.5
15942023-10-05T01:58:46.337Z Compiling waitgroup v0.1.2
15952023-10-05T01:58:46.393Z Compiling slog-bunyan v2.4.0
15962023-10-05T01:58:46.507Z Compiling slog-term v2.9.0
15972023-10-05T01:58:47.205Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15982023-10-05T01:58:50.120Z Compiling serde_with v2.3.3
15992023-10-05T01:58:57.008Z Compiling parse-display-derive v0.7.0
16002023-10-05T01:58:57.293Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16012023-10-05T01:58:57.907Z Compiling sha1 v0.10.5
16022023-10-05T01:58:58.073Z Compiling smoltcp v0.8.2
16032023-10-05T01:58:58.977Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
16042023-10-05T01:58:59.415Z Compiling serde_path_to_error v0.1.14
16052023-10-05T01:59:00.094Z Compiling foreign-types-macros v0.2.3
16062023-10-05T01:59:01.115Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16072023-10-05T01:59:01.988Z Compiling instant v0.1.12
16082023-10-05T01:59:02.434Z Compiling cfg-if v0.1.10
16092023-10-05T01:59:02.455Z Compiling debug-ignore v1.0.5
16102023-10-05T01:59:02.483Z Compiling foreign-types-shared v0.3.1
16112023-10-05T01:59:02.505Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16122023-10-05T01:59:02.520Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16132023-10-05T01:59:02.601Z Compiling foreign-types v0.5.0
16142023-10-05T01:59:03.091Z Compiling backoff v0.4.0
16152023-10-05T01:59:03.109Z Compiling parse-display v0.7.0
16162023-10-05T01:59:03.584Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16172023-10-05T01:59:03.617Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16182023-10-05T01:59:03.724Z Compiling is-terminal v0.4.9
16192023-10-05T01:59:03.933Z Compiling macaddr v1.0.1
16202023-10-05T01:59:05.105Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16212023-10-05T01:59:06.271Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16222023-10-05T01:59:19.920Z Compiling cstr-argument v0.1.2
16232023-10-05T01:59:20.449Z Compiling pretty-hex v0.2.1
16242023-10-05T01:59:21.164Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16252023-10-05T01:59:21.850Z Compiling base64ct v1.6.0
16262023-10-05T01:59:21.907Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16272023-10-05T01:59:22.303Z Compiling password-hash v0.5.0
16282023-10-05T01:59:22.457Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16292023-10-05T01:59:22.602Z Compiling colored v2.0.4
16302023-10-05T01:59:23.423Z Compiling heck v0.3.3
16312023-10-05T01:59:23.649Z Compiling textwrap v0.11.0
16322023-10-05T01:59:24.267Z Compiling blake2 v0.10.6
16332023-10-05T01:59:27.341Z Compiling rayon-core v1.11.0
16342023-10-05T01:59:28.095Z Compiling libefi-sys v0.1.0
16352023-10-05T01:59:28.269Z Compiling ansi_term v0.12.1
16362023-10-05T01:59:28.387Z Compiling vec_map v0.8.2
16372023-10-05T01:59:28.617Z Compiling strsim v0.8.0
16382023-10-05T01:59:28.894Z Compiling clap v2.34.0
16392023-10-05T01:59:29.053Z Compiling argon2 v0.5.2
16402023-10-05T01:59:29.131Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16412023-10-05T01:59:29.229Z Compiling structopt-derive v0.4.18
16422023-10-05T01:59:29.445Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16432023-10-05T01:59:29.895Z Compiling zone_cfg_derive v0.2.0
16442023-10-05T01:59:29.935Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16452023-10-05T01:59:29.972Z Compiling crossbeam-deque v0.8.3
16462023-10-05T01:59:29.996Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16472023-10-05T01:59:30.051Z Compiling keccak v0.1.4
16482023-10-05T01:59:30.086Z Compiling portable-atomic v1.4.3
16492023-10-05T01:59:30.135Z Compiling sha3 v0.10.8
16502023-10-05T01:59:30.553Z Compiling zone v0.2.0
16512023-10-05T01:59:30.559Z Compiling structopt v0.3.26
16522023-10-05T01:59:30.567Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
16532023-10-05T01:59:30.577Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16542023-10-05T01:59:30.586Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16552023-10-05T01:59:30.596Z Compiling hkdf v0.12.3
16562023-10-05T01:59:30.781Z Compiling smf v0.2.2
16572023-10-05T01:59:31.787Z Compiling secrecy v0.8.0
16582023-10-05T01:59:31.886Z Compiling xattr v1.0.1
16592023-10-05T01:59:32.238Z Compiling filetime v0.2.22
16602023-10-05T01:59:32.401Z Compiling fastrand v2.0.0
16612023-10-05T01:59:32.736Z Compiling same-file v1.0.6
16622023-10-05T01:59:33.201Z Compiling walkdir v2.4.0
16632023-10-05T01:59:33.439Z Compiling tempfile v3.8.0
16642023-10-05T01:59:33.928Z Compiling tar v0.4.40
16652023-10-05T01:59:36.138Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16662023-10-05T01:59:36.792Z Compiling rayon v1.7.0
16672023-10-05T01:59:37.525Z Compiling number_prefix v0.4.0
16682023-10-05T01:59:37.966Z Compiling omicron-zone-package v0.8.3
16692023-10-05T01:59:39.947Z Compiling topological-sort v0.2.2
16702023-10-05T01:59:46.257Z Compiling indicatif v0.17.6
16712023-10-05T01:59:52.364Z Compiling bzip2 v0.4.4
16722023-10-05T01:59:52.927Z Compiling zip v0.6.6
16732023-10-05T01:59:54.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16742023-10-05T01:59:55.007Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16752023-10-05T01:59:58.149Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16762023-10-05T01:59:58.333Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16772023-10-05T02:00:04.520Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16782023-10-05T02:00:04.533Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16792023-10-05T02:00:04.551Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
16802023-10-05T02:00:18.134Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16812023-10-05T02:00:19.565Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16822023-10-05T02:00:54.482Z Finished release [optimized] target(s) in 7m 58s
16832023-10-05T02:00:54.734Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16842023-10-05T02:00:54.807ZCreated new build target 'test' and set it as active
16852023-10-05T02:00:54.818Z
16862023-10-05T02:00:54.830Zreal 7:59.366369099
16872023-10-05T02:00:54.843Zuser 50:40.941551243
16882023-10-05T02:00:54.860Zsys 4:36.375281027
16892023-10-05T02:00:54.879Ztrap 2.168105631
16902023-10-05T02:00:54.894Ztflt 4.511317733
16912023-10-05T02:00:54.927Zdflt 4.322329178
16922023-10-05T02:00:55.412Zkflt 0.027611965
16932023-10-05T02:00:55.433Zlock 1:52:45.148868910
16942023-10-05T02:00:55.461Zslp 2:45:17.679042287
16952023-10-05T02:00:55.482Zlat 2:20.614333796
16962023-10-05T02:00:55.500Zstop 3:46.899672622
16972023-10-05T02:00:55.939Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16982023-10-05T02:00:55.960Z Finished release [optimized] target(s) in 1.06s
16992023-10-05T02:00:56.490Z Running `target/release/omicron-package -t test package`
17002023-10-05T02:00:56.529ZOct 05 02:00:56.013 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
17012023-10-05T02:00:57.269Z Compiling serde_json v1.0.107
17022023-10-05T02:00:57.305Z Compiling linked-hash-map v0.5.6
17032023-10-05T02:00:57.331Z Compiling slog-dtrace v0.2.3
17042023-10-05T02:00:57.363Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17052023-10-05T02:00:57.383Z Compiling quick-error v1.2.3
17062023-10-05T02:00:57.407Z Compiling termcolor v1.2.0
17072023-10-05T02:00:57.430Z Compiling memoffset v0.7.1
17082023-10-05T02:00:57.505Z Compiling base64 v0.13.1
17092023-10-05T02:00:57.523Z Compiling resolv-conf v0.7.0
17102023-10-05T02:00:57.674Z Compiling libz-sys v1.1.12
17112023-10-05T02:00:57.738Z Compiling same-file v1.0.6
17122023-10-05T02:00:57.895Z Compiling lru-cache v0.1.2
17132023-10-05T02:00:58.060Z Compiling walkdir v2.4.0
17142023-10-05T02:00:58.557Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17152023-10-05T02:00:58.568Z Compiling trust-dns-resolver v0.22.0
17162023-10-05T02:00:58.579Z Compiling semver-parser v0.10.2
17172023-10-05T02:00:58.588Z Compiling cancel-safe-futures v0.1.2
17182023-10-05T02:00:58.716Z Compiling fastrand v2.0.0
17192023-10-05T02:00:58.937Z Compiling libgit2-sys v0.15.2+1.6.4
17202023-10-05T02:00:59.143Z Compiling filetime v0.2.22
17212023-10-05T02:01:01.404Z Compiling tempfile v3.8.0
17222023-10-05T02:01:01.900Z Compiling xattr v1.0.1
17232023-10-05T02:01:02.212Z Compiling num-rational v0.4.1
17242023-10-05T02:01:02.646Z Compiling semver v0.11.0
17252023-10-05T02:01:03.190Z Compiling home v0.5.5
17262023-10-05T02:01:03.252Z Compiling utf-8 v0.7.6
17272023-10-05T02:01:03.399Z Compiling schemars v0.8.13
17282023-10-05T02:01:03.519Z Compiling usdt-impl v0.3.5
17292023-10-05T02:01:03.604Z Compiling openapiv3 v1.0.3
17302023-10-05T02:01:03.620Z Compiling reqwest v0.11.20
17312023-10-05T02:01:03.737Z Compiling postgres-types v0.2.6
17322023-10-05T02:01:03.793Z Compiling usdt v0.3.5
17332023-10-05T02:01:03.842Z Compiling tokio-postgres v0.7.10
17342023-10-05T02:01:08.009Z Compiling ipnetwork v0.20.0
17352023-10-05T02:01:08.491Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17362023-10-05T02:01:14.012Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17372023-10-05T02:01:14.215Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17382023-10-05T02:01:16.189Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17392023-10-05T02:01:16.836Z Compiling slog-json v2.6.1
17402023-10-05T02:01:16.869Z Compiling diesel v2.1.1
17412023-10-05T02:01:17.358Z Compiling slog-bunyan v2.4.0
17422023-10-05T02:01:17.621Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17432023-10-05T02:01:21.490Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17442023-10-05T02:01:21.840Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17452023-10-05T02:01:25.615Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17462023-10-05T02:01:25.971Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17472023-10-05T02:01:28.653Z Compiling toolchain_find v0.2.0
17482023-10-05T02:01:29.451Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17492023-10-05T02:01:33.368Z Compiling tar v0.4.40
17502023-10-05T02:01:36.879Z Compiling pem-rfc7468 v0.7.0
17512023-10-05T02:01:37.011Z Compiling itertools v0.11.0
17522023-10-05T02:01:40.444Z Compiling toml v0.5.11
17532023-10-05T02:01:42.642Z Compiling der_derive v0.7.2
17542023-10-05T02:01:46.118Z Compiling flagset v0.4.3
17552023-10-05T02:01:46.183Z Compiling rustfmt-wrapper v0.2.0
17562023-10-05T02:01:46.465Z Compiling der v0.7.8
17572023-10-05T02:01:47.498Z Compiling omicron-zone-package v0.8.3
17582023-10-05T02:01:56.674Z Compiling vergen v8.2.4
17592023-10-05T02:01:57.202Z Compiling fxhash v0.2.1
17602023-10-05T02:01:57.665Z Compiling num-complex v0.4.4
17612023-10-05T02:01:57.680Z Compiling unicase v2.7.0
17622023-10-05T02:01:58.339Z Compiling spki v0.7.2
17632023-10-05T02:01:58.754Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17642023-10-05T02:01:59.742Z Compiling num v0.4.1
17652023-10-05T02:01:59.814Z Compiling universal-hash v0.5.1
17662023-10-05T02:01:59.949Z Compiling libsqlite3-sys v0.26.0
17672023-10-05T02:02:00.182Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17682023-10-05T02:02:00.681Z Compiling semver v0.1.20
17692023-10-05T02:02:01.117Z Compiling arc-swap v1.6.0
17702023-10-05T02:02:01.582Z Compiling opaque-debug v0.3.0
17712023-10-05T02:02:02.024Z Compiling ciborium-io v0.2.1
17722023-10-05T02:02:02.080Z Compiling maybe-uninit v2.0.0
17732023-10-05T02:02:02.126Z Compiling half v1.8.2
17742023-10-05T02:02:02.152Z Compiling slog-scope v4.4.0
17752023-10-05T02:02:02.211Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17762023-10-05T02:02:03.466Z Compiling ciborium-ll v0.2.1
17772023-10-05T02:02:03.485Z Compiling rustc_version v0.1.7
17782023-10-05T02:02:04.456Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17792023-10-05T02:02:04.490Z Compiling crc-catalog v2.2.0
17802023-10-05T02:02:04.527Z Compiling parking_lot_core v0.8.6
17812023-10-05T02:02:05.073Z Compiling num-bigint-dig v0.8.4
17822023-10-05T02:02:05.450Z Compiling signal-hook v0.3.17
17832023-10-05T02:02:05.816Z Compiling packed_struct v0.10.1
17842023-10-05T02:02:06.889Z Compiling crc v3.0.1
17852023-10-05T02:02:07.762Z Compiling newtype_derive v0.1.6
17862023-10-05T02:02:08.163Z Compiling ciborium v0.2.1
17872023-10-05T02:02:09.606Z Compiling slog-stdlog v4.1.1
17882023-10-05T02:02:10.885Z Compiling pkcs8 v0.10.2
17892023-10-05T02:02:11.391Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
17902023-10-05T02:02:11.897Z Compiling toml_edit v0.20.0
17912023-10-05T02:02:13.899Z Compiling hashlink v0.8.3
17922023-10-05T02:02:15.093Z Compiling aead v0.5.2
17932023-10-05T02:02:15.126Z Compiling nibble_vec v0.1.0
17942023-10-05T02:02:15.448Z Compiling packed_struct_codegen v0.10.1
17952023-10-05T02:02:15.558Z Compiling dirs-sys-next v0.1.2
17962023-10-05T02:02:16.354Z Compiling rand v0.4.6
17972023-10-05T02:02:19.718Z Compiling nodrop v0.1.14
17982023-10-05T02:02:19.898Z Compiling fallible-streaming-iterator v0.1.9
17992023-10-05T02:02:20.337Z Compiling crunchy v0.2.2
18002023-10-05T02:02:20.930Z Compiling glob v0.3.1
18012023-10-05T02:02:21.458Z Compiling doc-comment v0.3.3
18022023-10-05T02:02:21.471Z Compiling endian-type v0.1.2
18032023-10-05T02:02:21.633Z Compiling humantime v2.1.0
18042023-10-05T02:02:21.906Z Compiling radix_trie v0.2.1
18052023-10-05T02:02:22.340Z Compiling clang-sys v1.6.1
18062023-10-05T02:02:23.171Z Compiling rusqlite v0.29.0
18072023-10-05T02:02:23.616Z Compiling array-init v0.0.4
18082023-10-05T02:02:26.827Z Compiling twox-hash v1.6.3
18092023-10-05T02:02:27.044Z Compiling toml v0.8.0
18102023-10-05T02:02:27.300Z Compiling dirs-next v2.0.0
18112023-10-05T02:02:27.398Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122023-10-05T02:02:27.577Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18132023-10-05T02:02:30.533Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18142023-10-05T02:02:31.198Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
18152023-10-05T02:02:31.349Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
18162023-10-05T02:02:32.371Z Compiling pkcs1 v0.7.5
18172023-10-05T02:02:36.026Z Compiling smallvec v0.6.14
18182023-10-05T02:02:36.142Z Compiling slog-envlogger v2.2.0
18192023-10-05T02:02:41.252Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
18202023-10-05T02:02:43.399Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
18212023-10-05T02:02:45.086Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18222023-10-05T02:02:50.763Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18232023-10-05T02:02:55.760Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18242023-10-05T02:02:58.501Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18252023-10-05T02:02:59.567Z Compiling nix v0.26.2
18262023-10-05T02:03:00.641Z Compiling num_enum_derive v0.7.0
18272023-10-05T02:03:01.129Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18282023-10-05T02:03:04.445Z Compiling platforms v3.0.2
18292023-10-05T02:03:04.466Z Compiling tiny-keccak v2.0.2
18302023-10-05T02:03:04.487Z Compiling prettyplease v0.2.12
18312023-10-05T02:03:04.509Z Compiling bitfield v0.14.0
18322023-10-05T02:03:04.528Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18332023-10-05T02:03:04.821Z Compiling num_enum v0.7.0
18342023-10-05T02:03:05.543Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18352023-10-05T02:03:13.188Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18362023-10-05T02:03:15.118Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18372023-10-05T02:03:16.486Z Compiling rsa v0.9.2
18382023-10-05T02:03:20.094Z Compiling parking_lot v0.11.2
18392023-10-05T02:03:23.524Z Compiling serde-hex v0.1.0
18402023-10-05T02:03:24.116Z Compiling mime_guess v2.0.4
18412023-10-05T02:03:25.247Z Compiling term v0.7.0
18422023-10-05T02:03:25.922Z Compiling trust-dns-client v0.22.0
18432023-10-05T02:03:26.142Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18442023-10-05T02:03:28.767Z Compiling polyval v0.6.1
18452023-10-05T02:03:29.116Z Compiling x509-cert v0.2.4
18462023-10-05T02:03:29.137Z Compiling tungstenite v0.20.1
18472023-10-05T02:03:32.679Z Compiling env_logger v0.10.0
18482023-10-05T02:03:33.637Z Compiling aes v0.8.3
18492023-10-05T02:03:37.352Z Compiling ctr v0.9.2
18502023-10-05T02:03:38.273Z Compiling darling_core v0.14.4
18512023-10-05T02:03:38.296Z Compiling ron v0.8.1
18522023-10-05T02:03:39.130Z Compiling snafu-derive v0.7.5
18532023-10-05T02:03:47.353Z Compiling bincode v1.3.3
18542023-10-05T02:03:47.376Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
18552023-10-05T02:03:48.227Z Compiling convert_case v0.4.0
18562023-10-05T02:03:48.964Z Compiling crc-any v2.4.3
18572023-10-05T02:03:49.035Z Compiling minimal-lexical v0.2.1
18582023-10-05T02:03:49.509Z Compiling erased-serde v0.3.30
18592023-10-05T02:03:50.268Z Compiling nom v7.1.3
18602023-10-05T02:03:50.300Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18612023-10-05T02:03:50.315Z Compiling derive_more v0.99.17
18622023-10-05T02:03:50.778Z Compiling snafu v0.7.5
18632023-10-05T02:03:52.702Z Compiling trust-dns-server v0.22.1
18642023-10-05T02:03:56.446Z Compiling darling_macro v0.14.4
18652023-10-05T02:03:57.931Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18662023-10-05T02:04:00.940Z Compiling aes-gcm-siv v0.11.1
18672023-10-05T02:04:01.452Z Compiling tokio-tungstenite v0.20.1
18682023-10-05T02:04:02.408Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18692023-10-05T02:04:03.145Z Compiling ascii-canvas v3.0.0
18702023-10-05T02:04:03.533Z Compiling steno v0.4.0
18712023-10-05T02:04:03.546Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18722023-10-05T02:04:15.360Z Compiling sled v0.34.7
18732023-10-05T02:04:23.348Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
18742023-10-05T02:04:24.193Z Compiling env_logger v0.9.3
18752023-10-05T02:04:24.211Z Compiling tungstenite v0.18.0
18762023-10-05T02:04:30.950Z Compiling object v0.30.4
18772023-10-05T02:04:31.908Z Compiling is-terminal v0.4.9
18782023-10-05T02:04:32.089Z Compiling ena v0.14.2
18792023-10-05T02:04:32.100Z Compiling derive-where v1.2.5
18802023-10-05T02:04:32.301Z Compiling bitstruct_derive v0.1.0
18812023-10-05T02:04:33.962Z Compiling async-recursion v1.0.5
18822023-10-05T02:04:34.242Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
18832023-10-05T02:04:34.844Z Compiling libloading v0.7.4
18842023-10-05T02:04:35.006Z Compiling diff v0.1.13
18852023-10-05T02:04:35.416Z Compiling linear-map v1.2.0
18862023-10-05T02:04:35.919Z Compiling ascii v1.1.0
18872023-10-05T02:04:36.069Z Compiling bindgen v0.65.1
18882023-10-05T02:04:36.692Z Compiling pretty-hex v0.3.0
18892023-10-05T02:04:37.173Z Compiling ringbuffer v0.15.0
18902023-10-05T02:04:37.185Z Compiling path-slash v0.1.5
18912023-10-05T02:04:37.341Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18922023-10-05T02:04:37.504Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18932023-10-05T02:04:38.203Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18942023-10-05T02:04:42.702Z Compiling lalrpop v0.19.12
18952023-10-05T02:04:48.126Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18962023-10-05T02:04:57.629Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
18972023-10-05T02:04:57.899Z Compiling bitstruct v0.1.1
18982023-10-05T02:04:58.138Z Compiling tokio-tungstenite v0.18.0
18992023-10-05T02:04:58.384Z Compiling curve25519-dalek v4.1.0
19002023-10-05T02:04:58.595Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19012023-10-05T02:05:00.464Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
19022023-10-05T02:05:12.759Z Compiling darling v0.14.4
19032023-10-05T02:05:13.858Z Compiling cexpr v0.6.0
19042023-10-05T02:05:14.294Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
19052023-10-05T02:05:14.497Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
19062023-10-05T02:05:15.297Z Compiling which v4.4.0
19072023-10-05T02:05:16.178Z Compiling ff v0.13.0
19082023-10-05T02:05:16.343Z Compiling path-dedot v3.1.0
19092023-10-05T02:05:16.575Z Compiling serde_arrays v0.1.0
19102023-10-05T02:05:16.705Z Compiling display-error-chain v0.1.1
19112023-10-05T02:05:16.808Z Compiling shlex v1.1.0
19122023-10-05T02:05:16.918Z Compiling peeking_take_while v0.1.2
19132023-10-05T02:05:17.177Z Compiling lazycell v1.3.0
19142023-10-05T02:05:17.235Z Compiling rustc-hash v1.1.0
19152023-10-05T02:05:17.456Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19162023-10-05T02:05:19.351Z Compiling path-absolutize v3.1.0
19172023-10-05T02:05:19.798Z Compiling group v0.13.0
19182023-10-05T02:05:21.220Z Compiling derive_builder_core v0.12.0
19192023-10-05T02:05:23.951Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19202023-10-05T02:05:25.299Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19212023-10-05T02:05:34.799Z Compiling olpc-cjson v0.1.3
19222023-10-05T02:05:35.214Z Compiling polar-core v0.26.4
19232023-10-05T02:05:35.489Z Compiling pem v1.1.1
19242023-10-05T02:05:35.616Z Compiling camino-tempfile v1.0.2
19252023-10-05T02:05:35.741Z Compiling globset v0.4.13
19262023-10-05T02:05:35.819Z Compiling crypto-bigint v0.5.2
19272023-10-05T02:05:35.874Z Compiling serde_plain v1.0.2
19282023-10-05T02:05:35.894Z Compiling curve25519-dalek-derive v0.1.0
19292023-10-05T02:05:36.330Z Compiling libxml v0.3.3
19302023-10-05T02:05:36.352Z Compiling thiserror-impl-no-std v2.0.2
19312023-10-05T02:05:37.646Z Compiling base16ct v0.2.0
19322023-10-05T02:05:38.238Z Compiling buf-list v1.0.3
19332023-10-05T02:05:39.041Z Compiling ref-cast v1.0.20
19342023-10-05T02:05:39.903Z Compiling elliptic-curve v0.13.5
19352023-10-05T02:05:40.714Z Compiling thiserror-no-std v2.0.2
19362023-10-05T02:05:40.767Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19372023-10-05T02:05:40.919Z Compiling tough v0.12.5
19382023-10-05T02:05:49.234Z Compiling derive_builder_macro v0.12.0
19392023-10-05T02:05:50.366Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19402023-10-05T02:05:53.761Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
19412023-10-05T02:05:53.940Z Compiling poly1305 v0.8.0
19422023-10-05T02:05:56.494Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19432023-10-05T02:05:56.616Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19442023-10-05T02:05:57.017Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19452023-10-05T02:05:57.422Z Compiling chacha20 v0.9.1
19462023-10-05T02:05:58.130Z Compiling strum_macros v0.24.3
19472023-10-05T02:05:58.302Z Compiling const_format_proc_macros v0.2.31
19482023-10-05T02:06:00.522Z Compiling ref-cast-impl v1.0.20
19492023-10-05T02:06:01.593Z Compiling cookie v0.16.2
19502023-10-05T02:06:02.018Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19512023-10-05T02:06:02.353Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19522023-10-05T02:06:02.432Z Compiling signature v1.6.4
19532023-10-05T02:06:02.698Z Compiling salty v0.2.0
19542023-10-05T02:06:02.732Z Compiling indoc v1.0.9
19552023-10-05T02:06:02.857Z Compiling ed25519 v1.5.3
19562023-10-05T02:06:03.861Z Compiling const_format v0.2.31
19572023-10-05T02:06:03.868Z Compiling chacha20poly1305 v0.10.1
19582023-10-05T02:06:03.901Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19592023-10-05T02:06:04.026Z Compiling derive_builder v0.12.0
19602023-10-05T02:06:04.307Z Compiling vsss-rs v3.3.1
19612023-10-05T02:06:12.770Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19622023-10-05T02:06:13.407Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19632023-10-05T02:06:19.696Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19642023-10-05T02:06:22.524Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
19652023-10-05T02:06:23.421Z Compiling signal-hook-mio v0.2.3
19662023-10-05T02:06:23.438Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19672023-10-05T02:06:23.848Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19682023-10-05T02:06:24.285Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19692023-10-05T02:06:32.939Z Compiling ron v0.7.1
19702023-10-05T02:06:37.870Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19712023-10-05T02:06:38.067Z Compiling headers-core v0.2.0
19722023-10-05T02:06:38.264Z Compiling bb8 v0.8.1
19732023-10-05T02:06:38.620Z Compiling quick-xml v0.23.1
19742023-10-05T02:06:39.145Z Compiling serde-big-array v0.5.1
19752023-10-05T02:06:39.514Z Compiling oso-derive v0.26.4
19762023-10-05T02:06:41.405Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19772023-10-05T02:06:42.262Z Compiling impl-trait-for-tuples v0.2.2
19782023-10-05T02:06:42.848Z Compiling num-derive v0.4.0
19792023-10-05T02:06:43.933Z Compiling maplit v1.0.2
19802023-10-05T02:06:44.082Z Compiling http-range v0.1.5
19812023-10-05T02:06:45.080Z Compiling bit_field v0.10.2
19822023-10-05T02:06:45.501Z Compiling hyper-staticfile v0.9.5
19832023-10-05T02:06:46.335Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
19842023-10-05T02:06:50.653Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19852023-10-05T02:06:51.472Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
19862023-10-05T02:06:52.973Z Compiling headers v0.3.9
19872023-10-05T02:07:04.769Z Compiling oso v0.26.4
19882023-10-05T02:07:05.019Z Compiling crossterm v0.27.0
19892023-10-05T02:07:19.076Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19902023-10-05T02:07:20.128Z Compiling signal-hook-tokio v0.3.1
19912023-10-05T02:07:20.418Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19922023-10-05T02:07:20.500Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19932023-10-05T02:07:20.813Z Compiling serde-big-array v0.4.1
19942023-10-05T02:07:22.609Z Compiling cassowary v0.3.0
19952023-10-05T02:07:23.366Z Compiling indoc v2.0.3
19962023-10-05T02:07:24.743Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19972023-10-05T02:07:24.885Z Compiling ratatui v0.23.0
19982023-10-05T02:07:27.418Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19992023-10-05T02:07:30.232Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20002023-10-05T02:07:30.758Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20012023-10-05T02:07:30.961Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20022023-10-05T02:07:36.844Z Compiling fatfs v0.3.6
20032023-10-05T02:07:41.153Z Compiling bytesize v1.3.0
20042023-10-05T02:07:42.238Z Compiling nanorand v0.7.0
20052023-10-05T02:07:42.485Z Compiling rtoolbox v0.0.1
20062023-10-05T02:07:43.235Z Compiling fs-err v2.9.0
20072023-10-05T02:07:43.371Z Compiling corncobs v0.1.3
20082023-10-05T02:07:43.724Z Compiling assert_matches v1.5.0
20092023-10-05T02:07:43.824Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20102023-10-05T02:07:44.047Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20112023-10-05T02:07:44.590Z Compiling rpassword v7.2.0
20122023-10-05T02:07:45.620Z Compiling flume v0.11.0
20132023-10-05T02:07:45.630Z Compiling tui-tree-widget v0.13.0
20142023-10-05T02:07:46.547Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
20152023-10-05T02:07:48.850Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20162023-10-05T02:07:50.788Z Compiling owo-colors v3.5.0
20172023-10-05T02:07:55.938Z Compiling shell-words v1.1.0
20182023-10-05T02:07:56.626Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20192023-10-05T02:08:05.962Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20202023-10-05T02:08:58.778Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20212023-10-05T02:09:09.714Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20222023-10-05T02:11:02.996Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20232023-10-05T02:12:53.689Z Compiling git2 v0.17.2
20242023-10-05T02:13:00.428Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20252023-10-05T02:13:02.221Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
20262023-10-05T02:13:13.948Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
20272023-10-05T02:13:29.739Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
20282023-10-05T02:13:30.894Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
20292023-10-05T02:13:32.141Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=42c878b71a58d430dfc306126af5d40ca816d70f#42c878b7)
20302023-10-05T02:13:34.137Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20312023-10-05T02:22:24.988Z Finished release [optimized] target(s) in 21m 29s
20322023-10-05T02:23:43.084Z
20332023-10-05T02:23:43.100Zreal 22:48.390526329
20342023-10-05T02:23:43.113Zuser 2:37:13.539298710
20352023-10-05T02:23:43.525Zsys 6:54.122573462
20362023-10-05T02:23:43.546Ztrap 5.380808730
20372023-10-05T02:23:43.552Ztflt 1.537045990
20382023-10-05T02:23:43.559Zdflt 3.965435238
20392023-10-05T02:23:43.578Zkflt 0.008041229
20402023-10-05T02:23:43.582Zlock 8:53:53.798064218
20412023-10-05T02:23:43.587Zslp 6:22:26.521429640
20422023-10-05T02:23:43.591Zlat 2:52.727866118
20432023-10-05T02:23:43.596Zstop 48.326638974
20442023-10-05T02:23:43.601Z+ 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/*)
20452023-10-05T02:23:43.605Z+ pfexec mkdir -p /work
20462023-10-05T02:23:43.610Z+ pfexec chown build /work
20472023-10-05T02:23:43.614Z+ 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
20482023-10-05T02:23:57.335ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20492023-10-05T02:23:57.339Za out/maghemite.tar 73201K
20502023-10-05T02:23:57.343Za out/omicron-sled-agent.tar 110678K
20512023-10-05T02:23:57.346Za out/target/test 1K
20522023-10-05T02:23:57.350Za out/npuzone/npuzone 36077K
20532023-10-05T02:23:57.354Za package-manifest.toml 21K
20542023-10-05T02:23:57.358Za smf/sled-agent/non-gimlet/config.toml 4K
20552023-10-05T02:23:57.368Za target/release/omicron-package 36992K
20562023-10-05T02:23:57.373Za tools/create_virtual_hardware.sh 3K
20572023-10-05T02:23:57.377Za tools/virtual_hardware.sh 4K
20582023-10-05T02:23:57.380Za tools/scrimlet/create-softnpu-zone.sh 1K
20592023-10-05T02:23:57.383Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20602023-10-05T02:23:57.386Za tools/scrimlet/softnpu-init.sh 3K
20612023-10-05T02:23:57.389Za tools/scrimlet/softnpu-zone.txt 1K
20622023-10-05T02:23:57.392Za tools/scrimlet/softnpu.toml 1K
20632023-10-05T02:23:57.395Z
20642023-10-05T02:23:57.399Zreal 13.826564770
20652023-10-05T02:23:57.402Zuser 13.136382944
20662023-10-05T02:23:57.406Zsys 1.161216127
20672023-10-05T02:23:57.409Ztrap 0.003517671
20682023-10-05T02:23:57.413Ztflt 0.000000000
20692023-10-05T02:23:57.416Zdflt 0.000000000
20702023-10-05T02:23:57.420Zkflt 0.000000000
20712023-10-05T02:23:57.423Zlock 0.000000000
20722023-10-05T02:23:57.430Zslp 12.841761815
20732023-10-05T02:23:57.433Zlat 0.506607983
20742023-10-05T02:23:57.436Zstop 0.000231073
20752023-10-05T02:23:57.440Z++ pwd
20762023-10-05T02:23:57.443Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20772023-10-05T02:23:57.447Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20782023-10-05T02:23:57.450Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20792023-10-05T02:23:58.100Z Finished release [optimized] target(s) in 1.05s
20802023-10-05T02:23:58.104Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20812023-10-05T02:23:58.141ZCreated new build target 'host' and set it as active
20822023-10-05T02:23:58.145Z
20832023-10-05T02:23:58.149Zreal 1.208105574
20842023-10-05T02:23:58.153Zuser 0.863486205
20852023-10-05T02:23:58.157Zsys 0.344564186
20862023-10-05T02:23:58.163Ztrap 0.000195312
20872023-10-05T02:23:58.166Ztflt 0.000027608
20882023-10-05T02:23:58.170Zdflt 0.000000000
20892023-10-05T02:23:58.177Zkflt 0.000000000
20902023-10-05T02:23:58.182Zlock 0.033144417
20912023-10-05T02:23:58.189Zslp 0.018479522
20922023-10-05T02:23:58.193Zlat 0.002315736
20932023-10-05T02:23:58.198Zstop 0.000571783
20942023-10-05T02:23:58.202Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20952023-10-05T02:23:59.249Z Finished release [optimized] target(s) in 1.02s
20962023-10-05T02:23:59.273Z Running `target/release/omicron-package -t host package`
20972023-10-05T02:23:59.312ZOct 05 02:23:59.313 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20982023-10-05T02:24:02.332Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20992023-10-05T02:27:34.395Z Finished release [optimized] target(s) in 3m 35s
21002023-10-05T02:29:14.869Z
21012023-10-05T02:29:14.873Zreal 5:16.744888316
21022023-10-05T02:29:14.876Zuser 20:36.786116982
21032023-10-05T02:29:14.880Zsys 1:20.517120721
21042023-10-05T02:29:14.882Ztrap 0.566016496
21052023-10-05T02:29:14.891Ztflt 0.031452191
21062023-10-05T02:29:15.325Zdflt 1.885006449
21072023-10-05T02:29:15.330Zkflt 0.086460837
21082023-10-05T02:29:15.338Zlock 1:18:39.880949708
21092023-10-05T02:29:15.365Zslp 17:42.197761112
21102023-10-05T02:29:15.372Zlat 8.747502246
21112023-10-05T02:29:15.377Zstop 0.640771598
21122023-10-05T02:29:15.382Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21132023-10-05T02:29:15.387Z+ for package in "$@"
21142023-10-05T02:29:15.392Z+ [[ omicron-sled-agent == maghemite ]]
21152023-10-05T02:29:15.396Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git9498059e640
21162023-10-05T02:29:16.052Z Finished release [optimized] target(s) in 1.08s
21172023-10-05T02:29:16.064Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git9498059e640`
21182023-10-05T02:29:16.191ZOct 05 02:29:16.104 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21192023-10-05T02:29:16.626ZCreated: out/versioned/omicron-sled-agent.tar
21202023-10-05T02:29:16.630Z+ for package in "$@"
21212023-10-05T02:29:16.637Z+ [[ maghemite == maghemite ]]
21222023-10-05T02:29:16.641Z+ echo 0.0.0
21232023-10-05T02:29:16.645Z+ tar rvf out/maghemite.tar VERSION
21242023-10-05T02:29:16.649Za VERSION 1K
21252023-10-05T02:29:16.654Z+ rm VERSION
21262023-10-05T02:29:16.658Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git9498059e640
21272023-10-05T02:29:17.844Z Finished release [optimized] target(s) in 1.13s
21282023-10-05T02:29:17.872Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git9498059e640`
21292023-10-05T02:29:17.910ZOct 05 02:29:17.913 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21302023-10-05T02:29:18.244ZCreated: out/versioned/maghemite.tar
21312023-10-05T02:29:18.259Z+ for package in "$@"
21322023-10-05T02:29:18.263Z+ [[ propolis-server == maghemite ]]
21332023-10-05T02:29:18.266Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git9498059e640
21342023-10-05T02:29:19.345Z Finished release [optimized] target(s) in 1.02s
21352023-10-05T02:29:19.369Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git9498059e640`
21362023-10-05T02:29:19.408ZOct 05 02:29:19.409 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21372023-10-05T02:29:21.161ZCreated: out/versioned/propolis-server.tar.gz
21382023-10-05T02:29:21.170Z+ for package in "$@"
21392023-10-05T02:29:21.185Z+ [[ overlay == maghemite ]]
21402023-10-05T02:29:21.197Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git9498059e640
21412023-10-05T02:29:22.308Z Finished release [optimized] target(s) in 1.07s
21422023-10-05T02:29:22.338Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git9498059e640`
21432023-10-05T02:29:22.414ZOct 05 02:29:22.379 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21442023-10-05T02:29:22.418ZCreated: out/versioned/overlay.tar.gz
21452023-10-05T02:29:22.422Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21462023-10-05T02:29:22.426Z+++ dirname -- ./tools/build-global-zone-packages.sh
21472023-10-05T02:29:22.430Z++ cd -- ./tools
21482023-10-05T02:29:22.434Z++ pwd
21492023-10-05T02:29:22.438Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21502023-10-05T02:29:22.442Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21512023-10-05T02:29:22.445Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21522023-10-05T02:29:22.449Z++ readlink -f /work
21532023-10-05T02:29:22.453Z+ out_dir=/work
21542023-10-05T02:29:22.457Z+ 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")
21552023-10-05T02:29:22.461Z+ for dep in "${deps[@]}"
21562023-10-05T02:29:22.464Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21572023-10-05T02:29:22.467Z+ for dep in "${deps[@]}"
21582023-10-05T02:29:22.470Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21592023-10-05T02:29:22.474Z+ for dep in "${deps[@]}"
21602023-10-05T02:29:22.481Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21612023-10-05T02:29:22.485Z+ for dep in "${deps[@]}"
21622023-10-05T02:29:22.499Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21632023-10-05T02:29:22.513Z++ mktemp -d
21642023-10-05T02:29:22.520Z+ tmp_gz=/tmp/tmp.Rva4pi
21652023-10-05T02:29:22.525Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21662023-10-05T02:29:22.532Z+ echo '{"v":"1","t":"layer"}'
21672023-10-05T02:29:22.536Z+ pkg_dir=/tmp/tmp.Rva4pi/root/opt/oxide/sled-agent
21682023-10-05T02:29:22.539Z+ mkdir -p /tmp/tmp.Rva4pi/root/opt/oxide/sled-agent
21692023-10-05T02:29:22.543Z+ cd /tmp/tmp.Rva4pi/root/opt/oxide/sled-agent
21702023-10-05T02:29:22.547Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21712023-10-05T02:29:22.551Zx ., 0 bytes, 0 tape blocks
21722023-10-05T02:29:22.562Zx zone-bundle, 34316912 bytes, 67026 tape blocks
21732023-10-05T02:29:22.569Zx sled-agent, 78917728 bytes, 154137 tape blocks
21742023-10-05T02:29:22.585Zx pkg, 0 bytes, 0 tape blocks
21752023-10-05T02:29:22.590Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21762023-10-05T02:29:22.594Zx pkg/README.md, 54 bytes, 1 tape blocks
21772023-10-05T02:29:22.599Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21782023-10-05T02:29:22.603Zx VERSION, 25 bytes, 1 tape blocks
21792023-10-05T02:29:22.607Z+ mkdir -p /tmp/tmp.Rva4pi/root/lib/svc/manifest/site/
21802023-10-05T02:29:22.613Z+ mv pkg/manifest.xml /tmp/tmp.Rva4pi/root/lib/svc/manifest/site/sled-agent.xml
21812023-10-05T02:29:22.620Z+ cd -
21822023-10-05T02:29:22.625Z/work/oxidecomputer/omicron
21832023-10-05T02:29:22.628Z+ pkg_dir=/tmp/tmp.Rva4pi/root/opt/oxide/mg-ddm
21842023-10-05T02:29:22.632Z+ mkdir -p /tmp/tmp.Rva4pi/root/opt/oxide/mg-ddm
21852023-10-05T02:29:22.638Z+ cd /tmp/tmp.Rva4pi/root/opt/oxide/mg-ddm
21862023-10-05T02:29:22.646Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21872023-10-05T02:29:22.652Zx ., 0 bytes, 0 tape blocks
21882023-10-05T02:29:22.657Zx ddmadm, 39360576 bytes, 76877 tape blocks
21892023-10-05T02:29:22.666Zx ddmd, 35588120 bytes, 69509 tape blocks
21902023-10-05T02:29:22.672Zx pkg, 0 bytes, 0 tape blocks
21912023-10-05T02:29:22.679Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21922023-10-05T02:29:22.692Zx pkg/ddm, 0 bytes, 0 tape blocks
21932023-10-05T02:29:22.695Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21942023-10-05T02:29:22.699Zx VERSION, 25 bytes, 1 tape blocks
21952023-10-05T02:29:22.702Z+ cd -
21962023-10-05T02:29:22.706Z/work/oxidecomputer/omicron
21972023-10-05T02:29:22.709Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Rva4pi/root/opt/oxide
21982023-10-05T02:29:22.739Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Rva4pi/root/opt/oxide
21992023-10-05T02:29:22.742Z+ cd /tmp/tmp.Rva4pi
22002023-10-05T02:29:22.746Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
22012023-10-05T02:29:35.053ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
22022023-10-05T02:29:35.059Za oxide.json 1K
22032023-10-05T02:29:35.062Za root/ 0K
22042023-10-05T02:29:35.069Za root/opt/ 0K
22052023-10-05T02:29:35.074Za root/opt/oxide/ 0K
22062023-10-05T02:29:35.078Za root/opt/oxide/sled-agent/ 0K
22072023-10-05T02:29:35.083Za root/opt/oxide/sled-agent/zone-bundle 33513K
22082023-10-05T02:29:35.094Za root/opt/oxide/sled-agent/sled-agent 77069K
22092023-10-05T02:29:35.514Za root/opt/oxide/sled-agent/pkg/ 0K
22102023-10-05T02:29:35.520Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22112023-10-05T02:29:35.526Za root/opt/oxide/sled-agent/pkg/README.md 1K
22122023-10-05T02:29:35.538Za root/opt/oxide/sled-agent/VERSION 1K
22132023-10-05T02:29:35.946Za root/opt/oxide/mg-ddm/ 0K
22142023-10-05T02:29:35.950Za root/opt/oxide/mg-ddm/ddmadm 38439K
22152023-10-05T02:29:35.953Za root/opt/oxide/mg-ddm/ddmd 34755K
22162023-10-05T02:29:35.957Za root/opt/oxide/mg-ddm/pkg/ 0K
22172023-10-05T02:29:35.961Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22182023-10-05T02:29:35.965Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22192023-10-05T02:29:36.019Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22202023-10-05T02:29:36.024Za root/opt/oxide/mg-ddm/VERSION 1K
22212023-10-05T02:29:36.028Za root/opt/oxide/propolis-server.tar.gz 64706K
22222023-10-05T02:29:36.032Za root/opt/oxide/overlay.tar.gz 2K
22232023-10-05T02:29:36.034Za root/lib/ 0K
22242023-10-05T02:29:36.037Za root/lib/svc/ 0K
22252023-10-05T02:29:36.046Za root/lib/svc/manifest/ 0K
22262023-10-05T02:29:36.050Za root/lib/svc/manifest/site/ 0K
22272023-10-05T02:29:36.052Za root/lib/svc/manifest/site/sled-agent.xml 3K
22282023-10-05T02:29:36.055Z+ cd /
22292023-10-05T02:29:36.058Z+ rm -rf /tmp/tmp.Rva4pi
22302023-10-05T02:29:36.060Z
22312023-10-05T02:29:36.064Zreal 12.715325797
22322023-10-05T02:29:36.067Zuser 11.708131608
22332023-10-05T02:29:36.070Zsys 1.072807071
22342023-10-05T02:29:36.072Ztrap 0.002302230
22352023-10-05T02:29:36.075Ztflt 0.000000000
22362023-10-05T02:29:36.078Zdflt 0.000000000
22372023-10-05T02:29:36.081Zkflt 0.000000000
22382023-10-05T02:29:36.084Zlock 0.000000000
22392023-10-05T02:29:36.087Zslp 24.471413233
22402023-10-05T02:29:36.090Zlat 0.471598422
22412023-10-05T02:29:36.092Zstop 0.000304155
22422023-10-05T02:29:36.095Z+ mkdir -p /work/zones
22432023-10-05T02:29:36.098Z+ 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)
22442023-10-05T02:29:36.100Z+ 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/
22452023-10-05T02:29:38.476Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22462023-10-05T02:29:39.686Z Finished release [optimized] target(s) in 1.11s
22472023-10-05T02:29:39.706Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22482023-10-05T02:29:39.745ZCreated new build target 'recovery' and set it as active
22492023-10-05T02:29:39.751Z
22502023-10-05T02:29:39.754Zreal 1.265991518
22512023-10-05T02:29:39.757Zuser 0.909208516
22522023-10-05T02:29:39.761Zsys 0.354695494
22532023-10-05T02:29:39.764Ztrap 0.000741032
22542023-10-05T02:29:39.767Ztflt 0.000021540
22552023-10-05T02:29:39.770Zdflt 0.000106256
22562023-10-05T02:29:39.774Zkflt 0.000000000
22572023-10-05T02:29:39.777Zlock 0.037552314
22582023-10-05T02:29:39.781Zslp 0.019909905
22592023-10-05T02:29:39.784Zlat 0.004310463
22602023-10-05T02:29:39.787Zstop 0.000249593
22612023-10-05T02:29:39.790Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22622023-10-05T02:29:40.926Z Finished release [optimized] target(s) in 1.09s
22632023-10-05T02:29:40.959Z Running `target/release/omicron-package -t recovery package`
22642023-10-05T02:29:41.002ZOct 05 02:29:40.999 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22652023-10-05T02:29:42.021Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
22662023-10-05T02:29:45.872Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22672023-10-05T02:30:20.340Z Finished release [optimized] target(s) in 39.23s
22682023-10-05T02:30:49.998Z
22692023-10-05T02:30:50.001Zreal 1:10.246864212
22702023-10-05T02:30:50.004Zuser 2:34.917403101
22712023-10-05T02:30:50.007Zsys 14.973801006
22722023-10-05T02:30:50.010Ztrap 0.076507523
22732023-10-05T02:30:50.013Ztflt 0.090292550
22742023-10-05T02:30:50.016Zdflt 0.941026192
22752023-10-05T02:30:50.021Zkflt 0.000059398
22762023-10-05T02:30:50.024Zlock 15:36.713212617
22772023-10-05T02:30:50.027Zslp 2:56.603152331
22782023-10-05T02:30:50.030Zlat 2.095608430
22792023-10-05T02:30:50.032Zstop 0.173447797
22802023-10-05T02:30:50.035Z+ stamp_packages installinator maghemite
22812023-10-05T02:30:50.038Z+ for package in "$@"
22822023-10-05T02:30:50.041Z+ [[ installinator == maghemite ]]
22832023-10-05T02:30:50.044Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git9498059e640
22842023-10-05T02:30:51.146Z Finished release [optimized] target(s) in 1.06s
22852023-10-05T02:30:51.175Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git9498059e640`
22862023-10-05T02:30:51.214ZOct 05 02:30:51.213 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22872023-10-05T02:30:51.332ZCreated: out/versioned/installinator.tar
22882023-10-05T02:30:51.337Z+ for package in "$@"
22892023-10-05T02:30:51.358Z+ [[ maghemite == maghemite ]]
22902023-10-05T02:30:51.362Z+ echo 0.0.0
22912023-10-05T02:30:51.366Z+ tar rvf out/maghemite.tar VERSION
22922023-10-05T02:30:51.370Za VERSION 1K
22932023-10-05T02:30:51.381Z+ rm VERSION
22942023-10-05T02:30:51.393Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git9498059e640
22952023-10-05T02:30:52.519Z Finished release [optimized] target(s) in 1.06s
22962023-10-05T02:30:52.530Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git9498059e640`
22972023-10-05T02:30:52.559ZOct 05 02:30:52.554 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22982023-10-05T02:30:52.753ZCreated: out/versioned/maghemite.tar
22992023-10-05T02:30:52.757Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
23002023-10-05T02:30:52.770Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
23012023-10-05T02:30:52.773Z++ cd -- ./tools
23022023-10-05T02:30:52.776Z++ pwd
23032023-10-05T02:30:52.780Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23042023-10-05T02:30:52.783Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23052023-10-05T02:30:52.787Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23062023-10-05T02:30:52.791Z++ readlink -f /work
23072023-10-05T02:30:52.794Z+ out_dir=/work
23082023-10-05T02:30:52.798Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23092023-10-05T02:30:52.801Z+ for dep in "${deps[@]}"
23102023-10-05T02:30:52.805Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23112023-10-05T02:30:52.808Z+ for dep in "${deps[@]}"
23122023-10-05T02:30:52.812Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23132023-10-05T02:30:52.815Z++ mktemp -d
23142023-10-05T02:30:52.819Z+ tmp_trampoline=/tmp/tmp.Vzaqui
23152023-10-05T02:30:52.823Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23162023-10-05T02:30:52.826Z+ echo '{"v":"1","t":"layer"}'
23172023-10-05T02:30:52.830Z+ pkg_dir=/tmp/tmp.Vzaqui/root/opt/oxide/installinator
23182023-10-05T02:30:52.834Z+ mkdir -p /tmp/tmp.Vzaqui/root/opt/oxide/installinator
23192023-10-05T02:30:52.838Z+ cd /tmp/tmp.Vzaqui/root/opt/oxide/installinator
23202023-10-05T02:30:52.842Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23212023-10-05T02:30:52.845Zx ., 0 bytes, 0 tape blocks
23222023-10-05T02:30:52.848Zx installinator, 47826528 bytes, 93412 tape blocks
23232023-10-05T02:30:52.858Zx pkg, 0 bytes, 0 tape blocks
23242023-10-05T02:30:52.870Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23252023-10-05T02:30:52.875Zx VERSION, 25 bytes, 1 tape blocks
23262023-10-05T02:30:52.879Z+ mkdir -p /tmp/tmp.Vzaqui/root/lib/svc/manifest/site/
23272023-10-05T02:30:52.883Z+ mv pkg/manifest.xml /tmp/tmp.Vzaqui/root/lib/svc/manifest/site/installinator.xml
23282023-10-05T02:30:52.886Z+ cd -
23292023-10-05T02:30:52.919Z/work/oxidecomputer/omicron
23302023-10-05T02:30:52.933Z+ pkg_dir=/tmp/tmp.Vzaqui/root/opt/oxide/mg-ddm
23312023-10-05T02:30:52.937Z+ mkdir -p /tmp/tmp.Vzaqui/root/opt/oxide/mg-ddm
23322023-10-05T02:30:52.940Z+ cd /tmp/tmp.Vzaqui/root/opt/oxide/mg-ddm
23332023-10-05T02:30:52.943Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23342023-10-05T02:30:52.947Zx ., 0 bytes, 0 tape blocks
23352023-10-05T02:30:52.964Zx ddmadm, 39360576 bytes, 76877 tape blocks
23362023-10-05T02:30:52.973Zx ddmd, 35588120 bytes, 69509 tape blocks
23372023-10-05T02:30:53.382Zx pkg, 0 bytes, 0 tape blocks
23382023-10-05T02:30:53.386Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23392023-10-05T02:30:53.389Zx pkg/ddm, 0 bytes, 0 tape blocks
23402023-10-05T02:30:53.393Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23412023-10-05T02:30:53.396Zx VERSION, 25 bytes, 1 tape blocks
23422023-10-05T02:30:53.400Z+ cd -
23432023-10-05T02:30:53.813Z/work/oxidecomputer/omicron
23442023-10-05T02:30:53.817Z+ cd /tmp/tmp.Vzaqui
23452023-10-05T02:30:53.820Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23462023-10-05T02:30:59.341ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23472023-10-05T02:30:59.344Za oxide.json 1K
23482023-10-05T02:30:59.347Za root/ 0K
23492023-10-05T02:30:59.351Za root/opt/ 0K
23502023-10-05T02:30:59.354Za root/opt/oxide/ 0K
23512023-10-05T02:30:59.357Za root/opt/oxide/installinator/ 0K
23522023-10-05T02:30:59.360Za root/opt/oxide/installinator/installinator 46706K
23532023-10-05T02:30:59.364Za root/opt/oxide/installinator/pkg/ 0K
23542023-10-05T02:30:59.367Za root/opt/oxide/installinator/VERSION 1K
23552023-10-05T02:30:59.369Za root/opt/oxide/mg-ddm/ 0K
23562023-10-05T02:30:59.372Za root/opt/oxide/mg-ddm/ddmadm 38439K
23572023-10-05T02:30:59.375Za root/opt/oxide/mg-ddm/ddmd 34755K
23582023-10-05T02:30:59.378Za root/opt/oxide/mg-ddm/pkg/ 0K
23592023-10-05T02:30:59.386Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23602023-10-05T02:30:59.389Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23612023-10-05T02:30:59.392Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23622023-10-05T02:30:59.395Za root/opt/oxide/mg-ddm/VERSION 1K
23632023-10-05T02:30:59.398Za root/lib/ 0K
23642023-10-05T02:30:59.402Za root/lib/svc/ 0K
23652023-10-05T02:30:59.406Za root/lib/svc/manifest/ 0K
23662023-10-05T02:30:59.409Za root/lib/svc/manifest/site/ 0K
23672023-10-05T02:30:59.414Za root/lib/svc/manifest/site/installinator.xml 3K
23682023-10-05T02:30:59.419Z+ cd /
23692023-10-05T02:30:59.421Z+ rm -rf /tmp/tmp.Vzaqui
23702023-10-05T02:30:59.424Z
23712023-10-05T02:30:59.427Zreal 6.605444012
23722023-10-05T02:30:59.430Zuser 6.157114983
23732023-10-05T02:30:59.433Zsys 0.480346701
23742023-10-05T02:30:59.437Ztrap 0.001542505
23752023-10-05T02:30:59.439Ztflt 0.000000000
23762023-10-05T02:30:59.442Zdflt 0.000000000
23772023-10-05T02:30:59.445Zkflt 0.000000000
23782023-10-05T02:30:59.448Zlock 0.000000000
23792023-10-05T02:30:59.451Zslp 12.753888427
23802023-10-05T02:30:59.454Zlat 0.231051088
23812023-10-05T02:30:59.457Zstop 0.000297572
23822023-10-05T02:30:59.460Zprocess exited: duration 2479297 ms, exit code 0
 
23832023-10-05T02:30:59.467Zfound 21 output files
23842023-10-05T02:30:59.477Zuploading: /work/version.txt (26 bytes)
23852023-10-05T02:31:00.491Zuploaded: /work/version.txt
23862023-10-05T02:31:00.513Zuploading: /work/package.tar.gz (82901795 bytes)
23872023-10-05T02:31:36.862Zuploaded: /work/package.tar.gz
23882023-10-05T02:31:36.871Zuploading: /work/global-zone-packages.tar.gz (125378090 bytes)
23892023-10-05T02:32:30.084Zuploaded: /work/global-zone-packages.tar.gz
23902023-10-05T02:32:30.108Zuploading: /work/trampoline-global-zone-packages.tar.gz (38555797 bytes)
23912023-10-05T02:32:46.267Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23922023-10-05T02:32:46.726Zuploading: /work/zones/clickhouse.tar.gz (180668072 bytes)
23932023-10-05T02:34:20.046Zuploaded: /work/zones/clickhouse.tar.gz
23942023-10-05T02:34:20.425Zuploading: /work/zones/clickhouse_keeper.tar.gz (180667817 bytes)
23952023-10-05T02:35:19.349Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23962023-10-05T02:35:19.819Zuploading: /work/zones/cockroachdb.tar.gz (117733761 bytes)
23972023-10-05T02:36:19.550Zuploaded: /work/zones/cockroachdb.tar.gz
23982023-10-05T02:36:19.591Zuploading: /work/zones/crucible-pantry.tar.gz (22583192 bytes)
23992023-10-05T02:36:30.333Zuploaded: /work/zones/crucible-pantry.tar.gz
24002023-10-05T02:36:30.344Zuploading: /work/zones/crucible.tar.gz (42773158 bytes)
24012023-10-05T02:36:49.375Zuploaded: /work/zones/crucible.tar.gz
24022023-10-05T02:36:49.387Zuploading: /work/zones/external-dns.tar.gz (22001479 bytes)
24032023-10-05T02:36:53.895Zuploaded: /work/zones/external-dns.tar.gz
24042023-10-05T02:36:53.912Zuploading: /work/zones/internal-dns.tar.gz (22001478 bytes)
24052023-10-05T02:37:26.924Zuploaded: /work/zones/internal-dns.tar.gz
24062023-10-05T02:37:27.386Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24072023-10-05T02:37:28.639Zuploaded: /work/zones/ntp.tar.gz
24082023-10-05T02:37:29.074Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15758053 bytes)
24092023-10-05T02:37:48.054Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24102023-10-05T02:37:48.074Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15758720 bytes)
24112023-10-05T02:37:52.007Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24122023-10-05T02:37:52.029Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (67943651 bytes)
24132023-10-05T02:38:41.480Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24142023-10-05T02:38:41.572Zuploading: /work/zones/omicron-nexus.tar.gz (67938231 bytes)
24152023-10-05T02:39:24.092Zuploaded: /work/zones/omicron-nexus.tar.gz
24162023-10-05T02:39:24.129Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24172023-10-05T02:39:25.224Zuploaded: /work/zones/overlay.tar.gz
24182023-10-05T02:39:25.241Zuploading: /work/zones/oximeter-collector.tar.gz (17978714 bytes)
24192023-10-05T02:39:34.266Zuploaded: /work/zones/oximeter-collector.tar.gz
24202023-10-05T02:39:34.294Zuploading: /work/zones/propolis-server.tar.gz (66255703 bytes)
24212023-10-05T02:40:11.462Zuploaded: /work/zones/propolis-server.tar.gz
24222023-10-05T02:40:11.649Zuploading: /work/zones/switch-asic.tar.gz (220074476 bytes)
24232023-10-05T02:42:58.226Zuploaded: /work/zones/switch-asic.tar.gz
24242023-10-05T02:42:58.624Zuploading: /work/zones/switch-softnpu.tar.gz (142163250 bytes)
24252023-10-05T02:44:46.647Zuploaded: /work/zones/switch-softnpu.tar.gz