01HTHCQ4YRDSEJBRARFZYYH7VX: 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: 01HTHCR5YPNHV470Y33AHWEPED

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T07:13:28.963Zjob assigned to worker 01HTHCRQYEQ4HM996NYGDGFJ03 (queued for 2 m 20 s)
 
22024-04-03T07:13:36.656Zstarting task 0: "setup"
32024-04-03T07:13:36.719Z++ uname -s
42024-04-03T07:13:36.733Z+ kern=SunOS
52024-04-03T07:13:36.733Z+ case "$kern" in
62024-04-03T07:13:36.734Z+ groupadd -g 12345 build
72024-04-03T07:13:36.752Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T07:13:38.748Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T07:13:38.870Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T07:13:38.892Z+ home_fs=zfs
112024-04-03T07:13:38.892Z+ [[ zfs == autofs ]]
122024-04-03T07:13:38.892Z+ mkdir -p /home/build
132024-04-03T07:13:38.892Z+ chown build:build /home/build /work
142024-04-03T07:13:41.282Z+ chmod 0700 /home/build /work
152024-04-03T07:13:41.288Zprocess exited: duration 4227 ms, exit code 0
 
162024-04-03T07:13:41.294Zstarting task 1: "rust-toolchain"
172024-04-03T07:13:41.302Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T07:13:41.305Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T07:13:41.413Zinfo: downloading installer
202024-04-03T07:13:42.589Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T07:13:42.589Zwarning: /opt/ooce/bin
222024-04-03T07:13:42.589Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T07:13:42.589Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T07:13:42.589Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T07:13:42.589Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T07:13:42.589Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T07:13:42.589Zerror: cannot install while Rust is installed
282024-04-03T07:13:42.589Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T07:13:42.924Zinfo: profile set to 'default'
302024-04-03T07:13:42.924Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T07:13:42.928Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T07:13:43.052Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T07:13:43.052Zinfo: downloading component 'cargo'
342024-04-03T07:13:43.618Zinfo: downloading component 'clippy'
352024-04-03T07:13:43.831Zinfo: downloading component 'rust-docs'
362024-04-03T07:13:44.549Zinfo: downloading component 'rust-std'
372024-04-03T07:13:45.840Zinfo: downloading component 'rustc'
382024-04-03T07:13:48.913Zinfo: downloading component 'rustfmt'
392024-04-03T07:13:49.087Zinfo: installing component 'cargo'
402024-04-03T07:13:49.884Zinfo: installing component 'clippy'
412024-04-03T07:13:50.240Zinfo: installing component 'rust-docs'
422024-04-03T07:13:51.635Zinfo: installing component 'rust-std'
432024-04-03T07:13:53.477Zinfo: installing component 'rustc'
442024-04-03T07:13:57.473Zinfo: installing component 'rustfmt'
452024-04-03T07:13:58.259Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-03T07:13:58.259Z
472024-04-03T07:13:58.272Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T07:13:58.273Z
492024-04-03T07:13:58.273Z
502024-04-03T07:13:58.273ZRust is installed now. Great!
512024-04-03T07:13:58.273Z
522024-04-03T07:13:58.273ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T07:13:58.273Zenvironment variable. This has not been done automatically.
542024-04-03T07:13:58.273Z
552024-04-03T07:13:58.273ZTo configure your current shell, you need to source
562024-04-03T07:13:58.273Zthe corresponding env file under $HOME/.cargo.
572024-04-03T07:13:58.273Z
582024-04-03T07:13:58.273ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T07:13:58.273Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T07:13:58.273Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T07:13:58.280Z+ rustc --version
622024-04-03T07:13:58.352Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T07:13:58.359Zprocess exited: duration 17047 ms, exit code 0
 
642024-04-03T07:13:58.374Zstarting task 2: "authentication"
652024-04-03T07:13:58.397Zprocess exited: duration 22 ms, exit code 0
 
662024-04-03T07:13:58.427Zstarting task 3: "clone repository"
672024-04-03T07:13:58.437Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T07:13:58.437Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T07:13:58.700ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T07:14:28.416Z+ cd /work/oxidecomputer/omicron
712024-04-03T07:14:28.416Z+ git fetch origin 1341b3f92385a8a75613e1c19a2104a02d938789
722024-04-03T07:14:28.416ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T07:14:28.416Z * branch 1341b3f92385a8a75613e1c19a2104a02d938789 -> FETCH_HEAD
742024-04-03T07:14:28.416Z+ [[ -n renovate/trybuild-1.x ]]
752024-04-03T07:14:28.417Z++ git branch --show-current
762024-04-03T07:14:28.417Z+ current=main
772024-04-03T07:14:28.418Z+ [[ main != renovate/trybuild-1.x ]]
782024-04-03T07:14:28.418Z+ git branch -f renovate/trybuild-1.x 1341b3f92385a8a75613e1c19a2104a02d938789
792024-04-03T07:14:28.418Z+ git checkout -f renovate/trybuild-1.x
802024-04-03T07:14:28.421ZSwitched to branch 'renovate/trybuild-1.x'
812024-04-03T07:14:28.421Z+ git reset --hard 1341b3f92385a8a75613e1c19a2104a02d938789
822024-04-03T07:14:28.421ZHEAD is now at 1341b3f92 Update Rust crate trybuild to 1.0.91
832024-04-03T07:14:28.422Zprocess exited: duration 29213 ms, exit code 0
 
