01HNKKEMKSWDYR3262NTY3YDH8: 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: 01HNKKFG6HW2HE5BHECX84PJR5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-02T01:15:19.297Zjob assigned to worker 01HNKP1J9BC4C3BR99NGYZKNTS (queued for 46 m 35 s)
 
22024-02-02T01:15:20.227Zstarting task 0: "setup"
32024-02-02T01:15:20.240Z++ uname -s
42024-02-02T01:15:20.243Z+ kern=SunOS
52024-02-02T01:15:20.243Z+ case "$kern" in
62024-02-02T01:15:20.243Z+ groupadd -g 12345 build
72024-02-02T01:15:20.246Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-02T01:15:22.372Z+ zfs create -o mountpoint=/work rpool/work
92024-02-02T01:15:22.498Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-02T01:15:22.502Z+ home_fs=zfs
112024-02-02T01:15:22.502Z+ [[ zfs == autofs ]]
122024-02-02T01:15:22.502Z+ mkdir -p /home/build
132024-02-02T01:15:22.510Z+ chown build:build /home/build /work
142024-02-02T01:15:24.511Z+ chmod 0700 /home/build /work
152024-02-02T01:15:24.521Zprocess exited: duration 4283 ms, exit code 0
 
162024-02-02T01:15:24.552Zstarting task 1: "rust-toolchain"
172024-02-02T01:15:24.562Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-02T01:15:24.563Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-02T01:15:24.798Zinfo: downloading installer
202024-02-02T01:15:26.432Zwarning: it looks like you have an existing installation of Rust at:
212024-02-02T01:15:26.432Zwarning: /opt/ooce/bin
222024-02-02T01:15:26.432Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-02T01:15:26.433Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-02T01:15:26.433Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-02T01:15:26.433Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-02T01:15:26.433Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-02T01:15:26.433Zerror: cannot install while Rust is installed
282024-02-02T01:15:26.434Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-02T01:15:26.803Zinfo: profile set to 'default'
302024-02-02T01:15:26.804Zinfo: default host triple is x86_64-unknown-illumos
312024-02-02T01:15:27.228Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-02T01:15:27.243Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-02T01:15:27.243Zinfo: downloading component 'cargo'
342024-02-02T01:15:27.566Zinfo: downloading component 'clippy'
352024-02-02T01:15:27.779Zinfo: downloading component 'rust-docs'
362024-02-02T01:15:28.629Zinfo: downloading component 'rust-std'
372024-02-02T01:15:29.955Zinfo: downloading component 'rustc'
382024-02-02T01:15:33.350Zinfo: downloading component 'rustfmt'
392024-02-02T01:15:33.493Zinfo: installing component 'cargo'
402024-02-02T01:15:35.356Zinfo: installing component 'clippy'
412024-02-02T01:15:36.271Zinfo: installing component 'rust-docs'
422024-02-02T01:15:39.154Zinfo: installing component 'rust-std'
432024-02-02T01:15:43.283Zinfo: installing component 'rustc'
442024-02-02T01:15:51.325Zinfo: installing component 'rustfmt'
452024-02-02T01:15:51.775Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-02T01:15:51.775Z
472024-02-02T01:15:51.937Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-02T01:15:51.937Z
492024-02-02T01:15:51.937Z
502024-02-02T01:15:51.937ZRust is installed now. Great!
512024-02-02T01:15:51.937Z
522024-02-02T01:15:51.938ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-02T01:15:51.938Zenvironment variable. This has not been done automatically.
542024-02-02T01:15:51.938Z
552024-02-02T01:15:51.939ZTo configure your current shell, run:
562024-02-02T01:15:51.939Zsource "$HOME/.cargo/env"
572024-02-02T01:15:52.017Z+ rustc --version
582024-02-02T01:15:52.137Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-02T01:15:52.147Zprocess exited: duration 27595 ms, exit code 0
 
602024-02-02T01:15:52.177Zstarting task 2: "authentication"
612024-02-02T01:15:52.353Zprocess exited: duration 173 ms, exit code 0
 
622024-02-02T01:15:52.381Zstarting task 3: "clone repository"
632024-02-02T01:15:52.396Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-02T01:15:52.396Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-02T01:15:53.037ZCloning into '/work/oxidecomputer/omicron'...
662024-02-02T01:15:59.919Z+ cd /work/oxidecomputer/omicron
672024-02-02T01:15:59.920Z+ git fetch origin 52199bbd0e3d33423773cb9458a703f9fe3b51aa
682024-02-02T01:16:00.281ZFrom https://github.com/oxidecomputer/omicron
692024-02-02T01:16:00.282Z * branch 52199bbd0e3d33423773cb9458a703f9fe3b51aa -> FETCH_HEAD
702024-02-02T01:16:00.292Z+ [[ -n package-cache ]]
712024-02-02T01:16:00.298Z++ git branch --show-current
722024-02-02T01:16:00.298Z+ current=main
732024-02-02T01:16:00.298Z+ [[ main != package-cache ]]
742024-02-02T01:16:00.299Z+ git branch -f package-cache 52199bbd0e3d33423773cb9458a703f9fe3b51aa
752024-02-02T01:16:00.305Z+ git checkout -f package-cache
762024-02-02T01:16:00.487ZSwitched to branch 'package-cache'
772024-02-02T01:16:00.493Z+ git reset --hard 52199bbd0e3d33423773cb9458a703f9fe3b51aa
782024-02-02T01:16:00.507ZHEAD is now at 52199bbd0 clippy
792024-02-02T01:16:00.510Zprocess exited: duration 8138 ms, exit code 0
 
