01HJWJZ5FTWYSD4ST5Z8MZ4PNE: 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: 01HJWJZEX9Z03V8DN7BJFSVDWD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12023-12-30T05:27:04.721Zjob assigned to worker 01HJWJZKWCQV8YT3X9KSM6F4JS (queued for 1 m 2 s)
 
22023-12-30T05:27:05.154Zstarting task 0: "setup"
32023-12-30T05:27:05.218Z++ uname -s
42023-12-30T05:27:05.224Z+ kern=SunOS
52023-12-30T05:27:05.224Z+ case "$kern" in
62023-12-30T05:27:05.224Z+ groupadd -g 12345 build
72023-12-30T05:27:05.224Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82023-12-30T05:27:07.231Z+ zfs create -o mountpoint=/work rpool/work
92023-12-30T05:27:07.329Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102023-12-30T05:27:07.339Z+ home_fs=zfs
112023-12-30T05:27:07.340Z+ [[ zfs == autofs ]]
122023-12-30T05:27:07.340Z+ mkdir -p /home/build
132023-12-30T05:27:07.340Z+ chown build:build /home/build /work
142023-12-30T05:27:09.329Z+ chmod 0700 /home/build /work
152023-12-30T05:27:09.332Zprocess exited: duration 4177 ms, exit code 0
 
