01HM7Q8JAWVA3N7NDMT3V6PEY9: 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: 01HM7Q99QJ3R6DBFGF1HJTAMGA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-15T23:36:20.440Zjob assigned to worker 01HM7QMGNZDTFFSNKFW06ER3HW (queued for 7 m 40 s)
 
22024-01-15T23:36:21.264Zstarting task 0: "setup"
32024-01-15T23:36:21.476Z++ uname -s
42024-01-15T23:36:21.479Z+ kern=SunOS
52024-01-15T23:36:21.479Z+ case "$kern" in
62024-01-15T23:36:21.479Z+ groupadd -g 12345 build
72024-01-15T23:36:21.479Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-15T23:36:23.569Z+ zfs create -o mountpoint=/work rpool/work
92024-01-15T23:36:23.733Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-15T23:36:23.736Z+ home_fs=zfs
112024-01-15T23:36:23.736Z+ [[ zfs == autofs ]]
122024-01-15T23:36:23.736Z+ mkdir -p /home/build
132024-01-15T23:36:23.739Z+ chown build:build /home/build /work
142024-01-15T23:36:24.741Z+ chmod 0700 /home/build /work
152024-01-15T23:36:24.744Zprocess exited: duration 3479 ms, exit code 0
 
162024-01-15T23:36:24.751Zstarting task 1: "rust-toolchain"
172024-01-15T23:36:24.759Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-15T23:36:24.763Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-15T23:36:24.946Zinfo: downloading installer
202024-01-15T23:36:27.038Zwarning: it looks like you have an existing installation of Rust at:
212024-01-15T23:36:27.038Zwarning: /opt/ooce/bin
222024-01-15T23:36:27.038Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-15T23:36:27.038Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-15T23:36:27.038Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-15T23:36:27.038Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-15T23:36:27.039Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-15T23:36:27.039Zerror: cannot install while Rust is installed
282024-01-15T23:36:27.039Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-15T23:36:27.379Zinfo: profile set to 'default'
302024-01-15T23:36:27.379Zinfo: default host triple is x86_64-unknown-illumos
312024-01-15T23:36:27.383Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-15T23:36:27.566Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-15T23:36:27.568Zinfo: downloading component 'cargo'
342024-01-15T23:36:28.366Zinfo: downloading component 'clippy'
352024-01-15T23:36:28.638Zinfo: downloading component 'rust-docs'
362024-01-15T23:36:29.625Zinfo: downloading component 'rust-std'
372024-01-15T23:36:31.393Zinfo: downloading component 'rustc'
382024-01-15T23:36:35.687Zinfo: downloading component 'rustfmt'
392024-01-15T23:36:35.997Zinfo: installing component 'cargo'
402024-01-15T23:36:37.869Zinfo: installing component 'clippy'
412024-01-15T23:36:38.783Zinfo: installing component 'rust-docs'
422024-01-15T23:36:41.656Zinfo: installing component 'rust-std'
432024-01-15T23:36:45.533Zinfo: installing component 'rustc'
442024-01-15T23:36:53.670Zinfo: installing component 'rustfmt'
452024-01-15T23:36:54.129Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-15T23:36:54.129Z
472024-01-15T23:36:54.302Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-15T23:36:54.302Z
492024-01-15T23:36:54.303Z
502024-01-15T23:36:54.303ZRust is installed now. Great!
512024-01-15T23:36:54.303Z
522024-01-15T23:36:54.303ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-15T23:36:54.303Zenvironment variable. This has not been done automatically.
542024-01-15T23:36:54.303Z
552024-01-15T23:36:54.303ZTo configure your current shell, run:
562024-01-15T23:36:54.303Zsource "$HOME/.cargo/env"
572024-01-15T23:36:54.398Z+ rustc --version
582024-01-15T23:36:54.513Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-15T23:36:54.518Zprocess exited: duration 29766 ms, exit code 0
 
602024-01-15T23:36:54.526Zstarting task 2: "authentication"
612024-01-15T23:36:54.557Zprocess exited: duration 30 ms, exit code 0
 
622024-01-15T23:36:54.567Zstarting task 3: "clone repository"
632024-01-15T23:36:54.572Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-15T23:36:54.575Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-15T23:36:54.848ZCloning into '/work/oxidecomputer/omicron'...
662024-01-15T23:37:01.419Z+ cd /work/oxidecomputer/omicron
672024-01-15T23:37:01.419Z+ [[ -n andy/hosts ]]
682024-01-15T23:37:01.422Z+ git fetch origin andy/hosts
692024-01-15T23:37:01.800ZFrom https://github.com/oxidecomputer/omicron
702024-01-15T23:37:01.800Z * branch andy/hosts -> FETCH_HEAD
712024-01-15T23:37:01.824Z+ git checkout -B andy/hosts remotes/origin/andy/hosts
722024-01-15T23:37:01.918ZSwitched to a new branch 'andy/hosts'
732024-01-15T23:37:01.922Zbranch 'andy/hosts' set up to track 'origin/andy/hosts'.
742024-01-15T23:37:01.922Z+ git reset --hard c8c1fe59696c51a162f1d846fe1d2b988b5ac175
752024-01-15T23:37:01.937ZHEAD is now at c8c1fe596 Create /etc/inet/hosts as part of zone networking setup
762024-01-15T23:37:01.940Zprocess exited: duration 7374 ms, exit code 0
 
