01HTHD6Z96BHWFT95AVHVYWFYC: 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: 01HTHD866YJ540VQKK45VFTBXV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T07:22:06.075Zjob assigned to worker 01HTHD89YGRY94G8AN6667318D (queued for 2 m 13 s)
 
22024-04-03T07:22:12.811Zstarting task 0: "setup"
32024-04-03T07:22:12.877Z++ uname -s
42024-04-03T07:22:12.883Z+ kern=SunOS
52024-04-03T07:22:12.883Z+ case "$kern" in
62024-04-03T07:22:12.884Z+ groupadd -g 12345 build
72024-04-03T07:22:12.914Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T07:22:14.929Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T07:22:15.001Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T07:22:15.009Z+ home_fs=zfs
112024-04-03T07:22:15.009Z+ [[ zfs == autofs ]]
122024-04-03T07:22:15.009Z+ mkdir -p /home/build
132024-04-03T07:22:15.009Z+ chown build:build /home/build /work
142024-04-03T07:22:17.010Z+ chmod 0700 /home/build /work
152024-04-03T07:22:17.021Zprocess exited: duration 4198 ms, exit code 0
 
162024-04-03T07:22:17.036Zstarting task 1: "rust-toolchain"
172024-04-03T07:22:17.042Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T07:22:17.043Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T07:22:17.148Zinfo: downloading installer
202024-04-03T07:22:18.770Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T07:22:18.770Zwarning: /opt/ooce/bin
222024-04-03T07:22:18.770Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T07:22:18.770Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T07:22:18.770Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T07:22:18.770Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T07:22:18.770Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T07:22:18.771Zerror: cannot install while Rust is installed
282024-04-03T07:22:18.771Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T07:22:18.968Zinfo: profile set to 'default'
302024-04-03T07:22:18.968Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T07:22:18.971Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T07:22:19.093Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T07:22:19.093Zinfo: downloading component 'cargo'
342024-04-03T07:22:19.719Zinfo: downloading component 'clippy'
352024-04-03T07:22:19.939Zinfo: downloading component 'rust-docs'
362024-04-03T07:22:20.730Zinfo: downloading component 'rust-std'
372024-04-03T07:22:22.148Zinfo: downloading component 'rustc'
382024-04-03T07:22:25.545Zinfo: downloading component 'rustfmt'
392024-04-03T07:22:25.746Zinfo: installing component 'cargo'
402024-04-03T07:22:26.562Zinfo: installing component 'clippy'
412024-04-03T07:22:26.931Zinfo: installing component 'rust-docs'
422024-04-03T07:22:28.327Zinfo: installing component 'rust-std'
432024-04-03T07:22:30.120Zinfo: installing component 'rustc'
442024-04-03T07:22:34.191Zinfo: installing component 'rustfmt'
452024-04-03T07:22:34.537Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-03T07:22:34.537Z
472024-04-03T07:22:34.804Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T07:22:34.804Z
492024-04-03T07:22:34.810Z
502024-04-03T07:22:34.810ZRust is installed now. Great!
512024-04-03T07:22:34.810Z
522024-04-03T07:22:34.810ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T07:22:34.810Zenvironment variable. This has not been done automatically.
542024-04-03T07:22:34.810Z
552024-04-03T07:22:34.811ZTo configure your current shell, you need to source
562024-04-03T07:22:34.811Zthe corresponding env file under $HOME/.cargo.
572024-04-03T07:22:34.811Z
582024-04-03T07:22:34.811ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T07:22:34.811Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T07:22:34.811Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T07:22:34.906Z+ rustc --version
622024-04-03T07:22:34.972Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T07:22:34.987Zprocess exited: duration 17931 ms, exit code 0
 
642024-04-03T07:22:35.409Zstarting task 2: "authentication"
652024-04-03T07:22:35.442Zprocess exited: duration 35 ms, exit code 0
 
662024-04-03T07:22:35.454Zstarting task 3: "clone repository"
672024-04-03T07:22:35.458Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T07:22:35.458Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T07:22:36.302ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T07:23:06.360Z+ cd /work/oxidecomputer/omicron
712024-04-03T07:23:06.360Z+ git fetch origin e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
722024-04-03T07:23:07.039ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T07:23:07.039Z * branch e33f57601f40a2d5b94e4aa9ee14b85bb71baecf -> FETCH_HEAD
742024-04-03T07:23:07.048Z+ [[ -n sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]]
752024-04-03T07:23:07.055Z++ git branch --show-current
762024-04-03T07:23:07.055Z+ current=main
772024-04-03T07:23:07.055Z+ [[ main != sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]]
782024-04-03T07:23:07.055Z+ git branch -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
792024-04-03T07:23:07.059Z+ git checkout -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end
802024-04-03T07:23:07.198ZSwitched to branch 'sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end'
812024-04-03T07:23:07.216Z+ git reset --hard e33f57601f40a2d5b94e4aa9ee14b85bb71baecf
822024-04-03T07:23:07.217ZHEAD is now at e33f57601 [𝘀𝗽𝗿] initial version
832024-04-03T07:23:07.217Zprocess exited: duration 31737 ms, exit code 0
 
