01HCZX5CX6ATGJS8W54D4BSQQX: 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: 01HCZX5TJ1X4TK98PZZGDEXHH1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-17T22:49:14.815Zjob assigned to worker 01HCZX60JZ3BR1PEG561CEWKW6 (queued for 1 m 25 s)
 
22023-10-17T22:49:15.641Zstarting task 0: "setup"
32023-10-17T22:49:15.720Z++ uname -s
42023-10-17T22:49:15.732Z+ kern=SunOS
52023-10-17T22:49:15.767Z+ case "$kern" in
62023-10-17T22:49:15.782Z+ groupadd -g 12345 build
72023-10-17T22:49:16.204Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-17T22:49:17.724Z+ zfs create -o mountpoint=/work rpool/work
92023-10-17T22:49:18.247Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-17T22:49:18.260Z+ home_fs=zfs
112023-10-17T22:49:18.267Z+ [[ zfs == autofs ]]
122023-10-17T22:49:18.273Z+ mkdir -p /home/build
132023-10-17T22:49:18.280Z+ chown build:build /home/build /work
142023-10-17T22:49:19.847Z+ chmod 0700 /home/build /work
152023-10-17T22:49:19.850Zprocess exited: duration 4202 ms, exit code 0
 
162023-10-17T22:49:19.860Zstarting task 1: "rust-toolchain"
172023-10-17T22:49:19.878Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-17T22:49:19.899Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-17T22:49:20.051Zinfo: downloading installer
202023-10-17T22:49:21.736Zwarning: it looks like you have an existing installation of Rust at:
212023-10-17T22:49:21.740Zwarning: /opt/ooce/bin
222023-10-17T22:49:21.743Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-17T22:49:21.746Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-17T22:49:21.749Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-17T22:49:21.753Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-17T22:49:21.756Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-17T22:49:21.759Zerror: cannot install while Rust is installed
282023-10-17T22:49:21.762Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-17T22:49:21.867Zinfo: profile set to 'default'
302023-10-17T22:49:21.874Zinfo: default host triple is x86_64-unknown-illumos
312023-10-17T22:49:21.877Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-17T22:49:22.083Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-17T22:49:22.103Zinfo: downloading component 'cargo'
342023-10-17T22:49:22.705Zinfo: downloading component 'clippy'
352023-10-17T22:49:22.918Zinfo: downloading component 'rust-docs'
362023-10-17T22:49:23.743Zinfo: downloading component 'rust-std'
372023-10-17T22:49:25.203Zinfo: downloading component 'rustc'
382023-10-17T22:49:28.758Zinfo: downloading component 'rustfmt'
392023-10-17T22:49:29.021Zinfo: installing component 'cargo'
402023-10-17T22:49:31.395Zinfo: installing component 'clippy'
412023-10-17T22:49:32.654Zinfo: installing component 'rust-docs'
422023-10-17T22:49:35.372Zinfo: installing component 'rust-std'
432023-10-17T22:49:40.180Zinfo: installing component 'rustc'
442023-10-17T22:49:51.737Zinfo: installing component 'rustfmt'
452023-10-17T22:49:52.193Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-17T22:49:52.201Z
472023-10-17T22:49:52.323Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-17T22:49:52.331Z
492023-10-17T22:49:52.339Z
502023-10-17T22:49:52.348ZRust is installed now. Great!
512023-10-17T22:49:52.760Z
522023-10-17T22:49:52.763ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-17T22:49:52.766Zenvironment variable. This has not been done automatically.
542023-10-17T22:49:52.769Z
552023-10-17T22:49:52.773ZTo configure your current shell, run:
562023-10-17T22:49:52.783Zsource "$HOME/.cargo/env"
572023-10-17T22:49:52.793Z+ rustc --version
582023-10-17T22:49:52.810Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-17T22:49:53.225Zprocess exited: duration 32656 ms, exit code 0
 
602023-10-17T22:49:53.231Zstarting task 2: "authentication"
612023-10-17T22:49:53.259Zprocess exited: duration 24 ms, exit code 0
 
622023-10-17T22:49:53.265Zstarting task 3: "clone repository"
632023-10-17T22:49:53.275Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-17T22:49:53.279Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-17T22:49:53.318ZCloning into '/work/oxidecomputer/omicron'...
662023-10-17T22:50:01.079Z+ cd /work/oxidecomputer/omicron
672023-10-17T22:50:01.087Z+ [[ -n dbinit-order ]]
682023-10-17T22:50:01.102Z+ git fetch origin dbinit-order
692023-10-17T22:50:01.467ZFrom https://github.com/oxidecomputer/omicron
702023-10-17T22:50:01.471Z * branch dbinit-order -> FETCH_HEAD
712023-10-17T22:50:01.479Z+ git checkout -B dbinit-order remotes/origin/dbinit-order
722023-10-17T22:50:01.564ZSwitched to a new branch 'dbinit-order'
732023-10-17T22:50:01.572Zbranch 'dbinit-order' set up to track 'origin/dbinit-order'.
742023-10-17T22:50:01.575Z+ git reset --hard 50049e62a7adbd71e8a78fe1203051b719e7f839
752023-10-17T22:50:01.579ZHEAD is now at 50049e62 Update README
762023-10-17T22:50:01.582Zprocess exited: duration 8313 ms, exit code 0
 