772024-01-15T23:37:01.948Zstarting task 4: "build"
782024-01-15T23:37:01.956Z+ cargo --version
792024-01-15T23:37:01.962Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
802024-01-15T23:37:02.178Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
812024-01-15T23:37:02.181Zinfo: downloading component 'cargo'
822024-01-15T23:37:03.030Zinfo: downloading component 'clippy'
832024-01-15T23:37:03.302Zinfo: downloading component 'rust-docs'
842024-01-15T23:37:04.387Zinfo: downloading component 'rust-std'
852024-01-15T23:37:06.027Zinfo: downloading component 'rustc'
862024-01-15T23:37:10.433Zinfo: downloading component 'rustfmt'
872024-01-15T23:37:10.669Zinfo: installing component 'cargo'
882024-01-15T23:37:12.002Zinfo: installing component 'clippy'
892024-01-15T23:37:12.512Zinfo: installing component 'rust-docs'
902024-01-15T23:37:15.459Zinfo: installing component 'rust-std'
912024-01-15T23:37:17.918Zinfo: installing component 'rustc'
922024-01-15T23:37:24.236Zinfo: installing component 'rustfmt'
932024-01-15T23:37:24.789Zcargo 1.74.1 (ecb9851af 2023-10-18)
942024-01-15T23:37:24.793Z+ rustc --version
952024-01-15T23:37:24.910Zrustc 1.74.1 (a28077b28 2023-12-04)
962024-01-15T23:37:24.917Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972024-01-15T23:37:36.088Z Startup: Refreshing catalog 'helios-dev' ... Done
982024-01-15T23:37:37.686Z Startup: Caching catalogs ... Done
992024-01-15T23:37:39.782ZPlanning: Solver setup ... Done (1.648s)
1002024-01-15T23:37:39.826ZPlanning: Running solver ... Done (0.047s)
1012024-01-15T23:37:39.851ZPlanning: Finding local manifests ... Done (0.004s)
1022024-01-15T23:37:39.866ZPlanning: Fetching manifests: 0/4 0% complete
1032024-01-15T23:37:40.165ZPlanning: Fetching manifests: 4/4 100% complete
1042024-01-15T23:37:40.248ZPlanning: Package planning ... Done (0.083s)
1052024-01-15T23:37:40.335ZPlanning: Merging actions ... Done (0.086s)
1062024-01-15T23:37:41.296ZPlanning: Checking for conflicting actions ... Done (0.962s)
1072024-01-15T23:37:41.315ZPlanning: Consolidating action changes ... Done (0.018s)
1082024-01-15T23:37:46.208ZPlanning: Evaluating mediators ... Done (4.893s)
1092024-01-15T23:37:46.353ZPlanning: Planning completed in 8.47 seconds
1102024-01-15T23:37:48.949Z Packages to install: 4
1112024-01-15T23:37:48.949Z Mediators to change: 2
1122024-01-15T23:37:48.949Z Services to change: 1
1132024-01-15T23:37:48.956Z Estimated space available: 148.87 GB
1142024-01-15T23:37:48.956ZEstimated space to be consumed: 1.40 GB
1152024-01-15T23:37:48.956Z Create boot environment: No
1162024-01-15T23:37:48.956ZCreate backup boot environment: No
1172024-01-15T23:37:48.956Z Rebuild boot archive: No
1182024-01-15T23:37:48.956Z
1192024-01-15T23:37:48.956ZChanged mediators:
1202024-01-15T23:37:48.956Z mediator clang:
1212024-01-15T23:37:48.956Z version: None -> 15 (system default)
1222024-01-15T23:37:48.956Z
1232024-01-15T23:37:48.956Z mediator llvm:
1242024-01-15T23:37:48.956Z version: 14 (system default) -> 15 (system default)
1252024-01-15T23:37:48.956Z
1262024-01-15T23:37:48.956ZChanged packages:
1272024-01-15T23:37:48.956Zhelios-dev
1282024-01-15T23:37:48.956Z developer/build-essential
1292024-01-15T23:37:48.957Z None -> 11-2.0
1302024-01-15T23:37:48.957Z library/libxmlsec1
1312024-01-15T23:37:48.957Z None -> 1.2.35-2.0
1322024-01-15T23:37:48.957Z ooce/developer/clang-15
1332024-01-15T23:37:48.957Z None -> 15.0.7-2.0
1342024-01-15T23:37:48.957Z ooce/developer/llvm-15
1352024-01-15T23:37:48.957Z None -> 15.0.7-2.0
1362024-01-15T23:37:48.957Z
1372024-01-15T23:37:48.957ZServices:
1382024-01-15T23:37:48.957Z restart_fmri:
1392024-01-15T23:37:48.957Z svc:/system/update-man-index:default
1402024-01-15T23:37:49.262Z
1412024-01-15T23:37:49.262ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422024-01-15T23:37:54.258ZDownload: 1221/3290 items 89.8/212.6MB 42% complete (17.8M/s)
1432024-01-15T23:38:00.186ZDownload: 2214/3290 items 116.7/212.6MB 54% complete (11.9M/s)
1442024-01-15T23:38:05.198ZDownload: 3133/3290 items 137.6/212.6MB 64% complete (2.3M/s)
1452024-01-15T23:38:11.509ZDownload: 3282/3290 items 210.7/212.6MB 99% complete (9.5M/s)
1462024-01-15T23:38:14.768ZDownload: Completed 212.60 MB in 25.51 seconds (8.3M/s)
1472024-01-15T23:38:15.037Z Actions: 1/3689 actions (Installing new actions)
1482024-01-15T23:38:20.091Z Actions: 3346/3689 actions (Installing new actions)
1492024-01-15T23:38:22.760Z Actions: Completed 3689 actions in 7.72 seconds.
1502024-01-15T23:38:22.987Z Done (0.217s)
1512024-01-15T23:38:22.987Z Done (0.000s)
1522024-01-15T23:38:23.297Z Done (0.312s)
1532024-01-15T23:38:31.005Z Done (7.569s)
1542024-01-15T23:38:31.371Z Done (0.194s)
1552024-01-15T23:38:31.375Z Done (0.000s)
1562024-01-15T23:38:31.590Z Done (0.000s)
1572024-01-15T23:38:32.274ZPlanning: Evaluating mediator changes ... Done
1582024-01-15T23:38:32.553ZPlanning: Checking for conflicting actions ... Done
1592024-01-15T23:38:32.556ZPlanning: Consolidating action changes ... Done
1602024-01-15T23:38:32.993ZPlanning: Evaluating mediators ... Done
1612024-01-15T23:38:32.996ZPlanning: Planning completed in 0.72 seconds
1622024-01-15T23:38:33.050Z Mediators to change: 2
1632024-01-15T23:38:33.050Z Create boot environment: No
1642024-01-15T23:38:33.050ZCreate backup boot environment: No
1652024-01-15T23:38:33.159Z Done
1662024-01-15T23:38:33.159Z Done
1672024-01-15T23:38:33.344Z Done
1682024-01-15T23:38:39.107Z Done
1692024-01-15T23:38:39.204Z Done
1702024-01-15T23:38:39.208Z Done
1712024-01-15T23:38:39.318Z Done
1722024-01-15T23:38:40.332ZPlanning: Evaluating mediator changes ... Done
1732024-01-15T23:38:40.335ZPlanning: Merging actions ... Done
1742024-01-15T23:38:40.675ZPlanning: Checking for conflicting actions ... Done
1752024-01-15T23:38:40.678ZPlanning: Consolidating action changes ... Done
1762024-01-15T23:38:41.114ZPlanning: Evaluating mediators ... Done
1772024-01-15T23:38:41.206ZPlanning: Planning completed in 1.32 seconds
1782024-01-15T23:38:41.264Z Packages to change: 1
1792024-01-15T23:38:41.271Z Mediators to change: 1
1802024-01-15T23:38:41.271Z Services to change: 1
1812024-01-15T23:38:41.271Z Create boot environment: No
1822024-01-15T23:38:41.271ZCreate backup boot environment: Yes
1832024-01-15T23:38:43.292Z Actions: 1/6 actions (Updating modified actions)
1842024-01-15T23:38:43.295Z Actions: Completed 6 actions in 0.00 seconds.
1852024-01-15T23:38:43.295Z Done
1862024-01-15T23:38:43.296Z Done
1872024-01-15T23:38:43.366Z Done
1882024-01-15T23:38:49.291Z Done
1892024-01-15T23:38:49.444Z Done
1902024-01-15T23:38:49.447Z Done
1912024-01-15T23:38:49.608Z Done
1922024-01-15T23:38:50.279ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932024-01-15T23:38:50.279Zclang system 15 system
1942024-01-15T23:38:50.279Zcsh system system illumos
1952024-01-15T23:38:50.279Zctags system system illumos
1962024-01-15T23:38:50.280Zgcc vendor 12 vendor
1972024-01-15T23:38:50.280Zgcc system 10 system
1982024-01-15T23:38:50.280Zgcc system 7 system
1992024-01-15T23:38:50.280Zgo system 1.20 system
2002024-01-15T23:38:50.280Zgo system 1.19 system
2012024-01-15T23:38:50.280Zllvm system 15 system
2022024-01-15T23:38:50.280Zllvm system 14 system
2032024-01-15T23:38:50.280Zmariadb system 10.6 system
2042024-01-15T23:38:50.280Zmta vendor vendor dma
2052024-01-15T23:38:50.280Zopenjdk system 17 system
2062024-01-15T23:38:50.280Zopenjdk system 11 system
2072024-01-15T23:38:50.280Zopenjdk system 1.8 system
2082024-01-15T23:38:50.280Zopenssl vendor 3 vendor
2092024-01-15T23:38:50.280Zperl system 5.36 system
2102024-01-15T23:38:50.281Zpostgresql system 15 system
2112024-01-15T23:38:50.281Zpostgresql system 13 system
2122024-01-15T23:38:50.281Zpython vendor 3 vendor
2132024-01-15T23:38:50.281Zpython system 2 system
2142024-01-15T23:38:50.281Zpython3 system 3.11 system
2152024-01-15T23:38:50.281Zruby system 3.0 system
2162024-01-15T23:38:50.281Zwords vendor vendor american-english
2172024-01-15T23:38:50.281Zwords system system australian-english
2182024-01-15T23:38:50.281Zwords system system british-english
2192024-01-15T23:38:50.281Zwords system system canadian-english
2202024-01-15T23:38:50.281Zwords system system french
2212024-01-15T23:38:50.281Zwords system system italian
2222024-01-15T23:38:50.282Zwords system system ngerman
2232024-01-15T23:38:50.282Zwords system system ogerman
2242024-01-15T23:38:50.282Zwords system system spanish
2252024-01-15T23:38:50.810ZFMRI IFO
2262024-01-15T23:38:50.810Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-01-15T23:38:50.810Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-01-15T23:38:50.813Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-01-15T23:38:50.813Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-01-15T23:38:50.813Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312024-01-15T23:38:50.813Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2322024-01-15T23:38:50.813Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2332024-01-15T23:38:50.813Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2342024-01-15T23:38:50.881Z+ set -o errexit
2352024-01-15T23:38:50.884Z+++ dirname ./tools/ci_download_cockroachdb
2362024-01-15T23:38:50.887Z++ cd ./tools
2372024-01-15T23:38:50.887Z++ pwd
2382024-01-15T23:38:50.887Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2392024-01-15T23:38:50.890Z++ basename ./tools/ci_download_cockroachdb
2402024-01-15T23:38:50.890Z+ ARG0=ci_download_cockroachdb
2412024-01-15T23:38:50.890Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2422024-01-15T23:38:50.894Z+ CIDL_VERSION=v22.1.9
2432024-01-15T23:38:50.894Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2442024-01-15T23:38:50.894Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2452024-01-15T23:38:50.894Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2462024-01-15T23:38:50.894Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2472024-01-15T23:38:50.894Z+ TARGET_DIR=out
2482024-01-15T23:38:50.894Z+ DOWNLOAD_DIR=out/downloads
2492024-01-15T23:38:50.894Z+ DEST_DIR=./out/cockroachdb
2502024-01-15T23:38:50.894Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2512024-01-15T23:38:50.894Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2522024-01-15T23:38:50.894Z+ main
2532024-01-15T23:38:50.894Z+ [[ 0 != 0 ]]
2542024-01-15T23:38:50.894Z+ CIDL_OS=solaris2.11
2552024-01-15T23:38:50.894Z+ [[ 0 != 0 ]]
2562024-01-15T23:38:50.894Z+ configure_os solaris2.11
2572024-01-15T23:38:50.894Z+ echo 'current directory: /work/oxidecomputer/omicron'
2582024-01-15T23:38:50.894Zcurrent directory: /work/oxidecomputer/omicron
2592024-01-15T23:38:50.894Zconfiguring based on OS: "solaris2.11"
2602024-01-15T23:38:50.894Z+ echo 'configuring based on OS: "solaris2.11"'
2612024-01-15T23:38:50.894Z+ case "$1" in
2622024-01-15T23:38:50.895Z+ CIDL_BUILD=illumos
2632024-01-15T23:38:50.895Z+ CIDL_SUFFIX=tar.gz
2642024-01-15T23:38:50.895Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2652024-01-15T23:38:50.895Z+ CIDL_MD5FUNC=do_md5sum
2662024-01-15T23:38:50.895Z+ CIDL_URL_BASE=https://illumos.org/downloads
2672024-01-15T23:38:50.895Z+ CIDL_ASSEMBLE=do_assemble_illumos
2682024-01-15T23:38:50.895Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2692024-01-15T23:38:50.895Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2702024-01-15T23:38:50.895Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2712024-01-15T23:38:50.895Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2722024-01-15T23:38:50.895Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-01-15T23:38:50.895Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2742024-01-15T23:38:50.895ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-01-15T23:38:50.895Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-01-15T23:38:50.895Z+ mkdir -p out/downloads
2772024-01-15T23:38:50.895ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-01-15T23:38:50.898Z+ mkdir -p ./out/cockroachdb
2792024-01-15T23:38:50.899Z+ local DO_DOWNLOAD=true
2802024-01-15T23:38:50.899Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2812024-01-15T23:38:50.899Z+ '[' true == true ']'
2822024-01-15T23:38:50.899Z+ echo Downloading...
2832024-01-15T23:38:50.899ZDownloading...
2842024-01-15T23:38:50.899Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-01-15T23:38:50.899Z+ 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
2862024-01-15T23:38:56.963Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-01-15T23:38:56.966Z++ md5sum
2882024-01-15T23:38:56.966Z++ awk '{print $1}'
2892024-01-15T23:38:57.237Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2902024-01-15T23:38:57.238Z+ [[ 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 ]]
2912024-01-15T23:38:57.238Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-01-15T23:38:57.241Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2932024-01-15T23:39:00.907Z+ do_assemble_illumos
2942024-01-15T23:39:00.907Z+ rm -r ./out/cockroachdb
2952024-01-15T23:39:00.911Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2962024-01-15T23:39:01.503Z+ ./out/cockroachdb/bin/cockroach version
2972024-01-15T23:39:01.776ZBuild Tag: v22.1.9-dirty
2982024-01-15T23:39:01.776ZBuild Time: 2022/10/26 21:17:46
2992024-01-15T23:39:01.776ZDistribution: OSS
3002024-01-15T23:39:01.776ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3012024-01-15T23:39:01.776ZGo Version: go1.17.13
3022024-01-15T23:39:01.776ZC Compiler: gcc 10.3.0
3032024-01-15T23:39:01.776ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3042024-01-15T23:39:01.776ZBuild Type: release
3052024-01-15T23:39:01.803Z+ set -o errexit
3062024-01-15T23:39:01.847Z+++ dirname ./tools/ci_download_clickhouse
3072024-01-15T23:39:01.847Z++ cd ./tools
3082024-01-15T23:39:01.847Z++ pwd
3092024-01-15T23:39:01.847Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3102024-01-15T23:39:01.847Z++ basename ./tools/ci_download_clickhouse
3112024-01-15T23:39:01.852Z+ ARG0=ci_download_clickhouse
3122024-01-15T23:39:01.852Z+ TARGET_DIR=out
3132024-01-15T23:39:01.852Z+ DOWNLOAD_DIR=out/downloads
3142024-01-15T23:39:01.852Z+ DEST_DIR=./out/clickhouse
3152024-01-15T23:39:01.852Z+ CIDL_VERSION=v22.8.9.24
3162024-01-15T23:39:01.852Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3172024-01-15T23:39:01.852Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3182024-01-15T23:39:01.852Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3192024-01-15T23:39:01.852Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3202024-01-15T23:39:01.852Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3212024-01-15T23:39:01.852Z+ main
3222024-01-15T23:39:01.852Z+ [[ 0 != 0 ]]
3232024-01-15T23:39:01.852Z+ CIDL_OS=solaris2.11
3242024-01-15T23:39:01.852Z+ [[ 0 != 0 ]]
3252024-01-15T23:39:01.852Z+ configure_os solaris2.11
3262024-01-15T23:39:01.853Z+ echo 'current directory: /work/oxidecomputer/omicron'
3272024-01-15T23:39:01.853Zcurrent directory: /work/oxidecomputer/omicron
3282024-01-15T23:39:01.853Z+ echo 'configuring based on OS: "solaris2.11"'
3292024-01-15T23:39:01.853Z+ CIDL_DASHREV=
3302024-01-15T23:39:01.853Z+ case "$1" in
3312024-01-15T23:39:01.853Zconfiguring based on OS: "solaris2.11"
3322024-01-15T23:39:01.853Z+ CIDL_PLATFORM=illumos
3332024-01-15T23:39:01.853Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3342024-01-15T23:39:01.853Z+ CIDL_MD5FUNC=do_md5sum
3352024-01-15T23:39:01.853Z+ CIDL_DASHREV=-1
3362024-01-15T23:39:01.853Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3372024-01-15T23:39:01.853Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3382024-01-15T23:39:01.853Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-01-15T23:39:01.853Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-01-15T23:39:01.853Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3412024-01-15T23:39:01.853Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3422024-01-15T23:39:01.853ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-01-15T23:39:01.853ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-01-15T23:39:01.853Z+ mkdir -p out/downloads
3452024-01-15T23:39:01.854Z+ mkdir -p ./out/clickhouse
3462024-01-15T23:39:01.854Z+ local DO_DOWNLOAD=true
3472024-01-15T23:39:01.854Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3482024-01-15T23:39:01.854Z+ '[' true == true ']'
3492024-01-15T23:39:01.854Z+ echo Downloading...
3502024-01-15T23:39:01.854ZDownloading...
3512024-01-15T23:39:01.854Z+ 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
3522024-01-15T23:39:01.854Z+ 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
3532024-01-15T23:39:03.161Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542024-01-15T23:39:03.165Z++ md5sum
3552024-01-15T23:39:03.165Z++ awk '{print $1}'
3562024-01-15T23:39:03.423Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3572024-01-15T23:39:03.423Z+ [[ 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 ]]
3582024-01-15T23:39:03.423Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3592024-01-15T23:39:03.426Z+ mkdir -p ./out/clickhouse
3602024-01-15T23:39:03.427Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3612024-01-15T23:39:08.639Z+ ./out/clickhouse/clickhouse server --version
3622024-01-15T23:39:08.690ZClickHouse server version 22.8.9.1.
3632024-01-15T23:39:09.121Z+ set -o errexit
3642024-01-15T23:39:09.124Z+++ dirname ./tools/ci_download_console
3652024-01-15T23:39:09.124Z++ cd ./tools
3662024-01-15T23:39:09.124Z++ pwd
3672024-01-15T23:39:09.124Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3682024-01-15T23:39:09.124Z++ basename ./tools/ci_download_console
3692024-01-15T23:39:09.124Z+ ARG0=ci_download_console
3702024-01-15T23:39:09.124Z+ TARGET_DIR=out
3712024-01-15T23:39:09.124Z+ DOWNLOAD_DIR=out/downloads
3722024-01-15T23:39:09.124Z+ DEST_DIR=./out/console-assets
3732024-01-15T23:39:09.124Z+ source /work/oxidecomputer/omicron/tools/console_version
3742024-01-15T23:39:09.124Z++ COMMIT=367142c5ed711e6dcfc59586277775020625bd6a
3752024-01-15T23:39:09.124Z++ SHA2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87
3762024-01-15T23:39:09.124Z+ URL=https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz
3772024-01-15T23:39:09.124Z+ TARBALL_FILE=out/downloads/console.tar.gz
3782024-01-15T23:39:09.125Z+ main
3792024-01-15T23:39:09.125Z+ [[ 0 != 0 ]]
3802024-01-15T23:39:09.125Z+ echo 'URL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz'
3812024-01-15T23:39:09.125ZURL: https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz
3822024-01-15T23:39:09.125Z+ echo 'Local file: out/downloads/console.tar.gz'
3832024-01-15T23:39:09.125Z+ local DO_DOWNLOAD=true
3842024-01-15T23:39:09.125ZLocal file: out/downloads/console.tar.gz
3852024-01-15T23:39:09.125Z+ [[ -f out/downloads/console.tar.gz ]]
3862024-01-15T23:39:09.125Z+ mkdir -p out/downloads
3872024-01-15T23:39:09.125Z+ '[' true == true ']'
3882024-01-15T23:39:09.125Z+ echo Downloading...
3892024-01-15T23:39:09.125ZDownloading...
3902024-01-15T23:39:09.125Z+ do_download_curl https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz out/downloads/console.tar.gz
3912024-01-15T23:39:09.125Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/367142c5ed711e6dcfc59586277775020625bd6a.tar.gz
3922024-01-15T23:39:09.636Z++ do_sha256sum out/downloads/console.tar.gz
3932024-01-15T23:39:09.636Z++ case "$OSTYPE" in
3942024-01-15T23:39:09.636Z++ SHA=sha256sum
3952024-01-15T23:39:09.639Z++ sha256sum
3962024-01-15T23:39:09.640Z++ awk '{print $1}'
3972024-01-15T23:39:09.699Z+ calculated_sha2=7e061165950fc064811cc5f26d7b7bd102c0df63797ef05cf73d737c2fdceb87
3982024-01-15T23:39:09.699Z+ [[ 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 ]]
3992024-01-15T23:39:09.699Z+ rm -rf ./out/console-assets
4002024-01-15T23:39:09.704Z+ mkdir -p ./out/console-assets
4012024-01-15T23:39:09.708Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4022024-01-15T23:39:09.708Z+ mkdir -p ./out/console-assets
4032024-01-15T23:39:09.708Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4042024-01-15T23:39:09.848Z+ set -o errexit
4052024-01-15T23:39:09.853Z+++ dirname ./tools/ci_download_maghemite_openapi
4062024-01-15T23:39:09.853Z++ cd ./tools
4072024-01-15T23:39:09.854Z++ pwd
4082024-01-15T23:39:09.854Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4092024-01-15T23:39:09.854Z++ basename ./tools/ci_download_maghemite_openapi
4102024-01-15T23:39:09.861Z+ ARG0=ci_download_maghemite_openapi
4112024-01-15T23:39:09.861Z+ TARGET_DIR=out
4122024-01-15T23:39:09.862Z+ DOWNLOAD_DIR=out/downloads
4132024-01-15T23:39:09.862Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4142024-01-15T23:39:09.862Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4152024-01-15T23:39:09.862Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4162024-01-15T23:39:09.862Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4172024-01-15T23:39:09.862Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4182024-01-15T23:39:09.863Z+ main
4192024-01-15T23:39:09.863Z+ [[ 0 != 0 ]]
4202024-01-15T23:39:09.863Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4212024-01-15T23:39:09.863ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4222024-01-15T23:39:09.863Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4232024-01-15T23:39:09.863ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4242024-01-15T23:39:09.863Z+ local DO_DOWNLOAD=true
4252024-01-15T23:39:09.863Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4262024-01-15T23:39:09.864Z+ mkdir -p out/downloads
4272024-01-15T23:39:09.864Z+ '[' true == true ']'
4282024-01-15T23:39:09.864Z+ echo Downloading...
4292024-01-15T23:39:09.864ZDownloading...
4302024-01-15T23:39:09.864Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4312024-01-15T23:39:09.864Z+ 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
4322024-01-15T23:39:10.010Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4332024-01-15T23:39:10.010Z++ case "$OSTYPE" in
4342024-01-15T23:39:10.018Z++ SHA=sha256sum
4352024-01-15T23:39:10.018Z++ sha256sum
4362024-01-15T23:39:10.018Z++ awk '{print $1}'
4372024-01-15T23:39:10.026Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4382024-01-15T23:39:10.026Z+ [[ 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 ]]
4392024-01-15T23:39:10.028Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4402024-01-15T23:39:10.028Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4412024-01-15T23:39:10.028Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4422024-01-15T23:39:10.028Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4432024-01-15T23:39:10.028Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4442024-01-15T23:39:10.029Z+ main
4452024-01-15T23:39:10.029Z+ [[ 0 != 0 ]]
4462024-01-15T23:39:10.029Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4472024-01-15T23:39:10.029ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4482024-01-15T23:39:10.029Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4492024-01-15T23:39:10.030ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4502024-01-15T23:39:10.030Z+ local DO_DOWNLOAD=true
4512024-01-15T23:39:10.030Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4522024-01-15T23:39:10.030Z+ mkdir -p out/downloads
4532024-01-15T23:39:10.030Z+ '[' true == true ']'
4542024-01-15T23:39:10.030Z+ echo Downloading...
4552024-01-15T23:39:10.030ZDownloading...
4562024-01-15T23:39:10.030Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4572024-01-15T23:39:10.030Z+ 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
4582024-01-15T23:39:10.181Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4592024-01-15T23:39:10.184Z++ case "$OSTYPE" in
4602024-01-15T23:39:10.184Z++ SHA=sha256sum
4612024-01-15T23:39:10.184Z++ sha256sum
4622024-01-15T23:39:10.184Z++ awk '{print $1}'
4632024-01-15T23:39:10.190Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4642024-01-15T23:39:10.191Z+ [[ 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 ]]
4652024-01-15T23:39:10.196Z+ set -o errexit
4662024-01-15T23:39:10.199Z+++ dirname ./tools/ci_download_dendrite_openapi
4672024-01-15T23:39:10.203Z++ cd ./tools
4682024-01-15T23:39:10.203Z++ pwd
4692024-01-15T23:39:10.203Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4702024-01-15T23:39:10.206Z++ basename ./tools/ci_download_dendrite_openapi
4712024-01-15T23:39:10.206Z+ ARG0=ci_download_dendrite_openapi
4722024-01-15T23:39:10.206Z+ TARGET_DIR=out
4732024-01-15T23:39:10.206Z+ DOWNLOAD_DIR=out/downloads
4742024-01-15T23:39:10.206Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4752024-01-15T23:39:10.206Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4762024-01-15T23:39:10.206Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4772024-01-15T23:39:10.206Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4782024-01-15T23:39:10.206Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4792024-01-15T23:39:10.206Z+ main
4802024-01-15T23:39:10.206Z+ [[ 0 != 0 ]]
4812024-01-15T23:39:10.206Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
4822024-01-15T23:39:10.206ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4832024-01-15T23:39:10.206Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
4842024-01-15T23:39:10.206ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4852024-01-15T23:39:10.207Z+ local DO_DOWNLOAD=true
4862024-01-15T23:39:10.207Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
4872024-01-15T23:39:10.207Z+ mkdir -p out/downloads
4882024-01-15T23:39:10.210Z+ '[' true == true ']'
4892024-01-15T23:39:10.211Z+ echo Downloading...
4902024-01-15T23:39:10.211ZDownloading...
4912024-01-15T23:39:10.211Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4922024-01-15T23:39:10.211Z+ 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
4932024-01-15T23:39:10.358Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4942024-01-15T23:39:10.358Z++ case "$OSTYPE" in
4952024-01-15T23:39:10.361Z++ SHA=sha256sum
4962024-01-15T23:39:10.361Z++ sha256sum
4972024-01-15T23:39:10.361Z++ awk '{print $1}'
4982024-01-15T23:39:10.369Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4992024-01-15T23:39:10.369Z+ [[ 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 ]]
5002024-01-15T23:39:10.376Z+ set -o errexit
5012024-01-15T23:39:10.379Z+++ dirname ./tools/ci_download_dendrite_stub
5022024-01-15T23:39:10.382Z++ cd ./tools
5032024-01-15T23:39:10.382Z++ pwd
5042024-01-15T23:39:10.382Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5052024-01-15T23:39:10.382Z++ basename ./tools/ci_download_dendrite_stub
5062024-01-15T23:39:10.386Z+ ARG0=ci_download_dendrite_stub
5072024-01-15T23:39:10.386Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5082024-01-15T23:39:10.386Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5092024-01-15T23:39:10.386Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5102024-01-15T23:39:10.386Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5112024-01-15T23:39:10.386Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5122024-01-15T23:39:10.386Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5132024-01-15T23:39:10.386Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5142024-01-15T23:39:10.386Z+ TARGET_DIR=out
5152024-01-15T23:39:10.386Z+ DOWNLOAD_DIR=out/downloads
5162024-01-15T23:39:10.386Z+ DEST_DIR=./out/dendrite-stub
5172024-01-15T23:39:10.386Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5182024-01-15T23:39:10.386Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5192024-01-15T23:39:10.386Z+ REPO=oxidecomputer/dendrite
5202024-01-15T23:39:10.386Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5212024-01-15T23:39:10.387Z+ main
5222024-01-15T23:39:10.387Z+ [[ 0 != 0 ]]
5232024-01-15T23:39:10.387Z+ CIDL_OS=solaris2.11
5242024-01-15T23:39:10.387Z+ [[ 0 != 0 ]]
5252024-01-15T23:39:10.387Z+ configure_os solaris2.11
5262024-01-15T23:39:10.387Z+ echo 'current directory: /work/oxidecomputer/omicron'
5272024-01-15T23:39:10.387Zcurrent directory: /work/oxidecomputer/omicron
5282024-01-15T23:39:10.387Z+ echo 'configuring based on OS: "solaris2.11"'
5292024-01-15T23:39:10.387Z+ case "$1" in
5302024-01-15T23:39:10.387Zconfiguring based on OS: "solaris2.11"
5312024-01-15T23:39:10.387Z+ SET_BINARIES=
5322024-01-15T23:39:10.388Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5332024-01-15T23:39:10.388Z+ CIDL_SHA256FUNC=do_sha256sum
5342024-01-15T23:39:10.388Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5352024-01-15T23:39:10.388Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5362024-01-15T23:39:10.388Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5372024-01-15T23:39:10.388Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5382024-01-15T23:39:10.388Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5392024-01-15T23:39:10.388ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5402024-01-15T23:39:10.388ZLocal file: out/downloads/dendrite-stub.tar.gz
5412024-01-15T23:39:10.388Z+ mkdir -p out/downloads
5422024-01-15T23:39:10.392Z+ mkdir -p ./out/dendrite-stub
5432024-01-15T23:39:10.392Z+ fetch_and_verify
5442024-01-15T23:39:10.392Z+ local DO_DOWNLOAD=true
5452024-01-15T23:39:10.392Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5462024-01-15T23:39:10.392Z+ '[' true == true ']'
5472024-01-15T23:39:10.392Z+ echo Downloading...
5482024-01-15T23:39:10.392ZDownloading...
5492024-01-15T23:39:10.392Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5502024-01-15T23:39:10.392Z+ 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
5512024-01-15T23:39:17.817Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5522024-01-15T23:39:17.828Z++ sha256sum
5532024-01-15T23:39:17.828Z++ awk '{print $1}'
5542024-01-15T23:39:17.921Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5552024-01-15T23:39:17.921Z+ [[ 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 ]]
5562024-01-15T23:39:17.936Z+ do_untar out/downloads/dendrite-stub.tar.gz
5572024-01-15T23:39:17.936Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5582024-01-15T23:39:19.110Z+ do_assemble
5592024-01-15T23:39:19.110Z+ rm -r ./out/dendrite-stub
5602024-01-15T23:39:19.113Z+ mkdir ./out/dendrite-stub
5612024-01-15T23:39:19.116Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5622024-01-15T23:39:19.262Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5632024-01-15T23:39:19.276Z+ set -o errexit
5642024-01-15T23:39:19.279Z+++ dirname ./tools/ci_download_maghemite_mgd
5652024-01-15T23:39:19.279Z++ cd ./tools
5662024-01-15T23:39:19.279Z++ pwd
5672024-01-15T23:39:19.279Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5682024-01-15T23:39:19.283Z++ basename ./tools/ci_download_maghemite_mgd
5692024-01-15T23:39:19.283Z+ ARG0=ci_download_maghemite_mgd
5702024-01-15T23:39:19.283Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5712024-01-15T23:39:19.283Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5722024-01-15T23:39:19.283Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5732024-01-15T23:39:19.283Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5742024-01-15T23:39:19.283Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5752024-01-15T23:39:19.283Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5762024-01-15T23:39:19.284Z+ TARGET_DIR=out
5772024-01-15T23:39:19.284Z+ DOWNLOAD_DIR=out/downloads
5782024-01-15T23:39:19.284Z+ DEST_DIR=./out/mgd
5792024-01-15T23:39:19.284Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5802024-01-15T23:39:19.284Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5812024-01-15T23:39:19.284Z+ REPO=oxidecomputer/maghemite
5822024-01-15T23:39:19.284Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5832024-01-15T23:39:19.292Z+ main
5842024-01-15T23:39:19.292Z+ [[ 0 != 0 ]]
5852024-01-15T23:39:19.292Z+ CIDL_OS=solaris2.11
5862024-01-15T23:39:19.293Z+ [[ 0 != 0 ]]
5872024-01-15T23:39:19.293Z+ configure_os solaris2.11
5882024-01-15T23:39:19.293Z+ echo 'current directory: /work/oxidecomputer/omicron'
5892024-01-15T23:39:19.293Zcurrent directory: /work/oxidecomputer/omicron
5902024-01-15T23:39:19.293Z+ echo 'configuring based on OS: "solaris2.11"'
5912024-01-15T23:39:19.293Z+ case "$1" in
5922024-01-15T23:39:19.293Z+ SET_BINARIES=
5932024-01-15T23:39:19.293Zconfiguring based on OS: "solaris2.11"
5942024-01-15T23:39:19.293Z+ CIDL_SHA256FUNC=do_sha256sum
5952024-01-15T23:39:19.293Z+ TARBALL_FILENAME=mgd.tar.gz
5962024-01-15T23:39:19.293Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
5972024-01-15T23:39:19.293Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5982024-01-15T23:39:19.293Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
5992024-01-15T23:39:19.293ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6002024-01-15T23:39:19.293Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6012024-01-15T23:39:19.294ZLocal file: out/downloads/mgd.tar.gz
6022024-01-15T23:39:19.294Z+ mkdir -p out/downloads
6032024-01-15T23:39:19.294Z+ mkdir -p ./out/mgd
6042024-01-15T23:39:19.298Z+ fetch_and_verify
6052024-01-15T23:39:19.298Z+ local DO_DOWNLOAD=true
6062024-01-15T23:39:19.298Z+ [[ -f out/downloads/mgd.tar.gz ]]
6072024-01-15T23:39:19.298Z+ '[' true == true ']'
6082024-01-15T23:39:19.298Z+ echo Downloading...
6092024-01-15T23:39:19.298ZDownloading...
6102024-01-15T23:39:19.298Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6112024-01-15T23:39:19.298Z+ 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
6122024-01-15T23:39:24.958Z++ do_sha256sum out/downloads/mgd.tar.gz
6132024-01-15T23:39:24.961Z++ sha256sum
6142024-01-15T23:39:24.961Z++ awk '{print $1}'
6152024-01-15T23:39:25.036Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6162024-01-15T23:39:25.036Z+ [[ 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 ]]
6172024-01-15T23:39:25.036Z+ do_untar out/downloads/mgd.tar.gz
6182024-01-15T23:39:25.036Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6192024-01-15T23:39:25.725Z+ do_assemble
6202024-01-15T23:39:25.725Z+ rm -r ./out/mgd
6212024-01-15T23:39:25.732Z+ mkdir ./out/mgd
6222024-01-15T23:39:25.732Z+ cp -r out/downloads/root ./out/mgd/root
6232024-01-15T23:39:25.959Z+ set -o errexit
6242024-01-15T23:39:25.969Z+++ dirname ./tools/ci_download_transceiver_control
6252024-01-15T23:39:25.969Z++ cd ./tools
6262024-01-15T23:39:25.969Z++ pwd
6272024-01-15T23:39:25.969Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6282024-01-15T23:39:25.969Z++ basename ./tools/ci_download_transceiver_control
6292024-01-15T23:39:25.970Z+ ARG0=ci_download_transceiver_control
6302024-01-15T23:39:25.970Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6312024-01-15T23:39:25.970Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6322024-01-15T23:39:25.970Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6332024-01-15T23:39:25.970Z+ TARGET_DIR=out
6342024-01-15T23:39:25.971Z+ DOWNLOAD_DIR=out/downloads
6352024-01-15T23:39:25.971Z+ DEST_DIR=./out/transceiver-control
6362024-01-15T23:39:25.971Z+ BIN_DIR=/opt/oxide/bin
6372024-01-15T23:39:25.971Z+ BINARY=xcvradm
6382024-01-15T23:39:25.971Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6392024-01-15T23:39:25.971Z+ REPO=oxidecomputer/transceiver-control
6402024-01-15T23:39:25.971Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6412024-01-15T23:39:25.971Z+ main
6422024-01-15T23:39:25.971Z+ [[ 0 != 0 ]]
6432024-01-15T23:39:25.971Z+ CIDL_OS=solaris2.11
6442024-01-15T23:39:25.971Z+ [[ 0 != 0 ]]
6452024-01-15T23:39:25.971Z+ configure_os solaris2.11
6462024-01-15T23:39:25.971Z+ echo 'current directory: /work/oxidecomputer/omicron'
6472024-01-15T23:39:25.971Zcurrent directory: /work/oxidecomputer/omicron
6482024-01-15T23:39:25.971Z+ echo 'configuring based on OS: "solaris2.11"'
6492024-01-15T23:39:25.971Z+ case "$1" in
6502024-01-15T23:39:25.971Z+ SET_BINARIES=
6512024-01-15T23:39:25.971Zconfiguring based on OS: "solaris2.11"
6522024-01-15T23:39:25.971Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6532024-01-15T23:39:25.971Z+ CIDL_SHA256FUNC=do_sha256sum
6542024-01-15T23:39:25.971Z+ ARCHIVE_FILENAME=xcvradm.gz
6552024-01-15T23:39:25.971Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6562024-01-15T23:39:25.971Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6572024-01-15T23:39:25.972Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6582024-01-15T23:39:25.972ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6592024-01-15T23:39:25.972Z+ echo 'Local file: out/downloads/xcvradm.gz'
6602024-01-15T23:39:25.972Z+ mkdir -p out/downloads
6612024-01-15T23:39:25.972ZLocal file: out/downloads/xcvradm.gz
6622024-01-15T23:39:25.972Z+ mkdir -p ./out/transceiver-control
6632024-01-15T23:39:25.972Z+ fetch_and_verify
6642024-01-15T23:39:25.972Z+ local DO_DOWNLOAD=true
6652024-01-15T23:39:25.972Z+ [[ -f out/downloads/xcvradm.gz ]]
6662024-01-15T23:39:25.972Z+ '[' true == true ']'
6672024-01-15T23:39:25.972Z+ echo Downloading...
6682024-01-15T23:39:25.972ZDownloading...
6692024-01-15T23:39:25.972Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6702024-01-15T23:39:25.972Z+ 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
6712024-01-15T23:39:27.533Z++ do_sha256sum out/downloads/xcvradm.gz
6722024-01-15T23:39:27.536Z++ sha256sum
6732024-01-15T23:39:27.536Z++ awk '{print $1}'
6742024-01-15T23:39:27.558Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6752024-01-15T23:39:27.562Z+ [[ 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 ]]
6762024-01-15T23:39:27.562Z+ do_unpack out/downloads/xcvradm.gz
6772024-01-15T23:39:27.562Z+ mkdir -p out/downloads/root//opt/oxide/bin
6782024-01-15T23:39:27.562Z+ gzip -dc out/downloads/xcvradm.gz
6792024-01-15T23:39:27.746Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6802024-01-15T23:39:27.749Z+ do_assemble
6812024-01-15T23:39:27.750Z+ rm -r ./out/transceiver-control
6822024-01-15T23:39:27.750Z+ mkdir ./out/transceiver-control
6832024-01-15T23:39:27.753Z+ cp -r out/downloads/root ./out/transceiver-control/root
6842024-01-15T23:39:28.024ZAll prerequisites installed successfully
6852024-01-15T23:39:28.033Z
6862024-01-15T23:39:28.033Zreal 2:03.055337924
6872024-01-15T23:39:28.033Zuser 51.967351700
6882024-01-15T23:39:28.033Zsys 10.742134597
6892024-01-15T23:39:28.033Ztrap 0.027850871
6902024-01-15T23:39:28.033Ztflt 0.235036210
6912024-01-15T23:39:28.033Zdflt 0.396124337
6922024-01-15T23:39:28.033Zkflt 0.238545177
6932024-01-15T23:39:28.033Zlock 2.195899637
6942024-01-15T23:39:28.034Zslp 3:48.980282151
6952024-01-15T23:39:28.034Zlat 4.085129332
6962024-01-15T23:39:28.034Zstop 0.070376793
6972024-01-15T23:39:28.034Z+ banner end-to-end-tests
6982024-01-15T23:39:28.034Z
6992024-01-15T23:39:28.034Z ###### # # ##### ##### #### ###### # # #####
7002024-01-15T23:39:28.034Z # ## # # # # # # # ## # # #
7012024-01-15T23:39:28.034Z ##### # # # # # ##### # # # ##### ##### # # # # #
7022024-01-15T23:39:28.034Z # # # # # # # # # # # # # # #
7032024-01-15T23:39:28.034Z # # ## # # # # # # # ## # #
7042024-01-15T23:39:28.034Z ###### # # ##### # #### ###### # # #####
7052024-01-15T23:39:28.034Z
7062024-01-15T23:39:28.034Z+ export CARGO_PROFILE_DEV_DEBUG=1
7072024-01-15T23:39:28.034Z+ CARGO_PROFILE_DEV_DEBUG=1
7082024-01-15T23:39:28.034Z+ export CARGO_PROFILE_TEST_DEBUG=1
7092024-01-15T23:39:28.034Z+ CARGO_PROFILE_TEST_DEBUG=1
7102024-01-15T23:39:28.034Z+ export CARGO_INCREMENTAL=0
7112024-01-15T23:39:28.035Z+ CARGO_INCREMENTAL=0
7122024-01-15T23:39:28.035Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7132024-01-15T23:39:28.364Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7142024-01-15T23:39:28.740Z Updating crates.io index
7152024-01-15T23:39:28.743Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7162024-01-15T23:39:29.733Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7172024-01-15T23:39:32.692Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7182024-01-15T23:39:32.866Z Updating git repository `http://github.com/oxidecomputer/tofino`
7192024-01-15T23:39:33.197Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7202024-01-15T23:39:33.492Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7212024-01-15T23:39:33.753Z Updating git repository `https://github.com/oxidecomputer/propolis`
7222024-01-15T23:39:34.696Z Updating git repository `https://github.com/oxidecomputer/crucible`
7232024-01-15T23:39:36.987Z Updating git repository `https://github.com/oxidecomputer/opte`
7242024-01-15T23:39:38.023Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7252024-01-15T23:39:38.325Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7262024-01-15T23:39:39.050Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7272024-01-15T23:39:39.362Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7282024-01-15T23:39:39.676Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7292024-01-15T23:39:39.989Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7302024-01-15T23:39:40.561Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7312024-01-15T23:39:40.863Z Updating git repository `https://github.com/njaremko/samael`
7322024-01-15T23:39:41.305Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7332024-01-15T23:39:41.927Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7342024-01-15T23:39:42.341Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7352024-01-15T23:39:42.697Z Updating git repository `https://github.com/jgallagher/nix`
7362024-01-15T23:39:44.034Z Updating git repository `https://github.com/cbiffle/hubpack`
7372024-01-15T23:39:44.417Z Updating git repository `https://github.com/oxidecomputer/typify`
7382024-01-15T23:39:49.439Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7392024-01-15T23:39:49.855Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7402024-01-15T23:39:50.137Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7412024-01-15T23:39:51.613Z Downloading crates ...
7422024-01-15T23:39:51.895Z Downloaded addr2line v0.21.0
7432024-01-15T23:39:51.899Z Downloaded tar v0.4.40
7442024-01-15T23:39:51.902Z Downloaded toml v0.7.8
7452024-01-15T23:39:51.909Z Downloaded tower-service v0.3.2
7462024-01-15T23:39:51.912Z Downloaded tokio-postgres v0.7.10
7472024-01-15T23:39:51.921Z Downloaded tokio-native-tls v0.3.1
7482024-01-15T23:39:51.924Z Downloaded trust-dns-proto v0.22.0
7492024-01-15T23:39:51.946Z Downloaded aead v0.5.2
7502024-01-15T23:39:51.950Z Downloaded dyn-clone v1.0.13
7512024-01-15T23:39:51.953Z Downloaded dtrace-parser v0.1.14
7522024-01-15T23:39:51.956Z Downloaded unicode-width v0.1.11
7532024-01-15T23:39:51.962Z Downloaded unicase v2.7.0
7542024-01-15T23:39:51.965Z Downloaded trust-dns-resolver v0.22.0
7552024-01-15T23:39:51.975Z Downloaded bitflags v1.3.2
7562024-01-15T23:39:51.984Z Downloaded zerocopy v0.6.4
7572024-01-15T23:39:52.004Z Downloaded atomicwrites v0.4.3
7582024-01-15T23:39:52.010Z Downloaded async-stream-impl v0.3.5
7592024-01-15T23:39:52.017Z Downloaded atty v0.2.14
7602024-01-15T23:39:52.020Z Downloaded zerocopy v0.3.0
7612024-01-15T23:39:52.024Z Downloaded atomic-waker v1.1.1
7622024-01-15T23:39:52.027Z Downloaded float-cmp v0.9.0
7632024-01-15T23:39:52.030Z Downloaded zeroize_derive v1.4.2
7642024-01-15T23:39:52.032Z Downloaded whoami v1.4.1
7652024-01-15T23:39:52.035Z Downloaded anstyle v1.0.2
7662024-01-15T23:39:52.038Z Downloaded http-range v0.1.5
7672024-01-15T23:39:52.042Z Downloaded ciborium-ll v0.2.1
7682024-01-15T23:39:52.048Z Downloaded chacha20 v0.9.1
7692024-01-15T23:39:52.051Z Downloaded cipher v0.4.4
7702024-01-15T23:39:52.054Z Downloaded colored v2.0.4
7712024-01-15T23:39:52.057Z Downloaded anstream v0.5.0
7722024-01-15T23:39:52.060Z Downloaded cfg-if v1.0.0
7732024-01-15T23:39:52.064Z Downloaded block-padding v0.3.3
7742024-01-15T23:39:52.066Z Downloaded ident_case v1.0.1
7752024-01-15T23:39:52.069Z Downloaded colorchoice v1.0.0
7762024-01-15T23:39:52.073Z Downloaded pest_generator v2.7.2
7772024-01-15T23:39:52.076Z Downloaded darling_macro v0.20.3
7782024-01-15T23:39:52.079Z Downloaded pin-utils v0.1.0
7792024-01-15T23:39:52.082Z Downloaded byteorder v1.5.0
7802024-01-15T23:39:52.085Z Downloaded bit-set v0.5.3
7812024-01-15T23:39:52.088Z Downloaded phf v0.11.2
7822024-01-15T23:39:52.091Z Downloaded diesel v2.1.4
7832024-01-15T23:39:52.131Z Downloaded platforms v3.0.2
7842024-01-15T23:39:52.141Z Downloaded serde_repr v0.1.16
7852024-01-15T23:39:52.144Z Downloaded normalize-line-endings v0.3.0
7862024-01-15T23:39:52.147Z Downloaded md5 v0.7.0
7872024-01-15T23:39:52.147Z Downloaded new_debug_unreachable v1.0.4
7882024-01-15T23:39:52.150Z Downloaded diesel_table_macro_syntax v0.1.0
7892024-01-15T23:39:52.153Z Downloaded serde_tokenstream v0.2.0
7902024-01-15T23:39:52.157Z Downloaded crypto-common v0.1.6
7912024-01-15T23:39:52.160Z Downloaded rand v0.8.5
7922024-01-15T23:39:52.167Z Downloaded match_cfg v0.1.0
7932024-01-15T23:39:52.169Z Downloaded tinyvec_macros v0.1.1
7942024-01-15T23:39:52.172Z Downloaded ciborium v0.2.1
7952024-01-15T23:39:52.175Z Downloaded pretty-hex v0.2.1
7962024-01-15T23:39:52.178Z Downloaded phf_shared v0.10.0
7972024-01-15T23:39:52.179Z Downloaded openssl-macros v0.1.1
7982024-01-15T23:39:52.181Z Downloaded num_threads v0.1.6
7992024-01-15T23:39:52.184Z Downloaded rfc6979 v0.4.0
8002024-01-15T23:39:52.188Z Downloaded dirs-sys v0.4.1
8012024-01-15T23:39:52.188Z Downloaded ctr v0.9.2
8022024-01-15T23:39:52.192Z Downloaded md-5 v0.10.5
8032024-01-15T23:39:52.197Z Downloaded fallible-iterator v0.2.0
8042024-01-15T23:39:52.200Z Downloaded hash32 v0.2.1
8052024-01-15T23:39:52.200Z Downloaded num v0.4.1
8062024-01-15T23:39:52.203Z Downloaded hyper-staticfile v0.9.5
8072024-01-15T23:39:52.208Z Downloaded pin-project-internal v1.1.3
8082024-01-15T23:39:52.211Z Downloaded display-error-chain v0.2.0
8092024-01-15T23:39:52.214Z Downloaded num-integer v0.1.45
8102024-01-15T23:39:52.217Z Downloaded dirs v5.0.1
8112024-01-15T23:39:52.221Z Downloaded memoffset v0.9.0
8122024-01-15T23:39:52.221Z Downloaded macaddr v1.0.1
8132024-01-15T23:39:52.224Z Downloaded managed v0.8.0
8142024-01-15T23:39:52.227Z Downloaded num-derive v0.4.0
8152024-01-15T23:39:52.230Z Downloaded scheduled-thread-pool v0.2.7
8162024-01-15T23:39:52.233Z Downloaded itoa v1.0.9
8172024-01-15T23:39:52.236Z Downloaded num_enum_derive v0.5.11
8182024-01-15T23:39:52.242Z Downloaded parse-display-derive v0.8.2
8192024-01-15T23:39:52.242Z Downloaded blake2 v0.10.6
8202024-01-15T23:39:52.246Z Downloaded num_enum v0.5.11
8212024-01-15T23:39:52.254Z Downloaded ppv-lite86 v0.2.17
8222024-01-15T23:39:52.259Z Downloaded log v0.4.20
8232024-01-15T23:39:52.263Z Downloaded rustc-demangle v0.1.23
8242024-01-15T23:39:52.267Z Downloaded fxhash v0.2.1
8252024-01-15T23:39:52.270Z Downloaded crossbeam-epoch v0.9.15
8262024-01-15T23:39:52.273Z Downloaded http-body v0.4.5
8272024-01-15T23:39:52.276Z Downloaded derive_more v0.99.17
8282024-01-15T23:39:52.287Z Downloaded opaque-debug v0.3.0
8292024-01-15T23:39:52.289Z Downloaded usdt-attr-macro v0.3.5
8302024-01-15T23:39:52.292Z Downloaded darling_core v0.20.3
8312024-01-15T23:39:52.298Z Downloaded take_mut v0.2.2
8322024-01-15T23:39:52.301Z Downloaded bitflags v2.4.0
8332024-01-15T23:39:52.305Z Downloaded snafu-derive v0.7.5
8342024-01-15T23:39:52.309Z Downloaded libsw v3.3.1
8352024-01-15T23:39:52.313Z Downloaded ryu v1.0.15
8362024-01-15T23:39:52.318Z Downloaded schemars_derive v0.8.16
8372024-01-15T23:39:52.324Z Downloaded spin v0.9.8
8382024-01-15T23:39:52.327Z Downloaded try-lock v0.2.4
8392024-01-15T23:39:52.330Z Downloaded diesel_derives v2.1.2
8402024-01-15T23:39:52.334Z Downloaded pbkdf2 v0.11.0
8412024-01-15T23:39:52.338Z Downloaded utf8parse v0.2.1
8422024-01-15T23:39:52.341Z Downloaded utf-8 v0.7.6
8432024-01-15T23:39:52.344Z Downloaded thiserror v1.0.49
8442024-01-15T23:39:52.350Z Downloaded option-ext v0.2.0
8452024-01-15T23:39:52.353Z Downloaded xattr v1.0.1
8462024-01-15T23:39:52.355Z Downloaded clap v4.4.3
8472024-01-15T23:39:52.371Z Downloaded libefi-sys v0.1.0
8482024-01-15T23:39:52.374Z Downloaded zone v0.3.0
8492024-01-15T23:39:52.376Z Downloaded synstructure v0.12.6
8502024-01-15T23:39:52.377Z Downloaded subtle v2.5.0
8512024-01-15T23:39:52.379Z Downloaded sec1 v0.7.3
8522024-01-15T23:39:52.382Z Downloaded num-traits v0.2.16
8532024-01-15T23:39:52.389Z Downloaded hyper-tls v0.5.0
8542024-01-15T23:39:52.392Z Downloaded slog-stdlog v4.1.1
8552024-01-15T23:39:52.392Z Downloaded lazy_static v1.4.0
8562024-01-15T23:39:52.395Z Downloaded socket2 v0.5.5
8572024-01-15T23:39:52.399Z Downloaded foreign-types-macros v0.2.3
8582024-01-15T23:39:52.402Z Downloaded heck v0.3.3
8592024-01-15T23:39:52.402Z Downloaded foreign-types v0.5.0
8602024-01-15T23:39:52.405Z Downloaded pbkdf2 v0.12.2
8612024-01-15T23:39:52.407Z Downloaded slog-async v2.8.0
8622024-01-15T23:39:52.410Z Downloaded slog-json v2.6.1
8632024-01-15T23:39:52.414Z Downloaded rustc_version v0.4.0
8642024-01-15T23:39:52.417Z Downloaded want v0.3.1
8652024-01-15T23:39:52.417Z Downloaded either v1.9.0
8662024-01-15T23:39:52.420Z Downloaded lalrpop-util v0.19.12
8672024-01-15T23:39:52.420Z Downloaded foreign-types v0.3.2
8682024-01-15T23:39:52.423Z Downloaded structopt-derive v0.4.18
8692024-01-15T23:39:52.426Z Downloaded foreign-types-shared v0.1.1
8702024-01-15T23:39:52.426Z Downloaded ghash v0.5.0
8712024-01-15T23:39:52.429Z Downloaded futures-task v0.3.30
8722024-01-15T23:39:52.432Z Downloaded term v0.7.0
8732024-01-15T23:39:52.435Z Downloaded vsss-rs v3.3.4
8742024-01-15T23:39:52.440Z Downloaded endian-type v0.1.2
8752024-01-15T23:39:52.443Z Downloaded waitgroup v0.1.2
8762024-01-15T23:39:52.443Z Downloaded toml v0.8.8
8772024-01-15T23:39:52.451Z Downloaded futures-core v0.3.30
8782024-01-15T23:39:52.454Z Downloaded headers-core v0.2.0
8792024-01-15T23:39:52.454Z Downloaded semver v1.0.21
8802024-01-15T23:39:52.457Z Downloaded unsafe-libyaml v0.2.10
8812024-01-15T23:39:52.462Z Downloaded fixedbitset v0.4.2
8822024-01-15T23:39:52.466Z Downloaded filetime v0.2.23
8832024-01-15T23:39:52.469Z Downloaded num-rational v0.4.1
8842024-01-15T23:39:52.472Z Downloaded num-complex v0.4.4
8852024-01-15T23:39:52.475Z Downloaded hubpack v0.1.2
8862024-01-15T23:39:52.475Z Downloaded tracing-attributes v0.1.26
8872024-01-15T23:39:52.479Z Downloaded ipnet v2.8.0
8882024-01-15T23:39:52.482Z Downloaded pest_derive v2.7.2
8892024-01-15T23:39:52.486Z Downloaded ff v0.13.0
8902024-01-15T23:39:52.489Z Downloaded strsim v0.8.0
8912024-01-15T23:39:52.492Z Downloaded serde_derive v1.0.195
8922024-01-15T23:39:52.495Z Downloaded serde v1.0.195
8932024-01-15T23:39:52.504Z Downloaded der v0.7.8
8942024-01-15T23:39:52.511Z Downloaded slog-bunyan v2.5.0
8952024-01-15T23:39:52.514Z Downloaded futures-channel v0.3.30
8962024-01-15T23:39:52.517Z Downloaded scopeguard v1.2.0
8972024-01-15T23:39:52.521Z Downloaded memchr v2.6.3
8982024-01-15T23:39:52.527Z Downloaded group v0.13.0
8992024-01-15T23:39:52.531Z Downloaded httparse v1.8.0
9002024-01-15T23:39:52.535Z Downloaded structopt v0.3.26
9012024-01-15T23:39:52.547Z Downloaded slog-envlogger v2.2.0
9022024-01-15T23:39:52.550Z Downloaded p256 v0.13.2
9032024-01-15T23:39:52.555Z Downloaded getrandom v0.2.10
9042024-01-15T23:39:52.561Z Downloaded getrandom v0.1.16
9052024-01-15T23:39:52.568Z Downloaded tracing-core v0.1.31
9062024-01-15T23:39:52.571Z Downloaded uuid v1.6.1
9072024-01-15T23:39:52.577Z Downloaded unicode-bidi v0.3.13
9082024-01-15T23:39:52.581Z Downloaded omicron-zone-package v0.9.1
9092024-01-15T23:39:52.586Z Downloaded hmac v0.12.1
9102024-01-15T23:39:52.589Z Downloaded http v0.2.11
9112024-01-15T23:39:52.596Z Downloaded futures v0.3.30
9122024-01-15T23:39:52.605Z Downloaded trust-dns-client v0.22.0
9132024-01-15T23:39:52.615Z Downloaded snafu v0.7.5
9142024-01-15T23:39:52.625Z Downloaded indexmap v2.1.0
9152024-01-15T23:39:52.633Z Downloaded headers v0.3.9
9162024-01-15T23:39:52.643Z Downloaded openssl-sys v0.9.96
9172024-01-15T23:39:52.655Z Downloaded zip v0.6.6
9182024-01-15T23:39:52.659Z Downloaded unicode-segmentation v1.10.1
9192024-01-15T23:39:52.666Z Downloaded clap_builder v4.4.2
9202024-01-15T23:39:52.678Z Downloaded flate2 v1.0.28
9212024-01-15T23:39:52.687Z Downloaded itertools v0.11.0
9222024-01-15T23:39:52.699Z Downloaded hashbrown v0.13.2
9232024-01-15T23:39:52.707Z Downloaded nom v7.1.3
9242024-01-15T23:39:52.716Z Downloaded zerocopy v0.7.31
9252024-01-15T23:39:52.746Z Downloaded hashbrown v0.12.3
9262024-01-15T23:39:52.756Z Downloaded hkdf v0.12.4
9272024-01-15T23:39:52.759Z Downloaded clap v2.34.0
9282024-01-15T23:39:52.771Z Downloaded hashbrown v0.14.2
9292024-01-15T23:39:52.781Z Downloaded petgraph v0.6.4
9302024-01-15T23:39:52.804Z Downloaded winnow v0.5.15
9312024-01-15T23:39:52.818Z Downloaded reqwest v0.11.22
9322024-01-15T23:39:52.832Z Downloaded h2 v0.3.21
9332024-01-15T23:39:52.843Z Downloaded object v0.32.1
9342024-01-15T23:39:52.862Z Downloaded vcpkg v0.2.15
9352024-01-15T23:39:52.935Z Downloaded syn v1.0.109
9362024-01-15T23:39:52.953Z Downloaded regex v1.10.2
9372024-01-15T23:39:52.976Z Downloaded openssl v0.10.60
9382024-01-15T23:39:52.994Z Downloaded rustls v0.21.9
9392024-01-15T23:39:53.018Z Downloaded regex-syntax v0.7.5
9402024-01-15T23:39:53.030Z Downloaded regress v0.7.1
9412024-01-15T23:39:53.044Z Downloaded smoltcp v0.9.1
9422024-01-15T23:39:53.064Z Downloaded zerocopy-derive v0.2.0
9432024-01-15T23:39:53.081Z Downloaded zerocopy-derive v0.7.31
9442024-01-15T23:39:53.102Z Downloaded libc v0.2.152
9452024-01-15T23:39:53.151Z Downloaded regex-syntax v0.8.2
9462024-01-15T23:39:53.165Z Downloaded regex-automata v0.4.3
9472024-01-15T23:39:53.195Z Downloaded openapiv3 v2.0.0
9482024-01-15T23:39:53.216Z Downloaded regex-automata v0.3.8
9492024-01-15T23:39:53.246Z Downloaded rustix v0.37.23
9502024-01-15T23:39:53.280Z Downloaded sled v0.34.7
9512024-01-15T23:39:53.298Z Downloaded zerocopy-derive v0.6.4
9522024-01-15T23:39:53.316Z Downloaded bzip2-sys v0.1.11+1.0.8
9532024-01-15T23:39:53.339Z Downloaded bstr v1.6.0
9542024-01-15T23:39:53.358Z Downloaded syn v2.0.46
9552024-01-15T23:39:53.377Z Downloaded rustix v0.38.25
9562024-01-15T23:39:53.421Z Downloaded tokio v1.35.1
9572024-01-15T23:39:53.889Z Downloaded bstr v0.2.17
9582024-01-15T23:39:53.893Z Downloaded gimli v0.28.0
9592024-01-15T23:39:53.893Z Downloaded sha3 v0.10.8
9602024-01-15T23:39:53.893Z Downloaded smoltcp v0.10.0
9612024-01-15T23:39:53.893Z Downloaded idna v0.5.0
9622024-01-15T23:39:53.893Z Downloaded curve25519-dalek v4.1.1
9632024-01-15T23:39:53.893Z Downloaded radix_trie v0.2.1
9642024-01-15T23:39:53.893Z Downloaded idna v0.2.3
9652024-01-15T23:39:53.893Z Downloaded chrono v0.4.31
9662024-01-15T23:39:53.893Z Downloaded rustls-webpki v0.101.7
9672024-01-15T23:39:53.893Z Downloaded winapi v0.3.9
9682024-01-15T23:39:53.893Z Downloaded encoding_rs v0.8.33
9692024-01-15T23:39:53.893Z Downloaded hyper v0.14.27
9702024-01-15T23:39:53.893Z Downloaded libm v0.2.7
9712024-01-15T23:39:53.893Z Downloaded futures-util v0.3.30
9722024-01-15T23:39:53.893Z Downloaded regex-automata v0.1.10
9732024-01-15T23:39:53.893Z Downloaded itertools v0.10.5
9742024-01-15T23:39:53.894Z Downloaded toml_edit v0.21.0
9752024-01-15T23:39:53.902Z Downloaded pest v2.7.2
9762024-01-15T23:39:53.910Z Downloaded tokio-util v0.7.10
9772024-01-15T23:39:53.955Z Downloaded unicode-normalization v0.1.22
9782024-01-15T23:39:53.958Z Downloaded serde_json v1.0.111
9792024-01-15T23:39:53.958Z Downloaded ed25519-dalek v2.0.0
9802024-01-15T23:39:53.958Z Downloaded aes-gcm v0.10.3
9812024-01-15T23:39:53.958Z Downloaded trust-dns-server v0.22.1
9822024-01-15T23:39:53.963Z Downloaded heapless v0.7.16
9832024-01-15T23:39:53.970Z Downloaded tungstenite v0.20.1
9842024-01-15T23:39:53.975Z Downloaded toml_edit v0.19.15
9852024-01-15T23:39:54.011Z Downloaded serde_with v3.4.0
9862024-01-15T23:39:54.022Z Downloaded elliptic-curve v0.13.8
9872024-01-15T23:39:54.030Z Downloaded rand v0.7.3
9882024-01-15T23:39:54.040Z Downloaded itertools v0.12.0
9892024-01-15T23:39:54.054Z Downloaded time v0.3.27
9902024-01-15T23:39:54.071Z Downloaded rcgen v0.11.3
9912024-01-15T23:39:54.077Z Downloaded ecdsa v0.16.9
9922024-01-15T23:39:54.081Z Downloaded tracing v0.1.37
9932024-01-15T23:39:54.088Z Downloaded smallvec v1.11.2
9942024-01-15T23:39:54.092Z Downloaded url v2.5.0
9952024-01-15T23:39:54.098Z Downloaded unicode-ident v1.0.12
9962024-01-15T23:39:54.103Z Downloaded schemars v0.8.16
9972024-01-15T23:39:54.126Z Downloaded subprocess v0.2.9
9982024-01-15T23:39:54.138Z Downloaded http v1.0.0
9992024-01-15T23:39:54.142Z Downloaded glob v0.3.1
10002024-01-15T23:39:54.142Z Downloaded aes v0.8.3
10012024-01-15T23:39:54.154Z Downloaded tokio-stream v0.1.14
10022024-01-15T23:39:54.160Z Downloaded thiserror-impl-no-std v2.0.2
10032024-01-15T23:39:54.166Z Downloaded num_cpus v1.16.0
10042024-01-15T23:39:54.166Z Downloaded openssl-probe v0.1.5
10052024-01-15T23:39:54.170Z Downloaded flagset v0.4.3
10062024-01-15T23:39:54.170Z Downloaded walkdir v2.4.0
10072024-01-15T23:39:54.176Z Downloaded russh v0.40.2
10082024-01-15T23:39:54.187Z Downloaded spki v0.7.2
10092024-01-15T23:39:54.192Z Downloaded rustfmt-wrapper v0.2.0
10102024-01-15T23:39:54.197Z Downloaded toml_datetime v0.6.5
10112024-01-15T23:39:54.197Z Downloaded mio v0.8.9
10122024-01-15T23:39:54.206Z Downloaded minimal-lexical v0.2.1
10132024-01-15T23:39:54.216Z Downloaded static_assertions v1.1.0
10142024-01-15T23:39:54.221Z Downloaded pest_meta v2.7.2
10152024-01-15T23:39:54.227Z Downloaded ring v0.17.7
10162024-01-15T23:39:54.368Z Downloaded rand_core v0.6.4
10172024-01-15T23:39:54.376Z Downloaded sct v0.7.0
10182024-01-15T23:39:54.384Z Downloaded once_cell v1.19.0
10192024-01-15T23:39:54.384Z Downloaded yasna v0.5.2
10202024-01-15T23:39:54.390Z Downloaded crossbeam-channel v0.5.8
10212024-01-15T23:39:54.395Z Downloaded tempfile v3.8.1
10222024-01-15T23:39:54.400Z Downloaded typenum v1.16.0
10232024-01-15T23:39:54.400Z Downloaded string_cache v0.8.7
10242024-01-15T23:39:54.429Z Downloaded stringprep v0.1.3
10252024-01-15T23:39:54.429Z Downloaded parking_lot_core v0.8.6
10262024-01-15T23:39:54.439Z Downloaded parking_lot v0.11.2
10272024-01-15T23:39:54.439Z Downloaded ring v0.16.20
10282024-01-15T23:39:54.589Z Downloaded hex v0.4.3
10292024-01-15T23:39:54.601Z Downloaded structmeta-derive v0.2.0
10302024-01-15T23:39:54.601Z Downloaded strum_macros v0.25.2
10312024-01-15T23:39:54.601Z Downloaded kstat-rs v0.2.3
10322024-01-15T23:39:54.614Z Downloaded slog-dtrace v0.2.3
10332024-01-15T23:39:54.614Z Downloaded thiserror-impl v1.0.49
10342024-01-15T23:39:54.615Z Downloaded tokio-rustls v0.24.1
10352024-01-15T23:39:54.615Z Downloaded ed25519 v2.2.2
10362024-01-15T23:39:54.615Z Downloaded indexmap v1.9.3
10372024-01-15T23:39:54.629Z Downloaded password-hash v0.4.2
10382024-01-15T23:39:54.630Z Downloaded doc-comment v0.3.3
10392024-01-15T23:39:54.630Z Downloaded zone_cfg_derive v0.3.0
10402024-01-15T23:39:54.630Z Downloaded num-bigint v0.4.4
10412024-01-15T23:39:54.645Z Downloaded cc v1.0.83
10422024-01-15T23:39:54.645Z Downloaded socket2 v0.4.9
10432024-01-15T23:39:54.645Z Downloaded slog-term v2.9.0
10442024-01-15T23:39:54.645Z Downloaded postcard v1.0.8
10452024-01-15T23:39:54.660Z Downloaded serde_yaml v0.9.25
10462024-01-15T23:39:54.661Z Downloaded rustls-pki-types v1.1.0
10472024-01-15T23:39:54.661Z Downloaded pem-rfc7468 v0.7.0
10482024-01-15T23:39:54.661Z Downloaded tokio-tungstenite v0.20.1
10492024-01-15T23:39:54.674Z Downloaded stable_deref_trait v1.2.0
10502024-01-15T23:39:54.674Z Downloaded slog v2.7.0
10512024-01-15T23:39:54.674Z Downloaded crypto-bigint v0.5.2
10522024-01-15T23:39:54.682Z Downloaded strum v0.25.0
10532024-01-15T23:39:54.682Z Downloaded generic-array v0.14.7
10542024-01-15T23:39:54.682Z Downloaded structmeta v0.2.0
10552024-01-15T23:39:54.683Z Downloaded parse-display v0.8.2
10562024-01-15T23:39:54.683Z Downloaded slog-scope v4.4.0
10572024-01-15T23:39:54.690Z Downloaded hex-literal v0.4.1
10582024-01-15T23:39:54.691Z Downloaded tinyvec v1.6.0
10592024-01-15T23:39:54.703Z Downloaded home v0.5.5
10602024-01-15T23:39:54.704Z Downloaded similar v2.3.0
10612024-01-15T23:39:54.704Z Downloaded futures-executor v0.3.30
10622024-01-15T23:39:54.720Z Downloaded miniz_oxide v0.7.1
10632024-01-15T23:39:54.720Z Downloaded derive-where v1.2.7
10642024-01-15T23:39:54.720Z Downloaded rand_core v0.5.1
10652024-01-15T23:39:54.737Z Downloaded linked-hash-map v0.5.6
10662024-01-15T23:39:54.737Z Downloaded linear-map v1.2.0
10672024-01-15T23:39:54.737Z Downloaded futures-sink v0.3.30
10682024-01-15T23:39:54.738Z Downloaded iana-time-zone v0.1.57
10692024-01-15T23:39:54.739Z Downloaded untrusted v0.7.1
10702024-01-15T23:39:54.739Z Downloaded is-terminal v0.4.9
10712024-01-15T23:39:54.739Z Downloaded ipnetwork v0.20.0
10722024-01-15T23:39:54.739Z Downloaded inout v0.1.3
10732024-01-15T23:39:54.739Z Downloaded backtrace v0.3.69
10742024-01-15T23:39:54.751Z Downloaded base64 v0.21.7
10752024-01-15T23:39:54.751Z Downloaded smf v0.2.2
10762024-01-15T23:39:54.751Z Downloaded swrite v0.1.0
10772024-01-15T23:39:54.751Z Downloaded native-tls v0.2.11
10782024-01-15T23:39:54.761Z Downloaded darling v0.20.3
10792024-01-15T23:39:54.761Z Downloaded hostname v0.3.1
10802024-01-15T23:39:54.762Z Downloaded owo-colors v3.5.0
10812024-01-15T23:39:54.776Z Downloaded rustls-pemfile v1.0.3
10822024-01-15T23:39:54.776Z Downloaded difflib v0.4.0
10832024-01-15T23:39:54.776Z Downloaded pin-project-lite v0.2.13
10842024-01-15T23:39:54.786Z Downloaded dirs-next v2.0.0
10852024-01-15T23:39:54.786Z Downloaded serde_with_macros v3.4.0
10862024-01-15T23:39:54.786Z Downloaded semver-parser v0.10.2
10872024-01-15T23:39:54.786Z Downloaded semver v0.11.0
10882024-01-15T23:39:54.786Z Downloaded secrecy v0.8.0
10892024-01-15T23:39:54.787Z Downloaded rustls-native-certs v0.6.3
10902024-01-15T23:39:54.799Z Downloaded const-oid v0.9.5
10912024-01-15T23:39:54.799Z Downloaded mime_guess v2.0.4
10922024-01-15T23:39:54.799Z Downloaded sha2 v0.10.8
10932024-01-15T23:39:54.808Z Downloaded usdt v0.3.5
10942024-01-15T23:39:54.809Z Downloaded untrusted v0.9.0
10952024-01-15T23:39:54.809Z Downloaded rustversion v1.0.14
10962024-01-15T23:39:54.809Z Downloaded rustls-pemfile v2.0.0
10972024-01-15T23:39:54.809Z Downloaded hyper-rustls v0.24.2
10982024-01-15T23:39:54.822Z Downloaded tokio-macros v2.2.0
10992024-01-15T23:39:54.822Z Downloaded siphasher v0.3.11
11002024-01-15T23:39:54.822Z Downloaded httpdate v1.0.3
11012024-01-15T23:39:54.823Z Downloaded thiserror-no-std v2.0.2
11022024-01-15T23:39:54.846Z Downloaded equivalent v1.0.1
11032024-01-15T23:39:54.847Z Downloaded russh-keys v0.40.1
11042024-01-15T23:39:54.847Z Downloaded futures-macro v0.3.30
11052024-01-15T23:39:54.847Z Downloaded multer v3.0.0
11062024-01-15T23:39:54.852Z Downloaded lock_api v0.4.10
11072024-01-15T23:39:54.853Z Downloaded serde_derive_internals v0.26.0
11082024-01-15T23:39:54.853Z Downloaded rand_chacha v0.2.2
11092024-01-15T23:39:54.853Z Downloaded chacha20poly1305 v0.10.1
11102024-01-15T23:39:54.853Z Downloaded bytes v1.5.0
11112024-01-15T23:39:54.853Z Downloaded pkg-config v0.3.27
11122024-01-15T23:39:54.853Z Downloaded pin-project v1.1.3
11132024-01-15T23:39:54.870Z Downloaded argon2 v0.5.2
11142024-01-15T23:39:54.882Z Downloaded same-file v1.0.6
11152024-01-15T23:39:54.882Z Downloaded fnv v1.0.7
11162024-01-15T23:39:54.882Z Downloaded instant v0.1.12
11172024-01-15T23:39:54.882Z Downloaded hubpack_derive v0.1.1
11182024-01-15T23:39:54.882Z Downloaded bzip2 v0.4.4
11192024-01-15T23:39:54.883Z Downloaded percent-encoding v2.3.1
11202024-01-15T23:39:54.890Z Downloaded half v1.8.2
11212024-01-15T23:39:54.891Z Downloaded crossbeam-utils v0.8.16
11222024-01-15T23:39:54.891Z Downloaded signal-hook-registry v1.4.1
11232024-01-15T23:39:54.891Z Downloaded spin v0.5.2
11242024-01-15T23:39:54.903Z Downloaded slab v0.4.9
11252024-01-15T23:39:54.903Z Downloaded resolv-conf v0.7.0
11262024-01-15T23:39:54.903Z Downloaded dirs-sys-next v0.1.2
11272024-01-15T23:39:54.903Z Downloaded nibble_vec v0.1.0
11282024-01-15T23:39:54.903Z Downloaded signature v2.1.0
11292024-01-15T23:39:54.903Z Downloaded clap_derive v4.4.2
11302024-01-15T23:39:54.912Z Downloaded quote v1.0.35
11312024-01-15T23:39:54.912Z Downloaded proc-macro-error v1.0.4
11322024-01-15T23:39:54.916Z Downloaded sha1 v0.10.6
11332024-01-15T23:39:54.916Z Downloaded serde_tokenstream v0.1.7
11342024-01-15T23:39:54.921Z Downloaded r2d2 v0.8.10
11352024-01-15T23:39:54.925Z Downloaded enum-as-inner v0.5.1
11362024-01-15T23:39:54.925Z Downloaded embedded-io v0.4.0
11372024-01-15T23:39:54.930Z Downloaded der_derive v0.7.2
11382024-01-15T23:39:54.930Z Downloaded crc32fast v1.3.2
11392024-01-15T23:39:54.934Z Downloaded clap_lex v0.5.1
11402024-01-15T23:39:54.934Z Downloaded cancel-safe-futures v0.1.5
11412024-01-15T23:39:54.939Z Downloaded postgres-types v0.2.6
11422024-01-15T23:39:54.946Z Downloaded lru-cache v0.1.2
11432024-01-15T23:39:54.946Z Downloaded digest v0.10.7
11442024-01-15T23:39:55.010Z Downloaded deranged v0.3.8
11452024-01-15T23:39:55.010Z Downloaded serde_path_to_error v0.1.15
11462024-01-15T23:39:55.010Z Downloaded rand_chacha v0.3.1
11472024-01-15T23:39:55.017Z Downloaded thread_local v1.1.7
11482024-01-15T23:39:55.017Z Downloaded strsim v0.10.0
11492024-01-15T23:39:55.017Z Downloaded io-lifetimes v1.0.11
11502024-01-15T23:39:55.017Z Downloaded serde_urlencoded v0.7.1
11512024-01-15T23:39:55.017Z Downloaded serde_spanned v0.6.4
11522024-01-15T23:39:55.017Z Downloaded errno v0.3.2
11532024-01-15T23:39:55.017Z Downloaded proc-macro-error-attr v1.0.4
11542024-01-15T23:39:55.017Z Downloaded data-encoding v2.4.0
11552024-01-15T23:39:55.017Z Downloaded arc-swap v1.6.0
11562024-01-15T23:39:55.017Z Downloaded matches v0.1.10
11572024-01-15T23:39:55.017Z Downloaded defmt-parser v0.3.3
11582024-01-15T23:39:55.017Z Downloaded defmt-macros v0.3.6
11592024-01-15T23:39:55.017Z Downloaded defmt v0.3.5
11602024-01-15T23:39:55.018Z Downloaded postgres-protocol v0.6.6
11612024-01-15T23:39:55.018Z Downloaded poly1305 v0.8.0
11622024-01-15T23:39:55.018Z Downloaded base64ct v1.6.0
11632024-01-15T23:39:55.018Z Downloaded phf_shared v0.11.2
11642024-01-15T23:39:55.018Z Downloaded anyhow v1.0.75
11652024-01-15T23:39:55.018Z Downloaded proc-macro-crate v1.3.1
11662024-01-15T23:39:55.018Z Downloaded predicates v3.0.4
11672024-01-15T23:39:55.018Z Downloaded polyval v0.6.1
11682024-01-15T23:39:55.018Z Downloaded universal-hash v0.5.1
11692024-01-15T23:39:55.018Z Downloaded keccak v0.1.4
11702024-01-15T23:39:55.021Z Downloaded cpufeatures v0.2.9
11712024-01-15T23:39:55.021Z Downloaded cobs v0.2.3
11722024-01-15T23:39:55.021Z Downloaded bit-vec v0.6.3
11732024-01-15T23:39:55.021Z Downloaded quick-error v1.2.3
11742024-01-15T23:39:55.024Z Downloaded primeorder v0.13.6
11752024-01-15T23:39:55.027Z Downloaded russh-cryptovec v0.7.0
11762024-01-15T23:39:55.028Z Downloaded mime v0.3.17
11772024-01-15T23:39:55.028Z Downloaded console v0.15.8
11782024-01-15T23:39:55.032Z Downloaded camino v1.1.6
11792024-01-15T23:39:55.035Z Downloaded camino-tempfile v1.1.1
11802024-01-15T23:39:55.038Z Downloaded autocfg v1.1.0
11812024-01-15T23:39:55.041Z Downloaded ahash v0.8.6
11822024-01-15T23:39:55.048Z Downloaded anstyle-parse v0.2.1
11832024-01-15T23:39:55.052Z Downloaded async-trait v0.1.77
11842024-01-15T23:39:55.052Z Downloaded fastrand v2.0.0
11852024-01-15T23:39:55.054Z Downloaded proc-macro2 v1.0.74
11862024-01-15T23:39:55.058Z Downloaded predicates-core v1.0.6
11872024-01-15T23:39:55.061Z Downloaded pkcs8 v0.10.2
11882024-01-15T23:39:55.064Z Downloaded num-iter v0.1.43
11892024-01-15T23:39:55.067Z Downloaded heck v0.4.1
11902024-01-15T23:39:55.070Z Downloaded pretty-hex v0.4.1
11912024-01-15T23:39:55.070Z Downloaded debug-ignore v1.0.5
11922024-01-15T23:39:55.073Z Downloaded convert_case v0.4.0
11932024-01-15T23:39:55.073Z Downloaded cbc v0.1.2
11942024-01-15T23:39:55.076Z Downloaded bcrypt-pbkdf v0.10.0
11952024-01-15T23:39:55.084Z Downloaded getopts v0.2.21
11962024-01-15T23:39:55.085Z Downloaded cstr-argument v0.1.2
11972024-01-15T23:39:55.095Z Downloaded crucible-workspace-hack v0.1.0
11982024-01-15T23:39:55.095Z Downloaded pem v3.0.2
11992024-01-15T23:39:55.095Z Downloaded paste v1.0.14
12002024-01-15T23:39:55.095Z Downloaded password-hash v0.5.0
12012024-01-15T23:39:55.095Z Downloaded parking_lot v0.12.1
12022024-01-15T23:39:55.102Z Downloaded ciborium-io v0.2.1
12032024-01-15T23:39:55.102Z Downloaded precomputed-hash v0.1.1
12042024-01-15T23:39:55.102Z Downloaded blowfish v0.9.1
12052024-01-15T23:39:55.102Z Downloaded backoff v0.4.0
12062024-01-15T23:39:55.109Z Downloaded parking_lot_core v0.9.8
12072024-01-15T23:39:55.109Z Downloaded form_urlencoded v1.2.1
12082024-01-15T23:39:55.109Z Downloaded block-buffer v0.10.4
12092024-01-15T23:39:55.110Z Downloaded base16ct v0.2.0
12102024-01-15T23:39:55.124Z Downloaded adler v1.0.2
12112024-01-15T23:39:55.124Z Downloaded futures-io v0.3.30
12122024-01-15T23:39:55.124Z Downloaded dof v0.1.5
12132024-01-15T23:39:55.125Z Downloaded curve25519-dalek-derive v0.1.0
12142024-01-15T23:39:55.133Z Downloaded foreign-types-shared v0.3.1
12152024-01-15T23:39:55.134Z Downloaded async-stream v0.3.5
12162024-01-15T23:39:55.134Z Downloaded aho-corasick v1.0.4
12172024-01-15T23:39:55.134Z Downloaded anstyle-query v1.0.0
12182024-01-15T23:39:55.134Z Downloaded zeroize v1.7.0
12192024-01-15T23:39:55.142Z Downloaded usdt-impl v0.3.5
12202024-01-15T23:39:55.142Z Downloaded ansi_term v0.12.1
12212024-01-15T23:39:55.142Z Downloaded webpki-roots v0.25.2
12222024-01-15T23:39:55.149Z Downloaded version_check v0.9.4
12232024-01-15T23:39:55.149Z Downloaded vec_map v0.8.2
12242024-01-15T23:39:55.156Z Downloaded usdt-macro v0.3.5
12252024-01-15T23:39:55.156Z Downloaded unicode-xid v0.2.4
12262024-01-15T23:39:55.156Z Downloaded ucd-trie v0.1.6
12272024-01-15T23:39:55.156Z Downloaded toolchain_find v0.2.0
12282024-01-15T23:39:55.165Z Downloaded toml v0.5.11
12292024-01-15T23:39:55.165Z Downloaded time-macros v0.2.13
12302024-01-15T23:39:55.165Z Downloaded time-core v0.1.1
12312024-01-15T23:39:55.165Z Downloaded thread-id v4.2.0
12322024-01-15T23:39:55.173Z Downloaded textwrap v0.11.0
12332024-01-15T23:39:55.173Z Downloaded terminal_size v0.2.6
12342024-01-15T23:39:55.552Z Compiling proc-macro2 v1.0.74
12352024-01-15T23:39:55.552Z Compiling unicode-ident v1.0.12
12362024-01-15T23:39:55.555Z Compiling libc v0.2.152
12372024-01-15T23:39:55.555Z Compiling serde v1.0.195
12382024-01-15T23:39:55.555Z Compiling autocfg v1.1.0
12392024-01-15T23:39:55.555Z Compiling version_check v0.9.4
12402024-01-15T23:39:55.574Z Compiling cfg-if v1.0.0
12412024-01-15T23:39:55.757Z Compiling syn v1.0.109
12422024-01-15T23:39:55.757Z Compiling typenum v1.16.0
12432024-01-15T23:39:55.894Z Compiling parking_lot_core v0.9.8
12442024-01-15T23:39:56.940Z Compiling lock_api v0.4.10
12452024-01-15T23:39:56.976Z Compiling generic-array v0.14.7
12462024-01-15T23:39:57.170Z Compiling libm v0.2.7
12472024-01-15T23:39:57.226Z Compiling once_cell v1.19.0
12482024-01-15T23:39:57.275Z Compiling num-traits v0.2.16
12492024-01-15T23:39:57.355Z Compiling thiserror v1.0.49
12502024-01-15T23:39:57.420Z Compiling serde_json v1.0.111
12512024-01-15T23:39:57.713Z Compiling slab v0.4.9
12522024-01-15T23:39:57.718Z Compiling memchr v2.6.3
12532024-01-15T23:39:57.906Z Compiling itoa v1.0.9
12542024-01-15T23:39:58.174Z Compiling scopeguard v1.2.0
12552024-01-15T23:39:58.382Z Compiling pkg-config v0.3.27
12562024-01-15T23:39:58.611Z Compiling quote v1.0.35
12572024-01-15T23:39:59.352Z Compiling syn v2.0.46
12582024-01-15T23:39:59.901Z Compiling getrandom v0.2.10
12592024-01-15T23:39:59.971Z Compiling cc v1.0.83
12602024-01-15T23:40:00.730Z Compiling rand_core v0.6.4
12612024-01-15T23:40:00.872Z Compiling byteorder v1.5.0
12622024-01-15T23:40:01.200Z Compiling log v0.4.20
12632024-01-15T23:40:01.306Z Compiling heck v0.4.1
12642024-01-15T23:40:01.681Z Compiling ryu v1.0.15
12652024-01-15T23:40:01.996Z Compiling subtle v2.5.0
12662024-01-15T23:40:02.431Z Compiling smallvec v1.11.2
12672024-01-15T23:40:02.549Z Compiling schemars v0.8.16
12682024-01-15T23:40:02.923Z Compiling vcpkg v0.2.15
12692024-01-15T23:40:02.954Z Compiling semver v1.0.21
12702024-01-15T23:40:04.048Z Compiling httparse v1.8.0
12712024-01-15T23:40:04.455Z Compiling indexmap v1.9.3
12722024-01-15T23:40:04.525Z Compiling equivalent v1.0.1
12732024-01-15T23:40:04.672Z Compiling hashbrown v0.14.2
12742024-01-15T23:40:04.886Z Compiling pin-project-lite v0.2.13
12752024-01-15T23:40:05.149Z Compiling ring v0.17.7
12762024-01-15T23:40:05.418Z Compiling ring v0.16.20
12772024-01-15T23:40:06.219Z Compiling const-oid v0.9.5
12782024-01-15T23:40:06.717Z Compiling openssl-sys v0.9.96
12792024-01-15T23:40:06.739Z Compiling parking_lot v0.12.1
12802024-01-15T23:40:07.155Z Compiling ahash v0.8.6
12812024-01-15T23:40:07.199Z Compiling fnv v1.0.7
12822024-01-15T23:40:08.358Z Compiling openssl v0.10.60
12832024-01-15T23:40:08.426Z Compiling iana-time-zone v0.1.57
12842024-01-15T23:40:09.172Z Compiling ucd-trie v0.1.6
12852024-01-15T23:40:09.214Z Compiling rustls v0.21.9
12862024-01-15T23:40:09.481Z Compiling native-tls v0.2.11
12872024-01-15T23:40:09.607Z Compiling mio v0.8.9
12882024-01-15T23:40:09.953Z Compiling signal-hook-registry v1.4.1
12892024-01-15T23:40:10.036Z Compiling socket2 v0.5.5
12902024-01-15T23:40:10.176Z Compiling num_cpus v1.16.0
12912024-01-15T23:40:10.353Z Compiling futures-core v0.3.30
12922024-01-15T23:40:10.715Z Compiling spin v0.5.2
12932024-01-15T23:40:11.672Z Compiling dyn-clone v1.0.13
12942024-01-15T23:40:11.830Z Compiling async-trait v0.1.77
12952024-01-15T23:40:11.972Z Compiling serde_derive_internals v0.26.0
12962024-01-15T23:40:12.581Z Compiling futures-sink v0.3.30
12972024-01-15T23:40:12.698Z Compiling aho-corasick v1.0.4
12982024-01-15T23:40:12.882Z Compiling rustix v0.38.25
12992024-01-15T23:40:12.893Z Compiling tinyvec_macros v0.1.1
13002024-01-15T23:40:13.032Z Compiling regex-syntax v0.8.2
13012024-01-15T23:40:13.363Z Compiling tinyvec v1.6.0
13022024-01-15T23:40:13.697Z Compiling futures-channel v0.3.30
13032024-01-15T23:40:13.980Z Compiling backtrace v0.3.69
13042024-01-15T23:40:14.629Z Compiling futures-io v0.3.30
13052024-01-15T23:40:15.094Z Compiling pin-utils v0.1.0
13062024-01-15T23:40:15.227Z Compiling futures-task v0.3.30
13072024-01-15T23:40:15.251Z Compiling winnow v0.5.15
13082024-01-15T23:40:16.068Z Compiling unicode-normalization v0.1.22
13092024-01-15T23:40:16.258Z Compiling spin v0.9.8
13102024-01-15T23:40:16.893Z Compiling tracing-core v0.1.31
13112024-01-15T23:40:17.510Z Compiling cpufeatures v0.2.9
13122024-01-15T23:40:17.615Z Compiling unicode-bidi v0.3.13
13132024-01-15T23:40:19.369Z Compiling regex-automata v0.4.3
13142024-01-15T23:40:20.558Z Compiling anyhow v1.0.75
13152024-01-15T23:40:20.577Z Compiling crc32fast v1.3.2
13162024-01-15T23:40:21.693Z Compiling time-core v0.1.1
13172024-01-15T23:40:22.309Z Compiling base64 v0.21.7
13182024-01-15T23:40:22.541Z Compiling time-macros v0.2.13
13192024-01-15T23:40:23.484Z Compiling num-integer v0.1.45
13202024-01-15T23:40:23.716Z Compiling serde_derive v1.0.195
13212024-01-15T23:40:23.942Z Compiling zeroize_derive v1.4.2
13222024-01-15T23:40:24.597Z Compiling thiserror-impl v1.0.49
13232024-01-15T23:40:24.845Z Compiling tokio-macros v2.2.0
13242024-01-15T23:40:26.444Z Compiling futures-macro v0.3.30
13252024-01-15T23:40:26.582Z Compiling zeroize v1.7.0
13262024-01-15T23:40:27.676Z Compiling tracing-attributes v0.1.26
13272024-01-15T23:40:28.106Z Compiling schemars_derive v0.8.16
13282024-01-15T23:40:28.924Z Compiling zerocopy-derive v0.7.31
13292024-01-15T23:40:29.681Z Compiling crypto-common v0.1.6
13302024-01-15T23:40:30.010Z Compiling block-buffer v0.10.4
13312024-01-15T23:40:30.101Z Compiling openssl-macros v0.1.1
13322024-01-15T23:40:30.325Z Compiling pest v2.7.2
13332024-01-15T23:40:30.410Z Compiling digest v0.10.7
13342024-01-15T23:40:31.875Z Compiling futures-util v0.3.30
13352024-01-15T23:40:32.844Z Compiling zerocopy v0.7.31
13362024-01-15T23:40:33.930Z Compiling regex v1.10.2
13372024-01-15T23:40:34.369Z Compiling tracing v0.1.37
13382024-01-15T23:40:35.196Z Compiling der_derive v0.7.2
13392024-01-15T23:40:35.722Z Compiling percent-encoding v2.3.1
13402024-01-15T23:40:36.132Z Compiling unicode-width v0.1.11
13412024-01-15T23:40:36.284Z Compiling untrusted v0.7.1
13422024-01-15T23:40:36.371Z Compiling slog v2.7.0
13432024-01-15T23:40:36.538Z Compiling hashbrown v0.13.2
13442024-01-15T23:40:36.588Z Compiling openssl-probe v0.1.5
13452024-01-15T23:40:37.089Z Compiling unicode-xid v0.2.4
13462024-01-15T23:40:37.160Z Compiling foreign-types-shared v0.1.1
13472024-01-15T23:40:37.311Z Compiling hashbrown v0.12.3
13482024-01-15T23:40:37.343Z Compiling untrusted v0.9.0
13492024-01-15T23:40:37.495Z Compiling foreign-types v0.3.2
13502024-01-15T23:40:37.628Z Compiling synstructure v0.12.6
13512024-01-15T23:40:40.875Z Compiling errno v0.3.2
13522024-01-15T23:40:41.218Z Compiling ppv-lite86 v0.2.17
13532024-01-15T23:40:42.274Z Compiling try-lock v0.2.4
13542024-01-15T23:40:42.481Z Compiling want v0.3.1
13552024-01-15T23:40:42.517Z Compiling rustls-webpki v0.101.7
13562024-01-15T23:40:42.931Z Compiling sct v0.7.0
13572024-01-15T23:40:43.380Z Compiling zerocopy-derive v0.2.0
13582024-01-15T23:40:44.235Z Compiling form_urlencoded v1.2.1
13592024-01-15T23:40:44.280Z Compiling pest_meta v2.7.2
13602024-01-15T23:40:45.802Z Compiling socket2 v0.4.9
13612024-01-15T23:40:45.837Z Compiling httpdate v1.0.3
13622024-01-15T23:40:46.580Z Compiling io-lifetimes v1.0.11
13632024-01-15T23:40:47.142Z Compiling tower-service v0.3.2
13642024-01-15T23:40:47.337Z Compiling pest_generator v2.7.2
13652024-01-15T23:40:48.160Z Compiling rustls-pemfile v1.0.3
13662024-01-15T23:40:48.720Z Compiling bytes v1.5.0
13672024-01-15T23:40:49.200Z Compiling indexmap v2.1.0
13682024-01-15T23:40:50.802Z Compiling uuid v1.6.1
13692024-01-15T23:40:50.836Z Compiling chrono v0.4.31
13702024-01-15T23:40:51.030Z Compiling tokio v1.35.1
13712024-01-15T23:40:51.221Z Compiling rustc_version v0.4.0
13722024-01-15T23:40:51.255Z Compiling http v0.2.11
13732024-01-15T23:40:52.836Z Compiling toml_datetime v0.6.5
13742024-01-15T23:40:53.374Z Compiling serde_spanned v0.6.4
13752024-01-15T23:40:53.562Z Compiling bitflags v2.4.0
13762024-01-15T23:40:54.270Z Compiling toml_edit v0.19.15
13772024-01-15T23:40:57.503Z Compiling http-body v0.4.5
13782024-01-15T23:40:58.146Z Compiling heapless v0.7.16
13792024-01-15T23:40:58.795Z Compiling openapiv3 v2.0.0
13802024-01-15T23:40:59.135Z Compiling idna v0.5.0
13812024-01-15T23:41:01.872Z Compiling lazy_static v1.4.0
13822024-01-15T23:41:02.162Z Compiling adler v1.0.2
13832024-01-15T23:41:02.513Z Compiling crossbeam-utils v0.8.16
13842024-01-15T23:41:03.274Z Compiling miniz_oxide v0.7.1
13852024-01-15T23:41:03.350Z Compiling url v2.5.0
13862024-01-15T23:41:05.911Z Compiling tokio-util v0.7.10
13872024-01-15T23:41:07.329Z Compiling tokio-native-tls v0.3.1
13882024-01-15T23:41:07.562Z Compiling tokio-rustls v0.24.1
13892024-01-15T23:41:07.725Z Compiling h2 v0.3.21
13902024-01-15T23:41:07.775Z Compiling pest_derive v2.7.2
13912024-01-15T23:41:08.426Z Compiling rustls-native-certs v0.6.3
13922024-01-15T23:41:09.108Z Compiling rand_chacha v0.3.1
13932024-01-15T23:41:09.707Z Compiling usdt-impl v0.3.5
13942024-01-15T23:41:09.736Z Compiling ipnet v2.8.0
13952024-01-15T23:41:10.202Z Compiling rustix v0.37.23
13962024-01-15T23:41:11.236Z Compiling rand v0.8.5
13972024-01-15T23:41:11.623Z Compiling serde_urlencoded v0.7.1
13982024-01-15T23:41:12.222Z Compiling encoding_rs v0.8.33
13992024-01-15T23:41:12.378Z Compiling gimli v0.28.0
14002024-01-15T23:41:12.482Z Compiling mime v0.3.17
14012024-01-15T23:41:12.717Z Compiling webpki-roots v0.25.2
14022024-01-15T23:41:15.001Z Compiling zerocopy v0.3.0
14032024-01-15T23:41:16.650Z Compiling object v0.32.1
14042024-01-15T23:41:16.706Z Compiling num-bigint v0.4.4
14052024-01-15T23:41:17.998Z Compiling rustc-demangle v0.1.23
14062024-01-15T23:41:18.265Z Compiling dof v0.1.5
14072024-01-15T23:41:18.499Z Compiling flate2 v1.0.28
14082024-01-15T23:41:19.034Z Compiling dtrace-parser v0.1.14
14092024-01-15T23:41:19.715Z Compiling hyper v0.14.27
14102024-01-15T23:41:19.849Z Compiling addr2line v0.21.0
14112024-01-15T23:41:20.320Z Compiling bzip2-sys v0.1.11+1.0.8
14122024-01-15T23:41:20.407Z Compiling thread-id v4.2.0
14132024-01-15T23:41:20.867Z Compiling rustversion v1.0.14
14142024-01-15T23:41:22.002Z Compiling toml v0.7.8
14152024-01-15T23:41:22.355Z Compiling toml_edit v0.21.0
14162024-01-15T23:41:22.473Z Compiling serde_tokenstream v0.2.0
14172024-01-15T23:41:23.321Z Compiling hex v0.4.3
14182024-01-15T23:41:23.949Z Compiling serde_tokenstream v0.1.7
14192024-01-15T23:41:24.433Z Compiling memoffset v0.9.0
14202024-01-15T23:41:24.751Z Compiling base64ct v1.6.0
14212024-01-15T23:41:24.911Z Compiling strsim v0.10.0
14222024-01-15T23:41:25.767Z Compiling regress v0.7.1
14232024-01-15T23:41:28.607Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14242024-01-15T23:41:28.888Z Compiling bitflags v1.3.2
14252024-01-15T23:41:29.679Z Compiling smoltcp v0.9.1
14262024-01-15T23:41:29.914Z Compiling doc-comment v0.3.3
14272024-01-15T23:41:30.186Z Compiling pem-rfc7468 v0.7.0
14282024-01-15T23:41:30.829Z Compiling strum_macros v0.25.2
14292024-01-15T23:41:31.436Z Compiling hyper-tls v0.5.0
14302024-01-15T23:41:31.934Z Compiling hyper-rustls v0.24.2
14312024-01-15T23:41:31.957Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14322024-01-15T23:41:32.780Z Compiling reqwest v0.11.22
14332024-01-15T23:41:33.684Z Compiling usdt-attr-macro v0.3.5
14342024-01-15T23:41:34.005Z Compiling usdt-macro v0.3.5
14352024-01-15T23:41:34.747Z Compiling hmac v0.12.1
14362024-01-15T23:41:36.150Z Compiling enum-as-inner v0.5.1
14372024-01-15T23:41:36.533Z Compiling num-iter v0.1.43
14382024-01-15T23:41:36.981Z Compiling crossbeam-epoch v0.9.15
14392024-01-15T23:41:37.662Z Compiling flagset v0.4.3
14402024-01-15T23:41:37.833Z Compiling siphasher v0.3.11
14412024-01-15T23:41:37.871Z Compiling unicode-segmentation v1.10.1
14422024-01-15T23:41:37.959Z Compiling der v0.7.8
14432024-01-15T23:41:39.375Z Compiling hubpack_derive v0.1.1
14442024-01-15T23:41:39.456Z Compiling zerocopy-derive v0.6.4
14452024-01-15T23:41:39.773Z Compiling pin-project-internal v1.1.3
14462024-01-15T23:41:42.640Z Compiling utf8parse v0.2.1
14472024-01-15T23:41:43.671Z Compiling num_threads v0.1.6
14482024-01-15T23:41:43.817Z Compiling anstyle v1.0.2
14492024-01-15T23:41:43.883Z Compiling deranged v0.3.8
14502024-01-15T23:41:43.930Z Compiling sha2 v0.10.8
14512024-01-15T23:41:45.088Z Compiling anstyle-parse v0.2.1
14522024-01-15T23:41:45.651Z Compiling spki v0.7.2
14532024-01-15T23:41:46.931Z Compiling time v0.3.27
14542024-01-15T23:41:47.433Z Compiling md-5 v0.10.5
14552024-01-15T23:41:47.980Z Compiling block-padding v0.3.3
14562024-01-15T23:41:48.316Z Compiling clap_derive v4.4.2
14572024-01-15T23:41:48.577Z Compiling stringprep v0.1.3
14582024-01-15T23:41:50.318Z Compiling diesel_table_macro_syntax v0.1.0
14592024-01-15T23:41:50.340Z Compiling hash32 v0.2.1
14602024-01-15T23:41:50.508Z Compiling either v1.9.0
14612024-01-15T23:41:50.620Z Compiling fallible-iterator v0.2.0
14622024-01-15T23:41:50.928Z Compiling anstyle-query v1.0.0
14632024-01-15T23:41:50.992Z Compiling colorchoice v1.0.0
14642024-01-15T23:41:51.039Z Compiling stable_deref_trait v1.2.0
14652024-01-15T23:41:51.841Z Compiling postgres-protocol v0.6.6
14662024-01-15T23:41:53.938Z Compiling anstream v0.5.0
14672024-01-15T23:41:54.071Z Compiling diesel_derives v2.1.2
14682024-01-15T23:41:54.625Z Compiling inout v0.1.3
14692024-01-15T23:41:55.055Z Compiling terminal_size v0.2.6
14702024-01-15T23:41:55.542Z Compiling pkcs8 v0.10.2
14712024-01-15T23:41:56.461Z Compiling phf_shared v0.11.2
14722024-01-15T23:41:57.837Z Compiling ff v0.13.0
14732024-01-15T23:41:57.925Z Compiling snafu-derive v0.7.5
14742024-01-15T23:41:58.135Z Compiling serde_repr v0.1.16
14752024-01-15T23:41:58.190Z Compiling scheduled-thread-pool v0.2.7
14762024-01-15T23:41:58.248Z Compiling bit-vec v0.6.3
14772024-01-15T23:41:59.435Z Compiling managed v0.8.0
14782024-01-15T23:41:59.739Z Compiling clap_lex v0.5.1
14792024-01-15T23:42:00.116Z Compiling matches v0.1.10
14802024-01-15T23:42:00.119Z Compiling regex-automata v0.1.10
14812024-01-15T23:42:00.218Z Compiling base16ct v0.2.0
14822024-01-15T23:42:00.692Z Compiling sec1 v0.7.3
14832024-01-15T23:42:00.922Z Compiling bstr v0.2.17
14842024-01-15T23:42:01.583Z Compiling idna v0.2.3
14852024-01-15T23:42:01.589Z Compiling clap_builder v4.4.2
14862024-01-15T23:42:03.316Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14872024-01-15T23:42:07.026Z Compiling r2d2 v0.8.10
14882024-01-15T23:42:08.213Z Compiling group v0.13.0
14892024-01-15T23:42:11.235Z Compiling phf v0.11.2
14902024-01-15T23:42:11.503Z Compiling bzip2 v0.4.4
14912024-01-15T23:42:12.089Z Compiling cipher v0.4.4
14922024-01-15T23:42:12.114Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14932024-01-15T23:42:12.313Z Compiling postgres-types v0.2.6
14942024-01-15T23:42:12.932Z Compiling itertools v0.11.0
14952024-01-15T23:42:14.768Z Compiling pin-project v1.1.3
14962024-01-15T23:42:14.956Z Compiling zerocopy v0.6.4
14972024-01-15T23:42:15.081Z Compiling hubpack v0.1.2
14982024-01-15T23:42:15.817Z Compiling phf_shared v0.10.0
14992024-01-15T23:42:16.541Z Compiling hkdf v0.12.4
15002024-01-15T23:42:16.671Z Compiling ipnetwork v0.20.0
15012024-01-15T23:42:16.944Z Compiling crypto-bigint v0.5.2
15022024-01-15T23:42:17.427Z Compiling futures-executor v0.3.30
15032024-01-15T23:42:18.001Z Compiling getopts v0.2.21
15042024-01-15T23:42:18.166Z Compiling float-cmp v0.9.0
15052024-01-15T23:42:18.507Z Compiling static_assertions v1.1.0
15062024-01-15T23:42:18.551Z Compiling regex-automata v0.3.8
15072024-01-15T23:42:19.784Z Compiling normalize-line-endings v0.3.0
15082024-01-15T23:42:19.971Z Compiling minimal-lexical v0.2.1
15092024-01-15T23:42:20.825Z Compiling whoami v1.4.1
15102024-01-15T23:42:20.846Z Compiling difflib v0.4.0
15112024-01-15T23:42:21.370Z Compiling data-encoding v2.4.0
15122024-01-15T23:42:22.713Z Compiling unsafe-libyaml v0.2.10
15132024-01-15T23:42:22.833Z Compiling precomputed-hash v0.1.1
15142024-01-15T23:42:22.998Z Compiling new_debug_unreachable v1.0.4
15152024-01-15T23:42:23.141Z Compiling predicates-core v1.0.6
15162024-01-15T23:42:23.546Z Compiling fixedbitset v0.4.2
15172024-01-15T23:42:24.334Z Compiling petgraph v0.6.4
15182024-01-15T23:42:24.660Z Compiling predicates v3.0.4
15192024-01-15T23:42:25.421Z Compiling serde_yaml v0.9.25
15202024-01-15T23:42:26.119Z Compiling string_cache v0.8.7
15212024-01-15T23:42:26.338Z Compiling trust-dns-proto v0.22.0
15222024-01-15T23:42:26.838Z Compiling bstr v1.6.0
15232024-01-15T23:42:27.432Z Compiling diesel v2.1.4
15242024-01-15T23:42:28.407Z Compiling tokio-postgres v0.7.10
15252024-01-15T23:42:29.447Z Compiling nom v7.1.3
15262024-01-15T23:42:31.208Z Compiling elliptic-curve v0.13.8
15272024-01-15T23:42:32.476Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15282024-01-15T23:42:32.659Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15292024-01-15T23:42:35.659Z Compiling futures v0.3.30
15302024-01-15T23:42:37.721Z Compiling yasna v0.5.2
15312024-01-15T23:42:40.645Z Compiling snafu v0.7.5
15322024-01-15T23:42:41.085Z Compiling zip v0.6.6
15332024-01-15T23:42:42.821Z Compiling clap v4.4.3
15342024-01-15T23:42:42.982Z Compiling similar v2.3.0
15352024-01-15T23:42:43.004Z Compiling bit-set v0.5.3
15362024-01-15T23:42:43.439Z Compiling itertools v0.10.5
15372024-01-15T23:42:43.527Z Compiling usdt v0.3.5
15382024-01-15T23:42:43.971Z Compiling tokio-stream v0.1.14
15392024-01-15T23:42:44.211Z Compiling console v0.15.8
15402024-01-15T23:42:45.815Z Compiling lalrpop-util v0.19.12
15412024-01-15T23:42:47.163Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15422024-01-15T23:43:35.940Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15432024-01-15T23:43:36.262Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15442024-01-15T23:43:38.485Z Compiling sha1 v0.10.6
15452024-01-15T23:43:50.144Z Compiling atty v0.2.14
15462024-01-15T23:43:50.336Z Compiling match_cfg v0.1.0
15472024-01-15T23:43:51.034Z Compiling hostname v0.3.1
15482024-01-15T23:43:51.340Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15492024-01-15T23:43:51.401Z Compiling dirs-sys-next v0.1.2
15502024-01-15T23:43:51.426Z Compiling ident_case v1.0.1
15512024-01-15T23:43:51.643Z Compiling darling_core v0.20.3
15522024-01-15T23:43:51.740Z Compiling dirs-next v2.0.0
15532024-01-15T23:43:52.014Z Compiling thread_local v1.1.7
15542024-01-15T23:43:52.517Z Compiling slog-async v2.8.0
15552024-01-15T23:43:52.608Z Compiling camino v1.1.6
15562024-01-15T23:43:52.924Z Compiling term v0.7.0
15572024-01-15T23:43:53.428Z Compiling crossbeam-channel v0.5.8
15582024-01-15T23:43:53.656Z Compiling multer v3.0.0
15592024-01-15T23:43:54.127Z Compiling instant v0.1.12
15602024-01-15T23:43:54.338Z Compiling paste v1.0.14
15612024-01-15T23:43:54.812Z Compiling take_mut v0.2.2
15622024-01-15T23:43:55.332Z Compiling slog-term v2.9.0
15632024-01-15T23:43:55.489Z Compiling slog-json v2.6.1
15642024-01-15T23:43:56.057Z Compiling http v1.0.0
15652024-01-15T23:43:57.114Z Compiling async-stream-impl v0.3.5
15662024-01-15T23:43:57.138Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
15672024-01-15T23:43:57.417Z Compiling rustls-pki-types v1.1.0
15682024-01-15T23:43:57.588Z Compiling atomic-waker v1.1.1
15692024-01-15T23:43:57.876Z Compiling debug-ignore v1.0.5
15702024-01-15T23:43:58.096Z Compiling rustls-pemfile v2.0.0
15712024-01-15T23:43:58.549Z Compiling waitgroup v0.1.2
15722024-01-15T23:43:59.032Z Compiling slog-bunyan v2.5.0
15732024-01-15T23:43:59.435Z Compiling async-stream v0.3.5
15742024-01-15T23:43:59.941Z Compiling toml v0.8.8
15752024-01-15T23:44:00.328Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
15762024-01-15T23:44:00.553Z Compiling serde_path_to_error v0.1.15
15772024-01-15T23:44:00.756Z Compiling structmeta-derive v0.2.0
15782024-01-15T23:44:01.042Z Compiling strum v0.25.0
15792024-01-15T23:44:01.294Z Compiling regex-syntax v0.7.5
15802024-01-15T23:44:01.319Z Compiling backoff v0.4.0
15812024-01-15T23:44:01.815Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15822024-01-15T23:44:01.959Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15832024-01-15T23:44:02.213Z Compiling darling_macro v0.20.3
15842024-01-15T23:44:02.219Z Compiling macaddr v1.0.1
15852024-01-15T23:44:02.857Z Compiling proc-macro-error-attr v1.0.4
15862024-01-15T23:44:02.964Z Compiling proc-macro-crate v1.3.1
15872024-01-15T23:44:03.026Z Compiling proc-macro-error v1.0.4
15882024-01-15T23:44:03.685Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15892024-01-15T23:44:03.835Z Compiling darling v0.20.3
15902024-01-15T23:44:04.051Z Compiling serde_with_macros v3.4.0
15912024-01-15T23:44:04.296Z Compiling smoltcp v0.10.0
15922024-01-15T23:44:04.873Z Compiling num_enum_derive v0.5.11
15932024-01-15T23:44:05.508Z Compiling embedded-io v0.4.0
15942024-01-15T23:44:05.873Z Compiling cobs v0.2.3
15952024-01-15T23:44:05.908Z Compiling structmeta v0.2.0
15962024-01-15T23:44:05.956Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15972024-01-15T23:44:06.379Z Compiling fastrand v2.0.0
15982024-01-15T23:44:06.443Z Compiling postcard v1.0.8
15992024-01-15T23:44:07.276Z Compiling tempfile v3.8.1
16002024-01-15T23:44:07.855Z Compiling foreign-types-macros v0.2.3
16012024-01-15T23:44:08.532Z Compiling serde_with v3.4.0
16022024-01-15T23:44:08.674Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16032024-01-15T23:44:09.217Z Compiling crucible-workspace-hack v0.1.0
16042024-01-15T23:44:09.469Z Compiling num_enum v0.5.11
16052024-01-15T23:44:09.634Z Compiling same-file v1.0.6
16062024-01-15T23:44:09.699Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16072024-01-15T23:44:09.984Z Compiling foreign-types-shared v0.3.1
16082024-01-15T23:44:10.059Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16092024-01-15T23:44:10.148Z Compiling foreign-types v0.5.0
16102024-01-15T23:44:10.207Z Compiling walkdir v2.4.0
16112024-01-15T23:44:10.647Z Compiling is-terminal v0.4.9
16122024-01-15T23:44:10.774Z Compiling semver-parser v0.10.2
16132024-01-15T23:44:10.830Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16142024-01-15T23:44:11.501Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16152024-01-15T23:44:12.156Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16162024-01-15T23:44:12.951Z Compiling cstr-argument v0.1.2
16172024-01-15T23:44:13.166Z Compiling parse-display-derive v0.8.2
16182024-01-15T23:44:14.264Z Compiling pretty-hex v0.2.1
16192024-01-15T23:44:14.542Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16202024-01-15T23:44:14.708Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16212024-01-15T23:44:15.252Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16222024-01-15T23:44:15.560Z Compiling semver v0.11.0
16232024-01-15T23:44:15.660Z Compiling colored v2.0.4
16242024-01-15T23:44:15.899Z Compiling xattr v1.0.1
16252024-01-15T23:44:16.145Z Compiling filetime v0.2.23
16262024-01-15T23:44:16.303Z Compiling home v0.5.5
16272024-01-15T23:44:16.598Z Compiling toolchain_find v0.2.0
16282024-01-15T23:44:16.681Z Compiling tar v0.4.40
16292024-01-15T23:44:16.820Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16302024-01-15T23:44:16.867Z Compiling camino-tempfile v1.1.1
16312024-01-15T23:44:17.556Z Compiling zone_cfg_derive v0.3.0
16322024-01-15T23:44:17.581Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16332024-01-15T23:44:18.281Z Compiling textwrap v0.11.0
16342024-01-15T23:44:18.312Z Compiling heck v0.3.3
16352024-01-15T23:44:19.160Z Compiling toml v0.5.11
16362024-01-15T23:44:19.656Z Compiling num-derive v0.4.0
16372024-01-15T23:44:19.903Z Compiling platforms v3.0.2
16382024-01-15T23:44:20.067Z Compiling ansi_term v0.12.1
16392024-01-15T23:44:20.278Z Compiling libefi-sys v0.1.0
16402024-01-15T23:44:20.407Z Compiling strsim v0.8.0
16412024-01-15T23:44:20.700Z Compiling vec_map v0.8.2
16422024-01-15T23:44:20.784Z Compiling parse-display v0.8.2
16432024-01-15T23:44:21.039Z Compiling zone v0.3.0
16442024-01-15T23:44:21.073Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16452024-01-15T23:44:21.144Z Compiling clap v2.34.0
16462024-01-15T23:44:21.751Z Compiling structopt-derive v0.4.18
16472024-01-15T23:44:22.712Z Compiling rustfmt-wrapper v0.2.0
16482024-01-15T23:44:23.286Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16492024-01-15T23:44:23.636Z Compiling omicron-zone-package v0.9.1
16502024-01-15T23:44:23.668Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
16512024-01-15T23:44:23.995Z Compiling smf v0.2.2
16522024-01-15T23:44:25.368Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16532024-01-15T23:44:26.310Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16542024-01-15T23:44:26.568Z Compiling unicase v2.7.0
16552024-01-15T23:44:26.649Z Compiling curve25519-dalek v4.1.1
16562024-01-15T23:44:26.892Z Compiling structopt v0.3.26
16572024-01-15T23:44:27.004Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16582024-01-15T23:44:27.030Z Compiling universal-hash v0.5.1
16592024-01-15T23:44:27.334Z Compiling opaque-debug v0.3.0
16602024-01-15T23:44:27.381Z Compiling curve25519-dalek-derive v0.1.0
16612024-01-15T23:44:27.466Z Compiling num-rational v0.4.1
16622024-01-15T23:44:27.549Z Compiling getrandom v0.1.16
16632024-01-15T23:44:27.907Z Compiling signature v2.1.0
16642024-01-15T23:44:27.931Z Compiling linked-hash-map v0.5.6
16652024-01-15T23:44:28.288Z Compiling quick-error v1.2.3
16662024-01-15T23:44:28.311Z Compiling keccak v0.1.4
16672024-01-15T23:44:28.507Z Compiling parking_lot_core v0.8.6
16682024-01-15T23:44:28.534Z Compiling lru-cache v0.1.2
16692024-01-15T23:44:28.866Z Compiling sha3 v0.10.8
16702024-01-15T23:44:29.288Z Compiling resolv-conf v0.7.0
16712024-01-15T23:44:30.451Z Compiling password-hash v0.5.0
16722024-01-15T23:44:30.677Z Compiling blake2 v0.10.6
16732024-01-15T23:44:30.707Z Compiling aead v0.5.2
16742024-01-15T23:44:30.710Z Compiling secrecy v0.8.0
16752024-01-15T23:44:31.120Z Compiling num-complex v0.4.4
16762024-01-15T23:44:31.234Z Compiling nibble_vec v0.1.0
16772024-01-15T23:44:31.540Z Compiling slog-dtrace v0.2.3
16782024-01-15T23:44:31.989Z Compiling endian-type v0.1.2
16792024-01-15T23:44:32.224Z Compiling winapi v0.3.9
16802024-01-15T23:44:32.338Z Compiling utf-8 v0.7.6
16812024-01-15T23:44:32.582Z Compiling arc-swap v1.6.0
16822024-01-15T23:44:32.846Z Compiling convert_case v0.4.0
16832024-01-15T23:44:32.952Z Compiling cancel-safe-futures v0.1.5
16842024-01-15T23:44:33.212Z Compiling num v0.4.1
16852024-01-15T23:44:33.370Z Compiling slog-scope v4.4.0
16862024-01-15T23:44:33.507Z Compiling tungstenite v0.20.1
16872024-01-15T23:44:33.638Z Compiling radix_trie v0.2.1
16882024-01-15T23:44:33.997Z Compiling argon2 v0.5.2
16892024-01-15T23:44:34.250Z Compiling mime_guess v2.0.4
16902024-01-15T23:44:34.446Z Compiling derive_more v0.99.17
16912024-01-15T23:44:34.773Z Compiling trust-dns-resolver v0.22.0
16922024-01-15T23:44:36.404Z Compiling rand_core v0.5.1
16932024-01-15T23:44:37.352Z Compiling poly1305 v0.8.0
16942024-01-15T23:44:37.506Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16952024-01-15T23:44:37.614Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16962024-01-15T23:44:38.116Z Compiling chacha20 v0.9.1
16972024-01-15T23:44:38.843Z Compiling rfc6979 v0.4.0
16982024-01-15T23:44:39.153Z Compiling thiserror-impl-no-std v2.0.2
16992024-01-15T23:44:39.157Z Compiling option-ext v0.2.0
17002024-01-15T23:44:39.330Z Compiling half v1.8.2
17012024-01-15T23:44:39.378Z Compiling ciborium-io v0.2.1
17022024-01-15T23:44:39.560Z Compiling dirs-sys v0.4.1
17032024-01-15T23:44:40.184Z Compiling ciborium-ll v0.2.1
17042024-01-15T23:44:40.345Z Compiling ecdsa v0.16.9
17052024-01-15T23:44:40.597Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17062024-01-15T23:44:41.045Z Compiling parking_lot v0.11.2
17072024-01-15T23:44:41.479Z Compiling rand_chacha v0.2.2
17082024-01-15T23:44:41.792Z Compiling tokio-tungstenite v0.20.1
17092024-01-15T23:44:42.608Z Compiling trust-dns-client v0.22.0
17102024-01-15T23:44:43.734Z Compiling slog-stdlog v4.1.1
17112024-01-15T23:44:44.345Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17122024-01-15T23:44:44.695Z Compiling thiserror-no-std v2.0.2
17132024-01-15T23:44:44.812Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17142024-01-15T23:44:44.862Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17152024-01-15T23:44:44.901Z Compiling ed25519 v2.2.2
17162024-01-15T23:44:45.511Z Compiling polyval v0.6.1
17172024-01-15T23:44:45.611Z Compiling primeorder v0.13.6
17182024-01-15T23:44:46.173Z Compiling aes v0.8.3
17192024-01-15T23:44:46.452Z Compiling ctr v0.9.2
17202024-01-15T23:44:46.985Z Compiling blowfish v0.9.1
17212024-01-15T23:44:47.707Z Compiling password-hash v0.4.2
17222024-01-15T23:44:47.734Z Compiling libsw v3.3.1
17232024-01-15T23:44:49.131Z Compiling pbkdf2 v0.12.2
17242024-01-15T23:44:49.329Z Compiling derive-where v1.2.7
17252024-01-15T23:44:49.379Z Compiling fxhash v0.2.1
17262024-01-15T23:44:50.747Z Compiling swrite v0.1.0
17272024-01-15T23:44:50.812Z Compiling linear-map v1.2.0
17282024-01-15T23:44:51.116Z Compiling glob v0.3.1
17292024-01-15T23:44:51.396Z Compiling owo-colors v3.5.0
17302024-01-15T23:44:52.842Z Compiling trust-dns-server v0.22.1
17312024-01-15T23:44:54.690Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17322024-01-15T23:44:55.545Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17332024-01-15T23:44:55.580Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17342024-01-15T23:44:56.220Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17352024-01-15T23:44:57.978Z Compiling sled v0.34.7
17362024-01-15T23:45:00.803Z Compiling bcrypt-pbkdf v0.10.0
17372024-01-15T23:45:01.734Z Compiling pbkdf2 v0.11.0
17382024-01-15T23:45:02.316Z Compiling p256 v0.13.2
17392024-01-15T23:45:03.730Z Compiling ghash v0.5.0
17402024-01-15T23:45:03.833Z Compiling ed25519-dalek v2.0.0
17412024-01-15T23:45:04.027Z Compiling vsss-rs v3.3.4
17422024-01-15T23:45:05.013Z Compiling slog-envlogger v2.2.0
17432024-01-15T23:45:05.564Z Compiling russh-cryptovec v0.7.0
17442024-01-15T23:45:06.065Z Compiling rand v0.7.3
17452024-01-15T23:45:08.050Z Compiling ciborium v0.2.1
17462024-01-15T23:45:10.600Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17472024-01-15T23:45:10.647Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17482024-01-15T23:45:10.647Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17492024-01-15T23:45:11.255Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17502024-01-15T23:45:11.883Z Compiling dirs v5.0.1
17512024-01-15T23:45:11.923Z Compiling chacha20poly1305 v0.10.1
17522024-01-15T23:45:12.224Z Compiling cbc v0.1.2
17532024-01-15T23:45:12.289Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17542024-01-15T23:45:12.503Z Compiling pem v3.0.2
17552024-01-15T23:45:12.568Z Compiling headers-core v0.2.0
17562024-01-15T23:45:12.811Z Compiling kstat-rs v0.2.3
17572024-01-15T23:45:13.256Z Compiling http-range v0.1.5
17582024-01-15T23:45:13.808Z Compiling md5 v0.7.0
17592024-01-15T23:45:14.002Z Compiling pretty-hex v0.4.1
17602024-01-15T23:45:14.105Z Compiling hyper-staticfile v0.9.5
17612024-01-15T23:45:14.457Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17622024-01-15T23:45:14.809Z Compiling russh-keys v0.40.1
17632024-01-15T23:45:17.066Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17642024-01-15T23:45:18.521Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17652024-01-15T23:45:20.119Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17662024-01-15T23:45:22.822Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17672024-01-15T23:45:24.764Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17682024-01-15T23:45:24.806Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17692024-01-15T23:45:25.777Z Compiling rcgen v0.11.3
17702024-01-15T23:45:27.590Z Compiling headers v0.3.9
17712024-01-15T23:45:28.087Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17722024-01-15T23:45:30.113Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
17732024-01-15T23:45:31.127Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17742024-01-15T23:45:32.489Z Compiling aes-gcm v0.10.3
17752024-01-15T23:45:32.974Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17762024-01-15T23:45:36.679Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17772024-01-15T23:45:43.655Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
17782024-01-15T23:45:44.161Z Compiling atomicwrites v0.4.3
17792024-01-15T23:45:44.702Z Compiling itertools v0.12.0
17802024-01-15T23:45:46.340Z Compiling subprocess v0.2.9
17812024-01-15T23:45:47.816Z Compiling display-error-chain v0.2.0
17822024-01-15T23:45:48.073Z Compiling hex-literal v0.4.1
17832024-01-15T23:45:48.296Z Compiling russh v0.40.2
17842024-01-15T23:45:48.790Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
17852024-01-15T23:45:49.918Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
17862024-01-15T23:45:50.168Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
17872024-01-15T23:46:21.224Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
17882024-01-15T23:47:49.003Z Finished dev [unoptimized + debuginfo] target(s) in 8m 20s
17892024-01-15T23:47:49.347Z
17902024-01-15T23:47:49.351Zreal 8:21.280040247
17912024-01-15T23:47:49.351Zuser 45:23.357041287
17922024-01-15T23:47:49.351Zsys 7:06.117940611
17932024-01-15T23:47:49.351Ztrap 1.811551666
17942024-01-15T23:47:49.351Ztflt 4.032667271
17952024-01-15T23:47:49.351Zdflt 6.416021464
17962024-01-15T23:47:49.351Zkflt 0.019228829
17972024-01-15T23:47:49.351Zlock 1:27:13.654473249
17982024-01-15T23:47:49.351Zslp 2:09:26.306638279
17992024-01-15T23:47:49.351Zlat 2:04.880646710
18002024-01-15T23:47:49.351Zstop 4:38.130802364
18012024-01-15T23:47:49.351Z+ mkdir -p /work/end-to-end-tests
18022024-01-15T23:47:49.354Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18032024-01-15T23:47:50.175Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18042024-01-15T23:47:50.175Z+ ptime -m gzip
18052024-01-15T23:47:50.178Z++ basename target/debug/bootstrap
18062024-01-15T23:48:07.345Z
18072024-01-15T23:48:07.345Zreal 17.164490792
18082024-01-15T23:48:07.345Zuser 16.984088196
18092024-01-15T23:48:07.345Zsys 0.168711619
18102024-01-15T23:48:07.345Ztrap 0.005117562
18112024-01-15T23:48:07.345Ztflt 0.000000000
18122024-01-15T23:48:07.348Zdflt 0.000000000
18132024-01-15T23:48:07.348Zkflt 0.000000000
18142024-01-15T23:48:07.349Zlock 0.000000000
18152024-01-15T23:48:07.349Zslp 0.000000000
18162024-01-15T23:48:07.349Zlat 0.006159478
18172024-01-15T23:48:07.349Zstop 0.000293292
18182024-01-15T23:48:07.349Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18192024-01-15T23:48:07.349Z+ ptime -m gzip
18202024-01-15T23:48:07.349Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-29cdd1ea464df3b1
18212024-01-15T23:48:08.437Z
18222024-01-15T23:48:08.437Zreal 1.083966772
18232024-01-15T23:48:08.437Zuser 1.071733969
18242024-01-15T23:48:08.437Zsys 0.010898687
18252024-01-15T23:48:08.437Ztrap 0.000484695
18262024-01-15T23:48:08.437Ztflt 0.000000000
18272024-01-15T23:48:08.437Zdflt 0.000000000
18282024-01-15T23:48:08.440Zkflt 0.000000000
18292024-01-15T23:48:08.440Zlock 0.000000000
18302024-01-15T23:48:08.440Zslp 0.000000000
18312024-01-15T23:48:08.440Zlat 0.000499199
18322024-01-15T23:48:08.440Zstop 0.000229451
18332024-01-15T23:48:08.440Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18342024-01-15T23:48:08.440Z+ ptime -m gzip
18352024-01-15T23:48:08.440Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-bae04a45dbbda4ab
18362024-01-15T23:48:26.098Z
18372024-01-15T23:48:26.098Zreal 17.654884761
18382024-01-15T23:48:26.101Zuser 17.479039857
18392024-01-15T23:48:26.101Zsys 0.169385970
18402024-01-15T23:48:26.101Ztrap 0.004022907
18412024-01-15T23:48:26.101Ztflt 0.000000000
18422024-01-15T23:48:26.102Zdflt 0.000000000
18432024-01-15T23:48:26.102Zkflt 0.000000000
18442024-01-15T23:48:26.102Zlock 0.000000000
18452024-01-15T23:48:26.102Zslp 0.000000000
18462024-01-15T23:48:26.102Zlat 0.001994092
18472024-01-15T23:48:26.102Zstop 0.000320140
18482024-01-15T23:48:26.102Z+ banner caboose-util
18492024-01-15T23:48:26.102Z
18502024-01-15T23:48:26.102Z #### ## ##### #### #### #### ###### # # #####
18512024-01-15T23:48:26.102Z # # # # # # # # # # # # # # #
18522024-01-15T23:48:26.102Z # # # ##### # # # # #### ##### ##### # # #
18532024-01-15T23:48:26.102Z # ###### # # # # # # # # # # #
18542024-01-15T23:48:26.102Z # # # # # # # # # # # # # # # #
18552024-01-15T23:48:26.102Z #### # # ##### #### #### #### ###### #### #
18562024-01-15T23:48:26.102Z
18572024-01-15T23:48:26.105Z+ ptime -m cargo build --locked -p caboose-util --release
18582024-01-15T23:48:26.758Z Downloading crates ...
18592024-01-15T23:48:27.087Z Downloaded crc v3.0.1
18602024-01-15T23:48:27.090Z Downloaded wyz v0.5.1
18612024-01-15T23:48:27.093Z Downloaded packed_struct v0.10.1
18622024-01-15T23:48:27.096Z Downloaded bitfield v0.14.0
18632024-01-15T23:48:27.101Z Downloaded nodrop v0.1.14
18642024-01-15T23:48:27.106Z Downloaded path-slash v0.1.5
18652024-01-15T23:48:27.110Z Downloaded tap v1.0.1
18662024-01-15T23:48:27.113Z Downloaded array-init v0.0.4
18672024-01-15T23:48:27.113Z Downloaded funty v2.0.0
18682024-01-15T23:48:27.116Z Downloaded smallvec v0.6.14
18692024-01-15T23:48:27.119Z Downloaded maybe-uninit v2.0.0
18702024-01-15T23:48:27.122Z Downloaded serde-hex v0.1.0
18712024-01-15T23:48:27.122Z Downloaded crc-catalog v2.2.0
18722024-01-15T23:48:27.125Z Downloaded packed_struct_codegen v0.10.1
18732024-01-15T23:48:27.128Z Downloaded radium v0.7.0
18742024-01-15T23:48:27.128Z Downloaded env_logger v0.10.0
18752024-01-15T23:48:27.133Z Downloaded pkcs1 v0.7.5
18762024-01-15T23:48:27.138Z Downloaded crc-any v2.4.3
18772024-01-15T23:48:27.141Z Downloaded termcolor v1.2.0
18782024-01-15T23:48:27.144Z Downloaded x509-cert v0.2.4
18792024-01-15T23:48:27.156Z Downloaded rsa v0.9.2
18802024-01-15T23:48:27.165Z Downloaded num-bigint-dig v0.8.4
18812024-01-15T23:48:27.174Z Downloaded bitvec v1.0.1
18822024-01-15T23:48:27.200Z Downloaded object v0.30.4
18832024-01-15T23:48:27.217Z Downloaded ron v0.8.1
18842024-01-15T23:48:27.393Z Compiling proc-macro2 v1.0.74
18852024-01-15T23:48:27.396Z Compiling unicode-ident v1.0.12
18862024-01-15T23:48:27.397Z Compiling libc v0.2.152
18872024-01-15T23:48:27.397Z Compiling autocfg v1.1.0
18882024-01-15T23:48:27.397Z Compiling serde v1.0.195
18892024-01-15T23:48:27.413Z Compiling cfg-if v1.0.0
18902024-01-15T23:48:27.416Z Compiling version_check v0.9.4
18912024-01-15T23:48:27.523Z Compiling typenum v1.16.0
18922024-01-15T23:48:27.554Z Compiling syn v1.0.109
18932024-01-15T23:48:27.649Z Compiling parking_lot_core v0.9.8
18942024-01-15T23:48:28.236Z Compiling libm v0.2.7
18952024-01-15T23:48:28.298Z Compiling once_cell v1.19.0
18962024-01-15T23:48:28.489Z Compiling generic-array v0.14.7
18972024-01-15T23:48:28.540Z Compiling lock_api v0.4.10
18982024-01-15T23:48:28.674Z Compiling num-traits v0.2.16
18992024-01-15T23:48:28.867Z Compiling pkg-config v0.3.27
19002024-01-15T23:48:28.881Z Compiling scopeguard v1.2.0
19012024-01-15T23:48:29.002Z Compiling slab v0.4.9
19022024-01-15T23:48:29.051Z Compiling serde_json v1.0.111
19032024-01-15T23:48:29.426Z Compiling thiserror v1.0.49
19042024-01-15T23:48:29.438Z Compiling memchr v2.6.3
19052024-01-15T23:48:29.491Z Compiling quote v1.0.35
19062024-01-15T23:48:30.071Z Compiling syn v2.0.46
19072024-01-15T23:48:30.484Z Compiling cc v1.0.83
19082024-01-15T23:48:30.584Z Compiling getrandom v0.2.10
19092024-01-15T23:48:31.216Z Compiling rand_core v0.6.4
19102024-01-15T23:48:31.950Z Compiling itoa v1.0.9
19112024-01-15T23:48:32.175Z Compiling byteorder v1.5.0
19122024-01-15T23:48:32.350Z Compiling smallvec v1.11.2
19132024-01-15T23:48:33.270Z Compiling vcpkg v0.2.15
19142024-01-15T23:48:33.436Z Compiling log v0.4.20
19152024-01-15T23:48:35.125Z Compiling const-oid v0.9.5
19162024-01-15T23:48:35.152Z Compiling pin-project-lite v0.2.13
19172024-01-15T23:48:35.486Z Compiling parking_lot v0.12.1
19182024-01-15T23:48:35.643Z Compiling ring v0.17.7
19192024-01-15T23:48:35.709Z Compiling indexmap v1.9.3
19202024-01-15T23:48:36.109Z Compiling openssl-sys v0.9.96
19212024-01-15T23:48:37.242Z Compiling heck v0.4.1
19222024-01-15T23:48:37.595Z Compiling io-lifetimes v1.0.11
19232024-01-15T23:48:37.607Z Compiling subtle v2.5.0
19242024-01-15T23:48:38.109Z Compiling ring v0.16.20
19252024-01-15T23:48:38.253Z Compiling num-integer v0.1.45
19262024-01-15T23:48:38.364Z Compiling ryu v1.0.15
19272024-01-15T23:48:38.814Z Compiling futures-core v0.3.30
19282024-01-15T23:48:38.925Z Compiling semver v1.0.21
19292024-01-15T23:48:39.640Z Compiling spin v0.5.2
19302024-01-15T23:48:39.985Z Compiling rustix v0.37.23
19312024-01-15T23:48:41.159Z Compiling mio v0.8.9
19322024-01-15T23:48:41.513Z Compiling num_cpus v1.16.0
19332024-01-15T23:48:41.666Z Compiling socket2 v0.5.5
19342024-01-15T23:48:41.881Z Compiling signal-hook-registry v1.4.1
19352024-01-15T23:48:42.828Z Compiling ucd-trie v0.1.6
19362024-01-15T23:48:42.983Z Compiling openssl v0.10.60
19372024-01-15T23:48:43.105Z Compiling futures-sink v0.3.30
19382024-01-15T23:48:43.294Z Compiling httparse v1.8.0
19392024-01-15T23:48:43.311Z Compiling unicode-xid v0.2.4
19402024-01-15T23:48:43.527Z Compiling synstructure v0.12.6
19412024-01-15T23:48:43.801Z Compiling tinyvec_macros v0.1.1
19422024-01-15T23:48:43.913Z Compiling tinyvec v1.6.0
19432024-01-15T23:48:43.925Z Compiling futures-channel v0.3.30
19442024-01-15T23:48:44.578Z Compiling native-tls v0.2.11
19452024-01-15T23:48:45.275Z Compiling futures-io v0.3.30
19462024-01-15T23:48:45.646Z Compiling ppv-lite86 v0.2.17
19472024-01-15T23:48:45.995Z Compiling rustls v0.21.9
19482024-01-15T23:48:46.451Z Compiling futures-task v0.3.30
19492024-01-15T23:48:46.522Z Compiling pin-utils v0.1.0
19502024-01-15T23:48:46.637Z Compiling crc32fast v1.3.2
19512024-01-15T23:48:46.833Z Compiling unicode-normalization v0.1.22
19522024-01-15T23:48:46.999Z Compiling rand_chacha v0.3.1
19532024-01-15T23:48:47.155Z Compiling bzip2-sys v0.1.11+1.0.8
19542024-01-15T23:48:47.266Z Compiling spin v0.9.8
19552024-01-15T23:48:47.492Z Compiling tracing-core v0.1.31
19562024-01-15T23:48:47.783Z Compiling base64ct v1.6.0
19572024-01-15T23:48:47.973Z Compiling unicode-bidi v0.3.13
19582024-01-15T23:48:48.551Z Compiling pem-rfc7468 v0.7.0
19592024-01-15T23:48:49.013Z Compiling rand v0.8.5
19602024-01-15T23:48:50.110Z Compiling errno v0.3.2
19612024-01-15T23:48:50.190Z Compiling num-iter v0.1.43
19622024-01-15T23:48:50.472Z Compiling ahash v0.8.6
19632024-01-15T23:48:50.475Z Compiling usdt-impl v0.3.5
19642024-01-15T23:48:50.947Z Compiling rustix v0.38.25
19652024-01-15T23:48:50.960Z Compiling base64 v0.21.7
19662024-01-15T23:48:51.468Z Compiling schemars v0.8.16
19672024-01-15T23:48:51.724Z Compiling flagset v0.4.3
19682024-01-15T23:48:51.888Z Compiling serde_derive_internals v0.26.0
19692024-01-15T23:48:52.180Z Compiling serde_derive v1.0.195
19702024-01-15T23:48:52.398Z Compiling zeroize_derive v1.4.2
19712024-01-15T23:48:52.719Z Compiling tokio-macros v2.2.0
19722024-01-15T23:48:52.879Z Compiling thiserror-impl v1.0.49
19732024-01-15T23:48:52.996Z Compiling futures-macro v0.3.30
19742024-01-15T23:48:54.061Z Compiling tracing-attributes v0.1.26
19752024-01-15T23:48:54.703Z Compiling zeroize v1.7.0
19762024-01-15T23:48:55.765Z Compiling der_derive v0.7.2
19772024-01-15T23:48:56.058Z Compiling zerocopy-derive v0.2.0
19782024-01-15T23:48:56.729Z Compiling openssl-macros v0.1.1
19792024-01-15T23:48:57.546Z Compiling pest v2.7.2
19802024-01-15T23:48:57.725Z Compiling crypto-common v0.1.6
19812024-01-15T23:48:57.781Z Compiling block-buffer v0.10.4
19822024-01-15T23:48:58.197Z Compiling digest v0.10.7
19832024-01-15T23:48:58.224Z Compiling futures-util v0.3.30
19842024-01-15T23:48:58.874Z Compiling zerocopy-derive v0.7.31
19852024-01-15T23:48:58.896Z Compiling zerocopy-derive v0.6.4
19862024-01-15T23:48:59.427Z Compiling tracing v0.1.37
19872024-01-15T23:48:59.534Z Compiling der v0.7.8
19882024-01-15T23:49:01.701Z Compiling pest_meta v2.7.2
19892024-01-15T23:49:03.918Z Compiling pest_generator v2.7.2
19902024-01-15T23:49:06.950Z Compiling fnv v1.0.7
19912024-01-15T23:49:07.099Z Compiling bitflags v1.3.2
19922024-01-15T23:49:08.296Z Compiling spki v0.7.2
19932024-01-15T23:49:08.543Z Compiling pest_derive v2.7.2
19942024-01-15T23:49:08.656Z Compiling zerocopy v0.3.0
19952024-01-15T23:49:09.070Z Compiling schemars_derive v0.8.16
19962024-01-15T23:49:09.586Z Compiling lazy_static v1.4.0
19972024-01-15T23:49:10.549Z Compiling backtrace v0.3.69
19982024-01-15T23:49:11.123Z Compiling num-bigint v0.4.4
19992024-01-15T23:49:11.142Z Compiling memoffset v0.9.0
20002024-01-15T23:49:11.789Z Compiling iana-time-zone v0.1.57
20012024-01-15T23:49:12.301Z Compiling hashbrown v0.12.3
20022024-01-15T23:49:12.502Z Compiling doc-comment v0.3.3
20032024-01-15T23:49:13.254Z Compiling untrusted v0.9.0
20042024-01-15T23:49:13.338Z Compiling openssl-probe v0.1.5
20052024-01-15T23:49:13.487Z Compiling percent-encoding v2.3.1
20062024-01-15T23:49:13.738Z Compiling crossbeam-utils v0.8.16
20072024-01-15T23:49:14.039Z Compiling hashbrown v0.14.2
20082024-01-15T23:49:14.107Z Compiling foreign-types-shared v0.1.1
20092024-01-15T23:49:14.150Z Compiling async-trait v0.1.77
20102024-01-15T23:49:14.244Z Compiling smoltcp v0.9.1
20112024-01-15T23:49:14.400Z Compiling untrusted v0.7.1
20122024-01-15T23:49:14.683Z Compiling equivalent v1.0.1
20132024-01-15T23:49:14.762Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20142024-01-15T23:49:15.072Z Compiling bytes v1.5.0
20152024-01-15T23:49:15.792Z Compiling bitflags v2.4.0
20162024-01-15T23:49:16.055Z Compiling rustc_version v0.4.0
20172024-01-15T23:49:16.392Z Compiling uuid v1.6.1
20182024-01-15T23:49:16.444Z Compiling tokio v1.35.1
20192024-01-15T23:49:16.977Z Compiling http v0.2.11
20202024-01-15T23:49:17.074Z Compiling heapless v0.7.16
20212024-01-15T23:49:18.613Z Compiling indexmap v2.1.0
20222024-01-15T23:49:20.429Z Compiling chrono v0.4.31
20232024-01-15T23:49:20.680Z Compiling foreign-types v0.3.2
20242024-01-15T23:49:23.134Z Compiling dof v0.1.5
20252024-01-15T23:49:24.399Z Compiling dtrace-parser v0.1.14
20262024-01-15T23:49:24.437Z Compiling hmac v0.12.1
20272024-01-15T23:49:24.748Z Compiling clap_derive v4.4.2
20282024-01-15T23:49:27.092Z Compiling thread-id v4.2.0
20292024-01-15T23:49:27.120Z Compiling cpufeatures v0.2.9
20302024-01-15T23:49:27.246Z Compiling adler v1.0.2
20312024-01-15T23:49:27.362Z Compiling rustversion v1.0.14
20322024-01-15T23:49:27.520Z Compiling try-lock v0.2.4
20332024-01-15T23:49:27.711Z Compiling time-core v0.1.1
20342024-01-15T23:49:27.976Z Compiling siphasher v0.3.11
20352024-01-15T23:49:28.249Z Compiling anstyle v1.0.2
20362024-01-15T23:49:28.577Z Compiling utf8parse v0.2.1
20372024-01-15T23:49:28.844Z Compiling anstyle-parse v0.2.1
20382024-01-15T23:49:29.241Z Compiling tokio-util v0.7.10
20392024-01-15T23:49:29.463Z Compiling time-macros v0.2.13
20402024-01-15T23:49:30.493Z Compiling want v0.3.1
20412024-01-15T23:49:31.563Z Compiling h2 v0.3.21
20422024-01-15T23:49:32.552Z Compiling miniz_oxide v0.7.1
20432024-01-15T23:49:34.743Z Compiling sha2 v0.10.8
20442024-01-15T23:49:39.363Z Compiling rustls-webpki v0.101.7
20452024-01-15T23:49:39.908Z Compiling http-body v0.4.5
20462024-01-15T23:49:40.213Z Compiling sct v0.7.0
20472024-01-15T23:49:40.626Z Compiling serde_tokenstream v0.1.7
20482024-01-15T23:49:41.447Z Compiling form_urlencoded v1.2.1
20492024-01-15T23:49:41.556Z Compiling pkcs8 v0.10.2
20502024-01-15T23:49:41.912Z Compiling hubpack_derive v0.1.1
20512024-01-15T23:49:42.183Z Compiling pin-project-internal v1.1.3
20522024-01-15T23:49:42.981Z Compiling socket2 v0.4.9
20532024-01-15T23:49:43.202Z Compiling crossbeam-epoch v0.9.15
20542024-01-15T23:49:44.025Z Compiling radium v0.7.0
20552024-01-15T23:49:44.203Z Compiling slog v2.7.0
20562024-01-15T23:49:44.744Z Compiling anyhow v1.0.75
20572024-01-15T23:49:44.998Z Compiling tower-service v0.3.2
20582024-01-15T23:49:45.164Z Compiling colorchoice v1.0.0
20592024-01-15T23:49:46.093Z Compiling anstyle-query v1.0.0
20602024-01-15T23:49:46.107Z Compiling httpdate v1.0.3
20612024-01-15T23:49:46.287Z Compiling anstream v0.5.0
20622024-01-15T23:49:46.704Z Compiling hyper v0.14.27
20632024-01-15T23:49:53.796Z Compiling terminal_size v0.2.6
20642024-01-15T23:49:56.777Z Compiling toml_datetime v0.6.5
20652024-01-15T23:49:56.807Z Compiling serde_spanned v0.6.4
20662024-01-15T23:49:57.392Z Compiling rustls-pemfile v1.0.3
20672024-01-15T23:49:57.904Z Compiling zerocopy v0.6.4
20682024-01-15T23:49:59.374Z Compiling md-5 v0.10.5
20692024-01-15T23:49:59.997Z Compiling idna v0.5.0
20702024-01-15T23:50:00.091Z Compiling stringprep v0.1.3
20712024-01-15T23:50:01.650Z Compiling diesel_table_macro_syntax v0.1.0
20722024-01-15T23:50:01.712Z Compiling hash32 v0.2.1
20732024-01-15T23:50:01.985Z Compiling aho-corasick v1.0.4
20742024-01-15T23:50:02.209Z Compiling winnow v0.5.15
20752024-01-15T23:50:02.338Z Compiling fallible-iterator v0.2.0
20762024-01-15T23:50:02.388Z Compiling dyn-clone v1.0.13
20772024-01-15T23:50:02.438Z Compiling tap v1.0.1
20782024-01-15T23:50:02.650Z Compiling either v1.9.0
20792024-01-15T23:50:02.701Z Compiling stable_deref_trait v1.2.0
20802024-01-15T23:50:03.182Z Compiling clap_lex v0.5.1
20812024-01-15T23:50:04.285Z Compiling maybe-uninit v2.0.0
20822024-01-15T23:50:04.289Z Compiling regex-syntax v0.8.2
20832024-01-15T23:50:04.289Z Compiling strsim v0.10.0
20842024-01-15T23:50:04.348Z Compiling gimli v0.28.0
20852024-01-15T23:50:05.176Z Compiling clap_builder v4.4.2
20862024-01-15T23:50:06.791Z Compiling postgres-protocol v0.6.6
20872024-01-15T23:50:08.412Z Compiling wyz v0.5.1
20882024-01-15T23:50:08.931Z Compiling diesel_derives v2.1.2
20892024-01-15T23:50:10.271Z Compiling regex-automata v0.4.3
20902024-01-15T23:50:10.419Z Compiling url v2.5.0
20912024-01-15T23:50:11.182Z Compiling tokio-rustls v0.24.1
20922024-01-15T23:50:11.805Z Compiling addr2line v0.21.0
20932024-01-15T23:50:13.205Z Compiling rustls-native-certs v0.6.3
20942024-01-15T23:50:13.740Z Compiling strum_macros v0.25.2
20952024-01-15T23:50:15.022Z Compiling tokio-native-tls v0.3.1
20962024-01-15T23:50:20.317Z Compiling usdt-attr-macro v0.3.5
20972024-01-15T23:50:20.451Z Compiling usdt-macro v0.3.5
20982024-01-15T23:50:22.387Z Compiling phf_shared v0.11.2
20992024-01-15T23:50:23.836Z Compiling zerocopy v0.7.31
21002024-01-15T23:50:23.958Z Compiling block-padding v0.3.3
21012024-01-15T23:50:24.290Z Compiling enum-as-inner v0.5.1
21022024-01-15T23:50:24.303Z Compiling snafu-derive v0.7.5
21032024-01-15T23:50:25.801Z Compiling serde_repr v0.1.16
21042024-01-15T23:50:26.887Z Compiling ff v0.13.0
21052024-01-15T23:50:27.226Z Compiling scheduled-thread-pool v0.2.7
21062024-01-15T23:50:27.471Z Compiling object v0.32.1
21072024-01-15T23:50:32.732Z Compiling ipnet v2.8.0
21082024-01-15T23:50:34.444Z Compiling regex-automata v0.1.10
21092024-01-15T23:50:34.780Z Compiling funty v2.0.0
21102024-01-15T23:50:35.419Z Compiling packed_struct v0.10.1
21112024-01-15T23:50:35.486Z Compiling bit-vec v0.6.3
21122024-01-15T23:50:36.009Z Compiling num-bigint-dig v0.8.4
21132024-01-15T23:50:36.422Z Compiling deranged v0.3.8
21142024-01-15T23:50:38.460Z Compiling managed v0.8.0
21152024-01-15T23:50:38.527Z Compiling base16ct v0.2.0
21162024-01-15T23:50:38.767Z Compiling matches v0.1.10
21172024-01-15T23:50:38.885Z Compiling num_threads v0.1.6
21182024-01-15T23:50:38.990Z Compiling rustc-demangle v0.1.23
21192024-01-15T23:50:39.043Z Compiling idna v0.2.3
21202024-01-15T23:50:39.530Z Compiling time v0.3.27
21212024-01-15T23:50:39.652Z Compiling sec1 v0.7.3
21222024-01-15T23:50:41.400Z Compiling bitvec v1.0.1
21232024-01-15T23:50:45.334Z Compiling bstr v0.2.17
21242024-01-15T23:50:47.458Z Compiling r2d2 v0.8.10
21252024-01-15T23:50:47.583Z Compiling group v0.13.0
21262024-01-15T23:50:48.058Z Compiling inout v0.1.3
21272024-01-15T23:50:50.498Z Compiling phf v0.11.2
21282024-01-15T23:50:50.715Z Compiling regex v1.10.2
21292024-01-15T23:50:50.930Z Compiling hyper-tls v0.5.0
21302024-01-15T23:50:51.413Z Compiling hyper-rustls v0.24.2
21312024-01-15T23:50:51.620Z Compiling ipnetwork v0.20.0
21322024-01-15T23:50:52.145Z Compiling clap v4.4.3
21332024-01-15T23:50:52.295Z Compiling flate2 v1.0.28
21342024-01-15T23:50:52.434Z Compiling bzip2 v0.4.4
21352024-01-15T23:50:52.865Z Compiling postgres-types v0.2.6
21362024-01-15T23:50:52.989Z Compiling toml_edit v0.19.15
21372024-01-15T23:50:53.522Z Compiling itertools v0.11.0
21382024-01-15T23:50:53.810Z Compiling pin-project v1.1.3
21392024-01-15T23:50:54.297Z Compiling hubpack v0.1.2
21402024-01-15T23:50:54.461Z Compiling serde_urlencoded v0.7.1
21412024-01-15T23:50:54.955Z Compiling phf_shared v0.10.0
21422024-01-15T23:50:55.179Z Compiling hkdf v0.12.4
21432024-01-15T23:50:55.352Z Compiling futures-executor v0.3.30
21442024-01-15T23:50:58.700Z Compiling crypto-bigint v0.5.2
21452024-01-15T23:50:58.908Z Compiling packed_struct_codegen v0.10.1
21462024-01-15T23:51:00.432Z Compiling float-cmp v0.9.0
21472024-01-15T23:51:01.453Z Compiling encoding_rs v0.8.33
21482024-01-15T23:51:01.467Z Compiling fixedbitset v0.4.2
21492024-01-15T23:51:02.100Z Compiling crc-catalog v2.2.0
21502024-01-15T23:51:02.235Z Compiling webpki-roots v0.25.2
21512024-01-15T23:51:02.310Z Compiling predicates-core v1.0.6
21522024-01-15T23:51:02.458Z Compiling nodrop v0.1.14
21532024-01-15T23:51:02.629Z Compiling new_debug_unreachable v1.0.4
21542024-01-15T23:51:02.797Z Compiling difflib v0.4.0
21552024-01-15T23:51:03.067Z Compiling minimal-lexical v0.2.1
21562024-01-15T23:51:03.149Z Compiling normalize-line-endings v0.3.0
21572024-01-15T23:51:03.312Z Compiling unicode-segmentation v1.10.1
21582024-01-15T23:51:04.553Z Compiling whoami v1.4.1
21592024-01-15T23:51:04.610Z Compiling precomputed-hash v0.1.1
21602024-01-15T23:51:04.671Z Compiling regex-automata v0.3.8
21612024-01-15T23:51:04.864Z Compiling unicode-width v0.1.11
21622024-01-15T23:51:04.871Z Compiling mime v0.3.17
21632024-01-15T23:51:06.243Z Compiling static_assertions v1.1.0
21642024-01-15T23:51:06.374Z Compiling data-encoding v2.4.0
21652024-01-15T23:51:07.641Z Compiling bstr v1.6.0
21662024-01-15T23:51:08.519Z Compiling trust-dns-proto v0.22.0
21672024-01-15T23:51:09.273Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21682024-01-15T23:51:16.759Z Compiling reqwest v0.11.22
21692024-01-15T23:51:17.648Z Compiling tokio-postgres v0.7.10
21702024-01-15T23:51:18.727Z Compiling console v0.15.8
21712024-01-15T23:51:20.989Z Compiling string_cache v0.8.7
21722024-01-15T23:51:21.634Z Compiling similar v2.3.0
21732024-01-15T23:51:23.123Z Compiling nom v7.1.3
21742024-01-15T23:51:23.512Z Compiling predicates v3.0.4
21752024-01-15T23:51:25.933Z Compiling array-init v0.0.4
21762024-01-15T23:51:28.002Z Compiling crc v3.0.1
21772024-01-15T23:51:29.140Z Compiling petgraph v0.6.4
21782024-01-15T23:51:29.321Z Compiling elliptic-curve v0.13.8
21792024-01-15T23:51:36.027Z Compiling toml v0.7.8
21802024-01-15T23:51:37.286Z Compiling futures v0.3.30
21812024-01-15T23:51:38.647Z Compiling snafu v0.7.5
21822024-01-15T23:51:38.920Z Compiling smallvec v0.6.14
21832024-01-15T23:51:39.679Z Compiling zip v0.6.6
21842024-01-15T23:51:39.742Z Compiling yasna v0.5.2
21852024-01-15T23:51:39.822Z Compiling diesel v2.1.4
21862024-01-15T23:51:40.409Z Compiling hashbrown v0.13.2
21872024-01-15T23:51:42.347Z Compiling cipher v0.4.4
21882024-01-15T23:51:45.090Z Compiling bit-set v0.5.3
21892024-01-15T23:51:45.524Z Compiling usdt v0.3.5
21902024-01-15T23:51:45.911Z Compiling is-terminal v0.4.9
21912024-01-15T23:51:46.594Z Compiling toml_edit v0.21.0
21922024-01-15T23:51:49.295Z Compiling itertools v0.10.5
21932024-01-15T23:51:51.503Z Compiling pkcs1 v0.7.5
21942024-01-15T23:51:54.155Z Compiling tokio-stream v0.1.14
21952024-01-15T23:51:55.669Z Compiling openapiv3 v2.0.0
21962024-01-15T23:51:57.675Z Compiling hex v0.4.3
21972024-01-15T23:51:59.656Z Compiling signature v2.1.0
21982024-01-15T23:52:03.945Z Compiling bitfield v0.14.0
21992024-01-15T23:52:04.403Z Compiling lalrpop-util v0.19.12
22002024-01-15T23:52:05.591Z Compiling termcolor v1.2.0
22012024-01-15T23:52:10.996Z Compiling env_logger v0.10.0
22022024-01-15T23:52:21.966Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22032024-01-15T23:52:27.090Z Compiling rsa v0.9.2
22042024-01-15T23:52:37.792Z Compiling serde-hex v0.1.0
22052024-01-15T23:52:41.431Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22062024-01-15T23:52:47.792Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22072024-01-15T23:52:47.937Z Compiling ron v0.8.1
22082024-01-15T23:52:48.201Z Compiling x509-cert v0.2.4
22092024-01-15T23:52:55.434Z Compiling crc-any v2.4.3
22102024-01-15T23:53:08.884Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22112024-01-15T23:53:23.211Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22122024-01-15T23:53:34.728Z Compiling object v0.30.4
22132024-01-15T23:53:42.545Z Compiling path-slash v0.1.5
22142024-01-15T23:53:53.787Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22152024-01-15T23:54:33.369Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22162024-01-15T23:54:34.541Z Finished release [optimized] target(s) in 6m 08s
22172024-01-15T23:54:34.616Z
22182024-01-15T23:54:34.616Zreal 6:08.503991974
22192024-01-15T23:54:34.620Zuser 42:25.025768950
22202024-01-15T23:54:34.620Zsys 3:43.764387848
22212024-01-15T23:54:34.620Ztrap 1.802149071
22222024-01-15T23:54:34.620Ztflt 1.001456077
22232024-01-15T23:54:34.620Zdflt 0.590234446
22242024-01-15T23:54:34.620Zkflt 0.001520087
22252024-01-15T23:54:34.620Zlock 1:33:54.307300275
22262024-01-15T23:54:34.620Zslp 1:59:23.984116790
22272024-01-15T23:54:34.620Zlat 1:46.497792342
22282024-01-15T23:54:34.620Zstop 1:19.870734933
22292024-01-15T23:54:34.620Z+ ptime -m gzip
22302024-01-15T23:54:35.279Z
22312024-01-15T23:54:35.279Zreal 0.657132448
22322024-01-15T23:54:35.279Zuser 0.647573220
22332024-01-15T23:54:35.283Zsys 0.008895643
22342024-01-15T23:54:35.283Ztrap 0.000081421
22352024-01-15T23:54:35.283Ztflt 0.000000000
22362024-01-15T23:54:35.283Zdflt 0.000000000
22372024-01-15T23:54:35.283Zkflt 0.000000000
22382024-01-15T23:54:35.283Zlock 0.000000000
22392024-01-15T23:54:35.283Zslp 0.000000000
22402024-01-15T23:54:35.283Zlat 0.000212107
22412024-01-15T23:54:35.283Zstop 0.000262299
22422024-01-15T23:54:35.283Z+ banner tufaceous
22432024-01-15T23:54:35.283Z
22442024-01-15T23:54:35.283Z ##### # # ###### ## #### ###### #### # # ####
22452024-01-15T23:54:35.283Z # # # # # # # # # # # # # #
22462024-01-15T23:54:35.283Z # # # ##### # # # ##### # # # # ####
22472024-01-15T23:54:35.283Z # # # # ###### # # # # # # #
22482024-01-15T23:54:35.283Z # # # # # # # # # # # # # # #
22492024-01-15T23:54:35.283Z # #### # # # #### ###### #### #### ####
22502024-01-15T23:54:35.283Z
22512024-01-15T23:54:35.284Z+ ptime -m cargo build --locked -p tufaceous --release
22522024-01-15T23:54:35.960Z Downloading crates ...
22532024-01-15T23:54:36.377Z Downloaded parse-size v1.0.0
22542024-01-15T23:54:36.384Z Downloaded humantime v2.1.0
22552024-01-15T23:54:36.387Z Downloaded serde_plain v1.0.2
22562024-01-15T23:54:36.390Z Downloaded olpc-cjson v0.1.3
22572024-01-15T23:54:36.393Z Downloaded async-recursion v1.0.5
22582024-01-15T23:54:36.396Z Downloaded typed-path v0.7.0
22592024-01-15T23:54:36.407Z Downloaded buf-list v1.0.3
22602024-01-15T23:54:36.411Z Downloaded globset v0.4.13
22612024-01-15T23:54:36.414Z Downloaded tough v0.16.0
22622024-01-15T23:54:36.430Z Downloaded fs-err v2.11.0
22632024-01-15T23:54:36.608Z Compiling serde_tokenstream v0.2.0
22642024-01-15T23:54:36.612Z Compiling regress v0.7.1
22652024-01-15T23:54:36.621Z Compiling dirs-sys-next v0.1.2
22662024-01-15T23:54:36.624Z Compiling ident_case v1.0.1
22672024-01-15T23:54:36.644Z Compiling thread_local v1.1.7
22682024-01-15T23:54:36.649Z Compiling camino v1.1.6
22692024-01-15T23:54:36.672Z Compiling heck v0.4.1
22702024-01-15T23:54:36.846Z Compiling dirs-next v2.0.0
22712024-01-15T23:54:37.203Z Compiling darling_core v0.20.3
22722024-01-15T23:54:37.349Z Compiling slog-async v2.8.0
22732024-01-15T23:54:37.519Z Compiling term v0.7.0
22742024-01-15T23:54:37.975Z Compiling crossbeam-channel v0.5.8
22752024-01-15T23:54:38.136Z Compiling getopts v0.2.21
22762024-01-15T23:54:38.458Z Compiling structmeta-derive v0.2.0
22772024-01-15T23:54:38.674Z Compiling atty v0.2.14
22782024-01-15T23:54:38.860Z Compiling multer v3.0.0
22792024-01-15T23:54:39.277Z Compiling match_cfg v0.1.0
22802024-01-15T23:54:39.408Z Compiling paste v1.0.14
22812024-01-15T23:54:39.566Z Compiling take_mut v0.2.2
22822024-01-15T23:54:39.791Z Compiling unsafe-libyaml v0.2.10
22832024-01-15T23:54:40.748Z Compiling hostname v0.3.1
22842024-01-15T23:54:41.184Z Compiling slog-term v2.9.0
22852024-01-15T23:54:42.729Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
22862024-01-15T23:54:44.501Z Compiling structmeta v0.2.0
22872024-01-15T23:54:45.108Z Compiling serde_yaml v0.9.25
22882024-01-15T23:54:46.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22892024-01-15T23:54:46.249Z Compiling slog-json v2.6.1
22902024-01-15T23:54:46.417Z Compiling darling_macro v0.20.3
22912024-01-15T23:54:47.050Z Compiling http v1.0.0
22922024-01-15T23:54:47.882Z Compiling darling v0.20.3
22932024-01-15T23:54:48.039Z Compiling async-stream-impl v0.3.5
22942024-01-15T23:54:48.535Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
22952024-01-15T23:54:48.969Z Compiling atomic-waker v1.1.1
22962024-01-15T23:54:49.233Z Compiling fastrand v2.0.0
22972024-01-15T23:54:49.472Z Compiling regex-syntax v0.7.5
22982024-01-15T23:54:49.933Z Compiling rustls-pki-types v1.1.0
22992024-01-15T23:54:50.287Z Compiling async-stream v0.3.5
23002024-01-15T23:54:50.738Z Compiling rustls-pemfile v2.0.0
23012024-01-15T23:54:51.400Z Compiling tempfile v3.8.1
23022024-01-15T23:54:52.021Z Compiling waitgroup v0.1.2
23032024-01-15T23:54:52.443Z Compiling serde_with_macros v3.4.0
23042024-01-15T23:54:54.657Z Compiling slog-bunyan v2.5.0
23052024-01-15T23:54:55.167Z Compiling toml v0.8.8
23062024-01-15T23:54:55.567Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#b19a9a5d)
23072024-01-15T23:54:56.360Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23082024-01-15T23:54:56.739Z Compiling sha1 v0.10.6
23092024-01-15T23:54:57.443Z Compiling serde_path_to_error v0.1.15
23102024-01-15T23:54:58.316Z Compiling fs-err v2.11.0
23112024-01-15T23:54:58.727Z Compiling instant v0.1.12
23122024-01-15T23:54:58.766Z Compiling buf-list v1.0.3
23132024-01-15T23:54:58.811Z Compiling arc-swap v1.6.0
23142024-01-15T23:54:58.944Z Compiling same-file v1.0.6
23152024-01-15T23:54:59.171Z Compiling debug-ignore v1.0.5
23162024-01-15T23:54:59.392Z Compiling walkdir v2.4.0
23172024-01-15T23:54:59.642Z Compiling slog-scope v4.4.0
23182024-01-15T23:54:59.774Z Compiling parse-display-derive v0.8.2
23192024-01-15T23:54:59.999Z Compiling backoff v0.4.0
23202024-01-15T23:55:00.729Z Compiling serde_with v3.4.0
23212024-01-15T23:55:01.120Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222024-01-15T23:55:01.977Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23232024-01-15T23:55:02.133Z Compiling globset v0.4.13
23242024-01-15T23:55:02.265Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23252024-01-15T23:55:02.498Z Compiling strum v0.25.0
23262024-01-15T23:55:02.776Z Compiling olpc-cjson v0.1.3
23272024-01-15T23:55:03.705Z Compiling pem v3.0.2
23282024-01-15T23:55:04.270Z Compiling macaddr v1.0.1
23292024-01-15T23:55:05.426Z Compiling serde_plain v1.0.2
23302024-01-15T23:55:06.115Z Compiling parse-display v0.8.2
23312024-01-15T23:55:06.261Z Compiling async-recursion v1.0.5
23322024-01-15T23:55:06.405Z Compiling xattr v1.0.1
23332024-01-15T23:55:06.410Z Compiling filetime v0.2.23
23342024-01-15T23:55:06.815Z Compiling typed-path v0.7.0
23352024-01-15T23:55:06.954Z Compiling tar v0.4.40
23362024-01-15T23:55:08.657Z Compiling slog-stdlog v4.1.1
23372024-01-15T23:55:09.224Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23382024-01-15T23:55:09.415Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23392024-01-15T23:55:10.854Z Compiling tough v0.16.0
23402024-01-15T23:55:16.563Z Compiling camino-tempfile v1.1.1
23412024-01-15T23:55:17.151Z Compiling itertools v0.12.0
23422024-01-15T23:55:17.779Z Compiling parse-size v1.0.0
23432024-01-15T23:55:18.266Z Compiling slog-envlogger v2.2.0
23442024-01-15T23:55:18.963Z Compiling humantime v2.1.0
23452024-01-15T23:55:20.308Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23462024-01-15T23:55:44.010Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23472024-01-15T23:55:44.307Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23482024-01-15T23:55:56.078Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23492024-01-15T23:55:58.873Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23502024-01-15T23:56:29.903Z Finished release [optimized] target(s) in 1m 54s
23512024-01-15T23:56:29.993Z
23522024-01-15T23:56:29.997Zreal 1:54.688669124
23532024-01-15T23:56:29.997Zuser 12:13.652990720
23542024-01-15T23:56:29.997Zsys 47.941312412
23552024-01-15T23:56:29.997Ztrap 0.482031013
23562024-01-15T23:56:29.997Ztflt 0.340117713
23572024-01-15T23:56:29.997Zdflt 0.986667066
23582024-01-15T23:56:29.997Zkflt 0.000283141
23592024-01-15T23:56:29.997Zlock 24:02.356545313
23602024-01-15T23:56:29.997Zslp 25:45.457513930
23612024-01-15T23:56:29.997Zlat 24.049957632
23622024-01-15T23:56:29.997Zstop 11.242196123
23632024-01-15T23:56:29.997Z+ ptime -m gzip
23642024-01-15T23:56:32.380Z
23652024-01-15T23:56:32.380Zreal 2.384302570
23662024-01-15T23:56:32.380Zuser 2.357106852
23672024-01-15T23:56:32.380Zsys 0.026368700
23682024-01-15T23:56:32.380Ztrap 0.000254743
23692024-01-15T23:56:32.380Ztflt 0.000000000
23702024-01-15T23:56:32.383Zdflt 0.000000000
23712024-01-15T23:56:32.383Zkflt 0.000000000
23722024-01-15T23:56:32.383Zlock 0.000000000
23732024-01-15T23:56:32.383Zslp 0.000000000
23742024-01-15T23:56:32.383Zlat 0.000227422
23752024-01-15T23:56:32.383Zstop 0.000236346
23762024-01-15T23:56:32.383Zprocess exited: duration 1170495 ms, exit code 0
 
