01HM7G6K6RHFHQH9X40S3J6AEX: 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: 01HM7G6XDWYAK0XZ86DMHPF44R

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-15T21:26:12.794Zjob assigned to worker 01HM7G75SA150ZK1AE95VF92KW (queued for 1 m 11 s)
 
22024-01-15T21:26:13.409Zstarting task 0: "setup"
32024-01-15T21:26:13.463Z++ uname -s
42024-01-15T21:26:13.469Z+ kern=SunOS
52024-01-15T21:26:13.469Z+ case "$kern" in
62024-01-15T21:26:13.469Z+ groupadd -g 12345 build
72024-01-15T21:26:13.469Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-15T21:26:15.515Z+ zfs create -o mountpoint=/work rpool/work
92024-01-15T21:26:15.631Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-15T21:26:15.635Z+ home_fs=zfs
112024-01-15T21:26:15.635Z+ [[ zfs == autofs ]]
122024-01-15T21:26:15.635Z+ mkdir -p /home/build
132024-01-15T21:26:15.638Z+ chown build:build /home/build /work
142024-01-15T21:26:16.637Z+ chmod 0700 /home/build /work
152024-01-15T21:26:16.645Zprocess exited: duration 3231 ms, exit code 0
 
162024-01-15T21:26:16.651Zstarting task 1: "rust-toolchain"
172024-01-15T21:26:16.662Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-15T21:26:16.666Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-15T21:26:16.830Zinfo: downloading installer
202024-01-15T21:26:18.012Zwarning: it looks like you have an existing installation of Rust at:
212024-01-15T21:26:18.012Zwarning: /opt/ooce/bin
222024-01-15T21:26:18.012Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-15T21:26:18.012Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-15T21:26:18.013Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-15T21:26:18.013Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-15T21:26:18.013Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-15T21:26:18.013Zerror: cannot install while Rust is installed
282024-01-15T21:26:18.013Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-15T21:26:18.179Zinfo: profile set to 'default'
302024-01-15T21:26:18.179Zinfo: default host triple is x86_64-unknown-illumos
312024-01-15T21:26:18.183Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-15T21:26:18.380Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-15T21:26:18.380Zinfo: downloading component 'cargo'
342024-01-15T21:26:19.017Zinfo: downloading component 'clippy'
352024-01-15T21:26:19.233Zinfo: downloading component 'rust-docs'
362024-01-15T21:26:20.000Zinfo: downloading component 'rust-std'
372024-01-15T21:26:21.370Zinfo: downloading component 'rustc'
382024-01-15T21:26:24.659Zinfo: downloading component 'rustfmt'
392024-01-15T21:26:25.266Zinfo: installing component 'cargo'
402024-01-15T21:26:26.284Zinfo: installing component 'clippy'
412024-01-15T21:26:26.910Zinfo: installing component 'rust-docs'
422024-01-15T21:26:29.695Zinfo: installing component 'rust-std'
432024-01-15T21:26:32.757Zinfo: installing component 'rustc'
442024-01-15T21:26:40.002Zinfo: installing component 'rustfmt'
452024-01-15T21:26:40.456Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-15T21:26:40.479Z
472024-01-15T21:26:40.641Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-15T21:26:40.641Z
492024-01-15T21:26:40.644Z
502024-01-15T21:26:40.644ZRust is installed now. Great!
512024-01-15T21:26:40.644Z
522024-01-15T21:26:40.644ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-15T21:26:40.644Zenvironment variable. This has not been done automatically.
542024-01-15T21:26:40.645Z
552024-01-15T21:26:40.645ZTo configure your current shell, run:
562024-01-15T21:26:40.645Zsource "$HOME/.cargo/env"
572024-01-15T21:26:40.736Z+ rustc --version
582024-01-15T21:26:40.856Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-15T21:26:40.863Zprocess exited: duration 24213 ms, exit code 0
 
602024-01-15T21:26:40.869Zstarting task 2: "authentication"
612024-01-15T21:26:40.906Zprocess exited: duration 33 ms, exit code 0
 
622024-01-15T21:26:40.929Zstarting task 3: "clone repository"
632024-01-15T21:26:40.934Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-15T21:26:40.937Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-15T21:26:41.036ZCloning into '/work/oxidecomputer/omicron'...
662024-01-15T21:26:48.328Z+ cd /work/oxidecomputer/omicron
672024-01-15T21:26:48.331Z+ [[ -n '' ]]
682024-01-15T21:26:48.331Z+ git fetch origin c565a244e2ec067eca4f65ecdcb227fda556ed9d
692024-01-15T21:26:48.952ZFrom https://github.com/oxidecomputer/omicron
702024-01-15T21:26:48.952Z * branch c565a244e2ec067eca4f65ecdcb227fda556ed9d -> FETCH_HEAD
712024-01-15T21:26:48.961Z+ git reset --hard c565a244e2ec067eca4f65ecdcb227fda556ed9d
722024-01-15T21:26:49.142ZHEAD is now at c565a244e Use libc's ESRCH constant for ensure_default_route_with_gateway()
732024-01-15T21:26:49.146Zprocess exited: duration 8219 ms, exit code 0
 
