01HQJS9DG8FAEP88GYNBXY2R65: 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: 01HQJS9NT2GY7ZKB05S6FY3BQ2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-26T13:23:27.217Zjob assigned to worker 01HQJS9S0RZMJ2NB86AF4HKQFE (queued for 53 s)
 
22024-02-26T13:23:27.956Zstarting task 0: "setup"
32024-02-26T13:23:28.063Z++ uname -s
42024-02-26T13:23:28.067Z+ kern=SunOS
52024-02-26T13:23:28.067Z+ case "$kern" in
62024-02-26T13:23:28.067Z+ groupadd -g 12345 build
72024-02-26T13:23:28.067Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-26T13:23:30.482Z+ zfs create -o mountpoint=/work rpool/work
92024-02-26T13:23:30.490Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-26T13:23:30.491Z+ home_fs=zfs
112024-02-26T13:23:30.491Z+ [[ zfs == autofs ]]
122024-02-26T13:23:30.491Z+ mkdir -p /home/build
132024-02-26T13:23:30.491Z+ chown build:build /home/build /work
142024-02-26T13:23:32.181Z+ chmod 0700 /home/build /work
152024-02-26T13:23:32.603Zprocess exited: duration 4221 ms, exit code 0
 
162024-02-26T13:23:32.625Zstarting task 1: "rust-toolchain"
172024-02-26T13:23:32.637Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-26T13:23:32.638Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-26T13:23:32.749Zinfo: downloading installer
202024-02-26T13:23:34.507Zwarning: it looks like you have an existing installation of Rust at:
212024-02-26T13:23:34.507Zwarning: /opt/ooce/bin
222024-02-26T13:23:34.507Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-26T13:23:34.507Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-26T13:23:34.507Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-26T13:23:34.507Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-26T13:23:34.507Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-26T13:23:34.508Zerror: cannot install while Rust is installed
282024-02-26T13:23:34.508Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-26T13:23:34.659Zinfo: profile set to 'default'
302024-02-26T13:23:34.659Zinfo: default host triple is x86_64-unknown-illumos
312024-02-26T13:23:34.663Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-26T13:23:34.791Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-26T13:23:34.792Zinfo: downloading component 'cargo'
342024-02-26T13:23:35.450Zinfo: downloading component 'clippy'
352024-02-26T13:23:35.673Zinfo: downloading component 'rust-docs'
362024-02-26T13:23:36.480Zinfo: downloading component 'rust-std'
372024-02-26T13:23:37.921Zinfo: downloading component 'rustc'
382024-02-26T13:23:41.370Zinfo: downloading component 'rustfmt'
392024-02-26T13:23:41.575Zinfo: installing component 'cargo'
402024-02-26T13:23:42.500Zinfo: installing component 'clippy'
412024-02-26T13:23:42.904Zinfo: installing component 'rust-docs'
422024-02-26T13:23:44.406Zinfo: installing component 'rust-std'
432024-02-26T13:23:46.329Zinfo: installing component 'rustc'
442024-02-26T13:23:50.478Zinfo: installing component 'rustfmt'
452024-02-26T13:23:50.836Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-26T13:23:50.836Z
472024-02-26T13:23:51.100Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-26T13:23:51.100Z
492024-02-26T13:23:51.117Z
502024-02-26T13:23:51.117ZRust is installed now. Great!
512024-02-26T13:23:51.117Z
522024-02-26T13:23:51.117ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-26T13:23:51.117Zenvironment variable. This has not been done automatically.
542024-02-26T13:23:51.117Z
552024-02-26T13:23:51.117ZTo configure your current shell, run:
562024-02-26T13:23:51.117Zsource "$HOME/.cargo/env"
572024-02-26T13:23:51.151Z+ rustc --version
582024-02-26T13:23:51.221Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-26T13:23:51.230Zprocess exited: duration 18593 ms, exit code 0
 
602024-02-26T13:23:51.242Zstarting task 2: "authentication"
612024-02-26T13:23:51.271Zprocess exited: duration 26 ms, exit code 0
 
622024-02-26T13:23:51.293Zstarting task 3: "clone repository"
632024-02-26T13:23:51.317Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-26T13:23:51.317Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-26T13:23:51.543ZCloning into '/work/oxidecomputer/omicron'...
662024-02-26T13:23:57.627Z+ cd /work/oxidecomputer/omicron
672024-02-26T13:23:57.627Z+ git fetch origin 8a4b9b32892e9e718e0cd107705bd539c8b38767
682024-02-26T13:23:57.949ZFrom https://github.com/oxidecomputer/omicron
692024-02-26T13:23:57.950Z * branch 8a4b9b32892e9e718e0cd107705bd539c8b38767 -> FETCH_HEAD
702024-02-26T13:23:57.964Z+ [[ -n '' ]]
712024-02-26T13:23:57.964Z+ git reset --hard 8a4b9b32892e9e718e0cd107705bd539c8b38767
722024-02-26T13:23:58.071ZHEAD is now at 8a4b9b328 chore(deps): update taiki-e/install-action digest to 4ce8785
732024-02-26T13:23:58.075Zprocess exited: duration 6777 ms, exit code 0
 