162023-12-30T05:27:09.339Zstarting task 1: "rust-toolchain"
172023-12-30T05:27:09.347Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182023-12-30T05:27:09.350Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192023-12-30T05:27:09.528Zinfo: downloading installer
202023-12-30T05:27:11.278Zwarning: it looks like you have an existing installation of Rust at:
212023-12-30T05:27:11.278Zwarning: /opt/ooce/bin
222023-12-30T05:27:11.278Zwarning: It is recommended that rustup be the primary Rust installation.
232023-12-30T05:27:11.278Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242023-12-30T05:27:11.278Zwarning: If you are sure that you want both rustup and your already installed Rust
252023-12-30T05:27:11.278Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262023-12-30T05:27:11.279Zwarning: or pass `-y' to ignore all ignorable checks.
272023-12-30T05:27:11.279Zerror: cannot install while Rust is installed
282023-12-30T05:27:11.279Zwarning: continuing (because the -y flag is set and the error is ignorable)
292023-12-30T05:27:11.418Zinfo: profile set to 'default'
302023-12-30T05:27:11.419Zinfo: default host triple is x86_64-unknown-illumos
312023-12-30T05:27:11.422Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322023-12-30T05:27:11.589Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332023-12-30T05:27:11.589Zinfo: downloading component 'cargo'
342023-12-30T05:27:12.283Zinfo: downloading component 'clippy'
352023-12-30T05:27:12.523Zinfo: downloading component 'rust-docs'
362023-12-30T05:27:13.379Zinfo: downloading component 'rust-std'
372023-12-30T05:27:14.920Zinfo: downloading component 'rustc'
382023-12-30T05:27:18.688Zinfo: downloading component 'rustfmt'
392023-12-30T05:27:18.900Zinfo: installing component 'cargo'
402023-12-30T05:27:20.373Zinfo: installing component 'clippy'
412023-12-30T05:27:21.007Zinfo: installing component 'rust-docs'
422023-12-30T05:27:23.758Zinfo: installing component 'rust-std'
432023-12-30T05:27:26.941Zinfo: installing component 'rustc'
442023-12-30T05:27:34.182Zinfo: installing component 'rustfmt'
452023-12-30T05:27:34.592Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462023-12-30T05:27:34.592Z
472023-12-30T05:27:34.729Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482023-12-30T05:27:34.729Z
492023-12-30T05:27:34.730Z
502023-12-30T05:27:34.730ZRust is installed now. Great!
512023-12-30T05:27:34.730Z
522023-12-30T05:27:34.730ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532023-12-30T05:27:34.730Zenvironment variable. This has not been done automatically.
542023-12-30T05:27:34.731Z
552023-12-30T05:27:35.151ZTo configure your current shell, run:
562023-12-30T05:27:35.151Zsource "$HOME/.cargo/env"
572023-12-30T05:27:35.158Z+ rustc --version
582023-12-30T05:27:35.159Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592023-12-30T05:27:35.159Zprocess exited: duration 25589 ms, exit code 0
 
602023-12-30T05:27:35.169Zstarting task 2: "authentication"
612023-12-30T05:27:35.243Zprocess exited: duration 66 ms, exit code 0
 
622023-12-30T05:27:35.251Zstarting task 3: "clone repository"
632023-12-30T05:27:35.259Z+ mkdir -p /work/oxidecomputer/omicron
642023-12-30T05:27:35.265Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652023-12-30T05:27:35.295ZCloning into '/work/oxidecomputer/omicron'...
662023-12-30T05:27:43.039Z+ cd /work/oxidecomputer/omicron
672023-12-30T05:27:43.039Z+ [[ -n update-schemars ]]
682023-12-30T05:27:43.045Z+ git fetch origin update-schemars
692023-12-30T05:27:43.401ZFrom https://github.com/oxidecomputer/omicron
702023-12-30T05:27:43.401Z * branch update-schemars -> FETCH_HEAD
712023-12-30T05:27:44.736Z+ git checkout -B update-schemars remotes/origin/update-schemars
722023-12-30T05:27:44.736ZSwitched to a new branch 'update-schemars'
732023-12-30T05:27:44.736Zbranch 'update-schemars' set up to track 'origin/update-schemars'.
742023-12-30T05:27:44.736Z+ git reset --hard 33886b502bb84d4d00d5a181d0efc59e382a3f47
752023-12-30T05:27:44.736ZHEAD is now at 33886b502 fix merge error
762023-12-30T05:27:44.736Zprocess exited: duration 8269 ms, exit code 0
 
772023-12-30T05:27:44.745Zstarting task 4: "build"
782023-12-30T05:27:44.753Z+ cargo --version
792023-12-30T05:27:44.760Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
802023-12-30T05:27:44.944Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
812023-12-30T05:27:44.948Zinfo: downloading component 'cargo'
822023-12-30T05:27:45.665Zinfo: downloading component 'clippy'
832023-12-30T05:27:45.896Zinfo: downloading component 'rust-docs'
842023-12-30T05:27:46.786Zinfo: downloading component 'rust-std'
852023-12-30T05:27:48.116Zinfo: downloading component 'rustc'
862023-12-30T05:27:51.867Zinfo: downloading component 'rustfmt'
872023-12-30T05:27:52.085Zinfo: installing component 'cargo'
882023-12-30T05:27:53.429Zinfo: installing component 'clippy'
892023-12-30T05:27:53.934Zinfo: installing component 'rust-docs'
902023-12-30T05:27:56.774Zinfo: installing component 'rust-std'
912023-12-30T05:27:59.268Zinfo: installing component 'rustc'
922023-12-30T05:28:05.773Zinfo: installing component 'rustfmt'
932023-12-30T05:28:06.328Zcargo 1.74.1 (ecb9851af 2023-10-18)
942023-12-30T05:28:06.330Z+ rustc --version
952023-12-30T05:28:06.460Zrustc 1.74.1 (a28077b28 2023-12-04)
962023-12-30T05:28:06.470Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972023-12-30T05:28:16.152Z Startup: Refreshing catalog 'helios-dev' ... Done
982023-12-30T05:28:17.595Z Startup: Caching catalogs ... Done
992023-12-30T05:28:25.065ZPlanning: Solver setup ... Done (7.019s)
1002023-12-30T05:28:25.227ZPlanning: Running solver ... Done (0.162s)
1012023-12-30T05:28:25.306ZPlanning: Finding local manifests ... Done (0.004s)
1022023-12-30T05:28:25.321ZPlanning: Fetching manifests: 0/6 0% complete
1032023-12-30T05:28:25.633ZPlanning: Fetching manifests: 6/6 100% complete
1042023-12-30T05:28:25.822ZPlanning: Package planning ... Done (0.188s)
1052023-12-30T05:28:25.909ZPlanning: Merging actions ... Done (0.087s)
1062023-12-30T05:28:26.697ZPlanning: Checking for conflicting actions ... Done (0.788s)
1072023-12-30T05:28:26.715ZPlanning: Consolidating action changes ... Done (0.018s)
1082023-12-30T05:28:30.682ZPlanning: Evaluating mediators ... Done (3.966s)
1092023-12-30T05:28:30.798ZPlanning: Planning completed in 13.14 seconds
1102023-12-30T05:28:34.538Z Packages to install: 4
1112023-12-30T05:28:34.538Z Packages to update: 2
1122023-12-30T05:28:34.538Z Mediators to change: 2
1132023-12-30T05:28:34.542Z Services to change: 1
1142023-12-30T05:28:34.542Z Estimated space available: 148.88 GB
1152023-12-30T05:28:34.542ZEstimated space to be consumed: 1.43 GB
1162023-12-30T05:28:34.542Z Create boot environment: No
1172023-12-30T05:28:34.542ZCreate backup boot environment: Yes
1182023-12-30T05:28:34.542Z Rebuild boot archive: No
1192023-12-30T05:28:34.542Z
1202023-12-30T05:28:34.542ZChanged mediators:
1212023-12-30T05:28:34.542Z mediator clang:
1222023-12-30T05:28:34.542Z version: None -> 15 (system default)
1232023-12-30T05:28:34.542Z
1242023-12-30T05:28:34.542Z mediator llvm:
1252023-12-30T05:28:34.542Z version: 14 (system default) -> 15 (system default)
1262023-12-30T05:28:34.542Z
1272023-12-30T05:28:34.542ZChanged packages:
1282023-12-30T05:28:34.542Zhelios-dev
1292023-12-30T05:28:34.542Z developer/build-essential
1302023-12-30T05:28:34.542Z None -> 11-2.0
1312023-12-30T05:28:34.542Z library/libxmlsec1
1322023-12-30T05:28:34.542Z None -> 1.2.35-2.0
1332023-12-30T05:28:34.542Z ooce/developer/clang-15
1342023-12-30T05:28:34.543Z None -> 15.0.7-2.0
1352023-12-30T05:28:34.543Z ooce/developer/llvm-15
1362023-12-30T05:28:34.543Z None -> 15.0.7-2.0
1372023-12-30T05:28:34.543Z system/library/g++-runtime
1382023-12-30T05:28:34.543Z 12-2.0 -> 13-2.0
1392023-12-30T05:28:34.543Z system/library/gcc-runtime
1402023-12-30T05:28:34.543Z 12-2.0 -> 13-2.0
1412023-12-30T05:28:34.543Z
1422023-12-30T05:28:34.543ZServices:
1432023-12-30T05:28:34.543Z restart_fmri:
1442023-12-30T05:28:34.543Z svc:/system/update-man-index:default
1452023-12-30T05:28:34.804Z
1462023-12-30T05:28:34.805ZDownload: 0/3330 items 0.0/221.1MB 0% complete
1472023-12-30T05:28:39.787ZDownload: 815/3330 items 18.7/221.1MB 8% complete (3.9M/s)
1482023-12-30T05:28:44.789ZDownload: 1706/3330 items 117.4/221.1MB 53% complete (11.9M/s)
1492023-12-30T05:28:49.788ZDownload: 3246/3330 items 167.9/221.1MB 75% complete (14.8M/s)
1502023-12-30T05:28:52.808ZDownload: Completed 221.11 MB in 18.03 seconds (12.3M/s)
1512023-12-30T05:28:53.852Z Actions: 1/3766 actions (Removing old actions)
1522023-12-30T05:28:53.852Z Actions: 5/3766 actions (Installing new actions)
1532023-12-30T05:28:59.346Z Actions: 3076/3766 actions (Installing new actions)
1542023-12-30T05:29:01.952Z Actions: 3729/3766 actions (Updating modified actions)
1552023-12-30T05:29:02.584Z Actions: Completed 3766 actions in 8.73 seconds.
1562023-12-30T05:29:02.817Z Done (0.226s)
1572023-12-30T05:29:02.821Z Done (0.000s)
1582023-12-30T05:29:03.112Z Done (0.293s)
1592023-12-30T05:29:10.737Z Done (7.496s)
1602023-12-30T05:29:10.955Z Done (0.102s)
1612023-12-30T05:29:10.958Z Done (0.000s)
1622023-12-30T05:29:11.207Z Done (0.000s)
1632023-12-30T05:29:11.936ZPlanning: Evaluating mediator changes ... Done
1642023-12-30T05:29:12.216ZPlanning: Checking for conflicting actions ... Done
1652023-12-30T05:29:12.219ZPlanning: Consolidating action changes ... Done
1662023-12-30T05:29:12.651ZPlanning: Evaluating mediators ... Done
1672023-12-30T05:29:12.654ZPlanning: Planning completed in 0.71 seconds
1682023-12-30T05:29:12.710Z Mediators to change: 2
1692023-12-30T05:29:12.710Z Create boot environment: No
1702023-12-30T05:29:12.713ZCreate backup boot environment: No
1712023-12-30T05:29:12.808Z Done
1722023-12-30T05:29:12.809Z Done
1732023-12-30T05:29:13.022Z Done
1742023-12-30T05:29:18.868Z Done
1752023-12-30T05:29:18.991Z Done
1762023-12-30T05:29:18.994Z Done
1772023-12-30T05:29:19.115Z Done
1782023-12-30T05:29:20.120ZPlanning: Evaluating mediator changes ... Done
1792023-12-30T05:29:20.123ZPlanning: Merging actions ... Done
1802023-12-30T05:29:20.452ZPlanning: Checking for conflicting actions ... Done
1812023-12-30T05:29:20.455ZPlanning: Consolidating action changes ... Done
1822023-12-30T05:29:20.884ZPlanning: Evaluating mediators ... Done
1832023-12-30T05:29:20.976ZPlanning: Planning completed in 1.29 seconds
1842023-12-30T05:29:21.040Z Packages to change: 1
1852023-12-30T05:29:21.041Z Mediators to change: 1
1862023-12-30T05:29:21.044Z Services to change: 1
1872023-12-30T05:29:21.044Z Create boot environment: No
1882023-12-30T05:29:21.044ZCreate backup boot environment: Yes
1892023-12-30T05:29:23.219Z Actions: 1/6 actions (Updating modified actions)
1902023-12-30T05:29:23.222Z Actions: Completed 6 actions in 0.00 seconds.
1912023-12-30T05:29:23.222Z Done
1922023-12-30T05:29:23.222Z Done
1932023-12-30T05:29:23.287Z Done
1942023-12-30T05:29:29.380Z Done
1952023-12-30T05:29:29.541Z Done
1962023-12-30T05:29:29.545Z Done
1972023-12-30T05:29:29.630Z Done
1982023-12-30T05:29:30.311ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992023-12-30T05:29:30.311Zclang system 15 system
2002023-12-30T05:29:30.311Zcsh system system illumos
2012023-12-30T05:29:30.311Zctags system system illumos
2022023-12-30T05:29:30.311Zgcc vendor 12 vendor
2032023-12-30T05:29:30.311Zgcc system 10 system
2042023-12-30T05:29:30.311Zgcc system 7 system
2052023-12-30T05:29:30.311Zgo system 1.20 system
2062023-12-30T05:29:30.311Zgo system 1.19 system
2072023-12-30T05:29:30.311Zllvm system 15 system
2082023-12-30T05:29:30.311Zllvm system 14 system
2092023-12-30T05:29:30.311Zmariadb system 10.6 system
2102023-12-30T05:29:30.311Zmta vendor vendor dma
2112023-12-30T05:29:30.312Zopenjdk system 17 system
2122023-12-30T05:29:30.312Zopenjdk system 11 system
2132023-12-30T05:29:30.312Zopenjdk system 1.8 system
2142023-12-30T05:29:30.312Zopenssl vendor 3 vendor
2152023-12-30T05:29:30.312Zperl system 5.36 system
2162023-12-30T05:29:30.312Zpostgresql system 15 system
2172023-12-30T05:29:30.312Zpostgresql system 13 system
2182023-12-30T05:29:30.312Zpython vendor 3 vendor
2192023-12-30T05:29:30.312Zpython system 2 system
2202023-12-30T05:29:30.312Zpython3 system 3.11 system
2212023-12-30T05:29:30.312Zruby system 3.0 system
2222023-12-30T05:29:30.312Zwords vendor vendor american-english
2232023-12-30T05:29:30.312Zwords system system australian-english
2242023-12-30T05:29:30.312Zwords system system british-english
2252023-12-30T05:29:30.312Zwords system system canadian-english
2262023-12-30T05:29:30.312Zwords system system french
2272023-12-30T05:29:30.312Zwords system system italian
2282023-12-30T05:29:30.312Zwords system system ngerman
2292023-12-30T05:29:30.312Zwords system system ogerman
2302023-12-30T05:29:30.312Zwords system system spanish
2312023-12-30T05:29:30.841ZFMRI IFO
2322023-12-30T05:29:30.841Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332023-12-30T05:29:30.841Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342023-12-30T05:29:30.842Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352023-12-30T05:29:30.842Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im-
2362023-12-30T05:29:30.842Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2372023-12-30T05:29:30.842Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i--
2382023-12-30T05:29:30.842Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im-
2392023-12-30T05:29:30.842Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im-
2402023-12-30T05:29:30.919Z+ set -o errexit
2412023-12-30T05:29:30.922Z+++ dirname ./tools/ci_download_cockroachdb
2422023-12-30T05:29:30.925Z++ cd ./tools
2432023-12-30T05:29:30.925Z++ pwd
2442023-12-30T05:29:30.925Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2452023-12-30T05:29:30.928Z++ basename ./tools/ci_download_cockroachdb
2462023-12-30T05:29:30.928Z+ ARG0=ci_download_cockroachdb
2472023-12-30T05:29:30.929Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2482023-12-30T05:29:30.933Z+ CIDL_VERSION=v22.1.9
2492023-12-30T05:29:30.933Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2502023-12-30T05:29:30.933Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2512023-12-30T05:29:30.933Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2522023-12-30T05:29:30.933Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2532023-12-30T05:29:30.933Z+ TARGET_DIR=out
2542023-12-30T05:29:30.933Z+ DOWNLOAD_DIR=out/downloads
2552023-12-30T05:29:30.933Z+ DEST_DIR=./out/cockroachdb
2562023-12-30T05:29:30.933Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2572023-12-30T05:29:30.933Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2582023-12-30T05:29:30.933Z+ main
2592023-12-30T05:29:30.933Z+ [[ 0 != 0 ]]
2602023-12-30T05:29:30.933Z+ CIDL_OS=solaris2.11
2612023-12-30T05:29:30.933Z+ [[ 0 != 0 ]]
2622023-12-30T05:29:30.933Z+ configure_os solaris2.11
2632023-12-30T05:29:30.933Z+ echo 'current directory: /work/oxidecomputer/omicron'
2642023-12-30T05:29:30.934Zcurrent directory: /work/oxidecomputer/omicron
2652023-12-30T05:29:30.934Z+ echo 'configuring based on OS: "solaris2.11"'
2662023-12-30T05:29:30.934Z+ case "$1" in
2672023-12-30T05:29:30.934Zconfiguring based on OS: "solaris2.11"
2682023-12-30T05:29:30.934Z+ CIDL_BUILD=illumos
2692023-12-30T05:29:30.934Z+ CIDL_SUFFIX=tar.gz
2702023-12-30T05:29:30.934Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2712023-12-30T05:29:30.934Z+ CIDL_MD5FUNC=do_md5sum
2722023-12-30T05:29:30.934Z+ CIDL_URL_BASE=https://illumos.org/downloads
2732023-12-30T05:29:30.934Z+ CIDL_ASSEMBLE=do_assemble_illumos
2742023-12-30T05:29:30.934Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2752023-12-30T05:29:30.935Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2762023-12-30T05:29:30.935Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772023-12-30T05:29:30.935Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2782023-12-30T05:29:30.935Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2792023-12-30T05:29:30.935Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802023-12-30T05:29:30.935ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812023-12-30T05:29:30.935Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822023-12-30T05:29:30.935Z+ mkdir -p out/downloads
2832023-12-30T05:29:30.935ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842023-12-30T05:29:30.938Z+ mkdir -p ./out/cockroachdb
2852023-12-30T05:29:30.938Z+ local DO_DOWNLOAD=true
2862023-12-30T05:29:30.938Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2872023-12-30T05:29:30.938Z+ '[' true == true ']'
2882023-12-30T05:29:30.938Z+ echo Downloading...
2892023-12-30T05:29:30.938ZDownloading...
2902023-12-30T05:29:30.938Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912023-12-30T05:29:30.939Z+ 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
2922023-12-30T05:29:34.921Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932023-12-30T05:29:34.924Z++ md5sum
2942023-12-30T05:29:34.924Z++ awk '{print $1}'
2952023-12-30T05:29:35.105Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2962023-12-30T05:29:35.105Z+ [[ 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 ]]
2972023-12-30T05:29:35.105Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982023-12-30T05:29:35.108Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2992023-12-30T05:29:38.432Z+ do_assemble_illumos
3002023-12-30T05:29:38.432Z+ rm -r ./out/cockroachdb
3012023-12-30T05:29:38.435Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3022023-12-30T05:29:39.139Z+ ./out/cockroachdb/bin/cockroach version
3032023-12-30T05:29:39.445ZBuild Tag: v22.1.9-dirty
3042023-12-30T05:29:39.446ZBuild Time: 2022/10/26 21:17:46
3052023-12-30T05:29:39.446ZDistribution: OSS
3062023-12-30T05:29:39.446ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3072023-12-30T05:29:39.446ZGo Version: go1.17.13
3082023-12-30T05:29:39.446ZC Compiler: gcc 10.3.0
3092023-12-30T05:29:39.446ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3102023-12-30T05:29:39.446ZBuild Type: release
3112023-12-30T05:29:39.472Z+ set -o errexit
3122023-12-30T05:29:39.475Z+++ dirname ./tools/ci_download_clickhouse
3132023-12-30T05:29:39.478Z++ cd ./tools
3142023-12-30T05:29:39.478Z++ pwd
3152023-12-30T05:29:39.478Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3162023-12-30T05:29:39.482Z++ basename ./tools/ci_download_clickhouse
3172023-12-30T05:29:39.482Z+ ARG0=ci_download_clickhouse
3182023-12-30T05:29:39.482Z+ TARGET_DIR=out
3192023-12-30T05:29:39.482Z+ DOWNLOAD_DIR=out/downloads
3202023-12-30T05:29:39.482Z+ DEST_DIR=./out/clickhouse
3212023-12-30T05:29:39.482Z+ CIDL_VERSION=v22.8.9.24
3222023-12-30T05:29:39.482Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3232023-12-30T05:29:39.482Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242023-12-30T05:29:39.482Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3252023-12-30T05:29:39.482Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3262023-12-30T05:29:39.482Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272023-12-30T05:29:39.482Z+ main
3282023-12-30T05:29:39.485Z+ [[ 0 != 0 ]]
3292023-12-30T05:29:39.485Z+ CIDL_OS=solaris2.11
3302023-12-30T05:29:39.485Z+ [[ 0 != 0 ]]
3312023-12-30T05:29:39.485Z+ configure_os solaris2.11
3322023-12-30T05:29:39.486Z+ echo 'current directory: /work/oxidecomputer/omicron'
3332023-12-30T05:29:39.486Zcurrent directory: /work/oxidecomputer/omicron
3342023-12-30T05:29:39.486Z+ echo 'configuring based on OS: "solaris2.11"'
3352023-12-30T05:29:39.486Z+ CIDL_DASHREV=
3362023-12-30T05:29:39.486Z+ case "$1" in
3372023-12-30T05:29:39.486Zconfiguring based on OS: "solaris2.11"
3382023-12-30T05:29:39.486Z+ CIDL_PLATFORM=illumos
3392023-12-30T05:29:39.486Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3402023-12-30T05:29:39.486Z+ CIDL_MD5FUNC=do_md5sum
3412023-12-30T05:29:39.486Z+ CIDL_DASHREV=-1
3422023-12-30T05:29:39.486Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3432023-12-30T05:29:39.486Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3442023-12-30T05:29:39.486Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452023-12-30T05:29:39.486Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462023-12-30T05:29:39.486Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472023-12-30T05:29:39.486Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3482023-12-30T05:29:39.486ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492023-12-30T05:29:39.486ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3502023-12-30T05:29:39.486Z+ mkdir -p out/downloads
3512023-12-30T05:29:39.486Z+ mkdir -p ./out/clickhouse
3522023-12-30T05:29:39.490Z+ local DO_DOWNLOAD=true
3532023-12-30T05:29:39.490Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3542023-12-30T05:29:39.490Z+ '[' true == true ']'
3552023-12-30T05:29:39.490Z+ echo Downloading...
3562023-12-30T05:29:39.490ZDownloading...
3572023-12-30T05:29:39.490Z+ 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
3582023-12-30T05:29:39.490Z+ 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
3592023-12-30T05:29:41.102Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602023-12-30T05:29:41.110Z++ md5sum
3612023-12-30T05:29:41.110Z++ awk '{print $1}'
3622023-12-30T05:29:41.353Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3632023-12-30T05:29:41.353Z+ [[ 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 ]]
3642023-12-30T05:29:41.353Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3652023-12-30T05:29:41.356Z+ mkdir -p ./out/clickhouse
3662023-12-30T05:29:41.356Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3672023-12-30T05:29:46.153Z+ ./out/clickhouse/clickhouse server --version
3682023-12-30T05:29:46.202ZClickHouse server version 22.8.9.1.
3692023-12-30T05:29:46.224Z+ set -o errexit
3702023-12-30T05:29:46.228Z+++ dirname ./tools/ci_download_console
3712023-12-30T05:29:46.230Z++ cd ./tools
3722023-12-30T05:29:46.231Z++ pwd
3732023-12-30T05:29:46.231Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3742023-12-30T05:29:46.234Z++ basename ./tools/ci_download_console
3752023-12-30T05:29:46.234Z+ ARG0=ci_download_console
3762023-12-30T05:29:46.234Z+ TARGET_DIR=out
3772023-12-30T05:29:46.234Z+ DOWNLOAD_DIR=out/downloads
3782023-12-30T05:29:46.234Z+ DEST_DIR=./out/console-assets
3792023-12-30T05:29:46.234Z+ source /work/oxidecomputer/omicron/tools/console_version
3802023-12-30T05:29:46.234Z++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e
3812023-12-30T05:29:46.234Z++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0
3822023-12-30T05:29:46.234Z+ URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
3832023-12-30T05:29:46.234Z+ TARBALL_FILE=out/downloads/console.tar.gz
3842023-12-30T05:29:46.234Z+ main
3852023-12-30T05:29:46.234Z+ [[ 0 != 0 ]]
3862023-12-30T05:29:46.234Z+ echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz'
3872023-12-30T05:29:46.234ZURL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
3882023-12-30T05:29:46.234Z+ echo 'Local file: out/downloads/console.tar.gz'
3892023-12-30T05:29:46.235ZLocal file: out/downloads/console.tar.gz
3902023-12-30T05:29:46.235Z+ local DO_DOWNLOAD=true
3912023-12-30T05:29:46.235Z+ [[ -f out/downloads/console.tar.gz ]]
3922023-12-30T05:29:46.235Z+ mkdir -p out/downloads
3932023-12-30T05:29:46.238Z+ '[' true == true ']'
3942023-12-30T05:29:46.239Z+ echo Downloading...
3952023-12-30T05:29:46.239ZDownloading...
3962023-12-30T05:29:46.239Z+ do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz
3972023-12-30T05:29:46.239Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz
3982023-12-30T05:29:46.889Z++ do_sha256sum out/downloads/console.tar.gz
3992023-12-30T05:29:46.892Z++ case "$OSTYPE" in
4002023-12-30T05:29:46.892Z++ SHA=sha256sum
4012023-12-30T05:29:46.892Z++ sha256sum
4022023-12-30T05:29:46.892Z++ awk '{print $1}'
4032023-12-30T05:29:46.913Z+ calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0
4042023-12-30T05:29:46.913Z+ [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]]
4052023-12-30T05:29:46.916Z+ rm -rf ./out/console-assets
4062023-12-30T05:29:46.916Z+ mkdir -p ./out/console-assets
4072023-12-30T05:29:46.919Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4082023-12-30T05:29:46.919Z+ mkdir -p ./out/console-assets
4092023-12-30T05:29:46.922Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4102023-12-30T05:29:47.056Z+ set -o errexit
4112023-12-30T05:29:47.062Z+++ dirname ./tools/ci_download_maghemite_openapi
4122023-12-30T05:29:47.062Z++ cd ./tools
4132023-12-30T05:29:47.062Z++ pwd
4142023-12-30T05:29:47.063Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4152023-12-30T05:29:47.079Z++ basename ./tools/ci_download_maghemite_openapi
4162023-12-30T05:29:47.079Z+ ARG0=ci_download_maghemite_openapi
4172023-12-30T05:29:47.079Z+ TARGET_DIR=out
4182023-12-30T05:29:47.079Z+ DOWNLOAD_DIR=out/downloads
4192023-12-30T05:29:47.079Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4202023-12-30T05:29:47.079Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4212023-12-30T05:29:47.079Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4222023-12-30T05:29:47.079Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4232023-12-30T05:29:47.079Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4242023-12-30T05:29:47.079Z+ main
4252023-12-30T05:29:47.079Z+ [[ 0 != 0 ]]
4262023-12-30T05:29:47.080Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4272023-12-30T05:29:47.080ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4282023-12-30T05:29:47.080Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4292023-12-30T05:29:47.081Z+ local DO_DOWNLOAD=true
4302023-12-30T05:29:47.081ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4312023-12-30T05:29:47.081Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4322023-12-30T05:29:47.081Z+ mkdir -p out/downloads
4332023-12-30T05:29:47.081Z+ '[' true == true ']'
4342023-12-30T05:29:47.081Z+ echo Downloading...
4352023-12-30T05:29:47.081ZDownloading...
4362023-12-30T05:29:47.081Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4372023-12-30T05:29:47.081Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4382023-12-30T05:29:47.329Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4392023-12-30T05:29:47.329Z++ case "$OSTYPE" in
4402023-12-30T05:29:47.332Z++ SHA=sha256sum
4412023-12-30T05:29:47.332Z++ sha256sum
4422023-12-30T05:29:47.332Z++ awk '{print $1}'
4432023-12-30T05:29:47.335Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4442023-12-30T05:29:47.335Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4452023-12-30T05:29:47.335Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4462023-12-30T05:29:47.335Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4472023-12-30T05:29:47.336Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4482023-12-30T05:29:47.336Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4492023-12-30T05:29:47.336Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4502023-12-30T05:29:47.337Z+ main
4512023-12-30T05:29:47.337Z+ [[ 0 != 0 ]]
4522023-12-30T05:29:47.337Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4532023-12-30T05:29:47.340ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4542023-12-30T05:29:47.340Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4552023-12-30T05:29:47.340ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4562023-12-30T05:29:47.340Z+ local DO_DOWNLOAD=true
4572023-12-30T05:29:47.340Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4582023-12-30T05:29:47.340Z+ mkdir -p out/downloads
4592023-12-30T05:29:47.340Z+ '[' true == true ']'
4602023-12-30T05:29:47.340ZDownloading...
4612023-12-30T05:29:47.340Z+ echo Downloading...
4622023-12-30T05:29:47.340Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4632023-12-30T05:29:47.340Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4642023-12-30T05:29:47.488Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4652023-12-30T05:29:47.492Z++ case "$OSTYPE" in
4662023-12-30T05:29:47.492Z++ SHA=sha256sum
4672023-12-30T05:29:47.492Z++ sha256sum
4682023-12-30T05:29:47.492Z++ awk '{print $1}'
4692023-12-30T05:29:47.497Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4702023-12-30T05:29:47.497Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4712023-12-30T05:29:47.509Z+ set -o errexit
4722023-12-30T05:29:47.513Z+++ dirname ./tools/ci_download_dendrite_openapi
4732023-12-30T05:29:47.513Z++ cd ./tools
4742023-12-30T05:29:47.513Z++ pwd
4752023-12-30T05:29:47.513Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4762023-12-30T05:29:47.513Z++ basename ./tools/ci_download_dendrite_openapi
4772023-12-30T05:29:47.513Z+ ARG0=ci_download_dendrite_openapi
4782023-12-30T05:29:47.514Z+ TARGET_DIR=out
4792023-12-30T05:29:47.514Z+ DOWNLOAD_DIR=out/downloads
4802023-12-30T05:29:47.514Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812023-12-30T05:29:47.514Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4822023-12-30T05:29:47.514Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4832023-12-30T05:29:47.514Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4842023-12-30T05:29:47.514Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4852023-12-30T05:29:47.514Z+ main
4862023-12-30T05:29:47.514Z+ [[ 0 != 0 ]]
4872023-12-30T05:29:47.514Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
4882023-12-30T05:29:47.519ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4892023-12-30T05:29:47.519ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4902023-12-30T05:29:47.519Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
4912023-12-30T05:29:47.519Z+ local DO_DOWNLOAD=true
4922023-12-30T05:29:47.520Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
4932023-12-30T05:29:47.521Z+ mkdir -p out/downloads
4942023-12-30T05:29:47.521Z+ '[' true == true ']'
4952023-12-30T05:29:47.521Z+ echo Downloading...
4962023-12-30T05:29:47.521ZDownloading...
4972023-12-30T05:29:47.521Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4982023-12-30T05:29:47.521Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4992023-12-30T05:29:47.675Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
5002023-12-30T05:29:47.675Z++ case "$OSTYPE" in
5012023-12-30T05:29:47.678Z++ SHA=sha256sum
5022023-12-30T05:29:47.678Z++ sha256sum
5032023-12-30T05:29:47.678Z++ awk '{print $1}'
5042023-12-30T05:29:47.682Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5052023-12-30T05:29:47.685Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5062023-12-30T05:29:47.692Z+ set -o errexit
5072023-12-30T05:29:47.695Z+++ dirname ./tools/ci_download_dendrite_stub
5082023-12-30T05:29:47.697Z++ cd ./tools
5092023-12-30T05:29:47.698Z++ pwd
5102023-12-30T05:29:47.698Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112023-12-30T05:29:47.701Z++ basename ./tools/ci_download_dendrite_stub
5122023-12-30T05:29:47.701Z+ ARG0=ci_download_dendrite_stub
5132023-12-30T05:29:47.701Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142023-12-30T05:29:47.701Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5152023-12-30T05:29:47.701Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5162023-12-30T05:29:47.701Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5172023-12-30T05:29:47.701Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182023-12-30T05:29:47.701Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5192023-12-30T05:29:47.701Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5202023-12-30T05:29:47.701Z+ TARGET_DIR=out
5212023-12-30T05:29:47.701Z+ DOWNLOAD_DIR=out/downloads
5222023-12-30T05:29:47.703Z+ DEST_DIR=./out/dendrite-stub
5232023-12-30T05:29:47.703Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242023-12-30T05:29:47.703Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252023-12-30T05:29:47.703Z+ REPO=oxidecomputer/dendrite
5262023-12-30T05:29:47.703Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5272023-12-30T05:29:47.703Z+ main
5282023-12-30T05:29:47.703Z+ [[ 0 != 0 ]]
5292023-12-30T05:29:47.703Z+ CIDL_OS=solaris2.11
5302023-12-30T05:29:47.703Z+ [[ 0 != 0 ]]
5312023-12-30T05:29:47.703Z+ configure_os solaris2.11
5322023-12-30T05:29:47.703Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332023-12-30T05:29:47.703Zcurrent directory: /work/oxidecomputer/omicron
5342023-12-30T05:29:47.708Z+ echo 'configuring based on OS: "solaris2.11"'
5352023-12-30T05:29:47.708Zconfiguring based on OS: "solaris2.11"
5362023-12-30T05:29:47.708Z+ case "$1" in
5372023-12-30T05:29:47.708Z+ SET_BINARIES=
5382023-12-30T05:29:47.708Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5392023-12-30T05:29:47.708Z+ CIDL_SHA256FUNC=do_sha256sum
5402023-12-30T05:29:47.708Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5412023-12-30T05:29:47.708Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5422023-12-30T05:29:47.708Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5432023-12-30T05:29:47.708Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5442023-12-30T05:29:47.708ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5452023-12-30T05:29:47.708Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5462023-12-30T05:29:47.708ZLocal file: out/downloads/dendrite-stub.tar.gz
5472023-12-30T05:29:47.708Z+ mkdir -p out/downloads
5482023-12-30T05:29:47.708Z+ mkdir -p ./out/dendrite-stub
5492023-12-30T05:29:47.708Z+ fetch_and_verify
5502023-12-30T05:29:47.709Z+ local DO_DOWNLOAD=true
5512023-12-30T05:29:47.709Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5522023-12-30T05:29:47.709Z+ '[' true == true ']'
5532023-12-30T05:29:47.709Z+ echo Downloading...
5542023-12-30T05:29:47.709ZDownloading...
5552023-12-30T05:29:47.709Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5562023-12-30T05:29:47.709Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5572023-12-30T05:29:56.996Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5582023-12-30T05:29:56.999Z++ sha256sum
5592023-12-30T05:29:56.999Z++ awk '{print $1}'
5602023-12-30T05:29:57.104Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5612023-12-30T05:29:57.104Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5622023-12-30T05:29:57.104Z+ do_untar out/downloads/dendrite-stub.tar.gz
5632023-12-30T05:29:57.107Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5642023-12-30T05:29:58.207Z+ do_assemble
5652023-12-30T05:29:58.207Z+ rm -r ./out/dendrite-stub
5662023-12-30T05:29:58.212Z+ mkdir ./out/dendrite-stub
5672023-12-30T05:29:58.216Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5682023-12-30T05:29:58.409Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5692023-12-30T05:29:58.422Z+ set -o errexit
5702023-12-30T05:29:58.425Z+++ dirname ./tools/ci_download_maghemite_mgd
5712023-12-30T05:29:58.430Z++ cd ./tools
5722023-12-30T05:29:58.430Z++ pwd
5732023-12-30T05:29:58.431Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5742023-12-30T05:29:58.434Z++ basename ./tools/ci_download_maghemite_mgd
5752023-12-30T05:29:58.434Z+ ARG0=ci_download_maghemite_mgd
5762023-12-30T05:29:58.434Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5772023-12-30T05:29:58.434Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5782023-12-30T05:29:58.434Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5792023-12-30T05:29:58.434Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5802023-12-30T05:29:58.434Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5812023-12-30T05:29:58.435Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5822023-12-30T05:29:58.437Z+ TARGET_DIR=out
5832023-12-30T05:29:58.437Z+ DOWNLOAD_DIR=out/downloads
5842023-12-30T05:29:58.437Z+ DEST_DIR=./out/mgd
5852023-12-30T05:29:58.437Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5862023-12-30T05:29:58.437Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872023-12-30T05:29:58.438Z+ REPO=oxidecomputer/maghemite
5882023-12-30T05:29:58.438Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5892023-12-30T05:29:58.438Z+ main
5902023-12-30T05:29:58.438Z+ [[ 0 != 0 ]]
5912023-12-30T05:29:58.438Z+ CIDL_OS=solaris2.11
5922023-12-30T05:29:58.438Z+ [[ 0 != 0 ]]
5932023-12-30T05:29:58.438Z+ configure_os solaris2.11
5942023-12-30T05:29:58.438Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952023-12-30T05:29:58.438Zcurrent directory: /work/oxidecomputer/omicron
5962023-12-30T05:29:58.438Zconfiguring based on OS: "solaris2.11"
5972023-12-30T05:29:58.438Z+ echo 'configuring based on OS: "solaris2.11"'
5982023-12-30T05:29:58.438Z+ case "$1" in
5992023-12-30T05:29:58.438Z+ SET_BINARIES=
6002023-12-30T05:29:58.438Z+ CIDL_SHA256FUNC=do_sha256sum
6012023-12-30T05:29:58.438Z+ TARBALL_FILENAME=mgd.tar.gz
6022023-12-30T05:29:58.438Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6032023-12-30T05:29:58.438Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6042023-12-30T05:29:58.438Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6052023-12-30T05:29:58.438ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6062023-12-30T05:29:58.438ZLocal file: out/downloads/mgd.tar.gz
6072023-12-30T05:29:58.438Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6082023-12-30T05:29:58.438Z+ mkdir -p out/downloads
6092023-12-30T05:29:58.438Z+ mkdir -p ./out/mgd
6102023-12-30T05:29:58.442Z+ fetch_and_verify
6112023-12-30T05:29:58.442Z+ local DO_DOWNLOAD=true
6122023-12-30T05:29:58.442Z+ [[ -f out/downloads/mgd.tar.gz ]]
6132023-12-30T05:29:58.442Z+ '[' true == true ']'
6142023-12-30T05:29:58.442Z+ echo Downloading...
6152023-12-30T05:29:58.442ZDownloading...
6162023-12-30T05:29:58.442Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6172023-12-30T05:29:58.442Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6182023-12-30T05:30:05.341Z++ do_sha256sum out/downloads/mgd.tar.gz
6192023-12-30T05:30:05.345Z++ sha256sum
6202023-12-30T05:30:05.345Z++ awk '{print $1}'
6212023-12-30T05:30:05.418Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6222023-12-30T05:30:05.418Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6232023-12-30T05:30:05.418Z+ do_untar out/downloads/mgd.tar.gz
6242023-12-30T05:30:05.422Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6252023-12-30T05:30:06.071Z+ do_assemble
6262023-12-30T05:30:06.071Z+ rm -r ./out/mgd
6272023-12-30T05:30:06.074Z+ mkdir ./out/mgd
6282023-12-30T05:30:06.074Z+ cp -r out/downloads/root ./out/mgd/root
6292023-12-30T05:30:06.298Z+ set -o errexit
6302023-12-30T05:30:06.302Z+++ dirname ./tools/ci_download_transceiver_control
6312023-12-30T05:30:06.302Z++ cd ./tools
6322023-12-30T05:30:06.302Z++ pwd
6332023-12-30T05:30:06.302Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342023-12-30T05:30:06.306Z++ basename ./tools/ci_download_transceiver_control
6352023-12-30T05:30:06.306Z+ ARG0=ci_download_transceiver_control
6362023-12-30T05:30:06.306Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6372023-12-30T05:30:06.306Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382023-12-30T05:30:06.306Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392023-12-30T05:30:06.306Z+ TARGET_DIR=out
6402023-12-30T05:30:06.306Z+ DOWNLOAD_DIR=out/downloads
6412023-12-30T05:30:06.306Z+ DEST_DIR=./out/transceiver-control
6422023-12-30T05:30:06.306Z+ BIN_DIR=/opt/oxide/bin
6432023-12-30T05:30:06.306Z+ BINARY=xcvradm
6442023-12-30T05:30:06.306Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452023-12-30T05:30:06.306Z+ REPO=oxidecomputer/transceiver-control
6462023-12-30T05:30:06.306Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472023-12-30T05:30:06.306Z+ main
6482023-12-30T05:30:06.306Z+ [[ 0 != 0 ]]
6492023-12-30T05:30:06.306Z+ CIDL_OS=solaris2.11
6502023-12-30T05:30:06.307Z+ [[ 0 != 0 ]]
6512023-12-30T05:30:06.307Z+ configure_os solaris2.11
6522023-12-30T05:30:06.307Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532023-12-30T05:30:06.307Z+ echo 'configuring based on OS: "solaris2.11"'
6542023-12-30T05:30:06.307Z+ case "$1" in
6552023-12-30T05:30:06.307Z+ SET_BINARIES=
6562023-12-30T05:30:06.310Zcurrent directory: /work/oxidecomputer/omicron
6572023-12-30T05:30:06.310Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6582023-12-30T05:30:06.310Z+ CIDL_SHA256FUNC=do_sha256sum
6592023-12-30T05:30:06.310Z+ ARCHIVE_FILENAME=xcvradm.gz
6602023-12-30T05:30:06.310Zconfiguring based on OS: "solaris2.11"
6612023-12-30T05:30:06.311Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622023-12-30T05:30:06.311Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6632023-12-30T05:30:06.311Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6642023-12-30T05:30:06.311ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6652023-12-30T05:30:06.311Z+ echo 'Local file: out/downloads/xcvradm.gz'
6662023-12-30T05:30:06.311ZLocal file: out/downloads/xcvradm.gz
6672023-12-30T05:30:06.311Z+ mkdir -p out/downloads
6682023-12-30T05:30:06.311Z+ mkdir -p ./out/transceiver-control
6692023-12-30T05:30:06.314Z+ fetch_and_verify
6702023-12-30T05:30:06.314Z+ local DO_DOWNLOAD=true
6712023-12-30T05:30:06.314Z+ [[ -f out/downloads/xcvradm.gz ]]
6722023-12-30T05:30:06.314Z+ '[' true == true ']'
6732023-12-30T05:30:06.314Z+ echo Downloading...
6742023-12-30T05:30:06.314ZDownloading...
6752023-12-30T05:30:06.314Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6762023-12-30T05:30:06.315Z+ 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
6772023-12-30T05:30:09.322Z++ do_sha256sum out/downloads/xcvradm.gz
6782023-12-30T05:30:09.327Z++ sha256sum
6792023-12-30T05:30:09.327Z++ awk '{print $1}'
6802023-12-30T05:30:09.349Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812023-12-30T05:30:09.353Z+ [[ 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 ]]
6822023-12-30T05:30:09.353Z+ do_unpack out/downloads/xcvradm.gz
6832023-12-30T05:30:09.353Z+ mkdir -p out/downloads/root//opt/oxide/bin
6842023-12-30T05:30:09.353Z+ gzip -dc out/downloads/xcvradm.gz
6852023-12-30T05:30:09.532Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6862023-12-30T05:30:09.537Z+ do_assemble
6872023-12-30T05:30:09.537Z+ rm -r ./out/transceiver-control
6882023-12-30T05:30:09.537Z+ mkdir ./out/transceiver-control
6892023-12-30T05:30:09.543Z+ cp -r out/downloads/root ./out/transceiver-control/root
6902023-12-30T05:30:09.745ZAll prerequisites installed successfully
6912023-12-30T05:30:09.748Z
6922023-12-30T05:30:09.748Zreal 2:03.279277327
6932023-12-30T05:30:09.749Zuser 56.987464524
6942023-12-30T05:30:09.749Zsys 10.425715508
6952023-12-30T05:30:09.749Ztrap 0.024411129
6962023-12-30T05:30:09.749Ztflt 0.196351810
6972023-12-30T05:30:09.749Zdflt 0.777050623
6982023-12-30T05:30:09.749Zkflt 0.189460480
6992023-12-30T05:30:09.749Zlock 2.021585827
7002023-12-30T05:30:09.749Zslp 3:45.983015730
7012023-12-30T05:30:09.749Zlat 3.405317520
7022023-12-30T05:30:09.749Zstop 0.069548662
7032023-12-30T05:30:09.750Z+ banner end-to-end-tests
7042023-12-30T05:30:09.883Z
7052023-12-30T05:30:09.883Z ###### # # ##### ##### #### ###### # # #####
7062023-12-30T05:30:09.883Z # ## # # # # # # # ## # # #
7072023-12-30T05:30:09.883Z ##### # # # # # ##### # # # ##### ##### # # # # #
7082023-12-30T05:30:09.883Z # # # # # # # # # # # # # # #
7092023-12-30T05:30:09.883Z # # ## # # # # # # # ## # #
7102023-12-30T05:30:09.883Z ###### # # ##### # #### ###### # # #####
7112023-12-30T05:30:09.883Z
7122023-12-30T05:30:10.300Z+ export CARGO_PROFILE_DEV_DEBUG=1
7132023-12-30T05:30:10.301Z+ CARGO_PROFILE_DEV_DEBUG=1
7142023-12-30T05:30:10.301Z+ export CARGO_PROFILE_TEST_DEBUG=1
7152023-12-30T05:30:10.301Z+ CARGO_PROFILE_TEST_DEBUG=1
7162023-12-30T05:30:10.301Z+ export CARGO_INCREMENTAL=0
7172023-12-30T05:30:10.301Z+ CARGO_INCREMENTAL=0
7182023-12-30T05:30:10.301Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7192023-12-30T05:30:10.306Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202023-12-30T05:30:10.631Z Updating crates.io index
7212023-12-30T05:30:10.634Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7222023-12-30T05:30:11.590Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7232023-12-30T05:30:13.932Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7242023-12-30T05:30:14.522Z Updating git repository `http://github.com/oxidecomputer/tofino`
7252023-12-30T05:30:14.863Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7262023-12-30T05:30:15.141Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7272023-12-30T05:30:15.425Z Updating git repository `https://github.com/oxidecomputer/propolis`
7282023-12-30T05:30:16.281Z Updating git repository `https://github.com/oxidecomputer/crucible`
7292023-12-30T05:30:18.544Z Updating git repository `https://github.com/oxidecomputer/opte`
7302023-12-30T05:30:19.490Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7312023-12-30T05:30:19.793Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7322023-12-30T05:30:20.359Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7332023-12-30T05:30:20.719Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7342023-12-30T05:30:21.012Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7352023-12-30T05:30:21.347Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7362023-12-30T05:30:21.747Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7372023-12-30T05:30:22.085Z Updating git repository `https://github.com/njaremko/samael`
7382023-12-30T05:30:22.635Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7392023-12-30T05:30:23.184Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7402023-12-30T05:30:23.545Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7412023-12-30T05:30:23.938Z Updating git repository `https://github.com/jgallagher/nix`
7422023-12-30T05:30:25.175Z Updating git repository `https://github.com/cbiffle/hubpack`
7432023-12-30T05:30:25.693Z Updating git repository `https://github.com/oxidecomputer/typify`
7442023-12-30T05:30:27.561Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7452023-12-30T05:30:27.932Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7462023-12-30T05:30:28.241Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7472023-12-30T05:30:30.113Z Downloading crates ...
7482023-12-30T05:30:30.381Z Downloaded addr2line v0.21.0
7492023-12-30T05:30:30.386Z Downloaded paste v1.0.14
7502023-12-30T05:30:30.392Z Downloaded pin-project v1.1.3
7512023-12-30T05:30:30.414Z Downloaded quick-error v1.2.3
7522023-12-30T05:30:30.420Z Downloaded proc-macro2 v1.0.69
7532023-12-30T05:30:30.425Z Downloaded pretty-hex v0.2.1
7542023-12-30T05:30:30.428Z Downloaded predicates v3.0.4
7552023-12-30T05:30:30.433Z Downloaded thread-id v4.2.0
7562023-12-30T05:30:30.436Z Downloaded rand_chacha v0.3.1
7572023-12-30T05:30:30.439Z Downloaded radix_trie v0.2.1
7582023-12-30T05:30:30.450Z Downloaded argon2 v0.5.2
7592023-12-30T05:30:30.454Z Downloaded ahash v0.8.6
7602023-12-30T05:30:30.461Z Downloaded anstream v0.5.0
7612023-12-30T05:30:30.464Z Downloaded anstyle-parse v0.2.1
7622023-12-30T05:30:30.476Z Downloaded aes v0.8.3
7632023-12-30T05:30:30.479Z Downloaded anstyle-query v1.0.0
7642023-12-30T05:30:30.479Z Downloaded arc-swap v1.6.0
7652023-12-30T05:30:30.483Z Downloaded backtrace v0.3.69
7662023-12-30T05:30:30.493Z Downloaded anyhow v1.0.75
7672023-12-30T05:30:30.503Z Downloaded aes-gcm v0.10.3
7682023-12-30T05:30:30.530Z Downloaded crucible-workspace-hack v0.1.0
7692023-12-30T05:30:30.538Z Downloaded curve25519-dalek-derive v0.1.0
7702023-12-30T05:30:30.546Z Downloaded atomicwrites v0.4.2
7712023-12-30T05:30:30.551Z Downloaded equivalent v1.0.1
7722023-12-30T05:30:30.551Z Downloaded zone_cfg_derive v0.3.0
7732023-12-30T05:30:30.554Z Downloaded anstyle v1.0.2
7742023-12-30T05:30:30.557Z Downloaded bitflags v1.3.2
7752023-12-30T05:30:30.565Z Downloaded serde_spanned v0.6.4
7762023-12-30T05:30:30.569Z Downloaded num v0.4.1
7772023-12-30T05:30:30.573Z Downloaded ciborium-ll v0.2.1
7782023-12-30T05:30:30.579Z Downloaded unicode-xid v0.2.4
7792023-12-30T05:30:30.584Z Downloaded cbc v0.1.2
7802023-12-30T05:30:30.591Z Downloaded blowfish v0.9.1
7812023-12-30T05:30:30.598Z Downloaded ciborium-io v0.2.1
7822023-12-30T05:30:30.601Z Downloaded normalize-line-endings v0.3.0
7832023-12-30T05:30:30.601Z Downloaded data-encoding v2.4.0
7842023-12-30T05:30:30.605Z Downloaded mime v0.3.17
7852023-12-30T05:30:30.608Z Downloaded match_cfg v0.1.0
7862023-12-30T05:30:30.611Z Downloaded siphasher v0.3.11
7872023-12-30T05:30:30.614Z Downloaded nibble_vec v0.1.0
7882023-12-30T05:30:30.618Z Downloaded ciborium v0.2.1
7892023-12-30T05:30:30.624Z Downloaded resolv-conf v0.7.0
7902023-12-30T05:30:30.629Z Downloaded diesel_table_macro_syntax v0.1.0
7912023-12-30T05:30:30.632Z Downloaded byteorder v1.5.0
7922023-12-30T05:30:30.637Z Downloaded num_threads v0.1.6
7932023-12-30T05:30:30.644Z Downloaded multer v2.1.0
7942023-12-30T05:30:30.648Z Downloaded dirs-sys-next v0.1.2
7952023-12-30T05:30:30.652Z Downloaded defmt-macros v0.3.6
7962023-12-30T05:30:30.661Z Downloaded num_enum_derive v0.5.11
7972023-12-30T05:30:30.664Z Downloaded poly1305 v0.8.0
7982023-12-30T05:30:30.670Z Downloaded pest_meta v2.7.2
7992023-12-30T05:30:30.674Z Downloaded managed v0.8.0
8002023-12-30T05:30:30.679Z Downloaded openssl-probe v0.1.5
8012023-12-30T05:30:30.686Z Downloaded time-core v0.1.1
8022023-12-30T05:30:30.689Z Downloaded md5 v0.7.0
8032023-12-30T05:30:30.690Z Downloaded darling_macro v0.20.3
8042023-12-30T05:30:30.690Z Downloaded foreign-types-macros v0.2.3
8052023-12-30T05:30:30.694Z Downloaded macaddr v1.0.1
8062023-12-30T05:30:30.694Z Downloaded dirs-next v2.0.0
8072023-12-30T05:30:30.697Z Downloaded unicode-ident v1.0.12
8082023-12-30T05:30:30.704Z Downloaded postgres-types v0.2.6
8092023-12-30T05:30:30.710Z Downloaded swrite v0.1.0
8102023-12-30T05:30:30.714Z Downloaded embedded-io v0.4.0
8112023-12-30T05:30:30.721Z Downloaded diesel_derives v2.1.2
8122023-12-30T05:30:30.725Z Downloaded universal-hash v0.5.1
8132023-12-30T05:30:30.730Z Downloaded strum_macros v0.25.2
8142023-12-30T05:30:30.735Z Downloaded zeroize v1.7.0
8152023-12-30T05:30:30.735Z Downloaded predicates-core v1.0.6
8162023-12-30T05:30:30.739Z Downloaded cc v1.0.83
8172023-12-30T05:30:30.743Z Downloaded pkg-config v0.3.27
8182023-12-30T05:30:30.746Z Downloaded log v0.4.20
8192023-12-30T05:30:30.755Z Downloaded foreign-types-shared v0.3.1
8202023-12-30T05:30:30.759Z Downloaded want v0.3.1
8212023-12-30T05:30:30.759Z Downloaded doc-comment v0.3.3
8222023-12-30T05:30:30.759Z Downloaded utf-8 v0.7.6
8232023-12-30T05:30:30.764Z Downloaded const-oid v0.9.5
8242023-12-30T05:30:30.767Z Downloaded russh-cryptovec v0.7.0
8252023-12-30T05:30:30.767Z Downloaded home v0.5.5
8262023-12-30T05:30:30.772Z Downloaded unsafe-libyaml v0.2.9
8272023-12-30T05:30:30.777Z Downloaded rand_chacha v0.2.2
8282023-12-30T05:30:30.781Z Downloaded scopeguard v1.2.0
8292023-12-30T05:30:30.784Z Downloaded rustfmt-wrapper v0.2.0
8302023-12-30T05:30:30.792Z Downloaded serde_derive_internals v0.26.0
8312023-12-30T05:30:30.795Z Downloaded num-rational v0.4.1
8322023-12-30T05:30:30.795Z Downloaded dof v0.1.5
8332023-12-30T05:30:30.795Z Downloaded synstructure v0.12.6
8342023-12-30T05:30:30.799Z Downloaded heck v0.4.1
8352023-12-30T05:30:30.803Z Downloaded hostname v0.3.1
8362023-12-30T05:30:30.808Z Downloaded http-body v0.4.5
8372023-12-30T05:30:30.811Z Downloaded ident_case v1.0.1
8382023-12-30T05:30:30.811Z Downloaded usdt-attr-macro v0.3.5
8392023-12-30T05:30:30.819Z Downloaded filetime v0.2.23
8402023-12-30T05:30:30.824Z Downloaded libefi-sys v0.1.0
8412023-12-30T05:30:30.824Z Downloaded rustls-native-certs v0.6.3
8422023-12-30T05:30:30.827Z Downloaded trust-dns-resolver v0.22.0
8432023-12-30T05:30:30.831Z Downloaded percent-encoding v2.3.1
8442023-12-30T05:30:30.836Z Downloaded ghash v0.5.0
8452023-12-30T05:30:30.840Z Downloaded futures-executor v0.3.29
8462023-12-30T05:30:30.841Z Downloaded futures-sink v0.3.29
8472023-12-30T05:30:30.844Z Downloaded textwrap v0.11.0
8482023-12-30T05:30:30.847Z Downloaded instant v0.1.12
8492023-12-30T05:30:30.850Z Downloaded sec1 v0.7.3
8502023-12-30T05:30:30.857Z Downloaded untrusted v0.7.1
8512023-12-30T05:30:30.857Z Downloaded zip v0.6.6
8522023-12-30T05:30:30.863Z Downloaded serde_urlencoded v0.7.1
8532023-12-30T05:30:30.867Z Downloaded socket2 v0.5.5
8542023-12-30T05:30:30.871Z Downloaded snafu-derive v0.7.5
8552023-12-30T05:30:30.875Z Downloaded foreign-types v0.3.2
8562023-12-30T05:30:30.881Z Downloaded uuid v1.6.1
8572023-12-30T05:30:30.886Z Downloaded serde_tokenstream v0.2.0
8582023-12-30T05:30:30.896Z Downloaded try-lock v0.2.4
8592023-12-30T05:30:30.899Z Downloaded rustversion v1.0.14
8602023-12-30T05:30:30.904Z Downloaded platforms v3.0.2
8612023-12-30T05:30:30.909Z Downloaded digest v0.10.7
8622023-12-30T05:30:30.912Z Downloaded keccak v0.1.4
8632023-12-30T05:30:30.912Z Downloaded untrusted v0.9.0
8642023-12-30T05:30:30.916Z Downloaded futures-task v0.3.29
8652023-12-30T05:30:30.919Z Downloaded group v0.13.0
8662023-12-30T05:30:30.922Z Downloaded usdt-macro v0.3.5
8672023-12-30T05:30:30.922Z Downloaded rand_core v0.6.4
8682023-12-30T05:30:30.931Z Downloaded dtrace-parser v0.1.14
8692023-12-30T05:30:30.934Z Downloaded hubpack_derive v0.1.1
8702023-12-30T05:30:30.934Z Downloaded string_cache v0.8.7
8712023-12-30T05:30:30.934Z Downloaded tar v0.4.40
8722023-12-30T05:30:30.937Z Downloaded pin-utils v0.1.0
8732023-12-30T05:30:30.940Z Downloaded tempfile v3.8.1
8742023-12-30T05:30:30.943Z Downloaded foreign-types-shared v0.1.1
8752023-12-30T05:30:30.947Z Downloaded xattr v1.0.1
8762023-12-30T05:30:30.950Z Downloaded strum v0.25.0
8772023-12-30T05:30:30.950Z Downloaded thiserror-impl-no-std v2.0.2
8782023-12-30T05:30:30.954Z Downloaded ryu v1.0.15
8792023-12-30T05:30:30.960Z Downloaded russh-keys v0.40.1
8802023-12-30T05:30:30.964Z Downloaded schemars_derive v0.8.16
8812023-12-30T05:30:30.966Z Downloaded serde_repr v0.1.16
8822023-12-30T05:30:31.001Z Downloaded same-file v1.0.6
8832023-12-30T05:30:31.008Z Downloaded rustc_version v0.4.0
8842023-12-30T05:30:31.008Z Downloaded mio v0.8.9
8852023-12-30T05:30:31.008Z Downloaded hyper-tls v0.5.0
8862023-12-30T05:30:31.008Z Downloaded futures-channel v0.3.29
8872023-12-30T05:30:31.008Z Downloaded rcgen v0.11.3
8882023-12-30T05:30:31.009Z Downloaded io-lifetimes v1.0.11
8892023-12-30T05:30:31.009Z Downloaded hex-literal v0.4.1
8902023-12-30T05:30:31.009Z Downloaded sha1 v0.10.6
8912023-12-30T05:30:31.009Z Downloaded thiserror-no-std v2.0.2
8922023-12-30T05:30:31.013Z Downloaded stable_deref_trait v1.2.0
8932023-12-30T05:30:31.013Z Downloaded foreign-types v0.5.0
8942023-12-30T05:30:31.016Z Downloaded fastrand v2.0.0
8952023-12-30T05:30:31.020Z Downloaded lazy_static v1.4.0
8962023-12-30T05:30:31.020Z Downloaded serde_with_macros v3.4.0
8972023-12-30T05:30:31.023Z Downloaded hash32 v0.2.1
8982023-12-30T05:30:31.026Z Downloaded http-range v0.1.5
8992023-12-30T05:30:31.026Z Downloaded subtle v2.5.0
9002023-12-30T05:30:31.030Z Downloaded memchr v2.6.3
9012023-12-30T05:30:31.042Z Downloaded serde_path_to_error v0.1.14
9022023-12-30T05:30:31.054Z Downloaded glob v0.3.1
9032023-12-30T05:30:31.054Z Downloaded serde_derive v1.0.193
9042023-12-30T05:30:31.060Z Downloaded serde_yaml v0.9.25
9052023-12-30T05:30:31.060Z Downloaded getopts v0.2.21
9062023-12-30T05:30:31.060Z Downloaded dyn-clone v1.0.13
9072023-12-30T05:30:31.067Z Downloaded indexmap v1.9.3
9082023-12-30T05:30:31.067Z Downloaded slog-json v2.6.1
9092023-12-30T05:30:31.078Z Downloaded semver-parser v0.10.2
9102023-12-30T05:30:31.078Z Downloaded getrandom v0.2.10
9112023-12-30T05:30:31.085Z Downloaded static_assertions v1.1.0
9122023-12-30T05:30:31.085Z Downloaded slog-envlogger v2.2.0
9132023-12-30T05:30:31.085Z Downloaded getrandom v0.1.16
9142023-12-30T05:30:31.096Z Downloaded lock_api v0.4.10
9152023-12-30T05:30:31.096Z Downloaded ecdsa v0.16.9
9162023-12-30T05:30:31.096Z Downloaded trust-dns-client v0.22.0
9172023-12-30T05:30:31.103Z Downloaded ipnet v2.8.0
9182023-12-30T05:30:31.111Z Downloaded sct v0.7.0
9192023-12-30T05:30:31.115Z Downloaded similar v2.3.0
9202023-12-30T05:30:31.123Z Downloaded futures v0.3.29
9212023-12-30T05:30:31.131Z Downloaded tungstenite v0.20.1
9222023-12-30T05:30:31.139Z Downloaded tokio-postgres v0.7.10
9232023-12-30T05:30:31.153Z Downloaded russh v0.40.2
9242023-12-30T05:30:31.157Z Downloaded subprocess v0.2.9
9252023-12-30T05:30:31.164Z Downloaded tokio-util v0.7.10
9262023-12-30T05:30:31.169Z Downloaded clap_builder v4.4.2
9272023-12-30T05:30:31.184Z Downloaded hashbrown v0.12.3
9282023-12-30T05:30:31.190Z Downloaded serde_with v3.4.0
9292023-12-30T05:30:31.201Z Downloaded serde v1.0.193
9302023-12-30T05:30:31.209Z Downloaded rand v0.8.5
9312023-12-30T05:30:31.213Z Downloaded toml_edit v0.19.15
9322023-12-30T05:30:31.244Z Downloaded itertools v0.12.0
9332023-12-30T05:30:31.258Z Downloaded hyper v0.14.27
9342023-12-30T05:30:31.272Z Downloaded http v0.2.11
9352023-12-30T05:30:31.278Z Downloaded rustls-webpki v0.101.7
9362023-12-30T05:30:31.304Z Downloaded toml_edit v0.21.0
9372023-12-30T05:30:31.357Z Downloaded zerocopy v0.7.31
9382023-12-30T05:30:31.385Z Downloaded winnow v0.5.15
9392023-12-30T05:30:31.398Z Downloaded webpki-roots v0.25.2
9402023-12-30T05:30:31.406Z Downloaded serde_json v1.0.108
9412023-12-30T05:30:31.421Z Downloaded h2 v0.3.21
9422023-12-30T05:30:31.432Z Downloaded trust-dns-proto v0.22.0
9432023-12-30T05:30:31.456Z Downloaded regex v1.10.2
9442023-12-30T05:30:31.476Z Downloaded gimli v0.28.0
9452023-12-30T05:30:31.491Z Downloaded syn v1.0.109
9462023-12-30T05:30:31.510Z Downloaded smoltcp v0.9.1
9472023-12-30T05:30:31.529Z Downloaded regress v0.7.1
9482023-12-30T05:30:31.542Z Downloaded curve25519-dalek v4.1.1
9492023-12-30T05:30:31.559Z Downloaded regex-syntax v0.8.2
9502023-12-30T05:30:31.575Z Downloaded rustix v0.38.25
9512023-12-30T05:30:31.615Z Downloaded regex-syntax v0.7.5
9522023-12-30T05:30:31.629Z Downloaded openapiv3 v2.0.0
9532023-12-30T05:30:31.650Z Downloaded bstr v1.6.0
9542023-12-30T05:30:31.670Z Downloaded zerocopy-derive v0.2.0
9552023-12-30T05:30:31.691Z Downloaded zerocopy-derive v0.7.31
9562023-12-30T05:30:31.711Z Downloaded regex-automata v0.4.3
9572023-12-30T05:30:31.745Z Downloaded tokio v1.35.0
9582023-12-30T05:30:31.812Z Downloaded regex-automata v0.3.8
9592023-12-30T05:30:31.846Z Downloaded libc v0.2.151
9602023-12-30T05:30:31.897Z Downloaded sha3 v0.10.8
9612023-12-30T05:30:31.910Z Downloaded sled v0.34.7
9622023-12-30T05:30:31.930Z Downloaded zerocopy-derive v0.6.4
9632023-12-30T05:30:31.952Z Downloaded bzip2-sys v0.1.11+1.0.8
9642023-12-30T05:30:31.977Z Downloaded rustix v0.37.23
9652023-12-30T05:30:32.035Z Downloaded syn v2.0.32
9662023-12-30T05:30:32.040Z Downloaded smoltcp v0.10.0
9672023-12-30T05:30:32.054Z Downloaded winapi v0.3.9
9682023-12-30T05:30:32.131Z Downloaded encoding_rs v0.8.33
9692023-12-30T05:30:32.176Z Downloaded bstr v0.2.17
9702023-12-30T05:30:32.193Z Downloaded openssl v0.10.60
9712023-12-30T05:30:32.211Z Downloaded diesel v2.1.4
9722023-12-30T05:30:32.247Z Downloaded ring v0.17.7
9732023-12-30T05:30:32.384Z Downloaded rustls v0.21.9
9742023-12-30T05:30:32.403Z Downloaded idna v0.2.3
9752023-12-30T05:30:32.415Z Downloaded idna v0.5.0
9762023-12-30T05:30:32.430Z Downloaded object v0.32.1
9772023-12-30T05:30:32.447Z Downloaded vcpkg v0.2.15
9782023-12-30T05:30:32.520Z Downloaded reqwest v0.11.22
9792023-12-30T05:30:32.533Z Downloaded chrono v0.4.31
9802023-12-30T05:30:32.554Z Downloaded libm v0.2.7
9812023-12-30T05:30:32.563Z Downloaded time v0.3.27
9822023-12-30T05:30:32.573Z Downloaded itertools v0.11.0
9832023-12-30T05:30:32.586Z Downloaded futures-util v0.3.29
9842023-12-30T05:30:32.607Z Downloaded regex-automata v0.1.10
9852023-12-30T05:30:32.615Z Downloaded clap v2.34.0
9862023-12-30T05:30:32.630Z Downloaded ring v0.16.20
9872023-12-30T05:30:32.791Z Downloaded hkdf v0.12.3
9882023-12-30T05:30:32.796Z Downloaded petgraph v0.6.4
9892023-12-30T05:30:32.826Z Downloaded socket2 v0.4.9
9902023-12-30T05:30:32.829Z Downloaded tokio-stream v0.1.14
9912023-12-30T05:30:32.829Z Downloaded half v1.8.2
9922023-12-30T05:30:32.833Z Downloaded hex v0.4.3
9932023-12-30T05:30:32.839Z Downloaded aho-corasick v1.0.4
9942023-12-30T05:30:32.846Z Downloaded heapless v0.7.16
9952023-12-30T05:30:32.851Z Downloaded rustc-demangle v0.1.23
9962023-12-30T05:30:32.855Z Downloaded linear-map v1.2.0
9972023-12-30T05:30:32.859Z Downloaded slog-term v2.9.0
9982023-12-30T05:30:32.862Z Downloaded time-macros v0.2.13
9992023-12-30T05:30:32.866Z Downloaded itertools v0.10.5
10002023-12-30T05:30:32.878Z Downloaded hashbrown v0.14.2
10012023-12-30T05:30:32.883Z Downloaded yasna v0.5.2
10022023-12-30T05:30:32.886Z Downloaded tracing-core v0.1.31
10032023-12-30T05:30:32.890Z Downloaded tracing v0.1.37
10042023-12-30T05:30:32.897Z Downloaded semver v1.0.20
10052023-12-30T05:30:32.901Z Downloaded stringprep v0.1.3
10062023-12-30T05:30:32.904Z Downloaded usdt-impl v0.3.5
10072023-12-30T05:30:32.908Z Downloaded crossbeam-channel v0.5.8
10082023-12-30T05:30:32.914Z Downloaded tracing-attributes v0.1.26
10092023-12-30T05:30:32.920Z Downloaded is-terminal v0.4.9
10102023-12-30T05:30:32.923Z Downloaded toml v0.8.8
10112023-12-30T05:30:32.926Z Downloaded slog-dtrace v0.2.3
10122023-12-30T05:30:32.926Z Downloaded der v0.7.8
10132023-12-30T05:30:32.935Z Downloaded typenum v1.16.0
10142023-12-30T05:30:32.939Z Downloaded trust-dns-server v0.22.1
10152023-12-30T05:30:32.947Z Downloaded structmeta v0.2.0
10162023-12-30T05:30:32.951Z Downloaded smallvec v1.11.2
10172023-12-30T05:30:32.954Z Downloaded unicode-bidi v0.3.13
10182023-12-30T05:30:32.957Z Downloaded structopt v0.3.26
10192023-12-30T05:30:32.968Z Downloaded slog v2.7.0
10202023-12-30T05:30:32.972Z Downloaded r2d2 v0.8.10
10212023-12-30T05:30:32.975Z Downloaded strsim v0.10.0
10222023-12-30T05:30:32.978Z Downloaded hyper-staticfile v0.9.5
10232023-12-30T05:30:32.980Z Downloaded ipnetwork v0.20.0
10242023-12-30T05:30:32.983Z Downloaded futures-macro v0.3.29
10252023-12-30T05:30:32.986Z Downloaded itoa v1.0.9
10262023-12-30T05:30:32.986Z Downloaded iana-time-zone v0.1.57
10272023-12-30T05:30:32.989Z Downloaded rand v0.7.3
10282023-12-30T05:30:33.000Z Downloaded pest v2.7.2
10292023-12-30T05:30:33.006Z Downloaded nom v7.1.3
10302023-12-30T05:30:33.015Z Downloaded slab v0.4.9
10312023-12-30T05:30:33.018Z Downloaded structopt-derive v0.4.18
10322023-12-30T05:30:33.021Z Downloaded form_urlencoded v1.2.1
10332023-12-30T05:30:33.021Z Downloaded slog-bunyan v2.4.0
10342023-12-30T05:30:33.025Z Downloaded generic-array v0.14.7
10352023-12-30T05:30:33.029Z Downloaded toml_datetime v0.6.5
10362023-12-30T05:30:33.029Z Downloaded tokio-rustls v0.24.1
10372023-12-30T05:30:33.032Z Downloaded tinyvec v1.6.0
10382023-12-30T05:30:33.064Z Downloaded unicode-segmentation v1.10.1
10392023-12-30T05:30:33.067Z Downloaded walkdir v2.4.0
10402023-12-30T05:30:33.067Z Downloaded hashbrown v0.13.2
10412023-12-30T05:30:33.068Z Downloaded ed25519-dalek v2.0.0
10422023-12-30T05:30:33.068Z Downloaded minimal-lexical v0.2.1
10432023-12-30T05:30:33.068Z Downloaded slog-async v2.8.0
10442023-12-30T05:30:33.068Z Downloaded linked-hash-map v0.5.6
10452023-12-30T05:30:33.068Z Downloaded tokio-native-tls v0.3.1
10462023-12-30T05:30:33.074Z Downloaded snafu v0.7.5
10472023-12-30T05:30:33.081Z Downloaded crossbeam-epoch v0.9.15
10482023-12-30T05:30:33.084Z Downloaded slog-stdlog v4.1.1
10492023-12-30T05:30:33.087Z Downloaded httparse v1.8.0
10502023-12-30T05:30:33.090Z Downloaded strsim v0.8.0
10512023-12-30T05:30:33.094Z Downloaded elliptic-curve v0.13.8
10522023-12-30T05:30:33.098Z Downloaded vsss-rs v3.3.2
10532023-12-30T05:30:33.102Z Downloaded headers-core v0.2.0
10542023-12-30T05:30:33.105Z Downloaded crypto-bigint v0.5.2
10552023-12-30T05:30:33.113Z Downloaded httpdate v1.0.3
10562023-12-30T05:30:33.119Z Downloaded structmeta-derive v0.2.0
10572023-12-30T05:30:33.119Z Downloaded tokio-tungstenite v0.20.1
10582023-12-30T05:30:33.123Z Downloaded parking_lot_core v0.8.6
10592023-12-30T05:30:33.126Z Downloaded derive_more v0.99.17
10602023-12-30T05:30:33.132Z Downloaded darling_core v0.20.3
10612023-12-30T05:30:33.139Z Downloaded schemars v0.8.16
10622023-12-30T05:30:33.160Z Downloaded indexmap v2.1.0
10632023-12-30T05:30:33.164Z Downloaded postcard v1.0.8
10642023-12-30T05:30:33.169Z Downloaded password-hash v0.5.0
10652023-12-30T05:30:33.172Z Downloaded parking_lot v0.11.2
10662023-12-30T05:30:33.176Z Downloaded serde_tokenstream v0.1.7
10672023-12-30T05:30:33.181Z Downloaded waitgroup v0.1.2
10682023-12-30T05:30:33.184Z Downloaded rfc6979 v0.4.0
10692023-12-30T05:30:33.184Z Downloaded lalrpop-util v0.19.12
10702023-12-30T05:30:33.187Z Downloaded flate2 v1.0.28
10712023-12-30T05:30:33.193Z Downloaded toml v0.5.11
10722023-12-30T05:30:33.204Z Downloaded num-traits v0.2.16
10732023-12-30T05:30:33.209Z Downloaded take_mut v0.2.2
10742023-12-30T05:30:33.209Z Downloaded smf v0.2.2
10752023-12-30T05:30:33.209Z Downloaded openssl-sys v0.9.96
10762023-12-30T05:30:33.215Z Downloaded heck v0.3.3
10772023-12-30T05:30:33.220Z Downloaded chacha20poly1305 v0.10.1
10782023-12-30T05:30:33.220Z Downloaded url v2.5.0
10792023-12-30T05:30:33.225Z Downloaded futures-io v0.3.29
10802023-12-30T05:30:33.228Z Downloaded rustls-pemfile v1.0.3
10812023-12-30T05:30:33.228Z Downloaded hyper-rustls v0.24.2
10822023-12-30T05:30:33.232Z Downloaded term v0.7.0
10832023-12-30T05:30:33.238Z Downloaded scheduled-thread-pool v0.2.7
10842023-12-30T05:30:33.245Z Downloaded ed25519 v2.2.2
10852023-12-30T05:30:33.250Z Downloaded headers v0.3.9
10862023-12-30T05:30:33.253Z Downloaded derive-where v1.2.6
10872023-12-30T05:30:33.258Z Downloaded bytes v1.5.0
10882023-12-30T05:30:33.264Z Downloaded num-bigint v0.4.4
10892023-12-30T05:30:33.272Z Downloaded miniz_oxide v0.7.1
10902023-12-30T05:30:33.277Z Downloaded rand_core v0.5.1
10912023-12-30T05:30:33.281Z Downloaded pin-project-internal v1.1.3
10922023-12-30T05:30:33.294Z Downloaded zeroize_derive v1.4.2
10932023-12-30T05:30:33.294Z Downloaded futures-core v0.3.29
10942023-12-30T05:30:33.306Z Downloaded sha2 v0.10.8
10952023-12-30T05:30:33.306Z Downloaded mime_guess v2.0.4
10962023-12-30T05:30:33.306Z Downloaded pkcs8 v0.10.2
10972023-12-30T05:30:33.306Z Downloaded phf_shared v0.11.2
10982023-12-30T05:30:33.306Z Downloaded num-complex v0.4.4
10992023-12-30T05:30:33.306Z Downloaded base64 v0.21.5
11002023-12-30T05:30:33.318Z Downloaded bzip2 v0.4.4
11012023-12-30T05:30:33.318Z Downloaded float-cmp v0.9.0
11022023-12-30T05:30:33.323Z Downloaded libsw v3.3.0
11032023-12-30T05:30:33.324Z Downloaded num_enum v0.5.11
11042023-12-30T05:30:33.329Z Downloaded proc-macro-crate v1.3.1
11052023-12-30T05:30:33.329Z Downloaded pretty-hex v0.4.0
11062023-12-30T05:30:33.329Z Downloaded fxhash v0.2.1
11072023-12-30T05:30:33.330Z Downloaded ctr v0.9.2
11082023-12-30T05:30:33.335Z Downloaded crossbeam-utils v0.8.16
11092023-12-30T05:30:33.342Z Downloaded blake2 v0.10.6
11102023-12-30T05:30:33.348Z Downloaded clap v4.4.3
11112023-12-30T05:30:33.385Z Downloaded spin v0.9.8
11122023-12-30T05:30:33.390Z Downloaded hmac v0.12.1
11132023-12-30T05:30:33.390Z Downloaded ppv-lite86 v0.2.17
11142023-12-30T05:30:33.390Z Downloaded omicron-zone-package v0.9.1
11152023-12-30T05:30:33.390Z Downloaded defmt v0.3.5
11162023-12-30T05:30:33.390Z Downloaded thread_local v1.1.7
11172023-12-30T05:30:33.390Z Downloaded zerocopy v0.6.4
11182023-12-30T05:30:33.390Z Downloaded utf8parse v0.2.1
11192023-12-30T05:30:33.390Z Downloaded crc32fast v1.3.2
11202023-12-30T05:30:33.390Z Downloaded endian-type v0.1.2
11212023-12-30T05:30:33.390Z Downloaded either v1.9.0
11222023-12-30T05:30:33.390Z Downloaded signature v2.1.0
11232023-12-30T05:30:33.390Z Downloaded proc-macro-error v1.0.4
11242023-12-30T05:30:33.395Z Downloaded display-error-chain v0.2.0
11252023-12-30T05:30:33.400Z Downloaded difflib v0.4.0
11262023-12-30T05:30:33.400Z Downloaded owo-colors v3.5.0
11272023-12-30T05:30:33.408Z Downloaded phf v0.11.2
11282023-12-30T05:30:33.408Z Downloaded deranged v0.3.8
11292023-12-30T05:30:33.414Z Downloaded ucd-trie v0.1.6
11302023-12-30T05:30:33.414Z Downloaded postgres-protocol v0.6.6
11312023-12-30T05:30:33.414Z Downloaded pest_derive v2.7.2
11322023-12-30T05:30:33.419Z Downloaded parking_lot v0.12.1
11332023-12-30T05:30:33.419Z Downloaded crypto-common v0.1.6
11342023-12-30T05:30:33.423Z Downloaded inout v0.1.3
11352023-12-30T05:30:33.424Z Downloaded unicode-width v0.1.11
11362023-12-30T05:30:33.429Z Downloaded unicase v2.7.0
11372023-12-30T05:30:33.429Z Downloaded spin v0.5.2
11382023-12-30T05:30:33.430Z Downloaded toml v0.7.8
11392023-12-30T05:30:33.433Z Downloaded pem v3.0.2
11402023-12-30T05:30:33.438Z Downloaded pbkdf2 v0.11.0
11412023-12-30T05:30:33.441Z Downloaded num-derive v0.4.0
11422023-12-30T05:30:33.441Z Downloaded proc-macro-error-attr v1.0.4
11432023-12-30T05:30:33.462Z Downloaded phf_shared v0.10.0
11442023-12-30T05:30:33.462Z Downloaded parse-display v0.8.2
11452023-12-30T05:30:33.467Z Downloaded colorchoice v1.0.0
11462023-12-30T05:30:33.467Z Downloaded lru-cache v0.1.2
11472023-12-30T05:30:33.467Z Downloaded debug-ignore v1.0.5
11482023-12-30T05:30:33.467Z Downloaded matches v0.1.10
11492023-12-30T05:30:33.468Z Downloaded pin-project-lite v0.2.13
11502023-12-30T05:30:33.468Z Downloaded num-integer v0.1.45
11512023-12-30T05:30:33.468Z Downloaded base64ct v1.6.0
11522023-12-30T05:30:33.479Z Downloaded thiserror v1.0.49
11532023-12-30T05:30:33.486Z Downloaded der_derive v0.7.2
11542023-12-30T05:30:33.486Z Downloaded camino v1.1.6
11552023-12-30T05:30:33.486Z Downloaded clap_derive v4.4.2
11562023-12-30T05:30:33.486Z Downloaded camino-tempfile v1.1.1
11572023-12-30T05:30:33.492Z Downloaded errno v0.3.2
11582023-12-30T05:30:33.492Z Downloaded quote v1.0.33
11592023-12-30T05:30:33.497Z Downloaded parking_lot_core v0.9.8
11602023-12-30T05:30:33.497Z Downloaded opaque-debug v0.3.0
11612023-12-30T05:30:33.498Z Downloaded once_cell v1.19.0
11622023-12-30T05:30:33.504Z Downloaded native-tls v0.2.11
11632023-12-30T05:30:33.504Z Downloaded darling v0.20.3
11642023-12-30T05:30:33.509Z Downloaded chacha20 v0.9.1
11652023-12-30T05:30:33.512Z Downloaded console v0.15.7
11662023-12-30T05:30:33.516Z Downloaded cancel-safe-futures v0.1.5
11672023-12-30T05:30:33.531Z Downloaded defmt-parser v0.3.3
11682023-12-30T05:30:33.537Z Downloaded cpufeatures v0.2.9
11692023-12-30T05:30:33.537Z Downloaded cobs v0.2.3
11702023-12-30T05:30:33.537Z Downloaded spki v0.7.2
11712023-12-30T05:30:33.537Z Downloaded parse-display-derive v0.8.2
11722023-12-30T05:30:33.538Z Downloaded colored v2.0.4
11732023-12-30T05:30:33.538Z Downloaded cipher v0.4.4
11742023-12-30T05:30:33.538Z Downloaded block-buffer v0.10.4
11752023-12-30T05:30:33.544Z Downloaded pest_generator v2.7.2
11762023-12-30T05:30:33.544Z Downloaded slog-scope v4.4.0
11772023-12-30T05:30:33.544Z Downloaded signal-hook-registry v1.4.1
11782023-12-30T05:30:33.550Z Downloaded num_cpus v1.16.0
11792023-12-30T05:30:33.550Z Downloaded new_debug_unreachable v1.0.4
11802023-12-30T05:30:33.555Z Downloaded clap_lex v0.5.1
11812023-12-30T05:30:33.555Z Downloaded semver v0.11.0
11822023-12-30T05:30:33.555Z Downloaded secrecy v0.8.0
11832023-12-30T05:30:33.576Z Downloaded base16ct v0.2.0
11842023-12-30T05:30:33.576Z Downloaded fixedbitset v0.4.2
11852023-12-30T05:30:33.576Z Downloaded kstat-rs v0.2.3
11862023-12-30T05:30:33.579Z Downloaded pem-rfc7468 v0.7.0
11872023-12-30T05:30:33.580Z Downloaded hubpack v0.1.2
11882023-12-30T05:30:33.580Z Downloaded flagset v0.4.3
11892023-12-30T05:30:33.580Z Downloaded whoami v1.4.1
11902023-12-30T05:30:33.580Z Downloaded bitflags v2.4.0
11912023-12-30T05:30:33.580Z Downloaded ff v0.13.0
11922023-12-30T05:30:33.580Z Downloaded enum-as-inner v0.5.1
11932023-12-30T05:30:33.580Z Downloaded cstr-argument v0.1.2
11942023-12-30T05:30:33.580Z Downloaded convert_case v0.4.0
11952023-12-30T05:30:33.586Z Downloaded block-padding v0.3.3
11962023-12-30T05:30:33.586Z Downloaded fnv v1.0.7
11972023-12-30T05:30:33.586Z Downloaded fallible-iterator v0.2.0
11982023-12-30T05:30:33.586Z Downloaded zone v0.3.0
11992023-12-30T05:30:33.601Z Downloaded version_check v0.9.4
12002023-12-30T05:30:33.601Z Downloaded usdt v0.3.5
12012023-12-30T05:30:33.601Z Downloaded vec_map v0.8.2
12022023-12-30T05:30:33.606Z Downloaded backoff v0.4.0
12032023-12-30T05:30:33.606Z Downloaded bcrypt-pbkdf v0.10.0
12042023-12-30T05:30:33.606Z Downloaded async-trait v0.1.74
12052023-12-30T05:30:33.606Z Downloaded zerocopy v0.3.0
12062023-12-30T05:30:33.607Z Downloaded openssl-macros v0.1.1
12072023-12-30T05:30:33.607Z Downloaded memoffset v0.9.0
12082023-12-30T05:30:33.612Z Downloaded md-5 v0.10.5
12092023-12-30T05:30:33.612Z Downloaded num-iter v0.1.43
12102023-12-30T05:30:33.612Z Downloaded bit-vec v0.6.3
12112023-12-30T05:30:33.618Z Downloaded async-stream v0.3.5
12122023-12-30T05:30:33.618Z Downloaded autocfg v1.1.0
12132023-12-30T05:30:33.618Z Downloaded bit-set v0.5.3
12142023-12-30T05:30:33.622Z Downloaded cfg-if v1.0.0
12152023-12-30T05:30:33.622Z Downloaded atty v0.2.14
12162023-12-30T05:30:33.622Z Downloaded atomic-waker v1.1.1
12172023-12-30T05:30:33.626Z Downloaded async-stream-impl v0.3.5
12182023-12-30T05:30:33.626Z Downloaded ansi_term v0.12.1
12192023-12-30T05:30:33.630Z Downloaded tower-service v0.3.2
12202023-12-30T05:30:33.630Z Downloaded toolchain_find v0.2.0
12212023-12-30T05:30:33.633Z Downloaded unicode-normalization v0.1.22
12222023-12-30T05:30:33.641Z Downloaded tokio-macros v2.2.0
12232023-12-30T05:30:33.641Z Downloaded aead v0.5.2
12242023-12-30T05:30:33.653Z Downloaded adler v1.0.2
12252023-12-30T05:30:33.653Z Downloaded tinyvec_macros v0.1.1
12262023-12-30T05:30:33.653Z Downloaded thiserror-impl v1.0.49
12272023-12-30T05:30:33.657Z Downloaded terminal_size v0.2.6
12282023-12-30T05:30:33.657Z Downloaded primeorder v0.13.6
12292023-12-30T05:30:33.657Z Downloaded precomputed-hash v0.1.1
12302023-12-30T05:30:33.657Z Downloaded polyval v0.6.1
12312023-12-30T05:30:33.657Z Downloaded pbkdf2 v0.12.2
12322023-12-30T05:30:33.658Z Downloaded p256 v0.13.2
12332023-12-30T05:30:33.661Z Downloaded dirs-sys v0.4.1
12342023-12-30T05:30:33.667Z Downloaded dirs v5.0.1
12352023-12-30T05:30:33.667Z Downloaded option-ext v0.2.0
12362023-12-30T05:30:33.671Z Downloaded password-hash v0.4.2
12372023-12-30T05:30:34.133Z Compiling proc-macro2 v1.0.69
12382023-12-30T05:30:34.133Z Compiling unicode-ident v1.0.12
12392023-12-30T05:30:34.136Z Compiling libc v0.2.151
12402023-12-30T05:30:34.136Z Compiling serde v1.0.193
12412023-12-30T05:30:34.136Z Compiling autocfg v1.1.0
12422023-12-30T05:30:34.136Z Compiling version_check v0.9.4
12432023-12-30T05:30:34.158Z Compiling cfg-if v1.0.0
12442023-12-30T05:30:34.373Z Compiling syn v1.0.109
12452023-12-30T05:30:34.423Z Compiling typenum v1.16.0
12462023-12-30T05:30:34.592Z Compiling parking_lot_core v0.9.8
12472023-12-30T05:30:35.494Z Compiling generic-array v0.14.7
12482023-12-30T05:30:35.623Z Compiling lock_api v0.4.10
12492023-12-30T05:30:37.212Z Compiling libm v0.2.7
12502023-12-30T05:30:37.212Z Compiling once_cell v1.19.0
12512023-12-30T05:30:37.217Z Compiling num-traits v0.2.16
12522023-12-30T05:30:37.463Z Compiling thiserror v1.0.49
12532023-12-30T05:30:37.467Z Compiling futures-core v0.3.29
12542023-12-30T05:30:37.633Z Compiling serde_json v1.0.108
12552023-12-30T05:30:37.659Z Compiling slab v0.4.9
12562023-12-30T05:30:37.768Z Compiling futures-task v0.3.29
12572023-12-30T05:30:37.965Z Compiling futures-channel v0.3.29
12582023-12-30T05:30:38.105Z Compiling memchr v2.6.3
12592023-12-30T05:30:38.110Z Compiling futures-util v0.3.29
12602023-12-30T05:30:38.267Z Compiling itoa v1.0.9
12612023-12-30T05:30:38.564Z Compiling scopeguard v1.2.0
12622023-12-30T05:30:38.592Z Compiling quote v1.0.33
12632023-12-30T05:30:38.740Z Compiling pkg-config v0.3.27
12642023-12-30T05:30:39.693Z Compiling syn v2.0.32
12652023-12-30T05:30:39.783Z Compiling getrandom v0.2.10
12662023-12-30T05:30:39.974Z Compiling cc v1.0.83
12672023-12-30T05:30:40.186Z Compiling rand_core v0.6.4
12682023-12-30T05:30:40.992Z Compiling byteorder v1.5.0
12692023-12-30T05:30:41.334Z Compiling heck v0.4.1
12702023-12-30T05:30:41.384Z Compiling log v0.4.20
12712023-12-30T05:30:41.708Z Compiling ryu v1.0.15
12722023-12-30T05:30:42.052Z Compiling subtle v2.5.0
12732023-12-30T05:30:42.237Z Compiling smallvec v1.11.2
12742023-12-30T05:30:42.580Z Compiling vcpkg v0.2.15
12752023-12-30T05:30:42.889Z Compiling schemars v0.8.16
12762023-12-30T05:30:42.995Z Compiling semver v1.0.20
12772023-12-30T05:30:44.115Z Compiling httparse v1.8.0
12782023-12-30T05:30:44.554Z Compiling indexmap v1.9.3
12792023-12-30T05:30:44.601Z Compiling hashbrown v0.14.2
12802023-12-30T05:30:44.993Z Compiling equivalent v1.0.1
12812023-12-30T05:30:45.035Z Compiling ring v0.17.7
12822023-12-30T05:30:45.147Z Compiling ring v0.16.20
12832023-12-30T05:30:45.453Z Compiling pin-project-lite v0.2.13
12842023-12-30T05:30:46.359Z Compiling openssl-sys v0.9.96
12852023-12-30T05:30:46.672Z Compiling const-oid v0.9.5
12862023-12-30T05:30:46.779Z Compiling parking_lot v0.12.1
12872023-12-30T05:30:46.967Z Compiling ahash v0.8.6
12882023-12-30T05:30:46.993Z Compiling fnv v1.0.7
12892023-12-30T05:30:48.180Z Compiling openssl v0.10.60
12902023-12-30T05:30:48.753Z Compiling ucd-trie v0.1.6
12912023-12-30T05:30:48.912Z Compiling rustls v0.21.9
12922023-12-30T05:30:48.975Z Compiling iana-time-zone v0.1.57
12932023-12-30T05:30:49.762Z Compiling native-tls v0.2.11
12942023-12-30T05:30:49.820Z Compiling mio v0.8.9
12952023-12-30T05:30:49.980Z Compiling num_cpus v1.16.0
12962023-12-30T05:30:50.185Z Compiling socket2 v0.5.5
12972023-12-30T05:30:50.197Z Compiling signal-hook-registry v1.4.1
12982023-12-30T05:30:50.482Z Compiling spin v0.5.2
12992023-12-30T05:30:51.653Z Compiling serde_derive_internals v0.26.0
13002023-12-30T05:30:51.830Z Compiling async-trait v0.1.74
13012023-12-30T05:30:52.197Z Compiling futures-sink v0.3.29
13022023-12-30T05:30:52.405Z Compiling dyn-clone v1.0.13
13032023-12-30T05:30:52.672Z Compiling aho-corasick v1.0.4
13042023-12-30T05:30:52.818Z Compiling regex-syntax v0.8.2
13052023-12-30T05:30:52.978Z Compiling rustix v0.38.25
13062023-12-30T05:30:53.184Z Compiling tinyvec_macros v0.1.1
13072023-12-30T05:30:53.313Z Compiling tinyvec v1.6.0
13082023-12-30T05:30:54.165Z Compiling backtrace v0.3.69
13092023-12-30T05:30:54.855Z Compiling winnow v0.5.15
13102023-12-30T05:30:55.893Z Compiling futures-io v0.3.29
13112023-12-30T05:30:56.141Z Compiling pin-utils v0.1.0
13122023-12-30T05:30:56.271Z Compiling unicode-normalization v0.1.22
13132023-12-30T05:30:56.365Z Compiling spin v0.9.8
13142023-12-30T05:30:56.486Z Compiling tracing-core v0.1.31
13152023-12-30T05:30:57.470Z Compiling cpufeatures v0.2.9
13162023-12-30T05:30:57.614Z Compiling unicode-bidi v0.3.13
13172023-12-30T05:30:58.864Z Compiling regex-automata v0.4.3
13182023-12-30T05:31:00.625Z Compiling anyhow v1.0.75
13192023-12-30T05:31:00.693Z Compiling crc32fast v1.3.2
13202023-12-30T05:31:01.858Z Compiling time-core v0.1.1
13212023-12-30T05:31:02.107Z Compiling base64 v0.21.5
13222023-12-30T05:31:02.501Z Compiling time-macros v0.2.13
13232023-12-30T05:31:03.252Z Compiling serde_derive v1.0.193
13242023-12-30T05:31:03.274Z Compiling zeroize_derive v1.4.2
13252023-12-30T05:31:04.140Z Compiling thiserror-impl v1.0.49
13262023-12-30T05:31:04.192Z Compiling tokio-macros v2.2.0
13272023-12-30T05:31:06.043Z Compiling zeroize v1.7.0
13282023-12-30T05:31:06.570Z Compiling futures-macro v0.3.29
13292023-12-30T05:31:06.945Z Compiling tracing-attributes v0.1.26
13302023-12-30T05:31:08.034Z Compiling schemars_derive v0.8.16
13312023-12-30T05:31:09.164Z Compiling zerocopy-derive v0.7.31
13322023-12-30T05:31:09.303Z Compiling crypto-common v0.1.6
13332023-12-30T05:31:09.627Z Compiling block-buffer v0.10.4
13342023-12-30T05:31:09.860Z Compiling pest v2.7.2
13352023-12-30T05:31:10.030Z Compiling openssl-macros v0.1.1
13362023-12-30T05:31:10.184Z Compiling digest v0.10.7
13372023-12-30T05:31:13.065Z Compiling zerocopy v0.7.31
13382023-12-30T05:31:13.546Z Compiling regex v1.10.2
13392023-12-30T05:31:13.912Z Compiling tracing v0.1.37
13402023-12-30T05:31:14.726Z Compiling der_derive v0.7.2
13412023-12-30T05:31:15.471Z Compiling num-integer v0.1.45
13422023-12-30T05:31:15.915Z Compiling hashbrown v0.12.3
13432023-12-30T05:31:15.981Z Compiling foreign-types-shared v0.1.1
13442023-12-30T05:31:16.137Z Compiling unicode-xid v0.2.4
13452023-12-30T05:31:16.389Z Compiling slog v2.7.0
13462023-12-30T05:31:16.822Z Compiling hashbrown v0.13.2
13472023-12-30T05:31:16.946Z Compiling untrusted v0.7.1
13482023-12-30T05:31:17.142Z Compiling percent-encoding v2.3.1
13492023-12-30T05:31:17.253Z Compiling openssl-probe v0.1.5
13502023-12-30T05:31:17.719Z Compiling unicode-width v0.1.11
13512023-12-30T05:31:17.740Z Compiling untrusted v0.9.0
13522023-12-30T05:31:19.050Z Compiling synstructure v0.12.6
13532023-12-30T05:31:19.306Z Compiling foreign-types v0.3.2
13542023-12-30T05:31:21.866Z Compiling errno v0.3.2
13552023-12-30T05:31:22.115Z Compiling ppv-lite86 v0.2.17
13562023-12-30T05:31:22.141Z Compiling try-lock v0.2.4
13572023-12-30T05:31:22.200Z Compiling zerocopy-derive v0.2.0
13582023-12-30T05:31:22.351Z Compiling want v0.3.1
13592023-12-30T05:31:22.781Z Compiling sct v0.7.0
13602023-12-30T05:31:23.405Z Compiling rustls-webpki v0.101.7
13612023-12-30T05:31:24.420Z Compiling form_urlencoded v1.2.1
13622023-12-30T05:31:24.523Z Compiling pest_meta v2.7.2
13632023-12-30T05:31:24.906Z Compiling socket2 v0.4.9
13642023-12-30T05:31:25.000Z Compiling tower-service v0.3.2
13652023-12-30T05:31:25.170Z Compiling httpdate v1.0.3
13662023-12-30T05:31:26.040Z Compiling io-lifetimes v1.0.11
13672023-12-30T05:31:26.642Z Compiling pest_generator v2.7.2
13682023-12-30T05:31:27.676Z Compiling rustls-pemfile v1.0.3
13692023-12-30T05:31:28.240Z Compiling bytes v1.5.0
13702023-12-30T05:31:29.224Z Compiling indexmap v2.1.0
13712023-12-30T05:31:30.072Z Compiling uuid v1.6.1
13722023-12-30T05:31:30.096Z Compiling chrono v0.4.31
13732023-12-30T05:31:30.409Z Compiling tokio v1.35.0
13742023-12-30T05:31:30.505Z Compiling http v0.2.11
13752023-12-30T05:31:31.277Z Compiling rustc_version v0.4.0
13762023-12-30T05:31:32.583Z Compiling toml_datetime v0.6.5
13772023-12-30T05:31:33.018Z Compiling serde_spanned v0.6.4
13782023-12-30T05:31:33.306Z Compiling bitflags v2.4.0
13792023-12-30T05:31:33.553Z Compiling toml_edit v0.19.15
13802023-12-30T05:31:36.660Z Compiling http-body v0.4.5
13812023-12-30T05:31:37.310Z Compiling heapless v0.7.16
13822023-12-30T05:31:37.999Z Compiling openapiv3 v2.0.0
13832023-12-30T05:31:38.560Z Compiling idna v0.5.0
13842023-12-30T05:31:40.573Z Compiling lazy_static v1.4.0
13852023-12-30T05:31:41.323Z Compiling adler v1.0.2
13862023-12-30T05:31:41.664Z Compiling crossbeam-utils v0.8.16
13872023-12-30T05:31:42.358Z Compiling miniz_oxide v0.7.1
13882023-12-30T05:31:42.426Z Compiling url v2.5.0
13892023-12-30T05:31:45.647Z Compiling tokio-util v0.7.10
13902023-12-30T05:31:45.953Z Compiling tokio-native-tls v0.3.1
13912023-12-30T05:31:46.361Z Compiling tokio-rustls v0.24.1
13922023-12-30T05:31:46.612Z Compiling pest_derive v2.7.2
13932023-12-30T05:31:47.136Z Compiling rustls-native-certs v0.6.3
13942023-12-30T05:31:47.780Z Compiling h2 v0.3.21
13952023-12-30T05:31:48.518Z Compiling rand_chacha v0.3.1
13962023-12-30T05:31:48.664Z Compiling usdt-impl v0.3.5
13972023-12-30T05:31:49.241Z Compiling ipnet v2.8.0
13982023-12-30T05:31:49.356Z Compiling rustix v0.37.23
13992023-12-30T05:31:50.727Z Compiling rand v0.8.5
14002023-12-30T05:31:51.255Z Compiling serde_urlencoded v0.7.1
14012023-12-30T05:31:51.723Z Compiling encoding_rs v0.8.33
14022023-12-30T05:31:51.819Z Compiling gimli v0.28.0
14032023-12-30T05:31:52.125Z Compiling webpki-roots v0.25.2
14042023-12-30T05:31:52.358Z Compiling mime v0.3.17
14052023-12-30T05:31:54.543Z Compiling zerocopy v0.3.0
14062023-12-30T05:31:55.341Z Compiling object v0.32.1
14072023-12-30T05:31:55.799Z Compiling num-bigint v0.4.4
14082023-12-30T05:31:56.660Z Compiling rustc-demangle v0.1.23
14092023-12-30T05:31:57.118Z Compiling dof v0.1.5
14102023-12-30T05:31:58.168Z Compiling flate2 v1.0.28
14112023-12-30T05:31:58.446Z Compiling dtrace-parser v0.1.14
14122023-12-30T05:31:58.645Z Compiling bzip2-sys v0.1.11+1.0.8
14132023-12-30T05:31:58.720Z Compiling thread-id v4.2.0
14142023-12-30T05:31:58.886Z Compiling addr2line v0.21.0
14152023-12-30T05:31:59.384Z Compiling hyper v0.14.27
14162023-12-30T05:31:59.859Z Compiling rustversion v1.0.14
14172023-12-30T05:32:00.725Z Compiling toml v0.7.8
14182023-12-30T05:32:01.009Z Compiling toml_edit v0.21.0
14192023-12-30T05:32:01.752Z Compiling hex v0.4.3
14202023-12-30T05:32:02.767Z Compiling serde_tokenstream v0.2.0
14212023-12-30T05:32:02.906Z Compiling serde_tokenstream v0.1.7
14222023-12-30T05:32:03.616Z Compiling memoffset v0.9.0
14232023-12-30T05:32:03.734Z Compiling base64ct v1.6.0
14242023-12-30T05:32:04.094Z Compiling strsim v0.10.0
14252023-12-30T05:32:05.934Z Compiling regress v0.7.1
14262023-12-30T05:32:08.259Z Compiling doc-comment v0.3.3
14272023-12-30T05:32:08.504Z Compiling bitflags v1.3.2
14282023-12-30T05:32:08.806Z Compiling smoltcp v0.9.1
14292023-12-30T05:32:09.145Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14302023-12-30T05:32:09.564Z Compiling pem-rfc7468 v0.7.0
14312023-12-30T05:32:10.794Z Compiling hyper-rustls v0.24.2
14322023-12-30T05:32:10.818Z Compiling hyper-tls v0.5.0
14332023-12-30T05:32:11.230Z Compiling strum_macros v0.25.2
14342023-12-30T05:32:11.341Z Compiling usdt-attr-macro v0.3.5
14352023-12-30T05:32:11.449Z Compiling reqwest v0.11.22
14362023-12-30T05:32:11.632Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14372023-12-30T05:32:12.703Z Compiling usdt-macro v0.3.5
14382023-12-30T05:32:13.793Z Compiling hmac v0.12.1
14392023-12-30T05:32:15.076Z Compiling enum-as-inner v0.5.1
14402023-12-30T05:32:16.221Z Compiling crossbeam-epoch v0.9.15
14412023-12-30T05:32:16.712Z Compiling num-iter v0.1.43
14422023-12-30T05:32:16.896Z Compiling flagset v0.4.3
14432023-12-30T05:32:16.922Z Compiling siphasher v0.3.11
14442023-12-30T05:32:16.971Z Compiling unicode-segmentation v1.10.1
14452023-12-30T05:32:17.164Z Compiling der v0.7.8
14462023-12-30T05:32:18.450Z Compiling hubpack_derive v0.1.1
14472023-12-30T05:32:18.773Z Compiling pin-project-internal v1.1.3
14482023-12-30T05:32:18.972Z Compiling zerocopy-derive v0.6.4
14492023-12-30T05:32:20.815Z Compiling anstyle v1.0.2
14502023-12-30T05:32:21.530Z Compiling num_threads v0.1.6
14512023-12-30T05:32:21.692Z Compiling utf8parse v0.2.1
14522023-12-30T05:32:22.809Z Compiling deranged v0.3.8
14532023-12-30T05:32:22.995Z Compiling anstyle-parse v0.2.1
14542023-12-30T05:32:23.528Z Compiling sha2 v0.10.8
14552023-12-30T05:32:24.032Z Compiling spki v0.7.2
14562023-12-30T05:32:25.871Z Compiling time v0.3.27
14572023-12-30T05:32:25.933Z Compiling md-5 v0.10.5
14582023-12-30T05:32:27.045Z Compiling block-padding v0.3.3
14592023-12-30T05:32:27.447Z Compiling clap_derive v4.4.2
14602023-12-30T05:32:27.640Z Compiling stringprep v0.1.3
14612023-12-30T05:32:29.143Z Compiling diesel_table_macro_syntax v0.1.0
14622023-12-30T05:32:29.267Z Compiling hash32 v0.2.1
14632023-12-30T05:32:29.291Z Compiling colorchoice v1.0.0
14642023-12-30T05:32:29.804Z Compiling either v1.9.0
14652023-12-30T05:32:29.875Z Compiling fallible-iterator v0.2.0
14662023-12-30T05:32:30.257Z Compiling anstyle-query v1.0.0
14672023-12-30T05:32:30.443Z Compiling stable_deref_trait v1.2.0
14682023-12-30T05:32:30.625Z Compiling anstream v0.5.0
14692023-12-30T05:32:31.059Z Compiling postgres-protocol v0.6.6
14702023-12-30T05:32:32.196Z Compiling diesel_derives v2.1.2
14712023-12-30T05:32:33.286Z Compiling inout v0.1.3
14722023-12-30T05:32:33.718Z Compiling terminal_size v0.2.6
14732023-12-30T05:32:35.107Z Compiling pkcs8 v0.10.2
14742023-12-30T05:32:35.579Z Compiling phf_shared v0.11.2
14752023-12-30T05:32:36.325Z Compiling ff v0.13.0
14762023-12-30T05:32:36.671Z Compiling snafu-derive v0.7.5
14772023-12-30T05:32:36.786Z Compiling serde_repr v0.1.16
14782023-12-30T05:32:37.059Z Compiling scheduled-thread-pool v0.2.7
14792023-12-30T05:32:37.113Z Compiling base16ct v0.2.0
14802023-12-30T05:32:37.654Z Compiling clap_lex v0.5.1
14812023-12-30T05:32:38.018Z Compiling regex-automata v0.1.10
14822023-12-30T05:32:38.444Z Compiling matches v0.1.10
14832023-12-30T05:32:38.776Z Compiling bit-vec v0.6.3
14842023-12-30T05:32:38.843Z Compiling managed v0.8.0
14852023-12-30T05:32:39.671Z Compiling bstr v0.2.17
14862023-12-30T05:32:42.029Z Compiling idna v0.2.3
14872023-12-30T05:32:42.933Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14882023-12-30T05:32:43.349Z Compiling clap_builder v4.4.2
14892023-12-30T05:32:44.763Z Compiling sec1 v0.7.3
14902023-12-30T05:32:45.235Z Compiling r2d2 v0.8.10
14912023-12-30T05:32:46.077Z Compiling group v0.13.0
14922023-12-30T05:32:48.739Z Compiling phf v0.11.2
14932023-12-30T05:32:49.763Z Compiling bzip2 v0.4.4
14942023-12-30T05:32:50.804Z Compiling cipher v0.4.4
14952023-12-30T05:32:51.451Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14962023-12-30T05:32:51.600Z Compiling postgres-types v0.2.6
14972023-12-30T05:32:51.642Z Compiling itertools v0.11.0
14982023-12-30T05:32:53.438Z Compiling pin-project v1.1.3
14992023-12-30T05:32:53.621Z Compiling zerocopy v0.6.4
15002023-12-30T05:32:54.256Z Compiling hubpack v0.1.2
15012023-12-30T05:32:55.032Z Compiling phf_shared v0.10.0
15022023-12-30T05:32:55.472Z Compiling hkdf v0.12.3
15032023-12-30T05:32:55.647Z Compiling ipnetwork v0.20.0
15042023-12-30T05:32:55.868Z Compiling crypto-bigint v0.5.2
15052023-12-30T05:32:56.016Z Compiling futures-executor v0.3.29
15062023-12-30T05:32:56.373Z Compiling getopts v0.2.21
15072023-12-30T05:32:57.020Z Compiling float-cmp v0.9.0
15082023-12-30T05:32:57.377Z Compiling unsafe-libyaml v0.2.9
15092023-12-30T05:32:58.090Z Compiling data-encoding v2.4.0
15102023-12-30T05:32:59.425Z Compiling predicates-core v1.0.6
15112023-12-30T05:32:59.667Z Compiling static_assertions v1.1.0
15122023-12-30T05:32:59.812Z Compiling minimal-lexical v0.2.1
15132023-12-30T05:32:59.965Z Compiling precomputed-hash v0.1.1
15142023-12-30T05:33:00.648Z Compiling whoami v1.4.1
15152023-12-30T05:33:01.665Z Compiling normalize-line-endings v0.3.0
15162023-12-30T05:33:01.713Z Compiling difflib v0.4.0
15172023-12-30T05:33:01.845Z Compiling regex-automata v0.3.8
15182023-12-30T05:33:02.002Z Compiling fixedbitset v0.4.2
15192023-12-30T05:33:02.716Z Compiling new_debug_unreachable v1.0.4
15202023-12-30T05:33:03.263Z Compiling string_cache v0.8.7
15212023-12-30T05:33:03.949Z Compiling petgraph v0.6.4
15222023-12-30T05:33:04.056Z Compiling predicates v3.0.4
15232023-12-30T05:33:04.438Z Compiling tokio-postgres v0.7.10
15242023-12-30T05:33:04.700Z Compiling bstr v1.6.0
15252023-12-30T05:33:04.979Z Compiling nom v7.1.3
15262023-12-30T05:33:05.010Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15272023-12-30T05:33:05.974Z Compiling serde_yaml v0.9.25
15282023-12-30T05:33:07.292Z Compiling diesel v2.1.4
15292023-12-30T05:33:10.854Z Compiling trust-dns-proto v0.22.0
15302023-12-30T05:33:11.287Z Compiling elliptic-curve v0.13.8
15312023-12-30T05:33:12.784Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15322023-12-30T05:33:12.893Z Compiling futures v0.3.29
15332023-12-30T05:33:14.449Z Compiling snafu v0.7.5
15342023-12-30T05:33:14.777Z Compiling yasna v0.5.2
15352023-12-30T05:33:15.840Z Compiling zip v0.6.6
15362023-12-30T05:33:18.087Z Compiling clap v4.4.3
15372023-12-30T05:33:18.843Z Compiling similar v2.3.0
15382023-12-30T05:33:18.930Z Compiling bit-set v0.5.3
15392023-12-30T05:33:19.382Z Compiling itertools v0.10.5
15402023-12-30T05:33:23.113Z Compiling usdt v0.3.5
15412023-12-30T05:33:23.512Z Compiling tokio-stream v0.1.14
15422023-12-30T05:33:23.733Z Compiling console v0.15.7
15432023-12-30T05:33:25.145Z Compiling lalrpop-util v0.19.12
15442023-12-30T05:33:25.767Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15452023-12-30T05:34:14.772Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15462023-12-30T05:34:14.981Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15472023-12-30T05:34:16.375Z Compiling sha1 v0.10.6
15482023-12-30T05:34:28.775Z Compiling atty v0.2.14
15492023-12-30T05:34:28.987Z Compiling match_cfg v0.1.0
15502023-12-30T05:34:29.153Z Compiling hostname v0.3.1
15512023-12-30T05:34:29.401Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15522023-12-30T05:34:29.501Z Compiling dirs-sys-next v0.1.2
15532023-12-30T05:34:29.699Z Compiling ident_case v1.0.1
15542023-12-30T05:34:29.961Z Compiling darling_core v0.20.3
15552023-12-30T05:34:30.503Z Compiling dirs-next v2.0.0
15562023-12-30T05:34:30.825Z Compiling thread_local v1.1.7
15572023-12-30T05:34:31.246Z Compiling camino v1.1.6
15582023-12-30T05:34:31.454Z Compiling slog-async v2.8.0
15592023-12-30T05:34:31.895Z Compiling term v0.7.0
15602023-12-30T05:34:32.184Z Compiling crossbeam-channel v0.5.8
15612023-12-30T05:34:32.305Z Compiling multer v2.1.0
15622023-12-30T05:34:32.347Z Compiling instant v0.1.12
15632023-12-30T05:34:32.555Z Compiling take_mut v0.2.2
15642023-12-30T05:34:32.765Z Compiling paste v1.0.14
15652023-12-30T05:34:32.888Z Compiling slog-term v2.9.0
15662023-12-30T05:34:34.462Z Compiling slog-json v2.6.1
15672023-12-30T05:34:35.007Z Compiling async-stream-impl v0.3.5
15682023-12-30T05:34:35.052Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15692023-12-30T05:34:35.508Z Compiling atomic-waker v1.1.1
15702023-12-30T05:34:35.767Z Compiling debug-ignore v1.0.5
15712023-12-30T05:34:35.792Z Compiling waitgroup v0.1.2
15722023-12-30T05:34:35.908Z Compiling slog-bunyan v2.4.0
15732023-12-30T05:34:36.298Z Compiling toml v0.8.8
15742023-12-30T05:34:37.331Z Compiling async-stream v0.3.5
15752023-12-30T05:34:37.453Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
15762023-12-30T05:34:37.453Z Compiling serde_path_to_error v0.1.14
15772023-12-30T05:34:37.789Z Compiling structmeta-derive v0.2.0
15782023-12-30T05:34:37.845Z Compiling strum v0.25.0
15792023-12-30T05:34:37.981Z Compiling regex-syntax v0.7.5
15802023-12-30T05:34:38.089Z Compiling backoff v0.4.0
15812023-12-30T05:34:38.635Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15822023-12-30T05:34:38.848Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15832023-12-30T05:34:39.060Z Compiling macaddr v1.0.1
15842023-12-30T05:34:39.111Z Compiling proc-macro-error-attr v1.0.4
15852023-12-30T05:34:39.663Z Compiling proc-macro-crate v1.3.1
15862023-12-30T05:34:39.780Z Compiling proc-macro-error v1.0.4
15872023-12-30T05:34:40.328Z Compiling darling_macro v0.20.3
15882023-12-30T05:34:40.438Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15892023-12-30T05:34:40.960Z Compiling smoltcp v0.10.0
15902023-12-30T05:34:41.456Z Compiling num_enum_derive v0.5.11
15912023-12-30T05:34:42.017Z Compiling darling v0.20.3
15922023-12-30T05:34:42.123Z Compiling cobs v0.2.3
15932023-12-30T05:34:42.170Z Compiling serde_with_macros v3.4.0
15942023-12-30T05:34:42.374Z Compiling fastrand v2.0.0
15952023-12-30T05:34:42.621Z Compiling embedded-io v0.4.0
15962023-12-30T05:34:42.829Z Compiling structmeta v0.2.0
15972023-12-30T05:34:42.975Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15982023-12-30T05:34:43.256Z Compiling postcard v1.0.8
15992023-12-30T05:34:43.443Z Compiling tempfile v3.8.1
16002023-12-30T05:34:44.741Z Compiling foreign-types-macros v0.2.3
16012023-12-30T05:34:44.871Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16022023-12-30T05:34:45.327Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16032023-12-30T05:34:45.602Z Compiling foreign-types-shared v0.3.1
16042023-12-30T05:34:45.775Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16052023-12-30T05:34:45.962Z Compiling num_enum v0.5.11
16062023-12-30T05:34:46.192Z Compiling same-file v1.0.6
16072023-12-30T05:34:46.237Z Compiling crucible-workspace-hack v0.1.0
16082023-12-30T05:34:46.565Z Compiling walkdir v2.4.0
16092023-12-30T05:34:46.734Z Compiling serde_with v3.4.0
16102023-12-30T05:34:46.918Z Compiling foreign-types v0.5.0
16112023-12-30T05:34:47.126Z Compiling is-terminal v0.4.9
16122023-12-30T05:34:47.306Z Compiling semver-parser v0.10.2
16132023-12-30T05:34:47.370Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16142023-12-30T05:34:47.910Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16152023-12-30T05:34:48.715Z Compiling cstr-argument v0.1.2
16162023-12-30T05:34:49.158Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16172023-12-30T05:34:49.811Z Compiling parse-display-derive v0.8.2
16182023-12-30T05:34:50.351Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16192023-12-30T05:34:50.787Z Compiling pretty-hex v0.2.1
16202023-12-30T05:34:51.062Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16212023-12-30T05:34:51.908Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16222023-12-30T05:34:52.203Z Compiling semver v0.11.0
16232023-12-30T05:34:52.573Z Compiling colored v2.0.4
16242023-12-30T05:34:52.807Z Compiling xattr v1.0.1
16252023-12-30T05:34:52.822Z Compiling filetime v0.2.23
16262023-12-30T05:34:53.196Z Compiling home v0.5.5
16272023-12-30T05:34:53.349Z Compiling tar v0.4.40
16282023-12-30T05:34:53.485Z Compiling toolchain_find v0.2.0
16292023-12-30T05:34:53.625Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16302023-12-30T05:34:53.713Z Compiling camino-tempfile v1.1.1
16312023-12-30T05:34:54.439Z Compiling zone_cfg_derive v0.3.0
16322023-12-30T05:34:54.484Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16332023-12-30T05:34:55.101Z Compiling textwrap v0.11.0
16342023-12-30T05:34:55.182Z Compiling heck v0.3.3
16352023-12-30T05:34:55.929Z Compiling toml v0.5.11
16362023-12-30T05:34:56.443Z Compiling num-derive v0.4.0
16372023-12-30T05:34:56.702Z Compiling strsim v0.8.0
16382023-12-30T05:34:56.886Z Compiling vec_map v0.8.2
16392023-12-30T05:34:56.914Z Compiling libefi-sys v0.1.0
16402023-12-30T05:34:57.298Z Compiling parse-display v0.8.2
16412023-12-30T05:34:57.324Z Compiling ansi_term v0.12.1
16422023-12-30T05:34:57.348Z Compiling platforms v3.0.2
16432023-12-30T05:34:57.632Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16442023-12-30T05:34:57.737Z Compiling zone v0.3.0
16452023-12-30T05:34:57.876Z Compiling clap v2.34.0
16462023-12-30T05:34:58.469Z Compiling structopt-derive v0.4.18
16472023-12-30T05:34:59.312Z Compiling rustfmt-wrapper v0.2.0
16482023-12-30T05:35:00.237Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
16492023-12-30T05:35:00.304Z Compiling omicron-zone-package v0.9.1
16502023-12-30T05:35:00.548Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
16512023-12-30T05:35:00.870Z Compiling smf v0.2.2
16522023-12-30T05:35:02.148Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16532023-12-30T05:35:03.166Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16542023-12-30T05:35:03.265Z Compiling unicase v2.7.0
16552023-12-30T05:35:03.317Z Compiling curve25519-dalek v4.1.1
16562023-12-30T05:35:03.623Z Compiling structopt v0.3.26
16572023-12-30T05:35:03.713Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16582023-12-30T05:35:03.859Z Compiling universal-hash v0.5.1
16592023-12-30T05:35:04.198Z Compiling opaque-debug v0.3.0
16602023-12-30T05:35:04.309Z Compiling curve25519-dalek-derive v0.1.0
16612023-12-30T05:35:04.335Z Compiling num-rational v0.4.1
16622023-12-30T05:35:04.359Z Compiling getrandom v0.1.16
16632023-12-30T05:35:04.667Z Compiling signature v2.1.0
16642023-12-30T05:35:04.692Z Compiling parking_lot_core v0.8.6
16652023-12-30T05:35:05.051Z Compiling linked-hash-map v0.5.6
16662023-12-30T05:35:05.161Z Compiling keccak v0.1.4
16672023-12-30T05:35:05.388Z Compiling quick-error v1.2.3
16682023-12-30T05:35:05.594Z Compiling lru-cache v0.1.2
16692023-12-30T05:35:05.614Z Compiling resolv-conf v0.7.0
16702023-12-30T05:35:05.865Z Compiling sha3 v0.10.8
16712023-12-30T05:35:06.946Z Compiling password-hash v0.5.0
16722023-12-30T05:35:07.136Z Compiling blake2 v0.10.6
16732023-12-30T05:35:07.486Z Compiling aead v0.5.2
16742023-12-30T05:35:07.511Z Compiling secrecy v0.8.0
16752023-12-30T05:35:07.911Z Compiling num-complex v0.4.4
16762023-12-30T05:35:08.016Z Compiling nibble_vec v0.1.0
16772023-12-30T05:35:08.326Z Compiling slog-dtrace v0.2.3
16782023-12-30T05:35:08.655Z Compiling endian-type v0.1.2
16792023-12-30T05:35:08.773Z Compiling utf-8 v0.7.6
16802023-12-30T05:35:09.020Z Compiling convert_case v0.4.0
16812023-12-30T05:35:09.359Z Compiling winapi v0.3.9
16822023-12-30T05:35:09.399Z Compiling cancel-safe-futures v0.1.5
16832023-12-30T05:35:09.674Z Compiling arc-swap v1.6.0
16842023-12-30T05:35:09.797Z Compiling num v0.4.1
16852023-12-30T05:35:09.955Z Compiling tungstenite v0.20.1
16862023-12-30T05:35:09.958Z Compiling radix_trie v0.2.1
16872023-12-30T05:35:10.561Z Compiling derive_more v0.99.17
16882023-12-30T05:35:10.737Z Compiling slog-scope v4.4.0
16892023-12-30T05:35:11.060Z Compiling argon2 v0.5.2
16902023-12-30T05:35:11.122Z Compiling mime_guess v2.0.4
16912023-12-30T05:35:12.694Z Compiling trust-dns-resolver v0.22.0
16922023-12-30T05:35:13.207Z Compiling rand_core v0.5.1
16932023-12-30T05:35:13.342Z Compiling poly1305 v0.8.0
16942023-12-30T05:35:13.867Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16952023-12-30T05:35:13.947Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16962023-12-30T05:35:14.426Z Compiling chacha20 v0.9.1
16972023-12-30T05:35:15.177Z Compiling rfc6979 v0.4.0
16982023-12-30T05:35:15.467Z Compiling thiserror-impl-no-std v2.0.2
16992023-12-30T05:35:15.737Z Compiling ciborium-io v0.2.1
17002023-12-30T05:35:15.923Z Compiling option-ext v0.2.0
17012023-12-30T05:35:16.112Z Compiling half v1.8.2
17022023-12-30T05:35:16.259Z Compiling dirs-sys v0.4.1
17032023-12-30T05:35:16.334Z Compiling ecdsa v0.16.9
17042023-12-30T05:35:17.134Z Compiling ciborium-ll v0.2.1
17052023-12-30T05:35:17.274Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17062023-12-30T05:35:17.733Z Compiling rand_chacha v0.2.2
17072023-12-30T05:35:17.877Z Compiling parking_lot v0.11.2
17082023-12-30T05:35:18.367Z Compiling tokio-tungstenite v0.20.1
17092023-12-30T05:35:19.570Z Compiling slog-stdlog v4.1.1
17102023-12-30T05:35:20.138Z Compiling trust-dns-client v0.22.0
17112023-12-30T05:35:20.239Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17122023-12-30T05:35:21.049Z Compiling thiserror-no-std v2.0.2
17132023-12-30T05:35:21.078Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17142023-12-30T05:35:21.229Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17152023-12-30T05:35:21.621Z Compiling ed25519 v2.2.2
17162023-12-30T05:35:22.346Z Compiling polyval v0.6.1
17172023-12-30T05:35:23.019Z Compiling primeorder v0.13.6
17182023-12-30T05:35:23.477Z Compiling aes v0.8.3
17192023-12-30T05:35:23.841Z Compiling blowfish v0.9.1
17202023-12-30T05:35:24.587Z Compiling ctr v0.9.2
17212023-12-30T05:35:25.138Z Compiling password-hash v0.4.2
17222023-12-30T05:35:25.196Z Compiling libsw v3.3.0
17232023-12-30T05:35:25.666Z Compiling pbkdf2 v0.12.2
17242023-12-30T05:35:25.913Z Compiling derive-where v1.2.6
17252023-12-30T05:35:26.699Z Compiling fxhash v0.2.1
17262023-12-30T05:35:27.947Z Compiling swrite v0.1.0
17272023-12-30T05:35:28.116Z Compiling owo-colors v3.5.0
17282023-12-30T05:35:28.423Z Compiling glob v0.3.1
17292023-12-30T05:35:30.171Z Compiling linear-map v1.2.0
17302023-12-30T05:35:30.908Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17312023-12-30T05:35:31.657Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17322023-12-30T05:35:32.105Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17332023-12-30T05:35:32.273Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17342023-12-30T05:35:32.736Z Compiling trust-dns-server v0.22.1
17352023-12-30T05:35:34.484Z Compiling sled v0.34.7
17362023-12-30T05:35:37.628Z Compiling bcrypt-pbkdf v0.10.0
17372023-12-30T05:35:38.544Z Compiling pbkdf2 v0.11.0
17382023-12-30T05:35:39.166Z Compiling p256 v0.13.2
17392023-12-30T05:35:39.597Z Compiling ghash v0.5.0
17402023-12-30T05:35:39.872Z Compiling ed25519-dalek v2.0.0
17412023-12-30T05:35:40.646Z Compiling vsss-rs v3.3.2
17422023-12-30T05:35:41.598Z Compiling russh-cryptovec v0.7.0
17432023-12-30T05:35:42.067Z Compiling slog-envlogger v2.2.0
17442023-12-30T05:35:43.318Z Compiling rand v0.7.3
17452023-12-30T05:35:46.425Z Compiling ciborium v0.2.1
17462023-12-30T05:35:46.478Z Compiling dirs v5.0.1
17472023-12-30T05:35:46.782Z Compiling chacha20poly1305 v0.10.1
17482023-12-30T05:35:46.894Z Compiling cbc v0.1.2
17492023-12-30T05:35:47.087Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17502023-12-30T05:35:47.256Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17512023-12-30T05:35:47.661Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17522023-12-30T05:35:47.967Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17532023-12-30T05:35:48.365Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17542023-12-30T05:35:48.667Z Compiling pem v3.0.2
17552023-12-30T05:35:48.913Z Compiling headers-core v0.2.0
17562023-12-30T05:35:48.941Z Compiling kstat-rs v0.2.3
17572023-12-30T05:35:49.301Z Compiling http-range v0.1.5
17582023-12-30T05:35:49.925Z Compiling md5 v0.7.0
17592023-12-30T05:35:50.188Z Compiling pretty-hex v0.4.0
17602023-12-30T05:35:50.328Z Compiling russh-keys v0.40.1
17612023-12-30T05:35:50.526Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17622023-12-30T05:35:50.745Z Compiling hyper-staticfile v0.9.5
17632023-12-30T05:35:52.387Z Compiling rcgen v0.11.3
17642023-12-30T05:35:54.893Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17652023-12-30T05:35:55.873Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17662023-12-30T05:35:56.524Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17672023-12-30T05:35:56.701Z Compiling headers v0.3.9
17682023-12-30T05:35:59.930Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17692023-12-30T05:36:00.184Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17702023-12-30T05:36:01.982Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17712023-12-30T05:36:03.946Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17722023-12-30T05:36:05.335Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17732023-12-30T05:36:05.485Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17742023-12-30T05:36:07.773Z Compiling aes-gcm v0.10.3
17752023-12-30T05:36:08.272Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17762023-12-30T05:36:11.023Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1)
17772023-12-30T05:36:19.718Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994)
17782023-12-30T05:36:19.784Z Compiling atomicwrites v0.4.2
17792023-12-30T05:36:20.332Z Compiling itertools v0.12.0
17802023-12-30T05:36:22.369Z Compiling subprocess v0.2.9
17812023-12-30T05:36:22.915Z Compiling display-error-chain v0.2.0
17822023-12-30T05:36:22.971Z Compiling hex-literal v0.4.1
17832023-12-30T05:36:23.162Z Compiling russh v0.40.2
17842023-12-30T05:36:23.200Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17852023-12-30T05:36:25.128Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17862023-12-30T05:36:25.478Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17872023-12-30T05:36:56.115Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17882023-12-30T05:38:16.594Z Finished dev [unoptimized + debuginfo] target(s) in 8m 06s
17892023-12-30T05:38:16.944Z
17902023-12-30T05:38:16.947Zreal 8:07.006076968
17912023-12-30T05:38:16.947Zuser 45:02.871659424
17922023-12-30T05:38:16.947Zsys 6:48.632687542
17932023-12-30T05:38:16.947Ztrap 1.705822641
17942023-12-30T05:38:16.948Ztflt 4.796072583
17952023-12-30T05:38:16.948Zdflt 9.679539882
17962023-12-30T05:38:16.948Zkflt 0.024140654
17972023-12-30T05:38:16.948Zlock 1:25:25.995341536
17982023-12-30T05:38:16.948Zslp 2:08:08.243681373
17992023-12-30T05:38:16.948Zlat 2:01.490059722
18002023-12-30T05:38:16.948Zstop 4:49.755557987
18012023-12-30T05:38:16.948Z+ mkdir -p /work/end-to-end-tests
18022023-12-30T05:38:16.952Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18032023-12-30T05:38:17.808Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18042023-12-30T05:38:17.808Z+ ptime -m gzip
18052023-12-30T05:38:17.811Z++ basename target/debug/bootstrap
18062023-12-30T05:38:34.811Z
18072023-12-30T05:38:34.814Zreal 16.993651583
18082023-12-30T05:38:34.815Zuser 16.797854241
18092023-12-30T05:38:34.815Zsys 0.169615892
18102023-12-30T05:38:34.815Ztrap 0.006336919
18112023-12-30T05:38:34.815Ztflt 0.000000000
18122023-12-30T05:38:34.815Zdflt 0.000000000
18132023-12-30T05:38:34.815Zkflt 0.000000000
18142023-12-30T05:38:34.815Zlock 0.000000000
18152023-12-30T05:38:34.815Zslp 0.000000000
18162023-12-30T05:38:34.815Zlat 0.019500398
18172023-12-30T05:38:34.815Zstop 0.000226093
18182023-12-30T05:38:34.815Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18192023-12-30T05:38:34.815Z+ ptime -m gzip
18202023-12-30T05:38:34.815Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-73e660426b4fbae9
18212023-12-30T05:38:35.891Z
18222023-12-30T05:38:35.891Zreal 1.073101501
18232023-12-30T05:38:35.894Zuser 1.059559392
18242023-12-30T05:38:35.894Zsys 0.012915824
18252023-12-30T05:38:35.894Ztrap 0.000126043
18262023-12-30T05:38:35.894Ztflt 0.000000000
18272023-12-30T05:38:35.894Zdflt 0.000000000
18282023-12-30T05:38:35.894Zkflt 0.000000000
18292023-12-30T05:38:35.900Zlock 0.000000000
18302023-12-30T05:38:35.900Zslp 0.000000000
18312023-12-30T05:38:35.900Zlat 0.000165418
18322023-12-30T05:38:35.900Zstop 0.000220865
18332023-12-30T05:38:35.900Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18342023-12-30T05:38:35.900Z+ ptime -m gzip
18352023-12-30T05:38:35.900Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-26f64a1dd7a0c081
18362023-12-30T05:38:53.395Z
18372023-12-30T05:38:53.395Zreal 17.468729153
18382023-12-30T05:38:53.399Zuser 17.290237901
18392023-12-30T05:38:53.399Zsys 0.172895329
18402023-12-30T05:38:53.399Ztrap 0.003255734
18412023-12-30T05:38:53.399Ztflt 0.000000000
18422023-12-30T05:38:53.399Zdflt 0.000000000
18432023-12-30T05:38:53.399Zkflt 0.000000000
18442023-12-30T05:38:53.399Zlock 0.000000000
18452023-12-30T05:38:53.399Zslp 0.000000000
18462023-12-30T05:38:53.399Zlat 0.002008856
18472023-12-30T05:38:53.399Zstop 0.000217589
18482023-12-30T05:38:53.399Z+ banner caboose-util
18492023-12-30T05:38:53.399Z
18502023-12-30T05:38:53.399Z #### ## ##### #### #### #### ###### # # #####
18512023-12-30T05:38:53.399Z # # # # # # # # # # # # # # #
18522023-12-30T05:38:53.399Z # # # ##### # # # # #### ##### ##### # # #
18532023-12-30T05:38:53.399Z # ###### # # # # # # # # # # #
18542023-12-30T05:38:53.399Z # # # # # # # # # # # # # # # #
18552023-12-30T05:38:53.399Z #### # # ##### #### #### #### ###### #### #
18562023-12-30T05:38:53.400Z
18572023-12-30T05:38:53.400Z+ ptime -m cargo build --locked -p caboose-util --release
18582023-12-30T05:38:54.035Z Downloading crates ...
18592023-12-30T05:38:54.426Z Downloaded wyz v0.5.1
18602023-12-30T05:38:54.429Z Downloaded array-init v0.0.4
18612023-12-30T05:38:54.429Z Downloaded radium v0.7.0
18622023-12-30T05:38:54.432Z Downloaded tap v1.0.1
18632023-12-30T05:38:54.435Z Downloaded funty v2.0.0
18642023-12-30T05:38:54.435Z Downloaded pkcs1 v0.7.5
18652023-12-30T05:38:54.439Z Downloaded path-slash v0.1.5
18662023-12-30T05:38:54.449Z Downloaded crc v3.0.1
18672023-12-30T05:38:54.453Z Downloaded termcolor v1.2.0
18682023-12-30T05:38:54.456Z Downloaded smallvec v0.6.14
18692023-12-30T05:38:54.460Z Downloaded bitfield v0.14.0
18702023-12-30T05:38:54.463Z Downloaded serde-hex v0.1.0
18712023-12-30T05:38:54.469Z Downloaded packed_struct_codegen v0.10.1
18722023-12-30T05:38:54.472Z Downloaded maybe-uninit v2.0.0
18732023-12-30T05:38:54.472Z Downloaded crc-catalog v2.2.0
18742023-12-30T05:38:54.472Z Downloaded packed_struct v0.10.1
18752023-12-30T05:38:54.475Z Downloaded nodrop v0.1.14
18762023-12-30T05:38:54.478Z Downloaded crc-any v2.4.3
18772023-12-30T05:38:54.482Z Downloaded env_logger v0.10.0
18782023-12-30T05:38:54.486Z Downloaded rsa v0.9.2
18792023-12-30T05:38:54.493Z Downloaded x509-cert v0.2.4
18802023-12-30T05:38:54.503Z Downloaded num-bigint-dig v0.8.4
18812023-12-30T05:38:54.512Z Downloaded bitvec v1.0.1
18822023-12-30T05:38:54.538Z Downloaded object v0.30.4
18832023-12-30T05:38:54.555Z Downloaded ron v0.8.1
18842023-12-30T05:38:54.734Z Compiling proc-macro2 v1.0.69
18852023-12-30T05:38:54.735Z Compiling unicode-ident v1.0.12
18862023-12-30T05:38:54.738Z Compiling libc v0.2.151
18872023-12-30T05:38:54.738Z Compiling autocfg v1.1.0
18882023-12-30T05:38:54.738Z Compiling serde v1.0.193
18892023-12-30T05:38:54.738Z Compiling cfg-if v1.0.0
18902023-12-30T05:38:54.738Z Compiling version_check v0.9.4
18912023-12-30T05:38:54.893Z Compiling typenum v1.16.0
18922023-12-30T05:38:54.916Z Compiling syn v1.0.109
18932023-12-30T05:38:55.021Z Compiling parking_lot_core v0.9.8
18942023-12-30T05:38:55.537Z Compiling libm v0.2.7
18952023-12-30T05:38:55.556Z Compiling futures-core v0.3.29
18962023-12-30T05:38:55.770Z Compiling generic-array v0.14.7
18972023-12-30T05:38:55.806Z Compiling lock_api v0.4.10
18982023-12-30T05:38:56.006Z Compiling num-traits v0.2.16
18992023-12-30T05:38:56.070Z Compiling once_cell v1.19.0
19002023-12-30T05:38:56.168Z Compiling pkg-config v0.3.27
19012023-12-30T05:38:56.214Z Compiling scopeguard v1.2.0
19022023-12-30T05:38:56.388Z Compiling slab v0.4.9
19032023-12-30T05:38:56.415Z Compiling futures-channel v0.3.29
19042023-12-30T05:38:56.652Z Compiling futures-task v0.3.29
19052023-12-30T05:38:56.811Z Compiling quote v1.0.33
19062023-12-30T05:38:57.047Z Compiling serde_json v1.0.108
19072023-12-30T05:38:57.151Z Compiling memchr v2.6.3
19082023-12-30T05:38:57.485Z Compiling syn v2.0.32
19092023-12-30T05:38:57.785Z Compiling cc v1.0.83
19102023-12-30T05:38:57.840Z Compiling getrandom v0.2.10
19112023-12-30T05:38:58.454Z Compiling thiserror v1.0.49
19122023-12-30T05:38:58.525Z Compiling rand_core v0.6.4
19132023-12-30T05:38:59.316Z Compiling futures-util v0.3.29
19142023-12-30T05:38:59.704Z Compiling itoa v1.0.9
19152023-12-30T05:38:59.770Z Compiling byteorder v1.5.0
19162023-12-30T05:39:00.104Z Compiling smallvec v1.11.2
19172023-12-30T05:39:00.820Z Compiling log v0.4.20
19182023-12-30T05:39:00.838Z Compiling vcpkg v0.2.15
19192023-12-30T05:39:02.557Z Compiling const-oid v0.9.5
19202023-12-30T05:39:03.067Z Compiling pin-project-lite v0.2.13
19212023-12-30T05:39:03.177Z Compiling parking_lot v0.12.1
19222023-12-30T05:39:03.231Z Compiling ring v0.17.7
19232023-12-30T05:39:03.375Z Compiling indexmap v1.9.3
19242023-12-30T05:39:03.650Z Compiling openssl-sys v0.9.96
19252023-12-30T05:39:04.875Z Compiling io-lifetimes v1.0.11
19262023-12-30T05:39:05.153Z Compiling subtle v2.5.0
19272023-12-30T05:39:05.336Z Compiling heck v0.4.1
19282023-12-30T05:39:05.815Z Compiling ring v0.16.20
19292023-12-30T05:39:05.937Z Compiling num-integer v0.1.45
19302023-12-30T05:39:06.341Z Compiling semver v1.0.20
19312023-12-30T05:39:06.354Z Compiling ryu v1.0.15
19322023-12-30T05:39:07.793Z Compiling spin v0.5.2
19332023-12-30T05:39:08.159Z Compiling rustix v0.37.23
19342023-12-30T05:39:09.130Z Compiling mio v0.8.9
19352023-12-30T05:39:09.400Z Compiling signal-hook-registry v1.4.1
19362023-12-30T05:39:09.553Z Compiling socket2 v0.5.5
19372023-12-30T05:39:10.084Z Compiling num_cpus v1.16.0
19382023-12-30T05:39:10.242Z Compiling futures-sink v0.3.29
19392023-12-30T05:39:10.403Z Compiling unicode-xid v0.2.4
19402023-12-30T05:39:10.438Z Compiling ucd-trie v0.1.6
19412023-12-30T05:39:10.637Z Compiling httparse v1.8.0
19422023-12-30T05:39:10.904Z Compiling openssl v0.10.60
19432023-12-30T05:39:10.953Z Compiling synstructure v0.12.6
19442023-12-30T05:39:11.271Z Compiling tinyvec_macros v0.1.1
19452023-12-30T05:39:11.378Z Compiling tinyvec v1.6.0
19462023-12-30T05:39:12.272Z Compiling crc32fast v1.3.2
19472023-12-30T05:39:13.121Z Compiling native-tls v0.2.11
19482023-12-30T05:39:13.360Z Compiling rustls v0.21.9
19492023-12-30T05:39:13.576Z Compiling futures-io v0.3.29
19502023-12-30T05:39:13.751Z Compiling pin-utils v0.1.0
19512023-12-30T05:39:13.868Z Compiling ppv-lite86 v0.2.17
19522023-12-30T05:39:13.920Z Compiling unicode-normalization v0.1.22
19532023-12-30T05:39:13.955Z Compiling bzip2-sys v0.1.11+1.0.8
19542023-12-30T05:39:14.603Z Compiling spin v0.9.8
19552023-12-30T05:39:14.919Z Compiling tracing-core v0.1.31
19562023-12-30T05:39:15.164Z Compiling unicode-bidi v0.3.13
19572023-12-30T05:39:15.252Z Compiling rand_chacha v0.3.1
19582023-12-30T05:39:15.270Z Compiling base64ct v1.6.0
19592023-12-30T05:39:16.290Z Compiling pem-rfc7468 v0.7.0
19602023-12-30T05:39:16.470Z Compiling rand v0.8.5
19612023-12-30T05:39:17.932Z Compiling errno v0.3.2
19622023-12-30T05:39:17.975Z Compiling num-iter v0.1.43
19632023-12-30T05:39:17.990Z Compiling ahash v0.8.6
19642023-12-30T05:39:18.294Z Compiling usdt-impl v0.3.5
19652023-12-30T05:39:18.465Z Compiling flagset v0.4.3
19662023-12-30T05:39:18.618Z Compiling schemars v0.8.16
19672023-12-30T05:39:18.776Z Compiling rustix v0.38.25
19682023-12-30T05:39:18.892Z Compiling base64 v0.21.5
19692023-12-30T05:39:19.002Z Compiling serde_derive v1.0.193
19702023-12-30T05:39:19.141Z Compiling zeroize_derive v1.4.2
19712023-12-30T05:39:19.210Z Compiling tokio-macros v2.2.0
19722023-12-30T05:39:19.588Z Compiling thiserror-impl v1.0.49
19732023-12-30T05:39:19.661Z Compiling futures-macro v0.3.29
19742023-12-30T05:39:19.721Z Compiling tracing-attributes v0.1.26
19752023-12-30T05:39:19.883Z Compiling der_derive v0.7.2
19762023-12-30T05:39:20.937Z Compiling zerocopy-derive v0.2.0
19772023-12-30T05:39:21.390Z Compiling zeroize v1.7.0
19782023-12-30T05:39:22.747Z Compiling openssl-macros v0.1.1
19792023-12-30T05:39:23.673Z Compiling zerocopy-derive v0.7.31
19802023-12-30T05:39:23.798Z Compiling zerocopy-derive v0.6.4
19812023-12-30T05:39:24.195Z Compiling pest v2.7.2
19822023-12-30T05:39:24.321Z Compiling crypto-common v0.1.6
19832023-12-30T05:39:24.428Z Compiling block-buffer v0.10.4
19842023-12-30T05:39:24.798Z Compiling digest v0.10.7
19852023-12-30T05:39:25.007Z Compiling tracing v0.1.37
19862023-12-30T05:39:25.723Z Compiling der v0.7.8
19872023-12-30T05:39:26.972Z Compiling serde_derive_internals v0.26.0
19882023-12-30T05:39:28.751Z Compiling pest_meta v2.7.2
19892023-12-30T05:39:30.855Z Compiling pest_generator v2.7.2
19902023-12-30T05:39:33.748Z Compiling bitflags v1.3.2
19912023-12-30T05:39:33.768Z Compiling fnv v1.0.7
19922023-12-30T05:39:34.507Z Compiling schemars_derive v0.8.16
19932023-12-30T05:39:35.525Z Compiling pest_derive v2.7.2
19942023-12-30T05:39:36.395Z Compiling spki v0.7.2
19952023-12-30T05:39:37.189Z Compiling zerocopy v0.3.0
19962023-12-30T05:39:37.192Z Compiling lazy_static v1.4.0
19972023-12-30T05:39:39.235Z Compiling backtrace v0.3.69
19982023-12-30T05:39:39.445Z Compiling memoffset v0.9.0
19992023-12-30T05:39:39.462Z Compiling num-bigint v0.4.4
20002023-12-30T05:39:39.841Z Compiling hashbrown v0.12.3
20012023-12-30T05:39:39.871Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20022023-12-30T05:39:40.119Z Compiling percent-encoding v2.3.1
20032023-12-30T05:39:40.551Z Compiling iana-time-zone v0.1.57
20042023-12-30T05:39:40.768Z Compiling doc-comment v0.3.3
20052023-12-30T05:39:40.884Z Compiling untrusted v0.9.0
20062023-12-30T05:39:41.063Z Compiling untrusted v0.7.1
20072023-12-30T05:39:41.128Z Compiling openssl-probe v0.1.5
20082023-12-30T05:39:41.451Z Compiling smoltcp v0.9.1
20092023-12-30T05:39:41.478Z Compiling hashbrown v0.14.2
20102023-12-30T05:39:41.533Z Compiling bytes v1.5.0
20112023-12-30T05:39:42.337Z Compiling bitflags v2.4.0
20122023-12-30T05:39:42.368Z Compiling uuid v1.6.1
20132023-12-30T05:39:42.963Z Compiling tokio v1.35.0
20142023-12-30T05:39:43.450Z Compiling rustc_version v0.4.0
20152023-12-30T05:39:43.511Z Compiling http v0.2.11
20162023-12-30T05:39:44.340Z Compiling async-trait v0.1.74
20172023-12-30T05:39:44.965Z Compiling heapless v0.7.16
20182023-12-30T05:39:45.536Z Compiling foreign-types-shared v0.1.1
20192023-12-30T05:39:45.675Z Compiling equivalent v1.0.1
20202023-12-30T05:39:45.823Z Compiling crossbeam-utils v0.8.16
20212023-12-30T05:39:46.043Z Compiling indexmap v2.1.0
20222023-12-30T05:39:46.428Z Compiling foreign-types v0.3.2
20232023-12-30T05:39:47.247Z Compiling chrono v0.4.31
20242023-12-30T05:39:51.304Z Compiling dof v0.1.5
20252023-12-30T05:39:52.610Z Compiling dtrace-parser v0.1.14
20262023-12-30T05:39:53.107Z Compiling hmac v0.12.1
20272023-12-30T05:39:53.393Z Compiling clap_derive v4.4.2
20282023-12-30T05:39:54.216Z Compiling thread-id v4.2.0
20292023-12-30T05:39:54.664Z Compiling anstyle v1.0.2
20302023-12-30T05:39:55.266Z Compiling time-core v0.1.1
20312023-12-30T05:39:55.527Z Compiling adler v1.0.2
20322023-12-30T05:39:55.539Z Compiling rustversion v1.0.14
20332023-12-30T05:39:55.565Z Compiling try-lock v0.2.4
20342023-12-30T05:39:55.685Z Compiling tokio-util v0.7.10
20352023-12-30T05:39:55.955Z Compiling utf8parse v0.2.1
20362023-12-30T05:39:56.019Z Compiling siphasher v0.3.11
20372023-12-30T05:39:56.211Z Compiling cpufeatures v0.2.9
20382023-12-30T05:39:56.361Z Compiling sha2 v0.10.8
20392023-12-30T05:39:56.468Z Compiling anstyle-parse v0.2.1
20402023-12-30T05:39:57.965Z Compiling h2 v0.3.21
20412023-12-30T05:40:01.029Z Compiling miniz_oxide v0.7.1
20422023-12-30T05:40:01.041Z Compiling want v0.3.1
20432023-12-30T05:40:01.691Z Compiling time-macros v0.2.13
20442023-12-30T05:40:05.243Z Compiling rustls-webpki v0.101.7
20452023-12-30T05:40:05.896Z Compiling sct v0.7.0
20462023-12-30T05:40:06.316Z Compiling http-body v0.4.5
20472023-12-30T05:40:06.903Z Compiling serde_tokenstream v0.1.7
20482023-12-30T05:40:07.721Z Compiling form_urlencoded v1.2.1
20492023-12-30T05:40:08.006Z Compiling pkcs8 v0.10.2
20502023-12-30T05:40:08.159Z Compiling hubpack_derive v0.1.1
20512023-12-30T05:40:09.056Z Compiling pin-project-internal v1.1.3
20522023-12-30T05:40:09.872Z Compiling socket2 v0.4.9
20532023-12-30T05:40:10.152Z Compiling crossbeam-epoch v0.9.15
20542023-12-30T05:40:11.105Z Compiling tower-service v0.3.2
20552023-12-30T05:40:11.267Z Compiling httpdate v1.0.3
20562023-12-30T05:40:12.032Z Compiling anstyle-query v1.0.0
20572023-12-30T05:40:12.125Z Compiling colorchoice v1.0.0
20582023-12-30T05:40:12.225Z Compiling slog v2.7.0
20592023-12-30T05:40:12.346Z Compiling anyhow v1.0.75
20602023-12-30T05:40:13.068Z Compiling radium v0.7.0
20612023-12-30T05:40:13.986Z Compiling anstream v0.5.0
20622023-12-30T05:40:14.621Z Compiling hyper v0.14.27
20632023-12-30T05:40:20.533Z Compiling terminal_size v0.2.6
20642023-12-30T05:40:22.182Z Compiling serde_spanned v0.6.4
20652023-12-30T05:40:22.492Z Compiling toml_datetime v0.6.5
20662023-12-30T05:40:23.561Z Compiling rustls-pemfile v1.0.3
20672023-12-30T05:40:24.086Z Compiling zerocopy v0.6.4
20682023-12-30T05:40:25.504Z Compiling md-5 v0.10.5
20692023-12-30T05:40:26.005Z Compiling idna v0.5.0
20702023-12-30T05:40:26.094Z Compiling stringprep v0.1.3
20712023-12-30T05:40:28.329Z Compiling diesel_table_macro_syntax v0.1.0
20722023-12-30T05:40:28.407Z Compiling hash32 v0.2.1
20732023-12-30T05:40:28.574Z Compiling aho-corasick v1.0.4
20742023-12-30T05:40:28.977Z Compiling stable_deref_trait v1.2.0
20752023-12-30T05:40:29.152Z Compiling winnow v0.5.15
20762023-12-30T05:40:29.911Z Compiling clap_lex v0.5.1
20772023-12-30T05:40:30.264Z Compiling regex-syntax v0.8.2
20782023-12-30T05:40:30.597Z Compiling dyn-clone v1.0.13
20792023-12-30T05:40:31.882Z Compiling gimli v0.28.0
20802023-12-30T05:40:31.886Z Compiling maybe-uninit v2.0.0
20812023-12-30T05:40:31.886Z Compiling either v1.9.0
20822023-12-30T05:40:32.112Z Compiling tap v1.0.1
20832023-12-30T05:40:32.171Z Compiling fallible-iterator v0.2.0
20842023-12-30T05:40:32.600Z Compiling strsim v0.10.0
20852023-12-30T05:40:32.976Z Compiling clap_builder v4.4.2
20862023-12-30T05:40:33.326Z Compiling postgres-protocol v0.6.6
20872023-12-30T05:40:33.466Z Compiling wyz v0.5.1
20882023-12-30T05:40:35.272Z Compiling diesel_derives v2.1.2
20892023-12-30T05:40:36.525Z Compiling regex-automata v0.4.3
20902023-12-30T05:40:37.251Z Compiling url v2.5.0
20912023-12-30T05:40:37.993Z Compiling addr2line v0.21.0
20922023-12-30T05:40:38.918Z Compiling tokio-rustls v0.24.1
20932023-12-30T05:40:39.994Z Compiling rustls-native-certs v0.6.3
20942023-12-30T05:40:40.409Z Compiling strum_macros v0.25.2
20952023-12-30T05:40:41.572Z Compiling tokio-native-tls v0.3.1
20962023-12-30T05:40:46.838Z Compiling usdt-attr-macro v0.3.5
20972023-12-30T05:40:47.230Z Compiling usdt-macro v0.3.5
20982023-12-30T05:40:48.954Z Compiling phf_shared v0.11.2
20992023-12-30T05:40:49.876Z Compiling zerocopy v0.7.31
21002023-12-30T05:40:50.241Z Compiling block-padding v0.3.3
21012023-12-30T05:40:50.317Z Compiling snafu-derive v0.7.5
21022023-12-30T05:40:50.547Z Compiling enum-as-inner v0.5.1
21032023-12-30T05:40:52.058Z Compiling serde_repr v0.1.16
21042023-12-30T05:40:52.926Z Compiling ff v0.13.0
21052023-12-30T05:40:53.270Z Compiling scheduled-thread-pool v0.2.7
21062023-12-30T05:40:53.682Z Compiling object v0.32.1
21072023-12-30T05:40:56.859Z Compiling packed_struct v0.10.1
21082023-12-30T05:40:58.411Z Compiling matches v0.1.10
21092023-12-30T05:40:58.415Z Compiling bit-vec v0.6.3
21102023-12-30T05:40:58.528Z Compiling regex-automata v0.1.10
21112023-12-30T05:40:59.110Z Compiling ipnet v2.8.0
21122023-12-30T05:40:59.958Z Compiling deranged v0.3.8
21132023-12-30T05:41:00.774Z Compiling num_threads v0.1.6
21142023-12-30T05:41:00.937Z Compiling funty v2.0.0
21152023-12-30T05:41:01.432Z Compiling base16ct v0.2.0
21162023-12-30T05:41:02.836Z Compiling managed v0.8.0
21172023-12-30T05:41:02.954Z Compiling num-bigint-dig v0.8.4
21182023-12-30T05:41:03.536Z Compiling rustc-demangle v0.1.23
21192023-12-30T05:41:05.769Z Compiling bitvec v1.0.1
21202023-12-30T05:41:08.138Z Compiling time v0.3.27
21212023-12-30T05:41:08.533Z Compiling sec1 v0.7.3
21222023-12-30T05:41:09.808Z Compiling bstr v0.2.17
21232023-12-30T05:41:12.027Z Compiling idna v0.2.3
21242023-12-30T05:41:12.961Z Compiling r2d2 v0.8.10
21252023-12-30T05:41:13.539Z Compiling group v0.13.0
21262023-12-30T05:41:15.133Z Compiling inout v0.1.3
21272023-12-30T05:41:15.925Z Compiling phf v0.11.2
21282023-12-30T05:41:17.119Z Compiling regex v1.10.2
21292023-12-30T05:41:17.852Z Compiling hyper-tls v0.5.0
21302023-12-30T05:41:18.348Z Compiling hyper-rustls v0.24.2
21312023-12-30T05:41:18.743Z Compiling clap v4.4.3
21322023-12-30T05:41:18.899Z Compiling ipnetwork v0.20.0
21332023-12-30T05:41:19.154Z Compiling flate2 v1.0.28
21342023-12-30T05:41:19.371Z Compiling bzip2 v0.4.4
21352023-12-30T05:41:19.938Z Compiling toml_edit v0.19.15
21362023-12-30T05:41:20.294Z Compiling postgres-types v0.2.6
21372023-12-30T05:41:20.619Z Compiling itertools v0.11.0
21382023-12-30T05:41:21.380Z Compiling pin-project v1.1.3
21392023-12-30T05:41:21.858Z Compiling hubpack v0.1.2
21402023-12-30T05:41:21.977Z Compiling serde_urlencoded v0.7.1
21412023-12-30T05:41:22.534Z Compiling phf_shared v0.10.0
21422023-12-30T05:41:22.560Z Compiling hkdf v0.12.3
21432023-12-30T05:41:23.120Z Compiling futures-executor v0.3.29
21442023-12-30T05:41:25.319Z Compiling crypto-bigint v0.5.2
21452023-12-30T05:41:26.996Z Compiling packed_struct_codegen v0.10.1
21462023-12-30T05:41:27.774Z Compiling float-cmp v0.9.0
21472023-12-30T05:41:28.790Z Compiling encoding_rs v0.8.33
21482023-12-30T05:41:28.828Z Compiling whoami v1.4.1
21492023-12-30T05:41:28.855Z Compiling static_assertions v1.1.0
21502023-12-30T05:41:28.988Z Compiling precomputed-hash v0.1.1
21512023-12-30T05:41:29.142Z Compiling data-encoding v2.4.0
21522023-12-30T05:41:29.659Z Compiling fixedbitset v0.4.2
21532023-12-30T05:41:31.241Z Compiling predicates-core v1.0.6
21542023-12-30T05:41:31.562Z Compiling unicode-segmentation v1.10.1
21552023-12-30T05:41:31.706Z Compiling unicode-width v0.1.11
21562023-12-30T05:41:31.934Z Compiling regex-automata v0.3.8
21572023-12-30T05:41:32.051Z Compiling minimal-lexical v0.2.1
21582023-12-30T05:41:32.813Z Compiling webpki-roots v0.25.2
21592023-12-30T05:41:32.932Z Compiling crc-catalog v2.2.0
21602023-12-30T05:41:33.038Z Compiling difflib v0.4.0
21612023-12-30T05:41:33.136Z Compiling normalize-line-endings v0.3.0
21622023-12-30T05:41:33.301Z Compiling nodrop v0.1.14
21632023-12-30T05:41:33.898Z Compiling mime v0.3.17
21642023-12-30T05:41:35.099Z Compiling new_debug_unreachable v1.0.4
21652023-12-30T05:41:35.220Z Compiling string_cache v0.8.7
21662023-12-30T05:41:35.670Z Compiling bstr v1.6.0
21672023-12-30T05:41:35.845Z Compiling reqwest v0.11.22
21682023-12-30T05:41:40.576Z Compiling predicates v3.0.4
21692023-12-30T05:41:42.740Z Compiling array-init v0.0.4
21702023-12-30T05:41:43.019Z Compiling crc v3.0.1
21712023-12-30T05:41:44.207Z Compiling nom v7.1.3
21722023-12-30T05:41:44.860Z Compiling similar v2.3.0
21732023-12-30T05:41:48.232Z Compiling console v0.15.7
21742023-12-30T05:41:50.316Z Compiling trust-dns-proto v0.22.0
21752023-12-30T05:41:50.403Z Compiling petgraph v0.6.4
21762023-12-30T05:41:56.194Z Compiling tokio-postgres v0.7.10
21772023-12-30T05:41:56.961Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21782023-12-30T05:41:57.842Z Compiling elliptic-curve v0.13.8
21792023-12-30T05:42:03.079Z Compiling toml v0.7.8
21802023-12-30T05:42:04.081Z Compiling futures v0.3.29
21812023-12-30T05:42:06.067Z Compiling snafu v0.7.5
21822023-12-30T05:42:06.588Z Compiling zip v0.6.6
21832023-12-30T05:42:06.698Z Compiling smallvec v0.6.14
21842023-12-30T05:42:06.991Z Compiling yasna v0.5.2
21852023-12-30T05:42:07.272Z Compiling diesel v2.1.4
21862023-12-30T05:42:07.654Z Compiling cipher v0.4.4
21872023-12-30T05:42:07.867Z Compiling hashbrown v0.13.2
21882023-12-30T05:42:10.467Z Compiling bit-set v0.5.3
21892023-12-30T05:42:10.873Z Compiling usdt v0.3.5
21902023-12-30T05:42:11.244Z Compiling is-terminal v0.4.9
21912023-12-30T05:42:13.411Z Compiling toml_edit v0.21.0
21922023-12-30T05:42:13.903Z Compiling itertools v0.10.5
21932023-12-30T05:42:18.149Z Compiling pkcs1 v0.7.5
21942023-12-30T05:42:18.507Z Compiling tokio-stream v0.1.14
21952023-12-30T05:42:20.010Z Compiling openapiv3 v2.0.0
21962023-12-30T05:42:24.351Z Compiling hex v0.4.3
21972023-12-30T05:42:26.259Z Compiling signature v2.1.0
21982023-12-30T05:42:28.314Z Compiling bitfield v0.14.0
21992023-12-30T05:42:33.095Z Compiling lalrpop-util v0.19.12
22002023-12-30T05:42:34.500Z Compiling termcolor v1.2.0
22012023-12-30T05:42:36.630Z Compiling env_logger v0.10.0
22022023-12-30T05:42:46.099Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22032023-12-30T05:42:52.505Z Compiling rsa v0.9.2
22042023-12-30T05:43:04.969Z Compiling serde-hex v0.1.0
22052023-12-30T05:43:07.669Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22062023-12-30T05:43:14.844Z Compiling ron v0.8.1
22072023-12-30T05:43:15.180Z Compiling x509-cert v0.2.4
22082023-12-30T05:43:16.478Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22092023-12-30T05:43:21.178Z Compiling crc-any v2.4.3
22102023-12-30T05:43:39.687Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22112023-12-30T05:43:53.572Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22122023-12-30T05:44:00.446Z Compiling object v0.30.4
22132023-12-30T05:44:08.407Z Compiling path-slash v0.1.5
22142023-12-30T05:44:16.087Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22152023-12-30T05:44:58.815Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22162023-12-30T05:44:59.912Z Finished release [optimized] target(s) in 6m 06s
22172023-12-30T05:45:00.017Z
22182023-12-30T05:45:00.021Zreal 6:06.616960389
22192023-12-30T05:45:00.021Zuser 42:08.685115362
22202023-12-30T05:45:00.021Zsys 3:37.970542800
22212023-12-30T05:45:00.021Ztrap 1.686069705
22222023-12-30T05:45:00.021Ztflt 0.917398595
22232023-12-30T05:45:00.021Zdflt 0.518706359
22242023-12-30T05:45:00.021Zkflt 0.007081662
22252023-12-30T05:45:00.021Zlock 1:33:50.543839489
22262023-12-30T05:45:00.022Zslp 1:59:10.437117136
22272023-12-30T05:45:00.022Zlat 1:47.283673336
22282023-12-30T05:45:00.022Zstop 1:19.896462252
22292023-12-30T05:45:00.022Z+ ptime -m gzip
22302023-12-30T05:45:00.659Z
22312023-12-30T05:45:00.662Zreal 0.654292106
22322023-12-30T05:45:00.662Zuser 0.646637837
22332023-12-30T05:45:00.663Zsys 0.006950083
22342023-12-30T05:45:00.663Ztrap 0.000073962
22352023-12-30T05:45:00.663Ztflt 0.000000000
22362023-12-30T05:45:00.663Zdflt 0.000000000
22372023-12-30T05:45:00.663Zkflt 0.000000000
22382023-12-30T05:45:00.663Zlock 0.000000000
22392023-12-30T05:45:00.663Zslp 0.000000000
22402023-12-30T05:45:00.663Zlat 0.000156472
22412023-12-30T05:45:00.663Zstop 0.000363957
22422023-12-30T05:45:00.663Z+ banner tufaceous
22432023-12-30T05:45:00.663Z
22442023-12-30T05:45:00.663Z ##### # # ###### ## #### ###### #### # # ####
22452023-12-30T05:45:00.663Z # # # # # # # # # # # # # #
22462023-12-30T05:45:00.663Z # # # ##### # # # ##### # # # # ####
22472023-12-30T05:45:00.663Z # # # # ###### # # # # # # #
22482023-12-30T05:45:00.663Z # # # # # # # # # # # # # # #
22492023-12-30T05:45:00.663Z # #### # # # #### ###### #### #### ####
22502023-12-30T05:45:00.663Z
22512023-12-30T05:45:00.663Z+ ptime -m cargo build --locked -p tufaceous --release
22522023-12-30T05:45:01.338Z Downloading crates ...
22532023-12-30T05:45:01.708Z Downloaded typed-path v0.7.0
22542023-12-30T05:45:01.716Z Downloaded humantime v2.1.0
22552023-12-30T05:45:01.719Z Downloaded fs-err v2.11.0
22562023-12-30T05:45:01.723Z Downloaded globset v0.4.13
22572023-12-30T05:45:01.726Z Downloaded buf-list v1.0.3
22582023-12-30T05:45:01.730Z Downloaded tough v0.16.0
22592023-12-30T05:45:01.741Z Downloaded async-recursion v1.0.5
22602023-12-30T05:45:01.745Z Downloaded bytesize v1.3.0
22612023-12-30T05:45:01.748Z Downloaded olpc-cjson v0.1.3
22622023-12-30T05:45:01.748Z Downloaded serde_plain v1.0.2
22632023-12-30T05:45:01.919Z Compiling serde_tokenstream v0.2.0
22642023-12-30T05:45:01.942Z Compiling regress v0.7.1
22652023-12-30T05:45:01.956Z Compiling dirs-sys-next v0.1.2
22662023-12-30T05:45:01.959Z Compiling ident_case v1.0.1
22672023-12-30T05:45:01.984Z Compiling thread_local v1.1.7
22682023-12-30T05:45:01.987Z Compiling camino v1.1.6
22692023-12-30T05:45:01.997Z Compiling slog-async v2.8.0
22702023-12-30T05:45:02.188Z Compiling dirs-next v2.0.0
22712023-12-30T05:45:02.532Z Compiling darling_core v0.20.3
22722023-12-30T05:45:02.633Z Compiling heck v0.4.1
22732023-12-30T05:45:02.785Z Compiling term v0.7.0
22742023-12-30T05:45:02.837Z Compiling crossbeam-channel v0.5.8
22752023-12-30T05:45:03.294Z Compiling getopts v0.2.21
22762023-12-30T05:45:03.753Z Compiling structmeta-derive v0.2.0
22772023-12-30T05:45:04.651Z Compiling atty v0.2.14
22782023-12-30T05:45:04.773Z Compiling multer v2.1.0
22792023-12-30T05:45:04.856Z Compiling match_cfg v0.1.0
22802023-12-30T05:45:04.984Z Compiling paste v1.0.14
22812023-12-30T05:45:05.189Z Compiling take_mut v0.2.2
22822023-12-30T05:45:05.416Z Compiling unsafe-libyaml v0.2.9
22832023-12-30T05:45:05.785Z Compiling hostname v0.3.1
22842023-12-30T05:45:06.146Z Compiling slog-term v2.9.0
22852023-12-30T05:45:08.014Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22862023-12-30T05:45:09.867Z Compiling structmeta v0.2.0
22872023-12-30T05:45:10.452Z Compiling serde_yaml v0.9.25
22882023-12-30T05:45:11.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22892023-12-30T05:45:11.129Z Compiling slog-json v2.6.1
22902023-12-30T05:45:11.472Z Compiling darling_macro v0.20.3
22912023-12-30T05:45:11.911Z Compiling async-stream-impl v0.3.5
22922023-12-30T05:45:12.943Z Compiling darling v0.20.3
22932023-12-30T05:45:13.113Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
22942023-12-30T05:45:13.541Z Compiling atomic-waker v1.1.1
22952023-12-30T05:45:13.813Z Compiling fastrand v2.0.0
22962023-12-30T05:45:13.851Z Compiling regex-syntax v0.7.5
22972023-12-30T05:45:13.890Z Compiling async-stream v0.3.5
22982023-12-30T05:45:14.376Z Compiling waitgroup v0.1.2
22992023-12-30T05:45:14.614Z Compiling tempfile v3.8.1
23002023-12-30T05:45:14.794Z Compiling serde_with_macros v3.4.0
23012023-12-30T05:45:14.891Z Compiling slog-bunyan v2.4.0
23022023-12-30T05:45:17.783Z Compiling toml v0.8.8
23032023-12-30T05:45:18.360Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017)
23042023-12-30T05:45:18.610Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23052023-12-30T05:45:20.293Z Compiling sha1 v0.10.6
23062023-12-30T05:45:20.383Z Compiling serde_path_to_error v0.1.14
23072023-12-30T05:45:20.995Z Compiling fs-err v2.11.0
23082023-12-30T05:45:21.414Z Compiling instant v0.1.12
23092023-12-30T05:45:21.603Z Compiling debug-ignore v1.0.5
23102023-12-30T05:45:21.633Z Compiling arc-swap v1.6.0
23112023-12-30T05:45:21.809Z Compiling same-file v1.0.6
23122023-12-30T05:45:22.838Z Compiling buf-list v1.0.3
23132023-12-30T05:45:22.844Z Compiling walkdir v2.4.0
23142023-12-30T05:45:22.844Z Compiling slog-scope v4.4.0
23152023-12-30T05:45:22.844Z Compiling backoff v0.4.0
23162023-12-30T05:45:23.548Z Compiling serde_with v3.4.0
23172023-12-30T05:45:24.168Z Compiling parse-display-derive v0.8.2
23182023-12-30T05:45:24.179Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192023-12-30T05:45:25.170Z Compiling globset v0.4.13
23202023-12-30T05:45:25.227Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23212023-12-30T05:45:25.465Z Compiling strum v0.25.0
23222023-12-30T05:45:25.719Z Compiling olpc-cjson v0.1.3
23232023-12-30T05:45:26.593Z Compiling pem v3.0.2
23242023-12-30T05:45:26.782Z Compiling serde_plain v1.0.2
23252023-12-30T05:45:27.008Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23262023-12-30T05:45:27.607Z Compiling macaddr v1.0.1
23272023-12-30T05:45:28.750Z Compiling async-recursion v1.0.5
23282023-12-30T05:45:29.241Z Compiling xattr v1.0.1
23292023-12-30T05:45:29.669Z Compiling filetime v0.2.23
23302023-12-30T05:45:30.189Z Compiling typed-path v0.7.0
23312023-12-30T05:45:30.231Z Compiling tar v0.4.40
23322023-12-30T05:45:30.437Z Compiling parse-display v0.8.2
23332023-12-30T05:45:31.502Z Compiling slog-stdlog v4.1.1
23342023-12-30T05:45:33.003Z Compiling camino-tempfile v1.1.1
23352023-12-30T05:45:33.853Z Compiling itertools v0.12.0
23362023-12-30T05:45:34.179Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23372023-12-30T05:45:34.355Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23382023-12-30T05:45:39.696Z Compiling tough v0.16.0
23392023-12-30T05:45:39.847Z Compiling bytesize v1.3.0
23402023-12-30T05:45:40.011Z Compiling slog-envlogger v2.2.0
23412023-12-30T05:45:40.768Z Compiling humantime v2.1.0
23422023-12-30T05:45:44.816Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23432023-12-30T05:46:07.975Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23442023-12-30T05:46:08.265Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23452023-12-30T05:46:19.289Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23462023-12-30T05:46:21.444Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23472023-12-30T05:46:52.524Z Finished release [optimized] target(s) in 1m 51s
23482023-12-30T05:46:52.612Z
23492023-12-30T05:46:52.616Zreal 1:51.926841436
23502023-12-30T05:46:52.616Zuser 11:56.656612131
23512023-12-30T05:46:52.616Zsys 44.543997146
23522023-12-30T05:46:52.616Ztrap 0.435699196
23532023-12-30T05:46:52.616Ztflt 0.235625680
23542023-12-30T05:46:52.616Zdflt 0.533408262
23552023-12-30T05:46:52.616Zkflt 0.000016210
23562023-12-30T05:46:52.616Zlock 23:07.642522377
23572023-12-30T05:46:52.616Zslp 23:24.082118779
23582023-12-30T05:46:52.616Zlat 22.021974173
23592023-12-30T05:46:52.616Zstop 13.775737006
23602023-12-30T05:46:52.616Z+ ptime -m gzip
23612023-12-30T05:46:54.992Z
23622023-12-30T05:46:54.992Zreal 2.373480656
23632023-12-30T05:46:54.992Zuser 2.346406414
23642023-12-30T05:46:54.992Zsys 0.023446102
23652023-12-30T05:46:54.992Ztrap 0.001251452
23662023-12-30T05:46:54.992Ztflt 0.000000000
23672023-12-30T05:46:54.993Zdflt 0.000000000
23682023-12-30T05:46:54.993Zkflt 0.000000000
23692023-12-30T05:46:54.998Zlock 0.000000000
23702023-12-30T05:46:54.998Zslp 0.000000000
23712023-12-30T05:46:54.998Zlat 0.002048193
23722023-12-30T05:46:54.998Zstop 0.000226886
23732023-12-30T05:46:54.999Zprocess exited: duration 1150314 ms, exit code 0
 
