01HT6NJQJFSDC7RD4FBYGJ6YM7: 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: 01HT6NN8MM58FS5K81H6CAWXNA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-03-30T03:17:31.299Zjob assigned to worker 01HT6NNHNA6GZ5MWCVNHF0JA4N (queued for 2 m 20 s)
 
22024-03-30T03:17:38.153Zstarting task 0: "setup"
32024-03-30T03:17:38.190Z++ uname -s
42024-03-30T03:17:38.193Z+ kern=SunOS
52024-03-30T03:17:38.193Z+ case "$kern" in
62024-03-30T03:17:38.193Z+ groupadd -g 12345 build
72024-03-30T03:17:38.230Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-03-30T03:17:40.246Z+ zfs create -o mountpoint=/work rpool/work
92024-03-30T03:17:40.354Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-03-30T03:17:40.769Z+ home_fs=zfs
112024-03-30T03:17:40.769Z+ [[ zfs == autofs ]]
122024-03-30T03:17:40.769Z+ mkdir -p /home/build
132024-03-30T03:17:40.769Z+ chown build:build /home/build /work
142024-03-30T03:17:42.367Z+ chmod 0700 /home/build /work
152024-03-30T03:17:42.827Zprocess exited: duration 4205 ms, exit code 0
 
162024-03-30T03:17:42.850Zstarting task 1: "rust-toolchain"
172024-03-30T03:17:42.857Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-03-30T03:17:42.861Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-03-30T03:17:42.948Zinfo: downloading installer
202024-03-30T03:17:44.589Zwarning: it looks like you have an existing installation of Rust at:
212024-03-30T03:17:44.589Zwarning: /opt/ooce/bin
222024-03-30T03:17:44.590Zwarning: It is recommended that rustup be the primary Rust installation.
232024-03-30T03:17:44.590Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-03-30T03:17:44.590Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-03-30T03:17:44.590Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-03-30T03:17:44.590Zwarning: or pass `-y' to ignore all ignorable checks.
272024-03-30T03:17:44.590Zerror: cannot install while Rust is installed
282024-03-30T03:17:44.590Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-03-30T03:17:44.722Zinfo: profile set to 'default'
302024-03-30T03:17:44.723Zinfo: default host triple is x86_64-unknown-illumos
312024-03-30T03:17:44.783Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-03-30T03:17:45.291Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-03-30T03:17:45.292Zinfo: downloading component 'cargo'
342024-03-30T03:17:46.399Zinfo: downloading component 'clippy'
352024-03-30T03:17:46.677Zinfo: downloading component 'rust-docs'
362024-03-30T03:17:47.472Zinfo: downloading component 'rust-std'
372024-03-30T03:17:49.641Zinfo: downloading component 'rustc'
382024-03-30T03:17:54.876Zinfo: downloading component 'rustfmt'
392024-03-30T03:17:55.236Zinfo: installing component 'cargo'
402024-03-30T03:17:56.504Zinfo: installing component 'clippy'
412024-03-30T03:17:56.526Zinfo: installing component 'rust-docs'
422024-03-30T03:17:58.004Zinfo: installing component 'rust-std'
432024-03-30T03:17:59.872Zinfo: installing component 'rustc'
442024-03-30T03:18:04.190Zinfo: installing component 'rustfmt'
452024-03-30T03:18:04.548Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-03-30T03:18:04.548Z
472024-03-30T03:18:04.907Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-03-30T03:18:04.907Z
492024-03-30T03:18:04.942Z
502024-03-30T03:18:04.943ZRust is installed now. Great!
512024-03-30T03:18:04.943Z
522024-03-30T03:18:04.943ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-03-30T03:18:04.944Zenvironment variable. This has not been done automatically.
542024-03-30T03:18:04.944Z
552024-03-30T03:18:04.944ZTo configure your current shell, you need to source
562024-03-30T03:18:04.945Zthe corresponding env file under $HOME/.cargo.
572024-03-30T03:18:04.945Z
582024-03-30T03:18:04.945ZThis is usually done by running one of the following (note the leading DOT):
592024-03-30T03:18:04.945Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-03-30T03:18:04.946Zsource "$HOME/.cargo/env.fish" # For fish
612024-03-30T03:18:04.946Z+ rustc --version
622024-03-30T03:18:04.999Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-03-30T03:18:05.015Zprocess exited: duration 22116 ms, exit code 0
 
642024-03-30T03:18:05.097Zstarting task 2: "authentication"
652024-03-30T03:18:05.949Zprocess exited: duration 442 ms, exit code 0
 
662024-03-30T03:18:06.007Zstarting task 3: "clone repository"
672024-03-30T03:18:06.015Z+ mkdir -p /work/oxidecomputer/omicron
682024-03-30T03:18:06.015Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-03-30T03:18:06.272ZCloning into '/work/oxidecomputer/omicron'...
702024-03-30T03:18:33.357Z+ cd /work/oxidecomputer/omicron
712024-03-30T03:18:33.357Z+ git fetch origin dd349cf13472266bab2306508f2321b3e6b32d9d
722024-03-30T03:18:34.098ZFrom https://github.com/oxidecomputer/omicron
732024-03-30T03:18:34.099Z * branch dd349cf13472266bab2306508f2321b3e6b32d9d -> FETCH_HEAD
742024-03-30T03:18:34.110Z+ [[ -n '' ]]
752024-03-30T03:18:34.110Z+ git reset --hard dd349cf13472266bab2306508f2321b3e6b32d9d
762024-03-30T03:18:34.237ZHEAD is now at dd349cf13 Update Rust crate tokio-tungstenite to 0.21
772024-03-30T03:18:34.246Zprocess exited: duration 28217 ms, exit code 0
 
782024-03-30T03:18:34.260Zstarting task 4: "build"
792024-03-30T03:18:34.267Z+ cargo --version
802024-03-30T03:18:34.281Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
812024-03-30T03:18:34.462Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
822024-03-30T03:18:34.462Zinfo: downloading component 'cargo'
832024-03-30T03:18:35.489Zinfo: downloading component 'clippy'
842024-03-30T03:18:35.821Zinfo: downloading component 'rust-docs'
852024-03-30T03:18:37.059Zinfo: downloading component 'rust-std'
862024-03-30T03:18:39.099Zinfo: downloading component 'rustc'
872024-03-30T03:18:44.131Zinfo: downloading component 'rustfmt'
882024-03-30T03:18:44.528Zinfo: installing component 'cargo'
892024-03-30T03:18:45.361Zinfo: installing component 'clippy'
902024-03-30T03:18:45.705Zinfo: installing component 'rust-docs'
912024-03-30T03:18:47.186Zinfo: installing component 'rust-std'
922024-03-30T03:18:49.079Zinfo: installing component 'rustc'
932024-03-30T03:18:53.026Zinfo: installing component 'rustfmt'
942024-03-30T03:18:53.591Zcargo 1.76.0 (c84b36747 2024-01-18)
952024-03-30T03:18:53.591Z+ rustc --version
962024-03-30T03:18:53.591Zrustc 1.76.0 (07dca489a 2024-02-04)
972024-03-30T03:18:53.591Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982024-03-30T03:19:03.527Z Startup: Refreshing catalog 'helios-dev' ... Done
992024-03-30T03:19:04.936Z Startup: Caching catalogs ... Done
1002024-03-30T03:19:06.642ZPlanning: Solver setup ... Done (1.330s)
1012024-03-30T03:19:06.664ZPlanning: Running solver ... Done (0.026s)
1022024-03-30T03:19:06.785ZPlanning: Finding local manifests ... Done (0.100s)
1032024-03-30T03:19:07.426ZPlanning: Fetching manifests: 0/4 0% complete
1042024-03-30T03:19:07.749ZPlanning: Fetching manifests: 4/4 100% complete
1052024-03-30T03:19:07.795ZPlanning: Package planning ... Done (0.047s)
1062024-03-30T03:19:07.843ZPlanning: Merging actions ... Done (0.051s)
1072024-03-30T03:19:08.242ZPlanning: Checking for conflicting actions ... Done (0.390s)
1082024-03-30T03:19:08.298ZPlanning: Consolidating action changes ... Done (0.011s)
1092024-03-30T03:19:13.552ZPlanning: Evaluating mediators ... Done (5.037s)
1102024-03-30T03:19:13.552ZPlanning: Planning completed in 8.30 seconds
1112024-03-30T03:19:13.552Z Packages to install: 4
1122024-03-30T03:19:13.553Z Mediators to change: 2
1132024-03-30T03:19:13.553Z Services to change: 1
1142024-03-30T03:19:13.553Z Estimated space available: 155.32 GB
1152024-03-30T03:19:13.554ZEstimated space to be consumed: 1.43 GB
1162024-03-30T03:19:13.554Z Create boot environment: No
1172024-03-30T03:19:13.554ZCreate backup boot environment: No
1182024-03-30T03:19:13.554Z Rebuild boot archive: No
1192024-03-30T03:19:13.555Z
1202024-03-30T03:19:13.555ZChanged mediators:
1212024-03-30T03:19:13.555Z mediator clang:
1222024-03-30T03:19:13.555Z version: None -> 15 (system default)
1232024-03-30T03:19:13.555Z
1242024-03-30T03:19:13.555Z mediator llvm:
1252024-03-30T03:19:13.555Z version: 14 (system default) -> 15 (system default)
1262024-03-30T03:19:13.555Z
1272024-03-30T03:19:13.556ZChanged packages:
1282024-03-30T03:19:13.556Zhelios-dev
1292024-03-30T03:19:13.556Z developer/build-essential
1302024-03-30T03:19:13.556Z None -> 11-2.0
1312024-03-30T03:19:13.556Z library/libxmlsec1
1322024-03-30T03:19:13.556Z None -> 1.2.35-2.0
1332024-03-30T03:19:13.557Z ooce/developer/clang-15
1342024-03-30T03:19:13.557Z None -> 15.0.7-2.0
1352024-03-30T03:19:13.557Z ooce/developer/llvm-15
1362024-03-30T03:19:13.558Z None -> 15.0.7-2.0
1372024-03-30T03:19:13.558Z
1382024-03-30T03:19:13.558ZServices:
1392024-03-30T03:19:13.559Z restart_fmri:
1402024-03-30T03:19:13.559Z svc:/system/update-man-index:default
1412024-03-30T03:19:13.559Z
1422024-03-30T03:19:13.559ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1432024-03-30T03:19:19.167ZDownload: 212/3290 items 1.3/212.6MB 0% complete (384k/s)
1442024-03-30T03:19:24.174ZDownload: 380/3290 items 16.8/212.6MB 7% complete (1.7M/s)
1452024-03-30T03:19:29.165ZDownload: 737/3290 items 18.3/212.6MB 8% complete (1.7M/s)
1462024-03-30T03:19:34.187ZDownload: 1122/3290 items 35.7/212.6MB 16% complete (1.8M/s)
1472024-03-30T03:19:43.368ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (6.5M/s)
1482024-03-30T03:19:48.345ZDownload: 1512/3290 items 116.6/212.6MB 54% complete (3.4M/s)
1492024-03-30T03:19:53.347ZDownload: 2160/3290 items 118.9/212.6MB 55% complete (3.7M/s)
1502024-03-30T03:19:58.353ZDownload: 2329/3290 items 119.7/212.6MB 56% complete (317k/s)
1512024-03-30T03:20:03.370ZDownload: 3129/3290 items 135.6/212.6MB 63% complete (1.6M/s)
1522024-03-30T03:20:13.808ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (9.5M/s)
1532024-03-30T03:20:28.204ZDownload: 3248/3290 items 203.1/212.6MB 95% complete
1542024-03-30T03:20:28.997ZDownload: Completed 212.60 MB in 75.59 seconds (2.8M/s)
1552024-03-30T03:20:29.203Z Actions: 1/3689 actions (Installing new actions)
1562024-03-30T03:20:34.150Z Actions: Completed 3689 actions in 4.95 seconds.
1572024-03-30T03:20:34.337Z Done (0.182s)
1582024-03-30T03:20:34.337Z Done (0.000s)
1592024-03-30T03:20:34.590Z Done (0.253s)
1602024-03-30T03:20:39.508Z Done (4.782s)
1612024-03-30T03:20:39.672Z Done (0.090s)
1622024-03-30T03:20:39.676Z Done (0.000s)
1632024-03-30T03:20:39.853Z Done (0.000s)
1642024-03-30T03:20:40.366ZPlanning: Evaluating mediator changes ... Done
1652024-03-30T03:20:40.531ZPlanning: Checking for conflicting actions ... Done
1662024-03-30T03:20:40.573ZPlanning: Consolidating action changes ... Done
1672024-03-30T03:20:40.786ZPlanning: Evaluating mediators ... Done
1682024-03-30T03:20:40.802ZPlanning: Planning completed in 0.42 seconds
1692024-03-30T03:20:40.833Z Mediators to change: 2
1702024-03-30T03:20:40.833Z Create boot environment: No
1712024-03-30T03:20:40.840ZCreate backup boot environment: No
1722024-03-30T03:20:40.901Z Done
1732024-03-30T03:20:40.901Z Done
1742024-03-30T03:20:41.062Z Done
1752024-03-30T03:20:44.605Z Done
1762024-03-30T03:20:44.700Z Done
1772024-03-30T03:20:44.720Z Done
1782024-03-30T03:20:45.223Z Done
1792024-03-30T03:20:45.480ZPlanning: Evaluating mediator changes ... Done
1802024-03-30T03:20:45.499ZPlanning: Merging actions ... Done
1812024-03-30T03:20:45.646ZPlanning: Checking for conflicting actions ... Done
1822024-03-30T03:20:45.656ZPlanning: Consolidating action changes ... Done
1832024-03-30T03:20:45.969ZPlanning: Evaluating mediators ... Done
1842024-03-30T03:20:45.999ZPlanning: Planning completed in 0.78 seconds
1852024-03-30T03:20:46.020Z Packages to change: 1
1862024-03-30T03:20:46.020Z Mediators to change: 1
1872024-03-30T03:20:46.020Z Services to change: 1
1882024-03-30T03:20:46.020Z Create boot environment: No
1892024-03-30T03:20:46.020ZCreate backup boot environment: Yes
1902024-03-30T03:20:53.029Z Actions: 1/6 actions (Updating modified actions)
1912024-03-30T03:20:53.273Z Actions: Completed 6 actions in 0.00 seconds.
1922024-03-30T03:20:53.273Z Done
1932024-03-30T03:20:53.273Z Done
1942024-03-30T03:20:53.273Z Done
1952024-03-30T03:20:53.392Z Done
1962024-03-30T03:20:53.392Z Done
1972024-03-30T03:20:53.392Z Done
1982024-03-30T03:20:53.392Z Done
1992024-03-30T03:20:53.392ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-03-30T03:20:53.392Zclang system 15 system
2012024-03-30T03:20:53.392Zcsh system system illumos
2022024-03-30T03:20:53.392Zctags system system illumos
2032024-03-30T03:20:53.393Zgcc vendor 12 vendor
2042024-03-30T03:20:53.393Zgcc system 10 system
2052024-03-30T03:20:53.393Zgcc system 7 system
2062024-03-30T03:20:53.393Zgo system 1.20 system
2072024-03-30T03:20:53.393Zgo system 1.19 system
2082024-03-30T03:20:53.393Zllvm system 15 system
2092024-03-30T03:20:53.393Zllvm system 14 system
2102024-03-30T03:20:53.393Zmariadb system 10.6 system
2112024-03-30T03:20:53.393Zmta vendor vendor dma
2122024-03-30T03:20:53.393Zopenjdk system 17 system
2132024-03-30T03:20:53.393Zopenjdk system 11 system
2142024-03-30T03:20:53.393Zopenjdk system 1.8 system
2152024-03-30T03:20:53.393Zopenssl vendor 3 vendor
2162024-03-30T03:20:53.393Zperl system 5.36 system
2172024-03-30T03:20:53.393Zpostgresql system 15 system
2182024-03-30T03:20:53.393Zpostgresql system 13 system
2192024-03-30T03:20:53.393Zpython vendor 3 vendor
2202024-03-30T03:20:53.393Zpython system 2 system
2212024-03-30T03:20:53.393Zpython3 system 3.11 system
2222024-03-30T03:20:53.393Zruby system 3.0 system
2232024-03-30T03:20:53.394Zwords vendor vendor american-english
2242024-03-30T03:20:53.394Zwords system system australian-english
2252024-03-30T03:20:53.394Zwords system system british-english
2262024-03-30T03:20:53.394Zwords system system canadian-english
2272024-03-30T03:20:53.394Zwords system system french
2282024-03-30T03:20:53.394Zwords system system italian
2292024-03-30T03:20:53.394Zwords system system ngerman
2302024-03-30T03:20:53.394Zwords system system ogerman
2312024-03-30T03:20:53.394Zwords system system spanish
2322024-03-30T03:20:53.394ZPUBLISHER TYPE STATUS P LOCATION
2332024-03-30T03:20:53.394Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-03-30T03:20:53.945ZFMRI IFO
2352024-03-30T03:20:53.945Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-03-30T03:20:53.945Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-03-30T03:20:53.945Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-03-30T03:20:53.946Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-03-30T03:20:53.946Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-03-30T03:20:53.946Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-03-30T03:20:53.946Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-03-30T03:20:53.947Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-03-30T03:20:53.947Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-03-30T03:20:53.947Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-03-30T03:20:53.947Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-03-30T03:20:53.948Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-03-30T03:20:54.134Z+ set -o errexit
2482024-03-30T03:20:54.181Z+++ dirname ./tools/ci_download_cockroachdb
2492024-03-30T03:20:54.181Z++ cd ./tools
2502024-03-30T03:20:54.181Z++ pwd
2512024-03-30T03:20:54.181Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2522024-03-30T03:20:54.181Z++ basename ./tools/ci_download_cockroachdb
2532024-03-30T03:20:54.181Z+ ARG0=ci_download_cockroachdb
2542024-03-30T03:20:54.181Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2552024-03-30T03:20:54.181Z+ CIDL_VERSION=v22.1.9
2562024-03-30T03:20:54.181Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2572024-03-30T03:20:54.182Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2582024-03-30T03:20:54.182Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2592024-03-30T03:20:54.182Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2602024-03-30T03:20:54.182Z+ TARGET_DIR=out
2612024-03-30T03:20:54.182Z+ DOWNLOAD_DIR=out/downloads
2622024-03-30T03:20:54.182Z+ DEST_DIR=./out/cockroachdb
2632024-03-30T03:20:54.182Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2642024-03-30T03:20:54.182Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2652024-03-30T03:20:54.182Z+ main
2662024-03-30T03:20:54.182Z+ [[ 0 != 0 ]]
2672024-03-30T03:20:54.182Z+ CIDL_OS=solaris2.11
2682024-03-30T03:20:54.182Z+ [[ 0 != 0 ]]
2692024-03-30T03:20:54.182Z+ configure_os solaris2.11
2702024-03-30T03:20:54.182Z+ echo 'current directory: /work/oxidecomputer/omicron'
2712024-03-30T03:20:54.182Z+ echo 'configuring based on OS: "solaris2.11"'
2722024-03-30T03:20:54.182Z+ case "$1" in
2732024-03-30T03:20:54.183Z+ CIDL_BUILD=illumos
2742024-03-30T03:20:54.183Z+ CIDL_SUFFIX=tar.gz
2752024-03-30T03:20:54.183Zcurrent directory: /work/oxidecomputer/omicron
2762024-03-30T03:20:54.183Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2772024-03-30T03:20:54.183Zconfiguring based on OS: "solaris2.11"
2782024-03-30T03:20:54.183Z+ CIDL_URL_BASE=https://illumos.org/downloads
2792024-03-30T03:20:54.183Z+ CIDL_ASSEMBLE=do_assemble_illumos
2802024-03-30T03:20:54.183Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2812024-03-30T03:20:54.183Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2822024-03-30T03:20:54.183Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-03-30T03:20:54.183Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2842024-03-30T03:20:54.183Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-03-30T03:20:54.183Z+ CIDL_SHA256FUNC=do_sha256sum
2862024-03-30T03:20:54.183Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-03-30T03:20:54.183ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-03-30T03:20:54.183Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-03-30T03:20:54.183Z+ mkdir -p out/downloads
2902024-03-30T03:20:54.183ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-03-30T03:20:54.183Z+ mkdir -p ./out/cockroachdb
2922024-03-30T03:20:54.183Z+ local DO_DOWNLOAD=true
2932024-03-30T03:20:54.184Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2942024-03-30T03:20:54.184Z+ '[' true == true ']'
2952024-03-30T03:20:54.184Z+ echo Downloading...
2962024-03-30T03:20:54.184Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-03-30T03:20:54.184ZDownloading...
2982024-03-30T03:20:54.184Z+ 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
2992024-03-30T03:20:57.799Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-03-30T03:20:57.857Z++ sha256sum
3012024-03-30T03:20:57.858Z++ awk '{print $1}'
3022024-03-30T03:20:58.297Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-03-30T03:20:58.297Z+ [[ 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 ]]
3042024-03-30T03:20:58.297Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-03-30T03:20:58.297Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3062024-03-30T03:21:00.053Z+ do_assemble_illumos
3072024-03-30T03:21:00.054Z+ rm -r ./out/cockroachdb
3082024-03-30T03:21:00.060Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3092024-03-30T03:21:00.483Z+ ./out/cockroachdb/bin/cockroach version
3102024-03-30T03:21:00.672ZBuild Tag: v22.1.9-dirty
3112024-03-30T03:21:00.672ZBuild Time: 2022/10/26 21:17:46
3122024-03-30T03:21:00.672ZDistribution: OSS
3132024-03-30T03:21:00.672ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3142024-03-30T03:21:00.672ZGo Version: go1.17.13
3152024-03-30T03:21:00.672ZC Compiler: gcc 10.3.0
3162024-03-30T03:21:00.672ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3172024-03-30T03:21:00.672ZBuild Type: release
3182024-03-30T03:21:01.104Z+ set -o errexit
3192024-03-30T03:21:01.104Z+++ dirname ./tools/ci_download_clickhouse
3202024-03-30T03:21:01.104Z++ cd ./tools
3212024-03-30T03:21:01.104Z++ pwd
3222024-03-30T03:21:01.104Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3232024-03-30T03:21:01.104Z++ basename ./tools/ci_download_clickhouse
3242024-03-30T03:21:01.104Z+ ARG0=ci_download_clickhouse
3252024-03-30T03:21:01.105Z+ TARGET_DIR=out
3262024-03-30T03:21:01.105Z+ DOWNLOAD_DIR=out/downloads
3272024-03-30T03:21:01.105Z+ DEST_DIR=./out/clickhouse
3282024-03-30T03:21:01.105Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3292024-03-30T03:21:01.105Z+ CIDL_VERSION=v23.8.7.24
3302024-03-30T03:21:01.105Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312024-03-30T03:21:01.105Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3322024-03-30T03:21:01.106Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3332024-03-30T03:21:01.106Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3342024-03-30T03:21:01.106Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352024-03-30T03:21:01.106Z+ main
3362024-03-30T03:21:01.106Z+ [[ 0 != 0 ]]
3372024-03-30T03:21:01.106Z+ CIDL_OS=solaris2.11
3382024-03-30T03:21:01.106Z+ [[ 0 != 0 ]]
3392024-03-30T03:21:01.106Z+ configure_os solaris2.11
3402024-03-30T03:21:01.106Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412024-03-30T03:21:01.107Zcurrent directory: /work/oxidecomputer/omicron
3422024-03-30T03:21:01.107Zconfiguring based on OS: "solaris2.11"
3432024-03-30T03:21:01.107Z+ echo 'configuring based on OS: "solaris2.11"'
3442024-03-30T03:21:01.107Z+ CIDL_DASHREV=
3452024-03-30T03:21:01.107Z+ case "$1" in
3462024-03-30T03:21:01.107Z+ CIDL_PLATFORM=illumos
3472024-03-30T03:21:01.107Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3482024-03-30T03:21:01.107Z+ CIDL_MD5FUNC=do_md5sum
3492024-03-30T03:21:01.107Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3502024-03-30T03:21:01.108Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3512024-03-30T03:21:01.108Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-03-30T03:21:01.108Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-03-30T03:21:01.108Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-03-30T03:21:01.108ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-03-30T03:21:01.108ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-03-30T03:21:01.108Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-03-30T03:21:01.108Z+ mkdir -p out/downloads
3582024-03-30T03:21:01.109Z+ mkdir -p ./out/clickhouse
3592024-03-30T03:21:01.109Z+ local DO_DOWNLOAD=true
3602024-03-30T03:21:01.109Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3612024-03-30T03:21:01.109Z+ '[' true == true ']'
3622024-03-30T03:21:01.109Z+ echo Downloading...
3632024-03-30T03:21:01.110ZDownloading...
3642024-03-30T03:21:01.110Z+ 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
3652024-03-30T03:21:01.111Z+ 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
3662024-03-30T03:21:02.667Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-03-30T03:21:02.709Z++ md5sum
3682024-03-30T03:21:02.709Z++ awk '{print $1}'
3692024-03-30T03:21:02.885Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3702024-03-30T03:21:02.885Z+ [[ 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 ]]
3712024-03-30T03:21:02.907Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3722024-03-30T03:21:02.907Z+ mkdir -p ./out/clickhouse
3732024-03-30T03:21:02.907Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3742024-03-30T03:21:06.767Z+ [[ solaris2.11 == darwin* ]]
3752024-03-30T03:21:06.768Z+ ./out/clickhouse/clickhouse server --version
3762024-03-30T03:21:06.954ZClickHouse server version 23.8.7.1.
3772024-03-30T03:21:06.970Z+ set -o errexit
3782024-03-30T03:21:06.982Z+++ dirname ./tools/ci_download_console
3792024-03-30T03:21:06.982Z++ cd ./tools
3802024-03-30T03:21:06.982Z++ pwd
3812024-03-30T03:21:06.983Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822024-03-30T03:21:06.983Z++ basename ./tools/ci_download_console
3832024-03-30T03:21:06.983Z+ ARG0=ci_download_console
3842024-03-30T03:21:06.983Z+ TARGET_DIR=out
3852024-03-30T03:21:06.984Z+ DOWNLOAD_DIR=out/downloads
3862024-03-30T03:21:06.984Z+ DEST_DIR=./out/console-assets
3872024-03-30T03:21:06.984Z+ source /work/oxidecomputer/omicron/tools/console_version
3882024-03-30T03:21:06.984Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3892024-03-30T03:21:06.984Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3902024-03-30T03:21:06.985Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3912024-03-30T03:21:06.985Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922024-03-30T03:21:06.985Z+ main
3932024-03-30T03:21:06.985Z+ [[ 0 != 0 ]]
3942024-03-30T03:21:06.986Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
3952024-03-30T03:21:06.986ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3962024-03-30T03:21:06.986Z+ echo 'Local file: out/downloads/console.tar.gz'
3972024-03-30T03:21:06.986Z+ local DO_DOWNLOAD=true
3982024-03-30T03:21:06.987ZLocal file: out/downloads/console.tar.gz
3992024-03-30T03:21:06.987Z+ [[ -f out/downloads/console.tar.gz ]]
4002024-03-30T03:21:06.987Z+ mkdir -p out/downloads
4012024-03-30T03:21:06.994Z+ '[' true == true ']'
4022024-03-30T03:21:06.994Z+ echo Downloading...
4032024-03-30T03:21:06.994ZDownloading...
4042024-03-30T03:21:06.995Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4052024-03-30T03:21:06.995Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4062024-03-30T03:21:07.500Z++ do_sha256sum out/downloads/console.tar.gz
4072024-03-30T03:21:07.526Z++ case "$OSTYPE" in
4082024-03-30T03:21:07.526Z++ SHA=sha256sum
4092024-03-30T03:21:07.526Z++ sha256sum
4102024-03-30T03:21:07.527Z++ awk '{print $1}'
4112024-03-30T03:21:07.527Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4122024-03-30T03:21:07.527Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4132024-03-30T03:21:07.527Z+ rm -rf ./out/console-assets
4142024-03-30T03:21:07.527Z+ mkdir -p ./out/console-assets
4152024-03-30T03:21:07.528Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162024-03-30T03:21:07.528Z+ mkdir -p ./out/console-assets
4172024-03-30T03:21:07.528Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182024-03-30T03:21:07.699Z+ set -o errexit
4192024-03-30T03:21:07.775Z+++ dirname ./tools/ci_download_maghemite_openapi
4202024-03-30T03:21:07.776Z++ cd ./tools
4212024-03-30T03:21:07.776Z++ pwd
4222024-03-30T03:21:07.776Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232024-03-30T03:21:07.776Z++ basename ./tools/ci_download_maghemite_openapi
4242024-03-30T03:21:07.776Z+ ARG0=ci_download_maghemite_openapi
4252024-03-30T03:21:07.776Z+ TARGET_DIR=out
4262024-03-30T03:21:07.776Z+ DOWNLOAD_DIR=out/downloads
4272024-03-30T03:21:07.777Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4282024-03-30T03:21:07.777Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4292024-03-30T03:21:07.777Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4302024-03-30T03:21:07.777Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4312024-03-30T03:21:07.777Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4322024-03-30T03:21:07.777Z+ main
4332024-03-30T03:21:07.777Z+ rm -rf out/downloads/root
4342024-03-30T03:21:07.778Z+ [[ 0 != 0 ]]
4352024-03-30T03:21:07.778Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4362024-03-30T03:21:07.778ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-03-30T03:21:07.779Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4382024-03-30T03:21:07.779ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4392024-03-30T03:21:07.779Z+ local DO_DOWNLOAD=true
4402024-03-30T03:21:07.779Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4412024-03-30T03:21:07.779Z+ mkdir -p out/downloads
4422024-03-30T03:21:07.779Z+ '[' true == true ']'
4432024-03-30T03:21:07.779Z+ echo Downloading...
4442024-03-30T03:21:07.779ZDownloading...
4452024-03-30T03:21:07.779Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-03-30T03:21:07.780Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4472024-03-30T03:21:07.888Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-03-30T03:21:07.899Z++ case "$OSTYPE" in
4492024-03-30T03:21:07.899Z++ SHA=sha256sum
4502024-03-30T03:21:07.899Z++ sha256sum
4512024-03-30T03:21:07.899Z++ awk '{print $1}'
4522024-03-30T03:21:07.899Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4532024-03-30T03:21:07.899Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4542024-03-30T03:21:07.899Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4552024-03-30T03:21:07.900Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4562024-03-30T03:21:07.900Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4572024-03-30T03:21:07.900Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4582024-03-30T03:21:07.900Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4592024-03-30T03:21:07.900Z+ main
4602024-03-30T03:21:07.900Z+ rm -rf out/downloads/root
4612024-03-30T03:21:07.907Z+ [[ 0 != 0 ]]
4622024-03-30T03:21:07.907Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4632024-03-30T03:21:07.908ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4642024-03-30T03:21:07.908Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4652024-03-30T03:21:07.908ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-03-30T03:21:07.908Z+ local DO_DOWNLOAD=true
4672024-03-30T03:21:07.908Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4682024-03-30T03:21:07.908Z+ mkdir -p out/downloads
4692024-03-30T03:21:07.908Z+ '[' true == true ']'
4702024-03-30T03:21:07.908Z+ echo Downloading...
4712024-03-30T03:21:07.908ZDownloading...
4722024-03-30T03:21:07.908Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-03-30T03:21:07.908Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4742024-03-30T03:21:08.062Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-03-30T03:21:08.073Z++ case "$OSTYPE" in
4762024-03-30T03:21:08.073Z++ SHA=sha256sum
4772024-03-30T03:21:08.073Z++ sha256sum
4782024-03-30T03:21:08.073Z++ awk '{print $1}'
4792024-03-30T03:21:08.074Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4802024-03-30T03:21:08.074Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4812024-03-30T03:21:08.087Z+ set -o errexit
4822024-03-30T03:21:08.088Z+++ dirname ./tools/ci_download_dendrite_openapi
4832024-03-30T03:21:08.088Z++ cd ./tools
4842024-03-30T03:21:08.088Z++ pwd
4852024-03-30T03:21:08.088Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4862024-03-30T03:21:08.088Z++ basename ./tools/ci_download_dendrite_openapi
4872024-03-30T03:21:08.088Z+ ARG0=ci_download_dendrite_openapi
4882024-03-30T03:21:08.088Z+ TARGET_DIR=out
4892024-03-30T03:21:08.088Z+ DOWNLOAD_DIR=out/downloads
4902024-03-30T03:21:08.088Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4912024-03-30T03:21:08.088Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
4922024-03-30T03:21:08.088Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4932024-03-30T03:21:08.088Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
4942024-03-30T03:21:08.089Z+ LOCAL_FILE=out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
4952024-03-30T03:21:08.089Z+ main
4962024-03-30T03:21:08.089Z+ [[ 0 != 0 ]]
4972024-03-30T03:21:08.089Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json'
4982024-03-30T03:21:08.089ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
4992024-03-30T03:21:08.089Z+ echo 'Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json'
5002024-03-30T03:21:08.089Z+ local DO_DOWNLOAD=true
5012024-03-30T03:21:08.089ZLocal file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5022024-03-30T03:21:08.089Z+ [[ -f out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json ]]
5032024-03-30T03:21:08.089Z+ mkdir -p out/downloads
5042024-03-30T03:21:08.089Z+ '[' true == true ']'
5052024-03-30T03:21:08.089Z+ echo Downloading...
5062024-03-30T03:21:08.089ZDownloading...
5072024-03-30T03:21:08.089Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5082024-03-30T03:21:08.090Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json
5092024-03-30T03:21:08.254Z++ do_sha256sum out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json
5102024-03-30T03:21:08.686Z++ case "$OSTYPE" in
5112024-03-30T03:21:08.686Z++ SHA=sha256sum
5122024-03-30T03:21:08.686Z++ sha256sum
5132024-03-30T03:21:08.686Z++ awk '{print $1}'
5142024-03-30T03:21:08.686Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5152024-03-30T03:21:08.686Z+ [[ 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 ]]
5162024-03-30T03:21:08.687Z+ set -o errexit
5172024-03-30T03:21:08.687Z+++ dirname ./tools/ci_download_dendrite_stub
5182024-03-30T03:21:08.687Z++ cd ./tools
5192024-03-30T03:21:08.687Z++ pwd
5202024-03-30T03:21:08.687Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-03-30T03:21:08.687Z++ basename ./tools/ci_download_dendrite_stub
5222024-03-30T03:21:08.687Z+ ARG0=ci_download_dendrite_stub
5232024-03-30T03:21:08.687Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5242024-03-30T03:21:08.687Z++ CIDL_SHA256_ILLUMOS=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5252024-03-30T03:21:08.688Z++ CIDL_SHA256_LINUX_DPD=c56a5754996bdce4cf4142829a80f050563c5cab8c30a05b9e56b8d85723d0f5
5262024-03-30T03:21:08.688Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5272024-03-30T03:21:08.688Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5282024-03-30T03:21:08.688Z++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d
5292024-03-30T03:21:08.688Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5302024-03-30T03:21:08.688Z+ TARGET_DIR=out
5312024-03-30T03:21:08.688Z+ DOWNLOAD_DIR=out/downloads
5322024-03-30T03:21:08.688Z+ DEST_DIR=./out/dendrite-stub
5332024-03-30T03:21:08.688Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5342024-03-30T03:21:08.688Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-03-30T03:21:08.688Z+ REPO=oxidecomputer/dendrite
5362024-03-30T03:21:08.688Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d
5372024-03-30T03:21:08.688Z+ main
5382024-03-30T03:21:08.688Z+ [[ 0 != 0 ]]
5392024-03-30T03:21:08.688Z+ CIDL_OS=solaris2.11
5402024-03-30T03:21:08.688Z+ [[ 0 != 0 ]]
5412024-03-30T03:21:08.688Z+ configure_os solaris2.11
5422024-03-30T03:21:08.688Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432024-03-30T03:21:08.689Zcurrent directory: /work/oxidecomputer/omicron
5442024-03-30T03:21:08.689Z+ echo 'configuring based on OS: "solaris2.11"'
5452024-03-30T03:21:08.689Z+ case "$1" in
5462024-03-30T03:21:08.689Zconfiguring based on OS: "solaris2.11"
5472024-03-30T03:21:08.689Z+ SET_BINARIES=
5482024-03-30T03:21:08.689Z+ CIDL_SHA256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5492024-03-30T03:21:08.689Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-03-30T03:21:08.689Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5512024-03-30T03:21:08.689Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5522024-03-30T03:21:08.689Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5532024-03-30T03:21:08.689Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz'
5542024-03-30T03:21:08.689ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5552024-03-30T03:21:08.689ZLocal file: out/downloads/dendrite-stub.tar.gz
5562024-03-30T03:21:08.690Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5572024-03-30T03:21:08.690Z+ mkdir -p out/downloads
5582024-03-30T03:21:08.698Z+ mkdir -p ./out/dendrite-stub
5592024-03-30T03:21:08.698Z+ fetch_and_verify
5602024-03-30T03:21:08.698Z+ local DO_DOWNLOAD=true
5612024-03-30T03:21:08.698Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5622024-03-30T03:21:08.698Z+ '[' true == true ']'
5632024-03-30T03:21:08.698Z+ echo Downloading...
5642024-03-30T03:21:08.699ZDownloading...
5652024-03-30T03:21:08.699Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5662024-03-30T03:21:08.699Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz
5672024-03-30T03:21:24.014Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5682024-03-30T03:21:24.028Z++ sha256sum
5692024-03-30T03:21:24.029Z++ awk '{print $1}'
5702024-03-30T03:21:24.037Z+ calculated_sha256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d
5712024-03-30T03:21:24.037Z+ [[ 79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d != \7\9\c\3\2\4\4\1\d\7\d\5\3\2\8\a\0\6\e\9\2\e\7\d\9\c\4\1\0\8\0\5\e\9\d\8\b\e\9\d\7\8\d\5\9\c\e\1\e\d\6\c\3\e\0\f\b\a\9\3\1\9\8\d ]]
5722024-03-30T03:21:24.044Z+ do_untar out/downloads/dendrite-stub.tar.gz
5732024-03-30T03:21:24.044Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5742024-03-30T03:21:25.063Z+ do_assemble
5752024-03-30T03:21:25.063Z+ rm -r ./out/dendrite-stub
5762024-03-30T03:21:25.072Z+ mkdir ./out/dendrite-stub
5772024-03-30T03:21:25.072Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5782024-03-30T03:21:25.072Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5792024-03-30T03:21:25.072Z+ set -o errexit
5802024-03-30T03:21:25.072Z+++ dirname ./tools/ci_download_maghemite_mgd
5812024-03-30T03:21:25.072Z++ cd ./tools
5822024-03-30T03:21:25.072Z++ pwd
5832024-03-30T03:21:25.072Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5842024-03-30T03:21:25.072Z++ basename ./tools/ci_download_maghemite_mgd
5852024-03-30T03:21:25.072Z+ ARG0=ci_download_maghemite_mgd
5862024-03-30T03:21:25.072Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5872024-03-30T03:21:25.072Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5882024-03-30T03:21:25.072Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5892024-03-30T03:21:25.072Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5902024-03-30T03:21:25.072Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5912024-03-30T03:21:25.072Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5922024-03-30T03:21:25.072Z+ TARGET_DIR=out
5932024-03-30T03:21:25.073Z+ DOWNLOAD_DIR=out/downloads
5942024-03-30T03:21:25.073Z+ DEST_DIR=./out/mgd
5952024-03-30T03:21:25.073Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5962024-03-30T03:21:25.073Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5972024-03-30T03:21:25.073Z+ REPO=oxidecomputer/maghemite
5982024-03-30T03:21:25.073Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5992024-03-30T03:21:25.073Z+ main
6002024-03-30T03:21:25.073Z+ rm -rf out/downloads/root
6012024-03-30T03:21:25.073Z+ [[ 0 != 0 ]]
6022024-03-30T03:21:25.073Z+ CIDL_OS=solaris2.11
6032024-03-30T03:21:25.073Z+ [[ 0 != 0 ]]
6042024-03-30T03:21:25.073Z+ configure_os solaris2.11
6052024-03-30T03:21:25.073Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-03-30T03:21:25.073Z+ echo 'configuring based on OS: "solaris2.11"'
6072024-03-30T03:21:25.073Z+ case "$1" in
6082024-03-30T03:21:25.073Zcurrent directory: /work/oxidecomputer/omicron
6092024-03-30T03:21:25.073Z+ SET_BINARIES=
6102024-03-30T03:21:25.073Zconfiguring based on OS: "solaris2.11"
6112024-03-30T03:21:25.073Z+ CIDL_SHA256FUNC=do_sha256sum
6122024-03-30T03:21:25.074Z+ TARBALL_FILENAME=mgd.tar.gz
6132024-03-30T03:21:25.074Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6142024-03-30T03:21:25.074Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6152024-03-30T03:21:25.074Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6162024-03-30T03:21:25.074Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6172024-03-30T03:21:25.074ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6182024-03-30T03:21:25.074ZLocal file: out/downloads/mgd.tar.gz
6192024-03-30T03:21:25.074Z+ mkdir -p out/downloads
6202024-03-30T03:21:25.074Z+ mkdir -p ./out/mgd
6212024-03-30T03:21:25.074Z+ fetch_and_verify
6222024-03-30T03:21:25.074Z+ local DO_DOWNLOAD=true
6232024-03-30T03:21:25.074Z+ [[ -f out/downloads/mgd.tar.gz ]]
6242024-03-30T03:21:25.074Z+ '[' true == true ']'
6252024-03-30T03:21:25.074Z+ echo Downloading...
6262024-03-30T03:21:25.074ZDownloading...
6272024-03-30T03:21:25.074Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6282024-03-30T03:21:25.075Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6292024-03-30T03:21:35.426Z++ do_sha256sum out/downloads/mgd.tar.gz
6302024-03-30T03:21:35.432Z++ sha256sum
6312024-03-30T03:21:35.432Z++ awk '{print $1}'
6322024-03-30T03:21:35.871Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6332024-03-30T03:21:35.884Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6342024-03-30T03:21:35.885Z+ do_untar out/downloads/mgd.tar.gz
6352024-03-30T03:21:35.885Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6362024-03-30T03:21:36.048Z+ do_assemble
6372024-03-30T03:21:36.048Z+ rm -r ./out/mgd
6382024-03-30T03:21:36.116Z+ mkdir ./out/mgd
6392024-03-30T03:21:36.117Z+ cp -r out/downloads/root ./out/mgd/root
6402024-03-30T03:21:36.135Z+ set -o errexit
6412024-03-30T03:21:36.692Z+++ dirname ./tools/ci_download_transceiver_control
6422024-03-30T03:21:36.692Z++ cd ./tools
6432024-03-30T03:21:36.692Z++ pwd
6442024-03-30T03:21:36.693Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6452024-03-30T03:21:36.693Z++ basename ./tools/ci_download_transceiver_control
6462024-03-30T03:21:36.693Z+ ARG0=ci_download_transceiver_control
6472024-03-30T03:21:36.693Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6482024-03-30T03:21:36.693Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-03-30T03:21:36.693Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502024-03-30T03:21:36.694Z+ TARGET_DIR=out
6512024-03-30T03:21:36.694Z+ DOWNLOAD_DIR=out/downloads
6522024-03-30T03:21:36.694Z+ DEST_DIR=./out/transceiver-control
6532024-03-30T03:21:36.694Z+ BIN_DIR=/opt/oxide/bin
6542024-03-30T03:21:36.694Z+ BINARY=xcvradm
6552024-03-30T03:21:36.695Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6562024-03-30T03:21:36.695Z+ REPO=oxidecomputer/transceiver-control
6572024-03-30T03:21:36.695Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582024-03-30T03:21:36.695Z+ main
6592024-03-30T03:21:36.695Z+ [[ 0 != 0 ]]
6602024-03-30T03:21:36.695Z+ CIDL_OS=solaris2.11
6612024-03-30T03:21:36.695Z+ [[ 0 != 0 ]]
6622024-03-30T03:21:36.695Z+ configure_os solaris2.11
6632024-03-30T03:21:36.696Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-03-30T03:21:36.696Z+ echo 'configuring based on OS: "solaris2.11"'
6652024-03-30T03:21:36.696Zcurrent directory: /work/oxidecomputer/omicron
6662024-03-30T03:21:36.696Z+ case "$1" in
6672024-03-30T03:21:36.696Z+ SET_BINARIES=
6682024-03-30T03:21:36.696Zconfiguring based on OS: "solaris2.11"
6692024-03-30T03:21:36.696Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702024-03-30T03:21:36.696Z+ CIDL_SHA256FUNC=do_sha256sum
6712024-03-30T03:21:36.696Z+ ARCHIVE_FILENAME=xcvradm.gz
6722024-03-30T03:21:36.697Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732024-03-30T03:21:36.697Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6742024-03-30T03:21:36.697Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6752024-03-30T03:21:36.697ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6762024-03-30T03:21:36.697ZLocal file: out/downloads/xcvradm.gz
6772024-03-30T03:21:36.697Z+ echo 'Local file: out/downloads/xcvradm.gz'
6782024-03-30T03:21:36.697Z+ mkdir -p out/downloads
6792024-03-30T03:21:36.697Z+ mkdir -p ./out/transceiver-control
6802024-03-30T03:21:36.708Z+ fetch_and_verify
6812024-03-30T03:21:36.708Z+ local DO_DOWNLOAD=true
6822024-03-30T03:21:36.708Z+ [[ -f out/downloads/xcvradm.gz ]]
6832024-03-30T03:21:36.708Z+ '[' true == true ']'
6842024-03-30T03:21:36.708Z+ echo Downloading...
6852024-03-30T03:21:36.708ZDownloading...
6862024-03-30T03:21:36.708Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6872024-03-30T03:21:36.708Z+ 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
6882024-03-30T03:21:38.755Z++ do_sha256sum out/downloads/xcvradm.gz
6892024-03-30T03:21:38.755Z++ sha256sum
6902024-03-30T03:21:38.755Z++ awk '{print $1}'
6912024-03-30T03:21:38.755Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922024-03-30T03:21:38.755Z+ [[ 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 ]]
6932024-03-30T03:21:38.755Z+ do_unpack out/downloads/xcvradm.gz
6942024-03-30T03:21:38.755Z+ mkdir -p out/downloads/root//opt/oxide/bin
6952024-03-30T03:21:38.755Z+ gzip -dc out/downloads/xcvradm.gz
6962024-03-30T03:21:38.755Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6972024-03-30T03:21:38.755Z+ do_assemble
6982024-03-30T03:21:38.756Z+ rm -r ./out/transceiver-control
6992024-03-30T03:21:38.756Z+ mkdir ./out/transceiver-control
7002024-03-30T03:21:38.756Z+ cp -r out/downloads/root ./out/transceiver-control/root
7012024-03-30T03:21:38.799Z+ set -o errexit
7022024-03-30T03:21:38.809Z+++ dirname ./tools/ci_download_thundermuffin
7032024-03-30T03:21:38.809Z++ cd ./tools
7042024-03-30T03:21:38.809Z++ pwd
7052024-03-30T03:21:38.809Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7062024-03-30T03:21:38.809Z++ basename ./tools/ci_download_thundermuffin
7072024-03-30T03:21:38.809Z+ ARG0=ci_download_thundermuffin
7082024-03-30T03:21:38.809Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7092024-03-30T03:21:38.809Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7102024-03-30T03:21:38.810Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7112024-03-30T03:21:38.810Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7122024-03-30T03:21:38.810Z+ TARGET_DIR=out
7132024-03-30T03:21:38.810Z+ DOWNLOAD_DIR=out/downloads
7142024-03-30T03:21:38.810Z+ DEST_DIR=./out/thundermuffin
7152024-03-30T03:21:38.810Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7162024-03-30T03:21:38.810Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7172024-03-30T03:21:38.810Z+ REPO=oxidecomputer/thundermuffin
7182024-03-30T03:21:38.810Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7192024-03-30T03:21:38.810Z+ main
7202024-03-30T03:21:38.810Z+ rm -rf out/downloads/root
7212024-03-30T03:21:38.814Z+ [[ 0 != 0 ]]
7222024-03-30T03:21:38.814Z+ CIDL_OS=solaris2.11
7232024-03-30T03:21:38.814Z+ [[ 0 != 0 ]]
7242024-03-30T03:21:38.814Z+ configure_os solaris2.11
7252024-03-30T03:21:38.814Z+ echo 'current directory: /work/oxidecomputer/omicron'
7262024-03-30T03:21:38.814Zcurrent directory: /work/oxidecomputer/omicron
7272024-03-30T03:21:38.814Z+ echo 'configuring based on OS: "solaris2.11"'
7282024-03-30T03:21:38.814Z+ case "$1" in
7292024-03-30T03:21:38.814Z+ SET_BINARIES=
7302024-03-30T03:21:38.814Zconfiguring based on OS: "solaris2.11"
7312024-03-30T03:21:38.815Z+ CIDL_SHA256FUNC=do_sha256sum
7322024-03-30T03:21:38.815Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7332024-03-30T03:21:38.815Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7342024-03-30T03:21:38.815Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7352024-03-30T03:21:38.815Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7362024-03-30T03:21:38.815Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7372024-03-30T03:21:38.815ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7382024-03-30T03:21:38.815ZLocal file: out/downloads/thundermuffin.tar.gz
7392024-03-30T03:21:38.815Z+ mkdir -p out/downloads
7402024-03-30T03:21:38.815Z+ mkdir -p ./out/thundermuffin
7412024-03-30T03:21:38.815Z+ fetch_and_verify
7422024-03-30T03:21:38.815Z+ local DO_DOWNLOAD=true
7432024-03-30T03:21:38.815Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7442024-03-30T03:21:38.815Z+ '[' true == true ']'
7452024-03-30T03:21:38.815Z+ echo Downloading...
7462024-03-30T03:21:38.815ZDownloading...
7472024-03-30T03:21:38.815Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7482024-03-30T03:21:38.816Z+ 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
7492024-03-30T03:21:40.708Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7502024-03-30T03:21:40.721Z++ sha256sum
7512024-03-30T03:21:40.721Z++ awk '{print $1}'
7522024-03-30T03:21:40.721Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7532024-03-30T03:21:40.722Z+ [[ 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 ]]
7542024-03-30T03:21:40.722Z+ do_untar out/downloads/thundermuffin.tar.gz
7552024-03-30T03:21:40.722Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7562024-03-30T03:21:40.808Z+ do_assemble
7572024-03-30T03:21:40.808Z+ rm -r ./out/thundermuffin
7582024-03-30T03:21:40.824Z+ mkdir ./out/thundermuffin
7592024-03-30T03:21:40.824Z+ cp -r out/downloads/root ./out/thundermuffin/root
7602024-03-30T03:21:40.825ZAll prerequisites installed successfully
7612024-03-30T03:21:40.825Z
7622024-03-30T03:21:40.825Zreal 2:47.244797324
7632024-03-30T03:21:40.825Zuser 36.575165420
7642024-03-30T03:21:40.825Zsys 6.692803616
7652024-03-30T03:21:40.826Ztrap 0.008526190
7662024-03-30T03:21:40.826Ztflt 0.092714340
7672024-03-30T03:21:40.826Zdflt 0.316693174
7682024-03-30T03:21:40.826Zkflt 0.116809798
7692024-03-30T03:21:40.826Zlock 1.074270821
7702024-03-30T03:21:40.826Zslp 5:43.946941351
7712024-03-30T03:21:40.826Zlat 2.071701942
7722024-03-30T03:21:40.827Zstop 0.143179992
7732024-03-30T03:21:40.827Z+ banner end-to-end-tests
7742024-03-30T03:21:40.827Z
7752024-03-30T03:21:40.827Z ###### # # ##### ##### #### ###### # # #####
7762024-03-30T03:21:40.827Z # ## # # # # # # # ## # # #
7772024-03-30T03:21:40.827Z ##### # # # # # ##### # # # ##### ##### # # # # #
7782024-03-30T03:21:40.828Z # # # # # # # # # # # # # # #
7792024-03-30T03:21:40.828Z # # ## # # # # # # # ## # #
7802024-03-30T03:21:40.828Z ###### # # ##### # #### ###### # # #####
7812024-03-30T03:21:40.828Z
7822024-03-30T03:21:40.828Z+ export CARGO_PROFILE_DEV_DEBUG=1
7832024-03-30T03:21:40.828Z+ CARGO_PROFILE_DEV_DEBUG=1
7842024-03-30T03:21:40.829Z+ export CARGO_PROFILE_TEST_DEBUG=1
7852024-03-30T03:21:40.829Z+ CARGO_PROFILE_TEST_DEBUG=1
7862024-03-30T03:21:40.829Z+ export CARGO_INCREMENTAL=0
7872024-03-30T03:21:40.829Z+ CARGO_INCREMENTAL=0
7882024-03-30T03:21:40.829Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7892024-03-30T03:21:41.013Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7902024-03-30T03:21:42.015Z Updating git repository `https://github.com/oxidecomputer/samael`
7912024-03-30T03:21:42.954Z Updating git repository `https://github.com/oxidecomputer/zone`
7922024-03-30T03:21:43.752Z Updating crates.io index
7932024-03-30T03:21:43.758Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7942024-03-30T03:21:46.144Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7952024-03-30T03:21:47.687Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7962024-03-30T03:21:52.198Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7972024-03-30T03:21:54.780Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7982024-03-30T03:21:55.480Z Updating git repository `https://github.com/oxidecomputer/propolis`
7992024-03-30T03:21:58.389Z Updating git repository `https://github.com/oxidecomputer/crucible`
8002024-03-30T03:22:06.601Z Updating git repository `https://github.com/oxidecomputer/opte`
8012024-03-30T03:22:06.669Z Updating git repository `https://github.com/oxidecomputer/falcon`
8022024-03-30T03:22:10.649Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8032024-03-30T03:22:11.565Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8042024-03-30T03:22:13.002Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8052024-03-30T03:22:13.923Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8062024-03-30T03:22:14.708Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8072024-03-30T03:22:20.121Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8082024-03-30T03:22:20.333Z Updating git repository `http://github.com/oxidecomputer/tofino`
8092024-03-30T03:22:20.333Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8102024-03-30T03:22:20.333Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8112024-03-30T03:22:20.333Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8122024-03-30T03:22:20.333Z Updating git repository `https://github.com/oxidecomputer/ispf`
8132024-03-30T03:22:20.485Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8142024-03-30T03:22:21.211Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8152024-03-30T03:22:24.048Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8162024-03-30T03:22:24.304Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8172024-03-30T03:22:25.054Z Updating git repository `https://github.com/jgallagher/nix`
8182024-03-30T03:22:29.288Z Updating git repository `https://github.com/cbiffle/hubpack`
8192024-03-30T03:22:30.199Z Updating git repository `https://github.com/oxidecomputer/typify`
8202024-03-30T03:22:33.643Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8212024-03-30T03:22:34.276Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8222024-03-30T03:22:35.158Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8232024-03-30T03:22:35.929Z Updating git repository `https://github.com/oxidecomputer/rfb`
8242024-03-30T03:22:37.887Z Downloading crates ...
8252024-03-30T03:22:38.376Z Downloaded arrayref v0.3.7
8262024-03-30T03:22:38.384Z Downloaded anstyle-query v1.0.0
8272024-03-30T03:22:38.384Z Downloaded adler v1.0.2
8282024-03-30T03:22:38.384Z Downloaded addr2line v0.21.0
8292024-03-30T03:22:38.384Z Downloaded anstyle v1.0.6
8302024-03-30T03:22:38.384Z Downloaded ascii v1.1.0
8312024-03-30T03:22:38.385Z Downloaded arrayvec v0.7.4
8322024-03-30T03:22:38.385Z Downloaded hyper-tls v0.5.0
8332024-03-30T03:22:38.385Z Downloaded async-stream-impl v0.3.5
8342024-03-30T03:22:38.385Z Downloaded async-stream v0.3.5
8352024-03-30T03:22:38.386Z Downloaded aead v0.5.2
8362024-03-30T03:22:38.386Z Downloaded anyhow v1.0.79
8372024-03-30T03:22:38.386Z Downloaded defmt-parser v0.3.3
8382024-03-30T03:22:38.387Z Downloaded ahash v0.8.8
8392024-03-30T03:22:38.387Z Downloaded anstyle-parse v0.2.1
8402024-03-30T03:22:38.387Z Downloaded anstream v0.6.11
8412024-03-30T03:22:38.387Z Downloaded argon2 v0.5.3
8422024-03-30T03:22:38.388Z Downloaded allocator-api2 v0.2.16
8432024-03-30T03:22:38.388Z Downloaded iana-time-zone v0.1.57
8442024-03-30T03:22:38.388Z Downloaded arc-swap v1.6.0
8452024-03-30T03:22:38.389Z Downloaded linear-map v1.2.0
8462024-03-30T03:22:38.389Z Downloaded blowfish v0.9.1
8472024-03-30T03:22:38.389Z Downloaded bit-vec v0.6.3
8482024-03-30T03:22:38.389Z Downloaded ipnet v2.9.0
8492024-03-30T03:22:38.390Z Downloaded instant v0.1.12
8502024-03-30T03:22:38.390Z Downloaded indexmap v1.9.3
8512024-03-30T03:22:38.390Z Downloaded new_debug_unreachable v1.0.4
8522024-03-30T03:22:38.390Z Downloaded base16ct v0.2.0
8532024-03-30T03:22:38.390Z Downloaded lazy_static v1.4.0
8542024-03-30T03:22:38.391Z Downloaded cipher v0.4.4
8552024-03-30T03:22:38.391Z Downloaded libefi-sys v0.1.0
8562024-03-30T03:22:38.391Z Downloaded internet-checksum v0.2.1
8572024-03-30T03:22:38.391Z Downloaded bit-set v0.5.3
8582024-03-30T03:22:38.391Z Downloaded lalrpop-util v0.19.12
8592024-03-30T03:22:38.392Z Downloaded atty v0.2.14
8602024-03-30T03:22:38.392Z Downloaded indexmap v2.2.5
8612024-03-30T03:22:38.392Z Downloaded constant_time_eq v0.3.0
8622024-03-30T03:22:38.392Z Downloaded cfg-if v1.0.0
8632024-03-30T03:22:38.392Z Downloaded ciborium-ll v0.2.2
8642024-03-30T03:22:38.392Z Downloaded num_enum_derive v0.5.11
8652024-03-30T03:22:38.393Z Downloaded bitstruct_derive v0.1.0
8662024-03-30T03:22:38.393Z Downloaded atomicwrites v0.4.3
8672024-03-30T03:22:38.393Z Downloaded kstat-rs v0.2.3
8682024-03-30T03:22:38.393Z Downloaded ident_case v1.0.1
8692024-03-30T03:22:38.393Z Downloaded ciborium-io v0.2.2
8702024-03-30T03:22:38.393Z Downloaded darling_macro v0.20.3
8712024-03-30T03:22:38.393Z Downloaded cstr-argument v0.1.2
8722024-03-30T03:22:38.394Z Downloaded colorchoice v1.0.0
8732024-03-30T03:22:38.394Z Downloaded curve25519-dalek-derive v0.1.0
8742024-03-30T03:22:38.394Z Downloaded crucible-workspace-hack v0.1.0
8752024-03-30T03:22:38.394Z Downloaded bitstruct v0.1.1
8762024-03-30T03:22:38.394Z Downloaded omicron-zone-package v0.11.0
8772024-03-30T03:22:38.394Z Downloaded lock_api v0.4.10
8782024-03-30T03:22:38.394Z Downloaded bcrypt-pbkdf v0.10.0
8792024-03-30T03:22:38.394Z Downloaded newtype_derive v0.1.6
8802024-03-30T03:22:38.394Z Downloaded newline-converter v0.3.0
8812024-03-30T03:22:38.394Z Downloaded autocfg v1.1.0
8822024-03-30T03:22:38.394Z Downloaded num-conv v0.1.0
8832024-03-30T03:22:38.395Z Downloaded normalize-line-endings v0.3.0
8842024-03-30T03:22:38.395Z Downloaded matches v0.1.10
8852024-03-30T03:22:38.395Z Downloaded aes v0.8.3
8862024-03-30T03:22:38.395Z Downloaded percent-encoding v2.3.1
8872024-03-30T03:22:38.395Z Downloaded match_cfg v0.1.0
8882024-03-30T03:22:38.395Z Downloaded convert_case v0.4.0
8892024-03-30T03:22:38.395Z Downloaded cbc v0.1.2
8902024-03-30T03:22:38.395Z Downloaded bzip2 v0.4.4
8912024-03-30T03:22:38.395Z Downloaded peg-runtime v0.8.2
8922024-03-30T03:22:38.395Z Downloaded openssl-probe v0.1.5
8932024-03-30T03:22:38.395Z Downloaded byteorder v1.5.0
8942024-03-30T03:22:38.395Z Downloaded crypto-common v0.1.6
8952024-03-30T03:22:38.395Z Downloaded option-ext v0.2.0
8962024-03-30T03:22:38.396Z Downloaded openssl-macros v0.1.1
8972024-03-30T03:22:38.396Z Downloaded cpufeatures v0.2.12
8982024-03-30T03:22:38.396Z Downloaded console v0.15.8
8992024-03-30T03:22:38.396Z Downloaded num-iter v0.1.44
9002024-03-30T03:22:38.396Z Downloaded camino-tempfile v1.1.1
9012024-03-30T03:22:38.396Z Downloaded waitgroup v0.1.2
9022024-03-30T03:22:38.396Z Downloaded cobs v0.2.3
9032024-03-30T03:22:38.396Z Downloaded crossbeam-deque v0.8.3
9042024-03-30T03:22:38.396Z Downloaded num_enum v0.5.11
9052024-03-30T03:22:38.396Z Downloaded diesel_table_macro_syntax v0.1.0
9062024-03-30T03:22:38.396Z Downloaded num-integer v0.1.46
9072024-03-30T03:22:38.396Z Downloaded signal-hook-registry v1.4.1
9082024-03-30T03:22:38.396Z Downloaded newtype-uuid v1.0.1
9092024-03-30T03:22:38.397Z Downloaded aes-gcm v0.10.3
9102024-03-30T03:22:38.397Z Downloaded pem-rfc7468 v0.7.0
9112024-03-30T03:22:38.397Z Downloaded foreign-types-shared v0.1.1
9122024-03-30T03:22:38.397Z Downloaded termcolor v1.2.0
9132024-03-30T03:22:38.397Z Downloaded terminal_size v0.3.0
9142024-03-30T03:22:38.397Z Downloaded tabled_derive v0.7.0
9152024-03-30T03:22:38.397Z Downloaded chacha20 v0.9.1
9162024-03-30T03:22:38.397Z Downloaded foreign-types-macros v0.2.3
9172024-03-30T03:22:38.397Z Downloaded pem v3.0.2
9182024-03-30T03:22:38.397Z Downloaded mime v0.3.17
9192024-03-30T03:22:38.397Z Downloaded psl-types v2.0.11
9202024-03-30T03:22:38.397Z Downloaded portpicker v0.1.1
9212024-03-30T03:22:38.398Z Downloaded structmeta-derive v0.3.0
9222024-03-30T03:22:38.398Z Downloaded log v0.4.21
9232024-03-30T03:22:38.398Z Downloaded itertools v0.12.1
9242024-03-30T03:22:38.398Z Downloaded usdt v0.5.0
9252024-03-30T03:22:38.398Z Downloaded cookie_store v0.20.0
9262024-03-30T03:22:38.406Z Downloaded ctr v0.9.2
9272024-03-30T03:22:38.406Z Downloaded either v1.10.0
9282024-03-30T03:22:38.406Z Downloaded vsss-rs v3.3.4
9292024-03-30T03:22:38.407Z Downloaded defmt v0.3.5
9302024-03-30T03:22:38.407Z Downloaded tower-service v0.3.2
9312024-03-30T03:22:38.407Z Downloaded flagset v0.4.3
9322024-03-30T03:22:38.407Z Downloaded sync_wrapper v0.1.2
9332024-03-30T03:22:38.407Z Downloaded serde_spanned v0.6.5
9342024-03-30T03:22:38.407Z Downloaded glob v0.3.1
9352024-03-30T03:22:38.408Z Downloaded fallible-iterator v0.2.0
9362024-03-30T03:22:38.408Z Downloaded password-hash v0.5.0
9372024-03-30T03:22:38.408Z Downloaded hex v0.4.3
9382024-03-30T03:22:38.408Z Downloaded once_cell v1.19.0
9392024-03-30T03:22:38.408Z Downloaded zone_cfg_derive v0.1.2
9402024-03-30T03:22:38.408Z Downloaded untrusted v0.7.1
9412024-03-30T03:22:38.408Z Downloaded tokio-stream v0.1.14
9422024-03-30T03:22:38.408Z Downloaded want v0.3.1
9432024-03-30T03:22:38.408Z Downloaded polyval v0.6.1
9442024-03-30T03:22:38.408Z Downloaded phf v0.11.2
9452024-03-30T03:22:38.408Z Downloaded fxhash v0.2.1
9462024-03-30T03:22:38.408Z Downloaded cc v1.0.83
9472024-03-30T03:22:38.408Z Downloaded bytes v1.5.0
9482024-03-30T03:22:38.409Z Downloaded rand_core v0.5.1
9492024-03-30T03:22:38.409Z Downloaded zeroize v1.7.0
9502024-03-30T03:22:38.409Z Downloaded zerocopy-derive v0.7.32
9512024-03-30T03:22:38.409Z Downloaded headers-core v0.2.0
9522024-03-30T03:22:38.409Z Downloaded idna v0.2.3
9532024-03-30T03:22:38.409Z Downloaded pretty-hex v0.2.1
9542024-03-30T03:22:38.410Z Downloaded thread-id v4.2.0
9552024-03-30T03:22:38.410Z Downloaded synstructure v0.12.6
9562024-03-30T03:22:38.410Z Downloaded thiserror-no-std v2.0.2
9572024-03-30T03:22:38.410Z Downloaded pest_meta v2.7.6
9582024-03-30T03:22:38.411Z Downloaded try-lock v0.2.4
9592024-03-30T03:22:38.411Z Downloaded equivalent v1.0.1
9602024-03-30T03:22:38.411Z Downloaded dhcproto-macros v0.1.0
9612024-03-30T03:22:38.411Z Downloaded toml v0.5.11
9622024-03-30T03:22:38.411Z Downloaded zone v0.1.8
9632024-03-30T03:22:38.411Z Downloaded filetime v0.2.23
9642024-03-30T03:22:38.411Z Downloaded group v0.13.0
9652024-03-30T03:22:38.411Z Downloaded base64 v0.21.7
9662024-03-30T03:22:38.411Z Downloaded hubpack_derive v0.1.1
9672024-03-30T03:22:38.411Z Downloaded ed25519 v2.2.2
9682024-03-30T03:22:38.411Z Downloaded humantime v2.1.0
9692024-03-30T03:22:38.411Z Downloaded hyper-staticfile v0.9.5
9702024-03-30T03:22:38.411Z Downloaded backtrace v0.3.69
9712024-03-30T03:22:38.411Z Downloaded rand_chacha v0.2.2
9722024-03-30T03:22:38.411Z Downloaded predicates v3.1.0
9732024-03-30T03:22:38.411Z Downloaded uuid v0.8.2
9742024-03-30T03:22:38.411Z Downloaded secrecy v0.8.0
9752024-03-30T03:22:38.412Z Downloaded swrite v0.1.0
9762024-03-30T03:22:38.412Z Downloaded signal-hook v0.3.17
9772024-03-30T03:22:38.412Z Downloaded slog-async v2.8.0
9782024-03-30T03:22:38.412Z Downloaded strum_macros v0.25.2
9792024-03-30T03:22:38.412Z Downloaded slab v0.4.9
9802024-03-30T03:22:38.412Z Downloaded unicode-xid v0.2.4
9812024-03-30T03:22:38.412Z Downloaded usdt-attr-macro v0.3.5
9822024-03-30T03:22:38.412Z Downloaded papergrid v0.11.0
9832024-03-30T03:22:38.412Z Downloaded usdt-attr-macro v0.5.0
9842024-03-30T03:22:38.412Z Downloaded unicode-width v0.1.11
9852024-03-30T03:22:38.412Z Downloaded thiserror-impl-no-std v2.0.2
9862024-03-30T03:22:38.412Z Downloaded libm v0.2.7
9872024-03-30T03:22:38.412Z Downloaded httpdate v1.0.3
9882024-03-30T03:22:38.412Z Downloaded hubpack v0.1.2
9892024-03-30T03:22:38.412Z Downloaded futures-task v0.3.30
9902024-03-30T03:22:38.412Z Downloaded futures-sink v0.3.30
9912024-03-30T03:22:38.412Z Downloaded ecdsa v0.16.9
9922024-03-30T03:22:38.412Z Downloaded proc-macro-crate v1.3.1
9932024-03-30T03:22:38.412Z Downloaded sec1 v0.7.3
9942024-03-30T03:22:38.412Z Downloaded rustfmt-wrapper v0.2.0
9952024-03-30T03:22:38.412Z Downloaded der_derive v0.7.2
9962024-03-30T03:22:38.413Z Downloaded utf8parse v0.2.1
9972024-03-30T03:22:38.413Z Downloaded toolchain_find v0.2.0
9982024-03-30T03:22:38.413Z Downloaded take_mut v0.2.2
9992024-03-30T03:22:38.413Z Downloaded quick-error v1.2.3
10002024-03-30T03:22:38.413Z Downloaded structopt v0.3.26
10012024-03-30T03:22:38.413Z Downloaded tabwriter v1.4.0
10022024-03-30T03:22:38.413Z Downloaded slog-scope v4.4.0
10032024-03-30T03:22:38.413Z Downloaded slog-dtrace v0.3.0
10042024-03-30T03:22:38.413Z Downloaded p256 v0.13.2
10052024-03-30T03:22:38.413Z Downloaded unicode-ident v1.0.12
10062024-03-30T03:22:38.413Z Downloaded erased-serde v0.3.31
10072024-03-30T03:22:38.413Z Downloaded generic-array v0.14.7
10082024-03-30T03:22:38.413Z Downloaded httparse v1.8.0
10092024-03-30T03:22:38.413Z Downloaded thiserror-impl v1.0.57
10102024-03-30T03:22:38.413Z Downloaded semver-parser v0.10.2
10112024-03-30T03:22:38.413Z Downloaded pkg-config v0.3.27
10122024-03-30T03:22:38.413Z Downloaded powerfmt v0.2.0
10132024-03-30T03:22:38.413Z Downloaded plain v0.2.3
10142024-03-30T03:22:38.413Z Downloaded rustc_version v0.4.0
10152024-03-30T03:22:38.413Z Downloaded pin-utils v0.1.0
10162024-03-30T03:22:38.413Z Downloaded gethostname v0.4.3
10172024-03-30T03:22:38.413Z Downloaded errno v0.3.8
10182024-03-30T03:22:38.414Z Downloaded slog-bunyan v2.5.0
10192024-03-30T03:22:38.414Z Downloaded zerocopy v0.3.0
10202024-03-30T03:22:38.414Z Downloaded stringprep v0.1.3
10212024-03-30T03:22:38.414Z Downloaded sha2 v0.10.8
10222024-03-30T03:22:38.414Z Downloaded ed25519-dalek v2.0.0
10232024-03-30T03:22:38.414Z Downloaded float-cmp v0.9.0
10242024-03-30T03:22:38.414Z Downloaded xattr v1.0.1
10252024-03-30T03:22:38.414Z Downloaded sha1 v0.10.6
10262024-03-30T03:22:38.420Z Downloaded unicase v2.7.0
10272024-03-30T03:22:38.420Z Downloaded tokio-tungstenite v0.21.0
10282024-03-30T03:22:38.420Z Downloaded slog v2.7.0
10292024-03-30T03:22:38.420Z Downloaded ghash v0.5.0
10302024-03-30T03:22:38.420Z Downloaded minimal-lexical v0.2.1
10312024-03-30T03:22:38.421Z Downloaded endian-type v0.1.2
10322024-03-30T03:22:38.421Z Downloaded num-bigint v0.4.4
10332024-03-30T03:22:38.421Z Downloaded dtrace-parser v0.2.0
10342024-03-30T03:22:38.421Z Downloaded dtrace-parser v0.1.14
10352024-03-30T03:22:38.421Z Downloaded slog-stdlog v4.1.1
10362024-03-30T03:22:38.421Z Downloaded rustc_version v0.1.7
10372024-03-30T03:22:38.421Z Downloaded futures-channel v0.3.30
10382024-03-30T03:22:38.421Z Downloaded tinyvec_macros v0.1.1
10392024-03-30T03:22:38.422Z Downloaded pretty-hex v0.4.1
10402024-03-30T03:22:38.422Z Downloaded heck v0.3.3
10412024-03-30T03:22:38.422Z Downloaded dof v0.3.0
10422024-03-30T03:22:38.422Z Downloaded postgres-types v0.2.6
10432024-03-30T03:22:38.422Z Downloaded hash32 v0.3.1
10442024-03-30T03:22:38.423Z Downloaded diesel_derives v2.1.2
10452024-03-30T03:22:38.423Z Downloaded elliptic-curve v0.13.8
10462024-03-30T03:22:38.423Z Downloaded strum_macros v0.26.1
10472024-03-30T03:22:38.423Z Downloaded unicode-segmentation v1.10.1
10482024-03-30T03:22:38.429Z Downloaded phf_shared v0.10.0
10492024-03-30T03:22:38.429Z Downloaded strum v0.26.1
10502024-03-30T03:22:38.429Z Downloaded stable_deref_trait v1.2.0
10512024-03-30T03:22:38.429Z Downloaded proc-macro2 v1.0.78
10522024-03-30T03:22:38.429Z Downloaded usdt-macro v0.5.0
10532024-03-30T03:22:38.434Z Downloaded static_assertions v1.1.0
10542024-03-30T03:22:38.434Z Downloaded usdt-macro v0.3.5
10552024-03-30T03:22:38.434Z Downloaded getrandom v0.2.12
10562024-03-30T03:22:38.441Z Downloaded usdt-impl v0.3.5
10572024-03-30T03:22:38.441Z Downloaded scroll_derive v0.12.0
10582024-03-30T03:22:38.441Z Downloaded time-core v0.1.2
10592024-03-30T03:22:38.442Z Downloaded rustc-demangle v0.1.23
10602024-03-30T03:22:38.449Z Downloaded vec_map v0.8.2
10612024-03-30T03:22:38.449Z Downloaded hostname v0.3.1
10622024-03-30T03:22:38.449Z Downloaded sct v0.7.0
10632024-03-30T03:22:38.449Z Downloaded primeorder v0.13.6
10642024-03-30T03:22:38.457Z Downloaded tempfile v3.10.0
10652024-03-30T03:22:38.458Z Downloaded dof v0.1.5
10662024-03-30T03:22:38.459Z Downloaded pin-project-lite v0.2.13
10672024-03-30T03:22:38.467Z Downloaded fnv v1.0.7
10682024-03-30T03:22:38.467Z Downloaded russh-cryptovec v0.7.0
10692024-03-30T03:22:38.467Z Downloaded foreign-types-shared v0.3.1
10702024-03-30T03:22:38.467Z Downloaded tokio-native-tls v0.3.1
10712024-03-30T03:22:38.467Z Downloaded subprocess v0.2.9
10722024-03-30T03:22:38.468Z Downloaded rfc6979 v0.4.0
10732024-03-30T03:22:38.474Z Downloaded yasna v0.5.2
10742024-03-30T03:22:38.474Z Downloaded headers v0.3.9
10752024-03-30T03:22:38.481Z Downloaded http-range v0.1.5
10762024-03-30T03:22:38.481Z Downloaded http-body v0.4.5
10772024-03-30T03:22:38.482Z Downloaded scopeguard v1.2.0
10782024-03-30T03:22:38.482Z Downloaded futures v0.3.30
10792024-03-30T03:22:38.491Z Downloaded semver v0.11.0
10802024-03-30T03:22:38.491Z Downloaded same-file v1.0.6
10812024-03-30T03:22:38.491Z Downloaded pest v2.7.6
10822024-03-30T03:22:38.498Z Downloaded fastrand v2.0.1
10832024-03-30T03:22:38.498Z Downloaded time-macros v0.2.17
10842024-03-30T03:22:38.499Z Downloaded structopt-derive v0.4.18
10852024-03-30T03:22:38.499Z Downloaded version_check v0.9.4
10862024-03-30T03:22:38.499Z Downloaded clap_builder v4.5.1
10872024-03-30T03:22:38.506Z Downloaded home v0.5.5
10882024-03-30T03:22:38.511Z Downloaded usdt-impl v0.5.0
10892024-03-30T03:22:38.511Z Downloaded slog-term v2.9.0
10902024-03-30T03:22:38.511Z Downloaded r2d2 v0.8.10
10912024-03-30T03:22:38.511Z Downloaded russh-keys v0.42.0
10922024-03-30T03:22:38.532Z Downloaded url v2.5.0
10932024-03-30T03:22:38.533Z Downloaded serde_yaml v0.9.25
10942024-03-30T03:22:38.537Z Downloaded derive-where v1.2.7
10952024-03-30T03:22:38.538Z Downloaded ucd-trie v0.1.6
10962024-03-30T03:22:38.538Z Downloaded derive_more v0.99.17
10972024-03-30T03:22:38.538Z Downloaded scroll v0.12.0
10982024-03-30T03:22:38.538Z Downloaded tar v0.4.40
10992024-03-30T03:22:38.538Z Downloaded smallvec v1.13.1
11002024-03-30T03:22:38.539Z Downloaded zerocopy v0.6.4
11012024-03-30T03:22:38.539Z Downloaded nom v7.1.3
11022024-03-30T03:22:38.553Z Downloaded toml v0.8.10
11032024-03-30T03:22:38.563Z Downloaded ryu v1.0.15
11042024-03-30T03:22:38.563Z Downloaded tracing-core v0.1.32
11052024-03-30T03:22:38.563Z Downloaded uuid v1.7.0
11062024-03-30T03:22:38.563Z Downloaded unicode-normalization v0.1.22
11072024-03-30T03:22:38.563Z Downloaded hashbrown v0.14.3
11082024-03-30T03:22:38.570Z Downloaded hmac v0.12.1
11092024-03-30T03:22:38.571Z Downloaded serde_derive v1.0.197
11102024-03-30T03:22:38.571Z Downloaded trust-dns-server v0.22.1
11112024-03-30T03:22:38.579Z Downloaded ppv-lite86 v0.2.17
11122024-03-30T03:22:38.579Z Downloaded tungstenite v0.20.1
11132024-03-30T03:22:38.586Z Downloaded tinyvec v1.6.0
11142024-03-30T03:22:38.586Z Downloaded http v0.2.12
11152024-03-30T03:22:38.591Z Downloaded ron v0.7.1
11162024-03-30T03:22:38.601Z Downloaded trust-dns-client v0.22.0
11172024-03-30T03:22:38.608Z Downloaded tokio-postgres v0.7.10
11182024-03-30T03:22:38.608Z Downloaded flume v0.11.0
11192024-03-30T03:22:38.609Z Downloaded toml_edit v0.19.15
11202024-03-30T03:22:38.622Z Downloaded serde v1.0.197
11212024-03-30T03:22:38.647Z Downloaded tokio-util v0.7.10
11222024-03-30T03:22:38.648Z Downloaded rcgen v0.12.1
11232024-03-30T03:22:38.648Z Downloaded toml_edit v0.22.6
11242024-03-30T03:22:39.056Z Downloaded http v1.0.0
11252024-03-30T03:22:39.078Z Downloaded expectorate v1.1.0
11262024-03-30T03:22:39.078Z Downloaded regex-automata v0.1.10
11272024-03-30T03:22:39.078Z Downloaded russh v0.42.0
11282024-03-30T03:22:39.079Z Downloaded winnow v0.6.1
11292024-03-30T03:22:39.079Z Downloaded zerocopy v0.7.32
11302024-03-30T03:22:39.079Z Downloaded serde_with v3.6.1
11312024-03-30T03:22:39.079Z Downloaded goblin v0.8.0
11322024-03-30T03:22:39.079Z Downloaded rustls-webpki v0.101.7
11332024-03-30T03:22:39.079Z Downloaded tabled v0.15.0
11342024-03-30T03:22:39.079Z Downloaded rustls-webpki v0.102.1
11352024-03-30T03:22:39.080Z Downloaded webpki-roots v0.25.2
11362024-03-30T03:22:39.080Z Downloaded h2 v0.3.24
11372024-03-30T03:22:39.080Z Downloaded syn v2.0.52
11382024-03-30T03:22:39.080Z Downloaded syn v1.0.109
11392024-03-30T03:22:39.080Z Downloaded reqwest v0.11.24
11402024-03-30T03:22:39.080Z Downloaded bstr v0.2.17
11412024-03-30T03:22:39.080Z Downloaded rustls v0.21.9
11422024-03-30T03:22:39.081Z Downloaded radix_trie v0.2.1
11432024-03-30T03:22:39.081Z Downloaded trust-dns-proto v0.22.0
11442024-03-30T03:22:39.081Z Downloaded regex v1.10.3
11452024-03-30T03:22:39.081Z Downloaded rustls v0.22.2
11462024-03-30T03:22:39.081Z Downloaded rustix v0.38.31
11472024-03-30T03:22:39.081Z Downloaded zerocopy-derive v0.6.4
11482024-03-30T03:22:39.081Z Downloaded zerocopy-derive v0.2.0
11492024-03-30T03:22:39.081Z Downloaded regex-automata v0.4.5
11502024-03-30T03:22:39.081Z Downloaded sled v0.34.7
11512024-03-30T03:22:39.082Z Downloaded libc v0.2.153
11522024-03-30T03:22:39.082Z Downloaded smoltcp v0.11.0
11532024-03-30T03:22:39.082Z Downloaded encoding_rs v0.8.33
11542024-03-30T03:22:39.082Z Downloaded bzip2-sys v0.1.11+1.0.8
11552024-03-30T03:22:39.082Z Downloaded gimli v0.28.0
11562024-03-30T03:22:39.082Z Downloaded bstr v1.9.0
11572024-03-30T03:22:39.082Z Downloaded tokio v1.36.0
11582024-03-30T03:22:39.082Z Downloaded vcpkg v0.2.15
11592024-03-30T03:22:39.094Z Downloaded diesel v2.1.4
11602024-03-30T03:22:39.113Z Downloaded regress v0.9.0
11612024-03-30T03:22:39.122Z Downloaded sha3 v0.10.8
11622024-03-30T03:22:39.122Z Downloaded regex-syntax v0.8.2
11632024-03-30T03:22:39.129Z Downloaded openapiv3 v2.0.0
11642024-03-30T03:22:39.137Z Downloaded curve25519-dalek v4.1.1
11652024-03-30T03:22:39.141Z Downloaded smoltcp v0.9.1
11662024-03-30T03:22:39.158Z Downloaded winapi v0.3.9
11672024-03-30T03:22:39.192Z Downloaded openssl v0.10.60
11682024-03-30T03:22:39.203Z Downloaded hyper v0.14.28
11692024-03-30T03:22:39.211Z Downloaded object v0.32.1
11702024-03-30T03:22:39.223Z Downloaded chrono v0.4.34
11712024-03-30T03:22:39.245Z Downloaded rayon v1.9.0
11722024-03-30T03:22:39.245Z Downloaded futures-util v0.3.30
11732024-03-30T03:22:39.267Z Downloaded idna v0.5.0
11742024-03-30T03:22:39.267Z Downloaded petgraph v0.6.4
11752024-03-30T03:22:39.282Z Downloaded winnow v0.5.15
11762024-03-30T03:22:39.307Z Downloaded serde_json v1.0.114
11772024-03-30T03:22:39.307Z Downloaded clap v2.34.0
11782024-03-30T03:22:39.307Z Downloaded hkdf v0.12.4
11792024-03-30T03:22:39.318Z Downloaded tungstenite v0.21.0
11802024-03-30T03:22:39.318Z Downloaded steno v0.4.0
11812024-03-30T03:22:39.318Z Downloaded heapless v0.8.0
11822024-03-30T03:22:39.318Z Downloaded rand v0.7.3
11832024-03-30T03:22:39.318Z Downloaded time v0.3.34
11842024-03-30T03:22:39.318Z Downloaded idna v0.3.0
11852024-03-30T03:22:39.329Z Downloaded blake3 v1.5.0
11862024-03-30T03:22:39.741Z Downloaded socket2 v0.4.9
11872024-03-30T03:22:39.741Z Downloaded zip v0.6.6
11882024-03-30T03:22:39.741Z Downloaded p521 v0.13.3
11892024-03-30T03:22:39.741Z Downloaded schemars v0.8.16
11902024-03-30T03:22:39.741Z Downloaded half v2.3.1
11912024-03-30T03:22:39.742Z Downloaded unsafe-libyaml v0.2.10
11922024-03-30T03:22:39.742Z Downloaded hashbrown v0.12.3
11932024-03-30T03:22:39.742Z Downloaded semver v1.0.22
11942024-03-30T03:22:39.742Z Downloaded strsim v0.8.0
11952024-03-30T03:22:39.742Z Downloaded zeroize_derive v1.4.2
11962024-03-30T03:22:39.742Z Downloaded resolv-conf v0.7.0
11972024-03-30T03:22:39.742Z Downloaded semver v0.1.20
11982024-03-30T03:22:39.743Z Downloaded quote v1.0.35
11992024-03-30T03:22:39.743Z Downloaded smf v0.2.2
12002024-03-30T03:22:39.743Z Downloaded spin v0.9.8
12012024-03-30T03:22:39.743Z Downloaded heapless v0.7.16
12022024-03-30T03:22:39.743Z Downloaded publicsuffix v2.2.3
12032024-03-30T03:22:39.743Z Downloaded flate2 v1.0.28
12042024-03-30T03:22:39.744Z Downloaded tokio-macros v2.2.0
12052024-03-30T03:22:39.744Z Downloaded scheduled-thread-pool v0.2.7
12062024-03-30T03:22:39.744Z Downloaded strsim v0.10.0
12072024-03-30T03:22:39.744Z Downloaded serde_derive_internals v0.26.0
12082024-03-30T03:22:39.744Z Downloaded poly1305 v0.8.0
12092024-03-30T03:22:39.744Z Downloaded rand v0.8.5
12102024-03-30T03:22:39.744Z Downloaded embedded-io v0.4.0
12112024-03-30T03:22:39.745Z Downloaded dyn-clone v1.0.17
12122024-03-30T03:22:39.745Z Downloaded dirs-next v2.0.0
12132024-03-30T03:22:39.745Z Downloaded dhcproto v0.11.0
12142024-03-30T03:22:39.745Z Downloaded unicode-bidi v0.3.15
12152024-03-30T03:22:39.745Z Downloaded der v0.7.8
12162024-03-30T03:22:39.746Z Downloaded crossterm v0.27.0
12172024-03-30T03:22:39.746Z Downloaded pkcs8 v0.10.2
12182024-03-30T03:22:39.746Z Downloaded tokio-rustls v0.24.1
12192024-03-30T03:22:39.746Z Downloaded rayon-core v1.12.1
12202024-03-30T03:22:39.746Z Downloaded trust-dns-resolver v0.22.0
12212024-03-30T03:22:39.747Z Downloaded hash32 v0.2.1
12222024-03-30T03:22:39.747Z Downloaded form_urlencoded v1.2.1
12232024-03-30T03:22:39.747Z Downloaded toml_datetime v0.6.5
12242024-03-30T03:22:39.747Z Downloaded serde_tokenstream v0.2.0
12252024-03-30T03:22:39.747Z Downloaded platforms v3.0.2
12262024-03-30T03:22:39.747Z Downloaded getrandom v0.1.16
12272024-03-30T03:22:39.747Z Downloaded proc-macro-error v1.0.4
12282024-03-30T03:22:39.748Z Downloaded mio v0.8.11
12292024-03-30T03:22:39.748Z Downloaded dirs-sys v0.4.1
12302024-03-30T03:22:39.748Z Downloaded precomputed-hash v0.1.1
12312024-03-30T03:22:39.748Z Downloaded memchr v2.7.1
12322024-03-30T03:22:39.748Z Downloaded env_logger v0.9.3
12332024-03-30T03:22:39.749Z Downloaded socket2 v0.5.5
12342024-03-30T03:22:39.749Z Downloaded serde_with_macros v3.6.1
12352024-03-30T03:22:39.749Z Downloaded subtle v2.5.0
12362024-03-30T03:22:39.749Z Downloaded similar v2.4.0
12372024-03-30T03:22:39.750Z Downloaded enum-as-inner v0.5.1
12382024-03-30T03:22:39.750Z Downloaded dirs v5.0.1
12392024-03-30T03:22:39.750Z Downloaded digest v0.10.7
12402024-03-30T03:22:39.750Z Downloaded phf_shared v0.11.2
12412024-03-30T03:22:39.750Z Downloaded crossbeam-channel v0.5.8
12422024-03-30T03:22:39.751Z Downloaded tracing v0.1.40
12432024-03-30T03:22:39.751Z Downloaded serde_urlencoded v0.7.1
12442024-03-30T03:22:39.751Z Downloaded rustversion v1.0.14
12452024-03-30T03:22:39.752Z Downloaded universal-hash v0.5.1
12462024-03-30T03:22:39.752Z Downloaded term v0.7.0
12472024-03-30T03:22:39.752Z Downloaded proc-macro-error-attr v1.0.4
12482024-03-30T03:22:39.752Z Downloaded futures-macro v0.3.30
12492024-03-30T03:22:39.753Z Downloaded futures-io v0.3.30
12502024-03-30T03:22:39.753Z Downloaded futures-executor v0.3.30
12512024-03-30T03:22:39.753Z Downloaded futures-core v0.3.30
12522024-03-30T03:22:39.753Z Downloaded difflib v0.4.0
12532024-03-30T03:22:39.753Z Downloaded predicates-core v1.0.6
12542024-03-30T03:22:39.753Z Downloaded hyper-rustls v0.24.2
12552024-03-30T03:22:39.753Z Downloaded deranged v0.3.11
12562024-03-30T03:22:39.754Z Downloaded postgres-protocol v0.6.6
12572024-03-30T03:22:39.754Z Downloaded base64 v0.22.0
12582024-03-30T03:22:39.754Z Downloaded ff v0.13.0
12592024-03-30T03:22:39.754Z Downloaded postcard v1.0.8
12602024-03-30T03:22:39.754Z Downloaded openssl-sys v0.9.96
12612024-03-30T03:22:39.754Z Downloaded aho-corasick v1.1.2
12622024-03-30T03:22:39.754Z Downloaded thiserror v1.0.57
12632024-03-30T03:22:39.754Z Downloaded textwrap v0.11.0
12642024-03-30T03:22:39.754Z Downloaded topological-sort v0.2.2
12652024-03-30T03:22:39.754Z Downloaded tokio-rustls v0.25.0
12662024-03-30T03:22:39.754Z Downloaded num-traits v0.2.18
12672024-03-30T03:22:39.755Z Downloaded miniz_oxide v0.7.1
12682024-03-30T03:22:39.755Z Downloaded tracing-attributes v0.1.27
12692024-03-30T03:22:39.755Z Downloaded ring v0.17.8
12702024-03-30T03:22:39.755Z Downloaded siphasher v0.3.11
12712024-03-30T03:22:39.755Z Downloaded serde_path_to_error v0.1.16
12722024-03-30T03:22:39.755Z Downloaded tokio-tungstenite v0.20.1
12732024-03-30T03:22:39.755Z Downloaded rustls-pemfile v2.1.1
12742024-03-30T03:22:39.755Z Downloaded schemars_derive v0.8.16
12752024-03-30T03:22:39.755Z Downloaded rand_core v0.6.4
12762024-03-30T03:22:39.755Z Downloaded rand_chacha v0.3.1
12772024-03-30T03:22:39.755Z Downloaded darling_core v0.20.3
12782024-03-30T03:22:39.755Z Downloaded crypto-bigint v0.5.2
12792024-03-30T03:22:39.755Z Downloaded chacha20poly1305 v0.10.1
12802024-03-30T03:22:39.755Z Downloaded whoami v1.5.0
12812024-03-30T03:22:39.756Z Downloaded typenum v1.16.0
12822024-03-30T03:22:39.756Z Downloaded toml v0.7.8
12832024-03-30T03:22:39.756Z Downloaded parking_lot v0.12.1
12842024-03-30T03:22:39.756Z Downloaded utf-8 v0.7.6
12852024-03-30T03:22:39.756Z Downloaded untrusted v0.9.0
12862024-03-30T03:22:39.771Z Downloaded parking_lot_core v0.9.8
12872024-03-30T03:22:39.772Z Downloaded ring v0.16.20
12882024-03-30T03:22:39.772Z Downloaded memmap2 v0.7.1
12892024-03-30T03:22:39.772Z Downloaded strsim v0.11.0
12902024-03-30T03:22:39.772Z Downloaded spin v0.5.2
12912024-03-30T03:22:39.772Z Downloaded slog-json v2.6.1
12922024-03-30T03:22:39.772Z Downloaded slog-envlogger v2.2.0
12932024-03-30T03:22:39.772Z Downloaded serde_arrays v0.1.0
12942024-03-30T03:22:39.772Z Downloaded rustls-pki-types v1.3.0
12952024-03-30T03:22:39.773Z Downloaded rustls-pemfile v1.0.3
12962024-03-30T03:22:39.773Z Downloaded fixedbitset v0.4.2
12972024-03-30T03:22:39.773Z Downloaded serde_tokenstream v0.1.7
12982024-03-30T03:22:39.773Z Downloaded serde_repr v0.1.16
12992024-03-30T03:22:39.773Z Downloaded thread_local v1.1.7
13002024-03-30T03:22:39.773Z Downloaded ciborium v0.2.2
13012024-03-30T03:22:39.773Z Downloaded blake2 v0.10.6
13022024-03-30T03:22:39.774Z Downloaded base64 v0.13.1
13032024-03-30T03:22:39.774Z Downloaded pbkdf2 v0.11.0
13042024-03-30T03:22:39.774Z Downloaded owo-colors v4.0.0
13052024-03-30T03:22:39.774Z Downloaded hex-literal v0.4.1
13062024-03-30T03:22:39.774Z Downloaded pest_derive v2.7.6
13072024-03-30T03:22:39.774Z Downloaded parking_lot_core v0.8.6
13082024-03-30T03:22:39.774Z Downloaded heck v0.4.1
13092024-03-30T03:22:39.775Z Downloaded getopts v0.2.21
13102024-03-30T03:22:39.775Z Downloaded parking_lot v0.11.2
13112024-03-30T03:22:39.775Z Downloaded const-oid v0.9.6
13122024-03-30T03:22:39.775Z Downloaded multer v3.0.0
13132024-03-30T03:22:39.775Z Downloaded mime_guess v2.0.4
13142024-03-30T03:22:39.775Z Downloaded cookie v0.17.0
13152024-03-30T03:22:39.775Z Downloaded password-hash v0.4.2
13162024-03-30T03:22:39.776Z Downloaded display-error-chain v0.2.0
13172024-03-30T03:22:39.776Z Downloaded dirs-sys-next v0.1.2
13182024-03-30T03:22:39.776Z Downloaded crossbeam-utils v0.8.19
13192024-03-30T03:22:39.776Z Downloaded crossbeam-epoch v0.9.18
13202024-03-30T03:22:39.776Z Downloaded clap v4.5.1
13212024-03-30T03:22:39.793Z Downloaded bitflags v2.4.2
13222024-03-30T03:22:39.793Z Downloaded num-complex v0.4.4
13232024-03-30T03:22:39.794Z Downloaded native-tls v0.2.11
13242024-03-30T03:22:39.794Z Downloaded nanorand v0.7.0
13252024-03-30T03:22:39.794Z Downloaded walkdir v2.4.0
13262024-03-30T03:22:39.794Z Downloaded darling v0.20.3
13272024-03-30T03:22:39.794Z Downloaded colored v2.1.0
13282024-03-30T03:22:39.794Z Downloaded cancel-safe-futures v0.1.5
13292024-03-30T03:22:39.794Z Downloaded backoff v0.4.0
13302024-03-30T03:22:39.794Z Downloaded usdt v0.3.5
13312024-03-30T03:22:39.794Z Downloaded parse-display-derive v0.9.0
13322024-03-30T03:22:39.795Z Downloaded num-derive v0.4.0
13332024-03-30T03:22:39.795Z Downloaded itertools v0.10.5
13342024-03-30T03:22:39.806Z Downloaded crc32fast v1.3.2
13352024-03-30T03:22:39.806Z Downloaded pest_generator v2.7.6
13362024-03-30T03:22:39.806Z Downloaded parse-display v0.9.0
13372024-03-30T03:22:39.806Z Downloaded foreign-types v0.5.0
13382024-03-30T03:22:39.806Z Downloaded structmeta v0.3.0
13392024-03-30T03:22:39.806Z Downloaded string_cache v0.8.7
13402024-03-30T03:22:39.807Z Downloaded num v0.4.1
13412024-03-30T03:22:39.807Z Downloaded memmap v0.7.0
13422024-03-30T03:22:39.807Z Downloaded md-5 v0.10.5
13432024-03-30T03:22:39.807Z Downloaded spki v0.7.2
13442024-03-30T03:22:39.807Z Downloaded signal-hook-mio v0.2.3
13452024-03-30T03:22:39.811Z Downloaded foreign-types v0.3.2
13462024-03-30T03:22:39.811Z Downloaded signature v2.1.0
13472024-03-30T03:22:39.811Z Downloaded data-encoding v2.4.0
13482024-03-30T03:22:39.811Z Downloaded pbkdf2 v0.12.2
13492024-03-30T03:22:39.811Z Downloaded paste v1.0.14
13502024-03-30T03:22:39.811Z Downloaded ipnetwork v0.20.0
13512024-03-30T03:22:39.812Z Downloaded base64ct v1.6.0
13522024-03-30T03:22:39.817Z Downloaded num_cpus v1.16.0
13532024-03-30T03:22:39.817Z Downloaded num-rational v0.4.1
13542024-03-30T03:22:39.817Z Downloaded debug-ignore v1.0.5
13552024-03-30T03:22:39.822Z Downloaded managed v0.8.0
13562024-03-30T03:22:39.823Z Downloaded keccak v0.1.4
13572024-03-30T03:22:39.823Z Downloaded nibble_vec v0.1.0
13582024-03-30T03:22:39.823Z Downloaded libsw v3.3.1
13592024-03-30T03:22:39.823Z Downloaded defmt-macros v0.3.6
13602024-03-30T03:22:39.829Z Downloaded clap_derive v4.5.0
13612024-03-30T03:22:39.829Z Downloaded linked-hash-map v0.5.6
13622024-03-30T03:22:39.829Z Downloaded inout v0.1.3
13632024-03-30T03:22:39.830Z Downloaded lru-cache v0.1.2
13642024-03-30T03:22:39.834Z Downloaded clap_lex v0.7.0
13652024-03-30T03:22:39.834Z Downloaded camino v1.1.6
13662024-03-30T03:22:39.834Z Downloaded bytecount v0.6.3
13672024-03-30T03:22:39.835Z Downloaded async-trait v0.1.77
13682024-03-30T03:22:39.843Z Downloaded opaque-debug v0.3.0
13692024-03-30T03:22:39.843Z Downloaded num_threads v0.1.6
13702024-03-30T03:22:39.843Z Downloaded block-padding v0.3.3
13712024-03-30T03:22:39.843Z Downloaded md5 v0.7.0
13722024-03-30T03:22:39.843Z Downloaded macaddr v1.0.1
13732024-03-30T03:22:39.843Z Downloaded block-buffer v0.10.4
13742024-03-30T03:22:39.843Z Downloaded bitflags v1.3.2
13752024-03-30T03:22:39.844Z Downloaded atomic-waker v1.1.1
13762024-03-30T03:22:39.844Z Downloaded itoa v1.0.9
13772024-03-30T03:22:39.853Z Downloaded ansi_term v0.12.1
13782024-03-30T03:22:40.273Z Compiling proc-macro2 v1.0.78
13792024-03-30T03:22:40.274Z Compiling unicode-ident v1.0.12
13802024-03-30T03:22:40.274Z Compiling libc v0.2.153
13812024-03-30T03:22:40.278Z Compiling serde v1.0.197
13822024-03-30T03:22:40.278Z Compiling version_check v0.9.4
13832024-03-30T03:22:40.278Z Compiling cfg-if v1.0.0
13842024-03-30T03:22:40.332Z Compiling autocfg v1.1.0
13852024-03-30T03:22:40.562Z Compiling syn v1.0.109
13862024-03-30T03:22:40.582Z Compiling thiserror v1.0.57
13872024-03-30T03:22:40.602Z Compiling once_cell v1.19.0
13882024-03-30T03:22:41.015Z Compiling typenum v1.16.0
13892024-03-30T03:22:41.221Z Compiling parking_lot_core v0.9.8
13902024-03-30T03:22:41.261Z Compiling lock_api v0.4.10
13912024-03-30T03:22:41.547Z Compiling generic-array v0.14.7
13922024-03-30T03:22:41.551Z Compiling memchr v2.7.1
13932024-03-30T03:22:41.586Z Compiling byteorder v1.5.0
13942024-03-30T03:22:41.642Z Compiling libm v0.2.7
13952024-03-30T03:22:41.879Z Compiling serde_json v1.0.114
13962024-03-30T03:22:41.979Z Compiling num-traits v0.2.18
13972024-03-30T03:22:41.998Z Compiling ahash v0.8.8
13982024-03-30T03:22:42.223Z Compiling log v0.4.21
13992024-03-30T03:22:42.314Z Compiling itoa v1.0.9
14002024-03-30T03:22:42.471Z Compiling quote v1.0.35
14012024-03-30T03:22:42.840Z Compiling syn v2.0.52
14022024-03-30T03:22:42.973Z Compiling getrandom v0.2.12
14032024-03-30T03:22:43.113Z Compiling cc v1.0.83
14042024-03-30T03:22:43.349Z Compiling rand_core v0.6.4
14052024-03-30T03:22:43.406Z Compiling scopeguard v1.2.0
14062024-03-30T03:22:43.465Z Compiling slab v0.4.9
14072024-03-30T03:22:43.919Z Compiling smallvec v1.13.1
14082024-03-30T03:22:43.971Z Compiling ryu v1.0.15
14092024-03-30T03:22:44.309Z Compiling heck v0.4.1
14102024-03-30T03:22:44.348Z Compiling allocator-api2 v0.2.16
14112024-03-30T03:22:44.385Z Compiling pin-project-lite v0.2.13
14122024-03-30T03:22:44.405Z Compiling subtle v2.5.0
14132024-03-30T03:22:44.769Z Compiling pkg-config v0.3.27
14142024-03-30T03:22:44.908Z Compiling parking_lot v0.12.1
14152024-03-30T03:22:45.094Z Compiling schemars v0.8.16
14162024-03-30T03:22:45.199Z Compiling signal-hook-registry v1.4.1
14172024-03-30T03:22:45.463Z Compiling mio v0.8.11
14182024-03-30T03:22:46.159Z Compiling equivalent v1.0.1
14192024-03-30T03:22:46.163Z Compiling socket2 v0.5.5
14202024-03-30T03:22:46.227Z Compiling ring v0.17.8
14212024-03-30T03:22:46.259Z Compiling num_cpus v1.16.0
14222024-03-30T03:22:46.382Z Compiling time-core v0.1.2
14232024-03-30T03:22:46.558Z Compiling num-conv v0.1.0
14242024-03-30T03:22:46.845Z Compiling time-macros v0.2.17
14252024-03-30T03:22:46.899Z Compiling futures-core v0.3.30
14262024-03-30T03:22:47.104Z Compiling vcpkg v0.2.15
14272024-03-30T03:22:47.127Z Compiling const-oid v0.9.6
14282024-03-30T03:22:47.154Z Compiling httparse v1.8.0
14292024-03-30T03:22:48.500Z Compiling ucd-trie v0.1.6
14302024-03-30T03:22:49.066Z Compiling fnv v1.0.7
14312024-03-30T03:22:49.105Z Compiling futures-sink v0.3.30
14322024-03-30T03:22:49.194Z Compiling spin v0.5.2
14332024-03-30T03:22:49.255Z Compiling ring v0.16.20
14342024-03-30T03:22:49.364Z Compiling openssl-sys v0.9.96
14352024-03-30T03:22:49.569Z Compiling futures-channel v0.3.30
14362024-03-30T03:22:49.839Z Compiling slog v2.7.0
14372024-03-30T03:22:49.977Z Compiling futures-task v0.3.30
14382024-03-30T03:22:50.273Z Compiling serde_derive_internals v0.26.0
14392024-03-30T03:22:50.324Z Compiling futures-io v0.3.30
14402024-03-30T03:22:50.333Z Compiling pin-utils v0.1.0
14412024-03-30T03:22:50.373Z Compiling openssl v0.10.60
14422024-03-30T03:22:50.377Z Compiling async-trait v0.1.77
14432024-03-30T03:22:50.447Z Compiling iana-time-zone v0.1.57
14442024-03-30T03:22:50.706Z Compiling rustls v0.21.9
14452024-03-30T03:22:50.767Z Compiling semver v1.0.22
14462024-03-30T03:22:50.904Z Compiling native-tls v0.2.11
14472024-03-30T03:22:50.969Z Compiling cpufeatures v0.2.12
14482024-03-30T03:22:51.069Z Compiling tinyvec_macros v0.1.1
14492024-03-30T03:22:51.183Z Compiling tinyvec v1.6.0
14502024-03-30T03:22:51.248Z Compiling backtrace v0.3.69
14512024-03-30T03:22:51.248Z Compiling cookie v0.17.0
14522024-03-30T03:22:51.807Z Compiling aho-corasick v1.1.2
14532024-03-30T03:22:51.919Z Compiling regex-syntax v0.8.2
14542024-03-30T03:22:52.371Z Compiling uuid v0.8.2
14552024-03-30T03:22:52.522Z Compiling rustix v0.38.31
14562024-03-30T03:22:52.601Z Compiling unicode-normalization v0.1.22
14572024-03-30T03:22:53.203Z Compiling unicode-bidi v0.3.15
14582024-03-30T03:22:53.258Z Compiling dyn-clone v1.0.17
14592024-03-30T03:22:53.469Z Compiling anyhow v1.0.79
14602024-03-30T03:22:54.226Z Compiling ppv-lite86 v0.2.17
14612024-03-30T03:22:54.244Z Compiling crossbeam-utils v0.8.19
14622024-03-30T03:22:54.244Z Compiling tracing-core v0.1.32
14632024-03-30T03:22:55.356Z Compiling regex-automata v0.4.5
14642024-03-30T03:22:55.857Z Compiling percent-encoding v2.3.1
14652024-03-30T03:22:57.099Z Compiling rand_chacha v0.3.1
14662024-03-30T03:22:57.666Z Compiling serde_derive v1.0.197
14672024-03-30T03:22:57.724Z Compiling zeroize_derive v1.4.2
14682024-03-30T03:22:58.093Z Compiling thiserror-impl v1.0.57
14692024-03-30T03:22:58.107Z Compiling zerocopy-derive v0.7.32
14702024-03-30T03:22:58.519Z Compiling tokio-macros v2.2.0
14712024-03-30T03:22:58.600Z Compiling futures-macro v0.3.30
14722024-03-30T03:22:58.637Z Compiling tracing-attributes v0.1.27
14732024-03-30T03:22:59.369Z Compiling zeroize v1.7.0
14742024-03-30T03:23:00.422Z Compiling schemars_derive v0.8.16
14752024-03-30T03:23:00.662Z Compiling zerocopy v0.7.32
14762024-03-30T03:23:01.280Z Compiling crypto-common v0.1.6
14772024-03-30T03:23:01.464Z Compiling block-buffer v0.10.4
14782024-03-30T03:23:01.733Z Compiling pest v2.7.6
14792024-03-30T03:23:01.847Z Compiling digest v0.10.7
14802024-03-30T03:23:02.264Z Compiling futures-util v0.3.30
14812024-03-30T03:23:02.443Z Compiling openssl-macros v0.1.1
14822024-03-30T03:23:06.886Z Compiling hashbrown v0.14.3
14832024-03-30T03:23:07.111Z Compiling pest_meta v2.7.6
14842024-03-30T03:23:07.111Z Compiling tracing v0.1.40
14852024-03-30T03:23:07.111Z Compiling regex v1.10.3
14862024-03-30T03:23:07.111Z Compiling scroll_derive v0.12.0
14872024-03-30T03:23:07.111Z Compiling der_derive v0.7.2
14882024-03-30T03:23:07.112Z Compiling pest_generator v2.7.6
14892024-03-30T03:23:07.112Z Compiling rand v0.8.5
14902024-03-30T03:23:07.576Z Compiling spin v0.9.8
14912024-03-30T03:23:08.129Z Compiling thread-id v4.2.0
14922024-03-30T03:23:08.129Z Compiling powerfmt v0.2.0
14932024-03-30T03:23:08.129Z Compiling rustversion v1.0.14
14942024-03-30T03:23:08.284Z Compiling deranged v0.3.11
14952024-03-30T03:23:08.374Z Compiling form_urlencoded v1.2.1
14962024-03-30T03:23:08.667Z Compiling winnow v0.5.15
14972024-03-30T03:23:08.696Z Compiling num_threads v0.1.6
14982024-03-30T03:23:09.108Z Compiling unicode-width v0.1.11
14992024-03-30T03:23:09.215Z Compiling pest_derive v2.7.6
15002024-03-30T03:23:10.242Z Compiling time v0.3.34
15012024-03-30T03:23:10.434Z Compiling lazy_static v1.4.0
15022024-03-30T03:23:10.943Z Compiling unicode-xid v0.2.4
15032024-03-30T03:23:11.092Z Compiling synstructure v0.12.6
15042024-03-30T03:23:12.347Z Compiling bytes v1.5.0
15052024-03-30T03:23:12.533Z Compiling indexmap v2.2.5
15062024-03-30T03:23:13.629Z Compiling chrono v0.4.34
15072024-03-30T03:23:13.901Z Compiling tokio v1.36.0
15082024-03-30T03:23:14.072Z Compiling uuid v1.7.0
15092024-03-30T03:23:15.459Z Compiling http v0.2.12
15102024-03-30T03:23:16.252Z Compiling bitflags v2.4.2
15112024-03-30T03:23:17.070Z Compiling toml_datetime v0.6.5
15122024-03-30T03:23:17.825Z Compiling serde_spanned v0.6.5
15132024-03-30T03:23:18.005Z Compiling rustc_version v0.4.0
15142024-03-30T03:23:18.035Z Compiling toml_edit v0.19.15
15152024-03-30T03:23:18.035Z Compiling openapiv3 v2.0.0
15162024-03-30T03:23:21.787Z Compiling serde_tokenstream v0.2.0
15172024-03-30T03:23:21.787Z Compiling idna v0.5.0
15182024-03-30T03:23:21.787Z Compiling usdt-impl v0.5.0
15192024-03-30T03:23:22.154Z Compiling crc32fast v1.3.2
15202024-03-30T03:23:22.155Z Compiling url v2.5.0
15212024-03-30T03:23:22.155Z Compiling zerocopy-derive v0.2.0
15222024-03-30T03:23:22.288Z Compiling scroll v0.12.0
15232024-03-30T03:23:22.677Z Compiling plain v0.2.3
15242024-03-30T03:23:22.846Z Compiling goblin v0.8.0
15252024-03-30T03:23:24.278Z Compiling foreign-types-shared v0.1.1
15262024-03-30T03:23:24.424Z Compiling untrusted v0.9.0
15272024-03-30T03:23:24.738Z Compiling pretty-hex v0.4.1
15282024-03-30T03:23:25.360Z Compiling untrusted v0.7.1
15292024-03-30T03:23:26.175Z Compiling tokio-util v0.7.10
15302024-03-30T03:23:29.014Z Compiling dof v0.3.0
15312024-03-30T03:23:29.766Z Compiling foreign-types v0.3.2
15322024-03-30T03:23:30.293Z Compiling dtrace-parser v0.2.0
15332024-03-30T03:23:31.709Z Compiling errno v0.3.8
15342024-03-30T03:23:31.756Z Compiling usdt-impl v0.3.5
15352024-03-30T03:23:31.939Z Compiling try-lock v0.2.4
15362024-03-30T03:23:32.090Z Compiling base64 v0.21.7
15372024-03-30T03:23:32.365Z Compiling adler v1.0.2
15382024-03-30T03:23:32.604Z Compiling miniz_oxide v0.7.1
15392024-03-30T03:23:32.848Z Compiling want v0.3.1
15402024-03-30T03:23:33.543Z Compiling sct v0.7.0
15412024-03-30T03:23:33.782Z Compiling rustls-webpki v0.101.7
15422024-03-30T03:23:33.873Z Compiling h2 v0.3.24
15432024-03-30T03:23:35.195Z Compiling http-body v0.4.5
15442024-03-30T03:23:35.836Z Compiling num-bigint v0.4.4
15452024-03-30T03:23:35.887Z Compiling openssl-probe v0.1.5
15462024-03-30T03:23:36.113Z Compiling tower-service v0.3.2
15472024-03-30T03:23:36.225Z Compiling httpdate v1.0.3
15482024-03-30T03:23:37.557Z Compiling zerocopy v0.3.0
15492024-03-30T03:23:38.384Z Compiling heapless v0.7.16
15502024-03-30T03:23:38.399Z Compiling idna v0.3.0
15512024-03-30T03:23:38.780Z Compiling bzip2-sys v0.1.11+1.0.8
15522024-03-30T03:23:38.821Z Compiling base64ct v1.6.0
15532024-03-30T03:23:40.032Z Compiling psl-types v2.0.11
15542024-03-30T03:23:40.059Z Compiling signal-hook v0.3.17
15552024-03-30T03:23:40.184Z Compiling unicode-segmentation v1.10.1
15562024-03-30T03:23:40.226Z Compiling publicsuffix v2.2.3
15572024-03-30T03:23:40.515Z Compiling hyper v0.14.28
15582024-03-30T03:23:41.018Z Compiling tokio-rustls v0.24.1
15592024-03-30T03:23:41.415Z Compiling tokio-native-tls v0.3.1
15602024-03-30T03:23:41.905Z Compiling dof v0.1.5
15612024-03-30T03:23:42.231Z Compiling crossbeam-epoch v0.9.18
15622024-03-30T03:23:42.567Z Compiling dtrace-parser v0.1.14
15632024-03-30T03:23:42.805Z Compiling gimli v0.28.0
15642024-03-30T03:23:43.170Z Compiling ipnet v2.9.0
15652024-03-30T03:23:43.313Z Compiling bitflags v1.3.2
15662024-03-30T03:23:44.384Z Compiling cookie_store v0.20.0
15672024-03-30T03:23:45.551Z Compiling rustls-pemfile v1.0.3
15682024-03-30T03:23:45.936Z Compiling serde_urlencoded v0.7.1
15692024-03-30T03:23:46.439Z Compiling serde_tokenstream v0.1.7
15702024-03-30T03:23:46.476Z Compiling enum-as-inner v0.5.1
15712024-03-30T03:23:46.572Z Compiling object v0.32.1
15722024-03-30T03:23:46.958Z Compiling encoding_rs v0.8.33
15732024-03-30T03:23:47.485Z Compiling hyper-tls v0.5.0
15742024-03-30T03:23:48.264Z Compiling hyper-rustls v0.24.2
15752024-03-30T03:23:48.337Z Compiling addr2line v0.21.0
15762024-03-30T03:23:48.361Z Compiling rustc-demangle v0.1.23
15772024-03-30T03:23:48.477Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15782024-03-30T03:23:48.507Z Compiling sync_wrapper v0.1.2
15792024-03-30T03:23:49.291Z Compiling mime v0.3.17
15802024-03-30T03:23:49.306Z Compiling data-encoding v2.4.0
15812024-03-30T03:23:49.908Z Compiling smoltcp v0.9.1
15822024-03-30T03:23:51.282Z Compiling either v1.10.0
15832024-03-30T03:23:51.380Z Compiling webpki-roots v0.25.2
15842024-03-30T03:23:51.540Z Compiling reqwest v0.11.24
15852024-03-30T03:23:51.725Z Compiling pem-rfc7468 v0.7.0
15862024-03-30T03:23:53.500Z Compiling hmac v0.12.1
15872024-03-30T03:23:53.699Z Compiling futures-executor v0.3.30
15882024-03-30T03:23:54.675Z Compiling regress v0.9.0
15892024-03-30T03:23:55.159Z Compiling siphasher v0.3.11
15902024-03-30T03:23:55.651Z Compiling flagset v0.4.3
15912024-03-30T03:23:55.862Z Compiling der v0.7.8
15922024-03-30T03:23:57.467Z Compiling flate2 v1.0.28
15932024-03-30T03:23:58.417Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15942024-03-30T03:23:58.935Z Compiling usdt-attr-macro v0.3.5
15952024-03-30T03:23:59.293Z Compiling usdt-macro v0.3.5
15962024-03-30T03:24:00.658Z Compiling hubpack_derive v0.1.1
15972024-03-30T03:24:01.090Z Compiling zerocopy-derive v0.6.4
15982024-03-30T03:24:01.649Z Compiling clap_derive v4.5.0
15992024-03-30T03:24:02.146Z Compiling anstyle v1.0.6
16002024-03-30T03:24:02.209Z Compiling utf8parse v0.2.1
16012024-03-30T03:24:02.634Z Compiling winnow v0.6.1
16022024-03-30T03:24:03.318Z Compiling anstyle-parse v0.2.1
16032024-03-30T03:24:03.642Z Compiling sha2 v0.10.8
16042024-03-30T03:24:05.238Z Compiling futures v0.3.30
16052024-03-30T03:24:05.258Z Compiling spki v0.7.2
16062024-03-30T03:24:06.322Z Compiling toml_edit v0.22.6
16072024-03-30T03:24:06.480Z Compiling md-5 v0.10.5
16082024-03-30T03:24:07.419Z Compiling toml v0.7.8
16092024-03-30T03:24:07.419Z Compiling hex v0.4.3
16102024-03-30T03:24:07.419Z Compiling stringprep v0.1.3
16112024-03-30T03:24:07.428Z Compiling block-padding v0.3.3
16122024-03-30T03:24:07.428Z Compiling num-integer v0.1.46
16132024-03-30T03:24:07.428Z Compiling diesel_table_macro_syntax v0.1.0
16142024-03-30T03:24:08.205Z Compiling hash32 v0.2.1
16152024-03-30T03:24:08.226Z Compiling anstyle-query v1.0.0
16162024-03-30T03:24:08.226Z Compiling stable_deref_trait v1.2.0
16172024-03-30T03:24:08.327Z Compiling fallible-iterator v0.2.0
16182024-03-30T03:24:08.403Z Compiling colorchoice v1.0.0
16192024-03-30T03:24:08.564Z Compiling anstream v0.6.11
16202024-03-30T03:24:09.039Z Compiling postgres-protocol v0.6.6
16212024-03-30T03:24:09.776Z Compiling diesel_derives v2.1.2
16222024-03-30T03:24:10.573Z Compiling inout v0.1.3
16232024-03-30T03:24:11.007Z Compiling pkcs8 v0.10.2
16242024-03-30T03:24:11.849Z Compiling phf_shared v0.11.2
16252024-03-30T03:24:12.252Z Compiling terminal_size v0.3.0
16262024-03-30T03:24:12.473Z Compiling ff v0.13.0
16272024-03-30T03:24:12.554Z Compiling strum_macros v0.25.2
16282024-03-30T03:24:12.699Z Compiling serde_repr v0.1.16
16292024-03-30T03:24:12.848Z Compiling scheduled-thread-pool v0.2.7
16302024-03-30T03:24:13.123Z Compiling regex-automata v0.1.10
16312024-03-30T03:24:13.452Z Compiling managed v0.8.0
16322024-03-30T03:24:14.018Z Compiling base16ct v0.2.0
16332024-03-30T03:24:14.024Z Compiling strsim v0.11.0
16342024-03-30T03:24:14.024Z Compiling matches v0.1.10
16352024-03-30T03:24:14.024Z Compiling bit-vec v0.6.3
16362024-03-30T03:24:14.034Z Compiling clap_lex v0.7.0
16372024-03-30T03:24:14.521Z Compiling clap_builder v4.5.1
16382024-03-30T03:24:14.557Z Compiling idna v0.2.3
16392024-03-30T03:24:14.670Z Compiling sec1 v0.7.3
16402024-03-30T03:24:14.835Z Compiling bstr v0.2.17
16412024-03-30T03:24:15.280Z Compiling r2d2 v0.8.10
16422024-03-30T03:24:15.975Z Compiling group v0.13.0
16432024-03-30T03:24:16.305Z Compiling phf v0.11.2
16442024-03-30T03:24:16.599Z Compiling signal-hook-mio v0.2.3
16452024-03-30T03:24:16.745Z Compiling bzip2 v0.4.4
16462024-03-30T03:24:17.315Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16472024-03-30T03:24:17.316Z Compiling cipher v0.4.4
16482024-03-30T03:24:17.316Z Compiling postgres-types v0.2.6
16492024-03-30T03:24:17.352Z Compiling zerocopy v0.6.4
16502024-03-30T03:24:17.679Z Compiling hubpack v0.1.2
16512024-03-30T03:24:18.244Z Compiling phf_shared v0.10.0
16522024-03-30T03:24:18.293Z Compiling hkdf v0.12.4
16532024-03-30T03:24:18.912Z Compiling crypto-bigint v0.5.2
16542024-03-30T03:24:18.912Z Compiling ipnetwork v0.20.0
16552024-03-30T03:24:19.478Z Compiling float-cmp v0.9.0
16562024-03-30T03:24:19.729Z Compiling fixedbitset v0.4.2
16572024-03-30T03:24:20.162Z Compiling predicates-core v1.0.6
16582024-03-30T03:24:20.964Z Compiling whoami v1.5.0
16592024-03-30T03:24:21.240Z Compiling new_debug_unreachable v1.0.4
16602024-03-30T03:24:21.918Z Compiling difflib v0.4.0
16612024-03-30T03:24:22.448Z Compiling minimal-lexical v0.2.1
16622024-03-30T03:24:22.675Z Compiling precomputed-hash v0.1.1
16632024-03-30T03:24:22.938Z Compiling static_assertions v1.1.0
16642024-03-30T03:24:23.045Z Compiling normalize-line-endings v0.3.0
16652024-03-30T03:24:23.242Z Compiling predicates v3.1.0
16662024-03-30T03:24:23.261Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16672024-03-30T03:24:23.577Z Compiling string_cache v0.8.7
16682024-03-30T03:24:23.773Z Compiling nom v7.1.3
16692024-03-30T03:24:24.454Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16702024-03-30T03:24:24.589Z Compiling trust-dns-proto v0.22.0
16712024-03-30T03:24:25.020Z Compiling tokio-postgres v0.7.10
16722024-03-30T03:24:25.954Z Compiling diesel v2.1.4
16732024-03-30T03:24:27.174Z Compiling elliptic-curve v0.13.8
16742024-03-30T03:24:27.553Z Compiling petgraph v0.6.4
16752024-03-30T03:24:27.969Z Compiling yasna v0.5.2
16762024-03-30T03:24:29.123Z Compiling clap v4.5.1
16772024-03-30T03:24:29.829Z Compiling zip v0.6.6
16782024-03-30T03:24:29.850Z Compiling crossterm v0.27.0
16792024-03-30T03:24:30.507Z Compiling similar v2.4.0
16802024-03-30T03:24:31.236Z Compiling bit-set v0.5.3
16812024-03-30T03:24:31.525Z Compiling num-iter v0.1.44
16822024-03-30T03:24:31.543Z Compiling usdt v0.3.5
16832024-03-30T03:24:31.719Z Compiling itertools v0.10.5
16842024-03-30T03:24:31.794Z Compiling console v0.15.8
16852024-03-30T03:24:33.070Z Compiling tokio-stream v0.1.14
16862024-03-30T03:24:33.609Z Compiling getopts v0.2.21
16872024-03-30T03:24:33.637Z Compiling bstr v1.9.0
16882024-03-30T03:24:34.234Z Compiling peg-runtime v0.8.2
16892024-03-30T03:24:34.248Z Compiling lalrpop-util v0.19.12
16902024-03-30T03:24:34.631Z Compiling unsafe-libyaml v0.2.10
16912024-03-30T03:24:35.176Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16922024-03-30T03:24:36.712Z Compiling serde_yaml v0.9.25
16932024-03-30T03:24:39.321Z Compiling camino v1.1.6
16942024-03-30T03:24:40.617Z Compiling atty v0.2.14
16952024-03-30T03:24:43.444Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16962024-03-30T03:24:43.523Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16972024-03-30T03:24:47.231Z Compiling sha1 v0.10.6
16982024-03-30T03:25:02.340Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16992024-03-30T03:25:02.582Z Compiling ident_case v1.0.1
17002024-03-30T03:25:02.742Z Compiling strsim v0.10.0
17012024-03-30T03:25:03.039Z Compiling darling_core v0.20.3
17022024-03-30T03:25:03.533Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032024-03-30T03:25:04.680Z Compiling strum_macros v0.26.1
17042024-03-30T03:25:09.347Z Compiling darling_macro v0.20.3
17052024-03-30T03:25:10.143Z Compiling strum v0.26.1
17062024-03-30T03:25:10.318Z Compiling dirs-sys-next v0.1.2
17072024-03-30T03:25:10.351Z Compiling darling v0.20.3
17082024-03-30T03:25:10.513Z Compiling match_cfg v0.1.0
17092024-03-30T03:25:10.619Z Compiling hostname v0.3.1
17102024-03-30T03:25:10.823Z Compiling dirs-next v2.0.0
17112024-03-30T03:25:10.940Z Compiling http v1.0.0
17122024-03-30T03:25:10.986Z Compiling thread_local v1.1.7
17132024-03-30T03:25:11.022Z Compiling slog-async v2.8.0
17142024-03-30T03:25:11.070Z Compiling rustls-pki-types v1.3.0
17152024-03-30T03:25:11.488Z Compiling term v0.7.0
17162024-03-30T03:25:11.611Z Compiling crossbeam-channel v0.5.8
17172024-03-30T03:25:11.632Z Compiling proc-macro-error-attr v1.0.4
17182024-03-30T03:25:11.829Z Compiling take_mut v0.2.2
17192024-03-30T03:25:11.925Z Compiling rustls v0.22.2
17202024-03-30T03:25:11.990Z Compiling slog-term v2.9.0
17212024-03-30T03:25:12.418Z Compiling rustls-webpki v0.102.1
17222024-03-30T03:25:12.640Z Compiling proc-macro-error v1.0.4
17232024-03-30T03:25:12.754Z Compiling multer v3.0.0
17242024-03-30T03:25:12.964Z Compiling instant v0.1.12
17252024-03-30T03:25:13.023Z Compiling paste v1.0.14
17262024-03-30T03:25:13.430Z Compiling slog-json v2.6.1
17272024-03-30T03:25:13.449Z Compiling async-stream-impl v0.3.5
17282024-03-30T03:25:13.588Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17292024-03-30T03:25:13.678Z Compiling debug-ignore v1.0.5
17302024-03-30T03:25:13.744Z Compiling atomic-waker v1.1.1
17312024-03-30T03:25:14.619Z Compiling waitgroup v0.1.2
17322024-03-30T03:25:14.827Z Compiling slog-bunyan v2.5.0
17332024-03-30T03:25:14.827Z Compiling rustls-pemfile v2.1.1
17342024-03-30T03:25:14.827Z Compiling serde_with_macros v3.6.1
17352024-03-30T03:25:14.828Z Compiling toml v0.8.10
17362024-03-30T03:25:14.951Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17372024-03-30T03:25:15.065Z Compiling async-stream v0.3.5
17382024-03-30T03:25:15.139Z Compiling serde_path_to_error v0.1.16
17392024-03-30T03:25:15.284Z Compiling structmeta-derive v0.3.0
17402024-03-30T03:25:15.362Z Compiling newtype-uuid v1.0.1
17412024-03-30T03:25:15.546Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17422024-03-30T03:25:15.963Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17432024-03-30T03:25:19.466Z Compiling backoff v0.4.0
17442024-03-30T03:25:19.492Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17452024-03-30T03:25:19.492Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17462024-03-30T03:25:19.492Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17472024-03-30T03:25:19.492Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17482024-03-30T03:25:19.492Z Compiling macaddr v1.0.1
17492024-03-30T03:25:19.492Z Compiling proc-macro-crate v1.3.1
17502024-03-30T03:25:19.492Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512024-03-30T03:25:19.493Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17522024-03-30T03:25:19.493Z Compiling tokio-rustls v0.25.0
17532024-03-30T03:25:19.493Z Compiling foreign-types-macros v0.2.3
17542024-03-30T03:25:19.493Z Compiling serde_with v3.6.1
17552024-03-30T03:25:19.493Z Compiling num_enum_derive v0.5.11
17562024-03-30T03:25:19.789Z Compiling structmeta v0.3.0
17572024-03-30T03:25:19.789Z Compiling parse-display-derive v0.9.0
17582024-03-30T03:25:19.789Z Compiling heapless v0.8.0
17592024-03-30T03:25:19.789Z Compiling foreign-types-shared v0.3.1
17602024-03-30T03:25:19.790Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17612024-03-30T03:25:19.962Z Compiling foreign-types v0.5.0
17622024-03-30T03:25:20.732Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17632024-03-30T03:25:21.032Z Compiling num_enum v0.5.11
17642024-03-30T03:25:21.200Z Compiling cstr-argument v0.1.2
17652024-03-30T03:25:21.453Z Compiling hash32 v0.3.1
17662024-03-30T03:25:21.603Z Compiling smoltcp v0.11.0
17672024-03-30T03:25:21.712Z Compiling pretty-hex v0.2.1
17682024-03-30T03:25:21.908Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17692024-03-30T03:25:22.362Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17702024-03-30T03:25:22.450Z Compiling tabwriter v1.4.0
17712024-03-30T03:25:22.938Z Compiling colored v2.1.0
17722024-03-30T03:25:22.961Z Compiling socket2 v0.4.9
17732024-03-30T03:25:23.148Z Compiling fastrand v2.0.1
17742024-03-30T03:25:23.680Z Compiling cobs v0.2.3
17752024-03-30T03:25:23.695Z Compiling embedded-io v0.4.0
17762024-03-30T03:25:23.715Z Compiling tempfile v3.10.0
17772024-03-30T03:25:23.734Z Compiling parse-display v0.9.0
17782024-03-30T03:25:23.837Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17792024-03-30T03:25:23.923Z Compiling postcard v1.0.8
17802024-03-30T03:25:23.977Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17812024-03-30T03:25:24.141Z Compiling crucible-workspace-hack v0.1.0
17822024-03-30T03:25:24.233Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17832024-03-30T03:25:24.406Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17842024-03-30T03:25:24.477Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17852024-03-30T03:25:24.698Z Compiling smf v0.2.2
17862024-03-30T03:25:24.802Z Compiling platforms v3.0.2
17872024-03-30T03:25:24.824Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17882024-03-30T03:25:25.124Z Compiling humantime v2.1.0
17892024-03-30T03:25:25.271Z Compiling camino-tempfile v1.1.1
17902024-03-30T03:25:25.333Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17912024-03-30T03:25:25.713Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
17922024-03-30T03:25:25.762Z Compiling heck v0.3.3
17932024-03-30T03:25:26.175Z Compiling usdt-attr-macro v0.5.0
17942024-03-30T03:25:26.175Z Compiling usdt-macro v0.5.0
17952024-03-30T03:25:26.211Z Compiling num-derive v0.4.0
17962024-03-30T03:25:26.309Z Compiling memmap v0.7.0
17972024-03-30T03:25:27.094Z Compiling utf-8 v0.7.6
17982024-03-30T03:25:27.111Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17992024-03-30T03:25:27.111Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
18002024-03-30T03:25:27.432Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18012024-03-30T03:25:27.780Z Compiling usdt v0.5.0
18022024-03-30T03:25:28.272Z Compiling unicase v2.7.0
18032024-03-30T03:25:28.360Z Compiling rayon-core v1.12.1
18042024-03-30T03:25:28.553Z Compiling semver v0.1.20
18052024-03-30T03:25:28.571Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
18062024-03-30T03:25:28.574Z Compiling curve25519-dalek v4.1.1
18072024-03-30T03:25:28.685Z Compiling newline-converter v0.3.0
18082024-03-30T03:25:28.883Z Compiling rustc_version v0.1.7
18092024-03-30T03:25:29.074Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18102024-03-30T03:25:29.138Z Compiling crossbeam-deque v0.8.3
18112024-03-30T03:25:29.189Z Compiling universal-hash v0.5.1
18122024-03-30T03:25:29.223Z Compiling opaque-debug v0.3.0
18132024-03-30T03:25:29.312Z Compiling same-file v1.0.6
18142024-03-30T03:25:29.387Z Compiling newtype_derive v0.1.6
18152024-03-30T03:25:29.473Z Compiling walkdir v2.4.0
18162024-03-30T03:25:29.551Z Compiling expectorate v1.1.0
18172024-03-30T03:25:29.691Z Compiling tungstenite v0.20.1
18182024-03-30T03:25:29.730Z Compiling semver-parser v0.10.2
18192024-03-30T03:25:29.960Z Compiling signature v2.1.0
18202024-03-30T03:25:30.228Z Compiling curve25519-dalek-derive v0.1.0
18212024-03-30T03:25:30.241Z Compiling blake3 v1.5.0
18222024-03-30T03:25:30.703Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18232024-03-30T03:25:30.882Z Compiling num-rational v0.4.1
18242024-03-30T03:25:30.965Z Compiling getrandom v0.1.16
18252024-03-30T03:25:31.192Z Compiling arc-swap v1.6.0
18262024-03-30T03:25:31.340Z Compiling termcolor v1.2.0
18272024-03-30T03:25:31.744Z Compiling slog-scope v4.4.0
18282024-03-30T03:25:31.808Z Compiling env_logger v0.9.3
18292024-03-30T03:25:31.937Z Compiling tokio-tungstenite v0.20.1
18302024-03-30T03:25:32.147Z Compiling semver v0.11.0
18312024-03-30T03:25:32.177Z Compiling rayon v1.9.0
18322024-03-30T03:25:32.452Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18332024-03-30T03:25:32.533Z Compiling password-hash v0.5.0
18342024-03-30T03:25:32.939Z Compiling textwrap v0.11.0
18352024-03-30T03:25:32.999Z Compiling blake2 v0.10.6
18362024-03-30T03:25:33.170Z Compiling bitstruct_derive v0.1.0
18372024-03-30T03:25:33.860Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18382024-03-30T03:25:33.860Z Compiling memmap2 v0.7.1
18392024-03-30T03:25:33.860Z Compiling xattr v1.0.1
18402024-03-30T03:25:33.860Z Compiling filetime v0.2.23
18412024-03-30T03:25:33.861Z Compiling quick-error v1.2.3
18422024-03-30T03:25:33.920Z Compiling ascii v1.1.0
18432024-03-30T03:25:33.950Z Compiling home v0.5.5
18442024-03-30T03:25:33.953Z Compiling bytecount v0.6.3
18452024-03-30T03:25:34.185Z Compiling libefi-sys v0.1.0
18462024-03-30T03:25:34.231Z Compiling constant_time_eq v0.3.0
18472024-03-30T03:25:34.415Z Compiling arrayvec v0.7.4
18482024-03-30T03:25:34.436Z Compiling base64 v0.22.0
18492024-03-30T03:25:34.472Z Compiling linked-hash-map v0.5.6
18502024-03-30T03:25:34.491Z Compiling vec_map v0.8.2
18512024-03-30T03:25:34.591Z Compiling arrayref v0.3.7
18522024-03-30T03:25:34.689Z Compiling parking_lot_core v0.8.6
18532024-03-30T03:25:35.211Z Compiling strsim v0.8.0
18542024-03-30T03:25:35.220Z Compiling ansi_term v0.12.1
18552024-03-30T03:25:35.220Z Compiling lru-cache v0.1.2
18562024-03-30T03:25:35.221Z Compiling bitstruct v0.1.1
18572024-03-30T03:25:35.221Z Compiling clap v2.34.0
18582024-03-30T03:25:35.221Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18592024-03-30T03:25:35.643Z Compiling toolchain_find v0.2.0
18602024-03-30T03:25:36.098Z Compiling papergrid v0.11.0
18612024-03-30T03:25:36.098Z Compiling resolv-conf v0.7.0
18622024-03-30T03:25:36.098Z Compiling tar v0.4.40
18632024-03-30T03:25:36.734Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18642024-03-30T03:25:36.748Z Compiling argon2 v0.5.3
18652024-03-30T03:25:37.508Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18662024-03-30T03:25:38.312Z Compiling slog-stdlog v4.1.1
18672024-03-30T03:25:38.774Z Compiling structopt-derive v0.4.18
18682024-03-30T03:25:38.840Z Compiling tabled_derive v0.7.0
18692024-03-30T03:25:39.768Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18702024-03-30T03:25:39.847Z Compiling rfc6979 v0.4.0
18712024-03-30T03:25:40.055Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18722024-03-30T03:25:40.443Z Compiling serde_arrays v0.1.0
18732024-03-30T03:25:40.464Z Compiling erased-serde v0.3.31
18742024-03-30T03:25:40.518Z Compiling toml v0.5.11
18752024-03-30T03:25:40.622Z Compiling aead v0.5.2
18762024-03-30T03:25:40.724Z Compiling num-complex v0.4.4
18772024-03-30T03:25:40.966Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18782024-03-30T03:25:41.347Z Compiling nibble_vec v0.1.0
18792024-03-30T03:25:41.549Z Compiling slog-dtrace v0.3.0
18802024-03-30T03:25:41.574Z Compiling winapi v0.3.9
18812024-03-30T03:25:41.741Z Compiling endian-type v0.1.2
18822024-03-30T03:25:41.763Z Compiling topological-sort v0.2.2
18832024-03-30T03:25:41.842Z Compiling cancel-safe-futures v0.1.5
18842024-03-30T03:25:41.879Z Compiling keccak v0.1.4
18852024-03-30T03:25:41.994Z Compiling radix_trie v0.2.1
18862024-03-30T03:25:42.124Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18872024-03-30T03:25:42.182Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18882024-03-30T03:25:42.613Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18892024-03-30T03:25:42.736Z Compiling rustfmt-wrapper v0.2.0
18902024-03-30T03:25:42.910Z Compiling sha3 v0.10.8
18912024-03-30T03:25:43.240Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18922024-03-30T03:25:43.370Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18932024-03-30T03:25:43.782Z Compiling omicron-zone-package v0.11.0
18942024-03-30T03:25:43.935Z Compiling structopt v0.3.26
18952024-03-30T03:25:44.096Z Compiling num v0.4.1
18962024-03-30T03:25:44.150Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18972024-03-30T03:25:44.201Z Compiling tabled v0.15.0
18982024-03-30T03:25:44.816Z Compiling ecdsa v0.16.9
18992024-03-30T03:25:44.838Z Compiling rand_core v0.5.1
19002024-03-30T03:25:44.838Z Compiling slog-envlogger v2.2.0
19012024-03-30T03:25:44.991Z Compiling mime_guess v2.0.4
19022024-03-30T03:25:45.121Z Compiling steno v0.4.0
19032024-03-30T03:25:45.483Z Compiling trust-dns-resolver v0.22.0
19042024-03-30T03:25:47.510Z Compiling poly1305 v0.8.0
19052024-03-30T03:25:49.568Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19062024-03-30T03:25:50.212Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19072024-03-30T03:25:50.253Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19082024-03-30T03:25:50.343Z Compiling primeorder v0.13.6
19092024-03-30T03:25:50.563Z Compiling chacha20 v0.9.1
19102024-03-30T03:25:51.058Z Compiling secrecy v0.8.0
19112024-03-30T03:25:51.315Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19122024-03-30T03:25:51.377Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19132024-03-30T03:25:51.931Z Compiling thiserror-impl-no-std v2.0.2
19142024-03-30T03:25:52.024Z Compiling half v2.3.1
19152024-03-30T03:25:52.555Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19162024-03-30T03:25:52.573Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19172024-03-30T03:25:52.743Z Compiling ciborium-io v0.2.2
19182024-03-30T03:25:52.853Z Compiling convert_case v0.4.0
19192024-03-30T03:25:52.873Z Compiling option-ext v0.2.0
19202024-03-30T03:25:53.013Z Compiling dirs-sys v0.4.1
19212024-03-30T03:25:53.290Z Compiling ciborium-ll v0.2.2
19222024-03-30T03:25:53.658Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19232024-03-30T03:25:53.727Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19242024-03-30T03:25:53.852Z Compiling derive_more v0.99.17
19252024-03-30T03:25:54.317Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19262024-03-30T03:25:55.392Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19272024-03-30T03:25:56.452Z Compiling thiserror-no-std v2.0.2
19282024-03-30T03:25:56.575Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19292024-03-30T03:25:57.024Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19302024-03-30T03:25:57.596Z Compiling parking_lot v0.11.2
19312024-03-30T03:25:57.706Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19322024-03-30T03:25:58.142Z Compiling rand_chacha v0.2.2
19332024-03-30T03:25:59.333Z Compiling trust-dns-client v0.22.0
19342024-03-30T03:25:59.695Z Compiling ed25519 v2.2.2
19352024-03-30T03:25:59.782Z Compiling polyval v0.6.1
19362024-03-30T03:26:00.211Z Compiling tungstenite v0.21.0
19372024-03-30T03:26:00.640Z Compiling zone_cfg_derive v0.1.2
19382024-03-30T03:26:01.879Z Compiling ctr v0.9.2
19392024-03-30T03:26:02.232Z Compiling aes v0.8.3
19402024-03-30T03:26:02.417Z Compiling blowfish v0.9.1
19412024-03-30T03:26:02.479Z Compiling password-hash v0.4.2
19422024-03-30T03:26:02.483Z Compiling libsw v3.3.1
19432024-03-30T03:26:02.886Z Compiling pbkdf2 v0.12.2
19442024-03-30T03:26:02.906Z Compiling derive-where v1.2.7
19452024-03-30T03:26:03.074Z Compiling fxhash v0.2.1
19462024-03-30T03:26:03.296Z Compiling gethostname v0.4.3
19472024-03-30T03:26:03.691Z Compiling owo-colors v4.0.0
19482024-03-30T03:26:03.935Z Compiling base64 v0.13.1
19492024-03-30T03:26:04.519Z Compiling swrite v0.1.0
19502024-03-30T03:26:04.677Z Compiling linear-map v1.2.0
19512024-03-30T03:26:05.034Z Compiling trust-dns-server v0.22.1
19522024-03-30T03:26:05.153Z Compiling ron v0.7.1
19532024-03-30T03:26:06.109Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19542024-03-30T03:26:06.663Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19552024-03-30T03:26:07.649Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19562024-03-30T03:26:08.762Z Compiling sled v0.34.7
19572024-03-30T03:26:08.846Z Compiling bcrypt-pbkdf v0.10.0
19582024-03-30T03:26:09.467Z Compiling pbkdf2 v0.11.0
19592024-03-30T03:26:09.834Z Compiling zone v0.1.8
19602024-03-30T03:26:10.696Z Compiling tokio-tungstenite v0.21.0
19612024-03-30T03:26:11.247Z Compiling ghash v0.5.0
19622024-03-30T03:26:11.272Z Compiling ed25519-dalek v2.0.0
19632024-03-30T03:26:11.451Z Compiling russh-cryptovec v0.7.0
19642024-03-30T03:26:11.541Z Compiling rand v0.7.3
19652024-03-30T03:26:12.257Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19662024-03-30T03:26:12.297Z Compiling vsss-rs v3.3.4
19672024-03-30T03:26:12.738Z Compiling ciborium v0.2.2
19682024-03-30T03:26:14.165Z Compiling dirs v5.0.1
19692024-03-30T03:26:14.233Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19702024-03-30T03:26:14.389Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19712024-03-30T03:26:14.397Z Compiling chacha20poly1305 v0.10.1
19722024-03-30T03:26:14.615Z Compiling p256 v0.13.2
19732024-03-30T03:26:15.136Z Compiling p521 v0.13.3
19742024-03-30T03:26:15.456Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19752024-03-30T03:26:16.839Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19762024-03-30T03:26:16.956Z Compiling cbc v0.1.2
19772024-03-30T03:26:16.995Z Compiling pem v3.0.2
19782024-03-30T03:26:17.220Z Compiling headers-core v0.2.0
19792024-03-30T03:26:17.398Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
19802024-03-30T03:26:17.573Z Compiling portpicker v0.1.1
19812024-03-30T03:26:17.801Z Compiling kstat-rs v0.2.3
19822024-03-30T03:26:17.827Z Compiling nanorand v0.7.0
19832024-03-30T03:26:17.895Z Compiling http-range v0.1.5
19842024-03-30T03:26:18.351Z Compiling glob v0.3.1
19852024-03-30T03:26:18.417Z Compiling md5 v0.7.0
19862024-03-30T03:26:18.536Z Compiling flume v0.11.0
19872024-03-30T03:26:18.946Z Compiling russh-keys v0.42.0
19882024-03-30T03:26:19.234Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19892024-03-30T03:26:19.276Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19902024-03-30T03:26:19.342Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19912024-03-30T03:26:21.242Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19922024-03-30T03:26:22.149Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19932024-03-30T03:26:22.281Z Compiling hyper-staticfile v0.9.5
19942024-03-30T03:26:22.594Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
19952024-03-30T03:26:23.329Z Compiling headers v0.3.9
19962024-03-30T03:26:23.473Z Compiling rcgen v0.12.1
19972024-03-30T03:26:25.000Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19982024-03-30T03:26:25.489Z Compiling aes-gcm v0.10.3
19992024-03-30T03:26:25.794Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20002024-03-30T03:26:28.019Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20012024-03-30T03:26:28.949Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20022024-03-30T03:26:29.019Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)
20032024-03-30T03:26:32.022Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b)
20042024-03-30T03:26:32.295Z Compiling atomicwrites v0.4.3
20052024-03-30T03:26:32.589Z Compiling itertools v0.12.1
20062024-03-30T03:26:32.636Z Compiling subprocess v0.2.9
20072024-03-30T03:26:33.598Z Compiling dhcproto-macros v0.1.0
20082024-03-30T03:26:34.653Z Compiling hex-literal v0.4.1
20092024-03-30T03:26:34.760Z Compiling display-error-chain v0.2.0
20102024-03-30T03:26:34.824Z Compiling russh v0.42.0
20112024-03-30T03:26:34.961Z Compiling dhcproto v0.11.0
20122024-03-30T03:26:35.859Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20132024-03-30T03:26:36.256Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20142024-03-30T03:26:36.909Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20152024-03-30T03:26:38.547Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20162024-03-30T03:26:39.087Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20172024-03-30T03:26:39.579Z Compiling internet-checksum v0.2.1
20182024-03-30T03:26:59.329Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20192024-03-30T03:27:40.460Z Finished dev [unoptimized + debuginfo] target(s) in 5m 59s
20202024-03-30T03:27:40.786Z
20212024-03-30T03:27:40.786Zreal 5:59.862592563
20222024-03-30T03:27:40.790Zuser 28:38.798585958
20232024-03-30T03:27:40.790Zsys 6:06.334773577
20242024-03-30T03:27:40.790Ztrap 0.845065222
20252024-03-30T03:27:40.790Ztflt 3.469399996
20262024-03-30T03:27:40.790Zdflt 4.110245363
20272024-03-30T03:27:40.790Zkflt 0.088177096
20282024-03-30T03:27:40.790Zlock 53:50.556655494
20292024-03-30T03:27:40.790Zslp 1:22:59.372515146
20302024-03-30T03:27:40.790Zlat 1:45.743818356
20312024-03-30T03:27:40.790Zstop 4:30.624141713
20322024-03-30T03:27:40.790Z+ mkdir -p /work
20332024-03-30T03:27:40.790Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20342024-03-30T03:27:41.553Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20352024-03-30T03:27:50.190Z Finished dev [unoptimized + debuginfo] target(s) in 9.36s
20362024-03-30T03:27:50.283Z
20372024-03-30T03:27:50.283Zreal 9.475220906
20382024-03-30T03:27:50.283Zuser 6.735987645
20392024-03-30T03:27:50.283Zsys 3.661076320
20402024-03-30T03:27:50.283Ztrap 0.001450304
20412024-03-30T03:27:50.283Ztflt 0.004438001
20422024-03-30T03:27:50.283Zdflt 0.049688490
20432024-03-30T03:27:50.286Zkflt 0.000022666
20442024-03-30T03:27:50.286Zlock 25.873341862
20452024-03-30T03:27:50.286Zslp 37.715056595
20462024-03-30T03:27:50.286Zlat 0.050774827
20472024-03-30T03:27:50.287Zstop 0.348146806
20482024-03-30T03:27:50.287Z+ cp target/debug/commtest /work/commtest
20492024-03-30T03:27:50.703Z+ mkdir -p /work/end-to-end-tests
20502024-03-30T03:27:50.715Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20512024-03-30T03:27:51.227Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20522024-03-30T03:27:51.227Z+ ptime -m gzip
20532024-03-30T03:27:51.235Z++ basename target/debug/bootstrap
20542024-03-30T03:28:03.917Z
20552024-03-30T03:28:03.925Zreal 12.683554729
20562024-03-30T03:28:03.925Zuser 12.574874180
20572024-03-30T03:28:03.925Zsys 0.086639145
20582024-03-30T03:28:03.926Ztrap 0.003251081
20592024-03-30T03:28:03.926Ztflt 0.000000000
20602024-03-30T03:28:03.926Zdflt 0.000000000
20612024-03-30T03:28:03.926Zkflt 0.000000000
20622024-03-30T03:28:03.926Zlock 0.000000000
20632024-03-30T03:28:03.926Zslp 0.010269602
20642024-03-30T03:28:03.926Zlat 0.008121906
20652024-03-30T03:28:03.926Zstop 0.000173762
20662024-03-30T03:28:03.926Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20672024-03-30T03:28:03.926Z+ ptime -m gzip
20682024-03-30T03:28:03.926Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-51ad6d99a44fc35f
20692024-03-30T03:28:05.115Z
20702024-03-30T03:28:05.115Zreal 1.192475776
20712024-03-30T03:28:05.115Zuser 1.180696292
20722024-03-30T03:28:05.115Zsys 0.010285478
20732024-03-30T03:28:05.116Ztrap 0.000431860
20742024-03-30T03:28:05.116Ztflt 0.000000000
20752024-03-30T03:28:05.116Zdflt 0.000000000
20762024-03-30T03:28:05.116Zkflt 0.000000000
20772024-03-30T03:28:05.116Zlock 0.000000000
20782024-03-30T03:28:05.116Zslp 0.000000000
20792024-03-30T03:28:05.116Zlat 0.000658538
20802024-03-30T03:28:05.116Zstop 0.000178942
20812024-03-30T03:28:05.125Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20822024-03-30T03:28:05.126Z+ ptime -m gzip
20832024-03-30T03:28:05.126Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84fc686bbe1391cf
20842024-03-30T03:28:06.297Z
20852024-03-30T03:28:06.297Zreal 1.176039069
20862024-03-30T03:28:06.297Zuser 1.166871678
20872024-03-30T03:28:06.297Zsys 0.008542807
20882024-03-30T03:28:06.297Ztrap 0.000076388
20892024-03-30T03:28:06.298Ztflt 0.000000000
20902024-03-30T03:28:06.298Zdflt 0.000000000
20912024-03-30T03:28:06.298Zkflt 0.000000000
20922024-03-30T03:28:06.298Zlock 0.000000000
20932024-03-30T03:28:06.298Zslp 0.000000000
20942024-03-30T03:28:06.298Zlat 0.000138109
20952024-03-30T03:28:06.299Zstop 0.000178291
20962024-03-30T03:28:06.308Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20972024-03-30T03:28:06.309Z+ ptime -m gzip
20982024-03-30T03:28:06.309Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-522cd312e3be3808
20992024-03-30T03:28:07.484Z
21002024-03-30T03:28:07.484Zreal 1.180208806
21012024-03-30T03:28:07.484Zuser 1.171171389
21022024-03-30T03:28:07.484Zsys 0.008478325
21032024-03-30T03:28:07.484Ztrap 0.000068038
21042024-03-30T03:28:07.484Ztflt 0.000000000
21052024-03-30T03:28:07.484Zdflt 0.000000000
21062024-03-30T03:28:07.484Zkflt 0.000000000
21072024-03-30T03:28:07.484Zlock 0.000000000
21082024-03-30T03:28:07.484Zslp 0.000000000
21092024-03-30T03:28:07.484Zlat 0.000095475
21102024-03-30T03:28:07.485Zstop 0.000171303
21112024-03-30T03:28:07.492Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21122024-03-30T03:28:07.492Z+ ptime -m gzip
21132024-03-30T03:28:07.492Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7d252aeafffd2c0c
21142024-03-30T03:28:20.207Z
21152024-03-30T03:28:20.207Zreal 12.717301237
21162024-03-30T03:28:20.207Zuser 12.646095134
21172024-03-30T03:28:20.207Zsys 0.068002213
21182024-03-30T03:28:20.208Ztrap 0.001533823
21192024-03-30T03:28:20.208Ztflt 0.000000000
21202024-03-30T03:28:20.208Zdflt 0.000000000
21212024-03-30T03:28:20.208Zkflt 0.000000000
21222024-03-30T03:28:20.208Zlock 0.000000000
21232024-03-30T03:28:20.208Zslp 0.000000000
21242024-03-30T03:28:20.208Zlat 0.001264323
21252024-03-30T03:28:20.209Zstop 0.000176872
21262024-03-30T03:28:20.213Z+ banner caboose-util
21272024-03-30T03:28:20.214Z
21282024-03-30T03:28:20.214Z #### ## ##### #### #### #### ###### # # #####
21292024-03-30T03:28:20.214Z # # # # # # # # # # # # # # #
21302024-03-30T03:28:20.214Z # # # ##### # # # # #### ##### ##### # # #
21312024-03-30T03:28:20.214Z # ###### # # # # # # # # # # #
21322024-03-30T03:28:20.214Z # # # # # # # # # # # # # # # #
21332024-03-30T03:28:20.214Z #### # # ##### #### #### #### ###### #### #
21342024-03-30T03:28:20.214Z
21352024-03-30T03:28:20.214Z+ ptime -m cargo build --locked -p caboose-util --release
21362024-03-30T03:28:20.683Z Downloading crates ...
21372024-03-30T03:28:20.823Z Downloaded crc v3.0.1
21382024-03-30T03:28:20.831Z Downloaded crc-any v2.4.3
21392024-03-30T03:28:20.836Z Downloaded crc-catalog v2.2.0
21402024-03-30T03:28:20.836Z Downloaded bitfield v0.14.0
21412024-03-30T03:28:20.844Z Downloaded nodrop v0.1.14
21422024-03-30T03:28:20.847Z Downloaded array-init v0.0.4
21432024-03-30T03:28:20.851Z Downloaded is-terminal v0.4.9
21442024-03-30T03:28:20.854Z Downloaded wyz v0.5.1
21452024-03-30T03:28:20.858Z Downloaded tap v1.0.1
21462024-03-30T03:28:20.858Z Downloaded packed_struct_codegen v0.10.1
21472024-03-30T03:28:20.858Z Downloaded funty v2.0.0
21482024-03-30T03:28:20.859Z Downloaded maybe-uninit v2.0.0
21492024-03-30T03:28:20.862Z Downloaded serde-hex v0.1.0
21502024-03-30T03:28:20.862Z Downloaded radium v0.7.0
21512024-03-30T03:28:20.863Z Downloaded packed_struct v0.10.1
21522024-03-30T03:28:20.867Z Downloaded smallvec v0.6.14
21532024-03-30T03:28:20.867Z Downloaded path-slash v0.1.5
21542024-03-30T03:28:20.867Z Downloaded env_logger v0.10.0
21552024-03-30T03:28:20.883Z Downloaded rsa v0.9.2
21562024-03-30T03:28:20.890Z Downloaded ron v0.8.1
21572024-03-30T03:28:21.310Z Downloaded pkcs1 v0.7.5
21582024-03-30T03:28:21.310Z Downloaded x509-cert v0.2.4
21592024-03-30T03:28:21.320Z Downloaded hashbrown v0.13.2
21602024-03-30T03:28:21.320Z Downloaded num-bigint-dig v0.8.4
21612024-03-30T03:28:21.320Z Downloaded bitvec v1.0.1
21622024-03-30T03:28:21.321Z Downloaded object v0.30.4
21632024-03-30T03:28:21.321Z Compiling proc-macro2 v1.0.78
21642024-03-30T03:28:21.321Z Compiling unicode-ident v1.0.12
21652024-03-30T03:28:21.321Z Compiling libc v0.2.153
21662024-03-30T03:28:21.321Z Compiling serde v1.0.197
21672024-03-30T03:28:21.321Z Compiling autocfg v1.1.0
21682024-03-30T03:28:21.321Z Compiling version_check v0.9.4
21692024-03-30T03:28:21.321Z Compiling cfg-if v1.0.0
21702024-03-30T03:28:21.321Z Compiling typenum v1.16.0
21712024-03-30T03:28:21.321Z Compiling once_cell v1.19.0
21722024-03-30T03:28:21.321Z Compiling parking_lot_core v0.9.8
21732024-03-30T03:28:21.565Z Compiling memchr v2.7.1
21742024-03-30T03:28:21.597Z Compiling syn v1.0.109
21752024-03-30T03:28:21.605Z Compiling byteorder v1.5.0
21762024-03-30T03:28:21.733Z Compiling lock_api v0.4.10
21772024-03-30T03:28:22.006Z Compiling generic-array v0.14.7
21782024-03-30T03:28:22.066Z Compiling libm v0.2.7
21792024-03-30T03:28:22.138Z Compiling num-traits v0.2.18
21802024-03-30T03:28:22.268Z Compiling ahash v0.8.8
21812024-03-30T03:28:22.350Z Compiling serde_json v1.0.114
21822024-03-30T03:28:22.401Z Compiling quote v1.0.35
21832024-03-30T03:28:22.518Z Compiling thiserror v1.0.57
21842024-03-30T03:28:22.641Z Compiling pkg-config v0.3.27
21852024-03-30T03:28:22.936Z Compiling syn v2.0.52
21862024-03-30T03:28:23.001Z Compiling cc v1.0.83
21872024-03-30T03:28:23.036Z Compiling getrandom v0.2.12
21882024-03-30T03:28:23.591Z Compiling itoa v1.0.9
21892024-03-30T03:28:23.606Z Compiling scopeguard v1.2.0
21902024-03-30T03:28:23.692Z Compiling log v0.4.21
21912024-03-30T03:28:23.857Z Compiling slab v0.4.9
21922024-03-30T03:28:24.145Z Compiling rand_core v0.6.4
21932024-03-30T03:28:24.192Z Compiling smallvec v1.13.1
21942024-03-30T03:28:24.768Z Compiling vcpkg v0.2.15
21952024-03-30T03:28:25.547Z Compiling ryu v1.0.15
21962024-03-30T03:28:25.718Z Compiling parking_lot v0.12.1
21972024-03-30T03:28:25.767Z Compiling const-oid v0.9.6
21982024-03-30T03:28:25.828Z Compiling pin-project-lite v0.2.13
21992024-03-30T03:28:26.367Z Compiling ring v0.17.8
22002024-03-30T03:28:26.507Z Compiling openssl-sys v0.9.96
22012024-03-30T03:28:26.613Z Compiling ucd-trie v0.1.6
22022024-03-30T03:28:27.099Z Compiling signal-hook-registry v1.4.1
22032024-03-30T03:28:27.389Z Compiling subtle v2.5.0
22042024-03-30T03:28:27.722Z Compiling rustix v0.38.31
22052024-03-30T03:28:27.807Z Compiling ring v0.16.20
22062024-03-30T03:28:27.841Z Compiling mio v0.8.11
22072024-03-30T03:28:28.414Z Compiling futures-core v0.3.30
22082024-03-30T03:28:28.661Z Compiling semver v1.0.22
22092024-03-30T03:28:28.806Z Compiling tinyvec_macros v0.1.1
22102024-03-30T03:28:28.887Z Compiling tinyvec v1.6.0
22112024-03-30T03:28:29.386Z Compiling spin v0.5.2
22122024-03-30T03:28:30.366Z Compiling unicode-normalization v0.1.22
22132024-03-30T03:28:30.720Z Compiling num_cpus v1.16.0
22142024-03-30T03:28:30.732Z Compiling socket2 v0.5.5
22152024-03-30T03:28:30.830Z Compiling unicode-bidi v0.3.15
22162024-03-30T03:28:31.562Z Compiling heck v0.4.1
22172024-03-30T03:28:31.719Z Compiling futures-sink v0.3.30
22182024-03-30T03:28:31.873Z Compiling httparse v1.8.0
22192024-03-30T03:28:31.980Z Compiling openssl v0.10.60
22202024-03-30T03:28:31.992Z Compiling unicode-xid v0.2.4
22212024-03-30T03:28:32.125Z Compiling allocator-api2 v0.2.16
22222024-03-30T03:28:32.224Z Compiling synstructure v0.12.6
22232024-03-30T03:28:32.320Z Compiling num-conv v0.1.0
22242024-03-30T03:28:32.542Z Compiling equivalent v1.0.1
22252024-03-30T03:28:32.593Z Compiling time-core v0.1.2
22262024-03-30T03:28:32.768Z Compiling time-macros v0.2.17
22272024-03-30T03:28:32.888Z Compiling futures-channel v0.3.30
22282024-03-30T03:28:33.354Z Compiling pin-utils v0.1.0
22292024-03-30T03:28:33.430Z Compiling crc32fast v1.3.2
22302024-03-30T03:28:33.816Z Compiling native-tls v0.2.11
22312024-03-30T03:28:33.848Z Compiling futures-io v0.3.30
22322024-03-30T03:28:34.094Z Compiling futures-task v0.3.30
22332024-03-30T03:28:34.115Z Compiling rustls v0.21.9
22342024-03-30T03:28:34.429Z Compiling ppv-lite86 v0.2.17
22352024-03-30T03:28:34.508Z Compiling bzip2-sys v0.1.11+1.0.8
22362024-03-30T03:28:34.894Z Compiling spin v0.9.8
22372024-03-30T03:28:34.921Z Compiling tracing-core v0.1.32
22382024-03-30T03:28:35.091Z Compiling base64ct v1.6.0
22392024-03-30T03:28:35.244Z Compiling rand_chacha v0.3.1
22402024-03-30T03:28:35.755Z Compiling rand v0.8.5
22412024-03-30T03:28:35.800Z Compiling pem-rfc7468 v0.7.0
22422024-03-30T03:28:36.492Z Compiling serde_derive v1.0.197
22432024-03-30T03:28:36.502Z Compiling zeroize_derive v1.4.2
22442024-03-30T03:28:36.502Z Compiling zerocopy-derive v0.7.32
22452024-03-30T03:28:36.502Z Compiling thiserror-impl v1.0.57
22462024-03-30T03:28:36.540Z Compiling tokio-macros v2.2.0
22472024-03-30T03:28:36.965Z Compiling futures-macro v0.3.30
22482024-03-30T03:28:37.484Z Compiling tracing-attributes v0.1.27
22492024-03-30T03:28:37.940Z Compiling zeroize v1.7.0
22502024-03-30T03:28:38.024Z Compiling der_derive v0.7.2
22512024-03-30T03:28:38.188Z Compiling zerocopy v0.7.32
22522024-03-30T03:28:39.128Z Compiling pest v2.7.6
22532024-03-30T03:28:39.306Z Compiling crypto-common v0.1.6
22542024-03-30T03:28:39.322Z Compiling block-buffer v0.10.4
22552024-03-30T03:28:39.569Z Compiling digest v0.10.7
22562024-03-30T03:28:39.693Z Compiling zerocopy-derive v0.2.0
22572024-03-30T03:28:40.021Z Compiling openssl-macros v0.1.1
22582024-03-30T03:28:40.573Z Compiling hashbrown v0.14.3
22592024-03-30T03:28:40.643Z Compiling futures-util v0.3.30
22602024-03-30T03:28:40.822Z Compiling tracing v0.1.40
22612024-03-30T03:28:41.123Z Compiling zerocopy-derive v0.6.4
22622024-03-30T03:28:41.299Z Compiling scroll_derive v0.12.0
22632024-03-30T03:28:41.423Z Compiling pest_meta v2.7.6
22642024-03-30T03:28:41.789Z Compiling cookie v0.17.0
22652024-03-30T03:28:42.063Z Compiling usdt-impl v0.3.5
22662024-03-30T03:28:42.179Z Compiling percent-encoding v2.3.1
22672024-03-30T03:28:42.374Z Compiling signal-hook v0.3.17
22682024-03-30T03:28:42.682Z Compiling pest_generator v2.7.6
22692024-03-30T03:28:42.752Z Compiling schemars v0.8.16
22702024-03-30T03:28:43.220Z Compiling flagset v0.4.3
22712024-03-30T03:28:43.225Z Compiling der v0.7.8
22722024-03-30T03:28:43.225Z Compiling serde_derive_internals v0.26.0
22732024-03-30T03:28:45.639Z Compiling pest_derive v2.7.6
22742024-03-30T03:28:46.352Z Compiling errno v0.3.8
22752024-03-30T03:28:46.604Z Compiling fnv v1.0.7
22762024-03-30T03:28:46.712Z Compiling schemars_derive v0.8.16
22772024-03-30T03:28:47.669Z Compiling spki v0.7.2
22782024-03-30T03:28:48.409Z Compiling zerocopy v0.3.0
22792024-03-30T03:28:48.537Z Compiling lazy_static v1.4.0
22802024-03-30T03:28:49.692Z Compiling bytes v1.5.0
22812024-03-30T03:28:49.803Z Compiling bitflags v2.4.2
22822024-03-30T03:28:50.603Z Compiling tokio v1.36.0
22832024-03-30T03:28:50.842Z Compiling indexmap v2.2.5
22842024-03-30T03:28:51.161Z Compiling rustc_version v0.4.0
22852024-03-30T03:28:51.759Z Compiling heapless v0.7.16
22862024-03-30T03:28:52.134Z Compiling http v0.2.12
22872024-03-30T03:28:52.767Z Compiling uuid v1.7.0
22882024-03-30T03:28:53.248Z Compiling backtrace v0.3.69
22892024-03-30T03:28:53.506Z Compiling thread-id v4.2.0
22902024-03-30T03:28:53.579Z Compiling num-bigint v0.4.4
22912024-03-30T03:28:53.623Z Compiling untrusted v0.7.1
22922024-03-30T03:28:53.805Z Compiling async-trait v0.1.77
22932024-03-30T03:28:54.022Z Compiling powerfmt v0.2.0
22942024-03-30T03:28:54.465Z Compiling iana-time-zone v0.1.57
22952024-03-30T03:28:54.519Z Compiling untrusted v0.9.0
22962024-03-30T03:28:54.933Z Compiling smoltcp v0.9.1
22972024-03-30T03:28:54.933Z Compiling foreign-types-shared v0.1.1
22982024-03-30T03:28:54.933Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22992024-03-30T03:28:55.153Z Compiling crossbeam-utils v0.8.19
23002024-03-30T03:28:55.347Z Compiling base64 v0.21.7
23012024-03-30T03:28:55.658Z Compiling foreign-types v0.3.2
23022024-03-30T03:28:56.227Z Compiling chrono v0.4.34
23032024-03-30T03:28:56.529Z Compiling deranged v0.3.11
23042024-03-30T03:28:57.550Z Compiling dof v0.1.5
23052024-03-30T03:28:58.262Z Compiling dtrace-parser v0.1.14
23062024-03-30T03:28:58.608Z Compiling form_urlencoded v1.2.1
23072024-03-30T03:28:58.895Z Compiling tokio-util v0.7.10
23082024-03-30T03:28:59.133Z Compiling hmac v0.12.1
23092024-03-30T03:28:59.374Z Compiling clap_derive v4.5.0
23102024-03-30T03:28:59.880Z Compiling num-integer v0.1.46
23112024-03-30T03:29:00.358Z Compiling adler v1.0.2
23122024-03-30T03:29:00.505Z Compiling num_threads v0.1.6
23132024-03-30T03:29:00.518Z Compiling siphasher v0.3.11
23142024-03-30T03:29:01.036Z Compiling utf8parse v0.2.1
23152024-03-30T03:29:01.052Z Compiling anstyle v1.0.6
23162024-03-30T03:29:01.052Z Compiling try-lock v0.2.4
23172024-03-30T03:29:01.052Z Compiling rustversion v1.0.14
23182024-03-30T03:29:01.053Z Compiling cpufeatures v0.2.12
23192024-03-30T03:29:01.053Z Compiling sha2 v0.10.8
23202024-03-30T03:29:01.053Z Compiling want v0.3.1
23212024-03-30T03:29:01.208Z Compiling anstyle-parse v0.2.1
23222024-03-30T03:29:01.222Z Compiling time v0.3.34
23232024-03-30T03:29:01.572Z Compiling miniz_oxide v0.7.1
23242024-03-30T03:29:04.492Z Compiling h2 v0.3.24
23252024-03-30T03:29:05.678Z Compiling sct v0.7.0
23262024-03-30T03:29:05.990Z Compiling rustls-webpki v0.101.7
23272024-03-30T03:29:07.099Z Compiling http-body v0.4.5
23282024-03-30T03:29:07.729Z Compiling serde_tokenstream v0.1.7
23292024-03-30T03:29:07.928Z Compiling pkcs8 v0.10.2
23302024-03-30T03:29:08.243Z Compiling hubpack_derive v0.1.1
23312024-03-30T03:29:08.877Z Compiling idna v0.5.0
23322024-03-30T03:29:09.360Z Compiling aho-corasick v1.1.2
23332024-03-30T03:29:09.389Z Compiling usdt-impl v0.5.0
23342024-03-30T03:29:09.894Z Compiling tower-service v0.3.2
23352024-03-30T03:29:10.006Z Compiling colorchoice v1.0.0
23362024-03-30T03:29:10.277Z Compiling anstyle-query v1.0.0
23372024-03-30T03:29:10.410Z Compiling httpdate v1.0.3
23382024-03-30T03:29:10.501Z Compiling regex-syntax v0.8.2
23392024-03-30T03:29:10.600Z Compiling openssl-probe v0.1.5
23402024-03-30T03:29:10.793Z Compiling anyhow v1.0.79
23412024-03-30T03:29:10.863Z Compiling slog v2.7.0
23422024-03-30T03:29:11.093Z Compiling radium v0.7.0
23432024-03-30T03:29:11.680Z Compiling hyper v0.14.28
23442024-03-30T03:29:13.617Z Compiling anstream v0.6.11
23452024-03-30T03:29:14.293Z Compiling regex-automata v0.4.5
23462024-03-30T03:29:18.404Z Compiling url v2.5.0
23472024-03-30T03:29:21.114Z Compiling terminal_size v0.3.0
23482024-03-30T03:29:22.023Z Compiling serde_spanned v0.6.5
23492024-03-30T03:29:22.234Z Compiling toml_datetime v0.6.5
23502024-03-30T03:29:22.390Z Compiling zerocopy v0.6.4
23512024-03-30T03:29:22.450Z Compiling scroll v0.12.0
23522024-03-30T03:29:22.722Z Compiling md-5 v0.10.5
23532024-03-30T03:29:23.103Z Compiling stringprep v0.1.3
23542024-03-30T03:29:23.166Z Compiling idna v0.3.0
23552024-03-30T03:29:23.284Z Compiling diesel_table_macro_syntax v0.1.0
23562024-03-30T03:29:23.323Z Compiling hash32 v0.2.1
23572024-03-30T03:29:23.626Z Compiling dyn-clone v1.0.17
23582024-03-30T03:29:23.637Z Compiling strsim v0.11.0
23592024-03-30T03:29:23.682Z Compiling uuid v0.8.2
23602024-03-30T03:29:23.810Z Compiling plain v0.2.3
23612024-03-30T03:29:23.869Z Compiling tap v1.0.1
23622024-03-30T03:29:23.951Z Compiling maybe-uninit v2.0.0
23632024-03-30T03:29:24.043Z Compiling psl-types v2.0.11
23642024-03-30T03:29:24.194Z Compiling gimli v0.28.0
23652024-03-30T03:29:24.239Z Compiling fallible-iterator v0.2.0
23662024-03-30T03:29:24.390Z Compiling stable_deref_trait v1.2.0
23672024-03-30T03:29:24.394Z Compiling clap_lex v0.7.0
23682024-03-30T03:29:24.938Z Compiling postgres-protocol v0.6.6
23692024-03-30T03:29:25.108Z Compiling clap_builder v4.5.1
23702024-03-30T03:29:25.124Z Compiling publicsuffix v2.2.3
23712024-03-30T03:29:25.716Z Compiling wyz v0.5.1
23722024-03-30T03:29:26.093Z Compiling goblin v0.8.0
23732024-03-30T03:29:26.151Z Compiling tokio-rustls v0.24.1
23742024-03-30T03:29:26.166Z Compiling diesel_derives v2.1.2
23752024-03-30T03:29:28.548Z Compiling addr2line v0.21.0
23762024-03-30T03:29:29.785Z Compiling strum_macros v0.25.2
23772024-03-30T03:29:30.713Z Compiling tokio-native-tls v0.3.1
23782024-03-30T03:29:31.530Z Compiling usdt-macro v0.3.5
23792024-03-30T03:29:32.715Z Compiling usdt-attr-macro v0.3.5
23802024-03-30T03:29:34.470Z Compiling phf_shared v0.11.2
23812024-03-30T03:29:34.848Z Compiling num-iter v0.1.44
23822024-03-30T03:29:35.362Z Compiling block-padding v0.3.3
23832024-03-30T03:29:35.406Z Compiling enum-as-inner v0.5.1
23842024-03-30T03:29:35.565Z Compiling serde_repr v0.1.16
23852024-03-30T03:29:36.639Z Compiling ff v0.13.0
23862024-03-30T03:29:36.885Z Compiling scheduled-thread-pool v0.2.7
23872024-03-30T03:29:38.393Z Compiling object v0.32.1
23882024-03-30T03:29:39.838Z Compiling pretty-hex v0.4.1
23892024-03-30T03:29:40.035Z Compiling bit-vec v0.6.3
23902024-03-30T03:29:40.314Z Compiling managed v0.8.0
23912024-03-30T03:29:40.422Z Compiling bitflags v1.3.2
23922024-03-30T03:29:40.739Z Compiling winnow v0.5.15
23932024-03-30T03:29:41.018Z Compiling matches v0.1.10
23942024-03-30T03:29:41.140Z Compiling rustc-demangle v0.1.23
23952024-03-30T03:29:43.247Z Compiling ipnet v2.9.0
23962024-03-30T03:29:44.203Z Compiling base16ct v0.2.0
23972024-03-30T03:29:44.247Z Compiling packed_struct v0.10.1
23982024-03-30T03:29:44.489Z Compiling funty v2.0.0
23992024-03-30T03:29:44.639Z Compiling regex-automata v0.1.10
24002024-03-30T03:29:45.295Z Compiling num-bigint-dig v0.8.4
24012024-03-30T03:29:45.792Z Compiling bstr v0.2.17
24022024-03-30T03:29:46.610Z Compiling bitvec v1.0.1
24032024-03-30T03:29:50.093Z Compiling sec1 v0.7.3
24042024-03-30T03:29:50.676Z Compiling toml_edit v0.19.15
24052024-03-30T03:29:52.302Z Compiling idna v0.2.3
24062024-03-30T03:29:54.804Z Compiling dof v0.3.0
24072024-03-30T03:29:55.416Z Compiling r2d2 v0.8.10
24082024-03-30T03:29:55.778Z Compiling group v0.13.0
24092024-03-30T03:29:56.052Z Compiling inout v0.1.3
24102024-03-30T03:29:58.117Z Compiling phf v0.11.2
24112024-03-30T03:29:58.187Z Compiling hyper-tls v0.5.0
24122024-03-30T03:29:59.020Z Compiling signal-hook-mio v0.2.3
24132024-03-30T03:29:59.020Z Compiling cookie_store v0.20.0
24142024-03-30T03:29:59.020Z Compiling clap v4.5.1
24152024-03-30T03:29:59.052Z Compiling flate2 v1.0.28
24162024-03-30T03:29:59.052Z Compiling ipnetwork v0.20.0
24172024-03-30T03:29:59.483Z Compiling bzip2 v0.4.4
24182024-03-30T03:29:59.536Z Compiling hyper-rustls v0.24.2
24192024-03-30T03:29:59.835Z Compiling postgres-types v0.2.6
24202024-03-30T03:29:59.914Z Compiling regex v1.10.3
24212024-03-30T03:30:00.100Z Compiling hubpack v0.1.2
24222024-03-30T03:30:00.115Z Compiling rustls-pemfile v1.0.3
24232024-03-30T03:30:00.441Z Compiling phf_shared v0.10.0
24242024-03-30T03:30:00.538Z Compiling hkdf v0.12.4
24252024-03-30T03:30:00.769Z Compiling serde_urlencoded v0.7.1
24262024-03-30T03:30:00.897Z Compiling futures-executor v0.3.30
24272024-03-30T03:30:00.913Z Compiling dtrace-parser v0.2.0
24282024-03-30T03:30:01.622Z Compiling crypto-bigint v0.5.2
24292024-03-30T03:30:01.847Z Compiling packed_struct_codegen v0.10.1
24302024-03-30T03:30:02.573Z Compiling float-cmp v0.9.0
24312024-03-30T03:30:03.360Z Compiling indexmap v1.9.3
24322024-03-30T03:30:03.645Z Compiling encoding_rs v0.8.33
24332024-03-30T03:30:03.706Z Compiling static_assertions v1.1.0
24342024-03-30T03:30:03.804Z Compiling nodrop v0.1.14
24352024-03-30T03:30:03.919Z Compiling unicode-width v0.1.11
24362024-03-30T03:30:04.072Z Compiling fixedbitset v0.4.2
24372024-03-30T03:30:04.479Z Compiling minimal-lexical v0.2.1
24382024-03-30T03:30:04.494Z Compiling either v1.10.0
24392024-03-30T03:30:04.975Z Compiling mime v0.3.17
24402024-03-30T03:30:05.194Z Compiling normalize-line-endings v0.3.0
24412024-03-30T03:30:05.319Z Compiling webpki-roots v0.25.2
24422024-03-30T03:30:05.448Z Compiling crc-catalog v2.2.0
24432024-03-30T03:30:05.470Z Compiling difflib v0.4.0
24442024-03-30T03:30:05.485Z Compiling data-encoding v2.4.0
24452024-03-30T03:30:05.610Z Compiling whoami v1.5.0
24462024-03-30T03:30:06.339Z Compiling unicode-segmentation v1.10.1
24472024-03-30T03:30:06.405Z Compiling new_debug_unreachable v1.0.4
24482024-03-30T03:30:06.483Z Compiling sync_wrapper v0.1.2
24492024-03-30T03:30:06.611Z Compiling predicates-core v1.0.6
24502024-03-30T03:30:07.122Z Compiling winnow v0.6.1
24512024-03-30T03:30:07.193Z Compiling precomputed-hash v0.1.1
24522024-03-30T03:30:07.201Z Compiling similar v2.4.0
24532024-03-30T03:30:07.301Z Compiling string_cache v0.8.7
24542024-03-30T03:30:07.717Z Compiling predicates v3.1.0
24552024-03-30T03:30:09.234Z Compiling reqwest v0.11.24
24562024-03-30T03:30:11.153Z Compiling toml_edit v0.22.6
24572024-03-30T03:30:11.651Z Compiling trust-dns-proto v0.22.0
24582024-03-30T03:30:18.307Z Compiling tokio-postgres v0.7.10
24592024-03-30T03:30:19.632Z Compiling crc v3.0.1
24602024-03-30T03:30:21.731Z Compiling nom v7.1.3
24612024-03-30T03:30:21.985Z Compiling itertools v0.10.5
24622024-03-30T03:30:23.150Z Compiling petgraph v0.6.4
24632024-03-30T03:30:24.915Z Compiling console v0.15.8
24642024-03-30T03:30:25.544Z Compiling array-init v0.0.4
24652024-03-30T03:30:25.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24662024-03-30T03:30:26.227Z Compiling elliptic-curve v0.13.8
24672024-03-30T03:30:29.300Z Compiling futures v0.3.30
24682024-03-30T03:30:30.383Z Compiling smallvec v0.6.14
24692024-03-30T03:30:30.726Z Compiling zip v0.6.6
24702024-03-30T03:30:30.757Z Compiling diesel v2.1.4
24712024-03-30T03:30:30.833Z Compiling yasna v0.5.2
24722024-03-30T03:30:31.404Z Compiling crossterm v0.27.0
24732024-03-30T03:30:31.572Z Compiling crossbeam-epoch v0.9.18
24742024-03-30T03:30:31.952Z Compiling cipher v0.4.4
24752024-03-30T03:30:32.412Z Compiling toml v0.7.8
24762024-03-30T03:30:32.876Z Compiling bit-set v0.5.3
24772024-03-30T03:30:33.142Z Compiling usdt v0.3.5
24782024-03-30T03:30:34.155Z Compiling bstr v1.9.0
24792024-03-30T03:30:34.656Z Compiling pkcs1 v0.7.5
24802024-03-30T03:30:34.830Z Compiling tokio-stream v0.1.14
24812024-03-30T03:30:35.530Z Compiling is-terminal v0.4.9
24822024-03-30T03:30:35.726Z Compiling openapiv3 v2.0.0
24832024-03-30T03:30:35.760Z Compiling hex v0.4.3
24842024-03-30T03:30:36.578Z Compiling signature v2.1.0
24852024-03-30T03:30:38.249Z Compiling termcolor v1.2.0
24862024-03-30T03:30:39.421Z Compiling bitfield v0.14.0
24872024-03-30T03:30:39.714Z Compiling hashbrown v0.12.3
24882024-03-30T03:30:40.057Z Compiling peg-runtime v0.8.2
24892024-03-30T03:30:40.599Z Compiling lalrpop-util v0.19.12
24902024-03-30T03:30:43.556Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24912024-03-30T03:30:47.000Z Compiling env_logger v0.10.0
24922024-03-30T03:30:47.515Z Compiling rsa v0.9.2
24932024-03-30T03:30:54.461Z Compiling serde-hex v0.1.0
24942024-03-30T03:30:56.388Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24952024-03-30T03:31:02.228Z Compiling ron v0.8.1
24962024-03-30T03:31:03.123Z Compiling x509-cert v0.2.4
24972024-03-30T03:31:03.850Z Compiling hashbrown v0.13.2
24982024-03-30T03:31:08.301Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24992024-03-30T03:31:08.507Z Compiling crc-any v2.4.3
25002024-03-30T03:31:35.315Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25012024-03-30T03:31:37.689Z Compiling object v0.30.4
25022024-03-30T03:31:39.087Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25032024-03-30T03:31:50.113Z Compiling path-slash v0.1.5
25042024-03-30T03:31:51.185Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
25052024-03-30T03:32:11.235Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
25062024-03-30T03:32:11.774Z Finished release [optimized] target(s) in 3m 51s
25072024-03-30T03:32:11.845Z
25082024-03-30T03:32:11.845Zreal 3:51.571642406
25092024-03-30T03:32:11.845Zuser 25:38.188680501
25102024-03-30T03:32:11.845Zsys 3:07.345002794
25112024-03-30T03:32:11.845Ztrap 0.810381163
25122024-03-30T03:32:11.860Ztflt 1.688807110
25132024-03-30T03:32:11.860Zdflt 0.824927960
25142024-03-30T03:32:11.860Zkflt 0.018074107
25152024-03-30T03:32:11.860Zlock 58:49.102569882
25162024-03-30T03:32:11.861Zslp 1:16:03.928952462
25172024-03-30T03:32:11.861Zlat 1:28.453722693
25182024-03-30T03:32:11.861Zstop 1:23.712334124
25192024-03-30T03:32:11.861Z+ ptime -m gzip
25202024-03-30T03:32:12.297Z
25212024-03-30T03:32:12.297Zreal 0.354739323
25222024-03-30T03:32:12.297Zuser 0.349939418
25232024-03-30T03:32:12.297Zsys 0.004259479
25242024-03-30T03:32:12.297Ztrap 0.000026255
25252024-03-30T03:32:12.297Ztflt 0.000000000
25262024-03-30T03:32:12.297Zdflt 0.000000000
25272024-03-30T03:32:12.297Zkflt 0.000000000
25282024-03-30T03:32:12.298Zlock 0.000000000
25292024-03-30T03:32:12.298Zslp 0.000000000
25302024-03-30T03:32:12.298Zlat 0.000108582
25312024-03-30T03:32:12.298Zstop 0.000179682
25322024-03-30T03:32:12.298Z+ banner tufaceous
25332024-03-30T03:32:12.298Z
25342024-03-30T03:32:12.298Z ##### # # ###### ## #### ###### #### # # ####
25352024-03-30T03:32:12.299Z # # # # # # # # # # # # # #
25362024-03-30T03:32:12.299Z # # # ##### # # # ##### # # # # ####
25372024-03-30T03:32:12.299Z # # # # ###### # # # # # # #
25382024-03-30T03:32:12.299Z # # # # # # # # # # # # # # #
25392024-03-30T03:32:12.299Z # #### # # # #### ###### #### #### ####
25402024-03-30T03:32:12.299Z
25412024-03-30T03:32:12.300Z+ ptime -m cargo build --locked -p tufaceous --release
25422024-03-30T03:32:13.153Z Downloading crates ...
25432024-03-30T03:32:13.177Z Downloaded doc-comment v0.3.3
25442024-03-30T03:32:13.178Z Downloaded globset v0.4.13
25452024-03-30T03:32:13.178Z Downloaded parse-size v1.0.0
25462024-03-30T03:32:13.178Z Downloaded buf-list v1.0.3
25472024-03-30T03:32:13.178Z Downloaded olpc-cjson v0.1.3
25482024-03-30T03:32:13.178Z Downloaded serde_plain v1.0.2
25492024-03-30T03:32:13.178Z Downloaded fs-err v2.11.0
25502024-03-30T03:32:13.178Z Downloaded async-recursion v1.0.5
25512024-03-30T03:32:13.179Z Downloaded snafu-derive v0.7.5
25522024-03-30T03:32:13.179Z Downloaded tough v0.16.0
25532024-03-30T03:32:13.179Z Downloaded typed-path v0.7.0
25542024-03-30T03:32:13.179Z Downloaded snafu v0.7.5
25552024-03-30T03:32:13.179Z Downloaded pin-project v1.1.3
25562024-03-30T03:32:13.179Z Downloaded pin-project-internal v1.1.3
25572024-03-30T03:32:13.180Z Compiling serde_tokenstream v0.2.0
25582024-03-30T03:32:13.180Z Compiling regress v0.9.0
25592024-03-30T03:32:13.180Z Compiling dirs-sys-next v0.1.2
25602024-03-30T03:32:13.180Z Compiling ident_case v1.0.1
25612024-03-30T03:32:13.180Z Compiling rustls-pki-types v1.3.0
25622024-03-30T03:32:13.180Z Compiling heck v0.4.1
25632024-03-30T03:32:13.181Z Compiling strsim v0.10.0
25642024-03-30T03:32:13.264Z Compiling dirs-next v2.0.0
25652024-03-30T03:32:13.523Z Compiling darling_core v0.20.3
25662024-03-30T03:32:13.539Z Compiling getopts v0.2.21
25672024-03-30T03:32:13.740Z Compiling thread_local v1.1.7
25682024-03-30T03:32:14.241Z Compiling rustls v0.22.2
25692024-03-30T03:32:14.325Z Compiling unsafe-libyaml v0.2.10
25702024-03-30T03:32:14.371Z Compiling camino v1.1.6
25712024-03-30T03:32:14.419Z Compiling slog-async v2.8.0
25722024-03-30T03:32:14.533Z Compiling rustls-webpki v0.102.1
25732024-03-30T03:32:14.633Z Compiling term v0.7.0
25742024-03-30T03:32:14.942Z Compiling crossbeam-channel v0.5.8
25752024-03-30T03:32:16.120Z Compiling serde_yaml v0.9.25
25762024-03-30T03:32:16.653Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25772024-03-30T03:32:17.841Z Compiling structmeta-derive v0.3.0
25782024-03-30T03:32:18.883Z Compiling darling_macro v0.20.3
25792024-03-30T03:32:18.887Z Compiling atty v0.2.14
25802024-03-30T03:32:19.029Z Compiling multer v3.0.0
25812024-03-30T03:32:19.355Z Compiling doc-comment v0.3.3
25822024-03-30T03:32:19.476Z Compiling paste v1.0.14
25832024-03-30T03:32:19.816Z Compiling match_cfg v0.1.0
25842024-03-30T03:32:19.837Z Compiling take_mut v0.2.2
25852024-03-30T03:32:19.896Z Compiling hostname v0.3.1
25862024-03-30T03:32:20.007Z Compiling darling v0.20.3
25872024-03-30T03:32:20.080Z Compiling slog-term v2.9.0
25882024-03-30T03:32:20.539Z Compiling structmeta v0.3.0
25892024-03-30T03:32:20.918Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25902024-03-30T03:32:20.951Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25912024-03-30T03:32:21.847Z Compiling slog-json v2.6.1
25922024-03-30T03:32:22.241Z Compiling http v1.0.0
25932024-03-30T03:32:22.385Z Compiling async-stream-impl v0.3.5
25942024-03-30T03:32:22.553Z Compiling pin-project-internal v1.1.3
25952024-03-30T03:32:23.016Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25962024-03-30T03:32:23.277Z Compiling atomic-waker v1.1.1
25972024-03-30T03:32:23.312Z Compiling fastrand v2.0.1
25982024-03-30T03:32:23.464Z Compiling waitgroup v0.1.2
25992024-03-30T03:32:23.607Z Compiling async-stream v0.3.5
26002024-03-30T03:32:23.727Z Compiling tempfile v3.10.0
26012024-03-30T03:32:23.960Z Compiling slog-bunyan v2.5.0
26022024-03-30T03:32:24.328Z Compiling parse-display-derive v0.9.0
26032024-03-30T03:32:25.339Z Compiling pin-project v1.1.3
26042024-03-30T03:32:25.466Z Compiling tokio-rustls v0.25.0
26052024-03-30T03:32:26.556Z Compiling serde_with_macros v3.6.1
26062024-03-30T03:32:27.044Z Compiling toml v0.8.10
26072024-03-30T03:32:27.074Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26082024-03-30T03:32:27.261Z Compiling rustls-pemfile v2.1.1
26092024-03-30T03:32:27.975Z Compiling sha1 v0.10.6
26102024-03-30T03:32:28.243Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26112024-03-30T03:32:28.374Z Compiling strum_macros v0.26.1
26122024-03-30T03:32:28.588Z Compiling newtype-uuid v1.0.1
26132024-03-30T03:32:28.696Z Compiling snafu-derive v0.7.5
26142024-03-30T03:32:28.868Z Compiling serde_path_to_error v0.1.16
26152024-03-30T03:32:29.049Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26162024-03-30T03:32:29.759Z Compiling fs-err v2.11.0
26172024-03-30T03:32:29.900Z Compiling instant v0.1.12
26182024-03-30T03:32:30.058Z Compiling buf-list v1.0.3
26192024-03-30T03:32:30.082Z Compiling debug-ignore v1.0.5
26202024-03-30T03:32:30.209Z Compiling arc-swap v1.6.0
26212024-03-30T03:32:30.607Z Compiling same-file v1.0.6
26222024-03-30T03:32:30.864Z Compiling walkdir v2.4.0
26232024-03-30T03:32:30.972Z Compiling slog-scope v4.4.0
26242024-03-30T03:32:44.077Z Compiling backoff v0.4.0
26252024-03-30T03:32:44.280Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26262024-03-30T03:32:44.280Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26272024-03-30T03:32:44.280Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26282024-03-30T03:32:44.280Z Compiling strum v0.26.1
26292024-03-30T03:32:44.280Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26302024-03-30T03:32:44.280Z Compiling serde_with v3.6.1
26312024-03-30T03:32:44.474Z Compiling parse-display v0.9.0
26322024-03-30T03:32:44.573Z Compiling snafu v0.7.5
26332024-03-30T03:32:44.573Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26342024-03-30T03:32:44.573Z Compiling globset v0.4.13
26352024-03-30T03:32:44.573Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26362024-03-30T03:32:44.574Z Compiling pem v3.0.2
26372024-03-30T03:32:44.574Z Compiling olpc-cjson v0.1.3
26382024-03-30T03:32:44.574Z Compiling serde_plain v1.0.2
26392024-03-30T03:32:44.574Z Compiling macaddr v1.0.1
26402024-03-30T03:32:44.574Z Compiling async-recursion v1.0.5
26412024-03-30T03:32:44.574Z Compiling filetime v0.2.23
26422024-03-30T03:32:44.574Z Compiling xattr v1.0.1
26432024-03-30T03:32:44.575Z Compiling typed-path v0.7.0
26442024-03-30T03:32:44.575Z Compiling tar v0.4.40
26452024-03-30T03:32:44.575Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26462024-03-30T03:32:44.575Z Compiling tough v0.16.0
26472024-03-30T03:32:45.985Z Compiling slog-stdlog v4.1.1
26482024-03-30T03:32:46.838Z Compiling camino-tempfile v1.1.1
26492024-03-30T03:32:46.945Z Compiling itertools v0.12.1
26502024-03-30T03:32:47.648Z Compiling parse-size v1.0.0
26512024-03-30T03:32:47.983Z Compiling slog-envlogger v2.2.0
26522024-03-30T03:32:53.251Z Compiling humantime v2.1.0
26532024-03-30T03:32:55.268Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26542024-03-30T03:32:55.491Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26552024-03-30T03:33:00.361Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26562024-03-30T03:33:08.144Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26572024-03-30T03:33:09.828Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26582024-03-30T03:33:29.149Z Finished release [optimized] target(s) in 1m 16s
26592024-03-30T03:33:29.234Z
26602024-03-30T03:33:29.234Zreal 1:16.988979119
26612024-03-30T03:33:29.234Zuser 8:32.521104460
26622024-03-30T03:33:29.234Zsys 40.811833363
26632024-03-30T03:33:29.234Ztrap 0.238737076
26642024-03-30T03:33:29.234Ztflt 0.470478640
26652024-03-30T03:33:29.234Zdflt 0.437976890
26662024-03-30T03:33:29.234Zkflt 0.000068827
26672024-03-30T03:33:29.234Zlock 16:25.807404792
26682024-03-30T03:33:29.234Zslp 18:39.855632806
26692024-03-30T03:33:29.234Zlat 20.772331418
26702024-03-30T03:33:29.254Zstop 14.745000950
26712024-03-30T03:33:29.255Z+ ptime -m gzip
26722024-03-30T03:33:30.735Z
26732024-03-30T03:33:30.735Zreal 1.502155250
26742024-03-30T03:33:30.735Zuser 1.490415636
26752024-03-30T03:33:30.735Zsys 0.010473663
26762024-03-30T03:33:30.735Ztrap 0.000303572
26772024-03-30T03:33:30.735Ztflt 0.000000000
26782024-03-30T03:33:30.735Zdflt 0.000000000
26792024-03-30T03:33:30.735Zkflt 0.000000000
26802024-03-30T03:33:30.735Zlock 0.000000000
26812024-03-30T03:33:30.735Zslp 0.000000000
26822024-03-30T03:33:30.735Zlat 0.000564730
26832024-03-30T03:33:30.735Zstop 0.000178202
26842024-03-30T03:33:30.739Zprocess exited: duration 896316 ms, exit code 0
 
