01HN6T8VY0BF3ZWKB5QNSBJ3QX: 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: 01HN6T93B762769SEZPJM70TRR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-28T02:25:25.273Zjob assigned to worker 01HN6Y2BP0CQM077AXZ7142DN3 (queued for 1 h 7 m 59 s)
 
22024-01-28T02:25:25.783Zstarting task 0: "setup"
32024-01-28T02:25:25.798Z++ uname -s
42024-01-28T02:25:25.798Z+ kern=SunOS
52024-01-28T02:25:25.798Z+ case "$kern" in
62024-01-28T02:25:25.798Z+ groupadd -g 12345 build
72024-01-28T02:25:25.869Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-28T02:25:28.048Z+ zfs create -o mountpoint=/work rpool/work
92024-01-28T02:25:28.171Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-28T02:25:28.175Z+ home_fs=zfs
112024-01-28T02:25:28.175Z+ [[ zfs == autofs ]]
122024-01-28T02:25:28.175Z+ mkdir -p /home/build
132024-01-28T02:25:28.178Z+ chown build:build /home/build /work
142024-01-28T02:25:30.180Z+ chmod 0700 /home/build /work
152024-01-28T02:25:30.183Zprocess exited: duration 4400 ms, exit code 0
 
162024-01-28T02:25:30.189Zstarting task 1: "rust-toolchain"
172024-01-28T02:25:30.198Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-28T02:25:30.204Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-28T02:25:30.546Zinfo: downloading installer
202024-01-28T02:25:33.330Zwarning: it looks like you have an existing installation of Rust at:
212024-01-28T02:25:33.330Zwarning: /opt/ooce/bin
222024-01-28T02:25:33.330Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-28T02:25:33.331Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-28T02:25:33.331Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-28T02:25:33.332Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-28T02:25:33.332Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-28T02:25:33.332Zerror: cannot install while Rust is installed
282024-01-28T02:25:33.332Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-28T02:25:33.835Zinfo: profile set to 'default'
302024-01-28T02:25:33.835Zinfo: default host triple is x86_64-unknown-illumos
312024-01-28T02:25:33.838Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-28T02:25:34.051Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-28T02:25:34.051Zinfo: downloading component 'cargo'
342024-01-28T02:25:34.973Zinfo: downloading component 'clippy'
352024-01-28T02:25:35.292Zinfo: downloading component 'rust-docs'
362024-01-28T02:25:36.440Zinfo: downloading component 'rust-std'
372024-01-28T02:25:38.552Zinfo: downloading component 'rustc'
382024-01-28T02:25:43.611Zinfo: downloading component 'rustfmt'
392024-01-28T02:25:43.971Zinfo: installing component 'cargo'
402024-01-28T02:25:45.892Zinfo: installing component 'clippy'
412024-01-28T02:25:46.733Zinfo: installing component 'rust-docs'
422024-01-28T02:25:49.469Zinfo: installing component 'rust-std'
432024-01-28T02:25:53.472Zinfo: installing component 'rustc'
442024-01-28T02:26:03.140Zinfo: installing component 'rustfmt'
452024-01-28T02:26:03.583Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-28T02:26:03.583Z
472024-01-28T02:26:03.752Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-28T02:26:03.752Z
492024-01-28T02:26:03.756Z
502024-01-28T02:26:03.756ZRust is installed now. Great!
512024-01-28T02:26:03.757Z
522024-01-28T02:26:03.757ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-28T02:26:03.757Zenvironment variable. This has not been done automatically.
542024-01-28T02:26:03.757Z
552024-01-28T02:26:03.758ZTo configure your current shell, run:
562024-01-28T02:26:03.758Zsource "$HOME/.cargo/env"
572024-01-28T02:26:03.842Z+ rustc --version
582024-01-28T02:26:03.952Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-28T02:26:03.957Zprocess exited: duration 33771 ms, exit code 0
 
602024-01-28T02:26:03.966Zstarting task 2: "authentication"
612024-01-28T02:26:03.998Zprocess exited: duration 31 ms, exit code 0
 
622024-01-28T02:26:04.008Zstarting task 3: "clone repository"
632024-01-28T02:26:04.016Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-28T02:26:04.019Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-28T02:26:04.377ZCloning into '/work/oxidecomputer/omicron'...
662024-01-28T02:26:11.280Z+ cd /work/oxidecomputer/omicron
672024-01-28T02:26:11.281Z+ git fetch origin 301f95eddc654d74719021a01e891d8c032c7fc6
682024-01-28T02:26:11.636ZFrom https://github.com/oxidecomputer/omicron
692024-01-28T02:26:11.636Z * branch 301f95eddc654d74719021a01e891d8c032c7fc6 -> FETCH_HEAD
702024-01-28T02:26:11.651Z+ [[ -n alan/prop-cru-new ]]
712024-01-28T02:26:11.654Z++ git branch --show-current
722024-01-28T02:26:11.656Z+ current=main
732024-01-28T02:26:11.656Z+ [[ main != alan/prop-cru-new ]]
742024-01-28T02:26:11.657Z+ git branch -f alan/prop-cru-new 301f95eddc654d74719021a01e891d8c032c7fc6
752024-01-28T02:26:11.660Z+ git checkout -f alan/prop-cru-new
762024-01-28T02:26:11.849ZSwitched to branch 'alan/prop-cru-new'
772024-01-28T02:26:11.852Z+ git reset --hard 301f95eddc654d74719021a01e891d8c032c7fc6
782024-01-28T02:26:11.868ZHEAD is now at 301f95edd Update crucible and propolis versions
792024-01-28T02:26:11.871Zprocess exited: duration 7863 ms, exit code 0
 