23742023-12-30T05:46:55.018Zfound 5 output files
23752023-12-30T05:46:55.018Zuploading: /work/end-to-end-tests/bootstrap-73e660426b4fbae9.gz (6319554 bytes)
23762023-12-30T05:46:58.219Zuploaded: /work/end-to-end-tests/bootstrap-73e660426b4fbae9.gz
23772023-12-30T05:46:58.219Zuploading: /work/end-to-end-tests/bootstrap.gz (98220296 bytes)
23782023-12-30T05:47:22.977Zuploaded: /work/end-to-end-tests/bootstrap.gz
23792023-12-30T05:47:22.977Zuploading: /work/end-to-end-tests/end_to_end_tests-26f64a1dd7a0c081.gz (101777764 bytes)
23802023-12-30T05:47:49.497Zuploaded: /work/end-to-end-tests/end_to_end_tests-26f64a1dd7a0c081.gz
23812023-12-30T05:47:49.498Zuploading: /work/caboose-util.gz (4098427 bytes)
23822023-12-30T05:47:51.023Zuploaded: /work/caboose-util.gz
23832023-12-30T05:47:51.023Zuploading: /work/tufaceous.gz (15014557 bytes)
23842023-12-30T05:47:55.894Zuploaded: /work/tufaceous.gz