842024-04-03T07:14:28.490Zstarting task 4: "build"
852024-04-03T07:14:28.529Z+ cargo --version
862024-04-03T07:14:28.535Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-03T07:14:28.884Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-03T07:14:28.884Zinfo: downloading component 'cargo'
892024-04-03T07:14:29.266Zinfo: downloading component 'clippy'
902024-04-03T07:14:29.475Zinfo: downloading component 'rust-docs'
912024-04-03T07:14:30.798Zinfo: downloading component 'rust-std'
922024-04-03T07:14:37.078Zinfo: downloading component 'rustc'
932024-04-03T07:14:37.500Zinfo: downloading component 'rustfmt'
942024-04-03T07:14:37.501Zinfo: installing component 'cargo'
952024-04-03T07:14:37.501Zinfo: installing component 'clippy'
962024-04-03T07:14:37.501Zinfo: installing component 'rust-docs'
972024-04-03T07:14:37.580Zinfo: installing component 'rust-std'
982024-04-03T07:14:39.336Zinfo: installing component 'rustc'
992024-04-03T07:14:48.321Zinfo: installing component 'rustfmt'
1002024-04-03T07:14:48.445Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-03T07:14:48.446Z+ rustc --version
1022024-04-03T07:14:48.446Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-03T07:14:48.446Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-04-03T07:14:53.580Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-04-03T07:14:55.022Z Startup: Caching catalogs ... Done
1062024-04-03T07:14:56.755ZPlanning: Solver setup ... Done (1.356s)
1072024-04-03T07:14:56.782ZPlanning: Running solver ... Done (0.027s)
1082024-04-03T07:14:57.092ZPlanning: Finding local manifests ... Done (0.279s)
1092024-04-03T07:14:57.109ZPlanning: Fetching manifests: 0/4 0% complete
1102024-04-03T07:14:57.525ZPlanning: Fetching manifests: 4/4 100% complete
1112024-04-03T07:14:57.562ZPlanning: Package planning ... Done (0.048s)
1122024-04-03T07:14:57.615ZPlanning: Merging actions ... Done (0.052s)
1132024-04-03T07:14:58.193ZPlanning: Checking for conflicting actions ... Done (0.573s)
1142024-04-03T07:14:58.206ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-04-03T07:15:05.892ZPlanning: Evaluating mediators ... Done (7.692s)
1162024-04-03T07:15:05.902ZPlanning: Planning completed in 10.82 seconds
1172024-04-03T07:15:05.916Z Packages to install: 4
1182024-04-03T07:15:05.916Z Mediators to change: 2
1192024-04-03T07:15:05.921Z Services to change: 1
1202024-04-03T07:15:05.921Z Estimated space available: 155.31 GB
1212024-04-03T07:15:05.921ZEstimated space to be consumed: 1.43 GB
1222024-04-03T07:15:05.921Z Create boot environment: No
1232024-04-03T07:15:05.921ZCreate backup boot environment: No
1242024-04-03T07:15:05.921Z Rebuild boot archive: No
1252024-04-03T07:15:05.921Z
1262024-04-03T07:15:05.921ZChanged mediators:
1272024-04-03T07:15:05.922Z mediator clang:
1282024-04-03T07:15:05.922Z version: None -> 15 (system default)
1292024-04-03T07:15:05.922Z
1302024-04-03T07:15:05.922Z mediator llvm:
1312024-04-03T07:15:05.922Z version: 14 (system default) -> 15 (system default)
1322024-04-03T07:15:05.922Z
1332024-04-03T07:15:05.922ZChanged packages:
1342024-04-03T07:15:05.922Zhelios-dev
1352024-04-03T07:15:05.922Z developer/build-essential
1362024-04-03T07:15:05.922Z None -> 11-2.0
1372024-04-03T07:15:05.923Z library/libxmlsec1
1382024-04-03T07:15:05.923Z None -> 1.2.35-2.0
1392024-04-03T07:15:05.923Z ooce/developer/clang-15
1402024-04-03T07:15:05.923Z None -> 15.0.7-2.0
1412024-04-03T07:15:05.923Z ooce/developer/llvm-15
1422024-04-03T07:15:05.923Z None -> 15.0.7-2.0
1432024-04-03T07:15:05.923Z
1442024-04-03T07:15:05.923ZServices:
1452024-04-03T07:15:05.923Z restart_fmri:
1462024-04-03T07:15:05.923Z svc:/system/update-man-index:default
1472024-04-03T07:15:06.043Z
1482024-04-03T07:15:06.043ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-04-03T07:15:11.053ZDownload: 365/3290 items 2.2/212.6MB 1% complete (461k/s)
1502024-04-03T07:15:16.065ZDownload: 872/3290 items 18.9/212.6MB 8% complete (1.9M/s)
1512024-04-03T07:15:21.213ZDownload: 1194/3290 items 81.9/212.6MB 38% complete (8.0M/s)
1522024-04-03T07:15:29.764ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (6.5M/s)
1532024-04-03T07:15:34.764ZDownload: 1642/3290 items 116.5/212.6MB 54% complete (3.6M/s)
1542024-04-03T07:15:39.813ZDownload: 2210/3290 items 119.2/212.6MB 56% complete (3.7M/s)
1552024-04-03T07:15:45.223ZDownload: 2353/3290 items 119.7/212.6MB 56% complete (321k/s)
1562024-04-03T07:15:50.430ZDownload: 3282/3290 items 210.7/212.6MB 99% complete (9.1M/s)
1572024-04-03T07:15:50.487ZDownload: Completed 212.60 MB in 44.44 seconds (4.8M/s)
1582024-04-03T07:15:53.368Z Actions: 1/3689 actions (Installing new actions)
1592024-04-03T07:15:58.411Z Actions: 3618/3689 actions (Installing new actions)
1602024-04-03T07:15:58.603Z Actions: Completed 3689 actions in 5.23 seconds.
1612024-04-03T07:15:58.806Z Done (0.188s)
1622024-04-03T07:15:58.806Z Done (0.000s)
1632024-04-03T07:15:59.047Z Done (0.249s)
1642024-04-03T07:16:04.581Z Done (5.396s)
1652024-04-03T07:16:04.738Z Done (0.090s)
1662024-04-03T07:16:04.741Z Done (0.000s)
1672024-04-03T07:16:04.898Z Done (0.000s)
1682024-04-03T07:16:05.417ZPlanning: Evaluating mediator changes ... Done
1692024-04-03T07:16:05.583ZPlanning: Checking for conflicting actions ... Done
1702024-04-03T07:16:05.586ZPlanning: Consolidating action changes ... Done
1712024-04-03T07:16:05.855ZPlanning: Evaluating mediators ... Done
1722024-04-03T07:16:05.863ZPlanning: Planning completed in 0.44 seconds
1732024-04-03T07:16:05.894Z Mediators to change: 2
1742024-04-03T07:16:05.914Z Create boot environment: No
1752024-04-03T07:16:05.914ZCreate backup boot environment: No
1762024-04-03T07:16:05.963Z Done
1772024-04-03T07:16:05.963Z Done
1782024-04-03T07:16:06.111Z Done
1792024-04-03T07:16:10.180Z Done
1802024-04-03T07:16:10.183Z Done
1812024-04-03T07:16:10.184Z Done
1822024-04-03T07:16:10.184Z Done
1832024-04-03T07:16:10.607ZPlanning: Evaluating mediator changes ... Done
1842024-04-03T07:16:10.612ZPlanning: Merging actions ... Done
1852024-04-03T07:16:10.798ZPlanning: Checking for conflicting actions ... Done
1862024-04-03T07:16:10.801ZPlanning: Consolidating action changes ... Done
1872024-04-03T07:16:11.070ZPlanning: Evaluating mediators ... Done
1882024-04-03T07:16:11.127ZPlanning: Planning completed in 0.80 seconds
1892024-04-03T07:16:11.163Z Packages to change: 1
1902024-04-03T07:16:11.163Z Mediators to change: 1
1912024-04-03T07:16:11.169Z Services to change: 1
1922024-04-03T07:16:11.169Z Create boot environment: No
1932024-04-03T07:16:11.169ZCreate backup boot environment: Yes
1942024-04-03T07:16:13.073Z Actions: 1/6 actions (Updating modified actions)
1952024-04-03T07:16:13.078Z Actions: Completed 6 actions in 0.00 seconds.
1962024-04-03T07:16:13.078Z Done
1972024-04-03T07:16:13.078Z Done
1982024-04-03T07:16:13.124Z Done
1992024-04-03T07:16:16.713Z Done
2002024-04-03T07:16:16.797Z Done
2012024-04-03T07:16:16.814Z Done
2022024-04-03T07:16:16.905Z Done
2032024-04-03T07:16:17.338ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042024-04-03T07:16:17.339Zclang system 15 system
2052024-04-03T07:16:17.339Zcsh system system illumos
2062024-04-03T07:16:17.339Zctags system system illumos
2072024-04-03T07:16:17.339Zgcc vendor 12 vendor
2082024-04-03T07:16:17.339Zgcc system 10 system
2092024-04-03T07:16:17.339Zgcc system 7 system
2102024-04-03T07:16:17.339Zgo system 1.20 system
2112024-04-03T07:16:17.339Zgo system 1.19 system
2122024-04-03T07:16:17.339Zllvm system 15 system
2132024-04-03T07:16:17.339Zllvm system 14 system
2142024-04-03T07:16:17.339Zmariadb system 10.6 system
2152024-04-03T07:16:17.339Zmta vendor vendor dma
2162024-04-03T07:16:17.339Zopenjdk system 17 system
2172024-04-03T07:16:17.339Zopenjdk system 11 system
2182024-04-03T07:16:17.339Zopenjdk system 1.8 system
2192024-04-03T07:16:17.339Zopenssl vendor 3 vendor
2202024-04-03T07:16:17.339Zperl system 5.36 system
2212024-04-03T07:16:17.339Zpostgresql system 15 system
2222024-04-03T07:16:17.340Zpostgresql system 13 system
2232024-04-03T07:16:17.340Zpython vendor 3 vendor
2242024-04-03T07:16:17.340Zpython system 2 system
2252024-04-03T07:16:17.340Zpython3 system 3.11 system
2262024-04-03T07:16:17.340Zruby system 3.0 system
2272024-04-03T07:16:17.340Zwords vendor vendor american-english
2282024-04-03T07:16:17.340Zwords system system australian-english
2292024-04-03T07:16:17.340Zwords system system british-english
2302024-04-03T07:16:17.340Zwords system system canadian-english
2312024-04-03T07:16:17.340Zwords system system french
2322024-04-03T07:16:17.340Zwords system system italian
2332024-04-03T07:16:17.340Zwords system system ngerman
2342024-04-03T07:16:17.340Zwords system system ogerman
2352024-04-03T07:16:17.340Zwords system system spanish
2362024-04-03T07:16:17.658ZPUBLISHER TYPE STATUS P LOCATION
2372024-04-03T07:16:17.659Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2382024-04-03T07:16:18.914ZFMRI IFO
2392024-04-03T07:16:18.914Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2402024-04-03T07:16:18.914Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2412024-04-03T07:16:18.914Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2422024-04-03T07:16:18.914Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2432024-04-03T07:16:18.915Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2442024-04-03T07:16:18.915Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2452024-04-03T07:16:18.915Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2462024-04-03T07:16:18.915Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2472024-04-03T07:16:18.915Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2482024-04-03T07:16:18.915Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2492024-04-03T07:16:18.915Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2502024-04-03T07:16:18.915Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2512024-04-03T07:16:19.155Z+ set -o errexit
2522024-04-03T07:16:19.173Z+++ dirname ./tools/ci_download_cockroachdb
2532024-04-03T07:16:19.173Z++ cd ./tools
2542024-04-03T07:16:19.173Z++ pwd
2552024-04-03T07:16:19.173Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2562024-04-03T07:16:19.173Z++ basename ./tools/ci_download_cockroachdb
2572024-04-03T07:16:19.174Z+ ARG0=ci_download_cockroachdb
2582024-04-03T07:16:19.174Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2592024-04-03T07:16:19.174Z+ CIDL_VERSION=v22.1.9
2602024-04-03T07:16:19.174Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2612024-04-03T07:16:19.174Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2622024-04-03T07:16:19.174Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2632024-04-03T07:16:19.174Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2642024-04-03T07:16:19.174Z+ TARGET_DIR=out
2652024-04-03T07:16:19.174Z+ DOWNLOAD_DIR=out/downloads
2662024-04-03T07:16:19.174Z+ DEST_DIR=./out/cockroachdb
2672024-04-03T07:16:19.174Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2682024-04-03T07:16:19.174Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2692024-04-03T07:16:19.174Z+ main
2702024-04-03T07:16:19.174Z+ [[ 0 != 0 ]]
2712024-04-03T07:16:19.174Z+ CIDL_OS=solaris2.11
2722024-04-03T07:16:19.175Z+ [[ 0 != 0 ]]
2732024-04-03T07:16:19.175Z+ configure_os solaris2.11
2742024-04-03T07:16:19.175Z+ echo 'current directory: /work/oxidecomputer/omicron'
2752024-04-03T07:16:19.175Zcurrent directory: /work/oxidecomputer/omicron
2762024-04-03T07:16:19.175Zconfiguring based on OS: "solaris2.11"
2772024-04-03T07:16:19.175Z+ echo 'configuring based on OS: "solaris2.11"'
2782024-04-03T07:16:19.175Z+ case "$1" in
2792024-04-03T07:16:19.175Z+ CIDL_BUILD=illumos
2802024-04-03T07:16:19.175Z+ CIDL_SUFFIX=tar.gz
2812024-04-03T07:16:19.175Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2822024-04-03T07:16:19.175Z+ CIDL_URL_BASE=https://illumos.org/downloads
2832024-04-03T07:16:19.175Z+ CIDL_ASSEMBLE=do_assemble_illumos
2842024-04-03T07:16:19.175Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2852024-04-03T07:16:19.175Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2862024-04-03T07:16:19.175Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-04-03T07:16:19.175Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2882024-04-03T07:16:19.175Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-04-03T07:16:19.175Z+ CIDL_SHA256FUNC=do_sha256sum
2902024-04-03T07:16:19.176Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2912024-04-03T07:16:19.176ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2922024-04-03T07:16:19.176ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-04-03T07:16:19.176Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2942024-04-03T07:16:19.176Z+ mkdir -p out/downloads
2952024-04-03T07:16:19.176Z+ mkdir -p ./out/cockroachdb
2962024-04-03T07:16:19.176Z+ local DO_DOWNLOAD=true
2972024-04-03T07:16:19.176Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2982024-04-03T07:16:19.176Z+ '[' true == true ']'
2992024-04-03T07:16:19.176Z+ echo Downloading...
3002024-04-03T07:16:19.176ZDownloading...
3012024-04-03T07:16:19.176Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
3022024-04-03T07:16:19.176Z+ 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
3032024-04-03T07:16:25.662Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-04-03T07:16:25.668Z++ sha256sum
3052024-04-03T07:16:25.669Z++ awk '{print $1}'
3062024-04-03T07:16:25.765Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3072024-04-03T07:16:25.765Z+ [[ 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 ]]
3082024-04-03T07:16:25.768Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3092024-04-03T07:16:25.769Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3102024-04-03T07:16:30.832Z+ do_assemble_illumos
3112024-04-03T07:16:30.832Z+ rm -r ./out/cockroachdb
3122024-04-03T07:16:30.833Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3132024-04-03T07:16:30.833Z+ ./out/cockroachdb/bin/cockroach version
3142024-04-03T07:16:30.833ZBuild Tag: v22.1.9-dirty
3152024-04-03T07:16:30.833ZBuild Time: 2022/10/26 21:17:46
3162024-04-03T07:16:30.833ZDistribution: OSS
3172024-04-03T07:16:30.833ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3182024-04-03T07:16:30.833ZGo Version: go1.17.13
3192024-04-03T07:16:30.833ZC Compiler: gcc 10.3.0
3202024-04-03T07:16:30.833ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3212024-04-03T07:16:30.833ZBuild Type: release
3222024-04-03T07:16:30.833Z+ set -o errexit
3232024-04-03T07:16:30.833Z+++ dirname ./tools/ci_download_clickhouse
3242024-04-03T07:16:30.834Z++ cd ./tools
3252024-04-03T07:16:30.834Z++ pwd
3262024-04-03T07:16:30.834Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3272024-04-03T07:16:30.834Z++ basename ./tools/ci_download_clickhouse
3282024-04-03T07:16:30.834Z+ ARG0=ci_download_clickhouse
3292024-04-03T07:16:30.834Z+ TARGET_DIR=out
3302024-04-03T07:16:30.834Z+ DOWNLOAD_DIR=out/downloads
3312024-04-03T07:16:30.834Z+ DEST_DIR=./out/clickhouse
3322024-04-03T07:16:30.834Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3332024-04-03T07:16:30.834Z+ CIDL_VERSION=v23.8.7.24
3342024-04-03T07:16:30.834Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3352024-04-03T07:16:30.834Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3362024-04-03T07:16:30.834Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3372024-04-03T07:16:30.834Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3382024-04-03T07:16:30.834Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3392024-04-03T07:16:30.835Z+ main
3402024-04-03T07:16:30.927Z+ [[ 0 != 0 ]]
3412024-04-03T07:16:30.927Z+ CIDL_OS=solaris2.11
3422024-04-03T07:16:30.928Z+ [[ 0 != 0 ]]
3432024-04-03T07:16:30.928Z+ configure_os solaris2.11
3442024-04-03T07:16:30.928Z+ echo 'current directory: /work/oxidecomputer/omicron'
3452024-04-03T07:16:30.928Zcurrent directory: /work/oxidecomputer/omicron
3462024-04-03T07:16:30.928Z+ echo 'configuring based on OS: "solaris2.11"'
3472024-04-03T07:16:30.928Z+ CIDL_DASHREV=
3482024-04-03T07:16:30.928Z+ case "$1" in
3492024-04-03T07:16:30.928Zconfiguring based on OS: "solaris2.11"
3502024-04-03T07:16:30.928Z+ CIDL_PLATFORM=illumos
3512024-04-03T07:16:30.928Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3522024-04-03T07:16:30.928Z+ CIDL_MD5FUNC=do_md5sum
3532024-04-03T07:16:30.928Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3542024-04-03T07:16:30.928Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3552024-04-03T07:16:30.928Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-04-03T07:16:30.928Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3572024-04-03T07:16:30.928Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3582024-04-03T07:16:30.929Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3592024-04-03T07:16:30.929ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3602024-04-03T07:16:30.929ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3612024-04-03T07:16:30.929Z+ mkdir -p out/downloads
3622024-04-03T07:16:30.929Z+ mkdir -p ./out/clickhouse
3632024-04-03T07:16:30.929Z+ local DO_DOWNLOAD=true
3642024-04-03T07:16:30.929Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3652024-04-03T07:16:30.929Z+ '[' true == true ']'
3662024-04-03T07:16:30.929Z+ echo Downloading...
3672024-04-03T07:16:30.929ZDownloading...
3682024-04-03T07:16:30.929Z+ 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
3692024-04-03T07:16:30.929Z+ 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
3702024-04-03T07:16:31.107Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3712024-04-03T07:16:31.544Z++ md5sum
3722024-04-03T07:16:31.544Z++ awk '{print $1}'
3732024-04-03T07:16:31.558Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3742024-04-03T07:16:31.558Z+ [[ 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 ]]
3752024-04-03T07:16:31.558Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3762024-04-03T07:16:31.558Z+ mkdir -p ./out/clickhouse
3772024-04-03T07:16:31.558Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3782024-04-03T07:16:35.036Z+ [[ solaris2.11 == darwin* ]]
3792024-04-03T07:16:35.037Z+ ./out/clickhouse/clickhouse server --version
3802024-04-03T07:16:35.712ZClickHouse server version 23.8.7.1.
3812024-04-03T07:16:35.734Z+ set -o errexit
3822024-04-03T07:16:35.737Z+++ dirname ./tools/ci_download_console
3832024-04-03T07:16:35.740Z++ cd ./tools
3842024-04-03T07:16:35.740Z++ pwd
3852024-04-03T07:16:35.740Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3862024-04-03T07:16:35.740Z++ basename ./tools/ci_download_console
3872024-04-03T07:16:35.744Z+ ARG0=ci_download_console
3882024-04-03T07:16:35.744Z+ TARGET_DIR=out
3892024-04-03T07:16:35.744Z+ DOWNLOAD_DIR=out/downloads
3902024-04-03T07:16:35.744Z+ DEST_DIR=./out/console-assets
3912024-04-03T07:16:35.744Z+ source /work/oxidecomputer/omicron/tools/console_version
3922024-04-03T07:16:35.744Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3932024-04-03T07:16:35.744Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3942024-04-03T07:16:35.744Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3952024-04-03T07:16:35.744Z+ TARBALL_FILE=out/downloads/console.tar.gz
3962024-04-03T07:16:35.744Z+ main
3972024-04-03T07:16:35.744Z+ [[ 0 != 0 ]]
3982024-04-03T07:16:35.744Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
3992024-04-03T07:16:35.745ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4002024-04-03T07:16:35.745Z+ echo 'Local file: out/downloads/console.tar.gz'
4012024-04-03T07:16:35.745ZLocal file: out/downloads/console.tar.gz
4022024-04-03T07:16:35.745Z+ local DO_DOWNLOAD=true
4032024-04-03T07:16:35.745Z+ [[ -f out/downloads/console.tar.gz ]]
4042024-04-03T07:16:35.745Z+ mkdir -p out/downloads
4052024-04-03T07:16:35.745Z+ '[' true == true ']'
4062024-04-03T07:16:35.745Z+ echo Downloading...
4072024-04-03T07:16:35.745ZDownloading...
4082024-04-03T07:16:35.745Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4092024-04-03T07:16:35.745Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4102024-04-03T07:16:36.257Z++ do_sha256sum out/downloads/console.tar.gz
4112024-04-03T07:16:36.263Z++ case "$OSTYPE" in
4122024-04-03T07:16:36.263Z++ SHA=sha256sum
4132024-04-03T07:16:36.263Z++ sha256sum
4142024-04-03T07:16:36.263Z++ awk '{print $1}'
4152024-04-03T07:16:36.275Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4162024-04-03T07:16:36.275Z+ [[ 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 ]]
4172024-04-03T07:16:36.275Z+ rm -rf ./out/console-assets
4182024-04-03T07:16:36.275Z+ mkdir -p ./out/console-assets
4192024-04-03T07:16:36.275Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4202024-04-03T07:16:36.275Z+ mkdir -p ./out/console-assets
4212024-04-03T07:16:36.275Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4222024-04-03T07:16:36.360Z+ set -o errexit
4232024-04-03T07:16:36.365Z+++ dirname ./tools/ci_download_maghemite_openapi
4242024-04-03T07:16:36.365Z++ cd ./tools
4252024-04-03T07:16:36.366Z++ pwd
4262024-04-03T07:16:36.366Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4272024-04-03T07:16:36.366Z++ basename ./tools/ci_download_maghemite_openapi
4282024-04-03T07:16:36.370Z+ ARG0=ci_download_maghemite_openapi
4292024-04-03T07:16:36.370Z+ TARGET_DIR=out
4302024-04-03T07:16:36.370Z+ DOWNLOAD_DIR=out/downloads
4312024-04-03T07:16:36.370Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4322024-04-03T07:16:36.370Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4332024-04-03T07:16:36.370Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4342024-04-03T07:16:36.370Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4352024-04-03T07:16:36.370Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4362024-04-03T07:16:36.371Z+ main
4372024-04-03T07:16:36.371Z+ rm -rf out/downloads/root
4382024-04-03T07:16:36.371Z+ [[ 0 != 0 ]]
4392024-04-03T07:16:36.371Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4402024-04-03T07:16:36.371ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4412024-04-03T07:16:36.371Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4422024-04-03T07:16:36.371ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4432024-04-03T07:16:36.371Z+ local DO_DOWNLOAD=true
4442024-04-03T07:16:36.372Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4452024-04-03T07:16:36.373Z+ mkdir -p out/downloads
4462024-04-03T07:16:36.377Z+ '[' true == true ']'
4472024-04-03T07:16:36.377Z+ echo Downloading...
4482024-04-03T07:16:36.377ZDownloading...
4492024-04-03T07:16:36.377Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4502024-04-03T07:16:36.377Z+ 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
4512024-04-03T07:16:36.617Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4522024-04-03T07:16:36.618Z++ case "$OSTYPE" in
4532024-04-03T07:16:36.622Z++ SHA=sha256sum
4542024-04-03T07:16:36.622Z++ sha256sum
4552024-04-03T07:16:36.622Z++ awk '{print $1}'
4562024-04-03T07:16:36.622Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4572024-04-03T07:16:36.622Z+ [[ 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 ]]
4582024-04-03T07:16:36.622Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4592024-04-03T07:16:36.622Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4602024-04-03T07:16:36.623Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4612024-04-03T07:16:36.623Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4622024-04-03T07:16:36.623Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4632024-04-03T07:16:36.623Z+ main
4642024-04-03T07:16:36.623Z+ rm -rf out/downloads/root
4652024-04-03T07:16:36.634Z+ [[ 0 != 0 ]]
4662024-04-03T07:16:36.634Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4672024-04-03T07:16:36.634ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4682024-04-03T07:16:36.634Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4692024-04-03T07:16:36.634ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4702024-04-03T07:16:36.634Z+ local DO_DOWNLOAD=true
4712024-04-03T07:16:36.634Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4722024-04-03T07:16:36.634Z+ mkdir -p out/downloads
4732024-04-03T07:16:36.634Z+ '[' true == true ']'
4742024-04-03T07:16:36.634Z+ echo Downloading...
4752024-04-03T07:16:36.635ZDownloading...
4762024-04-03T07:16:36.635Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4772024-04-03T07:16:36.635Z+ 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
4782024-04-03T07:16:36.797Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4792024-04-03T07:16:36.807Z++ case "$OSTYPE" in
4802024-04-03T07:16:36.807Z++ SHA=sha256sum
4812024-04-03T07:16:36.807Z++ sha256sum
4822024-04-03T07:16:36.807Z++ awk '{print $1}'
4832024-04-03T07:16:36.807Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4842024-04-03T07:16:36.807Z+ [[ 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 ]]
4852024-04-03T07:16:36.811Z+ set -o errexit
4862024-04-03T07:16:36.811Z+++ dirname ./tools/ci_download_dendrite_openapi
4872024-04-03T07:16:36.811Z++ cd ./tools
4882024-04-03T07:16:36.811Z++ pwd
4892024-04-03T07:16:36.815Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4902024-04-03T07:16:36.816Z++ basename ./tools/ci_download_dendrite_openapi
4912024-04-03T07:16:36.816Z+ ARG0=ci_download_dendrite_openapi
4922024-04-03T07:16:36.816Z+ TARGET_DIR=out
4932024-04-03T07:16:36.816Z+ DOWNLOAD_DIR=out/downloads
4942024-04-03T07:16:36.817Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4952024-04-03T07:16:36.817Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4962024-04-03T07:16:36.817Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4972024-04-03T07:16:36.817Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4982024-04-03T07:16:36.817Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4992024-04-03T07:16:36.817Z+ main
5002024-04-03T07:16:36.819Z+ [[ 0 != 0 ]]
5012024-04-03T07:16:36.819Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
5022024-04-03T07:16:36.819ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5032024-04-03T07:16:36.820Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5042024-04-03T07:16:36.820ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5052024-04-03T07:16:36.821Z+ local DO_DOWNLOAD=true
5062024-04-03T07:16:36.821Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5072024-04-03T07:16:36.821Z+ mkdir -p out/downloads
5082024-04-03T07:16:36.829Z+ '[' true == true ']'
5092024-04-03T07:16:36.829Z+ echo Downloading...
5102024-04-03T07:16:36.829ZDownloading...
5112024-04-03T07:16:36.829Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5122024-04-03T07:16:36.830Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5132024-04-03T07:16:37.028Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5142024-04-03T07:16:37.028Z++ case "$OSTYPE" in
5152024-04-03T07:16:37.087Z++ SHA=sha256sum
5162024-04-03T07:16:37.087Z++ sha256sum
5172024-04-03T07:16:37.087Z++ awk '{print $1}'
5182024-04-03T07:16:37.087Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5192024-04-03T07:16:37.087Z+ [[ 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 ]]
5202024-04-03T07:16:37.088Z+ set -o errexit
5212024-04-03T07:16:37.088Z+++ dirname ./tools/ci_download_dendrite_stub
5222024-04-03T07:16:37.088Z++ cd ./tools
5232024-04-03T07:16:37.088Z++ pwd
5242024-04-03T07:16:37.088Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5252024-04-03T07:16:37.088Z++ basename ./tools/ci_download_dendrite_stub
5262024-04-03T07:16:37.088Z+ ARG0=ci_download_dendrite_stub
5272024-04-03T07:16:37.088Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5282024-04-03T07:16:37.088Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5292024-04-03T07:16:37.088Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5302024-04-03T07:16:37.089Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5312024-04-03T07:16:37.089Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5322024-04-03T07:16:37.089Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5332024-04-03T07:16:37.089Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5342024-04-03T07:16:37.089Z+ TARGET_DIR=out
5352024-04-03T07:16:37.089Z+ DOWNLOAD_DIR=out/downloads
5362024-04-03T07:16:37.089Z+ DEST_DIR=./out/dendrite-stub
5372024-04-03T07:16:37.089Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5382024-04-03T07:16:37.090Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5392024-04-03T07:16:37.090Z+ REPO=oxidecomputer/dendrite
5402024-04-03T07:16:37.090Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5412024-04-03T07:16:37.090Z+ main
5422024-04-03T07:16:37.090Z+ [[ 0 != 0 ]]
5432024-04-03T07:16:37.090Z+ CIDL_OS=solaris2.11
5442024-04-03T07:16:37.090Z+ [[ 0 != 0 ]]
5452024-04-03T07:16:37.090Z+ configure_os solaris2.11
5462024-04-03T07:16:37.090Z+ echo 'current directory: /work/oxidecomputer/omicron'
5472024-04-03T07:16:37.090Zcurrent directory: /work/oxidecomputer/omicron
5482024-04-03T07:16:37.091Z+ echo 'configuring based on OS: "solaris2.11"'
5492024-04-03T07:16:37.091Z+ case "$1" in
5502024-04-03T07:16:37.091Zconfiguring based on OS: "solaris2.11"
5512024-04-03T07:16:37.091Z+ SET_BINARIES=
5522024-04-03T07:16:37.091Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5532024-04-03T07:16:37.091Z+ CIDL_SHA256FUNC=do_sha256sum
5542024-04-03T07:16:37.091Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5552024-04-03T07:16:37.091Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5562024-04-03T07:16:37.091Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5572024-04-03T07:16:37.092Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5582024-04-03T07:16:37.092ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5592024-04-03T07:16:37.092Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5602024-04-03T07:16:37.092ZLocal file: out/downloads/dendrite-stub.tar.gz
5612024-04-03T07:16:37.092Z+ mkdir -p out/downloads
5622024-04-03T07:16:37.092Z+ mkdir -p ./out/dendrite-stub
5632024-04-03T07:16:37.092Z+ fetch_and_verify
5642024-04-03T07:16:37.092Z+ local DO_DOWNLOAD=true
5652024-04-03T07:16:37.092Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5662024-04-03T07:16:37.092Z+ '[' true == true ']'
5672024-04-03T07:16:37.093Z+ echo Downloading...
5682024-04-03T07:16:37.093ZDownloading...
5692024-04-03T07:16:37.093Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5702024-04-03T07:16:37.093Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5712024-04-03T07:16:52.219Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5722024-04-03T07:16:52.232Z++ sha256sum
5732024-04-03T07:16:52.232Z++ awk '{print $1}'
5742024-04-03T07:16:52.241Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5752024-04-03T07:16:52.252Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5762024-04-03T07:16:52.253Z+ do_untar out/downloads/dendrite-stub.tar.gz
5772024-04-03T07:16:52.253Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5782024-04-03T07:16:52.842Z+ do_assemble
5792024-04-03T07:16:52.842Z+ rm -r ./out/dendrite-stub
5802024-04-03T07:16:52.857Z+ mkdir ./out/dendrite-stub
5812024-04-03T07:16:52.857Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5822024-04-03T07:16:52.927Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5832024-04-03T07:16:52.940Z+ set -o errexit
5842024-04-03T07:16:52.940Z+++ dirname ./tools/ci_download_maghemite_mgd
5852024-04-03T07:16:52.940Z++ cd ./tools
5862024-04-03T07:16:52.940Z++ pwd
5872024-04-03T07:16:52.940Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5882024-04-03T07:16:52.945Z++ basename ./tools/ci_download_maghemite_mgd
5892024-04-03T07:16:52.945Z+ ARG0=ci_download_maghemite_mgd
5902024-04-03T07:16:52.945Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5912024-04-03T07:16:52.946Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5922024-04-03T07:16:52.946Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5932024-04-03T07:16:52.946Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5942024-04-03T07:16:52.946Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5952024-04-03T07:16:52.946Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5962024-04-03T07:16:52.946Z+ TARGET_DIR=out
5972024-04-03T07:16:52.946Z+ DOWNLOAD_DIR=out/downloads
5982024-04-03T07:16:52.946Z+ DEST_DIR=./out/mgd
5992024-04-03T07:16:52.946Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
6002024-04-03T07:16:52.946Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6012024-04-03T07:16:52.946Z+ REPO=oxidecomputer/maghemite
6022024-04-03T07:16:52.947Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
6032024-04-03T07:16:52.947Z+ main
6042024-04-03T07:16:52.947Z+ rm -rf out/downloads/root
6052024-04-03T07:16:52.952Z+ [[ 0 != 0 ]]
6062024-04-03T07:16:52.952Z+ CIDL_OS=solaris2.11
6072024-04-03T07:16:52.952Z+ [[ 0 != 0 ]]
6082024-04-03T07:16:52.952Z+ configure_os solaris2.11
6092024-04-03T07:16:52.952Z+ echo 'current directory: /work/oxidecomputer/omicron'
6102024-04-03T07:16:52.952Zcurrent directory: /work/oxidecomputer/omicron
6112024-04-03T07:16:52.952Z+ echo 'configuring based on OS: "solaris2.11"'
6122024-04-03T07:16:52.953Z+ case "$1" in
6132024-04-03T07:16:52.953Zconfiguring based on OS: "solaris2.11"
6142024-04-03T07:16:52.953Z+ SET_BINARIES=
6152024-04-03T07:16:52.953Z+ CIDL_SHA256FUNC=do_sha256sum
6162024-04-03T07:16:52.953Z+ TARBALL_FILENAME=mgd.tar.gz
6172024-04-03T07:16:52.953Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6182024-04-03T07:16:52.953Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6192024-04-03T07:16:52.953Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6202024-04-03T07:16:52.953ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6212024-04-03T07:16:52.953Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6222024-04-03T07:16:52.953Z+ mkdir -p out/downloads
6232024-04-03T07:16:52.953ZLocal file: out/downloads/mgd.tar.gz
6242024-04-03T07:16:52.953Z+ mkdir -p ./out/mgd
6252024-04-03T07:16:52.965Z+ fetch_and_verify
6262024-04-03T07:16:52.965Z+ local DO_DOWNLOAD=true
6272024-04-03T07:16:52.965Z+ [[ -f out/downloads/mgd.tar.gz ]]
6282024-04-03T07:16:52.965Z+ '[' true == true ']'
6292024-04-03T07:16:52.965Z+ echo Downloading...
6302024-04-03T07:16:52.965ZDownloading...
6312024-04-03T07:16:52.965Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6322024-04-03T07:16:52.966Z+ 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
6332024-04-03T07:17:12.290Z++ do_sha256sum out/downloads/mgd.tar.gz
6342024-04-03T07:17:12.306Z++ sha256sum
6352024-04-03T07:17:12.306Z++ awk '{print $1}'
6362024-04-03T07:17:12.324Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6372024-04-03T07:17:12.324Z+ [[ 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 ]]
6382024-04-03T07:17:12.324Z+ do_untar out/downloads/mgd.tar.gz
6392024-04-03T07:17:12.324Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6402024-04-03T07:17:12.902Z+ do_assemble
6412024-04-03T07:17:12.902Z+ rm -r ./out/mgd
6422024-04-03T07:17:12.954Z+ mkdir ./out/mgd
6432024-04-03T07:17:12.954Z+ cp -r out/downloads/root ./out/mgd/root
6442024-04-03T07:17:12.989Z+ set -o errexit
6452024-04-03T07:17:13.002Z+++ dirname ./tools/ci_download_transceiver_control
6462024-04-03T07:17:13.002Z++ cd ./tools
6472024-04-03T07:17:13.002Z++ pwd
6482024-04-03T07:17:13.002Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6492024-04-03T07:17:13.004Z++ basename ./tools/ci_download_transceiver_control
6502024-04-03T07:17:13.004Z+ ARG0=ci_download_transceiver_control
6512024-04-03T07:17:13.004Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6522024-04-03T07:17:13.004Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6532024-04-03T07:17:13.004Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6542024-04-03T07:17:13.004Z+ TARGET_DIR=out
6552024-04-03T07:17:13.004Z+ DOWNLOAD_DIR=out/downloads
6562024-04-03T07:17:13.005Z+ DEST_DIR=./out/transceiver-control
6572024-04-03T07:17:13.007Z+ BIN_DIR=/opt/oxide/bin
6582024-04-03T07:17:13.007Z+ BINARY=xcvradm
6592024-04-03T07:17:13.007Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6602024-04-03T07:17:13.007Z+ REPO=oxidecomputer/transceiver-control
6612024-04-03T07:17:13.008Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6622024-04-03T07:17:13.008Z+ main
6632024-04-03T07:17:13.008Z+ [[ 0 != 0 ]]
6642024-04-03T07:17:13.008Z+ CIDL_OS=solaris2.11
6652024-04-03T07:17:13.008Z+ [[ 0 != 0 ]]
6662024-04-03T07:17:13.009Z+ configure_os solaris2.11
6672024-04-03T07:17:13.009Z+ echo 'current directory: /work/oxidecomputer/omicron'
6682024-04-03T07:17:13.009Z+ echo 'configuring based on OS: "solaris2.11"'
6692024-04-03T07:17:13.009Zcurrent directory: /work/oxidecomputer/omicron
6702024-04-03T07:17:13.009Zconfiguring based on OS: "solaris2.11"
6712024-04-03T07:17:13.010Z+ case "$1" in
6722024-04-03T07:17:13.010Z+ SET_BINARIES=
6732024-04-03T07:17:13.010Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742024-04-03T07:17:13.010Z+ CIDL_SHA256FUNC=do_sha256sum
6752024-04-03T07:17:13.010Z+ ARCHIVE_FILENAME=xcvradm.gz
6762024-04-03T07:17:13.010Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772024-04-03T07:17:13.010Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6782024-04-03T07:17:13.011Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6792024-04-03T07:17:13.011Z+ echo 'Local file: out/downloads/xcvradm.gz'
6802024-04-03T07:17:13.011ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6812024-04-03T07:17:13.011ZLocal file: out/downloads/xcvradm.gz
6822024-04-03T07:17:13.011Z+ mkdir -p out/downloads
6832024-04-03T07:17:13.011Z+ mkdir -p ./out/transceiver-control
6842024-04-03T07:17:13.011Z+ fetch_and_verify
6852024-04-03T07:17:13.012Z+ local DO_DOWNLOAD=true
6862024-04-03T07:17:13.012Z+ [[ -f out/downloads/xcvradm.gz ]]
6872024-04-03T07:17:13.012Z+ '[' true == true ']'
6882024-04-03T07:17:13.012Z+ echo Downloading...
6892024-04-03T07:17:13.012ZDownloading...
6902024-04-03T07:17:13.013Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6912024-04-03T07:17:13.013Z+ 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
6922024-04-03T07:17:15.978Z++ do_sha256sum out/downloads/xcvradm.gz
6932024-04-03T07:17:15.990Z++ sha256sum
6942024-04-03T07:17:15.990Z++ awk '{print $1}'
6952024-04-03T07:17:15.990Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6962024-04-03T07:17:15.990Z+ [[ 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 ]]
6972024-04-03T07:17:15.990Z+ do_unpack out/downloads/xcvradm.gz
6982024-04-03T07:17:15.990Z+ mkdir -p out/downloads/root//opt/oxide/bin
6992024-04-03T07:17:15.991Z+ gzip -dc out/downloads/xcvradm.gz
7002024-04-03T07:17:16.099Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
7012024-04-03T07:17:16.101Z+ do_assemble
7022024-04-03T07:17:16.101Z+ rm -r ./out/transceiver-control
7032024-04-03T07:17:16.104Z+ mkdir ./out/transceiver-control
7042024-04-03T07:17:16.107Z+ cp -r out/downloads/root ./out/transceiver-control/root
7052024-04-03T07:17:16.197Z+ set -o errexit
7062024-04-03T07:17:16.621Z+++ dirname ./tools/ci_download_thundermuffin
7072024-04-03T07:17:16.622Z++ cd ./tools
7082024-04-03T07:17:16.622Z++ pwd
7092024-04-03T07:17:16.622Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7102024-04-03T07:17:16.622Z++ basename ./tools/ci_download_thundermuffin
7112024-04-03T07:17:16.622Z+ ARG0=ci_download_thundermuffin
7122024-04-03T07:17:16.622Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7132024-04-03T07:17:16.622Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7142024-04-03T07:17:16.623Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7152024-04-03T07:17:16.623Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7162024-04-03T07:17:16.623Z+ TARGET_DIR=out
7172024-04-03T07:17:16.623Z+ DOWNLOAD_DIR=out/downloads
7182024-04-03T07:17:16.623Z+ DEST_DIR=./out/thundermuffin
7192024-04-03T07:17:16.623Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7202024-04-03T07:17:16.623Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7212024-04-03T07:17:16.624Z+ REPO=oxidecomputer/thundermuffin
7222024-04-03T07:17:16.624Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7232024-04-03T07:17:16.624Z+ main
7242024-04-03T07:17:16.624Z+ rm -rf out/downloads/root
7252024-04-03T07:17:17.091Z+ [[ 0 != 0 ]]
7262024-04-03T07:17:17.091Z+ CIDL_OS=solaris2.11
7272024-04-03T07:17:17.091Z+ [[ 0 != 0 ]]
7282024-04-03T07:17:17.092Z+ configure_os solaris2.11
7292024-04-03T07:17:17.092Z+ echo 'current directory: /work/oxidecomputer/omicron'
7302024-04-03T07:17:17.092Zcurrent directory: /work/oxidecomputer/omicron
7312024-04-03T07:17:17.092Z+ echo 'configuring based on OS: "solaris2.11"'
7322024-04-03T07:17:17.093Z+ case "$1" in
7332024-04-03T07:17:17.093Zconfiguring based on OS: "solaris2.11"
7342024-04-03T07:17:17.093Z+ SET_BINARIES=
7352024-04-03T07:17:17.094Z+ CIDL_SHA256FUNC=do_sha256sum
7362024-04-03T07:17:17.094Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7372024-04-03T07:17:17.094Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7382024-04-03T07:17:17.094Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7392024-04-03T07:17:17.095Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7402024-04-03T07:17:17.095ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7412024-04-03T07:17:17.095ZLocal file: out/downloads/thundermuffin.tar.gz
7422024-04-03T07:17:17.095Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7432024-04-03T07:17:17.096Z+ mkdir -p out/downloads
7442024-04-03T07:17:17.096Z+ mkdir -p ./out/thundermuffin
7452024-04-03T07:17:17.096Z+ fetch_and_verify
7462024-04-03T07:17:17.096Z+ local DO_DOWNLOAD=true
7472024-04-03T07:17:17.096Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7482024-04-03T07:17:17.097Z+ '[' true == true ']'
7492024-04-03T07:17:17.097Z+ echo Downloading...
7502024-04-03T07:17:17.097ZDownloading...
7512024-04-03T07:17:17.098Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7522024-04-03T07:17:17.098Z+ 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
7532024-04-03T07:17:18.046Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7542024-04-03T07:17:18.054Z++ sha256sum
7552024-04-03T07:17:18.054Z++ awk '{print $1}'
7562024-04-03T07:17:18.054Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7572024-04-03T07:17:18.054Z+ [[ 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 ]]
7582024-04-03T07:17:18.054Z+ do_untar out/downloads/thundermuffin.tar.gz
7592024-04-03T07:17:18.054Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7602024-04-03T07:17:18.115Z+ do_assemble
7612024-04-03T07:17:18.115Z+ rm -r ./out/thundermuffin
7622024-04-03T07:17:18.135Z+ mkdir ./out/thundermuffin
7632024-04-03T07:17:18.135Z+ cp -r out/downloads/root ./out/thundermuffin/root
7642024-04-03T07:17:18.142ZAll prerequisites installed successfully
7652024-04-03T07:17:18.142Z
7662024-04-03T07:17:18.142Zreal 2:34.295222823
7672024-04-03T07:17:18.142Zuser 37.356224467
7682024-04-03T07:17:18.142Zsys 6.878310365
7692024-04-03T07:17:18.142Ztrap 0.009281900
7702024-04-03T07:17:18.143Ztflt 0.089038567
7712024-04-03T07:17:18.143Zdflt 0.649621759
7722024-04-03T07:17:18.143Zkflt 0.313606429
7732024-04-03T07:17:18.143Zlock 0.975888437
7742024-04-03T07:17:18.143Zslp 5:29.120110943
7752024-04-03T07:17:18.143Zlat 1.926680516
7762024-04-03T07:17:18.143Zstop 0.147475770
7772024-04-03T07:17:18.143Z+ banner end-to-end-tests
7782024-04-03T07:17:18.143Z
7792024-04-03T07:17:18.144Z ###### # # ##### ##### #### ###### # # #####
7802024-04-03T07:17:18.144Z # ## # # # # # # # ## # # #
7812024-04-03T07:17:18.144Z ##### # # # # # ##### # # # ##### ##### # # # # #
7822024-04-03T07:17:18.144Z # # # # # # # # # # # # # # #
7832024-04-03T07:17:18.144Z # # ## # # # # # # # ## # #
7842024-04-03T07:17:18.145Z ###### # # ##### # #### ###### # # #####
7852024-04-03T07:17:18.145Z
7862024-04-03T07:17:18.145Z+ export CARGO_PROFILE_DEV_DEBUG=1
7872024-04-03T07:17:18.145Z+ CARGO_PROFILE_DEV_DEBUG=1
7882024-04-03T07:17:18.145Z+ export CARGO_PROFILE_TEST_DEBUG=1
7892024-04-03T07:17:18.146Z+ CARGO_PROFILE_TEST_DEBUG=1
7902024-04-03T07:17:18.146Z+ export CARGO_INCREMENTAL=0
7912024-04-03T07:17:18.146Z+ CARGO_INCREMENTAL=0
7922024-04-03T07:17:18.146Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7932024-04-03T07:17:18.342Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7942024-04-03T07:17:19.293Z Updating git repository `https://github.com/oxidecomputer/samael`
7952024-04-03T07:17:20.116Z Updating git repository `https://github.com/oxidecomputer/zone`
7962024-04-03T07:17:20.961Z Updating crates.io index
7972024-04-03T07:17:21.390Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7982024-04-03T07:17:22.620Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7992024-04-03T07:17:29.331Z Updating git repository `https://github.com/oxidecomputer/progenitor`
8002024-04-03T07:17:29.494Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
8012024-04-03T07:17:29.494Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8022024-04-03T07:17:29.775Z Updating git repository `https://github.com/oxidecomputer/propolis`
8032024-04-03T07:17:32.707Z Updating git repository `https://github.com/oxidecomputer/crucible`
8042024-04-03T07:17:39.496Z Updating git repository `https://github.com/oxidecomputer/opte`
8052024-04-03T07:17:40.995Z Updating git repository `https://github.com/oxidecomputer/falcon`
8062024-04-03T07:17:46.942Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8072024-04-03T07:17:46.993Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8082024-04-03T07:17:46.993Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8092024-04-03T07:17:47.523Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8102024-04-03T07:17:48.268Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8112024-04-03T07:17:49.224Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8122024-04-03T07:17:49.983Z Updating git repository `http://github.com/oxidecomputer/tofino`
8132024-04-03T07:17:50.864Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8142024-04-03T07:17:51.508Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8152024-04-03T07:17:52.176Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8162024-04-03T07:17:52.923Z Updating git repository `https://github.com/oxidecomputer/ispf`
8172024-04-03T07:18:01.873Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8182024-04-03T07:18:02.600Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8192024-04-03T07:18:02.600Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8202024-04-03T07:18:02.601Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8212024-04-03T07:18:02.601Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8222024-04-03T07:18:02.601Z Updating git repository `https://github.com/jgallagher/nix`
8232024-04-03T07:18:02.972Z Updating git repository `https://github.com/cbiffle/hubpack`
8242024-04-03T07:18:02.972Z Updating git repository `https://github.com/oxidecomputer/typify`
8252024-04-03T07:18:05.344Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8262024-04-03T07:18:13.314Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8272024-04-03T07:18:13.621Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8282024-04-03T07:18:13.622Z Updating git repository `https://github.com/oxidecomputer/rfb`
8292024-04-03T07:18:13.622Z Downloading crates ...
8302024-04-03T07:18:13.622Z Downloaded addr2line v0.21.0
8312024-04-03T07:18:13.622Z Downloaded adler v1.0.2
8322024-04-03T07:18:13.622Z Downloaded defmt-parser v0.3.3
8332024-04-03T07:18:13.622Z Downloaded aes v0.8.3
8342024-04-03T07:18:13.623Z Downloaded aes-gcm v0.10.3
8352024-04-03T07:18:13.623Z Downloaded aho-corasick v1.1.2
8362024-04-03T07:18:13.623Z Downloaded anstyle v1.0.6
8372024-04-03T07:18:13.623Z Downloaded ansi_term v0.12.1
8382024-04-03T07:18:13.624Z Downloaded anstyle-parse v0.2.1
8392024-04-03T07:18:13.624Z Downloaded ahash v0.8.8
8402024-04-03T07:18:13.624Z Downloaded idna v0.5.0
8412024-04-03T07:18:13.625Z Downloaded arrayref v0.3.7
8422024-04-03T07:18:13.625Z Downloaded argon2 v0.5.3
8432024-04-03T07:18:13.625Z Downloaded arrayvec v0.7.4
8442024-04-03T07:18:13.625Z Downloaded idna v0.2.3
8452024-04-03T07:18:13.626Z Downloaded ipnetwork v0.20.0
8462024-04-03T07:18:13.626Z Downloaded ipnet v2.9.0
8472024-04-03T07:18:13.626Z Downloaded base64 v0.13.1
8482024-04-03T07:18:13.626Z Downloaded itertools v0.10.5
8492024-04-03T07:18:13.626Z Downloaded itoa v1.0.9
8502024-04-03T07:18:13.626Z Downloaded lazy_static v1.4.0
8512024-04-03T07:18:13.626Z Downloaded bitflags v1.3.2
8522024-04-03T07:18:13.627Z Downloaded bitflags v2.4.2
8532024-04-03T07:18:13.627Z Downloaded bit-vec v0.6.3
8542024-04-03T07:18:13.627Z Downloaded bit-set v0.5.3
8552024-04-03T07:18:13.627Z Downloaded base64 v0.22.0
8562024-04-03T07:18:13.627Z Downloaded itertools v0.12.1
8572024-04-03T07:18:13.627Z Downloaded linked-hash-map v0.5.6
8582024-04-03T07:18:13.627Z Downloaded libsw v3.3.1
8592024-04-03T07:18:13.627Z Downloaded lock_api v0.4.10
8602024-04-03T07:18:13.627Z Downloaded lru-cache v0.1.2
8612024-04-03T07:18:13.627Z Downloaded matches v0.1.10
8622024-04-03T07:18:13.628Z Downloaded match_cfg v0.1.0
8632024-04-03T07:18:13.628Z Downloaded macaddr v1.0.1
8642024-04-03T07:18:13.628Z Downloaded md5 v0.7.0
8652024-04-03T07:18:13.628Z Downloaded md-5 v0.10.5
8662024-04-03T07:18:13.628Z Downloaded memchr v2.7.1
8672024-04-03T07:18:13.628Z Downloaded mime_guess v2.0.4
8682024-04-03T07:18:13.628Z Downloaded mime v0.3.17
8692024-04-03T07:18:13.628Z Downloaded memmap v0.7.0
8702024-04-03T07:18:13.628Z Downloaded minimal-lexical v0.2.1
8712024-04-03T07:18:13.629Z Downloaded new_debug_unreachable v1.0.4
8722024-04-03T07:18:13.629Z Downloaded native-tls v0.2.11
8732024-04-03T07:18:13.629Z Downloaded multer v3.0.0
8742024-04-03T07:18:13.629Z Downloaded nom v7.1.3
8752024-04-03T07:18:13.629Z Downloaded normalize-line-endings v0.3.0
8762024-04-03T07:18:13.629Z Downloaded num-bigint v0.4.4
8772024-04-03T07:18:13.629Z Downloaded num-traits v0.2.18
8782024-04-03T07:18:13.629Z Downloaded libefi-sys v0.1.0
8792024-04-03T07:18:13.629Z Downloaded num_cpus v1.16.0
8802024-04-03T07:18:13.629Z Downloaded opaque-debug v0.3.0
8812024-04-03T07:18:13.629Z Downloaded num_threads v0.1.6
8822024-04-03T07:18:13.630Z Downloaded openssl-probe v0.1.5
8832024-04-03T07:18:13.630Z Downloaded option-ext v0.2.0
8842024-04-03T07:18:13.630Z Downloaded openssl-macros v0.1.1
8852024-04-03T07:18:13.630Z Downloaded omicron-zone-package v0.11.0
8862024-04-03T07:18:13.630Z Downloaded cbc v0.1.2
8872024-04-03T07:18:13.630Z Downloaded chacha20 v0.9.1
8882024-04-03T07:18:13.630Z Downloaded owo-colors v4.0.0
8892024-04-03T07:18:13.630Z Downloaded camino-tempfile v1.1.1
8902024-04-03T07:18:13.630Z Downloaded openssl-sys v0.9.96
8912024-04-03T07:18:13.630Z Downloaded parking_lot v0.11.2
8922024-04-03T07:18:13.630Z Downloaded parking_lot v0.12.1
8932024-04-03T07:18:13.631Z Downloaded chrono v0.4.34
8942024-04-03T07:18:13.631Z Downloaded p521 v0.13.3
8952024-04-03T07:18:13.631Z Downloaded password-hash v0.4.2
8962024-04-03T07:18:13.631Z Downloaded parse-display v0.9.0
8972024-04-03T07:18:13.631Z Downloaded parse-display-derive v0.9.0
8982024-04-03T07:18:13.631Z Downloaded indexmap v1.9.3
8992024-04-03T07:18:13.631Z Downloaded newline-converter v0.3.0
9002024-04-03T07:18:13.631Z Downloaded percent-encoding v2.3.1
9012024-04-03T07:18:13.631Z Downloaded pem-rfc7468 v0.7.0
9022024-04-03T07:18:13.631Z Downloaded pest_derive v2.7.6
9032024-04-03T07:18:13.631Z Downloaded colorchoice v1.0.0
9042024-04-03T07:18:13.632Z Downloaded cobs v0.2.3
9052024-04-03T07:18:13.632Z Downloaded pbkdf2 v0.11.0
9062024-04-03T07:18:13.632Z Downloaded keccak v0.1.4
9072024-04-03T07:18:13.632Z Downloaded clap_builder v4.5.1
9082024-04-03T07:18:13.632Z Downloaded petgraph v0.6.4
9092024-04-03T07:18:13.632Z Downloaded pest_meta v2.7.6
9102024-04-03T07:18:13.632Z Downloaded num-conv v0.1.0
9112024-04-03T07:18:13.632Z Downloaded num v0.4.1
9122024-04-03T07:18:13.632Z Downloaded crossbeam-epoch v0.9.18
9132024-04-03T07:18:13.632Z Downloaded newtype-uuid v1.0.1
9142024-04-03T07:18:13.632Z Downloaded bitstruct_derive v0.1.0
9152024-04-03T07:18:13.633Z Downloaded cstr-argument v0.1.2
9162024-04-03T07:18:13.633Z Downloaded ctr v0.9.2
9172024-04-03T07:18:13.633Z Downloaded curve25519-dalek-derive v0.1.0
9182024-04-03T07:18:13.633Z Downloaded allocator-api2 v0.2.16
9192024-04-03T07:18:13.633Z Downloaded debug-ignore v1.0.5
9202024-04-03T07:18:13.633Z Downloaded defmt-macros v0.3.6
9212024-04-03T07:18:13.633Z Downloaded once_cell v1.19.0
9222024-04-03T07:18:13.633Z Downloaded autocfg v1.1.0
9232024-04-03T07:18:13.633Z Downloaded base64ct v1.6.0
9242024-04-03T07:18:13.633Z Downloaded bcrypt-pbkdf v0.10.0
9252024-04-03T07:18:13.634Z Downloaded blowfish v0.9.1
9262024-04-03T07:18:13.634Z Downloaded blake2 v0.10.6
9272024-04-03T07:18:13.676Z Downloaded backtrace v0.3.69
9282024-04-03T07:18:13.676Z Downloaded parking_lot_core v0.9.8
9292024-04-03T07:18:13.676Z Downloaded pbkdf2 v0.12.2
9302024-04-03T07:18:13.676Z Downloaded pest_generator v2.7.6
9312024-04-03T07:18:13.676Z Downloaded clap v4.5.1
9322024-04-03T07:18:13.676Z Downloaded cookie_store v0.20.0
9332024-04-03T07:18:13.676Z Downloaded crossbeam-channel v0.5.8
9342024-04-03T07:18:13.676Z Downloaded convert_case v0.4.0
9352024-04-03T07:18:13.676Z Downloaded constant_time_eq v0.3.0
9362024-04-03T07:18:13.676Z Downloaded pem v3.0.2
9372024-04-03T07:18:13.676Z Downloaded slog-envlogger v2.2.0
9382024-04-03T07:18:13.676Z Downloaded crucible-workspace-hack v0.1.0
9392024-04-03T07:18:13.677Z Downloaded crossterm v0.27.0
9402024-04-03T07:18:13.677Z Downloaded tracing v0.1.40
9412024-04-03T07:18:13.677Z Downloaded unicode-segmentation v1.10.1
9422024-04-03T07:18:13.677Z Downloaded universal-hash v0.5.1
9432024-04-03T07:18:13.677Z Downloaded unicode-xid v0.2.4
9442024-04-03T07:18:13.677Z Downloaded unicode-width v0.1.11
9452024-04-03T07:18:13.677Z Downloaded tar v0.4.40
9462024-04-03T07:18:13.677Z Downloaded darling v0.20.3
9472024-04-03T07:18:13.677Z Downloaded defmt v0.3.5
9482024-04-03T07:18:13.677Z Downloaded slab v0.4.9
9492024-04-03T07:18:13.677Z Downloaded data-encoding v2.4.0
9502024-04-03T07:18:13.677Z Downloaded bstr v1.9.0
9512024-04-03T07:18:13.677Z Downloaded foreign-types-macros v0.2.3
9522024-04-03T07:18:13.677Z Downloaded stable_deref_trait v1.2.0
9532024-04-03T07:18:13.677Z Downloaded socket2 v0.4.9
9542024-04-03T07:18:13.677Z Downloaded h2 v0.3.24
9552024-04-03T07:18:13.678Z Downloaded http-body v0.4.5
9562024-04-03T07:18:13.678Z Downloaded heck v0.3.3
9572024-04-03T07:18:13.678Z Downloaded http v0.2.12
9582024-04-03T07:18:13.678Z Downloaded heapless v0.8.0
9592024-04-03T07:18:13.678Z Downloaded phf_shared v0.11.2
9602024-04-03T07:18:13.678Z Downloaded syn v1.0.109
9612024-04-03T07:18:13.678Z Downloaded rayon-core v1.12.1
9622024-04-03T07:18:13.678Z Downloaded pretty-hex v0.4.1
9632024-04-03T07:18:13.678Z Downloaded take_mut v0.2.2
9642024-04-03T07:18:13.678Z Downloaded pretty-hex v0.2.1
9652024-04-03T07:18:13.678Z Downloaded time-core v0.1.2
9662024-04-03T07:18:13.678Z Downloaded thread_local v1.1.7
9672024-04-03T07:18:13.678Z Downloaded tabwriter v1.4.0
9682024-04-03T07:18:13.678Z Downloaded predicates-core v1.0.6
9692024-04-03T07:18:13.678Z Downloaded tokio-tungstenite v0.20.1
9702024-04-03T07:18:13.678Z Downloaded postcard v1.0.8
9712024-04-03T07:18:13.678Z Downloaded time v0.3.34
9722024-04-03T07:18:13.678Z Downloaded reqwest v0.11.24
9732024-04-03T07:18:13.678Z Downloaded unicode-ident v1.0.12
9742024-04-03T07:18:13.679Z Downloaded resolv-conf v0.7.0
9752024-04-03T07:18:13.679Z Downloaded unicode-bidi v0.3.15
9762024-04-03T07:18:13.679Z Downloaded unicode-normalization v0.1.22
9772024-04-03T07:18:13.679Z Downloaded schemars_derive v0.8.16
9782024-04-03T07:18:13.679Z Downloaded scheduled-thread-pool v0.2.7
9792024-04-03T07:18:13.679Z Downloaded dirs-sys v0.4.1
9802024-04-03T07:18:13.679Z Downloaded sha2 v0.10.8
9812024-04-03T07:18:13.679Z Downloaded signal-hook-mio v0.2.3
9822024-04-03T07:18:13.679Z Downloaded float-cmp v0.9.0
9832024-04-03T07:18:13.679Z Downloaded signal-hook v0.3.17
9842024-04-03T07:18:13.679Z Downloaded flate2 v1.0.28
9852024-04-03T07:18:13.679Z Downloaded predicates v3.1.0
9862024-04-03T07:18:13.679Z Downloaded same-file v1.0.6
9872024-04-03T07:18:13.679Z Downloaded serde_repr v0.1.16
9882024-04-03T07:18:13.679Z Downloaded smf v0.2.2
9892024-04-03T07:18:13.679Z Downloaded spin v0.9.8
9902024-04-03T07:18:13.679Z Downloaded untrusted v0.7.1
9912024-04-03T07:18:13.680Z Downloaded trust-dns-client v0.22.0
9922024-04-03T07:18:13.680Z Downloaded subtle v2.5.0
9932024-04-03T07:18:13.680Z Downloaded subprocess v0.2.9
9942024-04-03T07:18:13.680Z Downloaded static_assertions v1.1.0
9952024-04-03T07:18:13.680Z Downloaded spki v0.7.2
9962024-04-03T07:18:13.680Z Downloaded ryu v1.0.15
9972024-04-03T07:18:13.680Z Downloaded syn v2.0.52
9982024-04-03T07:18:13.680Z Downloaded deranged v0.3.11
9992024-04-03T07:18:13.680Z Downloaded zip v0.6.6
10002024-04-03T07:18:13.680Z Downloaded der_derive v0.7.2
10012024-04-03T07:18:13.680Z Downloaded group v0.13.0
10022024-04-03T07:18:13.680Z Downloaded winnow v0.5.15
10032024-04-03T07:18:13.680Z Downloaded libc v0.2.153
10042024-04-03T07:18:13.680Z Downloaded regex-automata v0.1.10
10052024-04-03T07:18:13.680Z Downloaded ppv-lite86 v0.2.17
10062024-04-03T07:18:13.680Z Downloaded powerfmt v0.2.0
10072024-04-03T07:18:13.680Z Downloaded ron v0.7.1
10082024-04-03T07:18:13.680Z Downloaded russh v0.42.0
10092024-04-03T07:18:13.681Z Downloaded sec1 v0.7.3
10102024-04-03T07:18:13.681Z Downloaded semver v0.11.0
10112024-04-03T07:18:13.681Z Downloaded secrecy v0.8.0
10122024-04-03T07:18:13.681Z Downloaded term v0.7.0
10132024-04-03T07:18:13.681Z Downloaded termcolor v1.2.0
10142024-04-03T07:18:13.681Z Downloaded tempfile v3.10.0
10152024-04-03T07:18:13.681Z Downloaded tungstenite v0.20.1
10162024-04-03T07:18:13.681Z Downloaded tungstenite v0.21.0
10172024-04-03T07:18:13.681Z Downloaded usdt-impl v0.3.5
10182024-04-03T07:18:13.681Z Downloaded want v0.3.1
10192024-04-03T07:18:13.681Z Downloaded whoami v1.5.0
10202024-04-03T07:18:13.681Z Downloaded russh-keys v0.42.0
10212024-04-03T07:18:13.681Z Downloaded russh-cryptovec v0.7.0
10222024-04-03T07:18:13.681Z Downloaded primeorder v0.13.6
10232024-04-03T07:18:13.681Z Downloaded uuid v0.8.2
10242024-04-03T07:18:13.681Z Downloaded rand v0.7.3
10252024-04-03T07:18:13.681Z Downloaded zerocopy-derive v0.6.4
10262024-04-03T07:18:13.682Z Downloaded errno v0.3.8
10272024-04-03T07:18:13.702Z Downloaded futures-task v0.3.30
10282024-04-03T07:18:13.702Z Downloaded toolchain_find v0.2.0
10292024-04-03T07:18:13.702Z Downloaded textwrap v0.11.0
10302024-04-03T07:18:13.702Z Downloaded dtrace-parser v0.1.14
10312024-04-03T07:18:13.702Z Downloaded hyper-staticfile v0.9.5
10322024-04-03T07:18:13.702Z Downloaded psl-types v2.0.11
10332024-04-03T07:18:13.702Z Downloaded bzip2-sys v0.1.11+1.0.8
10342024-04-03T07:18:13.702Z Downloaded quick-error v1.2.3
10352024-04-03T07:18:13.702Z Downloaded publicsuffix v2.2.3
10362024-04-03T07:18:13.702Z Downloaded slog-json v2.6.1
10372024-04-03T07:18:13.702Z Downloaded proc-macro-error-attr v1.0.4
10382024-04-03T07:18:13.702Z Downloaded tokio-macros v2.2.0
10392024-04-03T07:18:13.702Z Downloaded strum_macros v0.26.1
10402024-04-03T07:18:13.703Z Downloaded tokio-stream v0.1.14
10412024-04-03T07:18:13.703Z Downloaded rustc_version v0.1.7
10422024-04-03T07:18:13.703Z Downloaded tokio-util v0.7.10
10432024-04-03T07:18:13.703Z Downloaded tokio-tungstenite v0.21.0
10442024-04-03T07:18:13.703Z Downloaded proc-macro2 v1.0.78
10452024-04-03T07:18:13.703Z Downloaded strum_macros v0.25.2
10462024-04-03T07:18:13.703Z Downloaded rustls-pki-types v1.3.0
10472024-04-03T07:18:13.703Z Downloaded rustls-pemfile v1.0.3
10482024-04-03T07:18:13.703Z Downloaded fastrand v2.0.1
10492024-04-03T07:18:13.703Z Downloaded fallible-iterator v0.2.0
10502024-04-03T07:18:13.703Z Downloaded slog-bunyan v2.5.0
10512024-04-03T07:18:13.703Z Downloaded strum v0.26.1
10522024-04-03T07:18:13.703Z Downloaded slog-async v2.8.0
10532024-04-03T07:18:13.703Z Downloaded expectorate v1.1.0
10542024-04-03T07:18:13.703Z Downloaded filetime v0.2.23
10552024-04-03T07:18:13.704Z Downloaded waitgroup v0.1.2
10562024-04-03T07:18:13.704Z Downloaded quote v1.0.35
10572024-04-03T07:18:13.704Z Downloaded diesel_table_macro_syntax v0.1.0
10582024-04-03T07:18:13.704Z Downloaded zerocopy-derive v0.7.32
10592024-04-03T07:18:13.704Z Downloaded vsss-rs v3.3.4
10602024-04-03T07:18:13.704Z Downloaded ff v0.13.0
10612024-04-03T07:18:13.704Z Downloaded enum-as-inner v0.5.1
10622024-04-03T07:18:13.704Z Downloaded rayon v1.9.0
10632024-04-03T07:18:13.704Z Downloaded regex v1.10.4
10642024-04-03T07:18:13.704Z Downloaded sha1 v0.10.6
10652024-04-03T07:18:13.704Z Downloaded rcgen v0.12.1
10662024-04-03T07:18:13.704Z Downloaded rand_core v0.6.4
10672024-04-03T07:18:13.704Z Downloaded rand_core v0.5.1
10682024-04-03T07:18:13.704Z Downloaded rand_chacha v0.3.1
10692024-04-03T07:18:13.704Z Downloaded plain v0.2.3
10702024-04-03T07:18:13.704Z Downloaded pkg-config v0.3.27
10712024-04-03T07:18:13.704Z Downloaded dyn-clone v1.0.17
10722024-04-03T07:18:13.704Z Downloaded usdt-macro v0.3.5
10732024-04-03T07:18:13.705Z Downloaded dtrace-parser v0.2.0
10742024-04-03T07:18:13.705Z Downloaded usdt v0.5.0
10752024-04-03T07:18:13.705Z Downloaded usdt v0.3.5
10762024-04-03T07:18:13.705Z Downloaded trust-dns-proto v0.22.0
10772024-04-03T07:18:13.705Z Downloaded thiserror-impl v1.0.57
10782024-04-03T07:18:13.705Z Downloaded xattr v1.0.1
10792024-04-03T07:18:13.705Z Downloaded tabled_derive v0.7.0
10802024-04-03T07:18:13.705Z Downloaded thiserror v1.0.57
10812024-04-03T07:18:13.705Z Downloaded synstructure v0.12.6
10822024-04-03T07:18:13.705Z Downloaded sync_wrapper v0.1.2
10832024-04-03T07:18:13.705Z Downloaded structopt-derive v0.4.18
10842024-04-03T07:18:13.705Z Downloaded slog v2.7.0
10852024-04-03T07:18:13.705Z Downloaded glob v0.3.1
10862024-04-03T07:18:13.705Z Downloaded tabled v0.15.0
10872024-04-03T07:18:13.705Z Downloaded postgres-types v0.2.6
10882024-04-03T07:18:13.705Z Downloaded postgres-protocol v0.6.6
10892024-04-03T07:18:13.705Z Downloaded getrandom v0.2.12
10902024-04-03T07:18:13.706Z Downloaded getopts v0.2.21
10912024-04-03T07:18:13.706Z Downloaded futures-executor v0.3.30
10922024-04-03T07:18:13.706Z Downloaded siphasher v0.3.11
10932024-04-03T07:18:13.706Z Downloaded utf8parse v0.2.1
10942024-04-03T07:18:13.706Z Downloaded slog-scope v4.4.0
10952024-04-03T07:18:13.706Z Downloaded usdt-macro v0.5.0
10962024-04-03T07:18:13.706Z Downloaded dof v0.1.5
10972024-04-03T07:18:13.706Z Downloaded usdt-impl v0.5.0
10982024-04-03T07:18:13.706Z Downloaded similar v2.4.0
10992024-04-03T07:18:13.706Z Downloaded hkdf v0.12.4
11002024-04-03T07:18:13.706Z Downloaded portpicker v0.1.1
11012024-04-03T07:18:13.706Z Downloaded polyval v0.6.1
11022024-04-03T07:18:13.706Z Downloaded string_cache v0.8.7
11032024-04-03T07:18:13.706Z Downloaded slog-term v2.9.0
11042024-04-03T07:18:13.706Z Downloaded serde_json v1.0.114
11052024-04-03T07:18:13.706Z Downloaded ghash v0.5.0
11062024-04-03T07:18:13.706Z Downloaded sigpipe v0.1.3
11072024-04-03T07:18:13.706Z Downloaded thread-id v4.2.0
11082024-04-03T07:18:13.707Z Downloaded signature v2.1.0
11092024-04-03T07:18:13.707Z Downloaded serde_with v3.6.1
11102024-04-03T07:18:13.707Z Downloaded display-error-chain v0.2.0
11112024-04-03T07:18:13.707Z Downloaded hex-literal v0.4.1
11122024-04-03T07:18:13.707Z Downloaded hmac v0.12.1
11132024-04-03T07:18:13.707Z Downloaded hyper-rustls v0.24.2
11142024-04-03T07:18:13.707Z Downloaded humantime v2.1.0
11152024-04-03T07:18:13.707Z Downloaded http-range v0.1.5
11162024-04-03T07:18:13.707Z Downloaded hostname v0.3.1
11172024-04-03T07:18:13.707Z Downloaded home v0.5.5
11182024-04-03T07:18:13.707Z Downloaded hubpack_derive v0.1.1
11192024-04-03T07:18:13.707Z Downloaded hubpack v0.1.2
11202024-04-03T07:18:13.707Z Downloaded httparse v1.8.0
11212024-04-03T07:18:13.707Z Downloaded httpdate v1.0.3
11222024-04-03T07:18:13.707Z Downloaded hyper v0.14.28
11232024-04-03T07:18:13.707Z Downloaded futures-channel v0.3.30
11242024-04-03T07:18:13.707Z Downloaded rustc-demangle v0.1.23
11252024-04-03T07:18:13.707Z Downloaded thiserror-impl-no-std v2.0.2
11262024-04-03T07:18:13.708Z Downloaded gethostname v0.4.3
11272024-04-03T07:18:13.724Z Downloaded thiserror-no-std v2.0.2
11282024-04-03T07:18:13.725Z Downloaded serde_path_to_error v0.1.16
11292024-04-03T07:18:13.725Z Downloaded fxhash v0.2.1
11302024-04-03T07:18:13.725Z Downloaded futures-sink v0.3.30
11312024-04-03T07:18:13.725Z Downloaded tokio-native-tls v0.3.1
11322024-04-03T07:18:13.725Z Downloaded untrusted v0.9.0
11332024-04-03T07:18:13.725Z Downloaded unsafe-libyaml v0.2.10
11342024-04-03T07:18:13.725Z Downloaded tokio-postgres v0.7.10
11352024-04-03T07:18:13.725Z Downloaded rand_chacha v0.2.2
11362024-04-03T07:18:13.725Z Downloaded typenum v1.16.0
11372024-04-03T07:18:13.726Z Downloaded toml_edit v0.19.15
11382024-04-03T07:18:13.726Z Downloaded rfc6979 v0.4.0
11392024-04-03T07:18:13.726Z Downloaded rand v0.8.5
11402024-04-03T07:18:13.726Z Downloaded radix_trie v0.2.1
11412024-04-03T07:18:13.726Z Downloaded proc-macro-error v1.0.4
11422024-04-03T07:18:13.726Z Downloaded r2d2 v0.8.10
11432024-04-03T07:18:13.726Z Downloaded proc-macro-crate v1.3.1
11442024-04-03T07:18:13.726Z Downloaded try-lock v0.2.4
11452024-04-03T07:18:13.727Z Downloaded structopt v0.3.26
11462024-04-03T07:18:13.727Z Downloaded zeroize v1.7.0
11472024-04-03T07:18:13.727Z Downloaded zerocopy v0.7.32
11482024-04-03T07:18:13.727Z Downloaded zeroize_derive v1.4.2
11492024-04-03T07:18:13.727Z Downloaded walkdir v2.4.0
11502024-04-03T07:18:13.727Z Downloaded serde_urlencoded v0.7.1
11512024-04-03T07:18:13.727Z Downloaded zerocopy v0.3.0
11522024-04-03T07:18:13.727Z Downloaded structmeta-derive v0.3.0
11532024-04-03T07:18:13.727Z Downloaded structmeta v0.3.0
11542024-04-03T07:18:13.727Z Downloaded serde_tokenstream v0.2.0
11552024-04-03T07:18:13.727Z Downloaded smallvec v1.13.1
11562024-04-03T07:18:13.728Z Downloaded slog-stdlog v4.1.1
11572024-04-03T07:18:13.728Z Downloaded generic-array v0.14.7
11582024-04-03T07:18:13.728Z Downloaded scopeguard v1.2.0
11592024-04-03T07:18:13.728Z Downloaded toml_datetime v0.6.5
11602024-04-03T07:18:13.728Z Downloaded spin v0.5.2
11612024-04-03T07:18:13.728Z Downloaded platforms v3.0.2
11622024-04-03T07:18:13.728Z Downloaded tokio-rustls v0.24.1
11632024-04-03T07:18:13.729Z Downloaded smoltcp v0.11.0
11642024-04-03T07:18:13.730Z Downloaded steno v0.4.0
11652024-04-03T07:18:13.731Z Downloaded rustix v0.38.31
11662024-04-03T07:18:13.731Z Downloaded rustversion v1.0.14
11672024-04-03T07:18:13.731Z Downloaded poly1305 v0.8.0
11682024-04-03T07:18:13.731Z Downloaded smoltcp v0.9.1
11692024-04-03T07:18:13.731Z Downloaded rustls-webpki v0.102.1
11702024-04-03T07:18:13.731Z Downloaded rustc_version v0.4.0
11712024-04-03T07:18:13.732Z Downloaded toml_edit v0.22.9
11722024-04-03T07:18:13.732Z Downloaded rustls-webpki v0.101.7
11732024-04-03T07:18:13.732Z Downloaded tokio v1.36.0
11742024-04-03T07:18:13.732Z Downloaded toml v0.5.11
11752024-04-03T07:18:13.732Z Downloaded tokio-rustls v0.25.0
11762024-04-03T07:18:13.732Z Downloaded rustfmt-wrapper v0.2.0
11772024-04-03T07:18:13.732Z Downloaded trust-dns-resolver v0.22.0
11782024-04-03T07:18:13.733Z Downloaded gimli v0.28.0
11792024-04-03T07:18:13.733Z Downloaded trust-dns-server v0.22.1
11802024-04-03T07:18:13.733Z Downloaded regex-automata v0.4.5
11812024-04-03T07:18:13.733Z Downloaded diesel v2.1.5
11822024-04-03T07:18:13.733Z Downloaded zerocopy-derive v0.2.0
11832024-04-03T07:18:13.733Z Downloaded vcpkg v0.2.15
11842024-04-03T07:18:13.734Z Downloaded sha3 v0.10.8
11852024-04-03T07:18:13.734Z Downloaded strsim v0.11.0
11862024-04-03T07:18:13.741Z Downloaded socket2 v0.5.5
11872024-04-03T07:18:13.741Z Downloaded sled v0.34.7
11882024-04-03T07:18:13.741Z Downloaded rustls v0.21.9
11892024-04-03T07:18:13.742Z Downloaded serde_tokenstream v0.1.7
11902024-04-03T07:18:13.742Z Downloaded foreign-types-shared v0.3.1
11912024-04-03T07:18:13.742Z Downloaded foreign-types-shared v0.1.1
11922024-04-03T07:18:13.742Z Downloaded fixedbitset v0.4.2
11932024-04-03T07:18:13.743Z Downloaded difflib v0.4.0
11942024-04-03T07:18:13.743Z Downloaded diesel_derives v2.1.2
11952024-04-03T07:18:13.743Z Downloaded derive_more v0.99.17
11962024-04-03T07:18:13.743Z Downloaded rustls v0.22.2
11972024-04-03T07:18:13.744Z Downloaded futures-core v0.3.30
11982024-04-03T07:18:13.744Z Downloaded zerocopy v0.6.4
11992024-04-03T07:18:13.744Z Downloaded headers v0.3.9
12002024-04-03T07:18:13.744Z Downloaded dof v0.3.0
12012024-04-03T07:18:13.744Z Downloaded form_urlencoded v1.2.1
12022024-04-03T07:18:13.744Z Downloaded usdt-attr-macro v0.5.0
12032024-04-03T07:18:13.745Z Downloaded tracing-core v0.1.32
12042024-04-03T07:18:13.745Z Downloaded uuid v1.7.0
12052024-04-03T07:18:13.745Z Downloaded url v2.5.0
12062024-04-03T07:18:13.745Z Downloaded tracing-attributes v0.1.27
12072024-04-03T07:18:13.745Z Downloaded serde_yaml v0.9.25
12082024-04-03T07:18:13.745Z Downloaded flagset v0.4.3
12092024-04-03T07:18:13.745Z Downloaded endian-type v0.1.2
12102024-04-03T07:18:13.745Z Downloaded serde_with_macros v3.6.1
12112024-04-03T07:18:13.745Z Downloaded heapless v0.7.16
12122024-04-03T07:18:13.745Z Downloaded heck v0.4.1
12132024-04-03T07:18:13.745Z Downloaded headers-core v0.2.0
12142024-04-03T07:18:13.745Z Downloaded futures-util v0.3.30
12152024-04-03T07:18:13.746Z Downloaded regress v0.9.0
12162024-04-03T07:18:13.746Z Downloaded regex-syntax v0.8.2
12172024-04-03T07:18:13.746Z Downloaded pkcs8 v0.10.2
12182024-04-03T07:18:13.747Z Downloaded winapi v0.3.9
12192024-04-03T07:18:13.747Z Downloaded pin-utils v0.1.0
12202024-04-03T07:18:13.747Z Downloaded hex v0.4.3
12212024-04-03T07:18:13.747Z Downloaded terminal_size v0.3.0
12222024-04-03T07:18:13.747Z Downloaded serde_derive_internals v0.26.0
12232024-04-03T07:18:13.748Z Downloaded serde_arrays v0.1.0
12242024-04-03T07:18:13.748Z Downloaded futures v0.3.30
12252024-04-03T07:18:13.748Z Downloaded serde_derive v1.0.197
12262024-04-03T07:18:13.748Z Downloaded equivalent v1.0.1
12272024-04-03T07:18:13.776Z Downloaded env_logger v0.9.3
12282024-04-03T07:18:13.776Z Downloaded encoding_rs v0.8.33
12292024-04-03T07:18:13.776Z Downloaded dhcproto-macros v0.1.0
12302024-04-03T07:18:13.776Z Downloaded dhcproto v0.11.0
12312024-04-03T07:18:13.776Z Downloaded webpki-roots v0.25.2
12322024-04-03T07:18:13.776Z Downloaded serde v1.0.197
12332024-04-03T07:18:13.777Z Downloaded semver-parser v0.10.2
12342024-04-03T07:18:13.777Z Downloaded semver v1.0.22
12352024-04-03T07:18:13.777Z Downloaded semver v0.1.20
12362024-04-03T07:18:13.777Z Downloaded phf_shared v0.10.0
12372024-04-03T07:18:13.777Z Downloaded phf v0.11.2
12382024-04-03T07:18:13.777Z Downloaded hash32 v0.3.1
12392024-04-03T07:18:13.777Z Downloaded hyper-tls v0.5.0
12402024-04-03T07:18:13.777Z Downloaded hashbrown v0.14.3
12412024-04-03T07:18:13.777Z Downloaded hashbrown v0.12.3
12422024-04-03T07:18:13.777Z Downloaded sct v0.7.0
12432024-04-03T07:18:13.777Z Downloaded scroll_derive v0.12.0
12442024-04-03T07:18:13.777Z Downloaded scroll v0.12.0
12452024-04-03T07:18:13.777Z Downloaded getrandom v0.1.16
12462024-04-03T07:18:13.777Z Downloaded ring v0.16.20
12472024-04-03T07:18:13.778Z Downloaded futures-macro v0.3.30
12482024-04-03T07:18:13.778Z Downloaded futures-io v0.3.30
12492024-04-03T07:18:13.778Z Downloaded embedded-io v0.4.0
12502024-04-03T07:18:13.778Z Downloaded either v1.10.0
12512024-04-03T07:18:13.778Z Downloaded ecdsa v0.16.9
12522024-04-03T07:18:13.778Z Downloaded elliptic-curve v0.13.8
12532024-04-03T07:18:13.778Z Downloaded ed25519 v2.2.2
12542024-04-03T07:18:13.778Z Downloaded ed25519-dalek v2.0.0
12552024-04-03T07:18:13.778Z Downloaded hash32 v0.2.1
12562024-04-03T07:18:13.778Z Downloaded goblin v0.8.0
12572024-04-03T07:18:13.779Z Downloaded derive-where v1.2.7
12582024-04-03T07:18:13.779Z Downloaded winnow v0.6.1
12592024-04-03T07:18:13.779Z Downloaded openapiv3 v2.0.0
12602024-04-03T07:18:13.779Z Downloaded curve25519-dalek v4.1.1
12612024-04-03T07:18:13.779Z Downloaded version_check v0.9.4
12622024-04-03T07:18:13.779Z Downloaded vec_map v0.8.2
12632024-04-03T07:18:13.779Z Downloaded utf-8 v0.7.6
12642024-04-03T07:18:13.779Z Downloaded usdt-attr-macro v0.3.5
12652024-04-03T07:18:13.779Z Downloaded toml v0.7.8
12662024-04-03T07:18:13.779Z Downloaded tinyvec_macros v0.1.1
12672024-04-03T07:18:13.779Z Downloaded tinyvec v1.6.0
12682024-04-03T07:18:13.780Z Downloaded time-macros v0.2.17
12692024-04-03T07:18:13.780Z Downloaded swrite v0.1.0
12702024-04-03T07:18:13.780Z Downloaded precomputed-hash v0.1.1
12712024-04-03T07:18:13.780Z Downloaded flume v0.11.0
12722024-04-03T07:18:13.780Z Downloaded zone v0.1.8
12732024-04-03T07:18:13.780Z Downloaded serde_spanned v0.6.5
12742024-04-03T07:18:13.780Z Downloaded schemars v0.8.16
12752024-04-03T07:18:13.780Z Downloaded erased-serde v0.3.31
12762024-04-03T07:18:13.780Z Downloaded dirs-next v2.0.0
12772024-04-03T07:18:13.780Z Downloaded rustls-pemfile v2.1.1
12782024-04-03T07:18:13.781Z Downloaded dirs v5.0.1
12792024-04-03T07:18:13.781Z Downloaded digest v0.10.7
12802024-04-03T07:18:13.781Z Downloaded yasna v0.5.2
12812024-04-03T07:18:13.781Z Downloaded unicase v2.7.0
12822024-04-03T07:18:13.781Z Downloaded openssl v0.10.60
12832024-04-03T07:18:13.781Z Downloaded object v0.32.1
12842024-04-03T07:18:13.781Z Downloaded ucd-trie v0.1.6
12852024-04-03T07:18:13.781Z Downloaded tower-service v0.3.2
12862024-04-03T07:18:13.781Z Downloaded topological-sort v0.2.2
12872024-04-03T07:18:13.781Z Downloaded toml v0.8.12
12882024-04-03T07:18:13.781Z Downloaded pin-project-lite v0.2.13
12892024-04-03T07:18:13.781Z Downloaded http v1.0.0
12902024-04-03T07:18:13.781Z Downloaded half v2.3.1
12912024-04-03T07:18:13.782Z Downloaded strsim v0.10.0
12922024-04-03T07:18:13.782Z Downloaded strsim v0.8.0
12932024-04-03T07:18:13.782Z Downloaded stringprep v0.1.3
12942024-04-03T07:18:13.782Z Downloaded foreign-types v0.5.0
12952024-04-03T07:18:13.782Z Downloaded foreign-types v0.3.2
12962024-04-03T07:18:13.782Z Downloaded ring v0.17.8
12972024-04-03T07:18:13.782Z Downloaded fnv v1.0.7
12982024-04-03T07:18:13.782Z Downloaded dirs-sys-next v0.1.2
12992024-04-03T07:18:13.782Z Downloaded der v0.7.8
13002024-04-03T07:18:13.782Z Downloaded zone_cfg_derive v0.1.2
13012024-04-03T07:18:13.782Z Downloaded slog-dtrace v0.3.0
13022024-04-03T07:18:13.782Z Downloaded signal-hook-registry v1.4.1
13032024-04-03T07:18:13.782Z Downloaded bstr v0.2.17
13042024-04-03T07:18:13.782Z Downloaded crypto-common v0.1.6
13052024-04-03T07:18:13.783Z Downloaded crypto-bigint v0.5.2
13062024-04-03T07:18:13.783Z Downloaded bitstruct v0.1.1
13072024-04-03T07:18:13.783Z Downloaded peg-runtime v0.8.2
13082024-04-03T07:18:13.783Z Downloaded ciborium-io v0.2.2
13092024-04-03T07:18:13.783Z Downloaded ciborium v0.2.2
13102024-04-03T07:18:13.783Z Downloaded paste v1.0.14
13112024-04-03T07:18:13.783Z Downloaded password-hash v0.5.0
13122024-04-03T07:18:13.783Z Downloaded cfg-if v1.0.0
13132024-04-03T07:18:13.783Z Downloaded cc v1.0.83
13142024-04-03T07:18:13.783Z Downloaded cancel-safe-futures v0.1.5
13152024-04-03T07:18:13.784Z Downloaded atomic-waker v1.1.1
13162024-04-03T07:18:13.784Z Downloaded darling_macro v0.20.3
13172024-04-03T07:18:13.784Z Downloaded darling_core v0.20.3
13182024-04-03T07:18:13.784Z Downloaded aead v0.5.2
13192024-04-03T07:18:13.784Z Downloaded nibble_vec v0.1.0
13202024-04-03T07:18:13.784Z Downloaded nanorand v0.7.0
13212024-04-03T07:18:13.784Z Downloaded mio v0.8.11
13222024-04-03T07:18:13.784Z Downloaded memmap2 v0.7.1
13232024-04-03T07:18:13.784Z Downloaded managed v0.8.0
13242024-04-03T07:18:13.784Z Downloaded crossbeam-utils v0.8.19
13252024-04-03T07:18:13.784Z Downloaded crossbeam-deque v0.8.3
13262024-04-03T07:18:13.784Z Downloaded crc32fast v1.3.2
13272024-04-03T07:18:13.958Z Downloaded cpufeatures v0.2.12
13282024-04-03T07:18:13.958Z Downloaded cookie v0.17.0
13292024-04-03T07:18:13.958Z Downloaded const-oid v0.9.6
13302024-04-03T07:18:13.958Z Downloaded atty v0.2.14
13312024-04-03T07:18:13.958Z Downloaded pest v2.7.6
13322024-04-03T07:18:13.958Z Downloaded console v0.15.8
13332024-04-03T07:18:13.958Z Downloaded colored v2.1.0
13342024-04-03T07:18:13.958Z Downloaded internet-checksum v0.2.1
13352024-04-03T07:18:13.958Z Downloaded inout v0.1.3
13362024-04-03T07:18:13.959Z Downloaded clap_lex v0.7.0
13372024-04-03T07:18:13.959Z Downloaded clap_derive v4.5.0
13382024-04-03T07:18:13.959Z Downloaded clap v2.34.0
13392024-04-03T07:18:13.959Z Downloaded idna v0.3.0
13402024-04-03T07:18:13.959Z Downloaded parking_lot_core v0.8.6
13412024-04-03T07:18:13.959Z Downloaded papergrid v0.11.0
13422024-04-03T07:18:13.959Z Downloaded ident_case v1.0.1
13432024-04-03T07:18:13.959Z Downloaded iana-time-zone v0.1.57
13442024-04-03T07:18:13.959Z Downloaded cipher v0.4.4
13452024-04-03T07:18:13.960Z Downloaded ciborium-ll v0.2.2
13462024-04-03T07:18:13.960Z Downloaded chacha20poly1305 v0.10.1
13472024-04-03T07:18:13.960Z Downloaded p256 v0.13.2
13482024-04-03T07:18:13.960Z Downloaded num_enum_derive v0.5.11
13492024-04-03T07:18:13.960Z Downloaded num_enum v0.5.11
13502024-04-03T07:18:13.961Z Downloaded num-rational v0.4.1
13512024-04-03T07:18:13.961Z Downloaded num-iter v0.1.44
13522024-04-03T07:18:13.961Z Downloaded num-integer v0.1.46
13532024-04-03T07:18:13.961Z Downloaded num-derive v0.4.0
13542024-04-03T07:18:13.961Z Downloaded num-complex v0.4.4
13552024-04-03T07:18:13.962Z Downloaded camino v1.1.6
13562024-04-03T07:18:13.962Z Downloaded newtype_derive v0.1.6
13572024-04-03T07:18:13.962Z Downloaded kstat-rs v0.2.3
13582024-04-03T07:18:13.962Z Downloaded bzip2 v0.4.4
13592024-04-03T07:18:13.962Z Downloaded bytes v1.5.0
13602024-04-03T07:18:13.963Z Downloaded miniz_oxide v0.7.1
13612024-04-03T07:18:13.963Z Downloaded byteorder v1.5.0
13622024-04-03T07:18:13.963Z Downloaded bytecount v0.6.3
13632024-04-03T07:18:13.963Z Downloaded log v0.4.21
13642024-04-03T07:18:13.963Z Downloaded linear-map v1.2.0
13652024-04-03T07:18:13.964Z Downloaded libm v0.2.7
13662024-04-03T07:18:13.964Z Downloaded lalrpop-util v0.19.12
13672024-04-03T07:18:13.964Z Downloaded block-padding v0.3.3
13682024-04-03T07:18:13.964Z Downloaded block-buffer v0.10.4
13692024-04-03T07:18:13.964Z Downloaded blake3 v1.5.0
13702024-04-03T07:18:13.964Z Downloaded base64 v0.21.7
13712024-04-03T07:18:13.965Z Downloaded instant v0.1.12
13722024-04-03T07:18:13.965Z Downloaded indexmap v2.2.6
13732024-04-03T07:18:13.965Z Downloaded base16ct v0.2.0
13742024-04-03T07:18:13.965Z Downloaded backoff v0.4.0
13752024-04-03T07:18:13.965Z Downloaded atomicwrites v0.4.3
13762024-04-03T07:18:13.965Z Downloaded async-trait v0.1.79
13772024-04-03T07:18:13.965Z Downloaded async-stream v0.3.5
13782024-04-03T07:18:13.966Z Downloaded async-stream-impl v0.3.5
13792024-04-03T07:18:13.966Z Downloaded ascii v1.1.0
13802024-04-03T07:18:13.966Z Downloaded arc-swap v1.6.0
13812024-04-03T07:18:13.966Z Downloaded anyhow v1.0.79
13822024-04-03T07:18:13.966Z Downloaded anstyle-query v1.0.0
13832024-04-03T07:18:13.966Z Downloaded anstream v0.6.11
13842024-04-03T07:18:13.967Z Compiling proc-macro2 v1.0.78
13852024-04-03T07:18:13.967Z Compiling unicode-ident v1.0.12
13862024-04-03T07:18:13.967Z Compiling libc v0.2.153
13872024-04-03T07:18:13.967Z Compiling serde v1.0.197
13882024-04-03T07:18:13.967Z Compiling version_check v0.9.4
13892024-04-03T07:18:13.968Z Compiling cfg-if v1.0.0
13902024-04-03T07:18:13.968Z Compiling autocfg v1.1.0
13912024-04-03T07:18:13.968Z Compiling syn v1.0.109
13922024-04-03T07:18:13.968Z Compiling thiserror v1.0.57
13932024-04-03T07:18:13.968Z Compiling once_cell v1.19.0
13942024-04-03T07:18:13.969Z Compiling typenum v1.16.0
13952024-04-03T07:18:13.969Z Compiling parking_lot_core v0.9.8
13962024-04-03T07:18:13.969Z Compiling lock_api v0.4.10
13972024-04-03T07:18:13.969Z Compiling generic-array v0.14.7
13982024-04-03T07:18:13.969Z Compiling memchr v2.7.1
13992024-04-03T07:18:13.969Z Compiling byteorder v1.5.0
14002024-04-03T07:18:13.969Z Compiling libm v0.2.7
14012024-04-03T07:18:13.969Z Compiling serde_json v1.0.114
14022024-04-03T07:18:13.970Z Compiling num-traits v0.2.18
14032024-04-03T07:18:13.999Z Compiling ahash v0.8.8
14042024-04-03T07:18:14.094Z Compiling log v0.4.21
14052024-04-03T07:18:14.481Z Compiling itoa v1.0.9
14062024-04-03T07:18:14.550Z Compiling scopeguard v1.2.0
14072024-04-03T07:18:14.575Z Compiling quote v1.0.35
14082024-04-03T07:18:14.718Z Compiling slab v0.4.9
14092024-04-03T07:18:15.058Z Compiling syn v2.0.52
14102024-04-03T07:18:15.203Z Compiling getrandom v0.2.12
14112024-04-03T07:18:15.333Z Compiling cc v1.0.83
14122024-04-03T07:18:15.611Z Compiling rand_core v0.6.4
14132024-04-03T07:18:15.995Z Compiling smallvec v1.13.1
14142024-04-03T07:18:16.142Z Compiling ryu v1.0.15
14152024-04-03T07:18:16.248Z Compiling heck v0.4.1
14162024-04-03T07:18:16.414Z Compiling allocator-api2 v0.2.16
14172024-04-03T07:18:16.461Z Compiling pin-project-lite v0.2.13
14182024-04-03T07:18:16.478Z Compiling subtle v2.5.0
14192024-04-03T07:18:16.719Z Compiling pkg-config v0.3.27
14202024-04-03T07:18:17.183Z Compiling schemars v0.8.16
14212024-04-03T07:18:17.250Z Compiling parking_lot v0.12.1
14222024-04-03T07:18:17.304Z Compiling signal-hook-registry v1.4.1
14232024-04-03T07:18:17.321Z Compiling mio v0.8.11
14242024-04-03T07:18:18.157Z Compiling equivalent v1.0.1
14252024-04-03T07:18:18.206Z Compiling socket2 v0.5.5
14262024-04-03T07:18:18.254Z Compiling num_cpus v1.16.0
14272024-04-03T07:18:18.375Z Compiling time-core v0.1.2
14282024-04-03T07:18:18.457Z Compiling ring v0.17.8
14292024-04-03T07:18:18.530Z Compiling num-conv v0.1.0
14302024-04-03T07:18:18.794Z Compiling time-macros v0.2.17
14312024-04-03T07:18:18.955Z Compiling futures-core v0.3.30
14322024-04-03T07:18:19.111Z Compiling const-oid v0.9.6
14332024-04-03T07:18:19.133Z Compiling vcpkg v0.2.15
14342024-04-03T07:18:19.209Z Compiling httparse v1.8.0
14352024-04-03T07:18:20.578Z Compiling ucd-trie v0.1.6
14362024-04-03T07:18:21.067Z Compiling fnv v1.0.7
14372024-04-03T07:18:21.173Z Compiling futures-sink v0.3.30
14382024-04-03T07:18:21.189Z Compiling spin v0.5.2
14392024-04-03T07:18:21.316Z Compiling ring v0.16.20
14402024-04-03T07:18:21.802Z Compiling openssl-sys v0.9.96
14412024-04-03T07:18:21.802Z Compiling futures-channel v0.3.30
14422024-04-03T07:18:21.808Z Compiling slog v2.7.0
14432024-04-03T07:18:22.173Z Compiling pin-utils v0.1.0
14442024-04-03T07:18:22.268Z Compiling futures-task v0.3.30
14452024-04-03T07:18:22.290Z Compiling futures-io v0.3.30
14462024-04-03T07:18:22.319Z Compiling openssl v0.10.60
14472024-04-03T07:18:22.327Z Compiling iana-time-zone v0.1.57
14482024-04-03T07:18:22.397Z Compiling async-trait v0.1.79
14492024-04-03T07:18:22.551Z Compiling serde_derive_internals v0.26.0
14502024-04-03T07:18:22.611Z Compiling rustls v0.21.9
14512024-04-03T07:18:22.755Z Compiling semver v1.0.22
14522024-04-03T07:18:22.877Z Compiling native-tls v0.2.11
14532024-04-03T07:18:22.992Z Compiling cpufeatures v0.2.12
14542024-04-03T07:18:23.097Z Compiling tinyvec_macros v0.1.1
14552024-04-03T07:18:23.202Z Compiling tinyvec v1.6.0
14562024-04-03T07:18:23.220Z Compiling backtrace v0.3.69
14572024-04-03T07:18:23.232Z Compiling cookie v0.17.0
14582024-04-03T07:18:24.912Z Compiling aho-corasick v1.1.2
14592024-04-03T07:18:25.029Z Compiling regex-syntax v0.8.2
14602024-04-03T07:18:25.029Z Compiling rustix v0.38.31
14612024-04-03T07:18:25.029Z Compiling uuid v0.8.2
14622024-04-03T07:18:25.029Z Compiling unicode-normalization v0.1.22
14632024-04-03T07:18:25.029Z Compiling unicode-bidi v0.3.15
14642024-04-03T07:18:25.346Z Compiling dyn-clone v1.0.17
14652024-04-03T07:18:25.564Z Compiling anyhow v1.0.79
14662024-04-03T07:18:25.922Z Compiling crossbeam-utils v0.8.19
14672024-04-03T07:18:26.070Z Compiling ppv-lite86 v0.2.17
14682024-04-03T07:18:26.241Z Compiling tracing-core v0.1.32
14692024-04-03T07:18:27.346Z Compiling regex-automata v0.4.5
14702024-04-03T07:18:28.137Z Compiling percent-encoding v2.3.1
14712024-04-03T07:18:28.636Z Compiling rand_chacha v0.3.1
14722024-04-03T07:18:29.807Z Compiling serde_derive v1.0.197
14732024-04-03T07:18:29.923Z Compiling zeroize_derive v1.4.2
14742024-04-03T07:18:30.475Z Compiling thiserror-impl v1.0.57
14752024-04-03T07:18:30.485Z Compiling zerocopy-derive v0.7.32
14762024-04-03T07:18:30.498Z Compiling tokio-macros v2.2.0
14772024-04-03T07:18:30.549Z Compiling futures-macro v0.3.30
14782024-04-03T07:18:30.563Z Compiling tracing-attributes v0.1.27
14792024-04-03T07:18:31.578Z Compiling zeroize v1.7.0
14802024-04-03T07:18:32.241Z Compiling schemars_derive v0.8.16
14812024-04-03T07:18:32.681Z Compiling futures-util v0.3.30
14822024-04-03T07:18:32.766Z Compiling zerocopy v0.7.32
14832024-04-03T07:18:33.762Z Compiling crypto-common v0.1.6
14842024-04-03T07:18:34.207Z Compiling pest v2.7.6
14852024-04-03T07:18:34.489Z Compiling block-buffer v0.10.4
14862024-04-03T07:18:34.976Z Compiling digest v0.10.7
14872024-04-03T07:18:35.050Z Compiling hashbrown v0.14.3
14882024-04-03T07:18:35.469Z Compiling openssl-macros v0.1.1
14892024-04-03T07:18:36.043Z Compiling pest_meta v2.7.6
14902024-04-03T07:18:36.411Z Compiling tracing v0.1.40
14912024-04-03T07:18:36.749Z Compiling regex v1.10.4
14922024-04-03T07:18:36.924Z Compiling der_derive v0.7.2
14932024-04-03T07:18:37.654Z Compiling pest_generator v2.7.6
14942024-04-03T07:18:38.137Z Compiling scroll_derive v0.12.0
14952024-04-03T07:18:39.405Z Compiling rand v0.8.5
14962024-04-03T07:18:39.517Z Compiling spin v0.9.8
14972024-04-03T07:18:39.560Z Compiling thread-id v4.2.0
14982024-04-03T07:18:39.600Z Compiling powerfmt v0.2.0
14992024-04-03T07:18:39.698Z Compiling rustversion v1.0.14
15002024-04-03T07:18:39.942Z Compiling deranged v0.3.11
15012024-04-03T07:18:40.066Z Compiling form_urlencoded v1.2.1
15022024-04-03T07:18:40.482Z Compiling num_threads v0.1.6
15032024-04-03T07:18:40.505Z Compiling unicode-width v0.1.11
15042024-04-03T07:18:40.581Z Compiling winnow v0.5.15
15052024-04-03T07:18:41.010Z Compiling pest_derive v2.7.6
15062024-04-03T07:18:42.008Z Compiling time v0.3.34
15072024-04-03T07:18:42.152Z Compiling lazy_static v1.4.0
15082024-04-03T07:18:42.985Z Compiling unicode-xid v0.2.4
15092024-04-03T07:18:43.147Z Compiling synstructure v0.12.6
15102024-04-03T07:18:44.335Z Compiling bytes v1.5.0
15112024-04-03T07:18:44.800Z Compiling indexmap v2.2.6
15122024-04-03T07:18:45.517Z Compiling tokio v1.36.0
15132024-04-03T07:18:45.822Z Compiling chrono v0.4.34
15142024-04-03T07:18:46.171Z Compiling uuid v1.7.0
15152024-04-03T07:18:47.198Z Compiling http v0.2.12
15162024-04-03T07:18:47.887Z Compiling bitflags v2.4.2
15172024-04-03T07:18:48.736Z Compiling serde_spanned v0.6.5
15182024-04-03T07:18:49.312Z Compiling toml_datetime v0.6.5
15192024-04-03T07:18:49.754Z Compiling rustc_version v0.4.0
15202024-04-03T07:18:49.944Z Compiling toml_edit v0.19.15
15212024-04-03T07:18:50.041Z Compiling openapiv3 v2.0.0
15222024-04-03T07:18:50.913Z Compiling serde_tokenstream v0.2.0
15232024-04-03T07:18:51.947Z Compiling idna v0.5.0
15242024-04-03T07:18:52.901Z Compiling usdt-impl v0.5.0
15252024-04-03T07:18:53.314Z Compiling crc32fast v1.3.2
15262024-04-03T07:18:53.603Z Compiling url v2.5.0
15272024-04-03T07:18:53.687Z Compiling zerocopy-derive v0.2.0
15282024-04-03T07:18:53.777Z Compiling scroll v0.12.0
15292024-04-03T07:18:54.594Z Compiling plain v0.2.3
15302024-04-03T07:18:54.795Z Compiling goblin v0.8.0
15312024-04-03T07:18:56.383Z Compiling foreign-types-shared v0.1.1
15322024-04-03T07:18:56.480Z Compiling untrusted v0.9.0
15332024-04-03T07:18:57.225Z Compiling untrusted v0.7.1
15342024-04-03T07:18:57.727Z Compiling tokio-util v0.7.10
15352024-04-03T07:18:57.778Z Compiling pretty-hex v0.4.1
15362024-04-03T07:19:00.930Z Compiling dof v0.3.0
15372024-04-03T07:19:01.758Z Compiling foreign-types v0.3.2
15382024-04-03T07:19:02.158Z Compiling dtrace-parser v0.2.0
15392024-04-03T07:19:03.460Z Compiling errno v0.3.8
15402024-04-03T07:19:03.491Z Compiling usdt-impl v0.3.5
15412024-04-03T07:19:03.632Z Compiling adler v1.0.2
15422024-04-03T07:19:03.682Z Compiling try-lock v0.2.4
15432024-04-03T07:19:03.822Z Compiling base64 v0.21.7
15442024-04-03T07:19:03.857Z Compiling want v0.3.1
15452024-04-03T07:19:04.070Z Compiling miniz_oxide v0.7.1
15462024-04-03T07:19:05.326Z Compiling rustls-webpki v0.101.7
15472024-04-03T07:19:05.637Z Compiling sct v0.7.0
15482024-04-03T07:19:05.653Z Compiling h2 v0.3.24
15492024-04-03T07:19:07.014Z Compiling http-body v0.4.5
15502024-04-03T07:19:12.051Z Compiling num-bigint v0.4.4
15512024-04-03T07:19:12.184Z Compiling tower-service v0.3.2
15522024-04-03T07:19:12.184Z Compiling openssl-probe v0.1.5
15532024-04-03T07:19:12.184Z Compiling httpdate v1.0.3
15542024-04-03T07:19:12.184Z Compiling zerocopy v0.3.0
15552024-04-03T07:19:12.184Z Compiling heapless v0.7.16
15562024-04-03T07:19:12.184Z Compiling idna v0.3.0
15572024-04-03T07:19:12.184Z Compiling bzip2-sys v0.1.11+1.0.8
15582024-04-03T07:19:12.184Z Compiling signal-hook v0.3.17
15592024-04-03T07:19:12.184Z Compiling unicode-segmentation v1.10.1
15602024-04-03T07:19:12.184Z Compiling base64ct v1.6.0
15612024-04-03T07:19:12.185Z Compiling psl-types v2.0.11
15622024-04-03T07:19:12.185Z Compiling publicsuffix v2.2.3
15632024-04-03T07:19:12.217Z Compiling tokio-native-tls v0.3.1
15642024-04-03T07:19:12.414Z Compiling hyper v0.14.28
15652024-04-03T07:19:13.544Z Compiling tokio-rustls v0.24.1
15662024-04-03T07:19:14.024Z Compiling dof v0.1.5
15672024-04-03T07:19:14.045Z Compiling crossbeam-epoch v0.9.18
15682024-04-03T07:19:14.071Z Compiling dtrace-parser v0.1.14
15692024-04-03T07:19:14.117Z Compiling gimli v0.28.0
15702024-04-03T07:19:14.783Z Compiling bitflags v1.3.2
15712024-04-03T07:19:14.878Z Compiling ipnet v2.9.0
15722024-04-03T07:19:16.051Z Compiling cookie_store v0.20.0
15732024-04-03T07:19:17.077Z Compiling rustls-pemfile v1.0.3
15742024-04-03T07:19:17.451Z Compiling serde_urlencoded v0.7.1
15752024-04-03T07:19:17.978Z Compiling serde_tokenstream v0.1.7
15762024-04-03T07:19:18.392Z Compiling enum-as-inner v0.5.1
15772024-04-03T07:19:18.392Z Compiling object v0.32.1
15782024-04-03T07:19:18.469Z Compiling addr2line v0.21.0
15792024-04-03T07:19:19.007Z Compiling hyper-tls v0.5.0
15802024-04-03T07:19:19.023Z Compiling hyper-rustls v0.24.2
15812024-04-03T07:19:19.091Z Compiling encoding_rs v0.8.33
15822024-04-03T07:19:19.998Z Compiling mime v0.3.17
15832024-04-03T07:19:20.074Z Compiling smoltcp v0.9.1
15842024-04-03T07:19:20.074Z Compiling data-encoding v2.4.0
15852024-04-03T07:19:20.075Z Compiling sync_wrapper v0.1.2
15862024-04-03T07:19:20.520Z Compiling rustc-demangle v0.1.23
15872024-04-03T07:19:21.413Z Compiling webpki-roots v0.25.2
15882024-04-03T07:19:21.491Z Compiling either v1.10.0
15892024-04-03T07:19:21.920Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15902024-04-03T07:19:22.299Z Compiling reqwest v0.11.24
15912024-04-03T07:19:22.733Z Compiling pem-rfc7468 v0.7.0
15922024-04-03T07:19:24.967Z Compiling hmac v0.12.1
15932024-04-03T07:19:25.204Z Compiling futures-executor v0.3.30
15942024-04-03T07:19:25.613Z Compiling regress v0.9.0
15952024-04-03T07:19:27.188Z Compiling siphasher v0.3.11
15962024-04-03T07:19:28.432Z Compiling flagset v0.4.3
15972024-04-03T07:19:28.532Z Compiling der v0.7.8
15982024-04-03T07:19:29.109Z Compiling flate2 v1.0.28
15992024-04-03T07:19:30.064Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16002024-04-03T07:19:30.549Z Compiling usdt-attr-macro v0.3.5
16012024-04-03T07:19:30.744Z Compiling usdt-macro v0.3.5
16022024-04-03T07:19:32.079Z Compiling hubpack_derive v0.1.1
16032024-04-03T07:19:32.636Z Compiling clap_derive v4.5.0
16042024-04-03T07:19:32.871Z Compiling zerocopy-derive v0.6.4
16052024-04-03T07:19:33.226Z Compiling utf8parse v0.2.1
16062024-04-03T07:19:33.408Z Compiling anstyle v1.0.6
16072024-04-03T07:19:33.734Z Compiling winnow v0.6.1
16082024-04-03T07:19:33.823Z Compiling sha2 v0.10.8
16092024-04-03T07:19:35.847Z Compiling anstyle-parse v0.2.1
16102024-04-03T07:19:37.282Z Compiling futures v0.3.30
16112024-04-03T07:19:37.294Z Compiling spki v0.7.2
16122024-04-03T07:19:37.359Z Compiling toml_edit v0.22.9
16132024-04-03T07:19:37.613Z Compiling md-5 v0.10.5
16142024-04-03T07:19:37.618Z Compiling toml v0.7.8
16152024-04-03T07:19:37.652Z Compiling hex v0.4.3
16162024-04-03T07:19:37.878Z Compiling stringprep v0.1.3
16172024-04-03T07:19:38.210Z Compiling block-padding v0.3.3
16182024-04-03T07:19:38.363Z Compiling num-integer v0.1.46
16192024-04-03T07:19:38.467Z Compiling diesel_table_macro_syntax v0.1.0
16202024-04-03T07:19:38.860Z Compiling hash32 v0.2.1
16212024-04-03T07:19:39.152Z Compiling stable_deref_trait v1.2.0
16222024-04-03T07:19:39.688Z Compiling fallible-iterator v0.2.0
16232024-04-03T07:19:39.688Z Compiling anstyle-query v1.0.0
16242024-04-03T07:19:39.689Z Compiling colorchoice v1.0.0
16252024-04-03T07:19:39.689Z Compiling anstream v0.6.11
16262024-04-03T07:19:40.002Z Compiling postgres-protocol v0.6.6
16272024-04-03T07:19:40.360Z Compiling diesel_derives v2.1.2
16282024-04-03T07:19:41.336Z Compiling inout v0.1.3
16292024-04-03T07:19:42.716Z Compiling pkcs8 v0.10.2
16302024-04-03T07:19:43.044Z Compiling phf_shared v0.11.2
16312024-04-03T07:19:43.276Z Compiling terminal_size v0.3.0
16322024-04-03T07:19:43.432Z Compiling ff v0.13.0
16332024-04-03T07:19:43.482Z Compiling strum_macros v0.25.2
16342024-04-03T07:19:43.648Z Compiling serde_repr v0.1.16
16352024-04-03T07:19:43.865Z Compiling scheduled-thread-pool v0.2.7
16362024-04-03T07:19:44.140Z Compiling strsim v0.11.0
16372024-04-03T07:19:44.471Z Compiling regex-automata v0.1.10
16382024-04-03T07:19:44.989Z Compiling bit-vec v0.6.3
16392024-04-03T07:19:44.999Z Compiling managed v0.8.0
16402024-04-03T07:19:45.085Z Compiling clap_lex v0.7.0
16412024-04-03T07:19:45.421Z Compiling base16ct v0.2.0
16422024-04-03T07:19:46.490Z Compiling matches v0.1.10
16432024-04-03T07:19:46.490Z Compiling idna v0.2.3
16442024-04-03T07:19:46.490Z Compiling sec1 v0.7.3
16452024-04-03T07:19:46.490Z Compiling clap_builder v4.5.1
16462024-04-03T07:19:46.986Z Compiling bstr v0.2.17
16472024-04-03T07:19:46.986Z Compiling r2d2 v0.8.10
16482024-04-03T07:19:47.113Z Compiling group v0.13.0
16492024-04-03T07:19:47.416Z Compiling phf v0.11.2
16502024-04-03T07:19:47.708Z Compiling signal-hook-mio v0.2.3
16512024-04-03T07:19:47.845Z Compiling bzip2 v0.4.4
16522024-04-03T07:19:48.560Z Compiling cipher v0.4.4
16532024-04-03T07:19:48.574Z Compiling postgres-types v0.2.6
16542024-04-03T07:19:48.574Z Compiling zerocopy v0.6.4
16552024-04-03T07:19:48.574Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16562024-04-03T07:19:48.588Z Compiling hubpack v0.1.2
16572024-04-03T07:19:49.050Z Compiling phf_shared v0.10.0
16582024-04-03T07:19:49.182Z Compiling hkdf v0.12.4
16592024-04-03T07:19:49.440Z Compiling crypto-bigint v0.5.2
16602024-04-03T07:19:49.465Z Compiling ipnetwork v0.20.0
16612024-04-03T07:19:50.414Z Compiling float-cmp v0.9.0
16622024-04-03T07:19:50.636Z Compiling precomputed-hash v0.1.1
16632024-04-03T07:19:50.757Z Compiling whoami v1.5.0
16642024-04-03T07:19:51.373Z Compiling minimal-lexical v0.2.1
16652024-04-03T07:19:51.894Z Compiling static_assertions v1.1.0
16662024-04-03T07:19:51.995Z Compiling fixedbitset v0.4.2
16672024-04-03T07:19:53.316Z Compiling difflib v0.4.0
16682024-04-03T07:19:53.675Z Compiling normalize-line-endings v0.3.0
16692024-04-03T07:19:53.812Z Compiling predicates-core v1.0.6
16702024-04-03T07:19:54.060Z Compiling new_debug_unreachable v1.0.4
16712024-04-03T07:19:54.497Z Compiling predicates v3.1.0
16722024-04-03T07:19:54.506Z Compiling string_cache v0.8.7
16732024-04-03T07:19:54.507Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16742024-04-03T07:19:54.709Z Compiling trust-dns-proto v0.22.0
16752024-04-03T07:19:54.948Z Compiling petgraph v0.6.4
16762024-04-03T07:19:55.436Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16772024-04-03T07:19:55.897Z Compiling nom v7.1.3
16782024-04-03T07:19:56.768Z Compiling diesel v2.1.5
16792024-04-03T07:19:58.021Z Compiling elliptic-curve v0.13.8
16802024-04-03T07:19:58.773Z Compiling tokio-postgres v0.7.10
16812024-04-03T07:19:58.892Z Compiling yasna v0.5.2
16822024-04-03T07:19:59.666Z Compiling clap v4.5.1
16832024-04-03T07:19:59.857Z Compiling zip v0.6.6
16842024-04-03T07:20:01.179Z Compiling crossterm v0.27.0
16852024-04-03T07:20:01.321Z Compiling similar v2.4.0
16862024-04-03T07:20:01.744Z Compiling bit-set v0.5.3
16872024-04-03T07:20:02.028Z Compiling num-iter v0.1.44
16882024-04-03T07:20:02.194Z Compiling usdt v0.3.5
16892024-04-03T07:20:02.473Z Compiling itertools v0.10.5
16902024-04-03T07:20:03.201Z Compiling console v0.15.8
16912024-04-03T07:20:03.802Z Compiling tokio-stream v0.1.14
16922024-04-03T07:20:04.575Z Compiling getopts v0.2.21
16932024-04-03T07:20:04.773Z Compiling bstr v1.9.0
16942024-04-03T07:20:05.309Z Compiling unsafe-libyaml v0.2.10
16952024-04-03T07:20:05.360Z Compiling lalrpop-util v0.19.12
16962024-04-03T07:20:05.439Z Compiling peg-runtime v0.8.2
16972024-04-03T07:20:06.162Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16982024-04-03T07:20:07.338Z Compiling serde_yaml v0.9.25
16992024-04-03T07:20:09.606Z Compiling camino v1.1.6
17002024-04-03T07:20:11.434Z Compiling atty v0.2.14
17012024-04-03T07:20:14.292Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17022024-04-03T07:20:14.660Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17032024-04-03T07:20:18.161Z Compiling sha1 v0.10.6
17042024-04-03T07:20:33.292Z Compiling ident_case v1.0.1
17052024-04-03T07:20:33.386Z Compiling strsim v0.10.0
17062024-04-03T07:20:33.596Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17072024-04-03T07:20:33.678Z Compiling darling_core v0.20.3
17082024-04-03T07:20:34.201Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17092024-04-03T07:20:35.484Z Compiling strum_macros v0.26.1
17102024-04-03T07:20:39.908Z Compiling darling_macro v0.20.3
17112024-04-03T07:20:40.921Z Compiling strum v0.26.1
17122024-04-03T07:20:40.939Z Compiling darling v0.20.3
17132024-04-03T07:20:41.085Z Compiling dirs-sys-next v0.1.2
17142024-04-03T07:20:41.123Z Compiling match_cfg v0.1.0
17152024-04-03T07:20:41.206Z Compiling hostname v0.3.1
17162024-04-03T07:20:41.463Z Compiling dirs-next v2.0.0
17172024-04-03T07:20:41.642Z Compiling http v1.0.0
17182024-04-03T07:20:41.675Z Compiling thread_local v1.1.7
17192024-04-03T07:20:41.681Z Compiling rustls-pki-types v1.3.0
17202024-04-03T07:20:41.706Z Compiling slog-async v2.8.0
17212024-04-03T07:20:42.237Z Compiling term v0.7.0
17222024-04-03T07:20:42.312Z Compiling crossbeam-channel v0.5.8
17232024-04-03T07:20:42.478Z Compiling proc-macro-error-attr v1.0.4
17242024-04-03T07:20:42.681Z Compiling take_mut v0.2.2
17252024-04-03T07:20:42.783Z Compiling rustls v0.22.2
17262024-04-03T07:20:42.916Z Compiling slog-term v2.9.0
17272024-04-03T07:20:43.204Z Compiling rustls-webpki v0.102.1
17282024-04-03T07:20:43.242Z Compiling proc-macro-error v1.0.4
17292024-04-03T07:20:43.510Z Compiling multer v3.0.0
17302024-04-03T07:20:43.542Z Compiling instant v0.1.12
17312024-04-03T07:20:43.689Z Compiling paste v1.0.14
17322024-04-03T07:20:43.935Z Compiling slog-json v2.6.1
17332024-04-03T07:20:44.162Z Compiling async-stream-impl v0.3.5
17342024-04-03T07:20:44.664Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17352024-04-03T07:20:44.672Z Compiling debug-ignore v1.0.5
17362024-04-03T07:20:44.673Z Compiling atomic-waker v1.1.1
17372024-04-03T07:20:44.673Z Compiling waitgroup v0.1.2
17382024-04-03T07:20:44.673Z Compiling slog-bunyan v2.5.0
17392024-04-03T07:20:44.870Z Compiling rustls-pemfile v2.1.1
17402024-04-03T07:20:45.770Z Compiling serde_with_macros v3.6.1
17412024-04-03T07:20:45.780Z Compiling toml v0.8.12
17422024-04-03T07:20:45.780Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17432024-04-03T07:20:45.780Z Compiling async-stream v0.3.5
17442024-04-03T07:20:45.790Z Compiling serde_path_to_error v0.1.16
17452024-04-03T07:20:45.961Z Compiling structmeta-derive v0.3.0
17462024-04-03T07:20:45.982Z Compiling newtype-uuid v1.0.1
17472024-04-03T07:20:46.714Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17482024-04-03T07:20:46.727Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17492024-04-03T07:20:46.883Z Compiling backoff v0.4.0
17502024-04-03T07:20:47.058Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17512024-04-03T07:20:47.125Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17522024-04-03T07:20:47.237Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17532024-04-03T07:20:47.258Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17542024-04-03T07:20:47.412Z Compiling macaddr v1.0.1
17552024-04-03T07:20:47.757Z Compiling proc-macro-crate v1.3.1
17562024-04-03T07:20:47.841Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17572024-04-03T07:20:47.861Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17582024-04-03T07:20:48.190Z Compiling foreign-types-macros v0.2.3
17592024-04-03T07:20:48.212Z Compiling foreign-types-shared v0.3.1
17602024-04-03T07:20:48.322Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17612024-04-03T07:20:48.452Z Compiling tokio-rustls v0.25.0
17622024-04-03T07:20:48.613Z Compiling serde_with v3.6.1
17632024-04-03T07:20:48.867Z Compiling num_enum_derive v0.5.11
17642024-04-03T07:20:49.051Z Compiling structmeta v0.3.0
17652024-04-03T07:20:49.482Z Compiling parse-display-derive v0.9.0
17662024-04-03T07:20:49.542Z Compiling heapless v0.8.0
17672024-04-03T07:20:50.509Z Compiling foreign-types v0.5.0
17682024-04-03T07:20:51.006Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17692024-04-03T07:20:51.745Z Compiling num_enum v0.5.11
17702024-04-03T07:20:51.870Z Compiling cstr-argument v0.1.2
17712024-04-03T07:20:51.924Z Compiling hash32 v0.3.1
17722024-04-03T07:20:52.127Z Compiling pretty-hex v0.2.1
17732024-04-03T07:20:52.180Z Compiling smoltcp v0.11.0
17742024-04-03T07:20:52.306Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17752024-04-03T07:20:52.647Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17762024-04-03T07:20:53.066Z Compiling tabwriter v1.4.0
17772024-04-03T07:20:53.217Z Compiling colored v2.1.0
17782024-04-03T07:20:53.589Z Compiling socket2 v0.4.9
17792024-04-03T07:20:53.682Z Compiling fastrand v2.0.1
17802024-04-03T07:20:53.972Z Compiling embedded-io v0.4.0
17812024-04-03T07:20:54.208Z Compiling cobs v0.2.3
17822024-04-03T07:20:54.232Z Compiling tempfile v3.10.0
17832024-04-03T07:20:54.340Z Compiling parse-display v0.9.0
17842024-04-03T07:20:54.461Z Compiling postcard v1.0.8
17852024-04-03T07:20:54.512Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17862024-04-03T07:20:54.834Z Compiling crucible-workspace-hack v0.1.0
17872024-04-03T07:20:54.856Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17882024-04-03T07:20:55.433Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17892024-04-03T07:20:55.438Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17902024-04-03T07:20:55.438Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17912024-04-03T07:20:55.438Z Compiling smf v0.2.2
17922024-04-03T07:20:55.438Z Compiling platforms v3.0.2
17932024-04-03T07:20:55.441Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17942024-04-03T07:20:55.633Z Compiling humantime v2.1.0
17952024-04-03T07:20:56.036Z Compiling camino-tempfile v1.1.1
17962024-04-03T07:20:56.113Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17972024-04-03T07:20:56.129Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
17982024-04-03T07:20:56.476Z Compiling heck v0.3.3
17992024-04-03T07:20:56.594Z Compiling usdt-attr-macro v0.5.0
18002024-04-03T07:20:57.070Z Compiling usdt-macro v0.5.0
18012024-04-03T07:20:57.070Z Compiling num-derive v0.4.0
18022024-04-03T07:20:57.183Z Compiling sigpipe v0.1.3
18032024-04-03T07:20:57.302Z Compiling memmap v0.7.0
18042024-04-03T07:20:57.665Z Compiling utf-8 v0.7.6
18052024-04-03T07:20:57.694Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18062024-04-03T07:20:57.974Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18072024-04-03T07:20:58.590Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
18082024-04-03T07:20:58.596Z Compiling usdt v0.5.0
18092024-04-03T07:20:58.787Z Compiling unicase v2.7.0
18102024-04-03T07:20:59.090Z Compiling semver v0.1.20
18112024-04-03T07:20:59.248Z Compiling rayon-core v1.12.1
18122024-04-03T07:20:59.277Z Compiling curve25519-dalek v4.1.1
18132024-04-03T07:20:59.921Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18142024-04-03T07:20:59.946Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
18152024-04-03T07:20:59.946Z Compiling rustc_version v0.1.7
18162024-04-03T07:20:59.947Z Compiling newline-converter v0.3.0
18172024-04-03T07:20:59.947Z Compiling crossbeam-deque v0.8.3
18182024-04-03T07:20:59.947Z Compiling universal-hash v0.5.1
18192024-04-03T07:21:00.365Z Compiling opaque-debug v0.3.0
18202024-04-03T07:21:00.365Z Compiling same-file v1.0.6
18212024-04-03T07:21:00.366Z Compiling newtype_derive v0.1.6
18222024-04-03T07:21:00.366Z Compiling walkdir v2.4.0
18232024-04-03T07:21:00.366Z Compiling expectorate v1.1.0
18242024-04-03T07:21:00.491Z Compiling tungstenite v0.20.1
18252024-04-03T07:21:00.594Z Compiling semver-parser v0.10.2
18262024-04-03T07:21:00.647Z Compiling signature v2.1.0
18272024-04-03T07:21:00.886Z Compiling curve25519-dalek-derive v0.1.0
18282024-04-03T07:21:01.001Z Compiling blake3 v1.5.0
18292024-04-03T07:21:01.332Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18302024-04-03T07:21:01.412Z Compiling num-rational v0.4.1
18312024-04-03T07:21:02.017Z Compiling termcolor v1.2.0
18322024-04-03T07:21:02.035Z Compiling getrandom v0.1.16
18332024-04-03T07:21:02.036Z Compiling arc-swap v1.6.0
18342024-04-03T07:21:02.859Z Compiling slog-scope v4.4.0
18352024-04-03T07:21:02.878Z Compiling env_logger v0.9.3
18362024-04-03T07:21:02.878Z Compiling tokio-tungstenite v0.20.1
18372024-04-03T07:21:02.879Z Compiling semver v0.11.0
18382024-04-03T07:21:02.879Z Compiling rayon v1.9.0
18392024-04-03T07:21:03.117Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18402024-04-03T07:21:03.253Z Compiling password-hash v0.5.0
18412024-04-03T07:21:03.506Z Compiling textwrap v0.11.0
18422024-04-03T07:21:03.599Z Compiling blake2 v0.10.6
18432024-04-03T07:21:03.851Z Compiling bitstruct_derive v0.1.0
18442024-04-03T07:21:04.053Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18452024-04-03T07:21:04.068Z Compiling xattr v1.0.1
18462024-04-03T07:21:04.183Z Compiling memmap2 v0.7.1
18472024-04-03T07:21:04.331Z Compiling filetime v0.2.23
18482024-04-03T07:21:04.336Z Compiling ansi_term v0.12.1
18492024-04-03T07:21:04.593Z Compiling parking_lot_core v0.8.6
18502024-04-03T07:21:05.112Z Compiling constant_time_eq v0.3.0
18512024-04-03T07:21:05.121Z Compiling arrayvec v0.7.4
18522024-04-03T07:21:05.121Z Compiling linked-hash-map v0.5.6
18532024-04-03T07:21:05.121Z Compiling ascii v1.1.0
18542024-04-03T07:21:05.122Z Compiling home v0.5.5
18552024-04-03T07:21:05.605Z Compiling strsim v0.8.0
18562024-04-03T07:21:05.616Z Compiling bytecount v0.6.3
18572024-04-03T07:21:05.616Z Compiling base64 v0.22.0
18582024-04-03T07:21:05.617Z Compiling vec_map v0.8.2
18592024-04-03T07:21:05.617Z Compiling arrayref v0.3.7
18602024-04-03T07:21:05.617Z Compiling quick-error v1.2.3
18612024-04-03T07:21:05.631Z Compiling libefi-sys v0.1.0
18622024-04-03T07:21:05.660Z Compiling clap v2.34.0
18632024-04-03T07:21:05.696Z Compiling resolv-conf v0.7.0
18642024-04-03T07:21:05.823Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18652024-04-03T07:21:05.928Z Compiling papergrid v0.11.0
18662024-04-03T07:21:06.138Z Compiling toolchain_find v0.2.0
18672024-04-03T07:21:06.513Z Compiling lru-cache v0.1.2
18682024-04-03T07:21:06.703Z Compiling bitstruct v0.1.1
18692024-04-03T07:21:06.854Z Compiling tar v0.4.40
18702024-04-03T07:21:06.877Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18712024-04-03T07:21:07.143Z Compiling argon2 v0.5.3
18722024-04-03T07:21:08.122Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18732024-04-03T07:21:09.033Z Compiling slog-stdlog v4.1.1
18742024-04-03T07:21:09.409Z Compiling structopt-derive v0.4.18
18752024-04-03T07:21:09.593Z Compiling tabled_derive v0.7.0
18762024-04-03T07:21:10.077Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18772024-04-03T07:21:10.484Z Compiling rfc6979 v0.4.0
18782024-04-03T07:21:10.816Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-04-03T07:21:10.850Z Compiling serde_arrays v0.1.0
18802024-04-03T07:21:10.982Z Compiling erased-serde v0.3.31
18812024-04-03T07:21:11.003Z Compiling toml v0.5.11
18822024-04-03T07:21:11.198Z Compiling aead v0.5.2
18832024-04-03T07:21:11.217Z Compiling num-complex v0.4.4
18842024-04-03T07:21:11.533Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18852024-04-03T07:21:11.890Z Compiling nibble_vec v0.1.0
18862024-04-03T07:21:12.070Z Compiling slog-dtrace v0.3.0
18872024-04-03T07:21:12.242Z Compiling topological-sort v0.2.2
18882024-04-03T07:21:12.302Z Compiling keccak v0.1.4
18892024-04-03T07:21:12.368Z Compiling cancel-safe-futures v0.1.5
18902024-04-03T07:21:12.413Z Compiling endian-type v0.1.2
18912024-04-03T07:21:12.461Z Compiling winapi v0.3.9
18922024-04-03T07:21:12.531Z Compiling structopt v0.3.26
18932024-04-03T07:21:12.672Z Compiling radix_trie v0.2.1
18942024-04-03T07:21:12.716Z Compiling sha3 v0.10.8
18952024-04-03T07:21:12.749Z Compiling rustfmt-wrapper v0.2.0
18962024-04-03T07:21:13.338Z Compiling omicron-zone-package v0.11.0
18972024-04-03T07:21:13.426Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18982024-04-03T07:21:13.447Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18992024-04-03T07:21:13.483Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19002024-04-03T07:21:13.701Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19012024-04-03T07:21:14.113Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19022024-04-03T07:21:14.454Z Compiling tabled v0.15.0
19032024-04-03T07:21:14.600Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-04-03T07:21:14.752Z Compiling num v0.4.1
19052024-04-03T07:21:15.189Z Compiling ecdsa v0.16.9
19062024-04-03T07:21:15.352Z Compiling rand_core v0.5.1
19072024-04-03T07:21:15.621Z Compiling slog-envlogger v2.2.0
19082024-04-03T07:21:15.857Z Compiling steno v0.4.0
19092024-04-03T07:21:15.996Z Compiling mime_guess v2.0.4
19102024-04-03T07:21:17.491Z Compiling trust-dns-resolver v0.22.0
19112024-04-03T07:21:17.797Z Compiling poly1305 v0.8.0
19122024-04-03T07:21:19.796Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19132024-04-03T07:21:20.091Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19142024-04-03T07:21:20.537Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19152024-04-03T07:21:20.867Z Compiling primeorder v0.13.6
19162024-04-03T07:21:21.002Z Compiling chacha20 v0.9.1
19172024-04-03T07:21:21.372Z Compiling secrecy v0.8.0
19182024-04-03T07:21:21.451Z Compiling thiserror-impl-no-std v2.0.2
19192024-04-03T07:21:21.645Z Compiling half v2.3.1
19202024-04-03T07:21:22.213Z Compiling ciborium-io v0.2.2
19212024-04-03T07:21:22.274Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19222024-04-03T07:21:22.348Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19232024-04-03T07:21:22.525Z Compiling option-ext v0.2.0
19242024-04-03T07:21:22.555Z Compiling convert_case v0.4.0
19252024-04-03T07:21:22.634Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19262024-04-03T07:21:22.929Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19272024-04-03T07:21:23.471Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19282024-04-03T07:21:23.553Z Compiling derive_more v0.99.17
19292024-04-03T07:21:23.844Z Compiling dirs-sys v0.4.1
19302024-04-03T07:21:24.469Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19312024-04-03T07:21:24.809Z Compiling thiserror-no-std v2.0.2
19322024-04-03T07:21:24.973Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19332024-04-03T07:21:25.626Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19342024-04-03T07:21:26.473Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19352024-04-03T07:21:27.049Z Compiling ciborium-ll v0.2.2
19362024-04-03T07:21:27.465Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19372024-04-03T07:21:28.457Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19382024-04-03T07:21:28.717Z Compiling parking_lot v0.11.2
19392024-04-03T07:21:28.803Z Compiling rand_chacha v0.2.2
19402024-04-03T07:21:30.284Z Compiling trust-dns-client v0.22.0
19412024-04-03T07:21:30.442Z Compiling ed25519 v2.2.2
19422024-04-03T07:21:30.872Z Compiling polyval v0.6.1
19432024-04-03T07:21:30.964Z Compiling tungstenite v0.21.0
19442024-04-03T07:21:31.291Z Compiling zone_cfg_derive v0.1.2
19452024-04-03T07:21:32.467Z Compiling ctr v0.9.2
19462024-04-03T07:21:32.618Z Compiling aes v0.8.3
19472024-04-03T07:21:32.804Z Compiling blowfish v0.9.1
19482024-04-03T07:21:32.850Z Compiling password-hash v0.4.2
19492024-04-03T07:21:33.141Z Compiling libsw v3.3.1
19502024-04-03T07:21:33.288Z Compiling pbkdf2 v0.12.2
19512024-04-03T07:21:33.459Z Compiling derive-where v1.2.7
19522024-04-03T07:21:33.489Z Compiling gethostname v0.4.3
19532024-04-03T07:21:34.458Z Compiling fxhash v0.2.1
19542024-04-03T07:21:34.517Z Compiling linear-map v1.2.0
19552024-04-03T07:21:34.517Z Compiling swrite v0.1.0
19562024-04-03T07:21:34.518Z Compiling base64 v0.13.1
19572024-04-03T07:21:34.518Z Compiling owo-colors v4.0.0
19582024-04-03T07:21:35.040Z Compiling trust-dns-server v0.22.1
19592024-04-03T07:21:35.578Z Compiling ron v0.7.1
19602024-04-03T07:21:36.803Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19612024-04-03T07:21:37.013Z Compiling sled v0.34.7
19622024-04-03T07:21:37.586Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19632024-04-03T07:21:38.369Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19642024-04-03T07:21:40.158Z Compiling bcrypt-pbkdf v0.10.0
19652024-04-03T07:21:40.772Z Compiling pbkdf2 v0.11.0
19662024-04-03T07:21:41.088Z Compiling zone v0.1.8
19672024-04-03T07:21:41.550Z Compiling tokio-tungstenite v0.21.0
19682024-04-03T07:21:41.667Z Compiling ghash v0.5.0
19692024-04-03T07:21:41.859Z Compiling ed25519-dalek v2.0.0
19702024-04-03T07:21:42.141Z Compiling russh-cryptovec v0.7.0
19712024-04-03T07:21:42.567Z Compiling rand v0.7.3
19722024-04-03T07:21:42.686Z Compiling ciborium v0.2.2
19732024-04-03T07:21:42.798Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19742024-04-03T07:21:43.492Z Compiling vsss-rs v3.3.4
19752024-04-03T07:21:44.252Z Compiling dirs v5.0.1
19762024-04-03T07:21:44.443Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19772024-04-03T07:21:44.687Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19782024-04-03T07:21:45.061Z Compiling chacha20poly1305 v0.10.1
19792024-04-03T07:21:45.200Z Compiling p521 v0.13.3
19802024-04-03T07:21:45.287Z Compiling p256 v0.13.2
19812024-04-03T07:21:46.141Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19822024-04-03T07:21:52.994Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19832024-04-03T07:21:53.048Z Compiling cbc v0.1.2
19842024-04-03T07:21:53.048Z Compiling pem v3.0.2
19852024-04-03T07:21:53.048Z Compiling headers-core v0.2.0
19862024-04-03T07:21:53.049Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19872024-04-03T07:21:53.049Z Compiling portpicker v0.1.1
19882024-04-03T07:21:53.049Z Compiling kstat-rs v0.2.3
19892024-04-03T07:21:53.049Z Compiling nanorand v0.7.0
19902024-04-03T07:21:53.049Z Compiling md5 v0.7.0
19912024-04-03T07:21:53.050Z Compiling http-range v0.1.5
19922024-04-03T07:21:53.050Z Compiling glob v0.3.1
19932024-04-03T07:21:53.050Z Compiling flume v0.11.0
19942024-04-03T07:21:53.050Z Compiling hyper-staticfile v0.9.5
19952024-04-03T07:21:53.050Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19962024-04-03T07:21:53.050Z Compiling russh-keys v0.42.0
19972024-04-03T07:21:53.050Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19982024-04-03T07:21:53.050Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19992024-04-03T07:21:53.051Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
20002024-04-03T07:21:53.051Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20012024-04-03T07:21:53.051Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20022024-04-03T07:21:53.051Z Compiling rcgen v0.12.1
20032024-04-03T07:21:53.208Z Compiling headers v0.3.9
20042024-04-03T07:21:55.092Z Compiling aes-gcm v0.10.3
20052024-04-03T07:21:55.373Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20062024-04-03T07:21:55.532Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20072024-04-03T07:21:57.535Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20082024-04-03T07:21:59.650Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20092024-04-03T07:22:00.304Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
20102024-04-03T07:22:02.170Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
20112024-04-03T07:22:02.252Z Compiling atomicwrites v0.4.3
20122024-04-03T07:22:02.603Z Compiling itertools v0.12.1
20132024-04-03T07:22:02.783Z Compiling subprocess v0.2.9
20142024-04-03T07:22:03.848Z Compiling dhcproto-macros v0.1.0
20152024-04-03T07:22:04.797Z Compiling display-error-chain v0.2.0
20162024-04-03T07:22:05.223Z Compiling hex-literal v0.4.1
20172024-04-03T07:22:05.223Z Compiling russh v0.42.0
20182024-04-03T07:22:05.223Z Compiling dhcproto v0.11.0
20192024-04-03T07:22:05.223Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20202024-04-03T07:22:05.868Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20212024-04-03T07:22:06.974Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20222024-04-03T07:22:07.676Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20232024-04-03T07:22:08.144Z Compiling internet-checksum v0.2.1
20242024-04-03T07:22:11.418Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20252024-04-03T07:22:31.180Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20262024-04-03T07:23:15.905Z Finished dev [unoptimized + debuginfo] target(s) in 5m 52s
20272024-04-03T07:23:16.034Z
20282024-04-03T07:23:16.034Zreal 5:53.162581000
20292024-04-03T07:23:16.034Zuser 28:31.473918421
20302024-04-03T07:23:16.034Zsys 5:59.210195437
20312024-04-03T07:23:16.034Ztrap 0.840335727
20322024-04-03T07:23:16.034Ztflt 3.702851131
20332024-04-03T07:23:16.034Zdflt 7.214826421
20342024-04-03T07:23:16.034Zkflt 0.089944745
20352024-04-03T07:23:16.035Zlock 53:02.804666939
20362024-04-03T07:23:16.035Zslp 1:22:04.313731760
20372024-04-03T07:23:16.035Zlat 1:44.184816018
20382024-04-03T07:23:16.035Zstop 4:30.885578689
20392024-04-03T07:23:16.035Z+ mkdir -p /work
20402024-04-03T07:23:16.035Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20412024-04-03T07:23:16.035Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20422024-04-03T07:23:22.170Z Finished dev [unoptimized + debuginfo] target(s) in 10.36s
20432024-04-03T07:23:22.170Z
20442024-04-03T07:23:22.171Zreal 10.498723750
20452024-04-03T07:23:22.171Zuser 7.465110406
20462024-04-03T07:23:22.171Zsys 4.041626845
20472024-04-03T07:23:22.171Ztrap 0.001555764
20482024-04-03T07:23:22.171Ztflt 0.004679365
20492024-04-03T07:23:22.171Zdflt 0.065707551
20502024-04-03T07:23:22.171Zkflt 0.000000000
20512024-04-03T07:23:22.171Zlock 28.842478396
20522024-04-03T07:23:22.171Zslp 41.913594653
20532024-04-03T07:23:22.172Zlat 0.046263984
20542024-04-03T07:23:22.172Zstop 0.352665393
20552024-04-03T07:23:22.172Z+ cp target/debug/commtest /work/commtest
20562024-04-03T07:23:22.377Z+ mkdir -p /work/end-to-end-tests
20572024-04-03T07:23:22.388Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20582024-04-03T07:23:23.634Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20592024-04-03T07:23:23.634Z+ ptime -m gzip
20602024-04-03T07:23:23.637Z++ basename target/debug/bootstrap
20612024-04-03T07:23:36.341Z
20622024-04-03T07:23:36.344Zreal 12.717147994
20632024-04-03T07:23:36.344Zuser 12.605099794
20642024-04-03T07:23:36.344Zsys 0.100344582
20652024-04-03T07:23:36.344Ztrap 0.003364673
20662024-04-03T07:23:36.344Ztflt 0.000000000
20672024-04-03T07:23:36.345Zdflt 0.000000000
20682024-04-03T07:23:36.345Zkflt 0.000000000
20692024-04-03T07:23:36.345Zlock 0.000000000
20702024-04-03T07:23:36.345Zslp 0.000000000
20712024-04-03T07:23:36.345Zlat 0.007893373
20722024-04-03T07:23:36.345Zstop 0.000216284
20732024-04-03T07:23:36.345Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20742024-04-03T07:23:36.345Z+ ptime -m gzip
20752024-04-03T07:23:36.345Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3228f4e88b82b7eb
20762024-04-03T07:23:45.187Z
20772024-04-03T07:23:45.536Zreal 1.194688012
20782024-04-03T07:23:45.536Zuser 1.180066625
20792024-04-03T07:23:45.536Zsys 0.013163778
20802024-04-03T07:23:45.536Ztrap 0.000447809
20812024-04-03T07:23:45.536Ztflt 0.000000000
20822024-04-03T07:23:45.536Zdflt 0.000000000
20832024-04-03T07:23:45.536Zkflt 0.000000000
20842024-04-03T07:23:45.536Zlock 0.000000000
20852024-04-03T07:23:45.536Zslp 0.000000000
20862024-04-03T07:23:45.536Zlat 0.000593757
20872024-04-03T07:23:45.536Zstop 0.000182128
20882024-04-03T07:23:45.536Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20892024-04-03T07:23:45.536Z+ ptime -m gzip
20902024-04-03T07:23:45.536Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-0e6379a48de6d126
20912024-04-03T07:23:45.537Z
20922024-04-03T07:23:45.537Zreal 1.179076433
20932024-04-03T07:23:45.537Zuser 1.167095570
20942024-04-03T07:23:45.537Zsys 0.011355297
20952024-04-03T07:23:45.537Ztrap 0.000113995
20962024-04-03T07:23:45.537Ztflt 0.000000000
20972024-04-03T07:23:45.537Zdflt 0.000000000
20982024-04-03T07:23:45.537Zkflt 0.000000000
20992024-04-03T07:23:45.537Zlock 0.000000000
21002024-04-03T07:23:45.537Zslp 0.000000000
21012024-04-03T07:23:45.537Zlat 0.000095918
21022024-04-03T07:23:45.537Zstop 0.000178749
21032024-04-03T07:23:45.537Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21042024-04-03T07:23:45.537Z+ ptime -m gzip
21052024-04-03T07:23:45.537Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-28a51422b533788d
21062024-04-03T07:23:45.537Z
21072024-04-03T07:23:45.537Zreal 1.188192841
21082024-04-03T07:23:45.537Zuser 1.176089639
21092024-04-03T07:23:45.537Zsys 0.011492955
21102024-04-03T07:23:45.537Ztrap 0.000114726
21112024-04-03T07:23:45.538Ztflt 0.000000000
21122024-04-03T07:23:45.538Zdflt 0.000000000
21132024-04-03T07:23:45.538Zkflt 0.000000000
21142024-04-03T07:23:45.538Zlock 0.000000000
21152024-04-03T07:23:45.538Zslp 0.000000000
21162024-04-03T07:23:45.538Zlat 0.000086390
21172024-04-03T07:23:45.538Zstop 0.000174138
21182024-04-03T07:23:45.538Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21192024-04-03T07:23:45.538Z+ ptime -m gzip
21202024-04-03T07:23:45.538Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2972fd47be91e6e5
21212024-04-03T07:23:52.699Z
21222024-04-03T07:23:52.699Zreal 12.765365909
21232024-04-03T07:23:52.700Zuser 12.679051935
21242024-04-03T07:23:52.700Zsys 0.082688501
21252024-04-03T07:23:52.700Ztrap 0.002025450
21262024-04-03T07:23:52.700Ztflt 0.000000000
21272024-04-03T07:23:52.700Zdflt 0.000000000
21282024-04-03T07:23:52.700Zkflt 0.000000000
21292024-04-03T07:23:52.700Zlock 0.000000000
21302024-04-03T07:23:52.700Zslp 0.000000000
21312024-04-03T07:23:52.701Zlat 0.001185307
21322024-04-03T07:23:52.705Zstop 0.000177698
21332024-04-03T07:23:52.705Z+ banner caboose-util
21342024-04-03T07:23:52.705Z
21352024-04-03T07:23:52.705Z #### ## ##### #### #### #### ###### # # #####
21362024-04-03T07:23:52.705Z # # # # # # # # # # # # # # #
21372024-04-03T07:23:52.705Z # # # ##### # # # # #### ##### ##### # # #
21382024-04-03T07:23:52.705Z # ###### # # # # # # # # # # #
21392024-04-03T07:23:52.705Z # # # # # # # # # # # # # # # #
21402024-04-03T07:23:52.706Z #### # # ##### #### #### #### ###### #### #
21412024-04-03T07:23:52.706Z
21422024-04-03T07:23:52.706Z+ ptime -m cargo build --locked -p caboose-util --release
21432024-04-03T07:23:53.215Z Downloading crates ...
21442024-04-03T07:23:53.350Z Downloaded bitfield v0.14.0
21452024-04-03T07:23:53.369Z Downloaded env_logger v0.10.0
21462024-04-03T07:23:53.381Z Downloaded nodrop v0.1.14
21472024-04-03T07:23:53.381Z Downloaded crc v3.0.1
21482024-04-03T07:23:53.386Z Downloaded path-slash v0.1.5
21492024-04-03T07:23:53.387Z Downloaded maybe-uninit v2.0.0
21502024-04-03T07:23:53.387Z Downloaded crc-catalog v2.2.0
21512024-04-03T07:23:53.387Z Downloaded wyz v0.5.1
21522024-04-03T07:23:53.387Z Downloaded is-terminal v0.4.9
21532024-04-03T07:23:53.387Z Downloaded tap v1.0.1
21542024-04-03T07:23:53.387Z Downloaded serde-hex v0.1.0
21552024-04-03T07:23:53.387Z Downloaded packed_struct_codegen v0.10.1
21562024-04-03T07:23:53.388Z Downloaded funty v2.0.0
21572024-04-03T07:23:53.396Z Downloaded radium v0.7.0
21582024-04-03T07:23:53.396Z Downloaded array-init v0.0.4
21592024-04-03T07:23:53.453Z Downloaded packed_struct v0.10.1
21602024-04-03T07:23:53.453Z Downloaded smallvec v0.6.14
21612024-04-03T07:23:53.471Z Downloaded pkcs1 v0.7.5
21622024-04-03T07:23:53.471Z Downloaded crc-any v2.4.3
21632024-04-03T07:23:53.471Z Downloaded rsa v0.9.2
21642024-04-03T07:23:53.471Z Downloaded ron v0.8.1
21652024-04-03T07:23:53.471Z Downloaded x509-cert v0.2.4
21662024-04-03T07:23:53.471Z Downloaded hashbrown v0.13.2
21672024-04-03T07:23:53.471Z Downloaded num-bigint-dig v0.8.4
21682024-04-03T07:23:53.472Z Downloaded bitvec v1.0.1
21692024-04-03T07:23:53.490Z Downloaded object v0.30.4
21702024-04-03T07:23:53.575Z Compiling proc-macro2 v1.0.78
21712024-04-03T07:23:53.575Z Compiling unicode-ident v1.0.12
21722024-04-03T07:23:53.578Z Compiling libc v0.2.153
21732024-04-03T07:23:53.578Z Compiling serde v1.0.197
21742024-04-03T07:23:53.578Z Compiling autocfg v1.1.0
21752024-04-03T07:23:53.578Z Compiling version_check v0.9.4
21762024-04-03T07:23:53.579Z Compiling cfg-if v1.0.0
21772024-04-03T07:23:53.742Z Compiling typenum v1.16.0
21782024-04-03T07:23:53.754Z Compiling once_cell v1.19.0
21792024-04-03T07:23:53.781Z Compiling parking_lot_core v0.9.8
21802024-04-03T07:23:54.558Z Compiling memchr v2.7.1
21812024-04-03T07:23:54.565Z Compiling syn v1.0.109
21822024-04-03T07:23:54.565Z Compiling byteorder v1.5.0
21832024-04-03T07:23:54.565Z Compiling lock_api v0.4.10
21842024-04-03T07:23:54.587Z Compiling generic-array v0.14.7
21852024-04-03T07:23:54.603Z Compiling libm v0.2.7
21862024-04-03T07:23:54.686Z Compiling num-traits v0.2.18
21872024-04-03T07:23:54.865Z Compiling ahash v0.8.8
21882024-04-03T07:23:54.887Z Compiling serde_json v1.0.114
21892024-04-03T07:23:54.951Z Compiling quote v1.0.35
21902024-04-03T07:23:55.095Z Compiling thiserror v1.0.57
21912024-04-03T07:23:55.175Z Compiling pkg-config v0.3.27
21922024-04-03T07:23:55.530Z Compiling syn v2.0.52
21932024-04-03T07:23:55.977Z Compiling cc v1.0.83
21942024-04-03T07:23:55.985Z Compiling getrandom v0.2.12
21952024-04-03T07:23:56.118Z Compiling scopeguard v1.2.0
21962024-04-03T07:23:56.172Z Compiling itoa v1.0.9
21972024-04-03T07:23:56.248Z Compiling log v0.4.21
21982024-04-03T07:23:56.396Z Compiling slab v0.4.9
21992024-04-03T07:23:56.682Z Compiling rand_core v0.6.4
22002024-04-03T07:23:57.275Z Compiling smallvec v1.13.1
22012024-04-03T07:23:57.424Z Compiling vcpkg v0.2.15
22022024-04-03T07:23:58.103Z Compiling ryu v1.0.15
22032024-04-03T07:23:58.344Z Compiling parking_lot v0.12.1
22042024-04-03T07:23:58.363Z Compiling const-oid v0.9.6
22052024-04-03T07:23:58.411Z Compiling pin-project-lite v0.2.13
22062024-04-03T07:23:58.938Z Compiling ring v0.17.8
22072024-04-03T07:23:59.094Z Compiling openssl-sys v0.9.96
22082024-04-03T07:23:59.219Z Compiling ucd-trie v0.1.6
22092024-04-03T07:23:59.718Z Compiling signal-hook-registry v1.4.1
22102024-04-03T07:23:59.983Z Compiling subtle v2.5.0
22112024-04-03T07:24:00.333Z Compiling rustix v0.38.31
22122024-04-03T07:24:00.394Z Compiling ring v0.16.20
22132024-04-03T07:24:00.495Z Compiling mio v0.8.11
22142024-04-03T07:24:01.009Z Compiling tinyvec_macros v0.1.1
22152024-04-03T07:24:01.088Z Compiling futures-core v0.3.30
22162024-04-03T07:24:01.317Z Compiling semver v1.0.22
22172024-04-03T07:24:01.330Z Compiling tinyvec v1.6.0
22182024-04-03T07:24:01.978Z Compiling spin v0.5.2
22192024-04-03T07:24:02.791Z Compiling unicode-normalization v0.1.22
22202024-04-03T07:24:03.289Z Compiling num_cpus v1.16.0
22212024-04-03T07:24:03.322Z Compiling socket2 v0.5.5
22222024-04-03T07:24:03.399Z Compiling httparse v1.8.0
22232024-04-03T07:24:03.755Z Compiling openssl v0.10.60
22242024-04-03T07:24:03.878Z Compiling futures-sink v0.3.30
22252024-04-03T07:24:04.015Z Compiling unicode-bidi v0.3.15
22262024-04-03T07:24:04.141Z Compiling heck v0.4.1
22272024-04-03T07:24:04.349Z Compiling allocator-api2 v0.2.16
22282024-04-03T07:24:04.529Z Compiling unicode-xid v0.2.4
22292024-04-03T07:24:04.685Z Compiling synstructure v0.12.6
22302024-04-03T07:24:05.021Z Compiling equivalent v1.0.1
22312024-04-03T07:24:05.118Z Compiling time-core v0.1.2
22322024-04-03T07:24:05.281Z Compiling num-conv v0.1.0
22332024-04-03T07:24:05.385Z Compiling futures-channel v0.3.30
22342024-04-03T07:24:05.537Z Compiling time-macros v0.2.17
22352024-04-03T07:24:05.889Z Compiling futures-io v0.3.30
22362024-04-03T07:24:05.914Z Compiling crc32fast v1.3.2
22372024-04-03T07:24:06.134Z Compiling native-tls v0.2.11
22382024-04-03T07:24:06.266Z Compiling ppv-lite86 v0.2.17
22392024-04-03T07:24:06.315Z Compiling futures-task v0.3.30
22402024-04-03T07:24:06.448Z Compiling pin-utils v0.1.0
22412024-04-03T07:24:06.713Z Compiling rustls v0.21.9
22422024-04-03T07:24:06.969Z Compiling bzip2-sys v0.1.11+1.0.8
22432024-04-03T07:24:07.077Z Compiling rand_chacha v0.3.1
22442024-04-03T07:24:07.420Z Compiling spin v0.9.8
22452024-04-03T07:24:07.441Z Compiling tracing-core v0.1.32
22462024-04-03T07:24:07.508Z Compiling base64ct v1.6.0
22472024-04-03T07:24:08.505Z Compiling pem-rfc7468 v0.7.0
22482024-04-03T07:24:08.512Z Compiling rand v0.8.5
22492024-04-03T07:24:08.736Z Compiling serde_derive v1.0.197
22502024-04-03T07:24:08.747Z Compiling zeroize_derive v1.4.2
22512024-04-03T07:24:08.766Z Compiling zerocopy-derive v0.7.32
22522024-04-03T07:24:10.136Z Compiling thiserror-impl v1.0.57
22532024-04-03T07:24:10.137Z Compiling tokio-macros v2.2.0
22542024-04-03T07:24:10.137Z Compiling futures-macro v0.3.30
22552024-04-03T07:24:10.137Z Compiling tracing-attributes v0.1.27
22562024-04-03T07:24:10.137Z Compiling der_derive v0.7.2
22572024-04-03T07:24:10.155Z Compiling zeroize v1.7.0
22582024-04-03T07:24:10.767Z Compiling zerocopy v0.7.32
22592024-04-03T07:24:11.683Z Compiling pest v2.7.6
22602024-04-03T07:24:12.010Z Compiling crypto-common v0.1.6
22612024-04-03T07:24:12.234Z Compiling block-buffer v0.10.4
22622024-04-03T07:24:12.287Z Compiling zerocopy-derive v0.2.0
22632024-04-03T07:24:12.472Z Compiling digest v0.10.7
22642024-04-03T07:24:12.534Z Compiling openssl-macros v0.1.1
22652024-04-03T07:24:13.095Z Compiling hashbrown v0.14.3
22662024-04-03T07:24:13.109Z Compiling futures-util v0.3.30
22672024-04-03T07:24:13.212Z Compiling tracing v0.1.40
22682024-04-03T07:24:13.528Z Compiling scroll_derive v0.12.0
22692024-04-03T07:24:13.691Z Compiling zerocopy-derive v0.6.4
22702024-04-03T07:24:14.013Z Compiling pest_meta v2.7.6
22712024-04-03T07:24:14.283Z Compiling usdt-impl v0.3.5
22722024-04-03T07:24:14.596Z Compiling cookie v0.17.0
22732024-04-03T07:24:14.713Z Compiling percent-encoding v2.3.1
22742024-04-03T07:24:15.010Z Compiling signal-hook v0.3.17
22752024-04-03T07:24:15.230Z Compiling pest_generator v2.7.6
22762024-04-03T07:24:15.284Z Compiling schemars v0.8.16
22772024-04-03T07:24:15.294Z Compiling flagset v0.4.3
22782024-04-03T07:24:15.491Z Compiling der v0.7.8
22792024-04-03T07:24:15.636Z Compiling serde_derive_internals v0.26.0
22802024-04-03T07:24:18.090Z Compiling pest_derive v2.7.6
22812024-04-03T07:24:18.760Z Compiling errno v0.3.8
22822024-04-03T07:24:19.023Z Compiling fnv v1.0.7
22832024-04-03T07:24:19.139Z Compiling schemars_derive v0.8.16
22842024-04-03T07:24:19.967Z Compiling spki v0.7.2
22852024-04-03T07:24:20.488Z Compiling zerocopy v0.3.0
22862024-04-03T07:24:20.779Z Compiling lazy_static v1.4.0
22872024-04-03T07:24:21.813Z Compiling backtrace v0.3.69
22882024-04-03T07:24:22.081Z Compiling bytes v1.5.0
22892024-04-03T07:24:22.644Z Compiling bitflags v2.4.2
22902024-04-03T07:24:22.649Z Compiling indexmap v2.2.6
22912024-04-03T07:24:23.277Z Compiling tokio v1.36.0
22922024-04-03T07:24:23.705Z Compiling rustc_version v0.4.0
22932024-04-03T07:24:24.293Z Compiling heapless v0.7.16
22942024-04-03T07:24:24.682Z Compiling http v0.2.12
22952024-04-03T07:24:24.936Z Compiling uuid v1.7.0
22962024-04-03T07:24:24.966Z Compiling thread-id v4.2.0
22972024-04-03T07:24:25.065Z Compiling num-bigint v0.4.4
22982024-04-03T07:24:25.481Z Compiling async-trait v0.1.79
22992024-04-03T07:24:25.647Z Compiling base64 v0.21.7
23002024-04-03T07:24:26.505Z Compiling foreign-types-shared v0.1.1
23012024-04-03T07:24:26.604Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23022024-04-03T07:24:26.798Z Compiling crossbeam-utils v0.8.19
23032024-04-03T07:24:26.915Z Compiling untrusted v0.7.1
23042024-04-03T07:24:27.085Z Compiling powerfmt v0.2.0
23052024-04-03T07:24:27.286Z Compiling iana-time-zone v0.1.57
23062024-04-03T07:24:27.320Z Compiling smoltcp v0.9.1
23072024-04-03T07:24:27.626Z Compiling untrusted v0.9.0
23082024-04-03T07:24:27.907Z Compiling chrono v0.4.34
23092024-04-03T07:24:27.986Z Compiling deranged v0.3.11
23102024-04-03T07:24:30.115Z Compiling foreign-types v0.3.2
23112024-04-03T07:24:35.222Z Compiling dof v0.1.5
23122024-04-03T07:24:35.386Z Compiling dtrace-parser v0.1.14
23132024-04-03T07:24:35.386Z Compiling tokio-util v0.7.10
23142024-04-03T07:24:35.386Z Compiling form_urlencoded v1.2.1
23152024-04-03T07:24:35.386Z Compiling hmac v0.12.1
23162024-04-03T07:24:35.386Z Compiling clap_derive v4.5.0
23172024-04-03T07:24:35.386Z Compiling num-integer v0.1.46
23182024-04-03T07:24:35.521Z Compiling adler v1.0.2
23192024-04-03T07:24:35.521Z Compiling anstyle v1.0.6
23202024-04-03T07:24:35.521Z Compiling siphasher v0.3.11
23212024-04-03T07:24:35.521Z Compiling try-lock v0.2.4
23222024-04-03T07:24:35.521Z Compiling rustversion v1.0.14
23232024-04-03T07:24:35.521Z Compiling num_threads v0.1.6
23242024-04-03T07:24:35.521Z Compiling utf8parse v0.2.1
23252024-04-03T07:24:35.521Z Compiling cpufeatures v0.2.12
23262024-04-03T07:24:35.521Z Compiling anstyle-parse v0.2.1
23272024-04-03T07:24:35.521Z Compiling sha2 v0.10.8
23282024-04-03T07:24:35.521Z Compiling time v0.3.34
23292024-04-03T07:24:35.521Z Compiling want v0.3.1
23302024-04-03T07:24:36.587Z Compiling miniz_oxide v0.7.1
23312024-04-03T07:24:36.729Z Compiling h2 v0.3.24
23322024-04-03T07:24:38.460Z Compiling sct v0.7.0
23332024-04-03T07:24:38.728Z Compiling rustls-webpki v0.101.7
23342024-04-03T07:24:38.940Z Compiling http-body v0.4.5
23352024-04-03T07:24:39.330Z Compiling serde_tokenstream v0.1.7
23362024-04-03T07:24:39.763Z Compiling pkcs8 v0.10.2
23372024-04-03T07:24:39.846Z Compiling hubpack_derive v0.1.1
23382024-04-03T07:24:40.546Z Compiling idna v0.5.0
23392024-04-03T07:24:40.903Z Compiling aho-corasick v1.1.2
23402024-04-03T07:24:40.986Z Compiling usdt-impl v0.5.0
23412024-04-03T07:24:41.314Z Compiling colorchoice v1.0.0
23422024-04-03T07:24:41.948Z Compiling anstyle-query v1.0.0
23432024-04-03T07:24:41.999Z Compiling anyhow v1.0.79
23442024-04-03T07:24:42.009Z Compiling regex-syntax v0.8.2
23452024-04-03T07:24:42.483Z Compiling tower-service v0.3.2
23462024-04-03T07:24:42.491Z Compiling radium v0.7.0
23472024-04-03T07:24:43.627Z Compiling slog v2.7.0
23482024-04-03T07:24:44.224Z Compiling httpdate v1.0.3
23492024-04-03T07:24:48.673Z Compiling openssl-probe v0.1.5
23502024-04-03T07:24:48.673Z Compiling hyper v0.14.28
23512024-04-03T07:24:48.673Z Compiling regex-automata v0.4.5
23522024-04-03T07:24:50.096Z Compiling anstream v0.6.11
23532024-04-03T07:24:51.527Z Compiling url v2.5.0
23542024-04-03T07:24:54.202Z Compiling terminal_size v0.3.0
23552024-04-03T07:24:54.339Z Compiling toml_datetime v0.6.5
23562024-04-03T07:24:54.411Z Compiling serde_spanned v0.6.5
23572024-04-03T07:24:54.732Z Compiling zerocopy v0.6.4
23582024-04-03T07:24:54.775Z Compiling scroll v0.12.0
23592024-04-03T07:24:54.906Z Compiling md-5 v0.10.5
23602024-04-03T07:24:55.201Z Compiling stringprep v0.1.3
23612024-04-03T07:24:55.301Z Compiling idna v0.3.0
23622024-04-03T07:24:55.600Z Compiling diesel_table_macro_syntax v0.1.0
23632024-04-03T07:24:56.011Z Compiling hash32 v0.2.1
23642024-04-03T07:24:56.015Z Compiling dyn-clone v1.0.17
23652024-04-03T07:24:56.015Z Compiling tap v1.0.1
23662024-04-03T07:24:56.015Z Compiling clap_lex v0.7.0
23672024-04-03T07:24:56.043Z Compiling gimli v0.28.0
23682024-04-03T07:24:56.104Z Compiling strsim v0.11.0
23692024-04-03T07:24:56.572Z Compiling plain v0.2.3
23702024-04-03T07:24:56.572Z Compiling maybe-uninit v2.0.0
23712024-04-03T07:24:56.572Z Compiling stable_deref_trait v1.2.0
23722024-04-03T07:24:56.572Z Compiling fallible-iterator v0.2.0
23732024-04-03T07:24:56.572Z Compiling psl-types v2.0.11
23742024-04-03T07:24:56.658Z Compiling uuid v0.8.2
23752024-04-03T07:24:56.978Z Compiling postgres-protocol v0.6.6
23762024-04-03T07:24:56.984Z Compiling tokio-rustls v0.24.1
23772024-04-03T07:24:57.168Z Compiling publicsuffix v2.2.3
23782024-04-03T07:24:57.423Z Compiling clap_builder v4.5.1
23792024-04-03T07:24:58.245Z Compiling goblin v0.8.0
23802024-04-03T07:24:58.648Z Compiling wyz v0.5.1
23812024-04-03T07:24:58.820Z Compiling diesel_derives v2.1.2
23822024-04-03T07:25:00.448Z Compiling addr2line v0.21.0
23832024-04-03T07:25:01.917Z Compiling strum_macros v0.25.2
23842024-04-03T07:25:03.528Z Compiling tokio-native-tls v0.3.1
23852024-04-03T07:25:03.780Z Compiling usdt-attr-macro v0.3.5
23862024-04-03T07:25:05.120Z Compiling usdt-macro v0.3.5
23872024-04-03T07:25:06.747Z Compiling phf_shared v0.11.2
23882024-04-03T07:25:07.181Z Compiling num-iter v0.1.44
23892024-04-03T07:25:07.849Z Compiling block-padding v0.3.3
23902024-04-03T07:25:08.301Z Compiling enum-as-inner v0.5.1
23912024-04-03T07:25:08.314Z Compiling serde_repr v0.1.16
23922024-04-03T07:25:09.144Z Compiling ff v0.13.0
23932024-04-03T07:25:09.773Z Compiling scheduled-thread-pool v0.2.7
23942024-04-03T07:25:10.638Z Compiling object v0.32.1
23952024-04-03T07:25:13.029Z Compiling num-bigint-dig v0.8.4
23962024-04-03T07:25:13.172Z Compiling bitflags v1.3.2
23972024-04-03T07:25:13.271Z Compiling winnow v0.5.15
23982024-04-03T07:25:13.301Z Compiling funty v2.0.0
23992024-04-03T07:25:14.558Z Compiling managed v0.8.0
24002024-04-03T07:25:15.052Z Compiling bit-vec v0.6.3
24012024-04-03T07:25:16.460Z Compiling regex-automata v0.1.10
24022024-04-03T07:25:16.998Z Compiling rustc-demangle v0.1.23
24032024-04-03T07:25:17.103Z Compiling packed_struct v0.10.1
24042024-04-03T07:25:17.241Z Compiling ipnet v2.9.0
24052024-04-03T07:25:17.533Z Compiling matches v0.1.10
24062024-04-03T07:25:17.583Z Compiling pretty-hex v0.4.1
24072024-04-03T07:25:17.630Z Compiling base16ct v0.2.0
24082024-04-03T07:25:17.791Z Compiling dof v0.3.0
24092024-04-03T07:25:17.934Z Compiling sec1 v0.7.3
24102024-04-03T07:25:17.967Z Compiling idna v0.2.3
24112024-04-03T07:25:19.956Z Compiling bstr v0.2.17
24122024-04-03T07:25:19.973Z Compiling toml_edit v0.19.15
24132024-04-03T07:25:26.079Z Compiling bitvec v1.0.1
24142024-04-03T07:25:27.455Z Compiling r2d2 v0.8.10
24152024-04-03T07:25:27.817Z Compiling group v0.13.0
24162024-04-03T07:25:28.098Z Compiling inout v0.1.3
24172024-04-03T07:25:29.854Z Compiling phf v0.11.2
24182024-04-03T07:25:30.134Z Compiling hyper-tls v0.5.0
24192024-04-03T07:25:30.286Z Compiling signal-hook-mio v0.2.3
24202024-04-03T07:25:30.447Z Compiling cookie_store v0.20.0
24212024-04-03T07:25:30.485Z Compiling clap v4.5.1
24222024-04-03T07:25:35.016Z Compiling flate2 v1.0.28
24232024-04-03T07:25:35.442Z Compiling bzip2 v0.4.4
24242024-04-03T07:25:35.442Z Compiling ipnetwork v0.20.0
24252024-04-03T07:25:35.879Z Compiling postgres-types v0.2.6
24262024-04-03T07:25:35.880Z Compiling hyper-rustls v0.24.2
24272024-04-03T07:25:35.880Z Compiling regex v1.10.4
24282024-04-03T07:25:35.880Z Compiling hubpack v0.1.2
24292024-04-03T07:25:35.881Z Compiling phf_shared v0.10.0
24302024-04-03T07:25:35.881Z Compiling rustls-pemfile v1.0.3
24312024-04-03T07:25:35.881Z Compiling hkdf v0.12.4
24322024-04-03T07:25:35.882Z Compiling serde_urlencoded v0.7.1
24332024-04-03T07:25:35.882Z Compiling dtrace-parser v0.2.0
24342024-04-03T07:25:35.882Z Compiling futures-executor v0.3.30
24352024-04-03T07:25:35.883Z Compiling crypto-bigint v0.5.2
24362024-04-03T07:25:35.883Z Compiling packed_struct_codegen v0.10.1
24372024-04-03T07:25:35.883Z Compiling float-cmp v0.9.0
24382024-04-03T07:25:35.883Z Compiling indexmap v1.9.3
24392024-04-03T07:25:36.077Z Compiling encoding_rs v0.8.33
24402024-04-03T07:25:36.256Z Compiling precomputed-hash v0.1.1
24412024-04-03T07:25:36.358Z Compiling predicates-core v1.0.6
24422024-04-03T07:25:36.691Z Compiling fixedbitset v0.4.2
24432024-04-03T07:25:36.728Z Compiling nodrop v0.1.14
24442024-04-03T07:25:36.861Z Compiling webpki-roots v0.25.2
24452024-04-03T07:25:37.834Z Compiling either v1.10.0
24462024-04-03T07:25:38.171Z Compiling minimal-lexical v0.2.1
24472024-04-03T07:25:38.670Z Compiling mime v0.3.17
24482024-04-03T07:25:38.688Z Compiling whoami v1.5.0
24492024-04-03T07:25:38.952Z Compiling data-encoding v2.4.0
24502024-04-03T07:25:39.181Z Compiling unicode-segmentation v1.10.1
24512024-04-03T07:25:40.111Z Compiling new_debug_unreachable v1.0.4
24522024-04-03T07:25:40.128Z Compiling normalize-line-endings v0.3.0
24532024-04-03T07:25:40.129Z Compiling winnow v0.6.1
24542024-04-03T07:25:40.129Z Compiling crc-catalog v2.2.0
24552024-04-03T07:25:40.293Z Compiling difflib v0.4.0
24562024-04-03T07:25:40.490Z Compiling static_assertions v1.1.0
24572024-04-03T07:25:40.612Z Compiling sync_wrapper v0.1.2
24582024-04-03T07:25:40.697Z Compiling unicode-width v0.1.11
24592024-04-03T07:25:40.830Z Compiling console v0.15.8
24602024-04-03T07:25:41.641Z Compiling predicates v3.1.0
24612024-04-03T07:25:42.311Z Compiling reqwest v0.11.24
24622024-04-03T07:25:43.019Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24632024-04-03T07:25:43.814Z Compiling toml_edit v0.22.9
24642024-04-03T07:25:43.876Z Compiling crc v3.0.1
24652024-04-03T07:25:53.277Z Compiling similar v2.4.0
24662024-04-03T07:25:53.477Z Compiling string_cache v0.8.7
24672024-04-03T07:25:53.477Z Compiling trust-dns-proto v0.22.0
24682024-04-03T07:25:53.477Z Compiling tokio-postgres v0.7.10
24692024-04-03T07:25:55.676Z Compiling nom v7.1.3
24702024-04-03T07:25:57.065Z Compiling itertools v0.10.5
24712024-04-03T07:25:57.934Z Compiling petgraph v0.6.4
24722024-04-03T07:26:02.234Z Compiling array-init v0.0.4
24732024-04-03T07:26:02.545Z Compiling elliptic-curve v0.13.8
24742024-04-03T07:26:02.576Z Compiling futures v0.3.30
24752024-04-03T07:26:03.354Z Compiling smallvec v0.6.14
24762024-04-03T07:26:03.814Z Compiling diesel v2.1.5
24772024-04-03T07:26:03.831Z Compiling zip v0.6.6
24782024-04-03T07:26:03.844Z Compiling yasna v0.5.2
24792024-04-03T07:26:04.629Z Compiling crossterm v0.27.0
24802024-04-03T07:26:05.045Z Compiling crossbeam-epoch v0.9.18
24812024-04-03T07:26:05.461Z Compiling cipher v0.4.4
24822024-04-03T07:26:06.293Z Compiling toml v0.7.8
24832024-04-03T07:26:06.310Z Compiling bit-set v0.5.3
24842024-04-03T07:26:06.592Z Compiling usdt v0.3.5
24852024-04-03T07:26:08.255Z Compiling bstr v1.9.0
24862024-04-03T07:26:08.258Z Compiling pkcs1 v0.7.5
24872024-04-03T07:26:08.258Z Compiling tokio-stream v0.1.14
24882024-04-03T07:26:08.717Z Compiling is-terminal v0.4.9
24892024-04-03T07:26:09.080Z Compiling openapiv3 v2.0.0
24902024-04-03T07:26:09.224Z Compiling hex v0.4.3
24912024-04-03T07:26:10.046Z Compiling signature v2.1.0
24922024-04-03T07:26:11.738Z Compiling bitfield v0.14.0
24932024-04-03T07:26:12.820Z Compiling peg-runtime v0.8.2
24942024-04-03T07:26:13.275Z Compiling termcolor v1.2.0
24952024-04-03T07:26:13.590Z Compiling hashbrown v0.12.3
24962024-04-03T07:26:14.056Z Compiling lalrpop-util v0.19.12
24972024-04-03T07:26:14.288Z Compiling env_logger v0.10.0
24982024-04-03T07:26:18.413Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24992024-04-03T07:26:20.549Z Compiling rsa v0.9.2
25002024-04-03T07:26:26.728Z Compiling serde-hex v0.1.0
25012024-04-03T07:26:32.614Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25022024-04-03T07:26:35.527Z Compiling ron v0.8.1
25032024-04-03T07:26:36.622Z Compiling x509-cert v0.2.4
25042024-04-03T07:26:36.823Z Compiling hashbrown v0.13.2
25052024-04-03T07:26:41.187Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25062024-04-03T07:26:42.749Z Compiling crc-any v2.4.3
25072024-04-03T07:26:55.412Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25082024-04-03T07:27:07.369Z Compiling object v0.30.4
25092024-04-03T07:27:08.681Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25102024-04-03T07:27:22.379Z Compiling path-slash v0.1.5
25112024-04-03T07:27:22.443Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
25122024-04-03T07:27:43.307Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
25132024-04-03T07:27:44.069Z Finished release [optimized] target(s) in 3m 51s
25142024-04-03T07:27:44.164Z
25152024-04-03T07:27:44.177Zreal 3:51.389840281
25162024-04-03T07:27:44.177Zuser 25:39.020935900
25172024-04-03T07:27:44.177Zsys 3:07.698857315
25182024-04-03T07:27:44.177Ztrap 0.793422177
25192024-04-03T07:27:44.178Ztflt 1.685890099
25202024-04-03T07:27:44.178Zdflt 0.783648569
25212024-04-03T07:27:44.178Zkflt 0.000109975
25222024-04-03T07:27:44.178Zlock 58:21.230795036
25232024-04-03T07:27:44.178Zslp 1:15:33.558366360
25242024-04-03T07:27:44.178Zlat 1:27.967527841
25252024-04-03T07:27:44.178Zstop 1:26.618593074
25262024-04-03T07:27:44.178Z+ ptime -m gzip
25272024-04-03T07:27:44.509Z
25282024-04-03T07:27:44.518Zreal 0.356596315
25292024-04-03T07:27:44.518Zuser 0.351866794
25302024-04-03T07:27:44.518Zsys 0.004173986
25312024-04-03T07:27:44.518Ztrap 0.000041445
25322024-04-03T07:27:44.518Ztflt 0.000000000
25332024-04-03T07:27:44.519Zdflt 0.000000000
25342024-04-03T07:27:44.519Zkflt 0.000000000
25352024-04-03T07:27:44.519Zlock 0.000000000
25362024-04-03T07:27:44.519Zslp 0.000000000
25372024-04-03T07:27:44.519Zlat 0.000105406
25382024-04-03T07:27:44.519Zstop 0.000183198
25392024-04-03T07:27:44.519Z+ banner tufaceous
25402024-04-03T07:27:44.520Z
25412024-04-03T07:27:44.520Z ##### # # ###### ## #### ###### #### # # ####
25422024-04-03T07:27:44.520Z # # # # # # # # # # # # # #
25432024-04-03T07:27:44.520Z # # # ##### # # # ##### # # # # ####
25442024-04-03T07:27:44.520Z # # # # ###### # # # # # # #
25452024-04-03T07:27:44.520Z # # # # # # # # # # # # # # #
25462024-04-03T07:27:44.521Z # #### # # # #### ###### #### #### ####
25472024-04-03T07:27:44.521Z
25482024-04-03T07:27:44.521Z+ ptime -m cargo build --locked -p tufaceous --release
25492024-04-03T07:27:45.027Z Downloading crates ...
25502024-04-03T07:27:45.152Z Downloaded async-recursion v1.0.5
25512024-04-03T07:27:45.161Z Downloaded parse-size v1.0.0
25522024-04-03T07:27:45.161Z Downloaded doc-comment v0.3.3
25532024-04-03T07:27:45.161Z Downloaded pin-project-internal v1.1.3
25542024-04-03T07:27:45.169Z Downloaded snafu v0.7.5
25552024-04-03T07:27:45.175Z Downloaded globset v0.4.13
25562024-04-03T07:27:45.182Z Downloaded buf-list v1.0.3
25572024-04-03T07:27:45.182Z Downloaded serde_plain v1.0.2
25582024-04-03T07:27:45.182Z Downloaded snafu-derive v0.7.5
25592024-04-03T07:27:45.190Z Downloaded olpc-cjson v0.1.3
25602024-04-03T07:27:45.190Z Downloaded fs-err v2.11.0
25612024-04-03T07:27:45.190Z Downloaded pin-project v1.1.3
25622024-04-03T07:27:45.199Z Downloaded typed-path v0.7.0
25632024-04-03T07:27:45.210Z Downloaded tough v0.16.0
25642024-04-03T07:27:45.308Z Compiling serde_tokenstream v0.2.0
25652024-04-03T07:27:45.380Z Compiling regress v0.9.0
25662024-04-03T07:27:45.391Z Compiling dirs-sys-next v0.1.2
25672024-04-03T07:27:45.398Z Compiling strsim v0.10.0
25682024-04-03T07:27:45.398Z Compiling heck v0.4.1
25692024-04-03T07:27:45.398Z Compiling rustls-pki-types v1.3.0
25702024-04-03T07:27:45.409Z Compiling ident_case v1.0.1
25712024-04-03T07:27:45.575Z Compiling dirs-next v2.0.0
25722024-04-03T07:27:45.832Z Compiling darling_core v0.20.3
25732024-04-03T07:27:45.857Z Compiling getopts v0.2.21
25742024-04-03T07:27:46.074Z Compiling thread_local v1.1.7
25752024-04-03T07:27:46.520Z Compiling rustls v0.22.2
25762024-04-03T07:27:46.628Z Compiling slog-async v2.8.0
25772024-04-03T07:27:46.680Z Compiling unsafe-libyaml v0.2.10
25782024-04-03T07:27:46.711Z Compiling camino v1.1.6
25792024-04-03T07:27:46.816Z Compiling rustls-webpki v0.102.1
25802024-04-03T07:27:46.879Z Compiling term v0.7.0
25812024-04-03T07:27:47.339Z Compiling crossbeam-channel v0.5.8
25822024-04-03T07:27:48.401Z Compiling serde_yaml v0.9.25
25832024-04-03T07:27:49.092Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25842024-04-03T07:27:49.110Z Compiling structmeta-derive v0.3.0
25852024-04-03T07:27:51.224Z Compiling atty v0.2.14
25862024-04-03T07:27:51.253Z Compiling darling_macro v0.20.3
25872024-04-03T07:27:51.365Z Compiling multer v3.0.0
25882024-04-03T07:27:52.062Z Compiling paste v1.0.14
25892024-04-03T07:27:52.066Z Compiling doc-comment v0.3.3
25902024-04-03T07:27:52.066Z Compiling match_cfg v0.1.0
25912024-04-03T07:27:52.066Z Compiling take_mut v0.2.2
25922024-04-03T07:27:52.121Z Compiling hostname v0.3.1
25932024-04-03T07:27:52.138Z Compiling structmeta v0.3.0
25942024-04-03T07:27:52.157Z Compiling darling v0.20.3
25952024-04-03T07:27:52.346Z Compiling slog-term v2.9.0
25962024-04-03T07:27:52.533Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25972024-04-03T07:27:52.557Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25982024-04-03T07:27:54.091Z Compiling slog-json v2.6.1
25992024-04-03T07:27:54.206Z Compiling http v1.0.0
26002024-04-03T07:27:54.818Z Compiling pin-project-internal v1.1.3
26012024-04-03T07:27:54.823Z Compiling async-stream-impl v0.3.5
26022024-04-03T07:27:55.254Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26032024-04-03T07:27:55.324Z Compiling atomic-waker v1.1.1
26042024-04-03T07:27:55.512Z Compiling fastrand v2.0.1
26052024-04-03T07:27:55.618Z Compiling waitgroup v0.1.2
26062024-04-03T07:27:55.847Z Compiling async-stream v0.3.5
26072024-04-03T07:27:56.152Z Compiling tempfile v3.10.0
26082024-04-03T07:27:56.228Z Compiling slog-bunyan v2.5.0
26092024-04-03T07:27:56.583Z Compiling parse-display-derive v0.9.0
26102024-04-03T07:27:57.142Z Compiling pin-project v1.1.3
26112024-04-03T07:27:57.577Z Compiling tokio-rustls v0.25.0
26122024-04-03T07:27:58.457Z Compiling serde_with_macros v3.6.1
26132024-04-03T07:27:58.780Z Compiling toml v0.8.12
26142024-04-03T07:27:59.076Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26152024-04-03T07:27:59.525Z Compiling rustls-pemfile v2.1.1
26162024-04-03T07:27:59.848Z Compiling sha1 v0.10.6
26172024-04-03T07:28:00.526Z Compiling strum_macros v0.26.1
26182024-04-03T07:28:00.576Z Compiling newtype-uuid v1.0.1
26192024-04-03T07:28:00.683Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26202024-04-03T07:28:00.757Z Compiling snafu-derive v0.7.5
26212024-04-03T07:28:00.904Z Compiling serde_path_to_error v0.1.16
26222024-04-03T07:28:01.386Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26232024-04-03T07:28:01.696Z Compiling instant v0.1.12
26242024-04-03T07:28:01.873Z Compiling fs-err v2.11.0
26252024-04-03T07:28:01.925Z Compiling arc-swap v1.6.0
26262024-04-03T07:28:02.148Z Compiling same-file v1.0.6
26272024-04-03T07:28:02.461Z Compiling buf-list v1.0.3
26282024-04-03T07:28:02.742Z Compiling debug-ignore v1.0.5
26292024-04-03T07:28:03.014Z Compiling slog-scope v4.4.0
26302024-04-03T07:28:05.009Z Compiling walkdir v2.4.0
26312024-04-03T07:28:05.060Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26322024-04-03T07:28:05.061Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26332024-04-03T07:28:05.504Z Compiling strum v0.26.1
26342024-04-03T07:28:06.107Z Compiling snafu v0.7.5
26352024-04-03T07:28:06.107Z Compiling backoff v0.4.0
26362024-04-03T07:28:06.158Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26372024-04-03T07:28:06.284Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26382024-04-03T07:28:06.361Z Compiling parse-display v0.9.0
26392024-04-03T07:28:07.682Z Compiling serde_with v3.6.1
26402024-04-03T07:28:07.691Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26412024-04-03T07:28:07.756Z Compiling globset v0.4.13
26422024-04-03T07:28:08.532Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26432024-04-03T07:28:08.704Z Compiling pem v3.0.2
26442024-04-03T07:28:10.349Z Compiling olpc-cjson v0.1.3
26452024-04-03T07:28:10.764Z Compiling serde_plain v1.0.2
26462024-04-03T07:28:11.136Z Compiling macaddr v1.0.1
26472024-04-03T07:28:11.171Z Compiling async-recursion v1.0.5
26482024-04-03T07:28:11.764Z Compiling xattr v1.0.1
26492024-04-03T07:28:11.886Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26502024-04-03T07:28:12.059Z Compiling filetime v0.2.23
26512024-04-03T07:28:12.158Z Compiling typed-path v0.7.0
26522024-04-03T07:28:12.428Z Compiling tar v0.4.40
26532024-04-03T07:28:16.229Z Compiling tough v0.16.0
26542024-04-03T07:28:21.433Z Compiling slog-stdlog v4.1.1
26552024-04-03T07:28:21.968Z Compiling camino-tempfile v1.1.1
26562024-04-03T07:28:21.968Z Compiling itertools v0.12.1
26572024-04-03T07:28:21.968Z Compiling parse-size v1.0.0
26582024-04-03T07:28:21.969Z Compiling slog-envlogger v2.2.0
26592024-04-03T07:28:23.717Z Compiling humantime v2.1.0
26602024-04-03T07:28:27.352Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26612024-04-03T07:28:27.606Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26622024-04-03T07:28:33.139Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26632024-04-03T07:28:40.521Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26642024-04-03T07:28:42.112Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26652024-04-03T07:29:02.274Z Finished release [optimized] target(s) in 1m 17s
26662024-04-03T07:29:02.368Z
26672024-04-03T07:29:02.381Zreal 1:17.815221930
26682024-04-03T07:29:02.381Zuser 8:28.311643213
26692024-04-03T07:29:02.382Zsys 40.916036952
26702024-04-03T07:29:02.382Ztrap 0.224289046
26712024-04-03T07:29:02.382Ztflt 0.428254304
26722024-04-03T07:29:02.382Zdflt 0.382357896
26732024-04-03T07:29:02.382Zkflt 0.009573383
26742024-04-03T07:29:02.383Zlock 16:03.418869051
26752024-04-03T07:29:02.383Zslp 18:46.392634152
26762024-04-03T07:29:02.383Zlat 19.417970309
26772024-04-03T07:29:02.383Zstop 14.985181265
26782024-04-03T07:29:02.383Z+ ptime -m gzip
26792024-04-03T07:29:03.860Z
26802024-04-03T07:29:03.860Zreal 1.493604653
26812024-04-03T07:29:03.860Zuser 1.482431985
26822024-04-03T07:29:03.860Zsys 0.010361276
26832024-04-03T07:29:03.860Ztrap 0.000221872
26842024-04-03T07:29:03.860Ztflt 0.000000000
26852024-04-03T07:29:03.880Zdflt 0.000000000
26862024-04-03T07:29:03.880Zkflt 0.000000000
26872024-04-03T07:29:03.880Zlock 0.000000000
26882024-04-03T07:29:03.880Zslp 0.000000000
26892024-04-03T07:29:03.880Zlat 0.000194946
26902024-04-03T07:29:03.880Zstop 0.000173939
26912024-04-03T07:29:03.881Zprocess exited: duration 875259 ms, exit code 0
 
