01HNS88XXTPAWKTJDMPVY539JJ: 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: 01HNS89NVR38ER5MP4Z6C8CPX6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-04T13:39:15.434Zjob assigned to worker 01HNT5ESZZV0GR3RH977GKE6C9 (queued for 8 h 30 m 30 s)
 
22024-02-04T13:39:16.290Zstarting task 0: "setup"
32024-02-04T13:39:16.346Z++ uname -s
42024-02-04T13:39:16.349Z+ kern=SunOS
52024-02-04T13:39:16.349Z+ case "$kern" in
62024-02-04T13:39:16.349Z+ groupadd -g 12345 build
72024-02-04T13:39:16.352Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-04T13:39:18.392Z+ zfs create -o mountpoint=/work rpool/work
92024-02-04T13:39:18.496Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-04T13:39:18.499Z+ home_fs=zfs
112024-02-04T13:39:18.499Z+ [[ zfs == autofs ]]
122024-02-04T13:39:18.499Z+ mkdir -p /home/build
132024-02-04T13:39:18.502Z+ chown build:build /home/build /work
142024-02-04T13:39:20.504Z+ chmod 0700 /home/build /work
152024-02-04T13:39:20.508Zprocess exited: duration 4216 ms, exit code 0
 
162024-02-04T13:39:20.515Zstarting task 1: "rust-toolchain"
172024-02-04T13:39:20.534Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-04T13:39:20.539Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-04T13:39:20.879Zinfo: downloading installer
202024-02-04T13:39:22.878Zwarning: it looks like you have an existing installation of Rust at:
212024-02-04T13:39:22.878Zwarning: /opt/ooce/bin
222024-02-04T13:39:22.878Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-04T13:39:22.878Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-04T13:39:22.878Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-04T13:39:22.878Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-04T13:39:22.878Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-04T13:39:22.878Zerror: cannot install while Rust is installed
282024-02-04T13:39:22.878Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-04T13:39:23.028Zinfo: profile set to 'default'
302024-02-04T13:39:23.028Zinfo: default host triple is x86_64-unknown-illumos
312024-02-04T13:39:23.031Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-04T13:39:23.209Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-04T13:39:23.209Zinfo: downloading component 'cargo'
342024-02-04T13:39:23.893Zinfo: downloading component 'clippy'
352024-02-04T13:39:24.135Zinfo: downloading component 'rust-docs'
362024-02-04T13:39:24.985Zinfo: downloading component 'rust-std'
372024-02-04T13:39:26.483Zinfo: downloading component 'rustc'
382024-02-04T13:39:30.142Zinfo: downloading component 'rustfmt'
392024-02-04T13:39:30.354Zinfo: installing component 'cargo'
402024-02-04T13:39:31.763Zinfo: installing component 'clippy'
412024-02-04T13:39:32.375Zinfo: installing component 'rust-docs'
422024-02-04T13:39:35.167Zinfo: installing component 'rust-std'
432024-02-04T13:39:38.310Zinfo: installing component 'rustc'
442024-02-04T13:39:45.129Zinfo: installing component 'rustfmt'
452024-02-04T13:39:45.616Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-04T13:39:45.616Z
472024-02-04T13:39:45.748Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-04T13:39:45.748Z
492024-02-04T13:39:45.751Z
502024-02-04T13:39:45.751ZRust is installed now. Great!
512024-02-04T13:39:45.751Z
522024-02-04T13:39:45.751ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-04T13:39:45.751Zenvironment variable. This has not been done automatically.
542024-02-04T13:39:45.751Z
552024-02-04T13:39:45.751ZTo configure your current shell, run:
562024-02-04T13:39:45.752Zsource "$HOME/.cargo/env"
572024-02-04T13:39:45.837Z+ rustc --version
582024-02-04T13:39:45.949Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-04T13:39:45.954Zprocess exited: duration 25441 ms, exit code 0
 
602024-02-04T13:39:45.961Zstarting task 2: "authentication"
612024-02-04T13:39:45.993Zprocess exited: duration 30 ms, exit code 0
 
622024-02-04T13:39:46.013Zstarting task 3: "clone repository"
632024-02-04T13:39:46.021Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-04T13:39:46.025Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-04T13:39:46.117ZCloning into '/work/oxidecomputer/omicron'...
662024-02-04T13:39:52.261Z+ cd /work/oxidecomputer/omicron
672024-02-04T13:39:52.261Z+ git fetch origin 28bb72d0a6f7c31e465c16adde9be3b84af5be41
682024-02-04T13:39:52.622ZFrom https://github.com/oxidecomputer/omicron
692024-02-04T13:39:52.622Z * branch 28bb72d0a6f7c31e465c16adde9be3b84af5be41 -> FETCH_HEAD
702024-02-04T13:39:52.634Z+ [[ -n renovate/parse-display-0.x ]]
712024-02-04T13:39:52.637Z++ git branch --show-current
722024-02-04T13:39:52.639Z+ current=main
732024-02-04T13:39:52.640Z+ [[ main != renovate/parse-display-0.x ]]
742024-02-04T13:39:52.640Z+ git branch -f renovate/parse-display-0.x 28bb72d0a6f7c31e465c16adde9be3b84af5be41
752024-02-04T13:39:52.652Z+ git checkout -f renovate/parse-display-0.x
762024-02-04T13:39:52.832ZSwitched to branch 'renovate/parse-display-0.x'
772024-02-04T13:39:52.835Z+ git reset --hard 28bb72d0a6f7c31e465c16adde9be3b84af5be41
782024-02-04T13:39:52.852ZHEAD is now at 28bb72d0a Update Rust crate parse-display to 0.9.0
792024-02-04T13:39:52.855Zprocess exited: duration 6842 ms, exit code 0
 