772023-10-17T22:50:01.588Zstarting task 4: "build"
782023-10-17T22:50:01.599Z+ cargo --version
792023-10-17T22:50:01.690Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-17T22:50:01.693Z+ rustc --version
812023-10-17T22:50:01.799Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-17T22:50:01.806Z++ git rev-parse HEAD
832023-10-17T22:50:01.810Z+ COMMIT=50049e62a7adbd71e8a78fe1203051b719e7f839
842023-10-17T22:50:01.819Z+ VERSION=1.0.2-0.ci+git50049e62a7a
852023-10-17T22:50:01.822Z+ echo 1.0.2-0.ci+git50049e62a7a
862023-10-17T22:50:01.826Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-17T22:50:15.452Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-17T22:50:16.320Z Startup: Caching catalogs ... Done
892023-10-17T22:50:20.391ZPlanning: Solver setup ... Done (3.819s)
902023-10-17T22:50:20.496ZPlanning: Running solver ... Done (0.105s)
912023-10-17T22:50:20.544ZPlanning: Finding local manifests ... Done (0.003s)
922023-10-17T22:50:20.559ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-17T22:50:21.205ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-17T22:50:21.355ZPlanning: Package planning ... Done (0.148s)
952023-10-17T22:50:21.437ZPlanning: Merging actions ... Done (0.083s)
962023-10-17T22:50:22.109ZPlanning: Checking for conflicting actions ... Done (0.667s)
972023-10-17T22:50:22.126ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-17T22:50:26.063ZPlanning: Evaluating mediators ... Done (3.942s)
992023-10-17T22:50:26.079ZPlanning: Planning completed in 9.71 seconds
1002023-10-17T22:50:26.102Z Packages to install: 4
1012023-10-17T22:50:26.105Z Mediators to change: 2
1022023-10-17T22:50:26.108Z Services to change: 1
1032023-10-17T22:50:26.111Z Estimated space available: 149.39 GB
1042023-10-17T22:50:26.114ZEstimated space to be consumed: 1.36 GB
1052023-10-17T22:50:26.117Z Create boot environment: No
1062023-10-17T22:50:26.120ZCreate backup boot environment: No
1072023-10-17T22:50:26.126Z Rebuild boot archive: No
1082023-10-17T22:50:26.132Z
1092023-10-17T22:50:26.135ZChanged mediators:
1102023-10-17T22:50:26.139Z mediator clang:
1112023-10-17T22:50:26.142Z version: None -> 15 (system default)
1122023-10-17T22:50:26.145Z
1132023-10-17T22:50:26.148Z mediator llvm:
1142023-10-17T22:50:26.151Z version: 14 (system default) -> 15 (system default)
1152023-10-17T22:50:26.159Z
1162023-10-17T22:50:26.162ZChanged packages:
1172023-10-17T22:50:26.165Zhelios-dev
1182023-10-17T22:50:26.169Z developer/build-essential
1192023-10-17T22:50:26.172Z None -> 11-2.0
1202023-10-17T22:50:26.175Z library/libxmlsec1
1212023-10-17T22:50:26.178Z None -> 1.2.35-2.0
1222023-10-17T22:50:26.186Z ooce/developer/clang-15
1232023-10-17T22:50:26.189Z None -> 15.0.7-2.0
1242023-10-17T22:50:26.193Z ooce/developer/llvm-15
1252023-10-17T22:50:26.196Z None -> 15.0.7-2.0
1262023-10-17T22:50:26.199Z
1272023-10-17T22:50:26.202ZServices:
1282023-10-17T22:50:26.205Z restart_fmri:
1292023-10-17T22:50:26.208Z svc:/system/update-man-index:default
1302023-10-17T22:50:26.302Z
1312023-10-17T22:50:26.305ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-17T22:50:31.317ZDownload: 499/3290 items 17.1/212.6MB 8% complete (3.8M/s)
1332023-10-17T22:50:36.326ZDownload: 832/3290 items 18.8/212.6MB 8% complete (2.0M/s)
1342023-10-17T22:50:41.888ZDownload: 1196/3290 items 83.5/212.6MB 39% complete (6.6M/s)
1352023-10-17T22:50:53.449ZDownload: 1197/3290 items 83.5/212.6MB 39% complete
1362023-10-17T22:50:58.448ZDownload: 2028/3290 items 117.9/212.6MB 55% complete (7.0M/s)
1372023-10-17T22:51:03.448ZDownload: 2648/3290 items 120.7/212.6MB 56% complete (3.8M/s)
1382023-10-17T22:51:09.639ZDownload: 3288/3290 items 212.3/212.6MB 99% complete (9.4M/s)
1392023-10-17T22:51:09.682ZDownload: Completed 212.60 MB in 43.38 seconds (4.9M/s)
1402023-10-17T22:51:10.812Z Actions: 1/3687 actions (Installing new actions)
1412023-10-17T22:51:15.841Z Actions: 2831/3687 actions (Installing new actions)
1422023-10-17T22:51:19.192Z Actions: Completed 3687 actions in 8.37 seconds.
1432023-10-17T22:51:19.334Z Done (0.139s)
1442023-10-17T22:51:19.341Z Done (0.000s)
1452023-10-17T22:51:19.513Z Done (0.172s)
1462023-10-17T22:51:26.965Z Done (7.350s)
1472023-10-17T22:51:27.215Z Done (0.135s)
1482023-10-17T22:51:27.222Z Done (0.000s)
1492023-10-17T22:51:27.458Z Done (0.000s)
1502023-10-17T22:51:28.133ZPlanning: Evaluating mediator changes ... Done
1512023-10-17T22:51:28.417ZPlanning: Checking for conflicting actions ... Done
1522023-10-17T22:51:28.429ZPlanning: Consolidating action changes ... Done
1532023-10-17T22:51:28.848ZPlanning: Evaluating mediators ... Done
1542023-10-17T22:51:28.851ZPlanning: Planning completed in 0.72 seconds
1552023-10-17T22:51:28.902Z Mediators to change: 2
1562023-10-17T22:51:28.905Z Create boot environment: No
1572023-10-17T22:51:28.908ZCreate backup boot environment: No
1582023-10-17T22:51:29.007Z Done
1592023-10-17T22:51:29.011Z Done
1602023-10-17T22:51:29.108Z Done
1612023-10-17T22:51:34.970Z Done
1622023-10-17T22:51:35.090Z Done
1632023-10-17T22:51:35.095Z Done
1642023-10-17T22:51:35.194Z Done
1652023-10-17T22:51:36.197ZPlanning: Evaluating mediator changes ... Done
1662023-10-17T22:51:36.202ZPlanning: Merging actions ... Done
1672023-10-17T22:51:36.528ZPlanning: Checking for conflicting actions ... Done
1682023-10-17T22:51:36.531ZPlanning: Consolidating action changes ... Done
1692023-10-17T22:51:36.956ZPlanning: Evaluating mediators ... Done
1702023-10-17T22:51:37.047ZPlanning: Planning completed in 1.29 seconds
1712023-10-17T22:51:37.103Z Packages to change: 1
1722023-10-17T22:51:37.106Z Mediators to change: 1
1732023-10-17T22:51:37.109Z Services to change: 1
1742023-10-17T22:51:37.113Z Create boot environment: No
1752023-10-17T22:51:37.116ZCreate backup boot environment: Yes
1762023-10-17T22:51:39.438Z Actions: 1/6 actions (Updating modified actions)
1772023-10-17T22:51:39.444Z Actions: Completed 6 actions in 0.00 seconds.
1782023-10-17T22:51:39.447Z Done
1792023-10-17T22:51:39.450Z Done
1802023-10-17T22:51:39.483Z Done
1812023-10-17T22:51:45.298Z Done
1822023-10-17T22:51:45.419Z Done
1832023-10-17T22:51:45.422Z Done
1842023-10-17T22:51:45.643Z Done
1852023-10-17T22:51:46.309ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1862023-10-17T22:51:46.312Zclang system 15 system
1872023-10-17T22:51:46.315Zcsh system system illumos
1882023-10-17T22:51:46.318Zctags system system illumos
1892023-10-17T22:51:46.325Zgcc vendor 12 vendor
1902023-10-17T22:51:46.328Zgcc system 10 system
1912023-10-17T22:51:46.331Zgcc system 7 system
1922023-10-17T22:51:46.334Zgo system 1.20 system
1932023-10-17T22:51:46.338Zgo system 1.19 system
1942023-10-17T22:51:46.340Zllvm system 15 system
1952023-10-17T22:51:46.343Zllvm system 14 system
1962023-10-17T22:51:46.346Zmariadb system 10.6 system
1972023-10-17T22:51:46.349Zmta vendor vendor dma
1982023-10-17T22:51:46.351Zopenjdk system 17 system
1992023-10-17T22:51:46.358Zopenjdk system 11 system
2002023-10-17T22:51:46.361Zopenjdk system 1.8 system
2012023-10-17T22:51:46.364Zopenssl vendor 3 vendor
2022023-10-17T22:51:46.367Zperl system 5.36 system
2032023-10-17T22:51:46.369Zpostgresql system 15 system
2042023-10-17T22:51:46.372Zpostgresql system 13 system
2052023-10-17T22:51:46.376Zpython vendor 3 vendor
2062023-10-17T22:51:46.379Zpython system 2 system
2072023-10-17T22:51:46.382Zpython3 system 3.11 system
2082023-10-17T22:51:46.385Zruby system 3.0 system
2092023-10-17T22:51:46.388Zwords vendor vendor american-english
2102023-10-17T22:51:46.391Zwords system system australian-english
2112023-10-17T22:51:46.398Zwords system system british-english
2122023-10-17T22:51:46.404Zwords system system canadian-english
2132023-10-17T22:51:46.407Zwords system system french
2142023-10-17T22:51:46.411Zwords system system italian
2152023-10-17T22:51:46.414Zwords system system ngerman
2162023-10-17T22:51:46.417Zwords system system ogerman
2172023-10-17T22:51:46.419Zwords system system spanish
2182023-10-17T22:51:46.838ZFMRI IFO
2192023-10-17T22:51:46.845Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202023-10-17T22:51:46.854Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212023-10-17T22:51:46.863Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222023-10-17T22:51:47.278Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2232023-10-17T22:51:47.282Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2242023-10-17T22:51:47.286Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2252023-10-17T22:51:47.290Z+ set -o errexit
2262023-10-17T22:51:47.296Z+++ dirname ./tools/ci_download_cockroachdb
2272023-10-17T22:51:47.299Z++ cd ./tools
2282023-10-17T22:51:47.333Z++ pwd
2292023-10-17T22:51:47.336Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2302023-10-17T22:51:47.339Z++ basename ./tools/ci_download_cockroachdb
2312023-10-17T22:51:47.342Z+ ARG0=ci_download_cockroachdb
2322023-10-17T22:51:47.349Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2332023-10-17T22:51:47.355Z+ CIDL_VERSION=v22.1.9
2342023-10-17T22:51:47.366Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2352023-10-17T22:51:47.373Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2362023-10-17T22:51:47.380Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2372023-10-17T22:51:47.388Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2382023-10-17T22:51:47.394Z+ TARGET_DIR=out
2392023-10-17T22:51:47.399Z+ DOWNLOAD_DIR=out/downloads
2402023-10-17T22:51:47.407Z+ DEST_DIR=./out/cockroachdb
2412023-10-17T22:51:47.415Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2422023-10-17T22:51:47.421Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2432023-10-17T22:51:47.431Z+ main
2442023-10-17T22:51:47.434Z+ [[ 0 != 0 ]]
2452023-10-17T22:51:47.439Z+ CIDL_OS=solaris2.11
2462023-10-17T22:51:47.444Z+ [[ 0 != 0 ]]
2472023-10-17T22:51:47.447Z+ configure_os solaris2.11
2482023-10-17T22:51:47.450Z+ echo 'current directory: /work/oxidecomputer/omicron'
2492023-10-17T22:51:47.453Zcurrent directory: /work/oxidecomputer/omicron
2502023-10-17T22:51:47.456Z+ echo 'configuring based on OS: "solaris2.11"'
2512023-10-17T22:51:47.459Zconfiguring based on OS: "solaris2.11"
2522023-10-17T22:51:47.463Z+ case "$1" in
2532023-10-17T22:51:47.466Z+ CIDL_BUILD=illumos
2542023-10-17T22:51:47.469Z+ CIDL_SUFFIX=tar.gz
2552023-10-17T22:51:47.473Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2562023-10-17T22:51:47.477Z+ CIDL_MD5FUNC=do_md5sum
2572023-10-17T22:51:47.481Z+ CIDL_URL_BASE=https://illumos.org/downloads
2582023-10-17T22:51:47.488Z+ CIDL_ASSEMBLE=do_assemble_illumos
2592023-10-17T22:51:47.491Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2602023-10-17T22:51:47.494Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2612023-10-17T22:51:47.499Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2622023-10-17T22:51:47.503Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2632023-10-17T22:51:47.506Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2642023-10-17T22:51:47.509Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2652023-10-17T22:51:47.511ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2662023-10-17T22:51:47.514Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2672023-10-17T22:51:47.517ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-10-17T22:51:47.520Z+ mkdir -p out/downloads
2692023-10-17T22:51:47.525Z+ mkdir -p ./out/cockroachdb
2702023-10-17T22:51:47.529Z+ local DO_DOWNLOAD=true
2712023-10-17T22:51:47.532Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2722023-10-17T22:51:47.539Z+ '[' true == true ']'
2732023-10-17T22:51:47.543Z+ echo Downloading...
2742023-10-17T22:51:47.547ZDownloading...
2752023-10-17T22:51:47.550Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-10-17T22:51:47.555Z+ 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
2772023-10-17T22:51:49.603Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-10-17T22:51:49.606Z++ md5sum
2792023-10-17T22:51:49.610Z++ awk '{print $1}'
2802023-10-17T22:51:49.786Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2812023-10-17T22:51:49.792Z+ [[ 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 ]]
2822023-10-17T22:51:49.794Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832023-10-17T22:51:49.797Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2842023-10-17T22:51:53.173Z+ do_assemble_illumos
2852023-10-17T22:51:53.176Z+ rm -r ./out/cockroachdb
2862023-10-17T22:51:53.179Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2872023-10-17T22:51:53.785Z+ ./out/cockroachdb/bin/cockroach version
2882023-10-17T22:51:53.990ZBuild Tag: v22.1.9-dirty
2892023-10-17T22:51:54.010ZBuild Time: 2022/10/26 21:17:46
2902023-10-17T22:51:54.013ZDistribution: OSS
2912023-10-17T22:51:54.016ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2922023-10-17T22:51:54.020ZGo Version: go1.17.13
2932023-10-17T22:51:54.023ZC Compiler: gcc 10.3.0
2942023-10-17T22:51:54.027ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2952023-10-17T22:51:54.030ZBuild Type: release
2962023-10-17T22:51:54.032Z+ set -o errexit
2972023-10-17T22:51:54.035Z+++ dirname ./tools/ci_download_clickhouse
2982023-10-17T22:51:54.038Z++ cd ./tools
2992023-10-17T22:51:54.042Z++ pwd
3002023-10-17T22:51:54.044Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3012023-10-17T22:51:54.047Z++ basename ./tools/ci_download_clickhouse
3022023-10-17T22:51:54.050Z+ ARG0=ci_download_clickhouse
3032023-10-17T22:51:54.053Z+ TARGET_DIR=out
3042023-10-17T22:51:54.056Z+ DOWNLOAD_DIR=out/downloads
3052023-10-17T22:51:54.059Z+ DEST_DIR=./out/clickhouse
3062023-10-17T22:51:54.062Z+ CIDL_VERSION=v22.8.9.24
3072023-10-17T22:51:54.065Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3082023-10-17T22:51:54.068Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3092023-10-17T22:51:54.071Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3102023-10-17T22:51:54.074Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3112023-10-17T22:51:54.077Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3122023-10-17T22:51:54.080Z+ main
3132023-10-17T22:51:54.083Z+ [[ 0 != 0 ]]
3142023-10-17T22:51:54.087Z+ CIDL_OS=solaris2.11
3152023-10-17T22:51:54.101Z+ [[ 0 != 0 ]]
3162023-10-17T22:51:54.105Z+ configure_os solaris2.11
3172023-10-17T22:51:54.110Z+ echo 'current directory: /work/oxidecomputer/omicron'
3182023-10-17T22:51:54.113Zcurrent directory: /work/oxidecomputer/omicron
3192023-10-17T22:51:54.116Z+ echo 'configuring based on OS: "solaris2.11"'
3202023-10-17T22:51:54.119Zconfiguring based on OS: "solaris2.11"
3212023-10-17T22:51:54.122Z+ CIDL_DASHREV=
3222023-10-17T22:51:54.125Z+ case "$1" in
3232023-10-17T22:51:54.128Z+ CIDL_PLATFORM=illumos
3242023-10-17T22:51:54.131Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3252023-10-17T22:51:54.134Z+ CIDL_MD5FUNC=do_md5sum
3262023-10-17T22:51:54.137Z+ CIDL_DASHREV=-1
3272023-10-17T22:51:54.140Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3282023-10-17T22:51:54.143Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3292023-10-17T22:51:54.146Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-17T22:51:54.149Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3312023-10-17T22:51:54.152Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3322023-10-17T22:51:54.155ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3332023-10-17T22:51:54.158Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3342023-10-17T22:51:54.161ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-10-17T22:51:54.165Z+ mkdir -p out/downloads
3362023-10-17T22:51:54.168Z+ mkdir -p ./out/clickhouse
3372023-10-17T22:51:54.171Z+ local DO_DOWNLOAD=true
3382023-10-17T22:51:54.174Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3392023-10-17T22:51:54.177Z+ '[' true == true ']'
3402023-10-17T22:51:54.180Z+ echo Downloading...
3412023-10-17T22:51:54.183ZDownloading...
3422023-10-17T22:51:54.186Z+ 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
3432023-10-17T22:51:54.189Z+ 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
3442023-10-17T22:51:55.793Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-10-17T22:51:55.798Z++ md5sum
3462023-10-17T22:51:55.803Z++ awk '{print $1}'
3472023-10-17T22:51:56.052Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3482023-10-17T22:51:56.056Z+ [[ 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 ]]
3492023-10-17T22:51:56.059Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3502023-10-17T22:51:56.064Z+ mkdir -p ./out/clickhouse
3512023-10-17T22:51:56.067Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3522023-10-17T22:52:00.864Z+ ./out/clickhouse/clickhouse server --version
3532023-10-17T22:52:00.927ZClickHouse server version 22.8.9.1.
3542023-10-17T22:52:00.941Z+ set -o errexit
3552023-10-17T22:52:00.950Z+++ dirname ./tools/ci_download_console
3562023-10-17T22:52:00.955Z++ cd ./tools
3572023-10-17T22:52:00.960Z++ pwd
3582023-10-17T22:52:00.966Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3592023-10-17T22:52:00.972Z++ basename ./tools/ci_download_console
3602023-10-17T22:52:00.975Z+ ARG0=ci_download_console
3612023-10-17T22:52:00.979Z+ TARGET_DIR=out
3622023-10-17T22:52:00.983Z+ DOWNLOAD_DIR=out/downloads
3632023-10-17T22:52:00.986Z+ DEST_DIR=./out/console-assets
3642023-10-17T22:52:00.989Z+ source /work/oxidecomputer/omicron/tools/console_version
3652023-10-17T22:52:00.992Z++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa
3662023-10-17T22:52:00.995Z++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3672023-10-17T22:52:00.999Z+ URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3682023-10-17T22:52:01.002Z+ TARBALL_FILE=out/downloads/console.tar.gz
3692023-10-17T22:52:01.005Z+ main
3702023-10-17T22:52:01.008Z+ [[ 0 != 0 ]]
3712023-10-17T22:52:01.011Z+ echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz'
3722023-10-17T22:52:01.014ZURL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3732023-10-17T22:52:01.017Z+ echo 'Local file: out/downloads/console.tar.gz'
3742023-10-17T22:52:01.020ZLocal file: out/downloads/console.tar.gz
3752023-10-17T22:52:01.023Z+ local DO_DOWNLOAD=true
3762023-10-17T22:52:01.026Z+ [[ -f out/downloads/console.tar.gz ]]
3772023-10-17T22:52:01.029Z+ mkdir -p out/downloads
3782023-10-17T22:52:01.032Z+ '[' true == true ']'
3792023-10-17T22:52:01.036Z+ echo Downloading...
3802023-10-17T22:52:01.039ZDownloading...
3812023-10-17T22:52:01.042Z+ do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz
3822023-10-17T22:52:01.045Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz
3832023-10-17T22:52:01.549Z++ do_sha256sum out/downloads/console.tar.gz
3842023-10-17T22:52:01.554Z++ case "$OSTYPE" in
3852023-10-17T22:52:01.561Z++ SHA=sha256sum
3862023-10-17T22:52:01.564Z++ sha256sum
3872023-10-17T22:52:01.569Z++ awk '{print $1}'
3882023-10-17T22:52:01.584Z+ calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423
3892023-10-17T22:52:01.588Z+ [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]]
3902023-10-17T22:52:01.592Z+ rm -rf ./out/console-assets
3912023-10-17T22:52:01.597Z+ mkdir -p ./out/console-assets
3922023-10-17T22:52:01.601Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3932023-10-17T22:52:01.605Z+ mkdir -p ./out/console-assets
3942023-10-17T22:52:01.614Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3952023-10-17T22:52:01.732Z+ set -o errexit
3962023-10-17T22:52:01.737Z+++ dirname ./tools/ci_download_maghemite_openapi
3972023-10-17T22:52:01.740Z++ cd ./tools
3982023-10-17T22:52:01.744Z++ pwd
3992023-10-17T22:52:01.750Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4002023-10-17T22:52:01.755Z++ basename ./tools/ci_download_maghemite_openapi
4012023-10-17T22:52:01.759Z+ ARG0=ci_download_maghemite_openapi
4022023-10-17T22:52:01.786Z+ TARGET_DIR=out
4032023-10-17T22:52:01.794Z+ DOWNLOAD_DIR=out/downloads
4042023-10-17T22:52:01.806Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4052023-10-17T22:52:01.809Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4062023-10-17T22:52:01.818Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4072023-10-17T22:52:01.824Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4082023-10-17T22:52:01.827Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4092023-10-17T22:52:01.830Z+ main
4102023-10-17T22:52:01.837Z+ [[ 0 != 0 ]]
4112023-10-17T22:52:01.842Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4122023-10-17T22:52:01.846ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4132023-10-17T22:52:01.849Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4142023-10-17T22:52:01.852ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4152023-10-17T22:52:01.856Z+ local DO_DOWNLOAD=true
4162023-10-17T22:52:01.860Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4172023-10-17T22:52:01.863Z+ mkdir -p out/downloads
4182023-10-17T22:52:01.867Z+ '[' true == true ']'
4192023-10-17T22:52:01.870Z+ echo Downloading...
4202023-10-17T22:52:01.875ZDownloading...
4212023-10-17T22:52:01.878Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4222023-10-17T22:52:01.882Z+ 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
4232023-10-17T22:52:01.962Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4242023-10-17T22:52:01.965Z++ case "$OSTYPE" in
4252023-10-17T22:52:01.969Z++ SHA=sha256sum
4262023-10-17T22:52:01.972Z++ sha256sum
4272023-10-17T22:52:01.975Z++ awk '{print $1}'
4282023-10-17T22:52:01.979Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4292023-10-17T22:52:01.982Z+ [[ 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 ]]
4302023-10-17T22:52:01.986Z+ set -o errexit
4312023-10-17T22:52:01.989Z+++ dirname ./tools/ci_download_dendrite_openapi
4322023-10-17T22:52:01.993Z++ cd ./tools
4332023-10-17T22:52:01.996Z++ pwd
4342023-10-17T22:52:01.999Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4352023-10-17T22:52:02.006Z++ basename ./tools/ci_download_dendrite_openapi
4362023-10-17T22:52:02.011Z+ ARG0=ci_download_dendrite_openapi
4372023-10-17T22:52:02.014Z+ TARGET_DIR=out
4382023-10-17T22:52:02.017Z+ DOWNLOAD_DIR=out/downloads
4392023-10-17T22:52:02.021Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4402023-10-17T22:52:02.025Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4412023-10-17T22:52:02.028Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4422023-10-17T22:52:02.033Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4432023-10-17T22:52:02.036Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4442023-10-17T22:52:02.040Z+ main
4452023-10-17T22:52:02.044Z+ [[ 0 != 0 ]]
4462023-10-17T22:52:02.047Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4472023-10-17T22:52:02.051ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4482023-10-17T22:52:02.054Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4492023-10-17T22:52:02.058ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4502023-10-17T22:52:02.062Z+ local DO_DOWNLOAD=true
4512023-10-17T22:52:02.069Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4522023-10-17T22:52:02.072Z+ mkdir -p out/downloads
4532023-10-17T22:52:02.075Z+ '[' true == true ']'
4542023-10-17T22:52:02.079Z+ echo Downloading...
4552023-10-17T22:52:02.084ZDownloading...
4562023-10-17T22:52:02.088Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4572023-10-17T22:52:02.108Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4582023-10-17T22:52:02.185Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4592023-10-17T22:52:02.188Z++ case "$OSTYPE" in
4602023-10-17T22:52:02.191Z++ SHA=sha256sum
4612023-10-17T22:52:02.195Z++ sha256sum
4622023-10-17T22:52:02.198Z++ awk '{print $1}'
4632023-10-17T22:52:02.202Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4642023-10-17T22:52:02.205Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4652023-10-17T22:52:02.210Z+ set -o errexit
4662023-10-17T22:52:02.213Z+++ dirname ./tools/ci_download_dendrite_stub
4672023-10-17T22:52:02.216Z++ cd ./tools
4682023-10-17T22:52:02.220Z++ pwd
4692023-10-17T22:52:02.224Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4702023-10-17T22:52:02.227Z++ basename ./tools/ci_download_dendrite_stub
4712023-10-17T22:52:02.235Z+ ARG0=ci_download_dendrite_stub
4722023-10-17T22:52:02.238Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4732023-10-17T22:52:02.247Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4742023-10-17T22:52:02.254Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4752023-10-17T22:52:02.268Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4762023-10-17T22:52:02.276Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4772023-10-17T22:52:02.281Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4782023-10-17T22:52:02.289Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4792023-10-17T22:52:02.296Z+ TARGET_DIR=out
4802023-10-17T22:52:02.300Z+ DOWNLOAD_DIR=out/downloads
4812023-10-17T22:52:02.316Z+ DEST_DIR=./out/dendrite-stub
4822023-10-17T22:52:02.327Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4832023-10-17T22:52:02.340Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4842023-10-17T22:52:02.352Z+ REPO=oxidecomputer/dendrite
4852023-10-17T22:52:02.368Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4862023-10-17T22:52:02.391Z+ main
4872023-10-17T22:52:02.403Z+ [[ 0 != 0 ]]
4882023-10-17T22:52:02.419Z+ CIDL_OS=solaris2.11
4892023-10-17T22:52:02.439Z+ [[ 0 != 0 ]]
4902023-10-17T22:52:02.450Z+ configure_os solaris2.11
4912023-10-17T22:52:02.456Z+ echo 'current directory: /work/oxidecomputer/omicron'
4922023-10-17T22:52:02.478Zcurrent directory: /work/oxidecomputer/omicron
4932023-10-17T22:52:02.489Z+ echo 'configuring based on OS: "solaris2.11"'
4942023-10-17T22:52:02.497Zconfiguring based on OS: "solaris2.11"
4952023-10-17T22:52:02.503Z+ case "$1" in
4962023-10-17T22:52:02.507Z+ SET_BINARIES=
4972023-10-17T22:52:02.517Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4982023-10-17T22:52:02.521Z+ CIDL_SHA256FUNC=do_sha256sum
4992023-10-17T22:52:02.527Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5002023-10-17T22:52:02.537Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5012023-10-17T22:52:02.541Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5022023-10-17T22:52:02.544Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
5032023-10-17T22:52:02.548ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5042023-10-17T22:52:02.552Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5052023-10-17T22:52:02.558ZLocal file: out/downloads/dendrite-stub.tar.gz
5062023-10-17T22:52:02.562Z+ mkdir -p out/downloads
5072023-10-17T22:52:02.566Z+ mkdir -p ./out/dendrite-stub
5082023-10-17T22:52:02.569Z+ fetch_and_verify
5092023-10-17T22:52:02.573Z+ local DO_DOWNLOAD=true
5102023-10-17T22:52:02.576Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5112023-10-17T22:52:02.580Z+ '[' true == true ']'
5122023-10-17T22:52:02.584Z+ echo Downloading...
5132023-10-17T22:52:02.588ZDownloading...
5142023-10-17T22:52:02.591Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5152023-10-17T22:52:02.599Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5162023-10-17T22:52:22.744Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5172023-10-17T22:52:22.749Z++ sha256sum
5182023-10-17T22:52:22.753Z++ awk '{print $1}'
5192023-10-17T22:52:23.256Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5202023-10-17T22:52:23.264Z+ [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]]
5212023-10-17T22:52:23.272Z+ do_untar out/downloads/dendrite-stub.tar.gz
5222023-10-17T22:52:23.280Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5232023-10-17T22:52:23.770Z+ do_assemble
5242023-10-17T22:52:23.780Z+ rm -r ./out/dendrite-stub
5252023-10-17T22:52:24.195Z+ mkdir ./out/dendrite-stub
5262023-10-17T22:52:24.205Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5272023-10-17T22:52:24.223Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5282023-10-17T22:52:24.311Z+ set -o errexit
5292023-10-17T22:52:24.721Z+++ dirname ./tools/ci_download_transceiver_control
5302023-10-17T22:52:24.724Z++ cd ./tools
5312023-10-17T22:52:24.730Z++ pwd
5322023-10-17T22:52:24.737Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5332023-10-17T22:52:24.744Z++ basename ./tools/ci_download_transceiver_control
5342023-10-17T22:52:24.749Z+ ARG0=ci_download_transceiver_control
5352023-10-17T22:52:24.752Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5362023-10-17T22:52:24.756Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5372023-10-17T22:52:24.760Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5382023-10-17T22:52:24.764Z+ TARGET_DIR=out
5392023-10-17T22:52:24.769Z+ DOWNLOAD_DIR=out/downloads
5402023-10-17T22:52:24.775Z+ DEST_DIR=./out/transceiver-control
5412023-10-17T22:52:24.779Z+ BIN_DIR=/opt/oxide/bin
5422023-10-17T22:52:24.783Z+ BINARY=xcvradm
5432023-10-17T22:52:24.787Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5442023-10-17T22:52:24.791Z+ REPO=oxidecomputer/transceiver-control
5452023-10-17T22:52:24.795Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5462023-10-17T22:52:24.804Z+ main
5472023-10-17T22:52:24.813Z+ [[ 0 != 0 ]]
5482023-10-17T22:52:24.827Z+ CIDL_OS=solaris2.11
5492023-10-17T22:52:24.842Z+ [[ 0 != 0 ]]
5502023-10-17T22:52:24.853Z+ configure_os solaris2.11
5512023-10-17T22:52:24.858Z+ echo 'current directory: /work/oxidecomputer/omicron'
5522023-10-17T22:52:24.863Zcurrent directory: /work/oxidecomputer/omicron
5532023-10-17T22:52:24.867Z+ echo 'configuring based on OS: "solaris2.11"'
5542023-10-17T22:52:24.871Zconfiguring based on OS: "solaris2.11"
5552023-10-17T22:52:24.875Z+ case "$1" in
5562023-10-17T22:52:24.879Z+ SET_BINARIES=
5572023-10-17T22:52:24.882Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5582023-10-17T22:52:24.886Z+ CIDL_SHA256FUNC=do_sha256sum
5592023-10-17T22:52:24.889Z+ ARCHIVE_FILENAME=xcvradm.gz
5602023-10-17T22:52:24.892Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5612023-10-17T22:52:24.895Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5622023-10-17T22:52:24.900Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5632023-10-17T22:52:24.904ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5642023-10-17T22:52:24.906Z+ echo 'Local file: out/downloads/xcvradm.gz'
5652023-10-17T22:52:24.910ZLocal file: out/downloads/xcvradm.gz
5662023-10-17T22:52:24.913Z+ mkdir -p out/downloads
5672023-10-17T22:52:24.916Z+ mkdir -p ./out/transceiver-control
5682023-10-17T22:52:24.919Z+ fetch_and_verify
5692023-10-17T22:52:24.922Z+ local DO_DOWNLOAD=true
5702023-10-17T22:52:24.925Z+ [[ -f out/downloads/xcvradm.gz ]]
5712023-10-17T22:52:24.928Z+ '[' true == true ']'
5722023-10-17T22:52:24.933Z+ echo Downloading...
5732023-10-17T22:52:24.936ZDownloading...
5742023-10-17T22:52:24.944Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5752023-10-17T22:52:24.951Z+ 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
5762023-10-17T22:52:27.961Z++ do_sha256sum out/downloads/xcvradm.gz
5772023-10-17T22:52:27.975Z++ sha256sum
5782023-10-17T22:52:27.986Z++ awk '{print $1}'
5792023-10-17T22:52:27.996Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5802023-10-17T22:52:28.008Z+ [[ 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 ]]
5812023-10-17T22:52:28.017Z+ do_unpack out/downloads/xcvradm.gz
5822023-10-17T22:52:28.029Z+ mkdir -p out/downloads/root//opt/oxide/bin
5832023-10-17T22:52:28.041Z+ gzip -dc out/downloads/xcvradm.gz
5842023-10-17T22:52:28.159Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5852023-10-17T22:52:28.163Z+ do_assemble
5862023-10-17T22:52:28.171Z+ rm -r ./out/transceiver-control
5872023-10-17T22:52:28.175Z+ mkdir ./out/transceiver-control
5882023-10-17T22:52:28.180Z+ cp -r out/downloads/root ./out/transceiver-control/root
5892023-10-17T22:52:28.287ZAll prerequisites installed successfully
5902023-10-17T22:52:28.298Z
5912023-10-17T22:52:28.307Zreal 2:26.475267243
5922023-10-17T22:52:28.312Zuser 50.798742773
5932023-10-17T22:52:28.318Zsys 9.157876642
5942023-10-17T22:52:28.329Ztrap 0.021940076
5952023-10-17T22:52:28.337Ztflt 0.405371976
5962023-10-17T22:52:28.349Zdflt 1.046770061
5972023-10-17T22:52:28.367Zkflt 0.239005164
5982023-10-17T22:52:28.385Zlock 1.586011607
5992023-10-17T22:52:28.407Zslp 4:40.778457070
6002023-10-17T22:52:28.425Zlat 3.240874622
6012023-10-17T22:52:28.437Zstop 0.061340606
6022023-10-17T22:52:28.446Z+ ptime -m ./tools/ci_download_softnpu_machinery
6032023-10-17T22:52:28.453Zfetching npuzone
6042023-10-17T22:52:28.459ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6052023-10-17T22:52:28.468Z (commit: eb27e6a00f1082c9faac7cf997e57d0609f7a309)
6062023-10-17T22:52:28.472ZGetting hash for npuzone
6072023-10-17T22:52:28.520Z (hash: 8ac6568e1b9c8968c47975fac110a8700709498706c32845c0b0856e216b6365)
6082023-10-17T22:52:40.011Znpuzone downloaded successfully
6092023-10-17T22:52:40.016Z
6102023-10-17T22:52:40.019Zreal 11.726027536
6112023-10-17T22:52:40.022Zuser 0.557494830
6122023-10-17T22:52:40.026Zsys 0.141272386
6132023-10-17T22:52:40.033Ztrap 0.000059253
6142023-10-17T22:52:40.036Ztflt 0.000000000
6152023-10-17T22:52:40.040Zdflt 0.000000000
6162023-10-17T22:52:40.044Zkflt 0.000000000
6172023-10-17T22:52:40.047Zlock 0.000000000
6182023-10-17T22:52:40.051Zslp 34.330374094
6192023-10-17T22:52:40.055Zlat 0.113532330
6202023-10-17T22:52:40.060Zstop 0.000257864
6212023-10-17T22:52:40.064Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6222023-10-17T22:52:40.376Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6232023-10-17T22:52:40.749Z Updating crates.io index
6242023-10-17T22:52:40.790Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6252023-10-17T22:52:41.567Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6262023-10-17T22:52:43.352Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6272023-10-17T22:52:44.116Z Updating git repository `http://github.com/oxidecomputer/tofino`
6282023-10-17T22:52:44.434Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6292023-10-17T22:52:44.712Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6302023-10-17T22:52:45.015Z Updating git repository `https://github.com/oxidecomputer/propolis`
6312023-10-17T22:52:45.866Z Updating git repository `https://github.com/oxidecomputer/opte`
6322023-10-17T22:52:46.931Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6332023-10-17T22:52:47.320Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6342023-10-17T22:52:47.613Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6352023-10-17T22:52:48.110Z Updating git repository `https://github.com/oxidecomputer/crucible`
6362023-10-17T22:52:49.815Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6372023-10-17T22:52:50.146Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6382023-10-17T22:52:50.584Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6392023-10-17T22:52:50.997Z Updating git repository `https://github.com/njaremko/samael`
6402023-10-17T22:52:51.473Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6412023-10-17T22:52:53.126Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6422023-10-17T22:52:53.503Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6432023-10-17T22:52:53.961Z Updating git repository `https://github.com/jgallagher/nix`
6442023-10-17T22:52:55.408Z Updating git repository `https://github.com/cbiffle/hubpack`
6452023-10-17T22:52:55.777Z Updating git repository `https://github.com/oxidecomputer/omicron`
6462023-10-17T22:53:04.280Z Updating git repository `https://github.com/oxidecomputer/rfb`
6472023-10-17T22:53:04.816Z Updating git repository `https://github.com/oxidecomputer/typify`
6482023-10-17T22:53:05.855Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6492023-10-17T22:53:06.254Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6502023-10-17T22:53:06.572Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6512023-10-17T22:53:08.526Z Downloading crates ...
6522023-10-17T22:53:08.925Z Downloaded lazycell v1.3.0
6532023-10-17T22:53:08.930Z Downloaded lazy_static v1.4.0
6542023-10-17T22:53:08.935Z Downloaded is-terminal v0.4.9
6552023-10-17T22:53:08.941Z Downloaded inout v0.1.3
6562023-10-17T22:53:08.948Z Downloaded instant v0.1.12
6572023-10-17T22:53:08.951Z Downloaded indoc v1.0.9
6582023-10-17T22:53:08.955Z Downloaded libefi-sys v0.1.0
6592023-10-17T22:53:08.958Z Downloaded blake2 v0.10.6
6602023-10-17T22:53:08.962Z Downloaded lalrpop-util v0.19.12
6612023-10-17T22:53:08.965Z Downloaded aead v0.5.2
6622023-10-17T22:53:08.970Z Downloaded anstyle v1.0.2
6632023-10-17T22:53:08.982Z Downloaded adler v1.0.2
6642023-10-17T22:53:08.988Z Downloaded num_cpus v1.16.0
6652023-10-17T22:53:08.995Z Downloaded num-traits v0.2.16
6662023-10-17T22:53:08.998Z Downloaded mime_guess v2.0.4
6672023-10-17T22:53:09.002Z Downloaded mio v0.8.8
6682023-10-17T22:53:09.005Z Downloaded clang-sys v1.6.1
6692023-10-17T22:53:09.011Z Downloaded hubpack_derive v0.1.1
6702023-10-17T22:53:09.015Z Downloaded atty v0.2.14
6712023-10-17T22:53:09.020Z Downloaded nibble_vec v0.1.0
6722023-10-17T22:53:09.024Z Downloaded atomic-waker v1.1.1
6732023-10-17T22:53:09.028Z Downloaded bit-set v0.5.3
6742023-10-17T22:53:09.031Z Downloaded block-buffer v0.10.4
6752023-10-17T22:53:09.035Z Downloaded http-range v0.1.5
6762023-10-17T22:53:09.039Z Downloaded mime v0.3.17
6772023-10-17T22:53:09.043Z Downloaded newtype_derive v0.1.6
6782023-10-17T22:53:09.047Z Downloaded ident_case v1.0.1
6792023-10-17T22:53:09.050Z Downloaded new_debug_unreachable v1.0.4
6802023-10-17T22:53:09.053Z Downloaded nodrop v0.1.14
6812023-10-17T22:53:09.056Z Downloaded http-body v0.4.5
6822023-10-17T22:53:09.060Z Downloaded serde-big-array v0.5.1
6832023-10-17T22:53:09.063Z Downloaded ciborium-ll v0.2.1
6842023-10-17T22:53:09.066Z Downloaded cancel-safe-futures v0.1.2
6852023-10-17T22:53:09.071Z Downloaded scheduled-thread-pool v0.2.7
6862023-10-17T22:53:09.074Z Downloaded iana-time-zone v0.1.57
6872023-10-17T22:53:09.079Z Downloaded hubpack v0.1.2
6882023-10-17T22:53:09.085Z Downloaded ascii-canvas v3.0.0
6892023-10-17T22:53:09.090Z Downloaded crossbeam v0.8.2
6902023-10-17T22:53:09.094Z Downloaded crc v3.0.1
6912023-10-17T22:53:09.099Z Downloaded base64ct v1.6.0
6922023-10-17T22:53:09.103Z Downloaded md-5 v0.10.5
6932023-10-17T22:53:09.106Z Downloaded time-core v0.1.1
6942023-10-17T22:53:09.109Z Downloaded bb8 v0.8.1
6952023-10-17T22:53:09.113Z Downloaded cpufeatures v0.2.9
6962023-10-17T22:53:09.116Z Downloaded usdt-macro v0.3.5
6972023-10-17T22:53:09.119Z Downloaded managed v0.8.0
6982023-10-17T22:53:09.123Z Downloaded corncobs v0.1.3
6992023-10-17T22:53:09.129Z Downloaded highway v1.1.0
7002023-10-17T22:53:09.133Z Downloaded num-rational v0.4.1
7012023-10-17T22:53:09.137Z Downloaded xattr v1.0.1
7022023-10-17T22:53:09.140Z Downloaded pretty-hex v0.3.0
7032023-10-17T22:53:09.143Z Downloaded multer v2.1.0
7042023-10-17T22:53:09.150Z Downloaded backoff v0.4.0
7052023-10-17T22:53:09.155Z Downloaded ascii v1.1.0
7062023-10-17T22:53:09.160Z Downloaded cfg-if v1.0.0
7072023-10-17T22:53:09.163Z Downloaded fxhash v0.2.1
7082023-10-17T22:53:09.166Z Downloaded bit_field v0.10.2
7092023-10-17T22:53:09.169Z Downloaded proc-macro-crate v1.3.1
7102023-10-17T22:53:09.172Z Downloaded miniz_oxide v0.7.1
7112023-10-17T22:53:09.178Z Downloaded crucible-workspace-hack v0.1.0
7122023-10-17T22:53:09.181Z Downloaded crc32fast v1.3.2
7132023-10-17T22:53:09.185Z Downloaded utf8parse v0.2.1
7142023-10-17T22:53:09.187Z Downloaded downcast v0.11.0
7152023-10-17T22:53:09.191Z Downloaded rpassword v7.2.0
7162023-10-17T22:53:09.194Z Downloaded rand_xorshift v0.3.0
7172023-10-17T22:53:09.197Z Downloaded rand_core v0.6.4
7182023-10-17T22:53:09.200Z Downloaded const-oid v0.9.5
7192023-10-17T22:53:09.206Z Downloaded tinyvec_macros v0.1.1
7202023-10-17T22:53:09.209Z Downloaded tokio-macros v2.1.0
7212023-10-17T22:53:09.212Z Downloaded signal-hook v0.3.17
7222023-10-17T22:53:09.219Z Downloaded crypto-common v0.1.6
7232023-10-17T22:53:09.224Z Downloaded mockall_derive v0.11.4
7242023-10-17T22:53:09.227Z Downloaded ahash v0.8.3
7252023-10-17T22:53:09.233Z Downloaded phf v0.11.2
7262023-10-17T22:53:09.238Z Downloaded difflib v0.4.0
7272023-10-17T22:53:09.242Z Downloaded float-cmp v0.9.0
7282023-10-17T22:53:09.246Z Downloaded slog-envlogger v2.2.0
7292023-10-17T22:53:09.256Z Downloaded diesel_table_macro_syntax v0.1.0
7302023-10-17T22:53:09.264Z Downloaded zeroize_derive v1.4.2
7312023-10-17T22:53:09.268Z Downloaded num_enum_derive v0.7.0
7322023-10-17T22:53:09.272Z Downloaded futures-core v0.3.28
7332023-10-17T22:53:09.275Z Downloaded futures-task v0.3.28
7342023-10-17T22:53:09.279Z Downloaded enum-as-inner v0.5.1
7352023-10-17T22:53:09.283Z Downloaded predicates v2.1.5
7362023-10-17T22:53:09.286Z Downloaded signal-hook-tokio v0.3.1
7372023-10-17T22:53:09.290Z Downloaded equivalent v1.0.1
7382023-10-17T22:53:09.296Z Downloaded scopeguard v1.2.0
7392023-10-17T22:53:09.300Z Downloaded pkg-config v0.3.27
7402023-10-17T22:53:09.305Z Downloaded colorchoice v1.0.0
7412023-10-17T22:53:09.309Z Downloaded slog-stdlog v4.1.1
7422023-10-17T22:53:09.312Z Downloaded subtle v2.5.0
7432023-10-17T22:53:09.316Z Downloaded predicates-core v1.0.6
7442023-10-17T22:53:09.319Z Downloaded doc-comment v0.3.3
7452023-10-17T22:53:09.323Z Downloaded display-error-chain v0.1.1
7462023-10-17T22:53:09.327Z Downloaded endian-type v0.1.2
7472023-10-17T22:53:09.330Z Downloaded zone v0.2.0
7482023-10-17T22:53:09.333Z Downloaded tokio-native-tls v0.3.1
7492023-10-17T22:53:09.337Z Downloaded toml v0.5.11
7502023-10-17T22:53:09.340Z Downloaded crunchy v0.2.2
7512023-10-17T22:53:09.342Z Downloaded rustc_version v0.4.0
7522023-10-17T22:53:09.347Z Downloaded getopts v0.2.21
7532023-10-17T22:53:09.351Z Downloaded num_threads v0.1.6
7542023-10-17T22:53:09.355Z Downloaded sha2 v0.10.7
7552023-10-17T22:53:09.359Z Downloaded ref-cast-impl v1.0.20
7562023-10-17T22:53:09.362Z Downloaded sct v0.7.0
7572023-10-17T22:53:09.366Z Downloaded erased-serde v0.3.30
7582023-10-17T22:53:09.371Z Downloaded rand_chacha v0.3.1
7592023-10-17T22:53:09.375Z Downloaded yasna v0.5.2
7602023-10-17T22:53:09.404Z Downloaded rustls-native-certs v0.6.3
7612023-10-17T22:53:09.409Z Downloaded trust-dns-client v0.22.0
7622023-10-17T22:53:09.820Z Downloaded debug-ignore v1.0.5
7632023-10-17T22:53:09.823Z Downloaded foreign-types v0.3.2
7642023-10-17T22:53:09.826Z Downloaded ed25519 v1.5.3
7652023-10-17T22:53:09.829Z Downloaded phf_shared v0.10.0
7662023-10-17T22:53:09.835Z Downloaded textwrap v0.11.0
7672023-10-17T22:53:09.846Z Downloaded rcgen v0.10.0
7682023-10-17T22:53:09.857Z Downloaded unicode-ident v1.0.12
7692023-10-17T22:53:09.860Z Downloaded flagset v0.4.3
7702023-10-17T22:53:09.863Z Downloaded peeking_take_while v0.1.2
7712023-10-17T22:53:09.866Z Downloaded dof v0.1.5
7722023-10-17T22:53:09.869Z Downloaded ron v0.8.1
7732023-10-17T22:53:09.872Z Downloaded strum v0.25.0
7742023-10-17T22:53:09.875Z Downloaded try-lock v0.2.4
7752023-10-17T22:53:09.878Z Downloaded structmeta-derive v0.1.6
7762023-10-17T22:53:09.881Z Downloaded smallvec v0.6.14
7772023-10-17T22:53:09.885Z Downloaded phf_shared v0.11.2
7782023-10-17T22:53:09.888Z Downloaded hashlink v0.8.3
7792023-10-17T22:53:09.891Z Downloaded tower-service v0.3.2
7802023-10-17T22:53:09.894Z Downloaded path-slash v0.1.5
7812023-10-17T22:53:09.897Z Downloaded derive_builder_core v0.12.0
7822023-10-17T22:53:09.900Z Downloaded foreign-types-shared v0.1.1
7832023-10-17T22:53:09.903Z Downloaded termcolor v1.2.0
7842023-10-17T22:53:09.906Z Downloaded platforms v3.0.2
7852023-10-17T22:53:09.910Z Downloaded der_derive v0.7.2
7862023-10-17T22:53:09.913Z Downloaded shlex v1.1.0
7872023-10-17T22:53:09.916Z Downloaded fnv v1.0.7
7882023-10-17T22:53:09.919Z Downloaded test-strategy v0.2.1
7892023-10-17T22:53:09.922Z Downloaded form_urlencoded v1.2.0
7902023-10-17T22:53:09.925Z Downloaded polyval v0.6.1
7912023-10-17T22:53:09.928Z Downloaded precomputed-hash v0.1.1
7922023-10-17T22:53:09.931Z Downloaded strsim v0.10.0
7932023-10-17T22:53:09.934Z Downloaded dyn-clone v1.0.13
7942023-10-17T22:53:09.937Z Downloaded slog-bunyan v2.4.0
7952023-10-17T22:53:09.940Z Downloaded strsim v0.8.0
7962023-10-17T22:53:09.943Z Downloaded openssl-probe v0.1.5
7972023-10-17T22:53:09.945Z Downloaded derive_builder_macro v0.12.0
7982023-10-17T22:53:09.948Z Downloaded pin-utils v0.1.0
7992023-10-17T22:53:09.951Z Downloaded want v0.3.1
8002023-10-17T22:53:09.954Z Downloaded dirs-next v2.0.0
8012023-10-17T22:53:09.957Z Downloaded tracing-attributes v0.1.26
8022023-10-17T22:53:09.960Z Downloaded signature v1.6.4
8032023-10-17T22:53:09.963Z Downloaded nom v7.1.3
8042023-10-17T22:53:09.966Z Downloaded data-encoding v2.4.0
8052023-10-17T22:53:09.969Z Downloaded rustfmt-wrapper v0.2.0
8062023-10-17T22:53:09.972Z Downloaded rusty-fork v0.3.0
8072023-10-17T22:53:09.975Z Downloaded resolv-conf v0.7.0
8082023-10-17T22:53:09.979Z Downloaded proc-macro-error-attr v1.0.4
8092023-10-17T22:53:09.982Z Downloaded headers v0.3.9
8102023-10-17T22:53:09.985Z Downloaded predicates-tree v1.0.9
8112023-10-17T22:53:09.988Z Downloaded parse-display v0.7.0
8122023-10-17T22:53:09.991Z Downloaded darling_macro v0.14.4
8132023-10-17T22:53:09.994Z Downloaded pest_generator v2.7.2
8142023-10-17T22:53:09.997Z Downloaded signature v2.1.0
8152023-10-17T22:53:10.000Z Downloaded version_check v0.9.4
8162023-10-17T22:53:10.004Z Downloaded ff v0.13.0
8172023-10-17T22:53:10.007Z Downloaded curve25519-dalek-derive v0.1.0
8182023-10-17T22:53:10.010Z Downloaded globset v0.4.13
8192023-10-17T22:53:10.013Z Downloaded cargo_toml v0.16.3
8202023-10-17T22:53:10.016Z Downloaded walkdir v2.4.0
8212023-10-17T22:53:10.019Z Downloaded thread-id v4.2.0
8222023-10-17T22:53:10.023Z Downloaded fixedbitset v0.4.2
8232023-10-17T22:53:10.026Z Downloaded path-dedot v3.1.0
8242023-10-17T22:53:10.028Z Downloaded path-absolutize v3.1.0
8252023-10-17T22:53:10.031Z Downloaded number_prefix v0.4.0
8262023-10-17T22:53:10.034Z Downloaded openssl-macros v0.1.1
8272023-10-17T22:53:10.037Z Downloaded postgres-protocol v0.6.6
8282023-10-17T22:53:10.039Z Downloaded ucd-trie v0.1.6
8292023-10-17T22:53:10.042Z Downloaded rustc-hash v1.1.0
8302023-10-17T22:53:10.045Z Downloaded futures v0.3.28
8312023-10-17T22:53:10.048Z Downloaded slog-async v2.8.0
8322023-10-17T22:53:10.052Z Downloaded tokio-tungstenite v0.20.1
8332023-10-17T22:53:10.054Z Downloaded lalrpop v0.19.12
8342023-10-17T22:53:10.057Z Downloaded thiserror-no-std v2.0.2
8352023-10-17T22:53:10.060Z Downloaded pkcs8 v0.10.2
8362023-10-17T22:53:10.063Z Downloaded slab v0.4.9
8372023-10-17T22:53:10.066Z Downloaded paste v1.0.14
8382023-10-17T22:53:10.069Z Downloaded packed_struct_codegen v0.10.1
8392023-10-17T22:53:10.072Z Downloaded unicode-bidi v0.3.13
8402023-10-17T22:53:10.075Z Downloaded tracing v0.1.37
8412023-10-17T22:53:10.078Z Downloaded derive_builder v0.12.0
8422023-10-17T22:53:10.081Z Downloaded parking_lot v0.11.2
8432023-10-17T22:53:10.084Z Downloaded rayon-core v1.11.0
8442023-10-17T22:53:10.087Z Downloaded once_cell v1.18.0
8452023-10-17T22:53:10.090Z Downloaded der v0.7.8
8462023-10-17T22:53:10.092Z Downloaded r2d2 v0.8.10
8472023-10-17T22:53:10.095Z Downloaded rusqlite v0.29.0
8482023-10-17T22:53:10.098Z Downloaded tungstenite v0.20.1
8492023-10-17T22:53:10.101Z Downloaded trust-dns-resolver v0.22.0
8502023-10-17T22:53:10.104Z Downloaded unicode-normalization v0.1.22
8512023-10-17T22:53:10.106Z Downloaded darling_core v0.20.3
8522023-10-17T22:53:10.109Z Downloaded idna v0.2.3
8532023-10-17T22:53:10.112Z Downloaded pem-rfc7468 v0.7.0
8542023-10-17T22:53:10.114Z Downloaded pest v2.7.2
8552023-10-17T22:53:10.118Z Downloaded tar v0.4.40
8562023-10-17T22:53:10.121Z Downloaded serde_yaml v0.9.25
8572023-10-17T22:53:10.124Z Downloaded trust-dns-server v0.22.1
8582023-10-17T22:53:10.127Z Downloaded toml_edit v0.19.15
8592023-10-17T22:53:10.130Z Downloaded textwrap v0.16.0
8602023-10-17T22:53:10.133Z Downloaded openssl-sys v0.9.93
8612023-10-17T22:53:10.135Z Downloaded tokio-util v0.7.8
8622023-10-17T22:53:10.138Z Downloaded fatfs v0.3.6
8632023-10-17T22:53:10.141Z Downloaded url v2.4.1
8642023-10-17T22:53:10.143Z Downloaded tough v0.12.5
8652023-10-17T22:53:10.146Z Downloaded hashbrown v0.12.3
8662023-10-17T22:53:10.149Z Downloaded portable-atomic v1.4.3
8672023-10-17T22:53:10.152Z Downloaded serde_with v2.3.3
8682023-10-17T22:53:10.155Z Downloaded reqwest v0.11.20
8692023-10-17T22:53:10.158Z Downloaded serde_json v1.0.107
8702023-10-17T22:53:10.161Z Downloaded rayon v1.7.0
8712023-10-17T22:53:10.164Z Downloaded h2 v0.3.21
8722023-10-17T22:53:10.166Z Downloaded futures-util v0.3.28
8732023-10-17T22:53:10.169Z Downloaded quick-xml v0.23.1
8742023-10-17T22:53:10.172Z Downloaded radix_trie v0.2.1
8752023-10-17T22:53:10.175Z Downloaded git2 v0.17.2
8762023-10-17T22:53:10.178Z Downloaded syn v2.0.32
8772023-10-17T22:53:10.182Z Downloaded regress v0.7.1
8782023-10-17T22:53:10.185Z Downloaded trust-dns-proto v0.22.0
8792023-10-17T22:53:10.188Z Downloaded polar-core v0.26.4
8802023-10-17T22:53:10.191Z Downloaded regex v1.9.5
8812023-10-17T22:53:10.194Z Downloaded openapiv3 v1.0.3
8822023-10-17T22:53:10.204Z Downloaded regex-automata v0.3.8
8832023-10-17T22:53:10.237Z Downloaded regex-syntax v0.6.29
8842023-10-17T22:53:10.252Z Downloaded regex-syntax v0.7.5
8852023-10-17T22:53:10.270Z Downloaded rustix v0.38.9
8862023-10-17T22:53:10.311Z Downloaded sha3 v0.10.8
8872023-10-17T22:53:10.728Z Downloaded tokio v1.32.0
8882023-10-17T22:53:10.731Z Downloaded zerocopy-derive v0.2.0
8892023-10-17T22:53:10.738Z Downloaded bstr v1.6.0
8902023-10-17T22:53:10.741Z Downloaded zerocopy-derive v0.6.3
8912023-10-17T22:53:10.743Z Downloaded bzip2-sys v0.1.11+1.0.8
8922023-10-17T22:53:10.746Z Downloaded libc v0.2.149
8932023-10-17T22:53:10.749Z Downloaded sled v0.34.7
8942023-10-17T22:53:10.752Z Downloaded openssl v0.10.57
8952023-10-17T22:53:10.754Z Downloaded rustix v0.37.23
8962023-10-17T22:53:10.757Z Downloaded diesel v2.1.1
8972023-10-17T22:53:10.760Z Downloaded curve25519-dalek v4.1.0
8982023-10-17T22:53:10.769Z Downloaded smoltcp v0.9.1
8992023-10-17T22:53:10.782Z Downloaded object v0.32.1
9002023-10-17T22:53:10.802Z Downloaded vcpkg v0.2.15
9012023-10-17T22:53:10.815Z Downloaded webpki-roots v0.25.2
9022023-10-17T22:53:10.821Z Downloaded object v0.30.4
9032023-10-17T22:53:10.824Z Downloaded gimli v0.28.0
9042023-10-17T22:53:10.827Z Downloaded tabled v0.14.0
9052023-10-17T22:53:10.832Z Downloaded ratatui v0.23.0
9062023-10-17T22:53:10.854Z Downloaded bstr v0.2.17
9072023-10-17T22:53:10.872Z Downloaded syn v1.0.109
9082023-10-17T22:53:10.893Z Downloaded rustls v0.21.7
9092023-10-17T22:53:10.914Z Downloaded encoding_rs v0.8.33
9102023-10-17T22:53:10.958Z Downloaded nix v0.26.2
9112023-10-17T22:53:10.978Z Downloaded smoltcp v0.8.2
9122023-10-17T22:53:10.997Z Downloaded proptest v1.3.1
9132023-10-17T22:53:11.015Z Downloaded bitvec v1.0.1
9142023-10-17T22:53:11.044Z Downloaded petgraph v0.6.4
9152023-10-17T22:53:11.070Z Downloaded libgit2-sys v0.15.2+1.6.4
9162023-10-17T22:53:11.177Z Downloaded bindgen v0.65.1
9172023-10-17T22:53:11.190Z Downloaded hashbrown v0.14.0
9182023-10-17T22:53:11.199Z Downloaded hyper v0.14.27
9192023-10-17T22:53:11.215Z Downloaded hashbrown v0.13.2
9202023-10-17T22:53:11.223Z Downloaded idna v0.4.0
9212023-10-17T22:53:11.239Z Downloaded chrono v0.4.31
9222023-10-17T22:53:11.254Z Downloaded toml_edit v0.20.0
9232023-10-17T22:53:11.286Z Downloaded reedline v0.23.0
9242023-10-17T22:53:11.298Z Downloaded x509-cert v0.2.4
9252023-10-17T22:53:11.309Z Downloaded hash32 v0.2.1
9262023-10-17T22:53:11.312Z Downloaded serde_derive_internals v0.26.0
9272023-10-17T22:53:11.315Z Downloaded flume v0.11.0
9282023-10-17T22:53:11.321Z Downloaded aho-corasick v1.0.4
9292023-10-17T22:53:11.332Z Downloaded clap_builder v4.4.2
9302023-10-17T22:53:11.345Z Downloaded winnow v0.5.15
9312023-10-17T22:53:11.361Z Downloaded omicron-zone-package v0.8.3
9322023-10-17T22:53:11.365Z Downloaded elliptic-curve v0.13.5
9332023-10-17T22:53:11.372Z Downloaded unsafe-libyaml v0.2.9
9342023-10-17T22:53:11.378Z Downloaded prettyplease v0.2.12
9352023-10-17T22:53:11.384Z Downloaded derive_more v0.99.17
9362023-10-17T22:53:11.394Z Downloaded crossterm v0.27.0
9372023-10-17T22:53:11.406Z Downloaded which v4.4.0
9382023-10-17T22:53:11.409Z Downloaded clap_lex v0.5.1
9392023-10-17T22:53:11.411Z Downloaded fs-err v2.9.0
9402023-10-17T22:53:11.414Z Downloaded thiserror-impl-no-std v2.0.2
9412023-10-17T22:53:11.417Z Downloaded toml_datetime v0.6.3
9422023-10-17T22:53:11.420Z Downloaded serde_with_macros v2.3.3
9432023-10-17T22:53:11.422Z Downloaded rsa v0.9.2
9442023-10-17T22:53:11.429Z Downloaded crossterm v0.26.1
9452023-10-17T22:53:11.459Z Downloaded steno v0.4.0
9462023-10-17T22:53:11.462Z Downloaded tabled_derive v0.6.0
9472023-10-17T22:53:11.465Z Downloaded opaque-debug v0.3.0
9482023-10-17T22:53:11.468Z Downloaded siphasher v0.3.11
9492023-10-17T22:53:11.471Z Downloaded libz-sys v1.1.12
9502023-10-17T22:53:11.579Z Downloaded pest_derive v2.7.2
9512023-10-17T22:53:11.583Z Downloaded rustls-webpki v0.101.4
9522023-10-17T22:53:11.611Z Downloaded num-bigint-dig v0.8.4
9532023-10-17T22:53:11.619Z Downloaded zip v0.6.6
9542023-10-17T22:53:11.627Z Downloaded salty v0.2.0
9552023-10-17T22:53:11.636Z Downloaded libxml v0.3.3
9562023-10-17T22:53:11.648Z Downloaded pem v1.1.1
9572023-10-17T22:53:11.651Z Downloaded ctr v0.9.2
9582023-10-17T22:53:11.653Z Downloaded darling_core v0.14.4
9592023-10-17T22:53:11.662Z Downloaded quick-error v1.2.3
9602023-10-17T22:53:11.665Z Downloaded packed_struct v0.10.1
9612023-10-17T22:53:11.667Z Downloaded postcard v0.7.3
9622023-10-17T22:53:11.670Z Downloaded glob v0.3.1
9632023-10-17T22:53:11.673Z Downloaded quote v1.0.33
9642023-10-17T22:53:11.677Z Downloaded papergrid v0.10.0
9652023-10-17T22:53:11.686Z Downloaded password-hash v0.5.0
9662023-10-17T22:53:11.689Z Downloaded getrandom v0.2.10
9672023-10-17T22:53:11.695Z Downloaded diesel_derives v2.1.1
9682023-10-17T22:53:11.700Z Downloaded vergen v8.2.4
9692023-10-17T22:53:11.706Z Downloaded snafu v0.7.5
9702023-10-17T22:53:11.716Z Downloaded time v0.3.27
9712023-10-17T22:53:11.729Z Downloaded zeroize v1.6.0
9722023-10-17T22:53:11.731Z Downloaded pin-project-lite v0.2.13
9732023-10-17T22:53:11.740Z Downloaded itertools v0.11.0
9742023-10-17T22:53:11.757Z Downloaded futures-macro v0.3.28
9752023-10-17T22:53:11.760Z Downloaded tokio-stream v0.1.14
9762023-10-17T22:53:11.767Z Downloaded rand v0.8.5
9772023-10-17T22:53:11.774Z Downloaded aes v0.8.3
9782023-10-17T22:53:11.781Z Downloaded term v0.7.0
9792023-10-17T22:53:11.787Z Downloaded tokio-tungstenite v0.18.0
9802023-10-17T22:53:11.791Z Downloaded olpc-cjson v0.1.3
9812023-10-17T22:53:11.794Z Downloaded serde_derive v1.0.188
9822023-10-17T22:53:11.798Z Downloaded ron v0.7.1
9832023-10-17T22:53:11.807Z Downloaded serde_repr v0.1.16
9842023-10-17T22:53:11.810Z Downloaded serde_plain v1.0.2
9852023-10-17T22:53:11.813Z Downloaded tempfile v3.8.0
9862023-10-17T22:53:11.816Z Downloaded smallvec v1.11.0
9872023-10-17T22:53:11.820Z Downloaded pretty-hex v0.2.1
9882023-10-17T22:53:11.823Z Downloaded fd-lock v3.0.13
9892023-10-17T22:53:11.826Z Downloaded fastrand v2.0.0
9902023-10-17T22:53:11.829Z Downloaded wait-timeout v0.2.0
9912023-10-17T22:53:11.832Z Downloaded futures-sink v0.3.28
9922023-10-17T22:53:11.835Z Downloaded regex-automata v0.1.10
9932023-10-17T22:53:11.843Z Downloaded string_cache v0.8.7
9942023-10-17T22:53:11.846Z Downloaded wyz v0.5.1
9952023-10-17T22:53:11.849Z Downloaded const_format v0.2.31
9962023-10-17T22:53:11.856Z Downloaded libsqlite3-sys v0.26.0
9972023-10-17T22:53:12.002Z Downloaded ring v0.16.20
9982023-10-17T22:53:12.165Z Downloaded unicode-segmentation v1.10.1
9992023-10-17T22:53:12.171Z Downloaded tokio-postgres v0.7.10
10002023-10-17T22:53:12.179Z Downloaded parking_lot_core v0.8.6
10012023-10-17T22:53:12.183Z Downloaded parking_lot v0.12.1
10022023-10-17T22:53:12.186Z Downloaded toml v0.8.0
10032023-10-17T22:53:12.192Z Downloaded cstr-argument v0.1.2
10042023-10-17T22:53:12.195Z Downloaded synstructure v0.12.6
10052023-10-17T22:53:12.198Z Downloaded darling v0.20.3
10062023-10-17T22:53:12.201Z Downloaded waitgroup v0.1.2
10072023-10-17T22:53:12.204Z Downloaded sha1 v0.10.5
10082023-10-17T22:53:12.206Z Downloaded ppv-lite86 v0.2.17
10092023-10-17T22:53:12.209Z Downloaded similar v2.2.1
10102023-10-17T22:53:12.214Z Downloaded half v1.8.2
10112023-10-17T22:53:12.218Z Downloaded env_logger v0.9.3
10122023-10-17T22:53:12.222Z Downloaded crossbeam-channel v0.5.8
10132023-10-17T22:53:12.230Z Downloaded cc v1.0.83
10142023-10-17T22:53:12.236Z Downloaded ringbuffer v0.15.0
10152023-10-17T22:53:12.244Z Downloaded pest_meta v2.7.2
10162023-10-17T22:53:12.249Z Downloaded base64 v0.21.4
10172023-10-17T22:53:12.252Z Downloaded snafu-derive v0.7.5
10182023-10-17T22:53:12.255Z Downloaded diff v0.1.13
10192023-10-17T22:53:12.257Z Downloaded flate2 v1.0.27
10202023-10-17T22:53:12.264Z Downloaded structopt v0.3.26
10212023-10-17T22:53:12.276Z Downloaded rustc_version v0.1.7
10222023-10-17T22:53:12.279Z Downloaded filetime v0.2.22
10232023-10-17T22:53:12.282Z Downloaded serde-hex v0.1.0
10242023-10-17T22:53:12.285Z Downloaded derive-where v1.2.5
10252023-10-17T22:53:12.288Z Downloaded darling v0.14.4
10262023-10-17T22:53:12.293Z Downloaded serde_path_to_error v0.1.14
10272023-10-17T22:53:12.296Z Downloaded rustls-pemfile v1.0.3
10282023-10-17T22:53:12.299Z Downloaded vec_map v0.8.2
10292023-10-17T22:53:12.302Z Downloaded fallible-iterator v0.2.0
10302023-10-17T22:53:12.305Z Downloaded either v1.9.0
10312023-10-17T22:53:12.308Z Downloaded thread_local v1.1.7
10322023-10-17T22:53:12.311Z Downloaded uuid v1.4.1
10332023-10-17T22:53:12.314Z Downloaded radium v0.7.0
10342023-10-17T22:53:12.317Z Downloaded dirs-sys-next v0.1.2
10352023-10-17T22:53:12.320Z Downloaded digest v0.10.7
10362023-10-17T22:53:12.323Z Downloaded semver v1.0.18
10372023-10-17T22:53:12.327Z Downloaded semver v0.11.0
10382023-10-17T22:53:12.329Z Downloaded env_logger v0.10.0
10392023-10-17T22:53:12.333Z Downloaded static_assertions v1.1.0
10402023-10-17T22:53:12.336Z Downloaded slog-term v2.9.0
10412023-10-17T22:53:12.339Z Downloaded serde v1.0.188
10422023-10-17T22:53:12.344Z Downloaded serde_arrays v0.1.0
10432023-10-17T22:53:12.347Z Downloaded postgres-types v0.2.6
10442023-10-17T22:53:12.350Z Downloaded pkcs1 v0.7.5
10452023-10-17T22:53:12.356Z Downloaded futures-channel v0.3.28
10462023-10-17T22:53:12.359Z Downloaded stable_deref_trait v1.2.0
10472023-10-17T22:53:12.362Z Downloaded spki v0.7.2
10482023-10-17T22:53:12.365Z Downloaded group v0.13.0
10492023-10-17T22:53:12.367Z Downloaded fragile v2.0.0
10502023-10-17T22:53:12.371Z Downloaded http v0.2.9
10512023-10-17T22:53:12.374Z Downloaded arc-swap v1.6.0
10522023-10-17T22:53:12.379Z Downloaded ref-cast v1.0.20
10532023-10-17T22:53:12.383Z Downloaded linked-hash-map v0.5.6
10542023-10-17T22:53:12.386Z Downloaded fallible-streaming-iterator v0.1.9
10552023-10-17T22:53:12.389Z Downloaded darling_macro v0.20.3
10562023-10-17T22:53:12.392Z Downloaded foreign-types v0.5.0
10572023-10-17T22:53:12.395Z Downloaded ena v0.14.2
10582023-10-17T22:53:12.398Z Downloaded shell-words v1.1.0
10592023-10-17T22:53:12.401Z Downloaded proc-macro2 v1.0.67
10602023-10-17T22:53:12.403Z Downloaded memchr v2.6.3
10612023-10-17T22:53:12.406Z Downloaded ryu v1.0.15
10622023-10-17T22:53:12.411Z Downloaded heapless v0.7.16
10632023-10-17T22:53:12.417Z Downloaded parking_lot_core v0.9.8
10642023-10-17T22:53:12.421Z Downloaded crypto-bigint v0.5.2
10652023-10-17T22:53:12.439Z Downloaded tiny-keccak v2.0.2
10662023-10-17T22:53:12.441Z Downloaded tinyvec v1.6.0
10672023-10-17T22:53:12.444Z Downloaded tracing-core v0.1.31
10682023-10-17T22:53:12.447Z Downloaded itertools v0.10.5
10692023-10-17T22:53:12.456Z Downloaded socket2 v0.5.3
10702023-10-17T22:53:12.459Z Downloaded spin v0.9.8
10712023-10-17T22:53:12.484Z Downloaded toml v0.7.8
10722023-10-17T22:53:12.487Z Downloaded chacha20poly1305 v0.10.1
10732023-10-17T22:53:12.490Z Downloaded errno v0.3.2
10742023-10-17T22:53:12.493Z Downloaded slog-dtrace v0.2.3
10752023-10-17T22:53:12.496Z Downloaded structmeta v0.1.6
10762023-10-17T22:53:12.500Z Downloaded semver v0.1.20
10772023-10-17T22:53:12.503Z Downloaded same-file v1.0.6
10782023-10-17T22:53:12.506Z Downloaded predicates v3.0.4
10792023-10-17T22:53:12.508Z Downloaded slog-scope v4.4.0
10802023-10-17T22:53:12.511Z Downloaded console v0.15.7
10812023-10-17T22:53:12.517Z Downloaded owo-colors v3.5.0
10822023-10-17T22:53:12.521Z Downloaded anyhow v1.0.75
10832023-10-17T22:53:12.523Z Downloaded backtrace v0.3.69
10842023-10-17T22:53:12.527Z Downloaded termtree v0.4.1
10852023-10-17T22:53:12.531Z Downloaded structopt-derive v0.4.18
10862023-10-17T22:53:12.556Z Downloaded poly1305 v0.8.0
10872023-10-17T22:53:12.560Z Downloaded foreign-types-macros v0.2.3
10882023-10-17T22:53:12.565Z Downloaded parse-display-derive v0.7.0
10892023-10-17T22:53:12.574Z Downloaded typenum v1.16.0
10902023-10-17T22:53:12.577Z Downloaded oso v0.26.4
10912023-10-17T22:53:12.580Z Downloaded zerocopy v0.6.3
10922023-10-17T22:53:12.584Z Downloaded num_enum_derive v0.5.11
10932023-10-17T22:53:12.587Z Downloaded subprocess v0.2.9
10942023-10-17T22:53:12.590Z Downloaded crc-any v2.4.3
10952023-10-17T22:53:12.594Z Downloaded clap v2.34.0
10962023-10-17T22:53:12.597Z Downloaded proc-macro-error v1.0.4
10972023-10-17T22:53:12.600Z Downloaded tungstenite v0.18.0
10982023-10-17T22:53:12.604Z Downloaded indicatif v0.17.7
10992023-10-17T22:53:12.607Z Downloaded byteorder v1.4.3
11002023-10-17T22:53:12.610Z Downloaded dtrace-parser v0.1.14
11012023-10-17T22:53:12.614Z Downloaded foreign-types-shared v0.3.1
11022023-10-17T22:53:12.617Z Downloaded libm v0.2.7
11032023-10-17T22:53:12.620Z Downloaded futures-io v0.3.28
11042023-10-17T22:53:12.623Z Downloaded futures-executor v0.3.28
11052023-10-17T22:53:12.625Z Downloaded funty v2.0.0
11062023-10-17T22:53:12.628Z Downloaded postcard-cobs v0.1.5-pre
11072023-10-17T22:53:12.631Z Downloaded usdt v0.3.5
11082023-10-17T22:53:12.634Z Downloaded slog v2.7.0
11092023-10-17T22:53:12.637Z Downloaded base64 v0.13.1
11102023-10-17T22:53:12.640Z Downloaded allocator-api2 v0.2.16
11112023-10-17T22:53:12.643Z Downloaded untrusted v0.7.1
11122023-10-17T22:53:12.647Z Downloaded universal-hash v0.5.1
11132023-10-17T22:53:12.649Z Downloaded unicode-linebreak v0.1.5
11142023-10-17T22:53:12.654Z Downloaded twox-hash v1.6.3
11152023-10-17T22:53:12.657Z Downloaded crossbeam-utils v0.8.16
11162023-10-17T22:53:12.661Z Downloaded deranged v0.3.8
11172023-10-17T22:53:12.664Z Downloaded zone_cfg_derive v0.2.0
11182023-10-17T22:53:12.667Z Downloaded tokio-rustls v0.24.1
11192023-10-17T22:53:12.670Z Downloaded clap v4.4.3
11202023-10-17T22:53:12.673Z Downloaded secrecy v0.8.0
11212023-10-17T22:53:12.676Z Downloaded oso-derive v0.26.4
11222023-10-17T22:53:12.679Z Downloaded usdt-impl v0.3.5
11232023-10-17T22:53:12.682Z Downloaded headers-core v0.2.0
11242023-10-17T22:53:12.684Z Downloaded vsss-rs v3.3.1
11252023-10-17T22:53:12.688Z Downloaded strum_macros v0.25.2
11262023-10-17T22:53:12.691Z Downloaded generic-array v0.14.7
11272023-10-17T22:53:12.693Z Downloaded crossbeam-queue v0.3.8
11282023-10-17T22:53:12.696Z Downloaded thiserror v1.0.49
11292023-10-17T22:53:12.699Z Downloaded time-macros v0.2.13
11302023-10-17T22:53:12.702Z Downloaded vte v0.11.1
11312023-10-17T22:53:12.704Z Downloaded thiserror-impl v1.0.49
11322023-10-17T22:53:12.707Z Downloaded stringprep v0.1.3
11332023-10-17T22:53:12.710Z Downloaded libloading v0.7.4
11342023-10-17T22:53:12.713Z Downloaded cookie v0.16.2
11352023-10-17T22:53:12.715Z Downloaded bitstruct v0.1.1
11362023-10-17T22:53:12.718Z Downloaded const_format_proc_macros v0.2.31
11372023-10-17T22:53:12.721Z Downloaded camino v1.1.6
11382023-10-17T22:53:12.724Z Downloaded bitflags v2.4.0
11392023-10-17T22:53:12.727Z Downloaded strip-ansi-escapes v0.2.0
11402023-10-17T22:53:12.731Z Downloaded signal-hook-registry v1.4.1
11412023-10-17T22:53:12.733Z Downloaded num-derive v0.4.0
11422023-10-17T22:53:12.736Z Downloaded socket2 v0.4.9
11432023-10-17T22:53:12.739Z Downloaded async-trait v0.1.73
11442023-10-17T22:53:12.742Z Downloaded bcs v0.1.5
11452023-10-17T22:53:12.745Z Downloaded usdt-attr-macro v0.3.5
11462023-10-17T22:53:12.748Z Downloaded bit-vec v0.6.3
11472023-10-17T22:53:12.750Z Downloaded bincode v1.3.3
11482023-10-17T22:53:12.753Z Downloaded percent-encoding v2.3.0
11492023-10-17T22:53:12.756Z Downloaded zerocopy v0.3.0
11502023-10-17T22:53:12.759Z Downloaded utf-8 v0.7.6
11512023-10-17T22:53:12.761Z Downloaded unicode-xid v0.2.4
11522023-10-17T22:53:12.764Z Downloaded unicode-width v0.1.10
11532023-10-17T22:53:12.767Z Downloaded tui-tree-widget v0.13.0
11542023-10-17T22:53:12.770Z Downloaded whoami v1.4.1
11552023-10-17T22:53:12.773Z Downloaded terminal_size v0.2.6
11562023-10-17T22:53:12.775Z Downloaded tap v1.0.1
11572023-10-17T22:53:12.778Z Downloaded strum_macros v0.24.3
11582023-10-17T22:53:12.782Z Downloaded array-init v0.0.4
11592023-10-17T22:53:12.785Z Downloaded rustversion v1.0.14
11602023-10-17T22:53:12.788Z Downloaded num_enum v0.5.11
11612023-10-17T22:53:12.790Z Downloaded unicase v2.7.0
11622023-10-17T22:53:12.793Z Downloaded unarray v0.1.4
11632023-10-17T22:53:12.796Z Downloaded termios v0.3.3
11642023-10-17T22:53:12.799Z Downloaded ciborium-io v0.2.1
11652023-10-17T22:53:12.801Z Downloaded httparse v1.8.0
11662023-10-17T22:53:12.804Z Downloaded ansi_term v0.12.1
11672023-10-17T22:53:12.807Z Downloaded spin v0.5.2
11682023-10-17T22:53:12.810Z Downloaded smf v0.2.2
11692023-10-17T22:53:12.813Z Downloaded smawk v0.3.1
11702023-10-17T22:53:12.816Z Downloaded slog-json v2.6.1
11712023-10-17T22:53:12.819Z Downloaded serde_urlencoded v0.7.1
11722023-10-17T22:53:12.821Z Downloaded serde_tokenstream v0.2.0
11732023-10-17T22:53:12.824Z Downloaded serde_tokenstream v0.1.7
11742023-10-17T22:53:12.827Z Downloaded serde_spanned v0.6.3
11752023-10-17T22:53:12.830Z Downloaded rtoolbox v0.0.1
11762023-10-17T22:53:12.832Z Downloaded nu-ansi-term v0.49.0
11772023-10-17T22:53:12.835Z Downloaded linear-map v1.2.0
11782023-10-17T22:53:12.838Z Downloaded cargo_metadata v0.18.0
11792023-10-17T22:53:12.841Z Downloaded buf-list v1.0.3
11802023-10-17T22:53:12.843Z Downloaded bytes v1.5.0
11812023-10-17T22:53:12.846Z Downloaded httpdate v1.0.3
11822023-10-17T22:53:12.849Z Downloaded heck v0.3.3
11832023-10-17T22:53:12.852Z Downloaded hyper-staticfile v0.9.5
11842023-10-17T22:53:12.854Z Downloaded bitfield v0.14.0
11852023-10-17T22:53:12.857Z Downloaded topological-sort v0.2.2
11862023-10-17T22:53:12.860Z Downloaded semver-parser v0.10.2
11872023-10-17T22:53:12.863Z Downloaded schemars_derive v0.8.13
11882023-10-17T22:53:12.866Z Downloaded rustc-demangle v0.1.23
11892023-10-17T22:53:12.868Z Downloaded macaddr v1.0.1
11902023-10-17T22:53:12.871Z Downloaded hyper-tls v0.5.0
11912023-10-17T22:53:12.874Z Downloaded bitflags v1.3.2
11922023-10-17T22:53:12.877Z Downloaded anstyle-parse v0.2.1
11932023-10-17T22:53:12.880Z Downloaded async-stream v0.3.5
11942023-10-17T22:53:12.883Z Downloaded argon2 v0.5.2
11952023-10-17T22:53:12.887Z Downloaded serde-big-array v0.4.1
11962023-10-17T22:53:12.890Z Downloaded lru-cache v0.1.2
11972023-10-17T22:53:12.893Z Downloaded lock_api v0.4.10
11982023-10-17T22:53:12.895Z Downloaded crc-catalog v2.2.0
11992023-10-17T22:53:12.898Z Downloaded nanorand v0.7.0
12002023-10-17T22:53:12.901Z Downloaded convert_case v0.4.0
12012023-10-17T22:53:12.904Z Downloaded native-tls v0.2.11
12022023-10-17T22:53:12.907Z Downloaded colored v2.0.4
12032023-10-17T22:53:12.910Z Downloaded anstyle-query v1.0.0
12042023-10-17T22:53:12.913Z Downloaded assert_matches v1.5.0
12052023-10-17T22:53:12.916Z Downloaded base16ct v0.2.0
12062023-10-17T22:53:12.919Z Downloaded autocfg v1.1.0
12072023-10-17T22:53:12.921Z Downloaded async-recursion v1.0.5
12082023-10-17T22:53:12.924Z Downloaded anstream v0.5.0
12092023-10-17T22:53:12.927Z Downloaded vte_generate_state_changes v0.1.1
12102023-10-17T22:53:12.930Z Downloaded toolchain_find v0.2.0
12112023-10-17T22:53:12.932Z Downloaded take_mut v0.2.2
12122023-10-17T22:53:12.935Z Downloaded signal-hook-mio v0.2.3
12132023-10-17T22:53:12.938Z Downloaded humantime v2.1.0
12142023-10-17T22:53:12.941Z Downloaded clap_derive v4.4.2
12152023-10-17T22:53:12.944Z Downloaded cassowary v0.3.0
12162023-10-17T22:53:12.947Z Downloaded memoffset v0.9.0
12172023-10-17T22:53:12.950Z Downloaded maplit v1.0.2
12182023-10-17T22:53:12.956Z Downloaded cipher v0.4.4
12192023-10-17T22:53:12.966Z Downloaded bitstruct_derive v0.1.0
12202023-10-17T22:53:12.974Z Downloaded aes-gcm-siv v0.11.1
12212023-10-17T22:53:12.977Z Downloaded indexmap v2.0.0
12222023-10-17T22:53:12.981Z Downloaded ciborium v0.2.1
12232023-10-17T22:53:12.986Z Downloaded hkdf v0.12.3
12242023-10-17T22:53:12.989Z Downloaded async-stream-impl v0.3.5
12252023-10-17T22:53:12.992Z Downloaded match_cfg v0.1.0
12262023-10-17T22:53:12.996Z Downloaded maybe-uninit v2.0.0
12272023-10-17T22:53:12.999Z Downloaded normalize-line-endings v0.3.0
12282023-10-17T22:53:13.002Z Downloaded memoffset v0.7.1
12292023-10-17T22:53:13.005Z Downloaded hmac v0.12.1
12302023-10-17T22:53:13.008Z Downloaded matches v0.1.10
12312023-10-17T22:53:13.011Z Downloaded home v0.5.5
12322023-10-17T22:53:13.014Z Downloaded hostname v0.3.1
12332023-10-17T22:53:13.016Z Downloaded hex v0.4.3
12342023-10-17T22:53:13.019Z Downloaded heck v0.4.1
12352023-10-17T22:53:13.022Z Downloaded atomicwrites v0.4.2
12362023-10-17T22:53:13.025Z Downloaded log v0.4.20
12372023-10-17T22:53:13.028Z Downloaded crossbeam-epoch v0.9.15
12382023-10-17T22:53:13.031Z Downloaded schemars v0.8.13
12392023-10-17T22:53:13.033Z Downloaded num_enum v0.7.0
12402023-10-17T22:53:13.036Z Downloaded mockall v0.11.4
12412023-10-17T22:53:13.039Z Downloaded minimal-lexical v0.2.1
12422023-10-17T22:53:13.042Z Downloaded chacha20 v0.9.1
12432023-10-17T22:53:13.044Z Downloaded cfg-if v0.1.10
12442023-10-17T22:53:13.048Z Downloaded cexpr v0.6.0
12452023-10-17T22:53:13.050Z Downloaded cargo-platform v0.1.3
12462023-10-17T22:53:13.053Z Downloaded bytesize v1.3.0
12472023-10-17T22:53:13.056Z Downloaded indexmap v1.9.3
12482023-10-17T22:53:13.058Z Downloaded bzip2 v0.4.4
12492023-10-17T22:53:13.061Z Downloaded addr2line v0.21.0
12502023-10-17T22:53:13.064Z Downloaded num-iter v0.1.43
12512023-10-17T22:53:13.067Z Downloaded num-integer v0.1.45
12522023-10-17T22:53:13.070Z Downloaded num-complex v0.4.4
12532023-10-17T22:53:13.072Z Downloaded num v0.4.1
12542023-10-17T22:53:13.075Z Downloaded io-lifetimes v1.0.11
12552023-10-17T22:53:13.079Z Downloaded num-bigint v0.4.4
12562023-10-17T22:53:13.082Z Downloaded camino-tempfile v1.0.2
12572023-10-17T22:53:13.085Z Downloaded crossbeam-deque v0.8.3
12582023-10-17T22:53:13.088Z Downloaded itoa v1.0.9
12592023-10-17T22:53:13.091Z Downloaded hyper-rustls v0.24.1
12602023-10-17T22:53:13.094Z Downloaded bytecount v0.6.3
12612023-10-17T22:53:13.097Z Downloaded block-padding v0.3.3
12622023-10-17T22:53:13.100Z Downloaded jobserver v0.1.26
12632023-10-17T22:53:13.103Z Downloaded ipnetwork v0.20.0
12642023-10-17T22:53:13.105Z Downloaded ipnet v2.8.0
12652023-10-17T22:53:13.108Z Downloaded impl-trait-for-tuples v0.2.2
12662023-10-17T22:53:13.112Z Downloaded keccak v0.1.4
12672023-10-17T22:53:13.115Z Downloaded indoc v2.0.3
12682023-10-17T22:53:13.421Z Compiling proc-macro2 v1.0.67
12692023-10-17T22:53:13.425Z Compiling unicode-ident v1.0.12
12702023-10-17T22:53:13.429Z Compiling libc v0.2.149
12712023-10-17T22:53:13.435Z Compiling serde v1.0.188
12722023-10-17T22:53:13.440Z Compiling autocfg v1.1.0
12732023-10-17T22:53:13.444Z Compiling version_check v0.9.4
12742023-10-17T22:53:13.448Z Compiling cfg-if v1.0.0
12752023-10-17T22:53:13.677Z Compiling syn v1.0.109
12762023-10-17T22:53:13.700Z Compiling once_cell v1.18.0
12772023-10-17T22:53:13.774Z Compiling parking_lot_core v0.9.8
12782023-10-17T22:53:14.298Z Compiling libm v0.2.7
12792023-10-17T22:53:14.507Z Compiling ahash v0.8.3
12802023-10-17T22:53:14.677Z Compiling lock_api v0.4.10
12812023-10-17T22:53:15.624Z Compiling num-traits v0.2.16
12822023-10-17T22:53:15.631Z Compiling typenum v1.16.0
12832023-10-17T22:53:15.634Z Compiling thiserror v1.0.49
12842023-10-17T22:53:15.636Z Compiling futures-core v0.3.28
12852023-10-17T22:53:16.047Z Compiling generic-array v0.14.7
12862023-10-17T22:53:16.098Z Compiling memchr v2.6.3
12872023-10-17T22:53:16.468Z Compiling scopeguard v1.2.0
12882023-10-17T22:53:16.790Z Compiling itoa v1.0.9
12892023-10-17T22:53:16.853Z Compiling pkg-config v0.3.27
12902023-10-17T22:53:17.201Z Compiling quote v1.0.33
12912023-10-17T22:53:17.685Z Compiling slab v0.4.9
12922023-10-17T22:53:18.092Z Compiling syn v2.0.32
12932023-10-17T22:53:18.201Z Compiling jobserver v0.1.26
12942023-10-17T22:53:18.490Z Compiling getrandom v0.2.10
12952023-10-17T22:53:18.779Z Compiling cc v1.0.83
12962023-10-17T22:53:19.150Z Compiling futures-task v0.3.28
12972023-10-17T22:53:19.168Z Compiling futures-channel v0.3.28
12982023-10-17T22:53:19.554Z Compiling futures-util v0.3.28
12992023-10-17T22:53:19.852Z Compiling log v0.4.20
13002023-10-17T22:53:20.701Z Compiling ryu v1.0.15
13012023-10-17T22:53:20.818Z Compiling serde_json v1.0.107
13022023-10-17T22:53:20.857Z Compiling pin-project-lite v0.2.13
13032023-10-17T22:53:21.158Z Compiling schemars v0.8.13
13042023-10-17T22:53:21.188Z Compiling vcpkg v0.2.15
13052023-10-17T22:53:21.281Z Compiling smallvec v1.11.0
13062023-10-17T22:53:22.152Z Compiling heck v0.4.1
13072023-10-17T22:53:22.801Z Compiling parking_lot v0.12.1
13082023-10-17T22:53:23.492Z Compiling ring v0.16.20
13092023-10-17T22:53:23.627Z Compiling num_cpus v1.16.0
13102023-10-17T22:53:24.144Z Compiling openssl-sys v0.9.93
13112023-10-17T22:53:25.534Z Compiling rand_core v0.6.4
13122023-10-17T22:53:26.006Z Compiling indexmap v1.9.3
13132023-10-17T22:53:26.406Z Compiling byteorder v1.4.3
13142023-10-17T22:53:26.745Z Compiling allocator-api2 v0.2.16
13152023-10-17T22:53:27.029Z Compiling equivalent v1.0.1
13162023-10-17T22:53:27.183Z Compiling httparse v1.8.0
13172023-10-17T22:53:27.381Z Compiling spin v0.5.2
13182023-10-17T22:53:27.743Z Compiling mio v0.8.8
13192023-10-17T22:53:27.769Z Compiling signal-hook-registry v1.4.1
13202023-10-17T22:53:27.870Z Compiling hashbrown v0.14.0
13212023-10-17T22:53:28.007Z Compiling socket2 v0.5.3
13222023-10-17T22:53:30.421Z Compiling serde_derive_internals v0.26.0
13232023-10-17T22:53:30.465Z Compiling openssl v0.10.57
13242023-10-17T22:53:31.003Z Compiling semver v1.0.18
13252023-10-17T22:53:31.034Z Compiling fnv v1.0.7
13262023-10-17T22:53:31.367Z Compiling rustls v0.21.7
13272023-10-17T22:53:31.608Z Compiling iana-time-zone v0.1.57
13282023-10-17T22:53:31.795Z Compiling unicode-xid v0.2.4
13292023-10-17T22:53:32.043Z Compiling native-tls v0.2.11
13302023-10-17T22:53:32.067Z Compiling ucd-trie v0.1.6
13312023-10-17T22:53:32.095Z Compiling crossbeam-utils v0.8.16
13322023-10-17T22:53:32.143Z Compiling synstructure v0.12.6
13332023-10-17T22:53:33.549Z Compiling io-lifetimes v1.0.11
13342023-10-17T22:53:34.272Z Compiling futures-sink v0.3.28
13352023-10-17T22:53:34.395Z Compiling backtrace v0.3.69
13362023-10-17T22:53:34.658Z Compiling dyn-clone v1.0.13
13372023-10-17T22:53:34.665Z Compiling tinyvec_macros v0.1.1
13382023-10-17T22:53:34.824Z Compiling tinyvec v1.6.0
13392023-10-17T22:53:35.454Z Compiling tracing-core v0.1.31
13402023-10-17T22:53:35.480Z Compiling memoffset v0.9.0
13412023-10-17T22:53:35.642Z Compiling num-integer v0.1.45
13422023-10-17T22:53:35.913Z Compiling rustix v0.38.9
13432023-10-17T22:53:35.950Z Compiling subtle v2.5.0
13442023-10-17T22:53:35.978Z Compiling futures-io v0.3.28
13452023-10-17T22:53:36.040Z Compiling pin-utils v0.1.0
13462023-10-17T22:53:36.456Z Compiling rustix v0.37.23
13472023-10-17T22:53:36.510Z Compiling winnow v0.5.15
13482023-10-17T22:53:36.828Z Compiling hashbrown v0.13.2
13492023-10-17T22:53:37.284Z Compiling aho-corasick v1.0.4
13502023-10-17T22:53:37.448Z Compiling unicode-normalization v0.1.22
13512023-10-17T22:53:37.473Z Compiling usdt-impl v0.3.5
13522023-10-17T22:53:38.691Z Compiling crc32fast v1.3.2
13532023-10-17T22:53:39.359Z Compiling regex-syntax v0.7.5
13542023-10-17T22:53:39.389Z Compiling anyhow v1.0.75
13552023-10-17T22:53:39.912Z Compiling slog v2.7.0
13562023-10-17T22:53:40.074Z Compiling unicode-bidi v0.3.13
13572023-10-17T22:53:40.272Z Compiling serde_derive v1.0.188
13582023-10-17T22:53:40.327Z Compiling zeroize_derive v1.4.2
13592023-10-17T22:53:40.564Z Compiling thiserror-impl v1.0.49
13602023-10-17T22:53:41.004Z Compiling tokio-macros v2.1.0
13612023-10-17T22:53:42.672Z Compiling futures-macro v0.3.28
13622023-10-17T22:53:42.688Z Compiling tracing-attributes v0.1.26
13632023-10-17T22:53:43.168Z Compiling schemars_derive v0.8.13
13642023-10-17T22:53:43.290Z Compiling zeroize v1.6.0
13652023-10-17T22:53:45.347Z Compiling openssl-macros v0.1.1
13662023-10-17T22:53:45.530Z Compiling pest v2.7.2
13672023-10-17T22:53:46.401Z Compiling zerocopy-derive v0.2.0
13682023-10-17T22:53:46.477Z Compiling crypto-common v0.1.6
13692023-10-17T22:53:46.785Z Compiling block-buffer v0.10.4
13702023-10-17T22:53:48.206Z Compiling time-core v0.1.1
13712023-10-17T22:53:48.210Z Compiling tracing v0.1.37
13722023-10-17T22:53:48.213Z Compiling const-oid v0.9.5
13732023-10-17T22:53:49.127Z Compiling bitflags v1.3.2
13742023-10-17T22:53:49.329Z Compiling time-macros v0.2.13
13752023-10-17T22:53:49.903Z Compiling pest_meta v2.7.2
13762023-10-17T22:53:50.388Z Compiling regex-automata v0.3.8
13772023-10-17T22:53:51.746Z Compiling digest v0.10.7
13782023-10-17T22:53:52.520Z Compiling pest_generator v2.7.2
13792023-10-17T22:53:56.660Z Compiling pest_derive v2.7.2
13802023-10-17T22:53:57.463Z Compiling bzip2-sys v0.1.11+1.0.8
13812023-10-17T22:53:57.488Z Compiling crossbeam-epoch v0.9.15
13822023-10-17T22:53:58.101Z Compiling ppv-lite86 v0.2.17
13832023-10-17T22:53:58.149Z Compiling async-trait v0.1.73
13842023-10-17T22:53:59.237Z Compiling rand_chacha v0.3.1
13852023-10-17T22:54:00.830Z Compiling zerocopy v0.3.0
13862023-10-17T22:54:01.130Z Compiling zerocopy-derive v0.6.3
13872023-10-17T22:54:01.717Z Compiling strsim v0.10.0
13882023-10-17T22:54:02.235Z Compiling bytes v1.5.0
13892023-10-17T22:54:02.541Z Compiling indexmap v2.0.0
13902023-10-17T22:54:02.729Z Compiling uuid v1.4.1
13912023-10-17T22:54:04.156Z Compiling chrono v0.4.31
13922023-10-17T22:54:04.201Z Compiling tokio v1.32.0
13932023-10-17T22:54:06.699Z Compiling bitflags v2.4.0
13942023-10-17T22:54:06.885Z Compiling toml_datetime v0.6.3
13952023-10-17T22:54:06.911Z Compiling serde_spanned v0.6.3
13962023-10-17T22:54:07.523Z Compiling toml_edit v0.19.15
13972023-10-17T22:54:07.647Z Compiling http v0.2.9
13982023-10-17T22:54:10.277Z Compiling rustc_version v0.4.0
13992023-10-17T22:54:11.298Z Compiling heapless v0.7.16
14002023-10-17T22:54:13.646Z Compiling base64 v0.21.4
14012023-10-17T22:54:14.709Z Compiling untrusted v0.7.1
14022023-10-17T22:54:18.498Z Compiling tokio-util v0.7.8
14032023-10-17T22:54:19.428Z Compiling dof v0.1.5
14042023-10-17T22:54:20.004Z Compiling rand v0.8.5
14052023-10-17T22:54:20.770Z Compiling regex v1.9.5
14062023-10-17T22:54:20.795Z Compiling dtrace-parser v0.1.14
14072023-10-17T22:54:21.169Z Compiling errno v0.3.2
14082023-10-17T22:54:21.510Z Compiling thread-id v4.2.0
14092023-10-17T22:54:21.774Z Compiling num-bigint v0.4.4
14102023-10-17T22:54:22.177Z Compiling foreign-types-shared v0.1.1
14112023-10-17T22:54:22.339Z Compiling unicode-width v0.1.10
14122023-10-17T22:54:22.416Z Compiling hashbrown v0.12.3
14132023-10-17T22:54:22.508Z Compiling percent-encoding v2.3.0
14142023-10-17T22:54:22.568Z Compiling openssl-probe v0.1.5
14152023-10-17T22:54:23.015Z Compiling smoltcp v0.9.1
14162023-10-17T22:54:23.922Z Compiling radium v0.7.0
14172023-10-17T22:54:24.218Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14182023-10-17T22:54:25.205Z Compiling foreign-types v0.3.2
14192023-10-17T22:54:25.714Z Compiling serde_tokenstream v0.1.7
14202023-10-17T22:54:27.634Z Compiling lazy_static v1.4.0
14212023-10-17T22:54:27.815Z Compiling socket2 v0.4.9
14222023-10-17T22:54:28.959Z Compiling adler v1.0.2
14232023-10-17T22:54:29.268Z Compiling unicode-segmentation v1.10.1
14242023-10-17T22:54:29.322Z Compiling siphasher v0.3.11
14252023-10-17T22:54:29.826Z Compiling try-lock v0.2.4
14262023-10-17T22:54:30.704Z Compiling want v0.3.1
14272023-10-17T22:54:30.869Z Compiling miniz_oxide v0.7.1
14282023-10-17T22:54:33.797Z Compiling h2 v0.3.21
14292023-10-17T22:54:34.468Z Compiling form_urlencoded v1.2.0
14302023-10-17T22:54:34.939Z Compiling rustls-webpki v0.101.4
14312023-10-17T22:54:35.092Z Compiling sct v0.7.0
14322023-10-17T22:54:35.535Z Compiling http-body v0.4.5
14332023-10-17T22:54:36.265Z Compiling hubpack_derive v0.1.1
14342023-10-17T22:54:37.258Z Compiling num-iter v0.1.43
14352023-10-17T22:54:37.507Z Compiling tower-service v0.3.2
14362023-10-17T22:54:37.990Z Compiling anstyle v1.0.2
14372023-10-17T22:54:38.898Z Compiling httpdate v1.0.3
14382023-10-17T22:54:38.910Z Compiling cpufeatures v0.2.9
14392023-10-17T22:54:38.930Z Compiling utf8parse v0.2.1
14402023-10-17T22:54:38.945Z Compiling anstyle-parse v0.2.1
14412023-10-17T22:54:38.953Z Compiling sha2 v0.10.7
14422023-10-17T22:54:42.903Z Compiling usdt-macro v0.3.5
14432023-10-17T22:54:43.550Z Compiling usdt-attr-macro v0.3.5
14442023-10-17T22:54:45.604Z Compiling hyper v0.14.27
14452023-10-17T22:54:46.323Z Compiling rustls-pemfile v1.0.3
14462023-10-17T22:54:47.311Z Compiling openapiv3 v1.0.3
14472023-10-17T22:54:47.534Z Compiling md-5 v0.10.5
14482023-10-17T22:54:47.890Z Compiling hmac v0.12.1
14492023-10-17T22:54:49.758Z Compiling idna v0.4.0
14502023-10-17T22:54:50.854Z Compiling stringprep v0.1.3
14512023-10-17T22:54:52.260Z Compiling diesel_table_macro_syntax v0.1.0
14522023-10-17T22:54:52.304Z Compiling hash32 v0.2.1
14532023-10-17T22:54:52.842Z Compiling spin v0.9.8
14542023-10-17T22:54:52.893Z Compiling colorchoice v1.0.0
14552023-10-17T22:54:53.123Z Compiling gimli v0.28.0
14562023-10-17T22:54:53.303Z Compiling either v1.9.0
14572023-10-17T22:54:53.408Z Compiling anstyle-query v1.0.0
14582023-10-17T22:54:53.784Z Compiling stable_deref_trait v1.2.0
14592023-10-17T22:54:53.934Z Compiling fallible-iterator v0.2.0
14602023-10-17T22:54:55.034Z Compiling anstream v0.5.0
14612023-10-17T22:54:55.119Z Compiling postgres-protocol v0.6.6
14622023-10-17T22:54:56.009Z Compiling diesel_derives v2.1.1
14632023-10-17T22:54:57.072Z Compiling url v2.4.1
14642023-10-17T22:54:57.424Z Compiling tokio-rustls v0.24.1
14652023-10-17T22:55:01.183Z Compiling addr2line v0.21.0
14662023-10-17T22:55:02.215Z Compiling rustls-native-certs v0.6.3
14672023-10-17T22:55:02.774Z Compiling tokio-native-tls v0.3.1
14682023-10-17T22:55:02.835Z Compiling terminal_size v0.2.6
14692023-10-17T22:55:03.209Z Compiling phf_shared v0.11.2
14702023-10-17T22:55:05.834Z Compiling serde_tokenstream v0.2.0
14712023-10-17T22:55:05.844Z Compiling block-padding v0.3.3
14722023-10-17T22:55:06.195Z Compiling enum-as-inner v0.5.1
14732023-10-17T22:55:06.288Z Compiling serde_repr v0.1.16
14742023-10-17T22:55:06.641Z Compiling clap_derive v4.4.2
14752023-10-17T22:55:08.076Z Compiling scheduled-thread-pool v0.2.7
14762023-10-17T22:55:08.107Z Compiling object v0.32.1
14772023-10-17T22:55:20.290Z Compiling deranged v0.3.8
14782023-10-17T22:55:20.404Z Compiling rustc-demangle v0.1.23
14792023-10-17T22:55:23.231Z Compiling ipnet v2.8.0
14802023-10-17T22:55:23.543Z Compiling managed v0.8.0
14812023-10-17T22:55:24.735Z Compiling tap v1.0.1
14822023-10-17T22:55:25.010Z Compiling regex-automata v0.1.10
14832023-10-17T22:55:25.055Z Compiling clap_lex v0.5.1
14842023-10-17T22:55:25.745Z Compiling matches v0.1.10
14852023-10-17T22:55:25.826Z Compiling num_threads v0.1.6
14862023-10-17T22:55:25.883Z Compiling bit-vec v0.6.3
14872023-10-17T22:55:26.283Z Compiling time v0.3.27
14882023-10-17T22:55:26.556Z Compiling idna v0.2.3
14892023-10-17T22:55:28.725Z Compiling bstr v0.2.17
14902023-10-17T22:55:29.024Z Compiling clap_builder v4.4.2
14912023-10-17T22:55:29.970Z Compiling wyz v0.5.1
14922023-10-17T22:55:31.027Z Compiling r2d2 v0.8.10
14932023-10-17T22:55:34.414Z Compiling inout v0.1.3
14942023-10-17T22:55:36.809Z Compiling phf v0.11.2
14952023-10-17T22:55:37.279Z Compiling hyper-tls v0.5.0
14962023-10-17T22:55:37.793Z Compiling hyper-rustls v0.24.1
14972023-10-17T22:55:38.816Z Compiling flate2 v1.0.27
14982023-10-17T22:55:40.305Z Compiling postgres-types v0.2.6
14992023-10-17T22:55:40.395Z Compiling itertools v0.11.0
15002023-10-17T22:55:41.690Z Compiling hubpack v0.1.2
15012023-10-17T22:55:42.355Z Compiling serde_urlencoded v0.7.1
15022023-10-17T22:55:42.381Z Compiling phf_shared v0.10.0
15032023-10-17T22:55:42.988Z Compiling ipnetwork v0.20.0
15042023-10-17T22:55:43.156Z Compiling zerocopy v0.6.3
15052023-10-17T22:55:44.429Z Compiling futures-executor v0.3.28
15062023-10-17T22:55:45.287Z Compiling regress v0.7.1
15072023-10-17T22:55:45.715Z Compiling float-cmp v0.9.0
15082023-10-17T22:55:45.744Z Compiling encoding_rs v0.8.33
15092023-10-17T22:55:46.055Z Compiling funty v2.0.0
15102023-10-17T22:55:48.417Z Compiling mime v0.3.17
15112023-10-17T22:55:49.423Z Compiling smawk v0.3.1
15122023-10-17T22:55:49.568Z Compiling normalize-line-endings v0.3.0
15132023-10-17T22:55:49.727Z Compiling fixedbitset v0.4.2
15142023-10-17T22:55:50.049Z Compiling whoami v1.4.1
15152023-10-17T22:55:50.378Z Compiling new_debug_unreachable v1.0.4
15162023-10-17T22:55:50.519Z Compiling predicates-core v1.0.6
15172023-10-17T22:55:50.829Z Compiling precomputed-hash v0.1.1
15182023-10-17T22:55:50.903Z Compiling unicode-linebreak v0.1.5
15192023-10-17T22:55:50.995Z Compiling webpki-roots v0.25.2
15202023-10-17T22:55:51.019Z Compiling difflib v0.4.0
15212023-10-17T22:55:51.257Z Compiling static_assertions v1.1.0
15222023-10-17T22:55:51.752Z Compiling data-encoding v2.4.0
15232023-10-17T22:55:52.255Z Compiling reqwest v0.11.20
15242023-10-17T22:55:53.107Z Compiling trust-dns-proto v0.22.0
15252023-10-17T22:55:53.503Z Compiling predicates v3.0.4
15262023-10-17T22:55:54.771Z Compiling textwrap v0.16.0
15272023-10-17T22:55:55.998Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15282023-10-17T22:55:56.009Z Compiling string_cache v0.8.7
15292023-10-17T22:55:56.579Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15302023-10-17T22:55:56.672Z Compiling tokio-postgres v0.7.10
15312023-10-17T22:56:04.863Z Compiling petgraph v0.6.4
15322023-10-17T22:56:05.006Z Compiling bitvec v1.0.1
15332023-10-17T22:56:10.764Z Compiling futures v0.3.28
15342023-10-17T22:56:12.743Z Compiling diesel v2.1.1
15352023-10-17T22:56:12.962Z Compiling yasna v0.5.2
15362023-10-17T22:56:13.143Z Compiling clap v4.4.3
15372023-10-17T22:56:13.299Z Compiling cipher v0.4.4
15382023-10-17T22:56:13.961Z Compiling similar v2.2.1
15392023-10-17T22:56:14.035Z Compiling bit-set v0.5.3
15402023-10-17T22:56:14.745Z Compiling itertools v0.10.5
15412023-10-17T22:56:15.751Z Compiling usdt v0.3.5
15422023-10-17T22:56:16.132Z Compiling console v0.15.7
15432023-10-17T22:56:17.399Z Compiling tokio-stream v0.1.14
15442023-10-17T22:56:18.271Z Compiling toml v0.7.8
15452023-10-17T22:56:18.926Z Compiling signature v2.1.0
15462023-10-17T22:56:19.241Z Compiling hex v0.4.3
15472023-10-17T22:56:19.564Z Compiling bstr v1.6.0
15482023-10-17T22:56:20.798Z Compiling lalrpop-util v0.19.12
15492023-10-17T22:56:22.493Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15502023-10-17T22:56:29.385Z Compiling ident_case v1.0.1
15512023-10-17T22:56:29.636Z Compiling rustversion v1.0.14
15522023-10-17T22:56:30.029Z Compiling darling_core v0.20.3
15532023-10-17T22:56:45.328Z Compiling crossbeam-channel v0.5.8
15542023-10-17T22:56:53.963Z Compiling atty v0.2.14
15552023-10-17T22:56:54.184Z Compiling proc-macro-error-attr v1.0.4
15562023-10-17T22:57:12.613Z Compiling darling_macro v0.20.3
15572023-10-17T22:57:18.795Z Compiling proc-macro-crate v1.3.1
15582023-10-17T22:57:21.236Z Compiling dirs-sys-next v0.1.2
15592023-10-17T22:57:22.547Z Compiling proc-macro-error v1.0.4
15602023-10-17T22:57:36.234Z Compiling dirs-next v2.0.0
15612023-10-17T22:57:37.126Z Compiling num_enum_derive v0.5.11
15622023-10-17T22:57:39.162Z Compiling strum_macros v0.25.2
15632023-10-17T22:57:47.056Z Compiling darling v0.20.3
15642023-10-17T22:57:48.549Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15652023-10-17T22:57:53.649Z Compiling getopts v0.2.21
15662023-10-17T22:57:55.115Z Compiling structmeta-derive v0.1.6
15672023-10-17T22:57:55.517Z Compiling thread_local v1.1.7
15682023-10-17T22:57:55.664Z Compiling multer v2.1.0
15692023-10-17T22:57:56.090Z Compiling unsafe-libyaml v0.2.9
15702023-10-17T22:57:56.376Z Compiling paste v1.0.14
15712023-10-17T22:57:57.029Z Compiling match_cfg v0.1.0
15722023-10-17T22:57:59.133Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15732023-10-17T22:57:59.823Z Compiling slog-async v2.8.0
15742023-10-17T22:58:00.979Z Compiling camino v1.1.6
15752023-10-17T22:58:06.278Z Compiling structmeta v0.1.6
15762023-10-17T22:58:09.788Z Compiling serde_yaml v0.9.25
15772023-10-17T22:58:12.456Z Compiling hostname v0.3.1
15782023-10-17T22:58:13.810Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15792023-10-17T22:58:15.192Z Compiling serde_with_macros v2.3.3
15802023-10-17T22:58:19.062Z Compiling strum v0.25.0
15812023-10-17T22:58:20.500Z Compiling num_enum v0.5.11
15822023-10-17T22:58:21.583Z Compiling term v0.7.0
15832023-10-17T22:58:25.191Z Compiling slog-json v2.6.1
15842023-10-17T22:58:26.881Z Compiling async-stream-impl v0.3.5
15852023-10-17T22:58:28.121Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15862023-10-17T22:58:28.844Z Compiling regex-syntax v0.6.29
15872023-10-17T22:58:29.170Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15882023-10-17T22:58:29.594Z Compiling postcard-cobs v0.1.5-pre
15892023-10-17T22:58:29.648Z Compiling atomic-waker v1.1.1
15902023-10-17T22:58:29.806Z Compiling take_mut v0.2.2
15912023-10-17T22:58:29.935Z Compiling waitgroup v0.1.2
15922023-10-17T22:58:30.305Z Compiling postcard v0.7.3
15932023-10-17T22:58:30.437Z Compiling async-stream v0.3.5
15942023-10-17T22:58:31.255Z Compiling slog-bunyan v2.4.0
15952023-10-17T22:58:31.650Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15962023-10-17T22:58:32.989Z Compiling slog-term v2.9.0
15972023-10-17T22:58:35.878Z Compiling serde_with v2.3.3
15982023-10-17T22:58:38.529Z Compiling parse-display-derive v0.7.0
15992023-10-17T22:58:44.641Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16002023-10-17T22:58:44.821Z Compiling sha1 v0.10.5
16012023-10-17T22:58:46.360Z Compiling smoltcp v0.8.2
16022023-10-17T22:58:46.620Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
16032023-10-17T22:58:46.992Z Compiling serde_path_to_error v0.1.14
16042023-10-17T22:58:47.625Z Compiling foreign-types-macros v0.2.3
16052023-10-17T22:58:48.677Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16062023-10-17T22:58:49.107Z Compiling instant v0.1.12
16072023-10-17T22:58:49.372Z Compiling foreign-types-shared v0.3.1
16082023-10-17T22:58:49.531Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16092023-10-17T22:58:49.559Z Compiling debug-ignore v1.0.5
16102023-10-17T22:58:49.790Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16112023-10-17T22:58:49.897Z Compiling cfg-if v0.1.10
16122023-10-17T22:58:50.043Z Compiling foreign-types v0.5.0
16132023-10-17T22:58:50.139Z Compiling backoff v0.4.0
16142023-10-17T22:58:50.313Z Compiling parse-display v0.7.0
16152023-10-17T22:58:50.925Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16162023-10-17T22:58:51.080Z Compiling is-terminal v0.4.9
16172023-10-17T22:58:51.183Z Compiling macaddr v1.0.1
16182023-10-17T22:58:51.273Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16192023-10-17T22:58:52.362Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16202023-10-17T22:58:52.568Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16212023-10-17T22:58:53.774Z Compiling cstr-argument v0.1.2
16222023-10-17T22:58:54.168Z Compiling base64ct v1.6.0
16232023-10-17T22:58:54.333Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16242023-10-17T22:58:54.752Z Compiling pretty-hex v0.2.1
16252023-10-17T22:58:55.115Z Compiling password-hash v0.5.0
16262023-10-17T22:58:55.525Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16272023-10-17T22:58:56.532Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16282023-10-17T22:58:58.214Z Compiling colored v2.0.4
16292023-10-17T22:58:58.894Z Compiling heck v0.3.3
16302023-10-17T22:58:59.388Z Compiling textwrap v0.11.0
16312023-10-17T22:58:59.486Z Compiling blake2 v0.10.6
16322023-10-17T22:59:00.487Z Compiling libefi-sys v0.1.0
16332023-10-17T22:59:00.511Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16342023-10-17T22:59:00.830Z Compiling ansi_term v0.12.1
16352023-10-17T22:59:00.894Z Compiling rayon-core v1.11.0
16362023-10-17T22:59:01.169Z Compiling vec_map v0.8.2
16372023-10-17T22:59:01.291Z Compiling strsim v0.8.0
16382023-10-17T22:59:01.692Z Compiling clap v2.34.0
16392023-10-17T22:59:01.806Z Compiling argon2 v0.5.2
16402023-10-17T22:59:02.227Z Compiling structopt-derive v0.4.18
16412023-10-17T22:59:06.582Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16422023-10-17T22:59:06.607Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16432023-10-17T22:59:06.860Z Compiling zone_cfg_derive v0.2.0
16442023-10-17T22:59:07.414Z Compiling crossbeam-deque v0.8.3
16452023-10-17T22:59:08.032Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16462023-10-17T22:59:08.578Z Compiling keccak v0.1.4
16472023-10-17T22:59:09.047Z Compiling portable-atomic v1.4.3
16482023-10-17T22:59:10.194Z Compiling sha3 v0.10.8
16492023-10-17T22:59:10.534Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
16502023-10-17T22:59:11.068Z Compiling zone v0.2.0
16512023-10-17T22:59:14.851Z Compiling structopt v0.3.26
16522023-10-17T22:59:15.106Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
16532023-10-17T22:59:15.988Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16542023-10-17T22:59:17.379Z Compiling hkdf v0.12.3
16552023-10-17T22:59:17.799Z Compiling smf v0.2.2
16562023-10-17T22:59:17.873Z Compiling secrecy v0.8.0
16572023-10-17T22:59:18.285Z Compiling filetime v0.2.22
16582023-10-17T22:59:18.787Z Compiling xattr v1.0.1
16592023-10-17T22:59:19.266Z Compiling fastrand v2.0.0
16602023-10-17T22:59:19.437Z Compiling same-file v1.0.6
16612023-10-17T22:59:19.909Z Compiling tempfile v3.8.0
16622023-10-17T22:59:20.049Z Compiling walkdir v2.4.0
16632023-10-17T22:59:20.477Z Compiling tar v0.4.40
16642023-10-17T22:59:22.513Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16652023-10-17T22:59:23.175Z Compiling rayon v1.7.0
16662023-10-17T22:59:24.899Z Compiling number_prefix v0.4.0
16672023-10-17T22:59:25.279Z Compiling omicron-zone-package v0.8.3
16682023-10-17T22:59:26.425Z Compiling topological-sort v0.2.2
16692023-10-17T22:59:31.580Z Compiling indicatif v0.17.7
16702023-10-17T22:59:37.307Z Compiling bzip2 v0.4.4
16712023-10-17T22:59:37.880Z Compiling zip v0.6.6
16722023-10-17T22:59:40.007Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16732023-10-17T22:59:40.419Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16742023-10-17T22:59:41.800Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16752023-10-17T22:59:41.803Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16762023-10-17T22:59:50.826Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16772023-10-17T22:59:50.829Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16782023-10-17T22:59:50.832Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16792023-10-17T23:00:04.297Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16802023-10-17T23:00:05.658Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16812023-10-17T23:00:40.044Z Finished release [optimized] target(s) in 7m 59s
16822023-10-17T23:00:40.301Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16832023-10-17T23:00:40.386ZCreated new build target 'test' and set it as active
16842023-10-17T23:00:40.414Z
16852023-10-17T23:00:40.417Zreal 8:00.390119901
16862023-10-17T23:00:40.420Zuser 50:35.205142300
16872023-10-17T23:00:40.423Zsys 4:32.000876163
16882023-10-17T23:00:40.426Ztrap 1.898123170
16892023-10-17T23:00:40.428Ztflt 6.333747740
16902023-10-17T23:00:40.431Zdflt 5.387853314
16912023-10-17T23:00:40.434Zkflt 0.027745303
16922023-10-17T23:00:40.437Zlock 1:53:09.775138716
16932023-10-17T23:00:40.440Zslp 2:45:53.550646737
16942023-10-17T23:00:40.442Zlat 2:15.804492801
16952023-10-17T23:00:40.445Zstop 4:02.205648180
16962023-10-17T23:00:40.448Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16972023-10-17T23:00:41.542Z Finished release [optimized] target(s) in 1.07s
16982023-10-17T23:00:41.572Z Running `target/release/omicron-package -t test package`
16992023-10-17T23:00:41.610ZOct 17 23:00:41.609 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
17002023-10-17T23:00:42.783Z Compiling serde_json v1.0.107
17012023-10-17T23:00:42.831Z Compiling linked-hash-map v0.5.6
17022023-10-17T23:00:42.834Z Compiling slog-dtrace v0.2.3
17032023-10-17T23:00:42.963Z Compiling crucible-workspace-hack v0.1.0
17042023-10-17T23:00:42.967Z Compiling quick-error v1.2.3
17052023-10-17T23:00:42.970Z Compiling termcolor v1.2.0
17062023-10-17T23:00:42.974Z Compiling memoffset v0.7.1
17072023-10-17T23:00:42.978Z Compiling base64 v0.13.1
17082023-10-17T23:00:43.043Z Compiling resolv-conf v0.7.0
17092023-10-17T23:00:43.302Z Compiling libz-sys v1.1.12
17102023-10-17T23:00:43.343Z Compiling lru-cache v0.1.2
17112023-10-17T23:00:43.377Z Compiling same-file v1.0.6
17122023-10-17T23:00:43.597Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17132023-10-17T23:00:43.637Z Compiling trust-dns-resolver v0.22.0
17142023-10-17T23:00:43.703Z Compiling walkdir v2.4.0
17152023-10-17T23:00:43.964Z Compiling semver-parser v0.10.2
17162023-10-17T23:00:44.106Z Compiling fastrand v2.0.0
17172023-10-17T23:00:44.306Z Compiling cancel-safe-futures v0.1.2
17182023-10-17T23:00:44.787Z Compiling tempfile v3.8.0
17192023-10-17T23:00:44.846Z Compiling libgit2-sys v0.15.2+1.6.4
17202023-10-17T23:00:44.953Z Compiling filetime v0.2.22
17212023-10-17T23:00:44.960Z Compiling xattr v1.0.1
17222023-10-17T23:00:45.317Z Compiling semver v0.11.0
17232023-10-17T23:00:45.367Z Compiling num-rational v0.4.1
17242023-10-17T23:00:45.772Z Compiling home v0.5.5
17252023-10-17T23:00:45.852Z Compiling schemars v0.8.13
17262023-10-17T23:00:45.964Z Compiling usdt-impl v0.3.5
17272023-10-17T23:00:46.104Z Compiling reqwest v0.11.20
17282023-10-17T23:00:46.215Z Compiling openapiv3 v1.0.3
17292023-10-17T23:00:46.411Z Compiling postgres-types v0.2.6
17302023-10-17T23:00:47.241Z Compiling usdt v0.3.5
17312023-10-17T23:00:48.001Z Compiling tokio-postgres v0.7.10
17322023-10-17T23:00:53.555Z Compiling ipnetwork v0.20.0
17332023-10-17T23:00:53.824Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17342023-10-17T23:00:59.349Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17352023-10-17T23:00:59.546Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17362023-10-17T23:01:01.403Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17372023-10-17T23:01:01.881Z Compiling slog-json v2.6.1
17382023-10-17T23:01:02.450Z Compiling slog-bunyan v2.4.0
17392023-10-17T23:01:02.723Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17402023-10-17T23:01:02.838Z Compiling diesel v2.1.1
17412023-10-17T23:01:06.926Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17422023-10-17T23:01:07.230Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17432023-10-17T23:01:10.856Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17442023-10-17T23:01:11.199Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17452023-10-17T23:01:13.585Z Compiling utf-8 v0.7.6
17462023-10-17T23:01:14.202Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
17472023-10-17T23:01:15.751Z Compiling toolchain_find v0.2.0
17482023-10-17T23:01:18.794Z Compiling tar v0.4.40
17492023-10-17T23:01:22.532Z Compiling pem-rfc7468 v0.7.0
17502023-10-17T23:01:23.352Z Compiling toml v0.5.11
17512023-10-17T23:01:25.469Z Compiling der_derive v0.7.2
17522023-10-17T23:01:26.308Z Compiling flagset v0.4.3
17532023-10-17T23:01:26.648Z Compiling rustfmt-wrapper v0.2.0
17542023-10-17T23:01:28.009Z Compiling omicron-zone-package v0.8.3
17552023-10-17T23:01:29.464Z Compiling der v0.7.8
17562023-10-17T23:01:33.313Z Compiling vergen v8.2.4
17572023-10-17T23:01:33.707Z Compiling fxhash v0.2.1
17582023-10-17T23:01:33.831Z Compiling num-complex v0.4.4
17592023-10-17T23:01:34.051Z Compiling unicase v2.7.0
17602023-10-17T23:01:34.490Z Compiling spki v0.7.2
17612023-10-17T23:01:35.331Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17622023-10-17T23:01:35.997Z Compiling num v0.4.1
17632023-10-17T23:01:36.145Z Compiling universal-hash v0.5.1
17642023-10-17T23:01:36.458Z Compiling libsqlite3-sys v0.26.0
17652023-10-17T23:01:36.917Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17662023-10-17T23:01:37.130Z Compiling opaque-debug v0.3.0
17672023-10-17T23:01:37.260Z Compiling half v1.8.2
17682023-10-17T23:01:37.919Z Compiling arc-swap v1.6.0
17692023-10-17T23:01:39.145Z Compiling maybe-uninit v2.0.0
17702023-10-17T23:01:39.177Z Compiling semver v0.1.20
17712023-10-17T23:01:39.824Z Compiling ciborium-io v0.2.1
17722023-10-17T23:01:39.998Z Compiling ciborium-ll v0.2.1
17732023-10-17T23:01:40.258Z Compiling rustc_version v0.1.7
17742023-10-17T23:01:40.839Z Compiling slog-scope v4.4.0
17752023-10-17T23:01:40.893Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17762023-10-17T23:01:42.440Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
17772023-10-17T23:01:43.196Z Compiling parking_lot_core v0.8.6
17782023-10-17T23:01:43.779Z Compiling packed_struct v0.10.1
17792023-10-17T23:01:44.331Z Compiling num-bigint-dig v0.8.4
17802023-10-17T23:01:44.720Z Compiling signal-hook v0.3.17
17812023-10-17T23:01:45.092Z Compiling crc-catalog v2.2.0
17822023-10-17T23:01:45.311Z Compiling crc v3.0.1
17832023-10-17T23:01:48.494Z Compiling slog-stdlog v4.1.1
17842023-10-17T23:01:49.061Z Compiling newtype_derive v0.1.6
17852023-10-17T23:01:49.491Z Compiling ciborium v0.2.1
17862023-10-17T23:01:50.193Z Compiling pkcs8 v0.10.2
17872023-10-17T23:01:52.662Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
17882023-10-17T23:01:53.148Z Compiling toml_edit v0.20.0
17892023-10-17T23:01:53.211Z Compiling hashlink v0.8.3
17902023-10-17T23:01:54.433Z Compiling aead v0.5.2
17912023-10-17T23:01:54.930Z Compiling nibble_vec v0.1.0
17922023-10-17T23:01:55.263Z Compiling packed_struct_codegen v0.10.1
17932023-10-17T23:01:56.374Z Compiling dirs-sys-next v0.1.2
17942023-10-17T23:01:57.174Z Compiling glob v0.3.1
17952023-10-17T23:01:58.574Z Compiling nodrop v0.1.14
17962023-10-17T23:01:58.746Z Compiling endian-type v0.1.2
17972023-10-17T23:01:59.101Z Compiling fallible-streaming-iterator v0.1.9
17982023-10-17T23:01:59.519Z Compiling humantime v2.1.0
17992023-10-17T23:01:59.592Z Compiling crunchy v0.2.2
18002023-10-17T23:02:00.230Z Compiling doc-comment v0.3.3
18012023-10-17T23:02:01.139Z Compiling rusqlite v0.29.0
18022023-10-17T23:02:06.811Z Compiling radix_trie v0.2.1
18032023-10-17T23:02:08.216Z Compiling array-init v0.0.4
18042023-10-17T23:02:08.743Z Compiling clang-sys v1.6.1
18052023-10-17T23:02:09.416Z Compiling toml v0.8.0
18062023-10-17T23:02:09.740Z Compiling dirs-next v2.0.0
18072023-10-17T23:02:10.435Z Compiling pkcs1 v0.7.5
18082023-10-17T23:02:10.564Z Compiling smallvec v0.6.14
18092023-10-17T23:02:11.394Z Compiling slog-envlogger v2.2.0
18102023-10-17T23:02:15.878Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112023-10-17T23:02:16.026Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18122023-10-17T23:02:16.618Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18132023-10-17T23:02:16.775Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18142023-10-17T23:02:17.583Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18152023-10-17T23:02:26.756Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18162023-10-17T23:02:27.816Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18172023-10-17T23:02:28.576Z Compiling nix v0.26.2
18182023-10-17T23:02:28.775Z Compiling num_enum_derive v0.7.0
18192023-10-17T23:02:29.843Z Compiling twox-hash v1.6.3
18202023-10-17T23:02:31.517Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18212023-10-17T23:02:32.849Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18222023-10-17T23:02:34.830Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18232023-10-17T23:02:40.709Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18242023-10-17T23:02:42.095Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18252023-10-17T23:02:43.704Z Compiling tiny-keccak v2.0.2
18262023-10-17T23:02:44.112Z Compiling bitfield v0.14.0
18272023-10-17T23:02:44.502Z Compiling platforms v3.0.2
18282023-10-17T23:02:44.622Z Compiling prettyplease v0.2.12
18292023-10-17T23:02:44.970Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18302023-10-17T23:02:45.058Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18312023-10-17T23:02:47.641Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18322023-10-17T23:02:48.782Z Compiling num_enum v0.7.0
18332023-10-17T23:02:49.029Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18342023-10-17T23:03:05.321Z Compiling rsa v0.9.2
18352023-10-17T23:03:05.391Z Compiling parking_lot v0.11.2
18362023-10-17T23:03:08.804Z Compiling serde-hex v0.1.0
18372023-10-17T23:03:09.368Z Compiling mime_guess v2.0.4
18382023-10-17T23:03:11.276Z Compiling term v0.7.0
18392023-10-17T23:03:11.666Z Compiling trust-dns-client v0.22.0
18402023-10-17T23:03:13.737Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18412023-10-17T23:03:14.160Z Compiling polyval v0.6.1
18422023-10-17T23:03:14.263Z Compiling x509-cert v0.2.4
18432023-10-17T23:03:15.277Z Compiling tungstenite v0.20.1
18442023-10-17T23:03:17.812Z Compiling env_logger v0.10.0
18452023-10-17T23:03:19.376Z Compiling ctr v0.9.2
18462023-10-17T23:03:19.913Z Compiling aes v0.8.3
18472023-10-17T23:03:24.207Z Compiling darling_core v0.14.4
18482023-10-17T23:03:24.342Z Compiling ron v0.8.1
18492023-10-17T23:03:24.710Z Compiling snafu-derive v0.7.5
18502023-10-17T23:03:32.939Z Compiling bincode v1.3.3
18512023-10-17T23:03:33.065Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
18522023-10-17T23:03:33.467Z Compiling convert_case v0.4.0
18532023-10-17T23:03:34.732Z Compiling erased-serde v0.3.30
18542023-10-17T23:03:34.896Z Compiling crc-any v2.4.3
18552023-10-17T23:03:35.122Z Compiling minimal-lexical v0.2.1
18562023-10-17T23:03:35.459Z Compiling derive_more v0.99.17
18572023-10-17T23:03:35.926Z Compiling nom v7.1.3
18582023-10-17T23:03:36.443Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
18592023-10-17T23:03:36.777Z Compiling darling_macro v0.14.4
18602023-10-17T23:03:38.211Z Compiling trust-dns-server v0.22.1
18612023-10-17T23:03:42.164Z Compiling snafu v0.7.5
18622023-10-17T23:03:44.139Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18632023-10-17T23:03:47.132Z Compiling aes-gcm-siv v0.11.1
18642023-10-17T23:03:47.136Z Compiling tokio-tungstenite v0.20.1
18652023-10-17T23:03:48.048Z Compiling ascii-canvas v3.0.0
18662023-10-17T23:03:48.472Z Compiling steno v0.4.0
18672023-10-17T23:03:48.652Z Compiling sled v0.34.7
18682023-10-17T23:03:48.827Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18692023-10-17T23:03:56.207Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18702023-10-17T23:04:07.057Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18712023-10-17T23:04:07.550Z Compiling env_logger v0.9.3
18722023-10-17T23:04:08.489Z Compiling tungstenite v0.18.0
18732023-10-17T23:04:15.226Z Compiling object v0.30.4
18742023-10-17T23:04:15.861Z Compiling is-terminal v0.4.9
18752023-10-17T23:04:16.040Z Compiling ena v0.14.2
18762023-10-17T23:04:16.715Z Compiling derive-where v1.2.5
18772023-10-17T23:04:17.013Z Compiling async-recursion v1.0.5
18782023-10-17T23:04:18.126Z Compiling bitstruct_derive v0.1.0
18792023-10-17T23:04:18.488Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18802023-10-17T23:04:18.705Z Compiling libloading v0.7.4
18812023-10-17T23:04:19.290Z Compiling diff v0.1.13
18822023-10-17T23:04:20.110Z Compiling pretty-hex v0.3.0
18832023-10-17T23:04:20.243Z Compiling ringbuffer v0.15.0
18842023-10-17T23:04:20.453Z Compiling path-slash v0.1.5
18852023-10-17T23:04:20.772Z Compiling ascii v1.1.0
18862023-10-17T23:04:21.276Z Compiling bindgen v0.65.1
18872023-10-17T23:04:21.895Z Compiling linear-map v1.2.0
18882023-10-17T23:04:22.088Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18892023-10-17T23:04:22.100Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18902023-10-17T23:04:22.519Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18912023-10-17T23:04:26.486Z Compiling bitstruct v0.1.1
18922023-10-17T23:04:26.651Z Compiling lalrpop v0.19.12
18932023-10-17T23:04:31.694Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
18942023-10-17T23:04:36.910Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18952023-10-17T23:04:37.276Z Compiling tokio-tungstenite v0.18.0
18962023-10-17T23:04:38.170Z Compiling curve25519-dalek v4.1.0
18972023-10-17T23:04:38.719Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18982023-10-17T23:04:44.357Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
18992023-10-17T23:04:51.896Z Compiling cexpr v0.6.0
19002023-10-17T23:04:52.196Z Compiling darling v0.14.4
19012023-10-17T23:04:55.241Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19022023-10-17T23:04:56.933Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
19032023-10-17T23:04:57.271Z Compiling which v4.4.0
19042023-10-17T23:04:58.128Z Compiling ff v0.13.0
19052023-10-17T23:04:58.504Z Compiling path-dedot v3.1.0
19062023-10-17T23:04:58.746Z Compiling serde_arrays v0.1.0
19072023-10-17T23:04:58.868Z Compiling shlex v1.1.0
19082023-10-17T23:04:58.989Z Compiling display-error-chain v0.1.1
19092023-10-17T23:04:59.204Z Compiling rustc-hash v1.1.0
19102023-10-17T23:04:59.256Z Compiling lazycell v1.3.0
19112023-10-17T23:04:59.439Z Compiling peeking_take_while v0.1.2
19122023-10-17T23:04:59.509Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19132023-10-17T23:05:01.156Z Compiling path-absolutize v3.1.0
19142023-10-17T23:05:01.437Z Compiling group v0.13.0
19152023-10-17T23:05:01.709Z Compiling derive_builder_core v0.12.0
19162023-10-17T23:05:05.745Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19172023-10-17T23:05:06.761Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
19182023-10-17T23:05:09.178Z Compiling olpc-cjson v0.1.3
19192023-10-17T23:05:10.102Z Compiling pem v1.1.1
19202023-10-17T23:05:12.571Z Compiling camino-tempfile v1.0.2
19212023-10-17T23:05:13.864Z Compiling globset v0.4.13
19222023-10-17T23:05:14.494Z Compiling crypto-bigint v0.5.2
19232023-10-17T23:05:15.096Z Compiling serde_plain v1.0.2
19242023-10-17T23:05:15.969Z Compiling thiserror-impl-no-std v2.0.2
19252023-10-17T23:05:16.895Z Compiling polar-core v0.26.4
19262023-10-17T23:05:18.643Z Compiling curve25519-dalek-derive v0.1.0
19272023-10-17T23:05:20.611Z Compiling libxml v0.3.3
19282023-10-17T23:05:20.938Z Compiling ref-cast v1.0.20
19292023-10-17T23:05:21.015Z Compiling buf-list v1.0.3
19302023-10-17T23:05:21.081Z Compiling base16ct v0.2.0
19312023-10-17T23:05:21.655Z Compiling elliptic-curve v0.13.5
19322023-10-17T23:05:22.172Z Compiling thiserror-no-std v2.0.2
19332023-10-17T23:05:22.536Z Compiling tough v0.12.5
19342023-10-17T23:05:23.075Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19352023-10-17T23:05:28.624Z Compiling derive_builder_macro v0.12.0
19362023-10-17T23:05:29.935Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19372023-10-17T23:05:34.730Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19382023-10-17T23:05:56.566Z Compiling poly1305 v0.8.0
19392023-10-17T23:05:57.048Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19402023-10-17T23:05:57.326Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19412023-10-17T23:05:57.368Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19422023-10-17T23:05:57.447Z Compiling chacha20 v0.9.1
19432023-10-17T23:05:57.606Z Compiling strum_macros v0.24.3
19442023-10-17T23:05:57.697Z Compiling const_format_proc_macros v0.2.31
19452023-10-17T23:05:57.744Z Compiling bcs v0.1.5
19462023-10-17T23:05:57.798Z Compiling ref-cast-impl v1.0.20
19472023-10-17T23:05:57.884Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19482023-10-17T23:05:57.964Z Compiling cookie v0.16.2
19492023-10-17T23:05:58.032Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19502023-10-17T23:05:58.120Z Compiling signature v1.6.4
19512023-10-17T23:05:58.170Z Compiling salty v0.2.0
19522023-10-17T23:05:58.210Z Compiling highway v1.1.0
19532023-10-17T23:05:58.229Z Compiling indoc v1.0.9
19542023-10-17T23:05:58.258Z Compiling ed25519 v1.5.3
19552023-10-17T23:05:58.298Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19562023-10-17T23:05:58.331Z Compiling const_format v0.2.31
19572023-10-17T23:05:58.358Z Compiling chacha20poly1305 v0.10.1
19582023-10-17T23:05:58.382Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19592023-10-17T23:05:58.404Z Compiling derive_builder v0.12.0
19602023-10-17T23:05:58.839Z Compiling vsss-rs v3.3.1
19612023-10-17T23:05:58.844Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19622023-10-17T23:06:02.587Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19632023-10-17T23:06:07.280Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
19642023-10-17T23:06:08.689Z Compiling signal-hook-mio v0.2.3
19652023-10-17T23:06:08.960Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19662023-10-17T23:06:09.515Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19672023-10-17T23:06:09.907Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19682023-10-17T23:06:11.631Z Compiling ron v0.7.1
19692023-10-17T23:06:21.395Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19702023-10-17T23:06:22.111Z Compiling headers-core v0.2.0
19712023-10-17T23:06:22.364Z Compiling bb8 v0.8.1
19722023-10-17T23:06:23.250Z Compiling quick-xml v0.23.1
19732023-10-17T23:06:23.592Z Compiling serde-big-array v0.5.1
19742023-10-17T23:06:23.971Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19752023-10-17T23:06:25.221Z Compiling oso-derive v0.26.4
19762023-10-17T23:06:26.464Z Compiling impl-trait-for-tuples v0.2.2
19772023-10-17T23:06:26.504Z Compiling num-derive v0.4.0
19782023-10-17T23:06:26.719Z Compiling maplit v1.0.2
19792023-10-17T23:06:26.879Z Compiling http-range v0.1.5
19802023-10-17T23:06:27.823Z Compiling bit_field v0.10.2
19812023-10-17T23:06:28.242Z Compiling hyper-staticfile v0.9.5
19822023-10-17T23:06:30.179Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
19832023-10-17T23:06:33.143Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19842023-10-17T23:06:33.947Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0)
19852023-10-17T23:06:35.006Z Compiling headers v0.3.9
19862023-10-17T23:06:42.264Z Compiling crossterm v0.27.0
19872023-10-17T23:06:42.972Z Compiling oso v0.26.4
19882023-10-17T23:07:00.974Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19892023-10-17T23:07:02.390Z Compiling signal-hook-tokio v0.3.1
19902023-10-17T23:07:02.681Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19912023-10-17T23:07:02.684Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19922023-10-17T23:07:03.079Z Compiling serde-big-array v0.4.1
19932023-10-17T23:07:03.357Z Compiling cassowary v0.3.0
19942023-10-17T23:07:04.781Z Compiling indoc v2.0.3
19952023-10-17T23:07:06.293Z Compiling ratatui v0.23.0
19962023-10-17T23:07:08.981Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19972023-10-17T23:07:11.079Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19982023-10-17T23:07:11.712Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19992023-10-17T23:07:12.266Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20002023-10-17T23:07:14.202Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20012023-10-17T23:07:15.179Z Compiling fatfs v0.3.6
20022023-10-17T23:07:18.411Z Compiling bytesize v1.3.0
20032023-10-17T23:07:19.405Z Compiling nanorand v0.7.0
20042023-10-17T23:07:20.670Z Compiling rtoolbox v0.0.1
20052023-10-17T23:07:20.800Z Compiling corncobs v0.1.3
20062023-10-17T23:07:21.405Z Compiling fs-err v2.9.0
20072023-10-17T23:07:21.440Z Compiling assert_matches v1.5.0
20082023-10-17T23:07:21.581Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20092023-10-17T23:07:22.730Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20102023-10-17T23:07:22.876Z Compiling rpassword v7.2.0
20112023-10-17T23:07:23.494Z Compiling flume v0.11.0
20122023-10-17T23:07:24.513Z Compiling tui-tree-widget v0.13.0
20132023-10-17T23:07:24.760Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
20142023-10-17T23:07:27.974Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20152023-10-17T23:07:31.959Z Compiling owo-colors v3.5.0
20162023-10-17T23:07:37.585Z Compiling shell-words v1.1.0
20172023-10-17T23:07:38.264Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20182023-10-17T23:07:49.983Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20192023-10-17T23:08:37.174Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20202023-10-17T23:08:51.699Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20212023-10-17T23:10:59.157Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20222023-10-17T23:12:35.680Z Compiling git2 v0.17.2
20232023-10-17T23:12:42.234Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20242023-10-17T23:12:43.937Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852)
20252023-10-17T23:12:55.740Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20262023-10-17T23:13:12.968Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20272023-10-17T23:13:13.734Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20282023-10-17T23:13:14.619Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299)
20292023-10-17T23:13:46.316Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20302023-10-17T23:21:59.488Z Finished release [optimized] target(s) in 21m 17s
20312023-10-17T23:23:12.179Z
20322023-10-17T23:23:12.187Zreal 22:31.835028558
20332023-10-17T23:23:12.198Zuser 2:38:29.580903871
20342023-10-17T23:23:12.218Zsys 6:35.667853885
20352023-10-17T23:23:12.234Ztrap 5.026614501
20362023-10-17T23:23:12.241Ztflt 1.431518568
20372023-10-17T23:23:12.247Zdflt 3.414916943
20382023-10-17T23:23:12.262Zkflt 0.140285226
20392023-10-17T23:23:12.268Zlock 8:56:55.057774885
20402023-10-17T23:23:12.274Zslp 6:32:36.609167723
20412023-10-17T23:23:12.367Zlat 2:49.049011640
20422023-10-17T23:23:12.371Zstop 51.298858307
20432023-10-17T23:23:12.382Z+ 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/*)
20442023-10-17T23:23:12.389Z+ pfexec mkdir -p /work
20452023-10-17T23:23:12.392Z+ pfexec chown build /work
20462023-10-17T23:23:12.395Z+ 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
20472023-10-17T23:23:25.938ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20482023-10-17T23:23:25.941Za out/maghemite.tar 73201K
20492023-10-17T23:23:25.944Za out/omicron-sled-agent.tar 111186K
20502023-10-17T23:23:25.947Za out/target/test 1K
20512023-10-17T23:23:25.950Za out/npuzone/npuzone 36504K
20522023-10-17T23:23:25.953Za package-manifest.toml 21K
20532023-10-17T23:23:25.956Za smf/sled-agent/non-gimlet/config.toml 4K
20542023-10-17T23:23:25.958Za target/release/omicron-package 37077K
20552023-10-17T23:23:25.961Za tools/create_virtual_hardware.sh 3K
20562023-10-17T23:23:25.964Za tools/virtual_hardware.sh 4K
20572023-10-17T23:23:25.967Za tools/scrimlet/create-softnpu-zone.sh 1K
20582023-10-17T23:23:25.970Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20592023-10-17T23:23:25.973Za tools/scrimlet/softnpu-init.sh 3K
20602023-10-17T23:23:25.976Za tools/scrimlet/softnpu-zone.txt 1K
20612023-10-17T23:23:25.978Za tools/scrimlet/softnpu.toml 1K
20622023-10-17T23:23:25.981Z
20632023-10-17T23:23:25.984Zreal 13.755471910
20642023-10-17T23:23:25.988Zuser 13.154149031
20652023-10-17T23:23:25.990Zsys 1.073552713
20662023-10-17T23:23:25.993Ztrap 0.004696416
20672023-10-17T23:23:25.996Ztflt 0.000000000
20682023-10-17T23:23:25.999Zdflt 0.000000000
20692023-10-17T23:23:26.003Zkflt 0.000000000
20702023-10-17T23:23:26.006Zlock 0.000000000
20712023-10-17T23:23:26.009Zslp 12.855970678
20722023-10-17T23:23:26.018Zlat 0.419135490
20732023-10-17T23:23:26.022Zstop 0.000229194
20742023-10-17T23:23:26.025Z++ pwd
20752023-10-17T23:23:26.029Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20762023-10-17T23:23:26.032Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20772023-10-17T23:23:26.035Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20782023-10-17T23:23:27.508Z Finished release [optimized] target(s) in 1.07s
20792023-10-17T23:23:27.512Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20802023-10-17T23:23:27.521ZCreated new build target 'host' and set it as active
20812023-10-17T23:23:27.525Z
20822023-10-17T23:23:27.528Zreal 1.223440746
20832023-10-17T23:23:27.534Zuser 0.873932371
20842023-10-17T23:23:27.546Zsys 0.350623543
20852023-10-17T23:23:27.551Ztrap 0.000103682
20862023-10-17T23:23:27.557Ztflt 0.000002283
20872023-10-17T23:23:27.572Zdflt 0.000004299
20882023-10-17T23:23:27.601Zkflt 0.000000000
20892023-10-17T23:23:27.617Zlock 0.033723412
20902023-10-17T23:23:28.035Zslp 0.018736860
20912023-10-17T23:23:28.044Zlat 0.001818370
20922023-10-17T23:23:28.056Zstop 0.000217424
20932023-10-17T23:23:28.059Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20942023-10-17T23:23:28.299Z Finished release [optimized] target(s) in 1.04s
20952023-10-17T23:23:28.327Z Running `target/release/omicron-package -t host package`
20962023-10-17T23:23:28.391ZOct 17 23:23:28.370 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20972023-10-17T23:23:29.522Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20982023-10-17T23:27:02.610Z Finished release [optimized] target(s) in 3m 34s
20992023-10-17T23:28:27.346Z
21002023-10-17T23:28:27.349Zreal 5:00.175254621
21012023-10-17T23:28:27.353Zuser 20:54.089837368
21022023-10-17T23:28:27.356Zsys 1:07.613460180
21032023-10-17T23:28:27.359Ztrap 0.517505450
21042023-10-17T23:28:27.362Ztflt 0.032049110
21052023-10-17T23:28:27.367Zdflt 1.978471455
21062023-10-17T23:28:27.370Zkflt 0.000275371
21072023-10-17T23:28:27.373Zlock 1:11:36.475154211
21082023-10-17T23:28:27.375Zslp 16:54.857094702
21092023-10-17T23:28:27.378Zlat 8.091642869
21102023-10-17T23:28:27.381Zstop 0.691622738
21112023-10-17T23:28:27.385Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21122023-10-17T23:28:27.387Z+ for package in "$@"
21132023-10-17T23:28:27.390Z+ [[ omicron-sled-agent == maghemite ]]
21142023-10-17T23:28:27.393Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git50049e62a7a
21152023-10-17T23:28:28.519Z Finished release [optimized] target(s) in 1.09s
21162023-10-17T23:28:28.549Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git50049e62a7a`
21172023-10-17T23:28:28.590ZOct 17 23:28:28.593 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21182023-10-17T23:28:29.114ZCreated: out/versioned/omicron-sled-agent.tar
21192023-10-17T23:28:29.118Z+ for package in "$@"
21202023-10-17T23:28:29.121Z+ [[ maghemite == maghemite ]]
21212023-10-17T23:28:29.124Z+ echo 0.0.0
21222023-10-17T23:28:29.128Z+ tar rvf out/maghemite.tar VERSION
21232023-10-17T23:28:29.131Za VERSION 1K
21242023-10-17T23:28:29.133Z+ rm VERSION
21252023-10-17T23:28:29.136Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git50049e62a7a
21262023-10-17T23:28:30.306Z Finished release [optimized] target(s) in 1.06s
21272023-10-17T23:28:30.335Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git50049e62a7a`
21282023-10-17T23:28:30.376ZOct 17 23:28:30.379 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21292023-10-17T23:28:30.704ZCreated: out/versioned/maghemite.tar
21302023-10-17T23:28:30.708Z+ for package in "$@"
21312023-10-17T23:28:30.710Z+ [[ propolis-server == maghemite ]]
21322023-10-17T23:28:30.715Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git50049e62a7a
21332023-10-17T23:28:31.829Z Finished release [optimized] target(s) in 1.03s
21342023-10-17T23:28:31.858Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git50049e62a7a`
21352023-10-17T23:28:31.904ZOct 17 23:28:31.898 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21362023-10-17T23:28:33.662ZCreated: out/versioned/propolis-server.tar.gz
21372023-10-17T23:28:33.667Z+ for package in "$@"
21382023-10-17T23:28:33.670Z+ [[ overlay == maghemite ]]
21392023-10-17T23:28:33.672Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git50049e62a7a
21402023-10-17T23:28:34.834Z Finished release [optimized] target(s) in 1.09s
21412023-10-17T23:28:34.864Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git50049e62a7a`
21422023-10-17T23:28:34.903ZOct 17 23:28:34.907 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21432023-10-17T23:28:34.906ZCreated: out/versioned/overlay.tar.gz
21442023-10-17T23:28:34.909Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21452023-10-17T23:28:34.920Z+++ dirname -- ./tools/build-global-zone-packages.sh
21462023-10-17T23:28:34.923Z++ cd -- ./tools
21472023-10-17T23:28:34.925Z++ pwd
21482023-10-17T23:28:34.928Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21492023-10-17T23:28:34.931Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21502023-10-17T23:28:34.934Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21512023-10-17T23:28:34.939Z++ readlink -f /work
21522023-10-17T23:28:34.941Z+ out_dir=/work
21532023-10-17T23:28:34.944Z+ 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")
21542023-10-17T23:28:34.949Z+ for dep in "${deps[@]}"
21552023-10-17T23:28:34.951Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21562023-10-17T23:28:34.954Z+ for dep in "${deps[@]}"
21572023-10-17T23:28:34.958Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21582023-10-17T23:28:34.960Z+ for dep in "${deps[@]}"
21592023-10-17T23:28:34.963Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21602023-10-17T23:28:34.966Z+ for dep in "${deps[@]}"
21612023-10-17T23:28:34.969Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21622023-10-17T23:28:34.971Z++ mktemp -d
21632023-10-17T23:28:34.974Z+ tmp_gz=/tmp/tmp.6XaGoi
21642023-10-17T23:28:34.977Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21652023-10-17T23:28:34.980Z+ echo '{"v":"1","t":"layer"}'
21662023-10-17T23:28:34.982Z+ pkg_dir=/tmp/tmp.6XaGoi/root/opt/oxide/sled-agent
21672023-10-17T23:28:34.985Z+ mkdir -p /tmp/tmp.6XaGoi/root/opt/oxide/sled-agent
21682023-10-17T23:28:34.989Z+ cd /tmp/tmp.6XaGoi/root/opt/oxide/sled-agent
21692023-10-17T23:28:34.995Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21702023-10-17T23:28:35.058Zx ., 0 bytes, 0 tape blocks
21712023-10-17T23:28:35.063Zx zone-bundle, 34392944 bytes, 67174 tape blocks
21722023-10-17T23:28:35.068Zx sled-agent, 79513776 bytes, 155301 tape blocks
21732023-10-17T23:28:35.072Zx pkg, 0 bytes, 0 tape blocks
21742023-10-17T23:28:35.075Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21752023-10-17T23:28:35.080Zx pkg/README.md, 54 bytes, 1 tape blocks
21762023-10-17T23:28:35.083Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21772023-10-17T23:28:35.086Zx VERSION, 25 bytes, 1 tape blocks
21782023-10-17T23:28:35.089Z+ mkdir -p /tmp/tmp.6XaGoi/root/lib/svc/manifest/site/
21792023-10-17T23:28:35.091Z+ mv pkg/manifest.xml /tmp/tmp.6XaGoi/root/lib/svc/manifest/site/sled-agent.xml
21802023-10-17T23:28:35.094Z+ cd -
21812023-10-17T23:28:35.097Z/work/oxidecomputer/omicron
21822023-10-17T23:28:35.100Z+ pkg_dir=/tmp/tmp.6XaGoi/root/opt/oxide/mg-ddm
21832023-10-17T23:28:35.102Z+ mkdir -p /tmp/tmp.6XaGoi/root/opt/oxide/mg-ddm
21842023-10-17T23:28:35.106Z+ cd /tmp/tmp.6XaGoi/root/opt/oxide/mg-ddm
21852023-10-17T23:28:35.108Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21862023-10-17T23:28:35.144Zx ., 0 bytes, 0 tape blocks
21872023-10-17T23:28:35.146Zx ddmadm, 39360576 bytes, 76877 tape blocks
21882023-10-17T23:28:35.150Zx ddmd, 35588120 bytes, 69509 tape blocks
21892023-10-17T23:28:35.152Zx pkg, 0 bytes, 0 tape blocks
21902023-10-17T23:28:35.155Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21912023-10-17T23:28:35.158Zx pkg/ddm, 0 bytes, 0 tape blocks
21922023-10-17T23:28:35.161Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21932023-10-17T23:28:35.163Zx VERSION, 25 bytes, 1 tape blocks
21942023-10-17T23:28:35.166Z+ cd -
21952023-10-17T23:28:35.169Z/work/oxidecomputer/omicron
21962023-10-17T23:28:35.172Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.6XaGoi/root/opt/oxide
21972023-10-17T23:28:35.261Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.6XaGoi/root/opt/oxide
21982023-10-17T23:28:35.264Z+ cd /tmp/tmp.6XaGoi
21992023-10-17T23:28:35.267Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
22002023-10-17T23:28:47.486ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
22012023-10-17T23:28:47.489Za oxide.json 1K
22022023-10-17T23:28:47.492Za root/ 0K
22032023-10-17T23:28:47.497Za root/opt/ 0K
22042023-10-17T23:28:47.500Za root/opt/oxide/ 0K
22052023-10-17T23:28:47.506Za root/opt/oxide/sled-agent/ 0K
22062023-10-17T23:28:47.508Za root/opt/oxide/sled-agent/zone-bundle 33587K
22072023-10-17T23:28:47.511Za root/opt/oxide/sled-agent/sled-agent 77651K
22082023-10-17T23:28:47.515Za root/opt/oxide/sled-agent/pkg/ 0K
22092023-10-17T23:28:47.518Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22102023-10-17T23:28:47.521Za root/opt/oxide/sled-agent/pkg/README.md 1K
22112023-10-17T23:28:47.523Za root/opt/oxide/sled-agent/VERSION 1K
22122023-10-17T23:28:47.526Za root/opt/oxide/mg-ddm/ 0K
22132023-10-17T23:28:47.529Za root/opt/oxide/mg-ddm/ddmadm 38439K
22142023-10-17T23:28:47.532Za root/opt/oxide/mg-ddm/ddmd 34755K
22152023-10-17T23:28:47.534Za root/opt/oxide/mg-ddm/pkg/ 0K
22162023-10-17T23:28:47.537Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22172023-10-17T23:28:47.543Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22182023-10-17T23:28:47.547Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22192023-10-17T23:28:47.550Za root/opt/oxide/mg-ddm/VERSION 1K
22202023-10-17T23:28:47.553Za root/opt/oxide/propolis-server.tar.gz 64733K
22212023-10-17T23:28:47.555Za root/opt/oxide/overlay.tar.gz 2K
22222023-10-17T23:28:47.560Za root/lib/ 0K
22232023-10-17T23:28:47.564Za root/lib/svc/ 0K
22242023-10-17T23:28:47.567Za root/lib/svc/manifest/ 0K
22252023-10-17T23:28:47.571Za root/lib/svc/manifest/site/ 0K
22262023-10-17T23:28:47.574Za root/lib/svc/manifest/site/sled-agent.xml 3K
22272023-10-17T23:28:47.577Z+ cd /
22282023-10-17T23:28:47.581Z+ rm -rf /tmp/tmp.6XaGoi
22292023-10-17T23:28:47.584Z
22302023-10-17T23:28:47.586Zreal 12.624776813
22312023-10-17T23:28:47.589Zuser 11.708910243
22322023-10-17T23:28:47.592Zsys 0.975617933
22332023-10-17T23:28:47.595Ztrap 0.003042141
22342023-10-17T23:28:47.598Ztflt 0.000000000
22352023-10-17T23:28:47.601Zdflt 0.000000000
22362023-10-17T23:28:47.605Zkflt 0.000000000
22372023-10-17T23:28:47.608Zlock 0.000000000
22382023-10-17T23:28:47.610Zslp 24.385370432
22392023-10-17T23:28:47.613Zlat 0.384230518
22402023-10-17T23:28:47.616Zstop 0.000298512
22412023-10-17T23:28:47.620Z+ mkdir -p /work/zones
22422023-10-17T23:28:47.622Z+ 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)
22432023-10-17T23:28:47.625Z+ 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/
22442023-10-17T23:28:50.930Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22452023-10-17T23:28:52.149Z Finished release [optimized] target(s) in 1.13s
22462023-10-17T23:28:52.179Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22472023-10-17T23:28:52.220ZCreated new build target 'recovery' and set it as active
22482023-10-17T23:28:52.224Z
22492023-10-17T23:28:52.226Zreal 1.287004784
22502023-10-17T23:28:52.229Zuser 0.919908312
22512023-10-17T23:28:52.232Zsys 0.365132703
22522023-10-17T23:28:52.235Ztrap 0.000709066
22532023-10-17T23:28:52.238Ztflt 0.000007921
22542023-10-17T23:28:52.241Zdflt 0.000017587
22552023-10-17T23:28:52.243Zkflt 0.000000000
22562023-10-17T23:28:52.246Zlock 0.034644911
22572023-10-17T23:28:52.249Zslp 0.021144622
22582023-10-17T23:28:52.251Zlat 0.003798261
22592023-10-17T23:28:52.254Zstop 0.000328653
22602023-10-17T23:28:52.257Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22612023-10-17T23:28:53.424Z Finished release [optimized] target(s) in 1.11s
22622023-10-17T23:28:53.452Z Running `target/release/omicron-package -t recovery package`
22632023-10-17T23:28:53.491ZOct 17 23:28:53.495 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22642023-10-17T23:28:54.486Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client)
22652023-10-17T23:28:58.356Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22662023-10-17T23:29:31.498Z Finished release [optimized] target(s) in 37.92s
22672023-10-17T23:29:48.466Z
22682023-10-17T23:29:48.469Zreal 56.235928808
22692023-10-17T23:29:48.473Zuser 2:36.257746372
22702023-10-17T23:29:48.475Zsys 13.817374723
22712023-10-17T23:29:48.478Ztrap 0.076703142
22722023-10-17T23:29:48.481Ztflt 0.125028108
22732023-10-17T23:29:48.484Zdflt 0.797697581
22742023-10-17T23:29:48.487Zkflt 0.000323918
22752023-10-17T23:29:48.490Zlock 12:48.630837273
22762023-10-17T23:29:48.493Zslp 2:39.256139598
22772023-10-17T23:29:48.495Zlat 2.016763360
22782023-10-17T23:29:48.498Zstop 0.181712498
22792023-10-17T23:29:48.501Z+ stamp_packages installinator maghemite
22802023-10-17T23:29:48.505Z+ for package in "$@"
22812023-10-17T23:29:48.507Z+ [[ installinator == maghemite ]]
22822023-10-17T23:29:48.510Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git50049e62a7a
22832023-10-17T23:29:49.629Z Finished release [optimized] target(s) in 1.07s
22842023-10-17T23:29:49.649Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git50049e62a7a`
22852023-10-17T23:29:49.690ZOct 17 23:29:49.693 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22862023-10-17T23:29:49.807ZCreated: out/versioned/installinator.tar
22872023-10-17T23:29:49.810Z+ for package in "$@"
22882023-10-17T23:29:49.813Z+ [[ maghemite == maghemite ]]
22892023-10-17T23:29:49.816Z+ echo 0.0.0
22902023-10-17T23:29:49.819Z+ tar rvf out/maghemite.tar VERSION
22912023-10-17T23:29:49.821Za VERSION 1K
22922023-10-17T23:29:49.824Z+ rm VERSION
22932023-10-17T23:29:49.827Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git50049e62a7a
22942023-10-17T23:29:50.937Z Finished release [optimized] target(s) in 1.03s
22952023-10-17T23:29:50.964Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git50049e62a7a`
22962023-10-17T23:29:51.005ZOct 17 23:29:51.007 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22972023-10-17T23:29:51.218ZCreated: out/versioned/maghemite.tar
22982023-10-17T23:29:51.221Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22992023-10-17T23:29:51.234Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
23002023-10-17T23:29:51.237Z++ cd -- ./tools
23012023-10-17T23:29:51.239Z++ pwd
23022023-10-17T23:29:51.242Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
23032023-10-17T23:29:51.245Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
23042023-10-17T23:29:51.248Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
23052023-10-17T23:29:51.250Z++ readlink -f /work
23062023-10-17T23:29:51.253Z+ out_dir=/work
23072023-10-17T23:29:51.256Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23082023-10-17T23:29:51.260Z+ for dep in "${deps[@]}"
23092023-10-17T23:29:51.263Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23102023-10-17T23:29:51.265Z+ for dep in "${deps[@]}"
23112023-10-17T23:29:51.268Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23122023-10-17T23:29:51.271Z++ mktemp -d
23132023-10-17T23:29:51.274Z+ tmp_trampoline=/tmp/tmp.sAa4si
23142023-10-17T23:29:51.277Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23152023-10-17T23:29:51.279Z+ echo '{"v":"1","t":"layer"}'
23162023-10-17T23:29:51.282Z+ pkg_dir=/tmp/tmp.sAa4si/root/opt/oxide/installinator
23172023-10-17T23:29:51.286Z+ mkdir -p /tmp/tmp.sAa4si/root/opt/oxide/installinator
23182023-10-17T23:29:51.288Z+ cd /tmp/tmp.sAa4si/root/opt/oxide/installinator
23192023-10-17T23:29:51.291Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23202023-10-17T23:29:51.303Zx ., 0 bytes, 0 tape blocks
23212023-10-17T23:29:51.306Zx installinator, 47925152 bytes, 93604 tape blocks
23222023-10-17T23:29:51.309Zx pkg, 0 bytes, 0 tape blocks
23232023-10-17T23:29:51.311Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23242023-10-17T23:29:51.314Zx VERSION, 25 bytes, 1 tape blocks
23252023-10-17T23:29:51.317Z+ mkdir -p /tmp/tmp.sAa4si/root/lib/svc/manifest/site/
23262023-10-17T23:29:51.321Z+ mv pkg/manifest.xml /tmp/tmp.sAa4si/root/lib/svc/manifest/site/installinator.xml
23272023-10-17T23:29:51.324Z+ cd -
23282023-10-17T23:29:51.327Z/work/oxidecomputer/omicron
23292023-10-17T23:29:51.329Z+ pkg_dir=/tmp/tmp.sAa4si/root/opt/oxide/mg-ddm
23302023-10-17T23:29:51.332Z+ mkdir -p /tmp/tmp.sAa4si/root/opt/oxide/mg-ddm
23312023-10-17T23:29:51.335Z+ cd /tmp/tmp.sAa4si/root/opt/oxide/mg-ddm
23322023-10-17T23:29:51.338Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23332023-10-17T23:29:51.393Zx ., 0 bytes, 0 tape blocks
23342023-10-17T23:29:51.397Zx ddmadm, 39360576 bytes, 76877 tape blocks
23352023-10-17T23:29:51.400Zx ddmd, 35588120 bytes, 69509 tape blocks
23362023-10-17T23:29:51.403Zx pkg, 0 bytes, 0 tape blocks
23372023-10-17T23:29:51.407Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23382023-10-17T23:29:51.410Zx pkg/ddm, 0 bytes, 0 tape blocks
23392023-10-17T23:29:51.413Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23402023-10-17T23:29:51.416Zx VERSION, 25 bytes, 1 tape blocks
23412023-10-17T23:29:51.419Z+ cd -
23422023-10-17T23:29:51.422Z/work/oxidecomputer/omicron
23432023-10-17T23:29:51.425Z+ cd /tmp/tmp.sAa4si
23442023-10-17T23:29:51.427Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23452023-10-17T23:29:57.751ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23462023-10-17T23:29:57.754Za oxide.json 1K
23472023-10-17T23:29:57.757Za root/ 0K
23482023-10-17T23:29:57.760Za root/opt/ 0K
23492023-10-17T23:29:57.762Za root/opt/oxide/ 0K
23502023-10-17T23:29:57.765Za root/opt/oxide/installinator/ 0K
23512023-10-17T23:29:57.768Za root/opt/oxide/installinator/installinator 46802K
23522023-10-17T23:29:57.770Za root/opt/oxide/installinator/pkg/ 0K
23532023-10-17T23:29:57.773Za root/opt/oxide/installinator/VERSION 1K
23542023-10-17T23:29:57.776Za root/opt/oxide/mg-ddm/ 0K
23552023-10-17T23:29:57.779Za root/opt/oxide/mg-ddm/ddmadm 38439K
23562023-10-17T23:29:57.782Za root/opt/oxide/mg-ddm/ddmd 34755K
23572023-10-17T23:29:57.784Za root/opt/oxide/mg-ddm/pkg/ 0K
23582023-10-17T23:29:57.794Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23592023-10-17T23:29:57.796Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23602023-10-17T23:29:57.799Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23612023-10-17T23:29:57.801Za root/opt/oxide/mg-ddm/VERSION 1K
23622023-10-17T23:29:57.804Za root/lib/ 0K
23632023-10-17T23:29:57.830Za root/lib/svc/ 0K
23642023-10-17T23:29:57.833Za root/lib/svc/manifest/ 0K
23652023-10-17T23:29:57.836Za root/lib/svc/manifest/site/ 0K
23662023-10-17T23:29:57.839Za root/lib/svc/manifest/site/installinator.xml 3K
23672023-10-17T23:29:57.841Z+ cd /
23682023-10-17T23:29:57.844Z+ rm -rf /tmp/tmp.sAa4si
23692023-10-17T23:29:57.847Z
23702023-10-17T23:29:57.850Zreal 6.551933005
23712023-10-17T23:29:57.852Zuser 6.128127119
23722023-10-17T23:29:57.855Zsys 0.449157006
23732023-10-17T23:29:57.857Ztrap 0.002859499
23742023-10-17T23:29:57.860Ztflt 0.000000000
23752023-10-17T23:29:57.863Zdflt 0.000000000
23762023-10-17T23:29:57.866Zkflt 0.000000000
23772023-10-17T23:29:57.868Zlock 0.000000000
23782023-10-17T23:29:57.871Zslp 12.672156600
23792023-10-17T23:29:57.874Zlat 0.194108141
23802023-10-17T23:29:57.876Zstop 0.000288607
23812023-10-17T23:29:57.879Zprocess exited: duration 2396302 ms, exit code 0
 
23822023-10-17T23:29:57.885Zfound 21 output files
23832023-10-17T23:29:57.893Zuploading: /work/version.txt (26 bytes)
23842023-10-17T23:29:58.906Zuploaded: /work/version.txt
23852023-10-17T23:29:58.922Zuploading: /work/package.tar.gz (83165086 bytes)
23862023-10-17T23:30:28.613Zuploaded: /work/package.tar.gz
23872023-10-17T23:30:28.624Zuploading: /work/global-zone-packages.tar.gz (125633938 bytes)
23882023-10-17T23:31:12.298Zuploaded: /work/global-zone-packages.tar.gz
23892023-10-17T23:31:12.301Zuploading: /work/trampoline-global-zone-packages.tar.gz (38595354 bytes)
23902023-10-17T23:31:24.253Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23912023-10-17T23:31:24.265Zuploading: /work/zones/clickhouse.tar.gz (180705420 bytes)
23922023-10-17T23:32:25.526Zuploaded: /work/zones/clickhouse.tar.gz
23932023-10-17T23:32:25.562Zuploading: /work/zones/clickhouse_keeper.tar.gz (180703977 bytes)
23942023-10-17T23:33:25.346Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23952023-10-17T23:33:25.366Zuploading: /work/zones/cockroachdb.tar.gz (117769400 bytes)
23962023-10-17T23:34:08.758Zuploaded: /work/zones/cockroachdb.tar.gz
23972023-10-17T23:34:08.762Zuploading: /work/zones/crucible-pantry.tar.gz (22649243 bytes)
23982023-10-17T23:34:16.842Zuploaded: /work/zones/crucible-pantry.tar.gz
23992023-10-17T23:34:16.853Zuploading: /work/zones/crucible.tar.gz (42565224 bytes)
24002023-10-17T23:34:32.282Zuploaded: /work/zones/crucible.tar.gz
24012023-10-17T23:34:32.293Zuploading: /work/zones/external-dns.tar.gz (22026020 bytes)
24022023-10-17T23:34:39.239Zuploaded: /work/zones/external-dns.tar.gz
24032023-10-17T23:34:39.250Zuploading: /work/zones/internal-dns.tar.gz (22026020 bytes)
24042023-10-17T23:34:46.849Zuploaded: /work/zones/internal-dns.tar.gz
24052023-10-17T23:34:46.854Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
24062023-10-17T23:34:47.868Zuploaded: /work/zones/ntp.tar.gz
24072023-10-17T23:34:47.879Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15790732 bytes)
24082023-10-17T23:34:53.767Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24092023-10-17T23:34:53.779Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15785721 bytes)
24102023-10-17T23:34:59.082Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24112023-10-17T23:34:59.093Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (68043088 bytes)
24122023-10-17T23:35:16.123Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24132023-10-17T23:35:16.134Zuploading: /work/zones/omicron-nexus.tar.gz (68041831 bytes)
24142023-10-17T23:35:37.811Zuploaded: /work/zones/omicron-nexus.tar.gz
24152023-10-17T23:35:37.814Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24162023-10-17T23:35:38.821Zuploaded: /work/zones/overlay.tar.gz
24172023-10-17T23:35:38.832Zuploading: /work/zones/oximeter-collector.tar.gz (18074809 bytes)
24182023-10-17T23:35:46.096Zuploaded: /work/zones/oximeter-collector.tar.gz
24192023-10-17T23:35:46.108Zuploading: /work/zones/propolis-server.tar.gz (66291830 bytes)
24202023-10-17T23:36:08.242Zuploaded: /work/zones/propolis-server.tar.gz
24212023-10-17T23:36:08.269Zuploading: /work/zones/switch-asic.tar.gz (219142415 bytes)
24222023-10-17T23:37:26.820Zuploaded: /work/zones/switch-asic.tar.gz
24232023-10-17T23:37:26.844Zuploading: /work/zones/switch-softnpu.tar.gz (141551882 bytes)
24242023-10-17T23:38:11.904Zuploaded: /work/zones/switch-softnpu.tar.gz