01HPNF5CXJBNE6JBR9VM27N2B0: 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: 01HPNF5RF5V1SGWZNVECE5TF0S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-15T04:08:40.933Zjob assigned to worker 01HPNF60WKC0NXM3EKWSJ4BQYN (queued for 1 m 0 s)
 
22024-02-15T04:08:41.680Zstarting task 0: "setup"
32024-02-15T04:08:41.764Z++ uname -s
42024-02-15T04:08:41.768Z+ kern=SunOS
52024-02-15T04:08:41.768Z+ case "$kern" in
62024-02-15T04:08:41.768Z+ groupadd -g 12345 build
72024-02-15T04:08:41.771Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-15T04:08:43.783Z+ zfs create -o mountpoint=/work rpool/work
92024-02-15T04:08:43.875Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-15T04:08:43.886Z+ home_fs=zfs
112024-02-15T04:08:43.886Z+ [[ zfs == autofs ]]
122024-02-15T04:08:43.886Z+ mkdir -p /home/build
132024-02-15T04:08:43.886Z+ chown build:build /home/build /work
142024-02-15T04:08:45.880Z+ chmod 0700 /home/build /work
152024-02-15T04:08:45.893Zprocess exited: duration 4201 ms, exit code 0
 
162024-02-15T04:08:45.924Zstarting task 1: "rust-toolchain"
172024-02-15T04:08:45.932Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-15T04:08:45.935Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-15T04:08:46.052Zinfo: downloading installer
202024-02-15T04:08:47.680Zwarning: it looks like you have an existing installation of Rust at:
212024-02-15T04:08:47.680Zwarning: /opt/ooce/bin
222024-02-15T04:08:47.680Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-15T04:08:47.680Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-15T04:08:47.680Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-15T04:08:47.681Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-15T04:08:47.681Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-15T04:08:47.681Zerror: cannot install while Rust is installed
282024-02-15T04:08:47.681Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-15T04:08:47.787Zinfo: profile set to 'default'
302024-02-15T04:08:47.787Zinfo: default host triple is x86_64-unknown-illumos
312024-02-15T04:08:47.791Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-15T04:08:47.948Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-15T04:08:47.948Zinfo: downloading component 'cargo'
342024-02-15T04:08:48.702Zinfo: downloading component 'clippy'
352024-02-15T04:08:48.963Zinfo: downloading component 'rust-docs'
362024-02-15T04:08:49.881Zinfo: downloading component 'rust-std'
372024-02-15T04:08:51.502Zinfo: downloading component 'rustc'
382024-02-15T04:08:55.362Zinfo: downloading component 'rustfmt'
392024-02-15T04:08:55.650Zinfo: installing component 'cargo'
402024-02-15T04:08:56.606Zinfo: installing component 'clippy'
412024-02-15T04:08:57.023Zinfo: installing component 'rust-docs'
422024-02-15T04:08:58.575Zinfo: installing component 'rust-std'
432024-02-15T04:09:00.523Zinfo: installing component 'rustc'
442024-02-15T04:09:04.861Zinfo: installing component 'rustfmt'
452024-02-15T04:09:05.197Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-15T04:09:05.197Z
472024-02-15T04:09:05.478Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-15T04:09:05.478Z
492024-02-15T04:09:05.479Z
502024-02-15T04:09:05.479ZRust is installed now. Great!
512024-02-15T04:09:05.479Z
522024-02-15T04:09:05.480ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-15T04:09:05.480Zenvironment variable. This has not been done automatically.
542024-02-15T04:09:05.480Z
552024-02-15T04:09:05.480ZTo configure your current shell, run:
562024-02-15T04:09:05.480Zsource "$HOME/.cargo/env"
572024-02-15T04:09:05.538Z+ rustc --version
582024-02-15T04:09:05.614Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-15T04:09:05.619Zprocess exited: duration 19690 ms, exit code 0
 
602024-02-15T04:09:05.632Zstarting task 2: "authentication"
612024-02-15T04:09:05.660Zprocess exited: duration 26 ms, exit code 0
 
622024-02-15T04:09:05.702Zstarting task 3: "clone repository"
632024-02-15T04:09:06.128Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-15T04:09:06.129Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-15T04:09:06.152ZCloning into '/work/oxidecomputer/omicron'...
662024-02-15T04:09:11.531Z+ cd /work/oxidecomputer/omicron
672024-02-15T04:09:11.951Z+ git fetch origin cc614b30014d8b83667c92b9318ea181a4df920c
682024-02-15T04:09:11.952ZFrom https://github.com/oxidecomputer/omicron
692024-02-15T04:09:11.952Z * branch cc614b30014d8b83667c92b9318ea181a4df920c -> FETCH_HEAD
702024-02-15T04:09:11.952Z+ [[ -n renovate/taiki-e-install-action-digest ]]
712024-02-15T04:09:11.952Z++ git branch --show-current
722024-02-15T04:09:11.952Z+ current=main
732024-02-15T04:09:11.952Z+ [[ main != renovate/taiki-e-install-action-digest ]]
742024-02-15T04:09:11.952Z+ git branch -f renovate/taiki-e-install-action-digest cc614b30014d8b83667c92b9318ea181a4df920c
752024-02-15T04:09:11.952Z+ git checkout -f renovate/taiki-e-install-action-digest
762024-02-15T04:09:11.999ZSwitched to branch 'renovate/taiki-e-install-action-digest'
772024-02-15T04:09:12.003Z+ git reset --hard cc614b30014d8b83667c92b9318ea181a4df920c
782024-02-15T04:09:12.013ZHEAD is now at cc614b300 Update taiki-e/install-action digest to 14422f8
792024-02-15T04:09:12.017Zprocess exited: duration 6331 ms, exit code 0
 