742024-01-15T21:26:49.152Zstarting task 4: "build"
752024-01-15T21:26:49.159Z+ cargo --version
762024-01-15T21:26:49.170Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-01-15T21:26:49.340Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-01-15T21:26:49.343Zinfo: downloading component 'cargo'
792024-01-15T21:26:50.243Zinfo: downloading component 'clippy'
802024-01-15T21:26:50.696Zinfo: downloading component 'rust-docs'
812024-01-15T21:26:51.475Zinfo: downloading component 'rust-std'
822024-01-15T21:26:52.909Zinfo: downloading component 'rustc'
832024-01-15T21:26:56.462Zinfo: downloading component 'rustfmt'
842024-01-15T21:26:56.906Zinfo: installing component 'cargo'
852024-01-15T21:26:58.246Zinfo: installing component 'clippy'
862024-01-15T21:26:58.728Zinfo: installing component 'rust-docs'
872024-01-15T21:27:01.679Zinfo: installing component 'rust-std'
882024-01-15T21:27:04.083Zinfo: installing component 'rustc'
892024-01-15T21:27:10.596Zinfo: installing component 'rustfmt'
902024-01-15T21:27:11.164Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-01-15T21:27:11.167Z+ rustc --version
922024-01-15T21:27:11.301Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-01-15T21:27:11.310Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-01-15T21:27:22.298Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-01-15T21:27:23.947Z Startup: Caching catalogs ... Done
962024-01-15T21:27:26.104ZPlanning: Solver setup ... Done (1.688s)
972024-01-15T21:27:26.155ZPlanning: Running solver ... Done (0.051s)
982024-01-15T21:27:26.184ZPlanning: Finding local manifests ... Done (0.003s)
992024-01-15T21:27:26.200ZPlanning: Fetching manifests: 0/4 0% complete
1002024-01-15T21:27:26.476ZPlanning: Fetching manifests: 4/4 100% complete
1012024-01-15T21:27:26.563ZPlanning: Package planning ... Done (0.087s)
1022024-01-15T21:27:26.649ZPlanning: Merging actions ... Done (0.085s)
1032024-01-15T21:27:27.736ZPlanning: Checking for conflicting actions ... Done (1.085s)
1042024-01-15T21:27:27.770ZPlanning: Consolidating action changes ... Done (0.018s)
1052024-01-15T21:27:33.086ZPlanning: Evaluating mediators ... Done (5.335s)
1062024-01-15T21:27:33.103ZPlanning: Planning completed in 9.09 seconds
1072024-01-15T21:27:36.562Z Packages to install: 4
1082024-01-15T21:27:36.563Z Mediators to change: 2
1092024-01-15T21:27:36.563Z Services to change: 1
1102024-01-15T21:27:36.567Z Estimated space available: 148.87 GB
1112024-01-15T21:27:36.567ZEstimated space to be consumed: 1.40 GB
1122024-01-15T21:27:36.567Z Create boot environment: No
1132024-01-15T21:27:36.567ZCreate backup boot environment: No
1142024-01-15T21:27:36.567Z Rebuild boot archive: No
1152024-01-15T21:27:36.567Z
1162024-01-15T21:27:36.567ZChanged mediators:
1172024-01-15T21:27:36.567Z mediator clang:
1182024-01-15T21:27:36.567Z version: None -> 15 (system default)
1192024-01-15T21:27:36.567Z
1202024-01-15T21:27:36.567Z mediator llvm:
1212024-01-15T21:27:36.567Z version: 14 (system default) -> 15 (system default)
1222024-01-15T21:27:36.567Z
1232024-01-15T21:27:36.567ZChanged packages:
1242024-01-15T21:27:36.567Zhelios-dev
1252024-01-15T21:27:36.567Z developer/build-essential
1262024-01-15T21:27:36.568Z None -> 11-2.0
1272024-01-15T21:27:36.568Z library/libxmlsec1
1282024-01-15T21:27:36.568Z None -> 1.2.35-2.0
1292024-01-15T21:27:36.568Z ooce/developer/clang-15
1302024-01-15T21:27:36.568Z None -> 15.0.7-2.0
1312024-01-15T21:27:36.568Z ooce/developer/llvm-15
1322024-01-15T21:27:36.568Z None -> 15.0.7-2.0
1332024-01-15T21:27:36.568Z
1342024-01-15T21:27:36.568ZServices:
1352024-01-15T21:27:36.568Z restart_fmri:
1362024-01-15T21:27:36.568Z svc:/system/update-man-index:default
1372024-01-15T21:27:36.876Z
1382024-01-15T21:27:36.877ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-01-15T21:27:41.879ZDownload: 888/3290 items 18.8/212.6MB 8% complete (3.9M/s)
1402024-01-15T21:28:06.159ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1412024-01-15T21:28:11.165ZDownload: 2211/3290 items 118.8/212.6MB 55% complete (7.2M/s)
1422024-01-15T21:28:16.169ZDownload: 3126/3290 items 134.7/212.6MB 63% complete (5.0M/s)
1432024-01-15T21:28:21.862ZDownload: 3286/3290 items 211.7/212.6MB 99% complete (9.3M/s)
1442024-01-15T21:28:21.925ZDownload: Completed 212.60 MB in 45.05 seconds (4.7M/s)
1452024-01-15T21:28:22.159Z Actions: 1/3689 actions (Installing new actions)
1462024-01-15T21:28:27.210Z Actions: 3004/3689 actions (Installing new actions)
1472024-01-15T21:28:29.719Z Actions: Completed 3689 actions in 7.56 seconds.
1482024-01-15T21:28:29.956Z Done (0.230s)
1492024-01-15T21:28:29.956Z Done (0.000s)
1502024-01-15T21:28:30.269Z Done (0.313s)
1512024-01-15T21:28:38.012Z Done (7.603s)
1522024-01-15T21:28:38.207Z Done (0.089s)
1532024-01-15T21:28:38.210Z Done (0.000s)
1542024-01-15T21:28:38.423Z Done (0.000s)
1552024-01-15T21:28:39.203ZPlanning: Evaluating mediator changes ... Done
1562024-01-15T21:28:39.503ZPlanning: Checking for conflicting actions ... Done
1572024-01-15T21:28:39.512ZPlanning: Consolidating action changes ... Done
1582024-01-15T21:28:39.953ZPlanning: Evaluating mediators ... Done
1592024-01-15T21:28:39.959ZPlanning: Planning completed in 0.75 seconds
1602024-01-15T21:28:40.005Z Mediators to change: 2
1612024-01-15T21:28:40.005Z Create boot environment: No
1622024-01-15T21:28:40.005ZCreate backup boot environment: No
1632024-01-15T21:28:40.109Z Done
1642024-01-15T21:28:40.109Z Done
1652024-01-15T21:28:40.304Z Done
1662024-01-15T21:28:46.438Z Done
1672024-01-15T21:28:46.572Z Done
1682024-01-15T21:28:46.575Z Done
1692024-01-15T21:28:46.703Z Done
1702024-01-15T21:28:47.763ZPlanning: Evaluating mediator changes ... Done
1712024-01-15T21:28:48.174ZPlanning: Merging actions ... Done
1722024-01-15T21:28:48.174ZPlanning: Checking for conflicting actions ... Done
1732024-01-15T21:28:48.174ZPlanning: Consolidating action changes ... Done
1742024-01-15T21:28:48.550ZPlanning: Evaluating mediators ... Done
1752024-01-15T21:28:49.053ZPlanning: Planning completed in 1.34 seconds
1762024-01-15T21:28:49.065Z Packages to change: 1
1772024-01-15T21:28:49.065Z Mediators to change: 1
1782024-01-15T21:28:49.065Z Services to change: 1
1792024-01-15T21:28:49.066Z Create boot environment: No
1802024-01-15T21:28:49.066ZCreate backup boot environment: Yes
1812024-01-15T21:28:50.740Z Actions: 1/6 actions (Updating modified actions)
1822024-01-15T21:28:50.746Z Actions: Completed 6 actions in 0.00 seconds.
1832024-01-15T21:28:50.747Z Done
1842024-01-15T21:28:50.747Z Done
1852024-01-15T21:28:50.813Z Done
1862024-01-15T21:28:57.116Z Done
1872024-01-15T21:28:57.253Z Done
1882024-01-15T21:28:57.259Z Done
1892024-01-15T21:28:57.372Z Done
1902024-01-15T21:28:58.086ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-01-15T21:28:58.086Zclang system 15 system
1922024-01-15T21:28:58.087Zcsh system system illumos
1932024-01-15T21:28:58.087Zctags system system illumos
1942024-01-15T21:28:58.087Zgcc vendor 12 vendor
1952024-01-15T21:28:58.087Zgcc system 10 system
1962024-01-15T21:28:58.087Zgcc system 7 system
1972024-01-15T21:28:58.087Zgo system 1.20 system
1982024-01-15T21:28:58.087Zgo system 1.19 system
1992024-01-15T21:28:58.088Zllvm system 15 system
2002024-01-15T21:28:58.088Zllvm system 14 system
2012024-01-15T21:28:58.088Zmariadb system 10.6 system
2022024-01-15T21:28:58.088Zmta vendor vendor dma
2032024-01-15T21:28:58.088Zopenjdk system 17 system
2042024-01-15T21:28:58.088Zopenjdk system 11 system
2052024-01-15T21:28:58.089Zopenjdk system 1.8 system
2062024-01-15T21:28:58.089Zopenssl vendor 3 vendor
2072024-01-15T21:28:58.089Zperl system 5.36 system
2082024-01-15T21:28:58.089Zpostgresql system 15 system
2092024-01-15T21:28:58.089Zpostgresql system 13 system
2102024-01-15T21:28:58.090Zpython vendor 3 vendor
2112024-01-15T21:28:58.090Zpython system 2 system
2122024-01-15T21:28:58.090Zpython3 system 3.11 system
2132024-01-15T21:28:58.090Zruby system 3.0 system
2142024-01-15T21:28:58.090Zwords vendor vendor american-english
2152024-01-15T21:28:58.090Zwords system system australian-english
2162024-01-15T21:28:58.091Zwords system system british-english
2172024-01-15T21:28:58.091Zwords system system canadian-english
2182024-01-15T21:28:58.091Zwords system system french
2192024-01-15T21:28:58.091Zwords system system italian
2202024-01-15T21:28:58.092Zwords system system ngerman
2212024-01-15T21:28:58.092Zwords system system ogerman
2222024-01-15T21:28:58.092Zwords system system spanish
2232024-01-15T21:28:58.664ZFMRI IFO
2242024-01-15T21:28:58.664Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252024-01-15T21:28:58.664Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262024-01-15T21:28:58.665Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272024-01-15T21:28:58.665Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2282024-01-15T21:28:58.665Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292024-01-15T21:28:58.665Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2302024-01-15T21:28:58.665Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2312024-01-15T21:28:58.665Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-01-15T21:28:58.752Z+ set -o errexit
2332024-01-15T21:28:58.768Z+++ dirname ./tools/ci_download_cockroachdb
2342024-01-15T21:28:58.768Z++ cd ./tools
2352024-01-15T21:28:58.768Z++ pwd
2362024-01-15T21:28:58.768Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2372024-01-15T21:28:58.768Z++ basename ./tools/ci_download_cockroachdb
2382024-01-15T21:28:58.769Z+ ARG0=ci_download_cockroachdb
2392024-01-15T21:28:58.769Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2402024-01-15T21:28:58.769Z+ CIDL_VERSION=v22.1.9
2412024-01-15T21:28:58.769Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2422024-01-15T21:28:58.769Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2432024-01-15T21:28:58.769Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2442024-01-15T21:28:58.769Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2452024-01-15T21:28:58.769Z+ TARGET_DIR=out
2462024-01-15T21:28:58.770Z+ DOWNLOAD_DIR=out/downloads
2472024-01-15T21:28:58.770Z+ DEST_DIR=./out/cockroachdb
2482024-01-15T21:28:58.770Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2492024-01-15T21:28:58.770Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2502024-01-15T21:28:58.770Z+ main
2512024-01-15T21:28:58.790Z+ [[ 0 != 0 ]]
2522024-01-15T21:28:58.790Z+ CIDL_OS=solaris2.11
2532024-01-15T21:28:58.791Z+ [[ 0 != 0 ]]
2542024-01-15T21:28:58.791Z+ configure_os solaris2.11
2552024-01-15T21:28:58.791Z+ echo 'current directory: /work/oxidecomputer/omicron'
2562024-01-15T21:28:58.791Zcurrent directory: /work/oxidecomputer/omicron
2572024-01-15T21:28:58.791Z+ echo 'configuring based on OS: "solaris2.11"'
2582024-01-15T21:28:58.791Z+ case "$1" in
2592024-01-15T21:28:58.791Zconfiguring based on OS: "solaris2.11"
2602024-01-15T21:28:58.791Z+ CIDL_BUILD=illumos
2612024-01-15T21:28:58.792Z+ CIDL_SUFFIX=tar.gz
2622024-01-15T21:28:58.792Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2632024-01-15T21:28:58.792Z+ CIDL_MD5FUNC=do_md5sum
2642024-01-15T21:28:58.792Z+ CIDL_URL_BASE=https://illumos.org/downloads
2652024-01-15T21:28:58.792Z+ CIDL_ASSEMBLE=do_assemble_illumos
2662024-01-15T21:28:58.792Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2672024-01-15T21:28:58.792Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2682024-01-15T21:28:58.793Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2692024-01-15T21:28:58.793Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2702024-01-15T21:28:58.793Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2712024-01-15T21:28:58.793Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722024-01-15T21:28:58.794ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-01-15T21:28:58.794ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-01-15T21:28:58.794Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-01-15T21:28:58.794Z+ mkdir -p out/downloads
2762024-01-15T21:28:58.794Z+ mkdir -p ./out/cockroachdb
2772024-01-15T21:28:58.794Z+ local DO_DOWNLOAD=true
2782024-01-15T21:28:58.794Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2792024-01-15T21:28:58.795Z+ '[' true == true ']'
2802024-01-15T21:28:58.795Z+ echo Downloading...
2812024-01-15T21:28:58.795Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-01-15T21:28:58.795ZDownloading...
2832024-01-15T21:28:58.795Z+ 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
2842024-01-15T21:29:01.237Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-01-15T21:29:01.241Z++ md5sum
2862024-01-15T21:29:01.241Z++ awk '{print $1}'
2872024-01-15T21:29:01.455Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2882024-01-15T21:29:01.456Z+ [[ 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 ]]
2892024-01-15T21:29:01.456Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-01-15T21:29:01.456Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2912024-01-15T21:29:04.893Z+ do_assemble_illumos
2922024-01-15T21:29:04.893Z+ rm -r ./out/cockroachdb
2932024-01-15T21:29:04.896Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2942024-01-15T21:29:05.545Z+ ./out/cockroachdb/bin/cockroach version
2952024-01-15T21:29:05.807ZBuild Tag: v22.1.9-dirty
2962024-01-15T21:29:05.807ZBuild Time: 2022/10/26 21:17:46
2972024-01-15T21:29:05.808ZDistribution: OSS
2982024-01-15T21:29:05.808ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2992024-01-15T21:29:05.808ZGo Version: go1.17.13
3002024-01-15T21:29:05.808ZC Compiler: gcc 10.3.0
3012024-01-15T21:29:05.808ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3022024-01-15T21:29:05.808ZBuild Type: release
3032024-01-15T21:29:05.832Z+ set -o errexit
3042024-01-15T21:29:05.841Z+++ dirname ./tools/ci_download_clickhouse
3052024-01-15T21:29:05.841Z++ cd ./tools
3062024-01-15T21:29:05.841Z++ pwd
3072024-01-15T21:29:05.841Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3082024-01-15T21:29:05.841Z++ basename ./tools/ci_download_clickhouse
3092024-01-15T21:29:05.841Z+ ARG0=ci_download_clickhouse
3102024-01-15T21:29:05.842Z+ TARGET_DIR=out
3112024-01-15T21:29:05.842Z+ DOWNLOAD_DIR=out/downloads
3122024-01-15T21:29:05.842Z+ DEST_DIR=./out/clickhouse
3132024-01-15T21:29:05.842Z+ CIDL_VERSION=v22.8.9.24
3142024-01-15T21:29:05.842Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152024-01-15T21:29:05.842Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3162024-01-15T21:29:05.843Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3172024-01-15T21:29:05.843Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3182024-01-15T21:29:05.843Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192024-01-15T21:29:05.843Z+ main
3202024-01-15T21:29:05.843Z+ [[ 0 != 0 ]]
3212024-01-15T21:29:05.843Z+ CIDL_OS=solaris2.11
3222024-01-15T21:29:05.843Z+ [[ 0 != 0 ]]
3232024-01-15T21:29:05.843Z+ configure_os solaris2.11
3242024-01-15T21:29:05.843Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252024-01-15T21:29:05.846Zcurrent directory: /work/oxidecomputer/omicron
3262024-01-15T21:29:05.846Z+ echo 'configuring based on OS: "solaris2.11"'
3272024-01-15T21:29:05.846Z+ CIDL_DASHREV=
3282024-01-15T21:29:05.846Zconfiguring based on OS: "solaris2.11"
3292024-01-15T21:29:05.846Z+ case "$1" in
3302024-01-15T21:29:05.846Z+ CIDL_PLATFORM=illumos
3312024-01-15T21:29:05.846Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3322024-01-15T21:29:05.846Z+ CIDL_MD5FUNC=do_md5sum
3332024-01-15T21:29:05.846Z+ CIDL_DASHREV=-1
3342024-01-15T21:29:05.846Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3352024-01-15T21:29:05.846Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3362024-01-15T21:29:05.846Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372024-01-15T21:29:05.847Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382024-01-15T21:29:05.847ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-01-15T21:29:05.847ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-01-15T21:29:05.847Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412024-01-15T21:29:05.847Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3422024-01-15T21:29:05.847Z+ mkdir -p out/downloads
3432024-01-15T21:29:05.848Z+ mkdir -p ./out/clickhouse
3442024-01-15T21:29:05.848Z+ local DO_DOWNLOAD=true
3452024-01-15T21:29:05.848Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3462024-01-15T21:29:05.848Z+ '[' true == true ']'
3472024-01-15T21:29:05.848Z+ echo Downloading...
3482024-01-15T21:29:05.848ZDownloading...
3492024-01-15T21:29:05.848Z+ 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
3502024-01-15T21:29:05.859Z+ 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
3512024-01-15T21:29:07.308Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522024-01-15T21:29:07.311Z++ md5sum
3532024-01-15T21:29:07.311Z++ awk '{print $1}'
3542024-01-15T21:29:07.554Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3552024-01-15T21:29:07.554Z+ [[ 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 ]]
3562024-01-15T21:29:07.554Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3572024-01-15T21:29:07.561Z+ mkdir -p ./out/clickhouse
3582024-01-15T21:29:07.561Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3592024-01-15T21:29:12.371Z+ ./out/clickhouse/clickhouse server --version
3602024-01-15T21:29:12.426ZClickHouse server version 22.8.9.1.
3612024-01-15T21:29:12.470Z+ set -o errexit
3622024-01-15T21:29:12.474Z+++ dirname ./tools/ci_download_console
3632024-01-15T21:29:12.474Z++ cd ./tools
3642024-01-15T21:29:12.474Z++ pwd
3652024-01-15T21:29:12.474Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662024-01-15T21:29:12.474Z++ basename ./tools/ci_download_console
3672024-01-15T21:29:12.474Z+ ARG0=ci_download_console
3682024-01-15T21:29:12.474Z+ TARGET_DIR=out
3692024-01-15T21:29:12.474Z+ DOWNLOAD_DIR=out/downloads
3702024-01-15T21:29:12.474Z+ DEST_DIR=./out/console-assets
3712024-01-15T21:29:12.474Z+ source /work/oxidecomputer/omicron/tools/console_version
3722024-01-15T21:29:12.474Z++ COMMIT=367142c5ed711e6dcfc59586277775020625bd6a
3732024-01-15T21:29:12.474Z++ SHA2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87
3742024-01-15T21:29:12.474Z+ URL=https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz
3752024-01-15T21:29:12.474Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762024-01-15T21:29:12.474Z+ main
3772024-01-15T21:29:12.475Z+ [[ 0 != 0 ]]
3782024-01-15T21:29:12.475Z+ echo 'URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz'
3792024-01-15T21:29:12.475ZURL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz
3802024-01-15T21:29:12.475Z+ echo 'Local file: out/downloads/console.tar.gz'
3812024-01-15T21:29:12.475ZLocal file: out/downloads/console.tar.gz
3822024-01-15T21:29:12.475Z+ local DO_DOWNLOAD=true
3832024-01-15T21:29:12.475Z+ [[ -f out/downloads/console.tar.gz ]]
3842024-01-15T21:29:12.475Z+ mkdir -p out/downloads
3852024-01-15T21:29:12.475Z+ '[' true == true ']'
3862024-01-15T21:29:12.475Z+ echo Downloading...
3872024-01-15T21:29:12.476ZDownloading...
3882024-01-15T21:29:12.476Z+ do_download_curl https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz out/downloads/console.tar.gz
3892024-01-15T21:29:12.476Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz
3902024-01-15T21:29:13.175Z++ do_sha256sum out/downloads/console.tar.gz
3912024-01-15T21:29:13.178Z++ case "$OSTYPE" in
3922024-01-15T21:29:13.178Z++ SHA=sha256sum
3932024-01-15T21:29:13.178Z++ sha256sum
3942024-01-15T21:29:13.178Z++ awk '{print $1}'
3952024-01-15T21:29:13.233Z+ calculated_sha2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87
3962024-01-15T21:29:13.233Z+ [[ 7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87 != \7\e\0\6\1\1\6\5\9\5\0\f\c\0\6\4\8\1\1\c\c\5\f\2\6\d\7\b\7\b\d\1\0\2\c\0\d\f\6\3\7\9\7\e\f\0\5\c\f\7\3\d\7\3\7\c\2\f\d\c\e\b\8\7 ]]
3972024-01-15T21:29:13.233Z+ rm -rf ./out/console-assets
3982024-01-15T21:29:13.236Z+ mkdir -p ./out/console-assets
3992024-01-15T21:29:13.239Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002024-01-15T21:29:13.239Z+ mkdir -p ./out/console-assets
4012024-01-15T21:29:13.242Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022024-01-15T21:29:13.374Z+ set -o errexit
4032024-01-15T21:29:13.377Z+++ dirname ./tools/ci_download_maghemite_openapi
4042024-01-15T21:29:13.380Z++ cd ./tools
4052024-01-15T21:29:13.380Z++ pwd
4062024-01-15T21:29:13.380Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072024-01-15T21:29:13.386Z++ basename ./tools/ci_download_maghemite_openapi
4082024-01-15T21:29:13.386Z+ ARG0=ci_download_maghemite_openapi
4092024-01-15T21:29:13.386Z+ TARGET_DIR=out
4102024-01-15T21:29:13.386Z+ DOWNLOAD_DIR=out/downloads
4112024-01-15T21:29:13.386Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4122024-01-15T21:29:13.386Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4132024-01-15T21:29:13.386Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4142024-01-15T21:29:13.386Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4152024-01-15T21:29:13.386Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4162024-01-15T21:29:13.386Z+ main
4172024-01-15T21:29:13.386Z+ [[ 0 != 0 ]]
4182024-01-15T21:29:13.386Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4192024-01-15T21:29:13.387ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4202024-01-15T21:29:13.387Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4212024-01-15T21:29:13.387ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4222024-01-15T21:29:13.387Z+ local DO_DOWNLOAD=true
4232024-01-15T21:29:13.387Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4242024-01-15T21:29:13.387Z+ mkdir -p out/downloads
4252024-01-15T21:29:13.398Z+ '[' true == true ']'
4262024-01-15T21:29:13.398Z+ echo Downloading...
4272024-01-15T21:29:13.398ZDownloading...
4282024-01-15T21:29:13.398Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4292024-01-15T21:29:13.398Z+ 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
4302024-01-15T21:29:13.663Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4312024-01-15T21:29:13.666Z++ case "$OSTYPE" in
4322024-01-15T21:29:13.666Z++ SHA=sha256sum
4332024-01-15T21:29:13.666Z++ sha256sum
4342024-01-15T21:29:13.667Z++ awk '{print $1}'
4352024-01-15T21:29:13.672Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4362024-01-15T21:29:13.672Z+ [[ 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 ]]
4372024-01-15T21:29:13.672Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4382024-01-15T21:29:13.672Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4392024-01-15T21:29:13.672Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4402024-01-15T21:29:13.672Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4412024-01-15T21:29:13.672Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4422024-01-15T21:29:13.672Z+ main
4432024-01-15T21:29:13.672Z+ [[ 0 != 0 ]]
4442024-01-15T21:29:13.672Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4452024-01-15T21:29:13.672ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4462024-01-15T21:29:13.672Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4472024-01-15T21:29:13.672ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4482024-01-15T21:29:13.672Z+ local DO_DOWNLOAD=true
4492024-01-15T21:29:13.672Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4502024-01-15T21:29:13.672Z+ mkdir -p out/downloads
4512024-01-15T21:29:13.676Z+ '[' true == true ']'
4522024-01-15T21:29:13.676Z+ echo Downloading...
4532024-01-15T21:29:13.676ZDownloading...
4542024-01-15T21:29:13.679Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4552024-01-15T21:29:13.679Z+ 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
4562024-01-15T21:29:13.816Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4572024-01-15T21:29:13.822Z++ case "$OSTYPE" in
4582024-01-15T21:29:13.822Z++ SHA=sha256sum
4592024-01-15T21:29:13.822Z++ sha256sum
4602024-01-15T21:29:13.822Z++ awk '{print $1}'
4612024-01-15T21:29:13.825Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4622024-01-15T21:29:13.825Z+ [[ 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 ]]
4632024-01-15T21:29:13.832Z+ set -o errexit
4642024-01-15T21:29:13.835Z+++ dirname ./tools/ci_download_dendrite_openapi
4652024-01-15T21:29:13.840Z++ cd ./tools
4662024-01-15T21:29:13.841Z++ pwd
4672024-01-15T21:29:13.841Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4682024-01-15T21:29:13.844Z++ basename ./tools/ci_download_dendrite_openapi
4692024-01-15T21:29:13.844Z+ ARG0=ci_download_dendrite_openapi
4702024-01-15T21:29:13.844Z+ TARGET_DIR=out
4712024-01-15T21:29:13.844Z+ DOWNLOAD_DIR=out/downloads
4722024-01-15T21:29:13.844Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732024-01-15T21:29:13.844Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4742024-01-15T21:29:13.844Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4752024-01-15T21:29:13.844Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4762024-01-15T21:29:13.844Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4772024-01-15T21:29:13.844Z+ main
4782024-01-15T21:29:13.844Z+ [[ 0 != 0 ]]
4792024-01-15T21:29:13.844Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
4802024-01-15T21:29:13.845ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4812024-01-15T21:29:13.845Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
4822024-01-15T21:29:13.845ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4832024-01-15T21:29:13.845Z+ local DO_DOWNLOAD=true
4842024-01-15T21:29:13.845Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
4852024-01-15T21:29:13.845Z+ mkdir -p out/downloads
4862024-01-15T21:29:13.845Z+ '[' true == true ']'
4872024-01-15T21:29:13.845ZDownloading...
4882024-01-15T21:29:13.845Z+ echo Downloading...
4892024-01-15T21:29:13.846Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4902024-01-15T21:29:13.846Z+ 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
4912024-01-15T21:29:13.996Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4922024-01-15T21:29:14.000Z++ case "$OSTYPE" in
4932024-01-15T21:29:14.000Z++ SHA=sha256sum
4942024-01-15T21:29:14.000Z++ sha256sum
4952024-01-15T21:29:14.000Z++ awk '{print $1}'
4962024-01-15T21:29:14.003Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4972024-01-15T21:29:14.004Z+ [[ 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 ]]
4982024-01-15T21:29:14.013Z+ set -o errexit
4992024-01-15T21:29:14.016Z+++ dirname ./tools/ci_download_dendrite_stub
5002024-01-15T21:29:14.019Z++ cd ./tools
5012024-01-15T21:29:14.019Z++ pwd
5022024-01-15T21:29:14.021Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032024-01-15T21:29:14.025Z++ basename ./tools/ci_download_dendrite_stub
5042024-01-15T21:29:14.025Z+ ARG0=ci_download_dendrite_stub
5052024-01-15T21:29:14.025Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5062024-01-15T21:29:14.025Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5072024-01-15T21:29:14.025Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5082024-01-15T21:29:14.025Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5092024-01-15T21:29:14.025Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5102024-01-15T21:29:14.025Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5112024-01-15T21:29:14.025Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5122024-01-15T21:29:14.025Z+ TARGET_DIR=out
5132024-01-15T21:29:14.025Z+ DOWNLOAD_DIR=out/downloads
5142024-01-15T21:29:14.026Z+ DEST_DIR=./out/dendrite-stub
5152024-01-15T21:29:14.026Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5162024-01-15T21:29:14.026Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172024-01-15T21:29:14.026Z+ REPO=oxidecomputer/dendrite
5182024-01-15T21:29:14.026Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5192024-01-15T21:29:14.026Z+ main
5202024-01-15T21:29:14.026Z+ [[ 0 != 0 ]]
5212024-01-15T21:29:14.026Z+ CIDL_OS=solaris2.11
5222024-01-15T21:29:14.026Z+ [[ 0 != 0 ]]
5232024-01-15T21:29:14.026Z+ configure_os solaris2.11
5242024-01-15T21:29:14.026Z+ echo 'current directory: /work/oxidecomputer/omicron'
5252024-01-15T21:29:14.026Zcurrent directory: /work/oxidecomputer/omicron
5262024-01-15T21:29:14.026Z+ echo 'configuring based on OS: "solaris2.11"'
5272024-01-15T21:29:14.027Zconfiguring based on OS: "solaris2.11"
5282024-01-15T21:29:14.027Z+ case "$1" in
5292024-01-15T21:29:14.027Z+ SET_BINARIES=
5302024-01-15T21:29:14.027Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5312024-01-15T21:29:14.027Z+ CIDL_SHA256FUNC=do_sha256sum
5322024-01-15T21:29:14.027Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5332024-01-15T21:29:14.027Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5342024-01-15T21:29:14.027Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5352024-01-15T21:29:14.027Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5362024-01-15T21:29:14.027Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5372024-01-15T21:29:14.028ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5382024-01-15T21:29:14.028ZLocal file: out/downloads/dendrite-stub.tar.gz
5392024-01-15T21:29:14.028Z+ mkdir -p out/downloads
5402024-01-15T21:29:14.028Z+ mkdir -p ./out/dendrite-stub
5412024-01-15T21:29:14.031Z+ fetch_and_verify
5422024-01-15T21:29:14.031Z+ local DO_DOWNLOAD=true
5432024-01-15T21:29:14.031Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5442024-01-15T21:29:14.031Z+ '[' true == true ']'
5452024-01-15T21:29:14.031Z+ echo Downloading...
5462024-01-15T21:29:14.031ZDownloading...
5472024-01-15T21:29:14.031Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5482024-01-15T21:29:14.031Z+ 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
5492024-01-15T21:29:21.986Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5502024-01-15T21:29:21.994Z++ sha256sum
5512024-01-15T21:29:21.994Z++ awk '{print $1}'
5522024-01-15T21:29:22.077Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5532024-01-15T21:29:22.077Z+ [[ 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 ]]
5542024-01-15T21:29:22.082Z+ do_untar out/downloads/dendrite-stub.tar.gz
5552024-01-15T21:29:22.082Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5562024-01-15T21:29:23.174Z+ do_assemble
5572024-01-15T21:29:23.174Z+ rm -r ./out/dendrite-stub
5582024-01-15T21:29:23.177Z+ mkdir ./out/dendrite-stub
5592024-01-15T21:29:23.181Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5602024-01-15T21:29:23.349Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5612024-01-15T21:29:23.361Z+ set -o errexit
5622024-01-15T21:29:23.365Z+++ dirname ./tools/ci_download_maghemite_mgd
5632024-01-15T21:29:23.367Z++ cd ./tools
5642024-01-15T21:29:23.368Z++ pwd
5652024-01-15T21:29:23.368Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662024-01-15T21:29:23.371Z++ basename ./tools/ci_download_maghemite_mgd
5672024-01-15T21:29:23.371Z+ ARG0=ci_download_maghemite_mgd
5682024-01-15T21:29:23.371Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5692024-01-15T21:29:23.371Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5702024-01-15T21:29:23.371Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5712024-01-15T21:29:23.371Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5722024-01-15T21:29:23.371Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5732024-01-15T21:29:23.372Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5742024-01-15T21:29:23.372Z+ TARGET_DIR=out
5752024-01-15T21:29:23.372Z+ DOWNLOAD_DIR=out/downloads
5762024-01-15T21:29:23.372Z+ DEST_DIR=./out/mgd
5772024-01-15T21:29:23.372Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5782024-01-15T21:29:23.372Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5792024-01-15T21:29:23.372Z+ REPO=oxidecomputer/maghemite
5802024-01-15T21:29:23.372Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5812024-01-15T21:29:23.372Z+ main
5822024-01-15T21:29:23.372Z+ [[ 0 != 0 ]]
5832024-01-15T21:29:23.372Z+ CIDL_OS=solaris2.11
5842024-01-15T21:29:23.372Z+ [[ 0 != 0 ]]
5852024-01-15T21:29:23.372Z+ configure_os solaris2.11
5862024-01-15T21:29:23.372Z+ echo 'current directory: /work/oxidecomputer/omicron'
5872024-01-15T21:29:23.372Zcurrent directory: /work/oxidecomputer/omicron
5882024-01-15T21:29:23.372Z+ echo 'configuring based on OS: "solaris2.11"'
5892024-01-15T21:29:23.372Z+ case "$1" in
5902024-01-15T21:29:23.372Z+ SET_BINARIES=
5912024-01-15T21:29:23.372Zconfiguring based on OS: "solaris2.11"
5922024-01-15T21:29:23.372Z+ CIDL_SHA256FUNC=do_sha256sum
5932024-01-15T21:29:23.372Z+ TARBALL_FILENAME=mgd.tar.gz
5942024-01-15T21:29:23.373Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
5952024-01-15T21:29:23.373Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5962024-01-15T21:29:23.373Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
5972024-01-15T21:29:23.373Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5982024-01-15T21:29:23.373ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
5992024-01-15T21:29:23.373Z+ mkdir -p out/downloads
6002024-01-15T21:29:23.373ZLocal file: out/downloads/mgd.tar.gz
6012024-01-15T21:29:23.376Z+ mkdir -p ./out/mgd
6022024-01-15T21:29:23.377Z+ fetch_and_verify
6032024-01-15T21:29:23.377Z+ local DO_DOWNLOAD=true
6042024-01-15T21:29:23.377Z+ [[ -f out/downloads/mgd.tar.gz ]]
6052024-01-15T21:29:23.377Z+ '[' true == true ']'
6062024-01-15T21:29:23.377Z+ echo Downloading...
6072024-01-15T21:29:23.377ZDownloading...
6082024-01-15T21:29:23.377Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6092024-01-15T21:29:23.377Z+ 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
6102024-01-15T21:29:27.648Z++ do_sha256sum out/downloads/mgd.tar.gz
6112024-01-15T21:29:27.651Z++ sha256sum
6122024-01-15T21:29:27.651Z++ awk '{print $1}'
6132024-01-15T21:29:27.726Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6142024-01-15T21:29:27.726Z+ [[ 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 ]]
6152024-01-15T21:29:27.730Z+ do_untar out/downloads/mgd.tar.gz
6162024-01-15T21:29:27.730Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6172024-01-15T21:29:28.379Z+ do_assemble
6182024-01-15T21:29:28.379Z+ rm -r ./out/mgd
6192024-01-15T21:29:28.385Z+ mkdir ./out/mgd
6202024-01-15T21:29:28.388Z+ cp -r out/downloads/root ./out/mgd/root
6212024-01-15T21:29:28.633Z+ set -o errexit
6222024-01-15T21:29:28.639Z+++ dirname ./tools/ci_download_transceiver_control
6232024-01-15T21:29:28.639Z++ cd ./tools
6242024-01-15T21:29:28.639Z++ pwd
6252024-01-15T21:29:28.639Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262024-01-15T21:29:28.649Z++ basename ./tools/ci_download_transceiver_control
6272024-01-15T21:29:28.650Z+ ARG0=ci_download_transceiver_control
6282024-01-15T21:29:28.650Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6292024-01-15T21:29:28.650Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6302024-01-15T21:29:28.650Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6312024-01-15T21:29:28.650Z+ TARGET_DIR=out
6322024-01-15T21:29:28.651Z+ DOWNLOAD_DIR=out/downloads
6332024-01-15T21:29:28.651Z+ DEST_DIR=./out/transceiver-control
6342024-01-15T21:29:28.651Z+ BIN_DIR=/opt/oxide/bin
6352024-01-15T21:29:28.651Z+ BINARY=xcvradm
6362024-01-15T21:29:28.652Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372024-01-15T21:29:28.652Z+ REPO=oxidecomputer/transceiver-control
6382024-01-15T21:29:28.652Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392024-01-15T21:29:28.652Z+ main
6402024-01-15T21:29:28.657Z+ [[ 0 != 0 ]]
6412024-01-15T21:29:28.657Z+ CIDL_OS=solaris2.11
6422024-01-15T21:29:28.657Z+ [[ 0 != 0 ]]
6432024-01-15T21:29:28.658Z+ configure_os solaris2.11
6442024-01-15T21:29:28.658Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452024-01-15T21:29:28.658Zcurrent directory: /work/oxidecomputer/omicron
6462024-01-15T21:29:28.658Z+ echo 'configuring based on OS: "solaris2.11"'
6472024-01-15T21:29:28.658Zconfiguring based on OS: "solaris2.11"
6482024-01-15T21:29:28.659Z+ case "$1" in
6492024-01-15T21:29:28.659Z+ SET_BINARIES=
6502024-01-15T21:29:28.659Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512024-01-15T21:29:28.659Z+ CIDL_SHA256FUNC=do_sha256sum
6522024-01-15T21:29:28.659Z+ ARCHIVE_FILENAME=xcvradm.gz
6532024-01-15T21:29:28.659Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542024-01-15T21:29:28.659Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6552024-01-15T21:29:28.660Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6562024-01-15T21:29:28.660ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572024-01-15T21:29:28.660Z+ echo 'Local file: out/downloads/xcvradm.gz'
6582024-01-15T21:29:28.660ZLocal file: out/downloads/xcvradm.gz
6592024-01-15T21:29:28.660Z+ mkdir -p out/downloads
6602024-01-15T21:29:28.661Z+ mkdir -p ./out/transceiver-control
6612024-01-15T21:29:28.668Z+ fetch_and_verify
6622024-01-15T21:29:28.669Z+ local DO_DOWNLOAD=true
6632024-01-15T21:29:28.669Z+ [[ -f out/downloads/xcvradm.gz ]]
6642024-01-15T21:29:28.669Z+ '[' true == true ']'
6652024-01-15T21:29:28.669Z+ echo Downloading...
6662024-01-15T21:29:28.669ZDownloading...
6672024-01-15T21:29:28.670Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6682024-01-15T21:29:28.670Z+ 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
6692024-01-15T21:29:30.399Z++ do_sha256sum out/downloads/xcvradm.gz
6702024-01-15T21:29:30.403Z++ sha256sum
6712024-01-15T21:29:30.403Z++ awk '{print $1}'
6722024-01-15T21:29:30.425Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732024-01-15T21:29:30.425Z+ [[ 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 ]]
6742024-01-15T21:29:30.428Z+ do_unpack out/downloads/xcvradm.gz
6752024-01-15T21:29:30.428Z+ mkdir -p out/downloads/root//opt/oxide/bin
6762024-01-15T21:29:30.428Z+ gzip -dc out/downloads/xcvradm.gz
6772024-01-15T21:29:30.610Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6782024-01-15T21:29:30.614Z+ do_assemble
6792024-01-15T21:29:30.614Z+ rm -r ./out/transceiver-control
6802024-01-15T21:29:30.617Z+ mkdir ./out/transceiver-control
6812024-01-15T21:29:30.620Z+ cp -r out/downloads/root ./out/transceiver-control/root
6822024-01-15T21:29:30.861ZAll prerequisites installed successfully
6832024-01-15T21:29:30.864Z
6842024-01-15T21:29:30.864Zreal 2:19.525028884
6852024-01-15T21:29:30.864Zuser 53.265739230
6862024-01-15T21:29:30.864Zsys 10.114228257
6872024-01-15T21:29:30.864Ztrap 0.023482461
6882024-01-15T21:29:30.864Ztflt 0.222907371
6892024-01-15T21:29:30.864Zdflt 0.457913636
6902024-01-15T21:29:30.864Zkflt 0.183562305
6912024-01-15T21:29:30.864Zlock 1.990138038
6922024-01-15T21:29:30.864Zslp 4:16.409114026
6932024-01-15T21:29:30.864Zlat 3.191792063
6942024-01-15T21:29:30.864Zstop 0.071194203
6952024-01-15T21:29:30.864Z+ banner end-to-end-tests
6962024-01-15T21:29:30.871Z
6972024-01-15T21:29:30.871Z ###### # # ##### ##### #### ###### # # #####
6982024-01-15T21:29:30.871Z # ## # # # # # # # ## # # #
6992024-01-15T21:29:30.871Z ##### # # # # # ##### # # # ##### ##### # # # # #
7002024-01-15T21:29:30.872Z # # # # # # # # # # # # # # #
7012024-01-15T21:29:30.872Z # # ## # # # # # # # ## # #
7022024-01-15T21:29:30.872Z ###### # # ##### # #### ###### # # #####
7032024-01-15T21:29:30.872Z
7042024-01-15T21:29:30.872Z+ export CARGO_PROFILE_DEV_DEBUG=1
7052024-01-15T21:29:30.872Z+ CARGO_PROFILE_DEV_DEBUG=1
7062024-01-15T21:29:30.872Z+ export CARGO_PROFILE_TEST_DEBUG=1
7072024-01-15T21:29:30.872Z+ CARGO_PROFILE_TEST_DEBUG=1
7082024-01-15T21:29:30.872Z+ export CARGO_INCREMENTAL=0
7092024-01-15T21:29:30.872Z+ CARGO_INCREMENTAL=0
7102024-01-15T21:29:30.872Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7112024-01-15T21:29:31.257Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7122024-01-15T21:29:31.658Z Updating crates.io index
7132024-01-15T21:29:31.661Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7142024-01-15T21:29:32.629Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7152024-01-15T21:29:34.872Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7162024-01-15T21:29:35.541Z Updating git repository `http://github.com/oxidecomputer/tofino`
7172024-01-15T21:29:35.861Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7182024-01-15T21:29:36.150Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7192024-01-15T21:29:36.444Z Updating git repository `https://github.com/oxidecomputer/propolis`
7202024-01-15T21:29:37.360Z Updating git repository `https://github.com/oxidecomputer/crucible`
7212024-01-15T21:29:39.690Z Updating git repository `https://github.com/oxidecomputer/opte`
7222024-01-15T21:29:40.879Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7232024-01-15T21:29:41.216Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7242024-01-15T21:29:41.801Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7252024-01-15T21:29:42.208Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7262024-01-15T21:29:42.506Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7272024-01-15T21:29:42.807Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7282024-01-15T21:29:43.321Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7292024-01-15T21:29:43.721Z Updating git repository `https://github.com/njaremko/samael`
7302024-01-15T21:29:44.350Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7312024-01-15T21:29:44.858Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7322024-01-15T21:29:45.225Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7332024-01-15T21:29:45.574Z Updating git repository `https://github.com/jgallagher/nix`
7342024-01-15T21:29:46.868Z Updating git repository `https://github.com/cbiffle/hubpack`
7352024-01-15T21:29:47.230Z Updating git repository `https://github.com/oxidecomputer/typify`
7362024-01-15T21:29:52.160Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7372024-01-15T21:29:52.602Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7382024-01-15T21:29:52.901Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7392024-01-15T21:29:54.675Z Downloading crates ...
7402024-01-15T21:29:54.942Z Downloaded crypto-common v0.1.6
7412024-01-15T21:29:54.946Z Downloaded adler v1.0.2
7422024-01-15T21:29:54.954Z Downloaded ciborium-io v0.2.1
7432024-01-15T21:29:54.958Z Downloaded base64ct v1.6.0
7442024-01-15T21:29:54.967Z Downloaded colorchoice v1.0.0
7452024-01-15T21:29:54.971Z Downloaded block-buffer v0.10.4
7462024-01-15T21:29:54.975Z Downloaded block-padding v0.3.3
7472024-01-15T21:29:54.978Z Downloaded pkg-config v0.3.27
7482024-01-15T21:29:54.981Z Downloaded cpufeatures v0.2.9
7492024-01-15T21:29:54.987Z Downloaded crucible-workspace-hack v0.1.0
7502024-01-15T21:29:54.990Z Downloaded byteorder v1.5.0
7512024-01-15T21:29:54.994Z Downloaded camino-tempfile v1.1.1
7522024-01-15T21:29:54.997Z Downloaded bcrypt-pbkdf v0.10.0
7532024-01-15T21:29:55.002Z Downloaded atomic-waker v1.1.1
7542024-01-15T21:29:55.006Z Downloaded aes-gcm v0.10.3
7552024-01-15T21:29:55.017Z Downloaded matches v0.1.10
7562024-01-15T21:29:55.020Z Downloaded md5 v0.7.0
7572024-01-15T21:29:55.023Z Downloaded colored v2.0.4
7582024-01-15T21:29:55.029Z Downloaded macaddr v1.0.1
7592024-01-15T21:29:55.034Z Downloaded num v0.4.1
7602024-01-15T21:29:55.039Z Downloaded openssl-probe v0.1.5
7612024-01-15T21:29:55.042Z Downloaded aead v0.5.2
7622024-01-15T21:29:55.045Z Downloaded num-iter v0.1.43
7632024-01-15T21:29:55.048Z Downloaded num-complex v0.4.4
7642024-01-15T21:29:55.053Z Downloaded parking_lot_core v0.9.8
7652024-01-15T21:29:55.061Z Downloaded pretty-hex v0.2.1
7662024-01-15T21:29:55.064Z Downloaded match_cfg v0.1.0
7672024-01-15T21:29:55.067Z Downloaded opaque-debug v0.3.0
7682024-01-15T21:29:55.067Z Downloaded cipher v0.4.4
7692024-01-15T21:29:55.070Z Downloaded normalize-line-endings v0.3.0
7702024-01-15T21:29:55.073Z Downloaded memoffset v0.9.0
7712024-01-15T21:29:55.076Z Downloaded new_debug_unreachable v1.0.4
7722024-01-15T21:29:55.079Z Downloaded console v0.15.8
7732024-01-15T21:29:55.083Z Downloaded num_enum_derive v0.5.11
7742024-01-15T21:29:55.086Z Downloaded difflib v0.4.0
7752024-01-15T21:29:55.089Z Downloaded pretty-hex v0.4.1
7762024-01-15T21:29:55.093Z Downloaded pkcs8 v0.10.2
7772024-01-15T21:29:55.099Z Downloaded headers-core v0.2.0
7782024-01-15T21:29:55.102Z Downloaded pin-utils v0.1.0
7792024-01-15T21:29:55.106Z Downloaded cancel-safe-futures v0.1.5
7802024-01-15T21:29:55.110Z Downloaded pbkdf2 v0.11.0
7812024-01-15T21:29:55.115Z Downloaded password-hash v0.4.2
7822024-01-15T21:29:55.121Z Downloaded primeorder v0.13.6
7832024-01-15T21:29:55.124Z Downloaded predicates v3.0.4
7842024-01-15T21:29:55.158Z Downloaded digest v0.10.7
7852024-01-15T21:29:55.161Z Downloaded parking_lot v0.11.2
7862024-01-15T21:29:55.161Z Downloaded http-range v0.1.5
7872024-01-15T21:29:55.161Z Downloaded whoami v1.4.1
7882024-01-15T21:29:55.161Z Downloaded crc32fast v1.3.2
7892024-01-15T21:29:55.161Z Downloaded toolchain_find v0.2.0
7902024-01-15T21:29:55.161Z Downloaded mime_guess v2.0.4
7912024-01-15T21:29:55.161Z Downloaded parse-display-derive v0.8.2
7922024-01-15T21:29:55.161Z Downloaded polyval v0.6.1
7932024-01-15T21:29:55.162Z Downloaded quote v1.0.35
7942024-01-15T21:29:55.165Z Downloaded tinyvec_macros v0.1.1
7952024-01-15T21:29:55.165Z Downloaded proc-macro-error v1.0.4
7962024-01-15T21:29:55.170Z Downloaded derive_more v0.99.17
7972024-01-15T21:29:55.182Z Downloaded httpdate v1.0.3
7982024-01-15T21:29:55.184Z Downloaded rustls-pemfile v1.0.3
7992024-01-15T21:29:55.189Z Downloaded usdt-attr-macro v0.3.5
8002024-01-15T21:29:55.192Z Downloaded try-lock v0.2.4
8012024-01-15T21:29:55.195Z Downloaded dtrace-parser v0.1.14
8022024-01-15T21:29:55.195Z Downloaded serde_urlencoded v0.7.1
8032024-01-15T21:29:55.198Z Downloaded postcard v1.0.8
8042024-01-15T21:29:55.204Z Downloaded thread-id v4.2.0
8052024-01-15T21:29:55.207Z Downloaded proc-macro2 v1.0.74
8062024-01-15T21:29:55.214Z Downloaded anyhow v1.0.75
8072024-01-15T21:29:55.219Z Downloaded endian-type v0.1.2
8082024-01-15T21:29:55.222Z Downloaded rand_core v0.6.4
8092024-01-15T21:29:55.225Z Downloaded defmt v0.3.5
8102024-01-15T21:29:55.230Z Downloaded serde_tokenstream v0.1.7
8112024-01-15T21:29:55.237Z Downloaded time-core v0.1.1
8122024-01-15T21:29:55.240Z Downloaded tokio-stream v0.1.14
8132024-01-15T21:29:55.247Z Downloaded keccak v0.1.4
8142024-01-15T21:29:55.251Z Downloaded io-lifetimes v1.0.11
8152024-01-15T21:29:55.255Z Downloaded waitgroup v0.1.2
8162024-01-15T21:29:55.258Z Downloaded zone_cfg_derive v0.3.0
8172024-01-15T21:29:55.261Z Downloaded rand v0.8.5
8182024-01-15T21:29:55.266Z Downloaded hubpack v0.1.2
8192024-01-15T21:29:55.269Z Downloaded socket2 v0.4.9
8202024-01-15T21:29:55.272Z Downloaded sha2 v0.10.8
8212024-01-15T21:29:55.280Z Downloaded addr2line v0.21.0
8222024-01-15T21:29:55.282Z Downloaded stringprep v0.1.3
8232024-01-15T21:29:55.285Z Downloaded derive-where v1.2.7
8242024-01-15T21:29:55.291Z Downloaded usdt-macro v0.3.5
8252024-01-15T21:29:55.296Z Downloaded tracing-attributes v0.1.26
8262024-01-15T21:29:55.300Z Downloaded rustls-pki-types v1.1.0
8272024-01-15T21:29:55.303Z Downloaded generic-array v0.14.7
8282024-01-15T21:29:55.306Z Downloaded unicode-xid v0.2.4
8292024-01-15T21:29:55.309Z Downloaded getopts v0.2.21
8302024-01-15T21:29:55.312Z Downloaded backtrace v0.3.69
8312024-01-15T21:29:55.319Z Downloaded futures-core v0.3.30
8322024-01-15T21:29:55.323Z Downloaded form_urlencoded v1.2.1
8332024-01-15T21:29:55.326Z Downloaded same-file v1.0.6
8342024-01-15T21:29:55.329Z Downloaded rustversion v1.0.14
8352024-01-15T21:29:55.335Z Downloaded foreign-types-macros v0.2.3
8362024-01-15T21:29:55.340Z Downloaded equivalent v1.0.1
8372024-01-15T21:29:55.340Z Downloaded tokio-native-tls v0.3.1
8382024-01-15T21:29:55.343Z Downloaded hash32 v0.2.1
8392024-01-15T21:29:55.343Z Downloaded spin v0.5.2
8402024-01-15T21:29:55.346Z Downloaded hyper-rustls v0.24.2
8412024-01-15T21:29:55.350Z Downloaded russh-cryptovec v0.7.0
8422024-01-15T21:29:55.353Z Downloaded futures-executor v0.3.30
8432024-01-15T21:29:55.356Z Downloaded zeroize_derive v1.4.2
8442024-01-15T21:29:55.356Z Downloaded smf v0.2.2
8452024-01-15T21:29:55.359Z Downloaded glob v0.3.1
8462024-01-15T21:29:55.362Z Downloaded darling_core v0.20.3
8472024-01-15T21:29:55.369Z Downloaded kstat-rs v0.2.3
8482024-01-15T21:29:55.372Z Downloaded synstructure v0.12.6
8492024-01-15T21:29:55.375Z Downloaded version_check v0.9.4
8502024-01-15T21:29:55.378Z Downloaded getrandom v0.1.16
8512024-01-15T21:29:55.381Z Downloaded hubpack_derive v0.1.1
8522024-01-15T21:29:55.385Z Downloaded foreign-types-shared v0.3.1
8532024-01-15T21:29:55.385Z Downloaded want v0.3.1
8542024-01-15T21:29:55.388Z Downloaded structopt v0.3.26
8552024-01-15T21:29:55.402Z Downloaded term v0.7.0
8562024-01-15T21:29:55.406Z Downloaded tempfile v3.8.1
8572024-01-15T21:29:55.410Z Downloaded foreign-types-shared v0.1.1
8582024-01-15T21:29:55.413Z Downloaded foreign-types v0.3.2
8592024-01-15T21:29:55.416Z Downloaded strsim v0.8.0
8602024-01-15T21:29:55.416Z Downloaded getrandom v0.2.10
8612024-01-15T21:29:55.422Z Downloaded structopt-derive v0.4.18
8622024-01-15T21:29:55.426Z Downloaded rustls-pemfile v2.0.0
8632024-01-15T21:29:55.428Z Downloaded untrusted v0.9.0
8642024-01-15T21:29:55.432Z Downloaded doc-comment v0.3.3
8652024-01-15T21:29:55.435Z Downloaded slog-async v2.8.0
8662024-01-15T21:29:55.435Z Downloaded base64 v0.21.7
8672024-01-15T21:29:55.443Z Downloaded schemars_derive v0.8.16
8682024-01-15T21:29:55.446Z Downloaded scheduled-thread-pool v0.2.7
8692024-01-15T21:29:55.449Z Downloaded thread_local v1.1.7
8702024-01-15T21:29:55.455Z Downloaded sct v0.7.0
8712024-01-15T21:29:55.458Z Downloaded flagset v0.4.3
8722024-01-15T21:29:55.461Z Downloaded signal-hook-registry v1.4.1
8732024-01-15T21:29:55.464Z Downloaded embedded-io v0.4.0
8742024-01-15T21:29:55.467Z Downloaded zone v0.3.0
8752024-01-15T21:29:55.467Z Downloaded headers v0.3.9
8762024-01-15T21:29:55.477Z Downloaded slog-dtrace v0.2.3
8772024-01-15T21:29:55.480Z Downloaded linear-map v1.2.0
8782024-01-15T21:29:55.483Z Downloaded libsw v3.3.1
8792024-01-15T21:29:55.486Z Downloaded ecdsa v0.16.9
8802024-01-15T21:29:55.489Z Downloaded filetime v0.2.23
8812024-01-15T21:29:55.492Z Downloaded unicase v2.7.0
8822024-01-15T21:29:55.495Z Downloaded sec1 v0.7.3
8832024-01-15T21:29:55.498Z Downloaded is-terminal v0.4.9
8842024-01-15T21:29:55.501Z Downloaded hmac v0.12.1
8852024-01-15T21:29:55.503Z Downloaded serde_yaml v0.9.25
8862024-01-15T21:29:55.509Z Downloaded float-cmp v0.9.0
8872024-01-15T21:29:55.515Z Downloaded semver v0.11.0
8882024-01-15T21:29:55.518Z Downloaded http v0.2.11
8892024-01-15T21:29:55.523Z Downloaded snafu v0.7.5
8902024-01-15T21:29:55.534Z Downloaded static_assertions v1.1.0
8912024-01-15T21:29:55.537Z Downloaded toml v0.5.11
8922024-01-15T21:29:55.540Z Downloaded rand_core v0.5.1
8932024-01-15T21:29:55.543Z Downloaded yasna v0.5.2
8942024-01-15T21:29:55.546Z Downloaded slog v2.7.0
8952024-01-15T21:29:55.552Z Downloaded schemars v0.8.16
8962024-01-15T21:29:55.574Z Downloaded russh-keys v0.40.1
8972024-01-15T21:29:55.579Z Downloaded iana-time-zone v0.1.57
8982024-01-15T21:29:55.583Z Downloaded unsafe-libyaml v0.2.10
8992024-01-15T21:29:55.587Z Downloaded reqwest v0.11.22
9002024-01-15T21:29:55.602Z Downloaded tungstenite v0.20.1
9012024-01-15T21:29:55.609Z Downloaded signature v2.1.0
9022024-01-15T21:29:55.613Z Downloaded similar v2.3.0
9032024-01-15T21:29:55.621Z Downloaded ipnet v2.8.0
9042024-01-15T21:29:55.624Z Downloaded tokio-util v0.7.10
9052024-01-15T21:29:55.639Z Downloaded itertools v0.11.0
9062024-01-15T21:29:55.652Z Downloaded typenum v1.16.0
9072024-01-15T21:29:55.657Z Downloaded zerocopy v0.7.31
9082024-01-15T21:29:55.689Z Downloaded unicode-normalization v0.1.22
9092024-01-15T21:29:55.696Z Downloaded serde_derive v1.0.195
9102024-01-15T21:29:55.702Z Downloaded nom v7.1.3
9112024-01-15T21:29:55.713Z Downloaded ucd-trie v0.1.6
9122024-01-15T21:29:55.719Z Downloaded zip v0.6.6
9132024-01-15T21:29:55.724Z Downloaded h2 v0.3.21
9142024-01-15T21:29:55.738Z Downloaded hashbrown v0.13.2
9152024-01-15T21:29:55.747Z Downloaded libm v0.2.7
9162024-01-15T21:29:55.767Z Downloaded rustls-webpki v0.101.7
9172024-01-15T21:29:55.795Z Downloaded syn v1.0.109
9182024-01-15T21:29:55.816Z Downloaded regex-automata v0.1.10
9192024-01-15T21:29:55.827Z Downloaded syn v2.0.46
9202024-01-15T21:29:56.852Z Downloaded time v0.3.27
9212024-01-15T21:29:56.855Z Downloaded vcpkg v0.2.15
9222024-01-15T21:29:56.855Z Downloaded rustls v0.21.9
9232024-01-15T21:29:56.855Z Downloaded openapiv3 v2.0.0
9242024-01-15T21:29:56.855Z Downloaded rustix v0.37.23
9252024-01-15T21:29:56.855Z Downloaded smoltcp v0.10.0
9262024-01-15T21:29:56.855Z Downloaded regex-syntax v0.8.2
9272024-01-15T21:29:56.855Z Downloaded regress v0.7.1
9282024-01-15T21:29:56.855Z Downloaded sled v0.34.7
9292024-01-15T21:29:56.855Z Downloaded gimli v0.28.0
9302024-01-15T21:29:56.855Z Downloaded tokio v1.35.1
9312024-01-15T21:29:56.855Z Downloaded libc v0.2.152
9322024-01-15T21:29:56.855Z Downloaded sha3 v0.10.8
9332024-01-15T21:29:56.855Z Downloaded diesel v2.1.4
9342024-01-15T21:29:56.856Z Downloaded bstr v1.6.0
9352024-01-15T21:29:56.856Z Downloaded regex v1.10.2
9362024-01-15T21:29:56.856Z Downloaded curve25519-dalek v4.1.1
9372024-01-15T21:29:56.856Z Downloaded webpki-roots v0.25.2
9382024-01-15T21:29:56.856Z Downloaded zerocopy-derive v0.2.0
9392024-01-15T21:29:56.856Z Downloaded idna v0.5.0
9402024-01-15T21:29:56.856Z Downloaded bstr v0.2.17
9412024-01-15T21:29:56.856Z Downloaded zerocopy-derive v0.6.4
9422024-01-15T21:29:56.856Z Downloaded rustix v0.38.25
9432024-01-15T21:29:56.856Z Downloaded zerocopy-derive v0.7.31
9442024-01-15T21:29:56.856Z Downloaded regex-automata v0.3.8
9452024-01-15T21:29:56.856Z Downloaded regex-automata v0.4.3
9462024-01-15T21:29:56.856Z Downloaded bzip2-sys v0.1.11+1.0.8
9472024-01-15T21:29:56.856Z Downloaded regex-syntax v0.7.5
9482024-01-15T21:29:56.856Z Downloaded winnow v0.5.15
9492024-01-15T21:29:56.856Z Downloaded futures-util v0.3.30
9502024-01-15T21:29:56.856Z Downloaded smoltcp v0.9.1
9512024-01-15T21:29:56.856Z Downloaded trust-dns-proto v0.22.0
9522024-01-15T21:29:56.856Z Downloaded clap_builder v4.4.2
9532024-01-15T21:29:56.856Z Downloaded chrono v0.4.31
9542024-01-15T21:29:56.856Z Downloaded itertools v0.10.5
9552024-01-15T21:29:56.856Z Downloaded idna v0.2.3
9562024-01-15T21:29:56.856Z Downloaded serde_with v3.4.0
9572024-01-15T21:29:56.856Z Downloaded winapi v0.3.9
9582024-01-15T21:29:56.857Z Downloaded petgraph v0.6.4
9592024-01-15T21:29:56.863Z Downloaded clap v2.34.0
9602024-01-15T21:29:56.875Z Downloaded radix_trie v0.2.1
9612024-01-15T21:29:56.885Z Downloaded openssl v0.10.60
9622024-01-15T21:29:56.902Z Downloaded encoding_rs v0.8.33
9632024-01-15T21:29:56.943Z Downloaded hashbrown v0.12.3
9642024-01-15T21:29:56.950Z Downloaded http v1.0.0
9652024-01-15T21:29:56.957Z Downloaded russh v0.40.2
9662024-01-15T21:29:56.966Z Downloaded hkdf v0.12.4
9672024-01-15T21:29:56.970Z Downloaded hyper v0.14.27
9682024-01-15T21:29:56.984Z Downloaded elliptic-curve v0.13.8
9692024-01-15T21:29:56.991Z Downloaded serde_json v1.0.111
9702024-01-15T21:29:57.007Z Downloaded rand v0.7.3
9712024-01-15T21:29:57.012Z Downloaded hashbrown v0.14.2
9722024-01-15T21:29:57.022Z Downloaded unicode-bidi v0.3.13
9732024-01-15T21:29:57.026Z Downloaded object v0.32.1
9742024-01-15T21:29:57.044Z Downloaded toml_edit v0.21.0
9752024-01-15T21:29:57.084Z Downloaded unicode-segmentation v1.10.1
9762024-01-15T21:29:57.090Z Downloaded serde v1.0.195
9772024-01-15T21:29:57.096Z Downloaded mio v0.8.9
9782024-01-15T21:29:57.105Z Downloaded crossbeam-channel v0.5.8
9792024-01-15T21:29:57.114Z Downloaded uuid v1.6.1
9802024-01-15T21:29:57.121Z Downloaded itertools v0.12.0
9812024-01-15T21:29:57.133Z Downloaded flate2 v1.0.28
9822024-01-15T21:29:57.141Z Downloaded vsss-rs v3.3.4
9832024-01-15T21:29:57.145Z Downloaded rcgen v0.11.3
9842024-01-15T21:29:57.151Z Downloaded trust-dns-client v0.22.0
9852024-01-15T21:29:57.159Z Downloaded ed25519-dalek v2.0.0
9862024-01-15T21:29:57.164Z Downloaded toml_edit v0.19.15
9872024-01-15T21:29:57.224Z Downloaded heapless v0.7.16
9882024-01-15T21:29:57.229Z Downloaded memchr v2.6.3
9892024-01-15T21:29:57.229Z Downloaded aho-corasick v1.0.4
9902024-01-15T21:29:57.229Z Downloaded socket2 v0.5.5
9912024-01-15T21:29:57.229Z Downloaded utf8parse v0.2.1
9922024-01-15T21:29:57.229Z Downloaded subtle v2.5.0
9932024-01-15T21:29:57.229Z Downloaded slog-bunyan v2.5.0
9942024-01-15T21:29:57.235Z Downloaded toml v0.7.8
9952024-01-15T21:29:57.238Z Downloaded slab v0.4.9
9962024-01-15T21:29:57.238Z Downloaded siphasher v0.3.11
9972024-01-15T21:29:57.242Z Downloaded untrusted v0.7.1
9982024-01-15T21:29:57.242Z Downloaded inout v0.1.3
9992024-01-15T21:29:57.245Z Downloaded dof v0.1.5
10002024-01-15T21:29:57.245Z Downloaded spki v0.7.2
10012024-01-15T21:29:57.248Z Downloaded zerocopy v0.6.4
10022024-01-15T21:29:57.251Z Downloaded semver v1.0.21
10032024-01-15T21:29:57.254Z Downloaded half v1.8.2
10042024-01-15T21:29:57.258Z Downloaded futures-task v0.3.30
10052024-01-15T21:29:57.261Z Downloaded url v2.5.0
10062024-01-15T21:29:57.266Z Downloaded futures v0.3.30
10072024-01-15T21:29:57.274Z Downloaded trust-dns-server v0.22.1
10082024-01-15T21:29:57.283Z Downloaded trust-dns-resolver v0.22.0
10092024-01-15T21:29:57.290Z Downloaded tracing v0.1.37
10102024-01-15T21:29:57.297Z Downloaded openssl-sys v0.9.96
10112024-01-15T21:29:57.306Z Downloaded minimal-lexical v0.2.1
10122024-01-15T21:29:57.314Z Downloaded vec_map v0.8.2
10132024-01-15T21:29:57.322Z Downloaded usdt-impl v0.3.5
10142024-01-15T21:29:57.322Z Downloaded serde_with_macros v3.4.0
10152024-01-15T21:29:57.326Z Downloaded serde_derive_internals v0.26.0
10162024-01-15T21:29:57.326Z Downloaded ryu v1.0.15
10172024-01-15T21:29:57.329Z Downloaded crypto-bigint v0.5.2
10182024-01-15T21:29:57.339Z Downloaded pest v2.7.2
10192024-01-15T21:29:57.348Z Downloaded rustls-native-certs v0.6.3
10202024-01-15T21:29:57.352Z Downloaded fastrand v2.0.0
10212024-01-15T21:29:57.355Z Downloaded lalrpop-util v0.19.12
10222024-01-15T21:29:57.358Z Downloaded structmeta v0.2.0
10232024-01-15T21:29:57.358Z Downloaded strsim v0.10.0
10242024-01-15T21:29:57.361Z Downloaded unicode-width v0.1.11
10252024-01-15T21:29:57.361Z Downloaded zeroize v1.7.0
10262024-01-15T21:29:57.364Z Downloaded secrecy v0.8.0
10272024-01-15T21:29:57.367Z Downloaded string_cache v0.8.7
10282024-01-15T21:29:57.370Z Downloaded futures-macro v0.3.30
10292024-01-15T21:29:57.370Z Downloaded tokio-tungstenite v0.20.1
10302024-01-15T21:29:57.373Z Downloaded tracing-core v0.1.31
10312024-01-15T21:29:57.377Z Downloaded indexmap v2.1.0
10322024-01-15T21:29:57.386Z Downloaded indexmap v1.9.3
10332024-01-15T21:29:57.389Z Downloaded num-traits v0.2.16
10342024-01-15T21:29:57.393Z Downloaded rustc_version v0.4.0
10352024-01-15T21:29:57.397Z Downloaded ipnetwork v0.20.0
10362024-01-15T21:29:57.400Z Downloaded stable_deref_trait v1.2.0
10372024-01-15T21:29:57.400Z Downloaded semver-parser v0.10.2
10382024-01-15T21:29:57.404Z Downloaded futures-sink v0.3.30
10392024-01-15T21:29:57.407Z Downloaded rfc6979 v0.4.0
10402024-01-15T21:29:57.407Z Downloaded ghash v0.5.0
10412024-01-15T21:29:57.410Z Downloaded rustc-demangle v0.1.23
10422024-01-15T21:29:57.416Z Downloaded ring v0.17.7
10432024-01-15T21:29:57.543Z Downloaded snafu-derive v0.7.5
10442024-01-15T21:29:57.549Z Downloaded group v0.13.0
10452024-01-15T21:29:57.549Z Downloaded sha1 v0.10.6
10462024-01-15T21:29:57.552Z Downloaded spin v0.9.8
10472024-01-15T21:29:57.555Z Downloaded slog-term v2.9.0
10482024-01-15T21:29:57.558Z Downloaded subprocess v0.2.9
10492024-01-15T21:29:57.562Z Downloaded hex v0.4.3
10502024-01-15T21:29:57.565Z Downloaded ed25519 v2.2.2
10512024-01-15T21:29:57.569Z Downloaded num-bigint v0.4.4
10522024-01-15T21:29:57.577Z Downloaded aes v0.8.3
10532024-01-15T21:29:57.586Z Downloaded slog-scope v4.4.0
10542024-01-15T21:29:57.589Z Downloaded serde_tokenstream v0.2.0
10552024-01-15T21:29:57.592Z Downloaded utf-8 v0.7.6
10562024-01-15T21:29:57.595Z Downloaded unicode-ident v1.0.12
10572024-01-15T21:29:57.598Z Downloaded futures-channel v0.3.30
10582024-01-15T21:29:57.601Z Downloaded ring v0.16.20
10592024-01-15T21:29:57.759Z Downloaded futures-io v0.3.30
10602024-01-15T21:29:57.762Z Downloaded hostname v0.3.1
10612024-01-15T21:29:57.762Z Downloaded lazy_static v1.4.0
10622024-01-15T21:29:57.765Z Downloaded terminal_size v0.2.6
10632024-01-15T21:29:57.780Z Downloaded tokio-postgres v0.7.10
10642024-01-15T21:29:57.783Z Downloaded rustfmt-wrapper v0.2.0
10652024-01-15T21:29:57.783Z Downloaded xattr v1.0.1
10662024-01-15T21:29:57.783Z Downloaded smallvec v1.11.2
10672024-01-15T21:29:57.784Z Downloaded arc-swap v1.6.0
10682024-01-15T21:29:57.789Z Downloaded cc v1.0.83
10692024-01-15T21:29:57.794Z Downloaded linked-hash-map v0.5.6
10702024-01-15T21:29:57.798Z Downloaded chacha20poly1305 v0.10.1
10712024-01-15T21:29:57.801Z Downloaded slog-stdlog v4.1.1
10722024-01-15T21:29:57.804Z Downloaded pin-project v1.1.3
10732024-01-15T21:29:57.821Z Downloaded multer v3.0.0
10742024-01-15T21:29:57.825Z Downloaded der v0.7.8
10752024-01-15T21:29:57.835Z Downloaded heck v0.4.1
10762024-01-15T21:29:57.838Z Downloaded heck v0.3.3
10772024-01-15T21:29:57.842Z Downloaded libefi-sys v0.1.0
10782024-01-15T21:29:57.842Z Downloaded zerocopy v0.3.0
10792024-01-15T21:29:57.845Z Downloaded itoa v1.0.9
10802024-01-15T21:29:57.845Z Downloaded toml v0.8.8
10812024-01-15T21:29:57.849Z Downloaded thiserror v1.0.49
10822024-01-15T21:29:57.856Z Downloaded enum-as-inner v0.5.1
10832024-01-15T21:29:57.859Z Downloaded dyn-clone v1.0.13
10842024-01-15T21:29:57.862Z Downloaded tokio-macros v2.2.0
10852024-01-15T21:29:57.866Z Downloaded p256 v0.13.2
10862024-01-15T21:29:57.869Z Downloaded fixedbitset v0.4.2
10872024-01-15T21:29:57.873Z Downloaded errno v0.3.2
10882024-01-15T21:29:57.873Z Downloaded either v1.9.0
10892024-01-15T21:29:57.876Z Downloaded fallible-iterator v0.2.0
10902024-01-15T21:29:57.879Z Downloaded serde_spanned v0.6.4
10912024-01-15T21:29:57.879Z Downloaded usdt v0.3.5
10922024-01-15T21:29:57.884Z Downloaded serde_repr v0.1.16
10932024-01-15T21:29:57.884Z Downloaded strum_macros v0.25.2
10942024-01-15T21:29:57.888Z Downloaded strum v0.25.0
10952024-01-15T21:29:57.888Z Downloaded thiserror-impl v1.0.49
10962024-01-15T21:29:57.891Z Downloaded resolv-conf v0.7.0
10972024-01-15T21:29:57.897Z Downloaded lock_api v0.4.10
10982024-01-15T21:29:57.900Z Downloaded crossbeam-epoch v0.9.15
10992024-01-15T21:29:57.901Z Downloaded const-oid v0.9.5
11002024-01-15T21:29:57.906Z Downloaded bzip2 v0.4.4
11012024-01-15T21:29:57.909Z Downloaded http-body v0.4.5
11022024-01-15T21:29:57.909Z Downloaded owo-colors v3.5.0
11032024-01-15T21:29:57.912Z Downloaded pest_derive v2.7.2
11042024-01-15T21:29:57.916Z Downloaded parking_lot v0.12.1
11052024-01-15T21:29:57.922Z Downloaded ansi_term v0.12.1
11062024-01-15T21:29:57.926Z Downloaded der_derive v0.7.2
11072024-01-15T21:29:57.926Z Downloaded tinyvec v1.6.0
11082024-01-15T21:29:57.930Z Downloaded structmeta-derive v0.2.0
11092024-01-15T21:29:57.935Z Downloaded password-hash v0.5.0
11102024-01-15T21:29:57.935Z Downloaded foreign-types v0.5.0
11112024-01-15T21:29:57.940Z Downloaded scopeguard v1.2.0
11122024-01-15T21:29:57.940Z Downloaded defmt-macros v0.3.6
11132024-01-15T21:29:57.943Z Downloaded home v0.5.5
11142024-01-15T21:29:57.949Z Downloaded serde_path_to_error v0.1.15
11152024-01-15T21:29:57.952Z Downloaded walkdir v2.4.0
11162024-01-15T21:29:57.952Z Downloaded universal-hash v0.5.1
11172024-01-15T21:29:57.952Z Downloaded instant v0.1.12
11182024-01-15T21:29:57.956Z Downloaded hyper-tls v0.5.0
11192024-01-15T21:29:57.957Z Downloaded hyper-staticfile v0.9.5
11202024-01-15T21:29:57.961Z Downloaded toml_datetime v0.6.5
11212024-01-15T21:29:57.961Z Downloaded platforms v3.0.2
11222024-01-15T21:29:57.964Z Downloaded hex-literal v0.4.1
11232024-01-15T21:29:57.967Z Downloaded log v0.4.20
11242024-01-15T21:29:57.970Z Downloaded httparse v1.8.0
11252024-01-15T21:29:57.973Z Downloaded ff v0.13.0
11262024-01-15T21:29:57.976Z Downloaded pin-project-internal v1.1.3
11272024-01-15T21:29:57.977Z Downloaded diesel_derives v2.1.2
11282024-01-15T21:29:57.983Z Downloaded fnv v1.0.7
11292024-01-15T21:29:57.987Z Downloaded pin-project-lite v0.2.13
11302024-01-15T21:29:57.992Z Downloaded tokio-rustls v0.24.1
11312024-01-15T21:29:57.998Z Downloaded time-macros v0.2.13
11322024-01-15T21:29:58.007Z Downloaded pest_generator v2.7.2
11332024-01-15T21:29:58.008Z Downloaded swrite v0.1.0
11342024-01-15T21:29:58.011Z Downloaded take_mut v0.2.2
11352024-01-15T21:29:58.011Z Downloaded parking_lot_core v0.8.6
11362024-01-15T21:29:58.011Z Downloaded omicron-zone-package v0.9.1
11372024-01-15T21:29:58.011Z Downloaded num-rational v0.4.1
11382024-01-15T21:29:58.014Z Downloaded argon2 v0.5.2
11392024-01-15T21:29:58.017Z Downloaded darling v0.20.3
11402024-01-15T21:29:58.021Z Downloaded managed v0.8.0
11412024-01-15T21:29:58.024Z Downloaded async-trait v0.1.77
11422024-01-15T21:29:58.033Z Downloaded phf v0.11.2
11432024-01-15T21:29:58.036Z Downloaded crossbeam-utils v0.8.16
11442024-01-15T21:29:58.036Z Downloaded clap v4.4.3
11452024-01-15T21:29:58.050Z Downloaded poly1305 v0.8.0
11462024-01-15T21:29:58.057Z Downloaded percent-encoding v2.3.1
11472024-01-15T21:29:58.072Z Downloaded slog-json v2.6.1
11482024-01-15T21:29:58.072Z Downloaded ahash v0.8.6
11492024-01-15T21:29:58.075Z Downloaded slog-envlogger v2.2.0
11502024-01-15T21:29:58.075Z Downloaded tower-service v0.3.2
11512024-01-15T21:29:58.076Z Downloaded anstyle v1.0.2
11522024-01-15T21:29:58.076Z Downloaded bytes v1.5.0
11532024-01-15T21:29:58.076Z Downloaded nibble_vec v0.1.0
11542024-01-15T21:29:58.079Z Downloaded anstyle-parse v0.2.1
11552024-01-15T21:29:58.082Z Downloaded clap_lex v0.5.1
11562024-01-15T21:29:58.082Z Downloaded phf_shared v0.11.2
11572024-01-15T21:29:58.086Z Downloaded quick-error v1.2.3
11582024-01-15T21:29:58.086Z Downloaded num-derive v0.4.0
11592024-01-15T21:29:58.090Z Downloaded autocfg v1.1.0
11602024-01-15T21:29:58.090Z Downloaded anstyle-query v1.0.0
11612024-01-15T21:29:58.094Z Downloaded md-5 v0.10.5
11622024-01-15T21:29:58.094Z Downloaded dirs v5.0.1
11632024-01-15T21:29:58.098Z Downloaded thiserror-no-std v2.0.2
11642024-01-15T21:29:58.104Z Downloaded backoff v0.4.0
11652024-01-15T21:29:58.107Z Downloaded dirs-next v2.0.0
11662024-01-15T21:29:58.108Z Downloaded debug-ignore v1.0.5
11672024-01-15T21:29:58.111Z Downloaded data-encoding v2.4.0
11682024-01-15T21:29:58.115Z Downloaded curve25519-dalek-derive v0.1.0
11692024-01-15T21:29:58.115Z Downloaded thiserror-impl-no-std v2.0.2
11702024-01-15T21:29:58.118Z Downloaded num_cpus v1.16.0
11712024-01-15T21:29:58.122Z Downloaded rand_chacha v0.2.2
11722024-01-15T21:29:58.122Z Downloaded ppv-lite86 v0.2.17
11732024-01-15T21:29:58.126Z Downloaded base16ct v0.2.0
11742024-01-15T21:29:58.126Z Downloaded ciborium-ll v0.2.1
11752024-01-15T21:29:58.129Z Downloaded paste v1.0.14
11762024-01-15T21:29:58.135Z Downloaded num_enum v0.5.11
11772024-01-15T21:29:58.140Z Downloaded deranged v0.3.8
11782024-01-15T21:29:58.143Z Downloaded blowfish v0.9.1
11792024-01-15T21:29:58.147Z Downloaded proc-macro-crate v1.3.1
11802024-01-15T21:29:58.147Z Downloaded predicates-core v1.0.6
11812024-01-15T21:29:58.151Z Downloaded pbkdf2 v0.12.2
11822024-01-15T21:29:58.151Z Downloaded bit-vec v0.6.3
11832024-01-15T21:29:58.166Z Downloaded pem v3.0.2
11842024-01-15T21:29:58.166Z Downloaded fxhash v0.2.1
11852024-01-15T21:29:58.170Z Downloaded proc-macro-error-attr v1.0.4
11862024-01-15T21:29:58.170Z Downloaded async-stream v0.3.5
11872024-01-15T21:29:58.170Z Downloaded pest_meta v2.7.2
11882024-01-15T21:29:58.170Z Downloaded textwrap v0.11.0
11892024-01-15T21:29:58.170Z Downloaded once_cell v1.19.0
11902024-01-15T21:29:58.173Z Downloaded phf_shared v0.10.0
11912024-01-15T21:29:58.173Z Downloaded num-integer v0.1.45
11922024-01-15T21:29:58.178Z Downloaded r2d2 v0.8.10
11932024-01-15T21:29:58.178Z Downloaded cbc v0.1.2
11942024-01-15T21:29:58.182Z Downloaded ident_case v1.0.1
11952024-01-15T21:29:58.182Z Downloaded num_threads v0.1.6
11962024-01-15T21:29:58.185Z Downloaded atty v0.2.14
11972024-01-15T21:29:58.185Z Downloaded openssl-macros v0.1.1
11982024-01-15T21:29:58.186Z Downloaded display-error-chain v0.2.0
11992024-01-15T21:29:58.190Z Downloaded darling_macro v0.20.3
12002024-01-15T21:29:58.190Z Downloaded option-ext v0.2.0
12012024-01-15T21:29:58.190Z Downloaded postgres-types v0.2.6
12022024-01-15T21:29:58.193Z Downloaded precomputed-hash v0.1.1
12032024-01-15T21:29:58.197Z Downloaded postgres-protocol v0.6.6
12042024-01-15T21:29:58.198Z Downloaded async-stream-impl v0.3.5
12052024-01-15T21:29:58.198Z Downloaded pem-rfc7468 v0.7.0
12062024-01-15T21:29:58.201Z Downloaded diesel_table_macro_syntax v0.1.0
12072024-01-15T21:29:58.204Z Downloaded cstr-argument v0.1.2
12082024-01-15T21:29:58.205Z Downloaded anstream v0.5.0
12092024-01-15T21:29:58.210Z Downloaded lru-cache v0.1.2
12102024-01-15T21:29:58.210Z Downloaded clap_derive v4.4.2
12112024-01-15T21:29:58.213Z Downloaded mime v0.3.17
12122024-01-15T21:29:58.216Z Downloaded ciborium v0.2.1
12132024-01-15T21:29:58.220Z Downloaded atomicwrites v0.4.3
12142024-01-15T21:29:58.220Z Downloaded ctr v0.9.2
12152024-01-15T21:29:58.257Z Downloaded convert_case v0.4.0
12162024-01-15T21:29:58.261Z Downloaded cfg-if v1.0.0
12172024-01-15T21:29:58.261Z Downloaded cobs v0.2.3
12182024-01-15T21:29:58.261Z Downloaded blake2 v0.10.6
12192024-01-15T21:29:58.261Z Downloaded bitflags v2.4.0
12202024-01-15T21:29:58.261Z Downloaded chacha20 v0.9.1
12212024-01-15T21:29:58.261Z Downloaded camino v1.1.6
12222024-01-15T21:29:58.261Z Downloaded tar v0.4.40
12232024-01-15T21:29:58.261Z Downloaded rand_chacha v0.3.1
12242024-01-15T21:29:58.261Z Downloaded miniz_oxide v0.7.1
12252024-01-15T21:29:58.261Z Downloaded defmt-parser v0.3.3
12262024-01-15T21:29:58.261Z Downloaded bitflags v1.3.2
12272024-01-15T21:29:58.261Z Downloaded bit-set v0.5.3
12282024-01-15T21:29:58.265Z Downloaded dirs-sys v0.4.1
12292024-01-15T21:29:58.265Z Downloaded parse-display v0.8.2
12302024-01-15T21:29:58.271Z Downloaded native-tls v0.2.11
12312024-01-15T21:29:58.271Z Downloaded dirs-sys-next v0.1.2
12322024-01-15T21:29:58.689Z Compiling proc-macro2 v1.0.74
12332024-01-15T21:29:58.692Z Compiling unicode-ident v1.0.12
12342024-01-15T21:29:58.692Z Compiling libc v0.2.152
12352024-01-15T21:29:58.692Z Compiling serde v1.0.195
12362024-01-15T21:29:58.692Z Compiling autocfg v1.1.0
12372024-01-15T21:29:58.692Z Compiling version_check v0.9.4
12382024-01-15T21:29:58.706Z Compiling cfg-if v1.0.0
12392024-01-15T21:29:58.912Z Compiling syn v1.0.109
12402024-01-15T21:29:58.941Z Compiling typenum v1.16.0
12412024-01-15T21:29:59.056Z Compiling parking_lot_core v0.9.8
12422024-01-15T21:29:59.907Z Compiling generic-array v0.14.7
12432024-01-15T21:30:00.048Z Compiling lock_api v0.4.10
12442024-01-15T21:30:00.322Z Compiling libm v0.2.7
12452024-01-15T21:30:00.376Z Compiling once_cell v1.19.0
12462024-01-15T21:30:00.399Z Compiling num-traits v0.2.16
12472024-01-15T21:30:00.485Z Compiling thiserror v1.0.49
12482024-01-15T21:30:00.506Z Compiling serde_json v1.0.111
12492024-01-15T21:30:00.819Z Compiling slab v0.4.9
12502024-01-15T21:30:00.845Z Compiling memchr v2.6.3
12512024-01-15T21:30:01.031Z Compiling itoa v1.0.9
12522024-01-15T21:30:01.387Z Compiling scopeguard v1.2.0
12532024-01-15T21:30:01.559Z Compiling pkg-config v0.3.27
12542024-01-15T21:30:02.013Z Compiling quote v1.0.35
12552024-01-15T21:30:03.227Z Compiling syn v2.0.46
12562024-01-15T21:30:03.292Z Compiling getrandom v0.2.10
12572024-01-15T21:30:03.434Z Compiling cc v1.0.83
12582024-01-15T21:30:03.955Z Compiling rand_core v0.6.4
12592024-01-15T21:30:04.067Z Compiling byteorder v1.5.0
12602024-01-15T21:30:04.553Z Compiling heck v0.4.1
12612024-01-15T21:30:04.761Z Compiling log v0.4.20
12622024-01-15T21:30:04.795Z Compiling ryu v1.0.15
12632024-01-15T21:30:05.292Z Compiling subtle v2.5.0
12642024-01-15T21:30:05.597Z Compiling smallvec v1.11.2
12652024-01-15T21:30:05.703Z Compiling schemars v0.8.16
12662024-01-15T21:30:05.813Z Compiling vcpkg v0.2.15
12672024-01-15T21:30:06.225Z Compiling semver v1.0.21
12682024-01-15T21:30:06.529Z Compiling httparse v1.8.0
12692024-01-15T21:30:07.296Z Compiling indexmap v1.9.3
12702024-01-15T21:30:07.509Z Compiling equivalent v1.0.1
12712024-01-15T21:30:07.674Z Compiling hashbrown v0.14.2
12722024-01-15T21:30:07.744Z Compiling pin-project-lite v0.2.13
12732024-01-15T21:30:07.922Z Compiling const-oid v0.9.5
12742024-01-15T21:30:08.607Z Compiling ring v0.17.7
12752024-01-15T21:30:08.951Z Compiling ring v0.16.20
12762024-01-15T21:30:09.749Z Compiling openssl-sys v0.9.96
12772024-01-15T21:30:09.826Z Compiling parking_lot v0.12.1
12782024-01-15T21:30:10.665Z Compiling ahash v0.8.6
12792024-01-15T21:30:10.887Z Compiling fnv v1.0.7
12802024-01-15T21:30:11.550Z Compiling openssl v0.10.60
12812024-01-15T21:30:11.634Z Compiling ucd-trie v0.1.6
12822024-01-15T21:30:12.184Z Compiling rustls v0.21.9
12832024-01-15T21:30:12.402Z Compiling iana-time-zone v0.1.57
12842024-01-15T21:30:12.592Z Compiling native-tls v0.2.11
12852024-01-15T21:30:12.636Z Compiling mio v0.8.9
12862024-01-15T21:30:13.091Z Compiling socket2 v0.5.5
12872024-01-15T21:30:13.113Z Compiling signal-hook-registry v1.4.1
12882024-01-15T21:30:13.663Z Compiling num_cpus v1.16.0
12892024-01-15T21:30:13.845Z Compiling futures-core v0.3.30
12902024-01-15T21:30:14.181Z Compiling spin v0.5.2
12912024-01-15T21:30:14.787Z Compiling dyn-clone v1.0.13
12922024-01-15T21:30:14.877Z Compiling futures-sink v0.3.30
12932024-01-15T21:30:15.081Z Compiling async-trait v0.1.77
12942024-01-15T21:30:15.109Z Compiling aho-corasick v1.0.4
12952024-01-15T21:30:15.892Z Compiling serde_derive_internals v0.26.0
12962024-01-15T21:30:16.426Z Compiling tinyvec_macros v0.1.1
12972024-01-15T21:30:16.546Z Compiling rustix v0.38.25
12982024-01-15T21:30:16.568Z Compiling regex-syntax v0.8.2
12992024-01-15T21:30:16.618Z Compiling tinyvec v1.6.0
13002024-01-15T21:30:17.237Z Compiling futures-channel v0.3.30
13012024-01-15T21:30:17.694Z Compiling backtrace v0.3.69
13022024-01-15T21:30:18.371Z Compiling futures-task v0.3.30
13032024-01-15T21:30:18.845Z Compiling pin-utils v0.1.0
13042024-01-15T21:30:18.982Z Compiling winnow v0.5.15
13052024-01-15T21:30:19.377Z Compiling futures-io v0.3.30
13062024-01-15T21:30:19.480Z Compiling unicode-normalization v0.1.22
13072024-01-15T21:30:19.877Z Compiling spin v0.9.8
13082024-01-15T21:30:20.524Z Compiling tracing-core v0.1.31
13092024-01-15T21:30:21.341Z Compiling cpufeatures v0.2.9
13102024-01-15T21:30:21.492Z Compiling unicode-bidi v0.3.13
13112024-01-15T21:30:23.106Z Compiling regex-automata v0.4.3
13122024-01-15T21:30:24.282Z Compiling crc32fast v1.3.2
13132024-01-15T21:30:24.320Z Compiling anyhow v1.0.75
13142024-01-15T21:30:25.455Z Compiling time-core v0.1.1
13152024-01-15T21:30:25.697Z Compiling base64 v0.21.7
13162024-01-15T21:30:25.871Z Compiling time-macros v0.2.13
13172024-01-15T21:30:27.051Z Compiling num-integer v0.1.45
13182024-01-15T21:30:27.521Z Compiling unicode-xid v0.2.4
13192024-01-15T21:30:27.780Z Compiling unicode-width v0.1.11
13202024-01-15T21:30:27.997Z Compiling untrusted v0.9.0
13212024-01-15T21:30:28.279Z Compiling slog v2.7.0
13222024-01-15T21:30:28.548Z Compiling serde_derive v1.0.195
13232024-01-15T21:30:28.944Z Compiling zeroize_derive v1.4.2
13242024-01-15T21:30:29.021Z Compiling thiserror-impl v1.0.49
13252024-01-15T21:30:29.084Z Compiling tokio-macros v2.2.0
13262024-01-15T21:30:29.683Z Compiling futures-macro v0.3.30
13272024-01-15T21:30:31.391Z Compiling tracing-attributes v0.1.26
13282024-01-15T21:30:31.835Z Compiling zeroize v1.7.0
13292024-01-15T21:30:31.857Z Compiling schemars_derive v0.8.16
13302024-01-15T21:30:32.096Z Compiling zerocopy-derive v0.7.31
13312024-01-15T21:30:33.601Z Compiling openssl-macros v0.1.1
13322024-01-15T21:30:34.900Z Compiling crypto-common v0.1.6
13332024-01-15T21:30:35.003Z Compiling block-buffer v0.10.4
13342024-01-15T21:30:35.175Z Compiling pest v2.7.2
13352024-01-15T21:30:35.440Z Compiling digest v0.10.7
13362024-01-15T21:30:36.171Z Compiling futures-util v0.3.30
13372024-01-15T21:30:36.292Z Compiling zerocopy v0.7.31
13382024-01-15T21:30:38.040Z Compiling regex v1.10.2
13392024-01-15T21:30:38.347Z Compiling tracing v0.1.37
13402024-01-15T21:30:39.985Z Compiling hashbrown v0.13.2
13412024-01-15T21:30:40.069Z Compiling der_derive v0.7.2
13422024-01-15T21:30:40.342Z Compiling untrusted v0.7.1
13432024-01-15T21:30:40.658Z Compiling percent-encoding v2.3.1
13442024-01-15T21:30:41.028Z Compiling openssl-probe v0.1.5
13452024-01-15T21:30:41.308Z Compiling foreign-types-shared v0.1.1
13462024-01-15T21:30:41.468Z Compiling hashbrown v0.12.3
13472024-01-15T21:30:41.580Z Compiling foreign-types v0.3.2
13482024-01-15T21:30:41.903Z Compiling synstructure v0.12.6
13492024-01-15T21:30:45.175Z Compiling errno v0.3.2
13502024-01-15T21:30:45.511Z Compiling ppv-lite86 v0.2.17
13512024-01-15T21:30:46.541Z Compiling try-lock v0.2.4
13522024-01-15T21:30:46.755Z Compiling want v0.3.1
13532024-01-15T21:30:47.204Z Compiling zerocopy-derive v0.2.0
13542024-01-15T21:30:47.340Z Compiling rustls-webpki v0.101.7
13552024-01-15T21:30:48.006Z Compiling sct v0.7.0
13562024-01-15T21:30:48.200Z Compiling form_urlencoded v1.2.1
13572024-01-15T21:30:48.472Z Compiling pest_meta v2.7.2
13582024-01-15T21:30:48.664Z Compiling socket2 v0.4.9
13592024-01-15T21:30:50.618Z Compiling tower-service v0.3.2
13602024-01-15T21:30:50.679Z Compiling httpdate v1.0.3
13612024-01-15T21:30:50.718Z Compiling io-lifetimes v1.0.11
13622024-01-15T21:30:51.138Z Compiling pest_generator v2.7.2
13632024-01-15T21:30:52.341Z Compiling rustls-pemfile v1.0.3
13642024-01-15T21:30:52.915Z Compiling idna v0.5.0
13652024-01-15T21:30:53.714Z Compiling lazy_static v1.4.0
13662024-01-15T21:30:53.946Z Compiling adler v1.0.2
13672024-01-15T21:30:54.290Z Compiling bytes v1.5.0
13682024-01-15T21:30:55.100Z Compiling indexmap v2.1.0
13692024-01-15T21:30:55.772Z Compiling chrono v0.4.31
13702024-01-15T21:30:56.035Z Compiling uuid v1.6.1
13712024-01-15T21:30:56.506Z Compiling tokio v1.35.1
13722024-01-15T21:30:56.943Z Compiling http v0.2.11
13732024-01-15T21:30:57.180Z Compiling rustc_version v0.4.0
13742024-01-15T21:30:58.428Z Compiling toml_datetime v0.6.5
13752024-01-15T21:30:58.792Z Compiling serde_spanned v0.6.4
13762024-01-15T21:30:59.135Z Compiling bitflags v2.4.0
13772024-01-15T21:30:59.804Z Compiling toml_edit v0.19.15
13782024-01-15T21:31:02.528Z Compiling http-body v0.4.5
13792024-01-15T21:31:03.178Z Compiling heapless v0.7.16
13802024-01-15T21:31:03.816Z Compiling openapiv3 v2.0.0
13812024-01-15T21:31:04.574Z Compiling crossbeam-utils v0.8.16
13822024-01-15T21:31:06.601Z Compiling pest_derive v2.7.2
13832024-01-15T21:31:08.515Z Compiling url v2.5.0
13842024-01-15T21:31:10.124Z Compiling tokio-util v0.7.10
13852024-01-15T21:31:12.537Z Compiling h2 v0.3.21
13862024-01-15T21:31:12.833Z Compiling tokio-native-tls v0.3.1
13872024-01-15T21:31:12.860Z Compiling tokio-rustls v0.24.1
13882024-01-15T21:31:13.146Z Compiling miniz_oxide v0.7.1
13892024-01-15T21:31:13.509Z Compiling rustls-native-certs v0.6.3
13902024-01-15T21:31:13.764Z Compiling rand_chacha v0.3.1
13912024-01-15T21:31:14.160Z Compiling usdt-impl v0.3.5
13922024-01-15T21:31:15.218Z Compiling ipnet v2.8.0
13932024-01-15T21:31:15.813Z Compiling rustix v0.37.23
13942024-01-15T21:31:15.991Z Compiling rand v0.8.5
13952024-01-15T21:31:16.830Z Compiling serde_urlencoded v0.7.1
13962024-01-15T21:31:17.288Z Compiling encoding_rs v0.8.33
13972024-01-15T21:31:17.357Z Compiling webpki-roots v0.25.2
13982024-01-15T21:31:17.441Z Compiling mime v0.3.17
13992024-01-15T21:31:17.596Z Compiling gimli v0.28.0
14002024-01-15T21:31:19.752Z Compiling zerocopy v0.3.0
14012024-01-15T21:31:21.464Z Compiling object v0.32.1
14022024-01-15T21:31:22.554Z Compiling num-bigint v0.4.4
14032024-01-15T21:31:22.959Z Compiling rustc-demangle v0.1.23
14042024-01-15T21:31:23.259Z Compiling dof v0.1.5
14052024-01-15T21:31:23.863Z Compiling hyper v0.14.27
14062024-01-15T21:31:23.909Z Compiling flate2 v1.0.28
14072024-01-15T21:31:24.564Z Compiling addr2line v0.21.0
14082024-01-15T21:31:25.019Z Compiling dtrace-parser v0.1.14
14092024-01-15T21:31:25.522Z Compiling bzip2-sys v0.1.11+1.0.8
14102024-01-15T21:31:25.619Z Compiling thread-id v4.2.0
14112024-01-15T21:31:25.989Z Compiling rustversion v1.0.14
14122024-01-15T21:31:27.147Z Compiling toml v0.7.8
14132024-01-15T21:31:27.577Z Compiling toml_edit v0.21.0
14142024-01-15T21:31:28.481Z Compiling hex v0.4.3
14152024-01-15T21:31:29.199Z Compiling serde_tokenstream v0.2.0
14162024-01-15T21:31:29.492Z Compiling serde_tokenstream v0.1.7
14172024-01-15T21:31:30.024Z Compiling memoffset v0.9.0
14182024-01-15T21:31:30.046Z Compiling strsim v0.10.0
14192024-01-15T21:31:30.313Z Compiling base64ct v1.6.0
14202024-01-15T21:31:31.376Z Compiling regress v0.7.1
14212024-01-15T21:31:33.620Z Compiling bitflags v1.3.2
14222024-01-15T21:31:33.767Z Compiling smoltcp v0.9.1
14232024-01-15T21:31:34.147Z Compiling doc-comment v0.3.3
14242024-01-15T21:31:34.897Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14252024-01-15T21:31:35.770Z Compiling hyper-rustls v0.24.2
14262024-01-15T21:31:36.122Z Compiling hyper-tls v0.5.0
14272024-01-15T21:31:36.648Z Compiling reqwest v0.11.22
14282024-01-15T21:31:36.686Z Compiling pem-rfc7468 v0.7.0
14292024-01-15T21:31:36.960Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14302024-01-15T21:31:37.900Z Compiling strum_macros v0.25.2
14312024-01-15T21:31:38.002Z Compiling usdt-macro v0.3.5
14322024-01-15T21:31:38.670Z Compiling usdt-attr-macro v0.3.5
14332024-01-15T21:31:40.109Z Compiling hmac v0.12.1
14342024-01-15T21:31:41.086Z Compiling enum-as-inner v0.5.1
14352024-01-15T21:31:41.146Z Compiling crossbeam-epoch v0.9.15
14362024-01-15T21:31:41.909Z Compiling num-iter v0.1.43
14372024-01-15T21:31:42.351Z Compiling unicode-segmentation v1.10.1
14382024-01-15T21:31:42.797Z Compiling siphasher v0.3.11
14392024-01-15T21:31:43.051Z Compiling flagset v0.4.3
14402024-01-15T21:31:43.360Z Compiling der v0.7.8
14412024-01-15T21:31:44.290Z Compiling hubpack_derive v0.1.1
14422024-01-15T21:31:44.825Z Compiling pin-project-internal v1.1.3
14432024-01-15T21:31:44.976Z Compiling zerocopy-derive v0.6.4
14442024-01-15T21:31:46.466Z Compiling deranged v0.3.8
14452024-01-15T21:31:48.792Z Compiling anstyle v1.0.2
14462024-01-15T21:31:49.080Z Compiling num_threads v0.1.6
14472024-01-15T21:31:49.130Z Compiling utf8parse v0.2.1
14482024-01-15T21:31:49.529Z Compiling time v0.3.27
14492024-01-15T21:31:49.778Z Compiling anstyle-parse v0.2.1
14502024-01-15T21:31:50.127Z Compiling sha2 v0.10.8
14512024-01-15T21:31:50.291Z Compiling spki v0.7.2
14522024-01-15T21:31:52.584Z Compiling md-5 v0.10.5
14532024-01-15T21:31:53.429Z Compiling block-padding v0.3.3
14542024-01-15T21:31:53.894Z Compiling clap_derive v4.4.2
14552024-01-15T21:31:54.190Z Compiling stringprep v0.1.3
14562024-01-15T21:31:55.783Z Compiling diesel_table_macro_syntax v0.1.0
14572024-01-15T21:31:55.802Z Compiling hash32 v0.2.1
14582024-01-15T21:31:55.950Z Compiling fallible-iterator v0.2.0
14592024-01-15T21:31:56.444Z Compiling either v1.9.0
14602024-01-15T21:31:56.874Z Compiling anstyle-query v1.0.0
14612024-01-15T21:31:56.975Z Compiling colorchoice v1.0.0
14622024-01-15T21:31:57.141Z Compiling stable_deref_trait v1.2.0
14632024-01-15T21:31:57.247Z Compiling anstream v0.5.0
14642024-01-15T21:31:57.809Z Compiling postgres-protocol v0.6.6
14652024-01-15T21:31:58.741Z Compiling diesel_derives v2.1.2
14662024-01-15T21:31:59.994Z Compiling terminal_size v0.2.6
14672024-01-15T21:32:00.125Z Compiling inout v0.1.3
14682024-01-15T21:32:00.570Z Compiling pkcs8 v0.10.2
14692024-01-15T21:32:00.807Z Compiling phf_shared v0.11.2
14702024-01-15T21:32:02.680Z Compiling ff v0.13.0
14712024-01-15T21:32:02.858Z Compiling snafu-derive v0.7.5
14722024-01-15T21:32:03.028Z Compiling serde_repr v0.1.16
14732024-01-15T21:32:03.051Z Compiling scheduled-thread-pool v0.2.7
14742024-01-15T21:32:04.368Z Compiling managed v0.8.0
14752024-01-15T21:32:04.523Z Compiling regex-automata v0.1.10
14762024-01-15T21:32:05.001Z Compiling bit-vec v0.6.3
14772024-01-15T21:32:05.105Z Compiling matches v0.1.10
14782024-01-15T21:32:05.432Z Compiling clap_lex v0.5.1
14792024-01-15T21:32:05.563Z Compiling base16ct v0.2.0
14802024-01-15T21:32:05.745Z Compiling idna v0.2.3
14812024-01-15T21:32:06.066Z Compiling sec1 v0.7.3
14822024-01-15T21:32:06.279Z Compiling clap_builder v4.4.2
14832024-01-15T21:32:07.119Z Compiling bstr v0.2.17
14842024-01-15T21:32:08.954Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14852024-01-15T21:32:13.139Z Compiling r2d2 v0.8.10
14862024-01-15T21:32:14.231Z Compiling group v0.13.0
14872024-01-15T21:32:17.935Z Compiling phf v0.11.2
14882024-01-15T21:32:18.024Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14892024-01-15T21:32:18.225Z Compiling cipher v0.4.4
14902024-01-15T21:32:18.393Z Compiling bzip2 v0.4.4
14912024-01-15T21:32:19.008Z Compiling postgres-types v0.2.6
14922024-01-15T21:32:19.062Z Compiling itertools v0.11.0
14932024-01-15T21:32:19.851Z Compiling pin-project v1.1.3
14942024-01-15T21:32:20.041Z Compiling zerocopy v0.6.4
14952024-01-15T21:32:21.553Z Compiling hubpack v0.1.2
14962024-01-15T21:32:21.731Z Compiling phf_shared v0.10.0
14972024-01-15T21:32:22.500Z Compiling hkdf v0.12.4
14982024-01-15T21:32:22.551Z Compiling ipnetwork v0.20.0
14992024-01-15T21:32:22.894Z Compiling crypto-bigint v0.5.2
15002024-01-15T21:32:23.190Z Compiling futures-executor v0.3.30
15012024-01-15T21:32:23.723Z Compiling getopts v0.2.21
15022024-01-15T21:32:24.043Z Compiling float-cmp v0.9.0
15032024-01-15T21:32:24.250Z Compiling fixedbitset v0.4.2
15042024-01-15T21:32:24.384Z Compiling regex-automata v0.3.8
15052024-01-15T21:32:25.024Z Compiling normalize-line-endings v0.3.0
15062024-01-15T21:32:25.202Z Compiling whoami v1.4.1
15072024-01-15T21:32:25.485Z Compiling unsafe-libyaml v0.2.10
15082024-01-15T21:32:26.277Z Compiling data-encoding v2.4.0
15092024-01-15T21:32:27.237Z Compiling minimal-lexical v0.2.1
15102024-01-15T21:32:28.938Z Compiling difflib v0.4.0
15112024-01-15T21:32:30.325Z Compiling precomputed-hash v0.1.1
15122024-01-15T21:32:30.344Z Compiling new_debug_unreachable v1.0.4
15132024-01-15T21:32:30.477Z Compiling predicates-core v1.0.6
15142024-01-15T21:32:30.502Z Compiling static_assertions v1.1.0
15152024-01-15T21:32:30.647Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15162024-01-15T21:32:30.889Z Compiling predicates v3.0.4
15172024-01-15T21:32:31.074Z Compiling string_cache v0.8.7
15182024-01-15T21:32:31.712Z Compiling trust-dns-proto v0.22.0
15192024-01-15T21:32:31.904Z Compiling nom v7.1.3
15202024-01-15T21:32:32.238Z Compiling serde_yaml v0.9.25
15212024-01-15T21:32:33.136Z Compiling bstr v1.6.0
15222024-01-15T21:32:33.915Z Compiling diesel v2.1.4
15232024-01-15T21:32:35.847Z Compiling elliptic-curve v0.13.8
15242024-01-15T21:32:37.180Z Compiling tokio-postgres v0.7.10
15252024-01-15T21:32:38.439Z Compiling petgraph v0.6.4
15262024-01-15T21:32:39.727Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15272024-01-15T21:32:41.967Z Compiling futures v0.3.30
15282024-01-15T21:32:45.473Z Compiling yasna v0.5.2
15292024-01-15T21:32:45.971Z Compiling snafu v0.7.5
15302024-01-15T21:32:46.845Z Compiling zip v0.6.6
15312024-01-15T21:32:48.841Z Compiling clap v4.4.3
15322024-01-15T21:32:48.909Z Compiling similar v2.3.0
15332024-01-15T21:32:49.017Z Compiling bit-set v0.5.3
15342024-01-15T21:32:49.268Z Compiling itertools v0.10.5
15352024-01-15T21:32:49.517Z Compiling usdt v0.3.5
15362024-01-15T21:32:49.948Z Compiling tokio-stream v0.1.14
15372024-01-15T21:32:51.584Z Compiling console v0.15.8
15382024-01-15T21:32:53.295Z Compiling lalrpop-util v0.19.12
15392024-01-15T21:32:54.119Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15402024-01-15T21:33:44.168Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15412024-01-15T21:33:44.605Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15422024-01-15T21:33:46.054Z Compiling sha1 v0.10.6
15432024-01-15T21:33:59.228Z Compiling atty v0.2.14
15442024-01-15T21:33:59.430Z Compiling match_cfg v0.1.0
15452024-01-15T21:33:59.602Z Compiling hostname v0.3.1
15462024-01-15T21:33:59.961Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15472024-01-15T21:34:00.115Z Compiling dirs-sys-next v0.1.2
15482024-01-15T21:34:00.267Z Compiling ident_case v1.0.1
15492024-01-15T21:34:00.558Z Compiling darling_core v0.20.3
15502024-01-15T21:34:00.948Z Compiling dirs-next v2.0.0
15512024-01-15T21:34:01.202Z Compiling thread_local v1.1.7
15522024-01-15T21:34:01.267Z Compiling slog-async v2.8.0
15532024-01-15T21:34:01.947Z Compiling camino v1.1.6
15542024-01-15T21:34:02.183Z Compiling term v0.7.0
15552024-01-15T21:34:02.305Z Compiling crossbeam-channel v0.5.8
15562024-01-15T21:34:03.036Z Compiling multer v3.0.0
15572024-01-15T21:34:03.106Z Compiling instant v0.1.12
15582024-01-15T21:34:03.324Z Compiling take_mut v0.2.2
15592024-01-15T21:34:03.481Z Compiling paste v1.0.14
15602024-01-15T21:34:03.655Z Compiling slog-term v2.9.0
15612024-01-15T21:34:04.817Z Compiling slog-json v2.6.1
15622024-01-15T21:34:05.421Z Compiling http v1.0.0
15632024-01-15T21:34:05.785Z Compiling async-stream-impl v0.3.5
15642024-01-15T21:34:06.166Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
15652024-01-15T21:34:06.405Z Compiling rustls-pki-types v1.1.0
15662024-01-15T21:34:06.647Z Compiling atomic-waker v1.1.1
15672024-01-15T21:34:06.944Z Compiling debug-ignore v1.0.5
15682024-01-15T21:34:07.165Z Compiling rustls-pemfile v2.0.0
15692024-01-15T21:34:07.578Z Compiling waitgroup v0.1.2
15702024-01-15T21:34:07.897Z Compiling slog-bunyan v2.5.0
15712024-01-15T21:34:07.942Z Compiling toml v0.8.8
15722024-01-15T21:34:08.223Z Compiling async-stream v0.3.5
15732024-01-15T21:34:08.226Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
15742024-01-15T21:34:08.740Z Compiling serde_path_to_error v0.1.15
15752024-01-15T21:34:09.968Z Compiling structmeta-derive v0.2.0
15762024-01-15T21:34:09.990Z Compiling strum v0.25.0
15772024-01-15T21:34:10.112Z Compiling regex-syntax v0.7.5
15782024-01-15T21:34:10.219Z Compiling backoff v0.4.0
15792024-01-15T21:34:10.241Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15802024-01-15T21:34:10.761Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15812024-01-15T21:34:10.879Z Compiling macaddr v1.0.1
15822024-01-15T21:34:10.986Z Compiling proc-macro-error-attr v1.0.4
15832024-01-15T21:34:11.384Z Compiling darling_macro v0.20.3
15842024-01-15T21:34:11.460Z Compiling proc-macro-crate v1.3.1
15852024-01-15T21:34:11.595Z Compiling proc-macro-error v1.0.4
15862024-01-15T21:34:12.266Z Compiling smoltcp v0.10.0
15872024-01-15T21:34:13.038Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15882024-01-15T21:34:13.080Z Compiling darling v0.20.3
15892024-01-15T21:34:13.253Z Compiling serde_with_macros v3.4.0
15902024-01-15T21:34:13.293Z Compiling num_enum_derive v0.5.11
15912024-01-15T21:34:13.614Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15922024-01-15T21:34:14.059Z Compiling cobs v0.2.3
15932024-01-15T21:34:14.568Z Compiling fastrand v2.0.0
15942024-01-15T21:34:14.756Z Compiling embedded-io v0.4.0
15952024-01-15T21:34:15.137Z Compiling tempfile v3.8.1
15962024-01-15T21:34:15.373Z Compiling structmeta v0.2.0
15972024-01-15T21:34:15.515Z Compiling postcard v1.0.8
15982024-01-15T21:34:16.687Z Compiling foreign-types-macros v0.2.3
15992024-01-15T21:34:17.083Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16002024-01-15T21:34:17.555Z Compiling foreign-types-shared v0.3.1
16012024-01-15T21:34:17.740Z Compiling crucible-workspace-hack v0.1.0
16022024-01-15T21:34:17.830Z Compiling serde_with v3.4.0
16032024-01-15T21:34:18.018Z Compiling num_enum v0.5.11
16042024-01-15T21:34:18.185Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16052024-01-15T21:34:18.253Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16062024-01-15T21:34:18.466Z Compiling same-file v1.0.6
16072024-01-15T21:34:18.740Z Compiling walkdir v2.4.0
16082024-01-15T21:34:18.883Z Compiling foreign-types v0.5.0
16092024-01-15T21:34:19.276Z Compiling is-terminal v0.4.9
16102024-01-15T21:34:19.358Z Compiling semver-parser v0.10.2
16112024-01-15T21:34:19.470Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16122024-01-15T21:34:20.065Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16132024-01-15T21:34:20.881Z Compiling cstr-argument v0.1.2
16142024-01-15T21:34:21.328Z Compiling pretty-hex v0.2.1
16152024-01-15T21:34:21.657Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16162024-01-15T21:34:22.113Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16172024-01-15T21:34:22.446Z Compiling parse-display-derive v0.8.2
16182024-01-15T21:34:23.254Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16192024-01-15T21:34:23.824Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16202024-01-15T21:34:24.271Z Compiling semver v0.11.0
16212024-01-15T21:34:24.933Z Compiling colored v2.0.4
16222024-01-15T21:34:25.150Z Compiling filetime v0.2.23
16232024-01-15T21:34:25.227Z Compiling xattr v1.0.1
16242024-01-15T21:34:25.599Z Compiling home v0.5.5
16252024-01-15T21:34:25.646Z Compiling tar v0.4.40
16262024-01-15T21:34:25.750Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16272024-01-15T21:34:25.999Z Compiling toolchain_find v0.2.0
16282024-01-15T21:34:26.107Z Compiling camino-tempfile v1.1.1
16292024-01-15T21:34:26.856Z Compiling zone_cfg_derive v0.3.0
16302024-01-15T21:34:26.997Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16312024-01-15T21:34:27.082Z Compiling textwrap v0.11.0
16322024-01-15T21:34:27.706Z Compiling heck v0.3.3
16332024-01-15T21:34:28.370Z Compiling toml v0.5.11
16342024-01-15T21:34:28.619Z Compiling num-derive v0.4.0
16352024-01-15T21:34:29.000Z Compiling platforms v3.0.2
16362024-01-15T21:34:29.283Z Compiling libefi-sys v0.1.0
16372024-01-15T21:34:29.422Z Compiling ansi_term v0.12.1
16382024-01-15T21:34:29.526Z Compiling vec_map v0.8.2
16392024-01-15T21:34:29.725Z Compiling strsim v0.8.0
16402024-01-15T21:34:30.051Z Compiling clap v2.34.0
16412024-01-15T21:34:30.239Z Compiling parse-display v0.8.2
16422024-01-15T21:34:30.309Z Compiling zone v0.3.0
16432024-01-15T21:34:30.538Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16442024-01-15T21:34:31.087Z Compiling structopt-derive v0.4.18
16452024-01-15T21:34:32.241Z Compiling rustfmt-wrapper v0.2.0
16462024-01-15T21:34:32.759Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16472024-01-15T21:34:32.762Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
16482024-01-15T21:34:32.963Z Compiling omicron-zone-package v0.9.1
16492024-01-15T21:34:33.443Z Compiling smf v0.2.2
16502024-01-15T21:34:34.412Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16512024-01-15T21:34:35.772Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16522024-01-15T21:34:35.969Z Compiling unicase v2.7.0
16532024-01-15T21:34:36.054Z Compiling curve25519-dalek v4.1.1
16542024-01-15T21:34:36.291Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16552024-01-15T21:34:36.465Z Compiling universal-hash v0.5.1
16562024-01-15T21:34:36.496Z Compiling structopt v0.3.26
16572024-01-15T21:34:36.764Z Compiling opaque-debug v0.3.0
16582024-01-15T21:34:36.843Z Compiling curve25519-dalek-derive v0.1.0
16592024-01-15T21:34:36.905Z Compiling num-rational v0.4.1
16602024-01-15T21:34:36.928Z Compiling getrandom v0.1.16
16612024-01-15T21:34:37.407Z Compiling signature v2.1.0
16622024-01-15T21:34:37.558Z Compiling keccak v0.1.4
16632024-01-15T21:34:37.749Z Compiling linked-hash-map v0.5.6
16642024-01-15T21:34:37.796Z Compiling parking_lot_core v0.8.6
16652024-01-15T21:34:38.062Z Compiling quick-error v1.2.3
16662024-01-15T21:34:38.281Z Compiling lru-cache v0.1.2
16672024-01-15T21:34:38.359Z Compiling resolv-conf v0.7.0
16682024-01-15T21:34:38.580Z Compiling sha3 v0.10.8
16692024-01-15T21:34:39.775Z Compiling password-hash v0.5.0
16702024-01-15T21:34:40.006Z Compiling blake2 v0.10.6
16712024-01-15T21:34:40.126Z Compiling aead v0.5.2
16722024-01-15T21:34:40.176Z Compiling secrecy v0.8.0
16732024-01-15T21:34:40.598Z Compiling num-complex v0.4.4
16742024-01-15T21:34:40.664Z Compiling nibble_vec v0.1.0
16752024-01-15T21:34:40.974Z Compiling slog-dtrace v0.2.3
16762024-01-15T21:34:41.517Z Compiling convert_case v0.4.0
16772024-01-15T21:34:41.641Z Compiling endian-type v0.1.2
16782024-01-15T21:34:41.988Z Compiling arc-swap v1.6.0
16792024-01-15T21:34:42.439Z Compiling utf-8 v0.7.6
16802024-01-15T21:34:42.518Z Compiling cancel-safe-futures v0.1.5
16812024-01-15T21:34:42.555Z Compiling winapi v0.3.9
16822024-01-15T21:34:42.932Z Compiling tungstenite v0.20.1
16832024-01-15T21:34:43.081Z Compiling slog-scope v4.4.0
16842024-01-15T21:34:43.084Z Compiling derive_more v0.99.17
16852024-01-15T21:34:43.084Z Compiling num v0.4.1
16862024-01-15T21:34:43.260Z Compiling radix_trie v0.2.1
16872024-01-15T21:34:44.052Z Compiling argon2 v0.5.2
16882024-01-15T21:34:44.258Z Compiling mime_guess v2.0.4
16892024-01-15T21:34:44.412Z Compiling trust-dns-resolver v0.22.0
16902024-01-15T21:34:45.787Z Compiling rand_core v0.5.1
16912024-01-15T21:34:46.641Z Compiling poly1305 v0.8.0
16922024-01-15T21:34:47.021Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16932024-01-15T21:34:47.680Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16942024-01-15T21:34:48.180Z Compiling chacha20 v0.9.1
16952024-01-15T21:34:48.943Z Compiling rfc6979 v0.4.0
16962024-01-15T21:34:48.980Z Compiling thiserror-impl-no-std v2.0.2
16972024-01-15T21:34:49.237Z Compiling option-ext v0.2.0
16982024-01-15T21:34:49.423Z Compiling half v1.8.2
16992024-01-15T21:34:49.447Z Compiling ciborium-io v0.2.1
17002024-01-15T21:34:49.629Z Compiling dirs-sys v0.4.1
17012024-01-15T21:34:49.651Z Compiling ecdsa v0.16.9
17022024-01-15T21:34:50.442Z Compiling ciborium-ll v0.2.1
17032024-01-15T21:34:50.677Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17042024-01-15T21:34:51.072Z Compiling parking_lot v0.11.2
17052024-01-15T21:34:51.237Z Compiling rand_chacha v0.2.2
17062024-01-15T21:34:51.793Z Compiling tokio-tungstenite v0.20.1
17072024-01-15T21:34:52.842Z Compiling trust-dns-client v0.22.0
17082024-01-15T21:34:53.703Z Compiling slog-stdlog v4.1.1
17092024-01-15T21:34:54.316Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17102024-01-15T21:34:54.687Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17112024-01-15T21:34:54.815Z Compiling thiserror-no-std v2.0.2
17122024-01-15T21:34:54.838Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17132024-01-15T21:34:54.987Z Compiling ed25519 v2.2.2
17142024-01-15T21:34:55.672Z Compiling polyval v0.6.1
17152024-01-15T21:34:55.753Z Compiling primeorder v0.13.6
17162024-01-15T21:34:56.391Z Compiling blowfish v0.9.1
17172024-01-15T21:34:56.648Z Compiling aes v0.8.3
17182024-01-15T21:34:57.137Z Compiling ctr v0.9.2
17192024-01-15T21:34:57.693Z Compiling password-hash v0.4.2
17202024-01-15T21:34:58.090Z Compiling libsw v3.3.1
17212024-01-15T21:34:58.580Z Compiling pbkdf2 v0.12.2
17222024-01-15T21:34:58.827Z Compiling derive-where v1.2.7
17232024-01-15T21:34:59.357Z Compiling fxhash v0.2.1
17242024-01-15T21:35:00.656Z Compiling swrite v0.1.0
17252024-01-15T21:35:00.851Z Compiling owo-colors v3.5.0
17262024-01-15T21:35:01.738Z Compiling linear-map v1.2.0
17272024-01-15T21:35:02.311Z Compiling glob v0.3.1
17282024-01-15T21:35:04.222Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17292024-01-15T21:35:04.922Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17302024-01-15T21:35:05.102Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17312024-01-15T21:35:05.219Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17322024-01-15T21:35:05.748Z Compiling trust-dns-server v0.22.1
17332024-01-15T21:35:07.462Z Compiling sled v0.34.7
17342024-01-15T21:35:10.818Z Compiling bcrypt-pbkdf v0.10.0
17352024-01-15T21:35:11.827Z Compiling pbkdf2 v0.11.0
17362024-01-15T21:35:12.377Z Compiling p256 v0.13.2
17372024-01-15T21:35:13.041Z Compiling ghash v0.5.0
17382024-01-15T21:35:13.332Z Compiling ed25519-dalek v2.0.0
17392024-01-15T21:35:13.883Z Compiling vsss-rs v3.3.4
17402024-01-15T21:35:15.182Z Compiling slog-envlogger v2.2.0
17412024-01-15T21:35:16.490Z Compiling russh-cryptovec v0.7.0
17422024-01-15T21:35:16.997Z Compiling rand v0.7.3
17432024-01-15T21:35:20.032Z Compiling ciborium v0.2.1
17442024-01-15T21:35:21.238Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17452024-01-15T21:35:21.321Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17462024-01-15T21:35:21.989Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17472024-01-15T21:35:22.134Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17482024-01-15T21:35:22.767Z Compiling dirs v5.0.1
17492024-01-15T21:35:22.863Z Compiling chacha20poly1305 v0.10.1
17502024-01-15T21:35:23.030Z Compiling cbc v0.1.2
17512024-01-15T21:35:23.202Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17522024-01-15T21:35:23.236Z Compiling pem v3.0.2
17532024-01-15T21:35:23.406Z Compiling headers-core v0.2.0
17542024-01-15T21:35:23.656Z Compiling kstat-rs v0.2.3
17552024-01-15T21:35:23.804Z Compiling md5 v0.7.0
17562024-01-15T21:35:24.562Z Compiling http-range v0.1.5
17572024-01-15T21:35:24.683Z Compiling pretty-hex v0.4.1
17582024-01-15T21:35:25.016Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17592024-01-15T21:35:25.172Z Compiling hyper-staticfile v0.9.5
17602024-01-15T21:35:26.555Z Compiling russh-keys v0.40.1
17612024-01-15T21:35:26.745Z Compiling rcgen v0.11.3
17622024-01-15T21:35:28.919Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17632024-01-15T21:35:30.517Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17642024-01-15T21:35:31.284Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17652024-01-15T21:35:32.450Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17662024-01-15T21:35:34.644Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17672024-01-15T21:35:34.917Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17682024-01-15T21:35:37.364Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17692024-01-15T21:35:40.115Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17702024-01-15T21:35:40.507Z Compiling headers v0.3.9
17712024-01-15T21:35:42.463Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17722024-01-15T21:35:44.156Z Compiling aes-gcm v0.10.3
17732024-01-15T21:35:44.647Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17742024-01-15T21:35:48.266Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17752024-01-15T21:35:55.629Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
17762024-01-15T21:35:56.317Z Compiling atomicwrites v0.4.3
17772024-01-15T21:35:56.867Z Compiling itertools v0.12.0
17782024-01-15T21:35:58.515Z Compiling subprocess v0.2.9
17792024-01-15T21:35:58.833Z Compiling hex-literal v0.4.1
17802024-01-15T21:35:59.068Z Compiling display-error-chain v0.2.0
17812024-01-15T21:35:59.330Z Compiling russh v0.40.2
17822024-01-15T21:36:00.814Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17832024-01-15T21:36:02.045Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17842024-01-15T21:36:02.173Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17852024-01-15T21:36:35.396Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17862024-01-15T21:38:07.504Z Finished dev [unoptimized + debuginfo] target(s) in 8m 36s
17872024-01-15T21:38:07.862Z
17882024-01-15T21:38:07.862Zreal 8:36.961815263
17892024-01-15T21:38:07.862Zuser 47:10.800881593
17902024-01-15T21:38:07.862Zsys 6:57.570662832
17912024-01-15T21:38:07.862Ztrap 1.897770598
17922024-01-15T21:38:07.863Ztflt 2.579180811
17932024-01-15T21:38:07.863Zdflt 6.115101251
17942024-01-15T21:38:07.863Zkflt 0.017911501
17952024-01-15T21:38:07.863Zlock 1:37:43.456666839
17962024-01-15T21:38:07.867Zslp 2:14:20.740206613
17972024-01-15T21:38:07.867Zlat 2:04.381172183
17982024-01-15T21:38:07.867Zstop 4:43.492813299
17992024-01-15T21:38:07.867Z+ mkdir -p /work/end-to-end-tests
18002024-01-15T21:38:07.870Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18012024-01-15T21:38:08.860Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18022024-01-15T21:38:08.860Z+ ptime -m gzip
18032024-01-15T21:38:08.864Z++ basename target/debug/bootstrap
18042024-01-15T21:38:26.199Z
18052024-01-15T21:38:26.199Zreal 17.333790026
18062024-01-15T21:38:26.199Zuser 17.116901438
18072024-01-15T21:38:26.199Zsys 0.202938976
18082024-01-15T21:38:26.199Ztrap 0.007122399
18092024-01-15T21:38:26.199Ztflt 0.000000000
18102024-01-15T21:38:26.203Zdflt 0.000000000
18112024-01-15T21:38:26.203Zkflt 0.000000000
18122024-01-15T21:38:26.203Zlock 0.000000000
18132024-01-15T21:38:26.203Zslp 0.000000000
18142024-01-15T21:38:26.203Zlat 0.006465205
18152024-01-15T21:38:26.203Zstop 0.000233868
18162024-01-15T21:38:26.203Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18172024-01-15T21:38:26.203Z+ ptime -m gzip
18182024-01-15T21:38:26.203Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-29cdd1ea464df3b1
18192024-01-15T21:38:27.301Z
18202024-01-15T21:38:27.301Zreal 1.094118118
18212024-01-15T21:38:27.301Zuser 1.080578906
18222024-01-15T21:38:27.301Zsys 0.012492691
18232024-01-15T21:38:27.301Ztrap 0.000412596
18242024-01-15T21:38:27.301Ztflt 0.000000000
18252024-01-15T21:38:27.301Zdflt 0.000000000
18262024-01-15T21:38:27.305Zkflt 0.000000000
18272024-01-15T21:38:27.305Zlock 0.000000000
18282024-01-15T21:38:27.305Zslp 0.000000000
18292024-01-15T21:38:27.305Zlat 0.000232160
18302024-01-15T21:38:27.305Zstop 0.000264738
18312024-01-15T21:38:27.305Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18322024-01-15T21:38:27.305Z+ ptime -m gzip
18332024-01-15T21:38:27.305Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bae04a45dbbda4ab
18342024-01-15T21:38:45.066Z
18352024-01-15T21:38:45.066Zreal 17.758571471
18362024-01-15T21:38:45.066Zuser 17.553055917
18372024-01-15T21:38:45.066Zsys 0.198219585
18382024-01-15T21:38:45.066Ztrap 0.005373570
18392024-01-15T21:38:45.066Ztflt 0.000000000
18402024-01-15T21:38:45.070Zdflt 0.000000000
18412024-01-15T21:38:45.070Zkflt 0.000000000
18422024-01-15T21:38:45.070Zlock 0.000000000
18432024-01-15T21:38:45.070Zslp 0.000000000
18442024-01-15T21:38:45.070Zlat 0.001550010
18452024-01-15T21:38:45.070Zstop 0.000242206
18462024-01-15T21:38:45.070Z+ banner caboose-util
18472024-01-15T21:38:45.070Z
18482024-01-15T21:38:45.070Z #### ## ##### #### #### #### ###### # # #####
18492024-01-15T21:38:45.072Z # # # # # # # # # # # # # # #
18502024-01-15T21:38:45.072Z # # # ##### # # # # #### ##### ##### # # #
18512024-01-15T21:38:45.072Z # ###### # # # # # # # # # # #
18522024-01-15T21:38:45.072Z # # # # # # # # # # # # # # # #
18532024-01-15T21:38:45.072Z #### # # ##### #### #### #### ###### #### #
18542024-01-15T21:38:45.072Z
18552024-01-15T21:38:45.072Z+ ptime -m cargo build --locked -p caboose-util --release
18562024-01-15T21:38:45.781Z Downloading crates ...
18572024-01-15T21:38:46.117Z Downloaded radium v0.7.0
18582024-01-15T21:38:46.140Z Downloaded path-slash v0.1.5
18592024-01-15T21:38:46.143Z Downloaded nodrop v0.1.14
18602024-01-15T21:38:46.150Z Downloaded wyz v0.5.1
18612024-01-15T21:38:46.153Z Downloaded funty v2.0.0
18622024-01-15T21:38:46.159Z Downloaded tap v1.0.1
18632024-01-15T21:38:46.159Z Downloaded bitfield v0.14.0
18642024-01-15T21:38:46.162Z Downloaded crc v3.0.1
18652024-01-15T21:38:46.166Z Downloaded termcolor v1.2.0
18662024-01-15T21:38:46.169Z Downloaded maybe-uninit v2.0.0
18672024-01-15T21:38:46.172Z Downloaded packed_struct_codegen v0.10.1
18682024-01-15T21:38:46.172Z Downloaded serde-hex v0.1.0
18692024-01-15T21:38:46.175Z Downloaded x509-cert v0.2.4
18702024-01-15T21:38:46.219Z Downloaded ron v0.8.1
18712024-01-15T21:38:46.223Z Downloaded pkcs1 v0.7.5
18722024-01-15T21:38:46.223Z Downloaded num-bigint-dig v0.8.4
18732024-01-15T21:38:46.223Z Downloaded bitvec v1.0.1
18742024-01-15T21:38:46.240Z Downloaded object v0.30.4
18752024-01-15T21:38:46.258Z Downloaded rsa v0.9.2
18762024-01-15T21:38:46.267Z Downloaded env_logger v0.10.0
18772024-01-15T21:38:46.271Z Downloaded crc-any v2.4.3
18782024-01-15T21:38:46.275Z Downloaded crc-catalog v2.2.0
18792024-01-15T21:38:46.281Z Downloaded packed_struct v0.10.1
18802024-01-15T21:38:46.284Z Downloaded smallvec v0.6.14
18812024-01-15T21:38:46.284Z Downloaded array-init v0.0.4
18822024-01-15T21:38:46.462Z Compiling proc-macro2 v1.0.74
18832024-01-15T21:38:46.465Z Compiling unicode-ident v1.0.12
18842024-01-15T21:38:46.465Z Compiling libc v0.2.152
18852024-01-15T21:38:46.465Z Compiling autocfg v1.1.0
18862024-01-15T21:38:46.465Z Compiling serde v1.0.195
18872024-01-15T21:38:46.465Z Compiling cfg-if v1.0.0
18882024-01-15T21:38:46.504Z Compiling version_check v0.9.4
18892024-01-15T21:38:46.637Z Compiling typenum v1.16.0
18902024-01-15T21:38:46.652Z Compiling syn v1.0.109
18912024-01-15T21:38:46.732Z Compiling parking_lot_core v0.9.8
18922024-01-15T21:38:47.309Z Compiling libm v0.2.7
18932024-01-15T21:38:47.350Z Compiling once_cell v1.19.0
18942024-01-15T21:38:47.552Z Compiling generic-array v0.14.7
18952024-01-15T21:38:47.611Z Compiling lock_api v0.4.10
18962024-01-15T21:38:47.799Z Compiling num-traits v0.2.16
18972024-01-15T21:38:47.963Z Compiling pkg-config v0.3.27
18982024-01-15T21:38:47.979Z Compiling scopeguard v1.2.0
18992024-01-15T21:38:48.130Z Compiling slab v0.4.9
19002024-01-15T21:38:48.245Z Compiling serde_json v1.0.111
19012024-01-15T21:38:48.557Z Compiling memchr v2.6.3
19022024-01-15T21:38:48.719Z Compiling quote v1.0.35
19032024-01-15T21:38:48.960Z Compiling thiserror v1.0.49
19042024-01-15T21:38:49.645Z Compiling syn v2.0.46
19052024-01-15T21:38:49.689Z Compiling cc v1.0.83
19062024-01-15T21:38:49.743Z Compiling getrandom v0.2.10
19072024-01-15T21:38:50.443Z Compiling rand_core v0.6.4
19082024-01-15T21:38:51.251Z Compiling byteorder v1.5.0
19092024-01-15T21:38:51.283Z Compiling itoa v1.0.9
19102024-01-15T21:38:51.740Z Compiling smallvec v1.11.2
19112024-01-15T21:38:52.512Z Compiling log v0.4.20
19122024-01-15T21:38:52.576Z Compiling vcpkg v0.2.15
19132024-01-15T21:38:54.191Z Compiling const-oid v0.9.5
19142024-01-15T21:38:54.615Z Compiling pin-project-lite v0.2.13
19152024-01-15T21:38:54.788Z Compiling parking_lot v0.12.1
19162024-01-15T21:38:54.942Z Compiling ring v0.17.7
19172024-01-15T21:38:55.141Z Compiling indexmap v1.9.3
19182024-01-15T21:38:55.467Z Compiling openssl-sys v0.9.96
19192024-01-15T21:38:56.710Z Compiling io-lifetimes v1.0.11
19202024-01-15T21:38:56.832Z Compiling subtle v2.5.0
19212024-01-15T21:38:57.328Z Compiling heck v0.4.1
19222024-01-15T21:38:57.474Z Compiling ring v0.16.20
19232024-01-15T21:38:57.961Z Compiling num-integer v0.1.45
19242024-01-15T21:38:58.014Z Compiling futures-core v0.3.30
19252024-01-15T21:38:58.362Z Compiling semver v1.0.21
19262024-01-15T21:38:58.389Z Compiling ryu v1.0.15
19272024-01-15T21:38:59.108Z Compiling rustix v0.37.23
19282024-01-15T21:38:59.982Z Compiling spin v0.5.2
19292024-01-15T21:39:00.824Z Compiling mio v0.8.9
19302024-01-15T21:39:01.008Z Compiling num_cpus v1.16.0
19312024-01-15T21:39:01.217Z Compiling signal-hook-registry v1.4.1
19322024-01-15T21:39:01.442Z Compiling socket2 v0.5.5
19332024-01-15T21:39:02.064Z Compiling futures-sink v0.3.30
19342024-01-15T21:39:02.283Z Compiling unicode-xid v0.2.4
19352024-01-15T21:39:02.298Z Compiling httparse v1.8.0
19362024-01-15T21:39:02.644Z Compiling ucd-trie v0.1.6
19372024-01-15T21:39:02.857Z Compiling openssl v0.10.60
19382024-01-15T21:39:02.887Z Compiling synstructure v0.12.6
19392024-01-15T21:39:03.395Z Compiling tinyvec_macros v0.1.1
19402024-01-15T21:39:03.447Z Compiling futures-channel v0.3.30
19412024-01-15T21:39:03.511Z Compiling tinyvec v1.6.0
19422024-01-15T21:39:04.415Z Compiling ppv-lite86 v0.2.17
19432024-01-15T21:39:05.608Z Compiling crc32fast v1.3.2
19442024-01-15T21:39:05.863Z Compiling rustls v0.21.9
19452024-01-15T21:39:06.277Z Compiling futures-task v0.3.30
19462024-01-15T21:39:06.316Z Compiling futures-io v0.3.30
19472024-01-15T21:39:06.329Z Compiling native-tls v0.2.11
19482024-01-15T21:39:06.575Z Compiling pin-utils v0.1.0
19492024-01-15T21:39:06.706Z Compiling unicode-normalization v0.1.22
19502024-01-15T21:39:06.722Z Compiling rand_chacha v0.3.1
19512024-01-15T21:39:06.725Z Compiling bzip2-sys v0.1.11+1.0.8
19522024-01-15T21:39:06.812Z Compiling spin v0.9.8
19532024-01-15T21:39:07.225Z Compiling tracing-core v0.1.31
19542024-01-15T21:39:07.391Z Compiling base64ct v1.6.0
19552024-01-15T21:39:07.656Z Compiling unicode-bidi v0.3.13
19562024-01-15T21:39:08.390Z Compiling pem-rfc7468 v0.7.0
19572024-01-15T21:39:08.731Z Compiling rand v0.8.5
19582024-01-15T21:39:09.875Z Compiling errno v0.3.2
19592024-01-15T21:39:09.938Z Compiling num-iter v0.1.43
19602024-01-15T21:39:10.255Z Compiling usdt-impl v0.3.5
19612024-01-15T21:39:10.318Z Compiling ahash v0.8.6
19622024-01-15T21:39:10.740Z Compiling schemars v0.8.16
19632024-01-15T21:39:10.832Z Compiling base64 v0.21.7
19642024-01-15T21:39:11.080Z Compiling flagset v0.4.3
19652024-01-15T21:39:11.252Z Compiling rustix v0.38.25
19662024-01-15T21:39:11.843Z Compiling serde_derive v1.0.195
19672024-01-15T21:39:12.058Z Compiling zeroize_derive v1.4.2
19682024-01-15T21:39:12.116Z Compiling tokio-macros v2.2.0
19692024-01-15T21:39:12.230Z Compiling thiserror-impl v1.0.49
19702024-01-15T21:39:12.244Z Compiling futures-macro v0.3.30
19712024-01-15T21:39:12.747Z Compiling tracing-attributes v0.1.26
19722024-01-15T21:39:12.959Z Compiling der_derive v0.7.2
19732024-01-15T21:39:13.848Z Compiling zerocopy-derive v0.2.0
19742024-01-15T21:39:14.385Z Compiling zeroize v1.7.0
19752024-01-15T21:39:15.434Z Compiling openssl-macros v0.1.1
19762024-01-15T21:39:16.603Z Compiling futures-util v0.3.30
19772024-01-15T21:39:16.711Z Compiling zerocopy-derive v0.6.4
19782024-01-15T21:39:16.922Z Compiling zerocopy-derive v0.7.31
19792024-01-15T21:39:17.058Z Compiling pest v2.7.2
19802024-01-15T21:39:17.457Z Compiling crypto-common v0.1.6
19812024-01-15T21:39:17.528Z Compiling block-buffer v0.10.4
19822024-01-15T21:39:17.928Z Compiling digest v0.10.7
19832024-01-15T21:39:18.358Z Compiling tracing v0.1.37
19842024-01-15T21:39:18.678Z Compiling der v0.7.8
19852024-01-15T21:39:19.858Z Compiling serde_derive_internals v0.26.0
19862024-01-15T21:39:21.863Z Compiling pest_meta v2.7.2
19872024-01-15T21:39:24.515Z Compiling pest_generator v2.7.2
19882024-01-15T21:39:26.712Z Compiling fnv v1.0.7
19892024-01-15T21:39:26.891Z Compiling bitflags v1.3.2
19902024-01-15T21:39:27.241Z Compiling schemars_derive v0.8.16
19912024-01-15T21:39:27.602Z Compiling spki v0.7.2
19922024-01-15T21:39:28.884Z Compiling pest_derive v2.7.2
19932024-01-15T21:39:30.013Z Compiling zerocopy v0.3.0
19942024-01-15T21:39:31.047Z Compiling lazy_static v1.4.0
19952024-01-15T21:39:32.527Z Compiling backtrace v0.3.69
19962024-01-15T21:39:32.584Z Compiling num-bigint v0.4.4
19972024-01-15T21:39:32.984Z Compiling memoffset v0.9.0
19982024-01-15T21:39:33.130Z Compiling hashbrown v0.12.3
19992024-01-15T21:39:33.228Z Compiling smoltcp v0.9.1
20002024-01-15T21:39:33.274Z Compiling untrusted v0.9.0
20012024-01-15T21:39:33.440Z Compiling openssl-probe v0.1.5
20022024-01-15T21:39:33.526Z Compiling crossbeam-utils v0.8.16
20032024-01-15T21:39:33.860Z Compiling doc-comment v0.3.3
20042024-01-15T21:39:34.210Z Compiling hashbrown v0.14.2
20052024-01-15T21:39:34.295Z Compiling iana-time-zone v0.1.57
20062024-01-15T21:39:34.490Z Compiling untrusted v0.7.1
20072024-01-15T21:39:34.608Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20082024-01-15T21:39:34.787Z Compiling percent-encoding v2.3.1
20092024-01-15T21:39:35.224Z Compiling bytes v1.5.0
20102024-01-15T21:39:35.628Z Compiling bitflags v2.4.0
20112024-01-15T21:39:36.733Z Compiling tokio v1.35.1
20122024-01-15T21:39:36.761Z Compiling rustc_version v0.4.0
20132024-01-15T21:39:37.285Z Compiling http v0.2.11
20142024-01-15T21:39:37.365Z Compiling uuid v1.6.1
20152024-01-15T21:39:38.574Z Compiling heapless v0.7.16
20162024-01-15T21:39:39.525Z Compiling foreign-types-shared v0.1.1
20172024-01-15T21:39:40.672Z Compiling equivalent v1.0.1
20182024-01-15T21:39:40.675Z Compiling async-trait v0.1.77
20192024-01-15T21:39:40.675Z Compiling indexmap v2.1.0
20202024-01-15T21:39:40.675Z Compiling foreign-types v0.3.2
20212024-01-15T21:39:41.061Z Compiling chrono v0.4.31
20222024-01-15T21:39:44.990Z Compiling dof v0.1.5
20232024-01-15T21:39:46.293Z Compiling dtrace-parser v0.1.14
20242024-01-15T21:39:47.064Z Compiling hmac v0.12.1
20252024-01-15T21:39:47.379Z Compiling clap_derive v4.4.2
20262024-01-15T21:39:48.510Z Compiling thread-id v4.2.0
20272024-01-15T21:39:48.904Z Compiling rustversion v1.0.14
20282024-01-15T21:39:48.963Z Compiling siphasher v0.3.11
20292024-01-15T21:39:49.116Z Compiling anstyle v1.0.2
20302024-01-15T21:39:49.358Z Compiling try-lock v0.2.4
20312024-01-15T21:39:49.557Z Compiling tokio-util v0.7.10
20322024-01-15T21:39:49.947Z Compiling cpufeatures v0.2.9
20332024-01-15T21:39:50.032Z Compiling adler v1.0.2
20342024-01-15T21:39:50.285Z Compiling utf8parse v0.2.1
20352024-01-15T21:39:50.350Z Compiling time-core v0.1.1
20362024-01-15T21:39:50.544Z Compiling anstyle-parse v0.2.1
20372024-01-15T21:39:50.573Z Compiling time-macros v0.2.13
20382024-01-15T21:39:52.066Z Compiling h2 v0.3.21
20392024-01-15T21:39:54.335Z Compiling miniz_oxide v0.7.1
20402024-01-15T21:39:55.156Z Compiling sha2 v0.10.8
20412024-01-15T21:39:55.650Z Compiling want v0.3.1
20422024-01-15T21:39:59.141Z Compiling rustls-webpki v0.101.7
20432024-01-15T21:39:59.473Z Compiling sct v0.7.0
20442024-01-15T21:39:59.899Z Compiling http-body v0.4.5
20452024-01-15T21:40:01.373Z Compiling serde_tokenstream v0.1.7
20462024-01-15T21:40:01.933Z Compiling form_urlencoded v1.2.1
20472024-01-15T21:40:02.173Z Compiling pkcs8 v0.10.2
20482024-01-15T21:40:02.412Z Compiling hubpack_derive v0.1.1
20492024-01-15T21:40:02.909Z Compiling pin-project-internal v1.1.3
20502024-01-15T21:40:03.738Z Compiling socket2 v0.4.9
20512024-01-15T21:40:03.953Z Compiling crossbeam-epoch v0.9.15
20522024-01-15T21:40:05.088Z Compiling httpdate v1.0.3
20532024-01-15T21:40:05.160Z Compiling colorchoice v1.0.0
20542024-01-15T21:40:05.299Z Compiling radium v0.7.0
20552024-01-15T21:40:05.699Z Compiling slog v2.7.0
20562024-01-15T21:40:06.005Z Compiling tower-service v0.3.2
20572024-01-15T21:40:06.261Z Compiling anyhow v1.0.75
20582024-01-15T21:40:07.252Z Compiling anstyle-query v1.0.0
20592024-01-15T21:40:07.440Z Compiling anstream v0.5.0
20602024-01-15T21:40:08.184Z Compiling hyper v0.14.27
20612024-01-15T21:40:14.816Z Compiling terminal_size v0.2.6
20622024-01-15T21:40:17.443Z Compiling serde_spanned v0.6.4
20632024-01-15T21:40:17.775Z Compiling toml_datetime v0.6.5
20642024-01-15T21:40:18.427Z Compiling rustls-pemfile v1.0.3
20652024-01-15T21:40:18.931Z Compiling zerocopy v0.6.4
20662024-01-15T21:40:20.302Z Compiling md-5 v0.10.5
20672024-01-15T21:40:20.836Z Compiling idna v0.5.0
20682024-01-15T21:40:21.003Z Compiling stringprep v0.1.3
20692024-01-15T21:40:22.970Z Compiling diesel_table_macro_syntax v0.1.0
20702024-01-15T21:40:23.280Z Compiling hash32 v0.2.1
20712024-01-15T21:40:23.499Z Compiling aho-corasick v1.0.4
20722024-01-15T21:40:23.534Z Compiling either v1.9.0
20732024-01-15T21:40:23.735Z Compiling tap v1.0.1
20742024-01-15T21:40:24.053Z Compiling strsim v0.10.0
20752024-01-15T21:40:24.213Z Compiling fallible-iterator v0.2.0
20762024-01-15T21:40:24.217Z Compiling clap_lex v0.5.1
20772024-01-15T21:40:24.601Z Compiling regex-syntax v0.8.2
20782024-01-15T21:40:25.358Z Compiling stable_deref_trait v1.2.0
20792024-01-15T21:40:25.396Z Compiling gimli v0.28.0
20802024-01-15T21:40:25.492Z Compiling dyn-clone v1.0.13
20812024-01-15T21:40:25.769Z Compiling winnow v0.5.15
20822024-01-15T21:40:25.926Z Compiling maybe-uninit v2.0.0
20832024-01-15T21:40:26.881Z Compiling postgres-protocol v0.6.6
20842024-01-15T21:40:27.339Z Compiling clap_builder v4.4.2
20852024-01-15T21:40:28.996Z Compiling wyz v0.5.1
20862024-01-15T21:40:29.666Z Compiling diesel_derives v2.1.2
20872024-01-15T21:40:31.210Z Compiling regex-automata v0.4.3
20882024-01-15T21:40:31.604Z Compiling url v2.5.0
20892024-01-15T21:40:33.467Z Compiling addr2line v0.21.0
20902024-01-15T21:40:34.329Z Compiling tokio-rustls v0.24.1
20912024-01-15T21:40:34.473Z Compiling rustls-native-certs v0.6.3
20922024-01-15T21:40:34.948Z Compiling strum_macros v0.25.2
20932024-01-15T21:40:39.798Z Compiling tokio-native-tls v0.3.1
20942024-01-15T21:40:40.881Z Compiling usdt-macro v0.3.5
20952024-01-15T21:40:41.036Z Compiling usdt-attr-macro v0.3.5
20962024-01-15T21:40:42.770Z Compiling phf_shared v0.11.2
20972024-01-15T21:40:44.000Z Compiling zerocopy v0.7.31
20982024-01-15T21:40:44.458Z Compiling block-padding v0.3.3
20992024-01-15T21:40:44.807Z Compiling snafu-derive v0.7.5
21002024-01-15T21:40:44.993Z Compiling enum-as-inner v0.5.1
21012024-01-15T21:40:46.523Z Compiling serde_repr v0.1.16
21022024-01-15T21:40:47.356Z Compiling ff v0.13.0
21032024-01-15T21:40:47.710Z Compiling scheduled-thread-pool v0.2.7
21042024-01-15T21:40:48.216Z Compiling object v0.32.1
21052024-01-15T21:40:53.201Z Compiling bit-vec v0.6.3
21062024-01-15T21:40:53.779Z Compiling deranged v0.3.8
21072024-01-15T21:40:56.378Z Compiling base16ct v0.2.0
21082024-01-15T21:40:56.819Z Compiling packed_struct v0.10.1
21092024-01-15T21:40:56.883Z Compiling ipnet v2.8.0
21102024-01-15T21:40:57.419Z Compiling num_threads v0.1.6
21112024-01-15T21:40:57.615Z Compiling funty v2.0.0
21122024-01-15T21:40:57.618Z Compiling num-bigint-dig v0.8.4
21132024-01-15T21:40:58.043Z Compiling regex-automata v0.1.10
21142024-01-15T21:40:58.664Z Compiling managed v0.8.0
21152024-01-15T21:40:58.856Z Compiling matches v0.1.10
21162024-01-15T21:40:58.986Z Compiling rustc-demangle v0.1.23
21172024-01-15T21:40:59.597Z Compiling bitvec v1.0.1
21182024-01-15T21:41:01.492Z Compiling idna v0.2.3
21192024-01-15T21:41:02.655Z Compiling bstr v0.2.17
21202024-01-15T21:41:04.058Z Compiling time v0.3.27
21212024-01-15T21:41:04.200Z Compiling sec1 v0.7.3
21222024-01-15T21:41:05.198Z Compiling r2d2 v0.8.10
21232024-01-15T21:41:05.804Z Compiling group v0.13.0
21242024-01-15T21:41:07.485Z Compiling inout v0.1.3
21252024-01-15T21:41:11.873Z Compiling phf v0.11.2
21262024-01-15T21:41:12.327Z Compiling hyper-tls v0.5.0
21272024-01-15T21:41:12.399Z Compiling regex v1.10.2
21282024-01-15T21:41:12.838Z Compiling hyper-rustls v0.24.2
21292024-01-15T21:41:13.442Z Compiling clap v4.4.3
21302024-01-15T21:41:13.605Z Compiling toml_edit v0.19.15
21312024-01-15T21:41:13.619Z Compiling flate2 v1.0.28
21322024-01-15T21:41:13.955Z Compiling bzip2 v0.4.4
21332024-01-15T21:41:14.140Z Compiling ipnetwork v0.20.0
21342024-01-15T21:41:14.543Z Compiling postgres-types v0.2.6
21352024-01-15T21:41:15.025Z Compiling itertools v0.11.0
21362024-01-15T21:41:15.205Z Compiling pin-project v1.1.3
21372024-01-15T21:41:15.623Z Compiling hubpack v0.1.2
21382024-01-15T21:41:15.669Z Compiling serde_urlencoded v0.7.1
21392024-01-15T21:41:16.340Z Compiling phf_shared v0.10.0
21402024-01-15T21:41:16.549Z Compiling hkdf v0.12.4
21412024-01-15T21:41:16.971Z Compiling futures-executor v0.3.30
21422024-01-15T21:41:19.551Z Compiling crypto-bigint v0.5.2
21432024-01-15T21:41:21.638Z Compiling packed_struct_codegen v0.10.1
21442024-01-15T21:41:23.043Z Compiling float-cmp v0.9.0
21452024-01-15T21:41:23.325Z Compiling encoding_rs v0.8.33
21462024-01-15T21:41:23.721Z Compiling whoami v1.4.1
21472024-01-15T21:41:24.595Z Compiling unicode-width v0.1.11
21482024-01-15T21:41:25.771Z Compiling nodrop v0.1.14
21492024-01-15T21:41:25.958Z Compiling static_assertions v1.1.0
21502024-01-15T21:41:26.073Z Compiling fixedbitset v0.4.2
21512024-01-15T21:41:26.778Z Compiling predicates-core v1.0.6
21522024-01-15T21:41:27.436Z Compiling minimal-lexical v0.2.1
21532024-01-15T21:41:27.825Z Compiling normalize-line-endings v0.3.0
21542024-01-15T21:41:28.000Z Compiling precomputed-hash v0.1.1
21552024-01-15T21:41:28.161Z Compiling webpki-roots v0.25.2
21562024-01-15T21:41:28.294Z Compiling data-encoding v2.4.0
21572024-01-15T21:41:28.408Z Compiling crc-catalog v2.2.0
21582024-01-15T21:41:28.944Z Compiling difflib v0.4.0
21592024-01-15T21:41:29.883Z Compiling regex-automata v0.3.8
21602024-01-15T21:41:31.108Z Compiling new_debug_unreachable v1.0.4
21612024-01-15T21:41:31.245Z Compiling mime v0.3.17
21622024-01-15T21:41:31.289Z Compiling unicode-segmentation v1.10.1
21632024-01-15T21:41:32.106Z Compiling reqwest v0.11.22
21642024-01-15T21:41:33.901Z Compiling bstr v1.6.0
21652024-01-15T21:41:34.131Z Compiling similar v2.3.0
21662024-01-15T21:41:36.456Z Compiling string_cache v0.8.7
21672024-01-15T21:41:37.320Z Compiling predicates v3.0.4
21682024-01-15T21:41:39.294Z Compiling trust-dns-proto v0.22.0
21692024-01-15T21:41:40.630Z Compiling crc v3.0.1
21702024-01-15T21:41:41.844Z Compiling nom v7.1.3
21712024-01-15T21:41:48.417Z Compiling petgraph v0.6.4
21722024-01-15T21:41:52.412Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21732024-01-15T21:41:52.827Z Compiling array-init v0.0.4
21742024-01-15T21:41:54.865Z Compiling console v0.15.8
21752024-01-15T21:41:55.326Z Compiling tokio-postgres v0.7.10
21762024-01-15T21:41:57.373Z Compiling elliptic-curve v0.13.8
21772024-01-15T21:42:00.342Z Compiling toml v0.7.8
21782024-01-15T21:42:02.588Z Compiling futures v0.3.30
21792024-01-15T21:42:03.263Z Compiling snafu v0.7.5
21802024-01-15T21:42:03.945Z Compiling smallvec v0.6.14
21812024-01-15T21:42:04.011Z Compiling zip v0.6.6
21822024-01-15T21:42:04.305Z Compiling diesel v2.1.4
21832024-01-15T21:42:04.443Z Compiling yasna v0.5.2
21842024-01-15T21:42:05.175Z Compiling hashbrown v0.13.2
21852024-01-15T21:42:06.176Z Compiling cipher v0.4.4
21862024-01-15T21:42:09.089Z Compiling bit-set v0.5.3
21872024-01-15T21:42:09.543Z Compiling usdt v0.3.5
21882024-01-15T21:42:09.954Z Compiling is-terminal v0.4.9
21892024-01-15T21:42:10.140Z Compiling toml_edit v0.21.0
21902024-01-15T21:42:13.886Z Compiling itertools v0.10.5
21912024-01-15T21:42:14.325Z Compiling pkcs1 v0.7.5
21922024-01-15T21:42:18.761Z Compiling tokio-stream v0.1.14
21932024-01-15T21:42:20.364Z Compiling openapiv3 v2.0.0
21942024-01-15T21:42:20.814Z Compiling hex v0.4.3
21952024-01-15T21:42:23.011Z Compiling signature v2.1.0
21962024-01-15T21:42:28.669Z Compiling bitfield v0.14.0
21972024-01-15T21:42:30.379Z Compiling lalrpop-util v0.19.12
21982024-01-15T21:42:32.525Z Compiling termcolor v1.2.0
21992024-01-15T21:42:34.814Z Compiling env_logger v0.10.0
22002024-01-15T21:42:41.391Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22012024-01-15T21:42:56.517Z Compiling rsa v0.9.2
22022024-01-15T21:43:05.940Z Compiling serde-hex v0.1.0
22032024-01-15T21:43:10.526Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22042024-01-15T21:43:14.682Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22052024-01-15T21:43:15.532Z Compiling ron v0.8.1
22062024-01-15T21:43:16.217Z Compiling x509-cert v0.2.4
22072024-01-15T21:43:26.413Z Compiling crc-any v2.4.3
22082024-01-15T21:43:27.116Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22092024-01-15T21:43:42.372Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22102024-01-15T21:43:58.817Z Compiling object v0.30.4
22112024-01-15T21:44:09.076Z Compiling path-slash v0.1.5
22122024-01-15T21:44:12.782Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22132024-01-15T21:45:00.381Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22142024-01-15T21:45:01.566Z Finished release [optimized] target(s) in 6m 16s
22152024-01-15T21:45:01.658Z
22162024-01-15T21:45:01.662Zreal 6:16.588156954
22172024-01-15T21:45:01.662Zuser 43:36.870537936
22182024-01-15T21:45:01.662Zsys 3:43.432237811
22192024-01-15T21:45:01.662Ztrap 1.819574676
22202024-01-15T21:45:01.662Ztflt 1.177979055
22212024-01-15T21:45:01.662Zdflt 0.596769439
22222024-01-15T21:45:01.662Zkflt 0.000305560
22232024-01-15T21:45:01.662Zlock 1:37:00.386027100
22242024-01-15T21:45:01.663Zslp 2:02:28.981065388
22252024-01-15T21:45:01.663Zlat 1:53.439687282
22262024-01-15T21:45:01.664Zstop 1:24.878285295
22272024-01-15T21:45:01.664Z+ ptime -m gzip
22282024-01-15T21:45:02.324Z
22292024-01-15T21:45:02.328Zreal 0.661748811
22302024-01-15T21:45:02.328Zuser 0.653691420
22312024-01-15T21:45:02.328Zsys 0.007398823
22322024-01-15T21:45:02.328Ztrap 0.000143650
22332024-01-15T21:45:02.328Ztflt 0.000000000
22342024-01-15T21:45:02.328Zdflt 0.000000000
22352024-01-15T21:45:02.328Zkflt 0.000000000
22362024-01-15T21:45:02.328Zlock 0.000000000
22372024-01-15T21:45:02.328Zslp 0.000000000
22382024-01-15T21:45:02.328Zlat 0.000166514
22392024-01-15T21:45:02.328Zstop 0.000232581
22402024-01-15T21:45:02.328Z+ banner tufaceous
22412024-01-15T21:45:02.328Z
22422024-01-15T21:45:02.328Z ##### # # ###### ## #### ###### #### # # ####
22432024-01-15T21:45:02.328Z # # # # # # # # # # # # # #
22442024-01-15T21:45:02.328Z # # # ##### # # # ##### # # # # ####
22452024-01-15T21:45:02.328Z # # # # ###### # # # # # # #
22462024-01-15T21:45:02.329Z # # # # # # # # # # # # # # #
22472024-01-15T21:45:02.329Z # #### # # # #### ###### #### #### ####
22482024-01-15T21:45:02.329Z
22492024-01-15T21:45:02.329Z+ ptime -m cargo build --locked -p tufaceous --release
22502024-01-15T21:45:03.035Z Downloading crates ...
22512024-01-15T21:45:03.451Z Downloaded humantime v2.1.0
22522024-01-15T21:45:03.454Z Downloaded async-recursion v1.0.5
22532024-01-15T21:45:03.457Z Downloaded parse-size v1.0.0
22542024-01-15T21:45:03.464Z Downloaded typed-path v0.7.0
22552024-01-15T21:45:03.473Z Downloaded buf-list v1.0.3
22562024-01-15T21:45:03.477Z Downloaded tough v0.16.0
22572024-01-15T21:45:03.491Z Downloaded fs-err v2.11.0
22582024-01-15T21:45:03.494Z Downloaded serde_plain v1.0.2
22592024-01-15T21:45:03.498Z Downloaded olpc-cjson v0.1.3
22602024-01-15T21:45:03.498Z Downloaded globset v0.4.13
22612024-01-15T21:45:03.668Z Compiling serde_tokenstream v0.2.0
22622024-01-15T21:45:03.690Z Compiling regress v0.7.1
22632024-01-15T21:45:03.704Z Compiling dirs-sys-next v0.1.2
22642024-01-15T21:45:03.707Z Compiling ident_case v1.0.1
22652024-01-15T21:45:03.732Z Compiling thread_local v1.1.7
22662024-01-15T21:45:03.735Z Compiling heck v0.4.1
22672024-01-15T21:45:03.735Z Compiling camino v1.1.6
22682024-01-15T21:45:03.944Z Compiling dirs-next v2.0.0
22692024-01-15T21:45:04.322Z Compiling darling_core v0.20.3
22702024-01-15T21:45:04.482Z Compiling slog-async v2.8.0
22712024-01-15T21:45:04.611Z Compiling term v0.7.0
22722024-01-15T21:45:05.002Z Compiling crossbeam-channel v0.5.8
22732024-01-15T21:45:05.221Z Compiling getopts v0.2.21
22742024-01-15T21:45:05.581Z Compiling structmeta-derive v0.2.0
22752024-01-15T21:45:05.746Z Compiling atty v0.2.14
22762024-01-15T21:45:05.965Z Compiling multer v3.0.0
22772024-01-15T21:45:06.446Z Compiling paste v1.0.14
22782024-01-15T21:45:06.685Z Compiling match_cfg v0.1.0
22792024-01-15T21:45:06.822Z Compiling unsafe-libyaml v0.2.10
22802024-01-15T21:45:07.119Z Compiling take_mut v0.2.2
22812024-01-15T21:45:07.990Z Compiling hostname v0.3.1
22822024-01-15T21:45:08.445Z Compiling slog-term v2.9.0
22832024-01-15T21:45:09.864Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22842024-01-15T21:45:11.710Z Compiling structmeta v0.2.0
22852024-01-15T21:45:12.331Z Compiling serde_yaml v0.9.25
22862024-01-15T21:45:13.543Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22872024-01-15T21:45:13.566Z Compiling slog-json v2.6.1
22882024-01-15T21:45:13.615Z Compiling darling_macro v0.20.3
22892024-01-15T21:45:14.378Z Compiling http v1.0.0
22902024-01-15T21:45:15.104Z Compiling darling v0.20.3
22912024-01-15T21:45:15.268Z Compiling async-stream-impl v0.3.5
22922024-01-15T21:45:15.949Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
22932024-01-15T21:45:16.434Z Compiling regex-syntax v0.7.5
22942024-01-15T21:45:16.841Z Compiling fastrand v2.0.0
22952024-01-15T21:45:17.325Z Compiling atomic-waker v1.1.1
22962024-01-15T21:45:17.613Z Compiling rustls-pki-types v1.1.0
22972024-01-15T21:45:17.914Z Compiling waitgroup v0.1.2
22982024-01-15T21:45:18.288Z Compiling rustls-pemfile v2.0.0
22992024-01-15T21:45:18.866Z Compiling tempfile v3.8.1
23002024-01-15T21:45:19.488Z Compiling async-stream v0.3.5
23012024-01-15T21:45:20.061Z Compiling serde_with_macros v3.4.0
23022024-01-15T21:45:22.175Z Compiling slog-bunyan v2.5.0
23032024-01-15T21:45:22.679Z Compiling toml v0.8.8
23042024-01-15T21:45:23.207Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
23052024-01-15T21:45:24.012Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23062024-01-15T21:45:24.245Z Compiling sha1 v0.10.6
23072024-01-15T21:45:25.263Z Compiling serde_path_to_error v0.1.15
23082024-01-15T21:45:25.781Z Compiling instant v0.1.12
23092024-01-15T21:45:26.004Z Compiling fs-err v2.11.0
23102024-01-15T21:45:26.470Z Compiling arc-swap v1.6.0
23112024-01-15T21:45:26.473Z Compiling debug-ignore v1.0.5
23122024-01-15T21:45:26.489Z Compiling same-file v1.0.6
23132024-01-15T21:45:26.697Z Compiling buf-list v1.0.3
23142024-01-15T21:45:26.917Z Compiling parse-display-derive v0.8.2
23152024-01-15T21:45:26.935Z Compiling walkdir v2.4.0
23162024-01-15T21:45:27.587Z Compiling slog-scope v4.4.0
23172024-01-15T21:45:27.863Z Compiling backoff v0.4.0
23182024-01-15T21:45:28.414Z Compiling serde_with v3.4.0
23192024-01-15T21:45:29.032Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202024-01-15T21:45:29.148Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23212024-01-15T21:45:29.860Z Compiling globset v0.4.13
23222024-01-15T21:45:30.111Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23232024-01-15T21:45:30.358Z Compiling strum v0.25.0
23242024-01-15T21:45:30.620Z Compiling olpc-cjson v0.1.3
23252024-01-15T21:45:31.598Z Compiling pem v3.0.2
23262024-01-15T21:45:31.697Z Compiling macaddr v1.0.1
23272024-01-15T21:45:32.833Z Compiling serde_plain v1.0.2
23282024-01-15T21:45:33.162Z Compiling parse-display v0.8.2
23292024-01-15T21:45:33.462Z Compiling async-recursion v1.0.5
23302024-01-15T21:45:33.673Z Compiling xattr v1.0.1
23312024-01-15T21:45:34.100Z Compiling filetime v0.2.23
23322024-01-15T21:45:34.297Z Compiling typed-path v0.7.0
23332024-01-15T21:45:34.634Z Compiling tar v0.4.40
23342024-01-15T21:45:36.375Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23352024-01-15T21:45:36.406Z Compiling slog-stdlog v4.1.1
23362024-01-15T21:45:36.565Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23372024-01-15T21:45:39.576Z Compiling tough v0.16.0
23382024-01-15T21:45:44.191Z Compiling camino-tempfile v1.1.1
23392024-01-15T21:45:44.872Z Compiling itertools v0.12.0
23402024-01-15T21:45:45.419Z Compiling parse-size v1.0.0
23412024-01-15T21:45:45.913Z Compiling slog-envlogger v2.2.0
23422024-01-15T21:45:46.203Z Compiling humantime v2.1.0
23432024-01-15T21:45:47.426Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23442024-01-15T21:46:12.916Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23452024-01-15T21:46:13.223Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23462024-01-15T21:46:25.081Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23472024-01-15T21:46:27.864Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23482024-01-15T21:47:00.228Z Finished release [optimized] target(s) in 1m 57s
23492024-01-15T21:47:00.326Z
23502024-01-15T21:47:00.326Zreal 1:57.974319993
23512024-01-15T21:47:00.326Zuser 12:33.971546960
23522024-01-15T21:47:00.326Zsys 46.586321962
23532024-01-15T21:47:00.326Ztrap 0.497581835
23542024-01-15T21:47:00.327Ztflt 0.266972856
23552024-01-15T21:47:00.327Zdflt 0.765038070
23562024-01-15T21:47:00.330Zkflt 0.000012978
23572024-01-15T21:47:00.330Zlock 24:07.018861304
23582024-01-15T21:47:00.330Zslp 25:55.579223617
23592024-01-15T21:47:00.330Zlat 21.853940589
23602024-01-15T21:47:00.330Zstop 11.717797281
23612024-01-15T21:47:00.330Z+ ptime -m gzip
23622024-01-15T21:47:02.727Z
23632024-01-15T21:47:02.728Zreal 2.399449117
23642024-01-15T21:47:02.728Zuser 2.371105469
23652024-01-15T21:47:02.728Zsys 0.024805565
23662024-01-15T21:47:02.728Ztrap 0.001460030
23672024-01-15T21:47:02.728Ztflt 0.000000000
23682024-01-15T21:47:02.731Zdflt 0.000000000
23692024-01-15T21:47:02.731Zkflt 0.000000000
23702024-01-15T21:47:02.731Zlock 0.000000000
23712024-01-15T21:47:02.731Zslp 0.000000000
23722024-01-15T21:47:02.731Zlat 0.001719158
23732024-01-15T21:47:02.731Zstop 0.000235218
23742024-01-15T21:47:02.731Zprocess exited: duration 1213683 ms, exit code 0
 