802024-02-02T01:16:00.517Zstarting task 4: "build"
812024-02-02T01:16:00.524Z+ cargo --version
822024-02-02T01:16:00.534Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-02T01:16:00.710Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-02T01:16:00.724Zinfo: downloading component 'cargo'
852024-02-02T01:16:01.349Zinfo: downloading component 'clippy'
862024-02-02T01:16:01.546Zinfo: downloading component 'rust-docs'
872024-02-02T01:16:02.356Zinfo: downloading component 'rust-std'
882024-02-02T01:16:03.509Zinfo: downloading component 'rustc'
892024-02-02T01:16:06.793Zinfo: downloading component 'rustfmt'
902024-02-02T01:16:06.982Zinfo: installing component 'cargo'
912024-02-02T01:16:08.270Zinfo: installing component 'clippy'
922024-02-02T01:16:08.747Zinfo: installing component 'rust-docs'
932024-02-02T01:16:11.806Zinfo: installing component 'rust-std'
942024-02-02T01:16:14.192Zinfo: installing component 'rustc'
952024-02-02T01:16:20.272Zinfo: installing component 'rustfmt'
962024-02-02T01:16:20.817Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-02T01:16:20.821Z+ rustc --version
982024-02-02T01:16:20.950Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-02T01:16:20.959Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-02T01:16:34.387Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-02T01:16:36.203Z Startup: Caching catalogs ... Done
1022024-02-02T01:16:39.178ZPlanning: Solver setup ... Done (2.448s)
1032024-02-02T01:16:39.271ZPlanning: Running solver ... Done (0.065s)
1042024-02-02T01:16:39.275ZPlanning: Finding local manifests ... Done (0.003s)
1052024-02-02T01:16:39.290ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-02T01:16:39.576ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-02T01:16:39.655ZPlanning: Package planning ... Done (0.080s)
1082024-02-02T01:16:39.740ZPlanning: Merging actions ... Done (0.085s)
1092024-02-02T01:16:40.804ZPlanning: Checking for conflicting actions ... Done (1.063s)
1102024-02-02T01:16:41.224ZPlanning: Consolidating action changes ... Done (0.017s)
1112024-02-02T01:16:47.310ZPlanning: Evaluating mediators ... Done (6.491s)
1122024-02-02T01:16:47.331ZPlanning: Planning completed in 11.05 seconds
1132024-02-02T01:16:50.696Z Packages to install: 4
1142024-02-02T01:16:50.696Z Mediators to change: 2
1152024-02-02T01:16:50.696Z Services to change: 1
1162024-02-02T01:16:50.709Z Estimated space available: 148.87 GB
1172024-02-02T01:16:50.709ZEstimated space to be consumed: 1.40 GB
1182024-02-02T01:16:50.710Z Create boot environment: No
1192024-02-02T01:16:50.710ZCreate backup boot environment: No
1202024-02-02T01:16:50.710Z Rebuild boot archive: No
1212024-02-02T01:16:50.710Z
1222024-02-02T01:16:50.710ZChanged mediators:
1232024-02-02T01:16:50.710Z mediator clang:
1242024-02-02T01:16:50.711Z version: None -> 15 (system default)
1252024-02-02T01:16:50.711Z
1262024-02-02T01:16:50.711Z mediator llvm:
1272024-02-02T01:16:50.711Z version: 14 (system default) -> 15 (system default)
1282024-02-02T01:16:50.711Z
1292024-02-02T01:16:50.711ZChanged packages:
1302024-02-02T01:16:50.712Zhelios-dev
1312024-02-02T01:16:50.712Z developer/build-essential
1322024-02-02T01:16:50.712Z None -> 11-2.0
1332024-02-02T01:16:50.712Z library/libxmlsec1
1342024-02-02T01:16:50.712Z None -> 1.2.35-2.0
1352024-02-02T01:16:50.713Z ooce/developer/clang-15
1362024-02-02T01:16:50.713Z None -> 15.0.7-2.0
1372024-02-02T01:16:50.713Z ooce/developer/llvm-15
1382024-02-02T01:16:50.713Z None -> 15.0.7-2.0
1392024-02-02T01:16:50.713Z
1402024-02-02T01:16:50.713ZServices:
1412024-02-02T01:16:50.713Z restart_fmri:
1422024-02-02T01:16:50.713Z svc:/system/update-man-index:default
1432024-02-02T01:16:51.060Z
1442024-02-02T01:16:51.075ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-02T01:16:56.461ZDownload: 1209/3290 items 85.3/212.6MB 40% complete (17.1M/s)
1462024-02-02T01:17:01.066ZDownload: 3104/3290 items 124.9/212.6MB 58% complete (12.4M/s)
1472024-02-02T01:17:04.725ZDownload: Completed 212.60 MB in 13.67 seconds (15.6M/s)
1482024-02-02T01:17:05.435Z Actions: 1/3689 actions (Installing new actions)
1492024-02-02T01:17:11.214Z Actions: 2000/3689 actions (Installing new actions)
1502024-02-02T01:17:13.101Z Actions: Completed 3689 actions in 7.69 seconds.
1512024-02-02T01:17:13.249Z Done (0.137s)
1522024-02-02T01:17:13.249Z Done (0.000s)
1532024-02-02T01:17:13.583Z Done (0.342s)
1542024-02-02T01:17:22.029Z Done (8.288s)
1552024-02-02T01:17:22.304Z Done (0.181s)
1562024-02-02T01:17:22.319Z Done (0.000s)
1572024-02-02T01:17:22.540Z Done (0.000s)
1582024-02-02T01:17:23.704ZPlanning: Evaluating mediator changes ... Done
1592024-02-02T01:17:23.713ZPlanning: Checking for conflicting actions ... Done
1602024-02-02T01:17:23.714ZPlanning: Consolidating action changes ... Done
1612024-02-02T01:17:23.998ZPlanning: Evaluating mediators ... Done
1622024-02-02T01:17:24.002ZPlanning: Planning completed in 0.73 seconds
1632024-02-02T01:17:24.053Z Mediators to change: 2
1642024-02-02T01:17:24.053Z Create boot environment: No
1652024-02-02T01:17:24.057ZCreate backup boot environment: No
1662024-02-02T01:17:24.168Z Done
1672024-02-02T01:17:24.168Z Done
1682024-02-02T01:17:24.383Z Done
1692024-02-02T01:17:30.649Z Done
1702024-02-02T01:17:30.881Z Done
1712024-02-02T01:17:30.881Z Done
1722024-02-02T01:17:31.010Z Done
1732024-02-02T01:17:31.295ZPlanning: Evaluating mediator changes ... Done
1742024-02-02T01:17:31.319ZPlanning: Merging actions ... Done
1752024-02-02T01:17:31.620ZPlanning: Checking for conflicting actions ... Done
1762024-02-02T01:17:31.627ZPlanning: Consolidating action changes ... Done
1772024-02-02T01:17:32.057ZPlanning: Evaluating mediators ... Done
1782024-02-02T01:17:32.156ZPlanning: Planning completed in 1.30 seconds
1792024-02-02T01:17:32.208Z Packages to change: 1
1802024-02-02T01:17:32.208Z Mediators to change: 1
1812024-02-02T01:17:32.214Z Services to change: 1
1822024-02-02T01:17:32.215Z Create boot environment: No
1832024-02-02T01:17:32.215ZCreate backup boot environment: Yes
1842024-02-02T01:17:34.377Z Actions: 1/6 actions (Updating modified actions)
1852024-02-02T01:17:34.388Z Actions: Completed 6 actions in 0.00 seconds.
1862024-02-02T01:17:34.388Z Done
1872024-02-02T01:17:34.389Z Done
1882024-02-02T01:17:34.448Z Done
1892024-02-02T01:17:40.199Z Done
1902024-02-02T01:17:40.467Z Done
1912024-02-02T01:17:40.497Z Done
1922024-02-02T01:17:40.497Z Done
1932024-02-02T01:17:41.110ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942024-02-02T01:17:41.110Zclang system 15 system
1952024-02-02T01:17:41.110Zcsh system system illumos
1962024-02-02T01:17:41.110Zctags system system illumos
1972024-02-02T01:17:41.110Zgcc vendor 12 vendor
1982024-02-02T01:17:41.110Zgcc system 10 system
1992024-02-02T01:17:41.110Zgcc system 7 system
2002024-02-02T01:17:41.111Zgo system 1.20 system
2012024-02-02T01:17:41.111Zgo system 1.19 system
2022024-02-02T01:17:41.111Zllvm system 15 system
2032024-02-02T01:17:41.111Zllvm system 14 system
2042024-02-02T01:17:41.111Zmariadb system 10.6 system
2052024-02-02T01:17:41.111Zmta vendor vendor dma
2062024-02-02T01:17:41.111Zopenjdk system 17 system
2072024-02-02T01:17:41.111Zopenjdk system 11 system
2082024-02-02T01:17:41.111Zopenjdk system 1.8 system
2092024-02-02T01:17:41.111Zopenssl vendor 3 vendor
2102024-02-02T01:17:41.111Zperl system 5.36 system
2112024-02-02T01:17:41.111Zpostgresql system 15 system
2122024-02-02T01:17:41.111Zpostgresql system 13 system
2132024-02-02T01:17:41.111Zpython vendor 3 vendor
2142024-02-02T01:17:41.111Zpython system 2 system
2152024-02-02T01:17:41.111Zpython3 system 3.11 system
2162024-02-02T01:17:41.111Zruby system 3.0 system
2172024-02-02T01:17:41.111Zwords vendor vendor american-english
2182024-02-02T01:17:41.111Zwords system system australian-english
2192024-02-02T01:17:41.111Zwords system system british-english
2202024-02-02T01:17:41.111Zwords system system canadian-english
2212024-02-02T01:17:41.111Zwords system system french
2222024-02-02T01:17:41.111Zwords system system italian
2232024-02-02T01:17:41.111Zwords system system ngerman
2242024-02-02T01:17:41.111Zwords system system ogerman
2252024-02-02T01:17:41.112Zwords system system spanish
2262024-02-02T01:17:42.063ZFMRI IFO
2272024-02-02T01:17:42.064Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-02-02T01:17:42.064Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-02-02T01:17:42.064Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-02-02T01:17:42.064Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-02-02T01:17:42.064Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-02-02T01:17:42.064Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2332024-02-02T01:17:42.065Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2342024-02-02T01:17:42.065Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-02-02T01:17:42.083Z+ set -o errexit
2362024-02-02T01:17:42.084Z+++ dirname ./tools/ci_download_cockroachdb
2372024-02-02T01:17:42.084Z++ cd ./tools
2382024-02-02T01:17:42.084Z++ pwd
2392024-02-02T01:17:42.084Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402024-02-02T01:17:42.084Z++ basename ./tools/ci_download_cockroachdb
2412024-02-02T01:17:42.084Z+ ARG0=ci_download_cockroachdb
2422024-02-02T01:17:42.085Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432024-02-02T01:17:42.085Z+ CIDL_VERSION=v22.1.9
2442024-02-02T01:17:42.085Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452024-02-02T01:17:42.085Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2462024-02-02T01:17:42.085Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2472024-02-02T01:17:42.085Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2482024-02-02T01:17:42.085Z+ TARGET_DIR=out
2492024-02-02T01:17:42.085Z+ DOWNLOAD_DIR=out/downloads
2502024-02-02T01:17:42.085Z+ DEST_DIR=./out/cockroachdb
2512024-02-02T01:17:42.085Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522024-02-02T01:17:42.086Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532024-02-02T01:17:42.086Z+ main
2542024-02-02T01:17:42.086Z+ [[ 0 != 0 ]]
2552024-02-02T01:17:42.086Z+ CIDL_OS=solaris2.11
2562024-02-02T01:17:42.086Z+ [[ 0 != 0 ]]
2572024-02-02T01:17:42.086Z+ configure_os solaris2.11
2582024-02-02T01:17:42.086Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592024-02-02T01:17:42.086Zcurrent directory: /work/oxidecomputer/omicron
2602024-02-02T01:17:42.086Zconfiguring based on OS: "solaris2.11"
2612024-02-02T01:17:42.087Z+ echo 'configuring based on OS: "solaris2.11"'
2622024-02-02T01:17:42.087Z+ case "$1" in
2632024-02-02T01:17:42.087Z+ CIDL_BUILD=illumos
2642024-02-02T01:17:42.087Z+ CIDL_SUFFIX=tar.gz
2652024-02-02T01:17:42.087Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2662024-02-02T01:17:42.087Z+ CIDL_MD5FUNC=do_md5sum
2672024-02-02T01:17:42.087Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-02-02T01:17:42.087Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-02-02T01:17:42.087Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-02-02T01:17:42.087Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-02-02T01:17:42.087Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-02-02T01:17:42.087Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-02-02T01:17:42.087Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-02-02T01:17:42.087Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-02-02T01:17:42.088ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-02-02T01:17:42.088ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-02T01:17:42.088Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782024-02-02T01:17:42.088Z+ mkdir -p out/downloads
2792024-02-02T01:17:42.088Z+ mkdir -p ./out/cockroachdb
2802024-02-02T01:17:42.088Z+ local DO_DOWNLOAD=true
2812024-02-02T01:17:42.088Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822024-02-02T01:17:42.089Z+ '[' true == true ']'
2832024-02-02T01:17:42.096Z+ echo Downloading...
2842024-02-02T01:17:42.096ZDownloading...
2852024-02-02T01:17:42.096Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-02-02T01:17:42.096Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-02-02T01:17:44.681Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-02-02T01:17:44.698Z++ md5sum
2892024-02-02T01:17:44.698Z++ awk '{print $1}'
2902024-02-02T01:17:44.957Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2912024-02-02T01:17:44.958Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2922024-02-02T01:17:44.958Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-02-02T01:17:44.961Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942024-02-02T01:17:48.643Z+ do_assemble_illumos
2952024-02-02T01:17:48.643Z+ rm -r ./out/cockroachdb
2962024-02-02T01:17:48.649Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972024-02-02T01:17:49.323Z+ ./out/cockroachdb/bin/cockroach version
2982024-02-02T01:17:49.637ZBuild Tag: v22.1.9-dirty
2992024-02-02T01:17:49.637ZBuild Time: 2022/10/26 21:17:46
3002024-02-02T01:17:49.637ZDistribution: OSS
3012024-02-02T01:17:49.637ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022024-02-02T01:17:49.637ZGo Version: go1.17.13
3032024-02-02T01:17:49.637ZC Compiler: gcc 10.3.0
3042024-02-02T01:17:49.637ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052024-02-02T01:17:49.637ZBuild Type: release
3062024-02-02T01:17:49.811Z+ set -o errexit
3072024-02-02T01:17:49.811Z+++ dirname ./tools/ci_download_clickhouse
3082024-02-02T01:17:49.812Z++ cd ./tools
3092024-02-02T01:17:49.812Z++ pwd
3102024-02-02T01:17:49.812Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112024-02-02T01:17:49.812Z++ basename ./tools/ci_download_clickhouse
3122024-02-02T01:17:49.812Z+ ARG0=ci_download_clickhouse
3132024-02-02T01:17:49.812Z+ TARGET_DIR=out
3142024-02-02T01:17:49.812Z+ DOWNLOAD_DIR=out/downloads
3152024-02-02T01:17:49.813Z+ DEST_DIR=./out/clickhouse
3162024-02-02T01:17:49.813Z+ CIDL_VERSION=v22.8.9.24
3172024-02-02T01:17:49.813Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3182024-02-02T01:17:49.813Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3192024-02-02T01:17:49.813Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3202024-02-02T01:17:49.813Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3212024-02-02T01:17:49.813Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3222024-02-02T01:17:49.814Z+ main
3232024-02-02T01:17:49.814Z+ [[ 0 != 0 ]]
3242024-02-02T01:17:49.814Z+ CIDL_OS=solaris2.11
3252024-02-02T01:17:49.814Z+ [[ 0 != 0 ]]
3262024-02-02T01:17:49.814Z+ configure_os solaris2.11
3272024-02-02T01:17:49.814Z+ echo 'current directory: /work/oxidecomputer/omicron'
3282024-02-02T01:17:49.814Zcurrent directory: /work/oxidecomputer/omicron
3292024-02-02T01:17:49.814Z+ echo 'configuring based on OS: "solaris2.11"'
3302024-02-02T01:17:49.814Zconfiguring based on OS: "solaris2.11"
3312024-02-02T01:17:49.814Z+ CIDL_DASHREV=
3322024-02-02T01:17:49.815Z+ case "$1" in
3332024-02-02T01:17:49.815Z+ CIDL_PLATFORM=illumos
3342024-02-02T01:17:49.815Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3352024-02-02T01:17:49.815Z+ CIDL_MD5FUNC=do_md5sum
3362024-02-02T01:17:49.815Z+ CIDL_DASHREV=-1
3372024-02-02T01:17:49.815Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3382024-02-02T01:17:49.815Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-02-02T01:17:49.815Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-02-02T01:17:49.815Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-02-02T01:17:49.815Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3422024-02-02T01:17:49.815ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3432024-02-02T01:17:49.815ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-02T01:17:49.815Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3452024-02-02T01:17:49.815Z+ mkdir -p out/downloads
3462024-02-02T01:17:49.815Z+ mkdir -p ./out/clickhouse
3472024-02-02T01:17:49.815Z+ local DO_DOWNLOAD=true
3482024-02-02T01:17:49.816Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3492024-02-02T01:17:49.816Z+ '[' true == true ']'
3502024-02-02T01:17:49.816Z+ echo Downloading...
3512024-02-02T01:17:49.816ZDownloading...
3522024-02-02T01:17:49.816Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532024-02-02T01:17:49.816Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542024-02-02T01:17:51.382Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552024-02-02T01:17:51.388Z++ md5sum
3562024-02-02T01:17:51.388Z++ awk '{print $1}'
3572024-02-02T01:17:51.820Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3582024-02-02T01:17:51.820Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3592024-02-02T01:17:51.821Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3602024-02-02T01:17:51.838Z+ mkdir -p ./out/clickhouse
3612024-02-02T01:17:51.838Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3622024-02-02T01:17:56.761Z+ ./out/clickhouse/clickhouse server --version
3632024-02-02T01:17:56.810ZClickHouse server version 22.8.9.1.
3642024-02-02T01:17:56.833Z+ set -o errexit
3652024-02-02T01:17:56.836Z+++ dirname ./tools/ci_download_console
3662024-02-02T01:17:56.839Z++ cd ./tools
3672024-02-02T01:17:56.840Z++ pwd
3682024-02-02T01:17:56.840Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3692024-02-02T01:17:56.840Z++ basename ./tools/ci_download_console
3702024-02-02T01:17:56.843Z+ ARG0=ci_download_console
3712024-02-02T01:17:56.843Z+ TARGET_DIR=out
3722024-02-02T01:17:56.843Z+ DOWNLOAD_DIR=out/downloads
3732024-02-02T01:17:56.844Z+ DEST_DIR=./out/console-assets
3742024-02-02T01:17:56.844Z+ source /work/oxidecomputer/omicron/tools/console_version
3752024-02-02T01:17:56.844Z++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0
3762024-02-02T01:17:56.844Z++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
3772024-02-02T01:17:56.844Z+ URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3782024-02-02T01:17:56.844Z+ TARBALL_FILE=out/downloads/console.tar.gz
3792024-02-02T01:17:56.844Z+ main
3802024-02-02T01:17:56.844Z+ [[ 0 != 0 ]]
3812024-02-02T01:17:56.844Z+ echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz'
3822024-02-02T01:17:56.844ZURL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3832024-02-02T01:17:56.844Z+ echo 'Local file: out/downloads/console.tar.gz'
3842024-02-02T01:17:56.844Z+ local DO_DOWNLOAD=true
3852024-02-02T01:17:56.844ZLocal file: out/downloads/console.tar.gz
3862024-02-02T01:17:56.844Z+ [[ -f out/downloads/console.tar.gz ]]
3872024-02-02T01:17:56.844Z+ mkdir -p out/downloads
3882024-02-02T01:17:56.849Z+ '[' true == true ']'
3892024-02-02T01:17:56.849Z+ echo Downloading...
3902024-02-02T01:17:56.850ZDownloading...
3912024-02-02T01:17:56.850Z+ do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz
3922024-02-02T01:17:56.850Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz
3932024-02-02T01:17:57.637Z++ do_sha256sum out/downloads/console.tar.gz
3942024-02-02T01:17:57.637Z++ case "$OSTYPE" in
3952024-02-02T01:17:57.637Z++ SHA=sha256sum
3962024-02-02T01:17:57.642Z++ sha256sum
3972024-02-02T01:17:57.642Z++ awk '{print $1}'
3982024-02-02T01:17:57.704Z+ calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4
3992024-02-02T01:17:57.704Z+ [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]]
4002024-02-02T01:17:57.704Z+ rm -rf ./out/console-assets
4012024-02-02T01:17:57.708Z+ mkdir -p ./out/console-assets
4022024-02-02T01:17:57.708Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4032024-02-02T01:17:57.708Z+ mkdir -p ./out/console-assets
4042024-02-02T01:17:57.712Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4052024-02-02T01:17:57.862Z+ set -o errexit
4062024-02-02T01:17:57.866Z+++ dirname ./tools/ci_download_maghemite_openapi
4072024-02-02T01:17:57.866Z++ cd ./tools
4082024-02-02T01:17:57.866Z++ pwd
4092024-02-02T01:17:57.870Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4102024-02-02T01:17:57.870Z++ basename ./tools/ci_download_maghemite_openapi
4112024-02-02T01:17:57.870Z+ ARG0=ci_download_maghemite_openapi
4122024-02-02T01:17:57.871Z+ TARGET_DIR=out
4132024-02-02T01:17:57.871Z+ DOWNLOAD_DIR=out/downloads
4142024-02-02T01:17:57.871Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4152024-02-02T01:17:57.871Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4162024-02-02T01:17:57.871Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4172024-02-02T01:17:57.871Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4182024-02-02T01:17:57.871Z+ LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4192024-02-02T01:17:57.871Z+ main
4202024-02-02T01:17:57.871Z+ [[ 0 != 0 ]]
4212024-02-02T01:17:57.871Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json'
4222024-02-02T01:17:57.871ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4232024-02-02T01:17:57.871Z+ echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4242024-02-02T01:17:57.871ZLocal file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4252024-02-02T01:17:57.871Z+ local DO_DOWNLOAD=true
4262024-02-02T01:17:57.871Z+ [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4272024-02-02T01:17:57.898Z+ mkdir -p out/downloads
4282024-02-02T01:17:57.898Z+ '[' true == true ']'
4292024-02-02T01:17:57.898Z+ echo Downloading...
4302024-02-02T01:17:57.898ZDownloading...
4312024-02-02T01:17:57.898Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4322024-02-02T01:17:57.898Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json
4332024-02-02T01:17:58.022Z++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4342024-02-02T01:17:58.041Z++ case "$OSTYPE" in
4352024-02-02T01:17:58.041Z++ SHA=sha256sum
4362024-02-02T01:17:58.042Z++ sha256sum
4372024-02-02T01:17:58.042Z++ awk '{print $1}'
4382024-02-02T01:17:58.042Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4392024-02-02T01:17:58.042Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4402024-02-02T01:17:58.042Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4412024-02-02T01:17:58.042Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
4422024-02-02T01:17:58.042Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4432024-02-02T01:17:58.042Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4442024-02-02T01:17:58.042Z+ LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4452024-02-02T01:17:58.042Z+ main
4462024-02-02T01:17:58.042Z+ [[ 0 != 0 ]]
4472024-02-02T01:17:58.043Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json'
4482024-02-02T01:17:58.043ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4492024-02-02T01:17:58.043Z+ echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json'
4502024-02-02T01:17:58.043ZLocal file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4512024-02-02T01:17:58.043Z+ local DO_DOWNLOAD=true
4522024-02-02T01:17:58.043Z+ [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]]
4532024-02-02T01:17:58.043Z+ mkdir -p out/downloads
4542024-02-02T01:17:58.043Z+ '[' true == true ']'
4552024-02-02T01:17:58.043Z+ echo Downloading...
4562024-02-02T01:17:58.043ZDownloading...
4572024-02-02T01:17:58.043Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4582024-02-02T01:17:58.043Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json
4592024-02-02T01:17:58.761Z++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json
4602024-02-02T01:17:58.766Z++ case "$OSTYPE" in
4612024-02-02T01:17:58.766Z++ SHA=sha256sum
4622024-02-02T01:17:58.766Z++ sha256sum
4632024-02-02T01:17:58.766Z++ awk '{print $1}'
4642024-02-02T01:17:58.766Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4652024-02-02T01:17:58.766Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4662024-02-02T01:17:58.773Z+ set -o errexit
4672024-02-02T01:17:58.777Z+++ dirname ./tools/ci_download_dendrite_openapi
4682024-02-02T01:17:58.780Z++ cd ./tools
4692024-02-02T01:17:58.780Z++ pwd
4702024-02-02T01:17:58.780Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4712024-02-02T01:17:58.780Z++ basename ./tools/ci_download_dendrite_openapi
4722024-02-02T01:17:58.787Z+ ARG0=ci_download_dendrite_openapi
4732024-02-02T01:17:58.787Z+ TARGET_DIR=out
4742024-02-02T01:17:58.787Z+ DOWNLOAD_DIR=out/downloads
4752024-02-02T01:17:58.787Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4762024-02-02T01:17:58.788Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4772024-02-02T01:17:58.788Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4782024-02-02T01:17:58.788Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4792024-02-02T01:17:58.788Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4802024-02-02T01:17:58.788Z+ main
4812024-02-02T01:17:58.788Z+ [[ 0 != 0 ]]
4822024-02-02T01:17:58.788Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4832024-02-02T01:17:58.788ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4842024-02-02T01:17:58.788ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4852024-02-02T01:17:58.788Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4862024-02-02T01:17:58.788Z+ local DO_DOWNLOAD=true
4872024-02-02T01:17:58.788Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4882024-02-02T01:17:58.788Z+ mkdir -p out/downloads
4892024-02-02T01:17:58.788Z+ '[' true == true ']'
4902024-02-02T01:17:58.789Z+ echo Downloading...
4912024-02-02T01:17:58.789ZDownloading...
4922024-02-02T01:17:58.789Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4932024-02-02T01:17:58.789Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4942024-02-02T01:17:58.975Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4952024-02-02T01:17:58.976Z++ case "$OSTYPE" in
4962024-02-02T01:17:58.976Z++ SHA=sha256sum
4972024-02-02T01:17:58.979Z++ sha256sum
4982024-02-02T01:17:58.979Z++ awk '{print $1}'
4992024-02-02T01:17:58.982Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5002024-02-02T01:17:58.982Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5012024-02-02T01:17:58.992Z+ set -o errexit
5022024-02-02T01:17:58.995Z+++ dirname ./tools/ci_download_dendrite_stub
5032024-02-02T01:17:58.998Z++ cd ./tools
5042024-02-02T01:17:58.998Z++ pwd
5052024-02-02T01:17:58.998Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5062024-02-02T01:17:59.002Z++ basename ./tools/ci_download_dendrite_stub
5072024-02-02T01:17:59.002Z+ ARG0=ci_download_dendrite_stub
5082024-02-02T01:17:59.002Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5092024-02-02T01:17:59.002Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5102024-02-02T01:17:59.002Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5112024-02-02T01:17:59.002Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5122024-02-02T01:17:59.002Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5132024-02-02T01:17:59.002Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5142024-02-02T01:17:59.002Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5152024-02-02T01:17:59.002Z+ TARGET_DIR=out
5162024-02-02T01:17:59.002Z+ DOWNLOAD_DIR=out/downloads
5172024-02-02T01:17:59.002Z+ DEST_DIR=./out/dendrite-stub
5182024-02-02T01:17:59.002Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5192024-02-02T01:17:59.002Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5202024-02-02T01:17:59.003Z+ REPO=oxidecomputer/dendrite
5212024-02-02T01:17:59.003Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5222024-02-02T01:17:59.003Z+ main
5232024-02-02T01:17:59.003Z+ [[ 0 != 0 ]]
5242024-02-02T01:17:59.003Z+ CIDL_OS=solaris2.11
5252024-02-02T01:17:59.003Z+ [[ 0 != 0 ]]
5262024-02-02T01:17:59.003Z+ configure_os solaris2.11
5272024-02-02T01:17:59.003Z+ echo 'current directory: /work/oxidecomputer/omicron'
5282024-02-02T01:17:59.003Zcurrent directory: /work/oxidecomputer/omicron
5292024-02-02T01:17:59.003Z+ echo 'configuring based on OS: "solaris2.11"'
5302024-02-02T01:17:59.003Z+ case "$1" in
5312024-02-02T01:17:59.003Zconfiguring based on OS: "solaris2.11"
5322024-02-02T01:17:59.003Z+ SET_BINARIES=
5332024-02-02T01:17:59.003Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5342024-02-02T01:17:59.003Z+ CIDL_SHA256FUNC=do_sha256sum
5352024-02-02T01:17:59.003Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5362024-02-02T01:17:59.003Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5372024-02-02T01:17:59.003Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5382024-02-02T01:17:59.003Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5392024-02-02T01:17:59.003ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5402024-02-02T01:17:59.003Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5412024-02-02T01:17:59.003Z+ mkdir -p out/downloads
5422024-02-02T01:17:59.003ZLocal file: out/downloads/dendrite-stub.tar.gz
5432024-02-02T01:17:59.007Z+ mkdir -p ./out/dendrite-stub
5442024-02-02T01:17:59.007Z+ fetch_and_verify
5452024-02-02T01:17:59.007Z+ local DO_DOWNLOAD=true
5462024-02-02T01:17:59.007Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5472024-02-02T01:17:59.007Z+ '[' true == true ']'
5482024-02-02T01:17:59.007Z+ echo Downloading...
5492024-02-02T01:17:59.007ZDownloading...
5502024-02-02T01:17:59.007Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5512024-02-02T01:17:59.007Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5522024-02-02T01:18:06.403Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5532024-02-02T01:18:06.406Z++ sha256sum
5542024-02-02T01:18:06.406Z++ awk '{print $1}'
5552024-02-02T01:18:06.507Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5562024-02-02T01:18:06.507Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5572024-02-02T01:18:06.516Z+ do_untar out/downloads/dendrite-stub.tar.gz
5582024-02-02T01:18:06.516Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5592024-02-02T01:18:07.660Z+ do_assemble
5602024-02-02T01:18:07.660Z+ rm -r ./out/dendrite-stub
5612024-02-02T01:18:07.672Z+ mkdir ./out/dendrite-stub
5622024-02-02T01:18:07.673Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5632024-02-02T01:18:07.841Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5642024-02-02T01:18:07.854Z+ set -o errexit
5652024-02-02T01:18:07.862Z+++ dirname ./tools/ci_download_maghemite_mgd
5662024-02-02T01:18:07.862Z++ cd ./tools
5672024-02-02T01:18:07.862Z++ pwd
5682024-02-02T01:18:08.417Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5692024-02-02T01:18:08.417Z++ basename ./tools/ci_download_maghemite_mgd
5702024-02-02T01:18:08.417Z+ ARG0=ci_download_maghemite_mgd
5712024-02-02T01:18:08.417Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5722024-02-02T01:18:08.417Z++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
5732024-02-02T01:18:08.417Z++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184
5742024-02-02T01:18:08.417Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5752024-02-02T01:18:08.418Z++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03
5762024-02-02T01:18:08.418Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5772024-02-02T01:18:08.418Z+ TARGET_DIR=out
5782024-02-02T01:18:08.418Z+ DOWNLOAD_DIR=out/downloads
5792024-02-02T01:18:08.418Z+ DEST_DIR=./out/mgd
5802024-02-02T01:18:08.418Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5812024-02-02T01:18:08.418Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5822024-02-02T01:18:08.418Z+ REPO=oxidecomputer/maghemite
5832024-02-02T01:18:08.418Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03
5842024-02-02T01:18:08.419Z+ main
5852024-02-02T01:18:08.419Z+ [[ 0 != 0 ]]
5862024-02-02T01:18:08.419Z+ CIDL_OS=solaris2.11
5872024-02-02T01:18:08.419Z+ [[ 0 != 0 ]]
5882024-02-02T01:18:08.419Z+ configure_os solaris2.11
5892024-02-02T01:18:08.419Z+ echo 'current directory: /work/oxidecomputer/omicron'
5902024-02-02T01:18:08.419Zcurrent directory: /work/oxidecomputer/omicron
5912024-02-02T01:18:08.419Z+ echo 'configuring based on OS: "solaris2.11"'
5922024-02-02T01:18:08.419Z+ case "$1" in
5932024-02-02T01:18:08.419Zconfiguring based on OS: "solaris2.11"
5942024-02-02T01:18:08.419Z+ SET_BINARIES=
5952024-02-02T01:18:08.419Z+ CIDL_SHA256FUNC=do_sha256sum
5962024-02-02T01:18:08.420Z+ TARBALL_FILENAME=mgd.tar.gz
5972024-02-02T01:18:08.420Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
5982024-02-02T01:18:08.420Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5992024-02-02T01:18:08.420Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz'
6002024-02-02T01:18:08.420ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6012024-02-02T01:18:08.420ZLocal file: out/downloads/mgd.tar.gz
6022024-02-02T01:18:08.420Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6032024-02-02T01:18:08.420Z+ mkdir -p out/downloads
6042024-02-02T01:18:08.420Z+ mkdir -p ./out/mgd
6052024-02-02T01:18:08.427Z+ fetch_and_verify
6062024-02-02T01:18:08.427Z+ local DO_DOWNLOAD=true
6072024-02-02T01:18:08.427Z+ [[ -f out/downloads/mgd.tar.gz ]]
6082024-02-02T01:18:08.428Z+ '[' true == true ']'
6092024-02-02T01:18:08.428Z+ echo Downloading...
6102024-02-02T01:18:08.428ZDownloading...
6112024-02-02T01:18:08.428Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz
6122024-02-02T01:18:08.428Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz
6132024-02-02T01:18:17.578Z++ do_sha256sum out/downloads/mgd.tar.gz
6142024-02-02T01:18:17.593Z++ sha256sum
6152024-02-02T01:18:17.593Z++ awk '{print $1}'
6162024-02-02T01:18:17.666Z+ calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774
6172024-02-02T01:18:17.666Z+ [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]]
6182024-02-02T01:18:18.106Z+ do_untar out/downloads/mgd.tar.gz
6192024-02-02T01:18:18.106Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6202024-02-02T01:18:18.369Z+ do_assemble
6212024-02-02T01:18:18.369Z+ rm -r ./out/mgd
6222024-02-02T01:18:18.376Z+ mkdir ./out/mgd
6232024-02-02T01:18:18.376Z+ cp -r out/downloads/root ./out/mgd/root
6242024-02-02T01:18:18.615Z+ set -o errexit
6252024-02-02T01:18:18.620Z+++ dirname ./tools/ci_download_transceiver_control
6262024-02-02T01:18:18.620Z++ cd ./tools
6272024-02-02T01:18:18.620Z++ pwd
6282024-02-02T01:18:18.620Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6292024-02-02T01:18:18.624Z++ basename ./tools/ci_download_transceiver_control
6302024-02-02T01:18:18.624Z+ ARG0=ci_download_transceiver_control
6312024-02-02T01:18:18.625Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6322024-02-02T01:18:18.625Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6332024-02-02T01:18:18.625Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6342024-02-02T01:18:18.625Z+ TARGET_DIR=out
6352024-02-02T01:18:18.625Z+ DOWNLOAD_DIR=out/downloads
6362024-02-02T01:18:18.625Z+ DEST_DIR=./out/transceiver-control
6372024-02-02T01:18:18.625Z+ BIN_DIR=/opt/oxide/bin
6382024-02-02T01:18:18.625Z+ BINARY=xcvradm
6392024-02-02T01:18:18.625Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6402024-02-02T01:18:18.625Z+ REPO=oxidecomputer/transceiver-control
6412024-02-02T01:18:18.626Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6422024-02-02T01:18:18.626Z+ main
6432024-02-02T01:18:18.626Z+ [[ 0 != 0 ]]
6442024-02-02T01:18:18.626Z+ CIDL_OS=solaris2.11
6452024-02-02T01:18:18.626Z+ [[ 0 != 0 ]]
6462024-02-02T01:18:18.626Z+ configure_os solaris2.11
6472024-02-02T01:18:18.626Z+ echo 'current directory: /work/oxidecomputer/omicron'
6482024-02-02T01:18:18.626Zcurrent directory: /work/oxidecomputer/omicron
6492024-02-02T01:18:18.626Zconfiguring based on OS: "solaris2.11"
6502024-02-02T01:18:18.626Z+ echo 'configuring based on OS: "solaris2.11"'
6512024-02-02T01:18:18.626Z+ case "$1" in
6522024-02-02T01:18:18.627Z+ SET_BINARIES=
6532024-02-02T01:18:18.627Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542024-02-02T01:18:18.627Z+ CIDL_SHA256FUNC=do_sha256sum
6552024-02-02T01:18:18.627Z+ ARCHIVE_FILENAME=xcvradm.gz
6562024-02-02T01:18:18.627Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6572024-02-02T01:18:18.627Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6582024-02-02T01:18:18.627Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6592024-02-02T01:18:18.627ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6602024-02-02T01:18:18.627Z+ echo 'Local file: out/downloads/xcvradm.gz'
6612024-02-02T01:18:18.628ZLocal file: out/downloads/xcvradm.gz
6622024-02-02T01:18:18.628Z+ mkdir -p out/downloads
6632024-02-02T01:18:18.632Z+ mkdir -p ./out/transceiver-control
6642024-02-02T01:18:18.632Z+ fetch_and_verify
6652024-02-02T01:18:18.632Z+ local DO_DOWNLOAD=true
6662024-02-02T01:18:18.632Z+ [[ -f out/downloads/xcvradm.gz ]]
6672024-02-02T01:18:18.632Z+ '[' true == true ']'
6682024-02-02T01:18:18.633Z+ echo Downloading...
6692024-02-02T01:18:18.633ZDownloading...
6702024-02-02T01:18:18.633Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6712024-02-02T01:18:18.633Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6722024-02-02T01:18:20.872Z++ do_sha256sum out/downloads/xcvradm.gz
6732024-02-02T01:18:20.880Z++ sha256sum
6742024-02-02T01:18:20.881Z++ awk '{print $1}'
6752024-02-02T01:18:20.896Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6762024-02-02T01:18:20.897Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6772024-02-02T01:18:20.906Z+ do_unpack out/downloads/xcvradm.gz
6782024-02-02T01:18:20.906Z+ mkdir -p out/downloads/root//opt/oxide/bin
6792024-02-02T01:18:20.906Z+ gzip -dc out/downloads/xcvradm.gz
6802024-02-02T01:18:21.075Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6812024-02-02T01:18:21.082Z+ do_assemble
6822024-02-02T01:18:21.082Z+ rm -r ./out/transceiver-control
6832024-02-02T01:18:21.082Z+ mkdir ./out/transceiver-control
6842024-02-02T01:18:21.091Z+ cp -r out/downloads/root ./out/transceiver-control/root
6852024-02-02T01:18:21.289ZAll prerequisites installed successfully
6862024-02-02T01:18:21.293Z
6872024-02-02T01:18:21.293Zreal 2:00.276648510
6882024-02-02T01:18:21.293Zuser 51.908348915
6892024-02-02T01:18:21.293Zsys 11.029243894
6902024-02-02T01:18:21.293Ztrap 0.025375961
6912024-02-02T01:18:21.293Ztflt 0.233465951
6922024-02-02T01:18:21.293Zdflt 0.516557094
6932024-02-02T01:18:21.294Zkflt 0.225329068
6942024-02-02T01:18:21.294Zlock 2.155900440
6952024-02-02T01:18:21.294Zslp 3:45.446851294
6962024-02-02T01:18:21.294Zlat 4.503471822
6972024-02-02T01:18:21.294Zstop 0.068020568
6982024-02-02T01:18:21.294Z+ banner end-to-end-tests
6992024-02-02T01:18:21.302Z
7002024-02-02T01:18:21.302Z ###### # # ##### ##### #### ###### # # #####
7012024-02-02T01:18:21.302Z # ## # # # # # # # ## # # #
7022024-02-02T01:18:21.302Z ##### # # # # # ##### # # # ##### ##### # # # # #
7032024-02-02T01:18:21.302Z # # # # # # # # # # # # # # #
7042024-02-02T01:18:21.302Z # # ## # # # # # # # ## # #
7052024-02-02T01:18:21.302Z ###### # # ##### # #### ###### # # #####
7062024-02-02T01:18:21.302Z
7072024-02-02T01:18:21.302Z+ export CARGO_PROFILE_DEV_DEBUG=1
7082024-02-02T01:18:21.302Z+ CARGO_PROFILE_DEV_DEBUG=1
7092024-02-02T01:18:21.302Z+ export CARGO_PROFILE_TEST_DEBUG=1
7102024-02-02T01:18:21.302Z+ CARGO_PROFILE_TEST_DEBUG=1
7112024-02-02T01:18:21.302Z+ export CARGO_INCREMENTAL=0
7122024-02-02T01:18:21.302Z+ CARGO_INCREMENTAL=0
7132024-02-02T01:18:21.302Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7142024-02-02T01:18:21.649Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7152024-02-02T01:18:22.026Z Updating crates.io index
7162024-02-02T01:18:22.524Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7172024-02-02T01:18:22.992Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7182024-02-02T01:18:25.454Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7192024-02-02T01:18:25.939Z Updating git repository `http://github.com/oxidecomputer/tofino`
7202024-02-02T01:18:26.385Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7212024-02-02T01:18:26.645Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7222024-02-02T01:18:26.902Z Updating git repository `https://github.com/oxidecomputer/propolis`
7232024-02-02T01:18:27.892Z Updating git repository `https://github.com/oxidecomputer/crucible`
7242024-02-02T01:18:30.857Z Updating git repository `https://github.com/oxidecomputer/opte`
7252024-02-02T01:18:31.589Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7262024-02-02T01:18:32.046Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7272024-02-02T01:18:32.647Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7282024-02-02T01:18:32.974Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7292024-02-02T01:18:33.291Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7302024-02-02T01:18:33.587Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7312024-02-02T01:18:33.974Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7322024-02-02T01:18:34.405Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7332024-02-02T01:18:34.889Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7342024-02-02T01:18:35.458Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7352024-02-02T01:18:35.865Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7362024-02-02T01:18:36.179Z Updating git repository `https://github.com/jgallagher/nix`
7372024-02-02T01:18:37.719Z Updating git repository `https://github.com/cbiffle/hubpack`
7382024-02-02T01:18:38.173Z Updating git repository `https://github.com/oxidecomputer/typify`
7392024-02-02T01:18:39.841Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7402024-02-02T01:18:40.289Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7412024-02-02T01:18:40.595Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7422024-02-02T01:18:42.283Z Downloading crates ...
7432024-02-02T01:18:42.525Z Downloaded ahash v0.8.6
7442024-02-02T01:18:42.535Z Downloaded md-5 v0.10.5
7452024-02-02T01:18:42.542Z Downloaded normalize-line-endings v0.3.0
7462024-02-02T01:18:42.547Z Downloaded libefi-sys v0.1.0
7472024-02-02T01:18:42.551Z Downloaded chacha20poly1305 v0.10.1
7482024-02-02T01:18:42.555Z Downloaded ciborium-io v0.2.2
7492024-02-02T01:18:42.558Z Downloaded backtrace v0.3.69
7502024-02-02T01:18:42.567Z Downloaded predicates-core v1.0.6
7512024-02-02T01:18:42.573Z Downloaded console v0.15.8
7522024-02-02T01:18:42.578Z Downloaded num_threads v0.1.6
7532024-02-02T01:18:42.582Z Downloaded memoffset v0.9.0
7542024-02-02T01:18:42.586Z Downloaded cstr-argument v0.1.2
7552024-02-02T01:18:42.589Z Downloaded memmap2 v0.7.1
7562024-02-02T01:18:42.594Z Downloaded libsw v3.3.1
7572024-02-02T01:18:42.599Z Downloaded bit-vec v0.6.3
7582024-02-02T01:18:42.604Z Downloaded ciborium-ll v0.2.2
7592024-02-02T01:18:42.611Z Downloaded ctr v0.9.2
7602024-02-02T01:18:42.620Z Downloaded convert_case v0.4.0
7612024-02-02T01:18:42.626Z Downloaded crucible-workspace-hack v0.1.0
7622024-02-02T01:18:42.631Z Downloaded p256 v0.13.2
7632024-02-02T01:18:42.661Z Downloaded parse-display-derive v0.8.2
7642024-02-02T01:18:42.667Z Downloaded openssl-sys v0.9.96
7652024-02-02T01:18:42.680Z Downloaded darling_macro v0.20.3
7662024-02-02T01:18:42.683Z Downloaded newtype_derive v0.1.6
7672024-02-02T01:18:42.688Z Downloaded cbc v0.1.2
7682024-02-02T01:18:42.692Z Downloaded usdt-attr-macro v0.3.5
7692024-02-02T01:18:42.696Z Downloaded bitflags v1.3.2
7702024-02-02T01:18:42.704Z Downloaded parking_lot v0.11.2
7712024-02-02T01:18:42.711Z Downloaded strum v0.25.0
7722024-02-02T01:18:42.717Z Downloaded kstat-rs v0.2.3
7732024-02-02T01:18:42.720Z Downloaded deranged v0.3.8
7742024-02-02T01:18:42.723Z Downloaded num_cpus v1.16.0
7752024-02-02T01:18:42.728Z Downloaded num-integer v0.1.45
7762024-02-02T01:18:42.734Z Downloaded defmt-macros v0.3.6
7772024-02-02T01:18:42.740Z Downloaded defmt-parser v0.3.3
7782024-02-02T01:18:42.743Z Downloaded percent-encoding v2.3.1
7792024-02-02T01:18:42.750Z Downloaded itoa v1.0.9
7802024-02-02T01:18:42.750Z Downloaded foreign-types-shared v0.1.1
7812024-02-02T01:18:42.750Z Downloaded paste v1.0.14
7822024-02-02T01:18:42.759Z Downloaded foreign-types-shared v0.3.1
7832024-02-02T01:18:42.762Z Downloaded poly1305 v0.8.0
7842024-02-02T01:18:42.766Z Downloaded pin-project-lite v0.2.13
7852024-02-02T01:18:42.778Z Downloaded getopts v0.2.21
7862024-02-02T01:18:42.782Z Downloaded ppv-lite86 v0.2.17
7872024-02-02T01:18:42.786Z Downloaded resolv-conf v0.7.0
7882024-02-02T01:18:42.792Z Downloaded der_derive v0.7.2
7892024-02-02T01:18:42.798Z Downloaded headers-core v0.2.0
7902024-02-02T01:18:42.802Z Downloaded tokio-stream v0.1.14
7912024-02-02T01:18:42.827Z Downloaded futures-core v0.3.30
7922024-02-02T01:18:42.827Z Downloaded quick-error v1.2.3
7932024-02-02T01:18:42.827Z Downloaded futures-channel v0.3.30
7942024-02-02T01:18:42.827Z Downloaded dtrace-parser v0.1.14
7952024-02-02T01:18:42.827Z Downloaded glob v0.3.1
7962024-02-02T01:18:42.827Z Downloaded hash32 v0.2.1
7972024-02-02T01:18:42.830Z Downloaded blake2 v0.10.6
7982024-02-02T01:18:42.834Z Downloaded zeroize_derive v1.4.2
7992024-02-02T01:18:42.840Z Downloaded walkdir v2.4.0
8002024-02-02T01:18:42.843Z Downloaded diesel_derives v2.1.2
8012024-02-02T01:18:42.849Z Downloaded rand_chacha v0.2.2
8022024-02-02T01:18:42.852Z Downloaded hubpack v0.1.2
8032024-02-02T01:18:42.855Z Downloaded terminal_size v0.2.6
8042024-02-02T01:18:42.858Z Downloaded slog-stdlog v4.1.1
8052024-02-02T01:18:42.862Z Downloaded semver v0.11.0
8062024-02-02T01:18:42.866Z Downloaded equivalent v1.0.1
8072024-02-02T01:18:42.870Z Downloaded usdt-macro v0.3.5
8082024-02-02T01:18:42.873Z Downloaded http-range v0.1.5
8092024-02-02T01:18:42.876Z Downloaded generic-array v0.14.7
8102024-02-02T01:18:42.879Z Downloaded sec1 v0.7.3
8112024-02-02T01:18:42.884Z Downloaded subprocess v0.2.9
8122024-02-02T01:18:42.887Z Downloaded bytes v1.5.0
8132024-02-02T01:18:42.896Z Downloaded endian-type v0.1.2
8142024-02-02T01:18:42.899Z Downloaded dtrace-parser v0.2.0
8152024-02-02T01:18:42.901Z Downloaded thread-id v4.2.0
8162024-02-02T01:18:42.904Z Downloaded vsss-rs v3.3.4
8172024-02-02T01:18:42.909Z Downloaded serde_spanned v0.6.4
8182024-02-02T01:18:42.914Z Downloaded tokio-tungstenite v0.20.1
8192024-02-02T01:18:42.917Z Downloaded slab v0.4.9
8202024-02-02T01:18:42.920Z Downloaded sha2 v0.10.8
8212024-02-02T01:18:42.926Z Downloaded strsim v0.8.0
8222024-02-02T01:18:42.929Z Downloaded slog-term v2.9.0
8232024-02-02T01:18:42.937Z Downloaded take_mut v0.2.2
8242024-02-02T01:18:42.941Z Downloaded time-macros v0.2.13
8252024-02-02T01:18:42.954Z Downloaded futures-task v0.3.30
8262024-02-02T01:18:42.968Z Downloaded futures-io v0.3.30
8272024-02-02T01:18:42.968Z Downloaded tracing-attributes v0.1.26
8282024-02-02T01:18:42.968Z Downloaded russh-cryptovec v0.7.0
8292024-02-02T01:18:42.968Z Downloaded derive_more v0.99.17
8302024-02-02T01:18:42.972Z Downloaded strsim v0.10.0
8312024-02-02T01:18:42.972Z Downloaded smallvec v1.11.2
8322024-02-02T01:18:42.975Z Downloaded indexmap v2.2.2
8332024-02-02T01:18:42.983Z Downloaded display-error-chain v0.2.0
8342024-02-02T01:18:42.986Z Downloaded tokio-rustls v0.24.1
8352024-02-02T01:18:42.991Z Downloaded universal-hash v0.5.1
8362024-02-02T01:18:42.994Z Downloaded digest v0.10.7
8372024-02-02T01:18:42.997Z Downloaded httparse v1.8.0
8382024-02-02T01:18:43.002Z Downloaded slog-json v2.6.1
8392024-02-02T01:18:43.005Z Downloaded quote v1.0.35
8402024-02-02T01:18:43.011Z Downloaded dirs-sys v0.4.1
8412024-02-02T01:18:43.014Z Downloaded usdt-attr-macro v0.5.0
8422024-02-02T01:18:43.017Z Downloaded rustc-demangle v0.1.23
8432024-02-02T01:18:43.020Z Downloaded untrusted v0.9.0
8442024-02-02T01:18:43.024Z Downloaded signal-hook-mio v0.2.3
8452024-02-02T01:18:43.028Z Downloaded scroll_derive v0.12.0
8462024-02-02T01:18:43.034Z Downloaded semver v0.1.20
8472024-02-02T01:18:43.034Z Downloaded usdt v0.5.0
8482024-02-02T01:18:43.035Z Downloaded dirs-next v2.0.0
8492024-02-02T01:18:43.039Z Downloaded semver-parser v0.10.2
8502024-02-02T01:18:43.039Z Downloaded chrono v0.4.31
8512024-02-02T01:18:43.056Z Downloaded fxhash v0.2.1
8522024-02-02T01:18:43.063Z Downloaded difflib v0.4.0
8532024-02-02T01:18:43.063Z Downloaded fnv v1.0.7
8542024-02-02T01:18:43.063Z Downloaded hyper-staticfile v0.9.5
8552024-02-02T01:18:43.069Z Downloaded embedded-io v0.4.0
8562024-02-02T01:18:43.069Z Downloaded ucd-trie v0.1.6
8572024-02-02T01:18:43.077Z Downloaded serde_urlencoded v0.7.1
8582024-02-02T01:18:43.082Z Downloaded rustls-pemfile v1.0.3
8592024-02-02T01:18:43.082Z Downloaded primeorder v0.13.6
8602024-02-02T01:18:43.082Z Downloaded hubpack_derive v0.1.1
8612024-02-02T01:18:43.087Z Downloaded rand_core v0.6.4
8622024-02-02T01:18:43.087Z Downloaded unicase v2.7.0
8632024-02-02T01:18:43.096Z Downloaded usdt-impl v0.5.0
8642024-02-02T01:18:43.096Z Downloaded scopeguard v1.2.0
8652024-02-02T01:18:43.096Z Downloaded hostname v0.3.1
8662024-02-02T01:18:43.101Z Downloaded ident_case v1.0.1
8672024-02-02T01:18:43.101Z Downloaded ipnet v2.9.0
8682024-02-02T01:18:43.108Z Downloaded rand v0.8.5
8692024-02-02T01:18:43.121Z Downloaded siphasher v0.3.11
8702024-02-02T01:18:43.121Z Downloaded serde v1.0.195
8712024-02-02T01:18:43.129Z Downloaded hmac v0.12.1
8722024-02-02T01:18:43.129Z Downloaded unicode-segmentation v1.10.1
8732024-02-02T01:18:43.140Z Downloaded synstructure v0.12.6
8742024-02-02T01:18:43.140Z Downloaded http-body v0.4.5
8752024-02-02T01:18:43.147Z Downloaded russh-keys v0.40.1
8762024-02-02T01:18:43.147Z Downloaded ed25519 v2.2.2
8772024-02-02T01:18:43.147Z Downloaded tokio-rustls v0.25.0
8782024-02-02T01:18:43.154Z Downloaded usdt-impl v0.3.5
8792024-02-02T01:18:43.154Z Downloaded rustls-pemfile v2.0.0
8802024-02-02T01:18:43.162Z Downloaded iana-time-zone v0.1.57
8812024-02-02T01:18:43.177Z Downloaded scroll v0.12.0
8822024-02-02T01:18:43.178Z Downloaded tracing-core v0.1.31
8832024-02-02T01:18:43.178Z Downloaded tokio-postgres v0.7.10
8842024-02-02T01:18:43.187Z Downloaded ecdsa v0.16.9
8852024-02-02T01:18:43.202Z Downloaded schemars_derive v0.8.16
8862024-02-02T01:18:43.202Z Downloaded rcgen v0.12.1
8872024-02-02T01:18:43.215Z Downloaded proc-macro2 v1.0.78
8882024-02-02T01:18:43.216Z Downloaded headers v0.3.9
8892024-02-02T01:18:43.231Z Downloaded uuid v1.7.0
8902024-02-02T01:18:43.231Z Downloaded slog v2.7.0
8912024-02-02T01:18:43.231Z Downloaded futures v0.3.30
8922024-02-02T01:18:43.247Z Downloaded unsafe-libyaml v0.2.10
8932024-02-02T01:18:43.258Z Downloaded hashbrown v0.14.2
8942024-02-02T01:18:43.258Z Downloaded similar v2.3.0
8952024-02-02T01:18:43.274Z Downloaded trust-dns-server v0.22.1
8962024-02-02T01:18:43.282Z Downloaded time v0.3.27
8972024-02-02T01:18:43.293Z Downloaded zip v0.6.6
8982024-02-02T01:18:43.308Z Downloaded unicode-normalization v0.1.22
8992024-02-02T01:18:43.318Z Downloaded heapless v0.8.0
9002024-02-02T01:18:43.318Z Downloaded winnow v0.5.15
9012024-02-02T01:18:43.333Z Downloaded hashbrown v0.13.2
9022024-02-02T01:18:43.345Z Downloaded object v0.32.1
9032024-02-02T01:18:43.356Z Downloaded http v0.2.11
9042024-02-02T01:18:43.368Z Downloaded itertools v0.10.5
9052024-02-02T01:18:43.384Z Downloaded goblin v0.8.0
9062024-02-02T01:18:43.397Z Downloaded futures-util v0.3.30
9072024-02-02T01:18:43.421Z Downloaded rustls-webpki v0.102.1
9082024-02-02T01:18:43.455Z Downloaded rustls-webpki v0.101.7
9092024-02-02T01:18:43.485Z Downloaded rayon v1.8.0
9102024-02-02T01:18:43.500Z Downloaded regress v0.7.1
9112024-02-02T01:18:43.519Z Downloaded regex v1.10.3
9122024-02-02T01:18:43.543Z Downloaded vcpkg v0.2.15
9132024-02-02T01:18:43.616Z Downloaded hyper v0.14.27
9142024-02-02T01:18:43.634Z Downloaded idna v0.5.0
9152024-02-02T01:18:43.645Z Downloaded syn v2.0.48
9162024-02-02T01:18:43.671Z Downloaded trust-dns-proto v0.22.0
9172024-02-02T01:18:43.695Z Downloaded idna v0.2.3
9182024-02-02T01:18:43.707Z Downloaded rustix v0.38.30
9192024-02-02T01:18:43.751Z Downloaded rustix v0.37.23
9202024-02-02T01:18:43.790Z Downloaded sled v0.34.7
9212024-02-02T01:18:43.815Z Downloaded zerocopy-derive v0.6.4
9222024-02-02T01:18:43.836Z Downloaded zerocopy-derive v0.2.0
9232024-02-02T01:18:43.860Z Downloaded tokio v1.35.1
9242024-02-02T01:18:43.931Z Downloaded sha3 v0.10.8
9252024-02-02T01:18:43.942Z Downloaded regex-automata v0.4.4
9262024-02-02T01:18:43.976Z Downloaded encoding_rs v0.8.33
9272024-02-02T01:18:44.021Z Downloaded regex-automata v0.3.8
9282024-02-02T01:18:44.063Z Downloaded bzip2-sys v0.1.11+1.0.8
9292024-02-02T01:18:44.081Z Downloaded libc v0.2.153
9302024-02-02T01:18:44.135Z Downloaded winapi v0.3.9
9312024-02-02T01:18:44.233Z Downloaded regex-syntax v0.8.2
9322024-02-02T01:18:44.249Z Downloaded rustls v0.22.2
9332024-02-02T01:18:44.278Z Downloaded bstr v1.6.0
9342024-02-02T01:18:44.299Z Downloaded regex-syntax v0.7.5
9352024-02-02T01:18:44.324Z Downloaded smoltcp v0.11.0
9362024-02-02T01:18:44.344Z Downloaded bstr v0.2.17
9372024-02-02T01:18:44.360Z Downloaded openssl v0.10.60
9382024-02-02T01:18:44.378Z Downloaded diesel v2.1.4
9392024-02-02T01:18:44.415Z Downloaded gimli v0.28.0
9402024-02-02T01:18:44.433Z Downloaded smoltcp v0.9.1
9412024-02-02T01:18:44.448Z Downloaded rustls v0.21.9
9422024-02-02T01:18:44.472Z Downloaded curve25519-dalek v4.1.1
9432024-02-02T01:18:44.487Z Downloaded openapiv3 v2.0.0
9442024-02-02T01:18:44.512Z Downloaded syn v1.0.109
9452024-02-02T01:18:44.534Z Downloaded radix_trie v0.2.1
9462024-02-02T01:18:44.545Z Downloaded webpki-roots v0.25.2
9472024-02-02T01:18:44.552Z Downloaded hkdf v0.12.4
9482024-02-02T01:18:44.558Z Downloaded serde_json v1.0.113
9492024-02-02T01:18:44.572Z Downloaded h2 v0.3.24
9502024-02-02T01:18:44.593Z Downloaded serde_with v3.5.1
9512024-02-02T01:18:44.615Z Downloaded rand v0.7.3
9522024-02-02T01:18:44.628Z Downloaded aho-corasick v1.0.4
9532024-02-02T01:18:44.634Z Downloaded reqwest v0.11.22
9542024-02-02T01:18:44.645Z Downloaded toml_edit v0.19.15
9552024-02-02T01:18:44.677Z Downloaded blake3 v1.5.0
9562024-02-02T01:18:44.692Z Downloaded petgraph v0.6.4
9572024-02-02T01:18:44.719Z Downloaded clap_builder v4.4.2
9582024-02-02T01:18:44.737Z Downloaded heapless v0.7.16
9592024-02-02T01:18:44.741Z Downloaded toml_edit v0.21.0
9602024-02-02T01:18:44.782Z Downloaded hashbrown v0.12.3
9612024-02-02T01:18:44.790Z Downloaded tokio-util v0.7.10
9622024-02-02T01:18:44.803Z Downloaded ring v0.17.7
9632024-02-02T01:18:44.938Z Downloaded serde_yaml v0.9.25
9642024-02-02T01:18:44.944Z Downloaded regex-automata v0.1.10
9652024-02-02T01:18:44.955Z Downloaded url v2.5.0
9662024-02-02T01:18:44.961Z Downloaded itertools v0.12.1
9672024-02-02T01:18:44.976Z Downloaded aes-gcm v0.10.3
9682024-02-02T01:18:44.982Z Downloaded zerocopy v0.7.32
9692024-02-02T01:18:45.014Z Downloaded ring v0.16.20
9702024-02-02T01:18:45.183Z Downloaded http v1.0.0
9712024-02-02T01:18:45.195Z Downloaded schemars v0.8.16
9722024-02-02T01:18:45.216Z Downloaded trust-dns-resolver v0.22.0
9732024-02-02T01:18:45.234Z Downloaded tracing v0.1.37
9742024-02-02T01:18:45.241Z Downloaded toml v0.8.8
9752024-02-02T01:18:45.242Z Downloaded toml v0.7.8
9762024-02-02T01:18:45.242Z Downloaded yasna v0.5.2
9772024-02-02T01:18:45.242Z Downloaded serde_derive v1.0.195
9782024-02-02T01:18:45.249Z Downloaded flate2 v1.0.28
9792024-02-02T01:18:45.262Z Downloaded float-cmp v0.9.0
9802024-02-02T01:18:45.262Z Downloaded zeroize v1.7.0
9812024-02-02T01:18:45.262Z Downloaded sct v0.7.0
9822024-02-02T01:18:45.275Z Downloaded trust-dns-client v0.22.0
9832024-02-02T01:18:45.275Z Downloaded pest v2.7.6
9842024-02-02T01:18:45.287Z Downloaded typenum v1.16.0
9852024-02-02T01:18:45.297Z Downloaded russh v0.40.2
9862024-02-02T01:18:45.297Z Downloaded libm v0.2.7
9872024-02-02T01:18:45.306Z Downloaded steno v0.4.0
9882024-02-02T01:18:45.314Z Downloaded rustls-pki-types v1.1.0
9892024-02-02T01:18:45.317Z Downloaded zone_cfg_derive v0.3.0
9902024-02-02T01:18:45.317Z Downloaded signal-hook-registry v1.4.1
9912024-02-02T01:18:45.320Z Downloaded slog-bunyan v2.5.0
9922024-02-02T01:18:45.323Z Downloaded semver v1.0.21
9932024-02-02T01:18:45.336Z Downloaded hyper-rustls v0.24.2
9942024-02-02T01:18:45.336Z Downloaded proc-macro-error v1.0.4
9952024-02-02T01:18:45.336Z Downloaded zerocopy v0.6.4
9962024-02-02T01:18:45.340Z Downloaded vec_map v0.8.2
9972024-02-02T01:18:45.340Z Downloaded dirs-sys-next v0.1.2
9982024-02-02T01:18:45.346Z Downloaded zerocopy v0.3.0
9992024-02-02T01:18:45.346Z Downloaded rand_core v0.5.1
10002024-02-02T01:18:45.358Z Downloaded serde_path_to_error v0.1.15
10012024-02-02T01:18:45.358Z Downloaded ed25519-dalek v2.0.0
10022024-02-02T01:18:45.358Z Downloaded zone v0.3.0
10032024-02-02T01:18:45.358Z Downloaded structmeta-derive v0.2.0
10042024-02-02T01:18:45.358Z Downloaded aes v0.8.3
10052024-02-02T01:18:45.362Z Downloaded serde_tokenstream v0.2.0
10062024-02-02T01:18:45.369Z Downloaded foreign-types v0.5.0
10072024-02-02T01:18:45.372Z Downloaded r2d2 v0.8.10
10082024-02-02T01:18:45.373Z Downloaded either v1.9.0
10092024-02-02T01:18:45.375Z Downloaded slog-async v2.8.0
10102024-02-02T01:18:45.382Z Downloaded unicode-ident v1.0.12
10112024-02-02T01:18:45.382Z Downloaded socket2 v0.5.5
10122024-02-02T01:18:45.386Z Downloaded toml v0.5.11
10132024-02-02T01:18:45.394Z Downloaded rayon-core v1.12.0
10142024-02-02T01:18:45.397Z Downloaded ghash v0.5.0
10152024-02-02T01:18:45.397Z Downloaded unicode-bidi v0.3.13
10162024-02-02T01:18:45.401Z Downloaded spin v0.9.8
10172024-02-02T01:18:45.405Z Downloaded static_assertions v1.1.0
10182024-02-02T01:18:45.411Z Downloaded stable_deref_trait v1.2.0
10192024-02-02T01:18:45.411Z Downloaded version_check v0.9.4
10202024-02-02T01:18:45.414Z Downloaded io-lifetimes v1.0.11
10212024-02-02T01:18:45.417Z Downloaded tar v0.4.40
10222024-02-02T01:18:45.420Z Downloaded signal-hook v0.3.17
10232024-02-02T01:18:45.424Z Downloaded gethostname v0.4.3
10242024-02-02T01:18:45.428Z Downloaded sha1 v0.10.6
10252024-02-02T01:18:45.430Z Downloaded utf-8 v0.7.6
10262024-02-02T01:18:45.433Z Downloaded ryu v1.0.15
10272024-02-02T01:18:45.436Z Downloaded socket2 v0.4.9
10282024-02-02T01:18:45.439Z Downloaded memchr v2.6.3
10292024-02-02T01:18:45.459Z Downloaded unicode-width v0.1.11
10302024-02-02T01:18:45.470Z Downloaded flagset v0.4.3
10312024-02-02T01:18:45.470Z Downloaded fixedbitset v0.4.2
10322024-02-02T01:18:45.470Z Downloaded ipnetwork v0.20.0
10332024-02-02T01:18:45.470Z Downloaded inout v0.1.3
10342024-02-02T01:18:45.470Z Downloaded tokio-macros v2.2.0
10352024-02-02T01:18:45.470Z Downloaded rfc6979 v0.4.0
10362024-02-02T01:18:45.475Z Downloaded slog-scope v4.4.0
10372024-02-02T01:18:45.475Z Downloaded hash32 v0.3.1
10382024-02-02T01:18:45.475Z Downloaded getrandom v0.2.10
10392024-02-02T01:18:45.475Z Downloaded base64 v0.21.7
10402024-02-02T01:18:45.483Z Downloaded serde_tokenstream v0.1.7
10412024-02-02T01:18:45.489Z Downloaded proc-macro-error-attr v1.0.4
10422024-02-02T01:18:45.489Z Downloaded scheduled-thread-pool v0.2.7
10432024-02-02T01:18:45.497Z Downloaded rustc_version v0.4.0
10442024-02-02T01:18:45.498Z Downloaded rustc_version v0.1.7
10452024-02-02T01:18:45.498Z Downloaded dyn-clone v1.0.13
10462024-02-02T01:18:45.506Z Downloaded serde_derive_internals v0.26.0
10472024-02-02T01:18:45.506Z Downloaded slog-envlogger v2.2.0
10482024-02-02T01:18:45.506Z Downloaded futures-macro v0.3.30
10492024-02-02T01:18:45.506Z Downloaded half v2.3.1
10502024-02-02T01:18:45.511Z Downloaded darling_core v0.20.3
10512024-02-02T01:18:45.518Z Downloaded enum-as-inner v0.5.1
10522024-02-02T01:18:45.525Z Downloaded utf8parse v0.2.1
10532024-02-02T01:18:45.525Z Downloaded usdt-macro v0.5.0
10542024-02-02T01:18:45.525Z Downloaded futures-sink v0.3.30
10552024-02-02T01:18:45.525Z Downloaded httpdate v1.0.3
10562024-02-02T01:18:45.525Z Downloaded crossterm v0.27.0
10572024-02-02T01:18:45.535Z Downloaded der v0.7.8
10582024-02-02T01:18:45.543Z Downloaded serde_with_macros v3.5.1
10592024-02-02T01:18:45.547Z Downloaded elliptic-curve v0.13.8
10602024-02-02T01:18:45.557Z Downloaded num-bigint v0.4.4
10612024-02-02T01:18:45.574Z Downloaded is-terminal v0.4.9
10622024-02-02T01:18:45.574Z Downloaded instant v0.1.12
10632024-02-02T01:18:45.574Z Downloaded signature v2.1.0
10642024-02-02T01:18:45.601Z Downloaded smf v0.2.2
10652024-02-02T01:18:45.601Z Downloaded secrecy v0.8.0
10662024-02-02T01:18:45.601Z Downloaded rand_chacha v0.3.1
10672024-02-02T01:18:45.601Z Downloaded textwrap v0.11.0
10682024-02-02T01:18:45.601Z Downloaded zerocopy-derive v0.7.32
10692024-02-02T01:18:45.601Z Downloaded proc-macro-crate v1.3.1
10702024-02-02T01:18:45.601Z Downloaded dof v0.3.0
10712024-02-02T01:18:45.629Z Downloaded indexmap v1.9.3
10722024-02-02T01:18:45.629Z Downloaded rustfmt-wrapper v0.2.0
10732024-02-02T01:18:45.629Z Downloaded errno v0.3.8
10742024-02-02T01:18:45.629Z Downloaded thread_local v1.1.7
10752024-02-02T01:18:45.629Z Downloaded thiserror-impl v1.0.56
10762024-02-02T01:18:45.629Z Downloaded thiserror v1.0.56
10772024-02-02T01:18:45.629Z Downloaded same-file v1.0.6
10782024-02-02T01:18:45.629Z Downloaded rustversion v1.0.14
10792024-02-02T01:18:45.637Z Downloaded dirs v5.0.1
10802024-02-02T01:18:45.637Z Downloaded form_urlencoded v1.2.1
10812024-02-02T01:18:45.637Z Downloaded hyper-tls v0.5.0
10822024-02-02T01:18:45.637Z Downloaded fallible-iterator v0.2.0
10832024-02-02T01:18:45.637Z Downloaded cc v1.0.83
10842024-02-02T01:18:45.637Z Downloaded foreign-types-macros v0.2.3
10852024-02-02T01:18:45.638Z Downloaded tungstenite v0.20.1
10862024-02-02T01:18:45.643Z Downloaded structopt-derive v0.4.18
10872024-02-02T01:18:45.643Z Downloaded mio v0.8.9
10882024-02-02T01:18:45.662Z Downloaded heck v0.3.3
10892024-02-02T01:18:45.662Z Downloaded arc-swap v1.6.0
10902024-02-02T01:18:45.673Z Downloaded allocator-api2 v0.2.16
10912024-02-02T01:18:45.674Z Downloaded tinyvec v1.6.0
10922024-02-02T01:18:45.674Z Downloaded thiserror-no-std v2.0.2
10932024-02-02T01:18:45.683Z Downloaded crossbeam-channel v0.5.8
10942024-02-02T01:18:45.690Z Downloaded structopt v0.3.26
10952024-02-02T01:18:45.704Z Downloaded postcard v1.0.8
10962024-02-02T01:18:45.714Z Downloaded group v0.13.0
10972024-02-02T01:18:45.714Z Downloaded getrandom v0.1.16
10982024-02-02T01:18:45.714Z Downloaded whoami v1.4.1
10992024-02-02T01:18:45.715Z Downloaded pest_meta v2.7.6
11002024-02-02T01:18:45.726Z Downloaded pest_derive v2.7.6
11012024-02-02T01:18:45.726Z Downloaded omicron-zone-package v0.11.0
11022024-02-02T01:18:45.726Z Downloaded filetime v0.2.23
11032024-02-02T01:18:45.737Z Downloaded xattr v1.0.1
11042024-02-02T01:18:45.737Z Downloaded futures-executor v0.3.30
11052024-02-02T01:18:45.737Z Downloaded tokio-native-tls v0.3.1
11062024-02-02T01:18:45.737Z Downloaded spin v0.5.2
11072024-02-02T01:18:45.737Z Downloaded miniz_oxide v0.7.1
11082024-02-02T01:18:45.750Z Downloaded const-oid v0.9.5
11092024-02-02T01:18:45.750Z Downloaded derive-where v1.2.7
11102024-02-02T01:18:45.750Z Downloaded structmeta v0.2.0
11112024-02-02T01:18:45.760Z Downloaded serde_repr v0.1.16
11122024-02-02T01:18:45.760Z Downloaded hex-literal v0.4.1
11132024-02-02T01:18:45.760Z Downloaded hex v0.4.3
11142024-02-02T01:18:45.760Z Downloaded usdt v0.3.5
11152024-02-02T01:18:45.772Z Downloaded tempfile v3.9.0
11162024-02-02T01:18:45.772Z Downloaded minimal-lexical v0.2.1
11172024-02-02T01:18:45.787Z Downloaded string_cache v0.8.7
11182024-02-02T01:18:45.787Z Downloaded term v0.7.0
11192024-02-02T01:18:45.787Z Downloaded stringprep v0.1.3
11202024-02-02T01:18:45.788Z Downloaded pem-rfc7468 v0.7.0
11212024-02-02T01:18:45.788Z Downloaded password-hash v0.4.2
11222024-02-02T01:18:45.803Z Downloaded multer v3.0.0
11232024-02-02T01:18:45.803Z Downloaded darling v0.20.3
11242024-02-02T01:18:45.803Z Downloaded num-complex v0.4.4
11252024-02-02T01:18:45.813Z Downloaded postgres-types v0.2.6
11262024-02-02T01:18:45.813Z Downloaded postgres-protocol v0.6.6
11272024-02-02T01:18:45.813Z Downloaded platforms v3.0.2
11282024-02-02T01:18:45.814Z Downloaded home v0.5.5
11292024-02-02T01:18:45.814Z Downloaded heck v0.4.1
11302024-02-02T01:18:45.814Z Downloaded pin-utils v0.1.0
11312024-02-02T01:18:45.827Z Downloaded parking_lot_core v0.8.6
11322024-02-02T01:18:45.827Z Downloaded subtle v2.5.0
11332024-02-02T01:18:45.827Z Downloaded want v0.3.1
11342024-02-02T01:18:45.827Z Downloaded waitgroup v0.1.2
11352024-02-02T01:18:45.827Z Downloaded pem v3.0.2
11362024-02-02T01:18:45.838Z Downloaded lock_api v0.4.10
11372024-02-02T01:18:45.838Z Downloaded base64ct v1.6.0
11382024-02-02T01:18:45.838Z Downloaded linear-map v1.2.0
11392024-02-02T01:18:45.838Z Downloaded camino v1.1.6
11402024-02-02T01:18:45.838Z Downloaded block-padding v0.3.3
11412024-02-02T01:18:45.848Z Downloaded arrayvec v0.7.4
11422024-02-02T01:18:45.848Z Downloaded anyhow v1.0.75
11432024-02-02T01:18:45.848Z Downloaded strum_macros v0.25.2
11442024-02-02T01:18:46.264Z Downloaded addr2line v0.21.0
11452024-02-02T01:18:46.265Z Downloaded slog-dtrace v0.3.0
11462024-02-02T01:18:46.265Z Downloaded untrusted v0.7.1
11472024-02-02T01:18:46.265Z Downloaded unicode-xid v0.2.4
11482024-02-02T01:18:46.270Z Downloaded pkcs8 v0.10.2
11492024-02-02T01:18:46.270Z Downloaded pest_generator v2.7.6
11502024-02-02T01:18:46.270Z Downloaded time-core v0.1.1
11512024-02-02T01:18:46.270Z Downloaded ciborium v0.2.2
11522024-02-02T01:18:46.270Z Downloaded foreign-types v0.3.2
11532024-02-02T01:18:46.270Z Downloaded native-tls v0.2.11
11542024-02-02T01:18:46.270Z Downloaded parking_lot_core v0.9.8
11552024-02-02T01:18:46.270Z Downloaded bitflags v2.4.0
11562024-02-02T01:18:46.271Z Downloaded async-trait v0.1.77
11572024-02-02T01:18:46.271Z Downloaded fastrand v2.0.0
11582024-02-02T01:18:46.271Z Downloaded topological-sort v0.2.2
11592024-02-02T01:18:46.271Z Downloaded toml_datetime v0.6.5
11602024-02-02T01:18:46.271Z Downloaded clap v4.4.3
11612024-02-02T01:18:46.271Z Downloaded password-hash v0.5.0
11622024-02-02T01:18:46.271Z Downloaded bit-set v0.5.3
11632024-02-02T01:18:46.271Z Downloaded ff v0.13.0
11642024-02-02T01:18:46.271Z Downloaded thiserror-impl-no-std v2.0.2
11652024-02-02T01:18:46.271Z Downloaded data-encoding v2.4.0
11662024-02-02T01:18:46.271Z Downloaded pkg-config v0.3.27
11672024-02-02T01:18:46.271Z Downloaded pbkdf2 v0.12.2
11682024-02-02T01:18:46.271Z Downloaded polyval v0.6.1
11692024-02-02T01:18:46.271Z Downloaded spki v0.7.2
11702024-02-02T01:18:46.271Z Downloaded phf_shared v0.11.2
11712024-02-02T01:18:46.271Z Downloaded cipher v0.4.4
11722024-02-02T01:18:46.271Z Downloaded plain v0.2.3
11732024-02-02T01:18:46.271Z Downloaded lalrpop-util v0.19.12
11742024-02-02T01:18:46.271Z Downloaded anstyle v1.0.2
11752024-02-02T01:18:46.271Z Downloaded argon2 v0.5.3
11762024-02-02T01:18:46.271Z Downloaded debug-ignore v1.0.5
11772024-02-02T01:18:46.272Z Downloaded colored v2.0.4
11782024-02-02T01:18:46.272Z Downloaded cfg-if v1.0.0
11792024-02-02T01:18:46.272Z Downloaded dof v0.1.5
11802024-02-02T01:18:46.272Z Downloaded log v0.4.20
11812024-02-02T01:18:46.272Z Downloaded crossbeam-utils v0.8.16
11822024-02-02T01:18:46.272Z Downloaded defmt v0.3.5
11832024-02-02T01:18:46.272Z Downloaded crypto-bigint v0.5.2
11842024-02-02T01:18:46.272Z Downloaded owo-colors v4.0.0
11852024-02-02T01:18:46.272Z Downloaded blowfish v0.9.1
11862024-02-02T01:18:46.272Z Downloaded base16ct v0.2.0
11872024-02-02T01:18:46.272Z Downloaded crypto-common v0.1.6
11882024-02-02T01:18:46.272Z Downloaded bcrypt-pbkdf v0.10.0
11892024-02-02T01:18:46.272Z Downloaded async-stream v0.3.5
11902024-02-02T01:18:46.272Z Downloaded anstream v0.5.0
11912024-02-02T01:18:46.272Z Downloaded keccak v0.1.4
11922024-02-02T01:18:46.272Z Downloaded atomic-waker v1.1.1
11932024-02-02T01:18:46.272Z Downloaded toolchain_find v0.2.0
11942024-02-02T01:18:46.272Z Downloaded try-lock v0.2.4
11952024-02-02T01:18:46.273Z Downloaded tower-service v0.3.2
11962024-02-02T01:18:46.273Z Downloaded tinyvec_macros v0.1.1
11972024-02-02T01:18:46.273Z Downloaded block-buffer v0.10.4
11982024-02-02T01:18:46.273Z Downloaded camino-tempfile v1.1.1
11992024-02-02T01:18:46.273Z Downloaded swrite v0.1.0
12002024-02-02T01:18:46.273Z Downloaded crossbeam-epoch v0.9.15
12012024-02-02T01:18:46.273Z Downloaded lazy_static v1.4.0
12022024-02-02T01:18:46.273Z Downloaded pretty-hex v0.4.1
12032024-02-02T01:18:46.273Z Downloaded pretty-hex v0.2.1
12042024-02-02T01:18:46.273Z Downloaded nibble_vec v0.1.0
12052024-02-02T01:18:46.273Z Downloaded crc32fast v1.3.2
12062024-02-02T01:18:46.274Z Downloaded curve25519-dalek-derive v0.1.0
12072024-02-02T01:18:46.274Z Downloaded phf_shared v0.10.0
12082024-02-02T01:18:46.274Z Downloaded parking_lot v0.12.1
12092024-02-02T01:18:46.274Z Downloaded anstyle-query v1.0.0
12102024-02-02T01:18:46.274Z Downloaded backoff v0.4.0
12112024-02-02T01:18:46.274Z Downloaded arrayref v0.3.7
12122024-02-02T01:18:46.274Z Downloaded aead v0.5.2
12132024-02-02T01:18:46.274Z Downloaded openssl-macros v0.1.1
12142024-02-02T01:18:46.275Z Downloaded parse-display v0.8.2
12152024-02-02T01:18:46.275Z Downloaded phf v0.11.2
12162024-02-02T01:18:46.275Z Downloaded num-rational v0.4.1
12172024-02-02T01:18:46.275Z Downloaded num-traits v0.2.16
12182024-02-02T01:18:46.275Z Downloaded atomicwrites v0.4.3
12192024-02-02T01:18:46.275Z Downloaded atty v0.2.14
12202024-02-02T01:18:46.275Z Downloaded ansi_term v0.12.1
12212024-02-02T01:18:46.275Z Downloaded new_debug_unreachable v1.0.4
12222024-02-02T01:18:46.275Z Downloaded mime_guess v2.0.4
12232024-02-02T01:18:46.276Z Downloaded md5 v0.7.0
12242024-02-02T01:18:46.276Z Downloaded num v0.4.1
12252024-02-02T01:18:46.276Z Downloaded mime v0.3.17
12262024-02-02T01:18:46.276Z Downloaded openssl-probe v0.1.5
12272024-02-02T01:18:46.276Z Downloaded nom v7.1.3
12282024-02-02T01:18:46.276Z Downloaded autocfg v1.1.0
12292024-02-02T01:18:46.276Z Downloaded num-derive v0.4.0
12302024-02-02T01:18:46.277Z Downloaded cpufeatures v0.2.12
12312024-02-02T01:18:46.277Z Downloaded once_cell v1.19.0
12322024-02-02T01:18:46.277Z Downloaded num_enum_derive v0.5.11
12332024-02-02T01:18:46.277Z Downloaded diesel_table_macro_syntax v0.1.0
12342024-02-02T01:18:46.277Z Downloaded async-stream-impl v0.3.5
12352024-02-02T01:18:46.277Z Downloaded match_cfg v0.1.0
12362024-02-02T01:18:46.277Z Downloaded constant_time_eq v0.3.0
12372024-02-02T01:18:46.277Z Downloaded clap_lex v0.5.1
12382024-02-02T01:18:46.277Z Downloaded clap v2.34.0
12392024-02-02T01:18:46.278Z Downloaded cancel-safe-futures v0.1.5
12402024-02-02T01:18:46.278Z Downloaded cobs v0.2.3
12412024-02-02T01:18:46.278Z Downloaded crossbeam-deque v0.8.3
12422024-02-02T01:18:46.278Z Downloaded anstyle-parse v0.2.1
12432024-02-02T01:18:46.278Z Downloaded pbkdf2 v0.11.0
12442024-02-02T01:18:46.278Z Downloaded num_enum v0.5.11
12452024-02-02T01:18:46.278Z Downloaded adler v1.0.2
12462024-02-02T01:18:46.278Z Downloaded predicates v3.1.0
12472024-02-02T01:18:46.279Z Downloaded num-iter v0.1.43
12482024-02-02T01:18:46.693Z Downloaded colorchoice v1.0.0
12492024-02-02T01:18:46.694Z Downloaded option-ext v0.2.0
12502024-02-02T01:18:46.694Z Downloaded opaque-debug v0.3.0
12512024-02-02T01:18:46.694Z Downloaded precomputed-hash v0.1.1
12522024-02-02T01:18:46.694Z Downloaded memmap v0.7.0
12532024-02-02T01:18:46.694Z Downloaded managed v0.8.0
12542024-02-02T01:18:46.694Z Downloaded clap_derive v4.4.2
12552024-02-02T01:18:46.694Z Downloaded chacha20 v0.9.1
12562024-02-02T01:18:46.694Z Downloaded lru-cache v0.1.2
12572024-02-02T01:18:46.694Z Downloaded matches v0.1.10
12582024-02-02T01:18:46.694Z Downloaded macaddr v1.0.1
12592024-02-02T01:18:46.695Z Downloaded linked-hash-map v0.5.6
12602024-02-02T01:18:46.695Z Downloaded bzip2 v0.4.4
12612024-02-02T01:18:46.695Z Downloaded byteorder v1.5.0
12622024-02-02T01:18:46.712Z Compiling proc-macro2 v1.0.78
12632024-02-02T01:18:46.712Z Compiling unicode-ident v1.0.12
12642024-02-02T01:18:46.712Z Compiling libc v0.2.153
12652024-02-02T01:18:46.712Z Compiling serde v1.0.195
12662024-02-02T01:18:46.712Z Compiling version_check v0.9.4
12672024-02-02T01:18:46.712Z Compiling autocfg v1.1.0
12682024-02-02T01:18:46.713Z Compiling cfg-if v1.0.0
12692024-02-02T01:18:46.810Z Compiling once_cell v1.19.0
12702024-02-02T01:18:46.814Z Compiling syn v1.0.109
12712024-02-02T01:18:47.391Z Compiling thiserror v1.0.56
12722024-02-02T01:18:47.729Z Compiling memchr v2.6.3
12732024-02-02T01:18:47.877Z Compiling lock_api v0.4.10
12742024-02-02T01:18:48.327Z Compiling typenum v1.16.0
12752024-02-02T01:18:48.407Z Compiling byteorder v1.5.0
12762024-02-02T01:18:48.478Z Compiling ahash v0.8.6
12772024-02-02T01:18:48.499Z Compiling parking_lot_core v0.9.8
12782024-02-02T01:18:48.950Z Compiling generic-array v0.14.7
12792024-02-02T01:18:49.128Z Compiling libm v0.2.7
12802024-02-02T01:18:49.176Z Compiling num-traits v0.2.16
12812024-02-02T01:18:49.555Z Compiling serde_json v1.0.113
12822024-02-02T01:18:49.789Z Compiling itoa v1.0.9
12832024-02-02T01:18:50.201Z Compiling quote v1.0.35
12842024-02-02T01:18:50.421Z Compiling slab v0.4.9
12852024-02-02T01:18:50.581Z Compiling log v0.4.20
12862024-02-02T01:18:50.887Z Compiling syn v2.0.48
12872024-02-02T01:18:51.355Z Compiling getrandom v0.2.10
12882024-02-02T01:18:51.401Z Compiling cc v1.0.83
12892024-02-02T01:18:51.769Z Compiling rand_core v0.6.4
12902024-02-02T01:18:51.987Z Compiling scopeguard v1.2.0
12912024-02-02T01:18:52.191Z Compiling ryu v1.0.15
12922024-02-02T01:18:52.847Z Compiling pkg-config v0.3.27
12932024-02-02T01:18:53.168Z Compiling allocator-api2 v0.2.16
12942024-02-02T01:18:53.186Z Compiling heck v0.4.1
12952024-02-02T01:18:53.283Z Compiling smallvec v1.11.2
12962024-02-02T01:18:53.911Z Compiling equivalent v1.0.1
12972024-02-02T01:18:53.954Z Compiling schemars v0.8.16
12982024-02-02T01:18:54.066Z Compiling subtle v2.5.0
12992024-02-02T01:18:54.822Z Compiling vcpkg v0.2.15
13002024-02-02T01:18:55.176Z Compiling pin-project-lite v0.2.13
13012024-02-02T01:18:55.711Z Compiling httparse v1.8.0
13022024-02-02T01:18:55.726Z Compiling ucd-trie v0.1.6
13032024-02-02T01:18:56.447Z Compiling parking_lot v0.12.1
13042024-02-02T01:18:56.466Z Compiling ring v0.17.7
13052024-02-02T01:18:56.685Z Compiling ring v0.16.20
13062024-02-02T01:18:56.896Z Compiling signal-hook-registry v1.4.1
13072024-02-02T01:18:58.109Z Compiling fnv v1.0.7
13082024-02-02T01:18:58.286Z Compiling mio v0.8.9
13092024-02-02T01:18:58.576Z Compiling openssl-sys v0.9.96
13102024-02-02T01:18:58.649Z Compiling iana-time-zone v0.1.57
13112024-02-02T01:18:59.364Z Compiling semver v1.0.21
13122024-02-02T01:18:59.465Z Compiling const-oid v0.9.5
13132024-02-02T01:19:00.150Z Compiling openssl v0.10.60
13142024-02-02T01:19:00.388Z Compiling socket2 v0.5.5
13152024-02-02T01:19:00.631Z Compiling num_cpus v1.16.0
13162024-02-02T01:19:00.915Z Compiling native-tls v0.2.11
13172024-02-02T01:19:01.395Z Compiling rustls v0.21.9
13182024-02-02T01:19:01.725Z Compiling futures-core v0.3.30
13192024-02-02T01:19:01.797Z Compiling dyn-clone v1.0.13
13202024-02-02T01:19:02.115Z Compiling aho-corasick v1.0.4
13212024-02-02T01:19:02.664Z Compiling slog v2.7.0
13222024-02-02T01:19:03.005Z Compiling serde_derive_internals v0.26.0
13232024-02-02T01:19:03.424Z Compiling regex-syntax v0.8.2
13242024-02-02T01:19:03.536Z Compiling crossbeam-utils v0.8.16
13252024-02-02T01:19:03.698Z Compiling spin v0.5.2
13262024-02-02T01:19:04.043Z Compiling async-trait v0.1.77
13272024-02-02T01:19:04.563Z Compiling futures-sink v0.3.30
13282024-02-02T01:19:04.788Z Compiling rustix v0.38.30
13292024-02-02T01:19:05.934Z Compiling backtrace v0.3.69
13302024-02-02T01:19:06.088Z Compiling tinyvec_macros v0.1.1
13312024-02-02T01:19:06.212Z Compiling tinyvec v1.6.0
13322024-02-02T01:19:06.555Z Compiling futures-channel v0.3.30
13332024-02-02T01:19:07.271Z Compiling futures-task v0.3.30
13342024-02-02T01:19:07.794Z Compiling futures-io v0.3.30
13352024-02-02T01:19:07.982Z Compiling pin-utils v0.1.0
13362024-02-02T01:19:08.113Z Compiling winnow v0.5.15
13372024-02-02T01:19:08.359Z Compiling spin v0.9.8
13382024-02-02T01:19:08.841Z Compiling unicode-normalization v0.1.22
13392024-02-02T01:19:08.934Z Compiling memoffset v0.9.0
13402024-02-02T01:19:09.029Z Compiling tracing-core v0.1.31
13412024-02-02T01:19:11.004Z Compiling regex-automata v0.4.4
13422024-02-02T01:19:11.042Z Compiling unicode-bidi v0.3.13
13432024-02-02T01:19:11.054Z Compiling anyhow v1.0.75
13442024-02-02T01:19:11.483Z Compiling unicode-width v0.1.11
13452024-02-02T01:19:11.508Z Compiling cpufeatures v0.2.12
13462024-02-02T01:19:12.398Z Compiling crc32fast v1.3.2
13472024-02-02T01:19:13.785Z Compiling crossbeam-epoch v0.9.15
13482024-02-02T01:19:13.849Z Compiling time-core v0.1.1
13492024-02-02T01:19:14.405Z Compiling time-macros v0.2.13
13502024-02-02T01:19:14.974Z Compiling serde_derive v1.0.195
13512024-02-02T01:19:15.220Z Compiling zerocopy-derive v0.7.32
13522024-02-02T01:19:15.324Z Compiling zeroize_derive v1.4.2
13532024-02-02T01:19:15.665Z Compiling thiserror-impl v1.0.56
13542024-02-02T01:19:18.229Z Compiling tokio-macros v2.2.0
13552024-02-02T01:19:18.807Z Compiling zeroize v1.7.0
13562024-02-02T01:19:18.908Z Compiling zerocopy v0.7.32
13572024-02-02T01:19:19.406Z Compiling futures-macro v0.3.30
13582024-02-02T01:19:21.079Z Compiling tracing-attributes v0.1.26
13592024-02-02T01:19:21.534Z Compiling schemars_derive v0.8.16
13602024-02-02T01:19:21.604Z Compiling pest v2.7.6
13612024-02-02T01:19:22.126Z Compiling crypto-common v0.1.6
13622024-02-02T01:19:22.454Z Compiling hashbrown v0.14.2
13632024-02-02T01:19:22.928Z Compiling openssl-macros v0.1.1
13642024-02-02T01:19:24.113Z Compiling block-buffer v0.10.4
13652024-02-02T01:19:24.596Z Compiling digest v0.10.7
13662024-02-02T01:19:24.657Z Compiling hashbrown v0.13.2
13672024-02-02T01:19:25.346Z Compiling regex v1.10.3
13682024-02-02T01:19:26.137Z Compiling pest_meta v2.7.6
13692024-02-02T01:19:26.498Z Compiling futures-util v0.3.30
13702024-02-02T01:19:27.373Z Compiling der_derive v0.7.2
13712024-02-02T01:19:27.623Z Compiling tracing v0.1.37
13722024-02-02T01:19:28.397Z Compiling pest_generator v2.7.6
13732024-02-02T01:19:31.920Z Compiling errno v0.3.8
13742024-02-02T01:19:32.260Z Compiling num-integer v0.1.45
13752024-02-02T01:19:33.375Z Compiling untrusted v0.7.1
13762024-02-02T01:19:33.565Z Compiling foreign-types-shared v0.1.1
13772024-02-02T01:19:33.677Z Compiling percent-encoding v2.3.1
13782024-02-02T01:19:33.712Z Compiling untrusted v0.9.0
13792024-02-02T01:19:34.363Z Compiling foreign-types v0.3.2
13802024-02-02T01:19:34.927Z Compiling pest_derive v2.7.6
13812024-02-02T01:19:36.786Z Compiling ppv-lite86 v0.2.17
13822024-02-02T01:19:36.893Z Compiling try-lock v0.2.4
13832024-02-02T01:19:36.972Z Compiling unicode-xid v0.2.4
13842024-02-02T01:19:37.093Z Compiling base64 v0.21.7
13852024-02-02T01:19:37.220Z Compiling synstructure v0.12.6
13862024-02-02T01:19:38.086Z Compiling sct v0.7.0
13872024-02-02T01:19:38.325Z Compiling rustls-webpki v0.101.7
13882024-02-02T01:19:38.540Z Compiling want v0.3.1
13892024-02-02T01:19:39.646Z Compiling bytes v1.5.0
13902024-02-02T01:19:40.310Z Compiling indexmap v2.2.2
13912024-02-02T01:19:40.702Z Compiling uuid v1.7.0
13922024-02-02T01:19:40.753Z Compiling chrono v0.4.31
13932024-02-02T01:19:41.618Z Compiling tokio v1.35.1
13942024-02-02T01:19:41.729Z Compiling http v0.2.11
13952024-02-02T01:19:43.289Z Compiling bitflags v2.4.0
13962024-02-02T01:19:43.366Z Compiling toml_datetime v0.6.5
13972024-02-02T01:19:43.973Z Compiling serde_spanned v0.6.4
13982024-02-02T01:19:44.061Z Compiling openapiv3 v2.0.0
13992024-02-02T01:19:44.373Z Compiling toml_edit v0.19.15
14002024-02-02T01:19:45.952Z Compiling rustc_version v0.4.0
14012024-02-02T01:19:49.326Z Compiling serde_tokenstream v0.2.0
14022024-02-02T01:19:49.635Z Compiling http-body v0.4.5
14032024-02-02T01:19:50.264Z Compiling form_urlencoded v1.2.1
14042024-02-02T01:19:50.846Z Compiling scroll_derive v0.12.0
14052024-02-02T01:19:52.385Z Compiling socket2 v0.4.9
14062024-02-02T01:19:53.415Z Compiling openssl-probe v0.1.5
14072024-02-02T01:19:53.731Z Compiling httpdate v1.0.3
14082024-02-02T01:19:53.900Z Compiling tower-service v0.3.2
14092024-02-02T01:19:54.494Z Compiling io-lifetimes v1.0.11
14102024-02-02T01:19:55.398Z Compiling tokio-util v0.7.10
14112024-02-02T01:19:56.494Z Compiling zerocopy-derive v0.2.0
14122024-02-02T01:19:57.818Z Compiling h2 v0.3.24
14132024-02-02T01:19:58.108Z Compiling idna v0.5.0
14142024-02-02T01:19:59.856Z Compiling lazy_static v1.4.0
14152024-02-02T01:20:00.828Z Compiling thread-id v4.2.0
14162024-02-02T01:20:00.988Z Compiling adler v1.0.2
14172024-02-02T01:20:01.322Z Compiling miniz_oxide v0.7.1
14182024-02-02T01:20:01.547Z Compiling tokio-native-tls v0.3.1
14192024-02-02T01:20:01.979Z Compiling url v2.5.0
14202024-02-02T01:20:03.993Z Compiling tokio-rustls v0.24.1
14212024-02-02T01:20:04.715Z Compiling rand_chacha v0.3.1
14222024-02-02T01:20:04.985Z Compiling ipnet v2.9.0
14232024-02-02T01:20:05.768Z Compiling rustix v0.37.23
14242024-02-02T01:20:06.010Z Compiling rand v0.8.5
14252024-02-02T01:20:07.092Z Compiling serde_urlencoded v0.7.1
14262024-02-02T01:20:07.118Z Compiling rustls-pemfile v1.0.3
14272024-02-02T01:20:07.915Z Compiling usdt-impl v0.3.5
14282024-02-02T01:20:07.981Z Compiling encoding_rs v0.8.33
14292024-02-02T01:20:08.122Z Compiling gimli v0.28.0
14302024-02-02T01:20:08.338Z Compiling webpki-roots v0.25.2
14312024-02-02T01:20:08.401Z Compiling mime v0.3.17
14322024-02-02T01:20:08.881Z Compiling either v1.9.0
14332024-02-02T01:20:09.412Z Compiling hyper v0.14.27
14342024-02-02T01:20:12.136Z Compiling regress v0.7.1
14352024-02-02T01:20:12.222Z Compiling object v0.32.1
14362024-02-02T01:20:12.496Z Compiling num-bigint v0.4.4
14372024-02-02T01:20:13.778Z Compiling usdt-impl v0.5.0
14382024-02-02T01:20:14.596Z Compiling rustc-demangle v0.1.23
14392024-02-02T01:20:15.986Z Compiling addr2line v0.21.0
14402024-02-02T01:20:16.209Z Compiling flate2 v1.0.28
14412024-02-02T01:20:16.898Z Compiling zerocopy v0.3.0
14422024-02-02T01:20:17.011Z Compiling scroll v0.12.0
14432024-02-02T01:20:17.796Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14442024-02-02T01:20:17.821Z Compiling heapless v0.7.16
14452024-02-02T01:20:17.883Z Compiling futures-executor v0.3.30
14462024-02-02T01:20:18.462Z Compiling bzip2-sys v0.1.11+1.0.8
14472024-02-02T01:20:18.551Z Compiling plain v0.2.3
14482024-02-02T01:20:18.789Z Compiling signal-hook v0.3.17
14492024-02-02T01:20:19.242Z Compiling rustversion v1.0.14
14502024-02-02T01:20:20.148Z Compiling goblin v0.8.0
14512024-02-02T01:20:21.241Z Compiling hyper-rustls v0.24.2
14522024-02-02T01:20:21.512Z Compiling hyper-tls v0.5.0
14532024-02-02T01:20:22.038Z Compiling reqwest v0.11.22
14542024-02-02T01:20:23.159Z Compiling futures v0.3.30
14552024-02-02T01:20:23.334Z Compiling dof v0.1.5
14562024-02-02T01:20:26.166Z Compiling toml v0.7.8
14572024-02-02T01:20:26.307Z Compiling toml_edit v0.21.0
14582024-02-02T01:20:26.351Z Compiling hex v0.4.3
14592024-02-02T01:20:26.655Z Compiling dtrace-parser v0.1.14
14602024-02-02T01:20:27.480Z Compiling strsim v0.10.0
14612024-02-02T01:20:28.756Z Compiling pretty-hex v0.4.1
14622024-02-02T01:20:28.783Z Compiling base64ct v1.6.0
14632024-02-02T01:20:29.834Z Compiling dof v0.3.0
14642024-02-02T01:20:32.531Z Compiling serde_tokenstream v0.1.7
14652024-02-02T01:20:33.398Z Compiling dtrace-parser v0.2.0
14662024-02-02T01:20:33.758Z Compiling bitflags v1.3.2
14672024-02-02T01:20:34.053Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14682024-02-02T01:20:35.192Z Compiling smoltcp v0.9.1
14692024-02-02T01:20:35.309Z Compiling strum_macros v0.25.2
14702024-02-02T01:20:35.633Z Compiling pem-rfc7468 v0.7.0
14712024-02-02T01:20:36.976Z Compiling hmac v0.12.1
14722024-02-02T01:20:37.264Z Compiling enum-as-inner v0.5.1
14732024-02-02T01:20:37.300Z Compiling num-iter v0.1.43
14742024-02-02T01:20:37.734Z Compiling flagset v0.4.3
14752024-02-02T01:20:37.799Z Compiling unicode-segmentation v1.10.1
14762024-02-02T01:20:38.259Z Compiling siphasher v0.3.11
14772024-02-02T01:20:39.042Z Compiling der v0.7.8
14782024-02-02T01:20:39.426Z Compiling usdt-attr-macro v0.3.5
14792024-02-02T01:20:39.565Z Compiling usdt-macro v0.3.5
14802024-02-02T01:20:41.087Z Compiling hubpack_derive v0.1.1
14812024-02-02T01:20:41.770Z Compiling zerocopy-derive v0.6.4
14822024-02-02T01:20:42.516Z Compiling num_threads v0.1.6
14832024-02-02T01:20:42.978Z Compiling utf8parse v0.2.1
14842024-02-02T01:20:43.084Z Compiling deranged v0.3.8
14852024-02-02T01:20:43.226Z Compiling anstyle v1.0.2
14862024-02-02T01:20:45.477Z Compiling sha2 v0.10.8
14872024-02-02T01:20:45.543Z Compiling anstyle-parse v0.2.1
14882024-02-02T01:20:46.074Z Compiling time v0.3.27
14892024-02-02T01:20:46.286Z Compiling spki v0.7.2
14902024-02-02T01:20:49.507Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14912024-02-02T01:20:50.263Z Compiling md-5 v0.10.5
14922024-02-02T01:20:50.555Z Compiling block-padding v0.3.3
14932024-02-02T01:20:50.652Z Compiling clap_derive v4.4.2
14942024-02-02T01:20:50.935Z Compiling getopts v0.2.21
14952024-02-02T01:20:51.859Z Compiling stringprep v0.1.3
14962024-02-02T01:20:52.684Z Compiling diesel_table_macro_syntax v0.1.0
14972024-02-02T01:21:02.037Z Compiling hash32 v0.2.1
14982024-02-02T01:21:02.512Z Compiling anstyle-query v1.0.0
14992024-02-02T01:21:02.512Z Compiling stable_deref_trait v1.2.0
15002024-02-02T01:21:02.671Z Compiling colorchoice v1.0.0
15012024-02-02T01:21:02.671Z Compiling fallible-iterator v0.2.0
15022024-02-02T01:21:02.791Z Compiling postgres-protocol v0.6.6
15032024-02-02T01:21:02.791Z Compiling anstream v0.5.0
15042024-02-02T01:21:02.791Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
15052024-02-02T01:21:02.792Z Compiling diesel_derives v2.1.2
15062024-02-02T01:21:02.792Z Compiling inout v0.1.3
15072024-02-02T01:21:02.792Z Compiling terminal_size v0.2.6
15082024-02-02T01:21:02.792Z Compiling pkcs8 v0.10.2
15092024-02-02T01:21:02.792Z Compiling phf_shared v0.11.2
15102024-02-02T01:21:03.534Z Compiling ff v0.13.0
15112024-02-02T01:21:04.326Z Compiling serde_repr v0.1.16
15122024-02-02T01:21:05.097Z Compiling scheduled-thread-pool v0.2.7
15132024-02-02T01:21:06.336Z Compiling unsafe-libyaml v0.2.10
15142024-02-02T01:21:08.177Z Compiling base16ct v0.2.0
15152024-02-02T01:21:08.203Z Compiling regex-automata v0.1.10
15162024-02-02T01:21:08.706Z Compiling matches v0.1.10
15172024-02-02T01:21:08.995Z Compiling managed v0.8.0
15182024-02-02T01:21:09.331Z Compiling clap_lex v0.5.1
15192024-02-02T01:21:09.571Z Compiling bit-vec v0.6.3
15202024-02-02T01:21:09.784Z Compiling clap_builder v4.4.2
15212024-02-02T01:21:13.104Z Compiling bstr v0.2.17
15222024-02-02T01:21:13.722Z Compiling idna v0.2.3
15232024-02-02T01:21:13.827Z Compiling serde_yaml v0.9.25
15242024-02-02T01:21:14.586Z Compiling sec1 v0.7.3
15252024-02-02T01:21:15.536Z Compiling r2d2 v0.8.10
15262024-02-02T01:21:16.533Z Compiling group v0.13.0
15272024-02-02T01:21:18.878Z Compiling phf v0.11.2
15282024-02-02T01:21:19.341Z Compiling signal-hook-mio v0.2.3
15292024-02-02T01:21:19.357Z Compiling bzip2 v0.4.4
15302024-02-02T01:21:19.568Z Compiling cipher v0.4.4
15312024-02-02T01:21:19.954Z Compiling postgres-types v0.2.6
15322024-02-02T01:21:20.399Z Compiling zerocopy v0.6.4
15332024-02-02T01:21:21.031Z Compiling hubpack v0.1.2
15342024-02-02T01:21:21.310Z Compiling phf_shared v0.10.0
15352024-02-02T01:21:21.770Z Compiling hkdf v0.12.4
15362024-02-02T01:21:21.899Z Compiling crypto-bigint v0.5.2
15372024-02-02T01:21:21.923Z Compiling ipnetwork v0.20.0
15382024-02-02T01:21:22.573Z Compiling float-cmp v0.9.0
15392024-02-02T01:21:23.368Z Compiling data-encoding v2.4.0
15402024-02-02T01:21:24.011Z Compiling fixedbitset v0.4.2
15412024-02-02T01:21:24.753Z Compiling normalize-line-endings v0.3.0
15422024-02-02T01:21:26.068Z Compiling predicates-core v1.0.6
15432024-02-02T01:21:26.141Z Compiling difflib v0.4.0
15442024-02-02T01:21:27.427Z Compiling precomputed-hash v0.1.1
15452024-02-02T01:21:27.590Z Compiling regex-automata v0.3.8
15462024-02-02T01:21:27.683Z Compiling minimal-lexical v0.2.1
15472024-02-02T01:21:27.686Z Compiling whoami v1.4.1
15482024-02-02T01:21:28.521Z Compiling new_debug_unreachable v1.0.4
15492024-02-02T01:21:28.662Z Compiling static_assertions v1.1.0
15502024-02-02T01:21:29.209Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15512024-02-02T01:21:29.213Z Compiling string_cache v0.8.7
15522024-02-02T01:21:29.213Z Compiling nom v7.1.3
15532024-02-02T01:21:29.652Z Compiling tokio-postgres v0.7.10
15542024-02-02T01:21:30.974Z Compiling bstr v1.6.0
15552024-02-02T01:21:31.883Z Compiling predicates v3.1.0
15562024-02-02T01:21:33.578Z Compiling diesel v2.1.4
15572024-02-02T01:21:34.634Z Compiling elliptic-curve v0.13.8
15582024-02-02T01:21:34.745Z Compiling petgraph v0.6.4
15592024-02-02T01:21:35.248Z Compiling trust-dns-proto v0.22.0
15602024-02-02T01:21:37.074Z Compiling yasna v0.5.2
15612024-02-02T01:21:37.107Z Compiling zip v0.6.6
15622024-02-02T01:21:37.145Z Compiling crossterm v0.27.0
15632024-02-02T01:21:38.917Z Compiling clap v4.4.3
15642024-02-02T01:21:39.081Z Compiling similar v2.3.0
15652024-02-02T01:21:39.563Z Compiling bit-set v0.5.3
15662024-02-02T01:21:39.828Z Compiling usdt v0.3.5
15672024-02-02T01:21:40.248Z Compiling itertools v0.10.5
15682024-02-02T01:21:40.330Z Compiling console v0.15.8
15692024-02-02T01:21:40.788Z Compiling tokio-stream v0.1.14
15702024-02-02T01:21:43.323Z Compiling lalrpop-util v0.19.12
15712024-02-02T01:21:43.589Z Compiling camino v1.1.6
15722024-02-02T01:21:49.637Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15732024-02-02T01:22:03.141Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15742024-02-02T01:22:41.529Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15752024-02-02T01:22:46.086Z Compiling sha1 v0.10.6
15762024-02-02T01:22:46.976Z Compiling atty v0.2.14
15772024-02-02T01:22:47.164Z Compiling match_cfg v0.1.0
15782024-02-02T01:22:47.293Z Compiling hostname v0.3.1
15792024-02-02T01:22:47.312Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15802024-02-02T01:22:47.654Z Compiling dirs-sys-next v0.1.2
15812024-02-02T01:22:47.931Z Compiling rustls-pki-types v1.1.0
15822024-02-02T01:22:49.178Z Compiling ident_case v1.0.1
15832024-02-02T01:22:49.181Z Compiling dirs-next v2.0.0
15842024-02-02T01:22:49.181Z Compiling darling_core v0.20.3
15852024-02-02T01:22:49.181Z Compiling thread_local v1.1.7
15862024-02-02T01:22:49.181Z Compiling slog-async v2.8.0
15872024-02-02T01:22:49.182Z Compiling rustls v0.22.2
15882024-02-02T01:22:49.431Z Compiling rustls-webpki v0.102.1
15892024-02-02T01:22:49.758Z Compiling term v0.7.0
15902024-02-02T01:22:50.588Z Compiling crossbeam-channel v0.5.8
15912024-02-02T01:22:51.325Z Compiling multer v3.0.0
15922024-02-02T01:22:51.693Z Compiling instant v0.1.12
15932024-02-02T01:22:51.766Z Compiling paste v1.0.14
15942024-02-02T01:22:51.894Z Compiling take_mut v0.2.2
15952024-02-02T01:22:52.290Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15962024-02-02T01:22:52.607Z Compiling slog-term v2.9.0
15972024-02-02T01:22:52.634Z Compiling slog-json v2.6.1
15982024-02-02T01:22:52.969Z Compiling http v1.0.0
15992024-02-02T01:22:53.477Z Compiling async-stream-impl v0.3.5
16002024-02-02T01:22:54.190Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16012024-02-02T01:22:54.640Z Compiling debug-ignore v1.0.5
16022024-02-02T01:22:54.792Z Compiling atomic-waker v1.1.1
16032024-02-02T01:22:54.939Z Compiling slog-bunyan v2.5.0
16042024-02-02T01:22:55.056Z Compiling waitgroup v0.1.2
16052024-02-02T01:22:55.392Z Compiling rustls-pemfile v2.0.0
16062024-02-02T01:22:55.560Z Compiling async-stream v0.3.5
16072024-02-02T01:22:56.083Z Compiling toml v0.8.8
16082024-02-02T01:22:57.245Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16092024-02-02T01:22:57.693Z Compiling serde_path_to_error v0.1.15
16102024-02-02T01:22:57.929Z Compiling structmeta-derive v0.2.0
16112024-02-02T01:22:58.579Z Compiling darling_macro v0.20.3
16122024-02-02T01:22:58.745Z Compiling strum v0.25.0
16132024-02-02T01:22:58.986Z Compiling regex-syntax v0.7.5
16142024-02-02T01:22:59.008Z Compiling backoff v0.4.0
16152024-02-02T01:22:59.572Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16162024-02-02T01:23:00.282Z Compiling darling v0.20.3
16172024-02-02T01:23:00.447Z Compiling serde_with_macros v3.5.1
16182024-02-02T01:23:00.718Z Compiling tokio-rustls v0.25.0
16192024-02-02T01:23:00.958Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16202024-02-02T01:23:01.188Z Compiling macaddr v1.0.1
16212024-02-02T01:23:01.925Z Compiling proc-macro-error-attr v1.0.4
16222024-02-02T01:23:01.951Z Compiling proc-macro-crate v1.3.1
16232024-02-02T01:23:02.462Z Compiling proc-macro-error v1.0.4
16242024-02-02T01:23:02.920Z Compiling heapless v0.8.0
16252024-02-02T01:23:03.088Z Compiling structmeta v0.2.0
16262024-02-02T01:23:03.743Z Compiling num_enum_derive v0.5.11
16272024-02-02T01:23:04.323Z Compiling hash32 v0.3.1
16282024-02-02T01:23:04.724Z Compiling smoltcp v0.11.0
16292024-02-02T01:23:05.490Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16302024-02-02T01:23:05.916Z Compiling serde_with v3.5.1
16312024-02-02T01:23:05.946Z Compiling rayon-core v1.12.0
16322024-02-02T01:23:07.322Z Compiling crossbeam-deque v0.8.3
16332024-02-02T01:23:07.849Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16342024-02-02T01:23:08.101Z Compiling same-file v1.0.6
16352024-02-02T01:23:08.278Z Compiling cobs v0.2.3
16362024-02-02T01:23:08.429Z Compiling num_enum v0.5.11
16372024-02-02T01:23:08.461Z Compiling fastrand v2.0.0
16382024-02-02T01:23:08.776Z Compiling embedded-io v0.4.0
16392024-02-02T01:23:09.134Z Compiling postcard v1.0.8
16402024-02-02T01:23:09.433Z Compiling tempfile v3.9.0
16412024-02-02T01:23:10.635Z Compiling walkdir v2.4.0
16422024-02-02T01:23:10.749Z Compiling parse-display-derive v0.8.2
16432024-02-02T01:23:11.088Z Compiling semver-parser v0.10.2
16442024-02-02T01:23:11.938Z Compiling foreign-types-macros v0.2.3
16452024-02-02T01:23:12.864Z Compiling blake3 v1.5.0
16462024-02-02T01:23:13.814Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16472024-02-02T01:23:13.839Z Compiling crucible-workspace-hack v0.1.0
16482024-02-02T01:23:14.028Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16492024-02-02T01:23:14.296Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16502024-02-02T01:23:14.314Z Compiling foreign-types-shared v0.3.1
16512024-02-02T01:23:14.482Z Compiling foreign-types v0.5.0
16522024-02-02T01:23:14.645Z Compiling semver v0.11.0
16532024-02-02T01:23:14.662Z Compiling rayon v1.8.0
16542024-02-02T01:23:15.974Z Compiling is-terminal v0.4.9
16552024-02-02T01:23:15.981Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16562024-02-02T01:23:15.981Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16572024-02-02T01:23:15.981Z Compiling cstr-argument v0.1.2
16582024-02-02T01:23:16.321Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16592024-02-02T01:23:16.659Z Compiling filetime v0.2.23
16602024-02-02T01:23:17.006Z Compiling memmap2 v0.7.1
16612024-02-02T01:23:17.150Z Compiling xattr v1.0.1
16622024-02-02T01:23:17.190Z Compiling constant_time_eq v0.3.0
16632024-02-02T01:23:17.453Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16642024-02-02T01:23:17.559Z Compiling pretty-hex v0.2.1
16652024-02-02T01:23:17.688Z Compiling home v0.5.5
16662024-02-02T01:23:17.831Z Compiling arrayvec v0.7.4
16672024-02-02T01:23:17.876Z Compiling arrayref v0.3.7
16682024-02-02T01:23:18.024Z Compiling toolchain_find v0.2.0
16692024-02-02T01:23:18.099Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16702024-02-02T01:23:18.331Z Compiling parse-display v0.8.2
16712024-02-02T01:23:18.616Z Compiling tar v0.4.40
16722024-02-02T01:23:18.813Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16732024-02-02T01:23:18.881Z Compiling camino-tempfile v1.1.1
16742024-02-02T01:23:18.985Z Compiling colored v2.0.4
16752024-02-02T01:23:19.674Z Compiling toml v0.5.11
16762024-02-02T01:23:19.868Z Compiling topological-sort v0.2.2
16772024-02-02T01:23:19.884Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16782024-02-02T01:23:20.020Z Compiling platforms v3.0.2
16792024-02-02T01:23:20.384Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16802024-02-02T01:23:20.548Z Compiling zone_cfg_derive v0.3.0
16812024-02-02T01:23:21.166Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16822024-02-02T01:23:22.198Z Compiling textwrap v0.11.0
16832024-02-02T01:23:22.472Z Compiling heck v0.3.3
16842024-02-02T01:23:23.013Z Compiling omicron-zone-package v0.11.0
16852024-02-02T01:23:23.030Z Compiling rustfmt-wrapper v0.2.0
16862024-02-02T01:23:23.828Z Compiling num-derive v0.4.0
16872024-02-02T01:23:24.070Z Compiling libefi-sys v0.1.0
16882024-02-02T01:23:24.658Z Compiling vec_map v0.8.2
16892024-02-02T01:23:24.758Z Compiling strsim v0.8.0
16902024-02-02T01:23:24.971Z Compiling ansi_term v0.12.1
16912024-02-02T01:23:25.788Z Compiling clap v2.34.0
16922024-02-02T01:23:25.910Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16932024-02-02T01:23:26.045Z Compiling structopt-derive v0.4.18
16942024-02-02T01:23:26.064Z Compiling zone v0.3.0
16952024-02-02T01:23:26.698Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16962024-02-02T01:23:27.596Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16972024-02-02T01:23:27.620Z Compiling smf v0.2.2
16982024-02-02T01:23:28.356Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16992024-02-02T01:23:28.723Z Compiling unicase v2.7.0
17002024-02-02T01:23:28.919Z Compiling semver v0.1.20
17012024-02-02T01:23:29.257Z Compiling curve25519-dalek v4.1.1
17022024-02-02T01:23:29.944Z Compiling rustc_version v0.1.7
17032024-02-02T01:23:30.071Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17042024-02-02T01:23:30.139Z Compiling universal-hash v0.5.1
17052024-02-02T01:23:30.277Z Compiling opaque-debug v0.3.0
17062024-02-02T01:23:30.452Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17072024-02-02T01:23:30.558Z Compiling curve25519-dalek-derive v0.1.0
17082024-02-02T01:23:30.703Z Compiling newtype_derive v0.1.6
17092024-02-02T01:23:31.101Z Compiling gethostname v0.4.3
17102024-02-02T01:23:31.200Z Compiling num-rational v0.4.1
17112024-02-02T01:23:31.200Z Compiling getrandom v0.1.16
17122024-02-02T01:23:31.454Z Compiling structopt v0.3.26
17132024-02-02T01:23:31.521Z Compiling usdt-attr-macro v0.5.0
17142024-02-02T01:23:38.187Z Compiling usdt-macro v0.5.0
17152024-02-02T01:23:38.408Z Compiling password-hash v0.5.0
17162024-02-02T01:23:38.409Z Compiling signature v2.1.0
17172024-02-02T01:23:38.409Z Compiling blake2 v0.10.6
17182024-02-02T01:23:38.409Z Compiling memmap v0.7.0
17192024-02-02T01:23:38.409Z Compiling linked-hash-map v0.5.6
17202024-02-02T01:23:38.409Z Compiling quick-error v1.2.3
17212024-02-02T01:23:38.409Z Compiling parking_lot_core v0.8.6
17222024-02-02T01:23:38.409Z Compiling resolv-conf v0.7.0
17232024-02-02T01:23:38.409Z Compiling usdt v0.5.0
17242024-02-02T01:23:38.409Z Compiling lru-cache v0.1.2
17252024-02-02T01:23:38.409Z Compiling argon2 v0.5.3
17262024-02-02T01:23:38.482Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17272024-02-02T01:23:38.482Z Compiling aead v0.5.2
17282024-02-02T01:23:38.482Z Compiling num-complex v0.4.4
17292024-02-02T01:23:38.482Z Compiling nibble_vec v0.1.0
17302024-02-02T01:23:38.482Z Compiling slog-dtrace v0.3.0
17312024-02-02T01:23:38.482Z Compiling utf-8 v0.7.6
17322024-02-02T01:23:38.482Z Compiling keccak v0.1.4
17332024-02-02T01:23:38.482Z Compiling arc-swap v1.6.0
17342024-02-02T01:23:38.482Z Compiling winapi v0.3.9
17352024-02-02T01:23:38.898Z Compiling cancel-safe-futures v0.1.5
17362024-02-02T01:23:39.453Z Compiling endian-type v0.1.2
17372024-02-02T01:23:39.521Z Compiling slog-scope v4.4.0
17382024-02-02T01:23:39.805Z Compiling radix_trie v0.2.1
17392024-02-02T01:23:40.440Z Compiling sha3 v0.10.8
17402024-02-02T01:23:40.445Z Compiling num v0.4.1
17412024-02-02T01:23:40.445Z Compiling tungstenite v0.20.1
17422024-02-02T01:23:40.591Z Compiling steno v0.4.0
17432024-02-02T01:23:41.339Z Compiling mime_guess v2.0.4
17442024-02-02T01:23:41.351Z Compiling rand_core v0.5.1
17452024-02-02T01:23:41.635Z Compiling trust-dns-resolver v0.22.0
17462024-02-02T01:23:43.311Z Compiling poly1305 v0.8.0
17472024-02-02T01:23:43.342Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17482024-02-02T01:23:44.101Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17492024-02-02T01:23:45.206Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17502024-02-02T01:23:45.850Z Compiling chacha20 v0.9.1
17512024-02-02T01:23:45.874Z Compiling rfc6979 v0.4.0
17522024-02-02T01:23:46.153Z Compiling secrecy v0.8.0
17532024-02-02T01:23:46.581Z Compiling thiserror-impl-no-std v2.0.2
17542024-02-02T01:23:46.603Z Compiling half v2.3.1
17552024-02-02T01:23:47.544Z Compiling option-ext v0.2.0
17562024-02-02T01:23:47.723Z Compiling ciborium-io v0.2.2
17572024-02-02T01:23:47.912Z Compiling convert_case v0.4.0
17582024-02-02T01:23:48.048Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17592024-02-02T01:23:49.329Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17602024-02-02T01:23:49.503Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17612024-02-02T01:23:51.123Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17622024-02-02T01:23:51.732Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17632024-02-02T01:23:52.039Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17642024-02-02T01:23:52.138Z Compiling thiserror-no-std v2.0.2
17652024-02-02T01:23:52.306Z Compiling derive_more v0.99.17
17662024-02-02T01:23:52.362Z Compiling ciborium-ll v0.2.2
17672024-02-02T01:23:52.645Z Compiling dirs-sys v0.4.1
17682024-02-02T01:23:53.049Z Compiling ecdsa v0.16.9
17692024-02-02T01:23:53.657Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17702024-02-02T01:23:54.517Z Compiling parking_lot v0.11.2
17712024-02-02T01:23:54.840Z Compiling tokio-tungstenite v0.20.1
17722024-02-02T01:23:55.044Z Compiling rand_chacha v0.2.2
17732024-02-02T01:23:56.195Z Compiling trust-dns-client v0.22.0
17742024-02-02T01:23:56.761Z Compiling slog-stdlog v4.1.1
17752024-02-02T01:23:57.505Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17762024-02-02T01:23:58.263Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17772024-02-02T01:23:58.287Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17782024-02-02T01:24:01.239Z Compiling ed25519 v2.2.2
17792024-02-02T01:24:01.971Z Compiling polyval v0.6.1
17802024-02-02T01:24:02.655Z Compiling primeorder v0.13.6
17812024-02-02T01:24:03.191Z Compiling ctr v0.9.2
17822024-02-02T01:24:03.458Z Compiling blowfish v0.9.1
17832024-02-02T01:24:03.740Z Compiling aes v0.8.3
17842024-02-02T01:24:04.232Z Compiling password-hash v0.4.2
17852024-02-02T01:24:05.812Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17862024-02-02T01:24:06.902Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17872024-02-02T01:24:08.771Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17882024-02-02T01:24:14.926Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17892024-02-02T01:24:18.818Z Compiling libsw v3.3.1
17902024-02-02T01:24:20.755Z Compiling pbkdf2 v0.12.2
17912024-02-02T01:24:21.020Z Compiling derive-where v1.2.7
17922024-02-02T01:24:24.036Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17932024-02-02T01:24:24.045Z Compiling fxhash v0.2.1
17942024-02-02T01:24:24.045Z Compiling linear-map v1.2.0
17952024-02-02T01:24:24.045Z Compiling owo-colors v4.0.0
17962024-02-02T01:24:24.117Z Compiling swrite v0.1.0
17972024-02-02T01:24:24.650Z Compiling sled v0.34.7
17982024-02-02T01:24:25.297Z Compiling trust-dns-server v0.22.1
17992024-02-02T01:24:25.700Z Compiling bcrypt-pbkdf v0.10.0
18002024-02-02T01:24:25.929Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18012024-02-02T01:24:26.638Z Compiling pbkdf2 v0.11.0
18022024-02-02T01:24:27.125Z Compiling p256 v0.13.2
18032024-02-02T01:24:27.194Z Compiling ghash v0.5.0
18042024-02-02T01:24:27.458Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18052024-02-02T01:24:27.470Z Compiling ed25519-dalek v2.0.0
18062024-02-02T01:24:28.099Z Compiling slog-envlogger v2.2.0
18072024-02-02T01:24:28.466Z Compiling russh-cryptovec v0.7.0
18082024-02-02T01:24:28.569Z Compiling rand v0.7.3
18092024-02-02T01:24:29.193Z Compiling dirs v5.0.1
18102024-02-02T01:24:29.326Z Compiling ciborium v0.2.2
18112024-02-02T01:24:29.474Z Compiling vsss-rs v3.3.4
18122024-02-02T01:24:30.584Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18132024-02-02T01:24:32.210Z Compiling chacha20poly1305 v0.10.1
18142024-02-02T01:24:32.220Z Compiling cbc v0.1.2
18152024-02-02T01:24:32.488Z Compiling pem v3.0.2
18162024-02-02T01:24:33.859Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18172024-02-02T01:24:33.871Z Compiling headers-core v0.2.0
18182024-02-02T01:24:34.006Z Compiling kstat-rs v0.2.3
18192024-02-02T01:24:34.825Z Compiling http-range v0.1.5
18202024-02-02T01:24:35.000Z Compiling glob v0.3.1
18212024-02-02T01:24:35.015Z Compiling md5 v0.7.0
18222024-02-02T01:24:35.165Z Compiling hyper-staticfile v0.9.5
18232024-02-02T01:24:35.852Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18242024-02-02T01:24:36.746Z Compiling russh-keys v0.40.1
18252024-02-02T01:24:37.077Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18262024-02-02T01:24:39.110Z Compiling headers v0.3.9
18272024-02-02T01:24:40.658Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18282024-02-02T01:24:42.429Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18292024-02-02T01:24:42.651Z Compiling rcgen v0.12.1
18302024-02-02T01:24:43.941Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18312024-02-02T01:24:44.926Z Compiling aes-gcm v0.10.3
18322024-02-02T01:24:47.043Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18332024-02-02T01:24:51.283Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18342024-02-02T01:24:51.486Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18352024-02-02T01:24:55.400Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18362024-02-02T01:25:14.424Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18372024-02-02T01:25:14.739Z Compiling atomicwrites v0.4.3
18382024-02-02T01:25:14.739Z Compiling itertools v0.12.1
18392024-02-02T01:25:14.739Z Compiling subprocess v0.2.9
18402024-02-02T01:25:14.739Z Compiling display-error-chain v0.2.0
18412024-02-02T01:25:14.739Z Compiling hex-literal v0.4.1
18422024-02-02T01:25:14.740Z Compiling russh v0.40.2
18432024-02-02T01:25:14.740Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18442024-02-02T01:25:14.740Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18452024-02-02T01:25:15.031Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18462024-02-02T01:25:15.032Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18472024-02-02T01:25:43.899Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18482024-02-02T01:27:17.276Z Finished dev [unoptimized + debuginfo] target(s) in 8m 55s
18492024-02-02T01:27:18.033Z
18502024-02-02T01:27:18.033Zreal 8:56.296350700
18512024-02-02T01:27:18.041Zuser 48:46.838333968
18522024-02-02T01:27:18.041Zsys 7:29.116620510
18532024-02-02T01:27:18.041Ztrap 1.912367306
18542024-02-02T01:27:18.042Ztflt 6.362461964
18552024-02-02T01:27:18.042Zdflt 8.900471656
18562024-02-02T01:27:18.042Zkflt 0.016384443
18572024-02-02T01:27:18.042Zlock 1:34:24.197276597
18582024-02-02T01:27:18.043Zslp 2:19:36.408159454
18592024-02-02T01:27:18.043Zlat 2:13.609362347
18602024-02-02T01:27:18.043Zstop 4:39.986734952
18612024-02-02T01:27:18.043Z+ mkdir -p /work/end-to-end-tests
18622024-02-02T01:27:18.043Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18632024-02-02T01:27:19.013Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18642024-02-02T01:27:19.013Z+ ptime -m gzip
18652024-02-02T01:27:19.017Z++ basename target/debug/bootstrap
18662024-02-02T01:27:37.820Z
18672024-02-02T01:27:37.823Zreal 18.801859282
18682024-02-02T01:27:37.823Zuser 18.608242619
18692024-02-02T01:27:37.823Zsys 0.175208926
18702024-02-02T01:27:37.823Ztrap 0.006557768
18712024-02-02T01:27:37.823Ztflt 0.000000000
18722024-02-02T01:27:37.823Zdflt 0.000000000
18732024-02-02T01:27:37.824Zkflt 0.000000000
18742024-02-02T01:27:37.824Zlock 0.000000000
18752024-02-02T01:27:37.824Zslp 0.000000000
18762024-02-02T01:27:37.824Zlat 0.011499668
18772024-02-02T01:27:37.824Zstop 0.000231627
18782024-02-02T01:27:37.824Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18792024-02-02T01:27:37.824Z+ ptime -m gzip
18802024-02-02T01:27:37.824Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4fa0aa7f5e8d8c20
18812024-02-02T01:27:39.694Z
18822024-02-02T01:27:39.706Zreal 1.856925706
18832024-02-02T01:27:39.707Zuser 1.836897491
18842024-02-02T01:27:39.707Zsys 0.017787821
18852024-02-02T01:27:39.707Ztrap 0.001128968
18862024-02-02T01:27:39.707Ztflt 0.000000000
18872024-02-02T01:27:39.707Zdflt 0.000000000
18882024-02-02T01:27:39.707Zkflt 0.000000000
18892024-02-02T01:27:39.708Zlock 0.000000000
18902024-02-02T01:27:39.708Zslp 0.000000000
18912024-02-02T01:27:39.708Zlat 0.000735720
18922024-02-02T01:27:39.708Zstop 0.000258304
18932024-02-02T01:27:39.708Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18942024-02-02T01:27:39.708Z+ ptime -m gzip
18952024-02-02T01:27:39.708Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-378ef3b1593728ce
18962024-02-02T01:27:58.982Z
18972024-02-02T01:27:58.982Zreal 19.291219921
18982024-02-02T01:27:58.982Zuser 19.096727931
18992024-02-02T01:27:58.982Zsys 0.188841147
19002024-02-02T01:27:58.982Ztrap 0.003485639
19012024-02-02T01:27:58.982Ztflt 0.000000000
19022024-02-02T01:27:58.982Zdflt 0.000000000
19032024-02-02T01:27:58.982Zkflt 0.000000000
19042024-02-02T01:27:58.987Zlock 0.000000000
19052024-02-02T01:27:58.987Zslp 0.000000000
19062024-02-02T01:27:58.987Zlat 0.001817635
19072024-02-02T01:27:58.987Zstop 0.000229233
19082024-02-02T01:27:58.987Z+ banner caboose-util
19092024-02-02T01:27:58.987Z
19102024-02-02T01:27:58.987Z #### ## ##### #### #### #### ###### # # #####
19112024-02-02T01:27:58.987Z # # # # # # # # # # # # # # #
19122024-02-02T01:27:58.987Z # # # ##### # # # # #### ##### ##### # # #
19132024-02-02T01:27:58.987Z # ###### # # # # # # # # # # #
19142024-02-02T01:27:58.987Z # # # # # # # # # # # # # # # #
19152024-02-02T01:27:58.987Z #### # # ##### #### #### #### ###### #### #
19162024-02-02T01:27:58.987Z
19172024-02-02T01:27:58.987Z+ ptime -m cargo build --locked -p caboose-util --release
19182024-02-02T01:27:59.667Z Downloading crates ...
19192024-02-02T01:28:00.021Z Downloaded nodrop v0.1.14
19202024-02-02T01:28:00.024Z Downloaded maybe-uninit v2.0.0
19212024-02-02T01:28:00.027Z Downloaded bitfield v0.14.0
19222024-02-02T01:28:00.034Z Downloaded path-slash v0.1.5
19232024-02-02T01:28:00.062Z Downloaded termcolor v1.2.0
19242024-02-02T01:28:00.069Z Downloaded crc-catalog v2.2.0
19252024-02-02T01:28:00.072Z Downloaded tap v1.0.1
19262024-02-02T01:28:00.073Z Downloaded array-init v0.0.4
19272024-02-02T01:28:00.078Z Downloaded crc-any v2.4.3
19282024-02-02T01:28:00.083Z Downloaded smallvec v0.6.14
19292024-02-02T01:28:00.084Z Downloaded wyz v0.5.1
19302024-02-02T01:28:00.084Z Downloaded funty v2.0.0
19312024-02-02T01:28:00.088Z Downloaded pkcs1 v0.7.5
19322024-02-02T01:28:00.088Z Downloaded num-bigint-dig v0.8.4
19332024-02-02T01:28:00.098Z Downloaded ron v0.8.1
19342024-02-02T01:28:00.106Z Downloaded x509-cert v0.2.4
19352024-02-02T01:28:00.117Z Downloaded bitvec v1.0.1
19362024-02-02T01:28:00.145Z Downloaded object v0.30.4
19372024-02-02T01:28:00.165Z Downloaded rsa v0.9.2
19382024-02-02T01:28:00.180Z Downloaded env_logger v0.10.0
19392024-02-02T01:28:00.180Z Downloaded packed_struct v0.10.1
19402024-02-02T01:28:00.209Z Downloaded serde-hex v0.1.0
19412024-02-02T01:28:00.218Z Downloaded packed_struct_codegen v0.10.1
19422024-02-02T01:28:00.219Z Downloaded crc v3.0.1
19432024-02-02T01:28:00.219Z Downloaded radium v0.7.0
19442024-02-02T01:28:00.346Z Compiling proc-macro2 v1.0.78
19452024-02-02T01:28:00.346Z Compiling unicode-ident v1.0.12
19462024-02-02T01:28:00.349Z Compiling libc v0.2.153
19472024-02-02T01:28:00.349Z Compiling autocfg v1.1.0
19482024-02-02T01:28:00.349Z Compiling serde v1.0.195
19492024-02-02T01:28:00.349Z Compiling version_check v0.9.4
19502024-02-02T01:28:00.368Z Compiling cfg-if v1.0.0
19512024-02-02T01:28:00.475Z Compiling typenum v1.16.0
19522024-02-02T01:28:00.487Z Compiling once_cell v1.19.0
19532024-02-02T01:28:00.603Z Compiling parking_lot_core v0.9.8
19542024-02-02T01:28:01.124Z Compiling memchr v2.6.3
19552024-02-02T01:28:01.149Z Compiling syn v1.0.109
19562024-02-02T01:28:01.169Z Compiling byteorder v1.5.0
19572024-02-02T01:28:01.473Z Compiling lock_api v0.4.10
19582024-02-02T01:28:01.895Z Compiling generic-array v0.14.7
19592024-02-02T01:28:01.906Z Compiling libm v0.2.7
19602024-02-02T01:28:01.990Z Compiling num-traits v0.2.16
19612024-02-02T01:28:02.301Z Compiling ahash v0.8.6
19622024-02-02T01:28:02.819Z Compiling quote v1.0.35
19632024-02-02T01:28:02.825Z Compiling thiserror v1.0.56
19642024-02-02T01:28:02.826Z Compiling pkg-config v0.3.27
19652024-02-02T01:28:03.318Z Compiling syn v2.0.48
19662024-02-02T01:28:03.388Z Compiling cc v1.0.83
19672024-02-02T01:28:03.502Z Compiling getrandom v0.2.10
19682024-02-02T01:28:04.133Z Compiling serde_json v1.0.113
19692024-02-02T01:28:04.576Z Compiling scopeguard v1.2.0
19702024-02-02T01:28:05.004Z Compiling slab v0.4.9
19712024-02-02T01:28:05.111Z Compiling itoa v1.0.9
19722024-02-02T01:28:05.434Z Compiling log v0.4.20
19732024-02-02T01:28:05.589Z Compiling rand_core v0.6.4
19742024-02-02T01:28:06.131Z Compiling smallvec v1.11.2
19752024-02-02T01:28:06.939Z Compiling vcpkg v0.2.15
19762024-02-02T01:28:07.663Z Compiling parking_lot v0.12.1
19772024-02-02T01:28:08.074Z Compiling pin-project-lite v0.2.13
19782024-02-02T01:28:08.086Z Compiling const-oid v0.9.5
19792024-02-02T01:28:09.035Z Compiling ring v0.17.7
19802024-02-02T01:28:09.066Z Compiling ucd-trie v0.1.6
19812024-02-02T01:28:09.780Z Compiling openssl-sys v0.9.96
19822024-02-02T01:28:09.790Z Compiling ryu v1.0.15
19832024-02-02T01:28:10.220Z Compiling signal-hook-registry v1.4.1
19842024-02-02T01:28:11.239Z Compiling subtle v2.5.0
19852024-02-02T01:28:11.254Z Compiling io-lifetimes v1.0.11
19862024-02-02T01:28:11.731Z Compiling ring v0.16.20
19872024-02-02T01:28:11.814Z Compiling mio v0.8.9
19882024-02-02T01:28:12.264Z Compiling num-integer v0.1.45
19892024-02-02T01:28:12.680Z Compiling semver v1.0.21
19902024-02-02T01:28:13.254Z Compiling futures-core v0.3.30
19912024-02-02T01:28:13.848Z Compiling rustix v0.37.23
19922024-02-02T01:28:14.763Z Compiling spin v0.5.2
19932024-02-02T01:28:15.321Z Compiling num_cpus v1.16.0
19942024-02-02T01:28:15.475Z Compiling socket2 v0.5.5
19952024-02-02T01:28:15.926Z Compiling futures-sink v0.3.30
19962024-02-02T01:28:16.096Z Compiling openssl v0.10.60
19972024-02-02T01:28:20.400Z Compiling httparse v1.8.0
19982024-02-02T01:28:20.495Z Compiling heck v0.4.1
19992024-02-02T01:28:20.496Z Compiling allocator-api2 v0.2.16
20002024-02-02T01:28:20.496Z Compiling unicode-xid v0.2.4
20012024-02-02T01:28:20.496Z Compiling synstructure v0.12.6
20022024-02-02T01:28:20.496Z Compiling tinyvec_macros v0.1.1
20032024-02-02T01:28:20.496Z Compiling equivalent v1.0.1
20042024-02-02T01:28:20.496Z Compiling tinyvec v1.6.0
20052024-02-02T01:28:20.496Z Compiling futures-channel v0.3.30
20062024-02-02T01:28:20.496Z Compiling ppv-lite86 v0.2.17
20072024-02-02T01:28:20.497Z Compiling crc32fast v1.3.2
20082024-02-02T01:28:20.497Z Compiling pin-utils v0.1.0
20092024-02-02T01:28:20.497Z Compiling rustls v0.21.9
20102024-02-02T01:28:20.497Z Compiling futures-task v0.3.30
20112024-02-02T01:28:20.497Z Compiling futures-io v0.3.30
20122024-02-02T01:28:20.497Z Compiling native-tls v0.2.11
20132024-02-02T01:28:20.535Z Compiling bzip2-sys v0.1.11+1.0.8
20142024-02-02T01:28:20.535Z Compiling spin v0.9.8
20152024-02-02T01:28:20.558Z Compiling rand_chacha v0.3.1
20162024-02-02T01:28:20.623Z Compiling tracing-core v0.1.31
20172024-02-02T01:28:20.802Z Compiling base64ct v1.6.0
20182024-02-02T01:28:20.836Z Compiling unicode-bidi v0.3.13
20192024-02-02T01:28:21.087Z Compiling unicode-normalization v0.1.22
20202024-02-02T01:28:22.008Z Compiling pem-rfc7468 v0.7.0
20212024-02-02T01:28:22.746Z Compiling rand v0.8.5
20222024-02-02T01:28:23.278Z Compiling errno v0.3.8
20232024-02-02T01:28:23.411Z Compiling num-iter v0.1.43
20242024-02-02T01:28:23.580Z Compiling usdt-impl v0.3.5
20252024-02-02T01:28:24.051Z Compiling flagset v0.4.3
20262024-02-02T01:28:24.193Z Compiling signal-hook v0.3.17
20272024-02-02T01:28:24.375Z Compiling schemars v0.8.16
20282024-02-02T01:28:24.588Z Compiling rustix v0.38.30
20292024-02-02T01:28:24.875Z Compiling serde_derive_internals v0.26.0
20302024-02-02T01:28:25.247Z Compiling serde_derive v1.0.195
20312024-02-02T01:28:25.496Z Compiling zeroize_derive v1.4.2
20322024-02-02T01:28:25.693Z Compiling zerocopy-derive v0.7.32
20332024-02-02T01:28:25.767Z Compiling thiserror-impl v1.0.56
20342024-02-02T01:28:26.065Z Compiling tokio-macros v2.2.0
20352024-02-02T01:28:26.997Z Compiling futures-macro v0.3.30
20362024-02-02T01:28:27.766Z Compiling zeroize v1.7.0
20372024-02-02T01:28:28.684Z Compiling tracing-attributes v0.1.26
20382024-02-02T01:28:28.932Z Compiling zerocopy v0.7.32
20392024-02-02T01:28:30.111Z Compiling der_derive v0.7.2
20402024-02-02T01:28:30.499Z Compiling pest v2.7.6
20412024-02-02T01:28:30.942Z Compiling crypto-common v0.1.6
20422024-02-02T01:28:31.139Z Compiling block-buffer v0.10.4
20432024-02-02T01:28:31.514Z Compiling digest v0.10.7
20442024-02-02T01:28:31.525Z Compiling zerocopy-derive v0.2.0
20452024-02-02T01:28:32.246Z Compiling openssl-macros v0.1.1
20462024-02-02T01:28:32.936Z Compiling hashbrown v0.14.2
20472024-02-02T01:28:33.797Z Compiling futures-util v0.3.30
20482024-02-02T01:28:34.226Z Compiling tracing v0.1.37
20492024-02-02T01:28:34.280Z Compiling scroll_derive v0.12.0
20502024-02-02T01:28:34.605Z Compiling pest_meta v2.7.6
20512024-02-02T01:28:34.988Z Compiling zerocopy-derive v0.6.4
20522024-02-02T01:28:35.163Z Compiling der v0.7.8
20532024-02-02T01:28:36.930Z Compiling pest_generator v2.7.6
20542024-02-02T01:28:39.877Z Compiling bitflags v1.3.2
20552024-02-02T01:28:41.521Z Compiling pest_derive v2.7.6
20562024-02-02T01:28:41.558Z Compiling fnv v1.0.7
20572024-02-02T01:28:41.725Z Compiling spki v0.7.2
20582024-02-02T01:28:44.011Z Compiling zerocopy v0.3.0
20592024-02-02T01:28:44.023Z Compiling schemars_derive v0.8.16
20602024-02-02T01:28:45.255Z Compiling lazy_static v1.4.0
20612024-02-02T01:28:45.930Z Compiling backtrace v0.3.69
20622024-02-02T01:28:46.569Z Compiling thread-id v4.2.0
20632024-02-02T01:28:46.583Z Compiling num-bigint v0.4.4
20642024-02-02T01:28:46.705Z Compiling memoffset v0.9.0
20652024-02-02T01:28:47.128Z Compiling crossbeam-utils v0.8.16
20662024-02-02T01:28:47.350Z Compiling smoltcp v0.9.1
20672024-02-02T01:28:47.837Z Compiling bytes v1.5.0
20682024-02-02T01:28:48.412Z Compiling indexmap v2.2.2
20692024-02-02T01:28:49.000Z Compiling bitflags v2.4.0
20702024-02-02T01:28:49.331Z Compiling tokio v1.35.1
20712024-02-02T01:28:49.522Z Compiling rustc_version v0.4.0
20722024-02-02T01:28:50.723Z Compiling heapless v0.7.16
20732024-02-02T01:28:51.866Z Compiling http v0.2.11
20742024-02-02T01:28:52.023Z Compiling uuid v1.7.0
20752024-02-02T01:28:52.690Z Compiling async-trait v0.1.77
20762024-02-02T01:28:52.857Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20772024-02-02T01:28:53.163Z Compiling base64 v0.21.7
20782024-02-02T01:28:53.316Z Compiling percent-encoding v2.3.1
20792024-02-02T01:28:53.821Z Compiling foreign-types-shared v0.1.1
20802024-02-02T01:28:53.840Z Compiling iana-time-zone v0.1.57
20812024-02-02T01:28:54.398Z Compiling untrusted v0.9.0
20822024-02-02T01:28:54.703Z Compiling untrusted v0.7.1
20832024-02-02T01:29:01.061Z Compiling chrono v0.4.31
20842024-02-02T01:29:01.184Z Compiling foreign-types v0.3.2
20852024-02-02T01:29:01.184Z Compiling dof v0.1.5
20862024-02-02T01:29:01.185Z Compiling dtrace-parser v0.1.14
20872024-02-02T01:29:01.245Z Compiling hmac v0.12.1
20882024-02-02T01:29:01.245Z Compiling clap_derive v4.4.2
20892024-02-02T01:29:02.127Z Compiling tokio-util v0.7.10
20902024-02-02T01:29:02.190Z Compiling adler v1.0.2
20912024-02-02T01:29:02.261Z Compiling cpufeatures v0.2.12
20922024-02-02T01:29:02.383Z Compiling time-core v0.1.1
20932024-02-02T01:29:02.484Z Compiling siphasher v0.3.11
20942024-02-02T01:29:02.528Z Compiling utf8parse v0.2.1
20952024-02-02T01:29:03.184Z Compiling try-lock v0.2.4
20962024-02-02T01:29:03.271Z Compiling rustversion v1.0.14
20972024-02-02T01:29:03.346Z Compiling anstyle v1.0.2
20982024-02-02T01:29:03.385Z Compiling want v0.3.1
20992024-02-02T01:29:03.864Z Compiling h2 v0.3.24
21002024-02-02T01:29:08.474Z Compiling anstyle-parse v0.2.1
21012024-02-02T01:29:09.103Z Compiling time-macros v0.2.13
21022024-02-02T01:29:09.552Z Compiling miniz_oxide v0.7.1
21032024-02-02T01:29:11.615Z Compiling sha2 v0.10.8
21042024-02-02T01:29:14.089Z Compiling rustls-webpki v0.101.7
21052024-02-02T01:29:14.805Z Compiling sct v0.7.0
21062024-02-02T01:29:16.190Z Compiling http-body v0.4.5
21072024-02-02T01:29:16.297Z Compiling form_urlencoded v1.2.1
21082024-02-02T01:29:16.743Z Compiling serde_tokenstream v0.1.7
21092024-02-02T01:29:17.847Z Compiling pkcs8 v0.10.2
21102024-02-02T01:29:17.848Z Compiling hubpack_derive v0.1.1
21112024-02-02T01:29:18.143Z Compiling socket2 v0.4.9
21122024-02-02T01:29:18.812Z Compiling crossbeam-epoch v0.9.15
21132024-02-02T01:29:18.997Z Compiling usdt-impl v0.5.0
21142024-02-02T01:29:19.466Z Compiling openssl-probe v0.1.5
21152024-02-02T01:29:19.867Z Compiling slog v2.7.0
21162024-02-02T01:29:20.352Z Compiling anyhow v1.0.75
21172024-02-02T01:29:20.378Z Compiling anstyle-query v1.0.0
21182024-02-02T01:29:20.378Z Compiling tower-service v0.3.2
21192024-02-02T01:29:20.431Z Compiling httpdate v1.0.3
21202024-02-02T01:29:20.517Z Compiling radium v0.7.0
21212024-02-02T01:29:20.676Z Compiling colorchoice v1.0.0
21222024-02-02T01:29:20.802Z Compiling anstream v0.5.0
21232024-02-02T01:29:20.881Z Compiling hyper v0.14.27
21242024-02-02T01:29:27.741Z Compiling terminal_size v0.2.6
21252024-02-02T01:29:30.799Z Compiling toml_datetime v0.6.5
21262024-02-02T01:29:31.436Z Compiling serde_spanned v0.6.4
21272024-02-02T01:29:31.960Z Compiling zerocopy v0.6.4
21282024-02-02T01:29:35.018Z Compiling scroll v0.12.0
21292024-02-02T01:29:35.137Z Compiling md-5 v0.10.5
21302024-02-02T01:29:35.137Z Compiling idna v0.5.0
21312024-02-02T01:29:35.137Z Compiling stringprep v0.1.3
21322024-02-02T01:29:36.484Z Compiling diesel_table_macro_syntax v0.1.0
21332024-02-02T01:29:36.553Z Compiling aho-corasick v1.0.4
21342024-02-02T01:29:37.020Z Compiling hash32 v0.2.1
21352024-02-02T01:29:37.518Z Compiling strsim v0.10.0
21362024-02-02T01:29:37.571Z Compiling fallible-iterator v0.2.0
21372024-02-02T01:29:37.589Z Compiling gimli v0.28.0
21382024-02-02T01:29:37.887Z Compiling tap v1.0.1
21392024-02-02T01:29:38.143Z Compiling regex-syntax v0.8.2
21402024-02-02T01:29:38.733Z Compiling stable_deref_trait v1.2.0
21412024-02-02T01:29:38.863Z Compiling clap_lex v0.5.1
21422024-02-02T01:29:39.591Z Compiling winnow v0.5.15
21432024-02-02T01:29:40.119Z Compiling dyn-clone v1.0.13
21442024-02-02T01:29:40.225Z Compiling maybe-uninit v2.0.0
21452024-02-02T01:29:40.277Z Compiling plain v0.2.3
21462024-02-02T01:29:40.762Z Compiling goblin v0.8.0
21472024-02-02T01:29:40.952Z Compiling clap_builder v4.4.2
21482024-02-02T01:29:42.715Z Compiling postgres-protocol v0.6.6
21492024-02-02T01:29:43.453Z Compiling wyz v0.5.1
21502024-02-02T01:29:44.185Z Compiling regex-automata v0.4.4
21512024-02-02T01:29:44.634Z Compiling addr2line v0.21.0
21522024-02-02T01:29:45.659Z Compiling diesel_derives v2.1.2
21532024-02-02T01:29:46.513Z Compiling url v2.5.0
21542024-02-02T01:29:48.868Z Compiling tokio-rustls v0.24.1
21552024-02-02T01:29:49.187Z Compiling strum_macros v0.25.2
21562024-02-02T01:29:55.282Z Compiling tokio-native-tls v0.3.1
21572024-02-02T01:29:55.912Z Compiling usdt-attr-macro v0.3.5
21582024-02-02T01:29:56.316Z Compiling usdt-macro v0.3.5
21592024-02-02T01:29:58.005Z Compiling phf_shared v0.11.2
21602024-02-02T01:29:59.197Z Compiling block-padding v0.3.3
21612024-02-02T01:29:59.240Z Compiling enum-as-inner v0.5.1
21622024-02-02T01:29:59.254Z Compiling serde_repr v0.1.16
21632024-02-02T01:29:59.929Z Compiling ff v0.13.0
21642024-02-02T01:29:59.934Z Compiling scheduled-thread-pool v0.2.7
21652024-02-02T01:30:00.727Z Compiling object v0.32.1
21662024-02-02T01:30:00.867Z Compiling regex-automata v0.1.10
21672024-02-02T01:30:01.738Z Compiling rustc-demangle v0.1.23
21682024-02-02T01:30:03.519Z Compiling bit-vec v0.6.3
21692024-02-02T01:30:03.701Z Compiling managed v0.8.0
21702024-02-02T01:30:04.348Z Compiling ipnet v2.9.0
21712024-02-02T01:30:04.479Z Compiling base16ct v0.2.0
21722024-02-02T01:30:05.726Z Compiling num-bigint-dig v0.8.4
21732024-02-02T01:30:06.130Z Compiling pretty-hex v0.4.1
21742024-02-02T01:30:06.848Z Compiling matches v0.1.10
21752024-02-02T01:30:07.541Z Compiling packed_struct v0.10.1
21762024-02-02T01:30:08.000Z Compiling num_threads v0.1.6
21772024-02-02T01:30:08.133Z Compiling deranged v0.3.8
21782024-02-02T01:30:10.560Z Compiling funty v2.0.0
21792024-02-02T01:30:11.119Z Compiling time v0.3.27
21802024-02-02T01:30:11.818Z Compiling bitvec v1.0.1
21812024-02-02T01:30:17.184Z Compiling idna v0.2.3
21822024-02-02T01:30:18.127Z Compiling dof v0.3.0
21832024-02-02T01:30:19.181Z Compiling sec1 v0.7.3
21842024-02-02T01:30:20.036Z Compiling bstr v0.2.17
21852024-02-02T01:30:20.904Z Compiling r2d2 v0.8.10
21862024-02-02T01:30:21.283Z Compiling group v0.13.0
21872024-02-02T01:30:21.471Z Compiling inout v0.1.3
21882024-02-02T01:30:22.207Z Compiling phf v0.11.2
21892024-02-02T01:30:23.115Z Compiling hyper-tls v0.5.0
21902024-02-02T01:30:23.587Z Compiling regex v1.10.3
21912024-02-02T01:30:23.643Z Compiling hyper-rustls v0.24.2
21922024-02-02T01:30:24.181Z Compiling signal-hook-mio v0.2.3
21932024-02-02T01:30:24.392Z Compiling clap v4.4.3
21942024-02-02T01:30:24.548Z Compiling flate2 v1.0.28
21952024-02-02T01:30:25.302Z Compiling bzip2 v0.4.4
21962024-02-02T01:30:25.861Z Compiling toml_edit v0.19.15
21972024-02-02T01:30:26.005Z Compiling postgres-types v0.2.6
21982024-02-02T01:30:27.330Z Compiling ipnetwork v0.20.0
21992024-02-02T01:30:27.986Z Compiling hubpack v0.1.2
22002024-02-02T01:30:28.051Z Compiling serde_urlencoded v0.7.1
22012024-02-02T01:30:28.256Z Compiling rustls-pemfile v1.0.3
22022024-02-02T01:30:28.591Z Compiling phf_shared v0.10.0
22032024-02-02T01:30:28.640Z Compiling hkdf v0.12.4
22042024-02-02T01:30:28.823Z Compiling futures-executor v0.3.30
22052024-02-02T01:30:28.856Z Compiling dtrace-parser v0.2.0
22062024-02-02T01:30:32.437Z Compiling crypto-bigint v0.5.2
22072024-02-02T01:30:33.048Z Compiling packed_struct_codegen v0.10.1
22082024-02-02T01:30:35.099Z Compiling float-cmp v0.9.0
22092024-02-02T01:30:35.413Z Compiling indexmap v1.9.3
22102024-02-02T01:30:35.844Z Compiling encoding_rs v0.8.33
22112024-02-02T01:30:35.978Z Compiling regex-automata v0.3.8
22122024-02-02T01:30:36.030Z Compiling normalize-line-endings v0.3.0
22132024-02-02T01:30:36.184Z Compiling new_debug_unreachable v1.0.4
22142024-02-02T01:30:37.237Z Compiling predicates-core v1.0.6
22152024-02-02T01:30:37.693Z Compiling fixedbitset v0.4.2
22162024-02-02T01:30:37.744Z Compiling mime v0.3.17
22172024-02-02T01:30:38.304Z Compiling difflib v0.4.0
22182024-02-02T01:30:38.697Z Compiling data-encoding v2.4.0
22192024-02-02T01:30:39.660Z Compiling webpki-roots v0.25.2
22202024-02-02T01:30:39.878Z Compiling minimal-lexical v0.2.1
22212024-02-02T01:30:40.666Z Compiling static_assertions v1.1.0
22222024-02-02T01:30:40.907Z Compiling precomputed-hash v0.1.1
22232024-02-02T01:30:41.336Z Compiling unicode-width v0.1.11
22242024-02-02T01:30:41.342Z Compiling whoami v1.4.1
22252024-02-02T01:30:41.975Z Compiling unicode-segmentation v1.10.1
22262024-02-02T01:30:42.208Z Compiling crc-catalog v2.2.0
22272024-02-02T01:30:42.311Z Compiling either v1.9.0
22282024-02-02T01:30:42.841Z Compiling nodrop v0.1.14
22292024-02-02T01:30:43.011Z Compiling array-init v0.0.4
22302024-02-02T01:30:43.105Z Compiling similar v2.3.0
22312024-02-02T01:30:43.319Z Compiling itertools v0.10.5
22322024-02-02T01:30:47.984Z Compiling crc v3.0.1
22332024-02-02T01:30:48.302Z Compiling tokio-postgres v0.7.10
22342024-02-02T01:30:49.132Z Compiling console v0.15.8
22352024-02-02T01:30:51.339Z Compiling string_cache v0.8.7
22362024-02-02T01:30:51.631Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22372024-02-02T01:30:51.999Z Compiling nom v7.1.3
22382024-02-02T01:30:56.080Z Compiling reqwest v0.11.22
22392024-02-02T01:30:57.422Z Compiling trust-dns-proto v0.22.0
22402024-02-02T01:30:58.191Z Compiling predicates v3.1.0
22412024-02-02T01:31:01.185Z Compiling bstr v1.6.0
22422024-02-02T01:31:02.744Z Compiling petgraph v0.6.4
22432024-02-02T01:31:12.746Z Compiling elliptic-curve v0.13.8
22442024-02-02T01:31:15.727Z Compiling toml v0.7.8
22452024-02-02T01:31:17.995Z Compiling futures v0.3.30
22462024-02-02T01:31:18.867Z Compiling diesel v2.1.4
22472024-02-02T01:31:20.809Z Compiling smallvec v0.6.14
22482024-02-02T01:31:20.926Z Compiling yasna v0.5.2
22492024-02-02T01:31:21.945Z Compiling zip v0.6.6
22502024-02-02T01:31:23.397Z Compiling crossterm v0.27.0
22512024-02-02T01:31:23.555Z Compiling cipher v0.4.4
22522024-02-02T01:31:26.017Z Compiling bit-set v0.5.3
22532024-02-02T01:31:26.431Z Compiling usdt v0.3.5
22542024-02-02T01:31:26.606Z Compiling is-terminal v0.4.9
22552024-02-02T01:31:26.817Z Compiling toml_edit v0.21.0
22562024-02-02T01:31:29.703Z Compiling pkcs1 v0.7.5
22572024-02-02T01:31:35.951Z Compiling tokio-stream v0.1.14
22582024-02-02T01:31:37.503Z Compiling openapiv3 v2.0.0
22592024-02-02T01:31:37.848Z Compiling hex v0.4.3
22602024-02-02T01:31:39.531Z Compiling hashbrown v0.13.2
22612024-02-02T01:31:41.392Z Compiling signature v2.1.0
22622024-02-02T01:31:46.495Z Compiling termcolor v1.2.0
22632024-02-02T01:31:49.905Z Compiling bitfield v0.14.0
22642024-02-02T01:31:50.402Z Compiling lalrpop-util v0.19.12
22652024-02-02T01:31:50.878Z Compiling hashbrown v0.12.3
22662024-02-02T01:31:55.743Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22672024-02-02T01:32:03.423Z Compiling env_logger v0.10.0
22682024-02-02T01:32:09.727Z Compiling rsa v0.9.2
22692024-02-02T01:32:19.668Z Compiling serde-hex v0.1.0
22702024-02-02T01:32:26.263Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22712024-02-02T01:32:27.223Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722024-02-02T01:32:30.513Z Compiling ron v0.8.1
22732024-02-02T01:32:32.287Z Compiling x509-cert v0.2.4
22742024-02-02T01:32:38.911Z Compiling crc-any v2.4.3
22752024-02-02T01:33:07.409Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22762024-02-02T01:33:11.916Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22772024-02-02T01:33:28.911Z Compiling object v0.30.4
22782024-02-02T01:33:37.046Z Compiling path-slash v0.1.5
22792024-02-02T01:33:50.447Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22802024-02-02T01:34:17.678Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22812024-02-02T01:34:18.845Z Finished release [optimized] target(s) in 6m 19s
22822024-02-02T01:34:18.923Z
22832024-02-02T01:34:18.927Zreal 6:19.935520155
22842024-02-02T01:34:18.927Zuser 43:55.987536600
22852024-02-02T01:34:18.927Zsys 3:43.751047574
22862024-02-02T01:34:18.927Ztrap 1.835831894
22872024-02-02T01:34:18.927Ztflt 1.272999601
22882024-02-02T01:34:18.927Zdflt 0.386716106
22892024-02-02T01:34:18.927Zkflt 0.001128678
22902024-02-02T01:34:18.927Zlock 1:40:34.953693361
22912024-02-02T01:34:18.927Zslp 2:06:13.128411576
22922024-02-02T01:34:18.927Zlat 1:56.338520231
22932024-02-02T01:34:18.927Zstop 1:28.835489698
22942024-02-02T01:34:18.928Z+ ptime -m gzip
22952024-02-02T01:34:19.594Z
22962024-02-02T01:34:19.594Zreal 0.666469347
22972024-02-02T01:34:19.598Zuser 0.657492449
22982024-02-02T01:34:19.598Zsys 0.007067076
22992024-02-02T01:34:19.598Ztrap 0.000595745
23002024-02-02T01:34:19.598Ztflt 0.000000000
23012024-02-02T01:34:19.598Zdflt 0.000000000
23022024-02-02T01:34:19.599Zkflt 0.000000000
23032024-02-02T01:34:19.599Zlock 0.000000000
23042024-02-02T01:34:19.599Zslp 0.000000000
23052024-02-02T01:34:19.599Zlat 0.000959641
23062024-02-02T01:34:19.599Zstop 0.000235077
23072024-02-02T01:34:19.599Z+ banner tufaceous
23082024-02-02T01:34:19.599Z
23092024-02-02T01:34:19.599Z ##### # # ###### ## #### ###### #### # # ####
23102024-02-02T01:34:19.599Z # # # # # # # # # # # # # #
23112024-02-02T01:34:19.599Z # # # ##### # # # ##### # # # # ####
23122024-02-02T01:34:19.599Z # # # # ###### # # # # # # #
23132024-02-02T01:34:19.599Z # # # # # # # # # # # # # # #
23142024-02-02T01:34:19.599Z # #### # # # #### ###### #### #### ####
23152024-02-02T01:34:19.600Z
23162024-02-02T01:34:19.600Z+ ptime -m cargo build --locked -p tufaceous --release
23172024-02-02T01:34:20.290Z Downloading crates ...
23182024-02-02T01:34:20.742Z Downloaded pin-project-internal v1.1.3
23192024-02-02T01:34:20.747Z Downloaded async-recursion v1.0.5
23202024-02-02T01:34:20.750Z Downloaded serde_plain v1.0.2
23212024-02-02T01:34:20.753Z Downloaded parse-size v1.0.0
23222024-02-02T01:34:20.767Z Downloaded snafu-derive v0.7.5
23232024-02-02T01:34:20.767Z Downloaded typed-path v0.7.0
23242024-02-02T01:34:20.771Z Downloaded olpc-cjson v0.1.3
23252024-02-02T01:34:20.774Z Downloaded tough v0.16.0
23262024-02-02T01:34:20.785Z Downloaded globset v0.4.13
23272024-02-02T01:34:20.788Z Downloaded fs-err v2.11.0
23282024-02-02T01:34:20.802Z Downloaded snafu v0.7.5
23292024-02-02T01:34:20.830Z Downloaded humantime v2.1.0
23302024-02-02T01:34:20.856Z Downloaded doc-comment v0.3.3
23312024-02-02T01:34:21.275Z Downloaded pin-project v1.1.3
23322024-02-02T01:34:21.275Z Downloaded buf-list v1.0.3
23332024-02-02T01:34:21.282Z Compiling serde_tokenstream v0.2.0
23342024-02-02T01:34:21.282Z Compiling regress v0.7.1
23352024-02-02T01:34:21.282Z Compiling dirs-sys-next v0.1.2
23362024-02-02T01:34:21.282Z Compiling rustls-pki-types v1.1.0
23372024-02-02T01:34:21.282Z Compiling ident_case v1.0.1
23382024-02-02T01:34:21.282Z Compiling thread_local v1.1.7
23392024-02-02T01:34:21.282Z Compiling rustls v0.22.2
23402024-02-02T01:34:21.299Z Compiling darling_core v0.20.3
23412024-02-02T01:34:21.476Z Compiling dirs-next v2.0.0
23422024-02-02T01:34:21.800Z Compiling heck v0.4.1
23432024-02-02T01:34:21.821Z Compiling camino v1.1.6
23442024-02-02T01:34:22.369Z Compiling slog-async v2.8.0
23452024-02-02T01:34:22.673Z Compiling rustls-webpki v0.102.1
23462024-02-02T01:34:22.886Z Compiling term v0.7.0
23472024-02-02T01:34:23.142Z Compiling crossbeam-channel v0.5.8
23482024-02-02T01:34:23.220Z Compiling getopts v0.2.21
23492024-02-02T01:34:23.796Z Compiling structmeta-derive v0.2.0
23502024-02-02T01:34:24.642Z Compiling atty v0.2.14
23512024-02-02T01:34:24.985Z Compiling multer v3.0.0
23522024-02-02T01:34:25.257Z Compiling match_cfg v0.1.0
23532024-02-02T01:34:25.384Z Compiling unsafe-libyaml v0.2.10
23542024-02-02T01:34:25.941Z Compiling take_mut v0.2.2
23552024-02-02T01:34:26.149Z Compiling doc-comment v0.3.3
23562024-02-02T01:34:26.876Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23572024-02-02T01:34:28.340Z Compiling paste v1.0.14
23582024-02-02T01:34:28.979Z Compiling structmeta v0.2.0
23592024-02-02T01:34:29.093Z Compiling serde_yaml v0.9.25
23602024-02-02T01:34:30.470Z Compiling darling_macro v0.20.3
23612024-02-02T01:34:30.823Z Compiling hostname v0.3.1
23622024-02-02T01:34:31.122Z Compiling slog-term v2.9.0
23632024-02-02T01:34:47.668Z Compiling darling v0.20.3
23642024-02-02T01:34:48.092Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23652024-02-02T01:34:48.092Z Compiling slog-json v2.6.1
23662024-02-02T01:34:48.093Z Compiling http v1.0.0
23672024-02-02T01:34:48.093Z Compiling async-stream-impl v0.3.5
23682024-02-02T01:34:48.093Z Compiling pin-project-internal v1.1.3
23692024-02-02T01:34:48.093Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23702024-02-02T01:34:48.093Z Compiling atomic-waker v1.1.1
23712024-02-02T01:34:48.093Z Compiling regex-syntax v0.7.5
23722024-02-02T01:34:48.093Z Compiling fastrand v2.0.0
23732024-02-02T01:34:48.093Z Compiling tempfile v3.9.0
23742024-02-02T01:34:48.093Z Compiling waitgroup v0.1.2
23752024-02-02T01:34:48.093Z Compiling tokio-rustls v0.25.0
23762024-02-02T01:34:48.093Z Compiling pin-project v1.1.3
23772024-02-02T01:34:48.093Z Compiling async-stream v0.3.5
23782024-02-02T01:34:48.093Z Compiling slog-bunyan v2.5.0
23792024-02-02T01:34:48.093Z Compiling serde_with_macros v3.5.1
23802024-02-02T01:34:48.093Z Compiling toml v0.8.8
23812024-02-02T01:34:48.093Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23822024-02-02T01:34:48.093Z Compiling rustls-pemfile v2.0.0
23832024-02-02T01:34:48.093Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23842024-02-02T01:34:48.093Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23852024-02-02T01:34:48.094Z Compiling sha1 v0.10.6
23862024-02-02T01:34:48.094Z Compiling snafu-derive v0.7.5
23872024-02-02T01:34:48.786Z Compiling serde_path_to_error v0.1.15
23882024-02-02T01:34:48.799Z Compiling instant v0.1.12
23892024-02-02T01:34:48.885Z Compiling parse-display-derive v0.8.2
23902024-02-02T01:34:49.004Z Compiling fs-err v2.11.0
23912024-02-02T01:34:49.468Z Compiling arc-swap v1.6.0
23922024-02-02T01:34:50.464Z Compiling debug-ignore v1.0.5
23932024-02-02T01:34:50.638Z Compiling buf-list v1.0.3
23942024-02-02T01:34:50.688Z Compiling same-file v1.0.6
23952024-02-02T01:34:51.136Z Compiling walkdir v2.4.0
23962024-02-02T01:34:52.954Z Compiling slog-scope v4.4.0
23972024-02-02T01:34:53.434Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23982024-02-02T01:34:53.624Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23992024-02-02T01:34:54.632Z Compiling backoff v0.4.0
24002024-02-02T01:34:55.185Z Compiling parse-display v0.8.2
24012024-02-02T01:34:55.197Z Compiling serde_with v3.5.1
24022024-02-02T01:34:55.467Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24032024-02-02T01:34:55.862Z Compiling snafu v0.7.5
24042024-02-02T01:34:56.536Z Compiling globset v0.4.13
24052024-02-02T01:34:58.230Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24062024-02-02T01:34:58.463Z Compiling strum v0.25.0
24072024-02-02T01:34:58.721Z Compiling pem v3.0.2
24082024-02-02T01:35:01.457Z Compiling olpc-cjson v0.1.3
24092024-02-02T01:35:02.325Z Compiling macaddr v1.0.1
24102024-02-02T01:35:03.055Z Compiling serde_plain v1.0.2
24112024-02-02T01:35:03.482Z Compiling async-recursion v1.0.5
24122024-02-02T01:35:03.864Z Compiling filetime v0.2.23
24132024-02-02T01:35:04.414Z Compiling xattr v1.0.1
24142024-02-02T01:35:04.805Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24152024-02-02T01:35:04.854Z Compiling typed-path v0.7.0
24162024-02-02T01:35:05.012Z Compiling tar v0.4.40
24172024-02-02T01:35:11.506Z Compiling tough v0.16.0
24182024-02-02T01:35:15.930Z Compiling slog-stdlog v4.1.1
24192024-02-02T01:35:17.433Z Compiling camino-tempfile v1.1.1
24202024-02-02T01:35:18.538Z Compiling itertools v0.12.1
24212024-02-02T01:35:18.677Z Compiling parse-size v1.0.0
24222024-02-02T01:35:19.195Z Compiling slog-envlogger v2.2.0
24232024-02-02T01:35:23.702Z Compiling humantime v2.1.0
24242024-02-02T01:35:30.980Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24252024-02-02T01:35:31.291Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24262024-02-02T01:35:46.750Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24272024-02-02T01:35:49.990Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24282024-02-02T01:36:30.640Z Finished release [optimized] target(s) in 2m 02s
24292024-02-02T01:36:30.945Z
24302024-02-02T01:36:30.945Zreal 2:02.497195944
24312024-02-02T01:36:30.945Zuser 13:48.221645355
24322024-02-02T01:36:30.945Zsys 51.409084930
24332024-02-02T01:36:30.945Ztrap 0.536746460
24342024-02-02T01:36:30.945Ztflt 0.343604976
24352024-02-02T01:36:30.945Zdflt 0.828718796
24362024-02-02T01:36:30.945Zkflt 0.004695303
24372024-02-02T01:36:30.945Zlock 28:12.206397184
24382024-02-02T01:36:30.945Zslp 30:39.224114738
24392024-02-02T01:36:30.945Zlat 27.214599175
24402024-02-02T01:36:30.945Zstop 13.870117422
24412024-02-02T01:36:30.945Z+ ptime -m gzip
24422024-02-02T01:36:30.945Z
24432024-02-02T01:36:30.946Zreal 2.489720328
24442024-02-02T01:36:30.946Zuser 2.460365194
24452024-02-02T01:36:30.946Zsys 0.026100848
24462024-02-02T01:36:30.946Ztrap 0.001262984
24472024-02-02T01:36:30.946Ztflt 0.000000000
24482024-02-02T01:36:30.946Zdflt 0.000000000
24492024-02-02T01:36:30.946Zkflt 0.000000000
24502024-02-02T01:36:30.946Zlock 0.000000000
24512024-02-02T01:36:30.946Zslp 0.000000000
24522024-02-02T01:36:30.946Zlat 0.001655129
24532024-02-02T01:36:30.946Zstop 0.000231342
24542024-02-02T01:36:30.946Zprocess exited: duration 1224181 ms, exit code 0
 
