01HNMFCMRH9VRXW965PJ349YYW: 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: 01HNMFDB4X957XNHG1ZMY2WP1P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-02T12:08:24.107Zjob assigned to worker 01HNMVEG570ZCVHRSC84GJ3D2Y (queued for 3 h 31 m 31 s)
 
22024-02-02T12:08:25.050Zstarting task 0: "setup"
32024-02-02T12:08:25.098Z++ uname -s
42024-02-02T12:08:25.101Z+ kern=SunOS
52024-02-02T12:08:25.101Z+ case "$kern" in
62024-02-02T12:08:25.101Z+ groupadd -g 12345 build
72024-02-02T12:08:25.107Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-02T12:08:27.141Z+ zfs create -o mountpoint=/work rpool/work
92024-02-02T12:08:27.229Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-02T12:08:27.233Z+ home_fs=zfs
112024-02-02T12:08:27.233Z+ [[ zfs == autofs ]]
122024-02-02T12:08:27.233Z+ mkdir -p /home/build
132024-02-02T12:08:27.235Z+ chown build:build /home/build /work
142024-02-02T12:08:29.238Z+ chmod 0700 /home/build /work
152024-02-02T12:08:29.241Zprocess exited: duration 4191 ms, exit code 0
 
162024-02-02T12:08:29.247Zstarting task 1: "rust-toolchain"
172024-02-02T12:08:29.256Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-02T12:08:29.259Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-02T12:08:29.445Zinfo: downloading installer
202024-02-02T12:08:31.104Zwarning: it looks like you have an existing installation of Rust at:
212024-02-02T12:08:31.104Zwarning: /opt/ooce/bin
222024-02-02T12:08:31.105Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-02T12:08:31.105Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-02T12:08:31.105Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-02T12:08:31.105Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-02T12:08:31.105Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-02T12:08:31.105Zerror: cannot install while Rust is installed
282024-02-02T12:08:31.105Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-02T12:08:31.252Zinfo: profile set to 'default'
302024-02-02T12:08:31.252Zinfo: default host triple is x86_64-unknown-illumos
312024-02-02T12:08:31.256Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-02T12:08:31.505Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-02T12:08:31.505Zinfo: downloading component 'cargo'
342024-02-02T12:08:32.214Zinfo: downloading component 'clippy'
352024-02-02T12:08:32.489Zinfo: downloading component 'rust-docs'
362024-02-02T12:08:33.454Zinfo: downloading component 'rust-std'
372024-02-02T12:08:35.187Zinfo: downloading component 'rustc'
382024-02-02T12:08:39.390Zinfo: downloading component 'rustfmt'
392024-02-02T12:08:39.633Zinfo: installing component 'cargo'
402024-02-02T12:08:41.018Zinfo: installing component 'clippy'
412024-02-02T12:08:41.603Zinfo: installing component 'rust-docs'
422024-02-02T12:08:44.366Zinfo: installing component 'rust-std'
432024-02-02T12:08:48.125Zinfo: installing component 'rustc'
442024-02-02T12:08:57.095Zinfo: installing component 'rustfmt'
452024-02-02T12:08:57.691Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-02T12:08:57.691Z
472024-02-02T12:08:57.815Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-02T12:08:57.815Z
492024-02-02T12:08:57.819Z
502024-02-02T12:08:57.819ZRust is installed now. Great!
512024-02-02T12:08:57.819Z
522024-02-02T12:08:57.819ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-02T12:08:57.819Zenvironment variable. This has not been done automatically.
542024-02-02T12:08:57.819Z
552024-02-02T12:08:57.819ZTo configure your current shell, run:
562024-02-02T12:08:57.819Zsource "$HOME/.cargo/env"
572024-02-02T12:08:57.917Z+ rustc --version
582024-02-02T12:08:58.015Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-02T12:08:58.020Zprocess exited: duration 28774 ms, exit code 0
 
602024-02-02T12:08:58.027Zstarting task 2: "authentication"
612024-02-02T12:08:58.058Zprocess exited: duration 30 ms, exit code 0
 
622024-02-02T12:08:58.065Zstarting task 3: "clone repository"
632024-02-02T12:08:58.072Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-02T12:08:58.075Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-02T12:08:58.351ZCloning into '/work/oxidecomputer/omicron'...
662024-02-02T12:09:05.450Z+ cd /work/oxidecomputer/omicron
672024-02-02T12:09:05.450Z+ git fetch origin c7f06afb78176b3b7002cee8057e14e3cb1cc0b4
682024-02-02T12:09:06.896ZFrom https://github.com/oxidecomputer/omicron
692024-02-02T12:09:06.897Z * branch c7f06afb78176b3b7002cee8057e14e3cb1cc0b4 -> FETCH_HEAD
702024-02-02T12:09:06.908Z+ [[ -n renovate/omicron-zone-package-0.x ]]
712024-02-02T12:09:06.912Z++ git branch --show-current
722024-02-02T12:09:06.915Z+ current=main
732024-02-02T12:09:06.915Z+ [[ main != renovate/omicron-zone-package-0.x ]]
742024-02-02T12:09:06.916Z+ git branch -f renovate/omicron-zone-package-0.x c7f06afb78176b3b7002cee8057e14e3cb1cc0b4
752024-02-02T12:09:06.922Z+ git checkout -f renovate/omicron-zone-package-0.x
762024-02-02T12:09:07.037ZSwitched to branch 'renovate/omicron-zone-package-0.x'
772024-02-02T12:09:07.049Z+ git reset --hard c7f06afb78176b3b7002cee8057e14e3cb1cc0b4
782024-02-02T12:09:07.056ZHEAD is now at c7f06afb7 Update Rust crate omicron-zone-package to 0.11.0
792024-02-02T12:09:07.060Zprocess exited: duration 8994 ms, exit code 0
 
