01HAWHX9J1PZK629EK4EXP4TSB: 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.0",
        ),
    ),
    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: 01HAWHZKD4NXV3V1K6QZH7P3HY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-09-21T19:04:24.536Zjob assigned to worker 01HAWHZY0BCTYGCH827JMD8SCR (queued for 1 m 20 s)
 
22023-09-21T19:04:24.744Zstarting task 0: "setup"
32023-09-21T19:04:24.818Z++ uname -s
42023-09-21T19:04:24.828Z+ kern=SunOS
52023-09-21T19:04:24.839Z+ case "$kern" in
62023-09-21T19:04:24.852Z+ groupadd -g 12345 build
72023-09-21T19:04:24.865Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-09-21T19:04:26.824Z+ zfs create -o mountpoint=/work rpool/work
92023-09-21T19:04:26.911Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-09-21T19:04:26.920Z+ home_fs=zfs
112023-09-21T19:04:26.929Z+ [[ zfs == autofs ]]
122023-09-21T19:04:26.938Z+ mkdir -p /home/build
132023-09-21T19:04:26.949Z+ chown build:build /home/build /work
142023-09-21T19:04:28.927Z+ chmod 0700 /home/build /work
152023-09-21T19:04:28.945Zprocess exited: duration 4173 ms, exit code 0
 