802024-02-04T13:39:52.861Zstarting task 4: "build"
812024-02-04T13:39:52.868Z+ cargo --version
822024-02-04T13:39:52.875Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-04T13:39:53.072Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-04T13:39:53.073Zinfo: downloading component 'cargo'
852024-02-04T13:39:53.795Zinfo: downloading component 'clippy'
862024-02-04T13:39:54.023Zinfo: downloading component 'rust-docs'
872024-02-04T13:39:54.897Zinfo: downloading component 'rust-std'
882024-02-04T13:39:56.249Zinfo: downloading component 'rustc'
892024-02-04T13:39:59.879Zinfo: downloading component 'rustfmt'
902024-02-04T13:40:00.081Zinfo: installing component 'cargo'
912024-02-04T13:40:01.377Zinfo: installing component 'clippy'
922024-02-04T13:40:01.865Zinfo: installing component 'rust-docs'
932024-02-04T13:40:04.769Zinfo: installing component 'rust-std'
942024-02-04T13:40:07.173Zinfo: installing component 'rustc'
952024-02-04T13:40:13.418Zinfo: installing component 'rustfmt'
962024-02-04T13:40:13.969Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-04T13:40:13.973Z+ rustc --version
982024-02-04T13:40:14.153Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-04T13:40:14.158Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-04T13:40:27.713Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-04T13:40:30.271Z Startup: Caching catalogs ... Done
1022024-02-04T13:40:32.797ZPlanning: Solver setup ... Done (2.650s)
1032024-02-04T13:40:32.864ZPlanning: Running solver ... Done (0.067s)
1042024-02-04T13:40:32.900ZPlanning: Finding local manifests ... Done (0.003s)
1052024-02-04T13:40:32.913ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-04T13:40:33.829ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-04T13:40:33.913ZPlanning: Package planning ... Done (0.083s)
1082024-02-04T13:40:34.001ZPlanning: Merging actions ... Done (0.087s)
1092024-02-04T13:40:34.885ZPlanning: Checking for conflicting actions ... Done (0.884s)
1102024-02-04T13:40:34.902ZPlanning: Consolidating action changes ... Done (0.017s)
1112024-02-04T13:40:40.385ZPlanning: Evaluating mediators ... Done (5.470s)
1122024-02-04T13:40:40.403ZPlanning: Planning completed in 10.69 seconds
1132024-02-04T13:40:43.381Z Packages to install: 4
1142024-02-04T13:40:43.381Z Mediators to change: 2
1152024-02-04T13:40:43.381Z Services to change: 1
1162024-02-04T13:40:43.385Z Estimated space available: 148.87 GB
1172024-02-04T13:40:43.385ZEstimated space to be consumed: 1.41 GB
1182024-02-04T13:40:43.385Z Create boot environment: No
1192024-02-04T13:40:43.385ZCreate backup boot environment: No
1202024-02-04T13:40:43.385Z Rebuild boot archive: No
1212024-02-04T13:40:43.385Z
1222024-02-04T13:40:43.385ZChanged mediators:
1232024-02-04T13:40:43.385Z mediator clang:
1242024-02-04T13:40:43.385Z version: None -> 15 (system default)
1252024-02-04T13:40:43.385Z
1262024-02-04T13:40:43.385Z mediator llvm:
1272024-02-04T13:40:43.385Z version: 14 (system default) -> 15 (system default)
1282024-02-04T13:40:43.385Z
1292024-02-04T13:40:43.385ZChanged packages:
1302024-02-04T13:40:43.385Zhelios-dev
1312024-02-04T13:40:43.385Z developer/build-essential
1322024-02-04T13:40:43.385Z None -> 11-2.0
1332024-02-04T13:40:43.385Z library/libxmlsec1
1342024-02-04T13:40:43.385Z None -> 1.2.35-2.0
1352024-02-04T13:40:43.385Z ooce/developer/clang-15
1362024-02-04T13:40:43.385Z None -> 15.0.7-2.0
1372024-02-04T13:40:43.386Z ooce/developer/llvm-15
1382024-02-04T13:40:43.386Z None -> 15.0.7-2.0
1392024-02-04T13:40:43.386Z
1402024-02-04T13:40:43.386ZServices:
1412024-02-04T13:40:43.386Z restart_fmri:
1422024-02-04T13:40:43.386Z svc:/system/update-man-index:default
1432024-02-04T13:40:43.665Z
1442024-02-04T13:40:43.665ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-04T13:40:48.666ZDownload: 1063/3290 items 19.6/212.6MB 9% complete (4.0M/s)
1462024-02-04T13:40:54.076ZDownload: 1944/3290 items 118.7/212.6MB 55% complete (12.0M/s)
1472024-02-04T13:40:59.255ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (11.7M/s)
1482024-02-04T13:41:04.259ZDownload: 3156/3290 items 141.1/212.6MB 66% complete (2.1M/s)
1492024-02-04T13:41:07.483ZDownload: Completed 212.60 MB in 23.82 seconds (8.9M/s)
1502024-02-04T13:41:08.152Z Actions: 1/3689 actions (Installing new actions)
1512024-02-04T13:41:13.413Z Actions: 2224/3689 actions (Installing new actions)
1522024-02-04T13:41:15.846Z Actions: Completed 3689 actions in 7.69 seconds.
1532024-02-04T13:41:15.991Z Done (0.139s)
1542024-02-04T13:41:15.991Z Done (0.000s)
1552024-02-04T13:41:16.334Z Done (0.340s)
1562024-02-04T13:41:24.371Z Done (7.899s)
1572024-02-04T13:41:24.590Z Done (0.119s)
1582024-02-04T13:41:24.593Z Done (0.000s)
1592024-02-04T13:41:24.834Z Done (0.000s)
1602024-02-04T13:41:25.579ZPlanning: Evaluating mediator changes ... Done
1612024-02-04T13:41:25.876ZPlanning: Checking for conflicting actions ... Done
1622024-02-04T13:41:25.880ZPlanning: Consolidating action changes ... Done
1632024-02-04T13:41:26.318ZPlanning: Evaluating mediators ... Done
1642024-02-04T13:41:26.324ZPlanning: Planning completed in 0.74 seconds
1652024-02-04T13:41:26.374Z Mediators to change: 2
1662024-02-04T13:41:26.374Z Create boot environment: No
1672024-02-04T13:41:26.374ZCreate backup boot environment: No
1682024-02-04T13:41:26.479Z Done
1692024-02-04T13:41:26.479Z Done
1702024-02-04T13:41:26.682Z Done
1712024-02-04T13:41:32.771Z Done
1722024-02-04T13:41:32.888Z Done
1732024-02-04T13:41:32.905Z Done
1742024-02-04T13:41:33.008Z Done
1752024-02-04T13:41:34.033ZPlanning: Evaluating mediator changes ... Done
1762024-02-04T13:41:34.038ZPlanning: Merging actions ... Done
1772024-02-04T13:41:34.372ZPlanning: Checking for conflicting actions ... Done
1782024-02-04T13:41:34.375ZPlanning: Consolidating action changes ... Done
1792024-02-04T13:41:34.818ZPlanning: Evaluating mediators ... Done
1802024-02-04T13:41:34.913ZPlanning: Planning completed in 1.32 seconds
1812024-02-04T13:41:34.970Z Packages to change: 1
1822024-02-04T13:41:34.970Z Mediators to change: 1
1832024-02-04T13:41:34.974Z Services to change: 1
1842024-02-04T13:41:34.974Z Create boot environment: No
1852024-02-04T13:41:34.974ZCreate backup boot environment: Yes
1862024-02-04T13:41:37.460Z Actions: 1/6 actions (Updating modified actions)
1872024-02-04T13:41:37.466Z Actions: Completed 6 actions in 0.00 seconds.
1882024-02-04T13:41:37.466Z Done
1892024-02-04T13:41:37.466Z Done
1902024-02-04T13:41:37.466Z Done
1912024-02-04T13:41:43.053Z Done
1922024-02-04T13:41:43.177Z Done
1932024-02-04T13:41:43.180Z Done
1942024-02-04T13:41:43.277Z Done
1952024-02-04T13:41:43.966ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962024-02-04T13:41:43.966Zclang system 15 system
1972024-02-04T13:41:43.966Zcsh system system illumos
1982024-02-04T13:41:43.966Zctags system system illumos
1992024-02-04T13:41:43.966Zgcc vendor 12 vendor
2002024-02-04T13:41:43.967Zgcc system 10 system
2012024-02-04T13:41:43.967Zgcc system 7 system
2022024-02-04T13:41:43.967Zgo system 1.20 system
2032024-02-04T13:41:43.967Zgo system 1.19 system
2042024-02-04T13:41:43.967Zllvm system 15 system
2052024-02-04T13:41:43.967Zllvm system 14 system
2062024-02-04T13:41:43.967Zmariadb system 10.6 system
2072024-02-04T13:41:43.967Zmta vendor vendor dma
2082024-02-04T13:41:43.967Zopenjdk system 17 system
2092024-02-04T13:41:43.967Zopenjdk system 11 system
2102024-02-04T13:41:43.967Zopenjdk system 1.8 system
2112024-02-04T13:41:43.967Zopenssl vendor 3 vendor
2122024-02-04T13:41:43.967Zperl system 5.36 system
2132024-02-04T13:41:43.967Zpostgresql system 15 system
2142024-02-04T13:41:43.968Zpostgresql system 13 system
2152024-02-04T13:41:43.968Zpython vendor 3 vendor
2162024-02-04T13:41:43.968Zpython system 2 system
2172024-02-04T13:41:43.968Zpython3 system 3.11 system
2182024-02-04T13:41:43.968Zruby system 3.0 system
2192024-02-04T13:41:43.968Zwords vendor vendor american-english
2202024-02-04T13:41:43.968Zwords system system australian-english
2212024-02-04T13:41:43.968Zwords system system british-english
2222024-02-04T13:41:43.968Zwords system system canadian-english
2232024-02-04T13:41:43.968Zwords system system french
2242024-02-04T13:41:43.968Zwords system system italian
2252024-02-04T13:41:43.968Zwords system system ngerman
2262024-02-04T13:41:43.969Zwords system system ogerman
2272024-02-04T13:41:43.969Zwords system system spanish
2282024-02-04T13:41:44.510ZFMRI IFO
2292024-02-04T13:41:44.511Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302024-02-04T13:41:44.511Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312024-02-04T13:41:44.511Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322024-02-04T13:41:44.511Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2332024-02-04T13:41:44.511Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-02-04T13:41:44.511Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2352024-02-04T13:41:44.511Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-02-04T13:41:44.511Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-02-04T13:41:44.589Z+ set -o errexit
2382024-02-04T13:41:44.594Z+++ dirname ./tools/ci_download_cockroachdb
2392024-02-04T13:41:44.594Z++ cd ./tools
2402024-02-04T13:41:44.594Z++ pwd
2412024-02-04T13:41:44.594Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2422024-02-04T13:41:44.600Z++ basename ./tools/ci_download_cockroachdb
2432024-02-04T13:41:44.600Z+ ARG0=ci_download_cockroachdb
2442024-02-04T13:41:44.600Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2452024-02-04T13:41:44.604Z+ CIDL_VERSION=v22.1.9
2462024-02-04T13:41:44.604Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2472024-02-04T13:41:44.604Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2482024-02-04T13:41:44.604Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2492024-02-04T13:41:44.604Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2502024-02-04T13:41:44.604Z+ TARGET_DIR=out
2512024-02-04T13:41:44.604Z+ DOWNLOAD_DIR=out/downloads
2522024-02-04T13:41:44.604Z+ DEST_DIR=./out/cockroachdb
2532024-02-04T13:41:44.604Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2542024-02-04T13:41:44.604Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2552024-02-04T13:41:44.604Z+ main
2562024-02-04T13:41:44.604Z+ [[ 0 != 0 ]]
2572024-02-04T13:41:44.604Z+ CIDL_OS=solaris2.11
2582024-02-04T13:41:44.604Z+ [[ 0 != 0 ]]
2592024-02-04T13:41:44.604Z+ configure_os solaris2.11
2602024-02-04T13:41:44.604Z+ echo 'current directory: /work/oxidecomputer/omicron'
2612024-02-04T13:41:44.604Zcurrent directory: /work/oxidecomputer/omicron
2622024-02-04T13:41:44.604Z+ echo 'configuring based on OS: "solaris2.11"'
2632024-02-04T13:41:44.604Z+ case "$1" in
2642024-02-04T13:41:44.604Zconfiguring based on OS: "solaris2.11"
2652024-02-04T13:41:44.605Z+ CIDL_BUILD=illumos
2662024-02-04T13:41:44.605Z+ CIDL_SUFFIX=tar.gz
2672024-02-04T13:41:44.605Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2682024-02-04T13:41:44.605Z+ CIDL_MD5FUNC=do_md5sum
2692024-02-04T13:41:44.605Z+ CIDL_URL_BASE=https://illumos.org/downloads
2702024-02-04T13:41:44.605Z+ CIDL_ASSEMBLE=do_assemble_illumos
2712024-02-04T13:41:44.605Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2722024-02-04T13:41:44.605Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2732024-02-04T13:41:44.605Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-02-04T13:41:44.605Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2752024-02-04T13:41:44.605Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-02-04T13:41:44.605Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2772024-02-04T13:41:44.605ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-02-04T13:41:44.605Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-02-04T13:41:44.605ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-02-04T13:41:44.605Z+ mkdir -p out/downloads
2812024-02-04T13:41:44.605Z+ mkdir -p ./out/cockroachdb
2822024-02-04T13:41:44.609Z+ local DO_DOWNLOAD=true
2832024-02-04T13:41:44.609Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2842024-02-04T13:41:44.609Z+ '[' true == true ']'
2852024-02-04T13:41:44.609Z+ echo Downloading...
2862024-02-04T13:41:44.609ZDownloading...
2872024-02-04T13:41:44.609Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-02-04T13:41:44.609Z+ 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
2892024-02-04T13:41:48.180Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-04T13:41:48.183Z++ md5sum
2912024-02-04T13:41:48.183Z++ awk '{print $1}'
2922024-02-04T13:41:48.455Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2932024-02-04T13:41:48.455Z+ [[ 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 ]]
2942024-02-04T13:41:48.455Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2952024-02-04T13:41:48.458Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2962024-02-04T13:41:51.854Z+ do_assemble_illumos
2972024-02-04T13:41:51.854Z+ rm -r ./out/cockroachdb
2982024-02-04T13:41:51.857Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2992024-02-04T13:41:52.536Z+ ./out/cockroachdb/bin/cockroach version
3002024-02-04T13:41:52.928ZBuild Tag: v22.1.9-dirty
3012024-02-04T13:41:52.928ZBuild Time: 2022/10/26 21:17:46
3022024-02-04T13:41:52.928ZDistribution: OSS
3032024-02-04T13:41:52.928ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3042024-02-04T13:41:52.928ZGo Version: go1.17.13
3052024-02-04T13:41:52.928ZC Compiler: gcc 10.3.0
3062024-02-04T13:41:52.928ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3072024-02-04T13:41:52.928ZBuild Type: release
3082024-02-04T13:41:52.963Z+ set -o errexit
3092024-02-04T13:41:52.966Z+++ dirname ./tools/ci_download_clickhouse
3102024-02-04T13:41:52.966Z++ cd ./tools
3112024-02-04T13:41:52.967Z++ pwd
3122024-02-04T13:41:52.967Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3132024-02-04T13:41:52.967Z++ basename ./tools/ci_download_clickhouse
3142024-02-04T13:41:52.967Z+ ARG0=ci_download_clickhouse
3152024-02-04T13:41:52.967Z+ TARGET_DIR=out
3162024-02-04T13:41:52.967Z+ DOWNLOAD_DIR=out/downloads
3172024-02-04T13:41:52.967Z+ DEST_DIR=./out/clickhouse
3182024-02-04T13:41:52.967Z+ CIDL_VERSION=v22.8.9.24
3192024-02-04T13:41:52.967Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3202024-02-04T13:41:52.967Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3212024-02-04T13:41:52.967Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3222024-02-04T13:41:52.967Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3232024-02-04T13:41:52.967Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3242024-02-04T13:41:52.967Z+ main
3252024-02-04T13:41:52.967Z+ [[ 0 != 0 ]]
3262024-02-04T13:41:52.967Z+ CIDL_OS=solaris2.11
3272024-02-04T13:41:52.967Z+ [[ 0 != 0 ]]
3282024-02-04T13:41:52.967Z+ configure_os solaris2.11
3292024-02-04T13:41:52.967Z+ echo 'current directory: /work/oxidecomputer/omicron'
3302024-02-04T13:41:52.967Zcurrent directory: /work/oxidecomputer/omicron
3312024-02-04T13:41:52.967Z+ echo 'configuring based on OS: "solaris2.11"'
3322024-02-04T13:41:52.967Z+ CIDL_DASHREV=
3332024-02-04T13:41:52.967Z+ case "$1" in
3342024-02-04T13:41:52.967Zconfiguring based on OS: "solaris2.11"
3352024-02-04T13:41:52.968Z+ CIDL_PLATFORM=illumos
3362024-02-04T13:41:52.968Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3372024-02-04T13:41:52.968Z+ CIDL_MD5FUNC=do_md5sum
3382024-02-04T13:41:52.968Z+ CIDL_DASHREV=-1
3392024-02-04T13:41:52.968Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3402024-02-04T13:41:52.968Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-02-04T13:41:52.968Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-02-04T13:41:52.968Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-02-04T13:41:52.968Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442024-02-04T13:41:52.968ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-04T13:41:52.968ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-04T13:41:52.968Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472024-02-04T13:41:52.968Z+ mkdir -p out/downloads
3482024-02-04T13:41:52.971Z+ mkdir -p ./out/clickhouse
3492024-02-04T13:41:52.971Z+ local DO_DOWNLOAD=true
3502024-02-04T13:41:52.972Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3512024-02-04T13:41:52.972Z+ '[' true == true ']'
3522024-02-04T13:41:52.972Z+ echo Downloading...
3532024-02-04T13:41:52.972Z+ 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
3542024-02-04T13:41:52.972ZDownloading...
3552024-02-04T13:41:52.972Z+ 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
3562024-02-04T13:41:54.400Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3572024-02-04T13:41:54.403Z++ md5sum
3582024-02-04T13:41:54.403Z++ awk '{print $1}'
3592024-02-04T13:41:54.660Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3602024-02-04T13:41:54.660Z+ [[ 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 ]]
3612024-02-04T13:41:54.660Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3622024-02-04T13:41:54.664Z+ mkdir -p ./out/clickhouse
3632024-02-04T13:41:54.664Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3642024-02-04T13:41:59.491Z+ ./out/clickhouse/clickhouse server --version
3652024-02-04T13:42:00.104ZClickHouse server version 22.8.9.1.
3662024-02-04T13:42:00.104Z+ set -o errexit
3672024-02-04T13:42:00.104Z+++ dirname ./tools/ci_download_console
3682024-02-04T13:42:00.104Z++ cd ./tools
3692024-02-04T13:42:00.104Z++ pwd
3702024-02-04T13:42:00.104Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3712024-02-04T13:42:00.104Z++ basename ./tools/ci_download_console
3722024-02-04T13:42:00.105Z+ ARG0=ci_download_console
3732024-02-04T13:42:00.105Z+ TARGET_DIR=out
3742024-02-04T13:42:00.105Z+ DOWNLOAD_DIR=out/downloads
3752024-02-04T13:42:00.105Z+ DEST_DIR=./out/console-assets
3762024-02-04T13:42:00.105Z+ source /work/oxidecomputer/omicron/tools/console_version
3772024-02-04T13:42:00.105Z++ COMMIT=5bee1f5b468b17b579a0dc0c5aee6a3056146b79
3782024-02-04T13:42:00.105Z++ SHA2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8
3792024-02-04T13:42:00.105Z+ URL=https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz
3802024-02-04T13:42:00.105Z+ TARBALL_FILE=out/downloads/console.tar.gz
3812024-02-04T13:42:00.105Z+ main
3822024-02-04T13:42:00.105Z+ [[ 0 != 0 ]]
3832024-02-04T13:42:00.105Z+ echo 'URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz'
3842024-02-04T13:42:00.105ZURL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz
3852024-02-04T13:42:00.105Z+ echo 'Local file: out/downloads/console.tar.gz'
3862024-02-04T13:42:00.105ZLocal file: out/downloads/console.tar.gz
3872024-02-04T13:42:00.105Z+ local DO_DOWNLOAD=true
3882024-02-04T13:42:00.105Z+ [[ -f out/downloads/console.tar.gz ]]
3892024-02-04T13:42:00.105Z+ mkdir -p out/downloads
3902024-02-04T13:42:00.105Z+ '[' true == true ']'
3912024-02-04T13:42:00.105Z+ echo Downloading...
3922024-02-04T13:42:00.105ZDownloading...
3932024-02-04T13:42:00.105Z+ do_download_curl https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz out/downloads/console.tar.gz
3942024-02-04T13:42:00.105Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz
3952024-02-04T13:42:00.303Z++ do_sha256sum out/downloads/console.tar.gz
3962024-02-04T13:42:00.308Z++ case "$OSTYPE" in
3972024-02-04T13:42:00.308Z++ SHA=sha256sum
3982024-02-04T13:42:00.308Z++ sha256sum
3992024-02-04T13:42:00.308Z++ awk '{print $1}'
4002024-02-04T13:42:00.403Z+ calculated_sha2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8
4012024-02-04T13:42:00.403Z+ [[ 66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 != \6\6\e\7\3\1\1\2\3\2\7\d\b\5\f\8\0\e\3\2\d\6\8\6\5\c\f\1\5\0\3\2\0\a\e\5\0\8\9\8\5\c\e\f\4\2\1\4\5\9\1\0\7\7\1\3\2\8\7\e\d\4\b\8 ]]
4022024-02-04T13:42:00.403Z+ rm -rf ./out/console-assets
4032024-02-04T13:42:00.406Z+ mkdir -p ./out/console-assets
4042024-02-04T13:42:00.412Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4052024-02-04T13:42:00.412Z+ mkdir -p ./out/console-assets
4062024-02-04T13:42:00.415Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4072024-02-04T13:42:00.552Z+ set -o errexit
4082024-02-04T13:42:00.570Z+++ dirname ./tools/ci_download_maghemite_openapi
4092024-02-04T13:42:00.570Z++ cd ./tools
4102024-02-04T13:42:00.571Z++ pwd
4112024-02-04T13:42:00.571Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4122024-02-04T13:42:00.571Z++ basename ./tools/ci_download_maghemite_openapi
4132024-02-04T13:42:00.571Z+ ARG0=ci_download_maghemite_openapi
4142024-02-04T13:42:00.571Z+ TARGET_DIR=out
4152024-02-04T13:42:00.571Z+ DOWNLOAD_DIR=out/downloads
4162024-02-04T13:42:00.571Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4172024-02-04T13:42:00.572Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4182024-02-04T13:42:00.572Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4192024-02-04T13:42:00.572Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4202024-02-04T13:42:00.572Z+ LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4212024-02-04T13:42:00.572Z+ main
4222024-02-04T13:42:00.572Z+ [[ 0 != 0 ]]
4232024-02-04T13:42:00.572Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json'
4242024-02-04T13:42:00.572ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4252024-02-04T13:42:00.572Z+ echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4262024-02-04T13:42:00.573Z+ local DO_DOWNLOAD=true
4272024-02-04T13:42:00.573ZLocal file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4282024-02-04T13:42:00.573Z+ [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4292024-02-04T13:42:00.573Z+ mkdir -p out/downloads
4302024-02-04T13:42:00.576Z+ '[' true == true ']'
4312024-02-04T13:42:00.576Z+ echo Downloading...
4322024-02-04T13:42:00.576ZDownloading...
4332024-02-04T13:42:00.576Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4342024-02-04T13:42:00.576Z+ 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
4352024-02-04T13:42:00.882Z++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4362024-02-04T13:42:00.882Z++ case "$OSTYPE" in
4372024-02-04T13:42:00.885Z++ SHA=sha256sum
4382024-02-04T13:42:00.885Z++ sha256sum
4392024-02-04T13:42:00.885Z++ awk '{print $1}'
4402024-02-04T13:42:00.888Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4412024-02-04T13:42:00.888Z+ [[ 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 ]]
4422024-02-04T13:42:00.889Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4432024-02-04T13:42:00.889Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4442024-02-04T13:42:00.889Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4452024-02-04T13:42:00.889Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4462024-02-04T13:42:00.889Z+ LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4472024-02-04T13:42:00.889Z+ main
4482024-02-04T13:42:00.889Z+ [[ 0 != 0 ]]
4492024-02-04T13:42:00.889Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json'
4502024-02-04T13:42:00.889ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4512024-02-04T13:42:00.889Z+ echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4522024-02-04T13:42:00.889ZLocal file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4532024-02-04T13:42:00.889Z+ local DO_DOWNLOAD=true
4542024-02-04T13:42:00.889Z+ [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4552024-02-04T13:42:00.889Z+ mkdir -p out/downloads
4562024-02-04T13:42:00.892Z+ '[' true == true ']'
4572024-02-04T13:42:00.892Z+ echo Downloading...
4582024-02-04T13:42:00.892ZDownloading...
4592024-02-04T13:42:00.892Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4602024-02-04T13:42:00.892Z+ 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
4612024-02-04T13:42:01.065Z++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4622024-02-04T13:42:01.068Z++ case "$OSTYPE" in
4632024-02-04T13:42:01.068Z++ SHA=sha256sum
4642024-02-04T13:42:01.068Z++ sha256sum
4652024-02-04T13:42:01.068Z++ awk '{print $1}'
4662024-02-04T13:42:01.071Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4672024-02-04T13:42:01.071Z+ [[ 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 ]]
4682024-02-04T13:42:01.084Z+ set -o errexit
4692024-02-04T13:42:01.088Z+++ dirname ./tools/ci_download_dendrite_openapi
4702024-02-04T13:42:01.088Z++ cd ./tools
4712024-02-04T13:42:01.088Z++ pwd
4722024-02-04T13:42:01.088Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4732024-02-04T13:42:01.091Z++ basename ./tools/ci_download_dendrite_openapi
4742024-02-04T13:42:01.091Z+ ARG0=ci_download_dendrite_openapi
4752024-02-04T13:42:01.091Z+ TARGET_DIR=out
4762024-02-04T13:42:01.091Z+ DOWNLOAD_DIR=out/downloads
4772024-02-04T13:42:01.091Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4782024-02-04T13:42:01.091Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4792024-02-04T13:42:01.091Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4802024-02-04T13:42:01.091Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4812024-02-04T13:42:01.091Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4822024-02-04T13:42:01.091Z+ main
4832024-02-04T13:42:01.091Z+ [[ 0 != 0 ]]
4842024-02-04T13:42:01.091Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4852024-02-04T13:42:01.091ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4862024-02-04T13:42:01.091Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4872024-02-04T13:42:01.091ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4882024-02-04T13:42:01.091Z+ local DO_DOWNLOAD=true
4892024-02-04T13:42:01.092Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4902024-02-04T13:42:01.092Z+ mkdir -p out/downloads
4912024-02-04T13:42:01.096Z+ '[' true == true ']'
4922024-02-04T13:42:01.096Z+ echo Downloading...
4932024-02-04T13:42:01.096ZDownloading...
4942024-02-04T13:42:01.096Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4952024-02-04T13:42:01.096Z+ 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
4962024-02-04T13:42:01.330Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4972024-02-04T13:42:01.334Z++ case "$OSTYPE" in
4982024-02-04T13:42:01.334Z++ SHA=sha256sum
4992024-02-04T13:42:01.334Z++ sha256sum
5002024-02-04T13:42:01.334Z++ awk '{print $1}'
5012024-02-04T13:42:01.337Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5022024-02-04T13:42:01.337Z+ [[ 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 ]]
5032024-02-04T13:42:01.347Z+ set -o errexit
5042024-02-04T13:42:01.352Z+++ dirname ./tools/ci_download_dendrite_stub
5052024-02-04T13:42:01.352Z++ cd ./tools
5062024-02-04T13:42:01.352Z++ pwd
5072024-02-04T13:42:01.355Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5082024-02-04T13:42:01.355Z++ basename ./tools/ci_download_dendrite_stub
5092024-02-04T13:42:01.358Z+ ARG0=ci_download_dendrite_stub
5102024-02-04T13:42:01.358Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5112024-02-04T13:42:01.358Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5122024-02-04T13:42:01.358Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5132024-02-04T13:42:01.358Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5142024-02-04T13:42:01.358Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5152024-02-04T13:42:01.358Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5162024-02-04T13:42:01.358Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5172024-02-04T13:42:01.359Z+ TARGET_DIR=out
5182024-02-04T13:42:01.359Z+ DOWNLOAD_DIR=out/downloads
5192024-02-04T13:42:01.359Z+ DEST_DIR=./out/dendrite-stub
5202024-02-04T13:42:01.359Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5212024-02-04T13:42:01.359Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5222024-02-04T13:42:01.359Z+ REPO=oxidecomputer/dendrite
5232024-02-04T13:42:01.359Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5242024-02-04T13:42:01.359Z+ main
5252024-02-04T13:42:01.359Z+ [[ 0 != 0 ]]
5262024-02-04T13:42:01.359Z+ CIDL_OS=solaris2.11
5272024-02-04T13:42:01.359Z+ [[ 0 != 0 ]]
5282024-02-04T13:42:01.359Z+ configure_os solaris2.11
5292024-02-04T13:42:01.359Z+ echo 'current directory: /work/oxidecomputer/omicron'
5302024-02-04T13:42:01.359Zcurrent directory: /work/oxidecomputer/omicron
5312024-02-04T13:42:01.359Zconfiguring based on OS: "solaris2.11"
5322024-02-04T13:42:01.359Z+ echo 'configuring based on OS: "solaris2.11"'
5332024-02-04T13:42:01.359Z+ case "$1" in
5342024-02-04T13:42:01.359Z+ SET_BINARIES=
5352024-02-04T13:42:01.359Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5362024-02-04T13:42:01.359Z+ CIDL_SHA256FUNC=do_sha256sum
5372024-02-04T13:42:01.359Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5382024-02-04T13:42:01.359Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5392024-02-04T13:42:01.359Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5402024-02-04T13:42:01.359Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5412024-02-04T13:42:01.360ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5422024-02-04T13:42:01.360Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5432024-02-04T13:42:01.360ZLocal file: out/downloads/dendrite-stub.tar.gz
5442024-02-04T13:42:01.360Z+ mkdir -p out/downloads
5452024-02-04T13:42:01.363Z+ mkdir -p ./out/dendrite-stub
5462024-02-04T13:42:01.363Z+ fetch_and_verify
5472024-02-04T13:42:01.363Z+ local DO_DOWNLOAD=true
5482024-02-04T13:42:01.363Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5492024-02-04T13:42:01.363Z+ '[' true == true ']'
5502024-02-04T13:42:01.363Z+ echo Downloading...
5512024-02-04T13:42:01.363ZDownloading...
5522024-02-04T13:42:01.363Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5532024-02-04T13:42:01.363Z+ 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
5542024-02-04T13:42:13.328Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5552024-02-04T13:42:13.328Z++ sha256sum
5562024-02-04T13:42:13.328Z++ awk '{print $1}'
5572024-02-04T13:42:13.328Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5582024-02-04T13:42:13.328Z+ [[ 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 ]]
5592024-02-04T13:42:13.328Z+ do_untar out/downloads/dendrite-stub.tar.gz
5602024-02-04T13:42:13.329Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5612024-02-04T13:42:13.828Z+ do_assemble
5622024-02-04T13:42:13.828Z+ rm -r ./out/dendrite-stub
5632024-02-04T13:42:14.281Z+ mkdir ./out/dendrite-stub
5642024-02-04T13:42:14.281Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5652024-02-04T13:42:14.281Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5662024-02-04T13:42:14.281Z+ set -o errexit
5672024-02-04T13:42:14.281Z+++ dirname ./tools/ci_download_maghemite_mgd
5682024-02-04T13:42:14.281Z++ cd ./tools
5692024-02-04T13:42:14.281Z++ pwd
5702024-02-04T13:42:14.281Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5712024-02-04T13:42:14.282Z++ basename ./tools/ci_download_maghemite_mgd
5722024-02-04T13:42:14.282Z+ ARG0=ci_download_maghemite_mgd
5732024-02-04T13:42:14.282Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5742024-02-04T13:42:14.282Z++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
5752024-02-04T13:42:14.282Z++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184
5762024-02-04T13:42:14.282Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5772024-02-04T13:42:14.282Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
5782024-02-04T13:42:14.282Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5792024-02-04T13:42:14.282Z+ TARGET_DIR=out
5802024-02-04T13:42:14.283Z+ DOWNLOAD_DIR=out/downloads
5812024-02-04T13:42:14.283Z+ DEST_DIR=./out/mgd
5822024-02-04T13:42:14.283Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5832024-02-04T13:42:14.283Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5842024-02-04T13:42:14.283Z+ REPO=oxidecomputer/maghemite
5852024-02-04T13:42:14.283Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03
5862024-02-04T13:42:14.283Z+ main
5872024-02-04T13:42:14.283Z+ [[ 0 != 0 ]]
5882024-02-04T13:42:14.284Z+ CIDL_OS=solaris2.11
5892024-02-04T13:42:14.284Z+ [[ 0 != 0 ]]
5902024-02-04T13:42:14.284Z+ configure_os solaris2.11
5912024-02-04T13:42:14.284Z+ echo 'current directory: /work/oxidecomputer/omicron'
5922024-02-04T13:42:14.284Zcurrent directory: /work/oxidecomputer/omicron
5932024-02-04T13:42:14.284Z+ echo 'configuring based on OS: "solaris2.11"'
5942024-02-04T13:42:14.284Z+ case "$1" in
5952024-02-04T13:42:14.284Zconfiguring based on OS: "solaris2.11"
5962024-02-04T13:42:14.284Z+ SET_BINARIES=
5972024-02-04T13:42:14.284Z+ CIDL_SHA256FUNC=do_sha256sum
5982024-02-04T13:42:14.284Z+ TARBALL_FILENAME=mgd.tar.gz
5992024-02-04T13:42:14.284Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6002024-02-04T13:42:14.285Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6012024-02-04T13:42:14.285Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz'
6022024-02-04T13:42:14.285ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6032024-02-04T13:42:14.285Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6042024-02-04T13:42:14.285ZLocal file: out/downloads/mgd.tar.gz
6052024-02-04T13:42:14.285Z+ mkdir -p out/downloads
6062024-02-04T13:42:14.285Z+ mkdir -p ./out/mgd
6072024-02-04T13:42:14.285Z+ fetch_and_verify
6082024-02-04T13:42:14.285Z+ local DO_DOWNLOAD=true
6092024-02-04T13:42:14.285Z+ [[ -f out/downloads/mgd.tar.gz ]]
6102024-02-04T13:42:14.286Z+ '[' true == true ']'
6112024-02-04T13:42:14.286Z+ echo Downloading...
6122024-02-04T13:42:14.286ZDownloading...
6132024-02-04T13:42:14.286Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz
6142024-02-04T13:42:14.286Z+ 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
6152024-02-04T13:42:22.862Z++ do_sha256sum out/downloads/mgd.tar.gz
6162024-02-04T13:42:22.887Z++ sha256sum
6172024-02-04T13:42:22.887Z++ awk '{print $1}'
6182024-02-04T13:42:22.888Z+ calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
6192024-02-04T13:42:22.888Z+ [[ 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 ]]
6202024-02-04T13:42:22.888Z+ do_untar out/downloads/mgd.tar.gz
6212024-02-04T13:42:22.888Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6222024-02-04T13:42:23.483Z+ do_assemble
6232024-02-04T13:42:23.483Z+ rm -r ./out/mgd
6242024-02-04T13:42:23.491Z+ mkdir ./out/mgd
6252024-02-04T13:42:23.491Z+ cp -r out/downloads/root ./out/mgd/root
6262024-02-04T13:42:23.704Z+ set -o errexit
6272024-02-04T13:42:23.707Z+++ dirname ./tools/ci_download_transceiver_control
6282024-02-04T13:42:23.710Z++ cd ./tools
6292024-02-04T13:42:23.710Z++ pwd
6302024-02-04T13:42:23.710Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6312024-02-04T13:42:23.710Z++ basename ./tools/ci_download_transceiver_control
6322024-02-04T13:42:23.713Z+ ARG0=ci_download_transceiver_control
6332024-02-04T13:42:23.714Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6342024-02-04T13:42:23.714Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6352024-02-04T13:42:23.714Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6362024-02-04T13:42:23.714Z+ TARGET_DIR=out
6372024-02-04T13:42:23.714Z+ DOWNLOAD_DIR=out/downloads
6382024-02-04T13:42:23.714Z+ DEST_DIR=./out/transceiver-control
6392024-02-04T13:42:23.714Z+ BIN_DIR=/opt/oxide/bin
6402024-02-04T13:42:23.714Z+ BINARY=xcvradm
6412024-02-04T13:42:23.714Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6422024-02-04T13:42:23.714Z+ REPO=oxidecomputer/transceiver-control
6432024-02-04T13:42:23.714Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6442024-02-04T13:42:23.714Z+ main
6452024-02-04T13:42:23.714Z+ [[ 0 != 0 ]]
6462024-02-04T13:42:23.714Z+ CIDL_OS=solaris2.11
6472024-02-04T13:42:23.714Z+ [[ 0 != 0 ]]
6482024-02-04T13:42:23.714Z+ configure_os solaris2.11
6492024-02-04T13:42:23.714Z+ echo 'current directory: /work/oxidecomputer/omicron'
6502024-02-04T13:42:23.714Zcurrent directory: /work/oxidecomputer/omicron
6512024-02-04T13:42:23.714Z+ echo 'configuring based on OS: "solaris2.11"'
6522024-02-04T13:42:23.714Zconfiguring based on OS: "solaris2.11"
6532024-02-04T13:42:23.714Z+ case "$1" in
6542024-02-04T13:42:23.714Z+ SET_BINARIES=
6552024-02-04T13:42:23.715Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6562024-02-04T13:42:23.715Z+ CIDL_SHA256FUNC=do_sha256sum
6572024-02-04T13:42:23.715Z+ ARCHIVE_FILENAME=xcvradm.gz
6582024-02-04T13:42:23.715Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6592024-02-04T13:42:23.715Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6602024-02-04T13:42:23.715Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6612024-02-04T13:42:23.715Z+ echo 'Local file: out/downloads/xcvradm.gz'
6622024-02-04T13:42:23.715ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6632024-02-04T13:42:23.715ZLocal file: out/downloads/xcvradm.gz
6642024-02-04T13:42:23.715Z+ mkdir -p out/downloads
6652024-02-04T13:42:23.718Z+ mkdir -p ./out/transceiver-control
6662024-02-04T13:42:23.718Z+ fetch_and_verify
6672024-02-04T13:42:23.718Z+ local DO_DOWNLOAD=true
6682024-02-04T13:42:23.718Z+ [[ -f out/downloads/xcvradm.gz ]]
6692024-02-04T13:42:23.718Z+ '[' true == true ']'
6702024-02-04T13:42:23.718Z+ echo Downloading...
6712024-02-04T13:42:23.718ZDownloading...
6722024-02-04T13:42:23.718Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6732024-02-04T13:42:23.718Z+ 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
6742024-02-04T13:42:25.155Z++ do_sha256sum out/downloads/xcvradm.gz
6752024-02-04T13:42:25.158Z++ sha256sum
6762024-02-04T13:42:25.158Z++ awk '{print $1}'
6772024-02-04T13:42:25.192Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6782024-02-04T13:42:25.193Z+ [[ 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 ]]
6792024-02-04T13:42:26.733Z+ do_unpack out/downloads/xcvradm.gz
6802024-02-04T13:42:26.733Z+ mkdir -p out/downloads/root//opt/oxide/bin
6812024-02-04T13:42:26.734Z+ gzip -dc out/downloads/xcvradm.gz
6822024-02-04T13:42:26.734Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6832024-02-04T13:42:26.734Z+ do_assemble
6842024-02-04T13:42:26.734Z+ rm -r ./out/transceiver-control
6852024-02-04T13:42:26.734Z+ mkdir ./out/transceiver-control
6862024-02-04T13:42:26.734Z+ cp -r out/downloads/root ./out/transceiver-control/root
6872024-02-04T13:42:26.734ZAll prerequisites installed successfully
6882024-02-04T13:42:26.734Z
6892024-02-04T13:42:26.734Zreal 2:11.451347557
6902024-02-04T13:42:26.735Zuser 53.295636069
6912024-02-04T13:42:26.735Zsys 10.461512526
6922024-02-04T13:42:26.735Ztrap 0.018254327
6932024-02-04T13:42:26.735Ztflt 0.286565917
6942024-02-04T13:42:26.735Zdflt 0.525036531
6952024-02-04T13:42:26.735Zkflt 0.297776364
6962024-02-04T13:42:26.735Zlock 2.875705253
6972024-02-04T13:42:26.735Zslp 4:08.656471799
6982024-02-04T13:42:26.735Zlat 3.482828362
6992024-02-04T13:42:26.735Zstop 0.069343139
7002024-02-04T13:42:26.735Z+ banner end-to-end-tests
7012024-02-04T13:42:26.735Z
7022024-02-04T13:42:26.736Z ###### # # ##### ##### #### ###### # # #####
7032024-02-04T13:42:26.736Z # ## # # # # # # # ## # # #
7042024-02-04T13:42:26.736Z ##### # # # # # ##### # # # ##### ##### # # # # #
7052024-02-04T13:42:26.736Z # # # # # # # # # # # # # # #
7062024-02-04T13:42:26.736Z # # ## # # # # # # # ## # #
7072024-02-04T13:42:26.736Z ###### # # ##### # #### ###### # # #####
7082024-02-04T13:42:26.736Z
7092024-02-04T13:42:26.736Z+ export CARGO_PROFILE_DEV_DEBUG=1
7102024-02-04T13:42:26.736Z+ CARGO_PROFILE_DEV_DEBUG=1
7112024-02-04T13:42:26.736Z+ export CARGO_PROFILE_TEST_DEBUG=1
7122024-02-04T13:42:26.736Z+ CARGO_PROFILE_TEST_DEBUG=1
7132024-02-04T13:42:26.736Z+ export CARGO_INCREMENTAL=0
7142024-02-04T13:42:26.737Z+ CARGO_INCREMENTAL=0
7152024-02-04T13:42:26.737Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7162024-02-04T13:42:26.737Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7172024-02-04T13:42:26.830Z Updating crates.io index
7182024-02-04T13:42:26.831Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7192024-02-04T13:42:27.240Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7202024-02-04T13:42:29.572Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7212024-02-04T13:42:30.200Z Updating git repository `http://github.com/oxidecomputer/tofino`
7222024-02-04T13:42:30.527Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7232024-02-04T13:42:30.814Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7242024-02-04T13:42:31.085Z Updating git repository `https://github.com/oxidecomputer/propolis`
7252024-02-04T13:42:32.095Z Updating git repository `https://github.com/oxidecomputer/crucible`
7262024-02-04T13:42:34.730Z Updating git repository `https://github.com/oxidecomputer/opte`
7272024-02-04T13:42:35.821Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7282024-02-04T13:42:36.247Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7292024-02-04T13:42:36.924Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7302024-02-04T13:42:37.222Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7312024-02-04T13:42:37.509Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7322024-02-04T13:42:37.980Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7332024-02-04T13:42:38.451Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7342024-02-04T13:42:38.979Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7352024-02-04T13:42:39.423Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7362024-02-04T13:42:40.001Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7372024-02-04T13:42:40.385Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7382024-02-04T13:42:40.836Z Updating git repository `https://github.com/jgallagher/nix`
7392024-02-04T13:42:42.519Z Updating git repository `https://github.com/cbiffle/hubpack`
7402024-02-04T13:42:42.744Z Updating git repository `https://github.com/oxidecomputer/typify`
7412024-02-04T13:42:44.569Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7422024-02-04T13:42:44.958Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7432024-02-04T13:42:45.618Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7442024-02-04T13:42:47.067Z Downloading crates ...
7452024-02-04T13:42:47.268Z Downloaded adler v1.0.2
7462024-02-04T13:42:47.273Z Downloaded lalrpop-util v0.19.12
7472024-02-04T13:42:47.279Z Downloaded memoffset v0.9.0
7482024-02-04T13:42:47.300Z Downloaded md5 v0.7.0
7492024-02-04T13:42:47.303Z Downloaded managed v0.8.0
7502024-02-04T13:42:47.303Z Downloaded libm v0.2.7
7512024-02-04T13:42:47.329Z Downloaded atty v0.2.14
7522024-02-04T13:42:47.339Z Downloaded cstr-argument v0.1.2
7532024-02-04T13:42:47.344Z Downloaded opaque-debug v0.3.0
7542024-02-04T13:42:47.351Z Downloaded clap_lex v0.5.1
7552024-02-04T13:42:47.355Z Downloaded once_cell v1.19.0
7562024-02-04T13:42:47.363Z Downloaded pbkdf2 v0.11.0
7572024-02-04T13:42:47.376Z Downloaded pest_generator v2.7.6
7582024-02-04T13:42:47.400Z Downloaded camino v1.1.6
7592024-02-04T13:42:47.410Z Downloaded curve25519-dalek-derive v0.1.0
7602024-02-04T13:42:47.410Z Downloaded anstream v0.5.0
7612024-02-04T13:42:47.413Z Downloaded chacha20 v0.9.1
7622024-02-04T13:42:47.418Z Downloaded percent-encoding v2.3.1
7632024-02-04T13:42:47.422Z Downloaded data-encoding v2.4.0
7642024-02-04T13:42:47.426Z Downloaded stringprep v0.1.3
7652024-02-04T13:42:47.430Z Downloaded darling_macro v0.20.3
7662024-02-04T13:42:47.433Z Downloaded pkcs8 v0.10.2
7672024-02-04T13:42:47.440Z Downloaded console v0.15.8
7682024-02-04T13:42:47.447Z Downloaded equivalent v1.0.1
7692024-02-04T13:42:47.451Z Downloaded tinyvec_macros v0.1.1
7702024-02-04T13:42:47.455Z Downloaded openssl-probe v0.1.5
7712024-02-04T13:42:47.459Z Downloaded normalize-line-endings v0.3.0
7722024-02-04T13:42:47.463Z Downloaded unicode-width v0.1.11
7732024-02-04T13:42:47.466Z Downloaded crc32fast v1.3.2
7742024-02-04T13:42:47.484Z Downloaded futures-task v0.3.30
7752024-02-04T13:42:47.488Z Downloaded pretty-hex v0.4.1
7762024-02-04T13:42:47.488Z Downloaded stable_deref_trait v1.2.0
7772024-02-04T13:42:47.488Z Downloaded typenum v1.16.0
7782024-02-04T13:42:47.488Z Downloaded newtype_derive v0.1.6
7792024-02-04T13:42:47.493Z Downloaded russh-cryptovec v0.7.0
7802024-02-04T13:42:47.496Z Downloaded terminal_size v0.2.6
7812024-02-04T13:42:47.497Z Downloaded difflib v0.4.0
7822024-02-04T13:42:47.501Z Downloaded universal-hash v0.5.1
7832024-02-04T13:42:47.505Z Downloaded enum-as-inner v0.5.1
7842024-02-04T13:42:47.505Z Downloaded addr2line v0.21.0
7852024-02-04T13:42:47.509Z Downloaded thread-id v4.2.0
7862024-02-04T13:42:47.513Z Downloaded num_cpus v1.16.0
7872024-02-04T13:42:47.518Z Downloaded swrite v0.1.0
7882024-02-04T13:42:47.522Z Downloaded headers-core v0.2.0
7892024-02-04T13:42:47.525Z Downloaded time-core v0.1.1
7902024-02-04T13:42:47.525Z Downloaded untrusted v0.7.1
7912024-02-04T13:42:47.529Z Downloaded clap v4.4.3
7922024-02-04T13:42:47.546Z Downloaded zone v0.3.0
7932024-02-04T13:42:47.550Z Downloaded tower-service v0.3.2
7942024-02-04T13:42:47.554Z Downloaded thiserror-no-std v2.0.2
7952024-02-04T13:42:47.562Z Downloaded futures-channel v0.3.30
7962024-02-04T13:42:47.565Z Downloaded waitgroup v0.1.2
7972024-02-04T13:42:47.569Z Downloaded allocator-api2 v0.2.16
7982024-02-04T13:42:47.573Z Downloaded fixedbitset v0.4.2
7992024-02-04T13:42:47.596Z Downloaded ff v0.13.0
8002024-02-04T13:42:47.610Z Downloaded fallible-iterator v0.2.0
8012024-02-04T13:42:47.610Z Downloaded time-macros v0.2.13
8022024-02-04T13:42:47.610Z Downloaded foreign-types-shared v0.1.1
8032024-02-04T13:42:47.610Z Downloaded option-ext v0.2.0
8042024-02-04T13:42:47.610Z Downloaded rand_core v0.6.4
8052024-02-04T13:42:47.610Z Downloaded spin v0.5.2
8062024-02-04T13:42:47.610Z Downloaded zerocopy v0.3.0
8072024-02-04T13:42:47.610Z Downloaded hex-literal v0.4.1
8082024-02-04T13:42:47.616Z Downloaded tokio-tungstenite v0.20.1
8092024-02-04T13:42:47.616Z Downloaded darling v0.20.3
8102024-02-04T13:42:47.622Z Downloaded term v0.7.0
8112024-02-04T13:42:47.629Z Downloaded num_enum_derive v0.5.11
8122024-02-04T13:42:47.629Z Downloaded string_cache v0.8.7
8132024-02-04T13:42:47.660Z Downloaded want v0.3.1
8142024-02-04T13:42:47.661Z Downloaded crypto-bigint v0.5.2
8152024-02-04T13:42:47.671Z Downloaded zone_cfg_derive v0.3.0
8162024-02-04T13:42:47.671Z Downloaded proc-macro-crate v1.3.1
8172024-02-04T13:42:47.672Z Downloaded rand_chacha v0.2.2
8182024-02-04T13:42:47.672Z Downloaded flagset v0.4.3
8192024-02-04T13:42:47.672Z Downloaded foreign-types-shared v0.3.1
8202024-02-04T13:42:47.672Z Downloaded smf v0.2.2
8212024-02-04T13:42:47.672Z Downloaded derive_more v0.99.17
8222024-02-04T13:42:47.686Z Downloaded form_urlencoded v1.2.1
8232024-02-04T13:42:47.686Z Downloaded phf v0.11.2
8242024-02-04T13:42:47.686Z Downloaded hostname v0.3.1
8252024-02-04T13:42:47.686Z Downloaded usdt-attr-macro v0.3.5
8262024-02-04T13:42:47.692Z Downloaded heck v0.3.3
8272024-02-04T13:42:47.692Z Downloaded serde_urlencoded v0.7.1
8282024-02-04T13:42:47.692Z Downloaded usdt-macro v0.5.0
8292024-02-04T13:42:47.692Z Downloaded signal-hook-registry v1.4.1
8302024-02-04T13:42:47.692Z Downloaded walkdir v2.4.0
8312024-02-04T13:42:47.695Z Downloaded usdt-attr-macro v0.5.0
8322024-02-04T13:42:47.698Z Downloaded pem-rfc7468 v0.7.0
8332024-02-04T13:42:47.701Z Downloaded pretty-hex v0.2.1
8342024-02-04T13:42:47.704Z Downloaded foreign-types v0.5.0
8352024-02-04T13:42:47.707Z Downloaded structmeta v0.3.0
8362024-02-04T13:42:47.710Z Downloaded static_assertions v1.1.0
8372024-02-04T13:42:47.713Z Downloaded semver-parser v0.10.2
8382024-02-04T13:42:47.716Z Downloaded same-file v1.0.6
8392024-02-04T13:42:47.719Z Downloaded serde_derive v1.0.195
8402024-02-04T13:42:47.725Z Downloaded dyn-clone v1.0.13
8412024-02-04T13:42:47.728Z Downloaded memchr v2.6.3
8422024-02-04T13:42:47.740Z Downloaded defmt-parser v0.3.3
8432024-02-04T13:42:47.743Z Downloaded usdt v0.5.0
8442024-02-04T13:42:47.745Z Downloaded platforms v3.0.2
8452024-02-04T13:42:47.748Z Downloaded home v0.5.5
8462024-02-04T13:42:47.751Z Downloaded quick-error v1.2.3
8472024-02-04T13:42:47.754Z Downloaded sct v0.7.0
8482024-02-04T13:42:47.760Z Downloaded instant v0.1.12
8492024-02-04T13:42:47.763Z Downloaded spin v0.9.8
8502024-02-04T13:42:47.768Z Downloaded toml_datetime v0.6.5
8512024-02-04T13:42:47.770Z Downloaded dtrace-parser v0.2.0
8522024-02-04T13:42:47.773Z Downloaded is-terminal v0.4.9
8532024-02-04T13:42:47.776Z Downloaded futures v0.3.30
8542024-02-04T13:42:47.784Z Downloaded mime v0.3.17
8552024-02-04T13:42:47.787Z Downloaded zerocopy v0.6.4
8562024-02-04T13:42:47.792Z Downloaded display-error-chain v0.2.0
8572024-02-04T13:42:47.794Z Downloaded rand_core v0.5.1
8582024-02-04T13:42:47.797Z Downloaded hyper-staticfile v0.9.5
8592024-02-04T13:42:47.801Z Downloaded tokio-postgres v0.7.10
8602024-02-04T13:42:47.810Z Downloaded topological-sort v0.2.2
8612024-02-04T13:42:47.814Z Downloaded russh-keys v0.40.1
8622024-02-04T13:42:47.820Z Downloaded dof v0.3.0
8632024-02-04T13:42:47.823Z Downloaded dof v0.1.5
8642024-02-04T13:42:47.823Z Downloaded hubpack v0.1.2
8652024-02-04T13:42:47.826Z Downloaded futures-executor v0.3.30
8662024-02-04T13:42:47.826Z Downloaded scroll_derive v0.12.0
8672024-02-04T13:42:47.829Z Downloaded vec_map v0.8.2
8682024-02-04T13:42:47.831Z Downloaded ipnetwork v0.20.0
8692024-02-04T13:42:47.834Z Downloaded slog-envlogger v2.2.0
8702024-02-04T13:42:47.837Z Downloaded proc-macro-error v1.0.4
8712024-02-04T13:42:47.842Z Downloaded semver v0.11.0
8722024-02-04T13:42:47.845Z Downloaded unicode-bidi v0.3.13
8732024-02-04T13:42:47.850Z Downloaded predicates-core v1.0.6
8742024-02-04T13:42:47.863Z Downloaded tokio-macros v2.2.0
8752024-02-04T13:42:47.863Z Downloaded hyper-tls v0.5.0
8762024-02-04T13:42:47.863Z Downloaded rustversion v1.0.14
8772024-02-04T13:42:47.863Z Downloaded rfc6979 v0.4.0
8782024-02-04T13:42:47.866Z Downloaded structmeta-derive v0.3.0
8792024-02-04T13:42:47.866Z Downloaded rustls-pki-types v1.1.0
8802024-02-04T13:42:47.869Z Downloaded sec1 v0.7.3
8812024-02-04T13:42:47.872Z Downloaded resolv-conf v0.7.0
8822024-02-04T13:42:47.876Z Downloaded thread_local v1.1.7
8832024-02-04T13:42:47.878Z Downloaded rustc-demangle v0.1.23
8842024-02-04T13:42:47.882Z Downloaded io-lifetimes v1.0.11
8852024-02-04T13:42:47.886Z Downloaded rand v0.8.5
8862024-02-04T13:42:47.894Z Downloaded hyper-rustls v0.24.2
8872024-02-04T13:42:47.898Z Downloaded scroll v0.12.0
8882024-02-04T13:42:47.901Z Downloaded crossterm v0.27.0
8892024-02-04T13:42:47.917Z Downloaded r2d2 v0.8.10
8902024-02-04T13:42:47.920Z Downloaded textwrap v0.11.0
8912024-02-04T13:42:47.920Z Downloaded getrandom v0.2.10
8922024-02-04T13:42:47.926Z Downloaded schemars v0.8.16
8932024-02-04T13:42:47.949Z Downloaded tokio-stream v0.1.14
8942024-02-04T13:42:47.957Z Downloaded uuid v1.7.0
8952024-02-04T13:42:47.961Z Downloaded tar v0.4.40
8962024-02-04T13:42:47.967Z Downloaded rcgen v0.12.1
8972024-02-04T13:42:47.971Z Downloaded elliptic-curve v0.13.8
8982024-02-04T13:42:47.978Z Downloaded flate2 v1.0.28
8992024-02-04T13:42:47.988Z Downloaded blake3 v1.5.0
9002024-02-04T13:42:48.004Z Downloaded http v0.2.11
9012024-02-04T13:42:48.009Z Downloaded tokio-util v0.7.10
9022024-02-04T13:42:48.025Z Downloaded rand v0.7.3
9032024-02-04T13:42:48.034Z Downloaded zip v0.6.6
9042024-02-04T13:42:48.041Z Downloaded ed25519-dalek v2.0.0
9052024-02-04T13:42:48.045Z Downloaded regex-automata v0.1.10
9062024-02-04T13:42:48.069Z Downloaded hashbrown v0.13.2
9072024-02-04T13:42:48.077Z Downloaded winnow v0.5.15
9082024-02-04T13:42:48.081Z Downloaded itertools v0.10.5
9092024-02-04T13:42:48.139Z Downloaded serde_with v3.6.0
9102024-02-04T13:42:48.155Z Downloaded hashbrown v0.14.2
9112024-02-04T13:42:48.155Z Downloaded serde_json v1.0.113
9122024-02-04T13:42:48.155Z Downloaded itertools v0.12.1
9132024-02-04T13:42:48.155Z Downloaded rustls-webpki v0.102.1
9142024-02-04T13:42:48.182Z Downloaded openssl v0.10.60
9152024-02-04T13:42:48.201Z Downloaded rustls-webpki v0.101.7
9162024-02-04T13:42:48.229Z Downloaded hkdf v0.12.4
9172024-02-04T13:42:48.235Z Downloaded goblin v0.8.0
9182024-02-04T13:42:48.246Z Downloaded regress v0.7.1
9192024-02-04T13:42:48.260Z Downloaded vcpkg v0.2.15
9202024-02-04T13:42:48.334Z Downloaded idna v0.5.0
9212024-02-04T13:42:48.358Z Downloaded webpki-roots v0.25.2
9222024-02-04T13:42:48.368Z Downloaded idna v0.2.3
9232024-02-04T13:42:48.381Z Downloaded syn v2.0.48
9242024-02-04T13:42:48.403Z Downloaded smoltcp v0.11.0
9252024-02-04T13:42:48.427Z Downloaded rustix v0.37.23
9262024-02-04T13:42:48.464Z Downloaded rustix v0.38.30
9272024-02-04T13:42:48.505Z Downloaded sled v0.34.7
9282024-02-04T13:42:48.961Z Downloaded zerocopy-derive v0.6.4
9292024-02-04T13:42:48.980Z Downloaded zerocopy-derive v0.2.0
9302024-02-04T13:42:48.980Z Downloaded regex-automata v0.3.8
9312024-02-04T13:42:48.980Z Downloaded regex-automata v0.4.4
9322024-02-04T13:42:48.980Z Downloaded tokio v1.36.0
9332024-02-04T13:42:48.980Z Downloaded sha3 v0.10.8
9342024-02-04T13:42:48.980Z Downloaded bzip2-sys v0.1.11+1.0.8
9352024-02-04T13:42:48.980Z Downloaded winapi v0.3.9
9362024-02-04T13:42:48.980Z Downloaded libc v0.2.153
9372024-02-04T13:42:48.980Z Downloaded rustls v0.22.2
9382024-02-04T13:42:48.980Z Downloaded encoding_rs v0.8.33
9392024-02-04T13:42:48.980Z Downloaded bstr v1.6.0
9402024-02-04T13:42:48.980Z Downloaded rustls v0.21.9
9412024-02-04T13:42:48.980Z Downloaded regex-syntax v0.8.2
9422024-02-04T13:42:48.992Z Downloaded radix_trie v0.2.1
9432024-02-04T13:42:49.006Z Downloaded diesel v2.1.4
9442024-02-04T13:42:49.022Z Downloaded bstr v0.2.17
9452024-02-04T13:42:49.060Z Downloaded smoltcp v0.9.1
9462024-02-04T13:42:49.074Z Downloaded rayon v1.8.0
9472024-02-04T13:42:49.097Z Downloaded trust-dns-proto v0.22.0
9482024-02-04T13:42:49.110Z Downloaded petgraph v0.6.4
9492024-02-04T13:42:49.116Z Downloaded regex v1.10.3
9502024-02-04T13:42:49.169Z Downloaded curve25519-dalek v4.1.1
9512024-02-04T13:42:49.174Z Downloaded gimli v0.28.0
9522024-02-04T13:42:49.174Z Downloaded object v0.32.1
9532024-02-04T13:42:49.188Z Downloaded hyper v0.14.27
9542024-02-04T13:42:49.202Z Downloaded syn v1.0.109
9552024-02-04T13:42:49.224Z Downloaded openapiv3 v2.0.0
9562024-02-04T13:42:49.245Z Downloaded clap v2.34.0
9572024-02-04T13:42:49.258Z Downloaded zerocopy v0.7.32
9582024-02-04T13:42:49.287Z Downloaded h2 v0.3.24
9592024-02-04T13:42:49.299Z Downloaded chrono v0.4.31
9602024-02-04T13:42:49.312Z Downloaded reqwest v0.11.22
9612024-02-04T13:42:49.326Z Downloaded futures-util v0.3.30
9622024-02-04T13:42:49.347Z Downloaded russh v0.40.2
9632024-02-04T13:42:49.355Z Downloaded time v0.3.27
9642024-02-04T13:42:49.366Z Downloaded indexmap v1.9.3
9652024-02-04T13:42:49.371Z Downloaded toml v0.8.9
9662024-02-04T13:42:49.377Z Downloaded aes-gcm v0.10.3
9672024-02-04T13:42:49.383Z Downloaded ring v0.17.7
9682024-02-04T13:42:49.513Z Downloaded aho-corasick v1.0.4
9692024-02-04T13:42:49.526Z Downloaded rayon-core v1.12.0
9702024-02-04T13:42:49.529Z Downloaded url v2.5.0
9712024-02-04T13:42:49.535Z Downloaded clap_builder v4.4.2
9722024-02-04T13:42:49.547Z Downloaded hashbrown v0.12.3
9732024-02-04T13:42:49.553Z Downloaded proc-macro2 v1.0.78
9742024-02-04T13:42:49.557Z Downloaded sha2 v0.10.8
9752024-02-04T13:42:49.561Z Downloaded serde_yaml v0.9.25
9762024-02-04T13:42:49.566Z Downloaded ring v0.16.20
9772024-02-04T13:42:49.723Z Downloaded tracing v0.1.37
9782024-02-04T13:42:49.730Z Downloaded thiserror v1.0.56
9792024-02-04T13:42:49.738Z Downloaded slog v2.7.0
9802024-02-04T13:42:49.744Z Downloaded signal-hook v0.3.17
9812024-02-04T13:42:49.747Z Downloaded steno v0.4.0
9822024-02-04T13:42:49.754Z Downloaded ipnet v2.9.0
9832024-02-04T13:42:49.757Z Downloaded thiserror-impl-no-std v2.0.2
9842024-02-04T13:42:49.760Z Downloaded thiserror-impl v1.0.56
9852024-02-04T13:42:49.763Z Downloaded heapless v0.8.0
9862024-02-04T13:42:49.768Z Downloaded rustls-pemfile v2.0.0
9872024-02-04T13:42:49.771Z Downloaded slab v0.4.9
9882024-02-04T13:42:49.777Z Downloaded headers v0.3.9
9892024-02-04T13:42:49.782Z Downloaded hmac v0.12.1
9902024-02-04T13:42:49.786Z Downloaded sha1 v0.10.6
9912024-02-04T13:42:49.789Z Downloaded heck v0.4.1
9922024-02-04T13:42:49.793Z Downloaded postcard v1.0.8
9932024-02-04T13:42:49.796Z Downloaded heapless v0.7.16
9942024-02-04T13:42:49.801Z Downloaded unicode-segmentation v1.10.1
9952024-02-04T13:42:49.807Z Downloaded tracing-core v0.1.31
9962024-02-04T13:42:49.812Z Downloaded trust-dns-client v0.22.0
9972024-02-04T13:42:49.820Z Downloaded vsss-rs v3.3.4
9982024-02-04T13:42:49.825Z Downloaded hash32 v0.2.1
9992024-02-04T13:42:49.831Z Downloaded hubpack_derive v0.1.1
10002024-02-04T13:42:49.831Z Downloaded filetime v0.2.23
10012024-02-04T13:42:49.834Z Downloaded structopt v0.3.26
10022024-02-04T13:42:49.843Z Downloaded socket2 v0.4.9
10032024-02-04T13:42:49.846Z Downloaded paste v1.0.14
10042024-02-04T13:42:49.851Z Downloaded pkg-config v0.3.27
10052024-02-04T13:42:49.854Z Downloaded num_enum v0.5.11
10062024-02-04T13:42:49.862Z Downloaded embedded-io v0.4.0
10072024-02-04T13:42:49.865Z Downloaded ed25519 v2.2.2
10082024-02-04T13:42:49.868Z Downloaded serde_path_to_error v0.1.15
10092024-02-04T13:42:49.872Z Downloaded postgres-protocol v0.6.6
10102024-02-04T13:42:49.875Z Downloaded ryu v1.0.15
10112024-02-04T13:42:49.879Z Downloaded similar v2.3.0
10122024-02-04T13:42:49.885Z Downloaded num-rational v0.4.1
10132024-02-04T13:42:49.892Z Downloaded diesel_derives v2.1.2
10142024-02-04T13:42:49.896Z Downloaded futures-sink v0.3.30
10152024-02-04T13:42:49.896Z Downloaded hex v0.4.3
10162024-02-04T13:42:49.899Z Downloaded aes v0.8.3
10172024-02-04T13:42:49.902Z Downloaded toml_edit v0.19.15
10182024-02-04T13:42:49.930Z Downloaded mio v0.8.9
10192024-02-04T13:42:49.939Z Downloaded num-bigint v0.4.4
10202024-02-04T13:42:49.947Z Downloaded rustls-pemfile v1.0.3
10212024-02-04T13:42:49.951Z Downloaded serde_tokenstream v0.2.0
10222024-02-04T13:42:49.956Z Downloaded http v1.0.0
10232024-02-04T13:42:49.965Z Downloaded semver v1.0.21
10242024-02-04T13:42:49.969Z Downloaded toml_edit v0.21.1
10252024-02-04T13:42:50.004Z Downloaded unicode-normalization v0.1.22
10262024-02-04T13:42:50.012Z Downloaded serde v1.0.195
10272024-02-04T13:42:50.017Z Downloaded pest v2.7.6
10282024-02-04T13:42:50.026Z Downloaded nom v7.1.3
10292024-02-04T13:42:50.039Z Downloaded float-cmp v0.9.0
10302024-02-04T13:42:50.042Z Downloaded dtrace-parser v0.1.14
10312024-02-04T13:42:50.042Z Downloaded iana-time-zone v0.1.57
10322024-02-04T13:42:50.042Z Downloaded usdt-impl v0.5.0
10332024-02-04T13:42:50.047Z Downloaded password-hash v0.5.0
10342024-02-04T13:42:50.050Z Downloaded utf8parse v0.2.1
10352024-02-04T13:42:50.050Z Downloaded socket2 v0.5.5
10362024-02-04T13:42:50.054Z Downloaded yasna v0.5.2
10372024-02-04T13:42:50.058Z Downloaded trust-dns-resolver v0.22.0
10382024-02-04T13:42:50.062Z Downloaded rustfmt-wrapper v0.2.0
10392024-02-04T13:42:50.065Z Downloaded rustc_version v0.1.7
10402024-02-04T13:42:50.065Z Downloaded xattr v1.0.1
10412024-02-04T13:42:50.070Z Downloaded bzip2 v0.4.4
10422024-02-04T13:42:50.073Z Downloaded ecdsa v0.16.9
10432024-02-04T13:42:50.079Z Downloaded trust-dns-server v0.22.1
10442024-02-04T13:42:50.082Z Downloaded usdt v0.3.5
10452024-02-04T13:42:50.086Z Downloaded untrusted v0.9.0
10462024-02-04T13:42:50.094Z Downloaded num v0.4.1
10472024-02-04T13:42:50.095Z Downloaded rand_chacha v0.3.1
10482024-02-04T13:42:50.095Z Downloaded smallvec v1.11.2
10492024-02-04T13:42:50.106Z Downloaded serde_spanned v0.6.5
10502024-02-04T13:42:50.107Z Downloaded indexmap v2.2.2
10512024-02-04T13:42:50.121Z Downloaded toml v0.7.8
10522024-02-04T13:42:50.122Z Downloaded toml v0.5.11
10532024-02-04T13:42:50.122Z Downloaded base64 v0.21.7
10542024-02-04T13:42:50.126Z Downloaded either v1.9.0
10552024-02-04T13:42:50.126Z Downloaded http-body v0.4.5
10562024-02-04T13:42:50.126Z Downloaded serde_repr v0.1.16
10572024-02-04T13:42:50.126Z Downloaded spki v0.7.2
10582024-02-04T13:42:50.129Z Downloaded secrecy v0.8.0
10592024-02-04T13:42:50.129Z Downloaded precomputed-hash v0.1.1
10602024-02-04T13:42:50.129Z Downloaded ident_case v1.0.1
10612024-02-04T13:42:50.132Z Downloaded slog-async v2.8.0
10622024-02-04T13:42:50.135Z Downloaded primeorder v0.13.6
10632024-02-04T13:42:50.135Z Downloaded siphasher v0.3.11
10642024-02-04T13:42:50.138Z Downloaded signature v2.1.0
10652024-02-04T13:42:50.141Z Downloaded minimal-lexical v0.2.1
10662024-02-04T13:42:50.146Z Downloaded crossbeam-channel v0.5.8
10672024-02-04T13:42:50.154Z Downloaded signal-hook-mio v0.2.3
10682024-02-04T13:42:50.157Z Downloaded serde_derive_internals v0.26.0
10692024-02-04T13:42:50.160Z Downloaded httparse v1.8.0
10702024-02-04T13:42:50.163Z Downloaded half v2.3.1
10712024-02-04T13:42:50.166Z Downloaded slog-bunyan v2.5.0
10722024-02-04T13:42:50.169Z Downloaded tracing-attributes v0.1.26
10732024-02-04T13:42:50.172Z Downloaded bytes v1.5.0
10742024-02-04T13:42:50.178Z Downloaded chacha20poly1305 v0.10.1
10752024-02-04T13:42:50.181Z Downloaded unsafe-libyaml v0.2.10
10762024-02-04T13:42:50.187Z Downloaded strsim v0.10.0
10772024-02-04T13:42:50.193Z Downloaded usdt-impl v0.3.5
10782024-02-04T13:42:50.196Z Downloaded p256 v0.13.2
10792024-02-04T13:42:50.198Z Downloaded num-traits v0.2.16
10802024-02-04T13:42:50.201Z Downloaded der v0.7.8
10812024-02-04T13:42:50.210Z Downloaded password-hash v0.4.2
10822024-02-04T13:42:50.212Z Downloaded parking_lot_core v0.8.6
10832024-02-04T13:42:50.216Z Downloaded multer v3.0.0
10842024-02-04T13:42:50.220Z Downloaded openssl-macros v0.1.1
10852024-02-04T13:42:50.223Z Downloaded scheduled-thread-pool v0.2.7
10862024-02-04T13:42:50.223Z Downloaded usdt-macro v0.3.5
10872024-02-04T13:42:50.226Z Downloaded slog-dtrace v0.3.0
10882024-02-04T13:42:50.226Z Downloaded semver v0.1.20
10892024-02-04T13:42:50.229Z Downloaded fnv v1.0.7
10902024-02-04T13:42:50.229Z Downloaded serde_with_macros v3.6.0
10912024-02-04T13:42:50.232Z Downloaded pest_derive v2.7.6
10922024-02-04T13:42:50.235Z Downloaded schemars_derive v0.8.16
10932024-02-04T13:42:50.238Z Downloaded httpdate v1.0.3
10942024-02-04T13:42:50.241Z Downloaded futures-macro v0.3.30
10952024-02-04T13:42:50.241Z Downloaded subprocess v0.2.9
10962024-02-04T13:42:50.245Z Downloaded arc-swap v1.6.0
10972024-02-04T13:42:50.251Z Downloaded derive-where v1.2.7
10982024-02-04T13:42:50.257Z Downloaded tempfile v3.9.0
10992024-02-04T13:42:50.261Z Downloaded gethostname v0.4.3
11002024-02-04T13:42:50.264Z Downloaded cc v1.0.83
11012024-02-04T13:42:50.267Z Downloaded backtrace v0.3.69
11022024-02-04T13:42:50.275Z Downloaded base64ct v1.6.0
11032024-02-04T13:42:50.279Z Downloaded getrandom v0.1.16
11042024-02-04T13:42:50.283Z Downloaded getopts v0.2.21
11052024-02-04T13:42:50.286Z Downloaded slog-term v2.9.0
11062024-02-04T13:42:50.292Z Downloaded utf-8 v0.7.6
11072024-02-04T13:42:50.295Z Downloaded version_check v0.9.4
11082024-02-04T13:42:50.295Z Downloaded slog-stdlog v4.1.1
11092024-02-04T13:42:50.295Z Downloaded http-range v0.1.5
11102024-02-04T13:42:50.301Z Downloaded proc-macro-error-attr v1.0.4
11112024-02-04T13:42:50.301Z Downloaded futures-io v0.3.30
11122024-02-04T13:42:50.309Z Downloaded scopeguard v1.2.0
11132024-02-04T13:42:50.309Z Downloaded kstat-rs v0.2.3
11142024-02-04T13:42:50.309Z Downloaded fastrand v2.0.0
11152024-02-04T13:42:50.309Z Downloaded futures-core v0.3.30
11162024-02-04T13:42:50.312Z Downloaded tinyvec v1.6.0
11172024-02-04T13:42:50.312Z Downloaded serde_tokenstream v0.1.7
11182024-02-04T13:42:50.317Z Downloaded omicron-zone-package v0.11.0
11192024-02-04T13:42:50.322Z Downloaded darling_core v0.20.3
11202024-02-04T13:42:50.329Z Downloaded quote v1.0.35
11212024-02-04T13:42:50.334Z Downloaded digest v0.10.7
11222024-02-04T13:42:50.339Z Downloaded zerocopy-derive v0.7.32
11232024-02-04T13:42:50.345Z Downloaded tokio-rustls v0.25.0
11242024-02-04T13:42:50.351Z Downloaded tokio-rustls v0.24.1
11252024-02-04T13:42:50.355Z Downloaded subtle v2.5.0
11262024-02-04T13:42:50.356Z Downloaded tokio-native-tls v0.3.1
11272024-02-04T13:42:50.359Z Downloaded strum_macros v0.25.2
11282024-02-04T13:42:50.359Z Downloaded rustc_version v0.4.0
11292024-02-04T13:42:50.366Z Downloaded ciborium v0.2.2
11302024-02-04T13:42:50.366Z Downloaded inout v0.1.3
11312024-02-04T13:42:50.366Z Downloaded pin-project-lite v0.2.13
11322024-02-04T13:42:50.375Z Downloaded der_derive v0.7.2
11332024-02-04T13:42:50.379Z Downloaded group v0.13.0
11342024-02-04T13:42:50.384Z Downloaded ghash v0.5.0
11352024-02-04T13:42:50.384Z Downloaded generic-array v0.14.7
11362024-02-04T13:42:50.384Z Downloaded blake2 v0.10.6
11372024-02-04T13:42:50.392Z Downloaded argon2 v0.5.3
11382024-02-04T13:42:50.399Z Downloaded ahash v0.8.6
11392024-02-04T13:42:50.399Z Downloaded slog-json v2.6.1
11402024-02-04T13:42:50.403Z Downloaded unicode-ident v1.0.12
11412024-02-04T13:42:50.404Z Downloaded crossbeam-utils v0.8.16
11422024-02-04T13:42:50.406Z Downloaded crossbeam-epoch v0.9.15
11432024-02-04T13:42:50.409Z Downloaded ciborium-ll v0.2.2
11442024-02-04T13:42:50.412Z Downloaded whoami v1.4.1
11452024-02-04T13:42:50.415Z Downloaded tungstenite v0.20.1
11462024-02-04T13:42:50.419Z Downloaded slog-scope v4.4.0
11472024-02-04T13:42:50.421Z Downloaded zeroize_derive v1.4.2
11482024-02-04T13:42:50.424Z Downloaded synstructure v0.12.6
11492024-02-04T13:42:50.424Z Downloaded defmt v0.3.5
11502024-02-04T13:42:50.429Z Downloaded bit-set v0.5.3
11512024-02-04T13:42:50.432Z Downloaded foreign-types v0.3.2
11522024-02-04T13:42:50.432Z Downloaded postgres-types v0.2.6
11532024-02-04T13:42:50.436Z Downloaded poly1305 v0.8.0
11542024-02-04T13:42:50.440Z Downloaded hash32 v0.3.1
11552024-02-04T13:42:50.443Z Downloaded unicase v2.7.0
11562024-02-04T13:42:50.446Z Downloaded parking_lot v0.11.2
11572024-02-04T13:42:50.449Z Downloaded native-tls v0.2.11
11582024-02-04T13:42:50.452Z Downloaded mime_guess v2.0.4
11592024-02-04T13:42:50.455Z Downloaded const-oid v0.9.5
11602024-02-04T13:42:50.458Z Downloaded foreign-types-macros v0.2.3
11612024-02-04T13:42:50.465Z Downloaded dirs-sys-next v0.1.2
11622024-02-04T13:42:50.465Z Downloaded dirs v5.0.1
11632024-02-04T13:42:50.468Z Downloaded zeroize v1.7.0
11642024-02-04T13:42:50.468Z Downloaded miniz_oxide v0.7.1
11652024-02-04T13:42:50.471Z Downloaded crypto-common v0.1.6
11662024-02-04T13:42:50.471Z Downloaded predicates v3.1.0
11672024-02-04T13:42:50.474Z Downloaded phf_shared v0.10.0
11682024-02-04T13:42:50.477Z Downloaded strum v0.25.0
11692024-02-04T13:42:50.477Z Downloaded base16ct v0.2.0
11702024-02-04T13:42:50.483Z Downloaded anyhow v1.0.75
11712024-02-04T13:42:50.487Z Downloaded deranged v0.3.8
11722024-02-04T13:42:50.487Z Downloaded polyval v0.6.1
11732024-02-04T13:42:50.490Z Downloaded phf_shared v0.11.2
11742024-02-04T13:42:50.493Z Downloaded bitflags v2.4.0
11752024-02-04T13:42:50.496Z Downloaded structopt-derive v0.4.18
11762024-02-04T13:42:50.502Z Downloaded strsim v0.8.0
11772024-02-04T13:42:50.502Z Downloaded plain v0.2.3
11782024-02-04T13:42:50.502Z Downloaded log v0.4.20
11792024-02-04T13:42:50.515Z Downloaded diesel_table_macro_syntax v0.1.0
11802024-02-04T13:42:50.928Z Downloaded cancel-safe-futures v0.1.5
11812024-02-04T13:42:50.928Z Downloaded backoff v0.4.0
11822024-02-04T13:42:50.928Z Downloaded anstyle-parse v0.2.1
11832024-02-04T13:42:50.929Z Downloaded dirs-next v2.0.0
11842024-02-04T13:42:50.929Z Downloaded pbkdf2 v0.12.2
11852024-02-04T13:42:50.936Z Downloaded parse-display-derive v0.9.0
11862024-02-04T13:42:50.937Z Downloaded num-integer v0.1.45
11872024-02-04T13:42:50.937Z Downloaded fxhash v0.2.1
11882024-02-04T13:42:50.937Z Downloaded endian-type v0.1.2
11892024-02-04T13:42:50.937Z Downloaded toolchain_find v0.2.0
11902024-02-04T13:42:50.937Z Downloaded take_mut v0.2.2
11912024-02-04T13:42:50.937Z Downloaded async-trait v0.1.77
11922024-02-04T13:42:50.937Z Downloaded try-lock v0.2.4
11932024-02-04T13:42:50.937Z Downloaded num-complex v0.4.4
11942024-02-04T13:42:50.937Z Downloaded memmap2 v0.7.1
11952024-02-04T13:42:50.937Z Downloaded cbc v0.1.2
11962024-02-04T13:42:50.937Z Downloaded arrayvec v0.7.4
11972024-02-04T13:42:50.937Z Downloaded anstyle-query v1.0.0
11982024-02-04T13:42:50.937Z Downloaded ansi_term v0.12.1
11992024-02-04T13:42:50.937Z Downloaded linked-hash-map v0.5.6
12002024-02-04T13:42:50.937Z Downloaded libefi-sys v0.1.0
12012024-02-04T13:42:50.937Z Downloaded pin-utils v0.1.0
12022024-02-04T13:42:50.937Z Downloaded pem v3.0.2
12032024-02-04T13:42:50.937Z Downloaded ctr v0.9.2
12042024-02-04T13:42:50.937Z Downloaded ucd-trie v0.1.6
12052024-02-04T13:42:50.937Z Downloaded cfg-if v1.0.0
12062024-02-04T13:42:50.937Z Downloaded cobs v0.2.3
12072024-02-04T13:42:50.937Z Downloaded dirs-sys v0.4.1
12082024-02-04T13:42:50.938Z Downloaded unicode-xid v0.2.4
12092024-02-04T13:42:50.938Z Downloaded itoa v1.0.9
12102024-02-04T13:42:50.938Z Downloaded block-padding v0.3.3
12112024-02-04T13:42:50.938Z Downloaded bit-vec v0.6.3
12122024-02-04T13:42:50.938Z Downloaded md-5 v0.10.5
12132024-02-04T13:42:50.938Z Downloaded defmt-macros v0.3.6
12142024-02-04T13:42:50.938Z Downloaded num-derive v0.4.0
12152024-02-04T13:42:50.938Z Downloaded macaddr v1.0.1
12162024-02-04T13:42:50.938Z Downloaded cipher v0.4.4
12172024-02-04T13:42:50.938Z Downloaded matches v0.1.10
12182024-02-04T13:42:50.938Z Downloaded aead v0.5.2
12192024-02-04T13:42:50.938Z Downloaded errno v0.3.8
12202024-02-04T13:42:50.938Z Downloaded nibble_vec v0.1.0
12212024-02-04T13:42:50.938Z Downloaded lazy_static v1.4.0
12222024-02-04T13:42:50.938Z Downloaded debug-ignore v1.0.5
12232024-02-04T13:42:50.938Z Downloaded constant_time_eq v0.3.0
12242024-02-04T13:42:50.938Z Downloaded colored v2.0.4
12252024-02-04T13:42:50.938Z Downloaded clap_derive v4.4.2
12262024-02-04T13:42:50.938Z Downloaded block-buffer v0.10.4
12272024-02-04T13:42:50.938Z Downloaded ppv-lite86 v0.2.17
12282024-02-04T13:42:50.938Z Downloaded pest_meta v2.7.6
12292024-02-04T13:42:50.938Z Downloaded parking_lot_core v0.9.8
12302024-02-04T13:42:50.938Z Downloaded parking_lot v0.12.1
12312024-02-04T13:42:50.938Z Downloaded openssl-sys v0.9.96
12322024-02-04T13:42:50.939Z Downloaded camino-tempfile v1.1.1
12332024-02-04T13:42:50.939Z Downloaded bcrypt-pbkdf v0.10.0
12342024-02-04T13:42:50.939Z Downloaded autocfg v1.1.0
12352024-02-04T13:42:50.939Z Downloaded arrayref v0.3.7
12362024-02-04T13:42:50.939Z Downloaded anstyle v1.0.2
12372024-02-04T13:42:50.939Z Downloaded glob v0.3.1
12382024-02-04T13:42:50.939Z Downloaded convert_case v0.4.0
12392024-02-04T13:42:50.939Z Downloaded owo-colors v4.0.0
12402024-02-04T13:42:50.939Z Downloaded byteorder v1.5.0
12412024-02-04T13:42:50.939Z Downloaded bitflags v1.3.2
12422024-02-04T13:42:50.939Z Downloaded async-stream v0.3.5
12432024-02-04T13:42:50.939Z Downloaded atomic-waker v1.1.1
12442024-02-04T13:42:50.939Z Downloaded parse-display v0.9.0
12452024-02-04T13:42:50.939Z Downloaded num-iter v0.1.43
12462024-02-04T13:42:50.939Z Downloaded cpufeatures v0.2.12
12472024-02-04T13:42:50.939Z Downloaded blowfish v0.9.1
12482024-02-04T13:42:50.939Z Downloaded num_threads v0.1.6
12492024-02-04T13:42:50.939Z Downloaded async-stream-impl v0.3.5
12502024-02-04T13:42:50.939Z Downloaded new_debug_unreachable v1.0.4
12512024-02-04T13:42:50.939Z Downloaded memmap v0.7.0
12522024-02-04T13:42:50.939Z Downloaded ciborium-io v0.2.2
12532024-02-04T13:42:50.939Z Downloaded atomicwrites v0.4.3
12542024-02-04T13:42:50.939Z Downloaded match_cfg v0.1.0
12552024-02-04T13:42:50.939Z Downloaded crucible-workspace-hack v0.1.0
12562024-02-04T13:42:50.939Z Downloaded lru-cache v0.1.2
12572024-02-04T13:42:50.940Z Downloaded linear-map v1.2.0
12582024-02-04T13:42:50.940Z Downloaded libsw v3.3.1
12592024-02-04T13:42:50.940Z Downloaded crossbeam-deque v0.8.3
12602024-02-04T13:42:50.940Z Downloaded colorchoice v1.0.0
12612024-02-04T13:42:50.940Z Downloaded lock_api v0.4.10
12622024-02-04T13:42:50.940Z Downloaded keccak v0.1.4
12632024-02-04T13:42:51.106Z Compiling proc-macro2 v1.0.78
12642024-02-04T13:42:51.106Z Compiling unicode-ident v1.0.12
12652024-02-04T13:42:51.109Z Compiling libc v0.2.153
12662024-02-04T13:42:51.109Z Compiling serde v1.0.195
12672024-02-04T13:42:51.109Z Compiling version_check v0.9.4
12682024-02-04T13:42:51.131Z Compiling autocfg v1.1.0
12692024-02-04T13:42:51.134Z Compiling cfg-if v1.0.0
12702024-02-04T13:42:51.330Z Compiling syn v1.0.109
12712024-02-04T13:42:51.372Z Compiling once_cell v1.19.0
12722024-02-04T13:42:51.465Z Compiling thiserror v1.0.56
12732024-02-04T13:42:51.966Z Compiling memchr v2.6.3
12742024-02-04T13:42:52.239Z Compiling typenum v1.16.0
12752024-02-04T13:42:52.530Z Compiling lock_api v0.4.10
12762024-02-04T13:42:53.091Z Compiling byteorder v1.5.0
12772024-02-04T13:42:53.139Z Compiling ahash v0.8.6
12782024-02-04T13:42:53.151Z Compiling parking_lot_core v0.9.8
12792024-02-04T13:42:53.707Z Compiling generic-array v0.14.7
12802024-02-04T13:42:53.934Z Compiling libm v0.2.7
12812024-02-04T13:42:53.963Z Compiling num-traits v0.2.16
12822024-02-04T13:42:54.076Z Compiling serde_json v1.0.113
12832024-02-04T13:42:54.493Z Compiling itoa v1.0.9
12842024-02-04T13:42:54.615Z Compiling quote v1.0.35
12852024-02-04T13:42:55.080Z Compiling slab v0.4.9
12862024-02-04T13:42:55.080Z Compiling log v0.4.20
12872024-02-04T13:42:55.549Z Compiling syn v2.0.48
12882024-02-04T13:42:55.856Z Compiling getrandom v0.2.10
12892024-02-04T13:42:55.897Z Compiling cc v1.0.83
12902024-02-04T13:42:56.195Z Compiling rand_core v0.6.4
12912024-02-04T13:42:56.531Z Compiling scopeguard v1.2.0
12922024-02-04T13:42:56.728Z Compiling ryu v1.0.15
12932024-02-04T13:42:57.269Z Compiling pkg-config v0.3.27
12942024-02-04T13:42:57.590Z Compiling allocator-api2 v0.2.16
12952024-02-04T13:42:57.872Z Compiling smallvec v1.11.2
12962024-02-04T13:42:57.899Z Compiling heck v0.4.1
12972024-02-04T13:42:58.548Z Compiling equivalent v1.0.1
12982024-02-04T13:42:58.648Z Compiling schemars v0.8.16
12992024-02-04T13:42:58.711Z Compiling subtle v2.5.0
13002024-02-04T13:42:59.420Z Compiling vcpkg v0.2.15
13012024-02-04T13:42:59.693Z Compiling pin-project-lite v0.2.13
13022024-02-04T13:43:00.299Z Compiling httparse v1.8.0
13032024-02-04T13:43:00.339Z Compiling ucd-trie v0.1.6
13042024-02-04T13:43:00.950Z Compiling parking_lot v0.12.1
13052024-02-04T13:43:01.037Z Compiling ring v0.17.7
13062024-02-04T13:43:01.313Z Compiling ring v0.16.20
13072024-02-04T13:43:01.316Z Compiling signal-hook-registry v1.4.1
13082024-02-04T13:43:02.719Z Compiling fnv v1.0.7
13092024-02-04T13:43:02.898Z Compiling mio v0.8.9
13102024-02-04T13:43:03.246Z Compiling openssl-sys v0.9.96
13112024-02-04T13:43:03.350Z Compiling iana-time-zone v0.1.57
13122024-02-04T13:43:04.051Z Compiling const-oid v0.9.5
13132024-02-04T13:43:04.735Z Compiling semver v1.0.21
13142024-02-04T13:43:04.811Z Compiling openssl v0.10.60
13152024-02-04T13:43:05.063Z Compiling socket2 v0.5.5
13162024-02-04T13:43:05.395Z Compiling num_cpus v1.16.0
13172024-02-04T13:43:06.025Z Compiling rustls v0.21.9
13182024-02-04T13:43:06.121Z Compiling native-tls v0.2.11
13192024-02-04T13:43:06.675Z Compiling dyn-clone v1.0.13
13202024-02-04T13:43:06.704Z Compiling futures-core v0.3.30
13212024-02-04T13:43:07.089Z Compiling aho-corasick v1.0.4
13222024-02-04T13:43:07.155Z Compiling regex-syntax v0.8.2
13232024-02-04T13:43:07.545Z Compiling slog v2.7.0
13242024-02-04T13:43:07.852Z Compiling serde_derive_internals v0.26.0
13252024-02-04T13:43:08.125Z Compiling crossbeam-utils v0.8.16
13262024-02-04T13:43:08.328Z Compiling async-trait v0.1.77
13272024-02-04T13:43:08.911Z Compiling spin v0.5.2
13282024-02-04T13:43:09.272Z Compiling futures-sink v0.3.30
13292024-02-04T13:43:09.622Z Compiling rustix v0.38.30
13302024-02-04T13:43:09.911Z Compiling backtrace v0.3.69
13312024-02-04T13:43:10.739Z Compiling tinyvec_macros v0.1.1
13322024-02-04T13:43:10.870Z Compiling tinyvec v1.6.0
13332024-02-04T13:43:11.703Z Compiling futures-channel v0.3.30
13342024-02-04T13:43:12.000Z Compiling pin-utils v0.1.0
13352024-02-04T13:43:12.136Z Compiling futures-io v0.3.30
13362024-02-04T13:43:12.651Z Compiling futures-task v0.3.30
13372024-02-04T13:43:12.865Z Compiling winnow v0.5.15
13382024-02-04T13:43:13.134Z Compiling regex-automata v0.4.4
13392024-02-04T13:43:13.561Z Compiling unicode-normalization v0.1.22
13402024-02-04T13:43:13.587Z Compiling spin v0.9.8
13412024-02-04T13:43:14.516Z Compiling memoffset v0.9.0
13422024-02-04T13:43:14.871Z Compiling tracing-core v0.1.31
13432024-02-04T13:43:14.976Z Compiling unicode-bidi v0.3.13
13442024-02-04T13:43:15.377Z Compiling unicode-width v0.1.11
13452024-02-04T13:43:15.622Z Compiling anyhow v1.0.75
13462024-02-04T13:43:16.874Z Compiling cpufeatures v0.2.12
13472024-02-04T13:43:17.658Z Compiling crc32fast v1.3.2
13482024-02-04T13:43:18.837Z Compiling crossbeam-epoch v0.9.15
13492024-02-04T13:43:18.882Z Compiling time-core v0.1.1
13502024-02-04T13:43:19.122Z Compiling time-macros v0.2.13
13512024-02-04T13:43:19.734Z Compiling regex v1.10.3
13522024-02-04T13:43:19.773Z Compiling serde_derive v1.0.195
13532024-02-04T13:43:19.992Z Compiling zerocopy-derive v0.7.32
13542024-02-04T13:43:20.483Z Compiling zeroize_derive v1.4.2
13552024-02-04T13:43:21.521Z Compiling thiserror-impl v1.0.56
13562024-02-04T13:43:22.953Z Compiling tokio-macros v2.2.0
13572024-02-04T13:43:23.304Z Compiling zeroize v1.7.0
13582024-02-04T13:43:23.895Z Compiling futures-macro v0.3.30
13592024-02-04T13:43:23.920Z Compiling zerocopy v0.7.32
13602024-02-04T13:43:25.262Z Compiling tracing-attributes v0.1.26
13612024-02-04T13:43:25.789Z Compiling schemars_derive v0.8.16
13622024-02-04T13:43:27.133Z Compiling crypto-common v0.1.6
13632024-02-04T13:43:27.374Z Compiling pest v2.7.6
13642024-02-04T13:43:27.566Z Compiling hashbrown v0.14.2
13652024-02-04T13:43:27.762Z Compiling openssl-macros v0.1.1
13662024-02-04T13:43:28.956Z Compiling block-buffer v0.10.4
13672024-02-04T13:43:28.985Z Compiling hashbrown v0.13.2
13682024-02-04T13:43:29.375Z Compiling digest v0.10.7
13692024-02-04T13:43:30.392Z Compiling futures-util v0.3.30
13702024-02-04T13:43:31.664Z Compiling pest_meta v2.7.6
13712024-02-04T13:43:31.955Z Compiling tracing v0.1.37
13722024-02-04T13:43:32.306Z Compiling der_derive v0.7.2
13732024-02-04T13:43:35.101Z Compiling pest_generator v2.7.6
13742024-02-04T13:43:36.036Z Compiling errno v0.3.8
13752024-02-04T13:43:37.588Z Compiling num-integer v0.1.45
13762024-02-04T13:43:37.588Z Compiling untrusted v0.7.1
13772024-02-04T13:43:37.588Z Compiling foreign-types-shared v0.1.1
13782024-02-04T13:43:37.588Z Compiling untrusted v0.9.0
13792024-02-04T13:43:37.833Z Compiling percent-encoding v2.3.1
13802024-02-04T13:43:38.493Z Compiling foreign-types v0.3.2
13812024-02-04T13:43:40.537Z Compiling pest_derive v2.7.6
13822024-02-04T13:43:41.252Z Compiling ppv-lite86 v0.2.17
13832024-02-04T13:43:41.311Z Compiling unicode-xid v0.2.4
13842024-02-04T13:43:41.575Z Compiling base64 v0.21.7
13852024-02-04T13:43:41.870Z Compiling try-lock v0.2.4
13862024-02-04T13:43:42.105Z Compiling want v0.3.1
13872024-02-04T13:43:42.541Z Compiling sct v0.7.0
13882024-02-04T13:43:42.565Z Compiling rustls-webpki v0.101.7
13892024-02-04T13:43:42.889Z Compiling synstructure v0.12.6
13902024-02-04T13:43:44.663Z Compiling bytes v1.5.0
13912024-02-04T13:43:44.858Z Compiling indexmap v2.2.2
13922024-02-04T13:43:44.968Z Compiling chrono v0.4.31
13932024-02-04T13:43:45.302Z Compiling uuid v1.7.0
13942024-02-04T13:43:46.795Z Compiling tokio v1.36.0
13952024-02-04T13:43:46.882Z Compiling http v0.2.11
13962024-02-04T13:43:47.288Z Compiling bitflags v2.4.0
13972024-02-04T13:43:47.962Z Compiling serde_spanned v0.6.5
13982024-02-04T13:43:48.041Z Compiling toml_datetime v0.6.5
13992024-02-04T13:43:48.331Z Compiling openapiv3 v2.0.0
14002024-02-04T13:43:49.375Z Compiling toml_edit v0.19.15
14012024-02-04T13:43:51.114Z Compiling rustc_version v0.4.0
14022024-02-04T13:43:53.837Z Compiling serde_tokenstream v0.2.0
14032024-02-04T13:43:54.706Z Compiling http-body v0.4.5
14042024-02-04T13:43:55.376Z Compiling form_urlencoded v1.2.1
14052024-02-04T13:43:57.200Z Compiling scroll_derive v0.12.0
14062024-02-04T13:43:57.235Z Compiling socket2 v0.4.9
14072024-02-04T13:43:57.450Z Compiling tower-service v0.3.2
14082024-02-04T13:43:58.082Z Compiling io-lifetimes v1.0.11
14092024-02-04T13:43:58.854Z Compiling httpdate v1.0.3
14102024-02-04T13:43:58.998Z Compiling openssl-probe v0.1.5
14112024-02-04T13:44:00.646Z Compiling tokio-util v0.7.10
14122024-02-04T13:44:01.366Z Compiling zerocopy-derive v0.2.0
14132024-02-04T13:44:02.976Z Compiling h2 v0.3.24
14142024-02-04T13:44:03.460Z Compiling idna v0.5.0
14152024-02-04T13:44:05.414Z Compiling lazy_static v1.4.0
14162024-02-04T13:44:05.839Z Compiling thread-id v4.2.0
14172024-02-04T13:44:05.936Z Compiling adler v1.0.2
14182024-02-04T13:44:06.218Z Compiling miniz_oxide v0.7.1
14192024-02-04T13:44:06.450Z Compiling tokio-rustls v0.24.1
14202024-02-04T13:44:06.986Z Compiling tokio-native-tls v0.3.1
14212024-02-04T13:44:07.412Z Compiling url v2.5.0
14222024-02-04T13:44:09.223Z Compiling rand_chacha v0.3.1
14232024-02-04T13:44:10.210Z Compiling ipnet v2.9.0
14242024-02-04T13:44:10.312Z Compiling rustix v0.37.23
14252024-02-04T13:44:11.339Z Compiling rand v0.8.5
14262024-02-04T13:44:12.242Z Compiling serde_urlencoded v0.7.1
14272024-02-04T13:44:12.300Z Compiling rustls-pemfile v1.0.3
14282024-02-04T13:44:13.023Z Compiling usdt-impl v0.3.5
14292024-02-04T13:44:13.057Z Compiling encoding_rs v0.8.33
14302024-02-04T13:44:13.084Z Compiling gimli v0.28.0
14312024-02-04T13:44:13.531Z Compiling mime v0.3.17
14322024-02-04T13:44:13.845Z Compiling either v1.9.0
14332024-02-04T13:44:14.382Z Compiling webpki-roots v0.25.2
14342024-02-04T13:44:14.608Z Compiling hyper v0.14.27
14352024-02-04T13:44:16.155Z Compiling regress v0.7.1
14362024-02-04T13:44:16.565Z Compiling object v0.32.1
14372024-02-04T13:44:17.297Z Compiling num-bigint v0.4.4
14382024-02-04T13:44:18.696Z Compiling usdt-impl v0.5.0
14392024-02-04T13:44:19.203Z Compiling rustc-demangle v0.1.23
14402024-02-04T13:44:20.840Z Compiling addr2line v0.21.0
14412024-02-04T13:44:21.760Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14422024-02-04T13:44:21.875Z Compiling flate2 v1.0.28
14432024-02-04T13:44:22.179Z Compiling zerocopy v0.3.0
14442024-02-04T13:44:22.782Z Compiling scroll v0.12.0
14452024-02-04T13:44:23.476Z Compiling heapless v0.7.16
14462024-02-04T13:44:23.610Z Compiling futures-executor v0.3.30
14472024-02-04T13:44:24.031Z Compiling bzip2-sys v0.1.11+1.0.8
14482024-02-04T13:44:24.735Z Compiling rustversion v1.0.14
14492024-02-04T13:44:25.362Z Compiling plain v0.2.3
14502024-02-04T13:44:25.424Z Compiling signal-hook v0.3.17
14512024-02-04T13:44:25.614Z Compiling goblin v0.8.0
14522024-02-04T13:44:25.800Z Compiling hyper-tls v0.5.0
14532024-02-04T13:44:25.826Z Compiling hyper-rustls v0.24.2
14542024-02-04T13:44:26.325Z Compiling reqwest v0.11.22
14552024-02-04T13:44:27.979Z Compiling futures v0.3.30
14562024-02-04T13:44:28.144Z Compiling dof v0.1.5
14572024-02-04T13:44:30.663Z Compiling toml v0.7.8
14582024-02-04T13:44:31.175Z Compiling toml_edit v0.21.1
14592024-02-04T13:44:32.007Z Compiling hex v0.4.3
14602024-02-04T13:44:32.479Z Compiling dtrace-parser v0.1.14
14612024-02-04T13:44:33.240Z Compiling pretty-hex v0.4.1
14622024-02-04T13:44:33.547Z Compiling base64ct v1.6.0
14632024-02-04T13:44:33.577Z Compiling strsim v0.10.0
14642024-02-04T13:44:35.884Z Compiling dof v0.3.0
14652024-02-04T13:44:38.134Z Compiling serde_tokenstream v0.1.7
14662024-02-04T13:44:38.659Z Compiling dtrace-parser v0.2.0
14672024-02-04T13:44:39.769Z Compiling smoltcp v0.9.1
14682024-02-04T13:44:40.358Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14692024-02-04T13:44:40.549Z Compiling bitflags v1.3.2
14702024-02-04T13:44:40.850Z Compiling pem-rfc7468 v0.7.0
14712024-02-04T13:44:41.614Z Compiling strum_macros v0.25.2
14722024-02-04T13:44:42.211Z Compiling hmac v0.12.1
14732024-02-04T13:44:42.544Z Compiling enum-as-inner v0.5.1
14742024-02-04T13:44:42.595Z Compiling num-iter v0.1.43
14752024-02-04T13:44:43.424Z Compiling flagset v0.4.3
14762024-02-04T13:44:43.660Z Compiling siphasher v0.3.11
14772024-02-04T13:44:43.799Z Compiling unicode-segmentation v1.10.1
14782024-02-04T13:44:44.199Z Compiling der v0.7.8
14792024-02-04T13:44:44.395Z Compiling usdt-attr-macro v0.3.5
14802024-02-04T13:44:44.580Z Compiling usdt-macro v0.3.5
14812024-02-04T13:44:46.981Z Compiling hubpack_derive v0.1.1
14822024-02-04T13:44:46.982Z Compiling zerocopy-derive v0.6.4
14832024-02-04T13:44:49.166Z Compiling anstyle v1.0.2
14842024-02-04T13:44:49.684Z Compiling deranged v0.3.8
14852024-02-04T13:44:50.135Z Compiling num_threads v0.1.6
14862024-02-04T13:44:50.320Z Compiling utf8parse v0.2.1
14872024-02-04T13:44:50.352Z Compiling sha2 v0.10.8
14882024-02-04T13:44:50.576Z Compiling anstyle-parse v0.2.1
14892024-02-04T13:44:51.110Z Compiling spki v0.7.2
14902024-02-04T13:44:52.703Z Compiling time v0.3.27
14912024-02-04T13:44:53.753Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14922024-02-04T13:44:55.080Z Compiling md-5 v0.10.5
14932024-02-04T13:44:55.429Z Compiling block-padding v0.3.3
14942024-02-04T13:44:55.880Z Compiling clap_derive v4.4.2
14952024-02-04T13:44:55.880Z Compiling stringprep v0.1.3
14962024-02-04T13:44:56.831Z Compiling getopts v0.2.21
14972024-02-04T13:44:57.486Z Compiling diesel_table_macro_syntax v0.1.0
14982024-02-04T13:44:58.651Z Compiling hash32 v0.2.1
14992024-02-04T13:44:59.255Z Compiling stable_deref_trait v1.2.0
15002024-02-04T13:45:01.946Z Compiling anstyle-query v1.0.0
15012024-02-04T13:45:02.148Z Compiling colorchoice v1.0.0
15022024-02-04T13:45:02.409Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
15032024-02-04T13:45:02.620Z Compiling fallible-iterator v0.2.0
15042024-02-04T13:45:02.864Z Compiling anstream v0.5.0
15052024-02-04T13:45:03.826Z Compiling postgres-protocol v0.6.6
15062024-02-04T13:45:04.181Z Compiling diesel_derives v2.1.2
15072024-02-04T13:45:04.474Z Compiling inout v0.1.3
15082024-02-04T13:45:05.981Z Compiling terminal_size v0.2.6
15092024-02-04T13:45:06.745Z Compiling pkcs8 v0.10.2
15102024-02-04T13:45:07.739Z Compiling phf_shared v0.11.2
15112024-02-04T13:45:10.269Z Compiling ff v0.13.0
15122024-02-04T13:45:11.046Z Compiling serde_repr v0.1.16
15132024-02-04T13:45:11.307Z Compiling scheduled-thread-pool v0.2.7
15142024-02-04T13:45:11.753Z Compiling clap_lex v0.5.1
15152024-02-04T13:45:12.237Z Compiling unsafe-libyaml v0.2.10
15162024-02-04T13:45:12.959Z Compiling base16ct v0.2.0
15172024-02-04T13:45:13.823Z Compiling matches v0.1.10
15182024-02-04T13:45:13.960Z Compiling bit-vec v0.6.3
15192024-02-04T13:45:13.988Z Compiling regex-automata v0.1.10
15202024-02-04T13:45:14.688Z Compiling managed v0.8.0
15212024-02-04T13:45:15.608Z Compiling bstr v0.2.17
15222024-02-04T13:45:16.293Z Compiling serde_yaml v0.9.25
15232024-02-04T13:45:18.038Z Compiling idna v0.2.3
15242024-02-04T13:45:19.545Z Compiling sec1 v0.7.3
15252024-02-04T13:45:20.622Z Compiling clap_builder v4.4.2
15262024-02-04T13:45:20.797Z Compiling r2d2 v0.8.10
15272024-02-04T13:45:21.493Z Compiling group v0.13.0
15282024-02-04T13:45:23.151Z Compiling phf v0.11.2
15292024-02-04T13:45:23.542Z Compiling signal-hook-mio v0.2.3
15302024-02-04T13:45:24.068Z Compiling bzip2 v0.4.4
15312024-02-04T13:45:24.068Z Compiling postgres-types v0.2.6
15322024-02-04T13:45:24.233Z Compiling cipher v0.4.4
15332024-02-04T13:45:24.932Z Compiling zerocopy v0.6.4
15342024-02-04T13:45:25.074Z Compiling hubpack v0.1.2
15352024-02-04T13:45:25.156Z Compiling phf_shared v0.10.0
15362024-02-04T13:45:25.790Z Compiling hkdf v0.12.4
15372024-02-04T13:45:25.995Z Compiling crypto-bigint v0.5.2
15382024-02-04T13:45:26.198Z Compiling ipnetwork v0.20.0
15392024-02-04T13:45:26.356Z Compiling float-cmp v0.9.0
15402024-02-04T13:45:27.686Z Compiling new_debug_unreachable v1.0.4
15412024-02-04T13:45:27.841Z Compiling predicates-core v1.0.6
15422024-02-04T13:45:28.281Z Compiling minimal-lexical v0.2.1
15432024-02-04T13:45:28.376Z Compiling normalize-line-endings v0.3.0
15442024-02-04T13:45:28.558Z Compiling static_assertions v1.1.0
15452024-02-04T13:45:28.709Z Compiling fixedbitset v0.4.2
15462024-02-04T13:45:29.441Z Compiling data-encoding v2.4.0
15472024-02-04T13:45:30.181Z Compiling precomputed-hash v0.1.1
15482024-02-04T13:45:30.388Z Compiling difflib v0.4.0
15492024-02-04T13:45:31.528Z Compiling whoami v1.4.1
15502024-02-04T13:45:32.599Z Compiling regex-automata v0.3.8
15512024-02-04T13:45:33.506Z Compiling trust-dns-proto v0.22.0
15522024-02-04T13:45:34.951Z Compiling tokio-postgres v0.7.10
15532024-02-04T13:45:35.893Z Compiling bstr v1.6.0
15542024-02-04T13:45:36.730Z Compiling diesel v2.1.4
15552024-02-04T13:45:37.197Z Compiling predicates v3.1.0
15562024-02-04T13:45:37.224Z Compiling string_cache v0.8.7
15572024-02-04T13:45:38.561Z Compiling petgraph v0.6.4
15582024-02-04T13:45:39.959Z Compiling elliptic-curve v0.13.8
15592024-02-04T13:45:40.039Z Compiling nom v7.1.3
15602024-02-04T13:45:41.461Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15612024-02-04T13:45:42.955Z Compiling clap v4.4.3
15622024-02-04T13:45:42.984Z Compiling yasna v0.5.2
15632024-02-04T13:45:43.415Z Compiling zip v0.6.6
15642024-02-04T13:45:43.533Z Compiling crossterm v0.27.0
15652024-02-04T13:45:45.884Z Compiling similar v2.3.0
15662024-02-04T13:45:46.333Z Compiling bit-set v0.5.3
15672024-02-04T13:45:46.496Z Compiling usdt v0.3.5
15682024-02-04T13:45:46.784Z Compiling itertools v0.10.5
15692024-02-04T13:45:46.901Z Compiling console v0.15.8
15702024-02-04T13:45:47.690Z Compiling tokio-stream v0.1.14
15712024-02-04T13:45:49.602Z Compiling camino v1.1.6
15722024-02-04T13:45:50.062Z Compiling lalrpop-util v0.19.12
15732024-02-04T13:45:54.987Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15742024-02-04T13:46:08.572Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15752024-02-04T13:46:44.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15762024-02-04T13:46:51.667Z Compiling sha1 v0.10.6
15772024-02-04T13:46:52.589Z Compiling atty v0.2.14
15782024-02-04T13:46:52.794Z Compiling match_cfg v0.1.0
15792024-02-04T13:46:52.923Z Compiling hostname v0.3.1
15802024-02-04T13:46:52.947Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15812024-02-04T13:46:53.286Z Compiling dirs-sys-next v0.1.2
15822024-02-04T13:46:53.622Z Compiling rustls-pki-types v1.1.0
15832024-02-04T13:46:54.069Z Compiling ident_case v1.0.1
15842024-02-04T13:46:54.315Z Compiling darling_core v0.20.3
15852024-02-04T13:46:54.346Z Compiling dirs-next v2.0.0
15862024-02-04T13:46:54.689Z Compiling thread_local v1.1.7
15872024-02-04T13:46:54.722Z Compiling slog-async v2.8.0
15882024-02-04T13:46:54.879Z Compiling rustls v0.22.2
15892024-02-04T13:46:55.593Z Compiling term v0.7.0
15902024-02-04T13:46:55.781Z Compiling rustls-webpki v0.102.1
15912024-02-04T13:46:56.681Z Compiling crossbeam-channel v0.5.8
15922024-02-04T13:46:57.050Z Compiling multer v3.0.0
15932024-02-04T13:46:57.119Z Compiling instant v0.1.12
15942024-02-04T13:46:57.339Z Compiling take_mut v0.2.2
15952024-02-04T13:46:57.517Z Compiling paste v1.0.14
15962024-02-04T13:46:58.388Z Compiling slog-term v2.9.0
15972024-02-04T13:46:58.605Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15982024-02-04T13:46:58.930Z Compiling slog-json v2.6.1
15992024-02-04T13:46:59.415Z Compiling http v1.0.0
16002024-02-04T13:46:59.540Z Compiling async-stream-impl v0.3.5
16012024-02-04T13:47:00.287Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16022024-02-04T13:47:00.473Z Compiling debug-ignore v1.0.5
16032024-02-04T13:47:00.692Z Compiling atomic-waker v1.1.1
16042024-02-04T13:47:00.841Z Compiling slog-bunyan v2.5.0
16052024-02-04T13:47:00.978Z Compiling waitgroup v0.1.2
16062024-02-04T13:47:01.317Z Compiling rustls-pemfile v2.0.0
16072024-02-04T13:47:01.929Z Compiling async-stream v0.3.5
16082024-02-04T13:47:02.465Z Compiling toml v0.8.9
16092024-02-04T13:47:03.166Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16102024-02-04T13:47:03.744Z Compiling serde_path_to_error v0.1.15
16112024-02-04T13:47:03.975Z Compiling structmeta-derive v0.3.0
16122024-02-04T13:47:04.699Z Compiling darling_macro v0.20.3
16132024-02-04T13:47:05.159Z Compiling tokio-rustls v0.25.0
16142024-02-04T13:47:05.351Z Compiling strum v0.25.0
16152024-02-04T13:47:05.610Z Compiling backoff v0.4.0
16162024-02-04T13:47:05.811Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16172024-02-04T13:47:06.152Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16182024-02-04T13:47:06.387Z Compiling darling v0.20.3
16192024-02-04T13:47:06.412Z Compiling macaddr v1.0.1
16202024-02-04T13:47:06.566Z Compiling serde_with_macros v3.6.0
16212024-02-04T13:47:07.021Z Compiling proc-macro-error-attr v1.0.4
16222024-02-04T13:47:07.171Z Compiling proc-macro-crate v1.3.1
16232024-02-04T13:47:07.625Z Compiling proc-macro-error v1.0.4
16242024-02-04T13:47:08.068Z Compiling heapless v0.8.0
16252024-02-04T13:47:09.088Z Compiling num_enum_derive v0.5.11
16262024-02-04T13:47:09.183Z Compiling structmeta v0.3.0
16272024-02-04T13:47:09.416Z Compiling hash32 v0.3.1
16282024-02-04T13:47:09.760Z Compiling smoltcp v0.11.0
16292024-02-04T13:47:09.787Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16302024-02-04T13:47:09.926Z Compiling parse-display-derive v0.9.0
16312024-02-04T13:47:10.328Z Compiling rayon-core v1.12.0
16322024-02-04T13:47:11.993Z Compiling serde_with v3.6.0
16332024-02-04T13:47:12.069Z Compiling crossbeam-deque v0.8.3
16342024-02-04T13:47:12.706Z Compiling cobs v0.2.3
16352024-02-04T13:47:12.809Z Compiling embedded-io v0.4.0
16362024-02-04T13:47:13.191Z Compiling same-file v1.0.6
16372024-02-04T13:47:13.223Z Compiling fastrand v2.0.0
16382024-02-04T13:47:13.828Z Compiling num_enum v0.5.11
16392024-02-04T13:47:14.068Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16402024-02-04T13:47:14.122Z Compiling tempfile v3.9.0
16412024-02-04T13:47:14.547Z Compiling walkdir v2.4.0
16422024-02-04T13:47:15.521Z Compiling postcard v1.0.8
16432024-02-04T13:47:15.976Z Compiling semver-parser v0.10.2
16442024-02-04T13:47:16.916Z Compiling foreign-types-macros v0.2.3
16452024-02-04T13:47:17.925Z Compiling parse-display v0.9.0
16462024-02-04T13:47:18.898Z Compiling blake3 v1.5.0
16472024-02-04T13:47:18.970Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16482024-02-04T13:47:19.047Z Compiling crucible-workspace-hack v0.1.0
16492024-02-04T13:47:19.119Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16502024-02-04T13:47:19.424Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16512024-02-04T13:47:19.458Z Compiling foreign-types-shared v0.3.1
16522024-02-04T13:47:19.632Z Compiling foreign-types v0.5.0
16532024-02-04T13:47:19.699Z Compiling rayon v1.8.0
16542024-02-04T13:47:19.731Z Compiling semver v0.11.0
16552024-02-04T13:47:20.334Z Compiling is-terminal v0.4.9
16562024-02-04T13:47:20.360Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16572024-02-04T13:47:20.517Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16582024-02-04T13:47:21.415Z Compiling cstr-argument v0.1.2
16592024-02-04T13:47:21.423Z Compiling xattr v1.0.1
16602024-02-04T13:47:21.423Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16612024-02-04T13:47:21.495Z Compiling filetime v0.2.23
16622024-02-04T13:47:21.610Z Compiling memmap2 v0.7.1
16632024-02-04T13:47:21.698Z Compiling arrayref v0.3.7
16642024-02-04T13:47:21.849Z Compiling home v0.5.5
16652024-02-04T13:47:21.986Z Compiling pretty-hex v0.2.1
16662024-02-04T13:47:22.027Z Compiling arrayvec v0.7.4
16672024-02-04T13:47:22.239Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16682024-02-04T13:47:22.267Z Compiling constant_time_eq v0.3.0
16692024-02-04T13:47:22.302Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16702024-02-04T13:47:22.575Z Compiling toolchain_find v0.2.0
16712024-02-04T13:47:22.720Z Compiling tar v0.4.40
16722024-02-04T13:47:22.987Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16732024-02-04T13:47:23.071Z Compiling camino-tempfile v1.1.1
16742024-02-04T13:47:23.561Z Compiling colored v2.0.4
16752024-02-04T13:47:24.099Z Compiling toml v0.5.11
16762024-02-04T13:47:24.439Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16772024-02-04T13:47:24.700Z Compiling platforms v3.0.2
16782024-02-04T13:47:24.726Z Compiling topological-sort v0.2.2
16792024-02-04T13:47:24.955Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16802024-02-04T13:47:25.389Z Compiling zone_cfg_derive v0.3.0
16812024-02-04T13:47:25.942Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16822024-02-04T13:47:26.270Z Compiling textwrap v0.11.0
16832024-02-04T13:47:26.634Z Compiling heck v0.3.3
16842024-02-04T13:47:27.294Z Compiling rustfmt-wrapper v0.2.0
16852024-02-04T13:47:27.979Z Compiling num-derive v0.4.0
16862024-02-04T13:47:28.321Z Compiling omicron-zone-package v0.11.0
16872024-02-04T13:47:28.371Z Compiling ansi_term v0.12.1
16882024-02-04T13:47:29.243Z Compiling libefi-sys v0.1.0
16892024-02-04T13:47:29.677Z Compiling strsim v0.8.0
16902024-02-04T13:47:30.002Z Compiling vec_map v0.8.2
16912024-02-04T13:47:30.463Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16922024-02-04T13:47:30.474Z Compiling clap v2.34.0
16932024-02-04T13:47:30.505Z Compiling zone v0.3.0
16942024-02-04T13:47:30.727Z Compiling structopt-derive v0.4.18
16952024-02-04T13:47:31.693Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16962024-02-04T13:47:32.404Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16972024-02-04T13:47:32.410Z Compiling smf v0.2.2
16982024-02-04T13:47:33.038Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16992024-02-04T13:47:33.238Z Compiling unicase v2.7.0
17002024-02-04T13:47:33.609Z Compiling semver v0.1.20
17012024-02-04T13:47:33.698Z Compiling curve25519-dalek v4.1.1
17022024-02-04T13:47:34.597Z Compiling rustc_version v0.1.7
17032024-02-04T13:47:34.701Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17042024-02-04T13:47:34.705Z Compiling universal-hash v0.5.1
17052024-02-04T13:47:34.758Z Compiling opaque-debug v0.3.0
17062024-02-04T13:47:35.040Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17072024-02-04T13:47:35.067Z Compiling curve25519-dalek-derive v0.1.0
17082024-02-04T13:47:35.334Z Compiling newtype_derive v0.1.6
17092024-02-04T13:47:35.584Z Compiling gethostname v0.4.3
17102024-02-04T13:47:35.803Z Compiling num-rational v0.4.1
17112024-02-04T13:47:35.811Z Compiling getrandom v0.1.16
17122024-02-04T13:47:36.000Z Compiling usdt-macro v0.5.0
17132024-02-04T13:47:36.257Z Compiling structopt v0.3.26
17142024-02-04T13:47:36.637Z Compiling usdt-attr-macro v0.5.0
17152024-02-04T13:47:36.980Z Compiling password-hash v0.5.0
17162024-02-04T13:47:37.264Z Compiling blake2 v0.10.6
17172024-02-04T13:47:38.506Z Compiling signature v2.1.0
17182024-02-04T13:47:38.791Z Compiling memmap v0.7.0
17192024-02-04T13:47:38.886Z Compiling linked-hash-map v0.5.6
17202024-02-04T13:47:39.333Z Compiling quick-error v1.2.3
17212024-02-04T13:47:39.360Z Compiling parking_lot_core v0.8.6
17222024-02-04T13:47:39.388Z Compiling usdt v0.5.0
17232024-02-04T13:47:39.456Z Compiling lru-cache v0.1.2
17242024-02-04T13:47:39.548Z Compiling resolv-conf v0.7.0
17252024-02-04T13:47:39.753Z Compiling argon2 v0.5.3
17262024-02-04T13:47:40.801Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17272024-02-04T13:47:40.830Z Compiling aead v0.5.2
17282024-02-04T13:47:40.890Z Compiling num-complex v0.4.4
17292024-02-04T13:47:41.365Z Compiling nibble_vec v0.1.0
17302024-02-04T13:47:41.706Z Compiling slog-dtrace v0.3.0
17312024-02-04T13:47:42.163Z Compiling winapi v0.3.9
17322024-02-04T13:47:42.734Z Compiling arc-swap v1.6.0
17332024-02-04T13:47:43.321Z Compiling cancel-safe-futures v0.1.5
17342024-02-04T13:47:43.865Z Compiling endian-type v0.1.2
17352024-02-04T13:47:43.870Z Compiling utf-8 v0.7.6
17362024-02-04T13:47:43.943Z Compiling keccak v0.1.4
17372024-02-04T13:47:44.168Z Compiling tungstenite v0.20.1
17382024-02-04T13:47:44.360Z Compiling radix_trie v0.2.1
17392024-02-04T13:47:45.247Z Compiling sha3 v0.10.8
17402024-02-04T13:47:45.588Z Compiling slog-scope v4.4.0
17412024-02-04T13:47:45.668Z Compiling num v0.4.1
17422024-02-04T13:47:45.917Z Compiling mime_guess v2.0.4
17432024-02-04T13:47:45.944Z Compiling steno v0.4.0
17442024-02-04T13:47:46.435Z Compiling rand_core v0.5.1
17452024-02-04T13:47:46.849Z Compiling trust-dns-resolver v0.22.0
17462024-02-04T13:47:47.930Z Compiling poly1305 v0.8.0
17472024-02-04T13:47:48.444Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17482024-02-04T13:47:48.471Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17492024-02-04T13:47:50.347Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17502024-02-04T13:47:50.857Z Compiling chacha20 v0.9.1
17512024-02-04T13:47:51.030Z Compiling rfc6979 v0.4.0
17522024-02-04T13:47:51.325Z Compiling secrecy v0.8.0
17532024-02-04T13:47:51.625Z Compiling thiserror-impl-no-std v2.0.2
17542024-02-04T13:47:51.727Z Compiling half v2.3.1
17552024-02-04T13:47:52.596Z Compiling option-ext v0.2.0
17562024-02-04T13:47:52.732Z Compiling ciborium-io v0.2.2
17572024-02-04T13:47:52.796Z Compiling convert_case v0.4.0
17582024-02-04T13:47:52.929Z Compiling ciborium-ll v0.2.2
17592024-02-04T13:47:53.823Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17602024-02-04T13:47:54.341Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17612024-02-04T13:47:54.589Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17622024-02-04T13:47:56.167Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17632024-02-04T13:47:57.182Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17642024-02-04T13:47:57.256Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17652024-02-04T13:47:57.430Z Compiling thiserror-no-std v2.0.2
17662024-02-04T13:47:57.617Z Compiling derive_more v0.99.17
17672024-02-04T13:47:57.703Z Compiling dirs-sys v0.4.1
17682024-02-04T13:47:57.938Z Compiling ecdsa v0.16.9
17692024-02-04T13:47:58.760Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17702024-02-04T13:47:59.452Z Compiling parking_lot v0.11.2
17712024-02-04T13:47:59.837Z Compiling rand_chacha v0.2.2
17722024-02-04T13:48:01.092Z Compiling tokio-tungstenite v0.20.1
17732024-02-04T13:48:01.520Z Compiling slog-stdlog v4.1.1
17742024-02-04T13:48:02.290Z Compiling trust-dns-client v0.22.0
17752024-02-04T13:48:02.354Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17762024-02-04T13:48:02.914Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17772024-02-04T13:48:03.203Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17782024-02-04T13:48:07.551Z Compiling ed25519 v2.2.2
17792024-02-04T13:48:09.652Z Compiling polyval v0.6.1
17802024-02-04T13:48:09.676Z Compiling primeorder v0.13.6
17812024-02-04T13:48:09.676Z Compiling blowfish v0.9.1
17822024-02-04T13:48:09.815Z Compiling aes v0.8.3
17832024-02-04T13:48:09.860Z Compiling ctr v0.9.2
17842024-02-04T13:48:10.423Z Compiling password-hash v0.4.2
17852024-02-04T13:48:12.032Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17862024-02-04T13:48:12.606Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17872024-02-04T13:48:14.815Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17882024-02-04T13:48:21.286Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17892024-02-04T13:48:25.368Z Compiling libsw v3.3.1
17902024-02-04T13:48:27.784Z Compiling pbkdf2 v0.12.2
17912024-02-04T13:48:27.787Z Compiling derive-where v1.2.7
17922024-02-04T13:48:28.615Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17932024-02-04T13:48:29.674Z Compiling fxhash v0.2.1
17942024-02-04T13:48:29.705Z Compiling swrite v0.1.0
17952024-02-04T13:48:29.708Z Compiling owo-colors v4.0.0
17962024-02-04T13:48:29.864Z Compiling linear-map v1.2.0
17972024-02-04T13:48:29.906Z Compiling sled v0.34.7
17982024-02-04T13:48:31.119Z Compiling trust-dns-server v0.22.1
17992024-02-04T13:48:31.206Z Compiling bcrypt-pbkdf v0.10.0
18002024-02-04T13:48:32.161Z Compiling pbkdf2 v0.11.0
18012024-02-04T13:48:32.867Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18022024-02-04T13:48:32.981Z Compiling p256 v0.13.2
18032024-02-04T13:48:33.930Z Compiling ghash v0.5.0
18042024-02-04T13:48:34.023Z Compiling ed25519-dalek v2.0.0
18052024-02-04T13:48:34.145Z Compiling russh-cryptovec v0.7.0
18062024-02-04T13:48:34.209Z Compiling slog-envlogger v2.2.0
18072024-02-04T13:48:34.236Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18082024-02-04T13:48:34.447Z Compiling rand v0.7.3
18092024-02-04T13:48:35.458Z Compiling dirs v5.0.1
18102024-02-04T13:48:35.684Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18112024-02-04T13:48:35.755Z Compiling vsss-rs v3.3.4
18122024-02-04T13:48:36.294Z Compiling ciborium v0.2.2
18132024-02-04T13:48:38.998Z Compiling chacha20poly1305 v0.10.1
18142024-02-04T13:48:39.354Z Compiling cbc v0.1.2
18152024-02-04T13:48:39.380Z Compiling pem v3.0.2
18162024-02-04T13:48:39.753Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18172024-02-04T13:48:40.352Z Compiling headers-core v0.2.0
18182024-02-04T13:48:40.603Z Compiling kstat-rs v0.2.3
18192024-02-04T13:48:40.688Z Compiling md5 v0.7.0
18202024-02-04T13:48:41.777Z Compiling http-range v0.1.5
18212024-02-04T13:48:41.835Z Compiling glob v0.3.1
18222024-02-04T13:48:42.351Z Compiling hyper-staticfile v0.9.5
18232024-02-04T13:48:43.603Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18242024-02-04T13:48:43.607Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18252024-02-04T13:48:43.989Z Compiling russh-keys v0.40.1
18262024-02-04T13:48:44.197Z Compiling headers v0.3.9
18272024-02-04T13:48:47.716Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18282024-02-04T13:48:48.589Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18292024-02-04T13:48:49.775Z Compiling rcgen v0.12.1
18302024-02-04T13:48:50.207Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18312024-02-04T13:48:50.690Z Compiling aes-gcm v0.10.3
18322024-02-04T13:48:54.153Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18332024-02-04T13:48:56.280Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18342024-02-04T13:48:58.213Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18352024-02-04T13:49:01.795Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18362024-02-04T13:49:04.300Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18372024-02-04T13:49:06.667Z Compiling atomicwrites v0.4.3
18382024-02-04T13:49:07.135Z Compiling itertools v0.12.1
18392024-02-04T13:49:07.238Z Compiling subprocess v0.2.9
18402024-02-04T13:49:07.573Z Compiling display-error-chain v0.2.0
18412024-02-04T13:49:07.834Z Compiling hex-literal v0.4.1
18422024-02-04T13:49:08.067Z Compiling russh v0.40.2
18432024-02-04T13:49:10.823Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18442024-02-04T13:49:10.941Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18452024-02-04T13:49:18.672Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18462024-02-04T13:49:21.604Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18472024-02-04T13:49:52.055Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18482024-02-04T13:51:20.986Z Finished dev [unoptimized + debuginfo] target(s) in 8m 55s
18492024-02-04T13:51:21.343Z
18502024-02-04T13:51:21.347Zreal 8:55.647724835
18512024-02-04T13:51:21.347Zuser 49:10.023906598
18522024-02-04T13:51:21.347Zsys 7:26.766439243
18532024-02-04T13:51:21.347Ztrap 1.829192110
18542024-02-04T13:51:21.347Ztflt 3.926935591
18552024-02-04T13:51:21.347Zdflt 6.918819557
18562024-02-04T13:51:21.348Zkflt 0.029633190
18572024-02-04T13:51:21.348Zlock 1:34:27.980027016
18582024-02-04T13:51:21.348Zslp 2:19:48.764443020
18592024-02-04T13:51:21.348Zlat 2:12.805108990
18602024-02-04T13:51:21.348Zstop 5:08.449103651
18612024-02-04T13:51:21.348Z+ mkdir -p /work/end-to-end-tests
18622024-02-04T13:51:21.351Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18632024-02-04T13:51:22.256Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18642024-02-04T13:51:22.256Z+ ptime -m gzip
18652024-02-04T13:51:22.259Z++ basename target/debug/bootstrap
18662024-02-04T13:51:41.086Z
18672024-02-04T13:51:41.086Zreal 18.824649485
18682024-02-04T13:51:41.086Zuser 18.596476540
18692024-02-04T13:51:41.086Zsys 0.213660523
18702024-02-04T13:51:41.086Ztrap 0.005383618
18712024-02-04T13:51:41.090Ztflt 0.000000000
18722024-02-04T13:51:41.090Zdflt 0.000000000
18732024-02-04T13:51:41.090Zkflt 0.000000000
18742024-02-04T13:51:41.090Zlock 0.000000000
18752024-02-04T13:51:41.090Zslp 0.000000000
18762024-02-04T13:51:41.090Zlat 0.008740519
18772024-02-04T13:51:41.090Zstop 0.000270218
18782024-02-04T13:51:41.090Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18792024-02-04T13:51:41.090Z+ ptime -m gzip
18802024-02-04T13:51:41.090Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-57f83304f4d2c95a
18812024-02-04T13:51:42.943Z
18822024-02-04T13:51:42.943Zreal 1.849379053
18832024-02-04T13:51:42.943Zuser 1.827368393
18842024-02-04T13:51:42.943Zsys 0.021320793
18852024-02-04T13:51:42.943Ztrap 0.000180941
18862024-02-04T13:51:42.943Ztflt 0.000000000
18872024-02-04T13:51:42.946Zdflt 0.000000000
18882024-02-04T13:51:42.946Zkflt 0.000000000
18892024-02-04T13:51:42.947Zlock 0.000000000
18902024-02-04T13:51:42.947Zslp 0.000000000
18912024-02-04T13:51:42.947Zlat 0.000169567
18922024-02-04T13:51:42.947Zstop 0.000221555
18932024-02-04T13:51:42.947Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18942024-02-04T13:51:42.947Z+ ptime -m gzip
18952024-02-04T13:51:42.947Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c0b0b6dcb564ad0e
18962024-02-04T13:52:02.264Z
18972024-02-04T13:52:02.264Zreal 19.312931557
18982024-02-04T13:52:02.264Zuser 19.112582861
18992024-02-04T13:52:02.264Zsys 0.194239267
19002024-02-04T13:52:02.264Ztrap 0.004118895
19012024-02-04T13:52:02.264Ztflt 0.000000000
19022024-02-04T13:52:02.264Zdflt 0.000000000
19032024-02-04T13:52:02.268Zkflt 0.000000000
19042024-02-04T13:52:02.268Zlock 0.000000000
19052024-02-04T13:52:02.268Zslp 0.000000000
19062024-02-04T13:52:02.268Zlat 0.001626152
19072024-02-04T13:52:02.269Zstop 0.000249275
19082024-02-04T13:52:02.269Z+ banner caboose-util
19092024-02-04T13:52:02.269Z
19102024-02-04T13:52:02.269Z #### ## ##### #### #### #### ###### # # #####
19112024-02-04T13:52:02.269Z # # # # # # # # # # # # # # #
19122024-02-04T13:52:02.269Z # # # ##### # # # # #### ##### ##### # # #
19132024-02-04T13:52:02.269Z # ###### # # # # # # # # # # #
19142024-02-04T13:52:02.269Z # # # # # # # # # # # # # # # #
19152024-02-04T13:52:02.269Z #### # # ##### #### #### #### ###### #### #
19162024-02-04T13:52:02.269Z
19172024-02-04T13:52:02.269Z+ ptime -m cargo build --locked -p caboose-util --release
19182024-02-04T13:52:02.979Z Downloading crates ...
19192024-02-04T13:52:03.433Z Downloaded smallvec v0.6.14
19202024-02-04T13:52:03.437Z Downloaded tap v1.0.1
19212024-02-04T13:52:03.437Z Downloaded crc-any v2.4.3
19222024-02-04T13:52:03.445Z Downloaded path-slash v0.1.5
19232024-02-04T13:52:03.451Z Downloaded array-init v0.0.4
19242024-02-04T13:52:03.454Z Downloaded crc v3.0.1
19252024-02-04T13:52:03.457Z Downloaded maybe-uninit v2.0.0
19262024-02-04T13:52:03.457Z Downloaded serde-hex v0.1.0
19272024-02-04T13:52:03.461Z Downloaded pkcs1 v0.7.5
19282024-02-04T13:52:03.464Z Downloaded funty v2.0.0
19292024-02-04T13:52:03.467Z Downloaded bitfield v0.14.0
19302024-02-04T13:52:03.470Z Downloaded termcolor v1.2.0
19312024-02-04T13:52:03.473Z Downloaded env_logger v0.10.0
19322024-02-04T13:52:03.476Z Downloaded packed_struct_codegen v0.10.1
19332024-02-04T13:52:03.479Z Downloaded ron v0.8.1
19342024-02-04T13:52:03.488Z Downloaded rsa v0.9.2
19352024-02-04T13:52:03.496Z Downloaded x509-cert v0.2.4
19362024-02-04T13:52:03.509Z Downloaded bitvec v1.0.1
19372024-02-04T13:52:03.538Z Downloaded object v0.30.4
19382024-02-04T13:52:03.552Z Downloaded num-bigint-dig v0.8.4
19392024-02-04T13:52:03.560Z Downloaded packed_struct v0.10.1
19402024-02-04T13:52:03.563Z Downloaded crc-catalog v2.2.0
19412024-02-04T13:52:03.566Z Downloaded wyz v0.5.1
19422024-02-04T13:52:03.566Z Downloaded radium v0.7.0
19432024-02-04T13:52:03.569Z Downloaded nodrop v0.1.14
19442024-02-04T13:52:03.734Z Compiling proc-macro2 v1.0.78
19452024-02-04T13:52:03.737Z Compiling unicode-ident v1.0.12
19462024-02-04T13:52:03.737Z Compiling libc v0.2.153
19472024-02-04T13:52:03.737Z Compiling autocfg v1.1.0
19482024-02-04T13:52:03.737Z Compiling serde v1.0.195
19492024-02-04T13:52:03.737Z Compiling version_check v0.9.4
19502024-02-04T13:52:03.755Z Compiling cfg-if v1.0.0
19512024-02-04T13:52:03.895Z Compiling typenum v1.16.0
19522024-02-04T13:52:03.908Z Compiling once_cell v1.19.0
19532024-02-04T13:52:03.998Z Compiling parking_lot_core v0.9.8
19542024-02-04T13:52:04.510Z Compiling memchr v2.6.3
19552024-02-04T13:52:04.550Z Compiling syn v1.0.109
19562024-02-04T13:52:04.560Z Compiling byteorder v1.5.0
19572024-02-04T13:52:04.897Z Compiling lock_api v0.4.10
19582024-02-04T13:52:05.310Z Compiling generic-array v0.14.7
19592024-02-04T13:52:05.402Z Compiling libm v0.2.7
19602024-02-04T13:52:05.416Z Compiling num-traits v0.2.16
19612024-02-04T13:52:05.710Z Compiling ahash v0.8.6
19622024-02-04T13:52:05.821Z Compiling quote v1.0.35
19632024-02-04T13:52:05.832Z Compiling pkg-config v0.3.27
19642024-02-04T13:52:06.173Z Compiling thiserror v1.0.56
19652024-02-04T13:52:06.800Z Compiling syn v2.0.48
19662024-02-04T13:52:06.825Z Compiling cc v1.0.83
19672024-02-04T13:52:06.965Z Compiling getrandom v0.2.10
19682024-02-04T13:52:07.582Z Compiling serde_json v1.0.113
19692024-02-04T13:52:07.685Z Compiling scopeguard v1.2.0
19702024-02-04T13:52:08.275Z Compiling slab v0.4.9
19712024-02-04T13:52:08.387Z Compiling itoa v1.0.9
19722024-02-04T13:52:08.703Z Compiling log v0.4.20
19732024-02-04T13:52:08.739Z Compiling rand_core v0.6.4
19742024-02-04T13:52:09.382Z Compiling smallvec v1.11.2
19752024-02-04T13:52:10.145Z Compiling vcpkg v0.2.15
19762024-02-04T13:52:11.076Z Compiling pin-project-lite v0.2.13
19772024-02-04T13:52:11.231Z Compiling const-oid v0.9.5
19782024-02-04T13:52:11.756Z Compiling parking_lot v0.12.1
19792024-02-04T13:52:12.285Z Compiling ring v0.17.7
19802024-02-04T13:52:13.010Z Compiling ryu v1.0.15
19812024-02-04T13:52:13.018Z Compiling openssl-sys v0.9.96
19822024-02-04T13:52:13.149Z Compiling ucd-trie v0.1.6
19832024-02-04T13:52:13.902Z Compiling signal-hook-registry v1.4.1
19842024-02-04T13:52:14.486Z Compiling subtle v2.5.0
19852024-02-04T13:52:14.955Z Compiling io-lifetimes v1.0.11
19862024-02-04T13:52:15.017Z Compiling ring v0.16.20
19872024-02-04T13:52:15.029Z Compiling mio v0.8.9
19882024-02-04T13:52:15.975Z Compiling num-integer v0.1.45
19892024-02-04T13:52:16.381Z Compiling futures-core v0.3.30
19902024-02-04T13:52:16.570Z Compiling semver v1.0.21
19912024-02-04T13:52:17.402Z Compiling spin v0.5.2
19922024-02-04T13:52:17.971Z Compiling rustix v0.37.23
19932024-02-04T13:52:18.830Z Compiling socket2 v0.5.5
19942024-02-04T13:52:19.174Z Compiling num_cpus v1.16.0
19952024-02-04T13:52:19.336Z Compiling futures-sink v0.3.30
19962024-02-04T13:52:19.392Z Compiling httparse v1.8.0
19972024-02-04T13:52:19.529Z Compiling unicode-xid v0.2.4
19982024-02-04T13:52:19.792Z Compiling heck v0.4.1
19992024-02-04T13:52:20.218Z Compiling openssl v0.10.60
20002024-02-04T13:52:20.354Z Compiling allocator-api2 v0.2.16
20012024-02-04T13:52:20.412Z Compiling synstructure v0.12.6
20022024-02-04T13:52:21.373Z Compiling tinyvec_macros v0.1.1
20032024-02-04T13:52:21.480Z Compiling equivalent v1.0.1
20042024-02-04T13:52:21.786Z Compiling tinyvec v1.6.0
20052024-02-04T13:52:22.114Z Compiling futures-channel v0.3.30
20062024-02-04T13:52:22.601Z Compiling rustls v0.21.9
20072024-02-04T13:52:22.708Z Compiling futures-io v0.3.30
20082024-02-04T13:52:22.777Z Compiling ppv-lite86 v0.2.17
20092024-02-04T13:52:22.861Z Compiling pin-utils v0.1.0
20102024-02-04T13:52:22.977Z Compiling native-tls v0.2.11
20112024-02-04T13:52:22.980Z Compiling futures-task v0.3.30
20122024-02-04T13:52:23.309Z Compiling crc32fast v1.3.2
20132024-02-04T13:52:23.435Z Compiling bzip2-sys v0.1.11+1.0.8
20142024-02-04T13:52:23.723Z Compiling spin v0.9.8
20152024-02-04T13:52:23.945Z Compiling tracing-core v0.1.31
20162024-02-04T13:52:24.066Z Compiling rand_chacha v0.3.1
20172024-02-04T13:52:24.223Z Compiling unicode-bidi v0.3.13
20182024-02-04T13:52:24.292Z Compiling unicode-normalization v0.1.22
20192024-02-04T13:52:24.329Z Compiling base64ct v1.6.0
20202024-02-04T13:52:25.520Z Compiling pem-rfc7468 v0.7.0
20212024-02-04T13:52:25.636Z Compiling rand v0.8.5
20222024-02-04T13:52:26.641Z Compiling errno v0.3.8
20232024-02-04T13:52:26.784Z Compiling num-iter v0.1.43
20242024-02-04T13:52:27.016Z Compiling usdt-impl v0.3.5
20252024-02-04T13:52:27.217Z Compiling schemars v0.8.16
20262024-02-04T13:52:27.481Z Compiling signal-hook v0.3.17
20272024-02-04T13:52:27.872Z Compiling flagset v0.4.3
20282024-02-04T13:52:28.197Z Compiling rustix v0.38.30
20292024-02-04T13:52:28.241Z Compiling serde_derive_internals v0.26.0
20302024-02-04T13:52:28.606Z Compiling serde_derive v1.0.195
20312024-02-04T13:52:28.856Z Compiling zeroize_derive v1.4.2
20322024-02-04T13:52:28.939Z Compiling zerocopy-derive v0.7.32
20332024-02-04T13:52:29.039Z Compiling thiserror-impl v1.0.56
20342024-02-04T13:52:29.068Z Compiling tokio-macros v2.2.0
20352024-02-04T13:52:29.129Z Compiling futures-macro v0.3.30
20362024-02-04T13:52:31.139Z Compiling zeroize v1.7.0
20372024-02-04T13:52:31.955Z Compiling tracing-attributes v0.1.26
20382024-02-04T13:52:32.194Z Compiling zerocopy v0.7.32
20392024-02-04T13:52:33.082Z Compiling der_derive v0.7.2
20402024-02-04T13:52:33.840Z Compiling pest v2.7.6
20412024-02-04T13:52:34.206Z Compiling crypto-common v0.1.6
20422024-02-04T13:52:34.288Z Compiling block-buffer v0.10.4
20432024-02-04T13:52:34.708Z Compiling digest v0.10.7
20442024-02-04T13:52:35.056Z Compiling zerocopy-derive v0.2.0
20452024-02-04T13:52:35.469Z Compiling openssl-macros v0.1.1
20462024-02-04T13:52:35.804Z Compiling hashbrown v0.14.2
20472024-02-04T13:52:36.908Z Compiling futures-util v0.3.30
20482024-02-04T13:52:37.411Z Compiling tracing v0.1.37
20492024-02-04T13:52:37.677Z Compiling scroll_derive v0.12.0
20502024-02-04T13:52:37.823Z Compiling pest_meta v2.7.6
20512024-02-04T13:52:37.860Z Compiling zerocopy-derive v0.6.4
20522024-02-04T13:52:38.170Z Compiling der v0.7.8
20532024-02-04T13:52:39.958Z Compiling pest_generator v2.7.6
20542024-02-04T13:52:43.003Z Compiling fnv v1.0.7
20552024-02-04T13:52:44.706Z Compiling pest_derive v2.7.6
20562024-02-04T13:52:45.790Z Compiling bitflags v1.3.2
20572024-02-04T13:52:46.750Z Compiling spki v0.7.2
20582024-02-04T13:52:47.331Z Compiling zerocopy v0.3.0
20592024-02-04T13:52:47.629Z Compiling schemars_derive v0.8.16
20602024-02-04T13:52:48.560Z Compiling lazy_static v1.4.0
20612024-02-04T13:52:49.617Z Compiling backtrace v0.3.69
20622024-02-04T13:52:49.985Z Compiling thread-id v4.2.0
20632024-02-04T13:52:50.026Z Compiling memoffset v0.9.0
20642024-02-04T13:52:50.207Z Compiling num-bigint v0.4.4
20652024-02-04T13:52:50.415Z Compiling percent-encoding v2.3.1
20662024-02-04T13:52:50.853Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20672024-02-04T13:52:50.891Z Compiling async-trait v0.1.77
20682024-02-04T13:52:51.536Z Compiling bytes v1.5.0
20692024-02-04T13:52:51.858Z Compiling indexmap v2.2.2
20702024-02-04T13:52:51.905Z Compiling bitflags v2.4.0
20712024-02-04T13:52:52.966Z Compiling tokio v1.36.0
20722024-02-04T13:52:53.190Z Compiling rustc_version v0.4.0
20732024-02-04T13:52:54.160Z Compiling heapless v0.7.16
20742024-02-04T13:52:54.818Z Compiling http v0.2.11
20752024-02-04T13:52:55.613Z Compiling uuid v1.7.0
20762024-02-04T13:52:56.289Z Compiling base64 v0.21.7
20772024-02-04T13:52:56.427Z Compiling untrusted v0.7.1
20782024-02-04T13:52:56.781Z Compiling smoltcp v0.9.1
20792024-02-04T13:52:56.828Z Compiling untrusted v0.9.0
20802024-02-04T13:52:57.691Z Compiling foreign-types-shared v0.1.1
20812024-02-04T13:52:57.840Z Compiling iana-time-zone v0.1.57
20822024-02-04T13:52:57.968Z Compiling crossbeam-utils v0.8.16
20832024-02-04T13:52:58.251Z Compiling chrono v0.4.31
20842024-02-04T13:52:58.343Z Compiling foreign-types v0.3.2
20852024-02-04T13:53:01.821Z Compiling dof v0.1.5
20862024-02-04T13:53:03.108Z Compiling dtrace-parser v0.1.14
20872024-02-04T13:53:04.067Z Compiling hmac v0.12.1
20882024-02-04T13:53:04.173Z Compiling clap_derive v4.4.2
20892024-02-04T13:53:05.612Z Compiling rustversion v1.0.14
20902024-02-04T13:53:05.672Z Compiling adler v1.0.2
20912024-02-04T13:53:05.775Z Compiling anstyle v1.0.2
20922024-02-04T13:53:05.975Z Compiling tokio-util v0.7.10
20932024-02-04T13:53:06.479Z Compiling utf8parse v0.2.1
20942024-02-04T13:53:06.668Z Compiling siphasher v0.3.11
20952024-02-04T13:53:06.686Z Compiling try-lock v0.2.4
20962024-02-04T13:53:06.738Z Compiling time-core v0.1.1
20972024-02-04T13:53:06.877Z Compiling cpufeatures v0.2.12
20982024-02-04T13:53:07.515Z Compiling time-macros v0.2.13
20992024-02-04T13:53:08.248Z Compiling h2 v0.3.24
21002024-02-04T13:53:11.314Z Compiling sha2 v0.10.8
21012024-02-04T13:53:12.010Z Compiling want v0.3.1
21022024-02-04T13:53:12.400Z Compiling anstyle-parse v0.2.1
21032024-02-04T13:53:12.571Z Compiling miniz_oxide v0.7.1
21042024-02-04T13:53:16.589Z Compiling sct v0.7.0
21052024-02-04T13:53:16.987Z Compiling rustls-webpki v0.101.7
21062024-02-04T13:53:17.882Z Compiling http-body v0.4.5
21072024-02-04T13:53:18.499Z Compiling serde_tokenstream v0.1.7
21082024-02-04T13:53:19.271Z Compiling form_urlencoded v1.2.1
21092024-02-04T13:53:19.741Z Compiling pkcs8 v0.10.2
21102024-02-04T13:53:19.894Z Compiling hubpack_derive v0.1.1
21112024-02-04T13:53:21.145Z Compiling socket2 v0.4.9
21122024-02-04T13:53:21.345Z Compiling crossbeam-epoch v0.9.15
21132024-02-04T13:53:21.471Z Compiling usdt-impl v0.5.0
21142024-02-04T13:53:22.198Z Compiling httpdate v1.0.3
21152024-02-04T13:53:22.792Z Compiling colorchoice v1.0.0
21162024-02-04T13:53:22.985Z Compiling anstyle-query v1.0.0
21172024-02-04T13:53:23.180Z Compiling slog v2.7.0
21182024-02-04T13:53:23.232Z Compiling radium v0.7.0
21192024-02-04T13:53:23.828Z Compiling tower-service v0.3.2
21202024-02-04T13:53:23.841Z Compiling openssl-probe v0.1.5
21212024-02-04T13:53:24.300Z Compiling anyhow v1.0.75
21222024-02-04T13:53:25.214Z Compiling hyper v0.14.27
21232024-02-04T13:53:26.297Z Compiling anstream v0.5.0
21242024-02-04T13:53:31.842Z Compiling terminal_size v0.2.6
21252024-02-04T13:53:34.360Z Compiling toml_datetime v0.6.5
21262024-02-04T13:53:34.985Z Compiling serde_spanned v0.6.5
21272024-02-04T13:53:37.172Z Compiling zerocopy v0.6.4
21282024-02-04T13:53:37.819Z Compiling scroll v0.12.0
21292024-02-04T13:53:38.687Z Compiling md-5 v0.10.5
21302024-02-04T13:53:39.031Z Compiling stringprep v0.1.3
21312024-02-04T13:53:39.070Z Compiling idna v0.5.0
21322024-02-04T13:53:40.409Z Compiling diesel_table_macro_syntax v0.1.0
21332024-02-04T13:53:40.420Z Compiling aho-corasick v1.0.4
21342024-02-04T13:53:40.935Z Compiling hash32 v0.2.1
21352024-02-04T13:53:41.033Z Compiling gimli v0.28.0
21362024-02-04T13:53:41.188Z Compiling tap v1.0.1
21372024-02-04T13:53:41.458Z Compiling fallible-iterator v0.2.0
21382024-02-04T13:53:41.484Z Compiling stable_deref_trait v1.2.0
21392024-02-04T13:53:41.505Z Compiling strsim v0.10.0
21402024-02-04T13:53:41.614Z Compiling winnow v0.5.15
21412024-02-04T13:53:42.660Z Compiling plain v0.2.3
21422024-02-04T13:53:42.891Z Compiling maybe-uninit v2.0.0
21432024-02-04T13:53:43.451Z Compiling dyn-clone v1.0.13
21442024-02-04T13:53:43.559Z Compiling regex-syntax v0.8.2
21452024-02-04T13:53:43.733Z Compiling clap_lex v0.5.1
21462024-02-04T13:53:44.578Z Compiling clap_builder v4.4.2
21472024-02-04T13:53:45.005Z Compiling goblin v0.8.0
21482024-02-04T13:53:45.338Z Compiling postgres-protocol v0.6.6
21492024-02-04T13:53:47.264Z Compiling wyz v0.5.1
21502024-02-04T13:53:47.947Z Compiling diesel_derives v2.1.2
21512024-02-04T13:53:48.229Z Compiling addr2line v0.21.0
21522024-02-04T13:53:48.422Z Compiling url v2.5.0
21532024-02-04T13:53:49.717Z Compiling regex-automata v0.4.4
21542024-02-04T13:53:52.554Z Compiling tokio-rustls v0.24.1
21552024-02-04T13:53:53.167Z Compiling strum_macros v0.25.2
21562024-02-04T13:53:59.278Z Compiling tokio-native-tls v0.3.1
21572024-02-04T13:54:00.183Z Compiling usdt-attr-macro v0.3.5
21582024-02-04T13:54:00.454Z Compiling usdt-macro v0.3.5
21592024-02-04T13:54:02.320Z Compiling phf_shared v0.11.2
21602024-02-04T13:54:03.629Z Compiling block-padding v0.3.3
21612024-02-04T13:54:03.643Z Compiling enum-as-inner v0.5.1
21622024-02-04T13:54:03.771Z Compiling serde_repr v0.1.16
21632024-02-04T13:54:03.953Z Compiling ff v0.13.0
21642024-02-04T13:54:04.293Z Compiling scheduled-thread-pool v0.2.7
21652024-02-04T13:54:05.148Z Compiling object v0.32.1
21662024-02-04T13:54:05.469Z Compiling regex-automata v0.1.10
21672024-02-04T13:54:07.091Z Compiling bit-vec v0.6.3
21682024-02-04T13:54:07.723Z Compiling managed v0.8.0
21692024-02-04T13:54:07.975Z Compiling rustc-demangle v0.1.23
21702024-02-04T13:54:09.424Z Compiling matches v0.1.10
21712024-02-04T13:54:09.862Z Compiling num-bigint-dig v0.8.4
21722024-02-04T13:54:10.537Z Compiling deranged v0.3.8
21732024-02-04T13:54:10.964Z Compiling ipnet v2.9.0
21742024-02-04T13:54:11.827Z Compiling funty v2.0.0
21752024-02-04T13:54:12.541Z Compiling packed_struct v0.10.1
21762024-02-04T13:54:13.124Z Compiling base16ct v0.2.0
21772024-02-04T13:54:13.554Z Compiling pretty-hex v0.4.1
21782024-02-04T13:54:13.592Z Compiling num_threads v0.1.6
21792024-02-04T13:54:13.750Z Compiling time v0.3.27
21802024-02-04T13:54:13.857Z Compiling dof v0.3.0
21812024-02-04T13:54:16.687Z Compiling bitvec v1.0.1
21822024-02-04T13:54:17.097Z Compiling sec1 v0.7.3
21832024-02-04T13:54:20.354Z Compiling idna v0.2.3
21842024-02-04T13:54:22.746Z Compiling bstr v0.2.17
21852024-02-04T13:54:23.441Z Compiling r2d2 v0.8.10
21862024-02-04T13:54:24.019Z Compiling group v0.13.0
21872024-02-04T13:54:24.088Z Compiling inout v0.1.3
21882024-02-04T13:54:24.800Z Compiling phf v0.11.2
21892024-02-04T13:54:25.232Z Compiling hyper-tls v0.5.0
21902024-02-04T13:54:25.732Z Compiling regex v1.10.3
21912024-02-04T13:54:26.655Z Compiling hyper-rustls v0.24.2
21922024-02-04T13:54:27.188Z Compiling signal-hook-mio v0.2.3
21932024-02-04T13:54:27.403Z Compiling bzip2 v0.4.4
21942024-02-04T13:54:27.439Z Compiling clap v4.4.3
21952024-02-04T13:54:27.602Z Compiling flate2 v1.0.28
21962024-02-04T13:54:27.943Z Compiling ipnetwork v0.20.0
21972024-02-04T13:54:29.144Z Compiling toml_edit v0.19.15
21982024-02-04T13:54:29.151Z Compiling postgres-types v0.2.6
21992024-02-04T13:54:31.004Z Compiling hubpack v0.1.2
22002024-02-04T13:54:31.044Z Compiling serde_urlencoded v0.7.1
22012024-02-04T13:54:31.411Z Compiling rustls-pemfile v1.0.3
22022024-02-04T13:54:31.682Z Compiling phf_shared v0.10.0
22032024-02-04T13:54:31.873Z Compiling hkdf v0.12.4
22042024-02-04T13:54:31.994Z Compiling futures-executor v0.3.30
22052024-02-04T13:54:32.203Z Compiling dtrace-parser v0.2.0
22062024-02-04T13:54:35.740Z Compiling crypto-bigint v0.5.2
22072024-02-04T13:54:36.544Z Compiling packed_struct_codegen v0.10.1
22082024-02-04T13:54:38.339Z Compiling float-cmp v0.9.0
22092024-02-04T13:54:39.211Z Compiling indexmap v1.9.3
22102024-02-04T13:54:39.524Z Compiling encoding_rs v0.8.33
22112024-02-04T13:54:39.628Z Compiling new_debug_unreachable v1.0.4
22122024-02-04T13:54:40.046Z Compiling crc-catalog v2.2.0
22132024-02-04T13:54:40.252Z Compiling fixedbitset v0.4.2
22142024-02-04T13:54:40.872Z Compiling unicode-width v0.1.11
22152024-02-04T13:54:41.017Z Compiling difflib v0.4.0
22162024-02-04T13:54:41.150Z Compiling normalize-line-endings v0.3.0
22172024-02-04T13:54:41.253Z Compiling whoami v1.4.1
22182024-02-04T13:54:41.311Z Compiling mime v0.3.17
22192024-02-04T13:54:42.136Z Compiling nodrop v0.1.14
22202024-02-04T13:54:42.305Z Compiling minimal-lexical v0.2.1
22212024-02-04T13:54:42.339Z Compiling either v1.9.0
22222024-02-04T13:54:42.876Z Compiling precomputed-hash v0.1.1
22232024-02-04T13:54:43.030Z Compiling static_assertions v1.1.0
22242024-02-04T13:54:43.075Z Compiling predicates-core v1.0.6
22252024-02-04T13:54:43.162Z Compiling unicode-segmentation v1.10.1
22262024-02-04T13:54:43.555Z Compiling regex-automata v0.3.8
22272024-02-04T13:54:44.484Z Compiling data-encoding v2.4.0
22282024-02-04T13:54:45.711Z Compiling webpki-roots v0.25.2
22292024-02-04T13:54:45.935Z Compiling reqwest v0.11.22
22302024-02-04T13:54:47.381Z Compiling bstr v1.6.0
22312024-02-04T13:54:49.790Z Compiling trust-dns-proto v0.22.0
22322024-02-04T13:54:53.127Z Compiling similar v2.3.0
22332024-02-04T13:54:55.165Z Compiling predicates v3.1.0
22342024-02-04T13:54:56.584Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22352024-02-04T13:54:57.565Z Compiling string_cache v0.8.7
22362024-02-04T13:54:58.222Z Compiling nom v7.1.3
22372024-02-04T13:55:00.384Z Compiling itertools v0.10.5
22382024-02-04T13:55:02.648Z Compiling array-init v0.0.4
22392024-02-04T13:55:04.862Z Compiling tokio-postgres v0.7.10
22402024-02-04T13:55:06.498Z Compiling console v0.15.8
22412024-02-04T13:55:12.120Z Compiling petgraph v0.6.4
22422024-02-04T13:55:12.401Z Compiling crc v3.0.1
22432024-02-04T13:55:12.692Z Compiling elliptic-curve v0.13.8
22442024-02-04T13:55:18.203Z Compiling toml v0.7.8
22452024-02-04T13:55:19.079Z Compiling futures v0.3.30
22462024-02-04T13:55:21.194Z Compiling smallvec v0.6.14
22472024-02-04T13:55:21.914Z Compiling yasna v0.5.2
22482024-02-04T13:55:22.019Z Compiling zip v0.6.6
22492024-02-04T13:55:22.427Z Compiling diesel v2.1.4
22502024-02-04T13:55:23.993Z Compiling crossterm v0.27.0
22512024-02-04T13:55:24.321Z Compiling cipher v0.4.4
22522024-02-04T13:55:28.870Z Compiling bit-set v0.5.3
22532024-02-04T13:55:29.284Z Compiling usdt v0.3.5
22542024-02-04T13:55:29.488Z Compiling is-terminal v0.4.9
22552024-02-04T13:55:29.685Z Compiling toml_edit v0.21.1
22562024-02-04T13:55:41.380Z Compiling pkcs1 v0.7.5
22572024-02-04T13:55:41.490Z Compiling tokio-stream v0.1.14
22582024-02-04T13:55:43.050Z Compiling openapiv3 v2.0.0
22592024-02-04T13:55:45.516Z Compiling hex v0.4.3
22602024-02-04T13:55:47.876Z Compiling hashbrown v0.13.2
22612024-02-04T13:55:49.348Z Compiling signature v2.1.0
22622024-02-04T13:55:51.249Z Compiling lalrpop-util v0.19.12
22632024-02-04T13:55:52.812Z Compiling bitfield v0.14.0
22642024-02-04T13:55:53.288Z Compiling termcolor v1.2.0
22652024-02-04T13:55:53.778Z Compiling hashbrown v0.12.3
22662024-02-04T13:56:06.255Z Compiling env_logger v0.10.0
22672024-02-04T13:56:07.997Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22682024-02-04T13:56:13.626Z Compiling rsa v0.9.2
22692024-02-04T13:56:24.380Z Compiling serde-hex v0.1.0
22702024-02-04T13:56:28.328Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22712024-02-04T13:56:31.040Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722024-02-04T13:56:35.833Z Compiling ron v0.8.1
22732024-02-04T13:56:37.183Z Compiling x509-cert v0.2.4
22742024-02-04T13:56:42.726Z Compiling crc-any v2.4.3
22752024-02-04T13:57:08.320Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22762024-02-04T13:57:22.439Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22772024-02-04T13:57:35.198Z Compiling object v0.30.4
22782024-02-04T13:57:43.673Z Compiling path-slash v0.1.5
22792024-02-04T13:57:57.178Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22802024-02-04T13:58:25.224Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22812024-02-04T13:58:26.383Z Finished release [optimized] target(s) in 6m 24s
22822024-02-04T13:58:26.471Z
22832024-02-04T13:58:26.471Zreal 6:24.195357550
22842024-02-04T13:58:26.472Zuser 44:10.898639621
22852024-02-04T13:58:26.472Zsys 3:44.181280380
22862024-02-04T13:58:26.472Ztrap 1.781656031
22872024-02-04T13:58:26.484Ztflt 1.134726207
22882024-02-04T13:58:26.484Zdflt 0.544616703
22892024-02-04T13:58:26.485Zkflt 0.000826398
22902024-02-04T13:58:26.485Zlock 1:41:48.669492057
22912024-02-04T13:58:26.485Zslp 2:06:57.036921342
22922024-02-04T13:58:26.485Zlat 1:54.649007613
22932024-02-04T13:58:26.485Zstop 1:24.945497017
22942024-02-04T13:58:26.486Z+ ptime -m gzip
22952024-02-04T13:58:27.126Z
22962024-02-04T13:58:27.126Zreal 0.651965302
22972024-02-04T13:58:27.126Zuser 0.642661705
22982024-02-04T13:58:27.126Zsys 0.008726919
22992024-02-04T13:58:27.129Ztrap 0.000081581
23002024-02-04T13:58:27.129Ztflt 0.000000000
23012024-02-04T13:58:27.129Zdflt 0.000000000
23022024-02-04T13:58:27.130Zkflt 0.000000000
23032024-02-04T13:58:27.130Zlock 0.000000000
23042024-02-04T13:58:27.130Zslp 0.000000000
23052024-02-04T13:58:27.130Zlat 0.000169684
23062024-02-04T13:58:27.130Zstop 0.000221760
23072024-02-04T13:58:27.130Z+ banner tufaceous
23082024-02-04T13:58:27.130Z
23092024-02-04T13:58:27.130Z ##### # # ###### ## #### ###### #### # # ####
23102024-02-04T13:58:27.130Z # # # # # # # # # # # # # #
23112024-02-04T13:58:27.130Z # # # ##### # # # ##### # # # # ####
23122024-02-04T13:58:27.130Z # # # # ###### # # # # # # #
23132024-02-04T13:58:27.130Z # # # # # # # # # # # # # # #
23142024-02-04T13:58:27.130Z # #### # # # #### ###### #### #### ####
23152024-02-04T13:58:27.130Z
23162024-02-04T13:58:27.130Z+ ptime -m cargo build --locked -p tufaceous --release
23172024-02-04T13:58:27.835Z Downloading crates ...
23182024-02-04T13:58:28.253Z Downloaded parse-size v1.0.0
23192024-02-04T13:58:28.263Z Downloaded doc-comment v0.3.3
23202024-02-04T13:58:28.267Z Downloaded snafu-derive v0.7.5
23212024-02-04T13:58:28.267Z Downloaded olpc-cjson v0.1.3
23222024-02-04T13:58:28.270Z Downloaded tough v0.16.0
23232024-02-04T13:58:28.321Z Downloaded fs-err v2.11.0
23242024-02-04T13:58:28.331Z Downloaded pin-project v1.1.3
23252024-02-04T13:58:28.353Z Downloaded snafu v0.7.5
23262024-02-04T13:58:28.364Z Downloaded buf-list v1.0.3
23272024-02-04T13:58:28.375Z Downloaded async-recursion v1.0.5
23282024-02-04T13:58:28.379Z Downloaded serde_plain v1.0.2
23292024-02-04T13:58:28.382Z Downloaded pin-project-internal v1.1.3
23302024-02-04T13:58:28.385Z Downloaded humantime v2.1.0
23312024-02-04T13:58:28.388Z Downloaded typed-path v0.7.0
23322024-02-04T13:58:28.397Z Downloaded globset v0.4.13
23332024-02-04T13:58:28.569Z Compiling serde_tokenstream v0.2.0
23342024-02-04T13:58:28.588Z Compiling regress v0.7.1
23352024-02-04T13:58:28.603Z Compiling dirs-sys-next v0.1.2
23362024-02-04T13:58:28.606Z Compiling ident_case v1.0.1
23372024-02-04T13:58:28.606Z Compiling rustls-pki-types v1.1.0
23382024-02-04T13:58:28.642Z Compiling thread_local v1.1.7
23392024-02-04T13:58:28.647Z Compiling heck v0.4.1
23402024-02-04T13:58:28.834Z Compiling dirs-next v2.0.0
23412024-02-04T13:58:29.172Z Compiling darling_core v0.20.3
23422024-02-04T13:58:29.382Z Compiling camino v1.1.6
23432024-02-04T13:58:29.994Z Compiling slog-async v2.8.0
23442024-02-04T13:58:30.260Z Compiling rustls v0.22.2
23452024-02-04T13:58:30.549Z Compiling rustls-webpki v0.102.1
23462024-02-04T13:58:30.676Z Compiling term v0.7.0
23472024-02-04T13:58:30.710Z Compiling crossbeam-channel v0.5.8
23482024-02-04T13:58:30.723Z Compiling getopts v0.2.21
23492024-02-04T13:58:30.791Z Compiling structmeta-derive v0.3.0
23502024-02-04T13:58:32.130Z Compiling atty v0.2.14
23512024-02-04T13:58:32.330Z Compiling multer v3.0.0
23522024-02-04T13:58:32.766Z Compiling unsafe-libyaml v0.2.10
23532024-02-04T13:58:33.439Z Compiling doc-comment v0.3.3
23542024-02-04T13:58:34.175Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23552024-02-04T13:58:35.749Z Compiling match_cfg v0.1.0
23562024-02-04T13:58:35.879Z Compiling take_mut v0.2.2
23572024-02-04T13:58:36.102Z Compiling paste v1.0.14
23582024-02-04T13:58:36.840Z Compiling hostname v0.3.1
23592024-02-04T13:58:37.207Z Compiling structmeta v0.3.0
23602024-02-04T13:58:37.814Z Compiling serde_yaml v0.9.25
23612024-02-04T13:58:38.180Z Compiling darling_macro v0.20.3
23622024-02-04T13:58:38.821Z Compiling slog-term v2.9.0
23632024-02-04T13:58:39.661Z Compiling darling v0.20.3
23642024-02-04T13:58:42.741Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23652024-02-04T13:58:42.763Z Compiling slog-json v2.6.1
23662024-02-04T13:58:43.594Z Compiling http v1.0.0
23672024-02-04T13:58:43.832Z Compiling async-stream-impl v0.3.5
23682024-02-04T13:58:44.222Z Compiling pin-project-internal v1.1.3
23692024-02-04T13:58:45.791Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23702024-02-04T13:58:45.827Z Compiling atomic-waker v1.1.1
23712024-02-04T13:58:46.104Z Compiling fastrand v2.0.0
23722024-02-04T13:58:47.049Z Compiling tempfile v3.9.0
23732024-02-04T13:58:47.195Z Compiling tokio-rustls v0.25.0
23742024-02-04T13:58:47.941Z Compiling waitgroup v0.1.2
23752024-02-04T13:58:48.289Z Compiling async-stream v0.3.5
23762024-02-04T13:58:48.772Z Compiling pin-project v1.1.3
23772024-02-04T13:58:48.785Z Compiling slog-bunyan v2.5.0
23782024-02-04T13:58:49.102Z Compiling serde_with_macros v3.6.0
23792024-02-04T13:58:49.310Z Compiling parse-display-derive v0.9.0
23802024-02-04T13:58:51.735Z Compiling toml v0.8.9
23812024-02-04T13:58:52.006Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23822024-02-04T13:58:52.138Z Compiling rustls-pemfile v2.0.0
23832024-02-04T13:58:53.283Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23842024-02-04T13:58:53.670Z Compiling sha1 v0.10.6
23852024-02-04T13:58:53.804Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23862024-02-04T13:58:55.224Z Compiling snafu-derive v0.7.5
23872024-02-04T13:58:55.277Z Compiling serde_path_to_error v0.1.15
23882024-02-04T13:58:55.693Z Compiling fs-err v2.11.0
23892024-02-04T13:58:55.807Z Compiling instant v0.1.12
23902024-02-04T13:58:56.032Z Compiling arc-swap v1.6.0
23912024-02-04T13:58:56.131Z Compiling same-file v1.0.6
23922024-02-04T13:58:56.584Z Compiling debug-ignore v1.0.5
23932024-02-04T13:58:56.788Z Compiling buf-list v1.0.3
23942024-02-04T13:58:56.935Z Compiling slog-scope v4.4.0
23952024-02-04T13:58:57.696Z Compiling walkdir v2.4.0
23962024-02-04T13:58:58.610Z Compiling backoff v0.4.0
23972024-02-04T13:58:59.160Z Compiling parse-display v0.9.0
23982024-02-04T13:59:00.581Z Compiling serde_with v3.6.0
23992024-02-04T13:59:00.985Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
24002024-02-04T13:59:01.175Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24012024-02-04T13:59:02.440Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24022024-02-04T13:59:03.486Z Compiling globset v0.4.13
24032024-02-04T13:59:03.530Z Compiling snafu v0.7.5
24042024-02-04T13:59:05.947Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24052024-02-04T13:59:06.168Z Compiling strum v0.25.0
24062024-02-04T13:59:06.432Z Compiling olpc-cjson v0.1.3
24072024-02-04T13:59:07.329Z Compiling pem v3.0.2
24082024-02-04T13:59:08.604Z Compiling macaddr v1.0.1
24092024-02-04T13:59:09.794Z Compiling serde_plain v1.0.2
24102024-02-04T13:59:10.058Z Compiling async-recursion v1.0.5
24112024-02-04T13:59:10.643Z Compiling xattr v1.0.1
24122024-02-04T13:59:11.093Z Compiling filetime v0.2.23
24132024-02-04T13:59:11.580Z Compiling typed-path v0.7.0
24142024-02-04T13:59:11.623Z Compiling tar v0.4.40
24152024-02-04T13:59:12.422Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24162024-02-04T13:59:18.339Z Compiling tough v0.16.0
24172024-02-04T13:59:23.598Z Compiling slog-stdlog v4.1.1
24182024-02-04T13:59:24.441Z Compiling camino-tempfile v1.1.1
24192024-02-04T13:59:25.130Z Compiling itertools v0.12.1
24202024-02-04T13:59:25.693Z Compiling parse-size v1.0.0
24212024-02-04T13:59:26.170Z Compiling slog-envlogger v2.2.0
24222024-02-04T13:59:30.748Z Compiling humantime v2.1.0
24232024-02-04T13:59:38.632Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24242024-02-04T13:59:38.939Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24252024-02-04T13:59:54.372Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24262024-02-04T13:59:57.720Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24272024-02-04T14:00:28.913Z Finished release [optimized] target(s) in 2m 01s
24282024-02-04T14:00:29.005Z
24292024-02-04T14:00:29.005Zreal 2:01.853806788
24302024-02-04T14:00:29.005Zuser 13:50.955532168
24312024-02-04T14:00:29.005Zsys 47.703885179
24322024-02-04T14:00:29.005Ztrap 0.512727810
24332024-02-04T14:00:29.005Ztflt 0.475692041
24342024-02-04T14:00:29.005Zdflt 0.589051213
24352024-02-04T14:00:29.008Zkflt 0.000252337
24362024-02-04T14:00:29.009Zlock 28:19.548480061
24372024-02-04T14:00:29.009Zslp 30:54.809396902
24382024-02-04T14:00:29.009Zlat 26.493929540
24392024-02-04T14:00:29.009Zstop 12.095816189
24402024-02-04T14:00:29.009Z+ ptime -m gzip
24412024-02-04T14:00:31.498Z
24422024-02-04T14:00:31.499Zreal 2.488617690
24432024-02-04T14:00:31.502Zuser 2.463446029
24442024-02-04T14:00:31.502Zsys 0.022798158
24452024-02-04T14:00:31.502Ztrap 0.000777895
24462024-02-04T14:00:31.502Ztflt 0.000000000
24472024-02-04T14:00:31.502Zdflt 0.000000000
24482024-02-04T14:00:31.502Zkflt 0.000000000
24492024-02-04T14:00:31.502Zlock 0.000000000
24502024-02-04T14:00:31.503Zslp 0.000000000
24512024-02-04T14:00:31.503Zlat 0.001235237
24522024-02-04T14:00:31.503Zstop 0.000253591
24532024-02-04T14:00:31.503Zprocess exited: duration 1238710 ms, exit code 0
 
24542024-02-04T14:00:31.532Zfound 5 output files
24552024-02-04T14:00:31.532Zuploading: /work/end-to-end-tests/bootstrap-57f83304f4d2c95a.gz (10654959 bytes)
24562024-02-04T14:00:35.763Zuploaded: /work/end-to-end-tests/bootstrap-57f83304f4d2c95a.gz
24572024-02-04T14:00:35.763Zuploading: /work/end-to-end-tests/bootstrap.gz (108758588 bytes)
24582024-02-04T14:01:03.545Zuploaded: /work/end-to-end-tests/bootstrap.gz
24592024-02-04T14:01:03.545Zuploading: /work/end-to-end-tests/end_to_end_tests-c0b0b6dcb564ad0e.gz (112200854 bytes)
24602024-02-04T14:01:33.208Zuploaded: /work/end-to-end-tests/end_to_end_tests-c0b0b6dcb564ad0e.gz
24612024-02-04T14:01:33.208Zuploading: /work/caboose-util.gz (4060245 bytes)
24622024-02-04T14:01:35.135Zuploaded: /work/caboose-util.gz
24632024-02-04T14:01:35.135Zuploading: /work/tufaceous.gz (15852578 bytes)
24642024-02-04T14:01:40.043Zuploaded: /work/tufaceous.gz