01HF7TKMJED3EHCJ9DY1KZ3DDP: 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: 01HF7TKZ9D2EVZVSBJ8VJ7HEZ3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-11-14T21:10:14.771Zjob assigned to worker 01HF7TM08MTRQSFR6GEJV58QZH (queued for 1 m 48 s)
 
22023-11-14T21:10:15.747Zstarting task 0: "setup"
32023-11-14T21:10:16.092Z++ uname -s
42023-11-14T21:10:16.095Z+ kern=SunOS
52023-11-14T21:10:16.099Z+ case "$kern" in
62023-11-14T21:10:16.102Z+ groupadd -g 12345 build
72023-11-14T21:10:16.104Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-11-14T21:10:18.109Z+ zfs create -o mountpoint=/work rpool/work
92023-11-14T21:10:18.205Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-11-14T21:10:18.221Z+ home_fs=zfs
112023-11-14T21:10:18.229Z+ [[ zfs == autofs ]]
122023-11-14T21:10:18.242Z+ mkdir -p /home/build
132023-11-14T21:10:18.252Z+ chown build:build /home/build /work
142023-11-14T21:10:20.227Z+ chmod 0700 /home/build /work
152023-11-14T21:10:20.641Zprocess exited: duration 4467 ms, exit code 0
 
162023-11-14T21:10:20.675Zstarting task 1: "rust-toolchain"
172023-11-14T21:10:20.695Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-11-14T21:10:20.703Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-11-14T21:10:20.875Zinfo: downloading installer
202023-11-14T21:10:22.461Zwarning: it looks like you have an existing installation of Rust at:
212023-11-14T21:10:22.465Zwarning: /opt/ooce/bin
222023-11-14T21:10:22.467Zwarning: It is recommended that rustup be the primary Rust installation.
232023-11-14T21:10:22.470Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-11-14T21:10:22.473Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-11-14T21:10:22.476Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-11-14T21:10:22.478Zwarning: or pass `-y' to ignore all ignorable checks.
272023-11-14T21:10:22.484Zerror: cannot install while Rust is installed
282023-11-14T21:10:22.487Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-11-14T21:10:22.744Zinfo: profile set to 'default'
302023-11-14T21:10:22.747Zinfo: default host triple is x86_64-unknown-illumos
312023-11-14T21:10:22.750Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-11-14T21:10:22.914Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-11-14T21:10:22.918Zinfo: downloading component 'cargo'
342023-11-14T21:10:23.496Zinfo: downloading component 'clippy'
352023-11-14T21:10:23.704Zinfo: downloading component 'rust-docs'
362023-11-14T21:10:24.441Zinfo: downloading component 'rust-std'
372023-11-14T21:10:25.737Zinfo: downloading component 'rustc'
382023-11-14T21:10:29.014Zinfo: downloading component 'rustfmt'
392023-11-14T21:10:29.235Zinfo: installing component 'cargo'
402023-11-14T21:10:31.591Zinfo: installing component 'clippy'
412023-11-14T21:10:32.864Zinfo: installing component 'rust-docs'
422023-11-14T21:10:35.811Zinfo: installing component 'rust-std'
432023-11-14T21:10:40.968Zinfo: installing component 'rustc'
442023-11-14T21:10:50.359Zinfo: installing component 'rustfmt'
452023-11-14T21:10:50.900Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-11-14T21:10:50.902Z
472023-11-14T21:10:51.114Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-11-14T21:10:51.117Z
492023-11-14T21:10:51.120Z
502023-11-14T21:10:51.122ZRust is installed now. Great!
512023-11-14T21:10:51.125Z
522023-11-14T21:10:51.128ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-11-14T21:10:51.131Zenvironment variable. This has not been done automatically.
542023-11-14T21:10:51.134Z
552023-11-14T21:10:51.137ZTo configure your current shell, run:
562023-11-14T21:10:51.139Zsource "$HOME/.cargo/env"
572023-11-14T21:10:51.208Z+ rustc --version
582023-11-14T21:10:51.326Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-11-14T21:10:51.330Zprocess exited: duration 30649 ms, exit code 0
 
602023-11-14T21:10:51.337Zstarting task 2: "authentication"
612023-11-14T21:10:51.381Zprocess exited: duration 39 ms, exit code 0
 
622023-11-14T21:10:51.398Zstarting task 3: "clone repository"
632023-11-14T21:10:51.412Z+ mkdir -p /work/oxidecomputer/omicron
642023-11-14T21:10:51.419Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-11-14T21:10:51.449ZCloning into '/work/oxidecomputer/omicron'...
662023-11-14T21:10:56.828Z+ cd /work/oxidecomputer/omicron
672023-11-14T21:10:56.831Z+ [[ -n unregister-instance-metrics-on-stop ]]
682023-11-14T21:10:56.834Z+ git fetch origin unregister-instance-metrics-on-stop
692023-11-14T21:10:57.203ZFrom https://github.com/oxidecomputer/omicron
702023-11-14T21:10:57.207Z * branch unregister-instance-metrics-on-stop -> FETCH_HEAD
712023-11-14T21:10:57.225Z+ git checkout -B unregister-instance-metrics-on-stop remotes/origin/unregister-instance-metrics-on-stop
722023-11-14T21:10:57.345ZSwitched to a new branch 'unregister-instance-metrics-on-stop'
732023-11-14T21:10:57.355Zbranch 'unregister-instance-metrics-on-stop' set up to track 'origin/unregister-instance-metrics-on-stop'.
742023-11-14T21:10:57.358Z+ git reset --hard b866993c0511e1a05769dd34178b6eb524b00277
752023-11-14T21:10:57.388ZHEAD is now at b866993c Add note about possible race and tracking issue
762023-11-14T21:10:57.391Zprocess exited: duration 5987 ms, exit code 0
 
772023-11-14T21:10:57.397Zstarting task 4: "build"
782023-11-14T21:10:57.407Z+ cargo --version
792023-11-14T21:10:57.435Zinfo: syncing channel updates for '1.73.0-x86_64-unknown-illumos'
802023-11-14T21:10:57.590Zinfo: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03)
812023-11-14T21:10:57.593Zinfo: downloading component 'cargo'
822023-11-14T21:10:58.182Zinfo: downloading component 'clippy'
832023-11-14T21:10:58.399Zinfo: downloading component 'rust-docs'
842023-11-14T21:10:59.178Zinfo: downloading component 'rust-std'
852023-11-14T21:11:00.391Zinfo: downloading component 'rustc'
862023-11-14T21:11:03.788Zinfo: downloading component 'rustfmt'
872023-11-14T21:11:03.974Zinfo: installing component 'cargo'
882023-11-14T21:11:05.193Zinfo: installing component 'clippy'
892023-11-14T21:11:05.699Zinfo: installing component 'rust-docs'
902023-11-14T21:11:08.447Zinfo: installing component 'rust-std'
912023-11-14T21:11:10.988Zinfo: installing component 'rustc'
922023-11-14T21:11:17.222Zinfo: installing component 'rustfmt'
932023-11-14T21:11:17.772Zcargo 1.73.0 (9c4383fb5 2023-08-26)
942023-11-14T21:11:17.775Z+ rustc --version
952023-11-14T21:11:17.903Zrustc 1.73.0 (cc66ad468 2023-10-03)
962023-11-14T21:11:17.910Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-11-14T21:11:27.058Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-11-14T21:11:28.119Z Startup: Caching catalogs ... Done
992023-11-14T21:11:33.331ZPlanning: Solver setup ... Done (4.920s)
1002023-11-14T21:11:33.607ZPlanning: Running solver ... Done (0.121s)
1012023-11-14T21:11:33.621ZPlanning: Finding local manifests ... Done (0.003s)
1022023-11-14T21:11:33.629ZPlanning: Fetching manifests: 0/4 0% complete
1032023-11-14T21:11:33.757ZPlanning: Fetching manifests: 4/4 100% complete
1042023-11-14T21:11:33.840ZPlanning: Package planning ... Done (0.083s)
1052023-11-14T21:11:33.926ZPlanning: Merging actions ... Done (0.085s)
1062023-11-14T21:11:34.594ZPlanning: Checking for conflicting actions ... Done (0.668s)
1072023-11-14T21:11:34.612ZPlanning: Consolidating action changes ... Done (0.017s)
1082023-11-14T21:11:39.792ZPlanning: Evaluating mediators ... Done (5.180s)
1092023-11-14T21:11:39.809ZPlanning: Planning completed in 11.63 seconds
1102023-11-14T21:11:41.777Z Packages to install: 4
1112023-11-14T21:11:41.780Z Mediators to change: 2
1122023-11-14T21:11:41.783Z Services to change: 1
1132023-11-14T21:11:41.785Z Estimated space available: 148.90 GB
1142023-11-14T21:11:41.788ZEstimated space to be consumed: 1.37 GB
1152023-11-14T21:11:41.791Z Create boot environment: No
1162023-11-14T21:11:41.794ZCreate backup boot environment: No
1172023-11-14T21:11:41.796Z Rebuild boot archive: No
1182023-11-14T21:11:41.799Z
1192023-11-14T21:11:41.802ZChanged mediators:
1202023-11-14T21:11:41.805Z mediator clang:
1212023-11-14T21:11:41.807Z version: None -> 15 (system default)
1222023-11-14T21:11:41.811Z
1232023-11-14T21:11:41.814Z mediator llvm:
1242023-11-14T21:11:41.817Z version: 14 (system default) -> 15 (system default)
1252023-11-14T21:11:41.820Z
1262023-11-14T21:11:41.823ZChanged packages:
1272023-11-14T21:11:41.826Zhelios-dev
1282023-11-14T21:11:41.828Z developer/build-essential
1292023-11-14T21:11:41.831Z None -> 11-2.0
1302023-11-14T21:11:41.834Z library/libxmlsec1
1312023-11-14T21:11:41.851Z None -> 1.2.35-2.0
1322023-11-14T21:11:41.853Z ooce/developer/clang-15
1332023-11-14T21:11:41.856Z None -> 15.0.7-2.0
1342023-11-14T21:11:41.859Z ooce/developer/llvm-15
1352023-11-14T21:11:41.862Z None -> 15.0.7-2.0
1362023-11-14T21:11:41.865Z
1372023-11-14T21:11:41.868ZServices:
1382023-11-14T21:11:41.871Z restart_fmri:
1392023-11-14T21:11:41.874Z svc:/system/update-man-index:default
1402023-11-14T21:11:42.078Z
1412023-11-14T21:11:42.081ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422023-11-14T21:11:47.122ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (17.2M/s)
1432023-11-14T21:11:52.122ZDownload: 2535/3290 items 120.3/212.6MB 56% complete (12.1M/s)
1442023-11-14T21:11:57.125ZDownload: 3267/3290 items 208.7/212.6MB 98% complete (12.4M/s)
1452023-11-14T21:11:59.866ZDownload: Completed 212.60 MB in 17.79 seconds (11.9M/s)
1462023-11-14T21:12:00.112Z Actions: 1/3687 actions (Installing new actions)
1472023-11-14T21:12:05.497Z Actions: 2668/3687 actions (Installing new actions)
1482023-11-14T21:12:08.508Z Actions: Completed 3687 actions in 8.41 seconds.
1492023-11-14T21:12:08.600Z Done (0.085s)
1502023-11-14T21:12:08.603Z Done (0.000s)
1512023-11-14T21:12:08.816Z Done (0.215s)
1522023-11-14T21:12:16.513Z Done (7.581s)
1532023-11-14T21:12:16.679Z Done (0.067s)
1542023-11-14T21:12:16.682Z Done (0.000s)
1552023-11-14T21:12:16.917Z Done (0.000s)
1562023-11-14T21:12:17.664ZPlanning: Evaluating mediator changes ... Done
1572023-11-14T21:12:17.928ZPlanning: Checking for conflicting actions ... Done
1582023-11-14T21:12:17.931ZPlanning: Consolidating action changes ... Done
1592023-11-14T21:12:18.374ZPlanning: Evaluating mediators ... Done
1602023-11-14T21:12:18.377ZPlanning: Planning completed in 0.74 seconds
1612023-11-14T21:12:18.430Z Mediators to change: 2
1622023-11-14T21:12:18.432Z Create boot environment: No
1632023-11-14T21:12:18.437ZCreate backup boot environment: No
1642023-11-14T21:12:18.547Z Done
1652023-11-14T21:12:19.016Z Done
1662023-11-14T21:12:19.019Z Done
1672023-11-14T21:12:24.704Z Done
1682023-11-14T21:12:24.852Z Done
1692023-11-14T21:12:24.856Z Done
1702023-11-14T21:12:24.940Z Done
1712023-11-14T21:12:25.983ZPlanning: Evaluating mediator changes ... Done
1722023-11-14T21:12:25.986ZPlanning: Merging actions ... Done
1732023-11-14T21:12:26.324ZPlanning: Checking for conflicting actions ... Done
1742023-11-14T21:12:26.328ZPlanning: Consolidating action changes ... Done
1752023-11-14T21:12:26.773ZPlanning: Evaluating mediators ... Done
1762023-11-14T21:12:26.868ZPlanning: Planning completed in 1.33 seconds
1772023-11-14T21:12:26.925Z Packages to change: 1
1782023-11-14T21:12:26.928Z Mediators to change: 1
1792023-11-14T21:12:26.931Z Services to change: 1
1802023-11-14T21:12:26.935Z Create boot environment: No
1812023-11-14T21:12:26.938ZCreate backup boot environment: Yes
1822023-11-14T21:12:28.888Z Actions: 1/6 actions (Updating modified actions)
1832023-11-14T21:12:28.896Z Actions: Completed 6 actions in 0.00 seconds.
1842023-11-14T21:12:28.903Z Done
1852023-11-14T21:12:28.909Z Done
1862023-11-14T21:12:28.971Z Done
1872023-11-14T21:12:35.057Z Done
1882023-11-14T21:12:35.187Z Done
1892023-11-14T21:12:35.191Z Done
1902023-11-14T21:12:35.281Z Done
1912023-11-14T21:12:35.976ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922023-11-14T21:12:35.979Zclang system 15 system
1932023-11-14T21:12:35.982Zcsh system system illumos
1942023-11-14T21:12:35.985Zctags system system illumos
1952023-11-14T21:12:35.988Zgcc vendor 12 vendor
1962023-11-14T21:12:35.991Zgcc system 10 system
1972023-11-14T21:12:35.994Zgcc system 7 system
1982023-11-14T21:12:35.997Zgo system 1.20 system
1992023-11-14T21:12:36.000Zgo system 1.19 system
2002023-11-14T21:12:36.003Zllvm system 15 system
2012023-11-14T21:12:36.006Zllvm system 14 system
2022023-11-14T21:12:36.010Zmariadb system 10.6 system
2032023-11-14T21:12:36.013Zmta vendor vendor dma
2042023-11-14T21:12:36.018Zopenjdk system 17 system
2052023-11-14T21:12:36.021Zopenjdk system 11 system
2062023-11-14T21:12:36.023Zopenjdk system 1.8 system
2072023-11-14T21:12:36.026Zopenssl vendor 3 vendor
2082023-11-14T21:12:36.029Zperl system 5.36 system
2092023-11-14T21:12:36.031Zpostgresql system 15 system
2102023-11-14T21:12:36.034Zpostgresql system 13 system
2112023-11-14T21:12:36.037Zpython vendor 3 vendor
2122023-11-14T21:12:36.040Zpython system 2 system
2132023-11-14T21:12:36.043Zpython3 system 3.11 system
2142023-11-14T21:12:36.046Zruby system 3.0 system
2152023-11-14T21:12:36.048Zwords vendor vendor american-english
2162023-11-14T21:12:36.051Zwords system system australian-english
2172023-11-14T21:12:36.054Zwords system system british-english
2182023-11-14T21:12:36.057Zwords system system canadian-english
2192023-11-14T21:12:36.060Zwords system system french
2202023-11-14T21:12:36.062Zwords system system italian
2212023-11-14T21:12:36.065Zwords system system ngerman
2222023-11-14T21:12:36.068Zwords system system ogerman
2232023-11-14T21:12:36.072Zwords system system spanish
2242023-11-14T21:12:36.528ZFMRI IFO
2252023-11-14T21:12:36.531Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262023-11-14T21:12:36.534Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272023-11-14T21:12:36.536Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282023-11-14T21:12:36.539Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2292023-11-14T21:12:36.542Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302023-11-14T21:12:36.544Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2312023-11-14T21:12:36.617Z+ set -o errexit
2322023-11-14T21:12:36.630Z+++ dirname ./tools/ci_download_cockroachdb
2332023-11-14T21:12:36.640Z++ cd ./tools
2342023-11-14T21:12:36.649Z++ pwd
2352023-11-14T21:12:36.655Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2362023-11-14T21:12:36.662Z++ basename ./tools/ci_download_cockroachdb
2372023-11-14T21:12:36.669Z+ ARG0=ci_download_cockroachdb
2382023-11-14T21:12:36.674Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2392023-11-14T21:12:36.678Z+ CIDL_VERSION=v22.1.9
2402023-11-14T21:12:36.682Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2412023-11-14T21:12:36.686Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2422023-11-14T21:12:36.690Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2432023-11-14T21:12:36.693Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2442023-11-14T21:12:36.698Z+ TARGET_DIR=out
2452023-11-14T21:12:36.701Z+ DOWNLOAD_DIR=out/downloads
2462023-11-14T21:12:36.704Z+ DEST_DIR=./out/cockroachdb
2472023-11-14T21:12:36.707Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2482023-11-14T21:12:36.710Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2492023-11-14T21:12:36.713Z+ main
2502023-11-14T21:12:36.716Z+ [[ 0 != 0 ]]
2512023-11-14T21:12:36.719Z+ CIDL_OS=solaris2.11
2522023-11-14T21:12:36.722Z+ [[ 0 != 0 ]]
2532023-11-14T21:12:36.725Z+ configure_os solaris2.11
2542023-11-14T21:12:36.727Z+ echo 'current directory: /work/oxidecomputer/omicron'
2552023-11-14T21:12:36.730Zcurrent directory: /work/oxidecomputer/omicron
2562023-11-14T21:12:36.733Z+ echo 'configuring based on OS: "solaris2.11"'
2572023-11-14T21:12:36.736Zconfiguring based on OS: "solaris2.11"
2582023-11-14T21:12:36.738Z+ case "$1" in
2592023-11-14T21:12:36.741Z+ CIDL_BUILD=illumos
2602023-11-14T21:12:36.744Z+ CIDL_SUFFIX=tar.gz
2612023-11-14T21:12:36.747Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2622023-11-14T21:12:36.750Z+ CIDL_MD5FUNC=do_md5sum
2632023-11-14T21:12:36.753Z+ CIDL_URL_BASE=https://illumos.org/downloads
2642023-11-14T21:12:36.755Z+ CIDL_ASSEMBLE=do_assemble_illumos
2652023-11-14T21:12:36.758Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2662023-11-14T21:12:36.761Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2672023-11-14T21:12:36.764Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682023-11-14T21:12:36.767Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2692023-11-14T21:12:36.770Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2702023-11-14T21:12:36.773Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712023-11-14T21:12:36.776ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2722023-11-14T21:12:36.779Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2732023-11-14T21:12:36.781ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742023-11-14T21:12:36.784Z+ mkdir -p out/downloads
2752023-11-14T21:12:36.787Z+ mkdir -p ./out/cockroachdb
2762023-11-14T21:12:36.790Z+ local DO_DOWNLOAD=true
2772023-11-14T21:12:36.793Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2782023-11-14T21:12:36.796Z+ '[' true == true ']'
2792023-11-14T21:12:36.799Z+ echo Downloading...
2802023-11-14T21:12:36.801ZDownloading...
2812023-11-14T21:12:36.804Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822023-11-14T21:12:36.807Z+ 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
2832023-11-14T21:12:41.243Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-11-14T21:12:41.245Z++ md5sum
2852023-11-14T21:12:41.248Z++ awk '{print $1}'
2862023-11-14T21:12:41.428Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2872023-11-14T21:12:41.431Z+ [[ 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 ]]
2882023-11-14T21:12:41.436Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892023-11-14T21:12:41.439Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2902023-11-14T21:12:44.797Z+ do_assemble_illumos
2912023-11-14T21:12:44.803Z+ rm -r ./out/cockroachdb
2922023-11-14T21:12:44.806Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2932023-11-14T21:12:45.464Z+ ./out/cockroachdb/bin/cockroach version
2942023-11-14T21:12:45.754ZBuild Tag: v22.1.9-dirty
2952023-11-14T21:12:45.757ZBuild Time: 2022/10/26 21:17:46
2962023-11-14T21:12:45.761ZDistribution: OSS
2972023-11-14T21:12:45.764ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2982023-11-14T21:12:45.767ZGo Version: go1.17.13
2992023-11-14T21:12:45.770ZC Compiler: gcc 10.3.0
3002023-11-14T21:12:45.773ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3012023-11-14T21:12:45.776ZBuild Type: release
3022023-11-14T21:12:45.780Z+ set -o errexit
3032023-11-14T21:12:45.783Z+++ dirname ./tools/ci_download_clickhouse
3042023-11-14T21:12:45.785Z++ cd ./tools
3052023-11-14T21:12:45.788Z++ pwd
3062023-11-14T21:12:45.791Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3072023-11-14T21:12:45.795Z++ basename ./tools/ci_download_clickhouse
3082023-11-14T21:12:45.798Z+ ARG0=ci_download_clickhouse
3092023-11-14T21:12:45.800Z+ TARGET_DIR=out
3102023-11-14T21:12:45.803Z+ DOWNLOAD_DIR=out/downloads
3112023-11-14T21:12:45.806Z+ DEST_DIR=./out/clickhouse
3122023-11-14T21:12:45.809Z+ CIDL_VERSION=v22.8.9.24
3132023-11-14T21:12:45.812Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3142023-11-14T21:12:45.815Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3152023-11-14T21:12:45.818Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3162023-11-14T21:12:45.821Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3172023-11-14T21:12:45.824Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3182023-11-14T21:12:45.827Z+ main
3192023-11-14T21:12:45.830Z+ [[ 0 != 0 ]]
3202023-11-14T21:12:45.833Z+ CIDL_OS=solaris2.11
3212023-11-14T21:12:45.836Z+ [[ 0 != 0 ]]
3222023-11-14T21:12:45.840Z+ configure_os solaris2.11
3232023-11-14T21:12:45.842Z+ echo 'current directory: /work/oxidecomputer/omicron'
3242023-11-14T21:12:45.845Zcurrent directory: /work/oxidecomputer/omicron
3252023-11-14T21:12:45.848Z+ echo 'configuring based on OS: "solaris2.11"'
3262023-11-14T21:12:45.852Zconfiguring based on OS: "solaris2.11"
3272023-11-14T21:12:45.855Z+ CIDL_DASHREV=
3282023-11-14T21:12:45.860Z+ case "$1" in
3292023-11-14T21:12:45.863Z+ CIDL_PLATFORM=illumos
3302023-11-14T21:12:45.866Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3312023-11-14T21:12:45.869Z+ CIDL_MD5FUNC=do_md5sum
3322023-11-14T21:12:45.872Z+ CIDL_DASHREV=-1
3332023-11-14T21:12:45.875Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3342023-11-14T21:12:45.878Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3352023-11-14T21:12:45.881Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3362023-11-14T21:12:45.885Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372023-11-14T21:12:45.889Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3382023-11-14T21:12:45.892ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392023-11-14T21:12:45.895ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402023-11-14T21:12:45.898Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412023-11-14T21:12:45.902Z+ mkdir -p out/downloads
3422023-11-14T21:12:45.906Z+ mkdir -p ./out/clickhouse
3432023-11-14T21:12:45.911Z+ local DO_DOWNLOAD=true
3442023-11-14T21:12:45.914Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3452023-11-14T21:12:45.917Z+ '[' true == true ']'
3462023-11-14T21:12:45.920Z+ echo Downloading...
3472023-11-14T21:12:45.923ZDownloading...
3482023-11-14T21:12:45.926Z+ 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
3492023-11-14T21:12:45.929Z+ 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
3502023-11-14T21:12:48.028Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3512023-11-14T21:12:48.031Z++ md5sum
3522023-11-14T21:12:48.034Z++ awk '{print $1}'
3532023-11-14T21:12:48.290Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3542023-11-14T21:12:48.293Z+ [[ 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 ]]
3552023-11-14T21:12:48.296Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3562023-11-14T21:12:48.298Z+ mkdir -p ./out/clickhouse
3572023-11-14T21:12:48.301Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3582023-11-14T21:12:53.188Z+ ./out/clickhouse/clickhouse server --version
3592023-11-14T21:12:53.260ZClickHouse server version 22.8.9.1.
3602023-11-14T21:12:53.281Z+ set -o errexit
3612023-11-14T21:12:53.290Z+++ dirname ./tools/ci_download_console
3622023-11-14T21:12:53.298Z++ cd ./tools
3632023-11-14T21:12:53.307Z++ pwd
3642023-11-14T21:12:53.315Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3652023-11-14T21:12:53.321Z++ basename ./tools/ci_download_console
3662023-11-14T21:12:53.330Z+ ARG0=ci_download_console
3672023-11-14T21:12:53.339Z+ TARGET_DIR=out
3682023-11-14T21:12:53.347Z+ DOWNLOAD_DIR=out/downloads
3692023-11-14T21:12:53.357Z+ DEST_DIR=./out/console-assets
3702023-11-14T21:12:53.367Z+ source /work/oxidecomputer/omicron/tools/console_version
3712023-11-14T21:12:53.375Z++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e
3722023-11-14T21:12:53.384Z++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3732023-11-14T21:12:53.391Z+ URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3742023-11-14T21:12:53.398Z+ TARBALL_FILE=out/downloads/console.tar.gz
3752023-11-14T21:12:53.407Z+ main
3762023-11-14T21:12:53.414Z+ [[ 0 != 0 ]]
3772023-11-14T21:12:53.419Z+ echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz'
3782023-11-14T21:12:53.427ZURL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3792023-11-14T21:12:53.437Z+ echo 'Local file: out/downloads/console.tar.gz'
3802023-11-14T21:12:53.448ZLocal file: out/downloads/console.tar.gz
3812023-11-14T21:12:53.455Z+ local DO_DOWNLOAD=true
3822023-11-14T21:12:53.463Z+ [[ -f out/downloads/console.tar.gz ]]
3832023-11-14T21:12:53.471Z+ mkdir -p out/downloads
3842023-11-14T21:12:53.480Z+ '[' true == true ']'
3852023-11-14T21:12:53.490Z+ echo Downloading...
3862023-11-14T21:12:53.500ZDownloading...
3872023-11-14T21:12:53.505Z+ do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz
3882023-11-14T21:12:53.514Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz
3892023-11-14T21:12:54.034Z++ do_sha256sum out/downloads/console.tar.gz
3902023-11-14T21:12:54.036Z++ case "$OSTYPE" in
3912023-11-14T21:12:54.039Z++ SHA=sha256sum
3922023-11-14T21:12:54.044Z++ sha256sum
3932023-11-14T21:12:54.046Z++ awk '{print $1}'
3942023-11-14T21:12:54.059Z+ calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989
3952023-11-14T21:12:54.061Z+ [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]]
3962023-11-14T21:12:54.064Z+ rm -rf ./out/console-assets
3972023-11-14T21:12:54.067Z+ mkdir -p ./out/console-assets
3982023-11-14T21:12:54.070Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
3992023-11-14T21:12:54.073Z+ mkdir -p ./out/console-assets
4002023-11-14T21:12:54.075Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4012023-11-14T21:12:54.205Z+ set -o errexit
4022023-11-14T21:12:54.212Z+++ dirname ./tools/ci_download_maghemite_openapi
4032023-11-14T21:12:54.215Z++ cd ./tools
4042023-11-14T21:12:54.220Z++ pwd
4052023-11-14T21:12:54.225Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4062023-11-14T21:12:54.231Z++ basename ./tools/ci_download_maghemite_openapi
4072023-11-14T21:12:54.236Z+ ARG0=ci_download_maghemite_openapi
4082023-11-14T21:12:54.239Z+ TARGET_DIR=out
4092023-11-14T21:12:54.242Z+ DOWNLOAD_DIR=out/downloads
4102023-11-14T21:12:54.245Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4112023-11-14T21:12:54.248Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4122023-11-14T21:12:54.251Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4132023-11-14T21:12:54.254Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4142023-11-14T21:12:54.256Z+ LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4152023-11-14T21:12:54.259Z+ main
4162023-11-14T21:12:54.262Z+ [[ 0 != 0 ]]
4172023-11-14T21:12:54.265Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json'
4182023-11-14T21:12:54.268ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4192023-11-14T21:12:54.271Z+ echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4202023-11-14T21:12:54.273ZLocal file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4212023-11-14T21:12:54.276Z+ local DO_DOWNLOAD=true
4222023-11-14T21:12:54.279Z+ [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4232023-11-14T21:12:54.282Z+ mkdir -p out/downloads
4242023-11-14T21:12:54.284Z+ '[' true == true ']'
4252023-11-14T21:12:54.288Z+ echo Downloading...
4262023-11-14T21:12:54.291ZDownloading...
4272023-11-14T21:12:54.294Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4282023-11-14T21:12:54.297Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json
4292023-11-14T21:12:54.375Z++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4302023-11-14T21:12:54.378Z++ case "$OSTYPE" in
4312023-11-14T21:12:54.381Z++ SHA=sha256sum
4322023-11-14T21:12:54.384Z++ sha256sum
4332023-11-14T21:12:54.387Z++ awk '{print $1}'
4342023-11-14T21:12:54.390Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4352023-11-14T21:12:54.393Z+ [[ 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 ]]
4362023-11-14T21:12:54.398Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4372023-11-14T21:12:54.400Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
4382023-11-14T21:12:54.405Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4392023-11-14T21:12:54.408Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4402023-11-14T21:12:54.410Z+ LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4412023-11-14T21:12:54.414Z+ main
4422023-11-14T21:12:54.418Z+ [[ 0 != 0 ]]
4432023-11-14T21:12:54.421Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json'
4442023-11-14T21:12:54.426ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4452023-11-14T21:12:54.429Z+ echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json'
4462023-11-14T21:12:54.432ZLocal file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4472023-11-14T21:12:54.435Z+ local DO_DOWNLOAD=true
4482023-11-14T21:12:54.440Z+ [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]]
4492023-11-14T21:12:54.443Z+ mkdir -p out/downloads
4502023-11-14T21:12:54.446Z+ '[' true == true ']'
4512023-11-14T21:12:54.449Z+ echo Downloading...
4522023-11-14T21:12:54.452ZDownloading...
4532023-11-14T21:12:54.455Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4542023-11-14T21:12:54.459Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json
4552023-11-14T21:12:54.540Z++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json
4562023-11-14T21:12:54.544Z++ case "$OSTYPE" in
4572023-11-14T21:12:54.548Z++ SHA=sha256sum
4582023-11-14T21:12:54.551Z++ sha256sum
4592023-11-14T21:12:54.554Z++ awk '{print $1}'
4602023-11-14T21:12:54.557Z+ calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
4612023-11-14T21:12:54.560Z+ [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]]
4622023-11-14T21:12:54.563Z+ set -o errexit
4632023-11-14T21:12:54.565Z+++ dirname ./tools/ci_download_dendrite_openapi
4642023-11-14T21:12:54.568Z++ cd ./tools
4652023-11-14T21:12:54.571Z++ pwd
4662023-11-14T21:12:54.573Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4672023-11-14T21:12:54.576Z++ basename ./tools/ci_download_dendrite_openapi
4682023-11-14T21:12:54.579Z+ ARG0=ci_download_dendrite_openapi
4692023-11-14T21:12:54.581Z+ TARGET_DIR=out
4702023-11-14T21:12:54.585Z+ DOWNLOAD_DIR=out/downloads
4712023-11-14T21:12:54.589Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4722023-11-14T21:12:54.601Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
4732023-11-14T21:12:54.611Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4742023-11-14T21:12:54.617Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4752023-11-14T21:12:54.621Z+ LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4762023-11-14T21:12:54.624Z+ main
4772023-11-14T21:12:54.627Z+ [[ 0 != 0 ]]
4782023-11-14T21:12:54.630Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json'
4792023-11-14T21:12:54.633ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4802023-11-14T21:12:54.636Z+ echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json'
4812023-11-14T21:12:54.638ZLocal file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4822023-11-14T21:12:54.642Z+ local DO_DOWNLOAD=true
4832023-11-14T21:12:54.644Z+ [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]]
4842023-11-14T21:12:54.647Z+ mkdir -p out/downloads
4852023-11-14T21:12:54.650Z+ '[' true == true ']'
4862023-11-14T21:12:54.653Z+ echo Downloading...
4872023-11-14T21:12:54.655ZDownloading...
4882023-11-14T21:12:54.658Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4892023-11-14T21:12:54.661Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json
4902023-11-14T21:12:54.727Z++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json
4912023-11-14T21:12:54.730Z++ case "$OSTYPE" in
4922023-11-14T21:12:54.733Z++ SHA=sha256sum
4932023-11-14T21:12:54.736Z++ sha256sum
4942023-11-14T21:12:54.739Z++ awk '{print $1}'
4952023-11-14T21:12:54.742Z+ calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
4962023-11-14T21:12:54.744Z+ [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]]
4972023-11-14T21:12:54.747Z+ set -o errexit
4982023-11-14T21:12:54.750Z+++ dirname ./tools/ci_download_dendrite_stub
4992023-11-14T21:12:54.753Z++ cd ./tools
5002023-11-14T21:12:54.756Z++ pwd
5012023-11-14T21:12:54.758Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5022023-11-14T21:12:54.761Z++ basename ./tools/ci_download_dendrite_stub
5032023-11-14T21:12:54.764Z+ ARG0=ci_download_dendrite_stub
5042023-11-14T21:12:54.767Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5052023-11-14T21:12:54.770Z++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5062023-11-14T21:12:54.773Z++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec
5072023-11-14T21:12:54.775Z++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae
5082023-11-14T21:12:54.778Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5092023-11-14T21:12:54.782Z++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949
5102023-11-14T21:12:54.813Z++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3
5112023-11-14T21:12:54.816Z+ TARGET_DIR=out
5122023-11-14T21:12:54.819Z+ DOWNLOAD_DIR=out/downloads
5132023-11-14T21:12:54.821Z+ DEST_DIR=./out/dendrite-stub
5142023-11-14T21:12:54.824Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5152023-11-14T21:12:54.827Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5162023-11-14T21:12:54.830Z+ REPO=oxidecomputer/dendrite
5172023-11-14T21:12:54.833Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949
5182023-11-14T21:12:54.836Z+ main
5192023-11-14T21:12:54.838Z+ [[ 0 != 0 ]]
5202023-11-14T21:12:54.841Z+ CIDL_OS=solaris2.11
5212023-11-14T21:12:54.844Z+ [[ 0 != 0 ]]
5222023-11-14T21:12:54.847Z+ configure_os solaris2.11
5232023-11-14T21:12:54.850Z+ echo 'current directory: /work/oxidecomputer/omicron'
5242023-11-14T21:12:54.853Zcurrent directory: /work/oxidecomputer/omicron
5252023-11-14T21:12:54.856Z+ echo 'configuring based on OS: "solaris2.11"'
5262023-11-14T21:12:54.859Zconfiguring based on OS: "solaris2.11"
5272023-11-14T21:12:54.863Z+ case "$1" in
5282023-11-14T21:12:54.867Z+ SET_BINARIES=
5292023-11-14T21:12:54.869Z+ CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5302023-11-14T21:12:54.874Z+ CIDL_SHA256FUNC=do_sha256sum
5312023-11-14T21:12:54.877Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5322023-11-14T21:12:54.880Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5332023-11-14T21:12:54.883Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5342023-11-14T21:12:54.886Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz'
5352023-11-14T21:12:54.888ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5362023-11-14T21:12:54.891ZLocal file: out/downloads/dendrite-stub.tar.gz
5372023-11-14T21:12:54.894Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5382023-11-14T21:12:54.897Z+ mkdir -p out/downloads
5392023-11-14T21:12:54.900Z+ mkdir -p ./out/dendrite-stub
5402023-11-14T21:12:54.902Z+ fetch_and_verify
5412023-11-14T21:12:54.905Z+ local DO_DOWNLOAD=true
5422023-11-14T21:12:54.908Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5432023-11-14T21:12:54.911Z+ '[' true == true ']'
5442023-11-14T21:12:54.914Z+ echo Downloading...
5452023-11-14T21:12:54.916ZDownloading...
5462023-11-14T21:12:54.919Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5472023-11-14T21:12:54.922Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz
5482023-11-14T21:12:58.685Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5492023-11-14T21:12:58.688Z++ sha256sum
5502023-11-14T21:12:58.692Z++ awk '{print $1}'
5512023-11-14T21:12:58.779Z+ calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3
5522023-11-14T21:12:58.788Z+ [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]]
5532023-11-14T21:12:58.799Z+ do_untar out/downloads/dendrite-stub.tar.gz
5542023-11-14T21:12:58.806Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5552023-11-14T21:12:59.690Z+ do_assemble
5562023-11-14T21:12:59.698Z+ rm -r ./out/dendrite-stub
5572023-11-14T21:12:59.701Z+ mkdir ./out/dendrite-stub
5582023-11-14T21:12:59.705Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5592023-11-14T21:12:59.802Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5602023-11-14T21:12:59.816Z+ set -o errexit
5612023-11-14T21:12:59.818Z+++ dirname ./tools/ci_download_maghemite_mgd
5622023-11-14T21:12:59.822Z++ cd ./tools
5632023-11-14T21:12:59.824Z++ pwd
5642023-11-14T21:12:59.827Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5652023-11-14T21:12:59.831Z++ basename ./tools/ci_download_maghemite_mgd
5662023-11-14T21:12:59.833Z+ ARG0=ci_download_maghemite_mgd
5672023-11-14T21:12:59.837Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5682023-11-14T21:12:59.840Z++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
5692023-11-14T21:12:59.843Z++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c
5702023-11-14T21:12:59.846Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5712023-11-14T21:12:59.851Z++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877
5722023-11-14T21:12:59.854Z++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113
5732023-11-14T21:12:59.858Z+ TARGET_DIR=out
5742023-11-14T21:12:59.861Z+ DOWNLOAD_DIR=out/downloads
5752023-11-14T21:12:59.864Z+ DEST_DIR=./out/mgd
5762023-11-14T21:12:59.867Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5772023-11-14T21:12:59.870Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5782023-11-14T21:12:59.873Z+ REPO=oxidecomputer/maghemite
5792023-11-14T21:12:59.876Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877
5802023-11-14T21:12:59.880Z+ main
5812023-11-14T21:12:59.883Z+ [[ 0 != 0 ]]
5822023-11-14T21:12:59.886Z+ CIDL_OS=solaris2.11
5832023-11-14T21:12:59.889Z+ [[ 0 != 0 ]]
5842023-11-14T21:12:59.892Z+ configure_os solaris2.11
5852023-11-14T21:12:59.895Z+ echo 'current directory: /work/oxidecomputer/omicron'
5862023-11-14T21:12:59.897Zcurrent directory: /work/oxidecomputer/omicron
5872023-11-14T21:12:59.901Z+ echo 'configuring based on OS: "solaris2.11"'
5882023-11-14T21:12:59.904Zconfiguring based on OS: "solaris2.11"
5892023-11-14T21:12:59.907Z+ case "$1" in
5902023-11-14T21:12:59.910Z+ SET_BINARIES=
5912023-11-14T21:12:59.913Z+ CIDL_SHA256FUNC=do_sha256sum
5922023-11-14T21:12:59.917Z+ TARBALL_FILENAME=mgd.tar.gz
5932023-11-14T21:12:59.920Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
5942023-11-14T21:12:59.922Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5952023-11-14T21:12:59.925Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz'
5962023-11-14T21:12:59.929ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
5972023-11-14T21:12:59.934Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5982023-11-14T21:12:59.949ZLocal file: out/downloads/mgd.tar.gz
5992023-11-14T21:12:59.952Z+ mkdir -p out/downloads
6002023-11-14T21:12:59.996Z+ mkdir -p ./out/mgd
6012023-11-14T21:13:00.420Z+ fetch_and_verify
6022023-11-14T21:13:00.424Z+ local DO_DOWNLOAD=true
6032023-11-14T21:13:00.427Z+ [[ -f out/downloads/mgd.tar.gz ]]
6042023-11-14T21:13:00.430Z+ '[' true == true ']'
6052023-11-14T21:13:00.434Z+ echo Downloading...
6062023-11-14T21:13:00.438ZDownloading...
6072023-11-14T21:13:00.448Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz
6082023-11-14T21:13:00.461Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz
6092023-11-14T21:13:05.286Z++ do_sha256sum out/downloads/mgd.tar.gz
6102023-11-14T21:13:05.296Z++ sha256sum
6112023-11-14T21:13:05.316Z++ awk '{print $1}'
6122023-11-14T21:13:05.365Z+ calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31
6132023-11-14T21:13:05.368Z+ [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]]
6142023-11-14T21:13:05.371Z+ do_untar out/downloads/mgd.tar.gz
6152023-11-14T21:13:05.377Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6162023-11-14T21:13:06.031Z+ do_assemble
6172023-11-14T21:13:06.034Z+ rm -r ./out/mgd
6182023-11-14T21:13:06.036Z+ mkdir ./out/mgd
6192023-11-14T21:13:06.040Z+ cp -r out/downloads/root ./out/mgd/root
6202023-11-14T21:13:06.244Z+ set -o errexit
6212023-11-14T21:13:06.248Z+++ dirname ./tools/ci_download_transceiver_control
6222023-11-14T21:13:06.251Z++ cd ./tools
6232023-11-14T21:13:06.254Z++ pwd
6242023-11-14T21:13:06.257Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6252023-11-14T21:13:06.260Z++ basename ./tools/ci_download_transceiver_control
6262023-11-14T21:13:06.263Z+ ARG0=ci_download_transceiver_control
6272023-11-14T21:13:06.266Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6282023-11-14T21:13:06.268Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6292023-11-14T21:13:06.271Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6302023-11-14T21:13:06.274Z+ TARGET_DIR=out
6312023-11-14T21:13:06.277Z+ DOWNLOAD_DIR=out/downloads
6322023-11-14T21:13:06.280Z+ DEST_DIR=./out/transceiver-control
6332023-11-14T21:13:06.283Z+ BIN_DIR=/opt/oxide/bin
6342023-11-14T21:13:06.286Z+ BINARY=xcvradm
6352023-11-14T21:13:06.289Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6362023-11-14T21:13:06.292Z+ REPO=oxidecomputer/transceiver-control
6372023-11-14T21:13:06.294Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382023-11-14T21:13:06.297Z+ main
6392023-11-14T21:13:06.300Z+ [[ 0 != 0 ]]
6402023-11-14T21:13:06.303Z+ CIDL_OS=solaris2.11
6412023-11-14T21:13:06.305Z+ [[ 0 != 0 ]]
6422023-11-14T21:13:06.308Z+ configure_os solaris2.11
6432023-11-14T21:13:06.310Z+ echo 'current directory: /work/oxidecomputer/omicron'
6442023-11-14T21:13:06.314Zcurrent directory: /work/oxidecomputer/omicron
6452023-11-14T21:13:06.316Z+ echo 'configuring based on OS: "solaris2.11"'
6462023-11-14T21:13:06.319Zconfiguring based on OS: "solaris2.11"
6472023-11-14T21:13:06.322Z+ case "$1" in
6482023-11-14T21:13:06.325Z+ SET_BINARIES=
6492023-11-14T21:13:06.328Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502023-11-14T21:13:06.331Z+ CIDL_SHA256FUNC=do_sha256sum
6512023-11-14T21:13:06.334Z+ ARCHIVE_FILENAME=xcvradm.gz
6522023-11-14T21:13:06.336Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6532023-11-14T21:13:06.340Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6542023-11-14T21:13:06.342Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6552023-11-14T21:13:06.345ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6562023-11-14T21:13:06.348Z+ echo 'Local file: out/downloads/xcvradm.gz'
6572023-11-14T21:13:06.351ZLocal file: out/downloads/xcvradm.gz
6582023-11-14T21:13:06.354Z+ mkdir -p out/downloads
6592023-11-14T21:13:06.357Z+ mkdir -p ./out/transceiver-control
6602023-11-14T21:13:06.360Z+ fetch_and_verify
6612023-11-14T21:13:06.363Z+ local DO_DOWNLOAD=true
6622023-11-14T21:13:06.366Z+ [[ -f out/downloads/xcvradm.gz ]]
6632023-11-14T21:13:06.371Z+ '[' true == true ']'
6642023-11-14T21:13:06.374Z+ echo Downloading...
6652023-11-14T21:13:06.377ZDownloading...
6662023-11-14T21:13:06.380Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6672023-11-14T21:13:06.383Z+ 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
6682023-11-14T21:13:07.400Z++ do_sha256sum out/downloads/xcvradm.gz
6692023-11-14T21:13:07.403Z++ sha256sum
6702023-11-14T21:13:07.406Z++ awk '{print $1}'
6712023-11-14T21:13:07.426Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6722023-11-14T21:13:07.428Z+ [[ 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 ]]
6732023-11-14T21:13:07.432Z+ do_unpack out/downloads/xcvradm.gz
6742023-11-14T21:13:07.435Z+ mkdir -p out/downloads/root//opt/oxide/bin
6752023-11-14T21:13:07.439Z+ gzip -dc out/downloads/xcvradm.gz
6762023-11-14T21:13:07.612Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6772023-11-14T21:13:07.614Z+ do_assemble
6782023-11-14T21:13:07.617Z+ rm -r ./out/transceiver-control
6792023-11-14T21:13:07.620Z+ mkdir ./out/transceiver-control
6802023-11-14T21:13:07.622Z+ cp -r out/downloads/root ./out/transceiver-control/root
6812023-11-14T21:13:07.841ZAll prerequisites installed successfully
6822023-11-14T21:13:07.847Z
6832023-11-14T21:13:07.855Zreal 1:49.927616996
6842023-11-14T21:13:07.863Zuser 53.490319205
6852023-11-14T21:13:07.869Zsys 10.147521147
6862023-11-14T21:13:07.879Ztrap 0.023594776
6872023-11-14T21:13:07.887Ztflt 0.230653021
6882023-11-14T21:13:07.895Zdflt 0.802343278
6892023-11-14T21:13:07.900Zkflt 0.202950639
6902023-11-14T21:13:08.320Zlock 1.936731939
6912023-11-14T21:13:08.323Zslp 3:14.904879527
6922023-11-14T21:13:08.326Zlat 3.539819373
6932023-11-14T21:13:08.329Zstop 0.072041946
6942023-11-14T21:13:08.332Z+ banner end-to-end-tests
6952023-11-14T21:13:08.335Z
6962023-11-14T21:13:08.338Z ###### # # ##### ##### #### ###### # # #####
6972023-11-14T21:13:08.341Z # ## # # # # # # # ## # # #
6982023-11-14T21:13:08.343Z ##### # # # # # ##### # # # ##### ##### # # # # #
6992023-11-14T21:13:08.347Z # # # # # # # # # # # # # # #
7002023-11-14T21:13:08.350Z # # ## # # # # # # # ## # #
7012023-11-14T21:13:08.353Z ###### # # ##### # #### ###### # # #####
7022023-11-14T21:13:08.357Z
7032023-11-14T21:13:08.360Z+ export CARGO_PROFILE_DEV_DEBUG=1
7042023-11-14T21:13:08.362Z+ CARGO_PROFILE_DEV_DEBUG=1
7052023-11-14T21:13:08.365Z+ export CARGO_PROFILE_TEST_DEBUG=1
7062023-11-14T21:13:08.369Z+ CARGO_PROFILE_TEST_DEBUG=1
7072023-11-14T21:13:08.372Z+ export CARGO_INCREMENTAL=0
7082023-11-14T21:13:08.374Z+ CARGO_INCREMENTAL=0
7092023-11-14T21:13:08.378Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7102023-11-14T21:13:08.380Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7112023-11-14T21:13:08.662Z Updating crates.io index
7122023-11-14T21:13:08.667Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7132023-11-14T21:13:09.542Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7142023-11-14T21:13:11.410Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7152023-11-14T21:13:12.025Z Updating git repository `http://github.com/oxidecomputer/tofino`
7162023-11-14T21:13:12.347Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7172023-11-14T21:13:12.650Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7182023-11-14T21:13:12.951Z Updating git repository `https://github.com/oxidecomputer/propolis`
7192023-11-14T21:13:13.907Z Updating git repository `https://github.com/oxidecomputer/crucible`
7202023-11-14T21:13:15.868Z Updating git repository `https://github.com/oxidecomputer/opte`
7212023-11-14T21:13:16.881Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7222023-11-14T21:13:17.300Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7232023-11-14T21:13:17.872Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7242023-11-14T21:13:18.286Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7252023-11-14T21:13:18.603Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7262023-11-14T21:13:19.028Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7272023-11-14T21:13:19.344Z Updating git repository `https://github.com/njaremko/samael`
7282023-11-14T21:13:19.908Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7292023-11-14T21:13:20.473Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7302023-11-14T21:13:20.881Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7312023-11-14T21:13:21.231Z Updating git repository `https://github.com/jgallagher/nix`
7322023-11-14T21:13:22.539Z Updating git repository `https://github.com/cbiffle/hubpack`
7332023-11-14T21:13:23.016Z Updating git repository `https://github.com/oxidecomputer/omicron`
7342023-11-14T21:13:31.680Z Updating git repository `https://github.com/oxidecomputer/rfb`
7352023-11-14T21:13:32.190Z Updating git repository `https://github.com/oxidecomputer/typify`
7362023-11-14T21:13:33.181Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7372023-11-14T21:13:33.564Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7382023-11-14T21:13:34.137Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7392023-11-14T21:13:35.694Z Downloading crates ...
7402023-11-14T21:13:35.957Z Downloaded camino v1.1.6
7412023-11-14T21:13:35.977Z Downloaded matches v0.1.10
7422023-11-14T21:13:35.988Z Downloaded addr2line v0.21.0
7432023-11-14T21:13:36.001Z Downloaded new_debug_unreachable v1.0.4
7442023-11-14T21:13:36.010Z Downloaded memoffset v0.7.1
7452023-11-14T21:13:36.017Z Downloaded bitstruct v0.1.1
7462023-11-14T21:13:36.024Z Downloaded pretty-hex v0.3.0
7472023-11-14T21:13:36.031Z Downloaded precomputed-hash v0.1.1
7482023-11-14T21:13:36.034Z Downloaded crucible-workspace-hack v0.1.0
7492023-11-14T21:13:36.038Z Downloaded postcard-cobs v0.1.5-pre
7502023-11-14T21:13:36.042Z Downloaded ciborium-ll v0.2.1
7512023-11-14T21:13:36.049Z Downloaded colorchoice v1.0.0
7522023-11-14T21:13:36.055Z Downloaded num-derive v0.4.0
7532023-11-14T21:13:36.060Z Downloaded const_format_proc_macros v0.2.31
7542023-11-14T21:13:36.067Z Downloaded atomic-waker v1.1.1
7552023-11-14T21:13:36.073Z Downloaded autocfg v1.1.0
7562023-11-14T21:13:36.078Z Downloaded num_threads v0.1.6
7572023-11-14T21:13:36.083Z Downloaded md5 v0.7.0
7582023-11-14T21:13:36.086Z Downloaded base16ct v0.2.0
7592023-11-14T21:13:36.090Z Downloaded block-buffer v0.10.4
7602023-11-14T21:13:36.095Z Downloaded bitflags v1.3.2
7612023-11-14T21:13:36.107Z Downloaded bit_field v0.10.2
7622023-11-14T21:13:36.111Z Downloaded clap_derive v4.4.2
7632023-11-14T21:13:36.118Z Downloaded tap v1.0.1
7642023-11-14T21:13:36.121Z Downloaded strum_macros v0.25.2
7652023-11-14T21:13:36.126Z Downloaded hubpack_derive v0.1.1
7662023-11-14T21:13:36.129Z Downloaded lock_api v0.4.10
7672023-11-14T21:13:36.133Z Downloaded num-integer v0.1.45
7682023-11-14T21:13:36.138Z Downloaded num-iter v0.1.43
7692023-11-14T21:13:36.143Z Downloaded num-rational v0.4.1
7702023-11-14T21:13:36.147Z Downloaded phf_shared v0.11.2
7712023-11-14T21:13:36.151Z Downloaded base64ct v1.6.0
7722023-11-14T21:13:36.158Z Downloaded polyval v0.6.1
7732023-11-14T21:13:36.163Z Downloaded tokio-native-tls v0.3.1
7742023-11-14T21:13:36.168Z Downloaded ascii v1.1.0
7752023-11-14T21:13:36.173Z Downloaded pest_meta v2.7.2
7762023-11-14T21:13:36.178Z Downloaded anyhow v1.0.75
7772023-11-14T21:13:36.187Z Downloaded either v1.9.0
7782023-11-14T21:13:36.192Z Downloaded time-core v0.1.1
7792023-11-14T21:13:36.195Z Downloaded rand_chacha v0.2.2
7802023-11-14T21:13:36.199Z Downloaded fallible-iterator v0.2.0
7812023-11-14T21:13:36.202Z Downloaded crypto-bigint v0.5.2
7822023-11-14T21:13:36.214Z Downloaded equivalent v1.0.1
7832023-11-14T21:13:36.244Z Downloaded endian-type v0.1.2
7842023-11-14T21:13:36.248Z Downloaded usdt-attr-macro v0.3.5
7852023-11-14T21:13:36.251Z Downloaded difflib v0.4.0
7862023-11-14T21:13:36.254Z Downloaded dof v0.1.5
7872023-11-14T21:13:36.257Z Downloaded same-file v1.0.6
7882023-11-14T21:13:36.260Z Downloaded hash32 v0.2.1
7892023-11-14T21:13:36.263Z Downloaded hex-literal v0.4.1
7902023-11-14T21:13:36.267Z Downloaded serde_arrays v0.1.0
7912023-11-14T21:13:36.269Z Downloaded foreign-types-shared v0.3.1
7922023-11-14T21:13:36.272Z Downloaded heck v0.4.1
7932023-11-14T21:13:36.276Z Downloaded ident_case v1.0.1
7942023-11-14T21:13:36.279Z Downloaded whoami v1.4.1
7952023-11-14T21:13:36.288Z Downloaded fallible-streaming-iterator v0.1.9
7962023-11-14T21:13:36.291Z Downloaded errno v0.3.2
7972023-11-14T21:13:36.294Z Downloaded spin v0.9.8
7982023-11-14T21:13:36.297Z Downloaded instant v0.1.12
7992023-11-14T21:13:36.300Z Downloaded fxhash v0.2.1
8002023-11-14T21:13:36.303Z Downloaded const_format v0.2.31
8012023-11-14T21:13:36.306Z Downloaded tower-service v0.3.2
8022023-11-14T21:13:36.309Z Downloaded want v0.3.1
8032023-11-14T21:13:36.312Z Downloaded waitgroup v0.1.2
8042023-11-14T21:13:36.315Z Downloaded serde_with_macros v2.3.3
8052023-11-14T21:13:36.318Z Downloaded ed25519 v2.2.2
8062023-11-14T21:13:36.322Z Downloaded synstructure v0.12.6
8072023-11-14T21:13:36.324Z Downloaded slog-stdlog v4.1.1
8082023-11-14T21:13:36.327Z Downloaded serde_repr v0.1.16
8092023-11-14T21:13:36.330Z Downloaded diesel_table_macro_syntax v0.1.0
8102023-11-14T21:13:36.332Z Downloaded usdt-macro v0.3.5
8112023-11-14T21:13:36.336Z Downloaded dirs-sys-next v0.1.2
8122023-11-14T21:13:36.340Z Downloaded getopts v0.2.21
8132023-11-14T21:13:36.343Z Downloaded dtrace-parser v0.1.14
8142023-11-14T21:13:36.345Z Downloaded thiserror-impl-no-std v2.0.2
8152023-11-14T21:13:36.348Z Downloaded iana-time-zone v0.1.57
8162023-11-14T21:13:36.351Z Downloaded generic-array v0.14.7
8172023-11-14T21:13:36.354Z Downloaded rustc_version v0.4.0
8182023-11-14T21:13:36.356Z Downloaded signal-hook-registry v1.4.1
8192023-11-14T21:13:36.359Z Downloaded ryu v1.0.15
8202023-11-14T21:13:36.362Z Downloaded tokio-macros v2.1.0
8212023-11-14T21:13:36.365Z Downloaded glob v0.3.1
8222023-11-14T21:13:36.368Z Downloaded vec_map v0.8.2
8232023-11-14T21:13:36.371Z Downloaded walkdir v2.4.0
8242023-11-14T21:13:36.373Z Downloaded parking_lot v0.12.1
8252023-11-14T21:13:36.376Z Downloaded slab v0.4.9
8262023-11-14T21:13:36.379Z Downloaded siphasher v0.3.11
8272023-11-14T21:13:36.382Z Downloaded thiserror-no-std v2.0.2
8282023-11-14T21:13:36.385Z Downloaded foreign-types v0.3.2
8292023-11-14T21:13:36.388Z Downloaded scopeguard v1.2.0
8302023-11-14T21:13:36.391Z Downloaded rand_chacha v0.3.1
8312023-11-14T21:13:36.394Z Downloaded quick-error v1.2.3
8322023-11-14T21:13:36.397Z Downloaded dyn-clone v1.0.13
8332023-11-14T21:13:36.400Z Downloaded russh-keys v0.38.0
8342023-11-14T21:13:36.404Z Downloaded toolchain_find v0.2.0
8352023-11-14T21:13:36.408Z Downloaded slog-scope v4.4.0
8362023-11-14T21:13:36.411Z Downloaded float-cmp v0.9.0
8372023-11-14T21:13:36.414Z Downloaded schemars_derive v0.8.13
8382023-11-14T21:13:36.417Z Downloaded digest v0.10.7
8392023-11-14T21:13:36.420Z Downloaded tokio-rustls v0.24.1
8402023-11-14T21:13:36.423Z Downloaded zip v0.6.6
8412023-11-14T21:13:36.426Z Downloaded rustls-pemfile v1.0.3
8422023-11-14T21:13:36.429Z Downloaded jobserver v0.1.26
8432023-11-14T21:13:36.433Z Downloaded itoa v1.0.9
8442023-11-14T21:13:36.436Z Downloaded signature v2.1.0
8452023-11-14T21:13:36.438Z Downloaded static_assertions v1.1.0
8462023-11-14T21:13:36.441Z Downloaded serde_spanned v0.6.4
8472023-11-14T21:13:36.444Z Downloaded futures-task v0.3.29
8482023-11-14T21:13:36.447Z Downloaded io-lifetimes v1.0.11
8492023-11-14T21:13:36.450Z Downloaded http-range v0.1.5
8502023-11-14T21:13:36.456Z Downloaded rand v0.8.5
8512023-11-14T21:13:36.460Z Downloaded futures-core v0.3.29
8522023-11-14T21:13:36.462Z Downloaded slog-bunyan v2.4.0
8532023-11-14T21:13:36.465Z Downloaded serde_tokenstream v0.1.7
8542023-11-14T21:13:36.470Z Downloaded time-macros v0.2.13
8552023-11-14T21:13:36.475Z Downloaded rustfmt-wrapper v0.2.0
8562023-11-14T21:13:36.478Z Downloaded headers-core v0.2.0
8572023-11-14T21:13:36.482Z Downloaded httpdate v1.0.3
8582023-11-14T21:13:36.485Z Downloaded uuid v1.5.0
8592023-11-14T21:13:36.490Z Downloaded futures-sink v0.3.29
8602023-11-14T21:13:36.493Z Downloaded serde_derive v1.0.188
8612023-11-14T21:13:36.499Z Downloaded serde_tokenstream v0.2.0
8622023-11-14T21:13:36.504Z Downloaded hubpack v0.1.2
8632023-11-14T21:13:36.507Z Downloaded ron v0.7.1
8642023-11-14T21:13:36.518Z Downloaded twox-hash v1.6.3
8652023-11-14T21:13:36.521Z Downloaded group v0.13.0
8662023-11-14T21:13:36.524Z Downloaded schemars v0.8.13
8672023-11-14T21:13:36.547Z Downloaded zeroize v1.6.0
8682023-11-14T21:13:36.550Z Downloaded rand_core v0.6.4
8692023-11-14T21:13:36.553Z Downloaded keccak v0.1.4
8702023-11-14T21:13:36.557Z Downloaded heck v0.3.3
8712023-11-14T21:13:36.560Z Downloaded rcgen v0.11.3
8722023-11-14T21:13:36.563Z Downloaded trust-dns-resolver v0.22.0
8732023-11-14T21:13:36.570Z Downloaded xattr v1.0.1
8742023-11-14T21:13:36.574Z Downloaded sha2 v0.10.8
8752023-11-14T21:13:36.578Z Downloaded similar v2.2.1
8762023-11-14T21:13:36.588Z Downloaded hyper-rustls v0.24.2
8772023-11-14T21:13:36.593Z Downloaded yasna v0.5.2
8782023-11-14T21:13:36.597Z Downloaded semver v1.0.20
8792023-11-14T21:13:36.602Z Downloaded clap_builder v4.4.2
8802023-11-14T21:13:36.616Z Downloaded toml v0.7.8
8812023-11-14T21:13:36.623Z Downloaded russh v0.39.0
8822023-11-14T21:13:36.632Z Downloaded indexmap v1.9.3
8832023-11-14T21:13:36.639Z Downloaded aes-gcm v0.10.3
8842023-11-14T21:13:36.648Z Downloaded socket2 v0.5.4
8852023-11-14T21:13:36.651Z Downloaded slog v2.7.0
8862023-11-14T21:13:36.657Z Downloaded tungstenite v0.20.1
8872023-11-14T21:13:36.663Z Downloaded trust-dns-server v0.22.1
8882023-11-14T21:13:36.674Z Downloaded itertools v0.10.5
8892023-11-14T21:13:36.689Z Downloaded trust-dns-client v0.22.0
8902023-11-14T21:13:36.700Z Downloaded serde_yaml v0.9.25
8912023-11-14T21:13:36.707Z Downloaded heapless v0.7.16
8922023-11-14T21:13:36.714Z Downloaded petgraph v0.6.4
8932023-11-14T21:13:36.741Z Downloaded hashbrown v0.12.3
8942023-11-14T21:13:36.749Z Downloaded clap v2.34.0
8952023-11-14T21:13:36.763Z Downloaded rusqlite v0.29.0
8962023-11-14T21:13:36.776Z Downloaded regex-automata v0.1.10
8972023-11-14T21:13:36.786Z Downloaded reqwest v0.11.20
8982023-11-14T21:13:36.804Z Downloaded itertools v0.11.0
8992023-11-14T21:13:36.816Z Downloaded serde_with v2.3.3
9002023-11-14T21:13:36.829Z Downloaded hkdf v0.12.3
9012023-11-14T21:13:36.834Z Downloaded nix v0.26.2
9022023-11-14T21:13:36.855Z Downloaded serde_json v1.0.108
9032023-11-14T21:13:36.869Z Downloaded winnow v0.5.15
9042023-11-14T21:13:36.886Z Downloaded hashbrown v0.14.2
9052023-11-14T21:13:36.896Z Downloaded futures-util v0.3.29
9062023-11-14T21:13:36.919Z Downloaded h2 v0.3.21
9072023-11-14T21:13:36.932Z Downloaded webpki-roots v0.25.2
9082023-11-14T21:13:36.940Z Downloaded syn v1.0.109
9092023-11-14T21:13:36.962Z Downloaded syn v2.0.32
9102023-11-14T21:13:36.983Z Downloaded smoltcp v0.8.2
9112023-11-14T21:13:37.001Z Downloaded smoltcp v0.9.1
9122023-11-14T21:13:37.023Z Downloaded rustls v0.21.8
9132023-11-14T21:13:37.046Z Downloaded idna v0.4.0
9142023-11-14T21:13:37.059Z Downloaded rustix v0.38.9
9152023-11-14T21:13:37.101Z Downloaded rustix v0.37.23
9162023-11-14T21:13:37.138Z Downloaded gimli v0.28.0
9172023-11-14T21:13:37.155Z Downloaded trust-dns-proto v0.22.0
9182023-11-14T21:13:37.179Z Downloaded sled v0.34.7
9192023-11-14T21:13:37.270Z Downloaded regex-syntax v0.7.5
9202023-11-14T21:13:37.276Z Downloaded bstr v1.6.0
9212023-11-14T21:13:37.280Z Downloaded regex-automata v0.3.8
9222023-11-14T21:13:37.283Z Downloaded tokio v1.33.0
9232023-11-14T21:13:37.340Z Downloaded regex-syntax v0.6.29
9242023-11-14T21:13:37.354Z Downloaded zerocopy-derive v0.2.0
9252023-11-14T21:13:37.373Z Downloaded zerocopy-derive v0.6.4
9262023-11-14T21:13:37.394Z Downloaded bzip2-sys v0.1.11+1.0.8
9272023-11-14T21:13:37.422Z Downloaded regex-automata v0.4.3
9282023-11-14T21:13:37.456Z Downloaded libc v0.2.150
9292023-11-14T21:13:37.506Z Downloaded winapi v0.3.9
9302023-11-14T21:13:37.583Z Downloaded encoding_rs v0.8.33
9312023-11-14T21:13:37.631Z Downloaded regex v1.10.2
9322023-11-14T21:13:37.660Z Downloaded regex-syntax v0.8.2
9332023-11-14T21:13:37.677Z Downloaded sha3 v0.10.8
9342023-11-14T21:13:37.692Z Downloaded openapiv3 v1.0.3
9352023-11-14T21:13:37.717Z Downloaded bstr v0.2.17
9362023-11-14T21:13:37.738Z Downloaded idna v0.2.3
9372023-11-14T21:13:37.752Z Downloaded vcpkg v0.2.15
9382023-11-14T21:13:37.830Z Downloaded regress v0.7.1
9392023-11-14T21:13:37.845Z Downloaded radix_trie v0.2.1
9402023-11-14T21:13:37.857Z Downloaded diesel v2.1.3
9412023-11-14T21:13:37.893Z Downloaded object v0.32.1
9422023-11-14T21:13:37.915Z Downloaded curve25519-dalek v4.1.0
9432023-11-14T21:13:37.939Z Downloaded openssl v0.10.57
9442023-11-14T21:13:37.960Z Downloaded rustls-webpki v0.101.7
9452023-11-14T21:13:37.992Z Downloaded git2 v0.17.2
9462023-11-14T21:13:38.010Z Downloaded bitvec v1.0.1
9472023-11-14T21:13:38.039Z Downloaded ring v0.16.20
9482023-11-14T21:13:38.206Z Downloaded libgit2-sys v0.15.2+1.6.4
9492023-11-14T21:13:38.316Z Downloaded hyper v0.14.27
9502023-11-14T21:13:38.332Z Downloaded serde v1.0.188
9512023-11-14T21:13:38.338Z Downloaded tokio-util v0.7.10
9522023-11-14T21:13:38.351Z Downloaded toml_edit v0.21.0
9532023-11-14T21:13:38.392Z Downloaded http v0.2.9
9542023-11-14T21:13:38.398Z Downloaded tracing v0.1.37
9552023-11-14T21:13:38.408Z Downloaded chrono v0.4.31
9562023-11-14T21:13:38.421Z Downloaded unicode-normalization v0.1.22
9572023-11-14T21:13:38.428Z Downloaded rand v0.7.3
9582023-11-14T21:13:38.438Z Downloaded crossterm v0.27.0
9592023-11-14T21:13:38.450Z Downloaded time v0.3.27
9602023-11-14T21:13:38.462Z Downloaded aho-corasick v1.0.4
9612023-11-14T21:13:38.473Z Downloaded pest v2.7.2
9622023-11-14T21:13:38.483Z Downloaded ed25519-dalek v2.0.0
9632023-11-14T21:13:38.489Z Downloaded tokio-postgres v0.7.10
9642023-11-14T21:13:38.499Z Downloaded hashbrown v0.13.2
9652023-11-14T21:13:38.506Z Downloaded inout v0.1.3
9662023-11-14T21:13:38.509Z Downloaded hyper-staticfile v0.9.5
9672023-11-14T21:13:38.512Z Downloaded unicode-segmentation v1.10.1
9682023-11-14T21:13:38.518Z Downloaded toml_edit v0.19.15
9692023-11-14T21:13:38.549Z Downloaded secrecy v0.8.0
9702023-11-14T21:13:38.552Z Downloaded futures-channel v0.3.29
9712023-11-14T21:13:38.555Z Downloaded hmac v0.12.1
9722023-11-14T21:13:38.558Z Downloaded socket2 v0.4.9
9732023-11-14T21:13:38.561Z Downloaded url v2.4.1
9742023-11-14T21:13:38.567Z Downloaded hex v0.4.3
9752023-11-14T21:13:38.570Z Downloaded serde_urlencoded v0.7.1
9762023-11-14T21:13:38.573Z Downloaded serde_derive_internals v0.26.0
9772023-11-14T21:13:38.576Z Downloaded stringprep v0.1.3
9782023-11-14T21:13:38.578Z Downloaded tinyvec v1.6.0
9792023-11-14T21:13:38.584Z Downloaded wyz v0.5.1
9802023-11-14T21:13:38.587Z Downloaded term v0.7.0
9812023-11-14T21:13:38.592Z Downloaded proc-macro2 v1.0.67
9822023-11-14T21:13:38.597Z Downloaded flate2 v1.0.28
9832023-11-14T21:13:38.606Z Downloaded libz-sys v1.1.12
9842023-11-14T21:13:38.733Z Downloaded indexmap v2.1.0
9852023-11-14T21:13:38.739Z Downloaded aes v0.8.3
9862023-11-14T21:13:38.748Z Downloaded unicode-bidi v0.3.13
9872023-11-14T21:13:38.752Z Downloaded signal-hook v0.3.17
9882023-11-14T21:13:38.758Z Downloaded semver-parser v0.10.2
9892023-11-14T21:13:38.761Z Downloaded http-body v0.4.5
9902023-11-14T21:13:38.764Z Downloaded form_urlencoded v1.2.0
9912023-11-14T21:13:38.768Z Downloaded spin v0.5.2
9922023-11-14T21:13:38.771Z Downloaded toml v0.8.8
9932023-11-14T21:13:38.774Z Downloaded toml v0.5.11
9942023-11-14T21:13:38.777Z Downloaded slog-async v2.8.0
9952023-11-14T21:13:38.780Z Downloaded rustls-native-certs v0.6.3
9962023-11-14T21:13:38.784Z Downloaded libm v0.2.7
9972023-11-14T21:13:38.801Z Downloaded sha1 v0.10.5
9982023-11-14T21:13:38.804Z Downloaded fnv v1.0.7
9992023-11-14T21:13:38.807Z Downloaded scheduled-thread-pool v0.2.7
10002023-11-14T21:13:38.810Z Downloaded slog-json v2.6.1
10012023-11-14T21:13:38.813Z Downloaded unsafe-libyaml v0.2.9
10022023-11-14T21:13:38.817Z Downloaded futures-macro v0.3.29
10032023-11-14T21:13:38.819Z Downloaded fixedbitset v0.4.2
10042023-11-14T21:13:38.822Z Downloaded is-terminal v0.4.9
10052023-11-14T21:13:38.825Z Downloaded signal-hook-mio v0.2.3
10062023-11-14T21:13:38.828Z Downloaded tempfile v3.8.0
10072023-11-14T21:13:38.832Z Downloaded tar v0.4.40
10082023-11-14T21:13:38.834Z Downloaded futures v0.3.29
10092023-11-14T21:13:38.843Z Downloaded hostname v0.3.1
10102023-11-14T21:13:38.845Z Downloaded home v0.5.5
10112023-11-14T21:13:38.848Z Downloaded slog-dtrace v0.2.3
10122023-11-14T21:13:38.851Z Downloaded smf v0.2.2
10132023-11-14T21:13:38.854Z Downloaded semver v0.11.0
10142023-11-14T21:13:38.857Z Downloaded termcolor v1.2.0
10152023-11-14T21:13:38.859Z Downloaded usdt v0.3.5
10162023-11-14T21:13:38.862Z Downloaded getrandom v0.2.10
10172023-11-14T21:13:38.865Z Downloaded vergen v8.2.4
10182023-11-14T21:13:38.868Z Downloaded env_logger v0.9.3
10192023-11-14T21:13:38.873Z Downloaded unicode-ident v1.0.12
10202023-11-14T21:13:38.877Z Downloaded mio v0.8.8
10212023-11-14T21:13:38.888Z Downloaded strsim v0.8.0
10222023-11-14T21:13:38.890Z Downloaded string_cache v0.8.7
10232023-11-14T21:13:38.893Z Downloaded stable_deref_trait v1.2.0
10242023-11-14T21:13:38.896Z Downloaded enum-as-inner v0.5.1
10252023-11-14T21:13:38.898Z Downloaded num-bigint v0.4.4
10262023-11-14T21:13:38.906Z Downloaded half v1.8.2
10272023-11-14T21:13:38.910Z Downloaded typenum v1.16.0
10282023-11-14T21:13:38.914Z Downloaded der v0.7.8
10292023-11-14T21:13:38.924Z Downloaded rand_core v0.5.1
10302023-11-14T21:13:38.927Z Downloaded structopt-derive v0.4.18
10312023-11-14T21:13:38.930Z Downloaded spki v0.7.2
10322023-11-14T21:13:38.933Z Downloaded foreign-types-shared v0.1.1
10332023-11-14T21:13:38.935Z Downloaded ring v0.17.5
10342023-11-14T21:13:39.075Z Downloaded strum v0.25.0
10352023-11-14T21:13:39.079Z Downloaded slog-envlogger v2.2.0
10362023-11-14T21:13:39.081Z Downloaded thiserror-impl v1.0.49
10372023-11-14T21:13:39.084Z Downloaded httparse v1.8.0
10382023-11-14T21:13:39.087Z Downloaded resolv-conf v0.7.0
10392023-11-14T21:13:39.090Z Downloaded elliptic-curve v0.13.5
10402023-11-14T21:13:39.094Z Downloaded headers v0.3.9
10412023-11-14T21:13:39.104Z Downloaded sct v0.7.0
10422023-11-14T21:13:39.111Z Downloaded slog-term v2.9.0
10432023-11-14T21:13:39.115Z Downloaded libsqlite3-sys v0.26.0
10442023-11-14T21:13:39.275Z Downloaded getrandom v0.1.16
10452023-11-14T21:13:39.279Z Downloaded rustc-demangle v0.1.23
10462023-11-14T21:13:39.282Z Downloaded ringbuffer v0.15.0
10472023-11-14T21:13:39.285Z Downloaded memchr v2.6.3
10482023-11-14T21:13:39.320Z Downloaded usdt-impl v0.3.5
10492023-11-14T21:13:39.323Z Downloaded ipnet v2.8.0
10502023-11-14T21:13:39.326Z Downloaded smallvec v1.11.0
10512023-11-14T21:13:39.329Z Downloaded cc v1.0.83
10522023-11-14T21:13:39.331Z Downloaded tracing-core v0.1.31
10532023-11-14T21:13:39.334Z Downloaded proc-macro-error-attr v1.0.4
10542023-11-14T21:13:39.337Z Downloaded crossbeam-channel v0.5.8
10552023-11-14T21:13:39.340Z Downloaded hyper-tls v0.5.0
10562023-11-14T21:13:39.342Z Downloaded erased-serde v0.3.30
10572023-11-14T21:13:39.345Z Downloaded quote v1.0.33
10582023-11-14T21:13:39.348Z Downloaded subprocess v0.2.9
10592023-11-14T21:13:39.351Z Downloaded serde_path_to_error v0.1.14
10602023-11-14T21:13:39.354Z Downloaded subtle v2.5.0
10612023-11-14T21:13:39.357Z Downloaded funty v2.0.0
10622023-11-14T21:13:39.360Z Downloaded ipnetwork v0.20.0
10632023-11-14T21:13:39.363Z Downloaded r2d2 v0.8.10
10642023-11-14T21:13:39.367Z Downloaded backtrace v0.3.69
10652023-11-14T21:13:39.370Z Downloaded base64 v0.21.5
10662023-11-14T21:13:39.373Z Downloaded hashlink v0.8.3
10672023-11-14T21:13:39.376Z Downloaded crossbeam-utils v0.8.16
10682023-11-14T21:13:39.381Z Downloaded russh-cryptovec v0.7.0
10692023-11-14T21:13:39.385Z Downloaded zerocopy v0.6.4
10702023-11-14T21:13:39.388Z Downloaded foreign-types-macros v0.2.3
10712023-11-14T21:13:39.392Z Downloaded foreign-types v0.5.0
10722023-11-14T21:13:39.398Z Downloaded zeroize_derive v1.4.2
10732023-11-14T21:13:39.401Z Downloaded structmeta-derive v0.2.0
10742023-11-14T21:13:39.405Z Downloaded structmeta-derive v0.1.6
10752023-11-14T21:13:39.408Z Downloaded structmeta v0.1.6
10762023-11-14T21:13:39.412Z Downloaded strsim v0.10.0
10772023-11-14T21:13:39.415Z Downloaded diesel_derives v2.1.1
10782023-11-14T21:13:39.418Z Downloaded arc-swap v1.6.0
10792023-11-14T21:13:39.426Z Downloaded base64 v0.13.1
10802023-11-14T21:13:39.435Z Downloaded ucd-trie v0.1.6
10812023-11-14T21:13:39.448Z Downloaded pkcs8 v0.10.2
10822023-11-14T21:13:39.453Z Downloaded num-traits v0.2.16
10832023-11-14T21:13:39.458Z Downloaded data-encoding v2.4.0
10842023-11-14T21:13:39.464Z Downloaded bytes v1.5.0
10852023-11-14T21:13:39.468Z Downloaded vsss-rs v3.3.1
10862023-11-14T21:13:39.474Z Downloaded tokio-tungstenite v0.20.1
10872023-11-14T21:13:39.479Z Downloaded structopt v0.3.26
10882023-11-14T21:13:39.483Z Downloaded untrusted v0.9.0
10892023-11-14T21:13:39.486Z Downloaded unicode-xid v0.2.4
10902023-11-14T21:13:39.490Z Downloaded unicode-width v0.1.11
10912023-11-14T21:13:39.495Z Downloaded thiserror v1.0.49
10922023-11-14T21:13:39.500Z Downloaded rustversion v1.0.14
10932023-11-14T21:13:39.502Z Downloaded radium v0.7.0
10942023-11-14T21:13:39.505Z Downloaded allocator-api2 v0.2.16
10952023-11-14T21:13:39.513Z Downloaded dirs-next v2.0.0
10962023-11-14T21:13:39.515Z Downloaded once_cell v1.18.0
10972023-11-14T21:13:39.518Z Downloaded blake2 v0.10.6
10982023-11-14T21:13:39.521Z Downloaded parking_lot_core v0.9.8
10992023-11-14T21:13:39.525Z Downloaded ghash v0.5.0
11002023-11-14T21:13:39.528Z Downloaded futures-io v0.3.29
11012023-11-14T21:13:39.532Z Downloaded dirs-sys v0.4.1
11022023-11-14T21:13:39.535Z Downloaded tracing-attributes v0.1.26
11032023-11-14T21:13:39.541Z Downloaded toml_datetime v0.6.5
11042023-11-14T21:13:39.544Z Downloaded tokio-stream v0.1.14
11052023-11-14T21:13:39.549Z Downloaded postgres-protocol v0.6.6
11062023-11-14T21:13:39.554Z Downloaded password-hash v0.5.0
11072023-11-14T21:13:39.558Z Downloaded parking_lot_core v0.8.6
11082023-11-14T21:13:39.561Z Downloaded ff v0.13.0
11092023-11-14T21:13:39.565Z Downloaded utf-8 v0.7.6
11102023-11-14T21:13:39.569Z Downloaded postcard v0.7.3
11112023-11-14T21:13:39.572Z Downloaded humantime v2.1.0
11122023-11-14T21:13:39.576Z Downloaded futures-executor v0.3.29
11132023-11-14T21:13:39.579Z Downloaded fastrand v2.0.0
11142023-11-14T21:13:39.582Z Downloaded version_check v0.9.4
11152023-11-14T21:13:39.585Z Downloaded utf8parse v0.2.1
11162023-11-14T21:13:39.589Z Downloaded untrusted v0.7.1
11172023-11-14T21:13:39.595Z Downloaded universal-hash v0.5.1
11182023-11-14T21:13:39.598Z Downloaded unicase v2.7.0
11192023-11-14T21:13:39.601Z Downloaded terminal_size v0.2.6
11202023-11-14T21:13:39.606Z Downloaded poly1305 v0.8.0
11212023-11-14T21:13:39.609Z Downloaded openssl-sys v0.9.93
11222023-11-14T21:13:39.612Z Downloaded filetime v0.2.22
11232023-11-14T21:13:39.615Z Downloaded dirs v5.0.1
11242023-11-14T21:13:39.623Z Downloaded zone v0.3.0
11252023-11-14T21:13:39.626Z Downloaded zerocopy v0.3.0
11262023-11-14T21:13:39.630Z Downloaded chacha20poly1305 v0.10.1
11272023-11-14T21:13:39.633Z Downloaded ahash v0.8.3
11282023-11-14T21:13:39.637Z Downloaded proc-macro-error v1.0.4
11292023-11-14T21:13:39.640Z Downloaded pest_derive v2.7.2
11302023-11-14T21:13:39.643Z Downloaded password-hash v0.4.2
11312023-11-14T21:13:39.646Z Downloaded num-complex v0.4.4
11322023-11-14T21:13:39.649Z Downloaded miniz_oxide v0.7.1
11332023-11-14T21:13:39.652Z Downloaded darling_core v0.20.3
11342023-11-14T21:13:39.655Z Downloaded thread_local v1.1.7
11352023-11-14T21:13:39.659Z Downloaded thread-id v4.2.0
11362023-11-14T21:13:39.664Z Downloaded textwrap v0.11.0
11372023-11-14T21:13:39.667Z Downloaded proc-macro-crate v1.3.1
11382023-11-14T21:13:39.670Z Downloaded num_enum_derive v0.5.11
11392023-11-14T21:13:39.673Z Downloaded num_enum v0.5.11
11402023-11-14T21:13:39.676Z Downloaded colored v2.0.4
11412023-11-14T21:13:39.679Z Downloaded pest_generator v2.7.2
11422023-11-14T21:13:39.682Z Downloaded percent-encoding v2.3.0
11432023-11-14T21:13:39.685Z Downloaded pem v3.0.2
11442023-11-14T21:13:39.688Z Downloaded parse-display-derive v0.8.2
11452023-11-14T21:13:39.691Z Downloaded bzip2 v0.4.4
11462023-11-14T21:13:39.694Z Downloaded backoff v0.4.0
11472023-11-14T21:13:39.696Z Downloaded structmeta v0.2.0
11482023-11-14T21:13:39.699Z Downloaded pbkdf2 v0.12.2
11492023-11-14T21:13:39.702Z Downloaded pbkdf2 v0.11.0
11502023-11-14T21:13:39.704Z Downloaded paste v1.0.14
11512023-11-14T21:13:39.708Z Downloaded num_enum v0.7.0
11522023-11-14T21:13:39.711Z Downloaded crypto-common v0.1.6
11532023-11-14T21:13:39.713Z Downloaded crossbeam-epoch v0.9.15
11542023-11-14T21:13:39.717Z Downloaded crc32fast v1.3.2
11552023-11-14T21:13:39.720Z Downloaded const-oid v0.9.5
11562023-11-14T21:13:39.723Z Downloaded bincode v1.3.3
11572023-11-14T21:13:39.726Z Downloaded bitflags v2.4.0
11582023-11-14T21:13:39.728Z Downloaded bit-set v0.5.3
11592023-11-14T21:13:39.733Z Downloaded anstream v0.5.0
11602023-11-14T21:13:39.736Z Downloaded async-trait v0.1.74
11612023-11-14T21:13:39.739Z Downloaded convert_case v0.4.0
11622023-11-14T21:13:39.742Z Downloaded console v0.15.7
11632023-11-14T21:13:39.746Z Downloaded num v0.4.1
11642023-11-14T21:13:39.748Z Downloaded zone_cfg_derive v0.3.0
11652023-11-14T21:13:39.751Z Downloaded anstyle-parse v0.2.1
11662023-11-14T21:13:39.753Z Downloaded aes-gcm-siv v0.11.1
11672023-11-14T21:13:39.756Z Downloaded argon2 v0.5.2
11682023-11-14T21:13:39.758Z Downloaded omicron-zone-package v0.8.3
11692023-11-14T21:13:39.761Z Downloaded cfg-if v1.0.0
11702023-11-14T21:13:39.763Z Downloaded ppv-lite86 v0.2.17
11712023-11-14T21:13:39.766Z Downloaded pkg-config v0.3.27
11722023-11-14T21:13:39.769Z Downloaded parse-display-derive v0.7.0
11732023-11-14T21:13:39.773Z Downloaded clap v4.4.3
11742023-11-14T21:13:39.776Z Downloaded cbc v0.1.2
11752023-11-14T21:13:39.779Z Downloaded blowfish v0.9.1
11762023-11-14T21:13:39.782Z Downloaded try-lock v0.2.4
11772023-11-14T21:13:39.784Z Downloaded postgres-types v0.2.6
11782023-11-14T21:13:39.788Z Downloaded phf_shared v0.10.0
11792023-11-14T21:13:39.791Z Downloaded lalrpop-util v0.19.12
11802023-11-14T21:13:39.794Z Downloaded kstat-rs v0.2.3
11812023-11-14T21:13:39.798Z Downloaded bcrypt-pbkdf v0.10.0
11822023-11-14T21:13:39.800Z Downloaded async-recursion v1.0.5
11832023-11-14T21:13:39.803Z Downloaded ansi_term v0.12.1
11842023-11-14T21:13:39.806Z Downloaded tinyvec_macros v0.1.1
11852023-11-14T21:13:39.809Z Downloaded pretty-hex v0.2.1
11862023-11-14T21:13:39.812Z Downloaded parse-display v0.8.2
11872023-11-14T21:13:39.815Z Downloaded parse-display v0.7.0
11882023-11-14T21:13:39.818Z Downloaded openssl-macros v0.1.1
11892023-11-14T21:13:39.822Z Downloaded curve25519-dalek-derive v0.1.0
11902023-11-14T21:13:39.826Z Downloaded cpufeatures v0.2.9
11912023-11-14T21:13:39.829Z Downloaded predicates v3.0.4
11922023-11-14T21:13:39.832Z Downloaded native-tls v0.2.11
11932023-11-14T21:13:39.835Z Downloaded mime_guess v2.0.4
11942023-11-14T21:13:39.838Z Downloaded parking_lot v0.11.2
11952023-11-14T21:13:39.841Z Downloaded normalize-line-endings v0.3.0
11962023-11-14T21:13:39.844Z Downloaded adler v1.0.2
11972023-11-14T21:13:39.847Z Downloaded take_mut v0.2.2
11982023-11-14T21:13:39.849Z Downloaded platforms v3.0.2
11992023-11-14T21:13:39.852Z Downloaded pin-project-lite v0.2.13
12002023-11-14T21:13:39.858Z Downloaded multer v2.1.0
12012023-11-14T21:13:39.861Z Downloaded log v0.4.20
12022023-11-14T21:13:39.864Z Downloaded ciborium v0.2.1
12032023-11-14T21:13:39.867Z Downloaded cancel-safe-futures v0.1.5
12042023-11-14T21:13:39.870Z Downloaded num_cpus v1.16.0
12052023-11-14T21:13:39.872Z Downloaded memoffset v0.9.0
12062023-11-14T21:13:39.875Z Downloaded bit-vec v0.6.3
12072023-11-14T21:13:39.878Z Downloaded async-stream v0.3.5
12082023-11-14T21:13:39.882Z Downloaded aead v0.5.2
12092023-11-14T21:13:39.885Z Downloaded predicates-core v1.0.6
12102023-11-14T21:13:39.888Z Downloaded pem v1.1.1
12112023-11-14T21:13:39.890Z Downloaded num_enum_derive v0.7.0
12122023-11-14T21:13:39.893Z Downloaded deranged v0.3.8
12132023-11-14T21:13:39.896Z Downloaded cfg-if v0.1.10
12142023-11-14T21:13:39.899Z Downloaded phf v0.11.2
12152023-11-14T21:13:39.902Z Downloaded debug-ignore v1.0.5
12162023-11-14T21:13:39.905Z Downloaded ciborium-io v0.2.1
12172023-11-14T21:13:39.908Z Downloaded openssl-probe v0.1.5
12182023-11-14T21:13:39.911Z Downloaded opaque-debug v0.3.0
12192023-11-14T21:13:39.913Z Downloaded darling_macro v0.20.3
12202023-11-14T21:13:39.917Z Downloaded bitstruct_derive v0.1.0
12212023-11-14T21:13:39.920Z Downloaded option-ext v0.2.0
12222023-11-14T21:13:39.926Z Downloaded nibble_vec v0.1.0
12232023-11-14T21:13:39.929Z Downloaded mime v0.3.17
12242023-11-14T21:13:39.933Z Downloaded managed v0.8.0
12252023-11-14T21:13:39.936Z Downloaded lru-cache v0.1.2
12262023-11-14T21:13:39.938Z Downloaded linked-hash-map v0.5.6
12272023-11-14T21:13:39.942Z Downloaded async-stream-impl v0.3.5
12282023-11-14T21:13:39.944Z Downloaded anstyle-query v1.0.0
12292023-11-14T21:13:39.947Z Downloaded atty v0.2.14
12302023-11-14T21:13:39.950Z Downloaded atomicwrites v0.4.2
12312023-11-14T21:13:39.953Z Downloaded anstyle v1.0.2
12322023-11-14T21:13:39.955Z Downloaded pin-utils v0.1.0
12332023-11-14T21:13:39.958Z Downloaded libefi-sys v0.1.0
12342023-11-14T21:13:39.961Z Downloaded derive_more v0.99.17
12352023-11-14T21:13:39.963Z Downloaded darling v0.20.3
12362023-11-14T21:13:39.966Z Downloaded md-5 v0.10.5
12372023-11-14T21:13:39.969Z Downloaded lazy_static v1.4.0
12382023-11-14T21:13:39.972Z Downloaded ctr v0.9.2
12392023-11-14T21:13:39.978Z Downloaded cstr-argument v0.1.2
12402023-11-14T21:13:39.981Z Downloaded cipher v0.4.4
12412023-11-14T21:13:39.984Z Downloaded chacha20 v0.9.1
12422023-11-14T21:13:39.988Z Downloaded match_cfg v0.1.0
12432023-11-14T21:13:39.991Z Downloaded macaddr v1.0.1
12442023-11-14T21:13:39.994Z Downloaded clap_lex v0.5.1
12452023-11-14T21:13:39.996Z Downloaded camino-tempfile v1.0.2
12462023-11-14T21:13:39.999Z Downloaded byteorder v1.5.0
12472023-11-14T21:13:40.002Z Downloaded block-padding v0.3.3
12482023-11-14T21:13:40.464Z Compiling proc-macro2 v1.0.67
12492023-11-14T21:13:40.475Z Compiling unicode-ident v1.0.12
12502023-11-14T21:13:40.486Z Compiling libc v0.2.150
12512023-11-14T21:13:40.497Z Compiling serde v1.0.188
12522023-11-14T21:13:40.508Z Compiling version_check v0.9.4
12532023-11-14T21:13:40.518Z Compiling autocfg v1.1.0
12542023-11-14T21:13:40.529Z Compiling cfg-if v1.0.0
12552023-11-14T21:13:40.540Z Compiling syn v1.0.109
12562023-11-14T21:13:40.829Z Compiling once_cell v1.18.0
12572023-11-14T21:13:40.981Z Compiling typenum v1.16.0
12582023-11-14T21:13:41.567Z Compiling libm v0.2.7
12592023-11-14T21:13:41.654Z Compiling generic-array v0.14.7
12602023-11-14T21:13:41.815Z Compiling lock_api v0.4.10
12612023-11-14T21:13:42.981Z Compiling parking_lot_core v0.9.8
12622023-11-14T21:13:43.139Z Compiling thiserror v1.0.49
12632023-11-14T21:13:43.164Z Compiling num-traits v0.2.16
12642023-11-14T21:13:43.253Z Compiling itoa v1.0.9
12652023-11-14T21:13:43.349Z Compiling memchr v2.6.3
12662023-11-14T21:13:43.573Z Compiling futures-core v0.3.29
12672023-11-14T21:13:43.686Z Compiling ahash v0.8.3
12682023-11-14T21:13:43.966Z Compiling serde_json v1.0.108
12692023-11-14T21:13:44.071Z Compiling log v0.4.20
12702023-11-14T21:13:44.326Z Compiling slab v0.4.9
12712023-11-14T21:13:44.462Z Compiling quote v1.0.33
12722023-11-14T21:13:44.741Z Compiling futures-channel v0.3.29
12732023-11-14T21:13:44.791Z Compiling futures-task v0.3.29
12742023-11-14T21:13:45.041Z Compiling syn v2.0.32
12752023-11-14T21:13:45.339Z Compiling getrandom v0.2.10
12762023-11-14T21:13:45.713Z Compiling jobserver v0.1.26
12772023-11-14T21:13:45.939Z Compiling pkg-config v0.3.27
12782023-11-14T21:13:45.961Z Compiling futures-util v0.3.29
12792023-11-14T21:13:46.121Z Compiling ryu v1.0.15
12802023-11-14T21:13:46.436Z Compiling cc v1.0.83
12812023-11-14T21:13:46.626Z Compiling rand_core v0.6.4
12822023-11-14T21:13:46.662Z Compiling vcpkg v0.2.15
12832023-11-14T21:13:46.788Z Compiling schemars v0.8.13
12842023-11-14T21:13:47.276Z Compiling scopeguard v1.2.0
12852023-11-14T21:13:47.287Z Compiling allocator-api2 v0.2.16
12862023-11-14T21:13:47.670Z Compiling heck v0.4.1
12872023-11-14T21:13:48.440Z Compiling hashbrown v0.14.2
12882023-11-14T21:13:48.934Z Compiling equivalent v1.0.1
12892023-11-14T21:13:49.088Z Compiling smallvec v1.11.0
12902023-11-14T21:13:49.200Z Compiling fnv v1.0.7
12912023-11-14T21:13:49.371Z Compiling iana-time-zone v0.1.57
12922023-11-14T21:13:49.795Z Compiling byteorder v1.5.0
12932023-11-14T21:13:50.050Z Compiling semver v1.0.20
12942023-11-14T21:13:50.543Z Compiling pin-project-lite v0.2.13
12952023-11-14T21:13:50.631Z Compiling httparse v1.8.0
12962023-11-14T21:13:50.842Z Compiling signal-hook-registry v1.4.1
12972023-11-14T21:13:51.047Z Compiling ring v0.16.20
12982023-11-14T21:13:51.249Z Compiling ring v0.17.5
12992023-11-14T21:13:51.736Z Compiling parking_lot v0.12.1
13002023-11-14T21:13:51.836Z Compiling indexmap v1.9.3
13012023-11-14T21:13:51.998Z Compiling dyn-clone v1.0.13
13022023-11-14T21:13:52.203Z Compiling mio v0.8.8
13032023-11-14T21:13:52.298Z Compiling openssl-sys v0.9.93
13042023-11-14T21:13:52.323Z Compiling tinyvec_macros v0.1.1
13052023-11-14T21:13:52.454Z Compiling rustls v0.21.8
13062023-11-14T21:13:52.873Z Compiling time-core v0.1.1
13072023-11-14T21:13:53.084Z Compiling tinyvec v1.6.0
13082023-11-14T21:13:53.130Z Compiling time-macros v0.2.13
13092023-11-14T21:13:53.196Z Compiling num_cpus v1.16.0
13102023-11-14T21:13:53.368Z Compiling socket2 v0.5.4
13112023-11-14T21:13:54.258Z Compiling subtle v2.5.0
13122023-11-14T21:13:54.656Z Compiling aho-corasick v1.0.4
13132023-11-14T21:13:55.037Z Compiling ucd-trie v0.1.6
13142023-11-14T21:13:55.214Z Compiling spin v0.5.2
13152023-11-14T21:13:55.600Z Compiling unicode-normalization v0.1.22
13162023-11-14T21:13:55.676Z Compiling unicode-bidi v0.3.13
13172023-11-14T21:13:56.085Z Compiling regex-syntax v0.8.2
13182023-11-14T21:13:57.366Z Compiling serde_derive_internals v0.26.0
13192023-11-14T21:13:57.433Z Compiling backtrace v0.3.69
13202023-11-14T21:13:58.042Z Compiling slog v2.7.0
13212023-11-14T21:13:58.261Z Compiling async-trait v0.1.74
13222023-11-14T21:13:58.854Z Compiling openssl v0.10.57
13232023-11-14T21:13:59.025Z Compiling percent-encoding v2.3.0
13242023-11-14T21:13:59.465Z Compiling winnow v0.5.15
13252023-11-14T21:13:59.547Z Compiling anyhow v1.0.75
13262023-11-14T21:13:59.611Z Compiling form_urlencoded v1.2.0
13272023-11-14T21:14:00.092Z Compiling pin-utils v0.1.0
13282023-11-14T21:14:00.227Z Compiling futures-sink v0.3.29
13292023-11-14T21:14:00.477Z Compiling native-tls v0.2.11
13302023-11-14T21:14:00.563Z Compiling idna v0.4.0
13312023-11-14T21:14:01.777Z Compiling unicode-xid v0.2.4
13322023-11-14T21:14:02.034Z Compiling regex-automata v0.4.3
13332023-11-14T21:14:02.136Z Compiling url v2.4.1
13342023-11-14T21:14:02.342Z Compiling futures-io v0.3.29
13352023-11-14T21:14:02.827Z Compiling hashbrown v0.13.2
13362023-11-14T21:14:03.271Z Compiling rustversion v1.0.14
13372023-11-14T21:14:04.152Z Compiling unicode-width v0.1.11
13382023-11-14T21:14:05.371Z Compiling tracing-core v0.1.31
13392023-11-14T21:14:05.439Z Compiling adler v1.0.2
13402023-11-14T21:14:05.759Z Compiling miniz_oxide v0.7.1
13412023-11-14T21:14:05.797Z Compiling synstructure v0.12.6
13422023-11-14T21:14:06.685Z Compiling const-oid v0.9.5
13432023-11-14T21:14:07.850Z Compiling crossbeam-utils v0.8.16
13442023-11-14T21:14:08.007Z Compiling rustix v0.38.9
13452023-11-14T21:14:08.350Z Compiling cpufeatures v0.2.9
13462023-11-14T21:14:08.438Z Compiling gimli v0.28.0
13472023-11-14T21:14:08.493Z Compiling object v0.32.1
13482023-11-14T21:14:08.567Z Compiling ppv-lite86 v0.2.17
13492023-11-14T21:14:08.942Z Compiling regex v1.10.2
13502023-11-14T21:14:09.902Z Compiling base64 v0.21.5
13512023-11-14T21:14:10.045Z Compiling rustc-demangle v0.1.23
13522023-11-14T21:14:10.133Z Compiling serde_derive v1.0.188
13532023-11-14T21:14:10.335Z Compiling zeroize_derive v1.4.2
13542023-11-14T21:14:10.877Z Compiling thiserror-impl v1.0.49
13552023-11-14T21:14:11.242Z Compiling tokio-macros v2.1.0
13562023-11-14T21:14:11.750Z Compiling futures-macro v0.3.29
13572023-11-14T21:14:12.763Z Compiling tracing-attributes v0.1.26
13582023-11-14T21:14:13.758Z Compiling schemars_derive v0.8.13
13592023-11-14T21:14:14.963Z Compiling zeroize v1.6.0
13602023-11-14T21:14:15.721Z Compiling pest v2.7.2
13612023-11-14T21:14:17.842Z Compiling crypto-common v0.1.6
13622023-11-14T21:14:18.146Z Compiling openssl-macros v0.1.1
13632023-11-14T21:14:18.434Z Compiling tracing v0.1.37
13642023-11-14T21:14:18.737Z Compiling block-buffer v0.10.4
13652023-11-14T21:14:19.113Z Compiling digest v0.10.7
13662023-11-14T21:14:19.267Z Compiling zerocopy-derive v0.2.0
13672023-11-14T21:14:19.292Z Compiling addr2line v0.21.0
13682023-11-14T21:14:19.749Z Compiling pest_meta v2.7.2
13692023-11-14T21:14:20.116Z Compiling spin v0.9.8
13702023-11-14T21:14:20.717Z Compiling usdt-impl v0.3.5
13712023-11-14T21:14:20.838Z Compiling bitflags v1.3.2
13722023-11-14T21:14:20.983Z Compiling num_threads v0.1.6
13732023-11-14T21:14:21.086Z Compiling deranged v0.3.8
13742023-11-14T21:14:21.164Z Compiling rand_chacha v0.3.1
13752023-11-14T21:14:21.425Z Compiling lazy_static v1.4.0
13762023-11-14T21:14:21.585Z Compiling thread-id v4.2.0
13772023-11-14T21:14:22.212Z Compiling pest_generator v2.7.2
13782023-11-14T21:14:23.433Z Compiling zerocopy v0.3.0
13792023-11-14T21:14:24.120Z Compiling time v0.3.27
13802023-11-14T21:14:24.673Z Compiling dof v0.1.5
13812023-11-14T21:14:25.954Z Compiling rand v0.8.5
13822023-11-14T21:14:26.375Z Compiling untrusted v0.7.1
13832023-11-14T21:14:27.092Z Compiling pest_derive v2.7.2
13842023-11-14T21:14:28.219Z Compiling untrusted v0.9.0
13852023-11-14T21:14:28.280Z Compiling dtrace-parser v0.1.14
13862023-11-14T21:14:28.478Z Compiling strum_macros v0.25.2
13872023-11-14T21:14:28.688Z Compiling regress v0.7.1
13882023-11-14T21:14:31.142Z Compiling socket2 v0.4.9
13892023-11-14T21:14:31.806Z Compiling hashbrown v0.12.3
13902023-11-14T21:14:32.603Z Compiling strsim v0.10.0
13912023-11-14T21:14:33.079Z Compiling bytes v1.5.0
13922023-11-14T21:14:33.597Z Compiling indexmap v2.1.0
13932023-11-14T21:14:33.680Z Compiling chrono v0.4.31
13942023-11-14T21:14:33.868Z Compiling uuid v1.5.0
13952023-11-14T21:14:34.685Z Compiling http v0.2.9
13962023-11-14T21:14:35.097Z Compiling tokio v1.33.0
13972023-11-14T21:14:35.459Z Compiling toml_datetime v0.6.5
13982023-11-14T21:14:35.730Z Compiling serde_spanned v0.6.4
13992023-11-14T21:14:36.077Z Compiling toml_edit v0.19.15
14002023-11-14T21:14:36.206Z Compiling bitflags v2.4.0
14012023-11-14T21:14:36.422Z Compiling rustc_version v0.4.0
14022023-11-14T21:14:36.919Z Compiling openapiv3 v1.0.3
14032023-11-14T21:14:38.829Z Compiling serde_tokenstream v0.1.7
14042023-11-14T21:14:38.891Z Compiling serde_tokenstream v0.2.0
14052023-11-14T21:14:39.684Z Compiling sct v0.7.0
14062023-11-14T21:14:40.367Z Compiling httpdate v1.0.3
14072023-11-14T21:14:40.421Z Compiling try-lock v0.2.4
14082023-11-14T21:14:40.580Z Compiling usdt-attr-macro v0.3.5
14092023-11-14T21:14:40.628Z Compiling usdt-macro v0.3.5
14102023-11-14T21:14:41.110Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14112023-11-14T21:14:41.142Z Compiling want v0.3.1
14122023-11-14T21:14:41.576Z Compiling http-body v0.4.5
14132023-11-14T21:14:42.225Z Compiling rustls-pemfile v1.0.3
14142023-11-14T21:14:42.782Z Compiling tower-service v0.3.2
14152023-11-14T21:14:42.826Z Compiling openssl-probe v0.1.5
14162023-11-14T21:14:42.958Z Compiling mime v0.3.17
14172023-11-14T21:14:43.359Z Compiling foreign-types-shared v0.1.1
14182023-11-14T21:14:43.504Z Compiling foreign-types v0.3.2
14192023-11-14T21:14:44.122Z Compiling errno v0.3.2
14202023-11-14T21:14:44.209Z Compiling ipnet v2.8.0
14212023-11-14T21:14:44.395Z Compiling getopts v0.2.21
14222023-11-14T21:14:45.235Z Compiling encoding_rs v0.8.33
14232023-11-14T21:14:46.360Z Compiling unsafe-libyaml v0.2.9
14242023-11-14T21:14:46.388Z Compiling rustls-native-certs v0.6.3
14252023-11-14T21:14:47.041Z Compiling serde_urlencoded v0.7.1
14262023-11-14T21:14:47.859Z Compiling tokio-util v0.7.10
14272023-11-14T21:14:48.966Z Compiling serde_yaml v0.9.25
14282023-11-14T21:14:49.844Z Compiling h2 v0.3.21
14292023-11-14T21:14:50.436Z Compiling regex-syntax v0.6.29
14302023-11-14T21:14:51.522Z Compiling webpki-roots v0.25.2
14312023-11-14T21:14:53.785Z Compiling hmac v0.12.1
14322023-11-14T21:14:54.096Z Compiling num-integer v0.1.45
14332023-11-14T21:14:54.596Z Compiling toml v0.7.8
14342023-11-14T21:14:55.194Z Compiling sha2 v0.10.8
14352023-11-14T21:14:56.875Z Compiling block-padding v0.3.3
14362023-11-14T21:14:57.224Z Compiling tokio-native-tls v0.3.1
14372023-11-14T21:14:57.831Z Compiling crc32fast v1.3.2
14382023-11-14T21:14:58.059Z Compiling inout v0.1.3
14392023-11-14T21:14:58.599Z Compiling futures-executor v0.3.29
14402023-11-14T21:14:59.548Z Compiling cipher v0.4.4
14412023-11-14T21:14:59.890Z Compiling fallible-iterator v0.2.0
14422023-11-14T21:15:00.277Z Compiling futures v0.3.29
14432023-11-14T21:15:00.456Z Compiling ipnetwork v0.20.0
14442023-11-14T21:15:00.609Z Compiling siphasher v0.3.11
14452023-11-14T21:15:01.038Z Compiling usdt v0.3.5
14462023-11-14T21:15:01.131Z Compiling toml_edit v0.21.0
14472023-11-14T21:15:01.428Z Compiling hyper v0.14.27
14482023-11-14T21:15:01.973Z Compiling md-5 v0.10.5
14492023-11-14T21:15:02.323Z Compiling stringprep v0.1.3
14502023-11-14T21:15:02.462Z Compiling io-lifetimes v1.0.11
14512023-11-14T21:15:03.645Z Compiling postgres-protocol v0.6.6
14522023-11-14T21:15:03.909Z Compiling phf_shared v0.11.2
14532023-11-14T21:15:03.993Z Compiling hex v0.4.3
14542023-11-14T21:15:04.494Z Compiling enum-as-inner v0.5.1
14552023-11-14T21:15:04.638Z Compiling slog-async v2.8.0
14562023-11-14T21:15:04.991Z Compiling postgres-types v0.2.6
14572023-11-14T21:15:05.442Z Compiling phf v0.11.2
14582023-11-14T21:15:06.289Z Compiling num-bigint v0.4.4
14592023-11-14T21:15:06.421Z Compiling rustix v0.37.23
14602023-11-14T21:15:06.988Z Compiling whoami v1.4.1
14612023-11-14T21:15:07.290Z Compiling data-encoding v2.4.0
14622023-11-14T21:15:07.595Z Compiling tokio-postgres v0.7.10
14632023-11-14T21:15:08.300Z Compiling zerocopy-derive v0.6.4
14642023-11-14T21:15:08.779Z Compiling static_assertions v1.1.0
14652023-11-14T21:15:08.928Z Compiling flate2 v1.0.28
14662023-11-14T21:15:10.614Z Compiling either v1.9.0
14672023-11-14T21:15:11.360Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14682023-11-14T21:15:11.468Z Compiling ident_case v1.0.1
14692023-11-14T21:15:11.703Z Compiling darling_core v0.20.3
14702023-11-14T21:15:12.080Z Compiling camino v1.1.6
14712023-11-14T21:15:13.093Z Compiling hyper-tls v0.5.0
14722023-11-14T21:15:13.629Z Compiling heapless v0.7.16
14732023-11-14T21:15:14.242Z Compiling bzip2-sys v0.1.11+1.0.8
14742023-11-14T21:15:14.943Z Compiling memoffset v0.9.0
14752023-11-14T21:15:14.989Z Compiling managed v0.8.0
14762023-11-14T21:15:15.450Z Compiling matches v0.1.10
14772023-11-14T21:15:15.589Z Compiling unicode-segmentation v1.10.1
14782023-11-14T21:15:15.815Z Compiling signal-hook v0.3.17
14792023-11-14T21:15:16.241Z Compiling radium v0.7.0
14802023-11-14T21:15:16.464Z Compiling idna v0.2.3
14812023-11-14T21:15:17.223Z Compiling itertools v0.11.0
14822023-11-14T21:15:18.614Z Compiling multer v2.1.0
14832023-11-14T21:15:18.807Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
14842023-11-14T21:15:18.964Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
14852023-11-14T21:15:19.125Z Compiling trust-dns-proto v0.22.0
14862023-11-14T21:15:19.253Z Compiling async-stream-impl v0.3.5
14872023-11-14T21:15:19.462Z Compiling crossbeam-epoch v0.9.15
14882023-11-14T21:15:20.111Z Compiling num-iter v0.1.43
14892023-11-14T21:15:20.654Z Compiling anstyle v1.0.2
14902023-11-14T21:15:20.726Z Compiling darling_macro v0.20.3
14912023-11-14T21:15:21.374Z Compiling paste v1.0.14
14922023-11-14T21:15:21.448Z Compiling bit-vec v0.6.3
14932023-11-14T21:15:22.049Z Compiling utf8parse v0.2.1
14942023-11-14T21:15:22.078Z Compiling smoltcp v0.9.1
14952023-11-14T21:15:22.130Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14962023-11-14T21:15:22.223Z Compiling darling v0.20.3
14972023-11-14T21:15:22.292Z Compiling anstyle-parse v0.2.1
14982023-11-14T21:15:22.383Z Compiling serde_with_macros v2.3.3
14992023-11-14T21:15:23.078Z Compiling zerocopy v0.6.4
15002023-11-14T21:15:23.347Z Compiling signature v2.1.0
15012023-11-14T21:15:23.672Z Compiling hubpack_derive v0.1.1
15022023-11-14T21:15:24.380Z Compiling clap_derive v4.4.2
15032023-11-14T21:15:25.051Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15042023-11-14T21:15:25.445Z Compiling anstyle-query v1.0.0
15052023-11-14T21:15:25.598Z Compiling colorchoice v1.0.0
15062023-11-14T21:15:25.781Z Compiling anstream v0.5.0
15072023-11-14T21:15:25.938Z Compiling terminal_size v0.2.6
15082023-11-14T21:15:26.871Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
15092023-11-14T21:15:26.924Z Compiling diesel_table_macro_syntax v0.1.0
15102023-11-14T21:15:27.487Z Compiling yasna v0.5.2
15112023-11-14T21:15:27.894Z Compiling hash32 v0.2.1
15122023-11-14T21:15:29.425Z Compiling tap v1.0.1
15132023-11-14T21:15:29.708Z Compiling clap_lex v0.5.1
15142023-11-14T21:15:30.161Z Compiling stable_deref_trait v1.2.0
15152023-11-14T21:15:30.566Z Compiling clap_builder v4.4.2
15162023-11-14T21:15:30.704Z Compiling wyz v0.5.1
15172023-11-14T21:15:31.134Z Compiling diesel_derives v2.1.1
15182023-11-14T21:15:32.087Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
15192023-11-14T21:15:32.309Z Compiling tokio-stream v0.1.14
15202023-11-14T21:15:32.337Z Compiling serde_repr v0.1.16
15212023-11-14T21:15:33.466Z Compiling scheduled-thread-pool v0.2.7
15222023-11-14T21:15:33.819Z Compiling regex-automata v0.1.10
15232023-11-14T21:15:34.111Z Compiling funty v2.0.0
15242023-11-14T21:15:34.622Z Compiling bstr v0.2.17
15252023-11-14T21:15:34.642Z Compiling r2d2 v0.8.10
15262023-11-14T21:15:35.222Z Compiling signal-hook-mio v0.2.3
15272023-11-14T21:15:37.154Z Compiling clap v4.4.3
15282023-11-14T21:15:37.320Z Compiling bitvec v1.0.1
15292023-11-14T21:15:38.791Z Compiling hubpack v0.1.2
15302023-11-14T21:15:39.788Z Compiling itertools v0.10.5
15312023-11-14T21:15:39.812Z Compiling phf_shared v0.10.0
15322023-11-14T21:15:41.219Z Compiling float-cmp v0.9.0
15332023-11-14T21:15:41.575Z Compiling new_debug_unreachable v1.0.4
15342023-11-14T21:15:41.598Z Compiling fixedbitset v0.4.2
15352023-11-14T21:15:41.698Z Compiling regex-automata v0.3.8
15362023-11-14T21:15:41.724Z Compiling difflib v0.4.0
15372023-11-14T21:15:42.317Z Compiling precomputed-hash v0.1.1
15382023-11-14T21:15:42.479Z Compiling normalize-line-endings v0.3.0
15392023-11-14T21:15:42.652Z Compiling predicates-core v1.0.6
15402023-11-14T21:15:43.235Z Compiling predicates v3.0.4
15412023-11-14T21:15:44.528Z Compiling bstr v1.6.0
15422023-11-14T21:15:44.530Z Compiling string_cache v0.8.7
15432023-11-14T21:15:44.790Z Compiling petgraph v0.6.4
15442023-11-14T21:15:45.332Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15452023-11-14T21:15:45.887Z Compiling similar v2.2.1
15462023-11-14T21:15:46.022Z Compiling crossterm v0.27.0
15472023-11-14T21:15:47.306Z Compiling bit-set v0.5.3
15482023-11-14T21:15:48.880Z Compiling console v0.15.7
15492023-11-14T21:15:50.176Z Compiling lalrpop-util v0.19.12
15502023-11-14T21:15:54.695Z Compiling diesel v2.1.3
15512023-11-14T21:16:03.127Z Compiling proc-macro-crate v1.3.1
15522023-11-14T21:16:10.712Z Compiling crucible-workspace-hack v0.1.0
15532023-11-14T21:16:26.118Z Compiling structmeta-derive v0.2.0
15542023-11-14T21:16:30.567Z Compiling structmeta v0.2.0
15552023-11-14T21:16:31.208Z Compiling toml v0.8.8
15562023-11-14T21:16:31.544Z Compiling atty v0.2.14
15572023-11-14T21:16:32.110Z Compiling regex-syntax v0.7.5
15582023-11-14T21:16:34.458Z Compiling match_cfg v0.1.0
15592023-11-14T21:16:34.570Z Compiling hostname v0.3.1
15602023-11-14T21:16:40.166Z Compiling dirs-sys-next v0.1.2
15612023-11-14T21:16:41.164Z Compiling dirs-next v2.0.0
15622023-11-14T21:16:42.450Z Compiling parse-display-derive v0.8.2
15632023-11-14T21:16:44.728Z Compiling sha1 v0.10.5
15642023-11-14T21:16:46.361Z Compiling thread_local v1.1.7
15652023-11-14T21:16:47.610Z Compiling term v0.7.0
15662023-11-14T21:16:49.413Z Compiling crossbeam-channel v0.5.8
15672023-11-14T21:16:50.807Z Compiling take_mut v0.2.2
15682023-11-14T21:16:51.135Z Compiling slog-term v2.9.0
15692023-11-14T21:16:51.545Z Compiling slog-json v2.6.1
15702023-11-14T21:16:52.158Z Compiling instant v0.1.12
15712023-11-14T21:16:53.169Z Compiling slog-bunyan v2.4.0
15722023-11-14T21:16:54.255Z Compiling fastrand v2.0.0
15732023-11-14T21:16:54.820Z Compiling tempfile v3.8.0
15742023-11-14T21:16:55.133Z Compiling strum v0.25.0
15752023-11-14T21:16:55.182Z Compiling atomic-waker v1.1.1
15762023-11-14T21:16:56.152Z Compiling waitgroup v0.1.2
15772023-11-14T21:16:56.291Z Compiling num_enum_derive v0.5.11
15782023-11-14T21:16:56.461Z Compiling serde_with v2.3.3
15792023-11-14T21:16:56.686Z Compiling async-stream v0.3.5
15802023-11-14T21:16:59.095Z Compiling serde_path_to_error v0.1.14
15812023-11-14T21:16:59.210Z Compiling structmeta-derive v0.1.6
15822023-11-14T21:17:00.296Z Compiling debug-ignore v1.0.5
15832023-11-14T21:17:02.284Z Compiling proc-macro-error-attr v1.0.4
15842023-11-14T21:17:03.628Z Compiling structmeta v0.1.6
15852023-11-14T21:17:04.082Z Compiling backoff v0.4.0
15862023-11-14T21:17:04.231Z Compiling parse-display-derive v0.7.0
15872023-11-14T21:17:04.616Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15882023-11-14T21:17:05.256Z Compiling macaddr v1.0.1
15892023-11-14T21:17:05.405Z Compiling libz-sys v1.1.12
15902023-11-14T21:17:05.886Z Compiling proc-macro-error v1.0.4
15912023-11-14T21:17:06.036Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15922023-11-14T21:17:07.438Z Compiling slog-dtrace v0.2.3
15932023-11-14T21:17:07.509Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15942023-11-14T21:17:10.559Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
15952023-11-14T21:17:10.866Z Compiling foreign-types-macros v0.2.3
15962023-11-14T21:17:10.996Z Compiling libgit2-sys v0.15.2+1.6.4
15972023-11-14T21:17:15.151Z Compiling libsqlite3-sys v0.26.0
15982023-11-14T21:17:15.382Z Compiling memoffset v0.7.1
15992023-11-14T21:17:15.462Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16002023-11-14T21:17:15.556Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16012023-11-14T21:17:15.845Z Compiling base64ct v1.6.0
16022023-11-14T21:17:21.647Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16032023-11-14T21:17:21.689Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16042023-11-14T21:17:22.875Z Compiling vergen v8.2.4
16052023-11-14T21:17:23.405Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16062023-11-14T21:17:23.478Z Compiling platforms v3.0.2
16072023-11-14T21:17:23.485Z Compiling same-file v1.0.6
16082023-11-14T21:17:23.753Z Compiling heck v0.3.3
16092023-11-14T21:17:23.850Z Compiling walkdir v2.4.0
16102023-11-14T21:17:23.936Z Compiling toml v0.5.11
16112023-11-14T21:17:24.013Z Compiling semver-parser v0.10.2
16122023-11-14T21:17:24.041Z Compiling xattr v1.0.1
16132023-11-14T21:17:24.321Z Compiling filetime v0.2.22
16142023-11-14T21:17:24.425Z Compiling libefi-sys v0.1.0
16152023-11-14T21:17:24.737Z Compiling tar v0.4.40
16162023-11-14T21:17:24.948Z Compiling structopt-derive v0.4.18
16172023-11-14T21:17:25.857Z Compiling semver v0.11.0
16182023-11-14T21:17:26.172Z Compiling password-hash v0.5.0
16192023-11-14T21:17:26.951Z Compiling zone_cfg_derive v0.3.0
16202023-11-14T21:17:27.472Z Compiling num_enum_derive v0.7.0
16212023-11-14T21:17:27.948Z Compiling blake2 v0.10.6
16222023-11-14T21:17:28.433Z Compiling num-derive v0.4.0
16232023-11-14T21:17:29.250Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16242023-11-14T21:17:29.505Z Compiling home v0.5.5
16252023-11-14T21:17:29.511Z Compiling argon2 v0.5.2
16262023-11-14T21:17:29.799Z Compiling toolchain_find v0.2.0
16272023-11-14T21:17:29.825Z Compiling curve25519-dalek v4.1.0
16282023-11-14T21:17:30.723Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16292023-11-14T21:17:31.165Z Compiling rustfmt-wrapper v0.2.0
16302023-11-14T21:17:31.697Z Compiling parse-display v0.8.2
16312023-11-14T21:17:32.005Z Compiling curve25519-dalek-derive v0.1.0
16322023-11-14T21:17:32.080Z Compiling num-rational v0.4.1
16332023-11-14T21:17:32.135Z Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16342023-11-14T21:17:32.226Z Compiling erased-serde v0.3.30
16352023-11-14T21:17:32.339Z Compiling getrandom v0.1.16
16362023-11-14T21:17:32.747Z Compiling universal-hash v0.5.1
16372023-11-14T21:17:32.893Z Compiling bitstruct_derive v0.1.0
16382023-11-14T21:17:32.958Z Compiling async-recursion v1.0.5
16392023-11-14T21:17:33.056Z Compiling opaque-debug v0.3.0
16402023-11-14T21:17:33.154Z Compiling unicase v2.7.0
16412023-11-14T21:17:33.336Z Compiling parking_lot_core v0.8.6
16422023-11-14T21:17:33.986Z Compiling num_enum v0.5.11
16432023-11-14T21:17:34.032Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16442023-11-14T21:17:34.220Z Compiling postcard-cobs v0.1.5-pre
16452023-11-14T21:17:34.599Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
16462023-11-14T21:17:34.716Z Compiling postcard v0.7.3
16472023-11-14T21:17:34.752Z Compiling parse-display v0.7.0
16482023-11-14T21:17:35.095Z Compiling smoltcp v0.8.2
16492023-11-14T21:17:35.130Z Compiling aead v0.5.2
16502023-11-14T21:17:35.260Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16512023-11-14T21:17:35.578Z Compiling winapi v0.3.9
16522023-11-14T21:17:35.611Z Compiling cfg-if v0.1.10
16532023-11-14T21:17:35.679Z Compiling foreign-types-shared v0.3.1
16542023-11-14T21:17:35.850Z Compiling foreign-types v0.5.0
16552023-11-14T21:17:36.216Z Compiling polyval v0.6.1
16562023-11-14T21:17:36.884Z Compiling ctr v0.9.2
16572023-11-14T21:17:37.006Z Compiling aes v0.8.3
16582023-11-14T21:17:37.033Z Compiling is-terminal v0.4.9
16592023-11-14T21:17:37.211Z Compiling thiserror-impl-no-std v2.0.2
16602023-11-14T21:17:37.358Z Compiling cstr-argument v0.1.2
16612023-11-14T21:17:37.515Z Compiling pretty-hex v0.2.1
16622023-11-14T21:17:37.796Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16632023-11-14T21:17:38.035Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16642023-11-14T21:17:38.062Z Compiling colored v2.0.4
16652023-11-14T21:17:38.336Z Compiling mime_guess v2.0.4
16662023-11-14T21:17:40.382Z Compiling hkdf v0.12.3
16672023-11-14T21:17:40.766Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16682023-11-14T21:17:40.859Z Compiling textwrap v0.11.0
16692023-11-14T21:17:41.158Z Compiling hashlink v0.8.3
16702023-11-14T21:17:41.635Z Compiling strsim v0.8.0
16712023-11-14T21:17:41.697Z Compiling vec_map v0.8.2
16722023-11-14T21:17:42.200Z Compiling fallible-streaming-iterator v0.1.9
16732023-11-14T21:17:42.586Z Compiling ansi_term v0.12.1
16742023-11-14T21:17:42.726Z Compiling rusqlite v0.29.0
16752023-11-14T21:17:43.471Z Compiling clap v2.34.0
16762023-11-14T21:17:43.572Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16772023-11-14T21:17:45.658Z Compiling nix v0.26.2
16782023-11-14T21:17:45.854Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
16792023-11-14T21:17:47.384Z Compiling twox-hash v1.6.3
16802023-11-14T21:17:47.473Z Compiling const_format_proc_macros v0.2.31
16812023-11-14T21:17:47.905Z Compiling quick-error v1.2.3
16822023-11-14T21:17:48.115Z Compiling linked-hash-map v0.5.6
16832023-11-14T21:17:48.435Z Compiling keccak v0.1.4
16842023-11-14T21:17:49.384Z Compiling structopt v0.3.26
16852023-11-14T21:17:49.653Z Compiling sha3 v0.10.8
16862023-11-14T21:17:49.796Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59)
16872023-11-14T21:17:50.743Z Compiling lru-cache v0.1.2
16882023-11-14T21:17:50.800Z Compiling resolv-conf v0.7.0
16892023-11-14T21:17:54.983Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16902023-11-14T21:17:55.570Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16912023-11-14T21:17:55.887Z Compiling num_enum v0.7.0
16922023-11-14T21:17:56.096Z Compiling zone v0.3.0
16932023-11-14T21:17:56.137Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
16942023-11-14T21:17:58.096Z Compiling bincode v1.3.3
16952023-11-14T21:17:58.205Z Compiling smf v0.2.2
16962023-11-14T21:17:58.673Z Compiling secrecy v0.8.0
16972023-11-14T21:17:58.990Z Compiling cancel-safe-futures v0.1.5
16982023-11-14T21:17:59.064Z Compiling termcolor v1.2.0
16992023-11-14T21:17:59.496Z Compiling humantime v2.1.0
17002023-11-14T21:17:59.635Z Compiling convert_case v0.4.0
17012023-11-14T21:18:00.551Z Compiling env_logger v0.9.3
17022023-11-14T21:18:00.875Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17032023-11-14T21:18:00.982Z Compiling derive_more v0.99.17
17042023-11-14T21:18:01.663Z Compiling trust-dns-resolver v0.22.0
17052023-11-14T21:18:01.973Z Compiling aes-gcm-siv v0.11.1
17062023-11-14T21:18:04.277Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17072023-11-14T21:18:04.845Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17082023-11-14T21:18:05.037Z Compiling ascii v1.1.0
17092023-11-14T21:18:06.028Z Compiling ringbuffer v0.15.0
17102023-11-14T21:18:06.108Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
17112023-11-14T21:18:06.334Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17122023-11-14T21:18:08.009Z Compiling bitstruct v0.1.1
17132023-11-14T21:18:08.918Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17142023-11-14T21:18:10.669Z Compiling serde_arrays v0.1.0
17152023-11-14T21:18:10.905Z Compiling ff v0.13.0
17162023-11-14T21:18:11.153Z Compiling num-complex v0.4.4
17172023-11-14T21:18:11.244Z Compiling nibble_vec v0.1.0
17182023-11-14T21:18:12.383Z Compiling arc-swap v1.6.0
17192023-11-14T21:18:12.713Z Compiling base64 v0.13.1
17202023-11-14T21:18:12.740Z Compiling endian-type v0.1.2
17212023-11-14T21:18:12.888Z Compiling utf-8 v0.7.6
17222023-11-14T21:18:13.092Z Compiling radix_trie v0.2.1
17232023-11-14T21:18:13.126Z Compiling slog-scope v4.4.0
17242023-11-14T21:18:13.193Z Compiling tungstenite v0.20.1
17252023-11-14T21:18:13.376Z Compiling num v0.4.1
17262023-11-14T21:18:13.705Z Compiling group v0.13.0
17272023-11-14T21:18:13.889Z Compiling rand_core v0.5.1
17282023-11-14T21:18:14.142Z Compiling poly1305 v0.8.0
17292023-11-14T21:18:15.897Z Compiling chacha20 v0.9.1
17302023-11-14T21:18:16.596Z Compiling crypto-bigint v0.5.2
17312023-11-14T21:18:16.674Z Compiling base16ct v0.2.0
17322023-11-14T21:18:16.789Z Compiling half v1.8.2
17332023-11-14T21:18:16.873Z Compiling option-ext v0.2.0
17342023-11-14T21:18:17.305Z Compiling ciborium-io v0.2.1
17352023-11-14T21:18:17.496Z Compiling ciborium-ll v0.2.1
17362023-11-14T21:18:18.145Z Compiling dirs-sys v0.4.1
17372023-11-14T21:18:18.336Z Compiling tokio-tungstenite v0.20.1
17382023-11-14T21:18:18.438Z Compiling parking_lot v0.11.2
17392023-11-14T21:18:18.775Z Compiling rand_chacha v0.2.2
17402023-11-14T21:18:19.170Z Compiling trust-dns-client v0.22.0
17412023-11-14T21:18:19.199Z Compiling slog-stdlog v4.1.1
17422023-11-14T21:18:19.203Z Compiling thiserror-no-std v2.0.2
17432023-11-14T21:18:19.510Z Compiling elliptic-curve v0.13.5
17442023-11-14T21:18:20.273Z Compiling password-hash v0.4.2
17452023-11-14T21:18:20.548Z Compiling ed25519 v2.2.2
17462023-11-14T21:18:20.749Z Compiling blowfish v0.9.1
17472023-11-14T21:18:21.021Z Compiling pbkdf2 v0.12.2
17482023-11-14T21:18:21.070Z Compiling fxhash v0.2.1
17492023-11-14T21:18:21.446Z Compiling trust-dns-server v0.22.1
17502023-11-14T21:18:21.817Z Compiling sled v0.34.7
17512023-11-14T21:18:21.842Z Compiling bcrypt-pbkdf v0.10.0
17522023-11-14T21:18:22.481Z Compiling pbkdf2 v0.11.0
17532023-11-14T21:18:22.512Z Compiling ed25519-dalek v2.0.0
17542023-11-14T21:18:23.092Z Compiling vsss-rs v3.3.1
17552023-11-14T21:18:23.393Z Compiling russh-cryptovec v0.7.0
17562023-11-14T21:18:24.154Z Compiling slog-envlogger v2.2.0
17572023-11-14T21:18:24.516Z Compiling rand v0.7.3
17582023-11-14T21:18:25.387Z Compiling dirs v5.0.1
17592023-11-14T21:18:25.925Z Compiling ciborium v0.2.1
17602023-11-14T21:18:26.180Z Compiling chacha20poly1305 v0.10.1
17612023-11-14T21:18:26.483Z Compiling ron v0.7.1
17622023-11-14T21:18:26.598Z Compiling const_format v0.2.31
17632023-11-14T21:18:28.081Z Compiling ghash v0.5.0
17642023-11-14T21:18:29.206Z Compiling camino-tempfile v1.0.2
17652023-11-14T21:18:29.968Z Compiling cbc v0.1.2
17662023-11-14T21:18:30.047Z Compiling headers-core v0.2.0
17672023-11-14T21:18:30.281Z Compiling kstat-rs v0.2.3
17682023-11-14T21:18:30.311Z Compiling pem v3.0.2
17692023-11-14T21:18:30.623Z Compiling pretty-hex v0.3.0
17702023-11-14T21:18:30.772Z Compiling http-range v0.1.5
17712023-11-14T21:18:30.828Z Compiling bit_field v0.10.2
17722023-11-14T21:18:30.927Z Compiling md5 v0.7.0
17732023-11-14T21:18:31.245Z Compiling hyper-staticfile v0.9.5
17742023-11-14T21:18:31.344Z Compiling russh-keys v0.38.0
17752023-11-14T21:18:31.391Z Compiling rcgen v0.11.3
17762023-11-14T21:18:31.648Z Compiling headers v0.3.9
17772023-11-14T21:18:35.960Z Compiling aes-gcm v0.10.3
17782023-11-14T21:18:37.729Z Compiling pem v1.1.1
17792023-11-14T21:18:39.916Z Compiling atomicwrites v0.4.2
17802023-11-14T21:18:40.543Z Compiling subprocess v0.2.9
17812023-11-14T21:18:41.523Z Compiling hex-literal v0.4.1
17822023-11-14T21:18:41.755Z Compiling glob v0.3.1
17832023-11-14T21:18:42.510Z Compiling russh v0.39.0
17842023-11-14T21:18:48.041Z Compiling bzip2 v0.4.4
17852023-11-14T21:18:48.641Z Compiling zip v0.6.6
17862023-11-14T21:18:54.433Z Compiling rustls-webpki v0.101.7
17872023-11-14T21:19:01.362Z Compiling tokio-rustls v0.24.1
17882023-11-14T21:19:01.877Z Compiling hyper-rustls v0.24.2
17892023-11-14T21:19:02.398Z Compiling git2 v0.17.2
17902023-11-14T21:19:02.668Z Compiling reqwest v0.11.20
17912023-11-14T21:19:07.147Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17922023-11-14T21:19:07.456Z Compiling omicron-zone-package v0.8.3
17932023-11-14T21:19:07.850Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
17942023-11-14T21:19:08.179Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17952023-11-14T21:19:10.486Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
17962023-11-14T21:19:12.981Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
17972023-11-14T21:19:14.780Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17982023-11-14T21:19:15.600Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
17992023-11-14T21:19:18.135Z Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73)
18002023-11-14T21:19:25.133Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18012023-11-14T21:19:25.612Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18022023-11-14T21:19:27.520Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18032023-11-14T21:19:28.184Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18042023-11-14T21:19:29.528Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18052023-11-14T21:19:31.865Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18062023-11-14T21:19:32.647Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18072023-11-14T21:19:32.798Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18082023-11-14T21:19:33.041Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
18092023-11-14T21:19:33.413Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
18102023-11-14T21:19:33.441Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18112023-11-14T21:19:33.492Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
18122023-11-14T21:19:39.776Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18132023-11-14T21:19:45.993Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18142023-11-14T21:19:50.303Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18152023-11-14T21:19:53.673Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18162023-11-14T21:19:59.083Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18172023-11-14T21:19:59.744Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
18182023-11-14T21:20:02.926Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18192023-11-14T21:20:09.079Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18202023-11-14T21:20:11.970Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)
18212023-11-14T21:20:12.098Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18222023-11-14T21:20:13.952Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18232023-11-14T21:20:16.153Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18242023-11-14T21:20:20.186Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18252023-11-14T21:20:20.894Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18262023-11-14T21:20:22.927Z Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10)
18272023-11-14T21:20:24.696Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18282023-11-14T21:20:25.095Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18292023-11-14T21:20:36.258Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
18302023-11-14T21:20:39.704Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18312023-11-14T21:20:54.938Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18322023-11-14T21:21:09.512Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18332023-11-14T21:21:10.438Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18342023-11-14T21:21:50.058Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18352023-11-14T21:23:19.783Z Finished dev [unoptimized + debuginfo] target(s) in 10m 11s
18362023-11-14T21:23:20.153Z
18372023-11-14T21:23:20.156Zreal 10:12.179117521
18382023-11-14T21:23:20.175Zuser 59:06.358664865
18392023-11-14T21:23:20.178Zsys 9:41.573069991
18402023-11-14T21:23:20.181Ztrap 2.274019264
18412023-11-14T21:23:20.185Ztflt 4.221735305
18422023-11-14T21:23:20.188Zdflt 8.601038641
18432023-11-14T21:23:20.191Zkflt 0.039159847
18442023-11-14T21:23:20.195Zlock 1:55:15.250398065
18452023-11-14T21:23:20.198Zslp 3:23:10.534287909
18462023-11-14T21:23:20.201Zlat 2:27.620467441
18472023-11-14T21:23:20.204Zstop 7:09.612799210
18482023-11-14T21:23:20.206Z+ mkdir -p /work/end-to-end-tests
18492023-11-14T21:23:20.210Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18502023-11-14T21:23:21.144Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18512023-11-14T21:23:21.150Z+ ptime -m gzip
18522023-11-14T21:23:21.153Z++ basename target/debug/bootstrap
18532023-11-14T21:23:38.694Z
18542023-11-14T21:23:38.697Zreal 17.540228225
18552023-11-14T21:23:38.700Zuser 17.351275811
18562023-11-14T21:23:38.703Zsys 0.183792184
18572023-11-14T21:23:38.706Ztrap 0.003437501
18582023-11-14T21:23:38.710Ztflt 0.000000000
18592023-11-14T21:23:38.714Zdflt 0.000000000
18602023-11-14T21:23:38.721Zkflt 0.000000000
18612023-11-14T21:23:38.724Zlock 0.000000000
18622023-11-14T21:23:38.727Zslp 0.000024049
18632023-11-14T21:23:38.730Zlat 0.001352731
18642023-11-14T21:23:38.733Zstop 0.000229585
18652023-11-14T21:23:38.736Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18662023-11-14T21:23:38.739Z+ ptime -m gzip
18672023-11-14T21:23:38.742Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54b36ccac73b662d
18682023-11-14T21:23:39.778Z
18692023-11-14T21:23:39.781Zreal 1.076453286
18702023-11-14T21:23:39.784Zuser 1.064307870
18712023-11-14T21:23:39.787Zsys 0.011505263
18722023-11-14T21:23:39.790Ztrap 0.000121900
18732023-11-14T21:23:39.793Ztflt 0.000000000
18742023-11-14T21:23:39.796Zdflt 0.000000000
18752023-11-14T21:23:39.798Zkflt 0.000000000
18762023-11-14T21:23:39.801Zlock 0.000000000
18772023-11-14T21:23:39.804Zslp 0.000000000
18782023-11-14T21:23:39.809Zlat 0.000170412
18792023-11-14T21:23:39.812Zstop 0.000227912
18802023-11-14T21:23:39.815Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18812023-11-14T21:23:39.818Z+ ptime -m gzip
18822023-11-14T21:23:39.821Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-183be15994d1779e
18832023-11-14T21:23:59.762Z
18842023-11-14T21:23:59.767Zreal 19.944795513
18852023-11-14T21:23:59.770Zuser 19.729587856
18862023-11-14T21:23:59.773Zsys 0.210231436
18872023-11-14T21:23:59.776Ztrap 0.003609406
18882023-11-14T21:23:59.778Ztflt 0.000000000
18892023-11-14T21:23:59.781Zdflt 0.000000000
18902023-11-14T21:23:59.783Zkflt 0.000000000
18912023-11-14T21:23:59.786Zlock 0.000000000
18922023-11-14T21:23:59.789Zslp 0.000000000
18932023-11-14T21:23:59.791Zlat 0.001005788
18942023-11-14T21:23:59.794Zstop 0.000246710
18952023-11-14T21:23:59.796Z+ banner caboose-util
18962023-11-14T21:23:59.799Z
18972023-11-14T21:23:59.802Z #### ## ##### #### #### #### ###### # # #####
18982023-11-14T21:23:59.804Z # # # # # # # # # # # # # # #
18992023-11-14T21:23:59.807Z # # # ##### # # # # #### ##### ##### # # #
19002023-11-14T21:23:59.809Z # ###### # # # # # # # # # # #
19012023-11-14T21:23:59.812Z # # # # # # # # # # # # # # # #
19022023-11-14T21:23:59.815Z #### # # ##### #### #### #### ###### #### #
19032023-11-14T21:23:59.818Z
19042023-11-14T21:23:59.820Z+ ptime -m cargo build --locked -p caboose-util --release
19052023-11-14T21:24:00.472Z Downloading crates ...
19062023-11-14T21:24:00.813Z Downloaded env_logger v0.10.0
19072023-11-14T21:24:00.823Z Downloaded path-slash v0.1.5
19082023-11-14T21:24:00.826Z Downloaded pkcs1 v0.7.5
19092023-11-14T21:24:00.829Z Downloaded nodrop v0.1.14
19102023-11-14T21:24:00.832Z Downloaded flagset v0.4.3
19112023-11-14T21:24:00.835Z Downloaded maybe-uninit v2.0.0
19122023-11-14T21:24:00.838Z Downloaded crc-catalog v2.2.0
19132023-11-14T21:24:00.841Z Downloaded crc v3.0.1
19142023-11-14T21:24:00.844Z Downloaded packed_struct v0.10.1
19152023-11-14T21:24:00.848Z Downloaded der_derive v0.7.2
19162023-11-14T21:24:00.851Z Downloaded crc-any v2.4.3
19172023-11-14T21:24:00.854Z Downloaded ron v0.8.1
19182023-11-14T21:24:00.860Z Downloaded x509-cert v0.2.4
19192023-11-14T21:24:00.871Z Downloaded rsa v0.9.2
19202023-11-14T21:24:00.879Z Downloaded packed_struct_codegen v0.10.1
19212023-11-14T21:24:00.882Z Downloaded object v0.30.4
19222023-11-14T21:24:00.898Z Downloaded num-bigint-dig v0.8.4
19232023-11-14T21:24:00.907Z Downloaded bitfield v0.14.0
19242023-11-14T21:24:00.909Z Downloaded pem-rfc7468 v0.7.0
19252023-11-14T21:24:00.912Z Downloaded array-init v0.0.4
19262023-11-14T21:24:00.915Z Downloaded smallvec v0.6.14
19272023-11-14T21:24:00.918Z Downloaded serde-hex v0.1.0
19282023-11-14T21:24:01.091Z Compiling proc-macro2 v1.0.67
19292023-11-14T21:24:01.094Z Compiling unicode-ident v1.0.12
19302023-11-14T21:24:01.097Z Compiling libc v0.2.150
19312023-11-14T21:24:01.100Z Compiling autocfg v1.1.0
19322023-11-14T21:24:01.104Z Compiling serde v1.0.188
19332023-11-14T21:24:01.108Z Compiling version_check v0.9.4
19342023-11-14T21:24:01.113Z Compiling cfg-if v1.0.0
19352023-11-14T21:24:01.233Z Compiling parking_lot_core v0.9.8
19362023-11-14T21:24:01.245Z Compiling syn v1.0.109
19372023-11-14T21:24:01.360Z Compiling once_cell v1.18.0
19382023-11-14T21:24:01.815Z Compiling typenum v1.16.0
19392023-11-14T21:24:02.380Z Compiling libm v0.2.7
19402023-11-14T21:24:02.393Z Compiling futures-core v0.3.29
19412023-11-14T21:24:02.400Z Compiling generic-array v0.14.7
19422023-11-14T21:24:02.409Z Compiling lock_api v0.4.10
19432023-11-14T21:24:02.426Z Compiling num-traits v0.2.16
19442023-11-14T21:24:02.457Z Compiling pkg-config v0.3.27
19452023-11-14T21:24:02.641Z Compiling scopeguard v1.2.0
19462023-11-14T21:24:03.340Z Compiling quote v1.0.33
19472023-11-14T21:24:03.344Z Compiling slab v0.4.9
19482023-11-14T21:24:03.348Z Compiling futures-task v0.3.29
19492023-11-14T21:24:03.712Z Compiling futures-channel v0.3.29
19502023-11-14T21:24:03.739Z Compiling serde_json v1.0.108
19512023-11-14T21:24:04.178Z Compiling syn v2.0.32
19522023-11-14T21:24:04.203Z Compiling jobserver v0.1.26
19532023-11-14T21:24:04.241Z Compiling getrandom v0.2.10
19542023-11-14T21:24:04.512Z Compiling thiserror v1.0.49
19552023-11-14T21:24:04.537Z Compiling ahash v0.8.3
19562023-11-14T21:24:04.872Z Compiling cc v1.0.83
19572023-11-14T21:24:04.917Z Compiling itoa v1.0.9
19582023-11-14T21:24:05.016Z Compiling memchr v2.6.3
19592023-11-14T21:24:05.325Z Compiling futures-util v0.3.29
19602023-11-14T21:24:05.338Z Compiling log v0.4.20
19612023-11-14T21:24:05.853Z Compiling smallvec v1.11.0
19622023-11-14T21:24:06.669Z Compiling vcpkg v0.2.15
19632023-11-14T21:24:06.962Z Compiling byteorder v1.5.0
19642023-11-14T21:24:07.701Z Compiling parking_lot v0.12.1
19652023-11-14T21:24:07.771Z Compiling rand_core v0.6.4
19662023-11-14T21:24:08.506Z Compiling pin-project-lite v0.2.13
19672023-11-14T21:24:09.174Z Compiling indexmap v1.9.3
19682023-11-14T21:24:10.118Z Compiling openssl-sys v0.9.93
19692023-11-14T21:24:10.232Z Compiling ring v0.17.5
19702023-11-14T21:24:11.342Z Compiling signal-hook-registry v1.4.1
19712023-11-14T21:24:12.093Z Compiling io-lifetimes v1.0.11
19722023-11-14T21:24:12.731Z Compiling ring v0.16.20
19732023-11-14T21:24:12.878Z Compiling mio v0.8.8
19742023-11-14T21:24:13.745Z Compiling num-integer v0.1.45
19752023-11-14T21:24:14.191Z Compiling semver v1.0.20
19762023-11-14T21:24:14.306Z Compiling ryu v1.0.15
19772023-11-14T21:24:14.331Z Compiling const-oid v0.9.5
19782023-11-14T21:24:14.863Z Compiling spin v0.5.2
19792023-11-14T21:24:15.236Z Compiling rustix v0.37.23
19802023-11-14T21:24:16.674Z Compiling socket2 v0.5.4
19812023-11-14T21:24:17.269Z Compiling num_cpus v1.16.0
19822023-11-14T21:24:17.374Z Compiling httparse v1.8.0
19832023-11-14T21:24:17.432Z Compiling openssl v0.10.57
19842023-11-14T21:24:17.955Z Compiling ucd-trie v0.1.6
19852023-11-14T21:24:18.046Z Compiling futures-sink v0.3.29
19862023-11-14T21:24:18.070Z Compiling heck v0.4.1
19872023-11-14T21:24:18.175Z Compiling unicode-xid v0.2.4
19882023-11-14T21:24:18.371Z Compiling synstructure v0.12.6
19892023-11-14T21:24:18.707Z Compiling tinyvec_macros v0.1.1
19902023-11-14T21:24:18.828Z Compiling tinyvec v1.6.0
19912023-11-14T21:24:19.622Z Compiling futures-io v0.3.29
19922023-11-14T21:24:19.750Z Compiling pin-utils v0.1.0
19932023-11-14T21:24:19.870Z Compiling radium v0.7.0
19942023-11-14T21:24:20.016Z Compiling crc32fast v1.3.2
19952023-11-14T21:24:20.031Z Compiling rustls v0.21.8
19962023-11-14T21:24:20.472Z Compiling ppv-lite86 v0.2.17
19972023-11-14T21:24:20.560Z Compiling native-tls v0.2.11
19982023-11-14T21:24:20.726Z Compiling bzip2-sys v0.1.11+1.0.8
19992023-11-14T21:24:21.142Z Compiling spin v0.9.8
20002023-11-14T21:24:21.279Z Compiling tracing-core v0.1.31
20012023-11-14T21:24:21.412Z Compiling unicode-normalization v0.1.22
20022023-11-14T21:24:21.730Z Compiling unicode-bidi v0.3.13
20032023-11-14T21:24:21.799Z Compiling rand_chacha v0.3.1
20042023-11-14T21:24:22.547Z Compiling subtle v2.5.0
20052023-11-14T21:24:23.040Z Compiling rand v0.8.5
20062023-11-14T21:24:24.378Z Compiling errno v0.3.2
20072023-11-14T21:24:24.417Z Compiling num-iter v0.1.43
20082023-11-14T21:24:24.552Z Compiling usdt-impl v0.3.5
20092023-11-14T21:24:24.720Z Compiling base64 v0.21.5
20102023-11-14T21:24:24.866Z Compiling rustix v0.38.9
20112023-11-14T21:24:25.059Z Compiling schemars v0.8.13
20122023-11-14T21:24:25.510Z Compiling signal-hook v0.3.17
20132023-11-14T21:24:26.100Z Compiling serde_derive_internals v0.26.0
20142023-11-14T21:24:26.444Z Compiling serde_derive v1.0.188
20152023-11-14T21:24:26.787Z Compiling zeroize_derive v1.4.2
20162023-11-14T21:24:26.838Z Compiling tokio-macros v2.1.0
20172023-11-14T21:24:26.890Z Compiling thiserror-impl v1.0.49
20182023-11-14T21:24:27.048Z Compiling futures-macro v0.3.29
20192023-11-14T21:24:28.201Z Compiling tracing-attributes v0.1.26
20202023-11-14T21:24:29.040Z Compiling zerocopy-derive v0.2.0
20212023-11-14T21:24:29.062Z Compiling zeroize v1.6.0
20222023-11-14T21:24:30.012Z Compiling openssl-macros v0.1.1
20232023-11-14T21:24:31.173Z Compiling zerocopy-derive v0.6.4
20242023-11-14T21:24:31.595Z Compiling pest v2.7.2
20252023-11-14T21:24:32.086Z Compiling crypto-common v0.1.6
20262023-11-14T21:24:32.160Z Compiling block-buffer v0.10.4
20272023-11-14T21:24:32.550Z Compiling digest v0.10.7
20282023-11-14T21:24:33.666Z Compiling tracing v0.1.37
20292023-11-14T21:24:34.264Z Compiling fnv v1.0.7
20302023-11-14T21:24:34.456Z Compiling bitflags v1.3.2
20312023-11-14T21:24:34.778Z Compiling allocator-api2 v0.2.16
20322023-11-14T21:24:36.011Z Compiling pest_meta v2.7.2
20332023-11-14T21:24:36.501Z Compiling hashbrown v0.14.2
20342023-11-14T21:24:38.184Z Compiling pest_generator v2.7.2
20352023-11-14T21:24:38.706Z Compiling zerocopy v0.3.0
20362023-11-14T21:24:39.949Z Compiling schemars_derive v0.8.13
20372023-11-14T21:24:40.311Z Compiling lazy_static v1.4.0
20382023-11-14T21:24:40.948Z Compiling backtrace v0.3.69
20392023-11-14T21:24:41.278Z Compiling memoffset v0.9.0
20402023-11-14T21:24:41.555Z Compiling num-bigint v0.4.4
20412023-11-14T21:24:41.721Z Compiling openssl-probe v0.1.5
20422023-11-14T21:24:42.144Z Compiling foreign-types-shared v0.1.1
20432023-11-14T21:24:42.228Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20442023-11-14T21:24:42.289Z Compiling untrusted v0.7.1
20452023-11-14T21:24:42.582Z Compiling hashbrown v0.12.3
20462023-11-14T21:24:42.848Z Compiling pest_derive v2.7.2
20472023-11-14T21:24:43.267Z Compiling smoltcp v0.9.1
20482023-11-14T21:24:43.281Z Compiling percent-encoding v2.3.0
20492023-11-14T21:24:43.791Z Compiling async-trait v0.1.74
20502023-11-14T21:24:43.975Z Compiling crossbeam-utils v0.8.16
20512023-11-14T21:24:44.475Z Compiling untrusted v0.9.0
20522023-11-14T21:24:44.654Z Compiling equivalent v1.0.1
20532023-11-14T21:24:44.658Z Compiling iana-time-zone v0.1.57
20542023-11-14T21:24:44.728Z Compiling base64ct v1.6.0
20552023-11-14T21:24:44.964Z Compiling dtrace-parser v0.1.14
20562023-11-14T21:24:45.718Z Compiling pem-rfc7468 v0.7.0
20572023-11-14T21:24:46.610Z Compiling foreign-types v0.3.2
20582023-11-14T21:24:47.063Z Compiling dof v0.1.5
20592023-11-14T21:24:47.783Z Compiling clap_derive v4.4.2
20602023-11-14T21:24:48.424Z Compiling der_derive v0.7.2
20612023-11-14T21:24:49.733Z Compiling bytes v1.5.0
20622023-11-14T21:24:50.794Z Compiling bitflags v2.4.0
20632023-11-14T21:24:51.706Z Compiling tokio v1.33.0
20642023-11-14T21:24:51.755Z Compiling rustc_version v0.4.0
20652023-11-14T21:24:52.712Z Compiling heapless v0.7.16
20662023-11-14T21:24:53.319Z Compiling http v0.2.9
20672023-11-14T21:24:53.379Z Compiling uuid v1.5.0
20682023-11-14T21:24:54.499Z Compiling chrono v0.4.31
20692023-11-14T21:24:55.571Z Compiling indexmap v2.1.0
20702023-11-14T21:24:55.924Z Compiling thread-id v4.2.0
20712023-11-14T21:24:56.076Z Compiling flagset v0.4.3
20722023-11-14T21:24:56.406Z Compiling cpufeatures v0.2.9
20732023-11-14T21:24:56.539Z Compiling anstyle v1.0.2
20742023-11-14T21:24:56.994Z Compiling time-core v0.1.1
20752023-11-14T21:24:57.238Z Compiling utf8parse v0.2.1
20762023-11-14T21:24:57.500Z Compiling try-lock v0.2.4
20772023-11-14T21:24:57.513Z Compiling adler v1.0.2
20782023-11-14T21:24:57.676Z Compiling siphasher v0.3.11
20792023-11-14T21:24:57.697Z Compiling rustversion v1.0.14
20802023-11-14T21:24:57.800Z Compiling miniz_oxide v0.7.1
20812023-11-14T21:24:58.663Z Compiling want v0.3.1
20822023-11-14T21:24:59.054Z Compiling anstyle-parse v0.2.1
20832023-11-14T21:24:59.685Z Compiling time-macros v0.2.13
20842023-11-14T21:25:00.011Z Compiling sha2 v0.10.8
20852023-11-14T21:25:00.448Z Compiling der v0.7.8
20862023-11-14T21:25:02.983Z Compiling http-body v0.4.5
20872023-11-14T21:25:04.791Z Compiling tokio-util v0.7.10
20882023-11-14T21:25:06.848Z Compiling h2 v0.3.21
20892023-11-14T21:25:07.133Z Compiling serde_tokenstream v0.1.7
20902023-11-14T21:25:09.006Z Compiling sct v0.7.0
20912023-11-14T21:25:10.192Z Compiling form_urlencoded v1.2.0
20922023-11-14T21:25:10.491Z Compiling hubpack_derive v0.1.1
20932023-11-14T21:25:11.022Z Compiling socket2 v0.4.9
20942023-11-14T21:25:11.780Z Compiling crossbeam-epoch v0.9.15
20952023-11-14T21:25:12.759Z Compiling anyhow v1.0.75
20962023-11-14T21:25:13.541Z Compiling tap v1.0.1
20972023-11-14T21:25:13.680Z Compiling anstyle-query v1.0.0
20982023-11-14T21:25:13.931Z Compiling tower-service v0.3.2
20992023-11-14T21:25:13.944Z Compiling slog v2.7.0
21002023-11-14T21:25:14.097Z Compiling colorchoice v1.0.0
21012023-11-14T21:25:14.456Z Compiling httpdate v1.0.3
21022023-11-14T21:25:14.905Z Compiling anstream v0.5.0
21032023-11-14T21:25:15.078Z Compiling wyz v0.5.1
21042023-11-14T21:25:19.186Z Compiling hyper v0.14.27
21052023-11-14T21:25:19.996Z Compiling terminal_size v0.2.6
21062023-11-14T21:25:20.308Z Compiling spki v0.7.2
21072023-11-14T21:25:21.632Z Compiling toml_datetime v0.6.5
21082023-11-14T21:25:22.293Z Compiling serde_spanned v0.6.4
21092023-11-14T21:25:23.311Z Compiling rustls-pemfile v1.0.3
21102023-11-14T21:25:23.839Z Compiling zerocopy v0.6.4
21112023-11-14T21:25:24.003Z Compiling hmac v0.12.1
21122023-11-14T21:25:24.322Z Compiling md-5 v0.10.5
21132023-11-14T21:25:25.043Z Compiling stringprep v0.1.3
21142023-11-14T21:25:25.081Z Compiling idna v0.4.0
21152023-11-14T21:25:25.546Z Compiling diesel_table_macro_syntax v0.1.0
21162023-11-14T21:25:26.121Z Compiling hash32 v0.2.1
21172023-11-14T21:25:26.446Z Compiling aho-corasick v1.0.4
21182023-11-14T21:25:26.661Z Compiling regex-syntax v0.8.2
21192023-11-14T21:25:27.424Z Compiling maybe-uninit v2.0.0
21202023-11-14T21:25:28.106Z Compiling dyn-clone v1.0.13
21212023-11-14T21:25:28.393Z Compiling clap_lex v0.5.1
21222023-11-14T21:25:29.539Z Compiling stable_deref_trait v1.2.0
21232023-11-14T21:25:29.862Z Compiling strsim v0.10.0
21242023-11-14T21:25:29.912Z Compiling fallible-iterator v0.2.0
21252023-11-14T21:25:29.928Z Compiling gimli v0.28.0
21262023-11-14T21:25:31.287Z Compiling either v1.9.0
21272023-11-14T21:25:31.779Z Compiling winnow v0.5.15
21282023-11-14T21:25:33.229Z Compiling funty v2.0.0
21292023-11-14T21:25:33.502Z Compiling regex-automata v0.4.3
21302023-11-14T21:25:35.089Z Compiling bitvec v1.0.1
21312023-11-14T21:25:35.296Z Compiling postgres-protocol v0.6.6
21322023-11-14T21:25:37.067Z Compiling addr2line v0.21.0
21332023-11-14T21:25:37.327Z Compiling clap_builder v4.4.2
21342023-11-14T21:25:38.196Z Compiling url v2.4.1
21352023-11-14T21:25:38.354Z Compiling diesel_derives v2.1.1
21362023-11-14T21:25:43.454Z Compiling rustls-native-certs v0.6.3
21372023-11-14T21:25:43.862Z Compiling strum_macros v0.25.2
21382023-11-14T21:25:44.975Z Compiling tokio-native-tls v0.3.1
21392023-11-14T21:25:47.269Z Compiling usdt-macro v0.3.5
21402023-11-14T21:25:48.946Z Compiling usdt-attr-macro v0.3.5
21412023-11-14T21:25:49.875Z Compiling phf_shared v0.11.2
21422023-11-14T21:25:50.869Z Compiling block-padding v0.3.3
21432023-11-14T21:25:51.068Z Compiling enum-as-inner v0.5.1
21442023-11-14T21:25:51.097Z Compiling serde_repr v0.1.16
21452023-11-14T21:25:51.243Z Compiling scheduled-thread-pool v0.2.7
21462023-11-14T21:25:52.053Z Compiling object v0.32.1
21472023-11-14T21:25:52.689Z Compiling managed v0.8.0
21482023-11-14T21:25:53.349Z Compiling ipnet v2.8.0
21492023-11-14T21:25:55.047Z Compiling bit-vec v0.6.3
21502023-11-14T21:25:55.904Z Compiling matches v0.1.10
21512023-11-14T21:25:58.295Z Compiling rustc-demangle v0.1.23
21522023-11-14T21:25:58.977Z Compiling regex-automata v0.1.10
21532023-11-14T21:25:59.766Z Compiling num_threads v0.1.6
21542023-11-14T21:25:59.937Z Compiling packed_struct v0.10.1
21552023-11-14T21:26:00.566Z Compiling deranged v0.3.8
21562023-11-14T21:26:01.131Z Compiling num-bigint-dig v0.8.4
21572023-11-14T21:26:02.181Z Compiling bstr v0.2.17
21582023-11-14T21:26:03.654Z Compiling time v0.3.27
21592023-11-14T21:26:07.993Z Compiling idna v0.2.3
21602023-11-14T21:26:10.763Z Compiling r2d2 v0.8.10
21612023-11-14T21:26:12.052Z Compiling inout v0.1.3
21622023-11-14T21:26:12.877Z Compiling phf v0.11.2
21632023-11-14T21:26:13.323Z Compiling hyper-tls v0.5.0
21642023-11-14T21:26:13.838Z Compiling signal-hook-mio v0.2.3
21652023-11-14T21:26:13.853Z Compiling clap v4.4.3
21662023-11-14T21:26:14.002Z Compiling flate2 v1.0.28
21672023-11-14T21:26:14.058Z Compiling ipnetwork v0.20.0
21682023-11-14T21:26:14.074Z Compiling regex v1.10.2
21692023-11-14T21:26:15.431Z Compiling toml_edit v0.19.15
21702023-11-14T21:26:15.479Z Compiling postgres-types v0.2.6
21712023-11-14T21:26:15.840Z Compiling itertools v0.11.0
21722023-11-14T21:26:16.826Z Compiling pkcs8 v0.10.2
21732023-11-14T21:26:18.079Z Compiling hubpack v0.1.2
21742023-11-14T21:26:18.097Z Compiling serde_urlencoded v0.7.1
21752023-11-14T21:26:18.785Z Compiling phf_shared v0.10.0
21762023-11-14T21:26:19.018Z Compiling futures-executor v0.3.29
21772023-11-14T21:26:21.097Z Compiling signature v2.1.0
21782023-11-14T21:26:21.561Z Compiling packed_struct_codegen v0.10.1
21792023-11-14T21:26:23.360Z Compiling float-cmp v0.9.0
21802023-11-14T21:26:24.426Z Compiling encoding_rs v0.8.33
21812023-11-14T21:26:25.005Z Compiling mime v0.3.17
21822023-11-14T21:26:25.758Z Compiling regex-automata v0.3.8
21832023-11-14T21:26:25.913Z Compiling whoami v1.4.1
21842023-11-14T21:26:25.927Z Compiling new_debug_unreachable v1.0.4
21852023-11-14T21:26:26.049Z Compiling normalize-line-endings v0.3.0
21862023-11-14T21:26:26.214Z Compiling webpki-roots v0.25.2
21872023-11-14T21:26:26.453Z Compiling data-encoding v2.4.0
21882023-11-14T21:26:26.743Z Compiling predicates-core v1.0.6
21892023-11-14T21:26:27.206Z Compiling crc-catalog v2.2.0
21902023-11-14T21:26:28.719Z Compiling difflib v0.4.0
21912023-11-14T21:26:29.359Z Compiling nodrop v0.1.14
21922023-11-14T21:26:29.532Z Compiling static_assertions v1.1.0
21932023-11-14T21:26:29.548Z Compiling precomputed-hash v0.1.1
21942023-11-14T21:26:29.706Z Compiling fixedbitset v0.4.2
21952023-11-14T21:26:29.986Z Compiling unicode-segmentation v1.10.1
21962023-11-14T21:26:30.380Z Compiling unicode-width v0.1.11
21972023-11-14T21:26:30.773Z Compiling console v0.15.7
21982023-11-14T21:26:30.822Z Compiling petgraph v0.6.4
21992023-11-14T21:26:31.461Z Compiling similar v2.2.1
22002023-11-14T21:26:32.956Z Compiling string_cache v0.8.7
22012023-11-14T21:26:34.873Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22022023-11-14T21:26:48.686Z Compiling array-init v0.0.4
22032023-11-14T21:26:49.114Z Compiling predicates v3.0.4
22042023-11-14T21:26:49.243Z Compiling bstr v1.6.0
22052023-11-14T21:26:49.486Z Compiling trust-dns-proto v0.22.0
22062023-11-14T21:26:49.548Z Compiling crc v3.0.1
22072023-11-14T21:26:49.618Z Compiling tokio-postgres v0.7.10
22082023-11-14T21:26:53.224Z Compiling toml v0.7.8
22092023-11-14T21:26:55.053Z Compiling futures v0.3.29
22102023-11-14T21:26:55.761Z Compiling pkcs1 v0.7.5
22112023-11-14T21:26:56.408Z Compiling yasna v0.5.2
22122023-11-14T21:26:56.930Z Compiling smallvec v0.6.14
22132023-11-14T21:26:56.933Z Compiling diesel v2.1.3
22142023-11-14T21:26:57.674Z Compiling crossterm v0.27.0
22152023-11-14T21:26:58.681Z Compiling cipher v0.4.4
22162023-11-14T21:27:02.786Z Compiling bit-set v0.5.3
22172023-11-14T21:27:03.198Z Compiling usdt v0.3.5
22182023-11-14T21:27:03.317Z Compiling is-terminal v0.4.9
22192023-11-14T21:27:03.575Z Compiling toml_edit v0.21.0
22202023-11-14T21:27:06.589Z Compiling itertools v0.10.5
22212023-11-14T21:27:08.193Z Compiling tokio-stream v0.1.14
22222023-11-14T21:27:09.687Z Compiling openapiv3 v1.0.3
22232023-11-14T21:27:11.306Z Compiling hex v0.4.3
22242023-11-14T21:27:15.258Z Compiling hashbrown v0.13.2
22252023-11-14T21:27:19.819Z Compiling termcolor v1.2.0
22262023-11-14T21:27:21.281Z Compiling regex-syntax v0.6.29
22272023-11-14T21:27:23.533Z Compiling bitfield v0.14.0
22282023-11-14T21:27:28.074Z Compiling lalrpop-util v0.19.12
22292023-11-14T21:27:32.689Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22302023-11-14T21:27:38.594Z Compiling env_logger v0.10.0
22312023-11-14T21:27:49.058Z Compiling rsa v0.9.2
22322023-11-14T21:27:56.354Z Compiling serde-hex v0.1.0
22332023-11-14T21:27:58.209Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22342023-11-14T21:28:06.098Z Compiling x509-cert v0.2.4
22352023-11-14T21:28:06.659Z Compiling ron v0.8.1
22362023-11-14T21:28:09.087Z Compiling crc-any v2.4.3
22372023-11-14T21:28:28.628Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22382023-11-14T21:28:29.565Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22392023-11-14T21:28:45.391Z Compiling object v0.30.4
22402023-11-14T21:28:55.372Z Compiling path-slash v0.1.5
22412023-11-14T21:29:07.444Z Compiling bzip2 v0.4.4
22422023-11-14T21:29:07.914Z Compiling zip v0.6.6
22432023-11-14T21:29:10.025Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22442023-11-14T21:29:28.229Z Compiling rustls-webpki v0.101.7
22452023-11-14T21:29:34.582Z Compiling tokio-rustls v0.24.1
22462023-11-14T21:29:35.065Z Compiling hyper-rustls v0.24.2
22472023-11-14T21:29:35.868Z Compiling reqwest v0.11.20
22482023-11-14T21:29:50.127Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22492023-11-14T21:30:00.671Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22502023-11-14T21:30:01.934Z Finished release [optimized] target(s) in 6m 02s
22512023-11-14T21:30:01.969Z
22522023-11-14T21:30:02.049Zreal 6:02.206990169
22532023-11-14T21:30:02.089Zuser 42:20.360607742
22542023-11-14T21:30:02.102Zsys 3:54.383435167
22552023-11-14T21:30:02.113Ztrap 1.757802471
22562023-11-14T21:30:02.123Ztflt 1.064307975
22572023-11-14T21:30:02.133Zdflt 0.820818160
22582023-11-14T21:30:02.598Zkflt 0.007253917
22592023-11-14T21:30:02.613Zlock 1:36:16.866879576
22602023-11-14T21:30:02.625Zslp 2:58:22.116568739
22612023-11-14T21:30:02.634Zlat 1:43.638503644
22622023-11-14T21:30:02.642Zstop 1:39.157321295
22632023-11-14T21:30:02.647Z+ ptime -m gzip
22642023-11-14T21:30:02.651Z
22652023-11-14T21:30:02.655Zreal 0.656220798
22662023-11-14T21:30:02.658Zuser 0.648708193
22672023-11-14T21:30:02.661Zsys 0.006914098
22682023-11-14T21:30:02.664Ztrap 0.000081414
22692023-11-14T21:30:02.669Ztflt 0.000000000
22702023-11-14T21:30:02.672Zdflt 0.000000000
22712023-11-14T21:30:02.675Zkflt 0.000000000
22722023-11-14T21:30:02.678Zlock 0.000000000
22732023-11-14T21:30:02.684Zslp 0.000000000
22742023-11-14T21:30:02.687Zlat 0.000175827
22752023-11-14T21:30:02.690Zstop 0.000238614
22762023-11-14T21:30:02.693Z+ banner tufaceous
22772023-11-14T21:30:02.696Z
22782023-11-14T21:30:02.699Z ##### # # ###### ## #### ###### #### # # ####
22792023-11-14T21:30:02.702Z # # # # # # # # # # # # # #
22802023-11-14T21:30:02.705Z # # # ##### # # # ##### # # # # ####
22812023-11-14T21:30:02.710Z # # # # ###### # # # # # # #
22822023-11-14T21:30:02.714Z # # # # # # # # # # # # # # #
22832023-11-14T21:30:02.717Z # #### # # # #### ###### #### #### ####
22842023-11-14T21:30:02.720Z
22852023-11-14T21:30:02.723Z+ ptime -m cargo build --locked -p tufaceous --release
22862023-11-14T21:30:03.397Z Downloading crates ...
22872023-11-14T21:30:03.659Z Downloaded snafu-derive v0.7.5
22882023-11-14T21:30:03.668Z Downloaded doc-comment v0.3.3
22892023-11-14T21:30:03.685Z Downloaded buf-list v1.0.3
22902023-11-14T21:30:03.701Z Downloaded snafu v0.7.5
22912023-11-14T21:30:03.721Z Downloaded olpc-cjson v0.1.3
22922023-11-14T21:30:03.746Z Downloaded path-dedot v3.1.0
22932023-11-14T21:30:04.413Z Downloaded path-absolutize v3.1.0
22942023-11-14T21:30:04.425Z Downloaded tough v0.14.0
22952023-11-14T21:30:04.458Z Downloaded globset v0.4.13
22962023-11-14T21:30:04.469Z Downloaded fs-err v2.9.0
22972023-11-14T21:30:04.556Z Downloaded serde_plain v1.0.2
22982023-11-14T21:30:04.562Z Downloaded bytesize v1.3.0
22992023-11-14T21:30:04.572Z Compiling serde_tokenstream v0.2.0
23002023-11-14T21:30:05.008Z Compiling regress v0.7.1
23012023-11-14T21:30:05.029Z Compiling dirs-sys-next v0.1.2
23022023-11-14T21:30:05.046Z Compiling ident_case v1.0.1
23032023-11-14T21:30:05.060Z Compiling thread_local v1.1.7
23042023-11-14T21:30:05.069Z Compiling camino v1.1.6
23052023-11-14T21:30:05.076Z Compiling heck v0.4.1
23062023-11-14T21:30:05.082Z Compiling dirs-next v2.0.0
23072023-11-14T21:30:05.090Z Compiling darling_core v0.20.3
23082023-11-14T21:30:05.099Z Compiling slog-async v2.8.0
23092023-11-14T21:30:05.207Z Compiling term v0.7.0
23102023-11-14T21:30:05.597Z Compiling crossbeam-channel v0.5.8
23112023-11-14T21:30:06.092Z Compiling getopts v0.2.21
23122023-11-14T21:30:06.133Z Compiling structmeta-derive v0.2.0
23132023-11-14T21:30:06.166Z Compiling atty v0.2.14
23142023-11-14T21:30:06.184Z Compiling multer v2.1.0
23152023-11-14T21:30:06.485Z Compiling match_cfg v0.1.0
23162023-11-14T21:30:06.788Z Compiling paste v1.0.14
23172023-11-14T21:30:06.965Z Compiling take_mut v0.2.2
23182023-11-14T21:30:07.207Z Compiling unsafe-libyaml v0.2.9
23192023-11-14T21:30:07.303Z Compiling doc-comment v0.3.3
23202023-11-14T21:30:08.411Z Compiling hostname v0.3.1
23212023-11-14T21:30:08.890Z Compiling slog-term v2.9.0
23222023-11-14T21:30:10.006Z Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23232023-11-14T21:30:11.991Z Compiling structmeta v0.2.0
23242023-11-14T21:30:12.606Z Compiling serde_yaml v0.9.25
23252023-11-14T21:30:13.909Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23262023-11-14T21:30:13.916Z Compiling darling_macro v0.20.3
23272023-11-14T21:30:13.929Z Compiling slog-json v2.6.1
23282023-11-14T21:30:14.768Z Compiling async-stream-impl v0.3.5
23292023-11-14T21:30:15.451Z Compiling darling v0.20.3
23302023-11-14T21:30:15.565Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23312023-11-14T21:30:16.431Z Compiling regex-syntax v0.7.5
23322023-11-14T21:30:16.507Z Compiling fastrand v2.0.0
23332023-11-14T21:30:16.778Z Compiling atomic-waker v1.1.1
23342023-11-14T21:30:17.203Z Compiling waitgroup v0.1.2
23352023-11-14T21:30:17.230Z Compiling tempfile v3.8.0
23362023-11-14T21:30:17.404Z Compiling async-stream v0.3.5
23372023-11-14T21:30:17.698Z Compiling serde_with_macros v2.3.3
23382023-11-14T21:30:17.877Z Compiling slog-bunyan v2.4.0
23392023-11-14T21:30:21.081Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07)
23402023-11-14T21:30:21.109Z Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23412023-11-14T21:30:21.617Z Compiling sha1 v0.10.5
23422023-11-14T21:30:22.404Z Compiling snafu-derive v0.7.5
23432023-11-14T21:30:23.182Z Compiling serde_path_to_error v0.1.14
23442023-11-14T21:30:23.264Z Compiling path-dedot v3.1.0
23452023-11-14T21:30:23.614Z Compiling instant v0.1.12
23462023-11-14T21:30:23.624Z Compiling buf-list v1.0.3
23472023-11-14T21:30:23.629Z Compiling debug-ignore v1.0.5
23482023-11-14T21:30:23.842Z Compiling same-file v1.0.6
23492023-11-14T21:30:24.023Z Compiling arc-swap v1.6.0
23502023-11-14T21:30:24.403Z Compiling base64 v0.13.1
23512023-11-14T21:30:24.908Z Compiling slog-scope v4.4.0
23522023-11-14T21:30:25.197Z Compiling pem v1.1.1
23532023-11-14T21:30:25.829Z Compiling walkdir v2.4.0
23542023-11-14T21:30:26.305Z Compiling backoff v0.4.0
23552023-11-14T21:30:26.491Z Compiling parse-display-derive v0.8.2
23562023-11-14T21:30:26.886Z Compiling path-absolutize v3.1.0
23572023-11-14T21:30:27.196Z Compiling serde_with v2.3.3
23582023-11-14T21:30:27.754Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23592023-11-14T21:30:28.054Z Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23602023-11-14T21:30:28.823Z Compiling toml v0.8.8
23612023-11-14T21:30:29.311Z Compiling globset v0.4.13
23622023-11-14T21:30:30.650Z Compiling snafu v0.7.5
23632023-11-14T21:30:32.698Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23642023-11-14T21:30:32.800Z Compiling parse-display v0.8.2
23652023-11-14T21:30:33.409Z Compiling strum v0.25.0
23662023-11-14T21:30:33.423Z Compiling olpc-cjson v0.1.3
23672023-11-14T21:30:33.433Z Compiling macaddr v1.0.1
23682023-11-14T21:30:34.026Z Compiling serde_plain v1.0.2
23692023-11-14T21:30:34.360Z Compiling filetime v0.2.22
23702023-11-14T21:30:34.854Z Compiling xattr v1.0.1
23712023-11-14T21:30:34.878Z Compiling tough v0.14.0
23722023-11-14T21:30:35.314Z Compiling slog-stdlog v4.1.1
23732023-11-14T21:30:35.370Z Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423)
23742023-11-14T21:30:35.624Z Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23752023-11-14T21:30:36.704Z Compiling tar v0.4.40
23762023-11-14T21:30:39.474Z Compiling camino-tempfile v1.0.2
23772023-11-14T21:30:40.818Z Compiling bytesize v1.3.0
23782023-11-14T21:30:41.949Z Compiling fs-err v2.9.0
23792023-11-14T21:30:43.109Z Compiling slog-envlogger v2.2.0
23802023-11-14T21:30:43.878Z Compiling humantime v2.1.0
23812023-11-14T21:30:46.147Z Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23822023-11-14T21:31:11.780Z Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b)
23832023-11-14T21:31:12.137Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842023-11-14T21:31:24.441Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23852023-11-14T21:31:26.681Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23862023-11-14T21:31:50.565Z Finished release [optimized] target(s) in 1m 47s
23872023-11-14T21:31:50.645Z
23882023-11-14T21:31:50.650Zreal 1:47.988292901
23892023-11-14T21:31:50.654Zuser 11:36.512489755
23902023-11-14T21:31:50.658Zsys 43.430760978
23912023-11-14T21:31:50.661Ztrap 0.439935711
23922023-11-14T21:31:50.665Ztflt 0.459172111
23932023-11-14T21:31:50.668Zdflt 0.379412385
23942023-11-14T21:31:50.671Zkflt 0.000088964
23952023-11-14T21:31:50.674Zlock 22:15.362150474
23962023-11-14T21:31:50.677Zslp 25:05.732932768
23972023-11-14T21:31:50.679Zlat 19.999918418
23982023-11-14T21:31:50.682Zstop 11.321656407
23992023-11-14T21:31:50.685Z+ ptime -m gzip
24002023-11-14T21:31:53.145Z
24012023-11-14T21:31:53.152Zreal 2.298178482
24022023-11-14T21:31:53.176Zuser 2.269696131
24032023-11-14T21:31:53.181Zsys 0.027690003
24042023-11-14T21:31:53.249Ztrap 0.000282155
24052023-11-14T21:31:53.252Ztflt 0.000000000
24062023-11-14T21:31:53.256Zdflt 0.000000000
24072023-11-14T21:31:53.260Zkflt 0.000000000
24082023-11-14T21:31:53.264Zlock 0.000000000
24092023-11-14T21:31:53.275Zslp 0.000000000
24102023-11-14T21:31:53.282Zlat 0.000171919
24112023-11-14T21:31:53.294Zstop 0.000237033
24122023-11-14T21:31:53.307Zprocess exited: duration 1255592 ms, exit code 0
 
24132023-11-14T21:31:53.355Zfound 5 output files
24142023-11-14T21:31:53.497Zuploading: /work/end-to-end-tests/bootstrap-54b36ccac73b662d.gz (6359726 bytes)
24152023-11-14T21:31:57.337Zuploaded: /work/end-to-end-tests/bootstrap-54b36ccac73b662d.gz
24162023-11-14T21:31:57.355Zuploading: /work/end-to-end-tests/bootstrap.gz (100612708 bytes)
24172023-11-14T21:32:34.676Zuploaded: /work/end-to-end-tests/bootstrap.gz
24182023-11-14T21:32:34.693Zuploading: /work/end-to-end-tests/end_to_end_tests-183be15994d1779e.gz (115422694 bytes)
24192023-11-14T21:33:13.332Zuploaded: /work/end-to-end-tests/end_to_end_tests-183be15994d1779e.gz
24202023-11-14T21:33:13.347Zuploading: /work/caboose-util.gz (4106801 bytes)
24212023-11-14T21:33:15.955Zuploaded: /work/caboose-util.gz
24222023-11-14T21:33:15.959Zuploading: /work/tufaceous.gz (14676290 bytes)
24232023-11-14T21:33:23.451Zuploaded: /work/tufaceous.gz