26922024-04-03T07:29:03.889Zfound 8 output files
26932024-04-03T07:29:03.889Zuploading: /work/end-to-end-tests/bootstrap-28a51422b533788d.gz (9708667 bytes)
26942024-04-03T07:29:09.208Zuploaded: /work/end-to-end-tests/bootstrap-28a51422b533788d.gz
26952024-04-03T07:29:09.229Zuploading: /work/end-to-end-tests/bootstrap.gz (105025426 bytes)
26962024-04-03T07:30:05.209Zuploaded: /work/end-to-end-tests/bootstrap.gz
26972024-04-03T07:30:05.209Zuploading: /work/end-to-end-tests/commtest-0e6379a48de6d126.gz (9708652 bytes)
26982024-04-03T07:30:12.739Zuploaded: /work/end-to-end-tests/commtest-0e6379a48de6d126.gz
26992024-04-03T07:30:12.739Zuploading: /work/end-to-end-tests/dhcp_server-3228f4e88b82b7eb.gz (9708155 bytes)
27002024-04-03T07:30:20.890Zuploaded: /work/end-to-end-tests/dhcp_server-3228f4e88b82b7eb.gz
27012024-04-03T07:30:20.890Zuploading: /work/end-to-end-tests/end_to_end_tests-2972fd47be91e6e5.gz (106364012 bytes)
27022024-04-03T07:31:06.794Zuploaded: /work/end-to-end-tests/end_to_end_tests-2972fd47be91e6e5.gz
27032024-04-03T07:31:06.794Zuploading: /work/caboose-util.gz (3208626 bytes)
27042024-04-03T07:31:08.789Zuploaded: /work/caboose-util.gz
27052024-04-03T07:31:08.789Zuploading: /work/tufaceous.gz (13708938 bytes)
27062024-04-03T07:31:16.998Zuploaded: /work/tufaceous.gz
27072024-04-03T07:31:16.999Zuploading: /work/commtest (474195328 bytes)
27082024-04-03T07:35:04.609Zuploaded: /work/commtest