01HCDRBMKAAFJY765R0GG7KTZ3: 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: 01HCDREAW4V4JN6TPB8E7CX9C4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-10-10T22:04:30.929Zjob assigned to worker 01HCDSV8M3X93NX9HH2MK06NHP (queued for 25 m 45 s)
 
22023-10-10T22:04:31.459Zstarting task 0: "setup"
32023-10-10T22:04:31.527Z++ uname -s
42023-10-10T22:04:31.534Z+ kern=SunOS
52023-10-10T22:04:31.543Z+ case "$kern" in
62023-10-10T22:04:31.548Z+ groupadd -g 12345 build
72023-10-10T22:04:31.556Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-10-10T22:04:33.635Z+ zfs create -o mountpoint=/work rpool/work
92023-10-10T22:04:33.661Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-10-10T22:04:33.687Z+ home_fs=zfs
112023-10-10T22:04:33.730Z+ [[ zfs == autofs ]]
122023-10-10T22:04:33.838Z+ mkdir -p /home/build
132023-10-10T22:04:33.865Z+ chown build:build /home/build /work
142023-10-10T22:04:35.642Z+ chmod 0700 /home/build /work
152023-10-10T22:04:35.657Zprocess exited: duration 4172 ms, exit code 0
 
162023-10-10T22:04:36.121Zstarting task 1: "rust-toolchain"
172023-10-10T22:04:36.160Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-10-10T22:04:36.184Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-10-10T22:04:36.348Zinfo: downloading installer
202023-10-10T22:04:37.983Zwarning: it looks like you have an existing installation of Rust at:
212023-10-10T22:04:37.996Zwarning: /opt/ooce/bin
222023-10-10T22:04:38.017Zwarning: It is recommended that rustup be the primary Rust installation.
232023-10-10T22:04:38.025Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-10-10T22:04:38.033Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-10-10T22:04:38.061Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-10-10T22:04:38.083Zwarning: or pass `-y' to ignore all ignorable checks.
272023-10-10T22:04:38.091Zerror: cannot install while Rust is installed
282023-10-10T22:04:38.103Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-10-10T22:04:38.110Zinfo: profile set to 'default'
302023-10-10T22:04:38.121Zinfo: default host triple is x86_64-unknown-illumos
312023-10-10T22:04:38.130Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-10-10T22:04:38.142Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-10-10T22:04:38.584Zinfo: downloading component 'cargo'
342023-10-10T22:04:38.595Zinfo: downloading component 'clippy'
352023-10-10T22:04:39.019Zinfo: downloading component 'rust-docs'
362023-10-10T22:04:39.400Zinfo: downloading component 'rust-std'
372023-10-10T22:04:40.759Zinfo: downloading component 'rustc'
382023-10-10T22:04:44.004Zinfo: downloading component 'rustfmt'
392023-10-10T22:04:44.195Zinfo: installing component 'cargo'
402023-10-10T22:04:45.599Zinfo: installing component 'clippy'
412023-10-10T22:04:46.193Zinfo: installing component 'rust-docs'
422023-10-10T22:04:48.945Zinfo: installing component 'rust-std'
432023-10-10T22:04:52.805Zinfo: installing component 'rustc'
442023-10-10T22:05:02.755Zinfo: installing component 'rustfmt'
452023-10-10T22:05:03.221Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-10-10T22:05:03.244Z
472023-10-10T22:05:03.571Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-10-10T22:05:03.903Z
492023-10-10T22:05:04.198Z
502023-10-10T22:05:04.270ZRust is installed now. Great!
512023-10-10T22:05:04.299Z
522023-10-10T22:05:04.321ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-10-10T22:05:04.356Zenvironment variable. This has not been done automatically.
542023-10-10T22:05:04.829Z
552023-10-10T22:05:05.258ZTo configure your current shell, run:
562023-10-10T22:05:05.269Zsource "$HOME/.cargo/env"
572023-10-10T22:05:05.291Z+ rustc --version
582023-10-10T22:05:05.732Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-10-10T22:05:06.593Zprocess exited: duration 27427 ms, exit code 0
 
602023-10-10T22:05:07.600Zstarting task 2: "authentication"
612023-10-10T22:05:08.908Zprocess exited: duration 875 ms, exit code 0
 
622023-10-10T22:05:08.972Zstarting task 3: "clone repository"
632023-10-10T22:05:08.998Z+ mkdir -p /work/oxidecomputer/omicron
642023-10-10T22:05:09.019Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-10-10T22:05:09.161ZCloning into '/work/oxidecomputer/omicron'...
662023-10-10T22:05:15.667Z+ cd /work/oxidecomputer/omicron
672023-10-10T22:05:15.782Z+ [[ -n sunshowers/spr/update-engine-fix-buffer-tests ]]
682023-10-10T22:05:15.865Z+ git fetch origin sunshowers/spr/update-engine-fix-buffer-tests
692023-10-10T22:05:16.065ZFrom https://github.com/oxidecomputer/omicron
702023-10-10T22:05:16.108Z * branch sunshowers/spr/update-engine-fix-buffer-tests -> FETCH_HEAD
712023-10-10T22:05:16.160Z+ git checkout -B sunshowers/spr/update-engine-fix-buffer-tests remotes/origin/sunshowers/spr/update-engine-fix-buffer-tests
722023-10-10T22:05:16.246ZSwitched to a new branch 'sunshowers/spr/update-engine-fix-buffer-tests'
732023-10-10T22:05:16.269Zbranch 'sunshowers/spr/update-engine-fix-buffer-tests' set up to track 'origin/sunshowers/spr/update-engine-fix-buffer-tests'.
742023-10-10T22:05:16.281Z+ git reset --hard 72aaaba05a29f2ea468ae97c69ce3547c4931c8a
752023-10-10T22:05:16.301ZHEAD is now at 72aaaba0 Rebase
762023-10-10T22:05:16.334Zprocess exited: duration 7291 ms, exit code 0
 
772023-10-10T22:05:16.799Zstarting task 4: "build"
782023-10-10T22:05:16.875Z+ cargo --version
792023-10-10T22:05:16.904Zcargo 1.72.1 (103a7ff2e 2023-08-15)
802023-10-10T22:05:16.911Z+ rustc --version
812023-10-10T22:05:17.004Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
822023-10-10T22:05:17.013Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
832023-10-10T22:05:25.101Z Startup: Refreshing catalog 'helios-dev' ... Done
842023-10-10T22:05:25.653Z Startup: Caching catalogs ... Done
852023-10-10T22:05:28.836ZPlanning: Solver setup ... Done (2.562s)
862023-10-10T22:05:28.850ZPlanning: Running solver ... Done (0.170s)
872023-10-10T22:05:29.314ZPlanning: Finding local manifests ... Done (0.013s)
882023-10-10T22:05:29.339ZPlanning: Fetching manifests: 0/4 0% complete
892023-10-10T22:05:31.840ZPlanning: Fetching manifests: 4/4 100% complete
902023-10-10T22:05:31.923ZPlanning: Package planning ... Done (0.084s)
912023-10-10T22:05:32.011ZPlanning: Merging actions ... Done (0.084s)
922023-10-10T22:05:32.729ZPlanning: Checking for conflicting actions ... Done (0.728s)
932023-10-10T22:05:32.745ZPlanning: Consolidating action changes ... Done (0.017s)
942023-10-10T22:05:38.422ZPlanning: Evaluating mediators ... Done (5.636s)
952023-10-10T22:05:38.483ZPlanning: Planning completed in 12.70 seconds
962023-10-10T22:05:38.495Z Packages to install: 4
972023-10-10T22:05:38.503Z Mediators to change: 2
982023-10-10T22:05:38.518Z Services to change: 1
992023-10-10T22:05:38.545Z Estimated space available: 149.39 GB
1002023-10-10T22:05:38.555ZEstimated space to be consumed: 1.35 GB
1012023-10-10T22:05:38.567Z Create boot environment: No
1022023-10-10T22:05:38.574ZCreate backup boot environment: No
1032023-10-10T22:05:38.581Z Rebuild boot archive: No
1042023-10-10T22:05:38.595Z
1052023-10-10T22:05:38.604ZChanged mediators:
1062023-10-10T22:05:38.623Z mediator clang:
1072023-10-10T22:05:39.038Z version: None -> 15 (system default)
1082023-10-10T22:05:39.084Z
1092023-10-10T22:05:39.098Z mediator llvm:
1102023-10-10T22:05:39.104Z version: 14 (system default) -> 15 (system default)
1112023-10-10T22:05:39.110Z
1122023-10-10T22:05:39.128ZChanged packages:
1132023-10-10T22:05:39.142Zhelios-dev
1142023-10-10T22:05:39.160Z developer/build-essential
1152023-10-10T22:05:39.176Z None -> 11-2.0
1162023-10-10T22:05:39.192Z library/libxmlsec1
1172023-10-10T22:05:39.225Z None -> 1.2.35-2.0
1182023-10-10T22:05:39.242Z ooce/developer/clang-15
1192023-10-10T22:05:39.255Z None -> 15.0.7-2.0
1202023-10-10T22:05:39.272Z ooce/developer/llvm-15
1212023-10-10T22:05:39.303Z None -> 15.0.7-2.0
1222023-10-10T22:05:39.331Z
1232023-10-10T22:05:39.353ZServices:
1242023-10-10T22:05:39.367Z restart_fmri:
1252023-10-10T22:05:39.387Z svc:/system/update-man-index:default
1262023-10-10T22:05:39.808Z
1272023-10-10T22:05:39.842ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1282023-10-10T22:05:43.656ZDownload: 1191/3290 items 63.5/212.6MB 29% complete (12.6M/s)
1292023-10-10T22:05:48.665ZDownload: 2412/3290 items 120.0/212.6MB 56% complete (12.1M/s)
1302023-10-10T22:05:53.751ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (14.2M/s)
1312023-10-10T22:05:54.822ZDownload: Completed 212.60 MB in 16.17 seconds (13.2M/s)
1322023-10-10T22:05:55.569Z Actions: 1/3687 actions (Installing new actions)
1332023-10-10T22:06:02.148Z Actions: 2360/3687 actions (Installing new actions)
1342023-10-10T22:06:04.004Z Actions: Completed 3687 actions in 8.42 seconds.
1352023-10-10T22:06:04.041Z Done (0.051s)
1362023-10-10T22:06:04.064Z Done (0.000s)
1372023-10-10T22:06:04.181Z Done (0.131s)
1382023-10-10T22:06:12.424Z Done (8.148s)
1392023-10-10T22:06:12.673Z Done (0.153s)
1402023-10-10T22:06:12.685Z Done (0.000s)
1412023-10-10T22:06:12.937Z Done (0.000s)
1422023-10-10T22:06:13.561ZPlanning: Evaluating mediator changes ... Done
1432023-10-10T22:06:13.842ZPlanning: Checking for conflicting actions ... Done
1442023-10-10T22:06:13.850ZPlanning: Consolidating action changes ... Done
1452023-10-10T22:06:14.270ZPlanning: Evaluating mediators ... Done
1462023-10-10T22:06:14.288ZPlanning: Planning completed in 0.71 seconds
1472023-10-10T22:06:14.342Z Mediators to change: 2
1482023-10-10T22:06:14.361Z Create boot environment: No
1492023-10-10T22:06:14.382ZCreate backup boot environment: No
1502023-10-10T22:06:14.474Z Done
1512023-10-10T22:06:14.505Z Done
1522023-10-10T22:06:14.542Z Done
1532023-10-10T22:06:23.188Z Done
1542023-10-10T22:06:24.081Z Done
1552023-10-10T22:06:24.251Z Done
1562023-10-10T22:06:24.507Z Done
1572023-10-10T22:06:24.557ZPlanning: Evaluating mediator changes ... Done
1582023-10-10T22:06:24.739ZPlanning: Merging actions ... Done
1592023-10-10T22:06:24.899ZPlanning: Checking for conflicting actions ... Done
1602023-10-10T22:06:25.092ZPlanning: Consolidating action changes ... Done
1612023-10-10T22:06:25.470ZPlanning: Evaluating mediators ... Done
1622023-10-10T22:06:25.650ZPlanning: Planning completed in 1.27 seconds
1632023-10-10T22:06:25.815Z Packages to change: 1
1642023-10-10T22:06:25.871Z Mediators to change: 1
1652023-10-10T22:06:26.312Z Services to change: 1
1662023-10-10T22:06:26.485Z Create boot environment: No
1672023-10-10T22:06:27.926ZCreate backup boot environment: Yes
1682023-10-10T22:06:28.008Z Actions: 1/6 actions (Updating modified actions)
1692023-10-10T22:06:28.398Z Actions: Completed 6 actions in 0.00 seconds.
1702023-10-10T22:06:28.597Z Done
1712023-10-10T22:06:28.815Z Done
1722023-10-10T22:06:28.902Z Done
1732023-10-10T22:06:34.454Z Done
1742023-10-10T22:06:34.948Z Done
1752023-10-10T22:06:35.219Z Done
1762023-10-10T22:06:36.258Z Done
1772023-10-10T22:06:36.679ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1782023-10-10T22:06:36.897Zclang system 15 system
1792023-10-10T22:06:37.447Zcsh system system illumos
1802023-10-10T22:06:37.631Zctags system system illumos
1812023-10-10T22:06:37.709Zgcc vendor 12 vendor
1822023-10-10T22:06:37.883Zgcc system 10 system
1832023-10-10T22:06:38.028Zgcc system 7 system
1842023-10-10T22:06:38.172Zgo system 1.20 system
1852023-10-10T22:06:38.618Zgo system 1.19 system
1862023-10-10T22:06:38.640Zllvm system 15 system
1872023-10-10T22:06:38.653Zllvm system 14 system
1882023-10-10T22:06:38.666Zmariadb system 10.6 system
1892023-10-10T22:06:38.682Zmta vendor vendor dma
1902023-10-10T22:06:38.704Zopenjdk system 17 system
1912023-10-10T22:06:38.717Zopenjdk system 11 system
1922023-10-10T22:06:38.729Zopenjdk system 1.8 system
1932023-10-10T22:06:38.744Zopenssl vendor 3 vendor
1942023-10-10T22:06:38.758Zperl system 5.36 system
1952023-10-10T22:06:38.780Zpostgresql system 15 system
1962023-10-10T22:06:38.802Zpostgresql system 13 system
1972023-10-10T22:06:38.820Zpython vendor 3 vendor
1982023-10-10T22:06:38.832Zpython system 2 system
1992023-10-10T22:06:38.839Zpython3 system 3.11 system
2002023-10-10T22:06:38.847Zruby system 3.0 system
2012023-10-10T22:06:38.857Zwords vendor vendor american-english
2022023-10-10T22:06:38.872Zwords system system australian-english
2032023-10-10T22:06:38.905Zwords system system british-english
2042023-10-10T22:06:38.929Zwords system system canadian-english
2052023-10-10T22:06:38.953Zwords system system french
2062023-10-10T22:06:39.792Zwords system system italian
2072023-10-10T22:06:40.055Zwords system system ngerman
2082023-10-10T22:06:40.176Zwords system system ogerman
2092023-10-10T22:06:40.227Zwords system system spanish
2102023-10-10T22:06:40.245ZFMRI IFO
2112023-10-10T22:06:40.296Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2122023-10-10T22:06:40.359Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2132023-10-10T22:06:40.388Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2142023-10-10T22:06:40.407Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2152023-10-10T22:06:40.425Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2162023-10-10T22:06:40.452Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2172023-10-10T22:06:40.490Z+ set -o errexit
2182023-10-10T22:06:40.504Z+++ dirname ./tools/ci_download_cockroachdb
2192023-10-10T22:06:40.519Z++ cd ./tools
2202023-10-10T22:06:40.531Z++ pwd
2212023-10-10T22:06:40.557Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2222023-10-10T22:06:40.573Z++ basename ./tools/ci_download_cockroachdb
2232023-10-10T22:06:40.587Z+ ARG0=ci_download_cockroachdb
2242023-10-10T22:06:40.600Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2252023-10-10T22:06:40.616Z+ CIDL_VERSION=v22.1.9
2262023-10-10T22:06:40.625Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2272023-10-10T22:06:40.633Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2282023-10-10T22:06:40.641Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2292023-10-10T22:06:41.062Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2302023-10-10T22:06:41.076Z+ TARGET_DIR=out
2312023-10-10T22:06:41.084Z+ DOWNLOAD_DIR=out/downloads
2322023-10-10T22:06:41.090Z+ DEST_DIR=./out/cockroachdb
2332023-10-10T22:06:41.095Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2342023-10-10T22:06:41.103Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2352023-10-10T22:06:41.111Z+ main
2362023-10-10T22:06:41.120Z+ [[ 0 != 0 ]]
2372023-10-10T22:06:41.131Z+ CIDL_OS=solaris2.11
2382023-10-10T22:06:41.142Z+ [[ 0 != 0 ]]
2392023-10-10T22:06:41.148Zcurrent directory: /work/oxidecomputer/omicron
2402023-10-10T22:06:41.160Z+ configure_os solaris2.11
2412023-10-10T22:06:41.588Zconfiguring based on OS: "solaris2.11"
2422023-10-10T22:06:41.606Z+ echo 'current directory: /work/oxidecomputer/omicron'
2432023-10-10T22:06:42.065ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2442023-10-10T22:06:42.084Z+ echo 'configuring based on OS: "solaris2.11"'
2452023-10-10T22:06:42.097ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2462023-10-10T22:06:42.118Z+ case "$1" in
2472023-10-10T22:06:42.132ZDownloading...
2482023-10-10T22:06:42.142Z+ CIDL_BUILD=illumos
2492023-10-10T22:06:42.151Z+ CIDL_SUFFIX=tar.gz
2502023-10-10T22:06:42.169Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2512023-10-10T22:06:42.186Z+ CIDL_MD5FUNC=do_md5sum
2522023-10-10T22:06:42.209Z+ CIDL_URL_BASE=https://illumos.org/downloads
2532023-10-10T22:06:42.632Z+ CIDL_ASSEMBLE=do_assemble_illumos
2542023-10-10T22:06:42.644Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2552023-10-10T22:06:43.872Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2562023-10-10T22:06:43.885Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2572023-10-10T22:06:43.918Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2582023-10-10T22:06:43.983Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2592023-10-10T22:06:44.001Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2602023-10-10T22:06:44.024Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2612023-10-10T22:06:44.043Z+ mkdir -p out/downloads
2622023-10-10T22:06:44.124Z+ mkdir -p ./out/cockroachdb
2632023-10-10T22:06:44.150Z+ local DO_DOWNLOAD=true
2642023-10-10T22:06:44.165Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2652023-10-10T22:06:44.182Z+ '[' true == true ']'
2662023-10-10T22:06:44.198Z+ echo Downloading...
2672023-10-10T22:06:44.216Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-10-10T22:06:44.230Z+ 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
2692023-10-10T22:06:44.243Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-10-10T22:06:44.258Z++ md5sum
2712023-10-10T22:06:44.264ZBuild Tag: v22.1.9-dirty
2722023-10-10T22:06:44.275Z++ awk '{print $1}'
2732023-10-10T22:06:44.288ZBuild Time: 2022/10/26 21:17:46
2742023-10-10T22:06:44.717Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2752023-10-10T22:06:44.735ZDistribution: OSS
2762023-10-10T22:06:44.752Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2772023-10-10T22:06:44.768ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2782023-10-10T22:06:44.784Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-10-10T22:06:44.794ZGo Version: go1.17.13
2802023-10-10T22:06:44.803Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2812023-10-10T22:06:44.818ZC Compiler: gcc 10.3.0
2822023-10-10T22:06:44.827Z+ do_assemble_illumos
2832023-10-10T22:06:44.838ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
2842023-10-10T22:06:44.855Z+ rm -r ./out/cockroachdb
2852023-10-10T22:06:45.281ZBuild Type: release
2862023-10-10T22:06:45.304Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2872023-10-10T22:06:45.330Zcurrent directory: /work/oxidecomputer/omicron
2882023-10-10T22:06:45.346Z+ ./out/cockroachdb/bin/cockroach version
2892023-10-10T22:06:45.358Zconfiguring based on OS: "solaris2.11"
2902023-10-10T22:06:45.367Z+ set -o errexit
2912023-10-10T22:06:45.374ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
2922023-10-10T22:06:45.384Z+++ dirname ./tools/ci_download_clickhouse
2932023-10-10T22:06:45.402ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
2942023-10-10T22:06:45.410Z++ cd ./tools
2952023-10-10T22:06:45.417ZDownloading...
2962023-10-10T22:06:45.424Z++ pwd
2972023-10-10T22:06:45.430Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2982023-10-10T22:06:45.437Z++ basename ./tools/ci_download_clickhouse
2992023-10-10T22:06:45.443Z+ ARG0=ci_download_clickhouse
3002023-10-10T22:06:45.450Z+ TARGET_DIR=out
3012023-10-10T22:06:45.457Z+ DOWNLOAD_DIR=out/downloads
3022023-10-10T22:06:45.461Z+ DEST_DIR=./out/clickhouse
3032023-10-10T22:06:45.466Z+ CIDL_VERSION=v22.8.9.24
3042023-10-10T22:06:45.476Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3052023-10-10T22:06:45.483Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3062023-10-10T22:06:45.488Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3072023-10-10T22:06:45.497Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3082023-10-10T22:06:45.508Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3092023-10-10T22:06:45.534Z+ main
3102023-10-10T22:06:45.549Z+ [[ 0 != 0 ]]
3112023-10-10T22:06:45.566Z+ CIDL_OS=solaris2.11
3122023-10-10T22:06:45.582Z+ [[ 0 != 0 ]]
3132023-10-10T22:06:45.599Z+ configure_os solaris2.11
3142023-10-10T22:06:45.611Z+ echo 'current directory: /work/oxidecomputer/omicron'
3152023-10-10T22:06:45.626Z+ echo 'configuring based on OS: "solaris2.11"'
3162023-10-10T22:06:45.725Z+ CIDL_DASHREV=
3172023-10-10T22:06:45.784Z+ case "$1" in
3182023-10-10T22:06:46.207Z+ CIDL_PLATFORM=illumos
3192023-10-10T22:06:46.221Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3202023-10-10T22:06:46.237Z+ CIDL_MD5FUNC=do_md5sum
3212023-10-10T22:06:46.253Z+ CIDL_DASHREV=-1
3222023-10-10T22:06:46.275Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3232023-10-10T22:06:46.303Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3242023-10-10T22:06:46.328Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3252023-10-10T22:06:46.339Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3262023-10-10T22:06:46.355Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3272023-10-10T22:06:46.382Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3282023-10-10T22:06:46.413Z+ mkdir -p out/downloads
3292023-10-10T22:06:46.433Z+ mkdir -p ./out/clickhouse
3302023-10-10T22:06:46.467Z+ local DO_DOWNLOAD=true
3312023-10-10T22:06:46.493Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3322023-10-10T22:06:46.522Z+ '[' true == true ']'
3332023-10-10T22:06:46.548Z+ echo Downloading...
3342023-10-10T22:06:46.565Z+ 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
3352023-10-10T22:06:46.586Z+ 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
3362023-10-10T22:06:46.605Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-10-10T22:06:46.629Z++ md5sum
3382023-10-10T22:06:46.672Z++ awk '{print $1}'
3392023-10-10T22:06:46.687Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3402023-10-10T22:06:46.703Z+ [[ 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 ]]
3412023-10-10T22:06:46.722Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3422023-10-10T22:06:46.738Z+ mkdir -p ./out/clickhouse
3432023-10-10T22:06:46.745Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3442023-10-10T22:06:46.764Z+ ./out/clickhouse/clickhouse server --version
3452023-10-10T22:06:46.770ZClickHouse server version 22.8.9.1.
3462023-10-10T22:06:46.786Z+ set -o errexit
3472023-10-10T22:06:46.800Z+++ dirname ./tools/ci_download_console
3482023-10-10T22:06:46.812Z++ cd ./tools
3492023-10-10T22:06:46.830Z++ pwd
3502023-10-10T22:06:46.841Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3512023-10-10T22:06:47.278Z++ basename ./tools/ci_download_console
3522023-10-10T22:06:47.288Z+ ARG0=ci_download_console
3532023-10-10T22:06:47.310Z+ TARGET_DIR=out
3542023-10-10T22:06:47.336Z+ DOWNLOAD_DIR=out/downloads
3552023-10-10T22:06:47.753Z+ DEST_DIR=./out/console-assets
3562023-10-10T22:06:47.763Z+ source /work/oxidecomputer/omicron/tools/console_version
3572023-10-10T22:06:47.779Z++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27
3582023-10-10T22:06:47.812Z++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3592023-10-10T22:06:47.832Z+ URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3602023-10-10T22:06:47.849Z+ TARBALL_FILE=out/downloads/console.tar.gz
3612023-10-10T22:06:48.303Z+ main
3622023-10-10T22:06:48.327Z+ [[ 0 != 0 ]]
3632023-10-10T22:06:48.767Z+ echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz'
3642023-10-10T22:06:49.258ZURL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3652023-10-10T22:06:49.285Z+ echo 'Local file: out/downloads/console.tar.gz'
3662023-10-10T22:06:49.301ZLocal file: out/downloads/console.tar.gz
3672023-10-10T22:06:49.356Z+ local DO_DOWNLOAD=true
3682023-10-10T22:06:49.381Z+ [[ -f out/downloads/console.tar.gz ]]
3692023-10-10T22:06:49.389Z+ mkdir -p out/downloads
3702023-10-10T22:06:49.396Z+ '[' true == true ']'
3712023-10-10T22:06:49.416Z+ echo Downloading...
3722023-10-10T22:06:49.437ZDownloading...
3732023-10-10T22:06:49.913Z+ do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz
3742023-10-10T22:06:49.918Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz
3752023-10-10T22:06:49.925Z++ do_sha256sum out/downloads/console.tar.gz
3762023-10-10T22:06:49.930Z++ case "$OSTYPE" in
3772023-10-10T22:06:49.938Z++ SHA=sha256sum
3782023-10-10T22:06:49.947Z++ sha256sum
3792023-10-10T22:06:49.951Z++ awk '{print $1}'
3802023-10-10T22:06:49.955Z+ calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee
3812023-10-10T22:06:49.959Z+ [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]]
3822023-10-10T22:06:49.964Z+ rm -rf ./out/console-assets
3832023-10-10T22:06:49.970Z+ mkdir -p ./out/console-assets
3842023-10-10T22:06:49.987Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3852023-10-10T22:06:50.405Z+ mkdir -p ./out/console-assets
3862023-10-10T22:06:50.425Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
3872023-10-10T22:06:50.441Z+ set -o errexit
3882023-10-10T22:06:50.457Z+++ dirname ./tools/ci_download_maghemite_openapi
3892023-10-10T22:06:50.875Z++ cd ./tools
3902023-10-10T22:06:50.880Z++ pwd
3912023-10-10T22:06:50.884Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3922023-10-10T22:06:50.892Z++ basename ./tools/ci_download_maghemite_openapi
3932023-10-10T22:06:50.899Z+ ARG0=ci_download_maghemite_openapi
3942023-10-10T22:06:50.909Z+ TARGET_DIR=out
3952023-10-10T22:06:50.929Z+ DOWNLOAD_DIR=out/downloads
3962023-10-10T22:06:50.951Z+ source /work/oxidecomputer/omicron/tools/maghemite_openapi_version
3972023-10-10T22:06:50.967Z++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d
3982023-10-10T22:06:50.987Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
3992023-10-10T22:06:50.998Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4002023-10-10T22:06:51.015Z+ LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4012023-10-10T22:06:51.038Z+ main
4022023-10-10T22:06:51.052Z+ [[ 0 != 0 ]]
4032023-10-10T22:06:51.479Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json'
4042023-10-10T22:06:51.496ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4052023-10-10T22:06:51.962Z+ echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json'
4062023-10-10T22:06:52.004ZLocal file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4072023-10-10T22:06:52.417Z+ local DO_DOWNLOAD=true
4082023-10-10T22:06:52.427Z+ [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]]
4092023-10-10T22:06:52.439Z+ mkdir -p out/downloads
4102023-10-10T22:06:52.460Z+ '[' true == true ']'
4112023-10-10T22:06:52.483Z+ echo Downloading...
4122023-10-10T22:06:52.491ZDownloading...
4132023-10-10T22:06:52.501Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4142023-10-10T22:06:52.509Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json
4152023-10-10T22:06:52.519Z++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json
4162023-10-10T22:06:52.525Z++ case "$OSTYPE" in
4172023-10-10T22:06:52.531Z++ SHA=sha256sum
4182023-10-10T22:06:52.540Z++ sha256sum
4192023-10-10T22:06:52.549Z++ awk '{print $1}'
4202023-10-10T22:06:52.559ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4212023-10-10T22:06:52.568Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4222023-10-10T22:06:52.578ZLocal file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4232023-10-10T22:06:52.587Z+ [[ 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 ]]
4242023-10-10T22:06:52.608ZDownloading...
4252023-10-10T22:06:52.626Z+ set -o errexit
4262023-10-10T22:06:52.660Z+++ dirname ./tools/ci_download_dendrite_openapi
4272023-10-10T22:06:52.681Zcurrent directory: /work/oxidecomputer/omicron
4282023-10-10T22:06:52.701Z++ cd ./tools
4292023-10-10T22:06:52.725Zconfiguring based on OS: "solaris2.11"
4302023-10-10T22:06:52.737Z++ pwd
4312023-10-10T22:06:52.760ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4322023-10-10T22:06:53.179Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4332023-10-10T22:06:53.188ZLocal file: out/downloads/dendrite-stub.tar.gz
4342023-10-10T22:06:53.202Z++ basename ./tools/ci_download_dendrite_openapi
4352023-10-10T22:06:53.214ZDownloading...
4362023-10-10T22:06:53.244Z+ ARG0=ci_download_dendrite_openapi
4372023-10-10T22:06:53.269Z+ TARGET_DIR=out
4382023-10-10T22:06:53.682Z+ DOWNLOAD_DIR=out/downloads
4392023-10-10T22:06:53.691Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4402023-10-10T22:06:53.701Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4412023-10-10T22:06:53.716Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4422023-10-10T22:06:53.724Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4432023-10-10T22:06:54.201Z+ LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4442023-10-10T22:06:54.214Z+ main
4452023-10-10T22:06:54.292Z+ [[ 0 != 0 ]]
4462023-10-10T22:06:54.321Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json'
4472023-10-10T22:06:54.347Z+ echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json'
4482023-10-10T22:06:54.369Z+ local DO_DOWNLOAD=true
4492023-10-10T22:06:54.395Z+ [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]]
4502023-10-10T22:06:54.431Z+ mkdir -p out/downloads
4512023-10-10T22:06:54.450Z+ '[' true == true ']'
4522023-10-10T22:06:54.536Z+ echo Downloading...
4532023-10-10T22:06:54.579Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4542023-10-10T22:06:54.996Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json
4552023-10-10T22:06:55.009Z++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json
4562023-10-10T22:06:55.028Z++ case "$OSTYPE" in
4572023-10-10T22:06:55.038Z++ SHA=sha256sum
4582023-10-10T22:06:55.051Z++ sha256sum
4592023-10-10T22:06:55.054Z++ awk '{print $1}'
4602023-10-10T22:06:55.056Z+ calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4612023-10-10T22:06:55.059Z+ [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]]
4622023-10-10T22:06:55.062Z+ set -o errexit
4632023-10-10T22:06:55.065Z+++ dirname ./tools/ci_download_dendrite_stub
4642023-10-10T22:06:55.068Z++ cd ./tools
4652023-10-10T22:06:55.071Z++ pwd
4662023-10-10T22:06:55.074Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4672023-10-10T22:06:55.077Z++ basename ./tools/ci_download_dendrite_stub
4682023-10-10T22:06:55.080Z+ ARG0=ci_download_dendrite_stub
4692023-10-10T22:06:55.084Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
4702023-10-10T22:06:55.087Z++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4712023-10-10T22:06:55.091Z++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c
4722023-10-10T22:06:55.096Z++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188
4732023-10-10T22:06:55.100Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742023-10-10T22:06:55.105Z++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d
4752023-10-10T22:06:55.110Z++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d
4762023-10-10T22:06:55.113Z+ TARGET_DIR=out
4772023-10-10T22:06:55.116Z+ DOWNLOAD_DIR=out/downloads
4782023-10-10T22:06:55.119Z+ DEST_DIR=./out/dendrite-stub
4792023-10-10T22:06:55.123Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
4802023-10-10T22:06:55.126Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
4812023-10-10T22:06:55.132Z+ REPO=oxidecomputer/dendrite
4822023-10-10T22:06:55.146Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d
4832023-10-10T22:06:55.163Z+ main
4842023-10-10T22:06:55.173Z+ [[ 0 != 0 ]]
4852023-10-10T22:06:55.183Z+ CIDL_OS=solaris2.11
4862023-10-10T22:06:55.193Z+ [[ 0 != 0 ]]
4872023-10-10T22:06:55.214Z+ configure_os solaris2.11
4882023-10-10T22:06:55.231Z+ echo 'current directory: /work/oxidecomputer/omicron'
4892023-10-10T22:06:55.264Z+ echo 'configuring based on OS: "solaris2.11"'
4902023-10-10T22:06:55.284Z+ case "$1" in
4912023-10-10T22:06:55.317Z+ SET_BINARIES=
4922023-10-10T22:06:55.344Z+ CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
4932023-10-10T22:06:55.369Z+ CIDL_SHA256FUNC=do_sha256sum
4942023-10-10T22:06:55.393Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
4952023-10-10T22:06:55.423Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
4962023-10-10T22:06:55.570Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
4972023-10-10T22:06:55.591Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz'
4982023-10-10T22:06:55.603Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
4992023-10-10T22:06:55.620Z+ mkdir -p out/downloads
5002023-10-10T22:06:55.633Z+ mkdir -p ./out/dendrite-stub
5012023-10-10T22:06:55.652Z+ fetch_and_verify
5022023-10-10T22:06:55.674Z+ local DO_DOWNLOAD=true
5032023-10-10T22:06:55.687Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5042023-10-10T22:06:55.718Z+ '[' true == true ']'
5052023-10-10T22:06:55.744Z+ echo Downloading...
5062023-10-10T22:06:56.176Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5072023-10-10T22:06:56.189Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz
5082023-10-10T22:07:02.143Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5092023-10-10T22:07:02.158Z++ sha256sum
5102023-10-10T22:07:02.175Z++ awk '{print $1}'
5112023-10-10T22:07:02.657Z+ calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281
5122023-10-10T22:07:02.663Z+ [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]]
5132023-10-10T22:07:02.668Z+ do_untar out/downloads/dendrite-stub.tar.gz
5142023-10-10T22:07:02.673Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5152023-10-10T22:07:03.173Z+ do_assemble
5162023-10-10T22:07:03.192Z+ rm -r ./out/dendrite-stub
5172023-10-10T22:07:03.214Z+ mkdir ./out/dendrite-stub
5182023-10-10T22:07:03.227Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5192023-10-10T22:07:03.309Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5202023-10-10T22:07:03.321Z+ set -o errexit
5212023-10-10T22:07:03.342Z+++ dirname ./tools/ci_download_transceiver_control
5222023-10-10T22:07:03.370Z++ cd ./tools
5232023-10-10T22:07:03.389Z++ pwd
5242023-10-10T22:07:03.404Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5252023-10-10T22:07:03.419Z++ basename ./tools/ci_download_transceiver_control
5262023-10-10T22:07:03.435Z+ ARG0=ci_download_transceiver_control
5272023-10-10T22:07:03.453Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
5282023-10-10T22:07:03.466Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5292023-10-10T22:07:03.481Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5302023-10-10T22:07:03.499Z+ TARGET_DIR=out
5312023-10-10T22:07:03.520Z+ DOWNLOAD_DIR=out/downloads
5322023-10-10T22:07:03.961Z+ DEST_DIR=./out/transceiver-control
5332023-10-10T22:07:04.391Z+ BIN_DIR=/opt/oxide/bin
5342023-10-10T22:07:04.412Z+ BINARY=xcvradm
5352023-10-10T22:07:04.437Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5362023-10-10T22:07:04.459Z+ REPO=oxidecomputer/transceiver-control
5372023-10-10T22:07:04.478Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
5382023-10-10T22:07:04.907Z+ main
5392023-10-10T22:07:04.918Z+ [[ 0 != 0 ]]
5402023-10-10T22:07:04.931Z+ CIDL_OS=solaris2.11
5412023-10-10T22:07:04.953Z+ [[ 0 != 0 ]]
5422023-10-10T22:07:04.964Z+ configure_os solaris2.11
5432023-10-10T22:07:04.979Z+ echo 'current directory: /work/oxidecomputer/omicron'
5442023-10-10T22:07:04.997Zcurrent directory: /work/oxidecomputer/omicron
5452023-10-10T22:07:05.050Z+ echo 'configuring based on OS: "solaris2.11"'
5462023-10-10T22:07:05.061Zconfiguring based on OS: "solaris2.11"
5472023-10-10T22:07:05.075Z+ case "$1" in
5482023-10-10T22:07:05.081Z+ SET_BINARIES=
5492023-10-10T22:07:05.089Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5502023-10-10T22:07:05.097Z+ CIDL_SHA256FUNC=do_sha256sum
5512023-10-10T22:07:05.104Z+ ARCHIVE_FILENAME=xcvradm.gz
5522023-10-10T22:07:05.122Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5532023-10-10T22:07:05.142Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
5542023-10-10T22:07:05.159Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
5552023-10-10T22:07:05.166ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
5562023-10-10T22:07:05.179Z+ echo 'Local file: out/downloads/xcvradm.gz'
5572023-10-10T22:07:05.185ZLocal file: out/downloads/xcvradm.gz
5582023-10-10T22:07:05.191Z+ mkdir -p out/downloads
5592023-10-10T22:07:05.199Z+ mkdir -p ./out/transceiver-control
5602023-10-10T22:07:05.208Z+ fetch_and_verify
5612023-10-10T22:07:05.214Z+ local DO_DOWNLOAD=true
5622023-10-10T22:07:05.223Z+ [[ -f out/downloads/xcvradm.gz ]]
5632023-10-10T22:07:05.230Z+ '[' true == true ']'
5642023-10-10T22:07:05.237ZDownloading...
5652023-10-10T22:07:05.246Z+ echo Downloading...
5662023-10-10T22:07:05.262Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
5672023-10-10T22:07:05.286Z+ 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
5682023-10-10T22:07:08.872Z++ do_sha256sum out/downloads/xcvradm.gz
5692023-10-10T22:07:08.880Z++ sha256sum
5702023-10-10T22:07:08.889Z++ awk '{print $1}'
5712023-10-10T22:07:08.897Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
5722023-10-10T22:07:08.907Z+ [[ 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 ]]
5732023-10-10T22:07:08.914Z+ do_unpack out/downloads/xcvradm.gz
5742023-10-10T22:07:08.925Z+ mkdir -p out/downloads/root//opt/oxide/bin
5752023-10-10T22:07:08.932Z+ gzip -dc out/downloads/xcvradm.gz
5762023-10-10T22:07:09.071Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
5772023-10-10T22:07:09.104Z+ do_assemble
5782023-10-10T22:07:09.119Z+ rm -r ./out/transceiver-control
5792023-10-10T22:07:09.152Z+ mkdir ./out/transceiver-control
5802023-10-10T22:07:09.171Z+ cp -r out/downloads/root ./out/transceiver-control/root
5812023-10-10T22:07:09.199ZAll prerequisites installed successfully
5822023-10-10T22:07:09.210Z
5832023-10-10T22:07:09.250Zreal 1:52.150325927
5842023-10-10T22:07:09.262Zuser 48.632758352
5852023-10-10T22:07:09.280Zsys 9.206494231
5862023-10-10T22:07:09.295Ztrap 0.023857045
5872023-10-10T22:07:09.729Ztflt 0.149812915
5882023-10-10T22:07:09.734Zdflt 0.568741815
5892023-10-10T22:07:09.739Zkflt 0.218286958
5902023-10-10T22:07:09.748Zlock 1.516283738
5912023-10-10T22:07:09.758Zslp 3:30.544683332
5922023-10-10T22:07:09.766Zlat 3.200261737
5932023-10-10T22:07:09.776Zstop 0.061716909
5942023-10-10T22:07:09.784Z+ banner end-to-end-tests
5952023-10-10T22:07:09.796Z
5962023-10-10T22:07:09.804Z ###### # # ##### ##### #### ###### # # #####
5972023-10-10T22:07:09.814Z # ## # # # # # # # ## # # #
5982023-10-10T22:07:09.823Z ##### # # # # # ##### # # # ##### ##### # # # # #
5992023-10-10T22:07:09.843Z # # # # # # # # # # # # # # #
6002023-10-10T22:07:09.922Z # # ## # # # # # # # ## # #
6012023-10-10T22:07:10.354Z ###### # # ##### # #### ###### # # #####
6022023-10-10T22:07:10.370Z
6032023-10-10T22:07:10.388Z+ export CARGO_PROFILE_DEV_DEBUG=1
6042023-10-10T22:07:10.409Z+ CARGO_PROFILE_DEV_DEBUG=1
6052023-10-10T22:07:10.424Z+ export CARGO_PROFILE_TEST_DEBUG=1
6062023-10-10T22:07:10.435Z+ CARGO_PROFILE_TEST_DEBUG=1
6072023-10-10T22:07:10.447Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
6082023-10-10T22:07:10.461Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
6092023-10-10T22:07:10.495Z Updating crates.io index
6102023-10-10T22:07:10.503Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6112023-10-10T22:07:10.985Z Updating git repository `https://github.com/oxidecomputer/progenitor`
6122023-10-10T22:07:12.756Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
6132023-10-10T22:07:13.386Z Updating git repository `http://github.com/oxidecomputer/tofino`
6142023-10-10T22:07:13.752Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
6152023-10-10T22:07:14.081Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
6162023-10-10T22:07:14.414Z Updating git repository `https://github.com/oxidecomputer/propolis`
6172023-10-10T22:07:15.286Z Updating git repository `https://github.com/oxidecomputer/opte`
6182023-10-10T22:07:16.349Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
6192023-10-10T22:07:16.727Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
6202023-10-10T22:07:17.059Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
6212023-10-10T22:07:17.744Z Updating git repository `https://github.com/oxidecomputer/crucible`
6222023-10-10T22:07:19.341Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
6232023-10-10T22:07:19.714Z Updating git repository `http://github.com/oxidecomputer/sprockets`
6242023-10-10T22:07:20.157Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
6252023-10-10T22:07:20.460Z Updating git repository `https://github.com/njaremko/samael`
6262023-10-10T22:07:22.361Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
6272023-10-10T22:07:22.872Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
6282023-10-10T22:07:23.363Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
6292023-10-10T22:07:23.426Z Updating git repository `https://github.com/jgallagher/nix`
6302023-10-10T22:07:23.805Z Updating git repository `https://github.com/cbiffle/hubpack`
6312023-10-10T22:07:24.139Z Updating git repository `https://github.com/oxidecomputer/omicron`
6322023-10-10T22:07:33.153Z Updating git repository `https://github.com/oxidecomputer/rfb`
6332023-10-10T22:07:33.237Z Updating git repository `https://github.com/oxidecomputer/typify`
6342023-10-10T22:07:34.484Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
6352023-10-10T22:07:35.150Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
6362023-10-10T22:07:35.461Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
6372023-10-10T22:07:36.960Z Downloading crates ...
6382023-10-10T22:07:37.167Z Downloaded aes v0.8.3
6392023-10-10T22:07:37.606Z Downloaded matches v0.1.10
6402023-10-10T22:07:37.622Z Downloaded cbc v0.1.2
6412023-10-10T22:07:37.637Z Downloaded miniz_oxide v0.7.1
6422023-10-10T22:07:38.052Z Downloaded diesel_table_macro_syntax v0.1.0
6432023-10-10T22:07:38.057Z Downloaded console v0.15.7
6442023-10-10T22:07:38.065Z Downloaded pin-utils v0.1.0
6452023-10-10T22:07:38.076Z Downloaded quick-error v1.2.3
6462023-10-10T22:07:38.079Z Downloaded phf_shared v0.11.2
6472023-10-10T22:07:38.083Z Downloaded precomputed-hash v0.1.1
6482023-10-10T22:07:38.087Z Downloaded pem v1.1.1
6492023-10-10T22:07:38.090Z Downloaded num_cpus v1.16.0
6502023-10-10T22:07:38.095Z Downloaded password-hash v0.4.2
6512023-10-10T22:07:38.099Z Downloaded byteorder v1.4.3
6522023-10-10T22:07:38.104Z Downloaded num v0.4.1
6532023-10-10T22:07:38.108Z Downloaded parse-display-derive v0.7.0
6542023-10-10T22:07:38.111Z Downloaded anstyle v1.0.2
6552023-10-10T22:07:38.115Z Downloaded option-ext v0.2.0
6562023-10-10T22:07:38.121Z Downloaded pretty-hex v0.2.1
6572023-10-10T22:07:38.127Z Downloaded curve25519-dalek-derive v0.1.0
6582023-10-10T22:07:38.130Z Downloaded crossbeam-epoch v0.9.15
6592023-10-10T22:07:38.133Z Downloaded crypto-common v0.1.6
6602023-10-10T22:07:38.141Z Downloaded cpufeatures v0.2.9
6612023-10-10T22:07:38.148Z Downloaded usdt-macro v0.3.5
6622023-10-10T22:07:38.157Z Downloaded take_mut v0.2.2
6632023-10-10T22:07:38.171Z Downloaded pbkdf2 v0.12.2
6642023-10-10T22:07:38.179Z Downloaded anstream v0.5.0
6652023-10-10T22:07:38.187Z Downloaded percent-encoding v2.3.0
6662023-10-10T22:07:38.194Z Downloaded lock_api v0.4.10
6672023-10-10T22:07:38.209Z Downloaded terminal_size v0.2.6
6682023-10-10T22:07:38.228Z Downloaded want v0.3.1
6692023-10-10T22:07:38.245Z Downloaded instant v0.1.12
6702023-10-10T22:07:38.256Z Downloaded secrecy v0.8.0
6712023-10-10T22:07:38.273Z Downloaded ciborium v0.2.1
6722023-10-10T22:07:38.286Z Downloaded darling v0.20.3
6732023-10-10T22:07:38.300Z Downloaded same-file v1.0.6
6742023-10-10T22:07:38.316Z Downloaded bcrypt-pbkdf v0.10.0
6752023-10-10T22:07:38.328Z Downloaded ascii v1.1.0
6762023-10-10T22:07:38.340Z Downloaded parking_lot_core v0.8.6
6772023-10-10T22:07:38.354Z Downloaded password-hash v0.5.0
6782023-10-10T22:07:38.369Z Downloaded addr2line v0.21.0
6792023-10-10T22:07:38.787Z Downloaded hubpack v0.1.2
6802023-10-10T22:07:38.816Z Downloaded zerocopy v0.3.0
6812023-10-10T22:07:38.827Z Downloaded filetime v0.2.22
6822023-10-10T22:07:38.835Z Downloaded twox-hash v1.6.3
6832023-10-10T22:07:38.843Z Downloaded crossbeam-utils v0.8.16
6842023-10-10T22:07:38.847Z Downloaded hubpack_derive v0.1.1
6852023-10-10T22:07:38.852Z Downloaded scheduled-thread-pool v0.2.7
6862023-10-10T22:07:38.861Z Downloaded jobserver v0.1.26
6872023-10-10T22:07:38.866Z Downloaded untrusted v0.7.1
6882023-10-10T22:07:38.912Z Downloaded structopt-derive v0.4.18
6892023-10-10T22:07:38.917Z Downloaded humantime v2.1.0
6902023-10-10T22:07:38.923Z Downloaded getrandom v0.1.16
6912023-10-10T22:07:38.928Z Downloaded strum_macros v0.25.2
6922023-10-10T22:07:38.934Z Downloaded strum v0.25.0
6932023-10-10T22:07:38.953Z Downloaded tower-service v0.3.2
6942023-10-10T22:07:38.969Z Downloaded either v1.9.0
6952023-10-10T22:07:39.393Z Downloaded http-body v0.4.5
6962023-10-10T22:07:39.401Z Downloaded static_assertions v1.1.0
6972023-10-10T22:07:39.406Z Downloaded vergen v8.2.4
6982023-10-10T22:07:39.418Z Downloaded string_cache v0.8.7
6992023-10-10T22:07:39.431Z Downloaded is-terminal v0.4.9
7002023-10-10T22:07:39.445Z Downloaded ringbuffer v0.15.0
7012023-10-10T22:07:39.450Z Downloaded hex v0.4.3
7022023-10-10T22:07:39.459Z Downloaded xattr v1.0.1
7032023-10-10T22:07:39.465Z Downloaded semver v0.11.0
7042023-10-10T22:07:39.476Z Downloaded serde_repr v0.1.16
7052023-10-10T22:07:39.487Z Downloaded ipnet v2.8.0
7062023-10-10T22:07:39.960Z Downloaded rustfmt-wrapper v0.2.0
7072023-10-10T22:07:39.976Z Downloaded unicode-ident v1.0.12
7082023-10-10T22:07:40.015Z Downloaded dirs-next v2.0.0
7092023-10-10T22:07:40.033Z Downloaded dirs v5.0.1
7102023-10-10T22:07:40.048Z Downloaded structmeta-derive v0.1.6
7112023-10-10T22:07:40.063Z Downloaded zerocopy v0.6.3
7122023-10-10T22:07:40.069Z Downloaded thiserror-impl-no-std v2.0.2
7132023-10-10T22:07:40.084Z Downloaded subprocess v0.2.9
7142023-10-10T22:07:40.094Z Downloaded slog-envlogger v2.2.0
7152023-10-10T22:07:40.104Z Downloaded endian-type v0.1.2
7162023-10-10T22:07:40.123Z Downloaded dyn-clone v1.0.13
7172023-10-10T22:07:40.143Z Downloaded foreign-types v0.3.2
7182023-10-10T22:07:40.163Z Downloaded slog-scope v4.4.0
7192023-10-10T22:07:40.176Z Downloaded tokio-rustls v0.24.1
7202023-10-10T22:07:40.185Z Downloaded io-lifetimes v1.0.11
7212023-10-10T22:07:40.189Z Downloaded semver-parser v0.10.2
7222023-10-10T22:07:40.193Z Downloaded http-range v0.1.5
7232023-10-10T22:07:40.197Z Downloaded strsim v0.8.0
7242023-10-10T22:07:40.201Z Downloaded schemars v0.8.13
7252023-10-10T22:07:40.207Z Downloaded subtle v2.5.0
7262023-10-10T22:07:40.215Z Downloaded headers-core v0.2.0
7272023-10-10T22:07:40.225Z Downloaded rand_chacha v0.2.2
7282023-10-10T22:07:40.230Z Downloaded errno v0.3.2
7292023-10-10T22:07:40.238Z Downloaded rand_chacha v0.3.1
7302023-10-10T22:07:40.248Z Downloaded foreign-types-shared v0.1.1
7312023-10-10T22:07:40.257Z Downloaded group v0.13.0
7322023-10-10T22:07:40.266Z Downloaded synstructure v0.12.6
7332023-10-10T22:07:40.280Z Downloaded time-core v0.1.1
7342023-10-10T22:07:40.309Z Downloaded form_urlencoded v1.2.0
7352023-10-10T22:07:40.319Z Downloaded fixedbitset v0.4.2
7362023-10-10T22:07:40.754Z Downloaded itoa v1.0.9
7372023-10-10T22:07:40.779Z Downloaded time-macros v0.2.13
7382023-10-10T22:07:40.789Z Downloaded rustc-demangle v0.1.23
7392023-10-10T22:07:40.824Z Downloaded usdt-attr-macro v0.3.5
7402023-10-10T22:07:40.833Z Downloaded slog-bunyan v2.4.0
7412023-10-10T22:07:40.855Z Downloaded rustls-native-certs v0.6.3
7422023-10-10T22:07:40.904Z Downloaded hash32 v0.2.1
7432023-10-10T22:07:40.923Z Downloaded fallible-streaming-iterator v0.1.9
7442023-10-10T22:07:40.933Z Downloaded heck v0.4.1
7452023-10-10T22:07:40.944Z Downloaded float-cmp v0.9.0
7462023-10-10T22:07:41.000Z Downloaded spki v0.7.2
7472023-10-10T22:07:41.048Z Downloaded resolv-conf v0.7.0
7482023-10-10T22:07:41.062Z Downloaded tokio-macros v2.1.0
7492023-10-10T22:07:41.073Z Downloaded lalrpop-util v0.19.12
7502023-10-10T22:07:41.085Z Downloaded socket2 v0.4.9
7512023-10-10T22:07:41.100Z Downloaded rustc_version v0.4.0
7522023-10-10T22:07:41.112Z Downloaded hostname v0.3.1
7532023-10-10T22:07:41.142Z Downloaded thiserror-no-std v2.0.2
7542023-10-10T22:07:41.159Z Downloaded signal-hook-registry v1.4.1
7552023-10-10T22:07:41.172Z Downloaded digest v0.10.7
7562023-10-10T22:07:41.190Z Downloaded funty v2.0.0
7572023-10-10T22:07:41.608Z Downloaded slog-json v2.6.1
7582023-10-10T22:07:41.620Z Downloaded semver v1.0.18
7592023-10-10T22:07:41.627Z Downloaded rand_core v0.6.4
7602023-10-10T22:07:41.638Z Downloaded rand_core v0.5.1
7612023-10-10T22:07:41.731Z Downloaded httparse v1.8.0
7622023-10-10T22:07:41.926Z Downloaded signature v2.1.0
7632023-10-10T22:07:41.985Z Downloaded serde_derive_internals v0.26.0
7642023-10-10T22:07:42.114Z Downloaded half v1.8.2
7652023-10-10T22:07:42.166Z Downloaded rustversion v1.0.14
7662023-10-10T22:07:42.199Z Downloaded difflib v0.4.0
7672023-10-10T22:07:42.231Z Downloaded serde_with_macros v2.3.3
7682023-10-10T22:07:42.258Z Downloaded sha1 v0.10.5
7692023-10-10T22:07:42.263Z Downloaded trust-dns-resolver v0.22.0
7702023-10-10T22:07:42.270Z Downloaded similar v2.2.1
7712023-10-10T22:07:42.275Z Downloaded russh-keys v0.38.0
7722023-10-10T22:07:42.281Z Downloaded hyper-rustls v0.24.1
7732023-10-10T22:07:42.332Z Downloaded tar v0.4.40
7742023-10-10T22:07:43.566Z Downloaded futures v0.3.28
7752023-10-10T22:07:43.739Z Downloaded tokio-util v0.7.8
7762023-10-10T22:07:43.764Z Downloaded futures-channel v0.3.28
7772023-10-10T22:07:43.791Z Downloaded slog v2.7.0
7782023-10-10T22:07:43.965Z Downloaded textwrap v0.16.0
7792023-10-10T22:07:44.167Z Downloaded flate2 v1.0.27
7802023-10-10T22:07:44.271Z Downloaded itertools v0.10.5
7812023-10-10T22:07:44.373Z Downloaded winnow v0.5.15
7822023-10-10T22:07:47.029Z Downloaded url v2.4.1
7832023-10-10T22:07:47.604Z Downloaded hashbrown v0.13.2
7842023-10-10T22:07:47.786Z Downloaded unicode-segmentation v1.10.1
7852023-10-10T22:07:49.408Z Downloaded hashbrown v0.12.3
7862023-10-10T22:07:49.702Z Downloaded trust-dns-client v0.22.0
7872023-10-10T22:07:50.190Z Downloaded itertools v0.11.0
7882023-10-10T22:07:50.250Z Downloaded reqwest v0.11.20
7892023-10-10T22:07:50.291Z Downloaded serde_with v2.3.3
7902023-10-10T22:07:50.341Z Downloaded hashbrown v0.14.0
7912023-10-10T22:07:50.787Z Downloaded unicode-normalization v0.1.22
7922023-10-10T22:07:50.848Z Downloaded webpki-roots v0.25.2
7932023-10-10T22:07:50.970Z Downloaded bstr v0.2.17
7942023-10-10T22:07:51.027Z Downloaded hkdf v0.12.3
7952023-10-10T22:07:51.084Z Downloaded curve25519-dalek v4.1.0
7962023-10-10T22:07:51.113Z Downloaded syn v1.0.109
7972023-10-10T22:07:51.158Z Downloaded radix_trie v0.2.1
7982023-10-10T22:07:51.176Z Downloaded h2 v0.3.21
7992023-10-10T22:07:51.244Z Downloaded trust-dns-proto v0.22.0
8002023-10-10T22:07:51.324Z Downloaded git2 v0.17.2
8012023-10-10T22:07:51.389Z Downloaded regex-automata v0.3.8
8022023-10-10T22:07:51.530Z Downloaded hyper v0.14.27
8032023-10-10T22:07:51.843Z Downloaded rustls v0.21.7
8042023-10-10T22:07:51.948Z Downloaded idna v0.4.0
8052023-10-10T22:07:52.069Z Downloaded syn v2.0.32
8062023-10-10T22:07:52.535Z Downloaded rustix v0.37.23
8072023-10-10T22:07:52.687Z Downloaded gimli v0.28.0
8082023-10-10T22:07:52.738Z Downloaded smoltcp v0.8.2
8092023-10-10T22:07:53.162Z Downloaded tokio v1.32.0
8102023-10-10T22:07:53.177Z Downloaded object v0.32.1
8112023-10-10T22:07:53.195Z Downloaded regex-syntax v0.7.5
8122023-10-10T22:07:53.208Z Downloaded nix v0.26.2
8132023-10-10T22:07:53.224Z Downloaded rustix v0.38.9
8142023-10-10T22:07:53.248Z Downloaded sled v0.34.7
8152023-10-10T22:07:53.295Z Downloaded zerocopy-derive v0.2.0
8162023-10-10T22:07:53.313Z Downloaded bzip2-sys v0.1.11+1.0.8
8172023-10-10T22:07:53.337Z Downloaded regex-syntax v0.6.29
8182023-10-10T22:07:53.360Z Downloaded idna v0.2.3
8192023-10-10T22:07:53.381Z Downloaded zerocopy-derive v0.6.3
8202023-10-10T22:07:53.396Z Downloaded libc v0.2.148
8212023-10-10T22:07:53.413Z Downloaded openapiv3 v1.0.3
8222023-10-10T22:07:53.439Z Downloaded rustls-webpki v0.101.4
8232023-10-10T22:07:53.453Z Downloaded regress v0.7.1
8242023-10-10T22:07:53.470Z Downloaded smoltcp v0.9.1
8252023-10-10T22:07:53.489Z Downloaded sha3 v0.10.8
8262023-10-10T22:07:53.511Z Downloaded diesel v2.1.1
8272023-10-10T22:07:53.535Z Downloaded petgraph v0.6.4
8282023-10-10T22:07:53.961Z Downloaded openssl v0.10.57
8292023-10-10T22:07:53.969Z Downloaded bstr v1.6.0
8302023-10-10T22:07:53.977Z Downloaded regex v1.9.5
8312023-10-10T22:07:53.989Z Downloaded vcpkg v0.2.15
8322023-10-10T22:07:54.005Z Downloaded clap v2.34.0
8332023-10-10T22:07:54.424Z Downloaded rusqlite v0.29.0
8342023-10-10T22:07:54.435Z Downloaded serde_json v1.0.107
8352023-10-10T22:07:54.446Z Downloaded futures-util v0.3.28
8362023-10-10T22:07:54.459Z Downloaded winapi v0.3.9
8372023-10-10T22:07:54.475Z Downloaded russh v0.38.0
8382023-10-10T22:07:54.490Z Downloaded chrono v0.4.31
8392023-10-10T22:07:54.541Z Downloaded encoding_rs v0.8.33
8402023-10-10T22:07:54.560Z Downloaded time v0.3.27
8412023-10-10T22:07:54.575Z Downloaded aho-corasick v1.0.4
8422023-10-10T22:07:54.587Z Downloaded regex-automata v0.1.10
8432023-10-10T22:07:54.607Z Downloaded toml_edit v0.19.15
8442023-10-10T22:07:54.637Z Downloaded clap_builder v4.4.2
8452023-10-10T22:07:54.678Z Downloaded tokio-postgres v0.7.10
8462023-10-10T22:07:54.708Z Downloaded rand v0.7.3
8472023-10-10T22:07:55.128Z Downloaded libgit2-sys v0.15.2+1.6.4
8482023-10-10T22:07:55.144Z Downloaded rand v0.8.5
8492023-10-10T22:07:55.154Z Downloaded tungstenite v0.20.1
8502023-10-10T22:07:55.163Z Downloaded toml_edit v0.20.0
8512023-10-10T22:07:55.173Z Downloaded aes-gcm v0.10.2
8522023-10-10T22:07:55.179Z Downloaded serde_yaml v0.9.25
8532023-10-10T22:07:55.187Z Downloaded serde_derive v1.0.188
8542023-10-10T22:07:55.209Z Downloaded serde v1.0.188
8552023-10-10T22:07:55.223Z Downloaded tinyvec v1.6.0
8562023-10-10T22:07:55.240Z Downloaded socket2 v0.5.3
8572023-10-10T22:07:55.247Z Downloaded memchr v2.6.3
8582023-10-10T22:07:55.261Z Downloaded heapless v0.7.16
8592023-10-10T22:07:55.281Z Downloaded ed25519-dalek v2.0.0
8602023-10-10T22:07:55.294Z Downloaded http v0.2.9
8612023-10-10T22:07:55.301Z Downloaded unicode-bidi v0.3.13
8622023-10-10T22:07:55.311Z Downloaded elliptic-curve v0.13.5
8632023-10-10T22:07:55.327Z Downloaded ron v0.7.1
8642023-10-10T22:07:55.343Z Downloaded toml v0.7.8
8652023-10-10T22:07:55.352Z Downloaded foreign-types v0.5.0
8662023-10-10T22:07:55.355Z Downloaded slog-async v2.8.0
8672023-10-10T22:07:55.358Z Downloaded schemars_derive v0.8.13
8682023-10-10T22:07:55.362Z Downloaded spin v0.9.8
8692023-10-10T22:07:55.365Z Downloaded serde_tokenstream v0.2.0
8702023-10-10T22:07:55.368Z Downloaded ryu v1.0.15
8712023-10-10T22:07:55.380Z Downloaded tracing-core v0.1.31
8722023-10-10T22:07:55.385Z Downloaded httpdate v1.0.3
8732023-10-10T22:07:55.389Z Downloaded futures-executor v0.3.28
8742023-10-10T22:07:55.394Z Downloaded serde_tokenstream v0.1.7
8752023-10-10T22:07:55.398Z Downloaded serde_path_to_error v0.1.14
8762023-10-10T22:07:55.403Z Downloaded serde_arrays v0.1.0
8772023-10-10T22:07:55.406Z Downloaded hex-literal v0.4.1
8782023-10-10T22:07:55.410Z Downloaded smf v0.2.2
8792023-10-10T22:07:55.413Z Downloaded headers v0.3.9
8802023-10-10T22:07:55.417Z Downloaded hmac v0.12.1
8812023-10-10T22:07:55.420Z Downloaded der v0.7.8
8822023-10-10T22:07:55.423Z Downloaded zip v0.6.6
8832023-10-10T22:07:55.426Z Downloaded futures-core v0.3.28
8842023-10-10T22:07:55.430Z Downloaded unicode-width v0.1.10
8852023-10-10T22:07:55.433Z Downloaded rcgen v0.10.0
8862023-10-10T22:07:55.436Z Downloaded dirs-sys-next v0.1.2
8872023-10-10T22:07:55.440Z Downloaded slab v0.4.9
8882023-10-10T22:07:55.445Z Downloaded env_logger v0.9.3
8892023-10-10T22:07:55.449Z Downloaded sha2 v0.10.7
8902023-10-10T22:07:55.452Z Downloaded toml v0.5.11
8912023-10-10T22:07:55.456Z Downloaded uuid v1.4.1
8922023-10-10T22:07:55.462Z Downloaded trust-dns-server v0.22.1
8932023-10-10T22:07:55.467Z Downloaded libz-sys v1.1.12
8942023-10-10T22:07:55.477Z Downloaded tracing v0.1.37
8952023-10-10T22:07:55.910Z Downloaded fnv v1.0.7
8962023-10-10T22:07:55.919Z Downloaded stringprep v0.1.3
8972023-10-10T22:07:55.930Z Downloaded home v0.5.5
8982023-10-10T22:07:55.940Z Downloaded slog-dtrace v0.2.3
8992023-10-10T22:07:56.409Z Downloaded pest v2.7.2
9002023-10-10T22:07:56.420Z Downloaded typenum v1.16.0
9012023-10-10T22:07:56.432Z Downloaded num-bigint v0.4.4
9022023-10-10T22:07:56.885Z Downloaded usdt v0.3.5
9032023-10-10T22:07:56.930Z Downloaded keccak v0.1.4
9042023-10-10T22:07:56.960Z Downloaded russh-cryptovec v0.7.0
9052023-10-10T22:07:56.977Z Downloaded indexmap v2.0.0
9062023-10-10T22:07:56.998Z Downloaded glob v0.3.1
9072023-10-10T22:07:57.014Z Downloaded structopt v0.3.26
9082023-10-10T22:07:57.031Z Downloaded bitvec v1.0.1
9092023-10-10T22:07:57.046Z Downloaded mio v0.8.8
9102023-10-10T22:07:57.460Z Downloaded libm v0.2.7
9112023-10-10T22:07:57.463Z Downloaded foreign-types-shared v0.3.1
9122023-10-10T22:07:57.466Z Downloaded unicode-xid v0.2.4
9132023-10-10T22:07:57.481Z Downloaded enum-as-inner v0.5.1
9142023-10-10T22:07:57.496Z Downloaded unsafe-libyaml v0.2.9
9152023-10-10T22:07:57.508Z Downloaded backtrace v0.3.69
9162023-10-10T22:07:57.940Z Downloaded erased-serde v0.3.30
9172023-10-10T22:07:57.946Z Downloaded getrandom v0.2.10
9182023-10-10T22:07:57.956Z Downloaded tokio-stream v0.1.14
9192023-10-10T22:07:57.965Z Downloaded chacha20poly1305 v0.10.1
9202023-10-10T22:07:57.974Z Downloaded fxhash v0.2.1
9212023-10-10T22:07:57.980Z Downloaded hashlink v0.8.3
9222023-10-10T22:07:57.991Z Downloaded fallible-iterator v0.2.0
9232023-10-10T22:07:58.413Z Downloaded spin v0.5.2
9242023-10-10T22:07:58.848Z Downloaded thiserror-impl v1.0.49
9252023-10-10T22:07:58.876Z Downloaded thiserror v1.0.49
9262023-10-10T22:07:58.891Z Downloaded textwrap v0.11.0
9272023-10-10T22:07:58.905Z Downloaded tap v1.0.1
9282023-10-10T22:07:58.967Z Downloaded smallvec v1.11.0
9292023-10-10T22:07:59.018Z Downloaded indexmap v1.9.3
9302023-10-10T22:07:59.038Z Downloaded const-oid v0.9.5
9312023-10-10T22:07:59.055Z Downloaded generic-array v0.14.7
9322023-10-10T22:07:59.077Z Downloaded toolchain_find v0.2.0
9332023-10-10T22:07:59.125Z Downloaded zone v0.2.0
9342023-10-10T22:07:59.138Z Downloaded yasna v0.5.2
9352023-10-10T22:07:59.153Z Downloaded siphasher v0.3.11
9362023-10-10T22:07:59.163Z Downloaded getopts v0.2.21
9372023-10-10T22:07:59.173Z Downloaded ff v0.13.0
9382023-10-10T22:07:59.182Z Downloaded const_format v0.2.31
9392023-10-10T22:07:59.193Z Downloaded libsqlite3-sys v0.26.0
9402023-10-10T22:07:59.200Z Downloaded ring v0.16.20
9412023-10-10T22:07:59.212Z Downloaded tungstenite v0.18.0
9422023-10-10T22:07:59.228Z Downloaded toml v0.8.0
9432023-10-10T22:07:59.258Z Downloaded base64 v0.13.1
9442023-10-10T22:07:59.275Z Downloaded ipnetwork v0.20.0
9452023-10-10T22:07:59.312Z Downloaded base64 v0.21.4
9462023-10-10T22:07:59.368Z Downloaded arc-swap v1.6.0
9472023-10-10T22:07:59.388Z Downloaded openssl-sys v0.9.93
9482023-10-10T22:07:59.402Z Downloaded derive_more v0.99.17
9492023-10-10T22:07:59.422Z Downloaded darling_core v0.20.3
9502023-10-10T22:07:59.437Z Downloaded tokio-native-tls v0.3.1
9512023-10-10T22:07:59.458Z Downloaded structmeta v0.1.6
9522023-10-10T22:07:59.493Z Downloaded strsim v0.10.0
9532023-10-10T22:07:59.636Z Downloaded futures-task v0.3.28
9542023-10-10T22:07:59.652Z Downloaded futures-macro v0.3.28
9552023-10-10T22:08:00.499Z Downloaded heck v0.3.3
9562023-10-10T22:08:00.520Z Downloaded tokio-tungstenite v0.20.1
9572023-10-10T22:08:00.962Z Downloaded ucd-trie v0.1.6
9582023-10-10T22:08:00.996Z Downloaded futures-io v0.3.28
9592023-10-10T22:08:01.183Z Downloaded tempfile v3.8.0
9602023-10-10T22:08:01.216Z Downloaded ed25519 v2.2.2
9612023-10-10T22:08:01.673Z Downloaded zeroize_derive v1.4.2
9622023-10-10T22:08:01.689Z Downloaded allocator-api2 v0.2.16
9632023-10-10T22:08:01.707Z Downloaded slog-term v2.9.0
9642023-10-10T22:08:01.726Z Downloaded serde_urlencoded v0.7.1
9652023-10-10T22:08:01.747Z Downloaded serde_spanned v0.6.3
9662023-10-10T22:08:01.764Z Downloaded foreign-types-macros v0.2.3
9672023-10-10T22:08:02.199Z Downloaded dtrace-parser v0.1.14
9682023-10-10T22:08:02.219Z Downloaded stable_deref_trait v1.2.0
9692023-10-10T22:08:02.247Z Downloaded futures-sink v0.3.28
9702023-10-10T22:08:02.270Z Downloaded hyper-tls v0.5.0
9712023-10-10T22:08:02.710Z Downloaded usdt-impl v0.3.5
9722023-10-10T22:08:02.739Z Downloaded pest_derive v2.7.2
9732023-10-10T22:08:02.759Z Downloaded clap v4.4.3
9742023-10-10T22:08:02.772Z Downloaded crypto-bigint v0.5.2
9752023-10-10T22:08:02.793Z Downloaded cancel-safe-futures v0.1.2
9762023-10-10T22:08:03.280Z Downloaded dirs-sys v0.4.1
9772023-10-10T22:08:03.300Z Downloaded rustls-pemfile v1.0.3
9782023-10-10T22:08:03.316Z Downloaded hyper-staticfile v0.9.5
9792023-10-10T22:08:03.333Z Downloaded vsss-rs v3.3.1
9802023-10-10T22:08:03.346Z Downloaded parking_lot v0.12.1
9812023-10-10T22:08:03.359Z Downloaded zone_cfg_derive v0.2.0
9822023-10-10T22:08:03.374Z Downloaded scopeguard v1.2.0
9832023-10-10T22:08:03.397Z Downloaded sct v0.7.0
9842023-10-10T22:08:03.408Z Downloaded diesel_derives v2.1.1
9852023-10-10T22:08:03.418Z Downloaded fastrand v2.0.0
9862023-10-10T22:08:03.427Z Downloaded tracing-attributes v0.1.26
9872023-10-10T22:08:03.438Z Downloaded tokio-tungstenite v0.18.0
9882023-10-10T22:08:03.465Z Downloaded dof v0.1.5
9892023-10-10T22:08:03.490Z Downloaded zeroize v1.6.0
9902023-10-10T22:08:03.517Z Downloaded ahash v0.7.6
9912023-10-10T22:08:03.530Z Downloaded vec_map v0.8.2
9922023-10-10T22:08:03.569Z Downloaded ghash v0.5.0
9932023-10-10T22:08:03.581Z Downloaded once_cell v1.18.0
9942023-10-10T22:08:03.598Z Downloaded equivalent v1.0.1
9952023-10-10T22:08:03.624Z Downloaded unicase v2.7.0
9962023-10-10T22:08:03.651Z Downloaded iana-time-zone v0.1.57
9972023-10-10T22:08:03.672Z Downloaded term v0.7.0
9982023-10-10T22:08:03.691Z Downloaded pkcs8 v0.10.2
9992023-10-10T22:08:03.704Z Downloaded crc32fast v1.3.2
10002023-10-10T22:08:03.718Z Downloaded cc v1.0.83
10012023-10-10T22:08:03.745Z Downloaded slog-stdlog v4.1.1
10022023-10-10T22:08:03.763Z Downloaded inout v0.1.3
10032023-10-10T22:08:03.777Z Downloaded wyz v0.5.1
10042023-10-10T22:08:03.785Z Downloaded utf8parse v0.2.1
10052023-10-10T22:08:03.800Z Downloaded parking_lot_core v0.9.8
10062023-10-10T22:08:04.242Z Downloaded parking_lot v0.11.2
10072023-10-10T22:08:04.261Z Downloaded cipher v0.4.4
10082023-10-10T22:08:04.334Z Downloaded ahash v0.8.3
10092023-10-10T22:08:04.348Z Downloaded universal-hash v0.5.1
10102023-10-10T22:08:04.365Z Downloaded unicode-linebreak v0.1.5
10112023-10-10T22:08:04.380Z Downloaded mime_guess v2.0.4
10122023-10-10T22:08:04.389Z Downloaded log v0.4.20
10132023-10-10T22:08:04.411Z Downloaded deranged v0.3.8
10142023-10-10T22:08:04.429Z Downloaded ciborium-ll v0.2.1
10152023-10-10T22:08:04.464Z Downloaded toml_datetime v0.6.3
10162023-10-10T22:08:04.483Z Downloaded thread_local v1.1.7
10172023-10-10T22:08:04.504Z Downloaded whoami v1.4.1
10182023-10-10T22:08:04.539Z Downloaded walkdir v2.4.0
10192023-10-10T22:08:04.553Z Downloaded version_check v0.9.4
10202023-10-10T22:08:04.574Z Downloaded utf-8 v0.7.6
10212023-10-10T22:08:04.596Z Downloaded ansi_term v0.12.1
10222023-10-10T22:08:04.627Z Downloaded smawk v0.3.1
10232023-10-10T22:08:04.658Z Downloaded waitgroup v0.1.2
10242023-10-10T22:08:04.675Z Downloaded thread-id v4.2.0
10252023-10-10T22:08:05.109Z Downloaded termcolor v1.2.0
10262023-10-10T22:08:05.137Z Downloaded proc-macro-error-attr v1.0.4
10272023-10-10T22:08:05.158Z Downloaded argon2 v0.5.2
10282023-10-10T22:08:05.185Z Downloaded ident_case v1.0.1
10292023-10-10T22:08:05.620Z Downloaded r2d2 v0.8.10
10302023-10-10T22:08:05.642Z Downloaded nibble_vec v0.1.0
10312023-10-10T22:08:05.658Z Downloaded mime v0.3.17
10322023-10-10T22:08:05.674Z Downloaded memoffset v0.7.1
10332023-10-10T22:08:06.100Z Downloaded memoffset v0.9.0
10342023-10-10T22:08:06.108Z Downloaded convert_case v0.4.0
10352023-10-10T22:08:06.124Z Downloaded const_format_proc_macros v0.2.31
10362023-10-10T22:08:06.133Z Downloaded colored v2.0.4
10372023-10-10T22:08:06.141Z Downloaded atomic-waker v1.1.1
10382023-10-10T22:08:07.024Z Downloaded async-recursion v1.0.5
10392023-10-10T22:08:07.512Z Downloaded postgres-protocol v0.6.6
10402023-10-10T22:08:07.534Z Downloaded managed v0.8.0
10412023-10-10T22:08:07.559Z Downloaded ctr v0.9.2
10422023-10-10T22:08:07.578Z Downloaded async-trait v0.1.73
10432023-10-10T22:08:07.596Z Downloaded num-integer v0.1.45
10442023-10-10T22:08:07.618Z Downloaded native-tls v0.2.11
10452023-10-10T22:08:07.647Z Downloaded data-encoding v2.4.0
10462023-10-10T22:08:07.679Z Downloaded block-padding v0.3.3
10472023-10-10T22:08:07.704Z Downloaded linked-hash-map v0.5.6
10482023-10-10T22:08:08.139Z Downloaded cfg-if v1.0.0
10492023-10-10T22:08:08.158Z Downloaded paste v1.0.14
10502023-10-10T22:08:08.178Z Downloaded postcard-cobs v0.1.5-pre
10512023-10-10T22:08:08.216Z Downloaded num_enum v0.7.0
10522023-10-10T22:08:08.261Z Downloaded async-stream v0.3.5
10532023-10-10T22:08:08.685Z Downloaded try-lock v0.2.4
10542023-10-10T22:08:08.693Z Downloaded aead v0.5.2
10552023-10-10T22:08:08.701Z Downloaded num-iter v0.1.43
10562023-10-10T22:08:08.714Z Downloaded multer v2.1.0
10572023-10-10T22:08:08.730Z Downloaded camino-tempfile v1.0.2
10582023-10-10T22:08:08.743Z Downloaded proc-macro-error v1.0.4
10592023-10-10T22:08:08.768Z Downloaded num_enum_derive v0.7.0
10602023-10-10T22:08:09.218Z Downloaded tinyvec_macros v0.1.1
10612023-10-10T22:08:09.234Z Downloaded radium v0.7.0
10622023-10-10T22:08:09.251Z Downloaded quote v1.0.33
10632023-10-10T22:08:10.091Z Downloaded proc-macro2 v1.0.67
10642023-10-10T22:08:10.106Z Downloaded num_enum v0.5.11
10652023-10-10T22:08:10.120Z Downloaded cstr-argument v0.1.2
10662023-10-10T22:08:10.126Z Downloaded aes-gcm-siv v0.11.1
10672023-10-10T22:08:10.132Z Downloaded anstyle-parse v0.2.1
10682023-10-10T22:08:10.144Z Downloaded proc-macro-crate v1.3.1
10692023-10-10T22:08:10.157Z Downloaded num-complex v0.4.4
10702023-10-10T22:08:10.181Z Downloaded ciborium-io v0.2.1
10712023-10-10T22:08:10.194Z Downloaded num-traits v0.2.16
10722023-10-10T22:08:10.225Z Downloaded darling_macro v0.20.3
10732023-10-10T22:08:10.238Z Downloaded blowfish v0.9.1
10742023-10-10T22:08:10.253Z Downloaded macaddr v1.0.1
10752023-10-10T22:08:10.264Z Downloaded md5 v0.7.0
10762023-10-10T22:08:10.278Z Downloaded omicron-zone-package v0.8.3
10772023-10-10T22:08:10.288Z Downloaded parse-display v0.7.0
10782023-10-10T22:08:10.303Z Downloaded new_debug_unreachable v1.0.4
10792023-10-10T22:08:10.312Z Downloaded clap_lex v0.5.1
10802023-10-10T22:08:10.329Z Downloaded postgres-types v0.2.6
10812023-10-10T22:08:10.339Z Downloaded platforms v3.0.2
10822023-10-10T22:08:10.348Z Downloaded phf v0.11.2
10832023-10-10T22:08:10.359Z Downloaded match_cfg v0.1.0
10842023-10-10T22:08:10.369Z Downloaded clap_derive v4.4.2
10852023-10-10T22:08:10.372Z Downloaded predicates v3.0.3
10862023-10-10T22:08:10.376Z Downloaded postcard v0.7.3
10872023-10-10T22:08:10.380Z Downloaded pin-project-lite v0.2.13
10882023-10-10T22:08:10.384Z Downloaded pest_meta v2.7.2
10892023-10-10T22:08:10.388Z Downloaded pbkdf2 v0.11.0
10902023-10-10T22:08:10.391Z Downloaded colorchoice v1.0.0
10912023-10-10T22:08:10.394Z Downloaded atty v0.2.14
10922023-10-10T22:08:10.398Z Downloaded anstyle-query v1.0.0
10932023-10-10T22:08:10.402Z Downloaded pkg-config v0.3.27
10942023-10-10T22:08:10.406Z Downloaded pest_generator v2.7.2
10952023-10-10T22:08:10.410Z Downloaded opaque-debug v0.3.0
10962023-10-10T22:08:10.414Z Downloaded bitstruct v0.1.1
10972023-10-10T22:08:10.418Z Downloaded debug-ignore v1.0.5
10982023-10-10T22:08:10.423Z Downloaded atomicwrites v0.4.1
10992023-10-10T22:08:10.427Z Downloaded predicates-core v1.0.6
11002023-10-10T22:08:10.431Z Downloaded ppv-lite86 v0.2.17
11012023-10-10T22:08:10.434Z Downloaded polyval v0.6.1
11022023-10-10T22:08:10.439Z Downloaded poly1305 v0.8.0
11032023-10-10T22:08:10.442Z Downloaded phf_shared v0.10.0
11042023-10-10T22:08:10.446Z Downloaded camino v1.1.6
11052023-10-10T22:08:10.450Z Downloaded bincode v1.3.3
11062023-10-10T22:08:10.454Z Downloaded normalize-line-endings v0.3.0
11072023-10-10T22:08:10.459Z Downloaded bzip2 v0.4.4
11082023-10-10T22:08:10.462Z Downloaded lru-cache v0.1.2
11092023-10-10T22:08:10.466Z Downloaded libefi-sys v0.1.0
11102023-10-10T22:08:10.474Z Downloaded lazy_static v1.4.0
11112023-10-10T22:08:10.902Z Downloaded cfg-if v0.1.10
11122023-10-10T22:08:10.922Z Downloaded pretty-hex v0.3.0
11132023-10-10T22:08:10.940Z Downloaded md-5 v0.10.5
11142023-10-10T22:08:11.358Z Downloaded openssl-probe v0.1.5
11152023-10-10T22:08:11.366Z Downloaded openssl-macros v0.1.1
11162023-10-10T22:08:11.374Z Downloaded num_threads v0.1.6
11172023-10-10T22:08:11.383Z Downloaded num_enum_derive v0.5.11
11182023-10-10T22:08:11.396Z Downloaded num-rational v0.4.1
11192023-10-10T22:08:11.405Z Downloaded crossbeam-channel v0.5.8
11202023-10-10T22:08:11.419Z Downloaded chacha20 v0.9.1
11212023-10-10T22:08:11.868Z Downloaded bytes v1.5.0
11222023-10-10T22:08:11.897Z Downloaded blake2 v0.10.6
11232023-10-10T22:08:12.006Z Downloaded bitstruct_derive v0.1.0
11242023-10-10T22:08:12.075Z Downloaded bitflags v2.4.0
11252023-10-10T22:08:12.503Z Downloaded bitflags v1.3.2
11262023-10-10T22:08:12.526Z Downloaded bit_field v0.10.2
11272023-10-10T22:08:12.551Z Downloaded bit-vec v0.6.3
11282023-10-10T22:08:12.572Z Downloaded bit-set v0.5.3
11292023-10-10T22:08:12.594Z Downloaded base64ct v1.6.0
11302023-10-10T22:08:12.615Z Downloaded backoff v0.4.0
11312023-10-10T22:08:12.629Z Downloaded anyhow v1.0.75
11322023-10-10T22:08:12.649Z Downloaded adler v1.0.2
11332023-10-10T22:08:12.681Z Downloaded block-buffer v0.10.4
11342023-10-10T22:08:12.701Z Downloaded base16ct v0.2.0
11352023-10-10T22:08:12.717Z Downloaded autocfg v1.1.0
11362023-10-10T22:08:12.733Z Downloaded async-stream-impl v0.3.5
11372023-10-10T22:08:12.757Z Compiling proc-macro2 v1.0.67
11382023-10-10T22:08:12.772Z Compiling unicode-ident v1.0.12
11392023-10-10T22:08:13.197Z Compiling libc v0.2.148
11402023-10-10T22:08:13.217Z Compiling serde v1.0.188
11412023-10-10T22:08:13.240Z Compiling version_check v0.9.4
11422023-10-10T22:08:13.259Z Compiling autocfg v1.1.0
11432023-10-10T22:08:13.267Z Compiling cfg-if v1.0.0
11442023-10-10T22:08:13.278Z Compiling syn v1.0.109
11452023-10-10T22:08:13.290Z Compiling typenum v1.16.0
11462023-10-10T22:08:13.306Z Compiling once_cell v1.18.0
11472023-10-10T22:08:13.321Z Compiling parking_lot_core v0.9.8
11482023-10-10T22:08:13.332Z Compiling generic-array v0.14.7
11492023-10-10T22:08:13.346Z Compiling lock_api v0.4.10
11502023-10-10T22:08:13.367Z Compiling thiserror v1.0.49
11512023-10-10T22:08:13.383Z Compiling libm v0.2.7
11522023-10-10T22:08:13.398Z Compiling num-traits v0.2.16
11532023-10-10T22:08:13.823Z Compiling itoa v1.0.9
11542023-10-10T22:08:13.839Z Compiling futures-core v0.3.28
11552023-10-10T22:08:13.858Z Compiling ahash v0.8.3
11562023-10-10T22:08:13.884Z Compiling memchr v2.6.3
11572023-10-10T22:08:13.912Z Compiling log v0.4.20
11582023-10-10T22:08:13.955Z Compiling serde_json v1.0.107
11592023-10-10T22:08:13.972Z Compiling slab v0.4.9
11602023-10-10T22:08:13.986Z Compiling quote v1.0.33
11612023-10-10T22:08:13.996Z Compiling futures-channel v0.3.28
11622023-10-10T22:08:14.009Z Compiling futures-task v0.3.28
11632023-10-10T22:08:14.025Z Compiling futures-util v0.3.28
11642023-10-10T22:08:14.039Z Compiling syn v2.0.32
11652023-10-10T22:08:14.074Z Compiling getrandom v0.2.10
11662023-10-10T22:08:14.096Z Compiling jobserver v0.1.26
11672023-10-10T22:08:14.120Z Compiling rand_core v0.6.4
11682023-10-10T22:08:14.143Z Compiling pkg-config v0.3.27
11692023-10-10T22:08:14.581Z Compiling cc v1.0.83
11702023-10-10T22:08:14.616Z Compiling ryu v1.0.15
11712023-10-10T22:08:15.495Z Compiling allocator-api2 v0.2.16
11722023-10-10T22:08:15.568Z Compiling vcpkg v0.2.15
11732023-10-10T22:08:16.794Z Compiling schemars v0.8.13
11742023-10-10T22:08:16.802Z Compiling hashbrown v0.14.0
11752023-10-10T22:08:16.814Z Compiling equivalent v1.0.1
11762023-10-10T22:08:16.826Z Compiling byteorder v1.4.3
11772023-10-10T22:08:16.834Z Compiling httparse v1.8.0
11782023-10-10T22:08:16.848Z Compiling ahash v0.7.6
11792023-10-10T22:08:16.863Z Compiling semver v1.0.18
11802023-10-10T22:08:16.899Z Compiling scopeguard v1.2.0
11812023-10-10T22:08:16.919Z Compiling iana-time-zone v0.1.57
11822023-10-10T22:08:16.934Z Compiling fnv v1.0.7
11832023-10-10T22:08:16.952Z Compiling smallvec v1.11.0
11842023-10-10T22:08:17.377Z Compiling heck v0.4.1
11852023-10-10T22:08:17.401Z Compiling indexmap v1.9.3
11862023-10-10T22:08:17.430Z Compiling time-core v0.1.1
11872023-10-10T22:08:17.454Z Compiling ring v0.16.20
11882023-10-10T22:08:17.573Z Compiling pin-project-lite v0.2.13
11892023-10-10T22:08:17.601Z Compiling dyn-clone v1.0.13
11902023-10-10T22:08:17.626Z Compiling time-macros v0.2.13
11912023-10-10T22:08:17.630Z Compiling openssl-sys v0.9.93
11922023-10-10T22:08:17.643Z Compiling subtle v2.5.0
11932023-10-10T22:08:17.663Z Compiling ucd-trie v0.1.6
11942023-10-10T22:08:17.673Z Compiling winnow v0.5.15
11952023-10-10T22:08:17.683Z Compiling parking_lot v0.12.1
11962023-10-10T22:08:17.737Z Compiling slog v2.7.0
11972023-10-10T22:08:17.764Z Compiling ppv-lite86 v0.2.17
11982023-10-10T22:08:17.776Z Compiling rustls v0.21.7
11992023-10-10T22:08:17.785Z Compiling openssl v0.10.57
12002023-10-10T22:08:17.807Z Compiling tinyvec_macros v0.1.1
12012023-10-10T22:08:17.841Z Compiling tinyvec v1.6.0
12022023-10-10T22:08:17.886Z Compiling socket2 v0.5.3
12032023-10-10T22:08:17.926Z Compiling signal-hook-registry v1.4.1
12042023-10-10T22:08:17.942Z Compiling mio v0.8.8
12052023-10-10T22:08:17.972Z Compiling num_cpus v1.16.0
12062023-10-10T22:08:18.003Z Compiling native-tls v0.2.11
12072023-10-10T22:08:18.019Z Compiling unicode-bidi v0.3.13
12082023-10-10T22:08:18.039Z Compiling rand_chacha v0.3.1
12092023-10-10T22:08:18.050Z Compiling unicode-normalization v0.1.22
12102023-10-10T22:08:18.069Z Compiling serde_derive_internals v0.26.0
12112023-10-10T22:08:18.498Z Compiling spin v0.5.2
12122023-10-10T22:08:18.930Z Compiling unicode-xid v0.2.4
12132023-10-10T22:08:18.959Z Compiling rand v0.8.5
12142023-10-10T22:08:18.973Z Compiling percent-encoding v2.3.0
12152023-10-10T22:08:18.997Z Compiling futures-sink v0.3.28
12162023-10-10T22:08:19.025Z Compiling synstructure v0.12.6
12172023-10-10T22:08:19.075Z Compiling form_urlencoded v1.2.0
12182023-10-10T22:08:19.093Z Compiling backtrace v0.3.69
12192023-10-10T22:08:19.163Z Compiling pin-utils v0.1.0
12202023-10-10T22:08:19.185Z Compiling async-trait v0.1.73
12212023-10-10T22:08:19.195Z Compiling crossbeam-utils v0.8.16
12222023-10-10T22:08:19.211Z Compiling idna v0.4.0
12232023-10-10T22:08:19.711Z Compiling aho-corasick v1.0.4
12242023-10-10T22:08:19.849Z Compiling regex-syntax v0.7.5
12252023-10-10T22:08:19.940Z Compiling futures-io v0.3.28
12262023-10-10T22:08:20.105Z Compiling const-oid v0.9.5
12272023-10-10T22:08:20.246Z Compiling hashbrown v0.12.3
12282023-10-10T22:08:20.289Z Compiling unicode-width v0.1.10
12292023-10-10T22:08:20.364Z Compiling url v2.4.1
12302023-10-10T22:08:20.481Z Compiling anyhow v1.0.75
12312023-10-10T22:08:20.526Z Compiling num_threads v0.1.6
12322023-10-10T22:08:20.962Z Compiling deranged v0.3.8
12332023-10-10T22:08:20.972Z Compiling usdt-impl v0.3.5
12342023-10-10T22:08:20.992Z Compiling thread-id v4.2.0
12352023-10-10T22:08:21.003Z Compiling tracing-core v0.1.31
12362023-10-10T22:08:21.017Z Compiling hashbrown v0.13.2
12372023-10-10T22:08:21.056Z Compiling cpufeatures v0.2.9
12382023-10-10T22:08:21.062Z Compiling adler v1.0.2
12392023-10-10T22:08:21.094Z Compiling miniz_oxide v0.7.1
12402023-10-10T22:08:21.101Z Compiling time v0.3.27
12412023-10-10T22:08:21.107Z Compiling lazy_static v1.4.0
12422023-10-10T22:08:21.111Z Compiling regex-automata v0.3.8
12432023-10-10T22:08:21.134Z Compiling rustix v0.38.9
12442023-10-10T22:08:21.139Z Compiling bitflags v1.3.2
12452023-10-10T22:08:21.143Z Compiling gimli v0.28.0
12462023-10-10T22:08:21.147Z Compiling serde_derive v1.0.188
12472023-10-10T22:08:21.157Z Compiling zeroize_derive v1.4.2
12482023-10-10T22:08:21.161Z Compiling thiserror-impl v1.0.49
12492023-10-10T22:08:21.166Z Compiling tokio-macros v2.1.0
12502023-10-10T22:08:21.170Z Compiling futures-macro v0.3.28
12512023-10-10T22:08:21.176Z Compiling tracing-attributes v0.1.26
12522023-10-10T22:08:21.182Z Compiling schemars_derive v0.8.13
12532023-10-10T22:08:21.201Z Compiling zeroize v1.6.0
12542023-10-10T22:08:21.649Z Compiling pest v2.7.2
12552023-10-10T22:08:21.700Z Compiling openssl-macros v0.1.1
12562023-10-10T22:08:21.728Z Compiling zerocopy-derive v0.2.0
12572023-10-10T22:08:21.787Z Compiling crypto-common v0.1.6
12582023-10-10T22:08:21.830Z Compiling block-buffer v0.10.4
12592023-10-10T22:08:21.855Z Compiling regex v1.9.5
12602023-10-10T22:08:21.937Z Compiling digest v0.10.7
12612023-10-10T22:08:22.737Z Compiling tracing v0.1.37
12622023-10-10T22:08:23.582Z Compiling pest_meta v2.7.2
12632023-10-10T22:08:23.732Z Compiling zerocopy v0.3.0
12642023-10-10T22:08:25.295Z Compiling dof v0.1.5
12652023-10-10T22:08:27.010Z Compiling pest_generator v2.7.2
12662023-10-10T22:08:27.148Z Compiling addr2line v0.21.0
12672023-10-10T22:08:27.755Z Compiling object v0.32.1
12682023-10-10T22:08:27.872Z Compiling rustc-demangle v0.1.23
12692023-10-10T22:08:29.529Z Compiling siphasher v0.3.11
12702023-10-10T22:08:29.666Z Compiling base64 v0.21.4
12712023-10-10T22:08:29.817Z Compiling untrusted v0.7.1
12722023-10-10T22:08:29.872Z Compiling socket2 v0.4.9
12732023-10-10T22:08:31.099Z Compiling pest_derive v2.7.2
12742023-10-10T22:08:32.451Z Compiling phf_shared v0.11.2
12752023-10-10T22:08:33.470Z Compiling httpdate v1.0.3
12762023-10-10T22:08:34.127Z Compiling try-lock v0.2.4
12772023-10-10T22:08:34.857Z Compiling mime v0.3.17
12782023-10-10T22:08:35.264Z Compiling want v0.3.1
12792023-10-10T22:08:35.455Z Compiling openssl-probe v0.1.5
12802023-10-10T22:08:35.708Z Compiling dtrace-parser v0.1.14
12812023-10-10T22:08:36.155Z Compiling strsim v0.10.0
12822023-10-10T22:08:36.461Z Compiling tower-service v0.3.2
12832023-10-10T22:08:36.583Z Compiling foreign-types-shared v0.1.1
12842023-10-10T22:08:37.258Z Compiling foreign-types v0.3.2
12852023-10-10T22:08:37.481Z Compiling ipnet v2.8.0
12862023-10-10T22:08:37.826Z Compiling rustls-webpki v0.101.4
12872023-10-10T22:08:37.973Z Compiling sct v0.7.0
12882023-10-10T22:08:38.236Z Compiling rustls-pemfile v1.0.3
12892023-10-10T22:08:38.296Z Compiling bytes v1.5.0
12902023-10-10T22:08:38.609Z Compiling indexmap v2.0.0
12912023-10-10T22:08:38.843Z Compiling chrono v0.4.31
12922023-10-10T22:08:39.073Z Compiling uuid v1.4.1
12932023-10-10T22:08:49.990Z Compiling serde_spanned v0.6.3
12942023-10-10T22:08:50.371Z Compiling toml_datetime v0.6.3
12952023-10-10T22:08:50.654Z Compiling http v0.2.9
12962023-10-10T22:08:51.252Z Compiling tokio v1.32.0
12972023-10-10T22:08:51.443Z Compiling toml_edit v0.19.15
12982023-10-10T22:08:51.889Z Compiling bitflags v2.4.0
12992023-10-10T22:08:52.341Z Compiling openapiv3 v1.0.3
13002023-10-10T22:08:52.509Z Compiling serde_tokenstream v0.1.7
13012023-10-10T22:08:53.136Z Compiling rustc_version v0.4.0
13022023-10-10T22:08:53.290Z Compiling usdt-attr-macro v0.3.5
13032023-10-10T22:08:53.429Z Compiling usdt-macro v0.3.5
13042023-10-10T22:08:53.659Z Compiling http-body v0.4.5
13052023-10-10T22:08:53.832Z Compiling serde_tokenstream v0.2.0
13062023-10-10T22:08:54.055Z Compiling regress v0.7.1
13072023-10-10T22:08:54.233Z Compiling encoding_rs v0.8.33
13082023-10-10T22:08:55.114Z Compiling rustls-native-certs v0.6.3
13092023-10-10T22:08:55.620Z Compiling serde_urlencoded v0.7.1
13102023-10-10T22:08:55.694Z Compiling tokio-util v0.7.8
13112023-10-10T22:08:55.919Z Compiling tokio-rustls v0.24.1
13122023-10-10T22:08:56.088Z Compiling errno v0.3.2
13132023-10-10T22:08:56.396Z Compiling webpki-roots v0.25.2
13142023-10-10T22:08:56.650Z Compiling getopts v0.2.21
13152023-10-10T22:08:56.988Z Compiling unsafe-libyaml v0.2.9
13162023-10-10T22:08:57.428Z Compiling futures-executor v0.3.28
13172023-10-10T22:08:57.452Z Compiling h2 v0.3.21
13182023-10-10T22:08:57.474Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13192023-10-10T22:08:57.984Z Compiling serde_yaml v0.9.25
13202023-10-10T22:08:58.056Z Compiling tokio-native-tls v0.3.1
13212023-10-10T22:08:58.518Z Compiling hmac v0.12.1
13222023-10-10T22:08:58.807Z Compiling num-integer v0.1.45
13232023-10-10T22:08:59.216Z Compiling rustversion v1.0.14
13242023-10-10T22:09:00.076Z Compiling usdt v0.3.5
13252023-10-10T22:09:00.272Z Compiling hex v0.4.3
13262023-10-10T22:09:00.479Z Compiling sha2 v0.10.7
13272023-10-10T22:09:01.348Z Compiling block-padding v0.3.3
13282023-10-10T22:09:01.953Z Compiling inout v0.1.3
13292023-10-10T22:09:02.372Z Compiling cipher v0.4.4
13302023-10-10T22:09:02.858Z Compiling toml v0.7.8
13312023-10-10T22:09:04.643Z Compiling crc32fast v1.3.2
13322023-10-10T22:09:05.072Z Compiling fallible-iterator v0.2.0
13332023-10-10T22:09:05.767Z Compiling futures v0.3.28
13342023-10-10T22:09:05.853Z Compiling ipnetwork v0.20.0
13352023-10-10T22:09:06.161Z Compiling spin v0.9.8
13362023-10-10T22:09:06.304Z Compiling hyper v0.14.27
13372023-10-10T22:09:06.715Z Compiling either v1.9.0
13382023-10-10T22:09:07.675Z Compiling io-lifetimes v1.0.11
13392023-10-10T22:09:07.685Z Compiling md-5 v0.10.5
13402023-10-10T22:09:07.702Z Compiling stringprep v0.1.3
13412023-10-10T22:09:07.799Z Compiling rustix v0.37.23
13422023-10-10T22:09:08.794Z Compiling postgres-protocol v0.6.6
13432023-10-10T22:09:08.838Z Compiling enum-as-inner v0.5.1
13442023-10-10T22:09:13.564Z Compiling slog-async v2.8.0
13452023-10-10T22:09:13.888Z Compiling postgres-types v0.2.6
13462023-10-10T22:09:14.140Z Compiling phf v0.11.2
13472023-10-10T22:09:14.218Z Compiling console v0.15.7
13482023-10-10T22:09:14.273Z Compiling num-bigint v0.4.4
13492023-10-10T22:09:14.290Z Compiling data-encoding v2.4.0
13502023-10-10T22:09:14.321Z Compiling whoami v1.4.1
13512023-10-10T22:09:14.346Z Compiling tokio-postgres v0.7.10
13522023-10-10T22:09:14.361Z Compiling zerocopy-derive v0.6.3
13532023-10-10T22:09:15.296Z Compiling static_assertions v1.1.0
13542023-10-10T22:09:16.988Z Compiling ident_case v1.0.1
13552023-10-10T22:09:17.257Z Compiling darling_core v0.20.3
13562023-10-10T22:09:18.051Z Compiling hyper-rustls v0.24.1
13572023-10-10T22:09:18.575Z Compiling hyper-tls v0.5.0
13582023-10-10T22:09:19.171Z Compiling reqwest v0.11.20
13592023-10-10T22:09:19.294Z Compiling camino v1.1.6
13602023-10-10T22:09:20.242Z Compiling flate2 v1.0.27
13612023-10-10T22:09:22.056Z Compiling strum_macros v0.25.2
13622023-10-10T22:09:23.569Z Compiling heapless v0.7.16
13632023-10-10T22:09:23.776Z Compiling bzip2-sys v0.1.11+1.0.8
13642023-10-10T22:09:24.664Z Compiling memoffset v0.9.0
13652023-10-10T22:09:24.746Z Compiling unicode-segmentation v1.10.1
13662023-10-10T22:09:24.777Z Compiling managed v0.8.0
13672023-10-10T22:09:25.454Z Compiling matches v0.1.10
13682023-10-10T22:09:25.624Z Compiling radium v0.7.0
13692023-10-10T22:09:26.185Z Compiling idna v0.2.3
13702023-10-10T22:09:26.529Z Compiling darling_macro v0.20.3
13712023-10-10T22:09:26.567Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13722023-10-10T22:09:28.056Z Compiling darling v0.20.3
13732023-10-10T22:09:28.452Z Compiling multer v2.1.0
13742023-10-10T22:09:28.965Z Compiling serde_with_macros v2.3.3
13752023-10-10T22:09:29.081Z Compiling trust-dns-proto v0.22.0
13762023-10-10T22:09:29.103Z Compiling async-stream-impl v0.3.5
13772023-10-10T22:09:31.025Z Compiling num-iter v0.1.43
13782023-10-10T22:09:31.221Z Compiling crossbeam-epoch v0.9.15
13792023-10-10T22:09:32.015Z Compiling smoltcp v0.9.1
13802023-10-10T22:09:32.037Z Compiling paste v1.0.14
13812023-10-10T22:09:32.401Z Compiling anstyle v1.0.2
13822023-10-10T22:09:32.407Z Compiling utf8parse v0.2.1
13832023-10-10T22:09:32.534Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13842023-10-10T22:09:32.757Z Compiling bit-vec v0.6.3
13852023-10-10T22:09:33.162Z Compiling anstyle-parse v0.2.1
13862023-10-10T22:09:34.114Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
13872023-10-10T22:09:34.336Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
13882023-10-10T22:09:34.775Z Compiling zerocopy v0.6.3
13892023-10-10T22:09:36.358Z Compiling signature v2.1.0
13902023-10-10T22:09:37.076Z Compiling hubpack_derive v0.1.1
13912023-10-10T22:09:37.089Z Compiling clap_derive v4.4.2
13922023-10-10T22:09:37.343Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
13932023-10-10T22:09:37.750Z Compiling colorchoice v1.0.0
13942023-10-10T22:09:38.089Z Compiling anstyle-query v1.0.0
13952023-10-10T22:09:38.214Z Compiling anstream v0.5.0
13962023-10-10T22:09:39.380Z Compiling yasna v0.5.2
13972023-10-10T22:09:39.886Z Compiling terminal_size v0.2.6
13982023-10-10T22:09:40.204Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
13992023-10-10T22:09:40.537Z Compiling structmeta-derive v0.1.6
14002023-10-10T22:09:41.373Z Compiling diesel_table_macro_syntax v0.1.0
14012023-10-10T22:09:41.978Z Compiling hash32 v0.2.1
14022023-10-10T22:09:42.641Z Compiling clap_lex v0.5.1
14032023-10-10T22:09:43.429Z Compiling tap v1.0.1
14042023-10-10T22:09:43.454Z Compiling stable_deref_trait v1.2.0
14052023-10-10T22:09:43.478Z Compiling clap_builder v4.4.2
14062023-10-10T22:09:43.704Z Compiling wyz v0.5.1
14072023-10-10T22:09:44.057Z Compiling diesel_derives v2.1.1
14082023-10-10T22:09:49.219Z Compiling structmeta v0.1.6
14092023-10-10T22:09:49.788Z Compiling itertools v0.10.5
14102023-10-10T22:09:49.827Z Compiling tokio-stream v0.1.14
14112023-10-10T22:09:51.241Z Compiling serde_repr v0.1.16
14122023-10-10T22:09:51.334Z Compiling scheduled-thread-pool v0.2.7
14132023-10-10T22:09:51.539Z Compiling regex-syntax v0.6.29
14142023-10-10T22:09:52.015Z Compiling funty v2.0.0
14152023-10-10T22:09:52.057Z Compiling regex-automata v0.1.10
14162023-10-10T22:09:52.074Z Compiling r2d2 v0.8.10
14172023-10-10T22:09:52.088Z Compiling bstr v0.2.17
14182023-10-10T22:09:52.103Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14192023-10-10T22:09:52.123Z Compiling clap v4.4.3
14202023-10-10T22:09:52.582Z Compiling bitvec v1.0.1
14212023-10-10T22:09:52.598Z Compiling hubpack v0.1.2
14222023-10-10T22:09:53.017Z Compiling phf_shared v0.10.0
14232023-10-10T22:09:53.036Z Compiling float-cmp v0.9.0
14242023-10-10T22:09:53.064Z Compiling difflib v0.4.0
14252023-10-10T22:09:53.089Z Compiling fixedbitset v0.4.2
14262023-10-10T22:09:53.099Z Compiling predicates-core v1.0.6
14272023-10-10T22:09:53.116Z Compiling smawk v0.3.1
14282023-10-10T22:09:53.128Z Compiling new_debug_unreachable v1.0.4
14292023-10-10T22:09:53.254Z Compiling unicode-linebreak v0.1.5
14302023-10-10T22:09:53.349Z Compiling normalize-line-endings v0.3.0
14312023-10-10T22:09:53.530Z Compiling precomputed-hash v0.1.1
14322023-10-10T22:09:53.721Z Compiling string_cache v0.8.7
14332023-10-10T22:09:54.188Z Compiling textwrap v0.16.0
14342023-10-10T22:09:54.528Z Compiling predicates v3.0.3
14352023-10-10T22:09:55.101Z Compiling petgraph v0.6.4
14362023-10-10T22:09:55.858Z Compiling parse-display-derive v0.7.0
14372023-10-10T22:09:56.523Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
14382023-10-10T22:09:57.439Z Compiling similar v2.2.1
14392023-10-10T22:09:57.965Z Compiling bit-set v0.5.3
14402023-10-10T22:09:58.581Z Compiling bstr v1.6.0
14412023-10-10T22:10:01.386Z Compiling lalrpop-util v0.19.12
14422023-10-10T22:10:08.930Z Compiling diesel v2.1.1
14432023-10-10T22:10:21.283Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14442023-10-10T22:10:21.935Z Compiling proc-macro-crate v1.3.1
14452023-10-10T22:10:27.407Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14462023-10-10T22:10:52.299Z Compiling atty v0.2.14
14472023-10-10T22:10:54.556Z Compiling sha1 v0.10.5
14482023-10-10T22:10:55.118Z Compiling match_cfg v0.1.0
14492023-10-10T22:10:55.285Z Compiling hostname v0.3.1
14502023-10-10T22:10:57.410Z Compiling dirs-sys-next v0.1.2
14512023-10-10T22:10:57.868Z Compiling dirs-next v2.0.0
14522023-10-10T22:10:58.680Z Compiling thread_local v1.1.7
14532023-10-10T22:10:59.911Z Compiling term v0.7.0
14542023-10-10T22:11:00.622Z Compiling crossbeam-channel v0.5.8
14552023-10-10T22:11:01.575Z Compiling take_mut v0.2.2
14562023-10-10T22:11:01.909Z Compiling slog-term v2.9.0
14572023-10-10T22:11:04.264Z Compiling slog-json v2.6.1
14582023-10-10T22:11:04.870Z Compiling instant v0.1.12
14592023-10-10T22:11:05.019Z Compiling slog-bunyan v2.4.0
14602023-10-10T22:11:06.615Z Compiling strum v0.25.0
14612023-10-10T22:11:06.958Z Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
14622023-10-10T22:11:07.094Z Compiling atomic-waker v1.1.1
14632023-10-10T22:11:07.413Z Compiling waitgroup v0.1.2
14642023-10-10T22:11:07.724Z Compiling num_enum_derive v0.5.11
14652023-10-10T22:11:07.796Z Compiling serde_with v2.3.3
14662023-10-10T22:11:08.701Z Compiling async-stream v0.3.5
14672023-10-10T22:11:10.515Z Compiling serde_path_to_error v0.1.14
14682023-10-10T22:11:10.533Z Compiling libz-sys v1.1.12
14692023-10-10T22:11:11.255Z Compiling debug-ignore v1.0.5
14702023-10-10T22:11:16.301Z Compiling fastrand v2.0.0
14712023-10-10T22:11:16.412Z Compiling tempfile v3.8.0
14722023-10-10T22:11:16.509Z Compiling proc-macro-error-attr v1.0.4
14732023-10-10T22:11:16.635Z Compiling slog-dtrace v0.2.3
14742023-10-10T22:11:17.323Z Compiling backoff v0.4.0
14752023-10-10T22:11:17.686Z Compiling parse-display v0.7.0
14762023-10-10T22:11:20.339Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
14772023-10-10T22:11:20.585Z Compiling macaddr v1.0.1
14782023-10-10T22:11:20.613Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14792023-10-10T22:11:20.696Z Compiling libgit2-sys v0.15.2+1.6.4
14802023-10-10T22:11:21.384Z Compiling proc-macro-error v1.0.4
14812023-10-10T22:11:21.851Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14822023-10-10T22:11:23.456Z Compiling libsqlite3-sys v0.26.0
14832023-10-10T22:11:23.480Z Compiling memoffset v0.7.1
14842023-10-10T22:11:24.244Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14852023-10-10T22:11:26.731Z Compiling vergen v8.2.4
14862023-10-10T22:11:26.855Z Compiling foreign-types-macros v0.2.3
14872023-10-10T22:11:26.955Z Compiling base64ct v1.6.0
14882023-10-10T22:11:30.341Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
14892023-10-10T22:11:30.949Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14902023-10-10T22:11:34.874Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
14912023-10-10T22:11:36.126Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
14922023-10-10T22:11:36.658Z Compiling platforms v3.0.2
14932023-10-10T22:11:37.340Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
14942023-10-10T22:11:37.482Z Compiling num_enum_derive v0.7.0
14952023-10-10T22:11:37.581Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
14962023-10-10T22:11:37.638Z Compiling password-hash v0.5.0
14972023-10-10T22:11:38.247Z Compiling curve25519-dalek v4.1.0
14982023-10-10T22:11:38.734Z Compiling heck v0.3.3
14992023-10-10T22:11:38.804Z Compiling blake2 v0.10.6
15002023-10-10T22:11:39.252Z Compiling libefi-sys v0.1.0
15012023-10-10T22:11:39.314Z Compiling structopt-derive v0.4.18
15022023-10-10T22:11:39.643Z Compiling argon2 v0.5.2
15032023-10-10T22:11:39.865Z Compiling zone_cfg_derive v0.2.0
15042023-10-10T22:11:41.768Z Compiling curve25519-dalek-derive v0.1.0
15052023-10-10T22:11:41.902Z Compiling same-file v1.0.6
15062023-10-10T22:11:42.088Z Compiling walkdir v2.4.0
15072023-10-10T22:11:42.218Z Compiling toml v0.5.11
15082023-10-10T22:11:42.303Z Compiling semver-parser v0.10.2
15092023-10-10T22:11:43.163Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
15102023-10-10T22:11:43.750Z Compiling xattr v1.0.1
15112023-10-10T22:11:43.817Z Compiling filetime v0.2.22
15122023-10-10T22:11:43.909Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15132023-10-10T22:11:44.197Z Compiling erased-serde v0.3.30
15142023-10-10T22:11:44.360Z Compiling getrandom v0.1.16
15152023-10-10T22:11:52.222Z Compiling tar v0.4.40
15162023-10-10T22:11:54.129Z Compiling semver v0.11.0
15172023-10-10T22:11:58.558Z Compiling universal-hash v0.5.1
15182023-10-10T22:12:00.623Z Compiling bitstruct_derive v0.1.0
15192023-10-10T22:12:03.386Z Compiling async-recursion v1.0.5
15202023-10-10T22:12:05.438Z Compiling opaque-debug v0.3.0
15212023-10-10T22:12:28.253Z Compiling home v0.5.5
15222023-10-10T22:12:28.888Z Compiling toolchain_find v0.2.0
15232023-10-10T22:12:29.385Z Compiling num-rational v0.4.1
15242023-10-10T22:12:29.940Z Compiling unicase v2.7.0
15252023-10-10T22:12:30.212Z Compiling parking_lot_core v0.8.6
15262023-10-10T22:12:30.457Z Compiling rustfmt-wrapper v0.2.0
15272023-10-10T22:12:30.821Z Compiling omicron-zone-package v0.8.3
15282023-10-10T22:12:31.400Z Compiling num_enum v0.5.11
15292023-10-10T22:12:31.723Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
15302023-10-10T22:12:31.943Z Compiling aead v0.5.2
15312023-10-10T22:12:32.245Z Compiling winapi v0.3.9
15322023-10-10T22:12:32.731Z Compiling postcard-cobs v0.1.5-pre
15332023-10-10T22:12:33.153Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
15342023-10-10T22:12:33.462Z Compiling postcard v0.7.3
15352023-10-10T22:12:33.717Z Compiling polyval v0.6.1
15362023-10-10T22:12:33.808Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15372023-10-10T22:12:33.896Z Compiling smoltcp v0.8.2
15382023-10-10T22:12:33.989Z Compiling aes v0.8.3
15392023-10-10T22:12:34.095Z Compiling ctr v0.9.2
15402023-10-10T22:12:34.137Z Compiling thiserror-impl-no-std v2.0.2
15412023-10-10T22:12:34.238Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15422023-10-10T22:12:34.334Z Compiling cfg-if v0.1.10
15432023-10-10T22:12:34.363Z Compiling foreign-types-shared v0.3.1
15442023-10-10T22:12:34.386Z Compiling foreign-types v0.5.0
15452023-10-10T22:12:34.409Z Compiling mime_guess v2.0.4
15462023-10-10T22:12:34.431Z Compiling is-terminal v0.4.9
15472023-10-10T22:12:34.455Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15482023-10-10T22:12:34.471Z Compiling toml_edit v0.20.0
15492023-10-10T22:12:34.509Z Compiling hashlink v0.8.3
15502023-10-10T22:12:34.528Z Compiling cstr-argument v0.1.2
15512023-10-10T22:12:34.567Z Compiling fallible-streaming-iterator v0.1.9
15522023-10-10T22:12:34.584Z Compiling pretty-hex v0.2.1
15532023-10-10T22:12:34.590Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15542023-10-10T22:12:34.610Z Compiling rusqlite v0.29.0
15552023-10-10T22:12:34.627Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15562023-10-10T22:12:34.646Z Compiling toml v0.8.0
15572023-10-10T22:12:34.678Z Compiling colored v2.0.4
15582023-10-10T22:12:34.709Z Compiling nix v0.26.2
15592023-10-10T22:12:34.748Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15602023-10-10T22:12:34.789Z Compiling twox-hash v1.6.3
15612023-10-10T22:12:34.813Z Compiling hkdf v0.12.3
15622023-10-10T22:12:34.839Z Compiling textwrap v0.11.0
15632023-10-10T22:12:34.855Z Compiling const_format_proc_macros v0.2.31
15642023-10-10T22:12:34.890Z Compiling base64 v0.13.1
15652023-10-10T22:12:34.908Z Compiling ansi_term v0.12.1
15662023-10-10T22:12:34.965Z Compiling quick-error v1.2.3
15672023-10-10T22:12:34.990Z Compiling linked-hash-map v0.5.6
15682023-10-10T22:12:35.014Z Compiling strsim v0.8.0
15692023-10-10T22:12:35.041Z Compiling vec_map v0.8.2
15702023-10-10T22:12:35.075Z Compiling clap v2.34.0
15712023-10-10T22:12:35.089Z Compiling lru-cache v0.1.2
15722023-10-10T22:12:35.104Z Compiling resolv-conf v0.7.0
15732023-10-10T22:12:35.119Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15742023-10-10T22:12:35.132Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15752023-10-10T22:12:35.144Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15762023-10-10T22:12:35.169Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
15772023-10-10T22:12:35.209Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
15782023-10-10T22:12:35.233Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
15792023-10-10T22:12:35.294Z Compiling num_enum v0.7.0
15802023-10-10T22:12:35.329Z Compiling bincode v1.3.3
15812023-10-10T22:12:35.408Z Compiling termcolor v1.2.0
15822023-10-10T22:12:35.427Z Compiling keccak v0.1.4
15832023-10-10T22:12:35.443Z Compiling cancel-safe-futures v0.1.2
15842023-10-10T22:12:35.857Z Compiling utf-8 v0.7.6
15852023-10-10T22:12:35.895Z Compiling humantime v2.1.0
15862023-10-10T22:12:35.950Z Compiling convert_case v0.4.0
15872023-10-10T22:12:36.004Z Compiling env_logger v0.9.3
15882023-10-10T22:12:36.030Z Compiling sha3 v0.10.8
15892023-10-10T22:12:36.056Z Compiling derive_more v0.99.17
15902023-10-10T22:12:36.075Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15912023-10-10T22:12:36.101Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017)
15922023-10-10T22:12:36.127Z Compiling structopt v0.3.26
15932023-10-10T22:12:36.160Z Compiling trust-dns-resolver v0.22.0
15942023-10-10T22:12:39.237Z Compiling aes-gcm-siv v0.11.1
15952023-10-10T22:12:39.579Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15962023-10-10T22:12:40.799Z Compiling zone v0.2.0
15972023-10-10T22:12:41.491Z Compiling itertools v0.11.0
15982023-10-10T22:12:42.092Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
15992023-10-10T22:12:43.031Z Compiling smf v0.2.2
16002023-10-10T22:12:43.515Z Compiling secrecy v0.8.0
16012023-10-10T22:12:43.720Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16022023-10-10T22:12:44.216Z Compiling ascii v1.1.0
16032023-10-10T22:12:45.297Z Compiling ringbuffer v0.15.0
16042023-10-10T22:12:45.507Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
16052023-10-10T22:12:45.599Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16062023-10-10T22:12:48.924Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16072023-10-10T22:12:49.205Z Compiling bitstruct v0.1.1
16082023-10-10T22:12:49.371Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16092023-10-10T22:12:49.847Z Compiling serde_arrays v0.1.0
16102023-10-10T22:12:49.943Z Compiling ff v0.13.0
16112023-10-10T22:12:50.235Z Compiling nibble_vec v0.1.0
16122023-10-10T22:12:50.416Z Compiling endian-type v0.1.2
16132023-10-10T22:12:50.544Z Compiling arc-swap v1.6.0
16142023-10-10T22:12:50.773Z Compiling radix_trie v0.2.1
16152023-10-10T22:12:51.887Z Compiling slog-scope v4.4.0
16162023-10-10T22:12:51.894Z Compiling group v0.13.0
16172023-10-10T22:12:51.939Z Compiling rand_core v0.5.1
16182023-10-10T22:12:52.427Z Compiling tungstenite v0.20.1
16192023-10-10T22:12:52.967Z Compiling poly1305 v0.8.0
16202023-10-10T22:12:53.739Z Compiling chacha20 v0.9.1
16212023-10-10T22:12:54.492Z Compiling crypto-bigint v0.5.2
16222023-10-10T22:12:54.678Z Compiling num-complex v0.4.4
16232023-10-10T22:12:54.725Z Compiling half v1.8.2
16242023-10-10T22:12:55.613Z Compiling ciborium-io v0.2.1
16252023-10-10T22:12:55.725Z Compiling option-ext v0.2.0
16262023-10-10T22:12:55.744Z Compiling base16ct v0.2.0
16272023-10-10T22:12:55.796Z Compiling ciborium-ll v0.2.1
16282023-10-10T22:12:55.910Z Compiling dirs-sys v0.4.1
16292023-10-10T22:12:56.253Z Compiling tokio-tungstenite v0.20.1
16302023-10-10T22:12:56.482Z Compiling num v0.4.1
16312023-10-10T22:12:56.492Z Compiling parking_lot v0.11.2
16322023-10-10T22:12:56.695Z Compiling rand_chacha v0.2.2
16332023-10-10T22:12:56.990Z Compiling slog-stdlog v4.1.1
16342023-10-10T22:12:57.022Z Compiling trust-dns-client v0.22.0
16352023-10-10T22:12:57.182Z Compiling thiserror-no-std v2.0.2
16362023-10-10T22:12:57.488Z Compiling elliptic-curve v0.13.5
16372023-10-10T22:12:58.293Z Compiling password-hash v0.4.2
16382023-10-10T22:12:58.353Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16392023-10-10T22:12:58.608Z Compiling ed25519 v2.2.2
16402023-10-10T22:12:59.145Z Compiling blowfish v0.9.1
16412023-10-10T22:12:59.701Z Compiling pbkdf2 v0.12.2
16422023-10-10T22:12:59.888Z Compiling fxhash v0.2.1
16432023-10-10T22:13:00.367Z Compiling sled v0.34.7
16442023-10-10T22:13:00.548Z Compiling bcrypt-pbkdf v0.10.0
16452023-10-10T22:13:00.949Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16462023-10-10T22:13:00.972Z Compiling trust-dns-server v0.22.1
16472023-10-10T22:13:01.228Z Compiling pbkdf2 v0.11.0
16482023-10-10T22:13:01.331Z Compiling ed25519-dalek v2.0.0
16492023-10-10T22:13:01.815Z Compiling vsss-rs v3.3.1
16502023-10-10T22:13:02.227Z Compiling russh-cryptovec v0.7.0
16512023-10-10T22:13:02.272Z Compiling slog-envlogger v2.2.0
16522023-10-10T22:13:03.354Z Compiling rand v0.7.3
16532023-10-10T22:13:03.520Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
16542023-10-10T22:13:05.640Z Compiling ciborium v0.2.1
16552023-10-10T22:13:06.183Z Compiling dirs v5.0.1
16562023-10-10T22:13:06.465Z Compiling chacha20poly1305 v0.10.1
16572023-10-10T22:13:06.628Z Compiling tungstenite v0.18.0
16582023-10-10T22:13:06.768Z Compiling const_format v0.2.31
16592023-10-10T22:13:07.804Z Compiling pem v1.1.1
16602023-10-10T22:13:08.226Z Compiling ron v0.7.1
16612023-10-10T22:13:09.364Z Compiling ghash v0.5.0
16622023-10-10T22:13:09.948Z Compiling camino-tempfile v1.0.2
16632023-10-10T22:13:10.931Z Compiling cbc v0.1.2
16642023-10-10T22:13:11.106Z Compiling headers-core v0.2.0
16652023-10-10T22:13:11.881Z Compiling md5 v0.7.0
16662023-10-10T22:13:11.925Z Compiling bit_field v0.10.2
16672023-10-10T22:13:12.255Z Compiling pretty-hex v0.3.0
16682023-10-10T22:13:12.297Z Compiling http-range v0.1.5
16692023-10-10T22:13:12.367Z Compiling russh-keys v0.38.0
16702023-10-10T22:13:12.898Z Compiling hyper-staticfile v0.9.5
16712023-10-10T22:13:13.185Z Compiling headers v0.3.9
16722023-10-10T22:13:17.453Z Compiling aes-gcm v0.10.2
16732023-10-10T22:13:18.429Z Compiling tokio-tungstenite v0.18.0
16742023-10-10T22:13:18.438Z Compiling rcgen v0.10.0
16752023-10-10T22:13:25.364Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
16762023-10-10T22:13:25.402Z Compiling atomicwrites v0.4.1
16772023-10-10T22:13:25.476Z Compiling subprocess v0.2.9
16782023-10-10T22:13:25.557Z Compiling glob v0.3.1
16792023-10-10T22:13:25.922Z Compiling hex-literal v0.4.1
16802023-10-10T22:13:26.840Z Compiling russh v0.38.0
16812023-10-10T22:13:37.224Z Compiling bzip2 v0.4.4
16822023-10-10T22:13:37.481Z Compiling zip v0.6.6
16832023-10-10T22:13:37.548Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16842023-10-10T22:13:37.781Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16852023-10-10T22:13:37.962Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16862023-10-10T22:13:38.047Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16872023-10-10T22:13:38.150Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16882023-10-10T22:13:38.351Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16892023-10-10T22:13:38.485Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
16902023-10-10T22:13:38.596Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16912023-10-10T22:13:38.736Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16922023-10-10T22:13:39.907Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
16932023-10-10T22:13:47.920Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
16942023-10-10T22:13:54.859Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
16952023-10-10T22:14:00.734Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16962023-10-10T22:14:01.033Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
16972023-10-10T22:14:14.348Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16982023-10-10T22:14:17.782Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16992023-10-10T22:14:24.060Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17002023-10-10T22:14:24.201Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17012023-10-10T22:14:27.596Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17022023-10-10T22:14:29.741Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17032023-10-10T22:14:43.105Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17042023-10-10T22:15:10.209Z Compiling git2 v0.17.2
17052023-10-10T22:15:14.290Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17062023-10-10T22:15:16.301Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc)
17072023-10-10T22:15:28.296Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17082023-10-10T22:15:47.629Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17092023-10-10T22:15:51.644Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17102023-10-10T22:16:08.539Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b)
17112023-10-10T22:16:09.631Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17122023-10-10T22:16:24.763Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17132023-10-10T22:17:54.718Z Finished dev [unoptimized + debuginfo] target(s) in 10m 41s
17142023-10-10T22:17:54.845Z
17152023-10-10T22:17:55.001Zreal 10:42.234205638
17162023-10-10T22:17:55.209Zuser 59:04.188958671
17172023-10-10T22:17:55.415Zsys 9:37.191860190
17182023-10-10T22:17:55.665Ztrap 2.345545836
17192023-10-10T22:17:55.906Ztflt 4.865535492
17202023-10-10T22:17:56.099Zdflt 7.419617471
17212023-10-10T22:17:56.210Zkflt 0.019941573
17222023-10-10T22:17:56.371Zlock 1:47:51.334528977
17232023-10-10T22:17:56.474Zslp 3:06:26.001360828
17242023-10-10T22:17:56.590Zlat 2:28.061089244
17252023-10-10T22:17:56.638Zstop 5:59.802235157
17262023-10-10T22:17:56.712Z+ mkdir -p /work/end-to-end-tests
17272023-10-10T22:17:56.764Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
17282023-10-10T22:17:57.182Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17292023-10-10T22:17:57.193Z+ ptime -m gzip
17302023-10-10T22:17:57.201Z++ basename target/debug/bootstrap
17312023-10-10T22:18:09.377Z
17322023-10-10T22:18:09.389Zreal 16.888622596
17332023-10-10T22:18:09.402Zuser 16.714656933
17342023-10-10T22:18:09.434Zsys 0.163687732
17352023-10-10T22:18:09.869Ztrap 0.004874504
17362023-10-10T22:18:09.890Ztflt 0.000000000
17372023-10-10T22:18:09.906Zdflt 0.000000000
17382023-10-10T22:18:09.916Zkflt 0.000000000
17392023-10-10T22:18:09.925Zlock 0.000000000
17402023-10-10T22:18:09.933Zslp 0.000002654
17412023-10-10T22:18:09.939Zlat 0.005036939
17422023-10-10T22:18:09.947Zstop 0.000245077
17432023-10-10T22:18:09.954Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17442023-10-10T22:18:09.959Z+ ptime -m gzip
17452023-10-10T22:18:09.962Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0b5a6903c7c17be7
17462023-10-10T22:18:10.461Z
17472023-10-10T22:18:10.466Zreal 1.087226609
17482023-10-10T22:18:10.471Zuser 1.075054841
17492023-10-10T22:18:10.476Zsys 0.010851753
17502023-10-10T22:18:10.481Ztrap 0.000592199
17512023-10-10T22:18:10.486Ztflt 0.000000000
17522023-10-10T22:18:10.491Zdflt 0.000000000
17532023-10-10T22:18:10.495Zkflt 0.000000000
17542023-10-10T22:18:10.499Zlock 0.000000000
17552023-10-10T22:18:10.504Zslp 0.000000000
17562023-10-10T22:18:10.508Zlat 0.000373200
17572023-10-10T22:18:10.512Zstop 0.000227302
17582023-10-10T22:18:10.516Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
17592023-10-10T22:18:10.523Z+ ptime -m gzip
17602023-10-10T22:18:10.530Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6da9107f9543f44b
17612023-10-10T22:18:29.500Z
17622023-10-10T22:18:29.574Zreal 19.028845215
17632023-10-10T22:18:29.593Zuser 18.843588107
17642023-10-10T22:18:29.605Zsys 0.181391690
17652023-10-10T22:18:29.615Ztrap 0.002941646
17662023-10-10T22:18:29.628Ztflt 0.000000000
17672023-10-10T22:18:29.637Zdflt 0.000000000
17682023-10-10T22:18:29.646Zkflt 0.000000000
17692023-10-10T22:18:29.656Zlock 0.000000000
17702023-10-10T22:18:29.719Zslp 0.000000000
17712023-10-10T22:18:29.739Zlat 0.000583119
17722023-10-10T22:18:29.759Zstop 0.000227100
17732023-10-10T22:18:29.784Z+ banner caboose-util
17742023-10-10T22:18:29.806Z
17752023-10-10T22:18:29.819Z #### ## ##### #### #### #### ###### # # #####
17762023-10-10T22:18:30.245Z # # # # # # # # # # # # # # #
17772023-10-10T22:18:30.256Z # # # ##### # # # # #### ##### ##### # # #
17782023-10-10T22:18:30.261Z # ###### # # # # # # # # # # #
17792023-10-10T22:18:30.266Z # # # # # # # # # # # # # # # #
17802023-10-10T22:18:30.275Z #### # # ##### #### #### #### ###### #### #
17812023-10-10T22:18:30.283Z
17822023-10-10T22:18:30.300Z+ ptime -m cargo build --locked -p caboose-util --release
17832023-10-10T22:18:31.135Z Downloading crates ...
17842023-10-10T22:18:31.150Z Downloaded num-bigint-dig v0.8.4
17852023-10-10T22:18:31.157Z Downloaded packed_struct_codegen v0.10.1
17862023-10-10T22:18:31.164Z Downloaded packed_struct v0.10.1
17872023-10-10T22:18:31.167Z Downloaded pem-rfc7468 v0.7.0
17882023-10-10T22:18:31.170Z Downloaded pkcs1 v0.7.5
17892023-10-10T22:18:31.178Z Downloaded nodrop v0.1.14
17902023-10-10T22:18:31.184Z Downloaded env_logger v0.10.0
17912023-10-10T22:18:31.188Z Downloaded rsa v0.9.2
17922023-10-10T22:18:31.190Z Downloaded x509-cert v0.2.4
17932023-10-10T22:18:31.193Z Downloaded smallvec v0.6.14
17942023-10-10T22:18:31.196Z Downloaded der_derive v0.7.2
17952023-10-10T22:18:31.199Z Downloaded object v0.30.4
17962023-10-10T22:18:31.202Z Downloaded ron v0.8.1
17972023-10-10T22:18:31.206Z Downloaded crc-catalog v2.2.0
17982023-10-10T22:18:31.209Z Downloaded crc-any v2.4.3
17992023-10-10T22:18:31.212Z Downloaded crc v3.0.1
18002023-10-10T22:18:31.215Z Downloaded path-slash v0.1.5
18012023-10-10T22:18:31.218Z Downloaded serde-hex v0.1.0
18022023-10-10T22:18:31.221Z Downloaded flagset v0.4.3
18032023-10-10T22:18:31.225Z Downloaded maybe-uninit v2.0.0
18042023-10-10T22:18:31.228Z Downloaded bitfield v0.14.0
18052023-10-10T22:18:31.232Z Downloaded array-init v0.0.4
18062023-10-10T22:18:31.236Z Compiling proc-macro2 v1.0.67
18072023-10-10T22:18:31.239Z Compiling unicode-ident v1.0.12
18082023-10-10T22:18:31.244Z Compiling libc v0.2.148
18092023-10-10T22:18:31.247Z Compiling serde v1.0.188
18102023-10-10T22:18:31.252Z Compiling autocfg v1.1.0
18112023-10-10T22:18:31.255Z Compiling version_check v0.9.4
18122023-10-10T22:18:31.258Z Compiling cfg-if v1.0.0
18132023-10-10T22:18:31.261Z Compiling once_cell v1.18.0
18142023-10-10T22:18:31.264Z Compiling syn v1.0.109
18152023-10-10T22:18:31.268Z Compiling parking_lot_core v0.9.8
18162023-10-10T22:18:31.838Z Compiling typenum v1.16.0
18172023-10-10T22:18:31.849Z Compiling libm v0.2.7
18182023-10-10T22:18:31.866Z Compiling generic-array v0.14.7
18192023-10-10T22:18:31.926Z Compiling lock_api v0.4.10
18202023-10-10T22:18:32.043Z Compiling num-traits v0.2.16
18212023-10-10T22:18:32.224Z Compiling futures-core v0.3.28
18222023-10-10T22:18:32.310Z Compiling pkg-config v0.3.27
18232023-10-10T22:18:32.315Z Compiling slab v0.4.9
18242023-10-10T22:18:32.433Z Compiling serde_json v1.0.107
18252023-10-10T22:18:32.669Z Compiling futures-channel v0.3.28
18262023-10-10T22:18:32.726Z Compiling futures-task v0.3.28
18272023-10-10T22:18:32.865Z Compiling quote v1.0.33
18282023-10-10T22:18:33.023Z Compiling scopeguard v1.2.0
18292023-10-10T22:18:33.101Z Compiling thiserror v1.0.49
18302023-10-10T22:18:33.219Z Compiling memchr v2.6.3
18312023-10-10T22:18:33.730Z Compiling syn v2.0.32
18322023-10-10T22:18:33.893Z Compiling jobserver v0.1.26
18332023-10-10T22:18:34.107Z Compiling getrandom v0.2.10
18342023-10-10T22:18:34.335Z Compiling cc v1.0.83
18352023-10-10T22:18:34.977Z Compiling itoa v1.0.9
18362023-10-10T22:18:35.384Z Compiling futures-util v0.3.28
18372023-10-10T22:18:36.028Z Compiling ahash v0.7.6
18382023-10-10T22:18:36.131Z Compiling ahash v0.8.3
18392023-10-10T22:18:36.145Z Compiling smallvec v1.11.0
18402023-10-10T22:18:36.796Z Compiling log v0.4.20
18412023-10-10T22:18:36.808Z Compiling vcpkg v0.2.15
18422023-10-10T22:18:37.448Z Compiling byteorder v1.4.3
18432023-10-10T22:18:38.002Z Compiling rand_core v0.6.4
18442023-10-10T22:18:38.345Z Compiling pin-project-lite v0.2.13
18452023-10-10T22:18:38.520Z Compiling parking_lot v0.12.1
18462023-10-10T22:18:39.023Z Compiling indexmap v1.9.3
18472023-10-10T22:18:39.253Z Compiling ring v0.16.20
18482023-10-10T22:18:39.434Z Compiling openssl-sys v0.9.93
18492023-10-10T22:18:40.984Z Compiling io-lifetimes v1.0.11
18502023-10-10T22:18:41.732Z Compiling num-integer v0.1.45
18512023-10-10T22:18:41.754Z Compiling spin v0.5.2
18522023-10-10T22:18:42.100Z Compiling const-oid v0.9.5
18532023-10-10T22:18:42.118Z Compiling semver v1.0.18
18542023-10-10T22:18:42.778Z Compiling ryu v1.0.15
18552023-10-10T22:18:44.013Z Compiling rustix v0.37.23
18562023-10-10T22:18:44.881Z Compiling mio v0.8.8
18572023-10-10T22:18:54.851Z Compiling signal-hook-registry v1.4.1
18582023-10-10T22:18:55.820Z Compiling num_cpus v1.16.0
18592023-10-10T22:18:56.577Z Compiling socket2 v0.5.3
18602023-10-10T22:18:56.905Z Compiling httparse v1.8.0
18612023-10-10T22:18:57.116Z Compiling futures-sink v0.3.28
18622023-10-10T22:18:57.343Z Compiling ucd-trie v0.1.6
18632023-10-10T22:18:57.480Z Compiling unicode-xid v0.2.4
18642023-10-10T22:18:57.702Z Compiling openssl v0.10.57
18652023-10-10T22:18:57.915Z Compiling tinyvec_macros v0.1.1
18662023-10-10T22:18:58.383Z Compiling tinyvec v1.6.0
18672023-10-10T22:18:58.411Z Compiling synstructure v0.12.6
18682023-10-10T22:18:58.429Z Compiling pin-utils v0.1.0
18692023-10-10T22:18:58.469Z Compiling crc32fast v1.3.2
18702023-10-10T22:18:58.499Z Compiling native-tls v0.2.11
18712023-10-10T22:18:58.521Z Compiling radium v0.7.0
18722023-10-10T22:18:58.559Z Compiling ppv-lite86 v0.2.17
18732023-10-10T22:18:58.576Z Compiling rustls v0.21.7
18742023-10-10T22:18:58.592Z Compiling futures-io v0.3.28
18752023-10-10T22:18:58.614Z Compiling unicode-normalization v0.1.22
18762023-10-10T22:18:58.634Z Compiling bzip2-sys v0.1.11+1.0.8
18772023-10-10T22:18:58.648Z Compiling tracing-core v0.1.31
18782023-10-10T22:18:58.678Z Compiling subtle v2.5.0
18792023-10-10T22:18:58.689Z Compiling heck v0.4.1
18802023-10-10T22:18:58.698Z Compiling rand_chacha v0.3.1
18812023-10-10T22:18:58.708Z Compiling unicode-bidi v0.3.13
18822023-10-10T22:18:58.716Z Compiling rand v0.8.5
18832023-10-10T22:18:58.727Z Compiling errno v0.3.2
18842023-10-10T22:18:58.737Z Compiling num-iter v0.1.43
18852023-10-10T22:18:58.747Z Compiling usdt-impl v0.3.5
18862023-10-10T22:18:58.765Z Compiling rustix v0.38.9
18872023-10-10T22:18:58.856Z Compiling base64 v0.21.4
18882023-10-10T22:18:58.880Z Compiling schemars v0.8.13
18892023-10-10T22:18:58.904Z Compiling serde_derive v1.0.188
18902023-10-10T22:18:58.925Z Compiling zeroize_derive v1.4.2
18912023-10-10T22:18:58.954Z Compiling tokio-macros v2.1.0
18922023-10-10T22:18:58.986Z Compiling thiserror-impl v1.0.49
18932023-10-10T22:18:59.013Z Compiling futures-macro v0.3.28
18942023-10-10T22:18:59.027Z Compiling tracing-attributes v0.1.26
18952023-10-10T22:18:59.043Z Compiling openssl-macros v0.1.1
18962023-10-10T22:18:59.061Z Compiling zerocopy-derive v0.2.0
18972023-10-10T22:18:59.065Z Compiling zeroize v1.6.0
18982023-10-10T22:18:59.367Z Compiling zerocopy-derive v0.6.3
18992023-10-10T22:19:01.645Z Compiling pest v2.7.2
19002023-10-10T22:19:01.711Z Compiling crypto-common v0.1.6
19012023-10-10T22:19:02.440Z Compiling block-buffer v0.10.4
19022023-10-10T22:19:02.454Z Compiling digest v0.10.7
19032023-10-10T22:19:03.154Z Compiling tracing v0.1.37
19042023-10-10T22:19:03.166Z Compiling serde_derive_internals v0.26.0
19052023-10-10T22:19:09.094Z Compiling pest_meta v2.7.2
19062023-10-10T22:19:09.227Z Compiling fnv v1.0.7
19072023-10-10T22:19:09.305Z Compiling bitflags v1.3.2
19082023-10-10T22:19:09.359Z Compiling untrusted v0.7.1
19092023-10-10T22:19:09.390Z Compiling schemars_derive v0.8.13
19102023-10-10T22:19:11.217Z Compiling pest_generator v2.7.2
19112023-10-10T22:19:12.474Z Compiling zerocopy v0.3.0
19122023-10-10T22:19:13.100Z Compiling hashbrown v0.12.3
19132023-10-10T22:19:13.575Z Compiling lazy_static v1.4.0
19142023-10-10T22:19:13.852Z Compiling backtrace v0.3.69
19152023-10-10T22:19:14.118Z Compiling memoffset v0.9.0
19162023-10-10T22:19:14.197Z Compiling pest_derive v2.7.2
19172023-10-10T22:19:14.442Z Compiling num-bigint v0.4.4
19182023-10-10T22:19:14.551Z Compiling openssl-probe v0.1.5
19192023-10-10T22:19:15.023Z Compiling foreign-types-shared v0.1.1
19202023-10-10T22:19:15.090Z Compiling base64ct v1.6.0
19212023-10-10T22:19:15.174Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19222023-10-10T22:19:15.258Z Compiling async-trait v0.1.73
19232023-10-10T22:19:15.284Z Compiling crossbeam-utils v0.8.16
19242023-10-10T22:19:15.406Z Compiling allocator-api2 v0.2.16
19252023-10-10T22:19:15.719Z Compiling smoltcp v0.9.1
19262023-10-10T22:19:15.872Z Compiling percent-encoding v2.3.0
19272023-10-10T22:19:15.892Z Compiling iana-time-zone v0.1.57
19282023-10-10T22:19:16.141Z Compiling pem-rfc7468 v0.7.0
19292023-10-10T22:19:16.384Z Compiling dtrace-parser v0.1.14
19302023-10-10T22:19:16.429Z Compiling foreign-types v0.3.2
19312023-10-10T22:19:16.443Z Compiling hashbrown v0.14.0
19322023-10-10T22:19:16.598Z Compiling dof v0.1.5
19332023-10-10T22:19:16.840Z Compiling der_derive v0.7.2
19342023-10-10T22:19:17.901Z Compiling clap_derive v4.4.2
19352023-10-10T22:19:19.033Z Compiling thread-id v4.2.0
19362023-10-10T22:19:19.239Z Compiling siphasher v0.3.11
19372023-10-10T22:19:19.456Z Compiling equivalent v1.0.1
19382023-10-10T22:19:19.776Z Compiling bytes v1.5.0
19392023-10-10T22:19:20.637Z Compiling bitflags v2.4.0
19402023-10-10T22:19:20.901Z Compiling rustc_version v0.4.0
19412023-10-10T22:19:20.990Z Compiling uuid v1.4.1
19422023-10-10T22:19:21.299Z Compiling tokio v1.32.0
19432023-10-10T22:19:21.934Z Compiling heapless v0.7.16
19442023-10-10T22:19:22.139Z Compiling http v0.2.9
19452023-10-10T22:19:24.304Z Compiling chrono v0.4.31
19462023-10-10T22:19:24.376Z Compiling flagset v0.4.3
19472023-10-10T22:19:24.692Z Compiling time-core v0.1.1
19482023-10-10T22:19:25.007Z Compiling adler v1.0.2
19492023-10-10T22:19:25.306Z Compiling utf8parse v0.2.1
19502023-10-10T22:19:25.591Z Compiling anstyle v1.0.2
19512023-10-10T22:19:25.701Z Compiling cpufeatures v0.2.9
19522023-10-10T22:19:25.719Z Compiling try-lock v0.2.4
19532023-10-10T22:19:26.247Z Compiling sha2 v0.10.7
19542023-10-10T22:19:26.256Z Compiling want v0.3.1
19552023-10-10T22:19:26.273Z Compiling anstyle-parse v0.2.1
19562023-10-10T22:19:26.331Z Compiling miniz_oxide v0.7.1
19572023-10-10T22:19:26.535Z Compiling time-macros v0.2.13
19582023-10-10T22:19:26.635Z Compiling der v0.7.8
19592023-10-10T22:19:28.540Z Compiling http-body v0.4.5
19602023-10-10T22:19:32.761Z Compiling serde_tokenstream v0.1.7
19612023-10-10T22:19:33.914Z Compiling indexmap v2.0.0
19622023-10-10T22:19:34.708Z Compiling tokio-util v0.7.8
19632023-10-10T22:19:37.005Z Compiling h2 v0.3.21
19642023-10-10T22:19:49.492Z Compiling form_urlencoded v1.2.0
19652023-10-10T22:19:49.652Z Compiling rustls-webpki v0.101.4
19662023-10-10T22:19:49.913Z Compiling sct v0.7.0
19672023-10-10T22:19:50.133Z Compiling hubpack_derive v0.1.1
19682023-10-10T22:19:50.397Z Compiling aho-corasick v1.0.4
19692023-10-10T22:19:50.662Z Compiling socket2 v0.4.9
19702023-10-10T22:19:51.068Z Compiling crossbeam-epoch v0.9.15
19712023-10-10T22:19:51.137Z Compiling anyhow v1.0.75
19722023-10-10T22:19:51.367Z Compiling httpdate v1.0.3
19732023-10-10T22:19:51.549Z Compiling tower-service v0.3.2
19742023-10-10T22:19:51.872Z Compiling anstyle-query v1.0.0
19752023-10-10T22:19:52.187Z Compiling regex-syntax v0.7.5
19762023-10-10T22:19:52.286Z Compiling colorchoice v1.0.0
19772023-10-10T22:19:52.484Z Compiling tap v1.0.1
19782023-10-10T22:19:52.648Z Compiling slog v2.7.0
19792023-10-10T22:19:52.847Z Compiling wyz v0.5.1
19802023-10-10T22:19:53.473Z Compiling anstream v0.5.0
19812023-10-10T22:19:53.797Z Compiling hyper v0.14.27
19822023-10-10T22:19:54.041Z Compiling regex-automata v0.3.8
19832023-10-10T22:19:57.277Z Compiling terminal_size v0.2.6
19842023-10-10T22:19:57.649Z Compiling spki v0.7.2
19852023-10-10T22:19:57.904Z Compiling rustls-pemfile v1.0.3
19862023-10-10T22:19:58.379Z Compiling hmac v0.12.1
19872023-10-10T22:19:58.875Z Compiling md-5 v0.10.5
19882023-10-10T22:19:58.885Z Compiling zerocopy v0.6.3
19892023-10-10T22:19:59.177Z Compiling stringprep v0.1.3
19902023-10-10T22:20:00.635Z Compiling idna v0.4.0
19912023-10-10T22:20:00.814Z Compiling diesel_table_macro_syntax v0.1.0
19922023-10-10T22:20:01.496Z Compiling hash32 v0.2.1
19932023-10-10T22:20:02.022Z Compiling spin v0.9.8
19942023-10-10T22:20:02.597Z Compiling fallible-iterator v0.2.0
19952023-10-10T22:20:02.822Z Compiling strsim v0.10.0
19962023-10-10T22:20:03.444Z Compiling dyn-clone v1.0.13
19972023-10-10T22:20:04.132Z Compiling funty v2.0.0
19982023-10-10T22:20:04.145Z Compiling stable_deref_trait v1.2.0
19992023-10-10T22:20:04.681Z Compiling gimli v0.28.0
20002023-10-10T22:20:05.233Z Compiling clap_lex v0.5.1
20012023-10-10T22:20:06.190Z Compiling maybe-uninit v2.0.0
20022023-10-10T22:20:06.413Z Compiling bitvec v1.0.1
20032023-10-10T22:20:06.929Z Compiling clap_builder v4.4.2
20042023-10-10T22:20:08.819Z Compiling postgres-protocol v0.6.6
20052023-10-10T22:20:09.695Z Compiling tokio-rustls v0.24.1
20062023-10-10T22:20:13.799Z Compiling url v2.4.1
20072023-10-10T22:20:13.890Z Compiling diesel_derives v2.1.1
20082023-10-10T22:20:14.017Z Compiling addr2line v0.21.0
20092023-10-10T22:20:14.155Z Compiling rustls-native-certs v0.6.3
20102023-10-10T22:20:14.193Z Compiling tokio-native-tls v0.3.1
20112023-10-10T22:20:15.613Z Compiling usdt-macro v0.3.5
20122023-10-10T22:20:16.704Z Compiling usdt-attr-macro v0.3.5
20132023-10-10T22:20:18.166Z Compiling toml_datetime v0.6.3
20142023-10-10T22:20:18.820Z Compiling serde_spanned v0.6.3
20152023-10-10T22:20:18.912Z Compiling phf_shared v0.11.2
20162023-10-10T22:20:19.722Z Compiling block-padding v0.3.3
20172023-10-10T22:20:19.790Z Compiling enum-as-inner v0.5.1
20182023-10-10T22:20:20.087Z Compiling serde_repr v0.1.16
20192023-10-10T22:20:21.282Z Compiling scheduled-thread-pool v0.2.7
20202023-10-10T22:20:21.734Z Compiling object v0.32.1
20212023-10-10T22:20:25.651Z Compiling regex-automata v0.1.10
20222023-10-10T22:20:26.480Z Compiling either v1.9.0
20232023-10-10T22:20:26.879Z Compiling bit-vec v0.6.3
20242023-10-10T22:20:27.354Z Compiling winnow v0.5.15
20252023-10-10T22:20:29.759Z Compiling matches v0.1.10
20262023-10-10T22:20:29.887Z Compiling ipnet v2.8.0
20272023-10-10T22:20:31.744Z Compiling unicode-width v0.1.10
20282023-10-10T22:20:31.986Z Compiling rustc-demangle v0.1.23
20292023-10-10T22:20:33.458Z Compiling num_threads v0.1.6
20302023-10-10T22:20:33.632Z Compiling num-bigint-dig v0.8.4
20312023-10-10T22:20:34.014Z Compiling packed_struct v0.10.1
20322023-10-10T22:20:34.290Z Compiling managed v0.8.0
20332023-10-10T22:20:34.679Z Compiling deranged v0.3.8
20342023-10-10T22:20:37.853Z Compiling time v0.3.27
20352023-10-10T22:20:46.216Z Compiling toml_edit v0.19.15
20362023-10-10T22:20:49.180Z Compiling idna v0.2.3
20372023-10-10T22:20:49.874Z Compiling itertools v0.10.5
20382023-10-10T22:20:52.403Z Compiling bstr v0.2.17
20392023-10-10T22:20:54.675Z Compiling r2d2 v0.8.10
20402023-10-10T22:20:55.053Z Compiling inout v0.1.3
20412023-10-10T22:20:55.485Z Compiling phf v0.11.2
20422023-10-10T22:20:56.460Z Compiling hyper-tls v0.5.0
20432023-10-10T22:20:56.962Z Compiling hyper-rustls v0.24.1
20442023-10-10T22:20:57.276Z Compiling clap v4.4.3
20452023-10-10T22:20:57.431Z Compiling ipnetwork v0.20.0
20462023-10-10T22:20:58.063Z Compiling flate2 v1.0.27
20472023-10-10T22:20:58.190Z Compiling postgres-types v0.2.6
20482023-10-10T22:20:58.814Z Compiling regex v1.9.5
20492023-10-10T22:20:59.552Z Compiling pkcs8 v0.10.2
20502023-10-10T22:21:00.826Z Compiling hubpack v0.1.2
20512023-10-10T22:21:01.552Z Compiling serde_urlencoded v0.7.1
20522023-10-10T22:21:01.627Z Compiling phf_shared v0.10.0
20532023-10-10T22:21:02.011Z Compiling futures-executor v0.3.28
20542023-10-10T22:21:03.110Z Compiling signature v2.1.0
20552023-10-10T22:21:03.805Z Compiling packed_struct_codegen v0.10.1
20562023-10-10T22:21:05.276Z Compiling float-cmp v0.9.0
20572023-10-10T22:21:06.336Z Compiling encoding_rs v0.8.33
20582023-10-10T22:21:06.502Z Compiling difflib v0.4.0
20592023-10-10T22:21:08.009Z Compiling new_debug_unreachable v1.0.4
20602023-10-10T22:21:08.549Z Compiling fixedbitset v0.4.2
20612023-10-10T22:21:08.554Z Compiling unicode-segmentation v1.10.1
20622023-10-10T22:21:08.658Z Compiling whoami v1.4.1
20632023-10-10T22:21:08.800Z Compiling webpki-roots v0.25.2
20642023-10-10T22:21:09.043Z Compiling crc-catalog v2.2.0
20652023-10-10T22:21:09.281Z Compiling predicates-core v1.0.6
20662023-10-10T22:21:09.519Z Compiling data-encoding v2.4.0
20672023-10-10T22:21:09.717Z Compiling unicode-linebreak v0.1.5
20682023-10-10T22:21:10.510Z Compiling static_assertions v1.1.0
20692023-10-10T22:21:10.634Z Compiling mime v0.3.17
20702023-10-10T22:21:12.532Z Compiling nodrop v0.1.14
20712023-10-10T22:21:12.745Z Compiling normalize-line-endings v0.3.0
20722023-10-10T22:21:13.042Z Compiling precomputed-hash v0.1.1
20732023-10-10T22:21:13.067Z Compiling smawk v0.3.1
20742023-10-10T22:21:13.204Z Compiling string_cache v0.8.7
20752023-10-10T22:21:13.370Z Compiling textwrap v0.16.0
20762023-10-10T22:21:15.673Z Compiling predicates v3.0.3
20772023-10-10T22:21:15.742Z Compiling array-init v0.0.4
20782023-10-10T22:21:17.999Z Compiling reqwest v0.11.20
20792023-10-10T22:21:22.776Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5)
20802023-10-10T22:21:23.079Z Compiling trust-dns-proto v0.22.0
20812023-10-10T22:21:23.155Z Compiling similar v2.2.1
20822023-10-10T22:21:26.978Z Compiling crc v3.0.1
20832023-10-10T22:21:27.786Z Compiling tokio-postgres v0.7.10
20842023-10-10T22:21:31.762Z Compiling petgraph v0.6.4
20852023-10-10T22:21:41.141Z Compiling futures v0.3.28
20862023-10-10T22:21:42.487Z Compiling pkcs1 v0.7.5
20872023-10-10T22:21:42.746Z Compiling yasna v0.5.2
20882023-10-10T22:21:43.090Z Compiling smallvec v0.6.14
20892023-10-10T22:21:43.264Z Compiling diesel v2.1.1
20902023-10-10T22:21:43.825Z Compiling cipher v0.4.4
20912023-10-10T22:21:45.578Z Compiling toml v0.7.8
20922023-10-10T22:21:49.020Z Compiling console v0.15.7
20932023-10-10T22:21:49.818Z Compiling bit-set v0.5.3
20942023-10-10T22:21:50.272Z Compiling usdt v0.3.5
20952023-10-10T22:21:50.669Z Compiling is-terminal v0.4.9
20962023-10-10T22:21:52.002Z Compiling bstr v1.6.0
20972023-10-10T22:21:52.670Z Compiling openapiv3 v1.0.3
20982023-10-10T22:21:53.173Z Compiling tokio-stream v0.1.14
20992023-10-10T22:21:53.841Z Compiling hex v0.4.3
21002023-10-10T22:21:55.433Z Compiling hashbrown v0.13.2
21012023-10-10T22:21:58.457Z Compiling bitfield v0.14.0
21022023-10-10T22:21:58.626Z Compiling termcolor v1.2.0
21032023-10-10T22:21:58.951Z Compiling lalrpop-util v0.19.12
21042023-10-10T22:22:05.508Z Compiling env_logger v0.10.0
21052023-10-10T22:22:10.269Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21062023-10-10T22:22:23.918Z Compiling rsa v0.9.2
21072023-10-10T22:22:28.470Z Compiling serde-hex v0.1.0
21082023-10-10T22:22:28.840Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21092023-10-10T22:22:37.200Z Compiling x509-cert v0.2.4
21102023-10-10T22:22:37.976Z Compiling ron v0.8.1
21112023-10-10T22:22:40.606Z Compiling crc-any v2.4.3
21122023-10-10T22:23:01.908Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
21132023-10-10T22:23:14.682Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
21142023-10-10T22:23:23.610Z Compiling object v0.30.4
21152023-10-10T22:23:34.837Z Compiling path-slash v0.1.5
21162023-10-10T22:23:37.866Z Compiling bzip2 v0.4.4
21172023-10-10T22:23:38.469Z Compiling zip v0.6.6
21182023-10-10T22:23:43.353Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21192023-10-10T22:23:54.405Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b)
21202023-10-10T22:24:23.017Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
21212023-10-10T22:24:24.087Z Finished release [optimized] target(s) in 5m 54s
21222023-10-10T22:24:24.541Z
21232023-10-10T22:24:24.550Zreal 5:54.652092522
21242023-10-10T22:24:24.559Zuser 40:44.890225862
21252023-10-10T22:24:24.641Zsys 3:38.706116524
21262023-10-10T22:24:24.686Ztrap 1.661903461
21272023-10-10T22:24:25.137Ztflt 1.105755190
21282023-10-10T22:24:25.150Zdflt 0.522002420
21292023-10-10T22:24:25.595Zkflt 0.000070269
21302023-10-10T22:24:25.606Zlock 1:34:20.056573550
21312023-10-10T22:24:25.613Zslp 2:21:01.103340042
21322023-10-10T22:24:25.622Zlat 1:43.457493406
21332023-10-10T22:24:25.685Zstop 1:22.670044987
21342023-10-10T22:24:25.698Z+ ptime -m gzip
21352023-10-10T22:24:26.124Z
21362023-10-10T22:24:26.138Zreal 0.658671943
21372023-10-10T22:24:26.160Zuser 0.649413795
21382023-10-10T22:24:26.188Zsys 0.008648209
21392023-10-10T22:24:26.208Ztrap 0.000070554
21402023-10-10T22:24:26.215Ztflt 0.000000000
21412023-10-10T22:24:26.225Zdflt 0.000000000
21422023-10-10T22:24:26.237Zkflt 0.000000000
21432023-10-10T22:24:26.242Zlock 0.000000000
21442023-10-10T22:24:26.249Zslp 0.000000000
21452023-10-10T22:24:26.254Zlat 0.000159048
21462023-10-10T22:24:26.261Zstop 0.000278305
21472023-10-10T22:24:26.266Z+ banner tufaceous
21482023-10-10T22:24:26.272Z
21492023-10-10T22:24:26.278Z ##### # # ###### ## #### ###### #### # # ####
21502023-10-10T22:24:26.282Z # # # # # # # # # # # # # #
21512023-10-10T22:24:26.286Z # # # ##### # # # ##### # # # # ####
21522023-10-10T22:24:26.292Z # # # # ###### # # # # # # #
21532023-10-10T22:24:26.303Z # # # # # # # # # # # # # # #
21542023-10-10T22:24:26.312Z # #### # # # #### ###### #### #### ####
21552023-10-10T22:24:26.326Z
21562023-10-10T22:24:26.329Z+ ptime -m cargo build --locked -p tufaceous --release
21572023-10-10T22:24:26.332Z Downloading crates ...
21582023-10-10T22:24:26.335Z Downloaded bytesize v1.3.0
21592023-10-10T22:24:26.339Z Downloaded globset v0.4.13
21602023-10-10T22:24:26.345Z Downloaded buf-list v1.0.3
21612023-10-10T22:24:26.352Z Downloaded olpc-cjson v0.1.3
21622023-10-10T22:24:26.390Z Downloaded serde_plain v1.0.2
21632023-10-10T22:24:26.404Z Downloaded fs-err v2.9.0
21642023-10-10T22:24:26.427Z Downloaded snafu-derive v0.7.5
21652023-10-10T22:24:26.437Z Downloaded path-absolutize v3.1.0
21662023-10-10T22:24:26.449Z Downloaded path-dedot v3.1.0
21672023-10-10T22:24:26.529Z Downloaded snafu v0.7.5
21682023-10-10T22:24:26.552Z Downloaded tough v0.12.5
21692023-10-10T22:24:26.560Z Downloaded doc-comment v0.3.3
21702023-10-10T22:24:26.569Z Compiling serde_tokenstream v0.2.0
21712023-10-10T22:24:26.575Z Compiling regress v0.7.1
21722023-10-10T22:24:26.616Z Compiling dirs-sys-next v0.1.2
21732023-10-10T22:24:26.625Z Compiling ident_case v1.0.1
21742023-10-10T22:24:26.640Z Compiling thread_local v1.1.7
21752023-10-10T22:24:27.079Z Compiling rustversion v1.0.14
21762023-10-10T22:24:27.097Z Compiling camino v1.1.6
21772023-10-10T22:24:27.110Z Compiling dirs-next v2.0.0
21782023-10-10T22:24:27.128Z Compiling darling_core v0.20.3
21792023-10-10T22:24:27.551Z Compiling slog-async v2.8.0
21802023-10-10T22:24:27.556Z Compiling heck v0.4.1
21812023-10-10T22:24:27.564Z Compiling term v0.7.0
21822023-10-10T22:24:27.577Z Compiling crossbeam-channel v0.5.8
21832023-10-10T22:24:27.588Z Compiling getopts v0.2.21
21842023-10-10T22:24:27.862Z Compiling structmeta-derive v0.1.6
21852023-10-10T22:24:28.992Z Compiling atty v0.2.14
21862023-10-10T22:24:29.027Z Compiling multer v2.1.0
21872023-10-10T22:24:29.138Z Compiling take_mut v0.2.2
21882023-10-10T22:24:29.385Z Compiling paste v1.0.14
21892023-10-10T22:24:29.417Z Compiling unsafe-libyaml v0.2.9
21902023-10-10T22:24:30.566Z Compiling match_cfg v0.1.0
21912023-10-10T22:24:30.594Z Compiling doc-comment v0.3.3
21922023-10-10T22:24:30.616Z Compiling hostname v0.3.1
21932023-10-10T22:24:31.148Z Compiling slog-term v2.9.0
21942023-10-10T22:24:32.177Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
21952023-10-10T22:24:36.660Z Compiling structmeta v0.1.6
21962023-10-10T22:24:37.114Z Compiling serde_yaml v0.9.25
21972023-10-10T22:24:37.334Z Compiling darling_macro v0.20.3
21982023-10-10T22:24:37.351Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21992023-10-10T22:24:37.360Z Compiling darling v0.20.3
22002023-10-10T22:24:37.502Z Compiling slog-json v2.6.1
22012023-10-10T22:24:38.325Z Compiling async-stream-impl v0.3.5
22022023-10-10T22:24:38.371Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22032023-10-10T22:24:38.717Z Compiling atomic-waker v1.1.1
22042023-10-10T22:24:40.663Z Compiling regex-syntax v0.6.29
22052023-10-10T22:24:40.871Z Compiling fastrand v2.0.0
22062023-10-10T22:24:40.957Z Compiling tempfile v3.8.0
22072023-10-10T22:24:41.032Z Compiling async-stream v0.3.5
22082023-10-10T22:24:41.087Z Compiling waitgroup v0.1.2
22092023-10-10T22:24:41.106Z Compiling strum_macros v0.25.2
22102023-10-10T22:24:41.150Z Compiling slog-bunyan v2.4.0
22112023-10-10T22:24:41.335Z Compiling serde_with_macros v2.3.3
22122023-10-10T22:24:44.680Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
22132023-10-10T22:24:45.167Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22142023-10-10T22:24:45.313Z Compiling sha1 v0.10.5
22152023-10-10T22:24:46.752Z Compiling snafu-derive v0.7.5
22162023-10-10T22:24:46.795Z Compiling serde_path_to_error v0.1.14
22172023-10-10T22:24:47.155Z Compiling path-dedot v3.1.0
22182023-10-10T22:24:47.525Z Compiling instant v0.1.12
22192023-10-10T22:24:47.598Z Compiling buf-list v1.0.3
22202023-10-10T22:24:47.759Z Compiling debug-ignore v1.0.5
22212023-10-10T22:24:48.023Z Compiling arc-swap v1.6.0
22222023-10-10T22:24:48.043Z Compiling same-file v1.0.6
22232023-10-10T22:24:48.386Z Compiling base64 v0.13.1
22242023-10-10T22:24:48.461Z Compiling parse-display-derive v0.7.0
22252023-10-10T22:24:49.723Z Compiling walkdir v2.4.0
22262023-10-10T22:24:49.732Z Compiling pem v1.1.1
22272023-10-10T22:24:49.938Z Compiling slog-scope v4.4.0
22282023-10-10T22:24:53.555Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22292023-10-10T22:24:53.868Z Compiling backoff v0.4.0
22302023-10-10T22:24:54.034Z Compiling path-absolutize v3.1.0
22312023-10-10T22:24:54.084Z Compiling strum v0.25.0
22322023-10-10T22:24:54.125Z Compiling serde_with v2.3.3
22332023-10-10T22:24:54.218Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22342023-10-10T22:24:54.244Z Compiling globset v0.4.13
22352023-10-10T22:24:54.294Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22362023-10-10T22:24:54.756Z Compiling olpc-cjson v0.1.3
22372023-10-10T22:24:54.771Z Compiling macaddr v1.0.1
22382023-10-10T22:24:54.814Z Compiling parse-display v0.7.0
22392023-10-10T22:24:55.268Z Compiling serde_plain v1.0.2
22402023-10-10T22:24:55.277Z Compiling snafu v0.7.5
22412023-10-10T22:24:55.349Z Compiling filetime v0.2.22
22422023-10-10T22:24:55.859Z Compiling xattr v1.0.1
22432023-10-10T22:24:56.016Z Compiling tough v0.12.5
22442023-10-10T22:24:56.363Z Compiling tar v0.4.40
22452023-10-10T22:24:57.181Z Compiling slog-stdlog v4.1.1
22462023-10-10T22:24:58.190Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
22472023-10-10T22:24:58.389Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22482023-10-10T22:25:01.415Z Compiling camino-tempfile v1.0.2
22492023-10-10T22:25:02.737Z Compiling itertools v0.11.0
22502023-10-10T22:25:06.873Z Compiling bytesize v1.3.0
22512023-10-10T22:25:07.202Z Compiling fs-err v2.9.0
22522023-10-10T22:25:07.465Z Compiling slog-envlogger v2.2.0
22532023-10-10T22:25:08.230Z Compiling humantime v2.1.0
22542023-10-10T22:25:09.185Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22552023-10-10T22:25:38.465Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
22562023-10-10T22:25:38.713Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22572023-10-10T22:25:48.391Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22582023-10-10T22:25:50.840Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
22592023-10-10T22:26:13.456Z Finished release [optimized] target(s) in 1m 48s
22602023-10-10T22:26:13.544Z
22612023-10-10T22:26:13.549Zreal 1:48.697168482
22622023-10-10T22:26:13.552Zuser 11:40.842459650
22632023-10-10T22:26:13.556Zsys 45.600091516
22642023-10-10T22:26:13.559Ztrap 0.444719698
22652023-10-10T22:26:13.564Ztflt 0.465277487
22662023-10-10T22:26:13.568Zdflt 0.334799310
22672023-10-10T22:26:13.571Zkflt 0.005651856
22682023-10-10T22:26:13.574Zlock 23:28.086187056
22692023-10-10T22:26:13.578Zslp 25:31.172265174
22702023-10-10T22:26:13.581Zlat 21.148456915
22712023-10-10T22:26:13.584Zstop 12.994666529
22722023-10-10T22:26:13.588Z+ ptime -m gzip
22732023-10-10T22:26:15.665Z
22742023-10-10T22:26:15.672Zreal 2.115974221
22752023-10-10T22:26:15.687Zuser 2.091452874
22762023-10-10T22:26:15.710Zsys 0.022988131
22772023-10-10T22:26:15.741Ztrap 0.000529372
22782023-10-10T22:26:15.762Ztflt 0.000000000
22792023-10-10T22:26:15.780Zdflt 0.000000000
22802023-10-10T22:26:16.477Zkflt 0.000000000
22812023-10-10T22:26:16.502Zlock 0.000000000
22822023-10-10T22:26:16.529Zslp 0.000000000
22832023-10-10T22:26:16.624Zlat 0.000661898
22842023-10-10T22:26:16.742Zstop 0.000239836
22852023-10-10T22:26:16.818Zprocess exited: duration 1258973 ms, exit code 0
 