802024-01-28T02:26:11.877Zstarting task 4: "build"
812024-01-28T02:26:11.884Z+ cargo --version
822024-01-28T02:26:11.891Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-01-28T02:26:12.077Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-01-28T02:26:12.080Zinfo: downloading component 'cargo'
852024-01-28T02:26:12.786Zinfo: downloading component 'clippy'
862024-01-28T02:26:13.022Zinfo: downloading component 'rust-docs'
872024-01-28T02:26:13.910Zinfo: downloading component 'rust-std'
882024-01-28T02:26:15.293Zinfo: downloading component 'rustc'
892024-01-28T02:26:19.093Zinfo: downloading component 'rustfmt'
902024-01-28T02:26:19.299Zinfo: installing component 'cargo'
912024-01-28T02:26:20.595Zinfo: installing component 'clippy'
922024-01-28T02:26:21.093Zinfo: installing component 'rust-docs'
932024-01-28T02:26:23.960Zinfo: installing component 'rust-std'
942024-01-28T02:26:26.398Zinfo: installing component 'rustc'
952024-01-28T02:26:32.504Zinfo: installing component 'rustfmt'
962024-01-28T02:26:33.048Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-01-28T02:26:33.051Z+ rustc --version
982024-01-28T02:26:33.174Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-01-28T02:26:33.185Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-01-28T02:26:49.203Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-01-28T02:26:51.043Z Startup: Caching catalogs ... Done
1022024-01-28T02:26:53.766ZPlanning: Solver setup ... Done (2.229s)
1032024-01-28T02:26:53.823ZPlanning: Running solver ... Done (0.057s)
1042024-01-28T02:26:53.855ZPlanning: Finding local manifests ... Done (0.003s)
1052024-01-28T02:26:53.869ZPlanning: Fetching manifests: 0/4 0% complete
1062024-01-28T02:26:54.188ZPlanning: Fetching manifests: 4/4 100% complete
1072024-01-28T02:26:54.269ZPlanning: Package planning ... Done (0.081s)
1082024-01-28T02:26:54.354ZPlanning: Merging actions ... Done (0.084s)
1092024-01-28T02:26:55.519ZPlanning: Checking for conflicting actions ... Done (1.165s)
1102024-01-28T02:26:55.537ZPlanning: Consolidating action changes ... Done (0.017s)
1112024-01-28T02:27:03.219ZPlanning: Evaluating mediators ... Done (7.682s)
1122024-01-28T02:27:03.234ZPlanning: Planning completed in 12.13 seconds
1132024-01-28T02:27:07.546Z Packages to install: 4
1142024-01-28T02:27:07.546Z Mediators to change: 2
1152024-01-28T02:27:07.546Z Services to change: 1
1162024-01-28T02:27:07.549Z Estimated space available: 148.87 GB
1172024-01-28T02:27:07.549ZEstimated space to be consumed: 1.40 GB
1182024-01-28T02:27:07.549Z Create boot environment: No
1192024-01-28T02:27:07.549ZCreate backup boot environment: No
1202024-01-28T02:27:07.549Z Rebuild boot archive: No
1212024-01-28T02:27:07.550Z
1222024-01-28T02:27:07.550ZChanged mediators:
1232024-01-28T02:27:07.550Z mediator clang:
1242024-01-28T02:27:07.550Z version: None -> 15 (system default)
1252024-01-28T02:27:07.550Z
1262024-01-28T02:27:07.550Z mediator llvm:
1272024-01-28T02:27:07.550Z version: 14 (system default) -> 15 (system default)
1282024-01-28T02:27:07.555Z
1292024-01-28T02:27:07.555ZChanged packages:
1302024-01-28T02:27:07.555Zhelios-dev
1312024-01-28T02:27:07.555Z developer/build-essential
1322024-01-28T02:27:07.555Z None -> 11-2.0
1332024-01-28T02:27:07.555Z library/libxmlsec1
1342024-01-28T02:27:07.555Z None -> 1.2.35-2.0
1352024-01-28T02:27:07.555Z ooce/developer/clang-15
1362024-01-28T02:27:07.555Z None -> 15.0.7-2.0
1372024-01-28T02:27:07.555Z ooce/developer/llvm-15
1382024-01-28T02:27:07.555Z None -> 15.0.7-2.0
1392024-01-28T02:27:07.555Z
1402024-01-28T02:27:07.555ZServices:
1412024-01-28T02:27:07.555Z restart_fmri:
1422024-01-28T02:27:07.555Z svc:/system/update-man-index:default
1432024-01-28T02:27:07.877Z
1442024-01-28T02:27:07.877ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-01-28T02:27:13.672ZDownload: 1198/3290 items 79.2/212.6MB 37% complete (16.8M/s)
1462024-01-28T02:27:18.673ZDownload: 2378/3290 items 120.0/212.6MB 56% complete (11.0M/s)
1472024-01-28T02:27:23.398ZDownload: Completed 212.60 MB in 15.52 seconds (13.7M/s)
1482024-01-28T02:27:24.185Z Actions: 1/3689 actions (Installing new actions)
1492024-01-28T02:27:29.184Z Actions: 2429/3689 actions (Installing new actions)
1502024-01-28T02:27:31.795Z Actions: Completed 3689 actions in 7.61 seconds.
1512024-01-28T02:27:31.935Z Done (0.133s)
1522024-01-28T02:27:31.935Z Done (0.000s)
1532024-01-28T02:27:32.261Z Done (0.325s)
1542024-01-28T02:27:40.667Z Done (8.270s)
1552024-01-28T02:27:40.923Z Done (0.150s)
1562024-01-28T02:27:40.926Z Done (0.000s)
1572024-01-28T02:27:41.152Z Done (0.000s)
1582024-01-28T02:27:41.885ZPlanning: Evaluating mediator changes ... Done
1592024-01-28T02:27:42.168ZPlanning: Checking for conflicting actions ... Done
1602024-01-28T02:27:42.171ZPlanning: Consolidating action changes ... Done
1612024-01-28T02:27:42.606ZPlanning: Evaluating mediators ... Done
1622024-01-28T02:27:42.609ZPlanning: Planning completed in 0.72 seconds
1632024-01-28T02:27:42.663Z Mediators to change: 2
1642024-01-28T02:27:42.663Z Create boot environment: No
1652024-01-28T02:27:42.666ZCreate backup boot environment: No
1662024-01-28T02:27:42.757Z Done
1672024-01-28T02:27:42.758Z Done
1682024-01-28T02:27:42.955Z Done
1692024-01-28T02:27:48.755Z Done
1702024-01-28T02:27:48.887Z Done
1712024-01-28T02:27:48.890Z Done
1722024-01-28T02:27:48.988Z Done
1732024-01-28T02:27:50.003ZPlanning: Evaluating mediator changes ... Done
1742024-01-28T02:27:50.006ZPlanning: Merging actions ... Done
1752024-01-28T02:27:50.335ZPlanning: Checking for conflicting actions ... Done
1762024-01-28T02:27:50.338ZPlanning: Consolidating action changes ... Done
1772024-01-28T02:27:50.774ZPlanning: Evaluating mediators ... Done
1782024-01-28T02:27:50.864ZPlanning: Planning completed in 1.30 seconds
1792024-01-28T02:27:50.922Z Packages to change: 1
1802024-01-28T02:27:50.922Z Mediators to change: 1
1812024-01-28T02:27:50.922Z Services to change: 1
1822024-01-28T02:27:50.925Z Create boot environment: No
1832024-01-28T02:27:50.925ZCreate backup boot environment: Yes
1842024-01-28T02:27:52.823Z Actions: 1/6 actions (Updating modified actions)
1852024-01-28T02:27:52.826Z Actions: Completed 6 actions in 0.00 seconds.
1862024-01-28T02:27:52.827Z Done
1872024-01-28T02:27:52.827Z Done
1882024-01-28T02:27:52.899Z Done
1892024-01-28T02:27:58.895Z Done
1902024-01-28T02:27:59.020Z Done
1912024-01-28T02:27:59.023Z Done
1922024-01-28T02:27:59.149Z Done
1932024-01-28T02:27:59.828ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942024-01-28T02:27:59.828Zclang system 15 system
1952024-01-28T02:27:59.828Zcsh system system illumos
1962024-01-28T02:27:59.828Zctags system system illumos
1972024-01-28T02:27:59.828Zgcc vendor 12 vendor
1982024-01-28T02:27:59.828Zgcc system 10 system
1992024-01-28T02:27:59.828Zgcc system 7 system
2002024-01-28T02:27:59.828Zgo system 1.20 system
2012024-01-28T02:27:59.828Zgo system 1.19 system
2022024-01-28T02:27:59.828Zllvm system 15 system
2032024-01-28T02:27:59.828Zllvm system 14 system
2042024-01-28T02:27:59.828Zmariadb system 10.6 system
2052024-01-28T02:27:59.829Zmta vendor vendor dma
2062024-01-28T02:27:59.829Zopenjdk system 17 system
2072024-01-28T02:27:59.829Zopenjdk system 11 system
2082024-01-28T02:27:59.829Zopenjdk system 1.8 system
2092024-01-28T02:27:59.829Zopenssl vendor 3 vendor
2102024-01-28T02:27:59.829Zperl system 5.36 system
2112024-01-28T02:27:59.829Zpostgresql system 15 system
2122024-01-28T02:27:59.829Zpostgresql system 13 system
2132024-01-28T02:27:59.829Zpython vendor 3 vendor
2142024-01-28T02:27:59.829Zpython system 2 system
2152024-01-28T02:27:59.829Zpython3 system 3.11 system
2162024-01-28T02:27:59.829Zruby system 3.0 system
2172024-01-28T02:27:59.829Zwords vendor vendor american-english
2182024-01-28T02:27:59.829Zwords system system australian-english
2192024-01-28T02:27:59.829Zwords system system british-english
2202024-01-28T02:27:59.829Zwords system system canadian-english
2212024-01-28T02:27:59.829Zwords system system french
2222024-01-28T02:27:59.829Zwords system system italian
2232024-01-28T02:27:59.830Zwords system system ngerman
2242024-01-28T02:27:59.830Zwords system system ogerman
2252024-01-28T02:27:59.830Zwords system system spanish
2262024-01-28T02:28:00.363ZFMRI IFO
2272024-01-28T02:28:00.363Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-01-28T02:28:00.363Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-01-28T02:28:00.363Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-01-28T02:28:00.363Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-01-28T02:28:00.363Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-01-28T02:28:00.363Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2332024-01-28T02:28:00.363Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2342024-01-28T02:28:00.363Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-01-28T02:28:00.491Z+ set -o errexit
2362024-01-28T02:28:00.496Z+++ dirname ./tools/ci_download_cockroachdb
2372024-01-28T02:28:00.496Z++ cd ./tools
2382024-01-28T02:28:00.496Z++ pwd
2392024-01-28T02:28:00.496Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402024-01-28T02:28:00.496Z++ basename ./tools/ci_download_cockroachdb
2412024-01-28T02:28:00.496Z+ ARG0=ci_download_cockroachdb
2422024-01-28T02:28:00.496Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432024-01-28T02:28:00.496Z+ CIDL_VERSION=v22.1.9
2442024-01-28T02:28:00.496Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452024-01-28T02:28:00.496Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2462024-01-28T02:28:00.496Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2472024-01-28T02:28:00.496Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2482024-01-28T02:28:00.497Z+ TARGET_DIR=out
2492024-01-28T02:28:00.497Z+ DOWNLOAD_DIR=out/downloads
2502024-01-28T02:28:00.497Z+ DEST_DIR=./out/cockroachdb
2512024-01-28T02:28:00.497Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522024-01-28T02:28:00.497Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532024-01-28T02:28:00.497Z+ main
2542024-01-28T02:28:00.497Z+ [[ 0 != 0 ]]
2552024-01-28T02:28:00.497Z+ CIDL_OS=solaris2.11
2562024-01-28T02:28:00.497Z+ [[ 0 != 0 ]]
2572024-01-28T02:28:00.497Z+ configure_os solaris2.11
2582024-01-28T02:28:00.497Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592024-01-28T02:28:00.497Zcurrent directory: /work/oxidecomputer/omicron
2602024-01-28T02:28:00.498Zconfiguring based on OS: "solaris2.11"
2612024-01-28T02:28:00.498Z+ echo 'configuring based on OS: "solaris2.11"'
2622024-01-28T02:28:00.498Z+ case "$1" in
2632024-01-28T02:28:00.498Z+ CIDL_BUILD=illumos
2642024-01-28T02:28:00.498Z+ CIDL_SUFFIX=tar.gz
2652024-01-28T02:28:00.498Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2662024-01-28T02:28:00.498Z+ CIDL_MD5FUNC=do_md5sum
2672024-01-28T02:28:00.498Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-01-28T02:28:00.498Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-01-28T02:28:00.498Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-01-28T02:28:00.498Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-01-28T02:28:00.498Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-01-28T02:28:00.498Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-01-28T02:28:00.499Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-01-28T02:28:00.504Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-01-28T02:28:00.504ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-01-28T02:28:00.504Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-01-28T02:28:00.504ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-01-28T02:28:00.504Z+ mkdir -p out/downloads
2792024-01-28T02:28:00.504Z+ mkdir -p ./out/cockroachdb
2802024-01-28T02:28:00.504Z+ local DO_DOWNLOAD=true
2812024-01-28T02:28:00.504Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822024-01-28T02:28:00.504Z+ '[' true == true ']'
2832024-01-28T02:28:00.504Z+ echo Downloading...
2842024-01-28T02:28:00.504ZDownloading...
2852024-01-28T02:28:00.504Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-01-28T02:28:00.504Z+ 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
2872024-01-28T02:28:03.357Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-01-28T02:28:03.362Z++ md5sum
2892024-01-28T02:28:03.362Z++ awk '{print $1}'
2902024-01-28T02:28:03.618Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2912024-01-28T02:28:03.618Z+ [[ 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 ]]
2922024-01-28T02:28:03.618Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-01-28T02:28:03.624Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942024-01-28T02:28:07.068Z+ do_assemble_illumos
2952024-01-28T02:28:07.068Z+ rm -r ./out/cockroachdb
2962024-01-28T02:28:07.071Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972024-01-28T02:28:07.727Z+ ./out/cockroachdb/bin/cockroach version
2982024-01-28T02:28:08.170ZBuild Tag: v22.1.9-dirty
2992024-01-28T02:28:08.170ZBuild Time: 2022/10/26 21:17:46
3002024-01-28T02:28:08.170ZDistribution: OSS
3012024-01-28T02:28:08.170ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022024-01-28T02:28:08.170ZGo Version: go1.17.13
3032024-01-28T02:28:08.170ZC Compiler: gcc 10.3.0
3042024-01-28T02:28:08.170ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052024-01-28T02:28:08.170ZBuild Type: release
3062024-01-28T02:28:08.197Z+ set -o errexit
3072024-01-28T02:28:08.200Z+++ dirname ./tools/ci_download_clickhouse
3082024-01-28T02:28:08.202Z++ cd ./tools
3092024-01-28T02:28:08.202Z++ pwd
3102024-01-28T02:28:08.203Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112024-01-28T02:28:08.205Z++ basename ./tools/ci_download_clickhouse
3122024-01-28T02:28:08.205Z+ ARG0=ci_download_clickhouse
3132024-01-28T02:28:08.206Z+ TARGET_DIR=out
3142024-01-28T02:28:08.206Z+ DOWNLOAD_DIR=out/downloads
3152024-01-28T02:28:08.206Z+ DEST_DIR=./out/clickhouse
3162024-01-28T02:28:08.206Z+ CIDL_VERSION=v22.8.9.24
3172024-01-28T02:28:08.206Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3182024-01-28T02:28:08.206Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3192024-01-28T02:28:08.206Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3202024-01-28T02:28:08.206Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3212024-01-28T02:28:08.206Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3222024-01-28T02:28:08.209Z+ main
3232024-01-28T02:28:08.209Z+ [[ 0 != 0 ]]
3242024-01-28T02:28:08.209Z+ CIDL_OS=solaris2.11
3252024-01-28T02:28:08.209Z+ [[ 0 != 0 ]]
3262024-01-28T02:28:08.209Z+ configure_os solaris2.11
3272024-01-28T02:28:08.209Z+ echo 'current directory: /work/oxidecomputer/omicron'
3282024-01-28T02:28:08.209Zcurrent directory: /work/oxidecomputer/omicron
3292024-01-28T02:28:08.209Z+ echo 'configuring based on OS: "solaris2.11"'
3302024-01-28T02:28:08.209Z+ CIDL_DASHREV=
3312024-01-28T02:28:08.209Zconfiguring based on OS: "solaris2.11"
3322024-01-28T02:28:08.209Z+ case "$1" in
3332024-01-28T02:28:08.210Z+ CIDL_PLATFORM=illumos
3342024-01-28T02:28:08.210Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3352024-01-28T02:28:08.210Z+ CIDL_MD5FUNC=do_md5sum
3362024-01-28T02:28:08.210Z+ CIDL_DASHREV=-1
3372024-01-28T02:28:08.210Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3382024-01-28T02:28:08.210Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-01-28T02:28:08.210Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-01-28T02:28:08.210Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-01-28T02:28:08.210ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-01-28T02:28:08.210ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-01-28T02:28:08.210Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442024-01-28T02:28:08.210Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3452024-01-28T02:28:08.210Z+ mkdir -p out/downloads
3462024-01-28T02:28:08.210Z+ mkdir -p ./out/clickhouse
3472024-01-28T02:28:08.213Z+ local DO_DOWNLOAD=true
3482024-01-28T02:28:08.213Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3492024-01-28T02:28:08.213Z+ '[' true == true ']'
3502024-01-28T02:28:08.213Z+ echo Downloading...
3512024-01-28T02:28:08.213ZDownloading...
3522024-01-28T02:28:08.213Z+ 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
3532024-01-28T02:28:08.213Z+ 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
3542024-01-28T02:28:09.760Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552024-01-28T02:28:09.763Z++ md5sum
3562024-01-28T02:28:09.763Z++ awk '{print $1}'
3572024-01-28T02:28:10.020Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3582024-01-28T02:28:10.020Z+ [[ 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 ]]
3592024-01-28T02:28:10.020Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3602024-01-28T02:28:10.023Z+ mkdir -p ./out/clickhouse
3612024-01-28T02:28:10.023Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3622024-01-28T02:28:14.816Z+ ./out/clickhouse/clickhouse server --version
3632024-01-28T02:28:14.870ZClickHouse server version 22.8.9.1.
3642024-01-28T02:28:14.893Z+ set -o errexit
3652024-01-28T02:28:14.895Z+++ dirname ./tools/ci_download_console
3662024-01-28T02:28:14.898Z++ cd ./tools
3672024-01-28T02:28:14.898Z++ pwd
3682024-01-28T02:28:14.898Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3692024-01-28T02:28:14.904Z++ basename ./tools/ci_download_console
3702024-01-28T02:28:14.904Z+ ARG0=ci_download_console
3712024-01-28T02:28:14.904Z+ TARGET_DIR=out
3722024-01-28T02:28:14.904Z+ DOWNLOAD_DIR=out/downloads
3732024-01-28T02:28:14.904Z+ DEST_DIR=./out/console-assets
3742024-01-28T02:28:14.904Z+ source /work/oxidecomputer/omicron/tools/console_version
3752024-01-28T02:28:14.905Z++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295
3762024-01-28T02:28:14.905Z++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
3772024-01-28T02:28:14.905Z+ URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3782024-01-28T02:28:14.905Z+ TARBALL_FILE=out/downloads/console.tar.gz
3792024-01-28T02:28:14.905Z+ main
3802024-01-28T02:28:14.905Z+ [[ 0 != 0 ]]
3812024-01-28T02:28:14.905Z+ echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz'
3822024-01-28T02:28:14.905ZURL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3832024-01-28T02:28:14.906Z+ echo 'Local file: out/downloads/console.tar.gz'
3842024-01-28T02:28:14.906ZLocal file: out/downloads/console.tar.gz
3852024-01-28T02:28:14.906Z+ local DO_DOWNLOAD=true
3862024-01-28T02:28:14.906Z+ [[ -f out/downloads/console.tar.gz ]]
3872024-01-28T02:28:14.906Z+ mkdir -p out/downloads
3882024-01-28T02:28:14.908Z+ '[' true == true ']'
3892024-01-28T02:28:14.909Z+ echo Downloading...
3902024-01-28T02:28:14.909ZDownloading...
3912024-01-28T02:28:14.909Z+ do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz
3922024-01-28T02:28:14.909Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz
3932024-01-28T02:28:15.842Z++ do_sha256sum out/downloads/console.tar.gz
3942024-01-28T02:28:15.845Z++ case "$OSTYPE" in
3952024-01-28T02:28:15.845Z++ SHA=sha256sum
3962024-01-28T02:28:15.845Z++ sha256sum
3972024-01-28T02:28:15.845Z++ awk '{print $1}'
3982024-01-28T02:28:15.925Z+ calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d
3992024-01-28T02:28:15.925Z+ [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]]
4002024-01-28T02:28:15.929Z+ rm -rf ./out/console-assets
4012024-01-28T02:28:15.929Z+ mkdir -p ./out/console-assets
4022024-01-28T02:28:15.932Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4032024-01-28T02:28:15.932Z+ mkdir -p ./out/console-assets
4042024-01-28T02:28:15.932Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4052024-01-28T02:28:16.073Z+ set -o errexit
4062024-01-28T02:28:16.076Z+++ dirname ./tools/ci_download_maghemite_openapi
4072024-01-28T02:28:16.079Z++ cd ./tools
4082024-01-28T02:28:16.079Z++ pwd
4092024-01-28T02:28:16.079Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102024-01-28T02:28:16.082Z++ basename ./tools/ci_download_maghemite_openapi
4112024-01-28T02:28:16.082Z+ ARG0=ci_download_maghemite_openapi
4122024-01-28T02:28:16.082Z+ TARGET_DIR=out
4132024-01-28T02:28:16.082Z+ DOWNLOAD_DIR=out/downloads
4142024-01-28T02:28:16.082Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4152024-01-28T02:28:16.082Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
4162024-01-28T02:28:16.082Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4172024-01-28T02:28:16.082Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4182024-01-28T02:28:16.082Z+ LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4192024-01-28T02:28:16.082Z+ main
4202024-01-28T02:28:16.082Z+ [[ 0 != 0 ]]
4212024-01-28T02:28:16.082Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json'
4222024-01-28T02:28:16.082ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4232024-01-28T02:28:16.082Z+ echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json'
4242024-01-28T02:28:16.082Z+ local DO_DOWNLOAD=true
4252024-01-28T02:28:16.083ZLocal file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4262024-01-28T02:28:16.083Z+ [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]]
4272024-01-28T02:28:16.083Z+ mkdir -p out/downloads
4282024-01-28T02:28:16.088Z+ '[' true == true ']'
4292024-01-28T02:28:16.089Z+ echo Downloading...
4302024-01-28T02:28:16.089ZDownloading...
4312024-01-28T02:28:16.089Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4322024-01-28T02:28:16.089Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json
4332024-01-28T02:28:16.411Z++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4342024-01-28T02:28:16.411Z++ case "$OSTYPE" in
4352024-01-28T02:28:16.414Z++ SHA=sha256sum
4362024-01-28T02:28:16.414Z++ sha256sum
4372024-01-28T02:28:16.414Z++ awk '{print $1}'
4382024-01-28T02:28:16.417Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4392024-01-28T02:28:16.417Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4402024-01-28T02:28:16.420Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4412024-01-28T02:28:16.420Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
4422024-01-28T02:28:16.420Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4432024-01-28T02:28:16.420Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4442024-01-28T02:28:16.421Z+ LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4452024-01-28T02:28:16.422Z+ main
4462024-01-28T02:28:16.422Z+ [[ 0 != 0 ]]
4472024-01-28T02:28:16.422Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json'
4482024-01-28T02:28:16.422ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4492024-01-28T02:28:16.422Z+ echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json'
4502024-01-28T02:28:16.422ZLocal file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4512024-01-28T02:28:16.422Z+ local DO_DOWNLOAD=true
4522024-01-28T02:28:16.422Z+ [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]]
4532024-01-28T02:28:16.422Z+ mkdir -p out/downloads
4542024-01-28T02:28:16.425Z+ '[' true == true ']'
4552024-01-28T02:28:16.425Z+ echo Downloading...
4562024-01-28T02:28:16.425ZDownloading...
4572024-01-28T02:28:16.425Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4582024-01-28T02:28:16.425Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json
4592024-01-28T02:28:16.590Z++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json
4602024-01-28T02:28:16.593Z++ case "$OSTYPE" in
4612024-01-28T02:28:16.593Z++ SHA=sha256sum
4622024-01-28T02:28:16.593Z++ sha256sum
4632024-01-28T02:28:16.593Z++ awk '{print $1}'
4642024-01-28T02:28:16.599Z+ calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
4652024-01-28T02:28:16.599Z+ [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]]
4662024-01-28T02:28:16.606Z+ set -o errexit
4672024-01-28T02:28:16.608Z+++ dirname ./tools/ci_download_dendrite_openapi
4682024-01-28T02:28:16.611Z++ cd ./tools
4692024-01-28T02:28:16.611Z++ pwd
4702024-01-28T02:28:16.611Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4712024-01-28T02:28:16.614Z++ basename ./tools/ci_download_dendrite_openapi
4722024-01-28T02:28:16.614Z+ ARG0=ci_download_dendrite_openapi
4732024-01-28T02:28:16.614Z+ TARGET_DIR=out
4742024-01-28T02:28:16.614Z+ DOWNLOAD_DIR=out/downloads
4752024-01-28T02:28:16.615Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4762024-01-28T02:28:16.615Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4772024-01-28T02:28:16.615Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4782024-01-28T02:28:16.615Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4792024-01-28T02:28:16.615Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4802024-01-28T02:28:16.615Z+ main
4812024-01-28T02:28:16.615Z+ [[ 0 != 0 ]]
4822024-01-28T02:28:16.615Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
4832024-01-28T02:28:16.615ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4842024-01-28T02:28:16.615ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4852024-01-28T02:28:16.615Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
4862024-01-28T02:28:16.615Z+ local DO_DOWNLOAD=true
4872024-01-28T02:28:16.615Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
4882024-01-28T02:28:16.615Z+ mkdir -p out/downloads
4892024-01-28T02:28:16.619Z+ '[' true == true ']'
4902024-01-28T02:28:16.619Z+ echo Downloading...
4912024-01-28T02:28:16.619ZDownloading...
4922024-01-28T02:28:16.619Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4932024-01-28T02:28:16.619Z+ 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
4942024-01-28T02:28:16.811Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4952024-01-28T02:28:16.811Z++ case "$OSTYPE" in
4962024-01-28T02:28:16.814Z++ SHA=sha256sum
4972024-01-28T02:28:16.814Z++ sha256sum
4982024-01-28T02:28:16.814Z++ awk '{print $1}'
4992024-01-28T02:28:16.818Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5002024-01-28T02:28:16.818Z+ [[ 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 ]]
5012024-01-28T02:28:16.827Z+ set -o errexit
5022024-01-28T02:28:16.830Z+++ dirname ./tools/ci_download_dendrite_stub
5032024-01-28T02:28:16.833Z++ cd ./tools
5042024-01-28T02:28:16.833Z++ pwd
5052024-01-28T02:28:16.833Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062024-01-28T02:28:16.836Z++ basename ./tools/ci_download_dendrite_stub
5072024-01-28T02:28:16.836Z+ ARG0=ci_download_dendrite_stub
5082024-01-28T02:28:16.836Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5092024-01-28T02:28:16.836Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5102024-01-28T02:28:16.836Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5112024-01-28T02:28:16.836Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5122024-01-28T02:28:16.836Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132024-01-28T02:28:16.836Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5142024-01-28T02:28:16.836Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5152024-01-28T02:28:16.836Z+ TARGET_DIR=out
5162024-01-28T02:28:16.836Z+ DOWNLOAD_DIR=out/downloads
5172024-01-28T02:28:16.836Z+ DEST_DIR=./out/dendrite-stub
5182024-01-28T02:28:16.836Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5192024-01-28T02:28:16.837Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5202024-01-28T02:28:16.837Z+ REPO=oxidecomputer/dendrite
5212024-01-28T02:28:16.837Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5222024-01-28T02:28:16.837Z+ main
5232024-01-28T02:28:16.837Z+ [[ 0 != 0 ]]
5242024-01-28T02:28:16.837Z+ CIDL_OS=solaris2.11
5252024-01-28T02:28:16.837Z+ [[ 0 != 0 ]]
5262024-01-28T02:28:16.837Z+ configure_os solaris2.11
5272024-01-28T02:28:16.837Z+ echo 'current directory: /work/oxidecomputer/omicron'
5282024-01-28T02:28:16.837Zcurrent directory: /work/oxidecomputer/omicron
5292024-01-28T02:28:16.837Zconfiguring based on OS: "solaris2.11"
5302024-01-28T02:28:16.837Z+ echo 'configuring based on OS: "solaris2.11"'
5312024-01-28T02:28:16.837Z+ case "$1" in
5322024-01-28T02:28:16.837Z+ SET_BINARIES=
5332024-01-28T02:28:16.837Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5342024-01-28T02:28:16.837Z+ CIDL_SHA256FUNC=do_sha256sum
5352024-01-28T02:28:16.837Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5362024-01-28T02:28:16.837Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5372024-01-28T02:28:16.837Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5382024-01-28T02:28:16.837Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5392024-01-28T02:28:16.837Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5402024-01-28T02:28:16.837ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5412024-01-28T02:28:16.837ZLocal file: out/downloads/dendrite-stub.tar.gz
5422024-01-28T02:28:16.841Z+ mkdir -p out/downloads
5432024-01-28T02:28:16.841Z+ mkdir -p ./out/dendrite-stub
5442024-01-28T02:28:16.841Z+ fetch_and_verify
5452024-01-28T02:28:16.841Z+ local DO_DOWNLOAD=true
5462024-01-28T02:28:16.841Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5472024-01-28T02:28:16.841Z+ '[' true == true ']'
5482024-01-28T02:28:16.841Z+ echo Downloading...
5492024-01-28T02:28:16.841ZDownloading...
5502024-01-28T02:28:16.841Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5512024-01-28T02:28:16.841Z+ 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
5522024-01-28T02:28:21.894Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5532024-01-28T02:28:21.897Z++ sha256sum
5542024-01-28T02:28:21.897Z++ awk '{print $1}'
5552024-01-28T02:28:22.002Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5562024-01-28T02:28:22.002Z+ [[ 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 ]]
5572024-01-28T02:28:22.005Z+ do_untar out/downloads/dendrite-stub.tar.gz
5582024-01-28T02:28:22.005Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5592024-01-28T02:28:23.128Z+ do_assemble
5602024-01-28T02:28:23.128Z+ rm -r ./out/dendrite-stub
5612024-01-28T02:28:23.130Z+ mkdir ./out/dendrite-stub
5622024-01-28T02:28:23.135Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5632024-01-28T02:28:23.308Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5642024-01-28T02:28:23.319Z+ set -o errexit
5652024-01-28T02:28:23.322Z+++ dirname ./tools/ci_download_maghemite_mgd
5662024-01-28T02:28:23.325Z++ cd ./tools
5672024-01-28T02:28:23.325Z++ pwd
5682024-01-28T02:28:23.325Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5692024-01-28T02:28:23.328Z++ basename ./tools/ci_download_maghemite_mgd
5702024-01-28T02:28:23.328Z+ ARG0=ci_download_maghemite_mgd
5712024-01-28T02:28:23.328Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5722024-01-28T02:28:23.329Z++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d
5732024-01-28T02:28:23.329Z++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34
5742024-01-28T02:28:23.329Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5752024-01-28T02:28:23.329Z++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342
5762024-01-28T02:28:23.329Z++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4
5772024-01-28T02:28:23.329Z+ TARGET_DIR=out
5782024-01-28T02:28:23.329Z+ DOWNLOAD_DIR=out/downloads
5792024-01-28T02:28:23.329Z+ DEST_DIR=./out/mgd
5802024-01-28T02:28:23.329Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5812024-01-28T02:28:23.329Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822024-01-28T02:28:23.329Z+ REPO=oxidecomputer/maghemite
5832024-01-28T02:28:23.329Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342
5842024-01-28T02:28:23.329Z+ main
5852024-01-28T02:28:23.329Z+ [[ 0 != 0 ]]
5862024-01-28T02:28:23.329Z+ CIDL_OS=solaris2.11
5872024-01-28T02:28:23.329Z+ [[ 0 != 0 ]]
5882024-01-28T02:28:23.329Z+ configure_os solaris2.11
5892024-01-28T02:28:23.329Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902024-01-28T02:28:23.329Zcurrent directory: /work/oxidecomputer/omicron
5912024-01-28T02:28:23.329Z+ echo 'configuring based on OS: "solaris2.11"'
5922024-01-28T02:28:23.329Z+ case "$1" in
5932024-01-28T02:28:23.329Zconfiguring based on OS: "solaris2.11"
5942024-01-28T02:28:23.329Z+ SET_BINARIES=
5952024-01-28T02:28:23.329Z+ CIDL_SHA256FUNC=do_sha256sum
5962024-01-28T02:28:23.329Z+ TARBALL_FILENAME=mgd.tar.gz
5972024-01-28T02:28:23.330Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
5982024-01-28T02:28:23.330Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5992024-01-28T02:28:23.330Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz'
6002024-01-28T02:28:23.330ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
6012024-01-28T02:28:23.330Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6022024-01-28T02:28:23.330ZLocal file: out/downloads/mgd.tar.gz
6032024-01-28T02:28:23.330Z+ mkdir -p out/downloads
6042024-01-28T02:28:23.336Z+ mkdir -p ./out/mgd
6052024-01-28T02:28:23.336Z+ fetch_and_verify
6062024-01-28T02:28:23.336Z+ local DO_DOWNLOAD=true
6072024-01-28T02:28:23.336Z+ [[ -f out/downloads/mgd.tar.gz ]]
6082024-01-28T02:28:23.336Z+ '[' true == true ']'
6092024-01-28T02:28:23.336Z+ echo Downloading...
6102024-01-28T02:28:23.336ZDownloading...
6112024-01-28T02:28:23.336Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz
6122024-01-28T02:28:23.339Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz
6132024-01-28T02:28:27.975Z++ do_sha256sum out/downloads/mgd.tar.gz
6142024-01-28T02:28:27.979Z++ sha256sum
6152024-01-28T02:28:27.979Z++ awk '{print $1}'
6162024-01-28T02:28:28.054Z+ calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d
6172024-01-28T02:28:28.054Z+ [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]]
6182024-01-28T02:28:28.057Z+ do_untar out/downloads/mgd.tar.gz
6192024-01-28T02:28:28.057Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6202024-01-28T02:28:28.722Z+ do_assemble
6212024-01-28T02:28:28.722Z+ rm -r ./out/mgd
6222024-01-28T02:28:28.725Z+ mkdir ./out/mgd
6232024-01-28T02:28:28.728Z+ cp -r out/downloads/root ./out/mgd/root
6242024-01-28T02:28:28.974Z+ set -o errexit
6252024-01-28T02:28:28.978Z+++ dirname ./tools/ci_download_transceiver_control
6262024-01-28T02:28:28.978Z++ cd ./tools
6272024-01-28T02:28:28.980Z++ pwd
6282024-01-28T02:28:28.981Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6292024-01-28T02:28:28.981Z++ basename ./tools/ci_download_transceiver_control
6302024-01-28T02:28:28.985Z+ ARG0=ci_download_transceiver_control
6312024-01-28T02:28:28.985Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6322024-01-28T02:28:28.985Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6332024-01-28T02:28:28.985Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342024-01-28T02:28:28.985Z+ TARGET_DIR=out
6352024-01-28T02:28:28.985Z+ DOWNLOAD_DIR=out/downloads
6362024-01-28T02:28:28.985Z+ DEST_DIR=./out/transceiver-control
6372024-01-28T02:28:28.985Z+ BIN_DIR=/opt/oxide/bin
6382024-01-28T02:28:28.985Z+ BINARY=xcvradm
6392024-01-28T02:28:28.985Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6402024-01-28T02:28:28.985Z+ REPO=oxidecomputer/transceiver-control
6412024-01-28T02:28:28.985Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422024-01-28T02:28:28.985Z+ main
6432024-01-28T02:28:28.985Z+ [[ 0 != 0 ]]
6442024-01-28T02:28:28.985Z+ CIDL_OS=solaris2.11
6452024-01-28T02:28:28.985Z+ [[ 0 != 0 ]]
6462024-01-28T02:28:28.985Z+ configure_os solaris2.11
6472024-01-28T02:28:28.985Z+ echo 'current directory: /work/oxidecomputer/omicron'
6482024-01-28T02:28:28.985Zcurrent directory: /work/oxidecomputer/omicron
6492024-01-28T02:28:28.986Z+ echo 'configuring based on OS: "solaris2.11"'
6502024-01-28T02:28:28.986Zconfiguring based on OS: "solaris2.11"
6512024-01-28T02:28:28.986Z+ case "$1" in
6522024-01-28T02:28:28.986Z+ SET_BINARIES=
6532024-01-28T02:28:28.986Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542024-01-28T02:28:28.986Z+ CIDL_SHA256FUNC=do_sha256sum
6552024-01-28T02:28:28.986Z+ ARCHIVE_FILENAME=xcvradm.gz
6562024-01-28T02:28:28.986Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572024-01-28T02:28:28.986Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6582024-01-28T02:28:28.986Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6592024-01-28T02:28:28.986ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6602024-01-28T02:28:28.986ZLocal file: out/downloads/xcvradm.gz
6612024-01-28T02:28:28.986Z+ echo 'Local file: out/downloads/xcvradm.gz'
6622024-01-28T02:28:28.986Z+ mkdir -p out/downloads
6632024-01-28T02:28:28.989Z+ mkdir -p ./out/transceiver-control
6642024-01-28T02:28:28.989Z+ fetch_and_verify
6652024-01-28T02:28:28.989Z+ local DO_DOWNLOAD=true
6662024-01-28T02:28:28.989Z+ [[ -f out/downloads/xcvradm.gz ]]
6672024-01-28T02:28:28.989Z+ '[' true == true ']'
6682024-01-28T02:28:28.989Z+ echo Downloading...
6692024-01-28T02:28:28.989ZDownloading...
6702024-01-28T02:28:28.989Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6712024-01-28T02:28:28.989Z+ 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
6722024-01-28T02:28:30.731Z++ do_sha256sum out/downloads/xcvradm.gz
6732024-01-28T02:28:30.735Z++ sha256sum
6742024-01-28T02:28:30.735Z++ awk '{print $1}'
6752024-01-28T02:28:30.744Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762024-01-28T02:28:30.744Z+ [[ 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 ]]
6772024-01-28T02:28:30.747Z+ do_unpack out/downloads/xcvradm.gz
6782024-01-28T02:28:30.747Z+ mkdir -p out/downloads/root//opt/oxide/bin
6792024-01-28T02:28:30.747Z+ gzip -dc out/downloads/xcvradm.gz
6802024-01-28T02:28:30.929Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6812024-01-28T02:28:30.932Z+ do_assemble
6822024-01-28T02:28:30.932Z+ rm -r ./out/transceiver-control
6832024-01-28T02:28:30.936Z+ mkdir ./out/transceiver-control
6842024-01-28T02:28:30.938Z+ cp -r out/downloads/root ./out/transceiver-control/root
6852024-01-28T02:28:31.187ZAll prerequisites installed successfully
6862024-01-28T02:28:31.191Z
6872024-01-28T02:28:31.191Zreal 1:57.943777242
6882024-01-28T02:28:31.191Zuser 53.080359195
6892024-01-28T02:28:31.191Zsys 9.982376630
6902024-01-28T02:28:31.191Ztrap 0.022008509
6912024-01-28T02:28:31.191Ztflt 0.371325662
6922024-01-28T02:28:31.191Zdflt 0.668959369
6932024-01-28T02:28:31.191Zkflt 0.372703469
6942024-01-28T02:28:31.191Zlock 3.265436944
6952024-01-28T02:28:31.191Zslp 3:32.152182807
6962024-01-28T02:28:31.191Zlat 3.329147515
6972024-01-28T02:28:31.191Zstop 0.089687003
6982024-01-28T02:28:31.191Z+ banner end-to-end-tests
6992024-01-28T02:28:31.194Z
7002024-01-28T02:28:31.194Z ###### # # ##### ##### #### ###### # # #####
7012024-01-28T02:28:31.194Z # ## # # # # # # # ## # # #
7022024-01-28T02:28:31.194Z ##### # # # # # ##### # # # ##### ##### # # # # #
7032024-01-28T02:28:31.194Z # # # # # # # # # # # # # # #
7042024-01-28T02:28:31.194Z # # ## # # # # # # # ## # #
7052024-01-28T02:28:31.194Z ###### # # ##### # #### ###### # # #####
7062024-01-28T02:28:31.194Z
7072024-01-28T02:28:31.194Z+ export CARGO_PROFILE_DEV_DEBUG=1
7082024-01-28T02:28:31.194Z+ CARGO_PROFILE_DEV_DEBUG=1
7092024-01-28T02:28:31.194Z+ export CARGO_PROFILE_TEST_DEBUG=1
7102024-01-28T02:28:31.194Z+ CARGO_PROFILE_TEST_DEBUG=1
7112024-01-28T02:28:31.195Z+ export CARGO_INCREMENTAL=0
7122024-01-28T02:28:31.195Z+ CARGO_INCREMENTAL=0
7132024-01-28T02:28:31.195Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7142024-01-28T02:28:31.538Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7152024-01-28T02:28:32.028Z Updating crates.io index
7162024-01-28T02:28:32.031Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7172024-01-28T02:28:33.062Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7182024-01-28T02:28:35.234Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7192024-01-28T02:28:35.776Z Updating git repository `http://github.com/oxidecomputer/tofino`
7202024-01-28T02:28:36.180Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7212024-01-28T02:28:36.584Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7222024-01-28T02:28:37.027Z Updating git repository `https://github.com/oxidecomputer/propolis`
7232024-01-28T02:28:38.032Z Updating git repository `https://github.com/oxidecomputer/crucible`
7242024-01-28T02:28:40.258Z Updating git repository `https://github.com/oxidecomputer/opte`
7252024-01-28T02:28:41.304Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7262024-01-28T02:28:41.833Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7272024-01-28T02:28:42.581Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7282024-01-28T02:28:43.114Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7292024-01-28T02:28:43.518Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7302024-01-28T02:28:44.057Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7312024-01-28T02:28:44.618Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7322024-01-28T02:28:45.239Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7332024-01-28T02:28:45.905Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7342024-01-28T02:28:46.371Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7352024-01-28T02:28:46.871Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7362024-01-28T02:28:47.314Z Updating git repository `https://github.com/jgallagher/nix`
7372024-01-28T02:28:48.939Z Updating git repository `https://github.com/cbiffle/hubpack`
7382024-01-28T02:28:49.510Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7392024-01-28T02:28:50.407Z Updating git repository `https://github.com/oxidecomputer/typify`
7402024-01-28T02:28:52.401Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7412024-01-28T02:28:52.777Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7422024-01-28T02:28:53.152Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7432024-01-28T02:28:55.145Z Downloading crates ...
7442024-01-28T02:28:55.429Z Downloaded ciborium-io v0.2.2
7452024-01-28T02:28:55.450Z Downloaded ppv-lite86 v0.2.17
7462024-01-28T02:28:55.454Z Downloaded proc-macro-error v1.0.4
7472024-01-28T02:28:55.464Z Downloaded chacha20 v0.9.1
7482024-01-28T02:28:55.473Z Downloaded newtype_derive v0.1.6
7492024-01-28T02:28:55.478Z Downloaded linked-hash-map v0.5.6
7502024-01-28T02:28:55.484Z Downloaded byteorder v1.5.0
7512024-01-28T02:28:55.493Z Downloaded diesel_table_macro_syntax v0.1.0
7522024-01-28T02:28:55.499Z Downloaded colorchoice v1.0.0
7532024-01-28T02:28:55.503Z Downloaded pin-project-lite v0.2.13
7542024-01-28T02:28:55.518Z Downloaded atomicwrites v0.4.3
7552024-01-28T02:28:55.521Z Downloaded precomputed-hash v0.1.1
7562024-01-28T02:28:55.525Z Downloaded num-derive v0.4.0
7572024-01-28T02:28:55.532Z Downloaded bit-set v0.5.3
7582024-01-28T02:28:55.536Z Downloaded nibble_vec v0.1.0
7592024-01-28T02:28:55.539Z Downloaded match_cfg v0.1.0
7602024-01-28T02:28:55.542Z Downloaded parse-display v0.8.2
7612024-01-28T02:28:55.544Z Downloaded colored v2.0.4
7622024-01-28T02:28:55.548Z Downloaded miniz_oxide v0.7.1
7632024-01-28T02:28:55.556Z Downloaded pretty-hex v0.4.1
7642024-01-28T02:28:55.558Z Downloaded macaddr v1.0.1
7652024-01-28T02:28:55.561Z Downloaded blowfish v0.9.1
7662024-01-28T02:28:55.564Z Downloaded ctr v0.9.2
7672024-01-28T02:28:55.569Z Downloaded pin-utils v0.1.0
7682024-01-28T02:28:55.572Z Downloaded normalize-line-endings v0.3.0
7692024-01-28T02:28:55.574Z Downloaded num-complex v0.4.4
7702024-01-28T02:28:55.579Z Downloaded serde_spanned v0.6.4
7712024-01-28T02:28:55.587Z Downloaded anyhow v1.0.75
7722024-01-28T02:28:55.590Z Downloaded cpufeatures v0.2.12
7732024-01-28T02:28:55.594Z Downloaded difflib v0.4.0
7742024-01-28T02:28:55.596Z Downloaded quick-error v1.2.3
7752024-01-28T02:28:55.599Z Downloaded aead v0.5.2
7762024-01-28T02:28:55.602Z Downloaded managed v0.8.0
7772024-01-28T02:28:55.604Z Downloaded tower-service v0.3.2
7782024-01-28T02:28:55.607Z Downloaded synstructure v0.12.6
7792024-01-28T02:28:55.609Z Downloaded pest_derive v2.7.6
7802024-01-28T02:28:55.612Z Downloaded pbkdf2 v0.11.0
7812024-01-28T02:28:55.620Z Downloaded const-oid v0.9.5
7822024-01-28T02:28:55.622Z Downloaded untrusted v0.7.1
7832024-01-28T02:28:55.625Z Downloaded structmeta-derive v0.2.0
7842024-01-28T02:28:55.627Z Downloaded backoff v0.4.0
7852024-01-28T02:28:55.630Z Downloaded tinyvec_macros v0.1.1
7862024-01-28T02:28:55.633Z Downloaded postgres-protocol v0.6.6
7872024-01-28T02:28:55.636Z Downloaded foreign-types-shared v0.3.1
7882024-01-28T02:28:55.639Z Downloaded futures-sink v0.3.30
7892024-01-28T02:28:55.642Z Downloaded hubpack_derive v0.1.1
7902024-01-28T02:28:55.642Z Downloaded derive-where v1.2.7
7912024-01-28T02:28:55.648Z Downloaded serde_path_to_error v0.1.15
7922024-01-28T02:28:55.652Z Downloaded addr2line v0.21.0
7932024-01-28T02:28:55.657Z Downloaded heck v0.3.3
7942024-01-28T02:28:55.660Z Downloaded async-stream v0.3.5
7952024-01-28T02:28:55.663Z Downloaded num-rational v0.4.1
7962024-01-28T02:28:55.666Z Downloaded universal-hash v0.5.1
7972024-01-28T02:28:55.672Z Downloaded strum_macros v0.25.2
7982024-01-28T02:28:55.675Z Downloaded rustls-pki-types v1.1.0
7992024-01-28T02:28:55.677Z Downloaded postgres-types v0.2.6
8002024-01-28T02:28:55.680Z Downloaded untrusted v0.9.0
8012024-01-28T02:28:55.683Z Downloaded lru-cache v0.1.2
8022024-01-28T02:28:55.686Z Downloaded getopts v0.2.21
8032024-01-28T02:28:55.689Z Downloaded serde_tokenstream v0.2.0
8042024-01-28T02:28:55.695Z Downloaded zeroize_derive v1.4.2
8052024-01-28T02:28:55.697Z Downloaded usdt v0.5.0
8062024-01-28T02:28:55.700Z Downloaded zone v0.3.0
8072024-01-28T02:28:55.703Z Downloaded foreign-types-shared v0.1.1
8082024-01-28T02:28:55.705Z Downloaded instant v0.1.12
8092024-01-28T02:28:55.705Z Downloaded endian-type v0.1.2
8102024-01-28T02:28:55.708Z Downloaded console v0.15.8
8112024-01-28T02:28:55.713Z Downloaded httpdate v1.0.3
8122024-01-28T02:28:55.715Z Downloaded heck v0.4.1
8132024-01-28T02:28:55.722Z Downloaded home v0.5.5
8142024-01-28T02:28:55.725Z Downloaded headers-core v0.2.0
8152024-01-28T02:28:55.725Z Downloaded slog-bunyan v2.5.0
8162024-01-28T02:28:55.725Z Downloaded dtrace-parser v0.1.14
8172024-01-28T02:28:55.728Z Downloaded slog-envlogger v2.2.0
8182024-01-28T02:28:55.731Z Downloaded futures-channel v0.3.30
8192024-01-28T02:28:55.734Z Downloaded getrandom v0.2.10
8202024-01-28T02:28:55.739Z Downloaded zone_cfg_derive v0.3.0
8212024-01-28T02:28:55.742Z Downloaded usdt-attr-macro v0.5.0
8222024-01-28T02:28:55.745Z Downloaded semver v0.1.20
8232024-01-28T02:28:55.747Z Downloaded smf v0.2.2
8242024-01-28T02:28:55.750Z Downloaded toml_datetime v0.6.5
8252024-01-28T02:28:55.752Z Downloaded ciborium v0.2.2
8262024-01-28T02:28:55.756Z Downloaded smallvec v1.11.2
8272024-01-28T02:28:55.760Z Downloaded signal-hook-registry v1.4.1
8282024-01-28T02:28:55.776Z Downloaded ahash v0.8.6
8292024-01-28T02:28:55.778Z Downloaded strum v0.25.0
8302024-01-28T02:28:55.779Z Downloaded slog-scope v4.4.0
8312024-01-28T02:28:55.779Z Downloaded fxhash v0.2.1
8322024-01-28T02:28:55.779Z Downloaded lazy_static v1.4.0
8332024-01-28T02:28:55.779Z Downloaded fixedbitset v0.4.2
8342024-01-28T02:28:55.781Z Downloaded chacha20poly1305 v0.10.1
8352024-01-28T02:28:55.784Z Downloaded mio v0.8.9
8362024-01-28T02:28:55.795Z Downloaded usdt-macro v0.5.0
8372024-01-28T02:28:55.798Z Downloaded display-error-chain v0.2.0
8382024-01-28T02:28:55.801Z Downloaded rand_chacha v0.3.1
8392024-01-28T02:28:55.803Z Downloaded slab v0.4.9
8402024-01-28T02:28:55.806Z Downloaded equivalent v1.0.1
8412024-01-28T02:28:55.809Z Downloaded zerocopy v0.6.4
8422024-01-28T02:28:55.814Z Downloaded predicates-core v1.0.6
8432024-01-28T02:28:55.817Z Downloaded usdt-impl v0.3.5
8442024-01-28T02:28:55.817Z Downloaded usdt v0.3.5
8452024-01-28T02:28:55.820Z Downloaded scroll v0.12.0
8462024-01-28T02:28:55.823Z Downloaded russh-cryptovec v0.7.0
8472024-01-28T02:28:55.823Z Downloaded dirs-sys-next v0.1.2
8482024-01-28T02:28:55.826Z Downloaded thiserror-impl v1.0.56
8492024-01-28T02:28:55.828Z Downloaded stable_deref_trait v1.2.0
8502024-01-28T02:28:55.831Z Downloaded generic-array v0.14.7
8512024-01-28T02:28:55.834Z Downloaded futures-io v0.3.30
8522024-01-28T02:28:55.836Z Downloaded ff v0.13.0
8532024-01-28T02:28:55.839Z Downloaded float-cmp v0.9.0
8542024-01-28T02:28:55.841Z Downloaded cc v1.0.83
8552024-01-28T02:28:55.846Z Downloaded is-terminal v0.4.9
8562024-01-28T02:28:55.848Z Downloaded sec1 v0.7.3
8572024-01-28T02:28:55.851Z Downloaded usdt-attr-macro v0.3.5
8582024-01-28T02:28:55.853Z Downloaded try-lock v0.2.4
8592024-01-28T02:28:55.856Z Downloaded typenum v1.16.0
8602024-01-28T02:28:55.859Z Downloaded keccak v0.1.4
8612024-01-28T02:28:55.862Z Downloaded serde_derive_internals v0.26.0
8622024-01-28T02:28:55.868Z Downloaded group v0.13.0
8632024-01-28T02:28:55.870Z Downloaded crossterm v0.27.0
8642024-01-28T02:28:55.880Z Downloaded time-core v0.1.1
8652024-01-28T02:28:55.882Z Downloaded hyper-tls v0.5.0
8662024-01-28T02:28:55.885Z Downloaded tracing v0.1.37
8672024-01-28T02:28:55.892Z Downloaded hmac v0.12.1
8682024-01-28T02:28:55.896Z Downloaded want v0.3.1
8692024-01-28T02:28:55.899Z Downloaded usdt-macro v0.3.5
8702024-01-28T02:28:55.901Z Downloaded same-file v1.0.6
8712024-01-28T02:28:55.905Z Downloaded ident_case v1.0.1
8722024-01-28T02:28:55.905Z Downloaded unicode-xid v0.2.4
8732024-01-28T02:28:55.907Z Downloaded serde_urlencoded v0.7.1
8742024-01-28T02:28:55.910Z Downloaded base64 v0.21.7
8752024-01-28T02:28:55.916Z Downloaded iana-time-zone v0.1.57
8762024-01-28T02:28:55.920Z Downloaded sct v0.7.0
8772024-01-28T02:28:55.927Z Downloaded structopt-derive v0.4.18
8782024-01-28T02:28:55.929Z Downloaded vec_map v0.8.2
8792024-01-28T02:28:55.932Z Downloaded rustc-demangle v0.1.23
8802024-01-28T02:28:55.938Z Downloaded ryu v1.0.15
8812024-01-28T02:28:55.941Z Downloaded waitgroup v0.1.2
8822024-01-28T02:28:55.943Z Downloaded sha1 v0.10.6
8832024-01-28T02:28:55.946Z Downloaded scheduled-thread-pool v0.2.7
8842024-01-28T02:28:55.946Z Downloaded semver v1.0.21
8852024-01-28T02:28:55.950Z Downloaded ipnet v2.9.0
8862024-01-28T02:28:55.954Z Downloaded hyper-staticfile v0.9.5
8872024-01-28T02:28:55.957Z Downloaded rustls-pemfile v1.0.3
8882024-01-28T02:28:55.961Z Downloaded unicase v2.7.0
8892024-01-28T02:28:55.964Z Downloaded ipnetwork v0.20.0
8902024-01-28T02:28:55.967Z Downloaded slog-stdlog v4.1.1
8912024-01-28T02:28:55.969Z Downloaded usdt-impl v0.5.0
8922024-01-28T02:28:55.972Z Downloaded rustc_version v0.1.7
8932024-01-28T02:28:55.975Z Downloaded slog-dtrace v0.3.0
8942024-01-28T02:28:55.977Z Downloaded hex-literal v0.4.1
8952024-01-28T02:28:55.980Z Downloaded rand_core v0.6.4
8962024-01-28T02:28:55.983Z Downloaded signal-hook v0.3.17
8972024-01-28T02:28:55.986Z Downloaded toml_edit v0.21.0
8982024-01-28T02:28:56.026Z Downloaded stringprep v0.1.3
8992024-01-28T02:28:56.033Z Downloaded thiserror v1.0.56
9002024-01-28T02:28:56.037Z Downloaded dyn-clone v1.0.13
9012024-01-28T02:28:56.039Z Downloaded terminal_size v0.2.6
9022024-01-28T02:28:56.042Z Downloaded spin v0.5.2
9032024-01-28T02:28:56.045Z Downloaded tokio-rustls v0.25.0
9042024-01-28T02:28:56.048Z Downloaded tokio-rustls v0.24.1
9052024-01-28T02:28:56.052Z Downloaded tokio-postgres v0.7.10
9062024-01-28T02:28:56.061Z Downloaded heapless v0.7.16
9072024-01-28T02:28:56.068Z Downloaded sha2 v0.10.8
9082024-01-28T02:28:56.072Z Downloaded toml v0.5.11
9092024-01-28T02:28:56.076Z Downloaded vsss-rs v3.3.4
9102024-01-28T02:28:56.081Z Downloaded half v2.3.1
9112024-01-28T02:28:56.086Z Downloaded russh v0.40.2
9122024-01-28T02:28:56.095Z Downloaded ed25519 v2.2.2
9132024-01-28T02:28:56.099Z Downloaded toml v0.8.8
9142024-01-28T02:28:56.107Z Downloaded flate2 v1.0.28
9152024-01-28T02:28:56.113Z Downloaded elliptic-curve v0.13.8
9162024-01-28T02:28:56.120Z Downloaded clap_builder v4.4.2
9172024-01-28T02:28:56.133Z Downloaded zerocopy-derive v0.7.32
9182024-01-28T02:28:56.141Z Downloaded url v2.5.0
9192024-01-28T02:28:56.146Z Downloaded serde_with v3.5.1
9202024-01-28T02:28:56.160Z Downloaded serde_yaml v0.9.25
9212024-01-28T02:28:56.166Z Downloaded tar v0.4.40
9222024-01-28T02:28:56.171Z Downloaded trust-dns-client v0.22.0
9232024-01-28T02:28:56.181Z Downloaded aho-corasick v1.0.4
9242024-01-28T02:28:56.192Z Downloaded reqwest v0.11.22
9252024-01-28T02:28:56.205Z Downloaded ed25519-dalek v2.0.0
9262024-01-28T02:28:56.210Z Downloaded zerocopy v0.7.32
9272024-01-28T02:28:56.243Z Downloaded http v1.0.0
9282024-01-28T02:28:56.247Z Downloaded itertools v0.10.5
9292024-01-28T02:28:56.259Z Downloaded serde_json v1.0.111
9302024-01-28T02:28:56.272Z Downloaded regex-automata v0.1.10
9312024-01-28T02:28:56.282Z Downloaded hkdf v0.12.4
9322024-01-28T02:28:56.286Z Downloaded clap v2.34.0
9332024-01-28T02:28:56.299Z Downloaded itertools v0.12.0
9342024-01-28T02:28:56.313Z Downloaded rustls-webpki v0.102.1
9352024-01-28T02:28:56.348Z Downloaded hashbrown v0.14.2
9362024-01-28T02:28:56.357Z Downloaded goblin v0.8.0
9372024-01-28T02:28:56.368Z Downloaded radix_trie v0.2.1
9382024-01-28T02:28:56.378Z Downloaded vcpkg v0.2.15
9392024-01-28T02:28:56.451Z Downloaded futures-util v0.3.30
9402024-01-28T02:28:56.473Z Downloaded hyper v0.14.27
9412024-01-28T02:28:56.487Z Downloaded openssl v0.10.60
9422024-01-28T02:28:56.505Z Downloaded regress v0.7.1
9432024-01-28T02:28:56.521Z Downloaded rustls v0.21.9
9442024-01-28T02:28:56.539Z Downloaded smoltcp v0.9.1
9452024-01-28T02:28:56.559Z Downloaded regex v1.10.3
9462024-01-28T02:28:56.584Z Downloaded syn v1.0.109
9472024-01-28T02:28:56.604Z Downloaded syn v2.0.48
9482024-01-28T02:28:56.623Z Downloaded sled v0.34.7
9492024-01-28T02:28:56.644Z Downloaded zerocopy-derive v0.6.4
9502024-01-28T02:28:56.663Z Downloaded rustls v0.22.2
9512024-01-28T02:28:56.687Z Downloaded bzip2-sys v0.1.11+1.0.8
9522024-01-28T02:28:56.710Z Downloaded zerocopy-derive v0.2.0
9532024-01-28T02:28:56.728Z Downloaded regex-automata v0.3.8
9542024-01-28T02:28:56.759Z Downloaded sha3 v0.10.8
9552024-01-28T02:28:56.773Z Downloaded regex-automata v0.4.4
9562024-01-28T02:28:56.801Z Downloaded rustix v0.38.30
9572024-01-28T02:28:56.842Z Downloaded winapi v0.3.9
9582024-01-28T02:28:56.915Z Downloaded libc v0.2.152
9592024-01-28T02:28:56.964Z Downloaded tokio v1.35.1
9602024-01-28T02:28:57.029Z Downloaded regex-syntax v0.8.2
9612024-01-28T02:28:57.043Z Downloaded regex-syntax v0.7.5
9622024-01-28T02:28:57.058Z Downloaded smoltcp v0.11.0
9632024-01-28T02:28:57.080Z Downloaded encoding_rs v0.8.33
9642024-01-28T02:28:57.121Z Downloaded bstr v1.6.0
9652024-01-28T02:28:57.144Z Downloaded openapiv3 v2.0.0
9662024-01-28T02:28:57.166Z Downloaded webpki-roots v0.25.2
9672024-01-28T02:28:57.173Z Downloaded idna v0.2.3
9682024-01-28T02:28:57.185Z Downloaded rustix v0.37.23
9692024-01-28T02:28:57.220Z Downloaded idna v0.5.0
9702024-01-28T02:28:57.231Z Downloaded gimli v0.28.0
9712024-01-28T02:28:57.246Z Downloaded diesel v2.1.4
9722024-01-28T02:28:57.278Z Downloaded object v0.32.1
9732024-01-28T02:28:57.296Z Downloaded h2 v0.3.24
9742024-01-28T02:28:57.308Z Downloaded bstr v0.2.17
9752024-01-28T02:28:57.325Z Downloaded ring v0.16.20
9762024-01-28T02:28:57.479Z Downloaded curve25519-dalek v4.1.1
9772024-01-28T02:28:57.494Z Downloaded ring v0.17.7
9782024-01-28T02:28:57.624Z Downloaded trust-dns-proto v0.22.0
9792024-01-28T02:28:57.645Z Downloaded petgraph v0.6.4
9802024-01-28T02:28:57.675Z Downloaded chrono v0.4.31
9812024-01-28T02:28:57.695Z Downloaded winnow v0.5.15
9822024-01-28T02:28:57.715Z Downloaded tokio-util v0.7.10
9832024-01-28T02:28:57.731Z Downloaded time v0.3.27
9842024-01-28T02:28:57.749Z Downloaded hashbrown v0.12.3
9852024-01-28T02:28:57.759Z Downloaded rand v0.7.3
9862024-01-28T02:28:57.768Z Downloaded rustls-webpki v0.101.7
9872024-01-28T02:28:57.796Z Downloaded steno v0.4.0
9882024-01-28T02:28:57.804Z Downloaded serde v1.0.195
9892024-01-28T02:28:57.809Z Downloaded hashbrown v0.13.2
9902024-01-28T02:28:57.817Z Downloaded getrandom v0.1.16
9912024-01-28T02:28:57.821Z Downloaded serde_with_macros v3.5.1
9922024-01-28T02:28:57.824Z Downloaded uuid v1.7.0
9932024-01-28T02:28:57.829Z Downloaded trust-dns-server v0.22.1
9942024-01-28T02:28:57.838Z Downloaded serde_derive v1.0.195
9952024-01-28T02:28:57.843Z Downloaded rcgen v0.12.0
9962024-01-28T02:28:57.847Z Downloaded pest v2.7.6
9972024-01-28T02:28:57.856Z Downloaded trust-dns-resolver v0.22.0
9982024-01-28T02:28:57.862Z Downloaded unicode-bidi v0.3.13
9992024-01-28T02:28:57.866Z Downloaded similar v2.3.0
10002024-01-28T02:28:57.878Z Downloaded schemars v0.8.16
10012024-01-28T02:28:57.898Z Downloaded serde_repr v0.1.16
10022024-01-28T02:28:57.901Z Downloaded dof v0.1.5
10032024-01-28T02:28:57.904Z Downloaded subtle v2.5.0
10042024-01-28T02:28:57.906Z Downloaded slog-term v2.9.0
10052024-01-28T02:28:57.909Z Downloaded unsafe-libyaml v0.2.10
10062024-01-28T02:28:57.915Z Downloaded toml_edit v0.19.15
10072024-01-28T02:28:57.951Z Downloaded aes v0.8.3
10082024-01-28T02:28:57.957Z Downloaded nom v7.1.3
10092024-01-28T02:28:57.968Z Downloaded textwrap v0.11.0
10102024-01-28T02:28:57.971Z Downloaded errno v0.3.8
10112024-01-28T02:28:57.974Z Downloaded spki v0.7.2
10122024-01-28T02:28:57.977Z Downloaded signature v2.1.0
10132024-01-28T02:28:57.979Z Downloaded toml v0.7.8
10142024-01-28T02:28:57.985Z Downloaded rand v0.8.5
10152024-01-28T02:28:57.993Z Downloaded indexmap v2.1.0
10162024-01-28T02:28:57.999Z Downloaded heapless v0.8.0
10172024-01-28T02:28:58.009Z Downloaded camino v1.1.6
10182024-01-28T02:28:58.012Z Downloaded ecdsa v0.16.9
10192024-01-28T02:28:58.014Z Downloaded tracing-core v0.1.31
10202024-01-28T02:28:58.019Z Downloaded zip v0.6.6
10212024-01-28T02:28:58.026Z Downloaded http v0.2.11
10222024-01-28T02:28:58.033Z Downloaded num-bigint v0.4.4
10232024-01-28T02:28:58.042Z Downloaded unicode-segmentation v1.10.1
10242024-01-28T02:28:58.049Z Downloaded io-lifetimes v1.0.11
10252024-01-28T02:28:58.053Z Downloaded structopt v0.3.26
10262024-01-28T02:28:58.066Z Downloaded scroll_derive v0.12.0
10272024-01-28T02:28:58.069Z Downloaded http-range v0.1.5
10282024-01-28T02:28:58.069Z Downloaded http-body v0.4.5
10292024-01-28T02:28:58.072Z Downloaded russh-keys v0.40.1
10302024-01-28T02:28:58.075Z Downloaded libm v0.2.7
10312024-01-28T02:28:58.092Z Downloaded socket2 v0.5.5
10322024-01-28T02:28:58.095Z Downloaded itoa v1.0.9
10332024-01-28T02:28:58.098Z Downloaded string_cache v0.8.7
10342024-01-28T02:28:58.104Z Downloaded socket2 v0.4.9
10352024-01-28T02:28:58.113Z Downloaded backtrace v0.3.69
10362024-01-28T02:28:58.123Z Downloaded serde_tokenstream v0.1.7
10372024-01-28T02:28:58.131Z Downloaded structmeta v0.2.0
10382024-01-28T02:28:58.134Z Downloaded inout v0.1.3
10392024-01-28T02:28:58.136Z Downloaded utf-8 v0.7.6
10402024-01-28T02:28:58.139Z Downloaded fallible-iterator v0.2.0
10412024-01-28T02:28:58.142Z Downloaded zeroize v1.7.0
10422024-01-28T02:28:58.145Z Downloaded version_check v0.9.4
10432024-01-28T02:28:58.149Z Downloaded ghash v0.5.0
10442024-01-28T02:28:58.151Z Downloaded cipher v0.4.4
10452024-01-28T02:28:58.154Z Downloaded tokio-native-tls v0.3.1
10462024-01-28T02:28:58.159Z Downloaded fastrand v2.0.0
10472024-01-28T02:28:58.163Z Downloaded indexmap v1.9.3
10482024-01-28T02:28:58.169Z Downloaded spin v0.9.8
10492024-01-28T02:28:58.173Z Downloaded der v0.7.8
10502024-01-28T02:28:58.185Z Downloaded minimal-lexical v0.2.1
10512024-01-28T02:28:58.191Z Downloaded enum-as-inner v0.5.1
10522024-01-28T02:28:58.194Z Downloaded either v1.9.0
10532024-01-28T02:28:58.196Z Downloaded secrecy v0.8.0
10542024-01-28T02:28:58.199Z Downloaded utf8parse v0.2.1
10552024-01-28T02:28:58.202Z Downloaded hash32 v0.3.1
10562024-01-28T02:28:58.204Z Downloaded tungstenite v0.20.1
10572024-01-28T02:28:58.209Z Downloaded flagset v0.4.3
10582024-01-28T02:28:58.211Z Downloaded embedded-io v0.4.0
10592024-01-28T02:28:58.214Z Downloaded tokio-macros v2.2.0
10602024-01-28T02:28:58.217Z Downloaded thread_local v1.1.7
10612024-01-28T02:28:58.219Z Downloaded headers v0.3.9
10622024-01-28T02:28:58.227Z Downloaded take_mut v0.2.2
10632024-01-28T02:28:58.230Z Downloaded rand_core v0.5.1
10642024-01-28T02:28:58.233Z Downloaded hex v0.4.3
10652024-01-28T02:28:58.236Z Downloaded rustc_version v0.4.0
10662024-01-28T02:28:58.238Z Downloaded hostname v0.3.1
10672024-01-28T02:28:58.243Z Downloaded schemars_derive v0.8.16
10682024-01-28T02:28:58.243Z Downloaded strsim v0.10.0
10692024-01-28T02:28:58.246Z Downloaded static_assertions v1.1.0
10702024-01-28T02:28:58.246Z Downloaded strsim v0.8.0
10712024-01-28T02:28:58.249Z Downloaded filetime v0.2.23
10722024-01-28T02:28:58.251Z Downloaded glob v0.3.1
10732024-01-28T02:28:58.254Z Downloaded rfc6979 v0.4.0
10742024-01-28T02:28:58.257Z Downloaded hash32 v0.2.1
10752024-01-28T02:28:58.259Z Downloaded dof v0.3.0
10762024-01-28T02:28:58.259Z Downloaded slog v2.7.0
10772024-01-28T02:28:58.265Z Downloaded p256 v0.13.2
10782024-01-28T02:28:58.271Z Downloaded subprocess v0.2.9
10792024-01-28T02:28:58.275Z Downloaded diesel_derives v2.1.2
10802024-01-28T02:28:58.281Z Downloaded crypto-bigint v0.5.2
10812024-01-28T02:28:58.293Z Downloaded rustls-pemfile v2.0.0
10822024-01-28T02:28:58.296Z Downloaded dtrace-parser v0.2.0
10832024-01-28T02:28:58.299Z Downloaded fnv v1.0.7
10842024-01-28T02:28:58.302Z Downloaded tinyvec v1.6.0
10852024-01-28T02:28:58.305Z Downloaded proc-macro2 v1.0.78
10862024-01-28T02:28:58.310Z Downloaded futures v0.3.30
10872024-01-28T02:28:58.322Z Downloaded scopeguard v1.2.0
10882024-01-28T02:28:58.325Z Downloaded futures-core v0.3.30
10892024-01-28T02:28:58.326Z Downloaded hyper-rustls v0.24.2
10902024-01-28T02:28:58.328Z Downloaded httparse v1.8.0
10912024-01-28T02:28:58.332Z Downloaded arc-swap v1.6.0
10922024-01-28T02:28:58.338Z Downloaded derive_more v0.99.17
10932024-01-28T02:28:58.347Z Downloaded darling_core v0.20.3
10942024-01-28T02:28:58.355Z Downloaded tracing-attributes v0.1.26
10952024-01-28T02:28:58.359Z Downloaded rand_chacha v0.2.2
10962024-01-28T02:28:58.362Z Downloaded r2d2 v0.8.10
10972024-01-28T02:28:58.364Z Downloaded kstat-rs v0.2.3
10982024-01-28T02:28:58.367Z Downloaded rustfmt-wrapper v0.2.0
10992024-01-28T02:28:58.368Z Downloaded yasna v0.5.2
11002024-01-28T02:28:58.371Z Downloaded ucd-trie v0.1.6
11012024-01-28T02:28:58.373Z Downloaded lalrpop-util v0.19.12
11022024-01-28T02:28:58.376Z Downloaded resolv-conf v0.7.0
11032024-01-28T02:28:58.379Z Downloaded slog-json v2.6.1
11042024-01-28T02:28:58.381Z Downloaded thiserror-no-std v2.0.2
11052024-01-28T02:28:58.391Z Downloaded postcard v1.0.8
11062024-01-28T02:28:58.394Z Downloaded openssl-sys v0.9.96
11072024-01-28T02:28:58.403Z Downloaded swrite v0.1.0
11082024-01-28T02:28:58.405Z Downloaded term v0.7.0
11092024-01-28T02:28:58.410Z Downloaded siphasher v0.3.11
11102024-01-28T02:28:58.413Z Downloaded pest_meta v2.7.6
11112024-01-28T02:28:58.416Z Downloaded blake2 v0.10.6
11122024-01-28T02:28:58.421Z Downloaded thread-id v4.2.0
11132024-01-28T02:28:58.424Z Downloaded slog-async v2.8.0
11142024-01-28T02:28:58.426Z Downloaded hubpack v0.1.2
11152024-01-28T02:28:58.429Z Downloaded crossbeam-channel v0.5.8
11162024-01-28T02:28:58.435Z Downloaded memchr v2.6.3
11172024-01-28T02:28:58.444Z Downloaded platforms v3.0.2
11182024-01-28T02:28:58.447Z Downloaded num-traits v0.2.16
11192024-01-28T02:28:58.451Z Downloaded parking_lot v0.12.1
11202024-01-28T02:28:58.455Z Downloaded signal-hook-mio v0.2.3
11212024-01-28T02:28:58.458Z Downloaded futures-task v0.3.30
11222024-01-28T02:28:58.460Z Downloaded futures-macro v0.3.30
11232024-01-28T02:28:58.460Z Downloaded futures-executor v0.3.30
11242024-01-28T02:28:58.466Z Downloaded walkdir v2.4.0
11252024-01-28T02:28:58.469Z Downloaded foreign-types-macros v0.2.3
11262024-01-28T02:28:58.469Z Downloaded zerocopy v0.3.0
11272024-01-28T02:28:58.469Z Downloaded xattr v1.0.1
11282024-01-28T02:28:58.472Z Downloaded semver-parser v0.10.2
11292024-01-28T02:28:58.474Z Downloaded semver v0.11.0
11302024-01-28T02:28:58.477Z Downloaded aes-gcm v0.10.3
11312024-01-28T02:28:58.481Z Downloaded unicode-width v0.1.11
11322024-01-28T02:28:58.484Z Downloaded pkcs8 v0.10.2
11332024-01-28T02:28:58.488Z Downloaded password-hash v0.4.2
11342024-01-28T02:28:58.490Z Downloaded anstyle-parse v0.2.1
11352024-01-28T02:28:58.493Z Downloaded mime v0.3.17
11362024-01-28T02:28:58.496Z Downloaded tokio-tungstenite v0.20.1
11372024-01-28T02:28:58.499Z Downloaded ansi_term v0.12.1
11382024-01-28T02:28:58.501Z Downloaded tempfile v3.9.0
11392024-01-28T02:28:58.505Z Downloaded quote v1.0.35
11402024-01-28T02:28:58.509Z Downloaded multer v3.0.0
11412024-01-28T02:28:58.513Z Downloaded bitflags v1.3.2
11422024-01-28T02:28:58.517Z Downloaded darling v0.20.3
11432024-01-28T02:28:58.525Z Downloaded cbc v0.1.2
11442024-01-28T02:28:58.528Z Downloaded argon2 v0.5.3
11452024-01-28T02:28:58.528Z Downloaded omicron-zone-package v0.10.1
11462024-01-28T02:28:58.532Z Downloaded debug-ignore v1.0.5
11472024-01-28T02:28:58.535Z Downloaded der_derive v0.7.2
11482024-01-28T02:28:58.537Z Downloaded parking_lot_core v0.8.6
11492024-01-28T02:28:58.540Z Downloaded rustversion v1.0.14
11502024-01-28T02:28:58.544Z Downloaded whoami v1.4.1
11512024-01-28T02:28:58.547Z Downloaded thiserror-impl-no-std v2.0.2
11522024-01-28T02:28:58.550Z Downloaded pem v3.0.2
11532024-01-28T02:28:58.552Z Downloaded crossbeam-epoch v0.9.15
11542024-01-28T02:28:58.555Z Downloaded async-trait v0.1.77
11552024-01-28T02:28:58.560Z Downloaded clap_derive v4.4.2
11562024-01-28T02:28:58.563Z Downloaded form_urlencoded v1.2.1
11572024-01-28T02:28:58.566Z Downloaded unicode-normalization v0.1.22
11582024-01-28T02:28:58.571Z Downloaded foreign-types v0.5.0
11592024-01-28T02:28:58.573Z Downloaded foreign-types v0.3.2
11602024-01-28T02:28:58.573Z Downloaded poly1305 v0.8.0
11612024-01-28T02:28:58.580Z Downloaded pest_generator v2.7.6
11622024-01-28T02:28:58.583Z Downloaded password-hash v0.5.0
11632024-01-28T02:28:58.583Z Downloaded owo-colors v4.0.0
11642024-01-28T02:28:58.586Z Downloaded block-buffer v0.10.4
11652024-01-28T02:28:58.588Z Downloaded crypto-common v0.1.6
11662024-01-28T02:28:58.588Z Downloaded parking_lot_core v0.9.8
11672024-01-28T02:28:58.592Z Downloaded parking_lot v0.11.2
11682024-01-28T02:28:58.596Z Downloaded percent-encoding v2.3.1
11692024-01-28T02:28:58.598Z Downloaded once_cell v1.19.0
11702024-01-28T02:28:58.601Z Downloaded time-macros v0.2.13
11712024-01-28T02:28:58.604Z Downloaded proc-macro-crate v1.3.1
11722024-01-28T02:28:58.606Z Downloaded phf v0.11.2
11732024-01-28T02:28:58.609Z Downloaded bcrypt-pbkdf v0.10.0
11742024-01-28T02:28:58.609Z Downloaded bit-vec v0.6.3
11752024-01-28T02:28:58.612Z Downloaded data-encoding v2.4.0
11762024-01-28T02:28:58.615Z Downloaded autocfg v1.1.0
11772024-01-28T02:28:58.615Z Downloaded md-5 v0.10.5
11782024-01-28T02:28:58.618Z Downloaded defmt-parser v0.3.3
11792024-01-28T02:28:58.620Z Downloaded pkg-config v0.3.27
11802024-01-28T02:28:58.620Z Downloaded num_cpus v1.16.0
11812024-01-28T02:28:58.626Z Downloaded anstream v0.5.0
11822024-01-28T02:28:58.628Z Downloaded num_enum v0.5.11
11832024-01-28T02:28:58.635Z Downloaded num-iter v0.1.43
11842024-01-28T02:28:58.641Z Downloaded defmt v0.3.5
11852024-01-28T02:28:58.644Z Downloaded num_enum_derive v0.5.11
11862024-01-28T02:28:58.646Z Downloaded anstyle v1.0.2
11872024-01-28T02:28:58.646Z Downloaded bitflags v2.4.0
11882024-01-28T02:28:58.650Z Downloaded cancel-safe-futures v0.1.5
11892024-01-28T02:28:58.655Z Downloaded bytes v1.5.0
11902024-01-28T02:28:58.661Z Downloaded cobs v0.2.3
11912024-01-28T02:28:58.664Z Downloaded crossbeam-utils v0.8.16
11922024-01-28T02:28:58.667Z Downloaded phf_shared v0.10.0
11932024-01-28T02:28:58.670Z Downloaded adler v1.0.2
11942024-01-28T02:28:58.672Z Downloaded libsw v3.3.1
11952024-01-28T02:28:58.675Z Downloaded camino-tempfile v1.1.1
11962024-01-28T02:28:58.680Z Downloaded toolchain_find v0.2.0
11972024-01-28T02:28:58.680Z Downloaded dirs v5.0.1
11982024-01-28T02:28:58.682Z Downloaded base16ct v0.2.0
11992024-01-28T02:28:58.682Z Downloaded block-padding v0.3.3
12002024-01-28T02:28:58.685Z Downloaded predicates v3.1.0
12012024-01-28T02:28:58.688Z Downloaded bzip2 v0.4.4
12022024-01-28T02:28:58.690Z Downloaded pem-rfc7468 v0.7.0
12032024-01-28T02:28:58.693Z Downloaded matches v0.1.10
12042024-01-28T02:28:58.696Z Downloaded darling_macro v0.20.3
12052024-01-28T02:28:58.696Z Downloaded num v0.4.1
12062024-01-28T02:28:58.696Z Downloaded unicode-ident v1.0.12
12072024-01-28T02:28:58.700Z Downloaded plain v0.2.3
12082024-01-28T02:28:58.703Z Downloaded num_threads v0.1.6
12092024-01-28T02:28:58.705Z Downloaded opaque-debug v0.3.0
12102024-01-28T02:28:58.705Z Downloaded convert_case v0.4.0
12112024-01-28T02:28:58.709Z Downloaded memoffset v0.9.0
12122024-01-28T02:28:58.709Z Downloaded dirs-next v2.0.0
12132024-01-28T02:28:58.712Z Downloaded phf_shared v0.11.2
12142024-01-28T02:28:58.712Z Downloaded option-ext v0.2.0
12152024-01-28T02:28:58.714Z Downloaded openssl-probe v0.1.5
12162024-01-28T02:28:58.714Z Downloaded async-stream-impl v0.3.5
12172024-01-28T02:28:58.714Z Downloaded atty v0.2.14
12182024-01-28T02:28:58.717Z Downloaded digest v0.10.7
12192024-01-28T02:28:58.719Z Downloaded clap_lex v0.5.1
12202024-01-28T02:28:58.722Z Downloaded primeorder v0.13.6
12212024-01-28T02:28:58.722Z Downloaded clap v4.4.3
12222024-01-28T02:28:58.737Z Downloaded allocator-api2 v0.2.16
12232024-01-28T02:28:58.742Z Downloaded paste v1.0.14
12242024-01-28T02:28:58.746Z Downloaded defmt-macros v0.3.6
12252024-01-28T02:28:58.751Z Downloaded anstyle-query v1.0.0
12262024-01-28T02:28:58.754Z Downloaded base64ct v1.6.0
12272024-01-28T02:28:58.756Z Downloaded atomic-waker v1.1.1
12282024-01-28T02:28:58.759Z Downloaded parse-display-derive v0.8.2
12292024-01-28T02:28:58.764Z Downloaded num-integer v0.1.45
12302024-01-28T02:28:58.767Z Downloaded log v0.4.20
12312024-01-28T02:28:58.767Z Downloaded pbkdf2 v0.12.2
12322024-01-28T02:28:58.770Z Downloaded memmap v0.7.0
12332024-01-28T02:28:58.770Z Downloaded lock_api v0.4.10
12342024-01-28T02:28:58.773Z Downloaded crc32fast v1.3.2
12352024-01-28T02:28:58.776Z Downloaded curve25519-dalek-derive v0.1.0
12362024-01-28T02:28:58.778Z Downloaded proc-macro-error-attr v1.0.4
12372024-01-28T02:28:58.778Z Downloaded new_debug_unreachable v1.0.4
12382024-01-28T02:28:58.781Z Downloaded crucible-workspace-hack v0.1.0
12392024-01-28T02:28:58.782Z Downloaded cstr-argument v0.1.2
12402024-01-28T02:28:58.782Z Downloaded native-tls v0.2.11
12412024-01-28T02:28:58.785Z Downloaded mime_guess v2.0.4
12422024-01-28T02:28:58.787Z Downloaded libefi-sys v0.1.0
12432024-01-28T02:28:58.790Z Downloaded linear-map v1.2.0
12442024-01-28T02:28:58.793Z Downloaded tokio-stream v0.1.14
12452024-01-28T02:28:58.798Z Downloaded ciborium-ll v0.2.2
12462024-01-28T02:28:58.801Z Downloaded topological-sort v0.2.2
12472024-01-28T02:28:58.803Z Downloaded polyval v0.6.1
12482024-01-28T02:28:58.806Z Downloaded deranged v0.3.8
12492024-01-28T02:28:58.806Z Downloaded md5 v0.7.0
12502024-01-28T02:28:58.809Z Downloaded dirs-sys v0.4.1
12512024-01-28T02:28:58.809Z Downloaded cfg-if v1.0.0
12522024-01-28T02:28:58.815Z Downloaded pretty-hex v0.2.1
12532024-01-28T02:28:58.815Z Downloaded openssl-macros v0.1.1
12542024-01-28T02:28:59.217Z Compiling proc-macro2 v1.0.78
12552024-01-28T02:28:59.217Z Compiling unicode-ident v1.0.12
12562024-01-28T02:28:59.220Z Compiling libc v0.2.152
12572024-01-28T02:28:59.220Z Compiling serde v1.0.195
12582024-01-28T02:28:59.220Z Compiling version_check v0.9.4
12592024-01-28T02:28:59.239Z Compiling autocfg v1.1.0
12602024-01-28T02:28:59.249Z Compiling cfg-if v1.0.0
12612024-01-28T02:28:59.491Z Compiling once_cell v1.19.0
12622024-01-28T02:28:59.491Z Compiling syn v1.0.109
12632024-01-28T02:28:59.565Z Compiling thiserror v1.0.56
12642024-01-28T02:29:00.066Z Compiling memchr v2.6.3
12652024-01-28T02:29:00.365Z Compiling byteorder v1.5.0
12662024-01-28T02:29:00.468Z Compiling lock_api v0.4.10
12672024-01-28T02:29:00.847Z Compiling typenum v1.16.0
12682024-01-28T02:29:01.240Z Compiling ahash v0.8.6
12692024-01-28T02:29:01.264Z Compiling parking_lot_core v0.9.8
12702024-01-28T02:29:01.569Z Compiling generic-array v0.14.7
12712024-01-28T02:29:01.698Z Compiling libm v0.2.7
12722024-01-28T02:29:01.886Z Compiling num-traits v0.2.16
12732024-01-28T02:29:02.063Z Compiling serde_json v1.0.111
12742024-01-28T02:29:02.325Z Compiling itoa v1.0.9
12752024-01-28T02:29:02.612Z Compiling slab v0.4.9
12762024-01-28T02:29:02.652Z Compiling log v0.4.20
12772024-01-28T02:29:02.866Z Compiling quote v1.0.35
12782024-01-28T02:29:03.576Z Compiling syn v2.0.48
12792024-01-28T02:29:03.724Z Compiling getrandom v0.2.10
12802024-01-28T02:29:03.778Z Compiling cc v1.0.83
12812024-01-28T02:29:04.167Z Compiling rand_core v0.6.4
12822024-01-28T02:29:04.414Z Compiling scopeguard v1.2.0
12832024-01-28T02:29:04.662Z Compiling ryu v1.0.15
12842024-01-28T02:29:05.490Z Compiling pkg-config v0.3.27
12852024-01-28T02:29:05.514Z Compiling allocator-api2 v0.2.16
12862024-01-28T02:29:05.785Z Compiling smallvec v1.11.2
12872024-01-28T02:29:05.825Z Compiling heck v0.4.1
12882024-01-28T02:29:06.447Z Compiling equivalent v1.0.1
12892024-01-28T02:29:06.532Z Compiling schemars v0.8.16
12902024-01-28T02:29:06.601Z Compiling subtle v2.5.0
12912024-01-28T02:29:07.499Z Compiling vcpkg v0.2.15
12922024-01-28T02:29:07.823Z Compiling pin-project-lite v0.2.13
12932024-01-28T02:29:08.212Z Compiling httparse v1.8.0
12942024-01-28T02:29:08.837Z Compiling parking_lot v0.12.1
12952024-01-28T02:29:09.091Z Compiling ucd-trie v0.1.6
12962024-01-28T02:29:09.177Z Compiling signal-hook-registry v1.4.1
12972024-01-28T02:29:09.216Z Compiling ring v0.17.7
12982024-01-28T02:29:10.081Z Compiling ring v0.16.20
12992024-01-28T02:29:10.483Z Compiling fnv v1.0.7
13002024-01-28T02:29:10.665Z Compiling mio v0.8.9
13012024-01-28T02:29:11.191Z Compiling openssl-sys v0.9.96
13022024-01-28T02:29:11.892Z Compiling iana-time-zone v0.1.57
13032024-01-28T02:29:12.092Z Compiling const-oid v0.9.5
13042024-01-28T02:29:12.560Z Compiling openssl v0.10.60
13052024-01-28T02:29:12.678Z Compiling semver v1.0.21
13062024-01-28T02:29:12.886Z Compiling num_cpus v1.16.0
13072024-01-28T02:29:13.059Z Compiling socket2 v0.5.5
13082024-01-28T02:29:13.197Z Compiling native-tls v0.2.11
13092024-01-28T02:29:13.691Z Compiling rustls v0.21.9
13102024-01-28T02:29:14.333Z Compiling futures-core v0.3.30
13112024-01-28T02:29:14.370Z Compiling dyn-clone v1.0.13
13122024-01-28T02:29:14.689Z Compiling aho-corasick v1.0.4
13132024-01-28T02:29:15.651Z Compiling serde_derive_internals v0.26.0
13142024-01-28T02:29:15.677Z Compiling regex-syntax v0.8.2
13152024-01-28T02:29:15.701Z Compiling spin v0.5.2
13162024-01-28T02:29:15.887Z Compiling async-trait v0.1.77
13172024-01-28T02:29:16.765Z Compiling futures-sink v0.3.30
13182024-01-28T02:29:17.007Z Compiling backtrace v0.3.69
13192024-01-28T02:29:17.702Z Compiling tinyvec_macros v0.1.1
13202024-01-28T02:29:17.743Z Compiling rustix v0.38.30
13212024-01-28T02:29:17.850Z Compiling tinyvec v1.6.0
13222024-01-28T02:29:18.678Z Compiling futures-channel v0.3.30
13232024-01-28T02:29:19.519Z Compiling futures-task v0.3.30
13242024-01-28T02:29:19.989Z Compiling pin-utils v0.1.0
13252024-01-28T02:29:20.122Z Compiling futures-io v0.3.30
13262024-01-28T02:29:20.158Z Compiling winnow v0.5.15
13272024-01-28T02:29:20.578Z Compiling unicode-normalization v0.1.22
13282024-01-28T02:29:20.891Z Compiling spin v0.9.8
13292024-01-28T02:29:21.298Z Compiling tracing-core v0.1.31
13302024-01-28T02:29:21.484Z Compiling regex-automata v0.4.4
13312024-01-28T02:29:22.256Z Compiling anyhow v1.0.75
13322024-01-28T02:29:22.387Z Compiling cpufeatures v0.2.12
13332024-01-28T02:29:22.524Z Compiling unicode-bidi v0.3.13
13342024-01-28T02:29:23.125Z Compiling unicode-width v0.1.11
13352024-01-28T02:29:25.006Z Compiling crc32fast v1.3.2
13362024-01-28T02:29:25.735Z Compiling slog v2.7.0
13372024-01-28T02:29:26.224Z Compiling time-core v0.1.1
13382024-01-28T02:29:26.465Z Compiling time-macros v0.2.13
13392024-01-28T02:29:27.303Z Compiling serde_derive v1.0.195
13402024-01-28T02:29:27.535Z Compiling zerocopy-derive v0.7.32
13412024-01-28T02:29:27.707Z Compiling zeroize_derive v1.4.2
13422024-01-28T02:29:27.849Z Compiling thiserror-impl v1.0.56
13432024-01-28T02:29:30.424Z Compiling tokio-macros v2.2.0
13442024-01-28T02:29:30.917Z Compiling zeroize v1.7.0
13452024-01-28T02:29:31.380Z Compiling zerocopy v0.7.32
13462024-01-28T02:29:31.475Z Compiling futures-macro v0.3.30
13472024-01-28T02:29:33.231Z Compiling tracing-attributes v0.1.26
13482024-01-28T02:29:33.494Z Compiling schemars_derive v0.8.16
13492024-01-28T02:29:33.554Z Compiling pest v2.7.6
13502024-01-28T02:29:33.992Z Compiling crypto-common v0.1.6
13512024-01-28T02:29:35.011Z Compiling hashbrown v0.14.2
13522024-01-28T02:29:35.043Z Compiling openssl-macros v0.1.1
13532024-01-28T02:29:36.269Z Compiling block-buffer v0.10.4
13542024-01-28T02:29:36.682Z Compiling digest v0.10.7
13552024-01-28T02:29:36.723Z Compiling hashbrown v0.13.2
13562024-01-28T02:29:37.130Z Compiling regex v1.10.3
13572024-01-28T02:29:37.418Z Compiling pest_meta v2.7.6
13582024-01-28T02:29:38.647Z Compiling futures-util v0.3.30
13592024-01-28T02:29:39.261Z Compiling der_derive v0.7.2
13602024-01-28T02:29:39.760Z Compiling pest_generator v2.7.6
13612024-01-28T02:29:41.299Z Compiling tracing v0.1.37
13622024-01-28T02:29:43.602Z Compiling num-integer v0.1.45
13632024-01-28T02:29:44.045Z Compiling foreign-types-shared v0.1.1
13642024-01-28T02:29:44.198Z Compiling percent-encoding v2.3.1
13652024-01-28T02:29:44.780Z Compiling untrusted v0.7.1
13662024-01-28T02:29:45.405Z Compiling untrusted v0.9.0
13672024-01-28T02:29:46.307Z Compiling pest_derive v2.7.6
13682024-01-28T02:29:48.311Z Compiling foreign-types v0.3.2
13692024-01-28T02:29:48.523Z Compiling errno v0.3.8
13702024-01-28T02:29:48.645Z Compiling unicode-xid v0.2.4
13712024-01-28T02:29:48.746Z Compiling try-lock v0.2.4
13722024-01-28T02:29:48.856Z Compiling base64 v0.21.7
13732024-01-28T02:29:48.898Z Compiling ppv-lite86 v0.2.17
13742024-01-28T02:29:48.957Z Compiling want v0.3.1
13752024-01-28T02:29:49.374Z Compiling rustls-webpki v0.101.7
13762024-01-28T02:29:50.094Z Compiling synstructure v0.12.6
13772024-01-28T02:29:50.147Z Compiling sct v0.7.0
13782024-01-28T02:29:51.729Z Compiling bytes v1.5.0
13792024-01-28T02:29:52.145Z Compiling indexmap v2.1.0
13802024-01-28T02:29:52.305Z Compiling chrono v0.4.31
13812024-01-28T02:29:52.522Z Compiling uuid v1.7.0
13822024-01-28T02:29:53.192Z Compiling http v0.2.11
13832024-01-28T02:29:53.843Z Compiling tokio v1.35.1
13842024-01-28T02:29:55.177Z Compiling toml_datetime v0.6.5
13852024-01-28T02:29:55.223Z Compiling serde_spanned v0.6.4
13862024-01-28T02:29:55.580Z Compiling bitflags v2.4.0
13872024-01-28T02:29:55.859Z Compiling toml_edit v0.19.15
13882024-01-28T02:29:57.017Z Compiling openapiv3 v2.0.0
13892024-01-28T02:29:57.332Z Compiling rustc_version v0.4.0
13902024-01-28T02:30:00.168Z Compiling serde_tokenstream v0.2.0
13912024-01-28T02:30:01.017Z Compiling http-body v0.4.5
13922024-01-28T02:30:01.645Z Compiling form_urlencoded v1.2.1
13932024-01-28T02:30:02.221Z Compiling scroll_derive v0.12.0
13942024-01-28T02:30:03.405Z Compiling socket2 v0.4.9
13952024-01-28T02:30:04.776Z Compiling tower-service v0.3.2
13962024-01-28T02:30:04.961Z Compiling io-lifetimes v1.0.11
13972024-01-28T02:30:05.761Z Compiling openssl-probe v0.1.5
13982024-01-28T02:30:05.841Z Compiling httpdate v1.0.3
13992024-01-28T02:30:07.961Z Compiling tokio-util v0.7.10
14002024-01-28T02:30:08.623Z Compiling zerocopy-derive v0.2.0
14012024-01-28T02:30:09.166Z Compiling idna v0.5.0
14022024-01-28T02:30:10.454Z Compiling h2 v0.3.24
14032024-01-28T02:30:11.776Z Compiling lazy_static v1.4.0
14042024-01-28T02:30:11.921Z Compiling thread-id v4.2.0
14052024-01-28T02:30:11.944Z Compiling crossbeam-utils v0.8.16
14062024-01-28T02:30:12.084Z Compiling adler v1.0.2
14072024-01-28T02:30:12.437Z Compiling tokio-rustls v0.24.1
14082024-01-28T02:30:12.758Z Compiling miniz_oxide v0.7.1
14092024-01-28T02:30:13.082Z Compiling tokio-native-tls v0.3.1
14102024-01-28T02:30:13.506Z Compiling url v2.5.0
14112024-01-28T02:30:15.142Z Compiling rand_chacha v0.3.1
14122024-01-28T02:30:15.374Z Compiling rustix v0.37.23
14132024-01-28T02:30:16.529Z Compiling ipnet v2.9.0
14142024-01-28T02:30:16.643Z Compiling rand v0.8.5
14152024-01-28T02:30:16.941Z Compiling serde_urlencoded v0.7.1
14162024-01-28T02:30:17.799Z Compiling rustls-pemfile v1.0.3
14172024-01-28T02:30:18.631Z Compiling usdt-impl v0.3.5
14182024-01-28T02:30:18.663Z Compiling encoding_rs v0.8.33
14192024-01-28T02:30:18.818Z Compiling webpki-roots v0.25.2
14202024-01-28T02:30:18.924Z Compiling gimli v0.28.0
14212024-01-28T02:30:19.054Z Compiling mime v0.3.17
14222024-01-28T02:30:21.352Z Compiling regress v0.7.1
14232024-01-28T02:30:21.713Z Compiling hyper v0.14.27
14242024-01-28T02:30:22.377Z Compiling object v0.32.1
14252024-01-28T02:30:24.777Z Compiling num-bigint v0.4.4
14262024-01-28T02:30:25.993Z Compiling addr2line v0.21.0
14272024-01-28T02:30:26.079Z Compiling usdt-impl v0.5.0
14282024-01-28T02:30:26.679Z Compiling rustc-demangle v0.1.23
14292024-01-28T02:30:27.025Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14302024-01-28T02:30:28.290Z Compiling flate2 v1.0.28
14312024-01-28T02:30:28.467Z Compiling zerocopy v0.3.0
14322024-01-28T02:30:29.113Z Compiling scroll v0.12.0
14332024-01-28T02:30:29.735Z Compiling heapless v0.7.16
14342024-01-28T02:30:29.990Z Compiling bzip2-sys v0.1.11+1.0.8
14352024-01-28T02:30:30.183Z Compiling signal-hook v0.3.17
14362024-01-28T02:30:30.355Z Compiling plain v0.2.3
14372024-01-28T02:30:30.581Z Compiling rustversion v1.0.14
14382024-01-28T02:30:30.670Z Compiling goblin v0.8.0
14392024-01-28T02:30:31.712Z Compiling dof v0.1.5
14402024-01-28T02:30:33.210Z Compiling hyper-rustls v0.24.2
14412024-01-28T02:30:33.288Z Compiling hyper-tls v0.5.0
14422024-01-28T02:30:33.760Z Compiling reqwest v0.11.22
14432024-01-28T02:30:36.286Z Compiling toml v0.7.8
14442024-01-28T02:30:36.542Z Compiling toml_edit v0.21.0
14452024-01-28T02:30:36.567Z Compiling hex v0.4.3
14462024-01-28T02:30:37.543Z Compiling dtrace-parser v0.1.14
14472024-01-28T02:30:38.506Z Compiling memoffset v0.9.0
14482024-01-28T02:30:38.928Z Compiling base64ct v1.6.0
14492024-01-28T02:30:38.956Z Compiling pretty-hex v0.4.1
14502024-01-28T02:30:39.160Z Compiling camino v1.1.6
14512024-01-28T02:30:39.289Z Compiling strsim v0.10.0
14522024-01-28T02:30:40.120Z Compiling dof v0.3.0
14532024-01-28T02:30:43.922Z Compiling serde_tokenstream v0.1.7
14542024-01-28T02:30:44.016Z Compiling dtrace-parser v0.2.0
14552024-01-28T02:30:44.774Z Compiling bitflags v1.3.2
14562024-01-28T02:30:44.920Z Compiling smoltcp v0.9.1
14572024-01-28T02:30:46.003Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14582024-01-28T02:30:46.190Z Compiling pem-rfc7468 v0.7.0
14592024-01-28T02:30:46.435Z Compiling strum_macros v0.25.2
14602024-01-28T02:30:47.374Z Compiling hmac v0.12.1
14612024-01-28T02:30:47.780Z Compiling enum-as-inner v0.5.1
14622024-01-28T02:30:47.847Z Compiling crossbeam-epoch v0.9.15
14632024-01-28T02:30:48.133Z Compiling num-iter v0.1.43
14642024-01-28T02:30:48.584Z Compiling unicode-segmentation v1.10.1
14652024-01-28T02:30:49.423Z Compiling flagset v0.4.3
14662024-01-28T02:30:49.481Z Compiling siphasher v0.3.11
14672024-01-28T02:30:49.739Z Compiling der v0.7.8
14682024-01-28T02:30:50.033Z Compiling usdt-attr-macro v0.3.5
14692024-01-28T02:30:50.128Z Compiling usdt-macro v0.3.5
14702024-01-28T02:30:51.441Z Compiling hubpack_derive v0.1.1
14712024-01-28T02:30:52.280Z Compiling zerocopy-derive v0.6.4
14722024-01-28T02:30:53.222Z Compiling utf8parse v0.2.1
14732024-01-28T02:30:54.534Z Compiling deranged v0.3.8
14742024-01-28T02:30:54.838Z Compiling num_threads v0.1.6
14752024-01-28T02:30:55.017Z Compiling anstyle v1.0.2
14762024-01-28T02:30:55.433Z Compiling sha2 v0.10.8
14772024-01-28T02:30:56.046Z Compiling anstyle-parse v0.2.1
14782024-01-28T02:30:56.571Z Compiling spki v0.7.2
14792024-01-28T02:30:57.423Z Compiling time v0.3.27
14802024-01-28T02:30:58.630Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14812024-01-28T02:31:00.873Z Compiling md-5 v0.10.5
14822024-01-28T02:31:00.924Z Compiling block-padding v0.3.3
14832024-01-28T02:31:01.292Z Compiling clap_derive v4.4.2
14842024-01-28T02:31:01.771Z Compiling stringprep v0.1.3
14852024-01-28T02:31:01.931Z Compiling getopts v0.2.21
14862024-01-28T02:31:03.480Z Compiling diesel_table_macro_syntax v0.1.0
14872024-01-28T02:31:04.126Z Compiling hash32 v0.2.1
14882024-01-28T02:31:06.579Z Compiling anstyle-query v1.0.0
14892024-01-28T02:31:06.773Z Compiling fallible-iterator v0.2.0
14902024-01-28T02:31:07.210Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14912024-01-28T02:31:07.406Z Compiling stable_deref_trait v1.2.0
14922024-01-28T02:31:07.966Z Compiling colorchoice v1.0.0
14932024-01-28T02:31:07.997Z Compiling postgres-protocol v0.6.6
14942024-01-28T02:31:08.202Z Compiling anstream v0.5.0
14952024-01-28T02:31:09.595Z Compiling diesel_derives v2.1.2
14962024-01-28T02:31:09.916Z Compiling inout v0.1.3
14972024-01-28T02:31:11.299Z Compiling terminal_size v0.2.6
14982024-01-28T02:31:11.943Z Compiling pkcs8 v0.10.2
14992024-01-28T02:31:12.036Z Compiling phf_shared v0.11.2
15002024-01-28T02:31:14.851Z Compiling ff v0.13.0
15012024-01-28T02:31:15.588Z Compiling serde_repr v0.1.16
15022024-01-28T02:31:16.323Z Compiling scheduled-thread-pool v0.2.7
15032024-01-28T02:31:17.198Z Compiling managed v0.8.0
15042024-01-28T02:31:17.550Z Compiling bit-vec v0.6.3
15052024-01-28T02:31:17.725Z Compiling base16ct v0.2.0
15062024-01-28T02:31:17.942Z Compiling clap_lex v0.5.1
15072024-01-28T02:31:18.014Z Compiling matches v0.1.10
15082024-01-28T02:31:18.144Z Compiling unsafe-libyaml v0.2.10
15092024-01-28T02:31:18.281Z Compiling regex-automata v0.1.10
15102024-01-28T02:31:18.705Z Compiling clap_builder v4.4.2
15112024-01-28T02:31:19.072Z Compiling bstr v0.2.17
15122024-01-28T02:31:21.378Z Compiling serde_yaml v0.9.25
15132024-01-28T02:31:22.484Z Compiling idna v0.2.3
15142024-01-28T02:31:24.708Z Compiling sec1 v0.7.3
15152024-01-28T02:31:27.173Z Compiling r2d2 v0.8.10
15162024-01-28T02:31:27.666Z Compiling group v0.13.0
15172024-01-28T02:31:29.684Z Compiling phf v0.11.2
15182024-01-28T02:31:30.035Z Compiling signal-hook-mio v0.2.3
15192024-01-28T02:31:30.103Z Compiling bzip2 v0.4.4
15202024-01-28T02:31:30.127Z Compiling cipher v0.4.4
15212024-01-28T02:31:30.269Z Compiling postgres-types v0.2.6
15222024-01-28T02:31:30.711Z Compiling zerocopy v0.6.4
15232024-01-28T02:31:30.944Z Compiling hubpack v0.1.2
15242024-01-28T02:31:31.173Z Compiling phf_shared v0.10.0
15252024-01-28T02:31:31.865Z Compiling hkdf v0.12.4
15262024-01-28T02:31:32.135Z Compiling crypto-bigint v0.5.2
15272024-01-28T02:31:32.138Z Compiling ipnetwork v0.20.0
15282024-01-28T02:31:32.260Z Compiling futures-executor v0.3.30
15292024-01-28T02:31:33.298Z Compiling float-cmp v0.9.0
15302024-01-28T02:31:33.647Z Compiling predicates-core v1.0.6
15312024-01-28T02:31:34.227Z Compiling data-encoding v2.4.0
15322024-01-28T02:31:34.584Z Compiling fixedbitset v0.4.2
15332024-01-28T02:31:35.299Z Compiling static_assertions v1.1.0
15342024-01-28T02:31:35.436Z Compiling minimal-lexical v0.2.1
15352024-01-28T02:31:36.573Z Compiling whoami v1.4.1
15362024-01-28T02:31:37.263Z Compiling new_debug_unreachable v1.0.4
15372024-01-28T02:31:37.400Z Compiling normalize-line-endings v0.3.0
15382024-01-28T02:31:37.548Z Compiling difflib v0.4.0
15392024-01-28T02:31:37.576Z Compiling precomputed-hash v0.1.1
15402024-01-28T02:31:37.760Z Compiling regex-automata v0.3.8
15412024-01-28T02:31:38.243Z Compiling either v1.9.0
15422024-01-28T02:31:38.763Z Compiling itertools v0.10.5
15432024-01-28T02:31:40.214Z Compiling trust-dns-proto v0.22.0
15442024-01-28T02:31:41.663Z Compiling bstr v1.6.0
15452024-01-28T02:31:41.800Z Compiling predicates v3.1.0
15462024-01-28T02:31:41.862Z Compiling string_cache v0.8.7
15472024-01-28T02:31:43.056Z Compiling tokio-postgres v0.7.10
15482024-01-28T02:31:43.418Z Compiling diesel v2.1.4
15492024-01-28T02:31:43.634Z Compiling nom v7.1.3
15502024-01-28T02:31:44.215Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15512024-01-28T02:31:44.525Z Compiling elliptic-curve v0.13.8
15522024-01-28T02:31:45.796Z Compiling petgraph v0.6.4
15532024-01-28T02:31:48.076Z Compiling yasna v0.5.2
15542024-01-28T02:31:48.164Z Compiling futures v0.3.30
15552024-01-28T02:31:50.289Z Compiling zip v0.6.6
15562024-01-28T02:31:50.916Z Compiling crossterm v0.27.0
15572024-01-28T02:31:51.810Z Compiling clap v4.4.3
15582024-01-28T02:31:52.180Z Compiling similar v2.3.0
15592024-01-28T02:31:52.351Z Compiling bit-set v0.5.3
15602024-01-28T02:31:52.387Z Compiling usdt v0.3.5
15612024-01-28T02:31:52.822Z Compiling console v0.15.8
15622024-01-28T02:31:52.847Z Compiling tokio-stream v0.1.14
15632024-01-28T02:31:54.326Z Compiling lalrpop-util v0.19.12
15642024-01-28T02:32:00.003Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e)
15652024-01-28T02:32:13.532Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e)
15662024-01-28T02:32:50.596Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15672024-01-28T02:32:56.029Z Compiling sha1 v0.10.6
15682024-01-28T02:32:57.235Z Compiling atty v0.2.14
15692024-01-28T02:32:57.426Z Compiling match_cfg v0.1.0
15702024-01-28T02:32:57.513Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e)
15712024-01-28T02:32:57.565Z Compiling hostname v0.3.1
15722024-01-28T02:32:57.984Z Compiling dirs-sys-next v0.1.2
15732024-01-28T02:32:58.193Z Compiling ident_case v1.0.1
15742024-01-28T02:32:58.404Z Compiling rustls-pki-types v1.1.0
15752024-01-28T02:32:58.451Z Compiling darling_core v0.20.3
15762024-01-28T02:32:58.722Z Compiling dirs-next v2.0.0
15772024-01-28T02:32:59.048Z Compiling thread_local v1.1.7
15782024-01-28T02:32:59.307Z Compiling rustls v0.22.2
15792024-01-28T02:32:59.614Z Compiling slog-async v2.8.0
15802024-01-28T02:32:59.770Z Compiling rustls-webpki v0.102.1
15812024-01-28T02:32:59.931Z Compiling term v0.7.0
15822024-01-28T02:32:59.955Z Compiling crossbeam-channel v0.5.8
15832024-01-28T02:33:00.481Z Compiling multer v3.0.0
15842024-01-28T02:33:00.844Z Compiling instant v0.1.12
15852024-01-28T02:33:00.933Z Compiling take_mut v0.2.2
15862024-01-28T02:33:01.049Z Compiling paste v1.0.14
15872024-01-28T02:33:02.013Z Compiling slog-term v2.9.0
15882024-01-28T02:33:02.413Z Compiling slog-json v2.6.1
15892024-01-28T02:33:03.062Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e)
15902024-01-28T02:33:03.297Z Compiling http v1.0.0
15912024-01-28T02:33:03.371Z Compiling async-stream-impl v0.3.5
15922024-01-28T02:33:03.846Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15932024-01-28T02:33:04.125Z Compiling debug-ignore v1.0.5
15942024-01-28T02:33:04.278Z Compiling atomic-waker v1.1.1
15952024-01-28T02:33:04.441Z Compiling slog-bunyan v2.5.0
15962024-01-28T02:33:04.560Z Compiling waitgroup v0.1.2
15972024-01-28T02:33:04.895Z Compiling rustls-pemfile v2.0.0
15982024-01-28T02:33:05.614Z Compiling async-stream v0.3.5
15992024-01-28T02:33:05.637Z Compiling toml v0.8.8
16002024-01-28T02:33:06.655Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16012024-01-28T02:33:07.466Z Compiling serde_path_to_error v0.1.15
16022024-01-28T02:33:07.935Z Compiling structmeta-derive v0.2.0
16032024-01-28T02:33:08.580Z Compiling tokio-rustls v0.25.0
16042024-01-28T02:33:08.621Z Compiling darling_macro v0.20.3
16052024-01-28T02:33:08.914Z Compiling strum v0.25.0
16062024-01-28T02:33:09.171Z Compiling regex-syntax v0.7.5
16072024-01-28T02:33:09.227Z Compiling backoff v0.4.0
16082024-01-28T02:33:09.758Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16092024-01-28T02:33:10.267Z Compiling darling v0.20.3
16102024-01-28T02:33:10.444Z Compiling serde_with_macros v3.5.1
16112024-01-28T02:33:10.931Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16122024-01-28T02:33:11.162Z Compiling macaddr v1.0.1
16132024-01-28T02:33:11.878Z Compiling proc-macro-error-attr v1.0.4
16142024-01-28T02:33:12.370Z Compiling proc-macro-crate v1.3.1
16152024-01-28T02:33:12.427Z Compiling proc-macro-error v1.0.4
16162024-01-28T02:33:12.952Z Compiling heapless v0.8.0
16172024-01-28T02:33:13.013Z Compiling structmeta v0.2.0
16182024-01-28T02:33:14.248Z Compiling hash32 v0.3.1
16192024-01-28T02:33:14.273Z Compiling num_enum_derive v0.5.11
16202024-01-28T02:33:14.631Z Compiling smoltcp v0.11.0
16212024-01-28T02:33:15.244Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16222024-01-28T02:33:15.672Z Compiling serde_with v3.5.1
16232024-01-28T02:33:17.016Z Compiling same-file v1.0.6
16242024-01-28T02:33:17.398Z Compiling fastrand v2.0.0
16252024-01-28T02:33:17.598Z Compiling embedded-io v0.4.0
16262024-01-28T02:33:17.980Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16272024-01-28T02:33:18.373Z Compiling cobs v0.2.3
16282024-01-28T02:33:18.456Z Compiling tempfile v3.9.0
16292024-01-28T02:33:18.877Z Compiling postcard v1.0.8
16302024-01-28T02:33:18.968Z Compiling num_enum v0.5.11
16312024-01-28T02:33:19.199Z Compiling walkdir v2.4.0
16322024-01-28T02:33:19.806Z Compiling semver-parser v0.10.2
16332024-01-28T02:33:20.225Z Compiling foreign-types-macros v0.2.3
16342024-01-28T02:33:20.481Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16352024-01-28T02:33:20.779Z Compiling parse-display-derive v0.8.2
16362024-01-28T02:33:20.945Z Compiling crucible-workspace-hack v0.1.0
16372024-01-28T02:33:22.237Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16382024-01-28T02:33:22.316Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16392024-01-28T02:33:22.517Z Compiling foreign-types-shared v0.3.1
16402024-01-28T02:33:22.666Z Compiling foreign-types v0.5.0
16412024-01-28T02:33:22.882Z Compiling semver v0.11.0
16422024-01-28T02:33:23.550Z Compiling is-terminal v0.4.9
16432024-01-28T02:33:23.596Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16442024-01-28T02:33:23.730Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16452024-01-28T02:33:24.127Z Compiling cstr-argument v0.1.2
16462024-01-28T02:33:24.130Z Compiling filetime v0.2.23
16472024-01-28T02:33:24.472Z Compiling xattr v1.0.1
16482024-01-28T02:33:24.500Z Compiling pretty-hex v0.2.1
16492024-01-28T02:33:24.652Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16502024-01-28T02:33:24.777Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16512024-01-28T02:33:24.870Z Compiling home v0.5.5
16522024-01-28T02:33:25.153Z Compiling toolchain_find v0.2.0
16532024-01-28T02:33:25.189Z Compiling tar v0.4.40
16542024-01-28T02:33:25.243Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16552024-01-28T02:33:25.265Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16562024-01-28T02:33:25.790Z Compiling colored v2.0.4
16572024-01-28T02:33:26.294Z Compiling toml v0.5.11
16582024-01-28T02:33:26.791Z Compiling topological-sort v0.2.2
16592024-01-28T02:33:27.116Z Compiling platforms v3.0.2
16602024-01-28T02:33:27.225Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16612024-01-28T02:33:27.564Z Compiling omicron-zone-package v0.10.1
16622024-01-28T02:33:27.692Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16632024-01-28T02:33:28.233Z Compiling camino-tempfile v1.1.1
16642024-01-28T02:33:28.259Z Compiling parse-display v0.8.2
16652024-01-28T02:33:28.558Z Compiling zone_cfg_derive v0.3.0
16662024-01-28T02:33:28.718Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16672024-01-28T02:33:28.912Z Compiling textwrap v0.11.0
16682024-01-28T02:33:29.431Z Compiling rustfmt-wrapper v0.2.0
16692024-01-28T02:33:29.721Z Compiling heck v0.3.3
16702024-01-28T02:33:30.415Z Compiling num-derive v0.4.0
16712024-01-28T02:33:30.901Z Compiling ansi_term v0.12.1
16722024-01-28T02:33:31.008Z Compiling vec_map v0.8.2
16732024-01-28T02:33:31.463Z Compiling strsim v0.8.0
16742024-01-28T02:33:31.731Z Compiling libefi-sys v0.1.0
16752024-01-28T02:33:32.208Z Compiling clap v2.34.0
16762024-01-28T02:33:32.473Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16772024-01-28T02:33:32.588Z Compiling zone v0.3.0
16782024-01-28T02:33:33.245Z Compiling structopt-derive v0.4.18
16792024-01-28T02:33:34.182Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16802024-01-28T02:33:34.385Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16812024-01-28T02:33:34.817Z Compiling smf v0.2.2
16822024-01-28T02:33:35.208Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16832024-01-28T02:33:35.474Z Compiling unicase v2.7.0
16842024-01-28T02:33:35.576Z Compiling semver v0.1.20
16852024-01-28T02:33:35.898Z Compiling curve25519-dalek v4.1.1
16862024-01-28T02:33:35.927Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16872024-01-28T02:33:36.674Z Compiling rustc_version v0.1.7
16882024-01-28T02:33:36.762Z Compiling universal-hash v0.5.1
16892024-01-28T02:33:36.839Z Compiling opaque-debug v0.3.0
16902024-01-28T02:33:37.079Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16912024-01-28T02:33:37.082Z Compiling curve25519-dalek-derive v0.1.0
16922024-01-28T02:33:37.127Z Compiling num-rational v0.4.1
16932024-01-28T02:33:37.199Z Compiling getrandom v0.1.16
16942024-01-28T02:33:37.486Z Compiling newtype_derive v0.1.6
16952024-01-28T02:33:37.924Z Compiling usdt-attr-macro v0.5.0
16962024-01-28T02:33:37.960Z Compiling usdt-macro v0.5.0
16972024-01-28T02:33:38.088Z Compiling password-hash v0.5.0
16982024-01-28T02:33:38.287Z Compiling structopt v0.3.26
16992024-01-28T02:33:38.351Z Compiling blake2 v0.10.6
17002024-01-28T02:33:39.325Z Compiling signature v2.1.0
17012024-01-28T02:33:39.711Z Compiling memmap v0.7.0
17022024-01-28T02:33:39.805Z Compiling linked-hash-map v0.5.6
17032024-01-28T02:33:40.278Z Compiling parking_lot_core v0.8.6
17042024-01-28T02:33:40.343Z Compiling quick-error v1.2.3
17052024-01-28T02:33:40.389Z Compiling lru-cache v0.1.2
17062024-01-28T02:33:40.551Z Compiling usdt v0.5.0
17072024-01-28T02:33:40.575Z Compiling resolv-conf v0.7.0
17082024-01-28T02:33:40.667Z Compiling argon2 v0.5.3
17092024-01-28T02:33:41.632Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17102024-01-28T02:33:41.928Z Compiling aead v0.5.2
17112024-01-28T02:33:41.952Z Compiling num-complex v0.4.4
17122024-01-28T02:33:42.467Z Compiling nibble_vec v0.1.0
17132024-01-28T02:33:42.896Z Compiling slog-dtrace v0.3.0
17142024-01-28T02:33:43.343Z Compiling arc-swap v1.6.0
17152024-01-28T02:33:43.809Z Compiling utf-8 v0.7.6
17162024-01-28T02:33:44.287Z Compiling endian-type v0.1.2
17172024-01-28T02:33:44.319Z Compiling winapi v0.3.9
17182024-01-28T02:33:44.375Z Compiling cancel-safe-futures v0.1.5
17192024-01-28T02:33:44.627Z Compiling keccak v0.1.4
17202024-01-28T02:33:44.936Z Compiling radix_trie v0.2.1
17212024-01-28T02:33:46.033Z Compiling sha3 v0.10.8
17222024-01-28T02:33:46.061Z Compiling tungstenite v0.20.1
17232024-01-28T02:33:46.065Z Compiling slog-scope v4.4.0
17242024-01-28T02:33:46.243Z Compiling num v0.4.1
17252024-01-28T02:33:46.505Z Compiling mime_guess v2.0.4
17262024-01-28T02:33:46.957Z Compiling rand_core v0.5.1
17272024-01-28T02:33:47.339Z Compiling trust-dns-resolver v0.22.0
17282024-01-28T02:33:47.589Z Compiling steno v0.4.0
17292024-01-28T02:33:48.689Z Compiling poly1305 v0.8.0
17302024-01-28T02:33:49.106Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17312024-01-28T02:33:49.684Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17322024-01-28T02:33:50.918Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17332024-01-28T02:33:51.531Z Compiling chacha20 v0.9.1
17342024-01-28T02:33:51.559Z Compiling rfc6979 v0.4.0
17352024-01-28T02:33:51.834Z Compiling secrecy v0.8.0
17362024-01-28T02:33:52.250Z Compiling thiserror-impl-no-std v2.0.2
17372024-01-28T02:33:52.250Z Compiling half v2.3.1
17382024-01-28T02:33:53.208Z Compiling option-ext v0.2.0
17392024-01-28T02:33:53.394Z Compiling convert_case v0.4.0
17402024-01-28T02:33:54.430Z Compiling ciborium-io v0.2.2
17412024-01-28T02:33:54.616Z Compiling ciborium-ll v0.2.2
17422024-01-28T02:33:54.897Z Compiling derive_more v0.99.17
17432024-01-28T02:33:55.167Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17442024-01-28T02:33:55.280Z Compiling dirs-sys v0.4.1
17452024-01-28T02:33:56.294Z Compiling ecdsa v0.16.9
17462024-01-28T02:33:57.858Z Compiling thiserror-no-std v2.0.2
17472024-01-28T02:33:57.885Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17482024-01-28T02:33:57.910Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17492024-01-28T02:33:58.029Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17502024-01-28T02:33:59.679Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17512024-01-28T02:34:00.311Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17522024-01-28T02:34:00.388Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17532024-01-28T02:34:00.896Z Compiling parking_lot v0.11.2
17542024-01-28T02:34:01.067Z Compiling tokio-tungstenite v0.20.1
17552024-01-28T02:34:01.663Z Compiling rand_chacha v0.2.2
17562024-01-28T02:34:02.556Z Compiling slog-stdlog v4.1.1
17572024-01-28T02:34:03.056Z Compiling trust-dns-client v0.22.0
17582024-01-28T02:34:03.614Z Compiling ed25519 v2.2.2
17592024-01-28T02:34:04.119Z Compiling polyval v0.6.1
17602024-01-28T02:34:04.151Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17612024-01-28T02:34:04.354Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17622024-01-28T02:34:04.797Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17632024-01-28T02:34:08.136Z Compiling primeorder v0.13.6
17642024-01-28T02:34:08.973Z Compiling blowfish v0.9.1
17652024-01-28T02:34:09.435Z Compiling ctr v0.9.2
17662024-01-28T02:34:09.731Z Compiling aes v0.8.3
17672024-01-28T02:34:09.975Z Compiling password-hash v0.4.2
17682024-01-28T02:34:11.554Z Compiling libsw v3.3.1
17692024-01-28T02:34:12.037Z Compiling pbkdf2 v0.12.2
17702024-01-28T02:34:12.287Z Compiling derive-where v1.2.7
17712024-01-28T02:34:14.712Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17722024-01-28T02:34:18.066Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17732024-01-28T02:34:18.374Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17742024-01-28T02:34:23.827Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17752024-01-28T02:34:26.299Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17762024-01-28T02:34:27.596Z Compiling fxhash v0.2.1
17772024-01-28T02:34:27.965Z Compiling swrite v0.1.0
17782024-01-28T02:34:28.083Z Compiling owo-colors v4.0.0
17792024-01-28T02:34:28.153Z Compiling linear-map v1.2.0
17802024-01-28T02:34:28.725Z Compiling sled v0.34.7
17812024-01-28T02:34:30.122Z Compiling trust-dns-server v0.22.1
17822024-01-28T02:34:30.561Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17832024-01-28T02:34:31.090Z Compiling bcrypt-pbkdf v0.10.0
17842024-01-28T02:34:31.748Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17852024-01-28T02:34:32.049Z Compiling pbkdf2 v0.11.0
17862024-01-28T02:34:32.099Z Compiling p256 v0.13.2
17872024-01-28T02:34:32.579Z Compiling ghash v0.5.0
17882024-01-28T02:34:32.627Z Compiling ed25519-dalek v2.0.0
17892024-01-28T02:34:33.008Z Compiling russh-cryptovec v0.7.0
17902024-01-28T02:34:33.354Z Compiling slog-envlogger v2.2.0
17912024-01-28T02:34:33.484Z Compiling rand v0.7.3
17922024-01-28T02:34:34.477Z Compiling vsss-rs v3.3.4
17932024-01-28T02:34:34.543Z Compiling dirs v5.0.1
17942024-01-28T02:34:34.837Z Compiling ciborium v0.2.2
17952024-01-28T02:34:35.347Z Compiling chacha20poly1305 v0.10.1
17962024-01-28T02:34:35.667Z Compiling cbc v0.1.2
17972024-01-28T02:34:36.032Z Compiling pem v3.0.2
17982024-01-28T02:34:37.296Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
17992024-01-28T02:34:37.368Z Compiling headers-core v0.2.0
18002024-01-28T02:34:37.602Z Compiling kstat-rs v0.2.3
18012024-01-28T02:34:37.897Z Compiling glob v0.3.1
18022024-01-28T02:34:38.195Z Compiling md5 v0.7.0
18032024-01-28T02:34:38.725Z Compiling http-range v0.1.5
18042024-01-28T02:34:39.388Z Compiling hyper-staticfile v0.9.5
18052024-01-28T02:34:39.420Z Compiling russh-keys v0.40.1
18062024-01-28T02:34:39.562Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18072024-01-28T02:34:40.587Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18082024-01-28T02:34:40.950Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18092024-01-28T02:34:42.520Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18102024-01-28T02:34:44.614Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18112024-01-28T02:34:45.002Z Compiling headers v0.3.9
18122024-01-28T02:34:46.120Z Compiling rcgen v0.12.0
18132024-01-28T02:34:48.433Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18142024-01-28T02:34:48.669Z Compiling aes-gcm v0.10.3
18152024-01-28T02:34:53.970Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18162024-01-28T02:34:54.643Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18172024-01-28T02:34:55.305Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18182024-01-28T02:34:59.607Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18192024-01-28T02:35:00.907Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18202024-01-28T02:35:02.305Z Compiling atomicwrites v0.4.3
18212024-01-28T02:35:02.350Z Compiling itertools v0.12.0
18222024-01-28T02:35:02.863Z Compiling subprocess v0.2.9
18232024-01-28T02:35:06.268Z Compiling hex-literal v0.4.1
18242024-01-28T02:35:06.311Z Compiling display-error-chain v0.2.0
18252024-01-28T02:35:06.493Z Compiling russh v0.40.2
18262024-01-28T02:35:06.551Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18272024-01-28T02:35:07.421Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18282024-01-28T02:35:18.832Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18292024-01-28T02:35:20.618Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18302024-01-28T02:35:51.805Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18312024-01-28T02:37:17.295Z Finished dev [unoptimized + debuginfo] target(s) in 8m 46s
18322024-01-28T02:37:17.653Z
18332024-01-28T02:37:17.653Zreal 8:46.427433389
18342024-01-28T02:37:17.653Zuser 47:43.448077496
18352024-01-28T02:37:17.653Zsys 7:12.054117621
18362024-01-28T02:37:17.653Ztrap 1.758125112
18372024-01-28T02:37:17.653Ztflt 5.708754514
18382024-01-28T02:37:17.653Zdflt 8.654458609
18392024-01-28T02:37:17.653Zkflt 0.017515013
18402024-01-28T02:37:17.653Zlock 1:31:43.007863058
18412024-01-28T02:37:17.653Zslp 2:16:07.213759357
18422024-01-28T02:37:17.657Zlat 2:08.883858658
18432024-01-28T02:37:17.657Zstop 4:50.770513657
18442024-01-28T02:37:17.657Z+ mkdir -p /work/end-to-end-tests
18452024-01-28T02:37:17.660Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18462024-01-28T02:37:18.728Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18472024-01-28T02:37:18.728Z+ ptime -m gzip
18482024-01-28T02:37:18.731Z++ basename target/debug/bootstrap
18492024-01-28T02:37:37.523Z
18502024-01-28T02:37:37.523Zreal 18.790447621
18512024-01-28T02:37:37.523Zuser 18.587002012
18522024-01-28T02:37:37.523Zsys 0.190155780
18532024-01-28T02:37:37.523Ztrap 0.005998116
18542024-01-28T02:37:37.523Ztflt 0.000000000
18552024-01-28T02:37:37.526Zdflt 0.000000000
18562024-01-28T02:37:37.526Zkflt 0.000000000
18572024-01-28T02:37:37.526Zlock 0.000000000
18582024-01-28T02:37:37.526Zslp 0.000000000
18592024-01-28T02:37:37.526Zlat 0.006880570
18602024-01-28T02:37:37.526Zstop 0.000298493
18612024-01-28T02:37:37.526Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18622024-01-28T02:37:37.530Z+ ptime -m gzip
18632024-01-28T02:37:37.530Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3358a8ad2ce34473
18642024-01-28T02:37:39.386Z
18652024-01-28T02:37:39.386Zreal 1.855952171
18662024-01-28T02:37:39.386Zuser 1.837406948
18672024-01-28T02:37:39.386Zsys 0.017828327
18682024-01-28T02:37:39.389Ztrap 0.000209210
18692024-01-28T02:37:39.389Ztflt 0.000000000
18702024-01-28T02:37:39.390Zdflt 0.000000000
18712024-01-28T02:37:39.390Zkflt 0.000000000
18722024-01-28T02:37:39.390Zlock 0.000000000
18732024-01-28T02:37:39.390Zslp 0.000000000
18742024-01-28T02:37:39.390Zlat 0.000167653
18752024-01-28T02:37:39.390Zstop 0.000223697
18762024-01-28T02:37:39.390Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18772024-01-28T02:37:39.390Z+ ptime -m gzip
18782024-01-28T02:37:39.390Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-71427024e0379c76
18792024-01-28T02:37:58.730Z
18802024-01-28T02:37:58.730Zreal 19.338360398
18812024-01-28T02:37:58.730Zuser 19.148158746
18822024-01-28T02:37:58.731Zsys 0.184858589
18832024-01-28T02:37:58.731Ztrap 0.003723440
18842024-01-28T02:37:58.731Ztflt 0.000000000
18852024-01-28T02:37:58.731Zdflt 0.000000000
18862024-01-28T02:37:58.735Zkflt 0.000000000
18872024-01-28T02:37:58.735Zlock 0.000000000
18882024-01-28T02:37:58.735Zslp 0.000000000
18892024-01-28T02:37:58.735Zlat 0.001204898
18902024-01-28T02:37:58.736Zstop 0.000283388
18912024-01-28T02:37:58.736Z+ banner caboose-util
18922024-01-28T02:37:58.736Z
18932024-01-28T02:37:58.736Z #### ## ##### #### #### #### ###### # # #####
18942024-01-28T02:37:58.736Z # # # # # # # # # # # # # # #
18952024-01-28T02:37:58.736Z # # # ##### # # # # #### ##### ##### # # #
18962024-01-28T02:37:58.736Z # ###### # # # # # # # # # # #
18972024-01-28T02:37:58.736Z # # # # # # # # # # # # # # # #
18982024-01-28T02:37:58.736Z #### # # ##### #### #### #### ###### #### #
18992024-01-28T02:37:58.736Z
19002024-01-28T02:37:58.736Z+ ptime -m cargo build --locked -p caboose-util --release
19012024-01-28T02:37:59.429Z Downloading crates ...
19022024-01-28T02:37:59.789Z Downloaded bitfield v0.14.0
19032024-01-28T02:37:59.792Z Downloaded serde-hex v0.1.0
19042024-01-28T02:37:59.800Z Downloaded crc-any v2.4.3
19052024-01-28T02:37:59.805Z Downloaded path-slash v0.1.5
19062024-01-28T02:37:59.810Z Downloaded nodrop v0.1.14
19072024-01-28T02:37:59.821Z Downloaded crc v3.0.1
19082024-01-28T02:37:59.824Z Downloaded termcolor v1.2.0
19092024-01-28T02:37:59.827Z Downloaded crc-catalog v2.2.0
19102024-01-28T02:37:59.829Z Downloaded smallvec v0.6.14
19112024-01-28T02:37:59.832Z Downloaded wyz v0.5.1
19122024-01-28T02:37:59.832Z Downloaded env_logger v0.10.0
19132024-01-28T02:37:59.837Z Downloaded tap v1.0.1
19142024-01-28T02:37:59.839Z Downloaded packed_struct v0.10.1
19152024-01-28T02:37:59.842Z Downloaded array-init v0.0.4
19162024-01-28T02:37:59.845Z Downloaded funty v2.0.0
19172024-01-28T02:37:59.845Z Downloaded radium v0.7.0
19182024-01-28T02:37:59.848Z Downloaded maybe-uninit v2.0.0
19192024-01-28T02:37:59.848Z Downloaded packed_struct_codegen v0.10.1
19202024-01-28T02:37:59.851Z Downloaded rsa v0.9.2
19212024-01-28T02:37:59.859Z Downloaded pkcs1 v0.7.5
19222024-01-28T02:37:59.863Z Downloaded ron v0.8.1
19232024-01-28T02:37:59.873Z Downloaded num-bigint-dig v0.8.4
19242024-01-28T02:37:59.881Z Downloaded x509-cert v0.2.4
19252024-01-28T02:37:59.894Z Downloaded bitvec v1.0.1
19262024-01-28T02:37:59.918Z Downloaded object v0.30.4
19272024-01-28T02:38:00.102Z Compiling proc-macro2 v1.0.78
19282024-01-28T02:38:00.105Z Compiling unicode-ident v1.0.12
19292024-01-28T02:38:00.105Z Compiling libc v0.2.152
19302024-01-28T02:38:00.105Z Compiling serde v1.0.195
19312024-01-28T02:38:00.105Z Compiling autocfg v1.1.0
19322024-01-28T02:38:00.105Z Compiling version_check v0.9.4
19332024-01-28T02:38:00.105Z Compiling cfg-if v1.0.0
19342024-01-28T02:38:00.262Z Compiling once_cell v1.19.0
19352024-01-28T02:38:00.265Z Compiling typenum v1.16.0
19362024-01-28T02:38:00.354Z Compiling parking_lot_core v0.9.8
19372024-01-28T02:38:00.860Z Compiling memchr v2.6.3
19382024-01-28T02:38:00.916Z Compiling syn v1.0.109
19392024-01-28T02:38:00.936Z Compiling byteorder v1.5.0
19402024-01-28T02:38:01.240Z Compiling lock_api v0.4.10
19412024-01-28T02:38:01.644Z Compiling generic-array v0.14.7
19422024-01-28T02:38:01.746Z Compiling libm v0.2.7
19432024-01-28T02:38:01.746Z Compiling num-traits v0.2.16
19442024-01-28T02:38:02.045Z Compiling ahash v0.8.6
19452024-01-28T02:38:02.153Z Compiling pkg-config v0.3.27
19462024-01-28T02:38:02.184Z Compiling quote v1.0.35
19472024-01-28T02:38:02.436Z Compiling thiserror v1.0.56
19482024-01-28T02:38:03.079Z Compiling syn v2.0.48
19492024-01-28T02:38:03.135Z Compiling cc v1.0.83
19502024-01-28T02:38:03.302Z Compiling getrandom v0.2.10
19512024-01-28T02:38:03.844Z Compiling serde_json v1.0.111
19522024-01-28T02:38:03.924Z Compiling scopeguard v1.2.0
19532024-01-28T02:38:04.568Z Compiling slab v0.4.9
19542024-01-28T02:38:04.655Z Compiling log v0.4.20
19552024-01-28T02:38:05.053Z Compiling itoa v1.0.9
19562024-01-28T02:38:05.283Z Compiling rand_core v0.6.4
19572024-01-28T02:38:05.592Z Compiling smallvec v1.11.2
19582024-01-28T02:38:06.407Z Compiling vcpkg v0.2.15
19592024-01-28T02:38:07.248Z Compiling const-oid v0.9.5
19602024-01-28T02:38:07.996Z Compiling parking_lot v0.12.1
19612024-01-28T02:38:08.170Z Compiling pin-project-lite v0.2.13
19622024-01-28T02:38:08.526Z Compiling ring v0.17.7
19632024-01-28T02:38:09.170Z Compiling openssl-sys v0.9.96
19642024-01-28T02:38:09.314Z Compiling ucd-trie v0.1.6
19652024-01-28T02:38:09.351Z Compiling ryu v1.0.15
19662024-01-28T02:38:10.084Z Compiling signal-hook-registry v1.4.1
19672024-01-28T02:38:10.497Z Compiling subtle v2.5.0
19682024-01-28T02:38:11.016Z Compiling io-lifetimes v1.0.11
19692024-01-28T02:38:11.119Z Compiling ring v0.16.20
19702024-01-28T02:38:11.171Z Compiling mio v0.8.9
19712024-01-28T02:38:11.924Z Compiling num-integer v0.1.45
19722024-01-28T02:38:12.340Z Compiling semver v1.0.21
19732024-01-28T02:38:12.640Z Compiling futures-core v0.3.30
19742024-01-28T02:38:14.075Z Compiling rustix v0.37.23
19752024-01-28T02:38:14.764Z Compiling spin v0.5.2
19762024-01-28T02:38:15.114Z Compiling num_cpus v1.16.0
19772024-01-28T02:38:15.271Z Compiling socket2 v0.5.5
19782024-01-28T02:38:15.424Z Compiling openssl v0.10.60
19792024-01-28T02:38:15.924Z Compiling allocator-api2 v0.2.16
19802024-01-28T02:38:16.002Z Compiling heck v0.4.1
19812024-01-28T02:38:16.616Z Compiling futures-sink v0.3.30
19822024-01-28T02:38:16.675Z Compiling unicode-xid v0.2.4
19832024-01-28T02:38:16.797Z Compiling httparse v1.8.0
19842024-01-28T02:38:16.894Z Compiling synstructure v0.12.6
19852024-01-28T02:38:17.136Z Compiling equivalent v1.0.1
19862024-01-28T02:38:17.674Z Compiling tinyvec_macros v0.1.1
19872024-01-28T02:38:17.785Z Compiling tinyvec v1.6.0
19882024-01-28T02:38:18.222Z Compiling futures-channel v0.3.30
19892024-01-28T02:38:18.618Z Compiling crc32fast v1.3.2
19902024-01-28T02:38:18.757Z Compiling native-tls v0.2.11
19912024-01-28T02:38:18.844Z Compiling futures-task v0.3.30
19922024-01-28T02:38:19.208Z Compiling pin-utils v0.1.0
19932024-01-28T02:38:19.262Z Compiling ppv-lite86 v0.2.17
19942024-01-28T02:38:19.292Z Compiling futures-io v0.3.30
19952024-01-28T02:38:19.369Z Compiling rustls v0.21.9
19962024-01-28T02:38:19.534Z Compiling bzip2-sys v0.1.11+1.0.8
19972024-01-28T02:38:19.765Z Compiling spin v0.9.8
19982024-01-28T02:38:19.827Z Compiling tracing-core v0.1.31
19992024-01-28T02:38:20.183Z Compiling base64ct v1.6.0
20002024-01-28T02:38:20.304Z Compiling unicode-normalization v0.1.22
20012024-01-28T02:38:20.493Z Compiling rand_chacha v0.3.1
20022024-01-28T02:38:20.545Z Compiling unicode-bidi v0.3.13
20032024-01-28T02:38:21.367Z Compiling rand v0.8.5
20042024-01-28T02:38:21.430Z Compiling pem-rfc7468 v0.7.0
20052024-01-28T02:38:22.773Z Compiling errno v0.3.8
20062024-01-28T02:38:23.157Z Compiling num-iter v0.1.43
20072024-01-28T02:38:23.188Z Compiling usdt-impl v0.3.5
20082024-01-28T02:38:23.435Z Compiling rustix v0.38.30
20092024-01-28T02:38:23.638Z Compiling flagset v0.4.3
20102024-01-28T02:38:24.315Z Compiling signal-hook v0.3.17
20112024-01-28T02:38:24.344Z Compiling schemars v0.8.16
20122024-01-28T02:38:24.456Z Compiling serde_derive_internals v0.26.0
20132024-01-28T02:38:24.597Z Compiling serde_derive v1.0.195
20142024-01-28T02:38:24.673Z Compiling zeroize_derive v1.4.2
20152024-01-28T02:38:24.693Z Compiling zerocopy-derive v0.7.32
20162024-01-28T02:38:24.715Z Compiling thiserror-impl v1.0.56
20172024-01-28T02:38:24.808Z Compiling tokio-macros v2.2.0
20182024-01-28T02:38:24.910Z Compiling futures-macro v0.3.30
20192024-01-28T02:38:25.251Z Compiling tracing-attributes v0.1.26
20202024-01-28T02:38:26.948Z Compiling zeroize v1.7.0
20212024-01-28T02:38:27.944Z Compiling zerocopy v0.7.32
20222024-01-28T02:38:28.219Z Compiling der_derive v0.7.2
20232024-01-28T02:38:29.378Z Compiling pest v2.7.6
20242024-01-28T02:38:29.837Z Compiling crypto-common v0.1.6
20252024-01-28T02:38:29.896Z Compiling block-buffer v0.10.4
20262024-01-28T02:38:30.262Z Compiling digest v0.10.7
20272024-01-28T02:38:30.461Z Compiling zerocopy-derive v0.2.0
20282024-01-28T02:38:30.786Z Compiling openssl-macros v0.1.1
20292024-01-28T02:38:31.404Z Compiling hashbrown v0.14.2
20302024-01-28T02:38:31.665Z Compiling futures-util v0.3.30
20312024-01-28T02:38:31.901Z Compiling tracing v0.1.37
20322024-01-28T02:38:32.521Z Compiling scroll_derive v0.12.0
20332024-01-28T02:38:32.614Z Compiling zerocopy-derive v0.6.4
20342024-01-28T02:38:33.219Z Compiling der v0.7.8
20352024-01-28T02:38:33.465Z Compiling pest_meta v2.7.6
20362024-01-28T02:38:35.509Z Compiling pest_generator v2.7.6
20372024-01-28T02:38:40.289Z Compiling pest_derive v2.7.6
20382024-01-28T02:38:40.302Z Compiling fnv v1.0.7
20392024-01-28T02:38:41.382Z Compiling bitflags v1.3.2
20402024-01-28T02:38:41.538Z Compiling spki v0.7.2
20412024-01-28T02:38:42.873Z Compiling zerocopy v0.3.0
20422024-01-28T02:38:42.876Z Compiling schemars_derive v0.8.16
20432024-01-28T02:38:44.112Z Compiling lazy_static v1.4.0
20442024-01-28T02:38:45.257Z Compiling backtrace v0.3.69
20452024-01-28T02:38:45.892Z Compiling thread-id v4.2.0
20462024-01-28T02:38:46.039Z Compiling num-bigint v0.4.4
20472024-01-28T02:38:46.231Z Compiling memoffset v0.9.0
20482024-01-28T02:38:46.659Z Compiling untrusted v0.9.0
20492024-01-28T02:38:46.662Z Compiling async-trait v0.1.77
20502024-01-28T02:38:46.817Z Compiling base64 v0.21.7
20512024-01-28T02:38:46.898Z Compiling foreign-types-shared v0.1.1
20522024-01-28T02:38:47.030Z Compiling bytes v1.5.0
20532024-01-28T02:38:47.507Z Compiling indexmap v2.1.0
20542024-01-28T02:38:47.815Z Compiling bitflags v2.4.0
20552024-01-28T02:38:48.717Z Compiling tokio v1.35.1
20562024-01-28T02:38:48.881Z Compiling rustc_version v0.4.0
20572024-01-28T02:38:49.587Z Compiling http v0.2.11
20582024-01-28T02:38:51.437Z Compiling heapless v0.7.16
20592024-01-28T02:38:51.734Z Compiling uuid v1.7.0
20602024-01-28T02:38:51.900Z Compiling percent-encoding v2.3.1
20612024-01-28T02:38:52.019Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20622024-01-28T02:38:52.383Z Compiling smoltcp v0.9.1
20632024-01-28T02:38:52.850Z Compiling iana-time-zone v0.1.57
20642024-01-28T02:38:53.173Z Compiling crossbeam-utils v0.8.16
20652024-01-28T02:38:53.288Z Compiling untrusted v0.7.1
20662024-01-28T02:38:53.350Z Compiling chrono v0.4.31
20672024-01-28T02:38:53.897Z Compiling foreign-types v0.3.2
20682024-01-28T02:38:57.215Z Compiling dof v0.1.5
20692024-01-28T02:38:58.531Z Compiling dtrace-parser v0.1.14
20702024-01-28T02:38:58.976Z Compiling hmac v0.12.1
20712024-01-28T02:38:59.066Z Compiling clap_derive v4.4.2
20722024-01-28T02:39:01.142Z Compiling tokio-util v0.7.10
20732024-01-28T02:39:01.649Z Compiling cpufeatures v0.2.12
20742024-01-28T02:39:01.663Z Compiling time-core v0.1.1
20752024-01-28T02:39:01.776Z Compiling adler v1.0.2
20762024-01-28T02:39:01.802Z Compiling try-lock v0.2.4
20772024-01-28T02:39:01.895Z Compiling siphasher v0.3.11
20782024-01-28T02:39:01.935Z Compiling utf8parse v0.2.1
20792024-01-28T02:39:01.989Z Compiling anstyle v1.0.2
20802024-01-28T02:39:02.071Z Compiling rustversion v1.0.14
20812024-01-28T02:39:02.194Z Compiling anstyle-parse v0.2.1
20822024-01-28T02:39:02.791Z Compiling miniz_oxide v0.7.1
20832024-01-28T02:39:02.884Z Compiling want v0.3.1
20842024-01-28T02:39:03.029Z Compiling h2 v0.3.24
20852024-01-28T02:39:03.254Z Compiling time-macros v0.2.13
20862024-01-28T02:39:03.445Z Compiling sha2 v0.10.8
20872024-01-28T02:39:11.818Z Compiling rustls-webpki v0.101.7
20882024-01-28T02:39:12.694Z Compiling sct v0.7.0
20892024-01-28T02:39:13.359Z Compiling form_urlencoded v1.2.1
20902024-01-28T02:39:13.806Z Compiling http-body v0.4.5
20912024-01-28T02:39:14.408Z Compiling serde_tokenstream v0.1.7
20922024-01-28T02:39:14.613Z Compiling pkcs8 v0.10.2
20932024-01-28T02:39:15.208Z Compiling hubpack_derive v0.1.1
20942024-01-28T02:39:16.566Z Compiling socket2 v0.4.9
20952024-01-28T02:39:16.592Z Compiling crossbeam-epoch v0.9.15
20962024-01-28T02:39:16.802Z Compiling usdt-impl v0.5.0
20972024-01-28T02:39:17.204Z Compiling camino v1.1.6
20982024-01-28T02:39:17.594Z Compiling radium v0.7.0
20992024-01-28T02:39:18.193Z Compiling slog v2.7.0
21002024-01-28T02:39:18.206Z Compiling tower-service v0.3.2
21012024-01-28T02:39:18.631Z Compiling anstyle-query v1.0.0
21022024-01-28T02:39:18.826Z Compiling anyhow v1.0.75
21032024-01-28T02:39:18.847Z Compiling openssl-probe v0.1.5
21042024-01-28T02:39:19.185Z Compiling colorchoice v1.0.0
21052024-01-28T02:39:19.539Z Compiling httpdate v1.0.3
21062024-01-28T02:39:19.715Z Compiling anstream v0.5.0
21072024-01-28T02:39:20.011Z Compiling hyper v0.14.27
21082024-01-28T02:39:26.123Z Compiling terminal_size v0.2.6
21092024-01-28T02:39:29.359Z Compiling serde_spanned v0.6.4
21102024-01-28T02:39:29.685Z Compiling toml_datetime v0.6.5
21112024-01-28T02:39:30.927Z Compiling zerocopy v0.6.4
21122024-01-28T02:39:32.460Z Compiling scroll v0.12.0
21132024-01-28T02:39:32.765Z Compiling md-5 v0.10.5
21142024-01-28T02:39:33.525Z Compiling stringprep v0.1.3
21152024-01-28T02:39:33.644Z Compiling idna v0.5.0
21162024-01-28T02:39:35.051Z Compiling diesel_table_macro_syntax v0.1.0
21172024-01-28T02:39:35.364Z Compiling aho-corasick v1.0.4
21182024-01-28T02:39:35.416Z Compiling hash32 v0.2.1
21192024-01-28T02:39:35.857Z Compiling clap_lex v0.5.1
21202024-01-28T02:39:36.024Z Compiling plain v0.2.3
21212024-01-28T02:39:36.047Z Compiling regex-syntax v0.8.2
21222024-01-28T02:39:36.246Z Compiling stable_deref_trait v1.2.0
21232024-01-28T02:39:36.267Z Compiling tap v1.0.1
21242024-01-28T02:39:36.373Z Compiling strsim v0.10.0
21252024-01-28T02:39:36.691Z Compiling winnow v0.5.15
21262024-01-28T02:39:36.990Z Compiling dyn-clone v1.0.13
21272024-01-28T02:39:37.687Z Compiling gimli v0.28.0
21282024-01-28T02:39:38.003Z Compiling maybe-uninit v2.0.0
21292024-01-28T02:39:38.177Z Compiling fallible-iterator v0.2.0
21302024-01-28T02:39:39.331Z Compiling postgres-protocol v0.6.6
21312024-01-28T02:39:39.476Z Compiling clap_builder v4.4.2
21322024-01-28T02:39:39.700Z Compiling wyz v0.5.1
21332024-01-28T02:39:41.281Z Compiling goblin v0.8.0
21342024-01-28T02:39:41.945Z Compiling regex-automata v0.4.4
21352024-01-28T02:39:42.329Z Compiling diesel_derives v2.1.2
21362024-01-28T02:39:42.769Z Compiling url v2.5.0
21372024-01-28T02:39:45.521Z Compiling addr2line v0.21.0
21382024-01-28T02:39:46.508Z Compiling tokio-rustls v0.24.1
21392024-01-28T02:39:47.099Z Compiling strum_macros v0.25.2
21402024-01-28T02:39:53.918Z Compiling tokio-native-tls v0.3.1
21412024-01-28T02:39:54.303Z Compiling usdt-macro v0.3.5
21422024-01-28T02:39:55.062Z Compiling usdt-attr-macro v0.3.5
21432024-01-28T02:39:56.136Z Compiling phf_shared v0.11.2
21442024-01-28T02:39:57.199Z Compiling block-padding v0.3.3
21452024-01-28T02:39:57.478Z Compiling enum-as-inner v0.5.1
21462024-01-28T02:39:57.521Z Compiling serde_repr v0.1.16
21472024-01-28T02:39:57.893Z Compiling ff v0.13.0
21482024-01-28T02:39:58.230Z Compiling scheduled-thread-pool v0.2.7
21492024-01-28T02:39:58.953Z Compiling object v0.32.1
21502024-01-28T02:39:59.811Z Compiling num_threads v0.1.6
21512024-01-28T02:40:01.820Z Compiling deranged v0.3.8
21522024-01-28T02:40:02.022Z Compiling bit-vec v0.6.3
21532024-01-28T02:40:02.682Z Compiling pretty-hex v0.4.1
21542024-01-28T02:40:03.147Z Compiling num-bigint-dig v0.8.4
21552024-01-28T02:40:03.553Z Compiling regex-automata v0.1.10
21562024-01-28T02:40:04.807Z Compiling base16ct v0.2.0
21572024-01-28T02:40:05.224Z Compiling rustc-demangle v0.1.23
21582024-01-28T02:40:05.854Z Compiling matches v0.1.10
21592024-01-28T02:40:06.221Z Compiling funty v2.0.0
21602024-01-28T02:40:06.685Z Compiling managed v0.8.0
21612024-01-28T02:40:06.950Z Compiling ipnet v2.9.0
21622024-01-28T02:40:07.393Z Compiling packed_struct v0.10.1
21632024-01-28T02:40:08.686Z Compiling bitvec v1.0.1
21642024-01-28T02:40:14.546Z Compiling idna v0.2.3
21652024-01-28T02:40:14.683Z Compiling sec1 v0.7.3
21662024-01-28T02:40:14.849Z Compiling time v0.3.27
21672024-01-28T02:40:15.504Z Compiling bstr v0.2.17
21682024-01-28T02:40:16.012Z Compiling dof v0.3.0
21692024-01-28T02:40:17.686Z Compiling r2d2 v0.8.10
21702024-01-28T02:40:18.260Z Compiling group v0.13.0
21712024-01-28T02:40:18.702Z Compiling inout v0.1.3
21722024-01-28T02:40:19.091Z Compiling phf v0.11.2
21732024-01-28T02:40:21.136Z Compiling hyper-tls v0.5.0
21742024-01-28T02:40:21.637Z Compiling regex v1.10.3
21752024-01-28T02:40:22.702Z Compiling signal-hook-mio v0.2.3
21762024-01-28T02:40:22.913Z Compiling hyper-rustls v0.24.2
21772024-01-28T02:40:23.312Z Compiling flate2 v1.0.28
21782024-01-28T02:40:23.431Z Compiling clap v4.4.3
21792024-01-28T02:40:23.589Z Compiling bzip2 v0.4.4
21802024-01-28T02:40:23.701Z Compiling toml_edit v0.19.15
21812024-01-28T02:40:24.143Z Compiling ipnetwork v0.20.0
21822024-01-28T02:40:24.328Z Compiling postgres-types v0.2.6
21832024-01-28T02:40:25.493Z Compiling hubpack v0.1.2
21842024-01-28T02:40:25.508Z Compiling serde_urlencoded v0.7.1
21852024-01-28T02:40:25.529Z Compiling phf_shared v0.10.0
21862024-01-28T02:40:26.089Z Compiling rustls-pemfile v1.0.3
21872024-01-28T02:40:26.145Z Compiling hkdf v0.12.4
21882024-01-28T02:40:26.399Z Compiling dtrace-parser v0.2.0
21892024-01-28T02:40:26.592Z Compiling futures-executor v0.3.30
21902024-01-28T02:40:30.143Z Compiling crypto-bigint v0.5.2
21912024-01-28T02:40:30.493Z Compiling packed_struct_codegen v0.10.1
21922024-01-28T02:40:32.449Z Compiling float-cmp v0.9.0
21932024-01-28T02:40:33.603Z Compiling indexmap v1.9.3
21942024-01-28T02:40:33.735Z Compiling encoding_rs v0.8.33
21952024-01-28T02:40:34.019Z Compiling precomputed-hash v0.1.1
21962024-01-28T02:40:34.032Z Compiling unicode-width v0.1.11
21972024-01-28T02:40:34.174Z Compiling difflib v0.4.0
21982024-01-28T02:40:34.250Z Compiling new_debug_unreachable v1.0.4
21992024-01-28T02:40:34.376Z Compiling whoami v1.4.1
22002024-01-28T02:40:34.712Z Compiling data-encoding v2.4.0
22012024-01-28T02:40:35.173Z Compiling static_assertions v1.1.0
22022024-01-28T02:40:35.304Z Compiling fixedbitset v0.4.2
22032024-01-28T02:40:36.283Z Compiling either v1.9.0
22042024-01-28T02:40:36.664Z Compiling nodrop v0.1.14
22052024-01-28T02:40:36.697Z Compiling webpki-roots v0.25.2
22062024-01-28T02:40:36.918Z Compiling minimal-lexical v0.2.1
22072024-01-28T02:40:37.616Z Compiling predicates-core v1.0.6
22082024-01-28T02:40:37.836Z Compiling regex-automata v0.3.8
22092024-01-28T02:40:38.359Z Compiling crc-catalog v2.2.0
22102024-01-28T02:40:38.554Z Compiling unicode-segmentation v1.10.1
22112024-01-28T02:40:39.833Z Compiling normalize-line-endings v0.3.0
22122024-01-28T02:40:39.915Z Compiling mime v0.3.17
22132024-01-28T02:40:39.991Z Compiling predicates v3.1.0
22142024-01-28T02:40:40.754Z Compiling bstr v1.6.0
22152024-01-28T02:40:41.392Z Compiling reqwest v0.11.22
22162024-01-28T02:40:41.546Z Compiling similar v2.3.0
22172024-01-28T02:40:42.377Z Compiling crc v3.0.1
22182024-01-28T02:40:47.067Z Compiling nom v7.1.3
22192024-01-28T02:40:47.796Z Compiling array-init v0.0.4
22202024-01-28T02:40:49.981Z Compiling itertools v0.10.5
22212024-01-28T02:40:53.984Z Compiling petgraph v0.6.4
22222024-01-28T02:40:54.621Z Compiling trust-dns-proto v0.22.0
22232024-01-28T02:41:00.693Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22242024-01-28T02:41:01.578Z Compiling tokio-postgres v0.7.10
22252024-01-28T02:41:06.166Z Compiling string_cache v0.8.7
22262024-01-28T02:41:06.801Z Compiling console v0.15.8
22272024-01-28T02:41:07.105Z Compiling elliptic-curve v0.13.8
22282024-01-28T02:41:10.112Z Compiling toml v0.7.8
22292024-01-28T02:41:12.660Z Compiling futures v0.3.30
22302024-01-28T02:41:14.330Z Compiling smallvec v0.6.14
22312024-01-28T02:41:14.696Z Compiling diesel v2.1.4
22322024-01-28T02:41:14.794Z Compiling zip v0.6.6
22332024-01-28T02:41:15.024Z Compiling yasna v0.5.2
22342024-01-28T02:41:15.710Z Compiling crossterm v0.27.0
22352024-01-28T02:41:16.771Z Compiling cipher v0.4.4
22362024-01-28T02:41:21.127Z Compiling bit-set v0.5.3
22372024-01-28T02:41:21.634Z Compiling usdt v0.3.5
22382024-01-28T02:41:21.916Z Compiling is-terminal v0.4.9
22392024-01-28T02:41:22.092Z Compiling toml_edit v0.21.0
22402024-01-28T02:41:33.579Z Compiling pkcs1 v0.7.5
22412024-01-28T02:41:33.582Z Compiling tokio-stream v0.1.14
22422024-01-28T02:41:35.131Z Compiling openapiv3 v2.0.0
22432024-01-28T02:41:37.702Z Compiling hex v0.4.3
22442024-01-28T02:41:39.940Z Compiling hashbrown v0.13.2
22452024-01-28T02:41:40.619Z Compiling signature v2.1.0
22462024-01-28T02:41:42.933Z Compiling bitfield v0.14.0
22472024-01-28T02:41:43.907Z Compiling hashbrown v0.12.3
22482024-01-28T02:41:44.022Z Compiling termcolor v1.2.0
22492024-01-28T02:41:46.269Z Compiling lalrpop-util v0.19.12
22502024-01-28T02:41:57.232Z Compiling env_logger v0.10.0
22512024-01-28T02:41:59.746Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22522024-01-28T02:42:03.831Z Compiling rsa v0.9.2
22532024-01-28T02:42:19.315Z Compiling serde-hex v0.1.0
22542024-01-28T02:42:21.885Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22552024-01-28T02:42:22.293Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22562024-01-28T02:42:27.249Z Compiling ron v0.8.1
22572024-01-28T02:42:28.442Z Compiling x509-cert v0.2.4
22582024-01-28T02:42:34.155Z Compiling crc-any v2.4.3
22592024-01-28T02:43:01.995Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22602024-01-28T02:43:15.189Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22612024-01-28T02:43:23.210Z Compiling object v0.30.4
22622024-01-28T02:43:33.120Z Compiling path-slash v0.1.5
22632024-01-28T02:43:36.601Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22642024-01-28T02:44:17.264Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22652024-01-28T02:44:18.405Z Finished release [optimized] target(s) in 6m 19s
22662024-01-28T02:44:18.495Z
22672024-01-28T02:44:18.495Zreal 6:19.765764939
22682024-01-28T02:44:18.495Zuser 43:32.222784868
22692024-01-28T02:44:18.495Zsys 3:39.516691856
22702024-01-28T02:44:18.495Ztrap 1.769409879
22712024-01-28T02:44:18.495Ztflt 0.949392840
22722024-01-28T02:44:18.498Zdflt 0.361999454
22732024-01-28T02:44:18.499Zkflt 0.005176297
22742024-01-28T02:44:18.499Zlock 1:40:39.839972651
22752024-01-28T02:44:18.499Zslp 2:05:53.923510031
22762024-01-28T02:44:18.499Zlat 1:54.986541458
22772024-01-28T02:44:18.499Zstop 1:26.758315758
22782024-01-28T02:44:18.499Z+ ptime -m gzip
22792024-01-28T02:44:19.151Z
22802024-01-28T02:44:19.151Zreal 0.651214042
22812024-01-28T02:44:19.151Zuser 0.641582198
22822024-01-28T02:44:19.152Zsys 0.009060090
22832024-01-28T02:44:19.152Ztrap 0.000086175
22842024-01-28T02:44:19.152Ztflt 0.000000000
22852024-01-28T02:44:19.156Zdflt 0.000000000
22862024-01-28T02:44:19.156Zkflt 0.000000000
22872024-01-28T02:44:19.156Zlock 0.000000000
22882024-01-28T02:44:19.156Zslp 0.000000000
22892024-01-28T02:44:19.156Zlat 0.000163133
22902024-01-28T02:44:19.156Zstop 0.000219645
22912024-01-28T02:44:19.156Z+ banner tufaceous
22922024-01-28T02:44:19.156Z
22932024-01-28T02:44:19.156Z ##### # # ###### ## #### ###### #### # # ####
22942024-01-28T02:44:19.156Z # # # # # # # # # # # # # #
22952024-01-28T02:44:19.156Z # # # ##### # # # ##### # # # # ####
22962024-01-28T02:44:19.156Z # # # # ###### # # # # # # #
22972024-01-28T02:44:19.156Z # # # # # # # # # # # # # # #
22982024-01-28T02:44:19.156Z # #### # # # #### ###### #### #### ####
22992024-01-28T02:44:19.156Z
23002024-01-28T02:44:19.156Z+ ptime -m cargo build --locked -p tufaceous --release
23012024-01-28T02:44:19.852Z Downloading crates ...
23022024-01-28T02:44:20.226Z Downloaded doc-comment v0.3.3
23032024-01-28T02:44:20.235Z Downloaded humantime v2.1.0
23042024-01-28T02:44:20.238Z Downloaded snafu-derive v0.7.5
23052024-01-28T02:44:20.246Z Downloaded parse-size v1.0.0
23062024-01-28T02:44:20.249Z Downloaded async-recursion v1.0.5
23072024-01-28T02:44:20.252Z Downloaded olpc-cjson v0.1.3
23082024-01-28T02:44:20.254Z Downloaded fs-err v2.11.0
23092024-01-28T02:44:20.257Z Downloaded buf-list v1.0.3
23102024-01-28T02:44:20.261Z Downloaded globset v0.4.13
23112024-01-28T02:44:20.263Z Downloaded snafu v0.7.5
23122024-01-28T02:44:20.272Z Downloaded tough v0.16.0
23132024-01-28T02:44:20.286Z Downloaded typed-path v0.7.0
23142024-01-28T02:44:20.300Z Downloaded pin-project-internal v1.1.3
23152024-01-28T02:44:20.302Z Downloaded pin-project v1.1.3
23162024-01-28T02:44:20.319Z Downloaded serde_plain v1.0.2
23172024-01-28T02:44:20.486Z Compiling serde_tokenstream v0.2.0
23182024-01-28T02:44:20.509Z Compiling regress v0.7.1
23192024-01-28T02:44:20.524Z Compiling dirs-sys-next v0.1.2
23202024-01-28T02:44:20.524Z Compiling ident_case v1.0.1
23212024-01-28T02:44:20.526Z Compiling rustls-pki-types v1.1.0
23222024-01-28T02:44:20.557Z Compiling thread_local v1.1.7
23232024-01-28T02:44:20.560Z Compiling slog-async v2.8.0
23242024-01-28T02:44:20.762Z Compiling dirs-next v2.0.0
23252024-01-28T02:44:21.154Z Compiling darling_core v0.20.3
23262024-01-28T02:44:21.260Z Compiling rustls v0.22.2
23272024-01-28T02:44:21.308Z Compiling heck v0.4.1
23282024-01-28T02:44:21.760Z Compiling rustls-webpki v0.102.1
23292024-01-28T02:44:21.880Z Compiling term v0.7.0
23302024-01-28T02:44:22.340Z Compiling crossbeam-channel v0.5.8
23312024-01-28T02:44:22.706Z Compiling getopts v0.2.21
23322024-01-28T02:44:23.316Z Compiling structmeta-derive v0.2.0
23332024-01-28T02:44:24.080Z Compiling atty v0.2.14
23342024-01-28T02:44:24.287Z Compiling multer v3.0.0
23352024-01-28T02:44:24.712Z Compiling doc-comment v0.3.3
23362024-01-28T02:44:25.057Z Compiling unsafe-libyaml v0.2.10
23372024-01-28T02:44:25.432Z Compiling match_cfg v0.1.0
23382024-01-28T02:44:25.561Z Compiling paste v1.0.14
23392024-01-28T02:44:26.275Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23402024-01-28T02:44:27.994Z Compiling take_mut v0.2.2
23412024-01-28T02:44:28.205Z Compiling structmeta v0.2.0
23422024-01-28T02:44:28.762Z Compiling serde_yaml v0.9.25
23432024-01-28T02:44:29.874Z Compiling hostname v0.3.1
23442024-01-28T02:44:29.973Z Compiling darling_macro v0.20.3
23452024-01-28T02:44:30.200Z Compiling slog-term v2.9.0
23462024-01-28T02:44:31.429Z Compiling darling v0.20.3
23472024-01-28T02:44:33.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23482024-01-28T02:44:33.547Z Compiling slog-json v2.6.1
23492024-01-28T02:44:34.327Z Compiling http v1.0.0
23502024-01-28T02:44:34.896Z Compiling pin-project-internal v1.1.3
23512024-01-28T02:44:35.132Z Compiling async-stream-impl v0.3.5
23522024-01-28T02:44:35.159Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23532024-01-28T02:44:35.587Z Compiling atomic-waker v1.1.1
23542024-01-28T02:44:35.873Z Compiling fastrand v2.0.0
23552024-01-28T02:44:36.917Z Compiling regex-syntax v0.7.5
23562024-01-28T02:44:37.065Z Compiling async-stream v0.3.5
23572024-01-28T02:44:37.543Z Compiling tokio-rustls v0.25.0
23582024-01-28T02:44:38.741Z Compiling tempfile v3.9.0
23592024-01-28T02:44:39.302Z Compiling pin-project v1.1.3
23602024-01-28T02:44:39.477Z Compiling waitgroup v0.1.2
23612024-01-28T02:44:39.902Z Compiling slog-bunyan v2.5.0
23622024-01-28T02:44:40.414Z Compiling serde_with_macros v3.5.1
23632024-01-28T02:44:42.673Z Compiling toml v0.8.8
23642024-01-28T02:44:43.642Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23652024-01-28T02:44:43.731Z Compiling rustls-pemfile v2.0.0
23662024-01-28T02:44:44.835Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e)
23672024-01-28T02:44:44.853Z Compiling sha1 v0.10.6
23682024-01-28T02:44:45.552Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23692024-01-28T02:44:46.386Z Compiling snafu-derive v0.7.5
23702024-01-28T02:44:46.830Z Compiling serde_path_to_error v0.1.15
23712024-01-28T02:44:47.077Z Compiling parse-display-derive v0.8.2
23722024-01-28T02:44:47.202Z Compiling instant v0.1.12
23732024-01-28T02:44:47.429Z Compiling fs-err v2.11.0
23742024-01-28T02:44:47.850Z Compiling same-file v1.0.6
23752024-01-28T02:44:48.294Z Compiling arc-swap v1.6.0
23762024-01-28T02:44:48.466Z Compiling debug-ignore v1.0.5
23772024-01-28T02:44:48.668Z Compiling buf-list v1.0.3
23782024-01-28T02:44:49.462Z Compiling slog-scope v4.4.0
23792024-01-28T02:44:50.924Z Compiling walkdir v2.4.0
23802024-01-28T02:44:51.884Z Compiling backoff v0.4.0
23812024-01-28T02:44:52.432Z Compiling serde_with v3.5.1
23822024-01-28T02:44:52.658Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23832024-01-28T02:44:52.843Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e)
23842024-01-28T02:44:53.744Z Compiling parse-display v0.8.2
23852024-01-28T02:44:54.028Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23862024-01-28T02:44:54.423Z Compiling snafu v0.7.5
23872024-01-28T02:44:55.055Z Compiling globset v0.4.13
23882024-01-28T02:44:56.771Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23892024-01-28T02:44:57.002Z Compiling strum v0.25.0
23902024-01-28T02:44:57.259Z Compiling olpc-cjson v0.1.3
23912024-01-28T02:44:58.131Z Compiling pem v3.0.2
23922024-01-28T02:45:00.208Z Compiling serde_plain v1.0.2
23932024-01-28T02:45:00.763Z Compiling macaddr v1.0.1
23942024-01-28T02:45:01.048Z Compiling async-recursion v1.0.5
23952024-01-28T02:45:01.937Z Compiling xattr v1.0.1
23962024-01-28T02:45:02.378Z Compiling filetime v0.2.23
23972024-01-28T02:45:02.542Z Compiling typed-path v0.7.0
23982024-01-28T02:45:02.922Z Compiling tar v0.4.40
23992024-01-28T02:45:03.872Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e)
24002024-01-28T02:45:09.960Z Compiling tough v0.16.0
24012024-01-28T02:45:13.806Z Compiling slog-stdlog v4.1.1
24022024-01-28T02:45:15.283Z Compiling camino-tempfile v1.1.1
24032024-01-28T02:45:16.086Z Compiling itertools v0.12.0
24042024-01-28T02:45:16.520Z Compiling parse-size v1.0.0
24052024-01-28T02:45:16.994Z Compiling slog-envlogger v2.2.0
24062024-01-28T02:45:21.542Z Compiling humantime v2.1.0
24072024-01-28T02:45:29.558Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#2d3b9d0e)
24082024-01-28T02:45:29.865Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092024-01-28T02:45:45.408Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24102024-01-28T02:45:48.170Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24112024-01-28T02:46:19.055Z Finished release [optimized] target(s) in 1m 59s
24122024-01-28T02:46:19.147Z
24132024-01-28T02:46:19.150Zreal 1:59.974195521
24142024-01-28T02:46:19.150Zuser 13:30.011167764
24152024-01-28T02:46:19.150Zsys 48.012329475
24162024-01-28T02:46:19.151Ztrap 0.491700867
24172024-01-28T02:46:19.152Ztflt 0.343416176
24182024-01-28T02:46:19.152Zdflt 0.713127287
24192024-01-28T02:46:19.152Zkflt 0.000002397
24202024-01-28T02:46:19.152Zlock 26:20.445276445
24212024-01-28T02:46:19.152Zslp 29:58.300039778
24222024-01-28T02:46:19.152Zlat 26.404089553
24232024-01-28T02:46:19.152Zstop 13.681501831
24242024-01-28T02:46:19.152Z+ ptime -m gzip
24252024-01-28T02:46:21.613Z
24262024-01-28T02:46:21.613Zreal 2.460900940
24272024-01-28T02:46:21.613Zuser 2.433011661
24282024-01-28T02:46:21.613Zsys 0.025540537
24292024-01-28T02:46:21.613Ztrap 0.001043775
24302024-01-28T02:46:21.613Ztflt 0.000000000
24312024-01-28T02:46:21.613Zdflt 0.000000000
24322024-01-28T02:46:21.613Zkflt 0.000000000
24332024-01-28T02:46:21.617Zlock 0.000000000
24342024-01-28T02:46:21.617Zslp 0.000000000
24352024-01-28T02:46:21.617Zlat 0.000953769
24362024-01-28T02:46:21.617Zstop 0.000247724
24372024-01-28T02:46:21.617Zprocess exited: duration 1209853 ms, exit code 0
 
24382024-01-28T02:46:21.638Zfound 5 output files
24392024-01-28T02:46:21.638Zuploading: /work/end-to-end-tests/bootstrap-3358a8ad2ce34473.gz (10759746 bytes)
24402024-01-28T02:46:27.389Zuploaded: /work/end-to-end-tests/bootstrap-3358a8ad2ce34473.gz
24412024-01-28T02:46:27.390Zuploading: /work/end-to-end-tests/bootstrap.gz (108862995 bytes)
24422024-01-28T02:46:57.542Zuploaded: /work/end-to-end-tests/bootstrap.gz
24432024-01-28T02:46:57.543Zuploading: /work/end-to-end-tests/end_to_end_tests-71427024e0379c76.gz (112033682 bytes)
24442024-01-28T02:47:24.580Zuploaded: /work/end-to-end-tests/end_to_end_tests-71427024e0379c76.gz
24452024-01-28T02:47:24.580Zuploading: /work/caboose-util.gz (4049713 bytes)
24462024-01-28T02:47:26.510Zuploaded: /work/caboose-util.gz
24472024-01-28T02:47:26.510Zuploading: /work/tufaceous.gz (15643779 bytes)
24482024-01-28T02:47:30.107Zuploaded: /work/tufaceous.gz