26852024-03-30T03:33:30.752Zfound 8 output files
26862024-03-30T03:33:30.752Zuploading: /work/end-to-end-tests/bootstrap-84fc686bbe1391cf.gz (9708826 bytes)
26872024-03-30T03:33:34.534Zuploaded: /work/end-to-end-tests/bootstrap-84fc686bbe1391cf.gz
26882024-03-30T03:33:34.534Zuploading: /work/end-to-end-tests/bootstrap.gz (104844722 bytes)
26892024-03-30T03:34:27.617Zuploaded: /work/end-to-end-tests/bootstrap.gz
26902024-03-30T03:34:27.617Zuploading: /work/end-to-end-tests/commtest-522cd312e3be3808.gz (9708531 bytes)
26912024-03-30T03:34:31.077Zuploaded: /work/end-to-end-tests/commtest-522cd312e3be3808.gz
26922024-03-30T03:34:31.077Zuploading: /work/end-to-end-tests/dhcp_server-51ad6d99a44fc35f.gz (9708148 bytes)
26932024-03-30T03:34:34.397Zuploaded: /work/end-to-end-tests/dhcp_server-51ad6d99a44fc35f.gz
26942024-03-30T03:34:34.398Zuploading: /work/end-to-end-tests/end_to_end_tests-7d252aeafffd2c0c.gz (106165682 bytes)
26952024-03-30T03:35:23.005Zuploaded: /work/end-to-end-tests/end_to_end_tests-7d252aeafffd2c0c.gz
26962024-03-30T03:35:23.005Zuploading: /work/caboose-util.gz (3207985 bytes)
26972024-03-30T03:35:25.031Zuploaded: /work/caboose-util.gz
26982024-03-30T03:35:25.031Zuploading: /work/tufaceous.gz (13690396 bytes)
26992024-03-30T03:35:34.633Zuploaded: /work/tufaceous.gz
27002024-03-30T03:35:34.633Zuploading: /work/commtest (473664544 bytes)
27012024-03-30T03:39:08.528Zuploaded: /work/commtest