23752024-01-15T21:47:02.755Zfound 5 output files
23762024-01-15T21:47:02.756Zuploading: /work/end-to-end-tests/bootstrap-29cdd1ea464df3b1.gz (6319714 bytes)
23772024-01-15T21:47:06.784Zuploaded: /work/end-to-end-tests/bootstrap-29cdd1ea464df3b1.gz
23782024-01-15T21:47:06.784Zuploading: /work/end-to-end-tests/bootstrap.gz (99534515 bytes)
23792024-01-15T21:47:29.918Zuploaded: /work/end-to-end-tests/bootstrap.gz
23802024-01-15T21:47:29.918Zuploading: /work/end-to-end-tests/end_to_end_tests-bae04a45dbbda4ab.gz (102687994 bytes)
23812024-01-15T21:47:53.971Zuploaded: /work/end-to-end-tests/end_to_end_tests-bae04a45dbbda4ab.gz
23822024-01-15T21:47:53.971Zuploading: /work/caboose-util.gz (4094657 bytes)
23832024-01-15T21:47:55.490Zuploaded: /work/caboose-util.gz
23842024-01-15T21:47:55.491Zuploading: /work/tufaceous.gz (15098622 bytes)
23852024-01-15T21:47:58.572Zuploaded: /work/tufaceous.gz