01HBV9W7NCDGBVYN8FMQSN0549: 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: 01HBV9WQ78T7AVVTM6WD163Z7W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-03T17:39:26.158Zjob assigned to worker 01HBV9WT4SR223JYP46WGHKV4Z (queued for 1 m 17 s)
 
22023-10-03T17:39:26.260Zstarting task 0: "setup"
32023-10-03T17:39:26.328Z++ uname -s
42023-10-03T17:39:26.337Z+ kern=SunOS
52023-10-03T17:39:26.344Z+ case "$kern" in
62023-10-03T17:39:26.359Z+ groupadd -g 12345 build
72023-10-03T17:39:26.371Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-03T17:39:28.342Z+ zfs create -o mountpoint=/work rpool/work
92023-10-03T17:39:28.427Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-03T17:39:28.431Z+ home_fs=zfs
112023-10-03T17:39:28.435Z+ [[ zfs == autofs ]]
122023-10-03T17:39:28.440Z+ mkdir -p /home/build
132023-10-03T17:39:28.444Z+ chown build:build /home/build /work
142023-10-03T17:39:30.433Z+ chmod 0700 /home/build /work
152023-10-03T17:39:30.440Zprocess exited: duration 4170 ms, exit code 0
 
162023-10-03T17:39:30.447Zstarting task 1: "rust-toolchain"
172023-10-03T17:39:30.460Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-03T17:39:30.463Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-03T17:39:30.604Zinfo: downloading installer
202023-10-03T17:39:32.554Zwarning: it looks like you have an existing installation of Rust at:
212023-10-03T17:39:32.557Zwarning: /opt/ooce/bin
222023-10-03T17:39:32.560Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-03T17:39:32.564Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-03T17:39:32.567Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-03T17:39:32.570Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-03T17:39:32.579Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-03T17:39:32.582Zerror: cannot install while Rust is installed
282023-10-03T17:39:32.585Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-03T17:39:32.639Zinfo: profile set to 'default'
302023-10-03T17:39:32.642Zinfo: default host triple is x86_64-unknown-illumos
312023-10-03T17:39:32.645Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-03T17:39:32.814Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-03T17:39:32.817Zinfo: downloading component 'cargo'
342023-10-03T17:39:33.515Zinfo: downloading component 'clippy'
352023-10-03T17:39:33.770Zinfo: downloading component 'rust-docs'
362023-10-03T17:39:34.635Zinfo: downloading component 'rust-std'
372023-10-03T17:39:36.193Zinfo: downloading component 'rustc'
382023-10-03T17:39:39.952Zinfo: downloading component 'rustfmt'
392023-10-03T17:39:40.171Zinfo: installing component 'cargo'
402023-10-03T17:39:41.599Zinfo: installing component 'clippy'
412023-10-03T17:39:42.199Zinfo: installing component 'rust-docs'
422023-10-03T17:39:44.897Zinfo: installing component 'rust-std'
432023-10-03T17:39:48.969Zinfo: installing component 'rustc'
442023-10-03T17:39:58.095Zinfo: installing component 'rustfmt'
452023-10-03T17:39:58.549Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-03T17:39:58.552Z
472023-10-03T17:39:58.690Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-03T17:39:58.693Z
492023-10-03T17:39:58.696Z
502023-10-03T17:39:58.699ZRust is installed now. Great!
512023-10-03T17:39:58.701Z
522023-10-03T17:39:58.704ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-03T17:39:58.706Zenvironment variable. This has not been done automatically.
542023-10-03T17:39:58.709Z
552023-10-03T17:39:58.712ZTo configure your current shell, run:
562023-10-03T17:39:58.714Zsource "$HOME/.cargo/env"
572023-10-03T17:39:58.784Z+ rustc --version
582023-10-03T17:39:58.896Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-03T17:39:58.901Zprocess exited: duration 28452 ms, exit code 0
 
602023-10-03T17:39:58.911Zstarting task 2: "authentication"
612023-10-03T17:39:58.947Zprocess exited: duration 32 ms, exit code 0
 
622023-10-03T17:39:58.953Zstarting task 3: "clone repository"
632023-10-03T17:39:58.963Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-03T17:39:58.966Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-03T17:39:58.998ZCloning into '/work/oxidecomputer/omicron'...
662023-10-03T17:40:04.822Z+ cd /work/oxidecomputer/omicron
672023-10-03T17:40:04.825Z+ [[ -n omdb-networking ]]
682023-10-03T17:40:04.828Z+ git fetch origin omdb-networking
692023-10-03T17:40:05.185ZFrom https://github.com/oxidecomputer/omicron
702023-10-03T17:40:05.189Z * branch omdb-networking -> FETCH_HEAD
712023-10-03T17:40:05.196Z+ git checkout -B omdb-networking remotes/origin/omdb-networking
722023-10-03T17:40:05.283ZSwitched to a new branch 'omdb-networking'
732023-10-03T17:40:05.286Zbranch 'omdb-networking' set up to track 'origin/omdb-networking'.
742023-10-03T17:40:05.289Z+ git reset --hard 8d09e04e25fdda9c22c99af1bcb087ffbae37c67
752023-10-03T17:40:05.300ZHEAD is now at 8d09e04e remove stray comment
762023-10-03T17:40:05.304Zprocess exited: duration 6346 ms, exit code 0
 
