01HSWQE42WR07VAE88KNWHZQJ3: helios / CI tools

BasicConfig {
    output_rules: [
        "=/work/end-to-end-tests/*.gz",
        "=/work/caboose-util.gz",
        "=/work/tufaceous.gz",
        "=/work/commtest",
    ],
    rust_toolchain: Some(
        String(
            "1.72.1",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01HSWQEFT3SFGN2WBJGKP2BGDB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-26T06:36:06.038Zjob assigned to worker 01HSWQEP70D2MC1QVZE80YD83S (queued for 2 m 4 s)
 
22024-03-26T06:36:13.371Zstarting task 0: "setup"
32024-03-26T06:36:13.424Z++ uname -s
42024-03-26T06:36:13.428Z+ kern=SunOS
52024-03-26T06:36:13.428Z+ case "$kern" in
62024-03-26T06:36:13.428Z+ groupadd -g 12345 build
72024-03-26T06:36:13.502Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-26T06:36:15.513Z+ zfs create -o mountpoint=/work rpool/work
92024-03-26T06:36:15.609Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-26T06:36:15.621Z+ home_fs=zfs
112024-03-26T06:36:15.621Z+ [[ zfs == autofs ]]
122024-03-26T06:36:15.622Z+ mkdir -p /home/build
132024-03-26T06:36:15.622Z+ chown build:build /home/build /work
142024-03-26T06:36:17.616Z+ chmod 0700 /home/build /work
152024-03-26T06:36:17.621Zprocess exited: duration 4247 ms, exit code 0
 
162024-03-26T06:36:18.061Zstarting task 1: "rust-toolchain"
172024-03-26T06:36:18.065Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-26T06:36:18.065Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-26T06:36:18.065Zinfo: downloading installer
202024-03-26T06:36:19.645Zwarning: it looks like you have an existing installation of Rust at:
212024-03-26T06:36:19.645Zwarning: /opt/ooce/bin
222024-03-26T06:36:19.645Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-26T06:36:19.645Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-26T06:36:19.645Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-26T06:36:19.645Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-26T06:36:19.645Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-26T06:36:19.645Zerror: cannot install while Rust is installed
282024-03-26T06:36:19.645Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-26T06:36:19.785Zinfo: profile set to 'default'
302024-03-26T06:36:19.785Zinfo: default host triple is x86_64-unknown-illumos
312024-03-26T06:36:19.789Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-26T06:36:19.923Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-26T06:36:19.923Zinfo: downloading component 'cargo'
342024-03-26T06:36:21.123Zinfo: downloading component 'clippy'
352024-03-26T06:36:21.127Zinfo: downloading component 'rust-docs'
362024-03-26T06:36:21.973Zinfo: downloading component 'rust-std'
372024-03-26T06:36:23.758Zinfo: downloading component 'rustc'
382024-03-26T06:36:28.180Zinfo: downloading component 'rustfmt'
392024-03-26T06:36:28.492Zinfo: installing component 'cargo'
402024-03-26T06:36:29.298Zinfo: installing component 'clippy'
412024-03-26T06:36:29.652Zinfo: installing component 'rust-docs'
422024-03-26T06:36:31.006Zinfo: installing component 'rust-std'
432024-03-26T06:36:32.726Zinfo: installing component 'rustc'
442024-03-26T06:36:36.716Zinfo: installing component 'rustfmt'
452024-03-26T06:36:37.202Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-26T06:36:37.202Z
472024-03-26T06:36:37.337Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-26T06:36:37.337Z
492024-03-26T06:36:37.340Z
502024-03-26T06:36:37.341ZRust is installed now. Great!
512024-03-26T06:36:37.341Z
522024-03-26T06:36:37.341ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-26T06:36:37.341Zenvironment variable. This has not been done automatically.
542024-03-26T06:36:37.341Z
552024-03-26T06:36:37.341ZTo configure your current shell, you need to source
562024-03-26T06:36:37.341Zthe corresponding env file under $HOME/.cargo.
572024-03-26T06:36:37.341Z
582024-03-26T06:36:37.341ZThis is usually done by running one of the following (note the leading DOT):
592024-03-26T06:36:37.341Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-26T06:36:37.341Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-26T06:36:37.441Z+ rustc --version
622024-03-26T06:36:37.496Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-26T06:36:37.508Zprocess exited: duration 19853 ms, exit code 0
 
642024-03-26T06:36:37.537Zstarting task 2: "authentication"
652024-03-26T06:36:37.564Zprocess exited: duration 24 ms, exit code 0
 
662024-03-26T06:36:37.581Zstarting task 3: "clone repository"
672024-03-26T06:36:37.593Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-26T06:36:37.593Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-26T06:36:37.906ZCloning into '/work/oxidecomputer/omicron'...
702024-03-26T06:36:46.710Z+ cd /work/oxidecomputer/omicron
712024-03-26T06:36:46.710Z+ git fetch origin 6a6bc4aa0e716cb077b3445bf7186bec65b92782
722024-03-26T06:36:47.029ZFrom https://github.com/oxidecomputer/omicron
732024-03-26T06:36:47.029Z * branch 6a6bc4aa0e716cb077b3445bf7186bec65b92782 -> FETCH_HEAD
742024-03-26T06:36:47.043Z+ [[ -n falcon-nextest ]]
752024-03-26T06:36:47.043Z++ git branch --show-current
762024-03-26T06:36:47.044Z+ current=main
772024-03-26T06:36:47.044Z+ [[ main != falcon-nextest ]]
782024-03-26T06:36:47.044Z+ git branch -f falcon-nextest 6a6bc4aa0e716cb077b3445bf7186bec65b92782
792024-03-26T06:36:47.067Z+ git checkout -f falcon-nextest
802024-03-26T06:36:47.162ZSwitched to branch 'falcon-nextest'
812024-03-26T06:36:47.192Z+ git reset --hard 6a6bc4aa0e716cb077b3445bf7186bec65b92782
822024-03-26T06:36:47.203ZHEAD is now at 6a6bc4aa0 derp
832024-03-26T06:36:47.204Zprocess exited: duration 9613 ms, exit code 0
 
842024-03-26T06:36:47.216Zstarting task 4: "build"
852024-03-26T06:36:47.220Z+ cargo --version
862024-03-26T06:36:47.228Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-03-26T06:36:47.352Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-03-26T06:36:47.352Zinfo: downloading component 'cargo'
892024-03-26T06:36:48.088Zinfo: downloading component 'clippy'
902024-03-26T06:36:48.321Zinfo: downloading component 'rust-docs'
912024-03-26T06:36:49.226Zinfo: downloading component 'rust-std'
922024-03-26T06:36:50.691Zinfo: downloading component 'rustc'
932024-03-26T06:36:54.366Zinfo: downloading component 'rustfmt'
942024-03-26T06:36:54.564Zinfo: installing component 'cargo'
952024-03-26T06:36:55.423Zinfo: installing component 'clippy'
962024-03-26T06:36:56.167Zinfo: installing component 'rust-docs'
972024-03-26T06:36:57.195Zinfo: installing component 'rust-std'
982024-03-26T06:36:58.986Zinfo: installing component 'rustc'
992024-03-26T06:37:03.116Zinfo: installing component 'rustfmt'
1002024-03-26T06:37:03.747Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-03-26T06:37:03.747Z+ rustc --version
1022024-03-26T06:37:03.747Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-03-26T06:37:03.747Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-03-26T06:37:17.322Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-03-26T06:37:18.732Z Startup: Caching catalogs ... Done
1062024-03-26T06:37:20.377ZPlanning: Solver setup ... Done (1.274s)
1072024-03-26T06:37:20.400ZPlanning: Running solver ... Done (0.025s)
1082024-03-26T06:37:20.631ZPlanning: Finding local manifests ... Done (0.206s)
1092024-03-26T06:37:20.643ZPlanning: Fetching manifests: 0/4 0% complete
1102024-03-26T06:37:21.130ZPlanning: Fetching manifests: 4/4 100% complete
1112024-03-26T06:37:21.182ZPlanning: Package planning ... Done (0.048s)
1122024-03-26T06:37:21.230ZPlanning: Merging actions ... Done (0.052s)
1132024-03-26T06:37:21.674ZPlanning: Checking for conflicting actions ... Done (0.442s)
1142024-03-26T06:37:21.683ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-03-26T06:37:28.694ZPlanning: Evaluating mediators ... Done (7.009s)
1162024-03-26T06:37:28.704ZPlanning: Planning completed in 9.92 seconds
1172024-03-26T06:37:28.719Z Packages to install: 4
1182024-03-26T06:37:28.719Z Mediators to change: 2
1192024-03-26T06:37:28.723Z Services to change: 1
1202024-03-26T06:37:28.723Z Estimated space available: 155.32 GB
1212024-03-26T06:37:28.723ZEstimated space to be consumed: 1.43 GB
1222024-03-26T06:37:28.723Z Create boot environment: No
1232024-03-26T06:37:28.724ZCreate backup boot environment: No
1242024-03-26T06:37:28.724Z Rebuild boot archive: No
1252024-03-26T06:37:28.724Z
1262024-03-26T06:37:28.724ZChanged mediators:
1272024-03-26T06:37:28.724Z mediator clang:
1282024-03-26T06:37:28.724Z version: None -> 15 (system default)
1292024-03-26T06:37:28.724Z
1302024-03-26T06:37:28.724Z mediator llvm:
1312024-03-26T06:37:28.725Z version: 14 (system default) -> 15 (system default)
1322024-03-26T06:37:28.725Z
1332024-03-26T06:37:28.725ZChanged packages:
1342024-03-26T06:37:28.725Zhelios-dev
1352024-03-26T06:37:28.725Z developer/build-essential
1362024-03-26T06:37:28.725Z None -> 11-2.0
1372024-03-26T06:37:28.726Z library/libxmlsec1
1382024-03-26T06:37:28.726Z None -> 1.2.35-2.0
1392024-03-26T06:37:28.726Z ooce/developer/clang-15
1402024-03-26T06:37:28.726Z None -> 15.0.7-2.0
1412024-03-26T06:37:28.726Z ooce/developer/llvm-15
1422024-03-26T06:37:28.726Z None -> 15.0.7-2.0
1432024-03-26T06:37:28.726Z
1442024-03-26T06:37:28.727ZServices:
1452024-03-26T06:37:28.727Z restart_fmri:
1462024-03-26T06:37:28.727Z svc:/system/update-man-index:default
1472024-03-26T06:37:28.855Z
1482024-03-26T06:37:28.855ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-03-26T06:37:33.917ZDownload: 573/3290 items 17.5/212.6MB 8% complete (3.6M/s)
1502024-03-26T06:37:38.927ZDownload: 1166/3290 items 54.2/212.6MB 25% complete (5.3M/s)
1512024-03-26T06:37:43.969ZDownload: 1286/3290 items 108.4/212.6MB 50% complete (9.1M/s)
1522024-03-26T06:37:48.939ZDownload: 2008/3290 items 118.7/212.6MB 55% complete (7.1M/s)
1532024-03-26T06:37:59.737ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (4.3M/s)
1542024-03-26T06:38:04.964ZDownload: 3280/3290 items 211.4/212.6MB 99% complete (18.4M/s)
1552024-03-26T06:38:05.302ZDownload: Completed 212.60 MB in 36.42 seconds (5.8M/s)
1562024-03-26T06:38:05.678Z Actions: 1/3689 actions (Installing new actions)
1572024-03-26T06:38:10.635Z Actions: Completed 3689 actions in 4.95 seconds.
1582024-03-26T06:38:10.741Z Done (0.102s)
1592024-03-26T06:38:10.741Z Done (0.000s)
1602024-03-26T06:38:11.011Z Done (0.248s)
1612024-03-26T06:38:16.203Z Done (5.078s)
1622024-03-26T06:38:16.466Z Done (0.194s)
1632024-03-26T06:38:16.472Z Done (0.000s)
1642024-03-26T06:38:16.634Z Done (0.000s)
1652024-03-26T06:38:17.150ZPlanning: Evaluating mediator changes ... Done
1662024-03-26T06:38:17.308ZPlanning: Checking for conflicting actions ... Done
1672024-03-26T06:38:17.311ZPlanning: Consolidating action changes ... Done
1682024-03-26T06:38:17.577ZPlanning: Evaluating mediators ... Done
1692024-03-26T06:38:17.581ZPlanning: Planning completed in 0.43 seconds
1702024-03-26T06:38:17.610Z Mediators to change: 2
1712024-03-26T06:38:17.611Z Create boot environment: No
1722024-03-26T06:38:17.614ZCreate backup boot environment: No
1732024-03-26T06:38:17.689Z Done
1742024-03-26T06:38:17.689Z Done
1752024-03-26T06:38:17.833Z Done
1762024-03-26T06:38:21.390Z Done
1772024-03-26T06:38:21.477Z Done
1782024-03-26T06:38:21.480Z Done
1792024-03-26T06:38:21.580Z Done
1802024-03-26T06:38:22.218ZPlanning: Evaluating mediator changes ... Done
1812024-03-26T06:38:22.222ZPlanning: Merging actions ... Done
1822024-03-26T06:38:22.408ZPlanning: Checking for conflicting actions ... Done
1832024-03-26T06:38:22.412ZPlanning: Consolidating action changes ... Done
1842024-03-26T06:38:22.673ZPlanning: Evaluating mediators ... Done
1852024-03-26T06:38:22.729ZPlanning: Planning completed in 0.79 seconds
1862024-03-26T06:38:22.764Z Packages to change: 1
1872024-03-26T06:38:22.764Z Mediators to change: 1
1882024-03-26T06:38:22.768Z Services to change: 1
1892024-03-26T06:38:22.768Z Create boot environment: No
1902024-03-26T06:38:22.768ZCreate backup boot environment: Yes
1912024-03-26T06:38:24.665Z Actions: 1/6 actions (Updating modified actions)
1922024-03-26T06:38:24.668Z Actions: Completed 6 actions in 0.00 seconds.
1932024-03-26T06:38:24.668Z Done
1942024-03-26T06:38:24.668Z Done
1952024-03-26T06:38:24.730Z Done
1962024-03-26T06:38:28.261Z Done
1972024-03-26T06:38:28.347Z Done
1982024-03-26T06:38:28.352Z Done
1992024-03-26T06:38:28.450Z Done
2002024-03-26T06:38:28.883ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012024-03-26T06:38:28.884Zclang system 15 system
2022024-03-26T06:38:28.884Zcsh system system illumos
2032024-03-26T06:38:28.884Zctags system system illumos
2042024-03-26T06:38:28.884Zgcc vendor 12 vendor
2052024-03-26T06:38:28.884Zgcc system 10 system
2062024-03-26T06:38:28.884Zgcc system 7 system
2072024-03-26T06:38:28.884Zgo system 1.20 system
2082024-03-26T06:38:28.884Zgo system 1.19 system
2092024-03-26T06:38:28.884Zllvm system 15 system
2102024-03-26T06:38:28.884Zllvm system 14 system
2112024-03-26T06:38:28.884Zmariadb system 10.6 system
2122024-03-26T06:38:28.884Zmta vendor vendor dma
2132024-03-26T06:38:28.884Zopenjdk system 17 system
2142024-03-26T06:38:28.884Zopenjdk system 11 system
2152024-03-26T06:38:28.884Zopenjdk system 1.8 system
2162024-03-26T06:38:28.884Zopenssl vendor 3 vendor
2172024-03-26T06:38:28.884Zperl system 5.36 system
2182024-03-26T06:38:28.885Zpostgresql system 15 system
2192024-03-26T06:38:28.885Zpostgresql system 13 system
2202024-03-26T06:38:28.885Zpython vendor 3 vendor
2212024-03-26T06:38:28.885Zpython system 2 system
2222024-03-26T06:38:28.885Zpython3 system 3.11 system
2232024-03-26T06:38:28.885Zruby system 3.0 system
2242024-03-26T06:38:28.885Zwords vendor vendor american-english
2252024-03-26T06:38:28.885Zwords system system australian-english
2262024-03-26T06:38:28.885Zwords system system british-english
2272024-03-26T06:38:28.885Zwords system system canadian-english
2282024-03-26T06:38:28.885Zwords system system french
2292024-03-26T06:38:28.885Zwords system system italian
2302024-03-26T06:38:28.885Zwords system system ngerman
2312024-03-26T06:38:28.885Zwords system system ogerman
2322024-03-26T06:38:28.885Zwords system system spanish
2332024-03-26T06:38:29.214ZPUBLISHER TYPE STATUS P LOCATION
2342024-03-26T06:38:29.214Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2352024-03-26T06:38:30.456ZFMRI IFO
2362024-03-26T06:38:30.456Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372024-03-26T06:38:30.456Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382024-03-26T06:38:30.457Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392024-03-26T06:38:30.457Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2402024-03-26T06:38:30.457Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2412024-03-26T06:38:30.457Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2422024-03-26T06:38:30.457Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2432024-03-26T06:38:30.457Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-03-26T06:38:30.457Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-03-26T06:38:30.457Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-03-26T06:38:30.457Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-03-26T06:38:30.457Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-03-26T06:38:30.685Z+ set -o errexit
2492024-03-26T06:38:30.699Z+++ dirname ./tools/ci_download_cockroachdb
2502024-03-26T06:38:30.699Z++ cd ./tools
2512024-03-26T06:38:30.699Z++ pwd
2522024-03-26T06:38:30.699Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2532024-03-26T06:38:30.699Z++ basename ./tools/ci_download_cockroachdb
2542024-03-26T06:38:30.699Z+ ARG0=ci_download_cockroachdb
2552024-03-26T06:38:30.699Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2562024-03-26T06:38:30.699Z+ CIDL_VERSION=v22.1.9
2572024-03-26T06:38:30.699Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2582024-03-26T06:38:30.699Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2592024-03-26T06:38:30.699Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2602024-03-26T06:38:30.699Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2612024-03-26T06:38:30.700Z+ TARGET_DIR=out
2622024-03-26T06:38:30.700Z+ DOWNLOAD_DIR=out/downloads
2632024-03-26T06:38:30.700Z+ DEST_DIR=./out/cockroachdb
2642024-03-26T06:38:30.700Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2652024-03-26T06:38:30.700Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2662024-03-26T06:38:30.700Z+ main
2672024-03-26T06:38:30.700Z+ [[ 0 != 0 ]]
2682024-03-26T06:38:30.700Z+ CIDL_OS=solaris2.11
2692024-03-26T06:38:30.700Z+ [[ 0 != 0 ]]
2702024-03-26T06:38:30.700Z+ configure_os solaris2.11
2712024-03-26T06:38:30.700Z+ echo 'current directory: /work/oxidecomputer/omicron'
2722024-03-26T06:38:30.700Zcurrent directory: /work/oxidecomputer/omicron
2732024-03-26T06:38:30.700Z+ echo 'configuring based on OS: "solaris2.11"'
2742024-03-26T06:38:30.700Z+ case "$1" in
2752024-03-26T06:38:30.700Z+ CIDL_BUILD=illumos
2762024-03-26T06:38:30.700Zconfiguring based on OS: "solaris2.11"
2772024-03-26T06:38:30.700Z+ CIDL_SUFFIX=tar.gz
2782024-03-26T06:38:30.700Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2792024-03-26T06:38:30.701Z+ CIDL_URL_BASE=https://illumos.org/downloads
2802024-03-26T06:38:30.701Z+ CIDL_ASSEMBLE=do_assemble_illumos
2812024-03-26T06:38:30.701Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2822024-03-26T06:38:30.701Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2832024-03-26T06:38:30.701Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-03-26T06:38:30.701Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2852024-03-26T06:38:30.701Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-03-26T06:38:30.701Z+ CIDL_SHA256FUNC=do_sha256sum
2872024-03-26T06:38:30.701Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2882024-03-26T06:38:30.701Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-03-26T06:38:30.701ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-03-26T06:38:30.701ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-03-26T06:38:30.701Z+ mkdir -p out/downloads
2922024-03-26T06:38:30.701Z+ mkdir -p ./out/cockroachdb
2932024-03-26T06:38:30.705Z+ local DO_DOWNLOAD=true
2942024-03-26T06:38:30.705Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2952024-03-26T06:38:30.706Z+ '[' true == true ']'
2962024-03-26T06:38:30.706Z+ echo Downloading...
2972024-03-26T06:38:30.706ZDownloading...
2982024-03-26T06:38:30.706Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-03-26T06:38:30.706Z+ 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
3002024-03-26T06:38:39.196Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3012024-03-26T06:38:39.205Z++ sha256sum
3022024-03-26T06:38:39.206Z++ awk '{print $1}'
3032024-03-26T06:38:39.291Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3042024-03-26T06:38:39.291Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3052024-03-26T06:38:39.292Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3062024-03-26T06:38:39.301Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3072024-03-26T06:38:41.469Z+ do_assemble_illumos
3082024-03-26T06:38:41.469Z+ rm -r ./out/cockroachdb
3092024-03-26T06:38:41.472Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3102024-03-26T06:38:41.924Z+ ./out/cockroachdb/bin/cockroach version
3112024-03-26T06:38:48.780ZBuild Tag: v22.1.9-dirty
3122024-03-26T06:38:48.780ZBuild Time: 2022/10/26 21:17:46
3132024-03-26T06:38:48.780ZDistribution: OSS
3142024-03-26T06:38:48.780ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3152024-03-26T06:38:48.780ZGo Version: go1.17.13
3162024-03-26T06:38:48.780ZC Compiler: gcc 10.3.0
3172024-03-26T06:38:48.781ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3182024-03-26T06:38:48.781ZBuild Type: release
3192024-03-26T06:38:48.846Z+ set -o errexit
3202024-03-26T06:38:48.846Z+++ dirname ./tools/ci_download_clickhouse
3212024-03-26T06:38:48.846Z++ cd ./tools
3222024-03-26T06:38:48.846Z++ pwd
3232024-03-26T06:38:48.846Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3242024-03-26T06:38:48.847Z++ basename ./tools/ci_download_clickhouse
3252024-03-26T06:38:48.847Z+ ARG0=ci_download_clickhouse
3262024-03-26T06:38:48.847Z+ TARGET_DIR=out
3272024-03-26T06:38:48.847Z+ DOWNLOAD_DIR=out/downloads
3282024-03-26T06:38:48.847Z+ DEST_DIR=./out/clickhouse
3292024-03-26T06:38:48.847Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3302024-03-26T06:38:48.847Z+ CIDL_VERSION=v23.8.7.24
3312024-03-26T06:38:48.847Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3322024-03-26T06:38:48.847Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3332024-03-26T06:38:48.847Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3342024-03-26T06:38:48.847Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3352024-03-26T06:38:48.847Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3362024-03-26T06:38:48.847Z+ main
3372024-03-26T06:38:48.847Z+ [[ 0 != 0 ]]
3382024-03-26T06:38:48.848Z+ CIDL_OS=solaris2.11
3392024-03-26T06:38:48.848Z+ [[ 0 != 0 ]]
3402024-03-26T06:38:48.848Z+ configure_os solaris2.11
3412024-03-26T06:38:48.848Z+ echo 'current directory: /work/oxidecomputer/omicron'
3422024-03-26T06:38:48.848Zcurrent directory: /work/oxidecomputer/omicron
3432024-03-26T06:38:48.848Z+ echo 'configuring based on OS: "solaris2.11"'
3442024-03-26T06:38:48.848Z+ CIDL_DASHREV=
3452024-03-26T06:38:48.848Zconfiguring based on OS: "solaris2.11"
3462024-03-26T06:38:48.848Z+ case "$1" in
3472024-03-26T06:38:48.849Z+ CIDL_PLATFORM=illumos
3482024-03-26T06:38:48.849Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3492024-03-26T06:38:48.849Z+ CIDL_MD5FUNC=do_md5sum
3502024-03-26T06:38:48.849Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3512024-03-26T06:38:48.849Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3522024-03-26T06:38:48.849Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-03-26T06:38:48.849Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3542024-03-26T06:38:48.849Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3552024-03-26T06:38:48.849Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3562024-03-26T06:38:48.849ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-03-26T06:38:48.849ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3582024-03-26T06:38:48.849Z+ mkdir -p out/downloads
3592024-03-26T06:38:48.849Z+ mkdir -p ./out/clickhouse
3602024-03-26T06:38:48.849Z+ local DO_DOWNLOAD=true
3612024-03-26T06:38:48.849Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3622024-03-26T06:38:48.850Z+ '[' true == true ']'
3632024-03-26T06:38:48.850Z+ echo Downloading...
3642024-03-26T06:38:48.850ZDownloading...
3652024-03-26T06:38:48.850Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-03-26T06:38:48.850Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-03-26T06:38:48.881Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3682024-03-26T06:38:48.920Z++ md5sum
3692024-03-26T06:38:48.920Z++ awk '{print $1}'
3702024-03-26T06:38:48.920Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3712024-03-26T06:38:48.920Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3722024-03-26T06:38:48.920Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3732024-03-26T06:38:48.921Z+ mkdir -p ./out/clickhouse
3742024-03-26T06:38:48.921Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3752024-03-26T06:38:48.921Z+ [[ solaris2.11 == darwin* ]]
3762024-03-26T06:38:48.921Z+ ./out/clickhouse/clickhouse server --version
3772024-03-26T06:38:48.921ZClickHouse server version 23.8.7.1.
3782024-03-26T06:38:48.921Z+ set -o errexit
3792024-03-26T06:38:48.921Z+++ dirname ./tools/ci_download_console
3802024-03-26T06:38:48.921Z++ cd ./tools
3812024-03-26T06:38:48.921Z++ pwd
3822024-03-26T06:38:48.921Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3832024-03-26T06:38:48.922Z++ basename ./tools/ci_download_console
3842024-03-26T06:38:48.922Z+ ARG0=ci_download_console
3852024-03-26T06:38:48.922Z+ TARGET_DIR=out
3862024-03-26T06:38:48.922Z+ DOWNLOAD_DIR=out/downloads
3872024-03-26T06:38:48.922Z+ DEST_DIR=./out/console-assets
3882024-03-26T06:38:48.922Z+ source /work/oxidecomputer/omicron/tools/console_version
3892024-03-26T06:38:48.922Z++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198
3902024-03-26T06:38:48.922Z++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
3912024-03-26T06:38:48.922Z+ URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3922024-03-26T06:38:48.922Z+ TARBALL_FILE=out/downloads/console.tar.gz
3932024-03-26T06:38:48.922Z+ main
3942024-03-26T06:38:48.923Z+ [[ 0 != 0 ]]
3952024-03-26T06:38:48.923Z+ echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz'
3962024-03-26T06:38:48.923ZURL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
3972024-03-26T06:38:48.923Z+ echo 'Local file: out/downloads/console.tar.gz'
3982024-03-26T06:38:48.923ZLocal file: out/downloads/console.tar.gz
3992024-03-26T06:38:48.923Z+ local DO_DOWNLOAD=true
4002024-03-26T06:38:48.923Z+ [[ -f out/downloads/console.tar.gz ]]
4012024-03-26T06:38:48.923Z+ mkdir -p out/downloads
4022024-03-26T06:38:48.923Z+ '[' true == true ']'
4032024-03-26T06:38:48.923Z+ echo Downloading...
4042024-03-26T06:38:48.924ZDownloading...
4052024-03-26T06:38:48.924Z+ do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz
4062024-03-26T06:38:48.924Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz
4072024-03-26T06:38:48.924Z++ do_sha256sum out/downloads/console.tar.gz
4082024-03-26T06:38:48.924Z++ case "$OSTYPE" in
4092024-03-26T06:38:48.924Z++ SHA=sha256sum
4102024-03-26T06:38:48.924Z++ sha256sum
4112024-03-26T06:38:48.924Z++ awk '{print $1}'
4122024-03-26T06:38:48.924Z+ calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8
4132024-03-26T06:38:48.924Z+ [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]]
4142024-03-26T06:38:48.925Z+ rm -rf ./out/console-assets
4152024-03-26T06:38:48.925Z+ mkdir -p ./out/console-assets
4162024-03-26T06:38:48.925Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4172024-03-26T06:38:48.925Z+ mkdir -p ./out/console-assets
4182024-03-26T06:38:48.925Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4192024-03-26T06:38:48.954Z+ set -o errexit
4202024-03-26T06:38:48.954Z+++ dirname ./tools/ci_download_maghemite_openapi
4212024-03-26T06:38:48.954Z++ cd ./tools
4222024-03-26T06:38:48.954Z++ pwd
4232024-03-26T06:38:48.954Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4242024-03-26T06:38:48.954Z++ basename ./tools/ci_download_maghemite_openapi
4252024-03-26T06:38:48.954Z+ ARG0=ci_download_maghemite_openapi
4262024-03-26T06:38:48.954Z+ TARGET_DIR=out
4272024-03-26T06:38:48.955Z+ DOWNLOAD_DIR=out/downloads
4282024-03-26T06:38:48.955Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4292024-03-26T06:38:48.955Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4302024-03-26T06:38:48.955Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4312024-03-26T06:38:48.955Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4322024-03-26T06:38:48.955Z+ LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4332024-03-26T06:38:48.955Z+ main
4342024-03-26T06:38:48.955Z+ rm -rf out/downloads/root
4352024-03-26T06:38:48.955Z+ [[ 0 != 0 ]]
4362024-03-26T06:38:48.955Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json'
4372024-03-26T06:38:48.955ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4382024-03-26T06:38:48.955Z+ echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4392024-03-26T06:38:48.955ZLocal file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4402024-03-26T06:38:48.955Z+ local DO_DOWNLOAD=true
4412024-03-26T06:38:48.955Z+ [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4422024-03-26T06:38:48.956Z+ mkdir -p out/downloads
4432024-03-26T06:38:48.956Z+ '[' true == true ']'
4442024-03-26T06:38:48.956Z+ echo Downloading...
4452024-03-26T06:38:48.956ZDownloading...
4462024-03-26T06:38:48.956Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4472024-03-26T06:38:48.956Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json
4482024-03-26T06:38:49.163Z++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4492024-03-26T06:38:49.163Z++ case "$OSTYPE" in
4502024-03-26T06:38:49.224Z++ SHA=sha256sum
4512024-03-26T06:38:49.224Z++ sha256sum
4522024-03-26T06:38:49.224Z++ awk '{print $1}'
4532024-03-26T06:38:49.224Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4542024-03-26T06:38:49.224Z+ [[ 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 ]]
4552024-03-26T06:38:49.224Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4562024-03-26T06:38:49.224Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
4572024-03-26T06:38:49.224Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4582024-03-26T06:38:49.224Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4592024-03-26T06:38:49.224Z+ LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4602024-03-26T06:38:49.225Z+ main
4612024-03-26T06:38:49.225Z+ rm -rf out/downloads/root
4622024-03-26T06:38:49.225Z+ [[ 0 != 0 ]]
4632024-03-26T06:38:49.225Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json'
4642024-03-26T06:38:49.225ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4652024-03-26T06:38:49.225Z+ echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json'
4662024-03-26T06:38:49.225ZLocal file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4672024-03-26T06:38:49.225Z+ local DO_DOWNLOAD=true
4682024-03-26T06:38:49.225Z+ [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]]
4692024-03-26T06:38:49.225Z+ mkdir -p out/downloads
4702024-03-26T06:38:49.225Z+ '[' true == true ']'
4712024-03-26T06:38:49.226Z+ echo Downloading...
4722024-03-26T06:38:49.226ZDownloading...
4732024-03-26T06:38:49.226Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4742024-03-26T06:38:49.226Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json
4752024-03-26T06:38:49.274Z++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json
4762024-03-26T06:38:49.274Z++ case "$OSTYPE" in
4772024-03-26T06:38:49.277Z++ SHA=sha256sum
4782024-03-26T06:38:49.278Z++ sha256sum
4792024-03-26T06:38:49.278Z++ awk '{print $1}'
4802024-03-26T06:38:49.293Z+ calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
4812024-03-26T06:38:49.293Z+ [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]]
4822024-03-26T06:38:49.293Z+ set -o errexit
4832024-03-26T06:38:49.294Z+++ dirname ./tools/ci_download_dendrite_openapi
4842024-03-26T06:38:49.294Z++ cd ./tools
4852024-03-26T06:38:49.294Z++ pwd
4862024-03-26T06:38:49.294Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4872024-03-26T06:38:49.294Z++ basename ./tools/ci_download_dendrite_openapi
4882024-03-26T06:38:49.294Z+ ARG0=ci_download_dendrite_openapi
4892024-03-26T06:38:49.294Z+ TARGET_DIR=out
4902024-03-26T06:38:49.294Z+ DOWNLOAD_DIR=out/downloads
4912024-03-26T06:38:49.294Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4922024-03-26T06:38:49.294Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
4932024-03-26T06:38:49.294Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4942024-03-26T06:38:49.294Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
4952024-03-26T06:38:49.294Z+ LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
4962024-03-26T06:38:49.298Z+ main
4972024-03-26T06:38:49.298Z+ [[ 0 != 0 ]]
4982024-03-26T06:38:49.299Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json'
4992024-03-26T06:38:49.299ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5002024-03-26T06:38:49.299ZLocal file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5012024-03-26T06:38:49.299Z+ echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json'
5022024-03-26T06:38:49.299Z+ local DO_DOWNLOAD=true
5032024-03-26T06:38:49.299Z+ [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]]
5042024-03-26T06:38:49.299Z+ mkdir -p out/downloads
5052024-03-26T06:38:49.299Z+ '[' true == true ']'
5062024-03-26T06:38:49.299Z+ echo Downloading...
5072024-03-26T06:38:49.299ZDownloading...
5082024-03-26T06:38:49.299Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5092024-03-26T06:38:49.299Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json
5102024-03-26T06:38:49.433Z++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json
5112024-03-26T06:38:49.433Z++ case "$OSTYPE" in
5122024-03-26T06:38:49.437Z++ SHA=sha256sum
5132024-03-26T06:38:49.437Z++ sha256sum
5142024-03-26T06:38:49.437Z++ awk '{print $1}'
5152024-03-26T06:38:49.437Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5162024-03-26T06:38:49.437Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5172024-03-26T06:38:49.443Z+ set -o errexit
5182024-03-26T06:38:49.447Z+++ dirname ./tools/ci_download_dendrite_stub
5192024-03-26T06:38:49.447Z++ cd ./tools
5202024-03-26T06:38:49.447Z++ pwd
5212024-03-26T06:38:49.450Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5222024-03-26T06:38:49.450Z++ basename ./tools/ci_download_dendrite_stub
5232024-03-26T06:38:49.450Z+ ARG0=ci_download_dendrite_stub
5242024-03-26T06:38:49.451Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5252024-03-26T06:38:49.451Z++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5262024-03-26T06:38:49.451Z++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397
5272024-03-26T06:38:49.451Z++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d
5282024-03-26T06:38:49.451Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5292024-03-26T06:38:49.451Z++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5302024-03-26T06:38:49.451Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5312024-03-26T06:38:49.451Z+ TARGET_DIR=out
5322024-03-26T06:38:49.451Z+ DOWNLOAD_DIR=out/downloads
5332024-03-26T06:38:49.451Z+ DEST_DIR=./out/dendrite-stub
5342024-03-26T06:38:49.451Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5352024-03-26T06:38:49.451Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5362024-03-26T06:38:49.451Z+ REPO=oxidecomputer/dendrite
5372024-03-26T06:38:49.451Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922
5382024-03-26T06:38:49.455Z+ main
5392024-03-26T06:38:49.455Z+ [[ 0 != 0 ]]
5402024-03-26T06:38:49.455Z+ CIDL_OS=solaris2.11
5412024-03-26T06:38:49.455Z+ [[ 0 != 0 ]]
5422024-03-26T06:38:49.455Z+ configure_os solaris2.11
5432024-03-26T06:38:49.455Z+ echo 'current directory: /work/oxidecomputer/omicron'
5442024-03-26T06:38:49.455Zcurrent directory: /work/oxidecomputer/omicron
5452024-03-26T06:38:49.455Z+ echo 'configuring based on OS: "solaris2.11"'
5462024-03-26T06:38:49.455Z+ case "$1" in
5472024-03-26T06:38:49.456Zconfiguring based on OS: "solaris2.11"
5482024-03-26T06:38:49.456Z+ SET_BINARIES=
5492024-03-26T06:38:49.456Z+ CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5502024-03-26T06:38:49.456Z+ CIDL_SHA256FUNC=do_sha256sum
5512024-03-26T06:38:49.456Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5522024-03-26T06:38:49.456Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5532024-03-26T06:38:49.456Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5542024-03-26T06:38:49.456Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz'
5552024-03-26T06:38:49.456ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5562024-03-26T06:38:49.456Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5572024-03-26T06:38:49.456Z+ mkdir -p out/downloads
5582024-03-26T06:38:49.456ZLocal file: out/downloads/dendrite-stub.tar.gz
5592024-03-26T06:38:49.456Z+ mkdir -p ./out/dendrite-stub
5602024-03-26T06:38:49.460Z+ fetch_and_verify
5612024-03-26T06:38:49.460Z+ local DO_DOWNLOAD=true
5622024-03-26T06:38:49.460Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5632024-03-26T06:38:49.461Z+ '[' true == true ']'
5642024-03-26T06:38:49.461Z+ echo Downloading...
5652024-03-26T06:38:49.461ZDownloading...
5662024-03-26T06:38:49.461Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5672024-03-26T06:38:49.461Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz
5682024-03-26T06:39:00.706Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5692024-03-26T06:39:00.716Z++ sha256sum
5702024-03-26T06:39:00.716Z++ awk '{print $1}'
5712024-03-26T06:39:00.722Z+ calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20
5722024-03-26T06:39:00.723Z+ [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]]
5732024-03-26T06:39:00.723Z+ do_untar out/downloads/dendrite-stub.tar.gz
5742024-03-26T06:39:00.723Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5752024-03-26T06:39:01.811Z+ do_assemble
5762024-03-26T06:39:01.812Z+ rm -r ./out/dendrite-stub
5772024-03-26T06:39:01.822Z+ mkdir ./out/dendrite-stub
5782024-03-26T06:39:01.822Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5792024-03-26T06:39:01.823Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5802024-03-26T06:39:01.823Z+ set -o errexit
5812024-03-26T06:39:01.823Z+++ dirname ./tools/ci_download_maghemite_mgd
5822024-03-26T06:39:01.823Z++ cd ./tools
5832024-03-26T06:39:01.823Z++ pwd
5842024-03-26T06:39:01.824Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5852024-03-26T06:39:01.824Z++ basename ./tools/ci_download_maghemite_mgd
5862024-03-26T06:39:01.824Z+ ARG0=ci_download_maghemite_mgd
5872024-03-26T06:39:01.824Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5882024-03-26T06:39:01.825Z++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
5892024-03-26T06:39:01.825Z++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111
5902024-03-26T06:39:01.825Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5912024-03-26T06:39:01.825Z++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb
5922024-03-26T06:39:01.825Z++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e
5932024-03-26T06:39:01.826Z+ TARGET_DIR=out
5942024-03-26T06:39:01.826Z+ DOWNLOAD_DIR=out/downloads
5952024-03-26T06:39:01.826Z+ DEST_DIR=./out/mgd
5962024-03-26T06:39:01.826Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5972024-03-26T06:39:01.826Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5982024-03-26T06:39:01.826Z+ REPO=oxidecomputer/maghemite
5992024-03-26T06:39:01.827Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb
6002024-03-26T06:39:01.827Z+ main
6012024-03-26T06:39:01.827Z+ rm -rf out/downloads/root
6022024-03-26T06:39:01.827Z+ [[ 0 != 0 ]]
6032024-03-26T06:39:01.827Z+ CIDL_OS=solaris2.11
6042024-03-26T06:39:01.827Z+ [[ 0 != 0 ]]
6052024-03-26T06:39:01.827Z+ configure_os solaris2.11
6062024-03-26T06:39:01.827Z+ echo 'current directory: /work/oxidecomputer/omicron'
6072024-03-26T06:39:01.828Zcurrent directory: /work/oxidecomputer/omicron
6082024-03-26T06:39:01.828Zconfiguring based on OS: "solaris2.11"
6092024-03-26T06:39:01.828Z+ echo 'configuring based on OS: "solaris2.11"'
6102024-03-26T06:39:01.828Z+ case "$1" in
6112024-03-26T06:39:01.828Z+ SET_BINARIES=
6122024-03-26T06:39:01.828Z+ CIDL_SHA256FUNC=do_sha256sum
6132024-03-26T06:39:01.828Z+ TARBALL_FILENAME=mgd.tar.gz
6142024-03-26T06:39:01.828Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6152024-03-26T06:39:01.829Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6162024-03-26T06:39:01.829Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz'
6172024-03-26T06:39:01.829Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6182024-03-26T06:39:01.829ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6192024-03-26T06:39:01.829ZLocal file: out/downloads/mgd.tar.gz
6202024-03-26T06:39:01.829Z+ mkdir -p out/downloads
6212024-03-26T06:39:01.829Z+ mkdir -p ./out/mgd
6222024-03-26T06:39:01.829Z+ fetch_and_verify
6232024-03-26T06:39:01.829Z+ local DO_DOWNLOAD=true
6242024-03-26T06:39:01.829Z+ [[ -f out/downloads/mgd.tar.gz ]]
6252024-03-26T06:39:01.829Z+ '[' true == true ']'
6262024-03-26T06:39:01.829Z+ echo Downloading...
6272024-03-26T06:39:01.830ZDownloading...
6282024-03-26T06:39:01.830Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz
6292024-03-26T06:39:01.830Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz
6302024-03-26T06:39:07.146Z++ do_sha256sum out/downloads/mgd.tar.gz
6312024-03-26T06:39:07.155Z++ sha256sum
6322024-03-26T06:39:07.155Z++ awk '{print $1}'
6332024-03-26T06:39:07.571Z+ calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b
6342024-03-26T06:39:07.582Z+ [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]]
6352024-03-26T06:39:07.582Z+ do_untar out/downloads/mgd.tar.gz
6362024-03-26T06:39:07.582Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6372024-03-26T06:39:07.615Z+ do_assemble
6382024-03-26T06:39:07.616Z+ rm -r ./out/mgd
6392024-03-26T06:39:08.042Z+ mkdir ./out/mgd
6402024-03-26T06:39:08.042Z+ cp -r out/downloads/root ./out/mgd/root
6412024-03-26T06:39:08.042Z+ set -o errexit
6422024-03-26T06:39:08.042Z+++ dirname ./tools/ci_download_transceiver_control
6432024-03-26T06:39:08.042Z++ cd ./tools
6442024-03-26T06:39:08.043Z++ pwd
6452024-03-26T06:39:08.043Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6462024-03-26T06:39:08.043Z++ basename ./tools/ci_download_transceiver_control
6472024-03-26T06:39:08.043Z+ ARG0=ci_download_transceiver_control
6482024-03-26T06:39:08.043Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6492024-03-26T06:39:08.043Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6502024-03-26T06:39:08.043Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6512024-03-26T06:39:08.043Z+ TARGET_DIR=out
6522024-03-26T06:39:08.043Z+ DOWNLOAD_DIR=out/downloads
6532024-03-26T06:39:08.043Z+ DEST_DIR=./out/transceiver-control
6542024-03-26T06:39:08.043Z+ BIN_DIR=/opt/oxide/bin
6552024-03-26T06:39:08.043Z+ BINARY=xcvradm
6562024-03-26T06:39:08.044Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6572024-03-26T06:39:08.044Z+ REPO=oxidecomputer/transceiver-control
6582024-03-26T06:39:08.044Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6592024-03-26T06:39:08.044Z+ main
6602024-03-26T06:39:08.044Z+ [[ 0 != 0 ]]
6612024-03-26T06:39:08.044Z+ CIDL_OS=solaris2.11
6622024-03-26T06:39:08.044Z+ [[ 0 != 0 ]]
6632024-03-26T06:39:08.044Z+ configure_os solaris2.11
6642024-03-26T06:39:08.044Z+ echo 'current directory: /work/oxidecomputer/omicron'
6652024-03-26T06:39:08.044Z+ echo 'configuring based on OS: "solaris2.11"'
6662024-03-26T06:39:08.044Zcurrent directory: /work/oxidecomputer/omicron
6672024-03-26T06:39:08.044Zconfiguring based on OS: "solaris2.11"
6682024-03-26T06:39:08.045Z+ case "$1" in
6692024-03-26T06:39:08.045Z+ SET_BINARIES=
6702024-03-26T06:39:08.045Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6712024-03-26T06:39:08.045Z+ CIDL_SHA256FUNC=do_sha256sum
6722024-03-26T06:39:08.045Z+ ARCHIVE_FILENAME=xcvradm.gz
6732024-03-26T06:39:08.045Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6742024-03-26T06:39:08.045Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6752024-03-26T06:39:08.045Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6762024-03-26T06:39:08.045ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772024-03-26T06:39:08.045Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-03-26T06:39:08.045ZLocal file: out/downloads/xcvradm.gz
6792024-03-26T06:39:08.046Z+ mkdir -p out/downloads
6802024-03-26T06:39:08.046Z+ mkdir -p ./out/transceiver-control
6812024-03-26T06:39:08.046Z+ fetch_and_verify
6822024-03-26T06:39:08.046Z+ local DO_DOWNLOAD=true
6832024-03-26T06:39:08.046Z+ [[ -f out/downloads/xcvradm.gz ]]
6842024-03-26T06:39:08.046Z+ '[' true == true ']'
6852024-03-26T06:39:08.046Z+ echo Downloading...
6862024-03-26T06:39:08.046ZDownloading...
6872024-03-26T06:39:08.046Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6882024-03-26T06:39:08.046Z+ 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
6892024-03-26T06:39:11.881Z++ do_sha256sum out/downloads/xcvradm.gz
6902024-03-26T06:39:11.884Z++ sha256sum
6912024-03-26T06:39:11.884Z++ awk '{print $1}'
6922024-03-26T06:39:11.890Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6932024-03-26T06:39:11.894Z+ [[ 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 ]]
6942024-03-26T06:39:11.894Z+ do_unpack out/downloads/xcvradm.gz
6952024-03-26T06:39:11.894Z+ mkdir -p out/downloads/root//opt/oxide/bin
6962024-03-26T06:39:11.894Z+ gzip -dc out/downloads/xcvradm.gz
6972024-03-26T06:39:12.012Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6982024-03-26T06:39:12.016Z+ do_assemble
6992024-03-26T06:39:12.017Z+ rm -r ./out/transceiver-control
7002024-03-26T06:39:12.017Z+ mkdir ./out/transceiver-control
7012024-03-26T06:39:12.021Z+ cp -r out/downloads/root ./out/transceiver-control/root
7022024-03-26T06:39:12.100Z+ set -o errexit
7032024-03-26T06:39:12.104Z+++ dirname ./tools/ci_download_thundermuffin
7042024-03-26T06:39:12.105Z++ cd ./tools
7052024-03-26T06:39:12.105Z++ pwd
7062024-03-26T06:39:12.105Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7072024-03-26T06:39:12.105Z++ basename ./tools/ci_download_thundermuffin
7082024-03-26T06:39:12.105Z+ ARG0=ci_download_thundermuffin
7092024-03-26T06:39:12.105Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7102024-03-26T06:39:12.106Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7112024-03-26T06:39:12.106Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7122024-03-26T06:39:12.106Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7132024-03-26T06:39:12.106Z+ TARGET_DIR=out
7142024-03-26T06:39:12.106Z+ DOWNLOAD_DIR=out/downloads
7152024-03-26T06:39:12.106Z+ DEST_DIR=./out/thundermuffin
7162024-03-26T06:39:12.106Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7172024-03-26T06:39:12.106Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7182024-03-26T06:39:12.107Z+ REPO=oxidecomputer/thundermuffin
7192024-03-26T06:39:12.107Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7202024-03-26T06:39:12.107Z+ main
7212024-03-26T06:39:12.107Z+ rm -rf out/downloads/root
7222024-03-26T06:39:12.110Z+ [[ 0 != 0 ]]
7232024-03-26T06:39:12.110Z+ CIDL_OS=solaris2.11
7242024-03-26T06:39:12.115Z+ [[ 0 != 0 ]]
7252024-03-26T06:39:12.115Z+ configure_os solaris2.11
7262024-03-26T06:39:12.115Z+ echo 'current directory: /work/oxidecomputer/omicron'
7272024-03-26T06:39:12.115Zcurrent directory: /work/oxidecomputer/omicron
7282024-03-26T06:39:12.115Z+ echo 'configuring based on OS: "solaris2.11"'
7292024-03-26T06:39:12.115Z+ case "$1" in
7302024-03-26T06:39:12.115Zconfiguring based on OS: "solaris2.11"
7312024-03-26T06:39:12.115Z+ SET_BINARIES=
7322024-03-26T06:39:12.115Z+ CIDL_SHA256FUNC=do_sha256sum
7332024-03-26T06:39:12.115Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7342024-03-26T06:39:12.115Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7352024-03-26T06:39:12.115Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7362024-03-26T06:39:12.115Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7372024-03-26T06:39:12.115ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7382024-03-26T06:39:12.116Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7392024-03-26T06:39:12.116ZLocal file: out/downloads/thundermuffin.tar.gz
7402024-03-26T06:39:12.116Z+ mkdir -p out/downloads
7412024-03-26T06:39:12.116Z+ mkdir -p ./out/thundermuffin
7422024-03-26T06:39:12.116Z+ fetch_and_verify
7432024-03-26T06:39:12.116Z+ local DO_DOWNLOAD=true
7442024-03-26T06:39:12.116Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7452024-03-26T06:39:12.116Z+ '[' true == true ']'
7462024-03-26T06:39:12.116Z+ echo Downloading...
7472024-03-26T06:39:12.116ZDownloading...
7482024-03-26T06:39:12.116Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7492024-03-26T06:39:12.116Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7502024-03-26T06:39:12.399Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7512024-03-26T06:39:12.402Z++ sha256sum
7522024-03-26T06:39:12.402Z++ awk '{print $1}'
7532024-03-26T06:39:12.413Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7542024-03-26T06:39:12.413Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7552024-03-26T06:39:12.413Z+ do_untar out/downloads/thundermuffin.tar.gz
7562024-03-26T06:39:12.413Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7572024-03-26T06:39:12.469Z+ do_assemble
7582024-03-26T06:39:12.469Z+ rm -r ./out/thundermuffin
7592024-03-26T06:39:12.472Z+ mkdir ./out/thundermuffin
7602024-03-26T06:39:12.475Z+ cp -r out/downloads/root ./out/thundermuffin/root
7612024-03-26T06:39:12.484ZAll prerequisites installed successfully
7622024-03-26T06:39:12.487Z
7632024-03-26T06:39:12.487Zreal 2:08.794225566
7642024-03-26T06:39:12.487Zuser 36.841530118
7652024-03-26T06:39:12.488Zsys 6.879732691
7662024-03-26T06:39:12.488Ztrap 0.009026653
7672024-03-26T06:39:12.488Ztflt 0.171996018
7682024-03-26T06:39:12.488Zdflt 0.570056892
7692024-03-26T06:39:12.488Zkflt 0.106230433
7702024-03-26T06:39:12.488Zlock 1.148668553
7712024-03-26T06:39:12.488Zslp 4:21.611828498
7722024-03-26T06:39:12.488Zlat 2.023612329
7732024-03-26T06:39:12.488Zstop 0.151057112
7742024-03-26T06:39:12.488Z+ banner end-to-end-tests
7752024-03-26T06:39:12.491Z
7762024-03-26T06:39:12.491Z ###### # # ##### ##### #### ###### # # #####
7772024-03-26T06:39:12.492Z # ## # # # # # # # ## # # #
7782024-03-26T06:39:12.492Z ##### # # # # # ##### # # # ##### ##### # # # # #
7792024-03-26T06:39:12.492Z # # # # # # # # # # # # # # #
7802024-03-26T06:39:12.492Z # # ## # # # # # # # ## # #
7812024-03-26T06:39:12.492Z ###### # # ##### # #### ###### # # #####
7822024-03-26T06:39:12.492Z
7832024-03-26T06:39:12.492Z+ export CARGO_PROFILE_DEV_DEBUG=1
7842024-03-26T06:39:12.492Z+ CARGO_PROFILE_DEV_DEBUG=1
7852024-03-26T06:39:12.492Z+ export CARGO_PROFILE_TEST_DEBUG=1
7862024-03-26T06:39:12.492Z+ CARGO_PROFILE_TEST_DEBUG=1
7872024-03-26T06:39:12.492Z+ export CARGO_INCREMENTAL=0
7882024-03-26T06:39:12.492Z+ CARGO_INCREMENTAL=0
7892024-03-26T06:39:12.492Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7902024-03-26T06:39:12.700Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7912024-03-26T06:39:13.136Z Updating git repository `https://github.com/oxidecomputer/samael`
7922024-03-26T06:39:13.602Z Updating git repository `https://github.com/oxidecomputer/zone`
7932024-03-26T06:39:13.987Z Updating crates.io index
7942024-03-26T06:39:13.992Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7952024-03-26T06:39:14.872Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7962024-03-26T06:39:15.517Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7972024-03-26T06:39:17.836Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7982024-03-26T06:39:17.848Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7992024-03-26T06:39:18.205Z Updating git repository `https://github.com/oxidecomputer/propolis`
8002024-03-26T06:39:19.222Z Updating git repository `https://github.com/oxidecomputer/crucible`
8012024-03-26T06:39:21.601Z Updating git repository `https://github.com/oxidecomputer/opte`
8022024-03-26T06:39:22.629Z Updating git repository `https://github.com/oxidecomputer/falcon`
8032024-03-26T06:39:23.315Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8042024-03-26T06:39:23.596Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8052024-03-26T06:39:24.196Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8062024-03-26T06:39:24.627Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8072024-03-26T06:39:24.962Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8082024-03-26T06:39:25.358Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8092024-03-26T06:39:25.778Z Updating git repository `http://github.com/oxidecomputer/tofino`
8102024-03-26T06:39:26.190Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8112024-03-26T06:39:26.471Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8122024-03-26T06:39:26.758Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8132024-03-26T06:39:27.210Z Updating git repository `https://github.com/oxidecomputer/ispf`
8142024-03-26T06:39:27.532Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8152024-03-26T06:39:27.930Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8162024-03-26T06:39:28.504Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8172024-03-26T06:39:28.859Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8182024-03-26T06:39:29.150Z Updating git repository `https://github.com/jgallagher/nix`
8192024-03-26T06:39:30.122Z Updating git repository `https://github.com/cbiffle/hubpack`
8202024-03-26T06:39:30.450Z Updating git repository `https://github.com/oxidecomputer/typify`
8212024-03-26T06:39:32.186Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222024-03-26T06:39:32.561Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232024-03-26T06:39:32.883Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242024-03-26T06:39:33.380Z Updating git repository `https://github.com/oxidecomputer/rfb`
8252024-03-26T06:39:34.743Z Downloading crates ...
8262024-03-26T06:39:34.863Z Downloaded arrayref v0.3.7
8272024-03-26T06:39:34.872Z Downloaded addr2line v0.21.0
8282024-03-26T06:39:34.876Z Downloaded anstyle v1.0.6
8292024-03-26T06:39:34.879Z Downloaded anstream v0.6.11
8302024-03-26T06:39:34.882Z Downloaded anstyle-query v1.0.0
8312024-03-26T06:39:34.882Z Downloaded adler v1.0.2
8322024-03-26T06:39:34.890Z Downloaded aead v0.5.2
8332024-03-26T06:39:34.896Z Downloaded instant v0.1.12
8342024-03-26T06:39:34.896Z Downloaded ident_case v1.0.1
8352024-03-26T06:39:34.896Z Downloaded argon2 v0.5.3
8362024-03-26T06:39:34.896Z Downloaded ansi_term v0.12.1
8372024-03-26T06:39:34.899Z Downloaded anstyle-parse v0.2.1
8382024-03-26T06:39:34.899Z Downloaded internet-checksum v0.2.1
8392024-03-26T06:39:34.899Z Downloaded bitstruct v0.1.1
8402024-03-26T06:39:34.899Z Downloaded anyhow v1.0.79
8412024-03-26T06:39:34.903Z Downloaded block-padding v0.3.3
8422024-03-26T06:39:34.903Z Downloaded keccak v0.1.4
8432024-03-26T06:39:34.906Z Downloaded base16ct v0.2.0
8442024-03-26T06:39:34.906Z Downloaded cbc v0.1.2
8452024-03-26T06:39:34.909Z Downloaded ipnet v2.9.0
8462024-03-26T06:39:34.911Z Downloaded kstat-rs v0.2.3
8472024-03-26T06:39:34.911Z Downloaded indexmap v1.9.3
8482024-03-26T06:39:34.914Z Downloaded aes v0.8.3
8492024-03-26T06:39:34.917Z Downloaded block-buffer v0.10.4
8502024-03-26T06:39:34.920Z Downloaded arc-swap v1.6.0
8512024-03-26T06:39:34.923Z Downloaded base64ct v1.6.0
8522024-03-26T06:39:34.926Z Downloaded byteorder v1.5.0
8532024-03-26T06:39:34.926Z Downloaded bcrypt-pbkdf v0.10.0
8542024-03-26T06:39:34.929Z Downloaded atomicwrites v0.4.3
8552024-03-26T06:39:34.929Z Downloaded atomic-waker v1.1.1
8562024-03-26T06:39:34.933Z Downloaded num v0.4.1
8572024-03-26T06:39:34.933Z Downloaded ciborium-io v0.2.2
8582024-03-26T06:39:34.933Z Downloaded indexmap v2.2.5
8592024-03-26T06:39:34.937Z Downloaded memmap v0.7.0
8602024-03-26T06:39:34.941Z Downloaded crucible-workspace-hack v0.1.0
8612024-03-26T06:39:34.941Z Downloaded colorchoice v1.0.0
8622024-03-26T06:39:34.944Z Downloaded matches v0.1.10
8632024-03-26T06:39:34.944Z Downloaded atty v0.2.14
8642024-03-26T06:39:34.944Z Downloaded newtype_derive v0.1.6
8652024-03-26T06:39:34.944Z Downloaded cstr-argument v0.1.2
8662024-03-26T06:39:34.947Z Downloaded new_debug_unreachable v1.0.4
8672024-03-26T06:39:34.947Z Downloaded convert_case v0.4.0
8682024-03-26T06:39:34.954Z Downloaded darling_macro v0.20.3
8692024-03-26T06:39:34.954Z Downloaded nibble_vec v0.1.0
8702024-03-26T06:39:34.954Z Downloaded num-iter v0.1.44
8712024-03-26T06:39:34.958Z Downloaded camino-tempfile v1.1.1
8722024-03-26T06:39:34.958Z Downloaded async-stream v0.3.5
8732024-03-26T06:39:34.958Z Downloaded num_threads v0.1.6
8742024-03-26T06:39:34.961Z Downloaded bitflags v1.3.2
8752024-03-26T06:39:34.961Z Downloaded camino v1.1.6
8762024-03-26T06:39:34.964Z Downloaded normalize-line-endings v0.3.0
8772024-03-26T06:39:34.964Z Downloaded option-ext v0.2.0
8782024-03-26T06:39:34.967Z Downloaded opaque-debug v0.3.0
8792024-03-26T06:39:34.967Z Downloaded debug-ignore v1.0.5
8802024-03-26T06:39:34.967Z Downloaded bit-set v0.5.3
8812024-03-26T06:39:34.970Z Downloaded openssl-macros v0.1.1
8822024-03-26T06:39:34.970Z Downloaded libefi-sys v0.1.0
8832024-03-26T06:39:34.973Z Downloaded managed v0.8.0
8842024-03-26T06:39:34.973Z Downloaded itertools v0.10.5
8852024-03-26T06:39:34.978Z Downloaded openssl-probe v0.1.5
8862024-03-26T06:39:34.981Z Downloaded cipher v0.4.4
8872024-03-26T06:39:34.981Z Downloaded num-conv v0.1.0
8882024-03-26T06:39:34.986Z Downloaded autocfg v1.1.0
8892024-03-26T06:39:34.986Z Downloaded phf_shared v0.10.0
8902024-03-26T06:39:34.986Z Downloaded md5 v0.7.0
8912024-03-26T06:39:34.989Z Downloaded cobs v0.2.3
8922024-03-26T06:39:34.989Z Downloaded time-core v0.1.2
8932024-03-26T06:39:34.989Z Downloaded strum v0.26.1
8942024-03-26T06:39:34.992Z Downloaded num-derive v0.4.0
8952024-03-26T06:39:34.992Z Downloaded cpufeatures v0.2.12
8962024-03-26T06:39:34.995Z Downloaded clap_lex v0.7.0
8972024-03-26T06:39:34.995Z Downloaded base64 v0.13.1
8982024-03-26T06:39:34.997Z Downloaded num_enum v0.7.2
8992024-03-26T06:39:35.002Z Downloaded parse-display v0.9.0
9002024-03-26T06:39:35.005Z Downloaded md-5 v0.10.5
9012024-03-26T06:39:35.005Z Downloaded lalrpop-util v0.19.12
9022024-03-26T06:39:35.008Z Downloaded chacha20 v0.9.1
9032024-03-26T06:39:35.008Z Downloaded dirs-sys-next v0.1.2
9042024-03-26T06:39:35.013Z Downloaded crossbeam-deque v0.8.3
9052024-03-26T06:39:35.013Z Downloaded equivalent v1.0.1
9062024-03-26T06:39:35.017Z Downloaded ctr v0.9.2
9072024-03-26T06:39:35.017Z Downloaded signature v2.1.0
9082024-03-26T06:39:35.017Z Downloaded native-tls v0.2.11
9092024-03-26T06:39:35.020Z Downloaded foreign-types-shared v0.3.1
9102024-03-26T06:39:35.020Z Downloaded tokio-macros v2.2.0
9112024-03-26T06:39:35.020Z Downloaded tabwriter v1.4.0
9122024-03-26T06:39:35.025Z Downloaded gethostname v0.4.3
9132024-03-26T06:39:35.025Z Downloaded strsim v0.10.0
9142024-03-26T06:39:35.034Z Downloaded synstructure v0.12.6
9152024-03-26T06:39:35.034Z Downloaded num_enum v0.5.11
9162024-03-26T06:39:35.039Z Downloaded untrusted v0.7.1
9172024-03-26T06:39:35.039Z Downloaded cancel-safe-futures v0.1.5
9182024-03-26T06:39:35.039Z Downloaded cookie v0.17.0
9192024-03-26T06:39:35.039Z Downloaded portpicker v0.1.1
9202024-03-26T06:39:35.044Z Downloaded cookie_store v0.20.0
9212024-03-26T06:39:35.044Z Downloaded clap_derive v4.5.0
9222024-03-26T06:39:35.044Z Downloaded multer v3.0.0
9232024-03-26T06:39:35.050Z Downloaded xattr v1.0.1
9242024-03-26T06:39:35.050Z Downloaded strum_macros v0.25.2
9252024-03-26T06:39:35.056Z Downloaded password-hash v0.5.0
9262024-03-26T06:39:35.056Z Downloaded once_cell v1.19.0
9272024-03-26T06:39:35.061Z Downloaded owo-colors v4.0.0
9282024-03-26T06:39:35.061Z Downloaded omicron-zone-package v0.11.0
9292024-03-26T06:39:35.065Z Downloaded enum-as-inner v0.5.1
9302024-03-26T06:39:35.065Z Downloaded form_urlencoded v1.2.1
9312024-03-26T06:39:35.065Z Downloaded thiserror-impl v1.0.57
9322024-03-26T06:39:35.071Z Downloaded smallvec v1.13.1
9332024-03-26T06:39:35.071Z Downloaded hostname v0.3.1
9342024-03-26T06:39:35.071Z Downloaded tinyvec_macros v0.1.1
9352024-03-26T06:39:35.077Z Downloaded hex v0.4.3
9362024-03-26T06:39:35.077Z Downloaded pbkdf2 v0.11.0
9372024-03-26T06:39:35.078Z Downloaded password-hash v0.4.2
9382024-03-26T06:39:35.078Z Downloaded yasna v0.5.2
9392024-03-26T06:39:35.082Z Downloaded postgres-protocol v0.6.6
9402024-03-26T06:39:35.082Z Downloaded blake2 v0.10.6
9412024-03-26T06:39:35.087Z Downloaded fxhash v0.2.1
9422024-03-26T06:39:35.087Z Downloaded num-traits v0.2.18
9432024-03-26T06:39:35.092Z Downloaded rustc_version v0.1.7
9442024-03-26T06:39:35.093Z Downloaded proc-macro-error-attr v1.0.4
9452024-03-26T06:39:35.093Z Downloaded serde_spanned v0.6.5
9462024-03-26T06:39:35.093Z Downloaded rand_core v0.6.4
9472024-03-26T06:39:35.099Z Downloaded semver v0.1.20
9482024-03-26T06:39:35.099Z Downloaded uuid v0.8.2
9492024-03-26T06:39:35.099Z Downloaded parking_lot v0.12.1
9502024-03-26T06:39:35.105Z Downloaded pretty-hex v0.4.1
9512024-03-26T06:39:35.105Z Downloaded base64 v0.22.0
9522024-03-26T06:39:35.118Z Downloaded stable_deref_trait v1.2.0
9532024-03-26T06:39:35.118Z Downloaded spki v0.7.2
9542024-03-26T06:39:35.118Z Downloaded signal-hook-mio v0.2.3
9552024-03-26T06:39:35.118Z Downloaded sha1 v0.10.6
9562024-03-26T06:39:35.118Z Downloaded miniz_oxide v0.7.1
9572024-03-26T06:39:35.128Z Downloaded spin v0.9.8
9582024-03-26T06:39:35.128Z Downloaded tower-service v0.3.2
9592024-03-26T06:39:35.128Z Downloaded hash32 v0.3.1
9602024-03-26T06:39:35.128Z Downloaded pest_meta v2.7.6
9612024-03-26T06:39:35.128Z Downloaded bytes v1.5.0
9622024-03-26T06:39:35.137Z Downloaded diesel_table_macro_syntax v0.1.0
9632024-03-26T06:39:35.138Z Downloaded pkg-config v0.3.27
9642024-03-26T06:39:35.138Z Downloaded toml v0.7.8
9652024-03-26T06:39:35.138Z Downloaded fastrand v2.0.1
9662024-03-26T06:39:35.138Z Downloaded httpdate v1.0.3
9672024-03-26T06:39:35.138Z Downloaded futures-task v0.3.30
9682024-03-26T06:39:35.138Z Downloaded usdt v0.3.5
9692024-03-26T06:39:35.154Z Downloaded errno v0.3.8
9702024-03-26T06:39:35.154Z Downloaded crc32fast v1.3.2
9712024-03-26T06:39:35.154Z Downloaded headers-core v0.2.0
9722024-03-26T06:39:35.154Z Downloaded erased-serde v0.3.31
9732024-03-26T06:39:35.154Z Downloaded proc-macro-error v1.0.4
9742024-03-26T06:39:35.165Z Downloaded primeorder v0.13.6
9752024-03-26T06:39:35.165Z Downloaded heck v0.4.1
9762024-03-26T06:39:35.165Z Downloaded serde_repr v0.1.16
9772024-03-26T06:39:35.165Z Downloaded base64 v0.21.7
9782024-03-26T06:39:35.165Z Downloaded rand_core v0.5.1
9792024-03-26T06:39:35.166Z Downloaded rand_chacha v0.3.1
9802024-03-26T06:39:35.166Z Downloaded usdt-macro v0.3.5
9812024-03-26T06:39:35.166Z Downloaded dhcproto v0.11.0
9822024-03-26T06:39:35.179Z Downloaded chacha20poly1305 v0.10.1
9832024-03-26T06:39:35.179Z Downloaded semver v0.11.0
9842024-03-26T06:39:35.179Z Downloaded usdt-macro v0.5.0
9852024-03-26T06:39:35.179Z Downloaded slog-bunyan v2.5.0
9862024-03-26T06:39:35.179Z Downloaded slog-async v2.8.0
9872024-03-26T06:39:35.179Z Downloaded siphasher v0.3.11
9882024-03-26T06:39:35.179Z Downloaded difflib v0.4.0
9892024-03-26T06:39:35.179Z Downloaded fnv v1.0.7
9902024-03-26T06:39:35.179Z Downloaded vec_map v0.8.2
9912024-03-26T06:39:35.184Z Downloaded topological-sort v0.2.2
9922024-03-26T06:39:35.184Z Downloaded thread_local v1.1.7
9932024-03-26T06:39:35.184Z Downloaded version_check v0.9.4
9942024-03-26T06:39:35.184Z Downloaded iana-time-zone v0.1.57
9952024-03-26T06:39:35.184Z Downloaded futures-io v0.3.30
9962024-03-26T06:39:35.184Z Downloaded futures-core v0.3.30
9972024-03-26T06:39:35.184Z Downloaded unicode-xid v0.2.4
9982024-03-26T06:39:35.184Z Downloaded foreign-types-shared v0.1.1
9992024-03-26T06:39:35.188Z Downloaded dtrace-parser v0.2.0
10002024-03-26T06:39:35.188Z Downloaded embedded-io v0.4.0
10012024-03-26T06:39:35.188Z Downloaded zone v0.1.8
10022024-03-26T06:39:35.191Z Downloaded ron v0.7.1
10032024-03-26T06:39:35.194Z Downloaded hyper-tls v0.5.0
10042024-03-26T06:39:35.198Z Downloaded hyper-staticfile v0.9.5
10052024-03-26T06:39:35.198Z Downloaded scroll_derive v0.12.0
10062024-03-26T06:39:35.201Z Downloaded scheduled-thread-pool v0.2.7
10072024-03-26T06:39:35.201Z Downloaded psl-types v2.0.11
10082024-03-26T06:39:35.201Z Downloaded proc-macro-crate v1.3.1
10092024-03-26T06:39:35.207Z Downloaded pkcs8 v0.10.2
10102024-03-26T06:39:35.207Z Downloaded serde_tokenstream v0.1.7
10112024-03-26T06:39:35.212Z Downloaded serde_path_to_error v0.1.16
10122024-03-26T06:39:35.212Z Downloaded textwrap v0.11.0
10132024-03-26T06:39:35.215Z Downloaded pretty-hex v0.2.1
10142024-03-26T06:39:35.215Z Downloaded precomputed-hash v0.1.1
10152024-03-26T06:39:35.215Z Downloaded time-macros v0.2.17
10162024-03-26T06:39:35.219Z Downloaded tar v0.4.40
10172024-03-26T06:39:35.219Z Downloaded tokio-rustls v0.25.0
10182024-03-26T06:39:35.222Z Downloaded unicode-ident v1.0.12
10192024-03-26T06:39:35.226Z Downloaded swrite v0.1.0
10202024-03-26T06:39:35.226Z Downloaded vsss-rs v3.3.4
10212024-03-26T06:39:35.229Z Downloaded generic-array v0.14.7
10222024-03-26T06:39:35.229Z Downloaded dyn-clone v1.0.17
10232024-03-26T06:39:35.232Z Downloaded hash32 v0.2.1
10242024-03-26T06:39:35.232Z Downloaded derive_more v0.99.17
10252024-03-26T06:39:35.237Z Downloaded russh-cryptovec v0.7.0
10262024-03-26T06:39:35.244Z Downloaded trust-dns-server v0.22.1
10272024-03-26T06:39:35.249Z Downloaded scroll v0.12.0
10282024-03-26T06:39:35.249Z Downloaded minimal-lexical v0.2.1
10292024-03-26T06:39:35.254Z Downloaded thiserror v1.0.57
10302024-03-26T06:39:35.258Z Downloaded take_mut v0.2.2
10312024-03-26T06:39:35.258Z Downloaded dirs-next v2.0.0
10322024-03-26T06:39:35.261Z Downloaded foreign-types-macros v0.2.3
10332024-03-26T06:39:35.262Z Downloaded zeroize_derive v1.4.2
10342024-03-26T06:39:35.262Z Downloaded predicates-core v1.0.6
10352024-03-26T06:39:35.265Z Downloaded tempfile v3.10.0
10362024-03-26T06:39:35.269Z Downloaded foreign-types v0.5.0
10372024-03-26T06:39:35.269Z Downloaded foreign-types v0.3.2
10382024-03-26T06:39:35.269Z Downloaded zerocopy-derive v0.7.32
10392024-03-26T06:39:35.273Z Downloaded display-error-chain v0.2.0
10402024-03-26T06:39:35.277Z Downloaded tokio-stream v0.1.14
10412024-03-26T06:39:35.281Z Downloaded tokio-native-tls v0.3.1
10422024-03-26T06:39:35.285Z Downloaded ecdsa v0.16.9
10432024-03-26T06:39:35.285Z Downloaded usdt-impl v0.5.0
10442024-03-26T06:39:35.292Z Downloaded static_assertions v1.1.0
10452024-03-26T06:39:35.292Z Downloaded proc-macro2 v1.0.78
10462024-03-26T06:39:35.295Z Downloaded usdt-impl v0.3.5
10472024-03-26T06:39:35.295Z Downloaded nom v7.1.3
10482024-03-26T06:39:35.299Z Downloaded hubpack_derive v0.1.1
10492024-03-26T06:39:35.299Z Downloaded termcolor v1.2.0
10502024-03-26T06:39:35.302Z Downloaded want v0.3.1
10512024-03-26T06:39:35.302Z Downloaded glob v0.3.1
10522024-03-26T06:39:35.306Z Downloaded ghash v0.5.0
10532024-03-26T06:39:35.306Z Downloaded stringprep v0.1.3
10542024-03-26T06:39:35.308Z Downloaded dirs v5.0.1
10552024-03-26T06:39:35.309Z Downloaded ppv-lite86 v0.2.17
10562024-03-26T06:39:35.309Z Downloaded resolv-conf v0.7.0
10572024-03-26T06:39:35.312Z Downloaded http-range v0.1.5
10582024-03-26T06:39:35.315Z Downloaded float-cmp v0.9.0
10592024-03-26T06:39:35.315Z Downloaded walkdir v2.4.0
10602024-03-26T06:39:35.318Z Downloaded strsim v0.11.0
10612024-03-26T06:39:35.318Z Downloaded predicates v3.1.0
10622024-03-26T06:39:35.322Z Downloaded subprocess v0.2.9
10632024-03-26T06:39:35.325Z Downloaded digest v0.10.7
10642024-03-26T06:39:35.325Z Downloaded toolchain_find v0.2.0
10652024-03-26T06:39:35.328Z Downloaded quote v1.0.35
10662024-03-26T06:39:35.334Z Downloaded crossterm v0.27.0
10672024-03-26T06:39:35.337Z Downloaded same-file v1.0.6
10682024-03-26T06:39:35.341Z Downloaded endian-type v0.1.2
10692024-03-26T06:39:35.341Z Downloaded half v2.3.1
10702024-03-26T06:39:35.344Z Downloaded thiserror-impl-no-std v2.0.2
10712024-03-26T06:39:35.344Z Downloaded structopt-derive v0.4.18
10722024-03-26T06:39:35.344Z Downloaded either v1.10.0
10732024-03-26T06:39:35.348Z Downloaded getrandom v0.2.12
10742024-03-26T06:39:35.351Z Downloaded thread-id v4.2.0
10752024-03-26T06:39:35.351Z Downloaded serde_urlencoded v0.7.1
10762024-03-26T06:39:35.354Z Downloaded ed25519 v2.2.2
10772024-03-26T06:39:35.354Z Downloaded powerfmt v0.2.0
10782024-03-26T06:39:35.358Z Downloaded http-body v0.4.5
10792024-03-26T06:39:35.358Z Downloaded serde_arrays v0.1.0
10802024-03-26T06:39:35.361Z Downloaded tracing v0.1.40
10812024-03-26T06:39:35.364Z Downloaded hmac v0.12.1
10822024-03-26T06:39:35.370Z Downloaded serde_tokenstream v0.2.0
10832024-03-26T06:39:35.374Z Downloaded hubpack v0.1.2
10842024-03-26T06:39:35.374Z Downloaded platforms v3.0.2
10852024-03-26T06:39:35.374Z Downloaded phf_shared v0.11.2
10862024-03-26T06:39:35.374Z Downloaded semver-parser v0.10.2
10872024-03-26T06:39:35.377Z Downloaded humantime v2.1.0
10882024-03-26T06:39:35.377Z Downloaded pin-project-lite v0.2.13
10892024-03-26T06:39:35.381Z Downloaded utf8parse v0.2.1
10902024-03-26T06:39:35.384Z Downloaded polyval v0.6.1
10912024-03-26T06:39:35.388Z Downloaded ff v0.13.0
10922024-03-26T06:39:35.388Z Downloaded typenum v1.16.0
10932024-03-26T06:39:35.391Z Downloaded russh-keys v0.42.0
10942024-03-26T06:39:35.394Z Downloaded rustls-pki-types v1.3.0
10952024-03-26T06:39:35.394Z Downloaded zerocopy v0.6.4
10962024-03-26T06:39:35.401Z Downloaded postgres-types v0.2.6
10972024-03-26T06:39:35.405Z Downloaded tokio-tungstenite v0.21.0
10982024-03-26T06:39:35.405Z Downloaded tungstenite v0.20.1
10992024-03-26T06:39:35.405Z Downloaded p521 v0.13.3
11002024-03-26T06:39:35.409Z Downloaded rustls-pemfile v2.1.1
11012024-03-26T06:39:35.415Z Downloaded poly1305 v0.8.0
11022024-03-26T06:39:35.418Z Downloaded ryu v1.0.15
11032024-03-26T06:39:35.418Z Downloaded idna v0.3.0
11042024-03-26T06:39:35.425Z Downloaded serde_derive_internals v0.26.0
11052024-03-26T06:39:35.428Z Downloaded idna v0.5.0
11062024-03-26T06:39:35.434Z Downloaded serde_derive v1.0.197
11072024-03-26T06:39:35.437Z Downloaded publicsuffix v2.2.3
11082024-03-26T06:39:35.440Z Downloaded unicode-normalization v0.1.22
11092024-03-26T06:39:35.444Z Downloaded structopt v0.3.26
11102024-03-26T06:39:35.453Z Downloaded steno v0.4.0
11112024-03-26T06:39:35.456Z Downloaded idna v0.2.3
11122024-03-26T06:39:35.468Z Downloaded elliptic-curve v0.13.8
11132024-03-26T06:39:35.473Z Downloaded flate2 v1.0.28
11142024-03-26T06:39:35.476Z Downloaded time v0.3.34
11152024-03-26T06:39:35.483Z Downloaded toml_edit v0.22.6
11162024-03-26T06:39:35.504Z Downloaded futures-util v0.3.30
11172024-03-26T06:39:35.516Z Downloaded trust-dns-client v0.22.0
11182024-03-26T06:39:35.522Z Downloaded russh v0.42.0
11192024-03-26T06:39:35.527Z Downloaded serde_with v3.6.1
11202024-03-26T06:39:35.541Z Downloaded tokio-util v0.7.10
11212024-03-26T06:39:35.564Z Downloaded hashbrown v0.14.3
11222024-03-26T06:39:35.570Z Downloaded rayon v1.9.0
11232024-03-26T06:39:35.570Z Downloaded winnow v0.5.15
11242024-03-26T06:39:35.570Z Downloaded h2 v0.3.24
11252024-03-26T06:39:35.575Z Downloaded clap v2.34.0
11262024-03-26T06:39:35.593Z Downloaded winnow v0.6.1
11272024-03-26T06:39:35.598Z Downloaded rustls-webpki v0.101.7
11282024-03-26T06:39:35.607Z Downloaded serde_json v1.0.114
11292024-03-26T06:39:35.616Z Downloaded reqwest v0.11.24
11302024-03-26T06:39:35.623Z Downloaded syn v1.0.109
11312024-03-26T06:39:35.636Z Downloaded goblin v0.8.0
11322024-03-26T06:39:35.642Z Downloaded rustls-webpki v0.102.1
11332024-03-26T06:39:35.658Z Downloaded radix_trie v0.2.1
11342024-03-26T06:39:35.664Z Downloaded rustls v0.22.2
11352024-03-26T06:39:35.678Z Downloaded rustix v0.38.31
11362024-03-26T06:39:35.700Z Downloaded bstr v0.2.17
11372024-03-26T06:39:35.710Z Downloaded sled v0.34.7
11382024-03-26T06:39:35.722Z Downloaded vcpkg v0.2.15
11392024-03-26T06:39:35.760Z Downloaded libc v0.2.153
11402024-03-26T06:39:35.788Z Downloaded rustls v0.21.9
11412024-03-26T06:39:35.799Z Downloaded smoltcp v0.11.0
11422024-03-26T06:39:35.812Z Downloaded regress v0.9.0
11432024-03-26T06:39:35.822Z Downloaded regex-syntax v0.8.2
11442024-03-26T06:39:35.831Z Downloaded syn v2.0.52
11452024-03-26T06:39:35.842Z Downloaded winapi v0.3.9
11462024-03-26T06:39:35.882Z Downloaded encoding_rs v0.8.33
11472024-03-26T06:39:35.903Z Downloaded bstr v1.9.0
11482024-03-26T06:39:35.914Z Downloaded curve25519-dalek v4.1.1
11492024-03-26T06:39:35.923Z Downloaded zerocopy-derive v0.2.0
11502024-03-26T06:39:35.934Z Downloaded zerocopy-derive v0.6.4
11512024-03-26T06:39:35.943Z Downloaded bzip2-sys v0.1.11+1.0.8
11522024-03-26T06:39:35.954Z Downloaded regex-automata v0.4.5
11532024-03-26T06:39:35.970Z Downloaded openapiv3 v2.0.0
11542024-03-26T06:39:35.982Z Downloaded tokio v1.36.0
11552024-03-26T06:39:36.022Z Downloaded sha3 v0.10.8
11562024-03-26T06:39:36.030Z Downloaded gimli v0.28.0
11572024-03-26T06:39:36.033Z Downloaded smoltcp v0.9.1
11582024-03-26T06:39:36.041Z Downloaded diesel v2.1.4
11592024-03-26T06:39:36.059Z Downloaded regex v1.10.3
11602024-03-26T06:39:36.072Z Downloaded trust-dns-proto v0.22.0
11612024-03-26T06:39:36.084Z Downloaded chrono v0.4.34
11622024-03-26T06:39:36.094Z Downloaded zerocopy v0.7.32
11632024-03-26T06:39:36.106Z Downloaded hkdf v0.12.4
11642024-03-26T06:39:36.110Z Downloaded hyper v0.14.28
11652024-03-26T06:39:36.116Z Downloaded webpki-roots v0.25.2
11662024-03-26T06:39:36.119Z Downloaded openssl v0.10.60
11672024-03-26T06:39:36.132Z Downloaded object v0.32.1
11682024-03-26T06:39:36.139Z Downloaded http v1.0.0
11692024-03-26T06:39:36.146Z Downloaded regex-automata v0.1.10
11702024-03-26T06:39:36.149Z Downloaded clap_builder v4.5.1
11712024-03-26T06:39:36.154Z Downloaded petgraph v0.6.4
11722024-03-26T06:39:36.169Z Downloaded tracing-core v0.1.32
11732024-03-26T06:39:36.173Z Downloaded headers v0.3.9
11742024-03-26T06:39:36.177Z Downloaded blake3 v1.5.0
11752024-03-26T06:39:36.184Z Downloaded heapless v0.7.16
11762024-03-26T06:39:36.188Z Downloaded rand v0.7.3
11772024-03-26T06:39:36.194Z Downloaded flagset v0.4.3
11782024-03-26T06:39:36.197Z Downloaded tokio-postgres v0.7.10
11792024-03-26T06:39:36.201Z Downloaded serde v1.0.197
11802024-03-26T06:39:36.207Z Downloaded structmeta v0.3.0
11812024-03-26T06:39:36.207Z Downloaded unicode-bidi v0.3.15
11822024-03-26T06:39:36.210Z Downloaded fixedbitset v0.4.2
11832024-03-26T06:39:36.210Z Downloaded filetime v0.2.23
11842024-03-26T06:39:36.210Z Downloaded scopeguard v1.2.0
11852024-03-26T06:39:36.210Z Downloaded schemars_derive v0.8.16
11862024-03-26T06:39:36.211Z Downloaded heapless v0.8.0
11872024-03-26T06:39:36.214Z Downloaded socket2 v0.5.5
11882024-03-26T06:39:36.217Z Downloaded unicode-segmentation v1.10.1
11892024-03-26T06:39:36.220Z Downloaded ucd-trie v0.1.6
11902024-03-26T06:39:36.226Z Downloaded pest v2.7.6
11912024-03-26T06:39:36.229Z Downloaded serde_yaml v0.9.25
11922024-03-26T06:39:36.230Z Downloaded toml_edit v0.19.15
11932024-03-26T06:39:36.245Z Downloaded http v0.2.12
11942024-03-26T06:39:36.252Z Downloaded string_cache v0.8.7
11952024-03-26T06:39:36.252Z Downloaded home v0.5.5
11962024-03-26T06:39:36.252Z Downloaded slog-term v2.9.0
11972024-03-26T06:39:36.258Z Downloaded getrandom v0.1.16
11982024-03-26T06:39:36.262Z Downloaded thiserror-no-std v2.0.2
11992024-03-26T06:39:36.262Z Downloaded sct v0.7.0
12002024-03-26T06:39:36.265Z Downloaded libm v0.2.7
12012024-03-26T06:39:36.272Z Downloaded utf-8 v0.7.6
12022024-03-26T06:39:36.274Z Downloaded rand v0.8.5
12032024-03-26T06:39:36.277Z Downloaded dof v0.3.0
12042024-03-26T06:39:36.277Z Downloaded dof v0.1.5
12052024-03-26T06:39:36.277Z Downloaded zerocopy v0.3.0
12062024-03-26T06:39:36.277Z Downloaded tracing-attributes v0.1.27
12072024-03-26T06:39:36.280Z Downloaded socket2 v0.4.9
12082024-03-26T06:39:36.283Z Downloaded hashbrown v0.12.3
12092024-03-26T06:39:36.286Z Downloaded semver v1.0.22
12102024-03-26T06:39:36.290Z Downloaded rcgen v0.12.1
12112024-03-26T06:39:36.293Z Downloaded r2d2 v0.8.10
12122024-03-26T06:39:36.293Z Downloaded unsafe-libyaml v0.2.10
12132024-03-26T06:39:36.296Z Downloaded tokio-tungstenite v0.20.1
12142024-03-26T06:39:36.303Z Downloaded tokio-rustls v0.24.1
12152024-03-26T06:39:36.303Z Downloaded diesel_derives v2.1.2
12162024-03-26T06:39:36.305Z Downloaded tinyvec v1.6.0
12172024-03-26T06:39:36.306Z Downloaded url v2.5.0
12182024-03-26T06:39:36.309Z Downloaded whoami v1.5.0
12192024-03-26T06:39:36.319Z Downloaded rustc-demangle v0.1.23
12202024-03-26T06:39:36.322Z Downloaded similar v2.4.0
12212024-03-26T06:39:36.326Z Downloaded tungstenite v0.21.0
12222024-03-26T06:39:36.329Z Downloaded mio v0.8.11
12232024-03-26T06:39:36.334Z Downloaded group v0.13.0
12242024-03-26T06:39:36.337Z Downloaded strum_macros v0.26.1
12252024-03-26T06:39:36.341Z Downloaded unicase v2.7.0
12262024-03-26T06:39:36.341Z Downloaded sync_wrapper v0.1.2
12272024-03-26T06:39:36.341Z Downloaded slog-dtrace v0.3.0
12282024-03-26T06:39:36.346Z Downloaded terminal_size v0.3.0
12292024-03-26T06:39:36.346Z Downloaded slog-stdlog v4.1.1
12302024-03-26T06:39:36.346Z Downloaded slog-scope v4.4.0
12312024-03-26T06:39:36.362Z Downloaded slog-envlogger v2.2.0
12322024-03-26T06:39:36.362Z Downloaded rustversion v1.0.14
12332024-03-26T06:39:36.362Z Downloaded quick-error v1.2.3
12342024-03-26T06:39:36.365Z Downloaded hex-literal v0.4.1
12352024-03-26T06:39:36.365Z Downloaded smf v0.2.2
12362024-03-26T06:39:36.365Z Downloaded rfc6979 v0.4.0
12372024-03-26T06:39:36.366Z Downloaded ed25519-dalek v2.0.0
12382024-03-26T06:39:36.366Z Downloaded usdt-attr-macro v0.5.0
12392024-03-26T06:39:36.366Z Downloaded usdt-attr-macro v0.3.5
12402024-03-26T06:39:36.366Z Downloaded rayon-core v1.12.1
12412024-03-26T06:39:36.366Z Downloaded postcard v1.0.8
12422024-03-26T06:39:36.366Z Downloaded memchr v2.7.1
12432024-03-26T06:39:36.369Z Downloaded derive-where v1.2.7
12442024-03-26T06:39:36.377Z Downloaded darling_core v0.20.3
12452024-03-26T06:39:36.383Z Downloaded zeroize v1.7.0
12462024-03-26T06:39:36.383Z Downloaded futures-executor v0.3.30
12472024-03-26T06:39:36.383Z Downloaded futures-channel v0.3.30
12482024-03-26T06:39:36.383Z Downloaded schemars v0.8.16
12492024-03-26T06:39:36.392Z Downloaded signal-hook v0.3.17
12502024-03-26T06:39:36.397Z Downloaded crossbeam-channel v0.5.8
12512024-03-26T06:39:36.403Z Downloaded trust-dns-resolver v0.22.0
12522024-03-26T06:39:36.411Z Downloaded strsim v0.8.0
12532024-03-26T06:39:36.411Z Downloaded rustfmt-wrapper v0.2.0
12542024-03-26T06:39:36.411Z Downloaded rustc_version v0.4.0
12552024-03-26T06:39:36.411Z Downloaded slab v0.4.9
12562024-03-26T06:39:36.411Z Downloaded serde_with_macros v3.6.1
12572024-03-26T06:39:36.418Z Downloaded flume v0.11.0
12582024-03-26T06:39:36.418Z Downloaded httparse v1.8.0
12592024-03-26T06:39:36.418Z Downloaded zip v0.6.6
12602024-03-26T06:39:36.426Z Downloaded dtrace-parser v0.1.14
12612024-03-26T06:39:36.426Z Downloaded futures-macro v0.3.30
12622024-03-26T06:39:36.426Z Downloaded deranged v0.3.11
12632024-03-26T06:39:36.426Z Downloaded der_derive v0.7.2
12642024-03-26T06:39:36.426Z Downloaded toml_datetime v0.6.5
12652024-03-26T06:39:36.427Z Downloaded term v0.7.0
12662024-03-26T06:39:36.433Z Downloaded signal-hook-registry v1.4.1
12672024-03-26T06:39:36.433Z Downloaded ring v0.17.8
12682024-03-26T06:39:36.525Z Downloaded rand_chacha v0.2.2
12692024-03-26T06:39:36.528Z Downloaded plain v0.2.3
12702024-03-26T06:39:36.528Z Downloaded pin-utils v0.1.0
12712024-03-26T06:39:36.528Z Downloaded structmeta-derive v0.3.0
12722024-03-26T06:39:36.532Z Downloaded sha2 v0.10.8
12732024-03-26T06:39:36.535Z Downloaded pest_derive v2.7.6
12742024-03-26T06:39:36.535Z Downloaded subtle v2.5.0
12752024-03-26T06:39:36.539Z Downloaded num-bigint v0.4.4
12762024-03-26T06:39:36.542Z Downloaded crypto-bigint v0.5.2
12772024-03-26T06:39:36.550Z Downloaded heck v0.3.3
12782024-03-26T06:39:36.553Z Downloaded futures-sink v0.3.30
12792024-03-26T06:39:36.556Z Downloaded futures v0.3.30
12802024-03-26T06:39:36.560Z Downloaded ring v0.16.20
12812024-03-26T06:39:36.640Z Downloaded uuid v1.7.0
12822024-03-26T06:39:36.643Z Downloaded openssl-sys v0.9.96
12832024-03-26T06:39:36.647Z Downloaded aho-corasick v1.1.2
12842024-03-26T06:39:36.652Z Downloaded p256 v0.13.2
12852024-03-26T06:39:36.655Z Downloaded fallible-iterator v0.2.0
12862024-03-26T06:39:36.658Z Downloaded hyper-rustls v0.24.2
12872024-03-26T06:39:36.658Z Downloaded toml v0.8.10
12882024-03-26T06:39:36.662Z Downloaded cc v1.0.83
12892024-03-26T06:39:36.665Z Downloaded toml v0.5.11
12902024-03-26T06:39:36.669Z Downloaded waitgroup v0.1.2
12912024-03-26T06:39:36.669Z Downloaded usdt v0.5.0
12922024-03-26T06:39:36.669Z Downloaded universal-hash v0.5.1
12932024-03-26T06:39:36.669Z Downloaded unicode-width v0.1.11
12942024-03-26T06:39:36.673Z Downloaded slog v2.7.0
12952024-03-26T06:39:36.673Z Downloaded env_logger v0.9.3
12962024-03-26T06:39:36.676Z Downloaded log v0.4.21
12972024-03-26T06:39:36.676Z Downloaded backtrace v0.3.69
12982024-03-26T06:39:36.682Z Downloaded crossbeam-utils v0.8.19
12992024-03-26T06:39:36.687Z Downloaded crossbeam-epoch v0.9.18
13002024-03-26T06:39:36.687Z Downloaded aes-gcm v0.10.3
13012024-03-26T06:39:36.690Z Downloaded const-oid v0.9.6
13022024-03-26T06:39:36.690Z Downloaded parking_lot v0.11.2
13032024-03-26T06:39:36.693Z Downloaded secrecy v0.8.0
13042024-03-26T06:39:36.693Z Downloaded sec1 v0.7.3
13052024-03-26T06:39:36.693Z Downloaded rustls-pemfile v1.0.3
13062024-03-26T06:39:36.697Z Downloaded untrusted v0.9.0
13072024-03-26T06:39:36.697Z Downloaded zone_cfg_derive v0.1.2
13082024-03-26T06:39:36.700Z Downloaded parking_lot_core v0.9.8
13092024-03-26T06:39:36.700Z Downloaded parking_lot_core v0.8.6
13102024-03-26T06:39:36.703Z Downloaded getopts v0.2.21
13112024-03-26T06:39:36.703Z Downloaded dirs-sys v0.4.1
13122024-03-26T06:39:36.706Z Downloaded data-encoding v2.4.0
13132024-03-26T06:39:36.706Z Downloaded num-integer v0.1.46
13142024-03-26T06:39:36.709Z Downloaded num-complex v0.4.4
13152024-03-26T06:39:36.709Z Downloaded mime_guess v2.0.4
13162024-03-26T06:39:36.713Z Downloaded clap v4.5.1
13172024-03-26T06:39:36.718Z Downloaded num_enum_derive v0.7.2
13182024-03-26T06:39:36.721Z Downloaded num-rational v0.4.1
13192024-03-26T06:39:36.721Z Downloaded darling v0.20.3
13202024-03-26T06:39:36.724Z Downloaded itertools v0.12.1
13212024-03-26T06:39:36.730Z Downloaded ciborium v0.2.2
13222024-03-26T06:39:36.734Z Downloaded console v0.15.8
13232024-03-26T06:39:36.737Z Downloaded colored v2.1.0
13242024-03-26T06:39:36.737Z Downloaded try-lock v0.2.4
13252024-03-26T06:39:36.743Z Downloaded phf v0.11.2
13262024-03-26T06:39:36.743Z Downloaded pest_generator v2.7.6
13272024-03-26T06:39:36.743Z Downloaded percent-encoding v2.3.1
13282024-03-26T06:39:36.747Z Downloaded pem-rfc7468 v0.7.0
13292024-03-26T06:39:36.747Z Downloaded pem v3.0.2
13302024-03-26T06:39:36.747Z Downloaded pbkdf2 v0.12.2
13312024-03-26T06:39:36.747Z Downloaded parse-display-derive v0.9.0
13322024-03-26T06:39:36.747Z Downloaded bzip2 v0.4.4
13332024-03-26T06:39:36.750Z Downloaded spin v0.5.2
13342024-03-26T06:39:36.750Z Downloaded slog-json v2.6.1
13352024-03-26T06:39:36.750Z Downloaded paste v1.0.14
13362024-03-26T06:39:36.753Z Downloaded lock_api v0.4.10
13372024-03-26T06:39:36.756Z Downloaded defmt-parser v0.3.3
13382024-03-26T06:39:36.756Z Downloaded defmt-macros v0.3.6
13392024-03-26T06:39:36.759Z Downloaded backoff v0.4.0
13402024-03-26T06:39:36.759Z Downloaded dhcproto-macros v0.1.0
13412024-03-26T06:39:36.760Z Downloaded num_cpus v1.16.0
13422024-03-26T06:39:36.763Z Downloaded nanorand v0.7.0
13432024-03-26T06:39:36.766Z Downloaded linked-hash-map v0.5.6
13442024-03-26T06:39:36.766Z Downloaded bitflags v2.4.2
13452024-03-26T06:39:36.769Z Downloaded num_enum_derive v0.5.11
13462024-03-26T06:39:36.769Z Downloaded libsw v3.3.1
13472024-03-26T06:39:36.772Z Downloaded async-trait v0.1.77
13482024-03-26T06:39:36.775Z Downloaded ascii v1.1.0
13492024-03-26T06:39:36.775Z Downloaded arrayvec v0.7.4
13502024-03-26T06:39:36.778Z Downloaded newtype-uuid v1.0.1
13512024-03-26T06:39:36.778Z Downloaded mime v0.3.17
13522024-03-26T06:39:36.778Z Downloaded macaddr v1.0.1
13532024-03-26T06:39:36.782Z Downloaded lru-cache v0.1.2
13542024-03-26T06:39:36.782Z Downloaded lazy_static v1.4.0
13552024-03-26T06:39:36.782Z Downloaded defmt v0.3.5
13562024-03-26T06:39:36.785Z Downloaded crypto-common v0.1.6
13572024-03-26T06:39:36.788Z Downloaded constant_time_eq v0.3.0
13582024-03-26T06:39:36.788Z Downloaded cfg-if v1.0.0
13592024-03-26T06:39:36.788Z Downloaded ciborium-ll v0.2.2
13602024-03-26T06:39:36.793Z Downloaded bitstruct_derive v0.1.0
13612024-03-26T06:39:36.793Z Downloaded bit-vec v0.6.3
13622024-03-26T06:39:36.793Z Downloaded blowfish v0.9.1
13632024-03-26T06:39:36.793Z Downloaded memmap2 v0.7.1
13642024-03-26T06:39:36.796Z Downloaded linear-map v1.2.0
13652024-03-26T06:39:36.796Z Downloaded curve25519-dalek-derive v0.1.0
13662024-03-26T06:39:36.796Z Downloaded match_cfg v0.1.0
13672024-03-26T06:39:36.796Z Downloaded der v0.7.8
13682024-03-26T06:39:36.800Z Downloaded allocator-api2 v0.2.16
13692024-03-26T06:39:36.806Z Downloaded itoa v1.0.9
13702024-03-26T06:39:36.809Z Downloaded ipnetwork v0.20.0
13712024-03-26T06:39:36.809Z Downloaded inout v0.1.3
13722024-03-26T06:39:36.809Z Downloaded async-stream-impl v0.3.5
13732024-03-26T06:39:36.809Z Downloaded ahash v0.8.8
13742024-03-26T06:39:37.285Z Compiling proc-macro2 v1.0.78
13752024-03-26T06:39:37.285Z Compiling unicode-ident v1.0.12
13762024-03-26T06:39:37.300Z Compiling libc v0.2.153
13772024-03-26T06:39:37.300Z Compiling serde v1.0.197
13782024-03-26T06:39:37.301Z Compiling version_check v0.9.4
13792024-03-26T06:39:37.324Z Compiling cfg-if v1.0.0
13802024-03-26T06:39:37.331Z Compiling autocfg v1.1.0
13812024-03-26T06:39:37.444Z Compiling syn v1.0.109
13822024-03-26T06:39:37.461Z Compiling thiserror v1.0.57
13832024-03-26T06:39:37.533Z Compiling once_cell v1.19.0
13842024-03-26T06:39:37.933Z Compiling typenum v1.16.0
13852024-03-26T06:39:38.104Z Compiling parking_lot_core v0.9.8
13862024-03-26T06:39:38.174Z Compiling lock_api v0.4.10
13872024-03-26T06:39:38.604Z Compiling generic-array v0.14.7
13882024-03-26T06:39:38.728Z Compiling byteorder v1.5.0
13892024-03-26T06:39:39.197Z Compiling libm v0.2.7
13902024-03-26T06:39:39.197Z Compiling serde_json v1.0.114
13912024-03-26T06:39:39.198Z Compiling memchr v2.7.1
13922024-03-26T06:39:39.198Z Compiling num-traits v0.2.18
13932024-03-26T06:39:39.198Z Compiling ahash v0.8.8
13942024-03-26T06:39:39.198Z Compiling log v0.4.21
13952024-03-26T06:39:39.198Z Compiling itoa v1.0.9
13962024-03-26T06:39:39.511Z Compiling scopeguard v1.2.0
13972024-03-26T06:39:39.571Z Compiling quote v1.0.35
13982024-03-26T06:39:39.821Z Compiling slab v0.4.9
13992024-03-26T06:39:40.095Z Compiling syn v2.0.52
14002024-03-26T06:39:40.139Z Compiling getrandom v0.2.12
14012024-03-26T06:39:40.271Z Compiling cc v1.0.83
14022024-03-26T06:39:40.468Z Compiling rand_core v0.6.4
14032024-03-26T06:39:40.853Z Compiling smallvec v1.13.1
14042024-03-26T06:39:41.041Z Compiling allocator-api2 v0.2.16
14052024-03-26T06:39:41.129Z Compiling ryu v1.0.15
14062024-03-26T06:39:41.292Z Compiling heck v0.4.1
14072024-03-26T06:39:41.534Z Compiling pin-project-lite v0.2.13
14082024-03-26T06:39:41.585Z Compiling subtle v2.5.0
14092024-03-26T06:39:41.694Z Compiling schemars v0.8.16
14102024-03-26T06:39:41.858Z Compiling pkg-config v0.3.27
14112024-03-26T06:39:42.508Z Compiling parking_lot v0.12.1
14122024-03-26T06:39:42.540Z Compiling equivalent v1.0.1
14132024-03-26T06:39:42.655Z Compiling signal-hook-registry v1.4.1
14142024-03-26T06:39:43.312Z Compiling mio v0.8.11
14152024-03-26T06:39:43.420Z Compiling ring v0.17.8
14162024-03-26T06:39:43.504Z Compiling num_cpus v1.16.0
14172024-03-26T06:39:43.524Z Compiling socket2 v0.5.5
14182024-03-26T06:39:43.658Z Compiling num-conv v0.1.0
14192024-03-26T06:39:43.721Z Compiling time-core v0.1.2
14202024-03-26T06:39:43.897Z Compiling futures-core v0.3.30
14212024-03-26T06:39:43.921Z Compiling time-macros v0.2.17
14222024-03-26T06:39:44.188Z Compiling httparse v1.8.0
14232024-03-26T06:39:44.499Z Compiling const-oid v0.9.6
14242024-03-26T06:39:44.582Z Compiling vcpkg v0.2.15
14252024-03-26T06:39:45.105Z Compiling ucd-trie v0.1.6
14262024-03-26T06:39:45.862Z Compiling fnv v1.0.7
14272024-03-26T06:39:46.009Z Compiling futures-sink v0.3.30
14282024-03-26T06:39:46.163Z Compiling slog v2.7.0
14292024-03-26T06:39:46.304Z Compiling ring v0.16.20
14302024-03-26T06:39:46.710Z Compiling spin v0.5.2
14312024-03-26T06:39:46.831Z Compiling openssl-sys v0.9.96
14322024-03-26T06:39:46.942Z Compiling futures-channel v0.3.30
14332024-03-26T06:39:47.002Z Compiling futures-io v0.3.30
14342024-03-26T06:39:47.290Z Compiling serde_derive_internals v0.26.0
14352024-03-26T06:39:47.369Z Compiling pin-utils v0.1.0
14362024-03-26T06:39:47.426Z Compiling futures-task v0.3.30
14372024-03-26T06:39:47.454Z Compiling iana-time-zone v0.1.57
14382024-03-26T06:39:47.476Z Compiling rustix v0.38.31
14392024-03-26T06:39:47.617Z Compiling openssl v0.10.60
14402024-03-26T06:39:47.715Z Compiling async-trait v0.1.77
14412024-03-26T06:39:47.903Z Compiling backtrace v0.3.69
14422024-03-26T06:39:48.197Z Compiling native-tls v0.2.11
14432024-03-26T06:39:48.217Z Compiling semver v1.0.22
14442024-03-26T06:39:48.300Z Compiling rustls v0.21.9
14452024-03-26T06:39:48.387Z Compiling crossbeam-utils v0.8.19
14462024-03-26T06:39:48.526Z Compiling cpufeatures v0.2.12
14472024-03-26T06:39:48.560Z Compiling tinyvec_macros v0.1.1
14482024-03-26T06:39:48.621Z Compiling cookie v0.17.0
14492024-03-26T06:39:48.654Z Compiling tinyvec v1.6.0
14502024-03-26T06:39:48.701Z Compiling anyhow v1.0.79
14512024-03-26T06:39:49.297Z Compiling aho-corasick v1.1.2
14522024-03-26T06:39:49.325Z Compiling uuid v0.8.2
14532024-03-26T06:39:49.807Z Compiling dyn-clone v1.0.17
14542024-03-26T06:39:49.874Z Compiling unicode-bidi v0.3.15
14552024-03-26T06:39:50.136Z Compiling unicode-normalization v0.1.22
14562024-03-26T06:39:50.172Z Compiling regex-syntax v0.8.2
14572024-03-26T06:39:50.909Z Compiling ppv-lite86 v0.2.17
14582024-03-26T06:39:51.456Z Compiling tracing-core v0.1.32
14592024-03-26T06:39:51.998Z Compiling winnow v0.5.15
14602024-03-26T06:39:52.567Z Compiling percent-encoding v2.3.1
14612024-03-26T06:39:53.112Z Compiling rand_chacha v0.3.1
14622024-03-26T06:39:54.632Z Compiling regex-automata v0.4.5
14632024-03-26T06:39:54.954Z Compiling serde_derive v1.0.197
14642024-03-26T06:39:54.991Z Compiling zeroize_derive v1.4.2
14652024-03-26T06:39:55.040Z Compiling thiserror-impl v1.0.57
14662024-03-26T06:39:55.105Z Compiling zerocopy-derive v0.7.32
14672024-03-26T06:39:55.674Z Compiling tokio-macros v2.2.0
14682024-03-26T06:39:55.715Z Compiling futures-macro v0.3.30
14692024-03-26T06:39:56.597Z Compiling zeroize v1.7.0
14702024-03-26T06:39:56.978Z Compiling tracing-attributes v0.1.27
14712024-03-26T06:39:57.504Z Compiling schemars_derive v0.8.16
14722024-03-26T06:39:57.531Z Compiling zerocopy v0.7.32
14732024-03-26T06:39:58.332Z Compiling crypto-common v0.1.6
14742024-03-26T06:39:58.637Z Compiling pest v2.7.6
14752024-03-26T06:39:58.684Z Compiling block-buffer v0.10.4
14762024-03-26T06:39:58.954Z Compiling digest v0.10.7
14772024-03-26T06:39:59.423Z Compiling futures-util v0.3.30
14782024-03-26T06:39:59.593Z Compiling openssl-macros v0.1.1
14792024-03-26T06:39:59.818Z Compiling hashbrown v0.14.3
14802024-03-26T06:40:00.909Z Compiling pest_meta v2.7.6
14812024-03-26T06:40:01.283Z Compiling tracing v0.1.40
14822024-03-26T06:40:01.638Z Compiling regex v1.10.3
14832024-03-26T06:40:01.869Z Compiling scroll_derive v0.12.0
14842024-03-26T06:40:02.769Z Compiling pest_generator v2.7.6
14852024-03-26T06:40:03.125Z Compiling der_derive v0.7.2
14862024-03-26T06:40:03.617Z Compiling powerfmt v0.2.0
14872024-03-26T06:40:04.754Z Compiling deranged v0.3.11
14882024-03-26T06:40:05.308Z Compiling rand v0.8.5
14892024-03-26T06:40:05.675Z Compiling spin v0.9.8
14902024-03-26T06:40:05.767Z Compiling thread-id v4.2.0
14912024-03-26T06:40:05.886Z Compiling rustversion v1.0.14
14922024-03-26T06:40:05.948Z Compiling pest_derive v2.7.6
14932024-03-26T06:40:06.053Z Compiling num_threads v0.1.6
14942024-03-26T06:40:06.185Z Compiling crc32fast v1.3.2
14952024-03-26T06:40:06.758Z Compiling form_urlencoded v1.2.1
14962024-03-26T06:40:06.863Z Compiling time v0.3.34
14972024-03-26T06:40:07.131Z Compiling unicode-width v0.1.11
14982024-03-26T06:40:08.686Z Compiling unicode-xid v0.2.4
14992024-03-26T06:40:08.829Z Compiling synstructure v0.12.6
15002024-03-26T06:40:09.907Z Compiling bytes v1.5.0
15012024-03-26T06:40:10.003Z Compiling indexmap v2.2.5
15022024-03-26T06:40:10.958Z Compiling tokio v1.36.0
15032024-03-26T06:40:11.278Z Compiling chrono v0.4.34
15042024-03-26T06:40:11.364Z Compiling uuid v1.7.0
15052024-03-26T06:40:12.946Z Compiling http v0.2.12
15062024-03-26T06:40:13.435Z Compiling bitflags v2.4.2
15072024-03-26T06:40:13.502Z Compiling toml_datetime v0.6.5
15082024-03-26T06:40:13.529Z Compiling serde_spanned v0.6.5
15092024-03-26T06:40:14.416Z Compiling toml_edit v0.19.15
15102024-03-26T06:40:14.817Z Compiling rustc_version v0.4.0
15112024-03-26T06:40:15.599Z Compiling openapiv3 v2.0.0
15122024-03-26T06:40:16.756Z Compiling serde_tokenstream v0.2.0
15132024-03-26T06:40:17.305Z Compiling idna v0.5.0
15142024-03-26T06:40:18.063Z Compiling lazy_static v1.4.0
15152024-03-26T06:40:18.180Z Compiling usdt-impl v0.5.0
15162024-03-26T06:40:18.890Z Compiling url v2.5.0
15172024-03-26T06:40:19.198Z Compiling zerocopy-derive v0.2.0
15182024-03-26T06:40:19.246Z Compiling scroll v0.12.0
15192024-03-26T06:40:20.185Z Compiling adler v1.0.2
15202024-03-26T06:40:20.410Z Compiling plain v0.2.3
15212024-03-26T06:40:20.496Z Compiling miniz_oxide v0.7.1
15222024-03-26T06:40:20.567Z Compiling goblin v0.8.0
15232024-03-26T06:40:22.421Z Compiling untrusted v0.9.0
15242024-03-26T06:40:22.610Z Compiling foreign-types-shared v0.1.1
15252024-03-26T06:40:22.625Z Compiling untrusted v0.7.1
15262024-03-26T06:40:22.640Z Compiling pretty-hex v0.4.1
15272024-03-26T06:40:22.811Z Compiling foreign-types v0.3.2
15282024-03-26T06:40:26.398Z Compiling tokio-util v0.7.10
15292024-03-26T06:40:27.114Z Compiling dof v0.3.0
15302024-03-26T06:40:27.994Z Compiling dtrace-parser v0.2.0
15312024-03-26T06:40:29.196Z Compiling errno v0.3.8
15322024-03-26T06:40:29.247Z Compiling usdt-impl v0.3.5
15332024-03-26T06:40:29.272Z Compiling base64 v0.21.7
15342024-03-26T06:40:29.584Z Compiling try-lock v0.2.4
15352024-03-26T06:40:29.737Z Compiling want v0.3.1
15362024-03-26T06:40:30.723Z Compiling h2 v0.3.24
15372024-03-26T06:40:30.989Z Compiling sct v0.7.0
15382024-03-26T06:40:35.362Z Compiling rustls-webpki v0.101.7
15392024-03-26T06:40:35.363Z Compiling http-body v0.4.5
15402024-03-26T06:40:35.363Z Compiling clap_derive v4.5.0
15412024-03-26T06:40:35.363Z Compiling num-bigint v0.4.4
15422024-03-26T06:40:35.363Z Compiling openssl-probe v0.1.5
15432024-03-26T06:40:35.422Z Compiling gimli v0.28.0
15442024-03-26T06:40:35.422Z Compiling tower-service v0.3.2
15452024-03-26T06:40:35.422Z Compiling httpdate v1.0.3
15462024-03-26T06:40:36.065Z Compiling zerocopy v0.3.0
15472024-03-26T06:40:37.013Z Compiling heapless v0.7.16
15482024-03-26T06:40:37.449Z Compiling hyper v0.14.28
15492024-03-26T06:40:37.823Z Compiling addr2line v0.21.0
15502024-03-26T06:40:38.021Z Compiling idna v0.3.0
15512024-03-26T06:40:38.538Z Compiling bzip2-sys v0.1.11+1.0.8
15522024-03-26T06:40:38.572Z Compiling object v0.32.1
15532024-03-26T06:40:38.971Z Compiling psl-types v2.0.11
15542024-03-26T06:40:39.173Z Compiling base64ct v1.6.0
15552024-03-26T06:40:39.616Z Compiling rustc-demangle v0.1.23
15562024-03-26T06:40:39.667Z Compiling unicode-segmentation v1.10.1
15572024-03-26T06:40:39.766Z Compiling signal-hook v0.3.17
15582024-03-26T06:40:40.510Z Compiling tokio-rustls v0.24.1
15592024-03-26T06:40:40.907Z Compiling publicsuffix v2.2.3
15602024-03-26T06:40:41.201Z Compiling tokio-native-tls v0.3.1
15612024-03-26T06:40:41.477Z Compiling dof v0.1.5
15622024-03-26T06:40:41.868Z Compiling crossbeam-epoch v0.9.18
15632024-03-26T06:40:42.410Z Compiling dtrace-parser v0.1.14
15642024-03-26T06:40:42.526Z Compiling ipnet v2.9.0
15652024-03-26T06:40:42.748Z Compiling bitflags v1.3.2
15662024-03-26T06:40:43.145Z Compiling cookie_store v0.20.0
15672024-03-26T06:40:44.360Z Compiling hyper-tls v0.5.0
15682024-03-26T06:40:44.718Z Compiling hyper-rustls v0.24.2
15692024-03-26T06:40:45.080Z Compiling rustls-pemfile v1.0.3
15702024-03-26T06:40:45.128Z Compiling serde_urlencoded v0.7.1
15712024-03-26T06:40:45.661Z Compiling serde_tokenstream v0.1.7
15722024-03-26T06:40:45.796Z Compiling enum-as-inner v0.5.1
15732024-03-26T06:40:46.201Z Compiling encoding_rs v0.8.33
15742024-03-26T06:40:46.357Z Compiling smoltcp v0.9.1
15752024-03-26T06:40:46.840Z Compiling sync_wrapper v0.1.2
15762024-03-26T06:40:47.128Z Compiling webpki-roots v0.25.2
15772024-03-26T06:40:47.157Z Compiling mime v0.3.17
15782024-03-26T06:40:47.416Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15792024-03-26T06:40:47.767Z Compiling either v1.10.0
15802024-03-26T06:40:48.324Z Compiling data-encoding v2.4.0
15812024-03-26T06:40:48.475Z Compiling reqwest v0.11.24
15822024-03-26T06:40:48.753Z Compiling pem-rfc7468 v0.7.0
15832024-03-26T06:40:50.641Z Compiling hmac v0.12.1
15842024-03-26T06:40:50.773Z Compiling futures-executor v0.3.30
15852024-03-26T06:40:50.894Z Compiling regress v0.9.0
15862024-03-26T06:40:52.195Z Compiling flagset v0.4.3
15872024-03-26T06:40:53.235Z Compiling siphasher v0.3.11
15882024-03-26T06:40:53.620Z Compiling der v0.7.8
15892024-03-26T06:40:55.537Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15902024-03-26T06:40:56.419Z Compiling flate2 v1.0.28
15912024-03-26T06:40:56.932Z Compiling usdt-attr-macro v0.3.5
15922024-03-26T06:40:57.092Z Compiling usdt-macro v0.3.5
15932024-03-26T06:40:58.538Z Compiling hubpack_derive v0.1.1
15942024-03-26T06:40:59.027Z Compiling zerocopy-derive v0.6.4
15952024-03-26T06:40:59.541Z Compiling utf8parse v0.2.1
15962024-03-26T06:40:59.545Z Compiling anstyle v1.0.6
15972024-03-26T06:40:59.709Z Compiling winnow v0.6.1
15982024-03-26T06:41:00.499Z Compiling sha2 v0.10.8
15992024-03-26T06:41:01.345Z Compiling anstyle-parse v0.2.1
16002024-03-26T06:41:02.081Z Compiling futures v0.3.30
16012024-03-26T06:41:02.534Z Compiling spki v0.7.2
16022024-03-26T06:41:03.539Z Compiling toml_edit v0.22.6
16032024-03-26T06:41:03.843Z Compiling md-5 v0.10.5
16042024-03-26T06:41:03.898Z Compiling toml v0.7.8
16052024-03-26T06:41:03.911Z Compiling hex v0.4.3
16062024-03-26T06:41:04.101Z Compiling stringprep v0.1.3
16072024-03-26T06:41:04.245Z Compiling block-padding v0.3.3
16082024-03-26T06:41:04.672Z Compiling diesel_table_macro_syntax v0.1.0
16092024-03-26T06:41:05.071Z Compiling num-integer v0.1.46
16102024-03-26T06:41:05.096Z Compiling hash32 v0.2.1
16112024-03-26T06:41:05.459Z Compiling anstyle-query v1.0.0
16122024-03-26T06:41:05.601Z Compiling fallible-iterator v0.2.0
16132024-03-26T06:41:05.750Z Compiling colorchoice v1.0.0
16142024-03-26T06:41:05.910Z Compiling stable_deref_trait v1.2.0
16152024-03-26T06:41:06.063Z Compiling anstream v0.6.11
16162024-03-26T06:41:06.306Z Compiling postgres-protocol v0.6.6
16172024-03-26T06:41:07.263Z Compiling diesel_derives v2.1.2
16182024-03-26T06:41:08.651Z Compiling inout v0.1.3
16192024-03-26T06:41:09.075Z Compiling pkcs8 v0.10.2
16202024-03-26T06:41:09.656Z Compiling phf_shared v0.11.2
16212024-03-26T06:41:09.852Z Compiling terminal_size v0.3.0
16222024-03-26T06:41:10.010Z Compiling ff v0.13.0
16232024-03-26T06:41:10.055Z Compiling strum_macros v0.25.2
16242024-03-26T06:41:10.221Z Compiling serde_repr v0.1.16
16252024-03-26T06:41:10.453Z Compiling scheduled-thread-pool v0.2.7
16262024-03-26T06:41:10.669Z Compiling matches v0.1.10
16272024-03-26T06:41:11.052Z Compiling bit-vec v0.6.3
16282024-03-26T06:41:11.271Z Compiling base16ct v0.2.0
16292024-03-26T06:41:11.378Z Compiling regex-automata v0.1.10
16302024-03-26T06:41:11.512Z Compiling strsim v0.11.0
16312024-03-26T06:41:11.534Z Compiling managed v0.8.0
16322024-03-26T06:41:11.619Z Compiling clap_lex v0.7.0
16332024-03-26T06:41:11.828Z Compiling bstr v0.2.17
16342024-03-26T06:41:11.892Z Compiling clap_builder v4.5.1
16352024-03-26T06:41:12.123Z Compiling sec1 v0.7.3
16362024-03-26T06:41:12.711Z Compiling idna v0.2.3
16372024-03-26T06:41:12.776Z Compiling r2d2 v0.8.10
16382024-03-26T06:41:13.303Z Compiling group v0.13.0
16392024-03-26T06:41:13.613Z Compiling phf v0.11.2
16402024-03-26T06:41:14.198Z Compiling signal-hook-mio v0.2.3
16412024-03-26T06:41:14.230Z Compiling bzip2 v0.4.4
16422024-03-26T06:41:14.254Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16432024-03-26T06:41:14.302Z Compiling cipher v0.4.4
16442024-03-26T06:41:14.724Z Compiling postgres-types v0.2.6
16452024-03-26T06:41:14.797Z Compiling zerocopy v0.6.4
16462024-03-26T06:41:14.949Z Compiling hubpack v0.1.2
16472024-03-26T06:41:15.409Z Compiling phf_shared v0.10.0
16482024-03-26T06:41:15.644Z Compiling hkdf v0.12.4
16492024-03-26T06:41:15.908Z Compiling crypto-bigint v0.5.2
16502024-03-26T06:41:16.019Z Compiling ipnetwork v0.20.0
16512024-03-26T06:41:16.943Z Compiling float-cmp v0.9.0
16522024-03-26T06:41:17.170Z Compiling fixedbitset v0.4.2
16532024-03-26T06:41:17.598Z Compiling precomputed-hash v0.1.1
16542024-03-26T06:41:17.872Z Compiling predicates-core v1.0.6
16552024-03-26T06:41:19.420Z Compiling minimal-lexical v0.2.1
16562024-03-26T06:41:19.458Z Compiling normalize-line-endings v0.3.0
16572024-03-26T06:41:19.596Z Compiling static_assertions v1.1.0
16582024-03-26T06:41:19.696Z Compiling new_debug_unreachable v1.0.4
16592024-03-26T06:41:20.103Z Compiling whoami v1.5.0
16602024-03-26T06:41:20.123Z Compiling difflib v0.4.0
16612024-03-26T06:41:21.903Z Compiling predicates v3.1.0
16622024-03-26T06:41:21.913Z Compiling tokio-postgres v0.7.10
16632024-03-26T06:41:21.913Z Compiling nom v7.1.3
16642024-03-26T06:41:21.913Z Compiling string_cache v0.8.7
16652024-03-26T06:41:22.316Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16662024-03-26T06:41:22.407Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16672024-03-26T06:41:22.553Z Compiling trust-dns-proto v0.22.0
16682024-03-26T06:41:23.846Z Compiling diesel v2.1.4
16692024-03-26T06:41:24.295Z Compiling elliptic-curve v0.13.8
16702024-03-26T06:41:25.085Z Compiling petgraph v0.6.4
16712024-03-26T06:41:25.556Z Compiling yasna v0.5.2
16722024-03-26T06:41:25.660Z Compiling clap v4.5.1
16732024-03-26T06:41:26.372Z Compiling zip v0.6.6
16742024-03-26T06:41:27.494Z Compiling crossterm v0.27.0
16752024-03-26T06:41:28.330Z Compiling similar v2.4.0
16762024-03-26T06:41:28.351Z Compiling bit-set v0.5.3
16772024-03-26T06:41:28.622Z Compiling num-iter v0.1.44
16782024-03-26T06:41:28.817Z Compiling usdt v0.3.5
16792024-03-26T06:41:29.095Z Compiling itertools v0.10.5
16802024-03-26T06:41:29.121Z Compiling console v0.15.8
16812024-03-26T06:41:30.656Z Compiling tokio-stream v0.1.14
16822024-03-26T06:41:31.293Z Compiling getopts v0.2.21
16832024-03-26T06:41:31.326Z Compiling bstr v1.9.0
16842024-03-26T06:41:31.850Z Compiling unsafe-libyaml v0.2.10
16852024-03-26T06:41:32.124Z Compiling lalrpop-util v0.19.12
16862024-03-26T06:41:32.473Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16872024-03-26T06:41:33.157Z Compiling serde_yaml v0.9.25
16882024-03-26T06:41:37.523Z Compiling camino v1.1.6
16892024-03-26T06:41:38.255Z Compiling atty v0.2.14
16902024-03-26T06:41:40.732Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16912024-03-26T06:41:42.668Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16922024-03-26T06:41:47.095Z Compiling proc-macro-crate v1.3.1
16932024-03-26T06:41:48.227Z Compiling sha1 v0.10.6
16942024-03-26T06:41:58.753Z Compiling strsim v0.10.0
16952024-03-26T06:41:59.290Z Compiling ident_case v1.0.1
16962024-03-26T06:41:59.543Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16972024-03-26T06:41:59.543Z Compiling darling_core v0.20.3
16982024-03-26T06:42:00.852Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992024-03-26T06:42:07.676Z Compiling strum_macros v0.26.1
17002024-03-26T06:42:07.677Z Compiling match_cfg v0.1.0
17012024-03-26T06:42:07.695Z Compiling hostname v0.3.1
17022024-03-26T06:42:07.695Z Compiling darling_macro v0.20.3
17032024-03-26T06:42:07.695Z Compiling strum v0.26.1
17042024-03-26T06:42:07.695Z Compiling thread_local v1.1.7
17052024-03-26T06:42:07.695Z Compiling slog-async v2.8.0
17062024-03-26T06:42:07.695Z Compiling darling v0.20.3
17072024-03-26T06:42:07.696Z Compiling crossbeam-channel v0.5.8
17082024-03-26T06:42:07.696Z Compiling dirs-sys-next v0.1.2
17092024-03-26T06:42:07.696Z Compiling instant v0.1.12
17102024-03-26T06:42:07.696Z Compiling parking_lot_core v0.8.6
17112024-03-26T06:42:07.696Z Compiling take_mut v0.2.2
17122024-03-26T06:42:07.696Z Compiling dirs-next v2.0.0
17132024-03-26T06:42:07.852Z Compiling http v1.0.0
17142024-03-26T06:42:07.888Z Compiling rustls-pki-types v1.3.0
17152024-03-26T06:42:08.194Z Compiling term v0.7.0
17162024-03-26T06:42:08.315Z Compiling slog-json v2.6.1
17172024-03-26T06:42:08.584Z Compiling rustls v0.22.2
17182024-03-26T06:42:08.700Z Compiling slog-term v2.9.0
17192024-03-26T06:42:08.863Z Compiling slog-bunyan v2.5.0
17202024-03-26T06:42:08.909Z Compiling parking_lot v0.11.2
17212024-03-26T06:42:09.067Z Compiling rustls-webpki v0.102.1
17222024-03-26T06:42:09.103Z Compiling fxhash v0.2.1
17232024-03-26T06:42:09.217Z Compiling multer v3.0.0
17242024-03-26T06:42:09.277Z Compiling half v2.3.1
17252024-03-26T06:42:09.505Z Compiling paste v1.0.14
17262024-03-26T06:42:09.709Z Compiling ciborium-io v0.2.2
17272024-03-26T06:42:09.803Z Compiling ciborium-ll v0.2.2
17282024-03-26T06:42:09.904Z Compiling sled v0.34.7
17292024-03-26T06:42:09.925Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17302024-03-26T06:42:10.059Z Compiling async-stream-impl v0.3.5
17312024-03-26T06:42:10.215Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17322024-03-26T06:42:10.370Z Compiling atomic-waker v1.1.1
17332024-03-26T06:42:10.926Z Compiling debug-ignore v1.0.5
17342024-03-26T06:42:10.933Z Compiling waitgroup v0.1.2
17352024-03-26T06:42:10.933Z Compiling ciborium v0.2.2
17362024-03-26T06:42:11.180Z Compiling rustls-pemfile v2.1.1
17372024-03-26T06:42:11.499Z Compiling async-stream v0.3.5
17382024-03-26T06:42:11.704Z Compiling serde_with_macros v3.6.1
17392024-03-26T06:42:11.874Z Compiling toml v0.8.10
17402024-03-26T06:42:11.973Z Compiling num_enum_derive v0.7.2
17412024-03-26T06:42:12.024Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17422024-03-26T06:42:12.171Z Compiling serde_path_to_error v0.1.16
17432024-03-26T06:42:13.047Z Compiling structmeta-derive v0.3.0
17442024-03-26T06:42:13.584Z Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17452024-03-26T06:42:14.318Z Compiling tokio-rustls v0.25.0
17462024-03-26T06:42:14.971Z Compiling num_enum v0.7.2
17472024-03-26T06:42:15.016Z Compiling serde_with v3.6.1
17482024-03-26T06:42:15.151Z Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17492024-03-26T06:42:16.241Z Compiling structmeta v0.3.0
17502024-03-26T06:42:16.743Z Compiling parse-display-derive v0.9.0
17512024-03-26T06:42:17.299Z Compiling newtype-uuid v1.0.1
17522024-03-26T06:42:17.606Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17532024-03-26T06:42:18.411Z Compiling proc-macro-error-attr v1.0.4
17542024-03-26T06:42:18.795Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
17552024-03-26T06:42:19.055Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17562024-03-26T06:42:19.230Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17572024-03-26T06:42:19.482Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17582024-03-26T06:42:20.252Z Compiling backoff v0.4.0
17592024-03-26T06:42:20.509Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17602024-03-26T06:42:20.606Z Compiling macaddr v1.0.1
17612024-03-26T06:42:20.683Z Compiling proc-macro-error v1.0.4
17622024-03-26T06:42:21.131Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17632024-03-26T06:42:21.532Z Compiling num_enum_derive v0.5.11
17642024-03-26T06:42:21.625Z Compiling parse-display v0.9.0
17652024-03-26T06:42:22.020Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17662024-03-26T06:42:22.272Z Compiling foreign-types-macros v0.2.3
17672024-03-26T06:42:22.348Z Compiling heapless v0.8.0
17682024-03-26T06:42:22.708Z Compiling foreign-types-shared v0.3.1
17692024-03-26T06:42:22.730Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17702024-03-26T06:42:22.988Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17712024-03-26T06:42:23.045Z Compiling cstr-argument v0.1.2
17722024-03-26T06:42:23.125Z Compiling hash32 v0.3.1
17732024-03-26T06:42:23.187Z Compiling smoltcp v0.11.0
17742024-03-26T06:42:23.295Z Compiling pretty-hex v0.2.1
17752024-03-26T06:42:23.473Z Compiling tabwriter v1.4.0
17762024-03-26T06:42:23.546Z Compiling foreign-types v0.5.0
17772024-03-26T06:42:23.662Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17782024-03-26T06:42:23.957Z Compiling colored v2.1.0
17792024-03-26T06:42:23.977Z Compiling socket2 v0.4.9
17802024-03-26T06:42:24.016Z Compiling embedded-io v0.4.0
17812024-03-26T06:42:24.231Z Compiling fastrand v2.0.1
17822024-03-26T06:42:24.234Z Compiling cobs v0.2.3
17832024-03-26T06:42:24.330Z Compiling num_enum v0.5.11
17842024-03-26T06:42:24.440Z Compiling postcard v1.0.8
17852024-03-26T06:42:24.484Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17862024-03-26T06:42:24.689Z Compiling tempfile v3.10.0
17872024-03-26T06:42:24.800Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17882024-03-26T06:42:24.840Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17892024-03-26T06:42:24.862Z Compiling crucible-workspace-hack v0.1.0
17902024-03-26T06:42:25.007Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17912024-03-26T06:42:25.166Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
17922024-03-26T06:42:25.193Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17932024-03-26T06:42:25.385Z Compiling smf v0.2.2
17942024-03-26T06:42:25.419Z Compiling humantime v2.1.0
17952024-03-26T06:42:25.512Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17962024-03-26T06:42:25.569Z Compiling platforms v3.0.2
17972024-03-26T06:42:25.937Z Compiling camino-tempfile v1.1.1
17982024-03-26T06:42:25.959Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17992024-03-26T06:42:26.062Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
18002024-03-26T06:42:26.083Z Compiling heck v0.3.3
18012024-03-26T06:42:26.378Z Compiling usdt-attr-macro v0.5.0
18022024-03-26T06:42:26.501Z Compiling usdt-macro v0.5.0
18032024-03-26T06:42:26.534Z Compiling num-derive v0.4.0
18042024-03-26T06:42:26.804Z Compiling memmap v0.7.0
18052024-03-26T06:42:27.182Z Compiling utf-8 v0.7.6
18062024-03-26T06:42:27.519Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
18072024-03-26T06:42:27.619Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18082024-03-26T06:42:27.949Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18092024-03-26T06:42:28.119Z Compiling usdt v0.5.0
18102024-03-26T06:42:28.612Z Compiling unicase v2.7.0
18112024-03-26T06:42:28.697Z Compiling semver v0.1.20
18122024-03-26T06:42:28.923Z Compiling rayon-core v1.12.1
18132024-03-26T06:42:28.941Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
18142024-03-26T06:42:29.201Z Compiling rustc_version v0.1.7
18152024-03-26T06:42:29.375Z Compiling curve25519-dalek v4.1.1
18162024-03-26T06:42:29.477Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18172024-03-26T06:42:29.569Z Compiling crossbeam-deque v0.8.3
18182024-03-26T06:42:29.677Z Compiling universal-hash v0.5.1
18192024-03-26T06:42:29.866Z Compiling opaque-debug v0.3.0
18202024-03-26T06:42:29.884Z Compiling same-file v1.0.6
18212024-03-26T06:42:29.958Z Compiling newtype_derive v0.1.6
18222024-03-26T06:42:29.979Z Compiling tungstenite v0.20.1
18232024-03-26T06:42:30.131Z Compiling walkdir v2.4.0
18242024-03-26T06:42:30.269Z Compiling semver-parser v0.10.2
18252024-03-26T06:42:30.324Z Compiling signature v2.1.0
18262024-03-26T06:42:30.583Z Compiling curve25519-dalek-derive v0.1.0
18272024-03-26T06:42:30.880Z Compiling blake3 v1.5.0
18282024-03-26T06:42:30.996Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4)
18292024-03-26T06:42:31.266Z Compiling num-rational v0.4.1
18302024-03-26T06:42:31.489Z Compiling termcolor v1.2.0
18312024-03-26T06:42:31.624Z Compiling getrandom v0.1.16
18322024-03-26T06:42:31.692Z Compiling arc-swap v1.6.0
18332024-03-26T06:42:32.122Z Compiling env_logger v0.9.3
18342024-03-26T06:42:32.190Z Compiling slog-scope v4.4.0
18352024-03-26T06:42:32.432Z Compiling tokio-tungstenite v0.20.1
18362024-03-26T06:42:32.447Z Compiling semver v0.11.0
18372024-03-26T06:42:32.614Z Compiling rayon v1.9.0
18382024-03-26T06:42:32.923Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18392024-03-26T06:42:33.049Z Compiling password-hash v0.5.0
18402024-03-26T06:42:33.250Z Compiling textwrap v0.11.0
18412024-03-26T06:42:33.381Z Compiling blake2 v0.10.6
18422024-03-26T06:42:33.477Z Compiling bitstruct_derive v0.1.0
18432024-03-26T06:42:33.736Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18442024-03-26T06:42:33.795Z Compiling memmap2 v0.7.1
18452024-03-26T06:42:33.877Z Compiling filetime v0.2.23
18462024-03-26T06:42:34.122Z Compiling xattr v1.0.1
18472024-03-26T06:42:34.225Z Compiling arrayvec v0.7.4
18482024-03-26T06:42:34.239Z Compiling constant_time_eq v0.3.0
18492024-03-26T06:42:34.386Z Compiling arrayref v0.3.7
18502024-03-26T06:42:34.425Z Compiling libefi-sys v0.1.0
18512024-03-26T06:42:34.490Z Compiling quick-error v1.2.3
18522024-03-26T06:42:34.631Z Compiling ascii v1.1.0
18532024-03-26T06:42:34.642Z Compiling home v0.5.5
18542024-03-26T06:42:34.722Z Compiling vec_map v0.8.2
18552024-03-26T06:42:34.790Z Compiling ansi_term v0.12.1
18562024-03-26T06:42:34.818Z Compiling base64 v0.22.0
18572024-03-26T06:42:34.907Z Compiling strsim v0.8.0
18582024-03-26T06:42:35.008Z Compiling linked-hash-map v0.5.6
18592024-03-26T06:42:35.227Z Compiling clap v2.34.0
18602024-03-26T06:42:35.364Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18612024-03-26T06:42:35.460Z Compiling lru-cache v0.1.2
18622024-03-26T06:42:35.555Z Compiling bitstruct v0.1.1
18632024-03-26T06:42:35.610Z Compiling toolchain_find v0.2.0
18642024-03-26T06:42:35.677Z Compiling resolv-conf v0.7.0
18652024-03-26T06:42:35.703Z Compiling tar v0.4.40
18662024-03-26T06:42:36.271Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18672024-03-26T06:42:36.497Z Compiling argon2 v0.5.3
18682024-03-26T06:42:36.536Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-03-26T06:42:37.884Z Compiling slog-stdlog v4.1.1
18702024-03-26T06:42:38.276Z Compiling structopt-derive v0.4.18
18712024-03-26T06:42:38.424Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18722024-03-26T06:42:38.654Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18732024-03-26T06:42:39.317Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18742024-03-26T06:42:39.470Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18752024-03-26T06:42:39.724Z Compiling rfc6979 v0.4.0
18762024-03-26T06:42:40.189Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18772024-03-26T06:42:40.364Z Compiling erased-serde v0.3.31
18782024-03-26T06:42:40.562Z Compiling serde_arrays v0.1.0
18792024-03-26T06:42:40.616Z Compiling toml v0.5.11
18802024-03-26T06:42:40.718Z Compiling aead v0.5.2
18812024-03-26T06:42:41.061Z Compiling num-complex v0.4.4
18822024-03-26T06:42:41.064Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18832024-03-26T06:42:41.102Z Compiling nibble_vec v0.1.0
18842024-03-26T06:42:41.288Z Compiling slog-dtrace v0.3.0
18852024-03-26T06:42:41.309Z Compiling winapi v0.3.9
18862024-03-26T06:42:41.431Z Compiling keccak v0.1.4
18872024-03-26T06:42:41.628Z Compiling topological-sort v0.2.2
18882024-03-26T06:42:41.821Z Compiling cancel-safe-futures v0.1.5
18892024-03-26T06:42:41.860Z Compiling endian-type v0.1.2
18902024-03-26T06:42:42.103Z Compiling num v0.4.1
18912024-03-26T06:42:42.181Z Compiling radix_trie v0.2.1
18922024-03-26T06:42:42.205Z Compiling omicron-zone-package v0.11.0
18932024-03-26T06:42:42.222Z Compiling sha3 v0.10.8
18942024-03-26T06:42:42.413Z Compiling rustfmt-wrapper v0.2.0
18952024-03-26T06:42:42.525Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18962024-03-26T06:42:43.027Z Compiling structopt v0.3.26
18972024-03-26T06:42:43.197Z Compiling ecdsa v0.16.9
18982024-03-26T06:42:43.200Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18992024-03-26T06:42:43.276Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19002024-03-26T06:42:43.686Z Compiling slog-envlogger v2.2.0
19012024-03-26T06:42:43.998Z Compiling rand_core v0.5.1
19022024-03-26T06:42:44.305Z Compiling mime_guess v2.0.4
19032024-03-26T06:42:44.354Z Compiling steno v0.4.0
19042024-03-26T06:42:44.462Z Compiling trust-dns-resolver v0.22.0
19052024-03-26T06:42:44.946Z Compiling poly1305 v0.8.0
19062024-03-26T06:42:45.855Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19072024-03-26T06:42:46.625Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19082024-03-26T06:42:46.788Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19092024-03-26T06:42:47.126Z Compiling primeorder v0.13.6
19102024-03-26T06:42:47.619Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19112024-03-26T06:42:47.792Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19122024-03-26T06:42:48.664Z Compiling chacha20 v0.9.1
19132024-03-26T06:42:49.875Z Compiling secrecy v0.8.0
19142024-03-26T06:42:50.157Z Compiling thiserror-impl-no-std v2.0.2
19152024-03-26T06:42:50.874Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19162024-03-26T06:42:50.897Z Compiling convert_case v0.4.0
19172024-03-26T06:42:51.924Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19182024-03-26T06:42:51.969Z Compiling option-ext v0.2.0
19192024-03-26T06:42:52.102Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19202024-03-26T06:42:52.124Z Compiling dirs-sys v0.4.1
19212024-03-26T06:42:52.440Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19222024-03-26T06:42:52.491Z Compiling derive_more v0.99.17
19232024-03-26T06:42:52.793Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19242024-03-26T06:42:52.890Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19252024-03-26T06:42:53.076Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19262024-03-26T06:42:53.384Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19272024-03-26T06:42:53.545Z Compiling thiserror-no-std v2.0.2
19282024-03-26T06:42:54.215Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19292024-03-26T06:42:54.247Z Compiling rand_chacha v0.2.2
19302024-03-26T06:42:54.591Z Compiling trust-dns-client v0.22.0
19312024-03-26T06:42:55.965Z Compiling ed25519 v2.2.2
19322024-03-26T06:42:56.432Z Compiling polyval v0.6.1
19332024-03-26T06:42:56.459Z Compiling tungstenite v0.21.0
19342024-03-26T06:42:56.867Z Compiling zone_cfg_derive v0.1.2
19352024-03-26T06:42:57.680Z Compiling aes v0.8.3
19362024-03-26T06:42:58.457Z Compiling ctr v0.9.2
19372024-03-26T06:42:58.644Z Compiling blowfish v0.9.1
19382024-03-26T06:42:58.817Z Compiling password-hash v0.4.2
19392024-03-26T06:42:59.082Z Compiling libsw v3.3.1
19402024-03-26T06:42:59.815Z Compiling pbkdf2 v0.12.2
19412024-03-26T06:43:00.013Z Compiling derive-where v1.2.7
19422024-03-26T06:43:00.622Z Compiling gethostname v0.4.3
19432024-03-26T06:43:00.914Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19442024-03-26T06:43:01.433Z Compiling swrite v0.1.0
19452024-03-26T06:43:01.599Z Compiling linear-map v1.2.0
19462024-03-26T06:43:01.647Z Compiling owo-colors v4.0.0
19472024-03-26T06:43:01.980Z Compiling base64 v0.13.1
19482024-03-26T06:43:02.616Z Compiling ron v0.7.1
19492024-03-26T06:43:03.707Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19502024-03-26T06:43:04.060Z Compiling trust-dns-server v0.22.1
19512024-03-26T06:43:05.043Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19522024-03-26T06:43:05.290Z Compiling bcrypt-pbkdf v0.10.0
19532024-03-26T06:43:05.920Z Compiling pbkdf2 v0.11.0
19542024-03-26T06:43:06.300Z Compiling zone v0.1.8
19552024-03-26T06:43:07.672Z Compiling tokio-tungstenite v0.21.0
19562024-03-26T06:43:07.895Z Compiling ghash v0.5.0
19572024-03-26T06:43:07.945Z Compiling ed25519-dalek v2.0.0
19582024-03-26T06:43:08.101Z Compiling russh-cryptovec v0.7.0
19592024-03-26T06:43:08.159Z Compiling rand v0.7.3
19602024-03-26T06:43:08.619Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19612024-03-26T06:43:08.860Z Compiling vsss-rs v3.3.4
19622024-03-26T06:43:09.382Z Compiling dirs v5.0.1
19632024-03-26T06:43:09.421Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19642024-03-26T06:43:09.604Z Compiling chacha20poly1305 v0.10.1
19652024-03-26T06:43:09.832Z Compiling p521 v0.13.3
19662024-03-26T06:43:10.252Z Compiling p256 v0.13.2
19672024-03-26T06:43:10.659Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19682024-03-26T06:43:11.483Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19692024-03-26T06:43:12.007Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
19702024-03-26T06:43:12.272Z Compiling cbc v0.1.2
19712024-03-26T06:43:12.356Z Compiling pem v3.0.2
19722024-03-26T06:43:12.525Z Compiling headers-core v0.2.0
19732024-03-26T06:43:12.689Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19742024-03-26T06:43:13.073Z Compiling portpicker v0.1.1
19752024-03-26T06:43:13.181Z Compiling kstat-rs v0.2.3
19762024-03-26T06:43:13.228Z Compiling nanorand v0.7.0
19772024-03-26T06:43:13.375Z Compiling md5 v0.7.0
19782024-03-26T06:43:13.400Z Compiling glob v0.3.1
19792024-03-26T06:43:13.574Z Compiling http-range v0.1.5
19802024-03-26T06:43:13.794Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19812024-03-26T06:43:13.833Z Compiling hyper-staticfile v0.9.5
19822024-03-26T06:43:13.862Z Compiling russh-keys v0.42.0
19832024-03-26T06:43:13.941Z Compiling flume v0.11.0
19842024-03-26T06:43:14.428Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19852024-03-26T06:43:14.789Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19862024-03-26T06:43:15.390Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19872024-03-26T06:43:16.980Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19882024-03-26T06:43:18.084Z Compiling headers v0.3.9
19892024-03-26T06:43:20.100Z Compiling rcgen v0.12.1
19902024-03-26T06:43:20.196Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19912024-03-26T06:43:21.304Z Compiling aes-gcm v0.10.3
19922024-03-26T06:43:22.362Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
19932024-03-26T06:43:22.463Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19942024-03-26T06:43:22.758Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19952024-03-26T06:43:23.823Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19962024-03-26T06:43:24.580Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)
19972024-03-26T06:43:27.079Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60)
19982024-03-26T06:43:27.100Z Compiling atomicwrites v0.4.3
19992024-03-26T06:43:27.440Z Compiling itertools v0.12.1
20002024-03-26T06:43:28.742Z Compiling subprocess v0.2.9
20012024-03-26T06:43:29.311Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20022024-03-26T06:43:29.537Z Compiling hex-literal v0.4.1
20032024-03-26T06:43:29.697Z Compiling dhcproto-macros v0.1.0
20042024-03-26T06:43:30.548Z Compiling display-error-chain v0.2.0
20052024-03-26T06:43:30.711Z Compiling dhcproto v0.11.0
20062024-03-26T06:43:30.737Z Compiling russh v0.42.0
20072024-03-26T06:43:31.262Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20082024-03-26T06:43:31.714Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20092024-03-26T06:43:33.551Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20102024-03-26T06:43:34.231Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20112024-03-26T06:43:34.727Z Compiling internet-checksum v0.2.1
20122024-03-26T06:43:53.959Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20132024-03-26T06:44:33.499Z Finished dev [unoptimized + debuginfo] target(s) in 5m 20s
20142024-03-26T06:44:33.809Z
20152024-03-26T06:44:33.809Zreal 5:21.201838156
20162024-03-26T06:44:33.809Zuser 28:15.707998548
20172024-03-26T06:44:33.809Zsys 6:01.336812451
20182024-03-26T06:44:33.809Ztrap 0.818979815
20192024-03-26T06:44:33.809Ztflt 3.390953342
20202024-03-26T06:44:33.809Zdflt 5.068297496
20212024-03-26T06:44:33.809Zkflt 0.086300033
20222024-03-26T06:44:33.809Zlock 52:58.906897068
20232024-03-26T06:44:33.809Zslp 1:21:35.580004782
20242024-03-26T06:44:33.813Zlat 1:43.498472825
20252024-03-26T06:44:33.813Zstop 4:29.816696412
20262024-03-26T06:44:33.813Z+ mkdir -p /work
20272024-03-26T06:44:33.813Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20282024-03-26T06:44:34.576Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20292024-03-26T06:44:43.641Z Finished dev [unoptimized + debuginfo] target(s) in 9.78s
20302024-03-26T06:44:43.725Z
20312024-03-26T06:44:43.728Zreal 9.894492305
20322024-03-26T06:44:43.728Zuser 6.738532460
20332024-03-26T06:44:43.728Zsys 4.090874396
20342024-03-26T06:44:43.728Ztrap 0.001267218
20352024-03-26T06:44:43.729Ztflt 0.007241540
20362024-03-26T06:44:43.729Zdflt 0.037385782
20372024-03-26T06:44:43.729Zkflt 0.000000000
20382024-03-26T06:44:43.729Zlock 27.292341857
20392024-03-26T06:44:43.729Zslp 39.639678833
20402024-03-26T06:44:43.729Zlat 0.036596145
20412024-03-26T06:44:43.729Zstop 0.343229058
20422024-03-26T06:44:43.729Z+ cp target/debug/commtest /work/commtest
20432024-03-26T06:44:44.162Z+ mkdir -p /work/end-to-end-tests
20442024-03-26T06:44:44.166Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20452024-03-26T06:44:44.985Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20462024-03-26T06:44:44.985Z+ ptime -m gzip
20472024-03-26T06:44:44.988Z++ basename target/debug/bootstrap
20482024-03-26T06:44:57.451Z
20492024-03-26T06:44:57.452Zreal 12.456537434
20502024-03-26T06:44:57.452Zuser 12.365163474
20512024-03-26T06:44:57.452Zsys 0.078449231
20522024-03-26T06:44:57.452Ztrap 0.003810869
20532024-03-26T06:44:57.452Ztflt 0.000000000
20542024-03-26T06:44:57.874Zdflt 0.000000000
20552024-03-26T06:44:57.874Zkflt 0.000000000
20562024-03-26T06:44:57.874Zlock 0.000000000
20572024-03-26T06:44:57.874Zslp 0.000000000
20582024-03-26T06:44:57.874Zlat 0.008712353
20592024-03-26T06:44:57.874Zstop 0.000176219
20602024-03-26T06:44:57.875Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20612024-03-26T06:44:57.875Z+ ptime -m gzip
20622024-03-26T06:44:57.875Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c911c239d2b46f2c
20632024-03-26T06:44:58.635Z
20642024-03-26T06:44:58.638Zreal 1.179852012
20652024-03-26T06:44:58.638Zuser 1.169816732
20662024-03-26T06:44:58.638Zsys 0.009406132
20672024-03-26T06:44:58.638Ztrap 0.000105991
20682024-03-26T06:44:58.638Ztflt 0.000000000
20692024-03-26T06:44:58.638Zdflt 0.000000000
20702024-03-26T06:44:58.638Zkflt 0.000000000
20712024-03-26T06:44:58.638Zlock 0.000000000
20722024-03-26T06:44:58.638Zslp 0.000000000
20732024-03-26T06:44:58.638Zlat 0.000120198
20742024-03-26T06:44:58.638Zstop 0.000169989
20752024-03-26T06:44:58.638Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20762024-03-26T06:44:58.638Z+ ptime -m gzip
20772024-03-26T06:44:58.638Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6035e7536a5a7fd4
20782024-03-26T06:44:59.834Z
20792024-03-26T06:44:59.834Zreal 1.190677971
20802024-03-26T06:44:59.835Zuser 1.179549472
20812024-03-26T06:44:59.835Zsys 0.009683826
20822024-03-26T06:44:59.835Ztrap 0.000501511
20832024-03-26T06:44:59.835Ztflt 0.000000000
20842024-03-26T06:44:59.835Zdflt 0.000000000
20852024-03-26T06:44:59.835Zkflt 0.000000000
20862024-03-26T06:44:59.843Zlock 0.000000000
20872024-03-26T06:44:59.843Zslp 0.000000000
20882024-03-26T06:44:59.843Zlat 0.000549090
20892024-03-26T06:44:59.843Zstop 0.000168630
20902024-03-26T06:44:59.843Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20912024-03-26T06:44:59.844Z+ ptime -m gzip
20922024-03-26T06:44:59.844Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-0032f1fcb106ce03
20932024-03-26T06:45:01.022Z
20942024-03-26T06:45:01.022Zreal 1.183656683
20952024-03-26T06:45:01.022Zuser 1.173023219
20962024-03-26T06:45:01.022Zsys 0.010050818
20972024-03-26T06:45:01.022Ztrap 0.000080665
20982024-03-26T06:45:01.022Ztflt 0.000000000
20992024-03-26T06:45:01.022Zdflt 0.000000000
21002024-03-26T06:45:01.022Zkflt 0.000000000
21012024-03-26T06:45:01.022Zlock 0.000000000
21022024-03-26T06:45:01.026Zslp 0.000000000
21032024-03-26T06:45:01.026Zlat 0.000108999
21042024-03-26T06:45:01.026Zstop 0.000167610
21052024-03-26T06:45:01.026Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21062024-03-26T06:45:01.026Z+ ptime -m gzip
21072024-03-26T06:45:01.026Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3332264ed4b0fd4a
21082024-03-26T06:45:13.799Z
21092024-03-26T06:45:13.803Zreal 12.768838387
21102024-03-26T06:45:13.803Zuser 12.692484406
21112024-03-26T06:45:13.803Zsys 0.073550741
21122024-03-26T06:45:13.803Ztrap 0.001576261
21132024-03-26T06:45:13.803Ztflt 0.000000000
21142024-03-26T06:45:13.803Zdflt 0.000000000
21152024-03-26T06:45:13.803Zkflt 0.000000000
21162024-03-26T06:45:13.803Zlock 0.000000000
21172024-03-26T06:45:13.803Zslp 0.000000000
21182024-03-26T06:45:13.803Zlat 0.000835459
21192024-03-26T06:45:13.803Zstop 0.000167420
21202024-03-26T06:45:13.803Z+ banner caboose-util
21212024-03-26T06:45:13.803Z
21222024-03-26T06:45:13.803Z #### ## ##### #### #### #### ###### # # #####
21232024-03-26T06:45:13.803Z # # # # # # # # # # # # # # #
21242024-03-26T06:45:13.803Z # # # ##### # # # # #### ##### ##### # # #
21252024-03-26T06:45:13.803Z # ###### # # # # # # # # # # #
21262024-03-26T06:45:13.803Z # # # # # # # # # # # # # # # #
21272024-03-26T06:45:13.803Z #### # # ##### #### #### #### ###### #### #
21282024-03-26T06:45:13.804Z
21292024-03-26T06:45:13.804Z+ ptime -m cargo build --locked -p caboose-util --release
21302024-03-26T06:45:14.301Z Downloading crates ...
21312024-03-26T06:45:14.469Z Downloaded smallvec v0.6.14
21322024-03-26T06:45:14.476Z Downloaded maybe-uninit v2.0.0
21332024-03-26T06:45:14.480Z Downloaded packed_struct_codegen v0.10.1
21342024-03-26T06:45:14.480Z Downloaded funty v2.0.0
21352024-03-26T06:45:14.483Z Downloaded array-init v0.0.4
21362024-03-26T06:45:14.495Z Downloaded path-slash v0.1.5
21372024-03-26T06:45:14.500Z Downloaded serde-hex v0.1.0
21382024-03-26T06:45:14.503Z Downloaded tap v1.0.1
21392024-03-26T06:45:14.503Z Downloaded packed_struct v0.10.1
21402024-03-26T06:45:14.507Z Downloaded wyz v0.5.1
21412024-03-26T06:45:14.507Z Downloaded radium v0.7.0
21422024-03-26T06:45:14.507Z Downloaded bitfield v0.14.0
21432024-03-26T06:45:14.512Z Downloaded is-terminal v0.4.9
21442024-03-26T06:45:14.512Z Downloaded crc-catalog v2.2.0
21452024-03-26T06:45:14.512Z Downloaded crc v3.0.1
21462024-03-26T06:45:14.517Z Downloaded pkcs1 v0.7.5
21472024-03-26T06:45:14.550Z Downloaded nodrop v0.1.14
21482024-03-26T06:45:14.550Z Downloaded rsa v0.9.2
21492024-03-26T06:45:14.550Z Downloaded crc-any v2.4.3
21502024-03-26T06:45:14.551Z Downloaded ron v0.8.1
21512024-03-26T06:45:14.551Z Downloaded x509-cert v0.2.4
21522024-03-26T06:45:14.561Z Downloaded env_logger v0.10.0
21532024-03-26T06:45:14.562Z Downloaded hashbrown v0.13.2
21542024-03-26T06:45:14.562Z Downloaded num-bigint-dig v0.8.4
21552024-03-26T06:45:14.562Z Downloaded bitvec v1.0.1
21562024-03-26T06:45:14.570Z Downloaded object v0.30.4
21572024-03-26T06:45:14.675Z Compiling proc-macro2 v1.0.78
21582024-03-26T06:45:14.681Z Compiling unicode-ident v1.0.12
21592024-03-26T06:45:14.682Z Compiling libc v0.2.153
21602024-03-26T06:45:14.682Z Compiling serde v1.0.197
21612024-03-26T06:45:14.682Z Compiling autocfg v1.1.0
21622024-03-26T06:45:14.682Z Compiling version_check v0.9.4
21632024-03-26T06:45:14.682Z Compiling cfg-if v1.0.0
21642024-03-26T06:45:14.839Z Compiling typenum v1.16.0
21652024-03-26T06:45:14.849Z Compiling once_cell v1.19.0
21662024-03-26T06:45:14.881Z Compiling parking_lot_core v0.9.8
21672024-03-26T06:45:15.223Z Compiling memchr v2.7.1
21682024-03-26T06:45:15.275Z Compiling syn v1.0.109
21692024-03-26T06:45:15.283Z Compiling byteorder v1.5.0
21702024-03-26T06:45:15.415Z Compiling lock_api v0.4.10
21712024-03-26T06:45:15.677Z Compiling generic-array v0.14.7
21722024-03-26T06:45:15.734Z Compiling libm v0.2.7
21732024-03-26T06:45:15.806Z Compiling num-traits v0.2.18
21742024-03-26T06:45:15.939Z Compiling ahash v0.8.8
21752024-03-26T06:45:16.019Z Compiling quote v1.0.35
21762024-03-26T06:45:16.079Z Compiling serde_json v1.0.114
21772024-03-26T06:45:16.162Z Compiling thiserror v1.0.57
21782024-03-26T06:45:16.246Z Compiling pkg-config v0.3.27
21792024-03-26T06:45:16.377Z Compiling syn v2.0.52
21802024-03-26T06:45:16.590Z Compiling cc v1.0.83
21812024-03-26T06:45:16.621Z Compiling getrandom v0.2.12
21822024-03-26T06:45:17.147Z Compiling itoa v1.0.9
21832024-03-26T06:45:17.212Z Compiling scopeguard v1.2.0
21842024-03-26T06:45:17.277Z Compiling log v0.4.21
21852024-03-26T06:45:17.821Z Compiling slab v0.4.9
21862024-03-26T06:45:17.825Z Compiling rand_core v0.6.4
21872024-03-26T06:45:17.825Z Compiling smallvec v1.13.1
21882024-03-26T06:45:18.314Z Compiling vcpkg v0.2.15
21892024-03-26T06:45:19.074Z Compiling pin-project-lite v0.2.13
21902024-03-26T06:45:19.199Z Compiling parking_lot v0.12.1
21912024-03-26T06:45:19.350Z Compiling ryu v1.0.15
21922024-03-26T06:45:19.648Z Compiling const-oid v0.9.6
21932024-03-26T06:45:20.045Z Compiling openssl-sys v0.9.96
21942024-03-26T06:45:20.049Z Compiling ring v0.17.8
21952024-03-26T06:45:20.121Z Compiling ucd-trie v0.1.6
21962024-03-26T06:45:20.820Z Compiling signal-hook-registry v1.4.1
21972024-03-26T06:45:21.191Z Compiling rustix v0.38.31
21982024-03-26T06:45:21.463Z Compiling subtle v2.5.0
21992024-03-26T06:45:21.749Z Compiling ring v0.16.20
22002024-03-26T06:45:21.752Z Compiling mio v0.8.11
22012024-03-26T06:45:21.855Z Compiling semver v1.0.22
22022024-03-26T06:45:22.273Z Compiling futures-core v0.3.30
22032024-03-26T06:45:22.509Z Compiling tinyvec_macros v0.1.1
22042024-03-26T06:45:22.589Z Compiling tinyvec v1.6.0
22052024-03-26T06:45:23.860Z Compiling spin v0.5.2
22062024-03-26T06:45:24.080Z Compiling unicode-normalization v0.1.22
22072024-03-26T06:45:24.349Z Compiling socket2 v0.5.5
22082024-03-26T06:45:24.420Z Compiling num_cpus v1.16.0
22092024-03-26T06:45:24.538Z Compiling httparse v1.8.0
22102024-03-26T06:45:25.716Z Compiling openssl v0.10.60
22112024-03-26T06:45:25.722Z Compiling unicode-xid v0.2.4
22122024-03-26T06:45:25.722Z Compiling allocator-api2 v0.2.16
22132024-03-26T06:45:25.722Z Compiling heck v0.4.1
22142024-03-26T06:45:25.722Z Compiling unicode-bidi v0.3.15
22152024-03-26T06:45:25.856Z Compiling futures-sink v0.3.30
22162024-03-26T06:45:25.859Z Compiling synstructure v0.12.6
22172024-03-26T06:45:26.116Z Compiling equivalent v1.0.1
22182024-03-26T06:45:26.586Z Compiling time-core v0.1.2
22192024-03-26T06:45:26.589Z Compiling num-conv v0.1.0
22202024-03-26T06:45:26.589Z Compiling time-macros v0.2.17
22212024-03-26T06:45:26.589Z Compiling futures-channel v0.3.30
22222024-03-26T06:45:26.939Z Compiling rustls v0.21.9
22232024-03-26T06:45:27.191Z Compiling futures-io v0.3.30
22242024-03-26T06:45:27.307Z Compiling native-tls v0.2.11
22252024-03-26T06:45:27.357Z Compiling pin-utils v0.1.0
22262024-03-26T06:45:27.443Z Compiling crc32fast v1.3.2
22272024-03-26T06:45:27.569Z Compiling futures-task v0.3.30
22282024-03-26T06:45:27.609Z Compiling ppv-lite86 v0.2.17
22292024-03-26T06:45:27.843Z Compiling bzip2-sys v0.1.11+1.0.8
22302024-03-26T06:45:28.670Z Compiling spin v0.9.8
22312024-03-26T06:45:28.674Z Compiling rand_chacha v0.3.1
22322024-03-26T06:45:28.674Z Compiling tracing-core v0.1.32
22332024-03-26T06:45:28.759Z Compiling base64ct v1.6.0
22342024-03-26T06:45:29.260Z Compiling rand v0.8.5
22352024-03-26T06:45:29.480Z Compiling pem-rfc7468 v0.7.0
22362024-03-26T06:45:29.586Z Compiling serde_derive v1.0.197
22372024-03-26T06:45:29.769Z Compiling zeroize_derive v1.4.2
22382024-03-26T06:45:29.830Z Compiling zerocopy-derive v0.7.32
22392024-03-26T06:45:29.985Z Compiling thiserror-impl v1.0.57
22402024-03-26T06:45:30.101Z Compiling tokio-macros v2.2.0
22412024-03-26T06:45:30.733Z Compiling futures-macro v0.3.30
22422024-03-26T06:45:30.886Z Compiling tracing-attributes v0.1.27
22432024-03-26T06:45:31.143Z Compiling der_derive v0.7.2
22442024-03-26T06:45:31.201Z Compiling zeroize v1.7.0
22452024-03-26T06:45:31.885Z Compiling zerocopy v0.7.32
22462024-03-26T06:45:32.825Z Compiling pest v2.7.6
22472024-03-26T06:45:33.071Z Compiling crypto-common v0.1.6
22482024-03-26T06:45:33.233Z Compiling block-buffer v0.10.4
22492024-03-26T06:45:33.483Z Compiling digest v0.10.7
22502024-03-26T06:45:33.483Z Compiling zerocopy-derive v0.2.0
22512024-03-26T06:45:33.530Z Compiling openssl-macros v0.1.1
22522024-03-26T06:45:34.191Z Compiling hashbrown v0.14.3
22532024-03-26T06:45:34.191Z Compiling futures-util v0.3.30
22542024-03-26T06:45:34.273Z Compiling tracing v0.1.40
22552024-03-26T06:45:34.774Z Compiling zerocopy-derive v0.6.4
22562024-03-26T06:45:34.780Z Compiling scroll_derive v0.12.0
22572024-03-26T06:45:35.248Z Compiling pest_meta v2.7.6
22582024-03-26T06:45:35.837Z Compiling usdt-impl v0.3.5
22592024-03-26T06:45:35.901Z Compiling cookie v0.17.0
22602024-03-26T06:45:36.030Z Compiling signal-hook v0.3.17
22612024-03-26T06:45:36.173Z Compiling schemars v0.8.16
22622024-03-26T06:45:36.469Z Compiling pest_generator v2.7.6
22632024-03-26T06:45:36.475Z Compiling percent-encoding v2.3.1
22642024-03-26T06:45:36.584Z Compiling flagset v0.4.3
22652024-03-26T06:45:36.761Z Compiling serde_derive_internals v0.26.0
22662024-03-26T06:45:36.796Z Compiling der v0.7.8
22672024-03-26T06:45:39.305Z Compiling pest_derive v2.7.6
22682024-03-26T06:45:40.021Z Compiling errno v0.3.8
22692024-03-26T06:45:40.271Z Compiling fnv v1.0.7
22702024-03-26T06:45:40.365Z Compiling spki v0.7.2
22712024-03-26T06:45:40.866Z Compiling schemars_derive v0.8.16
22722024-03-26T06:45:42.114Z Compiling zerocopy v0.3.0
22732024-03-26T06:45:42.138Z Compiling lazy_static v1.4.0
22742024-03-26T06:45:42.896Z Compiling backtrace v0.3.69
22752024-03-26T06:45:43.232Z Compiling bytes v1.5.0
22762024-03-26T06:45:43.782Z Compiling bitflags v2.4.2
22772024-03-26T06:45:44.242Z Compiling tokio v1.36.0
22782024-03-26T06:45:44.405Z Compiling indexmap v2.2.5
22792024-03-26T06:45:45.025Z Compiling rustc_version v0.4.0
22802024-03-26T06:45:45.635Z Compiling heapless v0.7.16
22812024-03-26T06:45:45.828Z Compiling http v0.2.12
22822024-03-26T06:45:46.157Z Compiling uuid v1.7.0
22832024-03-26T06:45:46.888Z Compiling thread-id v4.2.0
22842024-03-26T06:45:46.991Z Compiling num-bigint v0.4.4
22852024-03-26T06:45:46.998Z Compiling foreign-types-shared v0.1.1
22862024-03-26T06:45:47.097Z Compiling smoltcp v0.9.1
22872024-03-26T06:45:47.953Z Compiling async-trait v0.1.77
22882024-03-26T06:45:48.093Z Compiling powerfmt v0.2.0
22892024-03-26T06:45:48.221Z Compiling untrusted v0.9.0
22902024-03-26T06:45:48.372Z Compiling base64 v0.21.7
22912024-03-26T06:45:48.393Z Compiling untrusted v0.7.1
22922024-03-26T06:45:48.456Z Compiling crossbeam-utils v0.8.19
22932024-03-26T06:45:48.551Z Compiling iana-time-zone v0.1.57
22942024-03-26T06:45:48.931Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22952024-03-26T06:45:48.978Z Compiling chrono v0.4.34
22962024-03-26T06:45:49.684Z Compiling deranged v0.3.11
22972024-03-26T06:45:51.786Z Compiling foreign-types v0.3.2
22982024-03-26T06:45:51.873Z Compiling dof v0.1.5
22992024-03-26T06:45:52.088Z Compiling dtrace-parser v0.1.14
23002024-03-26T06:45:52.594Z Compiling tokio-util v0.7.10
23012024-03-26T06:45:52.616Z Compiling form_urlencoded v1.2.1
23022024-03-26T06:45:52.920Z Compiling hmac v0.12.1
23032024-03-26T06:45:52.958Z Compiling clap_derive v4.5.0
23042024-03-26T06:45:53.154Z Compiling num-integer v0.1.46
23052024-03-26T06:45:53.820Z Compiling adler v1.0.2
23062024-03-26T06:45:53.965Z Compiling anstyle v1.0.6
23072024-03-26T06:45:54.048Z Compiling cpufeatures v0.2.12
23082024-03-26T06:45:54.236Z Compiling utf8parse v0.2.1
23092024-03-26T06:45:54.264Z Compiling siphasher v0.3.11
23102024-03-26T06:45:54.332Z Compiling try-lock v0.2.4
23112024-03-26T06:45:54.381Z Compiling num_threads v0.1.6
23122024-03-26T06:45:54.469Z Compiling rustversion v1.0.14
23132024-03-26T06:45:54.819Z Compiling time v0.3.34
23142024-03-26T06:45:55.105Z Compiling want v0.3.1
23152024-03-26T06:45:55.377Z Compiling anstyle-parse v0.2.1
23162024-03-26T06:45:55.771Z Compiling sha2 v0.10.8
23172024-03-26T06:45:57.981Z Compiling miniz_oxide v0.7.1
23182024-03-26T06:45:58.038Z Compiling h2 v0.3.24
23192024-03-26T06:45:59.584Z Compiling rustls-webpki v0.101.7
23202024-03-26T06:45:59.642Z Compiling sct v0.7.0
23212024-03-26T06:45:59.917Z Compiling http-body v0.4.5
23222024-03-26T06:46:00.899Z Compiling serde_tokenstream v0.1.7
23232024-03-26T06:46:01.284Z Compiling pkcs8 v0.10.2
23242024-03-26T06:46:01.453Z Compiling hubpack_derive v0.1.1
23252024-03-26T06:46:01.702Z Compiling idna v0.5.0
23262024-03-26T06:46:02.341Z Compiling aho-corasick v1.1.2
23272024-03-26T06:46:02.456Z Compiling usdt-impl v0.5.0
23282024-03-26T06:46:02.778Z Compiling colorchoice v1.0.0
23292024-03-26T06:46:02.936Z Compiling anyhow v1.0.79
23302024-03-26T06:46:03.002Z Compiling tower-service v0.3.2
23312024-03-26T06:46:03.927Z Compiling regex-syntax v0.8.2
23322024-03-26T06:46:04.277Z Compiling openssl-probe v0.1.5
23332024-03-26T06:46:04.545Z Compiling radium v0.7.0
23342024-03-26T06:46:04.832Z Compiling anstyle-query v1.0.0
23352024-03-26T06:46:04.954Z Compiling httpdate v1.0.3
23362024-03-26T06:46:05.409Z Compiling slog v2.7.0
23372024-03-26T06:46:05.955Z Compiling hyper v0.14.28
23382024-03-26T06:46:06.985Z Compiling anstream v0.6.11
23392024-03-26T06:46:07.881Z Compiling regex-automata v0.4.5
23402024-03-26T06:46:12.078Z Compiling url v2.5.0
23412024-03-26T06:46:14.959Z Compiling terminal_size v0.3.0
23422024-03-26T06:46:15.276Z Compiling serde_spanned v0.6.5
23432024-03-26T06:46:15.450Z Compiling toml_datetime v0.6.5
23442024-03-26T06:46:15.534Z Compiling zerocopy v0.6.4
23452024-03-26T06:46:15.754Z Compiling scroll v0.12.0
23462024-03-26T06:46:15.916Z Compiling md-5 v0.10.5
23472024-03-26T06:46:16.399Z Compiling stringprep v0.1.3
23482024-03-26T06:46:16.411Z Compiling idna v0.3.0
23492024-03-26T06:46:16.892Z Compiling diesel_table_macro_syntax v0.1.0
23502024-03-26T06:46:16.956Z Compiling hash32 v0.2.1
23512024-03-26T06:46:17.068Z Compiling stable_deref_trait v1.2.0
23522024-03-26T06:46:17.157Z Compiling psl-types v2.0.11
23532024-03-26T06:46:17.237Z Compiling gimli v0.28.0
23542024-03-26T06:46:17.249Z Compiling plain v0.2.3
23552024-03-26T06:46:17.299Z Compiling dyn-clone v1.0.17
23562024-03-26T06:46:17.388Z Compiling clap_lex v0.7.0
23572024-03-26T06:46:17.477Z Compiling strsim v0.11.0
23582024-03-26T06:46:17.508Z Compiling tap v1.0.1
23592024-03-26T06:46:17.550Z Compiling fallible-iterator v0.2.0
23602024-03-26T06:46:17.756Z Compiling maybe-uninit v2.0.0
23612024-03-26T06:46:18.098Z Compiling uuid v0.8.2
23622024-03-26T06:46:18.232Z Compiling postgres-protocol v0.6.6
23632024-03-26T06:46:18.328Z Compiling clap_builder v4.5.1
23642024-03-26T06:46:18.635Z Compiling wyz v0.5.1
23652024-03-26T06:46:19.459Z Compiling goblin v0.8.0
23662024-03-26T06:46:19.581Z Compiling publicsuffix v2.2.3
23672024-03-26T06:46:19.780Z Compiling diesel_derives v2.1.2
23682024-03-26T06:46:21.022Z Compiling tokio-rustls v0.24.1
23692024-03-26T06:46:21.526Z Compiling addr2line v0.21.0
23702024-03-26T06:46:22.586Z Compiling strum_macros v0.25.2
23712024-03-26T06:46:23.781Z Compiling tokio-native-tls v0.3.1
23722024-03-26T06:46:24.621Z Compiling usdt-macro v0.3.5
23732024-03-26T06:46:25.803Z Compiling usdt-attr-macro v0.3.5
23742024-03-26T06:46:27.590Z Compiling phf_shared v0.11.2
23752024-03-26T06:46:27.957Z Compiling num-iter v0.1.44
23762024-03-26T06:46:28.700Z Compiling block-padding v0.3.3
23772024-03-26T06:46:28.845Z Compiling enum-as-inner v0.5.1
23782024-03-26T06:46:28.908Z Compiling serde_repr v0.1.16
23792024-03-26T06:46:30.076Z Compiling ff v0.13.0
23802024-03-26T06:46:30.299Z Compiling scheduled-thread-pool v0.2.7
23812024-03-26T06:46:32.166Z Compiling object v0.32.1
23822024-03-26T06:46:32.446Z Compiling matches v0.1.10
23832024-03-26T06:46:32.530Z Compiling managed v0.8.0
23842024-03-26T06:46:32.993Z Compiling winnow v0.5.15
23852024-03-26T06:46:34.712Z Compiling ipnet v2.9.0
23862024-03-26T06:46:34.927Z Compiling bitflags v1.3.2
23872024-03-26T06:46:35.767Z Compiling packed_struct v0.10.1
23882024-03-26T06:46:36.218Z Compiling regex-automata v0.1.10
23892024-03-26T06:46:36.658Z Compiling num-bigint-dig v0.8.4
23902024-03-26T06:46:36.700Z Compiling pretty-hex v0.4.1
23912024-03-26T06:46:36.703Z Compiling bit-vec v0.6.3
23922024-03-26T06:46:36.924Z Compiling funty v2.0.0
23932024-03-26T06:46:37.243Z Compiling base16ct v0.2.0
23942024-03-26T06:46:37.533Z Compiling rustc-demangle v0.1.23
23952024-03-26T06:46:38.870Z Compiling bitvec v1.0.1
23962024-03-26T06:46:39.321Z Compiling sec1 v0.7.3
23972024-03-26T06:46:39.931Z Compiling dof v0.3.0
23982024-03-26T06:46:41.829Z Compiling bstr v0.2.17
23992024-03-26T06:46:42.961Z Compiling toml_edit v0.19.15
24002024-03-26T06:46:46.752Z Compiling idna v0.2.3
24012024-03-26T06:46:47.329Z Compiling r2d2 v0.8.10
24022024-03-26T06:46:47.686Z Compiling group v0.13.0
24032024-03-26T06:46:47.979Z Compiling inout v0.1.3
24042024-03-26T06:46:49.924Z Compiling phf v0.11.2
24052024-03-26T06:46:50.234Z Compiling hyper-tls v0.5.0
24062024-03-26T06:46:50.564Z Compiling signal-hook-mio v0.2.3
24072024-03-26T06:46:50.731Z Compiling cookie_store v0.20.0
24082024-03-26T06:46:51.661Z Compiling clap v4.5.1
24092024-03-26T06:46:51.778Z Compiling flate2 v1.0.28
24102024-03-26T06:46:52.033Z Compiling bzip2 v0.4.4
24112024-03-26T06:46:52.076Z Compiling hyper-rustls v0.24.2
24122024-03-26T06:46:52.387Z Compiling ipnetwork v0.20.0
24132024-03-26T06:46:52.413Z Compiling postgres-types v0.2.6
24142024-03-26T06:46:52.814Z Compiling regex v1.10.3
24152024-03-26T06:46:53.542Z Compiling hubpack v0.1.2
24162024-03-26T06:46:53.825Z Compiling rustls-pemfile v1.0.3
24172024-03-26T06:46:53.831Z Compiling phf_shared v0.10.0
24182024-03-26T06:46:53.836Z Compiling hkdf v0.12.4
24192024-03-26T06:46:53.855Z Compiling serde_urlencoded v0.7.1
24202024-03-26T06:46:54.003Z Compiling dtrace-parser v0.2.0
24212024-03-26T06:46:54.074Z Compiling futures-executor v0.3.30
24222024-03-26T06:46:54.788Z Compiling crypto-bigint v0.5.2
24232024-03-26T06:46:54.885Z Compiling packed_struct_codegen v0.10.1
24242024-03-26T06:46:55.637Z Compiling float-cmp v0.9.0
24252024-03-26T06:46:56.450Z Compiling indexmap v1.9.3
24262024-03-26T06:46:56.746Z Compiling encoding_rs v0.8.33
24272024-03-26T06:46:56.897Z Compiling new_debug_unreachable v1.0.4
24282024-03-26T06:46:56.982Z Compiling normalize-line-endings v0.3.0
24292024-03-26T06:46:57.625Z Compiling either v1.10.0
24302024-03-26T06:46:58.037Z Compiling predicates-core v1.0.6
24312024-03-26T06:46:58.347Z Compiling sync_wrapper v0.1.2
24322024-03-26T06:46:58.472Z Compiling crc-catalog v2.2.0
24332024-03-26T06:46:58.691Z Compiling data-encoding v2.4.0
24342024-03-26T06:46:59.602Z Compiling nodrop v0.1.14
24352024-03-26T06:46:59.723Z Compiling static_assertions v1.1.0
24362024-03-26T06:46:59.818Z Compiling minimal-lexical v0.2.1
24372024-03-26T06:47:00.299Z Compiling mime v0.3.17
24382024-03-26T06:47:00.310Z Compiling winnow v0.6.1
24392024-03-26T06:47:00.322Z Compiling whoami v1.5.0
24402024-03-26T06:47:00.482Z Compiling webpki-roots v0.25.2
24412024-03-26T06:47:00.636Z Compiling unicode-segmentation v1.10.1
24422024-03-26T06:47:00.863Z Compiling fixedbitset v0.4.2
24432024-03-26T06:47:00.940Z Compiling precomputed-hash v0.1.1
24442024-03-26T06:47:01.237Z Compiling difflib v0.4.0
24452024-03-26T06:47:01.255Z Compiling unicode-width v0.1.11
24462024-03-26T06:47:01.411Z Compiling console v0.15.8
24472024-03-26T06:47:01.423Z Compiling similar v2.4.0
24482024-03-26T06:47:02.709Z Compiling predicates v3.1.0
24492024-03-26T06:47:03.492Z Compiling petgraph v0.6.4
24502024-03-26T06:47:03.695Z Compiling string_cache v0.8.7
24512024-03-26T06:47:04.072Z Compiling toml_edit v0.22.6
24522024-03-26T06:47:04.104Z Compiling tokio-postgres v0.7.10
24532024-03-26T06:47:04.301Z Compiling reqwest v0.11.24
24542024-03-26T06:47:07.387Z Compiling nom v7.1.3
24552024-03-26T06:47:11.155Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24562024-03-26T06:47:11.306Z Compiling array-init v0.0.4
24572024-03-26T06:47:16.903Z Compiling trust-dns-proto v0.22.0
24582024-03-26T06:47:17.078Z Compiling crc v3.0.1
24592024-03-26T06:47:17.139Z Compiling itertools v0.10.5
24602024-03-26T06:47:17.826Z Compiling elliptic-curve v0.13.8
24612024-03-26T06:47:21.390Z Compiling futures v0.3.30
24622024-03-26T06:47:23.666Z Compiling smallvec v0.6.14
24632024-03-26T06:47:23.853Z Compiling diesel v2.1.4
24642024-03-26T06:47:24.068Z Compiling zip v0.6.6
24652024-03-26T06:47:24.124Z Compiling yasna v0.5.2
24662024-03-26T06:47:24.469Z Compiling crossterm v0.27.0
24672024-03-26T06:47:25.277Z Compiling crossbeam-epoch v0.9.18
24682024-03-26T06:47:25.756Z Compiling cipher v0.4.4
24692024-03-26T06:47:26.205Z Compiling toml v0.7.8
24702024-03-26T06:47:26.860Z Compiling bit-set v0.5.3
24712024-03-26T06:47:26.865Z Compiling usdt v0.3.5
24722024-03-26T06:47:27.680Z Compiling bstr v1.9.0
24732024-03-26T06:47:27.910Z Compiling pkcs1 v0.7.5
24742024-03-26T06:47:28.376Z Compiling tokio-stream v0.1.14
24752024-03-26T06:47:28.511Z Compiling is-terminal v0.4.9
24762024-03-26T06:47:29.052Z Compiling openapiv3 v2.0.0
24772024-03-26T06:47:29.279Z Compiling hex v0.4.3
24782024-03-26T06:47:29.980Z Compiling signature v2.1.0
24792024-03-26T06:47:32.364Z Compiling hashbrown v0.12.3
24802024-03-26T06:47:32.605Z Compiling termcolor v1.2.0
24812024-03-26T06:47:33.500Z Compiling bitfield v0.14.0
24822024-03-26T06:47:33.642Z Compiling lalrpop-util v0.19.12
24832024-03-26T06:47:35.655Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24842024-03-26T06:47:37.551Z Compiling env_logger v0.10.0
24852024-03-26T06:47:41.498Z Compiling rsa v0.9.2
24862024-03-26T06:47:47.719Z Compiling serde-hex v0.1.0
24872024-03-26T06:47:49.166Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24882024-03-26T06:47:55.935Z Compiling ron v0.8.1
24892024-03-26T06:47:56.974Z Compiling x509-cert v0.2.4
24902024-03-26T06:47:57.497Z Compiling hashbrown v0.13.2
24912024-03-26T06:48:00.992Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24922024-03-26T06:48:04.019Z Compiling crc-any v2.4.3
24932024-03-26T06:48:18.752Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24942024-03-26T06:48:30.089Z Compiling object v0.30.4
24952024-03-26T06:48:32.101Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24962024-03-26T06:48:41.447Z Compiling path-slash v0.1.5
24972024-03-26T06:48:41.982Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
24982024-03-26T06:49:03.753Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
24992024-03-26T06:49:04.541Z Finished release [optimized] target(s) in 3m 50s
25002024-03-26T06:49:04.619Z
25012024-03-26T06:49:04.619Zreal 3:50.749246789
25022024-03-26T06:49:04.619Zuser 25:25.858375728
25032024-03-26T06:49:04.619Zsys 3:09.102692744
25042024-03-26T06:49:04.619Ztrap 0.781583998
25052024-03-26T06:49:04.619Ztflt 1.639350934
25062024-03-26T06:49:04.623Zdflt 0.716400383
25072024-03-26T06:49:04.623Zkflt 0.000165340
25082024-03-26T06:49:04.623Zlock 57:54.418164999
25092024-03-26T06:49:04.623Zslp 1:15:07.563565765
25102024-03-26T06:49:04.623Zlat 1:28.180441155
25112024-03-26T06:49:04.623Zstop 1:24.275199776
25122024-03-26T06:49:04.623Z+ ptime -m gzip
25132024-03-26T06:49:04.976Z
25142024-03-26T06:49:04.976Zreal 0.353017076
25152024-03-26T06:49:04.976Zuser 0.349178292
25162024-03-26T06:49:04.977Zsys 0.003249927
25172024-03-26T06:49:04.977Ztrap 0.000027666
25182024-03-26T06:49:04.977Ztflt 0.000000000
25192024-03-26T06:49:04.977Zdflt 0.000000000
25202024-03-26T06:49:04.977Zkflt 0.000000000
25212024-03-26T06:49:04.981Zlock 0.000000000
25222024-03-26T06:49:04.981Zslp 0.000000000
25232024-03-26T06:49:04.981Zlat 0.000098112
25242024-03-26T06:49:04.981Zstop 0.000229199
25252024-03-26T06:49:04.981Z+ banner tufaceous
25262024-03-26T06:49:04.981Z
25272024-03-26T06:49:04.981Z ##### # # ###### ## #### ###### #### # # ####
25282024-03-26T06:49:04.981Z # # # # # # # # # # # # # #
25292024-03-26T06:49:04.982Z # # # ##### # # # ##### # # # # ####
25302024-03-26T06:49:04.982Z # # # # ###### # # # # # # #
25312024-03-26T06:49:04.982Z # # # # # # # # # # # # # # #
25322024-03-26T06:49:04.982Z # #### # # # #### ###### #### #### ####
25332024-03-26T06:49:04.982Z
25342024-03-26T06:49:04.982Z+ ptime -m cargo build --locked -p tufaceous --release
25352024-03-26T06:49:05.489Z Downloading crates ...
25362024-03-26T06:49:05.745Z Downloaded async-recursion v1.0.5
25372024-03-26T06:49:05.752Z Downloaded globset v0.4.13
25382024-03-26T06:49:05.752Z Downloaded snafu-derive v0.7.5
25392024-03-26T06:49:05.760Z Downloaded pin-project-internal v1.1.3
25402024-03-26T06:49:05.760Z Downloaded buf-list v1.0.3
25412024-03-26T06:49:05.760Z Downloaded doc-comment v0.3.3
25422024-03-26T06:49:05.760Z Downloaded parse-size v1.0.0
25432024-03-26T06:49:05.848Z Downloaded olpc-cjson v0.1.3
25442024-03-26T06:49:05.848Z Downloaded fs-err v2.11.0
25452024-03-26T06:49:05.848Z Downloaded serde_plain v1.0.2
25462024-03-26T06:49:05.852Z Downloaded snafu v0.7.5
25472024-03-26T06:49:05.852Z Downloaded typed-path v0.7.0
25482024-03-26T06:49:05.853Z Downloaded tough v0.16.0
25492024-03-26T06:49:05.853Z Downloaded pin-project v1.1.3
25502024-03-26T06:49:05.894Z Compiling serde_tokenstream v0.2.0
25512024-03-26T06:49:05.966Z Compiling regress v0.9.0
25522024-03-26T06:49:05.983Z Compiling instant v0.1.12
25532024-03-26T06:49:05.987Z Compiling parking_lot_core v0.8.6
25542024-03-26T06:49:05.991Z Compiling thread_local v1.1.7
25552024-03-26T06:49:05.998Z Compiling slog-async v2.8.0
25562024-03-26T06:49:06.007Z Compiling crossbeam-channel v0.5.8
25572024-03-26T06:49:06.105Z Compiling dirs-sys-next v0.1.2
25582024-03-26T06:49:06.412Z Compiling half v2.3.1
25592024-03-26T06:49:06.472Z Compiling ciborium-io v0.2.2
25602024-03-26T06:49:06.599Z Compiling ident_case v1.0.1
25612024-03-26T06:49:06.775Z Compiling heck v0.4.1
25622024-03-26T06:49:06.779Z Compiling strsim v0.10.0
25632024-03-26T06:49:07.126Z Compiling take_mut v0.2.2
25642024-03-26T06:49:07.229Z Compiling rustls-pki-types v1.3.0
25652024-03-26T06:49:07.240Z Compiling match_cfg v0.1.0
25662024-03-26T06:49:07.328Z Compiling hostname v0.3.1
25672024-03-26T06:49:07.415Z Compiling darling_core v0.20.3
25682024-03-26T06:49:07.589Z Compiling ciborium-ll v0.2.2
25692024-03-26T06:49:07.703Z Compiling parking_lot v0.11.2
25702024-03-26T06:49:08.030Z Compiling dirs-next v2.0.0
25712024-03-26T06:49:08.054Z Compiling getopts v0.2.21
25722024-03-26T06:49:08.277Z Compiling proc-macro-crate v1.3.1
25732024-03-26T06:49:08.481Z Compiling slog-json v2.6.1
25742024-03-26T06:49:08.880Z Compiling fxhash v0.2.1
25752024-03-26T06:49:08.991Z Compiling camino v1.1.6
25762024-03-26T06:49:09.081Z Compiling rustls v0.22.2
25772024-03-26T06:49:09.157Z Compiling unsafe-libyaml v0.2.10
25782024-03-26T06:49:09.364Z Compiling num_enum_derive v0.7.2
25792024-03-26T06:49:09.516Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25802024-03-26T06:49:10.523Z Compiling serde_yaml v0.9.25
25812024-03-26T06:49:10.732Z Compiling sled v0.34.7
25822024-03-26T06:49:10.955Z Compiling slog-bunyan v2.5.0
25832024-03-26T06:49:11.230Z Compiling term v0.7.0
25842024-03-26T06:49:11.857Z Compiling ciborium v0.2.2
25852024-03-26T06:49:12.807Z Compiling darling_macro v0.20.3
25862024-03-26T06:49:13.725Z Compiling rustls-webpki v0.102.1
25872024-03-26T06:49:14.311Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
25882024-03-26T06:49:15.155Z Compiling structmeta-derive v0.3.0
25892024-03-26T06:49:16.087Z Compiling atty v0.2.14
25902024-03-26T06:49:16.176Z Compiling multer v3.0.0
25912024-03-26T06:49:16.230Z Compiling paste v1.0.14
25922024-03-26T06:49:16.458Z Compiling doc-comment v0.3.3
25932024-03-26T06:49:16.790Z Compiling slog-term v2.9.0
25942024-03-26T06:49:17.081Z Compiling rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
25952024-03-26T06:49:17.822Z Compiling structmeta v0.3.0
25962024-03-26T06:49:18.188Z Compiling darling v0.20.3
25972024-03-26T06:49:18.234Z Compiling num_enum v0.7.2
25982024-03-26T06:49:18.414Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25992024-03-26T06:49:18.435Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26002024-03-26T06:49:19.740Z Compiling http v1.0.0
26012024-03-26T06:49:19.968Z Compiling pin-project-internal v1.1.3
26022024-03-26T06:49:20.121Z Compiling async-stream-impl v0.3.5
26032024-03-26T06:49:21.099Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26042024-03-26T06:49:21.365Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26052024-03-26T06:49:21.661Z Compiling atomic-waker v1.1.1
26062024-03-26T06:49:21.850Z Compiling fastrand v2.0.1
26072024-03-26T06:49:22.562Z Compiling tokio-rustls v0.25.0
26082024-03-26T06:49:22.684Z Compiling pin-project v1.1.3
26092024-03-26T06:49:22.813Z Compiling tempfile v3.10.0
26102024-03-26T06:49:23.033Z Compiling waitgroup v0.1.2
26112024-03-26T06:49:24.635Z Compiling async-stream v0.3.5
26122024-03-26T06:49:24.826Z Compiling bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
26132024-03-26T06:49:24.947Z Compiling serde_with_macros v3.6.1
26142024-03-26T06:49:25.447Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26152024-03-26T06:49:25.584Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26162024-03-26T06:49:27.755Z Compiling parse-display-derive v0.9.0
26172024-03-26T06:49:32.477Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26182024-03-26T06:49:32.690Z Compiling toml v0.8.10
26192024-03-26T06:49:33.012Z Compiling rustls-pemfile v2.1.1
26202024-03-26T06:49:33.783Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26212024-03-26T06:49:35.815Z Compiling sha1 v0.10.6
26222024-03-26T06:49:36.764Z Compiling strum_macros v0.26.1
26232024-03-26T06:49:38.567Z Compiling newtype-uuid v1.0.1
26242024-03-26T06:49:38.905Z Compiling snafu-derive v0.7.5
26252024-03-26T06:49:41.379Z Compiling serde_path_to_error v0.1.16
26262024-03-26T06:49:42.395Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26272024-03-26T06:49:43.092Z Compiling fs-err v2.11.0
26282024-03-26T06:49:43.398Z Compiling buf-list v1.0.3
26292024-03-26T06:49:43.822Z Compiling same-file v1.0.6
26302024-03-26T06:49:43.967Z Compiling debug-ignore v1.0.5
26312024-03-26T06:49:44.092Z Compiling arc-swap v1.6.0
26322024-03-26T06:49:44.822Z Compiling slog-scope v4.4.0
26332024-03-26T06:49:45.753Z Compiling walkdir v2.4.0
26342024-03-26T06:49:47.273Z Compiling snafu v0.7.5
26352024-03-26T06:49:47.429Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26362024-03-26T06:49:47.634Z Compiling strum v0.26.1
26372024-03-26T06:49:47.812Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26382024-03-26T06:49:47.868Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26392024-03-26T06:49:48.086Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b)
26402024-03-26T06:49:48.197Z Compiling parse-display v0.9.0
26412024-03-26T06:49:48.937Z Compiling serde_with v3.6.1
26422024-03-26T06:49:48.937Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26432024-03-26T06:49:49.407Z Compiling globset v0.4.13
26442024-03-26T06:49:49.922Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26452024-03-26T06:49:50.101Z Compiling backoff v0.4.0
26462024-03-26T06:49:50.342Z Compiling pem v3.0.2
26472024-03-26T06:49:50.466Z Compiling olpc-cjson v0.1.3
26482024-03-26T06:49:50.790Z Compiling macaddr v1.0.1
26492024-03-26T06:49:51.429Z Compiling serde_plain v1.0.2
26502024-03-26T06:49:51.952Z Compiling async-recursion v1.0.5
26512024-03-26T06:49:51.985Z Compiling xattr v1.0.1
26522024-03-26T06:49:52.270Z Compiling filetime v0.2.23
26532024-03-26T06:49:52.598Z Compiling typed-path v0.7.0
26542024-03-26T06:49:52.898Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26552024-03-26T06:49:52.952Z Compiling tar v0.4.40
26562024-03-26T06:49:57.940Z Compiling tough v0.16.0
26572024-03-26T06:49:59.716Z Compiling slog-stdlog v4.1.1
26582024-03-26T06:50:00.301Z Compiling camino-tempfile v1.1.1
26592024-03-26T06:50:00.627Z Compiling itertools v0.12.1
26602024-03-26T06:50:01.126Z Compiling parse-size v1.0.0
26612024-03-26T06:50:01.429Z Compiling slog-envlogger v2.2.0
26622024-03-26T06:50:04.224Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26632024-03-26T06:50:04.362Z Compiling humantime v2.1.0
26642024-03-26T06:50:07.554Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26652024-03-26T06:50:30.364Z Finished release [optimized] target(s) in 1m 25s
26662024-03-26T06:50:30.452Z
26672024-03-26T06:50:30.455Zreal 1:25.430901559
26682024-03-26T06:50:30.455Zuser 9:55.929419492
26692024-03-26T06:50:30.455Zsys 44.840910835
26702024-03-26T06:50:30.455Ztrap 0.268389957
26712024-03-26T06:50:30.455Ztflt 0.524563377
26722024-03-26T06:50:30.455Zdflt 0.228004652
26732024-03-26T06:50:30.456Zkflt 0.000788587
26742024-03-26T06:50:30.456Zlock 23:00.600155742
26752024-03-26T06:50:30.456Zslp 25:30.338678535
26762024-03-26T06:50:30.456Zlat 24.682786863
26772024-03-26T06:50:30.456Zstop 17.935662371
26782024-03-26T06:50:30.456Z+ ptime -m gzip
26792024-03-26T06:50:31.942Z
26802024-03-26T06:50:31.946Zreal 1.490573285
26812024-03-26T06:50:31.946Zuser 1.476084561
26822024-03-26T06:50:31.946Zsys 0.013869923
26832024-03-26T06:50:31.946Ztrap 0.000113660
26842024-03-26T06:50:31.946Ztflt 0.000000000
26852024-03-26T06:50:31.946Zdflt 0.000000000
26862024-03-26T06:50:31.946Zkflt 0.000000000
26872024-03-26T06:50:31.946Zlock 0.000000000
26882024-03-26T06:50:31.946Zslp 0.000000000
26892024-03-26T06:50:31.946Zlat 0.000102332
26902024-03-26T06:50:31.946Zstop 0.000172079
26912024-03-26T06:50:31.946Zprocess exited: duration 824568 ms, exit code 0
 
