01HPX6BXJ8YVZQ9KXCTQBVDTXX: helios / CI tools

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

Buildomat Job: 01HPX6C8CRRMAD8P5V7W38QC8D

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-18T04:08:49.778Zjob assigned to worker 01HPX6CHP5XXM9HG18R96GC7SR (queued for 57 s)
 
22024-02-18T04:08:50.788Zstarting task 0: "setup"
32024-02-18T04:08:50.887Z++ uname -s
42024-02-18T04:08:50.906Z+ kern=SunOS
52024-02-18T04:08:50.906Z+ case "$kern" in
62024-02-18T04:08:50.906Z+ groupadd -g 12345 build
72024-02-18T04:08:50.906Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-18T04:08:52.892Z+ zfs create -o mountpoint=/work rpool/work
92024-02-18T04:08:53.012Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-18T04:08:53.018Z+ home_fs=zfs
112024-02-18T04:08:53.018Z+ [[ zfs == autofs ]]
122024-02-18T04:08:53.018Z+ mkdir -p /home/build
132024-02-18T04:08:53.019Z+ chown build:build /home/build /work
142024-02-18T04:08:55.024Z+ chmod 0700 /home/build /work
152024-02-18T04:08:55.034Zprocess exited: duration 4242 ms, exit code 0
 
162024-02-18T04:08:55.044Zstarting task 1: "rust-toolchain"
172024-02-18T04:08:55.051Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-18T04:08:55.057Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-18T04:08:55.344Zinfo: downloading installer
202024-02-18T04:08:57.394Zwarning: it looks like you have an existing installation of Rust at:
212024-02-18T04:08:57.394Zwarning: /opt/ooce/bin
222024-02-18T04:08:57.394Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-18T04:08:57.394Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-18T04:08:57.394Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-18T04:08:57.394Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-18T04:08:57.394Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-18T04:08:57.394Zerror: cannot install while Rust is installed
282024-02-18T04:08:57.819Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-18T04:08:57.819Zinfo: profile set to 'default'
302024-02-18T04:08:57.819Zinfo: default host triple is x86_64-unknown-illumos
312024-02-18T04:08:57.819Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-18T04:08:57.819Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-18T04:08:57.819Zinfo: downloading component 'cargo'
342024-02-18T04:08:57.976Zinfo: downloading component 'clippy'
352024-02-18T04:08:58.235Zinfo: downloading component 'rust-docs'
362024-02-18T04:08:59.152Zinfo: downloading component 'rust-std'
372024-02-18T04:09:00.825Zinfo: downloading component 'rustc'
382024-02-18T04:09:05.543Zinfo: downloading component 'rustfmt'
392024-02-18T04:09:05.849Zinfo: installing component 'cargo'
402024-02-18T04:09:06.775Zinfo: installing component 'clippy'
412024-02-18T04:09:07.615Zinfo: installing component 'rust-docs'
422024-02-18T04:09:08.711Zinfo: installing component 'rust-std'
432024-02-18T04:09:10.637Zinfo: installing component 'rustc'
442024-02-18T04:09:14.988Zinfo: installing component 'rustfmt'
452024-02-18T04:09:15.321Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-18T04:09:15.322Z
472024-02-18T04:09:15.591Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-18T04:09:15.591Z
492024-02-18T04:09:15.594Z
502024-02-18T04:09:15.594ZRust is installed now. Great!
512024-02-18T04:09:15.595Z
522024-02-18T04:09:15.595ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-18T04:09:15.595Zenvironment variable. This has not been done automatically.
542024-02-18T04:09:15.595Z
552024-02-18T04:09:15.595ZTo configure your current shell, run:
562024-02-18T04:09:15.595Zsource "$HOME/.cargo/env"
572024-02-18T04:09:15.645Z+ rustc --version
582024-02-18T04:09:15.708Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-18T04:09:15.712Zprocess exited: duration 20662 ms, exit code 0
 
602024-02-18T04:09:15.718Zstarting task 2: "authentication"
612024-02-18T04:09:15.739Zprocess exited: duration 21 ms, exit code 0
 
622024-02-18T04:09:15.750Zstarting task 3: "clone repository"
632024-02-18T04:09:15.753Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-18T04:09:15.753Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-18T04:09:16.016ZCloning into '/work/oxidecomputer/omicron'...
662024-02-18T04:09:21.289Z+ cd /work/oxidecomputer/omicron
672024-02-18T04:09:21.308Z+ git fetch origin 6860360564fcb4b86f442e1907dc6dcf2b82169d
682024-02-18T04:09:21.608ZFrom https://github.com/oxidecomputer/omicron
692024-02-18T04:09:21.608Z * branch 6860360564fcb4b86f442e1907dc6dcf2b82169d -> FETCH_HEAD
702024-02-18T04:09:21.617Z+ [[ -n renovate/ring-0.x ]]
712024-02-18T04:09:21.621Z++ git branch --show-current
722024-02-18T04:09:21.624Z+ current=main
732024-02-18T04:09:21.624Z+ [[ main != renovate/ring-0.x ]]
742024-02-18T04:09:21.624Z+ git branch -f renovate/ring-0.x 6860360564fcb4b86f442e1907dc6dcf2b82169d
752024-02-18T04:09:21.627Z+ git checkout -f renovate/ring-0.x
762024-02-18T04:09:21.735ZSwitched to branch 'renovate/ring-0.x'
772024-02-18T04:09:21.745Z+ git reset --hard 6860360564fcb4b86f442e1907dc6dcf2b82169d
782024-02-18T04:09:21.856ZHEAD is now at 686036056 chore(deps): update rust crate ring to 0.17.8
792024-02-18T04:09:21.875Zprocess exited: duration 6097 ms, exit code 0
 
