01HFJZMPG6Z2B28FKXRRPQ6BSR: helios / CI tools

BasicConfig {
    output_rules: [
        "=/work/end-to-end-tests/*.gz",
        "=/work/caboose-util.gz",
        "=/work/tufaceous.gz",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HFJZNA5M0XG0KCRWT88W952J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-19T05:09:23.121Zjob assigned to worker 01HFJZNGQPVKZZQEJ9XY4T1MXJ (queued for 1 m 11 s)
 
22023-11-19T05:09:23.607Zstarting task 0: "setup"
32023-11-19T05:09:23.676Z++ uname -s
42023-11-19T05:09:23.685Z+ kern=SunOS
52023-11-19T05:09:23.689Z+ case "$kern" in
62023-11-19T05:09:23.698Z+ groupadd -g 12345 build
72023-11-19T05:09:23.703Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-19T05:09:26.099Z+ zfs create -o mountpoint=/work rpool/work
92023-11-19T05:09:26.108Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-19T05:09:26.115Z+ home_fs=zfs
112023-11-19T05:09:26.121Z+ [[ zfs == autofs ]]
122023-11-19T05:09:26.128Z+ mkdir -p /home/build
132023-11-19T05:09:26.135Z+ chown build:build /home/build /work
142023-11-19T05:09:27.834Z+ chmod 0700 /home/build /work
152023-11-19T05:09:27.837Zprocess exited: duration 4224 ms, exit code 0
 
162023-11-19T05:09:27.843Zstarting task 1: "rust-toolchain"
172023-11-19T05:09:27.855Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-19T05:09:27.858Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-19T05:09:28.035Zinfo: downloading installer
202023-11-19T05:09:29.302Zwarning: it looks like you have an existing installation of Rust at:
212023-11-19T05:09:29.305Zwarning: /opt/ooce/bin
222023-11-19T05:09:29.308Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-19T05:09:29.311Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-19T05:09:29.340Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-19T05:09:29.346Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-19T05:09:29.349Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-19T05:09:29.352Zerror: cannot install while Rust is installed
282023-11-19T05:09:29.355Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-19T05:09:29.450Zinfo: profile set to 'default'
302023-11-19T05:09:29.862Zinfo: default host triple is x86_64-unknown-illumos
312023-11-19T05:09:29.875Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-19T05:09:29.890Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-19T05:09:29.903Zinfo: downloading component 'cargo'
342023-11-19T05:09:30.238Zinfo: downloading component 'clippy'
352023-11-19T05:09:30.465Zinfo: downloading component 'rust-docs'
362023-11-19T05:09:31.238Zinfo: downloading component 'rust-std'
372023-11-19T05:09:32.639Zinfo: downloading component 'rustc'
382023-11-19T05:09:35.906Zinfo: downloading component 'rustfmt'
392023-11-19T05:09:36.126Zinfo: installing component 'cargo'
402023-11-19T05:09:37.557Zinfo: installing component 'clippy'
412023-11-19T05:09:38.159Zinfo: installing component 'rust-docs'
422023-11-19T05:09:41.080Zinfo: installing component 'rust-std'
432023-11-19T05:09:44.110Zinfo: installing component 'rustc'
442023-11-19T05:09:53.073Zinfo: installing component 'rustfmt'
452023-11-19T05:09:53.531Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-19T05:09:53.534Z
472023-11-19T05:09:53.701Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-19T05:09:53.705Z
492023-11-19T05:09:53.709Z
502023-11-19T05:09:53.712ZRust is installed now. Great!
512023-11-19T05:09:53.715Z
522023-11-19T05:09:53.718ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-19T05:09:53.721Zenvironment variable. This has not been done automatically.
542023-11-19T05:09:53.724Z
552023-11-19T05:09:53.727ZTo configure your current shell, run:
562023-11-19T05:09:53.731Zsource "$HOME/.cargo/env"
572023-11-19T05:09:53.792Z+ rustc --version
582023-11-19T05:09:53.905Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-19T05:09:53.910Zprocess exited: duration 26065 ms, exit code 0
 
602023-11-19T05:09:53.916Zstarting task 2: "authentication"
612023-11-19T05:09:53.951Zprocess exited: duration 32 ms, exit code 0
 
622023-11-19T05:09:53.957Zstarting task 3: "clone repository"
632023-11-19T05:09:53.967Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-19T05:09:53.972Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-19T05:09:54.015ZCloning into '/work/oxidecomputer/omicron'...
662023-11-19T05:10:00.480Z+ cd /work/oxidecomputer/omicron
672023-11-19T05:10:00.495Z+ [[ -n renovate/rustls-0.x ]]
682023-11-19T05:10:00.505Z+ git fetch origin renovate/rustls-0.x
692023-11-19T05:10:00.840ZFrom https://github.com/oxidecomputer/omicron
702023-11-19T05:10:00.845Z * branch renovate/rustls-0.x -> FETCH_HEAD
712023-11-19T05:10:00.856Z+ git checkout -B renovate/rustls-0.x remotes/origin/renovate/rustls-0.x
722023-11-19T05:10:00.949ZSwitched to a new branch 'renovate/rustls-0.x'
732023-11-19T05:10:00.967Zbranch 'renovate/rustls-0.x' set up to track 'origin/renovate/rustls-0.x'.
742023-11-19T05:10:00.982Z+ git reset --hard b9edcebc55ea93931821ced0d4b7842f149c2c91
752023-11-19T05:10:00.988ZHEAD is now at b9edcebc Update Rust crate rustls to 0.21.9
762023-11-19T05:10:00.997Zprocess exited: duration 7003 ms, exit code 0
 
772023-11-19T05:10:01.004Zstarting task 4: "build"
782023-11-19T05:10:01.017Z+ cargo --version
792023-11-19T05:10:01.025Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-19T05:10:01.193Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-19T05:10:01.197Zinfo: downloading component 'cargo'
822023-11-19T05:10:02.083Zinfo: downloading component 'clippy'
832023-11-19T05:10:02.587Zinfo: downloading component 'rust-docs'
842023-11-19T05:10:03.381Zinfo: downloading component 'rust-std'
852023-11-19T05:10:04.950Zinfo: downloading component 'rustc'
862023-11-19T05:10:08.787Zinfo: downloading component 'rustfmt'
872023-11-19T05:10:09.296Zinfo: installing component 'cargo'
882023-11-19T05:10:10.518Zinfo: installing component 'clippy'
892023-11-19T05:10:11.034Zinfo: installing component 'rust-docs'
902023-11-19T05:10:13.898Zinfo: installing component 'rust-std'
912023-11-19T05:10:16.454Zinfo: installing component 'rustc'
922023-11-19T05:10:22.918Zinfo: installing component 'rustfmt'
932023-11-19T05:10:23.476Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-19T05:10:23.487Z+ rustc --version
952023-11-19T05:10:23.598Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-19T05:10:23.606Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-19T05:10:32.275Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-19T05:10:33.297Z Startup: Caching catalogs ... Done
992023-11-19T05:10:38.689ZPlanning: Solver setup ... Done (5.051s)
1002023-11-19T05:10:38.816ZPlanning: Running solver ... Done (0.127s)
1012023-11-19T05:10:38.876ZPlanning: Finding local manifests ... Done (0.004s)
1022023-11-19T05:10:38.889ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-19T05:10:39.192ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-19T05:10:39.273ZPlanning: Package planning ... Done (0.081s)
1052023-11-19T05:10:39.360ZPlanning: Merging actions ... Done (0.086s)
1062023-11-19T05:10:40.224ZPlanning: Checking for conflicting actions ... Done (0.864s)
1072023-11-19T05:10:40.246ZPlanning: Consolidating action changes ... Done (0.019s)
1082023-11-19T05:10:46.887ZPlanning: Evaluating mediators ... Done (6.643s)
1092023-11-19T05:10:46.903ZPlanning: Planning completed in 13.58 seconds
1102023-11-19T05:10:46.927Z Packages to install: 4
1112023-11-19T05:10:46.930Z Mediators to change: 2
1122023-11-19T05:10:46.933Z Services to change: 1
1132023-11-19T05:10:46.938Z Estimated space available: 148.90 GB
1142023-11-19T05:10:46.940ZEstimated space to be consumed: 1.37 GB
1152023-11-19T05:10:46.943Z Create boot environment: No
1162023-11-19T05:10:46.946ZCreate backup boot environment: No
1172023-11-19T05:10:46.949Z Rebuild boot archive: No
1182023-11-19T05:10:46.952Z
1192023-11-19T05:10:46.955ZChanged mediators:
1202023-11-19T05:10:46.958Z mediator clang:
1212023-11-19T05:10:46.961Z version: None -> 15 (system default)
1222023-11-19T05:10:46.964Z
1232023-11-19T05:10:46.967Z mediator llvm:
1242023-11-19T05:10:46.970Z version: 14 (system default) -> 15 (system default)
1252023-11-19T05:10:46.973Z
1262023-11-19T05:10:46.978ZChanged packages:
1272023-11-19T05:10:46.981Zhelios-dev
1282023-11-19T05:10:46.984Z developer/build-essential
1292023-11-19T05:10:46.987Z None -> 11-2.0
1302023-11-19T05:10:46.990Z library/libxmlsec1
1312023-11-19T05:10:46.993Z None -> 1.2.35-2.0
1322023-11-19T05:10:46.996Z ooce/developer/clang-15
1332023-11-19T05:10:47.003Z None -> 15.0.7-2.0
1342023-11-19T05:10:47.007Z ooce/developer/llvm-15
1352023-11-19T05:10:47.010Z None -> 15.0.7-2.0
1362023-11-19T05:10:47.013Z
1372023-11-19T05:10:47.016ZServices:
1382023-11-19T05:10:47.020Z restart_fmri:
1392023-11-19T05:10:47.023Z svc:/system/update-man-index:default
1402023-11-19T05:10:47.172Z
1412023-11-19T05:10:47.184ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-19T05:10:52.175ZDownload: 332/3290 items 16.6/212.6MB 7% complete (3.4M/s)
1432023-11-19T05:10:57.175ZDownload: 763/3290 items 18.4/212.6MB 8% complete (1.9M/s)
1442023-11-19T05:11:22.057ZDownload: 1197/3290 items 83.5/212.6MB 39% complete
1452023-11-19T05:11:27.104ZDownload: 1466/3290 items 117.3/212.6MB 55% complete (7.6M/s)
1462023-11-19T05:11:32.104ZDownload: 2086/3290 items 118.9/212.6MB 55% complete (3.6M/s)
1472023-11-19T05:11:37.331ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (2.7M/s)
1482023-11-19T05:11:42.338ZDownload: 3245/3290 items 169.8/212.6MB 79% complete (5.0M/s)
1492023-11-19T05:11:45.826ZDownload: Completed 212.60 MB in 58.65 seconds (3.6M/s)
1502023-11-19T05:11:46.253Z Actions: 1/3687 actions (Installing new actions)
1512023-11-19T05:11:51.261Z Actions: 2632/3687 actions (Installing new actions)
1522023-11-19T05:11:54.647Z Actions: Completed 3687 actions in 8.39 seconds.
1532023-11-19T05:11:54.829Z Done (0.169s)
1542023-11-19T05:11:54.850Z Done (0.000s)
1552023-11-19T05:11:55.041Z Done (0.218s)
1562023-11-19T05:12:02.597Z Done (7.438s)
1572023-11-19T05:12:02.842Z Done (0.142s)
1582023-11-19T05:12:02.846Z Done (0.000s)
1592023-11-19T05:12:03.170Z Done (0.000s)
1602023-11-19T05:12:03.876ZPlanning: Evaluating mediator changes ... Done
1612023-11-19T05:12:04.165ZPlanning: Checking for conflicting actions ... Done
1622023-11-19T05:12:04.180ZPlanning: Consolidating action changes ... Done
1632023-11-19T05:12:04.608ZPlanning: Evaluating mediators ... Done
1642023-11-19T05:12:04.629ZPlanning: Planning completed in 0.73 seconds
1652023-11-19T05:12:04.656Z Mediators to change: 2
1662023-11-19T05:12:04.680Z Create boot environment: No
1672023-11-19T05:12:04.689ZCreate backup boot environment: No
1682023-11-19T05:12:04.773Z Done
1692023-11-19T05:12:04.784Z Done
1702023-11-19T05:12:04.918Z Done
1712023-11-19T05:12:10.778Z Done
1722023-11-19T05:12:10.900Z Done
1732023-11-19T05:12:10.903Z Done
1742023-11-19T05:12:11.039Z Done
1752023-11-19T05:12:12.070ZPlanning: Evaluating mediator changes ... Done
1762023-11-19T05:12:12.490ZPlanning: Merging actions ... Done
1772023-11-19T05:12:12.497ZPlanning: Checking for conflicting actions ... Done
1782023-11-19T05:12:12.516ZPlanning: Consolidating action changes ... Done
1792023-11-19T05:12:12.850ZPlanning: Evaluating mediators ... Done
1802023-11-19T05:12:12.950ZPlanning: Planning completed in 1.33 seconds
1812023-11-19T05:12:13.010Z Packages to change: 1
1822023-11-19T05:12:13.015Z Mediators to change: 1
1832023-11-19T05:12:13.018Z Services to change: 1
1842023-11-19T05:12:13.021Z Create boot environment: No
1852023-11-19T05:12:13.024ZCreate backup boot environment: Yes
1862023-11-19T05:12:15.095Z Actions: 1/6 actions (Updating modified actions)
1872023-11-19T05:12:15.098Z Actions: Completed 6 actions in 0.00 seconds.
1882023-11-19T05:12:15.101Z Done
1892023-11-19T05:12:15.104Z Done
1902023-11-19T05:12:15.153Z Done
1912023-11-19T05:12:21.527Z Done
1922023-11-19T05:12:21.660Z Done
1932023-11-19T05:12:21.671Z Done
1942023-11-19T05:12:21.808Z Done
1952023-11-19T05:12:22.512ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962023-11-19T05:12:22.515Zclang system 15 system
1972023-11-19T05:12:22.518Zcsh system system illumos
1982023-11-19T05:12:22.521Zctags system system illumos
1992023-11-19T05:12:22.524Zgcc vendor 12 vendor
2002023-11-19T05:12:22.527Zgcc system 10 system
2012023-11-19T05:12:22.530Zgcc system 7 system
2022023-11-19T05:12:22.533Zgo system 1.20 system
2032023-11-19T05:12:22.536Zgo system 1.19 system
2042023-11-19T05:12:22.541Zllvm system 15 system
2052023-11-19T05:12:22.544Zllvm system 14 system
2062023-11-19T05:12:22.547Zmariadb system 10.6 system
2072023-11-19T05:12:22.549Zmta vendor vendor dma
2082023-11-19T05:12:22.552Zopenjdk system 17 system
2092023-11-19T05:12:22.555Zopenjdk system 11 system
2102023-11-19T05:12:22.558Zopenjdk system 1.8 system
2112023-11-19T05:12:22.561Zopenssl vendor 3 vendor
2122023-11-19T05:12:22.564Zperl system 5.36 system
2132023-11-19T05:12:22.567Zpostgresql system 15 system
2142023-11-19T05:12:22.571Zpostgresql system 13 system
2152023-11-19T05:12:22.574Zpython vendor 3 vendor
2162023-11-19T05:12:22.577Zpython system 2 system
2172023-11-19T05:12:22.580Zpython3 system 3.11 system
2182023-11-19T05:12:22.584Zruby system 3.0 system
2192023-11-19T05:12:22.587Zwords vendor vendor american-english
2202023-11-19T05:12:22.590Zwords system system australian-english
2212023-11-19T05:12:22.592Zwords system system british-english
2222023-11-19T05:12:22.595Zwords system system canadian-english
2232023-11-19T05:12:22.598Zwords system system french
2242023-11-19T05:12:22.614Zwords system system italian
2252023-11-19T05:12:23.024Zwords system system ngerman
2262023-11-19T05:12:23.032Zwords system system ogerman
2272023-11-19T05:12:23.040Zwords system system spanish
2282023-11-19T05:12:23.069ZFMRI IFO
2292023-11-19T05:12:23.073Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302023-11-19T05:12:23.077Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312023-11-19T05:12:23.081Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322023-11-19T05:12:23.084Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2332023-11-19T05:12:23.087Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342023-11-19T05:12:23.091Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2352023-11-19T05:12:23.148Z+ set -o errexit
2362023-11-19T05:12:23.151Z+++ dirname ./tools/ci_download_cockroachdb
2372023-11-19T05:12:23.154Z++ cd ./tools
2382023-11-19T05:12:23.157Z++ pwd
2392023-11-19T05:12:23.160Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402023-11-19T05:12:23.163Z++ basename ./tools/ci_download_cockroachdb
2412023-11-19T05:12:23.166Z+ ARG0=ci_download_cockroachdb
2422023-11-19T05:12:23.169Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432023-11-19T05:12:23.171Z+ CIDL_VERSION=v22.1.9
2442023-11-19T05:12:23.174Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452023-11-19T05:12:23.177Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2462023-11-19T05:12:23.180Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2472023-11-19T05:12:23.183Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2482023-11-19T05:12:23.187Z+ TARGET_DIR=out
2492023-11-19T05:12:23.190Z+ DOWNLOAD_DIR=out/downloads
2502023-11-19T05:12:23.192Z+ DEST_DIR=./out/cockroachdb
2512023-11-19T05:12:23.195Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522023-11-19T05:12:23.198Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532023-11-19T05:12:23.201Z+ main
2542023-11-19T05:12:23.205Z+ [[ 0 != 0 ]]
2552023-11-19T05:12:23.208Z+ CIDL_OS=solaris2.11
2562023-11-19T05:12:23.211Z+ [[ 0 != 0 ]]
2572023-11-19T05:12:23.214Z+ configure_os solaris2.11
2582023-11-19T05:12:23.216Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592023-11-19T05:12:23.219Zcurrent directory: /work/oxidecomputer/omicron
2602023-11-19T05:12:23.222Z+ echo 'configuring based on OS: "solaris2.11"'
2612023-11-19T05:12:23.225Zconfiguring based on OS: "solaris2.11"
2622023-11-19T05:12:23.228Z+ case "$1" in
2632023-11-19T05:12:23.230Z+ CIDL_BUILD=illumos
2642023-11-19T05:12:23.233Z+ CIDL_SUFFIX=tar.gz
2652023-11-19T05:12:23.238Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2662023-11-19T05:12:23.241Z+ CIDL_MD5FUNC=do_md5sum
2672023-11-19T05:12:23.245Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682023-11-19T05:12:23.247Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692023-11-19T05:12:23.250Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702023-11-19T05:12:23.253Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712023-11-19T05:12:23.257Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-19T05:12:23.260Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732023-11-19T05:12:23.263Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-11-19T05:12:23.266Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752023-11-19T05:12:23.269ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762023-11-19T05:12:23.272Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772023-11-19T05:12:23.275ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782023-11-19T05:12:23.278Z+ mkdir -p out/downloads
2792023-11-19T05:12:23.280Z+ mkdir -p ./out/cockroachdb
2802023-11-19T05:12:23.283Z+ local DO_DOWNLOAD=true
2812023-11-19T05:12:23.286Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822023-11-19T05:12:23.288Z+ '[' true == true ']'
2832023-11-19T05:12:23.292Z+ echo Downloading...
2842023-11-19T05:12:23.295ZDownloading...
2852023-11-19T05:12:23.297Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862023-11-19T05:12:23.301Z+ 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
2872023-11-19T05:12:34.393Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882023-11-19T05:12:34.397Z++ md5sum
2892023-11-19T05:12:34.400Z++ awk '{print $1}'
2902023-11-19T05:12:34.578Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2912023-11-19T05:12:34.581Z+ [[ 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 ]]
2922023-11-19T05:12:34.585Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-11-19T05:12:34.589Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942023-11-19T05:12:38.221Z+ do_assemble_illumos
2952023-11-19T05:12:38.225Z+ rm -r ./out/cockroachdb
2962023-11-19T05:12:38.227Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972023-11-19T05:12:38.812Z+ ./out/cockroachdb/bin/cockroach version
2982023-11-19T05:12:39.030ZBuild Tag: v22.1.9-dirty
2992023-11-19T05:12:39.034ZBuild Time: 2022/10/26 21:17:46
3002023-11-19T05:12:39.037ZDistribution: OSS
3012023-11-19T05:12:39.040ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022023-11-19T05:12:39.044ZGo Version: go1.17.13
3032023-11-19T05:12:39.047ZC Compiler: gcc 10.3.0
3042023-11-19T05:12:39.050ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052023-11-19T05:12:39.053ZBuild Type: release
3062023-11-19T05:12:39.056Z+ set -o errexit
3072023-11-19T05:12:39.060Z+++ dirname ./tools/ci_download_clickhouse
3082023-11-19T05:12:39.064Z++ cd ./tools
3092023-11-19T05:12:39.068Z++ pwd
3102023-11-19T05:12:39.072Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112023-11-19T05:12:39.075Z++ basename ./tools/ci_download_clickhouse
3122023-11-19T05:12:39.078Z+ ARG0=ci_download_clickhouse
3132023-11-19T05:12:39.083Z+ TARGET_DIR=out
3142023-11-19T05:12:39.086Z+ DOWNLOAD_DIR=out/downloads
3152023-11-19T05:12:39.089Z+ DEST_DIR=./out/clickhouse
3162023-11-19T05:12:39.095Z+ CIDL_VERSION=v22.8.9.24
3172023-11-19T05:12:39.098Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3182023-11-19T05:12:39.101Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3192023-11-19T05:12:39.106Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3202023-11-19T05:12:39.110Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3212023-11-19T05:12:39.117Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3222023-11-19T05:12:39.124Z+ main
3232023-11-19T05:12:39.131Z+ [[ 0 != 0 ]]
3242023-11-19T05:12:39.134Z+ CIDL_OS=solaris2.11
3252023-11-19T05:12:39.137Z+ [[ 0 != 0 ]]
3262023-11-19T05:12:39.139Z+ configure_os solaris2.11
3272023-11-19T05:12:39.142Z+ echo 'current directory: /work/oxidecomputer/omicron'
3282023-11-19T05:12:39.146Zcurrent directory: /work/oxidecomputer/omicron
3292023-11-19T05:12:39.149Z+ echo 'configuring based on OS: "solaris2.11"'
3302023-11-19T05:12:39.153Zconfiguring based on OS: "solaris2.11"
3312023-11-19T05:12:39.156Z+ CIDL_DASHREV=
3322023-11-19T05:12:39.159Z+ case "$1" in
3332023-11-19T05:12:39.162Z+ CIDL_PLATFORM=illumos
3342023-11-19T05:12:39.166Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3352023-11-19T05:12:39.169Z+ CIDL_MD5FUNC=do_md5sum
3362023-11-19T05:12:39.172Z+ CIDL_DASHREV=-1
3372023-11-19T05:12:39.177Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3382023-11-19T05:12:39.180Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-19T05:12:39.183Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-11-19T05:12:39.186Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412023-11-19T05:12:39.189ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422023-11-19T05:12:39.193Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3432023-11-19T05:12:39.196Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442023-11-19T05:12:39.200ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-11-19T05:12:39.208Z+ mkdir -p out/downloads
3462023-11-19T05:12:39.618Z+ mkdir -p ./out/clickhouse
3472023-11-19T05:12:39.622Z+ local DO_DOWNLOAD=true
3482023-11-19T05:12:39.625Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3492023-11-19T05:12:39.628Z+ '[' true == true ']'
3502023-11-19T05:12:39.632Z+ echo Downloading...
3512023-11-19T05:12:39.635ZDownloading...
3522023-11-19T05:12:39.641Z+ 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
3532023-11-19T05:12:39.644Z+ 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
3542023-11-19T05:12:40.408Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552023-11-19T05:12:40.411Z++ md5sum
3562023-11-19T05:12:40.414Z++ awk '{print $1}'
3572023-11-19T05:12:40.673Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3582023-11-19T05:12:40.677Z+ [[ 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 ]]
3592023-11-19T05:12:40.682Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3602023-11-19T05:12:40.686Z+ mkdir -p ./out/clickhouse
3612023-11-19T05:12:40.690Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3622023-11-19T05:12:45.973Z+ ./out/clickhouse/clickhouse server --version
3632023-11-19T05:12:46.076ZClickHouse server version 22.8.9.1.
3642023-11-19T05:12:46.112Z+ set -o errexit
3652023-11-19T05:12:46.125Z+++ dirname ./tools/ci_download_console
3662023-11-19T05:12:46.133Z++ cd ./tools
3672023-11-19T05:12:46.150Z++ pwd
3682023-11-19T05:12:46.587Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3692023-11-19T05:12:46.601Z++ basename ./tools/ci_download_console
3702023-11-19T05:12:46.612Z+ ARG0=ci_download_console
3712023-11-19T05:12:46.628Z+ TARGET_DIR=out
3722023-11-19T05:12:46.645Z+ DOWNLOAD_DIR=out/downloads
3732023-11-19T05:12:46.658Z+ DEST_DIR=./out/console-assets
3742023-11-19T05:12:46.667Z+ source /work/oxidecomputer/omicron/tools/console_version
3752023-11-19T05:12:46.675Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3762023-11-19T05:12:46.685Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3772023-11-19T05:12:46.703Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3782023-11-19T05:12:46.717Z+ TARBALL_FILE=out/downloads/console.tar.gz
3792023-11-19T05:12:46.725Z+ main
3802023-11-19T05:12:46.732Z+ [[ 0 != 0 ]]
3812023-11-19T05:12:46.745Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3822023-11-19T05:12:46.759ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3832023-11-19T05:12:46.774Z+ echo 'Local file: out/downloads/console.tar.gz'
3842023-11-19T05:12:46.800ZLocal file: out/downloads/console.tar.gz
3852023-11-19T05:12:46.812Z+ local DO_DOWNLOAD=true
3862023-11-19T05:12:46.827Z+ [[ -f out/downloads/console.tar.gz ]]
3872023-11-19T05:12:46.837Z+ mkdir -p out/downloads
3882023-11-19T05:12:46.900Z+ '[' true == true ']'
3892023-11-19T05:12:46.911Z+ echo Downloading...
3902023-11-19T05:12:46.915ZDownloading...
3912023-11-19T05:12:46.920Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3922023-11-19T05:12:46.940Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3932023-11-19T05:12:46.958Z++ do_sha256sum out/downloads/console.tar.gz
3942023-11-19T05:12:46.977Z++ case "$OSTYPE" in
3952023-11-19T05:12:46.999Z++ SHA=sha256sum
3962023-11-19T05:12:47.007Z++ sha256sum
3972023-11-19T05:12:47.012Z++ awk '{print $1}'
3982023-11-19T05:12:47.017Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3992023-11-19T05:12:47.027Z+ [[ 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 ]]
4002023-11-19T05:12:47.501Z+ rm -rf ./out/console-assets
4012023-11-19T05:12:47.993Z+ mkdir -p ./out/console-assets
4022023-11-19T05:12:48.006Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4032023-11-19T05:12:48.016Z+ mkdir -p ./out/console-assets
4042023-11-19T05:12:48.439Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4052023-11-19T05:12:48.454Z+ set -o errexit
4062023-11-19T05:12:48.474Z+++ dirname ./tools/ci_download_maghemite_openapi
4072023-11-19T05:12:48.486Z++ cd ./tools
4082023-11-19T05:12:48.503Z++ pwd
4092023-11-19T05:12:48.512Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102023-11-19T05:12:48.523Z++ basename ./tools/ci_download_maghemite_openapi
4112023-11-19T05:12:48.533Z+ ARG0=ci_download_maghemite_openapi
4122023-11-19T05:12:48.544Z+ TARGET_DIR=out
4132023-11-19T05:12:48.559Z+ DOWNLOAD_DIR=out/downloads
4142023-11-19T05:12:48.566Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4152023-11-19T05:12:48.577Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4162023-11-19T05:12:48.605Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4172023-11-19T05:12:49.053Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4182023-11-19T05:12:49.066Z+ LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4192023-11-19T05:12:49.512Z+ main
4202023-11-19T05:12:49.523Z+ [[ 0 != 0 ]]
4212023-11-19T05:12:49.948Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json'
4222023-11-19T05:12:50.370ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json
4232023-11-19T05:12:50.523Z+ echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4242023-11-19T05:12:50.542ZLocal file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4252023-11-19T05:12:50.560Z+ local DO_DOWNLOAD=true
4262023-11-19T05:12:50.571Z+ [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4272023-11-19T05:12:50.578Z+ mkdir -p out/downloads
4282023-11-19T05:12:50.594Z+ '[' true == true ']'
4292023-11-19T05:12:50.605Z+ echo Downloading...
4302023-11-19T05:12:50.613ZDownloading...
4312023-11-19T05:12:50.621Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4322023-11-19T05:12:50.631Z+ 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
4332023-11-19T05:12:50.640Z++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4342023-11-19T05:12:50.647Z++ case "$OSTYPE" in
4352023-11-19T05:12:50.653Z++ SHA=sha256sum
4362023-11-19T05:12:50.663Z++ sha256sum
4372023-11-19T05:12:50.675Z++ awk '{print $1}'
4382023-11-19T05:12:50.689Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4392023-11-19T05:12:50.705Z+ [[ 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 ]]
4402023-11-19T05:12:50.724Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4412023-11-19T05:12:50.741Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
4422023-11-19T05:12:50.761Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4432023-11-19T05:12:50.787Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4442023-11-19T05:12:50.812Z+ LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4452023-11-19T05:12:50.831Z+ main
4462023-11-19T05:12:50.848Z+ [[ 0 != 0 ]]
4472023-11-19T05:12:50.865Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json'
4482023-11-19T05:12:50.886ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json
4492023-11-19T05:12:50.897Z+ echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json'
4502023-11-19T05:12:51.313ZLocal file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4512023-11-19T05:12:51.324Z+ local DO_DOWNLOAD=true
4522023-11-19T05:12:51.340Z+ [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]]
4532023-11-19T05:12:51.361Z+ mkdir -p out/downloads
4542023-11-19T05:12:51.372Z+ '[' true == true ']'
4552023-11-19T05:12:51.391Z+ echo Downloading...
4562023-11-19T05:12:51.413ZDownloading...
4572023-11-19T05:12:51.423Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4582023-11-19T05:12:51.433Z+ 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
4592023-11-19T05:12:51.442Z++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json
4602023-11-19T05:12:51.449Z++ case "$OSTYPE" in
4612023-11-19T05:12:51.464Z++ SHA=sha256sum
4622023-11-19T05:12:51.486Z++ sha256sum
4632023-11-19T05:12:51.498Z++ awk '{print $1}'
4642023-11-19T05:12:51.509Z+ calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
4652023-11-19T05:12:51.926Z+ [[ 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 ]]
4662023-11-19T05:12:51.941Z+ set -o errexit
4672023-11-19T05:12:52.774Z+++ dirname ./tools/ci_download_dendrite_openapi
4682023-11-19T05:12:52.790Z++ cd ./tools
4692023-11-19T05:12:52.805Z++ pwd
4702023-11-19T05:12:52.832Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4712023-11-19T05:12:52.855Z++ basename ./tools/ci_download_dendrite_openapi
4722023-11-19T05:12:52.864ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4732023-11-19T05:12:52.874Z+ ARG0=ci_download_dendrite_openapi
4742023-11-19T05:12:52.897ZLocal file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4752023-11-19T05:12:52.912Z+ TARGET_DIR=out
4762023-11-19T05:12:52.922ZDownloading...
4772023-11-19T05:12:52.936Z+ DOWNLOAD_DIR=out/downloads
4782023-11-19T05:12:52.954Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4792023-11-19T05:12:52.967Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
4802023-11-19T05:12:52.985Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4812023-11-19T05:12:53.004Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json
4822023-11-19T05:12:53.023Z+ LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4832023-11-19T05:12:53.033Z+ main
4842023-11-19T05:12:53.462Zcurrent directory: /work/oxidecomputer/omicron
4852023-11-19T05:12:53.474Z+ [[ 0 != 0 ]]
4862023-11-19T05:12:53.480Zconfiguring based on OS: "solaris2.11"
4872023-11-19T05:12:53.484Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json'
4882023-11-19T05:12:53.487ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
4892023-11-19T05:12:53.490Z+ echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json'
4902023-11-19T05:12:53.493ZLocal file: out/downloads/dendrite-stub.tar.gz
4912023-11-19T05:12:53.496Z+ local DO_DOWNLOAD=true
4922023-11-19T05:12:53.499ZDownloading...
4932023-11-19T05:12:53.505Z+ [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]]
4942023-11-19T05:12:53.929Z+ mkdir -p out/downloads
4952023-11-19T05:12:53.943Z+ '[' true == true ']'
4962023-11-19T05:12:53.958Z+ echo Downloading...
4972023-11-19T05:12:53.971Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
4982023-11-19T05:12:53.983Z+ 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
4992023-11-19T05:12:54.010Z++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json
5002023-11-19T05:12:54.033Z++ case "$OSTYPE" in
5012023-11-19T05:12:54.041Z++ SHA=sha256sum
5022023-11-19T05:12:54.065Z++ sha256sum
5032023-11-19T05:12:54.074Z++ awk '{print $1}'
5042023-11-19T05:12:54.078Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5052023-11-19T05:12:54.083Z+ [[ 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 ]]
5062023-11-19T05:12:54.087Z+ set -o errexit
5072023-11-19T05:12:54.092Z+++ dirname ./tools/ci_download_dendrite_stub
5082023-11-19T05:12:54.097Z++ cd ./tools
5092023-11-19T05:12:54.101Z++ pwd
5102023-11-19T05:12:54.105Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112023-11-19T05:12:54.108Z++ basename ./tools/ci_download_dendrite_stub
5122023-11-19T05:12:54.112Z+ ARG0=ci_download_dendrite_stub
5132023-11-19T05:12:54.115Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142023-11-19T05:12:54.119Z++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5152023-11-19T05:12:54.122Z++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe
5162023-11-19T05:12:54.125Z++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f
5172023-11-19T05:12:54.128Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182023-11-19T05:12:54.132Z++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4
5192023-11-19T05:12:54.136Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5202023-11-19T05:12:54.138Z+ TARGET_DIR=out
5212023-11-19T05:12:54.141Z+ DOWNLOAD_DIR=out/downloads
5222023-11-19T05:12:54.144Z+ DEST_DIR=./out/dendrite-stub
5232023-11-19T05:12:54.147Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242023-11-19T05:12:54.150Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252023-11-19T05:12:54.153Z+ REPO=oxidecomputer/dendrite
5262023-11-19T05:12:54.156Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4
5272023-11-19T05:12:54.159Z+ main
5282023-11-19T05:12:54.162Z+ [[ 0 != 0 ]]
5292023-11-19T05:12:54.165Z+ CIDL_OS=solaris2.11
5302023-11-19T05:12:54.168Z+ [[ 0 != 0 ]]
5312023-11-19T05:12:54.171Z+ configure_os solaris2.11
5322023-11-19T05:12:54.174Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332023-11-19T05:12:54.178Z+ echo 'configuring based on OS: "solaris2.11"'
5342023-11-19T05:12:54.181Z+ case "$1" in
5352023-11-19T05:12:54.184Z+ SET_BINARIES=
5362023-11-19T05:12:54.187Z+ CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5372023-11-19T05:12:54.190Z+ CIDL_SHA256FUNC=do_sha256sum
5382023-11-19T05:12:54.193Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5392023-11-19T05:12:54.196Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz
5402023-11-19T05:12:54.199Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5412023-11-19T05:12:54.202Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz'
5422023-11-19T05:12:54.207Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5432023-11-19T05:12:54.210Z+ mkdir -p out/downloads
5442023-11-19T05:12:54.215Z+ mkdir -p ./out/dendrite-stub
5452023-11-19T05:12:54.219Z+ fetch_and_verify
5462023-11-19T05:12:54.222Z+ local DO_DOWNLOAD=true
5472023-11-19T05:12:54.225Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5482023-11-19T05:12:54.228Z+ '[' true == true ']'
5492023-11-19T05:12:54.232Z+ echo Downloading...
5502023-11-19T05:12:54.235Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5512023-11-19T05:12:54.239Z+ 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
5522023-11-19T05:13:08.931Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5532023-11-19T05:13:08.940Z++ sha256sum
5542023-11-19T05:13:08.947Z++ awk '{print $1}'
5552023-11-19T05:13:09.083Z+ calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd
5562023-11-19T05:13:09.100Z+ [[ 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 ]]
5572023-11-19T05:13:09.116Z+ do_untar out/downloads/dendrite-stub.tar.gz
5582023-11-19T05:13:09.129Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5592023-11-19T05:13:10.171Z+ do_assemble
5602023-11-19T05:13:10.191Z+ rm -r ./out/dendrite-stub
5612023-11-19T05:13:10.207Z+ mkdir ./out/dendrite-stub
5622023-11-19T05:13:10.222Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5632023-11-19T05:13:10.300Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5642023-11-19T05:13:10.312Z+ set -o errexit
5652023-11-19T05:13:10.325Z+++ dirname ./tools/ci_download_maghemite_mgd
5662023-11-19T05:13:10.339Z++ cd ./tools
5672023-11-19T05:13:10.356Z++ pwd
5682023-11-19T05:13:10.371Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5692023-11-19T05:13:10.386Z++ basename ./tools/ci_download_maghemite_mgd
5702023-11-19T05:13:10.410Z+ ARG0=ci_download_maghemite_mgd
5712023-11-19T05:13:10.435Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5722023-11-19T05:13:10.456Z++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
5732023-11-19T05:13:10.478Z++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f
5742023-11-19T05:13:10.499Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5752023-11-19T05:13:10.512Z++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d
5762023-11-19T05:13:10.529Z++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971
5772023-11-19T05:13:10.548Z+ TARGET_DIR=out
5782023-11-19T05:13:10.569Z+ DOWNLOAD_DIR=out/downloads
5792023-11-19T05:13:10.584Z+ DEST_DIR=./out/mgd
5802023-11-19T05:13:10.599Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5812023-11-19T05:13:10.609Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822023-11-19T05:13:10.629Z+ REPO=oxidecomputer/maghemite
5832023-11-19T05:13:10.644Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d
5842023-11-19T05:13:10.659Z+ main
5852023-11-19T05:13:10.687Z+ [[ 0 != 0 ]]
5862023-11-19T05:13:10.719Z+ CIDL_OS=solaris2.11
5872023-11-19T05:13:11.193Z+ [[ 0 != 0 ]]
5882023-11-19T05:13:11.210Z+ configure_os solaris2.11
5892023-11-19T05:13:11.230Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902023-11-19T05:13:11.245Zcurrent directory: /work/oxidecomputer/omicron
5912023-11-19T05:13:11.261Z+ echo 'configuring based on OS: "solaris2.11"'
5922023-11-19T05:13:11.274Zconfiguring based on OS: "solaris2.11"
5932023-11-19T05:13:11.288Z+ case "$1" in
5942023-11-19T05:13:11.306Z+ SET_BINARIES=
5952023-11-19T05:13:11.323Z+ CIDL_SHA256FUNC=do_sha256sum
5962023-11-19T05:13:11.750Z+ TARBALL_FILENAME=mgd.tar.gz
5972023-11-19T05:13:11.757Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
5982023-11-19T05:13:11.762Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5992023-11-19T05:13:11.773Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz'
6002023-11-19T05:13:11.778ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz
6012023-11-19T05:13:11.785Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6022023-11-19T05:13:11.792ZLocal file: out/downloads/mgd.tar.gz
6032023-11-19T05:13:11.802Z+ mkdir -p out/downloads
6042023-11-19T05:13:11.809Z+ mkdir -p ./out/mgd
6052023-11-19T05:13:11.817Z+ fetch_and_verify
6062023-11-19T05:13:11.822Z+ local DO_DOWNLOAD=true
6072023-11-19T05:13:11.827Z+ [[ -f out/downloads/mgd.tar.gz ]]
6082023-11-19T05:13:11.832Z+ '[' true == true ']'
6092023-11-19T05:13:11.843Z+ echo Downloading...
6102023-11-19T05:13:11.848ZDownloading...
6112023-11-19T05:13:11.854Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz
6122023-11-19T05:13:11.863Z+ 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
6132023-11-19T05:13:21.977Z++ do_sha256sum out/downloads/mgd.tar.gz
6142023-11-19T05:13:21.993Z++ sha256sum
6152023-11-19T05:13:21.997Z++ awk '{print $1}'
6162023-11-19T05:13:22.055Z+ calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df
6172023-11-19T05:13:22.059Z+ [[ 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 ]]
6182023-11-19T05:13:22.893Z+ do_untar out/downloads/mgd.tar.gz
6192023-11-19T05:13:22.898Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6202023-11-19T05:13:22.903Z+ do_assemble
6212023-11-19T05:13:22.909Z+ rm -r ./out/mgd
6222023-11-19T05:13:22.912Z+ mkdir ./out/mgd
6232023-11-19T05:13:22.915Z+ cp -r out/downloads/root ./out/mgd/root
6242023-11-19T05:13:22.954Z+ set -o errexit
6252023-11-19T05:13:22.957Z+++ dirname ./tools/ci_download_transceiver_control
6262023-11-19T05:13:22.960Z++ cd ./tools
6272023-11-19T05:13:22.963Z++ pwd
6282023-11-19T05:13:22.966Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6292023-11-19T05:13:22.970Z++ basename ./tools/ci_download_transceiver_control
6302023-11-19T05:13:22.976Z+ ARG0=ci_download_transceiver_control
6312023-11-19T05:13:22.979Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6322023-11-19T05:13:22.985Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6332023-11-19T05:13:22.991Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342023-11-19T05:13:22.994Z+ TARGET_DIR=out
6352023-11-19T05:13:22.998Z+ DOWNLOAD_DIR=out/downloads
6362023-11-19T05:13:23.002Z+ DEST_DIR=./out/transceiver-control
6372023-11-19T05:13:23.005Z+ BIN_DIR=/opt/oxide/bin
6382023-11-19T05:13:23.008Z+ BINARY=xcvradm
6392023-11-19T05:13:23.012Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6402023-11-19T05:13:23.016Z+ REPO=oxidecomputer/transceiver-control
6412023-11-19T05:13:23.025Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422023-11-19T05:13:23.032Z+ main
6432023-11-19T05:13:23.037Z+ [[ 0 != 0 ]]
6442023-11-19T05:13:23.040Z+ CIDL_OS=solaris2.11
6452023-11-19T05:13:23.045Z+ [[ 0 != 0 ]]
6462023-11-19T05:13:23.047Z+ configure_os solaris2.11
6472023-11-19T05:13:23.050Z+ echo 'current directory: /work/oxidecomputer/omicron'
6482023-11-19T05:13:23.053Zcurrent directory: /work/oxidecomputer/omicron
6492023-11-19T05:13:23.057Z+ echo 'configuring based on OS: "solaris2.11"'
6502023-11-19T05:13:23.063Zconfiguring based on OS: "solaris2.11"
6512023-11-19T05:13:23.067Z+ case "$1" in
6522023-11-19T05:13:23.071Z+ SET_BINARIES=
6532023-11-19T05:13:23.075Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542023-11-19T05:13:23.079Z+ CIDL_SHA256FUNC=do_sha256sum
6552023-11-19T05:13:23.083Z+ ARCHIVE_FILENAME=xcvradm.gz
6562023-11-19T05:13:23.086Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572023-11-19T05:13:23.089Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6582023-11-19T05:13:23.092Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6592023-11-19T05:13:23.096ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6602023-11-19T05:13:23.099Z+ echo 'Local file: out/downloads/xcvradm.gz'
6612023-11-19T05:13:23.103ZLocal file: out/downloads/xcvradm.gz
6622023-11-19T05:13:23.138Z+ mkdir -p out/downloads
6632023-11-19T05:13:23.150Z+ mkdir -p ./out/transceiver-control
6642023-11-19T05:13:23.158Z+ fetch_and_verify
6652023-11-19T05:13:23.162Z+ local DO_DOWNLOAD=true
6662023-11-19T05:13:23.166Z+ [[ -f out/downloads/xcvradm.gz ]]
6672023-11-19T05:13:23.171Z+ '[' true == true ']'
6682023-11-19T05:13:23.174Z+ echo Downloading...
6692023-11-19T05:13:23.177ZDownloading...
6702023-11-19T05:13:23.181Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6712023-11-19T05:13:23.185Z+ 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
6722023-11-19T05:13:26.467Z++ do_sha256sum out/downloads/xcvradm.gz
6732023-11-19T05:13:26.470Z++ sha256sum
6742023-11-19T05:13:26.474Z++ awk '{print $1}'
6752023-11-19T05:13:26.493Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762023-11-19T05:13:26.496Z+ [[ 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 ]]
6772023-11-19T05:13:26.499Z+ do_unpack out/downloads/xcvradm.gz
6782023-11-19T05:13:26.501Z+ mkdir -p out/downloads/root//opt/oxide/bin
6792023-11-19T05:13:26.506Z+ gzip -dc out/downloads/xcvradm.gz
6802023-11-19T05:13:26.669Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6812023-11-19T05:13:26.673Z+ do_assemble
6822023-11-19T05:13:26.682Z+ rm -r ./out/transceiver-control
6832023-11-19T05:13:26.692Z+ mkdir ./out/transceiver-control
6842023-11-19T05:13:26.699Z+ cp -r out/downloads/root ./out/transceiver-control/root
6852023-11-19T05:13:26.895ZAll prerequisites installed successfully
6862023-11-19T05:13:26.898Z
6872023-11-19T05:13:26.903Zreal 3:03.291577570
6882023-11-19T05:13:26.906Zuser 54.056348598
6892023-11-19T05:13:26.909Zsys 10.966530300
6902023-11-19T05:13:26.912Ztrap 0.025045372
6912023-11-19T05:13:26.915Ztflt 0.195060569
6922023-11-19T05:13:26.918Zdflt 0.399080821
6932023-11-19T05:13:26.921Zkflt 0.139814851
6942023-11-19T05:13:26.923Zlock 1.755008678
6952023-11-19T05:13:26.926Zslp 6:13.437525999
6962023-11-19T05:13:26.929Zlat 4.377819376
6972023-11-19T05:13:26.935Zstop 0.074586589
6982023-11-19T05:13:26.939Z+ banner end-to-end-tests
6992023-11-19T05:13:26.944Z
7002023-11-19T05:13:26.950Z ###### # # ##### ##### #### ###### # # #####
7012023-11-19T05:13:26.955Z # ## # # # # # # # ## # # #
7022023-11-19T05:13:26.958Z ##### # # # # # ##### # # # ##### ##### # # # # #
7032023-11-19T05:13:26.961Z # # # # # # # # # # # # # # #
7042023-11-19T05:13:26.965Z # # ## # # # # # # # ## # #
7052023-11-19T05:13:26.969Z ###### # # ##### # #### ###### # # #####
7062023-11-19T05:13:26.971Z
7072023-11-19T05:13:26.978Z+ export CARGO_PROFILE_DEV_DEBUG=1
7082023-11-19T05:13:26.982Z+ CARGO_PROFILE_DEV_DEBUG=1
7092023-11-19T05:13:26.985Z+ export CARGO_PROFILE_TEST_DEBUG=1
7102023-11-19T05:13:26.988Z+ CARGO_PROFILE_TEST_DEBUG=1
7112023-11-19T05:13:26.991Z+ export CARGO_INCREMENTAL=0
7122023-11-19T05:13:26.994Z+ CARGO_INCREMENTAL=0
7132023-11-19T05:13:26.997Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7142023-11-19T05:13:27.283Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7152023-11-19T05:13:27.675Z Updating crates.io index
7162023-11-19T05:13:27.678Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7172023-11-19T05:13:28.572Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7182023-11-19T05:13:30.392Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7192023-11-19T05:13:30.968Z Updating git repository `http://github.com/oxidecomputer/tofino`
7202023-11-19T05:13:31.311Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7212023-11-19T05:13:31.600Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7222023-11-19T05:13:31.869Z Updating git repository `https://github.com/oxidecomputer/propolis`
7232023-11-19T05:13:32.751Z Updating git repository `https://github.com/oxidecomputer/crucible`
7242023-11-19T05:13:34.628Z Updating git repository `https://github.com/oxidecomputer/opte`
7252023-11-19T05:13:35.744Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7262023-11-19T05:13:36.055Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7272023-11-19T05:13:36.625Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7282023-11-19T05:13:36.964Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7292023-11-19T05:13:37.335Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7302023-11-19T05:13:37.701Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7312023-11-19T05:13:38.044Z Updating git repository `https://github.com/njaremko/samael`
7322023-11-19T05:13:38.490Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7332023-11-19T05:13:39.141Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7342023-11-19T05:13:39.921Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7352023-11-19T05:13:39.925Z Updating git repository `https://github.com/jgallagher/nix`
7362023-11-19T05:13:41.159Z Updating git repository `https://github.com/cbiffle/hubpack`
7372023-11-19T05:13:41.607Z Updating git repository `https://github.com/oxidecomputer/typify`
7382023-11-19T05:13:42.580Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7392023-11-19T05:13:42.958Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7402023-11-19T05:13:43.249Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7412023-11-19T05:13:44.841Z Downloading crates ...
7422023-11-19T05:13:45.093Z Downloaded bitflags v1.3.2
7432023-11-19T05:13:45.104Z Downloaded ciborium-io v0.2.1
7442023-11-19T05:13:45.109Z Downloaded blake2 v0.10.6
7452023-11-19T05:13:45.122Z Downloaded normalize-line-endings v0.3.0
7462023-11-19T05:13:45.134Z Downloaded cbc v0.1.2
7472023-11-19T05:13:45.142Z Downloaded byteorder v1.5.0
7482023-11-19T05:13:45.150Z Downloaded ppv-lite86 v0.2.17
7492023-11-19T05:13:45.159Z Downloaded openssl-sys v0.9.93
7502023-11-19T05:13:45.164Z Downloaded resolv-conf v0.7.0
7512023-11-19T05:13:45.173Z Downloaded darling v0.20.3
7522023-11-19T05:13:45.181Z Downloaded pbkdf2 v0.11.0
7532023-11-19T05:13:45.188Z Downloaded curve25519-dalek-derive v0.1.0
7542023-11-19T05:13:45.193Z Downloaded difflib v0.4.0
7552023-11-19T05:13:45.198Z Downloaded openssl-probe v0.1.5
7562023-11-19T05:13:45.206Z Downloaded dof v0.1.5
7572023-11-19T05:13:45.214Z Downloaded atomicwrites v0.4.2
7582023-11-19T05:13:45.225Z Downloaded parking_lot v0.12.1
7592023-11-19T05:13:45.232Z Downloaded dtrace-parser v0.1.14
7602023-11-19T05:13:45.238Z Downloaded option-ext v0.2.0
7612023-11-19T05:13:45.242Z Downloaded dirs-sys v0.4.1
7622023-11-19T05:13:45.248Z Downloaded aead v0.5.2
7632023-11-19T05:13:45.255Z Downloaded tower-service v0.3.2
7642023-11-19T05:13:45.263Z Downloaded pkg-config v0.3.27
7652023-11-19T05:13:45.271Z Downloaded pbkdf2 v0.12.2
7662023-11-19T05:13:45.279Z Downloaded ctr v0.9.2
7672023-11-19T05:13:45.284Z Downloaded cfg-if v0.1.10
7682023-11-19T05:13:45.290Z Downloaded anstyle v1.0.2
7692023-11-19T05:13:45.297Z Downloaded equivalent v1.0.1
7702023-11-19T05:13:45.308Z Downloaded dirs-sys-next v0.1.2
7712023-11-19T05:13:45.314Z Downloaded adler v1.0.2
7722023-11-19T05:13:45.319Z Downloaded num-iter v0.1.43
7732023-11-19T05:13:45.325Z Downloaded dirs-next v2.0.0
7742023-11-19T05:13:45.334Z Downloaded atomic-waker v1.1.1
7752023-11-19T05:13:45.339Z Downloaded parking_lot_core v0.8.6
7762023-11-19T05:13:45.348Z Downloaded console v0.15.7
7772023-11-19T05:13:45.357Z Downloaded paste v1.0.14
7782023-11-19T05:13:45.368Z Downloaded pest_derive v2.7.2
7792023-11-19T05:13:45.378Z Downloaded http-range v0.1.5
7802023-11-19T05:13:45.386Z Downloaded backoff v0.4.0
7812023-11-19T05:13:45.395Z Downloaded rand_chacha v0.2.2
7822023-11-19T05:13:45.405Z Downloaded fxhash v0.2.1
7832023-11-19T05:13:45.410Z Downloaded tinyvec_macros v0.1.1
7842023-11-19T05:13:45.422Z Downloaded anstyle-query v1.0.0
7852023-11-19T05:13:45.427Z Downloaded clap_derive v4.4.2
7862023-11-19T05:13:45.436Z Downloaded postgres-protocol v0.6.6
7872023-11-19T05:13:45.843Z Downloaded httpdate v1.0.3
7882023-11-19T05:13:45.847Z Downloaded omicron-zone-package v0.9.1
7892023-11-19T05:13:45.852Z Downloaded pkcs8 v0.10.2
7902023-11-19T05:13:45.863Z Downloaded home v0.5.5
7912023-11-19T05:13:45.868Z Downloaded whoami v1.4.1
7922023-11-19T05:13:45.872Z Downloaded const-oid v0.9.5
7932023-11-19T05:13:45.886Z Downloaded matches v0.1.10
7942023-11-19T05:13:45.892Z Downloaded rustc-demangle v0.1.23
7952023-11-19T05:13:45.900Z Downloaded heck v0.3.3
7962023-11-19T05:13:45.907Z Downloaded hex v0.4.3
7972023-11-19T05:13:45.917Z Downloaded hash32 v0.2.1
7982023-11-19T05:13:45.925Z Downloaded zone_cfg_derive v0.3.0
7992023-11-19T05:13:45.931Z Downloaded russh-keys v0.38.0
8002023-11-19T05:13:45.937Z Downloaded getopts v0.2.21
8012023-11-19T05:13:45.943Z Downloaded time-macros v0.2.13
8022023-11-19T05:13:45.951Z Downloaded semver v0.11.0
8032023-11-19T05:13:45.957Z Downloaded thread_local v1.1.7
8042023-11-19T05:13:45.965Z Downloaded anyhow v1.0.75
8052023-11-19T05:13:45.982Z Downloaded time-core v0.1.1
8062023-11-19T05:13:45.988Z Downloaded utf-8 v0.7.6
8072023-11-19T05:13:46.002Z Downloaded crossbeam-utils v0.8.16
8082023-11-19T05:13:46.006Z Downloaded crossbeam-epoch v0.9.15
8092023-11-19T05:13:46.009Z Downloaded want v0.3.1
8102023-11-19T05:13:46.013Z Downloaded rustls-pemfile v1.0.3
8112023-11-19T05:13:46.017Z Downloaded instant v0.1.12
8122023-11-19T05:13:46.021Z Downloaded siphasher v0.3.11
8132023-11-19T05:13:46.029Z Downloaded semver v1.0.20
8142023-11-19T05:13:46.035Z Downloaded md5 v0.7.0
8152023-11-19T05:13:46.039Z Downloaded thread-id v4.2.0
8162023-11-19T05:13:46.050Z Downloaded fastrand v2.0.0
8172023-11-19T05:13:46.062Z Downloaded unicase v2.7.0
8182023-11-19T05:13:46.072Z Downloaded getrandom v0.2.10
8192023-11-19T05:13:46.481Z Downloaded cc v1.0.83
8202023-11-19T05:13:46.523Z Downloaded tokio-tungstenite v0.20.1
8212023-11-19T05:13:46.527Z Downloaded match_cfg v0.1.0
8222023-11-19T05:13:46.533Z Downloaded serde_spanned v0.6.4
8232023-11-19T05:13:46.539Z Downloaded unicode-xid v0.2.4
8242023-11-19T05:13:46.544Z Downloaded fixedbitset v0.4.2
8252023-11-19T05:13:46.550Z Downloaded ff v0.13.0
8262023-11-19T05:13:46.555Z Downloaded hmac v0.12.1
8272023-11-19T05:13:46.561Z Downloaded xattr v1.0.1
8282023-11-19T05:13:46.570Z Downloaded sct v0.7.0
8292023-11-19T05:13:46.574Z Downloaded thiserror-impl-no-std v2.0.2
8302023-11-19T05:13:46.579Z Downloaded serde_urlencoded v0.7.1
8312023-11-19T05:13:46.589Z Downloaded rustc_version v0.4.0
8322023-11-19T05:13:46.594Z Downloaded take_mut v0.2.2
8332023-11-19T05:13:46.600Z Downloaded strum v0.25.0
8342023-11-19T05:13:46.608Z Downloaded memoffset v0.9.0
8352023-11-19T05:13:46.613Z Downloaded httparse v1.8.0
8362023-11-19T05:13:46.620Z Downloaded walkdir v2.4.0
8372023-11-19T05:13:46.630Z Downloaded ryu v1.0.15
8382023-11-19T05:13:46.636Z Downloaded phf_shared v0.10.0
8392023-11-19T05:13:46.643Z Downloaded base64 v0.21.5
8402023-11-19T05:13:46.648Z Downloaded rustfmt-wrapper v0.2.0
8412023-11-19T05:13:46.654Z Downloaded md-5 v0.10.5
8422023-11-19T05:13:46.659Z Downloaded errno v0.3.2
8432023-11-19T05:13:46.665Z Downloaded num-bigint v0.4.4
8442023-11-19T05:13:46.670Z Downloaded slog-envlogger v2.2.0
8452023-11-19T05:13:46.676Z Downloaded tokio-stream v0.1.14
8462023-11-19T05:13:46.683Z Downloaded ident_case v1.0.1
8472023-11-19T05:13:46.691Z Downloaded hyper-staticfile v0.9.5
8482023-11-19T05:13:46.696Z Downloaded foreign-types-shared v0.3.1
8492023-11-19T05:13:46.702Z Downloaded foreign-types-macros v0.2.3
8502023-11-19T05:13:46.707Z Downloaded strum_macros v0.25.2
8512023-11-19T05:13:46.712Z Downloaded slog-dtrace v0.2.3
8522023-11-19T05:13:46.717Z Downloaded universal-hash v0.5.1
8532023-11-19T05:13:46.723Z Downloaded trust-dns-server v0.22.1
8542023-11-19T05:13:46.728Z Downloaded tungstenite v0.20.1
8552023-11-19T05:13:46.734Z Downloaded stable_deref_trait v1.2.0
8562023-11-19T05:13:46.738Z Downloaded usdt-attr-macro v0.3.5
8572023-11-19T05:13:46.742Z Downloaded thiserror-no-std v2.0.2
8582023-11-19T05:13:46.746Z Downloaded tinyvec v1.6.0
8592023-11-19T05:13:46.750Z Downloaded rand v0.8.5
8602023-11-19T05:13:46.755Z Downloaded managed v0.8.0
8612023-11-19T05:13:46.759Z Downloaded kstat-rs v0.2.3
8622023-11-19T05:13:46.763Z Downloaded foreign-types v0.5.0
8632023-11-19T05:13:46.767Z Downloaded socket2 v0.4.9
8642023-11-19T05:13:46.771Z Downloaded is-terminal v0.4.9
8652023-11-19T05:13:46.777Z Downloaded rustls-native-certs v0.6.3
8662023-11-19T05:13:46.780Z Downloaded fallible-iterator v0.2.0
8672023-11-19T05:13:46.784Z Downloaded usdt v0.3.5
8682023-11-19T05:13:46.789Z Downloaded unicode-width v0.1.11
8692023-11-19T05:13:46.795Z Downloaded pest_meta v2.7.2
8702023-11-19T05:13:46.799Z Downloaded linked-hash-map v0.5.6
8712023-11-19T05:13:46.804Z Downloaded usdt-impl v0.3.5
8722023-11-19T05:13:46.808Z Downloaded vsss-rs v3.3.1
8732023-11-19T05:13:46.813Z Downloaded slog-term v2.9.0
8742023-11-19T05:13:46.818Z Downloaded slog-json v2.6.1
8752023-11-19T05:13:46.822Z Downloaded terminal_size v0.2.6
8762023-11-19T05:13:46.826Z Downloaded thiserror-impl v1.0.49
8772023-11-19T05:13:46.831Z Downloaded futures-io v0.3.29
8782023-11-19T05:13:46.835Z Downloaded scopeguard v1.2.0
8792023-11-19T05:13:46.840Z Downloaded lazy_static v1.4.0
8802023-11-19T05:13:46.845Z Downloaded serde_tokenstream v0.2.0
8812023-11-19T05:13:46.849Z Downloaded zerocopy v0.3.0
8822023-11-19T05:13:46.853Z Downloaded smf v0.2.2
8832023-11-19T05:13:46.857Z Downloaded log v0.4.20
8842023-11-19T05:13:46.861Z Downloaded scheduled-thread-pool v0.2.7
8852023-11-19T05:13:46.864Z Downloaded keccak v0.1.4
8862023-11-19T05:13:46.868Z Downloaded sha2 v0.10.8
8872023-11-19T05:13:46.874Z Downloaded slog-async v2.8.0
8882023-11-19T05:13:46.878Z Downloaded hashbrown v0.13.2
8892023-11-19T05:13:46.882Z Downloaded iana-time-zone v0.1.57
8902023-11-19T05:13:46.886Z Downloaded hyper-rustls v0.24.2
8912023-11-19T05:13:46.891Z Downloaded toml_edit v0.19.15
8922023-11-19T05:13:46.895Z Downloaded sha1 v0.10.6
8932023-11-19T05:13:46.900Z Downloaded spin v0.9.8
8942023-11-19T05:13:46.909Z Downloaded postcard v0.7.3
8952023-11-19T05:13:46.914Z Downloaded hashbrown v0.12.3
8962023-11-19T05:13:46.917Z Downloaded signal-hook v0.3.17
8972023-11-19T05:13:46.921Z Downloaded tokio-postgres v0.7.10
8982023-11-19T05:13:46.926Z Downloaded tar v0.4.40
8992023-11-19T05:13:46.931Z Downloaded tempfile v3.8.0
9002023-11-19T05:13:46.935Z Downloaded serde_yaml v0.9.25
9012023-11-19T05:13:46.940Z Downloaded libm v0.2.7
9022023-11-19T05:13:46.949Z Downloaded socket2 v0.5.4
9032023-11-19T05:13:46.953Z Downloaded flate2 v1.0.28
9042023-11-19T05:13:46.957Z Downloaded serde v1.0.192
9052023-11-19T05:13:46.960Z Downloaded reqwest v0.11.22
9062023-11-19T05:13:46.965Z Downloaded serde_with v2.3.3
9072023-11-19T05:13:46.969Z Downloaded toml_edit v0.21.0
9082023-11-19T05:13:46.973Z Downloaded unicode-segmentation v1.10.1
9092023-11-19T05:13:46.978Z Downloaded petgraph v0.6.4
9102023-11-19T05:13:46.982Z Downloaded time v0.3.27
9112023-11-19T05:13:46.986Z Downloaded hkdf v0.12.3
9122023-11-19T05:13:46.990Z Downloaded itertools v0.11.0
9132023-11-19T05:13:46.994Z Downloaded winnow v0.5.15
9142023-11-19T05:13:46.998Z Downloaded itertools v0.10.5
9152023-11-19T05:13:47.002Z Downloaded h2 v0.3.21
9162023-11-19T05:13:47.006Z Downloaded object v0.32.1
9172023-11-19T05:13:47.011Z Downloaded vcpkg v0.2.15
9182023-11-19T05:13:47.016Z Downloaded smoltcp v0.8.2
9192023-11-19T05:13:47.020Z Downloaded idna v0.2.3
9202023-11-19T05:13:47.024Z Downloaded smoltcp v0.9.1
9212023-11-19T05:13:47.028Z Downloaded openapiv3 v2.0.0-rc.1
9222023-11-19T05:13:47.031Z Downloaded rustix v0.37.23
9232023-11-19T05:13:47.035Z Downloaded syn v1.0.109
9242023-11-19T05:13:47.039Z Downloaded regex-syntax v0.8.2
9252023-11-19T05:13:47.043Z Downloaded zerocopy-derive v0.2.0
9262023-11-19T05:13:47.047Z Downloaded rustix v0.38.9
9272023-11-19T05:13:47.051Z Downloaded zerocopy-derive v0.6.4
9282023-11-19T05:13:47.055Z Downloaded bzip2-sys v0.1.11+1.0.8
9292023-11-19T05:13:47.061Z Downloaded regex-syntax v0.7.5
9302023-11-19T05:13:47.066Z Downloaded sled v0.34.7
9312023-11-19T05:13:47.069Z Downloaded encoding_rs v0.8.33
9322023-11-19T05:13:47.073Z Downloaded winapi v0.3.9
9332023-11-19T05:13:47.076Z Downloaded regex-automata v0.4.3
9342023-11-19T05:13:47.079Z Downloaded regex-automata v0.3.8
9352023-11-19T05:13:47.082Z Downloaded libc v0.2.150
9362023-11-19T05:13:47.086Z Downloaded tokio v1.33.0
9372023-11-19T05:13:47.089Z Downloaded idna v0.4.0
9382023-11-19T05:13:47.092Z Downloaded diesel v2.1.3
9392023-11-19T05:13:47.095Z Downloaded sha3 v0.10.8
9402023-11-19T05:13:47.098Z Downloaded rustls v0.21.9
9412023-11-19T05:13:47.101Z Downloaded gimli v0.28.0
9422023-11-19T05:13:47.115Z Downloaded webpki-roots v0.25.2
9432023-11-19T05:13:47.119Z Downloaded trust-dns-proto v0.22.0
9442023-11-19T05:13:47.122Z Downloaded regex v1.10.2
9452023-11-19T05:13:47.126Z Downloaded radix_trie v0.2.1
9462023-11-19T05:13:47.129Z Downloaded curve25519-dalek v4.1.0
9472023-11-19T05:13:47.132Z Downloaded bstr v1.6.0
9482023-11-19T05:13:47.137Z Downloaded hyper v0.14.27
9492023-11-19T05:13:47.141Z Downloaded regress v0.7.1
9502023-11-19T05:13:47.144Z Downloaded syn v2.0.32
9512023-11-19T05:13:47.149Z Downloaded rustls-webpki v0.101.7
9522023-11-19T05:13:47.151Z Downloaded openssl v0.10.57
9532023-11-19T05:13:47.155Z Downloaded bstr v0.2.17
9542023-11-19T05:13:47.159Z Downloaded serde_json v1.0.108
9552023-11-19T05:13:47.163Z Downloaded futures-util v0.3.29
9562023-11-19T05:13:47.166Z Downloaded chrono v0.4.31
9572023-11-19T05:13:47.169Z Downloaded regex-automata v0.1.10
9582023-11-19T05:13:47.172Z Downloaded hashbrown v0.14.2
9592023-11-19T05:13:47.176Z Downloaded aho-corasick v1.0.4
9602023-11-19T05:13:47.179Z Downloaded clap_builder v4.4.2
9612023-11-19T05:13:47.182Z Downloaded tracing v0.1.37
9622023-11-19T05:13:47.186Z Downloaded unicode-normalization v0.1.22
9632023-11-19T05:13:47.189Z Downloaded elliptic-curve v0.13.5
9642023-11-19T05:13:47.193Z Downloaded memchr v2.6.3
9652023-11-19T05:13:47.196Z Downloaded russh v0.39.0
9662023-11-19T05:13:47.199Z Downloaded aes-gcm v0.10.3
9672023-11-19T05:13:47.202Z Downloaded ed25519-dalek v2.0.0
9682023-11-19T05:13:47.205Z Downloaded aes v0.8.3
9692023-11-19T05:13:47.208Z Downloaded http v0.2.9
9702023-11-19T05:13:47.212Z Downloaded indexmap v1.9.3
9712023-11-19T05:13:47.215Z Downloaded smallvec v1.11.0
9722023-11-19T05:13:47.218Z Downloaded crossterm v0.27.0
9732023-11-19T05:13:47.221Z Downloaded slab v0.4.9
9742023-11-19T05:13:47.224Z Downloaded indexmap v2.1.0
9752023-11-19T05:13:47.227Z Downloaded zone v0.3.0
9762023-11-19T05:13:47.231Z Downloaded zip v0.6.6
9772023-11-19T05:13:47.234Z Downloaded pest v2.7.2
9782023-11-19T05:13:47.237Z Downloaded structopt-derive v0.4.18
9792023-11-19T05:13:47.240Z Downloaded spin v0.5.2
9802023-11-19T05:13:47.244Z Downloaded structopt v0.3.26
9812023-11-19T05:13:47.247Z Downloaded toml v0.8.8
9822023-11-19T05:13:47.250Z Downloaded serde_repr v0.1.16
9832023-11-19T05:13:47.253Z Downloaded synstructure v0.12.6
9842023-11-19T05:13:47.256Z Downloaded serde_path_to_error v0.1.14
9852023-11-19T05:13:47.259Z Downloaded schemars v0.8.13
9862023-11-19T05:13:47.262Z Downloaded ring v0.17.5
9872023-11-19T05:13:47.353Z Downloaded slog v2.7.0
9882023-11-19T05:13:47.365Z Downloaded url v2.4.1
9892023-11-19T05:13:47.369Z Downloaded tokio-util v0.7.10
9902023-11-19T05:13:47.373Z Downloaded yasna v0.5.2
9912023-11-19T05:13:47.379Z Downloaded trust-dns-client v0.22.0
9922023-11-19T05:13:47.385Z Downloaded ring v0.16.20
9932023-11-19T05:13:47.546Z Downloaded signal-hook-registry v1.4.1
9942023-11-19T05:13:47.549Z Downloaded term v0.7.0
9952023-11-19T05:13:47.553Z Downloaded waitgroup v0.1.2
9962023-11-19T05:13:47.556Z Downloaded lock_api v0.4.10
9972023-11-19T05:13:47.559Z Downloaded uuid v1.5.0
9982023-11-19T05:13:47.565Z Downloaded similar v2.2.1
9992023-11-19T05:13:47.572Z Downloaded serde_with_macros v2.3.3
10002023-11-19T05:13:47.575Z Downloaded io-lifetimes v1.0.11
10012023-11-19T05:13:47.579Z Downloaded rustversion v1.0.14
10022023-11-19T05:13:47.583Z Downloaded serde_derive v1.0.192
10032023-11-19T05:13:47.587Z Downloaded subprocess v0.2.9
10042023-11-19T05:13:47.591Z Downloaded macaddr v1.0.1
10052023-11-19T05:13:47.594Z Downloaded lru-cache v0.1.2
10062023-11-19T05:13:47.599Z Downloaded ipnetwork v0.20.0
10072023-11-19T05:13:47.602Z Downloaded spki v0.7.2
10082023-11-19T05:13:47.605Z Downloaded toml v0.5.11
10092023-11-19T05:13:47.608Z Downloaded heapless v0.7.16
10102023-11-19T05:13:47.611Z Downloaded der v0.7.8
10112023-11-19T05:13:47.620Z Downloaded tracing-core v0.1.31
10122023-11-19T05:13:47.625Z Downloaded trust-dns-resolver v0.22.0
10132023-11-19T05:13:47.632Z Downloaded crossbeam-channel v0.5.8
10142023-11-19T05:13:47.639Z Downloaded libefi-sys v0.1.0
10152023-11-19T05:13:47.643Z Downloaded hubpack v0.1.2
10162023-11-19T05:13:47.647Z Downloaded structmeta-derive v0.2.0
10172023-11-19T05:13:47.649Z Downloaded subtle v2.5.0
10182023-11-19T05:13:47.652Z Downloaded schemars_derive v0.8.13
10192023-11-19T05:13:47.655Z Downloaded same-file v1.0.6
10202023-11-19T05:13:47.657Z Downloaded lalrpop-util v0.19.12
10212023-11-19T05:13:47.660Z Downloaded slog-bunyan v2.4.0
10222023-11-19T05:13:47.664Z Downloaded postcard-cobs v0.1.5-pre
10232023-11-19T05:13:47.667Z Downloaded zerocopy v0.6.4
10242023-11-19T05:13:47.670Z Downloaded mime v0.3.17
10252023-11-19T05:13:47.673Z Downloaded hubpack_derive v0.1.1
10262023-11-19T05:13:47.676Z Downloaded foreign-types-shared v0.1.1
10272023-11-19T05:13:47.679Z Downloaded ipnet v2.8.0
10282023-11-19T05:13:47.682Z Downloaded headers v0.3.9
10292023-11-19T05:13:47.685Z Downloaded signal-hook-mio v0.2.3
10302023-11-19T05:13:47.688Z Downloaded secrecy v0.8.0
10312023-11-19T05:13:47.693Z Downloaded r2d2 v0.8.10
10322023-11-19T05:13:47.696Z Downloaded serde_tokenstream v0.1.7
10332023-11-19T05:13:47.699Z Downloaded tokio-rustls v0.24.1
10342023-11-19T05:13:47.704Z Downloaded filetime v0.2.22
10352023-11-19T05:13:47.707Z Downloaded tokio-native-tls v0.3.1
10362023-11-19T05:13:47.710Z Downloaded futures v0.3.29
10372023-11-19T05:13:47.713Z Downloaded unicode-bidi v0.3.13
10382023-11-19T05:13:47.719Z Downloaded backtrace v0.3.69
10392023-11-19T05:13:47.724Z Downloaded arc-swap v1.6.0
10402023-11-19T05:13:47.728Z Downloaded ucd-trie v0.1.6
10412023-11-19T05:13:47.731Z Downloaded typenum v1.16.0
10422023-11-19T05:13:47.735Z Downloaded toml v0.7.8
10432023-11-19T05:13:47.738Z Downloaded half v1.8.2
10442023-11-19T05:13:47.742Z Downloaded unsafe-libyaml v0.2.9
10452023-11-19T05:13:47.746Z Downloaded inout v0.1.3
10462023-11-19T05:13:47.749Z Downloaded string_cache v0.8.7
10472023-11-19T05:13:47.752Z Downloaded unicode-ident v1.0.12
10482023-11-19T05:13:47.757Z Downloaded rcgen v0.11.3
10492023-11-19T05:13:47.761Z Downloaded slog-scope v4.4.0
10502023-11-19T05:13:47.764Z Downloaded textwrap v0.11.0
10512023-11-19T05:13:47.767Z Downloaded stringprep v0.1.3
10522023-11-19T05:13:47.771Z Downloaded itoa v1.0.9
10532023-11-19T05:13:47.774Z Downloaded signature v2.1.0
10542023-11-19T05:13:47.777Z Downloaded futures-channel v0.3.29
10552023-11-19T05:13:47.780Z Downloaded thiserror v1.0.49
10562023-11-19T05:13:47.783Z Downloaded try-lock v0.2.4
10572023-11-19T05:13:47.790Z Downloaded tokio-macros v2.1.0
10582023-11-19T05:13:47.793Z Downloaded serde_derive_internals v0.26.0
10592023-11-19T05:13:47.799Z Downloaded tracing-attributes v0.1.26
10602023-11-19T05:13:47.802Z Downloaded pem v3.0.2
10612023-11-19T05:13:47.805Z Downloaded getrandom v0.1.16
10622023-11-19T05:13:47.808Z Downloaded float-cmp v0.9.0
10632023-11-19T05:13:47.811Z Downloaded static_assertions v1.1.0
10642023-11-19T05:13:47.815Z Downloaded futures-executor v0.3.29
10652023-11-19T05:13:47.818Z Downloaded either v1.9.0
10662023-11-19T05:13:47.821Z Downloaded hyper-tls v0.5.0
10672023-11-19T05:13:47.826Z Downloaded structmeta v0.2.0
10682023-11-19T05:13:47.829Z Downloaded strsim v0.10.0
10692023-11-19T05:13:47.832Z Downloaded strsim v0.8.0
10702023-11-19T05:13:47.836Z Downloaded form_urlencoded v1.2.0
10712023-11-19T05:13:47.839Z Downloaded slog-stdlog v4.1.1
10722023-11-19T05:13:47.842Z Downloaded utf8parse v0.2.1
10732023-11-19T05:13:47.845Z Downloaded crypto-bigint v0.5.2
10742023-11-19T05:13:47.850Z Downloaded futures-core v0.3.29
10752023-11-19T05:13:47.855Z Downloaded proc-macro2 v1.0.69
10762023-11-19T05:13:47.858Z Downloaded mio v0.8.8
10772023-11-19T05:13:47.863Z Downloaded bytes v1.5.0
10782023-11-19T05:13:47.866Z Downloaded diesel_derives v2.1.1
10792023-11-19T05:13:47.869Z Downloaded parking_lot_core v0.9.8
10802023-11-19T05:13:47.873Z Downloaded addr2line v0.21.0
10812023-11-19T05:13:47.876Z Downloaded zeroize v1.6.0
10822023-11-19T05:13:47.879Z Downloaded clap v4.4.3
10832023-11-19T05:13:47.882Z Downloaded semver-parser v0.10.2
10842023-11-19T05:13:47.888Z Downloaded base64 v0.13.1
10852023-11-19T05:13:47.891Z Downloaded glob v0.3.1
10862023-11-19T05:13:47.894Z Downloaded futures-sink v0.3.29
10872023-11-19T05:13:47.897Z Downloaded cancel-safe-futures v0.1.5
10882023-11-19T05:13:47.900Z Downloaded futures-task v0.3.29
10892023-11-19T05:13:47.919Z Downloaded group v0.13.0
10902023-11-19T05:13:47.923Z Downloaded ghash v0.5.0
10912023-11-19T05:13:47.928Z Downloaded futures-macro v0.3.29
10922023-11-19T05:13:47.931Z Downloaded fnv v1.0.7
10932023-11-19T05:13:47.934Z Downloaded enum-as-inner v0.5.1
10942023-11-19T05:13:47.937Z Downloaded toml_datetime v0.6.5
10952023-11-19T05:13:47.940Z Downloaded untrusted v0.9.0
10962023-11-19T05:13:47.943Z Downloaded derive_more v0.99.17
10972023-11-19T05:13:47.948Z Downloaded clap v2.34.0
10982023-11-19T05:13:47.951Z Downloaded version_check v0.9.4
10992023-11-19T05:13:47.954Z Downloaded crc32fast v1.3.2
11002023-11-19T05:13:47.957Z Downloaded proc-macro-error v1.0.4
11012023-11-19T05:13:47.960Z Downloaded colored v2.0.4
11022023-11-19T05:13:47.963Z Downloaded http-body v0.4.5
11032023-11-19T05:13:47.966Z Downloaded hostname v0.3.1
11042023-11-19T05:13:47.970Z Downloaded hex-literal v0.4.1
11052023-11-19T05:13:47.973Z Downloaded zeroize_derive v1.4.2
11062023-11-19T05:13:47.976Z Downloaded vec_map v0.8.2
11072023-11-19T05:13:47.980Z Downloaded quote v1.0.33
11082023-11-19T05:13:47.983Z Downloaded postgres-types v0.2.6
11092023-11-19T05:13:47.986Z Downloaded clap_lex v0.5.1
11102023-11-19T05:13:47.989Z Downloaded password-hash v0.5.0
11112023-11-19T05:13:47.992Z Downloaded async-trait v0.1.74
11122023-11-19T05:13:47.995Z Downloaded parking_lot v0.11.2
11132023-11-19T05:13:47.998Z Downloaded bitflags v2.4.0
11142023-11-19T05:13:48.001Z Downloaded argon2 v0.5.2
11152023-11-19T05:13:48.005Z Downloaded rand_core v0.5.1
11162023-11-19T05:13:48.008Z Downloaded num_enum_derive v0.5.11
11172023-11-19T05:13:48.010Z Downloaded dyn-clone v1.0.13
11182023-11-19T05:13:48.014Z Downloaded cipher v0.4.4
11192023-11-19T05:13:48.017Z Downloaded phf v0.11.2
11202023-11-19T05:13:48.020Z Downloaded headers-core v0.2.0
11212023-11-19T05:13:48.023Z Downloaded generic-array v0.14.7
11222023-11-19T05:13:48.026Z Downloaded foreign-types v0.3.2
11232023-11-19T05:13:48.029Z Downloaded endian-type v0.1.2
11242023-11-19T05:13:48.032Z Downloaded ed25519 v2.2.2
11252023-11-19T05:13:48.034Z Downloaded heck v0.4.1
11262023-11-19T05:13:48.037Z Downloaded dirs v5.0.1
11272023-11-19T05:13:48.040Z Downloaded ansi_term v0.12.1
11282023-11-19T05:13:48.045Z Downloaded rand_core v0.6.4
11292023-11-19T05:13:48.048Z Downloaded rand_chacha v0.3.1
11302023-11-19T05:13:48.052Z Downloaded quick-error v1.2.3
11312023-11-19T05:13:48.054Z Downloaded percent-encoding v2.3.0
11322023-11-19T05:13:48.057Z Downloaded ciborium-ll v0.2.1
11332023-11-19T05:13:48.060Z Downloaded bit-set v0.5.3
11342023-11-19T05:13:48.063Z Downloaded anstream v0.5.0
11352023-11-19T05:13:48.065Z Downloaded usdt-macro v0.3.5
11362023-11-19T05:13:48.068Z Downloaded untrusted v0.7.1
11372023-11-19T05:13:48.071Z Downloaded cpufeatures v0.2.9
11382023-11-19T05:13:48.074Z Downloaded num-integer v0.1.45
11392023-11-19T05:13:48.077Z Downloaded deranged v0.3.8
11402023-11-19T05:13:48.080Z Downloaded block-buffer v0.10.4
11412023-11-19T05:13:48.084Z Downloaded autocfg v1.1.0
11422023-11-19T05:13:48.087Z Downloaded debug-ignore v1.0.5
11432023-11-19T05:13:48.089Z Downloaded base16ct v0.2.0
11442023-11-19T05:13:48.093Z Downloaded toolchain_find v0.2.0
11452023-11-19T05:13:48.096Z Downloaded proc-macro-error-attr v1.0.4
11462023-11-19T05:13:48.099Z Downloaded convert_case v0.4.0
11472023-11-19T05:13:48.102Z Downloaded russh-cryptovec v0.7.0
11482023-11-19T05:13:48.105Z Downloaded num-traits v0.2.16
11492023-11-19T05:13:48.108Z Downloaded chacha20poly1305 v0.10.1
11502023-11-19T05:13:48.112Z Downloaded diesel_table_macro_syntax v0.1.0
11512023-11-19T05:13:48.115Z Downloaded darling_macro v0.20.3
11522023-11-19T05:13:48.118Z Downloaded colorchoice v1.0.0
11532023-11-19T05:13:48.121Z Downloaded digest v0.10.7
11542023-11-19T05:13:48.124Z Downloaded parse-display-derive v0.8.2
11552023-11-19T05:13:48.127Z Downloaded darling_core v0.20.3
11562023-11-19T05:13:48.130Z Downloaded crypto-common v0.1.6
11572023-11-19T05:13:48.133Z Downloaded pem v1.1.1
11582023-11-19T05:13:48.136Z Downloaded password-hash v0.4.2
11592023-11-19T05:13:48.140Z Downloaded proc-macro-crate v1.3.1
11602023-11-19T05:13:48.143Z Downloaded num-derive v0.4.0
11612023-11-19T05:13:48.146Z Downloaded crucible-workspace-hack v0.1.0
11622023-11-19T05:13:48.150Z Downloaded cstr-argument v0.1.2
11632023-11-19T05:13:48.153Z Downloaded data-encoding v2.4.0
11642023-11-19T05:13:48.156Z Downloaded parse-display v0.8.2
11652023-11-19T05:13:48.159Z Downloaded atty v0.2.14
11662023-11-19T05:13:48.162Z Downloaded openssl-macros v0.1.1
11672023-11-19T05:13:48.166Z Downloaded num-rational v0.4.1
11682023-11-19T05:13:48.169Z Downloaded new_debug_unreachable v1.0.4
11692023-11-19T05:13:48.173Z Downloaded ciborium v0.2.1
11702023-11-19T05:13:48.177Z Downloaded ahash v0.8.3
11712023-11-19T05:13:48.180Z Downloaded poly1305 v0.8.0
11722023-11-19T05:13:48.183Z Downloaded num_enum v0.5.11
11732023-11-19T05:13:48.186Z Downloaded num_cpus v1.16.0
11742023-11-19T05:13:48.189Z Downloaded num v0.4.1
11752023-11-19T05:13:48.192Z Downloaded multer v2.1.0
11762023-11-19T05:13:48.195Z Downloaded chacha20 v0.9.1
11772023-11-19T05:13:48.198Z Downloaded camino-tempfile v1.0.2
11782023-11-19T05:13:48.201Z Downloaded block-padding v0.3.3
11792023-11-19T05:13:48.204Z Downloaded async-stream-impl v0.3.5
11802023-11-19T05:13:48.207Z Downloaded rand v0.7.3
11812023-11-19T05:13:48.210Z Downloaded opaque-debug v0.3.0
11822023-11-19T05:13:48.213Z Downloaded num_threads v0.1.6
11832023-11-19T05:13:48.216Z Downloaded miniz_oxide v0.7.1
11842023-11-19T05:13:48.219Z Downloaded pin-project-lite v0.2.13
11852023-11-19T05:13:48.222Z Downloaded predicates v3.0.4
11862023-11-19T05:13:48.225Z Downloaded polyval v0.6.1
11872023-11-19T05:13:48.229Z Downloaded pin-utils v0.1.0
11882023-11-19T05:13:48.231Z Downloaded once_cell v1.18.0
11892023-11-19T05:13:48.235Z Downloaded num-complex v0.4.4
11902023-11-19T05:13:48.237Z Downloaded native-tls v0.2.11
11912023-11-19T05:13:48.240Z Downloaded mime_guess v2.0.4
11922023-11-19T05:13:48.243Z Downloaded bzip2 v0.4.4
11932023-11-19T05:13:48.245Z Downloaded pretty-hex v0.3.0
11942023-11-19T05:13:48.248Z Downloaded pretty-hex v0.2.1
11952023-11-19T05:13:48.251Z Downloaded predicates-core v1.0.6
11962023-11-19T05:13:48.254Z Downloaded precomputed-hash v0.1.1
11972023-11-19T05:13:48.257Z Downloaded platforms v3.0.2
11982023-11-19T05:13:48.260Z Downloaded phf_shared v0.11.2
11992023-11-19T05:13:48.263Z Downloaded pest_generator v2.7.2
12002023-11-19T05:13:48.266Z Downloaded nibble_vec v0.1.0
12012023-11-19T05:13:48.269Z Downloaded camino v1.1.6
12022023-11-19T05:13:48.272Z Downloaded blowfish v0.9.1
12032023-11-19T05:13:48.275Z Downloaded cfg-if v1.0.0
12042023-11-19T05:13:48.278Z Downloaded async-stream v0.3.5
12052023-11-19T05:13:48.280Z Downloaded base64ct v1.6.0
12062023-11-19T05:13:48.284Z Downloaded bit-vec v0.6.3
12072023-11-19T05:13:48.287Z Downloaded anstyle-parse v0.2.1
12082023-11-19T05:13:48.290Z Downloaded bcrypt-pbkdf v0.10.0
12092023-11-19T05:13:48.617Z Compiling proc-macro2 v1.0.69
12102023-11-19T05:13:48.620Z Compiling unicode-ident v1.0.12
12112023-11-19T05:13:48.624Z Compiling libc v0.2.150
12122023-11-19T05:13:48.626Z Compiling serde v1.0.192
12132023-11-19T05:13:48.639Z Compiling autocfg v1.1.0
12142023-11-19T05:13:48.642Z Compiling version_check v0.9.4
12152023-11-19T05:13:48.645Z Compiling cfg-if v1.0.0
12162023-11-19T05:13:48.805Z Compiling syn v1.0.109
12172023-11-19T05:13:49.241Z Compiling typenum v1.16.0
12182023-11-19T05:13:49.244Z Compiling once_cell v1.18.0
12192023-11-19T05:13:49.526Z Compiling parking_lot_core v0.9.8
12202023-11-19T05:13:49.620Z Compiling generic-array v0.14.7
12212023-11-19T05:13:49.708Z Compiling lock_api v0.4.10
12222023-11-19T05:13:50.824Z Compiling libm v0.2.7
12232023-11-19T05:13:50.836Z Compiling thiserror v1.0.49
12242023-11-19T05:13:50.908Z Compiling num-traits v0.2.16
12252023-11-19T05:13:51.374Z Compiling futures-core v0.3.29
12262023-11-19T05:13:51.386Z Compiling itoa v1.0.9
12272023-11-19T05:13:51.546Z Compiling memchr v2.6.3
12282023-11-19T05:13:51.591Z Compiling serde_json v1.0.108
12292023-11-19T05:13:51.624Z Compiling log v0.4.20
12302023-11-19T05:13:51.860Z Compiling slab v0.4.9
12312023-11-19T05:13:52.148Z Compiling futures-task v0.3.29
12322023-11-19T05:13:52.375Z Compiling futures-channel v0.3.29
12332023-11-19T05:13:52.708Z Compiling quote v1.0.33
12342023-11-19T05:13:52.739Z Compiling futures-util v0.3.29
12352023-11-19T05:13:52.771Z Compiling scopeguard v1.2.0
12362023-11-19T05:13:53.245Z Compiling syn v2.0.32
12372023-11-19T05:13:53.833Z Compiling getrandom v0.2.10
12382023-11-19T05:13:53.989Z Compiling cc v1.0.83
12392023-11-19T05:13:54.009Z Compiling smallvec v1.11.0
12402023-11-19T05:13:54.394Z Compiling rand_core v0.6.4
12412023-11-19T05:13:54.683Z Compiling ryu v1.0.15
12422023-11-19T05:13:55.028Z Compiling heck v0.4.1
12432023-11-19T05:13:55.239Z Compiling pin-project-lite v0.2.13
12442023-11-19T05:13:55.406Z Compiling signal-hook-registry v1.4.1
12452023-11-19T05:13:55.732Z Compiling schemars v0.8.13
12462023-11-19T05:13:56.288Z Compiling parking_lot v0.12.1
12472023-11-19T05:13:56.523Z Compiling pkg-config v0.3.27
12482023-11-19T05:13:56.861Z Compiling mio v0.8.8
12492023-11-19T05:13:57.246Z Compiling subtle v2.5.0
12502023-11-19T05:13:57.695Z Compiling hashbrown v0.14.2
12512023-11-19T05:13:57.932Z Compiling equivalent v1.0.1
12522023-11-19T05:13:58.079Z Compiling socket2 v0.5.4
12532023-11-19T05:13:58.212Z Compiling num_cpus v1.16.0
12542023-11-19T05:13:58.274Z Compiling spin v0.5.2
12552023-11-19T05:13:58.374Z Compiling httparse v1.8.0
12562023-11-19T05:13:58.605Z Compiling fnv v1.0.7
12572023-11-19T05:13:58.630Z Compiling byteorder v1.5.0
12582023-11-19T05:13:58.786Z Compiling iana-time-zone v0.1.57
12592023-11-19T05:13:58.947Z Compiling ring v0.16.20
12602023-11-19T05:13:59.005Z Compiling indexmap v1.9.3
12612023-11-19T05:13:59.376Z Compiling futures-sink v0.3.29
12622023-11-19T05:13:59.469Z Compiling ring v0.17.5
12632023-11-19T05:13:59.495Z Compiling vcpkg v0.2.15
12642023-11-19T05:14:00.099Z Compiling pin-utils v0.1.0
12652023-11-19T05:14:00.123Z Compiling futures-io v0.3.29
12662023-11-19T05:14:00.206Z Compiling semver v1.0.20
12672023-11-19T05:14:00.230Z Compiling dyn-clone v1.0.13
12682023-11-19T05:14:00.545Z Compiling ahash v0.8.3
12692023-11-19T05:14:00.581Z Compiling tracing-core v0.1.31
12702023-11-19T05:14:00.903Z Compiling const-oid v0.9.5
12712023-11-19T05:14:01.057Z Compiling tinyvec_macros v0.1.1
12722023-11-19T05:14:01.183Z Compiling async-trait v0.1.74
12732023-11-19T05:14:01.890Z Compiling tinyvec v1.6.0
12742023-11-19T05:14:02.220Z Compiling openssl-sys v0.9.93
12752023-11-19T05:14:02.949Z Compiling rustls v0.21.9
12762023-11-19T05:14:03.340Z Compiling openssl v0.10.57
12772023-11-19T05:14:03.739Z Compiling ucd-trie v0.1.6
12782023-11-19T05:14:03.856Z Compiling time-core v0.1.1
12792023-11-19T05:14:03.931Z Compiling unicode-bidi v0.3.13
12802023-11-19T05:14:04.100Z Compiling winnow v0.5.15
12812023-11-19T05:14:04.318Z Compiling unicode-normalization v0.1.22
12822023-11-19T05:14:04.708Z Compiling time-macros v0.2.13
12832023-11-19T05:14:05.797Z Compiling serde_derive_internals v0.26.0
12842023-11-19T05:14:06.239Z Compiling native-tls v0.2.11
12852023-11-19T05:14:06.592Z Compiling cpufeatures v0.2.9
12862023-11-19T05:14:06.765Z Compiling aho-corasick v1.0.4
12872023-11-19T05:14:07.404Z Compiling rustix v0.38.9
12882023-11-19T05:14:07.950Z Compiling percent-encoding v2.3.0
12892023-11-19T05:14:08.350Z Compiling regex-syntax v0.8.2
12902023-11-19T05:14:08.544Z Compiling slog v2.7.0
12912023-11-19T05:14:09.457Z Compiling backtrace v0.3.69
12922023-11-19T05:14:09.753Z Compiling form_urlencoded v1.2.0
12932023-11-19T05:14:10.110Z Compiling lazy_static v1.4.0
12942023-11-19T05:14:10.333Z Compiling spin v0.9.8
12952023-11-19T05:14:10.346Z Compiling base64 v0.21.5
12962023-11-19T05:14:10.357Z Compiling ppv-lite86 v0.2.17
12972023-11-19T05:14:10.462Z Compiling hashbrown v0.13.2
12982023-11-19T05:14:10.828Z Compiling unicode-width v0.1.11
12992023-11-19T05:14:11.115Z Compiling anyhow v1.0.75
13002023-11-19T05:14:11.595Z Compiling idna v0.4.0
13012023-11-19T05:14:12.093Z Compiling errno v0.3.2
13022023-11-19T05:14:12.377Z Compiling rand_chacha v0.3.1
13032023-11-19T05:14:12.382Z Compiling socket2 v0.4.9
13042023-11-19T05:14:12.789Z Compiling untrusted v0.7.1
13052023-11-19T05:14:13.101Z Compiling url v2.4.1
13062023-11-19T05:14:13.806Z Compiling hashbrown v0.12.3
13072023-11-19T05:14:14.366Z Compiling rand v0.8.5
13082023-11-19T05:14:14.572Z Compiling regex-automata v0.4.3
13092023-11-19T05:14:16.572Z Compiling num-integer v0.1.45
13102023-11-19T05:14:17.004Z Compiling untrusted v0.9.0
13112023-11-19T05:14:17.183Z Compiling adler v1.0.2
13122023-11-19T05:14:17.273Z Compiling httpdate v1.0.3
13132023-11-19T05:14:17.303Z Compiling try-lock v0.2.4
13142023-11-19T05:14:17.507Z Compiling want v0.3.1
13152023-11-19T05:14:17.536Z Compiling miniz_oxide v0.7.1
13162023-11-19T05:14:18.100Z Compiling unicode-xid v0.2.4
13172023-11-19T05:14:18.331Z Compiling serde_derive v1.0.192
13182023-11-19T05:14:18.350Z Compiling zeroize_derive v1.4.2
13192023-11-19T05:14:19.301Z Compiling thiserror-impl v1.0.49
13202023-11-19T05:14:20.333Z Compiling tokio-macros v2.1.0
13212023-11-19T05:14:20.658Z Compiling futures-macro v0.3.29
13222023-11-19T05:14:20.782Z Compiling tracing-attributes v0.1.26
13232023-11-19T05:14:20.908Z Compiling zeroize v1.6.0
13242023-11-19T05:14:22.902Z Compiling schemars_derive v0.8.13
13252023-11-19T05:14:23.843Z Compiling crypto-common v0.1.6
13262023-11-19T05:14:24.116Z Compiling block-buffer v0.10.4
13272023-11-19T05:14:24.225Z Compiling pest v2.7.2
13282023-11-19T05:14:24.490Z Compiling digest v0.10.7
13292023-11-19T05:14:24.754Z Compiling openssl-macros v0.1.1
13302023-11-19T05:14:25.899Z Compiling regex v1.10.2
13312023-11-19T05:14:26.908Z Compiling tracing v0.1.37
13322023-11-19T05:14:27.347Z Compiling openssl-probe v0.1.5
13332023-11-19T05:14:27.828Z Compiling mime v0.3.17
13342023-11-19T05:14:27.858Z Compiling tower-service v0.3.2
13352023-11-19T05:14:27.966Z Compiling foreign-types-shared v0.1.1
13362023-11-19T05:14:28.037Z Compiling crc32fast v1.3.2
13372023-11-19T05:14:28.113Z Compiling foreign-types v0.3.2
13382023-11-19T05:14:28.237Z Compiling rustls-webpki v0.101.7
13392023-11-19T05:14:28.770Z Compiling synstructure v0.12.6
13402023-11-19T05:14:28.795Z Compiling sct v0.7.0
13412023-11-19T05:14:29.274Z Compiling crossbeam-utils v0.8.16
13422023-11-19T05:14:29.301Z Compiling ipnet v2.8.0
13432023-11-19T05:14:31.326Z Compiling pest_meta v2.7.2
13442023-11-19T05:14:31.350Z Compiling zerocopy-derive v0.2.0
13452023-11-19T05:14:31.594Z Compiling rustls-pemfile v1.0.3
13462023-11-19T05:14:31.962Z Compiling gimli v0.28.0
13472023-11-19T05:14:32.747Z Compiling object v0.32.1
13482023-11-19T05:14:34.217Z Compiling pest_generator v2.7.2
13492023-11-19T05:14:34.496Z Compiling encoding_rs v0.8.33
13502023-11-19T05:14:38.564Z Compiling bitflags v1.3.2
13512023-11-19T05:14:38.892Z Compiling rustc-demangle v0.1.23
13522023-11-19T05:14:40.267Z Compiling addr2line v0.21.0
13532023-11-19T05:14:40.371Z Compiling pest_derive v2.7.2
13542023-11-19T05:14:40.535Z Compiling rustls-native-certs v0.6.3
13552023-11-19T05:14:41.254Z Compiling bytes v1.5.0
13562023-11-19T05:14:41.656Z Compiling indexmap v2.1.0
13572023-11-19T05:14:41.795Z Compiling chrono v0.4.31
13582023-11-19T05:14:42.823Z Compiling tokio v1.33.0
13592023-11-19T05:14:43.353Z Compiling uuid v1.5.0
13602023-11-19T05:14:43.437Z Compiling http v0.2.9
13612023-11-19T05:14:43.762Z Compiling bitflags v2.4.0
13622023-11-19T05:14:44.415Z Compiling toml_datetime v0.6.5
13632023-11-19T05:14:44.620Z Compiling serde_spanned v0.6.4
13642023-11-19T05:14:44.965Z Compiling toml_edit v0.19.15
13652023-11-19T05:14:45.135Z Compiling rustc_version v0.4.0
13662023-11-19T05:14:45.500Z Compiling openapiv3 v2.0.0-rc.1
13672023-11-19T05:14:46.166Z Compiling http-body v0.4.5
13682023-11-19T05:14:48.461Z Compiling serde_urlencoded v0.7.1
13692023-11-19T05:14:52.698Z Compiling usdt-impl v0.3.5
13702023-11-19T05:14:53.874Z Compiling webpki-roots v0.25.2
13712023-11-19T05:14:53.879Z Compiling num_threads v0.1.6
13722023-11-19T05:14:53.891Z Compiling io-lifetimes v1.0.11
13732023-11-19T05:14:53.906Z Compiling deranged v0.3.8
13742023-11-19T05:14:54.021Z Compiling serde_tokenstream v0.2.0
13752023-11-19T05:14:54.200Z Compiling zerocopy v0.3.0
13762023-11-19T05:14:54.618Z Compiling block-padding v0.3.3
13772023-11-19T05:14:54.689Z Compiling inout v0.1.3
13782023-11-19T05:14:54.765Z Compiling dtrace-parser v0.1.14
13792023-11-19T05:14:55.431Z Compiling dof v0.1.5
13802023-11-19T05:14:55.539Z Compiling thread-id v4.2.0
13812023-11-19T05:14:55.681Z Compiling tokio-util v0.7.10
13822023-11-19T05:14:56.445Z Compiling tokio-rustls v0.24.1
13832023-11-19T05:14:57.024Z Compiling time v0.3.27
13842023-11-19T05:14:57.073Z Compiling num-bigint v0.4.4
13852023-11-19T05:14:57.741Z Compiling h2 v0.3.21
13862023-11-19T05:14:58.011Z Compiling tokio-native-tls v0.3.1
13872023-11-19T05:14:58.195Z Compiling rustversion v1.0.14
13882023-11-19T05:14:58.262Z Compiling rustix v0.37.23
13892023-11-19T05:14:58.952Z Compiling cipher v0.4.4
13902023-11-19T05:14:59.161Z Compiling serde_tokenstream v0.1.7
13912023-11-19T05:14:59.244Z Compiling zerocopy-derive v0.6.4
13922023-11-19T05:14:59.650Z Compiling regress v0.7.1
13932023-11-19T05:14:59.947Z Compiling data-encoding v2.4.0
13942023-11-19T05:15:01.870Z Compiling flate2 v1.0.28
13952023-11-19T05:15:02.499Z Compiling toml_edit v0.21.0
13962023-11-19T05:15:03.536Z Compiling hex v0.4.3
13972023-11-19T05:15:03.930Z Compiling hmac v0.12.1
13982023-11-19T05:15:04.521Z Compiling strsim v0.10.0
13992023-11-19T05:15:04.655Z Compiling strum_macros v0.25.2
14002023-11-19T05:15:04.886Z Compiling usdt-attr-macro v0.3.5
14012023-11-19T05:15:05.815Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14022023-11-19T05:15:06.556Z Compiling usdt-macro v0.3.5
14032023-11-19T05:15:07.452Z Compiling sha2 v0.10.8
14042023-11-19T05:15:08.518Z Compiling enum-as-inner v0.5.1
14052023-11-19T05:15:08.939Z Compiling toml v0.7.8
14062023-11-19T05:15:09.249Z Compiling heapless v0.7.16
14072023-11-19T05:15:10.262Z Compiling hyper v0.14.27
14082023-11-19T05:15:10.266Z Compiling futures-executor v0.3.29
14092023-11-19T05:15:10.731Z Compiling bzip2-sys v0.1.11+1.0.8
14102023-11-19T05:15:10.918Z Compiling memoffset v0.9.0
14112023-11-19T05:15:11.437Z Compiling signal-hook v0.3.17
14122023-11-19T05:15:11.471Z Compiling managed v0.8.0
14132023-11-19T05:15:11.762Z Compiling unicode-segmentation v1.10.1
14142023-11-19T05:15:12.290Z Compiling futures v0.3.29
14152023-11-19T05:15:12.699Z Compiling ipnetwork v0.20.0
14162023-11-19T05:15:12.732Z Compiling getopts v0.2.21
14172023-11-19T05:15:13.055Z Compiling num-iter v0.1.43
14182023-11-19T05:15:13.271Z Compiling crossbeam-epoch v0.9.15
14192023-11-19T05:15:13.505Z Compiling unsafe-libyaml v0.2.9
14202023-11-19T05:15:13.927Z Compiling bit-vec v0.6.3
14212023-11-19T05:15:14.206Z Compiling utf8parse v0.2.1
14222023-11-19T05:15:14.433Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14232023-11-19T05:15:14.547Z Compiling siphasher v0.3.11
14242023-11-19T05:15:14.689Z Compiling matches v0.1.10
14252023-11-19T05:15:14.824Z Compiling smoltcp v0.9.1
14262023-11-19T05:15:15.253Z Compiling anstyle v1.0.2
14272023-11-19T05:15:15.658Z Compiling idna v0.2.3
14282023-11-19T05:15:15.822Z Compiling serde_yaml v0.9.25
14292023-11-19T05:15:15.948Z Compiling anstyle-parse v0.2.1
14302023-11-19T05:15:16.731Z Compiling zerocopy v0.6.4
14312023-11-19T05:15:17.182Z Compiling signature v2.1.0
14322023-11-19T05:15:17.191Z Compiling hubpack_derive v0.1.1
14332023-11-19T05:15:18.097Z Compiling clap_derive v4.4.2
14342023-11-19T05:15:18.522Z Compiling either v1.9.0
14352023-11-19T05:15:18.830Z Compiling anstyle-query v1.0.0
14362023-11-19T05:15:18.987Z Compiling colorchoice v1.0.0
14372023-11-19T05:15:19.017Z Compiling terminal_size v0.2.6
14382023-11-19T05:15:19.066Z Compiling trust-dns-proto v0.22.0
14392023-11-19T05:15:19.220Z Compiling anstream v0.5.0
14402023-11-19T05:15:19.297Z Compiling usdt v0.3.5
14412023-11-19T05:15:20.762Z Compiling md-5 v0.10.5
14422023-11-19T05:15:20.774Z Compiling stringprep v0.1.3
14432023-11-19T05:15:20.793Z Compiling diesel_table_macro_syntax v0.1.0
14442023-11-19T05:15:21.405Z Compiling yasna v0.5.2
14452023-11-19T05:15:22.412Z Compiling hyper-tls v0.5.0
14462023-11-19T05:15:22.524Z Compiling hyper-rustls v0.24.2
14472023-11-19T05:15:22.921Z Compiling hash32 v0.2.1
14482023-11-19T05:15:23.164Z Compiling reqwest v0.11.22
14492023-11-19T05:15:23.324Z Compiling stable_deref_trait v1.2.0
14502023-11-19T05:15:23.469Z Compiling clap_lex v0.5.1
14512023-11-19T05:15:23.544Z Compiling fallible-iterator v0.2.0
14522023-11-19T05:15:24.316Z Compiling clap_builder v4.4.2
14532023-11-19T05:15:24.743Z Compiling postgres-protocol v0.6.6
14542023-11-19T05:15:26.096Z Compiling diesel_derives v2.1.1
14552023-11-19T05:15:27.006Z Compiling phf_shared v0.11.2
14562023-11-19T05:15:27.834Z Compiling tokio-stream v0.1.14
14572023-11-19T05:15:28.204Z Compiling serde_repr v0.1.16
14582023-11-19T05:15:29.416Z Compiling scheduled-thread-pool v0.2.7
14592023-11-19T05:15:29.526Z Compiling regex-automata v0.1.10
14602023-11-19T05:15:29.922Z Compiling r2d2 v0.8.10
14612023-11-19T05:15:30.358Z Compiling bstr v0.2.17
14622023-11-19T05:15:30.380Z Compiling signal-hook-mio v0.2.3
14632023-11-19T05:15:30.598Z Compiling clap v4.4.3
14642023-11-19T05:15:30.861Z Compiling bzip2 v0.4.4
14652023-11-19T05:15:31.428Z Compiling phf v0.11.2
14662023-11-19T05:15:31.908Z Compiling postgres-types v0.2.6
14672023-11-19T05:15:32.857Z Compiling itertools v0.10.5
14682023-11-19T05:15:33.667Z Compiling itertools v0.11.0
14692023-11-19T05:15:34.435Z Compiling hubpack v0.1.2
14702023-11-19T05:15:35.721Z Compiling phf_shared v0.10.0
14712023-11-19T05:15:36.064Z Compiling float-cmp v0.9.0
14722023-11-19T05:15:36.409Z Compiling precomputed-hash v0.1.1
14732023-11-19T05:15:36.563Z Compiling regex-automata v0.3.8
14742023-11-19T05:15:37.680Z Compiling difflib v0.4.0
14752023-11-19T05:15:38.104Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14762023-11-19T05:15:38.486Z Compiling fixedbitset v0.4.2
14772023-11-19T05:15:38.773Z Compiling normalize-line-endings v0.3.0
14782023-11-19T05:15:38.945Z Compiling predicates-core v1.0.6
14792023-11-19T05:15:39.208Z Compiling static_assertions v1.1.0
14802023-11-19T05:15:39.347Z Compiling new_debug_unreachable v1.0.4
14812023-11-19T05:15:39.472Z Compiling whoami v1.4.1
14822023-11-19T05:15:39.526Z Compiling string_cache v0.8.7
14832023-11-19T05:15:40.273Z Compiling tokio-postgres v0.7.10
14842023-11-19T05:15:40.409Z Compiling bstr v1.6.0
14852023-11-19T05:15:40.470Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
14862023-11-19T05:15:40.710Z Compiling predicates v3.0.4
14872023-11-19T05:15:41.143Z Compiling petgraph v0.6.4
14882023-11-19T05:15:43.525Z Compiling similar v2.2.1
14892023-11-19T05:15:45.623Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14902023-11-19T05:15:45.818Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
14912023-11-19T05:15:46.641Z Compiling zip v0.6.6
14922023-11-19T05:15:47.838Z Compiling crossterm v0.27.0
14932023-11-19T05:15:48.116Z Compiling bit-set v0.5.3
14942023-11-19T05:15:48.320Z Compiling console v0.15.7
14952023-11-19T05:15:49.020Z Compiling lalrpop-util v0.19.12
14962023-11-19T05:15:50.075Z Compiling diesel v2.1.3
14972023-11-19T05:15:52.786Z Compiling slog-async v2.8.0
14982023-11-19T05:15:53.465Z Compiling camino v1.1.6
14992023-11-19T05:15:54.880Z Compiling multer v2.1.0
15002023-11-19T05:15:56.685Z Compiling async-stream-impl v0.3.5
15012023-11-19T05:15:56.872Z Compiling paste v1.0.14
15022023-11-19T05:15:57.540Z Compiling ident_case v1.0.1
15032023-11-19T05:15:57.795Z Compiling darling_core v0.20.3
15042023-11-19T05:15:59.246Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15052023-11-19T05:16:00.281Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15062023-11-19T05:16:04.649Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15072023-11-19T05:16:05.392Z Compiling structmeta-derive v0.2.0
15082023-11-19T05:16:05.882Z Compiling regex-syntax v0.7.5
15092023-11-19T05:16:06.874Z Compiling darling_macro v0.20.3
15102023-11-19T05:16:08.198Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15112023-11-19T05:16:08.352Z Compiling darling v0.20.3
15122023-11-19T05:16:08.511Z Compiling serde_with_macros v2.3.3
15132023-11-19T05:16:21.565Z Compiling structmeta v0.2.0
15142023-11-19T05:16:22.090Z Compiling parse-display-derive v0.8.2
15152023-11-19T05:16:23.918Z Compiling toml v0.8.8
15162023-11-19T05:16:24.666Z Compiling proc-macro-crate v1.3.1
15172023-11-19T05:16:26.392Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15182023-11-19T05:16:26.897Z Compiling num_enum_derive v0.5.11
15192023-11-19T05:16:40.134Z Compiling proc-macro-error-attr v1.0.4
15202023-11-19T05:16:47.231Z Compiling proc-macro-error v1.0.4
15212023-11-19T05:16:47.670Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15222023-11-19T05:16:50.453Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15232023-11-19T05:16:56.828Z Compiling foreign-types-macros v0.2.3
15242023-11-19T05:16:59.718Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15252023-11-19T05:17:00.332Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15262023-11-19T05:17:01.523Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15272023-11-19T05:17:01.810Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15282023-11-19T05:17:02.639Z Compiling crucible-workspace-hack v0.1.0
15292023-11-19T05:17:06.921Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15302023-11-19T05:17:06.958Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15312023-11-19T05:17:15.187Z Compiling sha1 v0.10.6
15322023-11-19T05:17:15.620Z Compiling atty v0.2.14
15332023-11-19T05:17:15.702Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
15342023-11-19T05:17:15.892Z Compiling match_cfg v0.1.0
15352023-11-19T05:17:16.050Z Compiling hostname v0.3.1
15362023-11-19T05:17:21.919Z Compiling dirs-sys-next v0.1.2
15372023-11-19T05:17:28.940Z Compiling dirs-next v2.0.0
15382023-11-19T05:17:31.254Z Compiling heck v0.3.3
15392023-11-19T05:17:32.240Z Compiling thread_local v1.1.7
15402023-11-19T05:17:32.754Z Compiling libefi-sys v0.1.0
15412023-11-19T05:17:32.958Z Compiling fastrand v2.0.0
15422023-11-19T05:17:33.211Z Compiling structopt-derive v0.4.18
15432023-11-19T05:17:33.325Z Compiling term v0.7.0
15442023-11-19T05:17:33.426Z Compiling zone_cfg_derive v0.3.0
15452023-11-19T05:17:33.802Z Compiling tempfile v3.8.0
15462023-11-19T05:17:34.079Z Compiling crossbeam-channel v0.5.8
15472023-11-19T05:17:35.664Z Compiling num-derive v0.4.0
15482023-11-19T05:17:35.843Z Compiling instant v0.1.12
15492023-11-19T05:17:35.887Z Compiling take_mut v0.2.2
15502023-11-19T05:17:35.917Z Compiling slog-term v2.9.0
15512023-11-19T05:17:37.761Z Compiling slog-json v2.6.1
15522023-11-19T05:17:37.971Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15532023-11-19T05:17:38.217Z Compiling atomic-waker v1.1.1
15542023-11-19T05:17:38.270Z Compiling slog-bunyan v2.4.0
15552023-11-19T05:17:38.506Z Compiling waitgroup v0.1.2
15562023-11-19T05:17:38.571Z Compiling async-stream v0.3.5
15572023-11-19T05:17:38.948Z Compiling serde_path_to_error v0.1.14
15582023-11-19T05:17:39.310Z Compiling same-file v1.0.6
15592023-11-19T05:17:39.354Z Compiling debug-ignore v1.0.5
15602023-11-19T05:17:39.559Z Compiling platforms v3.0.2
15612023-11-19T05:17:39.647Z Compiling walkdir v2.4.0
15622023-11-19T05:17:40.470Z Compiling strum v0.25.0
15632023-11-19T05:17:40.515Z Compiling toml v0.5.11
15642023-11-19T05:17:40.729Z Compiling semver-parser v0.10.2
15652023-11-19T05:17:40.938Z Compiling filetime v0.2.22
15662023-11-19T05:17:41.493Z Compiling xattr v1.0.1
15672023-11-19T05:17:42.084Z Compiling semver v0.11.0
15682023-11-19T05:17:42.139Z Compiling tar v0.4.40
15692023-11-19T05:17:43.912Z Compiling serde_with v2.3.3
15702023-11-19T05:17:44.310Z Compiling home v0.5.5
15712023-11-19T05:17:44.653Z Compiling toolchain_find v0.2.0
15722023-11-19T05:17:45.338Z Compiling curve25519-dalek v4.1.0
15732023-11-19T05:17:45.697Z Compiling backoff v0.4.0
15742023-11-19T05:17:45.889Z Compiling parse-display v0.8.2
15752023-11-19T05:17:46.190Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15762023-11-19T05:17:46.408Z Compiling macaddr v1.0.1
15772023-11-19T05:17:46.961Z Compiling rustfmt-wrapper v0.2.0
15782023-11-19T05:17:46.982Z Compiling omicron-zone-package v0.9.1
15792023-11-19T05:17:49.596Z Compiling curve25519-dalek-derive v0.1.0
15802023-11-19T05:17:50.541Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
15812023-11-19T05:17:51.619Z Compiling num-rational v0.4.1
15822023-11-19T05:17:52.054Z Compiling getrandom v0.1.16
15832023-11-19T05:17:52.529Z Compiling num_enum v0.5.11
15842023-11-19T05:17:52.656Z Compiling postcard-cobs v0.1.5-pre
15852023-11-19T05:17:52.826Z Compiling smoltcp v0.8.2
15862023-11-19T05:17:52.945Z Compiling postcard v0.7.3
15872023-11-19T05:17:53.085Z Compiling unicase v2.7.0
15882023-11-19T05:17:53.427Z Compiling foreign-types-shared v0.3.1
15892023-11-19T05:17:53.568Z Compiling parking_lot_core v0.8.6
15902023-11-19T05:17:53.708Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
15912023-11-19T05:17:53.738Z Compiling cfg-if v0.1.10
15922023-11-19T05:17:53.883Z Compiling foreign-types v0.5.0
15932023-11-19T05:17:54.386Z Compiling is-terminal v0.4.9
15942023-11-19T05:17:54.388Z Compiling cstr-argument v0.1.2
15952023-11-19T05:17:54.545Z Compiling pretty-hex v0.2.1
15962023-11-19T05:17:54.611Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15972023-11-19T05:17:54.712Z Compiling colored v2.0.4
15982023-11-19T05:17:54.761Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15992023-11-19T05:17:55.599Z Compiling textwrap v0.11.0
16002023-11-19T05:17:55.632Z Compiling slog-dtrace v0.2.3
16012023-11-19T05:17:55.853Z Compiling convert_case v0.4.0
16022023-11-19T05:17:56.119Z Compiling ansi_term v0.12.1
16032023-11-19T05:17:56.288Z Compiling strsim v0.8.0
16042023-11-19T05:17:56.526Z Compiling winapi v0.3.9
16052023-11-19T05:17:57.029Z Compiling vec_map v0.8.2
16062023-11-19T05:17:57.145Z Compiling derive_more v0.99.17
16072023-11-19T05:17:57.471Z Compiling clap v2.34.0
16082023-11-19T05:17:57.903Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16092023-11-19T05:18:01.900Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16102023-11-19T05:18:03.433Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16112023-11-19T05:18:04.230Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16122023-11-19T05:18:04.880Z Compiling thiserror-impl-no-std v2.0.2
16132023-11-19T05:18:05.084Z Compiling base64ct v1.6.0
16142023-11-19T05:18:07.281Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16152023-11-19T05:18:09.257Z Compiling mime_guess v2.0.4
16162023-11-19T05:18:09.440Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
16172023-11-19T05:18:09.471Z Compiling structopt v0.3.26
16182023-11-19T05:18:10.064Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
16192023-11-19T05:18:11.144Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16202023-11-19T05:18:12.678Z Compiling zone v0.3.0
16212023-11-19T05:18:13.194Z Compiling smf v0.2.2
16222023-11-19T05:18:13.433Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16232023-11-19T05:18:13.729Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16242023-11-19T05:18:15.492Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16252023-11-19T05:18:15.961Z Compiling universal-hash v0.5.1
16262023-11-19T05:18:16.252Z Compiling opaque-debug v0.3.0
16272023-11-19T05:18:16.413Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16282023-11-19T05:18:16.924Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
16292023-11-19T05:18:16.953Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
16302023-11-19T05:18:17.282Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
16312023-11-19T05:18:17.748Z Compiling hkdf v0.12.3
16322023-11-19T05:18:18.113Z Compiling cancel-safe-futures v0.1.5
16332023-11-19T05:18:19.006Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16342023-11-19T05:18:20.727Z Compiling keccak v0.1.4
16352023-11-19T05:18:22.196Z Compiling quick-error v1.2.3
16362023-11-19T05:18:22.413Z Compiling linked-hash-map v0.5.6
16372023-11-19T05:18:23.010Z Compiling lru-cache v0.1.2
16382023-11-19T05:18:23.314Z Compiling resolv-conf v0.7.0
16392023-11-19T05:18:23.750Z Compiling sha3 v0.10.8
16402023-11-19T05:18:24.729Z Compiling password-hash v0.5.0
16412023-11-19T05:18:26.071Z Compiling blake2 v0.10.6
16422023-11-19T05:18:26.548Z Compiling aead v0.5.2
16432023-11-19T05:18:27.003Z Compiling secrecy v0.8.0
16442023-11-19T05:18:27.296Z Compiling num-complex v0.4.4
16452023-11-19T05:18:27.405Z Compiling ff v0.13.0
16462023-11-19T05:18:27.760Z Compiling nibble_vec v0.1.0
16472023-11-19T05:18:28.043Z Compiling arc-swap v1.6.0
16482023-11-19T05:18:29.123Z Compiling utf-8 v0.7.6
16492023-11-19T05:18:29.647Z Compiling endian-type v0.1.2
16502023-11-19T05:18:29.981Z Compiling radix_trie v0.2.1
16512023-11-19T05:18:30.770Z Compiling tungstenite v0.20.1
16522023-11-19T05:18:31.129Z Compiling num v0.4.1
16532023-11-19T05:18:31.282Z Compiling slog-scope v4.4.0
16542023-11-19T05:18:32.260Z Compiling group v0.13.0
16552023-11-19T05:18:32.273Z Compiling argon2 v0.5.2
16562023-11-19T05:18:32.282Z Compiling rand_core v0.5.1
16572023-11-19T05:18:32.343Z Compiling trust-dns-resolver v0.22.0
16582023-11-19T05:18:32.802Z Compiling poly1305 v0.8.0
16592023-11-19T05:18:39.980Z Compiling chacha20 v0.9.1
16602023-11-19T05:18:40.255Z Compiling crypto-bigint v0.5.2
16612023-11-19T05:18:40.476Z Compiling base16ct v0.2.0
16622023-11-19T05:18:41.386Z Compiling ciborium-io v0.2.1
16632023-11-19T05:18:41.575Z Compiling option-ext v0.2.0
16642023-11-19T05:18:41.715Z Compiling half v1.8.2
16652023-11-19T05:18:41.781Z Compiling dirs-sys v0.4.1
16662023-11-19T05:18:42.450Z Compiling ciborium-ll v0.2.1
16672023-11-19T05:18:43.249Z Compiling parking_lot v0.11.2
16682023-11-19T05:18:43.507Z Compiling elliptic-curve v0.13.5
16692023-11-19T05:18:43.751Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16702023-11-19T05:18:43.823Z Compiling rand_chacha v0.2.2
16712023-11-19T05:18:44.314Z Compiling tokio-tungstenite v0.20.1
16722023-11-19T05:18:44.346Z Compiling slog-stdlog v4.1.1
16732023-11-19T05:18:44.871Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16742023-11-19T05:18:44.926Z Compiling trust-dns-client v0.22.0
16752023-11-19T05:18:45.107Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16762023-11-19T05:18:45.602Z Compiling polyval v0.6.1
16772023-11-19T05:18:46.300Z Compiling thiserror-no-std v2.0.2
16782023-11-19T05:18:46.335Z Compiling password-hash v0.4.2
16792023-11-19T05:18:47.494Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16802023-11-19T05:18:48.144Z Compiling ed25519 v2.2.2
16812023-11-19T05:18:48.583Z Compiling ctr v0.9.2
16822023-11-19T05:18:48.652Z Compiling blowfish v0.9.1
16832023-11-19T05:18:49.067Z Compiling aes v0.8.3
16842023-11-19T05:18:49.089Z Compiling pbkdf2 v0.12.2
16852023-11-19T05:18:49.319Z Compiling fxhash v0.2.1
16862023-11-19T05:18:49.994Z Compiling glob v0.3.1
16872023-11-19T05:18:52.081Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
16882023-11-19T05:18:52.164Z Compiling sled v0.34.7
16892023-11-19T05:18:53.091Z Compiling bcrypt-pbkdf v0.10.0
16902023-11-19T05:18:53.115Z Compiling ed25519-dalek v2.0.0
16912023-11-19T05:18:54.060Z Compiling trust-dns-server v0.22.1
16922023-11-19T05:18:55.020Z Compiling pbkdf2 v0.11.0
16932023-11-19T05:18:55.247Z Compiling russh-cryptovec v0.7.0
16942023-11-19T05:18:55.587Z Compiling vsss-rs v3.3.1
16952023-11-19T05:18:55.699Z Compiling ghash v0.5.0
16962023-11-19T05:18:55.983Z Compiling slog-envlogger v2.2.0
16972023-11-19T05:18:56.679Z Compiling rand v0.7.3
16982023-11-19T05:18:57.246Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16992023-11-19T05:19:01.382Z Compiling ciborium v0.2.1
17002023-11-19T05:19:01.975Z Compiling dirs v5.0.1
17012023-11-19T05:19:02.252Z Compiling chacha20poly1305 v0.10.1
17022023-11-19T05:19:04.410Z Compiling camino-tempfile v1.0.2
17032023-11-19T05:19:05.488Z Compiling cbc v0.1.2
17042023-11-19T05:19:05.537Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17052023-11-19T05:19:05.594Z Compiling headers-core v0.2.0
17062023-11-19T05:19:05.813Z Compiling kstat-rs v0.2.3
17072023-11-19T05:19:05.844Z Compiling pem v3.0.2
17082023-11-19T05:19:06.596Z Compiling md5 v0.7.0
17092023-11-19T05:19:06.727Z Compiling http-range v0.1.5
17102023-11-19T05:19:07.138Z Compiling base64 v0.13.1
17112023-11-19T05:19:07.223Z Compiling pretty-hex v0.3.0
17122023-11-19T05:19:07.293Z Compiling hyper-staticfile v0.9.5
17132023-11-19T05:19:07.341Z Compiling russh-keys v0.38.0
17142023-11-19T05:19:07.501Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17152023-11-19T05:19:08.134Z Compiling pem v1.1.1
17162023-11-19T05:19:11.711Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17172023-11-19T05:19:12.318Z Compiling rcgen v0.11.3
17182023-11-19T05:19:12.338Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17192023-11-19T05:19:12.567Z Compiling headers v0.3.9
17202023-11-19T05:19:16.238Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17212023-11-19T05:19:34.219Z Compiling aes-gcm v0.10.3
17222023-11-19T05:19:34.935Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17232023-11-19T05:19:35.232Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17242023-11-19T05:19:35.521Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875)
17252023-11-19T05:19:36.707Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17262023-11-19T05:19:37.790Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c)
17272023-11-19T05:19:38.341Z Compiling atomicwrites v0.4.2
17282023-11-19T05:19:38.837Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17292023-11-19T05:19:42.419Z Compiling subprocess v0.2.9
17302023-11-19T05:19:42.711Z Compiling hex-literal v0.4.1
17312023-11-19T05:19:45.884Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17322023-11-19T05:19:45.933Z Compiling russh v0.39.0
17332023-11-19T05:19:48.692Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17342023-11-19T05:20:09.418Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17352023-11-19T05:20:44.829Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17362023-11-19T05:22:10.213Z Finished dev [unoptimized + debuginfo] target(s) in 8m 43s
17372023-11-19T05:22:10.543Z
17382023-11-19T05:22:10.546Zreal 8:43.556479231
17392023-11-19T05:22:10.549Zuser 51:13.635840600
17402023-11-19T05:22:10.552Zsys 8:21.872819067
17412023-11-19T05:22:10.554Ztrap 2.079976836
17422023-11-19T05:22:10.561Ztflt 4.545364777
17432023-11-19T05:22:10.565Zdflt 7.695532543
17442023-11-19T05:22:10.568Zkflt 0.027757657
17452023-11-19T05:22:10.571Zlock 1:35:23.178450426
17462023-11-19T05:22:10.574Zslp 2:21:14.589393592
17472023-11-19T05:22:10.576Zlat 2:10.552358030
17482023-11-19T05:22:10.579Zstop 4:58.140466601
17492023-11-19T05:22:10.582Z+ mkdir -p /work/end-to-end-tests
17502023-11-19T05:22:10.585Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17512023-11-19T05:22:11.089Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17522023-11-19T05:22:11.093Z+ ptime -m gzip
17532023-11-19T05:22:11.096Z++ basename target/debug/bootstrap
17542023-11-19T05:22:26.348Z
17552023-11-19T05:22:26.359Zreal 15.238457625
17562023-11-19T05:22:26.771Zuser 15.054562883
17572023-11-19T05:22:26.774Zsys 0.163766088
17582023-11-19T05:22:26.776Ztrap 0.007447049
17592023-11-19T05:22:26.779Ztflt 0.000000000
17602023-11-19T05:22:26.786Zdflt 0.000000000
17612023-11-19T05:22:26.795Zkflt 0.000000000
17622023-11-19T05:22:27.215Zlock 0.000000000
17632023-11-19T05:22:27.218Zslp 0.000000000
17642023-11-19T05:22:27.221Zlat 0.010651098
17652023-11-19T05:22:27.230Zstop 0.001869142
17662023-11-19T05:22:27.243Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17672023-11-19T05:22:27.270Z+ ptime -m gzip
17682023-11-19T05:22:27.279Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-714f127c345e1afe
17692023-11-19T05:22:27.429Z
17702023-11-19T05:22:27.433Zreal 1.080650124
17712023-11-19T05:22:27.465Zuser 1.068014917
17722023-11-19T05:22:27.468Zsys 0.011927010
17732023-11-19T05:22:27.471Ztrap 0.000132347
17742023-11-19T05:22:27.474Ztflt 0.000000000
17752023-11-19T05:22:27.477Zdflt 0.000000000
17762023-11-19T05:22:27.480Zkflt 0.000000000
17772023-11-19T05:22:27.483Zlock 0.000000000
17782023-11-19T05:22:27.486Zslp 0.000000000
17792023-11-19T05:22:27.489Zlat 0.000221347
17802023-11-19T05:22:27.492Zstop 0.000228507
17812023-11-19T05:22:27.495Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17822023-11-19T05:22:27.497Z+ ptime -m gzip
17832023-11-19T05:22:27.500Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2a5f0f6021ab3ba7
17842023-11-19T05:22:44.594Z
17852023-11-19T05:22:44.597Zreal 17.156935865
17862023-11-19T05:22:44.600Zuser 16.979975125
17872023-11-19T05:22:44.603Zsys 0.171374034
17882023-11-19T05:22:44.606Ztrap 0.003436390
17892023-11-19T05:22:44.609Ztflt 0.000000000
17902023-11-19T05:22:44.612Zdflt 0.000000000
17912023-11-19T05:22:44.615Zkflt 0.000000000
17922023-11-19T05:22:44.618Zlock 0.000000000
17932023-11-19T05:22:44.621Zslp 0.000000000
17942023-11-19T05:22:44.624Zlat 0.001803075
17952023-11-19T05:22:44.626Zstop 0.000228734
17962023-11-19T05:22:44.629Z+ banner caboose-util
17972023-11-19T05:22:44.633Z
17982023-11-19T05:22:44.636Z #### ## ##### #### #### #### ###### # # #####
17992023-11-19T05:22:44.640Z # # # # # # # # # # # # # # #
18002023-11-19T05:22:44.643Z # # # ##### # # # # #### ##### ##### # # #
18012023-11-19T05:22:44.647Z # ###### # # # # # # # # # # #
18022023-11-19T05:22:44.650Z # # # # # # # # # # # # # # # #
18032023-11-19T05:22:44.653Z #### # # ##### #### #### #### ###### #### #
18042023-11-19T05:22:44.657Z
18052023-11-19T05:22:44.661Z+ ptime -m cargo build --locked -p caboose-util --release
18062023-11-19T05:22:45.233Z Downloading crates ...
18072023-11-19T05:22:45.539Z Downloaded path-slash v0.1.5
18082023-11-19T05:22:45.542Z Downloaded maybe-uninit v2.0.0
18092023-11-19T05:22:45.548Z Downloaded der_derive v0.7.2
18102023-11-19T05:22:45.553Z Downloaded termcolor v1.2.0
18112023-11-19T05:22:45.580Z Downloaded smallvec v0.6.14
18122023-11-19T05:22:45.583Z Downloaded flagset v0.4.3
18132023-11-19T05:22:45.586Z Downloaded crc v3.0.1
18142023-11-19T05:22:45.588Z Downloaded wyz v0.5.1
18152023-11-19T05:22:45.592Z Downloaded packed_struct v0.10.1
18162023-11-19T05:22:45.595Z Downloaded packed_struct_codegen v0.10.1
18172023-11-19T05:22:45.598Z Downloaded funty v2.0.0
18182023-11-19T05:22:45.601Z Downloaded tap v1.0.1
18192023-11-19T05:22:45.604Z Downloaded bitfield v0.14.0
18202023-11-19T05:22:45.607Z Downloaded serde-hex v0.1.0
18212023-11-19T05:22:45.610Z Downloaded pkcs1 v0.7.5
18222023-11-19T05:22:45.613Z Downloaded pem-rfc7468 v0.7.0
18232023-11-19T05:22:45.619Z Downloaded env_logger v0.10.0
18242023-11-19T05:22:45.627Z Downloaded crc-any v2.4.3
18252023-11-19T05:22:45.630Z Downloaded ron v0.8.1
18262023-11-19T05:22:45.633Z Downloaded rsa v0.9.2
18272023-11-19T05:22:45.639Z Downloaded num-bigint-dig v0.8.4
18282023-11-19T05:22:45.648Z Downloaded x509-cert v0.2.4
18292023-11-19T05:22:45.658Z Downloaded object v0.30.4
18302023-11-19T05:22:45.676Z Downloaded bitvec v1.0.1
18312023-11-19T05:22:45.701Z Downloaded radium v0.7.0
18322023-11-19T05:22:45.704Z Downloaded nodrop v0.1.14
18332023-11-19T05:22:45.707Z Downloaded crc-catalog v2.2.0
18342023-11-19T05:22:45.710Z Downloaded array-init v0.0.4
18352023-11-19T05:22:45.915Z Compiling proc-macro2 v1.0.69
18362023-11-19T05:22:45.921Z Compiling unicode-ident v1.0.12
18372023-11-19T05:22:45.924Z Compiling libc v0.2.150
18382023-11-19T05:22:45.927Z Compiling autocfg v1.1.0
18392023-11-19T05:22:45.930Z Compiling serde v1.0.192
18402023-11-19T05:22:45.935Z Compiling cfg-if v1.0.0
18412023-11-19T05:22:45.946Z Compiling version_check v0.9.4
18422023-11-19T05:22:46.007Z Compiling parking_lot_core v0.9.8
18432023-11-19T05:22:46.026Z Compiling syn v1.0.109
18442023-11-19T05:22:46.145Z Compiling typenum v1.16.0
18452023-11-19T05:22:46.609Z Compiling libm v0.2.7
18462023-11-19T05:22:46.798Z Compiling futures-core v0.3.29
18472023-11-19T05:22:46.889Z Compiling once_cell v1.18.0
18482023-11-19T05:22:47.078Z Compiling generic-array v0.14.7
18492023-11-19T05:22:47.090Z Compiling lock_api v0.4.10
18502023-11-19T05:22:47.286Z Compiling num-traits v0.2.16
18512023-11-19T05:22:47.475Z Compiling pkg-config v0.3.27
18522023-11-19T05:22:47.491Z Compiling scopeguard v1.2.0
18532023-11-19T05:22:47.705Z Compiling slab v0.4.9
18542023-11-19T05:22:47.796Z Compiling futures-channel v0.3.29
18552023-11-19T05:22:47.818Z Compiling serde_json v1.0.108
18562023-11-19T05:22:48.142Z Compiling quote v1.0.33
18572023-11-19T05:22:48.277Z Compiling futures-task v0.3.29
18582023-11-19T05:22:48.370Z Compiling thiserror v1.0.49
18592023-11-19T05:22:48.733Z Compiling syn v2.0.32
18602023-11-19T05:22:49.032Z Compiling cc v1.0.83
18612023-11-19T05:22:49.152Z Compiling getrandom v0.2.10
18622023-11-19T05:22:49.178Z Compiling memchr v2.6.3
18632023-11-19T05:22:49.423Z Compiling futures-util v0.3.29
18642023-11-19T05:22:49.774Z Compiling itoa v1.0.9
18652023-11-19T05:22:49.897Z Compiling log v0.4.20
18662023-11-19T05:22:50.122Z Compiling smallvec v1.11.0
18672023-11-19T05:22:51.548Z Compiling vcpkg v0.2.15
18682023-11-19T05:22:51.681Z Compiling byteorder v1.5.0
18692023-11-19T05:22:52.366Z Compiling rand_core v0.6.4
18702023-11-19T05:22:52.480Z Compiling parking_lot v0.12.1
18712023-11-19T05:22:53.148Z Compiling pin-project-lite v0.2.13
18722023-11-19T05:22:53.326Z Compiling ring v0.17.5
18732023-11-19T05:22:53.893Z Compiling indexmap v1.9.3
18742023-11-19T05:22:54.462Z Compiling openssl-sys v0.9.93
18752023-11-19T05:22:55.129Z Compiling signal-hook-registry v1.4.1
18762023-11-19T05:22:56.251Z Compiling io-lifetimes v1.0.11
18772023-11-19T05:22:56.853Z Compiling ring v0.16.20
18782023-11-19T05:22:57.002Z Compiling mio v0.8.8
18792023-11-19T05:22:58.511Z Compiling num-integer v0.1.45
18802023-11-19T05:22:59.049Z Compiling ryu v1.0.15
18812023-11-19T05:22:59.054Z Compiling const-oid v0.9.5
18822023-11-19T05:22:59.057Z Compiling semver v1.0.20
18832023-11-19T05:22:59.567Z Compiling spin v0.5.2
18842023-11-19T05:22:59.918Z Compiling rustix v0.37.23
18852023-11-19T05:23:00.880Z Compiling socket2 v0.5.4
18862023-11-19T05:23:01.054Z Compiling num_cpus v1.16.0
18872023-11-19T05:23:01.222Z Compiling httparse v1.8.0
18882023-11-19T05:23:01.732Z Compiling futures-sink v0.3.29
18892023-11-19T05:23:01.787Z Compiling heck v0.4.1
18902023-11-19T05:23:01.942Z Compiling ucd-trie v0.1.6
18912023-11-19T05:23:02.331Z Compiling openssl v0.10.57
18922023-11-19T05:23:02.412Z Compiling unicode-xid v0.2.4
18932023-11-19T05:23:02.620Z Compiling synstructure v0.12.6
18942023-11-19T05:23:02.905Z Compiling tinyvec_macros v0.1.1
18952023-11-19T05:23:03.024Z Compiling tinyvec v1.6.0
18962023-11-19T05:23:03.920Z Compiling ppv-lite86 v0.2.17
18972023-11-19T05:23:04.104Z Compiling native-tls v0.2.11
18982023-11-19T05:23:04.154Z Compiling crc32fast v1.3.2
18992023-11-19T05:23:04.794Z Compiling pin-utils v0.1.0
19002023-11-19T05:23:04.806Z Compiling rustls v0.21.9
19012023-11-19T05:23:04.906Z Compiling futures-io v0.3.29
19022023-11-19T05:23:05.095Z Compiling bzip2-sys v0.1.11+1.0.8
19032023-11-19T05:23:05.215Z Compiling rand_chacha v0.3.1
19042023-11-19T05:23:05.290Z Compiling spin v0.9.8
19052023-11-19T05:23:05.501Z Compiling tracing-core v0.1.31
19062023-11-19T05:23:05.691Z Compiling unicode-normalization v0.1.22
19072023-11-19T05:23:06.017Z Compiling subtle v2.5.0
19082023-11-19T05:23:06.491Z Compiling unicode-bidi v0.3.13
19092023-11-19T05:23:06.930Z Compiling rand v0.8.5
19102023-11-19T05:23:08.436Z Compiling errno v0.3.2
19112023-11-19T05:23:08.445Z Compiling num-iter v0.1.43
19122023-11-19T05:23:08.450Z Compiling usdt-impl v0.3.5
19132023-11-19T05:23:08.483Z Compiling ahash v0.8.3
19142023-11-19T05:23:08.955Z Compiling schemars v0.8.13
19152023-11-19T05:23:08.970Z Compiling base64 v0.21.5
19162023-11-19T05:23:08.986Z Compiling rustix v0.38.9
19172023-11-19T05:23:09.445Z Compiling signal-hook v0.3.17
19182023-11-19T05:23:09.991Z Compiling serde_derive_internals v0.26.0
19192023-11-19T05:23:11.069Z Compiling serde_derive v1.0.192
19202023-11-19T05:23:12.093Z Compiling zeroize_derive v1.4.2
19212023-11-19T05:23:12.541Z Compiling tokio-macros v2.1.0
19222023-11-19T05:23:12.549Z Compiling thiserror-impl v1.0.49
19232023-11-19T05:23:12.867Z Compiling futures-macro v0.3.29
19242023-11-19T05:23:13.914Z Compiling tracing-attributes v0.1.26
19252023-11-19T05:23:13.984Z Compiling zeroize v1.6.0
19262023-11-19T05:23:15.273Z Compiling zerocopy-derive v0.2.0
19272023-11-19T05:23:15.614Z Compiling openssl-macros v0.1.1
19282023-11-19T05:23:16.790Z Compiling zerocopy-derive v0.6.4
19292023-11-19T05:23:17.105Z Compiling pest v2.7.2
19302023-11-19T05:23:17.125Z Compiling crypto-common v0.1.6
19312023-11-19T05:23:17.470Z Compiling block-buffer v0.10.4
19322023-11-19T05:23:17.867Z Compiling digest v0.10.7
19332023-11-19T05:23:19.467Z Compiling tracing v0.1.37
19342023-11-19T05:23:19.926Z Compiling bitflags v1.3.2
19352023-11-19T05:23:20.055Z Compiling fnv v1.0.7
19362023-11-19T05:23:20.442Z Compiling zerocopy v0.3.0
19372023-11-19T05:23:20.487Z Compiling schemars_derive v0.8.13
19382023-11-19T05:23:21.688Z Compiling pest_meta v2.7.2
19392023-11-19T05:23:22.096Z Compiling lazy_static v1.4.0
19402023-11-19T05:23:24.846Z Compiling pest_generator v2.7.2
19412023-11-19T05:23:25.625Z Compiling backtrace v0.3.69
19422023-11-19T05:23:25.854Z Compiling num-bigint v0.4.4
19432023-11-19T05:23:26.251Z Compiling memoffset v0.9.0
19442023-11-19T05:23:26.598Z Compiling hashbrown v0.12.3
19452023-11-19T05:23:26.655Z Compiling smoltcp v0.9.1
19462023-11-19T05:23:26.680Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19472023-11-19T05:23:27.589Z Compiling foreign-types-shared v0.1.1
19482023-11-19T05:23:27.729Z Compiling percent-encoding v2.3.0
19492023-11-19T05:23:27.740Z Compiling base64ct v1.6.0
19502023-11-19T05:23:27.944Z Compiling iana-time-zone v0.1.57
19512023-11-19T05:23:28.205Z Compiling untrusted v0.9.0
19522023-11-19T05:23:28.449Z Compiling async-trait v0.1.74
19532023-11-19T05:23:28.468Z Compiling hashbrown v0.14.2
19542023-11-19T05:23:28.540Z Compiling pest_derive v2.7.2
19552023-11-19T05:23:28.715Z Compiling untrusted v0.7.1
19562023-11-19T05:23:28.966Z Compiling equivalent v1.0.1
19572023-11-19T05:23:28.994Z Compiling openssl-probe v0.1.5
19582023-11-19T05:23:29.119Z Compiling crossbeam-utils v0.8.16
19592023-11-19T05:23:29.666Z Compiling dtrace-parser v0.1.14
19602023-11-19T05:23:30.015Z Compiling pem-rfc7468 v0.7.0
19612023-11-19T05:23:31.617Z Compiling foreign-types v0.3.2
19622023-11-19T05:23:32.403Z Compiling dof v0.1.5
19632023-11-19T05:23:32.523Z Compiling der_derive v0.7.2
19642023-11-19T05:23:33.048Z Compiling clap_derive v4.4.2
19652023-11-19T05:23:34.856Z Compiling bytes v1.5.0
19662023-11-19T05:23:35.964Z Compiling bitflags v2.4.0
19672023-11-19T05:23:36.372Z Compiling tokio v1.33.0
19682023-11-19T05:23:37.500Z Compiling rustc_version v0.4.0
19692023-11-19T05:23:38.266Z Compiling http v0.2.9
19702023-11-19T05:23:38.524Z Compiling heapless v0.7.16
19712023-11-19T05:23:39.127Z Compiling uuid v1.5.0
19722023-11-19T05:23:40.247Z Compiling chrono v0.4.31
19732023-11-19T05:23:40.837Z Compiling indexmap v2.1.0
19742023-11-19T05:23:42.518Z Compiling thread-id v4.2.0
19752023-11-19T05:23:42.531Z Compiling anstyle v1.0.2
19762023-11-19T05:23:42.935Z Compiling adler v1.0.2
19772023-11-19T05:23:43.371Z Compiling try-lock v0.2.4
19782023-11-19T05:23:43.421Z Compiling utf8parse v0.2.1
19792023-11-19T05:23:43.551Z Compiling cpufeatures v0.2.9
19802023-11-19T05:23:43.677Z Compiling flagset v0.4.3
19812023-11-19T05:23:43.690Z Compiling rustversion v1.0.14
19822023-11-19T05:23:44.173Z Compiling siphasher v0.3.11
19832023-11-19T05:23:44.560Z Compiling time-core v0.1.1
19842023-11-19T05:23:44.798Z Compiling time-macros v0.2.13
19852023-11-19T05:23:46.250Z Compiling der v0.7.8
19862023-11-19T05:23:48.016Z Compiling sha2 v0.10.8
19872023-11-19T05:23:49.774Z Compiling tokio-util v0.7.10
19882023-11-19T05:23:52.618Z Compiling h2 v0.3.21
19892023-11-19T05:23:53.964Z Compiling anstyle-parse v0.2.1
19902023-11-19T05:23:54.277Z Compiling want v0.3.1
19912023-11-19T05:23:54.372Z Compiling miniz_oxide v0.7.1
19922023-11-19T05:23:54.904Z Compiling http-body v0.4.5
19932023-11-19T05:23:57.158Z Compiling serde_tokenstream v0.1.7
19942023-11-19T05:23:58.705Z Compiling rustls-webpki v0.101.7
19952023-11-19T05:23:59.499Z Compiling sct v0.7.0
19962023-11-19T05:23:59.956Z Compiling form_urlencoded v1.2.0
19972023-11-19T05:24:00.412Z Compiling hubpack_derive v0.1.1
19982023-11-19T05:24:00.816Z Compiling socket2 v0.4.9
19992023-11-19T05:24:00.913Z Compiling crossbeam-epoch v0.9.15
20002023-11-19T05:24:02.136Z Compiling httpdate v1.0.3
20012023-11-19T05:24:02.470Z Compiling slog v2.7.0
20022023-11-19T05:24:02.527Z Compiling anstyle-query v1.0.0
20032023-11-19T05:24:02.761Z Compiling anyhow v1.0.75
20042023-11-19T05:24:03.114Z Compiling tower-service v0.3.2
20052023-11-19T05:24:03.175Z Compiling colorchoice v1.0.0
20062023-11-19T05:24:03.265Z Compiling radium v0.7.0
20072023-11-19T05:24:03.520Z Compiling anstream v0.5.0
20082023-11-19T05:24:04.373Z Compiling hyper v0.14.27
20092023-11-19T05:24:12.989Z Compiling terminal_size v0.2.6
20102023-11-19T05:24:13.299Z Compiling spki v0.7.2
20112023-11-19T05:24:14.335Z Compiling toml_datetime v0.6.5
20122023-11-19T05:24:15.006Z Compiling serde_spanned v0.6.4
20132023-11-19T05:24:16.414Z Compiling rustls-pemfile v1.0.3
20142023-11-19T05:24:16.973Z Compiling zerocopy v0.6.4
20152023-11-19T05:24:17.662Z Compiling hmac v0.12.1
20162023-11-19T05:24:17.973Z Compiling md-5 v0.10.5
20172023-11-19T05:24:18.225Z Compiling stringprep v0.1.3
20182023-11-19T05:24:18.330Z Compiling idna v0.4.0
20192023-11-19T05:24:18.703Z Compiling diesel_table_macro_syntax v0.1.0
20202023-11-19T05:24:19.304Z Compiling hash32 v0.2.1
20212023-11-19T05:24:19.502Z Compiling aho-corasick v1.0.4
20222023-11-19T05:24:19.651Z Compiling tap v1.0.1
20232023-11-19T05:24:19.868Z Compiling dyn-clone v1.0.13
20242023-11-19T05:24:20.150Z Compiling either v1.9.0
20252023-11-19T05:24:20.729Z Compiling regex-syntax v0.8.2
20262023-11-19T05:24:20.802Z Compiling clap_lex v0.5.1
20272023-11-19T05:24:20.888Z Compiling maybe-uninit v2.0.0
20282023-11-19T05:24:20.901Z Compiling strsim v0.10.0
20292023-11-19T05:24:21.586Z Compiling winnow v0.5.15
20302023-11-19T05:24:22.036Z Compiling fallible-iterator v0.2.0
20312023-11-19T05:24:23.376Z Compiling gimli v0.28.0
20322023-11-19T05:24:24.549Z Compiling stable_deref_trait v1.2.0
20332023-11-19T05:24:25.942Z Compiling postgres-protocol v0.6.6
20342023-11-19T05:24:26.348Z Compiling clap_builder v4.4.2
20352023-11-19T05:24:26.704Z Compiling wyz v0.5.1
20362023-11-19T05:24:27.440Z Compiling regex-automata v0.4.3
20372023-11-19T05:24:27.904Z Compiling url v2.4.1
20382023-11-19T05:24:28.109Z Compiling diesel_derives v2.1.1
20392023-11-19T05:24:29.182Z Compiling tokio-rustls v0.24.1
20402023-11-19T05:24:30.624Z Compiling addr2line v0.21.0
20412023-11-19T05:24:31.972Z Compiling rustls-native-certs v0.6.3
20422023-11-19T05:24:32.482Z Compiling strum_macros v0.25.2
20432023-11-19T05:24:32.743Z Compiling tokio-native-tls v0.3.1
20442023-11-19T05:24:39.095Z Compiling usdt-attr-macro v0.3.5
20452023-11-19T05:24:39.433Z Compiling usdt-macro v0.3.5
20462023-11-19T05:24:41.255Z Compiling phf_shared v0.11.2
20472023-11-19T05:24:41.861Z Compiling block-padding v0.3.3
20482023-11-19T05:24:41.974Z Compiling enum-as-inner v0.5.1
20492023-11-19T05:24:42.172Z Compiling serde_repr v0.1.16
20502023-11-19T05:24:42.747Z Compiling scheduled-thread-pool v0.2.7
20512023-11-19T05:24:43.381Z Compiling object v0.32.1
20522023-11-19T05:24:43.811Z Compiling funty v2.0.0
20532023-11-19T05:24:46.367Z Compiling deranged v0.3.8
20542023-11-19T05:24:48.683Z Compiling matches v0.1.10
20552023-11-19T05:24:48.864Z Compiling num-bigint-dig v0.8.4
20562023-11-19T05:24:50.432Z Compiling regex-automata v0.1.10
20572023-11-19T05:24:51.245Z Compiling managed v0.8.0
20582023-11-19T05:24:51.567Z Compiling bit-vec v0.6.3
20592023-11-19T05:24:52.158Z Compiling ipnet v2.8.0
20602023-11-19T05:24:52.228Z Compiling packed_struct v0.10.1
20612023-11-19T05:24:52.608Z Compiling rustc-demangle v0.1.23
20622023-11-19T05:24:53.925Z Compiling num_threads v0.1.6
20632023-11-19T05:24:54.044Z Compiling time v0.3.27
20642023-11-19T05:24:59.304Z Compiling bstr v0.2.17
20652023-11-19T05:25:01.587Z Compiling idna v0.2.3
20662023-11-19T05:25:02.187Z Compiling bitvec v1.0.1
20672023-11-19T05:25:02.200Z Compiling r2d2 v0.8.10
20682023-11-19T05:25:05.128Z Compiling inout v0.1.3
20692023-11-19T05:25:07.620Z Compiling phf v0.11.2
20702023-11-19T05:25:08.090Z Compiling regex v1.10.2
20712023-11-19T05:25:08.253Z Compiling hyper-tls v0.5.0
20722023-11-19T05:25:08.741Z Compiling signal-hook-mio v0.2.3
20732023-11-19T05:25:08.949Z Compiling clap v4.4.3
20742023-11-19T05:25:09.102Z Compiling hyper-rustls v0.24.2
20752023-11-19T05:25:09.696Z Compiling flate2 v1.0.28
20762023-11-19T05:25:09.844Z Compiling ipnetwork v0.20.0
20772023-11-19T05:25:09.898Z Compiling bzip2 v0.4.4
20782023-11-19T05:25:10.477Z Compiling toml_edit v0.19.15
20792023-11-19T05:25:10.690Z Compiling postgres-types v0.2.6
20802023-11-19T05:25:11.217Z Compiling itertools v0.11.0
20812023-11-19T05:25:11.303Z Compiling pkcs8 v0.10.2
20822023-11-19T05:25:12.589Z Compiling hubpack v0.1.2
20832023-11-19T05:25:13.225Z Compiling serde_urlencoded v0.7.1
20842023-11-19T05:25:13.268Z Compiling phf_shared v0.10.0
20852023-11-19T05:25:13.970Z Compiling futures-executor v0.3.29
20862023-11-19T05:25:15.874Z Compiling signature v2.1.0
20872023-11-19T05:25:16.541Z Compiling packed_struct_codegen v0.10.1
20882023-11-19T05:25:19.025Z Compiling float-cmp v0.9.0
20892023-11-19T05:25:19.867Z Compiling encoding_rs v0.8.33
20902023-11-19T05:25:20.569Z Compiling unicode-width v0.1.11
20912023-11-19T05:25:20.808Z Compiling data-encoding v2.4.0
20922023-11-19T05:25:21.051Z Compiling new_debug_unreachable v1.0.4
20932023-11-19T05:25:21.174Z Compiling crc-catalog v2.2.0
20942023-11-19T05:25:21.369Z Compiling whoami v1.4.1
20952023-11-19T05:25:22.221Z Compiling fixedbitset v0.4.2
20962023-11-19T05:25:22.881Z Compiling unicode-segmentation v1.10.1
20972023-11-19T05:25:23.277Z Compiling mime v0.3.17
20982023-11-19T05:25:23.841Z Compiling predicates-core v1.0.6
20992023-11-19T05:25:24.070Z Compiling webpki-roots v0.25.2
21002023-11-19T05:25:24.250Z Compiling precomputed-hash v0.1.1
21012023-11-19T05:25:24.387Z Compiling nodrop v0.1.14
21022023-11-19T05:25:25.000Z Compiling regex-automata v0.3.8
21032023-11-19T05:25:25.620Z Compiling difflib v0.4.0
21042023-11-19T05:25:26.263Z Compiling static_assertions v1.1.0
21052023-11-19T05:25:26.377Z Compiling normalize-line-endings v0.3.0
21062023-11-19T05:25:26.532Z Compiling predicates v3.0.4
21072023-11-19T05:25:27.778Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21082023-11-19T05:25:28.914Z Compiling bstr v1.6.0
21092023-11-19T05:25:34.159Z Compiling array-init v0.0.4
21102023-11-19T05:25:35.184Z Compiling string_cache v0.8.7
21112023-11-19T05:25:35.815Z Compiling reqwest v0.11.22
21122023-11-19T05:25:36.341Z Compiling similar v2.2.1
21132023-11-19T05:25:37.738Z Compiling petgraph v0.6.4
21142023-11-19T05:25:39.771Z Compiling tokio-postgres v0.7.10
21152023-11-19T05:25:41.198Z Compiling trust-dns-proto v0.22.0
21162023-11-19T05:25:44.581Z Compiling crc v3.0.1
21172023-11-19T05:25:47.953Z Compiling console v0.15.7
21182023-11-19T05:25:55.853Z Compiling toml v0.7.8
21192023-11-19T05:25:56.067Z Compiling futures v0.3.29
21202023-11-19T05:25:57.587Z Compiling pkcs1 v0.7.5
21212023-11-19T05:25:57.878Z Compiling smallvec v0.6.14
21222023-11-19T05:25:58.334Z Compiling zip v0.6.6
21232023-11-19T05:25:58.438Z Compiling diesel v2.1.3
21242023-11-19T05:25:58.444Z Compiling yasna v0.5.2
21252023-11-19T05:25:58.598Z Compiling crossterm v0.27.0
21262023-11-19T05:26:01.151Z Compiling cipher v0.4.4
21272023-11-19T05:26:01.878Z Compiling hashbrown v0.13.2
21282023-11-19T05:26:05.301Z Compiling bit-set v0.5.3
21292023-11-19T05:26:05.685Z Compiling usdt v0.3.5
21302023-11-19T05:26:05.958Z Compiling is-terminal v0.4.9
21312023-11-19T05:26:06.124Z Compiling toml_edit v0.21.0
21322023-11-19T05:26:08.479Z Compiling itertools v0.10.5
21332023-11-19T05:26:09.949Z Compiling tokio-stream v0.1.14
21342023-11-19T05:26:11.430Z Compiling openapiv3 v2.0.0-rc.1
21352023-11-19T05:26:13.199Z Compiling hex v0.4.3
21362023-11-19T05:26:19.617Z Compiling bitfield v0.14.0
21372023-11-19T05:26:21.406Z Compiling lalrpop-util v0.19.12
21382023-11-19T05:26:25.417Z Compiling termcolor v1.2.0
21392023-11-19T05:26:28.364Z Compiling env_logger v0.10.0
21402023-11-19T05:26:34.116Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21412023-11-19T05:26:52.043Z Compiling rsa v0.9.2
21422023-11-19T05:26:58.642Z Compiling serde-hex v0.1.0
21432023-11-19T05:27:01.096Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21442023-11-19T05:27:07.482Z Compiling x509-cert v0.2.4
21452023-11-19T05:27:08.041Z Compiling ron v0.8.1
21462023-11-19T05:27:08.260Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21472023-11-19T05:27:08.965Z Compiling crc-any v2.4.3
21482023-11-19T05:27:30.030Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21492023-11-19T05:27:35.859Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21502023-11-19T05:27:48.885Z Compiling object v0.30.4
21512023-11-19T05:28:03.717Z Compiling path-slash v0.1.5
21522023-11-19T05:28:04.043Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
21532023-11-19T05:28:50.494Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21542023-11-19T05:28:51.719Z Finished release [optimized] target(s) in 6m 07s
21552023-11-19T05:28:51.809Z
21562023-11-19T05:28:51.812Zreal 6:07.189621804
21572023-11-19T05:28:51.815Zuser 42:33.082404410
21582023-11-19T05:28:51.818Zsys 3:40.754874139
21592023-11-19T05:28:51.821Ztrap 1.848141127
21602023-11-19T05:28:51.825Ztflt 1.135947662
21612023-11-19T05:28:51.835Zdflt 0.530288950
21622023-11-19T05:28:51.840Zkflt 0.001029753
21632023-11-19T05:28:51.843Zlock 1:35:02.233665183
21642023-11-19T05:28:51.846Zslp 2:00:30.887821741
21652023-11-19T05:28:51.849Zlat 1:49.748793969
21662023-11-19T05:28:51.852Zstop 1:16.975877580
21672023-11-19T05:28:51.855Z+ ptime -m gzip
21682023-11-19T05:28:52.467Z
21692023-11-19T05:28:52.473Zreal 0.657320410
21702023-11-19T05:28:52.476Zuser 0.650043042
21712023-11-19T05:28:52.480Zsys 0.006633984
21722023-11-19T05:28:52.483Ztrap 0.000067780
21732023-11-19T05:28:52.490Ztflt 0.000000000
21742023-11-19T05:28:52.496Zdflt 0.000000000
21752023-11-19T05:28:52.499Zkflt 0.000000000
21762023-11-19T05:28:52.502Zlock 0.000000000
21772023-11-19T05:28:52.505Zslp 0.000000000
21782023-11-19T05:28:52.508Zlat 0.000229055
21792023-11-19T05:28:52.511Zstop 0.000238783
21802023-11-19T05:28:52.516Z+ banner tufaceous
21812023-11-19T05:28:52.529Z
21822023-11-19T05:28:52.532Z ##### # # ###### ## #### ###### #### # # ####
21832023-11-19T05:28:52.535Z # # # # # # # # # # # # # #
21842023-11-19T05:28:52.538Z # # # ##### # # # ##### # # # # ####
21852023-11-19T05:28:52.542Z # # # # ###### # # # # # # #
21862023-11-19T05:28:52.545Z # # # # # # # # # # # # # # #
21872023-11-19T05:28:52.549Z # #### # # # #### ###### #### #### ####
21882023-11-19T05:28:52.552Z
21892023-11-19T05:28:52.558Z+ ptime -m cargo build --locked -p tufaceous --release
21902023-11-19T05:28:53.115Z Downloading crates ...
21912023-11-19T05:28:53.508Z Downloaded path-absolutize v3.1.0
21922023-11-19T05:28:53.511Z Downloaded snafu-derive v0.7.5
21932023-11-19T05:28:53.514Z Downloaded path-dedot v3.1.0
21942023-11-19T05:28:53.517Z Downloaded olpc-cjson v0.1.3
21952023-11-19T05:28:53.520Z Downloaded globset v0.4.13
21962023-11-19T05:28:53.523Z Downloaded humantime v2.1.0
21972023-11-19T05:28:53.526Z Downloaded buf-list v1.0.3
21982023-11-19T05:28:53.529Z Downloaded fs-err v2.9.0
21992023-11-19T05:28:53.532Z Downloaded tough v0.14.0
22002023-11-19T05:28:53.538Z Downloaded doc-comment v0.3.3
22012023-11-19T05:28:53.541Z Downloaded snafu v0.7.5
22022023-11-19T05:28:53.549Z Downloaded serde_plain v1.0.2
22032023-11-19T05:28:53.556Z Downloaded bytesize v1.3.0
22042023-11-19T05:28:53.711Z Compiling serde_tokenstream v0.2.0
22052023-11-19T05:28:54.144Z Compiling regress v0.7.1
22062023-11-19T05:28:54.152Z Compiling dirs-sys-next v0.1.2
22072023-11-19T05:28:54.165Z Compiling ident_case v1.0.1
22082023-11-19T05:28:54.176Z Compiling thread_local v1.1.7
22092023-11-19T05:28:54.185Z Compiling slog-async v2.8.0
22102023-11-19T05:28:54.195Z Compiling heck v0.4.1
22112023-11-19T05:28:54.202Z Compiling dirs-next v2.0.0
22122023-11-19T05:28:54.314Z Compiling darling_core v0.20.3
22132023-11-19T05:28:54.427Z Compiling camino v1.1.6
22142023-11-19T05:28:54.595Z Compiling term v0.7.0
22152023-11-19T05:28:55.060Z Compiling crossbeam-channel v0.5.8
22162023-11-19T05:28:55.311Z Compiling getopts v0.2.21
22172023-11-19T05:28:55.528Z Compiling structmeta-derive v0.2.0
22182023-11-19T05:28:55.757Z Compiling atty v0.2.14
22192023-11-19T05:28:55.986Z Compiling multer v2.1.0
22202023-11-19T05:28:56.448Z Compiling paste v1.0.14
22212023-11-19T05:28:56.795Z Compiling unsafe-libyaml v0.2.9
22222023-11-19T05:28:57.107Z Compiling match_cfg v0.1.0
22232023-11-19T05:28:57.234Z Compiling take_mut v0.2.2
22242023-11-19T05:28:57.471Z Compiling doc-comment v0.3.3
22252023-11-19T05:28:58.412Z Compiling hostname v0.3.1
22262023-11-19T05:28:58.927Z Compiling slog-term v2.9.0
22272023-11-19T05:28:59.760Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22282023-11-19T05:29:01.849Z Compiling structmeta v0.2.0
22292023-11-19T05:29:02.465Z Compiling serde_yaml v0.9.25
22302023-11-19T05:29:03.511Z Compiling darling_macro v0.20.3
22312023-11-19T05:29:03.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22322023-11-19T05:29:03.964Z Compiling slog-json v2.6.1
22332023-11-19T05:29:04.924Z Compiling async-stream-impl v0.3.5
22342023-11-19T05:29:05.066Z Compiling darling v0.20.3
22352023-11-19T05:29:05.206Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22362023-11-19T05:29:18.255Z Compiling atomic-waker v1.1.1
22372023-11-19T05:29:19.287Z Compiling regex-syntax v0.7.5
22382023-11-19T05:29:20.052Z Compiling fastrand v2.0.0
22392023-11-19T05:29:20.715Z Compiling async-stream v0.3.5
22402023-11-19T05:29:20.908Z Compiling tempfile v3.8.0
22412023-11-19T05:29:20.947Z Compiling waitgroup v0.1.2
22422023-11-19T05:29:21.039Z Compiling serde_with_macros v2.3.3
22432023-11-19T05:29:21.596Z Compiling slog-bunyan v2.4.0
22442023-11-19T05:29:21.769Z Compiling toml v0.8.8
22452023-11-19T05:29:21.963Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22462023-11-19T05:29:22.109Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22472023-11-19T05:29:22.207Z Compiling sha1 v0.10.6
22482023-11-19T05:29:22.371Z Compiling snafu-derive v0.7.5
22492023-11-19T05:29:22.430Z Compiling serde_path_to_error v0.1.14
22502023-11-19T05:29:22.450Z Compiling path-dedot v3.1.0
22512023-11-19T05:29:22.517Z Compiling instant v0.1.12
22522023-11-19T05:29:22.563Z Compiling same-file v1.0.6
22532023-11-19T05:29:22.643Z Compiling debug-ignore v1.0.5
22542023-11-19T05:29:22.700Z Compiling arc-swap v1.6.0
22552023-11-19T05:29:22.789Z Compiling base64 v0.13.1
22562023-11-19T05:29:22.838Z Compiling buf-list v1.0.3
22572023-11-19T05:29:22.850Z Compiling pem v1.1.1
22582023-11-19T05:29:22.893Z Compiling slog-scope v4.4.0
22592023-11-19T05:29:22.921Z Compiling parse-display-derive v0.8.2
22602023-11-19T05:29:22.950Z Compiling walkdir v2.4.0
22612023-11-19T05:29:23.006Z Compiling path-absolutize v3.1.0
22622023-11-19T05:29:23.029Z Compiling backoff v0.4.0
22632023-11-19T05:29:23.058Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22642023-11-19T05:29:23.101Z Compiling serde_with v2.3.3
22652023-11-19T05:29:23.142Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22662023-11-19T05:29:23.181Z Compiling globset v0.4.13
22672023-11-19T05:29:23.228Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22682023-11-19T05:29:23.287Z Compiling snafu v0.7.5
22692023-11-19T05:29:23.339Z Compiling strum v0.25.0
22702023-11-19T05:29:23.360Z Compiling olpc-cjson v0.1.3
22712023-11-19T05:29:23.412Z Compiling macaddr v1.0.1
22722023-11-19T05:29:23.453Z Compiling parse-display v0.8.2
22732023-11-19T05:29:23.531Z Compiling serde_plain v1.0.2
22742023-11-19T05:29:23.564Z Compiling filetime v0.2.22
22752023-11-19T05:29:23.821Z Compiling xattr v1.0.1
22762023-11-19T05:29:23.917Z Compiling tough v0.14.0
22772023-11-19T05:29:24.183Z Compiling tar v0.4.40
22782023-11-19T05:29:24.283Z Compiling slog-stdlog v4.1.1
22792023-11-19T05:29:26.478Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22802023-11-19T05:29:26.695Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22812023-11-19T05:29:27.464Z Compiling camino-tempfile v1.0.2
22822023-11-19T05:29:28.795Z Compiling bytesize v1.3.0
22832023-11-19T05:29:29.723Z Compiling fs-err v2.9.0
22842023-11-19T05:29:31.073Z Compiling slog-envlogger v2.2.0
22852023-11-19T05:29:34.008Z Compiling humantime v2.1.0
22862023-11-19T05:29:37.790Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22872023-11-19T05:29:59.786Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
22882023-11-19T05:30:00.077Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22892023-11-19T05:30:29.001Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22902023-11-19T05:30:29.350Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22912023-11-19T05:30:40.814Z Finished release [optimized] target(s) in 1m 48s
22922023-11-19T05:30:40.900Z
22932023-11-19T05:30:40.906Zreal 1:48.404859501
22942023-11-19T05:30:40.911Zuser 11:43.569137798
22952023-11-19T05:30:40.918Zsys 45.276135826
22962023-11-19T05:30:40.924Ztrap 0.462377242
22972023-11-19T05:30:40.928Ztflt 0.309241892
22982023-11-19T05:30:40.933Zdflt 0.758698674
22992023-11-19T05:30:40.943Zkflt 0.000000000
23002023-11-19T05:30:40.967Zlock 21:41.036539756
23012023-11-19T05:30:40.972Zslp 25:00.923834547
23022023-11-19T05:30:40.976Zlat 20.725010559
23032023-11-19T05:30:40.979Zstop 11.525952169
23042023-11-19T05:30:40.983Z+ ptime -m gzip
23052023-11-19T05:30:43.217Z
23062023-11-19T05:30:43.222Zreal 2.307997480
23072023-11-19T05:30:43.227Zuser 2.285428428
23082023-11-19T05:30:44.452Zsys 0.019812154
23092023-11-19T05:30:44.456Ztrap 0.000603567
23102023-11-19T05:30:44.460Ztflt 0.000000000
23112023-11-19T05:30:44.464Zdflt 0.000000000
23122023-11-19T05:30:44.468Zkflt 0.000000000
23132023-11-19T05:30:44.476Zlock 0.000000000
23142023-11-19T05:30:44.482Zslp 0.000000000
23152023-11-19T05:30:44.486Zlat 0.001760735
23162023-11-19T05:30:44.490Zstop 0.000283432
23172023-11-19T05:30:44.495Zprocess exited: duration 1242262 ms, exit code 0
 