742024-02-26T13:23:58.082Zstarting task 4: "build"
752024-02-26T13:23:58.088Z+ cargo --version
762024-02-26T13:23:58.092Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-26T13:23:58.289Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-26T13:23:58.290Zinfo: downloading component 'cargo'
792024-02-26T13:23:59.111Zinfo: downloading component 'clippy'
802024-02-26T13:23:59.377Zinfo: downloading component 'rust-docs'
812024-02-26T13:24:00.396Zinfo: downloading component 'rust-std'
822024-02-26T13:24:01.930Zinfo: downloading component 'rustc'
832024-02-26T13:24:06.229Zinfo: downloading component 'rustfmt'
842024-02-26T13:24:06.464Zinfo: installing component 'cargo'
852024-02-26T13:24:07.338Zinfo: installing component 'clippy'
862024-02-26T13:24:07.695Zinfo: installing component 'rust-docs'
872024-02-26T13:24:09.270Zinfo: installing component 'rust-std'
882024-02-26T13:24:10.845Zinfo: installing component 'rustc'
892024-02-26T13:24:15.009Zinfo: installing component 'rustfmt'
902024-02-26T13:24:15.417Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-26T13:24:15.432Z+ rustc --version
922024-02-26T13:24:15.510Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-26T13:24:15.518Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-02-26T13:24:30.901Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-02-26T13:24:32.180Z Startup: Caching catalogs ... Done
962024-02-26T13:24:33.718ZPlanning: Solver setup ... Done (1.205s)
972024-02-26T13:24:33.749ZPlanning: Running solver ... Done (0.031s)
982024-02-26T13:24:34.006ZPlanning: Finding local manifests ... Done (0.234s)
992024-02-26T13:24:34.018ZPlanning: Fetching manifests: 0/4 0% complete
1002024-02-26T13:24:35.626ZPlanning: Fetching manifests: 4/4 100% complete
1012024-02-26T13:24:35.672ZPlanning: Package planning ... Done (0.048s)
1022024-02-26T13:24:35.724ZPlanning: Merging actions ... Done (0.052s)
1032024-02-26T13:24:36.617ZPlanning: Checking for conflicting actions ... Done (0.889s)
1042024-02-26T13:24:36.635ZPlanning: Consolidating action changes ... Done (0.012s)
1052024-02-26T13:24:40.256ZPlanning: Evaluating mediators ... Done (3.630s)
1062024-02-26T13:24:40.265ZPlanning: Planning completed in 8.03 seconds
1072024-02-26T13:24:40.279Z Packages to install: 4
1082024-02-26T13:24:40.279Z Mediators to change: 2
1092024-02-26T13:24:40.279Z Services to change: 1
1102024-02-26T13:24:40.279Z Estimated space available: 148.87 GB
1112024-02-26T13:24:40.279ZEstimated space to be consumed: 1.41 GB
1122024-02-26T13:24:40.282Z Create boot environment: No
1132024-02-26T13:24:40.283ZCreate backup boot environment: No
1142024-02-26T13:24:40.283Z Rebuild boot archive: No
1152024-02-26T13:24:40.283Z
1162024-02-26T13:24:40.283ZChanged mediators:
1172024-02-26T13:24:40.283Z mediator clang:
1182024-02-26T13:24:40.283Z version: None -> 15 (system default)
1192024-02-26T13:24:40.283Z
1202024-02-26T13:24:40.283Z mediator llvm:
1212024-02-26T13:24:40.283Z version: 14 (system default) -> 15 (system default)
1222024-02-26T13:24:40.283Z
1232024-02-26T13:24:40.283ZChanged packages:
1242024-02-26T13:24:40.283Zhelios-dev
1252024-02-26T13:24:40.283Z developer/build-essential
1262024-02-26T13:24:40.283Z None -> 11-2.0
1272024-02-26T13:24:40.283Z library/libxmlsec1
1282024-02-26T13:24:40.283Z None -> 1.2.35-2.0
1292024-02-26T13:24:40.283Z ooce/developer/clang-15
1302024-02-26T13:24:40.283Z None -> 15.0.7-2.0
1312024-02-26T13:24:40.283Z ooce/developer/llvm-15
1322024-02-26T13:24:40.283Z None -> 15.0.7-2.0
1332024-02-26T13:24:40.283Z
1342024-02-26T13:24:40.283ZServices:
1352024-02-26T13:24:40.284Z restart_fmri:
1362024-02-26T13:24:40.284Z svc:/system/update-man-index:default
1372024-02-26T13:24:40.484Z
1382024-02-26T13:24:40.485ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-02-26T13:24:45.493ZDownload: 1194/3290 items 76.8/212.6MB 36% complete (16.4M/s)
1402024-02-26T13:24:50.488ZDownload: 1239/3290 items 93.5/212.6MB 43% complete (9.3M/s)
1412024-02-26T13:25:03.941ZDownload: 2223/3290 items 119.2/212.6MB 56% complete
1422024-02-26T13:25:08.970ZDownload: 3240/3290 items 198.0/212.6MB 93% complete (15.8M/s)
1432024-02-26T13:25:11.821ZDownload: Completed 212.60 MB in 31.33 seconds (6.8M/s)
1442024-02-26T13:25:12.040Z Actions: 1/3689 actions (Installing new actions)
1452024-02-26T13:25:17.065Z Actions: 3583/3689 actions (Installing new actions)
1462024-02-26T13:25:17.334Z Actions: Completed 3689 actions in 5.29 seconds.
1472024-02-26T13:25:17.517Z Done (0.178s)
1482024-02-26T13:25:17.517Z Done (0.000s)
1492024-02-26T13:25:17.741Z Done (0.224s)
1502024-02-26T13:25:23.643Z Done (5.769s)
1512024-02-26T13:25:23.868Z Done (0.151s)
1522024-02-26T13:25:23.871Z Done (0.000s)
1532024-02-26T13:25:24.026Z Done (0.000s)
1542024-02-26T13:25:24.594ZPlanning: Evaluating mediator changes ... Done
1552024-02-26T13:25:24.768ZPlanning: Checking for conflicting actions ... Done
1562024-02-26T13:25:24.771ZPlanning: Consolidating action changes ... Done
1572024-02-26T13:25:25.052ZPlanning: Evaluating mediators ... Done
1582024-02-26T13:25:25.059ZPlanning: Planning completed in 0.46 seconds
1592024-02-26T13:25:25.088Z Mediators to change: 2
1602024-02-26T13:25:25.088Z Create boot environment: No
1612024-02-26T13:25:25.088ZCreate backup boot environment: No
1622024-02-26T13:25:25.154Z Done
1632024-02-26T13:25:25.154Z Done
1642024-02-26T13:25:25.290Z Done
1652024-02-26T13:25:29.470Z Done
1662024-02-26T13:25:29.570Z Done
1672024-02-26T13:25:29.570Z Done
1682024-02-26T13:25:29.686Z Done
1692024-02-26T13:25:30.387ZPlanning: Evaluating mediator changes ... Done
1702024-02-26T13:25:30.390ZPlanning: Merging actions ... Done
1712024-02-26T13:25:30.595ZPlanning: Checking for conflicting actions ... Done
1722024-02-26T13:25:30.602ZPlanning: Consolidating action changes ... Done
1732024-02-26T13:25:30.894ZPlanning: Evaluating mediators ... Done
1742024-02-26T13:25:30.941ZPlanning: Planning completed in 0.84 seconds
1752024-02-26T13:25:30.979Z Packages to change: 1
1762024-02-26T13:25:30.979Z Mediators to change: 1
1772024-02-26T13:25:30.979Z Services to change: 1
1782024-02-26T13:25:30.979Z Create boot environment: No
1792024-02-26T13:25:30.979ZCreate backup boot environment: Yes
1802024-02-26T13:25:32.743Z Actions: 1/6 actions (Updating modified actions)
1812024-02-26T13:25:32.775Z Actions: Completed 6 actions in 0.03 seconds.
1822024-02-26T13:25:32.775Z Done
1832024-02-26T13:25:32.776Z Done
1842024-02-26T13:25:32.825Z Done
1852024-02-26T13:25:36.691Z Done
1862024-02-26T13:25:36.778Z Done
1872024-02-26T13:25:36.778Z Done
1882024-02-26T13:25:36.876Z Done
1892024-02-26T13:25:37.327ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-02-26T13:25:37.327Zclang system 15 system
1912024-02-26T13:25:37.327Zcsh system system illumos
1922024-02-26T13:25:37.327Zctags system system illumos
1932024-02-26T13:25:37.327Zgcc vendor 12 vendor
1942024-02-26T13:25:37.327Zgcc system 10 system
1952024-02-26T13:25:37.327Zgcc system 7 system
1962024-02-26T13:25:37.327Zgo system 1.20 system
1972024-02-26T13:25:37.327Zgo system 1.19 system
1982024-02-26T13:25:37.327Zllvm system 15 system
1992024-02-26T13:25:37.327Zllvm system 14 system
2002024-02-26T13:25:37.327Zmariadb system 10.6 system
2012024-02-26T13:25:37.327Zmta vendor vendor dma
2022024-02-26T13:25:37.327Zopenjdk system 17 system
2032024-02-26T13:25:37.327Zopenjdk system 11 system
2042024-02-26T13:25:37.327Zopenjdk system 1.8 system
2052024-02-26T13:25:37.327Zopenssl vendor 3 vendor
2062024-02-26T13:25:37.327Zperl system 5.36 system
2072024-02-26T13:25:37.327Zpostgresql system 15 system
2082024-02-26T13:25:37.328Zpostgresql system 13 system
2092024-02-26T13:25:37.328Zpython vendor 3 vendor
2102024-02-26T13:25:37.328Zpython system 2 system
2112024-02-26T13:25:37.328Zpython3 system 3.11 system
2122024-02-26T13:25:37.328Zruby system 3.0 system
2132024-02-26T13:25:37.328Zwords vendor vendor american-english
2142024-02-26T13:25:37.328Zwords system system australian-english
2152024-02-26T13:25:37.328Zwords system system british-english
2162024-02-26T13:25:37.328Zwords system system canadian-english
2172024-02-26T13:25:37.328Zwords system system french
2182024-02-26T13:25:37.328Zwords system system italian
2192024-02-26T13:25:37.328Zwords system system ngerman
2202024-02-26T13:25:37.328Zwords system system ogerman
2212024-02-26T13:25:37.328Zwords system system spanish
2222024-02-26T13:25:37.665ZFMRI IFO
2232024-02-26T13:25:37.665Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2242024-02-26T13:25:37.665Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2252024-02-26T13:25:37.665Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2262024-02-26T13:25:37.665Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2272024-02-26T13:25:37.665Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2282024-02-26T13:25:37.665Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2292024-02-26T13:25:37.665Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-02-26T13:25:37.665Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2312024-02-26T13:25:37.718Z+ set -o errexit
2322024-02-26T13:25:37.721Z+++ dirname ./tools/ci_download_cockroachdb
2332024-02-26T13:25:37.725Z++ cd ./tools
2342024-02-26T13:25:37.725Z++ pwd
2352024-02-26T13:25:37.725Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2362024-02-26T13:25:37.725Z++ basename ./tools/ci_download_cockroachdb
2372024-02-26T13:25:37.725Z+ ARG0=ci_download_cockroachdb
2382024-02-26T13:25:37.729Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2392024-02-26T13:25:37.729Z+ CIDL_VERSION=v22.1.9
2402024-02-26T13:25:37.729Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2412024-02-26T13:25:37.729Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2422024-02-26T13:25:37.729Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2432024-02-26T13:25:37.729Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2442024-02-26T13:25:37.729Z+ TARGET_DIR=out
2452024-02-26T13:25:37.729Z+ DOWNLOAD_DIR=out/downloads
2462024-02-26T13:25:37.729Z+ DEST_DIR=./out/cockroachdb
2472024-02-26T13:25:37.729Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2482024-02-26T13:25:37.729Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2492024-02-26T13:25:37.729Z+ main
2502024-02-26T13:25:37.729Z+ [[ 0 != 0 ]]
2512024-02-26T13:25:37.729Z+ CIDL_OS=solaris2.11
2522024-02-26T13:25:37.730Z+ [[ 0 != 0 ]]
2532024-02-26T13:25:37.730Z+ configure_os solaris2.11
2542024-02-26T13:25:37.730Z+ echo 'current directory: /work/oxidecomputer/omicron'
2552024-02-26T13:25:37.730Zcurrent directory: /work/oxidecomputer/omicron
2562024-02-26T13:25:37.730Zconfiguring based on OS: "solaris2.11"
2572024-02-26T13:25:37.730Z+ echo 'configuring based on OS: "solaris2.11"'
2582024-02-26T13:25:37.730Z+ case "$1" in
2592024-02-26T13:25:37.730Z+ CIDL_BUILD=illumos
2602024-02-26T13:25:37.730Z+ CIDL_SUFFIX=tar.gz
2612024-02-26T13:25:37.730Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2622024-02-26T13:25:37.730Z+ CIDL_URL_BASE=https://illumos.org/downloads
2632024-02-26T13:25:37.730Z+ CIDL_ASSEMBLE=do_assemble_illumos
2642024-02-26T13:25:37.730Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2652024-02-26T13:25:37.730Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2662024-02-26T13:25:37.730Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2672024-02-26T13:25:37.730Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2682024-02-26T13:25:37.730Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2692024-02-26T13:25:37.730Z+ CIDL_SHA256FUNC=do_sha256sum
2702024-02-26T13:25:37.730Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2712024-02-26T13:25:37.730Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722024-02-26T13:25:37.730ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-02-26T13:25:37.730ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-02-26T13:25:37.730Z+ mkdir -p out/downloads
2752024-02-26T13:25:37.734Z+ mkdir -p ./out/cockroachdb
2762024-02-26T13:25:37.734Z+ local DO_DOWNLOAD=true
2772024-02-26T13:25:37.734Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2782024-02-26T13:25:37.734Z+ '[' true == true ']'
2792024-02-26T13:25:37.734Z+ echo Downloading...
2802024-02-26T13:25:37.734ZDownloading...
2812024-02-26T13:25:37.734Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-02-26T13:25:37.734Z+ 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
2832024-02-26T13:25:40.068Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-26T13:25:40.085Z++ sha256sum
2852024-02-26T13:25:40.085Z++ awk '{print $1}'
2862024-02-26T13:25:40.164Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2872024-02-26T13:25:40.167Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2882024-02-26T13:25:40.167Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-02-26T13:25:40.167Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2902024-02-26T13:25:42.391Z+ do_assemble_illumos
2912024-02-26T13:25:42.391Z+ rm -r ./out/cockroachdb
2922024-02-26T13:25:42.401Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2932024-02-26T13:25:42.735Z+ ./out/cockroachdb/bin/cockroach version
2942024-02-26T13:25:42.902ZBuild Tag: v22.1.9-dirty
2952024-02-26T13:25:42.902ZBuild Time: 2022/10/26 21:17:46
2962024-02-26T13:25:42.902ZDistribution: OSS
2972024-02-26T13:25:42.902ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2982024-02-26T13:25:42.902ZGo Version: go1.17.13
2992024-02-26T13:25:42.902ZC Compiler: gcc 10.3.0
3002024-02-26T13:25:42.902ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3012024-02-26T13:25:42.902ZBuild Type: release
3022024-02-26T13:25:42.918Z+ set -o errexit
3032024-02-26T13:25:42.922Z+++ dirname ./tools/ci_download_clickhouse
3042024-02-26T13:25:42.926Z++ cd ./tools
3052024-02-26T13:25:42.927Z++ pwd
3062024-02-26T13:25:42.927Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3072024-02-26T13:25:42.927Z++ basename ./tools/ci_download_clickhouse
3082024-02-26T13:25:42.927Z+ ARG0=ci_download_clickhouse
3092024-02-26T13:25:42.927Z+ TARGET_DIR=out
3102024-02-26T13:25:42.927Z+ DOWNLOAD_DIR=out/downloads
3112024-02-26T13:25:42.927Z+ DEST_DIR=./out/clickhouse
3122024-02-26T13:25:42.927Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3132024-02-26T13:25:42.934Z+ CIDL_VERSION=v22.8.9.24
3142024-02-26T13:25:42.934Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3152024-02-26T13:25:42.934Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3162024-02-26T13:25:42.934Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3172024-02-26T13:25:42.934Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3182024-02-26T13:25:42.934Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3192024-02-26T13:25:42.935Z+ main
3202024-02-26T13:25:42.935Z+ [[ 0 != 0 ]]
3212024-02-26T13:25:42.935Z+ CIDL_OS=solaris2.11
3222024-02-26T13:25:42.935Z+ [[ 0 != 0 ]]
3232024-02-26T13:25:42.935Z+ configure_os solaris2.11
3242024-02-26T13:25:42.935Z+ echo 'current directory: /work/oxidecomputer/omicron'
3252024-02-26T13:25:42.935Zcurrent directory: /work/oxidecomputer/omicron
3262024-02-26T13:25:42.935Zconfiguring based on OS: "solaris2.11"
3272024-02-26T13:25:42.935Z+ echo 'configuring based on OS: "solaris2.11"'
3282024-02-26T13:25:42.936Z+ CIDL_DASHREV=
3292024-02-26T13:25:42.936Z+ case "$1" in
3302024-02-26T13:25:42.936Z+ CIDL_PLATFORM=illumos
3312024-02-26T13:25:42.936Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3322024-02-26T13:25:42.936Z+ CIDL_MD5FUNC=do_md5sum
3332024-02-26T13:25:42.936Z+ CIDL_DASHREV=-1
3342024-02-26T13:25:42.936Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3352024-02-26T13:25:42.936Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3362024-02-26T13:25:42.936Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3372024-02-26T13:25:42.937Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382024-02-26T13:25:42.937Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3392024-02-26T13:25:42.937Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3402024-02-26T13:25:42.937ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-02-26T13:25:42.937ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-02-26T13:25:42.937Z+ mkdir -p out/downloads
3432024-02-26T13:25:42.937Z+ mkdir -p ./out/clickhouse
3442024-02-26T13:25:42.937Z+ local DO_DOWNLOAD=true
3452024-02-26T13:25:42.937Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3462024-02-26T13:25:42.937Z+ '[' true == true ']'
3472024-02-26T13:25:42.937ZDownloading...
3482024-02-26T13:25:42.937Z+ echo Downloading...
3492024-02-26T13:25:42.937Z+ 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
3502024-02-26T13:25:42.937Z+ 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
3512024-02-26T13:25:44.279Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522024-02-26T13:25:44.286Z++ md5sum
3532024-02-26T13:25:44.286Z++ awk '{print $1}'
3542024-02-26T13:25:44.460Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3552024-02-26T13:25:44.460Z+ [[ 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 ]]
3562024-02-26T13:25:44.460Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3572024-02-26T13:25:44.468Z+ mkdir -p ./out/clickhouse
3582024-02-26T13:25:44.469Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3592024-02-26T13:25:47.603Z+ ./out/clickhouse/clickhouse server --version
3602024-02-26T13:25:47.634ZClickHouse server version 22.8.9.1.
3612024-02-26T13:25:48.050Z+ set -o errexit
3622024-02-26T13:25:48.050Z+++ dirname ./tools/ci_download_console
3632024-02-26T13:25:48.050Z++ cd ./tools
3642024-02-26T13:25:48.050Z++ pwd
3652024-02-26T13:25:48.050Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3662024-02-26T13:25:48.056Z++ basename ./tools/ci_download_console
3672024-02-26T13:25:48.056Z+ ARG0=ci_download_console
3682024-02-26T13:25:48.056Z+ TARGET_DIR=out
3692024-02-26T13:25:48.056Z+ DOWNLOAD_DIR=out/downloads
3702024-02-26T13:25:48.056Z+ DEST_DIR=./out/console-assets
3712024-02-26T13:25:48.056Z+ source /work/oxidecomputer/omicron/tools/console_version
3722024-02-26T13:25:48.056Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3732024-02-26T13:25:48.056Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3742024-02-26T13:25:48.056Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3752024-02-26T13:25:48.057Z+ TARBALL_FILE=out/downloads/console.tar.gz
3762024-02-26T13:25:48.057Z+ main
3772024-02-26T13:25:48.057Z+ [[ 0 != 0 ]]
3782024-02-26T13:25:48.057Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3792024-02-26T13:25:48.057ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3802024-02-26T13:25:48.057Z+ echo 'Local file: out/downloads/console.tar.gz'
3812024-02-26T13:25:48.057Z+ local DO_DOWNLOAD=true
3822024-02-26T13:25:48.057ZLocal file: out/downloads/console.tar.gz
3832024-02-26T13:25:48.057Z+ [[ -f out/downloads/console.tar.gz ]]
3842024-02-26T13:25:48.057Z+ mkdir -p out/downloads
3852024-02-26T13:25:48.057Z+ '[' true == true ']'
3862024-02-26T13:25:48.057Z+ echo Downloading...
3872024-02-26T13:25:48.057ZDownloading...
3882024-02-26T13:25:48.057Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3892024-02-26T13:25:48.057Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3902024-02-26T13:25:48.277Z++ do_sha256sum out/downloads/console.tar.gz
3912024-02-26T13:25:48.292Z++ case "$OSTYPE" in
3922024-02-26T13:25:48.292Z++ SHA=sha256sum
3932024-02-26T13:25:48.292Z++ sha256sum
3942024-02-26T13:25:48.293Z++ awk '{print $1}'
3952024-02-26T13:25:48.715Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3962024-02-26T13:25:48.715Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
3972024-02-26T13:25:48.716Z+ rm -rf ./out/console-assets
3982024-02-26T13:25:48.716Z+ mkdir -p ./out/console-assets
3992024-02-26T13:25:48.716Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4002024-02-26T13:25:48.716Z+ mkdir -p ./out/console-assets
4012024-02-26T13:25:48.716Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4022024-02-26T13:25:49.143Z+ set -o errexit
4032024-02-26T13:25:49.143Z+++ dirname ./tools/ci_download_maghemite_openapi
4042024-02-26T13:25:49.143Z++ cd ./tools
4052024-02-26T13:25:49.143Z++ pwd
4062024-02-26T13:25:49.143Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4072024-02-26T13:25:49.144Z++ basename ./tools/ci_download_maghemite_openapi
4082024-02-26T13:25:49.144Z+ ARG0=ci_download_maghemite_openapi
4092024-02-26T13:25:49.144Z+ TARGET_DIR=out
4102024-02-26T13:25:49.144Z+ DOWNLOAD_DIR=out/downloads
4112024-02-26T13:25:49.144Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4122024-02-26T13:25:49.144Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4132024-02-26T13:25:49.144Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4142024-02-26T13:25:49.144Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4152024-02-26T13:25:49.144Z+ LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4162024-02-26T13:25:49.144Z+ main
4172024-02-26T13:25:49.144Z+ [[ 0 != 0 ]]
4182024-02-26T13:25:49.144Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json'
4192024-02-26T13:25:49.144ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4202024-02-26T13:25:49.144Z+ echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4212024-02-26T13:25:49.144ZLocal file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4222024-02-26T13:25:49.144Z+ local DO_DOWNLOAD=true
4232024-02-26T13:25:49.144Z+ [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4242024-02-26T13:25:49.144Z+ mkdir -p out/downloads
4252024-02-26T13:25:49.144Z+ '[' true == true ']'
4262024-02-26T13:25:49.144Z+ echo Downloading...
4272024-02-26T13:25:49.144ZDownloading...
4282024-02-26T13:25:49.144Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4292024-02-26T13:25:49.144Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json
4302024-02-26T13:25:49.144Z++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4312024-02-26T13:25:49.145Z++ case "$OSTYPE" in
4322024-02-26T13:25:49.145Z++ SHA=sha256sum
4332024-02-26T13:25:49.145Z++ sha256sum
4342024-02-26T13:25:49.145Z++ awk '{print $1}'
4352024-02-26T13:25:49.145Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4362024-02-26T13:25:49.145Z+ [[ 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 ]]
4372024-02-26T13:25:49.145Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4382024-02-26T13:25:49.145Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
4392024-02-26T13:25:49.145Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4402024-02-26T13:25:49.145Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4412024-02-26T13:25:49.145Z+ LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4422024-02-26T13:25:49.145Z+ main
4432024-02-26T13:25:49.145Z+ [[ 0 != 0 ]]
4442024-02-26T13:25:49.145Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json'
4452024-02-26T13:25:49.145Z+ echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json'
4462024-02-26T13:25:49.145ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4472024-02-26T13:25:49.145ZLocal file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4482024-02-26T13:25:49.145Z+ local DO_DOWNLOAD=true
4492024-02-26T13:25:49.145Z+ [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]]
4502024-02-26T13:25:49.145Z+ mkdir -p out/downloads
4512024-02-26T13:25:49.145Z+ '[' true == true ']'
4522024-02-26T13:25:49.145Z+ echo Downloading...
4532024-02-26T13:25:49.145ZDownloading...
4542024-02-26T13:25:49.145Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4552024-02-26T13:25:49.145Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json
4562024-02-26T13:25:49.146Z++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json
4572024-02-26T13:25:49.146Z++ case "$OSTYPE" in
4582024-02-26T13:25:49.146Z++ SHA=sha256sum
4592024-02-26T13:25:49.146Z++ sha256sum
4602024-02-26T13:25:49.146Z++ awk '{print $1}'
4612024-02-26T13:25:49.146Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4622024-02-26T13:25:49.146Z+ [[ 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 ]]
4632024-02-26T13:25:49.146Z+ set -o errexit
4642024-02-26T13:25:49.146Z+++ dirname ./tools/ci_download_dendrite_openapi
4652024-02-26T13:25:49.146Z++ cd ./tools
4662024-02-26T13:25:49.146Z++ pwd
4672024-02-26T13:25:49.146Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4682024-02-26T13:25:49.146Z++ basename ./tools/ci_download_dendrite_openapi
4692024-02-26T13:25:49.146Z+ ARG0=ci_download_dendrite_openapi
4702024-02-26T13:25:49.146Z+ TARGET_DIR=out
4712024-02-26T13:25:49.146Z+ DOWNLOAD_DIR=out/downloads
4722024-02-26T13:25:49.146Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4732024-02-26T13:25:49.146Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4742024-02-26T13:25:49.146Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4752024-02-26T13:25:49.146Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4762024-02-26T13:25:49.146Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4772024-02-26T13:25:49.146Z+ main
4782024-02-26T13:25:49.146Z+ [[ 0 != 0 ]]
4792024-02-26T13:25:49.146Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4802024-02-26T13:25:49.147ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4812024-02-26T13:25:49.147Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4822024-02-26T13:25:49.147ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4832024-02-26T13:25:49.147Z+ local DO_DOWNLOAD=true
4842024-02-26T13:25:49.147Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4852024-02-26T13:25:49.147Z+ mkdir -p out/downloads
4862024-02-26T13:25:49.147Z+ '[' true == true ']'
4872024-02-26T13:25:49.147Z+ echo Downloading...
4882024-02-26T13:25:49.147ZDownloading...
4892024-02-26T13:25:49.147Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4902024-02-26T13:25:49.147Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4912024-02-26T13:25:49.283Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4922024-02-26T13:25:49.283Z++ case "$OSTYPE" in
4932024-02-26T13:25:49.298Z++ SHA=sha256sum
4942024-02-26T13:25:49.299Z++ sha256sum
4952024-02-26T13:25:49.299Z++ awk '{print $1}'
4962024-02-26T13:25:49.299Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4972024-02-26T13:25:49.299Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
4982024-02-26T13:25:49.299Z+ set -o errexit
4992024-02-26T13:25:49.299Z+++ dirname ./tools/ci_download_dendrite_stub
5002024-02-26T13:25:49.299Z++ cd ./tools
5012024-02-26T13:25:49.299Z++ pwd
5022024-02-26T13:25:49.299Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5032024-02-26T13:25:49.299Z++ basename ./tools/ci_download_dendrite_stub
5042024-02-26T13:25:49.299Z+ ARG0=ci_download_dendrite_stub
5052024-02-26T13:25:49.299Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5062024-02-26T13:25:49.299Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5072024-02-26T13:25:49.300Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5082024-02-26T13:25:49.300Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5092024-02-26T13:25:49.300Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5102024-02-26T13:25:49.300Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5112024-02-26T13:25:49.300Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5122024-02-26T13:25:49.300Z+ TARGET_DIR=out
5132024-02-26T13:25:49.300Z+ DOWNLOAD_DIR=out/downloads
5142024-02-26T13:25:49.300Z+ DEST_DIR=./out/dendrite-stub
5152024-02-26T13:25:49.300Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5162024-02-26T13:25:49.300Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5172024-02-26T13:25:49.300Z+ REPO=oxidecomputer/dendrite
5182024-02-26T13:25:49.301Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5192024-02-26T13:25:49.301Z+ main
5202024-02-26T13:25:49.301Z+ [[ 0 != 0 ]]
5212024-02-26T13:25:49.301Z+ CIDL_OS=solaris2.11
5222024-02-26T13:25:49.301Z+ [[ 0 != 0 ]]
5232024-02-26T13:25:49.301Z+ configure_os solaris2.11
5242024-02-26T13:25:49.301Z+ echo 'current directory: /work/oxidecomputer/omicron'
5252024-02-26T13:25:49.301Zcurrent directory: /work/oxidecomputer/omicron
5262024-02-26T13:25:49.302Z+ echo 'configuring based on OS: "solaris2.11"'
5272024-02-26T13:25:49.302Zconfiguring based on OS: "solaris2.11"
5282024-02-26T13:25:49.302Z+ case "$1" in
5292024-02-26T13:25:49.302Z+ SET_BINARIES=
5302024-02-26T13:25:49.302Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5312024-02-26T13:25:49.302Z+ CIDL_SHA256FUNC=do_sha256sum
5322024-02-26T13:25:49.303Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5332024-02-26T13:25:49.303Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5342024-02-26T13:25:49.303Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5352024-02-26T13:25:49.303Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5362024-02-26T13:25:49.303ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5372024-02-26T13:25:49.303Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5382024-02-26T13:25:49.303Z+ mkdir -p out/downloads
5392024-02-26T13:25:49.304ZLocal file: out/downloads/dendrite-stub.tar.gz
5402024-02-26T13:25:49.304Z+ mkdir -p ./out/dendrite-stub
5412024-02-26T13:25:49.304Z+ fetch_and_verify
5422024-02-26T13:25:49.304Z+ local DO_DOWNLOAD=true
5432024-02-26T13:25:49.304Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5442024-02-26T13:25:49.304Z+ '[' true == true ']'
5452024-02-26T13:25:49.304Z+ echo Downloading...
5462024-02-26T13:25:49.304ZDownloading...
5472024-02-26T13:25:49.305Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5482024-02-26T13:25:49.305Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5492024-02-26T13:25:56.107Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5502024-02-26T13:25:56.111Z++ sha256sum
5512024-02-26T13:25:56.111Z++ awk '{print $1}'
5522024-02-26T13:25:56.132Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5532024-02-26T13:25:56.132Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5542024-02-26T13:25:56.136Z+ do_untar out/downloads/dendrite-stub.tar.gz
5552024-02-26T13:25:56.136Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5562024-02-26T13:25:56.818Z+ do_assemble
5572024-02-26T13:25:56.818Z+ rm -r ./out/dendrite-stub
5582024-02-26T13:25:56.837Z+ mkdir ./out/dendrite-stub
5592024-02-26T13:25:56.837Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5602024-02-26T13:25:56.906Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5612024-02-26T13:25:56.922Z+ set -o errexit
5622024-02-26T13:25:56.932Z+++ dirname ./tools/ci_download_maghemite_mgd
5632024-02-26T13:25:56.932Z++ cd ./tools
5642024-02-26T13:25:56.932Z++ pwd
5652024-02-26T13:25:56.932Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5662024-02-26T13:25:56.932Z++ basename ./tools/ci_download_maghemite_mgd
5672024-02-26T13:25:56.932Z+ ARG0=ci_download_maghemite_mgd
5682024-02-26T13:25:56.932Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5692024-02-26T13:25:56.932Z++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
5702024-02-26T13:25:56.933Z++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511
5712024-02-26T13:25:56.933Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5722024-02-26T13:25:56.933Z++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833
5732024-02-26T13:25:56.933Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5742024-02-26T13:25:56.933Z+ TARGET_DIR=out
5752024-02-26T13:25:56.933Z+ DOWNLOAD_DIR=out/downloads
5762024-02-26T13:25:56.933Z+ DEST_DIR=./out/mgd
5772024-02-26T13:25:56.933Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5782024-02-26T13:25:56.933Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5792024-02-26T13:25:56.933Z+ REPO=oxidecomputer/maghemite
5802024-02-26T13:25:56.933Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833
5812024-02-26T13:25:56.933Z+ main
5822024-02-26T13:25:56.933Z+ [[ 0 != 0 ]]
5832024-02-26T13:25:56.934Z+ CIDL_OS=solaris2.11
5842024-02-26T13:25:56.934Z+ [[ 0 != 0 ]]
5852024-02-26T13:25:56.934Z+ configure_os solaris2.11
5862024-02-26T13:25:56.934Z+ echo 'current directory: /work/oxidecomputer/omicron'
5872024-02-26T13:25:56.934Z+ echo 'configuring based on OS: "solaris2.11"'
5882024-02-26T13:25:56.934Z+ case "$1" in
5892024-02-26T13:25:56.934Z+ SET_BINARIES=
5902024-02-26T13:25:56.934Z+ CIDL_SHA256FUNC=do_sha256sum
5912024-02-26T13:25:56.934Zcurrent directory: /work/oxidecomputer/omicron
5922024-02-26T13:25:56.934Z+ TARBALL_FILENAME=mgd.tar.gz
5932024-02-26T13:25:56.934Zconfiguring based on OS: "solaris2.11"
5942024-02-26T13:25:56.934Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
5952024-02-26T13:25:56.935Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5962024-02-26T13:25:56.935Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz'
5972024-02-26T13:25:56.935ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
5982024-02-26T13:25:56.935Z+ echo 'Local file: out/downloads/mgd.tar.gz'
5992024-02-26T13:25:56.935Z+ mkdir -p out/downloads
6002024-02-26T13:25:56.935ZLocal file: out/downloads/mgd.tar.gz
6012024-02-26T13:25:56.935Z+ mkdir -p ./out/mgd
6022024-02-26T13:25:56.935Z+ fetch_and_verify
6032024-02-26T13:25:56.935Z+ local DO_DOWNLOAD=true
6042024-02-26T13:25:56.935Z+ [[ -f out/downloads/mgd.tar.gz ]]
6052024-02-26T13:25:56.935Z+ '[' true == true ']'
6062024-02-26T13:25:56.936Z+ echo Downloading...
6072024-02-26T13:25:56.936ZDownloading...
6082024-02-26T13:25:56.936Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz
6092024-02-26T13:25:56.936Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz
6102024-02-26T13:26:01.791Z++ do_sha256sum out/downloads/mgd.tar.gz
6112024-02-26T13:26:01.795Z++ sha256sum
6122024-02-26T13:26:01.796Z++ awk '{print $1}'
6132024-02-26T13:26:01.809Z+ calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb
6142024-02-26T13:26:01.812Z+ [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]]
6152024-02-26T13:26:01.812Z+ do_untar out/downloads/mgd.tar.gz
6162024-02-26T13:26:01.812Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6172024-02-26T13:26:02.250Z+ do_assemble
6182024-02-26T13:26:02.250Z+ rm -r ./out/mgd
6192024-02-26T13:26:02.253Z+ mkdir ./out/mgd
6202024-02-26T13:26:02.254Z+ cp -r out/downloads/root ./out/mgd/root
6212024-02-26T13:26:02.398Z+ set -o errexit
6222024-02-26T13:26:02.402Z+++ dirname ./tools/ci_download_transceiver_control
6232024-02-26T13:26:02.402Z++ cd ./tools
6242024-02-26T13:26:02.402Z++ pwd
6252024-02-26T13:26:02.402Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6262024-02-26T13:26:02.407Z++ basename ./tools/ci_download_transceiver_control
6272024-02-26T13:26:02.407Z+ ARG0=ci_download_transceiver_control
6282024-02-26T13:26:02.407Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6292024-02-26T13:26:02.407Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6302024-02-26T13:26:02.407Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6312024-02-26T13:26:02.407Z+ TARGET_DIR=out
6322024-02-26T13:26:02.407Z+ DOWNLOAD_DIR=out/downloads
6332024-02-26T13:26:02.407Z+ DEST_DIR=./out/transceiver-control
6342024-02-26T13:26:02.407Z+ BIN_DIR=/opt/oxide/bin
6352024-02-26T13:26:02.407Z+ BINARY=xcvradm
6362024-02-26T13:26:02.407Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6372024-02-26T13:26:02.407Z+ REPO=oxidecomputer/transceiver-control
6382024-02-26T13:26:02.407Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392024-02-26T13:26:02.407Z+ main
6402024-02-26T13:26:02.407Z+ [[ 0 != 0 ]]
6412024-02-26T13:26:02.407Z+ CIDL_OS=solaris2.11
6422024-02-26T13:26:02.407Z+ [[ 0 != 0 ]]
6432024-02-26T13:26:02.407Z+ configure_os solaris2.11
6442024-02-26T13:26:02.408Z+ echo 'current directory: /work/oxidecomputer/omicron'
6452024-02-26T13:26:02.408Zcurrent directory: /work/oxidecomputer/omicron
6462024-02-26T13:26:02.408Z+ echo 'configuring based on OS: "solaris2.11"'
6472024-02-26T13:26:02.408Z+ case "$1" in
6482024-02-26T13:26:02.408Zconfiguring based on OS: "solaris2.11"
6492024-02-26T13:26:02.408Z+ SET_BINARIES=
6502024-02-26T13:26:02.408Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512024-02-26T13:26:02.408Z+ CIDL_SHA256FUNC=do_sha256sum
6522024-02-26T13:26:02.408Z+ ARCHIVE_FILENAME=xcvradm.gz
6532024-02-26T13:26:02.408Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6542024-02-26T13:26:02.408Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6552024-02-26T13:26:02.408Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6562024-02-26T13:26:02.408Z+ echo 'Local file: out/downloads/xcvradm.gz'
6572024-02-26T13:26:02.408ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582024-02-26T13:26:02.408ZLocal file: out/downloads/xcvradm.gz
6592024-02-26T13:26:02.408Z+ mkdir -p out/downloads
6602024-02-26T13:26:02.412Z+ mkdir -p ./out/transceiver-control
6612024-02-26T13:26:02.412Z+ fetch_and_verify
6622024-02-26T13:26:02.412Z+ local DO_DOWNLOAD=true
6632024-02-26T13:26:02.412Z+ [[ -f out/downloads/xcvradm.gz ]]
6642024-02-26T13:26:02.412Z+ '[' true == true ']'
6652024-02-26T13:26:02.412Z+ echo Downloading...
6662024-02-26T13:26:02.412ZDownloading...
6672024-02-26T13:26:02.413Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6682024-02-26T13:26:02.413Z+ 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
6692024-02-26T13:26:06.403Z++ do_sha256sum out/downloads/xcvradm.gz
6702024-02-26T13:26:06.409Z++ sha256sum
6712024-02-26T13:26:06.409Z++ awk '{print $1}'
6722024-02-26T13:26:06.412Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6732024-02-26T13:26:06.412Z+ [[ 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 ]]
6742024-02-26T13:26:06.412Z+ do_unpack out/downloads/xcvradm.gz
6752024-02-26T13:26:06.412Z+ mkdir -p out/downloads/root//opt/oxide/bin
6762024-02-26T13:26:06.424Z+ gzip -dc out/downloads/xcvradm.gz
6772024-02-26T13:26:06.532Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6782024-02-26T13:26:06.536Z+ do_assemble
6792024-02-26T13:26:06.536Z+ rm -r ./out/transceiver-control
6802024-02-26T13:26:06.536Z+ mkdir ./out/transceiver-control
6812024-02-26T13:26:06.536Z+ cp -r out/downloads/root ./out/transceiver-control/root
6822024-02-26T13:26:06.684ZAll prerequisites installed successfully
6832024-02-26T13:26:06.688Z
6842024-02-26T13:26:06.688Zreal 1:51.133747133
6852024-02-26T13:26:06.688Zuser 35.482881021
6862024-02-26T13:26:06.688Zsys 6.501056014
6872024-02-26T13:26:06.688Ztrap 0.011907924
6882024-02-26T13:26:06.688Ztflt 0.368892627
6892024-02-26T13:26:06.688Zdflt 0.571379302
6902024-02-26T13:26:06.688Zkflt 0.281348241
6912024-02-26T13:26:06.688Zlock 1.383174682
6922024-02-26T13:26:06.689Zslp 3:34.317603412
6932024-02-26T13:26:06.689Zlat 1.866063698
6942024-02-26T13:26:06.689Zstop 0.143301770
6952024-02-26T13:26:06.689Z+ banner end-to-end-tests
6962024-02-26T13:26:06.734Z
6972024-02-26T13:26:06.734Z ###### # # ##### ##### #### ###### # # #####
6982024-02-26T13:26:06.734Z # ## # # # # # # # ## # # #
6992024-02-26T13:26:06.734Z ##### # # # # # ##### # # # ##### ##### # # # # #
7002024-02-26T13:26:06.734Z # # # # # # # # # # # # # # #
7012024-02-26T13:26:06.734Z # # ## # # # # # # # ## # #
7022024-02-26T13:26:06.734Z ###### # # ##### # #### ###### # # #####
7032024-02-26T13:26:06.734Z
7042024-02-26T13:26:06.738Z+ export CARGO_PROFILE_DEV_DEBUG=1
7052024-02-26T13:26:06.738Z+ CARGO_PROFILE_DEV_DEBUG=1
7062024-02-26T13:26:06.738Z+ export CARGO_PROFILE_TEST_DEBUG=1
7072024-02-26T13:26:06.738Z+ CARGO_PROFILE_TEST_DEBUG=1
7082024-02-26T13:26:06.738Z+ export CARGO_INCREMENTAL=0
7092024-02-26T13:26:06.738Z+ CARGO_INCREMENTAL=0
7102024-02-26T13:26:06.738Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7112024-02-26T13:26:06.938Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7122024-02-26T13:26:07.223Z Updating git repository `https://github.com/oxidecomputer/samael`
7132024-02-26T13:26:07.732Z Updating crates.io index
7142024-02-26T13:26:07.736Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7152024-02-26T13:26:08.491Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7162024-02-26T13:26:10.372Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7172024-02-26T13:26:10.870Z Updating git repository `http://github.com/oxidecomputer/tofino`
7182024-02-26T13:26:11.151Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7192024-02-26T13:26:11.434Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7202024-02-26T13:26:11.706Z Updating git repository `https://github.com/oxidecomputer/propolis`
7212024-02-26T13:26:12.614Z Updating git repository `https://github.com/oxidecomputer/crucible`
7222024-02-26T13:26:14.690Z Updating git repository `https://github.com/oxidecomputer/opte`
7232024-02-26T13:26:15.639Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7242024-02-26T13:26:15.987Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7252024-02-26T13:26:16.537Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7262024-02-26T13:26:16.905Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7272024-02-26T13:26:17.226Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7282024-02-26T13:26:17.537Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7292024-02-26T13:26:17.930Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7302024-02-26T13:26:18.287Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7312024-02-26T13:26:18.625Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7322024-02-26T13:26:19.169Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7332024-02-26T13:26:19.590Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7342024-02-26T13:26:19.962Z Updating git repository `https://github.com/jgallagher/nix`
7352024-02-26T13:26:21.176Z Updating git repository `https://github.com/cbiffle/hubpack`
7362024-02-26T13:26:21.494Z Updating git repository `https://github.com/oxidecomputer/typify`
7372024-02-26T13:26:23.170Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7382024-02-26T13:26:23.557Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7392024-02-26T13:26:23.846Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7402024-02-26T13:26:25.141Z Downloading crates ...
7412024-02-26T13:26:25.374Z Downloaded darling v0.20.3
7422024-02-26T13:26:25.380Z Downloaded arrayvec v0.7.4
7432024-02-26T13:26:25.380Z Downloaded matches v0.1.10
7442024-02-26T13:26:25.380Z Downloaded libsw v3.3.1
7452024-02-26T13:26:25.380Z Downloaded blowfish v0.9.1
7462024-02-26T13:26:25.380Z Downloaded der_derive v0.7.2
7472024-02-26T13:26:25.381Z Downloaded macaddr v1.0.1
7482024-02-26T13:26:25.381Z Downloaded native-tls v0.2.11
7492024-02-26T13:26:25.381Z Downloaded match_cfg v0.1.0
7502024-02-26T13:26:25.381Z Downloaded cancel-safe-futures v0.1.5
7512024-02-26T13:26:25.381Z Downloaded diesel_table_macro_syntax v0.1.0
7522024-02-26T13:26:25.381Z Downloaded chacha20 v0.9.1
7532024-02-26T13:26:25.381Z Downloaded addr2line v0.21.0
7542024-02-26T13:26:25.381Z Downloaded async-stream v0.3.5
7552024-02-26T13:26:25.381Z Downloaded subtle v2.5.0
7562024-02-26T13:26:25.391Z Downloaded parse-display-derive v0.9.0
7572024-02-26T13:26:25.392Z Downloaded managed v0.8.0
7582024-02-26T13:26:25.392Z Downloaded ciborium-io v0.2.2
7592024-02-26T13:26:25.392Z Downloaded camino-tempfile v1.1.1
7602024-02-26T13:26:25.392Z Downloaded cipher v0.4.4
7612024-02-26T13:26:25.392Z Downloaded anstyle-query v1.0.0
7622024-02-26T13:26:25.392Z Downloaded convert_case v0.4.0
7632024-02-26T13:26:25.423Z Downloaded memmap2 v0.7.1
7642024-02-26T13:26:25.424Z Downloaded paste v1.0.14
7652024-02-26T13:26:25.424Z Downloaded phf_shared v0.11.2
7662024-02-26T13:26:25.424Z Downloaded arc-swap v1.6.0
7672024-02-26T13:26:25.424Z Downloaded async-stream-impl v0.3.5
7682024-02-26T13:26:25.424Z Downloaded anyhow v1.0.75
7692024-02-26T13:26:25.434Z Downloaded polyval v0.6.1
7702024-02-26T13:26:25.434Z Downloaded cstr-argument v0.1.2
7712024-02-26T13:26:25.434Z Downloaded pin-utils v0.1.0
7722024-02-26T13:26:25.434Z Downloaded byteorder v1.5.0
7732024-02-26T13:26:25.434Z Downloaded pkcs8 v0.10.2
7742024-02-26T13:26:25.434Z Downloaded clap_lex v0.7.0
7752024-02-26T13:26:25.434Z Downloaded atty v0.2.14
7762024-02-26T13:26:25.434Z Downloaded openssl-probe v0.1.5
7772024-02-26T13:26:25.434Z Downloaded defmt v0.3.5
7782024-02-26T13:26:25.434Z Downloaded precomputed-hash v0.1.1
7792024-02-26T13:26:25.445Z Downloaded darling_macro v0.20.3
7802024-02-26T13:26:25.445Z Downloaded crossbeam-deque v0.8.3
7812024-02-26T13:26:25.446Z Downloaded pbkdf2 v0.11.0
7822024-02-26T13:26:25.446Z Downloaded time-core v0.1.1
7832024-02-26T13:26:25.446Z Downloaded adler v1.0.2
7842024-02-26T13:26:25.446Z Downloaded log v0.4.20
7852024-02-26T13:26:25.446Z Downloaded opaque-debug v0.3.0
7862024-02-26T13:26:25.455Z Downloaded num-iter v0.1.43
7872024-02-26T13:26:25.455Z Downloaded ciborium-ll v0.2.2
7882024-02-26T13:26:25.455Z Downloaded openssl-macros v0.1.1
7892024-02-26T13:26:25.455Z Downloaded atomicwrites v0.4.3
7902024-02-26T13:26:25.455Z Downloaded data-encoding v2.4.0
7912024-02-26T13:26:25.455Z Downloaded num-derive v0.4.0
7922024-02-26T13:26:25.462Z Downloaded num_enum v0.5.11
7932024-02-26T13:26:25.462Z Downloaded ctr v0.9.2
7942024-02-26T13:26:25.474Z Downloaded curve25519-dalek-derive v0.1.0
7952024-02-26T13:26:25.474Z Downloaded mime v0.3.17
7962024-02-26T13:26:25.474Z Downloaded pretty-hex v0.4.1
7972024-02-26T13:26:25.475Z Downloaded constant_time_eq v0.3.0
7982024-02-26T13:26:25.475Z Downloaded pretty-hex v0.2.1
7992024-02-26T13:26:25.475Z Downloaded http-range v0.1.5
8002024-02-26T13:26:25.475Z Downloaded pem-rfc7468 v0.7.0
8012024-02-26T13:26:25.475Z Downloaded crypto-common v0.1.6
8022024-02-26T13:26:25.479Z Downloaded tower-service v0.3.2
8032024-02-26T13:26:25.479Z Downloaded num v0.4.1
8042024-02-26T13:26:25.480Z Downloaded clap_derive v4.5.0
8052024-02-26T13:26:25.489Z Downloaded zone_cfg_derive v0.3.0
8062024-02-26T13:26:25.489Z Downloaded strum_macros v0.25.2
8072024-02-26T13:26:25.489Z Downloaded usdt-macro v0.5.0
8082024-02-26T13:26:25.489Z Downloaded nibble_vec v0.1.0
8092024-02-26T13:26:25.489Z Downloaded strsim v0.8.0
8102024-02-26T13:26:25.489Z Downloaded ident_case v1.0.1
8112024-02-26T13:26:25.490Z Downloaded num-complex v0.4.4
8122024-02-26T13:26:25.498Z Downloaded static_assertions v1.1.0
8132024-02-26T13:26:25.498Z Downloaded difflib v0.4.0
8142024-02-26T13:26:25.498Z Downloaded untrusted v0.7.1
8152024-02-26T13:26:25.507Z Downloaded num-rational v0.4.1
8162024-02-26T13:26:25.507Z Downloaded base16ct v0.2.0
8172024-02-26T13:26:25.507Z Downloaded dtrace-parser v0.1.14
8182024-02-26T13:26:25.507Z Downloaded arrayref v0.3.7
8192024-02-26T13:26:25.507Z Downloaded pem v3.0.2
8202024-02-26T13:26:25.507Z Downloaded form_urlencoded v1.2.1
8212024-02-26T13:26:25.508Z Downloaded usdt v0.5.0
8222024-02-26T13:26:25.508Z Downloaded dtrace-parser v0.2.0
8232024-02-26T13:26:25.508Z Downloaded defmt-parser v0.3.3
8242024-02-26T13:26:25.508Z Downloaded bitflags v1.3.2
8252024-02-26T13:26:25.519Z Downloaded anstream v0.6.11
8262024-02-26T13:26:25.520Z Downloaded bcrypt-pbkdf v0.10.0
8272024-02-26T13:26:25.520Z Downloaded num-integer v0.1.46
8282024-02-26T13:26:25.520Z Downloaded strum v0.26.1
8292024-02-26T13:26:25.520Z Downloaded const-oid v0.9.5
8302024-02-26T13:26:25.520Z Downloaded password-hash v0.4.2
8312024-02-26T13:26:25.537Z Downloaded usdt-attr-macro v0.5.0
8322024-02-26T13:26:25.537Z Downloaded ciborium v0.2.2
8332024-02-26T13:26:25.538Z Downloaded percent-encoding v2.3.1
8342024-02-26T13:26:25.538Z Downloaded password-hash v0.5.0
8352024-02-26T13:26:25.538Z Downloaded time-macros v0.2.13
8362024-02-26T13:26:25.539Z Downloaded chacha20poly1305 v0.10.1
8372024-02-26T13:26:25.539Z Downloaded terminal_size v0.3.0
8382024-02-26T13:26:25.539Z Downloaded libefi-sys v0.1.0
8392024-02-26T13:26:25.545Z Downloaded block-padding v0.3.3
8402024-02-26T13:26:25.545Z Downloaded lru-cache v0.1.2
8412024-02-26T13:26:25.545Z Downloaded usdt v0.3.5
8422024-02-26T13:26:25.545Z Downloaded bit-vec v0.6.3
8432024-02-26T13:26:25.545Z Downloaded structmeta v0.3.0
8442024-02-26T13:26:25.545Z Downloaded predicates v3.1.0
8452024-02-26T13:26:25.546Z Downloaded once_cell v1.19.0
8462024-02-26T13:26:25.546Z Downloaded omicron-zone-package v0.11.0
8472024-02-26T13:26:25.562Z Downloaded deranged v0.3.8
8482024-02-26T13:26:25.562Z Downloaded miniz_oxide v0.7.1
8492024-02-26T13:26:25.562Z Downloaded platforms v3.0.2
8502024-02-26T13:26:25.562Z Downloaded clap v4.5.0
8512024-02-26T13:26:25.575Z Downloaded zone v0.3.0
8522024-02-26T13:26:25.576Z Downloaded either v1.10.0
8532024-02-26T13:26:25.576Z Downloaded foreign-types-shared v0.3.1
8542024-02-26T13:26:25.576Z Downloaded float-cmp v0.9.0
8552024-02-26T13:26:25.576Z Downloaded console v0.15.8
8562024-02-26T13:26:25.576Z Downloaded version_check v0.9.4
8572024-02-26T13:26:25.577Z Downloaded flagset v0.4.3
8582024-02-26T13:26:25.577Z Downloaded lazy_static v1.4.0
8592024-02-26T13:26:25.577Z Downloaded ansi_term v0.12.1
8602024-02-26T13:26:25.590Z Downloaded multer v3.0.0
8612024-02-26T13:26:25.590Z Downloaded ahash v0.8.7
8622024-02-26T13:26:25.590Z Downloaded bitflags v2.4.0
8632024-02-26T13:26:25.590Z Downloaded fallible-iterator v0.2.0
8642024-02-26T13:26:25.591Z Downloaded serde_tokenstream v0.2.0
8652024-02-26T13:26:25.591Z Downloaded spin v0.5.2
8662024-02-26T13:26:25.591Z Downloaded semver v0.11.0
8672024-02-26T13:26:25.591Z Downloaded serde_urlencoded v0.7.1
8682024-02-26T13:26:25.603Z Downloaded rustls-pki-types v1.3.0
8692024-02-26T13:26:25.604Z Downloaded getrandom v0.2.10
8702024-02-26T13:26:25.604Z Downloaded slog-term v2.9.0
8712024-02-26T13:26:25.604Z Downloaded crypto-bigint v0.5.2
8722024-02-26T13:26:25.604Z Downloaded parking_lot_core v0.9.8
8732024-02-26T13:26:25.631Z Downloaded foreign-types-macros v0.2.3
8742024-02-26T13:26:25.631Z Downloaded lock_api v0.4.10
8752024-02-26T13:26:25.631Z Downloaded cc v1.0.83
8762024-02-26T13:26:25.632Z Downloaded synstructure v0.12.6
8772024-02-26T13:26:25.660Z Downloaded getrandom v0.1.16
8782024-02-26T13:26:25.660Z Downloaded embedded-io v0.4.0
8792024-02-26T13:26:25.660Z Downloaded debug-ignore v1.0.5
8802024-02-26T13:26:25.660Z Downloaded yasna v0.5.2
8812024-02-26T13:26:25.660Z Downloaded blake2 v0.10.6
8822024-02-26T13:26:25.661Z Downloaded rfc6979 v0.4.0
8832024-02-26T13:26:25.661Z Downloaded zerocopy v0.3.0
8842024-02-26T13:26:25.661Z Downloaded dirs-next v2.0.0
8852024-02-26T13:26:25.662Z Downloaded display-error-chain v0.2.0
8862024-02-26T13:26:25.662Z Downloaded derive_more v0.99.17
8872024-02-26T13:26:25.662Z Downloaded httpdate v1.0.3
8882024-02-26T13:26:25.662Z Downloaded slog-scope v4.4.0
8892024-02-26T13:26:25.662Z Downloaded slog-envlogger v2.2.0
8902024-02-26T13:26:25.662Z Downloaded slog-dtrace v0.3.0
8912024-02-26T13:26:25.662Z Downloaded tokio-stream v0.1.14
8922024-02-26T13:26:25.663Z Downloaded hex v0.4.3
8932024-02-26T13:26:25.663Z Downloaded hubpack v0.1.2
8942024-02-26T13:26:25.664Z Downloaded sec1 v0.7.3
8952024-02-26T13:26:25.664Z Downloaded sct v0.7.0
8962024-02-26T13:26:25.664Z Downloaded untrusted v0.9.0
8972024-02-26T13:26:25.664Z Downloaded heck v0.4.1
8982024-02-26T13:26:25.664Z Downloaded gethostname v0.4.3
8992024-02-26T13:26:25.665Z Downloaded elliptic-curve v0.13.8
9002024-02-26T13:26:25.665Z Downloaded tungstenite v0.20.1
9012024-02-26T13:26:25.665Z Downloaded poly1305 v0.8.0
9022024-02-26T13:26:25.676Z Downloaded rand_chacha v0.3.1
9032024-02-26T13:26:25.676Z Downloaded memchr v2.6.3
9042024-02-26T13:26:25.676Z Downloaded num-bigint v0.4.4
9052024-02-26T13:26:25.676Z Downloaded p256 v0.13.2
9062024-02-26T13:26:25.677Z Downloaded proc-macro-error v1.0.4
9072024-02-26T13:26:25.684Z Downloaded foreign-types-shared v0.1.1
9082024-02-26T13:26:25.684Z Downloaded quick-error v1.2.3
9092024-02-26T13:26:25.684Z Downloaded tokio-postgres v0.7.10
9102024-02-26T13:26:25.685Z Downloaded new_debug_unreachable v1.0.4
9112024-02-26T13:26:25.703Z Downloaded try-lock v0.2.4
9122024-02-26T13:26:25.704Z Downloaded hubpack_derive v0.1.1
9132024-02-26T13:26:25.704Z Downloaded serde_with_macros v3.6.1
9142024-02-26T13:26:25.704Z Downloaded waitgroup v0.1.2
9152024-02-26T13:26:25.704Z Downloaded heck v0.3.3
9162024-02-26T13:26:25.704Z Downloaded itoa v1.0.9
9172024-02-26T13:26:25.704Z Downloaded universal-hash v0.5.1
9182024-02-26T13:26:25.704Z Downloaded stable_deref_trait v1.2.0
9192024-02-26T13:26:25.704Z Downloaded quote v1.0.35
9202024-02-26T13:26:25.704Z Downloaded home v0.5.5
9212024-02-26T13:26:25.704Z Downloaded hash32 v0.2.1
9222024-02-26T13:26:25.705Z Downloaded instant v0.1.12
9232024-02-26T13:26:25.705Z Downloaded slog-bunyan v2.5.0
9242024-02-26T13:26:25.705Z Downloaded toml v0.7.8
9252024-02-26T13:26:25.711Z Downloaded tinyvec_macros v0.1.1
9262024-02-26T13:26:25.711Z Downloaded zip v0.6.6
9272024-02-26T13:26:25.711Z Downloaded walkdir v2.4.0
9282024-02-26T13:26:25.711Z Downloaded subprocess v0.2.9
9292024-02-26T13:26:25.735Z Downloaded darling_core v0.20.3
9302024-02-26T13:26:25.735Z Downloaded enum-as-inner v0.5.1
9312024-02-26T13:26:25.735Z Downloaded signal-hook v0.3.17
9322024-02-26T13:26:25.735Z Downloaded foreign-types v0.5.0
9332024-02-26T13:26:25.735Z Downloaded russh-keys v0.42.0
9342024-02-26T13:26:25.735Z Downloaded socket2 v0.4.9
9352024-02-26T13:26:25.735Z Downloaded futures-io v0.3.30
9362024-02-26T13:26:25.735Z Downloaded secrecy v0.8.0
9372024-02-26T13:26:25.735Z Downloaded rustversion v1.0.14
9382024-02-26T13:26:25.735Z Downloaded base64 v0.21.7
9392024-02-26T13:26:25.736Z Downloaded unicase v2.7.0
9402024-02-26T13:26:25.746Z Downloaded backtrace v0.3.69
9412024-02-26T13:26:25.746Z Downloaded thiserror-impl v1.0.57
9422024-02-26T13:26:25.763Z Downloaded want v0.3.1
9432024-02-26T13:26:25.763Z Downloaded num_threads v0.1.6
9442024-02-26T13:26:25.763Z Downloaded signal-hook-registry v1.4.1
9452024-02-26T13:26:25.763Z Downloaded futures-macro v0.3.30
9462024-02-26T13:26:25.764Z Downloaded russh-cryptovec v0.7.0
9472024-02-26T13:26:25.764Z Downloaded futures-sink v0.3.30
9482024-02-26T13:26:25.764Z Downloaded utf-8 v0.7.6
9492024-02-26T13:26:25.764Z Downloaded proc-macro-crate v1.3.1
9502024-02-26T13:26:25.764Z Downloaded http-body v0.4.5
9512024-02-26T13:26:25.764Z Downloaded zeroize_derive v1.4.2
9522024-02-26T13:26:25.764Z Downloaded r2d2 v0.8.10
9532024-02-26T13:26:25.764Z Downloaded rcgen v0.12.1
9542024-02-26T13:26:25.764Z Downloaded hyper-staticfile v0.9.5
9552024-02-26T13:26:25.764Z Downloaded crossbeam-channel v0.5.8
9562024-02-26T13:26:25.764Z Downloaded minimal-lexical v0.2.1
9572024-02-26T13:26:25.789Z Downloaded headers-core v0.2.0
9582024-02-26T13:26:25.789Z Downloaded generic-array v0.14.7
9592024-02-26T13:26:25.789Z Downloaded dirs-sys v0.4.1
9602024-02-26T13:26:25.789Z Downloaded strum_macros v0.26.1
9612024-02-26T13:26:25.789Z Downloaded ecdsa v0.16.9
9622024-02-26T13:26:25.790Z Downloaded bytes v1.5.0
9632024-02-26T13:26:25.790Z Downloaded xattr v1.0.1
9642024-02-26T13:26:25.812Z Downloaded unicode-segmentation v1.10.1
9652024-02-26T13:26:25.812Z Downloaded toml v0.5.11
9662024-02-26T13:26:25.812Z Downloaded dof v0.3.0
9672024-02-26T13:26:25.812Z Downloaded hostname v0.3.1
9682024-02-26T13:26:25.812Z Downloaded aes-gcm v0.10.3
9692024-02-26T13:26:25.813Z Downloaded structopt-derive v0.4.18
9702024-02-26T13:26:25.813Z Downloaded rustc_version v0.1.7
9712024-02-26T13:26:25.813Z Downloaded signal-hook-mio v0.2.3
9722024-02-26T13:26:25.813Z Downloaded scopeguard v1.2.0
9732024-02-26T13:26:25.813Z Downloaded toolchain_find v0.2.0
9742024-02-26T13:26:25.813Z Downloaded thread_local v1.1.7
9752024-02-26T13:26:25.813Z Downloaded thiserror-impl-no-std v2.0.2
9762024-02-26T13:26:25.813Z Downloaded slog-async v2.8.0
9772024-02-26T13:26:25.813Z Downloaded foreign-types v0.3.2
9782024-02-26T13:26:25.813Z Downloaded resolv-conf v0.7.0
9792024-02-26T13:26:25.813Z Downloaded serde_path_to_error v0.1.15
9802024-02-26T13:26:25.813Z Downloaded fixedbitset v0.4.2
9812024-02-26T13:26:25.830Z Downloaded indexmap v1.9.3
9822024-02-26T13:26:25.830Z Downloaded ryu v1.0.15
9832024-02-26T13:26:25.830Z Downloaded smf v0.2.2
9842024-02-26T13:26:25.830Z Downloaded semver v1.0.22
9852024-02-26T13:26:25.830Z Downloaded spin v0.9.8
9862024-02-26T13:26:25.830Z Downloaded fxhash v0.2.1
9872024-02-26T13:26:25.830Z Downloaded flate2 v1.0.28
9882024-02-26T13:26:25.830Z Downloaded strum v0.25.0
9892024-02-26T13:26:25.830Z Downloaded rustc_version v0.4.0
9902024-02-26T13:26:25.831Z Downloaded sha1 v0.10.6
9912024-02-26T13:26:25.845Z Downloaded hyper-tls v0.5.0
9922024-02-26T13:26:25.845Z Downloaded getopts v0.2.21
9932024-02-26T13:26:25.845Z Downloaded serde_tokenstream v0.1.7
9942024-02-26T13:26:25.845Z Downloaded trust-dns-client v0.22.0
9952024-02-26T13:26:25.845Z Downloaded futures-core v0.3.30
9962024-02-26T13:26:25.846Z Downloaded take_mut v0.2.2
9972024-02-26T13:26:25.846Z Downloaded futures-task v0.3.30
9982024-02-26T13:26:25.846Z Downloaded rustls-pemfile v2.1.0
9992024-02-26T13:26:25.846Z Downloaded proc-macro-error-attr v1.0.4
10002024-02-26T13:26:25.846Z Downloaded dirs v5.0.1
10012024-02-26T13:26:25.846Z Downloaded aes v0.8.3
10022024-02-26T13:26:25.857Z Downloaded tokio-rustls v0.25.0
10032024-02-26T13:26:25.857Z Downloaded indexmap v2.2.3
10042024-02-26T13:26:25.858Z Downloaded anstyle-parse v0.2.1
10052024-02-26T13:26:25.858Z Downloaded dof v0.1.5
10062024-02-26T13:26:25.858Z Downloaded dyn-clone v1.0.16
10072024-02-26T13:26:25.858Z Downloaded serde_spanned v0.6.5
10082024-02-26T13:26:25.858Z Downloaded usdt-attr-macro v0.3.5
10092024-02-26T13:26:25.858Z Downloaded nom v7.1.3
10102024-02-26T13:26:25.868Z Downloaded unicode-ident v1.0.12
10112024-02-26T13:26:25.868Z Downloaded ff v0.13.0
10122024-02-26T13:26:25.868Z Downloaded ghash v0.5.0
10132024-02-26T13:26:25.868Z Downloaded futures v0.3.30
10142024-02-26T13:26:25.874Z Downloaded serde_repr v0.1.16
10152024-02-26T13:26:25.874Z Downloaded unicode-xid v0.2.4
10162024-02-26T13:26:25.874Z Downloaded headers v0.3.9
10172024-02-26T13:26:25.874Z Downloaded keccak v0.1.4
10182024-02-26T13:26:25.882Z Downloaded ed25519-dalek v2.0.0
10192024-02-26T13:26:25.882Z Downloaded futures-channel v0.3.30
10202024-02-26T13:26:25.882Z Downloaded steno v0.4.0
10212024-02-26T13:26:25.893Z Downloaded rayon-core v1.12.0
10222024-02-26T13:26:25.893Z Downloaded filetime v0.2.23
10232024-02-26T13:26:25.893Z Downloaded hex-literal v0.4.1
10242024-02-26T13:26:25.893Z Downloaded usdt-impl v0.3.5
10252024-02-26T13:26:25.893Z Downloaded futures-executor v0.3.30
10262024-02-26T13:26:25.893Z Downloaded serde v1.0.196
10272024-02-26T13:26:25.920Z Downloaded tokio-tungstenite v0.20.1
10282024-02-26T13:26:25.920Z Downloaded ucd-trie v0.1.6
10292024-02-26T13:26:25.921Z Downloaded rand v0.8.5
10302024-02-26T13:26:25.921Z Downloaded usdt-impl v0.5.0
10312024-02-26T13:26:25.921Z Downloaded smallvec v1.13.1
10322024-02-26T13:26:25.921Z Downloaded term v0.7.0
10332024-02-26T13:26:25.921Z Downloaded similar v2.3.0
10342024-02-26T13:26:25.921Z Downloaded sha2 v0.10.8
10352024-02-26T13:26:25.921Z Downloaded unsafe-libyaml v0.2.10
10362024-02-26T13:26:25.921Z Downloaded rustls-pemfile v1.0.3
10372024-02-26T13:26:25.921Z Downloaded half v2.3.1
10382024-02-26T13:26:25.926Z Downloaded vsss-rs v3.3.4
10392024-02-26T13:26:25.926Z Downloaded p521 v0.13.3
10402024-02-26T13:26:25.940Z Downloaded libm v0.2.7
10412024-02-26T13:26:25.969Z Downloaded tracing-attributes v0.1.26
10422024-02-26T13:26:25.969Z Downloaded serde_derive v1.0.196
10432024-02-26T13:26:25.969Z Downloaded rand v0.7.3
10442024-02-26T13:26:25.969Z Downloaded unicode-normalization v0.1.22
10452024-02-26T13:26:25.969Z Downloaded tempfile v3.10.0
10462024-02-26T13:26:25.970Z Downloaded crossterm v0.27.0
10472024-02-26T13:26:25.974Z Downloaded slog v2.7.0
10482024-02-26T13:26:25.975Z Downloaded tracing-core v0.1.31
10492024-02-26T13:26:25.975Z Downloaded url v2.5.0
10502024-02-26T13:26:25.975Z Downloaded uuid v1.7.0
10512024-02-26T13:26:25.975Z Downloaded postcard v1.0.8
10522024-02-26T13:26:25.975Z Downloaded regex-automata v0.1.10
10532024-02-26T13:26:25.975Z Downloaded serde_yaml v0.9.25
10542024-02-26T13:26:25.985Z Downloaded schemars v0.8.16
10552024-02-26T13:26:25.995Z Downloaded trust-dns-server v0.22.1
10562024-02-26T13:26:25.995Z Downloaded clap_builder v4.5.0
10572024-02-26T13:26:25.999Z Downloaded russh v0.42.0
10582024-02-26T13:26:26.007Z Downloaded toml_edit v0.22.6
10592024-02-26T13:26:26.028Z Downloaded heapless v0.8.0
10602024-02-26T13:26:26.034Z Downloaded http v1.0.0
10612024-02-26T13:26:26.034Z Downloaded aho-corasick v1.0.4
10622024-02-26T13:26:26.034Z Downloaded heapless v0.7.16
10632024-02-26T13:26:26.044Z Downloaded http v0.2.11
10642024-02-26T13:26:26.044Z Downloaded hashbrown v0.12.3
10652024-02-26T13:26:26.044Z Downloaded clap v2.34.0
10662024-02-26T13:26:26.058Z Downloaded h2 v0.3.24
10672024-02-26T13:26:26.497Z Downloaded serde_json v1.0.114
10682024-02-26T13:26:26.497Z Downloaded zerocopy v0.7.32
10692024-02-26T13:26:26.504Z Downloaded toml_edit v0.19.15
10702024-02-26T13:26:26.504Z Downloaded hyper v0.14.27
10712024-02-26T13:26:26.504Z Downloaded pest v2.7.6
10722024-02-26T13:26:26.504Z Downloaded serde_with v3.6.1
10732024-02-26T13:26:26.504Z Downloaded winnow v0.5.15
10742024-02-26T13:26:26.504Z Downloaded futures-util v0.3.30
10752024-02-26T13:26:26.504Z Downloaded hashbrown v0.14.3
10762024-02-26T13:26:26.504Z Downloaded rustls-webpki v0.101.7
10772024-02-26T13:26:26.505Z Downloaded rayon v1.8.0
10782024-02-26T13:26:26.505Z Downloaded smoltcp v0.9.1
10792024-02-26T13:26:26.505Z Downloaded object v0.32.1
10802024-02-26T13:26:26.505Z Downloaded openssl v0.10.60
10812024-02-26T13:26:26.505Z Downloaded curve25519-dalek v4.1.1
10822024-02-26T13:26:26.505Z Downloaded bstr v0.2.17
10832024-02-26T13:26:26.505Z Downloaded syn v1.0.109
10842024-02-26T13:26:26.505Z Downloaded radix_trie v0.2.1
10852024-02-26T13:26:26.505Z Downloaded idna v0.2.3
10862024-02-26T13:26:26.505Z Downloaded vcpkg v0.2.15
10872024-02-26T13:26:26.505Z Downloaded bstr v1.6.0
10882024-02-26T13:26:26.505Z Downloaded rustls v0.22.2
10892024-02-26T13:26:26.505Z Downloaded regex-syntax v0.8.2
10902024-02-26T13:26:26.505Z Downloaded rustix v0.38.31
10912024-02-26T13:26:26.505Z Downloaded trust-dns-proto v0.22.0
10922024-02-26T13:26:26.505Z Downloaded zerocopy-derive v0.6.4
10932024-02-26T13:26:26.505Z Downloaded tokio v1.36.0
10942024-02-26T13:26:26.505Z Downloaded zerocopy-derive v0.2.0
10952024-02-26T13:26:26.505Z Downloaded smoltcp v0.11.0
10962024-02-26T13:26:26.505Z Downloaded diesel v2.1.4
10972024-02-26T13:26:26.505Z Downloaded openapiv3 v2.0.0
10982024-02-26T13:26:26.505Z Downloaded regress v0.8.0
10992024-02-26T13:26:26.505Z Downloaded regex v1.10.3
11002024-02-26T13:26:26.505Z Downloaded sled v0.34.7
11012024-02-26T13:26:26.506Z Downloaded bzip2-sys v0.1.11+1.0.8
11022024-02-26T13:26:26.506Z Downloaded syn v2.0.48
11032024-02-26T13:26:26.506Z Downloaded regex-automata v0.3.8
11042024-02-26T13:26:26.506Z Downloaded regex-automata v0.4.4
11052024-02-26T13:26:26.506Z Downloaded libc v0.2.153
11062024-02-26T13:26:26.534Z Downloaded gimli v0.28.0
11072024-02-26T13:26:26.577Z Downloaded rustls v0.21.9
11082024-02-26T13:26:26.577Z Downloaded idna v0.5.0
11092024-02-26T13:26:26.577Z Downloaded webpki-roots v0.25.2
11102024-02-26T13:26:26.577Z Downloaded rustls-webpki v0.102.1
11112024-02-26T13:26:26.593Z Downloaded itertools v0.10.5
11122024-02-26T13:26:26.593Z Downloaded time v0.3.27
11132024-02-26T13:26:26.593Z Downloaded itertools v0.12.1
11142024-02-26T13:26:26.593Z Downloaded hkdf v0.12.4
11152024-02-26T13:26:26.593Z Downloaded reqwest v0.11.22
11162024-02-26T13:26:26.598Z Downloaded goblin v0.8.0
11172024-02-26T13:26:26.610Z Downloaded sha3 v0.10.8
11182024-02-26T13:26:26.610Z Downloaded blake3 v1.5.0
11192024-02-26T13:26:26.617Z Downloaded winnow v0.6.1
11202024-02-26T13:26:26.617Z Downloaded chrono v0.4.31
11212024-02-26T13:26:26.624Z Downloaded mio v0.8.9
11222024-02-26T13:26:26.646Z Downloaded unicode-bidi v0.3.13
11232024-02-26T13:26:26.646Z Downloaded proc-macro2 v1.0.78
11242024-02-26T13:26:26.646Z Downloaded slab v0.4.9
11252024-02-26T13:26:26.646Z Downloaded tinyvec v1.6.0
11262024-02-26T13:26:26.646Z Downloaded tokio-rustls v0.24.1
11272024-02-26T13:26:26.647Z Downloaded semver v0.1.20
11282024-02-26T13:26:26.647Z Downloaded zeroize v1.7.0
11292024-02-26T13:26:26.647Z Downloaded scheduled-thread-pool v0.2.7
11302024-02-26T13:26:26.647Z Downloaded digest v0.10.7
11312024-02-26T13:26:26.647Z Downloaded trust-dns-resolver v0.22.0
11322024-02-26T13:26:26.667Z Downloaded socket2 v0.5.5
11332024-02-26T13:26:26.667Z Downloaded dirs-sys-next v0.1.2
11342024-02-26T13:26:26.667Z Downloaded winapi v0.3.9
11352024-02-26T13:26:26.693Z Downloaded strsim v0.11.0
11362024-02-26T13:26:26.699Z Downloaded hyper-rustls v0.24.2
11372024-02-26T13:26:26.699Z Downloaded rustc-demangle v0.1.23
11382024-02-26T13:26:26.699Z Downloaded semver-parser v0.10.2
11392024-02-26T13:26:26.699Z Downloaded ipnetwork v0.20.0
11402024-02-26T13:26:26.699Z Downloaded rand_chacha v0.2.2
11412024-02-26T13:26:26.699Z Downloaded petgraph v0.6.4
11422024-02-26T13:26:26.710Z Downloaded slog-stdlog v4.1.1
11432024-02-26T13:26:26.714Z Downloaded slog-json v2.6.1
11442024-02-26T13:26:26.714Z Downloaded fnv v1.0.7
11452024-02-26T13:26:26.714Z Downloaded utf8parse v0.2.1
11462024-02-26T13:26:26.714Z Downloaded string_cache v0.8.7
11472024-02-26T13:26:26.744Z Downloaded scroll v0.12.0
11482024-02-26T13:26:26.744Z Downloaded schemars_derive v0.8.16
11492024-02-26T13:26:26.744Z Downloaded encoding_rs v0.8.33
11502024-02-26T13:26:26.751Z Downloaded inout v0.1.3
11512024-02-26T13:26:26.751Z Downloaded unicode-width v0.1.11
11522024-02-26T13:26:26.751Z Downloaded hmac v0.12.1
11532024-02-26T13:26:26.751Z Downloaded structopt v0.3.26
11542024-02-26T13:26:26.751Z Downloaded zerocopy v0.6.4
11552024-02-26T13:26:26.761Z Downloaded tracing v0.1.37
11562024-02-26T13:26:26.761Z Downloaded scroll_derive v0.12.0
11572024-02-26T13:26:26.761Z Downloaded der v0.7.8
11582024-02-26T13:26:26.762Z Downloaded openssl-sys v0.9.96
11592024-02-26T13:26:26.765Z Downloaded allocator-api2 v0.2.16
11602024-02-26T13:26:26.769Z Downloaded diesel_derives v2.1.2
11612024-02-26T13:26:26.769Z Downloaded topological-sort v0.2.2
11622024-02-26T13:26:26.772Z Downloaded tokio-macros v2.2.0
11632024-02-26T13:26:26.773Z Downloaded parking_lot v0.12.1
11642024-02-26T13:26:26.773Z Downloaded glob v0.3.1
11652024-02-26T13:26:26.781Z Downloaded toml v0.8.10
11662024-02-26T13:26:26.782Z Downloaded strsim v0.10.0
11672024-02-26T13:26:26.782Z Downloaded serde_derive_internals v0.26.0
11682024-02-26T13:26:26.792Z Downloaded thiserror-no-std v2.0.2
11692024-02-26T13:26:26.792Z Downloaded rustfmt-wrapper v0.2.0
11702024-02-26T13:26:26.792Z Downloaded primeorder v0.13.6
11712024-02-26T13:26:26.792Z Downloaded same-file v1.0.6
11722024-02-26T13:26:26.792Z Downloaded derive-where v1.2.7
11732024-02-26T13:26:26.812Z Downloaded typenum v1.16.0
11742024-02-26T13:26:26.812Z Downloaded siphasher v0.3.11
11752024-02-26T13:26:26.812Z Downloaded bzip2 v0.4.4
11762024-02-26T13:26:26.812Z Downloaded rand_core v0.5.1
11772024-02-26T13:26:26.812Z Downloaded thiserror v1.0.57
11782024-02-26T13:26:26.812Z Downloaded pest_generator v2.7.6
11792024-02-26T13:26:26.812Z Downloaded pest_derive v2.7.6
11802024-02-26T13:26:26.812Z Downloaded zerocopy-derive v0.7.32
11812024-02-26T13:26:26.812Z Downloaded base64ct v1.6.0
11822024-02-26T13:26:26.812Z Downloaded httparse v1.8.0
11832024-02-26T13:26:26.812Z Downloaded postgres-types v0.2.6
11842024-02-26T13:26:26.818Z Downloaded parking_lot_core v0.8.6
11852024-02-26T13:26:26.818Z Downloaded owo-colors v4.0.0
11862024-02-26T13:26:26.818Z Downloaded postgres-protocol v0.6.6
11872024-02-26T13:26:26.829Z Downloaded backoff v0.4.0
11882024-02-26T13:26:26.829Z Downloaded ipnet v2.9.0
11892024-02-26T13:26:26.829Z Downloaded fastrand v2.0.1
11902024-02-26T13:26:26.829Z Downloaded signature v2.1.0
11912024-02-26T13:26:26.830Z Downloaded hash32 v0.3.1
11922024-02-26T13:26:26.830Z Downloaded stringprep v0.1.3
11932024-02-26T13:26:26.830Z Downloaded vec_map v0.8.2
11942024-02-26T13:26:26.830Z Downloaded ed25519 v2.2.2
11952024-02-26T13:26:26.830Z Downloaded rand_core v0.6.4
11962024-02-26T13:26:26.839Z Downloaded whoami v1.4.1
11972024-02-26T13:26:26.839Z Downloaded endian-type v0.1.2
11982024-02-26T13:26:26.839Z Downloaded structmeta-derive v0.3.0
11992024-02-26T13:26:26.839Z Downloaded atomic-waker v1.1.1
12002024-02-26T13:26:26.839Z Downloaded crossbeam-utils v0.8.16
12012024-02-26T13:26:26.839Z Downloaded crossbeam-epoch v0.9.15
12022024-02-26T13:26:26.846Z Downloaded crc32fast v1.3.2
12032024-02-26T13:26:26.846Z Downloaded num-traits v0.2.16
12042024-02-26T13:26:26.846Z Downloaded iana-time-zone v0.1.57
12052024-02-26T13:26:26.846Z Downloaded group v0.13.0
12062024-02-26T13:26:26.846Z Downloaded errno v0.3.8
12072024-02-26T13:26:26.851Z Downloaded phf v0.11.2
12082024-02-26T13:26:26.851Z Downloaded defmt-macros v0.3.6
12092024-02-26T13:26:26.851Z Downloaded spki v0.7.2
12102024-02-26T13:26:26.864Z Downloaded block-buffer v0.10.4
12112024-02-26T13:26:26.864Z Downloaded plain v0.2.3
12122024-02-26T13:26:26.864Z Downloaded toml_datetime v0.6.5
12132024-02-26T13:26:26.864Z Downloaded predicates-core v1.0.6
12142024-02-26T13:26:26.864Z Downloaded colored v2.0.4
12152024-02-26T13:26:26.864Z Downloaded is-terminal v0.4.9
12162024-02-26T13:26:26.864Z Downloaded equivalent v1.0.1
12172024-02-26T13:26:26.865Z Downloaded usdt-macro v0.3.5
12182024-02-26T13:26:26.865Z Downloaded num_cpus v1.16.0
12192024-02-26T13:26:26.869Z Downloaded newtype-uuid v1.0.1
12202024-02-26T13:26:26.869Z Downloaded cobs v0.2.3
12212024-02-26T13:26:26.869Z Downloaded aead v0.5.2
12222024-02-26T13:26:26.869Z Downloaded ppv-lite86 v0.2.17
12232024-02-26T13:26:26.869Z Downloaded pkg-config v0.3.27
12242024-02-26T13:26:26.869Z Downloaded pbkdf2 v0.12.2
12252024-02-26T13:26:26.869Z Downloaded option-ext v0.2.0
12262024-02-26T13:26:26.869Z Downloaded cpufeatures v0.2.12
12272024-02-26T13:26:26.878Z Downloaded pin-project-lite v0.2.13
12282024-02-26T13:26:26.878Z Downloaded md5 v0.7.0
12292024-02-26T13:26:26.878Z Downloaded swrite v0.1.0
12302024-02-26T13:26:26.878Z Downloaded anstyle v1.0.2
12312024-02-26T13:26:26.878Z Downloaded async-trait v0.1.77
12322024-02-26T13:26:26.882Z Downloaded argon2 v0.5.3
12332024-02-26T13:26:26.882Z Downloaded num_enum_derive v0.5.11
12342024-02-26T13:26:26.882Z Downloaded mime_guess v2.0.4
12352024-02-26T13:26:26.885Z Downloaded cfg-if v1.0.0
12362024-02-26T13:26:26.885Z Downloaded camino v1.1.6
12372024-02-26T13:26:26.890Z Downloaded pest_meta v2.7.6
12382024-02-26T13:26:26.890Z Downloaded cbc v0.1.2
12392024-02-26T13:26:26.890Z Downloaded bit-set v0.5.3
12402024-02-26T13:26:26.896Z Downloaded parse-display v0.9.0
12412024-02-26T13:26:26.896Z Downloaded parking_lot v0.11.2
12422024-02-26T13:26:26.896Z Downloaded phf_shared v0.10.0
12432024-02-26T13:26:26.896Z Downloaded normalize-line-endings v0.3.0
12442024-02-26T13:26:26.896Z Downloaded autocfg v1.1.0
12452024-02-26T13:26:26.899Z Downloaded crucible-workspace-hack v0.1.0
12462024-02-26T13:26:26.899Z Downloaded colorchoice v1.0.0
12472024-02-26T13:26:26.899Z Downloaded tokio-util v0.7.10
12482024-02-26T13:26:26.911Z Downloaded tokio-native-tls v0.3.1
12492024-02-26T13:26:26.912Z Downloaded thread-id v4.2.0
12502024-02-26T13:26:26.912Z Downloaded textwrap v0.11.0
12512024-02-26T13:26:26.912Z Downloaded tar v0.4.40
12522024-02-26T13:26:26.912Z Downloaded memmap v0.7.0
12532024-02-26T13:26:26.912Z Downloaded linked-hash-map v0.5.6
12542024-02-26T13:26:26.912Z Downloaded linear-map v1.2.0
12552024-02-26T13:26:26.912Z Downloaded memoffset v0.9.0
12562024-02-26T13:26:26.922Z Downloaded newtype_derive v0.1.6
12572024-02-26T13:26:26.922Z Downloaded md-5 v0.10.5
12582024-02-26T13:26:26.922Z Downloaded kstat-rs v0.2.3
12592024-02-26T13:26:26.922Z Downloaded lalrpop-util v0.19.12
12602024-02-26T13:26:27.029Z Downloaded ring v0.17.8
12612024-02-26T13:26:27.133Z Downloaded ring v0.16.20
12622024-02-26T13:26:27.599Z Compiling proc-macro2 v1.0.78
12632024-02-26T13:26:27.599Z Compiling unicode-ident v1.0.12
12642024-02-26T13:26:27.599Z Compiling libc v0.2.153
12652024-02-26T13:26:27.599Z Compiling serde v1.0.196
12662024-02-26T13:26:27.605Z Compiling version_check v0.9.4
12672024-02-26T13:26:27.606Z Compiling autocfg v1.1.0
12682024-02-26T13:26:27.639Z Compiling cfg-if v1.0.0
12692024-02-26T13:26:27.757Z Compiling syn v1.0.109
12702024-02-26T13:26:27.774Z Compiling once_cell v1.19.0
12712024-02-26T13:26:27.834Z Compiling thiserror v1.0.57
12722024-02-26T13:26:28.223Z Compiling typenum v1.16.0
12732024-02-26T13:26:28.338Z Compiling memchr v2.6.3
12742024-02-26T13:26:28.442Z Compiling lock_api v0.4.10
12752024-02-26T13:26:29.116Z Compiling generic-array v0.14.7
12762024-02-26T13:26:29.268Z Compiling parking_lot_core v0.9.8
12772024-02-26T13:26:29.288Z Compiling byteorder v1.5.0
12782024-02-26T13:26:29.288Z Compiling libm v0.2.7
12792024-02-26T13:26:29.406Z Compiling ahash v0.8.7
12802024-02-26T13:26:29.621Z Compiling num-traits v0.2.16
12812024-02-26T13:26:29.724Z Compiling serde_json v1.0.114
12822024-02-26T13:26:29.777Z Compiling itoa v1.0.9
12832024-02-26T13:26:30.062Z Compiling slab v0.4.9
12842024-02-26T13:26:35.945Z Compiling quote v1.0.35
12852024-02-26T13:26:36.003Z Compiling log v0.4.20
12862024-02-26T13:26:36.003Z Compiling scopeguard v1.2.0
12872024-02-26T13:26:36.003Z Compiling syn v2.0.48
12882024-02-26T13:26:36.003Z Compiling getrandom v0.2.10
12892024-02-26T13:26:36.004Z Compiling cc v1.0.83
12902024-02-26T13:26:36.004Z Compiling rand_core v0.6.4
12912024-02-26T13:26:36.005Z Compiling allocator-api2 v0.2.16
12922024-02-26T13:26:36.005Z Compiling ryu v1.0.15
12932024-02-26T13:26:36.005Z Compiling pkg-config v0.3.27
12942024-02-26T13:26:36.005Z Compiling heck v0.4.1
12952024-02-26T13:26:36.006Z Compiling schemars v0.8.16
12962024-02-26T13:26:36.006Z Compiling subtle v2.5.0
12972024-02-26T13:26:36.006Z Compiling smallvec v1.13.1
12982024-02-26T13:26:36.006Z Compiling equivalent v1.0.1
12992024-02-26T13:26:36.066Z Compiling vcpkg v0.2.15
13002024-02-26T13:26:36.067Z Compiling pin-project-lite v0.2.13
13012024-02-26T13:26:36.067Z Compiling httparse v1.8.0
13022024-02-26T13:26:36.067Z Compiling parking_lot v0.12.1
13032024-02-26T13:26:36.067Z Compiling ring v0.17.8
13042024-02-26T13:26:36.067Z Compiling ucd-trie v0.1.6
13052024-02-26T13:26:36.067Z Compiling ring v0.16.20
13062024-02-26T13:26:36.067Z Compiling openssl-sys v0.9.96
13072024-02-26T13:26:36.067Z Compiling signal-hook-registry v1.4.1
13082024-02-26T13:26:36.068Z Compiling fnv v1.0.7
13092024-02-26T13:26:36.068Z Compiling mio v0.8.9
13102024-02-26T13:26:36.068Z Compiling const-oid v0.9.5
13112024-02-26T13:26:36.199Z Compiling iana-time-zone v0.1.57
13122024-02-26T13:26:36.244Z Compiling rustix v0.38.31
13132024-02-26T13:26:36.272Z Compiling semver v1.0.22
13142024-02-26T13:26:36.617Z Compiling openssl v0.10.60
13152024-02-26T13:26:37.073Z Compiling num_cpus v1.16.0
13162024-02-26T13:26:37.098Z Compiling socket2 v0.5.5
13172024-02-26T13:26:37.274Z Compiling native-tls v0.2.11
13182024-02-26T13:26:37.374Z Compiling rustls v0.21.9
13192024-02-26T13:26:37.688Z Compiling futures-core v0.3.30
13202024-02-26T13:26:37.706Z Compiling dyn-clone v1.0.16
13212024-02-26T13:26:37.987Z Compiling aho-corasick v1.0.4
13222024-02-26T13:26:38.065Z Compiling regex-syntax v0.8.2
13232024-02-26T13:26:38.233Z Compiling serde_derive_internals v0.26.0
13242024-02-26T13:26:38.732Z Compiling slog v2.7.0
13252024-02-26T13:26:39.140Z Compiling crossbeam-utils v0.8.16
13262024-02-26T13:26:39.623Z Compiling async-trait v0.1.77
13272024-02-26T13:26:40.109Z Compiling spin v0.5.2
13282024-02-26T13:26:40.109Z Compiling futures-sink v0.3.30
13292024-02-26T13:26:40.109Z Compiling backtrace v0.3.69
13302024-02-26T13:26:40.443Z Compiling tinyvec_macros v0.1.1
13312024-02-26T13:26:40.538Z Compiling tinyvec v1.6.0
13322024-02-26T13:26:40.773Z Compiling futures-channel v0.3.30
13332024-02-26T13:26:41.193Z Compiling futures-task v0.3.30
13342024-02-26T13:26:41.511Z Compiling pin-utils v0.1.0
13352024-02-26T13:26:41.601Z Compiling futures-io v0.3.30
13362024-02-26T13:26:41.679Z Compiling regex-automata v0.4.4
13372024-02-26T13:26:41.996Z Compiling cpufeatures v0.2.12
13382024-02-26T13:26:42.104Z Compiling unicode-normalization v0.1.22
13392024-02-26T13:26:42.346Z Compiling spin v0.9.8
13402024-02-26T13:26:42.569Z Compiling memoffset v0.9.0
13412024-02-26T13:26:42.599Z Compiling tracing-core v0.1.31
13422024-02-26T13:26:42.716Z Compiling anyhow v1.0.75
13432024-02-26T13:26:42.896Z Compiling unicode-width v0.1.11
13442024-02-26T13:26:43.059Z Compiling unicode-bidi v0.3.13
13452024-02-26T13:26:44.076Z Compiling crc32fast v1.3.2
13462024-02-26T13:26:44.510Z Compiling winnow v0.5.15
13472024-02-26T13:26:44.892Z Compiling crossbeam-epoch v0.9.15
13482024-02-26T13:26:45.068Z Compiling time-core v0.1.1
13492024-02-26T13:26:45.227Z Compiling time-macros v0.2.13
13502024-02-26T13:26:45.247Z Compiling serde_derive v1.0.196
13512024-02-26T13:26:45.325Z Compiling zeroize_derive v1.4.2
13522024-02-26T13:26:45.734Z Compiling zerocopy-derive v0.7.32
13532024-02-26T13:26:46.130Z Compiling thiserror-impl v1.0.57
13542024-02-26T13:26:46.908Z Compiling tokio-macros v2.2.0
13552024-02-26T13:26:47.826Z Compiling zeroize v1.7.0
13562024-02-26T13:26:48.010Z Compiling zerocopy v0.7.32
13572024-02-26T13:26:48.189Z Compiling futures-macro v0.3.30
13582024-02-26T13:26:48.606Z Compiling tracing-attributes v0.1.26
13592024-02-26T13:26:49.603Z Compiling schemars_derive v0.8.16
13602024-02-26T13:26:49.879Z Compiling crypto-common v0.1.6
13612024-02-26T13:26:50.146Z Compiling hashbrown v0.14.3
13622024-02-26T13:26:50.232Z Compiling pest v2.7.6
13632024-02-26T13:26:51.020Z Compiling openssl-macros v0.1.1
13642024-02-26T13:26:51.273Z Compiling block-buffer v0.10.4
13652024-02-26T13:26:51.522Z Compiling digest v0.10.7
13662024-02-26T13:26:51.611Z Compiling regex v1.10.3
13672024-02-26T13:26:52.207Z Compiling futures-util v0.3.30
13682024-02-26T13:26:52.594Z Compiling pest_meta v2.7.6
13692024-02-26T13:26:52.983Z Compiling tracing v0.1.37
13702024-02-26T13:26:53.226Z Compiling der_derive v0.7.2
13712024-02-26T13:26:54.917Z Compiling pest_generator v2.7.6
13722024-02-26T13:26:57.055Z Compiling untrusted v0.9.0
13732024-02-26T13:26:57.171Z Compiling foreign-types-shared v0.1.1
13742024-02-26T13:26:57.233Z Compiling percent-encoding v2.3.1
13752024-02-26T13:26:57.278Z Compiling untrusted v0.7.1
13762024-02-26T13:26:57.690Z Compiling foreign-types v0.3.2
13772024-02-26T13:26:57.932Z Compiling pest_derive v2.7.6
13782024-02-26T13:26:59.124Z Compiling errno v0.3.8
13792024-02-26T13:26:59.145Z Compiling try-lock v0.2.4
13802024-02-26T13:26:59.165Z Compiling unicode-xid v0.2.4
13812024-02-26T13:26:59.279Z Compiling base64 v0.21.7
13822024-02-26T13:26:59.323Z Compiling ppv-lite86 v0.2.17
13832024-02-26T13:26:59.326Z Compiling synstructure v0.12.6
13842024-02-26T13:27:00.074Z Compiling bytes v1.5.0
13852024-02-26T13:27:00.239Z Compiling indexmap v2.2.3
13862024-02-26T13:27:00.434Z Compiling uuid v1.7.0
13872024-02-26T13:27:01.246Z Compiling chrono v0.4.31
13882024-02-26T13:27:01.327Z Compiling tokio v1.36.0
13892024-02-26T13:27:01.530Z Compiling http v0.2.11
13902024-02-26T13:27:01.780Z Compiling bitflags v2.4.0
13912024-02-26T13:27:02.198Z Compiling serde_spanned v0.6.5
13922024-02-26T13:27:02.433Z Compiling toml_datetime v0.6.5
13932024-02-26T13:27:02.851Z Compiling toml_edit v0.19.15
13942024-02-26T13:27:02.886Z Compiling openapiv3 v2.0.0
13952024-02-26T13:27:03.305Z Compiling rustc_version v0.4.0
13962024-02-26T13:27:06.269Z Compiling serde_tokenstream v0.2.0
13972024-02-26T13:27:06.622Z Compiling http-body v0.4.5
13982024-02-26T13:27:07.951Z Compiling rustls-webpki v0.101.7
13992024-02-26T13:27:08.090Z Compiling sct v0.7.0
14002024-02-26T13:27:08.120Z Compiling want v0.3.1
14012024-02-26T13:27:09.106Z Compiling form_urlencoded v1.2.1
14022024-02-26T13:27:09.496Z Compiling scroll_derive v0.12.0
14032024-02-26T13:27:09.928Z Compiling socket2 v0.4.9
14042024-02-26T13:27:10.080Z Compiling tokio-util v0.7.10
14052024-02-26T13:27:10.100Z Compiling openssl-probe v0.1.5
14062024-02-26T13:27:10.794Z Compiling httpdate v1.0.3
14072024-02-26T13:27:11.176Z Compiling tower-service v0.3.2
14082024-02-26T13:27:11.219Z Compiling h2 v0.3.24
14092024-02-26T13:27:12.342Z Compiling zerocopy-derive v0.2.0
14102024-02-26T13:27:12.863Z Compiling idna v0.5.0
14112024-02-26T13:27:14.501Z Compiling lazy_static v1.4.0
14122024-02-26T13:27:15.121Z Compiling thread-id v4.2.0
14132024-02-26T13:27:15.144Z Compiling adler v1.0.2
14142024-02-26T13:27:15.445Z Compiling miniz_oxide v0.7.1
14152024-02-26T13:27:15.777Z Compiling tokio-rustls v0.24.1
14162024-02-26T13:27:16.188Z Compiling tokio-native-tls v0.3.1
14172024-02-26T13:27:16.459Z Compiling url v2.5.0
14182024-02-26T13:27:17.062Z Compiling rand_chacha v0.3.1
14192024-02-26T13:27:17.501Z Compiling rustversion v1.0.14
14202024-02-26T13:27:17.828Z Compiling ipnet v2.9.0
14212024-02-26T13:27:18.190Z Compiling hyper v0.14.27
14222024-02-26T13:27:18.275Z Compiling rand v0.8.5
14232024-02-26T13:27:18.372Z Compiling serde_urlencoded v0.7.1
14242024-02-26T13:27:18.854Z Compiling rustls-pemfile v1.0.3
14252024-02-26T13:27:19.163Z Compiling usdt-impl v0.3.5
14262024-02-26T13:27:19.227Z Compiling encoding_rs v0.8.33
14272024-02-26T13:27:19.274Z Compiling mime v0.3.17
14282024-02-26T13:27:19.327Z Compiling gimli v0.28.0
14292024-02-26T13:27:19.522Z Compiling webpki-roots v0.25.2
14302024-02-26T13:27:19.843Z Compiling either v1.10.0
14312024-02-26T13:27:21.050Z Compiling regress v0.8.0
14322024-02-26T13:27:21.238Z Compiling object v0.32.1
14332024-02-26T13:27:21.670Z Compiling num-bigint v0.4.4
14342024-02-26T13:27:22.167Z Compiling usdt-impl v0.5.0
14352024-02-26T13:27:22.359Z Compiling rustc-demangle v0.1.23
14362024-02-26T13:27:23.307Z Compiling flate2 v1.0.28
14372024-02-26T13:27:23.762Z Compiling addr2line v0.21.0
14382024-02-26T13:27:23.976Z Compiling zerocopy v0.3.0
14392024-02-26T13:27:24.321Z Compiling scroll v0.12.0
14402024-02-26T13:27:24.368Z Compiling heapless v0.7.16
14412024-02-26T13:27:24.496Z Compiling futures-executor v0.3.30
14422024-02-26T13:27:24.706Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14432024-02-26T13:27:24.983Z Compiling bzip2-sys v0.1.11+1.0.8
14442024-02-26T13:27:25.089Z Compiling hyper-tls v0.5.0
14452024-02-26T13:27:25.451Z Compiling hyper-rustls v0.24.2
14462024-02-26T13:27:25.498Z Compiling winnow v0.6.1
14472024-02-26T13:27:26.004Z Compiling reqwest v0.11.22
14482024-02-26T13:27:26.004Z Compiling plain v0.2.3
14492024-02-26T13:27:26.004Z Compiling signal-hook v0.3.17
14502024-02-26T13:27:26.602Z Compiling base64ct v1.6.0
14512024-02-26T13:27:27.374Z Compiling goblin v0.8.0
14522024-02-26T13:27:29.101Z Compiling toml_edit v0.22.6
14532024-02-26T13:27:29.143Z Compiling futures v0.3.30
14542024-02-26T13:27:29.259Z Compiling dof v0.1.5
14552024-02-26T13:27:30.246Z Compiling toml v0.7.8
14562024-02-26T13:27:30.983Z Compiling hex v0.4.3
14572024-02-26T13:27:31.181Z Compiling dtrace-parser v0.1.14
14582024-02-26T13:27:31.470Z Compiling pretty-hex v0.4.1
14592024-02-26T13:27:33.232Z Compiling dof v0.3.0
14602024-02-26T13:27:33.709Z Compiling strum_macros v0.25.2
14612024-02-26T13:27:33.799Z Compiling serde_tokenstream v0.1.7
14622024-02-26T13:27:33.996Z Compiling dtrace-parser v0.2.0
14632024-02-26T13:27:35.271Z Compiling smoltcp v0.9.1
14642024-02-26T13:27:35.577Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14652024-02-26T13:27:36.831Z Compiling hmac v0.12.1
14662024-02-26T13:27:36.849Z Compiling pem-rfc7468 v0.7.0
14672024-02-26T13:27:36.929Z Compiling enum-as-inner v0.5.1
14682024-02-26T13:27:37.440Z Compiling num-iter v0.1.43
14692024-02-26T13:27:37.514Z Compiling flagset v0.4.3
14702024-02-26T13:27:37.681Z Compiling siphasher v0.3.11
14712024-02-26T13:27:37.731Z Compiling unicode-segmentation v1.10.1
14722024-02-26T13:27:37.997Z Compiling der v0.7.8
14732024-02-26T13:27:38.016Z Compiling usdt-macro v0.3.5
14742024-02-26T13:27:38.050Z Compiling usdt-attr-macro v0.3.5
14752024-02-26T13:27:38.603Z Compiling hubpack_derive v0.1.1
14762024-02-26T13:27:38.808Z Compiling zerocopy-derive v0.6.4
14772024-02-26T13:27:39.537Z Compiling utf8parse v0.2.1
14782024-02-26T13:27:39.808Z Compiling num_threads v0.1.6
14792024-02-26T13:27:40.209Z Compiling deranged v0.3.8
14802024-02-26T13:27:40.679Z Compiling anstyle v1.0.2
14812024-02-26T13:27:41.138Z Compiling spki v0.7.2
14822024-02-26T13:27:41.245Z Compiling sha2 v0.10.8
14832024-02-26T13:27:41.334Z Compiling anstyle-parse v0.2.1
14842024-02-26T13:27:41.907Z Compiling time v0.3.27
14852024-02-26T13:27:43.209Z Compiling md-5 v0.10.5
14862024-02-26T13:27:43.346Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14872024-02-26T13:27:43.394Z Compiling block-padding v0.3.3
14882024-02-26T13:27:43.445Z Compiling clap_derive v4.5.0
14892024-02-26T13:27:43.659Z Compiling stringprep v0.1.3
14902024-02-26T13:27:44.670Z Compiling getopts v0.2.21
14912024-02-26T13:27:45.347Z Compiling diesel_table_macro_syntax v0.1.0
14922024-02-26T13:27:45.788Z Compiling num-integer v0.1.46
14932024-02-26T13:27:46.818Z Compiling hash32 v0.2.1
14942024-02-26T13:27:47.196Z Compiling colorchoice v1.0.0
14952024-02-26T13:27:47.369Z Compiling fallible-iterator v0.2.0
14962024-02-26T13:27:48.074Z Compiling stable_deref_trait v1.2.0
14972024-02-26T13:27:48.684Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14982024-02-26T13:27:48.831Z Compiling anstyle-query v1.0.0
14992024-02-26T13:27:48.966Z Compiling anstream v0.6.11
15002024-02-26T13:27:49.432Z Compiling postgres-protocol v0.6.6
15012024-02-26T13:27:50.323Z Compiling diesel_derives v2.1.2
15022024-02-26T13:27:50.681Z Compiling inout v0.1.3
15032024-02-26T13:27:52.872Z Compiling pkcs8 v0.10.2
15042024-02-26T13:27:53.452Z Compiling phf_shared v0.11.2
15052024-02-26T13:27:54.267Z Compiling ff v0.13.0
15062024-02-26T13:27:54.504Z Compiling terminal_size v0.3.0
15072024-02-26T13:27:54.711Z Compiling serde_repr v0.1.16
15082024-02-26T13:27:54.879Z Compiling scheduled-thread-pool v0.2.7
15092024-02-26T13:27:55.043Z Compiling unsafe-libyaml v0.2.10
15102024-02-26T13:27:55.628Z Compiling clap_lex v0.7.0
15112024-02-26T13:27:55.789Z Compiling bitflags v1.3.2
15122024-02-26T13:27:55.898Z Compiling managed v0.8.0
15132024-02-26T13:27:56.151Z Compiling regex-automata v0.1.10
15142024-02-26T13:27:56.322Z Compiling strsim v0.11.0
15152024-02-26T13:27:56.373Z Compiling bit-vec v0.6.3
15162024-02-26T13:27:56.664Z Compiling base16ct v0.2.0
15172024-02-26T13:27:56.824Z Compiling matches v0.1.10
15182024-02-26T13:27:56.979Z Compiling idna v0.2.3
15192024-02-26T13:27:56.996Z Compiling sec1 v0.7.3
15202024-02-26T13:27:57.591Z Compiling clap_builder v4.5.0
15212024-02-26T13:27:57.795Z Compiling bstr v0.2.17
15222024-02-26T13:27:57.847Z Compiling serde_yaml v0.9.25
15232024-02-26T13:28:00.011Z Compiling r2d2 v0.8.10
15242024-02-26T13:28:00.699Z Compiling group v0.13.0
15252024-02-26T13:28:00.996Z Compiling phf v0.11.2
15262024-02-26T13:28:01.276Z Compiling signal-hook-mio v0.2.3
15272024-02-26T13:28:01.504Z Compiling bzip2 v0.4.4
15282024-02-26T13:28:01.814Z Compiling cipher v0.4.4
15292024-02-26T13:28:01.896Z Compiling postgres-types v0.2.6
15302024-02-26T13:28:02.230Z Compiling zerocopy v0.6.4
15312024-02-26T13:28:02.339Z Compiling hubpack v0.1.2
15322024-02-26T13:28:02.812Z Compiling phf_shared v0.10.0
15332024-02-26T13:28:03.225Z Compiling hkdf v0.12.4
15342024-02-26T13:28:03.244Z Compiling crypto-bigint v0.5.2
15352024-02-26T13:28:03.454Z Compiling ipnetwork v0.20.0
15362024-02-26T13:28:04.304Z Compiling float-cmp v0.9.0
15372024-02-26T13:28:04.542Z Compiling normalize-line-endings v0.3.0
15382024-02-26T13:28:05.326Z Compiling difflib v0.4.0
15392024-02-26T13:28:06.696Z Compiling precomputed-hash v0.1.1
15402024-02-26T13:28:06.816Z Compiling fixedbitset v0.4.2
15412024-02-26T13:28:06.950Z Compiling predicates-core v1.0.6
15422024-02-26T13:28:07.097Z Compiling static_assertions v1.1.0
15432024-02-26T13:28:07.202Z Compiling data-encoding v2.4.0
15442024-02-26T13:28:07.275Z Compiling minimal-lexical v0.2.1
15452024-02-26T13:28:07.312Z Compiling new_debug_unreachable v1.0.4
15462024-02-26T13:28:07.789Z Compiling regex-automata v0.3.8
15472024-02-26T13:28:07.807Z Compiling whoami v1.4.1
15482024-02-26T13:28:08.442Z Compiling tokio-postgres v0.7.10
15492024-02-26T13:28:09.142Z Compiling trust-dns-proto v0.22.0
15502024-02-26T13:28:09.529Z Compiling nom v7.1.3
15512024-02-26T13:28:09.644Z Compiling bstr v1.6.0
15522024-02-26T13:28:09.789Z Compiling string_cache v0.8.7
15532024-02-26T13:28:10.286Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15542024-02-26T13:28:10.386Z Compiling predicates v3.1.0
15552024-02-26T13:28:11.254Z Compiling petgraph v0.6.4
15562024-02-26T13:28:12.081Z Compiling diesel v2.1.4
15572024-02-26T13:28:12.376Z Compiling elliptic-curve v0.13.8
15582024-02-26T13:28:13.331Z Compiling yasna v0.5.2
15592024-02-26T13:28:13.601Z Compiling zip v0.6.6
15602024-02-26T13:28:14.346Z Compiling clap v4.5.0
15612024-02-26T13:28:14.471Z Compiling crossterm v0.27.0
15622024-02-26T13:28:15.216Z Compiling similar v2.3.0
15632024-02-26T13:28:15.315Z Compiling bit-set v0.5.3
15642024-02-26T13:28:15.554Z Compiling usdt v0.3.5
15652024-02-26T13:28:15.573Z Compiling strum v0.25.0
15662024-02-26T13:28:15.750Z Compiling itertools v0.10.5
15672024-02-26T13:28:15.829Z Compiling console v0.15.8
15682024-02-26T13:28:16.112Z Compiling tokio-stream v0.1.14
15692024-02-26T13:28:17.385Z Compiling lalrpop-util v0.19.12
15702024-02-26T13:28:17.739Z Compiling camino v1.1.6
15712024-02-26T13:28:19.632Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15722024-02-26T13:28:28.003Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15732024-02-26T13:28:54.706Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15742024-02-26T13:28:55.460Z Compiling sha1 v0.10.6
15752024-02-26T13:28:55.876Z Compiling atty v0.2.14
15762024-02-26T13:28:56.016Z Compiling match_cfg v0.1.0
15772024-02-26T13:28:56.066Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15782024-02-26T13:28:56.121Z Compiling hostname v0.3.1
15792024-02-26T13:28:56.345Z Compiling dirs-sys-next v0.1.2
15802024-02-26T13:28:56.489Z Compiling strsim v0.10.0
15812024-02-26T13:28:56.526Z Compiling ident_case v1.0.1
15822024-02-26T13:28:56.715Z Compiling rustls-pki-types v1.3.0
15832024-02-26T13:28:56.946Z Compiling darling_core v0.20.3
15842024-02-26T13:28:57.018Z Compiling dirs-next v2.0.0
15852024-02-26T13:28:57.351Z Compiling thread_local v1.1.7
15862024-02-26T13:28:57.511Z Compiling slog-async v2.8.0
15872024-02-26T13:28:57.555Z Compiling rustls v0.22.2
15882024-02-26T13:28:58.011Z Compiling rustls-webpki v0.102.1
15892024-02-26T13:28:58.078Z Compiling term v0.7.0
15902024-02-26T13:28:58.127Z Compiling crossbeam-channel v0.5.8
15912024-02-26T13:28:58.356Z Compiling multer v3.0.0
15922024-02-26T13:28:58.679Z Compiling instant v0.1.12
15932024-02-26T13:28:58.835Z Compiling take_mut v0.2.2
15942024-02-26T13:28:58.935Z Compiling paste v1.0.14
15952024-02-26T13:28:59.530Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15962024-02-26T13:28:59.757Z Compiling slog-term v2.9.0
15972024-02-26T13:29:00.176Z Compiling slog-json v2.6.1
15982024-02-26T13:29:00.191Z Compiling http v1.0.0
15992024-02-26T13:29:00.211Z Compiling async-stream-impl v0.3.5
16002024-02-26T13:29:00.303Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16012024-02-26T13:29:00.643Z Compiling debug-ignore v1.0.5
16022024-02-26T13:29:00.800Z Compiling atomic-waker v1.1.1
16032024-02-26T13:29:00.989Z Compiling waitgroup v0.1.2
16042024-02-26T13:29:01.151Z Compiling slog-bunyan v2.5.0
16052024-02-26T13:29:01.364Z Compiling rustls-pemfile v2.1.0
16062024-02-26T13:29:01.733Z Compiling async-stream v0.3.5
16072024-02-26T13:29:02.063Z Compiling toml v0.8.10
16082024-02-26T13:29:02.494Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16092024-02-26T13:29:02.852Z Compiling serde_path_to_error v0.1.15
16102024-02-26T13:29:02.994Z Compiling structmeta-derive v0.3.0
16112024-02-26T13:29:03.140Z Compiling darling_macro v0.20.3
16122024-02-26T13:29:03.744Z Compiling tokio-rustls v0.25.0
16132024-02-26T13:29:03.860Z Compiling strum_macros v0.26.1
16142024-02-26T13:29:04.150Z Compiling newtype-uuid v1.0.1
16152024-02-26T13:29:04.235Z Compiling darling v0.20.3
16162024-02-26T13:29:04.361Z Compiling serde_with_macros v3.6.1
16172024-02-26T13:29:04.450Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16182024-02-26T13:29:04.655Z Compiling backoff v0.4.0
16192024-02-26T13:29:05.050Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16202024-02-26T13:29:05.502Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16212024-02-26T13:29:05.662Z Compiling macaddr v1.0.1
16222024-02-26T13:29:05.875Z Compiling proc-macro-error-attr v1.0.4
16232024-02-26T13:29:06.120Z Compiling proc-macro-crate v1.3.1
16242024-02-26T13:29:06.267Z Compiling proc-macro-error v1.0.4
16252024-02-26T13:29:06.287Z Compiling structmeta v0.3.0
16262024-02-26T13:29:06.603Z Compiling heapless v0.8.0
16272024-02-26T13:29:06.747Z Compiling parse-display-derive v0.9.0
16282024-02-26T13:29:07.265Z Compiling num_enum_derive v0.5.11
16292024-02-26T13:29:07.799Z Compiling serde_with v3.6.1
16302024-02-26T13:29:08.546Z Compiling hash32 v0.3.1
16312024-02-26T13:29:08.798Z Compiling smoltcp v0.11.0
16322024-02-26T13:29:09.207Z Compiling strum v0.26.1
16332024-02-26T13:29:09.393Z Compiling rayon-core v1.12.0
16342024-02-26T13:29:09.579Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16352024-02-26T13:29:10.169Z Compiling num_enum v0.5.11
16362024-02-26T13:29:10.246Z Compiling crossbeam-deque v0.8.3
16372024-02-26T13:29:10.338Z Compiling same-file v1.0.6
16382024-02-26T13:29:10.587Z Compiling fastrand v2.0.1
16392024-02-26T13:29:10.609Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16402024-02-26T13:29:10.790Z Compiling cobs v0.2.3
16412024-02-26T13:29:10.910Z Compiling embedded-io v0.4.0
16422024-02-26T13:29:11.102Z Compiling postcard v1.0.8
16432024-02-26T13:29:11.168Z Compiling tempfile v3.10.0
16442024-02-26T13:29:11.659Z Compiling parse-display v0.9.0
16452024-02-26T13:29:12.047Z Compiling walkdir v2.4.0
16462024-02-26T13:29:12.126Z Compiling semver-parser v0.10.2
16472024-02-26T13:29:12.296Z Compiling foreign-types-macros v0.2.3
16482024-02-26T13:29:12.315Z Compiling blake3 v1.5.0
16492024-02-26T13:29:12.857Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16502024-02-26T13:29:12.991Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16512024-02-26T13:29:13.188Z Compiling foreign-types-shared v0.3.1
16522024-02-26T13:29:13.217Z Compiling crucible-workspace-hack v0.1.0
16532024-02-26T13:29:13.311Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16542024-02-26T13:29:13.535Z Compiling semver v0.11.0
16552024-02-26T13:29:13.653Z Compiling rayon v1.8.0
16562024-02-26T13:29:13.671Z Compiling foreign-types v0.5.0
16572024-02-26T13:29:13.986Z Compiling is-terminal v0.4.9
16582024-02-26T13:29:14.035Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16592024-02-26T13:29:14.120Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16602024-02-26T13:29:14.324Z Compiling cstr-argument v0.1.2
16612024-02-26T13:29:14.336Z Compiling xattr v1.0.1
16622024-02-26T13:29:14.556Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16632024-02-26T13:29:14.604Z Compiling filetime v0.2.23
16642024-02-26T13:29:14.884Z Compiling memmap2 v0.7.1
16652024-02-26T13:29:14.920Z Compiling constant_time_eq v0.3.0
16662024-02-26T13:29:15.067Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16672024-02-26T13:29:15.137Z Compiling arrayvec v0.7.4
16682024-02-26T13:29:15.178Z Compiling home v0.5.5
16692024-02-26T13:29:15.411Z Compiling pretty-hex v0.2.1
16702024-02-26T13:29:15.428Z Compiling arrayref v0.3.7
16712024-02-26T13:29:15.473Z Compiling toolchain_find v0.2.0
16722024-02-26T13:29:15.955Z Compiling tar v0.4.40
16732024-02-26T13:29:15.955Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16742024-02-26T13:29:15.956Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16752024-02-26T13:29:16.090Z Compiling camino-tempfile v1.1.1
16762024-02-26T13:29:16.170Z Compiling colored v2.0.4
16772024-02-26T13:29:16.472Z Compiling toml v0.5.11
16782024-02-26T13:29:16.527Z Compiling platforms v3.0.2
16792024-02-26T13:29:16.798Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16802024-02-26T13:29:16.815Z Compiling topological-sort v0.2.2
16812024-02-26T13:29:17.041Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16822024-02-26T13:29:17.130Z Compiling zone_cfg_derive v0.3.0
16832024-02-26T13:29:17.575Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16842024-02-26T13:29:17.661Z Compiling textwrap v0.11.0
16852024-02-26T13:29:18.180Z Compiling rustfmt-wrapper v0.2.0
16862024-02-26T13:29:18.479Z Compiling heck v0.3.3
16872024-02-26T13:29:18.756Z Compiling omicron-zone-package v0.11.0
16882024-02-26T13:29:18.901Z Compiling num-derive v0.4.0
16892024-02-26T13:29:19.003Z Compiling ansi_term v0.12.1
16902024-02-26T13:29:19.560Z Compiling strsim v0.8.0
16912024-02-26T13:29:19.744Z Compiling vec_map v0.8.2
16922024-02-26T13:29:20.084Z Compiling libefi-sys v0.1.0
16932024-02-26T13:29:20.258Z Compiling clap v2.34.0
16942024-02-26T13:29:20.277Z Compiling structopt-derive v0.4.18
16952024-02-26T13:29:20.438Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16962024-02-26T13:29:20.605Z Compiling zone v0.3.0
16972024-02-26T13:29:20.942Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16982024-02-26T13:29:21.403Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
16992024-02-26T13:29:21.475Z Compiling smf v0.2.2
17002024-02-26T13:29:22.015Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17012024-02-26T13:29:22.235Z Compiling unicase v2.7.0
17022024-02-26T13:29:22.387Z Compiling semver v0.1.20
17032024-02-26T13:29:22.573Z Compiling curve25519-dalek v4.1.1
17042024-02-26T13:29:22.845Z Compiling rustc_version v0.1.7
17052024-02-26T13:29:23.052Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17062024-02-26T13:29:23.171Z Compiling universal-hash v0.5.1
17072024-02-26T13:29:23.328Z Compiling opaque-debug v0.3.0
17082024-02-26T13:29:23.333Z Compiling newtype_derive v0.1.6
17092024-02-26T13:29:23.369Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17102024-02-26T13:29:23.460Z Compiling signature v2.1.0
17112024-02-26T13:29:23.477Z Compiling curve25519-dalek-derive v0.1.0
17122024-02-26T13:29:23.650Z Compiling structopt v0.3.26
17132024-02-26T13:29:23.717Z Compiling gethostname v0.4.3
17142024-02-26T13:29:23.736Z Compiling num-rational v0.4.1
17152024-02-26T13:29:23.740Z Compiling getrandom v0.1.16
17162024-02-26T13:29:24.229Z Compiling usdt-macro v0.5.0
17172024-02-26T13:29:24.313Z Compiling usdt-attr-macro v0.5.0
17182024-02-26T13:29:24.332Z Compiling password-hash v0.5.0
17192024-02-26T13:29:24.474Z Compiling blake2 v0.10.6
17202024-02-26T13:29:25.212Z Compiling memmap v0.7.0
17212024-02-26T13:29:25.469Z Compiling quick-error v1.2.3
17222024-02-26T13:29:25.592Z Compiling parking_lot_core v0.8.6
17232024-02-26T13:29:25.613Z Compiling linked-hash-map v0.5.6
17242024-02-26T13:29:25.823Z Compiling resolv-conf v0.7.0
17252024-02-26T13:29:25.977Z Compiling lru-cache v0.1.2
17262024-02-26T13:29:26.001Z Compiling argon2 v0.5.3
17272024-02-26T13:29:26.089Z Compiling usdt v0.5.0
17282024-02-26T13:29:26.667Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17292024-02-26T13:29:26.752Z Compiling rfc6979 v0.4.0
17302024-02-26T13:29:26.950Z Compiling aead v0.5.2
17312024-02-26T13:29:26.984Z Compiling num-complex v0.4.4
17322024-02-26T13:29:27.299Z Compiling nibble_vec v0.1.0
17332024-02-26T13:29:27.508Z Compiling slog-dtrace v0.3.0
17342024-02-26T13:29:27.857Z Compiling utf-8 v0.7.6
17352024-02-26T13:29:27.958Z Compiling endian-type v0.1.2
17362024-02-26T13:29:28.118Z Compiling arc-swap v1.6.0
17372024-02-26T13:29:28.175Z Compiling cancel-safe-futures v0.1.5
17382024-02-26T13:29:28.194Z Compiling winapi v0.3.9
17392024-02-26T13:29:28.558Z Compiling keccak v0.1.4
17402024-02-26T13:29:28.816Z Compiling slog-scope v4.4.0
17412024-02-26T13:29:29.174Z Compiling sha3 v0.10.8
17422024-02-26T13:29:29.308Z Compiling radix_trie v0.2.1
17432024-02-26T13:29:29.368Z Compiling tungstenite v0.20.1
17442024-02-26T13:29:29.450Z Compiling num v0.4.1
17452024-02-26T13:29:29.567Z Compiling mime_guess v2.0.4
17462024-02-26T13:29:29.634Z Compiling ecdsa v0.16.9
17472024-02-26T13:29:29.998Z Compiling steno v0.4.0
17482024-02-26T13:29:30.190Z Compiling rand_core v0.5.1
17492024-02-26T13:29:30.540Z Compiling trust-dns-resolver v0.22.0
17502024-02-26T13:29:31.048Z Compiling poly1305 v0.8.0
17512024-02-26T13:29:31.565Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17522024-02-26T13:29:31.746Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17532024-02-26T13:29:46.724Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17542024-02-26T13:29:46.844Z Compiling primeorder v0.13.6
17552024-02-26T13:29:46.889Z Compiling chacha20 v0.9.1
17562024-02-26T13:29:46.889Z Compiling secrecy v0.8.0
17572024-02-26T13:29:46.889Z Compiling thiserror-impl-no-std v2.0.2
17582024-02-26T13:29:46.889Z Compiling half v2.3.1
17592024-02-26T13:29:46.889Z Compiling ciborium-io v0.2.2
17602024-02-26T13:29:46.889Z Compiling option-ext v0.2.0
17612024-02-26T13:29:46.889Z Compiling convert_case v0.4.0
17622024-02-26T13:29:46.889Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17632024-02-26T13:29:46.889Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17642024-02-26T13:29:46.889Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17652024-02-26T13:29:46.889Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17662024-02-26T13:29:46.890Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17672024-02-26T13:29:46.890Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17682024-02-26T13:29:46.890Z Compiling derive_more v0.99.17
17692024-02-26T13:29:46.890Z Compiling thiserror-no-std v2.0.2
17702024-02-26T13:29:46.890Z Compiling dirs-sys v0.4.1
17712024-02-26T13:29:46.890Z Compiling ciborium-ll v0.2.2
17722024-02-26T13:29:46.890Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17732024-02-26T13:29:46.890Z Compiling parking_lot v0.11.2
17742024-02-26T13:29:46.890Z Compiling rand_chacha v0.2.2
17752024-02-26T13:29:46.890Z Compiling tokio-tungstenite v0.20.1
17762024-02-26T13:29:46.890Z Compiling trust-dns-client v0.22.0
17772024-02-26T13:29:46.890Z Compiling slog-stdlog v4.1.1
17782024-02-26T13:29:46.890Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17792024-02-26T13:29:46.890Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17802024-02-26T13:29:46.890Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17812024-02-26T13:29:46.890Z Compiling ed25519 v2.2.2
17822024-02-26T13:29:46.890Z Compiling polyval v0.6.1
17832024-02-26T13:29:46.890Z Compiling blowfish v0.9.1
17842024-02-26T13:29:46.890Z Compiling aes v0.8.3
17852024-02-26T13:29:46.890Z Compiling ctr v0.9.2
17862024-02-26T13:29:46.890Z Compiling password-hash v0.4.2
17872024-02-26T13:29:46.890Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17882024-02-26T13:29:46.890Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17892024-02-26T13:29:46.890Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17902024-02-26T13:29:50.971Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17912024-02-26T13:29:52.991Z Compiling libsw v3.3.1
17922024-02-26T13:29:54.732Z Compiling pbkdf2 v0.12.2
17932024-02-26T13:29:54.915Z Compiling derive-where v1.2.7
17942024-02-26T13:29:55.233Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17952024-02-26T13:29:55.486Z Compiling fxhash v0.2.1
17962024-02-26T13:29:55.704Z Compiling swrite v0.1.0
17972024-02-26T13:29:55.722Z Compiling linear-map v1.2.0
17982024-02-26T13:29:55.848Z Compiling owo-colors v4.0.0
17992024-02-26T13:29:56.060Z Compiling sled v0.34.7
18002024-02-26T13:29:57.073Z Compiling trust-dns-server v0.22.1
18012024-02-26T13:29:57.280Z Compiling bcrypt-pbkdf v0.10.0
18022024-02-26T13:29:57.522Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18032024-02-26T13:29:57.861Z Compiling pbkdf2 v0.11.0
18042024-02-26T13:29:58.233Z Compiling ghash v0.5.0
18052024-02-26T13:29:58.265Z Compiling ed25519-dalek v2.0.0
18062024-02-26T13:29:58.302Z Compiling slog-envlogger v2.2.0
18072024-02-26T13:29:58.415Z Compiling russh-cryptovec v0.7.0
18082024-02-26T13:29:58.680Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18092024-02-26T13:29:58.697Z Compiling rand v0.7.3
18102024-02-26T13:29:59.103Z Compiling ciborium v0.2.2
18112024-02-26T13:29:59.277Z Compiling dirs v5.0.1
18122024-02-26T13:29:59.464Z Compiling vsss-rs v3.3.4
18132024-02-26T13:30:00.101Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18142024-02-26T13:30:00.760Z Compiling chacha20poly1305 v0.10.1
18152024-02-26T13:30:01.005Z Compiling p521 v0.13.3
18162024-02-26T13:30:01.761Z Compiling p256 v0.13.2
18172024-02-26T13:30:02.653Z Compiling cbc v0.1.2
18182024-02-26T13:30:02.908Z Compiling pem v3.0.2
18192024-02-26T13:30:03.429Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18202024-02-26T13:30:03.516Z Compiling headers-core v0.2.0
18212024-02-26T13:30:03.685Z Compiling kstat-rs v0.2.3
18222024-02-26T13:30:03.730Z Compiling http-range v0.1.5
18232024-02-26T13:30:04.211Z Compiling glob v0.3.1
18242024-02-26T13:30:04.220Z Compiling md5 v0.7.0
18252024-02-26T13:30:04.494Z Compiling russh-keys v0.42.0
18262024-02-26T13:30:04.614Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18272024-02-26T13:30:04.806Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18282024-02-26T13:30:05.221Z Compiling hyper-staticfile v0.9.5
18292024-02-26T13:30:06.229Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18302024-02-26T13:30:07.873Z Compiling headers v0.3.9
18312024-02-26T13:30:08.009Z Compiling rcgen v0.12.1
18322024-02-26T13:30:08.251Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18332024-02-26T13:30:08.783Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18342024-02-26T13:30:10.105Z Compiling aes-gcm v0.10.3
18352024-02-26T13:30:10.755Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18362024-02-26T13:30:13.403Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18372024-02-26T13:30:13.798Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18382024-02-26T13:30:15.717Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18392024-02-26T13:30:17.851Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18402024-02-26T13:30:18.228Z Compiling atomicwrites v0.4.3
18412024-02-26T13:30:18.604Z Compiling itertools v0.12.1
18422024-02-26T13:30:18.740Z Compiling subprocess v0.2.9
18432024-02-26T13:30:19.566Z Compiling display-error-chain v0.2.0
18442024-02-26T13:30:19.747Z Compiling hex-literal v0.4.1
18452024-02-26T13:30:19.905Z Compiling russh v0.42.0
18462024-02-26T13:30:20.845Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18472024-02-26T13:30:20.983Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18482024-02-26T13:30:26.205Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18492024-02-26T13:30:27.871Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18502024-02-26T13:30:47.435Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18512024-02-26T13:31:44.157Z Finished dev [unoptimized + debuginfo] target(s) in 5m 37s
18522024-02-26T13:31:44.426Z
18532024-02-26T13:31:44.433Zreal 5:37.606218809
18542024-02-26T13:31:44.433Zuser 29:06.044835091
18552024-02-26T13:31:44.433Zsys 5:38.821879065
18562024-02-26T13:31:44.433Ztrap 0.846214864
18572024-02-26T13:31:44.433Ztflt 5.213919234
18582024-02-26T13:31:44.433Zdflt 4.002933533
18592024-02-26T13:31:44.433Zkflt 0.048842313
18602024-02-26T13:31:44.433Zlock 54:11.801263847
18612024-02-26T13:31:44.433Zslp 1:25:26.209734143
18622024-02-26T13:31:44.433Zlat 1:40.089357445
18632024-02-26T13:31:44.433Zstop 4:02.021398342
18642024-02-26T13:31:44.433Z+ mkdir -p /work/end-to-end-tests
18652024-02-26T13:31:44.434Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18662024-02-26T13:31:45.118Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18672024-02-26T13:31:45.118Z+ ptime -m gzip
18682024-02-26T13:31:45.121Z++ basename target/debug/bootstrap
18692024-02-26T13:31:58.384Z
18702024-02-26T13:31:58.384Zreal 13.258719635
18712024-02-26T13:31:58.384Zuser 13.152197494
18722024-02-26T13:31:58.384Zsys 0.096289479
18732024-02-26T13:31:58.384Ztrap 0.002928528
18742024-02-26T13:31:58.384Ztflt 0.000000000
18752024-02-26T13:31:58.384Zdflt 0.000000000
18762024-02-26T13:31:58.384Zkflt 0.000000000
18772024-02-26T13:31:58.384Zlock 0.000000000
18782024-02-26T13:31:58.384Zslp 0.000000000
18792024-02-26T13:31:58.384Zlat 0.006903390
18802024-02-26T13:31:58.384Zstop 0.000182855
18812024-02-26T13:31:58.388Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18822024-02-26T13:31:58.388Z+ ptime -m gzip
18832024-02-26T13:31:58.388Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6
18842024-02-26T13:31:59.676Z
18852024-02-26T13:31:59.676Zreal 1.286674496
18862024-02-26T13:31:59.676Zuser 1.276558842
18872024-02-26T13:31:59.676Zsys 0.009526578
18882024-02-26T13:31:59.676Ztrap 0.000096113
18892024-02-26T13:31:59.676Ztflt 0.000000000
18902024-02-26T13:31:59.676Zdflt 0.000000000
18912024-02-26T13:31:59.676Zkflt 0.000000000
18922024-02-26T13:31:59.677Zlock 0.000000000
18932024-02-26T13:31:59.677Zslp 0.000000000
18942024-02-26T13:31:59.677Zlat 0.000095173
18952024-02-26T13:31:59.677Zstop 0.000179285
18962024-02-26T13:31:59.680Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18972024-02-26T13:31:59.680Z+ ptime -m gzip
18982024-02-26T13:31:59.680Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84
18992024-02-26T13:32:13.301Z
19002024-02-26T13:32:13.301Zreal 13.617957943
19012024-02-26T13:32:13.301Zuser 13.534177950
19022024-02-26T13:32:13.301Zsys 0.079832557
19032024-02-26T13:32:13.301Ztrap 0.001937217
19042024-02-26T13:32:13.301Ztflt 0.000000000
19052024-02-26T13:32:13.301Zdflt 0.000000000
19062024-02-26T13:32:13.301Zkflt 0.000000000
19072024-02-26T13:32:13.301Zlock 0.000000000
19082024-02-26T13:32:13.301Zslp 0.000000000
19092024-02-26T13:32:13.301Zlat 0.001609585
19102024-02-26T13:32:13.302Zstop 0.000172966
19112024-02-26T13:32:13.305Z+ banner caboose-util
19122024-02-26T13:32:13.305Z
19132024-02-26T13:32:13.305Z #### ## ##### #### #### #### ###### # # #####
19142024-02-26T13:32:13.305Z # # # # # # # # # # # # # # #
19152024-02-26T13:32:13.305Z # # # ##### # # # # #### ##### ##### # # #
19162024-02-26T13:32:13.305Z # ###### # # # # # # # # # # #
19172024-02-26T13:32:13.305Z # # # # # # # # # # # # # # # #
19182024-02-26T13:32:13.305Z #### # # ##### #### #### #### ###### #### #
19192024-02-26T13:32:13.305Z
19202024-02-26T13:32:13.305Z+ ptime -m cargo build --locked -p caboose-util --release
19212024-02-26T13:32:13.698Z Downloading crates ...
19222024-02-26T13:32:13.953Z Downloaded termcolor v1.2.0
19232024-02-26T13:32:13.979Z Downloaded path-slash v0.1.5
19242024-02-26T13:32:13.990Z Downloaded nodrop v0.1.14
19252024-02-26T13:32:13.990Z Downloaded bitfield v0.14.0
19262024-02-26T13:32:13.990Z Downloaded wyz v0.5.1
19272024-02-26T13:32:13.990Z Downloaded radium v0.7.0
19282024-02-26T13:32:13.990Z Downloaded packed_struct v0.10.1
19292024-02-26T13:32:13.990Z Downloaded crc v3.0.1
19302024-02-26T13:32:13.990Z Downloaded funty v2.0.0
19312024-02-26T13:32:13.990Z Downloaded array-init v0.0.4
19322024-02-26T13:32:13.990Z Downloaded packed_struct_codegen v0.10.1
19332024-02-26T13:32:13.990Z Downloaded tap v1.0.1
19342024-02-26T13:32:13.990Z Downloaded maybe-uninit v2.0.0
19352024-02-26T13:32:13.993Z Downloaded serde-hex v0.1.0
19362024-02-26T13:32:13.993Z Downloaded crc-catalog v2.2.0
19372024-02-26T13:32:13.993Z Downloaded pkcs1 v0.7.5
19382024-02-26T13:32:13.996Z Downloaded smallvec v0.6.14
19392024-02-26T13:32:13.999Z Downloaded env_logger v0.10.0
19402024-02-26T13:32:14.003Z Downloaded num-bigint-dig v0.8.4
19412024-02-26T13:32:14.007Z Downloaded crc-any v2.4.3
19422024-02-26T13:32:14.010Z Downloaded ron v0.8.1
19432024-02-26T13:32:14.015Z Downloaded x509-cert v0.2.4
19442024-02-26T13:32:14.020Z Downloaded hashbrown v0.13.2
19452024-02-26T13:32:14.024Z Downloaded rsa v0.9.2
19462024-02-26T13:32:14.030Z Downloaded bitvec v1.0.1
19472024-02-26T13:32:14.043Z Downloaded object v0.30.4
19482024-02-26T13:32:14.142Z Compiling proc-macro2 v1.0.78
19492024-02-26T13:32:14.143Z Compiling unicode-ident v1.0.12
19502024-02-26T13:32:14.143Z Compiling libc v0.2.153
19512024-02-26T13:32:14.147Z Compiling serde v1.0.196
19522024-02-26T13:32:14.147Z Compiling autocfg v1.1.0
19532024-02-26T13:32:14.147Z Compiling version_check v0.9.4
19542024-02-26T13:32:14.147Z Compiling cfg-if v1.0.0
19552024-02-26T13:32:14.266Z Compiling typenum v1.16.0
19562024-02-26T13:32:14.275Z Compiling once_cell v1.19.0
19572024-02-26T13:32:14.342Z Compiling parking_lot_core v0.9.8
19582024-02-26T13:32:14.636Z Compiling memchr v2.6.3
19592024-02-26T13:32:14.733Z Compiling syn v1.0.109
19602024-02-26T13:32:14.762Z Compiling byteorder v1.5.0
19612024-02-26T13:32:14.786Z Compiling generic-array v0.14.7
19622024-02-26T13:32:15.096Z Compiling lock_api v0.4.10
19632024-02-26T13:32:15.183Z Compiling libm v0.2.7
19642024-02-26T13:32:15.278Z Compiling num-traits v0.2.16
19652024-02-26T13:32:15.395Z Compiling ahash v0.8.7
19662024-02-26T13:32:15.517Z Compiling quote v1.0.35
19672024-02-26T13:32:15.585Z Compiling pkg-config v0.3.27
19682024-02-26T13:32:15.728Z Compiling thiserror v1.0.57
19692024-02-26T13:32:16.120Z Compiling syn v2.0.48
19702024-02-26T13:32:16.138Z Compiling cc v1.0.83
19712024-02-26T13:32:16.182Z Compiling getrandom v0.2.10
19722024-02-26T13:32:16.528Z Compiling serde_json v1.0.114
19732024-02-26T13:32:16.584Z Compiling scopeguard v1.2.0
19742024-02-26T13:32:17.083Z Compiling slab v0.4.9
19752024-02-26T13:32:17.114Z Compiling itoa v1.0.9
19762024-02-26T13:32:17.259Z Compiling log v0.4.20
19772024-02-26T13:32:17.400Z Compiling rand_core v0.6.4
19782024-02-26T13:32:17.760Z Compiling smallvec v1.13.1
19792024-02-26T13:32:18.237Z Compiling vcpkg v0.2.15
19802024-02-26T13:32:18.741Z Compiling const-oid v0.9.5
19812024-02-26T13:32:19.159Z Compiling parking_lot v0.12.1
19822024-02-26T13:32:19.255Z Compiling pin-project-lite v0.2.13
19832024-02-26T13:32:19.642Z Compiling ring v0.17.8
19842024-02-26T13:32:19.956Z Compiling openssl-sys v0.9.96
19852024-02-26T13:32:20.028Z Compiling ryu v1.0.15
19862024-02-26T13:32:20.050Z Compiling ucd-trie v0.1.6
19872024-02-26T13:32:20.541Z Compiling signal-hook-registry v1.4.1
19882024-02-26T13:32:20.961Z Compiling rustix v0.38.31
19892024-02-26T13:32:20.994Z Compiling subtle v2.5.0
19902024-02-26T13:32:21.190Z Compiling ring v0.16.20
19912024-02-26T13:32:21.306Z Compiling mio v0.8.9
19922024-02-26T13:32:21.676Z Compiling semver v1.0.22
19932024-02-26T13:32:22.120Z Compiling heck v0.4.1
19942024-02-26T13:32:22.184Z Compiling futures-core v0.3.30
19952024-02-26T13:32:22.632Z Compiling spin v0.5.2
19962024-02-26T13:32:23.496Z Compiling num_cpus v1.16.0
19972024-02-26T13:32:23.606Z Compiling socket2 v0.5.5
19982024-02-26T13:32:24.039Z Compiling openssl v0.10.60
19992024-02-26T13:32:24.166Z Compiling allocator-api2 v0.2.16
20002024-02-26T13:32:24.417Z Compiling futures-sink v0.3.30
20012024-02-26T13:32:24.562Z Compiling httparse v1.8.0
20022024-02-26T13:32:24.679Z Compiling unicode-xid v0.2.4
20032024-02-26T13:32:24.824Z Compiling synstructure v0.12.6
20042024-02-26T13:32:24.946Z Compiling equivalent v1.0.1
20052024-02-26T13:32:25.009Z Compiling tinyvec_macros v0.1.1
20062024-02-26T13:32:25.670Z Compiling tinyvec v1.6.0
20072024-02-26T13:32:25.675Z Compiling futures-channel v0.3.30
20082024-02-26T13:32:25.802Z Compiling futures-io v0.3.30
20092024-02-26T13:32:25.886Z Compiling pin-utils v0.1.0
20102024-02-26T13:32:25.895Z Compiling ppv-lite86 v0.2.17
20112024-02-26T13:32:25.969Z Compiling futures-task v0.3.30
20122024-02-26T13:32:26.048Z Compiling crc32fast v1.3.2
20132024-02-26T13:32:26.241Z Compiling rustls v0.21.9
20142024-02-26T13:32:26.506Z Compiling native-tls v0.2.11
20152024-02-26T13:32:26.522Z Compiling bzip2-sys v0.1.11+1.0.8
20162024-02-26T13:32:26.689Z Compiling unicode-normalization v0.1.22
20172024-02-26T13:32:26.710Z Compiling rand_chacha v0.3.1
20182024-02-26T13:32:26.753Z Compiling spin v0.9.8
20192024-02-26T13:32:26.824Z Compiling tracing-core v0.1.31
20202024-02-26T13:32:26.960Z Compiling base64ct v1.6.0
20212024-02-26T13:32:27.194Z Compiling unicode-bidi v0.3.13
20222024-02-26T13:32:27.688Z Compiling pem-rfc7468 v0.7.0
20232024-02-26T13:32:27.758Z Compiling rand v0.8.5
20242024-02-26T13:32:28.467Z Compiling num-iter v0.1.43
20252024-02-26T13:32:28.479Z Compiling usdt-impl v0.3.5
20262024-02-26T13:32:28.782Z Compiling flagset v0.4.3
20272024-02-26T13:32:29.168Z Compiling schemars v0.8.16
20282024-02-26T13:32:29.178Z Compiling serde_derive v1.0.196
20292024-02-26T13:32:29.187Z Compiling zeroize_derive v1.4.2
20302024-02-26T13:32:29.387Z Compiling zerocopy-derive v0.7.32
20312024-02-26T13:32:29.453Z Compiling thiserror-impl v1.0.57
20322024-02-26T13:32:29.503Z Compiling tokio-macros v2.2.0
20332024-02-26T13:32:29.566Z Compiling futures-macro v0.3.30
20342024-02-26T13:32:29.765Z Compiling tracing-attributes v0.1.26
20352024-02-26T13:32:29.834Z Compiling der_derive v0.7.2
20362024-02-26T13:32:30.576Z Compiling zeroize v1.7.0
20372024-02-26T13:32:31.460Z Compiling zerocopy v0.7.32
20382024-02-26T13:32:32.232Z Compiling zerocopy-derive v0.2.0
20392024-02-26T13:32:32.424Z Compiling pest v2.7.6
20402024-02-26T13:32:32.502Z Compiling crypto-common v0.1.6
20412024-02-26T13:32:32.598Z Compiling block-buffer v0.10.4
20422024-02-26T13:32:32.890Z Compiling digest v0.10.7
20432024-02-26T13:32:32.921Z Compiling openssl-macros v0.1.1
20442024-02-26T13:32:33.362Z Compiling futures-util v0.3.30
20452024-02-26T13:32:33.634Z Compiling hashbrown v0.14.3
20462024-02-26T13:32:33.654Z Compiling tracing v0.1.37
20472024-02-26T13:32:33.883Z Compiling scroll_derive v0.12.0
20482024-02-26T13:32:34.016Z Compiling zerocopy-derive v0.6.4
20492024-02-26T13:32:34.128Z Compiling signal-hook v0.3.17
20502024-02-26T13:32:35.108Z Compiling pest_meta v2.7.6
20512024-02-26T13:32:35.131Z Compiling der v0.7.8
20522024-02-26T13:32:35.939Z Compiling serde_derive_internals v0.26.0
20532024-02-26T13:32:38.311Z Compiling pest_generator v2.7.6
20542024-02-26T13:32:39.655Z Compiling errno v0.3.8
20552024-02-26T13:32:39.716Z Compiling fnv v1.0.7
20562024-02-26T13:32:39.836Z Compiling rustversion v1.0.14
20572024-02-26T13:32:40.085Z Compiling pest_derive v2.7.6
20582024-02-26T13:32:40.823Z Compiling schemars_derive v0.8.16
20592024-02-26T13:32:41.383Z Compiling spki v0.7.2
20602024-02-26T13:32:41.951Z Compiling zerocopy v0.3.0
20612024-02-26T13:32:41.963Z Compiling lazy_static v1.4.0
20622024-02-26T13:32:42.835Z Compiling bytes v1.5.0
20632024-02-26T13:32:43.487Z Compiling bitflags v2.4.0
20642024-02-26T13:32:43.837Z Compiling tokio v1.36.0
20652024-02-26T13:32:43.857Z Compiling indexmap v2.2.3
20662024-02-26T13:32:44.671Z Compiling rustc_version v0.4.0
20672024-02-26T13:32:45.307Z Compiling heapless v0.7.16
20682024-02-26T13:32:45.341Z Compiling http v0.2.11
20692024-02-26T13:32:45.629Z Compiling uuid v1.7.0
20702024-02-26T13:32:45.966Z Compiling backtrace v0.3.69
20712024-02-26T13:32:46.344Z Compiling thread-id v4.2.0
20722024-02-26T13:32:46.404Z Compiling memoffset v0.9.0
20732024-02-26T13:32:46.456Z Compiling num-bigint v0.4.4
20742024-02-26T13:32:46.714Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20752024-02-26T13:32:46.930Z Compiling smoltcp v0.9.1
20762024-02-26T13:32:47.440Z Compiling untrusted v0.9.0
20772024-02-26T13:32:47.565Z Compiling foreign-types-shared v0.1.1
20782024-02-26T13:32:47.605Z Compiling async-trait v0.1.77
20792024-02-26T13:32:47.621Z Compiling crossbeam-utils v0.8.16
20802024-02-26T13:32:47.705Z Compiling base64 v0.21.7
20812024-02-26T13:32:48.087Z Compiling percent-encoding v2.3.1
20822024-02-26T13:32:48.090Z Compiling untrusted v0.7.1
20832024-02-26T13:32:48.417Z Compiling iana-time-zone v0.1.57
20842024-02-26T13:32:48.854Z Compiling chrono v0.4.31
20852024-02-26T13:32:49.012Z Compiling foreign-types v0.3.2
20862024-02-26T13:32:49.383Z Compiling dof v0.1.5
20872024-02-26T13:32:50.211Z Compiling dtrace-parser v0.1.14
20882024-02-26T13:32:51.735Z Compiling tokio-util v0.7.10
20892024-02-26T13:32:52.331Z Compiling hmac v0.12.1
20902024-02-26T13:32:52.353Z Compiling clap_derive v4.5.0
20912024-02-26T13:32:52.729Z Compiling num-integer v0.1.46
20922024-02-26T13:32:52.963Z Compiling time-core v0.1.1
20932024-02-26T13:32:53.126Z Compiling try-lock v0.2.4
20942024-02-26T13:32:53.251Z Compiling adler v1.0.2
20952024-02-26T13:32:53.437Z Compiling cpufeatures v0.2.12
20962024-02-26T13:32:53.560Z Compiling utf8parse v0.2.1
20972024-02-26T13:32:53.730Z Compiling anstyle v1.0.2
20982024-02-26T13:32:53.740Z Compiling siphasher v0.3.11
20992024-02-26T13:32:54.303Z Compiling anstyle-parse v0.2.1
21002024-02-26T13:32:54.690Z Compiling sha2 v0.10.8
21012024-02-26T13:32:56.019Z Compiling miniz_oxide v0.7.1
21022024-02-26T13:32:57.351Z Compiling want v0.3.1
21032024-02-26T13:32:57.512Z Compiling time-macros v0.2.13
21042024-02-26T13:32:57.606Z Compiling h2 v0.3.24
21052024-02-26T13:32:58.247Z Compiling strum_macros v0.25.2
21062024-02-26T13:33:00.337Z Compiling rustls-webpki v0.101.7
21072024-02-26T13:33:00.678Z Compiling sct v0.7.0
21082024-02-26T13:33:01.285Z Compiling form_urlencoded v1.2.1
21092024-02-26T13:33:01.570Z Compiling http-body v0.4.5
21102024-02-26T13:33:01.994Z Compiling serde_tokenstream v0.1.7
21112024-02-26T13:33:02.084Z Compiling pkcs8 v0.10.2
21122024-02-26T13:33:02.303Z Compiling hubpack_derive v0.1.1
21132024-02-26T13:33:02.830Z Compiling socket2 v0.4.9
21142024-02-26T13:33:03.157Z Compiling crossbeam-epoch v0.9.15
21152024-02-26T13:33:03.346Z Compiling usdt-impl v0.5.0
21162024-02-26T13:33:03.450Z Compiling httpdate v1.0.3
21172024-02-26T13:33:03.669Z Compiling anyhow v1.0.75
21182024-02-26T13:33:03.949Z Compiling colorchoice v1.0.0
21192024-02-26T13:33:03.992Z Compiling slog v2.7.0
21202024-02-26T13:33:04.115Z Compiling openssl-probe v0.1.5
21212024-02-26T13:33:04.623Z Compiling anstyle-query v1.0.0
21222024-02-26T13:33:04.683Z Compiling tower-service v0.3.2
21232024-02-26T13:33:04.754Z Compiling radium v0.7.0
21242024-02-26T13:33:05.199Z Compiling hyper v0.14.27
21252024-02-26T13:33:05.617Z Compiling anstream v0.6.11
21262024-02-26T13:33:11.312Z Compiling terminal_size v0.3.0
21272024-02-26T13:33:12.645Z Compiling serde_spanned v0.6.5
21282024-02-26T13:33:12.874Z Compiling toml_datetime v0.6.5
21292024-02-26T13:33:13.055Z Compiling zerocopy v0.6.4
21302024-02-26T13:33:13.281Z Compiling scroll v0.12.0
21312024-02-26T13:33:13.864Z Compiling md-5 v0.10.5
21322024-02-26T13:33:14.234Z Compiling idna v0.5.0
21332024-02-26T13:33:14.274Z Compiling stringprep v0.1.3
21342024-02-26T13:33:14.801Z Compiling diesel_table_macro_syntax v0.1.0
21352024-02-26T13:33:15.020Z Compiling hash32 v0.2.1
21362024-02-26T13:33:15.081Z Compiling aho-corasick v1.0.4
21372024-02-26T13:33:15.288Z Compiling fallible-iterator v0.2.0
21382024-02-26T13:33:15.339Z Compiling strsim v0.11.0
21392024-02-26T13:33:15.395Z Compiling stable_deref_trait v1.2.0
21402024-02-26T13:33:15.420Z Compiling gimli v0.28.0
21412024-02-26T13:33:15.484Z Compiling clap_lex v0.7.0
21422024-02-26T13:33:15.794Z Compiling regex-syntax v0.8.2
21432024-02-26T13:33:15.805Z Compiling plain v0.2.3
21442024-02-26T13:33:16.092Z Compiling maybe-uninit v2.0.0
21452024-02-26T13:33:16.241Z Compiling tap v1.0.1
21462024-02-26T13:33:16.426Z Compiling dyn-clone v1.0.16
21472024-02-26T13:33:16.504Z Compiling wyz v0.5.1
21482024-02-26T13:33:16.630Z Compiling postgres-protocol v0.6.6
21492024-02-26T13:33:16.885Z Compiling goblin v0.8.0
21502024-02-26T13:33:17.342Z Compiling clap_builder v4.5.0
21512024-02-26T13:33:17.871Z Compiling diesel_derives v2.1.2
21522024-02-26T13:33:18.829Z Compiling url v2.5.0
21532024-02-26T13:33:20.087Z Compiling addr2line v0.21.0
21542024-02-26T13:33:20.169Z Compiling regex-automata v0.4.4
21552024-02-26T13:33:20.875Z Compiling tokio-rustls v0.24.1
21562024-02-26T13:33:21.941Z Compiling tokio-native-tls v0.3.1
21572024-02-26T13:33:22.786Z Compiling usdt-attr-macro v0.3.5
21582024-02-26T13:33:22.867Z Compiling usdt-macro v0.3.5
21592024-02-26T13:33:24.644Z Compiling phf_shared v0.11.2
21602024-02-26T13:33:26.416Z Compiling block-padding v0.3.3
21612024-02-26T13:33:26.438Z Compiling enum-as-inner v0.5.1
21622024-02-26T13:33:26.586Z Compiling serde_repr v0.1.16
21632024-02-26T13:33:27.588Z Compiling ff v0.13.0
21642024-02-26T13:33:27.669Z Compiling scheduled-thread-pool v0.2.7
21652024-02-26T13:33:28.172Z Compiling object v0.32.1
21662024-02-26T13:33:28.942Z Compiling num-bigint-dig v0.8.4
21672024-02-26T13:33:29.257Z Compiling deranged v0.3.8
21682024-02-26T13:33:29.384Z Compiling funty v2.0.0
21692024-02-26T13:33:31.062Z Compiling bit-vec v0.6.3
21702024-02-26T13:33:31.498Z Compiling packed_struct v0.10.1
21712024-02-26T13:33:31.914Z Compiling rustc-demangle v0.1.23
21722024-02-26T13:33:32.406Z Compiling regex-automata v0.1.10
21732024-02-26T13:33:32.848Z Compiling managed v0.8.0
21742024-02-26T13:33:32.911Z Compiling base16ct v0.2.0
21752024-02-26T13:33:32.933Z Compiling winnow v0.5.15
21762024-02-26T13:33:33.172Z Compiling ipnet v2.9.0
21772024-02-26T13:33:33.204Z Compiling matches v0.1.10
21782024-02-26T13:33:33.279Z Compiling bitflags v1.3.2
21792024-02-26T13:33:33.294Z Compiling pretty-hex v0.4.1
21802024-02-26T13:33:33.488Z Compiling num_threads v0.1.6
21812024-02-26T13:33:33.598Z Compiling time v0.3.27
21822024-02-26T13:33:34.223Z Compiling dof v0.3.0
21832024-02-26T13:33:36.713Z Compiling toml_edit v0.19.15
21842024-02-26T13:33:38.135Z Compiling idna v0.2.3
21852024-02-26T13:33:38.296Z Compiling sec1 v0.7.3
21862024-02-26T13:33:38.479Z Compiling bstr v0.2.17
21872024-02-26T13:33:39.736Z Compiling bitvec v1.0.1
21882024-02-26T13:33:39.839Z Compiling r2d2 v0.8.10
21892024-02-26T13:33:39.899Z Compiling group v0.13.0
21902024-02-26T13:33:40.186Z Compiling inout v0.1.3
21912024-02-26T13:33:41.772Z Compiling phf v0.11.2
21922024-02-26T13:33:42.065Z Compiling regex v1.10.3
21932024-02-26T13:33:43.126Z Compiling hyper-tls v0.5.0
21942024-02-26T13:33:43.487Z Compiling hyper-rustls v0.24.2
21952024-02-26T13:33:43.821Z Compiling clap v4.5.0
21962024-02-26T13:33:43.850Z Compiling signal-hook-mio v0.2.3
21972024-02-26T13:33:43.938Z Compiling flate2 v1.0.28
21982024-02-26T13:33:43.963Z Compiling bzip2 v0.4.4
21992024-02-26T13:33:43.994Z Compiling ipnetwork v0.20.0
22002024-02-26T13:33:44.279Z Compiling postgres-types v0.2.6
22012024-02-26T13:33:45.184Z Compiling hubpack v0.1.2
22022024-02-26T13:33:45.193Z Compiling serde_urlencoded v0.7.1
22032024-02-26T13:33:45.193Z Compiling rustls-pemfile v1.0.3
22042024-02-26T13:33:45.214Z Compiling phf_shared v0.10.0
22052024-02-26T13:33:45.220Z Compiling hkdf v0.12.4
22062024-02-26T13:33:45.441Z Compiling dtrace-parser v0.2.0
22072024-02-26T13:33:45.685Z Compiling futures-executor v0.3.30
22082024-02-26T13:33:47.108Z Compiling crypto-bigint v0.5.2
22092024-02-26T13:33:47.314Z Compiling packed_struct_codegen v0.10.1
22102024-02-26T13:33:47.732Z Compiling float-cmp v0.9.0
22112024-02-26T13:33:48.546Z Compiling indexmap v1.9.3
22122024-02-26T13:33:48.864Z Compiling encoding_rs v0.8.33
22132024-02-26T13:33:48.977Z Compiling regex-automata v0.3.8
22142024-02-26T13:33:49.054Z Compiling predicates-core v1.0.6
22152024-02-26T13:33:49.201Z Compiling precomputed-hash v0.1.1
22162024-02-26T13:33:49.309Z Compiling winnow v0.6.1
22172024-02-26T13:33:50.033Z Compiling static_assertions v1.1.0
22182024-02-26T13:33:50.131Z Compiling normalize-line-endings v0.3.0
22192024-02-26T13:33:50.250Z Compiling data-encoding v2.4.0
22202024-02-26T13:33:52.021Z Compiling nodrop v0.1.14
22212024-02-26T13:33:52.054Z Compiling webpki-roots v0.25.2
22222024-02-26T13:33:52.144Z Compiling either v1.10.0
22232024-02-26T13:33:52.207Z Compiling new_debug_unreachable v1.0.4
22242024-02-26T13:33:52.461Z Compiling fixedbitset v0.4.2
22252024-02-26T13:33:52.498Z Compiling difflib v0.4.0
22262024-02-26T13:33:52.533Z Compiling minimal-lexical v0.2.1
22272024-02-26T13:33:53.031Z Compiling whoami v1.4.1
22282024-02-26T13:33:53.075Z Compiling unicode-width v0.1.11
22292024-02-26T13:33:53.521Z Compiling crc-catalog v2.2.0
22302024-02-26T13:33:53.660Z Compiling unicode-segmentation v1.10.1
22312024-02-26T13:33:53.775Z Compiling mime v0.3.17
22322024-02-26T13:33:54.508Z Compiling similar v2.3.0
22332024-02-26T13:33:56.569Z Compiling reqwest v0.11.22
22342024-02-26T13:33:59.673Z Compiling crc v3.0.1
22352024-02-26T13:34:00.383Z Compiling tokio-postgres v0.7.10
22362024-02-26T13:34:01.002Z Compiling console v0.15.8
22372024-02-26T13:34:02.377Z Compiling nom v7.1.3
22382024-02-26T13:34:05.293Z Compiling predicates v3.1.0
22392024-02-26T13:34:06.235Z Compiling toml_edit v0.22.6
22402024-02-26T13:34:06.420Z Compiling petgraph v0.6.4
22412024-02-26T13:34:06.760Z Compiling itertools v0.10.5
22422024-02-26T13:34:09.643Z Compiling string_cache v0.8.7
22432024-02-26T13:34:10.044Z Compiling array-init v0.0.4
22442024-02-26T13:34:10.517Z Compiling trust-dns-proto v0.22.0
22452024-02-26T13:34:11.315Z Compiling bstr v1.6.0
22462024-02-26T13:34:11.588Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22472024-02-26T13:34:13.694Z Compiling elliptic-curve v0.13.8
22482024-02-26T13:34:18.275Z Compiling futures v0.3.30
22492024-02-26T13:34:18.955Z Compiling zip v0.6.6
22502024-02-26T13:34:20.046Z Compiling smallvec v0.6.14
22512024-02-26T13:34:20.218Z Compiling diesel v2.1.4
22522024-02-26T13:34:20.307Z Compiling crossterm v0.27.0
22532024-02-26T13:34:20.522Z Compiling yasna v0.5.2
22542024-02-26T13:34:22.097Z Compiling cipher v0.4.4
22552024-02-26T13:34:22.557Z Compiling toml v0.7.8
22562024-02-26T13:34:24.054Z Compiling bit-set v0.5.3
22572024-02-26T13:34:24.093Z Compiling usdt v0.3.5
22582024-02-26T13:34:24.811Z Compiling pkcs1 v0.7.5
22592024-02-26T13:34:25.676Z Compiling strum v0.25.0
22602024-02-26T13:34:25.845Z Compiling tokio-stream v0.1.14
22612024-02-26T13:34:27.378Z Compiling is-terminal v0.4.9
22622024-02-26T13:34:27.504Z Compiling openapiv3 v2.0.0
22632024-02-26T13:34:28.529Z Compiling hex v0.4.3
22642024-02-26T13:34:29.364Z Compiling signature v2.1.0
22652024-02-26T13:34:32.033Z Compiling hashbrown v0.12.3
22662024-02-26T13:34:35.223Z Compiling bitfield v0.14.0
22672024-02-26T13:34:35.447Z Compiling termcolor v1.2.0
22682024-02-26T13:34:35.516Z Compiling lalrpop-util v0.19.12
22692024-02-26T13:34:35.843Z Compiling env_logger v0.10.0
22702024-02-26T13:34:44.366Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22712024-02-26T13:34:44.483Z Compiling rsa v0.9.2
22722024-02-26T13:34:51.294Z Compiling serde-hex v0.1.0
22732024-02-26T13:34:56.125Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22742024-02-26T13:34:59.160Z Compiling ron v0.8.1
22752024-02-26T13:35:00.413Z Compiling x509-cert v0.2.4
22762024-02-26T13:35:01.758Z Compiling hashbrown v0.13.2
22772024-02-26T13:35:03.011Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22782024-02-26T13:35:07.832Z Compiling crc-any v2.4.3
22792024-02-26T13:35:19.007Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22802024-02-26T13:35:35.580Z Compiling object v0.30.4
22812024-02-26T13:35:36.467Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22822024-02-26T13:35:44.416Z Compiling path-slash v0.1.5
22832024-02-26T13:35:44.630Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22842024-02-26T13:36:10.850Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22852024-02-26T13:36:11.564Z Finished release [optimized] target(s) in 3m 58s
22862024-02-26T13:36:11.632Z
22872024-02-26T13:36:11.632Zreal 3:58.285844287
22882024-02-26T13:36:11.632Zuser 26:13.620829360
22892024-02-26T13:36:11.632Zsys 2:58.727768445
22902024-02-26T13:36:11.633Ztrap 0.786946658
22912024-02-26T13:36:11.633Ztflt 1.675404841
22922024-02-26T13:36:11.633Zdflt 0.502015150
22932024-02-26T13:36:11.633Zkflt 0.000197853
22942024-02-26T13:36:11.633Zlock 59:47.437404823
22952024-02-26T13:36:11.633Zslp 1:17:36.802905112
22962024-02-26T13:36:11.633Zlat 1:22.778735429
22972024-02-26T13:36:11.633Zstop 1:10.733476837
22982024-02-26T13:36:11.640Z+ ptime -m gzip
22992024-02-26T13:36:12.092Z
23002024-02-26T13:36:12.092Zreal 0.457502731
23012024-02-26T13:36:12.092Zuser 0.452123612
23022024-02-26T13:36:12.092Zsys 0.004853098
23032024-02-26T13:36:12.092Ztrap 0.000039647
23042024-02-26T13:36:12.092Ztflt 0.000000000
23052024-02-26T13:36:12.092Zdflt 0.000000000
23062024-02-26T13:36:12.092Zkflt 0.000000000
23072024-02-26T13:36:12.092Zlock 0.000000000
23082024-02-26T13:36:12.092Zslp 0.000000000
23092024-02-26T13:36:12.092Zlat 0.000098312
23102024-02-26T13:36:12.092Zstop 0.000171957
23112024-02-26T13:36:12.096Z+ banner tufaceous
23122024-02-26T13:36:12.096Z
23132024-02-26T13:36:12.096Z ##### # # ###### ## #### ###### #### # # ####
23142024-02-26T13:36:12.096Z # # # # # # # # # # # # # #
23152024-02-26T13:36:12.096Z # # # ##### # # # ##### # # # # ####
23162024-02-26T13:36:12.096Z # # # # ###### # # # # # # #
23172024-02-26T13:36:12.096Z # # # # # # # # # # # # # # #
23182024-02-26T13:36:12.096Z # #### # # # #### ###### #### #### ####
23192024-02-26T13:36:12.096Z
23202024-02-26T13:36:12.096Z+ ptime -m cargo build --locked -p tufaceous --release
23212024-02-26T13:36:12.494Z Downloading crates ...
23222024-02-26T13:36:12.872Z Downloaded snafu v0.7.5
23232024-02-26T13:36:12.881Z Downloaded doc-comment v0.3.3
23242024-02-26T13:36:12.881Z Downloaded parse-size v1.0.0
23252024-02-26T13:36:12.887Z Downloaded buf-list v1.0.3
23262024-02-26T13:36:12.887Z Downloaded humantime v2.1.0
23272024-02-26T13:36:12.887Z Downloaded pin-project-internal v1.1.3
23282024-02-26T13:36:12.887Z Downloaded fs-err v2.11.0
23292024-02-26T13:36:12.893Z Downloaded olpc-cjson v0.1.3
23302024-02-26T13:36:12.893Z Downloaded snafu-derive v0.7.5
23312024-02-26T13:36:12.893Z Downloaded globset v0.4.13
23322024-02-26T13:36:12.896Z Downloaded serde_plain v1.0.2
23332024-02-26T13:36:12.896Z Downloaded async-recursion v1.0.5
23342024-02-26T13:36:12.896Z Downloaded pin-project v1.1.3
23352024-02-26T13:36:12.904Z Downloaded tough v0.16.0
23362024-02-26T13:36:12.911Z Downloaded typed-path v0.7.0
23372024-02-26T13:36:13.007Z Compiling serde_tokenstream v0.2.0
23382024-02-26T13:36:13.071Z Compiling regress v0.8.0
23392024-02-26T13:36:13.080Z Compiling dirs-sys-next v0.1.2
23402024-02-26T13:36:13.083Z Compiling ident_case v1.0.1
23412024-02-26T13:36:13.083Z Compiling strsim v0.10.0
23422024-02-26T13:36:13.083Z Compiling rustls-pki-types v1.3.0
23432024-02-26T13:36:13.110Z Compiling thread_local v1.1.7
23442024-02-26T13:36:13.226Z Compiling dirs-next v2.0.0
23452024-02-26T13:36:13.466Z Compiling darling_core v0.20.3
23462024-02-26T13:36:13.514Z Compiling slog-async v2.8.0
23472024-02-26T13:36:13.670Z Compiling camino v1.1.6
23482024-02-26T13:36:13.894Z Compiling heck v0.4.1
23492024-02-26T13:36:13.989Z Compiling rustls v0.22.2
23502024-02-26T13:36:14.223Z Compiling rustls-webpki v0.102.1
23512024-02-26T13:36:14.288Z Compiling term v0.7.0
23522024-02-26T13:36:14.320Z Compiling crossbeam-channel v0.5.8
23532024-02-26T13:36:14.441Z Compiling getopts v0.2.21
23542024-02-26T13:36:15.122Z Compiling structmeta-derive v0.3.0
23552024-02-26T13:36:15.307Z Compiling atty v0.2.14
23562024-02-26T13:36:15.444Z Compiling multer v3.0.0
23572024-02-26T13:36:15.766Z Compiling take_mut v0.2.2
23582024-02-26T13:36:15.913Z Compiling doc-comment v0.3.3
23592024-02-26T13:36:16.054Z Compiling match_cfg v0.1.0
23602024-02-26T13:36:16.154Z Compiling paste v1.0.14
23612024-02-26T13:36:16.426Z Compiling unsafe-libyaml v0.2.10
23622024-02-26T13:36:16.615Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23632024-02-26T13:36:18.250Z Compiling structmeta v0.3.0
23642024-02-26T13:36:18.412Z Compiling serde_yaml v0.9.25
23652024-02-26T13:36:18.835Z Compiling hostname v0.3.1
23662024-02-26T13:36:18.864Z Compiling darling_macro v0.20.3
23672024-02-26T13:36:19.229Z Compiling slog-term v2.9.0
23682024-02-26T13:36:19.821Z Compiling darling v0.20.3
23692024-02-26T13:36:22.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23702024-02-26T13:36:22.259Z Compiling slog-json v2.6.1
23712024-02-26T13:36:22.273Z Compiling http v1.0.0
23722024-02-26T13:36:22.360Z Compiling pin-project-internal v1.1.3
23732024-02-26T13:36:22.785Z Compiling async-stream-impl v0.3.5
23742024-02-26T13:36:24.011Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23752024-02-26T13:36:24.050Z Compiling fastrand v2.0.1
23762024-02-26T13:36:24.334Z Compiling atomic-waker v1.1.1
23772024-02-26T13:36:24.526Z Compiling waitgroup v0.1.2
23782024-02-26T13:36:24.705Z Compiling tempfile v3.10.0
23792024-02-26T13:36:24.816Z Compiling async-stream v0.3.5
23802024-02-26T13:36:25.211Z Compiling pin-project v1.1.3
23812024-02-26T13:36:25.337Z Compiling tokio-rustls v0.25.0
23822024-02-26T13:36:25.799Z Compiling slog-bunyan v2.5.0
23832024-02-26T13:36:25.955Z Compiling serde_with_macros v3.6.1
23842024-02-26T13:36:26.700Z Compiling parse-display-derive v0.9.0
23852024-02-26T13:36:27.267Z Compiling toml v0.8.10
23862024-02-26T13:36:27.546Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23872024-02-26T13:36:28.391Z Compiling rustls-pemfile v2.1.0
23882024-02-26T13:36:28.490Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23892024-02-26T13:36:28.821Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
23902024-02-26T13:36:29.098Z Compiling sha1 v0.10.6
23912024-02-26T13:36:29.653Z Compiling newtype-uuid v1.0.1
23922024-02-26T13:36:30.003Z Compiling strum_macros v0.26.1
23932024-02-26T13:36:30.017Z Compiling snafu-derive v0.7.5
23942024-02-26T13:36:30.320Z Compiling serde_path_to_error v0.1.15
23952024-02-26T13:36:30.788Z Compiling instant v0.1.12
23962024-02-26T13:36:30.946Z Compiling fs-err v2.11.0
23972024-02-26T13:36:31.257Z Compiling buf-list v1.0.3
23982024-02-26T13:36:31.375Z Compiling arc-swap v1.6.0
23992024-02-26T13:36:31.814Z Compiling debug-ignore v1.0.5
24002024-02-26T13:36:31.958Z Compiling same-file v1.0.6
24012024-02-26T13:36:32.129Z Compiling walkdir v2.4.0
24022024-02-26T13:36:32.932Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
24032024-02-26T13:36:33.074Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24042024-02-26T13:36:33.934Z Compiling slog-scope v4.4.0
24052024-02-26T13:36:34.811Z Compiling strum v0.26.1
24062024-02-26T13:36:34.991Z Compiling backoff v0.4.0
24072024-02-26T13:36:35.043Z Compiling parse-display v0.9.0
24082024-02-26T13:36:35.110Z Compiling snafu v0.7.5
24092024-02-26T13:36:35.359Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24102024-02-26T13:36:35.693Z Compiling serde_with v3.6.1
24112024-02-26T13:36:36.561Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24122024-02-26T13:36:36.973Z Compiling globset v0.4.13
24132024-02-26T13:36:37.278Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24142024-02-26T13:36:37.444Z Compiling olpc-cjson v0.1.3
24152024-02-26T13:36:38.049Z Compiling pem v3.0.2
24162024-02-26T13:36:39.684Z Compiling macaddr v1.0.1
24172024-02-26T13:36:39.977Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24182024-02-26T13:36:40.413Z Compiling serde_plain v1.0.2
24192024-02-26T13:36:40.582Z Compiling async-recursion v1.0.5
24202024-02-26T13:36:40.964Z Compiling filetime v0.2.23
24212024-02-26T13:36:41.325Z Compiling xattr v1.0.1
24222024-02-26T13:36:41.620Z Compiling typed-path v0.7.0
24232024-02-26T13:36:41.624Z Compiling tar v0.4.40
24242024-02-26T13:36:45.979Z Compiling tough v0.16.0
24252024-02-26T13:36:48.948Z Compiling slog-stdlog v4.1.1
24262024-02-26T13:36:49.260Z Compiling camino-tempfile v1.1.1
24272024-02-26T13:36:49.864Z Compiling itertools v0.12.1
24282024-02-26T13:36:50.060Z Compiling parse-size v1.0.0
24292024-02-26T13:36:50.383Z Compiling slog-envlogger v2.2.0
24302024-02-26T13:36:52.852Z Compiling humantime v2.1.0
24312024-02-26T13:36:55.963Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24322024-02-26T13:36:56.180Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24332024-02-26T13:37:06.067Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24342024-02-26T13:37:08.130Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24352024-02-26T13:37:27.480Z Finished release [optimized] target(s) in 1m 15s
24362024-02-26T13:37:27.564Z
24372024-02-26T13:37:27.565Zreal 1:15.432562157
24382024-02-26T13:37:27.565Zuser 8:21.738964509
24392024-02-26T13:37:27.565Zsys 38.687311104
24402024-02-26T13:37:27.565Ztrap 0.226115423
24412024-02-26T13:37:27.565Ztflt 0.480314609
24422024-02-26T13:37:27.565Zdflt 0.313224110
24432024-02-26T13:37:27.565Zkflt 0.000096922
24442024-02-26T13:37:27.565Zlock 17:14.103872263
24452024-02-26T13:37:27.566Zslp 19:00.500319850
24462024-02-26T13:37:27.569Zlat 18.921360404
24472024-02-26T13:37:27.570Zstop 14.327634588
24482024-02-26T13:37:27.570Z+ ptime -m gzip
24492024-02-26T13:37:29.290Z
24502024-02-26T13:37:29.290Zreal 1.733724539
24512024-02-26T13:37:29.290Zuser 1.720926310
24522024-02-26T13:37:29.290Zsys 0.011334431
24532024-02-26T13:37:29.291Ztrap 0.000354963
24542024-02-26T13:37:29.291Ztflt 0.000000000
24552024-02-26T13:37:29.291Zdflt 0.000000000
24562024-02-26T13:37:29.291Zkflt 0.000000000
24572024-02-26T13:37:29.291Zlock 0.000000000
24582024-02-26T13:37:29.291Zslp 0.000000000
24592024-02-26T13:37:29.291Zlat 0.000717973
24602024-02-26T13:37:29.291Zstop 0.000176396
24612024-02-26T13:37:29.295Zprocess exited: duration 811133 ms, exit code 0
 
24622024-02-26T13:37:29.748Zfound 5 output files
24632024-02-26T13:37:29.748Zuploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes)
24642024-02-26T13:37:33.588Zuploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz
24652024-02-26T13:37:33.588Zuploading: /work/end-to-end-tests/bootstrap.gz (109731731 bytes)
24662024-02-26T13:38:09.444Zuploaded: /work/end-to-end-tests/bootstrap.gz
24672024-02-26T13:38:09.451Zuploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113174813 bytes)
24682024-02-26T13:38:37.093Zuploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz
24692024-02-26T13:38:37.093Zuploading: /work/caboose-util.gz (4099335 bytes)
24702024-02-26T13:38:39.892Zuploaded: /work/caboose-util.gz
24712024-02-26T13:38:39.892Zuploading: /work/tufaceous.gz (15875104 bytes)
24722024-02-26T13:38:44.465Zuploaded: /work/tufaceous.gz