26922024-03-26T06:50:31.953Zfound 8 output files
26932024-03-26T06:50:31.953Zuploading: /work/end-to-end-tests/bootstrap-6035e7536a5a7fd4.gz (9708797 bytes)
26942024-03-26T06:50:35.340Zuploaded: /work/end-to-end-tests/bootstrap-6035e7536a5a7fd4.gz
26952024-03-26T06:50:35.340Zuploading: /work/end-to-end-tests/bootstrap.gz (103507417 bytes)
26962024-03-26T06:51:11.550Zuploaded: /work/end-to-end-tests/bootstrap.gz
26972024-03-26T06:51:11.550Zuploading: /work/end-to-end-tests/commtest-0032f1fcb106ce03.gz (9708471 bytes)
26982024-03-26T06:51:14.980Zuploaded: /work/end-to-end-tests/commtest-0032f1fcb106ce03.gz
26992024-03-26T06:51:14.981Zuploading: /work/end-to-end-tests/dhcp_server-c911c239d2b46f2c.gz (9708226 bytes)
27002024-03-26T06:51:19.210Zuploaded: /work/end-to-end-tests/dhcp_server-c911c239d2b46f2c.gz
27012024-03-26T06:51:19.210Zuploading: /work/end-to-end-tests/end_to_end_tests-3332264ed4b0fd4a.gz (106521470 bytes)
27022024-03-26T06:52:10.321Zuploaded: /work/end-to-end-tests/end_to_end_tests-3332264ed4b0fd4a.gz
27032024-03-26T06:52:10.322Zuploading: /work/caboose-util.gz (3208075 bytes)
27042024-03-26T06:52:12.274Zuploaded: /work/caboose-util.gz
27052024-03-26T06:52:12.275Zuploading: /work/tufaceous.gz (13678685 bytes)
27062024-03-26T06:52:16.628Zuploaded: /work/tufaceous.gz
27072024-03-26T06:52:16.638Zuploading: /work/commtest (465535888 bytes)
27082024-03-26T06:55:04.847Zuploaded: /work/commtest