23182023-11-19T05:30:44.504Zfound 5 output files
23192023-11-19T05:30:44.521Zuploading: /work/end-to-end-tests/bootstrap-714f127c345e1afe.gz (6360006 bytes)
23202023-11-19T05:30:46.643Zuploaded: /work/end-to-end-tests/bootstrap-714f127c345e1afe.gz
23212023-11-19T05:30:46.655Zuploading: /work/end-to-end-tests/bootstrap.gz (86894160 bytes)
23222023-11-19T05:31:13.725Zuploaded: /work/end-to-end-tests/bootstrap.gz
23232023-11-19T05:31:13.766Zuploading: /work/end-to-end-tests/end_to_end_tests-2a5f0f6021ab3ba7.gz (99509066 bytes)
23242023-11-19T05:31:52.740Zuploaded: /work/end-to-end-tests/end_to_end_tests-2a5f0f6021ab3ba7.gz
23252023-11-19T05:31:52.774Zuploading: /work/caboose-util.gz (4110256 bytes)
23262023-11-19T05:31:55.286Zuploaded: /work/caboose-util.gz
23272023-11-19T05:31:55.294Zuploading: /work/tufaceous.gz (14675600 bytes)
23282023-11-19T05:32:00.631Zuploaded: /work/tufaceous.gz