01HFR8Y8V4V9BPMZEM0E1FNWFS: helios / package

BasicConfig {
    output_rules: [
        "=/work/version.txt",
        "=/work/package.tar.gz",
        "=/work/global-zone-packages.tar.gz",
        "=/work/trampoline-global-zone-packages.tar.gz",
        "=/work/zones/*.tar.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/global-zone-packages.tar.gz",
            series: "image",
            name: "global-zone-packages",
        },
        BasicConfigPublish {
            from_output: "/work/trampoline-global-zone-packages.tar.gz",
            series: "image",
            name: "trampoline-global-zone-packages",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01HFR8YSM64XAV7PCN5ZJWNQ47

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-21T06:28:30.257Zjob assigned to worker 01HFR8YSV60VP1QG3K70ZAZ9K8 (queued for 1 m 38 s)
 
22023-11-21T06:28:30.524Zstarting task 0: "setup"
32023-11-21T06:28:30.904Z++ uname -s
42023-11-21T06:28:30.911Z+ kern=SunOS
52023-11-21T06:28:30.912Z+ case "$kern" in
62023-11-21T06:28:30.912Z+ groupadd -g 12345 build
72023-11-21T06:28:30.912Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-21T06:28:32.976Z+ zfs create -o mountpoint=/work rpool/work
92023-11-21T06:28:33.354Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-21T06:28:33.357Z+ home_fs=zfs
112023-11-21T06:28:33.357Z+ [[ zfs == autofs ]]
122023-11-21T06:28:33.357Z+ mkdir -p /home/build
132023-11-21T06:28:33.361Z+ chown build:build /home/build /work
142023-11-21T06:28:35.366Z+ chmod 0700 /home/build /work
152023-11-21T06:28:35.374Zprocess exited: duration 4841 ms, exit code 0
 
162023-11-21T06:28:35.383Zstarting task 1: "rust-toolchain"
172023-11-21T06:28:35.393Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-21T06:28:35.398Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-21T06:28:35.565Zinfo: downloading installer
202023-11-21T06:28:38.094Zwarning: it looks like you have an existing installation of Rust at:
212023-11-21T06:28:38.094Zwarning: /opt/ooce/bin
222023-11-21T06:28:38.094Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-21T06:28:38.094Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-21T06:28:38.094Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-21T06:28:38.094Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-21T06:28:38.095Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-21T06:28:38.095Zerror: cannot install while Rust is installed
282023-11-21T06:28:38.095Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-21T06:28:38.178Zinfo: profile set to 'default'
302023-11-21T06:28:38.178Zinfo: default host triple is x86_64-unknown-illumos
312023-11-21T06:28:38.200Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-21T06:28:38.342Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-21T06:28:38.342Zinfo: downloading component 'cargo'
342023-11-21T06:28:38.954Zinfo: downloading component 'clippy'
352023-11-21T06:28:39.189Zinfo: downloading component 'rust-docs'
362023-11-21T06:28:39.955Zinfo: downloading component 'rust-std'
372023-11-21T06:28:41.334Zinfo: downloading component 'rustc'
382023-11-21T06:28:44.765Zinfo: downloading component 'rustfmt'
392023-11-21T06:28:44.959Zinfo: installing component 'cargo'
402023-11-21T06:28:46.781Zinfo: installing component 'clippy'
412023-11-21T06:28:47.703Zinfo: installing component 'rust-docs'
422023-11-21T06:28:50.548Zinfo: installing component 'rust-std'
432023-11-21T06:28:54.363Zinfo: installing component 'rustc'
442023-11-21T06:29:04.424Zinfo: installing component 'rustfmt'
452023-11-21T06:29:04.865Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-21T06:29:04.865Z
472023-11-21T06:29:05.030Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-21T06:29:05.030Z
492023-11-21T06:29:05.037Z
502023-11-21T06:29:05.038ZRust is installed now. Great!
512023-11-21T06:29:05.038Z
522023-11-21T06:29:05.038ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-21T06:29:05.038Zenvironment variable. This has not been done automatically.
542023-11-21T06:29:05.038Z
552023-11-21T06:29:05.038ZTo configure your current shell, run:
562023-11-21T06:29:05.038Zsource "$HOME/.cargo/env"
572023-11-21T06:29:05.116Z+ rustc --version
582023-11-21T06:29:05.225Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-21T06:29:05.230Zprocess exited: duration 29848 ms, exit code 0
 
602023-11-21T06:29:05.239Zstarting task 2: "authentication"
612023-11-21T06:29:05.271Zprocess exited: duration 32 ms, exit code 0
 
622023-11-21T06:29:05.290Zstarting task 3: "clone repository"
632023-11-21T06:29:05.296Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-21T06:29:05.301Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-21T06:29:05.339ZCloning into '/work/oxidecomputer/omicron'...
662023-11-21T06:29:10.685Z+ cd /work/oxidecomputer/omicron
672023-11-21T06:29:10.690Z+ [[ -n renovate/foreign-types-0.x ]]
682023-11-21T06:29:10.690Z+ git fetch origin renovate/foreign-types-0.x
692023-11-21T06:29:11.032ZFrom https://github.com/oxidecomputer/omicron
702023-11-21T06:29:11.032Z * branch renovate/foreign-types-0.x -> FETCH_HEAD
712023-11-21T06:29:11.046Z+ git checkout -B renovate/foreign-types-0.x remotes/origin/renovate/foreign-types-0.x
722023-11-21T06:29:11.132ZSwitched to a new branch 'renovate/foreign-types-0.x'
732023-11-21T06:29:11.136Zbranch 'renovate/foreign-types-0.x' set up to track 'origin/renovate/foreign-types-0.x'.
742023-11-21T06:29:11.136Z+ git reset --hard ca030086610065406b12a80efc0af6271f45f233
752023-11-21T06:29:11.288ZHEAD is now at ca030086 Update Rust crate foreign-types to 0.5.0
762023-11-21T06:29:11.292Zprocess exited: duration 5999 ms, exit code 0
 
772023-11-21T06:29:11.303Zstarting task 4: "build"
782023-11-21T06:29:11.308Z+ cargo --version
792023-11-21T06:29:11.315Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-21T06:29:11.500Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-21T06:29:11.505Zinfo: downloading component 'cargo'
822023-11-21T06:29:12.108Zinfo: downloading component 'clippy'
832023-11-21T06:29:12.333Zinfo: downloading component 'rust-docs'
842023-11-21T06:29:13.116Zinfo: downloading component 'rust-std'
852023-11-21T06:29:14.370Zinfo: downloading component 'rustc'
862023-11-21T06:29:17.827Zinfo: downloading component 'rustfmt'
872023-11-21T06:29:18.006Zinfo: installing component 'cargo'
882023-11-21T06:29:19.203Zinfo: installing component 'clippy'
892023-11-21T06:29:19.706Zinfo: installing component 'rust-docs'
902023-11-21T06:29:22.491Zinfo: installing component 'rust-std'
912023-11-21T06:29:25.040Zinfo: installing component 'rustc'
922023-11-21T06:29:31.119Zinfo: installing component 'rustfmt'
932023-11-21T06:29:31.658Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-21T06:29:31.663Z+ rustc --version
952023-11-21T06:29:31.788Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-21T06:29:31.794Z++ git rev-parse HEAD
972023-11-21T06:29:31.794Z+ COMMIT=ca030086610065406b12a80efc0af6271f45f233
982023-11-21T06:29:31.794Z+ VERSION=1.0.4-0.ci+gitca030086610
992023-11-21T06:29:31.794Z+ echo 1.0.4-0.ci+gitca030086610
1002023-11-21T06:29:31.794Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1012023-11-21T06:29:40.543Z Startup: Refreshing catalog 'helios-dev' ... Done
1022023-11-21T06:29:41.534Z Startup: Caching catalogs ... Done
1032023-11-21T06:29:46.983ZPlanning: Solver setup ... Done (5.097s)
1042023-11-21T06:29:47.107ZPlanning: Running solver ... Done (0.127s)
1052023-11-21T06:29:47.164ZPlanning: Finding local manifests ... Done (0.004s)
1062023-11-21T06:29:47.180ZPlanning: Fetching manifests: 0/4 0% complete
1072023-11-21T06:29:47.818ZPlanning: Fetching manifests: 4/4 100% complete
1082023-11-21T06:29:47.901ZPlanning: Package planning ... Done (0.082s)
1092023-11-21T06:29:47.987ZPlanning: Merging actions ... Done (0.086s)
1102023-11-21T06:29:48.766ZPlanning: Checking for conflicting actions ... Done (0.714s)
1112023-11-21T06:29:48.775ZPlanning: Consolidating action changes ... Done (0.017s)
1122023-11-21T06:29:52.827ZPlanning: Evaluating mediators ... Done (4.111s)
1132023-11-21T06:29:52.847ZPlanning: Planning completed in 11.25 seconds
1142023-11-21T06:29:52.908Z Packages to install: 4
1152023-11-21T06:29:52.912Z Mediators to change: 2
1162023-11-21T06:29:52.912Z Services to change: 1
1172023-11-21T06:29:52.912Z Estimated space available: 148.90 GB
1182023-11-21T06:29:52.912ZEstimated space to be consumed: 1.37 GB
1192023-11-21T06:29:52.912Z Create boot environment: No
1202023-11-21T06:29:52.912ZCreate backup boot environment: No
1212023-11-21T06:29:52.912Z Rebuild boot archive: No
1222023-11-21T06:29:52.912Z
1232023-11-21T06:29:52.912ZChanged mediators:
1242023-11-21T06:29:52.912Z mediator clang:
1252023-11-21T06:29:52.912Z version: None -> 15 (system default)
1262023-11-21T06:29:52.912Z
1272023-11-21T06:29:52.912Z mediator llvm:
1282023-11-21T06:29:52.912Z version: 14 (system default) -> 15 (system default)
1292023-11-21T06:29:52.912Z
1302023-11-21T06:29:52.912ZChanged packages:
1312023-11-21T06:29:52.912Zhelios-dev
1322023-11-21T06:29:52.912Z developer/build-essential
1332023-11-21T06:29:52.912Z None -> 11-2.0
1342023-11-21T06:29:52.912Z library/libxmlsec1
1352023-11-21T06:29:52.912Z None -> 1.2.35-2.0
1362023-11-21T06:29:52.912Z ooce/developer/clang-15
1372023-11-21T06:29:52.912Z None -> 15.0.7-2.0
1382023-11-21T06:29:52.912Z ooce/developer/llvm-15
1392023-11-21T06:29:52.912Z None -> 15.0.7-2.0
1402023-11-21T06:29:52.912Z
1412023-11-21T06:29:52.912ZServices:
1422023-11-21T06:29:52.912Z restart_fmri:
1432023-11-21T06:29:52.912Z svc:/system/update-man-index:default
1442023-11-21T06:29:53.491Z
1452023-11-21T06:29:53.492ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1462023-11-21T06:29:59.241ZDownload: 211/3290 items 1.3/212.6MB 0% complete (593k/s)
1472023-11-21T06:30:04.213ZDownload: 1134/3290 items 52.0/212.6MB 24% complete (5.1M/s)
1482023-11-21T06:30:09.212ZDownload: 1220/3290 items 89.9/212.6MB 42% complete (8.8M/s)
1492023-11-21T06:30:14.325ZDownload: 2216/3290 items 118.4/212.6MB 55% complete (7.4M/s)
1502023-11-21T06:30:19.324ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (10.6M/s)
1512023-11-21T06:30:22.742ZDownload: Completed 212.60 MB in 29.68 seconds (7.2M/s)
1522023-11-21T06:30:23.260Z Actions: 1/3687 actions (Installing new actions)
1532023-11-21T06:30:28.816Z Actions: 2258/3687 actions (Installing new actions)
1542023-11-21T06:30:31.528Z Actions: Completed 3687 actions in 8.30 seconds.
1552023-11-21T06:30:31.626Z Done (0.089s)
1562023-11-21T06:30:31.626Z Done (0.000s)
1572023-11-21T06:30:31.849Z Done (0.224s)
1582023-11-21T06:30:39.149Z Done (7.183s)
1592023-11-21T06:30:39.412Z Done (0.167s)
1602023-11-21T06:30:39.415Z Done (0.000s)
1612023-11-21T06:30:39.657Z Done (0.000s)
1622023-11-21T06:30:40.345ZPlanning: Evaluating mediator changes ... Done
1632023-11-21T06:30:40.627ZPlanning: Checking for conflicting actions ... Done
1642023-11-21T06:30:40.632ZPlanning: Consolidating action changes ... Done
1652023-11-21T06:30:41.062ZPlanning: Evaluating mediators ... Done
1662023-11-21T06:30:41.065ZPlanning: Planning completed in 0.72 seconds
1672023-11-21T06:30:41.118Z Mediators to change: 2
1682023-11-21T06:30:41.121Z Create boot environment: No
1692023-11-21T06:30:41.122ZCreate backup boot environment: No
1702023-11-21T06:30:41.260Z Done
1712023-11-21T06:30:41.260Z Done
1722023-11-21T06:30:41.400Z Done
1732023-11-21T06:30:47.063Z Done
1742023-11-21T06:30:47.181Z Done
1752023-11-21T06:30:47.186Z Done
1762023-11-21T06:30:47.280Z Done
1772023-11-21T06:30:48.325ZPlanning: Evaluating mediator changes ... Done
1782023-11-21T06:30:48.329ZPlanning: Merging actions ... Done
1792023-11-21T06:30:48.637ZPlanning: Checking for conflicting actions ... Done
1802023-11-21T06:30:48.641ZPlanning: Consolidating action changes ... Done
1812023-11-21T06:30:49.073ZPlanning: Evaluating mediators ... Done
1822023-11-21T06:30:49.166ZPlanning: Planning completed in 1.31 seconds
1832023-11-21T06:30:49.224Z Packages to change: 1
1842023-11-21T06:30:49.224Z Mediators to change: 1
1852023-11-21T06:30:49.228Z Services to change: 1
1862023-11-21T06:30:49.228Z Create boot environment: No
1872023-11-21T06:30:49.228ZCreate backup boot environment: Yes
1882023-11-21T06:30:51.247Z Actions: 1/6 actions (Updating modified actions)
1892023-11-21T06:30:51.250Z Actions: Completed 6 actions in 0.00 seconds.
1902023-11-21T06:30:51.250Z Done
1912023-11-21T06:30:51.250Z Done
1922023-11-21T06:30:51.305Z Done
1932023-11-21T06:30:57.053Z Done
1942023-11-21T06:30:57.174Z Done
1952023-11-21T06:30:57.178Z Done
1962023-11-21T06:30:57.288Z Done
1972023-11-21T06:30:57.966ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982023-11-21T06:30:57.966Zclang system 15 system
1992023-11-21T06:30:57.966Zcsh system system illumos
2002023-11-21T06:30:57.966Zctags system system illumos
2012023-11-21T06:30:57.966Zgcc vendor 12 vendor
2022023-11-21T06:30:57.966Zgcc system 10 system
2032023-11-21T06:30:57.966Zgcc system 7 system
2042023-11-21T06:30:57.966Zgo system 1.20 system
2052023-11-21T06:30:57.966Zgo system 1.19 system
2062023-11-21T06:30:57.966Zllvm system 15 system
2072023-11-21T06:30:57.966Zllvm system 14 system
2082023-11-21T06:30:57.966Zmariadb system 10.6 system
2092023-11-21T06:30:57.966Zmta vendor vendor dma
2102023-11-21T06:30:57.966Zopenjdk system 17 system
2112023-11-21T06:30:57.966Zopenjdk system 11 system
2122023-11-21T06:30:57.966Zopenjdk system 1.8 system
2132023-11-21T06:30:57.966Zopenssl vendor 3 vendor
2142023-11-21T06:30:57.966Zperl system 5.36 system
2152023-11-21T06:30:57.966Zpostgresql system 15 system
2162023-11-21T06:30:57.966Zpostgresql system 13 system
2172023-11-21T06:30:57.966Zpython vendor 3 vendor
2182023-11-21T06:30:57.966Zpython system 2 system
2192023-11-21T06:30:57.966Zpython3 system 3.11 system
2202023-11-21T06:30:57.966Zruby system 3.0 system
2212023-11-21T06:30:57.966Zwords vendor vendor american-english
2222023-11-21T06:30:57.966Zwords system system australian-english
2232023-11-21T06:30:57.966Zwords system system british-english
2242023-11-21T06:30:57.967Zwords system system canadian-english
2252023-11-21T06:30:57.967Zwords system system french
2262023-11-21T06:30:57.967Zwords system system italian
2272023-11-21T06:30:57.967Zwords system system ngerman
2282023-11-21T06:30:57.967Zwords system system ogerman
2292023-11-21T06:30:57.967Zwords system system spanish
2302023-11-21T06:30:58.505ZFMRI IFO
2312023-11-21T06:30:58.505Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322023-11-21T06:30:58.505Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332023-11-21T06:30:58.505Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2342023-11-21T06:30:58.505Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2352023-11-21T06:30:58.505Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362023-11-21T06:30:58.505Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2372023-11-21T06:30:58.579Z+ set -o errexit
2382023-11-21T06:30:58.583Z+++ dirname ./tools/ci_download_cockroachdb
2392023-11-21T06:30:58.587Z++ cd ./tools
2402023-11-21T06:30:58.587Z++ pwd
2412023-11-21T06:30:58.587Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2422023-11-21T06:30:58.587Z++ basename ./tools/ci_download_cockroachdb
2432023-11-21T06:30:58.591Z+ ARG0=ci_download_cockroachdb
2442023-11-21T06:30:58.591Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2452023-11-21T06:30:58.591Z+ CIDL_VERSION=v22.1.9
2462023-11-21T06:30:58.591Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2472023-11-21T06:30:58.591Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2482023-11-21T06:30:58.591Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2492023-11-21T06:30:58.591Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2502023-11-21T06:30:58.591Z+ TARGET_DIR=out
2512023-11-21T06:30:58.591Z+ DOWNLOAD_DIR=out/downloads
2522023-11-21T06:30:58.591Z+ DEST_DIR=./out/cockroachdb
2532023-11-21T06:30:58.591Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2542023-11-21T06:30:58.591Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2552023-11-21T06:30:58.594Z+ main
2562023-11-21T06:30:58.594Z+ [[ 0 != 0 ]]
2572023-11-21T06:30:58.594Z+ CIDL_OS=solaris2.11
2582023-11-21T06:30:58.594Z+ [[ 0 != 0 ]]
2592023-11-21T06:30:58.594Z+ configure_os solaris2.11
2602023-11-21T06:30:58.594Z+ echo 'current directory: /work/oxidecomputer/omicron'
2612023-11-21T06:30:58.594Zcurrent directory: /work/oxidecomputer/omicron
2622023-11-21T06:30:58.594Z+ echo 'configuring based on OS: "solaris2.11"'
2632023-11-21T06:30:58.594Z+ case "$1" in
2642023-11-21T06:30:58.594Zconfiguring based on OS: "solaris2.11"
2652023-11-21T06:30:58.594Z+ CIDL_BUILD=illumos
2662023-11-21T06:30:58.594Z+ CIDL_SUFFIX=tar.gz
2672023-11-21T06:30:58.594Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2682023-11-21T06:30:58.594Z+ CIDL_MD5FUNC=do_md5sum
2692023-11-21T06:30:58.594Z+ CIDL_URL_BASE=https://illumos.org/downloads
2702023-11-21T06:30:58.595Z+ CIDL_ASSEMBLE=do_assemble_illumos
2712023-11-21T06:30:58.595Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2722023-11-21T06:30:58.595Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2732023-11-21T06:30:58.595Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-11-21T06:30:58.595Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2752023-11-21T06:30:58.595Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-11-21T06:30:58.595Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772023-11-21T06:30:58.595ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-11-21T06:30:58.595Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792023-11-21T06:30:58.595ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802023-11-21T06:30:58.595Z+ mkdir -p out/downloads
2812023-11-21T06:30:58.595Z+ mkdir -p ./out/cockroachdb
2822023-11-21T06:30:58.598Z+ local DO_DOWNLOAD=true
2832023-11-21T06:30:58.598Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2842023-11-21T06:30:58.598Z+ '[' true == true ']'
2852023-11-21T06:30:58.598Z+ echo Downloading...
2862023-11-21T06:30:58.598ZDownloading...
2872023-11-21T06:30:58.598Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-11-21T06:30:58.598Z+ 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
2892023-11-21T06:31:01.096Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902023-11-21T06:31:01.100Z++ md5sum
2912023-11-21T06:31:01.100Z++ awk '{print $1}'
2922023-11-21T06:31:01.280Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2932023-11-21T06:31:01.280Z+ [[ 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 ]]
2942023-11-21T06:31:01.280Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952023-11-21T06:31:01.285Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2962023-11-21T06:31:04.854Z+ do_assemble_illumos
2972023-11-21T06:31:04.854Z+ rm -r ./out/cockroachdb
2982023-11-21T06:31:04.857Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2992023-11-21T06:31:05.498Z+ ./out/cockroachdb/bin/cockroach version
3002023-11-21T06:31:05.711ZBuild Tag: v22.1.9-dirty
3012023-11-21T06:31:05.711ZBuild Time: 2022/10/26 21:17:46
3022023-11-21T06:31:05.711ZDistribution: OSS
3032023-11-21T06:31:05.712ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3042023-11-21T06:31:05.712ZGo Version: go1.17.13
3052023-11-21T06:31:05.712ZC Compiler: gcc 10.3.0
3062023-11-21T06:31:05.712ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3072023-11-21T06:31:05.712ZBuild Type: release
3082023-11-21T06:31:05.741Z+ set -o errexit
3092023-11-21T06:31:05.761Z+++ dirname ./tools/ci_download_clickhouse
3102023-11-21T06:31:05.761Z++ cd ./tools
3112023-11-21T06:31:05.761Z++ pwd
3122023-11-21T06:31:05.761Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3132023-11-21T06:31:05.761Z++ basename ./tools/ci_download_clickhouse
3142023-11-21T06:31:05.762Z+ ARG0=ci_download_clickhouse
3152023-11-21T06:31:05.762Z+ TARGET_DIR=out
3162023-11-21T06:31:05.762Z+ DOWNLOAD_DIR=out/downloads
3172023-11-21T06:31:05.762Z+ DEST_DIR=./out/clickhouse
3182023-11-21T06:31:05.762Z+ CIDL_VERSION=v22.8.9.24
3192023-11-21T06:31:05.762Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3202023-11-21T06:31:05.762Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3212023-11-21T06:31:05.762Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3222023-11-21T06:31:05.762Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3232023-11-21T06:31:05.762Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3242023-11-21T06:31:05.762Z+ main
3252023-11-21T06:31:05.762Z+ [[ 0 != 0 ]]
3262023-11-21T06:31:05.762Z+ CIDL_OS=solaris2.11
3272023-11-21T06:31:05.762Z+ [[ 0 != 0 ]]
3282023-11-21T06:31:05.762Z+ configure_os solaris2.11
3292023-11-21T06:31:05.762Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302023-11-21T06:31:05.762Zcurrent directory: /work/oxidecomputer/omicron
3312023-11-21T06:31:05.762Z+ echo 'configuring based on OS: "solaris2.11"'
3322023-11-21T06:31:05.762Z+ CIDL_DASHREV=
3332023-11-21T06:31:05.762Z+ case "$1" in
3342023-11-21T06:31:05.763Zconfiguring based on OS: "solaris2.11"
3352023-11-21T06:31:05.763Z+ CIDL_PLATFORM=illumos
3362023-11-21T06:31:05.763Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3372023-11-21T06:31:05.763Z+ CIDL_MD5FUNC=do_md5sum
3382023-11-21T06:31:05.763Z+ CIDL_DASHREV=-1
3392023-11-21T06:31:05.763Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3402023-11-21T06:31:05.763Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-11-21T06:31:05.763Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-11-21T06:31:05.763Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432023-11-21T06:31:05.763Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442023-11-21T06:31:05.763ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-11-21T06:31:05.763ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-11-21T06:31:05.763Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472023-11-21T06:31:05.764Z+ mkdir -p out/downloads
3482023-11-21T06:31:05.764Z+ mkdir -p ./out/clickhouse
3492023-11-21T06:31:05.764Z+ local DO_DOWNLOAD=true
3502023-11-21T06:31:05.764Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3512023-11-21T06:31:05.764Z+ '[' true == true ']'
3522023-11-21T06:31:05.764Z+ echo Downloading...
3532023-11-21T06:31:05.764ZDownloading...
3542023-11-21T06:31:05.764Z+ 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
3552023-11-21T06:31:05.764Z+ 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
3562023-11-21T06:31:07.400Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3572023-11-21T06:31:07.409Z++ md5sum
3582023-11-21T06:31:07.409Z++ awk '{print $1}'
3592023-11-21T06:31:07.683Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3602023-11-21T06:31:07.683Z+ [[ 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 ]]
3612023-11-21T06:31:07.683Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3622023-11-21T06:31:07.699Z+ mkdir -p ./out/clickhouse
3632023-11-21T06:31:07.700Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3642023-11-21T06:31:12.788Z+ ./out/clickhouse/clickhouse server --version
3652023-11-21T06:31:12.846ZClickHouse server version 22.8.9.1.
3662023-11-21T06:31:13.279Z+ set -o errexit
3672023-11-21T06:31:13.714Z+++ dirname ./tools/ci_download_console
3682023-11-21T06:31:13.714Z++ cd ./tools
3692023-11-21T06:31:13.714Z++ pwd
3702023-11-21T06:31:13.714Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712023-11-21T06:31:13.714Z++ basename ./tools/ci_download_console
3722023-11-21T06:31:13.714Z+ ARG0=ci_download_console
3732023-11-21T06:31:13.714Z+ TARGET_DIR=out
3742023-11-21T06:31:13.714Z+ DOWNLOAD_DIR=out/downloads
3752023-11-21T06:31:13.714Z+ DEST_DIR=./out/console-assets
3762023-11-21T06:31:13.714Z+ source /work/oxidecomputer/omicron/tools/console_version
3772023-11-21T06:31:13.714Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3782023-11-21T06:31:13.714Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3792023-11-21T06:31:13.714Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3802023-11-21T06:31:13.714Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812023-11-21T06:31:13.714Z+ main
3822023-11-21T06:31:13.714Z+ [[ 0 != 0 ]]
3832023-11-21T06:31:13.714Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3842023-11-21T06:31:13.714ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3852023-11-21T06:31:13.714Z+ echo 'Local file: out/downloads/console.tar.gz'
3862023-11-21T06:31:13.714ZLocal file: out/downloads/console.tar.gz
3872023-11-21T06:31:13.714Z+ local DO_DOWNLOAD=true
3882023-11-21T06:31:13.715Z+ [[ -f out/downloads/console.tar.gz ]]
3892023-11-21T06:31:13.715Z+ mkdir -p out/downloads
3902023-11-21T06:31:13.715Z+ '[' true == true ']'
3912023-11-21T06:31:13.715Z+ echo Downloading...
3922023-11-21T06:31:13.715ZDownloading...
3932023-11-21T06:31:13.715Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3942023-11-21T06:31:13.715Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3952023-11-21T06:31:13.722Z++ do_sha256sum out/downloads/console.tar.gz
3962023-11-21T06:31:13.722Z++ case "$OSTYPE" in
3972023-11-21T06:31:13.722Z++ SHA=sha256sum
3982023-11-21T06:31:13.722Z++ sha256sum
3992023-11-21T06:31:13.722Z++ awk '{print $1}'
4002023-11-21T06:31:13.722Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
4012023-11-21T06:31:13.722Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
4022023-11-21T06:31:13.722Z+ rm -rf ./out/console-assets
4032023-11-21T06:31:13.722Z+ mkdir -p ./out/console-assets
4042023-11-21T06:31:13.722Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4052023-11-21T06:31:13.722Z+ mkdir -p ./out/console-assets
4062023-11-21T06:31:13.722Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4072023-11-21T06:31:13.722Z+ set -o errexit
4082023-11-21T06:31:13.722Z+++ dirname ./tools/ci_download_maghemite_openapi
4092023-11-21T06:31:13.722Z++ cd ./tools
4102023-11-21T06:31:13.722Z++ pwd
4112023-11-21T06:31:13.722Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122023-11-21T06:31:13.722Z++ basename ./tools/ci_download_maghemite_openapi
4132023-11-21T06:31:13.722Z+ ARG0=ci_download_maghemite_openapi
4142023-11-21T06:31:13.722Z+ TARGET_DIR=out
4152023-11-21T06:31:13.722Z+ DOWNLOAD_DIR=out/downloads
4162023-11-21T06:31:13.722Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4172023-11-21T06:31:13.722Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4182023-11-21T06:31:13.722Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4192023-11-21T06:31:13.722Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4202023-11-21T06:31:13.722Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4212023-11-21T06:31:13.723Z+ main
4222023-11-21T06:31:13.723Z+ [[ 0 != 0 ]]
4232023-11-21T06:31:13.723Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4242023-11-21T06:31:13.723ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4252023-11-21T06:31:13.723ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4262023-11-21T06:31:13.723Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4272023-11-21T06:31:13.723Z+ local DO_DOWNLOAD=true
4282023-11-21T06:31:13.723Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4292023-11-21T06:31:13.723Z+ mkdir -p out/downloads
4302023-11-21T06:31:13.723Z+ '[' true == true ']'
4312023-11-21T06:31:13.723Z+ echo Downloading...
4322023-11-21T06:31:13.723ZDownloading...
4332023-11-21T06:31:13.723Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4342023-11-21T06:31:13.723Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4352023-11-21T06:31:13.912Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4362023-11-21T06:31:13.913Z++ case "$OSTYPE" in
4372023-11-21T06:31:13.922Z++ SHA=sha256sum
4382023-11-21T06:31:13.922Z++ sha256sum
4392023-11-21T06:31:13.922Z++ awk '{print $1}'
4402023-11-21T06:31:13.922Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4412023-11-21T06:31:13.922Z+ [[ 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 ]]
4422023-11-21T06:31:13.922Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4432023-11-21T06:31:13.922Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4442023-11-21T06:31:13.922Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4452023-11-21T06:31:13.923Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4462023-11-21T06:31:13.923Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4472023-11-21T06:31:13.923Z+ main
4482023-11-21T06:31:13.923Z+ [[ 0 != 0 ]]
4492023-11-21T06:31:13.923Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4502023-11-21T06:31:13.923ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4512023-11-21T06:31:13.923Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4522023-11-21T06:31:13.923ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4532023-11-21T06:31:13.923Z+ local DO_DOWNLOAD=true
4542023-11-21T06:31:13.923Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4552023-11-21T06:31:13.923Z+ mkdir -p out/downloads
4562023-11-21T06:31:13.923Z+ '[' true == true ']'
4572023-11-21T06:31:13.923ZDownloading...
4582023-11-21T06:31:13.923Z+ echo Downloading...
4592023-11-21T06:31:13.923Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4602023-11-21T06:31:13.923Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4612023-11-21T06:31:14.614Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4622023-11-21T06:31:14.646Z++ case "$OSTYPE" in
4632023-11-21T06:31:14.646Z++ SHA=sha256sum
4642023-11-21T06:31:14.647Z++ sha256sum
4652023-11-21T06:31:14.647Z++ awk '{print $1}'
4662023-11-21T06:31:14.647Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4672023-11-21T06:31:14.647Z+ [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]]
4682023-11-21T06:31:14.648Z+ set -o errexit
4692023-11-21T06:31:14.648Z+++ dirname ./tools/ci_download_dendrite_openapi
4702023-11-21T06:31:14.648Z++ cd ./tools
4712023-11-21T06:31:14.648Z++ pwd
4722023-11-21T06:31:14.649Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4732023-11-21T06:31:14.649Z++ basename ./tools/ci_download_dendrite_openapi
4742023-11-21T06:31:14.649Z+ ARG0=ci_download_dendrite_openapi
4752023-11-21T06:31:14.649Z+ TARGET_DIR=out
4762023-11-21T06:31:14.649Z+ DOWNLOAD_DIR=out/downloads
4772023-11-21T06:31:14.649Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4782023-11-21T06:31:14.649Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4792023-11-21T06:31:14.649Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4802023-11-21T06:31:14.650Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4812023-11-21T06:31:14.650Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4822023-11-21T06:31:14.650Z+ main
4832023-11-21T06:31:14.650Z+ [[ 0 != 0 ]]
4842023-11-21T06:31:14.650Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4852023-11-21T06:31:14.650ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4862023-11-21T06:31:14.650Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4872023-11-21T06:31:14.651ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4882023-11-21T06:31:14.651Z+ local DO_DOWNLOAD=true
4892023-11-21T06:31:14.651Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4902023-11-21T06:31:14.651Z+ mkdir -p out/downloads
4912023-11-21T06:31:14.651Z+ '[' true == true ']'
4922023-11-21T06:31:14.651Z+ echo Downloading...
4932023-11-21T06:31:14.651ZDownloading...
4942023-11-21T06:31:14.651Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4952023-11-21T06:31:14.651Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4962023-11-21T06:31:14.813Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4972023-11-21T06:31:14.813Z++ case "$OSTYPE" in
4982023-11-21T06:31:14.831Z++ SHA=sha256sum
4992023-11-21T06:31:14.831Z++ sha256sum
5002023-11-21T06:31:14.831Z++ awk '{print $1}'
5012023-11-21T06:31:14.831Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5022023-11-21T06:31:14.831Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5032023-11-21T06:31:14.862Z+ set -o errexit
5042023-11-21T06:31:14.862Z+++ dirname ./tools/ci_download_dendrite_stub
5052023-11-21T06:31:14.862Z++ cd ./tools
5062023-11-21T06:31:14.862Z++ pwd
5072023-11-21T06:31:14.862Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082023-11-21T06:31:14.862Z++ basename ./tools/ci_download_dendrite_stub
5092023-11-21T06:31:14.862Z+ ARG0=ci_download_dendrite_stub
5102023-11-21T06:31:14.862Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5112023-11-21T06:31:14.862Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5122023-11-21T06:31:14.862Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5132023-11-21T06:31:14.862Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5142023-11-21T06:31:14.862Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5152023-11-21T06:31:14.862Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5162023-11-21T06:31:14.862Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5172023-11-21T06:31:14.862Z+ TARGET_DIR=out
5182023-11-21T06:31:14.863Z+ DOWNLOAD_DIR=out/downloads
5192023-11-21T06:31:14.863Z+ DEST_DIR=./out/dendrite-stub
5202023-11-21T06:31:14.863Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5212023-11-21T06:31:14.863Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5222023-11-21T06:31:14.863Z+ REPO=oxidecomputer/dendrite
5232023-11-21T06:31:14.863Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5242023-11-21T06:31:14.863Z+ main
5252023-11-21T06:31:14.863Z+ [[ 0 != 0 ]]
5262023-11-21T06:31:14.863Z+ CIDL_OS=solaris2.11
5272023-11-21T06:31:14.863Z+ [[ 0 != 0 ]]
5282023-11-21T06:31:14.863Z+ configure_os solaris2.11
5292023-11-21T06:31:14.863Z+ echo 'current directory: /work/oxidecomputer/omicron'
5302023-11-21T06:31:14.863Zcurrent directory: /work/oxidecomputer/omicron
5312023-11-21T06:31:14.863Z+ echo 'configuring based on OS: "solaris2.11"'
5322023-11-21T06:31:14.863Z+ case "$1" in
5332023-11-21T06:31:14.863Zconfiguring based on OS: "solaris2.11"
5342023-11-21T06:31:14.863Z+ SET_BINARIES=
5352023-11-21T06:31:14.863Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5362023-11-21T06:31:14.863Z+ CIDL_SHA256FUNC=do_sha256sum
5372023-11-21T06:31:14.863Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5382023-11-21T06:31:14.863Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5392023-11-21T06:31:14.863Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5402023-11-21T06:31:14.863Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5412023-11-21T06:31:14.863ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5422023-11-21T06:31:14.863Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5432023-11-21T06:31:14.863ZLocal file: out/downloads/dendrite-stub.tar.gz
5442023-11-21T06:31:14.863Z+ mkdir -p out/downloads
5452023-11-21T06:31:14.863Z+ mkdir -p ./out/dendrite-stub
5462023-11-21T06:31:14.863Z+ fetch_and_verify
5472023-11-21T06:31:14.863Z+ local DO_DOWNLOAD=true
5482023-11-21T06:31:14.863Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5492023-11-21T06:31:14.863Z+ '[' true == true ']'
5502023-11-21T06:31:14.863Z+ echo Downloading...
5512023-11-21T06:31:14.864ZDownloading...
5522023-11-21T06:31:14.864Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5532023-11-21T06:31:14.864Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5542023-11-21T06:31:25.818Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5552023-11-21T06:31:25.827Z++ sha256sum
5562023-11-21T06:31:25.827Z++ awk '{print $1}'
5572023-11-21T06:31:25.938Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5582023-11-21T06:31:25.938Z+ [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]]
5592023-11-21T06:31:25.959Z+ do_untar out/downloads/dendrite-stub.tar.gz
5602023-11-21T06:31:25.959Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5612023-11-21T06:31:27.035Z+ do_assemble
5622023-11-21T06:31:27.035Z+ rm -r ./out/dendrite-stub
5632023-11-21T06:31:27.043Z+ mkdir ./out/dendrite-stub
5642023-11-21T06:31:27.043Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5652023-11-21T06:31:27.241Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5662023-11-21T06:31:27.246Z+ set -o errexit
5672023-11-21T06:31:27.246Z+++ dirname ./tools/ci_download_maghemite_mgd
5682023-11-21T06:31:27.246Z++ cd ./tools
5692023-11-21T06:31:27.246Z++ pwd
5702023-11-21T06:31:27.246Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5712023-11-21T06:31:27.246Z++ basename ./tools/ci_download_maghemite_mgd
5722023-11-21T06:31:27.246Z+ ARG0=ci_download_maghemite_mgd
5732023-11-21T06:31:27.246Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5742023-11-21T06:31:27.246Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5752023-11-21T06:31:27.246Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5762023-11-21T06:31:27.246Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5772023-11-21T06:31:27.246Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5782023-11-21T06:31:27.246Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5792023-11-21T06:31:27.246Z+ TARGET_DIR=out
5802023-11-21T06:31:27.246Z+ DOWNLOAD_DIR=out/downloads
5812023-11-21T06:31:27.246Z+ DEST_DIR=./out/mgd
5822023-11-21T06:31:27.246Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5832023-11-21T06:31:27.246Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5842023-11-21T06:31:27.246Z+ REPO=oxidecomputer/maghemite
5852023-11-21T06:31:27.246Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5862023-11-21T06:31:27.247Z+ main
5872023-11-21T06:31:27.247Z+ [[ 0 != 0 ]]
5882023-11-21T06:31:27.247Z+ CIDL_OS=solaris2.11
5892023-11-21T06:31:27.247Z+ [[ 0 != 0 ]]
5902023-11-21T06:31:27.247Z+ configure_os solaris2.11
5912023-11-21T06:31:27.247Z+ echo 'current directory: /work/oxidecomputer/omicron'
5922023-11-21T06:31:27.247Zcurrent directory: /work/oxidecomputer/omicron
5932023-11-21T06:31:27.247Z+ echo 'configuring based on OS: "solaris2.11"'
5942023-11-21T06:31:27.247Z+ case "$1" in
5952023-11-21T06:31:27.247Z+ SET_BINARIES=
5962023-11-21T06:31:27.247Zconfiguring based on OS: "solaris2.11"
5972023-11-21T06:31:27.247Z+ CIDL_SHA256FUNC=do_sha256sum
5982023-11-21T06:31:27.247Z+ TARBALL_FILENAME=mgd.tar.gz
5992023-11-21T06:31:27.247Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6002023-11-21T06:31:27.247Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6012023-11-21T06:31:27.247Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
6022023-11-21T06:31:27.247ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6032023-11-21T06:31:27.247Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6042023-11-21T06:31:27.247ZLocal file: out/downloads/mgd.tar.gz
6052023-11-21T06:31:27.247Z+ mkdir -p out/downloads
6062023-11-21T06:31:27.247Z+ mkdir -p ./out/mgd
6072023-11-21T06:31:27.247Z+ fetch_and_verify
6082023-11-21T06:31:27.247Z+ local DO_DOWNLOAD=true
6092023-11-21T06:31:27.247Z+ [[ -f out/downloads/mgd.tar.gz ]]
6102023-11-21T06:31:27.247Z+ '[' true == true ']'
6112023-11-21T06:31:27.247Z+ echo Downloading...
6122023-11-21T06:31:27.247ZDownloading...
6132023-11-21T06:31:27.247Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6142023-11-21T06:31:27.247Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6152023-11-21T06:31:36.300Z++ do_sha256sum out/downloads/mgd.tar.gz
6162023-11-21T06:31:36.308Z++ sha256sum
6172023-11-21T06:31:36.308Z++ awk '{print $1}'
6182023-11-21T06:31:36.386Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6192023-11-21T06:31:36.386Z+ [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]]
6202023-11-21T06:31:36.395Z+ do_untar out/downloads/mgd.tar.gz
6212023-11-21T06:31:36.395Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6222023-11-21T06:31:37.063Z+ do_assemble
6232023-11-21T06:31:37.063Z+ rm -r ./out/mgd
6242023-11-21T06:31:37.069Z+ mkdir ./out/mgd
6252023-11-21T06:31:37.069Z+ cp -r out/downloads/root ./out/mgd/root
6262023-11-21T06:31:37.286Z+ set -o errexit
6272023-11-21T06:31:37.289Z+++ dirname ./tools/ci_download_transceiver_control
6282023-11-21T06:31:37.292Z++ cd ./tools
6292023-11-21T06:31:37.292Z++ pwd
6302023-11-21T06:31:37.293Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6312023-11-21T06:31:37.293Z++ basename ./tools/ci_download_transceiver_control
6322023-11-21T06:31:37.296Z+ ARG0=ci_download_transceiver_control
6332023-11-21T06:31:37.296Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6342023-11-21T06:31:37.296Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6352023-11-21T06:31:37.296Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362023-11-21T06:31:37.296Z+ TARGET_DIR=out
6372023-11-21T06:31:37.296Z+ DOWNLOAD_DIR=out/downloads
6382023-11-21T06:31:37.296Z+ DEST_DIR=./out/transceiver-control
6392023-11-21T06:31:37.296Z+ BIN_DIR=/opt/oxide/bin
6402023-11-21T06:31:37.296Z+ BINARY=xcvradm
6412023-11-21T06:31:37.296Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6422023-11-21T06:31:37.296Z+ REPO=oxidecomputer/transceiver-control
6432023-11-21T06:31:37.296Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6442023-11-21T06:31:37.296Z+ main
6452023-11-21T06:31:37.296Z+ [[ 0 != 0 ]]
6462023-11-21T06:31:37.296Z+ CIDL_OS=solaris2.11
6472023-11-21T06:31:37.296Z+ [[ 0 != 0 ]]
6482023-11-21T06:31:37.296Z+ configure_os solaris2.11
6492023-11-21T06:31:37.296Z+ echo 'current directory: /work/oxidecomputer/omicron'
6502023-11-21T06:31:37.296Z+ echo 'configuring based on OS: "solaris2.11"'
6512023-11-21T06:31:37.296Zcurrent directory: /work/oxidecomputer/omicron
6522023-11-21T06:31:37.296Zconfiguring based on OS: "solaris2.11"
6532023-11-21T06:31:37.296Z+ case "$1" in
6542023-11-21T06:31:37.296Z+ SET_BINARIES=
6552023-11-21T06:31:37.297Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6562023-11-21T06:31:37.297Z+ CIDL_SHA256FUNC=do_sha256sum
6572023-11-21T06:31:37.297Z+ ARCHIVE_FILENAME=xcvradm.gz
6582023-11-21T06:31:37.297Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6592023-11-21T06:31:37.297Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6602023-11-21T06:31:37.297Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6612023-11-21T06:31:37.297ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622023-11-21T06:31:37.297ZLocal file: out/downloads/xcvradm.gz
6632023-11-21T06:31:37.297Z+ echo 'Local file: out/downloads/xcvradm.gz'
6642023-11-21T06:31:37.297Z+ mkdir -p out/downloads
6652023-11-21T06:31:37.300Z+ mkdir -p ./out/transceiver-control
6662023-11-21T06:31:37.303Z+ fetch_and_verify
6672023-11-21T06:31:37.303Z+ local DO_DOWNLOAD=true
6682023-11-21T06:31:37.303Z+ [[ -f out/downloads/xcvradm.gz ]]
6692023-11-21T06:31:37.303Z+ '[' true == true ']'
6702023-11-21T06:31:37.303Z+ echo Downloading...
6712023-11-21T06:31:37.303ZDownloading...
6722023-11-21T06:31:37.303Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6732023-11-21T06:31:37.303Z+ 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
6742023-11-21T06:31:40.971Z++ do_sha256sum out/downloads/xcvradm.gz
6752023-11-21T06:31:40.976Z++ sha256sum
6762023-11-21T06:31:40.976Z++ awk '{print $1}'
6772023-11-21T06:31:40.996Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6782023-11-21T06:31:40.996Z+ [[ 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 ]]
6792023-11-21T06:31:41.005Z+ do_unpack out/downloads/xcvradm.gz
6802023-11-21T06:31:41.005Z+ mkdir -p out/downloads/root//opt/oxide/bin
6812023-11-21T06:31:41.005Z+ gzip -dc out/downloads/xcvradm.gz
6822023-11-21T06:31:41.180Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6832023-11-21T06:31:41.183Z+ do_assemble
6842023-11-21T06:31:41.183Z+ rm -r ./out/transceiver-control
6852023-11-21T06:31:41.189Z+ mkdir ./out/transceiver-control
6862023-11-21T06:31:41.189Z+ cp -r out/downloads/root ./out/transceiver-control/root
6872023-11-21T06:31:41.408ZAll prerequisites installed successfully
6882023-11-21T06:31:41.413Z
6892023-11-21T06:31:41.413Zreal 2:09.579274712
6902023-11-21T06:31:41.413Zuser 52.813329306
6912023-11-21T06:31:41.413Zsys 10.509822100
6922023-11-21T06:31:41.413Ztrap 0.030840873
6932023-11-21T06:31:41.413Ztflt 0.133285296
6942023-11-21T06:31:41.413Zdflt 0.652645085
6952023-11-21T06:31:41.413Zkflt 0.136126302
6962023-11-21T06:31:41.413Zlock 1.721262588
6972023-11-21T06:31:41.413Zslp 4:06.375155200
6982023-11-21T06:31:41.413Zlat 4.261116582
6992023-11-21T06:31:41.413Zstop 0.069829042
7002023-11-21T06:31:41.413Z+ ptime -m ./tools/ci_download_softnpu_machinery
7012023-11-21T06:31:41.433Zfetching npuzone
7022023-11-21T06:31:41.457ZEnsuring oxidecomputer/softnpu/image/npuzone in out/npuzone
7032023-11-21T06:31:41.457Z (commit: dec63e67156fe6e958991bbfa090629868115ab5)
7042023-11-21T06:31:41.457ZGetting hash for npuzone
7052023-11-21T06:31:41.603Z (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4)
7062023-11-21T06:31:51.228Znpuzone downloaded successfully
7072023-11-21T06:31:51.233Z
7082023-11-21T06:31:51.237Zreal 9.817674376
7092023-11-21T06:31:51.237Zuser 0.609249543
7102023-11-21T06:31:51.238Zsys 0.177568708
7112023-11-21T06:31:51.238Ztrap 0.000942759
7122023-11-21T06:31:51.238Ztflt 0.000000000
7132023-11-21T06:31:51.238Zdflt 0.000000000
7142023-11-21T06:31:51.238Zkflt 0.000000000
7152023-11-21T06:31:51.238Zlock 0.000000000
7162023-11-21T06:31:51.238Zslp 28.411051982
7172023-11-21T06:31:51.238Zlat 0.206389843
7182023-11-21T06:31:51.238Zstop 0.001238184
7192023-11-21T06:31:51.238Z+ export CARGO_INCREMENTAL=0
7202023-11-21T06:31:51.238Z+ CARGO_INCREMENTAL=0
7212023-11-21T06:31:51.238Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7222023-11-21T06:31:51.577Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7232023-11-21T06:31:51.957Z Updating crates.io index
7242023-11-21T06:31:51.961Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7252023-11-21T06:31:52.798Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7262023-11-21T06:31:54.575Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7272023-11-21T06:31:56.187Z Updating git repository `http://github.com/oxidecomputer/tofino`
7282023-11-21T06:31:56.516Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7292023-11-21T06:31:56.829Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7302023-11-21T06:31:57.108Z Updating git repository `https://github.com/oxidecomputer/propolis`
7312023-11-21T06:31:58.019Z Updating git repository `https://github.com/oxidecomputer/crucible`
7322023-11-21T06:31:59.963Z Updating git repository `https://github.com/oxidecomputer/opte`
7332023-11-21T06:32:01.011Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7342023-11-21T06:32:01.343Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7352023-11-21T06:32:02.027Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7362023-11-21T06:32:02.404Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7372023-11-21T06:32:02.772Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7382023-11-21T06:32:03.153Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392023-11-21T06:32:03.494Z Updating git repository `https://github.com/njaremko/samael`
7402023-11-21T06:32:03.929Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7412023-11-21T06:32:04.622Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7422023-11-21T06:32:05.021Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7432023-11-21T06:32:05.351Z Updating git repository `https://github.com/jgallagher/nix`
7442023-11-21T06:32:07.061Z Updating git repository `https://github.com/cbiffle/hubpack`
7452023-11-21T06:32:07.522Z Updating git repository `https://github.com/oxidecomputer/typify`
7462023-11-21T06:32:08.501Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7472023-11-21T06:32:08.891Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7482023-11-21T06:32:09.309Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7492023-11-21T06:32:10.785Z Downloading crates ...
7502023-11-21T06:32:11.013Z Downloaded cfg-if v0.1.10
7512023-11-21T06:32:11.018Z Downloaded cexpr v0.6.0
7522023-11-21T06:32:11.022Z Downloaded base64 v0.13.1
7532023-11-21T06:32:11.029Z Downloaded cancel-safe-futures v0.1.5
7542023-11-21T06:32:11.040Z Downloaded openssl-macros v0.1.1
7552023-11-21T06:32:11.044Z Downloaded async-stream-impl v0.3.5
7562023-11-21T06:32:11.048Z Downloaded oso-derive v0.27.0
7572023-11-21T06:32:11.048Z Downloaded packed_struct_codegen v0.10.1
7582023-11-21T06:32:11.052Z Downloaded oso v0.27.0
7592023-11-21T06:32:11.060Z Downloaded openssl-sys v0.9.93
7602023-11-21T06:32:11.074Z Downloaded itertools v0.10.5
7612023-11-21T06:32:11.090Z Downloaded ipnetwork v0.20.0
7622023-11-21T06:32:11.109Z Downloaded nanorand v0.7.0
7632023-11-21T06:32:11.526Z Downloaded curve25519-dalek v4.1.0
7642023-11-21T06:32:11.526Z Downloaded libefi-sys v0.1.0
7652023-11-21T06:32:11.526Z Downloaded instant v0.1.12
7662023-11-21T06:32:11.526Z Downloaded cargo-platform v0.1.3
7672023-11-21T06:32:11.526Z Downloaded camino-tempfile v1.0.2
7682023-11-21T06:32:11.526Z Downloaded adler v1.0.2
7692023-11-21T06:32:11.526Z Downloaded bitflags v1.3.2
7702023-11-21T06:32:11.527Z Downloaded olpc-cjson v0.1.3
7712023-11-21T06:32:11.527Z Downloaded cassowary v0.3.0
7722023-11-21T06:32:11.527Z Downloaded num_threads v0.1.6
7732023-11-21T06:32:11.527Z Downloaded block-padding v0.3.3
7742023-11-21T06:32:11.527Z Downloaded impl-trait-for-tuples v0.2.2
7752023-11-21T06:32:11.527Z Downloaded num-integer v0.1.45
7762023-11-21T06:32:11.527Z Downloaded argon2 v0.5.2
7772023-11-21T06:32:11.527Z Downloaded num-derive v0.4.0
7782023-11-21T06:32:11.527Z Downloaded num v0.4.1
7792023-11-21T06:32:11.527Z Downloaded arc-swap v1.6.0
7802023-11-21T06:32:11.527Z Downloaded num_enum_derive v0.5.11
7812023-11-21T06:32:11.527Z Downloaded untrusted v0.7.1
7822023-11-21T06:32:11.527Z Downloaded derive_builder_macro v0.12.0
7832023-11-21T06:32:11.527Z Downloaded serde_tokenstream v0.1.7
7842023-11-21T06:32:11.527Z Downloaded base64ct v1.6.0
7852023-11-21T06:32:11.527Z Downloaded zeroize_derive v1.4.2
7862023-11-21T06:32:11.527Z Downloaded toolchain_find v0.2.0
7872023-11-21T06:32:11.527Z Downloaded once_cell v1.18.0
7882023-11-21T06:32:11.527Z Downloaded serde_spanned v0.6.4
7892023-11-21T06:32:11.527Z Downloaded want v0.3.1
7902023-11-21T06:32:11.527Z Downloaded semver v0.11.0
7912023-11-21T06:32:11.527Z Downloaded humantime v2.1.0
7922023-11-21T06:32:11.527Z Downloaded usdt-attr-macro v0.3.5
7932023-11-21T06:32:11.527Z Downloaded vec_map v0.8.2
7942023-11-21T06:32:11.527Z Downloaded thiserror v1.0.49
7952023-11-21T06:32:11.527Z Downloaded tower-service v0.3.2
7962023-11-21T06:32:11.527Z Downloaded futures-channel v0.3.29
7972023-11-21T06:32:11.527Z Downloaded bzip2 v0.4.4
7982023-11-21T06:32:11.527Z Downloaded utf8parse v0.2.1
7992023-11-21T06:32:11.527Z Downloaded anyhow v1.0.75
8002023-11-21T06:32:11.527Z Downloaded stable_deref_trait v1.2.0
8012023-11-21T06:32:11.527Z Downloaded der_derive v0.7.2
8022023-11-21T06:32:11.527Z Downloaded futures-task v0.3.29
8032023-11-21T06:32:11.527Z Downloaded pretty-hex v0.3.0
8042023-11-21T06:32:11.527Z Downloaded tinyvec_macros v0.1.1
8052023-11-21T06:32:11.527Z Downloaded take_mut v0.2.2
8062023-11-21T06:32:11.527Z Downloaded dirs-sys-next v0.1.2
8072023-11-21T06:32:11.528Z Downloaded float-cmp v0.9.0
8082023-11-21T06:32:11.528Z Downloaded tokio-stream v0.1.14
8092023-11-21T06:32:11.528Z Downloaded flagset v0.4.3
8102023-11-21T06:32:11.528Z Downloaded r2d2 v0.8.10
8112023-11-21T06:32:11.528Z Downloaded serde_repr v0.1.16
8122023-11-21T06:32:11.528Z Downloaded indicatif v0.17.7
8132023-11-21T06:32:11.528Z Downloaded precomputed-hash v0.1.1
8142023-11-21T06:32:11.528Z Downloaded strum v0.25.0
8152023-11-21T06:32:11.528Z Downloaded mio v0.8.8
8162023-11-21T06:32:11.528Z Downloaded waitgroup v0.1.2
8172023-11-21T06:32:11.528Z Downloaded utf-8 v0.7.6
8182023-11-21T06:32:11.528Z Downloaded zeroize v1.6.0
8192023-11-21T06:32:11.528Z Downloaded zip v0.6.6
8202023-11-21T06:32:11.528Z Downloaded slog-bunyan v2.4.0
8212023-11-21T06:32:11.528Z Downloaded pretty-hex v0.2.1
8222023-11-21T06:32:11.528Z Downloaded shlex v1.1.0
8232023-11-21T06:32:11.528Z Downloaded test-strategy v0.3.1
8242023-11-21T06:32:11.528Z Downloaded secrecy v0.8.0
8252023-11-21T06:32:11.528Z Downloaded rustversion v1.0.14
8262023-11-21T06:32:11.528Z Downloaded predicates-core v1.0.6
8272023-11-21T06:32:11.528Z Downloaded endian-type v0.1.2
8282023-11-21T06:32:11.528Z Downloaded ref-cast v1.0.20
8292023-11-21T06:32:11.528Z Downloaded zone v0.3.0
8302023-11-21T06:32:11.528Z Downloaded spin v0.5.2
8312023-11-21T06:32:11.528Z Downloaded url v2.4.1
8322023-11-21T06:32:11.528Z Downloaded ppv-lite86 v0.2.17
8332023-11-21T06:32:11.528Z Downloaded termios v0.3.3
8342023-11-21T06:32:11.529Z Downloaded unicase v2.7.0
8352023-11-21T06:32:11.529Z Downloaded parse-display v0.8.2
8362023-11-21T06:32:11.529Z Downloaded serde_urlencoded v0.7.1
8372023-11-21T06:32:11.529Z Downloaded shell-words v1.1.0
8382023-11-21T06:32:11.529Z Downloaded poly1305 v0.8.0
8392023-11-21T06:32:11.529Z Downloaded heck v0.4.1
8402023-11-21T06:32:11.529Z Downloaded scopeguard v1.2.0
8412023-11-21T06:32:11.529Z Downloaded percent-encoding v2.3.0
8422023-11-21T06:32:11.529Z Downloaded rcgen v0.11.3
8432023-11-21T06:32:11.529Z Downloaded enum-as-inner v0.5.1
8442023-11-21T06:32:11.529Z Downloaded tracing-core v0.1.31
8452023-11-21T06:32:11.529Z Downloaded display-error-chain v0.2.0
8462023-11-21T06:32:11.529Z Downloaded headers-core v0.2.0
8472023-11-21T06:32:11.529Z Downloaded proc-macro2 v1.0.69
8482023-11-21T06:32:11.529Z Downloaded radium v0.7.0
8492023-11-21T06:32:11.529Z Downloaded platforms v3.0.2
8502023-11-21T06:32:11.529Z Downloaded vte_generate_state_changes v0.1.1
8512023-11-21T06:32:11.529Z Downloaded foreign-types-shared v0.1.1
8522023-11-21T06:32:11.529Z Downloaded foreign-types-macros v0.2.3
8532023-11-21T06:32:11.529Z Downloaded signal-hook-tokio v0.3.1
8542023-11-21T06:32:11.529Z Downloaded foreign-types v0.5.0
8552023-11-21T06:32:11.529Z Downloaded proc-macro-error-attr v1.0.4
8562023-11-21T06:32:11.529Z Downloaded rand_xorshift v0.3.0
8572023-11-21T06:32:11.529Z Downloaded rand_core v0.6.4
8582023-11-21T06:32:11.529Z Downloaded darling_macro v0.14.4
8592023-11-21T06:32:11.529Z Downloaded quote v1.0.33
8602023-11-21T06:32:11.552Z Downloaded quick-error v1.2.3
8612023-11-21T06:32:11.552Z Downloaded hubpack_derive v0.1.1
8622023-11-21T06:32:11.552Z Downloaded postcard v0.7.3
8632023-11-21T06:32:11.552Z Downloaded ed25519 v1.5.3
8642023-11-21T06:32:11.552Z Downloaded slog v2.7.0
8652023-11-21T06:32:11.571Z Downloaded rayon-core v1.12.0
8662023-11-21T06:32:11.572Z Downloaded parking_lot_core v0.9.8
8672023-11-21T06:32:11.572Z Downloaded structopt v0.3.26
8682023-11-21T06:32:11.984Z Downloaded http-range v0.1.5
8692023-11-21T06:32:11.984Z Downloaded typenum v1.16.0
8702023-11-21T06:32:11.984Z Downloaded password-hash v0.5.0
8712023-11-21T06:32:11.984Z Downloaded universal-hash v0.5.1
8722023-11-21T06:32:11.984Z Downloaded unicode-width v0.1.11
8732023-11-21T06:32:11.984Z Downloaded which v4.4.0
8742023-11-21T06:32:11.985Z Downloaded pin-project v1.1.3
8752023-11-21T06:32:11.985Z Downloaded fxhash v0.2.1
8762023-11-21T06:32:11.985Z Downloaded peeking_take_while v0.1.2
8772023-11-21T06:32:11.985Z Downloaded path-slash v0.1.5
8782023-11-21T06:32:11.985Z Downloaded darling_macro v0.20.3
8792023-11-21T06:32:11.985Z Downloaded supports-color v2.1.0
8802023-11-21T06:32:11.985Z Downloaded dtrace-parser v0.1.14
8812023-11-21T06:32:11.985Z Downloaded downcast v0.11.0
8822023-11-21T06:32:11.985Z Downloaded pkcs1 v0.7.5
8832023-11-21T06:32:11.985Z Downloaded futures-io v0.3.29
8842023-11-21T06:32:11.985Z Downloaded filetime v0.2.22
8852023-11-21T06:32:11.985Z Downloaded rustc-demangle v0.1.23
8862023-11-21T06:32:11.985Z Downloaded unicode-ident v1.0.12
8872023-11-21T06:32:11.985Z Downloaded heck v0.3.3
8882023-11-21T06:32:11.985Z Downloaded rustc_version v0.4.0
8892023-11-21T06:32:11.985Z Downloaded slog-dtrace v0.2.3
8902023-11-21T06:32:11.985Z Downloaded httpdate v1.0.3
8912023-11-21T06:32:11.985Z Downloaded generic-array v0.14.7
8922023-11-21T06:32:11.985Z Downloaded darling v0.20.3
8932023-11-21T06:32:11.985Z Downloaded debug-ignore v1.0.5
8942023-11-21T06:32:11.985Z Downloaded rustfmt-wrapper v0.2.0
8952023-11-21T06:32:11.985Z Downloaded phf v0.11.2
8962023-11-21T06:32:11.985Z Downloaded socket2 v0.5.4
8972023-11-21T06:32:11.985Z Downloaded pem v3.0.2
8982023-11-21T06:32:11.985Z Downloaded pkcs8 v0.10.2
8992023-11-21T06:32:11.985Z Downloaded httparse v1.8.0
9002023-11-21T06:32:11.985Z Downloaded rand v0.8.5
9012023-11-21T06:32:11.985Z Downloaded getopts v0.2.21
9022023-11-21T06:32:11.985Z Downloaded serde_derive v1.0.192
9032023-11-21T06:32:11.985Z Downloaded pkg-config v0.3.27
9042023-11-21T06:32:11.985Z Downloaded signature v2.1.0
9052023-11-21T06:32:11.985Z Downloaded similar v2.2.1
9062023-11-21T06:32:11.985Z Downloaded signature v1.6.4
9072023-11-21T06:32:11.985Z Downloaded parking_lot_core v0.8.6
9082023-11-21T06:32:11.985Z Downloaded trust-dns-server v0.22.1
9092023-11-21T06:32:11.985Z Downloaded data-encoding v2.4.0
9102023-11-21T06:32:11.985Z Downloaded semver v1.0.20
9112023-11-21T06:32:11.985Z Downloaded headers v0.3.9
9122023-11-21T06:32:11.985Z Downloaded hmac v0.12.1
9132023-11-21T06:32:11.985Z Downloaded zerocopy v0.6.4
9142023-11-21T06:32:11.985Z Downloaded prettyplease v0.2.12
9152023-11-21T06:32:11.985Z Downloaded fatfs v0.3.6
9162023-11-21T06:32:11.985Z Downloaded unsafe-libyaml v0.2.9
9172023-11-21T06:32:11.985Z Downloaded schemars v0.8.13
9182023-11-21T06:32:11.985Z Downloaded tracing-attributes v0.1.26
9192023-11-21T06:32:11.985Z Downloaded elliptic-curve v0.13.5
9202023-11-21T06:32:11.985Z Downloaded flate2 v1.0.28
9212023-11-21T06:32:11.985Z Downloaded hashbrown v0.12.3
9222023-11-21T06:32:11.985Z Downloaded time v0.3.27
9232023-11-21T06:32:11.985Z Downloaded serde_with v2.3.3
9242023-11-21T06:32:11.985Z Downloaded trust-dns-client v0.22.0
9252023-11-21T06:32:11.985Z Downloaded serde v1.0.192
9262023-11-21T06:32:11.985Z Downloaded hyper v0.14.27
9272023-11-21T06:32:11.985Z Downloaded reedline v0.26.0
9282023-11-21T06:32:11.986Z Downloaded http v0.2.11
9292023-11-21T06:32:11.986Z Downloaded reqwest v0.11.22
9302023-11-21T06:32:11.986Z Downloaded quick-xml v0.23.1
9312023-11-21T06:32:11.986Z Downloaded rustls-webpki v0.101.7
9322023-11-21T06:32:11.986Z Downloaded serde_json v1.0.108
9332023-11-21T06:32:11.986Z Downloaded proptest v1.4.0
9342023-11-21T06:32:11.986Z Downloaded futures-util v0.3.29
9352023-11-21T06:32:11.993Z Downloaded hkdf v0.12.3
9362023-11-21T06:32:12.004Z Downloaded idna v0.2.3
9372023-11-21T06:32:12.015Z Downloaded petgraph v0.6.4
9382023-11-21T06:32:12.036Z Downloaded webpki-roots v0.25.2
9392023-11-21T06:32:12.044Z Downloaded gimli v0.28.0
9402023-11-21T06:32:12.061Z Downloaded radix_trie v0.2.1
9412023-11-21T06:32:12.072Z Downloaded regress v0.7.1
9422023-11-21T06:32:12.112Z Downloaded trust-dns-proto v0.22.0
9432023-11-21T06:32:12.121Z Downloaded rustix v0.38.9
9442023-11-21T06:32:12.150Z Downloaded regex-syntax v0.7.5
9452023-11-21T06:32:12.166Z Downloaded bstr v1.6.0
9462023-11-21T06:32:12.188Z Downloaded zerocopy-derive v0.6.4
9472023-11-21T06:32:12.212Z Downloaded zerocopy-derive v0.2.0
9482023-11-21T06:32:12.229Z Downloaded libc v0.2.150
9492023-11-21T06:32:12.280Z Downloaded tokio v1.33.0
9502023-11-21T06:32:12.349Z Downloaded sha3 v0.10.8
9512023-11-21T06:32:12.361Z Downloaded regex-automata v0.4.3
9522023-11-21T06:32:12.395Z Downloaded encoding_rs v0.8.33
9532023-11-21T06:32:12.437Z Downloaded regex-automata v0.3.8
9542023-11-21T06:32:12.883Z Downloaded bzip2-sys v0.1.11+1.0.8
9552023-11-21T06:32:12.887Z Downloaded sled v0.34.7
9562023-11-21T06:32:12.887Z Downloaded rustls v0.21.9
9572023-11-21T06:32:12.887Z Downloaded regex-syntax v0.8.2
9582023-11-21T06:32:12.887Z Downloaded bstr v0.2.17
9592023-11-21T06:32:12.887Z Downloaded rustix v0.37.23
9602023-11-21T06:32:12.887Z Downloaded diesel v2.1.4
9612023-11-21T06:32:12.887Z Downloaded syn v1.0.109
9622023-11-21T06:32:12.887Z Downloaded regex v1.10.2
9632023-11-21T06:32:12.887Z Downloaded smoltcp v0.9.1
9642023-11-21T06:32:12.887Z Downloaded openapiv3 v2.0.0-rc.1
9652023-11-21T06:32:12.887Z Downloaded ratatui v0.23.0
9662023-11-21T06:32:12.887Z Downloaded polar-core v0.27.0
9672023-11-21T06:32:12.887Z Downloaded regex-syntax v0.6.29
9682023-11-21T06:32:12.887Z Downloaded idna v0.4.0
9692023-11-21T06:32:12.887Z Downloaded bitvec v1.0.1
9702023-11-21T06:32:12.887Z Downloaded syn v2.0.32
9712023-11-21T06:32:12.887Z Downloaded object v0.32.1
9722023-11-21T06:32:12.887Z Downloaded bindgen v0.65.1
9732023-11-21T06:32:12.887Z Downloaded rayon v1.8.0
9742023-11-21T06:32:12.896Z Downloaded vcpkg v0.2.15
9752023-11-21T06:32:12.969Z Downloaded smoltcp v0.8.2
9762023-11-21T06:32:12.987Z Downloaded object v0.30.4
9772023-11-21T06:32:13.007Z Downloaded ring v0.17.5
9782023-11-21T06:32:13.142Z Downloaded chrono v0.4.31
9792023-11-21T06:32:13.156Z Downloaded heapless v0.7.16
9802023-11-21T06:32:13.163Z Downloaded hashbrown v0.13.2
9812023-11-21T06:32:13.172Z Downloaded unicode-segmentation v1.10.1
9822023-11-21T06:32:13.179Z Downloaded unicode-normalization v0.1.22
9832023-11-21T06:32:13.186Z Downloaded ring v0.16.20
9842023-11-21T06:32:13.346Z Downloaded pest v2.7.2
9852023-11-21T06:32:13.355Z Downloaded h2 v0.3.21
9862023-11-21T06:32:13.367Z Downloaded winnow v0.5.15
9872023-11-21T06:32:13.381Z Downloaded clap_builder v4.4.2
9882023-11-21T06:32:13.393Z Downloaded clap v2.34.0
9892023-11-21T06:32:13.406Z Downloaded tabled v0.14.0
9902023-11-21T06:32:13.434Z Downloaded portable-atomic v1.4.3
9912023-11-21T06:32:13.442Z Downloaded derive-where v1.2.5
9922023-11-21T06:32:13.447Z Downloaded toml_edit v0.19.15
9932023-11-21T06:32:13.477Z Downloaded hashbrown v0.14.2
9942023-11-21T06:32:13.486Z Downloaded tokio-util v0.7.10
9952023-11-21T06:32:13.497Z Downloaded getrandom v0.2.10
9962023-11-21T06:32:13.502Z Downloaded rsa v0.9.2
9972023-11-21T06:32:13.510Z Downloaded ucd-trie v0.1.6
9982023-11-21T06:32:13.513Z Downloaded typed-path v0.6.0
9992023-11-21T06:32:13.523Z Downloaded lalrpop v0.19.12
10002023-11-21T06:32:13.546Z Downloaded slog-json v2.6.1
10012023-11-21T06:32:13.557Z Downloaded signal-hook v0.3.17
10022023-11-21T06:32:13.557Z Downloaded regex-automata v0.1.10
10032023-11-21T06:32:13.568Z Downloaded tungstenite v0.20.1
10042023-11-21T06:32:13.981Z Downloaded trust-dns-resolver v0.22.0
10052023-11-21T06:32:13.986Z Downloaded aho-corasick v1.0.4
10062023-11-21T06:32:13.986Z Downloaded salty v0.2.0
10072023-11-21T06:32:13.986Z Downloaded derive_builder_core v0.12.0
10082023-11-21T06:32:13.986Z Downloaded papergrid v0.10.0
10092023-11-21T06:32:13.986Z Downloaded highway v1.1.0
10102023-11-21T06:32:13.986Z Downloaded semver-parser v0.10.2
10112023-11-21T06:32:13.986Z Downloaded hex v0.4.3
10122023-11-21T06:32:13.986Z Downloaded slog-async v2.8.0
10132023-11-21T06:32:13.986Z Downloaded ron v0.8.1
10142023-11-21T06:32:13.986Z Downloaded slog-envlogger v2.2.0
10152023-11-21T06:32:13.986Z Downloaded scheduled-thread-pool v0.2.7
10162023-11-21T06:32:13.986Z Downloaded smallvec v0.6.14
10172023-11-21T06:32:13.986Z Downloaded unicode-xid v0.2.4
10182023-11-21T06:32:13.986Z Downloaded itertools v0.11.0
10192023-11-21T06:32:13.986Z Downloaded rustc_version v0.1.7
10202023-11-21T06:32:13.986Z Downloaded static_assertions v1.1.0
10212023-11-21T06:32:13.986Z Downloaded spin v0.9.8
10222023-11-21T06:32:13.986Z Downloaded x509-cert v0.2.4
10232023-11-21T06:32:13.986Z Downloaded libxml v0.3.3
10242023-11-21T06:32:13.986Z Downloaded ff v0.13.0
10252023-11-21T06:32:13.986Z Downloaded dof v0.1.5
10262023-11-21T06:32:13.986Z Downloaded usdt v0.3.5
10272023-11-21T06:32:13.986Z Downloaded http-body v0.4.5
10282023-11-21T06:32:13.986Z Downloaded proc-macro-error v1.0.4
10292023-11-21T06:32:13.986Z Downloaded parking_lot v0.12.1
10302023-11-21T06:32:13.986Z Downloaded tracing v0.1.37
10312023-11-21T06:32:13.986Z Downloaded libm v0.2.7
10322023-11-21T06:32:13.986Z Downloaded unarray v0.1.4
10332023-11-21T06:32:13.986Z Downloaded darling v0.14.4
10342023-11-21T06:32:13.986Z Downloaded serde_with_macros v2.3.3
10352023-11-21T06:32:13.986Z Downloaded parking_lot v0.11.2
10362023-11-21T06:32:13.986Z Downloaded futures v0.3.29
10372023-11-21T06:32:13.987Z Downloaded toml_edit v0.21.0
10382023-11-21T06:32:13.987Z Downloaded tough v0.15.0
10392023-11-21T06:32:13.987Z Downloaded form_urlencoded v1.2.0
10402023-11-21T06:32:13.987Z Downloaded pest_meta v2.7.2
10412023-11-21T06:32:13.987Z Downloaded pem-rfc7468 v0.7.0
10422023-11-21T06:32:13.987Z Downloaded glob v0.3.1
10432023-11-21T06:32:13.987Z Downloaded steno v0.4.0
10442023-11-21T06:32:13.987Z Downloaded phf_shared v0.10.0
10452023-11-21T06:32:13.987Z Downloaded rustc-hash v1.1.0
10462023-11-21T06:32:13.987Z Downloaded fragile v2.0.0
10472023-11-21T06:32:13.987Z Downloaded parse-display-derive v0.8.2
10482023-11-21T06:32:13.987Z Downloaded resolv-conf v0.7.0
10492023-11-21T06:32:13.987Z Downloaded proc-macro-crate v1.3.1
10502023-11-21T06:32:13.987Z Downloaded crossterm v0.27.0
10512023-11-21T06:32:13.987Z Downloaded nom v7.1.3
10522023-11-21T06:32:13.987Z Downloaded ryu v1.0.15
10532023-11-21T06:32:13.987Z Downloaded toml v0.7.8
10542023-11-21T06:32:13.987Z Downloaded wait-timeout v0.2.0
10552023-11-21T06:32:13.987Z Downloaded rpassword v7.2.0
10562023-11-21T06:32:13.987Z Downloaded sct v0.7.0
10572023-11-21T06:32:13.987Z Downloaded fd-lock v3.0.13
10582023-11-21T06:32:13.987Z Downloaded env_logger v0.10.0
10592023-11-21T06:32:13.987Z Downloaded tokio-postgres v0.7.10
10602023-11-21T06:32:13.987Z Downloaded toml v0.5.11
10612023-11-21T06:32:13.987Z Downloaded pest_derive v2.7.2
10622023-11-21T06:32:13.987Z Downloaded serde-big-array v0.4.1
10632023-11-21T06:32:13.987Z Downloaded foreign-types-shared v0.3.1
10642023-11-21T06:32:13.987Z Downloaded rand_chacha v0.3.1
10652023-11-21T06:32:13.987Z Downloaded globset v0.4.13
10662023-11-21T06:32:13.987Z Downloaded ena v0.14.2
10672023-11-21T06:32:13.987Z Downloaded tar v0.4.40
10682023-11-21T06:32:13.987Z Downloaded serde_yaml v0.9.25
10692023-11-21T06:32:13.987Z Downloaded toml_datetime v0.6.5
10702023-11-21T06:32:13.987Z Downloaded num-bigint-dig v0.8.4
10712023-11-21T06:32:13.987Z Downloaded hostname v0.3.1
10722023-11-21T06:32:13.987Z Downloaded home v0.5.5
10732023-11-21T06:32:13.987Z Downloaded postgres-types v0.2.6
10742023-11-21T06:32:13.988Z Downloaded postgres-protocol v0.6.6
10752023-11-21T06:32:13.988Z Downloaded serde_derive_internals v0.26.0
10762023-11-21T06:32:13.988Z Downloaded diesel_derives v2.1.1
10772023-11-21T06:32:13.988Z Downloaded pem v1.1.1
10782023-11-21T06:32:13.988Z Downloaded paste v1.0.14
10792023-11-21T06:32:13.988Z Downloaded predicates-tree v1.0.9
10802023-11-21T06:32:13.988Z Downloaded fs-err v2.11.0
10812023-11-21T06:32:13.988Z Downloaded either v1.9.0
10822023-11-21T06:32:13.988Z Downloaded whoami v1.4.1
10832023-11-21T06:32:13.988Z Downloaded der v0.7.8
10842023-11-21T06:32:13.988Z Downloaded darling_core v0.20.3
10852023-11-21T06:32:13.988Z Downloaded tempfile v3.8.0
10862023-11-21T06:32:13.988Z Downloaded diff v0.1.13
10872023-11-21T06:32:13.988Z Downloaded flume v0.11.0
10882023-11-21T06:32:13.988Z Downloaded smallvec v1.11.0
10892023-11-21T06:32:13.988Z Downloaded itertools v0.12.0
10902023-11-21T06:32:13.993Z Downloaded usdt-macro v0.3.5
10912023-11-21T06:32:13.993Z Downloaded snafu v0.7.5
10922023-11-21T06:32:14.003Z Downloaded hubpack v0.1.2
10932023-11-21T06:32:14.014Z Downloaded futures-core v0.3.29
10942023-11-21T06:32:14.014Z Downloaded derive_builder v0.12.0
10952023-11-21T06:32:14.033Z Downloaded socket2 v0.4.9
10962023-11-21T06:32:14.033Z Downloaded slog-term v2.9.0
10972023-11-21T06:32:14.033Z Downloaded postcard-cobs v0.1.5-pre
10982023-11-21T06:32:14.033Z Downloaded rustls-native-certs v0.6.3
10992023-11-21T06:32:14.046Z Downloaded toml v0.8.8
11002023-11-21T06:32:14.046Z Downloaded pest_generator v2.7.2
11012023-11-21T06:32:14.047Z Downloaded wyz v0.5.1
11022023-11-21T06:32:14.047Z Downloaded tabled_derive v0.6.0
11032023-11-21T06:32:14.047Z Downloaded subtle v2.5.0
11042023-11-21T06:32:14.047Z Downloaded base64 v0.21.5
11052023-11-21T06:32:14.060Z Downloaded predicates v3.0.4
11062023-11-21T06:32:14.060Z Downloaded predicates v2.1.5
11072023-11-21T06:32:14.060Z Downloaded darling_core v0.14.4
11082023-11-21T06:32:14.075Z Downloaded rtoolbox v0.0.1
11092023-11-21T06:32:14.075Z Downloaded thiserror-no-std v2.0.2
11102023-11-21T06:32:14.075Z Downloaded thiserror-impl-no-std v2.0.2
11112023-11-21T06:32:14.095Z Downloaded strum_macros v0.24.3
11122023-11-21T06:32:14.095Z Downloaded memchr v2.6.3
11132023-11-21T06:32:14.095Z Downloaded num-bigint v0.4.4
11142023-11-21T06:32:14.113Z Downloaded equivalent v1.0.1
11152023-11-21T06:32:14.114Z Downloaded same-file v1.0.6
11162023-11-21T06:32:14.114Z Downloaded rusty-fork v0.3.0
11172023-11-21T06:32:14.114Z Downloaded deranged v0.3.8
11182023-11-21T06:32:14.114Z Downloaded xattr v1.0.1
11192023-11-21T06:32:14.114Z Downloaded time-core v0.1.1
11202023-11-21T06:32:14.125Z Downloaded pin-project-lite v0.2.13
11212023-11-21T06:32:14.125Z Downloaded pin-project-internal v1.1.3
11222023-11-21T06:32:14.125Z Downloaded phf_shared v0.11.2
11232023-11-21T06:32:14.125Z Downloaded textwrap v0.16.0
11242023-11-21T06:32:14.125Z Downloaded smawk v0.3.1
11252023-11-21T06:32:14.125Z Downloaded tokio-native-tls v0.3.1
11262023-11-21T06:32:14.138Z Downloaded tokio-macros v2.1.0
11272023-11-21T06:32:14.139Z Downloaded thread_local v1.1.7
11282023-11-21T06:32:14.139Z Downloaded thread-id v4.2.0
11292023-11-21T06:32:14.139Z Downloaded structopt-derive v0.4.18
11302023-11-21T06:32:14.139Z Downloaded strsim v0.8.0
11312023-11-21T06:32:14.161Z Downloaded term v0.7.0
11322023-11-21T06:32:14.161Z Downloaded crypto-bigint v0.5.2
11332023-11-21T06:32:14.172Z Downloaded backtrace v0.3.69
11342023-11-21T06:32:14.172Z Downloaded minimal-lexical v0.2.1
11352023-11-21T06:32:14.172Z Downloaded crossbeam-channel v0.5.8
11362023-11-21T06:32:14.186Z Downloaded derive_more v0.99.17
11372023-11-21T06:32:14.201Z Downloaded uuid v1.5.0
11382023-11-21T06:32:14.201Z Downloaded tokio-rustls v0.24.1
11392023-11-21T06:32:14.201Z Downloaded tap v1.0.1
11402023-11-21T06:32:14.201Z Downloaded indexmap v2.1.0
11412023-11-21T06:32:14.216Z Downloaded half v1.8.2
11422023-11-21T06:32:14.217Z Downloaded serde_path_to_error v0.1.14
11432023-11-21T06:32:14.217Z Downloaded bytes v1.5.0
11442023-11-21T06:32:14.631Z Downloaded num-traits v0.2.16
11452023-11-21T06:32:14.631Z Downloaded textwrap v0.11.0
11462023-11-21T06:32:14.631Z Downloaded pin-utils v0.1.0
11472023-11-21T06:32:14.631Z Downloaded ref-cast-impl v1.0.20
11482023-11-21T06:32:14.631Z Downloaded fixedbitset v0.4.2
11492023-11-21T06:32:14.636Z Downloaded zone_cfg_derive v0.3.0
11502023-11-21T06:32:14.636Z Downloaded swrite v0.1.0
11512023-11-21T06:32:14.636Z Downloaded group v0.13.0
11522023-11-21T06:32:14.636Z Downloaded usdt-impl v0.3.5
11532023-11-21T06:32:14.636Z Downloaded yasna v0.5.2
11542023-11-21T06:32:14.636Z Downloaded unicode-bidi v0.3.13
11552023-11-21T06:32:14.636Z Downloaded tungstenite v0.18.0
11562023-11-21T06:32:14.636Z Downloaded rustls-pemfile v1.0.3
11572023-11-21T06:32:14.636Z Downloaded stringprep v0.1.3
11582023-11-21T06:32:14.637Z Downloaded strsim v0.10.0
11592023-11-21T06:32:14.637Z Downloaded strip-ansi-escapes v0.2.0
11602023-11-21T06:32:14.637Z Downloaded subprocess v0.2.9
11612023-11-21T06:32:14.637Z Downloaded mockall_derive v0.11.4
11622023-11-21T06:32:14.637Z Downloaded hash32 v0.2.1
11632023-11-21T06:32:14.637Z Downloaded walkdir v2.4.0
11642023-11-21T06:32:14.637Z Downloaded futures-sink v0.3.29
11652023-11-21T06:32:14.637Z Downloaded futures-macro v0.3.29
11662023-11-21T06:32:14.637Z Downloaded digest v0.10.7
11672023-11-21T06:32:14.637Z Downloaded tinyvec v1.6.0
11682023-11-21T06:32:14.637Z Downloaded cookie v0.18.0
11692023-11-21T06:32:14.637Z Downloaded ahash v0.8.3
11702023-11-21T06:32:14.637Z Downloaded addr2line v0.21.0
11712023-11-21T06:32:14.637Z Downloaded indexmap v1.9.3
11722023-11-21T06:32:14.637Z Downloaded tokio-tungstenite v0.18.0
11732023-11-21T06:32:14.637Z Downloaded blake2 v0.10.6
11742023-11-21T06:32:14.637Z Downloaded bitflags v2.4.0
11752023-11-21T06:32:14.637Z Downloaded fastrand v2.0.0
11762023-11-21T06:32:14.637Z Downloaded zerocopy v0.3.0
11772023-11-21T06:32:14.637Z Downloaded vte v0.11.1
11782023-11-21T06:32:14.637Z Downloaded vsss-rs v3.3.1
11792023-11-21T06:32:14.637Z Downloaded tokio-tungstenite v0.20.1
11802023-11-21T06:32:14.637Z Downloaded snafu-derive v0.7.5
11812023-11-21T06:32:14.637Z Downloaded sha2 v0.10.8
11822023-11-21T06:32:14.637Z Downloaded funty v2.0.0
11832023-11-21T06:32:14.637Z Downloaded dyn-clone v1.0.13
11842023-11-21T06:32:14.637Z Downloaded fallible-iterator v0.2.0
11852023-11-21T06:32:14.637Z Downloaded errno v0.3.2
11862023-11-21T06:32:14.637Z Downloaded futures-executor v0.3.29
11872023-11-21T06:32:14.638Z Downloaded strum_macros v0.25.2
11882023-11-21T06:32:14.638Z Downloaded structmeta-derive v0.2.0
11892023-11-21T06:32:14.638Z Downloaded structmeta v0.2.0
11902023-11-21T06:32:14.638Z Downloaded slog-scope v4.4.0
11912023-11-21T06:32:14.638Z Downloaded serde-hex v0.1.0
11922023-11-21T06:32:14.638Z Downloaded clang-sys v1.6.1
11932023-11-21T06:32:14.638Z Downloaded dirs-next v2.0.0
11942023-11-21T06:32:14.638Z Downloaded corncobs v0.1.3
11952023-11-21T06:32:14.638Z Downloaded io-lifetimes v1.0.11
11962023-11-21T06:32:14.638Z Downloaded log v0.4.20
11972023-11-21T06:32:14.638Z Downloaded smf v0.2.2
11982023-11-21T06:32:14.638Z Downloaded slog-stdlog v4.1.1
11992023-11-21T06:32:14.638Z Downloaded slab v0.4.9
12002023-11-21T06:32:14.638Z Downloaded siphasher v0.3.11
12012023-11-21T06:32:14.638Z Downloaded omicron-zone-package v0.9.1
12022023-11-21T06:32:14.638Z Downloaded bb8 v0.8.1
12032023-11-21T06:32:14.638Z Downloaded num-rational v0.4.1
12042023-11-21T06:32:14.638Z Downloaded nu-ansi-term v0.49.0
12052023-11-21T06:32:14.638Z Downloaded multer v2.1.0
12062023-11-21T06:32:14.638Z Downloaded termtree v0.4.1
12072023-11-21T06:32:14.638Z Downloaded doc-comment v0.3.3
12082023-11-21T06:32:14.638Z Downloaded difflib v0.4.0
12092023-11-21T06:32:14.638Z Downloaded fnv v1.0.7
12102023-11-21T06:32:14.638Z Downloaded string_cache v0.8.7
12112023-11-21T06:32:14.638Z Downloaded indoc v2.0.3
12122023-11-21T06:32:14.638Z Downloaded inout v0.1.3
12132023-11-21T06:32:14.638Z Downloaded anstyle-parse v0.2.1
12142023-11-21T06:32:14.638Z Downloaded ipnet v2.8.0
12152023-11-21T06:32:14.638Z Downloaded hyper-rustls v0.24.2
12162023-11-21T06:32:14.638Z Downloaded unicode-linebreak v0.1.5
12172023-11-21T06:32:14.638Z Downloaded termcolor v1.2.0
12182023-11-21T06:32:14.638Z Downloaded synstructure v0.12.6
12192023-11-21T06:32:14.638Z Downloaded spki v0.7.2
12202023-11-21T06:32:14.638Z Downloaded serde_tokenstream v0.2.0
12212023-11-21T06:32:14.638Z Downloaded version_check v0.9.4
12222023-11-21T06:32:14.638Z Downloaded untrusted v0.9.0
12232023-11-21T06:32:14.638Z Downloaded tui-tree-widget v0.13.0
12242023-11-21T06:32:14.638Z Downloaded terminal_size v0.2.6
12252023-11-21T06:32:14.638Z Downloaded signal-hook-registry v1.4.1
12262023-11-21T06:32:14.638Z Downloaded colored v2.0.4
12272023-11-21T06:32:14.638Z Downloaded lock_api v0.4.10
12282023-11-21T06:32:14.638Z Downloaded libsw v3.3.0
12292023-11-21T06:32:14.639Z Downloaded diesel_table_macro_syntax v0.1.0
12302023-11-21T06:32:14.639Z Downloaded bcs v0.1.6
12312023-11-21T06:32:14.639Z Downloaded tiny-keccak v2.0.2
12322023-11-21T06:32:14.639Z Downloaded time-macros v0.2.13
12332023-11-21T06:32:14.639Z Downloaded thiserror-impl v1.0.49
12342023-11-21T06:32:14.639Z Downloaded serde_plain v1.0.2
12352023-11-21T06:32:14.639Z Downloaded semver v0.1.20
12362023-11-21T06:32:14.639Z Downloaded schemars_derive v0.8.13
12372023-11-21T06:32:14.639Z Downloaded crc-any v2.4.3
12382023-11-21T06:32:14.639Z Downloaded chacha20poly1305 v0.10.1
12392023-11-21T06:32:14.639Z Downloaded num_enum v0.5.11
12402023-11-21T06:32:14.639Z Downloaded num_cpus v1.16.0
12412023-11-21T06:32:14.639Z Downloaded num-iter v0.1.43
12422023-11-21T06:32:14.639Z Downloaded indoc v1.0.9
12432023-11-21T06:32:14.639Z Downloaded itoa v1.0.9
12442023-11-21T06:32:14.639Z Downloaded miniz_oxide v0.7.1
12452023-11-21T06:32:14.639Z Downloaded cc v1.0.83
12462023-11-21T06:32:14.639Z Downloaded foreign-types v0.3.2
12472023-11-21T06:32:14.639Z Downloaded try-lock v0.2.4
12482023-11-21T06:32:14.639Z Downloaded bytecount v0.6.3
12492023-11-21T06:32:14.645Z Downloaded hyper-tls v0.5.0
12502023-11-21T06:32:14.646Z Downloaded topological-sort v0.2.2
12512023-11-21T06:32:14.646Z Downloaded signal-hook-mio v0.2.3
12522023-11-21T06:32:14.646Z Downloaded sha1 v0.10.6
12532023-11-21T06:32:14.646Z Downloaded cpufeatures v0.2.9
12542023-11-21T06:32:14.646Z Downloaded bit-vec v0.6.3
12552023-11-21T06:32:14.646Z Downloaded cipher v0.4.4
12562023-11-21T06:32:14.646Z Downloaded cfg-if v1.0.0
12572023-11-21T06:32:14.646Z Downloaded cargo_toml v0.17.0
12582023-11-21T06:32:14.646Z Downloaded bytesize v1.3.0
12592023-11-21T06:32:14.646Z Downloaded hyper-staticfile v0.9.5
12602023-11-21T06:32:14.646Z Downloaded bitfield v0.14.0
12612023-11-21T06:32:14.646Z Downloaded bit-set v0.5.3
12622023-11-21T06:32:14.646Z Downloaded anstyle v1.0.2
12632023-11-21T06:32:14.646Z Downloaded serde-big-array v0.5.1
12642023-11-21T06:32:14.646Z Downloaded num-complex v0.4.4
12652023-11-21T06:32:14.646Z Downloaded backoff v0.4.0
12662023-11-21T06:32:14.646Z Downloaded async-trait v0.1.74
12672023-11-21T06:32:14.646Z Downloaded const-oid v0.9.5
12682023-11-21T06:32:14.646Z Downloaded ciborium v0.2.1
12692023-11-21T06:32:14.646Z Downloaded block-buffer v0.10.4
12702023-11-21T06:32:14.647Z Downloaded aead v0.5.2
12712023-11-21T06:32:14.647Z Downloaded autocfg v1.1.0
12722023-11-21T06:32:14.647Z Downloaded async-stream v0.3.5
12732023-11-21T06:32:14.647Z Downloaded async-recursion v1.0.5
12742023-11-21T06:32:14.647Z Downloaded array-init v0.0.4
12752023-11-21T06:32:14.647Z Downloaded chacha20 v0.9.1
12762023-11-21T06:32:14.647Z Downloaded lazycell v1.3.0
12772023-11-21T06:32:14.647Z Downloaded iana-time-zone v0.1.57
12782023-11-21T06:32:14.647Z Downloaded ciborium-ll v0.2.1
12792023-11-21T06:32:14.647Z Downloaded cargo_metadata v0.18.0
12802023-11-21T06:32:14.647Z Downloaded byteorder v1.5.0
12812023-11-21T06:32:14.647Z Downloaded normalize-line-endings v0.3.0
12822023-11-21T06:32:14.647Z Downloaded nodrop v0.1.14
12832023-11-21T06:32:14.647Z Downloaded nibble_vec v0.1.0
12842023-11-21T06:32:14.647Z Downloaded newtype_derive v0.1.6
12852023-11-21T06:32:14.647Z Downloaded new_debug_unreachable v1.0.4
12862023-11-21T06:32:14.647Z Downloaded cstr-argument v0.1.2
12872023-11-21T06:32:14.647Z Downloaded crypto-common v0.1.6
12882023-11-21T06:32:14.647Z Downloaded kstat-rs v0.2.3
12892023-11-21T06:32:14.647Z Downloaded atty v0.2.14
12902023-11-21T06:32:14.647Z Downloaded base16ct v0.2.0
12912023-11-21T06:32:14.647Z Downloaded ascii-canvas v3.0.0
12922023-11-21T06:32:14.647Z Downloaded mockall v0.11.4
12932023-11-21T06:32:14.647Z Downloaded mime_guess v2.0.4
12942023-11-21T06:32:14.648Z Downloaded managed v0.8.0
12952023-11-21T06:32:14.648Z Downloaded clap v4.4.3
12962023-11-21T06:32:14.648Z Downloaded is-terminal v0.4.9
12972023-11-21T06:32:14.648Z Downloaded curve25519-dalek-derive v0.1.0
12982023-11-21T06:32:14.648Z Downloaded atomic-waker v1.1.1
12992023-11-21T06:32:14.648Z Downloaded assert_matches v1.5.0
13002023-11-21T06:32:14.648Z Downloaded anstream v0.5.0
13012023-11-21T06:32:14.648Z Downloaded native-tls v0.2.11
13022023-11-21T06:32:14.648Z Downloaded crunchy v0.2.2
13032023-11-21T06:32:14.648Z Downloaded crossbeam-epoch v0.9.15
13042023-11-21T06:32:14.648Z Downloaded crc v3.0.1
13052023-11-21T06:32:14.648Z Downloaded clap_derive v4.4.2
13062023-11-21T06:32:14.669Z Downloaded keccak v0.1.4
13072023-11-21T06:32:14.669Z Downloaded lazy_static v1.4.0
13082023-11-21T06:32:14.669Z Downloaded lalrpop-util v0.19.12
13092023-11-21T06:32:14.669Z Downloaded is_ci v1.1.1
13102023-11-21T06:32:14.669Z Downloaded ident_case v1.0.1
13112023-11-21T06:32:14.669Z Downloaded mime v0.3.17
13122023-11-21T06:32:14.669Z Downloaded memoffset v0.7.1
13132023-11-21T06:32:14.669Z Downloaded maybe-uninit v2.0.0
13142023-11-21T06:32:14.669Z Downloaded lru-cache v0.1.2
13152023-11-21T06:32:14.684Z Downloaded libloading v0.7.4
13162023-11-21T06:32:14.684Z Downloaded crc32fast v1.3.2
13172023-11-21T06:32:14.684Z Downloaded console v0.15.7
13182023-11-21T06:32:14.684Z Downloaded camino v1.1.6
13192023-11-21T06:32:14.688Z Downloaded packed_struct v0.10.1
13202023-11-21T06:32:14.688Z Downloaded openssl v0.10.57
13212023-11-21T06:32:14.694Z Downloaded md-5 v0.10.5
13222023-11-21T06:32:14.700Z Downloaded maplit v1.0.2
13232023-11-21T06:32:14.700Z Downloaded macaddr v1.0.1
13242023-11-21T06:32:14.700Z Downloaded linear-map v1.2.0
13252023-11-21T06:32:14.705Z Downloaded matches v0.1.10
13262023-11-21T06:32:14.705Z Downloaded match_cfg v0.1.0
13272023-11-21T06:32:14.708Z Downloaded convert_case v0.4.0
13282023-11-21T06:32:14.708Z Downloaded memoffset v0.9.0
13292023-11-21T06:32:14.708Z Downloaded linked-hash-map v0.5.6
13302023-11-21T06:32:14.711Z Downloaded crossbeam v0.8.2
13312023-11-21T06:32:14.711Z Downloaded crc-catalog v2.2.0
13322023-11-21T06:32:14.715Z Downloaded owo-colors v3.5.0
13332023-11-21T06:32:14.718Z Downloaded openssl-probe v0.1.5
13342023-11-21T06:32:14.721Z Downloaded opaque-debug v0.3.0
13352023-11-21T06:32:14.721Z Downloaded crucible-workspace-hack v0.1.0
13362023-11-21T06:32:14.721Z Downloaded crossbeam-utils v0.8.16
13372023-11-21T06:32:14.725Z Downloaded crossbeam-queue v0.3.8
13382023-11-21T06:32:14.728Z Downloaded number_prefix v0.4.0
13392023-11-21T06:32:14.731Z Downloaded crossbeam-deque v0.8.3
13402023-11-21T06:32:14.734Z Downloaded colorchoice v1.0.0
13412023-11-21T06:32:14.734Z Downloaded clap_lex v0.5.1
13422023-11-21T06:32:14.738Z Downloaded buf-list v1.0.3
13432023-11-21T06:32:14.741Z Downloaded anstyle-query v1.0.0
13442023-11-21T06:32:14.741Z Downloaded ciborium-io v0.2.1
13452023-11-21T06:32:14.744Z Downloaded ansi_term v0.12.1
13462023-11-21T06:32:14.744Z Downloaded atomicwrites v0.4.2
13472023-11-21T06:32:15.090Z Compiling proc-macro2 v1.0.69
13482023-11-21T06:32:15.094Z Compiling unicode-ident v1.0.12
13492023-11-21T06:32:15.095Z Compiling libc v0.2.150
13502023-11-21T06:32:15.095Z Compiling serde v1.0.192
13512023-11-21T06:32:15.095Z Compiling autocfg v1.1.0
13522023-11-21T06:32:15.098Z Compiling cfg-if v1.0.0
13532023-11-21T06:32:15.102Z Compiling version_check v0.9.4
13542023-11-21T06:32:15.102Z Compiling syn v1.0.109
13552023-11-21T06:32:15.430Z Compiling once_cell v1.18.0
13562023-11-21T06:32:15.474Z Compiling parking_lot_core v0.9.8
13572023-11-21T06:32:15.928Z Compiling libm v0.2.7
13582023-11-21T06:32:16.077Z Compiling futures-core v0.3.29
13592023-11-21T06:32:16.129Z Compiling lock_api v0.4.10
13602023-11-21T06:32:17.090Z Compiling num-traits v0.2.16
13612023-11-21T06:32:17.096Z Compiling thiserror v1.0.49
13622023-11-21T06:32:17.127Z Compiling scopeguard v1.2.0
13632023-11-21T06:32:17.271Z Compiling typenum v1.16.0
13642023-11-21T06:32:17.297Z Compiling memchr v2.6.3
13652023-11-21T06:32:17.586Z Compiling generic-array v0.14.7
13662023-11-21T06:32:17.820Z Compiling itoa v1.0.9
13672023-11-21T06:32:18.192Z Compiling pkg-config v0.3.27
13682023-11-21T06:32:19.139Z Compiling quote v1.0.33
13692023-11-21T06:32:19.531Z Compiling cc v1.0.83
13702023-11-21T06:32:19.844Z Compiling syn v2.0.32
13712023-11-21T06:32:20.030Z Compiling getrandom v0.2.10
13722023-11-21T06:32:20.230Z Compiling slab v0.4.9
13732023-11-21T06:32:20.605Z Compiling futures-channel v0.3.29
13742023-11-21T06:32:20.701Z Compiling futures-task v0.3.29
13752023-11-21T06:32:21.077Z Compiling log v0.4.20
13762023-11-21T06:32:21.273Z Compiling futures-util v0.3.29
13772023-11-21T06:32:21.859Z Compiling heck v0.4.1
13782023-11-21T06:32:22.060Z Compiling ryu v1.0.15
13792023-11-21T06:32:22.311Z Compiling smallvec v1.11.0
13802023-11-21T06:32:22.490Z Compiling pin-project-lite v0.2.13
13812023-11-21T06:32:22.512Z Compiling serde_json v1.0.108
13822023-11-21T06:32:22.691Z Compiling schemars v0.8.13
13832023-11-21T06:32:22.721Z Compiling vcpkg v0.2.15
13842023-11-21T06:32:23.617Z Compiling parking_lot v0.12.1
13852023-11-21T06:32:24.284Z Compiling ring v0.17.5
13862023-11-21T06:32:25.586Z Compiling openssl-sys v0.9.93
13872023-11-21T06:32:25.893Z Compiling signal-hook-registry v1.4.1
13882023-11-21T06:32:28.013Z Compiling ring v0.16.20
13892023-11-21T06:32:28.197Z Compiling mio v0.8.8
13902023-11-21T06:32:28.554Z Compiling indexmap v1.9.3
13912023-11-21T06:32:28.594Z Compiling byteorder v1.5.0
13922023-11-21T06:32:28.824Z Compiling equivalent v1.0.1
13932023-11-21T06:32:28.967Z Compiling hashbrown v0.14.2
13942023-11-21T06:32:29.356Z Compiling ahash v0.8.3
13952023-11-21T06:32:29.552Z Compiling httparse v1.8.0
13962023-11-21T06:32:30.007Z Compiling socket2 v0.5.4
13972023-11-21T06:32:30.135Z Compiling num_cpus v1.16.0
13982023-11-21T06:32:30.240Z Compiling spin v0.5.2
13992023-11-21T06:32:30.597Z Compiling rand_core v0.6.4
14002023-11-21T06:32:31.141Z Compiling openssl v0.10.57
14012023-11-21T06:32:31.194Z Compiling semver v1.0.20
14022023-11-21T06:32:31.447Z Compiling fnv v1.0.7
14032023-11-21T06:32:31.876Z Compiling rustls v0.21.9
14042023-11-21T06:32:31.927Z Compiling serde_derive_internals v0.26.0
14052023-11-21T06:32:31.943Z Compiling iana-time-zone v0.1.57
14062023-11-21T06:32:32.456Z Compiling ucd-trie v0.1.6
14072023-11-21T06:32:33.011Z Compiling unicode-xid v0.2.4
14082023-11-21T06:32:33.203Z Compiling native-tls v0.2.11
14092023-11-21T06:32:33.228Z Compiling crossbeam-utils v0.8.16
14102023-11-21T06:32:33.254Z Compiling synstructure v0.12.6
14112023-11-21T06:32:33.889Z Compiling futures-sink v0.3.29
14122023-11-21T06:32:34.110Z Compiling io-lifetimes v1.0.11
14132023-11-21T06:32:34.904Z Compiling backtrace v0.3.69
14142023-11-21T06:32:35.445Z Compiling dyn-clone v1.0.13
14152023-11-21T06:32:35.506Z Compiling winnow v0.5.15
14162023-11-21T06:32:35.708Z Compiling tinyvec_macros v0.1.1
14172023-11-21T06:32:35.835Z Compiling tinyvec v1.6.0
14182023-11-21T06:32:36.809Z Compiling tracing-core v0.1.31
14192023-11-21T06:32:36.917Z Compiling memoffset v0.9.0
14202023-11-21T06:32:37.038Z Compiling num-integer v0.1.45
14212023-11-21T06:32:37.354Z Compiling rustix v0.37.23
14222023-11-21T06:32:37.385Z Compiling rustix v0.38.9
14232023-11-21T06:32:37.458Z Compiling futures-io v0.3.29
14242023-11-21T06:32:38.019Z Compiling pin-utils v0.1.0
14252023-11-21T06:32:38.292Z Compiling hashbrown v0.13.2
14262023-11-21T06:32:38.348Z Compiling spin v0.9.8
14272023-11-21T06:32:38.463Z Compiling unicode-normalization v0.1.22
14282023-11-21T06:32:38.926Z Compiling usdt-impl v0.3.5
14292023-11-21T06:32:39.417Z Compiling bitflags v1.3.2
14302023-11-21T06:32:39.703Z Compiling slog v2.7.0
14312023-11-21T06:32:40.113Z Compiling crc32fast v1.3.2
14322023-11-21T06:32:40.528Z Compiling anyhow v1.0.75
14332023-11-21T06:32:40.528Z Compiling time-core v0.1.1
14342023-11-21T06:32:40.621Z Compiling unicode-bidi v0.3.13
14352023-11-21T06:32:40.724Z Compiling time-macros v0.2.13
14362023-11-21T06:32:41.381Z Compiling bzip2-sys v0.1.11+1.0.8
14372023-11-21T06:32:41.525Z Compiling aho-corasick v1.0.4
14382023-11-21T06:32:41.787Z Compiling serde_derive v1.0.192
14392023-11-21T06:32:41.991Z Compiling thiserror-impl v1.0.49
14402023-11-21T06:32:42.017Z Compiling tokio-macros v2.1.0
14412023-11-21T06:32:42.749Z Compiling zeroize_derive v1.4.2
14422023-11-21T06:32:43.631Z Compiling futures-macro v0.3.29
14432023-11-21T06:32:44.148Z Compiling tracing-attributes v0.1.26
14442023-11-21T06:32:44.424Z Compiling schemars_derive v0.8.13
14452023-11-21T06:32:44.951Z Compiling zeroize v1.6.0
14462023-11-21T06:32:45.331Z Compiling openssl-macros v0.1.1
14472023-11-21T06:32:46.543Z Compiling pest v2.7.2
14482023-11-21T06:32:46.744Z Compiling zerocopy-derive v0.2.0
14492023-11-21T06:32:47.782Z Compiling crypto-common v0.1.6
14502023-11-21T06:32:49.213Z Compiling block-buffer v0.10.4
14512023-11-21T06:32:49.517Z Compiling crossbeam-epoch v0.9.15
14522023-11-21T06:32:49.530Z Compiling tracing v0.1.37
14532023-11-21T06:32:49.591Z Compiling ppv-lite86 v0.2.17
14542023-11-21T06:32:50.085Z Compiling const-oid v0.9.5
14552023-11-21T06:32:50.313Z Compiling subtle v2.5.0
14562023-11-21T06:32:50.745Z Compiling pest_meta v2.7.2
14572023-11-21T06:32:50.835Z Compiling async-trait v0.1.74
14582023-11-21T06:32:50.859Z Compiling rustversion v1.0.14
14592023-11-21T06:32:51.517Z Compiling regex-syntax v0.8.2
14602023-11-21T06:32:51.585Z Compiling signal-hook v0.3.17
14612023-11-21T06:32:51.973Z Compiling rand_chacha v0.3.1
14622023-11-21T06:32:52.070Z Compiling zerocopy v0.3.0
14632023-11-21T06:32:53.281Z Compiling pest_generator v2.7.2
14642023-11-21T06:32:53.347Z Compiling digest v0.10.7
14652023-11-21T06:32:55.707Z Compiling zerocopy-derive v0.6.4
14662023-11-21T06:32:57.508Z Compiling pest_derive v2.7.2
14672023-11-21T06:32:58.051Z Compiling regex-automata v0.4.3
14682023-11-21T06:32:58.667Z Compiling strsim v0.10.0
14692023-11-21T06:32:58.704Z Compiling base64 v0.21.5
14702023-11-21T06:32:59.795Z Compiling dtrace-parser v0.1.14
14712023-11-21T06:32:59.933Z Compiling dof v0.1.5
14722023-11-21T06:33:01.240Z Compiling rand v0.8.5
14732023-11-21T06:33:03.771Z Compiling bytes v1.5.0
14742023-11-21T06:33:05.180Z Compiling indexmap v2.1.0
14752023-11-21T06:33:05.586Z Compiling uuid v1.5.0
14762023-11-21T06:33:05.668Z Compiling chrono v0.4.31
14772023-11-21T06:33:06.230Z Compiling tokio v1.33.0
14782023-11-21T06:33:07.665Z Compiling bitflags v2.4.0
14792023-11-21T06:33:08.652Z Compiling toml_datetime v0.6.5
14802023-11-21T06:33:09.285Z Compiling serde_spanned v0.6.4
14812023-11-21T06:33:10.502Z Compiling rustc_version v0.4.0
14822023-11-21T06:33:11.544Z Compiling toml_edit v0.19.15
14832023-11-21T06:33:11.639Z Compiling http v0.2.11
14842023-11-21T06:33:11.778Z Compiling heapless v0.7.16
14852023-11-21T06:33:15.306Z Compiling regex v1.10.2
14862023-11-21T06:33:21.312Z Compiling tokio-util v0.7.10
14872023-11-21T06:33:23.263Z Compiling errno v0.3.2
14882023-11-21T06:33:23.556Z Compiling thread-id v4.2.0
14892023-11-21T06:33:23.610Z Compiling num-bigint v0.4.4
14902023-11-21T06:33:23.681Z Compiling untrusted v0.9.0
14912023-11-21T06:33:23.712Z Compiling untrusted v0.7.1
14922023-11-21T06:33:23.941Z Compiling doc-comment v0.3.3
14932023-11-21T06:33:24.022Z Compiling smoltcp v0.9.1
14942023-11-21T06:33:24.827Z Compiling percent-encoding v2.3.0
14952023-11-21T06:33:24.934Z Compiling openssl-probe v0.1.5
14962023-11-21T06:33:25.206Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14972023-11-21T06:33:25.359Z Compiling foreign-types-shared v0.1.1
14982023-11-21T06:33:25.643Z Compiling hashbrown v0.12.3
14992023-11-21T06:33:27.648Z Compiling foreign-types v0.3.2
15002023-11-21T06:33:31.403Z Compiling strum_macros v0.25.2
15012023-11-21T06:33:33.238Z Compiling serde_tokenstream v0.1.7
15022023-11-21T06:33:33.872Z Compiling lazy_static v1.4.0
15032023-11-21T06:33:33.999Z Compiling socket2 v0.4.9
15042023-11-21T06:33:34.306Z Compiling try-lock v0.2.4
15052023-11-21T06:33:34.422Z Compiling siphasher v0.3.11
15062023-11-21T06:33:34.516Z Compiling adler v1.0.2
15072023-11-21T06:33:34.540Z Compiling unicode-segmentation v1.10.1
15082023-11-21T06:33:34.971Z Compiling unicode-width v0.1.11
15092023-11-21T06:33:36.321Z Compiling miniz_oxide v0.7.1
15102023-11-21T06:33:37.481Z Compiling want v0.3.1
15112023-11-21T06:33:39.196Z Compiling rustls-webpki v0.101.7
15122023-11-21T06:33:40.020Z Compiling sct v0.7.0
15132023-11-21T06:33:40.451Z Compiling h2 v0.3.21
15142023-11-21T06:33:42.005Z Compiling form_urlencoded v1.2.0
15152023-11-21T06:33:42.443Z Compiling http-body v0.4.5
15162023-11-21T06:33:42.906Z Compiling hubpack_derive v0.1.1
15172023-11-21T06:33:43.050Z Compiling pin-project-internal v1.1.3
15182023-11-21T06:33:44.882Z Compiling num-iter v0.1.43
15192023-11-21T06:33:45.474Z Compiling tower-service v0.3.2
15202023-11-21T06:33:45.652Z Compiling anstyle v1.0.2
15212023-11-21T06:33:47.006Z Compiling utf8parse v0.2.1
15222023-11-21T06:33:47.013Z Compiling cpufeatures v0.2.9
15232023-11-21T06:33:47.013Z Compiling httpdate v1.0.3
15242023-11-21T06:33:48.093Z Compiling sha2 v0.10.8
15252023-11-21T06:33:48.164Z Compiling anstyle-parse v0.2.1
15262023-11-21T06:33:52.214Z Compiling hyper v0.14.27
15272023-11-21T06:33:52.302Z Compiling usdt-macro v0.3.5
15282023-11-21T06:33:52.325Z Compiling usdt-attr-macro v0.3.5
15292023-11-21T06:33:55.249Z Compiling openapiv3 v2.0.0-rc.1
15302023-11-21T06:33:56.732Z Compiling serde_tokenstream v0.2.0
15312023-11-21T06:33:56.911Z Compiling rustls-pemfile v1.0.3
15322023-11-21T06:33:57.190Z Compiling md-5 v0.10.5
15332023-11-21T06:33:57.388Z Compiling hmac v0.12.1
15342023-11-21T06:33:57.581Z Compiling idna v0.4.0
15352023-11-21T06:33:57.718Z Compiling stringprep v0.1.3
15362023-11-21T06:33:58.449Z Compiling diesel_table_macro_syntax v0.1.0
15372023-11-21T06:33:58.639Z Compiling hash32 v0.2.1
15382023-11-21T06:33:59.005Z Compiling gimli v0.28.0
15392023-11-21T06:33:59.125Z Compiling colorchoice v1.0.0
15402023-11-21T06:33:59.183Z Compiling either v1.9.0
15412023-11-21T06:33:59.352Z Compiling fallible-iterator v0.2.0
15422023-11-21T06:33:59.886Z Compiling stable_deref_trait v1.2.0
15432023-11-21T06:34:00.506Z Compiling anstyle-query v1.0.0
15442023-11-21T06:34:00.861Z Compiling anstream v0.5.0
15452023-11-21T06:34:01.275Z Compiling postgres-protocol v0.6.6
15462023-11-21T06:34:03.228Z Compiling diesel_derives v2.1.1
15472023-11-21T06:34:03.262Z Compiling url v2.4.1
15482023-11-21T06:34:05.880Z Compiling rustls-native-certs v0.6.3
15492023-11-21T06:34:06.040Z Compiling addr2line v0.21.0
15502023-11-21T06:34:06.456Z Compiling tokio-rustls v0.24.1
15512023-11-21T06:34:07.100Z Compiling terminal_size v0.2.6
15522023-11-21T06:34:07.893Z Compiling tokio-native-tls v0.3.1
15532023-11-21T06:34:08.760Z Compiling phf_shared v0.11.2
15542023-11-21T06:34:11.495Z Compiling block-padding v0.3.3
15552023-11-21T06:34:11.531Z Compiling enum-as-inner v0.5.1
15562023-11-21T06:34:11.737Z Compiling snafu-derive v0.7.5
15572023-11-21T06:34:11.846Z Compiling serde_repr v0.1.16
15582023-11-21T06:34:13.010Z Compiling clap_derive v4.4.2
15592023-11-21T06:34:13.498Z Compiling regress v0.7.1
15602023-11-21T06:34:20.290Z Compiling scheduled-thread-pool v0.2.7
15612023-11-21T06:34:20.710Z Compiling object v0.32.1
15622023-11-21T06:34:21.723Z Compiling clap_lex v0.5.1
15632023-11-21T06:34:22.392Z Compiling rustc-demangle v0.1.23
15642023-11-21T06:34:26.684Z Compiling regex-automata v0.1.10
15652023-11-21T06:34:26.835Z Compiling managed v0.8.0
15662023-11-21T06:34:27.478Z Compiling matches v0.1.10
15672023-11-21T06:34:27.639Z Compiling ipnet v2.8.0
15682023-11-21T06:34:29.045Z Compiling num_threads v0.1.6
15692023-11-21T06:34:29.161Z Compiling bit-vec v0.6.3
15702023-11-21T06:34:29.218Z Compiling deranged v0.3.8
15712023-11-21T06:34:29.781Z Compiling idna v0.2.3
15722023-11-21T06:34:32.099Z Compiling time v0.3.27
15732023-11-21T06:34:33.614Z Compiling bstr v0.2.17
15742023-11-21T06:34:35.745Z Compiling clap_builder v4.4.2
15752023-11-21T06:34:35.913Z Compiling r2d2 v0.8.10
15762023-11-21T06:34:37.036Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15772023-11-21T06:34:38.778Z Compiling inout v0.1.3
15782023-11-21T06:34:39.815Z Compiling phf v0.11.2
15792023-11-21T06:34:40.245Z Compiling hyper-tls v0.5.0
15802023-11-21T06:34:40.271Z Compiling hyper-rustls v0.24.2
15812023-11-21T06:34:40.729Z Compiling signal-hook-mio v0.2.3
15822023-11-21T06:34:40.955Z Compiling flate2 v1.0.28
15832023-11-21T06:34:41.456Z Compiling bzip2 v0.4.4
15842023-11-21T06:34:41.636Z Compiling postgres-types v0.2.6
15852023-11-21T06:34:42.505Z Compiling itertools v0.11.0
15862023-11-21T06:34:43.883Z Compiling pin-project v1.1.3
15872023-11-21T06:34:44.258Z Compiling hubpack v0.1.2
15882023-11-21T06:34:44.694Z Compiling serde_urlencoded v0.7.1
15892023-11-21T06:34:44.797Z Compiling phf_shared v0.10.0
15902023-11-21T06:34:44.939Z Compiling ipnetwork v0.20.0
15912023-11-21T06:34:46.149Z Compiling zerocopy v0.6.4
15922023-11-21T06:34:46.802Z Compiling futures-executor v0.3.29
15932023-11-21T06:34:47.736Z Compiling float-cmp v0.9.0
15942023-11-21T06:34:47.876Z Compiling proc-macro-error-attr v1.0.4
15952023-11-21T06:34:48.063Z Compiling encoding_rs v0.8.33
15962023-11-21T06:34:51.470Z Compiling difflib v0.4.0
15972023-11-21T06:34:51.702Z Compiling static_assertions v1.1.0
15982023-11-21T06:34:51.841Z Compiling fixedbitset v0.4.2
15992023-11-21T06:34:52.475Z Compiling normalize-line-endings v0.3.0
16002023-11-21T06:34:52.655Z Compiling data-encoding v2.4.0
16012023-11-21T06:34:52.743Z Compiling mime v0.3.17
16022023-11-21T06:34:53.567Z Compiling regex-automata v0.3.8
16032023-11-21T06:34:53.773Z Compiling predicates-core v1.0.6
16042023-11-21T06:34:54.219Z Compiling new_debug_unreachable v1.0.4
16052023-11-21T06:34:54.347Z Compiling whoami v1.4.1
16062023-11-21T06:34:55.556Z Compiling webpki-roots v0.25.2
16072023-11-21T06:34:55.793Z Compiling precomputed-hash v0.1.1
16082023-11-21T06:34:55.921Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
16092023-11-21T06:34:55.951Z Compiling string_cache v0.8.7
16102023-11-21T06:34:56.608Z Compiling bstr v1.6.0
16112023-11-21T06:34:57.394Z Compiling reqwest v0.11.22
16122023-11-21T06:34:59.008Z Compiling tokio-postgres v0.7.10
16132023-11-21T06:35:03.004Z Compiling predicates v3.0.4
16142023-11-21T06:35:05.463Z Compiling trust-dns-proto v0.22.0
16152023-11-21T06:35:06.975Z Compiling petgraph v0.6.4
16162023-11-21T06:35:09.252Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16172023-11-21T06:35:18.350Z Compiling futures v0.3.29
16182023-11-21T06:35:18.376Z Compiling diesel v2.1.4
16192023-11-21T06:35:18.782Z Compiling snafu v0.7.5
16202023-11-21T06:35:18.828Z Compiling yasna v0.5.2
16212023-11-21T06:35:19.190Z Compiling zip v0.6.6
16222023-11-21T06:35:19.868Z Compiling clap v4.4.3
16232023-11-21T06:35:20.019Z Compiling crossterm v0.27.0
16242023-11-21T06:35:20.045Z Compiling cipher v0.4.4
16252023-11-21T06:35:21.285Z Compiling similar v2.2.1
16262023-11-21T06:35:21.563Z Compiling bit-set v0.5.3
16272023-11-21T06:35:23.196Z Compiling itertools v0.10.5
16282023-11-21T06:35:23.286Z Compiling usdt v0.3.5
16292023-11-21T06:35:24.646Z Compiling console v0.15.7
16302023-11-21T06:35:24.682Z Compiling tokio-stream v0.1.14
16312023-11-21T06:35:25.733Z Compiling toml v0.7.8
16322023-11-21T06:35:26.126Z Compiling proc-macro-crate v1.3.1
16332023-11-21T06:35:26.784Z Compiling toml_edit v0.21.0
16342023-11-21T06:35:27.550Z Compiling hex v0.4.3
16352023-11-21T06:35:27.827Z Compiling signature v2.1.0
16362023-11-21T06:35:28.158Z Compiling proc-macro-error v1.0.4
16372023-11-21T06:35:28.597Z Compiling lalrpop-util v0.19.12
16382023-11-21T06:35:30.690Z Compiling num_enum_derive v0.5.11
16392023-11-21T06:35:35.437Z Compiling atty v0.2.14
16402023-11-21T06:35:35.640Z Compiling ident_case v1.0.1
16412023-11-21T06:35:35.998Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16422023-11-21T06:35:36.567Z Compiling darling_core v0.20.3
16432023-11-21T06:35:42.191Z Compiling num_enum v0.5.11
16442023-11-21T06:36:02.785Z Compiling dirs-sys-next v0.1.2
16452023-11-21T06:36:04.754Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16462023-11-21T06:36:05.383Z Compiling postcard-cobs v0.1.5-pre
16472023-11-21T06:36:12.192Z Compiling postcard v0.7.3
16482023-11-21T06:36:12.879Z Compiling dirs-next v2.0.0
16492023-11-21T06:36:13.252Z Compiling darling_macro v0.20.3
16502023-11-21T06:36:17.440Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
16512023-11-21T06:36:26.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16522023-11-21T06:36:27.135Z Compiling smoltcp v0.8.2
16532023-11-21T06:36:28.246Z Compiling getopts v0.2.21
16542023-11-21T06:36:34.127Z Compiling foreign-types-macros v0.2.3
16552023-11-21T06:36:36.033Z Compiling structmeta-derive v0.2.0
16562023-11-21T06:36:42.660Z Compiling thread_local v1.1.7
16572023-11-21T06:36:43.992Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16582023-11-21T06:36:44.450Z Compiling multer v2.1.0
16592023-11-21T06:36:46.051Z Compiling match_cfg v0.1.0
16602023-11-21T06:36:46.185Z Compiling paste v1.0.14
16612023-11-21T06:36:46.872Z Compiling cfg-if v0.1.10
16622023-11-21T06:36:47.014Z Compiling slog-async v2.8.0
16632023-11-21T06:36:47.243Z Compiling camino v1.1.6
16642023-11-21T06:36:48.079Z Compiling foreign-types-shared v0.3.1
16652023-11-21T06:36:48.624Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16662023-11-21T06:36:49.040Z Compiling unsafe-libyaml v0.2.9
16672023-11-21T06:36:52.022Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16682023-11-21T06:36:52.487Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16692023-11-21T06:36:56.921Z Compiling serde_yaml v0.9.25
16702023-11-21T06:36:58.889Z Compiling foreign-types v0.5.0
16712023-11-21T06:36:59.339Z Compiling hostname v0.3.1
16722023-11-21T06:37:00.598Z Compiling structmeta v0.2.0
16732023-11-21T06:37:04.030Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
16742023-11-21T06:37:09.698Z Compiling darling v0.20.3
16752023-11-21T06:37:10.880Z Compiling term v0.7.0
16762023-11-21T06:37:14.202Z Compiling slog-json v2.6.1
16772023-11-21T06:37:15.060Z Compiling is-terminal v0.4.9
16782023-11-21T06:37:15.247Z Compiling crossbeam-channel v0.5.8
16792023-11-21T06:37:20.039Z Compiling strum v0.25.0
16802023-11-21T06:37:20.255Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16812023-11-21T06:37:20.303Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16822023-11-21T06:37:20.361Z Compiling async-stream-impl v0.3.5
16832023-11-21T06:37:21.552Z Compiling cstr-argument v0.1.2
16842023-11-21T06:37:21.615Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
16852023-11-21T06:37:22.497Z Compiling crucible-workspace-hack v0.1.0
16862023-11-21T06:37:22.699Z Compiling pretty-hex v0.2.1
16872023-11-21T06:37:23.027Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16882023-11-21T06:37:23.465Z Compiling take_mut v0.2.2
16892023-11-21T06:37:24.033Z Compiling regex-syntax v0.7.5
16902023-11-21T06:37:24.430Z Compiling atomic-waker v1.1.1
16912023-11-21T06:37:24.815Z Compiling waitgroup v0.1.2
16922023-11-21T06:37:34.411Z Compiling parse-display-derive v0.8.2
16932023-11-21T06:37:40.634Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16942023-11-21T06:37:41.258Z Compiling async-stream v0.3.5
16952023-11-21T06:37:41.407Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16962023-11-21T06:37:42.756Z Compiling colored v2.0.4
16972023-11-21T06:37:44.078Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
16982023-11-21T06:37:44.631Z Compiling slog-bunyan v2.4.0
16992023-11-21T06:37:45.030Z Compiling slog-term v2.9.0
17002023-11-21T06:37:48.061Z Compiling serde_with_macros v2.3.3
17012023-11-21T06:37:56.773Z Compiling toml v0.8.8
17022023-11-21T06:37:57.013Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17032023-11-21T06:37:57.113Z Compiling sha1 v0.10.6
17042023-11-21T06:37:58.654Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
17052023-11-21T06:37:59.440Z Compiling textwrap v0.11.0
17062023-11-21T06:38:01.607Z Compiling heck v0.3.3
17072023-11-21T06:38:01.954Z Compiling serde_path_to_error v0.1.14
17082023-11-21T06:38:02.179Z Compiling instant v0.1.12
17092023-11-21T06:38:02.401Z Compiling vec_map v0.8.2
17102023-11-21T06:38:02.900Z Compiling libefi-sys v0.1.0
17112023-11-21T06:38:03.329Z Compiling rayon-core v1.12.0
17122023-11-21T06:38:03.550Z Compiling ansi_term v0.12.1
17132023-11-21T06:38:03.766Z Compiling debug-ignore v1.0.5
17142023-11-21T06:38:04.011Z Compiling strsim v0.8.0
17152023-11-21T06:38:04.383Z Compiling clap v2.34.0
17162023-11-21T06:38:06.013Z Compiling backoff v0.4.0
17172023-11-21T06:38:06.310Z Compiling structopt-derive v0.4.18
17182023-11-21T06:38:06.650Z Compiling serde_with v2.3.3
17192023-11-21T06:38:09.725Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17202023-11-21T06:38:10.039Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17212023-11-21T06:38:11.089Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17222023-11-21T06:38:14.368Z Compiling parse-display v0.8.2
17232023-11-21T06:38:14.704Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17242023-11-21T06:38:15.472Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17252023-11-21T06:38:15.613Z Compiling zone_cfg_derive v0.3.0
17262023-11-21T06:38:15.717Z Compiling crossbeam-deque v0.8.3
17272023-11-21T06:38:16.365Z Compiling macaddr v1.0.1
17282023-11-21T06:38:17.536Z Compiling num-derive v0.4.0
17292023-11-21T06:38:17.776Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17302023-11-21T06:38:18.063Z Compiling portable-atomic v1.4.3
17312023-11-21T06:38:18.532Z Compiling zone v0.3.0
17322023-11-21T06:38:21.134Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17332023-11-21T06:38:24.146Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17342023-11-21T06:38:24.489Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
17352023-11-21T06:38:24.997Z Compiling structopt v0.3.26
17362023-11-21T06:38:25.518Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17372023-11-21T06:38:26.786Z Compiling smf v0.2.2
17382023-11-21T06:38:27.105Z Compiling xattr v1.0.1
17392023-11-21T06:38:27.444Z Compiling filetime v0.2.22
17402023-11-21T06:38:27.535Z Compiling fastrand v2.0.0
17412023-11-21T06:38:27.920Z Compiling same-file v1.0.6
17422023-11-21T06:38:28.381Z Compiling walkdir v2.4.0
17432023-11-21T06:38:28.635Z Compiling tempfile v3.8.0
17442023-11-21T06:38:29.074Z Compiling tar v0.4.40
17452023-11-21T06:38:31.396Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17462023-11-21T06:38:31.959Z Compiling rayon v1.8.0
17472023-11-21T06:38:33.219Z Compiling number_prefix v0.4.0
17482023-11-21T06:38:33.601Z Compiling omicron-zone-package v0.9.1
17492023-11-21T06:38:35.280Z Compiling swrite v0.1.0
17502023-11-21T06:38:35.335Z Compiling topological-sort v0.2.2
17512023-11-21T06:38:41.121Z Compiling indicatif v0.17.7
17522023-11-21T06:38:55.271Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17532023-11-21T06:39:05.444Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17542023-11-21T06:39:08.725Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17552023-11-21T06:39:10.408Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
17562023-11-21T06:39:37.782Z Finished release [optimized] target(s) in 7m 46s
17572023-11-21T06:39:38.030Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
17582023-11-21T06:39:38.111ZCreated new build target 'test' and set it as active
17592023-11-21T06:39:38.114Z
17602023-11-21T06:39:38.114Zreal 7:46.907146070
17612023-11-21T06:39:38.114Zuser 50:21.216122846
17622023-11-21T06:39:38.114Zsys 4:31.680466352
17632023-11-21T06:39:38.114Ztrap 2.074849438
17642023-11-21T06:39:38.114Ztflt 3.945895874
17652023-11-21T06:39:38.114Zdflt 3.973912365
17662023-11-21T06:39:38.114Zkflt 0.098379997
17672023-11-21T06:39:38.114Zlock 1:49:16.253311885
17682023-11-21T06:39:38.114Zslp 2:21:25.841416682
17692023-11-21T06:39:38.114Zlat 2:21.455992568
17702023-11-21T06:39:38.114Zstop 3:50.556497817
17712023-11-21T06:39:38.117Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
17722023-11-21T06:39:39.172Z Finished release [optimized] target(s) in 0.97s
17732023-11-21T06:39:39.200Z Running `target/release/omicron-package -t test package`
17742023-11-21T06:39:39.238ZNov 21 06:39:39.239 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"})
17752023-11-21T06:39:40.343Z Compiling serde_json v1.0.108
17762023-11-21T06:39:40.389Z Compiling base64ct v1.6.0
17772023-11-21T06:39:40.400Z Compiling linked-hash-map v0.5.6
17782023-11-21T06:39:40.403Z Compiling blake2 v0.10.6
17792023-11-21T06:39:40.403Z Compiling same-file v1.0.6
17802023-11-21T06:39:40.403Z Compiling semver-parser v0.10.2
17812023-11-21T06:39:40.409Z Compiling fastrand v2.0.0
17822023-11-21T06:39:40.412Z Compiling quick-error v1.2.3
17832023-11-21T06:39:41.367Z Compiling resolv-conf v0.7.0
17842023-11-21T06:39:41.367Z Compiling walkdir v2.4.0
17852023-11-21T06:39:41.367Z Compiling lru-cache v0.1.2
17862023-11-21T06:39:41.367Z Compiling password-hash v0.5.0
17872023-11-21T06:39:41.371Z Compiling tempfile v3.8.0
17882023-11-21T06:39:41.641Z Compiling semver v0.11.0
17892023-11-21T06:39:41.792Z Compiling filetime v0.2.22
17902023-11-21T06:39:42.194Z Compiling argon2 v0.5.2
17912023-11-21T06:39:42.519Z Compiling xattr v1.0.1
17922023-11-21T06:39:42.678Z Compiling slog-dtrace v0.2.3
17932023-11-21T06:39:42.709Z Compiling home v0.5.5
17942023-11-21T06:39:42.859Z Compiling tar v0.4.40
17952023-11-21T06:39:43.021Z Compiling toolchain_find v0.2.0
17962023-11-21T06:39:43.190Z Compiling trust-dns-resolver v0.22.0
17972023-11-21T06:39:43.573Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
17982023-11-21T06:39:43.786Z Compiling schemars v0.8.13
17992023-11-21T06:39:43.804Z Compiling reqwest v0.11.22
18002023-11-21T06:39:44.163Z Compiling openapiv3 v2.0.0-rc.1
18012023-11-21T06:39:45.448Z Compiling usdt-impl v0.3.5
18022023-11-21T06:39:45.895Z Compiling postgres-types v0.2.6
18032023-11-21T06:39:46.856Z Compiling usdt v0.3.5
18042023-11-21T06:39:47.605Z Compiling ipnetwork v0.20.0
18052023-11-21T06:39:52.254Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18062023-11-21T06:39:53.419Z Compiling diesel v2.1.4
18072023-11-21T06:39:56.884Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
18082023-11-21T06:39:57.100Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18092023-11-21T06:39:59.450Z Compiling tokio-postgres v0.7.10
18102023-11-21T06:40:00.963Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
18112023-11-21T06:40:01.255Z Compiling slog-json v2.6.1
18122023-11-21T06:40:02.050Z Compiling slog-bunyan v2.4.0
18132023-11-21T06:40:02.098Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18142023-11-21T06:40:02.436Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
18152023-11-21T06:40:08.351Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18162023-11-21T06:40:08.649Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18172023-11-21T06:40:13.119Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
18182023-11-21T06:40:17.726Z Compiling toml v0.5.11
18192023-11-21T06:40:21.600Z Compiling rustfmt-wrapper v0.2.0
18202023-11-21T06:40:22.575Z Compiling omicron-zone-package v0.9.1
18212023-11-21T06:40:23.561Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18222023-11-21T06:40:23.945Z Compiling toml v0.8.8
18232023-11-21T06:40:24.958Z Compiling num-rational v0.4.1
18242023-11-21T06:40:25.407Z Compiling cancel-safe-futures v0.1.5
18252023-11-21T06:40:26.288Z Compiling convert_case v0.4.0
18262023-11-21T06:40:26.603Z Compiling utf-8 v0.7.6
18272023-11-21T06:40:27.547Z Compiling derive_more v0.99.17
18282023-11-21T06:40:29.483Z Compiling pem-rfc7468 v0.7.0
18292023-11-21T06:40:31.536Z Compiling num-complex v0.4.4
18302023-11-21T06:40:32.391Z Compiling der_derive v0.7.2
18312023-11-21T06:40:33.711Z Compiling semver v0.1.20
18322023-11-21T06:40:34.626Z Compiling flagset v0.4.3
18332023-11-21T06:40:34.959Z Compiling rustc_version v0.1.7
18342023-11-21T06:40:35.562Z Compiling num v0.4.1
18352023-11-21T06:40:35.702Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18362023-11-21T06:40:36.170Z Compiling der v0.7.8
18372023-11-21T06:40:37.306Z Compiling hkdf v0.12.3
18382023-11-21T06:40:37.668Z Compiling fxhash v0.2.1
18392023-11-21T06:40:37.994Z Compiling unicase v2.7.0
18402023-11-21T06:40:38.463Z Compiling radium v0.7.0
18412023-11-21T06:40:39.123Z Compiling newtype_derive v0.1.6
18422023-11-21T06:40:39.563Z Compiling ciborium-io v0.2.1
18432023-11-21T06:40:39.727Z Compiling arc-swap v1.6.0
18442023-11-21T06:40:39.848Z Compiling spki v0.7.2
18452023-11-21T06:40:40.689Z Compiling half v1.8.2
18462023-11-21T06:40:40.932Z Compiling tap v1.0.1
18472023-11-21T06:40:41.204Z Compiling maybe-uninit v2.0.0
18482023-11-21T06:40:41.902Z Compiling keccak v0.1.4
18492023-11-21T06:40:42.749Z Compiling sha3 v0.10.8
18502023-11-21T06:40:43.621Z Compiling ciborium-ll v0.2.1
18512023-11-21T06:40:44.173Z Compiling wyz v0.5.1
18522023-11-21T06:40:44.460Z Compiling slog-scope v4.4.0
18532023-11-21T06:40:45.844Z Compiling secrecy v0.8.0
18542023-11-21T06:40:45.932Z Compiling num-bigint-dig v0.8.4
18552023-11-21T06:40:46.236Z Compiling parking_lot_core v0.8.6
18562023-11-21T06:40:46.387Z Compiling crc-catalog v2.2.0
18572023-11-21T06:40:46.589Z Compiling packed_struct v0.10.1
18582023-11-21T06:40:46.853Z Compiling funty v2.0.0
18592023-11-21T06:40:47.234Z Compiling crc v3.0.1
18602023-11-21T06:40:48.539Z Compiling slog-stdlog v4.1.1
18612023-11-21T06:40:49.961Z Compiling bitvec v1.0.1
18622023-11-21T06:40:50.026Z Compiling ciborium v0.2.1
18632023-11-21T06:40:50.331Z Compiling pkcs8 v0.10.2
18642023-11-21T06:40:51.938Z Compiling nibble_vec v0.1.0
18652023-11-21T06:40:52.254Z Compiling packed_struct_codegen v0.10.1
18662023-11-21T06:40:53.351Z Compiling dirs-sys-next v0.1.2
18672023-11-21T06:40:53.835Z Compiling nodrop v0.1.14
18682023-11-21T06:40:53.997Z Compiling glob v0.3.1
18692023-11-21T06:40:54.116Z Compiling crunchy v0.2.2
18702023-11-21T06:40:54.788Z Compiling endian-type v0.1.2
18712023-11-21T06:40:55.129Z Compiling radix_trie v0.2.1
18722023-11-21T06:40:55.348Z Compiling clang-sys v1.6.1
18732023-11-21T06:40:56.383Z Compiling array-init v0.0.4
18742023-11-21T06:40:56.455Z Compiling dirs-next v2.0.0
18752023-11-21T06:40:56.692Z Compiling pkcs1 v0.7.5
18762023-11-21T06:40:57.088Z Compiling smallvec v0.6.14
18772023-11-21T06:40:57.861Z Compiling slog-envlogger v2.2.0
18782023-11-21T06:40:58.377Z Compiling steno v0.4.0
18792023-11-21T06:41:02.989Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18802023-11-21T06:41:03.913Z Compiling tiny-keccak v2.0.2
18812023-11-21T06:41:04.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18822023-11-21T06:41:04.518Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18832023-11-21T06:41:05.000Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18842023-11-21T06:41:09.551Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18852023-11-21T06:41:16.645Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18862023-11-21T06:41:18.818Z Compiling prettyplease v0.2.12
18872023-11-21T06:41:19.190Z Compiling bitfield v0.14.0
18882023-11-21T06:41:19.246Z Compiling termcolor v1.2.0
18892023-11-21T06:41:19.671Z Compiling platforms v3.0.2
18902023-11-21T06:41:20.170Z Compiling env_logger v0.10.0
18912023-11-21T06:41:21.314Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18922023-11-21T06:41:21.462Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18932023-11-21T06:41:24.855Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18942023-11-21T06:41:26.714Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18952023-11-21T06:41:26.821Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18962023-11-21T06:41:37.333Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18972023-11-21T06:41:38.398Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18982023-11-21T06:41:42.128Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18992023-11-21T06:41:43.979Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19002023-11-21T06:41:49.566Z Compiling parking_lot v0.11.2
19012023-11-21T06:41:53.593Z Compiling rsa v0.9.2
19022023-11-21T06:41:54.195Z Compiling serde-hex v0.1.0
19032023-11-21T06:41:57.069Z Compiling mime_guess v2.0.4
19042023-11-21T06:41:58.857Z Compiling term v0.7.0
19052023-11-21T06:42:00.439Z Compiling trust-dns-client v0.22.0
19062023-11-21T06:42:00.941Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19072023-11-21T06:42:01.501Z Compiling x509-cert v0.2.4
19082023-11-21T06:42:02.422Z Compiling tungstenite v0.20.1
19092023-11-21T06:42:02.528Z Compiling darling_core v0.14.4
19102023-11-21T06:42:03.216Z Compiling ron v0.8.1
19112023-11-21T06:42:11.989Z Compiling minimal-lexical v0.2.1
19122023-11-21T06:42:12.777Z Compiling buf-list v1.0.3
19132023-11-21T06:42:13.594Z Compiling crc-any v2.4.3
19142023-11-21T06:42:14.084Z Compiling nom v7.1.3
19152023-11-21T06:42:15.178Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
19162023-11-21T06:42:18.645Z Compiling trust-dns-server v0.22.1
19172023-11-21T06:42:20.416Z Compiling darling_macro v0.14.4
19182023-11-21T06:42:21.869Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
19192023-11-21T06:42:23.741Z Compiling tokio-tungstenite v0.20.1
19202023-11-21T06:42:25.408Z Compiling ascii-canvas v3.0.0
19212023-11-21T06:42:25.533Z Compiling sled v0.34.7
19222023-11-21T06:42:28.317Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19232023-11-21T06:42:45.404Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
19242023-11-21T06:42:45.577Z Compiling object v0.30.4
19252023-11-21T06:42:54.301Z Compiling itertools v0.12.0
19262023-11-21T06:42:55.644Z Compiling is-terminal v0.4.9
19272023-11-21T06:42:55.808Z Compiling libsw v3.3.0
19282023-11-21T06:42:56.169Z Compiling ena v0.14.2
19292023-11-21T06:42:56.335Z Compiling derive-where v1.2.5
19302023-11-21T06:42:56.795Z Compiling libloading v0.7.4
19312023-11-21T06:42:57.554Z Compiling regex-syntax v0.6.29
19322023-11-21T06:43:00.137Z Compiling pretty-hex v0.3.0
19332023-11-21T06:43:00.481Z Compiling bindgen v0.65.1
19342023-11-21T06:43:01.128Z Compiling path-slash v0.1.5
19352023-11-21T06:43:01.456Z Compiling owo-colors v3.5.0
19362023-11-21T06:43:01.714Z Compiling diff v0.1.13
19372023-11-21T06:43:02.612Z Compiling linear-map v1.2.0
19382023-11-21T06:43:03.216Z Compiling lalrpop v0.19.12
19392023-11-21T06:43:06.821Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19402023-11-21T06:43:06.912Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
19412023-11-21T06:43:06.966Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19422023-11-21T06:43:12.038Z Compiling curve25519-dalek v4.1.0
19432023-11-21T06:43:15.531Z Compiling darling v0.14.4
19442023-11-21T06:43:15.692Z Compiling cexpr v0.6.0
19452023-11-21T06:43:22.645Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19462023-11-21T06:43:22.719Z Compiling which v4.4.0
19472023-11-21T06:43:23.572Z Compiling ff v0.13.0
19482023-11-21T06:43:23.927Z Compiling kstat-rs v0.2.3
19492023-11-21T06:43:25.731Z Compiling memoffset v0.7.1
19502023-11-21T06:43:25.966Z Compiling rustc-hash v1.1.0
19512023-11-21T06:43:26.159Z Compiling peeking_take_while v0.1.2
19522023-11-21T06:43:26.175Z Compiling display-error-chain v0.2.0
19532023-11-21T06:43:26.368Z Compiling shlex v1.1.0
19542023-11-21T06:43:26.433Z Compiling lazycell v1.3.0
19552023-11-21T06:43:26.560Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19562023-11-21T06:43:26.891Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19572023-11-21T06:43:27.409Zerror[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope
19582023-11-21T06:43:27.409Z --> certificates/src/openssl_ext.rs:55:22
19592023-11-21T06:43:27.409Z |
19602023-11-21T06:43:27.409Z55 | self.as_ptr(),
19612023-11-21T06:43:27.409Z | ^^^^^^ method not found in `&X509Ref`
19622023-11-21T06:43:27.409Z |
19632023-11-21T06:43:27.409Z = help: items from traits can only be used if the trait is in scope
19642023-11-21T06:43:27.409Zhelp: the following trait is implemented but not in scope; perhaps add a `use` for it:
19652023-11-21T06:43:27.409Z |
19662023-11-21T06:43:27.409Z8 + use foreign_types_shared::ForeignTypeRef;
19672023-11-21T06:43:27.409Z |
19682023-11-21T06:43:27.409Z
19692023-11-21T06:43:27.441Zerror[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope
19702023-11-21T06:43:27.441Z --> certificates/src/openssl_ext.rs:114:65
19712023-11-21T06:43:27.441Z |
19722023-11-21T06:43:27.441Z114 | unsafe { openssl_sys::X509_get_extension_flags(self.as_ptr()) };
19732023-11-21T06:43:27.441Z | ^^^^^^ method not found in `&X509Ref`
19742023-11-21T06:43:27.441Z |
19752023-11-21T06:43:27.441Z = help: items from traits can only be used if the trait is in scope
19762023-11-21T06:43:27.441Zhelp: the following trait is implemented but not in scope; perhaps add a `use` for it:
19772023-11-21T06:43:27.441Z |
19782023-11-21T06:43:27.441Z8 + use foreign_types_shared::ForeignTypeRef;
19792023-11-21T06:43:27.441Z |
19802023-11-21T06:43:27.441Z
19812023-11-21T06:43:27.450Zerror[E0599]: no method named `as_ptr` found for reference `&X509Ref` in the current scope
19822023-11-21T06:43:27.450Z --> certificates/src/openssl_ext.rs:121:68
19832023-11-21T06:43:27.450Z |
19842023-11-21T06:43:27.450Z121 | unsafe { openssl_sys::X509_get_extended_key_usage(self.as_ptr()) };
19852023-11-21T06:43:27.450Z | ^^^^^^ method not found in `&X509Ref`
19862023-11-21T06:43:27.450Z |
19872023-11-21T06:43:27.450Z = help: items from traits can only be used if the trait is in scope
19882023-11-21T06:43:27.450Zhelp: the following trait is implemented but not in scope; perhaps add a `use` for it:
19892023-11-21T06:43:27.450Z |
19902023-11-21T06:43:27.450Z8 + use foreign_types_shared::ForeignTypeRef;
19912023-11-21T06:43:27.450Z |
19922023-11-21T06:43:27.450Z
19932023-11-21T06:43:27.479Zwarning: unused import: `foreign_types::ForeignTypeRef`
19942023-11-21T06:43:27.479Z --> certificates/src/openssl_ext.rs:8:5
19952023-11-21T06:43:27.479Z |
19962023-11-21T06:43:27.479Z8 | use foreign_types::ForeignTypeRef;
19972023-11-21T06:43:27.479Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19982023-11-21T06:43:27.479Z |
19992023-11-21T06:43:27.479Z = note: `#[warn(unused_imports)]` on by default
20002023-11-21T06:43:27.479Z
20012023-11-21T06:43:27.517ZFor more information about this error, try `rustc --explain E0599`.
20022023-11-21T06:43:27.577Zwarning: `omicron-certificates` (lib) generated 1 warning
20032023-11-21T06:43:27.577Zerror: could not compile `omicron-certificates` (lib) due to 3 previous errors; 1 warning emitted
20042023-11-21T06:43:27.577Zwarning: build failed, waiting for other jobs to finish...
20052023-11-21T06:43:44.982ZError: Failed to build packages
20062023-11-21T06:43:44.985Z
20072023-11-21T06:43:44.985Zreal 4:06.880903967
20082023-11-21T06:43:44.985Zuser 30:19.200630660
20092023-11-21T06:43:44.985Zsys 1:46.005262392
20102023-11-21T06:43:44.985Ztrap 1.193612826
20112023-11-21T06:43:44.985Ztflt 0.560715110
20122023-11-21T06:43:44.985Zdflt 0.605900160
20132023-11-21T06:43:44.985Zkflt 0.000002771
20142023-11-21T06:43:44.985Zlock 1:56:39.608005172
20152023-11-21T06:43:44.985Zslp 1:34:17.328869836
20162023-11-21T06:43:44.985Zlat 1:05.418134754
20172023-11-21T06:43:44.985Zstop 23.418001752
20182023-11-21T06:43:44.988Zprocess exited: duration 873746 ms, exit code 1
 
20192023-11-21T06:43:45.002Zfound 1 output files
20202023-11-21T06:43:45.002Zuploading: /work/version.txt (26 bytes)
20212023-11-21T06:43:46.012Zuploaded: /work/version.txt
20222023-11-21T06:43:46.015Zupload error: rule "/work/package.tar.gz" required a match, but was not used
20232023-11-21T06:43:46.015Zupload error: rule "/work/global-zone-packages.tar.gz" required a match, but was not used
20242023-11-21T06:43:46.015Zupload error: rule "/work/trampoline-global-zone-packages.tar.gz" required a match, but was not used
20252023-11-21T06:43:46.015Zupload error: rule "/work/zones/*.tar.gz" required a match, but was not used