842024-04-03T07:23:07.244Zstarting task 4: "build"
852024-04-03T07:23:07.258Z+ cargo --version
862024-04-03T07:23:07.259Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-03T07:23:07.429Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-03T07:23:07.430Zinfo: downloading component 'cargo'
892024-04-03T07:23:08.291Zinfo: downloading component 'clippy'
902024-04-03T07:23:08.557Zinfo: downloading component 'rust-docs'
912024-04-03T07:23:15.650Zinfo: downloading component 'rust-std'
922024-04-03T07:23:15.976Zinfo: downloading component 'rustc'
932024-04-03T07:23:16.073Zinfo: downloading component 'rustfmt'
942024-04-03T07:23:16.073Zinfo: installing component 'cargo'
952024-04-03T07:23:16.764Zinfo: installing component 'clippy'
962024-04-03T07:23:17.127Zinfo: installing component 'rust-docs'
972024-04-03T07:23:18.471Zinfo: installing component 'rust-std'
982024-04-03T07:23:20.233Zinfo: installing component 'rustc'
992024-04-03T07:23:24.387Zinfo: installing component 'rustfmt'
1002024-04-03T07:23:24.788Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-03T07:23:24.801Z+ rustc --version
1022024-04-03T07:23:24.853Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-03T07:23:24.858Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-04-03T07:23:45.276Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-04-03T07:23:45.738Z Startup: Caching catalogs ... Done
1062024-04-03T07:23:45.738ZPlanning: Solver setup ... Done (1.358s)
1072024-04-03T07:23:45.738ZPlanning: Running solver ... Done (0.026s)
1082024-04-03T07:23:45.738ZPlanning: Finding local manifests ... Done (0.281s)
1092024-04-03T07:23:45.738ZPlanning: Fetching manifests: 0/4 0% complete
1102024-04-03T07:23:45.738ZPlanning: Fetching manifests: 4/4 100% complete
1112024-04-03T07:23:45.738ZPlanning: Package planning ... Done (0.048s)
1122024-04-03T07:23:45.738ZPlanning: Merging actions ... Done (0.052s)
1132024-04-03T07:23:45.739ZPlanning: Checking for conflicting actions ... Done (0.552s)
1142024-04-03T07:23:45.739ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-04-03T07:23:53.846ZPlanning: Evaluating mediators ... Done (10.383s)
1162024-04-03T07:23:53.850ZPlanning: Planning completed in 13.48 seconds
1172024-04-03T07:23:53.850Z Packages to install: 4
1182024-04-03T07:23:53.850Z Mediators to change: 2
1192024-04-03T07:23:53.850Z Services to change: 1
1202024-04-03T07:23:53.850Z Estimated space available: 155.31 GB
1212024-04-03T07:23:53.850ZEstimated space to be consumed: 1.43 GB
1222024-04-03T07:23:53.850Z Create boot environment: No
1232024-04-03T07:23:53.850ZCreate backup boot environment: No
1242024-04-03T07:23:53.850Z Rebuild boot archive: No
1252024-04-03T07:23:53.850Z
1262024-04-03T07:23:53.850ZChanged mediators:
1272024-04-03T07:23:53.850Z mediator clang:
1282024-04-03T07:23:53.850Z version: None -> 15 (system default)
1292024-04-03T07:23:53.850Z
1302024-04-03T07:23:53.850Z mediator llvm:
1312024-04-03T07:23:53.850Z version: 14 (system default) -> 15 (system default)
1322024-04-03T07:23:53.850Z
1332024-04-03T07:23:53.851ZChanged packages:
1342024-04-03T07:23:53.851Zhelios-dev
1352024-04-03T07:23:53.851Z developer/build-essential
1362024-04-03T07:23:53.851Z None -> 11-2.0
1372024-04-03T07:23:53.851Z library/libxmlsec1
1382024-04-03T07:23:53.851Z None -> 1.2.35-2.0
1392024-04-03T07:23:53.851Z ooce/developer/clang-15
1402024-04-03T07:23:53.851Z None -> 15.0.7-2.0
1412024-04-03T07:23:53.851Z ooce/developer/llvm-15
1422024-04-03T07:23:53.851Z None -> 15.0.7-2.0
1432024-04-03T07:23:53.851Z
1442024-04-03T07:23:53.851ZServices:
1452024-04-03T07:23:53.851Z restart_fmri:
1462024-04-03T07:23:53.851Z svc:/system/update-man-index:default
1472024-04-03T07:23:53.851Z
1482024-04-03T07:23:53.851ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-04-03T07:23:58.137ZDownload: 1139/3290 items 52.2/212.6MB 24% complete (10.3M/s)
1502024-04-03T07:24:03.140ZDownload: 1770/3290 items 118.3/212.6MB 55% complete (11.9M/s)
1512024-04-03T07:24:08.163ZDownload: 2339/3290 items 119.9/212.6MB 56% complete (7.3M/s)
1522024-04-03T07:24:13.419ZDownload: 3246/3290 items 178.1/212.6MB 83% complete (5.9M/s)
1532024-04-03T07:24:14.845ZDownload: Completed 212.60 MB in 21.69 seconds (9.8M/s)
1542024-04-03T07:24:15.215Z Actions: 1/3689 actions (Installing new actions)
1552024-04-03T07:24:20.228Z Actions: 3544/3689 actions (Installing new actions)
1562024-04-03T07:24:21.015Z Actions: Completed 3689 actions in 5.80 seconds.
1572024-04-03T07:24:21.204Z Done (0.190s)
1582024-04-03T07:24:21.204Z Done (0.000s)
1592024-04-03T07:24:21.803Z Done (0.254s)
1602024-04-03T07:24:27.532Z Done (5.933s)
1612024-04-03T07:24:27.806Z Done (0.203s)
1622024-04-03T07:24:27.809Z Done (0.000s)
1632024-04-03T07:24:27.954Z Done (0.000s)
1642024-04-03T07:24:28.483ZPlanning: Evaluating mediator changes ... Done
1652024-04-03T07:24:28.641ZPlanning: Checking for conflicting actions ... Done
1662024-04-03T07:24:28.644ZPlanning: Consolidating action changes ... Done
1672024-04-03T07:24:28.916ZPlanning: Evaluating mediators ... Done
1682024-04-03T07:24:28.921ZPlanning: Planning completed in 0.43 seconds
1692024-04-03T07:24:28.946Z Mediators to change: 2
1702024-04-03T07:24:28.946Z Create boot environment: No
1712024-04-03T07:24:28.949ZCreate backup boot environment: No
1722024-04-03T07:24:29.026Z Done
1732024-04-03T07:24:29.026Z Done
1742024-04-03T07:24:29.165Z Done
1752024-04-03T07:24:35.269Z Done
1762024-04-03T07:24:35.417Z Done
1772024-04-03T07:24:35.417Z Done
1782024-04-03T07:24:35.417Z Done
1792024-04-03T07:24:35.417ZPlanning: Evaluating mediator changes ... Done
1802024-04-03T07:24:35.417ZPlanning: Merging actions ... Done
1812024-04-03T07:24:35.417ZPlanning: Checking for conflicting actions ... Done
1822024-04-03T07:24:35.417ZPlanning: Consolidating action changes ... Done
1832024-04-03T07:24:35.417ZPlanning: Evaluating mediators ... Done
1842024-04-03T07:24:35.417ZPlanning: Planning completed in 0.79 seconds
1852024-04-03T07:24:35.417Z Packages to change: 1
1862024-04-03T07:24:35.417Z Mediators to change: 1
1872024-04-03T07:24:35.417Z Services to change: 1
1882024-04-03T07:24:35.417Z Create boot environment: No
1892024-04-03T07:24:35.417ZCreate backup boot environment: Yes
1902024-04-03T07:24:36.099Z Actions: 1/6 actions (Updating modified actions)
1912024-04-03T07:24:36.117Z Actions: Completed 6 actions in 0.00 seconds.
1922024-04-03T07:24:36.117Z Done
1932024-04-03T07:24:36.118Z Done
1942024-04-03T07:24:36.145Z Done
1952024-04-03T07:24:39.718Z Done
1962024-04-03T07:24:39.798Z Done
1972024-04-03T07:24:39.801Z Done
1982024-04-03T07:24:39.903Z Done
1992024-04-03T07:24:40.336ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-04-03T07:24:40.337Zclang system 15 system
2012024-04-03T07:24:40.337Zcsh system system illumos
2022024-04-03T07:24:40.337Zctags system system illumos
2032024-04-03T07:24:40.337Zgcc vendor 12 vendor
2042024-04-03T07:24:40.337Zgcc system 10 system
2052024-04-03T07:24:40.337Zgcc system 7 system
2062024-04-03T07:24:40.337Zgo system 1.20 system
2072024-04-03T07:24:40.337Zgo system 1.19 system
2082024-04-03T07:24:40.337Zllvm system 15 system
2092024-04-03T07:24:40.337Zllvm system 14 system
2102024-04-03T07:24:40.337Zmariadb system 10.6 system
2112024-04-03T07:24:40.337Zmta vendor vendor dma
2122024-04-03T07:24:40.337Zopenjdk system 17 system
2132024-04-03T07:24:40.337Zopenjdk system 11 system
2142024-04-03T07:24:40.337Zopenjdk system 1.8 system
2152024-04-03T07:24:40.337Zopenssl vendor 3 vendor
2162024-04-03T07:24:40.337Zperl system 5.36 system
2172024-04-03T07:24:40.337Zpostgresql system 15 system
2182024-04-03T07:24:40.337Zpostgresql system 13 system
2192024-04-03T07:24:40.337Zpython vendor 3 vendor
2202024-04-03T07:24:40.338Zpython system 2 system
2212024-04-03T07:24:40.338Zpython3 system 3.11 system
2222024-04-03T07:24:40.338Zruby system 3.0 system
2232024-04-03T07:24:40.338Zwords vendor vendor american-english
2242024-04-03T07:24:40.338Zwords system system australian-english
2252024-04-03T07:24:40.338Zwords system system british-english
2262024-04-03T07:24:40.338Zwords system system canadian-english
2272024-04-03T07:24:40.338Zwords system system french
2282024-04-03T07:24:40.338Zwords system system italian
2292024-04-03T07:24:40.338Zwords system system ngerman
2302024-04-03T07:24:40.338Zwords system system ogerman
2312024-04-03T07:24:40.338Zwords system system spanish
2322024-04-03T07:24:40.667ZPUBLISHER TYPE STATUS P LOCATION
2332024-04-03T07:24:40.667Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-04-03T07:24:41.916ZFMRI IFO
2352024-04-03T07:24:41.916Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-04-03T07:24:41.916Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-04-03T07:24:41.916Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-04-03T07:24:41.916Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-04-03T07:24:41.916Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-04-03T07:24:41.916Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-04-03T07:24:41.917Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2422024-04-03T07:24:41.917Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-04-03T07:24:41.917Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-04-03T07:24:41.917Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-04-03T07:24:41.917Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-04-03T07:24:41.917Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-04-03T07:24:42.142Z+ set -o errexit
2482024-04-03T07:24:42.145Z+++ dirname ./tools/ci_download_cockroachdb
2492024-04-03T07:24:42.145Z++ cd ./tools
2502024-04-03T07:24:42.145Z++ pwd
2512024-04-03T07:24:42.150Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2522024-04-03T07:24:42.150Z++ basename ./tools/ci_download_cockroachdb
2532024-04-03T07:24:42.150Z+ ARG0=ci_download_cockroachdb
2542024-04-03T07:24:42.150Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2552024-04-03T07:24:42.154Z+ CIDL_VERSION=v22.1.9
2562024-04-03T07:24:42.154Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2572024-04-03T07:24:42.154Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2582024-04-03T07:24:42.155Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2592024-04-03T07:24:42.155Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2602024-04-03T07:24:42.155Z+ TARGET_DIR=out
2612024-04-03T07:24:42.155Z+ DOWNLOAD_DIR=out/downloads
2622024-04-03T07:24:42.155Z+ DEST_DIR=./out/cockroachdb
2632024-04-03T07:24:42.155Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2642024-04-03T07:24:42.155Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2652024-04-03T07:24:42.156Z+ main
2662024-04-03T07:24:42.156Z+ [[ 0 != 0 ]]
2672024-04-03T07:24:42.156Z+ CIDL_OS=solaris2.11
2682024-04-03T07:24:42.156Z+ [[ 0 != 0 ]]
2692024-04-03T07:24:42.156Z+ configure_os solaris2.11
2702024-04-03T07:24:42.156Z+ echo 'current directory: /work/oxidecomputer/omicron'
2712024-04-03T07:24:42.156Zcurrent directory: /work/oxidecomputer/omicron
2722024-04-03T07:24:42.156Z+ echo 'configuring based on OS: "solaris2.11"'
2732024-04-03T07:24:42.157Z+ case "$1" in
2742024-04-03T07:24:42.157Zconfiguring based on OS: "solaris2.11"
2752024-04-03T07:24:42.157Z+ CIDL_BUILD=illumos
2762024-04-03T07:24:42.157Z+ CIDL_SUFFIX=tar.gz
2772024-04-03T07:24:42.157Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2782024-04-03T07:24:42.157Z+ CIDL_URL_BASE=https://illumos.org/downloads
2792024-04-03T07:24:42.157Z+ CIDL_ASSEMBLE=do_assemble_illumos
2802024-04-03T07:24:42.157Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2812024-04-03T07:24:42.158Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2822024-04-03T07:24:42.158Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-04-03T07:24:42.158Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2842024-04-03T07:24:42.158Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-04-03T07:24:42.158Z+ CIDL_SHA256FUNC=do_sha256sum
2862024-04-03T07:24:42.158Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2872024-04-03T07:24:42.159ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-04-03T07:24:42.159ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-04-03T07:24:42.159Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2902024-04-03T07:24:42.159Z+ mkdir -p out/downloads
2912024-04-03T07:24:42.159Z+ mkdir -p ./out/cockroachdb
2922024-04-03T07:24:42.175Z+ local DO_DOWNLOAD=true
2932024-04-03T07:24:42.175Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2942024-04-03T07:24:42.175Z+ '[' true == true ']'
2952024-04-03T07:24:42.175Z+ echo Downloading...
2962024-04-03T07:24:42.175ZDownloading...
2972024-04-03T07:24:42.175Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-04-03T07:24:42.175Z+ curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-04-03T07:24:48.797Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
3002024-04-03T07:24:48.931Z++ sha256sum
3012024-04-03T07:24:48.932Z++ awk '{print $1}'
3022024-04-03T07:24:48.932Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3032024-04-03T07:24:48.932Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3042024-04-03T07:24:48.932Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3052024-04-03T07:24:48.932Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3062024-04-03T07:24:49.612Z+ do_assemble_illumos
3072024-04-03T07:24:49.613Z+ rm -r ./out/cockroachdb
3082024-04-03T07:24:49.634Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3092024-04-03T07:24:49.989Z+ ./out/cockroachdb/bin/cockroach version
3102024-04-03T07:24:50.146ZBuild Tag: v22.1.9-dirty
3112024-04-03T07:24:50.147ZBuild Time: 2022/10/26 21:17:46
3122024-04-03T07:24:50.147ZDistribution: OSS
3132024-04-03T07:24:50.148ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3142024-04-03T07:24:50.148ZGo Version: go1.17.13
3152024-04-03T07:24:50.148ZC Compiler: gcc 10.3.0
3162024-04-03T07:24:50.148ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3172024-04-03T07:24:50.149ZBuild Type: release
3182024-04-03T07:24:50.168Z+ set -o errexit
3192024-04-03T07:24:50.168Z+++ dirname ./tools/ci_download_clickhouse
3202024-04-03T07:24:50.175Z++ cd ./tools
3212024-04-03T07:24:50.175Z++ pwd
3222024-04-03T07:24:50.175Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3232024-04-03T07:24:50.176Z++ basename ./tools/ci_download_clickhouse
3242024-04-03T07:24:50.176Z+ ARG0=ci_download_clickhouse
3252024-04-03T07:24:50.177Z+ TARGET_DIR=out
3262024-04-03T07:24:50.177Z+ DOWNLOAD_DIR=out/downloads
3272024-04-03T07:24:50.177Z+ DEST_DIR=./out/clickhouse
3282024-04-03T07:24:50.178Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3292024-04-03T07:24:50.178Z+ CIDL_VERSION=v23.8.7.24
3302024-04-03T07:24:50.178Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3312024-04-03T07:24:50.179Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3322024-04-03T07:24:50.179Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3332024-04-03T07:24:50.179Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3342024-04-03T07:24:50.179Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3352024-04-03T07:24:50.180Z+ main
3362024-04-03T07:24:50.180Z+ [[ 0 != 0 ]]
3372024-04-03T07:24:50.180Z+ CIDL_OS=solaris2.11
3382024-04-03T07:24:50.180Z+ [[ 0 != 0 ]]
3392024-04-03T07:24:50.180Z+ configure_os solaris2.11
3402024-04-03T07:24:50.181Z+ echo 'current directory: /work/oxidecomputer/omicron'
3412024-04-03T07:24:50.181Zcurrent directory: /work/oxidecomputer/omicron
3422024-04-03T07:24:50.182Z+ echo 'configuring based on OS: "solaris2.11"'
3432024-04-03T07:24:50.182Zconfiguring based on OS: "solaris2.11"
3442024-04-03T07:24:50.182Z+ CIDL_DASHREV=
3452024-04-03T07:24:50.182Z+ case "$1" in
3462024-04-03T07:24:50.182Z+ CIDL_PLATFORM=illumos
3472024-04-03T07:24:50.183Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3482024-04-03T07:24:50.183Z+ CIDL_MD5FUNC=do_md5sum
3492024-04-03T07:24:50.183Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3502024-04-03T07:24:50.183Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3512024-04-03T07:24:50.183Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-04-03T07:24:50.183Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3532024-04-03T07:24:50.184Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-04-03T07:24:50.184ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-04-03T07:24:50.184ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-04-03T07:24:50.184Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3572024-04-03T07:24:50.184Z+ mkdir -p out/downloads
3582024-04-03T07:24:50.184Z+ mkdir -p ./out/clickhouse
3592024-04-03T07:24:50.185Z+ local DO_DOWNLOAD=true
3602024-04-03T07:24:50.185Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3612024-04-03T07:24:50.185Z+ '[' true == true ']'
3622024-04-03T07:24:50.185Z+ echo Downloading...
3632024-04-03T07:24:50.185ZDownloading...
3642024-04-03T07:24:50.186Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-04-03T07:24:50.186Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-04-03T07:24:53.263Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3672024-04-03T07:24:53.268Z++ md5sum
3682024-04-03T07:24:53.268Z++ awk '{print $1}'
3692024-04-03T07:24:53.495Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3702024-04-03T07:24:53.510Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3712024-04-03T07:24:53.511Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3722024-04-03T07:24:53.511Z+ mkdir -p ./out/clickhouse
3732024-04-03T07:24:53.511Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3742024-04-03T07:24:57.330Z+ [[ solaris2.11 == darwin* ]]
3752024-04-03T07:24:57.330Z+ ./out/clickhouse/clickhouse server --version
3762024-04-03T07:24:57.967ZClickHouse server version 23.8.7.1.
3772024-04-03T07:24:57.967Z+ set -o errexit
3782024-04-03T07:24:57.967Z+++ dirname ./tools/ci_download_console
3792024-04-03T07:24:57.967Z++ cd ./tools
3802024-04-03T07:24:57.968Z++ pwd
3812024-04-03T07:24:57.968Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3822024-04-03T07:24:57.968Z++ basename ./tools/ci_download_console
3832024-04-03T07:24:57.968Z+ ARG0=ci_download_console
3842024-04-03T07:24:57.968Z+ TARGET_DIR=out
3852024-04-03T07:24:57.968Z+ DOWNLOAD_DIR=out/downloads
3862024-04-03T07:24:57.969Z+ DEST_DIR=./out/console-assets
3872024-04-03T07:24:57.969Z+ source /work/oxidecomputer/omicron/tools/console_version
3882024-04-03T07:24:57.969Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3892024-04-03T07:24:57.969Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3902024-04-03T07:24:57.969Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3912024-04-03T07:24:57.969Z+ TARBALL_FILE=out/downloads/console.tar.gz
3922024-04-03T07:24:57.969Z+ main
3932024-04-03T07:24:57.969Z+ [[ 0 != 0 ]]
3942024-04-03T07:24:57.969Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
3952024-04-03T07:24:57.969Z+ echo 'Local file: out/downloads/console.tar.gz'
3962024-04-03T07:24:57.970ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3972024-04-03T07:24:57.970ZLocal file: out/downloads/console.tar.gz
3982024-04-03T07:24:57.970Z+ local DO_DOWNLOAD=true
3992024-04-03T07:24:57.970Z+ [[ -f out/downloads/console.tar.gz ]]
4002024-04-03T07:24:57.970Z+ mkdir -p out/downloads
4012024-04-03T07:24:57.970Z+ '[' true == true ']'
4022024-04-03T07:24:57.971Z+ echo Downloading...
4032024-04-03T07:24:57.971ZDownloading...
4042024-04-03T07:24:57.971Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4052024-04-03T07:24:57.971Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4062024-04-03T07:24:58.474Z++ do_sha256sum out/downloads/console.tar.gz
4072024-04-03T07:24:58.488Z++ case "$OSTYPE" in
4082024-04-03T07:24:58.488Z++ SHA=sha256sum
4092024-04-03T07:24:58.488Z++ sha256sum
4102024-04-03T07:24:58.488Z++ awk '{print $1}'
4112024-04-03T07:24:58.488Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4122024-04-03T07:24:58.488Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4132024-04-03T07:24:58.489Z+ rm -rf ./out/console-assets
4142024-04-03T07:24:58.489Z+ mkdir -p ./out/console-assets
4152024-04-03T07:24:58.490Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4162024-04-03T07:24:58.491Z+ mkdir -p ./out/console-assets
4172024-04-03T07:24:58.491Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4182024-04-03T07:24:58.574Z+ set -o errexit
4192024-04-03T07:24:58.592Z+++ dirname ./tools/ci_download_maghemite_openapi
4202024-04-03T07:24:58.592Z++ cd ./tools
4212024-04-03T07:24:58.592Z++ pwd
4222024-04-03T07:24:58.592Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4232024-04-03T07:24:58.592Z++ basename ./tools/ci_download_maghemite_openapi
4242024-04-03T07:24:58.592Z+ ARG0=ci_download_maghemite_openapi
4252024-04-03T07:24:58.592Z+ TARGET_DIR=out
4262024-04-03T07:24:58.593Z+ DOWNLOAD_DIR=out/downloads
4272024-04-03T07:24:58.593Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4282024-04-03T07:24:58.593Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4292024-04-03T07:24:58.593Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4302024-04-03T07:24:58.593Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4312024-04-03T07:24:58.593Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4322024-04-03T07:24:58.593Z+ main
4332024-04-03T07:24:58.593Z+ rm -rf out/downloads/root
4342024-04-03T07:24:58.593Z+ [[ 0 != 0 ]]
4352024-04-03T07:24:58.593Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4362024-04-03T07:24:58.593ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4372024-04-03T07:24:58.593Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4382024-04-03T07:24:58.593ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4392024-04-03T07:24:58.593Z+ local DO_DOWNLOAD=true
4402024-04-03T07:24:58.593Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4412024-04-03T07:24:58.594Z+ mkdir -p out/downloads
4422024-04-03T07:24:58.594Z+ '[' true == true ']'
4432024-04-03T07:24:58.594Z+ echo Downloading...
4442024-04-03T07:24:58.594ZDownloading...
4452024-04-03T07:24:58.594Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4462024-04-03T07:24:58.594Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4472024-04-03T07:24:59.308Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4482024-04-03T07:24:59.315Z++ case "$OSTYPE" in
4492024-04-03T07:24:59.316Z++ SHA=sha256sum
4502024-04-03T07:24:59.316Z++ sha256sum
4512024-04-03T07:24:59.316Z++ awk '{print $1}'
4522024-04-03T07:24:59.317Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4532024-04-03T07:24:59.317Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4542024-04-03T07:24:59.317Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4552024-04-03T07:24:59.317Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4562024-04-03T07:24:59.317Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4572024-04-03T07:24:59.318Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4582024-04-03T07:24:59.318Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4592024-04-03T07:24:59.318Z+ main
4602024-04-03T07:24:59.318Z+ rm -rf out/downloads/root
4612024-04-03T07:24:59.318Z+ [[ 0 != 0 ]]
4622024-04-03T07:24:59.319Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4632024-04-03T07:24:59.319ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4642024-04-03T07:24:59.319Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4652024-04-03T07:24:59.319ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4662024-04-03T07:24:59.319Z+ local DO_DOWNLOAD=true
4672024-04-03T07:24:59.320Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4682024-04-03T07:24:59.320Z+ mkdir -p out/downloads
4692024-04-03T07:24:59.320Z+ '[' true == true ']'
4702024-04-03T07:24:59.320Z+ echo Downloading...
4712024-04-03T07:24:59.320ZDownloading...
4722024-04-03T07:24:59.320Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4732024-04-03T07:24:59.320Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4742024-04-03T07:24:59.458Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4752024-04-03T07:24:59.462Z++ case "$OSTYPE" in
4762024-04-03T07:24:59.462Z++ SHA=sha256sum
4772024-04-03T07:24:59.462Z++ sha256sum
4782024-04-03T07:24:59.462Z++ awk '{print $1}'
4792024-04-03T07:24:59.468Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4802024-04-03T07:24:59.468Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4812024-04-03T07:24:59.472Z+ set -o errexit
4822024-04-03T07:24:59.475Z+++ dirname ./tools/ci_download_dendrite_openapi
4832024-04-03T07:24:59.475Z++ cd ./tools
4842024-04-03T07:24:59.475Z++ pwd
4852024-04-03T07:24:59.475Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4862024-04-03T07:24:59.480Z++ basename ./tools/ci_download_dendrite_openapi
4872024-04-03T07:24:59.480Z+ ARG0=ci_download_dendrite_openapi
4882024-04-03T07:24:59.480Z+ TARGET_DIR=out
4892024-04-03T07:24:59.481Z+ DOWNLOAD_DIR=out/downloads
4902024-04-03T07:24:59.481Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4912024-04-03T07:24:59.481Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4922024-04-03T07:24:59.481Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4932024-04-03T07:24:59.481Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4942024-04-03T07:24:59.481Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4952024-04-03T07:24:59.481Z+ main
4962024-04-03T07:24:59.481Z+ [[ 0 != 0 ]]
4972024-04-03T07:24:59.482Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
4982024-04-03T07:24:59.482ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4992024-04-03T07:24:59.482ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5002024-04-03T07:24:59.482Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
5012024-04-03T07:24:59.482Z+ local DO_DOWNLOAD=true
5022024-04-03T07:24:59.483Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5032024-04-03T07:24:59.483Z+ mkdir -p out/downloads
5042024-04-03T07:24:59.915Z+ '[' true == true ']'
5052024-04-03T07:24:59.916Z+ echo Downloading...
5062024-04-03T07:24:59.916ZDownloading...
5072024-04-03T07:24:59.916Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5082024-04-03T07:24:59.916Z+ 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
5092024-04-03T07:25:00.902Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5102024-04-03T07:25:00.906Z++ case "$OSTYPE" in
5112024-04-03T07:25:00.906Z++ SHA=sha256sum
5122024-04-03T07:25:00.906Z++ sha256sum
5132024-04-03T07:25:00.906Z++ awk '{print $1}'
5142024-04-03T07:25:00.911Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5152024-04-03T07:25:00.911Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5162024-04-03T07:25:00.915Z+ set -o errexit
5172024-04-03T07:25:00.919Z+++ dirname ./tools/ci_download_dendrite_stub
5182024-04-03T07:25:00.926Z++ cd ./tools
5192024-04-03T07:25:00.926Z++ pwd
5202024-04-03T07:25:00.926Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5212024-04-03T07:25:00.926Z++ basename ./tools/ci_download_dendrite_stub
5222024-04-03T07:25:00.926Z+ ARG0=ci_download_dendrite_stub
5232024-04-03T07:25:00.926Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5242024-04-03T07:25:00.941Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5252024-04-03T07:25:00.941Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5262024-04-03T07:25:00.941Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5272024-04-03T07:25:00.941Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5282024-04-03T07:25:00.942Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5292024-04-03T07:25:00.942Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5302024-04-03T07:25:00.942Z+ TARGET_DIR=out
5312024-04-03T07:25:00.942Z+ DOWNLOAD_DIR=out/downloads
5322024-04-03T07:25:00.943Z+ DEST_DIR=./out/dendrite-stub
5332024-04-03T07:25:00.943Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5342024-04-03T07:25:00.944Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5352024-04-03T07:25:00.944Z+ REPO=oxidecomputer/dendrite
5362024-04-03T07:25:00.944Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5372024-04-03T07:25:00.944Z+ main
5382024-04-03T07:25:00.944Z+ [[ 0 != 0 ]]
5392024-04-03T07:25:00.944Z+ CIDL_OS=solaris2.11
5402024-04-03T07:25:00.944Z+ [[ 0 != 0 ]]
5412024-04-03T07:25:00.944Z+ configure_os solaris2.11
5422024-04-03T07:25:00.944Z+ echo 'current directory: /work/oxidecomputer/omicron'
5432024-04-03T07:25:00.944Zcurrent directory: /work/oxidecomputer/omicron
5442024-04-03T07:25:00.945Z+ echo 'configuring based on OS: "solaris2.11"'
5452024-04-03T07:25:00.945Z+ case "$1" in
5462024-04-03T07:25:00.945Zconfiguring based on OS: "solaris2.11"
5472024-04-03T07:25:00.945Z+ SET_BINARIES=
5482024-04-03T07:25:00.945Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5492024-04-03T07:25:00.945Z+ CIDL_SHA256FUNC=do_sha256sum
5502024-04-03T07:25:00.945Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5512024-04-03T07:25:00.945Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5522024-04-03T07:25:00.945Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5532024-04-03T07:25:00.945Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5542024-04-03T07:25:00.945ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5552024-04-03T07:25:00.945Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5562024-04-03T07:25:00.945Z+ mkdir -p out/downloads
5572024-04-03T07:25:00.946ZLocal file: out/downloads/dendrite-stub.tar.gz
5582024-04-03T07:25:00.946Z+ mkdir -p ./out/dendrite-stub
5592024-04-03T07:25:00.946Z+ fetch_and_verify
5602024-04-03T07:25:00.946Z+ local DO_DOWNLOAD=true
5612024-04-03T07:25:00.946Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5622024-04-03T07:25:00.946Z+ '[' true == true ']'
5632024-04-03T07:25:00.946Z+ echo Downloading...
5642024-04-03T07:25:00.946ZDownloading...
5652024-04-03T07:25:00.946Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5662024-04-03T07:25:00.946Z+ 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
5672024-04-03T07:25:11.599Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5682024-04-03T07:25:11.607Z++ sha256sum
5692024-04-03T07:25:11.608Z++ awk '{print $1}'
5702024-04-03T07:25:12.035Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5712024-04-03T07:25:12.050Z+ [[ 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 ]]
5722024-04-03T07:25:12.050Z+ do_untar out/downloads/dendrite-stub.tar.gz
5732024-04-03T07:25:12.050Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5742024-04-03T07:25:12.221Z+ do_assemble
5752024-04-03T07:25:12.221Z+ rm -r ./out/dendrite-stub
5762024-04-03T07:25:12.250Z+ mkdir ./out/dendrite-stub
5772024-04-03T07:25:12.251Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5782024-04-03T07:25:12.317Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5792024-04-03T07:25:12.328Z+ set -o errexit
5802024-04-03T07:25:12.328Z+++ dirname ./tools/ci_download_maghemite_mgd
5812024-04-03T07:25:12.328Z++ cd ./tools
5822024-04-03T07:25:12.328Z++ pwd
5832024-04-03T07:25:12.328Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5842024-04-03T07:25:12.328Z++ basename ./tools/ci_download_maghemite_mgd
5852024-04-03T07:25:12.328Z+ ARG0=ci_download_maghemite_mgd
5862024-04-03T07:25:12.328Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5872024-04-03T07:25:12.328Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5882024-04-03T07:25:12.328Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5892024-04-03T07:25:12.329Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5902024-04-03T07:25:12.329Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5912024-04-03T07:25:12.329Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5922024-04-03T07:25:12.329Z+ TARGET_DIR=out
5932024-04-03T07:25:12.329Z+ DOWNLOAD_DIR=out/downloads
5942024-04-03T07:25:12.329Z+ DEST_DIR=./out/mgd
5952024-04-03T07:25:12.329Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5962024-04-03T07:25:12.329Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5972024-04-03T07:25:12.329Z+ REPO=oxidecomputer/maghemite
5982024-04-03T07:25:12.329Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5992024-04-03T07:25:12.329Z+ main
6002024-04-03T07:25:12.329Z+ rm -rf out/downloads/root
6012024-04-03T07:25:12.345Z+ [[ 0 != 0 ]]
6022024-04-03T07:25:12.345Z+ CIDL_OS=solaris2.11
6032024-04-03T07:25:12.345Z+ [[ 0 != 0 ]]
6042024-04-03T07:25:12.345Z+ configure_os solaris2.11
6052024-04-03T07:25:12.345Z+ echo 'current directory: /work/oxidecomputer/omicron'
6062024-04-03T07:25:12.345Z+ echo 'configuring based on OS: "solaris2.11"'
6072024-04-03T07:25:12.345Zcurrent directory: /work/oxidecomputer/omicron
6082024-04-03T07:25:12.346Zconfiguring based on OS: "solaris2.11"
6092024-04-03T07:25:12.346Z+ case "$1" in
6102024-04-03T07:25:12.346Z+ SET_BINARIES=
6112024-04-03T07:25:12.346Z+ CIDL_SHA256FUNC=do_sha256sum
6122024-04-03T07:25:12.346Z+ TARBALL_FILENAME=mgd.tar.gz
6132024-04-03T07:25:12.346Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6142024-04-03T07:25:12.346Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6152024-04-03T07:25:12.346Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6162024-04-03T07:25:12.346Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6172024-04-03T07:25:12.346ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6182024-04-03T07:25:12.347ZLocal file: out/downloads/mgd.tar.gz
6192024-04-03T07:25:12.347Z+ mkdir -p out/downloads
6202024-04-03T07:25:12.347Z+ mkdir -p ./out/mgd
6212024-04-03T07:25:12.347Z+ fetch_and_verify
6222024-04-03T07:25:12.347Z+ local DO_DOWNLOAD=true
6232024-04-03T07:25:12.347Z+ [[ -f out/downloads/mgd.tar.gz ]]
6242024-04-03T07:25:12.347Z+ '[' true == true ']'
6252024-04-03T07:25:12.347Z+ echo Downloading...
6262024-04-03T07:25:12.347ZDownloading...
6272024-04-03T07:25:12.347Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6282024-04-03T07:25:12.348Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6292024-04-03T07:25:26.537Z++ do_sha256sum out/downloads/mgd.tar.gz
6302024-04-03T07:25:26.547Z++ sha256sum
6312024-04-03T07:25:26.547Z++ awk '{print $1}'
6322024-04-03T07:25:26.548Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6332024-04-03T07:25:26.548Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6342024-04-03T07:25:26.548Z+ do_untar out/downloads/mgd.tar.gz
6352024-04-03T07:25:26.548Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6362024-04-03T07:25:26.976Z+ do_assemble
6372024-04-03T07:25:26.976Z+ rm -r ./out/mgd
6382024-04-03T07:25:26.976Z+ mkdir ./out/mgd
6392024-04-03T07:25:26.976Z+ cp -r out/downloads/root ./out/mgd/root
6402024-04-03T07:25:26.977Z+ set -o errexit
6412024-04-03T07:25:26.977Z+++ dirname ./tools/ci_download_transceiver_control
6422024-04-03T07:25:26.977Z++ cd ./tools
6432024-04-03T07:25:26.977Z++ pwd
6442024-04-03T07:25:26.977Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6452024-04-03T07:25:26.977Z++ basename ./tools/ci_download_transceiver_control
6462024-04-03T07:25:26.977Z+ ARG0=ci_download_transceiver_control
6472024-04-03T07:25:26.977Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6482024-04-03T07:25:26.977Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6492024-04-03T07:25:26.977Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6502024-04-03T07:25:26.977Z+ TARGET_DIR=out
6512024-04-03T07:25:26.978Z+ DOWNLOAD_DIR=out/downloads
6522024-04-03T07:25:26.978Z+ DEST_DIR=./out/transceiver-control
6532024-04-03T07:25:26.978Z+ BIN_DIR=/opt/oxide/bin
6542024-04-03T07:25:26.978Z+ BINARY=xcvradm
6552024-04-03T07:25:26.979Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6562024-04-03T07:25:26.979Z+ REPO=oxidecomputer/transceiver-control
6572024-04-03T07:25:26.979Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6582024-04-03T07:25:26.979Z+ main
6592024-04-03T07:25:26.979Z+ [[ 0 != 0 ]]
6602024-04-03T07:25:26.980Z+ CIDL_OS=solaris2.11
6612024-04-03T07:25:26.980Z+ [[ 0 != 0 ]]
6622024-04-03T07:25:26.980Z+ configure_os solaris2.11
6632024-04-03T07:25:26.980Z+ echo 'current directory: /work/oxidecomputer/omicron'
6642024-04-03T07:25:26.980Z+ echo 'configuring based on OS: "solaris2.11"'
6652024-04-03T07:25:26.980Z+ case "$1" in
6662024-04-03T07:25:26.981Zcurrent directory: /work/oxidecomputer/omicron
6672024-04-03T07:25:26.981Z+ SET_BINARIES=
6682024-04-03T07:25:26.981Zconfiguring based on OS: "solaris2.11"
6692024-04-03T07:25:26.981Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6702024-04-03T07:25:26.981Z+ CIDL_SHA256FUNC=do_sha256sum
6712024-04-03T07:25:26.981Z+ ARCHIVE_FILENAME=xcvradm.gz
6722024-04-03T07:25:26.981Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732024-04-03T07:25:26.982Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6742024-04-03T07:25:26.982Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6752024-04-03T07:25:26.982Z+ echo 'Local file: out/downloads/xcvradm.gz'
6762024-04-03T07:25:26.982ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6772024-04-03T07:25:26.982ZLocal file: out/downloads/xcvradm.gz
6782024-04-03T07:25:26.982Z+ mkdir -p out/downloads
6792024-04-03T07:25:26.982Z+ mkdir -p ./out/transceiver-control
6802024-04-03T07:25:26.982Z+ fetch_and_verify
6812024-04-03T07:25:26.982Z+ local DO_DOWNLOAD=true
6822024-04-03T07:25:26.982Z+ [[ -f out/downloads/xcvradm.gz ]]
6832024-04-03T07:25:26.982Z+ '[' true == true ']'
6842024-04-03T07:25:26.982Z+ echo Downloading...
6852024-04-03T07:25:26.982ZDownloading...
6862024-04-03T07:25:26.982Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6872024-04-03T07:25:26.982Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6882024-04-03T07:25:35.260Z++ do_sha256sum out/downloads/xcvradm.gz
6892024-04-03T07:25:35.461Z++ sha256sum
6902024-04-03T07:25:35.461Z++ awk '{print $1}'
6912024-04-03T07:25:35.461Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6922024-04-03T07:25:35.462Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6932024-04-03T07:25:35.462Z+ do_unpack out/downloads/xcvradm.gz
6942024-04-03T07:25:35.462Z+ mkdir -p out/downloads/root//opt/oxide/bin
6952024-04-03T07:25:35.462Z+ gzip -dc out/downloads/xcvradm.gz
6962024-04-03T07:25:35.462Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6972024-04-03T07:25:35.462Z+ do_assemble
6982024-04-03T07:25:35.463Z+ rm -r ./out/transceiver-control
6992024-04-03T07:25:35.463Z+ mkdir ./out/transceiver-control
7002024-04-03T07:25:35.463Z+ cp -r out/downloads/root ./out/transceiver-control/root
7012024-04-03T07:25:35.463Z+ set -o errexit
7022024-04-03T07:25:35.464Z+++ dirname ./tools/ci_download_thundermuffin
7032024-04-03T07:25:35.464Z++ cd ./tools
7042024-04-03T07:25:35.464Z++ pwd
7052024-04-03T07:25:35.464Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7062024-04-03T07:25:35.464Z++ basename ./tools/ci_download_thundermuffin
7072024-04-03T07:25:35.464Z+ ARG0=ci_download_thundermuffin
7082024-04-03T07:25:35.464Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7092024-04-03T07:25:35.464Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7102024-04-03T07:25:35.465Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7112024-04-03T07:25:35.465Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7122024-04-03T07:25:35.465Z+ TARGET_DIR=out
7132024-04-03T07:25:35.465Z+ DOWNLOAD_DIR=out/downloads
7142024-04-03T07:25:35.465Z+ DEST_DIR=./out/thundermuffin
7152024-04-03T07:25:35.465Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7162024-04-03T07:25:35.465Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7172024-04-03T07:25:35.465Z+ REPO=oxidecomputer/thundermuffin
7182024-04-03T07:25:35.465Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7192024-04-03T07:25:35.466Z+ main
7202024-04-03T07:25:35.466Z+ rm -rf out/downloads/root
7212024-04-03T07:25:35.466Z+ [[ 0 != 0 ]]
7222024-04-03T07:25:35.467Z+ CIDL_OS=solaris2.11
7232024-04-03T07:25:35.467Z+ [[ 0 != 0 ]]
7242024-04-03T07:25:35.467Z+ configure_os solaris2.11
7252024-04-03T07:25:35.467Z+ echo 'current directory: /work/oxidecomputer/omicron'
7262024-04-03T07:25:35.467Zcurrent directory: /work/oxidecomputer/omicron
7272024-04-03T07:25:35.468Z+ echo 'configuring based on OS: "solaris2.11"'
7282024-04-03T07:25:35.468Zconfiguring based on OS: "solaris2.11"
7292024-04-03T07:25:35.468Z+ case "$1" in
7302024-04-03T07:25:35.468Z+ SET_BINARIES=
7312024-04-03T07:25:35.468Z+ CIDL_SHA256FUNC=do_sha256sum
7322024-04-03T07:25:35.468Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7332024-04-03T07:25:35.469Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7342024-04-03T07:25:35.469Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7352024-04-03T07:25:35.469Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7362024-04-03T07:25:35.469Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7372024-04-03T07:25:35.470ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7382024-04-03T07:25:35.470Z+ mkdir -p out/downloads
7392024-04-03T07:25:35.470ZLocal file: out/downloads/thundermuffin.tar.gz
7402024-04-03T07:25:35.470Z+ mkdir -p ./out/thundermuffin
7412024-04-03T07:25:35.470Z+ fetch_and_verify
7422024-04-03T07:25:35.470Z+ local DO_DOWNLOAD=true
7432024-04-03T07:25:35.471Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7442024-04-03T07:25:35.471Z+ '[' true == true ']'
7452024-04-03T07:25:35.472Z+ echo Downloading...
7462024-04-03T07:25:35.472ZDownloading...
7472024-04-03T07:25:35.472Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7482024-04-03T07:25:35.472Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7492024-04-03T07:25:37.480Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7502024-04-03T07:25:37.498Z++ sha256sum
7512024-04-03T07:25:37.498Z++ awk '{print $1}'
7522024-04-03T07:25:37.499Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7532024-04-03T07:25:37.499Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7542024-04-03T07:25:37.499Z+ do_untar out/downloads/thundermuffin.tar.gz
7552024-04-03T07:25:37.499Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7562024-04-03T07:25:37.548Z+ do_assemble
7572024-04-03T07:25:37.548Z+ rm -r ./out/thundermuffin
7582024-04-03T07:25:37.557Z+ mkdir ./out/thundermuffin
7592024-04-03T07:25:37.557Z+ cp -r out/downloads/root ./out/thundermuffin/root
7602024-04-03T07:25:37.561ZAll prerequisites installed successfully
7612024-04-03T07:25:37.562Z
7622024-04-03T07:25:37.562Zreal 2:12.652165816
7632024-04-03T07:25:37.562Zuser 36.585628891
7642024-04-03T07:25:37.562Zsys 6.634538161
7652024-04-03T07:25:37.562Ztrap 0.007930243
7662024-04-03T07:25:37.562Ztflt 0.099605298
7672024-04-03T07:25:37.562Zdflt 0.650246403
7682024-04-03T07:25:37.563Zkflt 0.222218179
7692024-04-03T07:25:37.563Zlock 1.099634705
7702024-04-03T07:25:37.563Zslp 4:43.464210315
7712024-04-03T07:25:37.563Zlat 1.936844286
7722024-04-03T07:25:37.563Zstop 0.146951760
7732024-04-03T07:25:37.563Z+ banner end-to-end-tests
7742024-04-03T07:25:37.570Z
7752024-04-03T07:25:37.570Z ###### # # ##### ##### #### ###### # # #####
7762024-04-03T07:25:37.570Z # ## # # # # # # # ## # # #
7772024-04-03T07:25:37.571Z ##### # # # # # ##### # # # ##### ##### # # # # #
7782024-04-03T07:25:37.571Z # # # # # # # # # # # # # # #
7792024-04-03T07:25:37.571Z # # ## # # # # # # # ## # #
7802024-04-03T07:25:37.571Z ###### # # ##### # #### ###### # # #####
7812024-04-03T07:25:37.571Z
7822024-04-03T07:25:37.571Z+ export CARGO_PROFILE_DEV_DEBUG=1
7832024-04-03T07:25:37.571Z+ CARGO_PROFILE_DEV_DEBUG=1
7842024-04-03T07:25:37.571Z+ export CARGO_PROFILE_TEST_DEBUG=1
7852024-04-03T07:25:37.571Z+ CARGO_PROFILE_TEST_DEBUG=1
7862024-04-03T07:25:37.571Z+ export CARGO_INCREMENTAL=0
7872024-04-03T07:25:37.571Z+ CARGO_INCREMENTAL=0
7882024-04-03T07:25:37.571Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7892024-04-03T07:25:37.836Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7902024-04-03T07:25:38.789Z Updating git repository `https://github.com/oxidecomputer/samael`
7912024-04-03T07:25:39.805Z Updating git repository `https://github.com/oxidecomputer/zone`
7922024-04-03T07:25:40.580Z Updating crates.io index
7932024-04-03T07:25:40.665Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7942024-04-03T07:25:42.834Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7952024-04-03T07:25:44.540Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7962024-04-03T07:25:48.817Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7972024-04-03T07:25:53.271Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7982024-04-03T07:25:53.472Z Updating git repository `https://github.com/oxidecomputer/propolis`
7992024-04-03T07:25:53.557Z Updating git repository `https://github.com/oxidecomputer/crucible`
8002024-04-03T07:26:02.260Z Updating git repository `https://github.com/oxidecomputer/opte`
8012024-04-03T07:26:02.391Z Updating git repository `https://github.com/oxidecomputer/falcon`
8022024-04-03T07:26:05.654Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8032024-04-03T07:26:06.431Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8042024-04-03T07:26:07.739Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8052024-04-03T07:26:08.619Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8062024-04-03T07:26:09.584Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8072024-04-03T07:26:10.582Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8082024-04-03T07:26:11.271Z Updating git repository `http://github.com/oxidecomputer/tofino`
8092024-04-03T07:26:12.211Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8102024-04-03T07:26:12.984Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8112024-04-03T07:26:13.674Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8122024-04-03T07:26:14.505Z Updating git repository `https://github.com/oxidecomputer/ispf`
8132024-04-03T07:26:15.267Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8142024-04-03T07:26:16.038Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8152024-04-03T07:26:16.993Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8162024-04-03T07:26:17.974Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8172024-04-03T07:26:18.966Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8182024-04-03T07:26:19.717Z Updating git repository `https://github.com/jgallagher/nix`
8192024-04-03T07:26:23.399Z Updating git repository `https://github.com/cbiffle/hubpack`
8202024-04-03T07:26:24.296Z Updating git repository `https://github.com/oxidecomputer/typify`
8212024-04-03T07:26:27.359Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8222024-04-03T07:26:28.709Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8232024-04-03T07:26:29.607Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8242024-04-03T07:26:31.252Z Updating git repository `https://github.com/oxidecomputer/rfb`
8252024-04-03T07:26:35.495Z Downloading crates ...
8262024-04-03T07:26:35.495Z Downloaded adler v1.0.2
8272024-04-03T07:26:35.495Z Downloaded addr2line v0.21.0
8282024-04-03T07:26:35.495Z Downloaded anstream v0.6.11
8292024-04-03T07:26:35.495Z Downloaded async-stream-impl v0.3.5
8302024-04-03T07:26:35.495Z Downloaded atomicwrites v0.4.3
8312024-04-03T07:26:35.495Z Downloaded async-stream v0.3.5
8322024-04-03T07:26:35.495Z Downloaded anstyle-query v1.0.0
8332024-04-03T07:26:35.495Z Downloaded instant v0.1.12
8342024-04-03T07:26:35.495Z Downloaded anstyle v1.0.6
8352024-04-03T07:26:35.496Z Downloaded inout v0.1.3
8362024-04-03T07:26:35.496Z Downloaded arrayvec v0.7.4
8372024-04-03T07:26:35.496Z Downloaded argon2 v0.5.3
8382024-04-03T07:26:35.496Z Downloaded indexmap v2.2.6
8392024-04-03T07:26:35.496Z Downloaded ansi_term v0.12.1
8402024-04-03T07:26:35.496Z Downloaded ipnet v2.9.0
8412024-04-03T07:26:35.496Z Downloaded ahash v0.8.8
8422024-04-03T07:26:35.496Z Downloaded matches v0.1.10
8432024-04-03T07:26:35.496Z Downloaded anyhow v1.0.79
8442024-04-03T07:26:35.496Z Downloaded md-5 v0.10.5
8452024-04-03T07:26:35.496Z Downloaded allocator-api2 v0.2.16
8462024-04-03T07:26:35.496Z Downloaded internet-checksum v0.2.1
8472024-04-03T07:26:35.497Z Downloaded indexmap v1.9.3
8482024-04-03T07:26:35.497Z Downloaded memmap v0.7.0
8492024-04-03T07:26:35.497Z Downloaded lru-cache v0.1.2
8502024-04-03T07:26:35.497Z Downloaded async-trait v0.1.79
8512024-04-03T07:26:35.497Z Downloaded new_debug_unreachable v1.0.4
8522024-04-03T07:26:35.497Z Downloaded bzip2 v0.4.4
8532024-04-03T07:26:35.497Z Downloaded bitstruct v0.1.1
8542024-04-03T07:26:35.497Z Downloaded ciborium-io v0.2.2
8552024-04-03T07:26:35.497Z Downloaded linked-hash-map v0.5.6
8562024-04-03T07:26:35.497Z Downloaded lalrpop-util v0.19.12
8572024-04-03T07:26:35.498Z Downloaded ascii v1.1.0
8582024-04-03T07:26:35.498Z Downloaded md5 v0.7.0
8592024-04-03T07:26:35.498Z Downloaded anstyle-parse v0.2.1
8602024-04-03T07:26:35.498Z Downloaded defmt-parser v0.3.3
8612024-04-03T07:26:35.498Z Downloaded mime v0.3.17
8622024-04-03T07:26:35.498Z Downloaded cipher v0.4.4
8632024-04-03T07:26:35.498Z Downloaded multer v3.0.0
8642024-04-03T07:26:35.498Z Downloaded blowfish v0.9.1
8652024-04-03T07:26:35.498Z Downloaded bitflags v1.3.2
8662024-04-03T07:26:35.498Z Downloaded libsw v3.3.1
8672024-04-03T07:26:35.498Z Downloaded nanorand v0.7.0
8682024-04-03T07:26:35.498Z Downloaded lock_api v0.4.10
8692024-04-03T07:26:35.499Z Downloaded newline-converter v0.3.0
8702024-04-03T07:26:35.499Z Downloaded darling_macro v0.20.3
8712024-04-03T07:26:35.499Z Downloaded match_cfg v0.1.0
8722024-04-03T07:26:35.499Z Downloaded colorchoice v1.0.0
8732024-04-03T07:26:35.499Z Downloaded libefi-sys v0.1.0
8742024-04-03T07:26:35.499Z Downloaded block-padding v0.3.3
8752024-04-03T07:26:35.499Z Downloaded normalize-line-endings v0.3.0
8762024-04-03T07:26:35.499Z Downloaded num_threads v0.1.6
8772024-04-03T07:26:35.499Z Downloaded convert_case v0.4.0
8782024-04-03T07:26:35.499Z Downloaded curve25519-dalek-derive v0.1.0
8792024-04-03T07:26:35.499Z Downloaded num-conv v0.1.0
8802024-04-03T07:26:35.499Z Downloaded newtype-uuid v1.0.1
8812024-04-03T07:26:35.500Z Downloaded cstr-argument v0.1.2
8822024-04-03T07:26:35.500Z Downloaded crucible-workspace-hack v0.1.0
8832024-04-03T07:26:35.500Z Downloaded arc-swap v1.6.0
8842024-04-03T07:26:35.500Z Downloaded openssl-probe v0.1.5
8852024-04-03T07:26:35.500Z Downloaded opaque-debug v0.3.0
8862024-04-03T07:26:35.500Z Downloaded cancel-safe-futures v0.1.5
8872024-04-03T07:26:35.500Z Downloaded base16ct v0.2.0
8882024-04-03T07:26:35.500Z Downloaded clap_lex v0.7.0
8892024-04-03T07:26:35.500Z Downloaded camino-tempfile v1.1.1
8902024-04-03T07:26:35.500Z Downloaded bit-vec v0.6.3
8912024-04-03T07:26:35.500Z Downloaded block-buffer v0.10.4
8922024-04-03T07:26:35.501Z Downloaded autocfg v1.1.0
8932024-04-03T07:26:35.501Z Downloaded phf_shared v0.10.0
8942024-04-03T07:26:35.501Z Downloaded option-ext v0.2.0
8952024-04-03T07:26:35.501Z Downloaded cbc v0.1.2
8962024-04-03T07:26:35.501Z Downloaded byteorder v1.5.0
8972024-04-03T07:26:35.501Z Downloaded macaddr v1.0.1
8982024-04-03T07:26:35.501Z Downloaded lazy_static v1.4.0
8992024-04-03T07:26:35.501Z Downloaded time-core v0.1.2
9002024-04-03T07:26:35.501Z Downloaded swrite v0.1.0
9012024-04-03T07:26:35.501Z Downloaded zone_cfg_derive v0.1.2
9022024-04-03T07:26:35.501Z Downloaded constant_time_eq v0.3.0
9032024-04-03T07:26:35.501Z Downloaded openssl-macros v0.1.1
9042024-04-03T07:26:35.501Z Downloaded num v0.4.1
9052024-04-03T07:26:35.502Z Downloaded memchr v2.7.1
9062024-04-03T07:26:35.502Z Downloaded cpufeatures v0.2.12
9072024-04-03T07:26:35.502Z Downloaded managed v0.8.0
9082024-04-03T07:26:35.502Z Downloaded bcrypt-pbkdf v0.10.0
9092024-04-03T07:26:35.502Z Downloaded linear-map v1.2.0
9102024-04-03T07:26:35.502Z Downloaded cobs v0.2.3
9112024-04-03T07:26:35.502Z Downloaded num_cpus v1.16.0
9122024-04-03T07:26:35.502Z Downloaded num-integer v0.1.46
9132024-04-03T07:26:35.502Z Downloaded ctr v0.9.2
9142024-04-03T07:26:35.502Z Downloaded defmt-macros v0.3.6
9152024-04-03T07:26:35.502Z Downloaded colored v2.1.0
9162024-04-03T07:26:35.502Z Downloaded paste v1.0.14
9172024-04-03T07:26:35.503Z Downloaded data-encoding v2.4.0
9182024-04-03T07:26:35.503Z Downloaded hyper-tls v0.5.0
9192024-04-03T07:26:35.503Z Downloaded slog-scope v4.4.0
9202024-04-03T07:26:35.503Z Downloaded pbkdf2 v0.11.0
9212024-04-03T07:26:35.503Z Downloaded parse-display-derive v0.9.0
9222024-04-03T07:26:35.503Z Downloaded num_enum v0.5.11
9232024-04-03T07:26:35.503Z Downloaded fxhash v0.2.1
9242024-04-03T07:26:35.503Z Downloaded phf v0.11.2
9252024-04-03T07:26:35.664Z Downloaded pest_generator v2.7.6
9262024-04-03T07:26:35.664Z Downloaded pem-rfc7468 v0.7.0
9272024-04-03T07:26:35.664Z Downloaded string_cache v0.8.7
9282024-04-03T07:26:35.664Z Downloaded percent-encoding v2.3.1
9292024-04-03T07:26:35.664Z Downloaded parse-display v0.9.0
9302024-04-03T07:26:35.664Z Downloaded thiserror-impl v1.0.57
9312024-04-03T07:26:35.664Z Downloaded miniz_oxide v0.7.1
9322024-04-03T07:26:35.664Z Downloaded try-lock v0.2.4
9332024-04-03T07:26:35.664Z Downloaded backoff v0.4.0
9342024-04-03T07:26:35.664Z Downloaded toml_datetime v0.6.5
9352024-04-03T07:26:35.664Z Downloaded pretty-hex v0.2.1
9362024-04-03T07:26:35.664Z Downloaded pem v3.0.2
9372024-04-03T07:26:35.664Z Downloaded thread_local v1.1.7
9382024-04-03T07:26:35.664Z Downloaded aes v0.8.3
9392024-04-03T07:26:35.664Z Downloaded xattr v1.0.1
9402024-04-03T07:26:35.664Z Downloaded float-cmp v0.9.0
9412024-04-03T07:26:35.664Z Downloaded erased-serde v0.3.31
9422024-04-03T07:26:35.664Z Downloaded usdt-impl v0.5.0
9432024-04-03T07:26:35.664Z Downloaded unicase v2.7.0
9442024-04-03T07:26:35.665Z Downloaded ciborium-ll v0.2.2
9452024-04-03T07:26:35.665Z Downloaded camino v1.1.6
9462024-04-03T07:26:35.665Z Downloaded cookie_store v0.20.0
9472024-04-03T07:26:35.665Z Downloaded ed25519 v2.2.2
9482024-04-03T07:26:35.665Z Downloaded native-tls v0.2.11
9492024-04-03T07:26:35.665Z Downloaded fixedbitset v0.4.2
9502024-04-03T07:26:35.665Z Downloaded num-rational v0.4.1
9512024-04-03T07:26:35.665Z Downloaded console v0.15.8
9522024-04-03T07:26:35.665Z Downloaded once_cell v1.19.0
9532024-04-03T07:26:35.665Z Downloaded tabwriter v1.4.0
9542024-04-03T07:26:35.665Z Downloaded owo-colors v4.0.0
9552024-04-03T07:26:35.665Z Downloaded spin v0.9.8
9562024-04-03T07:26:35.665Z Downloaded group v0.13.0
9572024-04-03T07:26:35.665Z Downloaded generic-array v0.14.7
9582024-04-03T07:26:35.665Z Downloaded parking_lot_core v0.8.6
9592024-04-03T07:26:35.666Z Downloaded num_enum_derive v0.5.11
9602024-04-03T07:26:35.666Z Downloaded pest_derive v2.7.6
9612024-04-03T07:26:35.666Z Downloaded structopt-derive v0.4.18
9622024-04-03T07:26:35.666Z Downloaded pin-project-lite v0.2.13
9632024-04-03T07:26:35.666Z Downloaded password-hash v0.5.0
9642024-04-03T07:26:35.666Z Downloaded itertools v0.10.5
9652024-04-03T07:26:35.666Z Downloaded foreign-types v0.3.2
9662024-04-03T07:26:35.666Z Downloaded ident_case v1.0.1
9672024-04-03T07:26:35.666Z Downloaded plain v0.2.3
9682024-04-03T07:26:35.666Z Downloaded der_derive v0.7.2
9692024-04-03T07:26:35.666Z Downloaded powerfmt v0.2.0
9702024-04-03T07:26:35.666Z Downloaded pkg-config v0.3.27
9712024-04-03T07:26:35.666Z Downloaded r2d2 v0.8.10
9722024-04-03T07:26:35.666Z Downloaded scheduled-thread-pool v0.2.7
9732024-04-03T07:26:35.666Z Downloaded rustc_version v0.1.7
9742024-04-03T07:26:35.666Z Downloaded same-file v1.0.6
9752024-04-03T07:26:35.666Z Downloaded strsim v0.11.0
9762024-04-03T07:26:35.666Z Downloaded slog-stdlog v4.1.1
9772024-04-03T07:26:35.666Z Downloaded signal-hook-registry v1.4.1
9782024-04-03T07:26:35.666Z Downloaded signal-hook-mio v0.2.3
9792024-04-03T07:26:35.666Z Downloaded log v0.4.21
9802024-04-03T07:26:35.666Z Downloaded blake2 v0.10.6
9812024-04-03T07:26:35.667Z Downloaded crossbeam-utils v0.8.19
9822024-04-03T07:26:35.667Z Downloaded crossbeam-epoch v0.9.18
9832024-04-03T07:26:35.667Z Downloaded terminal_size v0.3.0
9842024-04-03T07:26:35.667Z Downloaded omicron-zone-package v0.11.0
9852024-04-03T07:26:35.667Z Downloaded password-hash v0.4.2
9862024-04-03T07:26:35.667Z Downloaded parking_lot v0.11.2
9872024-04-03T07:26:35.667Z Downloaded bytes v1.5.0
9882024-04-03T07:26:35.667Z Downloaded tokio-native-tls v0.3.1
9892024-04-03T07:26:35.667Z Downloaded subtle v2.5.0
9902024-04-03T07:26:35.667Z Downloaded pest_meta v2.7.6
9912024-04-03T07:26:35.667Z Downloaded universal-hash v0.5.1
9922024-04-03T07:26:35.667Z Downloaded num-traits v0.2.18
9932024-04-03T07:26:35.667Z Downloaded parking_lot v0.12.1
9942024-04-03T07:26:35.667Z Downloaded zerocopy v0.3.0
9952024-04-03T07:26:35.667Z Downloaded termcolor v1.2.0
9962024-04-03T07:26:35.667Z Downloaded fnv v1.0.7
9972024-04-03T07:26:35.667Z Downloaded utf-8 v0.7.6
9982024-04-03T07:26:35.667Z Downloaded digest v0.10.7
9992024-04-03T07:26:35.667Z Downloaded walkdir v2.4.0
10002024-04-03T07:26:35.667Z Downloaded iana-time-zone v0.1.57
10012024-04-03T07:26:35.668Z Downloaded unicode-ident v1.0.12
10022024-04-03T07:26:35.668Z Downloaded foreign-types-shared v0.3.1
10032024-04-03T07:26:35.668Z Downloaded foreign-types-shared v0.1.1
10042024-04-03T07:26:35.668Z Downloaded hubpack_derive v0.1.1
10052024-04-03T07:26:35.668Z Downloaded rustc-demangle v0.1.23
10062024-04-03T07:26:35.668Z Downloaded quote v1.0.35
10072024-04-03T07:26:35.668Z Downloaded form_urlencoded v1.2.1
10082024-04-03T07:26:35.668Z Downloaded rfc6979 v0.4.0
10092024-04-03T07:26:35.668Z Downloaded pin-utils v0.1.0
10102024-04-03T07:26:35.668Z Downloaded enum-as-inner v0.5.1
10112024-04-03T07:26:35.668Z Downloaded scroll_derive v0.12.0
10122024-04-03T07:26:35.668Z Downloaded uuid v1.7.0
10132024-04-03T07:26:35.668Z Downloaded rand_chacha v0.2.2
10142024-04-03T07:26:35.668Z Downloaded crypto-bigint v0.5.2
10152024-04-03T07:26:35.668Z Downloaded strum_macros v0.25.2
10162024-04-03T07:26:35.668Z Downloaded rustls-pki-types v1.3.0
10172024-04-03T07:26:35.668Z Downloaded term v0.7.0
10182024-04-03T07:26:35.668Z Downloaded slab v0.4.9
10192024-04-03T07:26:35.668Z Downloaded openssl-sys v0.9.96
10202024-04-03T07:26:35.668Z Downloaded sigpipe v0.1.3
10212024-04-03T07:26:35.668Z Downloaded serde_urlencoded v0.7.1
10222024-04-03T07:26:35.669Z Downloaded dtrace-parser v0.1.14
10232024-04-03T07:26:35.669Z Downloaded thiserror-impl-no-std v2.0.2
10242024-04-03T07:26:35.669Z Downloaded static_assertions v1.1.0
10252024-04-03T07:26:35.708Z Downloaded stable_deref_trait v1.2.0
10262024-04-03T07:26:35.708Z Downloaded thread-id v4.2.0
10272024-04-03T07:26:35.708Z Downloaded equivalent v1.0.1
10282024-04-03T07:26:35.708Z Downloaded thiserror-no-std v2.0.2
10292024-04-03T07:26:35.708Z Downloaded futures-executor v0.3.30
10302024-04-03T07:26:35.708Z Downloaded aes-gcm v0.10.3
10312024-04-03T07:26:35.709Z Downloaded russh-cryptovec v0.7.0
10322024-04-03T07:26:35.709Z Downloaded portpicker v0.1.1
10332024-04-03T07:26:35.709Z Downloaded unicode-bidi v0.3.15
10342024-04-03T07:26:35.709Z Downloaded base64 v0.13.1
10352024-04-03T07:26:35.709Z Downloaded zeroize_derive v1.4.2
10362024-04-03T07:26:35.709Z Downloaded serde_derive v1.0.197
10372024-04-03T07:26:35.709Z Downloaded rand_chacha v0.3.1
10382024-04-03T07:26:35.709Z Downloaded pkcs8 v0.10.2
10392024-04-03T07:26:35.709Z Downloaded proc-macro-error-attr v1.0.4
10402024-04-03T07:26:35.709Z Downloaded hostname v0.3.1
10412024-04-03T07:26:35.709Z Downloaded getrandom v0.2.12
10422024-04-03T07:26:35.709Z Downloaded ryu v1.0.15
10432024-04-03T07:26:35.709Z Downloaded scroll v0.12.0
10442024-04-03T07:26:35.709Z Downloaded scopeguard v1.2.0
10452024-04-03T07:26:35.709Z Downloaded rustc_version v0.4.0
10462024-04-03T07:26:35.709Z Downloaded strum_macros v0.26.1
10472024-04-03T07:26:35.709Z Downloaded rand_core v0.6.4
10482024-04-03T07:26:35.709Z Downloaded rand_core v0.5.1
10492024-04-03T07:26:35.709Z Downloaded darling_core v0.20.3
10502024-04-03T07:26:35.709Z Downloaded tower-service v0.3.2
10512024-04-03T07:26:35.709Z Downloaded dtrace-parser v0.2.0
10522024-04-03T07:26:35.710Z Downloaded synstructure v0.12.6
10532024-04-03T07:26:35.710Z Downloaded signature v2.1.0
10542024-04-03T07:26:35.710Z Downloaded slog-async v2.8.0
10552024-04-03T07:26:35.710Z Downloaded slog-bunyan v2.5.0
10562024-04-03T07:26:35.710Z Downloaded tracing-attributes v0.1.27
10572024-04-03T07:26:35.710Z Downloaded libm v0.2.7
10582024-04-03T07:26:35.710Z Downloaded fallible-iterator v0.2.0
10592024-04-03T07:26:35.710Z Downloaded errno v0.3.8
10602024-04-03T07:26:35.710Z Downloaded diesel_derives v2.1.2
10612024-04-03T07:26:35.710Z Downloaded usdt-macro v0.3.5
10622024-04-03T07:26:35.710Z Downloaded deranged v0.3.11
10632024-04-03T07:26:35.710Z Downloaded usdt-attr-macro v0.5.0
10642024-04-03T07:26:35.710Z Downloaded usdt-attr-macro v0.3.5
10652024-04-03T07:26:35.710Z Downloaded zeroize v1.7.0
10662024-04-03T07:26:35.710Z Downloaded polyval v0.6.1
10672024-04-03T07:26:35.710Z Downloaded proc-macro-crate v1.3.1
10682024-04-03T07:26:35.710Z Downloaded primeorder v0.13.6
10692024-04-03T07:26:35.710Z Downloaded poly1305 v0.8.0
10702024-04-03T07:26:35.711Z Downloaded russh-keys v0.42.0
10712024-04-03T07:26:35.711Z Downloaded http-range v0.1.5
10722024-04-03T07:26:35.711Z Downloaded futures-task v0.3.30
10732024-04-03T07:26:35.711Z Downloaded serde_yaml v0.9.25
10742024-04-03T07:26:35.711Z Downloaded rustls-pemfile v1.0.3
10752024-04-03T07:26:35.711Z Downloaded semver-parser v0.10.2
10762024-04-03T07:26:35.711Z Downloaded textwrap v0.11.0
10772024-04-03T07:26:35.711Z Downloaded num-bigint v0.4.4
10782024-04-03T07:26:35.711Z Downloaded http-body v0.4.5
10792024-04-03T07:26:35.711Z Downloaded sync_wrapper v0.1.2
10802024-04-03T07:26:35.711Z Downloaded home v0.5.5
10812024-04-03T07:26:35.711Z Downloaded mio v0.8.11
10822024-04-03T07:26:35.711Z Downloaded usdt v0.5.0
10832024-04-03T07:26:35.711Z Downloaded itertools v0.12.1
10842024-04-03T07:26:35.711Z Downloaded waitgroup v0.1.2
10852024-04-03T07:26:35.711Z Downloaded hubpack v0.1.2
10862024-04-03T07:26:35.711Z Downloaded utf8parse v0.2.1
10872024-04-03T07:26:35.711Z Downloaded fastrand v2.0.1
10882024-04-03T07:26:35.711Z Downloaded whoami v1.5.0
10892024-04-03T07:26:35.711Z Downloaded httpdate v1.0.3
10902024-04-03T07:26:35.711Z Downloaded derive-where v1.2.7
10912024-04-03T07:26:35.712Z Downloaded strum v0.26.1
10922024-04-03T07:26:35.712Z Downloaded precomputed-hash v0.1.1
10932024-04-03T07:26:35.712Z Downloaded hex v0.4.3
10942024-04-03T07:26:35.712Z Downloaded ff v0.13.0
10952024-04-03T07:26:35.712Z Downloaded flume v0.11.0
10962024-04-03T07:26:35.712Z Downloaded strsim v0.8.0
10972024-04-03T07:26:35.712Z Downloaded spin v0.5.2
10982024-04-03T07:26:35.712Z Downloaded futures-sink v0.3.30
10992024-04-03T07:26:35.712Z Downloaded sha2 v0.10.8
11002024-04-03T07:26:35.712Z Downloaded futures v0.3.30
11012024-04-03T07:26:35.712Z Downloaded smf v0.2.2
11022024-04-03T07:26:35.712Z Downloaded toolchain_find v0.2.0
11032024-04-03T07:26:35.712Z Downloaded pretty-hex v0.4.1
11042024-04-03T07:26:35.712Z Downloaded publicsuffix v2.2.3
11052024-04-03T07:26:35.712Z Downloaded usdt-macro v0.5.0
11062024-04-03T07:26:35.712Z Downloaded usdt-impl v0.3.5
11072024-04-03T07:26:35.712Z Downloaded proc-macro-error v1.0.4
11082024-04-03T07:26:35.712Z Downloaded usdt v0.3.5
11092024-04-03T07:26:35.713Z Downloaded serde_spanned v0.6.5
11102024-04-03T07:26:35.713Z Downloaded serde_derive_internals v0.26.0
11112024-04-03T07:26:35.713Z Downloaded signal-hook v0.3.17
11122024-04-03T07:26:35.713Z Downloaded serde_arrays v0.1.0
11132024-04-03T07:26:35.713Z Downloaded heck v0.4.1
11142024-04-03T07:26:35.713Z Downloaded rustls-pemfile v2.1.1
11152024-04-03T07:26:35.713Z Downloaded filetime v0.2.23
11162024-04-03T07:26:35.713Z Downloaded time-macros v0.2.17
11172024-04-03T07:26:35.713Z Downloaded structmeta-derive v0.3.0
11182024-04-03T07:26:35.713Z Downloaded strsim v0.10.0
11192024-04-03T07:26:35.713Z Downloaded typenum v1.16.0
11202024-04-03T07:26:35.713Z Downloaded tinyvec_macros v0.1.1
11212024-04-03T07:26:35.713Z Downloaded untrusted v0.9.0
11222024-04-03T07:26:35.713Z Downloaded tar v0.4.40
11232024-04-03T07:26:35.713Z Downloaded toml v0.5.11
11242024-04-03T07:26:35.713Z Downloaded ppv-lite86 v0.2.17
11252024-04-03T07:26:35.737Z Downloaded gethostname v0.4.3
11262024-04-03T07:26:35.737Z Downloaded headers v0.3.9
11272024-04-03T07:26:35.737Z Downloaded psl-types v2.0.11
11282024-04-03T07:26:35.738Z Downloaded ghash v0.5.0
11292024-04-03T07:26:35.738Z Downloaded serde_tokenstream v0.2.0
11302024-04-03T07:26:35.738Z Downloaded tokio-stream v0.1.14
11312024-04-03T07:26:35.738Z Downloaded serde_with_macros v3.6.1
11322024-04-03T07:26:35.738Z Downloaded half v2.3.1
11332024-04-03T07:26:35.739Z Downloaded display-error-chain v0.2.0
11342024-04-03T07:26:35.739Z Downloaded resolv-conf v0.7.0
11352024-04-03T07:26:35.739Z Downloaded nom v7.1.3
11362024-04-03T07:26:35.739Z Downloaded vsss-rs v3.3.4
11372024-04-03T07:26:35.740Z Downloaded uuid v0.8.2
11382024-04-03T07:26:35.740Z Downloaded httparse v1.8.0
11392024-04-03T07:26:35.740Z Downloaded idna v0.5.0
11402024-04-03T07:26:35.740Z Downloaded dhcproto-macros v0.1.0
11412024-04-03T07:26:35.740Z Downloaded predicates v3.1.0
11422024-04-03T07:26:35.740Z Downloaded semver v0.11.0
11432024-04-03T07:26:35.741Z Downloaded slog-json v2.6.1
11442024-04-03T07:26:35.741Z Downloaded slog-envlogger v2.2.0
11452024-04-03T07:26:35.741Z Downloaded dof v0.3.0
11462024-04-03T07:26:35.741Z Downloaded env_logger v0.9.3
11472024-04-03T07:26:35.741Z Downloaded rustfmt-wrapper v0.2.0
11482024-04-03T07:26:35.741Z Downloaded http v0.2.12
11492024-04-03T07:26:35.742Z Downloaded postgres-types v0.2.6
11502024-04-03T07:26:35.742Z Downloaded http v1.0.0
11512024-04-03T07:26:35.742Z Downloaded tokio-macros v2.2.0
11522024-04-03T07:26:35.742Z Downloaded zip v0.6.6
11532024-04-03T07:26:35.742Z Downloaded dirs-next v2.0.0
11542024-04-03T07:26:35.742Z Downloaded semver v1.0.22
11552024-04-03T07:26:35.742Z Downloaded ed25519-dalek v2.0.0
11562024-04-03T07:26:35.742Z Downloaded socket2 v0.4.9
11572024-04-03T07:26:35.742Z Downloaded semver v0.1.20
11582024-04-03T07:26:35.742Z Downloaded crossterm v0.27.0
11592024-04-03T07:26:35.742Z Downloaded postcard v1.0.8
11602024-04-03T07:26:35.742Z Downloaded tokio-rustls v0.25.0
11612024-04-03T07:26:35.742Z Downloaded embedded-io v0.4.0
11622024-04-03T07:26:35.742Z Downloaded unicode-normalization v0.1.22
11632024-04-03T07:26:35.742Z Downloaded getopts v0.2.21
11642024-04-03T07:26:35.743Z Downloaded dyn-clone v1.0.17
11652024-04-03T07:26:35.743Z Downloaded heck v0.3.3
11662024-04-03T07:26:35.743Z Downloaded trust-dns-server v0.22.1
11672024-04-03T07:26:35.743Z Downloaded tokio-postgres v0.7.10
11682024-04-03T07:26:35.743Z Downloaded p521 v0.13.3
11692024-04-03T07:26:35.743Z Downloaded postgres-protocol v0.6.6
11702024-04-03T07:26:35.743Z Downloaded subprocess v0.2.9
11712024-04-03T07:26:35.743Z Downloaded structopt v0.3.26
11722024-04-03T07:26:35.743Z Downloaded tokio-rustls v0.24.1
11732024-04-03T07:26:35.743Z Downloaded dhcproto v0.11.0
11742024-04-03T07:26:35.743Z Downloaded predicates-core v1.0.6
11752024-04-03T07:26:35.743Z Downloaded rand v0.7.3
11762024-04-03T07:26:35.743Z Downloaded serde v1.0.197
11772024-04-03T07:26:35.743Z Downloaded clap_builder v4.5.1
11782024-04-03T07:26:35.743Z Downloaded rand v0.8.5
11792024-04-03T07:26:35.743Z Downloaded derive_more v0.99.17
11802024-04-03T07:26:35.744Z Downloaded ucd-trie v0.1.6
11812024-04-03T07:26:35.744Z Downloaded trust-dns-client v0.22.0
11822024-04-03T07:26:35.744Z Downloaded expectorate v1.1.0
11832024-04-03T07:26:35.744Z Downloaded tinyvec v1.6.0
11842024-04-03T07:26:35.744Z Downloaded proc-macro2 v1.0.78
11852024-04-03T07:26:35.744Z Downloaded unicode-segmentation v1.10.1
11862024-04-03T07:26:35.744Z Downloaded heapless v0.7.16
11872024-04-03T07:26:35.744Z Downloaded rayon-core v1.12.1
11882024-04-03T07:26:35.744Z Downloaded rcgen v0.12.1
11892024-04-03T07:26:35.744Z Downloaded petgraph v0.6.4
11902024-04-03T07:26:35.744Z Downloaded url v2.5.0
11912024-04-03T07:26:35.744Z Downloaded regex-automata v0.1.10
11922024-04-03T07:26:35.744Z Downloaded serde_json v1.0.114
11932024-04-03T07:26:35.744Z Downloaded hashbrown v0.12.3
11942024-04-03T07:26:35.744Z Downloaded hyper v0.14.28
11952024-04-03T07:26:35.744Z Downloaded heapless v0.8.0
11962024-04-03T07:26:35.744Z Downloaded tokio-util v0.7.10
11972024-04-03T07:26:35.745Z Downloaded russh v0.42.0
11982024-04-03T07:26:35.745Z Downloaded goblin v0.8.0
11992024-04-03T07:26:35.745Z Downloaded reqwest v0.11.24
12002024-04-03T07:26:35.745Z Downloaded clap v2.34.0
12012024-04-03T07:26:35.745Z Downloaded trust-dns-resolver v0.22.0
12022024-04-03T07:26:35.745Z Downloaded tabled v0.15.0
12032024-04-03T07:26:35.745Z Downloaded syn v1.0.109
12042024-04-03T07:26:35.745Z Downloaded rustls-webpki v0.101.7
12052024-04-03T07:26:35.745Z Downloaded syn v2.0.52
12062024-04-03T07:26:35.745Z Downloaded futures-util v0.3.30
12072024-04-03T07:26:35.745Z Downloaded serde_with v3.6.1
12082024-04-03T07:26:35.745Z Downloaded openapiv3 v2.0.0
12092024-04-03T07:26:35.745Z Downloaded regress v0.9.0
12102024-04-03T07:26:35.746Z Downloaded rustix v0.38.31
12112024-04-03T07:26:35.746Z Downloaded rustls v0.22.2
12122024-04-03T07:26:35.746Z Downloaded regex-automata v0.4.5
12132024-04-03T07:26:35.746Z Downloaded libc v0.2.153
12142024-04-03T07:26:35.746Z Downloaded zerocopy v0.7.32
12152024-04-03T07:26:35.746Z Downloaded vcpkg v0.2.15
12162024-04-03T07:26:35.746Z Downloaded rayon v1.9.0
12172024-04-03T07:26:35.746Z Downloaded smoltcp v0.9.1
12182024-04-03T07:26:35.746Z Downloaded curve25519-dalek v4.1.1
12192024-04-03T07:26:35.746Z Downloaded idna v0.2.3
12202024-04-03T07:26:35.746Z Downloaded bstr v0.2.17
12212024-04-03T07:26:35.746Z Downloaded regex-syntax v0.8.2
12222024-04-03T07:26:35.746Z Downloaded regex v1.10.4
12232024-04-03T07:26:35.746Z Downloaded chrono v0.4.34
12242024-04-03T07:26:35.747Z Downloaded idna v0.3.0
12252024-04-03T07:26:35.790Z Downloaded webpki-roots v0.25.2
12262024-04-03T07:26:35.790Z Downloaded openssl v0.10.60
12272024-04-03T07:26:35.790Z Downloaded object v0.32.1
12282024-04-03T07:26:35.790Z Downloaded gimli v0.28.0
12292024-04-03T07:26:35.791Z Downloaded smoltcp v0.11.0
12302024-04-03T07:26:35.791Z Downloaded radix_trie v0.2.1
12312024-04-03T07:26:35.791Z Downloaded rustls v0.21.9
12322024-04-03T07:26:35.791Z Downloaded trust-dns-proto v0.22.0
12332024-04-03T07:26:35.791Z Downloaded diesel v2.1.5
12342024-04-03T07:26:35.791Z Downloaded bstr v1.9.0
12352024-04-03T07:26:35.791Z Downloaded rustls-webpki v0.102.1
12362024-04-03T07:26:35.791Z Downloaded hashbrown v0.14.3
12372024-04-03T07:26:35.792Z Downloaded blake3 v1.5.0
12382024-04-03T07:26:35.792Z Downloaded winnow v0.6.1
12392024-04-03T07:26:35.792Z Downloaded winnow v0.5.15
12402024-04-03T07:26:35.792Z Downloaded hkdf v0.12.4
12412024-04-03T07:26:35.792Z Downloaded h2 v0.3.24
12422024-04-03T07:26:35.792Z Downloaded sled v0.34.7
12432024-04-03T07:26:35.792Z Downloaded steno v0.4.0
12442024-04-03T07:26:35.792Z Downloaded socket2 v0.5.5
12452024-04-03T07:26:35.793Z Downloaded dirs-sys-next v0.1.2
12462024-04-03T07:26:35.793Z Downloaded time v0.3.34
12472024-04-03T07:26:35.793Z Downloaded zerocopy-derive v0.2.0
12482024-04-03T07:26:35.794Z Downloaded zerocopy-derive v0.6.4
12492024-04-03T07:26:35.794Z Downloaded toml_edit v0.19.15
12502024-04-03T07:26:35.794Z Downloaded bzip2-sys v0.1.11+1.0.8
12512024-04-03T07:26:35.794Z Downloaded sec1 v0.7.3
12522024-04-03T07:26:35.794Z Downloaded dirs-sys v0.4.1
12532024-04-03T07:26:35.795Z Downloaded tungstenite v0.21.0
12542024-04-03T07:26:35.795Z Downloaded structmeta v0.3.0
12552024-04-03T07:26:35.795Z Downloaded futures-channel v0.3.30
12562024-04-03T07:26:35.795Z Downloaded thiserror v1.0.57
12572024-04-03T07:26:35.796Z Downloaded tungstenite v0.20.1
12582024-04-03T07:26:35.796Z Downloaded tracing v0.1.40
12592024-04-03T07:26:35.796Z Downloaded pest v2.7.6
12602024-04-03T07:26:35.796Z Downloaded elliptic-curve v0.13.8
12612024-04-03T07:26:35.796Z Downloaded slog-dtrace v0.3.0
12622024-04-03T07:26:35.796Z Downloaded sha1 v0.10.6
12632024-04-03T07:26:35.796Z Downloaded spki v0.7.2
12642024-04-03T07:26:35.796Z Downloaded sct v0.7.0
12652024-04-03T07:26:35.796Z Downloaded toml_edit v0.22.9
12662024-04-03T07:26:35.796Z Downloaded secrecy v0.8.0
12672024-04-03T07:26:35.796Z Downloaded futures-macro v0.3.30
12682024-04-03T07:26:35.796Z Downloaded futures-io v0.3.30
12692024-04-03T07:26:35.797Z Downloaded foreign-types-macros v0.2.3
12702024-04-03T07:26:35.797Z Downloaded schemars_derive v0.8.16
12712024-04-03T07:26:35.797Z Downloaded hash32 v0.2.1
12722024-04-03T07:26:35.797Z Downloaded zerocopy-derive v0.7.32
12732024-04-03T07:26:35.797Z Downloaded toml v0.8.12
12742024-04-03T07:26:35.797Z Downloaded toml v0.7.8
12752024-04-03T07:26:35.797Z Downloaded unsafe-libyaml v0.2.10
12762024-04-03T07:26:35.797Z Downloaded foreign-types v0.5.0
12772024-04-03T07:26:35.797Z Downloaded dirs v5.0.1
12782024-04-03T07:26:35.798Z Downloaded glob v0.3.1
12792024-04-03T07:26:35.798Z Downloaded tempfile v3.10.0
12802024-04-03T07:26:35.798Z Downloaded unicode-width v0.1.11
12812024-04-03T07:26:35.798Z Downloaded aho-corasick v1.1.2
12822024-04-03T07:26:35.798Z Downloaded topological-sort v0.2.2
12832024-04-03T07:26:35.798Z Downloaded tracing-core v0.1.32
12842024-04-03T07:26:35.798Z Downloaded tokio v1.36.0
12852024-04-03T07:26:35.798Z Downloaded sha3 v0.10.8
12862024-04-03T07:26:35.798Z Downloaded ron v0.7.1
12872024-04-03T07:26:35.798Z Downloaded der v0.7.8
12882024-04-03T07:26:35.799Z Downloaded crossbeam-channel v0.5.8
12892024-04-03T07:26:35.799Z Downloaded hyper-rustls v0.24.2
12902024-04-03T07:26:35.799Z Downloaded zerocopy v0.6.4
12912024-04-03T07:26:35.799Z Downloaded chacha20poly1305 v0.10.1
12922024-04-03T07:26:35.799Z Downloaded getrandom v0.1.16
12932024-04-03T07:26:35.799Z Downloaded hyper-staticfile v0.9.5
12942024-04-03T07:26:35.799Z Downloaded hash32 v0.3.1
12952024-04-03T07:26:35.799Z Downloaded schemars v0.8.16
12962024-04-03T07:26:35.799Z Downloaded flate2 v1.0.28
12972024-04-03T07:26:35.799Z Downloaded headers-core v0.2.0
12982024-04-03T07:26:35.799Z Downloaded platforms v3.0.2
12992024-04-03T07:26:35.800Z Downloaded either v1.10.0
13002024-04-03T07:26:35.800Z Downloaded version_check v0.9.4
13012024-04-03T07:26:35.800Z Downloaded untrusted v0.7.1
13022024-04-03T07:26:35.800Z Downloaded futures-core v0.3.30
13032024-04-03T07:26:35.800Z Downloaded unicode-xid v0.2.4
13042024-04-03T07:26:35.800Z Downloaded hmac v0.12.1
13052024-04-03T07:26:35.800Z Downloaded want v0.3.1
13062024-04-03T07:26:35.800Z Downloaded take_mut v0.2.2
13072024-04-03T07:26:35.800Z Downloaded base64 v0.21.7
13082024-04-03T07:26:35.800Z Downloaded backtrace v0.3.69
13092024-04-03T07:26:35.800Z Downloaded cc v1.0.83
13102024-04-03T07:26:35.800Z Downloaded siphasher v0.3.11
13112024-04-03T07:26:35.801Z Downloaded tokio-tungstenite v0.21.0
13122024-04-03T07:26:35.801Z Downloaded parking_lot_core v0.9.8
13132024-04-03T07:26:35.801Z Downloaded papergrid v0.11.0
13142024-04-03T07:26:35.801Z Downloaded p256 v0.13.2
13152024-04-03T07:26:35.801Z Downloaded base64 v0.22.0
13162024-04-03T07:26:35.801Z Downloaded serde_repr v0.1.16
13172024-04-03T07:26:35.801Z Downloaded serde_path_to_error v0.1.16
13182024-04-03T07:26:35.801Z Downloaded rustversion v1.0.14
13192024-04-03T07:26:35.801Z Downloaded smallvec v1.13.1
13202024-04-03T07:26:35.801Z Downloaded slog-term v2.9.0
13212024-04-03T07:26:35.801Z Downloaded memmap2 v0.7.1
13222024-04-03T07:26:35.801Z Downloaded difflib v0.4.0
13232024-04-03T07:26:35.801Z Downloaded winapi v0.3.9
13242024-04-03T07:26:35.801Z Downloaded slog v2.7.0
13252024-04-03T07:26:35.815Z Downloaded similar v2.4.0
13262024-04-03T07:26:35.815Z Downloaded bitflags v2.4.2
13272024-04-03T07:26:35.815Z Downloaded quick-error v1.2.3
13282024-04-03T07:26:35.815Z Downloaded flagset v0.4.3
13292024-04-03T07:26:35.815Z Downloaded encoding_rs v0.8.33
13302024-04-03T07:26:35.816Z Downloaded ecdsa v0.16.9
13312024-04-03T07:26:35.816Z Downloaded yasna v0.5.2
13322024-04-03T07:26:35.816Z Downloaded tokio-tungstenite v0.20.1
13332024-04-03T07:26:35.818Z Downloaded endian-type v0.1.2
13342024-04-03T07:26:35.818Z Downloaded diesel_table_macro_syntax v0.1.0
13352024-04-03T07:26:35.819Z Downloaded serde_tokenstream v0.1.7
13362024-04-03T07:26:35.819Z Downloaded humantime v2.1.0
13372024-04-03T07:26:35.819Z Downloaded hex-literal v0.4.1
13382024-04-03T07:26:35.819Z Downloaded clap v4.5.1
13392024-04-03T07:26:35.819Z Downloaded const-oid v0.9.6
13402024-04-03T07:26:35.819Z Downloaded dof v0.1.5
13412024-04-03T07:26:35.819Z Downloaded zone v0.1.8
13422024-04-03T07:26:35.819Z Downloaded pbkdf2 v0.12.2
13432024-04-03T07:26:35.819Z Downloaded num-complex v0.4.4
13442024-04-03T07:26:35.820Z Downloaded defmt v0.3.5
13452024-04-03T07:26:35.820Z Downloaded darling v0.20.3
13462024-04-03T07:26:35.820Z Downloaded mime_guess v2.0.4
13472024-04-03T07:26:35.820Z Downloaded cookie v0.17.0
13482024-04-03T07:26:35.820Z Downloaded chacha20 v0.9.1
13492024-04-03T07:26:35.820Z Downloaded vec_map v0.8.2
13502024-04-03T07:26:35.820Z Downloaded ciborium v0.2.2
13512024-04-03T07:26:35.820Z Downloaded minimal-lexical v0.2.1
13522024-04-03T07:26:35.820Z Downloaded crc32fast v1.3.2
13532024-04-03T07:26:35.821Z Downloaded bit-set v0.5.3
13542024-04-03T07:26:35.821Z Downloaded cfg-if v1.0.0
13552024-04-03T07:26:35.821Z Downloaded bytecount v0.6.3
13562024-04-03T07:26:35.821Z Downloaded tabled_derive v0.7.0
13572024-04-03T07:26:35.821Z Downloaded stringprep v0.1.3
13582024-04-03T07:26:35.821Z Downloaded phf_shared v0.11.2
13592024-04-03T07:26:35.821Z Downloaded peg-runtime v0.8.2
13602024-04-03T07:26:35.821Z Downloaded num-iter v0.1.44
13612024-04-03T07:26:35.821Z Downloaded debug-ignore v1.0.5
13622024-04-03T07:26:35.821Z Downloaded clap_derive v4.5.0
13632024-04-03T07:26:35.821Z Downloaded num-derive v0.4.0
13642024-04-03T07:26:35.822Z Downloaded crypto-common v0.1.6
13652024-04-03T07:26:35.822Z Downloaded crossbeam-deque v0.8.3
13662024-04-03T07:26:35.822Z Downloaded nibble_vec v0.1.0
13672024-04-03T07:26:35.822Z Downloaded newtype_derive v0.1.6
13682024-04-03T07:26:35.823Z Downloaded kstat-rs v0.2.3
13692024-04-03T07:26:35.823Z Downloaded itoa v1.0.9
13702024-04-03T07:26:35.823Z Downloaded bitstruct_derive v0.1.0
13712024-04-03T07:26:35.823Z Downloaded base64ct v1.6.0
13722024-04-03T07:26:35.823Z Downloaded keccak v0.1.4
13732024-04-03T07:26:35.823Z Downloaded ipnetwork v0.20.0
13742024-04-03T07:26:35.824Z Downloaded atty v0.2.14
13752024-04-03T07:26:35.824Z Downloaded atomic-waker v1.1.1
13762024-04-03T07:26:35.824Z Downloaded arrayref v0.3.7
13772024-04-03T07:26:35.824Z Downloaded aead v0.5.2
13782024-04-03T07:26:35.825Z Downloaded ring v0.17.8
13792024-04-03T07:26:35.825Z Downloaded ring v0.16.20
13802024-04-03T07:26:35.899Z Compiling proc-macro2 v1.0.78
13812024-04-03T07:26:35.906Z Compiling unicode-ident v1.0.12
13822024-04-03T07:26:35.907Z Compiling libc v0.2.153
13832024-04-03T07:26:35.907Z Compiling serde v1.0.197
13842024-04-03T07:26:35.907Z Compiling version_check v0.9.4
13852024-04-03T07:26:35.908Z Compiling cfg-if v1.0.0
13862024-04-03T07:26:35.947Z Compiling autocfg v1.1.0
13872024-04-03T07:26:36.099Z Compiling syn v1.0.109
13882024-04-03T07:26:36.116Z Compiling thiserror v1.0.57
13892024-04-03T07:26:36.166Z Compiling once_cell v1.19.0
13902024-04-03T07:26:36.569Z Compiling typenum v1.16.0
13912024-04-03T07:26:36.713Z Compiling parking_lot_core v0.9.8
13922024-04-03T07:26:36.813Z Compiling lock_api v0.4.10
13932024-04-03T07:26:38.062Z Compiling generic-array v0.14.7
13942024-04-03T07:26:38.529Z Compiling memchr v2.7.1
13952024-04-03T07:26:38.540Z Compiling byteorder v1.5.0
13962024-04-03T07:26:38.540Z Compiling libm v0.2.7
13972024-04-03T07:26:38.540Z Compiling serde_json v1.0.114
13982024-04-03T07:26:38.540Z Compiling num-traits v0.2.18
13992024-04-03T07:26:38.540Z Compiling ahash v0.8.8
14002024-04-03T07:26:38.616Z Compiling log v0.4.21
14012024-04-03T07:26:38.869Z Compiling itoa v1.0.9
14022024-04-03T07:26:39.047Z Compiling quote v1.0.35
14032024-04-03T07:26:39.096Z Compiling scopeguard v1.2.0
14042024-04-03T07:26:39.198Z Compiling slab v0.4.9
14052024-04-03T07:26:39.495Z Compiling syn v2.0.52
14062024-04-03T07:26:39.684Z Compiling getrandom v0.2.12
14072024-04-03T07:26:39.739Z Compiling cc v1.0.83
14082024-04-03T07:26:40.034Z Compiling rand_core v0.6.4
14092024-04-03T07:26:40.403Z Compiling smallvec v1.13.1
14102024-04-03T07:26:40.957Z Compiling ryu v1.0.15
14112024-04-03T07:26:40.974Z Compiling heck v0.4.1
14122024-04-03T07:26:40.974Z Compiling allocator-api2 v0.2.16
14132024-04-03T07:26:40.974Z Compiling subtle v2.5.0
14142024-04-03T07:26:40.974Z Compiling pin-project-lite v0.2.13
14152024-04-03T07:26:41.149Z Compiling pkg-config v0.3.27
14162024-04-03T07:26:41.291Z Compiling schemars v0.8.16
14172024-04-03T07:26:41.583Z Compiling parking_lot v0.12.1
14182024-04-03T07:26:41.637Z Compiling signal-hook-registry v1.4.1
14192024-04-03T07:26:41.664Z Compiling mio v0.8.11
14202024-04-03T07:26:42.516Z Compiling equivalent v1.0.1
14212024-04-03T07:26:42.595Z Compiling num_cpus v1.16.0
14222024-04-03T07:26:42.626Z Compiling socket2 v0.5.5
14232024-04-03T07:26:42.695Z Compiling num-conv v0.1.0
14242024-04-03T07:26:42.822Z Compiling ring v0.17.8
14252024-04-03T07:26:42.919Z Compiling time-core v0.1.2
14262024-04-03T07:26:42.983Z Compiling futures-core v0.3.30
14272024-04-03T07:26:43.079Z Compiling time-macros v0.2.17
14282024-04-03T07:26:43.513Z Compiling const-oid v0.9.6
14292024-04-03T07:26:43.563Z Compiling httparse v1.8.0
14302024-04-03T07:26:43.580Z Compiling vcpkg v0.2.15
14312024-04-03T07:26:44.876Z Compiling ucd-trie v0.1.6
14322024-04-03T07:26:45.421Z Compiling fnv v1.0.7
14332024-04-03T07:26:45.529Z Compiling futures-sink v0.3.30
14342024-04-03T07:26:45.549Z Compiling spin v0.5.2
14352024-04-03T07:26:45.683Z Compiling ring v0.16.20
14362024-04-03T07:26:45.832Z Compiling openssl-sys v0.9.96
14372024-04-03T07:26:46.052Z Compiling futures-channel v0.3.30
14382024-04-03T07:26:46.177Z Compiling futures-task v0.3.30
14392024-04-03T07:26:46.425Z Compiling pin-utils v0.1.0
14402024-04-03T07:26:46.475Z Compiling slog v2.7.0
14412024-04-03T07:26:46.520Z Compiling futures-io v0.3.30
14422024-04-03T07:26:46.665Z Compiling openssl v0.10.60
14432024-04-03T07:26:46.756Z Compiling async-trait v0.1.79
14442024-04-03T07:26:46.785Z Compiling iana-time-zone v0.1.57
14452024-04-03T07:26:46.811Z Compiling serde_derive_internals v0.26.0
14462024-04-03T07:26:47.052Z Compiling semver v1.0.22
14472024-04-03T07:26:47.196Z Compiling native-tls v0.2.11
14482024-04-03T07:26:47.300Z Compiling rustls v0.21.9
14492024-04-03T07:26:47.860Z Compiling tinyvec_macros v0.1.1
14502024-04-03T07:26:47.903Z Compiling cpufeatures v0.2.12
14512024-04-03T07:26:47.903Z Compiling tinyvec v1.6.0
14522024-04-03T07:26:47.903Z Compiling backtrace v0.3.69
14532024-04-03T07:26:47.903Z Compiling cookie v0.17.0
14542024-04-03T07:26:48.525Z Compiling aho-corasick v1.1.2
14552024-04-03T07:26:48.528Z Compiling dyn-clone v1.0.17
14562024-04-03T07:26:48.528Z Compiling regex-syntax v0.8.2
14572024-04-03T07:26:49.158Z Compiling rustix v0.38.31
14582024-04-03T07:26:49.586Z Compiling uuid v0.8.2
14592024-04-03T07:26:49.586Z Compiling unicode-normalization v0.1.22
14602024-04-03T07:26:49.602Z Compiling unicode-bidi v0.3.15
14612024-04-03T07:26:49.807Z Compiling ppv-lite86 v0.2.17
14622024-04-03T07:26:50.135Z Compiling anyhow v1.0.79
14632024-04-03T07:26:51.115Z Compiling crossbeam-utils v0.8.19
14642024-04-03T07:26:51.115Z Compiling tracing-core v0.1.32
14652024-04-03T07:26:51.888Z Compiling regex-automata v0.4.5
14662024-04-03T07:26:52.522Z Compiling percent-encoding v2.3.1
14672024-04-03T07:26:52.891Z Compiling rand_chacha v0.3.1
14682024-04-03T07:26:54.369Z Compiling serde_derive v1.0.197
14692024-04-03T07:26:54.433Z Compiling zeroize_derive v1.4.2
14702024-04-03T07:26:54.681Z Compiling thiserror-impl v1.0.57
14712024-04-03T07:26:54.735Z Compiling zerocopy-derive v0.7.32
14722024-04-03T07:26:54.833Z Compiling tokio-macros v2.2.0
14732024-04-03T07:26:55.177Z Compiling futures-macro v0.3.30
14742024-04-03T07:26:55.857Z Compiling tracing-attributes v0.1.27
14752024-04-03T07:26:56.116Z Compiling zeroize v1.7.0
14762024-04-03T07:26:56.620Z Compiling schemars_derive v0.8.16
14772024-04-03T07:26:57.135Z Compiling zerocopy v0.7.32
14782024-04-03T07:26:58.264Z Compiling crypto-common v0.1.6
14792024-04-03T07:26:58.288Z Compiling block-buffer v0.10.4
14802024-04-03T07:26:58.333Z Compiling pest v2.7.6
14812024-04-03T07:26:58.381Z Compiling digest v0.10.7
14822024-04-03T07:26:58.833Z Compiling futures-util v0.3.30
14832024-04-03T07:26:58.924Z Compiling openssl-macros v0.1.1
14842024-04-03T07:26:59.822Z Compiling hashbrown v0.14.3
14852024-04-03T07:27:00.515Z Compiling tracing v0.1.40
14862024-04-03T07:27:00.807Z Compiling pest_meta v2.7.6
14872024-04-03T07:27:01.026Z Compiling regex v1.10.4
14882024-04-03T07:27:01.465Z Compiling der_derive v0.7.2
14892024-04-03T07:27:01.917Z Compiling scroll_derive v0.12.0
14902024-04-03T07:27:02.131Z Compiling pest_generator v2.7.6
14912024-04-03T07:27:02.741Z Compiling rand v0.8.5
14922024-04-03T07:27:03.765Z Compiling spin v0.9.8
14932024-04-03T07:27:04.093Z Compiling thread-id v4.2.0
14942024-04-03T07:27:04.127Z Compiling powerfmt v0.2.0
14952024-04-03T07:27:04.161Z Compiling rustversion v1.0.14
14962024-04-03T07:27:04.473Z Compiling deranged v0.3.11
14972024-04-03T07:27:04.831Z Compiling form_urlencoded v1.2.1
14982024-04-03T07:27:05.009Z Compiling unicode-width v0.1.11
14992024-04-03T07:27:05.220Z Compiling num_threads v0.1.6
15002024-04-03T07:27:05.348Z Compiling winnow v0.5.15
15012024-04-03T07:27:05.917Z Compiling pest_derive v2.7.6
15022024-04-03T07:27:06.604Z Compiling time v0.3.34
15032024-04-03T07:27:07.062Z Compiling lazy_static v1.4.0
15042024-04-03T07:27:07.278Z Compiling unicode-xid v0.2.4
15052024-04-03T07:27:07.443Z Compiling synstructure v0.12.6
15062024-04-03T07:27:09.429Z Compiling bytes v1.5.0
15072024-04-03T07:27:09.441Z Compiling indexmap v2.2.6
15082024-04-03T07:27:10.274Z Compiling tokio v1.36.0
15092024-04-03T07:27:10.442Z Compiling uuid v1.7.0
15102024-04-03T07:27:10.537Z Compiling chrono v0.4.34
15112024-04-03T07:27:12.391Z Compiling http v0.2.12
15122024-04-03T07:27:12.507Z Compiling bitflags v2.4.2
15132024-04-03T07:27:12.993Z Compiling toml_datetime v0.6.5
15142024-04-03T07:27:13.943Z Compiling serde_spanned v0.6.5
15152024-04-03T07:27:14.338Z Compiling rustc_version v0.4.0
15162024-04-03T07:27:14.526Z Compiling toml_edit v0.19.15
15172024-04-03T07:27:15.135Z Compiling openapiv3 v2.0.0
15182024-04-03T07:27:15.990Z Compiling serde_tokenstream v0.2.0
15192024-04-03T07:27:16.846Z Compiling idna v0.5.0
15202024-04-03T07:27:17.610Z Compiling usdt-impl v0.5.0
15212024-04-03T07:27:17.921Z Compiling crc32fast v1.3.2
15222024-04-03T07:27:18.386Z Compiling url v2.5.0
15232024-04-03T07:27:18.410Z Compiling zerocopy-derive v0.2.0
15242024-04-03T07:27:18.637Z Compiling scroll v0.12.0
15252024-04-03T07:27:19.644Z Compiling plain v0.2.3
15262024-04-03T07:27:20.212Z Compiling goblin v0.8.0
15272024-04-03T07:27:22.162Z Compiling pretty-hex v0.4.1
15282024-04-03T07:27:22.287Z Compiling untrusted v0.9.0
15292024-04-03T07:27:22.288Z Compiling untrusted v0.7.1
15302024-04-03T07:27:22.288Z Compiling foreign-types-shared v0.1.1
15312024-04-03T07:27:22.415Z Compiling tokio-util v0.7.10
15322024-04-03T07:27:23.774Z Compiling foreign-types v0.3.2
15332024-04-03T07:27:27.693Z Compiling dof v0.3.0
15342024-04-03T07:27:28.117Z Compiling dtrace-parser v0.2.0
15352024-04-03T07:27:28.311Z Compiling errno v0.3.8
15362024-04-03T07:27:28.311Z Compiling usdt-impl v0.3.5
15372024-04-03T07:27:28.344Z Compiling try-lock v0.2.4
15382024-04-03T07:27:28.476Z Compiling base64 v0.21.7
15392024-04-03T07:27:28.751Z Compiling adler v1.0.2
15402024-04-03T07:27:28.925Z Compiling miniz_oxide v0.7.1
15412024-04-03T07:27:29.232Z Compiling want v0.3.1
15422024-04-03T07:27:30.188Z Compiling rustls-webpki v0.101.7
15432024-04-03T07:27:30.322Z Compiling sct v0.7.0
15442024-04-03T07:27:30.470Z Compiling h2 v0.3.24
15452024-04-03T07:27:32.035Z Compiling http-body v0.4.5
15462024-04-03T07:27:32.271Z Compiling num-bigint v0.4.4
15472024-04-03T07:27:32.429Z Compiling openssl-probe v0.1.5
15482024-04-03T07:27:32.850Z Compiling httpdate v1.0.3
15492024-04-03T07:27:32.850Z Compiling tower-service v0.3.2
15502024-04-03T07:27:34.304Z Compiling zerocopy v0.3.0
15512024-04-03T07:27:35.858Z Compiling heapless v0.7.16
15522024-04-03T07:27:35.940Z Compiling idna v0.3.0
15532024-04-03T07:27:35.940Z Compiling bzip2-sys v0.1.11+1.0.8
15542024-04-03T07:27:35.940Z Compiling psl-types v2.0.11
15552024-04-03T07:27:35.940Z Compiling signal-hook v0.3.17
15562024-04-03T07:27:36.441Z Compiling base64ct v1.6.0
15572024-04-03T07:27:36.466Z Compiling unicode-segmentation v1.10.1
15582024-04-03T07:27:37.090Z Compiling tokio-native-tls v0.3.1
15592024-04-03T07:27:37.146Z Compiling hyper v0.14.28
15602024-04-03T07:27:37.276Z Compiling publicsuffix v2.2.3
15612024-04-03T07:27:38.418Z Compiling tokio-rustls v0.24.1
15622024-04-03T07:27:38.514Z Compiling dof v0.1.5
15632024-04-03T07:27:38.641Z Compiling crossbeam-epoch v0.9.18
15642024-04-03T07:27:38.907Z Compiling dtrace-parser v0.1.14
15652024-04-03T07:27:39.399Z Compiling bitflags v1.3.2
15662024-04-03T07:27:39.444Z Compiling ipnet v2.9.0
15672024-04-03T07:27:39.469Z Compiling gimli v0.28.0
15682024-04-03T07:27:41.167Z Compiling cookie_store v0.20.0
15692024-04-03T07:27:42.226Z Compiling rustls-pemfile v1.0.3
15702024-04-03T07:27:42.254Z Compiling serde_urlencoded v0.7.1
15712024-04-03T07:27:42.671Z Compiling serde_tokenstream v0.1.7
15722024-04-03T07:27:42.794Z Compiling enum-as-inner v0.5.1
15732024-04-03T07:27:43.016Z Compiling object v0.32.1
15742024-04-03T07:27:43.200Z Compiling encoding_rs v0.8.33
15752024-04-03T07:27:43.814Z Compiling hyper-rustls v0.24.2
15762024-04-03T07:27:44.180Z Compiling hyper-tls v0.5.0
15772024-04-03T07:27:44.467Z Compiling addr2line v0.21.0
15782024-04-03T07:27:44.525Z Compiling either v1.10.0
15792024-04-03T07:27:45.023Z Compiling webpki-roots v0.25.2
15802024-04-03T07:27:45.515Z Compiling data-encoding v2.4.0
15812024-04-03T07:27:46.863Z Compiling mime v0.3.17
15822024-04-03T07:27:47.450Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15832024-04-03T07:27:47.459Z Compiling rustc-demangle v0.1.23
15842024-04-03T07:27:47.846Z Compiling smoltcp v0.9.1
15852024-04-03T07:27:48.264Z Compiling sync_wrapper v0.1.2
15862024-04-03T07:27:48.398Z Compiling reqwest v0.11.24
15872024-04-03T07:27:48.575Z Compiling pem-rfc7468 v0.7.0
15882024-04-03T07:27:50.037Z Compiling hmac v0.12.1
15892024-04-03T07:27:50.269Z Compiling futures-executor v0.3.30
15902024-04-03T07:27:50.699Z Compiling regress v0.9.0
15912024-04-03T07:27:51.414Z Compiling flagset v0.4.3
15922024-04-03T07:27:51.554Z Compiling siphasher v0.3.11
15932024-04-03T07:27:52.457Z Compiling der v0.7.8
15942024-04-03T07:27:54.044Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15952024-04-03T07:27:55.323Z Compiling flate2 v1.0.28
15962024-04-03T07:27:55.555Z Compiling usdt-attr-macro v0.3.5
15972024-04-03T07:27:56.430Z Compiling usdt-macro v0.3.5
15982024-04-03T07:27:58.479Z Compiling hubpack_derive v0.1.1
15992024-04-03T07:27:58.612Z Compiling zerocopy-derive v0.6.4
16002024-04-03T07:27:58.612Z Compiling clap_derive v4.5.0
16012024-04-03T07:27:58.612Z Compiling winnow v0.6.1
16022024-04-03T07:27:58.667Z Compiling utf8parse v0.2.1
16032024-04-03T07:27:59.118Z Compiling anstyle v1.0.6
16042024-04-03T07:27:59.661Z Compiling sha2 v0.10.8
16052024-04-03T07:28:00.942Z Compiling anstyle-parse v0.2.1
16062024-04-03T07:28:01.812Z Compiling futures v0.3.30
16072024-04-03T07:28:01.955Z Compiling spki v0.7.2
16082024-04-03T07:28:02.142Z Compiling toml_edit v0.22.9
16092024-04-03T07:28:03.134Z Compiling md-5 v0.10.5
16102024-04-03T07:28:03.213Z Compiling toml v0.7.8
16112024-04-03T07:28:05.031Z Compiling hex v0.4.3
16122024-04-03T07:28:05.464Z Compiling block-padding v0.3.3
16132024-04-03T07:28:05.464Z Compiling stringprep v0.1.3
16142024-04-03T07:28:05.464Z Compiling num-integer v0.1.46
16152024-04-03T07:28:05.464Z Compiling diesel_table_macro_syntax v0.1.0
16162024-04-03T07:28:05.464Z Compiling hash32 v0.2.1
16172024-04-03T07:28:05.464Z Compiling colorchoice v1.0.0
16182024-04-03T07:28:05.464Z Compiling fallible-iterator v0.2.0
16192024-04-03T07:28:05.464Z Compiling anstyle-query v1.0.0
16202024-04-03T07:28:05.464Z Compiling stable_deref_trait v1.2.0
16212024-04-03T07:28:05.475Z Compiling anstream v0.6.11
16222024-04-03T07:28:05.688Z Compiling postgres-protocol v0.6.6
16232024-04-03T07:28:06.182Z Compiling diesel_derives v2.1.2
16242024-04-03T07:28:06.988Z Compiling inout v0.1.3
16252024-04-03T07:28:07.533Z Compiling pkcs8 v0.10.2
16262024-04-03T07:28:08.309Z Compiling phf_shared v0.11.2
16272024-04-03T07:28:08.700Z Compiling terminal_size v0.3.0
16282024-04-03T07:28:08.893Z Compiling ff v0.13.0
16292024-04-03T07:28:08.964Z Compiling strum_macros v0.25.2
16302024-04-03T07:28:09.188Z Compiling serde_repr v0.1.16
16312024-04-03T07:28:09.371Z Compiling scheduled-thread-pool v0.2.7
16322024-04-03T07:28:09.718Z Compiling regex-automata v0.1.10
16332024-04-03T07:28:09.982Z Compiling bit-vec v0.6.3
16342024-04-03T07:28:10.241Z Compiling managed v0.8.0
16352024-04-03T07:28:10.373Z Compiling clap_lex v0.7.0
16362024-04-03T07:28:10.416Z Compiling base16ct v0.2.0
16372024-04-03T07:28:10.682Z Compiling strsim v0.11.0
16382024-04-03T07:28:10.712Z Compiling matches v0.1.10
16392024-04-03T07:28:10.802Z Compiling idna v0.2.3
16402024-04-03T07:28:11.221Z Compiling sec1 v0.7.3
16412024-04-03T07:28:11.221Z Compiling bstr v0.2.17
16422024-04-03T07:28:11.437Z Compiling clap_builder v4.5.1
16432024-04-03T07:28:11.634Z Compiling r2d2 v0.8.10
16442024-04-03T07:28:12.281Z Compiling group v0.13.0
16452024-04-03T07:28:12.371Z Compiling phf v0.11.2
16462024-04-03T07:28:12.676Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16472024-04-03T07:28:12.886Z Compiling signal-hook-mio v0.2.3
16482024-04-03T07:28:13.008Z Compiling bzip2 v0.4.4
16492024-04-03T07:28:13.042Z Compiling cipher v0.4.4
16502024-04-03T07:28:13.313Z Compiling postgres-types v0.2.6
16512024-04-03T07:28:13.538Z Compiling zerocopy v0.6.4
16522024-04-03T07:28:13.771Z Compiling hubpack v0.1.2
16532024-04-03T07:28:14.245Z Compiling phf_shared v0.10.0
16542024-04-03T07:28:14.378Z Compiling hkdf v0.12.4
16552024-04-03T07:28:14.639Z Compiling crypto-bigint v0.5.2
16562024-04-03T07:28:14.752Z Compiling ipnetwork v0.20.0
16572024-04-03T07:28:15.717Z Compiling float-cmp v0.9.0
16582024-04-03T07:28:16.137Z Compiling new_debug_unreachable v1.0.4
16592024-04-03T07:28:16.190Z Compiling normalize-line-endings v0.3.0
16602024-04-03T07:28:18.519Z Compiling minimal-lexical v0.2.1
16612024-04-03T07:28:18.520Z Compiling difflib v0.4.0
16622024-04-03T07:28:18.520Z Compiling predicates-core v1.0.6
16632024-04-03T07:28:18.648Z Compiling whoami v1.5.0
16642024-04-03T07:28:18.813Z Compiling precomputed-hash v0.1.1
16652024-04-03T07:28:21.367Z Compiling fixedbitset v0.4.2
16662024-04-03T07:28:21.367Z Compiling static_assertions v1.1.0
16672024-04-03T07:28:21.368Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16682024-04-03T07:28:21.368Z Compiling petgraph v0.6.4
16692024-04-03T07:28:21.368Z Compiling tokio-postgres v0.7.10
16702024-04-03T07:28:21.821Z Compiling string_cache v0.8.7
16712024-04-03T07:28:22.414Z Compiling predicates v3.1.0
16722024-04-03T07:28:22.522Z Compiling diesel v2.1.5
16732024-04-03T07:28:23.196Z Compiling nom v7.1.3
16742024-04-03T07:28:23.566Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16752024-04-03T07:28:23.720Z Compiling trust-dns-proto v0.22.0
16762024-04-03T07:28:23.774Z Compiling elliptic-curve v0.13.8
16772024-04-03T07:28:24.604Z Compiling yasna v0.5.2
16782024-04-03T07:28:24.613Z Compiling clap v4.5.1
16792024-04-03T07:28:24.749Z Compiling zip v0.6.6
16802024-04-03T07:28:25.799Z Compiling crossterm v0.27.0
16812024-04-03T07:28:26.469Z Compiling similar v2.4.0
16822024-04-03T07:28:26.702Z Compiling bit-set v0.5.3
16832024-04-03T07:28:26.875Z Compiling num-iter v0.1.44
16842024-04-03T07:28:26.978Z Compiling usdt v0.3.5
16852024-04-03T07:28:27.062Z Compiling itertools v0.10.5
16862024-04-03T07:28:27.243Z Compiling console v0.15.8
16872024-04-03T07:28:28.776Z Compiling tokio-stream v0.1.14
16882024-04-03T07:28:29.652Z Compiling getopts v0.2.21
16892024-04-03T07:28:29.733Z Compiling bstr v1.9.0
16902024-04-03T07:28:30.177Z Compiling peg-runtime v0.8.2
16912024-04-03T07:28:30.219Z Compiling unsafe-libyaml v0.2.10
16922024-04-03T07:28:30.801Z Compiling lalrpop-util v0.19.12
16932024-04-03T07:28:31.485Z Compiling serde_yaml v0.9.25
16942024-04-03T07:28:31.521Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16952024-04-03T07:28:34.907Z Compiling camino v1.1.6
16962024-04-03T07:28:36.571Z Compiling atty v0.2.14
16972024-04-03T07:28:39.877Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16982024-04-03T07:28:40.215Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16992024-04-03T07:28:44.091Z Compiling sha1 v0.10.6
17002024-04-03T07:28:58.406Z Compiling ident_case v1.0.1
17012024-04-03T07:28:58.555Z Compiling strsim v0.10.0
17022024-04-03T07:28:58.639Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17032024-04-03T07:28:58.943Z Compiling darling_core v0.20.3
17042024-04-03T07:28:59.879Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17052024-04-03T07:29:00.846Z Compiling strum_macros v0.26.1
17062024-04-03T07:29:06.066Z Compiling darling_macro v0.20.3
17072024-04-03T07:29:06.226Z Compiling strum v0.26.1
17082024-04-03T07:29:06.439Z Compiling darling v0.20.3
17092024-04-03T07:29:06.527Z Compiling dirs-sys-next v0.1.2
17102024-04-03T07:29:06.599Z Compiling match_cfg v0.1.0
17112024-04-03T07:29:06.695Z Compiling hostname v0.3.1
17122024-04-03T07:29:06.822Z Compiling dirs-next v2.0.0
17132024-04-03T07:29:06.931Z Compiling http v1.0.0
17142024-04-03T07:29:07.361Z Compiling thread_local v1.1.7
17152024-04-03T07:29:07.385Z Compiling rustls-pki-types v1.3.0
17162024-04-03T07:29:07.385Z Compiling slog-async v2.8.0
17172024-04-03T07:29:07.515Z Compiling term v0.7.0
17182024-04-03T07:29:07.702Z Compiling crossbeam-channel v0.5.8
17192024-04-03T07:29:07.738Z Compiling proc-macro-error-attr v1.0.4
17202024-04-03T07:29:07.743Z Compiling take_mut v0.2.2
17212024-04-03T07:29:07.901Z Compiling rustls v0.22.2
17222024-04-03T07:29:08.135Z Compiling slog-term v2.9.0
17232024-04-03T07:29:08.222Z Compiling rustls-webpki v0.102.1
17242024-04-03T07:29:08.272Z Compiling proc-macro-error v1.0.4
17252024-04-03T07:29:08.436Z Compiling multer v3.0.0
17262024-04-03T07:29:09.066Z Compiling instant v0.1.12
17272024-04-03T07:29:09.104Z Compiling paste v1.0.14
17282024-04-03T07:29:09.379Z Compiling slog-json v2.6.1
17292024-04-03T07:29:09.432Z Compiling async-stream-impl v0.3.5
17302024-04-03T07:29:09.452Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17312024-04-03T07:29:09.758Z Compiling atomic-waker v1.1.1
17322024-04-03T07:29:09.767Z Compiling debug-ignore v1.0.5
17332024-04-03T07:29:09.854Z Compiling slog-bunyan v2.5.0
17342024-04-03T07:29:09.957Z Compiling waitgroup v0.1.2
17352024-04-03T07:29:10.191Z Compiling rustls-pemfile v2.1.1
17362024-04-03T07:29:10.268Z Compiling serde_with_macros v3.6.1
17372024-04-03T07:29:10.653Z Compiling toml v0.8.12
17382024-04-03T07:29:10.742Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17392024-04-03T07:29:10.905Z Compiling async-stream v0.3.5
17402024-04-03T07:29:11.165Z Compiling serde_path_to_error v0.1.16
17412024-04-03T07:29:11.226Z Compiling structmeta-derive v0.3.0
17422024-04-03T07:29:11.255Z Compiling newtype-uuid v1.0.1
17432024-04-03T07:29:11.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17442024-04-03T07:29:12.030Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17452024-04-03T07:29:12.265Z Compiling backoff v0.4.0
17462024-04-03T07:29:12.328Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17472024-04-03T07:29:12.414Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17482024-04-03T07:29:12.499Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17492024-04-03T07:29:12.595Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17502024-04-03T07:29:12.749Z Compiling macaddr v1.0.1
17512024-04-03T07:29:12.983Z Compiling proc-macro-crate v1.3.1
17522024-04-03T07:29:13.175Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17532024-04-03T07:29:13.229Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17542024-04-03T07:29:13.498Z Compiling tokio-rustls v0.25.0
17552024-04-03T07:29:13.508Z Compiling serde_with v3.6.1
17562024-04-03T07:29:13.616Z Compiling foreign-types-macros v0.2.3
17572024-04-03T07:29:14.151Z Compiling num_enum_derive v0.5.11
17582024-04-03T07:29:14.309Z Compiling structmeta v0.3.0
17592024-04-03T07:29:14.776Z Compiling parse-display-derive v0.9.0
17602024-04-03T07:29:14.981Z Compiling foreign-types-shared v0.3.1
17612024-04-03T07:29:15.095Z Compiling heapless v0.8.0
17622024-04-03T07:29:15.678Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17632024-04-03T07:29:16.760Z Compiling foreign-types v0.5.0
17642024-04-03T07:29:16.792Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17652024-04-03T07:29:17.069Z Compiling num_enum v0.5.11
17662024-04-03T07:29:17.223Z Compiling cstr-argument v0.1.2
17672024-04-03T07:29:17.473Z Compiling hash32 v0.3.1
17682024-04-03T07:29:17.583Z Compiling pretty-hex v0.2.1
17692024-04-03T07:29:17.645Z Compiling smoltcp v0.11.0
17702024-04-03T07:29:17.712Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17712024-04-03T07:29:18.271Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17722024-04-03T07:29:18.436Z Compiling tabwriter v1.4.0
17732024-04-03T07:29:18.865Z Compiling colored v2.1.0
17742024-04-03T07:29:18.879Z Compiling socket2 v0.4.9
17752024-04-03T07:29:18.942Z Compiling fastrand v2.0.1
17762024-04-03T07:29:19.457Z Compiling cobs v0.2.3
17772024-04-03T07:29:19.506Z Compiling embedded-io v0.4.0
17782024-04-03T07:29:19.617Z Compiling tempfile v3.10.0
17792024-04-03T07:29:19.686Z Compiling parse-display v0.9.0
17802024-04-03T07:29:19.711Z Compiling postcard v1.0.8
17812024-04-03T07:29:19.741Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17822024-04-03T07:29:19.763Z Compiling crucible-workspace-hack v0.1.0
17832024-04-03T07:29:20.081Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17842024-04-03T07:29:20.224Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17852024-04-03T07:29:20.252Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17862024-04-03T07:29:20.353Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17872024-04-03T07:29:20.575Z Compiling smf v0.2.2
17882024-04-03T07:29:21.070Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17892024-04-03T07:29:21.074Z Compiling humantime v2.1.0
17902024-04-03T07:29:21.074Z Compiling platforms v3.0.2
17912024-04-03T07:29:21.197Z Compiling camino-tempfile v1.1.1
17922024-04-03T07:29:21.291Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17932024-04-03T07:29:21.369Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
17942024-04-03T07:29:21.636Z Compiling heck v0.3.3
17952024-04-03T07:29:21.850Z Compiling usdt-attr-macro v0.5.0
17962024-04-03T07:29:21.978Z Compiling usdt-macro v0.5.0
17972024-04-03T07:29:22.450Z Compiling num-derive v0.4.0
17982024-04-03T07:29:22.453Z Compiling sigpipe v0.1.3
17992024-04-03T07:29:22.453Z Compiling memmap v0.7.0
18002024-04-03T07:29:22.551Z Compiling utf-8 v0.7.6
18012024-04-03T07:29:22.850Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18022024-04-03T07:29:22.850Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
18032024-04-03T07:29:23.295Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18042024-04-03T07:29:23.507Z Compiling usdt v0.5.0
18052024-04-03T07:29:24.009Z Compiling unicase v2.7.0
18062024-04-03T07:29:24.141Z Compiling semver v0.1.20
18072024-04-03T07:29:24.342Z Compiling rayon-core v1.12.1
18082024-04-03T07:29:24.420Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
18092024-04-03T07:29:24.544Z Compiling rustc_version v0.1.7
18102024-04-03T07:29:24.691Z Compiling curve25519-dalek v4.1.1
18112024-04-03T07:29:24.773Z Compiling newline-converter v0.3.0
18122024-04-03T07:29:24.825Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18132024-04-03T07:29:25.015Z Compiling crossbeam-deque v0.8.3
18142024-04-03T07:29:25.049Z Compiling universal-hash v0.5.1
18152024-04-03T07:29:25.238Z Compiling opaque-debug v0.3.0
18162024-04-03T07:29:25.747Z Compiling same-file v1.0.6
18172024-04-03T07:29:25.756Z Compiling newtype_derive v0.1.6
18182024-04-03T07:29:25.756Z Compiling expectorate v1.1.0
18192024-04-03T07:29:25.756Z Compiling walkdir v2.4.0
18202024-04-03T07:29:25.756Z Compiling tungstenite v0.20.1
18212024-04-03T07:29:25.756Z Compiling semver-parser v0.10.2
18222024-04-03T07:29:25.759Z Compiling signature v2.1.0
18232024-04-03T07:29:26.009Z Compiling curve25519-dalek-derive v0.1.0
18242024-04-03T07:29:26.313Z Compiling blake3 v1.5.0
18252024-04-03T07:29:26.337Z Compiling num-rational v0.4.1
18262024-04-03T07:29:26.638Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18272024-04-03T07:29:26.662Z Compiling arc-swap v1.6.0
18282024-04-03T07:29:26.900Z Compiling getrandom v0.1.16
18292024-04-03T07:29:27.113Z Compiling termcolor v1.2.0
18302024-04-03T07:29:27.324Z Compiling slog-scope v4.4.0
18312024-04-03T07:29:27.646Z Compiling env_logger v0.9.3
18322024-04-03T07:29:27.784Z Compiling tokio-tungstenite v0.20.1
18332024-04-03T07:29:27.871Z Compiling semver v0.11.0
18342024-04-03T07:29:27.912Z Compiling rayon v1.9.0
18352024-04-03T07:29:28.273Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18362024-04-03T07:29:28.420Z Compiling password-hash v0.5.0
18372024-04-03T07:29:28.930Z Compiling textwrap v0.11.0
18382024-04-03T07:29:28.930Z Compiling blake2 v0.10.6
18392024-04-03T07:29:28.996Z Compiling bitstruct_derive v0.1.0
18402024-04-03T07:29:29.093Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18412024-04-03T07:29:29.224Z Compiling filetime v0.2.23
18422024-04-03T07:29:29.236Z Compiling memmap2 v0.7.1
18432024-04-03T07:29:29.493Z Compiling xattr v1.0.1
18442024-04-03T07:29:29.564Z Compiling home v0.5.5
18452024-04-03T07:29:29.658Z Compiling vec_map v0.8.2
18462024-04-03T07:29:29.768Z Compiling linked-hash-map v0.5.6
18472024-04-03T07:29:29.846Z Compiling quick-error v1.2.3
18482024-04-03T07:29:29.975Z Compiling parking_lot_core v0.8.6
18492024-04-03T07:29:29.995Z Compiling bytecount v0.6.3
18502024-04-03T07:29:30.156Z Compiling arrayvec v0.7.4
18512024-04-03T07:29:30.203Z Compiling constant_time_eq v0.3.0
18522024-04-03T07:29:30.238Z Compiling strsim v0.8.0
18532024-04-03T07:29:30.812Z Compiling ansi_term v0.12.1
18542024-04-03T07:29:30.830Z Compiling arrayref v0.3.7
18552024-04-03T07:29:30.830Z Compiling base64 v0.22.0
18562024-04-03T07:29:30.830Z Compiling ascii v1.1.0
18572024-04-03T07:29:30.831Z Compiling libefi-sys v0.1.0
18582024-04-03T07:29:30.863Z Compiling clap v2.34.0
18592024-04-03T07:29:31.322Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18602024-04-03T07:29:31.741Z Compiling bitstruct v0.1.1
18612024-04-03T07:29:31.741Z Compiling papergrid v0.11.0
18622024-04-03T07:29:31.741Z Compiling lru-cache v0.1.2
18632024-04-03T07:29:31.741Z Compiling resolv-conf v0.7.0
18642024-04-03T07:29:31.741Z Compiling toolchain_find v0.2.0
18652024-04-03T07:29:32.014Z Compiling tar v0.4.40
18662024-04-03T07:29:32.045Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18672024-04-03T07:29:32.412Z Compiling argon2 v0.5.3
18682024-04-03T07:29:32.632Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18692024-04-03T07:29:34.160Z Compiling slog-stdlog v4.1.1
18702024-04-03T07:29:34.499Z Compiling structopt-derive v0.4.18
18712024-04-03T07:29:34.519Z Compiling tabled_derive v0.7.0
18722024-04-03T07:29:35.376Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18732024-04-03T07:29:35.753Z Compiling rfc6979 v0.4.0
18742024-04-03T07:29:35.940Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18752024-04-03T07:29:36.358Z Compiling serde_arrays v0.1.0
18762024-04-03T07:29:36.358Z Compiling erased-serde v0.3.31
18772024-04-03T07:29:36.358Z Compiling toml v0.5.11
18782024-04-03T07:29:36.358Z Compiling aead v0.5.2
18792024-04-03T07:29:36.358Z Compiling num-complex v0.4.4
18802024-04-03T07:29:36.602Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18812024-04-03T07:29:36.966Z Compiling nibble_vec v0.1.0
18822024-04-03T07:29:37.156Z Compiling slog-dtrace v0.3.0
18832024-04-03T07:29:37.251Z Compiling winapi v0.3.9
18842024-04-03T07:29:37.326Z Compiling keccak v0.1.4
18852024-04-03T07:29:37.467Z Compiling endian-type v0.1.2
18862024-04-03T07:29:37.560Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18872024-04-03T07:29:37.610Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18882024-04-03T07:29:37.703Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18892024-04-03T07:29:38.248Z Compiling cancel-safe-futures v0.1.5
18902024-04-03T07:29:38.304Z Compiling topological-sort v0.2.2
18912024-04-03T07:29:38.530Z Compiling omicron-zone-package v0.11.0
18922024-04-03T07:29:38.684Z Compiling rustfmt-wrapper v0.2.0
18932024-04-03T07:29:38.763Z Compiling radix_trie v0.2.1
18942024-04-03T07:29:39.308Z Compiling sha3 v0.10.8
18952024-04-03T07:29:39.467Z Compiling structopt v0.3.26
18962024-04-03T07:29:39.647Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18972024-04-03T07:29:39.674Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18982024-04-03T07:29:39.744Z Compiling tabled v0.15.0
18992024-04-03T07:29:39.785Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19002024-04-03T07:29:39.814Z Compiling num v0.4.1
19012024-04-03T07:29:40.105Z Compiling ecdsa v0.16.9
19022024-04-03T07:29:40.277Z Compiling slog-envlogger v2.2.0
19032024-04-03T07:29:40.762Z Compiling rand_core v0.5.1
19042024-04-03T07:29:40.867Z Compiling steno v0.4.0
19052024-04-03T07:29:40.917Z Compiling mime_guess v2.0.4
19062024-04-03T07:29:41.058Z Compiling trust-dns-resolver v0.22.0
19072024-04-03T07:29:43.372Z Compiling poly1305 v0.8.0
19082024-04-03T07:29:45.261Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19092024-04-03T07:29:45.369Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19102024-04-03T07:29:46.400Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19112024-04-03T07:29:46.418Z Compiling primeorder v0.13.6
19122024-04-03T07:29:46.489Z Compiling chacha20 v0.9.1
19132024-04-03T07:29:46.703Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19142024-04-03T07:29:46.818Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19152024-04-03T07:29:47.432Z Compiling secrecy v0.8.0
19162024-04-03T07:29:47.556Z Compiling thiserror-impl-no-std v2.0.2
19172024-04-03T07:29:47.691Z Compiling half v2.3.1
19182024-04-03T07:29:48.397Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19192024-04-03T07:29:48.424Z Compiling option-ext v0.2.0
19202024-04-03T07:29:48.559Z Compiling convert_case v0.4.0
19212024-04-03T07:29:48.628Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19222024-04-03T07:29:48.915Z Compiling ciborium-io v0.2.2
19232024-04-03T07:29:48.988Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19242024-04-03T07:29:49.055Z Compiling ciborium-ll v0.2.2
19252024-04-03T07:29:49.464Z Compiling dirs-sys v0.4.1
19262024-04-03T07:29:49.540Z Compiling derive_more v0.99.17
19272024-04-03T07:29:50.173Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19282024-04-03T07:29:50.923Z Compiling thiserror-no-std v2.0.2
19292024-04-03T07:29:51.044Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19302024-04-03T07:29:51.194Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19312024-04-03T07:29:51.469Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19322024-04-03T07:29:51.848Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19332024-04-03T07:29:52.643Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19342024-04-03T07:29:52.772Z Compiling parking_lot v0.11.2
19352024-04-03T07:29:53.083Z Compiling rand_chacha v0.2.2
19362024-04-03T07:29:54.376Z Compiling trust-dns-client v0.22.0
19372024-04-03T07:29:54.666Z Compiling ed25519 v2.2.2
19382024-04-03T07:29:59.088Z Compiling polyval v0.6.1
19392024-04-03T07:29:59.088Z Compiling tungstenite v0.21.0
19402024-04-03T07:29:59.088Z Compiling zone_cfg_derive v0.1.2
19412024-04-03T07:29:59.089Z Compiling aes v0.8.3
19422024-04-03T07:29:59.089Z Compiling ctr v0.9.2
19432024-04-03T07:29:59.089Z Compiling blowfish v0.9.1
19442024-04-03T07:29:59.089Z Compiling password-hash v0.4.2
19452024-04-03T07:29:59.215Z Compiling libsw v3.3.1
19462024-04-03T07:29:59.215Z Compiling pbkdf2 v0.12.2
19472024-04-03T07:29:59.215Z Compiling derive-where v1.2.7
19482024-04-03T07:29:59.215Z Compiling gethostname v0.4.3
19492024-04-03T07:29:59.608Z Compiling fxhash v0.2.1
19502024-04-03T07:29:59.619Z Compiling base64 v0.13.1
19512024-04-03T07:29:59.785Z Compiling owo-colors v4.0.0
19522024-04-03T07:30:00.022Z Compiling linear-map v1.2.0
19532024-04-03T07:30:00.256Z Compiling swrite v0.1.0
19542024-04-03T07:30:00.386Z Compiling ron v0.7.1
19552024-04-03T07:30:00.405Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19562024-04-03T07:30:01.978Z Compiling trust-dns-server v0.22.1
19572024-04-03T07:30:02.242Z Compiling sled v0.34.7
19582024-04-03T07:30:02.352Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19592024-04-03T07:30:05.072Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19602024-04-03T07:30:05.159Z Compiling bcrypt-pbkdf v0.10.0
19612024-04-03T07:30:05.591Z Compiling pbkdf2 v0.11.0
19622024-04-03T07:30:05.940Z Compiling zone v0.1.8
19632024-04-03T07:30:06.315Z Compiling tokio-tungstenite v0.21.0
19642024-04-03T07:30:06.824Z Compiling ghash v0.5.0
19652024-04-03T07:30:07.033Z Compiling ed25519-dalek v2.0.0
19662024-04-03T07:30:07.526Z Compiling russh-cryptovec v0.7.0
19672024-04-03T07:30:07.670Z Compiling rand v0.7.3
19682024-04-03T07:30:08.005Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19692024-04-03T07:30:08.699Z Compiling vsss-rs v3.3.4
19702024-04-03T07:30:08.771Z Compiling dirs v5.0.1
19712024-04-03T07:30:08.984Z Compiling ciborium v0.2.2
19722024-04-03T07:30:09.232Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19732024-04-03T07:30:10.033Z Compiling chacha20poly1305 v0.10.1
19742024-04-03T07:30:10.123Z Compiling p256 v0.13.2
19752024-04-03T07:30:10.284Z Compiling p521 v0.13.3
19762024-04-03T07:30:10.499Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19772024-04-03T07:30:10.988Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19782024-04-03T07:30:12.639Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19792024-04-03T07:30:12.955Z Compiling cbc v0.1.2
19802024-04-03T07:30:13.466Z Compiling pem v3.0.2
19812024-04-03T07:30:13.466Z Compiling headers-core v0.2.0
19822024-04-03T07:30:13.466Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19832024-04-03T07:30:13.466Z Compiling portpicker v0.1.1
19842024-04-03T07:30:13.619Z Compiling kstat-rs v0.2.3
19852024-04-03T07:30:14.097Z Compiling nanorand v0.7.0
19862024-04-03T07:30:14.105Z Compiling glob v0.3.1
19872024-04-03T07:30:14.137Z Compiling md5 v0.7.0
19882024-04-03T07:30:14.667Z Compiling http-range v0.1.5
19892024-04-03T07:30:14.673Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19902024-04-03T07:30:14.673Z Compiling hyper-staticfile v0.9.5
19912024-04-03T07:30:14.674Z Compiling russh-keys v0.42.0
19922024-04-03T07:30:14.913Z Compiling flume v0.11.0
19932024-04-03T07:30:15.320Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19942024-04-03T07:30:15.997Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19952024-04-03T07:30:16.000Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19962024-04-03T07:30:17.969Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19972024-04-03T07:30:18.055Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19982024-04-03T07:30:18.432Z Compiling rcgen v0.12.1
19992024-04-03T07:30:18.698Z Compiling headers v0.3.9
20002024-04-03T07:30:20.755Z Compiling aes-gcm v0.10.3
20012024-04-03T07:30:21.052Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20022024-04-03T07:30:21.072Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20032024-04-03T07:30:22.613Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20042024-04-03T07:30:23.601Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20052024-04-03T07:30:23.601Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
20062024-04-03T07:30:26.473Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
20072024-04-03T07:30:27.632Z Compiling atomicwrites v0.4.3
20082024-04-03T07:30:27.656Z Compiling itertools v0.12.1
20092024-04-03T07:30:27.851Z Compiling subprocess v0.2.9
20102024-04-03T07:30:28.600Z Compiling display-error-chain v0.2.0
20112024-04-03T07:30:28.600Z Compiling dhcproto-macros v0.1.0
20122024-04-03T07:30:29.334Z Compiling hex-literal v0.4.1
20132024-04-03T07:30:29.509Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20142024-04-03T07:30:29.996Z Compiling russh v0.42.0
20152024-04-03T07:30:30.405Z Compiling dhcproto v0.11.0
20162024-04-03T07:30:32.190Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20172024-04-03T07:30:32.781Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20182024-04-03T07:30:33.589Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20192024-04-03T07:30:33.834Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20202024-04-03T07:30:34.276Z Compiling internet-checksum v0.2.1
20212024-04-03T07:30:55.570Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20222024-04-03T07:31:34.997Z Finished dev [unoptimized + debuginfo] target(s) in 5m 57s
20232024-04-03T07:31:35.327Z
20242024-04-03T07:31:35.331Zreal 5:57.649235833
20252024-04-03T07:31:35.331Zuser 28:38.121983872
20262024-04-03T07:31:35.331Zsys 6:02.318140184
20272024-04-03T07:31:35.331Ztrap 0.823487899
20282024-04-03T07:31:35.331Ztflt 5.217868344
20292024-04-03T07:31:35.331Zdflt 7.109688691
20302024-04-03T07:31:35.331Zkflt 0.080714769
20312024-04-03T07:31:35.331Zlock 53:21.675598890
20322024-04-03T07:31:35.331Zslp 1:23:08.550992012
20332024-04-03T07:31:35.331Zlat 1:41.470844596
20342024-04-03T07:31:35.331Zstop 4:32.666100409
20352024-04-03T07:31:35.331Z+ mkdir -p /work
20362024-04-03T07:31:35.331Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20372024-04-03T07:31:36.133Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20382024-04-03T07:31:44.938Z Finished dev [unoptimized + debuginfo] target(s) in 9.56s
20392024-04-03T07:31:45.032Z
20402024-04-03T07:31:45.060Zreal 9.679969357
20412024-04-03T07:31:45.060Zuser 6.874540999
20422024-04-03T07:31:45.060Zsys 3.728973020
20432024-04-03T07:31:45.060Ztrap 0.001413037
20442024-04-03T07:31:45.060Ztflt 0.019847707
20452024-04-03T07:31:45.060Zdflt 0.053875816
20462024-04-03T07:31:45.060Zkflt 0.000000000
20472024-04-03T07:31:45.061Zlock 26.388905725
20482024-04-03T07:31:45.061Zslp 38.462371601
20492024-04-03T07:31:45.061Zlat 0.045308105
20502024-04-03T07:31:45.061Zstop 0.351026945
20512024-04-03T07:31:45.061Z+ cp target/debug/commtest /work/commtest
20522024-04-03T07:31:45.487Z+ mkdir -p /work/end-to-end-tests
20532024-04-03T07:31:45.491Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20542024-04-03T07:31:46.542Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20552024-04-03T07:31:46.542Z+ ptime -m gzip
20562024-04-03T07:31:46.548Z++ basename target/debug/bootstrap
20572024-04-03T07:32:04.097Z
20582024-04-03T07:32:04.097Zreal 12.657164544
20592024-04-03T07:32:04.097Zuser 12.561070818
20602024-04-03T07:32:04.097Zsys 0.086432032
20612024-04-03T07:32:04.098Ztrap 0.002943438
20622024-04-03T07:32:04.098Ztflt 0.000000000
20632024-04-03T07:32:04.098Zdflt 0.000000000
20642024-04-03T07:32:04.303Zkflt 0.000000000
20652024-04-03T07:32:04.303Zlock 0.000000000
20662024-04-03T07:32:04.303Zslp 0.000000000
20672024-04-03T07:32:04.303Zlat 0.006319086
20682024-04-03T07:32:04.303Zstop 0.000171211
20692024-04-03T07:32:04.303Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20702024-04-03T07:32:04.303Z+ ptime -m gzip
20712024-04-03T07:32:04.303Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-28a51422b533788d
20722024-04-03T07:32:04.304Z
20732024-04-03T07:32:04.304Zreal 1.182339807
20742024-04-03T07:32:04.304Zuser 1.171399390
20752024-04-03T07:32:04.304Zsys 0.010356871
20762024-04-03T07:32:04.304Ztrap 0.000076072
20772024-04-03T07:32:04.304Ztflt 0.000000000
20782024-04-03T07:32:04.304Zdflt 0.000000000
20792024-04-03T07:32:04.304Zkflt 0.000000000
20802024-04-03T07:32:04.304Zlock 0.000000000
20812024-04-03T07:32:04.304Zslp 0.000000000
20822024-04-03T07:32:04.304Zlat 0.000099779
20832024-04-03T07:32:04.304Zstop 0.000171270
20842024-04-03T07:32:04.304Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20852024-04-03T07:32:04.304Z+ ptime -m gzip
20862024-04-03T07:32:04.304Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3228f4e88b82b7eb
20872024-04-03T07:32:04.304Z
20882024-04-03T07:32:04.304Zreal 1.188500242
20892024-04-03T07:32:04.304Zuser 1.177468292
20902024-04-03T07:32:04.304Zsys 0.009763407
20912024-04-03T07:32:04.305Ztrap 0.000401162
20922024-04-03T07:32:04.305Ztflt 0.000000000
20932024-04-03T07:32:04.305Zdflt 0.000000000
20942024-04-03T07:32:04.305Zkflt 0.000000000
20952024-04-03T07:32:04.305Zlock 0.000000000
20962024-04-03T07:32:04.305Zslp 0.000000000
20972024-04-03T07:32:04.305Zlat 0.000454867
20982024-04-03T07:32:04.305Zstop 0.000186738
20992024-04-03T07:32:04.305Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21002024-04-03T07:32:04.305Z+ ptime -m gzip
21012024-04-03T07:32:04.305Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-0e6379a48de6d126
21022024-04-03T07:32:04.305Z
21032024-04-03T07:32:04.305Zreal 1.179639203
21042024-04-03T07:32:04.306Zuser 1.169278058
21052024-04-03T07:32:04.306Zsys 0.009784920
21062024-04-03T07:32:04.306Ztrap 0.000073043
21072024-04-03T07:32:04.306Ztflt 0.000000000
21082024-04-03T07:32:04.306Zdflt 0.000000000
21092024-04-03T07:32:04.306Zkflt 0.000000000
21102024-04-03T07:32:04.306Zlock 0.000000000
21112024-04-03T07:32:04.307Zslp 0.000000000
21122024-04-03T07:32:04.307Zlat 0.000097248
21132024-04-03T07:32:04.307Zstop 0.000176099
21142024-04-03T07:32:04.307Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21152024-04-03T07:32:04.307Z+ ptime -m gzip
21162024-04-03T07:32:04.307Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-2972fd47be91e6e5
21172024-04-03T07:32:15.636Z
21182024-04-03T07:32:15.648Zreal 12.848020016
21192024-04-03T07:32:15.648Zuser 12.754604766
21202024-04-03T07:32:15.649Zsys 0.090186645
21212024-04-03T07:32:15.649Ztrap 0.001610665
21222024-04-03T07:32:15.649Ztflt 0.000000000
21232024-04-03T07:32:15.649Zdflt 0.000000000
21242024-04-03T07:32:15.649Zkflt 0.000000000
21252024-04-03T07:32:15.649Zlock 0.000000000
21262024-04-03T07:32:15.649Zslp 0.000000000
21272024-04-03T07:32:15.650Zlat 0.001216112
21282024-04-03T07:32:15.650Zstop 0.000172790
21292024-04-03T07:32:15.650Z+ banner caboose-util
21302024-04-03T07:32:15.650Z
21312024-04-03T07:32:15.650Z #### ## ##### #### #### #### ###### # # #####
21322024-04-03T07:32:15.650Z # # # # # # # # # # # # # # #
21332024-04-03T07:32:15.651Z # # # ##### # # # # #### ##### ##### # # #
21342024-04-03T07:32:15.651Z # ###### # # # # # # # # # # #
21352024-04-03T07:32:15.651Z # # # # # # # # # # # # # # # #
21362024-04-03T07:32:15.651Z #### # # ##### #### #### #### ###### #### #
21372024-04-03T07:32:15.651Z
21382024-04-03T07:32:15.652Z+ ptime -m cargo build --locked -p caboose-util --release
21392024-04-03T07:32:16.130Z Downloading crates ...
21402024-04-03T07:32:16.293Z Downloaded array-init v0.0.4
21412024-04-03T07:32:16.317Z Downloaded crc-catalog v2.2.0
21422024-04-03T07:32:16.318Z Downloaded bitfield v0.14.0
21432024-04-03T07:32:16.323Z Downloaded env_logger v0.10.0
21442024-04-03T07:32:16.323Z Downloaded crc-any v2.4.3
21452024-04-03T07:32:16.323Z Downloaded path-slash v0.1.5
21462024-04-03T07:32:16.323Z Downloaded nodrop v0.1.14
21472024-04-03T07:32:16.324Z Downloaded crc v3.0.1
21482024-04-03T07:32:16.324Z Downloaded funty v2.0.0
21492024-04-03T07:32:16.324Z Downloaded wyz v0.5.1
21502024-04-03T07:32:16.331Z Downloaded tap v1.0.1
21512024-04-03T07:32:16.332Z Downloaded radium v0.7.0
21522024-04-03T07:32:16.332Z Downloaded smallvec v0.6.14
21532024-04-03T07:32:16.332Z Downloaded serde-hex v0.1.0
21542024-04-03T07:32:16.332Z Downloaded packed_struct v0.10.1
21552024-04-03T07:32:16.332Z Downloaded is-terminal v0.4.9
21562024-04-03T07:32:16.340Z Downloaded pkcs1 v0.7.5
21572024-04-03T07:32:16.340Z Downloaded packed_struct_codegen v0.10.1
21582024-04-03T07:32:16.340Z Downloaded maybe-uninit v2.0.0
21592024-04-03T07:32:16.356Z Downloaded ron v0.8.1
21602024-04-03T07:32:16.372Z Downloaded x509-cert v0.2.4
21612024-04-03T07:32:16.381Z Downloaded hashbrown v0.13.2
21622024-04-03T07:32:16.381Z Downloaded num-bigint-dig v0.8.4
21632024-04-03T07:32:16.381Z Downloaded rsa v0.9.2
21642024-04-03T07:32:16.390Z Downloaded bitvec v1.0.1
21652024-04-03T07:32:16.397Z Downloaded object v0.30.4
21662024-04-03T07:32:16.508Z Compiling proc-macro2 v1.0.78
21672024-04-03T07:32:16.952Z Compiling unicode-ident v1.0.12
21682024-04-03T07:32:16.952Z Compiling libc v0.2.153
21692024-04-03T07:32:16.953Z Compiling serde v1.0.197
21702024-04-03T07:32:16.953Z Compiling autocfg v1.1.0
21712024-04-03T07:32:16.953Z Compiling version_check v0.9.4
21722024-04-03T07:32:16.953Z Compiling cfg-if v1.0.0
21732024-04-03T07:32:16.953Z Compiling typenum v1.16.0
21742024-04-03T07:32:16.953Z Compiling once_cell v1.19.0
21752024-04-03T07:32:16.954Z Compiling parking_lot_core v0.9.8
21762024-04-03T07:32:17.058Z Compiling memchr v2.7.1
21772024-04-03T07:32:17.094Z Compiling syn v1.0.109
21782024-04-03T07:32:17.106Z Compiling byteorder v1.5.0
21792024-04-03T07:32:17.264Z Compiling lock_api v0.4.10
21802024-04-03T07:32:17.508Z Compiling generic-array v0.14.7
21812024-04-03T07:32:17.530Z Compiling libm v0.2.7
21822024-04-03T07:32:17.597Z Compiling num-traits v0.2.18
21832024-04-03T07:32:17.785Z Compiling ahash v0.8.8
21842024-04-03T07:32:17.833Z Compiling serde_json v1.0.114
21852024-04-03T07:32:17.880Z Compiling quote v1.0.35
21862024-04-03T07:32:18.079Z Compiling pkg-config v0.3.27
21872024-04-03T07:32:18.133Z Compiling thiserror v1.0.57
21882024-04-03T07:32:18.468Z Compiling syn v2.0.52
21892024-04-03T07:32:18.520Z Compiling cc v1.0.83
21902024-04-03T07:32:18.555Z Compiling getrandom v0.2.12
21912024-04-03T07:32:19.058Z Compiling itoa v1.0.9
21922024-04-03T07:32:19.069Z Compiling scopeguard v1.2.0
21932024-04-03T07:32:19.109Z Compiling log v0.4.21
21942024-04-03T07:32:19.303Z Compiling slab v0.4.9
21952024-04-03T07:32:20.007Z Compiling rand_core v0.6.4
21962024-04-03T07:32:20.010Z Compiling smallvec v1.13.1
21972024-04-03T07:32:20.228Z Compiling vcpkg v0.2.15
21982024-04-03T07:32:21.104Z Compiling parking_lot v0.12.1
21992024-04-03T07:32:21.212Z Compiling const-oid v0.9.6
22002024-04-03T07:32:21.679Z Compiling ryu v1.0.15
22012024-04-03T07:32:21.721Z Compiling pin-project-lite v0.2.13
22022024-04-03T07:32:21.795Z Compiling ring v0.17.8
22032024-04-03T07:32:21.974Z Compiling openssl-sys v0.9.96
22042024-04-03T07:32:21.983Z Compiling ucd-trie v0.1.6
22052024-04-03T07:32:23.040Z Compiling signal-hook-registry v1.4.1
22062024-04-03T07:32:23.049Z Compiling rustix v0.38.31
22072024-04-03T07:32:23.261Z Compiling subtle v2.5.0
22082024-04-03T07:32:23.714Z Compiling ring v0.16.20
22092024-04-03T07:32:23.737Z Compiling mio v0.8.11
22102024-04-03T07:32:23.737Z Compiling semver v1.0.22
22112024-04-03T07:32:24.085Z Compiling futures-core v0.3.30
22122024-04-03T07:32:24.240Z Compiling tinyvec_macros v0.1.1
22132024-04-03T07:32:24.328Z Compiling tinyvec v1.6.0
22142024-04-03T07:32:25.219Z Compiling spin v0.5.2
22152024-04-03T07:32:25.809Z Compiling unicode-normalization v0.1.22
22162024-04-03T07:32:26.633Z Compiling socket2 v0.5.5
22172024-04-03T07:32:26.643Z Compiling num_cpus v1.16.0
22182024-04-03T07:32:26.643Z Compiling unicode-bidi v0.3.15
22192024-04-03T07:32:26.824Z Compiling openssl v0.10.60
22202024-04-03T07:32:27.069Z Compiling httparse v1.8.0
22212024-04-03T07:32:27.260Z Compiling allocator-api2 v0.2.16
22222024-04-03T07:32:27.293Z Compiling heck v0.4.1
22232024-04-03T07:32:27.612Z Compiling futures-sink v0.3.30
22242024-04-03T07:32:27.681Z Compiling unicode-xid v0.2.4
22252024-04-03T07:32:27.781Z Compiling equivalent v1.0.1
22262024-04-03T07:32:27.824Z Compiling synstructure v0.12.6
22272024-04-03T07:32:28.003Z Compiling time-core v0.1.2
22282024-04-03T07:32:28.111Z Compiling num-conv v0.1.0
22292024-04-03T07:32:28.230Z Compiling futures-channel v0.3.30
22302024-04-03T07:32:28.369Z Compiling time-macros v0.2.17
22312024-04-03T07:32:28.691Z Compiling pin-utils v0.1.0
22322024-04-03T07:32:28.750Z Compiling native-tls v0.2.11
22332024-04-03T07:32:28.778Z Compiling futures-io v0.3.30
22342024-04-03T07:32:29.032Z Compiling ppv-lite86 v0.2.17
22352024-04-03T07:32:29.390Z Compiling futures-task v0.3.30
22362024-04-03T07:32:29.681Z Compiling rustls v0.21.9
22372024-04-03T07:32:29.845Z Compiling crc32fast v1.3.2
22382024-04-03T07:32:29.944Z Compiling rand_chacha v0.3.1
22392024-04-03T07:32:30.261Z Compiling bzip2-sys v0.1.11+1.0.8
22402024-04-03T07:32:30.355Z Compiling spin v0.9.8
22412024-04-03T07:32:30.673Z Compiling tracing-core v0.1.32
22422024-04-03T07:32:30.706Z Compiling base64ct v1.6.0
22432024-04-03T07:32:31.066Z Compiling rand v0.8.5
22442024-04-03T07:32:31.356Z Compiling pem-rfc7468 v0.7.0
22452024-04-03T07:32:31.674Z Compiling serde_derive v1.0.197
22462024-04-03T07:32:31.714Z Compiling zeroize_derive v1.4.2
22472024-04-03T07:32:31.834Z Compiling zerocopy-derive v0.7.32
22482024-04-03T07:32:31.846Z Compiling thiserror-impl v1.0.57
22492024-04-03T07:32:31.979Z Compiling tokio-macros v2.2.0
22502024-04-03T07:32:32.355Z Compiling futures-macro v0.3.30
22512024-04-03T07:32:32.901Z Compiling tracing-attributes v0.1.27
22522024-04-03T07:32:32.998Z Compiling der_derive v0.7.2
22532024-04-03T07:32:33.111Z Compiling zeroize v1.7.0
22542024-04-03T07:32:33.834Z Compiling zerocopy v0.7.32
22552024-04-03T07:32:34.695Z Compiling pest v2.7.6
22562024-04-03T07:32:34.961Z Compiling crypto-common v0.1.6
22572024-04-03T07:32:35.152Z Compiling block-buffer v0.10.4
22582024-04-03T07:32:35.336Z Compiling digest v0.10.7
22592024-04-03T07:32:35.358Z Compiling zerocopy-derive v0.2.0
22602024-04-03T07:32:35.421Z Compiling openssl-macros v0.1.1
22612024-04-03T07:32:36.081Z Compiling futures-util v0.3.30
22622024-04-03T07:32:36.200Z Compiling tracing v0.1.40
22632024-04-03T07:32:36.702Z Compiling hashbrown v0.14.3
22642024-04-03T07:32:36.702Z Compiling scroll_derive v0.12.0
22652024-04-03T07:32:36.716Z Compiling zerocopy-derive v0.6.4
22662024-04-03T07:32:37.090Z Compiling pest_meta v2.7.6
22672024-04-03T07:32:37.340Z Compiling cookie v0.17.0
22682024-04-03T07:32:37.612Z Compiling usdt-impl v0.3.5
22692024-04-03T07:32:37.783Z Compiling signal-hook v0.3.17
22702024-04-03T07:32:37.932Z Compiling schemars v0.8.16
22712024-04-03T07:32:38.033Z Compiling percent-encoding v2.3.1
22722024-04-03T07:32:38.155Z Compiling flagset v0.4.3
22732024-04-03T07:32:38.295Z Compiling pest_generator v2.7.6
22742024-04-03T07:32:38.363Z Compiling der v0.7.8
22752024-04-03T07:32:38.506Z Compiling serde_derive_internals v0.26.0
22762024-04-03T07:32:41.083Z Compiling pest_derive v2.7.6
22772024-04-03T07:32:41.767Z Compiling errno v0.3.8
22782024-04-03T07:32:41.999Z Compiling fnv v1.0.7
22792024-04-03T07:32:42.171Z Compiling schemars_derive v0.8.16
22802024-04-03T07:32:42.957Z Compiling spki v0.7.2
22812024-04-03T07:32:43.477Z Compiling zerocopy v0.3.0
22822024-04-03T07:32:43.758Z Compiling lazy_static v1.4.0
22832024-04-03T07:32:44.605Z Compiling backtrace v0.3.69
22842024-04-03T07:32:44.982Z Compiling thread-id v4.2.0
22852024-04-03T07:32:45.081Z Compiling num-bigint v0.4.4
22862024-04-03T07:32:45.192Z Compiling bytes v1.5.0
22872024-04-03T07:32:45.544Z Compiling bitflags v2.4.2
22882024-04-03T07:32:45.873Z Compiling indexmap v2.2.6
22892024-04-03T07:32:45.941Z Compiling uuid v1.7.0
22902024-04-03T07:32:46.205Z Compiling tokio v1.36.0
22912024-04-03T07:32:46.271Z Compiling rustc_version v0.4.0
22922024-04-03T07:32:47.219Z Compiling heapless v0.7.16
22932024-04-03T07:32:48.317Z Compiling http v0.2.12
22942024-04-03T07:32:48.913Z Compiling async-trait v0.1.79
22952024-04-03T07:32:49.047Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22962024-04-03T07:32:49.327Z Compiling powerfmt v0.2.0
22972024-04-03T07:32:49.664Z Compiling untrusted v0.7.1
22982024-04-03T07:32:49.709Z Compiling smoltcp v0.9.1
22992024-04-03T07:32:49.823Z Compiling base64 v0.21.7
23002024-04-03T07:32:50.304Z Compiling untrusted v0.9.0
23012024-04-03T07:32:50.520Z Compiling foreign-types-shared v0.1.1
23022024-04-03T07:32:50.589Z Compiling iana-time-zone v0.1.57
23032024-04-03T07:32:50.650Z Compiling crossbeam-utils v0.8.19
23042024-04-03T07:32:50.939Z Compiling chrono v0.4.34
23052024-04-03T07:32:51.039Z Compiling foreign-types v0.3.2
23062024-04-03T07:32:52.135Z Compiling deranged v0.3.11
23072024-04-03T07:32:54.184Z Compiling dof v0.1.5
23082024-04-03T07:32:54.274Z Compiling tokio-util v0.7.10
23092024-04-03T07:32:54.443Z Compiling dtrace-parser v0.1.14
23102024-04-03T07:32:54.515Z Compiling form_urlencoded v1.2.1
23112024-04-03T07:32:54.603Z Compiling hmac v0.12.1
23122024-04-03T07:32:56.427Z Compiling clap_derive v4.5.0
23132024-04-03T07:32:56.463Z Compiling num-integer v0.1.46
23142024-04-03T07:32:56.464Z Compiling rustversion v1.0.14
23152024-04-03T07:32:56.464Z Compiling siphasher v0.3.11
23162024-04-03T07:32:56.464Z Compiling try-lock v0.2.4
23172024-04-03T07:32:56.464Z Compiling utf8parse v0.2.1
23182024-04-03T07:32:56.464Z Compiling num_threads v0.1.6
23192024-04-03T07:32:56.464Z Compiling adler v1.0.2
23202024-04-03T07:32:56.464Z Compiling cpufeatures v0.2.12
23212024-04-03T07:32:56.465Z Compiling anstyle v1.0.6
23222024-04-03T07:32:56.465Z Compiling sha2 v0.10.8
23232024-04-03T07:32:56.465Z Compiling miniz_oxide v0.7.1
23242024-04-03T07:32:56.694Z Compiling time v0.3.34
23252024-04-03T07:32:59.349Z Compiling anstyle-parse v0.2.1
23262024-04-03T07:32:59.726Z Compiling want v0.3.1
23272024-04-03T07:32:59.811Z Compiling h2 v0.3.24
23282024-04-03T07:33:01.441Z Compiling sct v0.7.0
23292024-04-03T07:33:01.562Z Compiling rustls-webpki v0.101.7
23302024-04-03T07:33:01.583Z Compiling http-body v0.4.5
23312024-04-03T07:33:01.972Z Compiling serde_tokenstream v0.1.7
23322024-04-03T07:33:02.484Z Compiling pkcs8 v0.10.2
23332024-04-03T07:33:03.046Z Compiling hubpack_derive v0.1.1
23342024-04-03T07:33:03.152Z Compiling idna v0.5.0
23352024-04-03T07:33:08.108Z Compiling aho-corasick v1.1.2
23362024-04-03T07:33:08.213Z Compiling usdt-impl v0.5.0
23372024-04-03T07:33:08.213Z Compiling anyhow v1.0.79
23382024-04-03T07:33:08.213Z Compiling openssl-probe v0.1.5
23392024-04-03T07:33:08.213Z Compiling tower-service v0.3.2
23402024-04-03T07:33:08.213Z Compiling radium v0.7.0
23412024-04-03T07:33:08.213Z Compiling regex-syntax v0.8.2
23422024-04-03T07:33:08.213Z Compiling slog v2.7.0
23432024-04-03T07:33:08.213Z Compiling colorchoice v1.0.0
23442024-04-03T07:33:08.213Z Compiling anstyle-query v1.0.0
23452024-04-03T07:33:08.213Z Compiling httpdate v1.0.3
23462024-04-03T07:33:08.254Z Compiling hyper v0.14.28
23472024-04-03T07:33:08.632Z Compiling regex-automata v0.4.5
23482024-04-03T07:33:09.800Z Compiling anstream v0.6.11
23492024-04-03T07:33:13.372Z Compiling url v2.5.0
23502024-04-03T07:33:16.664Z Compiling terminal_size v0.3.0
23512024-04-03T07:33:16.938Z Compiling serde_spanned v0.6.5
23522024-04-03T07:33:17.166Z Compiling toml_datetime v0.6.5
23532024-04-03T07:33:17.492Z Compiling zerocopy v0.6.4
23542024-04-03T07:33:17.585Z Compiling scroll v0.12.0
23552024-04-03T07:33:17.677Z Compiling md-5 v0.10.5
23562024-04-03T07:33:18.199Z Compiling idna v0.3.0
23572024-04-03T07:33:18.366Z Compiling stringprep v0.1.3
23582024-04-03T07:33:18.692Z Compiling diesel_table_macro_syntax v0.1.0
23592024-04-03T07:33:18.771Z Compiling hash32 v0.2.1
23602024-04-03T07:33:19.443Z Compiling maybe-uninit v2.0.0
23612024-04-03T07:33:19.455Z Compiling clap_lex v0.7.0
23622024-04-03T07:33:19.455Z Compiling stable_deref_trait v1.2.0
23632024-04-03T07:33:19.455Z Compiling uuid v0.8.2
23642024-04-03T07:33:19.455Z Compiling plain v0.2.3
23652024-04-03T07:33:19.455Z Compiling dyn-clone v1.0.17
23662024-04-03T07:33:19.455Z Compiling strsim v0.11.0
23672024-04-03T07:33:19.466Z Compiling tap v1.0.1
23682024-04-03T07:33:19.642Z Compiling psl-types v2.0.11
23692024-04-03T07:33:19.711Z Compiling fallible-iterator v0.2.0
23702024-04-03T07:33:19.821Z Compiling gimli v0.28.0
23712024-04-03T07:33:19.950Z Compiling publicsuffix v2.2.3
23722024-04-03T07:33:20.191Z Compiling clap_builder v4.5.1
23732024-04-03T07:33:20.434Z Compiling postgres-protocol v0.6.6
23742024-04-03T07:33:21.058Z Compiling wyz v0.5.1
23752024-04-03T07:33:21.147Z Compiling goblin v0.8.0
23762024-04-03T07:33:21.961Z Compiling diesel_derives v2.1.2
23772024-04-03T07:33:22.862Z Compiling tokio-rustls v0.24.1
23782024-04-03T07:33:24.291Z Compiling addr2line v0.21.0
23792024-04-03T07:33:25.627Z Compiling strum_macros v0.25.2
23802024-04-03T07:33:26.416Z Compiling tokio-native-tls v0.3.1
23812024-04-03T07:33:27.160Z Compiling usdt-macro v0.3.5
23822024-04-03T07:33:28.325Z Compiling usdt-attr-macro v0.3.5
23832024-04-03T07:33:29.915Z Compiling phf_shared v0.11.2
23842024-04-03T07:33:30.045Z Compiling num-iter v0.1.44
23852024-04-03T07:33:30.643Z Compiling block-padding v0.3.3
23862024-04-03T07:33:30.875Z Compiling enum-as-inner v0.5.1
23872024-04-03T07:33:30.956Z Compiling serde_repr v0.1.16
23882024-04-03T07:33:31.973Z Compiling ff v0.13.0
23892024-04-03T07:33:32.179Z Compiling scheduled-thread-pool v0.2.7
23902024-04-03T07:33:37.324Z Compiling object v0.32.1
23912024-04-03T07:33:37.324Z Compiling rustc-demangle v0.1.23
23922024-04-03T07:33:37.324Z Compiling regex-automata v0.1.10
23932024-04-03T07:33:37.324Z Compiling ipnet v2.9.0
23942024-04-03T07:33:37.324Z Compiling matches v0.1.10
23952024-04-03T07:33:37.324Z Compiling winnow v0.5.15
23962024-04-03T07:33:37.324Z Compiling num-bigint-dig v0.8.4
23972024-04-03T07:33:37.324Z Compiling managed v0.8.0
23982024-04-03T07:33:37.500Z Compiling funty v2.0.0
23992024-04-03T07:33:37.780Z Compiling bitflags v1.3.2
24002024-04-03T07:33:40.321Z Compiling packed_struct v0.10.1
24012024-04-03T07:33:40.325Z Compiling pretty-hex v0.4.1
24022024-04-03T07:33:40.513Z Compiling bit-vec v0.6.3
24032024-04-03T07:33:40.798Z Compiling base16ct v0.2.0
24042024-04-03T07:33:41.008Z Compiling sec1 v0.7.3
24052024-04-03T07:33:41.141Z Compiling dof v0.3.0
24062024-04-03T07:33:43.072Z Compiling toml_edit v0.19.15
24072024-04-03T07:33:48.479Z Compiling bitvec v1.0.1
24082024-04-03T07:33:50.056Z Compiling idna v0.2.3
24092024-04-03T07:33:50.468Z Compiling bstr v0.2.17
24102024-04-03T07:33:51.031Z Compiling r2d2 v0.8.10
24112024-04-03T07:33:51.386Z Compiling group v0.13.0
24122024-04-03T07:33:51.657Z Compiling inout v0.1.3
24132024-04-03T07:33:52.652Z Compiling phf v0.11.2
24142024-04-03T07:33:52.962Z Compiling hyper-tls v0.5.0
24152024-04-03T07:33:52.988Z Compiling signal-hook-mio v0.2.3
24162024-04-03T07:33:53.142Z Compiling cookie_store v0.20.0
24172024-04-03T07:33:53.291Z Compiling flate2 v1.0.28
24182024-04-03T07:33:54.226Z Compiling clap v4.5.1
24192024-04-03T07:33:54.339Z Compiling hyper-rustls v0.24.2
24202024-04-03T07:33:54.492Z Compiling bzip2 v0.4.4
24212024-04-03T07:33:54.677Z Compiling ipnetwork v0.20.0
24222024-04-03T07:33:54.741Z Compiling postgres-types v0.2.6
24232024-04-03T07:33:55.008Z Compiling regex v1.10.4
24242024-04-03T07:33:55.438Z Compiling hubpack v0.1.2
24252024-04-03T07:33:55.466Z Compiling rustls-pemfile v1.0.3
24262024-04-03T07:33:55.802Z Compiling phf_shared v0.10.0
24272024-04-03T07:33:56.270Z Compiling hkdf v0.12.4
24282024-04-03T07:33:56.274Z Compiling serde_urlencoded v0.7.1
24292024-04-03T07:33:56.274Z Compiling dtrace-parser v0.2.0
24302024-04-03T07:33:56.274Z Compiling futures-executor v0.3.30
24312024-04-03T07:33:58.162Z Compiling crypto-bigint v0.5.2
24322024-04-03T07:33:58.473Z Compiling packed_struct_codegen v0.10.1
24332024-04-03T07:33:58.473Z Compiling float-cmp v0.9.0
24342024-04-03T07:33:58.540Z Compiling indexmap v1.9.3
24352024-04-03T07:33:58.806Z Compiling encoding_rs v0.8.33
24362024-04-03T07:33:59.098Z Compiling minimal-lexical v0.2.1
24372024-04-03T07:33:59.612Z Compiling static_assertions v1.1.0
24382024-04-03T07:33:59.912Z Compiling data-encoding v2.4.0
24392024-04-03T07:34:00.730Z Compiling difflib v0.4.0
24402024-04-03T07:34:00.737Z Compiling crc-catalog v2.2.0
24412024-04-03T07:34:00.754Z Compiling normalize-line-endings v0.3.0
24422024-04-03T07:34:00.923Z Compiling precomputed-hash v0.1.1
24432024-04-03T07:34:01.029Z Compiling new_debug_unreachable v1.0.4
24442024-04-03T07:34:01.131Z Compiling mime v0.3.17
24452024-04-03T07:34:01.139Z Compiling whoami v1.5.0
24462024-04-03T07:34:01.623Z Compiling winnow v0.6.1
24472024-04-03T07:34:01.684Z Compiling unicode-segmentation v1.10.1
24482024-04-03T07:34:01.839Z Compiling nodrop v0.1.14
24492024-04-03T07:34:02.379Z Compiling webpki-roots v0.25.2
24502024-04-03T07:34:02.391Z Compiling predicates-core v1.0.6
24512024-04-03T07:34:02.403Z Compiling fixedbitset v0.4.2
24522024-04-03T07:34:02.460Z Compiling sync_wrapper v0.1.2
24532024-04-03T07:34:02.528Z Compiling either v1.10.0
24542024-04-03T07:34:02.687Z Compiling unicode-width v0.1.11
24552024-04-03T07:34:02.801Z Compiling petgraph v0.6.4
24562024-04-03T07:34:02.841Z Compiling console v0.15.8
24572024-04-03T07:34:02.925Z Compiling itertools v0.10.5
24582024-04-03T07:34:04.171Z Compiling reqwest v0.11.24
24592024-04-03T07:34:05.358Z Compiling toml_edit v0.22.9
24602024-04-03T07:34:06.166Z Compiling predicates v3.1.0
24612024-04-03T07:34:12.316Z Compiling similar v2.4.0
24622024-04-03T07:34:12.841Z Compiling array-init v0.0.4
24632024-04-03T07:34:12.841Z Compiling tokio-postgres v0.7.10
24642024-04-03T07:34:12.841Z Compiling string_cache v0.8.7
24652024-04-03T07:34:14.047Z Compiling crc v3.0.1
24662024-04-03T07:34:14.450Z Compiling trust-dns-proto v0.22.0
24672024-04-03T07:34:16.803Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24682024-04-03T07:34:19.716Z Compiling nom v7.1.3
24692024-04-03T07:34:20.274Z Compiling elliptic-curve v0.13.8
24702024-04-03T07:34:23.497Z Compiling futures v0.3.30
24712024-04-03T07:34:24.803Z Compiling diesel v2.1.5
24722024-04-03T07:34:24.830Z Compiling smallvec v0.6.14
24732024-04-03T07:34:25.191Z Compiling zip v0.6.6
24742024-04-03T07:34:25.310Z Compiling yasna v0.5.2
24752024-04-03T07:34:25.617Z Compiling crossterm v0.27.0
24762024-04-03T07:34:26.446Z Compiling crossbeam-epoch v0.9.18
24772024-04-03T07:34:26.907Z Compiling cipher v0.4.4
24782024-04-03T07:34:27.633Z Compiling toml v0.7.8
24792024-04-03T07:34:28.299Z Compiling bit-set v0.5.3
24802024-04-03T07:34:28.572Z Compiling usdt v0.3.5
24812024-04-03T07:34:29.250Z Compiling bstr v1.9.0
24822024-04-03T07:34:30.472Z Compiling pkcs1 v0.7.5
24832024-04-03T07:34:30.478Z Compiling tokio-stream v0.1.14
24842024-04-03T07:34:30.910Z Compiling is-terminal v0.4.9
24852024-04-03T07:34:31.034Z Compiling openapiv3 v2.0.0
24862024-04-03T07:34:31.455Z Compiling hex v0.4.3
24872024-04-03T07:34:32.969Z Compiling signature v2.1.0
24882024-04-03T07:34:35.445Z Compiling hashbrown v0.12.3
24892024-04-03T07:34:35.453Z Compiling lalrpop-util v0.19.12
24902024-04-03T07:34:35.533Z Compiling termcolor v1.2.0
24912024-04-03T07:34:35.967Z Compiling peg-runtime v0.8.2
24922024-04-03T07:34:36.973Z Compiling bitfield v0.14.0
24932024-04-03T07:34:37.278Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24942024-04-03T07:34:41.710Z Compiling env_logger v0.10.0
24952024-04-03T07:34:43.301Z Compiling rsa v0.9.2
24962024-04-03T07:34:49.505Z Compiling serde-hex v0.1.0
24972024-04-03T07:34:53.032Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24982024-04-03T07:35:04.424Z Compiling ron v0.8.1
24992024-04-03T07:35:04.592Z Compiling x509-cert v0.2.4
25002024-04-03T07:35:04.638Z Compiling hashbrown v0.13.2
25012024-04-03T07:35:04.639Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022024-04-03T07:35:05.559Z Compiling crc-any v2.4.3
25032024-04-03T07:35:17.584Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25042024-04-03T07:35:31.727Z Compiling object v0.30.4
25052024-04-03T07:35:32.517Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25062024-04-03T07:35:45.709Z Compiling path-slash v0.1.5
25072024-04-03T07:35:45.709Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
25082024-04-03T07:36:05.986Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
25092024-04-03T07:36:06.741Z Finished release [optimized] target(s) in 3m 51s
25102024-04-03T07:36:06.821Z
25112024-04-03T07:36:06.826Zreal 3:51.132137738
25122024-04-03T07:36:06.826Zuser 25:37.460626339
25132024-04-03T07:36:06.826Zsys 3:08.360019546
25142024-04-03T07:36:06.826Ztrap 0.798621939
25152024-04-03T07:36:06.826Ztflt 1.735508021
25162024-04-03T07:36:06.826Zdflt 0.761841954
25172024-04-03T07:36:06.826Zkflt 0.010139108
25182024-04-03T07:36:06.826Zlock 58:12.980003805
25192024-04-03T07:36:06.826Zslp 1:15:23.135647541
25202024-04-03T07:36:06.826Zlat 1:29.218206119
25212024-04-03T07:36:06.826Zstop 1:29.555942275
25222024-04-03T07:36:06.826Z+ ptime -m gzip
25232024-04-03T07:36:07.180Z
25242024-04-03T07:36:07.187Zreal 0.354670022
25252024-04-03T07:36:07.187Zuser 0.349922828
25262024-04-03T07:36:07.187Zsys 0.004233231
25272024-04-03T07:36:07.187Ztrap 0.000025946
25282024-04-03T07:36:07.188Ztflt 0.000000000
25292024-04-03T07:36:07.188Zdflt 0.000000000
25302024-04-03T07:36:07.188Zkflt 0.000000000
25312024-04-03T07:36:07.188Zlock 0.000000000
25322024-04-03T07:36:07.188Zslp 0.000000000
25332024-04-03T07:36:07.188Zlat 0.000091989
25342024-04-03T07:36:07.188Zstop 0.000173690
25352024-04-03T07:36:07.188Z+ banner tufaceous
25362024-04-03T07:36:07.188Z
25372024-04-03T07:36:07.188Z ##### # # ###### ## #### ###### #### # # ####
25382024-04-03T07:36:07.188Z # # # # # # # # # # # # # #
25392024-04-03T07:36:07.189Z # # # ##### # # # ##### # # # # ####
25402024-04-03T07:36:07.189Z # # # # ###### # # # # # # #
25412024-04-03T07:36:07.189Z # # # # # # # # # # # # # # #
25422024-04-03T07:36:07.189Z # #### # # # #### ###### #### #### ####
25432024-04-03T07:36:07.189Z
25442024-04-03T07:36:07.189Z+ ptime -m cargo build --locked -p tufaceous --release
25452024-04-03T07:36:07.728Z Downloading crates ...
25462024-04-03T07:36:07.882Z Downloaded doc-comment v0.3.3
25472024-04-03T07:36:07.910Z Downloaded async-recursion v1.0.5
25482024-04-03T07:36:07.910Z Downloaded pin-project-internal v1.1.3
25492024-04-03T07:36:07.910Z Downloaded pin-project v1.1.3
25502024-04-03T07:36:07.911Z Downloaded snafu v0.7.5
25512024-04-03T07:36:07.911Z Downloaded snafu-derive v0.7.5
25522024-04-03T07:36:07.965Z Downloaded serde_plain v1.0.2
25532024-04-03T07:36:07.965Z Downloaded parse-size v1.0.0
25542024-04-03T07:36:07.965Z Downloaded typed-path v0.7.0
25552024-04-03T07:36:07.965Z Downloaded tough v0.16.0
25562024-04-03T07:36:07.965Z Downloaded olpc-cjson v0.1.3
25572024-04-03T07:36:07.965Z Downloaded fs-err v2.11.0
25582024-04-03T07:36:07.965Z Downloaded buf-list v1.0.3
25592024-04-03T07:36:07.966Z Downloaded globset v0.4.13
25602024-04-03T07:36:08.033Z Compiling serde_tokenstream v0.2.0
25612024-04-03T07:36:09.229Z Compiling regress v0.9.0
25622024-04-03T07:36:09.229Z Compiling dirs-sys-next v0.1.2
25632024-04-03T07:36:09.229Z Compiling rustls-pki-types v1.3.0
25642024-04-03T07:36:09.229Z Compiling strsim v0.10.0
25652024-04-03T07:36:09.229Z Compiling ident_case v1.0.1
25662024-04-03T07:36:09.229Z Compiling heck v0.4.1
25672024-04-03T07:36:09.230Z Compiling dirs-next v2.0.0
25682024-04-03T07:36:09.230Z Compiling darling_core v0.20.3
25692024-04-03T07:36:09.230Z Compiling getopts v0.2.21
25702024-04-03T07:36:09.230Z Compiling thread_local v1.1.7
25712024-04-03T07:36:09.252Z Compiling slog-async v2.8.0
25722024-04-03T07:36:09.321Z Compiling rustls v0.22.2
25732024-04-03T07:36:09.750Z Compiling unsafe-libyaml v0.2.10
25742024-04-03T07:36:09.754Z Compiling camino v1.1.6
25752024-04-03T07:36:09.754Z Compiling rustls-webpki v0.102.1
25762024-04-03T07:36:09.755Z Compiling term v0.7.0
25772024-04-03T07:36:09.988Z Compiling crossbeam-channel v0.5.8
25782024-04-03T07:36:11.155Z Compiling serde_yaml v0.9.25
25792024-04-03T07:36:11.756Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25802024-04-03T07:36:11.783Z Compiling structmeta-derive v0.3.0
25812024-04-03T07:36:13.818Z Compiling darling_macro v0.20.3
25822024-04-03T07:36:13.973Z Compiling atty v0.2.14
25832024-04-03T07:36:14.120Z Compiling multer v3.0.0
25842024-04-03T07:36:14.422Z Compiling take_mut v0.2.2
25852024-04-03T07:36:14.469Z Compiling doc-comment v0.3.3
25862024-04-03T07:36:14.483Z Compiling paste v1.0.14
25872024-04-03T07:36:14.982Z Compiling match_cfg v0.1.0
25882024-04-03T07:36:14.987Z Compiling hostname v0.3.1
25892024-04-03T07:36:14.988Z Compiling darling v0.20.3
25902024-04-03T07:36:14.988Z Compiling structmeta v0.3.0
25912024-04-03T07:36:14.988Z Compiling slog-term v2.9.0
25922024-04-03T07:36:15.313Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25932024-04-03T07:36:16.867Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25942024-04-03T07:36:16.887Z Compiling slog-json v2.6.1
25952024-04-03T07:36:16.897Z Compiling http v1.0.0
25962024-04-03T07:36:17.178Z Compiling async-stream-impl v0.3.5
25972024-04-03T07:36:17.416Z Compiling pin-project-internal v1.1.3
25982024-04-03T07:36:17.985Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25992024-04-03T07:36:18.070Z Compiling atomic-waker v1.1.1
26002024-04-03T07:36:18.252Z Compiling fastrand v2.0.1
26012024-04-03T07:36:18.332Z Compiling waitgroup v0.1.2
26022024-04-03T07:36:18.412Z Compiling async-stream v0.3.5
26032024-04-03T07:36:18.734Z Compiling tempfile v3.10.0
26042024-04-03T07:36:18.971Z Compiling slog-bunyan v2.5.0
26052024-04-03T07:36:19.327Z Compiling parse-display-derive v0.9.0
26062024-04-03T07:36:20.120Z Compiling pin-project v1.1.3
26072024-04-03T07:36:20.583Z Compiling tokio-rustls v0.25.0
26082024-04-03T07:36:20.741Z Compiling serde_with_macros v3.6.1
26092024-04-03T07:36:21.950Z Compiling toml v0.8.12
26102024-04-03T07:36:21.960Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26112024-04-03T07:36:21.960Z Compiling rustls-pemfile v2.1.1
26122024-04-03T07:36:22.551Z Compiling sha1 v0.10.6
26132024-04-03T07:36:23.591Z Compiling strum_macros v0.26.1
26142024-04-03T07:36:23.591Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26152024-04-03T07:36:23.591Z Compiling newtype-uuid v1.0.1
26162024-04-03T07:36:23.591Z Compiling snafu-derive v0.7.5
26172024-04-03T07:36:23.708Z Compiling serde_path_to_error v0.1.16
26182024-04-03T07:36:23.787Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26192024-04-03T07:36:24.492Z Compiling fs-err v2.11.0
26202024-04-03T07:36:24.692Z Compiling instant v0.1.12
26212024-04-03T07:36:24.777Z Compiling same-file v1.0.6
26222024-04-03T07:36:24.870Z Compiling debug-ignore v1.0.5
26232024-04-03T07:36:25.017Z Compiling arc-swap v1.6.0
26242024-04-03T07:36:25.049Z Compiling buf-list v1.0.3
26252024-04-03T07:36:25.733Z Compiling slog-scope v4.4.0
26262024-04-03T07:36:26.679Z Compiling walkdir v2.4.0
26272024-04-03T07:36:27.663Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26282024-04-03T07:36:27.807Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26292024-04-03T07:36:28.191Z Compiling strum v0.26.1
26302024-04-03T07:36:28.386Z Compiling backoff v0.4.0
26312024-04-03T07:36:28.437Z Compiling snafu v0.7.5
26322024-04-03T07:36:28.878Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26332024-04-03T07:36:29.022Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26342024-04-03T07:36:29.075Z Compiling serde_with v3.6.1
26352024-04-03T07:36:29.441Z Compiling parse-display v0.9.0
26362024-04-03T07:36:29.881Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26372024-04-03T07:36:30.608Z Compiling globset v0.4.13
26382024-04-03T07:36:31.596Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26392024-04-03T07:36:31.765Z Compiling pem v3.0.2
26402024-04-03T07:36:33.405Z Compiling olpc-cjson v0.1.3
26412024-04-03T07:36:33.538Z Compiling macaddr v1.0.1
26422024-04-03T07:36:33.722Z Compiling serde_plain v1.0.2
26432024-04-03T07:36:34.158Z Compiling async-recursion v1.0.5
26442024-04-03T07:36:34.250Z Compiling xattr v1.0.1
26452024-04-03T07:36:34.559Z Compiling filetime v0.2.23
26462024-04-03T07:36:34.696Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26472024-04-03T07:36:34.923Z Compiling typed-path v0.7.0
26482024-04-03T07:36:35.108Z Compiling tar v0.4.40
26492024-04-03T07:36:39.035Z Compiling tough v0.16.0
26502024-04-03T07:36:41.741Z Compiling slog-stdlog v4.1.1
26512024-04-03T07:36:42.677Z Compiling camino-tempfile v1.1.1
26522024-04-03T07:36:42.747Z Compiling itertools v0.12.1
26532024-04-03T07:36:43.487Z Compiling parse-size v1.0.0
26542024-04-03T07:36:44.181Z Compiling slog-envlogger v2.2.0
26552024-04-03T07:36:46.500Z Compiling humantime v2.1.0
26562024-04-03T07:36:50.208Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26572024-04-03T07:36:50.439Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26582024-04-03T07:36:56.350Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26592024-04-03T07:37:03.532Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26602024-04-03T07:37:06.045Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26612024-04-03T07:37:24.561Z Finished release [optimized] target(s) in 1m 17s
26622024-04-03T07:37:24.654Z
26632024-04-03T07:37:24.655Zreal 1:17.438394281
26642024-04-03T07:37:24.655Zuser 8:29.315964910
26652024-04-03T07:37:24.655Zsys 40.554948925
26662024-04-03T07:37:24.655Ztrap 0.230061102
26672024-04-03T07:37:24.655Ztflt 0.443798473
26682024-04-03T07:37:24.655Zdflt 0.408261950
26692024-04-03T07:37:24.656Zkflt 0.000004179
26702024-04-03T07:37:24.656Zlock 16:59.181007654
26712024-04-03T07:37:24.664Zslp 18:47.522266551
26722024-04-03T07:37:24.664Zlat 21.779656262
26732024-04-03T07:37:24.665Zstop 14.974538300
26742024-04-03T07:37:24.665Z+ ptime -m gzip
26752024-04-03T07:37:26.162Z
26762024-04-03T07:37:26.162Zreal 1.502511496
26772024-04-03T07:37:26.162Zuser 1.488577623
26782024-04-03T07:37:26.162Zsys 0.012424255
26792024-04-03T07:37:26.162Ztrap 0.000458637
26802024-04-03T07:37:26.162Ztflt 0.000000000
26812024-04-03T07:37:26.162Zdflt 0.000000000
26822024-04-03T07:37:26.163Zkflt 0.000000000
26832024-04-03T07:37:26.163Zlock 0.000000000
26842024-04-03T07:37:26.163Zslp 0.000000000
26852024-04-03T07:37:26.163Zlat 0.000652946
26862024-04-03T07:37:26.167Zstop 0.000177558
26872024-04-03T07:37:26.167Zprocess exited: duration 858806 ms, exit code 0
 