802024-02-18T04:09:22.329Zstarting task 4: "build"
812024-02-18T04:09:22.760Z+ cargo --version
822024-02-18T04:09:22.760Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-18T04:09:22.764Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-18T04:09:22.764Zinfo: downloading component 'cargo'
852024-02-18T04:09:23.308Zinfo: downloading component 'clippy'
862024-02-18T04:09:23.581Zinfo: downloading component 'rust-docs'
872024-02-18T04:09:24.480Zinfo: downloading component 'rust-std'
882024-02-18T04:09:26.022Zinfo: downloading component 'rustc'
892024-02-18T04:09:30.927Zinfo: downloading component 'rustfmt'
902024-02-18T04:09:31.343Zinfo: installing component 'cargo'
912024-02-18T04:09:32.209Zinfo: installing component 'clippy'
922024-02-18T04:09:32.575Zinfo: installing component 'rust-docs'
932024-02-18T04:09:34.140Zinfo: installing component 'rust-std'
942024-02-18T04:09:35.807Zinfo: installing component 'rustc'
952024-02-18T04:09:39.778Zinfo: installing component 'rustfmt'
962024-02-18T04:09:40.164Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-18T04:09:40.167Z+ rustc --version
982024-02-18T04:09:40.233Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-18T04:09:40.238Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-18T04:09:56.980Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-18T04:09:58.156Z Startup: Caching catalogs ... Done
1022024-02-18T04:09:59.507ZPlanning: Solver setup ... Done (0.974s)
1032024-02-18T04:09:59.526ZPlanning: Running solver ... Done (0.026s)
1042024-02-18T04:09:59.680ZPlanning: Finding local manifests ... Done (0.135s)
1052024-02-18T04:09:59.692ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-18T04:09:59.953ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-18T04:10:00.002ZPlanning: Package planning ... Done (0.050s)
1082024-02-18T04:10:00.060ZPlanning: Merging actions ... Done (0.051s)
1092024-02-18T04:10:01.186ZPlanning: Checking for conflicting actions ... Done (1.135s)
1102024-02-18T04:10:01.199ZPlanning: Consolidating action changes ... Done (0.011s)
1112024-02-18T04:10:05.429ZPlanning: Evaluating mediators ... Done (4.223s)
1122024-02-18T04:10:05.445ZPlanning: Planning completed in 7.23 seconds
1132024-02-18T04:10:05.462Z Packages to install: 4
1142024-02-18T04:10:05.462Z Mediators to change: 2
1152024-02-18T04:10:05.462Z Services to change: 1
1162024-02-18T04:10:05.462Z Estimated space available: 148.87 GB
1172024-02-18T04:10:05.463ZEstimated space to be consumed: 1.41 GB
1182024-02-18T04:10:05.463Z Create boot environment: No
1192024-02-18T04:10:05.463ZCreate backup boot environment: No
1202024-02-18T04:10:05.463Z Rebuild boot archive: No
1212024-02-18T04:10:05.463Z
1222024-02-18T04:10:05.463ZChanged mediators:
1232024-02-18T04:10:05.463Z mediator clang:
1242024-02-18T04:10:05.463Z version: None -> 15 (system default)
1252024-02-18T04:10:05.463Z
1262024-02-18T04:10:05.464Z mediator llvm:
1272024-02-18T04:10:05.464Z version: 14 (system default) -> 15 (system default)
1282024-02-18T04:10:05.464Z
1292024-02-18T04:10:05.464ZChanged packages:
1302024-02-18T04:10:05.464Zhelios-dev
1312024-02-18T04:10:05.464Z developer/build-essential
1322024-02-18T04:10:05.464Z None -> 11-2.0
1332024-02-18T04:10:05.464Z library/libxmlsec1
1342024-02-18T04:10:05.464Z None -> 1.2.35-2.0
1352024-02-18T04:10:05.464Z ooce/developer/clang-15
1362024-02-18T04:10:05.464Z None -> 15.0.7-2.0
1372024-02-18T04:10:05.464Z ooce/developer/llvm-15
1382024-02-18T04:10:05.464Z None -> 15.0.7-2.0
1392024-02-18T04:10:05.464Z
1402024-02-18T04:10:05.464ZServices:
1412024-02-18T04:10:05.465Z restart_fmri:
1422024-02-18T04:10:05.465Z svc:/system/update-man-index:default
1432024-02-18T04:10:06.100Z
1442024-02-18T04:10:06.100ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-18T04:10:10.690ZDownload: 366/3290 items 16.6/212.6MB 7% complete (3.5M/s)
1462024-02-18T04:10:15.727ZDownload: 845/3290 items 18.8/212.6MB 8% complete (2.0M/s)
1472024-02-18T04:10:20.926ZDownload: 1198/3290 items 82.9/212.6MB 39% complete (6.6M/s)
1482024-02-18T04:10:25.940ZDownload: 1878/3290 items 118.6/212.6MB 55% complete (10.0M/s)
1492024-02-18T04:10:30.943ZDownload: 2324/3290 items 119.7/212.6MB 56% complete (3.8M/s)
1502024-02-18T04:10:35.953ZDownload: 3036/3290 items 121.4/212.6MB 57% complete (289k/s)
1512024-02-18T04:10:41.353ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s)
1522024-02-18T04:10:42.966ZDownload: Completed 212.60 MB in 37.27 seconds (5.7M/s)
1532024-02-18T04:10:43.168Z Actions: 1/3689 actions (Installing new actions)
1542024-02-18T04:10:48.284Z Actions: 3549/3689 actions (Installing new actions)
1552024-02-18T04:10:49.063Z Actions: Completed 3689 actions in 5.89 seconds.
1562024-02-18T04:10:49.234Z Done (0.165s)
1572024-02-18T04:10:49.234Z Done (0.000s)
1582024-02-18T04:10:49.445Z Done (0.212s)
1592024-02-18T04:10:56.328Z Done (6.755s)
1602024-02-18T04:10:56.625Z Done (0.224s)
1612024-02-18T04:10:56.629Z Done (0.000s)
1622024-02-18T04:10:56.772Z Done (0.000s)
1632024-02-18T04:10:57.279ZPlanning: Evaluating mediator changes ... Done
1642024-02-18T04:10:57.437ZPlanning: Checking for conflicting actions ... Done
1652024-02-18T04:10:57.440ZPlanning: Consolidating action changes ... Done
1662024-02-18T04:10:57.721ZPlanning: Evaluating mediators ... Done
1672024-02-18T04:10:57.724ZPlanning: Planning completed in 0.45 seconds
1682024-02-18T04:10:57.758Z Mediators to change: 2
1692024-02-18T04:10:57.758Z Create boot environment: No
1702024-02-18T04:10:57.761ZCreate backup boot environment: No
1712024-02-18T04:10:57.838Z Done
1722024-02-18T04:10:57.838Z Done
1732024-02-18T04:10:57.962Z Done
1742024-02-18T04:11:01.671Z Done
1752024-02-18T04:11:01.768Z Done
1762024-02-18T04:11:01.783Z Done
1772024-02-18T04:11:01.890Z Done
1782024-02-18T04:11:02.533ZPlanning: Evaluating mediator changes ... Done
1792024-02-18T04:11:02.556ZPlanning: Merging actions ... Done
1802024-02-18T04:11:02.708ZPlanning: Checking for conflicting actions ... Done
1812024-02-18T04:11:02.712ZPlanning: Consolidating action changes ... Done
1822024-02-18T04:11:02.981ZPlanning: Evaluating mediators ... Done
1832024-02-18T04:11:03.038ZPlanning: Planning completed in 0.80 seconds
1842024-02-18T04:11:03.077Z Packages to change: 1
1852024-02-18T04:11:03.077Z Mediators to change: 1
1862024-02-18T04:11:03.086Z Services to change: 1
1872024-02-18T04:11:03.086Z Create boot environment: No
1882024-02-18T04:11:03.086ZCreate backup boot environment: Yes
1892024-02-18T04:11:05.061Z Actions: 1/6 actions (Updating modified actions)
1902024-02-18T04:11:05.189Z Actions: Completed 6 actions in 0.13 seconds.
1912024-02-18T04:11:05.192Z Done
1922024-02-18T04:11:05.192Z Done
1932024-02-18T04:11:05.236Z Done
1942024-02-18T04:11:08.893Z Done
1952024-02-18T04:11:08.986Z Done
1962024-02-18T04:11:08.996Z Done
1972024-02-18T04:11:09.096Z Done
1982024-02-18T04:11:09.525ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992024-02-18T04:11:09.526Zclang system 15 system
2002024-02-18T04:11:09.526Zcsh system system illumos
2012024-02-18T04:11:09.526Zctags system system illumos
2022024-02-18T04:11:09.526Zgcc vendor 12 vendor
2032024-02-18T04:11:09.526Zgcc system 10 system
2042024-02-18T04:11:09.526Zgcc system 7 system
2052024-02-18T04:11:09.526Zgo system 1.20 system
2062024-02-18T04:11:09.526Zgo system 1.19 system
2072024-02-18T04:11:09.526Zllvm system 15 system
2082024-02-18T04:11:09.526Zllvm system 14 system
2092024-02-18T04:11:09.526Zmariadb system 10.6 system
2102024-02-18T04:11:09.526Zmta vendor vendor dma
2112024-02-18T04:11:09.526Zopenjdk system 17 system
2122024-02-18T04:11:09.526Zopenjdk system 11 system
2132024-02-18T04:11:09.526Zopenjdk system 1.8 system
2142024-02-18T04:11:09.526Zopenssl vendor 3 vendor
2152024-02-18T04:11:09.526Zperl system 5.36 system
2162024-02-18T04:11:09.526Zpostgresql system 15 system
2172024-02-18T04:11:09.526Zpostgresql system 13 system
2182024-02-18T04:11:09.526Zpython vendor 3 vendor
2192024-02-18T04:11:09.526Zpython system 2 system
2202024-02-18T04:11:09.526Zpython3 system 3.11 system
2212024-02-18T04:11:09.526Zruby system 3.0 system
2222024-02-18T04:11:09.527Zwords vendor vendor american-english
2232024-02-18T04:11:09.527Zwords system system australian-english
2242024-02-18T04:11:09.527Zwords system system british-english
2252024-02-18T04:11:09.527Zwords system system canadian-english
2262024-02-18T04:11:09.527Zwords system system french
2272024-02-18T04:11:09.527Zwords system system italian
2282024-02-18T04:11:09.527Zwords system system ngerman
2292024-02-18T04:11:09.527Zwords system system ogerman
2302024-02-18T04:11:09.527Zwords system system spanish
2312024-02-18T04:11:09.862ZFMRI IFO
2322024-02-18T04:11:09.862Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-02-18T04:11:09.862Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-02-18T04:11:09.862Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-02-18T04:11:09.862Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-02-18T04:11:09.862Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2372024-02-18T04:11:09.862Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2382024-02-18T04:11:09.862Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2392024-02-18T04:11:09.862Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2402024-02-18T04:11:10.283Z+ set -o errexit
2412024-02-18T04:11:10.283Z+++ dirname ./tools/ci_download_cockroachdb
2422024-02-18T04:11:10.283Z++ cd ./tools
2432024-02-18T04:11:10.283Z++ pwd
2442024-02-18T04:11:10.283Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2452024-02-18T04:11:10.283Z++ basename ./tools/ci_download_cockroachdb
2462024-02-18T04:11:10.283Z+ ARG0=ci_download_cockroachdb
2472024-02-18T04:11:10.283Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2482024-02-18T04:11:10.284Z+ CIDL_VERSION=v22.1.9
2492024-02-18T04:11:10.284Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2502024-02-18T04:11:10.284Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2512024-02-18T04:11:10.284Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2522024-02-18T04:11:10.284Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2532024-02-18T04:11:10.284Z+ TARGET_DIR=out
2542024-02-18T04:11:10.284Z+ DOWNLOAD_DIR=out/downloads
2552024-02-18T04:11:10.284Z+ DEST_DIR=./out/cockroachdb
2562024-02-18T04:11:10.284Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2572024-02-18T04:11:10.284Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2582024-02-18T04:11:10.284Z+ main
2592024-02-18T04:11:10.284Z+ [[ 0 != 0 ]]
2602024-02-18T04:11:10.284Z+ CIDL_OS=solaris2.11
2612024-02-18T04:11:10.284Z+ [[ 0 != 0 ]]
2622024-02-18T04:11:10.284Z+ configure_os solaris2.11
2632024-02-18T04:11:10.285Z+ echo 'current directory: /work/oxidecomputer/omicron'
2642024-02-18T04:11:10.285Zcurrent directory: /work/oxidecomputer/omicron
2652024-02-18T04:11:10.285Z+ echo 'configuring based on OS: "solaris2.11"'
2662024-02-18T04:11:10.285Z+ case "$1" in
2672024-02-18T04:11:10.285Zconfiguring based on OS: "solaris2.11"
2682024-02-18T04:11:10.285Z+ CIDL_BUILD=illumos
2692024-02-18T04:11:10.285Z+ CIDL_SUFFIX=tar.gz
2702024-02-18T04:11:10.285Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2712024-02-18T04:11:10.285Z+ CIDL_URL_BASE=https://illumos.org/downloads
2722024-02-18T04:11:10.285Z+ CIDL_ASSEMBLE=do_assemble_illumos
2732024-02-18T04:11:10.285Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2742024-02-18T04:11:10.285Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2752024-02-18T04:11:10.285Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-02-18T04:11:10.285Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2772024-02-18T04:11:10.285Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2782024-02-18T04:11:10.285Z+ CIDL_SHA256FUNC=do_sha256sum
2792024-02-18T04:11:10.286Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2802024-02-18T04:11:10.286ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2812024-02-18T04:11:10.286Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2822024-02-18T04:11:10.286Z+ mkdir -p out/downloads
2832024-02-18T04:11:10.286ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-02-18T04:11:10.286Z+ mkdir -p ./out/cockroachdb
2852024-02-18T04:11:10.286Z+ local DO_DOWNLOAD=true
2862024-02-18T04:11:10.286Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2872024-02-18T04:11:10.286Z+ '[' true == true ']'
2882024-02-18T04:11:10.286Z+ echo Downloading...
2892024-02-18T04:11:10.287ZDownloading...
2902024-02-18T04:11:10.287Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2912024-02-18T04:11:10.287Z+ 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
2922024-02-18T04:11:12.477Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-02-18T04:11:12.480Z++ sha256sum
2942024-02-18T04:11:12.480Z++ awk '{print $1}'
2952024-02-18T04:11:12.706Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2962024-02-18T04:11:12.707Z+ [[ 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 ]]
2972024-02-18T04:11:12.710Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2982024-02-18T04:11:12.710Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2992024-02-18T04:11:14.975Z+ do_assemble_illumos
3002024-02-18T04:11:14.975Z+ rm -r ./out/cockroachdb
3012024-02-18T04:11:14.978Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3022024-02-18T04:11:15.364Z+ ./out/cockroachdb/bin/cockroach version
3032024-02-18T04:11:15.601ZBuild Tag: v22.1.9-dirty
3042024-02-18T04:11:15.601ZBuild Time: 2022/10/26 21:17:46
3052024-02-18T04:11:15.601ZDistribution: OSS
3062024-02-18T04:11:15.602ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3072024-02-18T04:11:15.602ZGo Version: go1.17.13
3082024-02-18T04:11:15.602ZC Compiler: gcc 10.3.0
3092024-02-18T04:11:15.602ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3102024-02-18T04:11:15.602ZBuild Type: release
3112024-02-18T04:11:15.618Z+ set -o errexit
3122024-02-18T04:11:15.621Z+++ dirname ./tools/ci_download_clickhouse
3132024-02-18T04:11:15.624Z++ cd ./tools
3142024-02-18T04:11:15.624Z++ pwd
3152024-02-18T04:11:15.624Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3162024-02-18T04:11:15.624Z++ basename ./tools/ci_download_clickhouse
3172024-02-18T04:11:15.631Z+ ARG0=ci_download_clickhouse
3182024-02-18T04:11:15.631Z+ TARGET_DIR=out
3192024-02-18T04:11:15.631Z+ DOWNLOAD_DIR=out/downloads
3202024-02-18T04:11:15.631Z+ DEST_DIR=./out/clickhouse
3212024-02-18T04:11:15.631Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3222024-02-18T04:11:15.631Z+ CIDL_VERSION=v22.8.9.24
3232024-02-18T04:11:15.631Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3242024-02-18T04:11:15.631Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3252024-02-18T04:11:15.631Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3262024-02-18T04:11:15.631Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3272024-02-18T04:11:15.631Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3282024-02-18T04:11:15.631Z+ main
3292024-02-18T04:11:15.631Z+ [[ 0 != 0 ]]
3302024-02-18T04:11:15.631Z+ CIDL_OS=solaris2.11
3312024-02-18T04:11:15.631Z+ [[ 0 != 0 ]]
3322024-02-18T04:11:15.631Z+ configure_os solaris2.11
3332024-02-18T04:11:15.631Z+ echo 'current directory: /work/oxidecomputer/omicron'
3342024-02-18T04:11:15.631Zcurrent directory: /work/oxidecomputer/omicron
3352024-02-18T04:11:15.631Zconfiguring based on OS: "solaris2.11"
3362024-02-18T04:11:15.632Z+ echo 'configuring based on OS: "solaris2.11"'
3372024-02-18T04:11:15.632Z+ CIDL_DASHREV=
3382024-02-18T04:11:15.632Z+ case "$1" in
3392024-02-18T04:11:15.632Z+ CIDL_PLATFORM=illumos
3402024-02-18T04:11:15.632Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3412024-02-18T04:11:15.632Z+ CIDL_MD5FUNC=do_md5sum
3422024-02-18T04:11:15.632Z+ CIDL_DASHREV=-1
3432024-02-18T04:11:15.632Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3442024-02-18T04:11:15.632Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-02-18T04:11:15.632Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-18T04:11:15.632Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3472024-02-18T04:11:15.632Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3482024-02-18T04:11:15.632ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3492024-02-18T04:11:15.632Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3502024-02-18T04:11:15.632Z+ mkdir -p out/downloads
3512024-02-18T04:11:15.632ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3522024-02-18T04:11:15.635Z+ mkdir -p ./out/clickhouse
3532024-02-18T04:11:15.635Z+ local DO_DOWNLOAD=true
3542024-02-18T04:11:15.635Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3552024-02-18T04:11:15.635Z+ '[' true == true ']'
3562024-02-18T04:11:15.636Z+ echo Downloading...
3572024-02-18T04:11:15.636ZDownloading...
3582024-02-18T04:11:15.636Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3592024-02-18T04:11:15.636Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3602024-02-18T04:11:17.841Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3612024-02-18T04:11:17.844Z++ md5sum
3622024-02-18T04:11:17.844Z++ awk '{print $1}'
3632024-02-18T04:11:18.024Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3642024-02-18T04:11:18.024Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3652024-02-18T04:11:18.028Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3662024-02-18T04:11:18.028Z+ mkdir -p ./out/clickhouse
3672024-02-18T04:11:18.028Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3682024-02-18T04:11:21.400Z+ ./out/clickhouse/clickhouse server --version
3692024-02-18T04:11:21.425ZClickHouse server version 22.8.9.1.
3702024-02-18T04:11:21.440Z+ set -o errexit
3712024-02-18T04:11:21.443Z+++ dirname ./tools/ci_download_console
3722024-02-18T04:11:21.446Z++ cd ./tools
3732024-02-18T04:11:21.446Z++ pwd
3742024-02-18T04:11:21.446Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3752024-02-18T04:11:21.446Z++ basename ./tools/ci_download_console
3762024-02-18T04:11:21.449Z+ ARG0=ci_download_console
3772024-02-18T04:11:21.449Z+ TARGET_DIR=out
3782024-02-18T04:11:21.449Z+ DOWNLOAD_DIR=out/downloads
3792024-02-18T04:11:21.449Z+ DEST_DIR=./out/console-assets
3802024-02-18T04:11:21.449Z+ source /work/oxidecomputer/omicron/tools/console_version
3812024-02-18T04:11:21.449Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3822024-02-18T04:11:21.449Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3832024-02-18T04:11:21.449Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3842024-02-18T04:11:21.449Z+ TARBALL_FILE=out/downloads/console.tar.gz
3852024-02-18T04:11:21.449Z+ main
3862024-02-18T04:11:21.449Z+ [[ 0 != 0 ]]
3872024-02-18T04:11:21.450Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3882024-02-18T04:11:21.450ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3892024-02-18T04:11:21.450ZLocal file: out/downloads/console.tar.gz
3902024-02-18T04:11:21.450Z+ echo 'Local file: out/downloads/console.tar.gz'
3912024-02-18T04:11:21.450Z+ local DO_DOWNLOAD=true
3922024-02-18T04:11:21.450Z+ [[ -f out/downloads/console.tar.gz ]]
3932024-02-18T04:11:21.450Z+ mkdir -p out/downloads
3942024-02-18T04:11:21.453Z+ '[' true == true ']'
3952024-02-18T04:11:21.453Z+ echo Downloading...
3962024-02-18T04:11:21.453ZDownloading...
3972024-02-18T04:11:21.453Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3982024-02-18T04:11:21.453Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3992024-02-18T04:11:22.227Z++ do_sha256sum out/downloads/console.tar.gz
4002024-02-18T04:11:22.236Z++ case "$OSTYPE" in
4012024-02-18T04:11:22.236Z++ SHA=sha256sum
4022024-02-18T04:11:22.236Z++ sha256sum
4032024-02-18T04:11:22.236Z++ awk '{print $1}'
4042024-02-18T04:11:22.236Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4052024-02-18T04:11:22.236Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
4062024-02-18T04:11:22.236Z+ rm -rf ./out/console-assets
4072024-02-18T04:11:22.240Z+ mkdir -p ./out/console-assets
4082024-02-18T04:11:22.240Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4092024-02-18T04:11:22.240Z+ mkdir -p ./out/console-assets
4102024-02-18T04:11:22.243Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4112024-02-18T04:11:22.336Z+ set -o errexit
4122024-02-18T04:11:22.339Z+++ dirname ./tools/ci_download_maghemite_openapi
4132024-02-18T04:11:22.342Z++ cd ./tools
4142024-02-18T04:11:22.342Z++ pwd
4152024-02-18T04:11:22.342Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4162024-02-18T04:11:22.342Z++ basename ./tools/ci_download_maghemite_openapi
4172024-02-18T04:11:22.342Z+ ARG0=ci_download_maghemite_openapi
4182024-02-18T04:11:22.342Z+ TARGET_DIR=out
4192024-02-18T04:11:22.342Z+ DOWNLOAD_DIR=out/downloads
4202024-02-18T04:11:22.346Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4212024-02-18T04:11:22.346Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4222024-02-18T04:11:22.346Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4232024-02-18T04:11:22.346Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4242024-02-18T04:11:22.346Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4252024-02-18T04:11:22.346Z+ main
4262024-02-18T04:11:22.346Z+ [[ 0 != 0 ]]
4272024-02-18T04:11:22.346Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4282024-02-18T04:11:22.346ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4292024-02-18T04:11:22.346Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4302024-02-18T04:11:22.346Z+ local DO_DOWNLOAD=true
4312024-02-18T04:11:22.346ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4322024-02-18T04:11:22.346Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4332024-02-18T04:11:22.346Z+ mkdir -p out/downloads
4342024-02-18T04:11:22.346Z+ '[' true == true ']'
4352024-02-18T04:11:22.346Z+ echo Downloading...
4362024-02-18T04:11:22.346ZDownloading...
4372024-02-18T04:11:22.346Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4382024-02-18T04:11:22.346Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4392024-02-18T04:11:22.447Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4402024-02-18T04:11:22.450Z++ case "$OSTYPE" in
4412024-02-18T04:11:22.450Z++ SHA=sha256sum
4422024-02-18T04:11:22.450Z++ sha256sum
4432024-02-18T04:11:22.450Z++ awk '{print $1}'
4442024-02-18T04:11:22.453Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4452024-02-18T04:11:22.453Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4462024-02-18T04:11:22.453Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4472024-02-18T04:11:22.453Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4482024-02-18T04:11:22.453Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4492024-02-18T04:11:22.454Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4502024-02-18T04:11:22.454Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4512024-02-18T04:11:22.454Z+ main
4522024-02-18T04:11:22.454Z+ [[ 0 != 0 ]]
4532024-02-18T04:11:22.454Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4542024-02-18T04:11:22.454ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4552024-02-18T04:11:22.454Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4562024-02-18T04:11:22.454ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4572024-02-18T04:11:22.454Z+ local DO_DOWNLOAD=true
4582024-02-18T04:11:22.454Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4592024-02-18T04:11:22.454Z+ mkdir -p out/downloads
4602024-02-18T04:11:22.458Z+ '[' true == true ']'
4612024-02-18T04:11:22.458Z+ echo Downloading...
4622024-02-18T04:11:22.458ZDownloading...
4632024-02-18T04:11:22.458Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4642024-02-18T04:11:22.458Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4652024-02-18T04:11:22.552Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4662024-02-18T04:11:22.555Z++ case "$OSTYPE" in
4672024-02-18T04:11:22.555Z++ SHA=sha256sum
4682024-02-18T04:11:22.555Z++ sha256sum
4692024-02-18T04:11:22.555Z++ awk '{print $1}'
4702024-02-18T04:11:22.559Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4712024-02-18T04:11:22.559Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4722024-02-18T04:11:22.563Z+ set -o errexit
4732024-02-18T04:11:22.566Z+++ dirname ./tools/ci_download_dendrite_openapi
4742024-02-18T04:11:22.568Z++ cd ./tools
4752024-02-18T04:11:22.569Z++ pwd
4762024-02-18T04:11:22.569Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4772024-02-18T04:11:22.569Z++ basename ./tools/ci_download_dendrite_openapi
4782024-02-18T04:11:22.571Z+ ARG0=ci_download_dendrite_openapi
4792024-02-18T04:11:22.571Z+ TARGET_DIR=out
4802024-02-18T04:11:22.572Z+ DOWNLOAD_DIR=out/downloads
4812024-02-18T04:11:22.572Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4822024-02-18T04:11:22.572Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4832024-02-18T04:11:22.572Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4842024-02-18T04:11:22.572Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4852024-02-18T04:11:22.572Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4862024-02-18T04:11:22.572Z+ main
4872024-02-18T04:11:22.572Z+ [[ 0 != 0 ]]
4882024-02-18T04:11:22.572Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4892024-02-18T04:11:22.572ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4902024-02-18T04:11:22.572ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4912024-02-18T04:11:22.572Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4922024-02-18T04:11:22.572Z+ local DO_DOWNLOAD=true
4932024-02-18T04:11:22.572Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4942024-02-18T04:11:22.572Z+ mkdir -p out/downloads
4952024-02-18T04:11:22.575Z+ '[' true == true ']'
4962024-02-18T04:11:22.575Z+ echo Downloading...
4972024-02-18T04:11:22.575ZDownloading...
4982024-02-18T04:11:22.575Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4992024-02-18T04:11:22.575Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
5002024-02-18T04:11:22.757Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
5012024-02-18T04:11:22.757Z++ case "$OSTYPE" in
5022024-02-18T04:11:22.760Z++ SHA=sha256sum
5032024-02-18T04:11:22.760Z++ sha256sum
5042024-02-18T04:11:22.760Z++ awk '{print $1}'
5052024-02-18T04:11:22.766Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5062024-02-18T04:11:22.766Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
5072024-02-18T04:11:22.770Z+ set -o errexit
5082024-02-18T04:11:22.773Z+++ dirname ./tools/ci_download_dendrite_stub
5092024-02-18T04:11:22.773Z++ cd ./tools
5102024-02-18T04:11:22.773Z++ pwd
5112024-02-18T04:11:22.776Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5122024-02-18T04:11:22.776Z++ basename ./tools/ci_download_dendrite_stub
5132024-02-18T04:11:22.776Z+ ARG0=ci_download_dendrite_stub
5142024-02-18T04:11:22.776Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5152024-02-18T04:11:22.777Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5162024-02-18T04:11:22.777Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5172024-02-18T04:11:22.777Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5182024-02-18T04:11:22.777Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5192024-02-18T04:11:22.777Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5202024-02-18T04:11:22.777Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5212024-02-18T04:11:22.777Z+ TARGET_DIR=out
5222024-02-18T04:11:22.777Z+ DOWNLOAD_DIR=out/downloads
5232024-02-18T04:11:22.777Z+ DEST_DIR=./out/dendrite-stub
5242024-02-18T04:11:22.777Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5252024-02-18T04:11:22.777Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5262024-02-18T04:11:22.777Z+ REPO=oxidecomputer/dendrite
5272024-02-18T04:11:22.777Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5282024-02-18T04:11:22.780Z+ main
5292024-02-18T04:11:22.780Z+ [[ 0 != 0 ]]
5302024-02-18T04:11:22.780Z+ CIDL_OS=solaris2.11
5312024-02-18T04:11:22.781Z+ [[ 0 != 0 ]]
5322024-02-18T04:11:22.781Z+ configure_os solaris2.11
5332024-02-18T04:11:22.781Z+ echo 'current directory: /work/oxidecomputer/omicron'
5342024-02-18T04:11:22.781Zcurrent directory: /work/oxidecomputer/omicron
5352024-02-18T04:11:22.781Z+ echo 'configuring based on OS: "solaris2.11"'
5362024-02-18T04:11:22.781Z+ case "$1" in
5372024-02-18T04:11:22.781Zconfiguring based on OS: "solaris2.11"
5382024-02-18T04:11:22.781Z+ SET_BINARIES=
5392024-02-18T04:11:22.781Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5402024-02-18T04:11:22.781Z+ CIDL_SHA256FUNC=do_sha256sum
5412024-02-18T04:11:22.781Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5422024-02-18T04:11:22.781Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5432024-02-18T04:11:22.781Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5442024-02-18T04:11:22.781Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5452024-02-18T04:11:22.781ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5462024-02-18T04:11:22.781Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5472024-02-18T04:11:22.781Z+ mkdir -p out/downloads
5482024-02-18T04:11:22.781ZLocal file: out/downloads/dendrite-stub.tar.gz
5492024-02-18T04:11:22.781Z+ mkdir -p ./out/dendrite-stub
5502024-02-18T04:11:22.785Z+ fetch_and_verify
5512024-02-18T04:11:22.785Z+ local DO_DOWNLOAD=true
5522024-02-18T04:11:22.785Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5532024-02-18T04:11:22.785Z+ '[' true == true ']'
5542024-02-18T04:11:22.785Z+ echo Downloading...
5552024-02-18T04:11:22.785ZDownloading...
5562024-02-18T04:11:22.785Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5572024-02-18T04:11:22.785Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5582024-02-18T04:11:27.817Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5592024-02-18T04:11:27.820Z++ sha256sum
5602024-02-18T04:11:27.820Z++ awk '{print $1}'
5612024-02-18T04:11:27.842Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5622024-02-18T04:11:27.845Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5632024-02-18T04:11:27.845Z+ do_untar out/downloads/dendrite-stub.tar.gz
5642024-02-18T04:11:27.845Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5652024-02-18T04:11:28.577Z+ do_assemble
5662024-02-18T04:11:28.577Z+ rm -r ./out/dendrite-stub
5672024-02-18T04:11:28.580Z+ mkdir ./out/dendrite-stub
5682024-02-18T04:11:28.580Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5692024-02-18T04:11:28.666Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5702024-02-18T04:11:28.676Z+ set -o errexit
5712024-02-18T04:11:28.681Z+++ dirname ./tools/ci_download_maghemite_mgd
5722024-02-18T04:11:28.684Z++ cd ./tools
5732024-02-18T04:11:28.684Z++ pwd
5742024-02-18T04:11:28.684Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5752024-02-18T04:11:28.684Z++ basename ./tools/ci_download_maghemite_mgd
5762024-02-18T04:11:28.685Z+ ARG0=ci_download_maghemite_mgd
5772024-02-18T04:11:28.685Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5782024-02-18T04:11:28.685Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5792024-02-18T04:11:28.685Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5802024-02-18T04:11:28.685Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5812024-02-18T04:11:28.685Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5822024-02-18T04:11:28.685Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5832024-02-18T04:11:28.685Z+ TARGET_DIR=out
5842024-02-18T04:11:28.685Z+ DOWNLOAD_DIR=out/downloads
5852024-02-18T04:11:28.685Z+ DEST_DIR=./out/mgd
5862024-02-18T04:11:28.685Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5872024-02-18T04:11:28.685Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5882024-02-18T04:11:28.685Z+ REPO=oxidecomputer/maghemite
5892024-02-18T04:11:28.685Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5902024-02-18T04:11:28.685Z+ main
5912024-02-18T04:11:28.685Z+ [[ 0 != 0 ]]
5922024-02-18T04:11:28.685Z+ CIDL_OS=solaris2.11
5932024-02-18T04:11:28.685Z+ [[ 0 != 0 ]]
5942024-02-18T04:11:28.685Z+ configure_os solaris2.11
5952024-02-18T04:11:28.685Z+ echo 'current directory: /work/oxidecomputer/omicron'
5962024-02-18T04:11:28.685Zcurrent directory: /work/oxidecomputer/omicron
5972024-02-18T04:11:28.685Z+ echo 'configuring based on OS: "solaris2.11"'
5982024-02-18T04:11:28.685Z+ case "$1" in
5992024-02-18T04:11:28.686Z+ SET_BINARIES=
6002024-02-18T04:11:28.686Zconfiguring based on OS: "solaris2.11"
6012024-02-18T04:11:28.686Z+ CIDL_SHA256FUNC=do_sha256sum
6022024-02-18T04:11:28.686Z+ TARBALL_FILENAME=mgd.tar.gz
6032024-02-18T04:11:28.686Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6042024-02-18T04:11:28.686Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6052024-02-18T04:11:28.686Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
6062024-02-18T04:11:28.686Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6072024-02-18T04:11:28.686ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6082024-02-18T04:11:28.686ZLocal file: out/downloads/mgd.tar.gz
6092024-02-18T04:11:28.686Z+ mkdir -p out/downloads
6102024-02-18T04:11:28.689Z+ mkdir -p ./out/mgd
6112024-02-18T04:11:28.689Z+ fetch_and_verify
6122024-02-18T04:11:28.690Z+ local DO_DOWNLOAD=true
6132024-02-18T04:11:28.690Z+ [[ -f out/downloads/mgd.tar.gz ]]
6142024-02-18T04:11:28.690Z+ '[' true == true ']'
6152024-02-18T04:11:28.690Z+ echo Downloading...
6162024-02-18T04:11:28.690ZDownloading...
6172024-02-18T04:11:28.690Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6182024-02-18T04:11:28.690Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6192024-02-18T04:11:33.167Z++ do_sha256sum out/downloads/mgd.tar.gz
6202024-02-18T04:11:33.172Z++ sha256sum
6212024-02-18T04:11:33.173Z++ awk '{print $1}'
6222024-02-18T04:11:33.189Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6232024-02-18T04:11:33.189Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6242024-02-18T04:11:33.192Z+ do_untar out/downloads/mgd.tar.gz
6252024-02-18T04:11:33.192Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6262024-02-18T04:11:33.667Z+ do_assemble
6272024-02-18T04:11:33.667Z+ rm -r ./out/mgd
6282024-02-18T04:11:33.670Z+ mkdir ./out/mgd
6292024-02-18T04:11:33.674Z+ cp -r out/downloads/root ./out/mgd/root
6302024-02-18T04:11:33.812Z+ set -o errexit
6312024-02-18T04:11:33.818Z+++ dirname ./tools/ci_download_transceiver_control
6322024-02-18T04:11:33.821Z++ cd ./tools
6332024-02-18T04:11:33.821Z++ pwd
6342024-02-18T04:11:33.821Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6352024-02-18T04:11:33.821Z++ basename ./tools/ci_download_transceiver_control
6362024-02-18T04:11:33.821Z+ ARG0=ci_download_transceiver_control
6372024-02-18T04:11:33.821Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6382024-02-18T04:11:33.821Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6392024-02-18T04:11:33.821Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6402024-02-18T04:11:33.821Z+ TARGET_DIR=out
6412024-02-18T04:11:33.821Z+ DOWNLOAD_DIR=out/downloads
6422024-02-18T04:11:33.821Z+ DEST_DIR=./out/transceiver-control
6432024-02-18T04:11:33.821Z+ BIN_DIR=/opt/oxide/bin
6442024-02-18T04:11:33.821Z+ BINARY=xcvradm
6452024-02-18T04:11:33.821Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6462024-02-18T04:11:33.822Z+ REPO=oxidecomputer/transceiver-control
6472024-02-18T04:11:33.822Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6482024-02-18T04:11:33.822Z+ main
6492024-02-18T04:11:33.822Z+ [[ 0 != 0 ]]
6502024-02-18T04:11:33.822Z+ CIDL_OS=solaris2.11
6512024-02-18T04:11:33.822Z+ [[ 0 != 0 ]]
6522024-02-18T04:11:33.822Z+ configure_os solaris2.11
6532024-02-18T04:11:33.822Z+ echo 'current directory: /work/oxidecomputer/omicron'
6542024-02-18T04:11:33.822Zcurrent directory: /work/oxidecomputer/omicron
6552024-02-18T04:11:33.822Z+ echo 'configuring based on OS: "solaris2.11"'
6562024-02-18T04:11:33.822Zconfiguring based on OS: "solaris2.11"
6572024-02-18T04:11:33.822Z+ case "$1" in
6582024-02-18T04:11:33.822Z+ SET_BINARIES=
6592024-02-18T04:11:33.822Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6602024-02-18T04:11:33.822Z+ CIDL_SHA256FUNC=do_sha256sum
6612024-02-18T04:11:33.822Z+ ARCHIVE_FILENAME=xcvradm.gz
6622024-02-18T04:11:33.822Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6632024-02-18T04:11:33.822Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6642024-02-18T04:11:33.822Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6652024-02-18T04:11:33.822Z+ echo 'Local file: out/downloads/xcvradm.gz'
6662024-02-18T04:11:33.822ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6672024-02-18T04:11:33.822ZLocal file: out/downloads/xcvradm.gz
6682024-02-18T04:11:33.822Z+ mkdir -p out/downloads
6692024-02-18T04:11:33.826Z+ mkdir -p ./out/transceiver-control
6702024-02-18T04:11:33.826Z+ fetch_and_verify
6712024-02-18T04:11:33.826Z+ local DO_DOWNLOAD=true
6722024-02-18T04:11:33.826Z+ [[ -f out/downloads/xcvradm.gz ]]
6732024-02-18T04:11:33.826Z+ '[' true == true ']'
6742024-02-18T04:11:33.826Z+ echo Downloading...
6752024-02-18T04:11:33.826ZDownloading...
6762024-02-18T04:11:33.826Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6772024-02-18T04:11:33.826Z+ 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
6782024-02-18T04:11:35.727Z++ do_sha256sum out/downloads/xcvradm.gz
6792024-02-18T04:11:35.730Z++ sha256sum
6802024-02-18T04:11:35.730Z++ awk '{print $1}'
6812024-02-18T04:11:35.733Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6822024-02-18T04:11:35.733Z+ [[ 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 ]]
6832024-02-18T04:11:35.733Z+ do_unpack out/downloads/xcvradm.gz
6842024-02-18T04:11:35.733Z+ mkdir -p out/downloads/root//opt/oxide/bin
6852024-02-18T04:11:35.736Z+ gzip -dc out/downloads/xcvradm.gz
6862024-02-18T04:11:35.863Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6872024-02-18T04:11:35.866Z+ do_assemble
6882024-02-18T04:11:35.866Z+ rm -r ./out/transceiver-control
6892024-02-18T04:11:35.869Z+ mkdir ./out/transceiver-control
6902024-02-18T04:11:35.869Z+ cp -r out/downloads/root ./out/transceiver-control/root
6912024-02-18T04:11:36.037ZAll prerequisites installed successfully
6922024-02-18T04:11:36.040Z
6932024-02-18T04:11:36.040Zreal 1:55.646158593
6942024-02-18T04:11:36.040Zuser 35.035142957
6952024-02-18T04:11:36.040Zsys 6.626322253
6962024-02-18T04:11:36.041Ztrap 0.010062587
6972024-02-18T04:11:36.041Ztflt 0.423915023
6982024-02-18T04:11:36.041Zdflt 0.898525504
6992024-02-18T04:11:36.041Zkflt 0.288985771
7002024-02-18T04:11:36.041Zlock 2.014814230
7012024-02-18T04:11:36.041Zslp 3:41.305459972
7022024-02-18T04:11:36.041Zlat 1.824197610
7032024-02-18T04:11:36.041Zstop 0.125334921
7042024-02-18T04:11:36.041Z+ banner end-to-end-tests
7052024-02-18T04:11:36.155Z
7062024-02-18T04:11:36.155Z ###### # # ##### ##### #### ###### # # #####
7072024-02-18T04:11:36.155Z # ## # # # # # # # ## # # #
7082024-02-18T04:11:36.155Z ##### # # # # # ##### # # # ##### ##### # # # # #
7092024-02-18T04:11:36.155Z # # # # # # # # # # # # # # #
7102024-02-18T04:11:36.155Z # # ## # # # # # # # ## # #
7112024-02-18T04:11:36.155Z ###### # # ##### # #### ###### # # #####
7122024-02-18T04:11:36.155Z
7132024-02-18T04:11:36.159Z+ export CARGO_PROFILE_DEV_DEBUG=1
7142024-02-18T04:11:36.159Z+ CARGO_PROFILE_DEV_DEBUG=1
7152024-02-18T04:11:36.159Z+ export CARGO_PROFILE_TEST_DEBUG=1
7162024-02-18T04:11:36.159Z+ CARGO_PROFILE_TEST_DEBUG=1
7172024-02-18T04:11:36.159Z+ export CARGO_INCREMENTAL=0
7182024-02-18T04:11:36.159Z+ CARGO_INCREMENTAL=0
7192024-02-18T04:11:36.159Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7202024-02-18T04:11:36.371Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7212024-02-18T04:11:36.811Z Updating git repository `https://github.com/oxidecomputer/samael`
7222024-02-18T04:11:37.283Z Updating crates.io index
7232024-02-18T04:11:37.341Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7242024-02-18T04:11:38.060Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7252024-02-18T04:11:39.948Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7262024-02-18T04:11:40.458Z Updating git repository `http://github.com/oxidecomputer/tofino`
7272024-02-18T04:11:40.765Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7282024-02-18T04:11:41.017Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7292024-02-18T04:11:41.293Z Updating git repository `https://github.com/oxidecomputer/propolis`
7302024-02-18T04:11:42.152Z Updating git repository `https://github.com/oxidecomputer/crucible`
7312024-02-18T04:11:44.250Z Updating git repository `https://github.com/oxidecomputer/opte`
7322024-02-18T04:11:45.175Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7332024-02-18T04:11:45.499Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7342024-02-18T04:11:46.045Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7352024-02-18T04:11:46.466Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7362024-02-18T04:11:46.878Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7372024-02-18T04:11:47.146Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7382024-02-18T04:11:49.195Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7392024-02-18T04:11:49.679Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7402024-02-18T04:11:49.981Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7412024-02-18T04:11:50.442Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7422024-02-18T04:11:50.778Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7432024-02-18T04:11:51.060Z Updating git repository `https://github.com/jgallagher/nix`
7442024-02-18T04:11:51.993Z Updating git repository `https://github.com/cbiffle/hubpack`
7452024-02-18T04:11:52.440Z Updating git repository `https://github.com/oxidecomputer/typify`
7462024-02-18T04:11:53.763Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7472024-02-18T04:11:54.122Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7482024-02-18T04:11:54.402Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7492024-02-18T04:11:55.938Z Downloading crates ...
7502024-02-18T04:11:56.163Z Downloaded crucible-workspace-hack v0.1.0
7512024-02-18T04:11:56.172Z Downloaded new_debug_unreachable v1.0.4
7522024-02-18T04:11:56.180Z Downloaded ahash v0.8.7
7532024-02-18T04:11:56.180Z Downloaded num-derive v0.4.0
7542024-02-18T04:11:56.180Z Downloaded num_enum_derive v0.5.11
7552024-02-18T04:11:56.180Z Downloaded cstr-argument v0.1.2
7562024-02-18T04:11:56.196Z Downloaded crossbeam-epoch v0.9.15
7572024-02-18T04:11:56.209Z Downloaded crossbeam-deque v0.8.3
7582024-02-18T04:11:56.209Z Downloaded owo-colors v4.0.0
7592024-02-18T04:11:56.210Z Downloaded ansi_term v0.12.1
7602024-02-18T04:11:56.210Z Downloaded colored v2.0.4
7612024-02-18T04:11:56.210Z Downloaded crossbeam-channel v0.5.8
7622024-02-18T04:11:56.632Z Downloaded atomicwrites v0.4.3
7632024-02-18T04:11:56.632Z Downloaded anstyle-query v1.0.0
7642024-02-18T04:11:56.633Z Downloaded kstat-rs v0.2.3
7652024-02-18T04:11:56.640Z Downloaded argon2 v0.5.3
7662024-02-18T04:11:56.641Z Downloaded anstream v0.6.11
7672024-02-18T04:11:56.641Z Downloaded crossbeam-utils v0.8.16
7682024-02-18T04:11:56.641Z Downloaded nom v7.1.3
7692024-02-18T04:11:56.641Z Downloaded adler v1.0.2
7702024-02-18T04:11:56.642Z Downloaded anstyle v1.0.2
7712024-02-18T04:11:56.642Z Downloaded want v0.3.1
7722024-02-18T04:11:56.642Z Downloaded universal-hash v0.5.1
7732024-02-18T04:11:56.642Z Downloaded parse-display v0.9.0
7742024-02-18T04:11:56.642Z Downloaded usdt-attr-macro v0.3.5
7752024-02-18T04:11:56.643Z Downloaded aes-gcm v0.10.3
7762024-02-18T04:11:56.643Z Downloaded fastrand v2.0.1
7772024-02-18T04:11:56.643Z Downloaded atty v0.2.14
7782024-02-18T04:11:56.643Z Downloaded dof v0.3.0
7792024-02-18T04:11:56.643Z Downloaded zone v0.3.0
7802024-02-18T04:11:56.644Z Downloaded bitflags v1.3.2
7812024-02-18T04:11:56.644Z Downloaded walkdir v2.4.0
7822024-02-18T04:11:56.644Z Downloaded trust-dns-resolver v0.22.0
7832024-02-18T04:11:56.644Z Downloaded async-stream-impl v0.3.5
7842024-02-18T04:11:56.644Z Downloaded utf-8 v0.7.6
7852024-02-18T04:11:56.645Z Downloaded h2 v0.3.24
7862024-02-18T04:11:56.645Z Downloaded console v0.15.8
7872024-02-18T04:11:56.645Z Downloaded toml_datetime v0.6.5
7882024-02-18T04:11:56.645Z Downloaded arrayref v0.3.7
7892024-02-18T04:11:56.645Z Downloaded heck v0.3.3
7902024-02-18T04:11:56.646Z Downloaded lru-cache v0.1.2
7912024-02-18T04:11:56.646Z Downloaded arrayvec v0.7.4
7922024-02-18T04:11:56.646Z Downloaded diesel_table_macro_syntax v0.1.0
7932024-02-18T04:11:56.646Z Downloaded bcrypt-pbkdf v0.10.0
7942024-02-18T04:11:56.647Z Downloaded group v0.13.0
7952024-02-18T04:11:56.647Z Downloaded lazy_static v1.4.0
7962024-02-18T04:11:56.647Z Downloaded hubpack v0.1.2
7972024-02-18T04:11:56.647Z Downloaded defmt-macros v0.3.6
7982024-02-18T04:11:56.648Z Downloaded md5 v0.7.0
7992024-02-18T04:11:56.648Z Downloaded elliptic-curve v0.13.8
8002024-02-18T04:11:56.648Z Downloaded match_cfg v0.1.0
8012024-02-18T04:11:56.648Z Downloaded num-traits v0.2.16
8022024-02-18T04:11:56.648Z Downloaded tinyvec_macros v0.1.1
8032024-02-18T04:11:56.649Z Downloaded block-buffer v0.10.4
8042024-02-18T04:11:56.649Z Downloaded resolv-conf v0.7.0
8052024-02-18T04:11:56.649Z Downloaded tinyvec v1.6.0
8062024-02-18T04:11:56.649Z Downloaded term v0.7.0
8072024-02-18T04:11:56.649Z Downloaded ciborium-io v0.2.2
8082024-02-18T04:11:56.649Z Downloaded matches v0.1.10
8092024-02-18T04:11:56.650Z Downloaded strum v0.25.0
8102024-02-18T04:11:56.650Z Downloaded hubpack_derive v0.1.1
8112024-02-18T04:11:56.650Z Downloaded hyper-rustls v0.24.2
8122024-02-18T04:11:56.650Z Downloaded signal-hook-registry v1.4.1
8132024-02-18T04:11:56.650Z Downloaded synstructure v0.12.6
8142024-02-18T04:11:56.650Z Downloaded strum_macros v0.26.1
8152024-02-18T04:11:56.650Z Downloaded serde_tokenstream v0.2.0
8162024-02-18T04:11:56.651Z Downloaded tokio-stream v0.1.14
8172024-02-18T04:11:56.651Z Downloaded linked-hash-map v0.5.6
8182024-02-18T04:11:56.651Z Downloaded byteorder v1.5.0
8192024-02-18T04:11:56.651Z Downloaded dof v0.1.5
8202024-02-18T04:11:56.651Z Downloaded pin-utils v0.1.0
8212024-02-18T04:11:56.651Z Downloaded cfg-if v1.0.0
8222024-02-18T04:11:56.651Z Downloaded memoffset v0.9.0
8232024-02-18T04:11:56.651Z Downloaded spin v0.5.2
8242024-02-18T04:11:56.652Z Downloaded difflib v0.4.0
8252024-02-18T04:11:56.652Z Downloaded ciborium-ll v0.2.2
8262024-02-18T04:11:56.652Z Downloaded miniz_oxide v0.7.1
8272024-02-18T04:11:56.652Z Downloaded endian-type v0.1.2
8282024-02-18T04:11:56.652Z Downloaded rand_chacha v0.2.2
8292024-02-18T04:11:56.652Z Downloaded rustfmt-wrapper v0.2.0
8302024-02-18T04:11:56.652Z Downloaded digest v0.10.7
8312024-02-18T04:11:56.653Z Downloaded quick-error v1.2.3
8322024-02-18T04:11:56.653Z Downloaded clap_derive v4.5.0
8332024-02-18T04:11:56.653Z Downloaded clap_lex v0.7.0
8342024-02-18T04:11:56.653Z Downloaded block-padding v0.3.3
8352024-02-18T04:11:56.653Z Downloaded allocator-api2 v0.2.16
8362024-02-18T04:11:56.653Z Downloaded mime v0.3.17
8372024-02-18T04:11:56.653Z Downloaded cpufeatures v0.2.12
8382024-02-18T04:11:56.653Z Downloaded chacha20 v0.9.1
8392024-02-18T04:11:56.654Z Downloaded convert_case v0.4.0
8402024-02-18T04:11:56.654Z Downloaded strsim v0.10.0
8412024-02-18T04:11:56.654Z Downloaded unicode-ident v1.0.12
8422024-02-18T04:11:56.654Z Downloaded libefi-sys v0.1.0
8432024-02-18T04:11:56.654Z Downloaded thiserror-no-std v2.0.2
8442024-02-18T04:11:56.654Z Downloaded semver v1.0.21
8452024-02-18T04:11:56.654Z Downloaded utf8parse v0.2.1
8462024-02-18T04:11:56.655Z Downloaded crypto-common v0.1.6
8472024-02-18T04:11:56.655Z Downloaded camino v1.1.6
8482024-02-18T04:11:56.655Z Downloaded lalrpop-util v0.19.12
8492024-02-18T04:11:56.655Z Downloaded sct v0.7.0
8502024-02-18T04:11:56.656Z Downloaded curve25519-dalek-derive v0.1.0
8512024-02-18T04:11:56.656Z Downloaded subprocess v0.2.9
8522024-02-18T04:11:56.656Z Downloaded swrite v0.1.0
8532024-02-18T04:11:56.656Z Downloaded mime_guess v2.0.4
8542024-02-18T04:11:56.657Z Downloaded openssl-probe v0.1.5
8552024-02-18T04:11:56.657Z Downloaded http-range v0.1.5
8562024-02-18T04:11:56.657Z Downloaded ipnetwork v0.20.0
8572024-02-18T04:11:56.657Z Downloaded enum-as-inner v0.5.1
8582024-02-18T04:11:56.657Z Downloaded embedded-io v0.4.0
8592024-02-18T04:11:56.657Z Downloaded log v0.4.20
8602024-02-18T04:11:56.657Z Downloaded fallible-iterator v0.2.0
8612024-02-18T04:11:56.657Z Downloaded memmap v0.7.0
8622024-02-18T04:11:56.657Z Downloaded dtrace-parser v0.1.14
8632024-02-18T04:11:56.657Z Downloaded constant_time_eq v0.3.0
8642024-02-18T04:11:56.657Z Downloaded structmeta v0.3.0
8652024-02-18T04:11:56.678Z Downloaded serde_spanned v0.6.5
8662024-02-18T04:11:56.679Z Downloaded fixedbitset v0.4.2
8672024-02-18T04:11:56.679Z Downloaded linear-map v1.2.0
8682024-02-18T04:11:56.679Z Downloaded pest_generator v2.7.6
8692024-02-18T04:11:56.679Z Downloaded parse-display-derive v0.9.0
8702024-02-18T04:11:56.679Z Downloaded ciborium v0.2.2
8712024-02-18T04:11:56.680Z Downloaded tower-service v0.3.2
8722024-02-18T04:11:56.680Z Downloaded ident_case v1.0.1
8732024-02-18T04:11:56.680Z Downloaded dtrace-parser v0.2.0
8742024-02-18T04:11:56.680Z Downloaded camino-tempfile v1.1.1
8752024-02-18T04:11:56.680Z Downloaded managed v0.8.0
8762024-02-18T04:11:56.681Z Downloaded macaddr v1.0.1
8772024-02-18T04:11:56.681Z Downloaded getrandom v0.2.10
8782024-02-18T04:11:56.681Z Downloaded rustc-demangle v0.1.23
8792024-02-18T04:11:56.681Z Downloaded serde_path_to_error v0.1.15
8802024-02-18T04:11:56.681Z Downloaded slog-bunyan v2.5.0
8812024-02-18T04:11:56.682Z Downloaded rustversion v1.0.14
8822024-02-18T04:11:56.682Z Downloaded pbkdf2 v0.12.2
8832024-02-18T04:11:56.682Z Downloaded tokio-postgres v0.7.10
8842024-02-18T04:11:56.682Z Downloaded blake2 v0.10.6
8852024-02-18T04:11:56.682Z Downloaded crc32fast v1.3.2
8862024-02-18T04:11:56.682Z Downloaded pretty-hex v0.4.1
8872024-02-18T04:11:56.683Z Downloaded anyhow v1.0.75
8882024-02-18T04:11:56.683Z Downloaded russh-cryptovec v0.7.0
8892024-02-18T04:11:56.683Z Downloaded dirs-sys-next v0.1.2
8902024-02-18T04:11:56.684Z Downloaded trust-dns-client v0.22.0
8912024-02-18T04:11:56.684Z Downloaded ctr v0.9.2
8922024-02-18T04:11:56.684Z Downloaded serde_derive_internals v0.26.0
8932024-02-18T04:11:56.684Z Downloaded const-oid v0.9.5
8942024-02-18T04:11:56.684Z Downloaded equivalent v1.0.1
8952024-02-18T04:11:56.685Z Downloaded num-rational v0.4.1
8962024-02-18T04:11:56.685Z Downloaded time-core v0.1.1
8972024-02-18T04:11:56.685Z Downloaded defmt v0.3.5
8982024-02-18T04:11:56.685Z Downloaded structopt-derive v0.4.18
8992024-02-18T04:11:56.685Z Downloaded rayon-core v1.12.0
9002024-02-18T04:11:56.685Z Downloaded proc-macro-error-attr v1.0.4
9012024-02-18T04:11:56.686Z Downloaded ryu v1.0.15
9022024-02-18T04:11:56.686Z Downloaded precomputed-hash v0.1.1
9032024-02-18T04:11:56.686Z Downloaded schemars v0.8.16
9042024-02-18T04:11:56.686Z Downloaded float-cmp v0.9.0
9052024-02-18T04:11:56.686Z Downloaded dyn-clone v1.0.16
9062024-02-18T04:11:56.687Z Downloaded gethostname v0.4.3
9072024-02-18T04:11:56.687Z Downloaded unicode-width v0.1.11
9082024-02-18T04:11:56.687Z Downloaded dirs-sys v0.4.1
9092024-02-18T04:11:56.687Z Downloaded try-lock v0.2.4
9102024-02-18T04:11:56.687Z Downloaded lock_api v0.4.10
9112024-02-18T04:11:56.688Z Downloaded iana-time-zone v0.1.57
9122024-02-18T04:11:56.688Z Downloaded proc-macro2 v1.0.78
9132024-02-18T04:11:56.688Z Downloaded pkg-config v0.3.27
9142024-02-18T04:11:56.688Z Downloaded serde_derive v1.0.196
9152024-02-18T04:11:56.688Z Downloaded parking_lot v0.11.2
9162024-02-18T04:11:56.689Z Downloaded usdt-macro v0.3.5
9172024-02-18T04:11:56.689Z Downloaded form_urlencoded v1.2.1
9182024-02-18T04:11:56.689Z Downloaded rustc_version v0.4.0
9192024-02-18T04:11:56.689Z Downloaded pkcs8 v0.10.2
9202024-02-18T04:11:56.689Z Downloaded slog-scope v4.4.0
9212024-02-18T04:11:56.690Z Downloaded usdt v0.3.5
9222024-02-18T04:11:56.690Z Downloaded zeroize_derive v1.4.2
9232024-02-18T04:11:56.690Z Downloaded instant v0.1.12
9242024-02-18T04:11:56.690Z Downloaded option-ext v0.2.0
9252024-02-18T04:11:56.690Z Downloaded subtle v2.5.0
9262024-02-18T04:11:56.691Z Downloaded parking_lot v0.12.1
9272024-02-18T04:11:56.691Z Downloaded derive-where v1.2.7
9282024-02-18T04:11:56.691Z Downloaded socket2 v0.5.5
9292024-02-18T04:11:56.691Z Downloaded unicase v2.7.0
9302024-02-18T04:11:56.692Z Downloaded heapless v0.8.0
9312024-02-18T04:11:56.692Z Downloaded siphasher v0.3.11
9322024-02-18T04:11:56.692Z Downloaded foreign-types-macros v0.2.3
9332024-02-18T04:11:56.692Z Downloaded foreign-types v0.5.0
9342024-02-18T04:11:56.693Z Downloaded slog-dtrace v0.3.0
9352024-02-18T04:11:56.693Z Downloaded hyper-staticfile v0.9.5
9362024-02-18T04:11:56.693Z Downloaded httpdate v1.0.3
9372024-02-18T04:11:56.693Z Downloaded rustc_version v0.1.7
9382024-02-18T04:11:56.693Z Downloaded tracing-attributes v0.1.26
9392024-02-18T04:11:56.693Z Downloaded usdt-impl v0.5.0
9402024-02-18T04:11:56.694Z Downloaded socket2 v0.4.9
9412024-02-18T04:11:56.694Z Downloaded same-file v1.0.6
9422024-02-18T04:11:56.694Z Downloaded secrecy v0.8.0
9432024-02-18T04:11:56.694Z Downloaded scroll_derive v0.12.0
9442024-02-18T04:11:56.694Z Downloaded predicates v3.1.0
9452024-02-18T04:11:56.695Z Downloaded futures-core v0.3.30
9462024-02-18T04:11:56.695Z Downloaded pest_meta v2.7.6
9472024-02-18T04:11:56.695Z Downloaded foreign-types v0.3.2
9482024-02-18T04:11:56.695Z Downloaded futures-sink v0.3.30
9492024-02-18T04:11:56.695Z Downloaded take_mut v0.2.2
9502024-02-18T04:11:56.695Z Downloaded display-error-chain v0.2.0
9512024-02-18T04:11:56.696Z Downloaded futures-task v0.3.30
9522024-02-18T04:11:56.696Z Downloaded textwrap v0.11.0
9532024-02-18T04:11:56.696Z Downloaded getopts v0.2.21
9542024-02-18T04:11:56.696Z Downloaded slog-json v2.6.1
9552024-02-18T04:11:56.696Z Downloaded base64 v0.21.7
9562024-02-18T04:11:56.697Z Downloaded tokio-macros v2.2.0
9572024-02-18T04:11:56.697Z Downloaded platforms v3.0.2
9582024-02-18T04:11:56.697Z Downloaded cc v1.0.83
9592024-02-18T04:11:56.697Z Downloaded p256 v0.13.2
9602024-02-18T04:11:56.697Z Downloaded foreign-types-shared v0.1.1
9612024-02-18T04:11:56.697Z Downloaded strum_macros v0.25.2
9622024-02-18T04:11:56.697Z Downloaded openssl-macros v0.1.1
9632024-02-18T04:11:56.698Z Downloaded usdt-impl v0.3.5
9642024-02-18T04:11:56.698Z Downloaded rustls-pemfile v1.0.3
9652024-02-18T04:11:56.725Z Downloaded strum v0.26.1
9662024-02-18T04:11:56.726Z Downloaded xattr v1.0.1
9672024-02-18T04:11:56.726Z Downloaded rustls-pki-types v1.1.0
9682024-02-18T04:11:56.726Z Downloaded object v0.32.1
9692024-02-18T04:11:56.726Z Downloaded glob v0.3.1
9702024-02-18T04:11:56.726Z Downloaded scheduled-thread-pool v0.2.7
9712024-02-18T04:11:56.726Z Downloaded hyper-tls v0.5.0
9722024-02-18T04:11:56.727Z Downloaded slog-term v2.9.0
9732024-02-18T04:11:56.727Z Downloaded static_assertions v1.1.0
9742024-02-18T04:11:56.727Z Downloaded zeroize v1.7.0
9752024-02-18T04:11:56.727Z Downloaded is-terminal v0.4.9
9762024-02-18T04:11:56.727Z Downloaded futures-io v0.3.30
9772024-02-18T04:11:56.727Z Downloaded zerocopy v0.3.0
9782024-02-18T04:11:56.728Z Downloaded stable_deref_trait v1.2.0
9792024-02-18T04:11:56.728Z Downloaded bytes v1.5.0
9802024-02-18T04:11:56.728Z Downloaded futures-channel v0.3.30
9812024-02-18T04:11:56.728Z Downloaded pin-project-lite v0.2.13
9822024-02-18T04:11:56.728Z Downloaded ecdsa v0.16.9
9832024-02-18T04:11:56.728Z Downloaded uuid v1.7.0
9842024-02-18T04:11:56.729Z Downloaded flagset v0.4.3
9852024-02-18T04:11:56.729Z Downloaded strsim v0.8.0
9862024-02-18T04:11:56.729Z Downloaded foreign-types-shared v0.3.1
9872024-02-18T04:11:56.729Z Downloaded paste v1.0.14
9882024-02-18T04:11:56.729Z Downloaded num_cpus v1.16.0
9892024-02-18T04:11:56.729Z Downloaded plain v0.2.3
9902024-02-18T04:11:56.729Z Downloaded spin v0.9.8
9912024-02-18T04:11:56.730Z Downloaded rcgen v0.12.1
9922024-02-18T04:11:56.730Z Downloaded proc-macro-error v1.0.4
9932024-02-18T04:11:56.730Z Downloaded chacha20poly1305 v0.10.1
9942024-02-18T04:11:56.730Z Downloaded version_check v0.9.4
9952024-02-18T04:11:56.730Z Downloaded phf_shared v0.11.2
9962024-02-18T04:11:56.730Z Downloaded ed25519-dalek v2.0.0
9972024-02-18T04:11:56.730Z Downloaded signature v2.1.0
9982024-02-18T04:11:56.731Z Downloaded regex-automata v0.1.10
9992024-02-18T04:11:56.731Z Downloaded usdt-attr-macro v0.5.0
10002024-02-18T04:11:56.731Z Downloaded proc-macro-crate v1.3.1
10012024-02-18T04:11:56.731Z Downloaded signal-hook v0.3.17
10022024-02-18T04:11:56.731Z Downloaded serde_urlencoded v0.7.1
10032024-02-18T04:11:56.731Z Downloaded half v2.3.1
10042024-02-18T04:11:56.731Z Downloaded ghash v0.5.0
10052024-02-18T04:11:56.732Z Downloaded minimal-lexical v0.2.1
10062024-02-18T04:11:56.732Z Downloaded thread-id v4.2.0
10072024-02-18T04:11:56.749Z Downloaded multer v3.0.0
10082024-02-18T04:11:56.749Z Downloaded rand_core v0.6.4
10092024-02-18T04:11:56.749Z Downloaded heck v0.4.1
10102024-02-18T04:11:56.749Z Downloaded slog-async v2.8.0
10112024-02-18T04:11:56.749Z Downloaded vsss-rs v3.3.4
10122024-02-18T04:11:56.750Z Downloaded generic-array v0.14.7
10132024-02-18T04:11:56.750Z Downloaded vec_map v0.8.2
10142024-02-18T04:11:56.750Z Downloaded tokio-rustls v0.24.1
10152024-02-18T04:11:56.750Z Downloaded sha1 v0.10.6
10162024-02-18T04:11:56.750Z Downloaded ppv-lite86 v0.2.17
10172024-02-18T04:11:56.750Z Downloaded quote v1.0.35
10182024-02-18T04:11:56.750Z Downloaded tungstenite v0.20.1
10192024-02-18T04:11:56.750Z Downloaded phf_shared v0.10.0
10202024-02-18T04:11:56.750Z Downloaded typenum v1.16.0
10212024-02-18T04:11:56.750Z Downloaded smallvec v1.13.1
10222024-02-18T04:11:56.750Z Downloaded futures-executor v0.3.30
10232024-02-18T04:11:56.750Z Downloaded r2d2 v0.8.10
10242024-02-18T04:11:56.750Z Downloaded http-body v0.4.5
10252024-02-18T04:11:56.750Z Downloaded spki v0.7.2
10262024-02-18T04:11:56.750Z Downloaded hex v0.4.3
10272024-02-18T04:11:56.750Z Downloaded hash32 v0.2.1
10282024-02-18T04:11:56.768Z Downloaded ipnet v2.9.0
10292024-02-18T04:11:56.769Z Downloaded debug-ignore v1.0.5
10302024-02-18T04:11:56.769Z Downloaded unicode-normalization v0.1.22
10312024-02-18T04:11:56.769Z Downloaded num-integer v0.1.46
10322024-02-18T04:11:56.769Z Downloaded toml v0.8.10
10332024-02-18T04:11:56.769Z Downloaded indexmap v2.2.3
10342024-02-18T04:11:56.769Z Downloaded num-iter v0.1.43
10352024-02-18T04:11:56.769Z Downloaded parking_lot_core v0.8.6
10362024-02-18T04:11:56.769Z Downloaded parking_lot_core v0.9.8
10372024-02-18T04:11:56.769Z Downloaded deranged v0.3.8
10382024-02-18T04:11:56.769Z Downloaded aes v0.8.3
10392024-02-18T04:11:56.769Z Downloaded headers v0.3.9
10402024-02-18T04:11:56.788Z Downloaded fxhash v0.2.1
10412024-02-18T04:11:56.788Z Downloaded password-hash v0.5.0
10422024-02-18T04:11:56.789Z Downloaded poly1305 v0.8.0
10432024-02-18T04:11:56.789Z Downloaded headers-core v0.2.0
10442024-02-18T04:11:56.789Z Downloaded dirs v5.0.1
10452024-02-18T04:11:56.789Z Downloaded pem-rfc7468 v0.7.0
10462024-02-18T04:11:56.789Z Downloaded ucd-trie v0.1.6
10472024-02-18T04:11:56.789Z Downloaded tokio-rustls v0.25.0
10482024-02-18T04:11:56.805Z Downloaded memchr v2.6.3
10492024-02-18T04:11:56.806Z Downloaded hmac v0.12.1
10502024-02-18T04:11:56.806Z Downloaded indexmap v1.9.3
10512024-02-18T04:11:56.806Z Downloaded thiserror v1.0.57
10522024-02-18T04:11:56.806Z Downloaded futures-macro v0.3.30
10532024-02-18T04:11:56.806Z Downloaded polyval v0.6.1
10542024-02-18T04:11:56.806Z Downloaded url v2.5.0
10552024-02-18T04:11:56.806Z Downloaded thread_local v1.1.7
10562024-02-18T04:11:56.806Z Downloaded yasna v0.5.2
10572024-02-18T04:11:56.812Z Downloaded similar v2.3.0
10582024-02-18T04:11:56.812Z Downloaded darling_core v0.20.3
10592024-02-18T04:11:56.820Z Downloaded toml v0.5.11
10602024-02-18T04:11:56.821Z Downloaded libm v0.2.7
10612024-02-18T04:11:56.827Z Downloaded postgres-protocol v0.6.6
10622024-02-18T04:11:56.827Z Downloaded derive_more v0.99.17
10632024-02-18T04:11:56.840Z Downloaded terminal_size v0.3.0
10642024-02-18T04:11:56.840Z Downloaded sha2 v0.10.8
10652024-02-18T04:11:56.841Z Downloaded tokio-native-tls v0.3.1
10662024-02-18T04:11:56.841Z Downloaded tracing-core v0.1.31
10672024-02-18T04:11:56.849Z Downloaded rand v0.8.5
10682024-02-18T04:11:56.849Z Downloaded postgres-types v0.2.6
10692024-02-18T04:11:56.849Z Downloaded zerocopy v0.6.4
10702024-02-18T04:11:56.849Z Downloaded http v0.2.11
10712024-02-18T04:11:56.859Z Downloaded semver v0.1.20
10722024-02-18T04:11:56.860Z Downloaded unicode-segmentation v1.10.1
10732024-02-18T04:11:56.860Z Downloaded zip v0.6.6
10742024-02-18T04:11:56.860Z Downloaded postcard v1.0.8
10752024-02-18T04:11:56.869Z Downloaded tar v0.4.40
10762024-02-18T04:11:56.869Z Downloaded structopt v0.3.26
10772024-02-18T04:11:56.878Z Downloaded russh-keys v0.40.1
10782024-02-18T04:11:56.878Z Downloaded thiserror-impl v1.0.57
10792024-02-18T04:11:56.878Z Downloaded flate2 v1.0.28
10802024-02-18T04:11:56.878Z Downloaded slog v2.7.0
10812024-02-18T04:11:56.885Z Downloaded hashbrown v0.12.3
10822024-02-18T04:11:56.886Z Downloaded whoami v1.4.1
10832024-02-18T04:11:56.886Z Downloaded hashbrown v0.14.3
10842024-02-18T04:11:56.891Z Downloaded trust-dns-server v0.22.1
10852024-02-18T04:11:56.892Z Downloaded hyper v0.14.27
10862024-02-18T04:11:56.901Z Downloaded futures v0.3.30
10872024-02-18T04:11:56.905Z Downloaded crossterm v0.27.0
10882024-02-18T04:11:56.910Z Downloaded goblin v0.8.0
10892024-02-18T04:11:56.916Z Downloaded toml_edit v0.22.6
10902024-02-18T04:11:56.934Z Downloaded toml v0.7.8
10912024-02-18T04:11:56.938Z Downloaded serde_yaml v0.9.25
10922024-02-18T04:11:56.943Z Downloaded heapless v0.7.16
10932024-02-18T04:11:56.949Z Downloaded time v0.3.27
10942024-02-18T04:11:56.954Z Downloaded rustls-webpki v0.102.1
10952024-02-18T04:11:56.967Z Downloaded aho-corasick v1.0.4
10962024-02-18T04:11:56.972Z Downloaded rayon v1.8.0
10972024-02-18T04:11:56.979Z Downloaded syn v1.0.109
10982024-02-18T04:11:56.989Z Downloaded zerocopy v0.7.32
10992024-02-18T04:11:57.004Z Downloaded reqwest v0.11.22
11002024-02-18T04:11:57.012Z Downloaded http v1.0.0
11012024-02-18T04:11:57.020Z Downloaded serde_json v1.0.113
11022024-02-18T04:11:57.029Z Downloaded idna v0.2.3
11032024-02-18T04:11:57.038Z Downloaded itertools v0.10.5
11042024-02-18T04:11:57.038Z Downloaded trust-dns-proto v0.22.0
11052024-02-18T04:11:57.052Z Downloaded serde_with v3.6.1
11062024-02-18T04:11:57.473Z Downloaded syn v2.0.48
11072024-02-18T04:11:57.481Z Downloaded tokio-util v0.7.10
11082024-02-18T04:11:57.481Z Downloaded curve25519-dalek v4.1.1
11092024-02-18T04:11:57.481Z Downloaded winnow v0.5.15
11102024-02-18T04:11:57.481Z Downloaded regress v0.8.0
11112024-02-18T04:11:57.481Z Downloaded zerocopy-derive v0.6.4
11122024-02-18T04:11:57.482Z Downloaded chrono v0.4.31
11132024-02-18T04:11:57.482Z Downloaded regex v1.10.3
11142024-02-18T04:11:57.482Z Downloaded gimli v0.28.0
11152024-02-18T04:11:57.482Z Downloaded clap v2.34.0
11162024-02-18T04:11:57.482Z Downloaded regex-syntax v0.8.2
11172024-02-18T04:11:57.482Z Downloaded rustix v0.38.31
11182024-02-18T04:11:57.482Z Downloaded petgraph v0.6.4
11192024-02-18T04:11:57.483Z Downloaded rustls-webpki v0.101.7
11202024-02-18T04:11:57.483Z Downloaded openssl v0.10.60
11212024-02-18T04:11:57.483Z Downloaded radix_trie v0.2.1
11222024-02-18T04:11:57.483Z Downloaded bstr v0.2.17
11232024-02-18T04:11:57.483Z Downloaded diesel v2.1.4
11242024-02-18T04:11:57.483Z Downloaded smoltcp v0.9.1
11252024-02-18T04:11:57.483Z Downloaded bstr v1.6.0
11262024-02-18T04:11:57.483Z Downloaded regex-automata v0.4.4
11272024-02-18T04:11:57.483Z Downloaded smoltcp v0.11.0
11282024-02-18T04:11:57.484Z Downloaded rustls v0.22.2
11292024-02-18T04:11:57.484Z Downloaded tokio v1.36.0
11302024-02-18T04:11:57.484Z Downloaded regex-automata v0.3.8
11312024-02-18T04:11:57.484Z Downloaded sha3 v0.10.8
11322024-02-18T04:11:57.484Z Downloaded idna v0.5.0
11332024-02-18T04:11:57.484Z Downloaded zerocopy-derive v0.2.0
11342024-02-18T04:11:57.484Z Downloaded bzip2-sys v0.1.11+1.0.8
11352024-02-18T04:11:57.484Z Downloaded sled v0.34.7
11362024-02-18T04:11:57.484Z Downloaded libc v0.2.153
11372024-02-18T04:11:57.484Z Downloaded winapi v0.3.9
11382024-02-18T04:11:57.485Z Downloaded futures-util v0.3.30
11392024-02-18T04:11:57.485Z Downloaded vcpkg v0.2.15
11402024-02-18T04:11:57.494Z Downloaded openapiv3 v2.0.0
11412024-02-18T04:11:57.504Z Downloaded itertools v0.12.1
11422024-02-18T04:11:57.504Z Downloaded hkdf v0.12.4
11432024-02-18T04:11:57.535Z Downloaded rustls v0.21.9
11442024-02-18T04:11:57.960Z Downloaded clap_builder v4.5.0
11452024-02-18T04:11:57.960Z Downloaded rand v0.7.3
11462024-02-18T04:11:57.960Z Downloaded encoding_rs v0.8.33
11472024-02-18T04:11:57.961Z Downloaded blake3 v1.5.0
11482024-02-18T04:11:57.961Z Downloaded webpki-roots v0.25.2
11492024-02-18T04:11:57.961Z Downloaded tracing v0.1.37
11502024-02-18T04:11:57.961Z Downloaded russh v0.40.2
11512024-02-18T04:11:57.961Z Downloaded mio v0.8.9
11522024-02-18T04:11:57.961Z Downloaded der v0.7.8
11532024-02-18T04:11:57.961Z Downloaded pem v3.0.2
11542024-02-18T04:11:57.961Z Downloaded hex-literal v0.4.1
11552024-02-18T04:11:57.961Z Downloaded der_derive v0.7.2
11562024-02-18T04:11:57.961Z Downloaded steno v0.4.0
11572024-02-18T04:11:57.961Z Downloaded unicode-bidi v0.3.13
11582024-02-18T04:11:57.962Z Downloaded newtype-uuid v1.0.1
11592024-02-18T04:11:57.962Z Downloaded slog-envlogger v2.2.0
11602024-02-18T04:11:57.962Z Downloaded httparse v1.8.0
11612024-02-18T04:11:57.962Z Downloaded scroll v0.12.0
11622024-02-18T04:11:57.962Z Downloaded serde v1.0.196
11632024-02-18T04:11:57.962Z Downloaded toml_edit v0.19.15
11642024-02-18T04:11:57.962Z Downloaded signal-hook-mio v0.2.3
11652024-02-18T04:11:57.962Z Downloaded percent-encoding v2.3.1
11662024-02-18T04:11:57.963Z Downloaded pbkdf2 v0.11.0
11672024-02-18T04:11:57.963Z Downloaded unicode-xid v0.2.4
11682024-02-18T04:11:57.963Z Downloaded fnv v1.0.7
11692024-02-18T04:11:57.963Z Downloaded zerocopy-derive v0.7.32
11702024-02-18T04:11:57.963Z Downloaded serde_with_macros v3.6.1
11712024-02-18T04:11:57.963Z Downloaded rand_core v0.5.1
11722024-02-18T04:11:57.963Z Downloaded itoa v1.0.9
11732024-02-18T04:11:57.963Z Downloaded sec1 v0.7.3
11742024-02-18T04:11:57.963Z Downloaded schemars_derive v0.8.16
11752024-02-18T04:11:57.963Z Downloaded rustls-pemfile v2.0.0
11762024-02-18T04:11:57.963Z Downloaded openssl-sys v0.9.96
11772024-02-18T04:11:57.963Z Downloaded crypto-bigint v0.5.2
11782024-02-18T04:11:57.964Z Downloaded native-tls v0.2.11
11792024-02-18T04:11:57.964Z Downloaded waitgroup v0.1.2
11802024-02-18T04:11:57.964Z Downloaded keccak v0.1.4
11812024-02-18T04:11:57.964Z Downloaded smf v0.2.2
11822024-02-18T04:11:57.964Z Downloaded rand_chacha v0.3.1
11832024-02-18T04:11:57.964Z Downloaded darling v0.20.3
11842024-02-18T04:11:57.964Z Downloaded dirs-next v2.0.0
11852024-02-18T04:11:57.964Z Downloaded untrusted v0.9.0
11862024-02-18T04:11:57.964Z Downloaded stringprep v0.1.3
11872024-02-18T04:11:57.964Z Downloaded string_cache v0.8.7
11882024-02-18T04:11:57.964Z Downloaded structmeta-derive v0.3.0
11892024-02-18T04:11:57.964Z Downloaded password-hash v0.4.2
11902024-02-18T04:11:57.964Z Downloaded scopeguard v1.2.0
11912024-02-18T04:11:57.964Z Downloaded slog-stdlog v4.1.1
11922024-02-18T04:11:57.965Z Downloaded filetime v0.2.23
11932024-02-18T04:11:57.965Z Downloaded phf v0.11.2
11942024-02-18T04:11:57.965Z Downloaded diesel_derives v2.1.2
11952024-02-18T04:11:57.965Z Downloaded time-macros v0.2.13
11962024-02-18T04:11:57.965Z Downloaded omicron-zone-package v0.11.0
11972024-02-18T04:11:57.965Z Downloaded ring v0.16.20
11982024-02-18T04:11:57.965Z Downloaded clap v4.5.0
11992024-02-18T04:11:57.965Z Downloaded hash32 v0.3.1
12002024-02-18T04:11:57.965Z Downloaded bzip2 v0.4.4
12012024-02-18T04:11:57.965Z Downloaded once_cell v1.19.0
12022024-02-18T04:11:57.966Z Downloaded defmt-parser v0.3.3
12032024-02-18T04:11:57.966Z Downloaded slab v0.4.9
12042024-02-18T04:11:57.966Z Downloaded serde_repr v0.1.16
12052024-02-18T04:11:57.966Z Downloaded pest v2.7.6
12062024-02-18T04:11:57.966Z Downloaded num-complex v0.4.4
12072024-02-18T04:11:57.966Z Downloaded untrusted v0.7.1
12082024-02-18T04:11:57.966Z Downloaded serde_tokenstream v0.1.7
12092024-02-18T04:11:57.966Z Downloaded semver v0.11.0
12102024-02-18T04:11:57.966Z Downloaded backtrace v0.3.69
12112024-02-18T04:11:57.966Z Downloaded tempfile v3.10.0
12122024-02-18T04:11:57.966Z Downloaded semver-parser v0.10.2
12132024-02-18T04:11:57.966Z Downloaded num_threads v0.1.6
12142024-02-18T04:11:57.967Z Downloaded anstyle-parse v0.2.1
12152024-02-18T04:11:57.967Z Downloaded getrandom v0.1.16
12162024-02-18T04:11:57.967Z Downloaded memmap2 v0.7.1
12172024-02-18T04:11:57.967Z Downloaded cancel-safe-futures v0.1.5
12182024-02-18T04:11:57.967Z Downloaded data-encoding v2.4.0
12192024-02-18T04:11:57.967Z Downloaded nibble_vec v0.1.0
12202024-02-18T04:11:57.967Z Downloaded md-5 v0.10.5
12212024-02-18T04:11:57.967Z Downloaded cobs v0.2.3
12222024-02-18T04:11:57.967Z Downloaded newtype_derive v0.1.6
12232024-02-18T04:11:57.967Z Downloaded num v0.4.1
12242024-02-18T04:11:57.967Z Downloaded topological-sort v0.2.2
12252024-02-18T04:11:57.967Z Downloaded thiserror-impl-no-std v2.0.2
12262024-02-18T04:11:57.968Z Downloaded opaque-debug v0.3.0
12272024-02-18T04:11:57.968Z Downloaded libsw v3.3.1
12282024-02-18T04:11:57.968Z Downloaded bit-vec v0.6.3
12292024-02-18T04:11:57.968Z Downloaded rfc6979 v0.4.0
12302024-02-18T04:11:57.968Z Downloaded addr2line v0.21.0
12312024-02-18T04:11:57.968Z Downloaded arc-swap v1.6.0
12322024-02-18T04:11:57.968Z Downloaded strsim v0.11.0
12332024-02-18T04:11:57.968Z Downloaded normalize-line-endings v0.3.0
12342024-02-18T04:11:57.968Z Downloaded atomic-waker v1.1.1
12352024-02-18T04:11:57.968Z Downloaded num-bigint v0.4.4
12362024-02-18T04:11:57.968Z Downloaded inout v0.1.3
12372024-02-18T04:11:57.968Z Downloaded primeorder v0.13.6
12382024-02-18T04:11:57.968Z Downloaded blowfish v0.9.1
12392024-02-18T04:11:57.969Z Downloaded either v1.10.0
12402024-02-18T04:11:57.969Z Downloaded bitflags v2.4.0
12412024-02-18T04:11:57.969Z Downloaded base64ct v1.6.0
12422024-02-18T04:11:57.969Z Downloaded home v0.5.5
12432024-02-18T04:11:57.969Z Downloaded usdt-macro v0.5.0
12442024-02-18T04:11:57.981Z Downloaded toolchain_find v0.2.0
12452024-02-18T04:11:57.981Z Downloaded ring v0.17.8
12462024-02-18T04:11:57.981Z Downloaded cbc v0.1.2
12472024-02-18T04:11:57.982Z Downloaded async-trait v0.1.77
12482024-02-18T04:11:57.982Z Downloaded backoff v0.4.0
12492024-02-18T04:11:57.982Z Downloaded unsafe-libyaml v0.2.10
12502024-02-18T04:11:57.982Z Downloaded autocfg v1.1.0
12512024-02-18T04:11:57.982Z Downloaded base16ct v0.2.0
12522024-02-18T04:11:57.982Z Downloaded predicates-core v1.0.6
12532024-02-18T04:11:57.982Z Downloaded zone_cfg_derive v0.3.0
12542024-02-18T04:11:57.982Z Downloaded pest_derive v2.7.6
12552024-02-18T04:11:57.982Z Downloaded colorchoice v1.0.0
12562024-02-18T04:11:57.982Z Downloaded pretty-hex v0.2.1
12572024-02-18T04:11:57.983Z Downloaded tokio-tungstenite v0.20.1
12582024-02-18T04:11:57.983Z Downloaded errno v0.3.8
12592024-02-18T04:11:57.983Z Downloaded cipher v0.4.4
12602024-02-18T04:11:57.983Z Downloaded bit-set v0.5.3
12612024-02-18T04:11:57.983Z Downloaded async-stream v0.3.5
12622024-02-18T04:11:57.983Z Downloaded aead v0.5.2
12632024-02-18T04:11:57.983Z Downloaded hostname v0.3.1
12642024-02-18T04:11:57.983Z Downloaded ff v0.13.0
12652024-02-18T04:11:57.983Z Downloaded ed25519 v2.2.2
12662024-02-18T04:11:57.984Z Downloaded num_enum v0.5.11
12672024-02-18T04:11:57.984Z Downloaded darling_macro v0.20.3
12682024-02-18T04:11:57.984Z Downloaded winnow v0.6.1
12692024-02-18T04:11:57.984Z Downloaded usdt v0.5.0
12702024-02-18T04:11:58.369Z Compiling proc-macro2 v1.0.78
12712024-02-18T04:11:58.369Z Compiling unicode-ident v1.0.12
12722024-02-18T04:11:58.370Z Compiling libc v0.2.153
12732024-02-18T04:11:58.379Z Compiling serde v1.0.196
12742024-02-18T04:11:58.380Z Compiling version_check v0.9.4
12752024-02-18T04:11:58.380Z Compiling autocfg v1.1.0
12762024-02-18T04:11:58.398Z Compiling cfg-if v1.0.0
12772024-02-18T04:11:58.524Z Compiling syn v1.0.109
12782024-02-18T04:11:58.527Z Compiling once_cell v1.19.0
12792024-02-18T04:11:58.958Z Compiling thiserror v1.0.57
12802024-02-18T04:11:59.148Z Compiling memchr v2.6.3
12812024-02-18T04:11:59.215Z Compiling lock_api v0.4.10
12822024-02-18T04:12:00.360Z Compiling typenum v1.16.0
12832024-02-18T04:12:00.674Z Compiling byteorder v1.5.0
12842024-02-18T04:12:00.830Z Compiling parking_lot_core v0.9.8
12852024-02-18T04:12:00.842Z Compiling generic-array v0.14.7
12862024-02-18T04:12:00.906Z Compiling libm v0.2.7
12872024-02-18T04:12:01.075Z Compiling ahash v0.8.7
12882024-02-18T04:12:01.158Z Compiling num-traits v0.2.16
12892024-02-18T04:12:01.226Z Compiling serde_json v1.0.113
12902024-02-18T04:12:01.239Z Compiling itoa v1.0.9
12912024-02-18T04:12:01.459Z Compiling slab v0.4.9
12922024-02-18T04:12:01.570Z Compiling log v0.4.20
12932024-02-18T04:12:01.684Z Compiling quote v1.0.35
12942024-02-18T04:12:01.863Z Compiling scopeguard v1.2.0
12952024-02-18T04:12:02.036Z Compiling getrandom v0.2.10
12962024-02-18T04:12:02.488Z Compiling cc v1.0.83
12972024-02-18T04:12:02.488Z Compiling syn v2.0.48
12982024-02-18T04:12:02.489Z Compiling rand_core v0.6.4
12992024-02-18T04:12:02.585Z Compiling allocator-api2 v0.2.16
13002024-02-18T04:12:02.872Z Compiling ryu v1.0.15
13012024-02-18T04:12:03.256Z Compiling pkg-config v0.3.27
13022024-02-18T04:12:03.318Z Compiling heck v0.4.1
13032024-02-18T04:12:03.529Z Compiling schemars v0.8.16
13042024-02-18T04:12:03.683Z Compiling smallvec v1.13.1
13052024-02-18T04:12:03.765Z Compiling equivalent v1.0.1
13062024-02-18T04:12:03.884Z Compiling subtle v2.5.0
13072024-02-18T04:12:04.345Z Compiling vcpkg v0.2.15
13082024-02-18T04:12:04.680Z Compiling pin-project-lite v0.2.13
13092024-02-18T04:12:05.100Z Compiling httparse v1.8.0
13102024-02-18T04:12:05.175Z Compiling ring v0.17.8
13112024-02-18T04:12:05.274Z Compiling parking_lot v0.12.1
13122024-02-18T04:12:05.517Z Compiling ucd-trie v0.1.6
13132024-02-18T04:12:06.261Z Compiling ring v0.16.20
13142024-02-18T04:12:06.370Z Compiling signal-hook-registry v1.4.1
13152024-02-18T04:12:06.624Z Compiling openssl-sys v0.9.96
13162024-02-18T04:12:06.924Z Compiling fnv v1.0.7
13172024-02-18T04:12:07.047Z Compiling mio v0.8.9
13182024-02-18T04:12:07.218Z Compiling iana-time-zone v0.1.57
13192024-02-18T04:12:07.420Z Compiling openssl v0.10.60
13202024-02-18T04:12:07.632Z Compiling const-oid v0.9.5
13212024-02-18T04:12:07.651Z Compiling semver v1.0.21
13222024-02-18T04:12:07.851Z Compiling rustix v0.38.31
13232024-02-18T04:12:08.372Z Compiling num_cpus v1.16.0
13242024-02-18T04:12:08.372Z Compiling socket2 v0.5.5
13252024-02-18T04:12:08.372Z Compiling rustls v0.21.9
13262024-02-18T04:12:08.690Z Compiling native-tls v0.2.11
13272024-02-18T04:12:08.864Z Compiling dyn-clone v1.0.16
13282024-02-18T04:12:09.021Z Compiling futures-core v0.3.30
13292024-02-18T04:12:09.175Z Compiling aho-corasick v1.0.4
13302024-02-18T04:12:09.935Z Compiling serde_derive_internals v0.26.0
13312024-02-18T04:12:09.952Z Compiling crossbeam-utils v0.8.16
13322024-02-18T04:12:09.952Z Compiling slog v2.7.0
13332024-02-18T04:12:09.952Z Compiling regex-syntax v0.8.2
13342024-02-18T04:12:10.470Z Compiling async-trait v0.1.77
13352024-02-18T04:12:10.470Z Compiling spin v0.5.2
13362024-02-18T04:12:10.470Z Compiling futures-sink v0.3.30
13372024-02-18T04:12:10.744Z Compiling backtrace v0.3.69
13382024-02-18T04:12:11.198Z Compiling tinyvec_macros v0.1.1
13392024-02-18T04:12:11.281Z Compiling tinyvec v1.6.0
13402024-02-18T04:12:11.499Z Compiling futures-channel v0.3.30
13412024-02-18T04:12:12.012Z Compiling pin-utils v0.1.0
13422024-02-18T04:12:12.200Z Compiling futures-task v0.3.30
13432024-02-18T04:12:12.416Z Compiling futures-io v0.3.30
13442024-02-18T04:12:12.723Z Compiling spin v0.9.8
13452024-02-18T04:12:12.799Z Compiling unicode-normalization v0.1.22
13462024-02-18T04:12:13.013Z Compiling memoffset v0.9.0
13472024-02-18T04:12:13.089Z Compiling tracing-core v0.1.31
13482024-02-18T04:12:13.405Z Compiling regex-automata v0.4.4
13492024-02-18T04:12:13.527Z Compiling unicode-width v0.1.11
13502024-02-18T04:12:13.696Z Compiling unicode-bidi v0.3.13
13512024-02-18T04:12:13.884Z Compiling cpufeatures v0.2.12
13522024-02-18T04:12:13.938Z Compiling anyhow v1.0.75
13532024-02-18T04:12:15.472Z Compiling winnow v0.5.15
13542024-02-18T04:12:15.480Z Compiling crc32fast v1.3.2
13552024-02-18T04:12:15.737Z Compiling crossbeam-epoch v0.9.15
13562024-02-18T04:12:16.213Z Compiling time-core v0.1.1
13572024-02-18T04:12:16.359Z Compiling time-macros v0.2.13
13582024-02-18T04:12:16.583Z Compiling serde_derive v1.0.196
13592024-02-18T04:12:16.748Z Compiling zeroize_derive v1.4.2
13602024-02-18T04:12:16.776Z Compiling zerocopy-derive v0.7.32
13612024-02-18T04:12:17.920Z Compiling thiserror-impl v1.0.57
13622024-02-18T04:12:18.396Z Compiling tokio-macros v2.2.0
13632024-02-18T04:12:18.965Z Compiling zerocopy v0.7.32
13642024-02-18T04:12:19.525Z Compiling zeroize v1.7.0
13652024-02-18T04:12:19.847Z Compiling futures-macro v0.3.30
13662024-02-18T04:12:20.671Z Compiling tracing-attributes v0.1.26
13672024-02-18T04:12:20.925Z Compiling hashbrown v0.14.3
13682024-02-18T04:12:21.153Z Compiling schemars_derive v0.8.16
13692024-02-18T04:12:21.379Z Compiling crypto-common v0.1.6
13702024-02-18T04:12:21.571Z Compiling pest v2.7.6
13712024-02-18T04:12:22.176Z Compiling openssl-macros v0.1.1
13722024-02-18T04:12:22.322Z Compiling block-buffer v0.10.4
13732024-02-18T04:12:22.588Z Compiling digest v0.10.7
13742024-02-18T04:12:22.987Z Compiling regex v1.10.3
13752024-02-18T04:12:24.087Z Compiling pest_meta v2.7.6
13762024-02-18T04:12:24.375Z Compiling futures-util v0.3.30
13772024-02-18T04:12:25.625Z Compiling pest_generator v2.7.6
13782024-02-18T04:12:26.271Z Compiling tracing v0.1.37
13792024-02-18T04:12:27.148Z Compiling der_derive v0.7.2
13802024-02-18T04:12:29.328Z Compiling pest_derive v2.7.6
13812024-02-18T04:12:29.650Z Compiling untrusted v0.7.1
13822024-02-18T04:12:29.800Z Compiling foreign-types-shared v0.1.1
13832024-02-18T04:12:29.906Z Compiling percent-encoding v2.3.1
13842024-02-18T04:12:29.980Z Compiling untrusted v0.9.0
13852024-02-18T04:12:30.093Z Compiling bytes v1.5.0
13862024-02-18T04:12:30.253Z Compiling indexmap v2.2.3
13872024-02-18T04:12:30.395Z Compiling chrono v0.4.31
13882024-02-18T04:12:30.507Z Compiling uuid v1.7.0
13892024-02-18T04:12:31.376Z Compiling tokio v1.36.0
13902024-02-18T04:12:31.452Z Compiling http v0.2.11
13912024-02-18T04:12:31.674Z Compiling bitflags v2.4.0
13922024-02-18T04:12:32.036Z Compiling toml_datetime v0.6.5
13932024-02-18T04:12:32.101Z Compiling serde_spanned v0.6.5
13942024-02-18T04:12:32.467Z Compiling toml_edit v0.19.15
13952024-02-18T04:12:33.154Z Compiling openapiv3 v2.0.0
13962024-02-18T04:12:33.913Z Compiling rustc_version v0.4.0
13972024-02-18T04:12:35.719Z Compiling serde_tokenstream v0.2.0
13982024-02-18T04:12:37.696Z Compiling foreign-types v0.3.2
13992024-02-18T04:12:38.575Z Compiling errno v0.3.8
14002024-02-18T04:12:38.699Z Compiling ppv-lite86 v0.2.17
14012024-02-18T04:12:38.792Z Compiling unicode-xid v0.2.4
14022024-02-18T04:12:38.792Z Compiling try-lock v0.2.4
14032024-02-18T04:12:38.959Z Compiling base64 v0.21.7
14042024-02-18T04:12:38.977Z Compiling synstructure v0.12.6
14052024-02-18T04:12:39.449Z Compiling want v0.3.1
14062024-02-18T04:12:39.713Z Compiling tokio-util v0.7.10
14072024-02-18T04:12:40.542Z Compiling sct v0.7.0
14082024-02-18T04:12:40.866Z Compiling h2 v0.3.24
14092024-02-18T04:12:41.524Z Compiling rustls-webpki v0.101.7
14102024-02-18T04:12:41.605Z Compiling http-body v0.4.5
14112024-02-18T04:12:42.003Z Compiling form_urlencoded v1.2.1
14122024-02-18T04:12:42.386Z Compiling scroll_derive v0.12.0
14132024-02-18T04:12:43.758Z Compiling socket2 v0.4.9
14142024-02-18T04:12:43.761Z Compiling openssl-probe v0.1.5
14152024-02-18T04:12:44.099Z Compiling tower-service v0.3.2
14162024-02-18T04:12:44.228Z Compiling httpdate v1.0.3
14172024-02-18T04:12:44.728Z Compiling zerocopy-derive v0.2.0
14182024-02-18T04:12:45.638Z Compiling idna v0.5.0
14192024-02-18T04:12:47.171Z Compiling lazy_static v1.4.0
14202024-02-18T04:12:47.294Z Compiling thread-id v4.2.0
14212024-02-18T04:12:47.407Z Compiling adler v1.0.2
14222024-02-18T04:12:47.453Z Compiling tokio-native-tls v0.3.1
14232024-02-18T04:12:47.630Z Compiling hyper v0.14.27
14242024-02-18T04:12:47.724Z Compiling miniz_oxide v0.7.1
14252024-02-18T04:12:48.067Z Compiling url v2.5.0
14262024-02-18T04:12:48.659Z Compiling tokio-rustls v0.24.1
14272024-02-18T04:12:49.359Z Compiling rand_chacha v0.3.1
14282024-02-18T04:12:49.888Z Compiling rustversion v1.0.14
14292024-02-18T04:12:50.060Z Compiling ipnet v2.9.0
14302024-02-18T04:12:50.316Z Compiling rand v0.8.5
14312024-02-18T04:12:50.659Z Compiling serde_urlencoded v0.7.1
14322024-02-18T04:12:51.173Z Compiling rustls-pemfile v1.0.3
14332024-02-18T04:12:51.443Z Compiling usdt-impl v0.3.5
14342024-02-18T04:12:51.492Z Compiling encoding_rs v0.8.33
14352024-02-18T04:12:51.582Z Compiling webpki-roots v0.25.2
14362024-02-18T04:12:51.739Z Compiling mime v0.3.17
14372024-02-18T04:12:51.760Z Compiling either v1.10.0
14382024-02-18T04:12:51.763Z Compiling gimli v0.28.0
14392024-02-18T04:12:52.852Z Compiling regress v0.8.0
14402024-02-18T04:12:52.889Z Compiling object v0.32.1
14412024-02-18T04:12:53.533Z Compiling num-bigint v0.4.4
14422024-02-18T04:12:53.773Z Compiling usdt-impl v0.5.0
14432024-02-18T04:12:53.991Z Compiling rustc-demangle v0.1.23
14442024-02-18T04:12:54.915Z Compiling hyper-tls v0.5.0
14452024-02-18T04:12:54.952Z Compiling hyper-rustls v0.24.2
14462024-02-18T04:12:55.686Z Compiling reqwest v0.11.22
14472024-02-18T04:12:56.022Z Compiling flate2 v1.0.28
14482024-02-18T04:12:56.218Z Compiling addr2line v0.21.0
14492024-02-18T04:12:56.875Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14502024-02-18T04:12:56.945Z Compiling zerocopy v0.3.0
14512024-02-18T04:12:57.014Z Compiling scroll v0.12.0
14522024-02-18T04:12:57.573Z Compiling heapless v0.7.16
14532024-02-18T04:12:57.742Z Compiling futures-executor v0.3.30
14542024-02-18T04:12:58.037Z Compiling bzip2-sys v0.1.11+1.0.8
14552024-02-18T04:12:58.317Z Compiling signal-hook v0.3.17
14562024-02-18T04:12:58.582Z Compiling winnow v0.6.1
14572024-02-18T04:12:58.629Z Compiling plain v0.2.3
14582024-02-18T04:12:58.795Z Compiling goblin v0.8.0
14592024-02-18T04:13:00.674Z Compiling futures v0.3.30
14602024-02-18T04:13:00.701Z Compiling dof v0.1.5
14612024-02-18T04:13:01.636Z Compiling toml v0.7.8
14622024-02-18T04:13:02.506Z Compiling toml_edit v0.22.6
14632024-02-18T04:13:02.525Z Compiling dtrace-parser v0.1.14
14642024-02-18T04:13:02.529Z Compiling hex v0.4.3
14652024-02-18T04:13:03.053Z Compiling base64ct v1.6.0
14662024-02-18T04:13:03.168Z Compiling pretty-hex v0.4.1
14672024-02-18T04:13:04.605Z Compiling dof v0.3.0
14682024-02-18T04:13:05.310Z Compiling strum_macros v0.25.2
14692024-02-18T04:13:05.389Z Compiling dtrace-parser v0.2.0
14702024-02-18T04:13:06.040Z Compiling serde_tokenstream v0.1.7
14712024-02-18T04:13:06.910Z Compiling smoltcp v0.9.1
14722024-02-18T04:13:07.511Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14732024-02-18T04:13:08.092Z Compiling pem-rfc7468 v0.7.0
14742024-02-18T04:13:08.386Z Compiling hmac v0.12.1
14752024-02-18T04:13:08.640Z Compiling enum-as-inner v0.5.1
14762024-02-18T04:13:08.901Z Compiling num-iter v0.1.43
14772024-02-18T04:13:09.238Z Compiling flagset v0.4.3
14782024-02-18T04:13:09.358Z Compiling unicode-segmentation v1.10.1
14792024-02-18T04:13:09.552Z Compiling siphasher v0.3.11
14802024-02-18T04:13:09.730Z Compiling der v0.7.8
14812024-02-18T04:13:09.800Z Compiling usdt-macro v0.3.5
14822024-02-18T04:13:09.888Z Compiling usdt-attr-macro v0.3.5
14832024-02-18T04:13:10.619Z Compiling hubpack_derive v0.1.1
14842024-02-18T04:13:10.659Z Compiling zerocopy-derive v0.6.4
14852024-02-18T04:13:11.209Z Compiling deranged v0.3.8
14862024-02-18T04:13:11.499Z Compiling anstyle v1.0.2
14872024-02-18T04:13:12.309Z Compiling num_threads v0.1.6
14882024-02-18T04:13:12.621Z Compiling utf8parse v0.2.1
14892024-02-18T04:13:12.788Z Compiling anstyle-parse v0.2.1
14902024-02-18T04:13:12.982Z Compiling time v0.3.27
14912024-02-18T04:13:13.045Z Compiling sha2 v0.10.8
14922024-02-18T04:13:13.069Z Compiling spki v0.7.2
14932024-02-18T04:13:14.908Z Compiling md-5 v0.10.5
14942024-02-18T04:13:14.929Z Compiling block-padding v0.3.3
14952024-02-18T04:13:15.169Z Compiling clap_derive v4.5.0
14962024-02-18T04:13:15.192Z Compiling stringprep v0.1.3
14972024-02-18T04:13:15.393Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
14982024-02-18T04:13:16.184Z Compiling getopts v0.2.21
14992024-02-18T04:13:16.641Z Compiling diesel_table_macro_syntax v0.1.0
15002024-02-18T04:13:17.077Z Compiling num-integer v0.1.46
15012024-02-18T04:13:18.173Z Compiling hash32 v0.2.1
15022024-02-18T04:13:18.560Z Compiling fallible-iterator v0.2.0
15032024-02-18T04:13:19.331Z Compiling colorchoice v1.0.0
15042024-02-18T04:13:19.500Z Compiling stable_deref_trait v1.2.0
15052024-02-18T04:13:19.614Z Compiling anstyle-query v1.0.0
15062024-02-18T04:13:19.752Z Compiling anstream v0.6.11
15072024-02-18T04:13:20.482Z Compiling postgres-protocol v0.6.6
15082024-02-18T04:13:20.787Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
15092024-02-18T04:13:20.934Z Compiling diesel_derives v2.1.2
15102024-02-18T04:13:21.547Z Compiling inout v0.1.3
15112024-02-18T04:13:22.168Z Compiling pkcs8 v0.10.2
15122024-02-18T04:13:22.733Z Compiling phf_shared v0.11.2
15132024-02-18T04:13:24.463Z Compiling ff v0.13.0
15142024-02-18T04:13:24.696Z Compiling terminal_size v0.3.0
15152024-02-18T04:13:25.190Z Compiling serde_repr v0.1.16
15162024-02-18T04:13:25.933Z Compiling scheduled-thread-pool v0.2.7
15172024-02-18T04:13:26.471Z Compiling regex-automata v0.1.10
15182024-02-18T04:13:26.699Z Compiling clap_lex v0.7.0
15192024-02-18T04:13:26.717Z Compiling bitflags v1.3.2
15202024-02-18T04:13:26.823Z Compiling managed v0.8.0
15212024-02-18T04:13:27.231Z Compiling strsim v0.11.0
15222024-02-18T04:13:27.390Z Compiling bit-vec v0.6.3
15232024-02-18T04:13:27.513Z Compiling unsafe-libyaml v0.2.10
15242024-02-18T04:13:27.821Z Compiling base16ct v0.2.0
15252024-02-18T04:13:28.134Z Compiling matches v0.1.10
15262024-02-18T04:13:28.178Z Compiling sec1 v0.7.3
15272024-02-18T04:13:28.245Z Compiling idna v0.2.3
15282024-02-18T04:13:28.826Z Compiling serde_yaml v0.9.25
15292024-02-18T04:13:29.572Z Compiling clap_builder v4.5.0
15302024-02-18T04:13:31.260Z Compiling bstr v0.2.17
15312024-02-18T04:13:32.759Z Compiling r2d2 v0.8.10
15322024-02-18T04:13:33.196Z Compiling group v0.13.0
15332024-02-18T04:13:33.466Z Compiling phf v0.11.2
15342024-02-18T04:13:33.505Z Compiling signal-hook-mio v0.2.3
15352024-02-18T04:13:33.662Z Compiling bzip2 v0.4.4
15362024-02-18T04:13:33.666Z Compiling cipher v0.4.4
15372024-02-18T04:13:33.782Z Compiling postgres-types v0.2.6
15382024-02-18T04:13:34.078Z Compiling zerocopy v0.6.4
15392024-02-18T04:13:34.197Z Compiling hubpack v0.1.2
15402024-02-18T04:13:34.281Z Compiling phf_shared v0.10.0
15412024-02-18T04:13:34.670Z Compiling hkdf v0.12.4
15422024-02-18T04:13:34.793Z Compiling crypto-bigint v0.5.2
15432024-02-18T04:13:34.920Z Compiling ipnetwork v0.20.0
15442024-02-18T04:13:34.941Z Compiling float-cmp v0.9.0
15452024-02-18T04:13:35.378Z Compiling difflib v0.4.0
15462024-02-18T04:13:37.057Z Compiling minimal-lexical v0.2.1
15472024-02-18T04:13:37.506Z Compiling fixedbitset v0.4.2
15482024-02-18T04:13:37.568Z Compiling static_assertions v1.1.0
15492024-02-18T04:13:37.676Z Compiling predicates-core v1.0.6
15502024-02-18T04:13:37.964Z Compiling whoami v1.4.1
15512024-02-18T04:13:38.407Z Compiling normalize-line-endings v0.3.0
15522024-02-18T04:13:38.623Z Compiling precomputed-hash v0.1.1
15532024-02-18T04:13:38.664Z Compiling data-encoding v2.4.0
15542024-02-18T04:13:38.755Z Compiling new_debug_unreachable v1.0.4
15552024-02-18T04:13:38.852Z Compiling regex-automata v0.3.8
15562024-02-18T04:13:39.695Z Compiling trust-dns-proto v0.22.0
15572024-02-18T04:13:40.008Z Compiling string_cache v0.8.7
15582024-02-18T04:13:40.987Z Compiling bstr v1.6.0
15592024-02-18T04:13:41.044Z Compiling predicates v3.1.0
15602024-02-18T04:13:41.167Z Compiling tokio-postgres v0.7.10
15612024-02-18T04:13:41.376Z Compiling petgraph v0.6.4
15622024-02-18T04:13:42.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15632024-02-18T04:13:42.562Z Compiling diesel v2.1.4
15642024-02-18T04:13:42.711Z Compiling nom v7.1.3
15652024-02-18T04:13:44.128Z Compiling elliptic-curve v0.13.8
15662024-02-18T04:13:44.290Z Compiling yasna v0.5.2
15672024-02-18T04:13:45.126Z Compiling zip v0.6.6
15682024-02-18T04:13:45.496Z Compiling crossterm v0.27.0
15692024-02-18T04:13:46.438Z Compiling clap v4.5.0
15702024-02-18T04:13:46.510Z Compiling similar v2.3.0
15712024-02-18T04:13:46.751Z Compiling bit-set v0.5.3
15722024-02-18T04:13:46.845Z Compiling usdt v0.3.5
15732024-02-18T04:13:46.912Z Compiling strum v0.25.0
15742024-02-18T04:13:47.088Z Compiling itertools v0.10.5
15752024-02-18T04:13:47.108Z Compiling console v0.15.8
15762024-02-18T04:13:47.559Z Compiling tokio-stream v0.1.14
15772024-02-18T04:13:48.663Z Compiling camino v1.1.6
15782024-02-18T04:13:49.035Z Compiling lalrpop-util v0.19.12
15792024-02-18T04:13:51.717Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15802024-02-18T04:13:59.834Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15812024-02-18T04:14:25.252Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15822024-02-18T04:14:26.545Z Compiling sha1 v0.10.6
15832024-02-18T04:14:27.058Z Compiling atty v0.2.14
15842024-02-18T04:14:27.202Z Compiling match_cfg v0.1.0
15852024-02-18T04:14:27.303Z Compiling hostname v0.3.1
15862024-02-18T04:14:27.322Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
15872024-02-18T04:14:27.548Z Compiling dirs-sys-next v0.1.2
15882024-02-18T04:14:27.753Z Compiling rustls-pki-types v1.1.0
15892024-02-18T04:14:27.945Z Compiling strsim v0.10.0
15902024-02-18T04:14:28.195Z Compiling ident_case v1.0.1
15912024-02-18T04:14:28.375Z Compiling darling_core v0.20.3
15922024-02-18T04:14:28.378Z Compiling dirs-next v2.0.0
15932024-02-18T04:14:28.593Z Compiling thread_local v1.1.7
15942024-02-18T04:14:28.639Z Compiling rustls v0.22.2
15952024-02-18T04:14:28.713Z Compiling slog-async v2.8.0
15962024-02-18T04:14:29.159Z Compiling term v0.7.0
15972024-02-18T04:14:29.440Z Compiling rustls-webpki v0.102.1
15982024-02-18T04:14:29.711Z Compiling crossbeam-channel v0.5.8
15992024-02-18T04:14:30.084Z Compiling multer v3.0.0
16002024-02-18T04:14:30.417Z Compiling instant v0.1.12
16012024-02-18T04:14:30.574Z Compiling take_mut v0.2.2
16022024-02-18T04:14:30.738Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
16032024-02-18T04:14:30.756Z Compiling paste v1.0.14
16042024-02-18T04:14:30.952Z Compiling slog-term v2.9.0
16052024-02-18T04:14:31.362Z Compiling slog-json v2.6.1
16062024-02-18T04:14:31.646Z Compiling http v1.0.0
16072024-02-18T04:14:31.748Z Compiling async-stream-impl v0.3.5
16082024-02-18T04:14:32.033Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16092024-02-18T04:14:32.218Z Compiling atomic-waker v1.1.1
16102024-02-18T04:14:32.370Z Compiling debug-ignore v1.0.5
16112024-02-18T04:14:32.495Z Compiling waitgroup v0.1.2
16122024-02-18T04:14:32.520Z Compiling slog-bunyan v2.5.0
16132024-02-18T04:14:32.738Z Compiling rustls-pemfile v2.0.0
16142024-02-18T04:14:33.206Z Compiling toml v0.8.10
16152024-02-18T04:14:33.225Z Compiling async-stream v0.3.5
16162024-02-18T04:14:34.053Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16172024-02-18T04:14:34.356Z Compiling serde_path_to_error v0.1.15
16182024-02-18T04:14:34.557Z Compiling darling_macro v0.20.3
16192024-02-18T04:14:34.691Z Compiling structmeta-derive v0.3.0
16202024-02-18T04:14:34.944Z Compiling strum_macros v0.26.1
16212024-02-18T04:14:35.229Z Compiling newtype-uuid v1.0.1
16222024-02-18T04:14:35.516Z Compiling tokio-rustls v0.25.0
16232024-02-18T04:14:35.642Z Compiling darling v0.20.3
16242024-02-18T04:14:35.770Z Compiling serde_with_macros v3.6.1
16252024-02-18T04:14:35.943Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
16262024-02-18T04:14:36.164Z Compiling backoff v0.4.0
16272024-02-18T04:14:36.472Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16282024-02-18T04:14:36.506Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16292024-02-18T04:14:36.677Z Compiling macaddr v1.0.1
16302024-02-18T04:14:37.162Z Compiling proc-macro-error-attr v1.0.4
16312024-02-18T04:14:37.274Z Compiling proc-macro-crate v1.3.1
16322024-02-18T04:14:37.580Z Compiling proc-macro-error v1.0.4
16332024-02-18T04:14:37.927Z Compiling heapless v0.8.0
16342024-02-18T04:14:37.960Z Compiling structmeta v0.3.0
16352024-02-18T04:14:38.407Z Compiling num_enum_derive v0.5.11
16362024-02-18T04:14:38.458Z Compiling parse-display-derive v0.9.0
16372024-02-18T04:14:39.077Z Compiling serde_with v3.6.1
16382024-02-18T04:14:39.949Z Compiling hash32 v0.3.1
16392024-02-18T04:14:40.203Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16402024-02-18T04:14:40.524Z Compiling strum v0.26.1
16412024-02-18T04:14:40.584Z Compiling rayon-core v1.12.0
16422024-02-18T04:14:40.694Z Compiling smoltcp v0.11.0
16432024-02-18T04:14:41.363Z Compiling num_enum v0.5.11
16442024-02-18T04:14:41.530Z Compiling crossbeam-deque v0.8.3
16452024-02-18T04:14:41.816Z Compiling cobs v0.2.3
16462024-02-18T04:14:41.887Z Compiling same-file v1.0.6
16472024-02-18T04:14:42.093Z Compiling embedded-io v0.4.0
16482024-02-18T04:14:42.120Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16492024-02-18T04:14:42.138Z Compiling fastrand v2.0.1
16502024-02-18T04:14:42.332Z Compiling postcard v1.0.8
16512024-02-18T04:14:42.480Z Compiling tempfile v3.10.0
16522024-02-18T04:14:42.813Z Compiling walkdir v2.4.0
16532024-02-18T04:14:43.448Z Compiling semver-parser v0.10.2
16542024-02-18T04:14:43.504Z Compiling parse-display v0.9.0
16552024-02-18T04:14:43.606Z Compiling foreign-types-macros v0.2.3
16562024-02-18T04:14:43.662Z Compiling blake3 v1.5.0
16572024-02-18T04:14:44.161Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16582024-02-18T04:14:44.301Z Compiling crucible-workspace-hack v0.1.0
16592024-02-18T04:14:44.493Z Compiling foreign-types-shared v0.3.1
16602024-02-18T04:14:44.612Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16612024-02-18T04:14:44.630Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16622024-02-18T04:14:44.943Z Compiling semver v0.11.0
16632024-02-18T04:14:44.974Z Compiling foreign-types v0.5.0
16642024-02-18T04:14:44.996Z Compiling rayon v1.8.0
16652024-02-18T04:14:45.376Z Compiling is-terminal v0.4.9
16662024-02-18T04:14:45.425Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16672024-02-18T04:14:45.516Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16682024-02-18T04:14:45.733Z Compiling cstr-argument v0.1.2
16692024-02-18T04:14:45.749Z Compiling xattr v1.0.1
16702024-02-18T04:14:45.989Z Compiling memmap2 v0.7.1
16712024-02-18T04:14:46.026Z Compiling filetime v0.2.23
16722024-02-18T04:14:46.155Z Compiling arrayref v0.3.7
16732024-02-18T04:14:46.263Z Compiling pretty-hex v0.2.1
16742024-02-18T04:14:46.309Z Compiling home v0.5.5
16752024-02-18T04:14:46.380Z Compiling constant_time_eq v0.3.0
16762024-02-18T04:14:46.408Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16772024-02-18T04:14:46.444Z Compiling arrayvec v0.7.4
16782024-02-18T04:14:46.464Z Compiling toolchain_find v0.2.0
16792024-02-18T04:14:46.548Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16802024-02-18T04:14:46.569Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16812024-02-18T04:14:46.843Z Compiling tar v0.4.40
16822024-02-18T04:14:46.932Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16832024-02-18T04:14:46.951Z Compiling camino-tempfile v1.1.1
16842024-02-18T04:14:47.077Z Compiling colored v2.0.4
16852024-02-18T04:14:47.535Z Compiling toml v0.5.11
16862024-02-18T04:14:47.774Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16872024-02-18T04:14:48.127Z Compiling platforms v3.0.2
16882024-02-18T04:14:48.151Z Compiling topological-sort v0.2.2
16892024-02-18T04:14:48.395Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16902024-02-18T04:14:48.777Z Compiling zone_cfg_derive v0.3.0
16912024-02-18T04:14:49.040Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16922024-02-18T04:14:49.145Z Compiling textwrap v0.11.0
16932024-02-18T04:14:49.684Z Compiling rustfmt-wrapper v0.2.0
16942024-02-18T04:14:49.801Z Compiling heck v0.3.3
16952024-02-18T04:14:50.208Z Compiling omicron-zone-package v0.11.0
16962024-02-18T04:14:50.325Z Compiling num-derive v0.4.0
16972024-02-18T04:14:50.358Z Compiling libefi-sys v0.1.0
16982024-02-18T04:14:50.681Z Compiling strsim v0.8.0
16992024-02-18T04:14:51.203Z Compiling ansi_term v0.12.1
17002024-02-18T04:14:51.347Z Compiling vec_map v0.8.2
17012024-02-18T04:14:51.391Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
17022024-02-18T04:14:51.650Z Compiling clap v2.34.0
17032024-02-18T04:14:51.759Z Compiling zone v0.3.0
17042024-02-18T04:14:52.050Z Compiling structopt-derive v0.4.18
17052024-02-18T04:14:52.427Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
17062024-02-18T04:14:52.800Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
17072024-02-18T04:14:52.839Z Compiling smf v0.2.2
17082024-02-18T04:14:53.145Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
17092024-02-18T04:14:53.396Z Compiling unicase v2.7.0
17102024-02-18T04:14:53.575Z Compiling semver v0.1.20
17112024-02-18T04:14:53.816Z Compiling curve25519-dalek v4.1.1
17122024-02-18T04:14:53.925Z Compiling rustc_version v0.1.7
17132024-02-18T04:14:54.251Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17142024-02-18T04:14:54.398Z Compiling universal-hash v0.5.1
17152024-02-18T04:14:54.430Z Compiling opaque-debug v0.3.0
17162024-02-18T04:14:54.605Z Compiling newtype_derive v0.1.6
17172024-02-18T04:14:54.635Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17182024-02-18T04:14:54.803Z Compiling curve25519-dalek-derive v0.1.0
17192024-02-18T04:14:54.928Z Compiling gethostname v0.4.3
17202024-02-18T04:14:54.931Z Compiling num-rational v0.4.1
17212024-02-18T04:14:55.001Z Compiling getrandom v0.1.16
17222024-02-18T04:14:55.245Z Compiling structopt v0.3.26
17232024-02-18T04:14:55.446Z Compiling usdt-macro v0.5.0
17242024-02-18T04:14:55.534Z Compiling usdt-attr-macro v0.5.0
17252024-02-18T04:14:55.740Z Compiling password-hash v0.5.0
17262024-02-18T04:14:55.921Z Compiling signature v2.1.0
17272024-02-18T04:14:56.183Z Compiling blake2 v0.10.6
17282024-02-18T04:14:56.591Z Compiling memmap v0.7.0
17292024-02-18T04:14:56.788Z Compiling parking_lot_core v0.8.6
17302024-02-18T04:14:56.963Z Compiling quick-error v1.2.3
17312024-02-18T04:14:57.080Z Compiling linked-hash-map v0.5.6
17322024-02-18T04:14:57.114Z Compiling resolv-conf v0.7.0
17332024-02-18T04:14:57.286Z Compiling usdt v0.5.0
17342024-02-18T04:14:57.307Z Compiling argon2 v0.5.3
17352024-02-18T04:14:57.429Z Compiling lru-cache v0.1.2
17362024-02-18T04:14:58.062Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17372024-02-18T04:14:58.166Z Compiling aead v0.5.2
17382024-02-18T04:14:58.258Z Compiling num-complex v0.4.4
17392024-02-18T04:14:58.580Z Compiling nibble_vec v0.1.0
17402024-02-18T04:14:58.786Z Compiling slog-dtrace v0.3.0
17412024-02-18T04:14:59.140Z Compiling endian-type v0.1.2
17422024-02-18T04:14:59.373Z Compiling keccak v0.1.4
17432024-02-18T04:14:59.396Z Compiling cancel-safe-futures v0.1.5
17442024-02-18T04:14:59.496Z Compiling arc-swap v1.6.0
17452024-02-18T04:14:59.781Z Compiling winapi v0.3.9
17462024-02-18T04:15:00.171Z Compiling utf-8 v0.7.6
17472024-02-18T04:15:00.385Z Compiling tungstenite v0.20.1
17482024-02-18T04:15:00.500Z Compiling slog-scope v4.4.0
17492024-02-18T04:15:00.580Z Compiling sha3 v0.10.8
17502024-02-18T04:15:00.918Z Compiling radix_trie v0.2.1
17512024-02-18T04:15:00.980Z Compiling num v0.4.1
17522024-02-18T04:15:01.093Z Compiling mime_guess v2.0.4
17532024-02-18T04:15:01.134Z Compiling steno v0.4.0
17542024-02-18T04:15:01.559Z Compiling rand_core v0.5.1
17552024-02-18T04:15:01.598Z Compiling trust-dns-resolver v0.22.0
17562024-02-18T04:15:02.484Z Compiling poly1305 v0.8.0
17572024-02-18T04:15:02.767Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17582024-02-18T04:15:02.824Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17592024-02-18T04:15:04.022Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17602024-02-18T04:15:04.195Z Compiling chacha20 v0.9.1
17612024-02-18T04:15:04.480Z Compiling rfc6979 v0.4.0
17622024-02-18T04:15:04.672Z Compiling secrecy v0.8.0
17632024-02-18T04:15:04.691Z Compiling thiserror-impl-no-std v2.0.2
17642024-02-18T04:15:04.951Z Compiling half v2.3.1
17652024-02-18T04:15:05.225Z Compiling ciborium-io v0.2.2
17662024-02-18T04:15:05.360Z Compiling option-ext v0.2.0
17672024-02-18T04:15:05.534Z Compiling convert_case v0.4.0
17682024-02-18T04:15:05.614Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17692024-02-18T04:15:06.188Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17702024-02-18T04:15:06.512Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17712024-02-18T04:15:07.315Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
17722024-02-18T04:15:07.871Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17732024-02-18T04:15:08.032Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17742024-02-18T04:15:08.047Z Compiling thiserror-no-std v2.0.2
17752024-02-18T04:15:08.160Z Compiling derive_more v0.99.17
17762024-02-18T04:15:08.236Z Compiling dirs-sys v0.4.1
17772024-02-18T04:15:08.311Z Compiling ciborium-ll v0.2.2
17782024-02-18T04:15:08.792Z Compiling ecdsa v0.16.9
17792024-02-18T04:15:08.908Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17802024-02-18T04:15:09.690Z Compiling parking_lot v0.11.2
17812024-02-18T04:15:09.709Z Compiling rand_chacha v0.2.2
17822024-02-18T04:15:09.751Z Compiling tokio-tungstenite v0.20.1
17832024-02-18T04:15:10.290Z Compiling trust-dns-client v0.22.0
17842024-02-18T04:15:11.300Z Compiling slog-stdlog v4.1.1
17852024-02-18T04:15:11.503Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17862024-02-18T04:15:11.688Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17872024-02-18T04:15:11.932Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17882024-02-18T04:15:13.409Z Compiling ed25519 v2.2.2
17892024-02-18T04:15:13.894Z Compiling polyval v0.6.1
17902024-02-18T04:15:14.320Z Compiling primeorder v0.13.6
17912024-02-18T04:15:14.853Z Compiling blowfish v0.9.1
17922024-02-18T04:15:15.164Z Compiling aes v0.8.3
17932024-02-18T04:15:15.325Z Compiling ctr v0.9.2
17942024-02-18T04:15:15.669Z Compiling password-hash v0.4.2
17952024-02-18T04:15:16.631Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17962024-02-18T04:15:17.152Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17972024-02-18T04:15:18.197Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17982024-02-18T04:15:21.876Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17992024-02-18T04:15:24.585Z Compiling libsw v3.3.1
18002024-02-18T04:15:25.636Z Compiling pbkdf2 v0.12.2
18012024-02-18T04:15:25.838Z Compiling derive-where v1.2.7
18022024-02-18T04:15:26.514Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)
18032024-02-18T04:15:27.047Z Compiling fxhash v0.2.1
18042024-02-18T04:15:27.321Z Compiling swrite v0.1.0
18052024-02-18T04:15:27.356Z Compiling owo-colors v4.0.0
18062024-02-18T04:15:27.459Z Compiling linear-map v1.2.0
18072024-02-18T04:15:27.843Z Compiling sled v0.34.7
18082024-02-18T04:15:28.797Z Compiling trust-dns-server v0.22.1
18092024-02-18T04:15:28.907Z Compiling bcrypt-pbkdf v0.10.0
18102024-02-18T04:15:29.024Z Compiling pbkdf2 v0.11.0
18112024-02-18T04:15:29.420Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18122024-02-18T04:15:29.503Z Compiling p256 v0.13.2
18132024-02-18T04:15:29.776Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18142024-02-18T04:15:30.004Z Compiling ghash v0.5.0
18152024-02-18T04:15:30.203Z Compiling ed25519-dalek v2.0.0
18162024-02-18T04:15:30.222Z Compiling slog-envlogger v2.2.0
18172024-02-18T04:15:30.378Z Compiling russh-cryptovec v0.7.0
18182024-02-18T04:15:30.612Z Compiling rand v0.7.3
18192024-02-18T04:15:30.991Z Compiling ciborium v0.2.2
18202024-02-18T04:15:31.246Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18212024-02-18T04:15:31.645Z Compiling dirs v5.0.1
18222024-02-18T04:15:31.860Z Compiling vsss-rs v3.3.4
18232024-02-18T04:15:32.544Z Compiling chacha20poly1305 v0.10.1
18242024-02-18T04:15:32.778Z Compiling cbc v0.1.2
18252024-02-18T04:15:33.027Z Compiling pem v3.0.2
18262024-02-18T04:15:33.600Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18272024-02-18T04:15:33.872Z Compiling headers-core v0.2.0
18282024-02-18T04:15:33.983Z Compiling kstat-rs v0.2.3
18292024-02-18T04:15:34.048Z Compiling glob v0.3.1
18302024-02-18T04:15:34.310Z Compiling http-range v0.1.5
18312024-02-18T04:15:34.682Z Compiling md5 v0.7.0
18322024-02-18T04:15:34.944Z Compiling russh-keys v0.40.1
18332024-02-18T04:15:35.218Z Compiling hyper-staticfile v0.9.5
18342024-02-18T04:15:35.971Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18352024-02-18T04:15:35.992Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18362024-02-18T04:15:36.203Z Compiling headers v0.3.9
18372024-02-18T04:15:38.401Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18382024-02-18T04:15:38.422Z Compiling rcgen v0.12.1
18392024-02-18T04:15:39.195Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18402024-02-18T04:15:39.863Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18412024-02-18T04:15:40.200Z Compiling aes-gcm v0.10.3
18422024-02-18T04:15:41.813Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18432024-02-18T04:15:44.121Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18442024-02-18T04:15:44.300Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18452024-02-18T04:15:46.764Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18462024-02-18T04:15:47.781Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18472024-02-18T04:15:48.713Z Compiling atomicwrites v0.4.3
18482024-02-18T04:15:49.071Z Compiling itertools v0.12.1
18492024-02-18T04:15:49.447Z Compiling subprocess v0.2.9
18502024-02-18T04:15:49.538Z Compiling hex-literal v0.4.1
18512024-02-18T04:15:49.704Z Compiling display-error-chain v0.2.0
18522024-02-18T04:15:49.887Z Compiling russh v0.40.2
18532024-02-18T04:15:51.614Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18542024-02-18T04:15:52.358Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18552024-02-18T04:15:58.292Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18562024-02-18T04:15:59.364Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18572024-02-18T04:16:19.464Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18582024-02-18T04:17:17.296Z Finished dev [unoptimized + debuginfo] target(s) in 5m 40s
18592024-02-18T04:17:17.567Z
18602024-02-18T04:17:17.567Zreal 5:41.264226484
18612024-02-18T04:17:17.567Zuser 28:57.752405965
18622024-02-18T04:17:17.567Zsys 5:35.634372597
18632024-02-18T04:17:17.567Ztrap 0.797235702
18642024-02-18T04:17:17.567Ztflt 10.872760438
18652024-02-18T04:17:17.573Zdflt 7.206564988
18662024-02-18T04:17:17.573Zkflt 0.169869227
18672024-02-18T04:17:17.573Zlock 53:56.688626123
18682024-02-18T04:17:17.573Zslp 1:25:58.473882987
18692024-02-18T04:17:17.573Zlat 1:38.143785282
18702024-02-18T04:17:17.573Zstop 3:59.248389403
18712024-02-18T04:17:17.573Z+ mkdir -p /work/end-to-end-tests
18722024-02-18T04:17:17.577Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18732024-02-18T04:17:18.605Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18742024-02-18T04:17:18.605Z+ ptime -m gzip
18752024-02-18T04:17:18.610Z++ basename target/debug/bootstrap
18762024-02-18T04:17:31.790Z
18772024-02-18T04:17:31.793Zreal 13.175687706
18782024-02-18T04:17:31.793Zuser 13.074793674
18792024-02-18T04:17:31.793Zsys 0.090992433
18802024-02-18T04:17:31.793Ztrap 0.002720574
18812024-02-18T04:17:31.794Ztflt 0.000000000
18822024-02-18T04:17:31.794Zdflt 0.000000000
18832024-02-18T04:17:31.794Zkflt 0.000000000
18842024-02-18T04:17:31.794Zlock 0.000000000
18852024-02-18T04:17:31.794Zslp 0.000000000
18862024-02-18T04:17:31.794Zlat 0.006790821
18872024-02-18T04:17:31.794Zstop 0.000174185
18882024-02-18T04:17:31.794Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18892024-02-18T04:17:31.794Z+ ptime -m gzip
18902024-02-18T04:17:31.794Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-eb11d53ab76d2536
18912024-02-18T04:17:33.078Z
18922024-02-18T04:17:33.078Zreal 1.282034283
18932024-02-18T04:17:33.078Zuser 1.271228407
18942024-02-18T04:17:33.081Zsys 0.010244787
18952024-02-18T04:17:33.081Ztrap 0.000078881
18962024-02-18T04:17:33.081Ztflt 0.000000000
18972024-02-18T04:17:33.081Zdflt 0.000000000
18982024-02-18T04:17:33.081Zkflt 0.000000000
18992024-02-18T04:17:33.081Zlock 0.000000000
19002024-02-18T04:17:33.081Zslp 0.000000000
19012024-02-18T04:17:33.081Zlat 0.000099713
19022024-02-18T04:17:33.081Zstop 0.000166067
19032024-02-18T04:17:33.081Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
19042024-02-18T04:17:33.081Z+ ptime -m gzip
19052024-02-18T04:17:33.081Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe6fd140b2e71fe7
19062024-02-18T04:17:46.651Z
19072024-02-18T04:17:46.655Zreal 13.561399269
19082024-02-18T04:17:46.655Zuser 13.465894099
19092024-02-18T04:17:46.655Zsys 0.091805254
19102024-02-18T04:17:46.655Ztrap 0.001728226
19112024-02-18T04:17:46.655Ztflt 0.000000000
19122024-02-18T04:17:46.655Zdflt 0.000000000
19132024-02-18T04:17:46.655Zkflt 0.000000000
19142024-02-18T04:17:46.655Zlock 0.000000000
19152024-02-18T04:17:46.655Zslp 0.000000000
19162024-02-18T04:17:46.656Zlat 0.001581923
19172024-02-18T04:17:46.656Zstop 0.000171946
19182024-02-18T04:17:46.656Z+ banner caboose-util
19192024-02-18T04:17:46.656Z
19202024-02-18T04:17:46.656Z #### ## ##### #### #### #### ###### # # #####
19212024-02-18T04:17:46.656Z # # # # # # # # # # # # # # #
19222024-02-18T04:17:46.656Z # # # ##### # # # # #### ##### ##### # # #
19232024-02-18T04:17:46.656Z # ###### # # # # # # # # # # #
19242024-02-18T04:17:46.656Z # # # # # # # # # # # # # # # #
19252024-02-18T04:17:46.656Z #### # # ##### #### #### #### ###### #### #
19262024-02-18T04:17:46.656Z
19272024-02-18T04:17:46.656Z+ ptime -m cargo build --locked -p caboose-util --release
19282024-02-18T04:17:47.051Z Downloading crates ...
19292024-02-18T04:17:47.459Z Downloaded crc-any v2.4.3
19302024-02-18T04:17:47.463Z Downloaded crc-catalog v2.2.0
19312024-02-18T04:17:47.463Z Downloaded env_logger v0.10.0
19322024-02-18T04:17:47.466Z Downloaded serde-hex v0.1.0
19332024-02-18T04:17:47.469Z Downloaded tap v1.0.1
19342024-02-18T04:17:47.469Z Downloaded nodrop v0.1.14
19352024-02-18T04:17:47.472Z Downloaded path-slash v0.1.5
19362024-02-18T04:17:47.475Z Downloaded packed_struct_codegen v0.10.1
19372024-02-18T04:17:47.478Z Downloaded radium v0.7.0
19382024-02-18T04:17:47.478Z Downloaded bitfield v0.14.0
19392024-02-18T04:17:47.481Z Downloaded termcolor v1.2.0
19402024-02-18T04:17:47.484Z Downloaded crc v3.0.1
19412024-02-18T04:17:47.484Z Downloaded wyz v0.5.1
19422024-02-18T04:17:47.484Z Downloaded packed_struct v0.10.1
19432024-02-18T04:17:47.490Z Downloaded funty v2.0.0
19442024-02-18T04:17:47.490Z Downloaded maybe-uninit v2.0.0
19452024-02-18T04:17:47.490Z Downloaded pkcs1 v0.7.5
19462024-02-18T04:17:47.493Z Downloaded smallvec v0.6.14
19472024-02-18T04:17:47.493Z Downloaded array-init v0.0.4
19482024-02-18T04:17:47.497Z Downloaded ron v0.8.1
19492024-02-18T04:17:47.502Z Downloaded rsa v0.9.2
19502024-02-18T04:17:47.511Z Downloaded x509-cert v0.2.4
19512024-02-18T04:17:47.517Z Downloaded hashbrown v0.13.2
19522024-02-18T04:17:47.521Z Downloaded num-bigint-dig v0.8.4
19532024-02-18T04:17:47.530Z Downloaded object v0.30.4
19542024-02-18T04:17:47.539Z Downloaded bitvec v1.0.1
19552024-02-18T04:17:47.646Z Compiling proc-macro2 v1.0.78
19562024-02-18T04:17:47.646Z Compiling unicode-ident v1.0.12
19572024-02-18T04:17:47.646Z Compiling libc v0.2.153
19582024-02-18T04:17:47.649Z Compiling serde v1.0.196
19592024-02-18T04:17:47.649Z Compiling autocfg v1.1.0
19602024-02-18T04:17:47.649Z Compiling version_check v0.9.4
19612024-02-18T04:17:47.649Z Compiling cfg-if v1.0.0
19622024-02-18T04:17:47.806Z Compiling typenum v1.16.0
19632024-02-18T04:17:47.816Z Compiling once_cell v1.19.0
19642024-02-18T04:17:47.867Z Compiling parking_lot_core v0.9.8
19652024-02-18T04:17:48.218Z Compiling memchr v2.6.3
19662024-02-18T04:17:48.241Z Compiling syn v1.0.109
19672024-02-18T04:17:48.255Z Compiling byteorder v1.5.0
19682024-02-18T04:17:48.378Z Compiling lock_api v0.4.10
19692024-02-18T04:17:48.688Z Compiling generic-array v0.14.7
19702024-02-18T04:17:48.723Z Compiling libm v0.2.7
19712024-02-18T04:17:48.794Z Compiling num-traits v0.2.16
19722024-02-18T04:17:48.996Z Compiling ahash v0.8.7
19732024-02-18T04:17:49.064Z Compiling quote v1.0.35
19742024-02-18T04:17:49.112Z Compiling pkg-config v0.3.27
19752024-02-18T04:17:49.151Z Compiling thiserror v1.0.57
19762024-02-18T04:17:49.613Z Compiling syn v2.0.48
19772024-02-18T04:17:49.649Z Compiling cc v1.0.83
19782024-02-18T04:17:49.725Z Compiling getrandom v0.2.10
19792024-02-18T04:17:50.112Z Compiling serde_json v1.0.113
19802024-02-18T04:17:50.149Z Compiling scopeguard v1.2.0
19812024-02-18T04:17:50.601Z Compiling slab v0.4.9
19822024-02-18T04:17:50.696Z Compiling itoa v1.0.9
19832024-02-18T04:17:50.720Z Compiling log v0.4.20
19842024-02-18T04:17:50.951Z Compiling rand_core v0.6.4
19852024-02-18T04:17:51.360Z Compiling smallvec v1.13.1
19862024-02-18T04:17:51.799Z Compiling vcpkg v0.2.15
19872024-02-18T04:17:52.318Z Compiling pin-project-lite v0.2.13
19882024-02-18T04:17:52.444Z Compiling const-oid v0.9.5
19892024-02-18T04:17:52.760Z Compiling parking_lot v0.12.1
19902024-02-18T04:17:53.226Z Compiling ring v0.17.8
19912024-02-18T04:17:53.541Z Compiling openssl-sys v0.9.96
19922024-02-18T04:17:53.603Z Compiling ryu v1.0.15
19932024-02-18T04:17:53.616Z Compiling ucd-trie v0.1.6
19942024-02-18T04:17:54.109Z Compiling signal-hook-registry v1.4.1
19952024-02-18T04:17:54.398Z Compiling subtle v2.5.0
19962024-02-18T04:17:54.722Z Compiling rustix v0.38.31
19972024-02-18T04:17:54.752Z Compiling ring v0.16.20
19982024-02-18T04:17:54.769Z Compiling mio v0.8.9
19992024-02-18T04:17:55.454Z Compiling heck v0.4.1
20002024-02-18T04:17:55.728Z Compiling semver v1.0.21
20012024-02-18T04:17:55.845Z Compiling futures-core v0.3.30
20022024-02-18T04:17:56.273Z Compiling spin v0.5.2
20032024-02-18T04:17:57.059Z Compiling socket2 v0.5.5
20042024-02-18T04:17:57.631Z Compiling num_cpus v1.16.0
20052024-02-18T04:17:57.706Z Compiling futures-sink v0.3.30
20062024-02-18T04:17:57.750Z Compiling openssl v0.10.60
20072024-02-18T04:17:57.858Z Compiling allocator-api2 v0.2.16
20082024-02-18T04:17:58.148Z Compiling httparse v1.8.0
20092024-02-18T04:17:58.182Z Compiling unicode-xid v0.2.4
20102024-02-18T04:17:58.339Z Compiling synstructure v0.12.6
20112024-02-18T04:17:58.586Z Compiling equivalent v1.0.1
20122024-02-18T04:17:58.868Z Compiling tinyvec_macros v0.1.1
20132024-02-18T04:17:58.952Z Compiling tinyvec v1.6.0
20142024-02-18T04:17:59.182Z Compiling futures-channel v0.3.30
20152024-02-18T04:17:59.461Z Compiling ppv-lite86 v0.2.17
20162024-02-18T04:17:59.522Z Compiling futures-task v0.3.30
20172024-02-18T04:17:59.722Z Compiling futures-io v0.3.30
20182024-02-18T04:17:59.801Z Compiling rustls v0.21.9
20192024-02-18T04:17:59.886Z Compiling crc32fast v1.3.2
20202024-02-18T04:17:59.975Z Compiling pin-utils v0.1.0
20212024-02-18T04:18:00.084Z Compiling native-tls v0.2.11
20222024-02-18T04:18:00.173Z Compiling bzip2-sys v0.1.11+1.0.8
20232024-02-18T04:18:00.319Z Compiling rand_chacha v0.3.1
20242024-02-18T04:18:00.427Z Compiling unicode-normalization v0.1.22
20252024-02-18T04:18:00.454Z Compiling spin v0.9.8
20262024-02-18T04:18:00.465Z Compiling tracing-core v0.1.31
20272024-02-18T04:18:00.722Z Compiling unicode-bidi v0.3.13
20282024-02-18T04:18:00.852Z Compiling base64ct v1.6.0
20292024-02-18T04:18:01.513Z Compiling pem-rfc7468 v0.7.0
20302024-02-18T04:18:01.661Z Compiling rand v0.8.5
20312024-02-18T04:18:02.019Z Compiling num-iter v0.1.43
20322024-02-18T04:18:02.103Z Compiling usdt-impl v0.3.5
20332024-02-18T04:18:02.465Z Compiling flagset v0.4.3
20342024-02-18T04:18:02.489Z Compiling signal-hook v0.3.17
20352024-02-18T04:18:02.664Z Compiling serde_derive v1.0.196
20362024-02-18T04:18:02.688Z Compiling zeroize_derive v1.4.2
20372024-02-18T04:18:02.712Z Compiling zerocopy-derive v0.7.32
20382024-02-18T04:18:02.779Z Compiling thiserror-impl v1.0.57
20392024-02-18T04:18:03.016Z Compiling tokio-macros v2.2.0
20402024-02-18T04:18:03.276Z Compiling futures-macro v0.3.30
20412024-02-18T04:18:03.442Z Compiling tracing-attributes v0.1.26
20422024-02-18T04:18:03.698Z Compiling der_derive v0.7.2
20432024-02-18T04:18:04.112Z Compiling zeroize v1.7.0
20442024-02-18T04:18:04.759Z Compiling zerocopy v0.7.32
20452024-02-18T04:18:05.670Z Compiling pest v2.7.6
20462024-02-18T04:18:06.066Z Compiling crypto-common v0.1.6
20472024-02-18T04:18:06.118Z Compiling block-buffer v0.10.4
20482024-02-18T04:18:06.274Z Compiling zerocopy-derive v0.2.0
20492024-02-18T04:18:06.374Z Compiling digest v0.10.7
20502024-02-18T04:18:06.453Z Compiling openssl-macros v0.1.1
20512024-02-18T04:18:06.991Z Compiling futures-util v0.3.30
20522024-02-18T04:18:07.163Z Compiling tracing v0.1.37
20532024-02-18T04:18:07.325Z Compiling hashbrown v0.14.3
20542024-02-18T04:18:07.483Z Compiling zerocopy-derive v0.6.4
20552024-02-18T04:18:07.626Z Compiling scroll_derive v0.12.0
20562024-02-18T04:18:07.993Z Compiling pest_meta v2.7.6
20572024-02-18T04:18:08.650Z Compiling schemars v0.8.16
20582024-02-18T04:18:08.963Z Compiling der v0.7.8
20592024-02-18T04:18:09.427Z Compiling pest_generator v2.7.6
20602024-02-18T04:18:09.975Z Compiling serde_derive_internals v0.26.0
20612024-02-18T04:18:12.092Z Compiling pest_derive v2.7.6
20622024-02-18T04:18:12.854Z Compiling errno v0.3.8
20632024-02-18T04:18:13.448Z Compiling rustversion v1.0.14
20642024-02-18T04:18:14.043Z Compiling fnv v1.0.7
20652024-02-18T04:18:14.230Z Compiling schemars_derive v0.8.16
20662024-02-18T04:18:15.061Z Compiling spki v0.7.2
20672024-02-18T04:18:15.587Z Compiling zerocopy v0.3.0
20682024-02-18T04:18:16.074Z Compiling lazy_static v1.4.0
20692024-02-18T04:18:16.453Z Compiling bytes v1.5.0
20702024-02-18T04:18:16.801Z Compiling bitflags v2.4.0
20712024-02-18T04:18:17.369Z Compiling tokio v1.36.0
20722024-02-18T04:18:17.410Z Compiling indexmap v2.2.3
20732024-02-18T04:18:17.969Z Compiling rustc_version v0.4.0
20742024-02-18T04:18:18.517Z Compiling http v0.2.11
20752024-02-18T04:18:18.598Z Compiling heapless v0.7.16
20762024-02-18T04:18:19.039Z Compiling uuid v1.7.0
20772024-02-18T04:18:19.818Z Compiling backtrace v0.3.69
20782024-02-18T04:18:19.940Z Compiling thread-id v4.2.0
20792024-02-18T04:18:20.053Z Compiling memoffset v0.9.0
20802024-02-18T04:18:20.271Z Compiling num-bigint v0.4.4
20812024-02-18T04:18:20.320Z Compiling untrusted v0.9.0
20822024-02-18T04:18:20.499Z Compiling percent-encoding v2.3.1
20832024-02-18T04:18:20.717Z Compiling foreign-types-shared v0.1.1
20842024-02-18T04:18:20.837Z Compiling iana-time-zone v0.1.57
20852024-02-18T04:18:20.848Z Compiling base64 v0.21.7
20862024-02-18T04:18:21.199Z Compiling smoltcp v0.9.1
20872024-02-18T04:18:21.461Z Compiling crossbeam-utils v0.8.16
20882024-02-18T04:18:21.902Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20892024-02-18T04:18:22.037Z Compiling async-trait v0.1.77
20902024-02-18T04:18:22.136Z Compiling untrusted v0.7.1
20912024-02-18T04:18:22.656Z Compiling chrono v0.4.31
20922024-02-18T04:18:23.228Z Compiling foreign-types v0.3.2
20932024-02-18T04:18:23.939Z Compiling dof v0.1.5
20942024-02-18T04:18:25.068Z Compiling dtrace-parser v0.1.14
20952024-02-18T04:18:25.655Z Compiling tokio-util v0.7.10
20962024-02-18T04:18:26.135Z Compiling hmac v0.12.1
20972024-02-18T04:18:26.145Z Compiling clap_derive v4.5.0
20982024-02-18T04:18:26.773Z Compiling num-integer v0.1.46
20992024-02-18T04:18:26.954Z Compiling adler v1.0.2
21002024-02-18T04:18:27.145Z Compiling anstyle v1.0.2
21012024-02-18T04:18:27.832Z Compiling siphasher v0.3.11
21022024-02-18T04:18:27.858Z Compiling try-lock v0.2.4
21032024-02-18T04:18:27.935Z Compiling utf8parse v0.2.1
21042024-02-18T04:18:28.094Z Compiling cpufeatures v0.2.12
21052024-02-18T04:18:28.117Z Compiling time-core v0.1.1
21062024-02-18T04:18:28.184Z Compiling sha2 v0.10.8
21072024-02-18T04:18:28.278Z Compiling time-macros v0.2.13
21082024-02-18T04:18:30.058Z Compiling anstyle-parse v0.2.1
21092024-02-18T04:18:30.473Z Compiling want v0.3.1
21102024-02-18T04:18:31.305Z Compiling miniz_oxide v0.7.1
21112024-02-18T04:18:31.415Z Compiling h2 v0.3.24
21122024-02-18T04:18:32.639Z Compiling strum_macros v0.25.2
21132024-02-18T04:18:33.351Z Compiling rustls-webpki v0.101.7
21142024-02-18T04:18:33.876Z Compiling sct v0.7.0
21152024-02-18T04:18:34.165Z Compiling form_urlencoded v1.2.1
21162024-02-18T04:18:34.479Z Compiling http-body v0.4.5
21172024-02-18T04:18:35.108Z Compiling serde_tokenstream v0.1.7
21182024-02-18T04:18:35.627Z Compiling pkcs8 v0.10.2
21192024-02-18T04:18:35.821Z Compiling hubpack_derive v0.1.1
21202024-02-18T04:18:36.477Z Compiling socket2 v0.4.9
21212024-02-18T04:18:36.684Z Compiling crossbeam-epoch v0.9.15
21222024-02-18T04:18:36.734Z Compiling usdt-impl v0.5.0
21232024-02-18T04:18:37.100Z Compiling radium v0.7.0
21242024-02-18T04:18:37.444Z Compiling slog v2.7.0
21252024-02-18T04:18:37.791Z Compiling colorchoice v1.0.0
21262024-02-18T04:18:37.912Z Compiling openssl-probe v0.1.5
21272024-02-18T04:18:38.175Z Compiling anyhow v1.0.75
21282024-02-18T04:18:38.224Z Compiling httpdate v1.0.3
21292024-02-18T04:18:38.234Z Compiling tower-service v0.3.2
21302024-02-18T04:18:38.261Z Compiling anstyle-query v1.0.0
21312024-02-18T04:18:38.671Z Compiling hyper v0.14.27
21322024-02-18T04:18:39.114Z Compiling anstream v0.6.11
21332024-02-18T04:18:44.648Z Compiling terminal_size v0.3.0
21342024-02-18T04:18:45.685Z Compiling toml_datetime v0.6.5
21352024-02-18T04:18:46.122Z Compiling serde_spanned v0.6.5
21362024-02-18T04:18:46.346Z Compiling zerocopy v0.6.4
21372024-02-18T04:18:46.494Z Compiling scroll v0.12.0
21382024-02-18T04:18:47.063Z Compiling md-5 v0.10.5
21392024-02-18T04:18:47.323Z Compiling stringprep v0.1.3
21402024-02-18T04:18:47.433Z Compiling idna v0.5.0
21412024-02-18T04:18:48.233Z Compiling diesel_table_macro_syntax v0.1.0
21422024-02-18T04:18:48.298Z Compiling aho-corasick v1.0.4
21432024-02-18T04:18:48.607Z Compiling hash32 v0.2.1
21442024-02-18T04:18:48.867Z Compiling fallible-iterator v0.2.0
21452024-02-18T04:18:48.888Z Compiling tap v1.0.1
21462024-02-18T04:18:49.066Z Compiling maybe-uninit v2.0.0
21472024-02-18T04:18:49.134Z Compiling strsim v0.11.0
21482024-02-18T04:18:49.231Z Compiling stable_deref_trait v1.2.0
21492024-02-18T04:18:49.364Z Compiling regex-syntax v0.8.2
21502024-02-18T04:18:49.535Z Compiling dyn-clone v1.0.16
21512024-02-18T04:18:49.701Z Compiling plain v0.2.3
21522024-02-18T04:18:49.729Z Compiling clap_lex v0.7.0
21532024-02-18T04:18:49.748Z Compiling gimli v0.28.0
21542024-02-18T04:18:49.857Z Compiling goblin v0.8.0
21552024-02-18T04:18:49.955Z Compiling clap_builder v4.5.0
21562024-02-18T04:18:50.919Z Compiling postgres-protocol v0.6.6
21572024-02-18T04:18:52.114Z Compiling wyz v0.5.1
21582024-02-18T04:18:52.388Z Compiling diesel_derives v2.1.2
21592024-02-18T04:18:52.442Z Compiling url v2.5.0
21602024-02-18T04:18:53.681Z Compiling regex-automata v0.4.4
21612024-02-18T04:18:54.105Z Compiling addr2line v0.21.0
21622024-02-18T04:18:54.902Z Compiling tokio-rustls v0.24.1
21632024-02-18T04:18:56.073Z Compiling tokio-native-tls v0.3.1
21642024-02-18T04:18:56.595Z Compiling usdt-attr-macro v0.3.5
21652024-02-18T04:18:56.924Z Compiling usdt-macro v0.3.5
21662024-02-18T04:18:58.635Z Compiling phf_shared v0.11.2
21672024-02-18T04:18:59.606Z Compiling block-padding v0.3.3
21682024-02-18T04:18:59.847Z Compiling enum-as-inner v0.5.1
21692024-02-18T04:19:00.207Z Compiling serde_repr v0.1.16
21702024-02-18T04:19:00.842Z Compiling ff v0.13.0
21712024-02-18T04:19:01.095Z Compiling scheduled-thread-pool v0.2.7
21722024-02-18T04:19:01.590Z Compiling object v0.32.1
21732024-02-18T04:19:02.146Z Compiling regex-automata v0.1.10
21742024-02-18T04:19:02.647Z Compiling managed v0.8.0
21752024-02-18T04:19:03.120Z Compiling winnow v0.5.15
21762024-02-18T04:19:03.887Z Compiling packed_struct v0.10.1
21772024-02-18T04:19:04.324Z Compiling pretty-hex v0.4.1
21782024-02-18T04:19:04.532Z Compiling deranged v0.3.8
21792024-02-18T04:19:05.327Z Compiling funty v2.0.0
21802024-02-18T04:19:06.637Z Compiling num_threads v0.1.6
21812024-02-18T04:19:06.767Z Compiling ipnet v2.9.0
21822024-02-18T04:19:06.887Z Compiling matches v0.1.10
21832024-02-18T04:19:06.980Z Compiling num-bigint-dig v0.8.4
21842024-02-18T04:19:07.306Z Compiling base16ct v0.2.0
21852024-02-18T04:19:07.577Z Compiling rustc-demangle v0.1.23
21862024-02-18T04:19:07.593Z Compiling bit-vec v0.6.3
21872024-02-18T04:19:07.853Z Compiling bitflags v1.3.2
21882024-02-18T04:19:08.529Z Compiling sec1 v0.7.3
21892024-02-18T04:19:09.378Z Compiling idna v0.2.3
21902024-02-18T04:19:10.648Z Compiling time v0.3.27
21912024-02-18T04:19:10.797Z Compiling bitvec v1.0.1
21922024-02-18T04:19:11.135Z Compiling toml_edit v0.19.15
21932024-02-18T04:19:12.123Z Compiling dof v0.3.0
21942024-02-18T04:19:14.034Z Compiling bstr v0.2.17
21952024-02-18T04:19:15.417Z Compiling r2d2 v0.8.10
21962024-02-18T04:19:15.435Z Compiling group v0.13.0
21972024-02-18T04:19:15.465Z Compiling inout v0.1.3
21982024-02-18T04:19:16.209Z Compiling phf v0.11.2
21992024-02-18T04:19:16.804Z Compiling regex v1.10.3
22002024-02-18T04:19:16.999Z Compiling hyper-tls v0.5.0
22012024-02-18T04:19:17.347Z Compiling hyper-rustls v0.24.2
22022024-02-18T04:19:17.713Z Compiling signal-hook-mio v0.2.3
22032024-02-18T04:19:17.815Z Compiling bzip2 v0.4.4
22042024-02-18T04:19:17.873Z Compiling flate2 v1.0.28
22052024-02-18T04:19:17.989Z Compiling clap v4.5.0
22062024-02-18T04:19:18.107Z Compiling ipnetwork v0.20.0
22072024-02-18T04:19:18.184Z Compiling postgres-types v0.2.6
22082024-02-18T04:19:18.944Z Compiling hubpack v0.1.2
22092024-02-18T04:19:18.986Z Compiling serde_urlencoded v0.7.1
22102024-02-18T04:19:19.020Z Compiling phf_shared v0.10.0
22112024-02-18T04:19:19.337Z Compiling rustls-pemfile v1.0.3
22122024-02-18T04:19:19.363Z Compiling hkdf v0.12.4
22132024-02-18T04:19:19.588Z Compiling futures-executor v0.3.30
22142024-02-18T04:19:19.598Z Compiling dtrace-parser v0.2.0
22152024-02-18T04:19:21.035Z Compiling crypto-bigint v0.5.2
22162024-02-18T04:19:21.104Z Compiling packed_struct_codegen v0.10.1
22172024-02-18T04:19:21.382Z Compiling float-cmp v0.9.0
22182024-02-18T04:19:22.180Z Compiling indexmap v1.9.3
22192024-02-18T04:19:22.512Z Compiling encoding_rs v0.8.33
22202024-02-18T04:19:23.138Z Compiling crc-catalog v2.2.0
22212024-02-18T04:19:24.148Z Compiling either v1.10.0
22222024-02-18T04:19:24.587Z Compiling static_assertions v1.1.0
22232024-02-18T04:19:24.688Z Compiling webpki-roots v0.25.2
22242024-02-18T04:19:24.844Z Compiling minimal-lexical v0.2.1
22252024-02-18T04:19:25.353Z Compiling fixedbitset v0.4.2
22262024-02-18T04:19:25.782Z Compiling normalize-line-endings v0.3.0
22272024-02-18T04:19:25.909Z Compiling difflib v0.4.0
22282024-02-18T04:19:26.115Z Compiling unicode-width v0.1.11
22292024-02-18T04:19:26.284Z Compiling regex-automata v0.3.8
22302024-02-18T04:19:27.201Z Compiling new_debug_unreachable v1.0.4
22312024-02-18T04:19:27.290Z Compiling unicode-segmentation v1.10.1
22322024-02-18T04:19:27.354Z Compiling winnow v0.6.1
22332024-02-18T04:19:28.091Z Compiling data-encoding v2.4.0
22342024-02-18T04:19:28.602Z Compiling mime v0.3.17
22352024-02-18T04:19:29.054Z Compiling whoami v1.4.1
22362024-02-18T04:19:29.161Z Compiling nodrop v0.1.14
22372024-02-18T04:19:29.283Z Compiling predicates-core v1.0.6
22382024-02-18T04:19:29.597Z Compiling precomputed-hash v0.1.1
22392024-02-18T04:19:29.708Z Compiling string_cache v0.8.7
22402024-02-18T04:19:29.836Z Compiling predicates v3.1.0
22412024-02-18T04:19:30.121Z Compiling tokio-postgres v0.7.10
22422024-02-18T04:19:31.035Z Compiling toml_edit v0.22.6
22432024-02-18T04:19:31.183Z Compiling array-init v0.0.4
22442024-02-18T04:19:31.370Z Compiling reqwest v0.11.22
22452024-02-18T04:19:32.503Z Compiling trust-dns-proto v0.22.0
22462024-02-18T04:19:34.895Z Compiling bstr v1.6.0
22472024-02-18T04:19:35.442Z Compiling similar v2.3.0
22482024-02-18T04:19:38.303Z Compiling console v0.15.8
22492024-02-18T04:19:39.711Z Compiling petgraph v0.6.4
22502024-02-18T04:19:40.381Z Compiling nom v7.1.3
22512024-02-18T04:19:41.692Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22522024-02-18T04:19:43.658Z Compiling itertools v0.10.5
22532024-02-18T04:19:45.230Z Compiling crc v3.0.1
22542024-02-18T04:19:46.591Z Compiling elliptic-curve v0.13.8
22552024-02-18T04:19:50.081Z Compiling futures v0.3.30
22562024-02-18T04:19:51.855Z Compiling smallvec v0.6.14
22572024-02-18T04:19:51.870Z Compiling zip v0.6.6
22582024-02-18T04:19:52.345Z Compiling diesel v2.1.4
22592024-02-18T04:19:53.188Z Compiling yasna v0.5.2
22602024-02-18T04:19:54.890Z Compiling crossterm v0.27.0
22612024-02-18T04:19:55.594Z Compiling cipher v0.4.4
22622024-02-18T04:19:55.628Z Compiling toml v0.7.8
22632024-02-18T04:19:57.462Z Compiling bit-set v0.5.3
22642024-02-18T04:19:57.727Z Compiling usdt v0.3.5
22652024-02-18T04:19:58.443Z Compiling strum v0.25.0
22662024-02-18T04:19:58.602Z Compiling pkcs1 v0.7.5
22672024-02-18T04:19:59.239Z Compiling tokio-stream v0.1.14
22682024-02-18T04:20:00.253Z Compiling is-terminal v0.4.9
22692024-02-18T04:20:00.939Z Compiling openapiv3 v2.0.0
22702024-02-18T04:20:00.950Z Compiling hex v0.4.3
22712024-02-18T04:20:02.282Z Compiling signature v2.1.0
22722024-02-18T04:20:03.427Z Compiling bitfield v0.14.0
22732024-02-18T04:20:04.578Z Compiling hashbrown v0.12.3
22742024-02-18T04:20:06.069Z Compiling lalrpop-util v0.19.12
22752024-02-18T04:20:08.119Z Compiling termcolor v1.2.0
22762024-02-18T04:20:08.673Z Compiling env_logger v0.10.0
22772024-02-18T04:20:15.318Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22782024-02-18T04:20:20.766Z Compiling rsa v0.9.2
22792024-02-18T04:20:24.289Z Compiling serde-hex v0.1.0
22802024-02-18T04:20:26.357Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22812024-02-18T04:20:31.777Z Compiling ron v0.8.1
22822024-02-18T04:20:32.268Z Compiling x509-cert v0.2.4
22832024-02-18T04:20:35.366Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842024-02-18T04:20:35.689Z Compiling hashbrown v0.13.2
22852024-02-18T04:20:42.882Z Compiling crc-any v2.4.3
22862024-02-18T04:20:48.708Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22872024-02-18T04:21:06.682Z Compiling object v0.30.4
22882024-02-18T04:21:08.980Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22892024-02-18T04:21:16.125Z Compiling path-slash v0.1.5
22902024-02-18T04:21:16.761Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22912024-02-18T04:21:44.503Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22922024-02-18T04:21:45.266Z Finished release [optimized] target(s) in 3m 58s
22932024-02-18T04:21:45.340Z
22942024-02-18T04:21:45.343Zreal 3:58.600910447
22952024-02-18T04:21:45.343Zuser 26:06.021682380
22962024-02-18T04:21:45.343Zsys 3:01.136597936
22972024-02-18T04:21:45.343Ztrap 0.783371850
22982024-02-18T04:21:45.344Ztflt 1.615519303
22992024-02-18T04:21:45.344Zdflt 0.473378901
23002024-02-18T04:21:45.344Zkflt 0.000047326
23012024-02-18T04:21:45.344Zlock 59:30.888596303
23022024-02-18T04:21:45.344Zslp 1:17:02.120481826
23032024-02-18T04:21:45.344Zlat 1:23.898149967
23042024-02-18T04:21:45.344Zstop 1:11.495816441
23052024-02-18T04:21:45.344Z+ ptime -m gzip
23062024-02-18T04:21:45.804Z
23072024-02-18T04:21:45.807Zreal 0.455124434
23082024-02-18T04:21:45.807Zuser 0.449509301
23092024-02-18T04:21:45.807Zsys 0.005075581
23102024-02-18T04:21:45.807Ztrap 0.000032361
23112024-02-18T04:21:45.807Ztflt 0.000000000
23122024-02-18T04:21:45.807Zdflt 0.000000000
23132024-02-18T04:21:45.807Zkflt 0.000000000
23142024-02-18T04:21:45.808Zlock 0.000000000
23152024-02-18T04:21:45.808Zslp 0.000000000
23162024-02-18T04:21:45.808Zlat 0.000098484
23172024-02-18T04:21:45.808Zstop 0.000185752
23182024-02-18T04:21:45.808Z+ banner tufaceous
23192024-02-18T04:21:45.808Z
23202024-02-18T04:21:45.808Z ##### # # ###### ## #### ###### #### # # ####
23212024-02-18T04:21:45.808Z # # # # # # # # # # # # # #
23222024-02-18T04:21:45.808Z # # # ##### # # # ##### # # # # ####
23232024-02-18T04:21:45.808Z # # # # ###### # # # # # # #
23242024-02-18T04:21:45.808Z # # # # # # # # # # # # # # #
23252024-02-18T04:21:45.808Z # #### # # # #### ###### #### #### ####
23262024-02-18T04:21:45.808Z
23272024-02-18T04:21:45.808Z+ ptime -m cargo build --locked -p tufaceous --release
23282024-02-18T04:21:46.227Z Downloading crates ...
23292024-02-18T04:21:46.617Z Downloaded doc-comment v0.3.3
23302024-02-18T04:21:46.620Z Downloaded humantime v2.1.0
23312024-02-18T04:21:46.629Z Downloaded snafu v0.7.5
23322024-02-18T04:21:46.635Z Downloaded async-recursion v1.0.5
23332024-02-18T04:21:46.637Z Downloaded parse-size v1.0.0
23342024-02-18T04:21:46.645Z Downloaded buf-list v1.0.3
23352024-02-18T04:21:46.648Z Downloaded fs-err v2.11.0
23362024-02-18T04:21:46.651Z Downloaded serde_plain v1.0.2
23372024-02-18T04:21:46.651Z Downloaded snafu-derive v0.7.5
23382024-02-18T04:21:46.655Z Downloaded pin-project-internal v1.1.3
23392024-02-18T04:21:46.655Z Downloaded olpc-cjson v0.1.3
23402024-02-18T04:21:46.655Z Downloaded globset v0.4.13
23412024-02-18T04:21:46.661Z Downloaded pin-project v1.1.3
23422024-02-18T04:21:46.668Z Downloaded typed-path v0.7.0
23432024-02-18T04:21:46.674Z Downloaded tough v0.16.0
23442024-02-18T04:21:46.773Z Compiling serde_tokenstream v0.2.0
23452024-02-18T04:21:46.836Z Compiling regress v0.8.0
23462024-02-18T04:21:46.845Z Compiling dirs-sys-next v0.1.2
23472024-02-18T04:21:46.848Z Compiling ident_case v1.0.1
23482024-02-18T04:21:46.848Z Compiling strsim v0.10.0
23492024-02-18T04:21:46.848Z Compiling rustls-pki-types v1.1.0
23502024-02-18T04:21:46.869Z Compiling thread_local v1.1.7
23512024-02-18T04:21:46.995Z Compiling dirs-next v2.0.0
23522024-02-18T04:21:47.239Z Compiling darling_core v0.20.3
23532024-02-18T04:21:47.302Z Compiling camino v1.1.6
23542024-02-18T04:21:47.465Z Compiling rustls v0.22.2
23552024-02-18T04:21:47.664Z Compiling heck v0.4.1
23562024-02-18T04:21:47.759Z Compiling slog-async v2.8.0
23572024-02-18T04:21:47.904Z Compiling rustls-webpki v0.102.1
23582024-02-18T04:21:47.936Z Compiling term v0.7.0
23592024-02-18T04:21:48.194Z Compiling crossbeam-channel v0.5.8
23602024-02-18T04:21:48.268Z Compiling getopts v0.2.21
23612024-02-18T04:21:48.906Z Compiling structmeta-derive v0.3.0
23622024-02-18T04:21:49.143Z Compiling atty v0.2.14
23632024-02-18T04:21:49.288Z Compiling multer v3.0.0
23642024-02-18T04:21:49.607Z Compiling take_mut v0.2.2
23652024-02-18T04:21:49.771Z Compiling paste v1.0.14
23662024-02-18T04:21:49.943Z Compiling doc-comment v0.3.3
23672024-02-18T04:21:50.264Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23682024-02-18T04:21:51.715Z Compiling unsafe-libyaml v0.2.10
23692024-02-18T04:21:52.117Z Compiling match_cfg v0.1.0
23702024-02-18T04:21:52.295Z Compiling hostname v0.3.1
23712024-02-18T04:21:52.474Z Compiling structmeta v0.3.0
23722024-02-18T04:21:52.622Z Compiling darling_macro v0.20.3
23732024-02-18T04:21:52.940Z Compiling slog-term v2.9.0
23742024-02-18T04:21:53.503Z Compiling serde_yaml v0.9.25
23752024-02-18T04:21:53.568Z Compiling darling v0.20.3
23762024-02-18T04:21:55.969Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23772024-02-18T04:21:55.989Z Compiling slog-json v2.6.1
23782024-02-18T04:21:56.132Z Compiling http v1.0.0
23792024-02-18T04:21:56.519Z Compiling async-stream-impl v0.3.5
23802024-02-18T04:21:57.362Z Compiling pin-project-internal v1.1.3
23812024-02-18T04:21:57.804Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23822024-02-18T04:21:57.807Z Compiling atomic-waker v1.1.1
23832024-02-18T04:21:58.016Z Compiling fastrand v2.0.1
23842024-02-18T04:21:58.196Z Compiling waitgroup v0.1.2
23852024-02-18T04:21:58.444Z Compiling tempfile v3.10.0
23862024-02-18T04:21:59.569Z Compiling async-stream v0.3.5
23872024-02-18T04:21:59.892Z Compiling tokio-rustls v0.25.0
23882024-02-18T04:22:00.221Z Compiling pin-project v1.1.3
23892024-02-18T04:22:00.356Z Compiling slog-bunyan v2.5.0
23902024-02-18T04:22:00.408Z Compiling serde_with_macros v3.6.1
23912024-02-18T04:22:00.615Z Compiling parse-display-derive v0.9.0
23922024-02-18T04:22:01.361Z Compiling toml v0.8.10
23932024-02-18T04:22:01.718Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23942024-02-18T04:22:01.882Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
23952024-02-18T04:22:01.970Z Compiling rustls-pemfile v2.0.0
23962024-02-18T04:22:02.704Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
23972024-02-18T04:22:03.288Z Compiling sha1 v0.10.6
23982024-02-18T04:22:03.795Z Compiling newtype-uuid v1.0.1
23992024-02-18T04:22:04.141Z Compiling strum_macros v0.26.1
24002024-02-18T04:22:04.198Z Compiling snafu-derive v0.7.5
24012024-02-18T04:22:04.225Z Compiling serde_path_to_error v0.1.15
24022024-02-18T04:22:04.674Z Compiling fs-err v2.11.0
24032024-02-18T04:22:05.012Z Compiling instant v0.1.12
24042024-02-18T04:22:05.179Z Compiling arc-swap v1.6.0
24052024-02-18T04:22:05.190Z Compiling buf-list v1.0.3
24062024-02-18T04:22:05.765Z Compiling debug-ignore v1.0.5
24072024-02-18T04:22:05.951Z Compiling same-file v1.0.6
24082024-02-18T04:22:06.267Z Compiling walkdir v2.4.0
24092024-02-18T04:22:06.291Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f)
24102024-02-18T04:22:06.434Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24112024-02-18T04:22:08.099Z Compiling slog-scope v4.4.0
24122024-02-18T04:22:09.005Z Compiling strum v0.26.1
24132024-02-18T04:22:09.042Z Compiling backoff v0.4.0
24142024-02-18T04:22:09.247Z Compiling snafu v0.7.5
24152024-02-18T04:22:09.343Z Compiling parse-display v0.9.0
24162024-02-18T04:22:09.387Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24172024-02-18T04:22:09.725Z Compiling serde_with v3.6.1
24182024-02-18T04:22:10.715Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24192024-02-18T04:22:11.282Z Compiling globset v0.4.13
24202024-02-18T04:22:11.482Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24212024-02-18T04:22:11.666Z Compiling pem v3.0.2
24222024-02-18T04:22:13.258Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24232024-02-18T04:22:13.273Z Compiling olpc-cjson v0.1.3
24242024-02-18T04:22:13.840Z Compiling macaddr v1.0.1
24252024-02-18T04:22:14.579Z Compiling serde_plain v1.0.2
24262024-02-18T04:22:14.580Z Compiling async-recursion v1.0.5
24272024-02-18T04:22:15.122Z Compiling filetime v0.2.23
24282024-02-18T04:22:15.496Z Compiling xattr v1.0.1
24292024-02-18T04:22:15.653Z Compiling typed-path v0.7.0
24302024-02-18T04:22:15.799Z Compiling tar v0.4.40
24312024-02-18T04:22:20.076Z Compiling tough v0.16.0
24322024-02-18T04:22:22.437Z Compiling slog-stdlog v4.1.1
24332024-02-18T04:22:23.399Z Compiling camino-tempfile v1.1.1
24342024-02-18T04:22:24.011Z Compiling itertools v0.12.1
24352024-02-18T04:22:24.201Z Compiling parse-size v1.0.0
24362024-02-18T04:22:24.534Z Compiling slog-envlogger v2.2.0
24372024-02-18T04:22:26.804Z Compiling humantime v2.1.0
24382024-02-18T04:22:29.180Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)
24392024-02-18T04:22:29.408Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24402024-02-18T04:22:39.269Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24412024-02-18T04:22:41.295Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24422024-02-18T04:23:00.899Z Finished release [optimized] target(s) in 1m 15s
24432024-02-18T04:23:00.976Z
24442024-02-18T04:23:00.979Zreal 1:15.133079135
24452024-02-18T04:23:00.979Zuser 8:20.415603721
24462024-02-18T04:23:00.980Zsys 38.984538091
24472024-02-18T04:23:00.980Ztrap 0.215937782
24482024-02-18T04:23:00.980Ztflt 0.359672137
24492024-02-18T04:23:00.980Zdflt 0.346707164
24502024-02-18T04:23:00.980Zkflt 0.000001539
24512024-02-18T04:23:00.980Zlock 17:34.692408874
24522024-02-18T04:23:00.980Zslp 19:10.231642943
24532024-02-18T04:23:00.980Zlat 21.510366469
24542024-02-18T04:23:00.980Zstop 14.369586022
24552024-02-18T04:23:00.980Z+ ptime -m gzip
24562024-02-18T04:23:02.709Z
24572024-02-18T04:23:02.712Zreal 1.727771083
24582024-02-18T04:23:02.712Zuser 1.714899536
24592024-02-18T04:23:02.712Zsys 0.011929218
24602024-02-18T04:23:02.712Ztrap 0.000248766
24612024-02-18T04:23:02.712Ztflt 0.000000000
24622024-02-18T04:23:02.713Zdflt 0.000000000
24632024-02-18T04:23:02.713Zkflt 0.000000000
24642024-02-18T04:23:02.713Zlock 0.000000000
24652024-02-18T04:23:02.713Zslp 0.000000000
24662024-02-18T04:23:02.713Zlat 0.000304861
24672024-02-18T04:23:02.713Zstop 0.000176025
24682024-02-18T04:23:02.713Zprocess exited: duration 820167 ms, exit code 0
 