802024-02-15T04:09:12.024Zstarting task 4: "build"
812024-02-15T04:09:12.031Z+ cargo --version
822024-02-15T04:09:12.036Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-15T04:09:12.307Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-15T04:09:12.307Zinfo: downloading component 'cargo'
852024-02-15T04:09:13.234Zinfo: downloading component 'clippy'
862024-02-15T04:09:13.529Zinfo: downloading component 'rust-docs'
872024-02-15T04:09:14.655Zinfo: downloading component 'rust-std'
882024-02-15T04:09:16.330Zinfo: downloading component 'rustc'
892024-02-15T04:09:20.761Zinfo: downloading component 'rustfmt'
902024-02-15T04:09:21.007Zinfo: installing component 'cargo'
912024-02-15T04:09:21.934Zinfo: installing component 'clippy'
922024-02-15T04:09:22.299Zinfo: installing component 'rust-docs'
932024-02-15T04:09:23.940Zinfo: installing component 'rust-std'
942024-02-15T04:09:25.613Zinfo: installing component 'rustc'
952024-02-15T04:09:29.762Zinfo: installing component 'rustfmt'
962024-02-15T04:09:30.185Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-15T04:09:30.185Z+ rustc --version
982024-02-15T04:09:30.241Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-15T04:09:30.247Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-15T04:09:42.452Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-15T04:09:43.921Z Startup: Caching catalogs ... Done
1022024-02-15T04:09:45.243ZPlanning: Solver setup ... Done (0.970s)
1032024-02-15T04:09:45.271ZPlanning: Running solver ... Done (0.023s)
1042024-02-15T04:09:45.687ZPlanning: Finding local manifests ... Done (0.395s)
1052024-02-15T04:09:45.770ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-15T04:09:46.387ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-15T04:09:46.409ZPlanning: Package planning ... Done (0.056s)
1082024-02-15T04:09:46.409ZPlanning: Merging actions ... Done (0.054s)
1092024-02-15T04:09:48.327ZPlanning: Checking for conflicting actions ... Done (1.827s)
1102024-02-15T04:09:48.352ZPlanning: Consolidating action changes ... Done (0.012s)
1112024-02-15T04:09:53.138ZPlanning: Evaluating mediators ... Done (5.211s)
1122024-02-15T04:09:53.558ZPlanning: Planning completed in 9.18 seconds
1132024-02-15T04:09:53.586Z Packages to install: 4
1142024-02-15T04:09:53.586Z Mediators to change: 2
1152024-02-15T04:09:53.587Z Services to change: 1
1162024-02-15T04:09:53.587Z Estimated space available: 148.87 GB
1172024-02-15T04:09:53.587ZEstimated space to be consumed: 1.41 GB
1182024-02-15T04:09:53.587Z Create boot environment: No
1192024-02-15T04:09:53.587ZCreate backup boot environment: No
1202024-02-15T04:09:53.587Z Rebuild boot archive: No
1212024-02-15T04:09:53.587Z
1222024-02-15T04:09:53.588ZChanged mediators:
1232024-02-15T04:09:53.588Z mediator clang:
1242024-02-15T04:09:53.588Z version: None -> 15 (system default)
1252024-02-15T04:09:53.588Z
1262024-02-15T04:09:53.588Z mediator llvm:
1272024-02-15T04:09:53.589Z version: 14 (system default) -> 15 (system default)
1282024-02-15T04:09:53.589Z
1292024-02-15T04:09:53.589ZChanged packages:
1302024-02-15T04:09:53.589Zhelios-dev
1312024-02-15T04:09:53.589Z developer/build-essential
1322024-02-15T04:09:53.589Z None -> 11-2.0
1332024-02-15T04:09:53.590Z library/libxmlsec1
1342024-02-15T04:09:53.590Z None -> 1.2.35-2.0
1352024-02-15T04:09:53.590Z ooce/developer/clang-15
1362024-02-15T04:09:53.590Z None -> 15.0.7-2.0
1372024-02-15T04:09:53.590Z ooce/developer/llvm-15
1382024-02-15T04:09:53.591Z None -> 15.0.7-2.0
1392024-02-15T04:09:53.591Z
1402024-02-15T04:09:53.591ZServices:
1412024-02-15T04:09:53.591Z restart_fmri:
1422024-02-15T04:09:53.591Z svc:/system/update-man-index:default
1432024-02-15T04:09:53.636Z
1442024-02-15T04:09:53.636ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-15T04:09:59.884ZDownload: 881/3290 items 18.8/212.6MB 8% complete (3.9M/s)
1462024-02-15T04:10:05.350ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (10.1M/s)
1472024-02-15T04:10:10.365ZDownload: 1805/3290 items 118.3/212.6MB 55% complete (7.7M/s)
1482024-02-15T04:10:15.789ZDownload: 2296/3290 items 119.6/212.6MB 56% complete (3.6M/s)
1492024-02-15T04:10:20.364ZDownload: 3107/3290 items 128.4/212.6MB 60% complete (941k/s)
1502024-02-15T04:10:27.252ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (8.3M/s)
1512024-02-15T04:10:28.854ZDownload: Completed 212.60 MB in 35.21 seconds (6.0M/s)
1522024-02-15T04:10:29.041Z Actions: 1/3689 actions (Installing new actions)
1532024-02-15T04:10:34.084Z Actions: 3577/3689 actions (Installing new actions)
1542024-02-15T04:10:34.579Z Actions: Completed 3689 actions in 5.53 seconds.
1552024-02-15T04:10:35.090Z Done (0.089s)
1562024-02-15T04:10:35.090Z Done (0.000s)
1572024-02-15T04:10:35.098Z Done (0.217s)
1582024-02-15T04:10:41.757Z Done (6.740s)
1592024-02-15T04:10:41.939Z Done (0.096s)
1602024-02-15T04:10:41.950Z Done (0.000s)
1612024-02-15T04:10:42.117Z Done (0.000s)
1622024-02-15T04:10:42.696ZPlanning: Evaluating mediator changes ... Done
1632024-02-15T04:10:42.872ZPlanning: Checking for conflicting actions ... Done
1642024-02-15T04:10:42.875ZPlanning: Consolidating action changes ... Done
1652024-02-15T04:10:43.172ZPlanning: Evaluating mediators ... Done
1662024-02-15T04:10:43.175ZPlanning: Planning completed in 0.48 seconds
1672024-02-15T04:10:43.209Z Mediators to change: 2
1682024-02-15T04:10:43.209Z Create boot environment: No
1692024-02-15T04:10:43.209ZCreate backup boot environment: No
1702024-02-15T04:10:43.289Z Done
1712024-02-15T04:10:43.289Z Done
1722024-02-15T04:10:43.426Z Done
1732024-02-15T04:10:47.745Z Done
1742024-02-15T04:10:47.852Z Done
1752024-02-15T04:10:47.873Z Done
1762024-02-15T04:10:47.950Z Done
1772024-02-15T04:10:48.659ZPlanning: Evaluating mediator changes ... Done
1782024-02-15T04:10:48.668ZPlanning: Merging actions ... Done
1792024-02-15T04:10:48.877ZPlanning: Checking for conflicting actions ... Done
1802024-02-15T04:10:48.883ZPlanning: Consolidating action changes ... Done
1812024-02-15T04:10:49.163ZPlanning: Evaluating mediators ... Done
1822024-02-15T04:10:49.225ZPlanning: Planning completed in 0.86 seconds
1832024-02-15T04:10:49.263Z Packages to change: 1
1842024-02-15T04:10:49.263Z Mediators to change: 1
1852024-02-15T04:10:49.263Z Services to change: 1
1862024-02-15T04:10:49.264Z Create boot environment: No
1872024-02-15T04:10:49.277ZCreate backup boot environment: Yes
1882024-02-15T04:10:51.240Z Actions: 1/6 actions (Updating modified actions)
1892024-02-15T04:10:51.264Z Actions: Completed 6 actions in 0.03 seconds.
1902024-02-15T04:10:51.295Z Done
1912024-02-15T04:10:51.295Z Done
1922024-02-15T04:10:51.316Z Done
1932024-02-15T04:10:56.076Z Done
1942024-02-15T04:10:56.113Z Done
1952024-02-15T04:10:56.113Z Done
1962024-02-15T04:10:56.113Z Done
1972024-02-15T04:10:56.378ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-02-15T04:10:56.378Zclang system 15 system
1992024-02-15T04:10:56.378Zcsh system system illumos
2002024-02-15T04:10:56.378Zctags system system illumos
2012024-02-15T04:10:56.379Zgcc vendor 12 vendor
2022024-02-15T04:10:56.379Zgcc system 10 system
2032024-02-15T04:10:56.379Zgcc system 7 system
2042024-02-15T04:10:56.379Zgo system 1.20 system
2052024-02-15T04:10:56.379Zgo system 1.19 system
2062024-02-15T04:10:56.379Zllvm system 15 system
2072024-02-15T04:10:56.380Zllvm system 14 system
2082024-02-15T04:10:56.380Zmariadb system 10.6 system
2092024-02-15T04:10:56.380Zmta vendor vendor dma
2102024-02-15T04:10:56.380Zopenjdk system 17 system
2112024-02-15T04:10:56.380Zopenjdk system 11 system
2122024-02-15T04:10:56.380Zopenjdk system 1.8 system
2132024-02-15T04:10:56.380Zopenssl vendor 3 vendor
2142024-02-15T04:10:56.380Zperl system 5.36 system
2152024-02-15T04:10:56.381Zpostgresql system 15 system
2162024-02-15T04:10:56.381Zpostgresql system 13 system
2172024-02-15T04:10:56.381Zpython vendor 3 vendor
2182024-02-15T04:10:56.381Zpython system 2 system
2192024-02-15T04:10:56.381Zpython3 system 3.11 system
2202024-02-15T04:10:56.381Zruby system 3.0 system
2212024-02-15T04:10:56.381Zwords vendor vendor american-english
2222024-02-15T04:10:56.382Zwords system system australian-english
2232024-02-15T04:10:56.382Zwords system system british-english
2242024-02-15T04:10:56.382Zwords system system canadian-english
2252024-02-15T04:10:56.382Zwords system system french
2262024-02-15T04:10:56.382Zwords system system italian
2272024-02-15T04:10:56.383Zwords system system ngerman
2282024-02-15T04:10:56.383Zwords system system ogerman
2292024-02-15T04:10:56.390Zwords system system spanish
2302024-02-15T04:10:56.761ZFMRI IFO
2312024-02-15T04:10:56.761Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322024-02-15T04:10:56.762Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332024-02-15T04:10:56.762Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2342024-02-15T04:10:56.762Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2352024-02-15T04:10:56.762Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-02-15T04:10:56.762Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2372024-02-15T04:10:56.762Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-02-15T04:10:56.762Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-02-15T04:10:56.833Z+ set -o errexit
2402024-02-15T04:10:56.839Z+++ dirname ./tools/ci_download_cockroachdb
2412024-02-15T04:10:56.839Z++ cd ./tools
2422024-02-15T04:10:56.839Z++ pwd
2432024-02-15T04:10:56.839Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2442024-02-15T04:10:56.839Z++ basename ./tools/ci_download_cockroachdb
2452024-02-15T04:10:56.839Z+ ARG0=ci_download_cockroachdb
2462024-02-15T04:10:56.839Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2472024-02-15T04:10:56.844Z+ CIDL_VERSION=v22.1.9
2482024-02-15T04:10:56.844Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2492024-02-15T04:10:56.844Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2502024-02-15T04:10:56.844Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2512024-02-15T04:10:56.844Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2522024-02-15T04:10:56.845Z+ TARGET_DIR=out
2532024-02-15T04:10:56.845Z+ DOWNLOAD_DIR=out/downloads
2542024-02-15T04:10:56.845Z+ DEST_DIR=./out/cockroachdb
2552024-02-15T04:10:56.845Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2562024-02-15T04:10:56.845Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2572024-02-15T04:10:56.845Z+ main
2582024-02-15T04:10:56.845Z+ [[ 0 != 0 ]]
2592024-02-15T04:10:56.845Z+ CIDL_OS=solaris2.11
2602024-02-15T04:10:56.845Z+ [[ 0 != 0 ]]
2612024-02-15T04:10:56.845Z+ configure_os solaris2.11
2622024-02-15T04:10:56.845Z+ echo 'current directory: /work/oxidecomputer/omicron'
2632024-02-15T04:10:56.846Zcurrent directory: /work/oxidecomputer/omicron
2642024-02-15T04:10:56.846Zconfiguring based on OS: "solaris2.11"
2652024-02-15T04:10:56.846Z+ echo 'configuring based on OS: "solaris2.11"'
2662024-02-15T04:10:56.846Z+ case "$1" in
2672024-02-15T04:10:56.846Z+ CIDL_BUILD=illumos
2682024-02-15T04:10:56.846Z+ CIDL_SUFFIX=tar.gz
2692024-02-15T04:10:56.846Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2702024-02-15T04:10:56.846Z+ CIDL_URL_BASE=https://illumos.org/downloads
2712024-02-15T04:10:56.846Z+ CIDL_ASSEMBLE=do_assemble_illumos
2722024-02-15T04:10:56.847Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2732024-02-15T04:10:56.847Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2742024-02-15T04:10:56.847Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-02-15T04:10:56.847Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2762024-02-15T04:10:56.847Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-15T04:10:56.847Z+ CIDL_SHA256FUNC=do_sha256sum
2782024-02-15T04:10:56.847Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-02-15T04:10:56.847Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802024-02-15T04:10:56.847ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-15T04:10:56.847ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-02-15T04:10:56.848Z+ mkdir -p out/downloads
2832024-02-15T04:10:56.848Z+ mkdir -p ./out/cockroachdb
2842024-02-15T04:10:56.901Z+ local DO_DOWNLOAD=true
2852024-02-15T04:10:56.901Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2862024-02-15T04:10:56.901Z+ '[' true == true ']'
2872024-02-15T04:10:56.901Z+ echo Downloading...
2882024-02-15T04:10:56.901ZDownloading...
2892024-02-15T04:10:56.901Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-15T04:10:56.901Z+ 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
2912024-02-15T04:11:02.388Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-15T04:11:02.402Z++ sha256sum
2932024-02-15T04:11:02.402Z++ awk '{print $1}'
2942024-02-15T04:11:02.493Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2952024-02-15T04:11:02.493Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2962024-02-15T04:11:02.499Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-15T04:11:02.499Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2982024-02-15T04:11:04.662Z+ do_assemble_illumos
2992024-02-15T04:11:04.662Z+ rm -r ./out/cockroachdb
3002024-02-15T04:11:04.680Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3012024-02-15T04:11:05.114Z+ ./out/cockroachdb/bin/cockroach version
3022024-02-15T04:11:05.357ZBuild Tag: v22.1.9-dirty
3032024-02-15T04:11:05.357ZBuild Time: 2022/10/26 21:17:46
3042024-02-15T04:11:05.357ZDistribution: OSS
3052024-02-15T04:11:05.358ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3062024-02-15T04:11:05.358ZGo Version: go1.17.13
3072024-02-15T04:11:05.358ZC Compiler: gcc 10.3.0
3082024-02-15T04:11:05.358ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3092024-02-15T04:11:05.358ZBuild Type: release
3102024-02-15T04:11:05.407Z+ set -o errexit
3112024-02-15T04:11:05.429Z+++ dirname ./tools/ci_download_clickhouse
3122024-02-15T04:11:05.429Z++ cd ./tools
3132024-02-15T04:11:05.429Z++ pwd
3142024-02-15T04:11:05.429Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3152024-02-15T04:11:05.429Z++ basename ./tools/ci_download_clickhouse
3162024-02-15T04:11:05.430Z+ ARG0=ci_download_clickhouse
3172024-02-15T04:11:05.430Z+ TARGET_DIR=out
3182024-02-15T04:11:05.430Z+ DOWNLOAD_DIR=out/downloads
3192024-02-15T04:11:05.430Z+ DEST_DIR=./out/clickhouse
3202024-02-15T04:11:05.430Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3212024-02-15T04:11:05.431Z+ CIDL_VERSION=v22.8.9.24
3222024-02-15T04:11:05.431Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3232024-02-15T04:11:05.431Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242024-02-15T04:11:05.431Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3252024-02-15T04:11:05.431Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3262024-02-15T04:11:05.432Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272024-02-15T04:11:05.432Z+ main
3282024-02-15T04:11:05.432Z+ [[ 0 != 0 ]]
3292024-02-15T04:11:05.432Z+ CIDL_OS=solaris2.11
3302024-02-15T04:11:05.432Z+ [[ 0 != 0 ]]
3312024-02-15T04:11:05.432Z+ configure_os solaris2.11
3322024-02-15T04:11:05.433Z+ echo 'current directory: /work/oxidecomputer/omicron'
3332024-02-15T04:11:05.433Zcurrent directory: /work/oxidecomputer/omicron
3342024-02-15T04:11:05.433Zconfiguring based on OS: "solaris2.11"
3352024-02-15T04:11:05.433Z+ echo 'configuring based on OS: "solaris2.11"'
3362024-02-15T04:11:05.433Z+ CIDL_DASHREV=
3372024-02-15T04:11:05.434Z+ case "$1" in
3382024-02-15T04:11:05.434Z+ CIDL_PLATFORM=illumos
3392024-02-15T04:11:05.434Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3402024-02-15T04:11:05.434Z+ CIDL_MD5FUNC=do_md5sum
3412024-02-15T04:11:05.434Z+ CIDL_DASHREV=-1
3422024-02-15T04:11:05.435Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3432024-02-15T04:11:05.435Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-15T04:11:05.435Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-15T04:11:05.435Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-15T04:11:05.436Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472024-02-15T04:11:05.436ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-15T04:11:05.437ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-15T04:11:05.437Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502024-02-15T04:11:05.438Z+ mkdir -p out/downloads
3512024-02-15T04:11:05.438Z+ mkdir -p ./out/clickhouse
3522024-02-15T04:11:05.438Z+ local DO_DOWNLOAD=true
3532024-02-15T04:11:05.438Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3542024-02-15T04:11:05.439Z+ '[' true == true ']'
3552024-02-15T04:11:05.440ZDownloading...
3562024-02-15T04:11:05.440Z+ echo Downloading...
3572024-02-15T04:11:05.440Z+ 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
3582024-02-15T04:11:05.440Z+ 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
3592024-02-15T04:11:07.666Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602024-02-15T04:11:07.676Z++ md5sum
3612024-02-15T04:11:07.676Z++ awk '{print $1}'
3622024-02-15T04:11:07.676Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3632024-02-15T04:11:07.676Z+ [[ 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 ]]
3642024-02-15T04:11:07.676Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3652024-02-15T04:11:07.676Z+ mkdir -p ./out/clickhouse
3662024-02-15T04:11:07.676Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3672024-02-15T04:11:10.621Z+ ./out/clickhouse/clickhouse server --version
3682024-02-15T04:11:10.667ZClickHouse server version 22.8.9.1.
3692024-02-15T04:11:10.688Z+ set -o errexit
3702024-02-15T04:11:10.709Z+++ dirname ./tools/ci_download_console
3712024-02-15T04:11:10.709Z++ cd ./tools
3722024-02-15T04:11:10.709Z++ pwd
3732024-02-15T04:11:10.709Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3742024-02-15T04:11:10.710Z++ basename ./tools/ci_download_console
3752024-02-15T04:11:10.710Z+ ARG0=ci_download_console
3762024-02-15T04:11:10.710Z+ TARGET_DIR=out
3772024-02-15T04:11:10.710Z+ DOWNLOAD_DIR=out/downloads
3782024-02-15T04:11:10.710Z+ DEST_DIR=./out/console-assets
3792024-02-15T04:11:10.711Z+ source /work/oxidecomputer/omicron/tools/console_version
3802024-02-15T04:11:10.711Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3812024-02-15T04:11:10.711Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3822024-02-15T04:11:10.711Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3832024-02-15T04:11:10.711Z+ TARBALL_FILE=out/downloads/console.tar.gz
3842024-02-15T04:11:10.711Z+ main
3852024-02-15T04:11:10.711Z+ [[ 0 != 0 ]]
3862024-02-15T04:11:10.711Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3872024-02-15T04:11:10.712ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3882024-02-15T04:11:10.712Z+ echo 'Local file: out/downloads/console.tar.gz'
3892024-02-15T04:11:10.712ZLocal file: out/downloads/console.tar.gz
3902024-02-15T04:11:10.712Z+ local DO_DOWNLOAD=true
3912024-02-15T04:11:10.712Z+ [[ -f out/downloads/console.tar.gz ]]
3922024-02-15T04:11:10.712Z+ mkdir -p out/downloads
3932024-02-15T04:11:10.712Z+ '[' true == true ']'
3942024-02-15T04:11:10.713Z+ echo Downloading...
3952024-02-15T04:11:10.713ZDownloading...
3962024-02-15T04:11:10.713Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3972024-02-15T04:11:10.713Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3982024-02-15T04:11:11.149Z++ do_sha256sum out/downloads/console.tar.gz
3992024-02-15T04:11:11.149Z++ case "$OSTYPE" in
4002024-02-15T04:11:11.163Z++ SHA=sha256sum
4012024-02-15T04:11:11.163Z++ sha256sum
4022024-02-15T04:11:11.163Z++ awk '{print $1}'
4032024-02-15T04:11:11.163Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4042024-02-15T04:11:11.163Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4052024-02-15T04:11:11.163Z+ rm -rf ./out/console-assets
4062024-02-15T04:11:11.163Z+ mkdir -p ./out/console-assets
4072024-02-15T04:11:11.190Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4082024-02-15T04:11:11.190Z+ mkdir -p ./out/console-assets
4092024-02-15T04:11:11.191Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4102024-02-15T04:11:11.259Z+ set -o errexit
4112024-02-15T04:11:11.265Z+++ dirname ./tools/ci_download_maghemite_openapi
4122024-02-15T04:11:11.265Z++ cd ./tools
4132024-02-15T04:11:11.266Z++ pwd
4142024-02-15T04:11:11.266Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4152024-02-15T04:11:11.266Z++ basename ./tools/ci_download_maghemite_openapi
4162024-02-15T04:11:11.266Z+ ARG0=ci_download_maghemite_openapi
4172024-02-15T04:11:11.267Z+ TARGET_DIR=out
4182024-02-15T04:11:11.267Z+ DOWNLOAD_DIR=out/downloads
4192024-02-15T04:11:11.267Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4202024-02-15T04:11:11.267Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4212024-02-15T04:11:11.268Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4222024-02-15T04:11:11.268Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4232024-02-15T04:11:11.268Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4242024-02-15T04:11:11.268Z+ main
4252024-02-15T04:11:11.268Z+ [[ 0 != 0 ]]
4262024-02-15T04:11:11.281Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4272024-02-15T04:11:11.281ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4282024-02-15T04:11:11.281Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4292024-02-15T04:11:11.281ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4302024-02-15T04:11:11.282Z+ local DO_DOWNLOAD=true
4312024-02-15T04:11:11.282Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4322024-02-15T04:11:11.282Z+ mkdir -p out/downloads
4332024-02-15T04:11:11.282Z+ '[' true == true ']'
4342024-02-15T04:11:11.283Z+ echo Downloading...
4352024-02-15T04:11:11.284ZDownloading...
4362024-02-15T04:11:11.284Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4372024-02-15T04:11:11.284Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4382024-02-15T04:11:11.534Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4392024-02-15T04:11:11.534Z++ case "$OSTYPE" in
4402024-02-15T04:11:11.553Z++ SHA=sha256sum
4412024-02-15T04:11:11.554Z++ sha256sum
4422024-02-15T04:11:11.554Z++ awk '{print $1}'
4432024-02-15T04:11:11.554Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4442024-02-15T04:11:11.554Z+ [[ 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 ]]
4452024-02-15T04:11:11.554Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4462024-02-15T04:11:11.554Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4472024-02-15T04:11:11.555Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4482024-02-15T04:11:11.555Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4492024-02-15T04:11:11.555Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4502024-02-15T04:11:11.555Z+ main
4512024-02-15T04:11:11.556Z+ [[ 0 != 0 ]]
4522024-02-15T04:11:11.556Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4532024-02-15T04:11:11.556ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4542024-02-15T04:11:11.556ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4552024-02-15T04:11:11.556Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4562024-02-15T04:11:11.557Z+ local DO_DOWNLOAD=true
4572024-02-15T04:11:11.557Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4582024-02-15T04:11:11.557Z+ mkdir -p out/downloads
4592024-02-15T04:11:11.557Z+ '[' true == true ']'
4602024-02-15T04:11:11.557Z+ echo Downloading...
4612024-02-15T04:11:11.558ZDownloading...
4622024-02-15T04:11:11.558Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4632024-02-15T04:11:11.558Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4642024-02-15T04:11:11.848Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4652024-02-15T04:11:11.872Z++ case "$OSTYPE" in
4662024-02-15T04:11:11.872Z++ SHA=sha256sum
4672024-02-15T04:11:11.872Z++ sha256sum
4682024-02-15T04:11:11.872Z++ awk '{print $1}'
4692024-02-15T04:11:11.873Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4702024-02-15T04:11:11.873Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4712024-02-15T04:11:11.890Z+ set -o errexit
4722024-02-15T04:11:11.890Z+++ dirname ./tools/ci_download_dendrite_openapi
4732024-02-15T04:11:11.890Z++ cd ./tools
4742024-02-15T04:11:11.891Z++ pwd
4752024-02-15T04:11:11.891Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4762024-02-15T04:11:11.891Z++ basename ./tools/ci_download_dendrite_openapi
4772024-02-15T04:11:11.891Z+ ARG0=ci_download_dendrite_openapi
4782024-02-15T04:11:11.891Z+ TARGET_DIR=out
4792024-02-15T04:11:11.891Z+ DOWNLOAD_DIR=out/downloads
4802024-02-15T04:11:11.891Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812024-02-15T04:11:11.891Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4822024-02-15T04:11:11.892Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4832024-02-15T04:11:11.892Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4842024-02-15T04:11:11.892Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4852024-02-15T04:11:11.892Z+ main
4862024-02-15T04:11:11.892Z+ [[ 0 != 0 ]]
4872024-02-15T04:11:11.892Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4882024-02-15T04:11:11.892ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4892024-02-15T04:11:11.892Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4902024-02-15T04:11:11.892Z+ local DO_DOWNLOAD=true
4912024-02-15T04:11:11.892ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4922024-02-15T04:11:11.893Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4932024-02-15T04:11:11.893Z+ mkdir -p out/downloads
4942024-02-15T04:11:11.893Z+ '[' true == true ']'
4952024-02-15T04:11:11.893Z+ echo Downloading...
4962024-02-15T04:11:11.893ZDownloading...
4972024-02-15T04:11:11.893Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4982024-02-15T04:11:11.893Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4992024-02-15T04:11:12.157Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5002024-02-15T04:11:12.157Z++ case "$OSTYPE" in
5012024-02-15T04:11:12.168Z++ SHA=sha256sum
5022024-02-15T04:11:12.168Z++ sha256sum
5032024-02-15T04:11:12.168Z++ awk '{print $1}'
5042024-02-15T04:11:12.168Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5052024-02-15T04:11:12.168Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5062024-02-15T04:11:12.184Z+ set -o errexit
5072024-02-15T04:11:12.184Z+++ dirname ./tools/ci_download_dendrite_stub
5082024-02-15T04:11:12.185Z++ cd ./tools
5092024-02-15T04:11:12.185Z++ pwd
5102024-02-15T04:11:12.185Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112024-02-15T04:11:12.185Z++ basename ./tools/ci_download_dendrite_stub
5122024-02-15T04:11:12.186Z+ ARG0=ci_download_dendrite_stub
5132024-02-15T04:11:12.186Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142024-02-15T04:11:12.186Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5152024-02-15T04:11:12.186Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5162024-02-15T04:11:12.186Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5172024-02-15T04:11:12.186Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182024-02-15T04:11:12.187Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5192024-02-15T04:11:12.187Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5202024-02-15T04:11:12.187Z+ TARGET_DIR=out
5212024-02-15T04:11:12.187Z+ DOWNLOAD_DIR=out/downloads
5222024-02-15T04:11:12.187Z+ DEST_DIR=./out/dendrite-stub
5232024-02-15T04:11:12.187Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242024-02-15T04:11:12.187Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252024-02-15T04:11:12.187Z+ REPO=oxidecomputer/dendrite
5262024-02-15T04:11:12.187Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5272024-02-15T04:11:12.187Z+ main
5282024-02-15T04:11:12.188Z+ [[ 0 != 0 ]]
5292024-02-15T04:11:12.188Z+ CIDL_OS=solaris2.11
5302024-02-15T04:11:12.188Z+ [[ 0 != 0 ]]
5312024-02-15T04:11:12.188Z+ configure_os solaris2.11
5322024-02-15T04:11:12.188Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332024-02-15T04:11:12.189Z+ echo 'configuring based on OS: "solaris2.11"'
5342024-02-15T04:11:12.189Zcurrent directory: /work/oxidecomputer/omicron
5352024-02-15T04:11:12.189Zconfiguring based on OS: "solaris2.11"
5362024-02-15T04:11:12.189Z+ case "$1" in
5372024-02-15T04:11:12.189Z+ SET_BINARIES=
5382024-02-15T04:11:12.189Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5392024-02-15T04:11:12.189Z+ CIDL_SHA256FUNC=do_sha256sum
5402024-02-15T04:11:12.189Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5412024-02-15T04:11:12.189Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5422024-02-15T04:11:12.189Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5432024-02-15T04:11:12.190Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5442024-02-15T04:11:12.190ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5452024-02-15T04:11:12.190Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5462024-02-15T04:11:12.190Z+ mkdir -p out/downloads
5472024-02-15T04:11:12.190ZLocal file: out/downloads/dendrite-stub.tar.gz
5482024-02-15T04:11:12.190Z+ mkdir -p ./out/dendrite-stub
5492024-02-15T04:11:12.200Z+ fetch_and_verify
5502024-02-15T04:11:12.200Z+ local DO_DOWNLOAD=true
5512024-02-15T04:11:12.200Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5522024-02-15T04:11:12.200Z+ '[' true == true ']'
5532024-02-15T04:11:12.200Z+ echo Downloading...
5542024-02-15T04:11:12.201ZDownloading...
5552024-02-15T04:11:12.201Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5562024-02-15T04:11:12.201Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5572024-02-15T04:11:43.398Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5582024-02-15T04:11:43.415Z++ sha256sum
5592024-02-15T04:11:43.415Z++ awk '{print $1}'
5602024-02-15T04:11:43.432Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5612024-02-15T04:11:43.432Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5622024-02-15T04:11:43.432Z+ do_untar out/downloads/dendrite-stub.tar.gz
5632024-02-15T04:11:43.432Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5642024-02-15T04:11:44.112Z+ do_assemble
5652024-02-15T04:11:44.113Z+ rm -r ./out/dendrite-stub
5662024-02-15T04:11:44.122Z+ mkdir ./out/dendrite-stub
5672024-02-15T04:11:44.122Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5682024-02-15T04:11:44.217Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5692024-02-15T04:11:44.229Z+ set -o errexit
5702024-02-15T04:11:44.235Z+++ dirname ./tools/ci_download_maghemite_mgd
5712024-02-15T04:11:44.252Z++ cd ./tools
5722024-02-15T04:11:44.252Z++ pwd
5732024-02-15T04:11:44.252Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5742024-02-15T04:11:44.252Z++ basename ./tools/ci_download_maghemite_mgd
5752024-02-15T04:11:44.252Z+ ARG0=ci_download_maghemite_mgd
5762024-02-15T04:11:44.252Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5772024-02-15T04:11:44.252Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5782024-02-15T04:11:44.252Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5792024-02-15T04:11:44.252Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5802024-02-15T04:11:44.252Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5812024-02-15T04:11:44.252Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5822024-02-15T04:11:44.252Z+ TARGET_DIR=out
5832024-02-15T04:11:44.252Z+ DOWNLOAD_DIR=out/downloads
5842024-02-15T04:11:44.252Z+ DEST_DIR=./out/mgd
5852024-02-15T04:11:44.252Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5862024-02-15T04:11:44.252Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872024-02-15T04:11:44.252Z+ REPO=oxidecomputer/maghemite
5882024-02-15T04:11:44.252Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5892024-02-15T04:11:44.252Z+ main
5902024-02-15T04:11:44.253Z+ [[ 0 != 0 ]]
5912024-02-15T04:11:44.253Z+ CIDL_OS=solaris2.11
5922024-02-15T04:11:44.253Z+ [[ 0 != 0 ]]
5932024-02-15T04:11:44.253Z+ configure_os solaris2.11
5942024-02-15T04:11:44.253Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952024-02-15T04:11:44.253Zcurrent directory: /work/oxidecomputer/omicron
5962024-02-15T04:11:44.253Z+ echo 'configuring based on OS: "solaris2.11"'
5972024-02-15T04:11:44.253Z+ case "$1" in
5982024-02-15T04:11:44.253Zconfiguring based on OS: "solaris2.11"
5992024-02-15T04:11:44.253Z+ SET_BINARIES=
6002024-02-15T04:11:44.253Z+ CIDL_SHA256FUNC=do_sha256sum
6012024-02-15T04:11:44.253Z+ TARBALL_FILENAME=mgd.tar.gz
6022024-02-15T04:11:44.253Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6032024-02-15T04:11:44.253Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6042024-02-15T04:11:44.253Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6052024-02-15T04:11:44.253ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6062024-02-15T04:11:44.253ZLocal file: out/downloads/mgd.tar.gz
6072024-02-15T04:11:44.253Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6082024-02-15T04:11:44.253Z+ mkdir -p out/downloads
6092024-02-15T04:11:44.253Z+ mkdir -p ./out/mgd
6102024-02-15T04:11:44.253Z+ fetch_and_verify
6112024-02-15T04:11:44.253Z+ local DO_DOWNLOAD=true
6122024-02-15T04:11:44.253Z+ [[ -f out/downloads/mgd.tar.gz ]]
6132024-02-15T04:11:44.253Z+ '[' true == true ']'
6142024-02-15T04:11:44.254Z+ echo Downloading...
6152024-02-15T04:11:44.254ZDownloading...
6162024-02-15T04:11:44.254Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6172024-02-15T04:11:44.254Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6182024-02-15T04:11:58.143Z++ do_sha256sum out/downloads/mgd.tar.gz
6192024-02-15T04:11:58.156Z++ sha256sum
6202024-02-15T04:11:58.156Z++ awk '{print $1}'
6212024-02-15T04:11:58.156Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6222024-02-15T04:11:58.156Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6232024-02-15T04:11:58.156Z+ do_untar out/downloads/mgd.tar.gz
6242024-02-15T04:11:58.156Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6252024-02-15T04:11:58.614Z+ do_assemble
6262024-02-15T04:11:58.614Z+ rm -r ./out/mgd
6272024-02-15T04:11:58.635Z+ mkdir ./out/mgd
6282024-02-15T04:11:58.635Z+ cp -r out/downloads/root ./out/mgd/root
6292024-02-15T04:11:58.800Z+ set -o errexit
6302024-02-15T04:11:58.819Z+++ dirname ./tools/ci_download_transceiver_control
6312024-02-15T04:11:58.819Z++ cd ./tools
6322024-02-15T04:11:58.820Z++ pwd
6332024-02-15T04:11:58.820Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342024-02-15T04:11:58.820Z++ basename ./tools/ci_download_transceiver_control
6352024-02-15T04:11:58.820Z+ ARG0=ci_download_transceiver_control
6362024-02-15T04:11:58.820Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6372024-02-15T04:11:58.821Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382024-02-15T04:11:58.821Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392024-02-15T04:11:58.821Z+ TARGET_DIR=out
6402024-02-15T04:11:58.821Z+ DOWNLOAD_DIR=out/downloads
6412024-02-15T04:11:58.821Z+ DEST_DIR=./out/transceiver-control
6422024-02-15T04:11:58.821Z+ BIN_DIR=/opt/oxide/bin
6432024-02-15T04:11:58.821Z+ BINARY=xcvradm
6442024-02-15T04:11:58.821Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452024-02-15T04:11:58.822Z+ REPO=oxidecomputer/transceiver-control
6462024-02-15T04:11:58.822Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472024-02-15T04:11:58.822Z+ main
6482024-02-15T04:11:58.822Z+ [[ 0 != 0 ]]
6492024-02-15T04:11:58.822Z+ CIDL_OS=solaris2.11
6502024-02-15T04:11:58.822Z+ [[ 0 != 0 ]]
6512024-02-15T04:11:58.823Z+ configure_os solaris2.11
6522024-02-15T04:11:58.823Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532024-02-15T04:11:58.823Zcurrent directory: /work/oxidecomputer/omicron
6542024-02-15T04:11:58.823Z+ echo 'configuring based on OS: "solaris2.11"'
6552024-02-15T04:11:58.823Z+ case "$1" in
6562024-02-15T04:11:58.823Zconfiguring based on OS: "solaris2.11"
6572024-02-15T04:11:58.824Z+ SET_BINARIES=
6582024-02-15T04:11:58.824Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592024-02-15T04:11:58.824Z+ CIDL_SHA256FUNC=do_sha256sum
6602024-02-15T04:11:58.824Z+ ARCHIVE_FILENAME=xcvradm.gz
6612024-02-15T04:11:58.824Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622024-02-15T04:11:58.824Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6632024-02-15T04:11:58.824Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6642024-02-15T04:11:58.825Z+ echo 'Local file: out/downloads/xcvradm.gz'
6652024-02-15T04:11:58.825ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662024-02-15T04:11:58.825ZLocal file: out/downloads/xcvradm.gz
6672024-02-15T04:11:58.825Z+ mkdir -p out/downloads
6682024-02-15T04:11:58.825Z+ mkdir -p ./out/transceiver-control
6692024-02-15T04:11:58.825Z+ fetch_and_verify
6702024-02-15T04:11:58.825Z+ local DO_DOWNLOAD=true
6712024-02-15T04:11:58.826Z+ [[ -f out/downloads/xcvradm.gz ]]
6722024-02-15T04:11:58.826Z+ '[' true == true ']'
6732024-02-15T04:11:58.826Z+ echo Downloading...
6742024-02-15T04:11:58.826ZDownloading...
6752024-02-15T04:11:58.826Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6762024-02-15T04:11:58.826Z+ 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
6772024-02-15T04:12:03.268Z++ do_sha256sum out/downloads/xcvradm.gz
6782024-02-15T04:12:03.276Z++ sha256sum
6792024-02-15T04:12:03.277Z++ awk '{print $1}'
6802024-02-15T04:12:03.277Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812024-02-15T04:12:03.277Z+ [[ 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 ]]
6822024-02-15T04:12:03.277Z+ do_unpack out/downloads/xcvradm.gz
6832024-02-15T04:12:03.277Z+ mkdir -p out/downloads/root//opt/oxide/bin
6842024-02-15T04:12:03.277Z+ gzip -dc out/downloads/xcvradm.gz
6852024-02-15T04:12:03.382Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6862024-02-15T04:12:03.387Z+ do_assemble
6872024-02-15T04:12:03.387Z+ rm -r ./out/transceiver-control
6882024-02-15T04:12:03.387Z+ mkdir ./out/transceiver-control
6892024-02-15T04:12:03.391Z+ cp -r out/downloads/root ./out/transceiver-control/root
6902024-02-15T04:12:03.560ZAll prerequisites installed successfully
6912024-02-15T04:12:03.571Z
6922024-02-15T04:12:03.571Zreal 2:33.256829803
6932024-02-15T04:12:03.572Zuser 36.733658664
6942024-02-15T04:12:03.572Zsys 7.291605211
6952024-02-15T04:12:03.572Ztrap 0.009501464
6962024-02-15T04:12:03.572Ztflt 0.412047208
6972024-02-15T04:12:03.572Zdflt 0.838371386
6982024-02-15T04:12:03.572Zkflt 0.302490278
6992024-02-15T04:12:03.572Zlock 1.965829417
7002024-02-15T04:12:03.572Zslp 5:34.284181560
7012024-02-15T04:12:03.572Zlat 1.786772552
7022024-02-15T04:12:03.572Zstop 0.147885314
7032024-02-15T04:12:03.572Z+ banner end-to-end-tests
7042024-02-15T04:12:03.679Z
7052024-02-15T04:12:03.679Z ###### # # ##### ##### #### ###### # # #####
7062024-02-15T04:12:03.679Z # ## # # # # # # # ## # # #
7072024-02-15T04:12:03.679Z ##### # # # # # ##### # # # ##### ##### # # # # #
7082024-02-15T04:12:03.679Z # # # # # # # # # # # # # # #
7092024-02-15T04:12:03.680Z # # ## # # # # # # # ## # #
7102024-02-15T04:12:03.680Z ###### # # ##### # #### ###### # # #####
7112024-02-15T04:12:03.680Z
7122024-02-15T04:12:03.719Z+ export CARGO_PROFILE_DEV_DEBUG=1
7132024-02-15T04:12:03.719Z+ CARGO_PROFILE_DEV_DEBUG=1
7142024-02-15T04:12:03.720Z+ export CARGO_PROFILE_TEST_DEBUG=1
7152024-02-15T04:12:03.720Z+ CARGO_PROFILE_TEST_DEBUG=1
7162024-02-15T04:12:03.720Z+ export CARGO_INCREMENTAL=0
7172024-02-15T04:12:03.720Z+ CARGO_INCREMENTAL=0
7182024-02-15T04:12:03.720Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7192024-02-15T04:12:03.910Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202024-02-15T04:12:04.223Z Updating git repository `https://github.com/oxidecomputer/samael`
7212024-02-15T04:12:04.599Z Updating crates.io index
7222024-02-15T04:12:04.648Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7232024-02-15T04:12:05.490Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7242024-02-15T04:12:07.232Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7252024-02-15T04:12:07.972Z Updating git repository `http://github.com/oxidecomputer/tofino`
7262024-02-15T04:12:08.682Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7272024-02-15T04:12:08.701Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7282024-02-15T04:12:08.794Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-02-15T04:12:09.647Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-02-15T04:12:11.990Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-02-15T04:12:12.915Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7322024-02-15T04:12:13.270Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332024-02-15T04:12:13.838Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7342024-02-15T04:12:14.153Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7352024-02-15T04:12:14.475Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362024-02-15T04:12:14.750Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372024-02-15T04:12:15.141Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382024-02-15T04:12:15.639Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7392024-02-15T04:12:16.167Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7402024-02-15T04:12:16.392Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7412024-02-15T04:12:16.716Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7422024-02-15T04:12:18.073Z Updating git repository `https://github.com/jgallagher/nix`
7432024-02-15T04:12:19.058Z Updating git repository `https://github.com/cbiffle/hubpack`
7442024-02-15T04:12:19.415Z Updating git repository `https://github.com/oxidecomputer/typify`
7452024-02-15T04:12:20.948Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7462024-02-15T04:12:21.313Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7472024-02-15T04:12:21.579Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7482024-02-15T04:12:23.014Z Downloading crates ...
7492024-02-15T04:12:23.247Z Downloaded adler v1.0.2
7502024-02-15T04:12:23.274Z Downloaded atomicwrites v0.4.3
7512024-02-15T04:12:23.274Z Downloaded debug-ignore v1.0.5
7522024-02-15T04:12:23.274Z Downloaded bit-vec v0.6.3
7532024-02-15T04:12:23.274Z Downloaded base16ct v0.2.0
7542024-02-15T04:12:23.274Z Downloaded atomic-waker v1.1.1
7552024-02-15T04:12:23.279Z Downloaded diesel_table_macro_syntax v0.1.0
7562024-02-15T04:12:23.279Z Downloaded crossbeam-deque v0.8.3
7572024-02-15T04:12:23.279Z Downloaded block-buffer v0.10.4
7582024-02-15T04:12:23.279Z Downloaded pretty-hex v0.4.1
7592024-02-15T04:12:23.279Z Downloaded postgres-types v0.2.6
7602024-02-15T04:12:23.279Z Downloaded bit-set v0.5.3
7612024-02-15T04:12:23.279Z Downloaded base64ct v1.6.0
7622024-02-15T04:12:23.287Z Downloaded block-padding v0.3.3
7632024-02-15T04:12:23.291Z Downloaded strsim v0.8.0
7642024-02-15T04:12:23.291Z Downloaded bitflags v1.3.2
7652024-02-15T04:12:23.295Z Downloaded base64 v0.21.7
7662024-02-15T04:12:23.300Z Downloaded num-bigint v0.4.4
7672024-02-15T04:12:23.323Z Downloaded parse-display v0.9.0
7682024-02-15T04:12:23.336Z Downloaded num-complex v0.4.4
7692024-02-15T04:12:23.336Z Downloaded matches v0.1.10
7702024-02-15T04:12:23.337Z Downloaded aes v0.8.3
7712024-02-15T04:12:23.337Z Downloaded derive-where v1.2.7
7722024-02-15T04:12:23.350Z Downloaded pem v3.0.2
7732024-02-15T04:12:23.350Z Downloaded password-hash v0.5.0
7742024-02-15T04:12:23.350Z Downloaded bitflags v2.4.0
7752024-02-15T04:12:23.355Z Downloaded pest_generator v2.7.6
7762024-02-15T04:12:23.355Z Downloaded curve25519-dalek-derive v0.1.0
7772024-02-15T04:12:23.355Z Downloaded crucible-workspace-hack v0.1.0
7782024-02-15T04:12:23.355Z Downloaded anstyle-parse v0.2.1
7792024-02-15T04:12:23.356Z Downloaded defmt v0.3.5
7802024-02-15T04:12:23.365Z Downloaded phf_shared v0.10.0
7812024-02-15T04:12:23.369Z Downloaded atty v0.2.14
7822024-02-15T04:12:23.369Z Downloaded num v0.4.1
7832024-02-15T04:12:23.369Z Downloaded opaque-debug v0.3.0
7842024-02-15T04:12:23.373Z Downloaded openssl-probe v0.1.5
7852024-02-15T04:12:23.373Z Downloaded clap_lex v0.5.1
7862024-02-15T04:12:23.379Z Downloaded pbkdf2 v0.12.2
7872024-02-15T04:12:23.380Z Downloaded num-iter v0.1.43
7882024-02-15T04:12:23.386Z Downloaded num-derive v0.4.0
7892024-02-15T04:12:23.386Z Downloaded ansi_term v0.12.1
7902024-02-15T04:12:23.392Z Downloaded lock_api v0.4.10
7912024-02-15T04:12:23.392Z Downloaded cancel-safe-futures v0.1.5
7922024-02-15T04:12:23.398Z Downloaded tower-service v0.3.2
7932024-02-15T04:12:23.398Z Downloaded time-core v0.1.1
7942024-02-15T04:12:23.398Z Downloaded phf v0.11.2
7952024-02-15T04:12:23.402Z Downloaded num_enum_derive v0.5.11
7962024-02-15T04:12:23.402Z Downloaded structopt-derive v0.4.18
7972024-02-15T04:12:23.402Z Downloaded predicates-core v1.0.6
7982024-02-15T04:12:23.408Z Downloaded waitgroup v0.1.2
7992024-02-15T04:12:23.408Z Downloaded dtrace-parser v0.2.0
8002024-02-15T04:12:23.408Z Downloaded foreign-types v0.3.2
8012024-02-15T04:12:23.413Z Downloaded take_mut v0.2.2
8022024-02-15T04:12:23.413Z Downloaded gethostname v0.4.3
8032024-02-15T04:12:23.429Z Downloaded httpdate v1.0.3
8042024-02-15T04:12:23.429Z Downloaded http-range v0.1.5
8052024-02-15T04:12:23.433Z Downloaded arrayref v0.3.7
8062024-02-15T04:12:23.433Z Downloaded polyval v0.6.1
8072024-02-15T04:12:23.433Z Downloaded md-5 v0.10.5
8082024-02-15T04:12:23.433Z Downloaded parse-display-derive v0.9.0
8092024-02-15T04:12:23.434Z Downloaded hubpack v0.1.2
8102024-02-15T04:12:23.434Z Downloaded argon2 v0.5.3
8112024-02-15T04:12:23.434Z Downloaded anstyle v1.0.2
8122024-02-15T04:12:23.434Z Downloaded anyhow v1.0.75
8132024-02-15T04:12:23.440Z Downloaded russh-cryptovec v0.7.0
8142024-02-15T04:12:23.446Z Downloaded pin-utils v0.1.0
8152024-02-15T04:12:23.446Z Downloaded futures-sink v0.3.30
8162024-02-15T04:12:23.446Z Downloaded futures-macro v0.3.30
8172024-02-15T04:12:23.446Z Downloaded untrusted v0.9.0
8182024-02-15T04:12:23.451Z Downloaded platforms v3.0.2
8192024-02-15T04:12:23.456Z Downloaded usdt-impl v0.3.5
8202024-02-15T04:12:23.456Z Downloaded walkdir v2.4.0
8212024-02-15T04:12:23.462Z Downloaded hash32 v0.2.1
8222024-02-15T04:12:23.462Z Downloaded async-stream v0.3.5
8232024-02-15T04:12:23.462Z Downloaded hostname v0.3.1
8242024-02-15T04:12:23.471Z Downloaded diesel_derives v2.1.2
8252024-02-15T04:12:23.471Z Downloaded rustversion v1.0.14
8262024-02-15T04:12:23.477Z Downloaded scopeguard v1.2.0
8272024-02-15T04:12:23.477Z Downloaded ciborium v0.2.2
8282024-02-15T04:12:23.477Z Downloaded iana-time-zone v0.1.57
8292024-02-15T04:12:23.483Z Downloaded clap v4.4.3
8302024-02-15T04:12:23.506Z Downloaded synstructure v0.12.6
8312024-02-15T04:12:23.533Z Downloaded want v0.3.1
8322024-02-15T04:12:23.533Z Downloaded num-traits v0.2.16
8332024-02-15T04:12:23.533Z Downloaded usdt-macro v0.5.0
8342024-02-15T04:12:23.533Z Downloaded toolchain_find v0.2.0
8352024-02-15T04:12:23.533Z Downloaded getrandom v0.1.16
8362024-02-15T04:12:23.533Z Downloaded uuid v1.7.0
8372024-02-15T04:12:23.533Z Downloaded dof v0.1.5
8382024-02-15T04:12:23.533Z Downloaded term v0.7.0
8392024-02-15T04:12:23.533Z Downloaded endian-type v0.1.2
8402024-02-15T04:12:23.533Z Downloaded slog-scope v4.4.0
8412024-02-15T04:12:23.534Z Downloaded sha2 v0.10.8
8422024-02-15T04:12:23.534Z Downloaded smf v0.2.2
8432024-02-15T04:12:23.534Z Downloaded zeroize_derive v1.4.2
8442024-02-15T04:12:23.534Z Downloaded ghash v0.5.0
8452024-02-15T04:12:23.542Z Downloaded unicode-width v0.1.11
8462024-02-15T04:12:23.543Z Downloaded hyper-rustls v0.24.2
8472024-02-15T04:12:23.543Z Downloaded russh-keys v0.40.1
8482024-02-15T04:12:23.543Z Downloaded dtrace-parser v0.1.14
8492024-02-15T04:12:23.543Z Downloaded rand_core v0.5.1
8502024-02-15T04:12:23.544Z Downloaded rand_chacha v0.2.2
8512024-02-15T04:12:23.544Z Downloaded foreign-types-shared v0.3.1
8522024-02-15T04:12:23.544Z Downloaded foreign-types-shared v0.1.1
8532024-02-15T04:12:23.545Z Downloaded subtle v2.5.0
8542024-02-15T04:12:23.545Z Downloaded enum-as-inner v0.5.1
8552024-02-15T04:12:23.545Z Downloaded scroll_derive v0.12.0
8562024-02-15T04:12:23.545Z Downloaded tokio-native-tls v0.3.1
8572024-02-15T04:12:23.559Z Downloaded toml v0.8.9
8582024-02-15T04:12:23.560Z Downloaded semver v0.11.0
8592024-02-15T04:12:23.560Z Downloaded scroll v0.12.0
8602024-02-15T04:12:23.560Z Downloaded clap_derive v4.4.2
8612024-02-15T04:12:23.560Z Downloaded serde_tokenstream v0.2.0
8622024-02-15T04:12:23.570Z Downloaded proc-macro-crate v1.3.1
8632024-02-15T04:12:23.571Z Downloaded serde_tokenstream v0.1.7
8642024-02-15T04:12:23.571Z Downloaded crypto-common v0.1.6
8652024-02-15T04:12:23.571Z Downloaded crypto-bigint v0.5.2
8662024-02-15T04:12:23.578Z Downloaded swrite v0.1.0
8672024-02-15T04:12:23.579Z Downloaded thiserror v1.0.56
8682024-02-15T04:12:23.585Z Downloaded rustc_version v0.4.0
8692024-02-15T04:12:23.585Z Downloaded const-oid v0.9.5
8702024-02-15T04:12:23.585Z Downloaded headers-core v0.2.0
8712024-02-15T04:12:23.585Z Downloaded slog-async v2.8.0
8722024-02-15T04:12:23.608Z Downloaded usdt v0.5.0
8732024-02-15T04:12:23.608Z Downloaded cc v1.0.83
8742024-02-15T04:12:23.608Z Downloaded siphasher v0.3.11
8752024-02-15T04:12:23.608Z Downloaded serde_repr v0.1.16
8762024-02-15T04:12:23.608Z Downloaded getrandom v0.2.10
8772024-02-15T04:12:23.609Z Downloaded ecdsa v0.16.9
8782024-02-15T04:12:23.609Z Downloaded slog-dtrace v0.3.0
8792024-02-15T04:12:23.609Z Downloaded half v2.3.1
8802024-02-15T04:12:23.619Z Downloaded normalize-line-endings v0.3.0
8812024-02-15T04:12:23.620Z Downloaded slog-envlogger v2.2.0
8822024-02-15T04:12:23.620Z Downloaded futures-io v0.3.30
8832024-02-15T04:12:23.620Z Downloaded digest v0.10.7
8842024-02-15T04:12:23.620Z Downloaded usdt-attr-macro v0.3.5
8852024-02-15T04:12:23.632Z Downloaded slog-bunyan v2.5.0
8862024-02-15T04:12:23.632Z Downloaded schemars_derive v0.8.16
8872024-02-15T04:12:23.632Z Downloaded rustfmt-wrapper v0.2.0
8882024-02-15T04:12:23.632Z Downloaded indexmap v1.9.3
8892024-02-15T04:12:23.633Z Downloaded rustls-pki-types v1.1.0
8902024-02-15T04:12:23.633Z Downloaded structmeta v0.3.0
8912024-02-15T04:12:23.639Z Downloaded strsim v0.10.0
8922024-02-15T04:12:23.639Z Downloaded zip v0.6.6
8932024-02-15T04:12:23.640Z Downloaded group v0.13.0
8942024-02-15T04:12:23.640Z Downloaded serde_with_macros v3.6.0
8952024-02-15T04:12:23.647Z Downloaded zerocopy-derive v0.7.32
8962024-02-15T04:12:23.647Z Downloaded fxhash v0.2.1
8972024-02-15T04:12:23.647Z Downloaded ipnetwork v0.20.0
8982024-02-15T04:12:23.647Z Downloaded hex v0.4.3
8992024-02-15T04:12:23.654Z Downloaded inout v0.1.3
9002024-02-15T04:12:23.654Z Downloaded rand_chacha v0.3.1
9012024-02-15T04:12:23.654Z Downloaded derive_more v0.99.17
9022024-02-15T04:12:23.659Z Downloaded tokio-macros v2.2.0
9032024-02-15T04:12:23.659Z Downloaded rand_core v0.6.4
9042024-02-15T04:12:23.664Z Downloaded strum v0.25.0
9052024-02-15T04:12:23.664Z Downloaded whoami v1.4.1
9062024-02-15T04:12:23.664Z Downloaded trust-dns-server v0.22.1
9072024-02-15T04:12:23.671Z Downloaded darling_macro v0.20.3
9082024-02-15T04:12:23.671Z Downloaded sha1 v0.10.6
9092024-02-15T04:12:23.671Z Downloaded serde_derive v1.0.196
9102024-02-15T04:12:23.686Z Downloaded hubpack_derive v0.1.1
9112024-02-15T04:12:23.686Z Downloaded signature v2.1.0
9122024-02-15T04:12:23.686Z Downloaded hash32 v0.3.1
9132024-02-15T04:12:23.686Z Downloaded rustls-pemfile v1.0.3
9142024-02-15T04:12:23.686Z Downloaded sct v0.7.0
9152024-02-15T04:12:23.691Z Downloaded semver v0.1.20
9162024-02-15T04:12:23.691Z Downloaded serde_urlencoded v0.7.1
9172024-02-15T04:12:23.691Z Downloaded thread-id v4.2.0
9182024-02-15T04:12:23.691Z Downloaded terminal_size v0.2.6
9192024-02-15T04:12:23.697Z Downloaded usdt v0.3.5
9202024-02-15T04:12:23.697Z Downloaded unicode-ident v1.0.12
9212024-02-15T04:12:23.697Z Downloaded unicode-segmentation v1.10.1
9222024-02-15T04:12:23.706Z Downloaded pest v2.7.6
9232024-02-15T04:12:23.715Z Downloaded heapless v0.8.0
9242024-02-15T04:12:23.715Z Downloaded display-error-chain v0.2.0
9252024-02-15T04:12:23.715Z Downloaded version_check v0.9.4
9262024-02-15T04:12:23.722Z Downloaded thiserror-no-std v2.0.2
9272024-02-15T04:12:23.722Z Downloaded ed25519 v2.2.2
9282024-02-15T04:12:23.723Z Downloaded vec_map v0.8.2
9292024-02-15T04:12:23.723Z Downloaded resolv-conf v0.7.0
9302024-02-15T04:12:23.742Z Downloaded typenum v1.16.0
9312024-02-15T04:12:23.742Z Downloaded try-lock v0.2.4
9322024-02-15T04:12:23.742Z Downloaded dirs v5.0.1
9332024-02-15T04:12:23.742Z Downloaded secrecy v0.8.0
9342024-02-15T04:12:23.742Z Downloaded structmeta-derive v0.3.0
9352024-02-15T04:12:23.742Z Downloaded heck v0.4.1
9362024-02-15T04:12:23.742Z Downloaded subprocess v0.2.9
9372024-02-15T04:12:23.742Z Downloaded time-macros v0.2.13
9382024-02-15T04:12:23.742Z Downloaded proc-macro2 v1.0.78
9392024-02-15T04:12:23.756Z Downloaded phf_shared v0.11.2
9402024-02-15T04:12:23.756Z Downloaded either v1.9.0
9412024-02-15T04:12:23.756Z Downloaded futures-task v0.3.30
9422024-02-15T04:12:23.756Z Downloaded hmac v0.12.1
9432024-02-15T04:12:23.757Z Downloaded difflib v0.4.0
9442024-02-15T04:12:23.757Z Downloaded serde_spanned v0.6.5
9452024-02-15T04:12:23.757Z Downloaded quick-error v1.2.3
9462024-02-15T04:12:23.760Z Downloaded instant v0.1.12
9472024-02-15T04:12:23.760Z Downloaded spki v0.7.2
9482024-02-15T04:12:23.760Z Downloaded rustc_version v0.1.7
9492024-02-15T04:12:23.760Z Downloaded serde_path_to_error v0.1.15
9502024-02-15T04:12:23.760Z Downloaded glob v0.3.1
9512024-02-15T04:12:23.760Z Downloaded slog v2.7.0
9522024-02-15T04:12:23.760Z Downloaded strum v0.26.1
9532024-02-15T04:12:23.760Z Downloaded rustc-demangle v0.1.23
9542024-02-15T04:12:23.763Z Downloaded usdt-impl v0.5.0
9552024-02-15T04:12:23.764Z Downloaded rayon-core v1.12.0
9562024-02-15T04:12:23.768Z Downloaded errno v0.3.8
9572024-02-15T04:12:23.769Z Downloaded aes-gcm v0.10.3
9582024-02-15T04:12:23.772Z Downloaded ucd-trie v0.1.6
9592024-02-15T04:12:23.772Z Downloaded rcgen v0.12.1
9602024-02-15T04:12:23.791Z Downloaded semver v1.0.21
9612024-02-15T04:12:23.791Z Downloaded similar v2.3.0
9622024-02-15T04:12:23.791Z Downloaded thread_local v1.1.7
9632024-02-15T04:12:23.791Z Downloaded serde_derive_internals v0.26.0
9642024-02-15T04:12:23.791Z Downloaded quote v1.0.35
9652024-02-15T04:12:23.791Z Downloaded tokio-rustls v0.24.1
9662024-02-15T04:12:23.796Z Downloaded tracing-attributes v0.1.26
9672024-02-15T04:12:23.796Z Downloaded ipnet v2.9.0
9682024-02-15T04:12:23.800Z Downloaded r2d2 v0.8.10
9692024-02-15T04:12:23.800Z Downloaded proc-macro-error-attr v1.0.4
9702024-02-15T04:12:23.800Z Downloaded schemars v0.8.16
9712024-02-15T04:12:23.809Z Downloaded unsafe-libyaml v0.2.10
9722024-02-15T04:12:23.813Z Downloaded foreign-types v0.5.0
9732024-02-15T04:12:23.816Z Downloaded hashbrown v0.12.3
9742024-02-15T04:12:23.819Z Downloaded zerocopy v0.3.0
9752024-02-15T04:12:23.819Z Downloaded postcard v1.0.8
9762024-02-15T04:12:23.822Z Downloaded nom v7.1.3
9772024-02-15T04:12:23.837Z Downloaded headers v0.3.9
9782024-02-15T04:12:23.842Z Downloaded ed25519-dalek v2.0.0
9792024-02-15T04:12:23.842Z Downloaded russh v0.40.2
9802024-02-15T04:12:23.846Z Downloaded http v1.0.0
9812024-02-15T04:12:23.846Z Downloaded blake3 v1.5.0
9822024-02-15T04:12:23.852Z Downloaded aho-corasick v1.0.4
9832024-02-15T04:12:23.857Z Downloaded flate2 v1.0.28
9842024-02-15T04:12:23.863Z Downloaded yasna v0.5.2
9852024-02-15T04:12:23.866Z Downloaded rand v0.8.5
9862024-02-15T04:12:23.869Z Downloaded winnow v0.5.15
9872024-02-15T04:12:23.876Z Downloaded vsss-rs v3.3.4
9882024-02-15T04:12:23.879Z Downloaded url v2.5.0
9892024-02-15T04:12:23.882Z Downloaded itertools v0.12.1
9902024-02-15T04:12:23.890Z Downloaded petgraph v0.6.4
9912024-02-15T04:12:23.905Z Downloaded tinyvec v1.6.0
9922024-02-15T04:12:23.908Z Downloaded steno v0.4.0
9932024-02-15T04:12:23.912Z Downloaded serde_with v3.6.0
9942024-02-15T04:12:23.921Z Downloaded hashbrown v0.13.2
9952024-02-15T04:12:23.926Z Downloaded futures-util v0.3.30
9962024-02-15T04:12:23.939Z Downloaded rand v0.7.3
9972024-02-15T04:12:23.947Z Downloaded regex-automata v0.1.10
9982024-02-15T04:12:23.950Z Downloaded reqwest v0.11.22
9992024-02-15T04:12:23.958Z Downloaded tokio-postgres v0.7.10
10002024-02-15T04:12:23.963Z Downloaded hashbrown v0.14.2
10012024-02-15T04:12:23.969Z Downloaded rayon v1.8.0
10022024-02-15T04:12:23.982Z Downloaded clap v2.34.0
10032024-02-15T04:12:24.410Z Downloaded tokio-util v0.7.10
10042024-02-15T04:12:24.410Z Downloaded rustls-webpki v0.102.1
10052024-02-15T04:12:24.430Z Downloaded curve25519-dalek v4.1.1
10062024-02-15T04:12:24.430Z Downloaded regress v0.7.1
10072024-02-15T04:12:24.431Z Downloaded object v0.32.1
10082024-02-15T04:12:24.431Z Downloaded zerocopy v0.7.32
10092024-02-15T04:12:24.431Z Downloaded idna v0.5.0
10102024-02-15T04:12:24.431Z Downloaded regex v1.10.3
10112024-02-15T04:12:24.431Z Downloaded radix_trie v0.2.1
10122024-02-15T04:12:24.432Z Downloaded idna v0.2.3
10132024-02-15T04:12:24.432Z Downloaded gimli v0.28.0
10142024-02-15T04:12:24.432Z Downloaded regex-syntax v0.8.2
10152024-02-15T04:12:24.432Z Downloaded vcpkg v0.2.15
10162024-02-15T04:12:24.432Z Downloaded openssl v0.10.60
10172024-02-15T04:12:24.433Z Downloaded goblin v0.8.0
10182024-02-15T04:12:24.433Z Downloaded bstr v0.2.17
10192024-02-15T04:12:24.433Z Downloaded webpki-roots v0.25.2
10202024-02-15T04:12:24.433Z Downloaded diesel v2.1.4
10212024-02-15T04:12:24.433Z Downloaded syn v1.0.109
10222024-02-15T04:12:24.433Z Downloaded sled v0.34.7
10232024-02-15T04:12:24.434Z Downloaded regex-automata v0.3.8
10242024-02-15T04:12:24.434Z Downloaded smoltcp v0.9.1
10252024-02-15T04:12:24.434Z Downloaded zerocopy-derive v0.6.4
10262024-02-15T04:12:24.434Z Downloaded trust-dns-proto v0.22.0
10272024-02-15T04:12:24.435Z Downloaded rustix v0.38.31
10282024-02-15T04:12:24.435Z Downloaded rustls v0.22.2
10292024-02-15T04:12:24.435Z Downloaded sha3 v0.10.8
10302024-02-15T04:12:24.435Z Downloaded rustix v0.37.23
10312024-02-15T04:12:24.435Z Downloaded zerocopy-derive v0.2.0
10322024-02-15T04:12:24.436Z Downloaded tokio v1.36.0
10332024-02-15T04:12:24.436Z Downloaded bzip2-sys v0.1.11+1.0.8
10342024-02-15T04:12:24.436Z Downloaded encoding_rs v0.8.33
10352024-02-15T04:12:24.452Z Downloaded regex-automata v0.4.4
10362024-02-15T04:12:24.476Z Downloaded libc v0.2.153
10372024-02-15T04:12:24.489Z Downloaded openapiv3 v2.0.0
10382024-02-15T04:12:24.499Z Downloaded bstr v1.6.0
10392024-02-15T04:12:24.535Z Downloaded rustls v0.21.9
10402024-02-15T04:12:24.550Z Downloaded smoltcp v0.11.0
10412024-02-15T04:12:24.550Z Downloaded winapi v0.3.9
10422024-02-15T04:12:24.579Z Downloaded chrono v0.4.31
10432024-02-15T04:12:24.592Z Downloaded serde_json v1.0.113
10442024-02-15T04:12:24.619Z Downloaded rustls-webpki v0.101.7
10452024-02-15T04:12:24.632Z Downloaded hyper v0.14.27
10462024-02-15T04:12:24.632Z Downloaded hkdf v0.12.4
10472024-02-15T04:12:24.633Z Downloaded itertools v0.10.5
10482024-02-15T04:12:24.633Z Downloaded h2 v0.3.24
10492024-02-15T04:12:24.640Z Downloaded toml_edit v0.19.15
10502024-02-15T04:12:24.654Z Downloaded ring v0.17.7
10512024-02-15T04:12:24.718Z Downloaded toml_edit v0.21.1
10522024-02-15T04:12:24.737Z Downloaded http v0.2.11
10532024-02-15T04:12:24.747Z Downloaded clap_builder v4.4.2
10542024-02-15T04:12:24.781Z Downloaded minimal-lexical v0.2.1
10552024-02-15T04:12:24.781Z Downloaded indexmap v2.2.2
10562024-02-15T04:12:24.781Z Downloaded serde v1.0.196
10572024-02-15T04:12:25.232Z Downloaded foreign-types-macros v0.2.3
10582024-02-15T04:12:25.232Z Downloaded structopt v0.3.26
10592024-02-15T04:12:25.232Z Downloaded socket2 v0.4.9
10602024-02-15T04:12:25.232Z Downloaded time v0.3.27
10612024-02-15T04:12:25.232Z Downloaded tokio-tungstenite v0.20.1
10622024-02-15T04:12:25.232Z Downloaded spin v0.9.8
10632024-02-15T04:12:25.232Z Downloaded unicode-normalization v0.1.22
10642024-02-15T04:12:25.232Z Downloaded zerocopy v0.6.4
10652024-02-15T04:12:25.233Z Downloaded trust-dns-client v0.22.0
10662024-02-15T04:12:25.233Z Downloaded libm v0.2.7
10672024-02-15T04:12:25.260Z Downloaded crossterm v0.27.0
10682024-02-15T04:12:25.260Z Downloaded io-lifetimes v1.0.11
10692024-02-15T04:12:25.260Z Downloaded universal-hash v0.5.1
10702024-02-15T04:12:25.261Z Downloaded static_assertions v1.1.0
10712024-02-15T04:12:25.261Z Downloaded same-file v1.0.6
10722024-02-15T04:12:25.261Z Downloaded serde_yaml v0.9.25
10732024-02-15T04:12:25.261Z Downloaded tungstenite v0.20.1
10742024-02-15T04:12:25.261Z Downloaded macaddr v1.0.1
10752024-02-15T04:12:25.262Z Downloaded textwrap v0.11.0
10762024-02-15T04:12:25.262Z Downloaded console v0.15.8
10772024-02-15T04:12:25.262Z Downloaded smallvec v1.13.1
10782024-02-15T04:12:25.262Z Downloaded unicode-bidi v0.3.13
10792024-02-15T04:12:25.263Z Downloaded mio v0.8.9
10802024-02-15T04:12:25.263Z Downloaded tracing v0.1.37
10812024-02-15T04:12:25.263Z Downloaded unicode-xid v0.2.4
10822024-02-15T04:12:25.263Z Downloaded crossbeam-channel v0.5.8
10832024-02-15T04:12:25.264Z Downloaded trust-dns-resolver v0.22.0
10842024-02-15T04:12:25.264Z Downloaded toml v0.5.11
10852024-02-15T04:12:25.264Z Downloaded memchr v2.6.3
10862024-02-15T04:12:25.264Z Downloaded tracing-core v0.1.31
10872024-02-15T04:12:25.265Z Downloaded heapless v0.7.16
10882024-02-15T04:12:25.265Z Downloaded toml v0.7.8
10892024-02-15T04:12:25.265Z Downloaded socket2 v0.5.5
10902024-02-15T04:12:25.265Z Downloaded rustls-pemfile v2.0.0
10912024-02-15T04:12:25.266Z Downloaded slog-json v2.6.1
10922024-02-15T04:12:25.266Z Downloaded scheduled-thread-pool v0.2.7
10932024-02-15T04:12:25.266Z Downloaded signal-hook v0.3.17
10942024-02-15T04:12:25.266Z Downloaded elliptic-curve v0.13.8
10952024-02-15T04:12:25.267Z Downloaded http-body v0.4.5
10962024-02-15T04:12:25.267Z Downloaded slog-term v2.9.0
10972024-02-15T04:12:25.267Z Downloaded proc-macro-error v1.0.4
10982024-02-15T04:12:25.267Z Downloaded futures-executor v0.3.30
10992024-02-15T04:12:25.267Z Downloaded slab v0.4.9
11002024-02-15T04:12:25.268Z Downloaded heck v0.3.3
11012024-02-15T04:12:25.268Z Downloaded topological-sort v0.2.2
11022024-02-15T04:12:25.268Z Downloaded ring v0.16.20
11032024-02-15T04:12:25.268Z Downloaded arc-swap v1.6.0
11042024-02-15T04:12:25.268Z Downloaded home v0.5.5
11052024-02-15T04:12:25.269Z Downloaded pkg-config v0.3.27
11062024-02-15T04:12:25.269Z Downloaded signal-hook-mio v0.2.3
11072024-02-15T04:12:25.269Z Downloaded signal-hook-registry v1.4.1
11082024-02-15T04:12:25.269Z Downloaded sec1 v0.7.3
11092024-02-15T04:12:25.269Z Downloaded futures-channel v0.3.30
11102024-02-15T04:12:25.269Z Downloaded der v0.7.8
11112024-02-15T04:12:25.270Z Downloaded dirs-sys v0.4.1
11122024-02-15T04:12:25.270Z Downloaded float-cmp v0.9.0
11132024-02-15T04:12:25.270Z Downloaded flagset v0.4.3
11142024-02-15T04:12:25.270Z Downloaded ryu v1.0.15
11152024-02-15T04:12:25.270Z Downloaded fastrand v2.0.1
11162024-02-15T04:12:25.270Z Downloaded utf-8 v0.7.6
11172024-02-15T04:12:25.271Z Downloaded openssl-sys v0.9.96
11182024-02-15T04:12:25.271Z Downloaded tar v0.4.40
11192024-02-15T04:12:25.271Z Downloaded dof v0.3.0
11202024-02-15T04:12:25.271Z Downloaded semver-parser v0.10.2
11212024-02-15T04:12:25.271Z Downloaded string_cache v0.8.7
11222024-02-15T04:12:25.271Z Downloaded hex-literal v0.4.1
11232024-02-15T04:12:25.272Z Downloaded primeorder v0.13.6
11242024-02-15T04:12:25.272Z Downloaded futures-core v0.3.30
11252024-02-15T04:12:25.272Z Downloaded fallible-iterator v0.2.0
11262024-02-15T04:12:25.272Z Downloaded dirs-next v2.0.0
11272024-02-15T04:12:25.273Z Downloaded usdt-macro v0.3.5
11282024-02-15T04:12:25.273Z Downloaded is-terminal v0.4.9
11292024-02-15T04:12:25.273Z Downloaded generic-array v0.14.7
11302024-02-15T04:12:25.274Z Downloaded chacha20poly1305 v0.10.1
11312024-02-15T04:12:25.274Z Downloaded futures v0.3.30
11322024-02-15T04:12:25.274Z Downloaded httparse v1.8.0
11332024-02-15T04:12:25.274Z Downloaded dirs-sys-next v0.1.2
11342024-02-15T04:12:25.274Z Downloaded fixedbitset v0.4.2
11352024-02-15T04:12:25.274Z Downloaded equivalent v1.0.1
11362024-02-15T04:12:25.275Z Downloaded backtrace v0.3.69
11372024-02-15T04:12:25.275Z Downloaded pest_meta v2.7.6
11382024-02-15T04:12:25.275Z Downloaded p256 v0.13.2
11392024-02-15T04:12:25.275Z Downloaded rfc6979 v0.4.0
11402024-02-15T04:12:25.275Z Downloaded spin v0.5.2
11412024-02-15T04:12:25.276Z Downloaded tokio-stream v0.1.14
11422024-02-15T04:12:25.276Z Downloaded tokio-rustls v0.25.0
11432024-02-15T04:12:25.276Z Downloaded hyper-tls v0.5.0
11442024-02-15T04:12:25.276Z Downloaded addr2line v0.21.0
11452024-02-15T04:12:25.276Z Downloaded ident_case v1.0.1
11462024-02-15T04:12:25.277Z Downloaded slog-stdlog v4.1.1
11472024-02-15T04:12:25.277Z Downloaded poly1305 v0.8.0
11482024-02-15T04:12:25.277Z Downloaded pin-project-lite v0.2.13
11492024-02-15T04:12:25.277Z Downloaded pkcs8 v0.10.2
11502024-02-15T04:12:25.278Z Downloaded crossbeam-utils v0.8.16
11512024-02-15T04:12:25.278Z Downloaded crossbeam-epoch v0.9.15
11522024-02-15T04:12:25.278Z Downloaded bzip2 v0.4.4
11532024-02-15T04:12:25.278Z Downloaded miniz_oxide v0.7.1
11542024-02-15T04:12:25.278Z Downloaded hyper-staticfile v0.9.5
11552024-02-15T04:12:25.278Z Downloaded getopts v0.2.21
11562024-02-15T04:12:25.279Z Downloaded bytes v1.5.0
11572024-02-15T04:12:25.279Z Downloaded form_urlencoded v1.2.1
11582024-02-15T04:12:25.279Z Downloaded fnv v1.0.7
11592024-02-15T04:12:25.279Z Downloaded embedded-io v0.4.0
11602024-02-15T04:12:25.279Z Downloaded ff v0.13.0
11612024-02-15T04:12:25.280Z Downloaded dyn-clone v1.0.16
11622024-02-15T04:12:25.280Z Downloaded zeroize v1.7.0
11632024-02-15T04:12:25.280Z Downloaded xattr v1.0.1
11642024-02-15T04:12:25.280Z Downloaded async-trait v0.1.77
11652024-02-15T04:12:25.280Z Downloaded native-tls v0.2.11
11662024-02-15T04:12:25.281Z Downloaded utf8parse v0.2.1
11672024-02-15T04:12:26.119Z Downloaded tempfile v3.10.0
11682024-02-15T04:12:26.119Z Downloaded untrusted v0.7.1
11692024-02-15T04:12:26.119Z Downloaded ahash v0.8.7
11702024-02-15T04:12:26.119Z Downloaded filetime v0.2.23
11712024-02-15T04:12:26.119Z Downloaded parking_lot v0.12.1
11722024-02-15T04:12:26.119Z Downloaded omicron-zone-package v0.11.0
11732024-02-15T04:12:26.119Z Downloaded parking_lot v0.11.2
11742024-02-15T04:12:26.120Z Downloaded log v0.4.20
11752024-02-15T04:12:26.120Z Downloaded zone v0.3.0
11762024-02-15T04:12:26.120Z Downloaded unicase v2.7.0
11772024-02-15T04:12:26.120Z Downloaded toml_datetime v0.6.5
11782024-02-15T04:12:26.120Z Downloaded arrayvec v0.7.4
11792024-02-15T04:12:26.120Z Downloaded crc32fast v1.3.2
11802024-02-15T04:12:26.120Z Downloaded colored v2.0.4
11812024-02-15T04:12:26.120Z Downloaded multer v3.0.0
11822024-02-15T04:12:26.120Z Downloaded mime_guess v2.0.4
11832024-02-15T04:12:26.120Z Downloaded memmap2 v0.7.1
11842024-02-15T04:12:26.120Z Downloaded strum_macros v0.25.2
11852024-02-15T04:12:26.120Z Downloaded owo-colors v4.0.0
11862024-02-15T04:12:26.121Z Downloaded pem-rfc7468 v0.7.0
11872024-02-15T04:12:26.121Z Downloaded thiserror-impl-no-std v2.0.2
11882024-02-15T04:12:26.121Z Downloaded zone_cfg_derive v0.3.0
11892024-02-15T04:12:26.121Z Downloaded usdt-attr-macro v0.5.0
11902024-02-15T04:12:26.121Z Downloaded ppv-lite86 v0.2.17
11912024-02-15T04:12:26.121Z Downloaded plain v0.2.3
11922024-02-15T04:12:26.121Z Downloaded paste v1.0.14
11932024-02-15T04:12:26.121Z Downloaded camino v1.1.6
11942024-02-15T04:12:26.122Z Downloaded convert_case v0.4.0
11952024-02-15T04:12:26.122Z Downloaded tinyvec_macros v0.1.1
11962024-02-15T04:12:26.122Z Downloaded nibble_vec v0.1.0
11972024-02-15T04:12:26.122Z Downloaded ctr v0.9.2
11982024-02-15T04:12:26.122Z Downloaded ciborium-ll v0.2.2
11992024-02-15T04:12:26.122Z Downloaded cobs v0.2.3
12002024-02-15T04:12:26.122Z Downloaded camino-tempfile v1.1.1
12012024-02-15T04:12:26.122Z Downloaded num_enum v0.5.11
12022024-02-15T04:12:26.122Z Downloaded cipher v0.4.4
12032024-02-15T04:12:26.122Z Downloaded mime v0.3.17
12042024-02-15T04:12:26.122Z Downloaded memmap v0.7.0
12052024-02-15T04:12:26.122Z Downloaded async-stream-impl v0.3.5
12062024-02-15T04:12:26.122Z Downloaded num_threads v0.1.6
12072024-02-15T04:12:26.122Z Downloaded pest_derive v2.7.6
12082024-02-15T04:12:26.122Z Downloaded constant_time_eq v0.3.0
12092024-02-15T04:12:26.122Z Downloaded memoffset v0.9.0
12102024-02-15T04:12:26.123Z Downloaded managed v0.8.0
12112024-02-15T04:12:26.123Z Downloaded cfg-if v1.0.0
12122024-02-15T04:12:26.123Z Downloaded blake2 v0.10.6
12132024-02-15T04:12:26.123Z Downloaded darling_core v0.20.3
12142024-02-15T04:12:26.123Z Downloaded option-ext v0.2.0
12152024-02-15T04:12:26.123Z Downloaded precomputed-hash v0.1.1
12162024-02-15T04:12:26.123Z Downloaded chacha20 v0.9.1
12172024-02-15T04:12:26.124Z Downloaded anstream v0.5.0
12182024-02-15T04:12:26.124Z Downloaded cstr-argument v0.1.2
12192024-02-15T04:12:26.124Z Downloaded anstyle-query v1.0.0
12202024-02-15T04:12:26.124Z Downloaded parking_lot_core v0.9.8
12212024-02-15T04:12:26.124Z Downloaded linked-hash-map v0.5.6
12222024-02-15T04:12:26.125Z Downloaded libsw v3.3.1
12232024-02-15T04:12:26.125Z Downloaded deranged v0.3.8
12242024-02-15T04:12:26.125Z Downloaded num_cpus v1.16.0
12252024-02-15T04:12:26.125Z Downloaded num-integer v0.1.45
12262024-02-15T04:12:26.125Z Downloaded pbkdf2 v0.11.0
12272024-02-15T04:12:26.126Z Downloaded allocator-api2 v0.2.16
12282024-02-15T04:12:26.126Z Downloaded cpufeatures v0.2.12
12292024-02-15T04:12:26.126Z Downloaded newtype_derive v0.1.6
12302024-02-15T04:12:26.126Z Downloaded new_debug_unreachable v1.0.4
12312024-02-15T04:12:26.126Z Downloaded colorchoice v1.0.0
12322024-02-15T04:12:26.126Z Downloaded md5 v0.7.0
12332024-02-15T04:12:26.126Z Downloaded num-rational v0.4.1
12342024-02-15T04:12:26.126Z Downloaded match_cfg v0.1.0
12352024-02-15T04:12:26.126Z Downloaded lru-cache v0.1.2
12362024-02-15T04:12:26.127Z Downloaded libefi-sys v0.1.0
12372024-02-15T04:12:26.127Z Downloaded linear-map v1.2.0
12382024-02-15T04:12:26.127Z Downloaded defmt-parser v0.3.3
12392024-02-15T04:12:26.127Z Downloaded itoa v1.0.9
12402024-02-15T04:12:26.127Z Downloaded kstat-rs v0.2.3
12412024-02-15T04:12:26.127Z Downloaded aead v0.5.2
12422024-02-15T04:12:26.128Z Downloaded openssl-macros v0.1.1
12432024-02-15T04:12:26.128Z Downloaded cbc v0.1.2
12442024-02-15T04:12:26.128Z Downloaded lalrpop-util v0.19.12
12452024-02-15T04:12:26.128Z Downloaded syn v2.0.48
12462024-02-15T04:12:26.128Z Downloaded once_cell v1.19.0
12472024-02-15T04:12:26.128Z Downloaded der_derive v0.7.2
12482024-02-15T04:12:26.128Z Downloaded defmt-macros v0.3.6
12492024-02-15T04:12:26.128Z Downloaded data-encoding v2.4.0
12502024-02-15T04:12:26.129Z Downloaded darling v0.20.3
12512024-02-15T04:12:26.129Z Downloaded ciborium-io v0.2.2
12522024-02-15T04:12:26.129Z Downloaded byteorder v1.5.0
12532024-02-15T04:12:26.129Z Downloaded lazy_static v1.4.0
12542024-02-15T04:12:26.129Z Downloaded keccak v0.1.4
12552024-02-15T04:12:26.129Z Downloaded blowfish v0.9.1
12562024-02-15T04:12:26.129Z Downloaded strum_macros v0.26.1
12572024-02-15T04:12:26.129Z Downloaded thiserror-impl v1.0.56
12582024-02-15T04:12:26.129Z Downloaded stringprep v0.1.3
12592024-02-15T04:12:26.137Z Downloaded predicates v3.1.0
12602024-02-15T04:12:26.137Z Downloaded password-hash v0.4.2
12612024-02-15T04:12:26.137Z Downloaded percent-encoding v2.3.1
12622024-02-15T04:12:26.137Z Downloaded parking_lot_core v0.8.6
12632024-02-15T04:12:26.137Z Downloaded bcrypt-pbkdf v0.10.0
12642024-02-15T04:12:26.137Z Downloaded stable_deref_trait v1.2.0
12652024-02-15T04:12:26.137Z Downloaded pretty-hex v0.2.1
12662024-02-15T04:12:26.137Z Downloaded backoff v0.4.0
12672024-02-15T04:12:26.137Z Downloaded postgres-protocol v0.6.6
12682024-02-15T04:12:26.137Z Downloaded autocfg v1.1.0
12692024-02-15T04:12:26.137Z Compiling proc-macro2 v1.0.78
12702024-02-15T04:12:26.137Z Compiling unicode-ident v1.0.12
12712024-02-15T04:12:26.137Z Compiling libc v0.2.153
12722024-02-15T04:12:26.137Z Compiling serde v1.0.196
12732024-02-15T04:12:26.137Z Compiling version_check v0.9.4
12742024-02-15T04:12:26.138Z Compiling autocfg v1.1.0
12752024-02-15T04:12:26.138Z Compiling cfg-if v1.0.0
12762024-02-15T04:12:26.138Z Compiling syn v1.0.109
12772024-02-15T04:12:26.138Z Compiling once_cell v1.19.0
12782024-02-15T04:12:26.138Z Compiling thiserror v1.0.56
12792024-02-15T04:12:26.419Z Compiling memchr v2.6.3
12802024-02-15T04:12:26.674Z Compiling byteorder v1.5.0
12812024-02-15T04:12:26.714Z Compiling lock_api v0.4.10
12822024-02-15T04:12:27.025Z Compiling typenum v1.16.0
12832024-02-15T04:12:27.426Z Compiling ahash v0.8.7
12842024-02-15T04:12:27.442Z Compiling parking_lot_core v0.9.8
12852024-02-15T04:12:27.744Z Compiling generic-array v0.14.7
12862024-02-15T04:12:27.765Z Compiling libm v0.2.7
12872024-02-15T04:12:27.928Z Compiling num-traits v0.2.16
12882024-02-15T04:12:28.032Z Compiling serde_json v1.0.113
12892024-02-15T04:12:28.115Z Compiling itoa v1.0.9
12902024-02-15T04:12:28.354Z Compiling slab v0.4.9
12912024-02-15T04:12:28.396Z Compiling log v0.4.20
12922024-02-15T04:12:28.568Z Compiling quote v1.0.35
12932024-02-15T04:12:28.933Z Compiling getrandom v0.2.10
12942024-02-15T04:12:28.940Z Compiling cc v1.0.83
12952024-02-15T04:12:29.037Z Compiling syn v2.0.48
12962024-02-15T04:12:29.361Z Compiling rand_core v0.6.4
12972024-02-15T04:12:29.414Z Compiling scopeguard v1.2.0
12982024-02-15T04:12:29.996Z Compiling ryu v1.0.15
12992024-02-15T04:12:30.084Z Compiling pkg-config v0.3.27
13002024-02-15T04:12:30.180Z Compiling heck v0.4.1
13012024-02-15T04:12:30.378Z Compiling allocator-api2 v0.2.16
13022024-02-15T04:12:30.429Z Compiling smallvec v1.13.1
13032024-02-15T04:12:30.702Z Compiling equivalent v1.0.1
13042024-02-15T04:12:30.841Z Compiling subtle v2.5.0
13052024-02-15T04:12:30.903Z Compiling schemars v0.8.16
13062024-02-15T04:12:31.440Z Compiling vcpkg v0.2.15
13072024-02-15T04:12:31.874Z Compiling pin-project-lite v0.2.13
13082024-02-15T04:12:32.165Z Compiling httparse v1.8.0
13092024-02-15T04:12:32.210Z Compiling ucd-trie v0.1.6
13102024-02-15T04:12:32.369Z Compiling ring v0.17.7
13112024-02-15T04:12:32.677Z Compiling parking_lot v0.12.1
13122024-02-15T04:12:32.831Z Compiling ring v0.16.20
13132024-02-15T04:12:32.887Z Compiling signal-hook-registry v1.4.1
13142024-02-15T04:12:33.759Z Compiling fnv v1.0.7
13152024-02-15T04:12:33.797Z Compiling mio v0.8.9
13162024-02-15T04:12:33.925Z Compiling openssl-sys v0.9.96
13172024-02-15T04:12:34.213Z Compiling iana-time-zone v0.1.57
13182024-02-15T04:12:34.723Z Compiling semver v1.0.21
13192024-02-15T04:12:34.950Z Compiling const-oid v0.9.5
13202024-02-15T04:12:35.204Z Compiling openssl v0.10.60
13212024-02-15T04:12:35.299Z Compiling num_cpus v1.16.0
13222024-02-15T04:12:35.375Z Compiling socket2 v0.5.5
13232024-02-15T04:12:35.651Z Compiling rustls v0.21.9
13242024-02-15T04:12:35.987Z Compiling native-tls v0.2.11
13252024-02-15T04:12:36.202Z Compiling dyn-clone v1.0.16
13262024-02-15T04:12:36.377Z Compiling futures-core v0.3.30
13272024-02-15T04:12:36.659Z Compiling aho-corasick v1.0.4
13282024-02-15T04:12:36.872Z Compiling slog v2.7.0
13292024-02-15T04:12:37.025Z Compiling serde_derive_internals v0.26.0
13302024-02-15T04:12:37.317Z Compiling regex-syntax v0.8.2
13312024-02-15T04:12:37.348Z Compiling crossbeam-utils v0.8.16
13322024-02-15T04:12:37.462Z Compiling spin v0.5.2
13332024-02-15T04:12:37.734Z Compiling async-trait v0.1.77
13342024-02-15T04:12:38.145Z Compiling futures-sink v0.3.30
13352024-02-15T04:12:38.523Z Compiling rustix v0.38.31
13362024-02-15T04:12:38.560Z Compiling backtrace v0.3.69
13372024-02-15T04:12:39.072Z Compiling tinyvec_macros v0.1.1
13382024-02-15T04:12:39.177Z Compiling tinyvec v1.6.0
13392024-02-15T04:12:39.525Z Compiling futures-channel v0.3.30
13402024-02-15T04:12:40.178Z Compiling pin-utils v0.1.0
13412024-02-15T04:12:40.196Z Compiling winnow v0.5.15
13422024-02-15T04:12:40.287Z Compiling futures-task v0.3.30
13432024-02-15T04:12:40.738Z Compiling futures-io v0.3.30
13442024-02-15T04:12:40.986Z Compiling unicode-normalization v0.1.22
13452024-02-15T04:12:41.045Z Compiling spin v0.9.8
13462024-02-15T04:12:41.226Z Compiling regex-automata v0.4.4
13472024-02-15T04:12:41.673Z Compiling memoffset v0.9.0
13482024-02-15T04:12:41.759Z Compiling tracing-core v0.1.31
13492024-02-15T04:12:42.036Z Compiling unicode-bidi v0.3.13
13502024-02-15T04:12:42.168Z Compiling cpufeatures v0.2.12
13512024-02-15T04:12:42.287Z Compiling anyhow v1.0.75
13522024-02-15T04:12:42.936Z Compiling unicode-width v0.1.11
13532024-02-15T04:12:43.775Z Compiling crc32fast v1.3.2
13542024-02-15T04:12:44.256Z Compiling crossbeam-epoch v0.9.15
13552024-02-15T04:12:44.567Z Compiling time-core v0.1.1
13562024-02-15T04:12:44.709Z Compiling serde_derive v1.0.196
13572024-02-15T04:12:44.739Z Compiling zerocopy-derive v0.7.32
13582024-02-15T04:12:44.784Z Compiling zeroize_derive v1.4.2
13592024-02-15T04:12:44.839Z Compiling thiserror-impl v1.0.56
13602024-02-15T04:12:45.183Z Compiling tokio-macros v2.2.0
13612024-02-15T04:12:46.452Z Compiling zeroize v1.7.0
13622024-02-15T04:12:46.808Z Compiling futures-macro v0.3.30
13632024-02-15T04:12:47.078Z Compiling zerocopy v0.7.32
13642024-02-15T04:12:47.849Z Compiling tracing-attributes v0.1.26
13652024-02-15T04:12:48.222Z Compiling crypto-common v0.1.6
13662024-02-15T04:12:48.401Z Compiling schemars_derive v0.8.16
13672024-02-15T04:12:48.468Z Compiling pest v2.7.6
13682024-02-15T04:12:49.479Z Compiling hashbrown v0.14.2
13692024-02-15T04:12:51.051Z Compiling openssl-macros v0.1.1
13702024-02-15T04:12:51.064Z Compiling block-buffer v0.10.4
13712024-02-15T04:12:51.115Z Compiling hashbrown v0.13.2
13722024-02-15T04:12:51.243Z Compiling regex v1.10.3
13732024-02-15T04:12:51.372Z Compiling digest v0.10.7
13742024-02-15T04:12:51.872Z Compiling pest_meta v2.7.6
13752024-02-15T04:12:52.299Z Compiling futures-util v0.3.30
13762024-02-15T04:12:52.395Z Compiling tracing v0.1.37
13772024-02-15T04:12:52.946Z Compiling der_derive v0.7.2
13782024-02-15T04:12:53.951Z Compiling pest_generator v2.7.6
13792024-02-15T04:12:55.832Z Compiling time-macros v0.2.13
13802024-02-15T04:12:57.707Z Compiling pest_derive v2.7.6
13812024-02-15T04:12:58.408Z Compiling errno v0.3.8
13822024-02-15T04:12:58.619Z Compiling num-integer v0.1.45
13832024-02-15T04:12:58.760Z Compiling percent-encoding v2.3.1
13842024-02-15T04:12:58.977Z Compiling untrusted v0.7.1
13852024-02-15T04:12:59.210Z Compiling foreign-types-shared v0.1.1
13862024-02-15T04:12:59.251Z Compiling untrusted v0.9.0
13872024-02-15T04:12:59.335Z Compiling foreign-types v0.3.2
13882024-02-15T04:12:59.815Z Compiling try-lock v0.2.4
13892024-02-15T04:13:00.004Z Compiling bytes v1.5.0
13902024-02-15T04:13:00.833Z Compiling indexmap v2.2.2
13912024-02-15T04:13:01.286Z Compiling chrono v0.4.31
13922024-02-15T04:13:01.286Z Compiling uuid v1.7.0
13932024-02-15T04:13:01.455Z Compiling tokio v1.36.0
13942024-02-15T04:13:01.878Z Compiling http v0.2.11
13952024-02-15T04:13:03.518Z Compiling bitflags v2.4.0
13962024-02-15T04:13:03.799Z Compiling serde_spanned v0.6.5
13972024-02-15T04:13:04.385Z Compiling toml_datetime v0.6.5
13982024-02-15T04:13:04.408Z Compiling rustc_version v0.4.0
13992024-02-15T04:13:04.469Z Compiling toml_edit v0.19.15
14002024-02-15T04:13:04.756Z Compiling openapiv3 v2.0.0
14012024-02-15T04:13:07.541Z Compiling serde_tokenstream v0.2.0
14022024-02-15T04:13:07.695Z Compiling ppv-lite86 v0.2.17
14032024-02-15T04:13:08.106Z Compiling base64 v0.21.7
14042024-02-15T04:13:08.156Z Compiling unicode-xid v0.2.4
14052024-02-15T04:13:08.348Z Compiling synstructure v0.12.6
14062024-02-15T04:13:08.954Z Compiling http-body v0.4.5
14072024-02-15T04:13:09.151Z Compiling rustls-webpki v0.101.7
14082024-02-15T04:13:09.407Z Compiling sct v0.7.0
14092024-02-15T04:13:10.431Z Compiling want v0.3.1
14102024-02-15T04:13:10.763Z Compiling form_urlencoded v1.2.1
14112024-02-15T04:13:11.452Z Compiling scroll_derive v0.12.0
14122024-02-15T04:13:11.460Z Compiling socket2 v0.4.9
14132024-02-15T04:13:11.460Z Compiling httpdate v1.0.3
14142024-02-15T04:13:11.693Z Compiling tower-service v0.3.2
14152024-02-15T04:13:11.876Z Compiling io-lifetimes v1.0.11
14162024-02-15T04:13:12.233Z Compiling tokio-util v0.7.10
14172024-02-15T04:13:12.833Z Compiling openssl-probe v0.1.5
14182024-02-15T04:13:13.526Z Compiling h2 v0.3.24
14192024-02-15T04:13:14.006Z Compiling zerocopy-derive v0.2.0
14202024-02-15T04:13:15.090Z Compiling idna v0.5.0
14212024-02-15T04:13:16.887Z Compiling lazy_static v1.4.0
14222024-02-15T04:13:17.056Z Compiling thread-id v4.2.0
14232024-02-15T04:13:17.191Z Compiling adler v1.0.2
14242024-02-15T04:13:17.462Z Compiling miniz_oxide v0.7.1
14252024-02-15T04:13:17.520Z Compiling tokio-native-tls v0.3.1
14262024-02-15T04:13:17.947Z Compiling tokio-rustls v0.24.1
14272024-02-15T04:13:18.111Z Compiling url v2.5.0
14282024-02-15T04:13:18.699Z Compiling rand_chacha v0.3.1
14292024-02-15T04:13:19.309Z Compiling rustversion v1.0.14
14302024-02-15T04:13:19.585Z Compiling rustix v0.37.23
14312024-02-15T04:13:20.039Z Compiling ipnet v2.9.0
14322024-02-15T04:13:20.236Z Compiling rand v0.8.5
14332024-02-15T04:13:20.336Z Compiling serde_urlencoded v0.7.1
14342024-02-15T04:13:20.348Z Compiling rustls-pemfile v1.0.3
14352024-02-15T04:13:20.905Z Compiling usdt-impl v0.3.5
14362024-02-15T04:13:20.923Z Compiling encoding_rs v0.8.33
14372024-02-15T04:13:21.296Z Compiling hyper v0.14.27
14382024-02-15T04:13:21.327Z Compiling webpki-roots v0.25.2
14392024-02-15T04:13:21.379Z Compiling gimli v0.28.0
14402024-02-15T04:13:21.508Z Compiling either v1.9.0
14412024-02-15T04:13:22.334Z Compiling mime v0.3.17
14422024-02-15T04:13:24.389Z Compiling regress v0.7.1
14432024-02-15T04:13:24.677Z Compiling object v0.32.1
14442024-02-15T04:13:25.216Z Compiling num-bigint v0.4.4
14452024-02-15T04:13:25.698Z Compiling usdt-impl v0.5.0
14462024-02-15T04:13:26.116Z Compiling addr2line v0.21.0
14472024-02-15T04:13:26.195Z Compiling rustc-demangle v0.1.23
14482024-02-15T04:13:26.977Z Compiling flate2 v1.0.28
14492024-02-15T04:13:27.255Z Compiling zerocopy v0.3.0
14502024-02-15T04:13:27.358Z Compiling scroll v0.12.0
14512024-02-15T04:13:27.920Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14522024-02-15T04:13:27.981Z Compiling heapless v0.7.16
14532024-02-15T04:13:28.034Z Compiling futures-executor v0.3.30
14542024-02-15T04:13:28.421Z Compiling bzip2-sys v0.1.11+1.0.8
14552024-02-15T04:13:28.656Z Compiling plain v0.2.3
14562024-02-15T04:13:28.835Z Compiling signal-hook v0.3.17
14572024-02-15T04:13:29.167Z Compiling hyper-rustls v0.24.2
14582024-02-15T04:13:29.315Z Compiling hyper-tls v0.5.0
14592024-02-15T04:13:29.731Z Compiling reqwest v0.11.22
14602024-02-15T04:13:30.248Z Compiling goblin v0.8.0
14612024-02-15T04:13:31.003Z Compiling futures v0.3.30
14622024-02-15T04:13:31.134Z Compiling dof v0.1.5
14632024-02-15T04:13:32.285Z Compiling toml v0.7.8
14642024-02-15T04:13:33.638Z Compiling toml_edit v0.21.1
14652024-02-15T04:13:33.868Z Compiling hex v0.4.3
14662024-02-15T04:13:33.882Z Compiling dtrace-parser v0.1.14
14672024-02-15T04:13:34.321Z Compiling base64ct v1.6.0
14682024-02-15T04:13:34.506Z Compiling pretty-hex v0.4.1
14692024-02-15T04:13:34.757Z Compiling strsim v0.10.0
14702024-02-15T04:13:36.155Z Compiling dof v0.3.0
14712024-02-15T04:13:37.195Z Compiling strum_macros v0.25.2
14722024-02-15T04:13:37.892Z Compiling serde_tokenstream v0.1.7
14732024-02-15T04:13:39.455Z Compiling dtrace-parser v0.2.0
14742024-02-15T04:13:39.465Z Compiling bitflags v1.3.2
14752024-02-15T04:13:39.555Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14762024-02-15T04:13:39.624Z Compiling smoltcp v0.9.1
14772024-02-15T04:13:40.486Z Compiling pem-rfc7468 v0.7.0
14782024-02-15T04:13:40.521Z Compiling hmac v0.12.1
14792024-02-15T04:13:41.125Z Compiling enum-as-inner v0.5.1
14802024-02-15T04:13:41.361Z Compiling num-iter v0.1.43
14812024-02-15T04:13:41.606Z Compiling unicode-segmentation v1.10.1
14822024-02-15T04:13:41.910Z Compiling siphasher v0.3.11
14832024-02-15T04:13:42.205Z Compiling flagset v0.4.3
14842024-02-15T04:13:42.365Z Compiling usdt-macro v0.3.5
14852024-02-15T04:13:42.440Z Compiling der v0.7.8
14862024-02-15T04:13:42.506Z Compiling usdt-attr-macro v0.3.5
14872024-02-15T04:13:42.965Z Compiling hubpack_derive v0.1.1
14882024-02-15T04:13:43.047Z Compiling zerocopy-derive v0.6.4
14892024-02-15T04:13:44.265Z Compiling deranged v0.3.8
14902024-02-15T04:13:44.428Z Compiling anstyle v1.0.2
14912024-02-15T04:13:45.354Z Compiling num_threads v0.1.6
14922024-02-15T04:13:45.930Z Compiling utf8parse v0.2.1
14932024-02-15T04:13:46.107Z Compiling sha2 v0.10.8
14942024-02-15T04:13:46.140Z Compiling anstyle-parse v0.2.1
14952024-02-15T04:13:46.204Z Compiling time v0.3.27
14962024-02-15T04:13:46.348Z Compiling spki v0.7.2
14972024-02-15T04:13:48.900Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14982024-02-15T04:13:49.039Z Compiling md-5 v0.10.5
14992024-02-15T04:13:49.174Z Compiling block-padding v0.3.3
15002024-02-15T04:13:49.326Z Compiling clap_derive v4.4.2
15012024-02-15T04:13:49.465Z Compiling getopts v0.2.21
15022024-02-15T04:13:49.910Z Compiling stringprep v0.1.3
15032024-02-15T04:13:50.033Z Compiling diesel_table_macro_syntax v0.1.0
15042024-02-15T04:13:51.072Z Compiling hash32 v0.2.1
15052024-02-15T04:13:51.509Z Compiling colorchoice v1.0.0
15062024-02-15T04:13:51.711Z Compiling fallible-iterator v0.2.0
15072024-02-15T04:13:52.518Z Compiling anstyle-query v1.0.0
15082024-02-15T04:13:53.689Z Compiling stable_deref_trait v1.2.0
15092024-02-15T04:13:54.694Z Compiling anstream v0.5.0
15102024-02-15T04:13:54.716Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
15112024-02-15T04:13:54.872Z Compiling postgres-protocol v0.6.6
15122024-02-15T04:13:55.088Z Compiling diesel_derives v2.1.2
15132024-02-15T04:13:55.136Z Compiling inout v0.1.3
15142024-02-15T04:13:55.615Z Compiling terminal_size v0.2.6
15152024-02-15T04:13:56.265Z Compiling pkcs8 v0.10.2
15162024-02-15T04:13:56.385Z Compiling phf_shared v0.11.2
15172024-02-15T04:13:58.323Z Compiling ff v0.13.0
15182024-02-15T04:13:58.862Z Compiling serde_repr v0.1.16
15192024-02-15T04:13:59.264Z Compiling scheduled-thread-pool v0.2.7
15202024-02-15T04:14:00.118Z Compiling unsafe-libyaml v0.2.10
15212024-02-15T04:14:00.229Z Compiling base16ct v0.2.0
15222024-02-15T04:14:00.751Z Compiling managed v0.8.0
15232024-02-15T04:14:00.969Z Compiling regex-automata v0.1.10
15242024-02-15T04:14:01.252Z Compiling matches v0.1.10
15252024-02-15T04:14:01.371Z Compiling bit-vec v0.6.3
15262024-02-15T04:14:01.534Z Compiling clap_lex v0.5.1
15272024-02-15T04:14:02.279Z Compiling clap_builder v4.4.2
15282024-02-15T04:14:02.336Z Compiling serde_yaml v0.9.25
15292024-02-15T04:14:02.697Z Compiling bstr v0.2.17
15302024-02-15T04:14:04.367Z Compiling idna v0.2.3
15312024-02-15T04:14:06.210Z Compiling sec1 v0.7.3
15322024-02-15T04:14:07.361Z Compiling r2d2 v0.8.10
15332024-02-15T04:14:07.361Z Compiling group v0.13.0
15342024-02-15T04:14:07.833Z Compiling phf v0.11.2
15352024-02-15T04:14:08.022Z Compiling signal-hook-mio v0.2.3
15362024-02-15T04:14:08.159Z Compiling postgres-types v0.2.6
15372024-02-15T04:14:08.198Z Compiling bzip2 v0.4.4
15382024-02-15T04:14:08.647Z Compiling cipher v0.4.4
15392024-02-15T04:14:09.255Z Compiling zerocopy v0.6.4
15402024-02-15T04:14:09.766Z Compiling hubpack v0.1.2
15412024-02-15T04:14:09.909Z Compiling phf_shared v0.10.0
15422024-02-15T04:14:10.281Z Compiling hkdf v0.12.4
15432024-02-15T04:14:10.304Z Compiling crypto-bigint v0.5.2
15442024-02-15T04:14:10.334Z Compiling ipnetwork v0.20.0
15452024-02-15T04:14:10.601Z Compiling float-cmp v0.9.0
15462024-02-15T04:14:11.304Z Compiling minimal-lexical v0.2.1
15472024-02-15T04:14:11.913Z Compiling regex-automata v0.3.8
15482024-02-15T04:14:12.372Z Compiling data-encoding v2.4.0
15492024-02-15T04:14:12.747Z Compiling difflib v0.4.0
15502024-02-15T04:14:14.188Z Compiling new_debug_unreachable v1.0.4
15512024-02-15T04:14:14.326Z Compiling static_assertions v1.1.0
15522024-02-15T04:14:14.439Z Compiling normalize-line-endings v0.3.0
15532024-02-15T04:14:14.520Z Compiling whoami v1.4.1
15542024-02-15T04:14:14.580Z Compiling fixedbitset v0.4.2
15552024-02-15T04:14:14.600Z Compiling predicates-core v1.0.6
15562024-02-15T04:14:14.997Z Compiling precomputed-hash v0.1.1
15572024-02-15T04:14:15.113Z Compiling petgraph v0.6.4
15582024-02-15T04:14:15.174Z Compiling string_cache v0.8.7
15592024-02-15T04:14:15.226Z Compiling predicates v3.1.0
15602024-02-15T04:14:15.661Z Compiling tokio-postgres v0.7.10
15612024-02-15T04:14:15.710Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15622024-02-15T04:14:16.049Z Compiling trust-dns-proto v0.22.0
15632024-02-15T04:14:17.132Z Compiling bstr v1.6.0
15642024-02-15T04:14:17.410Z Compiling diesel v2.1.4
15652024-02-15T04:14:18.885Z Compiling elliptic-curve v0.13.8
15662024-02-15T04:14:19.845Z Compiling nom v7.1.3
15672024-02-15T04:14:20.497Z Compiling yasna v0.5.2
15682024-02-15T04:14:21.087Z Compiling zip v0.6.6
15692024-02-15T04:14:21.749Z Compiling crossterm v0.27.0
15702024-02-15T04:14:22.636Z Compiling clap v4.4.3
15712024-02-15T04:14:22.657Z Compiling similar v2.3.0
15722024-02-15T04:14:22.771Z Compiling bit-set v0.5.3
15732024-02-15T04:14:22.882Z Compiling usdt v0.3.5
15742024-02-15T04:14:22.970Z Compiling strum v0.25.0
15752024-02-15T04:14:23.162Z Compiling itertools v0.10.5
15762024-02-15T04:14:23.247Z Compiling console v0.15.8
15772024-02-15T04:14:23.651Z Compiling tokio-stream v0.1.14
15782024-02-15T04:14:24.985Z Compiling lalrpop-util v0.19.12
15792024-02-15T04:14:25.517Z Compiling camino v1.1.6
15802024-02-15T04:14:28.652Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15812024-02-15T04:14:37.476Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15822024-02-15T04:15:03.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15832024-02-15T04:15:07.298Z Compiling sha1 v0.10.6
15842024-02-15T04:15:07.782Z Compiling atty v0.2.14
15852024-02-15T04:15:07.806Z Compiling match_cfg v0.1.0
15862024-02-15T04:15:07.889Z Compiling hostname v0.3.1
15872024-02-15T04:15:07.911Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15882024-02-15T04:15:07.943Z Compiling dirs-sys-next v0.1.2
15892024-02-15T04:15:08.160Z Compiling rustls-pki-types v1.1.0
15902024-02-15T04:15:08.216Z Compiling ident_case v1.0.1
15912024-02-15T04:15:08.408Z Compiling darling_core v0.20.3
15922024-02-15T04:15:08.444Z Compiling dirs-next v2.0.0
15932024-02-15T04:15:08.766Z Compiling thread_local v1.1.7
15942024-02-15T04:15:08.867Z Compiling slog-async v2.8.0
15952024-02-15T04:15:08.950Z Compiling rustls v0.22.2
15962024-02-15T04:15:09.396Z Compiling rustls-webpki v0.102.1
15972024-02-15T04:15:09.439Z Compiling term v0.7.0
15982024-02-15T04:15:09.542Z Compiling crossbeam-channel v0.5.8
15992024-02-15T04:15:10.124Z Compiling multer v3.0.0
16002024-02-15T04:15:10.154Z Compiling instant v0.1.12
16012024-02-15T04:15:10.327Z Compiling take_mut v0.2.2
16022024-02-15T04:15:10.494Z Compiling paste v1.0.14
16032024-02-15T04:15:11.172Z Compiling slog-term v2.9.0
16042024-02-15T04:15:11.626Z Compiling slog-json v2.6.1
16052024-02-15T04:15:11.640Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
16062024-02-15T04:15:11.777Z Compiling http v1.0.0
16072024-02-15T04:15:11.891Z Compiling async-stream-impl v0.3.5
16082024-02-15T04:15:11.955Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16092024-02-15T04:15:12.323Z Compiling atomic-waker v1.1.1
16102024-02-15T04:15:12.497Z Compiling debug-ignore v1.0.5
16112024-02-15T04:15:12.571Z Compiling waitgroup v0.1.2
16122024-02-15T04:15:12.751Z Compiling slog-bunyan v2.5.0
16132024-02-15T04:15:12.988Z Compiling rustls-pemfile v2.0.0
16142024-02-15T04:15:13.456Z Compiling async-stream v0.3.5
16152024-02-15T04:15:13.510Z Compiling toml v0.8.9
16162024-02-15T04:15:14.241Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16172024-02-15T04:15:14.742Z Compiling serde_path_to_error v0.1.15
16182024-02-15T04:15:15.029Z Compiling darling_macro v0.20.3
16192024-02-15T04:15:15.114Z Compiling structmeta-derive v0.3.0
16202024-02-15T04:15:15.506Z Compiling strum_macros v0.26.1
16212024-02-15T04:15:16.107Z Compiling backoff v0.4.0
16222024-02-15T04:15:16.125Z Compiling tokio-rustls v0.25.0
16232024-02-15T04:15:16.249Z Compiling darling v0.20.3
16242024-02-15T04:15:16.399Z Compiling serde_with_macros v3.6.0
16252024-02-15T04:15:16.581Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16262024-02-15T04:15:17.495Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16272024-02-15T04:15:17.566Z Compiling macaddr v1.0.1
16282024-02-15T04:15:17.717Z Compiling proc-macro-error-attr v1.0.4
16292024-02-15T04:15:18.099Z Compiling proc-macro-crate v1.3.1
16302024-02-15T04:15:18.149Z Compiling proc-macro-error v1.0.4
16312024-02-15T04:15:18.517Z Compiling heapless v0.8.0
16322024-02-15T04:15:18.685Z Compiling structmeta v0.3.0
16332024-02-15T04:15:19.181Z Compiling parse-display-derive v0.9.0
16342024-02-15T04:15:19.316Z Compiling num_enum_derive v0.5.11
16352024-02-15T04:15:20.047Z Compiling serde_with v3.6.0
16362024-02-15T04:15:20.818Z Compiling hash32 v0.3.1
16372024-02-15T04:15:21.113Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16382024-02-15T04:15:21.379Z Compiling strum v0.26.1
16392024-02-15T04:15:21.504Z Compiling rayon-core v1.12.0
16402024-02-15T04:15:21.577Z Compiling smoltcp v0.11.0
16412024-02-15T04:15:22.599Z Compiling num_enum v0.5.11
16422024-02-15T04:15:22.798Z Compiling crossbeam-deque v0.8.3
16432024-02-15T04:15:22.959Z Compiling cobs v0.2.3
16442024-02-15T04:15:23.172Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16452024-02-15T04:15:23.211Z Compiling fastrand v2.0.1
16462024-02-15T04:15:23.321Z Compiling same-file v1.0.6
16472024-02-15T04:15:23.530Z Compiling embedded-io v0.4.0
16482024-02-15T04:15:23.596Z Compiling tempfile v3.10.0
16492024-02-15T04:15:23.762Z Compiling postcard v1.0.8
16502024-02-15T04:15:23.931Z Compiling walkdir v2.4.0
16512024-02-15T04:15:24.651Z Compiling parse-display v0.9.0
16522024-02-15T04:15:24.687Z Compiling semver-parser v0.10.2
16532024-02-15T04:15:24.711Z Compiling foreign-types-macros v0.2.3
16542024-02-15T04:15:25.259Z Compiling blake3 v1.5.0
16552024-02-15T04:15:25.767Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16562024-02-15T04:15:25.771Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16572024-02-15T04:15:25.771Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16582024-02-15T04:15:25.958Z Compiling crucible-workspace-hack v0.1.0
16592024-02-15T04:15:25.983Z Compiling foreign-types-shared v0.3.1
16602024-02-15T04:15:26.208Z Compiling foreign-types v0.5.0
16612024-02-15T04:15:26.324Z Compiling rayon v1.8.0
16622024-02-15T04:15:26.341Z Compiling semver v0.11.0
16632024-02-15T04:15:26.855Z Compiling is-terminal v0.4.9
16642024-02-15T04:15:26.897Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16652024-02-15T04:15:26.997Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16662024-02-15T04:15:27.102Z Compiling cstr-argument v0.1.2
16672024-02-15T04:15:27.221Z Compiling filetime v0.2.23
16682024-02-15T04:15:27.371Z Compiling memmap2 v0.7.1
16692024-02-15T04:15:27.574Z Compiling xattr v1.0.1
16702024-02-15T04:15:27.594Z Compiling pretty-hex v0.2.1
16712024-02-15T04:15:27.821Z Compiling constant_time_eq v0.3.0
16722024-02-15T04:15:27.841Z Compiling arrayvec v0.7.4
16732024-02-15T04:15:27.872Z Compiling arrayref v0.3.7
16742024-02-15T04:15:27.885Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16752024-02-15T04:15:27.982Z Compiling home v0.5.5
16762024-02-15T04:15:28.079Z Compiling tar v0.4.40
16772024-02-15T04:15:28.223Z Compiling toolchain_find v0.2.0
16782024-02-15T04:15:28.239Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16792024-02-15T04:15:28.299Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16802024-02-15T04:15:28.335Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16812024-02-15T04:15:28.679Z Compiling camino-tempfile v1.1.1
16822024-02-15T04:15:28.870Z Compiling colored v2.0.4
16832024-02-15T04:15:29.190Z Compiling toml v0.5.11
16842024-02-15T04:15:29.690Z Compiling topological-sort v0.2.2
16852024-02-15T04:15:29.690Z Compiling platforms v3.0.2
16862024-02-15T04:15:30.054Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16872024-02-15T04:15:30.319Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16882024-02-15T04:15:30.459Z Compiling zone_cfg_derive v0.3.0
16892024-02-15T04:15:30.655Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16902024-02-15T04:15:31.163Z Compiling rustfmt-wrapper v0.2.0
16912024-02-15T04:15:31.403Z Compiling textwrap v0.11.0
16922024-02-15T04:15:31.859Z Compiling omicron-zone-package v0.11.0
16932024-02-15T04:15:31.990Z Compiling heck v0.3.3
16942024-02-15T04:15:32.442Z Compiling num-derive v0.4.0
16952024-02-15T04:15:32.466Z Compiling strsim v0.8.0
16962024-02-15T04:15:32.904Z Compiling ansi_term v0.12.1
16972024-02-15T04:15:33.193Z Compiling libefi-sys v0.1.0
16982024-02-15T04:15:33.410Z Compiling vec_map v0.8.2
16992024-02-15T04:15:33.501Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17002024-02-15T04:15:33.579Z Compiling structopt-derive v0.4.18
17012024-02-15T04:15:33.731Z Compiling clap v2.34.0
17022024-02-15T04:15:34.080Z Compiling zone v0.3.0
17032024-02-15T04:15:34.645Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17042024-02-15T04:15:35.111Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17052024-02-15T04:15:35.173Z Compiling smf v0.2.2
17062024-02-15T04:15:35.368Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17072024-02-15T04:15:35.823Z Compiling unicase v2.7.0
17082024-02-15T04:15:35.884Z Compiling semver v0.1.20
17092024-02-15T04:15:36.227Z Compiling curve25519-dalek v4.1.1
17102024-02-15T04:15:36.517Z Compiling rustc_version v0.1.7
17112024-02-15T04:15:36.674Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17122024-02-15T04:15:36.858Z Compiling universal-hash v0.5.1
17132024-02-15T04:15:37.043Z Compiling opaque-debug v0.3.0
17142024-02-15T04:15:37.064Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17152024-02-15T04:15:37.100Z Compiling newtype_derive v0.1.6
17162024-02-15T04:15:37.269Z Compiling curve25519-dalek-derive v0.1.0
17172024-02-15T04:15:37.289Z Compiling gethostname v0.4.3
17182024-02-15T04:15:37.400Z Compiling num-rational v0.4.1
17192024-02-15T04:15:37.425Z Compiling getrandom v0.1.16
17202024-02-15T04:15:37.545Z Compiling structopt v0.3.26
17212024-02-15T04:15:37.787Z Compiling usdt-attr-macro v0.5.0
17222024-02-15T04:15:38.465Z Compiling usdt-macro v0.5.0
17232024-02-15T04:15:38.470Z Compiling password-hash v0.5.0
17242024-02-15T04:15:38.470Z Compiling signature v2.1.0
17252024-02-15T04:15:38.571Z Compiling blake2 v0.10.6
17262024-02-15T04:15:38.903Z Compiling memmap v0.7.0
17272024-02-15T04:15:39.305Z Compiling linked-hash-map v0.5.6
17282024-02-15T04:15:39.432Z Compiling parking_lot_core v0.8.6
17292024-02-15T04:15:39.937Z Compiling quick-error v1.2.3
17302024-02-15T04:15:39.937Z Compiling lru-cache v0.1.2
17312024-02-15T04:15:39.937Z Compiling usdt v0.5.0
17322024-02-15T04:15:39.937Z Compiling resolv-conf v0.7.0
17332024-02-15T04:15:39.938Z Compiling argon2 v0.5.3
17342024-02-15T04:15:41.163Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17352024-02-15T04:15:41.231Z Compiling aead v0.5.2
17362024-02-15T04:15:41.231Z Compiling num-complex v0.4.4
17372024-02-15T04:15:41.260Z Compiling nibble_vec v0.1.0
17382024-02-15T04:15:41.469Z Compiling slog-dtrace v0.3.0
17392024-02-15T04:15:41.859Z Compiling keccak v0.1.4
17402024-02-15T04:15:42.113Z Compiling endian-type v0.1.2
17412024-02-15T04:15:42.131Z Compiling arc-swap v1.6.0
17422024-02-15T04:15:42.346Z Compiling winapi v0.3.9
17432024-02-15T04:15:42.867Z Compiling cancel-safe-futures v0.1.5
17442024-02-15T04:15:42.933Z Compiling utf-8 v0.7.6
17452024-02-15T04:15:43.281Z Compiling tungstenite v0.20.1
17462024-02-15T04:15:43.341Z Compiling slog-scope v4.4.0
17472024-02-15T04:15:43.550Z Compiling radix_trie v0.2.1
17482024-02-15T04:15:43.580Z Compiling sha3 v0.10.8
17492024-02-15T04:15:43.705Z Compiling num v0.4.1
17502024-02-15T04:15:43.910Z Compiling mime_guess v2.0.4
17512024-02-15T04:15:43.926Z Compiling steno v0.4.0
17522024-02-15T04:15:44.309Z Compiling rand_core v0.5.1
17532024-02-15T04:15:45.043Z Compiling trust-dns-resolver v0.22.0
17542024-02-15T04:15:45.472Z Compiling poly1305 v0.8.0
17552024-02-15T04:15:46.194Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17562024-02-15T04:15:46.205Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17572024-02-15T04:15:47.071Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17582024-02-15T04:15:47.405Z Compiling chacha20 v0.9.1
17592024-02-15T04:15:47.570Z Compiling rfc6979 v0.4.0
17602024-02-15T04:15:47.798Z Compiling secrecy v0.8.0
17612024-02-15T04:15:47.927Z Compiling thiserror-impl-no-std v2.0.2
17622024-02-15T04:15:48.101Z Compiling half v2.3.1
17632024-02-15T04:15:48.741Z Compiling ciborium-io v0.2.2
17642024-02-15T04:15:48.793Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17652024-02-15T04:15:48.904Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17662024-02-15T04:15:49.627Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17672024-02-15T04:15:50.160Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17682024-02-15T04:15:51.146Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17692024-02-15T04:15:51.404Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17702024-02-15T04:15:51.615Z Compiling convert_case v0.4.0
17712024-02-15T04:15:51.727Z Compiling option-ext v0.2.0
17722024-02-15T04:15:51.749Z Compiling thiserror-no-std v2.0.2
17732024-02-15T04:15:51.888Z Compiling dirs-sys v0.4.1
17742024-02-15T04:15:51.909Z Compiling ciborium-ll v0.2.2
17752024-02-15T04:15:52.423Z Compiling ecdsa v0.16.9
17762024-02-15T04:15:52.614Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17772024-02-15T04:15:52.664Z Compiling derive_more v0.99.17
17782024-02-15T04:15:53.425Z Compiling parking_lot v0.11.2
17792024-02-15T04:15:53.444Z Compiling rand_chacha v0.2.2
17802024-02-15T04:15:53.484Z Compiling tokio-tungstenite v0.20.1
17812024-02-15T04:15:54.066Z Compiling trust-dns-client v0.22.0
17822024-02-15T04:15:55.175Z Compiling slog-stdlog v4.1.1
17832024-02-15T04:15:55.322Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17842024-02-15T04:15:55.592Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17852024-02-15T04:15:55.975Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17862024-02-15T04:15:57.525Z Compiling ed25519 v2.2.2
17872024-02-15T04:15:58.060Z Compiling polyval v0.6.1
17882024-02-15T04:15:58.556Z Compiling primeorder v0.13.6
17892024-02-15T04:15:59.067Z Compiling aes v0.8.3
17902024-02-15T04:15:59.154Z Compiling blowfish v0.9.1
17912024-02-15T04:15:59.696Z Compiling ctr v0.9.2
17922024-02-15T04:16:00.147Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17932024-02-15T04:16:02.251Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17942024-02-15T04:16:02.320Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17952024-02-15T04:16:06.458Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17962024-02-15T04:16:08.570Z Compiling password-hash v0.4.2
17972024-02-15T04:16:09.749Z Compiling libsw v3.3.1
17982024-02-15T04:16:10.631Z Compiling pbkdf2 v0.12.2
17992024-02-15T04:16:10.853Z Compiling derive-where v1.2.7
18002024-02-15T04:16:11.116Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
18012024-02-15T04:16:11.748Z Compiling fxhash v0.2.1
18022024-02-15T04:16:12.000Z Compiling owo-colors v4.0.0
18032024-02-15T04:16:12.039Z Compiling swrite v0.1.0
18042024-02-15T04:16:12.202Z Compiling linear-map v1.2.0
18052024-02-15T04:16:12.667Z Compiling trust-dns-server v0.22.1
18062024-02-15T04:16:13.440Z Compiling sled v0.34.7
18072024-02-15T04:16:13.906Z Compiling bcrypt-pbkdf v0.10.0
18082024-02-15T04:16:14.319Z Compiling pbkdf2 v0.11.0
18092024-02-15T04:16:14.561Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18102024-02-15T04:16:14.694Z Compiling p256 v0.13.2
18112024-02-15T04:16:14.731Z Compiling ghash v0.5.0
18122024-02-15T04:16:14.900Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18132024-02-15T04:16:14.934Z Compiling ed25519-dalek v2.0.0
18142024-02-15T04:16:15.596Z Compiling slog-envlogger v2.2.0
18152024-02-15T04:16:15.800Z Compiling russh-cryptovec v0.7.0
18162024-02-15T04:16:16.140Z Compiling rand v0.7.3
18172024-02-15T04:16:16.313Z Compiling ciborium v0.2.2
18182024-02-15T04:16:16.440Z Compiling dirs v5.0.1
18192024-02-15T04:16:16.687Z Compiling vsss-rs v3.3.4
18202024-02-15T04:16:17.319Z Compiling chacha20poly1305 v0.10.1
18212024-02-15T04:16:17.577Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18222024-02-15T04:16:17.986Z Compiling cbc v0.1.2
18232024-02-15T04:16:18.284Z Compiling pem v3.0.2
18242024-02-15T04:16:19.180Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18252024-02-15T04:16:19.373Z Compiling headers-core v0.2.0
18262024-02-15T04:16:19.571Z Compiling kstat-rs v0.2.3
18272024-02-15T04:16:19.635Z Compiling md5 v0.7.0
18282024-02-15T04:16:20.155Z Compiling http-range v0.1.5
18292024-02-15T04:16:20.249Z Compiling glob v0.3.1
18302024-02-15T04:16:20.611Z Compiling hyper-staticfile v0.9.5
18312024-02-15T04:16:20.655Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18322024-02-15T04:16:21.370Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18332024-02-15T04:16:21.424Z Compiling russh-keys v0.40.1
18342024-02-15T04:16:22.243Z Compiling headers v0.3.9
18352024-02-15T04:16:24.189Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18362024-02-15T04:16:24.622Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18372024-02-15T04:16:25.230Z Compiling rcgen v0.12.1
18382024-02-15T04:16:26.977Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18392024-02-15T04:16:27.145Z Compiling aes-gcm v0.10.3
18402024-02-15T04:16:28.482Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18412024-02-15T04:16:30.702Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18422024-02-15T04:16:31.161Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18432024-02-15T04:16:34.682Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18442024-02-15T04:16:34.925Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18452024-02-15T04:16:35.595Z Compiling atomicwrites v0.4.3
18462024-02-15T04:16:35.999Z Compiling itertools v0.12.1
18472024-02-15T04:16:36.450Z Compiling subprocess v0.2.9
18482024-02-15T04:16:36.862Z Compiling display-error-chain v0.2.0
18492024-02-15T04:16:37.086Z Compiling hex-literal v0.4.1
18502024-02-15T04:16:37.275Z Compiling russh v0.40.2
18512024-02-15T04:16:38.869Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18522024-02-15T04:16:39.526Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18532024-02-15T04:16:47.266Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18542024-02-15T04:16:48.663Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18552024-02-15T04:17:12.881Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18562024-02-15T04:18:24.108Z Finished dev [unoptimized + debuginfo] target(s) in 6m 20s
18572024-02-15T04:18:24.414Z
18582024-02-15T04:18:24.414Zreal 6:20.630915038
18592024-02-15T04:18:24.414Zuser 32:02.028131495
18602024-02-15T04:18:24.414Zsys 6:01.753573251
18612024-02-15T04:18:24.414Ztrap 1.039016275
18622024-02-15T04:18:24.414Ztflt 6.996573578
18632024-02-15T04:18:24.414Zdflt 5.236248177
18642024-02-15T04:18:24.417Zkflt 0.083918639
18652024-02-15T04:18:24.417Zlock 59:50.543690202
18662024-02-15T04:18:24.417Zslp 1:34:23.059012780
18672024-02-15T04:18:24.417Zlat 1:43.980872064
18682024-02-15T04:18:24.417Zstop 4:28.111384469
18692024-02-15T04:18:24.417Z+ mkdir -p /work/end-to-end-tests
18702024-02-15T04:18:24.421Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18712024-02-15T04:18:25.436Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18722024-02-15T04:18:25.436Z+ ptime -m gzip
18732024-02-15T04:18:25.439Z++ basename target/debug/bootstrap
18742024-02-15T04:18:38.675Z
18752024-02-15T04:18:38.675Zreal 13.229153551
18762024-02-15T04:18:38.675Zuser 13.086467630
18772024-02-15T04:18:38.675Zsys 0.129518906
18782024-02-15T04:18:38.675Ztrap 0.004151002
18792024-02-15T04:18:38.675Ztflt 0.000000000
18802024-02-15T04:18:38.690Zdflt 0.000000000
18812024-02-15T04:18:38.690Zkflt 0.000000000
18822024-02-15T04:18:38.690Zlock 0.000000000
18832024-02-15T04:18:38.690Zslp 0.000000000
18842024-02-15T04:18:38.690Zlat 0.008570796
18852024-02-15T04:18:38.691Zstop 0.000202498
18862024-02-15T04:18:38.691Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18872024-02-15T04:18:38.691Z+ ptime -m gzip
18882024-02-15T04:18:38.691Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4ef928d4a311d736
18892024-02-15T04:18:39.981Z
18902024-02-15T04:18:39.981Zreal 1.298311969
18912024-02-15T04:18:39.981Zuser 1.284100979
18922024-02-15T04:18:39.982Zsys 0.013532930
18932024-02-15T04:18:39.982Ztrap 0.000175582
18942024-02-15T04:18:40.401Ztflt 0.000000000
18952024-02-15T04:18:40.401Zdflt 0.000000000
18962024-02-15T04:18:40.401Zkflt 0.000000000
18972024-02-15T04:18:40.401Zlock 0.000000000
18982024-02-15T04:18:40.401Zslp 0.000000000
18992024-02-15T04:18:40.401Zlat 0.000086560
19002024-02-15T04:18:40.401Zstop 0.000188070
19012024-02-15T04:18:40.401Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19022024-02-15T04:18:40.401Z+ ptime -m gzip
19032024-02-15T04:18:40.401Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d04a49cb4bbc61f6
19042024-02-15T04:18:53.536Z
19052024-02-15T04:18:53.548Zreal 13.544038462
19062024-02-15T04:18:53.549Zuser 13.420081023
19072024-02-15T04:18:53.549Zsys 0.118424261
19082024-02-15T04:18:53.549Ztrap 0.003048977
19092024-02-15T04:18:53.549Ztflt 0.000000000
19102024-02-15T04:18:53.549Zdflt 0.000000000
19112024-02-15T04:18:53.549Zkflt 0.000000000
19122024-02-15T04:18:53.549Zlock 0.000000000
19132024-02-15T04:18:53.550Zslp 0.000000000
19142024-02-15T04:18:53.550Zlat 0.002034945
19152024-02-15T04:18:53.550Zstop 0.000219836
19162024-02-15T04:18:53.550Z+ banner caboose-util
19172024-02-15T04:18:53.550Z
19182024-02-15T04:18:53.550Z #### ## ##### #### #### #### ###### # # #####
19192024-02-15T04:18:53.550Z # # # # # # # # # # # # # # #
19202024-02-15T04:18:53.550Z # # # ##### # # # # #### ##### ##### # # #
19212024-02-15T04:18:53.551Z # ###### # # # # # # # # # # #
19222024-02-15T04:18:53.551Z # # # # # # # # # # # # # # # #
19232024-02-15T04:18:53.551Z #### # # ##### #### #### #### ###### #### #
19242024-02-15T04:18:53.551Z
19252024-02-15T04:18:53.551Z+ ptime -m cargo build --locked -p caboose-util --release
19262024-02-15T04:18:54.012Z Downloading crates ...
19272024-02-15T04:18:54.471Z Downloaded funty v2.0.0
19282024-02-15T04:18:54.477Z Downloaded bitfield v0.14.0
19292024-02-15T04:18:54.480Z Downloaded pkcs1 v0.7.5
19302024-02-15T04:18:54.485Z Downloaded packed_struct v0.10.1
19312024-02-15T04:18:54.492Z Downloaded path-slash v0.1.5
19322024-02-15T04:18:54.492Z Downloaded maybe-uninit v2.0.0
19332024-02-15T04:18:54.496Z Downloaded wyz v0.5.1
19342024-02-15T04:18:54.496Z Downloaded nodrop v0.1.14
19352024-02-15T04:18:54.496Z Downloaded termcolor v1.2.0
19362024-02-15T04:18:54.499Z Downloaded serde-hex v0.1.0
19372024-02-15T04:18:54.499Z Downloaded array-init v0.0.4
19382024-02-15T04:18:54.503Z Downloaded radium v0.7.0
19392024-02-15T04:18:54.503Z Downloaded packed_struct_codegen v0.10.1
19402024-02-15T04:18:54.503Z Downloaded smallvec v0.6.14
19412024-02-15T04:18:54.507Z Downloaded crc v3.0.1
19422024-02-15T04:18:54.507Z Downloaded tap v1.0.1
19432024-02-15T04:18:54.507Z Downloaded crc-catalog v2.2.0
19442024-02-15T04:18:54.511Z Downloaded env_logger v0.10.0
19452024-02-15T04:18:54.521Z Downloaded crc-any v2.4.3
19462024-02-15T04:18:54.525Z Downloaded ron v0.8.1
19472024-02-15T04:18:54.525Z Downloaded rsa v0.9.2
19482024-02-15T04:18:54.530Z Downloaded x509-cert v0.2.4
19492024-02-15T04:18:54.536Z Downloaded num-bigint-dig v0.8.4
19502024-02-15T04:18:54.541Z Downloaded bitvec v1.0.1
19512024-02-15T04:18:54.559Z Downloaded object v0.30.4
19522024-02-15T04:18:54.684Z Compiling proc-macro2 v1.0.78
19532024-02-15T04:18:54.684Z Compiling unicode-ident v1.0.12
19542024-02-15T04:18:54.688Z Compiling libc v0.2.153
19552024-02-15T04:18:54.688Z Compiling autocfg v1.1.0
19562024-02-15T04:18:54.688Z Compiling serde v1.0.196
19572024-02-15T04:18:54.688Z Compiling version_check v0.9.4
19582024-02-15T04:18:54.688Z Compiling cfg-if v1.0.0
19592024-02-15T04:18:54.878Z Compiling once_cell v1.19.0
19602024-02-15T04:18:54.886Z Compiling typenum v1.16.0
19612024-02-15T04:18:54.913Z Compiling parking_lot_core v0.9.8
19622024-02-15T04:18:55.326Z Compiling memchr v2.6.3
19632024-02-15T04:18:55.351Z Compiling syn v1.0.109
19642024-02-15T04:18:55.367Z Compiling byteorder v1.5.0
19652024-02-15T04:18:55.491Z Compiling lock_api v0.4.10
19662024-02-15T04:18:55.804Z Compiling generic-array v0.14.7
19672024-02-15T04:18:55.904Z Compiling libm v0.2.7
19682024-02-15T04:18:55.953Z Compiling num-traits v0.2.16
19692024-02-15T04:18:56.127Z Compiling ahash v0.8.7
19702024-02-15T04:18:56.280Z Compiling quote v1.0.35
19712024-02-15T04:18:56.354Z Compiling thiserror v1.0.56
19722024-02-15T04:18:56.497Z Compiling pkg-config v0.3.27
19732024-02-15T04:18:56.876Z Compiling syn v2.0.48
19742024-02-15T04:18:56.938Z Compiling cc v1.0.83
19752024-02-15T04:18:56.947Z Compiling getrandom v0.2.10
19762024-02-15T04:18:57.388Z Compiling serde_json v1.0.113
19772024-02-15T04:18:57.713Z Compiling scopeguard v1.2.0
19782024-02-15T04:18:58.016Z Compiling slab v0.4.9
19792024-02-15T04:18:58.093Z Compiling log v0.4.20
19802024-02-15T04:18:58.123Z Compiling itoa v1.0.9
19812024-02-15T04:18:58.482Z Compiling rand_core v0.6.4
19822024-02-15T04:18:58.781Z Compiling smallvec v1.13.1
19832024-02-15T04:18:59.115Z Compiling vcpkg v0.2.15
19842024-02-15T04:18:59.824Z Compiling pin-project-lite v0.2.13
19852024-02-15T04:18:59.943Z Compiling const-oid v0.9.5
19862024-02-15T04:19:00.513Z Compiling parking_lot v0.12.1
19872024-02-15T04:19:00.792Z Compiling ring v0.17.7
19882024-02-15T04:19:01.006Z Compiling openssl-sys v0.9.96
19892024-02-15T04:19:01.086Z Compiling ucd-trie v0.1.6
19902024-02-15T04:19:01.386Z Compiling ryu v1.0.15
19912024-02-15T04:19:01.712Z Compiling signal-hook-registry v1.4.1
19922024-02-15T04:19:02.114Z Compiling io-lifetimes v1.0.11
19932024-02-15T04:19:02.234Z Compiling subtle v2.5.0
19942024-02-15T04:19:02.414Z Compiling ring v0.16.20
19952024-02-15T04:19:02.605Z Compiling mio v0.8.9
19962024-02-15T04:19:02.855Z Compiling num-integer v0.1.45
19972024-02-15T04:19:03.188Z Compiling heck v0.4.1
19982024-02-15T04:19:03.506Z Compiling futures-core v0.3.30
19992024-02-15T04:19:03.608Z Compiling semver v1.0.21
20002024-02-15T04:19:04.531Z Compiling spin v0.5.2
20012024-02-15T04:19:04.992Z Compiling rustix v0.37.23
20022024-02-15T04:19:05.588Z Compiling socket2 v0.5.5
20032024-02-15T04:19:05.633Z Compiling num_cpus v1.16.0
20042024-02-15T04:19:05.697Z Compiling unicode-xid v0.2.4
20052024-02-15T04:19:05.763Z Compiling httparse v1.8.0
20062024-02-15T04:19:06.152Z Compiling openssl v0.10.60
20072024-02-15T04:19:06.161Z Compiling futures-sink v0.3.30
20082024-02-15T04:19:06.214Z Compiling allocator-api2 v0.2.16
20092024-02-15T04:19:06.324Z Compiling synstructure v0.12.6
20102024-02-15T04:19:06.568Z Compiling equivalent v1.0.1
20112024-02-15T04:19:06.685Z Compiling tinyvec_macros v0.1.1
20122024-02-15T04:19:07.084Z Compiling tinyvec v1.6.0
20132024-02-15T04:19:07.342Z Compiling futures-channel v0.3.30
20142024-02-15T04:19:07.720Z Compiling crc32fast v1.3.2
20152024-02-15T04:19:07.831Z Compiling rustls v0.21.9
20162024-02-15T04:19:08.005Z Compiling futures-task v0.3.30
20172024-02-15T04:19:08.140Z Compiling native-tls v0.2.11
20182024-02-15T04:19:08.198Z Compiling pin-utils v0.1.0
20192024-02-15T04:19:08.292Z Compiling futures-io v0.3.30
20202024-02-15T04:19:08.306Z Compiling ppv-lite86 v0.2.17
20212024-02-15T04:19:08.329Z Compiling bzip2-sys v0.1.11+1.0.8
20222024-02-15T04:19:08.511Z Compiling spin v0.9.8
20232024-02-15T04:19:08.750Z Compiling unicode-normalization v0.1.22
20242024-02-15T04:19:08.786Z Compiling tracing-core v0.1.31
20252024-02-15T04:19:08.903Z Compiling unicode-bidi v0.3.13
20262024-02-15T04:19:08.928Z Compiling base64ct v1.6.0
20272024-02-15T04:19:09.237Z Compiling rand_chacha v0.3.1
20282024-02-15T04:19:09.522Z Compiling pem-rfc7468 v0.7.0
20292024-02-15T04:19:09.791Z Compiling rand v0.8.5
20302024-02-15T04:19:10.571Z Compiling errno v0.3.8
20312024-02-15T04:19:10.838Z Compiling num-iter v0.1.43
20322024-02-15T04:19:10.872Z Compiling usdt-impl v0.3.5
20332024-02-15T04:19:10.938Z Compiling schemars v0.8.16
20342024-02-15T04:19:11.019Z Compiling serde_derive v1.0.196
20352024-02-15T04:19:11.198Z Compiling zeroize_derive v1.4.2
20362024-02-15T04:19:11.659Z Compiling zerocopy-derive v0.7.32
20372024-02-15T04:19:11.666Z Compiling thiserror-impl v1.0.56
20382024-02-15T04:19:11.667Z Compiling tokio-macros v2.2.0
20392024-02-15T04:19:11.667Z Compiling futures-macro v0.3.30
20402024-02-15T04:19:11.667Z Compiling tracing-attributes v0.1.26
20412024-02-15T04:19:12.030Z Compiling der_derive v0.7.2
20422024-02-15T04:19:12.778Z Compiling zeroize v1.7.0
20432024-02-15T04:19:13.492Z Compiling zerocopy-derive v0.2.0
20442024-02-15T04:19:13.987Z Compiling zerocopy v0.7.32
20452024-02-15T04:19:14.647Z Compiling pest v2.7.6
20462024-02-15T04:19:14.809Z Compiling crypto-common v0.1.6
20472024-02-15T04:19:14.819Z Compiling block-buffer v0.10.4
20482024-02-15T04:19:15.233Z Compiling digest v0.10.7
20492024-02-15T04:19:15.261Z Compiling openssl-macros v0.1.1
20502024-02-15T04:19:15.537Z Compiling futures-util v0.3.30
20512024-02-15T04:19:15.730Z Compiling hashbrown v0.14.2
20522024-02-15T04:19:15.753Z Compiling tracing v0.1.37
20532024-02-15T04:19:16.004Z Compiling zerocopy-derive v0.6.4
20542024-02-15T04:19:16.030Z Compiling scroll_derive v0.12.0
20552024-02-15T04:19:16.773Z Compiling signal-hook v0.3.17
20562024-02-15T04:19:17.035Z Compiling pest_meta v2.7.6
20572024-02-15T04:19:17.253Z Compiling rustix v0.38.31
20582024-02-15T04:19:17.737Z Compiling flagset v0.4.3
20592024-02-15T04:19:18.029Z Compiling der v0.7.8
20602024-02-15T04:19:18.773Z Compiling pest_generator v2.7.6
20612024-02-15T04:19:19.885Z Compiling serde_derive_internals v0.26.0
20622024-02-15T04:19:21.612Z Compiling pest_derive v2.7.6
20632024-02-15T04:19:22.576Z Compiling rustversion v1.0.14
20642024-02-15T04:19:22.972Z Compiling bitflags v1.3.2
20652024-02-15T04:19:23.086Z Compiling fnv v1.0.7
20662024-02-15T04:19:23.302Z Compiling schemars_derive v0.8.16
20672024-02-15T04:19:24.775Z Compiling spki v0.7.2
20682024-02-15T04:19:25.532Z Compiling zerocopy v0.3.0
20692024-02-15T04:19:26.107Z Compiling bytes v1.5.0
20702024-02-15T04:19:26.416Z Compiling indexmap v2.2.2
20712024-02-15T04:19:27.050Z Compiling bitflags v2.4.0
20722024-02-15T04:19:27.135Z Compiling tokio v1.36.0
20732024-02-15T04:19:27.955Z Compiling rustc_version v0.4.0
20742024-02-15T04:19:28.494Z Compiling http v0.2.11
20752024-02-15T04:19:28.629Z Compiling heapless v0.7.16
20762024-02-15T04:19:28.872Z Compiling uuid v1.7.0
20772024-02-15T04:19:29.098Z Compiling lazy_static v1.4.0
20782024-02-15T04:19:29.639Z Compiling backtrace v0.3.69
20792024-02-15T04:19:29.668Z Compiling thread-id v4.2.0
20802024-02-15T04:19:29.785Z Compiling memoffset v0.9.0
20812024-02-15T04:19:30.112Z Compiling num-bigint v0.4.4
20822024-02-15T04:19:30.124Z Compiling foreign-types-shared v0.1.1
20832024-02-15T04:19:30.241Z Compiling async-trait v0.1.77
20842024-02-15T04:19:30.626Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20852024-02-15T04:19:31.012Z Compiling untrusted v0.9.0
20862024-02-15T04:19:31.206Z Compiling percent-encoding v2.3.1
20872024-02-15T04:19:31.372Z Compiling iana-time-zone v0.1.57
20882024-02-15T04:19:31.384Z Compiling untrusted v0.7.1
20892024-02-15T04:19:31.503Z Compiling base64 v0.21.7
20902024-02-15T04:19:31.555Z Compiling smoltcp v0.9.1
20912024-02-15T04:19:31.596Z Compiling crossbeam-utils v0.8.16
20922024-02-15T04:19:32.109Z Compiling chrono v0.4.31
20932024-02-15T04:19:33.070Z Compiling foreign-types v0.3.2
20942024-02-15T04:19:38.043Z Compiling dof v0.1.5
20952024-02-15T04:19:38.389Z Compiling dtrace-parser v0.1.14
20962024-02-15T04:19:38.389Z Compiling hmac v0.12.1
20972024-02-15T04:19:38.389Z Compiling tokio-util v0.7.10
20982024-02-15T04:19:38.389Z Compiling clap_derive v4.4.2
20992024-02-15T04:19:38.415Z Compiling siphasher v0.3.11
21002024-02-15T04:19:38.415Z Compiling utf8parse v0.2.1
21012024-02-15T04:19:38.415Z Compiling try-lock v0.2.4
21022024-02-15T04:19:38.416Z Compiling adler v1.0.2
21032024-02-15T04:19:38.416Z Compiling time-core v0.1.1
21042024-02-15T04:19:38.416Z Compiling anstyle v1.0.2
21052024-02-15T04:19:38.416Z Compiling cpufeatures v0.2.12
21062024-02-15T04:19:38.416Z Compiling sha2 v0.10.8
21072024-02-15T04:19:38.795Z Compiling time-macros v0.2.13
21082024-02-15T04:19:41.064Z Compiling miniz_oxide v0.7.1
21092024-02-15T04:19:42.012Z Compiling want v0.3.1
21102024-02-15T04:19:42.130Z Compiling anstyle-parse v0.2.1
21112024-02-15T04:19:42.530Z Compiling h2 v0.3.24
21122024-02-15T04:19:43.320Z Compiling strum_macros v0.25.2
21132024-02-15T04:19:44.467Z Compiling rustls-webpki v0.101.7
21142024-02-15T04:19:45.625Z Compiling sct v0.7.0
21152024-02-15T04:19:45.935Z Compiling form_urlencoded v1.2.1
21162024-02-15T04:19:46.276Z Compiling http-body v0.4.5
21172024-02-15T04:19:46.738Z Compiling serde_tokenstream v0.1.7
21182024-02-15T04:19:46.756Z Compiling pkcs8 v0.10.2
21192024-02-15T04:19:47.380Z Compiling hubpack_derive v0.1.1
21202024-02-15T04:19:48.023Z Compiling socket2 v0.4.9
21212024-02-15T04:19:48.294Z Compiling crossbeam-epoch v0.9.15
21222024-02-15T04:19:48.471Z Compiling usdt-impl v0.5.0
21232024-02-15T04:19:48.867Z Compiling tower-service v0.3.2
21242024-02-15T04:19:49.535Z Compiling slog v2.7.0
21252024-02-15T04:19:49.585Z Compiling httpdate v1.0.3
21262024-02-15T04:19:49.612Z Compiling radium v0.7.0
21272024-02-15T04:19:49.765Z Compiling anyhow v1.0.75
21282024-02-15T04:19:49.988Z Compiling anstyle-query v1.0.0
21292024-02-15T04:19:50.081Z Compiling openssl-probe v0.1.5
21302024-02-15T04:19:50.146Z Compiling colorchoice v1.0.0
21312024-02-15T04:19:50.319Z Compiling anstream v0.5.0
21322024-02-15T04:19:50.392Z Compiling hyper v0.14.27
21332024-02-15T04:19:55.749Z Compiling terminal_size v0.2.6
21342024-02-15T04:19:57.929Z Compiling serde_spanned v0.6.5
21352024-02-15T04:19:58.201Z Compiling toml_datetime v0.6.5
21362024-02-15T04:19:58.635Z Compiling zerocopy v0.6.4
21372024-02-15T04:19:58.819Z Compiling scroll v0.12.0
21382024-02-15T04:19:59.460Z Compiling md-5 v0.10.5
21392024-02-15T04:19:59.922Z Compiling idna v0.5.0
21402024-02-15T04:19:59.951Z Compiling stringprep v0.1.3
21412024-02-15T04:20:01.033Z Compiling diesel_table_macro_syntax v0.1.0
21422024-02-15T04:20:01.051Z Compiling aho-corasick v1.0.4
21432024-02-15T04:20:01.150Z Compiling hash32 v0.2.1
21442024-02-15T04:20:01.225Z Compiling stable_deref_trait v1.2.0
21452024-02-15T04:20:01.337Z Compiling gimli v0.28.0
21462024-02-15T04:20:01.852Z Compiling strsim v0.10.0
21472024-02-15T04:20:01.856Z Compiling regex-syntax v0.8.2
21482024-02-15T04:20:01.856Z Compiling tap v1.0.1
21492024-02-15T04:20:01.856Z Compiling fallible-iterator v0.2.0
21502024-02-15T04:20:02.001Z Compiling clap_lex v0.5.1
21512024-02-15T04:20:02.089Z Compiling maybe-uninit v2.0.0
21522024-02-15T04:20:02.628Z Compiling winnow v0.5.15
21532024-02-15T04:20:02.640Z Compiling dyn-clone v1.0.16
21542024-02-15T04:20:03.005Z Compiling plain v0.2.3
21552024-02-15T04:20:03.171Z Compiling goblin v0.8.0
21562024-02-15T04:20:03.657Z Compiling postgres-protocol v0.6.6
21572024-02-15T04:20:04.086Z Compiling clap_builder v4.4.2
21582024-02-15T04:20:04.980Z Compiling wyz v0.5.1
21592024-02-15T04:20:05.460Z Compiling regex-automata v0.4.4
21602024-02-15T04:20:06.627Z Compiling addr2line v0.21.0
21612024-02-15T04:20:06.796Z Compiling diesel_derives v2.1.2
21622024-02-15T04:20:07.661Z Compiling url v2.5.0
21632024-02-15T04:20:08.202Z Compiling tokio-rustls v0.24.1
21642024-02-15T04:20:10.680Z Compiling tokio-native-tls v0.3.1
21652024-02-15T04:20:11.611Z Compiling usdt-macro v0.3.5
21662024-02-15T04:20:13.033Z Compiling usdt-attr-macro v0.3.5
21672024-02-15T04:20:14.224Z Compiling phf_shared v0.11.2
21682024-02-15T04:20:14.808Z Compiling block-padding v0.3.3
21692024-02-15T04:20:15.039Z Compiling enum-as-inner v0.5.1
21702024-02-15T04:20:15.084Z Compiling serde_repr v0.1.16
21712024-02-15T04:20:15.571Z Compiling ff v0.13.0
21722024-02-15T04:20:15.836Z Compiling scheduled-thread-pool v0.2.7
21732024-02-15T04:20:16.301Z Compiling object v0.32.1
21742024-02-15T04:20:16.381Z Compiling deranged v0.3.8
21752024-02-15T04:20:18.448Z Compiling rustc-demangle v0.1.23
21762024-02-15T04:20:18.620Z Compiling matches v0.1.10
21772024-02-15T04:20:18.730Z Compiling base16ct v0.2.0
21782024-02-15T04:20:19.064Z Compiling managed v0.8.0
21792024-02-15T04:20:19.570Z Compiling bit-vec v0.6.3
21802024-02-15T04:20:20.015Z Compiling funty v2.0.0
21812024-02-15T04:20:22.341Z Compiling packed_struct v0.10.1
21822024-02-15T04:20:22.415Z Compiling ipnet v2.9.0
21832024-02-15T04:20:23.253Z Compiling num-bigint-dig v0.8.4
21842024-02-15T04:20:23.424Z Compiling num_threads v0.1.6
21852024-02-15T04:20:23.566Z Compiling pretty-hex v0.4.1
21862024-02-15T04:20:23.596Z Compiling regex-automata v0.1.10
21872024-02-15T04:20:23.628Z Compiling time v0.3.27
21882024-02-15T04:20:23.840Z Compiling dof v0.3.0
21892024-02-15T04:20:24.129Z Compiling bstr v0.2.17
21902024-02-15T04:20:25.660Z Compiling bitvec v1.0.1
21912024-02-15T04:20:27.934Z Compiling sec1 v0.7.3
21922024-02-15T04:20:28.553Z Compiling idna v0.2.3
21932024-02-15T04:20:28.936Z Compiling r2d2 v0.8.10
21942024-02-15T04:20:29.338Z Compiling group v0.13.0
21952024-02-15T04:20:29.763Z Compiling inout v0.1.3
21962024-02-15T04:20:30.459Z Compiling phf v0.11.2
21972024-02-15T04:20:30.779Z Compiling hyper-tls v0.5.0
21982024-02-15T04:20:31.168Z Compiling regex v1.10.3
21992024-02-15T04:20:31.258Z Compiling hyper-rustls v0.24.2
22002024-02-15T04:20:31.659Z Compiling signal-hook-mio v0.2.3
22012024-02-15T04:20:43.882Z Compiling clap v4.4.3
22022024-02-15T04:20:44.155Z Compiling flate2 v1.0.28
22032024-02-15T04:20:44.155Z Compiling bzip2 v0.4.4
22042024-02-15T04:20:44.155Z Compiling toml_edit v0.19.15
22052024-02-15T04:20:44.155Z Compiling ipnetwork v0.20.0
22062024-02-15T04:20:44.155Z Compiling postgres-types v0.2.6
22072024-02-15T04:20:44.155Z Compiling hubpack v0.1.2
22082024-02-15T04:20:44.155Z Compiling serde_urlencoded v0.7.1
22092024-02-15T04:20:44.155Z Compiling rustls-pemfile v1.0.3
22102024-02-15T04:20:44.155Z Compiling phf_shared v0.10.0
22112024-02-15T04:20:44.155Z Compiling hkdf v0.12.4
22122024-02-15T04:20:44.155Z Compiling dtrace-parser v0.2.0
22132024-02-15T04:20:44.155Z Compiling futures-executor v0.3.30
22142024-02-15T04:20:44.155Z Compiling crypto-bigint v0.5.2
22152024-02-15T04:20:44.155Z Compiling packed_struct_codegen v0.10.1
22162024-02-15T04:20:44.155Z Compiling float-cmp v0.9.0
22172024-02-15T04:20:44.155Z Compiling indexmap v1.9.3
22182024-02-15T04:20:44.156Z Compiling encoding_rs v0.8.33
22192024-02-15T04:20:44.156Z Compiling new_debug_unreachable v1.0.4
22202024-02-15T04:20:44.156Z Compiling predicates-core v1.0.6
22212024-02-15T04:20:44.156Z Compiling precomputed-hash v0.1.1
22222024-02-15T04:20:44.156Z Compiling difflib v0.4.0
22232024-02-15T04:20:44.156Z Compiling normalize-line-endings v0.3.0
22242024-02-15T04:20:44.156Z Compiling either v1.9.0
22252024-02-15T04:20:44.156Z Compiling fixedbitset v0.4.2
22262024-02-15T04:20:44.156Z Compiling static_assertions v1.1.0
22272024-02-15T04:20:44.156Z Compiling nodrop v0.1.14
22282024-02-15T04:20:44.156Z Compiling regex-automata v0.3.8
22292024-02-15T04:20:44.156Z Compiling unicode-segmentation v1.10.1
22302024-02-15T04:20:44.156Z Compiling mime v0.3.17
22312024-02-15T04:20:44.156Z Compiling unicode-width v0.1.11
22322024-02-15T04:20:44.156Z Compiling whoami v1.4.1
22332024-02-15T04:20:44.156Z Compiling minimal-lexical v0.2.1
22342024-02-15T04:20:44.266Z Compiling webpki-roots v0.25.2
22352024-02-15T04:20:44.266Z Compiling data-encoding v2.4.0
22362024-02-15T04:20:44.356Z Compiling crc-catalog v2.2.0
22372024-02-15T04:20:46.065Z Compiling trust-dns-proto v0.22.0
22382024-02-15T04:20:49.018Z Compiling crc v3.0.1
22392024-02-15T04:20:49.807Z Compiling nom v7.1.3
22402024-02-15T04:20:49.837Z Compiling reqwest v0.11.22
22412024-02-15T04:20:53.316Z Compiling tokio-postgres v0.7.10
22422024-02-15T04:20:53.999Z Compiling console v0.15.8
22432024-02-15T04:20:54.556Z Compiling bstr v1.6.0
22442024-02-15T04:20:56.153Z Compiling similar v2.3.0
22452024-02-15T04:21:00.788Z Compiling array-init v0.0.4
22462024-02-15T04:21:00.947Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22472024-02-15T04:21:02.004Z Compiling petgraph v0.6.4
22482024-02-15T04:21:03.524Z Compiling itertools v0.10.5
22492024-02-15T04:21:03.663Z Compiling predicates v3.1.0
22502024-02-15T04:21:05.043Z Compiling string_cache v0.8.7
22512024-02-15T04:21:05.334Z Compiling elliptic-curve v0.13.8
22522024-02-15T04:21:08.577Z Compiling toml v0.7.8
22532024-02-15T04:21:09.288Z Compiling futures v0.3.30
22542024-02-15T04:21:10.302Z Compiling smallvec v0.6.14
22552024-02-15T04:21:10.550Z Compiling diesel v2.1.4
22562024-02-15T04:21:10.664Z Compiling zip v0.6.6
22572024-02-15T04:21:10.802Z Compiling yasna v0.5.2
22582024-02-15T04:21:10.922Z Compiling crossterm v0.27.0
22592024-02-15T04:21:12.101Z Compiling cipher v0.4.4
22602024-02-15T04:21:13.294Z Compiling bit-set v0.5.3
22612024-02-15T04:21:13.517Z Compiling usdt v0.3.5
22622024-02-15T04:21:13.615Z Compiling is-terminal v0.4.9
22632024-02-15T04:21:13.816Z Compiling toml_edit v0.21.1
22642024-02-15T04:21:15.435Z Compiling strum v0.25.0
22652024-02-15T04:21:15.628Z Compiling pkcs1 v0.7.5
22662024-02-15T04:21:19.670Z Compiling tokio-stream v0.1.14
22672024-02-15T04:21:20.911Z Compiling openapiv3 v2.0.0
22682024-02-15T04:21:21.037Z Compiling hex v0.4.3
22692024-02-15T04:21:21.814Z Compiling hashbrown v0.13.2
22702024-02-15T04:21:23.636Z Compiling signature v2.1.0
22712024-02-15T04:21:25.138Z Compiling lalrpop-util v0.19.12
22722024-02-15T04:21:27.202Z Compiling bitfield v0.14.0
22732024-02-15T04:21:28.149Z Compiling termcolor v1.2.0
22742024-02-15T04:21:28.457Z Compiling hashbrown v0.12.3
22752024-02-15T04:21:34.352Z Compiling env_logger v0.10.0
22762024-02-15T04:21:34.933Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22772024-02-15T04:21:43.230Z Compiling rsa v0.9.2
22782024-02-15T04:21:49.498Z Compiling serde-hex v0.1.0
22792024-02-15T04:21:55.165Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22802024-02-15T04:21:57.317Z Compiling ron v0.8.1
22812024-02-15T04:21:57.563Z Compiling x509-cert v0.2.4
22822024-02-15T04:21:57.964Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22832024-02-15T04:22:05.555Z Compiling crc-any v2.4.3
22842024-02-15T04:22:17.016Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22852024-02-15T04:22:31.249Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22862024-02-15T04:22:36.651Z Compiling object v0.30.4
22872024-02-15T04:22:40.125Z Compiling path-slash v0.1.5
22882024-02-15T04:22:45.210Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22892024-02-15T04:23:13.685Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22902024-02-15T04:23:14.548Z Finished release [optimized] target(s) in 4m 20s
22912024-02-15T04:23:14.630Z
22922024-02-15T04:23:14.630Zreal 4:21.036810660
22932024-02-15T04:23:14.630Zuser 28:45.266091309
22942024-02-15T04:23:14.630Zsys 3:16.692126391
22952024-02-15T04:23:14.630Ztrap 1.034070839
22962024-02-15T04:23:14.630Ztflt 1.723991751
22972024-02-15T04:23:14.630Zdflt 0.480707017
22982024-02-15T04:23:14.631Zkflt 0.005929152
22992024-02-15T04:23:14.634Zlock 1:05:17.360860206
23002024-02-15T04:23:14.634Zslp 1:24:15.405704202
23012024-02-15T04:23:14.634Zlat 1:36.076594934
23022024-02-15T04:23:14.634Zstop 1:34.443978867
23032024-02-15T04:23:14.634Z+ ptime -m gzip
23042024-02-15T04:23:15.096Z
23052024-02-15T04:23:15.096Zreal 0.461430382
23062024-02-15T04:23:15.096Zuser 0.454029754
23072024-02-15T04:23:15.096Zsys 0.006813959
23082024-02-15T04:23:15.096Ztrap 0.000055694
23092024-02-15T04:23:15.096Ztflt 0.000000000
23102024-02-15T04:23:15.097Zdflt 0.000000000
23112024-02-15T04:23:15.103Zkflt 0.000000000
23122024-02-15T04:23:15.103Zlock 0.000000000
23132024-02-15T04:23:15.103Zslp 0.000000000
23142024-02-15T04:23:15.103Zlat 0.000094539
23152024-02-15T04:23:15.103Zstop 0.000218376
23162024-02-15T04:23:15.103Z+ banner tufaceous
23172024-02-15T04:23:15.103Z
23182024-02-15T04:23:15.103Z ##### # # ###### ## #### ###### #### # # ####
23192024-02-15T04:23:15.103Z # # # # # # # # # # # # # #
23202024-02-15T04:23:15.103Z # # # ##### # # # ##### # # # # ####
23212024-02-15T04:23:15.103Z # # # # ###### # # # # # # #
23222024-02-15T04:23:15.103Z # # # # # # # # # # # # # # #
23232024-02-15T04:23:15.103Z # #### # # # #### ###### #### #### ####
23242024-02-15T04:23:15.103Z
23252024-02-15T04:23:15.103Z+ ptime -m cargo build --locked -p tufaceous --release
23262024-02-15T04:23:15.582Z Downloading crates ...
23272024-02-15T04:23:15.966Z Downloaded doc-comment v0.3.3
23282024-02-15T04:23:15.970Z Downloaded snafu-derive v0.7.5
23292024-02-15T04:23:15.973Z Downloaded pin-project-internal v1.1.3
23302024-02-15T04:23:15.973Z Downloaded snafu v0.7.5
23312024-02-15T04:23:15.980Z Downloaded parse-size v1.0.0
23322024-02-15T04:23:15.984Z Downloaded buf-list v1.0.3
23332024-02-15T04:23:15.989Z Downloaded humantime v2.1.0
23342024-02-15T04:23:15.990Z Downloaded olpc-cjson v0.1.3
23352024-02-15T04:23:15.990Z Downloaded globset v0.4.13
23362024-02-15T04:23:15.990Z Downloaded async-recursion v1.0.5
23372024-02-15T04:23:15.992Z Downloaded pin-project v1.1.3
23382024-02-15T04:23:16.002Z Downloaded typed-path v0.7.0
23392024-02-15T04:23:16.008Z Downloaded tough v0.16.0
23402024-02-15T04:23:16.016Z Downloaded fs-err v2.11.0
23412024-02-15T04:23:16.019Z Downloaded serde_plain v1.0.2
23422024-02-15T04:23:16.141Z Compiling serde_tokenstream v0.2.0
23432024-02-15T04:23:16.203Z Compiling regress v0.7.1
23442024-02-15T04:23:16.218Z Compiling dirs-sys-next v0.1.2
23452024-02-15T04:23:16.232Z Compiling rustls-pki-types v1.1.0
23462024-02-15T04:23:16.232Z Compiling ident_case v1.0.1
23472024-02-15T04:23:16.252Z Compiling thread_local v1.1.7
23482024-02-15T04:23:16.261Z Compiling slog-async v2.8.0
23492024-02-15T04:23:16.412Z Compiling dirs-next v2.0.0
23502024-02-15T04:23:16.664Z Compiling darling_core v0.20.3
23512024-02-15T04:23:16.724Z Compiling rustls v0.22.2
23522024-02-15T04:23:16.778Z Compiling heck v0.4.1
23532024-02-15T04:23:17.050Z Compiling camino v1.1.6
23542024-02-15T04:23:17.246Z Compiling rustls-webpki v0.102.1
23552024-02-15T04:23:17.378Z Compiling term v0.7.0
23562024-02-15T04:23:17.695Z Compiling crossbeam-channel v0.5.8
23572024-02-15T04:23:17.742Z Compiling getopts v0.2.21
23582024-02-15T04:23:18.194Z Compiling structmeta-derive v0.3.0
23592024-02-15T04:23:18.696Z Compiling atty v0.2.14
23602024-02-15T04:23:18.862Z Compiling multer v3.0.0
23612024-02-15T04:23:19.220Z Compiling take_mut v0.2.2
23622024-02-15T04:23:19.408Z Compiling doc-comment v0.3.3
23632024-02-15T04:23:19.651Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23642024-02-15T04:23:21.108Z Compiling match_cfg v0.1.0
23652024-02-15T04:23:21.184Z Compiling unsafe-libyaml v0.2.10
23662024-02-15T04:23:21.221Z Compiling paste v1.0.14
23672024-02-15T04:23:21.828Z Compiling hostname v0.3.1
23682024-02-15T04:23:22.526Z Compiling structmeta v0.3.0
23692024-02-15T04:23:22.535Z Compiling darling_macro v0.20.3
23702024-02-15T04:23:22.656Z Compiling serde_yaml v0.9.25
23712024-02-15T04:23:22.846Z Compiling slog-term v2.9.0
23722024-02-15T04:23:23.577Z Compiling darling v0.20.3
23732024-02-15T04:23:26.126Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23742024-02-15T04:23:26.141Z Compiling slog-json v2.6.1
23752024-02-15T04:23:26.247Z Compiling http v1.0.0
23762024-02-15T04:23:26.704Z Compiling async-stream-impl v0.3.5
23772024-02-15T04:23:26.793Z Compiling pin-project-internal v1.1.3
23782024-02-15T04:23:28.102Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23792024-02-15T04:23:28.114Z Compiling fastrand v2.0.1
23802024-02-15T04:23:28.168Z Compiling atomic-waker v1.1.1
23812024-02-15T04:23:28.373Z Compiling waitgroup v0.1.2
23822024-02-15T04:23:28.516Z Compiling tempfile v3.10.0
23832024-02-15T04:23:28.652Z Compiling tokio-rustls v0.25.0
23842024-02-15T04:23:28.843Z Compiling async-stream v0.3.5
23852024-02-15T04:23:29.176Z Compiling slog-bunyan v2.5.0
23862024-02-15T04:23:29.589Z Compiling serde_with_macros v3.6.0
23872024-02-15T04:23:29.902Z Compiling pin-project v1.1.3
23882024-02-15T04:23:30.186Z Compiling parse-display-derive v0.9.0
23892024-02-15T04:23:31.907Z Compiling toml v0.8.9
23902024-02-15T04:23:31.967Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23912024-02-15T04:23:32.696Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23922024-02-15T04:23:32.712Z Compiling rustls-pemfile v2.0.0
23932024-02-15T04:23:32.777Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23942024-02-15T04:23:33.534Z Compiling sha1 v0.10.6
23952024-02-15T04:23:34.290Z Compiling strum_macros v0.26.1
23962024-02-15T04:23:34.451Z Compiling serde_path_to_error v0.1.15
23972024-02-15T04:23:34.794Z Compiling snafu-derive v0.7.5
23982024-02-15T04:23:34.805Z Compiling instant v0.1.12
23992024-02-15T04:23:34.892Z Compiling fs-err v2.11.0
24002024-02-15T04:23:35.263Z Compiling buf-list v1.0.3
24012024-02-15T04:23:35.533Z Compiling same-file v1.0.6
24022024-02-15T04:23:35.872Z Compiling arc-swap v1.6.0
24032024-02-15T04:23:35.889Z Compiling debug-ignore v1.0.5
24042024-02-15T04:23:36.690Z Compiling slog-scope v4.4.0
24052024-02-15T04:23:37.504Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
24062024-02-15T04:23:37.690Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24072024-02-15T04:23:38.214Z Compiling walkdir v2.4.0
24082024-02-15T04:23:39.549Z Compiling strum v0.26.1
24092024-02-15T04:23:39.930Z Compiling backoff v0.4.0
24102024-02-15T04:23:40.020Z Compiling snafu v0.7.5
24112024-02-15T04:23:40.052Z Compiling parse-display v0.9.0
24122024-02-15T04:23:40.331Z Compiling serde_with v3.6.0
24132024-02-15T04:23:41.618Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24142024-02-15T04:23:42.133Z Compiling globset v0.4.13
24152024-02-15T04:23:42.441Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24162024-02-15T04:23:42.656Z Compiling olpc-cjson v0.1.3
24172024-02-15T04:23:43.280Z Compiling pem v3.0.2
24182024-02-15T04:23:45.552Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24192024-02-15T04:23:45.575Z Compiling serde_plain v1.0.2
24202024-02-15T04:23:45.677Z Compiling macaddr v1.0.1
24212024-02-15T04:23:45.744Z Compiling async-recursion v1.0.5
24222024-02-15T04:23:46.514Z Compiling filetime v0.2.23
24232024-02-15T04:23:46.851Z Compiling xattr v1.0.1
24242024-02-15T04:23:46.930Z Compiling typed-path v0.7.0
24252024-02-15T04:23:47.197Z Compiling tar v0.4.40
24262024-02-15T04:23:51.748Z Compiling tough v0.16.0
24272024-02-15T04:23:54.843Z Compiling slog-stdlog v4.1.1
24282024-02-15T04:23:55.709Z Compiling camino-tempfile v1.1.1
24292024-02-15T04:23:55.906Z Compiling itertools v0.12.1
24302024-02-15T04:23:56.579Z Compiling parse-size v1.0.0
24312024-02-15T04:23:56.956Z Compiling slog-envlogger v2.2.0
24322024-02-15T04:24:00.334Z Compiling humantime v2.1.0
24332024-02-15T04:24:02.359Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24342024-02-15T04:24:02.636Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24352024-02-15T04:24:13.803Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24362024-02-15T04:24:15.787Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24372024-02-15T04:24:37.301Z Finished release [optimized] target(s) in 1m 22s
24382024-02-15T04:24:37.394Z
24392024-02-15T04:24:37.394Zreal 1:22.256245187
24402024-02-15T04:24:37.394Zuser 9:05.372410323
24412024-02-15T04:24:37.394Zsys 41.166368221
24422024-02-15T04:24:37.394Ztrap 0.300194208
24432024-02-15T04:24:37.394Ztflt 0.403105340
24442024-02-15T04:24:37.394Zdflt 0.319843564
24452024-02-15T04:24:37.397Zkflt 0.000067083
24462024-02-15T04:24:37.397Zlock 18:59.087538440
24472024-02-15T04:24:37.397Zslp 20:33.770849264
24482024-02-15T04:24:37.397Zlat 22.916702063
24492024-02-15T04:24:37.398Zstop 15.910896985
24502024-02-15T04:24:37.398Z+ ptime -m gzip
24512024-02-15T04:24:39.136Z
24522024-02-15T04:24:39.136Zreal 1.739136734
24532024-02-15T04:24:39.136Zuser 1.720883128
24542024-02-15T04:24:39.136Zsys 0.016236690
24552024-02-15T04:24:39.136Ztrap 0.000523724
24562024-02-15T04:24:39.136Ztflt 0.000000000
24572024-02-15T04:24:39.136Zdflt 0.000000000
24582024-02-15T04:24:39.136Zkflt 0.000000000
24592024-02-15T04:24:39.139Zlock 0.000000000
24602024-02-15T04:24:39.139Zslp 0.000000000
24612024-02-15T04:24:39.139Zlat 0.001085184
24622024-02-15T04:24:39.139Zstop 0.000179241
24632024-02-15T04:24:39.139Zprocess exited: duration 926995 ms, exit code 0
 