26882024-04-03T07:37:26.177Zfound 8 output files
26892024-04-03T07:37:26.177Zuploading: /work/end-to-end-tests/bootstrap-28a51422b533788d.gz (9708667 bytes)
26902024-04-03T07:37:34.678Zuploaded: /work/end-to-end-tests/bootstrap-28a51422b533788d.gz
26912024-04-03T07:37:34.700Zuploading: /work/end-to-end-tests/bootstrap.gz (105026451 bytes)
26922024-04-03T07:38:27.783Zuploaded: /work/end-to-end-tests/bootstrap.gz
26932024-04-03T07:38:27.783Zuploading: /work/end-to-end-tests/commtest-0e6379a48de6d126.gz (9708652 bytes)
26942024-04-03T07:38:37.886Zuploaded: /work/end-to-end-tests/commtest-0e6379a48de6d126.gz
26952024-04-03T07:38:37.887Zuploading: /work/end-to-end-tests/dhcp_server-3228f4e88b82b7eb.gz (9708155 bytes)
26962024-04-03T07:38:41.085Zuploaded: /work/end-to-end-tests/dhcp_server-3228f4e88b82b7eb.gz
26972024-04-03T07:38:41.099Zuploading: /work/end-to-end-tests/end_to_end_tests-2972fd47be91e6e5.gz (106361550 bytes)
26982024-04-03T07:39:30.766Zuploaded: /work/end-to-end-tests/end_to_end_tests-2972fd47be91e6e5.gz
26992024-04-03T07:39:30.766Zuploading: /work/caboose-util.gz (3208626 bytes)
27002024-04-03T07:39:32.865Zuploaded: /work/caboose-util.gz
27012024-04-03T07:39:32.870Zuploading: /work/tufaceous.gz (13708938 bytes)
27022024-04-03T07:39:37.669Zuploaded: /work/tufaceous.gz
27032024-04-03T07:39:37.679Zuploading: /work/commtest (474196920 bytes)
27042024-04-03T07:42:45.939Zuploaded: /work/commtest