22862023-10-10T22:26:16.864Zfound 5 output files
22872023-10-10T22:26:16.893Zuploading: /work/end-to-end-tests/bootstrap-0b5a6903c7c17be7.gz (6375493 bytes)
22882023-10-10T22:26:21.700Zuploaded: /work/end-to-end-tests/bootstrap-0b5a6903c7c17be7.gz
22892023-10-10T22:26:21.714Zuploading: /work/end-to-end-tests/bootstrap.gz (96459496 bytes)
22902023-10-10T22:27:15.849Zuploaded: /work/end-to-end-tests/bootstrap.gz
22912023-10-10T22:27:17.120Zuploading: /work/end-to-end-tests/end_to_end_tests-6da9107f9543f44b.gz (110159304 bytes)
22922023-10-10T22:29:07.037Zuploaded: /work/end-to-end-tests/end_to_end_tests-6da9107f9543f44b.gz
22932023-10-10T22:29:07.271Zuploading: /work/caboose-util.gz (4117051 bytes)
22942023-10-10T22:29:10.081Zuploaded: /work/caboose-util.gz
22952023-10-10T22:29:10.094Zuploading: /work/tufaceous.gz (13414505 bytes)
22962023-10-10T22:29:22.498Zuploaded: /work/tufaceous.gz