01HP85ENEFJ79J2CZ641KDZ661: 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: 01HP85EXQM6VH675JQSP29BNQW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-10T00:08:52.743Zjob assigned to worker 01HP85F5P8K488Q64N844D2059 (queued for 1 m 5 s)
 
22024-02-10T00:08:53.544Zstarting task 0: "setup"
32024-02-10T00:08:53.640Z++ uname -s
42024-02-10T00:08:53.660Z+ kern=SunOS
52024-02-10T00:08:53.660Z+ case "$kern" in
62024-02-10T00:08:53.660Z+ groupadd -g 12345 build
72024-02-10T00:08:53.661Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-10T00:08:55.651Z+ zfs create -o mountpoint=/work rpool/work
92024-02-10T00:08:55.732Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-10T00:08:55.737Z+ home_fs=zfs
112024-02-10T00:08:55.737Z+ [[ zfs == autofs ]]
122024-02-10T00:08:55.737Z+ mkdir -p /home/build
132024-02-10T00:08:55.737Z+ chown build:build /home/build /work
142024-02-10T00:08:57.742Z+ chmod 0700 /home/build /work
152024-02-10T00:08:57.749Zprocess exited: duration 4194 ms, exit code 0
 
162024-02-10T00:08:57.764Zstarting task 1: "rust-toolchain"
172024-02-10T00:08:57.769Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-10T00:08:57.769Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-10T00:08:57.928Zinfo: downloading installer
202024-02-10T00:08:59.869Zwarning: it looks like you have an existing installation of Rust at:
212024-02-10T00:08:59.869Zwarning: /opt/ooce/bin
222024-02-10T00:08:59.869Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-10T00:08:59.869Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-10T00:08:59.869Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-10T00:08:59.869Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-10T00:08:59.869Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-10T00:08:59.869Zerror: cannot install while Rust is installed
282024-02-10T00:08:59.869Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-10T00:09:00.019Zinfo: profile set to 'default'
302024-02-10T00:09:00.020Zinfo: default host triple is x86_64-unknown-illumos
312024-02-10T00:09:00.024Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-10T00:09:00.192Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-10T00:09:00.192Zinfo: downloading component 'cargo'
342024-02-10T00:09:01.132Zinfo: downloading component 'clippy'
352024-02-10T00:09:01.463Zinfo: downloading component 'rust-docs'
362024-02-10T00:09:02.617Zinfo: downloading component 'rust-std'
372024-02-10T00:09:04.652Zinfo: downloading component 'rustc'
382024-02-10T00:09:10.049Zinfo: downloading component 'rustfmt'
392024-02-10T00:09:10.061Zinfo: installing component 'cargo'
402024-02-10T00:09:11.319Zinfo: installing component 'clippy'
412024-02-10T00:09:11.329Zinfo: installing component 'rust-docs'
422024-02-10T00:09:12.908Zinfo: installing component 'rust-std'
432024-02-10T00:09:14.876Zinfo: installing component 'rustc'
442024-02-10T00:09:19.199Zinfo: installing component 'rustfmt'
452024-02-10T00:09:19.561Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-10T00:09:19.561Z
472024-02-10T00:09:19.859Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-10T00:09:19.859Z
492024-02-10T00:09:19.862Z
502024-02-10T00:09:19.862ZRust is installed now. Great!
512024-02-10T00:09:19.862Z
522024-02-10T00:09:19.862ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-10T00:09:19.862Zenvironment variable. This has not been done automatically.
542024-02-10T00:09:19.862Z
552024-02-10T00:09:19.862ZTo configure your current shell, run:
562024-02-10T00:09:19.862Zsource "$HOME/.cargo/env"
572024-02-10T00:09:19.922Z+ rustc --version
582024-02-10T00:09:19.984Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-10T00:09:19.993Zprocess exited: duration 22224 ms, exit code 0
 
602024-02-10T00:09:20.014Zstarting task 2: "authentication"
612024-02-10T00:09:20.050Zprocess exited: duration 31 ms, exit code 0
 
622024-02-10T00:09:20.066Zstarting task 3: "clone repository"
632024-02-10T00:09:20.073Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-10T00:09:20.073Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-10T00:09:20.362ZCloning into '/work/oxidecomputer/omicron'...
662024-02-10T00:09:25.942Z+ cd /work/oxidecomputer/omicron
672024-02-10T00:09:25.942Z+ git fetch origin 3ac1010b32ad2df3fc64e347b2500d4660dd5894
682024-02-10T00:09:26.281ZFrom https://github.com/oxidecomputer/omicron
692024-02-10T00:09:26.281Z * branch 3ac1010b32ad2df3fc64e347b2500d4660dd5894 -> FETCH_HEAD
702024-02-10T00:09:26.290Z+ [[ -n dendrite-integration ]]
712024-02-10T00:09:26.295Z++ git branch --show-current
722024-02-10T00:09:26.295Z+ current=main
732024-02-10T00:09:26.295Z+ [[ main != dendrite-integration ]]
742024-02-10T00:09:26.295Z+ git branch -f dendrite-integration 3ac1010b32ad2df3fc64e347b2500d4660dd5894
752024-02-10T00:09:26.299Z+ git checkout -f dendrite-integration
762024-02-10T00:09:26.410ZSwitched to branch 'dendrite-integration'
772024-02-10T00:09:26.414Z+ git reset --hard 3ac1010b32ad2df3fc64e347b2500d4660dd5894
782024-02-10T00:09:26.522ZHEAD is now at 3ac1010b3 Update with latest version
792024-02-10T00:09:26.526Zprocess exited: duration 6460 ms, exit code 0
 