24552024-02-02T01:36:31.074Zfound 5 output files
24562024-02-02T01:36:31.074Zuploading: /work/end-to-end-tests/bootstrap-4fa0aa7f5e8d8c20.gz (10655007 bytes)
24572024-02-02T01:36:34.896Zuploaded: /work/end-to-end-tests/bootstrap-4fa0aa7f5e8d8c20.gz
24582024-02-02T01:36:34.896Zuploading: /work/end-to-end-tests/bootstrap.gz (108727364 bytes)
24592024-02-02T01:37:00.609Zuploaded: /work/end-to-end-tests/bootstrap.gz
24602024-02-02T01:37:00.609Zuploading: /work/end-to-end-tests/end_to_end_tests-378ef3b1593728ce.gz (112166513 bytes)
24612024-02-02T01:37:31.184Zuploaded: /work/end-to-end-tests/end_to_end_tests-378ef3b1593728ce.gz
24622024-02-02T01:37:31.184Zuploading: /work/caboose-util.gz (4054573 bytes)
24632024-02-02T01:37:33.186Zuploaded: /work/caboose-util.gz
24642024-02-02T01:37:33.186Zuploading: /work/tufaceous.gz (15810728 bytes)
24652024-02-02T01:37:36.908Zuploaded: /work/tufaceous.gz