162023-09-21T19:04:28.978Zstarting task 1: "rust-toolchain"
172023-09-21T19:04:29.004Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-09-21T19:04:29.023Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.0 --profile default
192023-09-21T19:04:29.216Zinfo: downloading installer
202023-09-21T19:04:30.421Zwarning: it looks like you have an existing installation of Rust at:
212023-09-21T19:04:30.834Zwarning: /opt/ooce/bin
222023-09-21T19:04:30.842Zwarning: It is recommended that rustup be the primary Rust installation.
232023-09-21T19:04:30.853Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-09-21T19:04:30.894Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-09-21T19:04:30.898Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-09-21T19:04:30.901Zwarning: or pass `-y' to ignore all ignorable checks.
272023-09-21T19:04:30.905Zerror: cannot install while Rust is installed
282023-09-21T19:04:30.908Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-09-21T19:04:30.911Zinfo: profile set to 'default'
302023-09-21T19:04:30.915Zinfo: default host triple is x86_64-unknown-illumos
312023-09-21T19:04:30.918Zinfo: syncing channel updates for '1.72.0-x86_64-unknown-illumos'
322023-09-21T19:04:30.921Zinfo: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23)
332023-09-21T19:04:30.924Zinfo: downloading component 'cargo'
342023-09-21T19:04:31.301Zinfo: downloading component 'clippy'
352023-09-21T19:04:31.501Zinfo: downloading component 'rust-docs'
362023-09-21T19:04:32.277Zinfo: downloading component 'rust-std'
372023-09-21T19:04:33.644Zinfo: downloading component 'rustc'
382023-09-21T19:04:36.894Zinfo: downloading component 'rustfmt'
392023-09-21T19:04:37.133Zinfo: installing component 'cargo'
402023-09-21T19:04:38.520Zinfo: installing component 'clippy'
412023-09-21T19:04:39.098Zinfo: installing component 'rust-docs'
422023-09-21T19:04:41.777Zinfo: installing component 'rust-std'
432023-09-21T19:04:45.161Zinfo: installing component 'rustc'
442023-09-21T19:05:00.886Zinfo: installing component 'rustfmt'
452023-09-21T19:05:00.954Zinfo: default toolchain set to '1.72.0-x86_64-unknown-illumos'
462023-09-21T19:05:01.585Z
472023-09-21T19:05:01.613Z 1.72.0-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23)
482023-09-21T19:05:01.706Z
492023-09-21T19:05:01.938Z
502023-09-21T19:05:02.204ZRust is installed now. Great!
512023-09-21T19:05:02.499Z
522023-09-21T19:05:03.174ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-09-21T19:05:03.382Zenvironment variable. This has not been done automatically.
542023-09-21T19:05:03.545Z
552023-09-21T19:05:03.574ZTo configure your current shell, run:
562023-09-21T19:05:03.662Zsource "$HOME/.cargo/env"
572023-09-21T19:05:04.096Z+ rustc --version
582023-09-21T19:05:05.050Zrustc 1.72.0 (5680fa18f 2023-08-23)
592023-09-21T19:05:05.064Zprocess exited: duration 26147 ms, exit code 0
 
602023-09-21T19:05:05.513Zstarting task 2: "authentication"
612023-09-21T19:05:05.585Zprocess exited: duration 52 ms, exit code 0
 
622023-09-21T19:05:05.608Zstarting task 3: "clone repository"
632023-09-21T19:05:05.630Z+ mkdir -p /work/oxidecomputer/omicron
642023-09-21T19:05:06.052Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-09-21T19:05:06.060ZCloning into '/work/oxidecomputer/omicron'...
662023-09-21T19:05:14.154Z+ cd /work/oxidecomputer/omicron
672023-09-21T19:05:14.176Z+ [[ -n '' ]]
682023-09-21T19:05:14.187Z+ git fetch origin 9ae3d1ac16c656bab1aec2c5e6e315c3828cd91d
692023-09-21T19:05:14.843ZFrom https://github.com/oxidecomputer/omicron
702023-09-21T19:05:15.280Z * branch 9ae3d1ac16c656bab1aec2c5e6e315c3828cd91d -> FETCH_HEAD
712023-09-21T19:05:15.287Z+ git reset --hard 9ae3d1ac16c656bab1aec2c5e6e315c3828cd91d
722023-09-21T19:05:15.292ZHEAD is now at 9ae3d1ac Add back in accidentally removed dollar sign
732023-09-21T19:05:15.296Zprocess exited: duration 9374 ms, exit code 0
 
742023-09-21T19:05:15.304Zstarting task 4: "build"
752023-09-21T19:05:15.315Z+ cargo --version
762023-09-21T19:05:15.404Zcargo 1.72.0 (103a7ff2e 2023-08-15)
772023-09-21T19:05:15.407Z+ rustc --version
782023-09-21T19:05:15.513Zrustc 1.72.0 (5680fa18f 2023-08-23)
792023-09-21T19:05:15.520Z++ git rev-parse HEAD
802023-09-21T19:05:15.523Z+ COMMIT=9ae3d1ac16c656bab1aec2c5e6e315c3828cd91d
812023-09-21T19:05:15.526Z+ VERSION=1.0.2-0.ci+git9ae3d1ac16c
822023-09-21T19:05:15.529Z+ echo 1.0.2-0.ci+git9ae3d1ac16c
832023-09-21T19:05:15.532Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
842023-09-21T19:05:24.219Z Startup: Refreshing catalog 'helios-dev' ... Done
852023-09-21T19:05:25.191Z Startup: Caching catalogs ... Done
862023-09-21T19:05:26.794ZPlanning: Solver setup ... Done (1.968s)
872023-09-21T19:05:26.861ZPlanning: Running solver ... Done (0.066s)
882023-09-21T19:05:26.897ZPlanning: Finding local manifests ... Done (0.008s)
892023-09-21T19:05:26.955ZPlanning: Fetching manifests: 0/4 0% complete
902023-09-21T19:05:27.225ZPlanning: Fetching manifests: 4/4 100% complete
912023-09-21T19:05:27.305ZPlanning: Package planning ... Done (0.080s)
922023-09-21T19:05:27.392ZPlanning: Merging actions ... Done (0.090s)
932023-09-21T19:05:28.528ZPlanning: Checking for conflicting actions ... Done (1.135s)
942023-09-21T19:05:28.545ZPlanning: Consolidating action changes ... Done (0.017s)
952023-09-21T19:05:52.792ZPlanning: Evaluating mediators ... Done (8.829s)
962023-09-21T19:05:53.126ZPlanning: Planning completed in 12.70 seconds
972023-09-21T19:05:53.708Z Packages to install: 4
982023-09-21T19:05:54.039Z Mediators to change: 2
992023-09-21T19:05:54.407Z Services to change: 1
1002023-09-21T19:05:54.601Z Estimated space available: 149.40 GB
1012023-09-21T19:05:54.867ZEstimated space to be consumed: 1.34 GB
1022023-09-21T19:05:55.085Z Create boot environment: No
1032023-09-21T19:05:55.246ZCreate backup boot environment: No
1042023-09-21T19:05:55.438Z Rebuild boot archive: No
1052023-09-21T19:05:55.688Z
1062023-09-21T19:05:55.800ZChanged mediators:
1072023-09-21T19:05:55.988Z mediator clang:
1082023-09-21T19:05:56.232Z version: None -> 15 (system default)
1092023-09-21T19:05:56.399Z
1102023-09-21T19:05:57.059Z mediator llvm:
1112023-09-21T19:05:57.512Z version: 14 (system default) -> 15 (system default)
1122023-09-21T19:05:57.607Z
1132023-09-21T19:05:57.772ZChanged packages:
1142023-09-21T19:05:57.788Zhelios-dev
1152023-09-21T19:05:57.858Z developer/build-essential
1162023-09-21T19:05:57.886Z None -> 11-2.0
1172023-09-21T19:05:57.958Z library/libxmlsec1
1182023-09-21T19:05:58.397Z None -> 1.2.35-2.0
1192023-09-21T19:05:58.433Z ooce/developer/clang-15
1202023-09-21T19:05:58.437Z None -> 15.0.7-2.0
1212023-09-21T19:05:58.442Z ooce/developer/llvm-15
1222023-09-21T19:05:58.448Z None -> 15.0.7-2.0
1232023-09-21T19:05:58.454Z
1242023-09-21T19:05:58.458ZServices:
1252023-09-21T19:05:58.466Z restart_fmri:
1262023-09-21T19:05:58.471Z svc:/system/update-man-index:default
1272023-09-21T19:05:58.475Z
1282023-09-21T19:05:58.484ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1292023-09-21T19:05:58.491ZDownload: 213/3290 items 1.3/212.6MB 0% complete (626k/s)
1302023-09-21T19:05:58.496ZDownload: 1198/3290 items 78.0/212.6MB 36% complete (7.7M/s)
1312023-09-21T19:05:59.070ZDownload: 2218/3290 items 119.2/212.6MB 56% complete (11.9M/s)
1322023-09-21T19:06:04.193ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (11.1M/s)
1332023-09-21T19:06:09.476ZDownload: 3244/3290 items 180.9/212.6MB 85% complete (6.1M/s)
1342023-09-21T19:06:12.191ZDownload: Completed 212.60 MB in 30.12 seconds (7.1M/s)
1352023-09-21T19:06:12.928Z Actions: 1/3687 actions (Installing new actions)
1362023-09-21T19:06:17.935Z Actions: 2745/3687 actions (Installing new actions)
1372023-09-21T19:06:21.145Z Actions: Completed 3687 actions in 8.22 seconds.
1382023-09-21T19:06:21.254Z Done (0.094s)
1392023-09-21T19:06:21.672Z Done (0.000s)
1402023-09-21T19:06:21.678Z Done (0.108s)
1412023-09-21T19:06:29.375Z Done (7.923s)
1422023-09-21T19:06:29.622Z Done (0.144s)
1432023-09-21T19:06:29.625Z Done (0.000s)
1442023-09-21T19:06:29.855Z Done (0.000s)
1452023-09-21T19:06:30.514ZPlanning: Evaluating mediator changes ... Done
1462023-09-21T19:06:30.998ZPlanning: Checking for conflicting actions ... Done
1472023-09-21T19:06:31.023ZPlanning: Consolidating action changes ... Done
1482023-09-21T19:06:31.230ZPlanning: Evaluating mediators ... Done
1492023-09-21T19:06:31.233ZPlanning: Planning completed in 0.72 seconds
1502023-09-21T19:06:31.294Z Mediators to change: 2
1512023-09-21T19:06:31.296Z Create boot environment: No
1522023-09-21T19:06:31.299ZCreate backup boot environment: No
1532023-09-21T19:06:31.424Z Done
1542023-09-21T19:06:31.428Z Done
1552023-09-21T19:06:31.486Z Done
1562023-09-21T19:06:37.546Z Done
1572023-09-21T19:06:37.670Z Done
1582023-09-21T19:06:37.680Z Done
1592023-09-21T19:06:37.947Z Done
1602023-09-21T19:06:38.959ZPlanning: Evaluating mediator changes ... Done
1612023-09-21T19:06:38.975ZPlanning: Merging actions ... Done
1622023-09-21T19:06:39.298ZPlanning: Checking for conflicting actions ... Done
1632023-09-21T19:06:39.307ZPlanning: Consolidating action changes ... Done
1642023-09-21T19:06:39.730ZPlanning: Evaluating mediators ... Done
1652023-09-21T19:06:39.836ZPlanning: Planning completed in 1.30 seconds
1662023-09-21T19:06:39.878Z Packages to change: 1
1672023-09-21T19:06:39.883Z Mediators to change: 1
1682023-09-21T19:06:39.887Z Services to change: 1
1692023-09-21T19:06:39.890Z Create boot environment: No
1702023-09-21T19:06:39.893ZCreate backup boot environment: Yes
1712023-09-21T19:06:42.083Z Actions: 1/6 actions (Updating modified actions)
1722023-09-21T19:06:42.093Z Actions: Completed 6 actions in 0.00 seconds.
1732023-09-21T19:06:42.102Z Done
1742023-09-21T19:06:42.106Z Done
1752023-09-21T19:06:42.117Z Done
1762023-09-21T19:06:48.191Z Done
1772023-09-21T19:06:48.317Z Done
1782023-09-21T19:06:48.326Z Done
1792023-09-21T19:06:48.429Z Done
1802023-09-21T19:06:49.116ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1812023-09-21T19:06:49.126Zclang system 15 system
1822023-09-21T19:06:49.144Zcsh system system illumos
1832023-09-21T19:06:49.166Zctags system system illumos
1842023-09-21T19:06:49.183Zgcc vendor 12 vendor
1852023-09-21T19:06:49.219Zgcc system 10 system
1862023-09-21T19:06:49.657Zgcc system 7 system
1872023-09-21T19:06:49.665Zgo system 1.20 system
1882023-09-21T19:06:49.670Zgo system 1.19 system
1892023-09-21T19:06:49.675Zllvm system 15 system
1902023-09-21T19:06:49.680Zllvm system 14 system
1912023-09-21T19:06:49.688Zmariadb system 10.6 system
1922023-09-21T19:06:49.694Zmta vendor vendor dma
1932023-09-21T19:06:49.698Zopenjdk system 17 system
1942023-09-21T19:06:49.703Zopenjdk system 11 system
1952023-09-21T19:06:49.709Zopenjdk system 1.8 system
1962023-09-21T19:06:49.714Zopenssl vendor 3 vendor
1972023-09-21T19:06:49.722Zperl system 5.36 system
1982023-09-21T19:06:49.727Zpostgresql system 15 system
1992023-09-21T19:06:49.731Zpostgresql system 13 system
2002023-09-21T19:06:49.736Zpython vendor 3 vendor
2012023-09-21T19:06:49.740Zpython system 2 system
2022023-09-21T19:06:49.746Zpython3 system 3.11 system
2032023-09-21T19:06:49.759Zruby system 3.0 system
2042023-09-21T19:06:49.766Zwords vendor vendor american-english
2052023-09-21T19:06:49.772Zwords system system australian-english
2062023-09-21T19:06:49.776Zwords system system british-english
2072023-09-21T19:06:49.780Zwords system system canadian-english
2082023-09-21T19:06:49.786Zwords system system french
2092023-09-21T19:06:49.792Zwords system system italian
2102023-09-21T19:06:49.797Zwords system system ngerman
2112023-09-21T19:06:49.801Zwords system system ogerman
2122023-09-21T19:06:49.808Zwords system system spanish
2132023-09-21T19:06:49.818ZFMRI IFO
2142023-09-21T19:06:49.826Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2152023-09-21T19:06:49.844Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2162023-09-21T19:06:49.849Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2172023-09-21T19:06:49.852Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2182023-09-21T19:06:49.880Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2192023-09-21T19:06:49.884Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2202023-09-21T19:06:49.886Z+ set -o errexit
2212023-09-21T19:06:49.890Z+++ dirname ./tools/ci_download_cockroachdb
2222023-09-21T19:06:49.893Z++ cd ./tools
2232023-09-21T19:06:49.896Z++ pwd
2242023-09-21T19:06:49.899Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2252023-09-21T19:06:49.904Z++ basename ./tools/ci_download_cockroachdb
2262023-09-21T19:06:49.907Z+ ARG0=ci_download_cockroachdb
2272023-09-21T19:06:49.912Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2282023-09-21T19:06:49.915Z+ CIDL_VERSION=v22.1.9
2292023-09-21T19:06:49.919Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2302023-09-21T19:06:49.923Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2312023-09-21T19:06:49.930Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2322023-09-21T19:06:49.938Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2332023-09-21T19:06:49.947Z+ TARGET_DIR=out
2342023-09-21T19:06:49.955Z+ DOWNLOAD_DIR=out/downloads
2352023-09-21T19:06:49.960Z+ DEST_DIR=./out/cockroachdb
2362023-09-21T19:06:49.964Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2372023-09-21T19:06:49.967Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2382023-09-21T19:06:49.974Z+ main
2392023-09-21T19:06:49.986Z+ [[ 0 != 0 ]]
2402023-09-21T19:06:49.997Z+ CIDL_OS=solaris2.11
2412023-09-21T19:06:50.001Z+ [[ 0 != 0 ]]
2422023-09-21T19:06:50.009Z+ configure_os solaris2.11
2432023-09-21T19:06:50.019Z+ echo 'current directory: /work/oxidecomputer/omicron'
2442023-09-21T19:06:50.025Zcurrent directory: /work/oxidecomputer/omicron
2452023-09-21T19:06:50.035Z+ echo 'configuring based on OS: "solaris2.11"'
2462023-09-21T19:06:50.038Zconfiguring based on OS: "solaris2.11"
2472023-09-21T19:06:50.041Z+ case "$1" in
2482023-09-21T19:06:50.044Z+ CIDL_BUILD=illumos
2492023-09-21T19:06:50.048Z+ CIDL_SUFFIX=tar.gz
2502023-09-21T19:06:50.050Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2512023-09-21T19:06:50.053Z+ CIDL_MD5FUNC=do_md5sum
2522023-09-21T19:06:50.056Z+ CIDL_URL_BASE=https://illumos.org/downloads
2532023-09-21T19:06:50.059Z+ CIDL_ASSEMBLE=do_assemble_illumos
2542023-09-21T19:06:50.061Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2552023-09-21T19:06:50.064Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2562023-09-21T19:06:50.067Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2572023-09-21T19:06:50.070Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2582023-09-21T19:06:50.073Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-09-21T19:06:50.076Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2602023-09-21T19:06:50.079ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2612023-09-21T19:06:50.082Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2622023-09-21T19:06:50.085ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2632023-09-21T19:06:50.090Z+ mkdir -p out/downloads
2642023-09-21T19:06:50.093Z+ mkdir -p ./out/cockroachdb
2652023-09-21T19:06:50.096Z+ local DO_DOWNLOAD=true
2662023-09-21T19:06:50.099Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2672023-09-21T19:06:50.106Z+ '[' true == true ']'
2682023-09-21T19:06:50.114ZDownloading...
2692023-09-21T19:06:50.118Z+ echo Downloading...
2702023-09-21T19:06:50.121Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712023-09-21T19:06:50.125Z+ 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
2722023-09-21T19:06:54.863Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732023-09-21T19:06:54.868Z++ md5sum
2742023-09-21T19:06:54.872Z++ awk '{print $1}'
2752023-09-21T19:06:55.046Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2762023-09-21T19:06:55.049Z+ [[ 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 ]]
2772023-09-21T19:06:55.052Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-09-21T19:06:55.055Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2792023-09-21T19:06:58.413Z+ do_assemble_illumos
2802023-09-21T19:06:58.418Z+ rm -r ./out/cockroachdb
2812023-09-21T19:06:58.423Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2822023-09-21T19:06:59.008Z+ ./out/cockroachdb/bin/cockroach version
2832023-09-21T19:06:59.251ZBuild Tag: v22.1.9-dirty
2842023-09-21T19:06:59.271ZBuild Time: 2022/10/26 21:17:46
2852023-09-21T19:06:59.278ZDistribution: OSS
2862023-09-21T19:06:59.282ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2872023-09-21T19:06:59.286ZGo Version: go1.17.13
2882023-09-21T19:06:59.289ZC Compiler: gcc 10.3.0
2892023-09-21T19:06:59.291ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2902023-09-21T19:06:59.294ZBuild Type: release
2912023-09-21T19:06:59.297Z+ set -o errexit
2922023-09-21T19:06:59.300Z+++ dirname ./tools/ci_download_clickhouse
2932023-09-21T19:06:59.304Z++ cd ./tools
2942023-09-21T19:06:59.308Z++ pwd
2952023-09-21T19:06:59.311Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2962023-09-21T19:06:59.314Z++ basename ./tools/ci_download_clickhouse
2972023-09-21T19:06:59.317Z+ ARG0=ci_download_clickhouse
2982023-09-21T19:06:59.321Z+ TARGET_DIR=out
2992023-09-21T19:06:59.323Z+ DOWNLOAD_DIR=out/downloads
3002023-09-21T19:06:59.328Z+ DEST_DIR=./out/clickhouse
3012023-09-21T19:06:59.333Z+ CIDL_VERSION=v22.8.9.24
3022023-09-21T19:06:59.337Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3032023-09-21T19:06:59.342Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3042023-09-21T19:06:59.348Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3052023-09-21T19:06:59.352Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3062023-09-21T19:06:59.357Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3072023-09-21T19:06:59.360Z+ main
3082023-09-21T19:06:59.364Z+ [[ 0 != 0 ]]
3092023-09-21T19:06:59.367Z+ CIDL_OS=solaris2.11
3102023-09-21T19:06:59.372Z+ [[ 0 != 0 ]]
3112023-09-21T19:06:59.375Z+ configure_os solaris2.11
3122023-09-21T19:06:59.381Z+ echo 'current directory: /work/oxidecomputer/omicron'
3132023-09-21T19:07:00.236Zcurrent directory: /work/oxidecomputer/omicron
3142023-09-21T19:07:00.244Z+ echo 'configuring based on OS: "solaris2.11"'
3152023-09-21T19:07:00.280Zconfiguring based on OS: "solaris2.11"
3162023-09-21T19:07:00.298Z+ CIDL_DASHREV=
3172023-09-21T19:07:00.311Z+ case "$1" in
3182023-09-21T19:07:00.322Z+ CIDL_PLATFORM=illumos
3192023-09-21T19:07:00.328Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3202023-09-21T19:07:00.331Z+ CIDL_MD5FUNC=do_md5sum
3212023-09-21T19:07:00.337Z+ CIDL_DASHREV=-1
3222023-09-21T19:07:00.340Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3232023-09-21T19:07:00.344Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-09-21T19:07:00.347Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-09-21T19:07:00.351Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-09-21T19:07:00.355Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3272023-09-21T19:07:00.362ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3282023-09-21T19:07:00.374Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3292023-09-21T19:07:00.389ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3302023-09-21T19:07:00.403Z+ mkdir -p out/downloads
3312023-09-21T19:07:00.410Z+ mkdir -p ./out/clickhouse
3322023-09-21T19:07:01.238Z+ local DO_DOWNLOAD=true
3332023-09-21T19:07:01.244Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3342023-09-21T19:07:01.255Z+ '[' true == true ']'
3352023-09-21T19:07:01.264Z+ echo Downloading...
3362023-09-21T19:07:01.273ZDownloading...
3372023-09-21T19:07:01.313Z+ 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
3382023-09-21T19:07:01.317Z+ 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
3392023-09-21T19:07:01.321Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-09-21T19:07:01.324Z++ md5sum
3412023-09-21T19:07:01.328Z++ awk '{print $1}'
3422023-09-21T19:07:01.331Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3432023-09-21T19:07:01.334Z+ [[ 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 ]]
3442023-09-21T19:07:01.339Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3452023-09-21T19:07:01.343Z+ mkdir -p ./out/clickhouse
3462023-09-21T19:07:01.346Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3472023-09-21T19:07:06.094Z+ ./out/clickhouse/clickhouse server --version
3482023-09-21T19:07:06.559ZClickHouse server version 22.8.9.1.
3492023-09-21T19:07:06.566Z+ set -o errexit
3502023-09-21T19:07:06.574Z+++ dirname ./tools/ci_download_console
3512023-09-21T19:07:06.593Z++ cd ./tools
3522023-09-21T19:07:07.021Z++ pwd
3532023-09-21T19:07:07.027Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3542023-09-21T19:07:07.034Z++ basename ./tools/ci_download_console
3552023-09-21T19:07:07.043Z+ ARG0=ci_download_console
3562023-09-21T19:07:07.054Z+ TARGET_DIR=out
3572023-09-21T19:07:07.064Z+ DOWNLOAD_DIR=out/downloads
3582023-09-21T19:07:07.079Z+ DEST_DIR=./out/console-assets
3592023-09-21T19:07:07.500Z+ source /work/oxidecomputer/omicron/tools/console_version
3602023-09-21T19:07:07.516Z++ COMMIT=af6536d587a17a65398407ca03d364345aa24342
3612023-09-21T19:07:07.532Z++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3622023-09-21T19:07:07.553Z+ URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3632023-09-21T19:07:07.574Z+ TARBALL_FILE=out/downloads/console.tar.gz
3642023-09-21T19:07:07.584Z+ main
3652023-09-21T19:07:07.594Z+ [[ 0 != 0 ]]
3662023-09-21T19:07:07.598Z+ echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz'
3672023-09-21T19:07:07.608ZURL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3682023-09-21T19:07:07.620Z+ echo 'Local file: out/downloads/console.tar.gz'
3692023-09-21T19:07:07.633ZLocal file: out/downloads/console.tar.gz
3702023-09-21T19:07:08.053Z+ local DO_DOWNLOAD=true
3712023-09-21T19:07:08.072Z+ [[ -f out/downloads/console.tar.gz ]]
3722023-09-21T19:07:08.082Z+ mkdir -p out/downloads
3732023-09-21T19:07:08.094Z+ '[' true == true ']'
3742023-09-21T19:07:08.104Z+ echo Downloading...
3752023-09-21T19:07:08.116ZDownloading...
3762023-09-21T19:07:08.128Z+ do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz
3772023-09-21T19:07:08.138Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz
3782023-09-21T19:07:08.144Z++ do_sha256sum out/downloads/console.tar.gz
3792023-09-21T19:07:08.152Z++ case "$OSTYPE" in
3802023-09-21T19:07:08.156Z++ SHA=sha256sum
3812023-09-21T19:07:08.160Z++ sha256sum
3822023-09-21T19:07:08.165Z++ awk '{print $1}'
3832023-09-21T19:07:08.169Z+ calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149
3842023-09-21T19:07:08.175Z+ [[ 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 ]]
3852023-09-21T19:07:08.181Z+ rm -rf ./out/console-assets
3862023-09-21T19:07:08.184Z+ mkdir -p ./out/console-assets
3872023-09-21T19:07:08.188Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3882023-09-21T19:07:08.191Z+ mkdir -p ./out/console-assets
3892023-09-21T19:07:08.195Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3902023-09-21T19:07:08.198Z+ set -o errexit
3912023-09-21T19:07:08.202Z+++ dirname ./tools/ci_download_maghemite_openapi
3922023-09-21T19:07:08.205Z++ cd ./tools
3932023-09-21T19:07:08.208Z++ pwd
3942023-09-21T19:07:08.212Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3952023-09-21T19:07:08.216Z++ basename ./tools/ci_download_maghemite_openapi
3962023-09-21T19:07:08.221Z+ ARG0=ci_download_maghemite_openapi
3972023-09-21T19:07:08.224Z+ TARGET_DIR=out
3982023-09-21T19:07:08.228Z+ DOWNLOAD_DIR=out/downloads
3992023-09-21T19:07:08.232Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
4002023-09-21T19:07:08.235Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
4012023-09-21T19:07:08.240Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4022023-09-21T19:07:08.244Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4032023-09-21T19:07:08.247Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4042023-09-21T19:07:08.252Z+ main
4052023-09-21T19:07:08.255Z+ [[ 0 != 0 ]]
4062023-09-21T19:07:08.259Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4072023-09-21T19:07:08.264ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4082023-09-21T19:07:08.268Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4092023-09-21T19:07:08.272ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4102023-09-21T19:07:08.277Z+ local DO_DOWNLOAD=true
4112023-09-21T19:07:08.280Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4122023-09-21T19:07:08.285Z+ mkdir -p out/downloads
4132023-09-21T19:07:08.288Z+ '[' true == true ']'
4142023-09-21T19:07:08.291Z+ echo Downloading...
4152023-09-21T19:07:08.295ZDownloading...
4162023-09-21T19:07:08.298Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4172023-09-21T19:07:08.302Z+ 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
4182023-09-21T19:07:08.305Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4192023-09-21T19:07:08.308Z++ case "$OSTYPE" in
4202023-09-21T19:07:08.313Z++ SHA=sha256sum
4212023-09-21T19:07:08.316Z++ sha256sum
4222023-09-21T19:07:08.319Z++ awk '{print $1}'
4232023-09-21T19:07:08.324ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4242023-09-21T19:07:08.327Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4252023-09-21T19:07:08.331ZLocal file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4262023-09-21T19:07:08.335Z+ [[ 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-09-21T19:07:08.351ZDownloading...
4282023-09-21T19:07:08.787Z+ set -o errexit
4292023-09-21T19:07:08.800Z+++ dirname ./tools/ci_download_dendrite_openapi
4302023-09-21T19:07:08.808Z++ cd ./tools
4312023-09-21T19:07:08.825Z++ pwd
4322023-09-21T19:07:08.845Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4332023-09-21T19:07:08.858Z++ basename ./tools/ci_download_dendrite_openapi
4342023-09-21T19:07:08.863Z+ ARG0=ci_download_dendrite_openapi
4352023-09-21T19:07:08.869Zcurrent directory: /work/oxidecomputer/omicron
4362023-09-21T19:07:08.874Z+ TARGET_DIR=out
4372023-09-21T19:07:08.877Zconfiguring based on OS: "solaris2.11"
4382023-09-21T19:07:08.881Z+ DOWNLOAD_DIR=out/downloads
4392023-09-21T19:07:08.884ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4402023-09-21T19:07:08.886Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4412023-09-21T19:07:08.889ZLocal file: out/downloads/dendrite-stub.tar.gz
4422023-09-21T19:07:08.892Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4432023-09-21T19:07:08.895ZDownloading...
4442023-09-21T19:07:08.902Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4452023-09-21T19:07:08.910Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json
4462023-09-21T19:07:08.924Z+ LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4472023-09-21T19:07:08.937Z+ main
4482023-09-21T19:07:08.955Z+ [[ 0 != 0 ]]
4492023-09-21T19:07:08.969Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json'
4502023-09-21T19:07:08.981Z+ echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json'
4512023-09-21T19:07:08.993Z+ local DO_DOWNLOAD=true
4522023-09-21T19:07:09.014Z+ [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]]
4532023-09-21T19:07:09.042Z+ mkdir -p out/downloads
4542023-09-21T19:07:09.052Z+ '[' true == true ']'
4552023-09-21T19:07:09.064Z+ echo Downloading...
4562023-09-21T19:07:09.074Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4572023-09-21T19:07:09.087Z+ 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
4582023-09-21T19:07:09.099Z++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json
4592023-09-21T19:07:09.111Z++ case "$OSTYPE" in
4602023-09-21T19:07:09.129Z++ SHA=sha256sum
4612023-09-21T19:07:09.136Z++ sha256sum
4622023-09-21T19:07:09.140Z++ awk '{print $1}'
4632023-09-21T19:07:09.146Z+ calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4642023-09-21T19:07:09.151Z+ [[ 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 ]]
4652023-09-21T19:07:09.164Z+ set -o errexit
4662023-09-21T19:07:09.167Z+++ dirname ./tools/ci_download_dendrite_stub
4672023-09-21T19:07:09.172Z++ cd ./tools
4682023-09-21T19:07:09.184Z++ pwd
4692023-09-21T19:07:09.188Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4702023-09-21T19:07:09.208Z++ basename ./tools/ci_download_dendrite_stub
4712023-09-21T19:07:09.228Z+ ARG0=ci_download_dendrite_stub
4722023-09-21T19:07:09.248Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4732023-09-21T19:07:09.673Z++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4742023-09-21T19:07:09.679Z++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939
4752023-09-21T19:07:09.686Z++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8
4762023-09-21T19:07:09.693Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4772023-09-21T19:07:09.697Z++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9
4782023-09-21T19:07:09.702Z++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31
4792023-09-21T19:07:09.712Z+ TARGET_DIR=out
4802023-09-21T19:07:09.733Z+ DOWNLOAD_DIR=out/downloads
4812023-09-21T19:07:09.745Z+ DEST_DIR=./out/dendrite-stub
4822023-09-21T19:07:10.170Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4832023-09-21T19:07:10.183Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4842023-09-21T19:07:10.225Z+ REPO=oxidecomputer/dendrite
4852023-09-21T19:07:10.247Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9
4862023-09-21T19:07:10.258Z+ main
4872023-09-21T19:07:10.265Z+ [[ 0 != 0 ]]
4882023-09-21T19:07:10.271Z+ CIDL_OS=solaris2.11
4892023-09-21T19:07:10.285Z+ [[ 0 != 0 ]]
4902023-09-21T19:07:10.290Z+ configure_os solaris2.11
4912023-09-21T19:07:10.297Z+ echo 'current directory: /work/oxidecomputer/omicron'
4922023-09-21T19:07:10.302Z+ echo 'configuring based on OS: "solaris2.11"'
4932023-09-21T19:07:10.308Z+ case "$1" in
4942023-09-21T19:07:10.315Z+ SET_BINARIES=
4952023-09-21T19:07:10.318Z+ CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
4962023-09-21T19:07:10.322Z+ CIDL_SHA256FUNC=do_sha256sum
4972023-09-21T19:07:10.326Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4982023-09-21T19:07:10.330Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz
4992023-09-21T19:07:10.336Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5002023-09-21T19:07:10.340Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz'
5012023-09-21T19:07:10.343Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5022023-09-21T19:07:10.347Z+ mkdir -p out/downloads
5032023-09-21T19:07:10.350Z+ mkdir -p ./out/dendrite-stub
5042023-09-21T19:07:10.355Z+ fetch_and_verify
5052023-09-21T19:07:10.361Z+ local DO_DOWNLOAD=true
5062023-09-21T19:07:10.369Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5072023-09-21T19:07:10.373Z+ '[' true == true ']'
5082023-09-21T19:07:10.377Z+ echo Downloading...
5092023-09-21T19:07:10.382Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5102023-09-21T19:07:10.385Z+ 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
5112023-09-21T19:07:19.868Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5122023-09-21T19:07:19.872Z++ sha256sum
5132023-09-21T19:07:19.875Z++ awk '{print $1}'
5142023-09-21T19:07:19.969Z+ calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9
5152023-09-21T19:07:19.972Z+ [[ 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 ]]
5162023-09-21T19:07:19.975Z+ do_untar out/downloads/dendrite-stub.tar.gz
5172023-09-21T19:07:19.978Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5182023-09-21T19:07:20.945Z+ do_assemble
5192023-09-21T19:07:20.966Z+ rm -r ./out/dendrite-stub
5202023-09-21T19:07:21.388Z+ mkdir ./out/dendrite-stub
5212023-09-21T19:07:21.396Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5222023-09-21T19:07:21.408Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5232023-09-21T19:07:21.413Z+ set -o errexit
5242023-09-21T19:07:21.416Z+++ dirname ./tools/ci_download_transceiver_control
5252023-09-21T19:07:21.419Z++ cd ./tools
5262023-09-21T19:07:21.421Z++ pwd
5272023-09-21T19:07:21.425Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5282023-09-21T19:07:21.430Z++ basename ./tools/ci_download_transceiver_control
5292023-09-21T19:07:21.433Z+ ARG0=ci_download_transceiver_control
5302023-09-21T19:07:21.435Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5312023-09-21T19:07:21.438Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5322023-09-21T19:07:21.441Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5332023-09-21T19:07:21.444Z+ TARGET_DIR=out
5342023-09-21T19:07:21.446Z+ DOWNLOAD_DIR=out/downloads
5352023-09-21T19:07:21.449Z+ DEST_DIR=./out/transceiver-control
5362023-09-21T19:07:21.451Z+ BIN_DIR=/opt/oxide/bin
5372023-09-21T19:07:21.454Z+ BINARY=xcvradm
5382023-09-21T19:07:21.457Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5392023-09-21T19:07:21.459Z+ REPO=oxidecomputer/transceiver-control
5402023-09-21T19:07:21.462Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5412023-09-21T19:07:21.465Z+ main
5422023-09-21T19:07:21.468Z+ [[ 0 != 0 ]]
5432023-09-21T19:07:21.471Z+ CIDL_OS=solaris2.11
5442023-09-21T19:07:21.473Z+ [[ 0 != 0 ]]
5452023-09-21T19:07:21.476Z+ configure_os solaris2.11
5462023-09-21T19:07:21.479Z+ echo 'current directory: /work/oxidecomputer/omicron'
5472023-09-21T19:07:21.482Zcurrent directory: /work/oxidecomputer/omicron
5482023-09-21T19:07:21.486Z+ echo 'configuring based on OS: "solaris2.11"'
5492023-09-21T19:07:21.498Zconfiguring based on OS: "solaris2.11"
5502023-09-21T19:07:21.513Z+ case "$1" in
5512023-09-21T19:07:21.520Z+ SET_BINARIES=
5522023-09-21T19:07:21.531Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5532023-09-21T19:07:21.539Z+ CIDL_SHA256FUNC=do_sha256sum
5542023-09-21T19:07:21.548Z+ ARCHIVE_FILENAME=xcvradm.gz
5552023-09-21T19:07:21.555Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5562023-09-21T19:07:21.973Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5572023-09-21T19:07:21.983Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5582023-09-21T19:07:21.991ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5592023-09-21T19:07:22.046Z+ echo 'Local file: out/downloads/xcvradm.gz'
5602023-09-21T19:07:22.465ZLocal file: out/downloads/xcvradm.gz
5612023-09-21T19:07:22.473Z+ mkdir -p out/downloads
5622023-09-21T19:07:22.478Z+ mkdir -p ./out/transceiver-control
5632023-09-21T19:07:22.489Z+ fetch_and_verify
5642023-09-21T19:07:22.499Z+ local DO_DOWNLOAD=true
5652023-09-21T19:07:22.511Z+ [[ -f out/downloads/xcvradm.gz ]]
5662023-09-21T19:07:22.522Z+ '[' true == true ']'
5672023-09-21T19:07:22.526Z+ echo Downloading...
5682023-09-21T19:07:22.542ZDownloading...
5692023-09-21T19:07:22.551Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5702023-09-21T19:07:22.564Z+ 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
5712023-09-21T19:07:23.920Z++ do_sha256sum out/downloads/xcvradm.gz
5722023-09-21T19:07:24.333Z++ sha256sum
5732023-09-21T19:07:24.346Z++ awk '{print $1}'
5742023-09-21T19:07:24.356Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5752023-09-21T19:07:24.373Z+ [[ 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 ]]
5762023-09-21T19:07:24.388Z+ do_unpack out/downloads/xcvradm.gz
5772023-09-21T19:07:24.420Z+ mkdir -p out/downloads/root//opt/oxide/bin
5782023-09-21T19:07:24.431Z+ gzip -dc out/downloads/xcvradm.gz
5792023-09-21T19:07:24.450Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5802023-09-21T19:07:24.460Z+ do_assemble
5812023-09-21T19:07:24.468Z+ rm -r ./out/transceiver-control
5822023-09-21T19:07:24.482Z+ mkdir ./out/transceiver-control
5832023-09-21T19:07:24.487Z+ cp -r out/downloads/root ./out/transceiver-control/root
5842023-09-21T19:07:24.495ZAll prerequisites installed successfully
5852023-09-21T19:07:24.512Z
5862023-09-21T19:07:24.522Zreal 2:08.675535857
5872023-09-21T19:07:24.530Zuser 48.093332526
5882023-09-21T19:07:24.538Zsys 9.180026086
5892023-09-21T19:07:24.556Ztrap 0.020936187
5902023-09-21T19:07:24.571Ztflt 0.189352447
5912023-09-21T19:07:24.584Zdflt 0.734693825
5922023-09-21T19:07:24.588Zkflt 0.188477239
5932023-09-21T19:07:24.598Zlock 1.902377952
5942023-09-21T19:07:24.607Zslp 4:01.644995666
5952023-09-21T19:07:24.616Zlat 3.239496437
5962023-09-21T19:07:24.624Zstop 0.068879309
5972023-09-21T19:07:24.632Z+ ptime -m ./tools/ci_download_softnpu_machinery
5982023-09-21T19:07:24.637Zfetching npuzone
5992023-09-21T19:07:24.641ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
6002023-09-21T19:07:24.646Z (commit: 64beaff129b7f63a04a53dd5ed0ec09f012f5756)
6012023-09-21T19:07:24.651ZGetting hash for npuzone
6022023-09-21T19:07:24.659Z (hash: c1d18a02e1ccd1854d5f135656330c2765014c181bb5a0652493dd6a6fbd6323)
6032023-09-21T19:07:39.975Znpuzone downloaded successfully
6042023-09-21T19:07:39.980Z
6052023-09-21T19:07:39.983Zreal 15.740718917
6062023-09-21T19:07:39.986Zuser 0.550830973
6072023-09-21T19:07:39.991Zsys 0.141030770
6082023-09-21T19:07:39.993Ztrap 0.000065978
6092023-09-21T19:07:39.996Ztflt 0.000000000
6102023-09-21T19:07:39.999Zdflt 0.000000000
6112023-09-21T19:07:40.002Zkflt 0.000000000
6122023-09-21T19:07:40.005Zlock 0.000000000
6132023-09-21T19:07:40.007Zslp 46.382054200
6142023-09-21T19:07:40.010Zlat 0.112291419
6152023-09-21T19:07:40.013Zstop 0.000258800
6162023-09-21T19:07:40.016Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu
6172023-09-21T19:07:40.335Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6182023-09-21T19:07:40.723Z Updating crates.io index
6192023-09-21T19:07:40.739Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6202023-09-21T19:07:41.689Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6212023-09-21T19:07:43.415Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6222023-09-21T19:07:44.031Z Updating git repository `http://github.com/oxidecomputer/tofino`
6232023-09-21T19:07:44.367Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6242023-09-21T19:07:44.693Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6252023-09-21T19:07:45.353Z Updating git repository `https://github.com/oxidecomputer/propolis`
6262023-09-21T19:07:45.909Z Updating git repository `https://github.com/oxidecomputer/opte`
6272023-09-21T19:07:46.841Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6282023-09-21T19:07:47.599Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6292023-09-21T19:07:47.650Z Updating git repository `https://github.com/oxidecomputer/crucible`
6302023-09-21T19:07:50.081Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6312023-09-21T19:07:50.371Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6322023-09-21T19:07:50.691Z Updating git repository `https://github.com/njaremko/samael`
6332023-09-21T19:07:51.036Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6342023-09-21T19:07:51.610Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6352023-09-21T19:07:52.068Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6362023-09-21T19:07:52.657Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6372023-09-21T19:07:53.049Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6382023-09-21T19:07:53.387Z Updating git repository `https://github.com/oxidecomputer/omicron`
6392023-09-21T19:08:01.271Z Updating git repository `https://github.com/oxidecomputer/rfb`
6402023-09-21T19:08:01.668Z Updating git repository `https://github.com/jgallagher/nix`
6412023-09-21T19:08:02.903Z Updating git repository `https://github.com/cbiffle/hubpack`
6422023-09-21T19:08:03.277Z Updating git repository `https://github.com/oxidecomputer/typify`
6432023-09-21T19:08:04.193Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6442023-09-21T19:08:04.611Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6452023-09-21T19:08:04.921Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6462023-09-21T19:08:06.592Z Downloading crates ...
6472023-09-21T19:08:06.846Z Downloaded hmac v0.12.1
6482023-09-21T19:08:06.860Z Downloaded num_enum_derive v0.7.0
6492023-09-21T19:08:06.871Z Downloaded num_enum v0.7.0
6502023-09-21T19:08:06.882Z Downloaded semver-parser v0.10.2
6512023-09-21T19:08:06.893Z Downloaded serde_derive v1.0.188
6522023-09-21T19:08:06.904Z Downloaded sct v0.7.0
6532023-09-21T19:08:06.920Z Downloaded http-body v0.4.5
6542023-09-21T19:08:06.942Z Downloaded http-range v0.1.5
6552023-09-21T19:08:06.965Z Downloaded serde_with v2.3.3
6562023-09-21T19:08:06.986Z Downloaded cexpr v0.6.0
6572023-09-21T19:08:07.013Z Downloaded md-5 v0.10.5
6582023-09-21T19:08:07.037Z Downloaded maybe-uninit v2.0.0
6592023-09-21T19:08:07.058Z Downloaded new_debug_unreachable v1.0.4
6602023-09-21T19:08:07.082Z Downloaded instant v0.1.12
6612023-09-21T19:08:07.106Z Downloaded ident_case v1.0.1
6622023-09-21T19:08:07.174Z Downloaded cfg-if v0.1.10
6632023-09-21T19:08:07.206Z Downloaded hostname v0.3.1
6642023-09-21T19:08:07.256Z Downloaded num_threads v0.1.6
6652023-09-21T19:08:07.296Z Downloaded normalize-line-endings v0.3.0
6662023-09-21T19:08:07.324Z Downloaded async-trait v0.1.73
6672023-09-21T19:08:07.353Z Downloaded anstyle v1.0.2
6682023-09-21T19:08:07.383Z Downloaded lazy_static v1.4.0
6692023-09-21T19:08:07.471Z Downloaded hubpack_derive v0.1.1
6702023-09-21T19:08:07.495Z Downloaded bit_field v0.10.2
6712023-09-21T19:08:07.919Z Downloaded num-iter v0.1.43
6722023-09-21T19:08:07.936Z Downloaded bitstruct v0.1.1
6732023-09-21T19:08:07.950Z Downloaded newtype_derive v0.1.6
6742023-09-21T19:08:07.962Z Downloaded num-derive v0.4.0
6752023-09-21T19:08:07.971Z Downloaded nodrop v0.1.14
6762023-09-21T19:08:07.978Z Downloaded mockall v0.11.4
6772023-09-21T19:08:07.986Z Downloaded indoc v2.0.3
6782023-09-21T19:08:07.992Z Downloaded match_cfg v0.1.0
6792023-09-21T19:08:08.003Z Downloaded blake2 v0.10.6
6802023-09-21T19:08:08.009Z Downloaded darling_macro v0.20.3
6812023-09-21T19:08:08.018Z Downloaded nanorand v0.7.0
6822023-09-21T19:08:08.024Z Downloaded memoffset v0.9.0
6832023-09-21T19:08:08.031Z Downloaded stringprep v0.1.3
6842023-09-21T19:08:08.041Z Downloaded maplit v1.0.2
6852023-09-21T19:08:08.051Z Downloaded strip-ansi-escapes v0.2.0
6862023-09-21T19:08:08.055Z Downloaded spin v0.5.2
6872023-09-21T19:08:08.059Z Downloaded nu-ansi-term v0.49.0
6882023-09-21T19:08:08.062Z Downloaded chacha20poly1305 v0.10.1
6892023-09-21T19:08:08.065Z Downloaded console v0.15.7
6902023-09-21T19:08:08.070Z Downloaded num-rational v0.4.1
6912023-09-21T19:08:08.075Z Downloaded utf-8 v0.7.6
6922023-09-21T19:08:08.078Z Downloaded unicode-xid v0.2.4
6932023-09-21T19:08:08.081Z Downloaded colored v2.0.4
6942023-09-21T19:08:08.084Z Downloaded tui-tree-widget v0.13.0
6952023-09-21T19:08:08.088Z Downloaded enum-iterator v1.4.1
6962023-09-21T19:08:08.091Z Downloaded matches v0.1.10
6972023-09-21T19:08:08.093Z Downloaded bit-set v0.5.3
6982023-09-21T19:08:08.096Z Downloaded heck v0.3.3
6992023-09-21T19:08:08.099Z Downloaded colorchoice v1.0.0
7002023-09-21T19:08:08.102Z Downloaded clap_lex v0.5.1
7012023-09-21T19:08:08.105Z Downloaded predicates-tree v1.0.9
7022023-09-21T19:08:08.113Z Downloaded serde-big-array v0.4.1
7032023-09-21T19:08:08.124Z Downloaded async-stream-impl v0.3.5
7042023-09-21T19:08:08.129Z Downloaded rustc_version v0.1.7
7052023-09-21T19:08:08.136Z Downloaded autocfg v1.1.0
7062023-09-21T19:08:08.143Z Downloaded time-macros v0.2.13
7072023-09-21T19:08:08.559Z Downloaded path-dedot v3.1.0
7082023-09-21T19:08:08.562Z Downloaded num-complex v0.4.4
7092023-09-21T19:08:08.565Z Downloaded atomic-waker v1.1.1
7102023-09-21T19:08:08.571Z Downloaded ansi_term v0.12.1
7112023-09-21T19:08:08.577Z Downloaded byteorder v1.4.3
7122023-09-21T19:08:08.581Z Downloaded tokio-stream v0.1.14
7132023-09-21T19:08:08.584Z Downloaded thiserror-no-std v2.0.2
7142023-09-21T19:08:08.591Z Downloaded heck v0.4.1
7152023-09-21T19:08:08.594Z Downloaded crossbeam-utils v0.8.16
7162023-09-21T19:08:08.597Z Downloaded tokio-macros v2.1.0
7172023-09-21T19:08:08.600Z Downloaded rustc-demangle v0.1.23
7182023-09-21T19:08:08.603Z Downloaded zerocopy v0.3.0
7192023-09-21T19:08:08.607Z Downloaded is-terminal v0.4.9
7202023-09-21T19:08:08.610Z Downloaded cassowary v0.3.0
7212023-09-21T19:08:08.614Z Downloaded signal-hook-tokio v0.3.1
7222023-09-21T19:08:08.621Z Downloaded phf_shared v0.11.2
7232023-09-21T19:08:08.624Z Downloaded stable_deref_trait v1.2.0
7242023-09-21T19:08:08.627Z Downloaded textwrap v0.11.0
7252023-09-21T19:08:08.630Z Downloaded managed v0.8.0
7262023-09-21T19:08:08.633Z Downloaded number_prefix v0.4.0
7272023-09-21T19:08:08.637Z Downloaded time-core v0.1.1
7282023-09-21T19:08:08.640Z Downloaded test-strategy v0.2.1
7292023-09-21T19:08:08.643Z Downloaded downcast v0.11.0
7302023-09-21T19:08:08.646Z Downloaded hashlink v0.8.3
7312023-09-21T19:08:08.649Z Downloaded unicode-bidi v0.3.13
7322023-09-21T19:08:08.652Z Downloaded pkg-config v0.3.27
7332023-09-21T19:08:08.655Z Downloaded enum-iterator-derive v1.2.1
7342023-09-21T19:08:08.659Z Downloaded array-init v0.0.4
7352023-09-21T19:08:08.662Z Downloaded pin-utils v0.1.0
7362023-09-21T19:08:08.664Z Downloaded pem v1.1.1
7372023-09-21T19:08:08.667Z Downloaded aes-gcm-siv v0.11.1
7382023-09-21T19:08:08.670Z Downloaded ringbuffer v0.14.2
7392023-09-21T19:08:08.674Z Downloaded bitfield v0.14.0
7402023-09-21T19:08:08.677Z Downloaded ed25519 v1.5.3
7412023-09-21T19:08:08.679Z Downloaded async-stream v0.3.5
7422023-09-21T19:08:08.682Z Downloaded semver v0.11.0
7432023-09-21T19:08:08.686Z Downloaded base16ct v0.2.0
7442023-09-21T19:08:08.689Z Downloaded fxhash v0.2.1
7452023-09-21T19:08:08.692Z Downloaded tower-service v0.3.2
7462023-09-21T19:08:08.695Z Downloaded cargo_toml v0.15.3
7472023-09-21T19:08:08.698Z Downloaded static_assertions v1.1.0
7482023-09-21T19:08:08.701Z Downloaded wyz v0.5.1
7492023-09-21T19:08:08.704Z Downloaded crossbeam-channel v0.5.8
7502023-09-21T19:08:08.707Z Downloaded derive_builder_macro v0.12.0
7512023-09-21T19:08:08.711Z Downloaded oso-derive v0.26.4
7522023-09-21T19:08:08.714Z Downloaded postcard v0.7.3
7532023-09-21T19:08:08.717Z Downloaded sha1 v0.10.5
7542023-09-21T19:08:08.720Z Downloaded signal-hook-registry v1.4.1
7552023-09-21T19:08:08.723Z Downloaded pin-project-lite v0.2.13
7562023-09-21T19:08:08.727Z Downloaded pretty-hex v0.3.0
7572023-09-21T19:08:08.729Z Downloaded wait-timeout v0.2.0
7582023-09-21T19:08:08.733Z Downloaded errno v0.3.2
7592023-09-21T19:08:08.736Z Downloaded doc-comment v0.3.3
7602023-09-21T19:08:08.739Z Downloaded predicates-core v1.0.6
7612023-09-21T19:08:09.158Z Downloaded try-lock v0.2.4
7622023-09-21T19:08:09.172Z Downloaded tabled_derive v0.6.0
7632023-09-21T19:08:09.191Z Downloaded path-absolutize v3.1.0
7642023-09-21T19:08:09.200Z Downloaded getopts v0.2.21
7652023-09-21T19:08:09.216Z Downloaded anstyle-parse v0.2.1
7662023-09-21T19:08:09.228Z Downloaded rustls-native-certs v0.6.3
7672023-09-21T19:08:09.241Z Downloaded nom v7.1.3
7682023-09-21T19:08:09.248Z Downloaded zone_cfg_derive v0.2.0
7692023-09-21T19:08:09.257Z Downloaded precomputed-hash v0.1.1
7702023-09-21T19:08:09.265Z Downloaded string_cache v0.8.7
7712023-09-21T19:08:09.269Z Downloaded termios v0.3.3
7722023-09-21T19:08:09.294Z Downloaded phf_shared v0.10.0
7732023-09-21T19:08:09.316Z Downloaded difflib v0.4.0
7742023-09-21T19:08:09.327Z Downloaded globset v0.4.13
7752023-09-21T19:08:09.339Z Downloaded twox-hash v1.6.3
7762023-09-21T19:08:09.349Z Downloaded parking_lot_core v0.8.6
7772023-09-21T19:08:09.360Z Downloaded fragile v2.0.0
7782023-09-21T19:08:09.371Z Downloaded serde-big-array v0.5.1
7792023-09-21T19:08:09.380Z Downloaded toolchain_find v0.2.0
7802023-09-21T19:08:09.396Z Downloaded getrandom v0.2.10
7812023-09-21T19:08:09.406Z Downloaded signature v1.6.4
7822023-09-21T19:08:09.413Z Downloaded equivalent v1.0.1
7832023-09-21T19:08:09.421Z Downloaded endian-type v0.1.2
7842023-09-21T19:08:09.436Z Downloaded tinyvec_macros v0.1.1
7852023-09-21T19:08:09.854Z Downloaded want v0.3.1
7862023-09-21T19:08:09.860Z Downloaded structmeta v0.1.6
7872023-09-21T19:08:09.870Z Downloaded mio v0.8.8
7882023-09-21T19:08:10.290Z Downloaded usdt-macro v0.3.5
7892023-09-21T19:08:10.297Z Downloaded opaque-debug v0.3.0
7902023-09-21T19:08:10.305Z Downloaded serde_tokenstream v0.1.7
7912023-09-21T19:08:10.314Z Downloaded whoami v1.4.1
7922023-09-21T19:08:10.321Z Downloaded diesel_table_macro_syntax v0.1.0
7932023-09-21T19:08:10.334Z Downloaded slog-envlogger v2.2.0
7942023-09-21T19:08:10.347Z Downloaded subtle v2.5.0
7952023-09-21T19:08:10.355Z Downloaded postcard-cobs v0.1.5-pre
7962023-09-21T19:08:10.371Z Downloaded parse-display v0.7.0
7972023-09-21T19:08:10.383Z Downloaded phf v0.11.2
7982023-09-21T19:08:10.400Z Downloaded derive_more v0.99.17
7992023-09-21T19:08:10.409Z Downloaded foreign-types-shared v0.3.1
8002023-09-21T19:08:10.419Z Downloaded thread_local v1.1.7
8012023-09-21T19:08:10.432Z Downloaded vte_generate_state_changes v0.1.1
8022023-09-21T19:08:10.448Z Downloaded smallvec v0.6.14
8032023-09-21T19:08:10.462Z Downloaded waitgroup v0.1.2
8042023-09-21T19:08:10.468Z Downloaded strum v0.25.0
8052023-09-21T19:08:10.473Z Downloaded owo-colors v3.5.0
8062023-09-21T19:08:10.481Z Downloaded semver v1.0.18
8072023-09-21T19:08:10.494Z Downloaded dyn-clone v1.0.13
8082023-09-21T19:08:10.499Z Downloaded foreign-types-macros v0.2.3
8092023-09-21T19:08:10.504Z Downloaded foreign-types v0.5.0
8102023-09-21T19:08:10.508Z Downloaded openssl-macros v0.1.1
8112023-09-21T19:08:10.512Z Downloaded diff v0.1.13
8122023-09-21T19:08:10.519Z Downloaded parse-display-derive v0.7.0
8132023-09-21T19:08:10.528Z Downloaded ctr v0.9.2
8142023-09-21T19:08:10.555Z Downloaded zeroize v1.6.0
8152023-09-21T19:08:10.563Z Downloaded tracing-core v0.1.31
8162023-09-21T19:08:10.575Z Downloaded debug-ignore v1.0.5
8172023-09-21T19:08:10.590Z Downloaded crypto-common v0.1.6
8182023-09-21T19:08:10.598Z Downloaded display-error-chain v0.1.1
8192023-09-21T19:08:10.605Z Downloaded tokio-tungstenite v0.18.0
8202023-09-21T19:08:10.613Z Downloaded zone v0.2.0
8212023-09-21T19:08:10.622Z Downloaded num_cpus v1.16.0
8222023-09-21T19:08:10.632Z Downloaded tokio-rustls v0.24.1
8232023-09-21T19:08:10.638Z Downloaded rand v0.8.5
8242023-09-21T19:08:10.644Z Downloaded termtree v0.4.1
8252023-09-21T19:08:11.060Z Downloaded path-slash v0.1.5
8262023-09-21T19:08:11.063Z Downloaded fnv v1.0.7
8272023-09-21T19:08:11.066Z Downloaded parking_lot_core v0.9.8
8282023-09-21T19:08:11.071Z Downloaded rusqlite v0.29.0
8292023-09-21T19:08:11.075Z Downloaded scopeguard v1.2.0
8302023-09-21T19:08:11.078Z Downloaded openssl-probe v0.1.5
8312023-09-21T19:08:11.082Z Downloaded darling v0.20.3
8322023-09-21T19:08:11.085Z Downloaded strum_macros v0.24.3
8332023-09-21T19:08:11.088Z Downloaded rustc_version v0.4.0
8342023-09-21T19:08:11.091Z Downloaded hash32 v0.2.1
8352023-09-21T19:08:11.095Z Downloaded which v4.4.0
8362023-09-21T19:08:11.099Z Downloaded serde_tokenstream v0.2.0
8372023-09-21T19:08:11.103Z Downloaded pest_generator v2.7.2
8382023-09-21T19:08:11.106Z Downloaded utf8parse v0.2.1
8392023-09-21T19:08:11.109Z Downloaded slog v2.7.0
8402023-09-21T19:08:11.112Z Downloaded resolv-conf v0.7.0
8412023-09-21T19:08:11.115Z Downloaded ppv-lite86 v0.2.17
8422023-09-21T19:08:11.119Z Downloaded glob v0.3.1
8432023-09-21T19:08:11.123Z Downloaded clap v4.4.3
8442023-09-21T19:08:11.126Z Downloaded signal-hook-mio v0.2.3
8452023-09-21T19:08:11.129Z Downloaded group v0.13.0
8462023-09-21T19:08:11.132Z Downloaded spin v0.9.8
8472023-09-21T19:08:11.135Z Downloaded fixedbitset v0.4.2
8482023-09-21T19:08:11.138Z Downloaded ff v0.13.0
8492023-09-21T19:08:11.140Z Downloaded rusty-fork v0.3.0
8502023-09-21T19:08:11.143Z Downloaded deranged v0.3.8
8512023-09-21T19:08:11.147Z Downloaded same-file v1.0.6
8522023-09-21T19:08:11.150Z Downloaded scheduled-thread-pool v0.2.7
8532023-09-21T19:08:11.153Z Downloaded vsss-rs v3.3.1
8542023-09-21T19:08:11.156Z Downloaded slog-term v2.9.0
8552023-09-21T19:08:11.159Z Downloaded openssl-sys v0.9.93
8562023-09-21T19:08:11.162Z Downloaded rustversion v1.0.14
8572023-09-21T19:08:11.165Z Downloaded oso v0.26.4
8582023-09-21T19:08:11.168Z Downloaded tough v0.12.5
8592023-09-21T19:08:11.171Z Downloaded password-hash v0.5.0
8602023-09-21T19:08:11.176Z Downloaded der_derive v0.7.2
8612023-09-21T19:08:11.179Z Downloaded chrono v0.4.30
8622023-09-21T19:08:11.185Z Downloaded postgres-types v0.2.6
8632023-09-21T19:08:11.189Z Downloaded quick-xml v0.23.1
8642023-09-21T19:08:11.194Z Downloaded ron v0.7.1
8652023-09-21T19:08:11.200Z Downloaded unicode-ident v1.0.11
8662023-09-21T19:08:11.205Z Downloaded derive-where v1.2.5
8672023-09-21T19:08:11.209Z Downloaded darling_core v0.14.4
8682023-09-21T19:08:11.214Z Downloaded h2 v0.3.21
8692023-09-21T19:08:11.219Z Downloaded der v0.7.8
8702023-09-21T19:08:11.229Z Downloaded rayon v1.7.0
8712023-09-21T19:08:11.235Z Downloaded x509-cert v0.2.4
8722023-09-21T19:08:11.246Z Downloaded flume v0.11.0
8732023-09-21T19:08:11.256Z Downloaded unsafe-libyaml v0.2.9
8742023-09-21T19:08:11.269Z Downloaded pest v2.7.2
8752023-09-21T19:08:11.276Z Downloaded portable-atomic v1.4.3
8762023-09-21T19:08:11.286Z Downloaded winnow v0.5.15
8772023-09-21T19:08:11.307Z Downloaded tokio-postgres v0.7.10
8782023-09-21T19:08:11.324Z Downloaded reqwest v0.11.20
8792023-09-21T19:08:11.336Z Downloaded futures-util v0.3.28
8802023-09-21T19:08:11.353Z Downloaded hashbrown v0.14.0
8812023-09-21T19:08:11.370Z Downloaded serde_json v1.0.107
8822023-09-21T19:08:11.385Z Downloaded git2 v0.17.2
8832023-09-21T19:08:11.402Z Downloaded rustls v0.21.7
8842023-09-21T19:08:11.416Z Downloaded rustix v0.37.23
8852023-09-21T19:08:11.837Z Downloaded smoltcp v0.9.1
8862023-09-21T19:08:11.847Z Downloaded sled v0.34.7
8872023-09-21T19:08:11.852Z Downloaded idna v0.2.3
8882023-09-21T19:08:11.856Z Downloaded libc v0.2.147
8892023-09-21T19:08:11.861Z Downloaded regex v1.9.5
8902023-09-21T19:08:11.865Z Downloaded smoltcp v0.8.2
8912023-09-21T19:08:11.901Z Downloaded regex-syntax v0.6.29
8922023-09-21T19:08:11.913Z Downloaded regress v0.7.1
8932023-09-21T19:08:11.921Z Downloaded openssl v0.10.57
8942023-09-21T19:08:11.930Z Downloaded syn v2.0.32
8952023-09-21T19:08:11.938Z Downloaded polar-core v0.26.4
8962023-09-21T19:08:11.945Z Downloaded ratatui v0.23.0
8972023-09-21T19:08:11.952Z Downloaded libgit2-sys v0.15.2+1.6.4
8982023-09-21T19:08:11.958Z Downloaded openapiv3 v1.0.3
8992023-09-21T19:08:11.965Z Downloaded regex-syntax v0.7.5
9002023-09-21T19:08:11.974Z Downloaded trust-dns-proto v0.22.0
9012023-09-21T19:08:11.980Z Downloaded zerocopy-derive v0.6.3
9022023-09-21T19:08:11.986Z Downloaded zerocopy-derive v0.2.0
9032023-09-21T19:08:11.991Z Downloaded regex-automata v0.3.8
9042023-09-21T19:08:11.997Z Downloaded lalrpop v0.19.12
9052023-09-21T19:08:12.007Z Downloaded bzip2-sys v0.1.11+1.0.8
9062023-09-21T19:08:12.010Z Downloaded tokio v1.32.0
9072023-09-21T19:08:12.014Z Downloaded bstr v1.6.0
9082023-09-21T19:08:12.017Z Downloaded sha3 v0.10.8
9092023-09-21T19:08:12.022Z Downloaded diesel v2.1.1
9102023-09-21T19:08:12.025Z Downloaded curve25519-dalek v4.1.0
9112023-09-21T19:08:12.028Z Downloaded ring v0.16.20
9122023-09-21T19:08:12.031Z Downloaded bitvec v1.0.1
9132023-09-21T19:08:12.034Z Downloaded proptest v1.2.0
9142023-09-21T19:08:12.037Z Downloaded radix_trie v0.2.1
9152023-09-21T19:08:12.040Z Downloaded tabled v0.14.0
9162023-09-21T19:08:12.043Z Downloaded gimli v0.28.0
9172023-09-21T19:08:12.047Z Downloaded encoding_rs v0.8.33
9182023-09-21T19:08:12.050Z Downloaded unicode-normalization v0.1.22
9192023-09-21T19:08:12.054Z Downloaded vcpkg v0.2.15
9202023-09-21T19:08:12.056Z Downloaded nix v0.26.2
9212023-09-21T19:08:12.059Z Downloaded idna v0.4.0
9222023-09-21T19:08:12.062Z Downloaded webpki-roots v0.25.2
9232023-09-21T19:08:12.065Z Downloaded object v0.32.1
9242023-09-21T19:08:12.068Z Downloaded hkdf v0.12.3
9252023-09-21T19:08:12.071Z Downloaded petgraph v0.6.4
9262023-09-21T19:08:12.075Z Downloaded object v0.30.4
9272023-09-21T19:08:12.078Z Downloaded tokio-util v0.7.8
9282023-09-21T19:08:12.081Z Downloaded hashbrown v0.12.3
9292023-09-21T19:08:12.084Z Downloaded clap_builder v4.4.2
9302023-09-21T19:08:12.086Z Downloaded trust-dns-resolver v0.22.0
9312023-09-21T19:08:12.089Z Downloaded aho-corasick v1.0.4
9322023-09-21T19:08:12.092Z Downloaded snafu v0.7.5
9332023-09-21T19:08:12.095Z Downloaded diesel_derives v2.1.1
9342023-09-21T19:08:12.098Z Downloaded trust-dns-client v0.22.0
9352023-09-21T19:08:12.101Z Downloaded toml_edit v0.19.15
9362023-09-21T19:08:12.104Z Downloaded crossterm v0.27.0
9372023-09-21T19:08:12.106Z Downloaded aes v0.8.3
9382023-09-21T19:08:12.109Z Downloaded rcgen v0.10.0
9392023-09-21T19:08:12.112Z Downloaded libz-sys v1.1.12
9402023-09-21T19:08:12.115Z Downloaded darling v0.14.4
9412023-09-21T19:08:12.121Z Downloaded schemars v0.8.13
9422023-09-21T19:08:12.130Z Downloaded time v0.3.27
9432023-09-21T19:08:12.146Z Downloaded url v2.4.1
9442023-09-21T19:08:12.556Z Downloaded bindgen v0.65.1
9452023-09-21T19:08:12.560Z Downloaded crossterm v0.26.1
9462023-09-21T19:08:12.563Z Downloaded hyper v0.14.27
9472023-09-21T19:08:12.568Z Downloaded zip v0.6.6
9482023-09-21T19:08:12.571Z Downloaded steno v0.4.0
9492023-09-21T19:08:12.574Z Downloaded syn v1.0.109
9502023-09-21T19:08:12.577Z Downloaded ucd-trie v0.1.6
9512023-09-21T19:08:12.580Z Downloaded toml v0.5.11
9522023-09-21T19:08:12.608Z Downloaded flate2 v1.0.27
9532023-09-21T19:08:12.613Z Downloaded rayon-core v1.11.0
9542023-09-21T19:08:12.617Z Downloaded clap v2.34.0
9552023-09-21T19:08:12.621Z Downloaded typenum v1.16.0
9562023-09-21T19:08:12.624Z Downloaded uuid v1.4.1
9572023-09-21T19:08:12.628Z Downloaded libsqlite3-sys v0.26.0
9582023-09-21T19:08:12.631Z Downloaded memchr v2.6.3
9592023-09-21T19:08:12.635Z Downloaded libm v0.2.7
9602023-09-21T19:08:12.638Z Downloaded tokio-native-tls v0.3.1
9612023-09-21T19:08:12.641Z Downloaded universal-hash v0.5.1
9622023-09-21T19:08:12.644Z Downloaded strsim v0.10.0
9632023-09-21T19:08:12.647Z Downloaded serde-hex v0.1.0
9642023-09-21T19:08:12.650Z Downloaded tracing v0.1.37
9652023-09-21T19:08:12.654Z Downloaded fatfs v0.3.6
9662023-09-21T19:08:12.657Z Downloaded darling_core v0.20.3
9672023-09-21T19:08:12.660Z Downloaded elliptic-curve v0.13.5
9682023-09-21T19:08:12.663Z Downloaded mime_guess v2.0.4
9692023-09-21T19:08:12.666Z Downloaded serde_path_to_error v0.1.14
9702023-09-21T19:08:12.669Z Downloaded yasna v0.5.2
9712023-09-21T19:08:12.673Z Downloaded futures v0.3.28
9722023-09-21T19:08:12.676Z Downloaded topological-sort v0.2.2
9732023-09-21T19:08:12.679Z Downloaded thread-id v4.2.0
9742023-09-21T19:08:12.683Z Downloaded tap v1.0.1
9752023-09-21T19:08:13.099Z Downloaded vergen v8.2.4
9762023-09-21T19:08:13.102Z Downloaded poly1305 v0.8.0
9772023-09-21T19:08:13.106Z Downloaded omicron-zone-package v0.8.3
9782023-09-21T19:08:13.110Z Downloaded futures-sink v0.3.28
9792023-09-21T19:08:13.114Z Downloaded unicode-linebreak v0.1.5
9802023-09-21T19:08:13.530Z Downloaded data-encoding v2.4.0
9812023-09-21T19:08:13.536Z Downloaded thiserror v1.0.48
9822023-09-21T19:08:13.541Z Downloaded terminal_size v0.2.6
9832023-09-21T19:08:13.548Z Downloaded termcolor v1.2.0
9842023-09-21T19:08:13.553Z Downloaded unicode-width v0.1.10
9852023-09-21T19:08:13.557Z Downloaded io-lifetimes v1.0.11
9862023-09-21T19:08:13.563Z Downloaded structmeta-derive v0.1.6
9872023-09-21T19:08:13.567Z Downloaded spki v0.7.2
9882023-09-21T19:08:13.571Z Downloaded erased-serde v0.3.30
9892023-09-21T19:08:13.576Z Downloaded env_logger v0.10.0
9902023-09-21T19:08:13.594Z Downloaded xattr v1.0.1
9912023-09-21T19:08:13.603Z Downloaded semver v0.1.20
9922023-09-21T19:08:13.631Z Downloaded rustc-hash v1.1.0
9932023-09-21T19:08:13.637Z Downloaded paste v1.0.14
9942023-09-21T19:08:13.643Z Downloaded packed_struct_codegen v0.10.1
9952023-09-21T19:08:13.648Z Downloaded packed_struct v0.10.1
9962023-09-21T19:08:13.658Z Downloaded proc-macro-error v1.0.4
9972023-09-21T19:08:13.670Z Downloaded serde_yaml v0.9.25
9982023-09-21T19:08:13.681Z Downloaded reedline v0.23.0
9992023-09-21T19:08:13.693Z Downloaded thiserror-impl v1.0.48
10002023-09-21T19:08:13.702Z Downloaded untrusted v0.7.1
10012023-09-21T19:08:13.717Z Downloaded vec_map v0.8.2
10022023-09-21T19:08:13.729Z Downloaded proc-macro-error-attr v1.0.4
10032023-09-21T19:08:13.740Z Downloaded fd-lock v3.0.13
10042023-09-21T19:08:13.754Z Downloaded darling_macro v0.14.4
10052023-09-21T19:08:14.168Z Downloaded olpc-cjson v0.1.3
10062023-09-21T19:08:14.173Z Downloaded polyval v0.6.1
10072023-09-21T19:08:14.184Z Downloaded fallible-streaming-iterator v0.1.9
10082023-09-21T19:08:14.202Z Downloaded vte v0.11.1
10092023-09-21T19:08:14.210Z Downloaded strsim v0.8.0
10102023-09-21T19:08:14.219Z Downloaded num_enum v0.5.11
10112023-09-21T19:08:14.223Z Downloaded pest_derive v2.7.2
10122023-09-21T19:08:14.227Z Downloaded platforms v3.0.2
10132023-09-21T19:08:14.230Z Downloaded toml v0.7.6
10142023-09-21T19:08:14.233Z Downloaded curve25519-dalek-derive v0.1.0
10152023-09-21T19:08:14.236Z Downloaded thiserror-impl-no-std v2.0.2
10162023-09-21T19:08:14.242Z Downloaded zerocopy v0.6.3
10172023-09-21T19:08:14.246Z Downloaded subprocess v0.2.9
10182023-09-21T19:08:14.250Z Downloaded structopt v0.3.26
10192023-09-21T19:08:14.253Z Downloaded papergrid v0.10.0
10202023-09-21T19:08:14.257Z Downloaded slog-stdlog v4.1.1
10212023-09-21T19:08:14.260Z Downloaded indexmap v1.9.3
10222023-09-21T19:08:14.263Z Downloaded unicode-segmentation v1.10.1
10232023-09-21T19:08:14.268Z Downloaded num-bigint-dig v0.8.4
10242023-09-21T19:08:14.272Z Downloaded postgres-protocol v0.6.6
10252023-09-21T19:08:14.279Z Downloaded either v1.9.0
10262023-09-21T19:08:14.283Z Downloaded dof v0.1.5
10272023-09-21T19:08:14.286Z Downloaded serde_with_macros v2.3.3
10282023-09-21T19:08:14.289Z Downloaded predicates v2.1.5
10292023-09-21T19:08:14.295Z Downloaded serde_plain v1.0.2
10302023-09-21T19:08:14.298Z Downloaded prettyplease v0.2.12
10312023-09-21T19:08:14.301Z Downloaded libxml v0.3.3
10322023-09-21T19:08:14.304Z Downloaded peeking_take_while v0.1.2
10332023-09-21T19:08:14.308Z Downloaded usdt v0.3.5
10342023-09-21T19:08:14.311Z Downloaded version_check v0.9.4
10352023-09-21T19:08:14.314Z Downloaded fastrand v2.0.0
10362023-09-21T19:08:14.318Z Downloaded tracing-attributes v0.1.26
10372023-09-21T19:08:14.321Z Downloaded tempfile v3.8.0
10382023-09-21T19:08:14.324Z Downloaded digest v0.10.7
10392023-09-21T19:08:14.355Z Downloaded structopt-derive v0.4.18
10402023-09-21T19:08:14.372Z Downloaded textwrap v0.16.0
10412023-09-21T19:08:14.386Z Downloaded const_format v0.2.31
10422023-09-21T19:08:14.390Z Downloaded parking_lot v0.12.1
10432023-09-21T19:08:14.394Z Downloaded parking_lot v0.11.2
10442023-09-21T19:08:14.397Z Downloaded usdt-attr-macro v0.3.5
10452023-09-21T19:08:14.401Z Downloaded fallible-iterator v0.2.0
10462023-09-21T19:08:14.406Z Downloaded nibble_vec v0.1.0
10472023-09-21T19:08:14.414Z Downloaded flagset v0.4.3
10482023-09-21T19:08:14.418Z Downloaded filetime v0.2.22
10492023-09-21T19:08:14.423Z Downloaded base64 v0.21.4
10502023-09-21T19:08:14.427Z Downloaded backtrace v0.3.69
10512023-09-21T19:08:14.432Z Downloaded serde_repr v0.1.16
10522023-09-21T19:08:14.436Z Downloaded anyhow v1.0.75
10532023-09-21T19:08:14.439Z Downloaded dtrace-parser v0.1.14
10542023-09-21T19:08:14.442Z Downloaded zeroize_derive v1.4.2
10552023-09-21T19:08:14.446Z Downloaded derive_builder_core v0.12.0
10562023-09-21T19:08:14.449Z Downloaded derive_builder v0.12.0
10572023-09-21T19:08:14.453Z Downloaded itertools v0.11.0
10582023-09-21T19:08:14.457Z Downloaded tiny-keccak v2.0.2
10592023-09-21T19:08:14.460Z Downloaded walkdir v2.4.0
10602023-09-21T19:08:14.463Z Downloaded futures-executor v0.3.28
10612023-09-21T19:08:14.466Z Downloaded form_urlencoded v1.2.0
10622023-09-21T19:08:14.470Z Downloaded enum-as-inner v0.5.1
10632023-09-21T19:08:14.473Z Downloaded sha-1 v0.10.1
10642023-09-21T19:08:14.477Z Downloaded toml_datetime v0.6.3
10652023-09-21T19:08:14.480Z Downloaded futures-task v0.3.28
10662023-09-21T19:08:14.484Z Downloaded heapless v0.7.16
10672023-09-21T19:08:14.489Z Downloaded trust-dns-server v0.22.1
10682023-09-21T19:08:14.493Z Downloaded crc-any v2.4.3
10692023-09-21T19:08:14.504Z Downloaded ciborium v0.2.1
10702023-09-21T19:08:14.510Z Downloaded foreign-types-shared v0.1.1
10712023-09-21T19:08:14.517Z Downloaded foreign-types v0.3.2
10722023-09-21T19:08:14.522Z Downloaded generic-array v0.14.7
10732023-09-21T19:08:14.527Z Downloaded term v0.7.0
10742023-09-21T19:08:14.532Z Downloaded synstructure v0.12.6
10752023-09-21T19:08:14.538Z Downloaded futures-io v0.3.28
10762023-09-21T19:08:14.544Z Downloaded futures-core v0.3.28
10772023-09-21T19:08:14.548Z Downloaded fs-err v2.9.0
10782023-09-21T19:08:14.557Z Downloaded tar v0.4.40
10792023-09-21T19:08:14.569Z Downloaded hashbrown v0.13.2
10802023-09-21T19:08:14.573Z Downloaded indexmap v2.0.0
10812023-09-21T19:08:14.579Z Downloaded bytes v1.5.0
10822023-09-21T19:08:14.583Z Downloaded dirs-sys-next v0.1.2
10832023-09-21T19:08:14.586Z Downloaded dirs-next v2.0.0
10842023-09-21T19:08:14.593Z Downloaded arc-swap v1.6.0
10852023-09-21T19:08:14.606Z Downloaded ena v0.14.2
10862023-09-21T19:08:14.613Z Downloaded rustls-pemfile v1.0.3
10872023-09-21T19:08:14.618Z Downloaded float-cmp v0.9.0
10882023-09-21T19:08:14.625Z Downloaded once_cell v1.18.0
10892023-09-21T19:08:14.656Z Downloaded allocator-api2 v0.2.16
10902023-09-21T19:08:14.661Z Downloaded cc v1.0.83
10912023-09-21T19:08:14.666Z Downloaded itertools v0.10.5
10922023-09-21T19:08:14.672Z Downloaded base64 v0.13.1
10932023-09-21T19:08:14.677Z Downloaded ahash v0.8.3
10942023-09-21T19:08:14.681Z Downloaded miniz_oxide v0.7.1
10952023-09-21T19:08:14.686Z Downloaded const_format_proc_macros v0.2.31
10962023-09-21T19:08:14.692Z Downloaded pem-rfc7468 v0.7.0
10972023-09-21T19:08:14.707Z Downloaded headers v0.3.9
10982023-09-21T19:08:14.715Z Downloaded ron v0.8.1
10992023-09-21T19:08:14.722Z Downloaded quick-error v1.2.3
11002023-09-21T19:08:14.731Z Downloaded funty v2.0.0
11012023-09-21T19:08:14.754Z Downloaded cancel-safe-futures v0.1.2
11022023-09-21T19:08:14.772Z Downloaded ascii v1.1.0
11032023-09-21T19:08:14.787Z Downloaded clap_derive v4.4.2
11042023-09-21T19:08:14.790Z Downloaded rand_chacha v0.3.1
11052023-09-21T19:08:14.795Z Downloaded rand_core v0.6.4
11062023-09-21T19:08:14.802Z Downloaded quote v1.0.33
11072023-09-21T19:08:14.818Z Downloaded ref-cast-impl v1.0.20
11082023-09-21T19:08:14.837Z Downloaded snafu-derive v0.7.5
11092023-09-21T19:08:14.847Z Downloaded proc-macro2 v1.0.67
11102023-09-21T19:08:14.853Z Downloaded rsa v0.9.2
11112023-09-21T19:08:14.864Z Downloaded ref-cast v1.0.20
11122023-09-21T19:08:14.870Z Downloaded pkcs8 v0.10.2
11132023-09-21T19:08:14.874Z Downloaded pkcs1 v0.7.5
11142023-09-21T19:08:14.880Z Downloaded pest_meta v2.7.2
11152023-09-21T19:08:14.885Z Downloaded rtoolbox v0.0.1
11162023-09-21T19:08:14.891Z Downloaded futures-macro v0.3.28
11172023-09-21T19:08:14.894Z Downloaded radium v0.7.0
11182023-09-21T19:08:14.897Z Downloaded r2d2 v0.8.10
11192023-09-21T19:08:14.901Z Downloaded rustfmt-wrapper v0.2.0
11202023-09-21T19:08:14.904Z Downloaded rpassword v7.2.0
11212023-09-21T19:08:14.907Z Downloaded minimal-lexical v0.2.1
11222023-09-21T19:08:14.910Z Downloaded home v0.5.5
11232023-09-21T19:08:14.914Z Downloaded backoff v0.4.0
11242023-09-21T19:08:14.917Z Downloaded assert_matches v1.5.0
11252023-09-21T19:08:14.920Z Downloaded tungstenite v0.18.0
11262023-09-21T19:08:14.923Z Downloaded http v0.2.9
11272023-09-21T19:08:14.927Z Downloaded bzip2 v0.4.4
11282023-09-21T19:08:14.930Z Downloaded base64ct v1.6.0
11292023-09-21T19:08:14.935Z Downloaded argon2 v0.5.2
11302023-09-21T19:08:14.938Z Downloaded rustix v0.38.9
11312023-09-21T19:08:14.942Z Downloaded ascii-canvas v3.0.0
11322023-09-21T19:08:14.957Z Downloaded macaddr v1.0.1
11332023-09-21T19:08:14.961Z Downloaded chacha20 v0.9.1
11342023-09-21T19:08:14.968Z Downloaded crypto-bigint v0.5.2
11352023-09-21T19:08:14.971Z Downloaded futures-channel v0.3.28
11362023-09-21T19:08:14.975Z Downloaded smallvec v1.11.0
11372023-09-21T19:08:14.980Z Downloaded slog-dtrace v0.2.3
11382023-09-21T19:08:14.990Z Downloaded bytecount v0.6.3
11392023-09-21T19:08:14.993Z Downloaded corncobs v0.1.3
11402023-09-21T19:08:14.997Z Downloaded tungstenite v0.17.3
11412023-09-21T19:08:15.000Z Downloaded crc32fast v1.3.2
11422023-09-21T19:08:15.003Z Downloaded tokio-tungstenite v0.17.2
11432023-09-21T19:08:15.006Z Downloaded schemars_derive v0.8.13
11442023-09-21T19:08:15.010Z Downloaded headers-core v0.2.0
11452023-09-21T19:08:15.019Z Downloaded rand_xorshift v0.3.0
11462023-09-21T19:08:15.023Z Downloaded libloading v0.7.4
11472023-09-21T19:08:15.026Z Downloaded cookie v0.16.2
11482023-09-21T19:08:15.030Z Downloaded buf-list v1.0.3
11492023-09-21T19:08:15.034Z Downloaded bytesize v1.3.0
11502023-09-21T19:08:15.038Z Downloaded half v1.8.2
11512023-09-21T19:08:15.041Z Downloaded usdt-impl v0.3.5
11522023-09-21T19:08:15.045Z Downloaded humantime v2.1.0
11532023-09-21T19:08:15.049Z Downloaded slog-bunyan v2.4.0
11542023-09-21T19:08:15.054Z Downloaded slog-async v2.8.0
11552023-09-21T19:08:15.058Z Downloaded shell-words v1.1.0
11562023-09-21T19:08:15.062Z Downloaded cargo-platform v0.1.3
11572023-09-21T19:08:15.067Z Downloaded ipnetwork v0.20.0
11582023-09-21T19:08:15.070Z Downloaded strum_macros v0.25.2
11592023-09-21T19:08:15.074Z Downloaded env_logger v0.9.3
11602023-09-21T19:08:15.077Z Downloaded bincode v1.3.3
11612023-09-21T19:08:15.080Z Downloaded anstream v0.5.0
11622023-09-21T19:08:15.083Z Downloaded socket2 v0.5.3
11632023-09-21T19:08:15.086Z Downloaded lock_api v0.4.10
11642023-09-21T19:08:15.089Z Downloaded itoa v1.0.9
11652023-09-21T19:08:15.092Z Downloaded crossbeam v0.8.2
11662023-09-21T19:08:15.095Z Downloaded block-buffer v0.10.4
11672023-09-21T19:08:15.098Z Downloaded serde_arrays v0.1.0
11682023-09-21T19:08:15.101Z Downloaded secrecy v0.8.0
11692023-09-21T19:08:15.104Z Downloaded ciborium-io v0.2.1
11702023-09-21T19:08:15.108Z Downloaded unicase v2.7.0
11712023-09-21T19:08:15.111Z Downloaded num-traits v0.2.16
11722023-09-21T19:08:15.114Z Downloaded async-recursion v1.0.5
11732023-09-21T19:08:15.117Z Downloaded addr2line v0.21.0
11742023-09-21T19:08:15.122Z Downloaded aead v0.5.2
11752023-09-21T19:08:15.126Z Downloaded tinyvec v1.6.0
11762023-09-21T19:08:15.131Z Downloaded lalrpop-util v0.19.12
11772023-09-21T19:08:15.134Z Downloaded bitflags v1.3.2
11782023-09-21T19:08:15.138Z Downloaded unarray v0.1.4
11792023-09-21T19:08:15.143Z Downloaded proc-macro-crate v1.3.1
11802023-09-21T19:08:15.146Z Downloaded impl-trait-for-tuples v0.2.2
11812023-09-21T19:08:15.149Z Downloaded httparse v1.8.0
11822023-09-21T19:08:15.152Z Downloaded indicatif v0.17.6
11832023-09-21T19:08:15.157Z Downloaded bit-vec v0.6.3
11842023-09-21T19:08:15.160Z Downloaded signal-hook v0.3.17
11852023-09-21T19:08:15.168Z Downloaded keccak v0.1.4
11862023-09-21T19:08:15.175Z Downloaded hyper-staticfile v0.9.5
11872023-09-21T19:08:15.192Z Downloaded cstr-argument v0.1.2
11882023-09-21T19:08:15.202Z Downloaded percent-encoding v2.3.0
11892023-09-21T19:08:15.223Z Downloaded linked-hash-map v0.5.6
11902023-09-21T19:08:15.243Z Downloaded crossbeam-epoch v0.9.15
11912023-09-21T19:08:15.254Z Downloaded convert_case v0.4.0
11922023-09-21T19:08:15.275Z Downloaded pretty-hex v0.2.1
11932023-09-21T19:08:15.289Z Downloaded bb8 v0.8.1
11942023-09-21T19:08:15.312Z Downloaded num v0.4.1
11952023-09-21T19:08:15.331Z Downloaded mime v0.3.17
11962023-09-21T19:08:15.335Z Downloaded socket2 v0.4.9
11972023-09-21T19:08:15.339Z Downloaded mockall_derive v0.11.4
11982023-09-21T19:08:15.343Z Downloaded bitflags v2.4.0
11992023-09-21T19:08:15.346Z Downloaded const-oid v0.9.5
12002023-09-21T19:08:15.350Z Downloaded serde v1.0.188
12012023-09-21T19:08:15.354Z Downloaded smf v0.2.2
12022023-09-21T19:08:15.359Z Downloaded slog-scope v4.4.0
12032023-09-21T19:08:15.364Z Downloaded slog-json v2.6.1
12042023-09-21T19:08:15.367Z Downloaded siphasher v0.3.11
12052023-09-21T19:08:15.370Z Downloaded sha2 v0.10.7
12062023-09-21T19:08:15.374Z Downloaded hyper-rustls v0.24.1
12072023-09-21T19:08:15.378Z Downloaded cipher v0.4.4
12082023-09-21T19:08:15.382Z Downloaded crunchy v0.2.2
12092023-09-21T19:08:15.385Z Downloaded signature v2.1.0
12102023-09-21T19:08:15.390Z Downloaded lru-cache v0.1.2
12112023-09-21T19:08:15.392Z Downloaded hex v0.4.3
12122023-09-21T19:08:15.397Z Downloaded slab v0.4.9
12132023-09-21T19:08:15.400Z Downloaded serde_urlencoded v0.7.1
12142023-09-21T19:08:15.404Z Downloaded crossbeam-queue v0.3.8
12152023-09-21T19:08:15.407Z Downloaded crossbeam-deque v0.8.3
12162023-09-21T19:08:15.410Z Downloaded crc-catalog v2.2.0
12172023-09-21T19:08:15.414Z Downloaded crc v3.0.1
12182023-09-21T19:08:15.424Z Downloaded cpufeatures v0.2.9
12192023-09-21T19:08:15.427Z Downloaded lazycell v1.3.0
12202023-09-21T19:08:15.433Z Downloaded inout v0.1.3
12212023-09-21T19:08:15.437Z Downloaded indoc v1.0.9
12222023-09-21T19:08:15.847Z Downloaded cfg-if v1.0.0
12232023-09-21T19:08:15.851Z Downloaded native-tls v0.2.11
12242023-09-21T19:08:15.855Z Downloaded memoffset v0.7.1
12252023-09-21T19:08:15.858Z Downloaded clang-sys v1.6.1
12262023-09-21T19:08:15.861Z Downloaded take_mut v0.2.2
12272023-09-21T19:08:15.864Z Downloaded camino v1.1.6
12282023-09-21T19:08:15.867Z Downloaded atty v0.2.14
12292023-09-21T19:08:15.871Z Downloaded anstyle-query v1.0.0
12302023-09-21T19:08:15.874Z Downloaded smawk v0.3.1
12312023-09-21T19:08:15.878Z Downloaded jobserver v0.1.26
12322023-09-21T19:08:15.881Z Downloaded adler v1.0.2
12332023-09-21T19:08:15.884Z Downloaded shlex v1.1.0
12342023-09-21T19:08:15.887Z Downloaded serde_spanned v0.6.3
12352023-09-21T19:08:15.890Z Downloaded ipnet v2.8.0
12362023-09-21T19:08:15.909Z Downloaded hubpack v0.1.2
12372023-09-21T19:08:15.912Z Downloaded ciborium-ll v0.2.1
12382023-09-21T19:08:15.915Z Downloaded camino-tempfile v1.0.2
12392023-09-21T19:08:15.918Z Downloaded linear-map v1.2.0
12402023-09-21T19:08:15.924Z Downloaded libefi-sys v0.1.0
12412023-09-21T19:08:15.927Z Downloaded iana-time-zone v0.1.57
12422023-09-21T19:08:15.931Z Downloaded hyper-tls v0.5.0
12432023-09-21T19:08:15.934Z Downloaded httpdate v1.0.3
12442023-09-21T19:08:15.937Z Downloaded cargo_metadata v0.17.0
12452023-09-21T19:08:15.940Z Downloaded bitstruct_derive v0.1.0
12462023-09-21T19:08:15.949Z Downloaded serde_derive_internals v0.26.0
12472023-09-21T19:08:15.952Z Downloaded rustls-webpki v0.101.4
12482023-09-21T19:08:15.955Z Downloaded salty v0.2.0
12492023-09-21T19:08:15.958Z Downloaded ryu v1.0.15
12502023-09-21T19:08:15.961Z Downloaded num-integer v0.1.45
12512023-09-21T19:08:15.969Z Downloaded num_enum_derive v0.5.11
12522023-09-21T19:08:15.973Z Downloaded log v0.4.20
12532023-09-21T19:08:15.976Z Compiling proc-macro2 v1.0.67
12542023-09-21T19:08:15.980Z Compiling unicode-ident v1.0.11
12552023-09-21T19:08:15.983Z Compiling libc v0.2.147
12562023-09-21T19:08:15.987Z Compiling cfg-if v1.0.0
12572023-09-21T19:08:15.990Z Compiling version_check v0.9.4
12582023-09-21T19:08:15.993Z Compiling serde v1.0.188
12592023-09-21T19:08:16.000Z Compiling autocfg v1.1.0
12602023-09-21T19:08:16.003Z Compiling syn v1.0.109
12612023-09-21T19:08:16.006Z Compiling once_cell v1.18.0
12622023-09-21T19:08:16.009Z Compiling thiserror v1.0.48
12632023-09-21T19:08:16.012Z Compiling itoa v1.0.9
12642023-09-21T19:08:16.016Z Compiling memchr v2.6.3
12652023-09-21T19:08:16.019Z Compiling log v0.4.20
12662023-09-21T19:08:16.023Z Compiling scopeguard v1.2.0
12672023-09-21T19:08:16.026Z Compiling ahash v0.8.3
12682023-09-21T19:08:16.030Z Compiling pin-project-lite v0.2.13
12692023-09-21T19:08:16.033Z Compiling serde_json v1.0.107
12702023-09-21T19:08:16.037Z Compiling ryu v1.0.15
12712023-09-21T19:08:16.040Z Compiling lock_api v0.4.10
12722023-09-21T19:08:16.043Z Compiling parking_lot_core v0.9.8
12732023-09-21T19:08:16.046Z Compiling smallvec v1.11.0
12742023-09-21T19:08:16.049Z Compiling libm v0.2.7
12752023-09-21T19:08:16.052Z Compiling quote v1.0.33
12762023-09-21T19:08:16.055Z Compiling num-traits v0.2.16
12772023-09-21T19:08:16.059Z Compiling syn v2.0.32
12782023-09-21T19:08:16.062Z Compiling jobserver v0.1.26
12792023-09-21T19:08:17.080Z Compiling getrandom v0.2.10
12802023-09-21T19:08:17.497Z Compiling num_cpus v1.16.0
12812023-09-21T19:08:17.507Z Compiling mio v0.8.8
12822023-09-21T19:08:17.515Z Compiling cc v1.0.83
12832023-09-21T19:08:17.519Z Compiling parking_lot v0.12.1
12842023-09-21T19:08:17.559Z Compiling rand_core v0.6.4
12852023-09-21T19:08:17.639Z Compiling signal-hook-registry v1.4.1
12862023-09-21T19:08:18.371Z Compiling socket2 v0.5.3
12872023-09-21T19:08:18.396Z Compiling typenum v1.16.0
12882023-09-21T19:08:19.654Z Compiling futures-core v0.3.28
12892023-09-21T19:08:19.914Z Compiling spin v0.5.2
12902023-09-21T19:08:20.493Z Compiling generic-array v0.14.7
12912023-09-21T19:08:21.423Z Compiling equivalent v1.0.1
12922023-09-21T19:08:21.472Z Compiling iana-time-zone v0.1.57
12932023-09-21T19:08:21.582Z Compiling hashbrown v0.14.0
12942023-09-21T19:08:22.078Z Compiling slab v0.4.9
12952023-09-21T19:08:22.522Z Compiling futures-task v0.3.28
12962023-09-21T19:08:22.611Z Compiling futures-channel v0.3.28
12972023-09-21T19:08:23.020Z Compiling futures-sink v0.3.28
12982023-09-21T19:08:23.091Z Compiling subtle v2.5.0
12992023-09-21T19:08:23.543Z Compiling tracing-core v0.1.31
13002023-09-21T19:08:23.567Z Compiling heck v0.4.1
13012023-09-21T19:08:23.591Z Compiling const-oid v0.9.5
13022023-09-21T19:08:24.648Z Compiling futures-util v0.3.28
13032023-09-21T19:08:24.652Z Compiling byteorder v1.4.3
13042023-09-21T19:08:25.664Z Compiling ring v0.16.20
13052023-09-21T19:08:26.202Z Compiling futures-io v0.3.28
13062023-09-21T19:08:26.348Z Compiling schemars v0.8.13
13072023-09-21T19:08:26.736Z Compiling vcpkg v0.2.15
13082023-09-21T19:08:26.830Z Compiling pin-utils v0.1.0
13092023-09-21T19:08:26.973Z Compiling pkg-config v0.3.27
13102023-09-21T19:08:27.508Z Compiling dyn-clone v1.0.13
13112023-09-21T19:08:27.603Z Compiling tinyvec_macros v0.1.1
13122023-09-21T19:08:35.731Z Compiling serde_derive_internals v0.26.0
13132023-09-21T19:08:36.449Z Compiling unicode-xid v0.2.4
13142023-09-21T19:08:36.839Z Compiling ucd-trie v0.1.6
13152023-09-21T19:08:36.981Z Compiling fnv v1.0.7
13162023-09-21T19:08:37.117Z Compiling synstructure v0.12.6
13172023-09-21T19:08:37.385Z Compiling tinyvec v1.6.0
13182023-09-21T19:08:37.504Z Compiling openssl-sys v0.9.93
13192023-09-21T19:08:37.734Z Compiling indexmap v1.9.3
13202023-09-21T19:08:37.806Z Compiling untrusted v0.7.1
13212023-09-21T19:08:37.892Z Compiling unicode-normalization v0.1.22
13222023-09-21T19:08:37.973Z Compiling socket2 v0.4.9
13232023-09-21T19:08:38.498Z Compiling httparse v1.8.0
13242023-09-21T19:08:38.615Z Compiling hashbrown v0.12.3
13252023-09-21T19:08:38.705Z Compiling crossbeam-utils v0.8.16
13262023-09-21T19:08:38.798Z Compiling unicode-bidi v0.3.13
13272023-09-21T19:08:38.956Z Compiling allocator-api2 v0.2.16
13282023-09-21T19:08:38.976Z Compiling hashbrown v0.13.2
13292023-09-21T19:08:39.094Z Compiling serde_derive v1.0.188
13302023-09-21T19:08:39.151Z Compiling thiserror-impl v1.0.48
13312023-09-21T19:08:39.364Z Compiling tokio-macros v2.1.0
13322023-09-21T19:08:39.489Z Compiling zeroize_derive v1.4.2
13332023-09-21T19:08:39.579Z Compiling schemars_derive v0.8.13
13342023-09-21T19:08:39.994Z Compiling tracing-attributes v0.1.26
13352023-09-21T19:08:39.999Z Compiling futures-macro v0.3.28
13362023-09-21T19:08:40.719Z Compiling zerocopy-derive v0.2.0
13372023-09-21T19:08:40.832Z Compiling zeroize v1.6.0
13382023-09-21T19:08:43.272Z Compiling pest v2.7.2
13392023-09-21T19:08:43.522Z Compiling percent-encoding v2.3.0
13402023-09-21T19:08:43.855Z Compiling foreign-types-shared v0.1.1
13412023-09-21T19:08:43.971Z Compiling block-buffer v0.10.4
13422023-09-21T19:08:44.020Z Compiling crypto-common v0.1.6
13432023-09-21T19:08:44.276Z Compiling tracing v0.1.37
13442023-09-21T19:08:44.328Z Compiling digest v0.10.7
13452023-09-21T19:08:44.331Z Compiling unicode-width v0.1.10
13462023-09-21T19:08:44.374Z Compiling adler v1.0.2
13472023-09-21T19:08:44.594Z Compiling openssl v0.10.57
13482023-09-21T19:08:44.856Z Compiling rustls v0.21.7
13492023-09-21T19:08:45.105Z Compiling base64 v0.21.4
13502023-09-21T19:08:45.164Z Compiling try-lock v0.2.4
13512023-09-21T19:08:45.795Z Compiling bitflags v1.3.2
13522023-09-21T19:08:45.813Z Compiling want v0.3.1
13532023-09-21T19:08:45.824Z Compiling miniz_oxide v0.7.1
13542023-09-21T19:08:45.841Z Compiling foreign-types v0.3.2
13552023-09-21T19:08:45.853Z Compiling rustls-webpki v0.101.4
13562023-09-21T19:08:45.992Z Compiling sct v0.7.0
13572023-09-21T19:08:46.849Z Compiling regress v0.7.1
13582023-09-21T19:08:47.046Z Compiling openssl-macros v0.1.1
13592023-09-21T19:08:48.117Z Compiling pest_meta v2.7.2
13602023-09-21T19:08:52.849Z Compiling pest_generator v2.7.2
13612023-09-21T19:08:54.048Z Compiling backtrace v0.3.69
13622023-09-21T19:08:54.293Z Compiling errno v0.3.2
13632023-09-21T19:08:54.611Z Compiling usdt-impl v0.3.5
13642023-09-21T19:08:54.653Z Compiling tower-service v0.3.2
13652023-09-21T19:08:55.323Z Compiling native-tls v0.2.11
13662023-09-21T19:08:55.763Z Compiling gimli v0.28.0
13672023-09-21T19:08:56.195Z Compiling cpufeatures v0.2.9
13682023-09-21T19:08:56.205Z Compiling winnow v0.5.15
13692023-09-21T19:08:56.221Z Compiling httpdate v1.0.3
13702023-09-21T19:08:56.232Z Compiling pest_derive v2.7.2
13712023-09-21T19:08:56.309Z Compiling form_urlencoded v1.2.0
13722023-09-21T19:08:56.587Z Compiling aho-corasick v1.0.4
13732023-09-21T19:08:56.974Z Compiling lazy_static v1.4.0
13742023-09-21T19:08:57.209Z Compiling object v0.32.1
13752023-09-21T19:08:57.298Z Compiling ppv-lite86 v0.2.17
13762023-09-21T19:08:58.725Z Compiling openssl-probe v0.1.5
13772023-09-21T19:08:59.549Z Compiling rustc-demangle v0.1.23
13782023-09-21T19:09:01.485Z Compiling regex-syntax v0.7.5
13792023-09-21T19:09:02.529Z Compiling bytes v1.5.0
13802023-09-21T19:09:03.021Z Compiling indexmap v2.0.0
13812023-09-21T19:09:04.102Z Compiling tokio v1.32.0
13822023-09-21T19:09:05.159Z Compiling chrono v0.4.30
13832023-09-21T19:09:07.093Z Compiling uuid v1.4.1
13842023-09-21T19:09:09.072Z Compiling bitflags v2.4.0
13852023-09-21T19:09:10.124Z Compiling http v0.2.9
13862023-09-21T19:09:12.357Z Compiling serde_tokenstream v0.2.0
13872023-09-21T19:09:14.093Z Compiling http-body v0.4.5
13882023-09-21T19:09:14.313Z Compiling serde_spanned v0.6.3
13892023-09-21T19:09:14.408Z Compiling toml_datetime v0.6.3
13902023-09-21T19:09:15.058Z Compiling toml_edit v0.19.15
13912023-09-21T19:09:18.583Z Compiling tokio-util v0.7.8
13922023-09-21T19:09:20.433Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
13932023-09-21T19:09:22.577Z Compiling h2 v0.3.21
13942023-09-21T19:09:22.619Z Compiling addr2line v0.21.0
13952023-09-21T19:09:27.997Z Compiling anyhow v1.0.75
13962023-09-21T19:09:28.002Z Compiling slog v2.7.0
13972023-09-21T19:09:28.008Z Compiling zerocopy v0.3.0
13982023-09-21T19:09:28.083Z Compiling proc-macro-crate v1.3.1
13992023-09-21T19:09:28.459Z Compiling tokio-rustls v0.24.1
14002023-09-21T19:09:29.182Z Compiling regex-automata v0.3.8
14012023-09-21T19:09:29.557Z Compiling rand_chacha v0.3.1
14022023-09-21T19:09:33.957Z Compiling strsim v0.10.0
14032023-09-21T19:09:34.990Z Compiling ident_case v1.0.1
14042023-09-21T19:09:35.258Z Compiling hyper v0.14.27
14052023-09-21T19:09:38.874Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
14062023-09-21T19:09:50.461Z Compiling time-core v0.1.1
14072023-09-21T19:09:51.086Z Compiling time-macros v0.2.13
14082023-09-21T19:09:52.269Z Compiling regex v1.9.5
14092023-09-21T19:09:52.526Z Compiling darling_core v0.20.3
14102023-09-21T19:09:52.814Z Compiling tokio-native-tls v0.3.1
14112023-09-21T19:09:53.037Z Compiling rand v0.8.5
14122023-09-21T19:09:53.150Z Compiling num_enum_derive v0.5.11
14132023-09-21T19:09:53.283Z Compiling dof v0.1.5
14142023-09-21T19:09:53.410Z Compiling serde_urlencoded v0.7.1
14152023-09-21T19:09:53.555Z Compiling dtrace-parser v0.1.14
14162023-09-21T19:09:53.721Z Compiling crossbeam-channel v0.5.8
14172023-09-21T19:09:53.970Z Compiling rustls-pemfile v1.0.3
14182023-09-21T19:09:54.113Z Compiling idna v0.4.0
14192023-09-21T19:09:54.697Z Compiling atty v0.2.14
14202023-09-21T19:09:54.902Z Compiling thread-id v4.2.0
14212023-09-21T19:09:55.169Z Compiling proc-macro-error-attr v1.0.4
14222023-09-21T19:09:55.745Z Compiling async-trait v0.1.73
14232023-09-21T19:09:55.804Z Compiling num_threads v0.1.6
14242023-09-21T19:09:55.885Z Compiling rustix v0.38.9
14252023-09-21T19:09:56.121Z Compiling deranged v0.3.8
14262023-09-21T19:09:57.627Z Compiling darling_macro v0.20.3
14272023-09-21T19:09:59.414Z Compiling time v0.3.27
14282023-09-21T19:10:01.521Z Compiling url v2.4.1
14292023-09-21T19:10:02.999Z Compiling num_enum v0.5.11
14302023-09-21T19:10:03.296Z Compiling hyper-tls v0.5.0
14312023-09-21T19:10:03.911Z Compiling hyper-rustls v0.24.1
14322023-09-21T19:10:04.551Z Compiling ipnetwork v0.20.0
14332023-09-21T19:10:10.446Z Compiling serde_tokenstream v0.1.7
14342023-09-21T19:10:11.723Z Compiling hmac v0.12.1
14352023-09-21T19:10:12.004Z Compiling dirs-sys-next v0.1.2
14362023-09-21T19:10:13.081Z Compiling proc-macro-error v1.0.4
14372023-09-21T19:10:13.508Z Compiling encoding_rs v0.8.33
14382023-09-21T19:10:15.808Z Compiling ipnet v2.8.0
14392023-09-21T19:10:16.732Z Compiling rustversion v1.0.14
14402023-09-21T19:10:17.828Z Compiling mime v0.3.17
14412023-09-21T19:10:19.987Z Compiling webpki-roots v0.25.2
14422023-09-21T19:10:20.265Z Compiling reqwest v0.11.20
14432023-09-21T19:10:20.456Z Compiling getopts v0.2.21
14442023-09-21T19:10:27.090Z Compiling dirs-next v2.0.0
14452023-09-21T19:10:32.732Z Compiling darling v0.20.3
14462023-09-21T19:10:38.339Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
14472023-09-21T19:10:38.501Z Compiling openapiv3 v1.0.3
14482023-09-21T19:10:54.045Z Compiling sha2 v0.10.7
14492023-09-21T19:10:54.402Z Compiling md-5 v0.10.5
14502023-09-21T19:10:54.821Z Compiling structmeta-derive v0.1.6
14512023-09-21T19:10:59.190Z Compiling stringprep v0.1.3
14522023-09-21T19:11:00.503Z Compiling thread_local v1.1.7
14532023-09-21T19:11:01.811Z Compiling siphasher v0.3.11
14542023-09-21T19:11:02.635Z Compiling fallible-iterator v0.2.0
14552023-09-21T19:11:04.026Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14562023-09-21T19:11:04.505Z Compiling semver v1.0.18
14572023-09-21T19:11:04.953Z Compiling camino v1.1.6
14582023-09-21T19:11:05.155Z Compiling match_cfg v0.1.0
14592023-09-21T19:11:05.304Z Compiling slog-async v2.8.0
14602023-09-21T19:11:05.779Z Compiling unsafe-libyaml v0.2.9
14612023-09-21T19:11:05.981Z Compiling paste v1.0.14
14622023-09-21T19:11:06.701Z Compiling hostname v0.3.1
14632023-09-21T19:11:07.324Z Compiling postgres-protocol v0.6.6
14642023-09-21T19:11:07.332Z Compiling phf_shared v0.11.2
14652023-09-21T19:11:08.907Z Compiling serde_yaml v0.9.25
14662023-09-21T19:11:09.555Z Compiling structmeta v0.1.6
14672023-09-21T19:11:10.253Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
14682023-09-21T19:11:13.063Z Compiling serde_with_macros v2.3.3
14692023-09-21T19:11:15.565Z Compiling toml v0.7.6
14702023-09-21T19:11:16.924Z Compiling term v0.7.0
14712023-09-21T19:11:23.749Z Compiling usdt-attr-macro v0.3.5
14722023-09-21T19:11:25.051Z Compiling usdt-macro v0.3.5
14732023-09-21T19:11:25.103Z Compiling slog-json v2.6.1
14742023-09-21T19:11:25.285Z Compiling futures-executor v0.3.28
14752023-09-21T19:11:25.936Z Compiling async-stream-impl v0.3.5
14762023-09-21T19:11:26.842Z Compiling memoffset v0.9.0
14772023-09-21T19:11:27.276Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069)
14782023-09-21T19:11:27.300Z Compiling regex-syntax v0.6.29
14792023-09-21T19:11:27.708Z Compiling take_mut v0.2.2
14802023-09-21T19:11:27.935Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14812023-09-21T19:11:28.037Z Compiling atomic-waker v1.1.1
14822023-09-21T19:11:28.311Z Compiling postcard-cobs v0.1.5-pre
14832023-09-21T19:11:28.339Z Compiling managed v0.8.0
14842023-09-21T19:11:29.027Z Compiling postcard v0.7.3
14852023-09-21T19:11:29.205Z Compiling smoltcp v0.8.2
14862023-09-21T19:11:29.574Z Compiling waitgroup v0.1.2
14872023-09-21T19:11:29.965Z Compiling async-stream v0.3.5
14882023-09-21T19:11:30.917Z Compiling usdt v0.3.5
14892023-09-21T19:11:35.789Z Compiling futures v0.3.28
14902023-09-21T19:11:35.969Z Compiling slog-bunyan v2.4.0
14912023-09-21T19:11:36.370Z Compiling strum_macros v0.25.2
14922023-09-21T19:11:37.053Z Compiling parse-display-derive v0.7.0
14932023-09-21T19:11:42.591Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
14942023-09-21T19:11:43.246Z Compiling slog-term v2.9.0
14952023-09-21T19:11:48.243Z Compiling serde_with v2.3.3
14962023-09-21T19:11:48.710Z Compiling postgres-types v0.2.6
14972023-09-21T19:11:49.571Z Compiling phf v0.11.2
14982023-09-21T19:11:54.404Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
14992023-09-21T19:11:56.474Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069)
15002023-09-21T19:11:56.477Z Compiling hex v0.4.3
15012023-09-21T19:11:56.480Z Compiling serde_path_to_error v0.1.14
15022023-09-21T19:11:56.711Z Compiling sha1 v0.10.5
15032023-09-21T19:11:57.279Z Compiling foreign-types-macros v0.2.3
15042023-09-21T19:11:57.803Z Compiling zerocopy-derive v0.6.3
15052023-09-21T19:11:57.898Z Compiling crossbeam-epoch v0.9.15
15062023-09-21T19:11:58.221Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15072023-09-21T19:11:58.507Z Compiling instant v0.1.12
15082023-09-21T19:11:58.632Z Compiling foreign-types-shared v0.3.1
15092023-09-21T19:11:58.738Z Compiling whoami v1.4.1
15102023-09-21T19:11:58.825Z Compiling either v1.9.0
15112023-09-21T19:11:59.162Z Compiling io-lifetimes v1.0.11
15122023-09-21T19:11:59.344Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15132023-09-21T19:11:59.369Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15142023-09-21T19:11:59.729Z Compiling debug-ignore v1.0.5
15152023-09-21T19:11:59.752Z Compiling cfg-if v0.1.10
15162023-09-21T19:11:59.899Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15172023-09-21T19:12:00.329Z Compiling foreign-types v0.5.0
15182023-09-21T19:12:00.352Z Compiling tokio-postgres v0.7.10
15192023-09-21T19:12:00.491Z Compiling backoff v0.4.0
15202023-09-21T19:12:00.903Z Compiling zerocopy v0.6.3
15212023-09-21T19:12:01.393Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15222023-09-21T19:12:01.653Z Compiling parse-display v0.7.0
15232023-09-21T19:12:01.981Z Compiling strum v0.25.0
15242023-09-21T19:12:02.773Z Compiling is-terminal v0.4.9
15252023-09-21T19:12:02.816Z Compiling macaddr v1.0.1
15262023-09-21T19:12:03.021Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15272023-09-21T19:12:04.057Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15282023-09-21T19:12:04.200Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15292023-09-21T19:12:05.228Z Compiling cstr-argument v0.1.2
15302023-09-21T19:12:05.341Z Compiling unicode-segmentation v1.10.1
15312023-09-21T19:12:05.614Z Compiling rustix v0.37.23
15322023-09-21T19:12:06.367Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15332023-09-21T19:12:06.485Z Compiling base64ct v1.6.0
15342023-09-21T19:12:06.779Z Compiling pretty-hex v0.2.1
15352023-09-21T19:12:07.021Z Compiling heck v0.3.3
15362023-09-21T19:12:07.146Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15372023-09-21T19:12:07.569Z Compiling password-hash v0.5.0
15382023-09-21T19:12:07.758Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15392023-09-21T19:12:08.420Z Compiling colored v2.0.4
15402023-09-21T19:12:11.028Z Compiling blake2 v0.10.6
15412023-09-21T19:12:11.130Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
15422023-09-21T19:12:11.423Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15432023-09-21T19:12:11.447Z Compiling textwrap v0.11.0
15442023-09-21T19:12:11.700Z Compiling libefi-sys v0.1.0
15452023-09-21T19:12:12.105Z Compiling strsim v0.8.0
15462023-09-21T19:12:13.236Z Compiling vec_map v0.8.2
15472023-09-21T19:12:13.302Z Compiling rayon-core v1.11.0
15482023-09-21T19:12:13.706Z Compiling ansi_term v0.12.1
15492023-09-21T19:12:13.748Z Compiling crc32fast v1.3.2
15502023-09-21T19:12:14.391Z Compiling utf8parse v0.2.1
15512023-09-21T19:12:14.576Z Compiling clap v2.34.0
15522023-09-21T19:12:14.695Z Compiling anstyle-parse v0.2.1
15532023-09-21T19:12:15.318Z Compiling argon2 v0.5.2
15542023-09-21T19:12:15.347Z Compiling crossbeam-deque v0.8.3
15552023-09-21T19:12:18.204Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15562023-09-21T19:12:19.877Z Compiling structopt-derive v0.4.18
15572023-09-21T19:12:22.599Z Compiling itertools v0.10.5
15582023-09-21T19:12:23.907Z Compiling zone_cfg_derive v0.2.0
15592023-09-21T19:12:24.403Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15602023-09-21T19:12:25.170Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15612023-09-21T19:12:25.719Z Compiling portable-atomic v1.4.3
15622023-09-21T19:12:26.065Z Compiling anstyle v1.0.2
15632023-09-21T19:12:27.028Z Compiling colorchoice v1.0.0
15642023-09-21T19:12:27.068Z Compiling anstyle-query v1.0.0
15652023-09-21T19:12:27.257Z Compiling keccak v0.1.4
15662023-09-21T19:12:27.292Z Compiling anstream v0.5.0
15672023-09-21T19:12:28.035Z Compiling sha3 v0.10.8
15682023-09-21T19:12:28.929Z Compiling zone v0.2.0
15692023-09-21T19:12:29.403Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
15702023-09-21T19:12:29.496Z Compiling structopt v0.3.26
15712023-09-21T19:12:29.722Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
15722023-09-21T19:12:30.277Z Compiling terminal_size v0.2.6
15732023-09-21T19:12:30.595Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
15742023-09-21T19:12:35.902Z Compiling hkdf v0.12.3
15752023-09-21T19:12:57.572Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15762023-09-21T19:12:57.846Z Compiling smf v0.2.2
15772023-09-21T19:12:58.102Z Compiling secrecy v0.8.0
15782023-09-21T19:12:58.489Z Compiling filetime v0.2.22
15792023-09-21T19:12:58.605Z Compiling xattr v1.0.1
15802023-09-21T19:12:59.134Z Compiling clap_lex v0.5.1
15812023-09-21T19:12:59.318Z Compiling same-file v1.0.6
15822023-09-21T19:12:59.441Z Compiling fastrand v2.0.0
15832023-09-21T19:12:59.617Z Compiling walkdir v2.4.0
15842023-09-21T19:12:59.804Z Compiling tempfile v3.8.0
15852023-09-21T19:12:59.930Z Compiling clap_builder v4.4.2
15862023-09-21T19:13:00.084Z Compiling tar v0.4.40
15872023-09-21T19:13:00.239Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
15882023-09-21T19:13:00.519Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
15892023-09-21T19:13:00.833Z Compiling flate2 v1.0.27
15902023-09-21T19:13:01.067Z Compiling rayon v1.7.0
15912023-09-21T19:13:01.143Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
15922023-09-21T19:13:01.177Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
15932023-09-21T19:13:01.197Z Compiling console v0.15.7
15942023-09-21T19:13:01.211Z Compiling clap_derive v4.4.2
15952023-09-21T19:13:01.228Z Compiling number_prefix v0.4.0
15962023-09-21T19:13:01.238Z Compiling fixedbitset v0.4.2
15972023-09-21T19:13:01.267Z Compiling petgraph v0.6.4
15982023-09-21T19:13:01.414Z Compiling indicatif v0.17.6
15992023-09-21T19:13:01.523Z Compiling clap v4.4.3
16002023-09-21T19:13:01.695Z Compiling omicron-zone-package v0.8.3
16012023-09-21T19:13:01.817Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16022023-09-21T19:13:02.019Z Compiling topological-sort v0.2.2
16032023-09-21T19:13:03.270Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16042023-09-21T19:13:45.182Z Finished release [optimized] target(s) in 6m 05s
16052023-09-21T19:13:45.429Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu`
16062023-09-21T19:13:45.515ZCreated new build target 'test' and set it as active
16072023-09-21T19:13:45.518Z
16082023-09-21T19:13:45.522Zreal 6:05.559213900
16092023-09-21T19:13:45.526Zuser 39:09.690026262
16102023-09-21T19:13:45.529Zsys 2:58.501490995
16112023-09-21T19:13:45.539Ztrap 1.565411926
16122023-09-21T19:13:45.561Ztflt 3.421856163
16132023-09-21T19:13:45.571Zdflt 3.238538528
16142023-09-21T19:13:45.582Zkflt 0.060515336
16152023-09-21T19:13:45.596Zlock 1:32:12.983840945
16162023-09-21T19:13:45.605Zslp 1:52:01.466798223
16172023-09-21T19:13:45.610Zlat 1:44.198610730
16182023-09-21T19:13:45.614Zstop 2:20.409770104
16192023-09-21T19:13:45.618Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16202023-09-21T19:13:46.599Z Finished release [optimized] target(s) in 0.99s
16212023-09-21T19:13:46.626Z Running `target/release/omicron-package -t test package`
16222023-09-21T19:13:46.664ZSep 21 19:13:46.672 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "switch": "softnpu"})
16232023-09-21T19:13:47.785Z Compiling serde v1.0.188
16242023-09-21T19:13:47.810Z Compiling serde_json v1.0.107
16252023-09-21T19:13:47.826Z Compiling chrono v0.4.30
16262023-09-21T19:13:47.829Z Compiling uuid v1.4.1
16272023-09-21T19:13:47.866Z Compiling syn v2.0.32
16282023-09-21T19:13:47.884Z Compiling semver v1.0.18
16292023-09-21T19:13:47.888Z Compiling lock_api v0.4.10
16302023-09-21T19:13:47.891Z Compiling parking_lot_core v0.9.8
16312023-09-21T19:13:47.921Z Compiling smallvec v1.11.0
16322023-09-21T19:13:47.975Z Compiling scopeguard v1.2.0
16332023-09-21T19:13:48.073Z Compiling tinyvec_macros v0.1.1
16342023-09-21T19:13:48.187Z Compiling tinyvec v1.6.0
16352023-09-21T19:13:48.684Z Compiling num-integer v0.1.45
16362023-09-21T19:13:48.840Z Compiling percent-encoding v2.3.0
16372023-09-21T19:13:49.090Z Compiling unicode-bidi v0.3.13
16382023-09-21T19:13:49.331Z Compiling parking_lot v0.12.1
16392023-09-21T19:13:49.541Z Compiling form_urlencoded v1.2.0
16402023-09-21T19:13:50.726Z Compiling num-iter v0.1.43
16412023-09-21T19:13:50.881Z Compiling schemars v0.8.13
16422023-09-21T19:13:51.120Z Compiling reqwest v0.11.20
16432023-09-21T19:13:51.225Z Compiling openapiv3 v1.0.3
16442023-09-21T19:13:51.859Z Compiling usdt-impl v0.3.5
16452023-09-21T19:13:53.548Z Compiling slog-json v2.6.1
16462023-09-21T19:13:54.351Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
16472023-09-21T19:13:56.653Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
16482023-09-21T19:13:58.529Z Compiling ipnetwork v0.20.0
16492023-09-21T19:13:59.523Z Compiling indexmap v2.0.0
16502023-09-21T19:14:04.450Z Compiling serde_tokenstream v0.2.0
16512023-09-21T19:14:06.692Z Compiling serde_yaml v0.9.25
16522023-09-21T19:14:11.477Z Compiling serde_tokenstream v0.1.7
16532023-09-21T19:14:13.395Z Compiling slog-bunyan v2.4.0
16542023-09-21T19:14:17.915Z Compiling usdt-attr-macro v0.3.5
16552023-09-21T19:14:38.619Z Compiling usdt-macro v0.3.5
16562023-09-21T19:14:39.056Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069)
16572023-09-21T19:14:39.064Z Compiling postgres-types v0.2.6
16582023-09-21T19:14:39.138Z Compiling toml_datetime v0.6.3
16592023-09-21T19:14:39.147Z Compiling usdt v0.3.5
16602023-09-21T19:14:39.156Z Compiling serde_spanned v0.6.3
16612023-09-21T19:14:39.162Z Compiling toml_edit v0.19.15
16622023-09-21T19:14:39.174Z Compiling tokio-postgres v0.7.10
16632023-09-21T19:14:39.185Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069)
16642023-09-21T19:14:39.195Z Compiling proc-macro-crate v1.3.1
16652023-09-21T19:14:39.205Z Compiling unicode-normalization v0.1.22
16662023-09-21T19:14:39.214Z Compiling idna v0.4.0
16672023-09-21T19:14:39.223Z Compiling rustc_version v0.4.0
16682023-09-21T19:14:39.232Z Compiling num_enum_derive v0.5.11
16692023-09-21T19:14:39.247Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
16702023-09-21T19:14:39.256Z Compiling url v2.4.1
16712023-09-21T19:14:39.279Z Compiling pin-project-lite v0.2.13
16722023-09-21T19:14:39.288Z Compiling linked-hash-map v0.5.6
16732023-09-21T19:14:39.295Z Compiling num_enum v0.5.11
16742023-09-21T19:14:39.299Z Compiling lru-cache v0.1.2
16752023-09-21T19:14:39.303Z Compiling ring v0.16.20
16762023-09-21T19:14:39.311Z Compiling data-encoding v2.4.0
16772023-09-21T19:14:39.319Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716)
16782023-09-21T19:14:39.324Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
16792023-09-21T19:14:39.749Z Compiling rustix v0.38.9
16802023-09-21T19:14:39.756Z Compiling futures-core v0.3.28
16812023-09-21T19:14:40.406Z Compiling errno v0.3.2
16822023-09-21T19:14:40.410Z Compiling bitflags v2.4.0
16832023-09-21T19:14:40.523Z Compiling matches v0.1.10
16842023-09-21T19:14:40.641Z Compiling anyhow v1.0.75
16852023-09-21T19:14:41.915Z Compiling idna v0.2.3
16862023-09-21T19:14:45.670Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
16872023-09-21T19:14:48.233Z Compiling enum-as-inner v0.5.1
16882023-09-21T19:14:49.718Z Compiling num_cpus v1.16.0
16892023-09-21T19:14:49.896Z Compiling mio v0.8.8
16902023-09-21T19:14:50.033Z Compiling signal-hook-registry v1.4.1
16912023-09-21T19:14:51.146Z Compiling socket2 v0.5.3
16922023-09-21T19:14:51.717Z Compiling spin v0.5.2
16932023-09-21T19:14:52.485Z Compiling untrusted v0.7.1
16942023-09-21T19:14:52.553Z Compiling tokio v1.32.0
16952023-09-21T19:14:58.233Z Compiling trust-dns-proto v0.22.0
16962023-09-21T19:15:07.439Z Compiling futures-task v0.3.28
16972023-09-21T19:15:07.492Z Compiling slab v0.4.9
16982023-09-21T19:15:07.648Z Compiling tracing-core v0.1.31
16992023-09-21T19:15:08.401Z Compiling slog-dtrace v0.2.3
17002023-09-21T19:15:08.802Z Compiling futures-util v0.3.28
17012023-09-21T19:15:09.282Z Compiling tracing v0.1.37
17022023-09-21T19:15:10.395Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17032023-09-21T19:15:10.492Z Compiling indexmap v1.9.3
17042023-09-21T19:15:10.503Z Compiling base64 v0.13.1
17052023-09-21T19:15:11.404Z Compiling quick-error v1.2.3
17062023-09-21T19:15:11.629Z Compiling pin-utils v0.1.0
17072023-09-21T19:15:11.776Z Compiling futures-sink v0.3.28
17082023-09-21T19:15:11.979Z Compiling futures-channel v0.3.28
17092023-09-21T19:15:11.990Z Compiling hashbrown v0.12.3
17102023-09-21T19:15:12.477Z Compiling tokio-util v0.7.8
17112023-09-21T19:15:14.410Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566)
17122023-09-21T19:15:14.708Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17132023-09-21T19:15:15.313Z Compiling resolv-conf v0.7.0
17142023-09-21T19:15:18.147Z Compiling rustls-webpki v0.101.4
17152023-09-21T19:15:18.568Z Compiling sct v0.7.0
17162023-09-21T19:15:19.128Z Compiling rustls v0.21.7
17172023-09-21T19:15:19.151Z Compiling httparse v1.8.0
17182023-09-21T19:15:19.171Z Compiling lazy_static v1.4.0
17192023-09-21T19:15:19.374Z Compiling try-lock v0.2.4
17202023-09-21T19:15:19.574Z Compiling want v0.3.1
17212023-09-21T19:15:22.010Z Compiling h2 v0.3.21
17222023-09-21T19:15:22.210Z Compiling trust-dns-resolver v0.22.0
17232023-09-21T19:15:27.546Z Compiling http-body v0.4.5
17242023-09-21T19:15:27.760Z Compiling socket2 v0.4.9
17252023-09-21T19:15:28.245Z Compiling bitflags v1.3.2
17262023-09-21T19:15:28.395Z Compiling tower-service v0.3.2
17272023-09-21T19:15:28.562Z Compiling httpdate v1.0.3
17282023-09-21T19:15:29.073Z Compiling tokio-rustls v0.24.1
17292023-09-21T19:15:29.177Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client)
17302023-09-21T19:15:29.654Z Compiling base64 v0.21.4
17312023-09-21T19:15:30.798Z Compiling hyper v0.14.27
17322023-09-21T19:15:33.329Z Compiling static_assertions v1.1.0
17332023-09-21T19:15:33.474Z Compiling radium v0.7.0
17342023-09-21T19:15:34.014Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17352023-09-21T19:15:34.116Z Compiling rustls-pemfile v1.0.3
17362023-09-21T19:15:34.650Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
17372023-09-21T19:15:35.428Z Compiling serde_urlencoded v0.7.1
17382023-09-21T19:15:36.282Z Compiling encoding_rs v0.8.33
17392023-09-21T19:15:36.581Z Compiling same-file v1.0.6
17402023-09-21T19:15:36.922Z Compiling webpki-roots v0.25.2
17412023-09-21T19:15:37.186Z Compiling ipnet v2.8.0
17422023-09-21T19:15:39.001Z Compiling hyper-rustls v0.24.1
17432023-09-21T19:15:39.136Z Compiling mime v0.3.17
17442023-09-21T19:15:39.511Z Compiling termcolor v1.2.0
17452023-09-21T19:15:39.970Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17462023-09-21T19:15:40.567Z Compiling tap v1.0.1
17472023-09-21T19:15:40.771Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17482023-09-21T19:15:40.848Z Compiling wyz v0.5.1
17492023-09-21T19:15:41.356Z Compiling walkdir v2.4.0
17502023-09-21T19:15:41.406Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17512023-09-21T19:15:41.603Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
17522023-09-21T19:15:41.725Z Compiling crc32fast v1.3.2
17532023-09-21T19:15:41.809Z Compiling semver-parser v0.10.2
17542023-09-21T19:15:42.435Z Compiling memoffset v0.7.1
17552023-09-21T19:15:42.454Z Compiling funty v2.0.0
17562023-09-21T19:15:42.526Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17572023-09-21T19:15:42.698Z Compiling fastrand v2.0.0
17582023-09-21T19:15:42.836Z Compiling adler v1.0.2
17592023-09-21T19:15:42.920Z Compiling cancel-safe-futures v0.1.2
17602023-09-21T19:15:43.145Z Compiling miniz_oxide v0.7.1
17612023-09-21T19:15:43.393Z Compiling tempfile v3.8.0
17622023-09-21T19:15:43.505Z Compiling semver v0.11.0
17632023-09-21T19:15:44.622Z Compiling bitvec v1.0.1
17642023-09-21T19:15:45.027Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17652023-09-21T19:15:45.369Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17662023-09-21T19:15:45.382Z Compiling libz-sys v1.1.12
17672023-09-21T19:15:46.159Z Compiling filetime v0.2.22
17682023-09-21T19:15:47.011Z Compiling xattr v1.0.1
17692023-09-21T19:15:47.026Z Compiling num-rational v0.4.1
17702023-09-21T19:15:47.390Z Compiling utf-8 v0.7.6
17712023-09-21T19:15:47.465Z Compiling home v0.5.5
17722023-09-21T19:15:47.827Z Compiling toolchain_find v0.2.0
17732023-09-21T19:15:48.390Z Compiling tar v0.4.40
17742023-09-21T19:15:48.619Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125)
17752023-09-21T19:15:49.839Z Compiling flate2 v1.0.27
17762023-09-21T19:15:52.079Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client)
17772023-09-21T19:15:52.195Z Compiling toml v0.7.6
17782023-09-21T19:15:52.977Z Compiling toml v0.5.11
17792023-09-21T19:15:53.516Z Compiling pem-rfc7468 v0.7.0
17802023-09-21T19:16:02.963Z Compiling der_derive v0.7.2
17812023-09-21T19:16:03.047Z Compiling flagset v0.4.3
17822023-09-21T19:16:03.091Z Compiling rustfmt-wrapper v0.2.0
17832023-09-21T19:16:03.138Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17842023-09-21T19:16:03.168Z Compiling omicron-zone-package v0.8.3
17852023-09-21T19:16:03.185Z Compiling der v0.7.8
17862023-09-21T19:16:03.198Z Compiling fxhash v0.2.1
17872023-09-21T19:16:03.212Z Compiling num-complex v0.4.4
17882023-09-21T19:16:03.414Z Compiling libgit2-sys v0.15.2+1.6.4
17892023-09-21T19:16:03.597Z Compiling unicase v2.7.0
17902023-09-21T19:16:03.960Z Compiling either v1.9.0
17912023-09-21T19:16:04.147Z Compiling num v0.4.1
17922023-09-21T19:16:04.265Z Compiling spki v0.7.2
17932023-09-21T19:16:04.489Z Compiling itertools v0.11.0
17942023-09-21T19:16:04.576Z Compiling inout v0.1.3
17952023-09-21T19:16:05.073Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17962023-09-21T19:16:05.160Z Compiling half v1.8.2
17972023-09-21T19:16:05.185Z Compiling maybe-uninit v2.0.0
17982023-09-21T19:16:05.406Z Compiling ciborium-io v0.2.1
17992023-09-21T19:16:05.582Z Compiling arc-swap v1.6.0
18002023-09-21T19:16:05.836Z Compiling signal-hook v0.3.17
18012023-09-21T19:16:06.276Z Compiling ciborium-ll v0.2.1
18022023-09-21T19:16:06.588Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18032023-09-21T19:16:06.973Z Compiling slog-scope v4.4.0
18042023-09-21T19:16:07.073Z Compiling cipher v0.4.4
18052023-09-21T19:16:07.687Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client)
18062023-09-21T19:16:07.835Z Compiling vergen v8.2.4
18072023-09-21T19:16:08.260Z Compiling bzip2-sys v0.1.11+1.0.8
18082023-09-21T19:16:08.449Z Compiling num-bigint-dig v0.8.4
18092023-09-21T19:16:08.873Z Compiling parking_lot_core v0.8.6
18102023-09-21T19:16:08.952Z Compiling num_threads v0.1.6
18112023-09-21T19:16:09.076Z Compiling deranged v0.3.8
18122023-09-21T19:16:09.406Z Compiling crc-catalog v2.2.0
18132023-09-21T19:16:09.621Z Compiling packed_struct v0.10.1
18142023-09-21T19:16:09.984Z Compiling crc v3.0.1
18152023-09-21T19:16:11.159Z Compiling slog-stdlog v4.1.1
18162023-09-21T19:16:11.603Z Compiling ciborium v0.2.1
18172023-09-21T19:16:12.267Z Compiling time v0.3.27
18182023-09-21T19:16:12.577Z Compiling pkcs8 v0.10.2
18192023-09-21T19:16:15.654Z Compiling universal-hash v0.5.1
18202023-09-21T19:16:15.796Z Compiling libsqlite3-sys v0.26.0
18212023-09-21T19:16:15.979Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18222023-09-21T19:16:16.455Z Compiling packed_struct_codegen v0.10.1
18232023-09-21T19:16:16.465Z Compiling nibble_vec v0.1.0
18242023-09-21T19:16:16.802Z Compiling dirs-sys-next v0.1.2
18252023-09-21T19:16:16.986Z Compiling endian-type v0.1.2
18262023-09-21T19:16:17.334Z Compiling crunchy v0.2.2
18272023-09-21T19:16:17.648Z Compiling glob v0.3.1
18282023-09-21T19:16:17.994Z Compiling semver v0.1.20
18292023-09-21T19:16:18.963Z Compiling doc-comment v0.3.3
18302023-09-21T19:16:19.076Z Compiling opaque-debug v0.3.0
18312023-09-21T19:16:19.211Z Compiling nodrop v0.1.14
18322023-09-21T19:16:19.390Z Compiling array-init v0.0.4
18332023-09-21T19:16:19.892Z Compiling clang-sys v1.6.1
18342023-09-21T19:16:20.605Z Compiling rustc_version v0.1.7
18352023-09-21T19:16:20.915Z Compiling radix_trie v0.2.1
18362023-09-21T19:16:21.260Z Compiling dirs-next v2.0.0
18372023-09-21T19:16:21.526Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18382023-09-21T19:16:22.262Z Compiling pkcs1 v0.7.5
18392023-09-21T19:16:22.411Z Compiling smallvec v0.6.14
18402023-09-21T19:16:26.560Z Compiling slog-envlogger v2.2.0
18412023-09-21T19:16:28.749Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client)
18422023-09-21T19:16:30.265Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18432023-09-21T19:16:34.970Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18442023-09-21T19:16:35.244Z Compiling heapless v0.7.16
18452023-09-21T19:16:35.834Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
18462023-09-21T19:16:36.844Z Compiling sha-1 v0.10.1
18472023-09-21T19:16:38.349Z Compiling signature v2.1.0
18482023-09-21T19:16:38.719Z Compiling spin v0.9.8
18492023-09-21T19:16:39.387Z Compiling siphasher v0.3.11
18502023-09-21T19:16:40.033Z Compiling platforms v3.0.2
18512023-09-21T19:16:40.517Z Compiling tiny-keccak v2.0.2
18522023-09-21T19:16:40.915Z Compiling bitfield v0.14.0
18532023-09-21T19:16:40.955Z Compiling prettyplease v0.2.12
18542023-09-21T19:16:41.373Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
18552023-09-21T19:16:41.462Z Compiling phf_shared v0.10.0
18562023-09-21T19:16:42.081Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18572023-09-21T19:16:42.441Z Compiling rsa v0.9.2
18582023-09-21T19:16:43.207Z Compiling tungstenite v0.17.3
18592023-09-21T19:16:48.378Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18602023-09-21T19:16:48.415Z Compiling parking_lot v0.11.2
18612023-09-21T19:16:50.400Z Compiling serde-hex v0.1.0
18622023-09-21T19:16:51.535Z Compiling mime_guess v2.0.4
18632023-09-21T19:16:53.092Z Compiling trust-dns-client v0.22.0
18642023-09-21T19:16:53.419Z Compiling term v0.7.0
18652023-09-21T19:16:54.366Z Compiling newtype_derive v0.1.6
18662023-09-21T19:16:55.493Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18672023-09-21T19:16:55.601Z Compiling x509-cert v0.2.4
18682023-09-21T19:16:55.893Z Compiling env_logger v0.10.0
18692023-09-21T19:16:59.608Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
18702023-09-21T19:17:02.339Z Compiling darling_core v0.14.4
18712023-09-21T19:17:03.339Z Compiling hashlink v0.8.3
18722023-09-21T19:17:04.650Z Compiling ron v0.8.1
18732023-09-21T19:17:10.531Z Compiling aead v0.5.2
18742023-09-21T19:17:11.045Z Compiling hash32 v0.2.1
18752023-09-21T19:17:11.070Z Compiling snafu-derive v0.7.5
18762023-09-21T19:17:11.678Z Compiling crc-any v2.4.3
18772023-09-21T19:17:12.015Z Compiling convert_case v0.4.0
18782023-09-21T19:17:13.273Z Compiling fallible-streaming-iterator v0.1.9
18792023-09-21T19:17:13.373Z Compiling new_debug_unreachable v1.0.4
18802023-09-21T19:17:13.503Z Compiling smoltcp v0.9.1
18812023-09-21T19:17:13.683Z Compiling bit-vec v0.6.3
18822023-09-21T19:17:14.320Z Compiling minimal-lexical v0.2.1
18832023-09-21T19:17:14.409Z Compiling fixedbitset v0.4.2
18842023-09-21T19:17:15.148Z Compiling stable_deref_trait v1.2.0
18852023-09-21T19:17:15.156Z Compiling precomputed-hash v0.1.1
18862023-09-21T19:17:15.222Z Compiling humantime v2.1.0
18872023-09-21T19:17:15.308Z Compiling string_cache v0.8.7
18882023-09-21T19:17:15.934Z Compiling nom v7.1.3
18892023-09-21T19:17:16.638Z Compiling petgraph v0.6.4
18902023-09-21T19:17:17.754Z Compiling trust-dns-server v0.22.1
18912023-09-21T19:17:18.348Z Compiling bit-set v0.5.3
18922023-09-21T19:17:18.753Z Compiling rusqlite v0.29.0
18932023-09-21T19:17:19.664Z Compiling derive_more v0.99.17
18942023-09-21T19:17:20.096Z Compiling snafu v0.7.5
18952023-09-21T19:17:20.951Z Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9)
18962023-09-21T19:17:21.417Z Compiling darling_macro v0.14.4
18972023-09-21T19:17:22.455Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
18982023-09-21T19:17:24.493Z Compiling ascii-canvas v3.0.0
18992023-09-21T19:17:25.422Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19002023-09-21T19:17:25.930Z Compiling sled v0.34.7
19012023-09-21T19:17:40.025Z Compiling tokio-tungstenite v0.17.2
19022023-09-21T19:17:42.153Z Compiling itertools v0.10.5
19032023-09-21T19:17:43.413Z Compiling nix v0.26.2
19042023-09-21T19:17:44.496Z Compiling tungstenite v0.18.0
19052023-09-21T19:18:09.873Z Compiling twox-hash v1.6.3
19062023-09-21T19:18:10.454Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client)
19072023-09-21T19:18:11.382Z Compiling is-terminal v0.4.9
19082023-09-21T19:18:11.455Z Compiling object v0.30.4
19092023-09-21T19:18:11.542Z Compiling num_enum_derive v0.7.0
19102023-09-21T19:18:11.654Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19112023-09-21T19:18:11.770Z Compiling ena v0.14.2
19122023-09-21T19:18:11.940Z Compiling scheduled-thread-pool v0.2.7
19132023-09-21T19:18:12.212Z Compiling libloading v0.7.4
19142023-09-21T19:18:12.253Z Compiling hubpack_derive v0.1.1
19152023-09-21T19:18:12.715Z Compiling diesel_table_macro_syntax v0.1.0
19162023-09-21T19:18:12.771Z Compiling derive-where v1.2.5
19172023-09-21T19:18:12.809Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19182023-09-21T19:18:12.827Z Compiling linear-map v1.2.0
19192023-09-21T19:18:12.868Z Compiling bindgen v0.65.1
19202023-09-21T19:18:12.930Z Compiling lalrpop-util v0.19.12
19212023-09-21T19:18:13.006Z Compiling pretty-hex v0.3.0
19222023-09-21T19:18:13.097Z Compiling path-slash v0.1.5
19232023-09-21T19:18:13.643Z Compiling diff v0.1.13
19242023-09-21T19:18:13.773Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19252023-09-21T19:18:13.912Z Compiling lalrpop v0.19.12
19262023-09-21T19:18:14.399Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19272023-09-21T19:18:14.428Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19282023-09-21T19:18:14.446Z Compiling diesel_derives v2.1.1
19292023-09-21T19:18:14.488Z Compiling hubpack v0.1.2
19302023-09-21T19:18:15.081Z Compiling r2d2 v0.8.10
19312023-09-21T19:18:15.745Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19322023-09-21T19:18:21.802Z Compiling num_enum v0.7.0
19332023-09-21T19:18:22.053Z Compiling tokio-tungstenite v0.18.0
19342023-09-21T19:18:22.871Z Compiling curve25519-dalek v4.1.0
19352023-09-21T19:18:23.423Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19362023-09-21T19:18:34.531Z Compiling darling v0.14.4
19372023-09-21T19:18:34.668Z Compiling cexpr v0.6.0
19382023-09-21T19:18:37.127Z Compiling polyval v0.6.1
19392023-09-21T19:18:37.711Z Compiling aes v0.8.3
19402023-09-21T19:18:38.036Z Compiling ctr v0.9.2
19412023-09-21T19:18:38.568Z Compiling which v4.4.0
19422023-09-21T19:18:38.873Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client)
19432023-09-21T19:18:39.452Z Compiling ff v0.13.0
19442023-09-21T19:18:39.834Z Compiling bincode v1.3.3
19452023-09-21T19:18:41.139Z Compiling bstr v1.6.0
19462023-09-21T19:18:41.718Z Compiling serde_repr v0.1.16
19472023-09-21T19:18:42.222Z Compiling path-dedot v3.1.0
19482023-09-21T19:18:46.417Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19492023-09-21T19:18:47.325Z Compiling shlex v1.1.0
19502023-09-21T19:18:47.957Z Compiling erased-serde v0.3.30
19512023-09-21T19:18:48.870Z Compiling peeking_take_while v0.1.2
19522023-09-21T19:18:49.482Z Compiling lazycell v1.3.0
19532023-09-21T19:18:50.256Z Compiling display-error-chain v0.1.1
19542023-09-21T19:18:51.546Z Compiling rustc-hash v1.1.0
19552023-09-21T19:18:52.591Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19562023-09-21T19:18:53.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
19572023-09-21T19:18:53.373Z Compiling globset v0.4.13
19582023-09-21T19:18:54.324Z Compiling path-absolutize v3.1.0
19592023-09-21T19:18:54.751Z Compiling group v0.13.0
19602023-09-21T19:18:55.280Z Compiling aes-gcm-siv v0.11.1
19612023-09-21T19:18:57.064Z Compiling diesel v2.1.1
19622023-09-21T19:18:57.853Z Compiling polar-core v0.26.4
19632023-09-21T19:19:11.486Z Compiling derive_builder_core v0.12.0
19642023-09-21T19:19:11.543Z Compiling steno v0.4.0
19652023-09-21T19:19:12.421Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
19662023-09-21T19:19:12.640Z Compiling env_logger v0.9.3
19672023-09-21T19:19:13.125Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19682023-09-21T19:19:13.146Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
19692023-09-21T19:19:13.184Z Compiling camino-tempfile v1.0.2
19702023-09-21T19:19:13.213Z Compiling pem v1.1.1
19712023-09-21T19:19:13.688Z Compiling olpc-cjson v0.1.3
19722023-09-21T19:19:13.774Z Compiling crypto-bigint v0.5.2
19732023-09-21T19:19:13.795Z Compiling libxml v0.3.3
19742023-09-21T19:19:15.223Z Compiling serde_plain v1.0.2
19752023-09-21T19:19:15.455Z Compiling curve25519-dalek-derive v0.1.0
19762023-09-21T19:19:17.114Z Compiling bitstruct_derive v0.1.0
19772023-09-21T19:19:17.814Z Compiling async-recursion v1.0.5
19782023-09-21T19:19:18.621Z Compiling thiserror-impl-no-std v2.0.2
19792023-09-21T19:19:19.033Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19802023-09-21T19:19:19.101Z Compiling base16ct v0.2.0
19812023-09-21T19:19:19.244Z Compiling ref-cast v1.0.20
19822023-09-21T19:19:19.340Z Compiling ringbuffer v0.14.2
19832023-09-21T19:19:20.087Z Compiling buf-list v1.0.3
19842023-09-21T19:19:20.107Z Compiling ascii v1.1.0
19852023-09-21T19:19:20.523Z Compiling elliptic-curve v0.13.5
19862023-09-21T19:19:20.559Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
19872023-09-21T19:19:21.364Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19882023-09-21T19:19:22.618Z Compiling bitstruct v0.1.1
19892023-09-21T19:19:22.644Z Compiling tough v0.12.5
19902023-09-21T19:19:23.507Z Compiling thiserror-no-std v2.0.2
19912023-09-21T19:19:23.746Z Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45)
19922023-09-21T19:19:23.837Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19932023-09-21T19:19:25.437Z Compiling derive_builder_macro v0.12.0
19942023-09-21T19:19:29.545Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19952023-09-21T19:19:34.468Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client)
19962023-09-21T19:19:37.207Z Compiling poly1305 v0.8.0
19972023-09-21T19:19:38.143Z Compiling signal-hook-mio v0.2.3
19982023-09-21T19:19:39.028Z Compiling chacha20 v0.9.1
19992023-09-21T19:19:40.770Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20002023-09-21T19:19:40.780Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20012023-09-21T19:19:40.792Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20022023-09-21T19:19:40.812Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20032023-09-21T19:19:41.241Z Compiling strum_macros v0.24.3
20042023-09-21T19:19:41.813Z Compiling const_format_proc_macros v0.2.31
20052023-09-21T19:19:44.921Z Compiling tokio-stream v0.1.14
20062023-09-21T19:19:46.521Z Compiling serde_arrays v0.1.0
20072023-09-21T19:19:46.764Z Compiling enum-iterator-derive v1.2.1
20082023-09-21T19:19:46.884Z Compiling ref-cast-impl v1.0.20
20092023-09-21T19:19:46.936Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20102023-09-21T19:19:47.355Z Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7)
20112023-09-21T19:19:47.762Z Compiling cookie v0.16.2
20122023-09-21T19:19:48.396Z Compiling salty v0.2.0
20132023-09-21T19:19:48.829Z Compiling indoc v1.0.9
20142023-09-21T19:19:48.974Z Compiling signature v1.6.4
20152023-09-21T19:19:49.742Z Compiling ed25519 v1.5.3
20162023-09-21T19:19:50.046Z Compiling enum-iterator v1.4.1
20172023-09-21T19:19:51.477Z Compiling const_format v0.2.31
20182023-09-21T19:19:51.523Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
20192023-09-21T19:19:53.386Z Compiling chacha20poly1305 v0.10.1
20202023-09-21T19:19:53.699Z Compiling derive_builder v0.12.0
20212023-09-21T19:19:56.400Z Compiling vsss-rs v3.3.1
20222023-09-21T19:20:04.064Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
20232023-09-21T19:20:04.108Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
20242023-09-21T19:20:11.856Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
20252023-09-21T19:20:12.425Z Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)
20262023-09-21T19:20:12.565Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20272023-09-21T19:20:13.047Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20282023-09-21T19:20:15.009Z Compiling ron v0.7.1
20292023-09-21T19:20:21.529Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20302023-09-21T19:20:22.070Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20312023-09-21T19:20:24.513Z Compiling bb8 v0.8.1
20322023-09-21T19:20:25.037Z Compiling headers-core v0.2.0
20332023-09-21T19:20:25.052Z Compiling quick-xml v0.23.1
20342023-09-21T19:20:25.388Z Compiling serde-big-array v0.5.1
20352023-09-21T19:20:25.785Z Compiling oso-derive v0.26.4
20362023-09-21T19:20:26.015Z Compiling num-derive v0.4.0
20372023-09-21T19:20:26.576Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20382023-09-21T19:20:27.246Z Compiling impl-trait-for-tuples v0.2.2
20392023-09-21T19:20:27.780Z Compiling maplit v1.0.2
20402023-09-21T19:20:27.963Z Compiling http-range v0.1.5
20412023-09-21T19:20:28.956Z Compiling bit_field v0.10.2
20422023-09-21T19:20:29.398Z Compiling hyper-staticfile v0.9.5
20432023-09-21T19:20:29.779Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20442023-09-21T19:20:31.735Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
20452023-09-21T19:20:32.809Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=be3d9bce50051d8c0e0c06078e8066cc27db3001#be3d9bce)
20462023-09-21T19:20:34.011Z Compiling headers v0.3.9
20472023-09-21T19:20:43.694Z Compiling oso v0.26.4
20482023-09-21T19:20:51.250Z Compiling crossterm v0.27.0
20492023-09-21T19:21:03.275Z Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value)
20502023-09-21T19:21:03.565Z Compiling signal-hook-tokio v0.3.1
20512023-09-21T19:21:03.872Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
20522023-09-21T19:21:03.948Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20532023-09-21T19:21:04.035Z Compiling serde-big-array v0.4.1
20542023-09-21T19:21:04.182Z Compiling cassowary v0.3.0
20552023-09-21T19:21:04.344Z Compiling indoc v2.0.3
20562023-09-21T19:21:04.529Z Compiling unicode-segmentation v1.10.1
20572023-09-21T19:21:05.424Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20582023-09-21T19:21:06.887Z Compiling ratatui v0.23.0
20592023-09-21T19:21:08.203Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20602023-09-21T19:21:08.884Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20612023-09-21T19:21:08.931Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client)
20622023-09-21T19:21:11.254Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20632023-09-21T19:21:14.866Z Compiling fatfs v0.3.6
20642023-09-21T19:21:15.175Z Compiling bytesize v1.3.0
20652023-09-21T19:21:15.876Z Compiling nanorand v0.7.0
20662023-09-21T19:21:16.118Z Compiling rtoolbox v0.0.1
20672023-09-21T19:21:16.888Z Compiling corncobs v0.1.3
20682023-09-21T19:21:17.151Z Compiling smawk v0.3.1
20692023-09-21T19:21:17.508Z Compiling fs-err v2.9.0
20702023-09-21T19:21:17.563Z Compiling assert_matches v1.5.0
20712023-09-21T19:21:17.709Z Compiling unicode-linebreak v0.1.5
20722023-09-21T19:21:18.693Z Compiling textwrap v0.16.0
20732023-09-21T19:21:18.902Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
20742023-09-21T19:21:20.229Z Compiling flume v0.11.0
20752023-09-21T19:21:20.576Z Compiling rpassword v7.2.0
20762023-09-21T19:21:21.202Z Compiling tui-tree-widget v0.13.0
20772023-09-21T19:21:21.421Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client)
20782023-09-21T19:21:21.522Z Compiling crossterm v0.26.1
20792023-09-21T19:21:24.738Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20802023-09-21T19:21:25.416Z Compiling owo-colors v3.5.0
20812023-09-21T19:21:34.038Z Compiling shell-words v1.1.0
20822023-09-21T19:21:34.216Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20832023-09-21T19:21:35.959Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20842023-09-21T19:22:33.862Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20852023-09-21T19:24:05.948Z Compiling bzip2 v0.4.4
20862023-09-21T19:24:10.334Z Compiling zip v0.6.6
20872023-09-21T19:24:13.985Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e)
20882023-09-21T19:24:14.251Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20892023-09-21T19:24:26.784Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
20902023-09-21T19:24:26.840Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20912023-09-21T19:24:42.200Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20922023-09-21T19:26:42.245Z Compiling git2 v0.17.2
20932023-09-21T19:27:02.165Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20942023-09-21T19:27:02.283Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda)
20952023-09-21T19:27:16.356Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20962023-09-21T19:27:41.138Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa)
20972023-09-21T19:28:24.919Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20982023-09-21T19:35:37.327Z Finished release [optimized] target(s) in 21m 50s
20992023-09-21T19:37:53.510Z
21002023-09-21T19:37:54.577Zreal 24:06.552195445
21012023-09-21T19:37:54.836Zuser 2:44:06.162959420
21022023-09-21T19:37:54.874Zsys 7:36.693878346
21032023-09-21T19:37:54.897Ztrap 5.532763653
21042023-09-21T19:37:54.916Ztflt 1.347576355
21052023-09-21T19:37:54.934Zdflt 2.342780942
21062023-09-21T19:37:54.978Zkflt 0.049966469
21072023-09-21T19:37:54.990Zlock 9:10:09.288754974
21082023-09-21T19:37:54.999Zslp 6:57:39.082541731
21092023-09-21T19:37:55.032Zlat 3:06.424600807
21102023-09-21T19:37:55.041Zstop 1:12.719575319
21112023-09-21T19:37:55.058Z+ 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/*)
21122023-09-21T19:37:55.075Z+ pfexec mkdir -p /work
21132023-09-21T19:37:55.080Z+ pfexec chown build /work
21142023-09-21T19:37:55.093Z+ 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
21152023-09-21T19:38:05.647ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
21162023-09-21T19:38:05.659Za out/maghemite.tar 73201K
21172023-09-21T19:38:05.665Za out/omicron-sled-agent.tar 109772K
21182023-09-21T19:38:05.669Za out/target/test 1K
21192023-09-21T19:38:05.677Za out/npuzone/npuzone 36077K
21202023-09-21T19:38:05.681Za package-manifest.toml 21K
21212023-09-21T19:38:05.687Za smf/sled-agent/non-gimlet/config.toml 4K
21222023-09-21T19:38:05.692Za target/release/omicron-package 36824K
21232023-09-21T19:38:05.698Za tools/create_virtual_hardware.sh 3K
21242023-09-21T19:38:05.703Za tools/virtual_hardware.sh 4K
21252023-09-21T19:38:05.712Za tools/scrimlet/create-softnpu-zone.sh 1K
21262023-09-21T19:38:05.727Za tools/scrimlet/destroy-softnpu-zone.sh 1K
21272023-09-21T19:38:05.732Za tools/scrimlet/softnpu-init.sh 3K
21282023-09-21T19:38:05.736Za tools/scrimlet/softnpu-zone.txt 1K
21292023-09-21T19:38:05.751Za tools/scrimlet/softnpu.toml 1K
21302023-09-21T19:38:05.755Z
21312023-09-21T19:38:05.763Zreal 13.619250157
21322023-09-21T19:38:05.769Zuser 13.008292548
21332023-09-21T19:38:05.772Zsys 1.087472814
21342023-09-21T19:38:05.775Ztrap 0.003979096
21352023-09-21T19:38:05.778Ztflt 0.000000000
21362023-09-21T19:38:05.783Zdflt 0.000000000
21372023-09-21T19:38:05.786Zkflt 0.000000000
21382023-09-21T19:38:05.789Zlock 0.000000000
21392023-09-21T19:38:05.792Zslp 12.710490240
21402023-09-21T19:38:05.795Zlat 0.424725788
21412023-09-21T19:38:05.797Zstop 0.000227619
21422023-09-21T19:38:05.802Z++ pwd
21432023-09-21T19:38:05.805Z+ tarball_src_dir=/work/oxidecomputer/omicron/out/versioned
21442023-09-21T19:38:05.811Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic
21452023-09-21T19:38:06.697Z Finished release [optimized] target(s) in 1.00s
21462023-09-21T19:38:06.767Z Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic`
21472023-09-21T19:38:06.772ZCreated new build target 'host' and set it as active
21482023-09-21T19:38:06.776Z
21492023-09-21T19:38:06.780Zreal 1.159697116
21502023-09-21T19:38:06.786Zuser 0.821930074
21512023-09-21T19:38:06.789Zsys 0.338633008
21522023-09-21T19:38:06.832Ztrap 0.000075006
21532023-09-21T19:38:06.843Ztflt 0.000017042
21542023-09-21T19:38:06.850Zdflt 0.000000000
21552023-09-21T19:38:06.855Zkflt 0.000000000
21562023-09-21T19:38:06.862Zlock 0.031461290
21572023-09-21T19:38:06.865Zslp 0.014041244
21582023-09-21T19:38:06.870Zlat 0.001647739
21592023-09-21T19:38:06.879Zstop 0.000220618
21602023-09-21T19:38:07.298Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t host package
21612023-09-21T19:38:08.238Z Finished release [optimized] target(s) in 0.96s
21622023-09-21T19:38:08.242Z Running `target/release/omicron-package -t host package`
21632023-09-21T19:38:08.245ZSep 21 19:38:07.886 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "switch": "asic"})
21642023-09-21T19:38:08.953Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21652023-09-21T19:41:43.333Z Finished release [optimized] target(s) in 3m 35s
21662023-09-21T19:42:20.734ZError: failed reading response from https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-asic.tar.gz
21672023-09-21T19:42:21.167Z
21682023-09-21T19:42:21.283ZCaused by:
21692023-09-21T19:42:21.582Z 0: request or response body error: error reading a body from connection: end of file before message length reached
21702023-09-21T19:42:21.678Z 1: error reading a body from connection: end of file before message length reached
21712023-09-21T19:42:21.824Z 2: end of file before message length reached
21722023-09-21T19:42:21.936Z
21732023-09-21T19:42:21.958Zreal 4:07.797501606
21742023-09-21T19:42:22.149Zuser 20:40.850552796
21752023-09-21T19:42:22.228Zsys 54.795399564
21762023-09-21T19:42:22.310Ztrap 0.599564172
21772023-09-21T19:42:22.372Ztflt 0.027396502
21782023-09-21T19:42:22.504Zdflt 2.018973210
21792023-09-21T19:42:22.649Zkflt 0.067354894
21802023-09-21T19:42:22.887Zlock 1:01:04.790650132
21812023-09-21T19:42:22.930Zslp 16:57.222454433
21822023-09-21T19:42:23.028Zlat 7.647798127
21832023-09-21T19:42:23.090Zstop 0.677360810
21842023-09-21T19:42:23.112Zprocess exited: duration 2219423 ms, exit code 1
 
21852023-09-21T19:42:23.173Zfound 2 output files
21862023-09-21T19:42:23.288Zuploading: /work/version.txt (26 bytes)
21872023-09-21T19:42:25.988Zuploaded: /work/version.txt
21882023-09-21T19:42:26.012Zuploading: /work/package.tar.gz (82463720 bytes)
21892023-09-21T19:42:59.403Zuploaded: /work/package.tar.gz
21902023-09-21T19:42:59.415Zupload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used
21912023-09-21T19:42:59.428Zupload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used
21922023-09-21T19:42:59.438Zupload error: rule "/work/zones/*.tar.gz" required a match, but was not used