802024-02-02T12:09:07.068Zstarting task 4: "build"
812024-02-02T12:09:07.075Z+ cargo --version
822024-02-02T12:09:07.082Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-02T12:09:07.266Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-02T12:09:07.269Zinfo: downloading component 'cargo'
852024-02-02T12:09:07.960Zinfo: downloading component 'clippy'
862024-02-02T12:09:08.182Zinfo: downloading component 'rust-docs'
872024-02-02T12:09:09.028Zinfo: downloading component 'rust-std'
882024-02-02T12:09:10.296Zinfo: downloading component 'rustc'
892024-02-02T12:09:13.916Zinfo: downloading component 'rustfmt'
902024-02-02T12:09:14.121Zinfo: installing component 'cargo'
912024-02-02T12:09:15.469Zinfo: installing component 'clippy'
922024-02-02T12:09:15.967Zinfo: installing component 'rust-docs'
932024-02-02T12:09:18.909Zinfo: installing component 'rust-std'
942024-02-02T12:09:21.337Zinfo: installing component 'rustc'
952024-02-02T12:09:27.609Zinfo: installing component 'rustfmt'
962024-02-02T12:09:28.161Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-02T12:09:28.164Z+ rustc --version
982024-02-02T12:09:28.283Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-02T12:09:28.289Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-02T12:09:40.836Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-02T12:09:42.689Z Startup: Caching catalogs ... Done
1022024-02-02T12:09:45.721ZPlanning: Solver setup ... Done (2.507s)
1032024-02-02T12:09:45.787ZPlanning: Running solver ... Done (0.066s)
1042024-02-02T12:09:45.820ZPlanning: Finding local manifests ... Done (0.003s)
1052024-02-02T12:09:45.834ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-02T12:09:46.118ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-02T12:09:46.197ZPlanning: Package planning ... Done (0.080s)
1082024-02-02T12:09:46.282ZPlanning: Merging actions ... Done (0.085s)
1092024-02-02T12:09:47.354ZPlanning: Checking for conflicting actions ... Done (1.071s)
1102024-02-02T12:09:47.372ZPlanning: Consolidating action changes ... Done (0.018s)
1112024-02-02T12:09:53.155ZPlanning: Evaluating mediators ... Done (5.782s)
1122024-02-02T12:09:53.182ZPlanning: Planning completed in 10.41 seconds
1132024-02-02T12:09:56.254Z Packages to install: 4
1142024-02-02T12:09:56.255Z Mediators to change: 2
1152024-02-02T12:09:56.255Z Services to change: 1
1162024-02-02T12:09:56.258Z Estimated space available: 148.87 GB
1172024-02-02T12:09:56.258ZEstimated space to be consumed: 1.40 GB
1182024-02-02T12:09:56.258Z Create boot environment: No
1192024-02-02T12:09:56.258ZCreate backup boot environment: No
1202024-02-02T12:09:56.258Z Rebuild boot archive: No
1212024-02-02T12:09:56.258Z
1222024-02-02T12:09:56.258ZChanged mediators:
1232024-02-02T12:09:56.258Z mediator clang:
1242024-02-02T12:09:56.258Z version: None -> 15 (system default)
1252024-02-02T12:09:56.258Z
1262024-02-02T12:09:56.258Z mediator llvm:
1272024-02-02T12:09:56.259Z version: 14 (system default) -> 15 (system default)
1282024-02-02T12:09:56.259Z
1292024-02-02T12:09:56.259ZChanged packages:
1302024-02-02T12:09:56.259Zhelios-dev
1312024-02-02T12:09:56.259Z developer/build-essential
1322024-02-02T12:09:56.259Z None -> 11-2.0
1332024-02-02T12:09:56.259Z library/libxmlsec1
1342024-02-02T12:09:56.259Z None -> 1.2.35-2.0
1352024-02-02T12:09:56.259Z ooce/developer/clang-15
1362024-02-02T12:09:56.259Z None -> 15.0.7-2.0
1372024-02-02T12:09:56.259Z ooce/developer/llvm-15
1382024-02-02T12:09:56.259Z None -> 15.0.7-2.0
1392024-02-02T12:09:56.259Z
1402024-02-02T12:09:56.259ZServices:
1412024-02-02T12:09:56.259Z restart_fmri:
1422024-02-02T12:09:56.259Z svc:/system/update-man-index:default
1432024-02-02T12:09:56.509Z
1442024-02-02T12:09:56.510ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-02T12:10:01.507ZDownload: 1257/3290 items 92.8/212.6MB 43% complete (18.4M/s)
1462024-02-02T12:10:06.509ZDownload: 2991/3290 items 121.3/212.6MB 57% complete (12.2M/s)
1472024-02-02T12:10:10.532ZDownload: Completed 212.60 MB in 14.02 seconds (15.2M/s)
1482024-02-02T12:10:10.911Z Actions: 1/3689 actions (Installing new actions)
1492024-02-02T12:10:15.917Z Actions: 2673/3689 actions (Installing new actions)
1502024-02-02T12:10:18.481Z Actions: Completed 3689 actions in 7.58 seconds.
1512024-02-02T12:10:18.732Z Done (0.244s)
1522024-02-02T12:10:18.732Z Done (0.000s)
1532024-02-02T12:10:19.069Z Done (0.337s)
1542024-02-02T12:10:26.924Z Done (7.716s)
1552024-02-02T12:10:27.187Z Done (0.161s)
1562024-02-02T12:10:27.190Z Done (0.000s)
1572024-02-02T12:10:27.411Z Done (0.000s)
1582024-02-02T12:10:28.150ZPlanning: Evaluating mediator changes ... Done
1592024-02-02T12:10:28.441ZPlanning: Checking for conflicting actions ... Done
1602024-02-02T12:10:28.445ZPlanning: Consolidating action changes ... Done
1612024-02-02T12:10:28.886ZPlanning: Evaluating mediators ... Done
1622024-02-02T12:10:28.889ZPlanning: Planning completed in 0.74 seconds
1632024-02-02T12:10:28.941Z Mediators to change: 2
1642024-02-02T12:10:28.942Z Create boot environment: No
1652024-02-02T12:10:28.945ZCreate backup boot environment: No
1662024-02-02T12:10:29.060Z Done
1672024-02-02T12:10:29.061Z Done
1682024-02-02T12:10:29.268Z Done
1692024-02-02T12:10:35.241Z Done
1702024-02-02T12:10:35.362Z Done
1712024-02-02T12:10:35.365Z Done
1722024-02-02T12:10:35.469Z Done
1732024-02-02T12:10:36.471ZPlanning: Evaluating mediator changes ... Done
1742024-02-02T12:10:36.474ZPlanning: Merging actions ... Done
1752024-02-02T12:10:36.801ZPlanning: Checking for conflicting actions ... Done
1762024-02-02T12:10:36.804ZPlanning: Consolidating action changes ... Done
1772024-02-02T12:10:37.229ZPlanning: Evaluating mediators ... Done
1782024-02-02T12:10:37.320ZPlanning: Planning completed in 1.28 seconds
1792024-02-02T12:10:37.376Z Packages to change: 1
1802024-02-02T12:10:37.377Z Mediators to change: 1
1812024-02-02T12:10:37.380Z Services to change: 1
1822024-02-02T12:10:37.380Z Create boot environment: No
1832024-02-02T12:10:37.380ZCreate backup boot environment: Yes
1842024-02-02T12:10:39.351Z Actions: 1/6 actions (Updating modified actions)
1852024-02-02T12:10:39.354Z Actions: Completed 6 actions in 0.00 seconds.
1862024-02-02T12:10:39.355Z Done
1872024-02-02T12:10:39.355Z Done
1882024-02-02T12:10:39.430Z Done
1892024-02-02T12:10:45.439Z Done
1902024-02-02T12:10:45.565Z Done
1912024-02-02T12:10:45.568Z Done
1922024-02-02T12:10:45.666Z Done
1932024-02-02T12:10:46.340ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942024-02-02T12:10:46.341Zclang system 15 system
1952024-02-02T12:10:46.341Zcsh system system illumos
1962024-02-02T12:10:46.341Zctags system system illumos
1972024-02-02T12:10:46.341Zgcc vendor 12 vendor
1982024-02-02T12:10:46.341Zgcc system 10 system
1992024-02-02T12:10:46.341Zgcc system 7 system
2002024-02-02T12:10:46.341Zgo system 1.20 system
2012024-02-02T12:10:46.341Zgo system 1.19 system
2022024-02-02T12:10:46.341Zllvm system 15 system
2032024-02-02T12:10:46.341Zllvm system 14 system
2042024-02-02T12:10:46.341Zmariadb system 10.6 system
2052024-02-02T12:10:46.341Zmta vendor vendor dma
2062024-02-02T12:10:46.341Zopenjdk system 17 system
2072024-02-02T12:10:46.341Zopenjdk system 11 system
2082024-02-02T12:10:46.341Zopenjdk system 1.8 system
2092024-02-02T12:10:46.341Zopenssl vendor 3 vendor
2102024-02-02T12:10:46.341Zperl system 5.36 system
2112024-02-02T12:10:46.341Zpostgresql system 15 system
2122024-02-02T12:10:46.341Zpostgresql system 13 system
2132024-02-02T12:10:46.341Zpython vendor 3 vendor
2142024-02-02T12:10:46.341Zpython system 2 system
2152024-02-02T12:10:46.341Zpython3 system 3.11 system
2162024-02-02T12:10:46.341Zruby system 3.0 system
2172024-02-02T12:10:46.342Zwords vendor vendor american-english
2182024-02-02T12:10:46.342Zwords system system australian-english
2192024-02-02T12:10:46.342Zwords system system british-english
2202024-02-02T12:10:46.342Zwords system system canadian-english
2212024-02-02T12:10:46.342Zwords system system french
2222024-02-02T12:10:46.342Zwords system system italian
2232024-02-02T12:10:46.342Zwords system system ngerman
2242024-02-02T12:10:46.342Zwords system system ogerman
2252024-02-02T12:10:46.342Zwords system system spanish
2262024-02-02T12:10:46.876ZFMRI IFO
2272024-02-02T12:10:46.876Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-02-02T12:10:46.876Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-02-02T12:10:46.876Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-02-02T12:10:46.876Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-02-02T12:10:46.876Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-02-02T12:10:46.876Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2332024-02-02T12:10:46.876Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2342024-02-02T12:10:46.876Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-02-02T12:10:46.952Z+ set -o errexit
2362024-02-02T12:10:46.957Z+++ dirname ./tools/ci_download_cockroachdb
2372024-02-02T12:10:46.957Z++ cd ./tools
2382024-02-02T12:10:46.957Z++ pwd
2392024-02-02T12:10:46.960Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402024-02-02T12:10:46.960Z++ basename ./tools/ci_download_cockroachdb
2412024-02-02T12:10:46.960Z+ ARG0=ci_download_cockroachdb
2422024-02-02T12:10:46.964Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432024-02-02T12:10:46.964Z+ CIDL_VERSION=v22.1.9
2442024-02-02T12:10:46.964Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452024-02-02T12:10:46.964Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2462024-02-02T12:10:46.964Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2472024-02-02T12:10:46.964Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2482024-02-02T12:10:46.964Z+ TARGET_DIR=out
2492024-02-02T12:10:46.965Z+ DOWNLOAD_DIR=out/downloads
2502024-02-02T12:10:46.965Z+ DEST_DIR=./out/cockroachdb
2512024-02-02T12:10:46.965Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522024-02-02T12:10:46.965Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532024-02-02T12:10:46.965Z+ main
2542024-02-02T12:10:46.965Z+ [[ 0 != 0 ]]
2552024-02-02T12:10:46.965Z+ CIDL_OS=solaris2.11
2562024-02-02T12:10:46.965Z+ [[ 0 != 0 ]]
2572024-02-02T12:10:46.965Z+ configure_os solaris2.11
2582024-02-02T12:10:46.965Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592024-02-02T12:10:46.965Zcurrent directory: /work/oxidecomputer/omicron
2602024-02-02T12:10:46.965Z+ echo 'configuring based on OS: "solaris2.11"'
2612024-02-02T12:10:46.965Z+ case "$1" in
2622024-02-02T12:10:46.965Zconfiguring based on OS: "solaris2.11"
2632024-02-02T12:10:46.965Z+ CIDL_BUILD=illumos
2642024-02-02T12:10:46.965Z+ CIDL_SUFFIX=tar.gz
2652024-02-02T12:10:46.965Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2662024-02-02T12:10:46.965Z+ CIDL_MD5FUNC=do_md5sum
2672024-02-02T12:10:46.965Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-02-02T12:10:46.965Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-02-02T12:10:46.965Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-02-02T12:10:46.965Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-02-02T12:10:46.965Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-02-02T12:10:46.966Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-02-02T12:10:46.966Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-02-02T12:10:46.966Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-02-02T12:10:46.966Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-02-02T12:10:46.966ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-02T12:10:46.966ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-02-02T12:10:46.966Z+ mkdir -p out/downloads
2792024-02-02T12:10:46.972Z+ mkdir -p ./out/cockroachdb
2802024-02-02T12:10:46.972Z+ local DO_DOWNLOAD=true
2812024-02-02T12:10:46.972Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822024-02-02T12:10:46.972Z+ '[' true == true ']'
2832024-02-02T12:10:46.972Z+ echo Downloading...
2842024-02-02T12:10:46.972ZDownloading...
2852024-02-02T12:10:46.972Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-02-02T12:10:46.972Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-02-02T12:10:49.656Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-02-02T12:10:49.659Z++ md5sum
2892024-02-02T12:10:49.659Z++ awk '{print $1}'
2902024-02-02T12:10:49.905Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2912024-02-02T12:10:49.905Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2922024-02-02T12:10:49.905Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-02-02T12:10:49.908Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942024-02-02T12:10:53.386Z+ do_assemble_illumos
2952024-02-02T12:10:53.386Z+ rm -r ./out/cockroachdb
2962024-02-02T12:10:53.389Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972024-02-02T12:10:54.023Z+ ./out/cockroachdb/bin/cockroach version
2982024-02-02T12:10:54.438ZBuild Tag: v22.1.9-dirty
2992024-02-02T12:10:54.438ZBuild Time: 2022/10/26 21:17:46
3002024-02-02T12:10:54.438ZDistribution: OSS
3012024-02-02T12:10:54.438ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022024-02-02T12:10:54.438ZGo Version: go1.17.13
3032024-02-02T12:10:54.438ZC Compiler: gcc 10.3.0
3042024-02-02T12:10:54.438ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052024-02-02T12:10:54.438ZBuild Type: release
3062024-02-02T12:10:54.466Z+ set -o errexit
3072024-02-02T12:10:54.475Z+++ dirname ./tools/ci_download_clickhouse
3082024-02-02T12:10:54.479Z++ cd ./tools
3092024-02-02T12:10:54.479Z++ pwd
3102024-02-02T12:10:54.479Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112024-02-02T12:10:54.479Z++ basename ./tools/ci_download_clickhouse
3122024-02-02T12:10:54.479Z+ ARG0=ci_download_clickhouse
3132024-02-02T12:10:54.479Z+ TARGET_DIR=out
3142024-02-02T12:10:54.479Z+ DOWNLOAD_DIR=out/downloads
3152024-02-02T12:10:54.479Z+ DEST_DIR=./out/clickhouse
3162024-02-02T12:10:54.479Z+ CIDL_VERSION=v22.8.9.24
3172024-02-02T12:10:54.479Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3182024-02-02T12:10:54.479Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3192024-02-02T12:10:54.479Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3202024-02-02T12:10:54.479Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3212024-02-02T12:10:54.479Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3222024-02-02T12:10:54.479Z+ main
3232024-02-02T12:10:54.479Z+ [[ 0 != 0 ]]
3242024-02-02T12:10:54.479Z+ CIDL_OS=solaris2.11
3252024-02-02T12:10:54.480Z+ [[ 0 != 0 ]]
3262024-02-02T12:10:54.480Z+ configure_os solaris2.11
3272024-02-02T12:10:54.480Z+ echo 'current directory: /work/oxidecomputer/omicron'
3282024-02-02T12:10:54.480Z+ echo 'configuring based on OS: "solaris2.11"'
3292024-02-02T12:10:54.480Zcurrent directory: /work/oxidecomputer/omicron
3302024-02-02T12:10:54.480Zconfiguring based on OS: "solaris2.11"
3312024-02-02T12:10:54.480Z+ CIDL_DASHREV=
3322024-02-02T12:10:54.480Z+ case "$1" in
3332024-02-02T12:10:54.480Z+ CIDL_PLATFORM=illumos
3342024-02-02T12:10:54.480Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3352024-02-02T12:10:54.480Z+ CIDL_MD5FUNC=do_md5sum
3362024-02-02T12:10:54.480Z+ CIDL_DASHREV=-1
3372024-02-02T12:10:54.480Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3382024-02-02T12:10:54.480Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-02-02T12:10:54.480Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-02-02T12:10:54.480Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-02-02T12:10:54.480Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3422024-02-02T12:10:54.480ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-02-02T12:10:54.480ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-02T12:10:54.480Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3452024-02-02T12:10:54.480Z+ mkdir -p out/downloads
3462024-02-02T12:10:54.480Z+ mkdir -p ./out/clickhouse
3472024-02-02T12:10:54.484Z+ local DO_DOWNLOAD=true
3482024-02-02T12:10:54.484Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3492024-02-02T12:10:54.484Z+ '[' true == true ']'
3502024-02-02T12:10:54.484Z+ echo Downloading...
3512024-02-02T12:10:54.484ZDownloading...
3522024-02-02T12:10:54.484Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532024-02-02T12:10:54.484Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542024-02-02T12:10:55.861Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552024-02-02T12:10:55.864Z++ md5sum
3562024-02-02T12:10:55.864Z++ awk '{print $1}'
3572024-02-02T12:10:56.122Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3582024-02-02T12:10:56.122Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3592024-02-02T12:10:56.122Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3602024-02-02T12:10:56.125Z+ mkdir -p ./out/clickhouse
3612024-02-02T12:10:56.125Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3622024-02-02T12:11:00.930Z+ ./out/clickhouse/clickhouse server --version
3632024-02-02T12:11:00.981ZClickHouse server version 22.8.9.1.
3642024-02-02T12:11:01.005Z+ set -o errexit
3652024-02-02T12:11:01.008Z+++ dirname ./tools/ci_download_console
3662024-02-02T12:11:01.011Z++ cd ./tools
3672024-02-02T12:11:01.011Z++ pwd
3682024-02-02T12:11:01.011Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3692024-02-02T12:11:01.011Z++ basename ./tools/ci_download_console
3702024-02-02T12:11:01.014Z+ ARG0=ci_download_console
3712024-02-02T12:11:01.015Z+ TARGET_DIR=out
3722024-02-02T12:11:01.015Z+ DOWNLOAD_DIR=out/downloads
3732024-02-02T12:11:01.015Z+ DEST_DIR=./out/console-assets
3742024-02-02T12:11:01.015Z+ source /work/oxidecomputer/omicron/tools/console_version
3752024-02-02T12:11:01.015Z++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0
3762024-02-02T12:11:01.015Z++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
3772024-02-02T12:11:01.015Z+ URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3782024-02-02T12:11:01.015Z+ TARBALL_FILE=out/downloads/console.tar.gz
3792024-02-02T12:11:01.015Z+ main
3802024-02-02T12:11:01.015Z+ [[ 0 != 0 ]]
3812024-02-02T12:11:01.015Z+ echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz'
3822024-02-02T12:11:01.015ZURL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3832024-02-02T12:11:01.015Z+ echo 'Local file: out/downloads/console.tar.gz'
3842024-02-02T12:11:01.015ZLocal file: out/downloads/console.tar.gz
3852024-02-02T12:11:01.015Z+ local DO_DOWNLOAD=true
3862024-02-02T12:11:01.015Z+ [[ -f out/downloads/console.tar.gz ]]
3872024-02-02T12:11:01.015Z+ mkdir -p out/downloads
3882024-02-02T12:11:01.019Z+ '[' true == true ']'
3892024-02-02T12:11:01.019Z+ echo Downloading...
3902024-02-02T12:11:01.019ZDownloading...
3912024-02-02T12:11:01.019Z+ do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz
3922024-02-02T12:11:01.020Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3932024-02-02T12:11:01.737Z++ do_sha256sum out/downloads/console.tar.gz
3942024-02-02T12:11:01.740Z++ case "$OSTYPE" in
3952024-02-02T12:11:01.740Z++ SHA=sha256sum
3962024-02-02T12:11:01.740Z++ sha256sum
3972024-02-02T12:11:01.740Z++ awk '{print $1}'
3982024-02-02T12:11:01.834Z+ calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
3992024-02-02T12:11:01.834Z+ [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]]
4002024-02-02T12:11:01.834Z+ rm -rf ./out/console-assets
4012024-02-02T12:11:01.838Z+ mkdir -p ./out/console-assets
4022024-02-02T12:11:01.842Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4032024-02-02T12:11:01.842Z+ mkdir -p ./out/console-assets
4042024-02-02T12:11:01.842Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4052024-02-02T12:11:01.990Z+ set -o errexit
4062024-02-02T12:11:01.993Z+++ dirname ./tools/ci_download_maghemite_openapi
4072024-02-02T12:11:01.993Z++ cd ./tools
4082024-02-02T12:11:01.993Z++ pwd
4092024-02-02T12:11:01.993Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102024-02-02T12:11:01.994Z++ basename ./tools/ci_download_maghemite_openapi
4112024-02-02T12:11:01.994Z+ ARG0=ci_download_maghemite_openapi
4122024-02-02T12:11:01.994Z+ TARGET_DIR=out
4132024-02-02T12:11:01.994Z+ DOWNLOAD_DIR=out/downloads
4142024-02-02T12:11:02.000Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4152024-02-02T12:11:02.000Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4162024-02-02T12:11:02.000Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4172024-02-02T12:11:02.000Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4182024-02-02T12:11:02.000Z+ LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4192024-02-02T12:11:02.000Z+ main
4202024-02-02T12:11:02.000Z+ [[ 0 != 0 ]]
4212024-02-02T12:11:02.000Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json'
4222024-02-02T12:11:02.000ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4232024-02-02T12:11:02.000Z+ echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4242024-02-02T12:11:02.001Z+ local DO_DOWNLOAD=true
4252024-02-02T12:11:02.001ZLocal file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4262024-02-02T12:11:02.001Z+ [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4272024-02-02T12:11:02.001Z+ mkdir -p out/downloads
4282024-02-02T12:11:02.001Z+ '[' true == true ']'
4292024-02-02T12:11:02.001Z+ echo Downloading...
4302024-02-02T12:11:02.001ZDownloading...
4312024-02-02T12:11:02.001Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4322024-02-02T12:11:02.001Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4332024-02-02T12:11:02.312Z++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4342024-02-02T12:11:02.315Z++ case "$OSTYPE" in
4352024-02-02T12:11:02.315Z++ SHA=sha256sum
4362024-02-02T12:11:02.316Z++ sha256sum
4372024-02-02T12:11:02.316Z++ awk '{print $1}'
4382024-02-02T12:11:02.320Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4392024-02-02T12:11:02.320Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4402024-02-02T12:11:02.320Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4412024-02-02T12:11:02.320Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4422024-02-02T12:11:02.320Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4432024-02-02T12:11:02.320Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4442024-02-02T12:11:02.320Z+ LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4452024-02-02T12:11:02.320Z+ main
4462024-02-02T12:11:02.320Z+ [[ 0 != 0 ]]
4472024-02-02T12:11:02.320Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json'
4482024-02-02T12:11:02.320ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4492024-02-02T12:11:02.320Z+ echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4502024-02-02T12:11:02.320ZLocal file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4512024-02-02T12:11:02.320Z+ local DO_DOWNLOAD=true
4522024-02-02T12:11:02.320Z+ [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4532024-02-02T12:11:02.320Z+ mkdir -p out/downloads
4542024-02-02T12:11:02.324Z+ '[' true == true ']'
4552024-02-02T12:11:02.324Z+ echo Downloading...
4562024-02-02T12:11:02.324ZDownloading...
4572024-02-02T12:11:02.324Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4582024-02-02T12:11:02.324Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4592024-02-02T12:11:02.475Z++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4602024-02-02T12:11:02.478Z++ case "$OSTYPE" in
4612024-02-02T12:11:02.478Z++ SHA=sha256sum
4622024-02-02T12:11:02.478Z++ sha256sum
4632024-02-02T12:11:02.478Z++ awk '{print $1}'
4642024-02-02T12:11:02.481Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4652024-02-02T12:11:02.482Z+ [[ 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 ]]
4662024-02-02T12:11:02.491Z+ set -o errexit
4672024-02-02T12:11:02.494Z+++ dirname ./tools/ci_download_dendrite_openapi
4682024-02-02T12:11:02.497Z++ cd ./tools
4692024-02-02T12:11:02.498Z++ pwd
4702024-02-02T12:11:02.498Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4712024-02-02T12:11:02.498Z++ basename ./tools/ci_download_dendrite_openapi
4722024-02-02T12:11:02.502Z+ ARG0=ci_download_dendrite_openapi
4732024-02-02T12:11:02.502Z+ TARGET_DIR=out
4742024-02-02T12:11:02.502Z+ DOWNLOAD_DIR=out/downloads
4752024-02-02T12:11:02.502Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4762024-02-02T12:11:02.502Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4772024-02-02T12:11:02.502Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4782024-02-02T12:11:02.502Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4792024-02-02T12:11:02.502Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4802024-02-02T12:11:02.502Z+ main
4812024-02-02T12:11:02.502Z+ [[ 0 != 0 ]]
4822024-02-02T12:11:02.502Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4832024-02-02T12:11:02.502ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4842024-02-02T12:11:02.502Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4852024-02-02T12:11:02.502ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4862024-02-02T12:11:02.502Z+ local DO_DOWNLOAD=true
4872024-02-02T12:11:02.502Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4882024-02-02T12:11:02.502Z+ mkdir -p out/downloads
4892024-02-02T12:11:02.506Z+ '[' true == true ']'
4902024-02-02T12:11:02.506Z+ echo Downloading...
4912024-02-02T12:11:02.506ZDownloading...
4922024-02-02T12:11:02.506Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4932024-02-02T12:11:02.506Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4942024-02-02T12:11:02.678Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4952024-02-02T12:11:02.681Z++ case "$OSTYPE" in
4962024-02-02T12:11:02.681Z++ SHA=sha256sum
4972024-02-02T12:11:02.681Z++ sha256sum
4982024-02-02T12:11:02.681Z++ awk '{print $1}'
4992024-02-02T12:11:02.685Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5002024-02-02T12:11:02.688Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5012024-02-02T12:11:02.695Z+ set -o errexit
5022024-02-02T12:11:02.698Z+++ dirname ./tools/ci_download_dendrite_stub
5032024-02-02T12:11:02.701Z++ cd ./tools
5042024-02-02T12:11:02.701Z++ pwd
5052024-02-02T12:11:02.701Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062024-02-02T12:11:02.708Z++ basename ./tools/ci_download_dendrite_stub
5072024-02-02T12:11:02.708Z+ ARG0=ci_download_dendrite_stub
5082024-02-02T12:11:02.708Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5092024-02-02T12:11:02.708Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5102024-02-02T12:11:02.708Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5112024-02-02T12:11:02.708Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5122024-02-02T12:11:02.708Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132024-02-02T12:11:02.708Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5142024-02-02T12:11:02.708Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5152024-02-02T12:11:02.708Z+ TARGET_DIR=out
5162024-02-02T12:11:02.708Z+ DOWNLOAD_DIR=out/downloads
5172024-02-02T12:11:02.708Z+ DEST_DIR=./out/dendrite-stub
5182024-02-02T12:11:02.708Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5192024-02-02T12:11:02.708Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5202024-02-02T12:11:02.708Z+ REPO=oxidecomputer/dendrite
5212024-02-02T12:11:02.708Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5222024-02-02T12:11:02.708Z+ main
5232024-02-02T12:11:02.708Z+ [[ 0 != 0 ]]
5242024-02-02T12:11:02.708Z+ CIDL_OS=solaris2.11
5252024-02-02T12:11:02.709Z+ [[ 0 != 0 ]]
5262024-02-02T12:11:02.709Z+ configure_os solaris2.11
5272024-02-02T12:11:02.709Z+ echo 'current directory: /work/oxidecomputer/omicron'
5282024-02-02T12:11:02.709Zcurrent directory: /work/oxidecomputer/omicron
5292024-02-02T12:11:02.709Z+ echo 'configuring based on OS: "solaris2.11"'
5302024-02-02T12:11:02.709Zconfiguring based on OS: "solaris2.11"
5312024-02-02T12:11:02.709Z+ case "$1" in
5322024-02-02T12:11:02.709Z+ SET_BINARIES=
5332024-02-02T12:11:02.709Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5342024-02-02T12:11:02.709Z+ CIDL_SHA256FUNC=do_sha256sum
5352024-02-02T12:11:02.709Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5362024-02-02T12:11:02.709Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5372024-02-02T12:11:02.709Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5382024-02-02T12:11:02.709Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5392024-02-02T12:11:02.709ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5402024-02-02T12:11:02.709Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5412024-02-02T12:11:02.709Z+ mkdir -p out/downloads
5422024-02-02T12:11:02.709ZLocal file: out/downloads/dendrite-stub.tar.gz
5432024-02-02T12:11:02.713Z+ mkdir -p ./out/dendrite-stub
5442024-02-02T12:11:02.713Z+ fetch_and_verify
5452024-02-02T12:11:02.713Z+ local DO_DOWNLOAD=true
5462024-02-02T12:11:02.713Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5472024-02-02T12:11:02.713Z+ '[' true == true ']'
5482024-02-02T12:11:02.713Z+ echo Downloading...
5492024-02-02T12:11:02.713ZDownloading...
5502024-02-02T12:11:02.713Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5512024-02-02T12:11:02.713Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5522024-02-02T12:11:10.508Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5532024-02-02T12:11:10.511Z++ sha256sum
5542024-02-02T12:11:10.511Z++ awk '{print $1}'
5552024-02-02T12:11:10.610Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5562024-02-02T12:11:10.610Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5572024-02-02T12:11:10.613Z+ do_untar out/downloads/dendrite-stub.tar.gz
5582024-02-02T12:11:10.613Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5592024-02-02T12:11:11.700Z+ do_assemble
5602024-02-02T12:11:11.700Z+ rm -r ./out/dendrite-stub
5612024-02-02T12:11:11.703Z+ mkdir ./out/dendrite-stub
5622024-02-02T12:11:11.706Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5632024-02-02T12:11:11.887Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5642024-02-02T12:11:11.900Z+ set -o errexit
5652024-02-02T12:11:11.903Z+++ dirname ./tools/ci_download_maghemite_mgd
5662024-02-02T12:11:11.906Z++ cd ./tools
5672024-02-02T12:11:11.906Z++ pwd
5682024-02-02T12:11:11.906Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5692024-02-02T12:11:11.909Z++ basename ./tools/ci_download_maghemite_mgd
5702024-02-02T12:11:11.910Z+ ARG0=ci_download_maghemite_mgd
5712024-02-02T12:11:11.910Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5722024-02-02T12:11:11.910Z++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
5732024-02-02T12:11:11.910Z++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184
5742024-02-02T12:11:11.910Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5752024-02-02T12:11:11.910Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
5762024-02-02T12:11:11.910Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5772024-02-02T12:11:11.910Z+ TARGET_DIR=out
5782024-02-02T12:11:11.910Z+ DOWNLOAD_DIR=out/downloads
5792024-02-02T12:11:11.910Z+ DEST_DIR=./out/mgd
5802024-02-02T12:11:11.910Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5812024-02-02T12:11:11.910Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822024-02-02T12:11:11.910Z+ REPO=oxidecomputer/maghemite
5832024-02-02T12:11:11.910Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03
5842024-02-02T12:11:11.910Z+ main
5852024-02-02T12:11:11.910Z+ [[ 0 != 0 ]]
5862024-02-02T12:11:11.910Z+ CIDL_OS=solaris2.11
5872024-02-02T12:11:11.910Z+ [[ 0 != 0 ]]
5882024-02-02T12:11:11.910Z+ configure_os solaris2.11
5892024-02-02T12:11:11.910Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902024-02-02T12:11:11.911Zcurrent directory: /work/oxidecomputer/omicron
5912024-02-02T12:11:11.911Z+ echo 'configuring based on OS: "solaris2.11"'
5922024-02-02T12:11:11.911Z+ case "$1" in
5932024-02-02T12:11:11.911Z+ SET_BINARIES=
5942024-02-02T12:11:11.911Zconfiguring based on OS: "solaris2.11"
5952024-02-02T12:11:11.911Z+ CIDL_SHA256FUNC=do_sha256sum
5962024-02-02T12:11:11.911Z+ TARBALL_FILENAME=mgd.tar.gz
5972024-02-02T12:11:11.911Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
5982024-02-02T12:11:11.911Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5992024-02-02T12:11:11.911Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz'
6002024-02-02T12:11:11.911Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6012024-02-02T12:11:11.911ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6022024-02-02T12:11:11.911ZLocal file: out/downloads/mgd.tar.gz
6032024-02-02T12:11:11.911Z+ mkdir -p out/downloads
6042024-02-02T12:11:11.915Z+ mkdir -p ./out/mgd
6052024-02-02T12:11:11.915Z+ fetch_and_verify
6062024-02-02T12:11:11.915Z+ local DO_DOWNLOAD=true
6072024-02-02T12:11:11.915Z+ [[ -f out/downloads/mgd.tar.gz ]]
6082024-02-02T12:11:11.915Z+ '[' true == true ']'
6092024-02-02T12:11:11.915Z+ echo Downloading...
6102024-02-02T12:11:11.915ZDownloading...
6112024-02-02T12:11:11.915Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz
6122024-02-02T12:11:11.915Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6132024-02-02T12:11:18.323Z++ do_sha256sum out/downloads/mgd.tar.gz
6142024-02-02T12:11:18.336Z++ sha256sum
6152024-02-02T12:11:18.336Z++ awk '{print $1}'
6162024-02-02T12:11:18.402Z+ calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
6172024-02-02T12:11:18.402Z+ [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]]
6182024-02-02T12:11:18.402Z+ do_untar out/downloads/mgd.tar.gz
6192024-02-02T12:11:18.408Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6202024-02-02T12:11:19.091Z+ do_assemble
6212024-02-02T12:11:19.091Z+ rm -r ./out/mgd
6222024-02-02T12:11:19.094Z+ mkdir ./out/mgd
6232024-02-02T12:11:19.098Z+ cp -r out/downloads/root ./out/mgd/root
6242024-02-02T12:11:19.311Z+ set -o errexit
6252024-02-02T12:11:19.326Z+++ dirname ./tools/ci_download_transceiver_control
6262024-02-02T12:11:19.330Z++ cd ./tools
6272024-02-02T12:11:19.330Z++ pwd
6282024-02-02T12:11:19.330Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6292024-02-02T12:11:19.330Z++ basename ./tools/ci_download_transceiver_control
6302024-02-02T12:11:19.330Z+ ARG0=ci_download_transceiver_control
6312024-02-02T12:11:19.330Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6322024-02-02T12:11:19.330Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6332024-02-02T12:11:19.330Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342024-02-02T12:11:19.330Z+ TARGET_DIR=out
6352024-02-02T12:11:19.331Z+ DOWNLOAD_DIR=out/downloads
6362024-02-02T12:11:19.331Z+ DEST_DIR=./out/transceiver-control
6372024-02-02T12:11:19.331Z+ BIN_DIR=/opt/oxide/bin
6382024-02-02T12:11:19.331Z+ BINARY=xcvradm
6392024-02-02T12:11:19.331Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6402024-02-02T12:11:19.331Z+ REPO=oxidecomputer/transceiver-control
6412024-02-02T12:11:19.331Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422024-02-02T12:11:19.331Z+ main
6432024-02-02T12:11:19.331Z+ [[ 0 != 0 ]]
6442024-02-02T12:11:19.331Z+ CIDL_OS=solaris2.11
6452024-02-02T12:11:19.331Z+ [[ 0 != 0 ]]
6462024-02-02T12:11:19.331Z+ configure_os solaris2.11
6472024-02-02T12:11:19.331Z+ echo 'current directory: /work/oxidecomputer/omicron'
6482024-02-02T12:11:19.331Zcurrent directory: /work/oxidecomputer/omicron
6492024-02-02T12:11:19.332Z+ echo 'configuring based on OS: "solaris2.11"'
6502024-02-02T12:11:19.332Zconfiguring based on OS: "solaris2.11"
6512024-02-02T12:11:19.332Z+ case "$1" in
6522024-02-02T12:11:19.332Z+ SET_BINARIES=
6532024-02-02T12:11:19.332Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542024-02-02T12:11:19.332Z+ CIDL_SHA256FUNC=do_sha256sum
6552024-02-02T12:11:19.332Z+ ARCHIVE_FILENAME=xcvradm.gz
6562024-02-02T12:11:19.332Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572024-02-02T12:11:19.332Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6582024-02-02T12:11:19.332Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6592024-02-02T12:11:19.332ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6602024-02-02T12:11:19.332ZLocal file: out/downloads/xcvradm.gz
6612024-02-02T12:11:19.332Z+ echo 'Local file: out/downloads/xcvradm.gz'
6622024-02-02T12:11:19.333Z+ mkdir -p out/downloads
6632024-02-02T12:11:19.333Z+ mkdir -p ./out/transceiver-control
6642024-02-02T12:11:19.333Z+ fetch_and_verify
6652024-02-02T12:11:19.333Z+ local DO_DOWNLOAD=true
6662024-02-02T12:11:19.333Z+ [[ -f out/downloads/xcvradm.gz ]]
6672024-02-02T12:11:19.333Z+ '[' true == true ']'
6682024-02-02T12:11:19.333Z+ echo Downloading...
6692024-02-02T12:11:19.333ZDownloading...
6702024-02-02T12:11:19.333Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6712024-02-02T12:11:19.333Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6722024-02-02T12:11:21.119Z++ do_sha256sum out/downloads/xcvradm.gz
6732024-02-02T12:11:21.124Z++ sha256sum
6742024-02-02T12:11:21.124Z++ awk '{print $1}'
6752024-02-02T12:11:21.148Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762024-02-02T12:11:21.148Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6772024-02-02T12:11:21.151Z+ do_unpack out/downloads/xcvradm.gz
6782024-02-02T12:11:21.151Z+ mkdir -p out/downloads/root//opt/oxide/bin
6792024-02-02T12:11:21.151Z+ gzip -dc out/downloads/xcvradm.gz
6802024-02-02T12:11:21.329Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6812024-02-02T12:11:21.332Z+ do_assemble
6822024-02-02T12:11:21.332Z+ rm -r ./out/transceiver-control
6832024-02-02T12:11:21.335Z+ mkdir ./out/transceiver-control
6842024-02-02T12:11:21.338Z+ cp -r out/downloads/root ./out/transceiver-control/root
6852024-02-02T12:11:21.580ZAll prerequisites installed successfully
6862024-02-02T12:11:21.583Z
6872024-02-02T12:11:21.583Zreal 1:53.222888545
6882024-02-02T12:11:21.583Zuser 52.469474359
6892024-02-02T12:11:21.583Zsys 10.262051581
6902024-02-02T12:11:21.583Ztrap 0.019532642
6912024-02-02T12:11:21.583Ztflt 0.235517425
6922024-02-02T12:11:21.583Zdflt 0.509324697
6932024-02-02T12:11:21.583Zkflt 0.213545108
6942024-02-02T12:11:21.583Zlock 2.774518120
6952024-02-02T12:11:21.584Zslp 3:27.174505007
6962024-02-02T12:11:21.584Zlat 3.606539736
6972024-02-02T12:11:21.584Zstop 0.074950839
6982024-02-02T12:11:21.584Z+ banner end-to-end-tests
6992024-02-02T12:11:21.587Z
7002024-02-02T12:11:21.587Z ###### # # ##### ##### #### ###### # # #####
7012024-02-02T12:11:21.587Z # ## # # # # # # # ## # # #
7022024-02-02T12:11:21.587Z ##### # # # # # ##### # # # ##### ##### # # # # #
7032024-02-02T12:11:21.587Z # # # # # # # # # # # # # # #
7042024-02-02T12:11:21.587Z # # ## # # # # # # # ## # #
7052024-02-02T12:11:21.587Z ###### # # ##### # #### ###### # # #####
7062024-02-02T12:11:21.587Z
7072024-02-02T12:11:21.587Z+ export CARGO_PROFILE_DEV_DEBUG=1
7082024-02-02T12:11:21.587Z+ CARGO_PROFILE_DEV_DEBUG=1
7092024-02-02T12:11:21.587Z+ export CARGO_PROFILE_TEST_DEBUG=1
7102024-02-02T12:11:21.587Z+ CARGO_PROFILE_TEST_DEBUG=1
7112024-02-02T12:11:21.587Z+ export CARGO_INCREMENTAL=0
7122024-02-02T12:11:21.587Z+ CARGO_INCREMENTAL=0
7132024-02-02T12:11:21.587Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7142024-02-02T12:11:21.929Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7152024-02-02T12:11:22.300Z Updating crates.io index
7162024-02-02T12:11:22.349Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7172024-02-02T12:11:23.194Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7182024-02-02T12:11:25.918Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7192024-02-02T12:11:26.542Z Updating git repository `http://github.com/oxidecomputer/tofino`
7202024-02-02T12:11:26.835Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7212024-02-02T12:11:27.149Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7222024-02-02T12:11:27.414Z Updating git repository `https://github.com/oxidecomputer/propolis`
7232024-02-02T12:11:28.417Z Updating git repository `https://github.com/oxidecomputer/crucible`
7242024-02-02T12:11:30.802Z Updating git repository `https://github.com/oxidecomputer/opte`
7252024-02-02T12:11:31.885Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7262024-02-02T12:11:32.189Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7272024-02-02T12:11:32.804Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7282024-02-02T12:11:33.084Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7292024-02-02T12:11:33.480Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7302024-02-02T12:11:33.789Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7312024-02-02T12:11:34.202Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7322024-02-02T12:11:34.732Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7332024-02-02T12:11:35.020Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7342024-02-02T12:11:35.551Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7352024-02-02T12:11:35.925Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7362024-02-02T12:11:36.264Z Updating git repository `https://github.com/jgallagher/nix`
7372024-02-02T12:11:37.578Z Updating git repository `https://github.com/cbiffle/hubpack`
7382024-02-02T12:11:38.004Z Updating git repository `https://github.com/oxidecomputer/typify`
7392024-02-02T12:11:39.701Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7402024-02-02T12:11:40.083Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7412024-02-02T12:11:40.419Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7422024-02-02T12:11:42.062Z Downloading crates ...
7432024-02-02T12:11:42.301Z Downloaded cpufeatures v0.2.12
7442024-02-02T12:11:42.306Z Downloaded defmt v0.3.5
7452024-02-02T12:11:42.317Z Downloaded adler v1.0.2
7462024-02-02T12:11:42.325Z Downloaded arrayref v0.3.7
7472024-02-02T12:11:42.330Z Downloaded async-stream-impl v0.3.5
7482024-02-02T12:11:42.333Z Downloaded anstyle v1.0.2
7492024-02-02T12:11:42.336Z Downloaded atomic-waker v1.1.1
7502024-02-02T12:11:42.341Z Downloaded base16ct v0.2.0
7512024-02-02T12:11:42.345Z Downloaded num_threads v0.1.6
7522024-02-02T12:11:42.348Z Downloaded new_debug_unreachable v1.0.4
7532024-02-02T12:11:42.351Z Downloaded memoffset v0.9.0
7542024-02-02T12:11:42.355Z Downloaded atty v0.2.14
7552024-02-02T12:11:42.359Z Downloaded num-integer v0.1.45
7562024-02-02T12:11:42.365Z Downloaded num-iter v0.1.43
7572024-02-02T12:11:42.370Z Downloaded crypto-common v0.1.6
7582024-02-02T12:11:42.374Z Downloaded num-derive v0.4.0
7592024-02-02T12:11:42.379Z Downloaded normalize-line-endings v0.3.0
7602024-02-02T12:11:42.383Z Downloaded crucible-workspace-hack v0.1.0
7612024-02-02T12:11:42.386Z Downloaded nibble_vec v0.1.0
7622024-02-02T12:11:42.390Z Downloaded matches v0.1.10
7632024-02-02T12:11:42.394Z Downloaded num v0.4.1
7642024-02-02T12:11:42.401Z Downloaded deranged v0.3.8
7652024-02-02T12:11:42.404Z Downloaded bit-vec v0.6.3
7662024-02-02T12:11:42.407Z Downloaded precomputed-hash v0.1.1
7672024-02-02T12:11:42.409Z Downloaded openssl-macros v0.1.1
7682024-02-02T12:11:42.412Z Downloaded bzip2 v0.4.4
7692024-02-02T12:11:42.416Z Downloaded opaque-debug v0.3.0
7702024-02-02T12:11:42.420Z Downloaded parse-display v0.8.2
7712024-02-02T12:11:42.424Z Downloaded time-core v0.1.1
7722024-02-02T12:11:42.428Z Downloaded num-rational v0.4.1
7732024-02-02T12:11:42.434Z Downloaded num_enum v0.5.11
7742024-02-02T12:11:42.448Z Downloaded foreign-types-shared v0.3.1
7752024-02-02T12:11:42.451Z Downloaded predicates v3.1.0
7762024-02-02T12:11:42.460Z Downloaded proc-macro-error-attr v1.0.4
7772024-02-02T12:11:42.464Z Downloaded pem v3.0.2
7782024-02-02T12:11:42.469Z Downloaded predicates-core v1.0.6
7792024-02-02T12:11:42.472Z Downloaded fxhash v0.2.1
7802024-02-02T12:11:42.478Z Downloaded memmap2 v0.7.1
7812024-02-02T12:11:42.481Z Downloaded lock_api v0.4.10
7822024-02-02T12:11:42.484Z Downloaded crossbeam-channel v0.5.8
7832024-02-02T12:11:42.495Z Downloaded foreign-types-shared v0.1.1
7842024-02-02T12:11:42.498Z Downloaded vec_map v0.8.2
7852024-02-02T12:11:42.501Z Downloaded untrusted v0.9.0
7862024-02-02T12:11:42.505Z Downloaded zeroize_derive v1.4.2
7872024-02-02T12:11:42.508Z Downloaded whoami v1.4.1
7882024-02-02T12:11:42.512Z Downloaded ff v0.13.0
7892024-02-02T12:11:42.515Z Downloaded derive_more v0.99.17
7902024-02-02T12:11:42.528Z Downloaded siphasher v0.3.11
7912024-02-02T12:11:42.532Z Downloaded fnv v1.0.7
7922024-02-02T12:11:42.535Z Downloaded float-cmp v0.9.0
7932024-02-02T12:11:42.538Z Downloaded zone v0.3.0
7942024-02-02T12:11:42.541Z Downloaded futures-channel v0.3.30
7952024-02-02T12:11:42.545Z Downloaded hubpack_derive v0.1.1
7962024-02-02T12:11:42.547Z Downloaded http-range v0.1.5
7972024-02-02T12:11:42.550Z Downloaded tokio-rustls v0.25.0
7982024-02-02T12:11:42.557Z Downloaded heck v0.3.3
7992024-02-02T12:11:42.559Z Downloaded serde_spanned v0.6.4
8002024-02-02T12:11:42.562Z Downloaded unicase v2.7.0
8012024-02-02T12:11:42.565Z Downloaded cc v1.0.83
8022024-02-02T12:11:42.571Z Downloaded rustc_version v0.4.0
8032024-02-02T12:11:42.574Z Downloaded sct v0.7.0
8042024-02-02T12:11:42.582Z Downloaded generic-array v0.14.7
8052024-02-02T12:11:42.587Z Downloaded unicode-xid v0.2.4
8062024-02-02T12:11:42.590Z Downloaded hyper-staticfile v0.9.5
8072024-02-02T12:11:42.595Z Downloaded russh-cryptovec v0.7.0
8082024-02-02T12:11:42.597Z Downloaded ecdsa v0.16.9
8092024-02-02T12:11:42.601Z Downloaded ghash v0.5.0
8102024-02-02T12:11:42.604Z Downloaded ed25519 v2.2.2
8112024-02-02T12:11:42.608Z Downloaded semver v0.11.0
8122024-02-02T12:11:42.611Z Downloaded semver v0.1.20
8132024-02-02T12:11:42.617Z Downloaded openssl-sys v0.9.96
8142024-02-02T12:11:42.625Z Downloaded waitgroup v0.1.2
8152024-02-02T12:11:42.628Z Downloaded display-error-chain v0.2.0
8162024-02-02T12:11:42.631Z Downloaded rand_chacha v0.2.2
8172024-02-02T12:11:42.634Z Downloaded dirs-next v2.0.0
8182024-02-02T12:11:42.637Z Downloaded instant v0.1.12
8192024-02-02T12:11:42.640Z Downloaded is-terminal v0.4.9
8202024-02-02T12:11:42.643Z Downloaded headers-core v0.2.0
8212024-02-02T12:11:42.646Z Downloaded tinyvec_macros v0.1.1
8222024-02-02T12:11:42.649Z Downloaded ipnetwork v0.20.0
8232024-02-02T12:11:42.652Z Downloaded stringprep v0.1.3
8242024-02-02T12:11:42.655Z Downloaded rustls-pemfile v2.0.0
8252024-02-02T12:11:42.660Z Downloaded dtrace-parser v0.1.14
8262024-02-02T12:11:42.663Z Downloaded endian-type v0.1.2
8272024-02-02T12:11:42.669Z Downloaded thread-id v4.2.0
8282024-02-02T12:11:42.672Z Downloaded toml v0.8.8
8292024-02-02T12:11:42.675Z Downloaded tokio-macros v2.2.0
8302024-02-02T12:11:42.679Z Downloaded utf-8 v0.7.6
8312024-02-02T12:11:42.681Z Downloaded rustfmt-wrapper v0.2.0
8322024-02-02T12:11:42.693Z Downloaded slog-async v2.8.0
8332024-02-02T12:11:42.693Z Downloaded proc-macro2 v1.0.78
8342024-02-02T12:11:42.697Z Downloaded scroll_derive v0.12.0
8352024-02-02T12:11:42.697Z Downloaded rand_core v0.6.4
8362024-02-02T12:11:42.699Z Downloaded spin v0.9.8
8372024-02-02T12:11:42.704Z Downloaded rand_core v0.5.1
8382024-02-02T12:11:42.708Z Downloaded quick-error v1.2.3
8392024-02-02T12:11:42.710Z Downloaded tokio-postgres v0.7.10
8402024-02-02T12:11:42.721Z Downloaded equivalent v1.0.1
8412024-02-02T12:11:42.724Z Downloaded tempfile v3.9.0
8422024-02-02T12:11:42.728Z Downloaded getrandom v0.2.10
8432024-02-02T12:11:42.734Z Downloaded rustls-pki-types v1.1.0
8442024-02-02T12:11:42.737Z Downloaded rand_chacha v0.3.1
8452024-02-02T12:11:42.740Z Downloaded scroll v0.12.0
8462024-02-02T12:11:42.743Z Downloaded signal-hook-registry v1.4.1
8472024-02-02T12:11:42.749Z Downloaded toml_edit v0.19.15
8482024-02-02T12:11:42.779Z Downloaded hex v0.4.3
8492024-02-02T12:11:42.781Z Downloaded strum v0.25.0
8502024-02-02T12:11:42.784Z Downloaded usdt-macro v0.3.5
8512024-02-02T12:11:42.784Z Downloaded usdt-attr-macro v0.5.0
8522024-02-02T12:11:42.787Z Downloaded slog-term v2.9.0
8532024-02-02T12:11:42.791Z Downloaded getopts v0.2.21
8542024-02-02T12:11:42.794Z Downloaded spin v0.5.2
8552024-02-02T12:11:42.797Z Downloaded semver-parser v0.10.2
8562024-02-02T12:11:42.801Z Downloaded scopeguard v1.2.0
8572024-02-02T12:11:42.804Z Downloaded httpdate v1.0.3
8582024-02-02T12:11:42.806Z Downloaded futures-io v0.3.30
8592024-02-02T12:11:42.809Z Downloaded structmeta-derive v0.2.0
8602024-02-02T12:11:42.809Z Downloaded rustc_version v0.1.7
8612024-02-02T12:11:42.813Z Downloaded usdt v0.3.5
8622024-02-02T12:11:42.815Z Downloaded version_check v0.9.4
8632024-02-02T12:11:42.818Z Downloaded pest v2.7.6
8642024-02-02T12:11:42.829Z Downloaded fixedbitset v0.4.2
8652024-02-02T12:11:42.832Z Downloaded filetime v0.2.23
8662024-02-02T12:11:42.835Z Downloaded structopt v0.3.26
8672024-02-02T12:11:42.848Z Downloaded terminal_size v0.2.6
8682024-02-02T12:11:42.851Z Downloaded proc-macro-crate v1.3.1
8692024-02-02T12:11:42.854Z Downloaded flagset v0.4.3
8702024-02-02T12:11:42.857Z Downloaded zeroize v1.7.0
8712024-02-02T12:11:42.860Z Downloaded tokio-stream v0.1.14
8722024-02-02T12:11:42.866Z Downloaded serde_derive v1.0.195
8732024-02-02T12:11:42.872Z Downloaded serde_yaml v0.9.25
8742024-02-02T12:11:42.880Z Downloaded serde_with_macros v3.5.1
8752024-02-02T12:11:42.884Z Downloaded rand v0.8.5
8762024-02-02T12:11:42.891Z Downloaded unicode-ident v1.0.12
8772024-02-02T12:11:42.896Z Downloaded tungstenite v0.20.1
8782024-02-02T12:11:42.914Z Downloaded steno v0.4.0
8792024-02-02T12:11:42.918Z Downloaded similar v2.3.0
8802024-02-02T12:11:42.935Z Downloaded winnow v0.5.15
8812024-02-02T12:11:42.941Z Downloaded trust-dns-server v0.22.1
8822024-02-02T12:11:42.952Z Downloaded tracing-core v0.1.31
8832024-02-02T12:11:42.957Z Downloaded serde_with v3.5.1
8842024-02-02T12:11:42.973Z Downloaded flate2 v1.0.28
8852024-02-02T12:11:42.983Z Downloaded http v0.2.11
8862024-02-02T12:11:42.990Z Downloaded regex-automata v0.1.10
8872024-02-02T12:11:43.003Z Downloaded itertools v0.10.5
8882024-02-02T12:11:43.016Z Downloaded unicode-normalization v0.1.22
8892024-02-02T12:11:43.024Z Downloaded tokio-util v0.7.10
8902024-02-02T12:11:43.038Z Downloaded hashbrown v0.14.2
8912024-02-02T12:11:43.049Z Downloaded hkdf v0.12.4
8922024-02-02T12:11:43.057Z Downloaded serde_json v1.0.113
8932024-02-02T12:11:43.071Z Downloaded goblin v0.8.0
8942024-02-02T12:11:43.082Z Downloaded regex v1.10.3
8952024-02-02T12:11:43.108Z Downloaded rustls-webpki v0.102.1
8962024-02-02T12:11:43.142Z Downloaded syn v1.0.109
8972024-02-02T12:11:43.163Z Downloaded rayon v1.8.0
8982024-02-02T12:11:43.181Z Downloaded smoltcp v0.9.1
8992024-02-02T12:11:43.204Z Downloaded webpki-roots v0.25.2
9002024-02-02T12:11:43.211Z Downloaded regress v0.7.1
9012024-02-02T12:11:43.224Z Downloaded rustix v0.37.23
9022024-02-02T12:11:43.262Z Downloaded regex-syntax v0.8.2
9032024-02-02T12:11:43.281Z Downloaded openapiv3 v2.0.0
9042024-02-02T12:11:43.304Z Downloaded rustls v0.22.2
9052024-02-02T12:11:43.330Z Downloaded rustix v0.38.30
9062024-02-02T12:11:43.374Z Downloaded regex-automata v0.4.4
9072024-02-02T12:11:43.407Z Downloaded sha3 v0.10.8
9082024-02-02T12:11:43.416Z Downloaded sled v0.34.7
9092024-02-02T12:11:43.437Z Downloaded zerocopy-derive v0.6.4
9102024-02-02T12:11:43.456Z Downloaded regex-automata v0.3.8
9112024-02-02T12:11:43.488Z Downloaded zerocopy-derive v0.2.0
9122024-02-02T12:11:43.504Z Downloaded libc v0.2.153
9132024-02-02T12:11:43.554Z Downloaded bzip2-sys v0.1.11+1.0.8
9142024-02-02T12:11:43.577Z Downloaded smoltcp v0.11.0
9152024-02-02T12:11:43.601Z Downloaded tokio v1.35.1
9162024-02-02T12:11:43.667Z Downloaded bstr v1.6.0
9172024-02-02T12:11:43.687Z Downloaded idna v0.5.0
9182024-02-02T12:11:43.703Z Downloaded regex-syntax v0.7.5
9192024-02-02T12:11:43.813Z Downloaded diesel v2.1.4
9202024-02-02T12:11:43.817Z Downloaded radix_trie v0.2.1
9212024-02-02T12:11:43.817Z Downloaded winapi v0.3.9
9222024-02-02T12:11:43.830Z Downloaded rustls v0.21.9
9232024-02-02T12:11:43.851Z Downloaded trust-dns-proto v0.22.0
9242024-02-02T12:11:43.873Z Downloaded encoding_rs v0.8.33
9252024-02-02T12:11:43.930Z Downloaded idna v0.2.3
9262024-02-02T12:11:43.933Z Downloaded gimli v0.28.0
9272024-02-02T12:11:43.943Z Downloaded syn v2.0.48
9282024-02-02T12:11:43.963Z Downloaded bstr v0.2.17
9292024-02-02T12:11:43.980Z Downloaded openssl v0.10.60
9302024-02-02T12:11:43.999Z Downloaded curve25519-dalek v4.1.1
9312024-02-02T12:11:44.026Z Downloaded rustls-webpki v0.101.7
9322024-02-02T12:11:44.065Z Downloaded vcpkg v0.2.15
9332024-02-02T12:11:44.147Z Downloaded hyper v0.14.27
9342024-02-02T12:11:44.163Z Downloaded itertools v0.12.1
9352024-02-02T12:11:44.176Z Downloaded chrono v0.4.31
9362024-02-02T12:11:44.192Z Downloaded h2 v0.3.24
9372024-02-02T12:11:44.206Z Downloaded petgraph v0.6.4
9382024-02-02T12:11:44.234Z Downloaded futures-util v0.3.30
9392024-02-02T12:11:44.255Z Downloaded clap v2.34.0
9402024-02-02T12:11:44.270Z Downloaded object v0.32.1
9412024-02-02T12:11:44.290Z Downloaded reqwest v0.11.22
9422024-02-02T12:11:44.304Z Downloaded hashbrown v0.13.2
9432024-02-02T12:11:44.313Z Downloaded zerocopy v0.7.32
9442024-02-02T12:11:44.345Z Downloaded clap_builder v4.4.2
9452024-02-02T12:11:44.357Z Downloaded blake3 v1.5.0
9462024-02-02T12:11:44.372Z Downloaded indexmap v1.9.3
9472024-02-02T12:11:44.378Z Downloaded indexmap v2.2.2
9482024-02-02T12:11:44.386Z Downloaded aho-corasick v1.0.4
9492024-02-02T12:11:44.398Z Downloaded elliptic-curve v0.13.8
9502024-02-02T12:11:44.405Z Downloaded toml v0.5.11
9512024-02-02T12:11:44.429Z Downloaded ring v0.17.7
9522024-02-02T12:11:44.573Z Downloaded russh v0.40.2
9532024-02-02T12:11:44.582Z Downloaded rand v0.7.3
9542024-02-02T12:11:44.591Z Downloaded toml_edit v0.21.0
9552024-02-02T12:11:44.634Z Downloaded ring v0.16.20
9562024-02-02T12:11:44.789Z Downloaded rayon-core v1.12.0
9572024-02-02T12:11:44.795Z Downloaded zerocopy-derive v0.7.32
9582024-02-02T12:11:44.802Z Downloaded rcgen v0.12.1
9592024-02-02T12:11:44.807Z Downloaded http v1.0.0
9602024-02-02T12:11:44.813Z Downloaded time v0.3.27
9612024-02-02T12:11:44.823Z Downloaded heapless v0.8.0
9622024-02-02T12:11:44.829Z Downloaded hashbrown v0.12.3
9632024-02-02T12:11:44.836Z Downloaded slog v2.7.0
9642024-02-02T12:11:44.840Z Downloaded unicode-segmentation v1.10.1
9652024-02-02T12:11:44.846Z Downloaded nom v7.1.3
9662024-02-02T12:11:44.855Z Downloaded fastrand v2.0.0
9672024-02-02T12:11:44.858Z Downloaded stable_deref_trait v1.2.0
9682024-02-02T12:11:44.862Z Downloaded primeorder v0.13.6
9692024-02-02T12:11:44.862Z Downloaded rustversion v1.0.14
9702024-02-02T12:11:44.865Z Downloaded thiserror-no-std v2.0.2
9712024-02-02T12:11:44.882Z Downloaded smf v0.2.2
9722024-02-02T12:11:44.885Z Downloaded slog-scope v4.4.0
9732024-02-02T12:11:44.885Z Downloaded proc-macro-error v1.0.4
9742024-02-02T12:11:44.885Z Downloaded serde_derive_internals v0.26.0
9752024-02-02T12:11:44.885Z Downloaded iana-time-zone v0.1.57
9762024-02-02T12:11:44.885Z Downloaded tar v0.4.40
9772024-02-02T12:11:44.889Z Downloaded untrusted v0.7.1
9782024-02-02T12:11:44.893Z Downloaded slog-json v2.6.1
9792024-02-02T12:11:44.893Z Downloaded serde_repr v0.1.16
9802024-02-02T12:11:44.896Z Downloaded ipnet v2.9.0
9812024-02-02T12:11:44.899Z Downloaded hmac v0.12.1
9822024-02-02T12:11:44.903Z Downloaded ed25519-dalek v2.0.0
9832024-02-02T12:11:44.906Z Downloaded heapless v0.7.16
9842024-02-02T12:11:44.912Z Downloaded rfc6979 v0.4.0
9852024-02-02T12:11:44.916Z Downloaded dirs-sys-next v0.1.2
9862024-02-02T12:11:44.916Z Downloaded embedded-io v0.4.0
9872024-02-02T12:11:44.919Z Downloaded serde_urlencoded v0.7.1
9882024-02-02T12:11:44.922Z Downloaded sha2 v0.10.8
9892024-02-02T12:11:44.934Z Downloaded serde_tokenstream v0.2.0
9902024-02-02T12:11:44.938Z Downloaded russh-keys v0.40.1
9912024-02-02T12:11:44.938Z Downloaded semver v1.0.21
9922024-02-02T12:11:44.938Z Downloaded ryu v1.0.15
9932024-02-02T12:11:44.941Z Downloaded tokio-native-tls v0.3.1
9942024-02-02T12:11:44.944Z Downloaded dirs-sys v0.4.1
9952024-02-02T12:11:44.947Z Downloaded futures-core v0.3.30
9962024-02-02T12:11:44.948Z Downloaded form_urlencoded v1.2.1
9972024-02-02T12:11:44.951Z Downloaded signature v2.1.0
9982024-02-02T12:11:44.951Z Downloaded smallvec v1.11.2
9992024-02-02T12:11:44.954Z Downloaded tinyvec v1.6.0
10002024-02-02T12:11:44.958Z Downloaded signal-hook v0.3.17
10012024-02-02T12:11:44.963Z Downloaded schemars v0.8.16
10022024-02-02T12:11:44.981Z Downloaded half v2.3.1
10032024-02-02T12:11:44.986Z Downloaded trust-dns-client v0.22.0
10042024-02-02T12:11:45.007Z Downloaded tracing v0.1.37
10052024-02-02T12:11:45.010Z Downloaded futures-executor v0.3.30
10062024-02-02T12:11:45.010Z Downloaded yasna v0.5.2
10072024-02-02T12:11:45.010Z Downloaded trust-dns-resolver v0.22.0
10082024-02-02T12:11:45.014Z Downloaded getrandom v0.1.16
10092024-02-02T12:11:45.018Z Downloaded zerocopy v0.6.4
10102024-02-02T12:11:45.022Z Downloaded serde_path_to_error v0.1.15
10112024-02-02T12:11:45.026Z Downloaded topological-sort v0.2.2
10122024-02-02T12:11:45.026Z Downloaded walkdir v2.4.0
10132024-02-02T12:11:45.029Z Downloaded term v0.7.0
10142024-02-02T12:11:45.032Z Downloaded serde v1.0.195
10152024-02-02T12:11:45.043Z Downloaded unsafe-libyaml v0.2.10
10162024-02-02T12:11:45.046Z Downloaded headers v0.3.9
10172024-02-02T12:11:45.052Z Downloaded usdt-macro v0.5.0
10182024-02-02T12:11:45.056Z Downloaded io-lifetimes v1.0.11
10192024-02-02T12:11:45.059Z Downloaded inout v0.1.3
10202024-02-02T12:11:45.061Z Downloaded aes-gcm v0.10.3
10212024-02-02T12:11:45.065Z Downloaded ident_case v1.0.1
10222024-02-02T12:11:45.067Z Downloaded foreign-types-macros v0.2.3
10232024-02-02T12:11:45.067Z Downloaded sha1 v0.10.6
10242024-02-02T12:11:45.070Z Downloaded postcard v1.0.8
10252024-02-02T12:11:45.074Z Downloaded gethostname v0.4.3
10262024-02-02T12:11:45.077Z Downloaded futures-task v0.3.30
10272024-02-02T12:11:45.080Z Downloaded futures-sink v0.3.30
10282024-02-02T12:11:45.081Z Downloaded slog-envlogger v2.2.0
10292024-02-02T12:11:45.083Z Downloaded slog-dtrace v0.3.0
10302024-02-02T12:11:45.086Z Downloaded slog-bunyan v2.5.0
10312024-02-02T12:11:45.086Z Downloaded zerocopy v0.3.0
10322024-02-02T12:11:45.089Z Downloaded base64 v0.21.7
10332024-02-02T12:11:45.093Z Downloaded url v2.5.0
10342024-02-02T12:11:45.098Z Downloaded secrecy v0.8.0
10352024-02-02T12:11:45.101Z Downloaded futures-macro v0.3.30
10362024-02-02T12:11:45.104Z Downloaded socket2 v0.5.5
10372024-02-02T12:11:45.110Z Downloaded socket2 v0.4.9
10382024-02-02T12:11:45.113Z Downloaded unicode-bidi v0.3.13
10392024-02-02T12:11:45.113Z Downloaded typenum v1.16.0
10402024-02-02T12:11:45.116Z Downloaded foreign-types v0.5.0
10412024-02-02T12:11:45.119Z Downloaded foreign-types v0.3.2
10422024-02-02T12:11:45.119Z Downloaded structopt-derive v0.4.18
10432024-02-02T12:11:45.122Z Downloaded same-file v1.0.6
10442024-02-02T12:11:45.125Z Downloaded ucd-trie v0.1.6
10452024-02-02T12:11:45.125Z Downloaded schemars_derive v0.8.16
10462024-02-02T12:11:45.128Z Downloaded scheduled-thread-pool v0.2.7
10472024-02-02T12:11:45.130Z Downloaded sec1 v0.7.3
10482024-02-02T12:11:45.133Z Downloaded toml v0.7.8
10492024-02-02T12:11:45.136Z Downloaded zip v0.6.6
10502024-02-02T12:11:45.143Z Downloaded hyper-rustls v0.24.2
10512024-02-02T12:11:45.147Z Downloaded httparse v1.8.0
10522024-02-02T12:11:45.150Z Downloaded signal-hook-mio v0.2.3
10532024-02-02T12:11:45.153Z Downloaded futures v0.3.30
10542024-02-02T12:11:45.160Z Downloaded static_assertions v1.1.0
10552024-02-02T12:11:45.163Z Downloaded vsss-rs v3.3.4
10562024-02-02T12:11:45.166Z Downloaded dof v0.1.5
10572024-02-02T12:11:45.169Z Downloaded utf8parse v0.2.1
10582024-02-02T12:11:45.172Z Downloaded universal-hash v0.5.1
10592024-02-02T12:11:45.172Z Downloaded memchr v2.6.3
10602024-02-02T12:11:45.182Z Downloaded mio v0.8.9
10612024-02-02T12:11:45.188Z Downloaded want v0.3.1
10622024-02-02T12:11:45.191Z Downloaded glob v0.3.1
10632024-02-02T12:11:45.194Z Downloaded uuid v1.7.0
10642024-02-02T12:11:45.197Z Downloaded darling_core v0.20.3
10652024-02-02T12:11:45.203Z Downloaded group v0.13.0
10662024-02-02T12:11:45.206Z Downloaded dyn-clone v1.0.13
10672024-02-02T12:11:45.209Z Downloaded tokio-tungstenite v0.20.1
10682024-02-02T12:11:45.212Z Downloaded hyper-tls v0.5.0
10692024-02-02T12:11:45.215Z Downloaded http-body v0.4.5
10702024-02-02T12:11:45.217Z Downloaded tracing-attributes v0.1.26
10712024-02-02T12:11:45.220Z Downloaded libm v0.2.7
10722024-02-02T12:11:45.235Z Downloaded hubpack v0.1.2
10732024-02-02T12:11:45.237Z Downloaded dof v0.3.0
10742024-02-02T12:11:45.240Z Downloaded p256 v0.13.2
10752024-02-02T12:11:45.243Z Downloaded rustc-demangle v0.1.23
10762024-02-02T12:11:45.249Z Downloaded quote v1.0.35
10772024-02-02T12:11:45.252Z Downloaded chacha20poly1305 v0.10.1
10782024-02-02T12:11:45.255Z Downloaded subtle v2.5.0
10792024-02-02T12:11:45.255Z Downloaded slog-stdlog v4.1.1
10802024-02-02T12:11:45.257Z Downloaded clap v4.4.3
10812024-02-02T12:11:45.271Z Downloaded diesel_derives v2.1.2
10822024-02-02T12:11:45.276Z Downloaded resolv-conf v0.7.0
10832024-02-02T12:11:45.280Z Downloaded usdt v0.5.0
10842024-02-02T12:11:45.282Z Downloaded hash32 v0.2.1
10852024-02-02T12:11:45.283Z Downloaded hostname v0.3.1
10862024-02-02T12:11:45.285Z Downloaded home v0.5.5
10872024-02-02T12:11:45.288Z Downloaded parking_lot v0.12.1
10882024-02-02T12:11:45.290Z Downloaded heck v0.4.1
10892024-02-02T12:11:45.294Z Downloaded postgres-protocol v0.6.6
10902024-02-02T12:11:45.297Z Downloaded hex-literal v0.4.1
10912024-02-02T12:11:45.297Z Downloaded time-macros v0.2.13
10922024-02-02T12:11:45.300Z Downloaded thiserror-impl v1.0.56
10932024-02-02T12:11:45.305Z Downloaded thiserror-impl-no-std v2.0.2
10942024-02-02T12:11:45.308Z Downloaded strsim v0.8.0
10952024-02-02T12:11:45.308Z Downloaded usdt-impl v0.5.0
10962024-02-02T12:11:45.308Z Downloaded omicron-zone-package v0.11.0
10972024-02-02T12:11:45.311Z Downloaded serde_tokenstream v0.1.7
10982024-02-02T12:11:45.317Z Downloaded hash32 v0.3.1
10992024-02-02T12:11:45.319Z Downloaded r2d2 v0.8.10
11002024-02-02T12:11:45.322Z Downloaded pest_meta v2.7.6
11012024-02-02T12:11:45.324Z Downloaded num-bigint v0.4.4
11022024-02-02T12:11:45.332Z Downloaded subprocess v0.2.9
11032024-02-02T12:11:45.336Z Downloaded poly1305 v0.8.0
11042024-02-02T12:11:45.340Z Downloaded rustls-pemfile v1.0.3
11052024-02-02T12:11:45.343Z Downloaded digest v0.10.7
11062024-02-02T12:11:45.346Z Downloaded difflib v0.4.0
11072024-02-02T12:11:45.349Z Downloaded swrite v0.1.0
11082024-02-02T12:11:45.349Z Downloaded dtrace-parser v0.2.0
11092024-02-02T12:11:45.352Z Downloaded usdt-attr-macro v0.3.5
11102024-02-02T12:11:45.352Z Downloaded ciborium v0.2.2
11112024-02-02T12:11:45.355Z Downloaded dirs v5.0.1
11122024-02-02T12:11:45.358Z Downloaded backtrace v0.3.69
11132024-02-02T12:11:45.364Z Downloaded slab v0.4.9
11142024-02-02T12:11:45.366Z Downloaded num-traits v0.2.16
11152024-02-02T12:11:45.370Z Downloaded multer v3.0.0
11162024-02-02T12:11:45.377Z Downloaded minimal-lexical v0.2.1
11172024-02-02T12:11:45.381Z Downloaded crc32fast v1.3.2
11182024-02-02T12:11:45.384Z Downloaded enum-as-inner v0.5.1
11192024-02-02T12:11:45.387Z Downloaded usdt-impl v0.3.5
11202024-02-02T12:11:45.390Z Downloaded pem-rfc7468 v0.7.0
11212024-02-02T12:11:45.393Z Downloaded paste v1.0.14
11222024-02-02T12:11:45.396Z Downloaded owo-colors v4.0.0
11232024-02-02T12:11:45.400Z Downloaded blake2 v0.10.6
11242024-02-02T12:11:45.404Z Downloaded anyhow v1.0.75
11252024-02-02T12:11:45.410Z Downloaded tokio-rustls v0.24.1
11262024-02-02T12:11:45.413Z Downloaded fallible-iterator v0.2.0
11272024-02-02T12:11:45.416Z Downloaded either v1.9.0
11282024-02-02T12:11:45.419Z Downloaded pest_derive v2.7.6
11292024-02-02T12:11:45.421Z Downloaded once_cell v1.19.0
11302024-02-02T12:11:45.429Z Downloaded num-complex v0.4.4
11312024-02-02T12:11:45.437Z Downloaded toolchain_find v0.2.0
11322024-02-02T12:11:45.437Z Downloaded allocator-api2 v0.2.16
11332024-02-02T12:11:45.440Z Downloaded postgres-types v0.2.6
11342024-02-02T12:11:45.440Z Downloaded phf_shared v0.11.2
11352024-02-02T12:11:45.440Z Downloaded parking_lot_core v0.9.8
11362024-02-02T12:11:45.443Z Downloaded pin-project-lite v0.2.13
11372024-02-02T12:11:45.449Z Downloaded password-hash v0.5.0
11382024-02-02T12:11:45.452Z Downloaded tower-service v0.3.2
11392024-02-02T12:11:45.455Z Downloaded platforms v3.0.2
11402024-02-02T12:11:45.458Z Downloaded xattr v1.0.1
11412024-02-02T12:11:45.461Z Downloaded thread_local v1.1.7
11422024-02-02T12:11:45.461Z Downloaded der v0.7.8
11432024-02-02T12:11:45.469Z Downloaded crossbeam-epoch v0.9.15
11442024-02-02T12:11:45.474Z Downloaded unicode-width v0.1.11
11452024-02-02T12:11:45.477Z Downloaded toml_datetime v0.6.5
11462024-02-02T12:11:45.482Z Downloaded argon2 v0.5.3
11472024-02-02T12:11:45.485Z Downloaded bitflags v2.4.0
11482024-02-02T12:11:45.485Z Downloaded thiserror v1.0.56
11492024-02-02T12:11:45.493Z Downloaded spki v0.7.2
11502024-02-02T12:11:45.496Z Downloaded parking_lot v0.11.2
11512024-02-02T12:11:45.499Z Downloaded bytes v1.5.0
11522024-02-02T12:11:45.505Z Downloaded parse-display-derive v0.8.2
11532024-02-02T12:11:45.508Z Downloaded lru-cache v0.1.2
11542024-02-02T12:11:45.511Z Downloaded textwrap v0.11.0
11552024-02-02T12:11:45.513Z Downloaded synstructure v0.12.6
11562024-02-02T12:11:45.513Z Downloaded cancel-safe-futures v0.1.5
11572024-02-02T12:11:45.518Z Downloaded pkcs8 v0.10.2
11582024-02-02T12:11:45.522Z Downloaded const-oid v0.9.5
11592024-02-02T12:11:45.526Z Downloaded pest_generator v2.7.6
11602024-02-02T12:11:45.528Z Downloaded num_cpus v1.16.0
11612024-02-02T12:11:45.532Z Downloaded derive-where v1.2.7
11622024-02-02T12:11:45.538Z Downloaded lalrpop-util v0.19.12
11632024-02-02T12:11:45.543Z Downloaded block-buffer v0.10.4
11642024-02-02T12:11:45.543Z Downloaded async-trait v0.1.77
11652024-02-02T12:11:45.546Z Downloaded polyval v0.6.1
11662024-02-02T12:11:45.549Z Downloaded pbkdf2 v0.11.0
11672024-02-02T12:11:45.552Z Downloaded backoff v0.4.0
11682024-02-02T12:11:45.556Z Downloaded pkg-config v0.3.27
11692024-02-02T12:11:45.558Z Downloaded phf v0.11.2
11702024-02-02T12:11:45.561Z Downloaded num_enum_derive v0.5.11
11712024-02-02T12:11:45.564Z Downloaded ciborium-ll v0.2.2
11722024-02-02T12:11:45.564Z Downloaded anstyle-parse v0.2.1
11732024-02-02T12:11:45.567Z Downloaded ahash v0.8.6
11742024-02-02T12:11:45.571Z Downloaded errno v0.3.8
11752024-02-02T12:11:45.574Z Downloaded strsim v0.10.0
11762024-02-02T12:11:45.577Z Downloaded string_cache v0.8.7
11772024-02-02T12:11:45.579Z Downloaded plain v0.2.3
11782024-02-02T12:11:45.580Z Downloaded pin-utils v0.1.0
11792024-02-02T12:11:45.582Z Downloaded memmap v0.7.0
11802024-02-02T12:11:45.585Z Downloaded managed v0.8.0
11812024-02-02T12:11:45.585Z Downloaded linear-map v1.2.0
11822024-02-02T12:11:45.588Z Downloaded lazy_static v1.4.0
11832024-02-02T12:11:45.595Z Downloaded addr2line v0.21.0
11842024-02-02T12:11:45.598Z Downloaded strum_macros v0.25.2
11852024-02-02T12:11:45.598Z Downloaded structmeta v0.2.0
11862024-02-02T12:11:45.599Z Downloaded ppv-lite86 v0.2.17
11872024-02-02T12:11:45.603Z Downloaded percent-encoding v2.3.1
11882024-02-02T12:11:45.603Z Downloaded bcrypt-pbkdf v0.10.0
11892024-02-02T12:11:45.606Z Downloaded block-padding v0.3.3
11902024-02-02T12:11:45.606Z Downloaded zone_cfg_derive v0.3.0
11912024-02-02T12:11:45.606Z Downloaded password-hash v0.4.2
11922024-02-02T12:11:45.609Z Downloaded parking_lot_core v0.8.6
11932024-02-02T12:11:45.612Z Downloaded kstat-rs v0.2.3
11942024-02-02T12:11:45.615Z Downloaded cfg-if v1.0.0
11952024-02-02T12:11:45.615Z Downloaded bitflags v1.3.2
11962024-02-02T12:11:45.620Z Downloaded try-lock v0.2.4
11972024-02-02T12:11:45.623Z Downloaded pretty-hex v0.2.1
11982024-02-02T12:11:45.623Z Downloaded option-ext v0.2.0
11992024-02-02T12:11:45.626Z Downloaded openssl-probe v0.1.5
12002024-02-02T12:11:45.626Z Downloaded libefi-sys v0.1.0
12012024-02-02T12:11:45.629Z Downloaded keccak v0.1.4
12022024-02-02T12:11:45.632Z Downloaded itoa v1.0.9
12032024-02-02T12:11:45.632Z Downloaded take_mut v0.2.2
12042024-02-02T12:11:45.635Z Downloaded defmt-macros v0.3.6
12052024-02-02T12:11:45.638Z Downloaded crypto-bigint v0.5.2
12062024-02-02T12:11:45.648Z Downloaded chacha20 v0.9.1
12072024-02-02T12:11:45.651Z Downloaded cbc v0.1.2
12082024-02-02T12:11:45.653Z Downloaded pbkdf2 v0.12.2
12092024-02-02T12:11:45.659Z Downloaded debug-ignore v1.0.5
12102024-02-02T12:11:45.661Z Downloaded crossbeam-deque v0.8.3
12112024-02-02T12:11:45.661Z Downloaded base64ct v1.6.0
12122024-02-02T12:11:45.664Z Downloaded camino v1.1.6
12132024-02-02T12:11:45.667Z Downloaded phf_shared v0.10.0
12142024-02-02T12:11:45.670Z Downloaded arrayvec v0.7.4
12152024-02-02T12:11:45.673Z Downloaded pretty-hex v0.4.1
12162024-02-02T12:11:45.676Z Downloaded libsw v3.3.1
12172024-02-02T12:11:45.678Z Downloaded linked-hash-map v0.5.6
12182024-02-02T12:11:45.678Z Downloaded blowfish v0.9.1
12192024-02-02T12:11:45.681Z Downloaded newtype_derive v0.1.6
12202024-02-02T12:11:45.685Z Downloaded defmt-parser v0.3.3
12212024-02-02T12:11:45.685Z Downloaded curve25519-dalek-derive v0.1.0
12222024-02-02T12:11:45.685Z Downloaded der_derive v0.7.2
12232024-02-02T12:11:45.687Z Downloaded clap_lex v0.5.1
12242024-02-02T12:11:45.690Z Downloaded cobs v0.2.3
12252024-02-02T12:11:45.693Z Downloaded miniz_oxide v0.7.1
12262024-02-02T12:11:45.696Z Downloaded console v0.15.8
12272024-02-02T12:11:45.699Z Downloaded arc-swap v1.6.0
12282024-02-02T12:11:45.705Z Downloaded native-tls v0.2.11
12292024-02-02T12:11:45.708Z Downloaded mime_guess v2.0.4
12302024-02-02T12:11:45.714Z Downloaded darling v0.20.3
12312024-02-02T12:11:45.717Z Downloaded ciborium-io v0.2.2
12322024-02-02T12:11:45.720Z Downloaded data-encoding v2.4.0
12332024-02-02T12:11:45.720Z Downloaded camino-tempfile v1.1.1
12342024-02-02T12:11:45.723Z Downloaded macaddr v1.0.1
12352024-02-02T12:11:45.726Z Downloaded log v0.4.20
12362024-02-02T12:11:45.729Z Downloaded crossterm v0.27.0
12372024-02-02T12:11:45.739Z Downloaded diesel_table_macro_syntax v0.1.0
12382024-02-02T12:11:45.741Z Downloaded colorchoice v1.0.0
12392024-02-02T12:11:45.741Z Downloaded darling_macro v0.20.3
12402024-02-02T12:11:45.745Z Downloaded cipher v0.4.4
12412024-02-02T12:11:45.745Z Downloaded ctr v0.9.2
12422024-02-02T12:11:45.747Z Downloaded constant_time_eq v0.3.0
12432024-02-02T12:11:45.750Z Downloaded autocfg v1.1.0
12442024-02-02T12:11:45.753Z Downloaded mime v0.3.17
12452024-02-02T12:11:45.756Z Downloaded colored v2.0.4
12462024-02-02T12:11:45.759Z Downloaded bit-set v0.5.3
12472024-02-02T12:11:45.759Z Downloaded async-stream v0.3.5
12482024-02-02T12:11:45.762Z Downloaded aead v0.5.2
12492024-02-02T12:11:45.765Z Downloaded match_cfg v0.1.0
12502024-02-02T12:11:45.765Z Downloaded atomicwrites v0.4.3
12512024-02-02T12:11:45.775Z Downloaded ansi_term v0.12.1
12522024-02-02T12:11:45.775Z Downloaded md5 v0.7.0
12532024-02-02T12:11:45.775Z Downloaded byteorder v1.5.0
12542024-02-02T12:11:45.779Z Downloaded anstyle-query v1.0.0
12552024-02-02T12:11:45.779Z Downloaded crossbeam-utils v0.8.16
12562024-02-02T12:11:45.782Z Downloaded md-5 v0.10.5
12572024-02-02T12:11:45.782Z Downloaded clap_derive v4.4.2
12582024-02-02T12:11:45.785Z Downloaded anstream v0.5.0
12592024-02-02T12:11:45.790Z Downloaded cstr-argument v0.1.2
12602024-02-02T12:11:45.793Z Downloaded convert_case v0.4.0
12612024-02-02T12:11:45.793Z Downloaded aes v0.8.3
12622024-02-02T12:11:46.200Z Compiling proc-macro2 v1.0.78
12632024-02-02T12:11:46.200Z Compiling unicode-ident v1.0.12
12642024-02-02T12:11:46.205Z Compiling libc v0.2.153
12652024-02-02T12:11:46.205Z Compiling serde v1.0.195
12662024-02-02T12:11:46.206Z Compiling version_check v0.9.4
12672024-02-02T12:11:46.222Z Compiling autocfg v1.1.0
12682024-02-02T12:11:46.234Z Compiling cfg-if v1.0.0
12692024-02-02T12:11:46.460Z Compiling once_cell v1.19.0
12702024-02-02T12:11:46.463Z Compiling syn v1.0.109
12712024-02-02T12:11:46.557Z Compiling thiserror v1.0.56
12722024-02-02T12:11:47.107Z Compiling memchr v2.6.3
12732024-02-02T12:11:47.369Z Compiling typenum v1.16.0
12742024-02-02T12:11:47.460Z Compiling lock_api v0.4.10
12752024-02-02T12:11:48.097Z Compiling byteorder v1.5.0
12762024-02-02T12:11:48.124Z Compiling ahash v0.8.6
12772024-02-02T12:11:48.430Z Compiling parking_lot_core v0.9.8
12782024-02-02T12:11:48.632Z Compiling generic-array v0.14.7
12792024-02-02T12:11:48.769Z Compiling libm v0.2.7
12802024-02-02T12:11:48.836Z Compiling num-traits v0.2.16
12812024-02-02T12:11:49.149Z Compiling serde_json v1.0.113
12822024-02-02T12:11:49.393Z Compiling itoa v1.0.9
12832024-02-02T12:11:49.820Z Compiling quote v1.0.35
12842024-02-02T12:11:49.903Z Compiling slab v0.4.9
12852024-02-02T12:11:50.037Z Compiling log v0.4.20
12862024-02-02T12:11:50.490Z Compiling syn v2.0.48
12872024-02-02T12:11:50.772Z Compiling getrandom v0.2.10
12882024-02-02T12:11:50.818Z Compiling cc v1.0.83
12892024-02-02T12:11:51.118Z Compiling rand_core v0.6.4
12902024-02-02T12:11:51.520Z Compiling scopeguard v1.2.0
12912024-02-02T12:11:51.712Z Compiling ryu v1.0.15
12922024-02-02T12:11:52.380Z Compiling pkg-config v0.3.27
12932024-02-02T12:11:52.558Z Compiling allocator-api2 v0.2.16
12942024-02-02T12:11:52.619Z Compiling equivalent v1.0.1
12952024-02-02T12:11:52.768Z Compiling smallvec v1.11.2
12962024-02-02T12:11:52.771Z Compiling heck v0.4.1
12972024-02-02T12:11:53.434Z Compiling subtle v2.5.0
12982024-02-02T12:11:53.513Z Compiling schemars v0.8.16
12992024-02-02T12:11:54.258Z Compiling vcpkg v0.2.15
13002024-02-02T12:11:54.658Z Compiling pin-project-lite v0.2.13
13012024-02-02T12:11:55.132Z Compiling httparse v1.8.0
13022024-02-02T12:11:55.180Z Compiling ucd-trie v0.1.6
13032024-02-02T12:11:55.916Z Compiling parking_lot v0.12.1
13042024-02-02T12:11:55.941Z Compiling ring v0.17.7
13052024-02-02T12:11:56.151Z Compiling ring v0.16.20
13062024-02-02T12:11:56.318Z Compiling signal-hook-registry v1.4.1
13072024-02-02T12:11:57.576Z Compiling fnv v1.0.7
13082024-02-02T12:11:57.757Z Compiling mio v0.8.9
13092024-02-02T12:11:57.933Z Compiling openssl-sys v0.9.96
13102024-02-02T12:11:58.130Z Compiling iana-time-zone v0.1.57
13112024-02-02T12:11:58.837Z Compiling openssl v0.10.60
13122024-02-02T12:11:58.928Z Compiling const-oid v0.9.5
13132024-02-02T12:11:59.454Z Compiling semver v1.0.21
13142024-02-02T12:11:59.802Z Compiling socket2 v0.5.5
13152024-02-02T12:12:00.007Z Compiling num_cpus v1.16.0
13162024-02-02T12:12:00.179Z Compiling rustls v0.21.9
13172024-02-02T12:12:00.739Z Compiling native-tls v0.2.11
13182024-02-02T12:12:01.240Z Compiling dyn-clone v1.0.13
13192024-02-02T12:12:01.271Z Compiling futures-core v0.3.30
13202024-02-02T12:12:01.655Z Compiling aho-corasick v1.0.4
13212024-02-02T12:12:02.146Z Compiling regex-syntax v0.8.2
13222024-02-02T12:12:02.586Z Compiling serde_derive_internals v0.26.0
13232024-02-02T12:12:02.631Z Compiling slog v2.7.0
13242024-02-02T12:12:02.802Z Compiling crossbeam-utils v0.8.16
13252024-02-02T12:12:03.373Z Compiling spin v0.5.2
13262024-02-02T12:12:03.583Z Compiling async-trait v0.1.77
13272024-02-02T12:12:04.082Z Compiling futures-sink v0.3.30
13282024-02-02T12:12:04.328Z Compiling rustix v0.38.30
13292024-02-02T12:12:05.048Z Compiling backtrace v0.3.69
13302024-02-02T12:12:05.446Z Compiling tinyvec_macros v0.1.1
13312024-02-02T12:12:05.573Z Compiling tinyvec v1.6.0
13322024-02-02T12:12:06.028Z Compiling futures-channel v0.3.30
13332024-02-02T12:12:06.786Z Compiling winnow v0.5.15
13342024-02-02T12:12:07.382Z Compiling pin-utils v0.1.0
13352024-02-02T12:12:07.513Z Compiling futures-io v0.3.30
13362024-02-02T12:12:07.989Z Compiling futures-task v0.3.30
13372024-02-02T12:12:08.104Z Compiling regex-automata v0.4.4
13382024-02-02T12:12:08.460Z Compiling unicode-normalization v0.1.22
13392024-02-02T12:12:08.627Z Compiling spin v0.9.8
13402024-02-02T12:12:09.336Z Compiling memoffset v0.9.0
13412024-02-02T12:12:09.556Z Compiling tracing-core v0.1.31
13422024-02-02T12:12:09.771Z Compiling anyhow v1.0.75
13432024-02-02T12:12:10.314Z Compiling cpufeatures v0.2.12
13442024-02-02T12:12:10.463Z Compiling unicode-bidi v0.3.13
13452024-02-02T12:12:10.592Z Compiling unicode-width v0.1.11
13462024-02-02T12:12:12.972Z Compiling crc32fast v1.3.2
13472024-02-02T12:12:13.033Z Compiling crossbeam-epoch v0.9.15
13482024-02-02T12:12:13.624Z Compiling time-core v0.1.1
13492024-02-02T12:12:13.857Z Compiling time-macros v0.2.13
13502024-02-02T12:12:14.434Z Compiling serde_derive v1.0.195
13512024-02-02T12:12:14.539Z Compiling zerocopy-derive v0.7.32
13522024-02-02T12:12:14.874Z Compiling zeroize_derive v1.4.2
13532024-02-02T12:12:15.151Z Compiling thiserror-impl v1.0.56
13542024-02-02T12:12:17.299Z Compiling tokio-macros v2.2.0
13552024-02-02T12:12:18.223Z Compiling zerocopy v0.7.32
13562024-02-02T12:12:18.704Z Compiling zeroize v1.7.0
13572024-02-02T12:12:19.291Z Compiling futures-macro v0.3.30
13582024-02-02T12:12:20.189Z Compiling tracing-attributes v0.1.26
13592024-02-02T12:12:20.796Z Compiling schemars_derive v0.8.16
13602024-02-02T12:12:21.676Z Compiling hashbrown v0.14.2
13612024-02-02T12:12:21.971Z Compiling crypto-common v0.1.6
13622024-02-02T12:12:21.997Z Compiling pest v2.7.6
13632024-02-02T12:12:22.855Z Compiling openssl-macros v0.1.1
13642024-02-02T12:12:23.305Z Compiling block-buffer v0.10.4
13652024-02-02T12:12:23.696Z Compiling digest v0.10.7
13662024-02-02T12:12:23.828Z Compiling hashbrown v0.13.2
13672024-02-02T12:12:24.014Z Compiling regex v1.10.3
13682024-02-02T12:12:25.739Z Compiling futures-util v0.3.30
13692024-02-02T12:12:26.067Z Compiling pest_meta v2.7.6
13702024-02-02T12:12:26.799Z Compiling der_derive v0.7.2
13712024-02-02T12:12:26.832Z Compiling tracing v0.1.37
13722024-02-02T12:12:29.800Z Compiling pest_generator v2.7.6
13732024-02-02T12:12:31.187Z Compiling errno v0.3.8
13742024-02-02T12:12:31.525Z Compiling num-integer v0.1.45
13752024-02-02T12:12:31.973Z Compiling untrusted v0.7.1
13762024-02-02T12:12:32.335Z Compiling untrusted v0.9.0
13772024-02-02T12:12:32.600Z Compiling camino v1.1.6
13782024-02-02T12:12:32.760Z Compiling foreign-types-shared v0.1.1
13792024-02-02T12:12:33.166Z Compiling percent-encoding v2.3.1
13802024-02-02T12:12:33.532Z Compiling foreign-types v0.3.2
13812024-02-02T12:12:34.951Z Compiling pest_derive v2.7.6
13822024-02-02T12:12:36.259Z Compiling ppv-lite86 v0.2.17
13832024-02-02T12:12:36.284Z Compiling base64 v0.21.7
13842024-02-02T12:12:36.514Z Compiling unicode-xid v0.2.4
13852024-02-02T12:12:36.769Z Compiling try-lock v0.2.4
13862024-02-02T12:12:36.979Z Compiling want v0.3.1
13872024-02-02T12:12:37.538Z Compiling sct v0.7.0
13882024-02-02T12:12:37.541Z Compiling rustls-webpki v0.101.7
13892024-02-02T12:12:37.542Z Compiling synstructure v0.12.6
13902024-02-02T12:12:38.026Z Compiling bytes v1.5.0
13912024-02-02T12:12:39.570Z Compiling indexmap v2.2.2
13922024-02-02T12:12:39.891Z Compiling chrono v0.4.31
13932024-02-02T12:12:39.988Z Compiling uuid v1.7.0
13942024-02-02T12:12:40.163Z Compiling http v0.2.11
13952024-02-02T12:12:40.570Z Compiling tokio v1.35.1
13962024-02-02T12:12:42.387Z Compiling bitflags v2.4.0
13972024-02-02T12:12:42.503Z Compiling serde_spanned v0.6.4
13982024-02-02T12:12:42.845Z Compiling toml_datetime v0.6.5
13992024-02-02T12:12:43.047Z Compiling rustc_version v0.4.0
14002024-02-02T12:12:43.572Z Compiling toml_edit v0.19.15
14012024-02-02T12:12:44.286Z Compiling openapiv3 v2.0.0
14022024-02-02T12:12:47.084Z Compiling serde_tokenstream v0.2.0
14032024-02-02T12:12:48.346Z Compiling http-body v0.4.5
14042024-02-02T12:12:50.219Z Compiling form_urlencoded v1.2.1
14052024-02-02T12:12:50.783Z Compiling scroll_derive v0.12.0
14062024-02-02T12:12:51.691Z Compiling socket2 v0.4.9
14072024-02-02T12:12:52.665Z Compiling io-lifetimes v1.0.11
14082024-02-02T12:12:53.480Z Compiling openssl-probe v0.1.5
14092024-02-02T12:12:53.484Z Compiling httpdate v1.0.3
14102024-02-02T12:12:53.999Z Compiling tower-service v0.3.2
14112024-02-02T12:12:54.426Z Compiling tokio-util v0.7.10
14122024-02-02T12:12:56.241Z Compiling h2 v0.3.24
14132024-02-02T12:12:56.703Z Compiling zerocopy-derive v0.2.0
14142024-02-02T12:12:57.102Z Compiling idna v0.5.0
14152024-02-02T12:13:00.035Z Compiling lazy_static v1.4.0
14162024-02-02T12:13:00.865Z Compiling thread-id v4.2.0
14172024-02-02T12:13:01.029Z Compiling adler v1.0.2
14182024-02-02T12:13:01.172Z Compiling tokio-native-tls v0.3.1
14192024-02-02T12:13:01.382Z Compiling miniz_oxide v0.7.1
14202024-02-02T12:13:01.563Z Compiling url v2.5.0
14212024-02-02T12:13:02.376Z Compiling tokio-rustls v0.24.1
14222024-02-02T12:13:04.117Z Compiling rand_chacha v0.3.1
14232024-02-02T12:13:04.518Z Compiling ipnet v2.9.0
14242024-02-02T12:13:04.766Z Compiling rustix v0.37.23
14252024-02-02T12:13:05.333Z Compiling rand v0.8.5
14262024-02-02T12:13:05.927Z Compiling serde_urlencoded v0.7.1
14272024-02-02T12:13:06.561Z Compiling rustls-pemfile v1.0.3
14282024-02-02T12:13:07.048Z Compiling usdt-impl v0.3.5
14292024-02-02T12:13:07.072Z Compiling encoding_rs v0.8.33
14302024-02-02T12:13:07.194Z Compiling gimli v0.28.0
14312024-02-02T12:13:07.401Z Compiling either v1.9.0
14322024-02-02T12:13:07.552Z Compiling mime v0.3.17
14332024-02-02T12:13:07.921Z Compiling hyper v0.14.27
14342024-02-02T12:13:08.776Z Compiling webpki-roots v0.25.2
14352024-02-02T12:13:11.644Z Compiling regress v0.7.1
14362024-02-02T12:13:11.741Z Compiling object v0.32.1
14372024-02-02T12:13:11.795Z Compiling num-bigint v0.4.4
14382024-02-02T12:13:13.091Z Compiling usdt-impl v0.5.0
14392024-02-02T12:13:13.860Z Compiling rustc-demangle v0.1.23
14402024-02-02T12:13:14.526Z Compiling addr2line v0.21.0
14412024-02-02T12:13:15.545Z Compiling flate2 v1.0.28
14422024-02-02T12:13:16.243Z Compiling zerocopy v0.3.0
14432024-02-02T12:13:16.786Z Compiling scroll v0.12.0
14442024-02-02T12:13:17.156Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14452024-02-02T12:13:17.265Z Compiling heapless v0.7.16
14462024-02-02T12:13:17.508Z Compiling futures-executor v0.3.30
14472024-02-02T12:13:18.016Z Compiling bzip2-sys v0.1.11+1.0.8
14482024-02-02T12:13:18.442Z Compiling rustversion v1.0.14
14492024-02-02T12:13:18.616Z Compiling plain v0.2.3
14502024-02-02T12:13:18.856Z Compiling signal-hook v0.3.17
14512024-02-02T12:13:19.299Z Compiling hyper-tls v0.5.0
14522024-02-02T12:13:19.323Z Compiling hyper-rustls v0.24.2
14532024-02-02T12:13:19.825Z Compiling reqwest v0.11.22
14542024-02-02T12:13:20.662Z Compiling goblin v0.8.0
14552024-02-02T12:13:22.977Z Compiling futures v0.3.30
14562024-02-02T12:13:23.143Z Compiling dof v0.1.5
14572024-02-02T12:13:24.727Z Compiling toml v0.7.8
14582024-02-02T12:13:24.731Z Compiling toml_edit v0.21.0
14592024-02-02T12:13:26.238Z Compiling hex v0.4.3
14602024-02-02T12:13:27.036Z Compiling dtrace-parser v0.1.14
14612024-02-02T12:13:27.383Z Compiling strsim v0.10.0
14622024-02-02T12:13:27.530Z Compiling pretty-hex v0.4.1
14632024-02-02T12:13:27.693Z Compiling base64ct v1.6.0
14642024-02-02T12:13:30.473Z Compiling dof v0.3.0
14652024-02-02T12:13:31.863Z Compiling serde_tokenstream v0.1.7
14662024-02-02T12:13:32.411Z Compiling dtrace-parser v0.2.0
14672024-02-02T12:13:34.242Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14682024-02-02T12:13:34.272Z Compiling smoltcp v0.9.1
14692024-02-02T12:13:34.717Z Compiling bitflags v1.3.2
14702024-02-02T12:13:35.016Z Compiling pem-rfc7468 v0.7.0
14712024-02-02T12:13:35.372Z Compiling strum_macros v0.25.2
14722024-02-02T12:13:35.880Z Compiling hmac v0.12.1
14732024-02-02T12:13:36.277Z Compiling enum-as-inner v0.5.1
14742024-02-02T12:13:36.644Z Compiling num-iter v0.1.43
14752024-02-02T12:13:37.099Z Compiling unicode-segmentation v1.10.1
14762024-02-02T12:13:37.898Z Compiling flagset v0.4.3
14772024-02-02T12:13:38.073Z Compiling siphasher v0.3.11
14782024-02-02T12:13:38.197Z Compiling der v0.7.8
14792024-02-02T12:13:38.691Z Compiling usdt-macro v0.3.5
14802024-02-02T12:13:38.816Z Compiling usdt-attr-macro v0.3.5
14812024-02-02T12:13:40.094Z Compiling hubpack_derive v0.1.1
14822024-02-02T12:13:40.891Z Compiling zerocopy-derive v0.6.4
14832024-02-02T12:13:42.344Z Compiling num_threads v0.1.6
14842024-02-02T12:13:42.534Z Compiling utf8parse v0.2.1
14852024-02-02T12:13:42.780Z Compiling deranged v0.3.8
14862024-02-02T12:13:43.221Z Compiling anstyle v1.0.2
14872024-02-02T12:13:44.588Z Compiling sha2 v0.10.8
14882024-02-02T12:13:44.612Z Compiling anstyle-parse v0.2.1
14892024-02-02T12:13:44.706Z Compiling spki v0.7.2
14902024-02-02T12:13:45.782Z Compiling time v0.3.27
14912024-02-02T12:13:48.429Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14922024-02-02T12:13:48.661Z Compiling md-5 v0.10.5
14932024-02-02T12:13:48.901Z Compiling block-padding v0.3.3
14942024-02-02T12:13:49.108Z Compiling clap_derive v4.4.2
14952024-02-02T12:13:49.376Z Compiling stringprep v0.1.3
14962024-02-02T12:13:50.965Z Compiling getopts v0.2.21
14972024-02-02T12:13:50.990Z Compiling diesel_table_macro_syntax v0.1.0
14982024-02-02T12:13:52.660Z Compiling hash32 v0.2.1
14992024-02-02T12:13:53.257Z Compiling fallible-iterator v0.2.0
15002024-02-02T12:13:54.435Z Compiling colorchoice v1.0.0
15012024-02-02T12:13:54.675Z Compiling stable_deref_trait v1.2.0
15022024-02-02T12:13:54.822Z Compiling anstyle-query v1.0.0
15032024-02-02T12:13:56.893Z Compiling anstream v0.5.0
15042024-02-02T12:13:57.022Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
15052024-02-02T12:13:57.213Z Compiling postgres-protocol v0.6.6
15062024-02-02T12:13:57.640Z Compiling diesel_derives v2.1.2
15072024-02-02T12:13:57.966Z Compiling inout v0.1.3
15082024-02-02T12:13:59.260Z Compiling terminal_size v0.2.6
15092024-02-02T12:13:59.527Z Compiling pkcs8 v0.10.2
15102024-02-02T12:13:59.837Z Compiling phf_shared v0.11.2
15112024-02-02T12:14:02.334Z Compiling ff v0.13.0
15122024-02-02T12:14:03.087Z Compiling serde_repr v0.1.16
15132024-02-02T12:14:04.429Z Compiling scheduled-thread-pool v0.2.7
15142024-02-02T12:14:05.110Z Compiling clap_lex v0.5.1
15152024-02-02T12:14:05.375Z Compiling base16ct v0.2.0
15162024-02-02T12:14:05.825Z Compiling matches v0.1.10
15172024-02-02T12:14:05.965Z Compiling managed v0.8.0
15182024-02-02T12:14:06.052Z Compiling bit-vec v0.6.3
15192024-02-02T12:14:06.429Z Compiling regex-automata v0.1.10
15202024-02-02T12:14:06.715Z Compiling unsafe-libyaml v0.2.10
15212024-02-02T12:14:07.296Z Compiling bstr v0.2.17
15222024-02-02T12:14:09.747Z Compiling serde_yaml v0.9.25
15232024-02-02T12:14:12.889Z Compiling idna v0.2.3
15242024-02-02T12:14:13.105Z Compiling sec1 v0.7.3
15252024-02-02T12:14:13.231Z Compiling clap_builder v4.4.2
15262024-02-02T12:14:14.020Z Compiling r2d2 v0.8.10
15272024-02-02T12:14:15.039Z Compiling group v0.13.0
15282024-02-02T12:14:16.870Z Compiling phf v0.11.2
15292024-02-02T12:14:17.061Z Compiling signal-hook-mio v0.2.3
15302024-02-02T12:14:17.300Z Compiling bzip2 v0.4.4
15312024-02-02T12:14:17.322Z Compiling postgres-types v0.2.6
15322024-02-02T12:14:17.382Z Compiling cipher v0.4.4
15332024-02-02T12:14:17.897Z Compiling zerocopy v0.6.4
15342024-02-02T12:14:18.190Z Compiling hubpack v0.1.2
15352024-02-02T12:14:18.898Z Compiling phf_shared v0.10.0
15362024-02-02T12:14:19.421Z Compiling hkdf v0.12.4
15372024-02-02T12:14:19.470Z Compiling crypto-bigint v0.5.2
15382024-02-02T12:14:19.544Z Compiling ipnetwork v0.20.0
15392024-02-02T12:14:19.827Z Compiling float-cmp v0.9.0
15402024-02-02T12:14:21.028Z Compiling data-encoding v2.4.0
15412024-02-02T12:14:21.642Z Compiling difflib v0.4.0
15422024-02-02T12:14:25.017Z Compiling minimal-lexical v0.2.1
15432024-02-02T12:14:25.247Z Compiling fixedbitset v0.4.2
15442024-02-02T12:14:25.768Z Compiling whoami v1.4.1
15452024-02-02T12:14:25.981Z Compiling precomputed-hash v0.1.1
15462024-02-02T12:14:26.148Z Compiling predicates-core v1.0.6
15472024-02-02T12:14:26.707Z Compiling new_debug_unreachable v1.0.4
15482024-02-02T12:14:26.765Z Compiling normalize-line-endings v0.3.0
15492024-02-02T12:14:26.854Z Compiling static_assertions v1.1.0
15502024-02-02T12:14:26.947Z Compiling regex-automata v0.3.8
15512024-02-02T12:14:26.995Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15522024-02-02T12:14:28.152Z Compiling predicates v3.1.0
15532024-02-02T12:14:28.323Z Compiling string_cache v0.8.7
15542024-02-02T12:14:29.118Z Compiling tokio-postgres v0.7.10
15552024-02-02T12:14:29.567Z Compiling nom v7.1.3
15562024-02-02T12:14:30.659Z Compiling bstr v1.6.0
15572024-02-02T12:14:30.877Z Compiling petgraph v0.6.4
15582024-02-02T12:14:33.633Z Compiling diesel v2.1.4
15592024-02-02T12:14:34.279Z Compiling elliptic-curve v0.13.8
15602024-02-02T12:14:34.434Z Compiling trust-dns-proto v0.22.0
15612024-02-02T12:14:35.654Z Compiling yasna v0.5.2
15622024-02-02T12:14:36.002Z Compiling clap v4.4.3
15632024-02-02T12:14:36.167Z Compiling zip v0.6.6
15642024-02-02T12:14:36.192Z Compiling crossterm v0.27.0
15652024-02-02T12:14:37.618Z Compiling similar v2.3.0
15662024-02-02T12:14:37.810Z Compiling bit-set v0.5.3
15672024-02-02T12:14:37.923Z Compiling usdt v0.3.5
15682024-02-02T12:14:38.340Z Compiling itertools v0.10.5
15692024-02-02T12:14:38.472Z Compiling console v0.15.8
15702024-02-02T12:14:38.922Z Compiling tokio-stream v0.1.14
15712024-02-02T12:14:41.117Z Compiling lalrpop-util v0.19.12
15722024-02-02T12:14:48.406Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15732024-02-02T12:15:01.976Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15742024-02-02T12:15:41.277Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15752024-02-02T12:15:43.903Z Compiling sha1 v0.10.6
15762024-02-02T12:15:44.630Z Compiling atty v0.2.14
15772024-02-02T12:15:44.831Z Compiling match_cfg v0.1.0
15782024-02-02T12:15:44.972Z Compiling hostname v0.3.1
15792024-02-02T12:15:45.035Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15802024-02-02T12:15:45.339Z Compiling dirs-sys-next v0.1.2
15812024-02-02T12:15:45.658Z Compiling rustls-pki-types v1.1.0
15822024-02-02T12:15:45.923Z Compiling ident_case v1.0.1
15832024-02-02T12:15:46.097Z Compiling dirs-next v2.0.0
15842024-02-02T12:15:46.200Z Compiling darling_core v0.20.3
15852024-02-02T12:15:46.399Z Compiling thread_local v1.1.7
15862024-02-02T12:15:46.867Z Compiling rustls v0.22.2
15872024-02-02T12:15:47.033Z Compiling slog-async v2.8.0
15882024-02-02T12:15:47.337Z Compiling rustls-webpki v0.102.1
15892024-02-02T12:15:47.464Z Compiling term v0.7.0
15902024-02-02T12:15:47.898Z Compiling crossbeam-channel v0.5.8
15912024-02-02T12:15:49.032Z Compiling multer v3.0.0
15922024-02-02T12:15:49.483Z Compiling instant v0.1.12
15932024-02-02T12:15:49.697Z Compiling paste v1.0.14
15942024-02-02T12:15:49.795Z Compiling take_mut v0.2.2
15952024-02-02T12:15:50.161Z Compiling slog-term v2.9.0
15962024-02-02T12:15:50.454Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15972024-02-02T12:15:50.867Z Compiling slog-json v2.6.1
15982024-02-02T12:15:50.924Z Compiling http v1.0.0
15992024-02-02T12:15:51.459Z Compiling async-stream-impl v0.3.5
16002024-02-02T12:15:52.061Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16012024-02-02T12:15:52.225Z Compiling atomic-waker v1.1.1
16022024-02-02T12:15:52.501Z Compiling debug-ignore v1.0.5
16032024-02-02T12:15:52.623Z Compiling waitgroup v0.1.2
16042024-02-02T12:15:52.718Z Compiling slog-bunyan v2.5.0
16052024-02-02T12:15:53.042Z Compiling rustls-pemfile v2.0.0
16062024-02-02T12:15:53.690Z Compiling async-stream v0.3.5
16072024-02-02T12:15:54.252Z Compiling toml v0.8.8
16082024-02-02T12:15:55.029Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16092024-02-02T12:15:55.209Z Compiling serde_path_to_error v0.1.15
16102024-02-02T12:15:55.602Z Compiling structmeta-derive v0.2.0
16112024-02-02T12:15:56.361Z Compiling darling_macro v0.20.3
16122024-02-02T12:15:56.588Z Compiling strum v0.25.0
16132024-02-02T12:15:56.845Z Compiling regex-syntax v0.7.5
16142024-02-02T12:15:57.167Z Compiling tokio-rustls v0.25.0
16152024-02-02T12:15:57.808Z Compiling backoff v0.4.0
16162024-02-02T12:15:57.977Z Compiling darling v0.20.3
16172024-02-02T12:15:58.152Z Compiling serde_with_macros v3.5.1
16182024-02-02T12:15:58.317Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16192024-02-02T12:15:59.541Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16202024-02-02T12:15:59.785Z Compiling macaddr v1.0.1
16212024-02-02T12:15:59.894Z Compiling proc-macro-error-attr v1.0.4
16222024-02-02T12:16:00.432Z Compiling proc-macro-crate v1.3.1
16232024-02-02T12:16:00.510Z Compiling proc-macro-error v1.0.4
16242024-02-02T12:16:00.654Z Compiling structmeta v0.2.0
16252024-02-02T12:16:00.960Z Compiling heapless v0.8.0
16262024-02-02T12:16:02.210Z Compiling num_enum_derive v0.5.11
16272024-02-02T12:16:02.319Z Compiling hash32 v0.3.1
16282024-02-02T12:16:02.702Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16292024-02-02T12:16:02.895Z Compiling smoltcp v0.11.0
16302024-02-02T12:16:03.295Z Compiling rayon-core v1.12.0
16312024-02-02T12:16:03.429Z Compiling serde_with v3.5.1
16322024-02-02T12:16:05.097Z Compiling crossbeam-deque v0.8.3
16332024-02-02T12:16:05.659Z Compiling embedded-io v0.4.0
16342024-02-02T12:16:05.946Z Compiling fastrand v2.0.0
16352024-02-02T12:16:06.025Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16362024-02-02T12:16:06.844Z Compiling num_enum v0.5.11
16372024-02-02T12:16:06.863Z Compiling cobs v0.2.3
16382024-02-02T12:16:07.075Z Compiling same-file v1.0.6
16392024-02-02T12:16:07.343Z Compiling walkdir v2.4.0
16402024-02-02T12:16:07.368Z Compiling postcard v1.0.8
16412024-02-02T12:16:07.447Z Compiling tempfile v3.9.0
16422024-02-02T12:16:08.485Z Compiling parse-display-derive v0.8.2
16432024-02-02T12:16:08.769Z Compiling semver-parser v0.10.2
16442024-02-02T12:16:09.361Z Compiling foreign-types-macros v0.2.3
16452024-02-02T12:16:10.470Z Compiling blake3 v1.5.0
16462024-02-02T12:16:11.402Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16472024-02-02T12:16:11.464Z Compiling crucible-workspace-hack v0.1.0
16482024-02-02T12:16:11.757Z Compiling foreign-types-shared v0.3.1
16492024-02-02T12:16:11.839Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16502024-02-02T12:16:11.874Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16512024-02-02T12:16:11.936Z Compiling foreign-types v0.5.0
16522024-02-02T12:16:12.214Z Compiling rayon v1.8.0
16532024-02-02T12:16:12.341Z Compiling semver v0.11.0
16542024-02-02T12:16:12.786Z Compiling is-terminal v0.4.9
16552024-02-02T12:16:12.816Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16562024-02-02T12:16:13.090Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16572024-02-02T12:16:13.094Z Compiling cstr-argument v0.1.2
16582024-02-02T12:16:13.357Z Compiling filetime v0.2.23
16592024-02-02T12:16:13.611Z Compiling xattr v1.0.1
16602024-02-02T12:16:13.861Z Compiling memmap2 v0.7.1
16612024-02-02T12:16:14.062Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16622024-02-02T12:16:14.124Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16632024-02-02T12:16:14.464Z Compiling arrayvec v0.7.4
16642024-02-02T12:16:14.549Z Compiling home v0.5.5
16652024-02-02T12:16:14.572Z Compiling arrayref v0.3.7
16662024-02-02T12:16:14.715Z Compiling pretty-hex v0.2.1
16672024-02-02T12:16:14.934Z Compiling constant_time_eq v0.3.0
16682024-02-02T12:16:15.003Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16692024-02-02T12:16:15.090Z Compiling toolchain_find v0.2.0
16702024-02-02T12:16:15.488Z Compiling tar v0.4.40
16712024-02-02T12:16:15.561Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16722024-02-02T12:16:15.899Z Compiling parse-display v0.8.2
16732024-02-02T12:16:16.087Z Compiling colored v2.0.4
16742024-02-02T12:16:16.462Z Compiling camino-tempfile v1.1.1
16752024-02-02T12:16:17.150Z Compiling toml v0.5.11
16762024-02-02T12:16:17.190Z Compiling platforms v3.0.2
16772024-02-02T12:16:17.227Z Compiling topological-sort v0.2.2
16782024-02-02T12:16:17.267Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16792024-02-02T12:16:17.728Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16802024-02-02T12:16:17.859Z Compiling zone_cfg_derive v0.3.0
16812024-02-02T12:16:18.452Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16822024-02-02T12:16:18.999Z Compiling textwrap v0.11.0
16832024-02-02T12:16:19.867Z Compiling heck v0.3.3
16842024-02-02T12:16:19.968Z Compiling rustfmt-wrapper v0.2.0
16852024-02-02T12:16:20.382Z Compiling omicron-zone-package v0.11.0
16862024-02-02T12:16:20.944Z Compiling num-derive v0.4.0
16872024-02-02T12:16:20.969Z Compiling libefi-sys v0.1.0
16882024-02-02T12:16:21.413Z Compiling vec_map v0.8.2
16892024-02-02T12:16:21.855Z Compiling ansi_term v0.12.1
16902024-02-02T12:16:21.991Z Compiling strsim v0.8.0
16912024-02-02T12:16:22.726Z Compiling clap v2.34.0
16922024-02-02T12:16:23.054Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16932024-02-02T12:16:23.396Z Compiling structopt-derive v0.4.18
16942024-02-02T12:16:23.421Z Compiling zone v0.3.0
16952024-02-02T12:16:24.123Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16962024-02-02T12:16:24.776Z Compiling smf v0.2.2
16972024-02-02T12:16:24.875Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16982024-02-02T12:16:25.685Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16992024-02-02T12:16:26.046Z Compiling unicase v2.7.0
17002024-02-02T12:16:26.256Z Compiling semver v0.1.20
17012024-02-02T12:16:26.503Z Compiling curve25519-dalek v4.1.1
17022024-02-02T12:16:27.025Z Compiling rustc_version v0.1.7
17032024-02-02T12:16:27.334Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17042024-02-02T12:16:27.359Z Compiling universal-hash v0.5.1
17052024-02-02T12:16:27.590Z Compiling opaque-debug v0.3.0
17062024-02-02T12:16:27.736Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17072024-02-02T12:16:27.781Z Compiling newtype_derive v0.1.6
17082024-02-02T12:16:27.809Z Compiling curve25519-dalek-derive v0.1.0
17092024-02-02T12:16:28.231Z Compiling gethostname v0.4.3
17102024-02-02T12:16:28.283Z Compiling num-rational v0.4.1
17112024-02-02T12:16:28.404Z Compiling getrandom v0.1.16
17122024-02-02T12:16:28.461Z Compiling structopt v0.3.26
17132024-02-02T12:16:28.981Z Compiling usdt-attr-macro v0.5.0
17142024-02-02T12:16:29.163Z Compiling usdt-macro v0.5.0
17152024-02-02T12:16:29.555Z Compiling password-hash v0.5.0
17162024-02-02T12:16:29.588Z Compiling blake2 v0.10.6
17172024-02-02T12:16:31.306Z Compiling signature v2.1.0
17182024-02-02T12:16:31.309Z Compiling memmap v0.7.0
17192024-02-02T12:16:31.548Z Compiling linked-hash-map v0.5.6
17202024-02-02T12:16:31.670Z Compiling parking_lot_core v0.8.6
17212024-02-02T12:16:31.695Z Compiling quick-error v1.2.3
17222024-02-02T12:16:31.888Z Compiling resolv-conf v0.7.0
17232024-02-02T12:16:31.913Z Compiling usdt v0.5.0
17242024-02-02T12:16:32.036Z Compiling argon2 v0.5.3
17252024-02-02T12:16:32.110Z Compiling lru-cache v0.1.2
17262024-02-02T12:16:33.274Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17272024-02-02T12:16:33.303Z Compiling aead v0.5.2
17282024-02-02T12:16:33.371Z Compiling num-complex v0.4.4
17292024-02-02T12:16:33.818Z Compiling nibble_vec v0.1.0
17302024-02-02T12:16:34.217Z Compiling slog-dtrace v0.3.0
17312024-02-02T12:16:34.666Z Compiling winapi v0.3.9
17322024-02-02T12:16:35.261Z Compiling cancel-safe-futures v0.1.5
17332024-02-02T12:16:35.518Z Compiling endian-type v0.1.2
17342024-02-02T12:16:35.780Z Compiling utf-8 v0.7.6
17352024-02-02T12:16:35.846Z Compiling arc-swap v1.6.0
17362024-02-02T12:16:36.275Z Compiling keccak v0.1.4
17372024-02-02T12:16:36.341Z Compiling tungstenite v0.20.1
17382024-02-02T12:16:36.929Z Compiling sha3 v0.10.8
17392024-02-02T12:16:37.429Z Compiling slog-scope v4.4.0
17402024-02-02T12:16:37.848Z Compiling radix_trie v0.2.1
17412024-02-02T12:16:37.953Z Compiling num v0.4.1
17422024-02-02T12:16:38.209Z Compiling steno v0.4.0
17432024-02-02T12:16:38.305Z Compiling mime_guess v2.0.4
17442024-02-02T12:16:38.488Z Compiling rand_core v0.5.1
17452024-02-02T12:16:38.932Z Compiling trust-dns-resolver v0.22.0
17462024-02-02T12:16:39.995Z Compiling poly1305 v0.8.0
17472024-02-02T12:16:40.455Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17482024-02-02T12:16:40.674Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17492024-02-02T12:16:42.248Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17502024-02-02T12:16:42.815Z Compiling chacha20 v0.9.1
17512024-02-02T12:16:42.913Z Compiling rfc6979 v0.4.0
17522024-02-02T12:16:43.335Z Compiling secrecy v0.8.0
17532024-02-02T12:16:43.532Z Compiling thiserror-impl-no-std v2.0.2
17542024-02-02T12:16:43.614Z Compiling half v2.3.1
17552024-02-02T12:16:44.584Z Compiling option-ext v0.2.0
17562024-02-02T12:16:44.779Z Compiling ciborium-io v0.2.2
17572024-02-02T12:16:44.969Z Compiling convert_case v0.4.0
17582024-02-02T12:16:45.070Z Compiling ciborium-ll v0.2.2
17592024-02-02T12:16:45.929Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17602024-02-02T12:16:46.481Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17612024-02-02T12:16:46.729Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17622024-02-02T12:16:48.243Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17632024-02-02T12:16:49.088Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17642024-02-02T12:16:49.305Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17652024-02-02T12:16:49.442Z Compiling thiserror-no-std v2.0.2
17662024-02-02T12:16:49.507Z Compiling derive_more v0.99.17
17672024-02-02T12:16:49.611Z Compiling dirs-sys v0.4.1
17682024-02-02T12:16:49.928Z Compiling ecdsa v0.16.9
17692024-02-02T12:16:50.648Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17702024-02-02T12:16:51.398Z Compiling parking_lot v0.11.2
17712024-02-02T12:16:51.715Z Compiling rand_chacha v0.2.2
17722024-02-02T12:16:52.604Z Compiling trust-dns-client v0.22.0
17732024-02-02T12:16:53.986Z Compiling tokio-tungstenite v0.20.1
17742024-02-02T12:16:54.814Z Compiling slog-stdlog v4.1.1
17752024-02-02T12:16:55.008Z Compiling ed25519 v2.2.2
17762024-02-02T12:16:55.033Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17772024-02-02T12:16:55.421Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17782024-02-02T12:16:55.706Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17792024-02-02T12:16:57.676Z Compiling polyval v0.6.1
17802024-02-02T12:16:58.469Z Compiling primeorder v0.13.6
17812024-02-02T12:16:59.213Z Compiling aes v0.8.3
17822024-02-02T12:17:00.535Z Compiling blowfish v0.9.1
17832024-02-02T12:17:01.283Z Compiling ctr v0.9.2
17842024-02-02T12:17:01.837Z Compiling password-hash v0.4.2
17852024-02-02T12:17:03.431Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17862024-02-02T12:17:04.023Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17872024-02-02T12:17:04.176Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17882024-02-02T12:17:12.559Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17892024-02-02T12:17:16.354Z Compiling libsw v3.3.1
17902024-02-02T12:17:18.169Z Compiling pbkdf2 v0.12.2
17912024-02-02T12:17:18.440Z Compiling derive-where v1.2.7
17922024-02-02T12:17:19.540Z Compiling fxhash v0.2.1
17932024-02-02T12:17:19.852Z Compiling swrite v0.1.0
17942024-02-02T12:17:19.935Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17952024-02-02T12:17:20.044Z Compiling linear-map v1.2.0
17962024-02-02T12:17:20.269Z Compiling owo-colors v4.0.0
17972024-02-02T12:17:20.592Z Compiling sled v0.34.7
17982024-02-02T12:17:21.879Z Compiling trust-dns-server v0.22.1
17992024-02-02T12:17:22.669Z Compiling bcrypt-pbkdf v0.10.0
18002024-02-02T12:17:23.200Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18012024-02-02T12:17:23.616Z Compiling pbkdf2 v0.11.0
18022024-02-02T12:17:24.420Z Compiling p256 v0.13.2
18032024-02-02T12:17:24.478Z Compiling ghash v0.5.0
18042024-02-02T12:17:24.689Z Compiling ed25519-dalek v2.0.0
18052024-02-02T12:17:24.787Z Compiling slog-envlogger v2.2.0
18062024-02-02T12:17:24.869Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18072024-02-02T12:17:25.840Z Compiling russh-cryptovec v0.7.0
18082024-02-02T12:17:25.882Z Compiling rand v0.7.3
18092024-02-02T12:17:26.291Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18102024-02-02T12:17:26.366Z Compiling dirs v5.0.1
18112024-02-02T12:17:26.651Z Compiling vsss-rs v3.3.4
18122024-02-02T12:17:27.578Z Compiling ciborium v0.2.2
18132024-02-02T12:17:30.211Z Compiling chacha20poly1305 v0.10.1
18142024-02-02T12:17:30.556Z Compiling cbc v0.1.2
18152024-02-02T12:17:31.140Z Compiling pem v3.0.2
18162024-02-02T12:17:31.146Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18172024-02-02T12:17:31.510Z Compiling headers-core v0.2.0
18182024-02-02T12:17:31.750Z Compiling kstat-rs v0.2.3
18192024-02-02T12:17:32.028Z Compiling md5 v0.7.0
18202024-02-02T12:17:32.627Z Compiling http-range v0.1.5
18212024-02-02T12:17:32.855Z Compiling glob v0.3.1
18222024-02-02T12:17:32.921Z Compiling hyper-staticfile v0.9.5
18232024-02-02T12:17:33.744Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18242024-02-02T12:17:34.552Z Compiling russh-keys v0.40.1
18252024-02-02T12:17:34.579Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18262024-02-02T12:17:34.808Z Compiling headers v0.3.9
18272024-02-02T12:17:38.258Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18282024-02-02T12:17:38.765Z Compiling rcgen v0.12.1
18292024-02-02T12:17:40.181Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18302024-02-02T12:17:40.519Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18312024-02-02T12:17:40.780Z Compiling aes-gcm v0.10.3
18322024-02-02T12:17:44.203Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18332024-02-02T12:17:47.659Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18342024-02-02T12:17:48.738Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18352024-02-02T12:17:51.726Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18362024-02-02T12:17:56.449Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18372024-02-02T12:17:56.488Z Compiling atomicwrites v0.4.3
18382024-02-02T12:17:57.051Z Compiling itertools v0.12.1
18392024-02-02T12:17:57.244Z Compiling subprocess v0.2.9
18402024-02-02T12:17:59.174Z Compiling hex-literal v0.4.1
18412024-02-02T12:17:59.405Z Compiling display-error-chain v0.2.0
18422024-02-02T12:17:59.667Z Compiling russh v0.40.2
18432024-02-02T12:18:00.286Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18442024-02-02T12:18:00.788Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18452024-02-02T12:18:07.750Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18462024-02-02T12:18:09.782Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18472024-02-02T12:18:40.260Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18482024-02-02T12:20:10.141Z Finished dev [unoptimized + debuginfo] target(s) in 8m 48s
18492024-02-02T12:20:10.503Z
18502024-02-02T12:20:10.503Zreal 8:48.876473599
18512024-02-02T12:20:10.503Zuser 48:24.140964147
18522024-02-02T12:20:10.503Zsys 7:19.228908032
18532024-02-02T12:20:10.503Ztrap 1.777743253
18542024-02-02T12:20:10.503Ztflt 6.374688976
18552024-02-02T12:20:10.503Zdflt 8.000279971
18562024-02-02T12:20:10.506Zkflt 0.015384630
18572024-02-02T12:20:10.507Zlock 1:33:05.241936433
18582024-02-02T12:20:10.507Zslp 2:18:08.579888746
18592024-02-02T12:20:10.507Zlat 2:11.009341144
18602024-02-02T12:20:10.507Zstop 5:01.028216678
18612024-02-02T12:20:10.507Z+ mkdir -p /work/end-to-end-tests
18622024-02-02T12:20:10.510Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18632024-02-02T12:20:11.509Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18642024-02-02T12:20:11.510Z+ ptime -m gzip
18652024-02-02T12:20:11.513Z++ basename target/debug/bootstrap
18662024-02-02T12:20:30.331Z
18672024-02-02T12:20:30.331Zreal 18.816443793
18682024-02-02T12:20:30.335Zuser 18.608587113
18692024-02-02T12:20:30.335Zsys 0.195560508
18702024-02-02T12:20:30.335Ztrap 0.005563315
18712024-02-02T12:20:30.335Ztflt 0.000000000
18722024-02-02T12:20:30.335Zdflt 0.000000000
18732024-02-02T12:20:30.336Zkflt 0.000000000
18742024-02-02T12:20:30.336Zlock 0.000000000
18752024-02-02T12:20:30.336Zslp 0.000000000
18762024-02-02T12:20:30.336Zlat 0.006386198
18772024-02-02T12:20:30.336Zstop 0.000228829
18782024-02-02T12:20:30.336Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18792024-02-02T12:20:30.336Z+ ptime -m gzip
18802024-02-02T12:20:30.336Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c1b7e899aec4d23e
18812024-02-02T12:20:32.186Z
18822024-02-02T12:20:32.186Zreal 1.847480035
18832024-02-02T12:20:32.186Zuser 1.828039385
18842024-02-02T12:20:32.186Zsys 0.018693881
18852024-02-02T12:20:32.186Ztrap 0.000192442
18862024-02-02T12:20:32.186Ztflt 0.000000000
18872024-02-02T12:20:32.186Zdflt 0.000000000
18882024-02-02T12:20:32.187Zkflt 0.000000000
18892024-02-02T12:20:32.187Zlock 0.000000000
18902024-02-02T12:20:32.187Zslp 0.000000000
18912024-02-02T12:20:32.190Zlat 0.000208616
18922024-02-02T12:20:32.190Zstop 0.000226342
18932024-02-02T12:20:32.190Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18942024-02-02T12:20:32.190Z+ ptime -m gzip
18952024-02-02T12:20:32.190Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6934b2223897ca51
18962024-02-02T12:20:51.459Z
18972024-02-02T12:20:51.459Zreal 19.267378192
18982024-02-02T12:20:51.459Zuser 19.083899782
18992024-02-02T12:20:51.459Zsys 0.178215724
19002024-02-02T12:20:51.459Ztrap 0.003742319
19012024-02-02T12:20:51.459Ztflt 0.000000000
19022024-02-02T12:20:51.459Zdflt 0.000000000
19032024-02-02T12:20:51.463Zkflt 0.000000000
19042024-02-02T12:20:51.463Zlock 0.000000000
19052024-02-02T12:20:51.463Zslp 0.000000000
19062024-02-02T12:20:51.463Zlat 0.001180169
19072024-02-02T12:20:51.463Zstop 0.000222539
19082024-02-02T12:20:51.463Z+ banner caboose-util
19092024-02-02T12:20:51.463Z
19102024-02-02T12:20:51.463Z #### ## ##### #### #### #### ###### # # #####
19112024-02-02T12:20:51.463Z # # # # # # # # # # # # # # #
19122024-02-02T12:20:51.463Z # # # ##### # # # # #### ##### ##### # # #
19132024-02-02T12:20:51.463Z # ###### # # # # # # # # # # #
19142024-02-02T12:20:51.463Z # # # # # # # # # # # # # # # #
19152024-02-02T12:20:51.463Z #### # # ##### #### #### #### ###### #### #
19162024-02-02T12:20:51.463Z
19172024-02-02T12:20:51.463Z+ ptime -m cargo build --locked -p caboose-util --release
19182024-02-02T12:20:52.154Z Downloading crates ...
19192024-02-02T12:20:52.486Z Downloaded funty v2.0.0
19202024-02-02T12:20:52.496Z Downloaded pkcs1 v0.7.5
19212024-02-02T12:20:52.513Z Downloaded nodrop v0.1.14
19222024-02-02T12:20:52.516Z Downloaded path-slash v0.1.5
19232024-02-02T12:20:52.516Z Downloaded packed_struct_codegen v0.10.1
19242024-02-02T12:20:52.516Z Downloaded bitfield v0.14.0
19252024-02-02T12:20:52.516Z Downloaded termcolor v1.2.0
19262024-02-02T12:20:52.516Z Downloaded crc v3.0.1
19272024-02-02T12:20:52.520Z Downloaded maybe-uninit v2.0.0
19282024-02-02T12:20:52.520Z Downloaded smallvec v0.6.14
19292024-02-02T12:20:52.523Z Downloaded wyz v0.5.1
19302024-02-02T12:20:52.526Z Downloaded packed_struct v0.10.1
19312024-02-02T12:20:52.529Z Downloaded env_logger v0.10.0
19322024-02-02T12:20:52.532Z Downloaded crc-any v2.4.3
19332024-02-02T12:20:52.535Z Downloaded rsa v0.9.2
19342024-02-02T12:20:52.548Z Downloaded x509-cert v0.2.4
19352024-02-02T12:20:52.559Z Downloaded num-bigint-dig v0.8.4
19362024-02-02T12:20:52.567Z Downloaded bitvec v1.0.1
19372024-02-02T12:20:52.593Z Downloaded object v0.30.4
19382024-02-02T12:20:52.609Z Downloaded ron v0.8.1
19392024-02-02T12:20:52.618Z Downloaded array-init v0.0.4
19402024-02-02T12:20:52.621Z Downloaded serde-hex v0.1.0
19412024-02-02T12:20:52.624Z Downloaded crc-catalog v2.2.0
19422024-02-02T12:20:52.624Z Downloaded radium v0.7.0
19432024-02-02T12:20:52.627Z Downloaded tap v1.0.1
19442024-02-02T12:20:52.792Z Compiling proc-macro2 v1.0.78
19452024-02-02T12:20:52.795Z Compiling unicode-ident v1.0.12
19462024-02-02T12:20:52.795Z Compiling libc v0.2.153
19472024-02-02T12:20:52.795Z Compiling serde v1.0.195
19482024-02-02T12:20:52.795Z Compiling autocfg v1.1.0
19492024-02-02T12:20:52.795Z Compiling version_check v0.9.4
19502024-02-02T12:20:52.814Z Compiling cfg-if v1.0.0
19512024-02-02T12:20:52.915Z Compiling once_cell v1.19.0
19522024-02-02T12:20:52.943Z Compiling typenum v1.16.0
19532024-02-02T12:20:53.053Z Compiling parking_lot_core v0.9.8
19542024-02-02T12:20:53.525Z Compiling memchr v2.6.3
19552024-02-02T12:20:53.579Z Compiling syn v1.0.109
19562024-02-02T12:20:53.591Z Compiling byteorder v1.5.0
19572024-02-02T12:20:53.971Z Compiling lock_api v0.4.10
19582024-02-02T12:20:54.403Z Compiling generic-array v0.14.7
19592024-02-02T12:20:54.425Z Compiling libm v0.2.7
19602024-02-02T12:20:54.502Z Compiling num-traits v0.2.16
19612024-02-02T12:20:54.816Z Compiling ahash v0.8.6
19622024-02-02T12:20:54.866Z Compiling quote v1.0.35
19632024-02-02T12:20:54.918Z Compiling pkg-config v0.3.27
19642024-02-02T12:20:55.278Z Compiling thiserror v1.0.56
19652024-02-02T12:20:55.830Z Compiling syn v2.0.48
19662024-02-02T12:20:55.956Z Compiling cc v1.0.83
19672024-02-02T12:20:55.968Z Compiling getrandom v0.2.10
19682024-02-02T12:20:56.574Z Compiling serde_json v1.0.113
19692024-02-02T12:20:56.587Z Compiling scopeguard v1.2.0
19702024-02-02T12:20:57.340Z Compiling slab v0.4.9
19712024-02-02T12:20:57.400Z Compiling itoa v1.0.9
19722024-02-02T12:20:57.657Z Compiling log v0.4.20
19732024-02-02T12:20:57.820Z Compiling rand_core v0.6.4
19742024-02-02T12:20:58.418Z Compiling smallvec v1.11.2
19752024-02-02T12:20:58.750Z Compiling vcpkg v0.2.15
19762024-02-02T12:21:00.112Z Compiling pin-project-lite v0.2.13
19772024-02-02T12:21:00.275Z Compiling const-oid v0.9.5
19782024-02-02T12:21:00.712Z Compiling parking_lot v0.12.1
19792024-02-02T12:21:01.385Z Compiling ring v0.17.7
19802024-02-02T12:21:01.631Z Compiling openssl-sys v0.9.96
19812024-02-02T12:21:02.118Z Compiling ucd-trie v0.1.6
19822024-02-02T12:21:02.306Z Compiling ryu v1.0.15
19832024-02-02T12:21:02.919Z Compiling signal-hook-registry v1.4.1
19842024-02-02T12:21:03.008Z Compiling io-lifetimes v1.0.11
19852024-02-02T12:21:03.750Z Compiling subtle v2.5.0
19862024-02-02T12:21:04.024Z Compiling ring v0.16.20
19872024-02-02T12:21:04.103Z Compiling mio v0.8.9
19882024-02-02T12:21:04.566Z Compiling num-integer v0.1.45
19892024-02-02T12:21:04.983Z Compiling semver v1.0.21
19902024-02-02T12:21:05.570Z Compiling futures-core v0.3.30
19912024-02-02T12:21:06.818Z Compiling spin v0.5.2
19922024-02-02T12:21:07.033Z Compiling rustix v0.37.23
19932024-02-02T12:21:07.865Z Compiling socket2 v0.5.5
19942024-02-02T12:21:08.202Z Compiling num_cpus v1.16.0
19952024-02-02T12:21:08.369Z Compiling openssl v0.10.60
19962024-02-02T12:21:08.415Z Compiling heck v0.4.1
19972024-02-02T12:21:08.969Z Compiling unicode-xid v0.2.4
19982024-02-02T12:21:09.051Z Compiling allocator-api2 v0.2.16
19992024-02-02T12:21:09.204Z Compiling httparse v1.8.0
20002024-02-02T12:21:09.276Z Compiling futures-sink v0.3.30
20012024-02-02T12:21:09.752Z Compiling synstructure v0.12.6
20022024-02-02T12:21:10.278Z Compiling equivalent v1.0.1
20032024-02-02T12:21:10.304Z Compiling tinyvec_macros v0.1.1
20042024-02-02T12:21:10.747Z Compiling tinyvec v1.6.0
20052024-02-02T12:21:10.921Z Compiling futures-channel v0.3.30
20062024-02-02T12:21:11.421Z Compiling rustls v0.21.9
20072024-02-02T12:21:11.553Z Compiling ppv-lite86 v0.2.17
20082024-02-02T12:21:11.789Z Compiling native-tls v0.2.11
20092024-02-02T12:21:11.805Z Compiling futures-task v0.3.30
20102024-02-02T12:21:12.202Z Compiling crc32fast v1.3.2
20112024-02-02T12:21:12.251Z Compiling futures-io v0.3.30
20122024-02-02T12:21:12.594Z Compiling pin-utils v0.1.0
20132024-02-02T12:21:12.641Z Compiling bzip2-sys v0.1.11+1.0.8
20142024-02-02T12:21:12.826Z Compiling rand_chacha v0.3.1
20152024-02-02T12:21:12.879Z Compiling spin v0.9.8
20162024-02-02T12:21:12.892Z Compiling tracing-core v0.1.31
20172024-02-02T12:21:13.268Z Compiling unicode-normalization v0.1.22
20182024-02-02T12:21:13.458Z Compiling base64ct v1.6.0
20192024-02-02T12:21:13.483Z Compiling unicode-bidi v0.3.13
20202024-02-02T12:21:14.715Z Compiling pem-rfc7468 v0.7.0
20212024-02-02T12:21:15.052Z Compiling rand v0.8.5
20222024-02-02T12:21:15.610Z Compiling errno v0.3.8
20232024-02-02T12:21:15.636Z Compiling num-iter v0.1.43
20242024-02-02T12:21:15.974Z Compiling usdt-impl v0.3.5
20252024-02-02T12:21:16.063Z Compiling flagset v0.4.3
20262024-02-02T12:21:16.394Z Compiling rustix v0.38.30
20272024-02-02T12:21:16.810Z Compiling schemars v0.8.16
20282024-02-02T12:21:17.032Z Compiling signal-hook v0.3.17
20292024-02-02T12:21:17.122Z Compiling serde_derive v1.0.195
20302024-02-02T12:21:17.266Z Compiling zeroize_derive v1.4.2
20312024-02-02T12:21:17.319Z Compiling zerocopy-derive v0.7.32
20322024-02-02T12:21:17.420Z Compiling thiserror-impl v1.0.56
20332024-02-02T12:21:17.564Z Compiling tokio-macros v2.2.0
20342024-02-02T12:21:18.067Z Compiling futures-macro v0.3.30
20352024-02-02T12:21:18.316Z Compiling tracing-attributes v0.1.26
20362024-02-02T12:21:18.395Z Compiling der_derive v0.7.2
20372024-02-02T12:21:19.575Z Compiling zeroize v1.7.0
20382024-02-02T12:21:20.648Z Compiling zerocopy v0.7.32
20392024-02-02T12:21:22.093Z Compiling pest v2.7.6
20402024-02-02T12:21:22.153Z Compiling zerocopy-derive v0.2.0
20412024-02-02T12:21:22.577Z Compiling crypto-common v0.1.6
20422024-02-02T12:21:22.631Z Compiling block-buffer v0.10.4
20432024-02-02T12:21:23.018Z Compiling digest v0.10.7
20442024-02-02T12:21:23.151Z Compiling openssl-macros v0.1.1
20452024-02-02T12:21:24.122Z Compiling futures-util v0.3.30
20462024-02-02T12:21:24.264Z Compiling tracing v0.1.37
20472024-02-02T12:21:24.682Z Compiling hashbrown v0.14.2
20482024-02-02T12:21:24.794Z Compiling zerocopy-derive v0.6.4
20492024-02-02T12:21:24.838Z Compiling scroll_derive v0.12.0
20502024-02-02T12:21:24.994Z Compiling der v0.7.8
20512024-02-02T12:21:26.680Z Compiling pest_meta v2.7.6
20522024-02-02T12:21:27.850Z Compiling serde_derive_internals v0.26.0
20532024-02-02T12:21:29.304Z Compiling pest_generator v2.7.6
20542024-02-02T12:21:33.260Z Compiling fnv v1.0.7
20552024-02-02T12:21:33.550Z Compiling pest_derive v2.7.6
20562024-02-02T12:21:34.116Z Compiling bitflags v1.3.2
20572024-02-02T12:21:34.663Z Compiling schemars_derive v0.8.16
20582024-02-02T12:21:35.610Z Compiling spki v0.7.2
20592024-02-02T12:21:37.223Z Compiling zerocopy v0.3.0
20602024-02-02T12:21:38.124Z Compiling lazy_static v1.4.0
20612024-02-02T12:21:38.943Z Compiling backtrace v0.3.69
20622024-02-02T12:21:39.069Z Compiling thread-id v4.2.0
20632024-02-02T12:21:39.208Z Compiling num-bigint v0.4.4
20642024-02-02T12:21:39.218Z Compiling memoffset v0.9.0
20652024-02-02T12:21:39.518Z Compiling bytes v1.5.0
20662024-02-02T12:21:39.671Z Compiling indexmap v2.2.2
20672024-02-02T12:21:39.862Z Compiling bitflags v2.4.0
20682024-02-02T12:21:40.425Z Compiling uuid v1.7.0
20692024-02-02T12:21:40.881Z Compiling tokio v1.35.1
20702024-02-02T12:21:41.411Z Compiling rustc_version v0.4.0
20712024-02-02T12:21:41.434Z Compiling http v0.2.11
20722024-02-02T12:21:41.573Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20732024-02-02T12:21:41.904Z Compiling untrusted v0.7.1
20742024-02-02T12:21:43.235Z Compiling heapless v0.7.16
20752024-02-02T12:21:44.384Z Compiling iana-time-zone v0.1.57
20762024-02-02T12:21:44.914Z Compiling untrusted v0.9.0
20772024-02-02T12:21:45.110Z Compiling foreign-types-shared v0.1.1
20782024-02-02T12:21:45.153Z Compiling smoltcp v0.9.1
20792024-02-02T12:21:45.239Z Compiling base64 v0.21.7
20802024-02-02T12:21:45.297Z Compiling percent-encoding v2.3.1
20812024-02-02T12:21:45.800Z Compiling async-trait v0.1.77
20822024-02-02T12:21:46.056Z Compiling crossbeam-utils v0.8.16
20832024-02-02T12:21:46.510Z Compiling foreign-types v0.3.2
20842024-02-02T12:21:46.699Z Compiling chrono v0.4.31
20852024-02-02T12:21:49.459Z Compiling dof v0.1.5
20862024-02-02T12:21:50.762Z Compiling dtrace-parser v0.1.14
20872024-02-02T12:21:52.319Z Compiling hmac v0.12.1
20882024-02-02T12:21:52.523Z Compiling clap_derive v4.4.2
20892024-02-02T12:21:53.411Z Compiling tokio-util v0.7.10
20902024-02-02T12:21:53.853Z Compiling siphasher v0.3.11
20912024-02-02T12:21:54.946Z Compiling utf8parse v0.2.1
20922024-02-02T12:21:54.958Z Compiling anstyle v1.0.2
20932024-02-02T12:21:55.212Z Compiling try-lock v0.2.4
20942024-02-02T12:21:55.518Z Compiling time-core v0.1.1
20952024-02-02T12:21:55.680Z Compiling rustversion v1.0.14
20962024-02-02T12:21:55.736Z Compiling cpufeatures v0.2.12
20972024-02-02T12:21:55.747Z Compiling adler v1.0.2
20982024-02-02T12:21:55.817Z Compiling sha2 v0.10.8
20992024-02-02T12:21:55.833Z Compiling time-macros v0.2.13
21002024-02-02T12:21:56.029Z Compiling miniz_oxide v0.7.1
21012024-02-02T12:22:00.554Z Compiling want v0.3.1
21022024-02-02T12:22:00.716Z Compiling h2 v0.3.24
21032024-02-02T12:22:00.934Z Compiling anstyle-parse v0.2.1
21042024-02-02T12:22:02.947Z Compiling sct v0.7.0
21052024-02-02T12:22:03.371Z Compiling rustls-webpki v0.101.7
21062024-02-02T12:22:05.409Z Compiling form_urlencoded v1.2.1
21072024-02-02T12:22:05.845Z Compiling http-body v0.4.5
21082024-02-02T12:22:06.470Z Compiling serde_tokenstream v0.1.7
21092024-02-02T12:22:06.697Z Compiling pkcs8 v0.10.2
21102024-02-02T12:22:07.289Z Compiling hubpack_derive v0.1.1
21112024-02-02T12:22:08.713Z Compiling socket2 v0.4.9
21122024-02-02T12:22:08.727Z Compiling crossbeam-epoch v0.9.15
21132024-02-02T12:22:08.740Z Compiling usdt-impl v0.5.0
21142024-02-02T12:22:09.235Z Compiling httpdate v1.0.3
21152024-02-02T12:22:09.381Z Compiling camino v1.1.6
21162024-02-02T12:22:10.159Z Compiling slog v2.7.0
21172024-02-02T12:22:10.305Z Compiling anstyle-query v1.0.0
21182024-02-02T12:22:10.796Z Compiling tower-service v0.3.2
21192024-02-02T12:22:10.811Z Compiling openssl-probe v0.1.5
21202024-02-02T12:22:10.960Z Compiling anyhow v1.0.75
21212024-02-02T12:22:11.171Z Compiling radium v0.7.0
21222024-02-02T12:22:11.667Z Compiling colorchoice v1.0.0
21232024-02-02T12:22:11.911Z Compiling anstream v0.5.0
21242024-02-02T12:22:12.317Z Compiling hyper v0.14.27
21252024-02-02T12:22:20.860Z Compiling terminal_size v0.2.6
21262024-02-02T12:22:24.933Z Compiling toml_datetime v0.6.5
21272024-02-02T12:22:25.190Z Compiling serde_spanned v0.6.4
21282024-02-02T12:22:25.590Z Compiling zerocopy v0.6.4
21292024-02-02T12:22:26.110Z Compiling scroll v0.12.0
21302024-02-02T12:22:26.995Z Compiling md-5 v0.10.5
21312024-02-02T12:22:27.498Z Compiling stringprep v0.1.3
21322024-02-02T12:22:27.578Z Compiling idna v0.5.0
21332024-02-02T12:22:28.060Z Compiling diesel_table_macro_syntax v0.1.0
21342024-02-02T12:22:28.110Z Compiling aho-corasick v1.0.4
21352024-02-02T12:22:28.635Z Compiling hash32 v0.2.1
21362024-02-02T12:22:28.850Z Compiling strsim v0.10.0
21372024-02-02T12:22:29.243Z Compiling gimli v0.28.0
21382024-02-02T12:22:29.420Z Compiling fallible-iterator v0.2.0
21392024-02-02T12:22:29.990Z Compiling dyn-clone v1.0.13
21402024-02-02T12:22:30.267Z Compiling plain v0.2.3
21412024-02-02T12:22:30.498Z Compiling clap_lex v0.5.1
21422024-02-02T12:22:30.713Z Compiling tap v1.0.1
21432024-02-02T12:22:30.972Z Compiling stable_deref_trait v1.2.0
21442024-02-02T12:22:31.156Z Compiling winnow v0.5.15
21452024-02-02T12:22:31.361Z Compiling maybe-uninit v2.0.0
21462024-02-02T12:22:31.661Z Compiling regex-syntax v0.8.2
21472024-02-02T12:22:32.096Z Compiling wyz v0.5.1
21482024-02-02T12:22:32.108Z Compiling clap_builder v4.4.2
21492024-02-02T12:22:32.776Z Compiling postgres-protocol v0.6.6
21502024-02-02T12:22:33.579Z Compiling goblin v0.8.0
21512024-02-02T12:22:34.658Z Compiling url v2.5.0
21522024-02-02T12:22:35.793Z Compiling diesel_derives v2.1.2
21532024-02-02T12:22:37.101Z Compiling addr2line v0.21.0
21542024-02-02T12:22:37.743Z Compiling regex-automata v0.4.4
21552024-02-02T12:22:40.680Z Compiling tokio-rustls v0.24.1
21562024-02-02T12:22:41.316Z Compiling strum_macros v0.25.2
21572024-02-02T12:22:47.170Z Compiling tokio-native-tls v0.3.1
21582024-02-02T12:22:48.149Z Compiling usdt-attr-macro v0.3.5
21592024-02-02T12:22:48.496Z Compiling usdt-macro v0.3.5
21602024-02-02T12:22:50.401Z Compiling phf_shared v0.11.2
21612024-02-02T12:22:51.399Z Compiling block-padding v0.3.3
21622024-02-02T12:22:51.496Z Compiling enum-as-inner v0.5.1
21632024-02-02T12:22:51.719Z Compiling serde_repr v0.1.16
21642024-02-02T12:22:52.219Z Compiling ff v0.13.0
21652024-02-02T12:22:52.561Z Compiling scheduled-thread-pool v0.2.7
21662024-02-02T12:22:53.337Z Compiling object v0.32.1
21672024-02-02T12:22:53.341Z Compiling managed v0.8.0
21682024-02-02T12:22:54.116Z Compiling funty v2.0.0
21692024-02-02T12:22:55.792Z Compiling pretty-hex v0.4.1
21702024-02-02T12:22:58.486Z Compiling ipnet v2.9.0
21712024-02-02T12:22:59.572Z Compiling matches v0.1.10
21722024-02-02T12:23:00.171Z Compiling rustc-demangle v0.1.23
21732024-02-02T12:23:00.185Z Compiling bit-vec v0.6.3
21742024-02-02T12:23:00.460Z Compiling base16ct v0.2.0
21752024-02-02T12:23:00.805Z Compiling deranged v0.3.8
21762024-02-02T12:23:00.892Z Compiling num-bigint-dig v0.8.4
21772024-02-02T12:23:01.397Z Compiling regex-automata v0.1.10
21782024-02-02T12:23:01.610Z Compiling num_threads v0.1.6
21792024-02-02T12:23:01.779Z Compiling packed_struct v0.10.1
21802024-02-02T12:23:02.097Z Compiling bstr v0.2.17
21812024-02-02T12:23:02.441Z Compiling sec1 v0.7.3
21822024-02-02T12:23:03.770Z Compiling time v0.3.27
21832024-02-02T12:23:04.614Z Compiling idna v0.2.3
21842024-02-02T12:23:07.163Z Compiling dof v0.3.0
21852024-02-02T12:23:08.274Z Compiling bitvec v1.0.1
21862024-02-02T12:23:10.274Z Compiling r2d2 v0.8.10
21872024-02-02T12:23:10.900Z Compiling group v0.13.0
21882024-02-02T12:23:11.673Z Compiling inout v0.1.3
21892024-02-02T12:23:12.523Z Compiling phf v0.11.2
21902024-02-02T12:23:13.645Z Compiling hyper-tls v0.5.0
21912024-02-02T12:23:14.170Z Compiling regex v1.10.3
21922024-02-02T12:23:15.519Z Compiling hyper-rustls v0.24.2
21932024-02-02T12:23:15.900Z Compiling signal-hook-mio v0.2.3
21942024-02-02T12:23:16.040Z Compiling clap v4.4.3
21952024-02-02T12:23:16.106Z Compiling flate2 v1.0.28
21962024-02-02T12:23:16.191Z Compiling ipnetwork v0.20.0
21972024-02-02T12:23:17.094Z Compiling toml_edit v0.19.15
21982024-02-02T12:23:17.443Z Compiling bzip2 v0.4.4
21992024-02-02T12:23:17.618Z Compiling postgres-types v0.2.6
22002024-02-02T12:23:18.693Z Compiling hubpack v0.1.2
22012024-02-02T12:23:18.759Z Compiling serde_urlencoded v0.7.1
22022024-02-02T12:23:19.383Z Compiling rustls-pemfile v1.0.3
22032024-02-02T12:23:19.550Z Compiling phf_shared v0.10.0
22042024-02-02T12:23:19.591Z Compiling hkdf v0.12.4
22052024-02-02T12:23:19.884Z Compiling dtrace-parser v0.2.0
22062024-02-02T12:23:20.128Z Compiling futures-executor v0.3.30
22072024-02-02T12:23:23.642Z Compiling crypto-bigint v0.5.2
22082024-02-02T12:23:23.991Z Compiling packed_struct_codegen v0.10.1
22092024-02-02T12:23:25.799Z Compiling float-cmp v0.9.0
22102024-02-02T12:23:26.864Z Compiling indexmap v1.9.3
22112024-02-02T12:23:26.975Z Compiling encoding_rs v0.8.33
22122024-02-02T12:23:27.166Z Compiling data-encoding v2.4.0
22132024-02-02T12:23:27.386Z Compiling minimal-lexical v0.2.1
22142024-02-02T12:23:28.153Z Compiling regex-automata v0.3.8
22152024-02-02T12:23:28.217Z Compiling unicode-segmentation v1.10.1
22162024-02-02T12:23:29.728Z Compiling whoami v1.4.1
22172024-02-02T12:23:29.760Z Compiling crc-catalog v2.2.0
22182024-02-02T12:23:30.047Z Compiling unicode-width v0.1.11
22192024-02-02T12:23:30.281Z Compiling mime v0.3.17
22202024-02-02T12:23:30.552Z Compiling nodrop v0.1.14
22212024-02-02T12:23:31.073Z Compiling precomputed-hash v0.1.1
22222024-02-02T12:23:31.631Z Compiling static_assertions v1.1.0
22232024-02-02T12:23:31.655Z Compiling either v1.9.0
22242024-02-02T12:23:31.949Z Compiling normalize-line-endings v0.3.0
22252024-02-02T12:23:32.109Z Compiling predicates-core v1.0.6
22262024-02-02T12:23:32.168Z Compiling webpki-roots v0.25.2
22272024-02-02T12:23:32.385Z Compiling new_debug_unreachable v1.0.4
22282024-02-02T12:23:32.578Z Compiling fixedbitset v0.4.2
22292024-02-02T12:23:32.757Z Compiling difflib v0.4.0
22302024-02-02T12:23:33.079Z Compiling petgraph v0.6.4
22312024-02-02T12:23:34.851Z Compiling predicates v3.1.0
22322024-02-02T12:23:38.976Z Compiling string_cache v0.8.7
22332024-02-02T12:23:39.464Z Compiling reqwest v0.11.22
22342024-02-02T12:23:39.599Z Compiling itertools v0.10.5
22352024-02-02T12:23:41.811Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22362024-02-02T12:23:47.665Z Compiling bstr v1.6.0
22372024-02-02T12:23:50.029Z Compiling array-init v0.0.4
22382024-02-02T12:23:51.279Z Compiling console v0.15.8
22392024-02-02T12:23:52.130Z Compiling tokio-postgres v0.7.10
22402024-02-02T12:23:53.498Z Compiling crc v3.0.1
22412024-02-02T12:23:59.555Z Compiling similar v2.3.0
22422024-02-02T12:23:59.926Z Compiling trust-dns-proto v0.22.0
22432024-02-02T12:24:01.015Z Compiling nom v7.1.3
22442024-02-02T12:24:02.000Z Compiling elliptic-curve v0.13.8
22452024-02-02T12:24:07.557Z Compiling toml v0.7.8
22462024-02-02T12:24:09.842Z Compiling futures v0.3.30
22472024-02-02T12:24:11.915Z Compiling smallvec v0.6.14
22482024-02-02T12:24:12.026Z Compiling zip v0.6.6
22492024-02-02T12:24:12.351Z Compiling diesel v2.1.4
22502024-02-02T12:24:12.612Z Compiling crossterm v0.27.0
22512024-02-02T12:24:12.629Z Compiling yasna v0.5.2
22522024-02-02T12:24:14.212Z Compiling cipher v0.4.4
22532024-02-02T12:24:16.053Z Compiling bit-set v0.5.3
22542024-02-02T12:24:16.455Z Compiling usdt v0.3.5
22552024-02-02T12:24:17.035Z Compiling is-terminal v0.4.9
22562024-02-02T12:24:17.566Z Compiling toml_edit v0.21.0
22572024-02-02T12:24:19.492Z Compiling pkcs1 v0.7.5
22582024-02-02T12:24:25.684Z Compiling tokio-stream v0.1.14
22592024-02-02T12:24:27.214Z Compiling openapiv3 v2.0.0
22602024-02-02T12:24:27.420Z Compiling hex v0.4.3
22612024-02-02T12:24:29.245Z Compiling hashbrown v0.13.2
22622024-02-02T12:24:31.068Z Compiling signature v2.1.0
22632024-02-02T12:24:34.393Z Compiling hashbrown v0.12.3
22642024-02-02T12:24:36.060Z Compiling bitfield v0.14.0
22652024-02-02T12:24:37.108Z Compiling termcolor v1.2.0
22662024-02-02T12:24:40.035Z Compiling lalrpop-util v0.19.12
22672024-02-02T12:24:51.443Z Compiling env_logger v0.10.0
22682024-02-02T12:24:52.957Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22692024-02-02T12:24:58.707Z Compiling rsa v0.9.2
22702024-02-02T12:25:08.795Z Compiling serde-hex v0.1.0
22712024-02-02T12:25:14.131Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22722024-02-02T12:25:20.074Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22732024-02-02T12:25:20.891Z Compiling ron v0.8.1
22742024-02-02T12:25:22.178Z Compiling x509-cert v0.2.4
22752024-02-02T12:25:29.302Z Compiling crc-any v2.4.3
22762024-02-02T12:25:59.255Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22772024-02-02T12:26:07.027Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22782024-02-02T12:26:18.432Z Compiling object v0.30.4
22792024-02-02T12:26:29.515Z Compiling path-slash v0.1.5
22802024-02-02T12:26:44.395Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22812024-02-02T12:27:10.631Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22822024-02-02T12:27:11.721Z Finished release [optimized] target(s) in 6m 20s
22832024-02-02T12:27:11.811Z
22842024-02-02T12:27:11.811Zreal 6:20.346040041
22852024-02-02T12:27:11.811Zuser 43:39.266049502
22862024-02-02T12:27:11.811Zsys 3:43.485868151
22872024-02-02T12:27:11.811Ztrap 1.714394258
22882024-02-02T12:27:11.811Ztflt 1.155591814
22892024-02-02T12:27:11.811Zdflt 0.827184023
22902024-02-02T12:27:11.811Zkflt 0.010110150
22912024-02-02T12:27:11.815Zlock 1:40:02.461731206
22922024-02-02T12:27:11.815Zslp 2:05:48.011690247
22932024-02-02T12:27:11.815Zlat 1:54.465519994
22942024-02-02T12:27:11.815Zstop 1:22.881492996
22952024-02-02T12:27:11.815Z+ ptime -m gzip
22962024-02-02T12:27:12.465Z
22972024-02-02T12:27:12.465Zreal 0.649670009
22982024-02-02T12:27:12.465Zuser 0.640449292
22992024-02-02T12:27:12.465Zsys 0.008578140
23002024-02-02T12:27:12.465Ztrap 0.000074807
23012024-02-02T12:27:12.465Ztflt 0.000000000
23022024-02-02T12:27:12.465Zdflt 0.000000000
23032024-02-02T12:27:12.469Zkflt 0.000000000
23042024-02-02T12:27:12.469Zlock 0.000000000
23052024-02-02T12:27:12.469Zslp 0.000000000
23062024-02-02T12:27:12.469Zlat 0.000194171
23072024-02-02T12:27:12.469Zstop 0.000262679
23082024-02-02T12:27:12.469Z+ banner tufaceous
23092024-02-02T12:27:12.469Z
23102024-02-02T12:27:12.469Z ##### # # ###### ## #### ###### #### # # ####
23112024-02-02T12:27:12.469Z # # # # # # # # # # # # # #
23122024-02-02T12:27:12.469Z # # # ##### # # # ##### # # # # ####
23132024-02-02T12:27:12.469Z # # # # ###### # # # # # # #
23142024-02-02T12:27:12.469Z # # # # # # # # # # # # # # #
23152024-02-02T12:27:12.469Z # #### # # # #### ###### #### #### ####
23162024-02-02T12:27:12.469Z
23172024-02-02T12:27:12.469Z+ ptime -m cargo build --locked -p tufaceous --release
23182024-02-02T12:27:13.172Z Downloading crates ...
23192024-02-02T12:27:13.531Z Downloaded async-recursion v1.0.5
23202024-02-02T12:27:13.534Z Downloaded pin-project-internal v1.1.3
23212024-02-02T12:27:13.539Z Downloaded serde_plain v1.0.2
23222024-02-02T12:27:13.541Z Downloaded humantime v2.1.0
23232024-02-02T12:27:13.544Z Downloaded fs-err v2.11.0
23242024-02-02T12:27:13.547Z Downloaded buf-list v1.0.3
23252024-02-02T12:27:13.550Z Downloaded olpc-cjson v0.1.3
23262024-02-02T12:27:13.553Z Downloaded parse-size v1.0.0
23272024-02-02T12:27:13.556Z Downloaded snafu-derive v0.7.5
23282024-02-02T12:27:13.565Z Downloaded snafu v0.7.5
23292024-02-02T12:27:13.573Z Downloaded typed-path v0.7.0
23302024-02-02T12:27:13.584Z Downloaded tough v0.16.0
23312024-02-02T12:27:13.599Z Downloaded pin-project v1.1.3
23322024-02-02T12:27:13.618Z Downloaded globset v0.4.13
23332024-02-02T12:27:13.621Z Downloaded doc-comment v0.3.3
23342024-02-02T12:27:13.794Z Compiling serde_tokenstream v0.2.0
23352024-02-02T12:27:13.817Z Compiling regress v0.7.1
23362024-02-02T12:27:13.832Z Compiling dirs-sys-next v0.1.2
23372024-02-02T12:27:13.835Z Compiling rustls-pki-types v1.1.0
23382024-02-02T12:27:13.835Z Compiling ident_case v1.0.1
23392024-02-02T12:27:13.874Z Compiling thread_local v1.1.7
23402024-02-02T12:27:13.877Z Compiling heck v0.4.1
23412024-02-02T12:27:14.068Z Compiling darling_core v0.20.3
23422024-02-02T12:27:14.583Z Compiling dirs-next v2.0.0
23432024-02-02T12:27:14.943Z Compiling slog-async v2.8.0
23442024-02-02T12:27:15.131Z Compiling rustls v0.22.2
23452024-02-02T12:27:15.547Z Compiling term v0.7.0
23462024-02-02T12:27:15.621Z Compiling rustls-webpki v0.102.1
23472024-02-02T12:27:15.685Z Compiling crossbeam-channel v0.5.8
23482024-02-02T12:27:15.857Z Compiling getopts v0.2.21
23492024-02-02T12:27:15.919Z Compiling structmeta-derive v0.2.0
23502024-02-02T12:27:17.220Z Compiling atty v0.2.14
23512024-02-02T12:27:17.421Z Compiling multer v3.0.0
23522024-02-02T12:27:17.849Z Compiling paste v1.0.14
23532024-02-02T12:27:18.423Z Compiling take_mut v0.2.2
23542024-02-02T12:27:18.500Z Compiling match_cfg v0.1.0
23552024-02-02T12:27:18.622Z Compiling unsafe-libyaml v0.2.10
23562024-02-02T12:27:18.633Z Compiling doc-comment v0.3.3
23572024-02-02T12:27:19.403Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23582024-02-02T12:27:21.548Z Compiling serde_yaml v0.9.25
23592024-02-02T12:27:21.634Z Compiling structmeta v0.2.0
23602024-02-02T12:27:22.449Z Compiling hostname v0.3.1
23612024-02-02T12:27:22.935Z Compiling darling_macro v0.20.3
23622024-02-02T12:27:23.626Z Compiling slog-term v2.9.0
23632024-02-02T12:27:24.374Z Compiling darling v0.20.3
23642024-02-02T12:27:27.702Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23652024-02-02T12:27:27.726Z Compiling slog-json v2.6.1
23662024-02-02T12:27:28.087Z Compiling http v1.0.0
23672024-02-02T12:27:28.113Z Compiling pin-project-internal v1.1.3
23682024-02-02T12:27:28.501Z Compiling async-stream-impl v0.3.5
23692024-02-02T12:27:28.514Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23702024-02-02T12:27:28.944Z Compiling fastrand v2.0.0
23712024-02-02T12:27:29.991Z Compiling regex-syntax v0.7.5
23722024-02-02T12:27:30.501Z Compiling atomic-waker v1.1.1
23732024-02-02T12:27:30.780Z Compiling tokio-rustls v0.25.0
23742024-02-02T12:27:31.495Z Compiling waitgroup v0.1.2
23752024-02-02T12:27:32.207Z Compiling async-stream v0.3.5
23762024-02-02T12:27:32.613Z Compiling pin-project v1.1.3
23772024-02-02T12:27:32.668Z Compiling tempfile v3.9.0
23782024-02-02T12:27:32.870Z Compiling slog-bunyan v2.5.0
23792024-02-02T12:27:33.402Z Compiling serde_with_macros v3.5.1
23802024-02-02T12:27:36.636Z Compiling toml v0.8.8
23812024-02-02T12:27:37.235Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23822024-02-02T12:27:37.510Z Compiling rustls-pemfile v2.0.0
23832024-02-02T12:27:37.845Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23842024-02-02T12:27:38.631Z Compiling sha1 v0.10.6
23852024-02-02T12:27:38.744Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23862024-02-02T12:27:40.221Z Compiling snafu-derive v0.7.5
23872024-02-02T12:27:40.270Z Compiling serde_path_to_error v0.1.15
23882024-02-02T12:27:40.283Z Compiling parse-display-derive v0.8.2
23892024-02-02T12:27:40.494Z Compiling instant v0.1.12
23902024-02-02T12:27:40.706Z Compiling fs-err v2.11.0
23912024-02-02T12:27:41.127Z Compiling buf-list v1.0.3
23922024-02-02T12:27:41.906Z Compiling same-file v1.0.6
23932024-02-02T12:27:41.919Z Compiling arc-swap v1.6.0
23942024-02-02T12:27:42.355Z Compiling debug-ignore v1.0.5
23952024-02-02T12:27:43.058Z Compiling slog-scope v4.4.0
23962024-02-02T12:27:44.523Z Compiling walkdir v2.4.0
23972024-02-02T12:27:45.866Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23982024-02-02T12:27:46.051Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23992024-02-02T12:27:46.459Z Compiling parse-display v0.8.2
24002024-02-02T12:27:46.748Z Compiling backoff v0.4.0
24012024-02-02T12:27:47.337Z Compiling serde_with v3.5.1
24022024-02-02T12:27:47.379Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24032024-02-02T12:27:48.250Z Compiling snafu v0.7.5
24042024-02-02T12:27:48.433Z Compiling globset v0.4.13
24052024-02-02T12:27:50.685Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24062024-02-02T12:27:50.930Z Compiling strum v0.25.0
24072024-02-02T12:27:51.195Z Compiling pem v3.0.2
24082024-02-02T12:27:53.828Z Compiling olpc-cjson v0.1.3
24092024-02-02T12:27:54.728Z Compiling macaddr v1.0.1
24102024-02-02T12:27:55.152Z Compiling serde_plain v1.0.2
24112024-02-02T12:27:55.878Z Compiling async-recursion v1.0.5
24122024-02-02T12:27:55.970Z Compiling xattr v1.0.1
24132024-02-02T12:27:56.402Z Compiling filetime v0.2.23
24142024-02-02T12:27:56.930Z Compiling typed-path v0.7.0
24152024-02-02T12:27:57.165Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24162024-02-02T12:27:57.371Z Compiling tar v0.4.40
24172024-02-02T12:28:03.284Z Compiling tough v0.16.0
24182024-02-02T12:28:08.718Z Compiling slog-stdlog v4.1.1
24192024-02-02T12:28:09.986Z Compiling camino-tempfile v1.1.1
24202024-02-02T12:28:10.240Z Compiling itertools v0.12.1
24212024-02-02T12:28:11.214Z Compiling parse-size v1.0.0
24222024-02-02T12:28:11.713Z Compiling slog-envlogger v2.2.0
24232024-02-02T12:28:16.209Z Compiling humantime v2.1.0
24242024-02-02T12:28:23.135Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24252024-02-02T12:28:23.455Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24262024-02-02T12:28:38.653Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24272024-02-02T12:28:41.989Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24282024-02-02T12:29:13.958Z Finished release [optimized] target(s) in 2m 01s
24292024-02-02T12:29:14.057Z
24302024-02-02T12:29:14.057Zreal 2:01.567870449
24312024-02-02T12:29:14.057Zuser 13:39.031726027
24322024-02-02T12:29:14.057Zsys 50.052650011
24332024-02-02T12:29:14.061Ztrap 0.484268314
24342024-02-02T12:29:14.061Ztflt 0.432070801
24352024-02-02T12:29:14.061Zdflt 0.605764025
24362024-02-02T12:29:14.061Zkflt 0.000025097
24372024-02-02T12:29:14.061Zlock 26:31.338332854
24382024-02-02T12:29:14.061Zslp 30:13.751939395
24392024-02-02T12:29:14.061Zlat 25.832971636
24402024-02-02T12:29:14.061Zstop 12.357720038
24412024-02-02T12:29:14.061Z+ ptime -m gzip
24422024-02-02T12:29:16.525Z
24432024-02-02T12:29:16.528Zreal 2.463517761
24442024-02-02T12:29:16.528Zuser 2.441266794
24452024-02-02T12:29:16.529Zsys 0.021353612
24462024-02-02T12:29:16.529Ztrap 0.000269426
24472024-02-02T12:29:16.529Ztflt 0.000000000
24482024-02-02T12:29:16.529Zdflt 0.000000000
24492024-02-02T12:29:16.529Zkflt 0.000000000
24502024-02-02T12:29:16.529Zlock 0.000000000
24512024-02-02T12:29:16.529Zslp 0.000000000
24522024-02-02T12:29:16.529Zlat 0.000297822
24532024-02-02T12:29:16.529Zstop 0.000225051
24542024-02-02T12:29:16.529Zprocess exited: duration 1209553 ms, exit code 0
 
24552024-02-02T12:29:16.549Zfound 5 output files
24562024-02-02T12:29:16.549Zuploading: /work/end-to-end-tests/bootstrap-c1b7e899aec4d23e.gz (10655148 bytes)
24572024-02-02T12:29:22.243Zuploaded: /work/end-to-end-tests/bootstrap-c1b7e899aec4d23e.gz
24582024-02-02T12:29:22.243Zuploading: /work/end-to-end-tests/bootstrap.gz (108722992 bytes)
24592024-02-02T12:29:53.542Zuploaded: /work/end-to-end-tests/bootstrap.gz
24602024-02-02T12:29:53.542Zuploading: /work/end-to-end-tests/end_to_end_tests-6934b2223897ca51.gz (112159573 bytes)
24612024-02-02T12:30:24.894Zuploaded: /work/end-to-end-tests/end_to_end_tests-6934b2223897ca51.gz
24622024-02-02T12:30:24.894Zuploading: /work/caboose-util.gz (4054649 bytes)
24632024-02-02T12:30:26.437Zuploaded: /work/caboose-util.gz
24642024-02-02T12:30:26.437Zuploading: /work/tufaceous.gz (15815741 bytes)
24652024-02-02T12:30:30.418Zuploaded: /work/tufaceous.gz