772023-10-03T17:40:05.311Zstarting task 4: "build"
782023-10-03T17:40:05.323Z+ cargo --version
792023-10-03T17:40:05.415Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-03T17:40:05.418Z+ rustc --version
812023-10-03T17:40:05.522Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-03T17:40:05.529Z++ git rev-parse HEAD
832023-10-03T17:40:05.535Z+ COMMIT=8d09e04e25fdda9c22c99af1bcb087ffbae37c67
842023-10-03T17:40:05.538Z+ VERSION=1.0.2-0.ci+git8d09e04e25f
852023-10-03T17:40:05.541Z+ echo 1.0.2-0.ci+git8d09e04e25f
862023-10-03T17:40:05.545Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872023-10-03T17:40:13.494Z Startup: Refreshing catalog 'helios-dev' ... Done
882023-10-03T17:40:14.157Z Startup: Caching catalogs ... Done
892023-10-03T17:40:16.802ZPlanning: Solver setup ... Done (2.443s)
902023-10-03T17:40:16.879ZPlanning: Running solver ... Done (0.077s)
912023-10-03T17:40:16.911ZPlanning: Finding local manifests ... Done (0.004s)
922023-10-03T17:40:16.926ZPlanning: Fetching manifests: 0/4 0% complete
932023-10-03T17:40:17.161ZPlanning: Fetching manifests: 4/4 100% complete
942023-10-03T17:40:17.245ZPlanning: Package planning ... Done (0.084s)
952023-10-03T17:40:17.328ZPlanning: Merging actions ... Done (0.083s)
962023-10-03T17:40:18.098ZPlanning: Checking for conflicting actions ... Done (0.769s)
972023-10-03T17:40:18.115ZPlanning: Consolidating action changes ... Done (0.017s)
982023-10-03T17:40:22.983ZPlanning: Evaluating mediators ... Done (4.867s)
992023-10-03T17:40:22.998ZPlanning: Planning completed in 8.79 seconds
1002023-10-03T17:40:23.030Z Packages to install: 4
1012023-10-03T17:40:23.033Z Mediators to change: 2
1022023-10-03T17:40:23.036Z Services to change: 1
1032023-10-03T17:40:23.039Z Estimated space available: 149.39 GB
1042023-10-03T17:40:23.041ZEstimated space to be consumed: 1.35 GB
1052023-10-03T17:40:23.044Z Create boot environment: No
1062023-10-03T17:40:23.047ZCreate backup boot environment: No
1072023-10-03T17:40:23.050Z Rebuild boot archive: No
1082023-10-03T17:40:23.053Z
1092023-10-03T17:40:23.056ZChanged mediators:
1102023-10-03T17:40:23.059Z mediator clang:
1112023-10-03T17:40:23.062Z version: None -> 15 (system default)
1122023-10-03T17:40:23.065Z
1132023-10-03T17:40:23.067Z mediator llvm:
1142023-10-03T17:40:23.070Z version: 14 (system default) -> 15 (system default)
1152023-10-03T17:40:23.073Z
1162023-10-03T17:40:23.076ZChanged packages:
1172023-10-03T17:40:23.079Zhelios-dev
1182023-10-03T17:40:23.082Z developer/build-essential
1192023-10-03T17:40:23.085Z None -> 11-2.0
1202023-10-03T17:40:23.087Z library/libxmlsec1
1212023-10-03T17:40:23.090Z None -> 1.2.35-2.0
1222023-10-03T17:40:23.093Z ooce/developer/clang-15
1232023-10-03T17:40:23.096Z None -> 15.0.7-2.0
1242023-10-03T17:40:23.099Z ooce/developer/llvm-15
1252023-10-03T17:40:23.101Z None -> 15.0.7-2.0
1262023-10-03T17:40:23.104Z
1272023-10-03T17:40:23.107ZServices:
1282023-10-03T17:40:23.109Z restart_fmri:
1292023-10-03T17:40:23.112Z svc:/system/update-man-index:default
1302023-10-03T17:40:23.233Z
1312023-10-03T17:40:23.236ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1322023-10-03T17:40:28.328ZDownload: 1196/3290 items 79.8/212.6MB 37% complete (16.8M/s)
1332023-10-03T17:40:33.372ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (12.1M/s)
1342023-10-03T17:40:40.073ZDownload: 3246/3290 items 202.6/212.6MB 95% complete (12.2M/s)
1352023-10-03T17:40:48.180ZDownload: 3288/3290 items 212.0/212.6MB 99% complete (9.1M/s)
1362023-10-03T17:40:48.231ZDownload: Completed 212.60 MB in 25.00 seconds (8.5M/s)
1372023-10-03T17:40:48.511Z Actions: 1/3687 actions (Installing new actions)
1382023-10-03T17:40:53.516Z Actions: 2344/3687 actions (Installing new actions)
1392023-10-03T17:40:56.756Z Actions: Completed 3687 actions in 8.23 seconds.
1402023-10-03T17:40:56.802Z Done (0.050s)
1412023-10-03T17:40:56.805Z Done (0.000s)
1422023-10-03T17:40:56.931Z Done (0.129s)
1432023-10-03T17:41:04.766Z Done (7.731s)
1442023-10-03T17:41:05.126Z Done (0.260s)
1452023-10-03T17:41:05.129Z Done (0.000s)
1462023-10-03T17:41:05.366Z Done (0.000s)
1472023-10-03T17:41:06.028ZPlanning: Evaluating mediator changes ... Done
1482023-10-03T17:41:06.314ZPlanning: Checking for conflicting actions ... Done
1492023-10-03T17:41:06.317ZPlanning: Consolidating action changes ... Done
1502023-10-03T17:41:06.759ZPlanning: Evaluating mediators ... Done
1512023-10-03T17:41:06.763ZPlanning: Planning completed in 0.73 seconds
1522023-10-03T17:41:06.813Z Mediators to change: 2
1532023-10-03T17:41:06.820Z Create boot environment: No
1542023-10-03T17:41:06.823ZCreate backup boot environment: No
1552023-10-03T17:41:06.899Z Done
1562023-10-03T17:41:06.904Z Done
1572023-10-03T17:41:06.974Z Done
1582023-10-03T17:41:12.844Z Done
1592023-10-03T17:41:12.964Z Done
1602023-10-03T17:41:12.975Z Done
1612023-10-03T17:41:13.059Z Done
1622023-10-03T17:41:14.068ZPlanning: Evaluating mediator changes ... Done
1632023-10-03T17:41:14.080ZPlanning: Merging actions ... Done
1642023-10-03T17:41:14.398ZPlanning: Checking for conflicting actions ... Done
1652023-10-03T17:41:14.401ZPlanning: Consolidating action changes ... Done
1662023-10-03T17:41:14.835ZPlanning: Evaluating mediators ... Done
1672023-10-03T17:41:14.927ZPlanning: Planning completed in 1.30 seconds
1682023-10-03T17:41:14.992Z Packages to change: 1
1692023-10-03T17:41:15.005Z Mediators to change: 1
1702023-10-03T17:41:15.017Z Services to change: 1
1712023-10-03T17:41:15.035Z Create boot environment: No
1722023-10-03T17:41:15.042ZCreate backup boot environment: Yes
1732023-10-03T17:41:16.891Z Actions: 1/6 actions (Updating modified actions)
1742023-10-03T17:41:16.896Z Actions: Completed 6 actions in 0.00 seconds.
1752023-10-03T17:41:16.900Z Done
1762023-10-03T17:41:16.916Z Done
1772023-10-03T17:41:16.927Z Done
1782023-10-03T17:41:22.778Z Done
1792023-10-03T17:41:22.902Z Done
1802023-10-03T17:41:22.905Z Done
1812023-10-03T17:41:23.018Z Done
1822023-10-03T17:41:23.692ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832023-10-03T17:41:23.696Zclang system 15 system
1842023-10-03T17:41:23.698Zcsh system system illumos
1852023-10-03T17:41:23.701Zctags system system illumos
1862023-10-03T17:41:23.704Zgcc vendor 12 vendor
1872023-10-03T17:41:23.707Zgcc system 10 system
1882023-10-03T17:41:23.709Zgcc system 7 system
1892023-10-03T17:41:23.712Zgo system 1.20 system
1902023-10-03T17:41:23.715Zgo system 1.19 system
1912023-10-03T17:41:23.718Zllvm system 15 system
1922023-10-03T17:41:23.721Zllvm system 14 system
1932023-10-03T17:41:23.724Zmariadb system 10.6 system
1942023-10-03T17:41:23.726Zmta vendor vendor dma
1952023-10-03T17:41:23.729Zopenjdk system 17 system
1962023-10-03T17:41:23.732Zopenjdk system 11 system
1972023-10-03T17:41:23.735Zopenjdk system 1.8 system
1982023-10-03T17:41:23.737Zopenssl vendor 3 vendor
1992023-10-03T17:41:23.740Zperl system 5.36 system
2002023-10-03T17:41:23.743Zpostgresql system 15 system
2012023-10-03T17:41:23.745Zpostgresql system 13 system
2022023-10-03T17:41:23.748Zpython vendor 3 vendor
2032023-10-03T17:41:23.751Zpython system 2 system
2042023-10-03T17:41:23.753Zpython3 system 3.11 system
2052023-10-03T17:41:23.756Zruby system 3.0 system
2062023-10-03T17:41:23.759Zwords vendor vendor american-english
2072023-10-03T17:41:23.762Zwords system system australian-english
2082023-10-03T17:41:23.764Zwords system system british-english
2092023-10-03T17:41:23.767Zwords system system canadian-english
2102023-10-03T17:41:23.770Zwords system system french
2112023-10-03T17:41:23.773Zwords system system italian
2122023-10-03T17:41:23.775Zwords system system ngerman
2132023-10-03T17:41:23.778Zwords system system ogerman
2142023-10-03T17:41:23.781Zwords system system spanish
2152023-10-03T17:41:24.236ZFMRI IFO
2162023-10-03T17:41:24.239Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2172023-10-03T17:41:24.242Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2182023-10-03T17:41:24.244Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2192023-10-03T17:41:24.247Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2202023-10-03T17:41:24.250Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2212023-10-03T17:41:24.253Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2222023-10-03T17:41:24.312Z+ set -o errexit
2232023-10-03T17:41:24.316Z+++ dirname ./tools/ci_download_cockroachdb
2242023-10-03T17:41:24.320Z++ cd ./tools
2252023-10-03T17:41:24.323Z++ pwd
2262023-10-03T17:41:24.326Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2272023-10-03T17:41:24.330Z++ basename ./tools/ci_download_cockroachdb
2282023-10-03T17:41:24.333Z+ ARG0=ci_download_cockroachdb
2292023-10-03T17:41:24.337Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2302023-10-03T17:41:24.340Z+ CIDL_VERSION=v22.1.9
2312023-10-03T17:41:24.343Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2322023-10-03T17:41:24.347Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2332023-10-03T17:41:24.353Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2342023-10-03T17:41:24.357Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2352023-10-03T17:41:24.361Z+ TARGET_DIR=out
2362023-10-03T17:41:24.364Z+ DOWNLOAD_DIR=out/downloads
2372023-10-03T17:41:24.375Z+ DEST_DIR=./out/cockroachdb
2382023-10-03T17:41:24.381Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2392023-10-03T17:41:24.390Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2402023-10-03T17:41:24.399Z+ main
2412023-10-03T17:41:24.409Z+ [[ 0 != 0 ]]
2422023-10-03T17:41:24.419Z+ CIDL_OS=solaris2.11
2432023-10-03T17:41:24.430Z+ [[ 0 != 0 ]]
2442023-10-03T17:41:24.439Z+ configure_os solaris2.11
2452023-10-03T17:41:24.446Z+ echo 'current directory: /work/oxidecomputer/omicron'
2462023-10-03T17:41:24.452Zcurrent directory: /work/oxidecomputer/omicron
2472023-10-03T17:41:24.457Zconfiguring based on OS: "solaris2.11"
2482023-10-03T17:41:24.465Z+ echo 'configuring based on OS: "solaris2.11"'
2492023-10-03T17:41:24.471Z+ case "$1" in
2502023-10-03T17:41:24.479Z+ CIDL_BUILD=illumos
2512023-10-03T17:41:24.486Z+ CIDL_SUFFIX=tar.gz
2522023-10-03T17:41:24.495Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2532023-10-03T17:41:24.503Z+ CIDL_MD5FUNC=do_md5sum
2542023-10-03T17:41:24.510Z+ CIDL_URL_BASE=https://illumos.org/downloads
2552023-10-03T17:41:24.515Z+ CIDL_ASSEMBLE=do_assemble_illumos
2562023-10-03T17:41:24.518Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2572023-10-03T17:41:24.522Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2582023-10-03T17:41:24.528Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-10-03T17:41:24.531Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2602023-10-03T17:41:24.535Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-10-03T17:41:24.538Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2622023-10-03T17:41:24.583ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-10-03T17:41:24.589Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2642023-10-03T17:41:24.594ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2652023-10-03T17:41:24.599Z+ mkdir -p out/downloads
2662023-10-03T17:41:24.604Z+ mkdir -p ./out/cockroachdb
2672023-10-03T17:41:24.608Z+ local DO_DOWNLOAD=true
2682023-10-03T17:41:24.611Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2692023-10-03T17:41:24.614Z+ '[' true == true ']'
2702023-10-03T17:41:24.620Z+ echo Downloading...
2712023-10-03T17:41:24.624ZDownloading...
2722023-10-03T17:41:24.627Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-10-03T17:41:24.630Z+ 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
2742023-10-03T17:41:27.103Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752023-10-03T17:41:27.106Z++ md5sum
2762023-10-03T17:41:27.109Z++ awk '{print $1}'
2772023-10-03T17:41:27.287Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2782023-10-03T17:41:27.290Z+ [[ 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 ]]
2792023-10-03T17:41:27.295Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-10-03T17:41:27.298Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2812023-10-03T17:41:30.660Z+ do_assemble_illumos
2822023-10-03T17:41:30.663Z+ rm -r ./out/cockroachdb
2832023-10-03T17:41:30.666Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2842023-10-03T17:41:31.259Z+ ./out/cockroachdb/bin/cockroach version
2852023-10-03T17:41:31.668ZBuild Tag: v22.1.9-dirty
2862023-10-03T17:41:31.689ZBuild Time: 2022/10/26 21:17:46
2872023-10-03T17:41:31.705ZDistribution: OSS
2882023-10-03T17:41:31.709ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2892023-10-03T17:41:31.713ZGo Version: go1.17.13
2902023-10-03T17:41:31.716ZC Compiler: gcc 10.3.0
2912023-10-03T17:41:31.719ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2922023-10-03T17:41:31.721ZBuild Type: release
2932023-10-03T17:41:31.724Z+ set -o errexit
2942023-10-03T17:41:31.727Z+++ dirname ./tools/ci_download_clickhouse
2952023-10-03T17:41:31.730Z++ cd ./tools
2962023-10-03T17:41:31.733Z++ pwd
2972023-10-03T17:41:31.736Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2982023-10-03T17:41:31.739Z++ basename ./tools/ci_download_clickhouse
2992023-10-03T17:41:31.742Z+ ARG0=ci_download_clickhouse
3002023-10-03T17:41:31.767Z+ TARGET_DIR=out
3012023-10-03T17:41:31.770Z+ DOWNLOAD_DIR=out/downloads
3022023-10-03T17:41:31.773Z+ DEST_DIR=./out/clickhouse
3032023-10-03T17:41:31.776Z+ CIDL_VERSION=v22.8.9.24
3042023-10-03T17:41:31.779Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3052023-10-03T17:41:31.782Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3062023-10-03T17:41:31.785Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3072023-10-03T17:41:31.787Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3082023-10-03T17:41:31.791Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3092023-10-03T17:41:31.794Z+ main
3102023-10-03T17:41:31.797Z+ [[ 0 != 0 ]]
3112023-10-03T17:41:31.800Z+ CIDL_OS=solaris2.11
3122023-10-03T17:41:31.802Z+ [[ 0 != 0 ]]
3132023-10-03T17:41:31.805Z+ configure_os solaris2.11
3142023-10-03T17:41:31.808Z+ echo 'current directory: /work/oxidecomputer/omicron'
3152023-10-03T17:41:31.811Zcurrent directory: /work/oxidecomputer/omicron
3162023-10-03T17:41:31.814Z+ echo 'configuring based on OS: "solaris2.11"'
3172023-10-03T17:41:31.816Zconfiguring based on OS: "solaris2.11"
3182023-10-03T17:41:31.819Z+ CIDL_DASHREV=
3192023-10-03T17:41:31.822Z+ case "$1" in
3202023-10-03T17:41:31.825Z+ CIDL_PLATFORM=illumos
3212023-10-03T17:41:31.827Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3222023-10-03T17:41:31.830Z+ CIDL_MD5FUNC=do_md5sum
3232023-10-03T17:41:31.833Z+ CIDL_DASHREV=-1
3242023-10-03T17:41:31.836Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3252023-10-03T17:41:31.838Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-03T17:41:31.841Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3272023-10-03T17:41:31.845Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-10-03T17:41:31.848Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3292023-10-03T17:41:31.853ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-10-03T17:41:31.856Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3312023-10-03T17:41:31.858ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3322023-10-03T17:41:31.862Z+ mkdir -p out/downloads
3332023-10-03T17:41:31.864Z+ mkdir -p ./out/clickhouse
3342023-10-03T17:41:31.867Z+ local DO_DOWNLOAD=true
3352023-10-03T17:41:31.870Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3362023-10-03T17:41:31.873Z+ '[' true == true ']'
3372023-10-03T17:41:31.876Z+ echo Downloading...
3382023-10-03T17:41:31.880ZDownloading...
3392023-10-03T17:41:31.883Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-10-03T17:41:31.886Z+ 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
3412023-10-03T17:41:33.241Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-10-03T17:41:33.244Z++ md5sum
3432023-10-03T17:41:33.246Z++ awk '{print $1}'
3442023-10-03T17:41:33.501Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3452023-10-03T17:41:33.504Z+ [[ 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 ]]
3462023-10-03T17:41:33.506Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3472023-10-03T17:41:33.510Z+ mkdir -p ./out/clickhouse
3482023-10-03T17:41:33.513Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3492023-10-03T17:41:38.253Z+ ./out/clickhouse/clickhouse server --version
3502023-10-03T17:41:38.305ZClickHouse server version 22.8.9.1.
3512023-10-03T17:41:38.329Z+ set -o errexit
3522023-10-03T17:41:38.332Z+++ dirname ./tools/ci_download_console
3532023-10-03T17:41:38.335Z++ cd ./tools
3542023-10-03T17:41:38.338Z++ pwd
3552023-10-03T17:41:38.341Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3562023-10-03T17:41:38.344Z++ basename ./tools/ci_download_console
3572023-10-03T17:41:38.348Z+ ARG0=ci_download_console
3582023-10-03T17:41:38.351Z+ TARGET_DIR=out
3592023-10-03T17:41:38.353Z+ DOWNLOAD_DIR=out/downloads
3602023-10-03T17:41:38.357Z+ DEST_DIR=./out/console-assets
3612023-10-03T17:41:38.360Z+ source /work/oxidecomputer/omicron/tools/console_version
3622023-10-03T17:41:38.363Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3632023-10-03T17:41:38.365Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3642023-10-03T17:41:38.368Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3652023-10-03T17:41:38.371Z+ TARBALL_FILE=out/downloads/console.tar.gz
3662023-10-03T17:41:38.374Z+ main
3672023-10-03T17:41:38.377Z+ [[ 0 != 0 ]]
3682023-10-03T17:41:38.380Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3692023-10-03T17:41:38.383ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3702023-10-03T17:41:38.385ZLocal file: out/downloads/console.tar.gz
3712023-10-03T17:41:38.388Z+ echo 'Local file: out/downloads/console.tar.gz'
3722023-10-03T17:41:38.391Z+ local DO_DOWNLOAD=true
3732023-10-03T17:41:38.394Z+ [[ -f out/downloads/console.tar.gz ]]
3742023-10-03T17:41:38.397Z+ mkdir -p out/downloads
3752023-10-03T17:41:38.400Z+ '[' true == true ']'
3762023-10-03T17:41:38.402Z+ echo Downloading...
3772023-10-03T17:41:38.405ZDownloading...
3782023-10-03T17:41:38.408Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
3792023-10-03T17:41:38.411Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3802023-10-03T17:41:38.825Z++ do_sha256sum out/downloads/console.tar.gz
3812023-10-03T17:41:38.829Z++ case "$OSTYPE" in
3822023-10-03T17:41:38.831Z++ SHA=sha256sum
3832023-10-03T17:41:38.834Z++ sha256sum
3842023-10-03T17:41:38.843Z++ awk '{print $1}'
3852023-10-03T17:41:38.849Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3862023-10-03T17:41:38.852Z+ [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]]
3872023-10-03T17:41:38.855Z+ rm -rf ./out/console-assets
3882023-10-03T17:41:38.858Z+ mkdir -p ./out/console-assets
3892023-10-03T17:41:38.861Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3902023-10-03T17:41:38.863Z+ mkdir -p ./out/console-assets
3912023-10-03T17:41:38.866Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3922023-10-03T17:41:38.991Z+ set -o errexit
3932023-10-03T17:41:38.994Z+++ dirname ./tools/ci_download_maghemite_openapi
3942023-10-03T17:41:38.997Z++ cd ./tools
3952023-10-03T17:41:38.999Z++ pwd
3962023-10-03T17:41:39.003Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3972023-10-03T17:41:39.005Z++ basename ./tools/ci_download_maghemite_openapi
3982023-10-03T17:41:39.008Z+ ARG0=ci_download_maghemite_openapi
3992023-10-03T17:41:39.011Z+ TARGET_DIR=out
4002023-10-03T17:41:39.013Z+ DOWNLOAD_DIR=out/downloads
4012023-10-03T17:41:39.016Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4022023-10-03T17:41:39.019Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4032023-10-03T17:41:39.022Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4042023-10-03T17:41:39.024Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4052023-10-03T17:41:39.027Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4062023-10-03T17:41:39.030Z+ main
4072023-10-03T17:41:39.033Z+ [[ 0 != 0 ]]
4082023-10-03T17:41:39.035Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4092023-10-03T17:41:39.038ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4102023-10-03T17:41:39.041Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4112023-10-03T17:41:39.043ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4122023-10-03T17:41:39.046Z+ local DO_DOWNLOAD=true
4132023-10-03T17:41:39.049Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4142023-10-03T17:41:39.052Z+ mkdir -p out/downloads
4152023-10-03T17:41:39.055Z+ '[' true == true ']'
4162023-10-03T17:41:39.057Z+ echo Downloading...
4172023-10-03T17:41:39.061ZDownloading...
4182023-10-03T17:41:39.064Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4192023-10-03T17:41:39.066Z+ 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
4202023-10-03T17:41:39.269Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4212023-10-03T17:41:39.272Z++ case "$OSTYPE" in
4222023-10-03T17:41:39.274Z++ SHA=sha256sum
4232023-10-03T17:41:39.277Z++ sha256sum
4242023-10-03T17:41:39.280Z++ awk '{print $1}'
4252023-10-03T17:41:39.283Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4262023-10-03T17:41:39.286Z+ [[ 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 ]]
4272023-10-03T17:41:39.289Z+ set -o errexit
4282023-10-03T17:41:39.292Z+++ dirname ./tools/ci_download_dendrite_openapi
4292023-10-03T17:41:39.294Z++ cd ./tools
4302023-10-03T17:41:39.297Z++ pwd
4312023-10-03T17:41:39.301Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4322023-10-03T17:41:39.303Z++ basename ./tools/ci_download_dendrite_openapi
4332023-10-03T17:41:39.306Z+ ARG0=ci_download_dendrite_openapi
4342023-10-03T17:41:39.311Z+ TARGET_DIR=out
4352023-10-03T17:41:39.315Z+ DOWNLOAD_DIR=out/downloads
4362023-10-03T17:41:39.318Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4372023-10-03T17:41:39.321Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4382023-10-03T17:41:39.323Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4392023-10-03T17:41:39.327Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4402023-10-03T17:41:39.331Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4412023-10-03T17:41:39.334Z+ main
4422023-10-03T17:41:39.336Z+ [[ 0 != 0 ]]
4432023-10-03T17:41:39.339Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4442023-10-03T17:41:39.342ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4452023-10-03T17:41:39.344Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4462023-10-03T17:41:39.347ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4472023-10-03T17:41:39.350Z+ local DO_DOWNLOAD=true
4482023-10-03T17:41:39.353Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4492023-10-03T17:41:39.356Z+ mkdir -p out/downloads
4502023-10-03T17:41:39.359Z+ '[' true == true ']'
4512023-10-03T17:41:39.362Z+ echo Downloading...
4522023-10-03T17:41:39.365ZDownloading...
4532023-10-03T17:41:39.368Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4542023-10-03T17:41:39.371Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4552023-10-03T17:41:39.442Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4562023-10-03T17:41:39.445Z++ case "$OSTYPE" in
4572023-10-03T17:41:39.448Z++ SHA=sha256sum
4582023-10-03T17:41:39.451Z++ sha256sum
4592023-10-03T17:41:39.453Z++ awk '{print $1}'
4602023-10-03T17:41:39.456Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4612023-10-03T17:41:39.459Z+ [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]]
4622023-10-03T17:41:39.462Z+ set -o errexit
4632023-10-03T17:41:39.464Z+++ dirname ./tools/ci_download_dendrite_stub
4642023-10-03T17:41:39.467Z++ cd ./tools
4652023-10-03T17:41:39.470Z++ pwd
4662023-10-03T17:41:39.473Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4672023-10-03T17:41:39.476Z++ basename ./tools/ci_download_dendrite_stub
4682023-10-03T17:41:39.479Z+ ARG0=ci_download_dendrite_stub
4692023-10-03T17:41:39.481Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4702023-10-03T17:41:39.484Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4712023-10-03T17:41:39.487Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4722023-10-03T17:41:39.491Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4732023-10-03T17:41:39.495Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742023-10-03T17:41:39.498Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4752023-10-03T17:41:39.500Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4762023-10-03T17:41:39.503Z+ TARGET_DIR=out
4772023-10-03T17:41:39.506Z+ DOWNLOAD_DIR=out/downloads
4782023-10-03T17:41:39.509Z+ DEST_DIR=./out/dendrite-stub
4792023-10-03T17:41:39.511Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4802023-10-03T17:41:39.514Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4812023-10-03T17:41:39.517Z+ REPO=oxidecomputer/dendrite
4822023-10-03T17:41:39.519Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4832023-10-03T17:41:39.522Z+ main
4842023-10-03T17:41:39.525Z+ [[ 0 != 0 ]]
4852023-10-03T17:41:39.527Z+ CIDL_OS=solaris2.11
4862023-10-03T17:41:39.530Z+ [[ 0 != 0 ]]
4872023-10-03T17:41:39.533Z+ configure_os solaris2.11
4882023-10-03T17:41:39.536Z+ echo 'current directory: /work/oxidecomputer/omicron'
4892023-10-03T17:41:39.538Zcurrent directory: /work/oxidecomputer/omicron
4902023-10-03T17:41:39.543Z+ echo 'configuring based on OS: "solaris2.11"'
4912023-10-03T17:41:39.546Z+ case "$1" in
4922023-10-03T17:41:39.548Z+ SET_BINARIES=
4932023-10-03T17:41:39.551Zconfiguring based on OS: "solaris2.11"
4942023-10-03T17:41:39.554Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4952023-10-03T17:41:39.557Z+ CIDL_SHA256FUNC=do_sha256sum
4962023-10-03T17:41:39.559Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4972023-10-03T17:41:39.562Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4982023-10-03T17:41:39.566Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4992023-10-03T17:41:39.570Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5002023-10-03T17:41:39.573ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5012023-10-03T17:41:39.575Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5022023-10-03T17:41:39.578ZLocal file: out/downloads/dendrite-stub.tar.gz
5032023-10-03T17:41:39.581Z+ mkdir -p out/downloads
5042023-10-03T17:41:39.585Z+ mkdir -p ./out/dendrite-stub
5052023-10-03T17:41:39.588Z+ fetch_and_verify
5062023-10-03T17:41:39.591Z+ local DO_DOWNLOAD=true
5072023-10-03T17:41:39.593Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5082023-10-03T17:41:39.596Z+ '[' true == true ']'
5092023-10-03T17:41:39.599Z+ echo Downloading...
5102023-10-03T17:41:39.601ZDownloading...
5112023-10-03T17:41:39.605Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5122023-10-03T17:41:39.612Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
5132023-10-03T17:41:43.397Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5142023-10-03T17:41:43.403Z++ sha256sum
5152023-10-03T17:41:43.406Z++ awk '{print $1}'
5162023-10-03T17:41:43.497Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5172023-10-03T17:41:43.500Z+ [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]]
5182023-10-03T17:41:43.503Z+ do_untar out/downloads/dendrite-stub.tar.gz
5192023-10-03T17:41:43.506Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5202023-10-03T17:41:44.433Z+ do_assemble
5212023-10-03T17:41:44.444Z+ rm -r ./out/dendrite-stub
5222023-10-03T17:41:44.450Z+ mkdir ./out/dendrite-stub
5232023-10-03T17:41:44.454Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5242023-10-03T17:41:44.583Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5252023-10-03T17:41:44.595Z+ set -o errexit
5262023-10-03T17:41:44.598Z+++ dirname ./tools/ci_download_transceiver_control
5272023-10-03T17:41:44.601Z++ cd ./tools
5282023-10-03T17:41:44.604Z++ pwd
5292023-10-03T17:41:44.607Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5302023-10-03T17:41:44.610Z++ basename ./tools/ci_download_transceiver_control
5312023-10-03T17:41:44.613Z+ ARG0=ci_download_transceiver_control
5322023-10-03T17:41:44.616Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5332023-10-03T17:41:44.619Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5342023-10-03T17:41:44.622Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5352023-10-03T17:41:44.625Z+ TARGET_DIR=out
5362023-10-03T17:41:44.630Z+ DOWNLOAD_DIR=out/downloads
5372023-10-03T17:41:44.632Z+ DEST_DIR=./out/transceiver-control
5382023-10-03T17:41:44.636Z+ BIN_DIR=/opt/oxide/bin
5392023-10-03T17:41:44.638Z+ BINARY=xcvradm
5402023-10-03T17:41:44.641Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5412023-10-03T17:41:44.644Z+ REPO=oxidecomputer/transceiver-control
5422023-10-03T17:41:44.647Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5432023-10-03T17:41:44.650Z+ main
5442023-10-03T17:41:44.654Z+ [[ 0 != 0 ]]
5452023-10-03T17:41:44.657Z+ CIDL_OS=solaris2.11
5462023-10-03T17:41:44.660Z+ [[ 0 != 0 ]]
5472023-10-03T17:41:44.663Z+ configure_os solaris2.11
5482023-10-03T17:41:44.666Z+ echo 'current directory: /work/oxidecomputer/omicron'
5492023-10-03T17:41:44.668Zcurrent directory: /work/oxidecomputer/omicron
5502023-10-03T17:41:44.671Z+ echo 'configuring based on OS: "solaris2.11"'
5512023-10-03T17:41:44.674Zconfiguring based on OS: "solaris2.11"
5522023-10-03T17:41:44.677Z+ case "$1" in
5532023-10-03T17:41:44.680Z+ SET_BINARIES=
5542023-10-03T17:41:44.683Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5552023-10-03T17:41:44.685Z+ CIDL_SHA256FUNC=do_sha256sum
5562023-10-03T17:41:44.688Z+ ARCHIVE_FILENAME=xcvradm.gz
5572023-10-03T17:41:44.691Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5582023-10-03T17:41:44.694Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5592023-10-03T17:41:44.696Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5602023-10-03T17:41:44.699ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5612023-10-03T17:41:44.702Z+ echo 'Local file: out/downloads/xcvradm.gz'
5622023-10-03T17:41:44.705ZLocal file: out/downloads/xcvradm.gz
5632023-10-03T17:41:44.708Z+ mkdir -p out/downloads
5642023-10-03T17:41:44.711Z+ mkdir -p ./out/transceiver-control
5652023-10-03T17:41:44.714Z+ fetch_and_verify
5662023-10-03T17:41:44.717Z+ local DO_DOWNLOAD=true
5672023-10-03T17:41:44.722Z+ [[ -f out/downloads/xcvradm.gz ]]
5682023-10-03T17:41:44.725Z+ '[' true == true ']'
5692023-10-03T17:41:44.728Z+ echo Downloading...
5702023-10-03T17:41:44.731ZDownloading...
5712023-10-03T17:41:44.740Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5722023-10-03T17:41:44.753Z+ 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
5732023-10-03T17:41:45.485Z++ do_sha256sum out/downloads/xcvradm.gz
5742023-10-03T17:41:45.487Z++ sha256sum
5752023-10-03T17:41:45.490Z++ awk '{print $1}'
5762023-10-03T17:41:45.509Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5772023-10-03T17:41:45.512Z+ [[ 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 ]]
5782023-10-03T17:41:45.515Z+ do_unpack out/downloads/xcvradm.gz
5792023-10-03T17:41:45.518Z+ mkdir -p out/downloads/root//opt/oxide/bin
5802023-10-03T17:41:45.521Z+ gzip -dc out/downloads/xcvradm.gz
5812023-10-03T17:41:45.693Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5822023-10-03T17:41:45.696Z+ do_assemble
5832023-10-03T17:41:45.698Z+ rm -r ./out/transceiver-control
5842023-10-03T17:41:45.701Z+ mkdir ./out/transceiver-control
5852023-10-03T17:41:45.704Z+ cp -r out/downloads/root ./out/transceiver-control/root
5862023-10-03T17:41:45.851ZAll prerequisites installed successfully
5872023-10-03T17:41:45.854Z
5882023-10-03T17:41:45.857Zreal 1:40.317051130
5892023-10-03T17:41:45.860Zuser 48.320367990
5902023-10-03T17:41:45.863Zsys 9.030927119
5912023-10-03T17:41:45.866Ztrap 0.020664438
5922023-10-03T17:41:45.868Ztflt 0.118448984
5932023-10-03T17:41:45.871Zdflt 0.506660068
5942023-10-03T17:41:45.874Zkflt 0.197721364
5952023-10-03T17:41:45.876Zlock 2.547362235
5962023-10-03T17:41:45.879Zslp 2:52.552458791
5972023-10-03T17:41:45.882Zlat 3.010860634
5982023-10-03T17:41:45.884Zstop 0.081513214
5992023-10-03T17:41:45.887Z+ ptime -m ./tools/ci_download_softnpu_machinery
6002023-10-03T17:41:45.890Zfetching npuzone
6012023-10-03T17:41:45.894ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6022023-10-03T17:41:45.897Z (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756)
6032023-10-03T17:41:45.900ZGetting hash for npuzone
6042023-10-03T17:41:46.432Z (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323)
6052023-10-03T17:41:55.777Znpuzone downloaded successfully
6062023-10-03T17:41:55.781Z
6072023-10-03T17:41:55.784Zreal 9.925523718
6082023-10-03T17:41:55.787Zuser 0.540999961
6092023-10-03T17:41:55.791Zsys 0.134688033
6102023-10-03T17:41:55.794Ztrap 0.000204202
6112023-10-03T17:41:55.796Ztflt 0.000000000
6122023-10-03T17:41:55.799Zdflt 0.000000000
6132023-10-03T17:41:55.802Zkflt 0.000000000
6142023-10-03T17:41:55.805Zlock 0.000000000
6152023-10-03T17:41:55.807Zslp 28.956121399
6162023-10-03T17:41:55.810Zlat 0.108928123
6172023-10-03T17:41:55.813Zstop 0.000260376
6182023-10-03T17:41:55.816Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
6192023-10-03T17:41:56.136Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6202023-10-03T17:41:56.515Z Updating crates.io index
6212023-10-03T17:41:56.518Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6222023-10-03T17:41:57.107Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6232023-10-03T17:41:57.935Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6242023-10-03T17:41:59.884Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6252023-10-03T17:42:00.526Z Updating git repository `http://github.com/oxidecomputer/tofino`
6262023-10-03T17:42:00.898Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6272023-10-03T17:42:01.276Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6282023-10-03T17:42:01.611Z Updating git repository `https://github.com/oxidecomputer/propolis`
6292023-10-03T17:42:02.614Z Updating git repository `https://github.com/oxidecomputer/opte`
6302023-10-03T17:42:03.592Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6312023-10-03T17:42:03.989Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6322023-10-03T17:42:04.397Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6332023-10-03T17:42:04.802Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6342023-10-03T17:42:05.244Z Updating git repository `https://github.com/njaremko/samael`
6352023-10-03T17:42:05.652Z Updating git repository `https://github.com/oxidecomputer/crucible`
6362023-10-03T17:42:07.358Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6372023-10-03T17:42:07.855Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6382023-10-03T17:42:08.493Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6392023-10-03T17:42:08.922Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6402023-10-03T17:42:09.286Z Updating git repository `https://github.com/oxidecomputer/omicron`
6412023-10-03T17:42:18.566Z Updating git repository `https://github.com/oxidecomputer/rfb`
6422023-10-03T17:42:19.005Z Updating git repository `https://github.com/jgallagher/nix`
6432023-10-03T17:42:20.321Z Updating git repository `https://github.com/cbiffle/hubpack`
6442023-10-03T17:42:20.705Z Updating git repository `https://github.com/oxidecomputer/typify`
6452023-10-03T17:42:21.753Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6462023-10-03T17:42:22.143Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6472023-10-03T17:42:22.508Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6482023-10-03T17:42:24.096Z Downloading crates ...
6492023-10-03T17:42:24.308Z Downloaded bb8 v0.8.1
6502023-10-03T17:42:24.313Z Downloaded aead v0.5.2
6512023-10-03T17:42:24.323Z Downloaded clap_derive v4.4.2
6522023-10-03T17:42:24.328Z Downloaded cexpr v0.6.0
6532023-10-03T17:42:24.346Z Downloaded arc-swap v1.6.0
6542023-10-03T17:42:24.357Z Downloaded crc-catalog v2.2.0
6552023-10-03T17:42:24.361Z Downloaded indoc v2.0.3
6562023-10-03T17:42:24.368Z Downloaded block-buffer v0.10.4
6572023-10-03T17:42:24.372Z Downloaded home v0.5.5
6582023-10-03T17:42:24.376Z Downloaded hubpack v0.1.2
6592023-10-03T17:42:24.381Z Downloaded hex v0.4.3
6602023-10-03T17:42:24.384Z Downloaded rustc-demangle v0.1.23
6612023-10-03T17:42:24.387Z Downloaded num-traits v0.2.16
6622023-10-03T17:42:24.402Z Downloaded matches v0.1.10
6632023-10-03T17:42:24.408Z Downloaded signal-hook-mio v0.2.3
6642023-10-03T17:42:24.412Z Downloaded hmac v0.12.1
6652023-10-03T17:42:24.416Z Downloaded new_debug_unreachable v1.0.4
6662023-10-03T17:42:24.420Z Downloaded camino-tempfile v1.0.2
6672023-10-03T17:42:24.425Z Downloaded slog-bunyan v2.4.0
6682023-10-03T17:42:24.429Z Downloaded slab v0.4.9
6692023-10-03T17:42:24.432Z Downloaded serde_tokenstream v0.1.7
6702023-10-03T17:42:24.440Z Downloaded crc v3.0.1
6712023-10-03T17:42:24.444Z Downloaded nibble_vec v0.1.0
6722023-10-03T17:42:24.448Z Downloaded clap_lex v0.5.1
6732023-10-03T17:42:24.452Z Downloaded lock_api v0.4.10
6742023-10-03T17:42:24.457Z Downloaded convert_case v0.4.0
6752023-10-03T17:42:24.460Z Downloaded crc32fast v1.3.2
6762023-10-03T17:42:24.467Z Downloaded mime_guess v2.0.4
6772023-10-03T17:42:24.473Z Downloaded num-derive v0.4.0
6782023-10-03T17:42:24.480Z Downloaded const-oid v0.9.5
6792023-10-03T17:42:24.485Z Downloaded take_mut v0.2.2
6802023-10-03T17:42:24.488Z Downloaded bit-set v0.5.3
6812023-10-03T17:42:24.491Z Downloaded adler v1.0.2
6822023-10-03T17:42:24.495Z Downloaded inout v0.1.3
6832023-10-03T17:42:24.498Z Downloaded bitstruct_derive v0.1.0
6842023-10-03T17:42:24.501Z Downloaded byteorder v1.4.3
6852023-10-03T17:42:24.507Z Downloaded hyper-rustls v0.24.1
6862023-10-03T17:42:24.513Z Downloaded anstyle v1.0.2
6872023-10-03T17:42:24.519Z Downloaded crossbeam-queue v0.3.8
6882023-10-03T17:42:24.525Z Downloaded log v0.4.20
6892023-10-03T17:42:24.531Z Downloaded generic-array v0.14.7
6902023-10-03T17:42:24.535Z Downloaded ff v0.13.0
6912023-10-03T17:42:24.538Z Downloaded strum v0.25.0
6922023-10-03T17:42:24.541Z Downloaded bytecount v0.6.3
6932023-10-03T17:42:24.546Z Downloaded parse-display-derive v0.7.0
6942023-10-03T17:42:24.551Z Downloaded usdt-attr-macro v0.3.5
6952023-10-03T17:42:24.554Z Downloaded diesel_table_macro_syntax v0.1.0
6962023-10-03T17:42:24.557Z Downloaded vte_generate_state_changes v0.1.1
6972023-10-03T17:42:24.560Z Downloaded spin v0.5.2
6982023-10-03T17:42:24.563Z Downloaded thiserror-impl-no-std v2.0.2
6992023-10-03T17:42:24.568Z Downloaded equivalent v1.0.1
7002023-10-03T17:42:24.573Z Downloaded ansi_term v0.12.1
7012023-10-03T17:42:24.577Z Downloaded pretty-hex v0.2.1
7022023-10-03T17:42:24.580Z Downloaded pretty-hex v0.3.0
7032023-10-03T17:42:24.584Z Downloaded tinyvec_macros v0.1.1
7042023-10-03T17:42:24.587Z Downloaded fd-lock v3.0.13
7052023-10-03T17:42:24.596Z Downloaded proc-macro-error-attr v1.0.4
7062023-10-03T17:42:24.603Z Downloaded crc-any v2.4.3
7072023-10-03T17:42:24.607Z Downloaded wait-timeout v0.2.0
7082023-10-03T17:42:24.611Z Downloaded utf8parse v0.2.1
7092023-10-03T17:42:24.615Z Downloaded path-slash v0.1.5
7102023-10-03T17:42:24.618Z Downloaded digest v0.10.7
7112023-10-03T17:42:24.621Z Downloaded vec_map v0.8.2
7122023-10-03T17:42:24.624Z Downloaded phf_shared v0.10.0
7132023-10-03T17:42:24.628Z Downloaded usdt v0.3.5
7142023-10-03T17:42:24.632Z Downloaded time-core v0.1.1
7152023-10-03T17:42:24.634Z Downloaded ringbuffer v0.14.2
7162023-10-03T17:42:24.637Z Downloaded peeking_take_while v0.1.2
7172023-10-03T17:42:24.641Z Downloaded siphasher v0.3.11
7182023-10-03T17:42:24.644Z Downloaded errno v0.3.2
7192023-10-03T17:42:24.648Z Downloaded flagset v0.4.3
7202023-10-03T17:42:24.651Z Downloaded slog-dtrace v0.2.3
7212023-10-03T17:42:24.655Z Downloaded phf_shared v0.11.2
7222023-10-03T17:42:24.659Z Downloaded derive-where v1.2.5
7232023-10-03T17:42:24.666Z Downloaded foreign-types-shared v0.3.1
7242023-10-03T17:42:24.671Z Downloaded endian-type v0.1.2
7252023-10-03T17:42:24.677Z Downloaded futures-macro v0.3.28
7262023-10-03T17:42:24.680Z Downloaded either v1.9.0
7272023-10-03T17:42:24.682Z Downloaded futures-sink v0.3.28
7282023-10-03T17:42:24.688Z Downloaded tiny-keccak v2.0.2
7292023-10-03T17:42:24.691Z Downloaded percent-encoding v2.3.0
7302023-10-03T17:42:24.694Z Downloaded group v0.13.0
7312023-10-03T17:42:24.697Z Downloaded futures-task v0.3.28
7322023-10-03T17:42:24.702Z Downloaded openssl-probe v0.1.5
7332023-10-03T17:42:24.705Z Downloaded oso-derive v0.26.4
7342023-10-03T17:42:24.708Z Downloaded dirs-next v2.0.0
7352023-10-03T17:42:24.711Z Downloaded derive_builder_macro v0.12.0
7362023-10-03T17:42:24.716Z Downloaded darling_macro v0.20.3
7372023-10-03T17:42:24.719Z Downloaded signature v2.1.0
7382023-10-03T17:42:24.721Z Downloaded proc-macro2 v1.0.67
7392023-10-03T17:42:24.726Z Downloaded fatfs v0.3.6
7402023-10-03T17:42:24.729Z Downloaded foreign-types-macros v0.2.3
7412023-10-03T17:42:24.733Z Downloaded num_threads v0.1.6
7422023-10-03T17:42:24.737Z Downloaded tower-service v0.3.2
7432023-10-03T17:42:24.740Z Downloaded headers-core v0.2.0
7442023-10-03T17:42:24.743Z Downloaded postcard v0.7.3
7452023-10-03T17:42:24.746Z Downloaded dtrace-parser v0.1.14
7462023-10-03T17:42:24.749Z Downloaded ron v0.7.1
7472023-10-03T17:42:24.754Z Downloaded waitgroup v0.1.2
7482023-10-03T17:42:24.757Z Downloaded curve25519-dalek-derive v0.1.0
7492023-10-03T17:42:24.760Z Downloaded form_urlencoded v1.2.0
7502023-10-03T17:42:24.764Z Downloaded futures-channel v0.3.28
7512023-10-03T17:42:24.768Z Downloaded yasna v0.5.2
7522023-10-03T17:42:24.771Z Downloaded pkg-config v0.3.27
7532023-10-03T17:42:24.777Z Downloaded zeroize v1.6.0
7542023-10-03T17:42:24.780Z Downloaded downcast v0.11.0
7552023-10-03T17:42:24.784Z Downloaded password-hash v0.5.0
7562023-10-03T17:42:24.788Z Downloaded postgres-types v0.2.6
7572023-10-03T17:42:24.792Z Downloaded predicates v2.1.5
7582023-10-03T17:42:24.795Z Downloaded shell-words v1.1.0
7592023-10-03T17:42:24.798Z Downloaded rustls-pemfile v1.0.3
7602023-10-03T17:42:24.801Z Downloaded typenum v1.16.0
7612023-10-03T17:42:24.807Z Downloaded smf v0.2.2
7622023-10-03T17:42:24.810Z Downloaded itertools v0.10.5
7632023-10-03T17:42:24.823Z Downloaded doc-comment v0.3.3
7642023-10-03T17:42:24.826Z Downloaded dirs-sys-next v0.1.2
7652023-10-03T17:42:24.828Z Downloaded twox-hash v1.6.3
7662023-10-03T17:42:24.832Z Downloaded rpassword v7.2.0
7672023-10-03T17:42:24.835Z Downloaded sha1 v0.10.5
7682023-10-03T17:42:24.838Z Downloaded hashlink v0.8.3
7692023-10-03T17:42:24.841Z Downloaded serde v1.0.188
7702023-10-03T17:42:24.848Z Downloaded rustversion v1.0.14
7712023-10-03T17:42:24.853Z Downloaded packed_struct_codegen v0.10.1
7722023-10-03T17:42:24.857Z Downloaded vsss-rs v3.3.1
7732023-10-03T17:42:24.863Z Downloaded rustc-hash v1.1.0
7742023-10-03T17:42:24.866Z Downloaded smallvec v0.6.14
7752023-10-03T17:42:24.869Z Downloaded termtree v0.4.1
7762023-10-03T17:42:24.871Z Downloaded rand_xorshift v0.3.0
7772023-10-03T17:42:24.875Z Downloaded serde-hex v0.1.0
7782023-10-03T17:42:24.879Z Downloaded darling v0.20.3
7792023-10-03T17:42:24.883Z Downloaded funty v2.0.0
7802023-10-03T17:42:24.886Z Downloaded signature v1.6.4
7812023-10-03T17:42:24.889Z Downloaded ref-cast v1.0.20
7822023-10-03T17:42:24.893Z Downloaded tar v0.4.40
7832023-10-03T17:42:24.898Z Downloaded untrusted v0.7.1
7842023-10-03T17:42:24.901Z Downloaded same-file v1.0.6
7852023-10-03T17:42:24.904Z Downloaded fs-err v2.9.0
7862023-10-03T17:42:24.907Z Downloaded which v4.4.0
7872023-10-03T17:42:24.910Z Downloaded poly1305 v0.8.0
7882023-10-03T17:42:24.915Z Downloaded postgres-protocol v0.6.6
7892023-10-03T17:42:24.919Z Downloaded tempfile v3.8.0
7902023-10-03T17:42:24.925Z Downloaded polyval v0.6.1
7912023-10-03T17:42:24.927Z Downloaded pkcs1 v0.7.5
7922023-10-03T17:42:24.932Z Downloaded sha2 v0.10.7
7932023-10-03T17:42:24.937Z Downloaded termios v0.3.3
7942023-10-03T17:42:24.940Z Downloaded derive_more v0.99.17
7952023-10-03T17:42:24.951Z Downloaded flate2 v1.0.27
7962023-10-03T17:42:24.962Z Downloaded test-strategy v0.2.1
7972023-10-03T17:42:24.967Z Downloaded serde_derive_internals v0.26.0
7982023-10-03T17:42:24.971Z Downloaded textwrap v0.11.0
7992023-10-03T17:42:24.976Z Downloaded tungstenite v0.17.3
8002023-10-03T17:42:24.980Z Downloaded rayon-core v1.11.0
8012023-10-03T17:42:24.988Z Downloaded openssl-sys v0.9.93
8022023-10-03T17:42:24.998Z Downloaded headers v0.3.9
8032023-10-03T17:42:25.010Z Downloaded darling_core v0.14.4
8042023-10-03T17:42:25.019Z Downloaded unsafe-libyaml v0.2.9
8052023-10-03T17:42:25.026Z Downloaded futures v0.3.28
8062023-10-03T17:42:25.036Z Downloaded heapless v0.7.16
8072023-10-03T17:42:25.045Z Downloaded zerocopy v0.6.3
8082023-10-03T17:42:25.049Z Downloaded x509-cert v0.2.4
8092023-10-03T17:42:25.062Z Downloaded hashbrown v0.12.3
8102023-10-03T17:42:25.072Z Downloaded unicode-segmentation v1.10.1
8112023-10-03T17:42:25.079Z Downloaded tungstenite v0.18.0
8122023-10-03T17:42:25.085Z Downloaded clap_builder v4.4.2
8132023-10-03T17:42:25.099Z Downloaded trust-dns-resolver v0.22.0
8142023-10-03T17:42:25.114Z Downloaded pest v2.7.2
8152023-10-03T17:42:25.118Z Downloaded unicode-normalization v0.1.22
8162023-10-03T17:42:25.125Z Downloaded salty v0.2.0
8172023-10-03T17:42:25.136Z Downloaded toml_edit v0.19.15
8182023-10-03T17:42:25.170Z Downloaded reedline v0.23.0
8192023-10-03T17:42:25.184Z Downloaded tabled v0.14.0
8202023-10-03T17:42:25.213Z Downloaded hashbrown v0.14.0
8212023-10-03T17:42:25.230Z Downloaded clap v2.34.0
8222023-10-03T17:42:25.258Z Downloaded backoff v0.4.0
8232023-10-03T17:42:25.264Z Downloaded assert_matches v1.5.0
8242023-10-03T17:42:25.267Z Downloaded proptest v1.2.0
8252023-10-03T17:42:25.270Z Downloaded rayon v1.7.0
8262023-10-03T17:42:25.297Z Downloaded serde_with v2.3.3
8272023-10-03T17:42:25.301Z Downloaded object v0.32.1
8282023-10-03T17:42:25.312Z Downloaded syn v2.0.32
8292023-10-03T17:42:25.333Z Downloaded enum-iterator v1.4.1
8302023-10-03T17:42:25.336Z Downloaded enum-as-inner v0.5.1
8312023-10-03T17:42:25.339Z Downloaded idna v0.4.0
8322023-10-03T17:42:25.354Z Downloaded opaque-debug v0.3.0
8332023-10-03T17:42:25.357Z Downloaded regex v1.9.5
8342023-10-03T17:42:25.381Z Downloaded polar-core v0.26.4
8352023-10-03T17:42:25.399Z Downloaded structopt v0.3.26
8362023-10-03T17:42:25.414Z Downloaded owo-colors v3.5.0
8372023-10-03T17:42:25.419Z Downloaded bstr v0.2.17
8382023-10-03T17:42:25.441Z Downloaded webpki-roots v0.25.2
8392023-10-03T17:42:25.450Z Downloaded openssl v0.10.57
8402023-10-03T17:42:25.471Z Downloaded openapiv3 v1.0.3
8412023-10-03T17:42:25.496Z Downloaded regex-automata v0.1.10
8422023-10-03T17:42:25.507Z Downloaded linked-hash-map v0.5.6
8432023-10-03T17:42:25.510Z Downloaded sled v0.34.7
8442023-10-03T17:42:25.533Z Downloaded zerocopy-derive v0.6.3
8452023-10-03T17:42:25.557Z Downloaded zerocopy-derive v0.2.0
8462023-10-03T17:42:25.578Z Downloaded parking_lot v0.11.2
8472023-10-03T17:42:25.583Z Downloaded libc v0.2.148
8482023-10-03T17:42:25.634Z Downloaded try-lock v0.2.4
8492023-10-03T17:42:25.637Z Downloaded http v0.2.9
8502023-10-03T17:42:25.645Z Downloaded sha3 v0.10.8
8512023-10-03T17:42:25.661Z Downloaded rtoolbox v0.0.1
8522023-10-03T17:42:25.664Z Downloaded newtype_derive v0.1.6
8532023-10-03T17:42:25.667Z Downloaded pkcs8 v0.10.2
8542023-10-03T17:42:25.673Z Downloaded crypto-bigint v0.5.2
8552023-10-03T17:42:25.685Z Downloaded darling v0.14.4
8562023-10-03T17:42:25.691Z Downloaded whoami v1.4.1
8572023-10-03T17:42:25.694Z Downloaded serde-big-array v0.4.1
8582023-10-03T17:42:25.697Z Downloaded atomic-waker v1.1.1
8592023-10-03T17:42:25.700Z Downloaded diff v0.1.13
8602023-10-03T17:42:25.705Z Downloaded openssl-macros v0.1.1
8612023-10-03T17:42:25.708Z Downloaded toml_datetime v0.6.3
8622023-10-03T17:42:25.711Z Downloaded fxhash v0.2.1
8632023-10-03T17:42:25.714Z Downloaded nu-ansi-term v0.49.0
8642023-10-03T17:42:25.716Z Downloaded async-recursion v1.0.5
8652023-10-03T17:42:25.719Z Downloaded slog-term v2.9.0
8662023-10-03T17:42:25.724Z Downloaded want v0.3.1
8672023-10-03T17:42:25.727Z Downloaded predicates-core v1.0.6
8682023-10-03T17:42:25.729Z Downloaded signal-hook v0.3.17
8692023-10-03T17:42:25.735Z Downloaded serde_tokenstream v0.2.0
8702023-10-03T17:42:25.743Z Downloaded serde_repr v0.1.16
8712023-10-03T17:42:25.747Z Downloaded spin v0.9.8
8722023-10-03T17:42:25.753Z Downloaded foreign-types v0.3.2
8732023-10-03T17:42:25.756Z Downloaded number_prefix v0.4.0
8742023-10-03T17:42:25.758Z Downloaded thiserror-impl v1.0.48
8752023-10-03T17:42:25.761Z Downloaded num v0.4.1
8762023-10-03T17:42:25.764Z Downloaded serde_plain v1.0.2
8772023-10-03T17:42:25.767Z Downloaded rustc_version v0.4.0
8782023-10-03T17:42:25.770Z Downloaded fallible-iterator v0.2.0
8792023-10-03T17:42:25.773Z Downloaded tokio-tungstenite v0.17.2
8802023-10-03T17:42:25.776Z Downloaded ctr v0.9.2
8812023-10-03T17:42:25.779Z Downloaded rusty-fork v0.3.0
8822023-10-03T17:42:25.781Z Downloaded tracing-attributes v0.1.26
8832023-10-03T17:42:25.784Z Downloaded env_logger v0.9.3
8842023-10-03T17:42:25.788Z Downloaded parse-display v0.7.0
8852023-10-03T17:42:25.791Z Downloaded unicode-width v0.1.10
8862023-10-03T17:42:25.793Z Downloaded cstr-argument v0.1.2
8872023-10-03T17:42:25.796Z Downloaded float-cmp v0.9.0
8882023-10-03T17:42:25.799Z Downloaded strip-ansi-escapes v0.2.0
8892023-10-03T17:42:25.801Z Downloaded zeroize_derive v1.4.2
8902023-10-03T17:42:25.804Z Downloaded r2d2 v0.8.10
8912023-10-03T17:42:25.807Z Downloaded num-rational v0.4.1
8922023-10-03T17:42:25.810Z Downloaded packed_struct v0.10.1
8932023-10-03T17:42:25.813Z Downloaded bzip2 v0.4.4
8942023-10-03T17:42:25.815Z Downloaded scheduled-thread-pool v0.2.7
8952023-10-03T17:42:25.818Z Downloaded unicode-linebreak v0.1.5
8962023-10-03T17:42:25.822Z Downloaded erased-serde v0.3.30
8972023-10-03T17:42:25.829Z Downloaded cassowary v0.3.0
8982023-10-03T17:42:25.832Z Downloaded http-body v0.4.5
8992023-10-03T17:42:25.837Z Downloaded vergen v8.2.4
9002023-10-03T17:42:25.839Z Downloaded serde_arrays v0.1.0
9012023-10-03T17:42:25.843Z Downloaded crunchy v0.2.2
9022023-10-03T17:42:25.845Z Downloaded path-absolutize v3.1.0
9032023-10-03T17:42:25.848Z Downloaded ed25519 v1.5.3
9042023-10-03T17:42:25.851Z Downloaded crossbeam-epoch v0.9.15
9052023-10-03T17:42:25.854Z Downloaded quick-error v1.2.3
9062023-10-03T17:42:25.856Z Downloaded num-integer v0.1.45
9072023-10-03T17:42:25.859Z Downloaded native-tls v0.2.11
9082023-10-03T17:42:25.862Z Downloaded glob v0.3.1
9092023-10-03T17:42:25.864Z Downloaded tokio-tungstenite v0.18.0
9102023-10-03T17:42:25.867Z Downloaded difflib v0.4.0
9112023-10-03T17:42:25.870Z Downloaded tokio-postgres v0.7.10
9122023-10-03T17:42:25.875Z Downloaded thread_local v1.1.7
9132023-10-03T17:42:25.878Z Downloaded ron v0.8.1
9142023-10-03T17:42:25.889Z Downloaded indexmap v1.9.3
9152023-10-03T17:42:25.895Z Downloaded tracing v0.1.37
9162023-10-03T17:42:25.908Z Downloaded predicates v3.0.3
9172023-10-03T17:42:25.912Z Downloaded chacha20poly1305 v0.10.1
9182023-10-03T17:42:25.916Z Downloaded smawk v0.3.1
9192023-10-03T17:42:25.919Z Downloaded termcolor v1.2.0
9202023-10-03T17:42:25.922Z Downloaded num_enum v0.7.0
9212023-10-03T17:42:25.931Z Downloaded slog-json v2.6.1
9222023-10-03T17:42:25.935Z Downloaded zerocopy v0.3.0
9232023-10-03T17:42:25.937Z Downloaded pest_meta v2.7.2
9242023-10-03T17:42:25.941Z Downloaded num-bigint v0.4.4
9252023-10-03T17:42:25.951Z Downloaded similar v2.2.1
9262023-10-03T17:42:25.960Z Downloaded toml v0.7.8
9272023-10-03T17:42:25.966Z Downloaded tinyvec v1.6.0
9282023-10-03T17:42:25.972Z Downloaded der v0.7.8
9292023-10-03T17:42:25.982Z Downloaded half v1.8.2
9302023-10-03T17:42:25.987Z Downloaded parking_lot v0.12.1
9312023-10-03T17:42:25.990Z Downloaded rand v0.8.5
9322023-10-03T17:42:25.997Z Downloaded ring v0.16.20
9332023-10-03T17:42:26.161Z Downloaded bzip2-sys v0.1.11+1.0.8
9342023-10-03T17:42:26.186Z Downloaded serde_json v1.0.107
9352023-10-03T17:42:26.199Z Downloaded rusqlite v0.29.0
9362023-10-03T17:42:26.209Z Downloaded hashbrown v0.13.2
9372023-10-03T17:42:26.217Z Downloaded crossterm v0.26.1
9382023-10-03T17:42:26.228Z Downloaded time v0.3.27
9392023-10-03T17:42:26.241Z Downloaded bindgen v0.65.1
9402023-10-03T17:42:26.255Z Downloaded reqwest v0.11.20
9412023-10-03T17:42:26.278Z Downloaded ratatui v0.23.0
9422023-10-03T17:42:26.324Z Downloaded rustls v0.21.7
9432023-10-03T17:42:26.337Z Downloaded trust-dns-proto v0.22.0
9442023-10-03T17:42:26.361Z Downloaded gimli v0.28.0
9452023-10-03T17:42:26.377Z Downloaded chrono v0.4.31
9462023-10-03T17:42:26.392Z Downloaded regex-syntax v0.7.5
9472023-10-03T17:42:26.408Z Downloaded regress v0.7.1
9482023-10-03T17:42:26.421Z Downloaded minimal-lexical v0.2.1
9492023-10-03T17:42:26.429Z Downloaded mio v0.8.8
9502023-10-03T17:42:26.439Z Downloaded cancel-safe-futures v0.1.2
9512023-10-03T17:42:26.443Z Downloaded pem-rfc7468 v0.7.0
9522023-10-03T17:42:26.447Z Downloaded humantime v2.1.0
9532023-10-03T17:42:26.450Z Downloaded libxml v0.3.3
9542023-10-03T17:42:26.461Z Downloaded anstream v0.5.0
9552023-10-03T17:42:26.465Z Downloaded thiserror-no-std v2.0.2
9562023-10-03T17:42:26.472Z Downloaded tokio v1.32.0
9572023-10-03T17:42:26.542Z Downloaded thread-id v4.2.0
9582023-10-03T17:42:26.553Z Downloaded schemars v0.8.13
9592023-10-03T17:42:26.565Z Downloaded darling_core v0.20.3
9602023-10-03T17:42:26.573Z Downloaded regex-automata v0.3.8
9612023-10-03T17:42:26.607Z Downloaded serde-big-array v0.5.1
9622023-10-03T17:42:26.610Z Downloaded rcgen v0.10.0
9632023-10-03T17:42:26.613Z Downloaded rustix v0.38.9
9642023-10-03T17:42:26.657Z Downloaded encoding_rs v0.8.33
9652023-10-03T17:42:26.697Z Downloaded num_enum v0.5.11
9662023-10-03T17:42:26.705Z Downloaded num_cpus v1.16.0
9672023-10-03T17:42:26.709Z Downloaded cargo-platform v0.1.3
9682023-10-03T17:42:26.712Z Downloaded argon2 v0.5.2
9692023-10-03T17:42:26.715Z Downloaded curve25519-dalek v4.1.0
9702023-10-03T17:42:26.729Z Downloaded smoltcp v0.9.1
9712023-10-03T17:42:26.748Z Downloaded iana-time-zone v0.1.57
9722023-10-03T17:42:26.752Z Downloaded chacha20 v0.9.1
9732023-10-03T17:42:26.755Z Downloaded bstr v1.6.0
9742023-10-03T17:42:26.778Z Downloaded bit_field v0.10.2
9752023-10-03T17:42:26.781Z Downloaded anyhow v1.0.75
9762023-10-03T17:42:26.787Z Downloaded ahash v0.8.3
9772023-10-03T17:42:26.791Z Downloaded foreign-types v0.5.0
9782023-10-03T17:42:26.797Z Downloaded regex-syntax v0.6.29
9792023-10-03T17:42:26.807Z Downloaded object v0.30.4
9802023-10-03T17:42:26.825Z Downloaded nix v0.26.2
9812023-10-03T17:42:26.845Z Downloaded radix_trie v0.2.1
9822023-10-03T17:42:26.854Z Downloaded diesel v2.1.1
9832023-10-03T17:42:26.891Z Downloaded bytes v1.5.0
9842023-10-03T17:42:26.897Z Downloaded base64 v0.21.4
9852023-10-03T17:42:26.905Z Downloaded strum_macros v0.24.3
9862023-10-03T17:42:26.908Z Downloaded rustix v0.37.23
9872023-10-03T17:42:26.943Z Downloaded libgit2-sys v0.15.2+1.6.4
9882023-10-03T17:42:27.047Z Downloaded ipnet v2.8.0
9892023-10-03T17:42:27.051Z Downloaded bitvec v1.0.1
9902023-10-03T17:42:27.079Z Downloaded git2 v0.17.2
9912023-10-03T17:42:27.096Z Downloaded static_assertions v1.1.0
9922023-10-03T17:42:27.099Z Downloaded idna v0.2.3
9932023-10-03T17:42:27.112Z Downloaded cargo_toml v0.16.3
9942023-10-03T17:42:27.115Z Downloaded h2 v0.3.21
9952023-10-03T17:42:27.126Z Downloaded winnow v0.5.15
9962023-10-03T17:42:27.141Z Downloaded vcpkg v0.2.15
9972023-10-03T17:42:27.220Z Downloaded libz-sys v1.1.12
9982023-10-03T17:42:27.345Z Downloaded toml_edit v0.20.0
9992023-10-03T17:42:27.375Z Downloaded crossterm v0.27.0
10002023-10-03T17:42:27.386Z Downloaded quick-xml v0.23.1
10012023-10-03T17:42:27.399Z Downloaded syn v1.0.109
10022023-10-03T17:42:27.419Z Downloaded array-init v0.0.4
10032023-10-03T17:42:27.422Z Downloaded tough v0.12.5
10042023-10-03T17:42:27.436Z Downloaded petgraph v0.6.4
10052023-10-03T17:42:27.460Z Downloaded futures-util v0.3.28
10062023-10-03T17:42:27.483Z Downloaded smoltcp v0.8.2
10072023-10-03T17:42:27.499Z Downloaded libsqlite3-sys v0.26.0
10082023-10-03T17:42:27.645Z Downloaded aho-corasick v1.0.4
10092023-10-03T17:42:27.655Z Downloaded hyper v0.14.27
10102023-10-03T17:42:27.670Z Downloaded serde_derive v1.0.188
10112023-10-03T17:42:27.674Z Downloaded hkdf v0.12.3
10122023-10-03T17:42:27.679Z Downloaded portable-atomic v1.4.3
10132023-10-03T17:42:27.689Z Downloaded trust-dns-server v0.22.1
10142023-10-03T17:42:27.698Z Downloaded nom v7.1.3
10152023-10-03T17:42:27.707Z Downloaded papergrid v0.10.0
10162023-10-03T17:42:27.715Z Downloaded smallvec v1.11.0
10172023-10-03T17:42:27.719Z Downloaded elliptic-curve v0.13.5
10182023-10-03T17:42:27.725Z Downloaded snafu v0.7.5
10192023-10-03T17:42:27.735Z Downloaded lalrpop v0.19.12
10202023-10-03T17:42:27.756Z Downloaded tokio-util v0.7.8
10212023-10-03T17:42:27.766Z Downloaded trust-dns-client v0.22.0
10222023-10-03T17:42:27.775Z Downloaded zip v0.6.6
10232023-10-03T17:42:27.782Z Downloaded aes v0.8.3
10242023-10-03T17:42:27.788Z Downloaded rsa v0.9.2
10252023-10-03T17:42:27.797Z Downloaded libm v0.2.7
10262023-10-03T17:42:27.813Z Downloaded term v0.7.0
10272023-10-03T17:42:27.818Z Downloaded slog-scope v4.4.0
10282023-10-03T17:42:27.822Z Downloaded hash32 v0.2.1
10292023-10-03T17:42:27.826Z Downloaded semver v1.0.18
10302023-10-03T17:42:27.829Z Downloaded url v2.4.1
10312023-10-03T17:42:27.832Z Downloaded rustls-webpki v0.101.4
10322023-10-03T17:42:27.858Z Downloaded flume v0.11.0
10332023-10-03T17:42:27.864Z Downloaded fragile v2.0.0
10342023-10-03T17:42:27.867Z Downloaded tracing-core v0.1.31
10352023-10-03T17:42:27.871Z Downloaded crossbeam-channel v0.5.8
10362023-10-03T17:42:27.879Z Downloaded serde_with_macros v2.3.3
10372023-10-03T17:42:27.884Z Downloaded oso v0.26.4
10382023-10-03T17:42:27.889Z Downloaded semver v0.11.0
10392023-10-03T17:42:27.894Z Downloaded once_cell v1.18.0
10402023-10-03T17:42:27.898Z Downloaded unicode-ident v1.0.12
10412023-10-03T17:42:27.901Z Downloaded terminal_size v0.2.6
10422023-10-03T17:42:27.904Z Downloaded universal-hash v0.5.1
10432023-10-03T17:42:27.906Z Downloaded rustls-native-certs v0.6.3
10442023-10-03T17:42:27.910Z Downloaded num-bigint-dig v0.8.4
10452023-10-03T17:42:27.915Z Downloaded unicode-xid v0.2.4
10462023-10-03T17:42:27.918Z Downloaded toml v0.8.0
10472023-10-03T17:42:27.924Z Downloaded serde_urlencoded v0.7.1
10482023-10-03T17:42:27.927Z Downloaded postcard-cobs v0.1.5-pre
10492023-10-03T17:42:27.930Z Downloaded prettyplease v0.2.12
10502023-10-03T17:42:27.933Z Downloaded display-error-chain v0.1.1
10512023-10-03T17:42:27.938Z Downloaded topological-sort v0.2.2
10522023-10-03T17:42:27.941Z Downloaded unicase v2.7.0
10532023-10-03T17:42:27.945Z Downloaded rustc_version v0.1.7
10542023-10-03T17:42:27.947Z Downloaded tui-tree-widget v0.13.0
10552023-10-03T17:42:27.951Z Downloaded miniz_oxide v0.7.1
10562023-10-03T17:42:27.954Z Downloaded toml v0.5.11
10572023-10-03T17:42:27.958Z Downloaded omicron-zone-package v0.8.3
10582023-10-03T17:42:27.961Z Downloaded memchr v2.6.3
10592023-10-03T17:42:27.964Z Downloaded ena v0.14.2
10602023-10-03T17:42:27.967Z Downloaded dof v0.1.5
10612023-10-03T17:42:27.970Z Downloaded walkdir v2.4.0
10622023-10-03T17:42:27.975Z Downloaded platforms v3.0.2
10632023-10-03T17:42:27.978Z Downloaded precomputed-hash v0.1.1
10642023-10-03T17:42:27.983Z Downloaded crypto-common v0.1.6
10652023-10-03T17:42:27.987Z Downloaded slog-envlogger v2.2.0
10662023-10-03T17:42:27.990Z Downloaded pin-utils v0.1.0
10672023-10-03T17:42:27.993Z Downloaded unicode-bidi v0.3.13
10682023-10-03T17:42:27.996Z Downloaded quote v1.0.33
10692023-10-03T17:42:27.999Z Downloaded steno v0.4.0
10702023-10-03T17:42:28.002Z Downloaded ppv-lite86 v0.2.17
10712023-10-03T17:42:28.006Z Downloaded proc-macro-crate v1.3.1
10722023-10-03T17:42:28.009Z Downloaded fixedbitset v0.4.2
10732023-10-03T17:42:28.012Z Downloaded slog v2.7.0
10742023-10-03T17:42:28.015Z Downloaded diesel_derives v2.1.1
10752023-10-03T17:42:28.019Z Downloaded globset v0.4.13
10762023-10-03T17:42:28.022Z Downloaded textwrap v0.16.0
10772023-10-03T17:42:28.026Z Downloaded vte v0.11.1
10782023-10-03T17:42:28.030Z Downloaded uuid v1.4.1
10792023-10-03T17:42:28.034Z Downloaded toolchain_find v0.2.0
10802023-10-03T17:42:28.037Z Downloaded darling_macro v0.14.4
10812023-10-03T17:42:28.042Z Downloaded backtrace v0.3.69
10822023-10-03T17:42:28.048Z Downloaded const_format v0.2.31
10832023-10-03T17:42:28.052Z Downloaded pem v1.1.1
10842023-10-03T17:42:28.056Z Downloaded phf v0.11.2
10852023-10-03T17:42:28.060Z Downloaded pest_derive v2.7.2
10862023-10-03T17:42:28.063Z Downloaded ucd-trie v0.1.6
10872023-10-03T17:42:28.066Z Downloaded signal-hook-registry v1.4.1
10882023-10-03T17:42:28.068Z Downloaded semver v0.1.20
10892023-10-03T17:42:28.071Z Downloaded secrecy v0.8.0
10902023-10-03T17:42:28.074Z Downloaded schemars_derive v0.8.13
10912023-10-03T17:42:28.077Z Downloaded zone v0.2.0
10922023-10-03T17:42:28.080Z Downloaded pest_generator v2.7.2
10932023-10-03T17:42:28.085Z Downloaded itertools v0.11.0
10942023-10-03T17:42:28.092Z Downloaded tokio-rustls v0.24.1
10952023-10-03T17:42:28.096Z Downloaded indicatif v0.17.6
10962023-10-03T17:42:28.099Z Downloaded rand_chacha v0.3.1
10972023-10-03T17:42:28.106Z Downloaded socket2 v0.4.9
10982023-10-03T17:42:28.116Z Downloaded subprocess v0.2.9
10992023-10-03T17:42:28.120Z Downloaded futures-core v0.3.28
11002023-10-03T17:42:28.123Z Downloaded xattr v1.0.1
11012023-10-03T17:42:28.127Z Downloaded env_logger v0.10.0
11022023-10-03T17:42:28.130Z Downloaded rand_core v0.6.4
11032023-10-03T17:42:28.133Z Downloaded foreign-types-shared v0.1.1
11042023-10-03T17:42:28.136Z Downloaded signal-hook-tokio v0.3.1
11052023-10-03T17:42:28.139Z Downloaded wyz v0.5.1
11062023-10-03T17:42:28.159Z Downloaded time-macros v0.2.13
11072023-10-03T17:42:28.163Z Downloaded tokio-stream v0.1.14
11082023-10-03T17:42:28.166Z Downloaded blake2 v0.10.6
11092023-10-03T17:42:28.169Z Downloaded allocator-api2 v0.2.16
11102023-10-03T17:42:28.172Z Downloaded paste v1.0.14
11112023-10-03T17:42:28.174Z Downloaded futures-io v0.3.28
11122023-10-03T17:42:28.177Z Downloaded futures-executor v0.3.28
11132023-10-03T17:42:28.180Z Downloaded dyn-clone v1.0.13
11142023-10-03T17:42:28.183Z Downloaded mockall_derive v0.11.4
11152023-10-03T17:42:28.187Z Downloaded unarray v0.1.4
11162023-10-03T17:42:28.196Z Downloaded enum-iterator-derive v1.2.1
11172023-10-03T17:42:28.199Z Downloaded tap v1.0.1
11182023-10-03T17:42:28.202Z Downloaded thiserror v1.0.48
11192023-10-03T17:42:28.207Z Downloaded utf-8 v0.7.6
11202023-10-03T17:42:28.213Z Downloaded usdt-impl v0.3.5
11212023-10-03T17:42:28.218Z Downloaded parking_lot_core v0.8.6
11222023-10-03T17:42:28.224Z Downloaded getrandom v0.2.10
11232023-10-03T17:42:28.230Z Downloaded getopts v0.2.21
11242023-10-03T17:42:28.233Z Downloaded socket2 v0.5.3
11252023-10-03T17:42:28.236Z Downloaded nanorand v0.7.0
11262023-10-03T17:42:28.239Z Downloaded mockall v0.11.4
11272023-10-03T17:42:28.242Z Downloaded debug-ignore v1.0.5
11282023-10-03T17:42:28.246Z Downloaded synstructure v0.12.6
11292023-10-03T17:42:28.251Z Downloaded parking_lot_core v0.9.8
11302023-10-03T17:42:28.253Z Downloaded deranged v0.3.8
11312023-10-03T17:42:28.256Z Downloaded path-dedot v3.1.0
11322023-10-03T17:42:28.260Z Downloaded slog-stdlog v4.1.1
11332023-10-03T17:42:28.264Z Downloaded cc v1.0.83
11342023-10-03T17:42:28.267Z Downloaded usdt-macro v0.3.5
11352023-10-03T17:42:28.274Z Downloaded zone_cfg_derive v0.2.0
11362023-10-03T17:42:28.283Z Downloaded version_check v0.9.4
11372023-10-03T17:42:28.286Z Downloaded tokio-native-tls v0.3.1
11382023-10-03T17:42:28.289Z Downloaded proc-macro-error v1.0.4
11392023-10-03T17:42:28.293Z Downloaded radium v0.7.0
11402023-10-03T17:42:28.296Z Downloaded olpc-cjson v0.1.3
11412023-10-03T17:42:28.299Z Downloaded fastrand v2.0.0
11422023-10-03T17:42:28.302Z Downloaded rustfmt-wrapper v0.2.0
11432023-10-03T17:42:28.305Z Downloaded derive_builder v0.12.0
11442023-10-03T17:42:28.308Z Downloaded strsim v0.8.0
11452023-10-03T17:42:28.312Z Downloaded io-lifetimes v1.0.11
11462023-10-03T17:42:28.315Z Downloaded fallible-streaming-iterator v0.1.9
11472023-10-03T17:42:28.319Z Downloaded structmeta v0.1.6
11482023-10-03T17:42:28.322Z Downloaded strsim v0.10.0
11492023-10-03T17:42:28.325Z Downloaded fnv v1.0.7
11502023-10-03T17:42:28.328Z Downloaded ref-cast-impl v1.0.20
11512023-10-03T17:42:28.331Z Downloaded predicates-tree v1.0.9
11522023-10-03T17:42:28.334Z Downloaded structopt-derive v0.4.18
11532023-10-03T17:42:28.337Z Downloaded data-encoding v2.4.0
11542023-10-03T17:42:28.341Z Downloaded strum_macros v0.25.2
11552023-10-03T17:42:28.344Z Downloaded structmeta-derive v0.1.6
11562023-10-03T17:42:28.370Z Downloaded stringprep v0.1.3
11572023-10-03T17:42:28.374Z Downloaded string_cache v0.8.7
11582023-10-03T17:42:28.377Z Downloaded stable_deref_trait v1.2.0
11592023-10-03T17:42:28.380Z Downloaded spki v0.7.2
11602023-10-03T17:42:28.385Z Downloaded resolv-conf v0.7.0
11612023-10-03T17:42:28.389Z Downloaded pin-project-lite v0.2.13
11622023-10-03T17:42:28.392Z Downloaded der_derive v0.7.2
11632023-10-03T17:42:28.395Z Downloaded nodrop v0.1.14
11642023-10-03T17:42:28.398Z Downloaded linear-map v1.2.0
11652023-10-03T17:42:28.401Z Downloaded aes-gcm-siv v0.11.1
11662023-10-03T17:42:28.404Z Downloaded num_enum_derive v0.7.0
11672023-10-03T17:42:28.407Z Downloaded async-trait v0.1.73
11682023-10-03T17:42:28.410Z Downloaded bitflags v2.4.0
11692023-10-03T17:42:28.415Z Downloaded scopeguard v1.2.0
11702023-10-03T17:42:28.418Z Downloaded tokio-macros v2.1.0
11712023-10-03T17:42:28.421Z Downloaded indexmap v2.0.0
11722023-10-03T17:42:28.424Z Downloaded snafu-derive v0.7.5
11732023-10-03T17:42:28.427Z Downloaded is-terminal v0.4.9
11742023-10-03T17:42:28.430Z Downloaded ipnetwork v0.20.0
11752023-10-03T17:42:28.433Z Downloaded cookie v0.16.2
11762023-10-03T17:42:28.436Z Downloaded console v0.15.7
11772023-10-03T17:42:28.440Z Downloaded filetime v0.2.22
11782023-10-03T17:42:28.444Z Downloaded derive_builder_core v0.12.0
11792023-10-03T17:42:28.447Z Downloaded clap v4.4.3
11802023-10-03T17:42:28.450Z Downloaded addr2line v0.21.0
11812023-10-03T17:42:28.453Z Downloaded corncobs v0.1.3
11822023-10-03T17:42:28.456Z Downloaded crossbeam-utils v0.8.16
11832023-10-03T17:42:28.459Z Downloaded tabled_derive v0.6.0
11842023-10-03T17:42:28.462Z Downloaded subtle v2.5.0
11852023-10-03T17:42:28.465Z Downloaded buf-list v1.0.3
11862023-10-03T17:42:28.468Z Downloaded camino v1.1.6
11872023-10-03T17:42:28.471Z Downloaded anstyle-parse v0.2.1
11882023-10-03T17:42:28.474Z Downloaded autocfg v1.1.0
11892023-10-03T17:42:28.477Z Downloaded base64ct v1.6.0
11902023-10-03T17:42:28.480Z Downloaded impl-trait-for-tuples v0.2.2
11912023-10-03T17:42:28.482Z Downloaded libloading v0.7.4
11922023-10-03T17:42:28.485Z Downloaded async-stream v0.3.5
11932023-10-03T17:42:28.488Z Downloaded bitflags v1.3.2
11942023-10-03T17:42:28.491Z Downloaded ascii-canvas v3.0.0
11952023-10-03T17:42:28.494Z Downloaded httparse v1.8.0
11962023-10-03T17:42:28.527Z Downloaded slog-async v2.8.0
11972023-10-03T17:42:28.530Z Downloaded normalize-line-endings v0.3.0
11982023-10-03T17:42:28.533Z Downloaded instant v0.1.12
11992023-10-03T17:42:28.536Z Downloaded indoc v1.0.9
12002023-10-03T17:42:28.539Z Downloaded hyper-tls v0.5.0
12012023-10-03T17:42:28.542Z Downloaded httpdate v1.0.3
12022023-10-03T17:42:28.545Z Downloaded hostname v0.3.1
12032023-10-03T17:42:28.548Z Downloaded crossbeam-deque v0.8.3
12042023-10-03T17:42:28.551Z Downloaded lru-cache v0.1.2
12052023-10-03T17:42:28.555Z Downloaded heck v0.4.1
12062023-10-03T17:42:28.559Z Downloaded bitfield v0.14.0
12072023-10-03T17:42:28.562Z Downloaded base64 v0.13.1
12082023-10-03T17:42:28.565Z Downloaded clang-sys v1.6.1
12092023-10-03T17:42:28.569Z Downloaded serde_yaml v0.9.25
12102023-10-03T17:42:28.572Z Downloaded ryu v1.0.15
12112023-10-03T17:42:28.575Z Downloaded cargo_metadata v0.18.0
12122023-10-03T17:42:28.578Z Downloaded hubpack_derive v0.1.1
12132023-10-03T17:42:28.581Z Downloaded bitstruct v0.1.1
12142023-10-03T17:42:28.584Z Downloaded crossbeam v0.8.2
12152023-10-03T17:42:28.587Z Downloaded cpufeatures v0.2.9
12162023-10-03T17:42:28.590Z Downloaded serde_path_to_error v0.1.14
12172023-10-03T17:42:28.593Z Downloaded sct v0.7.0
12182023-10-03T17:42:28.596Z Downloaded num_enum_derive v0.5.11
12192023-10-03T17:42:28.599Z Downloaded num-complex v0.4.4
12202023-10-03T17:42:28.601Z Downloaded memoffset v0.9.0
12212023-10-03T17:42:28.604Z Downloaded memoffset v0.7.1
12222023-10-03T17:42:28.607Z Downloaded maybe-uninit v2.0.0
12232023-10-03T17:42:28.610Z Downloaded managed v0.8.0
12242023-10-03T17:42:28.613Z Downloaded jobserver v0.1.26
12252023-10-03T17:42:28.616Z Downloaded cfg-if v0.1.10
12262023-10-03T17:42:28.619Z Downloaded itoa v1.0.9
12272023-10-03T17:42:28.622Z Downloaded sha-1 v0.10.1
12282023-10-03T17:42:28.625Z Downloaded semver-parser v0.10.2
12292023-10-03T17:42:28.627Z Downloaded num-iter v0.1.43
12302023-10-03T17:42:28.630Z Downloaded md-5 v0.10.5
12312023-10-03T17:42:28.633Z Downloaded libefi-sys v0.1.0
12322023-10-03T17:42:28.636Z Downloaded lalrpop-util v0.19.12
12332023-10-03T17:42:28.639Z Downloaded ident_case v1.0.1
12342023-10-03T17:42:28.642Z Downloaded http-range v0.1.5
12352023-10-03T17:42:28.645Z Downloaded colorchoice v1.0.0
12362023-10-03T17:42:28.648Z Downloaded ciborium v0.2.1
12372023-10-03T17:42:28.652Z Downloaded ascii v1.1.0
12382023-10-03T17:42:28.655Z Downloaded shlex v1.1.0
12392023-10-03T17:42:28.658Z Downloaded serde_spanned v0.6.3
12402023-10-03T17:42:28.662Z Downloaded multer v2.1.0
12412023-10-03T17:42:28.665Z Downloaded maplit v1.0.2
12422023-10-03T17:42:28.668Z Downloaded keccak v0.1.4
12432023-10-03T17:42:28.671Z Downloaded hyper-staticfile v0.9.5
12442023-10-03T17:42:28.674Z Downloaded const_format_proc_macros v0.2.31
12452023-10-03T17:42:28.677Z Downloaded bincode v1.3.3
12462023-10-03T17:42:28.680Z Downloaded match_cfg v0.1.0
12472023-10-03T17:42:28.683Z Downloaded macaddr v1.0.1
12482023-10-03T17:42:28.686Z Downloaded lazy_static v1.4.0
12492023-10-03T17:42:28.689Z Downloaded heck v0.3.3
12502023-10-03T17:42:28.693Z Downloaded colored v2.0.4
12512023-10-03T17:42:28.697Z Downloaded cipher v0.4.4
12522023-10-03T17:42:28.700Z Downloaded bit-vec v0.6.3
12532023-10-03T17:42:28.703Z Downloaded mime v0.3.17
12542023-10-03T17:42:28.707Z Downloaded lazycell v1.3.0
12552023-10-03T17:42:28.712Z Downloaded ciborium-ll v0.2.1
12562023-10-03T17:42:28.715Z Downloaded block-padding v0.3.3
12572023-10-03T17:42:28.718Z Downloaded ciborium-io v0.2.1
12582023-10-03T17:42:28.721Z Downloaded cfg-if v1.0.0
12592023-10-03T17:42:28.724Z Downloaded bytesize v1.3.0
12602023-10-03T17:42:28.732Z Downloaded atty v0.2.14
12612023-10-03T17:42:28.735Z Downloaded base16ct v0.2.0
12622023-10-03T17:42:28.738Z Downloaded async-stream-impl v0.3.5
12632023-10-03T17:42:28.741Z Downloaded anstyle-query v1.0.0
12642023-10-03T17:42:28.896Z Compiling proc-macro2 v1.0.67
12652023-10-03T17:42:28.901Z Compiling unicode-ident v1.0.12
12662023-10-03T17:42:28.904Z Compiling libc v0.2.148
12672023-10-03T17:42:28.907Z Compiling serde v1.0.188
12682023-10-03T17:42:28.911Z Compiling autocfg v1.1.0
12692023-10-03T17:42:28.917Z Compiling version_check v0.9.4
12702023-10-03T17:42:28.920Z Compiling cfg-if v1.0.0
12712023-10-03T17:42:29.172Z Compiling syn v1.0.109
12722023-10-03T17:42:29.175Z Compiling once_cell v1.18.0
12732023-10-03T17:42:29.256Z Compiling parking_lot_core v0.9.8
12742023-10-03T17:42:29.738Z Compiling libm v0.2.7
12752023-10-03T17:42:29.900Z Compiling ahash v0.8.3
12762023-10-03T17:42:29.993Z Compiling lock_api v0.4.10
12772023-10-03T17:42:30.895Z Compiling num-traits v0.2.16
12782023-10-03T17:42:30.926Z Compiling typenum v1.16.0
12792023-10-03T17:42:31.043Z Compiling thiserror v1.0.48
12802023-10-03T17:42:31.063Z Compiling futures-core v0.3.28
12812023-10-03T17:42:31.120Z Compiling generic-array v0.14.7
12822023-10-03T17:42:31.670Z Compiling memchr v2.6.3
12832023-10-03T17:42:31.863Z Compiling itoa v1.0.9
12842023-10-03T17:42:32.330Z Compiling scopeguard v1.2.0
12852023-10-03T17:42:32.389Z Compiling pkg-config v0.3.27
12862023-10-03T17:42:32.580Z Compiling quote v1.0.33
12872023-10-03T17:42:33.222Z Compiling syn v2.0.32
12882023-10-03T17:42:33.592Z Compiling jobserver v0.1.26
12892023-10-03T17:42:33.939Z Compiling getrandom v0.2.10
12902023-10-03T17:42:34.234Z Compiling cc v1.0.83
12912023-10-03T17:42:34.602Z Compiling slab v0.4.9
12922023-10-03T17:42:34.656Z Compiling futures-channel v0.3.28
12932023-10-03T17:42:35.016Z Compiling futures-task v0.3.28
12942023-10-03T17:42:35.316Z Compiling futures-util v0.3.28
12952023-10-03T17:42:35.448Z Compiling log v0.4.20
12962023-10-03T17:42:36.092Z Compiling ryu v1.0.15
12972023-10-03T17:42:36.518Z Compiling serde_json v1.0.107
12982023-10-03T17:42:36.521Z Compiling pin-project-lite v0.2.13
12992023-10-03T17:42:36.683Z Compiling smallvec v1.11.0
13002023-10-03T17:42:36.724Z Compiling schemars v0.8.13
13012023-10-03T17:42:36.835Z Compiling vcpkg v0.2.15
13022023-10-03T17:42:37.785Z Compiling allocator-api2 v0.2.16
13032023-10-03T17:42:39.006Z Compiling parking_lot v0.12.1
13042023-10-03T17:42:39.029Z Compiling ring v0.16.20
13052023-10-03T17:42:39.057Z Compiling hashbrown v0.14.0
13062023-10-03T17:42:39.829Z Compiling openssl-sys v0.9.93
13072023-10-03T17:42:40.625Z Compiling num_cpus v1.16.0
13082023-10-03T17:42:41.513Z Compiling equivalent v1.0.1
13092023-10-03T17:42:41.706Z Compiling rand_core v0.6.4
13102023-10-03T17:42:42.176Z Compiling indexmap v1.9.3
13112023-10-03T17:42:42.242Z Compiling heck v0.4.1
13122023-10-03T17:42:42.450Z Compiling byteorder v1.4.3
13132023-10-03T17:42:42.881Z Compiling spin v0.5.2
13142023-10-03T17:42:43.252Z Compiling httparse v1.8.0
13152023-10-03T17:42:43.255Z Compiling mio v0.8.8
13162023-10-03T17:42:43.259Z Compiling socket2 v0.5.3
13172023-10-03T17:42:43.759Z Compiling signal-hook-registry v1.4.1
13182023-10-03T17:42:45.830Z Compiling serde_derive_internals v0.26.0
13192023-10-03T17:42:46.404Z Compiling openssl v0.10.57
13202023-10-03T17:42:46.519Z Compiling fnv v1.0.7
13212023-10-03T17:42:46.595Z Compiling semver v1.0.18
13222023-10-03T17:42:47.374Z Compiling rustls v0.21.7
13232023-10-03T17:42:47.435Z Compiling iana-time-zone v0.1.57
13242023-10-03T17:42:47.550Z Compiling native-tls v0.2.11
13252023-10-03T17:42:47.742Z Compiling unicode-xid v0.2.4
13262023-10-03T17:42:47.828Z Compiling crossbeam-utils v0.8.16
13272023-10-03T17:42:47.962Z Compiling ucd-trie v0.1.6
13282023-10-03T17:42:47.986Z Compiling synstructure v0.12.6
13292023-10-03T17:42:49.715Z Compiling io-lifetimes v1.0.11
13302023-10-03T17:42:49.793Z Compiling futures-sink v0.3.28
13312023-10-03T17:42:49.818Z Compiling winnow v0.5.15
13322023-10-03T17:42:50.081Z Compiling backtrace v0.3.69
13332023-10-03T17:42:50.497Z Compiling dyn-clone v1.0.13
13342023-10-03T17:42:50.525Z Compiling tinyvec_macros v0.1.1
13352023-10-03T17:42:50.659Z Compiling tinyvec v1.6.0
13362023-10-03T17:42:51.649Z Compiling tracing-core v0.1.31
13372023-10-03T17:42:51.670Z Compiling memoffset v0.9.0
13382023-10-03T17:42:51.728Z Compiling num-integer v0.1.45
13392023-10-03T17:42:51.821Z Compiling futures-io v0.3.28
13402023-10-03T17:42:52.103Z Compiling subtle v2.5.0
13412023-10-03T17:42:52.149Z Compiling pin-utils v0.1.0
13422023-10-03T17:42:52.289Z Compiling rustix v0.37.23
13432023-10-03T17:42:52.355Z Compiling rustix v0.38.9
13442023-10-03T17:42:53.170Z Compiling hashbrown v0.13.2
13452023-10-03T17:42:53.285Z Compiling unicode-normalization v0.1.22
13462023-10-03T17:42:53.333Z Compiling aho-corasick v1.0.4
13472023-10-03T17:42:53.846Z Compiling usdt-impl v0.3.5
13482023-10-03T17:42:54.984Z Compiling anyhow v1.0.75
13492023-10-03T17:42:55.142Z Compiling time-core v0.1.1
13502023-10-03T17:42:55.409Z Compiling unicode-bidi v0.3.13
13512023-10-03T17:42:55.627Z Compiling serde_derive v1.0.188
13522023-10-03T17:42:55.652Z Compiling zeroize_derive v1.4.2
13532023-10-03T17:42:56.070Z Compiling thiserror-impl v1.0.48
13542023-10-03T17:42:56.202Z Compiling tokio-macros v2.1.0
13552023-10-03T17:42:56.326Z Compiling futures-macro v0.3.28
13562023-10-03T17:42:56.664Z Compiling tracing-attributes v0.1.26
13572023-10-03T17:42:57.596Z Compiling schemars_derive v0.8.13
13582023-10-03T17:42:58.263Z Compiling zeroize v1.6.0
13592023-10-03T17:42:59.492Z Compiling openssl-macros v0.1.1
13602023-10-03T17:42:59.579Z Compiling zerocopy-derive v0.2.0
13612023-10-03T17:43:01.071Z Compiling pest v2.7.2
13622023-10-03T17:43:01.522Z Compiling crypto-common v0.1.6
13632023-10-03T17:43:01.853Z Compiling block-buffer v0.10.4
13642023-10-03T17:43:02.136Z Compiling tracing v0.1.37
13652023-10-03T17:43:02.333Z Compiling bitflags v1.3.2
13662023-10-03T17:43:02.396Z Compiling const-oid v0.9.5
13672023-10-03T17:43:02.484Z Compiling regex-syntax v0.7.5
13682023-10-03T17:43:02.523Z Compiling slog v2.7.0
13692023-10-03T17:43:03.218Z Compiling crc32fast v1.3.2
13702023-10-03T17:43:04.983Z Compiling time-macros v0.2.13
13712023-10-03T17:43:05.904Z Compiling pest_meta v2.7.2
13722023-10-03T17:43:06.076Z Compiling digest v0.10.7
13732023-10-03T17:43:09.856Z Compiling pest_generator v2.7.2
13742023-10-03T17:43:11.043Z Compiling regex-automata v0.3.8
13752023-10-03T17:43:12.198Z Compiling bzip2-sys v0.1.11+1.0.8
13762023-10-03T17:43:12.604Z Compiling crossbeam-epoch v0.9.15
13772023-10-03T17:43:13.009Z Compiling ppv-lite86 v0.2.17
13782023-10-03T17:43:13.026Z Compiling pest_derive v2.7.2
13792023-10-03T17:43:13.206Z Compiling async-trait v0.1.73
13802023-10-03T17:43:14.207Z Compiling rand_chacha v0.3.1
13812023-10-03T17:43:14.290Z Compiling zerocopy v0.3.0
13822023-10-03T17:43:15.533Z Compiling zerocopy-derive v0.6.3
13832023-10-03T17:43:15.852Z Compiling untrusted v0.7.1
13842023-10-03T17:43:16.152Z Compiling strsim v0.10.0
13852023-10-03T17:43:16.599Z Compiling base64 v0.21.4
13862023-10-03T17:43:17.721Z Compiling dof v0.1.5
13872023-10-03T17:43:18.647Z Compiling bytes v1.5.0
13882023-10-03T17:43:19.102Z Compiling indexmap v2.0.0
13892023-10-03T17:43:20.618Z Compiling uuid v1.4.1
13902023-10-03T17:43:21.158Z Compiling chrono v0.4.31
13912023-10-03T17:43:21.746Z Compiling tokio v1.32.0
13922023-10-03T17:43:22.531Z Compiling serde_spanned v0.6.3
13932023-10-03T17:43:22.883Z Compiling toml_datetime v0.6.3
13942023-10-03T17:43:23.346Z Compiling toml_edit v0.19.15
13952023-10-03T17:43:27.027Z Compiling bitflags v2.4.0
13962023-10-03T17:43:27.977Z Compiling http v0.2.9
13972023-10-03T17:43:28.437Z Compiling rustc_version v0.4.0
13982023-10-03T17:43:29.448Z Compiling heapless v0.7.16
13992023-10-03T17:43:31.451Z Compiling regex v1.9.5
14002023-10-03T17:43:31.859Z Compiling rand v0.8.5
14012023-10-03T17:43:33.972Z Compiling dtrace-parser v0.1.14
14022023-10-03T17:43:35.638Z Compiling errno v0.3.2
14032023-10-03T17:43:35.984Z Compiling thread-id v4.2.0
14042023-10-03T17:43:36.250Z Compiling num-bigint v0.4.4
14052023-10-03T17:43:36.778Z Compiling tokio-util v0.7.8
14062023-10-03T17:43:37.131Z Compiling unicode-width v0.1.10
14072023-10-03T17:43:37.262Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14082023-10-03T17:43:37.383Z Compiling foreign-types-shared v0.1.1
14092023-10-03T17:43:37.545Z Compiling hashbrown v0.12.3
14102023-10-03T17:43:38.605Z Compiling radium v0.7.0
14112023-10-03T17:43:38.693Z Compiling openssl-probe v0.1.5
14122023-10-03T17:43:38.801Z Compiling percent-encoding v2.3.0
14132023-10-03T17:43:39.197Z Compiling smoltcp v0.9.1
14142023-10-03T17:43:39.366Z Compiling foreign-types v0.3.2
14152023-10-03T17:43:41.062Z Compiling serde_tokenstream v0.1.7
14162023-10-03T17:43:43.260Z Compiling lazy_static v1.4.0
14172023-10-03T17:43:43.471Z Compiling socket2 v0.4.9
14182023-10-03T17:43:44.899Z Compiling try-lock v0.2.4
14192023-10-03T17:43:45.121Z Compiling siphasher v0.3.11
14202023-10-03T17:43:46.274Z Compiling unicode-segmentation v1.10.1
14212023-10-03T17:43:46.381Z Compiling adler v1.0.2
14222023-10-03T17:43:47.172Z Compiling miniz_oxide v0.7.1
14232023-10-03T17:43:47.986Z Compiling want v0.3.1
14242023-10-03T17:43:50.206Z Compiling h2 v0.3.21
14252023-10-03T17:43:50.637Z Compiling form_urlencoded v1.2.0
14262023-10-03T17:43:51.089Z Compiling http-body v0.4.5
14272023-10-03T17:43:51.316Z Compiling rustls-webpki v0.101.4
14282023-10-03T17:43:51.756Z Compiling sct v0.7.0
14292023-10-03T17:43:52.290Z Compiling hubpack_derive v0.1.1
14302023-10-03T17:43:53.575Z Compiling num-iter v0.1.43
14312023-10-03T17:43:53.753Z Compiling tower-service v0.3.2
14322023-10-03T17:43:53.929Z Compiling anstyle v1.0.2
14332023-10-03T17:43:53.992Z Compiling utf8parse v0.2.1
14342023-10-03T17:43:54.301Z Compiling httpdate v1.0.3
14352023-10-03T17:43:54.407Z Compiling cpufeatures v0.2.9
14362023-10-03T17:43:54.613Z Compiling sha2 v0.10.7
14372023-10-03T17:43:54.936Z Compiling anstyle-parse v0.2.1
14382023-10-03T17:43:59.383Z Compiling usdt-macro v0.3.5
14392023-10-03T17:43:59.767Z Compiling usdt-attr-macro v0.3.5
14402023-10-03T17:44:01.853Z Compiling hyper v0.14.27
14412023-10-03T17:44:03.121Z Compiling openapiv3 v1.0.3
14422023-10-03T17:44:03.870Z Compiling rustls-pemfile v1.0.3
14432023-10-03T17:44:04.387Z Compiling md-5 v0.10.5
14442023-10-03T17:44:04.769Z Compiling hmac v0.12.1
14452023-10-03T17:44:05.892Z Compiling stringprep v0.1.3
14462023-10-03T17:44:07.378Z Compiling idna v0.4.0
14472023-10-03T17:44:07.381Z Compiling diesel_table_macro_syntax v0.1.0
14482023-10-03T17:44:07.990Z Compiling hash32 v0.2.1
14492023-10-03T17:44:08.563Z Compiling spin v0.9.8
14502023-10-03T17:44:09.836Z Compiling colorchoice v1.0.0
14512023-10-03T17:44:10.053Z Compiling anstyle-query v1.0.0
14522023-10-03T17:44:10.219Z Compiling fallible-iterator v0.2.0
14532023-10-03T17:44:10.441Z Compiling gimli v0.28.0
14542023-10-03T17:44:10.483Z Compiling stable_deref_trait v1.2.0
14552023-10-03T17:44:10.829Z Compiling anstream v0.5.0
14562023-10-03T17:44:11.406Z Compiling postgres-protocol v0.6.6
14572023-10-03T17:44:11.880Z Compiling url v2.4.1
14582023-10-03T17:44:12.701Z Compiling diesel_derives v2.1.1
14592023-10-03T17:44:13.952Z Compiling rustls-native-certs v0.6.3
14602023-10-03T17:44:14.751Z Compiling tokio-rustls v0.24.1
14612023-10-03T17:44:17.769Z Compiling addr2line v0.21.0
14622023-10-03T17:44:18.815Z Compiling tokio-native-tls v0.3.1
14632023-10-03T17:44:19.243Z Compiling terminal_size v0.2.6
14642023-10-03T17:44:20.077Z Compiling phf_shared v0.11.2
14652023-10-03T17:44:22.420Z Compiling serde_tokenstream v0.2.0
14662023-10-03T17:44:22.713Z Compiling block-padding v0.3.3
14672023-10-03T17:44:22.785Z Compiling enum-as-inner v0.5.1
14682023-10-03T17:44:23.078Z Compiling serde_repr v0.1.16
14692023-10-03T17:44:23.202Z Compiling clap_derive v4.4.2
14702023-10-03T17:44:24.742Z Compiling scheduled-thread-pool v0.2.7
14712023-10-03T17:44:25.527Z Compiling object v0.32.1
14722023-10-03T17:44:36.748Z Compiling managed v0.8.0
14732023-10-03T17:44:37.456Z Compiling rustc-demangle v0.1.23
14742023-10-03T17:44:37.581Z Compiling num_threads v0.1.6
14752023-10-03T17:44:37.909Z Compiling clap_lex v0.5.1
14762023-10-03T17:44:38.985Z Compiling tap v1.0.1
14772023-10-03T17:44:39.267Z Compiling either v1.9.0
14782023-10-03T17:44:39.366Z Compiling bit-vec v0.6.3
14792023-10-03T17:44:39.820Z Compiling deranged v0.3.8
14802023-10-03T17:44:43.072Z Compiling ipnet v2.8.0
14812023-10-03T17:44:43.165Z Compiling regex-automata v0.1.10
14822023-10-03T17:44:43.967Z Compiling matches v0.1.10
14832023-10-03T17:44:44.106Z Compiling idna v0.2.3
14842023-10-03T17:44:44.490Z Compiling bstr v0.2.17
14852023-10-03T17:44:44.627Z Compiling time v0.3.27
14862023-10-03T17:44:46.622Z Compiling itertools v0.10.5
14872023-10-03T17:44:49.992Z Compiling wyz v0.5.1
14882023-10-03T17:44:50.409Z Compiling clap_builder v4.4.2
14892023-10-03T17:44:51.388Z Compiling r2d2 v0.8.10
14902023-10-03T17:44:53.006Z Compiling inout v0.1.3
14912023-10-03T17:44:55.742Z Compiling phf v0.11.2
14922023-10-03T17:44:56.246Z Compiling hyper-tls v0.5.0
14932023-10-03T17:44:56.816Z Compiling hyper-rustls v0.24.1
14942023-10-03T17:44:57.857Z Compiling flate2 v1.0.27
14952023-10-03T17:44:59.314Z Compiling postgres-types v0.2.6
14962023-10-03T17:44:59.610Z Compiling hubpack v0.1.2
14972023-10-03T17:45:00.338Z Compiling serde_urlencoded v0.7.1
14982023-10-03T17:45:00.848Z Compiling phf_shared v0.10.0
14992023-10-03T17:45:01.177Z Compiling ipnetwork v0.20.0
15002023-10-03T17:45:01.507Z Compiling zerocopy v0.6.3
15012023-10-03T17:45:02.731Z Compiling futures-executor v0.3.28
15022023-10-03T17:45:03.521Z Compiling regress v0.7.1
15032023-10-03T17:45:03.730Z Compiling float-cmp v0.9.0
15042023-10-03T17:45:03.778Z Compiling encoding_rs v0.8.33
15052023-10-03T17:45:04.077Z Compiling normalize-line-endings v0.3.0
15062023-10-03T17:45:04.575Z Compiling unicode-linebreak v0.1.5
15072023-10-03T17:45:05.065Z Compiling static_assertions v1.1.0
15082023-10-03T17:45:05.220Z Compiling data-encoding v2.4.0
15092023-10-03T17:45:05.476Z Compiling whoami v1.4.1
15102023-10-03T17:45:06.393Z Compiling smawk v0.3.1
15112023-10-03T17:45:06.731Z Compiling fixedbitset v0.4.2
15122023-10-03T17:45:07.563Z Compiling new_debug_unreachable v1.0.4
15132023-10-03T17:45:07.703Z Compiling funty v2.0.0
15142023-10-03T17:45:07.822Z Compiling mime v0.3.17
15152023-10-03T17:45:08.282Z Compiling webpki-roots v0.25.2
15162023-10-03T17:45:08.545Z Compiling precomputed-hash v0.1.1
15172023-10-03T17:45:08.646Z Compiling difflib v0.4.0
15182023-10-03T17:45:10.140Z Compiling predicates-core v1.0.6
15192023-10-03T17:45:10.639Z Compiling predicates v3.0.3
15202023-10-03T17:45:10.787Z Compiling bitvec v1.0.1
15212023-10-03T17:45:10.936Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15222023-10-03T17:45:11.303Z Compiling string_cache v0.8.7
15232023-10-03T17:45:11.957Z Compiling reqwest v0.11.20
15242023-10-03T17:45:12.001Z Compiling petgraph v0.6.4
15252023-10-03T17:45:13.133Z Compiling textwrap v0.16.0
15262023-10-03T17:45:14.875Z Compiling trust-dns-proto v0.22.0
15272023-10-03T17:45:18.385Z Compiling tokio-postgres v0.7.10
15282023-10-03T17:45:18.780Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
15292023-10-03T17:45:29.520Z Compiling futures v0.3.28
15302023-10-03T17:45:30.777Z Compiling diesel v2.1.1
15312023-10-03T17:45:31.132Z Compiling yasna v0.5.2
15322023-10-03T17:45:31.423Z Compiling clap v4.4.3
15332023-10-03T17:45:31.589Z Compiling cipher v0.4.4
15342023-10-03T17:45:32.077Z Compiling similar v2.2.1
15352023-10-03T17:45:32.348Z Compiling bit-set v0.5.3
15362023-10-03T17:45:32.954Z Compiling usdt v0.3.5
15372023-10-03T17:45:33.993Z Compiling console v0.15.7
15382023-10-03T17:45:34.082Z Compiling tokio-stream v0.1.14
15392023-10-03T17:45:35.511Z Compiling toml v0.7.8
15402023-10-03T17:45:35.690Z Compiling bstr v1.6.0
15412023-10-03T17:45:36.218Z Compiling hex v0.4.3
15422023-10-03T17:45:37.302Z Compiling signature v2.1.0
15432023-10-03T17:45:38.264Z Compiling lalrpop-util v0.19.12
15442023-10-03T17:45:40.448Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15452023-10-03T17:45:43.411Z Compiling proc-macro-crate v1.3.1
15462023-10-03T17:45:47.240Z Compiling ident_case v1.0.1
15472023-10-03T17:45:47.606Z Compiling darling_core v0.20.3
15482023-10-03T17:45:56.325Z Compiling num_enum_derive v0.5.11
15492023-10-03T17:46:05.853Z Compiling crossbeam-channel v0.5.8
15502023-10-03T17:46:13.404Z Compiling atty v0.2.14
15512023-10-03T17:46:13.626Z Compiling proc-macro-error-attr v1.0.4
15522023-10-03T17:46:19.349Z Compiling num_enum v0.5.11
15532023-10-03T17:46:20.804Z Compiling darling_macro v0.20.3
15542023-10-03T17:46:35.305Z Compiling dirs-sys-next v0.1.2
15552023-10-03T17:46:36.872Z Compiling proc-macro-error v1.0.4
15562023-10-03T17:46:38.049Z Compiling rustversion v1.0.14
15572023-10-03T17:46:43.962Z Compiling dirs-next v2.0.0
15582023-10-03T17:46:49.296Z Compiling darling v0.20.3
15592023-10-03T17:46:54.915Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
15602023-10-03T17:46:58.946Z Compiling getopts v0.2.21
15612023-10-03T17:47:01.533Z Compiling structmeta-derive v0.1.6
15622023-10-03T17:47:02.117Z Compiling thread_local v1.1.7
15632023-10-03T17:47:02.813Z Compiling multer v2.1.0
15642023-10-03T17:47:03.233Z Compiling paste v1.0.14
15652023-10-03T17:47:06.170Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15662023-10-03T17:47:07.053Z Compiling unsafe-libyaml v0.2.9
15672023-10-03T17:47:12.157Z Compiling match_cfg v0.1.0
15682023-10-03T17:47:13.019Z Compiling camino v1.1.6
15692023-10-03T17:47:13.620Z Compiling slog-async v2.8.0
15702023-10-03T17:47:20.832Z Compiling hostname v0.3.1
15712023-10-03T17:47:27.183Z Compiling serde_yaml v0.9.25
15722023-10-03T17:47:27.511Z Compiling structmeta v0.1.6
15732023-10-03T17:47:28.351Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15742023-10-03T17:47:33.625Z Compiling serde_with_macros v2.3.3
15752023-10-03T17:47:38.820Z Compiling term v0.7.0
15762023-10-03T17:47:40.340Z Compiling slog-json v2.6.1
15772023-10-03T17:47:44.253Z Compiling async-stream-impl v0.3.5
15782023-10-03T17:47:44.962Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15792023-10-03T17:47:45.381Z Compiling postcard-cobs v0.1.5-pre
15802023-10-03T17:47:46.067Z Compiling take_mut v0.2.2
15812023-10-03T17:47:46.242Z Compiling atomic-waker v1.1.1
15822023-10-03T17:47:46.329Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15832023-10-03T17:47:46.719Z Compiling regex-syntax v0.6.29
15842023-10-03T17:47:47.214Z Compiling waitgroup v0.1.2
15852023-10-03T17:47:47.574Z Compiling async-stream v0.3.5
15862023-10-03T17:47:47.705Z Compiling postcard v0.7.3
15872023-10-03T17:47:48.205Z Compiling strum_macros v0.25.2
15882023-10-03T17:47:48.630Z Compiling slog-bunyan v2.4.0
15892023-10-03T17:47:49.029Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15902023-10-03T17:47:53.140Z Compiling slog-term v2.9.0
15912023-10-03T17:47:54.383Z Compiling serde_with v2.3.3
15922023-10-03T17:47:56.466Z Compiling parse-display-derive v0.7.0
15932023-10-03T17:48:03.019Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15942023-10-03T17:48:03.807Z Compiling sha1 v0.10.5
15952023-10-03T17:48:05.311Z Compiling smoltcp v0.8.2
15962023-10-03T17:48:05.337Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15972023-10-03T17:48:05.793Z Compiling serde_path_to_error v0.1.14
15982023-10-03T17:48:05.964Z Compiling foreign-types-macros v0.2.3
15992023-10-03T17:48:07.598Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16002023-10-03T17:48:07.913Z Compiling instant v0.1.12
16012023-10-03T17:48:08.033Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16022023-10-03T17:48:08.169Z Compiling foreign-types-shared v0.3.1
16032023-10-03T17:48:08.336Z Compiling debug-ignore v1.0.5
16042023-10-03T17:48:08.444Z Compiling cfg-if v0.1.10
16052023-10-03T17:48:08.569Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16062023-10-03T17:48:08.635Z Compiling foreign-types v0.5.0
16072023-10-03T17:48:08.804Z Compiling backoff v0.4.0
16082023-10-03T17:48:09.022Z Compiling parse-display v0.7.0
16092023-10-03T17:48:09.341Z Compiling strum v0.25.0
16102023-10-03T17:48:09.680Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16112023-10-03T17:48:09.937Z Compiling is-terminal v0.4.9
16122023-10-03T17:48:09.990Z Compiling macaddr v1.0.1
16132023-10-03T17:48:10.134Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16142023-10-03T17:48:11.131Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16152023-10-03T17:48:11.487Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16162023-10-03T17:48:11.967Z Compiling cstr-argument v0.1.2
16172023-10-03T17:48:12.354Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16182023-10-03T17:48:12.663Z Compiling base64ct v1.6.0
16192023-10-03T17:48:12.753Z Compiling pretty-hex v0.2.1
16202023-10-03T17:48:13.125Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16212023-10-03T17:48:13.732Z Compiling password-hash v0.5.0
16222023-10-03T17:48:14.561Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16232023-10-03T17:48:15.964Z Compiling colored v2.0.4
16242023-10-03T17:48:17.748Z Compiling heck v0.3.3
16252023-10-03T17:48:17.928Z Compiling textwrap v0.11.0
16262023-10-03T17:48:18.269Z Compiling blake2 v0.10.6
16272023-10-03T17:48:18.339Z Compiling strsim v0.8.0
16282023-10-03T17:48:18.366Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
16292023-10-03T17:48:18.679Z Compiling rayon-core v1.11.0
16302023-10-03T17:48:19.099Z Compiling ansi_term v0.12.1
16312023-10-03T17:48:19.717Z Compiling libefi-sys v0.1.0
16322023-10-03T17:48:20.129Z Compiling vec_map v0.8.2
16332023-10-03T17:48:20.556Z Compiling argon2 v0.5.2
16342023-10-03T17:48:20.578Z Compiling structopt-derive v0.4.18
16352023-10-03T17:48:20.646Z Compiling clap v2.34.0
16362023-10-03T17:48:25.096Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16372023-10-03T17:48:25.372Z Compiling zone_cfg_derive v0.2.0
16382023-10-03T17:48:25.844Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16392023-10-03T17:48:26.656Z Compiling crossbeam-deque v0.8.3
16402023-10-03T17:48:27.285Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16412023-10-03T17:48:27.601Z Compiling portable-atomic v1.4.3
16422023-10-03T17:48:27.823Z Compiling keccak v0.1.4
16432023-10-03T17:48:29.052Z Compiling sha3 v0.10.8
16442023-10-03T17:48:29.538Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
16452023-10-03T17:48:29.588Z Compiling zone v0.2.0
16462023-10-03T17:48:34.005Z Compiling structopt v0.3.26
16472023-10-03T17:48:34.264Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
16482023-10-03T17:48:35.138Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16492023-10-03T17:48:36.040Z Compiling hkdf v0.12.3
16502023-10-03T17:48:36.460Z Compiling smf v0.2.2
16512023-10-03T17:48:37.025Z Compiling secrecy v0.8.0
16522023-10-03T17:48:37.096Z Compiling filetime v0.2.22
16532023-10-03T17:48:37.443Z Compiling xattr v1.0.1
16542023-10-03T17:48:37.617Z Compiling same-file v1.0.6
16552023-10-03T17:48:37.887Z Compiling fastrand v2.0.0
16562023-10-03T17:48:38.103Z Compiling walkdir v2.4.0
16572023-10-03T17:48:38.221Z Compiling tar v0.4.40
16582023-10-03T17:48:39.092Z Compiling tempfile v3.8.0
16592023-10-03T17:48:41.269Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16602023-10-03T17:48:41.926Z Compiling rayon v1.7.0
16612023-10-03T17:48:43.013Z Compiling number_prefix v0.4.0
16622023-10-03T17:48:43.399Z Compiling omicron-zone-package v0.8.3
16632023-10-03T17:48:45.759Z Compiling topological-sort v0.2.2
16642023-10-03T17:48:50.790Z Compiling indicatif v0.17.6
16652023-10-03T17:48:56.788Z Compiling bzip2 v0.4.4
16662023-10-03T17:48:57.367Z Compiling zip v0.6.6
16672023-10-03T17:48:59.220Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16682023-10-03T17:48:59.642Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16692023-10-03T17:49:01.119Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16702023-10-03T17:49:01.123Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16712023-10-03T17:49:09.971Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16722023-10-03T17:49:09.974Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
16732023-10-03T17:49:09.977Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16742023-10-03T17:49:23.394Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16752023-10-03T17:49:24.780Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16762023-10-03T17:49:59.708Z Finished release [optimized] target(s) in 8m 03s
16772023-10-03T17:49:59.961Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16782023-10-03T17:50:00.039ZCreated new build target 'test' and set it as active
16792023-10-03T17:50:00.042Z
16802023-10-03T17:50:00.045Zreal 8:04.273143125
16812023-10-03T17:50:00.049Zuser 51:16.603967739
16822023-10-03T17:50:00.052Zsys 4:25.994287236
16832023-10-03T17:50:00.055Ztrap 1.984952974
16842023-10-03T17:50:00.058Ztflt 5.000754745
16852023-10-03T17:50:00.061Zdflt 5.696845742
16862023-10-03T17:50:00.064Zkflt 0.037335093
16872023-10-03T17:50:00.066Zlock 1:57:08.627155296
16882023-10-03T17:50:00.069Zslp 2:49:51.202150916
16892023-10-03T17:50:00.073Zlat 2:18.114740376
16902023-10-03T17:50:00.075Zstop 3:52.956980683
16912023-10-03T17:50:00.078Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16922023-10-03T17:50:01.203Z Finished release [optimized] target(s) in 1.08s
16932023-10-03T17:50:01.236Z Running `target/release/omicron-package -t test package`
16942023-10-03T17:50:01.276ZOct 03 17:50:01.273 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
16952023-10-03T17:50:02.524Z Compiling serde_json v1.0.107
16962023-10-03T17:50:02.575Z Compiling linked-hash-map v0.5.6
16972023-10-03T17:50:02.579Z Compiling slog-dtrace v0.2.3
16982023-10-03T17:50:02.592Z Compiling quick-error v1.2.3
16992023-10-03T17:50:02.597Z Compiling base64 v0.13.1
17002023-10-03T17:50:02.612Z Compiling termcolor v1.2.0
17012023-10-03T17:50:02.616Z Compiling same-file v1.0.6
17022023-10-03T17:50:02.619Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17032023-10-03T17:50:02.788Z Compiling resolv-conf v0.7.0
17042023-10-03T17:50:02.944Z Compiling walkdir v2.4.0
17052023-10-03T17:50:03.020Z Compiling semver-parser v0.10.2
17062023-10-03T17:50:03.062Z Compiling memoffset v0.7.1
17072023-10-03T17:50:03.152Z Compiling lru-cache v0.1.2
17082023-10-03T17:50:03.467Z Compiling trust-dns-resolver v0.22.0
17092023-10-03T17:50:03.471Z Compiling fastrand v2.0.0
17102023-10-03T17:50:04.044Z Compiling cancel-safe-futures v0.1.2
17112023-10-03T17:50:04.048Z Compiling tempfile v3.8.0
17122023-10-03T17:50:04.270Z Compiling semver v0.11.0
17132023-10-03T17:50:04.719Z Compiling libz-sys v1.1.12
17142023-10-03T17:50:04.798Z Compiling xattr v1.0.1
17152023-10-03T17:50:05.169Z Compiling filetime v0.2.22
17162023-10-03T17:50:05.280Z Compiling num-rational v0.4.1
17172023-10-03T17:50:05.363Z Compiling home v0.5.5
17182023-10-03T17:50:05.503Z Compiling utf-8 v0.7.6
17192023-10-03T17:50:05.600Z Compiling schemars v0.8.13
17202023-10-03T17:50:05.687Z Compiling usdt-impl v0.3.5
17212023-10-03T17:50:05.721Z Compiling openapiv3 v1.0.3
17222023-10-03T17:50:05.984Z Compiling reqwest v0.11.20
17232023-10-03T17:50:06.118Z Compiling postgres-types v0.2.6
17242023-10-03T17:50:06.228Z Compiling slog-json v2.6.1
17252023-10-03T17:50:07.081Z Compiling usdt v0.3.5
17262023-10-03T17:50:07.845Z Compiling tokio-postgres v0.7.10
17272023-10-03T17:50:13.342Z Compiling ipnetwork v0.20.0
17282023-10-03T17:50:13.707Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17292023-10-03T17:50:19.453Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
17302023-10-03T17:50:19.649Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17312023-10-03T17:50:21.088Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17322023-10-03T17:50:21.991Z Compiling slog-bunyan v2.4.0
17332023-10-03T17:50:22.029Z Compiling diesel v2.1.1
17342023-10-03T17:50:22.383Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
17352023-10-03T17:50:24.699Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17362023-10-03T17:50:27.693Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17372023-10-03T17:50:31.205Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17382023-10-03T17:50:31.546Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17392023-10-03T17:50:34.264Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17402023-10-03T17:50:36.384Z Compiling toolchain_find v0.2.0
17412023-10-03T17:50:37.248Z Compiling tar v0.4.40
17422023-10-03T17:50:39.491Z Compiling pem-rfc7468 v0.7.0
17432023-10-03T17:50:41.100Z Compiling toml v0.5.11
17442023-10-03T17:50:42.372Z Compiling der_derive v0.7.2
17452023-10-03T17:50:46.380Z Compiling flagset v0.4.3
17462023-10-03T17:50:46.726Z Compiling der v0.7.8
17472023-10-03T17:50:46.804Z Compiling rustfmt-wrapper v0.2.0
17482023-10-03T17:50:47.264Z Compiling omicron-zone-package v0.8.3
17492023-10-03T17:50:52.268Z Compiling fxhash v0.2.1
17502023-10-03T17:50:52.618Z Compiling num-complex v0.4.4
17512023-10-03T17:50:53.051Z Compiling libgit2-sys v0.15.2+1.6.4
17522023-10-03T17:50:54.144Z Compiling unicase v2.7.0
17532023-10-03T17:50:54.548Z Compiling num v0.4.1
17542023-10-03T17:50:54.833Z Compiling spki v0.7.2
17552023-10-03T17:50:55.904Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17562023-10-03T17:50:57.526Z Compiling itertools v0.11.0
17572023-10-03T17:51:00.629Z Compiling ciborium-io v0.2.1
17582023-10-03T17:51:00.804Z Compiling half v1.8.2
17592023-10-03T17:51:02.774Z Compiling arc-swap v1.6.0
17602023-10-03T17:51:03.109Z Compiling maybe-uninit v2.0.0
17612023-10-03T17:51:03.850Z Compiling slog-scope v4.4.0
17622023-10-03T17:51:04.052Z Compiling ciborium-ll v0.2.1
17632023-10-03T17:51:04.877Z Compiling vergen v8.2.4
17642023-10-03T17:51:05.286Z Compiling crc-catalog v2.2.0
17652023-10-03T17:51:05.439Z Compiling signal-hook v0.3.17
17662023-10-03T17:51:05.500Z Compiling packed_struct v0.10.1
17672023-10-03T17:51:05.817Z Compiling num-bigint-dig v0.8.4
17682023-10-03T17:51:06.071Z Compiling parking_lot_core v0.8.6
17692023-10-03T17:51:06.321Z Compiling crc v3.0.1
17702023-10-03T17:51:06.703Z Compiling ciborium v0.2.1
17712023-10-03T17:51:07.454Z Compiling slog-stdlog v4.1.1
17722023-10-03T17:51:08.739Z Compiling pkcs8 v0.10.2
17732023-10-03T17:51:08.959Z Compiling universal-hash v0.5.1
17742023-10-03T17:51:09.217Z Compiling nibble_vec v0.1.0
17752023-10-03T17:51:09.272Z Compiling libsqlite3-sys v0.26.0
17762023-10-03T17:51:09.546Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17772023-10-03T17:51:09.938Z Compiling packed_struct_codegen v0.10.1
17782023-10-03T17:51:10.500Z Compiling dirs-sys-next v0.1.2
17792023-10-03T17:51:10.582Z Compiling glob v0.3.1
17802023-10-03T17:51:11.334Z Compiling crunchy v0.2.2
17812023-10-03T17:51:11.776Z Compiling opaque-debug v0.3.0
17822023-10-03T17:51:11.908Z Compiling nodrop v0.1.14
17832023-10-03T17:51:11.949Z Compiling doc-comment v0.3.3
17842023-10-03T17:51:12.038Z Compiling endian-type v0.1.2
17852023-10-03T17:51:12.080Z Compiling semver v0.1.20
17862023-10-03T17:51:12.385Z Compiling radix_trie v0.2.1
17872023-10-03T17:51:12.861Z Compiling rustc_version v0.1.7
17882023-10-03T17:51:13.036Z Compiling clang-sys v1.6.1
17892023-10-03T17:51:13.481Z Compiling array-init v0.0.4
17902023-10-03T17:51:13.528Z Compiling dirs-next v2.0.0
17912023-10-03T17:51:13.774Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17922023-10-03T17:51:14.044Z Compiling pkcs1 v0.7.5
17932023-10-03T17:51:14.423Z Compiling smallvec v0.6.14
17942023-10-03T17:51:15.131Z Compiling slog-envlogger v2.2.0
17952023-10-03T17:51:20.516Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
17962023-10-03T17:51:21.666Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
17972023-10-03T17:51:22.145Z Compiling sha-1 v0.10.1
17982023-10-03T17:51:23.626Z Compiling bitfield v0.14.0
17992023-10-03T17:51:24.126Z Compiling prettyplease v0.2.12
18002023-10-03T17:51:24.524Z Compiling tiny-keccak v2.0.2
18012023-10-03T17:51:24.909Z Compiling platforms v3.0.2
18022023-10-03T17:51:25.422Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
18032023-10-03T17:51:28.260Z Compiling rsa v0.9.2
18042023-10-03T17:51:37.320Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18052023-10-03T17:51:37.470Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18062023-10-03T17:51:40.725Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18072023-10-03T17:51:40.769Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
18082023-10-03T17:51:41.815Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
18092023-10-03T17:51:43.265Z Compiling tungstenite v0.17.3
18102023-10-03T17:51:43.813Z Compiling parking_lot v0.11.2
18112023-10-03T17:51:46.501Z Compiling serde-hex v0.1.0
18122023-10-03T17:51:47.884Z Compiling mime_guess v2.0.4
18132023-10-03T17:51:51.763Z Compiling term v0.7.0
18142023-10-03T17:51:52.878Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
18152023-10-03T17:51:53.003Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18162023-10-03T17:51:53.927Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18172023-10-03T17:51:55.330Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18182023-10-03T17:52:03.242Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18192023-10-03T17:52:04.501Z Compiling newtype_derive v0.1.6
18202023-10-03T17:52:04.910Z Compiling trust-dns-client v0.22.0
18212023-10-03T17:52:08.648Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18222023-10-03T17:52:09.191Z Compiling x509-cert v0.2.4
18232023-10-03T17:52:23.815Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
18242023-10-03T17:52:26.829Z Compiling env_logger v0.10.0
18252023-10-03T17:52:27.676Z Compiling darling_core v0.14.4
18262023-10-03T17:52:27.874Z Compiling hashlink v0.8.3
18272023-10-03T17:52:29.062Z Compiling ron v0.8.1
18282023-10-03T17:52:31.913Z Compiling aead v0.5.2
18292023-10-03T17:52:32.061Z Compiling snafu-derive v0.7.5
18302023-10-03T17:52:33.304Z Compiling convert_case v0.4.0
18312023-10-03T17:52:34.101Z Compiling humantime v2.1.0
18322023-10-03T17:52:34.615Z Compiling crc-any v2.4.3
18332023-10-03T17:52:35.536Z Compiling minimal-lexical v0.2.1
18342023-10-03T17:52:36.282Z Compiling fallible-streaming-iterator v0.1.9
18352023-10-03T17:52:36.389Z Compiling nom v7.1.3
18362023-10-03T17:52:36.719Z Compiling rusqlite v0.29.0
18372023-10-03T17:52:36.871Z Compiling darling_macro v0.14.4
18382023-10-03T17:52:38.317Z Compiling trust-dns-server v0.22.1
18392023-10-03T17:52:40.054Z Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
18402023-10-03T17:52:40.396Z Compiling snafu v0.7.5
18412023-10-03T17:52:42.464Z Compiling derive_more v0.99.17
18422023-10-03T17:52:42.766Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18432023-10-03T17:52:45.900Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18442023-10-03T17:52:46.877Z Compiling ascii-canvas v3.0.0
18452023-10-03T17:52:47.647Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
18462023-10-03T17:52:49.457Z Compiling tokio-tungstenite v0.17.2
18472023-10-03T17:52:49.680Z Compiling sled v0.34.7
18482023-10-03T17:52:55.991Z Compiling nix v0.26.2
18492023-10-03T17:53:04.001Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18502023-10-03T17:53:04.993Z Compiling tungstenite v0.18.0
18512023-10-03T17:53:09.529Z Compiling num_enum_derive v0.7.0
18522023-10-03T17:53:10.471Z Compiling object v0.30.4
18532023-10-03T17:53:13.695Z Compiling twox-hash v1.6.3
18542023-10-03T17:53:14.719Z Compiling is-terminal v0.4.9
18552023-10-03T17:53:14.896Z Compiling ena v0.14.2
18562023-10-03T17:53:15.409Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18572023-10-03T17:53:15.555Z Compiling derive-where v1.2.5
18582023-10-03T17:53:16.598Z Compiling libloading v0.7.4
18592023-10-03T17:53:17.082Z Compiling bindgen v0.65.1
18602023-10-03T17:53:17.160Z Compiling diff v0.1.13
18612023-10-03T17:53:17.390Z Compiling path-slash v0.1.5
18622023-10-03T17:53:17.691Z Compiling pretty-hex v0.3.0
18632023-10-03T17:53:17.709Z Compiling linear-map v1.2.0
18642023-10-03T17:53:18.056Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18652023-10-03T17:53:18.088Z Compiling lalrpop v0.19.12
18662023-10-03T17:53:18.346Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18672023-10-03T17:53:21.031Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18682023-10-03T17:53:35.512Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e)
18692023-10-03T17:53:36.535Z Compiling num_enum v0.7.0
18702023-10-03T17:53:36.782Z Compiling tokio-tungstenite v0.18.0
18712023-10-03T17:53:37.649Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18722023-10-03T17:53:38.823Z Compiling curve25519-dalek v4.1.0
18732023-10-03T17:53:39.370Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
18742023-10-03T17:53:43.346Z Compiling cexpr v0.6.0
18752023-10-03T17:53:45.804Z Compiling darling v0.14.4
18762023-10-03T17:53:48.951Z Compiling polyval v0.6.1
18772023-10-03T17:53:49.763Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
18782023-10-03T17:53:53.843Z Compiling aes v0.8.3
18792023-10-03T17:53:55.900Z Compiling ctr v0.9.2
18802023-10-03T17:53:56.447Z Compiling which v4.4.0
18812023-10-03T17:53:57.273Z Compiling ff v0.13.0
18822023-10-03T17:53:57.652Z Compiling path-dedot v3.1.0
18832023-10-03T17:53:58.020Z Compiling bincode v1.3.3
18842023-10-03T17:53:58.249Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
18852023-10-03T17:53:58.664Z Compiling display-error-chain v0.1.1
18862023-10-03T17:53:58.876Z Compiling lazycell v1.3.0
18872023-10-03T17:53:59.125Z Compiling rustc-hash v1.1.0
18882023-10-03T17:53:59.345Z Compiling erased-serde v0.3.30
18892023-10-03T17:53:59.929Z Compiling peeking_take_while v0.1.2
18902023-10-03T17:53:59.997Z Compiling shlex v1.1.0
18912023-10-03T17:54:00.383Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
18922023-10-03T17:54:01.195Z Compiling path-absolutize v3.1.0
18932023-10-03T17:54:01.542Z Compiling group v0.13.0
18942023-10-03T17:54:01.812Z Compiling aes-gcm-siv v0.11.1
18952023-10-03T17:54:02.069Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18962023-10-03T17:54:02.304Z Compiling derive_builder_core v0.12.0
18972023-10-03T17:54:05.686Z Compiling steno v0.4.0
18982023-10-03T17:54:06.308Z Compiling env_logger v0.9.3
18992023-10-03T17:54:08.052Z Compiling polar-core v0.26.4
19002023-10-03T17:54:09.857Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19012023-10-03T17:54:10.298Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19022023-10-03T17:54:14.136Z Compiling olpc-cjson v0.1.3
19032023-10-03T17:54:15.047Z Compiling pem v1.1.1
19042023-10-03T17:54:17.541Z Compiling camino-tempfile v1.0.2
19052023-10-03T17:54:18.075Z Compiling globset v0.4.13
19062023-10-03T17:54:18.886Z Compiling crypto-bigint v0.5.2
19072023-10-03T17:54:23.054Z Compiling serde_plain v1.0.2
19082023-10-03T17:54:23.914Z Compiling curve25519-dalek-derive v0.1.0
19092023-10-03T17:54:24.366Z Compiling libxml v0.3.3
19102023-10-03T17:54:24.852Z Compiling async-recursion v1.0.5
19112023-10-03T17:54:25.431Z Compiling bitstruct_derive v0.1.0
19122023-10-03T17:54:26.136Z Compiling thiserror-impl-no-std v2.0.2
19132023-10-03T17:54:26.363Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19142023-10-03T17:54:26.572Z Compiling buf-list v1.0.3
19152023-10-03T17:54:27.368Z Compiling ascii v1.1.0
19162023-10-03T17:54:27.407Z Compiling base16ct v0.2.0
19172023-10-03T17:54:28.004Z Compiling ref-cast v1.0.20
19182023-10-03T17:54:28.646Z Compiling ringbuffer v0.14.2
19192023-10-03T17:54:28.792Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19202023-10-03T17:54:29.701Z Compiling elliptic-curve v0.13.5
19212023-10-03T17:54:30.603Z Compiling bitstruct v0.1.1
19222023-10-03T17:54:30.735Z Compiling thiserror-no-std v2.0.2
19232023-10-03T17:54:30.861Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19242023-10-03T17:54:31.346Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19252023-10-03T17:54:32.989Z Compiling tough v0.12.5
19262023-10-03T17:54:33.713Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19272023-10-03T17:54:34.256Z Compiling derive_builder_macro v0.12.0
19282023-10-03T17:54:38.431Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19292023-10-03T17:54:43.873Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
19302023-10-03T17:54:45.919Z Compiling poly1305 v0.8.0
19312023-10-03T17:54:48.564Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19322023-10-03T17:54:48.702Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
19332023-10-03T17:54:48.805Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19342023-10-03T17:54:49.094Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19352023-10-03T17:54:49.187Z Compiling chacha20 v0.9.1
19362023-10-03T17:54:49.548Z Compiling strum_macros v0.24.3
19372023-10-03T17:54:49.879Z Compiling const_format_proc_macros v0.2.31
19382023-10-03T17:54:50.956Z Compiling serde_arrays v0.1.0
19392023-10-03T17:54:51.200Z Compiling ref-cast-impl v1.0.20
19402023-10-03T17:54:52.980Z Compiling enum-iterator-derive v1.2.1
19412023-10-03T17:54:53.172Z Compiling cookie v0.16.2
19422023-10-03T17:54:53.581Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
19432023-10-03T17:54:53.987Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19442023-10-03T17:54:54.399Z Compiling indoc v1.0.9
19452023-10-03T17:54:54.536Z Compiling signature v1.6.4
19462023-10-03T17:54:54.761Z Compiling salty v0.2.0
19472023-10-03T17:54:55.328Z Compiling ed25519 v1.5.3
19482023-10-03T17:54:55.596Z Compiling const_format v0.2.31
19492023-10-03T17:54:56.011Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19502023-10-03T17:54:56.250Z Compiling enum-iterator v1.4.1
19512023-10-03T17:54:57.485Z Compiling chacha20poly1305 v0.10.1
19522023-10-03T17:54:57.857Z Compiling derive_builder v0.12.0
19532023-10-03T17:54:58.142Z Compiling vsss-rs v3.3.1
19542023-10-03T17:55:07.289Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19552023-10-03T17:55:07.891Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19562023-10-03T17:55:12.057Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
19572023-10-03T17:55:13.335Z Compiling signal-hook-mio v0.2.3
19582023-10-03T17:55:13.614Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19592023-10-03T17:55:14.187Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
19602023-10-03T17:55:17.950Z Compiling ron v0.7.1
19612023-10-03T17:55:21.543Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
19622023-10-03T17:55:21.937Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
19632023-10-03T17:55:27.150Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19642023-10-03T17:55:27.618Z Compiling headers-core v0.2.0
19652023-10-03T17:55:27.872Z Compiling bb8 v0.8.1
19662023-10-03T17:55:27.912Z Compiling quick-xml v0.23.1
19672023-10-03T17:55:28.793Z Compiling serde-big-array v0.5.1
19682023-10-03T17:55:29.187Z Compiling oso-derive v0.26.4
19692023-10-03T17:55:29.563Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19702023-10-03T17:55:30.677Z Compiling num-derive v0.4.0
19712023-10-03T17:55:30.815Z Compiling impl-trait-for-tuples v0.2.2
19722023-10-03T17:55:31.748Z Compiling http-range v0.1.5
19732023-10-03T17:55:32.713Z Compiling bit_field v0.10.2
19742023-10-03T17:55:33.152Z Compiling maplit v1.0.2
19752023-10-03T17:55:33.315Z Compiling hyper-staticfile v0.9.5
19762023-10-03T17:55:34.467Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19772023-10-03T17:55:36.657Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19782023-10-03T17:55:37.507Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087)
19792023-10-03T17:55:38.583Z Compiling headers v0.3.9
19802023-10-03T17:55:45.886Z Compiling crossterm v0.27.0
19812023-10-03T17:55:47.708Z Compiling oso v0.26.4
19822023-10-03T17:56:10.282Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
19832023-10-03T17:56:10.392Z Compiling signal-hook-tokio v0.3.1
19842023-10-03T17:56:10.690Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19852023-10-03T17:56:11.073Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
19862023-10-03T17:56:12.940Z Compiling serde-big-array v0.4.1
19872023-10-03T17:56:13.242Z Compiling cassowary v0.3.0
19882023-10-03T17:56:14.669Z Compiling indoc v2.0.3
19892023-10-03T17:56:16.172Z Compiling ratatui v0.23.0
19902023-10-03T17:56:16.968Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19912023-10-03T17:56:19.680Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19922023-10-03T17:56:20.196Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19932023-10-03T17:56:20.759Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19942023-10-03T17:56:20.990Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
19952023-10-03T17:56:26.919Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19962023-10-03T17:56:27.468Z Compiling fatfs v0.3.6
19972023-10-03T17:56:31.531Z Compiling bytesize v1.3.0
19982023-10-03T17:56:32.486Z Compiling nanorand v0.7.0
19992023-10-03T17:56:33.177Z Compiling rtoolbox v0.0.1
20002023-10-03T17:56:33.804Z Compiling corncobs v0.1.3
20012023-10-03T17:56:33.932Z Compiling fs-err v2.9.0
20022023-10-03T17:56:34.474Z Compiling assert_matches v1.5.0
20032023-10-03T17:56:34.616Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20042023-10-03T17:56:35.329Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20052023-10-03T17:56:36.700Z Compiling rpassword v7.2.0
20062023-10-03T17:56:36.819Z Compiling flume v0.11.0
20072023-10-03T17:56:37.353Z Compiling tui-tree-widget v0.13.0
20082023-10-03T17:56:38.092Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
20092023-10-03T17:56:40.915Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20102023-10-03T17:56:41.940Z Compiling owo-colors v3.5.0
20112023-10-03T17:56:47.622Z Compiling shell-words v1.1.0
20122023-10-03T17:56:48.299Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20132023-10-03T17:56:56.160Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20142023-10-03T17:57:52.061Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20152023-10-03T17:58:02.244Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20162023-10-03T18:00:12.377Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20172023-10-03T18:01:36.498Z Compiling git2 v0.17.2
20182023-10-03T18:01:42.935Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20192023-10-03T18:01:44.665Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20202023-10-03T18:01:56.868Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20212023-10-03T18:02:12.466Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20222023-10-03T18:02:14.847Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20232023-10-03T18:11:30.053Z Finished release [optimized] target(s) in 21m 28s
20242023-10-03T18:12:40.561Z
20252023-10-03T18:12:40.564Zreal 22:40.562071514
20262023-10-03T18:12:40.568Zuser 2:35:19.554251815
20272023-10-03T18:12:40.597Zsys 6:42.003919570
20282023-10-03T18:12:40.600Ztrap 4.872960573
20292023-10-03T18:12:40.603Ztflt 1.504032881
20302023-10-03T18:12:40.606Zdflt 3.602541407
20312023-10-03T18:12:40.610Zkflt 0.007404107
20322023-10-03T18:12:40.613Zlock 8:49:54.533540339
20332023-10-03T18:12:40.616Zslp 6:15:58.172383326
20342023-10-03T18:12:40.619Zlat 2:49.030912547
20352023-10-03T18:12:40.621Zstop 48.089868636
20362023-10-03T18:12:40.624Z+ 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/*)
20372023-10-03T18:12:40.627Z+ pfexec mkdir -p /work
20382023-10-03T18:12:40.630Z+ pfexec chown build /work
20392023-10-03T18:12:40.633Z+ 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
20402023-10-03T18:12:54.140ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
20412023-10-03T18:12:54.143Za out/maghemite.tar 73201K
20422023-10-03T18:12:54.146Za out/omicron-sled-agent.tar 109618K
20432023-10-03T18:12:54.149Za out/target/test 1K
20442023-10-03T18:12:54.151Za out/npuzone/npuzone 36077K
20452023-10-03T18:12:54.154Za package-manifest.toml 21K
20462023-10-03T18:12:54.158Za smf/sled-agent/non-gimlet/config.toml 4K
20472023-10-03T18:12:54.160Za target/release/omicron-package 37058K
20482023-10-03T18:12:54.164Za tools/create_virtual_hardware.sh 3K
20492023-10-03T18:12:54.167Za tools/virtual_hardware.sh 4K
20502023-10-03T18:12:54.169Za tools/scrimlet/create-softnpu-zone.sh 1K
20512023-10-03T18:12:54.172Za tools/scrimlet/destroy-softnpu-zone.sh 1K
20522023-10-03T18:12:54.175Za tools/scrimlet/softnpu-init.sh 3K
20532023-10-03T18:12:54.178Za tools/scrimlet/softnpu-zone.txt 1K
20542023-10-03T18:12:54.181Za tools/scrimlet/softnpu.toml 1K
20552023-10-03T18:12:54.183Z
20562023-10-03T18:12:54.186Zreal 13.568401704
20572023-10-03T18:12:54.189Zuser 13.001839645
20582023-10-03T18:12:54.192Zsys 1.033781469
20592023-10-03T18:12:54.195Ztrap 0.003904728
20602023-10-03T18:12:54.197Ztflt 0.000000000
20612023-10-03T18:12:54.200Zdflt 0.000000000
20622023-10-03T18:12:54.203Zkflt 0.000000000
20632023-10-03T18:12:54.205Zlock 0.000000000
20642023-10-03T18:12:54.208Zslp 12.705185667
20652023-10-03T18:12:54.211Zlat 0.388696323
20662023-10-03T18:12:54.214Zstop 0.000224661
20672023-10-03T18:12:54.216Z++ pwd
20682023-10-03T18:12:54.219Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
20692023-10-03T18:12:54.222Z+ mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz
20702023-10-03T18:12:54.225Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled
20712023-10-03T18:12:55.289Z Finished release [optimized] target(s) in 1.05s
20722023-10-03T18:12:55.318Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled`
20732023-10-03T18:12:55.358ZCreated new build target 'host' and set it as active
20742023-10-03T18:12:55.361Z
20752023-10-03T18:12:55.363Zreal 1.206568860
20762023-10-03T18:12:55.366Zuser 0.859690926
20772023-10-03T18:12:55.369Zsys 0.347766434
20782023-10-03T18:12:55.372Ztrap 0.000076114
20792023-10-03T18:12:55.375Ztflt 0.000049519
20802023-10-03T18:12:55.377Zdflt 0.000005940
20812023-10-03T18:12:55.380Zkflt 0.000000000
20822023-10-03T18:12:55.383Zlock 0.034439011
20832023-10-03T18:12:55.386Zslp 0.019635002
20842023-10-03T18:12:55.389Zlat 0.001856875
20852023-10-03T18:12:55.391Zstop 0.000212853
20862023-10-03T18:12:55.394Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
20872023-10-03T18:12:56.480Z Finished release [optimized] target(s) in 1.03s
20882023-10-03T18:12:56.508Z Running `target/release/omicron-package -t host package`
20892023-10-03T18:12:56.548ZOct 03 18:12:56.549 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
20902023-10-03T18:12:57.700Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20912023-10-03T18:16:35.673Z Finished release [optimized] target(s) in 3m 39s
20922023-10-03T18:17:56.957Z
20932023-10-03T18:17:56.960Zreal 5:01.598001617
20942023-10-03T18:17:56.963Zuser 21:34.358491505
20952023-10-03T18:17:56.966Zsys 1:00.794977440
20962023-10-03T18:17:56.968Ztrap 0.555831163
20972023-10-03T18:17:56.971Ztflt 0.023117666
20982023-10-03T18:17:56.974Zdflt 1.208145268
20992023-10-03T18:17:56.977Zkflt 0.000103374
21002023-10-03T18:17:56.980Zlock 1:12:11.793815952
21012023-10-03T18:17:56.983Zslp 17:51.815163549
21022023-10-03T18:17:56.986Zlat 9.052737753
21032023-10-03T18:17:56.989Zstop 0.650469088
21042023-10-03T18:17:56.992Z+ stamp_packages omicron-sled-agent maghemite propolis-server overlay
21052023-10-03T18:17:56.994Z+ for package in "$@"
21062023-10-03T18:17:56.997Z+ [[ omicron-sled-agent == maghemite ]]
21072023-10-03T18:17:57.000Z+ cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+git8d09e04e25f
21082023-10-03T18:17:58.089Z Finished release [optimized] target(s) in 1.05s
21092023-10-03T18:17:58.117Z Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+git8d09e04e25f`
21102023-10-03T18:17:58.156ZOct 03 18:17:58.157 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21112023-10-03T18:17:58.677ZCreated: out/versioned/omicron-sled-agent.tar
21122023-10-03T18:17:58.680Z+ for package in "$@"
21132023-10-03T18:17:58.683Z+ [[ maghemite == maghemite ]]
21142023-10-03T18:17:58.686Z+ echo 0.0.0
21152023-10-03T18:17:58.689Z+ tar rvf out/maghemite.tar VERSION
21162023-10-03T18:17:58.692Za VERSION 1K
21172023-10-03T18:17:58.694Z+ rm VERSION
21182023-10-03T18:17:58.697Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git8d09e04e25f
21192023-10-03T18:17:59.776Z Finished release [optimized] target(s) in 1.01s
21202023-10-03T18:17:59.810Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git8d09e04e25f`
21212023-10-03T18:17:59.849ZOct 03 18:17:59.850 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21222023-10-03T18:18:00.194ZCreated: out/versioned/maghemite.tar
21232023-10-03T18:18:00.198Z+ for package in "$@"
21242023-10-03T18:18:00.201Z+ [[ propolis-server == maghemite ]]
21252023-10-03T18:18:00.204Z+ cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+git8d09e04e25f
21262023-10-03T18:18:01.361Z Finished release [optimized] target(s) in 1.08s
21272023-10-03T18:18:01.393Z Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+git8d09e04e25f`
21282023-10-03T18:18:01.435ZOct 03 18:18:01.436 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21292023-10-03T18:18:03.169ZCreated: out/versioned/propolis-server.tar.gz
21302023-10-03T18:18:03.181Z+ for package in "$@"
21312023-10-03T18:18:03.185Z+ [[ overlay == maghemite ]]
21322023-10-03T18:18:03.188Z+ cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+git8d09e04e25f
21332023-10-03T18:18:04.296Z Finished release [optimized] target(s) in 1.04s
21342023-10-03T18:18:04.325Z Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+git8d09e04e25f`
21352023-10-03T18:18:04.365ZOct 03 18:18:04.365 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"})
21362023-10-03T18:18:04.368ZCreated: out/versioned/overlay.tar.gz
21372023-10-03T18:18:04.371Z+ ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
21382023-10-03T18:18:04.382Z+++ dirname -- ./tools/build-global-zone-packages.sh
21392023-10-03T18:18:04.386Z++ cd -- ./tools
21402023-10-03T18:18:04.388Z++ pwd
21412023-10-03T18:18:04.392Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
21422023-10-03T18:18:04.394Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
21432023-10-03T18:18:04.397Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21442023-10-03T18:18:04.402Z++ readlink -f /work
21452023-10-03T18:18:04.405Z+ out_dir=/work
21462023-10-03T18:18:04.408Z+ 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")
21472023-10-03T18:18:04.411Z+ for dep in "${deps[@]}"
21482023-10-03T18:18:04.414Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]]
21492023-10-03T18:18:04.417Z+ for dep in "${deps[@]}"
21502023-10-03T18:18:04.420Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
21512023-10-03T18:18:04.423Z+ for dep in "${deps[@]}"
21522023-10-03T18:18:04.426Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]]
21532023-10-03T18:18:04.429Z+ for dep in "${deps[@]}"
21542023-10-03T18:18:04.433Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]]
21552023-10-03T18:18:04.437Z++ mktemp -d
21562023-10-03T18:18:04.460Z+ tmp_gz=/tmp/tmp.SZa4ni
21572023-10-03T18:18:04.465Z+ trap 'cd /; rm -rf "$tmp_gz"' EXIT
21582023-10-03T18:18:04.468Z+ echo '{"v":"1","t":"layer"}'
21592023-10-03T18:18:04.471Z+ pkg_dir=/tmp/tmp.SZa4ni/root/opt/oxide/sled-agent
21602023-10-03T18:18:04.475Z+ mkdir -p /tmp/tmp.SZa4ni/root/opt/oxide/sled-agent
21612023-10-03T18:18:04.477Z+ cd /tmp/tmp.SZa4ni/root/opt/oxide/sled-agent
21622023-10-03T18:18:04.488Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
21632023-10-03T18:18:04.518Zx ., 0 bytes, 0 tape blocks
21642023-10-03T18:18:04.521Zx zone-bundle, 34395232 bytes, 67179 tape blocks
21652023-10-03T18:18:04.525Zx sled-agent, 78218112 bytes, 152770 tape blocks
21662023-10-03T18:18:04.528Zx pkg, 0 bytes, 0 tape blocks
21672023-10-03T18:18:04.532Zx pkg/config.toml, 1507 bytes, 3 tape blocks
21682023-10-03T18:18:04.535Zx pkg/README.md, 54 bytes, 1 tape blocks
21692023-10-03T18:18:04.540Zx pkg/manifest.xml, 2373 bytes, 5 tape blocks
21702023-10-03T18:18:04.544Zx VERSION, 25 bytes, 1 tape blocks
21712023-10-03T18:18:04.547Z+ mkdir -p /tmp/tmp.SZa4ni/root/lib/svc/manifest/site/
21722023-10-03T18:18:04.550Z+ mv pkg/manifest.xml /tmp/tmp.SZa4ni/root/lib/svc/manifest/site/sled-agent.xml
21732023-10-03T18:18:04.553Z+ cd -
21742023-10-03T18:18:04.558Z/work/oxidecomputer/omicron
21752023-10-03T18:18:04.563Z+ pkg_dir=/tmp/tmp.SZa4ni/root/opt/oxide/mg-ddm
21762023-10-03T18:18:04.566Z+ mkdir -p /tmp/tmp.SZa4ni/root/opt/oxide/mg-ddm
21772023-10-03T18:18:04.570Z+ cd /tmp/tmp.SZa4ni/root/opt/oxide/mg-ddm
21782023-10-03T18:18:04.573Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
21792023-10-03T18:18:04.602Zx ., 0 bytes, 0 tape blocks
21802023-10-03T18:18:04.606Zx ddmadm, 39360576 bytes, 76877 tape blocks
21812023-10-03T18:18:04.609Zx ddmd, 35588120 bytes, 69509 tape blocks
21822023-10-03T18:18:04.615Zx pkg, 0 bytes, 0 tape blocks
21832023-10-03T18:18:04.617Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
21842023-10-03T18:18:04.621Zx pkg/ddm, 0 bytes, 0 tape blocks
21852023-10-03T18:18:04.624Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
21862023-10-03T18:18:04.627Zx VERSION, 25 bytes, 1 tape blocks
21872023-10-03T18:18:04.630Z+ cd -
21882023-10-03T18:18:04.633Z/work/oxidecomputer/omicron
21892023-10-03T18:18:04.638Z+ cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.SZa4ni/root/opt/oxide
21902023-10-03T18:18:04.716Z+ cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.SZa4ni/root/opt/oxide
21912023-10-03T18:18:04.720Z+ cd /tmp/tmp.SZa4ni
21922023-10-03T18:18:04.723Z+ tar cvfz /work/global-zone-packages.tar.gz oxide.json root
21932023-10-03T18:18:16.848ZCompressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'...
21942023-10-03T18:18:16.852Za oxide.json 1K
21952023-10-03T18:18:16.855Za root/ 0K
21962023-10-03T18:18:16.862Za root/opt/ 0K
21972023-10-03T18:18:16.874Za root/opt/oxide/ 0K
21982023-10-03T18:18:17.296Za root/opt/oxide/sled-agent/ 0K
21992023-10-03T18:18:17.305Za root/opt/oxide/sled-agent/zone-bundle 33590K
22002023-10-03T18:18:17.319Za root/opt/oxide/sled-agent/sled-agent 76385K
22012023-10-03T18:18:17.332Za root/opt/oxide/sled-agent/pkg/ 0K
22022023-10-03T18:18:17.745Za root/opt/oxide/sled-agent/pkg/config.toml 2K
22032023-10-03T18:18:17.749Za root/opt/oxide/sled-agent/pkg/README.md 1K
22042023-10-03T18:18:17.752Za root/opt/oxide/sled-agent/VERSION 1K
22052023-10-03T18:18:17.760Za root/opt/oxide/mg-ddm/ 0K
22062023-10-03T18:18:17.771Za root/opt/oxide/mg-ddm/ddmadm 38439K
22072023-10-03T18:18:17.787Za root/opt/oxide/mg-ddm/ddmd 34755K
22082023-10-03T18:18:17.792Za root/opt/oxide/mg-ddm/pkg/ 0K
22092023-10-03T18:18:17.795Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
22102023-10-03T18:18:17.798Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
22112023-10-03T18:18:17.801Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
22122023-10-03T18:18:17.817Za root/opt/oxide/mg-ddm/VERSION 1K
22132023-10-03T18:18:17.820Za root/opt/oxide/propolis-server.tar.gz 64683K
22142023-10-03T18:18:17.823Za root/opt/oxide/overlay.tar.gz 2K
22152023-10-03T18:18:17.825Za root/lib/ 0K
22162023-10-03T18:18:17.829Za root/lib/svc/ 0K
22172023-10-03T18:18:17.832Za root/lib/svc/manifest/ 0K
22182023-10-03T18:18:17.834Za root/lib/svc/manifest/site/ 0K
22192023-10-03T18:18:17.837Za root/lib/svc/manifest/site/sled-agent.xml 3K
22202023-10-03T18:18:17.840Z+ cd /
22212023-10-03T18:18:17.843Z+ rm -rf /tmp/tmp.SZa4ni
22222023-10-03T18:18:17.846Z
22232023-10-03T18:18:17.849Zreal 12.522913302
22242023-10-03T18:18:17.852Zuser 11.632735133
22252023-10-03T18:18:17.855Zsys 0.950887988
22262023-10-03T18:18:17.859Ztrap 0.004458310
22272023-10-03T18:18:17.862Ztflt 0.000000000
22282023-10-03T18:18:17.865Zdflt 0.000000000
22292023-10-03T18:18:17.868Zkflt 0.000000000
22302023-10-03T18:18:17.870Zlock 0.000000000
22312023-10-03T18:18:17.873Zslp 24.208094676
22322023-10-03T18:18:17.876Zlat 0.363881881
22332023-10-03T18:18:17.879Zstop 0.000299427
22342023-10-03T18:18:17.881Z+ mkdir -p /work/zones
22352023-10-03T18:18:17.884Z+ 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)
22362023-10-03T18:18:17.887Z+ 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/
22372023-10-03T18:18:20.253Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline
22382023-10-03T18:18:21.477Z Finished release [optimized] target(s) in 1.13s
22392023-10-03T18:18:21.506Z Running `target/release/omicron-package -t recovery target create -i trampoline`
22402023-10-03T18:18:21.545ZCreated new build target 'recovery' and set it as active
22412023-10-03T18:18:21.548Z
22422023-10-03T18:18:21.551Zreal 1.291402691
22432023-10-03T18:18:21.554Zuser 0.907530623
22442023-10-03T18:18:21.557Zsys 0.382115095
22452023-10-03T18:18:21.560Ztrap 0.000775487
22462023-10-03T18:18:21.564Ztflt 0.000001905
22472023-10-03T18:18:21.575Zdflt 0.000001828
22482023-10-03T18:18:21.598Zkflt 0.000000000
22492023-10-03T18:18:21.617Zlock 0.035888464
22502023-10-03T18:18:21.637Zslp 0.020225153
22512023-10-03T18:18:21.644Zlat 0.003651487
22522023-10-03T18:18:21.652Zstop 0.000212797
22532023-10-03T18:18:21.655Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package
22542023-10-03T18:18:22.741Z Finished release [optimized] target(s) in 1.09s
22552023-10-03T18:18:22.755Z Running `target/release/omicron-package -t recovery package`
22562023-10-03T18:18:22.796ZOct 03 18:18:22.797 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22572023-10-03T18:18:23.777Z Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client)
22582023-10-03T18:18:27.560Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
22592023-10-03T18:18:59.231Z Finished release [optimized] target(s) in 36.35s
22602023-10-03T18:19:15.795Z
22612023-10-03T18:19:15.798Zreal 54.239443721
22622023-10-03T18:19:15.801Zuser 2:44.223988287
22632023-10-03T18:19:15.804Zsys 11.306492219
22642023-10-03T18:19:15.806Ztrap 0.076704491
22652023-10-03T18:19:15.810Ztflt 0.164229954
22662023-10-03T18:19:15.812Zdflt 0.608141485
22672023-10-03T18:19:15.815Zkflt 0.000000000
22682023-10-03T18:19:15.817Zlock 11:49.784166881
22692023-10-03T18:19:15.820Zslp 2:39.130862552
22702023-10-03T18:19:15.823Zlat 1.976226458
22712023-10-03T18:19:15.825Zstop 0.196777337
22722023-10-03T18:19:15.828Z+ stamp_packages installinator maghemite
22732023-10-03T18:19:15.831Z+ for package in "$@"
22742023-10-03T18:19:15.833Z+ [[ installinator == maghemite ]]
22752023-10-03T18:19:15.836Z+ cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+git8d09e04e25f
22762023-10-03T18:19:16.901Z Finished release [optimized] target(s) in 1.02s
22772023-10-03T18:19:16.926Z Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+git8d09e04e25f`
22782023-10-03T18:19:16.968ZOct 03 18:19:16.966 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22792023-10-03T18:19:17.091ZCreated: out/versioned/installinator.tar
22802023-10-03T18:19:17.097Z+ for package in "$@"
22812023-10-03T18:19:17.106Z+ [[ maghemite == maghemite ]]
22822023-10-03T18:19:17.111Z+ echo 0.0.0
22832023-10-03T18:19:17.118Z+ tar rvf out/maghemite.tar VERSION
22842023-10-03T18:19:17.127Za VERSION 1K
22852023-10-03T18:19:17.133Z+ rm VERSION
22862023-10-03T18:19:17.138Z+ cargo run --locked --release --bin omicron-package -- stamp maghemite 1.0.2-0.ci+git8d09e04e25f
22872023-10-03T18:19:18.192Z Finished release [optimized] target(s) in 1.02s
22882023-10-03T18:19:18.222Z Running `target/release/omicron-package stamp maghemite 1.0.2-0.ci+git8d09e04e25f`
22892023-10-03T18:19:18.274ZOct 03 18:19:18.260 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"})
22902023-10-03T18:19:18.478ZCreated: out/versioned/maghemite.tar
22912023-10-03T18:19:18.481Z+ ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work
22922023-10-03T18:19:18.494Z+++ dirname -- ./tools/build-trampoline-global-zone-packages.sh
22932023-10-03T18:19:18.497Z++ cd -- ./tools
22942023-10-03T18:19:18.500Z++ pwd
22952023-10-03T18:19:18.502Z+ TOOLS_DIR=/work/oxidecomputer/omicron/tools
22962023-10-03T18:19:18.505Z++ readlink -f /work/oxidecomputer/omicron/out/versioned
22972023-10-03T18:19:18.508Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
22982023-10-03T18:19:18.511Z++ readlink -f /work
22992023-10-03T18:19:18.514Z+ out_dir=/work
23002023-10-03T18:19:18.516Z+ deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/maghemite.tar)
23012023-10-03T18:19:18.519Z+ for dep in "${deps[@]}"
23022023-10-03T18:19:18.522Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]]
23032023-10-03T18:19:18.524Z+ for dep in "${deps[@]}"
23042023-10-03T18:19:18.527Z+ [[ ! -e /work/oxidecomputer/omicron/out/versioned/maghemite.tar ]]
23052023-10-03T18:19:18.530Z++ mktemp -d
23062023-10-03T18:19:18.532Z+ tmp_trampoline=/tmp/tmp.S5aqsi
23072023-10-03T18:19:18.535Z+ trap 'cd /; rm -rf "$tmp_trampoline"' EXIT
23082023-10-03T18:19:18.538Z+ echo '{"v":"1","t":"layer"}'
23092023-10-03T18:19:18.540Z+ pkg_dir=/tmp/tmp.S5aqsi/root/opt/oxide/installinator
23102023-10-03T18:19:18.543Z+ mkdir -p /tmp/tmp.S5aqsi/root/opt/oxide/installinator
23112023-10-03T18:19:18.546Z+ cd /tmp/tmp.S5aqsi/root/opt/oxide/installinator
23122023-10-03T18:19:18.548Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar
23132023-10-03T18:19:18.559Zx ., 0 bytes, 0 tape blocks
23142023-10-03T18:19:18.562Zx installinator, 47765520 bytes, 93293 tape blocks
23152023-10-03T18:19:18.565Zx pkg, 0 bytes, 0 tape blocks
23162023-10-03T18:19:18.567Zx pkg/manifest.xml, 2149 bytes, 5 tape blocks
23172023-10-03T18:19:18.570Zx VERSION, 25 bytes, 1 tape blocks
23182023-10-03T18:19:18.573Z+ mkdir -p /tmp/tmp.S5aqsi/root/lib/svc/manifest/site/
23192023-10-03T18:19:18.576Z+ mv pkg/manifest.xml /tmp/tmp.S5aqsi/root/lib/svc/manifest/site/installinator.xml
23202023-10-03T18:19:18.578Z+ cd -
23212023-10-03T18:19:18.581Z/work/oxidecomputer/omicron
23222023-10-03T18:19:18.584Z+ pkg_dir=/tmp/tmp.S5aqsi/root/opt/oxide/mg-ddm
23232023-10-03T18:19:18.587Z+ mkdir -p /tmp/tmp.S5aqsi/root/opt/oxide/mg-ddm
23242023-10-03T18:19:18.590Z+ cd /tmp/tmp.S5aqsi/root/opt/oxide/mg-ddm
23252023-10-03T18:19:18.592Z+ tar -xvfz /work/oxidecomputer/omicron/out/versioned/maghemite.tar
23262023-10-03T18:19:18.648Zx ., 0 bytes, 0 tape blocks
23272023-10-03T18:19:18.652Zx ddmadm, 39360576 bytes, 76877 tape blocks
23282023-10-03T18:19:18.660Zx ddmd, 35588120 bytes, 69509 tape blocks
23292023-10-03T18:19:18.665Zx pkg, 0 bytes, 0 tape blocks
23302023-10-03T18:19:18.670Zx pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks
23312023-10-03T18:19:18.676Zx pkg/ddm, 0 bytes, 0 tape blocks
23322023-10-03T18:19:18.682Zx pkg/ddm/manifest.xml, 1626 bytes, 4 tape blocks
23332023-10-03T18:19:18.685Zx VERSION, 25 bytes, 1 tape blocks
23342023-10-03T18:19:18.690Z+ cd -
23352023-10-03T18:19:18.693Z/work/oxidecomputer/omicron
23362023-10-03T18:19:18.696Z+ cd /tmp/tmp.S5aqsi
23372023-10-03T18:19:18.699Z+ tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root
23382023-10-03T18:19:24.993ZCompressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'...
23392023-10-03T18:19:24.996Za oxide.json 1K
23402023-10-03T18:19:24.999Za root/ 0K
23412023-10-03T18:19:25.002Za root/opt/ 0K
23422023-10-03T18:19:25.005Za root/opt/oxide/ 0K
23432023-10-03T18:19:25.008Za root/opt/oxide/installinator/ 0K
23442023-10-03T18:19:25.010Za root/opt/oxide/installinator/installinator 46647K
23452023-10-03T18:19:25.013Za root/opt/oxide/installinator/pkg/ 0K
23462023-10-03T18:19:25.016Za root/opt/oxide/installinator/VERSION 1K
23472023-10-03T18:19:25.019Za root/opt/oxide/mg-ddm/ 0K
23482023-10-03T18:19:25.026Za root/opt/oxide/mg-ddm/ddmadm 38439K
23492023-10-03T18:19:25.029Za root/opt/oxide/mg-ddm/ddmd 34755K
23502023-10-03T18:19:25.032Za root/opt/oxide/mg-ddm/pkg/ 0K
23512023-10-03T18:19:25.046Za root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K
23522023-10-03T18:19:25.060Za root/opt/oxide/mg-ddm/pkg/ddm/ 0K
23532023-10-03T18:19:25.082Za root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K
23542023-10-03T18:19:25.094Za root/opt/oxide/mg-ddm/VERSION 1K
23552023-10-03T18:19:25.100Za root/lib/ 0K
23562023-10-03T18:19:25.104Za root/lib/svc/ 0K
23572023-10-03T18:19:25.112Za root/lib/svc/manifest/ 0K
23582023-10-03T18:19:25.115Za root/lib/svc/manifest/site/ 0K
23592023-10-03T18:19:25.119Za root/lib/svc/manifest/site/installinator.xml 3K
23602023-10-03T18:19:25.124Z+ cd /
23612023-10-03T18:19:25.127Z+ rm -rf /tmp/tmp.S5aqsi
23622023-10-03T18:19:25.130Z
23632023-10-03T18:19:25.133Zreal 6.534453310
23642023-10-03T18:19:25.136Zuser 6.136556837
23652023-10-03T18:19:25.139Zsys 0.425658017
23662023-10-03T18:19:25.142Ztrap 0.002277985
23672023-10-03T18:19:25.145Ztflt 0.000000000
23682023-10-03T18:19:25.147Zdflt 0.000000000
23692023-10-03T18:19:25.150Zkflt 0.000000000
23702023-10-03T18:19:25.153Zlock 0.000000000
23712023-10-03T18:19:25.156Zslp 12.650798917
23722023-10-03T18:19:25.159Zlat 0.182495764
23732023-10-03T18:19:25.162Zstop 0.000288928
23742023-10-03T18:19:25.165Zprocess exited: duration 2359802 ms, exit code 0
 
23752023-10-03T18:19:25.179Zfound 21 output files
23762023-10-03T18:19:25.182Zuploading: /work/version.txt (26 bytes)
23772023-10-03T18:19:26.209Zuploaded: /work/version.txt
23782023-10-03T18:19:26.230Zuploading: /work/package.tar.gz (82492961 bytes)
23792023-10-03T18:19:57.958Zuploaded: /work/package.tar.gz
23802023-10-03T18:19:57.970Zuploading: /work/global-zone-packages.tar.gz (125128594 bytes)
23812023-10-03T18:20:48.214Zuploaded: /work/global-zone-packages.tar.gz
23822023-10-03T18:20:48.273Zuploading: /work/trampoline-global-zone-packages.tar.gz (38531649 bytes)
23832023-10-03T18:21:01.075Zuploaded: /work/trampoline-global-zone-packages.tar.gz
23842023-10-03T18:21:01.086Zuploading: /work/zones/clickhouse.tar.gz (180710336 bytes)
23852023-10-03T18:22:13.519Zuploaded: /work/zones/clickhouse.tar.gz
23862023-10-03T18:22:13.550Zuploading: /work/zones/clickhouse_keeper.tar.gz (180705752 bytes)
23872023-10-03T18:23:22.976Zuploaded: /work/zones/clickhouse_keeper.tar.gz
23882023-10-03T18:23:23.007Zuploading: /work/zones/cockroachdb.tar.gz (117766680 bytes)
23892023-10-03T18:24:02.595Zuploaded: /work/zones/cockroachdb.tar.gz
23902023-10-03T18:24:02.600Zuploading: /work/zones/crucible-pantry.tar.gz (22791899 bytes)
23912023-10-03T18:24:10.625Zuploaded: /work/zones/crucible-pantry.tar.gz
23922023-10-03T18:24:10.637Zuploading: /work/zones/crucible.tar.gz (42814079 bytes)
23932023-10-03T18:24:27.577Zuploaded: /work/zones/crucible.tar.gz
23942023-10-03T18:24:27.588Zuploading: /work/zones/external-dns.tar.gz (22039686 bytes)
23952023-10-03T18:24:36.767Zuploaded: /work/zones/external-dns.tar.gz
23962023-10-03T18:24:36.775Zuploading: /work/zones/internal-dns.tar.gz (22039686 bytes)
23972023-10-03T18:24:46.804Zuploaded: /work/zones/internal-dns.tar.gz
23982023-10-03T18:24:46.807Zuploading: /work/zones/ntp.tar.gz (4519 bytes)
23992023-10-03T18:24:47.815Zuploaded: /work/zones/ntp.tar.gz
24002023-10-03T18:24:47.826Zuploading: /work/zones/omicron-gateway-asic.tar.gz (15706763 bytes)
24012023-10-03T18:24:51.445Zuploaded: /work/zones/omicron-gateway-asic.tar.gz
24022023-10-03T18:24:51.456Zuploading: /work/zones/omicron-gateway-softnpu.tar.gz (15705919 bytes)
24032023-10-03T18:24:59.781Zuploaded: /work/zones/omicron-gateway-softnpu.tar.gz
24042023-10-03T18:24:59.792Zuploading: /work/zones/omicron-nexus-single-sled.tar.gz (67267392 bytes)
24052023-10-03T18:25:21.308Zuploaded: /work/zones/omicron-nexus-single-sled.tar.gz
24062023-10-03T18:25:21.319Zuploading: /work/zones/omicron-nexus.tar.gz (67259429 bytes)
24072023-10-03T18:25:43.179Zuploaded: /work/zones/omicron-nexus.tar.gz
24082023-10-03T18:25:43.182Zuploading: /work/zones/overlay.tar.gz (1702 bytes)
24092023-10-03T18:25:44.189Zuploaded: /work/zones/overlay.tar.gz
24102023-10-03T18:25:44.200Zuploading: /work/zones/oximeter-collector.tar.gz (16247608 bytes)
24112023-10-03T18:25:51.821Zuploaded: /work/zones/oximeter-collector.tar.gz
24122023-10-03T18:25:51.833Zuploading: /work/zones/propolis-server.tar.gz (66230926 bytes)
24132023-10-03T18:26:12.562Zuploaded: /work/zones/propolis-server.tar.gz
24142023-10-03T18:26:12.574Zuploading: /work/zones/switch-asic.tar.gz (220077315 bytes)
24152023-10-03T18:27:30.878Zuploaded: /work/zones/switch-asic.tar.gz
24162023-10-03T18:27:30.890Zuploading: /work/zones/switch-softnpu.tar.gz (142106548 bytes)
24172023-10-03T18:28:23.242Zuploaded: /work/zones/switch-softnpu.tar.gz