23772024-01-15T23:56:32.403Zfound 5 output files
23782024-01-15T23:56:32.403Zuploading: /work/end-to-end-tests/bootstrap-29cdd1ea464df3b1.gz (6319714 bytes)
23792024-01-15T23:56:35.190Zuploaded: /work/end-to-end-tests/bootstrap-29cdd1ea464df3b1.gz
23802024-01-15T23:56:35.202Zuploading: /work/end-to-end-tests/bootstrap.gz (99534515 bytes)
23812024-01-15T23:57:05.116Zuploaded: /work/end-to-end-tests/bootstrap.gz
23822024-01-15T23:57:05.116Zuploading: /work/end-to-end-tests/end_to_end_tests-bae04a45dbbda4ab.gz (102687994 bytes)
23832024-01-15T23:57:29.504Zuploaded: /work/end-to-end-tests/end_to_end_tests-bae04a45dbbda4ab.gz
23842024-01-15T23:57:29.504Zuploading: /work/caboose-util.gz (4094657 bytes)
23852024-01-15T23:57:31.056Zuploaded: /work/caboose-util.gz
23862024-01-15T23:57:31.061Zuploading: /work/tufaceous.gz (15098622 bytes)
23872024-01-15T23:57:36.527Zuploaded: /work/tufaceous.gz