24692024-02-18T04:23:02.736Zfound 5 output files
24702024-02-18T04:23:02.736Zuploading: /work/end-to-end-tests/bootstrap-eb11d53ab76d2536.gz (10682210 bytes)
24712024-02-18T04:23:05.338Zuploaded: /work/end-to-end-tests/bootstrap-eb11d53ab76d2536.gz
24722024-02-18T04:23:05.345Zuploading: /work/end-to-end-tests/bootstrap.gz (109431883 bytes)
24732024-02-18T04:23:20.952Zuploaded: /work/end-to-end-tests/bootstrap.gz
24742024-02-18T04:23:20.952Zuploading: /work/end-to-end-tests/end_to_end_tests-fe6fd140b2e71fe7.gz (112637478 bytes)
24752024-02-18T04:23:34.791Zuploaded: /work/end-to-end-tests/end_to_end_tests-fe6fd140b2e71fe7.gz
24762024-02-18T04:23:34.791Zuploading: /work/caboose-util.gz (4096658 bytes)
24772024-02-18T04:23:36.315Zuploaded: /work/caboose-util.gz
24782024-02-18T04:23:36.315Zuploading: /work/tufaceous.gz (15870867 bytes)
24792024-02-18T04:23:39.408Zuploaded: /work/tufaceous.gz