24642024-02-15T04:24:39.160Zfound 5 output files
24652024-02-15T04:24:39.161Zuploading: /work/end-to-end-tests/bootstrap-4ef928d4a311d736.gz (10676839 bytes)
24662024-02-15T04:24:44.533Zuploaded: /work/end-to-end-tests/bootstrap-4ef928d4a311d736.gz
24672024-02-15T04:24:44.533Zuploading: /work/end-to-end-tests/bootstrap.gz (109026602 bytes)
24682024-02-15T04:25:20.881Zuploaded: /work/end-to-end-tests/bootstrap.gz
24692024-02-15T04:25:20.881Zuploading: /work/end-to-end-tests/end_to_end_tests-d04a49cb4bbc61f6.gz (112246106 bytes)
24702024-02-15T04:26:01.198Zuploaded: /work/end-to-end-tests/end_to_end_tests-d04a49cb4bbc61f6.gz
24712024-02-15T04:26:01.198Zuploading: /work/caboose-util.gz (4102306 bytes)
24722024-02-15T04:26:03.594Zuploaded: /work/caboose-util.gz
24732024-02-15T04:26:03.598Zuploading: /work/tufaceous.gz (15851377 bytes)
24742024-02-15T04:26:09.606Zuploaded: /work/tufaceous.gz