802024-02-10T00:09:26.533Zstarting task 4: "build"
812024-02-10T00:09:26.538Z+ cargo --version
822024-02-10T00:09:26.544Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-10T00:09:26.699Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-10T00:09:26.703Zinfo: downloading component 'cargo'
852024-02-10T00:09:27.554Zinfo: downloading component 'clippy'
862024-02-10T00:09:27.819Zinfo: downloading component 'rust-docs'
872024-02-10T00:09:29.212Zinfo: downloading component 'rust-std'
882024-02-10T00:09:31.033Zinfo: downloading component 'rustc'
892024-02-10T00:09:34.882Zinfo: downloading component 'rustfmt'
902024-02-10T00:09:35.155Zinfo: installing component 'cargo'
912024-02-10T00:09:36.047Zinfo: installing component 'clippy'
922024-02-10T00:09:36.399Zinfo: installing component 'rust-docs'
932024-02-10T00:09:38.016Zinfo: installing component 'rust-std'
942024-02-10T00:09:39.708Zinfo: installing component 'rustc'
952024-02-10T00:09:43.706Zinfo: installing component 'rustfmt'
962024-02-10T00:09:44.091Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-10T00:09:44.095Z+ rustc --version
982024-02-10T00:09:44.161Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-10T00:09:44.166Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-10T00:09:53.217Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-10T00:09:54.366Z Startup: Caching catalogs ... Done
1022024-02-10T00:09:55.510ZPlanning: Solver setup ... Done (0.821s)
1032024-02-10T00:09:55.529ZPlanning: Running solver ... Done (0.019s)
1042024-02-10T00:09:55.687ZPlanning: Finding local manifests ... Done (0.138s)
1052024-02-10T00:09:55.703ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-10T00:09:55.884ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-10T00:09:55.935ZPlanning: Package planning ... Done (0.050s)
1082024-02-10T00:09:55.987ZPlanning: Merging actions ... Done (0.052s)
1092024-02-10T00:09:56.900ZPlanning: Checking for conflicting actions ... Done (0.913s)
1102024-02-10T00:09:56.911ZPlanning: Consolidating action changes ... Done (0.011s)
1112024-02-10T00:10:00.944ZPlanning: Evaluating mediators ... Done (4.032s)
1122024-02-10T00:10:00.955ZPlanning: Planning completed in 6.54 seconds
1132024-02-10T00:10:00.968Z Packages to install: 4
1142024-02-10T00:10:00.969Z Mediators to change: 2
1152024-02-10T00:10:00.969Z Services to change: 1
1162024-02-10T00:10:00.972Z Estimated space available: 148.87 GB
1172024-02-10T00:10:00.972ZEstimated space to be consumed: 1.41 GB
1182024-02-10T00:10:00.972Z Create boot environment: No
1192024-02-10T00:10:00.972ZCreate backup boot environment: No
1202024-02-10T00:10:00.972Z Rebuild boot archive: No
1212024-02-10T00:10:00.972Z
1222024-02-10T00:10:00.972ZChanged mediators:
1232024-02-10T00:10:00.972Z mediator clang:
1242024-02-10T00:10:00.972Z version: None -> 15 (system default)
1252024-02-10T00:10:00.972Z
1262024-02-10T00:10:00.972Z mediator llvm:
1272024-02-10T00:10:00.972Z version: 14 (system default) -> 15 (system default)
1282024-02-10T00:10:00.972Z
1292024-02-10T00:10:00.972ZChanged packages:
1302024-02-10T00:10:00.972Zhelios-dev
1312024-02-10T00:10:00.972Z developer/build-essential
1322024-02-10T00:10:00.972Z None -> 11-2.0
1332024-02-10T00:10:00.973Z library/libxmlsec1
1342024-02-10T00:10:00.973Z None -> 1.2.35-2.0
1352024-02-10T00:10:00.973Z ooce/developer/clang-15
1362024-02-10T00:10:00.973Z None -> 15.0.7-2.0
1372024-02-10T00:10:00.973Z ooce/developer/llvm-15
1382024-02-10T00:10:00.973Z None -> 15.0.7-2.0
1392024-02-10T00:10:00.973Z
1402024-02-10T00:10:00.973ZServices:
1412024-02-10T00:10:00.973Z restart_fmri:
1422024-02-10T00:10:00.973Z svc:/system/update-man-index:default
1432024-02-10T00:10:01.365Z
1442024-02-10T00:10:01.366ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-10T00:10:06.365ZDownload: 878/3290 items 18.7/212.6MB 8% complete (4.1M/s)
1462024-02-10T00:10:11.720ZDownload: 1198/3290 items 83.4/212.6MB 39% complete (9.8M/s)
1472024-02-10T00:10:16.722ZDownload: 1921/3290 items 118.6/212.6MB 55% complete (10.0M/s)
1482024-02-10T00:10:27.319ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (5.3M/s)
1492024-02-10T00:10:40.112ZDownload: 2224/3290 items 119.2/212.6MB 56% complete
1502024-02-10T00:10:45.110ZDownload: 3206/3290 items 188.3/212.6MB 88% complete (13.8M/s)
1512024-02-10T00:10:47.471ZDownload: Completed 212.60 MB in 46.10 seconds (4.6M/s)
1522024-02-10T00:10:47.656Z Actions: 1/3689 actions (Installing new actions)
1532024-02-10T00:10:52.723Z Actions: 3592/3689 actions (Installing new actions)
1542024-02-10T00:10:52.883Z Actions: Completed 3689 actions in 5.23 seconds.
1552024-02-10T00:10:53.052Z Done (0.164s)
1562024-02-10T00:10:53.052Z Done (0.000s)
1572024-02-10T00:10:53.266Z Done (0.214s)
1582024-02-10T00:10:58.634Z Done (5.244s)
1592024-02-10T00:10:58.854Z Done (0.145s)
1602024-02-10T00:10:58.860Z Done (0.000s)
1612024-02-10T00:10:59.018Z Done (0.000s)
1622024-02-10T00:10:59.523ZPlanning: Evaluating mediator changes ... Done
1632024-02-10T00:10:59.685ZPlanning: Checking for conflicting actions ... Done
1642024-02-10T00:10:59.689ZPlanning: Consolidating action changes ... Done
1652024-02-10T00:10:59.961ZPlanning: Evaluating mediators ... Done
1662024-02-10T00:10:59.965ZPlanning: Planning completed in 0.44 seconds
1672024-02-10T00:10:59.995Z Mediators to change: 2
1682024-02-10T00:10:59.995Z Create boot environment: No
1692024-02-10T00:10:59.999ZCreate backup boot environment: No
1702024-02-10T00:11:00.064Z Done
1712024-02-10T00:11:00.064Z Done
1722024-02-10T00:11:00.190Z Done
1732024-02-10T00:11:03.957Z Done
1742024-02-10T00:11:04.042Z Done
1752024-02-10T00:11:04.042Z Done
1762024-02-10T00:11:04.145Z Done
1772024-02-10T00:11:04.792ZPlanning: Evaluating mediator changes ... Done
1782024-02-10T00:11:04.797ZPlanning: Merging actions ... Done
1792024-02-10T00:11:04.985ZPlanning: Checking for conflicting actions ... Done
1802024-02-10T00:11:04.991ZPlanning: Consolidating action changes ... Done
1812024-02-10T00:11:05.260ZPlanning: Evaluating mediators ... Done
1822024-02-10T00:11:05.321ZPlanning: Planning completed in 0.80 seconds
1832024-02-10T00:11:05.353Z Packages to change: 1
1842024-02-10T00:11:05.353Z Mediators to change: 1
1852024-02-10T00:11:05.357Z Services to change: 1
1862024-02-10T00:11:05.357Z Create boot environment: No
1872024-02-10T00:11:05.358ZCreate backup boot environment: Yes
1882024-02-10T00:11:07.249Z Actions: 1/6 actions (Updating modified actions)
1892024-02-10T00:11:07.279Z Actions: Completed 6 actions in 0.03 seconds.
1902024-02-10T00:11:07.285Z Done
1912024-02-10T00:11:07.285Z Done
1922024-02-10T00:11:07.325Z Done
1932024-02-10T00:11:11.069Z Done
1942024-02-10T00:11:11.168Z Done
1952024-02-10T00:11:11.181Z Done
1962024-02-10T00:11:11.267Z Done
1972024-02-10T00:11:11.719ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-02-10T00:11:11.719Zclang system 15 system
1992024-02-10T00:11:11.719Zcsh system system illumos
2002024-02-10T00:11:11.720Zctags system system illumos
2012024-02-10T00:11:11.720Zgcc vendor 12 vendor
2022024-02-10T00:11:11.721Zgcc system 10 system
2032024-02-10T00:11:11.721Zgcc system 7 system
2042024-02-10T00:11:11.721Zgo system 1.20 system
2052024-02-10T00:11:11.721Zgo system 1.19 system
2062024-02-10T00:11:11.721Zllvm system 15 system
2072024-02-10T00:11:11.721Zllvm system 14 system
2082024-02-10T00:11:11.721Zmariadb system 10.6 system
2092024-02-10T00:11:11.721Zmta vendor vendor dma
2102024-02-10T00:11:11.721Zopenjdk system 17 system
2112024-02-10T00:11:11.722Zopenjdk system 11 system
2122024-02-10T00:11:11.722Zopenjdk system 1.8 system
2132024-02-10T00:11:11.722Zopenssl vendor 3 vendor
2142024-02-10T00:11:11.722Zperl system 5.36 system
2152024-02-10T00:11:11.722Zpostgresql system 15 system
2162024-02-10T00:11:11.723Zpostgresql system 13 system
2172024-02-10T00:11:11.723Zpython vendor 3 vendor
2182024-02-10T00:11:11.723Zpython system 2 system
2192024-02-10T00:11:11.723Zpython3 system 3.11 system
2202024-02-10T00:11:11.723Zruby system 3.0 system
2212024-02-10T00:11:11.724Zwords vendor vendor american-english
2222024-02-10T00:11:11.724Zwords system system australian-english
2232024-02-10T00:11:11.724Zwords system system british-english
2242024-02-10T00:11:11.724Zwords system system canadian-english
2252024-02-10T00:11:11.724Zwords system system french
2262024-02-10T00:11:11.724Zwords system system italian
2272024-02-10T00:11:11.724Zwords system system ngerman
2282024-02-10T00:11:11.725Zwords system system ogerman
2292024-02-10T00:11:11.725Zwords system system spanish
2302024-02-10T00:11:12.056ZFMRI IFO
2312024-02-10T00:11:12.056Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2322024-02-10T00:11:12.057Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2332024-02-10T00:11:12.057Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2342024-02-10T00:11:12.057Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2352024-02-10T00:11:12.057Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-02-10T00:11:12.057Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2372024-02-10T00:11:12.057Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-02-10T00:11:12.057Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-02-10T00:11:12.116Z+ set -o errexit
2402024-02-10T00:11:12.129Z+++ dirname ./tools/ci_download_cockroachdb
2412024-02-10T00:11:12.129Z++ cd ./tools
2422024-02-10T00:11:12.129Z++ pwd
2432024-02-10T00:11:12.130Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2442024-02-10T00:11:12.130Z++ basename ./tools/ci_download_cockroachdb
2452024-02-10T00:11:12.130Z+ ARG0=ci_download_cockroachdb
2462024-02-10T00:11:12.130Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2472024-02-10T00:11:12.130Z+ CIDL_VERSION=v22.1.9
2482024-02-10T00:11:12.130Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2492024-02-10T00:11:12.130Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2502024-02-10T00:11:12.130Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2512024-02-10T00:11:12.130Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2522024-02-10T00:11:12.130Z+ TARGET_DIR=out
2532024-02-10T00:11:12.130Z+ DOWNLOAD_DIR=out/downloads
2542024-02-10T00:11:12.130Z+ DEST_DIR=./out/cockroachdb
2552024-02-10T00:11:12.131Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2562024-02-10T00:11:12.131Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2572024-02-10T00:11:12.131Z+ main
2582024-02-10T00:11:12.131Z+ [[ 0 != 0 ]]
2592024-02-10T00:11:12.131Z+ CIDL_OS=solaris2.11
2602024-02-10T00:11:12.132Z+ [[ 0 != 0 ]]
2612024-02-10T00:11:12.134Z+ configure_os solaris2.11
2622024-02-10T00:11:12.134Z+ echo 'current directory: /work/oxidecomputer/omicron'
2632024-02-10T00:11:12.134Zcurrent directory: /work/oxidecomputer/omicron
2642024-02-10T00:11:12.134Z+ echo 'configuring based on OS: "solaris2.11"'
2652024-02-10T00:11:12.134Zconfiguring based on OS: "solaris2.11"
2662024-02-10T00:11:12.134Z+ case "$1" in
2672024-02-10T00:11:12.135Z+ CIDL_BUILD=illumos
2682024-02-10T00:11:12.135Z+ CIDL_SUFFIX=tar.gz
2692024-02-10T00:11:12.135Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2702024-02-10T00:11:12.135Z+ CIDL_URL_BASE=https://illumos.org/downloads
2712024-02-10T00:11:12.135Z+ CIDL_ASSEMBLE=do_assemble_illumos
2722024-02-10T00:11:12.135Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2732024-02-10T00:11:12.135Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2742024-02-10T00:11:12.135Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-02-10T00:11:12.136Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2762024-02-10T00:11:12.136Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-10T00:11:12.136Z+ CIDL_SHA256FUNC=do_sha256sum
2782024-02-10T00:11:12.136Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2792024-02-10T00:11:12.136Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802024-02-10T00:11:12.136ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-10T00:11:12.136ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-02-10T00:11:12.136Z+ mkdir -p out/downloads
2832024-02-10T00:11:12.136Z+ mkdir -p ./out/cockroachdb
2842024-02-10T00:11:12.136Z+ local DO_DOWNLOAD=true
2852024-02-10T00:11:12.136Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2862024-02-10T00:11:12.137Z+ '[' true == true ']'
2872024-02-10T00:11:12.137Z+ echo Downloading...
2882024-02-10T00:11:12.137ZDownloading...
2892024-02-10T00:11:12.137Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-10T00:11:12.137Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-02-10T00:11:16.368Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-02-10T00:11:16.374Z++ sha256sum
2932024-02-10T00:11:16.375Z++ awk '{print $1}'
2942024-02-10T00:11:16.484Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2952024-02-10T00:11:16.484Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2962024-02-10T00:11:16.489Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-02-10T00:11:16.489Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2982024-02-10T00:11:18.644Z+ do_assemble_illumos
2992024-02-10T00:11:18.644Z+ rm -r ./out/cockroachdb
3002024-02-10T00:11:18.652Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3012024-02-10T00:11:19.060Z+ ./out/cockroachdb/bin/cockroach version
3022024-02-10T00:11:19.277ZBuild Tag: v22.1.9-dirty
3032024-02-10T00:11:19.277ZBuild Time: 2022/10/26 21:17:46
3042024-02-10T00:11:19.277ZDistribution: OSS
3052024-02-10T00:11:19.277ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3062024-02-10T00:11:19.277ZGo Version: go1.17.13
3072024-02-10T00:11:19.277ZC Compiler: gcc 10.3.0
3082024-02-10T00:11:19.277ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3092024-02-10T00:11:19.277ZBuild Type: release
3102024-02-10T00:11:19.302Z+ set -o errexit
3112024-02-10T00:11:19.323Z+++ dirname ./tools/ci_download_clickhouse
3122024-02-10T00:11:19.323Z++ cd ./tools
3132024-02-10T00:11:19.323Z++ pwd
3142024-02-10T00:11:19.324Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3152024-02-10T00:11:19.324Z++ basename ./tools/ci_download_clickhouse
3162024-02-10T00:11:19.324Z+ ARG0=ci_download_clickhouse
3172024-02-10T00:11:19.324Z+ TARGET_DIR=out
3182024-02-10T00:11:19.324Z+ DOWNLOAD_DIR=out/downloads
3192024-02-10T00:11:19.324Z+ DEST_DIR=./out/clickhouse
3202024-02-10T00:11:19.324Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3212024-02-10T00:11:19.324Z+ CIDL_VERSION=v22.8.9.24
3222024-02-10T00:11:19.324Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3232024-02-10T00:11:19.325Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3242024-02-10T00:11:19.325Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3252024-02-10T00:11:19.325Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3262024-02-10T00:11:19.325Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3272024-02-10T00:11:19.325Z+ main
3282024-02-10T00:11:19.325Z+ [[ 0 != 0 ]]
3292024-02-10T00:11:19.325Z+ CIDL_OS=solaris2.11
3302024-02-10T00:11:19.325Z+ [[ 0 != 0 ]]
3312024-02-10T00:11:19.326Z+ configure_os solaris2.11
3322024-02-10T00:11:19.326Z+ echo 'current directory: /work/oxidecomputer/omicron'
3332024-02-10T00:11:19.326Zcurrent directory: /work/oxidecomputer/omicron
3342024-02-10T00:11:19.326Z+ echo 'configuring based on OS: "solaris2.11"'
3352024-02-10T00:11:19.326Z+ CIDL_DASHREV=
3362024-02-10T00:11:19.326Z+ case "$1" in
3372024-02-10T00:11:19.326Zconfiguring based on OS: "solaris2.11"
3382024-02-10T00:11:19.326Z+ CIDL_PLATFORM=illumos
3392024-02-10T00:11:19.326Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3402024-02-10T00:11:19.327Z+ CIDL_MD5FUNC=do_md5sum
3412024-02-10T00:11:19.327Z+ CIDL_DASHREV=-1
3422024-02-10T00:11:19.327Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3432024-02-10T00:11:19.327Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-10T00:11:19.327Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-10T00:11:19.327Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-10T00:11:19.327Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3472024-02-10T00:11:19.328ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3482024-02-10T00:11:19.328ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-10T00:11:19.328Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502024-02-10T00:11:19.328Z+ mkdir -p out/downloads
3512024-02-10T00:11:19.328Z+ mkdir -p ./out/clickhouse
3522024-02-10T00:11:19.328Z+ local DO_DOWNLOAD=true
3532024-02-10T00:11:19.328Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3542024-02-10T00:11:19.329Z+ '[' true == true ']'
3552024-02-10T00:11:19.329Z+ echo Downloading...
3562024-02-10T00:11:19.329ZDownloading...
3572024-02-10T00:11:19.329Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3582024-02-10T00:11:19.329Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3592024-02-10T00:11:20.617Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602024-02-10T00:11:20.638Z++ md5sum
3612024-02-10T00:11:20.638Z++ awk '{print $1}'
3622024-02-10T00:11:20.804Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3632024-02-10T00:11:20.810Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3642024-02-10T00:11:20.810Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3652024-02-10T00:11:20.810Z+ mkdir -p ./out/clickhouse
3662024-02-10T00:11:20.810Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3672024-02-10T00:11:23.941Z+ ./out/clickhouse/clickhouse server --version
3682024-02-10T00:11:24.052ZClickHouse server version 22.8.9.1.
3692024-02-10T00:11:24.057Z+ set -o errexit
3702024-02-10T00:11:24.057Z+++ dirname ./tools/ci_download_console
3712024-02-10T00:11:24.057Z++ cd ./tools
3722024-02-10T00:11:24.057Z++ pwd
3732024-02-10T00:11:24.058Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3742024-02-10T00:11:24.058Z++ basename ./tools/ci_download_console
3752024-02-10T00:11:24.058Z+ ARG0=ci_download_console
3762024-02-10T00:11:24.058Z+ TARGET_DIR=out
3772024-02-10T00:11:24.058Z+ DOWNLOAD_DIR=out/downloads
3782024-02-10T00:11:24.058Z+ DEST_DIR=./out/console-assets
3792024-02-10T00:11:24.058Z+ source /work/oxidecomputer/omicron/tools/console_version
3802024-02-10T00:11:24.058Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3812024-02-10T00:11:24.059Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3822024-02-10T00:11:24.059Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3832024-02-10T00:11:24.059Z+ TARBALL_FILE=out/downloads/console.tar.gz
3842024-02-10T00:11:24.059Z+ main
3852024-02-10T00:11:24.059Z+ [[ 0 != 0 ]]
3862024-02-10T00:11:24.059Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3872024-02-10T00:11:24.059ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3882024-02-10T00:11:24.059Z+ echo 'Local file: out/downloads/console.tar.gz'
3892024-02-10T00:11:24.060ZLocal file: out/downloads/console.tar.gz
3902024-02-10T00:11:24.060Z+ local DO_DOWNLOAD=true
3912024-02-10T00:11:24.060Z+ [[ -f out/downloads/console.tar.gz ]]
3922024-02-10T00:11:24.060Z+ mkdir -p out/downloads
3932024-02-10T00:11:24.060Z+ '[' true == true ']'
3942024-02-10T00:11:24.060Z+ echo Downloading...
3952024-02-10T00:11:24.061ZDownloading...
3962024-02-10T00:11:24.061Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3972024-02-10T00:11:24.061Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3982024-02-10T00:11:24.577Z++ do_sha256sum out/downloads/console.tar.gz
3992024-02-10T00:11:24.577Z++ case "$OSTYPE" in
4002024-02-10T00:11:24.594Z++ SHA=sha256sum
4012024-02-10T00:11:24.594Z++ sha256sum
4022024-02-10T00:11:24.594Z++ awk '{print $1}'
4032024-02-10T00:11:24.594Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4042024-02-10T00:11:24.594Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4052024-02-10T00:11:24.594Z+ rm -rf ./out/console-assets
4062024-02-10T00:11:24.594Z+ mkdir -p ./out/console-assets
4072024-02-10T00:11:24.594Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4082024-02-10T00:11:24.594Z+ mkdir -p ./out/console-assets
4092024-02-10T00:11:24.595Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4102024-02-10T00:11:24.674Z+ set -o errexit
4112024-02-10T00:11:24.680Z+++ dirname ./tools/ci_download_maghemite_openapi
4122024-02-10T00:11:24.680Z++ cd ./tools
4132024-02-10T00:11:24.681Z++ pwd
4142024-02-10T00:11:24.681Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4152024-02-10T00:11:24.681Z++ basename ./tools/ci_download_maghemite_openapi
4162024-02-10T00:11:24.692Z+ ARG0=ci_download_maghemite_openapi
4172024-02-10T00:11:24.692Z+ TARGET_DIR=out
4182024-02-10T00:11:24.692Z+ DOWNLOAD_DIR=out/downloads
4192024-02-10T00:11:24.692Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4202024-02-10T00:11:24.692Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4212024-02-10T00:11:24.692Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4222024-02-10T00:11:24.692Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4232024-02-10T00:11:24.692Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4242024-02-10T00:11:24.693Z+ main
4252024-02-10T00:11:24.693Z+ [[ 0 != 0 ]]
4262024-02-10T00:11:24.693Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4272024-02-10T00:11:24.693ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4282024-02-10T00:11:24.693Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4292024-02-10T00:11:24.693ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4302024-02-10T00:11:24.693Z+ local DO_DOWNLOAD=true
4312024-02-10T00:11:24.693Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4322024-02-10T00:11:24.694Z+ mkdir -p out/downloads
4332024-02-10T00:11:24.694Z+ '[' true == true ']'
4342024-02-10T00:11:24.694Z+ echo Downloading...
4352024-02-10T00:11:24.694ZDownloading...
4362024-02-10T00:11:24.694Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4372024-02-10T00:11:24.694Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4382024-02-10T00:11:24.946Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4392024-02-10T00:11:24.946Z++ case "$OSTYPE" in
4402024-02-10T00:11:24.951Z++ SHA=sha256sum
4412024-02-10T00:11:24.951Z++ sha256sum
4422024-02-10T00:11:24.951Z++ awk '{print $1}'
4432024-02-10T00:11:24.952Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4442024-02-10T00:11:24.952Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4452024-02-10T00:11:24.952Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4462024-02-10T00:11:24.952Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4472024-02-10T00:11:24.952Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4482024-02-10T00:11:24.956Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4492024-02-10T00:11:24.957Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4502024-02-10T00:11:24.957Z+ main
4512024-02-10T00:11:24.957Z+ [[ 0 != 0 ]]
4522024-02-10T00:11:24.957Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4532024-02-10T00:11:24.957ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4542024-02-10T00:11:24.957Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4552024-02-10T00:11:24.957ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4562024-02-10T00:11:24.958Z+ local DO_DOWNLOAD=true
4572024-02-10T00:11:24.958Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4582024-02-10T00:11:24.958Z+ mkdir -p out/downloads
4592024-02-10T00:11:24.958Z+ '[' true == true ']'
4602024-02-10T00:11:24.958Z+ echo Downloading...
4612024-02-10T00:11:24.958ZDownloading...
4622024-02-10T00:11:24.959Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4632024-02-10T00:11:24.959Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4642024-02-10T00:11:25.089Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4652024-02-10T00:11:25.093Z++ case "$OSTYPE" in
4662024-02-10T00:11:25.093Z++ SHA=sha256sum
4672024-02-10T00:11:25.093Z++ sha256sum
4682024-02-10T00:11:25.093Z++ awk '{print $1}'
4692024-02-10T00:11:25.093Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4702024-02-10T00:11:25.093Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4712024-02-10T00:11:25.100Z+ set -o errexit
4722024-02-10T00:11:25.108Z+++ dirname ./tools/ci_download_dendrite_openapi
4732024-02-10T00:11:25.109Z++ cd ./tools
4742024-02-10T00:11:25.109Z++ pwd
4752024-02-10T00:11:25.109Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4762024-02-10T00:11:25.118Z++ basename ./tools/ci_download_dendrite_openapi
4772024-02-10T00:11:25.118Z+ ARG0=ci_download_dendrite_openapi
4782024-02-10T00:11:25.119Z+ TARGET_DIR=out
4792024-02-10T00:11:25.119Z+ DOWNLOAD_DIR=out/downloads
4802024-02-10T00:11:25.119Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4812024-02-10T00:11:25.119Z++ COMMIT=d58b59b2682183855cdf137ab86a298ecdaaf697
4822024-02-10T00:11:25.119Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4832024-02-10T00:11:25.119Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json
4842024-02-10T00:11:25.120Z+ LOCAL_FILE=out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json
4852024-02-10T00:11:25.120Z+ main
4862024-02-10T00:11:25.120Z+ [[ 0 != 0 ]]
4872024-02-10T00:11:25.120Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json'
4882024-02-10T00:11:25.120ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json
4892024-02-10T00:11:25.120ZLocal file: out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json
4902024-02-10T00:11:25.120Z+ echo 'Local file: out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json'
4912024-02-10T00:11:25.121Z+ local DO_DOWNLOAD=true
4922024-02-10T00:11:25.121Z+ [[ -f out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json ]]
4932024-02-10T00:11:25.121Z+ mkdir -p out/downloads
4942024-02-10T00:11:25.121Z+ '[' true == true ']'
4952024-02-10T00:11:25.124Z+ echo Downloading...
4962024-02-10T00:11:25.124ZDownloading...
4972024-02-10T00:11:25.124Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json
4982024-02-10T00:11:25.124Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json
4992024-02-10T00:11:25.307Z++ do_sha256sum out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json
5002024-02-10T00:11:25.308Z++ case "$OSTYPE" in
5012024-02-10T00:11:25.308Z++ SHA=sha256sum
5022024-02-10T00:11:25.317Z++ sha256sum
5032024-02-10T00:11:25.317Z++ awk '{print $1}'
5042024-02-10T00:11:25.318Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5052024-02-10T00:11:25.318Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5062024-02-10T00:11:25.323Z+ set -o errexit
5072024-02-10T00:11:25.328Z+++ dirname ./tools/ci_download_dendrite_stub
5082024-02-10T00:11:25.328Z++ cd ./tools
5092024-02-10T00:11:25.329Z++ pwd
5102024-02-10T00:11:25.329Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5112024-02-10T00:11:25.329Z++ basename ./tools/ci_download_dendrite_stub
5122024-02-10T00:11:25.329Z+ ARG0=ci_download_dendrite_stub
5132024-02-10T00:11:25.329Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5142024-02-10T00:11:25.330Z++ CIDL_SHA256_ILLUMOS=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97
5152024-02-10T00:11:25.330Z++ CIDL_SHA256_LINUX_DPD=b6d45d713a879f1d03422eb0bbfa33767da776b05b0d5fbb855b602974ceba01
5162024-02-10T00:11:25.330Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5172024-02-10T00:11:25.352Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5182024-02-10T00:11:25.353Z++ COMMIT=d58b59b2682183855cdf137ab86a298ecdaaf697
5192024-02-10T00:11:25.353Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5202024-02-10T00:11:25.353Z+ TARGET_DIR=out
5212024-02-10T00:11:25.353Z+ DOWNLOAD_DIR=out/downloads
5222024-02-10T00:11:25.353Z+ DEST_DIR=./out/dendrite-stub
5232024-02-10T00:11:25.353Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5242024-02-10T00:11:25.353Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5252024-02-10T00:11:25.353Z+ REPO=oxidecomputer/dendrite
5262024-02-10T00:11:25.354Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697
5272024-02-10T00:11:25.354Z+ main
5282024-02-10T00:11:25.354Z+ [[ 0 != 0 ]]
5292024-02-10T00:11:25.354Z+ CIDL_OS=solaris2.11
5302024-02-10T00:11:25.354Z+ [[ 0 != 0 ]]
5312024-02-10T00:11:25.354Z+ configure_os solaris2.11
5322024-02-10T00:11:25.355Z+ echo 'current directory: /work/oxidecomputer/omicron'
5332024-02-10T00:11:25.355Zcurrent directory: /work/oxidecomputer/omicron
5342024-02-10T00:11:25.355Z+ echo 'configuring based on OS: "solaris2.11"'
5352024-02-10T00:11:25.355Z+ case "$1" in
5362024-02-10T00:11:25.355Zconfiguring based on OS: "solaris2.11"
5372024-02-10T00:11:25.355Z+ SET_BINARIES=
5382024-02-10T00:11:25.355Z+ CIDL_SHA256=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97
5392024-02-10T00:11:25.355Z+ CIDL_SHA256FUNC=do_sha256sum
5402024-02-10T00:11:25.355Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5412024-02-10T00:11:25.355Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz
5422024-02-10T00:11:25.356Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5432024-02-10T00:11:25.356Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz'
5442024-02-10T00:11:25.356ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz
5452024-02-10T00:11:25.356Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5462024-02-10T00:11:25.356Z+ mkdir -p out/downloads
5472024-02-10T00:11:25.356ZLocal file: out/downloads/dendrite-stub.tar.gz
5482024-02-10T00:11:25.356Z+ mkdir -p ./out/dendrite-stub
5492024-02-10T00:11:25.356Z+ fetch_and_verify
5502024-02-10T00:11:25.356Z+ local DO_DOWNLOAD=true
5512024-02-10T00:11:25.356Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5522024-02-10T00:11:25.356Z+ '[' true == true ']'
5532024-02-10T00:11:25.356Z+ echo Downloading...
5542024-02-10T00:11:25.357ZDownloading...
5552024-02-10T00:11:25.357Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5562024-02-10T00:11:25.357Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz
5572024-02-10T00:11:30.911Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5582024-02-10T00:11:30.920Z++ sha256sum
5592024-02-10T00:11:30.920Z++ awk '{print $1}'
5602024-02-10T00:11:30.936Z+ calculated_sha256=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97
5612024-02-10T00:11:30.941Z+ [[ d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 != \d\4\8\4\0\8\a\c\1\c\1\2\3\3\2\c\0\b\f\9\5\8\3\4\a\9\3\7\2\f\2\0\d\9\f\f\5\3\e\f\a\1\d\7\9\5\1\3\e\a\8\6\8\f\6\1\6\a\9\1\c\b\9\7 ]]
5622024-02-10T00:11:30.941Z+ do_untar out/downloads/dendrite-stub.tar.gz
5632024-02-10T00:11:30.941Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5642024-02-10T00:11:31.626Z+ do_assemble
5652024-02-10T00:11:31.626Z+ rm -r ./out/dendrite-stub
5662024-02-10T00:11:31.630Z+ mkdir ./out/dendrite-stub
5672024-02-10T00:11:31.634Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5682024-02-10T00:11:31.729Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5692024-02-10T00:11:31.743Z+ set -o errexit
5702024-02-10T00:11:31.743Z+++ dirname ./tools/ci_download_maghemite_mgd
5712024-02-10T00:11:31.743Z++ cd ./tools
5722024-02-10T00:11:31.743Z++ pwd
5732024-02-10T00:11:31.760Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5742024-02-10T00:11:31.761Z++ basename ./tools/ci_download_maghemite_mgd
5752024-02-10T00:11:31.761Z+ ARG0=ci_download_maghemite_mgd
5762024-02-10T00:11:31.761Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5772024-02-10T00:11:31.761Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5782024-02-10T00:11:31.761Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5792024-02-10T00:11:31.761Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5802024-02-10T00:11:31.762Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5812024-02-10T00:11:31.762Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5822024-02-10T00:11:31.762Z+ TARGET_DIR=out
5832024-02-10T00:11:31.762Z+ DOWNLOAD_DIR=out/downloads
5842024-02-10T00:11:31.762Z+ DEST_DIR=./out/mgd
5852024-02-10T00:11:31.763Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5862024-02-10T00:11:31.763Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5872024-02-10T00:11:31.763Z+ REPO=oxidecomputer/maghemite
5882024-02-10T00:11:31.763Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5892024-02-10T00:11:31.763Z+ main
5902024-02-10T00:11:31.764Z+ [[ 0 != 0 ]]
5912024-02-10T00:11:31.764Z+ CIDL_OS=solaris2.11
5922024-02-10T00:11:31.764Z+ [[ 0 != 0 ]]
5932024-02-10T00:11:31.764Z+ configure_os solaris2.11
5942024-02-10T00:11:31.764Z+ echo 'current directory: /work/oxidecomputer/omicron'
5952024-02-10T00:11:31.764Zcurrent directory: /work/oxidecomputer/omicron
5962024-02-10T00:11:31.764Z+ echo 'configuring based on OS: "solaris2.11"'
5972024-02-10T00:11:31.764Z+ case "$1" in
5982024-02-10T00:11:31.764Z+ SET_BINARIES=
5992024-02-10T00:11:31.765Zconfiguring based on OS: "solaris2.11"
6002024-02-10T00:11:31.765Z+ CIDL_SHA256FUNC=do_sha256sum
6012024-02-10T00:11:31.765Z+ TARBALL_FILENAME=mgd.tar.gz
6022024-02-10T00:11:31.765Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6032024-02-10T00:11:31.765Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6042024-02-10T00:11:31.766Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6052024-02-10T00:11:31.766ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6062024-02-10T00:11:31.766Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6072024-02-10T00:11:31.766ZLocal file: out/downloads/mgd.tar.gz
6082024-02-10T00:11:31.766Z+ mkdir -p out/downloads
6092024-02-10T00:11:31.766Z+ mkdir -p ./out/mgd
6102024-02-10T00:11:31.766Z+ fetch_and_verify
6112024-02-10T00:11:31.766Z+ local DO_DOWNLOAD=true
6122024-02-10T00:11:31.767Z+ [[ -f out/downloads/mgd.tar.gz ]]
6132024-02-10T00:11:31.767Z+ '[' true == true ']'
6142024-02-10T00:11:31.767Z+ echo Downloading...
6152024-02-10T00:11:31.767ZDownloading...
6162024-02-10T00:11:31.767Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6172024-02-10T00:11:31.767Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6182024-02-10T00:11:37.706Z++ do_sha256sum out/downloads/mgd.tar.gz
6192024-02-10T00:11:37.710Z++ sha256sum
6202024-02-10T00:11:37.710Z++ awk '{print $1}'
6212024-02-10T00:11:37.726Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6222024-02-10T00:11:37.729Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6232024-02-10T00:11:37.729Z+ do_untar out/downloads/mgd.tar.gz
6242024-02-10T00:11:37.730Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6252024-02-10T00:11:38.188Z+ do_assemble
6262024-02-10T00:11:38.189Z+ rm -r ./out/mgd
6272024-02-10T00:11:38.196Z+ mkdir ./out/mgd
6282024-02-10T00:11:38.196Z+ cp -r out/downloads/root ./out/mgd/root
6292024-02-10T00:11:38.345Z+ set -o errexit
6302024-02-10T00:11:38.369Z+++ dirname ./tools/ci_download_transceiver_control
6312024-02-10T00:11:38.369Z++ cd ./tools
6322024-02-10T00:11:38.369Z++ pwd
6332024-02-10T00:11:38.369Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6342024-02-10T00:11:38.369Z++ basename ./tools/ci_download_transceiver_control
6352024-02-10T00:11:38.369Z+ ARG0=ci_download_transceiver_control
6362024-02-10T00:11:38.369Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6372024-02-10T00:11:38.370Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6382024-02-10T00:11:38.370Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6392024-02-10T00:11:38.370Z+ TARGET_DIR=out
6402024-02-10T00:11:38.370Z+ DOWNLOAD_DIR=out/downloads
6412024-02-10T00:11:38.370Z+ DEST_DIR=./out/transceiver-control
6422024-02-10T00:11:38.371Z+ BIN_DIR=/opt/oxide/bin
6432024-02-10T00:11:38.371Z+ BINARY=xcvradm
6442024-02-10T00:11:38.383Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6452024-02-10T00:11:38.383Z+ REPO=oxidecomputer/transceiver-control
6462024-02-10T00:11:38.383Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6472024-02-10T00:11:38.383Z+ main
6482024-02-10T00:11:38.383Z+ [[ 0 != 0 ]]
6492024-02-10T00:11:38.383Z+ CIDL_OS=solaris2.11
6502024-02-10T00:11:38.384Z+ [[ 0 != 0 ]]
6512024-02-10T00:11:38.384Z+ configure_os solaris2.11
6522024-02-10T00:11:38.384Z+ echo 'current directory: /work/oxidecomputer/omicron'
6532024-02-10T00:11:38.384Z+ echo 'configuring based on OS: "solaris2.11"'
6542024-02-10T00:11:38.384Z+ case "$1" in
6552024-02-10T00:11:38.384Zcurrent directory: /work/oxidecomputer/omicron
6562024-02-10T00:11:38.384Zconfiguring based on OS: "solaris2.11"
6572024-02-10T00:11:38.384Z+ SET_BINARIES=
6582024-02-10T00:11:38.385Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6592024-02-10T00:11:38.385Z+ CIDL_SHA256FUNC=do_sha256sum
6602024-02-10T00:11:38.385Z+ ARCHIVE_FILENAME=xcvradm.gz
6612024-02-10T00:11:38.385Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6622024-02-10T00:11:38.385Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6632024-02-10T00:11:38.386Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6642024-02-10T00:11:38.386Z+ echo 'Local file: out/downloads/xcvradm.gz'
6652024-02-10T00:11:38.386ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6662024-02-10T00:11:38.386ZLocal file: out/downloads/xcvradm.gz
6672024-02-10T00:11:38.386Z+ mkdir -p out/downloads
6682024-02-10T00:11:38.386Z+ mkdir -p ./out/transceiver-control
6692024-02-10T00:11:38.386Z+ fetch_and_verify
6702024-02-10T00:11:38.387Z+ local DO_DOWNLOAD=true
6712024-02-10T00:11:38.387Z+ [[ -f out/downloads/xcvradm.gz ]]
6722024-02-10T00:11:38.387Z+ '[' true == true ']'
6732024-02-10T00:11:38.387Z+ echo Downloading...
6742024-02-10T00:11:38.387ZDownloading...
6752024-02-10T00:11:38.387Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6762024-02-10T00:11:38.387Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772024-02-10T00:11:41.075Z++ do_sha256sum out/downloads/xcvradm.gz
6782024-02-10T00:11:41.081Z++ sha256sum
6792024-02-10T00:11:41.081Z++ awk '{print $1}'
6802024-02-10T00:11:41.086Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6812024-02-10T00:11:41.086Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6822024-02-10T00:11:41.086Z+ do_unpack out/downloads/xcvradm.gz
6832024-02-10T00:11:41.086Z+ mkdir -p out/downloads/root//opt/oxide/bin
6842024-02-10T00:11:41.091Z+ gzip -dc out/downloads/xcvradm.gz
6852024-02-10T00:11:41.203Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6862024-02-10T00:11:41.206Z+ do_assemble
6872024-02-10T00:11:41.207Z+ rm -r ./out/transceiver-control
6882024-02-10T00:11:41.209Z+ mkdir ./out/transceiver-control
6892024-02-10T00:11:41.210Z+ cp -r out/downloads/root ./out/transceiver-control/root
6902024-02-10T00:11:41.367ZAll prerequisites installed successfully
6912024-02-10T00:11:41.388Z
6922024-02-10T00:11:41.388Zreal 1:57.158805417
6932024-02-10T00:11:41.388Zuser 33.958682577
6942024-02-10T00:11:41.388Zsys 6.550644828
6952024-02-10T00:11:41.389Ztrap 0.007838928
6962024-02-10T00:11:41.389Ztflt 0.224157225
6972024-02-10T00:11:41.389Zdflt 0.451436781
6982024-02-10T00:11:41.389Zkflt 0.173261859
6992024-02-10T00:11:41.389Zlock 1.438610462
7002024-02-10T00:11:41.389Zslp 3:48.667698436
7012024-02-10T00:11:41.390Zlat 1.744639924
7022024-02-10T00:11:41.390Zstop 0.126445068
7032024-02-10T00:11:41.390Z+ banner end-to-end-tests
7042024-02-10T00:11:41.463Z
7052024-02-10T00:11:41.463Z ###### # # ##### ##### #### ###### # # #####
7062024-02-10T00:11:41.463Z # ## # # # # # # # ## # # #
7072024-02-10T00:11:41.463Z ##### # # # # # ##### # # # ##### ##### # # # # #
7082024-02-10T00:11:41.463Z # # # # # # # # # # # # # # #
7092024-02-10T00:11:41.464Z # # ## # # # # # # # ## # #
7102024-02-10T00:11:41.464Z ###### # # ##### # #### ###### # # #####
7112024-02-10T00:11:41.464Z
7122024-02-10T00:11:41.496Z+ export CARGO_PROFILE_DEV_DEBUG=1
7132024-02-10T00:11:41.496Z+ CARGO_PROFILE_DEV_DEBUG=1
7142024-02-10T00:11:41.496Z+ export CARGO_PROFILE_TEST_DEBUG=1
7152024-02-10T00:11:41.496Z+ CARGO_PROFILE_TEST_DEBUG=1
7162024-02-10T00:11:41.496Z+ export CARGO_INCREMENTAL=0
7172024-02-10T00:11:41.496Z+ CARGO_INCREMENTAL=0
7182024-02-10T00:11:41.497Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7192024-02-10T00:11:41.663Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7202024-02-10T00:11:41.970Z Updating git repository `https://github.com/oxidecomputer/samael`
7212024-02-10T00:11:42.322Z Updating crates.io index
7222024-02-10T00:11:42.364Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7232024-02-10T00:11:42.956Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7242024-02-10T00:11:44.575Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7252024-02-10T00:11:44.870Z Updating git repository `http://github.com/oxidecomputer/tofino`
7262024-02-10T00:11:45.175Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7272024-02-10T00:11:45.454Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7282024-02-10T00:11:45.705Z Updating git repository `https://github.com/oxidecomputer/propolis`
7292024-02-10T00:11:46.556Z Updating git repository `https://github.com/oxidecomputer/crucible`
7302024-02-10T00:11:48.900Z Updating git repository `https://github.com/oxidecomputer/opte`
7312024-02-10T00:11:50.174Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7322024-02-10T00:11:50.463Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7332024-02-10T00:11:50.998Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7342024-02-10T00:11:51.262Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7352024-02-10T00:11:51.557Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7362024-02-10T00:11:51.830Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7372024-02-10T00:11:52.199Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7382024-02-10T00:11:52.708Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7392024-02-10T00:11:52.979Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7402024-02-10T00:11:53.487Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7412024-02-10T00:11:53.838Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7422024-02-10T00:11:54.155Z Updating git repository `https://github.com/jgallagher/nix`
7432024-02-10T00:11:55.078Z Updating git repository `https://github.com/cbiffle/hubpack`
7442024-02-10T00:11:55.568Z Updating git repository `https://github.com/oxidecomputer/typify`
7452024-02-10T00:11:56.737Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7462024-02-10T00:11:57.068Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7472024-02-10T00:11:59.065Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7482024-02-10T00:12:00.374Z Downloading crates ...
7492024-02-10T00:12:00.551Z Downloaded adler v1.0.2
7502024-02-10T00:12:00.560Z Downloaded colorchoice v1.0.0
7512024-02-10T00:12:00.567Z Downloaded nibble_vec v0.1.0
7522024-02-10T00:12:00.578Z Downloaded cpufeatures v0.2.12
7532024-02-10T00:12:00.582Z Downloaded cipher v0.4.4
7542024-02-10T00:12:00.586Z Downloaded cobs v0.2.3
7552024-02-10T00:12:00.590Z Downloaded md-5 v0.10.5
7562024-02-10T00:12:00.594Z Downloaded ciborium-io v0.2.2
7572024-02-10T00:12:00.599Z Downloaded anstream v0.5.0
7582024-02-10T00:12:00.599Z Downloaded ciborium-ll v0.2.2
7592024-02-10T00:12:00.604Z Downloaded autocfg v1.1.0
7602024-02-10T00:12:00.613Z Downloaded matches v0.1.10
7612024-02-10T00:12:00.625Z Downloaded cc v1.0.83
7622024-02-10T00:12:00.625Z Downloaded crucible-workspace-hack v0.1.0
7632024-02-10T00:12:00.626Z Downloaded clap v2.34.0
7642024-02-10T00:12:00.632Z Downloaded darling_macro v0.20.3
7652024-02-10T00:12:00.632Z Downloaded num_cpus v1.16.0
7662024-02-10T00:12:00.633Z Downloaded owo-colors v4.0.0
7672024-02-10T00:12:00.640Z Downloaded memmap v0.7.0
7682024-02-10T00:12:00.640Z Downloaded memoffset v0.9.0
7692024-02-10T00:12:00.641Z Downloaded constant_time_eq v0.3.0
7702024-02-10T00:12:00.648Z Downloaded debug-ignore v1.0.5
7712024-02-10T00:12:00.648Z Downloaded num_enum v0.5.11
7722024-02-10T00:12:00.657Z Downloaded openssl-macros v0.1.1
7732024-02-10T00:12:00.657Z Downloaded opaque-debug v0.3.0
7742024-02-10T00:12:00.657Z Downloaded omicron-zone-package v0.11.0
7752024-02-10T00:12:00.670Z Downloaded openssl-probe v0.1.5
7762024-02-10T00:12:00.671Z Downloaded defmt v0.3.5
7772024-02-10T00:12:00.671Z Downloaded data-encoding v2.4.0
7782024-02-10T00:12:00.671Z Downloaded chacha20poly1305 v0.10.1
7792024-02-10T00:12:00.693Z Downloaded precomputed-hash v0.1.1
7802024-02-10T00:12:00.693Z Downloaded crossbeam-utils v0.8.16
7812024-02-10T00:12:00.693Z Downloaded async-stream v0.3.5
7822024-02-10T00:12:00.693Z Downloaded once_cell v1.19.0
7832024-02-10T00:12:00.694Z Downloaded convert_case v0.4.0
7842024-02-10T00:12:00.694Z Downloaded md5 v0.7.0
7852024-02-10T00:12:00.704Z Downloaded num_enum_derive v0.5.11
7862024-02-10T00:12:00.704Z Downloaded base64ct v1.6.0
7872024-02-10T00:12:00.704Z Downloaded curve25519-dalek-derive v0.1.0
7882024-02-10T00:12:00.704Z Downloaded match_cfg v0.1.0
7892024-02-10T00:12:00.704Z Downloaded num v0.4.1
7902024-02-10T00:12:00.704Z Downloaded diesel_table_macro_syntax v0.1.0
7912024-02-10T00:12:00.705Z Downloaded anstyle v1.0.2
7922024-02-10T00:12:00.705Z Downloaded darling v0.20.3
7932024-02-10T00:12:00.705Z Downloaded anyhow v1.0.75
7942024-02-10T00:12:00.705Z Downloaded deranged v0.3.8
7952024-02-10T00:12:00.705Z Downloaded num_threads v0.1.6
7962024-02-10T00:12:00.705Z Downloaded difflib v0.4.0
7972024-02-10T00:12:00.712Z Downloaded pretty-hex v0.2.1
7982024-02-10T00:12:00.712Z Downloaded phf_shared v0.10.0
7992024-02-10T00:12:00.712Z Downloaded atomicwrites v0.4.3
8002024-02-10T00:12:00.712Z Downloaded pretty-hex v0.4.1
8012024-02-10T00:12:00.712Z Downloaded predicates-core v1.0.6
8022024-02-10T00:12:00.713Z Downloaded macaddr v1.0.1
8032024-02-10T00:12:00.713Z Downloaded linked-hash-map v0.5.6
8042024-02-10T00:12:00.719Z Downloaded block-buffer v0.10.4
8052024-02-10T00:12:00.719Z Downloaded arrayvec v0.7.4
8062024-02-10T00:12:00.719Z Downloaded ctr v0.9.2
8072024-02-10T00:12:00.719Z Downloaded phf_shared v0.11.2
8082024-02-10T00:12:00.722Z Downloaded pest_generator v2.7.6
8092024-02-10T00:12:00.722Z Downloaded pem-rfc7468 v0.7.0
8102024-02-10T00:12:00.722Z Downloaded const-oid v0.9.5
8112024-02-10T00:12:00.725Z Downloaded pem v3.0.2
8122024-02-10T00:12:00.728Z Downloaded libefi-sys v0.1.0
8132024-02-10T00:12:00.728Z Downloaded keccak v0.1.4
8142024-02-10T00:12:01.154Z Downloaded managed v0.8.0
8152024-02-10T00:12:01.155Z Downloaded blowfish v0.9.1
8162024-02-10T00:12:01.259Z Downloaded itoa v1.0.9
8172024-02-10T00:12:01.259Z Downloaded hash32 v0.3.1
8182024-02-10T00:12:01.259Z Downloaded libsw v3.3.1
8192024-02-10T00:12:01.259Z Downloaded base16ct v0.2.0
8202024-02-10T00:12:01.259Z Downloaded waitgroup v0.1.2
8212024-02-10T00:12:01.259Z Downloaded miniz_oxide v0.7.1
8222024-02-10T00:12:01.259Z Downloaded plain v0.2.3
8232024-02-10T00:12:01.259Z Downloaded phf v0.11.2
8242024-02-10T00:12:01.259Z Downloaded allocator-api2 v0.2.16
8252024-02-10T00:12:01.259Z Downloaded pbkdf2 v0.11.0
8262024-02-10T00:12:01.259Z Downloaded pbkdf2 v0.12.2
8272024-02-10T00:12:01.259Z Downloaded parse-display v0.9.0
8282024-02-10T00:12:01.259Z Downloaded digest v0.10.7
8292024-02-10T00:12:01.259Z Downloaded password-hash v0.5.0
8302024-02-10T00:12:01.260Z Downloaded pin-utils v0.1.0
8312024-02-10T00:12:01.260Z Downloaded num-iter v0.1.43
8322024-02-10T00:12:01.260Z Downloaded backoff v0.4.0
8332024-02-10T00:12:01.260Z Downloaded thiserror-no-std v2.0.2
8342024-02-10T00:12:01.260Z Downloaded defmt-macros v0.3.6
8352024-02-10T00:12:01.260Z Downloaded num-bigint v0.4.4
8362024-02-10T00:12:01.260Z Downloaded der_derive v0.7.2
8372024-02-10T00:12:01.260Z Downloaded console v0.15.8
8382024-02-10T00:12:01.260Z Downloaded bzip2 v0.4.4
8392024-02-10T00:12:01.260Z Downloaded dirs-sys-next v0.1.2
8402024-02-10T00:12:01.260Z Downloaded camino v1.1.6
8412024-02-10T00:12:01.260Z Downloaded hash32 v0.2.1
8422024-02-10T00:12:01.260Z Downloaded unicode-xid v0.2.4
8432024-02-10T00:12:01.260Z Downloaded endian-type v0.1.2
8442024-02-10T00:12:01.260Z Downloaded clap_derive v4.4.2
8452024-02-10T00:12:01.260Z Downloaded proc-macro-error-attr v1.0.4
8462024-02-10T00:12:01.260Z Downloaded postgres-types v0.2.6
8472024-02-10T00:12:01.260Z Downloaded postgres-protocol v0.6.6
8482024-02-10T00:12:01.260Z Downloaded futures-executor v0.3.30
8492024-02-10T00:12:01.260Z Downloaded http-body v0.4.5
8502024-02-10T00:12:01.261Z Downloaded pin-project-lite v0.2.13
8512024-02-10T00:12:01.261Z Downloaded futures-core v0.3.30
8522024-02-10T00:12:01.261Z Downloaded parking_lot_core v0.9.8
8532024-02-10T00:12:01.261Z Downloaded foreign-types-shared v0.3.1
8542024-02-10T00:12:01.261Z Downloaded parking_lot v0.12.1
8552024-02-10T00:12:01.261Z Downloaded instant v0.1.12
8562024-02-10T00:12:01.261Z Downloaded foreign-types-shared v0.1.1
8572024-02-10T00:12:01.261Z Downloaded take_mut v0.2.2
8582024-02-10T00:12:01.261Z Downloaded darling_core v0.20.3
8592024-02-10T00:12:01.261Z Downloaded signal-hook-registry v1.4.1
8602024-02-10T00:12:01.261Z Downloaded blake2 v0.10.6
8612024-02-10T00:12:01.261Z Downloaded rand_chacha v0.2.2
8622024-02-10T00:12:01.261Z Downloaded log v0.4.20
8632024-02-10T00:12:01.261Z Downloaded zerocopy v0.3.0
8642024-02-10T00:12:01.261Z Downloaded cancel-safe-futures v0.1.5
8652024-02-10T00:12:01.261Z Downloaded rand_core v0.5.1
8662024-02-10T00:12:01.261Z Downloaded yasna v0.5.2
8672024-02-10T00:12:01.261Z Downloaded num-traits v0.2.16
8682024-02-10T00:12:01.261Z Downloaded tower-service v0.3.2
8692024-02-10T00:12:01.261Z Downloaded try-lock v0.2.4
8702024-02-10T00:12:01.261Z Downloaded tracing-attributes v0.1.26
8712024-02-10T00:12:01.262Z Downloaded dirs-next v2.0.0
8722024-02-10T00:12:01.262Z Downloaded tokio-rustls v0.25.0
8732024-02-10T00:12:01.262Z Downloaded tokio-rustls v0.24.1
8742024-02-10T00:12:01.262Z Downloaded swrite v0.1.0
8752024-02-10T00:12:01.262Z Downloaded slog-async v2.8.0
8762024-02-10T00:12:01.262Z Downloaded io-lifetimes v1.0.11
8772024-02-10T00:12:01.262Z Downloaded serde_tokenstream v0.2.0
8782024-02-10T00:12:01.262Z Downloaded serde_tokenstream v0.1.7
8792024-02-10T00:12:01.262Z Downloaded derive-where v1.2.7
8802024-02-10T00:12:01.262Z Downloaded serde_path_to_error v0.1.15
8812024-02-10T00:12:01.262Z Downloaded dtrace-parser v0.2.0
8822024-02-10T00:12:01.262Z Downloaded dtrace-parser v0.1.14
8832024-02-10T00:12:01.262Z Downloaded openssl-sys v0.9.96
8842024-02-10T00:12:01.262Z Downloaded static_assertions v1.1.0
8852024-02-10T00:12:01.262Z Downloaded slog-dtrace v0.3.0
8862024-02-10T00:12:01.262Z Downloaded subtle v2.5.0
8872024-02-10T00:12:01.262Z Downloaded hubpack_derive v0.1.1
8882024-02-10T00:12:01.262Z Downloaded ident_case v1.0.1
8892024-02-10T00:12:01.263Z Downloaded ucd-trie v0.1.6
8902024-02-10T00:12:01.263Z Downloaded term v0.7.0
8912024-02-10T00:12:01.263Z Downloaded same-file v1.0.6
8922024-02-10T00:12:01.263Z Downloaded semver v0.11.0
8932024-02-10T00:12:01.263Z Downloaded strsim v0.8.0
8942024-02-10T00:12:01.263Z Downloaded arc-swap v1.6.0
8952024-02-10T00:12:01.263Z Downloaded serde_urlencoded v0.7.1
8962024-02-10T00:12:01.263Z Downloaded usdt-macro v0.3.5
8972024-02-10T00:12:01.263Z Downloaded gethostname v0.4.3
8982024-02-10T00:12:01.263Z Downloaded structmeta-derive v0.3.0
8992024-02-10T00:12:01.263Z Downloaded enum-as-inner v0.5.1
9002024-02-10T00:12:01.263Z Downloaded russh-cryptovec v0.7.0
9012024-02-10T00:12:01.263Z Downloaded toml v0.7.8
9022024-02-10T00:12:01.263Z Downloaded rfc6979 v0.4.0
9032024-02-10T00:12:01.263Z Downloaded equivalent v1.0.1
9042024-02-10T00:12:01.263Z Downloaded rustls-pki-types v1.1.0
9052024-02-10T00:12:01.263Z Downloaded walkdir v2.4.0
9062024-02-10T00:12:01.263Z Downloaded either v1.9.0
9072024-02-10T00:12:01.264Z Downloaded glob v0.3.1
9082024-02-10T00:12:01.264Z Downloaded sha1 v0.10.6
9092024-02-10T00:12:01.264Z Downloaded iana-time-zone v0.1.57
9102024-02-10T00:12:01.264Z Downloaded sha2 v0.10.8
9112024-02-10T00:12:01.264Z Downloaded postcard v1.0.8
9122024-02-10T00:12:01.264Z Downloaded tinyvec v1.6.0
9132024-02-10T00:12:01.264Z Downloaded p256 v0.13.2
9142024-02-10T00:12:01.264Z Downloaded serde_spanned v0.6.5
9152024-02-10T00:12:01.264Z Downloaded rustls-pemfile v1.0.3
9162024-02-10T00:12:01.275Z Downloaded float-cmp v0.9.0
9172024-02-10T00:12:01.275Z Downloaded scheduled-thread-pool v0.2.7
9182024-02-10T00:12:01.275Z Downloaded fnv v1.0.7
9192024-02-10T00:12:01.275Z Downloaded heck v0.4.1
9202024-02-10T00:12:01.275Z Downloaded minimal-lexical v0.2.1
9212024-02-10T00:12:01.275Z Downloaded futures-io v0.3.30
9222024-02-10T00:12:01.275Z Downloaded base64 v0.21.7
9232024-02-10T00:12:01.276Z Downloaded filetime v0.2.23
9242024-02-10T00:12:01.276Z Downloaded universal-hash v0.5.1
9252024-02-10T00:12:01.276Z Downloaded zerocopy v0.6.4
9262024-02-10T00:12:01.276Z Downloaded proc-macro-crate v1.3.1
9272024-02-10T00:12:01.276Z Downloaded slog-term v2.9.0
9282024-02-10T00:12:01.276Z Downloaded slog-bunyan v2.5.0
9292024-02-10T00:12:01.276Z Downloaded strsim v0.10.0
9302024-02-10T00:12:01.276Z Downloaded foreign-types v0.5.0
9312024-02-10T00:12:01.276Z Downloaded nom v7.1.3
9322024-02-10T00:12:01.276Z Downloaded untrusted v0.7.1
9332024-02-10T00:12:01.276Z Downloaded vec_map v0.8.2
9342024-02-10T00:12:01.276Z Downloaded resolv-conf v0.7.0
9352024-02-10T00:12:01.276Z Downloaded errno v0.3.8
9362024-02-10T00:12:01.276Z Downloaded aes v0.8.3
9372024-02-10T00:12:01.276Z Downloaded serde_derive_internals v0.26.0
9382024-02-10T00:12:01.276Z Downloaded thiserror-impl v1.0.56
9392024-02-10T00:12:01.276Z Downloaded sct v0.7.0
9402024-02-10T00:12:01.276Z Downloaded usdt-impl v0.5.0
9412024-02-10T00:12:01.276Z Downloaded siphasher v0.3.11
9422024-02-10T00:12:01.276Z Downloaded similar v2.3.0
9432024-02-10T00:12:01.276Z Downloaded rustfmt-wrapper v0.2.0
9442024-02-10T00:12:01.276Z Downloaded smf v0.2.2
9452024-02-10T00:12:01.276Z Downloaded http-range v0.1.5
9462024-02-10T00:12:01.276Z Downloaded rand_core v0.6.4
9472024-02-10T00:12:01.277Z Downloaded utf-8 v0.7.6
9482024-02-10T00:12:01.277Z Downloaded is-terminal v0.4.9
9492024-02-10T00:12:01.277Z Downloaded futures v0.3.30
9502024-02-10T00:12:01.277Z Downloaded usdt-macro v0.5.0
9512024-02-10T00:12:01.277Z Downloaded hyper-tls v0.5.0
9522024-02-10T00:12:01.277Z Downloaded slog-scope v4.4.0
9532024-02-10T00:12:01.277Z Downloaded proc-macro-error v1.0.4
9542024-02-10T00:12:01.277Z Downloaded russh-keys v0.40.1
9552024-02-10T00:12:01.277Z Downloaded zone_cfg_derive v0.3.0
9562024-02-10T00:12:01.277Z Downloaded semver v1.0.21
9572024-02-10T00:12:01.277Z Downloaded generic-array v0.14.7
9582024-02-10T00:12:01.277Z Downloaded getopts v0.2.21
9592024-02-10T00:12:01.277Z Downloaded thiserror-impl-no-std v2.0.2
9602024-02-10T00:12:01.277Z Downloaded ghash v0.5.0
9612024-02-10T00:12:01.277Z Downloaded rustc_version v0.4.0
9622024-02-10T00:12:01.277Z Downloaded serde_with_macros v3.6.0
9632024-02-10T00:12:01.277Z Downloaded ecdsa v0.16.9
9642024-02-10T00:12:01.277Z Downloaded slog-stdlog v4.1.1
9652024-02-10T00:12:01.277Z Downloaded unicode-bidi v0.3.13
9662024-02-10T00:12:01.277Z Downloaded ipnet v2.9.0
9672024-02-10T00:12:01.277Z Downloaded unsafe-libyaml v0.2.10
9682024-02-10T00:12:01.277Z Downloaded der v0.7.8
9692024-02-10T00:12:01.277Z Downloaded hex-literal v0.4.1
9702024-02-10T00:12:01.277Z Downloaded memchr v2.6.3
9712024-02-10T00:12:01.277Z Downloaded group v0.13.0
9722024-02-10T00:12:01.277Z Downloaded foreign-types-macros v0.2.3
9732024-02-10T00:12:01.278Z Downloaded thiserror v1.0.56
9742024-02-10T00:12:01.278Z Downloaded rustc-demangle v0.1.23
9752024-02-10T00:12:01.278Z Downloaded sec1 v0.7.3
9762024-02-10T00:12:01.278Z Downloaded slab v0.4.9
9772024-02-10T00:12:01.278Z Downloaded tungstenite v0.20.1
9782024-02-10T00:12:01.278Z Downloaded slog v2.7.0
9792024-02-10T00:12:01.278Z Downloaded signature v2.1.0
9802024-02-10T00:12:01.278Z Downloaded elliptic-curve v0.13.8
9812024-02-10T00:12:01.278Z Downloaded embedded-io v0.4.0
9822024-02-10T00:12:01.278Z Downloaded dof v0.1.5
9832024-02-10T00:12:01.278Z Downloaded rustls-pemfile v2.0.0
9842024-02-10T00:12:01.278Z Downloaded futures-channel v0.3.30
9852024-02-10T00:12:01.278Z Downloaded url v2.5.0
9862024-02-10T00:12:01.278Z Downloaded trust-dns-client v0.22.0
9872024-02-10T00:12:01.278Z Downloaded uuid v1.7.0
9882024-02-10T00:12:01.278Z Downloaded toml v0.8.9
9892024-02-10T00:12:01.278Z Downloaded serde_yaml v0.9.25
9902024-02-10T00:12:01.278Z Downloaded pest v2.7.6
9912024-02-10T00:12:01.278Z Downloaded textwrap v0.11.0
9922024-02-10T00:12:01.278Z Downloaded http v1.0.0
9932024-02-10T00:12:01.278Z Downloaded schemars v0.8.16
9942024-02-10T00:12:01.278Z Downloaded proc-macro2 v1.0.78
9952024-02-10T00:12:01.278Z Downloaded rand v0.8.5
9962024-02-10T00:12:01.278Z Downloaded structopt v0.3.26
9972024-02-10T00:12:01.278Z Downloaded zip v0.6.6
9982024-02-10T00:12:01.279Z Downloaded heapless v0.7.16
9992024-02-10T00:12:01.279Z Downloaded unicode-ident v1.0.12
10002024-02-10T00:12:01.279Z Downloaded typenum v1.16.0
10012024-02-10T00:12:01.279Z Downloaded rcgen v0.12.1
10022024-02-10T00:12:01.279Z Downloaded rayon-core v1.12.0
10032024-02-10T00:12:01.279Z Downloaded flate2 v1.0.28
10042024-02-10T00:12:01.279Z Downloaded aes-gcm v0.10.3
10052024-02-10T00:12:01.279Z Downloaded aho-corasick v1.0.4
10062024-02-10T00:12:01.279Z Downloaded tracing-core v0.1.31
10072024-02-10T00:12:01.279Z Downloaded tracing v0.1.37
10082024-02-10T00:12:01.279Z Downloaded libm v0.2.7
10092024-02-10T00:12:01.279Z Downloaded trust-dns-resolver v0.22.0
10102024-02-10T00:12:01.279Z Downloaded tinyvec_macros v0.1.1
10112024-02-10T00:12:01.279Z Downloaded semver v0.1.20
10122024-02-10T00:12:01.279Z Downloaded signal-hook v0.3.17
10132024-02-10T00:12:01.279Z Downloaded toolchain_find v0.2.0
10142024-02-10T00:12:01.279Z Downloaded ed25519 v2.2.2
10152024-02-10T00:12:01.279Z Downloaded secrecy v0.8.0
10162024-02-10T00:12:01.283Z Downloaded winnow v0.5.15
10172024-02-10T00:12:01.283Z Downloaded rand v0.7.3
10182024-02-10T00:12:01.283Z Downloaded foreign-types v0.3.2
10192024-02-10T00:12:01.283Z Downloaded ed25519-dalek v2.0.0
10202024-02-10T00:12:01.283Z Downloaded usdt-attr-macro v0.3.5
10212024-02-10T00:12:01.284Z Downloaded fxhash v0.2.1
10222024-02-10T00:12:01.284Z Downloaded heapless v0.8.0
10232024-02-10T00:12:01.284Z Downloaded time-core v0.1.1
10242024-02-10T00:12:01.284Z Downloaded scroll_derive v0.12.0
10252024-02-10T00:12:01.284Z Downloaded crossbeam-channel v0.5.8
10262024-02-10T00:12:01.284Z Downloaded futures-macro v0.3.30
10272024-02-10T00:12:01.284Z Downloaded dof v0.3.0
10282024-02-10T00:12:01.284Z Downloaded whoami v1.4.1
10292024-02-10T00:12:01.284Z Downloaded httpdate v1.0.3
10302024-02-10T00:12:01.284Z Downloaded spki v0.7.2
10312024-02-10T00:12:01.284Z Downloaded fastrand v2.0.1
10322024-02-10T00:12:01.284Z Downloaded semver-parser v0.10.2
10332024-02-10T00:12:01.284Z Downloaded futures-sink v0.3.30
10342024-02-10T00:12:01.284Z Downloaded synstructure v0.12.6
10352024-02-10T00:12:01.284Z Downloaded want v0.3.1
10362024-02-10T00:12:01.284Z Downloaded usdt-attr-macro v0.5.0
10372024-02-10T00:12:01.284Z Downloaded usdt v0.5.0
10382024-02-10T00:12:01.284Z Downloaded untrusted v0.9.0
10392024-02-10T00:12:01.284Z Downloaded clap_builder v4.4.2
10402024-02-10T00:12:01.284Z Downloaded dyn-clone v1.0.16
10412024-02-10T00:12:01.284Z Downloaded slog-json v2.6.1
10422024-02-10T00:12:01.284Z Downloaded quote v1.0.35
10432024-02-10T00:12:01.284Z Downloaded chrono v0.4.31
10442024-02-10T00:12:01.284Z Downloaded unicode-segmentation v1.10.1
10452024-02-10T00:12:01.284Z Downloaded slog-envlogger v2.2.0
10462024-02-10T00:12:01.285Z Downloaded display-error-chain v0.2.0
10472024-02-10T00:12:01.285Z Downloaded ff v0.13.0
10482024-02-10T00:12:01.285Z Downloaded httparse v1.8.0
10492024-02-10T00:12:01.285Z Downloaded strum_macros v0.25.2
10502024-02-10T00:12:01.285Z Downloaded scopeguard v1.2.0
10512024-02-10T00:12:01.285Z Downloaded hostname v0.3.1
10522024-02-10T00:12:01.285Z Downloaded rustversion v1.0.14
10532024-02-10T00:12:01.285Z Downloaded topological-sort v0.2.2
10542024-02-10T00:12:01.285Z Downloaded time-macros v0.2.13
10552024-02-10T00:12:01.285Z Downloaded scroll v0.12.0
10562024-02-10T00:12:01.285Z Downloaded schemars_derive v0.8.16
10572024-02-10T00:12:01.285Z Downloaded futures-task v0.3.30
10582024-02-10T00:12:01.285Z Downloaded spin v0.5.2
10592024-02-10T00:12:01.285Z Downloaded r2d2 v0.8.10
10602024-02-10T00:12:01.285Z Downloaded version_check v0.9.4
10612024-02-10T00:12:01.285Z Downloaded petgraph v0.6.4
10622024-02-10T00:12:01.701Z Downloaded serde_with v3.6.0
10632024-02-10T00:12:01.713Z Downloaded socket2 v0.4.9
10642024-02-10T00:12:01.713Z Downloaded getrandom v0.1.16
10652024-02-10T00:12:01.714Z Downloaded serde_json v1.0.113
10662024-02-10T00:12:01.714Z Downloaded itertools v0.12.1
10672024-02-10T00:12:01.714Z Downloaded object v0.32.1
10682024-02-10T00:12:01.714Z Downloaded tempfile v3.10.0
10692024-02-10T00:12:01.714Z Downloaded hmac v0.12.1
10702024-02-10T00:12:01.714Z Downloaded rustls-webpki v0.101.7
10712024-02-10T00:12:01.714Z Downloaded itertools v0.10.5
10722024-02-10T00:12:01.714Z Downloaded futures-util v0.3.30
10732024-02-10T00:12:01.714Z Downloaded zerocopy v0.7.32
10742024-02-10T00:12:01.714Z Downloaded hkdf v0.12.4
10752024-02-10T00:12:01.714Z Downloaded serde_derive v1.0.196
10762024-02-10T00:12:01.714Z Downloaded toml_edit v0.19.15
10772024-02-10T00:12:01.714Z Downloaded unicode-normalization v0.1.22
10782024-02-10T00:12:01.714Z Downloaded hashbrown v0.13.2
10792024-02-10T00:12:01.714Z Downloaded tokio-postgres v0.7.10
10802024-02-10T00:12:01.715Z Downloaded syn v1.0.109
10812024-02-10T00:12:01.715Z Downloaded hyper v0.14.27
10822024-02-10T00:12:01.715Z Downloaded steno v0.4.0
10832024-02-10T00:12:01.715Z Downloaded syn v2.0.48
10842024-02-10T00:12:01.715Z Downloaded reqwest v0.11.22
10852024-02-10T00:12:01.716Z Downloaded trust-dns-server v0.22.1
10862024-02-10T00:12:01.716Z Downloaded indexmap v2.2.2
10872024-02-10T00:12:01.716Z Downloaded goblin v0.8.0
10882024-02-10T00:12:01.716Z Downloaded idna v0.5.0
10892024-02-10T00:12:01.716Z Downloaded rustls-webpki v0.102.1
10902024-02-10T00:12:01.716Z Downloaded regex v1.10.3
10912024-02-10T00:12:01.716Z Downloaded rustls v0.21.9
10922024-02-10T00:12:01.716Z Downloaded rayon v1.8.0
10932024-02-10T00:12:01.717Z Downloaded rustix v0.37.23
10942024-02-10T00:12:01.717Z Downloaded time v0.3.27
10952024-02-10T00:12:01.717Z Downloaded openapiv3 v2.0.0
10962024-02-10T00:12:01.717Z Downloaded vcpkg v0.2.15
10972024-02-10T00:12:01.717Z Downloaded radix_trie v0.2.1
10982024-02-10T00:12:01.717Z Downloaded sled v0.34.7
10992024-02-10T00:12:01.717Z Downloaded regex-automata v0.1.10
11002024-02-10T00:12:01.717Z Downloaded regex-automata v0.3.8
11012024-02-10T00:12:01.717Z Downloaded smoltcp v0.9.1
11022024-02-10T00:12:01.717Z Downloaded bstr v0.2.17
11032024-02-10T00:12:01.717Z Downloaded webpki-roots v0.25.2
11042024-02-10T00:12:01.718Z Downloaded idna v0.2.3
11052024-02-10T00:12:01.718Z Downloaded bstr v1.6.0
11062024-02-10T00:12:01.718Z Downloaded sha3 v0.10.8
11072024-02-10T00:12:01.718Z Downloaded gimli v0.28.0
11082024-02-10T00:12:01.718Z Downloaded rustls v0.22.2
11092024-02-10T00:12:01.718Z Downloaded smoltcp v0.11.0
11102024-02-10T00:12:01.727Z Downloaded encoding_rs v0.8.33
11112024-02-10T00:12:01.742Z Downloaded rustix v0.38.31
11122024-02-10T00:12:01.765Z Downloaded russh v0.40.2
11132024-02-10T00:12:01.773Z Downloaded tokio-util v0.7.10
11142024-02-10T00:12:01.783Z Downloaded regex-syntax v0.8.2
11152024-02-10T00:12:01.792Z Downloaded h2 v0.3.24
11162024-02-10T00:12:01.792Z Downloaded http v0.2.11
11172024-02-10T00:12:01.801Z Downloaded diesel v2.1.4
11182024-02-10T00:12:01.812Z Downloaded trust-dns-proto v0.22.0
11192024-02-10T00:12:01.822Z Downloaded hashbrown v0.12.3
11202024-02-10T00:12:01.831Z Downloaded hashbrown v0.14.2
11212024-02-10T00:12:01.839Z Downloaded regress v0.7.1
11222024-02-10T00:12:01.839Z Downloaded toml_edit v0.21.1
11232024-02-10T00:12:01.859Z Downloaded zerocopy-derive v0.2.0
11242024-02-10T00:12:01.869Z Downloaded zerocopy-derive v0.6.4
11252024-02-10T00:12:01.882Z Downloaded headers v0.3.9
11262024-02-10T00:12:01.893Z Downloaded bzip2-sys v0.1.11+1.0.8
11272024-02-10T00:12:01.911Z Downloaded regex-automata v0.4.4
11282024-02-10T00:12:01.923Z Downloaded libc v0.2.153
11292024-02-10T00:12:01.938Z Downloaded openssl v0.10.60
11302024-02-10T00:12:01.955Z Downloaded ryu v1.0.15
11312024-02-10T00:12:01.955Z Downloaded thread_local v1.1.7
11322024-02-10T00:12:01.956Z Downloaded indexmap v1.9.3
11332024-02-10T00:12:01.965Z Downloaded curve25519-dalek v4.1.1
11342024-02-10T00:12:01.965Z Downloaded tokio v1.36.0
11352024-02-10T00:12:02.009Z Downloaded toml v0.5.11
11362024-02-10T00:12:02.030Z Downloaded serde v1.0.196
11372024-02-10T00:12:02.031Z Downloaded tar v0.4.40
11382024-02-10T00:12:02.031Z Downloaded tokio-stream v0.1.14
11392024-02-10T00:12:02.031Z Downloaded socket2 v0.5.5
11402024-02-10T00:12:02.031Z Downloaded half v2.3.1
11412024-02-10T00:12:02.031Z Downloaded getrandom v0.2.10
11422024-02-10T00:12:02.031Z Downloaded usdt-impl v0.3.5
11432024-02-10T00:12:02.031Z Downloaded spin v0.9.8
11442024-02-10T00:12:02.048Z Downloaded tokio-tungstenite v0.20.1
11452024-02-10T00:12:02.048Z Downloaded blake3 v1.5.0
11462024-02-10T00:12:02.048Z Downloaded subprocess v0.2.9
11472024-02-10T00:12:02.048Z Downloaded tokio-native-tls v0.3.1
11482024-02-10T00:12:02.048Z Downloaded flagset v0.4.3
11492024-02-10T00:12:02.048Z Downloaded primeorder v0.13.6
11502024-02-10T00:12:02.048Z Downloaded inout v0.1.3
11512024-02-10T00:12:02.049Z Downloaded hubpack v0.1.2
11522024-02-10T00:12:02.049Z Downloaded ipnetwork v0.20.0
11532024-02-10T00:12:02.049Z Downloaded home v0.5.5
11542024-02-10T00:12:02.049Z Downloaded heck v0.3.3
11552024-02-10T00:12:02.062Z Downloaded hex v0.4.3
11562024-02-10T00:12:02.062Z Downloaded winapi v0.3.9
11572024-02-10T00:12:02.083Z Downloaded fallible-iterator v0.2.0
11582024-02-10T00:12:02.100Z Downloaded string_cache v0.8.7
11592024-02-10T00:12:02.100Z Downloaded hyper-rustls v0.24.2
11602024-02-10T00:12:02.100Z Downloaded parking_lot v0.11.2
11612024-02-10T00:12:02.104Z Downloaded bytes v1.5.0
11622024-02-10T00:12:02.104Z Downloaded unicode-width v0.1.11
11632024-02-10T00:12:02.104Z Downloaded hyper-staticfile v0.9.5
11642024-02-10T00:12:02.104Z Downloaded form_urlencoded v1.2.1
11652024-02-10T00:12:02.105Z Downloaded fixedbitset v0.4.2
11662024-02-10T00:12:02.105Z Downloaded diesel_derives v2.1.2
11672024-02-10T00:12:02.105Z Downloaded zerocopy-derive v0.7.32
11682024-02-10T00:12:02.105Z Downloaded pest_derive v2.7.6
11692024-02-10T00:12:02.111Z Downloaded zeroize v1.7.0
11702024-02-10T00:12:02.111Z Downloaded zone v0.3.0
11712024-02-10T00:12:02.111Z Downloaded zeroize_derive v1.4.2
11722024-02-10T00:12:02.111Z Downloaded smallvec v1.13.1
11732024-02-10T00:12:02.114Z Downloaded signal-hook-mio v0.2.3
11742024-02-10T00:12:02.114Z Downloaded serde_repr v0.1.16
11752024-02-10T00:12:02.114Z Downloaded pest_meta v2.7.6
11762024-02-10T00:12:02.118Z Downloaded parking_lot_core v0.8.6
11772024-02-10T00:12:02.118Z Downloaded derive_more v0.99.17
11782024-02-10T00:12:02.123Z Downloaded rand_chacha v0.3.1
11792024-02-10T00:12:02.123Z Downloaded quick-error v1.2.3
11802024-02-10T00:12:02.129Z Downloaded usdt v0.3.5
11812024-02-10T00:12:02.129Z Downloaded stable_deref_trait v1.2.0
11822024-02-10T00:12:02.129Z Downloaded poly1305 v0.8.0
11832024-02-10T00:12:02.129Z Downloaded unicase v2.7.0
11842024-02-10T00:12:02.133Z Downloaded vsss-rs v3.3.4
11852024-02-10T00:12:02.133Z Downloaded rustc_version v0.1.7
11862024-02-10T00:12:02.133Z Downloaded xattr v1.0.1
11872024-02-10T00:12:02.133Z Downloaded password-hash v0.4.2
11882024-02-10T00:12:02.137Z Downloaded multer v3.0.0
11892024-02-10T00:12:02.137Z Downloaded thread-id v4.2.0
11902024-02-10T00:12:02.141Z Downloaded platforms v3.0.2
11912024-02-10T00:12:02.142Z Downloaded pkcs8 v0.10.2
11922024-02-10T00:12:02.147Z Downloaded mio v0.8.9
11932024-02-10T00:12:02.151Z Downloaded cbc v0.1.2
11942024-02-10T00:12:02.151Z Downloaded byteorder v1.5.0
11952024-02-10T00:12:02.158Z Downloaded bitflags v2.4.0
11962024-02-10T00:12:02.158Z Downloaded dirs-sys v0.4.1
11972024-02-10T00:12:02.158Z Downloaded dirs v5.0.1
11982024-02-10T00:12:02.158Z Downloaded lock_api v0.4.10
11992024-02-10T00:12:02.158Z Downloaded memmap2 v0.7.1
12002024-02-10T00:12:02.164Z Downloaded ciborium v0.2.2
12012024-02-10T00:12:02.164Z Downloaded native-tls v0.2.11
12022024-02-10T00:12:02.164Z Downloaded async-trait v0.1.77
12032024-02-10T00:12:02.171Z Downloaded toml_datetime v0.6.5
12042024-02-10T00:12:02.171Z Downloaded tokio-macros v2.2.0
12052024-02-10T00:12:02.171Z Downloaded structmeta v0.3.0
12062024-02-10T00:12:02.171Z Downloaded percent-encoding v2.3.1
12072024-02-10T00:12:02.171Z Downloaded num-integer v0.1.45
12082024-02-10T00:12:02.177Z Downloaded terminal_size v0.2.6
12092024-02-10T00:12:02.177Z Downloaded structopt-derive v0.4.18
12102024-02-10T00:12:02.177Z Downloaded stringprep v0.1.3
12112024-02-10T00:12:02.177Z Downloaded atomic-waker v1.1.1
12122024-02-10T00:12:02.178Z Downloaded predicates v3.1.0
12132024-02-10T00:12:02.183Z Downloaded option-ext v0.2.0
12142024-02-10T00:12:02.183Z Downloaded utf8parse v0.2.1
12152024-02-10T00:12:02.183Z Downloaded polyval v0.6.1
12162024-02-10T00:12:02.184Z Downloaded pkg-config v0.3.27
12172024-02-10T00:12:02.184Z Downloaded crossterm v0.27.0
12182024-02-10T00:12:02.192Z Downloaded backtrace v0.3.69
12192024-02-10T00:12:02.192Z Downloaded parse-display-derive v0.9.0
12202024-02-10T00:12:02.193Z Downloaded paste v1.0.14
12212024-02-10T00:12:02.196Z Downloaded crc32fast v1.3.2
12222024-02-10T00:12:02.196Z Downloaded ahash v0.8.7
12232024-02-10T00:12:02.199Z Downloaded block-padding v0.3.3
12242024-02-10T00:12:02.199Z Downloaded crypto-common v0.1.6
12252024-02-10T00:12:02.202Z Downloaded headers-core v0.2.0
12262024-02-10T00:12:02.202Z Downloaded anstyle-parse v0.2.1
12272024-02-10T00:12:02.202Z Downloaded lalrpop-util v0.19.12
12282024-02-10T00:12:02.202Z Downloaded kstat-rs v0.2.3
12292024-02-10T00:12:02.205Z Downloaded cfg-if v1.0.0
12302024-02-10T00:12:02.205Z Downloaded bit-vec v0.6.3
12312024-02-10T00:12:02.205Z Downloaded crossbeam-deque v0.8.3
12322024-02-10T00:12:02.208Z Downloaded linear-map v1.2.0
12332024-02-10T00:12:02.208Z Downloaded ppv-lite86 v0.2.17
12342024-02-10T00:12:02.212Z Downloaded clap_lex v0.5.1
12352024-02-10T00:12:02.212Z Downloaded defmt-parser v0.3.3
12362024-02-10T00:12:02.212Z Downloaded num-derive v0.4.0
12372024-02-10T00:12:02.212Z Downloaded chacha20 v0.9.1
12382024-02-10T00:12:02.215Z Downloaded lru-cache v0.1.2
12392024-02-10T00:12:02.216Z Downloaded bitflags v1.3.2
12402024-02-10T00:12:02.219Z Downloaded camino-tempfile v1.1.1
12412024-02-10T00:12:02.222Z Downloaded argon2 v0.5.3
12422024-02-10T00:12:02.222Z Downloaded bit-set v0.5.3
12432024-02-10T00:12:02.222Z Downloaded lazy_static v1.4.0
12442024-02-10T00:12:02.225Z Downloaded strum v0.25.0
12452024-02-10T00:12:02.225Z Downloaded crypto-bigint v0.5.2
12462024-02-10T00:12:02.228Z Downloaded addr2line v0.21.0
12472024-02-10T00:12:02.231Z Downloaded num-complex v0.4.4
12482024-02-10T00:12:02.234Z Downloaded clap v4.4.3
12492024-02-10T00:12:02.240Z Downloaded bcrypt-pbkdf v0.10.0
12502024-02-10T00:12:02.243Z Downloaded aead v0.5.2
12512024-02-10T00:12:02.243Z Downloaded crossbeam-epoch v0.9.15
12522024-02-10T00:12:02.247Z Downloaded colored v2.0.4
12532024-02-10T00:12:02.247Z Downloaded atty v0.2.14
12542024-02-10T00:12:02.250Z Downloaded cstr-argument v0.1.2
12552024-02-10T00:12:02.250Z Downloaded normalize-line-endings v0.3.0
12562024-02-10T00:12:02.250Z Downloaded new_debug_unreachable v1.0.4
12572024-02-10T00:12:02.250Z Downloaded mime v0.3.17
12582024-02-10T00:12:02.256Z Downloaded async-stream-impl v0.3.5
12592024-02-10T00:12:02.256Z Downloaded ansi_term v0.12.1
12602024-02-10T00:12:02.256Z Downloaded mime_guess v2.0.4
12612024-02-10T00:12:02.259Z Downloaded num-rational v0.4.1
12622024-02-10T00:12:02.259Z Downloaded newtype_derive v0.1.6
12632024-02-10T00:12:02.259Z Downloaded anstyle-query v1.0.0
12642024-02-10T00:12:02.259Z Downloaded arrayref v0.3.7
12652024-02-10T00:12:02.509Z Downloaded ring v0.17.7
12662024-02-10T00:12:02.625Z Downloaded ring v0.16.20
12672024-02-10T00:12:03.100Z Compiling proc-macro2 v1.0.78
12682024-02-10T00:12:03.100Z Compiling unicode-ident v1.0.12
12692024-02-10T00:12:03.101Z Compiling libc v0.2.153
12702024-02-10T00:12:03.101Z Compiling serde v1.0.196
12712024-02-10T00:12:03.105Z Compiling version_check v0.9.4
12722024-02-10T00:12:03.105Z Compiling autocfg v1.1.0
12732024-02-10T00:12:03.105Z Compiling cfg-if v1.0.0
12742024-02-10T00:12:03.273Z Compiling syn v1.0.109
12752024-02-10T00:12:03.300Z Compiling once_cell v1.19.0
12762024-02-10T00:12:03.348Z Compiling thiserror v1.0.56
12772024-02-10T00:12:03.780Z Compiling memchr v2.6.3
12782024-02-10T00:12:04.006Z Compiling typenum v1.16.0
12792024-02-10T00:12:04.043Z Compiling lock_api v0.4.10
12802024-02-10T00:12:04.618Z Compiling byteorder v1.5.0
12812024-02-10T00:12:04.810Z Compiling ahash v0.8.7
12822024-02-10T00:12:04.877Z Compiling parking_lot_core v0.9.8
12832024-02-10T00:12:04.951Z Compiling generic-array v0.14.7
12842024-02-10T00:12:05.116Z Compiling libm v0.2.7
12852024-02-10T00:12:05.305Z Compiling num-traits v0.2.16
12862024-02-10T00:12:05.360Z Compiling serde_json v1.0.113
12872024-02-10T00:12:05.484Z Compiling itoa v1.0.9
12882024-02-10T00:12:05.715Z Compiling slab v0.4.9
12892024-02-10T00:12:05.733Z Compiling log v0.4.20
12902024-02-10T00:12:05.756Z Compiling quote v1.0.35
12912024-02-10T00:12:06.136Z Compiling syn v2.0.48
12922024-02-10T00:12:06.191Z Compiling getrandom v0.2.10
12932024-02-10T00:12:06.374Z Compiling cc v1.0.83
12942024-02-10T00:12:06.570Z Compiling rand_core v0.6.4
12952024-02-10T00:12:06.689Z Compiling scopeguard v1.2.0
12962024-02-10T00:12:06.911Z Compiling ryu v1.0.15
12972024-02-10T00:12:07.226Z Compiling pkg-config v0.3.27
12982024-02-10T00:12:07.420Z Compiling allocator-api2 v0.2.16
12992024-02-10T00:12:07.581Z Compiling equivalent v1.0.1
13002024-02-10T00:12:07.633Z Compiling smallvec v1.13.1
13012024-02-10T00:12:07.698Z Compiling heck v0.4.1
13022024-02-10T00:12:08.085Z Compiling subtle v2.5.0
13032024-02-10T00:12:08.172Z Compiling schemars v0.8.16
13042024-02-10T00:12:08.593Z Compiling vcpkg v0.2.15
13052024-02-10T00:12:08.890Z Compiling pin-project-lite v0.2.13
13062024-02-10T00:12:09.226Z Compiling httparse v1.8.0
13072024-02-10T00:12:09.498Z Compiling ring v0.17.7
13082024-02-10T00:12:09.670Z Compiling parking_lot v0.12.1
13092024-02-10T00:12:09.734Z Compiling ucd-trie v0.1.6
13102024-02-10T00:12:09.754Z Compiling ring v0.16.20
13112024-02-10T00:12:10.381Z Compiling signal-hook-registry v1.4.1
13122024-02-10T00:12:10.738Z Compiling fnv v1.0.7
13132024-02-10T00:12:10.874Z Compiling mio v0.8.9
13142024-02-10T00:12:11.286Z Compiling openssl-sys v0.9.96
13152024-02-10T00:12:11.374Z Compiling iana-time-zone v0.1.57
13162024-02-10T00:12:11.561Z Compiling const-oid v0.9.5
13172024-02-10T00:12:11.951Z Compiling openssl v0.10.60
13182024-02-10T00:12:12.127Z Compiling semver v1.0.21
13192024-02-10T00:12:12.167Z Compiling num_cpus v1.16.0
13202024-02-10T00:12:12.296Z Compiling socket2 v0.5.5
13212024-02-10T00:12:12.719Z Compiling rustls v0.21.9
13222024-02-10T00:12:12.989Z Compiling native-tls v0.2.11
13232024-02-10T00:12:13.286Z Compiling dyn-clone v1.0.16
13242024-02-10T00:12:13.312Z Compiling futures-core v0.3.30
13252024-02-10T00:12:13.509Z Compiling aho-corasick v1.0.4
13262024-02-10T00:12:13.578Z Compiling serde_derive_internals v0.26.0
13272024-02-10T00:12:13.671Z Compiling crossbeam-utils v0.8.16
13282024-02-10T00:12:14.218Z Compiling slog v2.7.0
13292024-02-10T00:12:14.237Z Compiling regex-syntax v0.8.2
13302024-02-10T00:12:14.265Z Compiling async-trait v0.1.77
13312024-02-10T00:12:14.707Z Compiling spin v0.5.2
13322024-02-10T00:12:14.983Z Compiling futures-sink v0.3.30
13332024-02-10T00:12:15.247Z Compiling rustix v0.38.31
13342024-02-10T00:12:15.301Z Compiling backtrace v0.3.69
13352024-02-10T00:12:15.885Z Compiling tinyvec_macros v0.1.1
13362024-02-10T00:12:15.984Z Compiling tinyvec v1.6.0
13372024-02-10T00:12:16.228Z Compiling futures-channel v0.3.30
13382024-02-10T00:12:16.671Z Compiling futures-task v0.3.30
13392024-02-10T00:12:16.979Z Compiling pin-utils v0.1.0
13402024-02-10T00:12:17.028Z Compiling winnow v0.5.15
13412024-02-10T00:12:17.093Z Compiling futures-io v0.3.30
13422024-02-10T00:12:17.393Z Compiling spin v0.9.8
13432024-02-10T00:12:17.486Z Compiling unicode-normalization v0.1.22
13442024-02-10T00:12:17.726Z Compiling memoffset v0.9.0
13452024-02-10T00:12:17.780Z Compiling regex-automata v0.4.4
13462024-02-10T00:12:18.049Z Compiling tracing-core v0.1.31
13472024-02-10T00:12:18.400Z Compiling unicode-bidi v0.3.13
13482024-02-10T00:12:18.583Z Compiling cpufeatures v0.2.12
13492024-02-10T00:12:18.711Z Compiling anyhow v1.0.75
13502024-02-10T00:12:19.317Z Compiling unicode-width v0.1.11
13512024-02-10T00:12:20.104Z Compiling crc32fast v1.3.2
13522024-02-10T00:12:20.672Z Compiling crossbeam-epoch v0.9.15
13532024-02-10T00:12:20.906Z Compiling time-core v0.1.1
13542024-02-10T00:12:20.933Z Compiling serde_derive v1.0.196
13552024-02-10T00:12:21.061Z Compiling zerocopy-derive v0.7.32
13562024-02-10T00:12:21.145Z Compiling zeroize_derive v1.4.2
13572024-02-10T00:12:21.333Z Compiling thiserror-impl v1.0.56
13582024-02-10T00:12:21.452Z Compiling tokio-macros v2.2.0
13592024-02-10T00:12:22.681Z Compiling futures-macro v0.3.30
13602024-02-10T00:12:22.804Z Compiling zeroize v1.7.0
13612024-02-10T00:12:23.145Z Compiling zerocopy v0.7.32
13622024-02-10T00:12:23.149Z Compiling tracing-attributes v0.1.26
13632024-02-10T00:12:24.541Z Compiling crypto-common v0.1.6
13642024-02-10T00:12:24.760Z Compiling schemars_derive v0.8.16
13652024-02-10T00:12:24.892Z Compiling pest v2.7.6
13662024-02-10T00:12:25.503Z Compiling hashbrown v0.14.2
13672024-02-10T00:12:26.631Z Compiling openssl-macros v0.1.1
13682024-02-10T00:12:26.958Z Compiling block-buffer v0.10.4
13692024-02-10T00:12:27.080Z Compiling hashbrown v0.13.2
13702024-02-10T00:12:27.210Z Compiling digest v0.10.7
13712024-02-10T00:12:27.242Z Compiling regex v1.10.3
13722024-02-10T00:12:27.429Z Compiling pest_meta v2.7.6
13732024-02-10T00:12:28.089Z Compiling futures-util v0.3.30
13742024-02-10T00:12:28.311Z Compiling tracing v0.1.37
13752024-02-10T00:12:28.402Z Compiling der_derive v0.7.2
13762024-02-10T00:12:28.814Z Compiling pest_generator v2.7.6
13772024-02-10T00:12:30.864Z Compiling time-macros v0.2.13
13782024-02-10T00:12:32.813Z Compiling pest_derive v2.7.6
13792024-02-10T00:12:33.234Z Compiling errno v0.3.8
13802024-02-10T00:12:33.473Z Compiling num-integer v0.1.45
13812024-02-10T00:12:33.686Z Compiling foreign-types-shared v0.1.1
13822024-02-10T00:12:33.798Z Compiling untrusted v0.9.0
13832024-02-10T00:12:33.968Z Compiling untrusted v0.7.1
13842024-02-10T00:12:34.136Z Compiling percent-encoding v2.3.1
13852024-02-10T00:12:34.721Z Compiling foreign-types v0.3.2
13862024-02-10T00:12:34.896Z Compiling base64 v0.21.7
13872024-02-10T00:12:35.155Z Compiling ppv-lite86 v0.2.17
13882024-02-10T00:12:35.898Z Compiling bytes v1.5.0
13892024-02-10T00:12:35.901Z Compiling indexmap v2.2.2
13902024-02-10T00:12:36.237Z Compiling chrono v0.4.31
13912024-02-10T00:12:36.331Z Compiling uuid v1.7.0
13922024-02-10T00:12:37.233Z Compiling tokio v1.36.0
13932024-02-10T00:12:37.455Z Compiling http v0.2.11
13942024-02-10T00:12:38.750Z Compiling bitflags v2.4.0
13952024-02-10T00:12:38.865Z Compiling toml_datetime v0.6.5
13962024-02-10T00:12:39.204Z Compiling serde_spanned v0.6.5
13972024-02-10T00:12:39.353Z Compiling rustc_version v0.4.0
13982024-02-10T00:12:39.439Z Compiling toml_edit v0.19.15
13992024-02-10T00:12:40.135Z Compiling openapiv3 v2.0.0
14002024-02-10T00:12:41.887Z Compiling serde_tokenstream v0.2.0
14012024-02-10T00:12:42.270Z Compiling unicode-xid v0.2.4
14022024-02-10T00:12:42.446Z Compiling try-lock v0.2.4
14032024-02-10T00:12:42.470Z Compiling synstructure v0.12.6
14042024-02-10T00:12:42.601Z Compiling want v0.3.1
14052024-02-10T00:12:42.897Z Compiling http-body v0.4.5
14062024-02-10T00:12:43.333Z Compiling rustls-webpki v0.101.7
14072024-02-10T00:12:44.416Z Compiling sct v0.7.0
14082024-02-10T00:12:45.390Z Compiling form_urlencoded v1.2.1
14092024-02-10T00:12:45.494Z Compiling scroll_derive v0.12.0
14102024-02-10T00:12:45.710Z Compiling socket2 v0.4.9
14112024-02-10T00:12:46.094Z Compiling tower-service v0.3.2
14122024-02-10T00:12:46.228Z Compiling io-lifetimes v1.0.11
14132024-02-10T00:12:46.585Z Compiling tokio-util v0.7.10
14142024-02-10T00:12:46.882Z Compiling openssl-probe v0.1.5
14152024-02-10T00:12:47.147Z Compiling httpdate v1.0.3
14162024-02-10T00:12:47.710Z Compiling h2 v0.3.24
14172024-02-10T00:12:48.159Z Compiling zerocopy-derive v0.2.0
14182024-02-10T00:12:49.891Z Compiling idna v0.5.0
14192024-02-10T00:12:50.369Z Compiling lazy_static v1.4.0
14202024-02-10T00:12:51.497Z Compiling thread-id v4.2.0
14212024-02-10T00:12:51.612Z Compiling adler v1.0.2
14222024-02-10T00:12:51.628Z Compiling url v2.5.0
14232024-02-10T00:12:51.843Z Compiling miniz_oxide v0.7.1
14242024-02-10T00:12:52.715Z Compiling tokio-rustls v0.24.1
14252024-02-10T00:12:53.150Z Compiling tokio-native-tls v0.3.1
14262024-02-10T00:12:53.327Z Compiling rand_chacha v0.3.1
14272024-02-10T00:12:53.431Z Compiling rustix v0.37.23
14282024-02-10T00:12:53.535Z Compiling ipnet v2.9.0
14292024-02-10T00:12:53.994Z Compiling rand v0.8.5
14302024-02-10T00:12:54.168Z Compiling serde_urlencoded v0.7.1
14312024-02-10T00:12:54.565Z Compiling rustls-pemfile v1.0.3
14322024-02-10T00:12:54.942Z Compiling hyper v0.14.27
14332024-02-10T00:12:55.012Z Compiling usdt-impl v0.3.5
14342024-02-10T00:12:55.147Z Compiling encoding_rs v0.8.33
14352024-02-10T00:12:55.380Z Compiling mime v0.3.17
14362024-02-10T00:12:55.418Z Compiling gimli v0.28.0
14372024-02-10T00:12:56.010Z Compiling either v1.9.0
14382024-02-10T00:12:56.330Z Compiling webpki-roots v0.25.2
14392024-02-10T00:12:57.606Z Compiling regress v0.7.1
14402024-02-10T00:12:57.687Z Compiling object v0.32.1
14412024-02-10T00:12:58.330Z Compiling num-bigint v0.4.4
14422024-02-10T00:12:58.998Z Compiling usdt-impl v0.5.0
14432024-02-10T00:12:59.214Z Compiling rustc-demangle v0.1.23
14442024-02-10T00:13:00.007Z Compiling addr2line v0.21.0
14452024-02-10T00:13:00.682Z Compiling flate2 v1.0.28
14462024-02-10T00:13:00.685Z Compiling zerocopy v0.3.0
14472024-02-10T00:13:00.716Z Compiling scroll v0.12.0
14482024-02-10T00:13:01.305Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14492024-02-10T00:13:01.411Z Compiling heapless v0.7.16
14502024-02-10T00:13:01.510Z Compiling futures-executor v0.3.30
14512024-02-10T00:13:01.928Z Compiling bzip2-sys v0.1.11+1.0.8
14522024-02-10T00:13:01.947Z Compiling signal-hook v0.3.17
14532024-02-10T00:13:02.132Z Compiling hyper-rustls v0.24.2
14542024-02-10T00:13:02.263Z Compiling hyper-tls v0.5.0
14552024-02-10T00:13:02.641Z Compiling reqwest v0.11.22
14562024-02-10T00:13:03.076Z Compiling rustversion v1.0.14
14572024-02-10T00:13:03.255Z Compiling plain v0.2.3
14582024-02-10T00:13:03.421Z Compiling goblin v0.8.0
14592024-02-10T00:13:04.711Z Compiling futures v0.3.30
14602024-02-10T00:13:05.174Z Compiling dof v0.1.5
14612024-02-10T00:13:05.913Z Compiling toml v0.7.8
14622024-02-10T00:13:06.150Z Compiling toml_edit v0.21.1
14632024-02-10T00:13:07.081Z Compiling hex v0.4.3
14642024-02-10T00:13:07.119Z Compiling dtrace-parser v0.1.14
14652024-02-10T00:13:07.724Z Compiling pretty-hex v0.4.1
14662024-02-10T00:13:07.798Z Compiling strsim v0.10.0
14672024-02-10T00:13:07.866Z Compiling base64ct v1.6.0
14682024-02-10T00:13:09.816Z Compiling dof v0.3.0
14692024-02-10T00:13:10.440Z Compiling serde_tokenstream v0.1.7
14702024-02-10T00:13:10.570Z Compiling dtrace-parser v0.2.0
14712024-02-10T00:13:11.619Z Compiling bitflags v1.3.2
14722024-02-10T00:13:11.734Z Compiling smoltcp v0.9.1
14732024-02-10T00:13:12.095Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14742024-02-10T00:13:12.715Z Compiling pem-rfc7468 v0.7.0
14752024-02-10T00:13:12.865Z Compiling strum_macros v0.25.2
14762024-02-10T00:13:12.943Z Compiling hmac v0.12.1
14772024-02-10T00:13:13.503Z Compiling enum-as-inner v0.5.1
14782024-02-10T00:13:13.519Z Compiling num-iter v0.1.43
14792024-02-10T00:13:13.876Z Compiling unicode-segmentation v1.10.1
14802024-02-10T00:13:14.389Z Compiling flagset v0.4.3
14812024-02-10T00:13:14.509Z Compiling siphasher v0.3.11
14822024-02-10T00:13:14.604Z Compiling der v0.7.8
14832024-02-10T00:13:14.925Z Compiling usdt-attr-macro v0.3.5
14842024-02-10T00:13:14.928Z Compiling usdt-macro v0.3.5
14852024-02-10T00:13:15.830Z Compiling hubpack_derive v0.1.1
14862024-02-10T00:13:16.414Z Compiling zerocopy-derive v0.6.4
14872024-02-10T00:13:17.170Z Compiling deranged v0.3.8
14882024-02-10T00:13:17.869Z Compiling num_threads v0.1.6
14892024-02-10T00:13:18.040Z Compiling utf8parse v0.2.1
14902024-02-10T00:13:18.158Z Compiling anstyle v1.0.2
14912024-02-10T00:13:18.246Z Compiling anstyle-parse v0.2.1
14922024-02-10T00:13:18.612Z Compiling sha2 v0.10.8
14932024-02-10T00:13:18.781Z Compiling spki v0.7.2
14942024-02-10T00:13:19.028Z Compiling time v0.3.27
14952024-02-10T00:13:21.378Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14962024-02-10T00:13:21.382Z Compiling md-5 v0.10.5
14972024-02-10T00:13:21.440Z Compiling block-padding v0.3.3
14982024-02-10T00:13:21.443Z Compiling clap_derive v4.4.2
14992024-02-10T00:13:21.713Z Compiling getopts v0.2.21
15002024-02-10T00:13:22.439Z Compiling stringprep v0.1.3
15012024-02-10T00:13:22.769Z Compiling diesel_table_macro_syntax v0.1.0
15022024-02-10T00:13:23.463Z Compiling hash32 v0.2.1
15032024-02-10T00:13:23.913Z Compiling anstyle-query v1.0.0
15042024-02-10T00:13:24.060Z Compiling fallible-iterator v0.2.0
15052024-02-10T00:13:24.781Z Compiling stable_deref_trait v1.2.0
15062024-02-10T00:13:26.068Z Compiling colorchoice v1.0.0
15072024-02-10T00:13:26.260Z Compiling anstream v0.5.0
15082024-02-10T00:13:26.385Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
15092024-02-10T00:13:26.532Z Compiling postgres-protocol v0.6.6
15102024-02-10T00:13:26.882Z Compiling diesel_derives v2.1.2
15112024-02-10T00:13:27.010Z Compiling inout v0.1.3
15122024-02-10T00:13:28.090Z Compiling terminal_size v0.2.6
15132024-02-10T00:13:28.433Z Compiling pkcs8 v0.10.2
15142024-02-10T00:13:28.458Z Compiling phf_shared v0.11.2
15152024-02-10T00:13:30.302Z Compiling ff v0.13.0
15162024-02-10T00:13:30.835Z Compiling serde_repr v0.1.16
15172024-02-10T00:13:31.227Z Compiling scheduled-thread-pool v0.2.7
15182024-02-10T00:13:31.857Z Compiling clap_lex v0.5.1
15192024-02-10T00:13:32.255Z Compiling bit-vec v0.6.3
15202024-02-10T00:13:32.388Z Compiling unsafe-libyaml v0.2.10
15212024-02-10T00:13:32.711Z Compiling base16ct v0.2.0
15222024-02-10T00:13:32.991Z Compiling matches v0.1.10
15232024-02-10T00:13:33.031Z Compiling regex-automata v0.1.10
15242024-02-10T00:13:33.098Z Compiling managed v0.8.0
15252024-02-10T00:13:33.767Z Compiling serde_yaml v0.9.25
15262024-02-10T00:13:36.381Z Compiling bstr v0.2.17
15272024-02-10T00:13:36.552Z Compiling idna v0.2.3
15282024-02-10T00:13:36.646Z Compiling sec1 v0.7.3
15292024-02-10T00:13:37.932Z Compiling clap_builder v4.4.2
15302024-02-10T00:13:38.020Z Compiling r2d2 v0.8.10
15312024-02-10T00:13:38.231Z Compiling group v0.13.0
15322024-02-10T00:13:38.486Z Compiling phf v0.11.2
15332024-02-10T00:13:38.541Z Compiling bzip2 v0.4.4
15342024-02-10T00:13:38.807Z Compiling signal-hook-mio v0.2.3
15352024-02-10T00:13:38.843Z Compiling postgres-types v0.2.6
15362024-02-10T00:13:38.971Z Compiling cipher v0.4.4
15372024-02-10T00:13:39.005Z Compiling zerocopy v0.6.4
15382024-02-10T00:13:39.544Z Compiling hubpack v0.1.2
15392024-02-10T00:13:39.953Z Compiling phf_shared v0.10.0
15402024-02-10T00:13:40.053Z Compiling hkdf v0.12.4
15412024-02-10T00:13:40.204Z Compiling crypto-bigint v0.5.2
15422024-02-10T00:13:40.349Z Compiling ipnetwork v0.20.0
15432024-02-10T00:13:40.459Z Compiling float-cmp v0.9.0
15442024-02-10T00:13:41.342Z Compiling data-encoding v2.4.0
15452024-02-10T00:13:41.840Z Compiling fixedbitset v0.4.2
15462024-02-10T00:13:42.106Z Compiling difflib v0.4.0
15472024-02-10T00:13:43.768Z Compiling static_assertions v1.1.0
15482024-02-10T00:13:43.800Z Compiling regex-automata v0.3.8
15492024-02-10T00:13:43.827Z Compiling new_debug_unreachable v1.0.4
15502024-02-10T00:13:43.886Z Compiling precomputed-hash v0.1.1
15512024-02-10T00:13:43.932Z Compiling whoami v1.4.1
15522024-02-10T00:13:44.603Z Compiling predicates-core v1.0.6
15532024-02-10T00:13:44.674Z Compiling minimal-lexical v0.2.1
15542024-02-10T00:13:45.259Z Compiling normalize-line-endings v0.3.0
15552024-02-10T00:13:45.404Z Compiling predicates v3.1.0
15562024-02-10T00:13:45.712Z Compiling bstr v1.6.0
15572024-02-10T00:13:57.904Z Compiling nom v7.1.3
15582024-02-10T00:13:58.215Z Compiling trust-dns-proto v0.22.0
15592024-02-10T00:13:58.215Z Compiling tokio-postgres v0.7.10
15602024-02-10T00:13:58.215Z Compiling string_cache v0.8.7
15612024-02-10T00:13:58.215Z Compiling diesel v2.1.4
15622024-02-10T00:13:58.215Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15632024-02-10T00:13:58.323Z Compiling elliptic-curve v0.13.8
15642024-02-10T00:13:58.323Z Compiling petgraph v0.6.4
15652024-02-10T00:13:58.323Z Compiling clap v4.4.3
15662024-02-10T00:13:58.324Z Compiling yasna v0.5.2
15672024-02-10T00:13:58.324Z Compiling crossterm v0.27.0
15682024-02-10T00:13:58.324Z Compiling zip v0.6.6
15692024-02-10T00:13:58.324Z Compiling similar v2.3.0
15702024-02-10T00:13:58.324Z Compiling bit-set v0.5.3
15712024-02-10T00:13:58.324Z Compiling usdt v0.3.5
15722024-02-10T00:13:58.324Z Compiling itertools v0.10.5
15732024-02-10T00:13:58.324Z Compiling console v0.15.8
15742024-02-10T00:13:58.324Z Compiling tokio-stream v0.1.14
15752024-02-10T00:13:58.324Z Compiling lalrpop-util v0.19.12
15762024-02-10T00:13:58.324Z Compiling camino v1.1.6
15772024-02-10T00:13:58.768Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15782024-02-10T00:14:07.116Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15792024-02-10T00:14:31.467Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15802024-02-10T00:14:33.685Z Compiling sha1 v0.10.6
15812024-02-10T00:14:34.554Z Compiling atty v0.2.14
15822024-02-10T00:14:34.662Z Compiling match_cfg v0.1.0
15832024-02-10T00:14:34.712Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15842024-02-10T00:14:34.765Z Compiling hostname v0.3.1
15852024-02-10T00:14:35.017Z Compiling dirs-sys-next v0.1.2
15862024-02-10T00:14:35.063Z Compiling rustls-pki-types v1.1.0
15872024-02-10T00:14:35.156Z Compiling ident_case v1.0.1
15882024-02-10T00:14:35.353Z Compiling darling_core v0.20.3
15892024-02-10T00:14:35.426Z Compiling dirs-next v2.0.0
15902024-02-10T00:14:35.757Z Compiling thread_local v1.1.7
15912024-02-10T00:14:36.245Z Compiling rustls v0.22.2
15922024-02-10T00:14:36.245Z Compiling slog-async v2.8.0
15932024-02-10T00:14:36.935Z Compiling term v0.7.0
15942024-02-10T00:14:37.318Z Compiling rustls-webpki v0.102.1
15952024-02-10T00:14:37.352Z Compiling crossbeam-channel v0.5.8
15962024-02-10T00:14:37.492Z Compiling multer v3.0.0
15972024-02-10T00:14:37.847Z Compiling instant v0.1.12
15982024-02-10T00:14:38.013Z Compiling paste v1.0.14
15992024-02-10T00:14:38.167Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
16002024-02-10T00:14:38.391Z Compiling take_mut v0.2.2
16012024-02-10T00:14:38.626Z Compiling slog-term v2.9.0
16022024-02-10T00:14:38.647Z Compiling slog-json v2.6.1
16032024-02-10T00:14:39.091Z Compiling http v1.0.0
16042024-02-10T00:14:39.574Z Compiling async-stream-impl v0.3.5
16052024-02-10T00:14:39.862Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16062024-02-10T00:14:39.979Z Compiling atomic-waker v1.1.1
16072024-02-10T00:14:40.191Z Compiling debug-ignore v1.0.5
16082024-02-10T00:14:40.292Z Compiling waitgroup v0.1.2
16092024-02-10T00:14:40.350Z Compiling slog-bunyan v2.5.0
16102024-02-10T00:14:40.570Z Compiling rustls-pemfile v2.0.0
16112024-02-10T00:14:41.059Z Compiling async-stream v0.3.5
16122024-02-10T00:14:41.401Z Compiling toml v0.8.9
16132024-02-10T00:14:41.704Z Compiling darling_macro v0.20.3
16142024-02-10T00:14:41.818Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16152024-02-10T00:14:41.867Z Compiling serde_path_to_error v0.1.15
16162024-02-10T00:14:42.184Z Compiling structmeta-derive v0.3.0
16172024-02-10T00:14:42.748Z Compiling strum v0.25.0
16182024-02-10T00:14:42.811Z Compiling darling v0.20.3
16192024-02-10T00:14:42.942Z Compiling backoff v0.4.0
16202024-02-10T00:14:42.945Z Compiling serde_with_macros v3.6.0
16212024-02-10T00:14:43.171Z Compiling tokio-rustls v0.25.0
16222024-02-10T00:14:43.323Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16232024-02-10T00:14:43.620Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16242024-02-10T00:14:43.842Z Compiling macaddr v1.0.1
16252024-02-10T00:14:44.025Z Compiling proc-macro-error-attr v1.0.4
16262024-02-10T00:14:44.219Z Compiling proc-macro-crate v1.3.1
16272024-02-10T00:14:44.310Z Compiling proc-macro-error v1.0.4
16282024-02-10T00:14:44.440Z Compiling heapless v0.8.0
16292024-02-10T00:14:45.363Z Compiling hash32 v0.3.1
16302024-02-10T00:14:45.407Z Compiling num_enum_derive v0.5.11
16312024-02-10T00:14:45.455Z Compiling structmeta v0.3.0
16322024-02-10T00:14:45.627Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16332024-02-10T00:14:45.731Z Compiling rayon-core v1.12.0
16342024-02-10T00:14:45.879Z Compiling parse-display-derive v0.9.0
16352024-02-10T00:14:46.038Z Compiling smoltcp v0.11.0
16362024-02-10T00:14:46.376Z Compiling serde_with v3.6.0
16372024-02-10T00:14:47.341Z Compiling crossbeam-deque v0.8.3
16382024-02-10T00:14:47.345Z Compiling fastrand v2.0.1
16392024-02-10T00:14:47.886Z Compiling embedded-io v0.4.0
16402024-02-10T00:14:48.145Z Compiling same-file v1.0.6
16412024-02-10T00:14:48.393Z Compiling cobs v0.2.3
16422024-02-10T00:14:48.431Z Compiling num_enum v0.5.11
16432024-02-10T00:14:48.610Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16442024-02-10T00:14:48.643Z Compiling postcard v1.0.8
16452024-02-10T00:14:48.777Z Compiling tempfile v3.10.0
16462024-02-10T00:14:49.036Z Compiling walkdir v2.4.0
16472024-02-10T00:14:49.966Z Compiling semver-parser v0.10.2
16482024-02-10T00:14:50.576Z Compiling foreign-types-macros v0.2.3
16492024-02-10T00:14:50.818Z Compiling blake3 v1.5.0
16502024-02-10T00:14:50.924Z Compiling parse-display v0.9.0
16512024-02-10T00:14:51.471Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16522024-02-10T00:14:51.562Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16532024-02-10T00:14:51.583Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16542024-02-10T00:14:51.769Z Compiling foreign-types-shared v0.3.1
16552024-02-10T00:14:51.817Z Compiling crucible-workspace-hack v0.1.0
16562024-02-10T00:14:51.972Z Compiling semver v0.11.0
16572024-02-10T00:14:51.992Z Compiling foreign-types v0.5.0
16582024-02-10T00:14:52.123Z Compiling rayon v1.8.0
16592024-02-10T00:14:52.406Z Compiling is-terminal v0.4.9
16602024-02-10T00:14:52.484Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16612024-02-10T00:14:52.549Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16622024-02-10T00:14:52.780Z Compiling cstr-argument v0.1.2
16632024-02-10T00:14:52.935Z Compiling memmap2 v0.7.1
16642024-02-10T00:14:53.043Z Compiling filetime v0.2.23
16652024-02-10T00:14:53.222Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16662024-02-10T00:14:53.369Z Compiling xattr v1.0.1
16672024-02-10T00:14:53.390Z Compiling constant_time_eq v0.3.0
16682024-02-10T00:14:53.393Z Compiling home v0.5.5
16692024-02-10T00:14:53.520Z Compiling pretty-hex v0.2.1
16702024-02-10T00:14:53.587Z Compiling arrayref v0.3.7
16712024-02-10T00:14:53.640Z Compiling arrayvec v0.7.4
16722024-02-10T00:14:53.698Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16732024-02-10T00:14:53.763Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16742024-02-10T00:14:53.782Z Compiling toolchain_find v0.2.0
16752024-02-10T00:14:54.139Z Compiling tar v0.4.40
16762024-02-10T00:14:54.179Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16772024-02-10T00:14:54.338Z Compiling camino-tempfile v1.1.1
16782024-02-10T00:14:54.434Z Compiling colored v2.0.4
16792024-02-10T00:14:55.017Z Compiling toml v0.5.11
16802024-02-10T00:14:55.161Z Compiling platforms v3.0.2
16812024-02-10T00:14:55.181Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16822024-02-10T00:14:55.368Z Compiling topological-sort v0.2.2
16832024-02-10T00:14:55.506Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16842024-02-10T00:14:55.801Z Compiling zone_cfg_derive v0.3.0
16852024-02-10T00:14:56.063Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16862024-02-10T00:14:56.323Z Compiling textwrap v0.11.0
16872024-02-10T00:14:56.508Z Compiling heck v0.3.3
16882024-02-10T00:14:56.955Z Compiling rustfmt-wrapper v0.2.0
16892024-02-10T00:14:57.437Z Compiling num-derive v0.4.0
16902024-02-10T00:14:57.549Z Compiling omicron-zone-package v0.11.0
16912024-02-10T00:14:57.603Z Compiling ansi_term v0.12.1
16922024-02-10T00:14:58.168Z Compiling libefi-sys v0.1.0
16932024-02-10T00:14:58.510Z Compiling vec_map v0.8.2
16942024-02-10T00:14:58.639Z Compiling strsim v0.8.0
16952024-02-10T00:14:58.844Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16962024-02-10T00:14:58.870Z Compiling zone v0.3.0
16972024-02-10T00:14:58.980Z Compiling clap v2.34.0
16982024-02-10T00:14:59.344Z Compiling structopt-derive v0.4.18
16992024-02-10T00:14:59.753Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17002024-02-10T00:14:59.984Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17012024-02-10T00:15:00.211Z Compiling smf v0.2.2
17022024-02-10T00:15:00.566Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17032024-02-10T00:15:00.566Z Compiling unicase v2.7.0
17042024-02-10T00:15:00.946Z Compiling semver v0.1.20
17052024-02-10T00:15:00.971Z Compiling curve25519-dalek v4.1.1
17062024-02-10T00:15:01.573Z Compiling rustc_version v0.1.7
17072024-02-10T00:15:01.644Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17082024-02-10T00:15:01.663Z Compiling universal-hash v0.5.1
17092024-02-10T00:15:01.859Z Compiling opaque-debug v0.3.0
17102024-02-10T00:15:01.881Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17112024-02-10T00:15:02.063Z Compiling newtype_derive v0.1.6
17122024-02-10T00:15:02.089Z Compiling curve25519-dalek-derive v0.1.0
17132024-02-10T00:15:02.236Z Compiling gethostname v0.4.3
17142024-02-10T00:15:02.353Z Compiling num-rational v0.4.1
17152024-02-10T00:15:02.414Z Compiling getrandom v0.1.16
17162024-02-10T00:15:02.558Z Compiling structopt v0.3.26
17172024-02-10T00:15:02.802Z Compiling usdt-macro v0.5.0
17182024-02-10T00:15:03.025Z Compiling usdt-attr-macro v0.5.0
17192024-02-10T00:15:03.210Z Compiling password-hash v0.5.0
17202024-02-10T00:15:03.230Z Compiling signature v2.1.0
17212024-02-10T00:15:03.504Z Compiling blake2 v0.10.6
17222024-02-10T00:15:04.319Z Compiling memmap v0.7.0
17232024-02-10T00:15:04.354Z Compiling parking_lot_core v0.8.6
17242024-02-10T00:15:04.478Z Compiling quick-error v1.2.3
17252024-02-10T00:15:04.648Z Compiling linked-hash-map v0.5.6
17262024-02-10T00:15:04.692Z Compiling resolv-conf v0.7.0
17272024-02-10T00:15:04.865Z Compiling argon2 v0.5.3
17282024-02-10T00:15:04.891Z Compiling usdt v0.5.0
17292024-02-10T00:15:05.008Z Compiling lru-cache v0.1.2
17302024-02-10T00:15:05.589Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17312024-02-10T00:15:05.693Z Compiling aead v0.5.2
17322024-02-10T00:15:05.845Z Compiling num-complex v0.4.4
17332024-02-10T00:15:06.044Z Compiling nibble_vec v0.1.0
17342024-02-10T00:15:06.269Z Compiling slog-dtrace v0.3.0
17352024-02-10T00:15:06.631Z Compiling winapi v0.3.9
17362024-02-10T00:15:06.935Z Compiling endian-type v0.1.2
17372024-02-10T00:15:07.083Z Compiling arc-swap v1.6.0
17382024-02-10T00:15:07.173Z Compiling keccak v0.1.4
17392024-02-10T00:15:07.743Z Compiling utf-8 v0.7.6
17402024-02-10T00:15:07.779Z Compiling cancel-safe-futures v0.1.5
17412024-02-10T00:15:08.029Z Compiling tungstenite v0.20.1
17422024-02-10T00:15:08.112Z Compiling slog-scope v4.4.0
17432024-02-10T00:15:08.200Z Compiling sha3 v0.10.8
17442024-02-10T00:15:08.229Z Compiling radix_trie v0.2.1
17452024-02-10T00:15:08.250Z Compiling num v0.4.1
17462024-02-10T00:15:08.445Z Compiling mime_guess v2.0.4
17472024-02-10T00:15:08.670Z Compiling steno v0.4.0
17482024-02-10T00:15:08.999Z Compiling rand_core v0.5.1
17492024-02-10T00:15:09.228Z Compiling trust-dns-resolver v0.22.0
17502024-02-10T00:15:09.976Z Compiling poly1305 v0.8.0
17512024-02-10T00:15:10.347Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17522024-02-10T00:15:10.441Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17532024-02-10T00:15:11.570Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17542024-02-10T00:15:11.764Z Compiling chacha20 v0.9.1
17552024-02-10T00:15:12.015Z Compiling rfc6979 v0.4.0
17562024-02-10T00:15:12.231Z Compiling secrecy v0.8.0
17572024-02-10T00:15:12.260Z Compiling thiserror-impl-no-std v2.0.2
17582024-02-10T00:15:12.540Z Compiling half v2.3.1
17592024-02-10T00:15:12.746Z Compiling ciborium-io v0.2.2
17602024-02-10T00:15:12.896Z Compiling convert_case v0.4.0
17612024-02-10T00:15:13.130Z Compiling option-ext v0.2.0
17622024-02-10T00:15:13.398Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17632024-02-10T00:15:14.289Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17642024-02-10T00:15:14.293Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17652024-02-10T00:15:15.061Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17662024-02-10T00:15:15.634Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17672024-02-10T00:15:15.655Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17682024-02-10T00:15:15.804Z Compiling thiserror-no-std v2.0.2
17692024-02-10T00:15:15.894Z Compiling derive_more v0.99.17
17702024-02-10T00:15:15.930Z Compiling dirs-sys v0.4.1
17712024-02-10T00:15:16.045Z Compiling ciborium-ll v0.2.2
17722024-02-10T00:15:16.521Z Compiling ecdsa v0.16.9
17732024-02-10T00:15:16.583Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17742024-02-10T00:15:17.390Z Compiling parking_lot v0.11.2
17752024-02-10T00:15:17.408Z Compiling rand_chacha v0.2.2
17762024-02-10T00:15:17.449Z Compiling tokio-tungstenite v0.20.1
17772024-02-10T00:15:18.003Z Compiling trust-dns-client v0.22.0
17782024-02-10T00:15:18.940Z Compiling slog-stdlog v4.1.1
17792024-02-10T00:15:19.350Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17802024-02-10T00:15:19.398Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17812024-02-10T00:15:19.729Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17822024-02-10T00:15:21.235Z Compiling ed25519 v2.2.2
17832024-02-10T00:15:21.737Z Compiling polyval v0.6.1
17842024-02-10T00:15:22.205Z Compiling primeorder v0.13.6
17852024-02-10T00:15:22.756Z Compiling blowfish v0.9.1
17862024-02-10T00:15:23.222Z Compiling ctr v0.9.2
17872024-02-10T00:15:23.225Z Compiling aes v0.8.3
17882024-02-10T00:15:23.235Z Compiling password-hash v0.4.2
17892024-02-10T00:15:24.274Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17902024-02-10T00:15:25.058Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17912024-02-10T00:15:26.266Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17922024-02-10T00:15:30.171Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17932024-02-10T00:15:32.361Z Compiling libsw v3.3.1
17942024-02-10T00:15:34.089Z Compiling pbkdf2 v0.12.2
17952024-02-10T00:15:34.277Z Compiling derive-where v1.2.7
17962024-02-10T00:15:34.682Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17972024-02-10T00:15:35.231Z Compiling fxhash v0.2.1
17982024-02-10T00:15:35.463Z Compiling swrite v0.1.0
17992024-02-10T00:15:35.538Z Compiling owo-colors v4.0.0
18002024-02-10T00:15:35.608Z Compiling linear-map v1.2.0
18012024-02-10T00:15:35.908Z Compiling sled v0.34.7
18022024-02-10T00:15:36.390Z Compiling trust-dns-server v0.22.1
18032024-02-10T00:15:36.440Z Compiling bcrypt-pbkdf v0.10.0
18042024-02-10T00:15:36.707Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18052024-02-10T00:15:37.070Z Compiling pbkdf2 v0.11.0
18062024-02-10T00:15:37.476Z Compiling p256 v0.13.2
18072024-02-10T00:15:37.509Z Compiling ghash v0.5.0
18082024-02-10T00:15:37.710Z Compiling ed25519-dalek v2.0.0
18092024-02-10T00:15:38.089Z Compiling russh-cryptovec v0.7.0
18102024-02-10T00:15:38.184Z Compiling slog-envlogger v2.2.0
18112024-02-10T00:15:38.236Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18122024-02-10T00:15:38.375Z Compiling rand v0.7.3
18132024-02-10T00:15:38.899Z Compiling ciborium v0.2.2
18142024-02-10T00:15:39.123Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18152024-02-10T00:15:39.571Z Compiling dirs v5.0.1
18162024-02-10T00:15:39.791Z Compiling vsss-rs v3.3.4
18172024-02-10T00:15:40.537Z Compiling chacha20poly1305 v0.10.1
18182024-02-10T00:15:40.802Z Compiling cbc v0.1.2
18192024-02-10T00:15:41.070Z Compiling pem v3.0.2
18202024-02-10T00:15:41.420Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18212024-02-10T00:15:41.810Z Compiling headers-core v0.2.0
18222024-02-10T00:15:41.883Z Compiling kstat-rs v0.2.3
18232024-02-10T00:15:41.995Z Compiling glob v0.3.1
18242024-02-10T00:15:42.892Z Compiling md5 v0.7.0
18252024-02-10T00:15:43.096Z Compiling http-range v0.1.5
18262024-02-10T00:15:43.478Z Compiling hyper-staticfile v0.9.5
18272024-02-10T00:15:43.497Z Compiling russh-keys v0.40.1
18282024-02-10T00:15:43.815Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18292024-02-10T00:15:44.049Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18302024-02-10T00:15:44.994Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18312024-02-10T00:15:47.029Z Compiling headers v0.3.9
18322024-02-10T00:15:47.078Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18332024-02-10T00:15:47.411Z Compiling rcgen v0.12.1
18342024-02-10T00:15:47.745Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18352024-02-10T00:15:48.538Z Compiling aes-gcm v0.10.3
18362024-02-10T00:15:50.153Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18372024-02-10T00:15:51.851Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18382024-02-10T00:15:53.177Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18392024-02-10T00:15:54.820Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18402024-02-10T00:15:56.437Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18412024-02-10T00:15:57.953Z Compiling atomicwrites v0.4.3
18422024-02-10T00:15:58.222Z Compiling itertools v0.12.1
18432024-02-10T00:15:58.341Z Compiling subprocess v0.2.9
18442024-02-10T00:15:58.366Z Compiling hex-literal v0.4.1
18452024-02-10T00:15:58.529Z Compiling display-error-chain v0.2.0
18462024-02-10T00:15:58.751Z Compiling russh v0.40.2
18472024-02-10T00:16:00.602Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18482024-02-10T00:16:00.756Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18492024-02-10T00:16:05.608Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18502024-02-10T00:16:07.354Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18512024-02-10T00:16:26.966Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18522024-02-10T00:17:26.853Z Finished dev [unoptimized + debuginfo] target(s) in 5m 45s
18532024-02-10T00:17:27.134Z
18542024-02-10T00:17:27.134Zreal 5:45.601907491
18552024-02-10T00:17:27.134Zuser 29:41.009229832
18562024-02-10T00:17:27.134Zsys 5:44.192069546
18572024-02-10T00:17:27.134Ztrap 0.861036543
18582024-02-10T00:17:27.137Ztflt 5.580686268
18592024-02-10T00:17:27.137Zdflt 4.170964950
18602024-02-10T00:17:27.137Zkflt 0.049927579
18612024-02-10T00:17:27.137Zlock 55:08.732958795
18622024-02-10T00:17:27.137Zslp 1:26:46.310668586
18632024-02-10T00:17:27.137Zlat 1:42.951435748
18642024-02-10T00:17:27.137Zstop 4:21.818330029
18652024-02-10T00:17:27.137Z+ mkdir -p /work/end-to-end-tests
18662024-02-10T00:17:27.140Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18672024-02-10T00:17:28.014Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18682024-02-10T00:17:28.014Z+ ptime -m gzip
18692024-02-10T00:17:28.020Z++ basename target/debug/bootstrap
18702024-02-10T00:17:41.245Z
18712024-02-10T00:17:41.253Zreal 13.226395827
18722024-02-10T00:17:41.253Zuser 13.103144164
18732024-02-10T00:17:41.253Zsys 0.113417529
18742024-02-10T00:17:41.253Ztrap 0.003464315
18752024-02-10T00:17:41.253Ztflt 0.000000000
18762024-02-10T00:17:41.253Zdflt 0.000000000
18772024-02-10T00:17:41.253Zkflt 0.000000000
18782024-02-10T00:17:41.253Zlock 0.000000000
18792024-02-10T00:17:41.253Zslp 0.000000000
18802024-02-10T00:17:41.253Zlat 0.005982737
18812024-02-10T00:17:41.253Zstop 0.000169698
18822024-02-10T00:17:41.253Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18832024-02-10T00:17:41.253Z+ ptime -m gzip
18842024-02-10T00:17:41.253Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-814497ffe476019b
18852024-02-10T00:17:42.534Z
18862024-02-10T00:17:42.535Zreal 1.282722949
18872024-02-10T00:17:42.535Zuser 1.270788937
18882024-02-10T00:17:42.535Zsys 0.011353177
18892024-02-10T00:17:42.535Ztrap 0.000083129
18902024-02-10T00:17:42.535Ztflt 0.000000000
18912024-02-10T00:17:42.535Zdflt 0.000000000
18922024-02-10T00:17:42.538Zkflt 0.000000000
18932024-02-10T00:17:42.538Zlock 0.000000000
18942024-02-10T00:17:42.538Zslp 0.000000000
18952024-02-10T00:17:42.538Zlat 0.000099209
18962024-02-10T00:17:42.538Zstop 0.000169708
18972024-02-10T00:17:42.538Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18982024-02-10T00:17:42.539Z+ ptime -m gzip
18992024-02-10T00:17:42.539Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7c7bf8ffe79eb016
19002024-02-10T00:17:55.995Z
19012024-02-10T00:17:55.995Zreal 13.453604647
19022024-02-10T00:17:55.995Zuser 13.362554287
19032024-02-10T00:17:55.995Zsys 0.086786197
19042024-02-10T00:17:55.995Ztrap 0.001941269
19052024-02-10T00:17:55.995Ztflt 0.000000000
19062024-02-10T00:17:55.999Zdflt 0.000000000
19072024-02-10T00:17:55.999Zkflt 0.000000000
19082024-02-10T00:17:55.999Zlock 0.000000000
19092024-02-10T00:17:55.999Zslp 0.000000000
19102024-02-10T00:17:55.999Zlat 0.001939343
19112024-02-10T00:17:55.999Zstop 0.000166018
19122024-02-10T00:17:55.999Z+ banner caboose-util
19132024-02-10T00:17:55.999Z
19142024-02-10T00:17:55.999Z #### ## ##### #### #### #### ###### # # #####
19152024-02-10T00:17:55.999Z # # # # # # # # # # # # # # #
19162024-02-10T00:17:55.999Z # # # ##### # # # # #### ##### ##### # # #
19172024-02-10T00:17:55.999Z # ###### # # # # # # # # # # #
19182024-02-10T00:17:55.999Z # # # # # # # # # # # # # # # #
19192024-02-10T00:17:55.999Z #### # # ##### #### #### #### ###### #### #
19202024-02-10T00:17:55.999Z
19212024-02-10T00:17:55.999Z+ ptime -m cargo build --locked -p caboose-util --release
19222024-02-10T00:17:56.404Z Downloading crates ...
19232024-02-10T00:17:56.768Z Downloaded path-slash v0.1.5
19242024-02-10T00:17:56.778Z Downloaded env_logger v0.10.0
19252024-02-10T00:17:56.781Z Downloaded radium v0.7.0
19262024-02-10T00:17:56.782Z Downloaded tap v1.0.1
19272024-02-10T00:17:56.782Z Downloaded packed_struct_codegen v0.10.1
19282024-02-10T00:17:56.789Z Downloaded nodrop v0.1.14
19292024-02-10T00:17:56.794Z Downloaded packed_struct v0.10.1
19302024-02-10T00:17:56.796Z Downloaded smallvec v0.6.14
19312024-02-10T00:17:56.799Z Downloaded termcolor v1.2.0
19322024-02-10T00:17:56.800Z Downloaded wyz v0.5.1
19332024-02-10T00:17:56.803Z Downloaded bitfield v0.14.0
19342024-02-10T00:17:56.803Z Downloaded serde-hex v0.1.0
19352024-02-10T00:17:56.806Z Downloaded crc v3.0.1
19362024-02-10T00:17:56.806Z Downloaded funty v2.0.0
19372024-02-10T00:17:56.806Z Downloaded pkcs1 v0.7.5
19382024-02-10T00:17:56.809Z Downloaded array-init v0.0.4
19392024-02-10T00:17:56.812Z Downloaded crc-catalog v2.2.0
19402024-02-10T00:17:56.812Z Downloaded crc-any v2.4.3
19412024-02-10T00:17:56.815Z Downloaded maybe-uninit v2.0.0
19422024-02-10T00:17:56.818Z Downloaded rsa v0.9.2
19432024-02-10T00:17:56.822Z Downloaded x509-cert v0.2.4
19442024-02-10T00:17:56.828Z Downloaded ron v0.8.1
19452024-02-10T00:17:56.833Z Downloaded num-bigint-dig v0.8.4
19462024-02-10T00:17:56.838Z Downloaded bitvec v1.0.1
19472024-02-10T00:17:56.853Z Downloaded object v0.30.4
19482024-02-10T00:17:56.960Z Compiling proc-macro2 v1.0.78
19492024-02-10T00:17:56.960Z Compiling unicode-ident v1.0.12
19502024-02-10T00:17:56.966Z Compiling libc v0.2.153
19512024-02-10T00:17:56.966Z Compiling serde v1.0.196
19522024-02-10T00:17:56.966Z Compiling autocfg v1.1.0
19532024-02-10T00:17:56.966Z Compiling version_check v0.9.4
19542024-02-10T00:17:56.966Z Compiling cfg-if v1.0.0
19552024-02-10T00:17:57.092Z Compiling typenum v1.16.0
19562024-02-10T00:17:57.172Z Compiling once_cell v1.19.0
19572024-02-10T00:17:57.550Z Compiling parking_lot_core v0.9.8
19582024-02-10T00:17:57.579Z Compiling memchr v2.6.3
19592024-02-10T00:17:57.585Z Compiling syn v1.0.109
19602024-02-10T00:17:57.594Z Compiling generic-array v0.14.7
19612024-02-10T00:17:57.892Z Compiling lock_api v0.4.10
19622024-02-10T00:17:57.951Z Compiling byteorder v1.5.0
19632024-02-10T00:17:58.169Z Compiling libm v0.2.7
19642024-02-10T00:17:58.205Z Compiling num-traits v0.2.16
19652024-02-10T00:17:58.445Z Compiling quote v1.0.35
19662024-02-10T00:17:58.470Z Compiling ahash v0.8.7
19672024-02-10T00:17:58.516Z Compiling thiserror v1.0.56
19682024-02-10T00:17:58.827Z Compiling syn v2.0.48
19692024-02-10T00:17:59.000Z Compiling cc v1.0.83
19702024-02-10T00:17:59.057Z Compiling getrandom v0.2.10
19712024-02-10T00:17:59.190Z Compiling pkg-config v0.3.27
19722024-02-10T00:17:59.431Z Compiling serde_json v1.0.113
19732024-02-10T00:17:59.773Z Compiling scopeguard v1.2.0
19742024-02-10T00:18:00.181Z Compiling slab v0.4.9
19752024-02-10T00:18:00.214Z Compiling itoa v1.0.9
19762024-02-10T00:18:00.279Z Compiling log v0.4.20
19772024-02-10T00:18:00.562Z Compiling rand_core v0.6.4
19782024-02-10T00:18:00.962Z Compiling smallvec v1.13.1
19792024-02-10T00:18:01.455Z Compiling vcpkg v0.2.15
19802024-02-10T00:18:01.805Z Compiling pin-project-lite v0.2.13
19812024-02-10T00:18:01.929Z Compiling const-oid v0.9.5
19822024-02-10T00:18:02.158Z Compiling parking_lot v0.12.1
19832024-02-10T00:18:02.862Z Compiling ring v0.17.7
19842024-02-10T00:18:03.042Z Compiling ryu v1.0.15
19852024-02-10T00:18:03.158Z Compiling ucd-trie v0.1.6
19862024-02-10T00:18:03.210Z Compiling openssl-sys v0.9.96
19872024-02-10T00:18:03.684Z Compiling signal-hook-registry v1.4.1
19882024-02-10T00:18:04.107Z Compiling subtle v2.5.0
19892024-02-10T00:18:04.250Z Compiling io-lifetimes v1.0.11
19902024-02-10T00:18:04.330Z Compiling ring v0.16.20
19912024-02-10T00:18:04.437Z Compiling mio v0.8.9
19922024-02-10T00:18:04.903Z Compiling num-integer v0.1.45
19932024-02-10T00:18:05.226Z Compiling semver v1.0.21
19942024-02-10T00:18:05.337Z Compiling futures-core v0.3.30
19952024-02-10T00:18:06.039Z Compiling spin v0.5.2
19962024-02-10T00:18:06.278Z Compiling rustix v0.37.23
19972024-02-10T00:18:06.855Z Compiling socket2 v0.5.5
19982024-02-10T00:18:07.191Z Compiling num_cpus v1.16.0
19992024-02-10T00:18:07.316Z Compiling futures-sink v0.3.30
20002024-02-10T00:18:07.559Z Compiling allocator-api2 v0.2.16
20012024-02-10T00:18:07.732Z Compiling unicode-xid v0.2.4
20022024-02-10T00:18:07.743Z Compiling openssl v0.10.60
20032024-02-10T00:18:07.903Z Compiling heck v0.4.1
20042024-02-10T00:18:08.124Z Compiling httparse v1.8.0
20052024-02-10T00:18:08.153Z Compiling synstructure v0.12.6
20062024-02-10T00:18:08.466Z Compiling equivalent v1.0.1
20072024-02-10T00:18:08.606Z Compiling tinyvec_macros v0.1.1
20082024-02-10T00:18:08.693Z Compiling tinyvec v1.6.0
20092024-02-10T00:18:08.892Z Compiling futures-channel v0.3.30
20102024-02-10T00:18:09.314Z Compiling crc32fast v1.3.2
20112024-02-10T00:18:09.477Z Compiling futures-task v0.3.30
20122024-02-10T00:18:09.517Z Compiling futures-io v0.3.30
20132024-02-10T00:18:09.694Z Compiling ppv-lite86 v0.2.17
20142024-02-10T00:18:09.750Z Compiling pin-utils v0.1.0
20152024-02-10T00:18:09.768Z Compiling rustls v0.21.9
20162024-02-10T00:18:09.777Z Compiling native-tls v0.2.11
20172024-02-10T00:18:09.839Z Compiling bzip2-sys v0.1.11+1.0.8
20182024-02-10T00:18:10.126Z Compiling spin v0.9.8
20192024-02-10T00:18:10.208Z Compiling tracing-core v0.1.31
20202024-02-10T00:18:10.288Z Compiling unicode-normalization v0.1.22
20212024-02-10T00:18:10.344Z Compiling base64ct v1.6.0
20222024-02-10T00:18:10.525Z Compiling rand_chacha v0.3.1
20232024-02-10T00:18:10.568Z Compiling unicode-bidi v0.3.13
20242024-02-10T00:18:11.181Z Compiling rand v0.8.5
20252024-02-10T00:18:11.359Z Compiling pem-rfc7468 v0.7.0
20262024-02-10T00:18:11.976Z Compiling errno v0.3.8
20272024-02-10T00:18:12.179Z Compiling num-iter v0.1.43
20282024-02-10T00:18:12.236Z Compiling usdt-impl v0.3.5
20292024-02-10T00:18:12.247Z Compiling serde_derive v1.0.196
20302024-02-10T00:18:12.337Z Compiling zeroize_derive v1.4.2
20312024-02-10T00:18:12.340Z Compiling zerocopy-derive v0.7.32
20322024-02-10T00:18:12.511Z Compiling thiserror-impl v1.0.56
20332024-02-10T00:18:12.584Z Compiling tokio-macros v2.2.0
20342024-02-10T00:18:12.864Z Compiling futures-macro v0.3.30
20352024-02-10T00:18:13.143Z Compiling tracing-attributes v0.1.26
20362024-02-10T00:18:13.325Z Compiling der_derive v0.7.2
20372024-02-10T00:18:13.871Z Compiling zeroize v1.7.0
20382024-02-10T00:18:14.420Z Compiling zerocopy v0.7.32
20392024-02-10T00:18:15.572Z Compiling pest v2.7.6
20402024-02-10T00:18:15.774Z Compiling crypto-common v0.1.6
20412024-02-10T00:18:15.851Z Compiling block-buffer v0.10.4
20422024-02-10T00:18:16.081Z Compiling digest v0.10.7
20432024-02-10T00:18:16.113Z Compiling zerocopy-derive v0.2.0
20442024-02-10T00:18:16.552Z Compiling hashbrown v0.14.2
20452024-02-10T00:18:16.592Z Compiling openssl-macros v0.1.1
20462024-02-10T00:18:16.750Z Compiling futures-util v0.3.30
20472024-02-10T00:18:17.314Z Compiling tracing v0.1.37
20482024-02-10T00:18:17.370Z Compiling scroll_derive v0.12.0
20492024-02-10T00:18:17.795Z Compiling pest_meta v2.7.6
20502024-02-10T00:18:17.935Z Compiling zerocopy-derive v0.6.4
20512024-02-10T00:18:17.949Z Compiling schemars v0.8.16
20522024-02-10T00:18:18.303Z Compiling signal-hook v0.3.17
20532024-02-10T00:18:18.419Z Compiling rustix v0.38.31
20542024-02-10T00:18:18.924Z Compiling flagset v0.4.3
20552024-02-10T00:18:19.059Z Compiling pest_generator v2.7.6
20562024-02-10T00:18:19.161Z Compiling der v0.7.8
20572024-02-10T00:18:20.956Z Compiling serde_derive_internals v0.26.0
20582024-02-10T00:18:21.982Z Compiling pest_derive v2.7.6
20592024-02-10T00:18:23.404Z Compiling fnv v1.0.7
20602024-02-10T00:18:23.539Z Compiling bitflags v1.3.2
20612024-02-10T00:18:23.638Z Compiling schemars_derive v0.8.16
20622024-02-10T00:18:25.088Z Compiling spki v0.7.2
20632024-02-10T00:18:25.943Z Compiling zerocopy v0.3.0
20642024-02-10T00:18:26.408Z Compiling lazy_static v1.4.0
20652024-02-10T00:18:26.521Z Compiling bytes v1.5.0
20662024-02-10T00:18:26.773Z Compiling indexmap v2.2.2
20672024-02-10T00:18:27.318Z Compiling bitflags v2.4.0
20682024-02-10T00:18:27.452Z Compiling tokio v1.36.0
20692024-02-10T00:18:27.500Z Compiling rustc_version v0.4.0
20702024-02-10T00:18:28.116Z Compiling heapless v0.7.16
20712024-02-10T00:18:28.531Z Compiling http v0.2.11
20722024-02-10T00:18:28.682Z Compiling uuid v1.7.0
20732024-02-10T00:18:29.558Z Compiling backtrace v0.3.69
20742024-02-10T00:18:29.734Z Compiling thread-id v4.2.0
20752024-02-10T00:18:29.842Z Compiling memoffset v0.9.0
20762024-02-10T00:18:29.967Z Compiling num-bigint v0.4.4
20772024-02-10T00:18:30.164Z Compiling iana-time-zone v0.1.57
20782024-02-10T00:18:30.464Z Compiling smoltcp v0.9.1
20792024-02-10T00:18:30.548Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20802024-02-10T00:18:30.932Z Compiling foreign-types-shared v0.1.1
20812024-02-10T00:18:31.046Z Compiling async-trait v0.1.77
20822024-02-10T00:18:31.114Z Compiling percent-encoding v2.3.1
20832024-02-10T00:18:31.146Z Compiling base64 v0.21.7
20842024-02-10T00:18:31.285Z Compiling crossbeam-utils v0.8.16
20852024-02-10T00:18:31.490Z Compiling untrusted v0.9.0
20862024-02-10T00:18:31.656Z Compiling untrusted v0.7.1
20872024-02-10T00:18:32.436Z Compiling foreign-types v0.3.2
20882024-02-10T00:18:32.532Z Compiling chrono v0.4.31
20892024-02-10T00:18:34.080Z Compiling dof v0.1.5
20902024-02-10T00:18:34.900Z Compiling dtrace-parser v0.1.14
20912024-02-10T00:18:34.981Z Compiling hmac v0.12.1
20922024-02-10T00:18:35.216Z Compiling clap_derive v4.4.2
20932024-02-10T00:18:35.435Z Compiling tokio-util v0.7.10
20942024-02-10T00:18:36.765Z Compiling time-core v0.1.1
20952024-02-10T00:18:36.775Z Compiling utf8parse v0.2.1
20962024-02-10T00:18:36.814Z Compiling rustversion v1.0.14
20972024-02-10T00:18:37.163Z Compiling try-lock v0.2.4
20982024-02-10T00:18:37.185Z Compiling anstyle v1.0.2
20992024-02-10T00:18:37.416Z Compiling adler v1.0.2
21002024-02-10T00:18:37.442Z Compiling siphasher v0.3.11
21012024-02-10T00:18:37.632Z Compiling cpufeatures v0.2.12
21022024-02-10T00:18:37.653Z Compiling miniz_oxide v0.7.1
21032024-02-10T00:18:37.731Z Compiling sha2 v0.10.8
21042024-02-10T00:18:37.855Z Compiling want v0.3.1
21052024-02-10T00:18:39.996Z Compiling time-macros v0.2.13
21062024-02-10T00:18:40.030Z Compiling anstyle-parse v0.2.1
21072024-02-10T00:18:41.304Z Compiling h2 v0.3.24
21082024-02-10T00:18:43.257Z Compiling rustls-webpki v0.101.7
21092024-02-10T00:18:43.855Z Compiling sct v0.7.0
21102024-02-10T00:18:44.154Z Compiling form_urlencoded v1.2.1
21112024-02-10T00:18:44.244Z Compiling http-body v0.4.5
21122024-02-10T00:18:44.603Z Compiling serde_tokenstream v0.1.7
21132024-02-10T00:18:44.673Z Compiling pkcs8 v0.10.2
21142024-02-10T00:18:45.070Z Compiling hubpack_derive v0.1.1
21152024-02-10T00:18:45.981Z Compiling socket2 v0.4.9
21162024-02-10T00:18:45.995Z Compiling crossbeam-epoch v0.9.15
21172024-02-10T00:18:46.444Z Compiling usdt-impl v0.5.0
21182024-02-10T00:18:46.753Z Compiling colorchoice v1.0.0
21192024-02-10T00:18:46.797Z Compiling openssl-probe v0.1.5
21202024-02-10T00:18:47.075Z Compiling radium v0.7.0
21212024-02-10T00:18:47.511Z Compiling httpdate v1.0.3
21222024-02-10T00:18:47.530Z Compiling anyhow v1.0.75
21232024-02-10T00:18:47.572Z Compiling tower-service v0.3.2
21242024-02-10T00:18:47.910Z Compiling slog v2.7.0
21252024-02-10T00:18:48.026Z Compiling anstyle-query v1.0.0
21262024-02-10T00:18:48.372Z Compiling anstream v0.5.0
21272024-02-10T00:18:48.699Z Compiling hyper v0.14.27
21282024-02-10T00:18:56.186Z Compiling terminal_size v0.2.6
21292024-02-10T00:18:56.744Z Compiling serde_spanned v0.6.5
21302024-02-10T00:18:56.940Z Compiling toml_datetime v0.6.5
21312024-02-10T00:18:57.168Z Compiling zerocopy v0.6.4
21322024-02-10T00:18:57.488Z Compiling scroll v0.12.0
21332024-02-10T00:18:57.591Z Compiling md-5 v0.10.5
21342024-02-10T00:18:57.973Z Compiling idna v0.5.0
21352024-02-10T00:18:58.052Z Compiling stringprep v0.1.3
21362024-02-10T00:18:58.302Z Compiling diesel_table_macro_syntax v0.1.0
21372024-02-10T00:18:58.548Z Compiling aho-corasick v1.0.4
21382024-02-10T00:18:58.567Z Compiling hash32 v0.2.1
21392024-02-10T00:18:58.679Z Compiling strsim v0.10.0
21402024-02-10T00:18:58.706Z Compiling dyn-clone v1.0.16
21412024-02-10T00:18:58.912Z Compiling tap v1.0.1
21422024-02-10T00:18:58.940Z Compiling winnow v0.5.15
21432024-02-10T00:18:59.058Z Compiling maybe-uninit v2.0.0
21442024-02-10T00:18:59.107Z Compiling plain v0.2.3
21452024-02-10T00:18:59.253Z Compiling gimli v0.28.0
21462024-02-10T00:18:59.267Z Compiling clap_lex v0.5.1
21472024-02-10T00:18:59.408Z Compiling fallible-iterator v0.2.0
21482024-02-10T00:18:59.644Z Compiling regex-syntax v0.8.2
21492024-02-10T00:19:00.174Z Compiling stable_deref_trait v1.2.0
21502024-02-10T00:19:00.526Z Compiling postgres-protocol v0.6.6
21512024-02-10T00:19:01.353Z Compiling clap_builder v4.4.2
21522024-02-10T00:19:01.404Z Compiling goblin v0.8.0
21532024-02-10T00:19:01.544Z Compiling wyz v0.5.1
21542024-02-10T00:19:02.058Z Compiling url v2.5.0
21552024-02-10T00:19:02.643Z Compiling diesel_derives v2.1.2
21562024-02-10T00:19:03.742Z Compiling addr2line v0.21.0
21572024-02-10T00:19:03.949Z Compiling regex-automata v0.4.4
21582024-02-10T00:19:05.421Z Compiling tokio-rustls v0.24.1
21592024-02-10T00:19:05.853Z Compiling strum_macros v0.25.2
21602024-02-10T00:19:09.676Z Compiling tokio-native-tls v0.3.1
21612024-02-10T00:19:10.556Z Compiling usdt-attr-macro v0.3.5
21622024-02-10T00:19:10.606Z Compiling usdt-macro v0.3.5
21632024-02-10T00:19:11.945Z Compiling phf_shared v0.11.2
21642024-02-10T00:19:12.642Z Compiling block-padding v0.3.3
21652024-02-10T00:19:13.090Z Compiling enum-as-inner v0.5.1
21662024-02-10T00:19:13.098Z Compiling serde_repr v0.1.16
21672024-02-10T00:19:13.169Z Compiling ff v0.13.0
21682024-02-10T00:19:13.401Z Compiling scheduled-thread-pool v0.2.7
21692024-02-10T00:19:13.797Z Compiling object v0.32.1
21702024-02-10T00:19:13.883Z Compiling ipnet v2.9.0
21712024-02-10T00:19:14.979Z Compiling packed_struct v0.10.1
21722024-02-10T00:19:15.474Z Compiling funty v2.0.0
21732024-02-10T00:19:15.983Z Compiling rustc-demangle v0.1.23
21742024-02-10T00:19:16.879Z Compiling regex-automata v0.1.10
21752024-02-10T00:19:17.211Z Compiling base16ct v0.2.0
21762024-02-10T00:19:17.382Z Compiling bit-vec v0.6.3
21772024-02-10T00:19:17.942Z Compiling num-bigint-dig v0.8.4
21782024-02-10T00:19:18.080Z Compiling deranged v0.3.8
21792024-02-10T00:19:18.402Z Compiling managed v0.8.0
21802024-02-10T00:19:18.710Z Compiling num_threads v0.1.6
21812024-02-10T00:19:18.868Z Compiling matches v0.1.10
21822024-02-10T00:19:19.616Z Compiling pretty-hex v0.4.1
21832024-02-10T00:19:19.831Z Compiling dof v0.3.0
21842024-02-10T00:19:19.992Z Compiling time v0.3.27
21852024-02-10T00:19:21.923Z Compiling idna v0.2.3
21862024-02-10T00:19:23.667Z Compiling sec1 v0.7.3
21872024-02-10T00:19:23.992Z Compiling bstr v0.2.17
21882024-02-10T00:19:24.256Z Compiling bitvec v1.0.1
21892024-02-10T00:19:25.467Z Compiling r2d2 v0.8.10
21902024-02-10T00:19:25.590Z Compiling group v0.13.0
21912024-02-10T00:19:25.881Z Compiling inout v0.1.3
21922024-02-10T00:19:26.120Z Compiling phf v0.11.2
21932024-02-10T00:19:27.441Z Compiling hyper-tls v0.5.0
21942024-02-10T00:19:27.722Z Compiling regex v1.10.3
21952024-02-10T00:19:27.802Z Compiling hyper-rustls v0.24.2
21962024-02-10T00:19:28.190Z Compiling clap v4.4.3
21972024-02-10T00:19:28.299Z Compiling signal-hook-mio v0.2.3
21982024-02-10T00:19:28.457Z Compiling flate2 v1.0.28
21992024-02-10T00:19:28.759Z Compiling ipnetwork v0.20.0
22002024-02-10T00:19:28.977Z Compiling bzip2 v0.4.4
22012024-02-10T00:19:29.355Z Compiling toml_edit v0.19.15
22022024-02-10T00:19:29.514Z Compiling postgres-types v0.2.6
22032024-02-10T00:19:29.743Z Compiling hubpack v0.1.2
22042024-02-10T00:19:29.870Z Compiling serde_urlencoded v0.7.1
22052024-02-10T00:19:30.133Z Compiling phf_shared v0.10.0
22062024-02-10T00:19:30.186Z Compiling rustls-pemfile v1.0.3
22072024-02-10T00:19:30.400Z Compiling hkdf v0.12.4
22082024-02-10T00:19:30.625Z Compiling dtrace-parser v0.2.0
22092024-02-10T00:19:30.949Z Compiling futures-executor v0.3.30
22102024-02-10T00:19:33.322Z Compiling crypto-bigint v0.5.2
22112024-02-10T00:19:33.561Z Compiling packed_struct_codegen v0.10.1
22122024-02-10T00:19:33.962Z Compiling float-cmp v0.9.0
22132024-02-10T00:19:34.756Z Compiling indexmap v1.9.3
22142024-02-10T00:19:34.766Z Compiling encoding_rs v0.8.33
22152024-02-10T00:19:35.086Z Compiling static_assertions v1.1.0
22162024-02-10T00:19:35.548Z Compiling minimal-lexical v0.2.1
22172024-02-10T00:19:36.048Z Compiling whoami v1.4.1
22182024-02-10T00:19:36.357Z Compiling unicode-width v0.1.11
22192024-02-10T00:19:36.369Z Compiling either v1.9.0
22202024-02-10T00:19:36.525Z Compiling predicates-core v1.0.6
22212024-02-10T00:19:36.602Z Compiling mime v0.3.17
22222024-02-10T00:19:36.715Z Compiling data-encoding v2.4.0
22232024-02-10T00:19:36.846Z Compiling normalize-line-endings v0.3.0
22242024-02-10T00:19:36.976Z Compiling new_debug_unreachable v1.0.4
22252024-02-10T00:19:37.070Z Compiling nodrop v0.1.14
22262024-02-10T00:19:37.379Z Compiling difflib v0.4.0
22272024-02-10T00:19:38.695Z Compiling crc-catalog v2.2.0
22282024-02-10T00:19:38.708Z Compiling fixedbitset v0.4.2
22292024-02-10T00:19:38.836Z Compiling unicode-segmentation v1.10.1
22302024-02-10T00:19:39.127Z Compiling precomputed-hash v0.1.1
22312024-02-10T00:19:39.242Z Compiling regex-automata v0.3.8
22322024-02-10T00:19:39.330Z Compiling webpki-roots v0.25.2
22332024-02-10T00:19:39.486Z Compiling reqwest v0.11.22
22342024-02-10T00:19:39.668Z Compiling similar v2.3.0
22352024-02-10T00:19:41.652Z Compiling bstr v1.6.0
22362024-02-10T00:19:42.818Z Compiling string_cache v0.8.7
22372024-02-10T00:19:43.247Z Compiling petgraph v0.6.4
22382024-02-10T00:19:43.597Z Compiling crc v3.0.1
22392024-02-10T00:19:46.357Z Compiling predicates v3.1.0
22402024-02-10T00:19:47.628Z Compiling trust-dns-proto v0.22.0
22412024-02-10T00:19:49.265Z Compiling array-init v0.0.4
22422024-02-10T00:19:50.640Z Compiling itertools v0.10.5
22432024-02-10T00:19:52.171Z Compiling console v0.15.8
22442024-02-10T00:19:53.604Z Compiling tokio-postgres v0.7.10
22452024-02-10T00:19:55.573Z Compiling nom v7.1.3
22462024-02-10T00:19:55.682Z Compiling elliptic-curve v0.13.8
22472024-02-10T00:19:56.130Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22482024-02-10T00:19:58.635Z Compiling toml v0.7.8
22492024-02-10T00:20:01.120Z Compiling futures v0.3.30
22502024-02-10T00:20:02.307Z Compiling smallvec v0.6.14
22512024-02-10T00:20:02.394Z Compiling zip v0.6.6
22522024-02-10T00:20:02.487Z Compiling diesel v2.1.4
22532024-02-10T00:20:02.671Z Compiling yasna v0.5.2
22542024-02-10T00:20:02.770Z Compiling crossterm v0.27.0
22552024-02-10T00:20:03.806Z Compiling cipher v0.4.4
22562024-02-10T00:20:05.628Z Compiling bit-set v0.5.3
22572024-02-10T00:20:05.933Z Compiling usdt v0.3.5
22582024-02-10T00:20:06.204Z Compiling is-terminal v0.4.9
22592024-02-10T00:20:06.339Z Compiling toml_edit v0.21.1
22602024-02-10T00:20:13.463Z Compiling pkcs1 v0.7.5
22612024-02-10T00:20:13.487Z Compiling tokio-stream v0.1.14
22622024-02-10T00:20:14.648Z Compiling openapiv3 v2.0.0
22632024-02-10T00:20:14.703Z Compiling hex v0.4.3
22642024-02-10T00:20:16.147Z Compiling hashbrown v0.13.2
22652024-02-10T00:20:17.276Z Compiling signature v2.1.0
22662024-02-10T00:20:18.509Z Compiling hashbrown v0.12.3
22672024-02-10T00:20:19.843Z Compiling lalrpop-util v0.19.12
22682024-02-10T00:20:20.026Z Compiling termcolor v1.2.0
22692024-02-10T00:20:21.409Z Compiling bitfield v0.14.0
22702024-02-10T00:20:26.915Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22712024-02-10T00:20:27.267Z Compiling env_logger v0.10.0
22722024-02-10T00:20:33.202Z Compiling rsa v0.9.2
22732024-02-10T00:20:40.480Z Compiling serde-hex v0.1.0
22742024-02-10T00:20:46.039Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22752024-02-10T00:20:46.328Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22762024-02-10T00:20:47.114Z Compiling ron v0.8.1
22772024-02-10T00:20:47.863Z Compiling x509-cert v0.2.4
22782024-02-10T00:20:52.371Z Compiling crc-any v2.4.3
22792024-02-10T00:21:08.609Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22802024-02-10T00:21:24.764Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22812024-02-10T00:21:24.764Z Compiling object v0.30.4
22822024-02-10T00:21:28.142Z Compiling path-slash v0.1.5
22832024-02-10T00:21:28.380Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22842024-02-10T00:21:54.298Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22852024-02-10T00:21:55.079Z Finished release [optimized] target(s) in 3m 59s
22862024-02-10T00:21:55.155Z
22872024-02-10T00:21:55.155Zreal 3:59.118069489
22882024-02-10T00:21:55.155Zuser 26:44.319809762
22892024-02-10T00:21:55.155Zsys 3:04.223935997
22902024-02-10T00:21:55.155Ztrap 0.836402700
22912024-02-10T00:21:55.155Ztflt 1.679717618
22922024-02-10T00:21:55.158Zdflt 0.596203436
22932024-02-10T00:21:55.158Zkflt 0.011238906
22942024-02-10T00:21:55.159Zlock 1:00:06.449561010
22952024-02-10T00:21:55.159Zslp 1:18:39.408576897
22962024-02-10T00:21:55.159Zlat 1:28.992614643
22972024-02-10T00:21:55.159Zstop 1:18.834048838
22982024-02-10T00:21:55.159Z+ ptime -m gzip
22992024-02-10T00:21:55.626Z
23002024-02-10T00:21:55.630Zreal 0.467389145
23012024-02-10T00:21:55.630Zuser 0.460759182
23022024-02-10T00:21:55.630Zsys 0.004987152
23032024-02-10T00:21:55.630Ztrap 0.000367100
23042024-02-10T00:21:55.630Ztflt 0.000000000
23052024-02-10T00:21:55.630Zdflt 0.000000000
23062024-02-10T00:21:55.630Zkflt 0.000000000
23072024-02-10T00:21:55.630Zlock 0.000000000
23082024-02-10T00:21:55.631Zslp 0.000000000
23092024-02-10T00:21:55.631Zlat 0.000884773
23102024-02-10T00:21:55.631Zstop 0.000178788
23112024-02-10T00:21:55.631Z+ banner tufaceous
23122024-02-10T00:21:55.631Z
23132024-02-10T00:21:55.631Z ##### # # ###### ## #### ###### #### # # ####
23142024-02-10T00:21:55.631Z # # # # # # # # # # # # # #
23152024-02-10T00:21:55.631Z # # # ##### # # # ##### # # # # ####
23162024-02-10T00:21:55.631Z # # # # ###### # # # # # # #
23172024-02-10T00:21:55.631Z # # # # # # # # # # # # # # #
23182024-02-10T00:21:55.631Z # #### # # # #### ###### #### #### ####
23192024-02-10T00:21:55.631Z
23202024-02-10T00:21:55.631Z+ ptime -m cargo build --locked -p tufaceous --release
23212024-02-10T00:21:56.054Z Downloading crates ...
23222024-02-10T00:21:56.310Z Downloaded humantime v2.1.0
23232024-02-10T00:21:56.313Z Downloaded doc-comment v0.3.3
23242024-02-10T00:21:56.316Z Downloaded snafu-derive v0.7.5
23252024-02-10T00:21:56.319Z Downloaded parse-size v1.0.0
23262024-02-10T00:21:56.326Z Downloaded serde_plain v1.0.2
23272024-02-10T00:21:56.330Z Downloaded buf-list v1.0.3
23282024-02-10T00:21:56.333Z Downloaded async-recursion v1.0.5
23292024-02-10T00:21:56.336Z Downloaded globset v0.4.13
23302024-02-10T00:21:56.336Z Downloaded pin-project-internal v1.1.3
23312024-02-10T00:21:56.339Z Downloaded fs-err v2.11.0
23322024-02-10T00:21:56.339Z Downloaded olpc-cjson v0.1.3
23332024-02-10T00:21:56.342Z Downloaded snafu v0.7.5
23342024-02-10T00:21:56.345Z Downloaded pin-project v1.1.3
23352024-02-10T00:21:56.356Z Downloaded tough v0.16.0
23362024-02-10T00:21:56.367Z Downloaded typed-path v0.7.0
23372024-02-10T00:21:56.469Z Compiling serde_tokenstream v0.2.0
23382024-02-10T00:21:56.533Z Compiling regress v0.7.1
23392024-02-10T00:21:56.545Z Compiling dirs-sys-next v0.1.2
23402024-02-10T00:21:56.548Z Compiling ident_case v1.0.1
23412024-02-10T00:21:56.548Z Compiling rustls-pki-types v1.1.0
23422024-02-10T00:21:56.577Z Compiling thread_local v1.1.7
23432024-02-10T00:21:56.580Z Compiling slog-async v2.8.0
23442024-02-10T00:21:56.710Z Compiling dirs-next v2.0.0
23452024-02-10T00:21:56.964Z Compiling darling_core v0.20.3
23462024-02-10T00:21:57.009Z Compiling heck v0.4.1
23472024-02-10T00:21:57.055Z Compiling rustls v0.22.2
23482024-02-10T00:21:57.351Z Compiling camino v1.1.6
23492024-02-10T00:21:57.437Z Compiling rustls-webpki v0.102.1
23502024-02-10T00:21:57.667Z Compiling term v0.7.0
23512024-02-10T00:21:57.895Z Compiling crossbeam-channel v0.5.8
23522024-02-10T00:21:57.990Z Compiling getopts v0.2.21
23532024-02-10T00:21:58.276Z Compiling structmeta-derive v0.3.0
23542024-02-10T00:21:58.884Z Compiling atty v0.2.14
23552024-02-10T00:21:59.036Z Compiling multer v3.0.0
23562024-02-10T00:21:59.361Z Compiling unsafe-libyaml v0.2.10
23572024-02-10T00:21:59.689Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23582024-02-10T00:22:01.211Z Compiling paste v1.0.14
23592024-02-10T00:22:01.294Z Compiling match_cfg v0.1.0
23602024-02-10T00:22:01.395Z Compiling doc-comment v0.3.3
23612024-02-10T00:22:01.696Z Compiling take_mut v0.2.2
23622024-02-10T00:22:02.129Z Compiling hostname v0.3.1
23632024-02-10T00:22:02.347Z Compiling structmeta v0.3.0
23642024-02-10T00:22:02.379Z Compiling serde_yaml v0.9.25
23652024-02-10T00:22:02.487Z Compiling darling_macro v0.20.3
23662024-02-10T00:22:02.685Z Compiling slog-term v2.9.0
23672024-02-10T00:22:03.464Z Compiling darling v0.20.3
23682024-02-10T00:22:05.517Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23692024-02-10T00:22:05.537Z Compiling slog-json v2.6.1
23702024-02-10T00:22:05.725Z Compiling http v1.0.0
23712024-02-10T00:22:06.063Z Compiling pin-project-internal v1.1.3
23722024-02-10T00:22:06.338Z Compiling async-stream-impl v0.3.5
23732024-02-10T00:22:07.471Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23742024-02-10T00:22:07.661Z Compiling fastrand v2.0.1
23752024-02-10T00:22:07.763Z Compiling atomic-waker v1.1.1
23762024-02-10T00:22:07.891Z Compiling waitgroup v0.1.2
23772024-02-10T00:22:07.953Z Compiling async-stream v0.3.5
23782024-02-10T00:22:08.135Z Compiling tempfile v3.10.0
23792024-02-10T00:22:08.272Z Compiling tokio-rustls v0.25.0
23802024-02-10T00:22:08.736Z Compiling slog-bunyan v2.5.0
23812024-02-10T00:22:08.926Z Compiling pin-project v1.1.3
23822024-02-10T00:22:09.060Z Compiling serde_with_macros v3.6.0
23832024-02-10T00:22:09.102Z Compiling parse-display-derive v0.9.0
23842024-02-10T00:22:11.047Z Compiling toml v0.8.9
23852024-02-10T00:22:11.302Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23862024-02-10T00:22:11.629Z Compiling rustls-pemfile v2.0.0
23872024-02-10T00:22:11.784Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23882024-02-10T00:22:12.012Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23892024-02-10T00:22:12.362Z Compiling sha1 v0.10.6
23902024-02-10T00:22:13.225Z Compiling snafu-derive v0.7.5
23912024-02-10T00:22:13.260Z Compiling serde_path_to_error v0.1.15
23922024-02-10T00:22:13.346Z Compiling fs-err v2.11.0
23932024-02-10T00:22:13.573Z Compiling instant v0.1.12
23942024-02-10T00:22:14.076Z Compiling same-file v1.0.6
23952024-02-10T00:22:14.079Z Compiling debug-ignore v1.0.5
23962024-02-10T00:22:14.080Z Compiling buf-list v1.0.3
23972024-02-10T00:22:14.080Z Compiling arc-swap v1.6.0
23982024-02-10T00:22:14.516Z Compiling slog-scope v4.4.0
23992024-02-10T00:22:14.745Z Compiling walkdir v2.4.0
24002024-02-10T00:22:15.632Z Compiling backoff v0.4.0
24012024-02-10T00:22:16.042Z Compiling parse-display v0.9.0
24022024-02-10T00:22:16.376Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
24032024-02-10T00:22:16.521Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24042024-02-10T00:22:16.837Z Compiling serde_with v3.6.0
24052024-02-10T00:22:17.982Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24062024-02-10T00:22:18.437Z Compiling snafu v0.7.5
24072024-02-10T00:22:18.720Z Compiling globset v0.4.13
24082024-02-10T00:22:19.939Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24092024-02-10T00:22:20.116Z Compiling strum v0.25.0
24102024-02-10T00:22:20.331Z Compiling pem v3.0.2
24112024-02-10T00:22:21.800Z Compiling olpc-cjson v0.1.3
24122024-02-10T00:22:22.015Z Compiling serde_plain v1.0.2
24132024-02-10T00:22:22.387Z Compiling macaddr v1.0.1
24142024-02-10T00:22:22.567Z Compiling async-recursion v1.0.5
24152024-02-10T00:22:23.127Z Compiling xattr v1.0.1
24162024-02-10T00:22:23.394Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24172024-02-10T00:22:23.459Z Compiling filetime v0.2.23
24182024-02-10T00:22:23.573Z Compiling typed-path v0.7.0
24192024-02-10T00:22:23.818Z Compiling tar v0.4.40
24202024-02-10T00:22:27.788Z Compiling tough v0.16.0
24212024-02-10T00:22:30.695Z Compiling slog-stdlog v4.1.1
24222024-02-10T00:22:31.657Z Compiling camino-tempfile v1.1.1
24232024-02-10T00:22:32.036Z Compiling itertools v0.12.1
24242024-02-10T00:22:32.486Z Compiling parse-size v1.0.0
24252024-02-10T00:22:32.819Z Compiling slog-envlogger v2.2.0
24262024-02-10T00:22:35.614Z Compiling humantime v2.1.0
24272024-02-10T00:22:39.181Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24282024-02-10T00:22:39.400Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24292024-02-10T00:22:49.423Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24302024-02-10T00:22:51.251Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24312024-02-10T00:23:11.174Z Finished release [optimized] target(s) in 1m 15s
24322024-02-10T00:23:11.247Z
24332024-02-10T00:23:11.247Zreal 1:15.592758795
24342024-02-10T00:23:11.247Zuser 8:22.804208629
24352024-02-10T00:23:11.247Zsys 37.461165604
24362024-02-10T00:23:11.247Ztrap 0.224530247
24372024-02-10T00:23:11.247Ztflt 0.334650867
24382024-02-10T00:23:11.247Zdflt 0.240054514
24392024-02-10T00:23:11.247Zkflt 0.000016969
24402024-02-10T00:23:11.247Zlock 16:46.218588304
24412024-02-10T00:23:11.251Zslp 18:52.160366687
24422024-02-10T00:23:11.251Zlat 19.125003492
24432024-02-10T00:23:11.251Zstop 13.287739252
24442024-02-10T00:23:11.251Z+ ptime -m gzip
24452024-02-10T00:23:12.994Z
24462024-02-10T00:23:12.997Zreal 1.742844293
24472024-02-10T00:23:12.997Zuser 1.724566682
24482024-02-10T00:23:12.997Zsys 0.017644215
24492024-02-10T00:23:12.997Ztrap 0.000144029
24502024-02-10T00:23:12.997Ztflt 0.000000000
24512024-02-10T00:23:12.997Zdflt 0.000000000
24522024-02-10T00:23:12.998Zkflt 0.000000000
24532024-02-10T00:23:12.998Zlock 0.000000000
24542024-02-10T00:23:12.998Zslp 0.000000000
24552024-02-10T00:23:12.998Zlat 0.000087139
24562024-02-10T00:23:12.998Zstop 0.000180968
24572024-02-10T00:23:12.998Zprocess exited: duration 826407 ms, exit code 0
 
24582024-02-10T00:23:13.014Zfound 5 output files
24592024-02-10T00:23:13.014Zuploading: /work/end-to-end-tests/bootstrap-814497ffe476019b.gz (10676850 bytes)
24602024-02-10T00:23:18.351Zuploaded: /work/end-to-end-tests/bootstrap-814497ffe476019b.gz
24612024-02-10T00:23:18.358Zuploading: /work/end-to-end-tests/bootstrap.gz (108972284 bytes)
24622024-02-10T00:23:50.594Zuploaded: /work/end-to-end-tests/bootstrap.gz
24632024-02-10T00:23:50.595Zuploading: /work/end-to-end-tests/end_to_end_tests-7c7bf8ffe79eb016.gz (112180701 bytes)
24642024-02-10T00:24:22.588Zuploaded: /work/end-to-end-tests/end_to_end_tests-7c7bf8ffe79eb016.gz
24652024-02-10T00:24:22.588Zuploading: /work/caboose-util.gz (4102787 bytes)
24662024-02-10T00:24:24.980Zuploaded: /work/caboose-util.gz
24672024-02-10T00:24:24.981Zuploading: /work/tufaceous.gz (15851134 bytes)
24682024-02-10T00:24:29.308Zuploaded: /work/tufaceous.gz