01HMG3HPD7AE7QPFJTGDGDJX2B: 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: 01HMG3JDTS1BXNDZN1N26GJ0Y7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-01-19T05:38:17.108Zjob assigned to worker 01HMG3JG5PW4DSNHCF4R4495MP (queued for 59 s)
 
22024-01-19T05:38:18.105Zstarting task 0: "setup"
32024-01-19T05:38:18.123Z++ uname -s
42024-01-19T05:38:18.127Z+ kern=SunOS
52024-01-19T05:38:18.127Z+ case "$kern" in
62024-01-19T05:38:18.127Z+ groupadd -g 12345 build
72024-01-19T05:38:18.127Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-01-19T05:38:20.167Z+ zfs create -o mountpoint=/work rpool/work
92024-01-19T05:38:20.262Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-01-19T05:38:20.270Z+ home_fs=zfs
112024-01-19T05:38:20.270Z+ [[ zfs == autofs ]]
122024-01-19T05:38:20.270Z+ mkdir -p /home/build
132024-01-19T05:38:20.270Z+ chown build:build /home/build /work
142024-01-19T05:38:22.271Z+ chmod 0700 /home/build /work
152024-01-19T05:38:22.284Zprocess exited: duration 4170 ms, exit code 0
 
162024-01-19T05:38:22.291Zstarting task 1: "rust-toolchain"
172024-01-19T05:38:22.303Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-01-19T05:38:22.308Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-01-19T05:38:22.544Zinfo: downloading installer
202024-01-19T05:38:24.206Zwarning: it looks like you have an existing installation of Rust at:
212024-01-19T05:38:24.206Zwarning: /opt/ooce/bin
222024-01-19T05:38:24.206Zwarning: It is recommended that rustup be the primary Rust installation.
232024-01-19T05:38:24.206Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-01-19T05:38:24.206Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-01-19T05:38:24.206Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-01-19T05:38:24.206Zwarning: or pass `-y' to ignore all ignorable checks.
272024-01-19T05:38:24.206Zerror: cannot install while Rust is installed
282024-01-19T05:38:24.206Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-01-19T05:38:24.361Zinfo: profile set to 'default'
302024-01-19T05:38:24.361Zinfo: default host triple is x86_64-unknown-illumos
312024-01-19T05:38:24.365Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-01-19T05:38:24.532Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-01-19T05:38:24.532Zinfo: downloading component 'cargo'
342024-01-19T05:38:25.179Zinfo: downloading component 'clippy'
352024-01-19T05:38:25.437Zinfo: downloading component 'rust-docs'
362024-01-19T05:38:26.232Zinfo: downloading component 'rust-std'
372024-01-19T05:38:27.713Zinfo: downloading component 'rustc'
382024-01-19T05:38:31.294Zinfo: downloading component 'rustfmt'
392024-01-19T05:38:31.505Zinfo: installing component 'cargo'
402024-01-19T05:38:32.847Zinfo: installing component 'clippy'
412024-01-19T05:38:33.523Zinfo: installing component 'rust-docs'
422024-01-19T05:38:36.132Zinfo: installing component 'rust-std'
432024-01-19T05:38:39.160Zinfo: installing component 'rustc'
442024-01-19T05:38:45.614Zinfo: installing component 'rustfmt'
452024-01-19T05:38:46.104Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-01-19T05:38:46.105Z
472024-01-19T05:38:46.240Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-01-19T05:38:46.240Z
492024-01-19T05:38:46.248Z
502024-01-19T05:38:46.248ZRust is installed now. Great!
512024-01-19T05:38:46.248Z
522024-01-19T05:38:46.248ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-01-19T05:38:46.249Zenvironment variable. This has not been done automatically.
542024-01-19T05:38:46.249Z
552024-01-19T05:38:46.249ZTo configure your current shell, run:
562024-01-19T05:38:46.249Zsource "$HOME/.cargo/env"
572024-01-19T05:38:46.334Z+ rustc --version
582024-01-19T05:38:46.430Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-01-19T05:38:46.436Zprocess exited: duration 24144 ms, exit code 0
 
602024-01-19T05:38:46.442Zstarting task 2: "authentication"
612024-01-19T05:38:46.473Zprocess exited: duration 30 ms, exit code 0
 
622024-01-19T05:38:46.484Zstarting task 3: "clone repository"
632024-01-19T05:38:46.489Z+ mkdir -p /work/oxidecomputer/omicron
642024-01-19T05:38:46.495Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-01-19T05:38:46.584ZCloning into '/work/oxidecomputer/omicron'...
662024-01-19T05:38:51.731Z+ cd /work/oxidecomputer/omicron
672024-01-19T05:38:51.731Z+ [[ -n renovate/tempfile-3.x ]]
682024-01-19T05:38:51.736Z+ git fetch origin renovate/tempfile-3.x
692024-01-19T05:38:52.093ZFrom https://github.com/oxidecomputer/omicron
702024-01-19T05:38:52.093Z * branch renovate/tempfile-3.x -> FETCH_HEAD
712024-01-19T05:38:52.103Z+ git checkout -B renovate/tempfile-3.x remotes/origin/renovate/tempfile-3.x
722024-01-19T05:38:52.204ZSwitched to a new branch 'renovate/tempfile-3.x'
732024-01-19T05:38:52.227Zbranch 'renovate/tempfile-3.x' set up to track 'origin/renovate/tempfile-3.x'.
742024-01-19T05:38:52.227Z+ git reset --hard 02c9e5624b35a7ee35180b3a91d99ee146ea0945
752024-01-19T05:38:52.376ZHEAD is now at 02c9e5624 Update Rust crate tempfile to 3.9
762024-01-19T05:38:52.379Zprocess exited: duration 5896 ms, exit code 0
 
772024-01-19T05:38:52.387Zstarting task 4: "build"
782024-01-19T05:38:52.393Z+ cargo --version
792024-01-19T05:38:52.399Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
802024-01-19T05:38:52.577Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
812024-01-19T05:38:52.580Zinfo: downloading component 'cargo'
822024-01-19T05:38:53.278Zinfo: downloading component 'clippy'
832024-01-19T05:38:53.515Zinfo: downloading component 'rust-docs'
842024-01-19T05:38:54.376Zinfo: downloading component 'rust-std'
852024-01-19T05:38:55.655Zinfo: downloading component 'rustc'
862024-01-19T05:38:59.326Zinfo: downloading component 'rustfmt'
872024-01-19T05:38:59.526Zinfo: installing component 'cargo'
882024-01-19T05:39:00.856Zinfo: installing component 'clippy'
892024-01-19T05:39:01.343Zinfo: installing component 'rust-docs'
902024-01-19T05:39:04.632Zinfo: installing component 'rust-std'
912024-01-19T05:39:06.731Zinfo: installing component 'rustc'
922024-01-19T05:39:12.795Zinfo: installing component 'rustfmt'
932024-01-19T05:39:13.357Zcargo 1.74.1 (ecb9851af 2023-10-18)
942024-01-19T05:39:13.368Z+ rustc --version
952024-01-19T05:39:13.493Zrustc 1.74.1 (a28077b28 2023-12-04)
962024-01-19T05:39:13.509Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972024-01-19T05:39:23.670Z Startup: Refreshing catalog 'helios-dev' ... Done
982024-01-19T05:39:25.295Z Startup: Caching catalogs ... Done
992024-01-19T05:39:27.676ZPlanning: Solver setup ... Done (1.903s)
1002024-01-19T05:39:27.732ZPlanning: Running solver ... Done (0.053s)
1012024-01-19T05:39:27.758ZPlanning: Finding local manifests ... Done (0.003s)
1022024-01-19T05:39:27.798ZPlanning: Fetching manifests: 0/4 0% complete
1032024-01-19T05:39:28.105ZPlanning: Fetching manifests: 4/4 100% complete
1042024-01-19T05:39:28.203ZPlanning: Package planning ... Done (0.079s)
1052024-01-19T05:39:28.274ZPlanning: Merging actions ... Done (0.090s)
1062024-01-19T05:39:29.102ZPlanning: Checking for conflicting actions ... Done (0.826s)
1072024-01-19T05:39:29.119ZPlanning: Consolidating action changes ... Done (0.018s)
1082024-01-19T05:39:32.654ZPlanning: Evaluating mediators ... Done (3.537s)
1092024-01-19T05:39:32.671ZPlanning: Planning completed in 7.31 seconds
1102024-01-19T05:39:34.942Z Packages to install: 4
1112024-01-19T05:39:34.943Z Mediators to change: 2
1122024-01-19T05:39:34.943Z Services to change: 1
1132024-01-19T05:39:34.948Z Estimated space available: 148.87 GB
1142024-01-19T05:39:34.948ZEstimated space to be consumed: 1.40 GB
1152024-01-19T05:39:34.948Z Create boot environment: No
1162024-01-19T05:39:34.948ZCreate backup boot environment: No
1172024-01-19T05:39:34.948Z Rebuild boot archive: No
1182024-01-19T05:39:34.948Z
1192024-01-19T05:39:34.949ZChanged mediators:
1202024-01-19T05:39:34.949Z mediator clang:
1212024-01-19T05:39:34.949Z version: None -> 15 (system default)
1222024-01-19T05:39:34.949Z
1232024-01-19T05:39:34.949Z mediator llvm:
1242024-01-19T05:39:34.949Z version: 14 (system default) -> 15 (system default)
1252024-01-19T05:39:34.949Z
1262024-01-19T05:39:34.949ZChanged packages:
1272024-01-19T05:39:34.949Zhelios-dev
1282024-01-19T05:39:34.949Z developer/build-essential
1292024-01-19T05:39:34.949Z None -> 11-2.0
1302024-01-19T05:39:34.949Z library/libxmlsec1
1312024-01-19T05:39:34.949Z None -> 1.2.35-2.0
1322024-01-19T05:39:34.949Z ooce/developer/clang-15
1332024-01-19T05:39:34.949Z None -> 15.0.7-2.0
1342024-01-19T05:39:34.949Z ooce/developer/llvm-15
1352024-01-19T05:39:34.949Z None -> 15.0.7-2.0
1362024-01-19T05:39:34.949Z
1372024-01-19T05:39:34.949ZServices:
1382024-01-19T05:39:34.949Z restart_fmri:
1392024-01-19T05:39:34.950Z svc:/system/update-man-index:default
1402024-01-19T05:39:35.118Z
1412024-01-19T05:39:35.118ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1422024-01-19T05:39:40.128ZDownload: 924/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1432024-01-19T05:39:45.186ZDownload: 1226/3290 items 92.3/212.6MB 43% complete (9.3M/s)
1442024-01-19T05:39:51.148ZDownload: 2189/3290 items 118.9/212.6MB 55% complete (10.0M/s)
1452024-01-19T05:40:05.641ZDownload: 2590/3290 items 120.3/212.6MB 56% complete (3.0M/s)
1462024-01-19T05:40:06.061ZDownload: 3213/3290 items 191.6/212.6MB 90% complete (7.2M/s)
1472024-01-19T05:40:06.061ZDownload: 3288/3290 items 211.1/212.6MB 99% complete (9.0M/s)
1482024-01-19T05:40:06.061ZDownload: Completed 212.60 MB in 30.18 seconds (7.0M/s)
1492024-01-19T05:40:06.061Z Actions: 1/3689 actions (Installing new actions)
1502024-01-19T05:40:10.534Z Actions: 2726/3689 actions (Installing new actions)
1512024-01-19T05:40:13.173Z Actions: Completed 3689 actions in 7.64 seconds.
1522024-01-19T05:40:13.427Z Done (0.244s)
1532024-01-19T05:40:13.427Z Done (0.000s)
1542024-01-19T05:40:13.768Z Done (0.326s)
1552024-01-19T05:40:20.999Z Done (7.100s)
1562024-01-19T05:40:21.215Z Done (0.097s)
1572024-01-19T05:40:21.242Z Done (0.000s)
1582024-01-19T05:40:21.399Z Done (0.000s)
1592024-01-19T05:40:22.120ZPlanning: Evaluating mediator changes ... Done
1602024-01-19T05:40:22.475ZPlanning: Checking for conflicting actions ... Done
1612024-01-19T05:40:22.565ZPlanning: Consolidating action changes ... Done
1622024-01-19T05:40:22.837ZPlanning: Evaluating mediators ... Done
1632024-01-19T05:40:22.854ZPlanning: Planning completed in 0.71 seconds
1642024-01-19T05:40:22.888Z Mediators to change: 2
1652024-01-19T05:40:22.895Z Create boot environment: No
1662024-01-19T05:40:22.896ZCreate backup boot environment: No
1672024-01-19T05:40:22.981Z Done
1682024-01-19T05:40:22.981Z Done
1692024-01-19T05:40:23.176Z Done
1702024-01-19T05:40:28.768Z Done
1712024-01-19T05:40:28.925Z Done
1722024-01-19T05:40:29.415Z Done
1732024-01-19T05:40:30.345Z Done
1742024-01-19T05:40:30.352ZPlanning: Evaluating mediator changes ... Done
1752024-01-19T05:40:30.352ZPlanning: Merging actions ... Done
1762024-01-19T05:40:30.352ZPlanning: Checking for conflicting actions ... Done
1772024-01-19T05:40:30.352ZPlanning: Consolidating action changes ... Done
1782024-01-19T05:40:30.702ZPlanning: Evaluating mediators ... Done
1792024-01-19T05:40:30.787ZPlanning: Planning completed in 1.27 seconds
1802024-01-19T05:40:30.847Z Packages to change: 1
1812024-01-19T05:40:31.264Z Mediators to change: 1
1822024-01-19T05:40:31.264Z Services to change: 1
1832024-01-19T05:40:31.264Z Create boot environment: No
1842024-01-19T05:40:31.264ZCreate backup boot environment: Yes
1852024-01-19T05:40:32.899Z Actions: 1/6 actions (Updating modified actions)
1862024-01-19T05:40:32.906Z Actions: Completed 6 actions in 0.00 seconds.
1872024-01-19T05:40:32.906Z Done
1882024-01-19T05:40:32.906Z Done
1892024-01-19T05:40:32.972Z Done
1902024-01-19T05:40:38.765Z Done
1912024-01-19T05:40:38.897Z Done
1922024-01-19T05:40:38.917Z Done
1932024-01-19T05:40:38.986Z Done
1942024-01-19T05:40:39.731ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-01-19T05:40:39.731Zclang system 15 system
1962024-01-19T05:40:39.731Zcsh system system illumos
1972024-01-19T05:40:39.731Zctags system system illumos
1982024-01-19T05:40:39.732Zgcc vendor 12 vendor
1992024-01-19T05:40:39.732Zgcc system 10 system
2002024-01-19T05:40:39.732Zgcc system 7 system
2012024-01-19T05:40:39.732Zgo system 1.20 system
2022024-01-19T05:40:39.732Zgo system 1.19 system
2032024-01-19T05:40:39.732Zllvm system 15 system
2042024-01-19T05:40:39.733Zllvm system 14 system
2052024-01-19T05:40:39.733Zmariadb system 10.6 system
2062024-01-19T05:40:39.733Zmta vendor vendor dma
2072024-01-19T05:40:39.733Zopenjdk system 17 system
2082024-01-19T05:40:39.733Zopenjdk system 11 system
2092024-01-19T05:40:39.733Zopenjdk system 1.8 system
2102024-01-19T05:40:39.733Zopenssl vendor 3 vendor
2112024-01-19T05:40:39.734Zperl system 5.36 system
2122024-01-19T05:40:39.734Zpostgresql system 15 system
2132024-01-19T05:40:39.734Zpostgresql system 13 system
2142024-01-19T05:40:39.734Zpython vendor 3 vendor
2152024-01-19T05:40:39.734Zpython system 2 system
2162024-01-19T05:40:39.734Zpython3 system 3.11 system
2172024-01-19T05:40:39.735Zruby system 3.0 system
2182024-01-19T05:40:39.735Zwords vendor vendor american-english
2192024-01-19T05:40:39.735Zwords system system australian-english
2202024-01-19T05:40:39.735Zwords system system british-english
2212024-01-19T05:40:39.735Zwords system system canadian-english
2222024-01-19T05:40:39.735Zwords system system french
2232024-01-19T05:40:39.735Zwords system system italian
2242024-01-19T05:40:39.735Zwords system system ngerman
2252024-01-19T05:40:39.735Zwords system system ogerman
2262024-01-19T05:40:39.735Zwords system system spanish
2272024-01-19T05:40:40.160ZFMRI IFO
2282024-01-19T05:40:40.160Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-01-19T05:40:40.160Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-01-19T05:40:40.160Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-01-19T05:40:40.160Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-01-19T05:40:40.161Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-01-19T05:40:40.161Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2342024-01-19T05:40:40.161Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-01-19T05:40:40.161Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2362024-01-19T05:40:40.225Z+ set -o errexit
2372024-01-19T05:40:40.231Z+++ dirname ./tools/ci_download_cockroachdb
2382024-01-19T05:40:40.231Z++ cd ./tools
2392024-01-19T05:40:40.231Z++ pwd
2402024-01-19T05:40:40.237Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2412024-01-19T05:40:40.238Z++ basename ./tools/ci_download_cockroachdb
2422024-01-19T05:40:40.238Z+ ARG0=ci_download_cockroachdb
2432024-01-19T05:40:40.238Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2442024-01-19T05:40:40.238Z+ CIDL_VERSION=v22.1.9
2452024-01-19T05:40:40.238Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2462024-01-19T05:40:40.247Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2472024-01-19T05:40:40.247Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2482024-01-19T05:40:40.247Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2492024-01-19T05:40:40.247Z+ TARGET_DIR=out
2502024-01-19T05:40:40.247Z+ DOWNLOAD_DIR=out/downloads
2512024-01-19T05:40:40.248Z+ DEST_DIR=./out/cockroachdb
2522024-01-19T05:40:40.248Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2532024-01-19T05:40:40.248Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2542024-01-19T05:40:40.248Z+ main
2552024-01-19T05:40:40.248Z+ [[ 0 != 0 ]]
2562024-01-19T05:40:40.248Z+ CIDL_OS=solaris2.11
2572024-01-19T05:40:40.248Z+ [[ 0 != 0 ]]
2582024-01-19T05:40:40.249Z+ configure_os solaris2.11
2592024-01-19T05:40:40.249Z+ echo 'current directory: /work/oxidecomputer/omicron'
2602024-01-19T05:40:40.249Zcurrent directory: /work/oxidecomputer/omicron
2612024-01-19T05:40:40.249Z+ echo 'configuring based on OS: "solaris2.11"'
2622024-01-19T05:40:40.249Z+ case "$1" in
2632024-01-19T05:40:40.249Zconfiguring based on OS: "solaris2.11"
2642024-01-19T05:40:40.249Z+ CIDL_BUILD=illumos
2652024-01-19T05:40:40.250Z+ CIDL_SUFFIX=tar.gz
2662024-01-19T05:40:40.250Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2672024-01-19T05:40:40.250Z+ CIDL_MD5FUNC=do_md5sum
2682024-01-19T05:40:40.250Z+ CIDL_URL_BASE=https://illumos.org/downloads
2692024-01-19T05:40:40.250Z+ CIDL_ASSEMBLE=do_assemble_illumos
2702024-01-19T05:40:40.250Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2712024-01-19T05:40:40.250Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2722024-01-19T05:40:40.251Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-01-19T05:40:40.251Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2742024-01-19T05:40:40.251Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2752024-01-19T05:40:40.251Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2762024-01-19T05:40:40.251ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-01-19T05:40:40.251Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782024-01-19T05:40:40.251Z+ mkdir -p out/downloads
2792024-01-19T05:40:40.252ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2802024-01-19T05:40:40.252Z+ mkdir -p ./out/cockroachdb
2812024-01-19T05:40:40.252Z+ local DO_DOWNLOAD=true
2822024-01-19T05:40:40.252Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2832024-01-19T05:40:40.252Z+ '[' true == true ']'
2842024-01-19T05:40:40.252Z+ echo Downloading...
2852024-01-19T05:40:40.252ZDownloading...
2862024-01-19T05:40:40.253Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-01-19T05:40:40.253Z+ 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
2882024-01-19T05:40:43.049Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2892024-01-19T05:40:43.053Z++ md5sum
2902024-01-19T05:40:43.053Z++ awk '{print $1}'
2912024-01-19T05:40:43.654Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2922024-01-19T05:40:43.654Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2932024-01-19T05:40:43.654Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2942024-01-19T05:40:43.654Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2952024-01-19T05:40:46.688Z+ do_assemble_illumos
2962024-01-19T05:40:46.689Z+ rm -r ./out/cockroachdb
2972024-01-19T05:40:46.709Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2982024-01-19T05:40:47.326Z+ ./out/cockroachdb/bin/cockroach version
2992024-01-19T05:40:47.725ZBuild Tag: v22.1.9-dirty
3002024-01-19T05:40:47.725ZBuild Time: 2022/10/26 21:17:46
3012024-01-19T05:40:47.725ZDistribution: OSS
3022024-01-19T05:40:47.725ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3032024-01-19T05:40:47.725ZGo Version: go1.17.13
3042024-01-19T05:40:47.726ZC Compiler: gcc 10.3.0
3052024-01-19T05:40:47.726ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3062024-01-19T05:40:47.726ZBuild Type: release
3072024-01-19T05:40:47.740Z+ set -o errexit
3082024-01-19T05:40:47.759Z+++ dirname ./tools/ci_download_clickhouse
3092024-01-19T05:40:47.759Z++ cd ./tools
3102024-01-19T05:40:47.760Z++ pwd
3112024-01-19T05:40:47.760Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3122024-01-19T05:40:47.760Z++ basename ./tools/ci_download_clickhouse
3132024-01-19T05:40:47.760Z+ ARG0=ci_download_clickhouse
3142024-01-19T05:40:47.760Z+ TARGET_DIR=out
3152024-01-19T05:40:47.761Z+ DOWNLOAD_DIR=out/downloads
3162024-01-19T05:40:47.761Z+ DEST_DIR=./out/clickhouse
3172024-01-19T05:40:47.761Z+ CIDL_VERSION=v22.8.9.24
3182024-01-19T05:40:47.761Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3192024-01-19T05:40:47.761Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3202024-01-19T05:40:47.761Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3212024-01-19T05:40:47.761Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3222024-01-19T05:40:47.761Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3232024-01-19T05:40:47.762Z+ main
3242024-01-19T05:40:47.762Z+ [[ 0 != 0 ]]
3252024-01-19T05:40:47.762Z+ CIDL_OS=solaris2.11
3262024-01-19T05:40:47.762Z+ [[ 0 != 0 ]]
3272024-01-19T05:40:47.762Z+ configure_os solaris2.11
3282024-01-19T05:40:47.762Z+ echo 'current directory: /work/oxidecomputer/omicron'
3292024-01-19T05:40:47.762Zcurrent directory: /work/oxidecomputer/omicron
3302024-01-19T05:40:47.763Z+ echo 'configuring based on OS: "solaris2.11"'
3312024-01-19T05:40:47.763Z+ CIDL_DASHREV=
3322024-01-19T05:40:47.763Zconfiguring based on OS: "solaris2.11"
3332024-01-19T05:40:47.763Z+ case "$1" in
3342024-01-19T05:40:47.763Z+ CIDL_PLATFORM=illumos
3352024-01-19T05:40:47.763Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3362024-01-19T05:40:47.764Z+ CIDL_MD5FUNC=do_md5sum
3372024-01-19T05:40:47.764Z+ CIDL_DASHREV=-1
3382024-01-19T05:40:47.765Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3392024-01-19T05:40:47.765Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-01-19T05:40:47.766Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-01-19T05:40:47.766Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-01-19T05:40:47.766Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3432024-01-19T05:40:47.767Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3442024-01-19T05:40:47.767ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3452024-01-19T05:40:47.767ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-01-19T05:40:47.767Z+ mkdir -p out/downloads
3472024-01-19T05:40:47.767Z+ mkdir -p ./out/clickhouse
3482024-01-19T05:40:47.774Z+ local DO_DOWNLOAD=true
3492024-01-19T05:40:47.774Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3502024-01-19T05:40:47.774Z+ '[' true == true ']'
3512024-01-19T05:40:47.774Z+ echo Downloading...
3522024-01-19T05:40:47.774ZDownloading...
3532024-01-19T05:40:47.774Z+ 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
3542024-01-19T05:40:47.774Z+ 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
3552024-01-19T05:40:49.106Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3562024-01-19T05:40:49.119Z++ md5sum
3572024-01-19T05:40:49.119Z++ awk '{print $1}'
3582024-01-19T05:40:49.347Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3592024-01-19T05:40:49.348Z+ [[ 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 ]]
3602024-01-19T05:40:49.361Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3612024-01-19T05:40:49.362Z+ mkdir -p ./out/clickhouse
3622024-01-19T05:40:49.363Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3632024-01-19T05:40:54.145Z+ ./out/clickhouse/clickhouse server --version
3642024-01-19T05:40:54.196ZClickHouse server version 22.8.9.1.
3652024-01-19T05:40:54.218Z+ set -o errexit
3662024-01-19T05:40:54.222Z+++ dirname ./tools/ci_download_console
3672024-01-19T05:40:54.222Z++ cd ./tools
3682024-01-19T05:40:54.222Z++ pwd
3692024-01-19T05:40:54.227Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3702024-01-19T05:40:54.227Z++ basename ./tools/ci_download_console
3712024-01-19T05:40:54.227Z+ ARG0=ci_download_console
3722024-01-19T05:40:54.227Z+ TARGET_DIR=out
3732024-01-19T05:40:54.227Z+ DOWNLOAD_DIR=out/downloads
3742024-01-19T05:40:54.227Z+ DEST_DIR=./out/console-assets
3752024-01-19T05:40:54.227Z+ source /work/oxidecomputer/omicron/tools/console_version
3762024-01-19T05:40:54.227Z++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036
3772024-01-19T05:40:54.228Z++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
3782024-01-19T05:40:54.228Z+ URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
3792024-01-19T05:40:54.228Z+ TARBALL_FILE=out/downloads/console.tar.gz
3802024-01-19T05:40:54.228Z+ main
3812024-01-19T05:40:54.228Z+ [[ 0 != 0 ]]
3822024-01-19T05:40:54.228Z+ echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz'
3832024-01-19T05:40:54.228ZURL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
3842024-01-19T05:40:54.228Z+ echo 'Local file: out/downloads/console.tar.gz'
3852024-01-19T05:40:54.228ZLocal file: out/downloads/console.tar.gz
3862024-01-19T05:40:54.233Z+ local DO_DOWNLOAD=true
3872024-01-19T05:40:54.233Z+ [[ -f out/downloads/console.tar.gz ]]
3882024-01-19T05:40:54.233Z+ mkdir -p out/downloads
3892024-01-19T05:40:54.233Z+ '[' true == true ']'
3902024-01-19T05:40:54.233Z+ echo Downloading...
3912024-01-19T05:40:54.234ZDownloading...
3922024-01-19T05:40:54.234Z+ do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz
3932024-01-19T05:40:54.234Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz
3942024-01-19T05:40:54.857Z++ do_sha256sum out/downloads/console.tar.gz
3952024-01-19T05:40:54.864Z++ case "$OSTYPE" in
3962024-01-19T05:40:54.864Z++ SHA=sha256sum
3972024-01-19T05:40:54.864Z++ sha256sum
3982024-01-19T05:40:54.864Z++ awk '{print $1}'
3992024-01-19T05:40:54.924Z+ calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0
4002024-01-19T05:40:54.924Z+ [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]]
4012024-01-19T05:40:54.943Z+ rm -rf ./out/console-assets
4022024-01-19T05:40:54.944Z+ mkdir -p ./out/console-assets
4032024-01-19T05:40:54.944Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4042024-01-19T05:40:54.944Z+ mkdir -p ./out/console-assets
4052024-01-19T05:40:54.944Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4062024-01-19T05:40:55.074Z+ set -o errexit
4072024-01-19T05:40:55.079Z+++ dirname ./tools/ci_download_maghemite_openapi
4082024-01-19T05:40:55.079Z++ cd ./tools
4092024-01-19T05:40:55.079Z++ pwd
4102024-01-19T05:40:55.079Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4112024-01-19T05:40:55.079Z++ basename ./tools/ci_download_maghemite_openapi
4122024-01-19T05:40:55.079Z+ ARG0=ci_download_maghemite_openapi
4132024-01-19T05:40:55.079Z+ TARGET_DIR=out
4142024-01-19T05:40:55.079Z+ DOWNLOAD_DIR=out/downloads
4152024-01-19T05:40:55.079Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4162024-01-19T05:40:55.080Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4172024-01-19T05:40:55.080Z++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4182024-01-19T05:40:55.080Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4192024-01-19T05:40:55.080Z+ LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4202024-01-19T05:40:55.080Z+ main
4212024-01-19T05:40:55.080Z+ [[ 0 != 0 ]]
4222024-01-19T05:40:55.080Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json'
4232024-01-19T05:40:55.080ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4242024-01-19T05:40:55.080Z+ echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4252024-01-19T05:40:55.080Z+ local DO_DOWNLOAD=true
4262024-01-19T05:40:55.080ZLocal file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4272024-01-19T05:40:55.080Z+ [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4282024-01-19T05:40:55.080Z+ mkdir -p out/downloads
4292024-01-19T05:40:55.081Z+ '[' true == true ']'
4302024-01-19T05:40:55.081Z+ echo Downloading...
4312024-01-19T05:40:55.081ZDownloading...
4322024-01-19T05:40:55.081Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4332024-01-19T05:40:55.081Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json
4342024-01-19T05:40:55.299Z++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4352024-01-19T05:40:55.303Z++ case "$OSTYPE" in
4362024-01-19T05:40:55.303Z++ SHA=sha256sum
4372024-01-19T05:40:55.303Z++ sha256sum
4382024-01-19T05:40:55.304Z++ awk '{print $1}'
4392024-01-19T05:40:55.308Z+ calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf
4402024-01-19T05:40:55.308Z+ [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]]
4412024-01-19T05:40:55.308Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4422024-01-19T05:40:55.308Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
4432024-01-19T05:40:55.309Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4442024-01-19T05:40:55.309Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4452024-01-19T05:40:55.309Z+ LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4462024-01-19T05:40:55.309Z+ main
4472024-01-19T05:40:55.309Z+ [[ 0 != 0 ]]
4482024-01-19T05:40:55.310Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json'
4492024-01-19T05:40:55.310ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4502024-01-19T05:40:55.316Z+ echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json'
4512024-01-19T05:40:55.316ZLocal file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4522024-01-19T05:40:55.316Z+ local DO_DOWNLOAD=true
4532024-01-19T05:40:55.316Z+ [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]]
4542024-01-19T05:40:55.316Z+ mkdir -p out/downloads
4552024-01-19T05:40:55.326Z+ '[' true == true ']'
4562024-01-19T05:40:55.326Z+ echo Downloading...
4572024-01-19T05:40:55.326ZDownloading...
4582024-01-19T05:40:55.326Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4592024-01-19T05:40:55.326Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json
4602024-01-19T05:40:55.518Z++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json
4612024-01-19T05:40:55.530Z++ case "$OSTYPE" in
4622024-01-19T05:40:55.530Z++ SHA=sha256sum
4632024-01-19T05:40:55.531Z++ sha256sum
4642024-01-19T05:40:55.531Z++ awk '{print $1}'
4652024-01-19T05:40:55.547Z+ calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
4662024-01-19T05:40:55.547Z+ [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]]
4672024-01-19T05:40:55.547Z+ set -o errexit
4682024-01-19T05:40:55.547Z+++ dirname ./tools/ci_download_dendrite_openapi
4692024-01-19T05:40:55.547Z++ cd ./tools
4702024-01-19T05:40:55.547Z++ pwd
4712024-01-19T05:40:55.547Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4722024-01-19T05:40:55.547Z++ basename ./tools/ci_download_dendrite_openapi
4732024-01-19T05:40:55.547Z+ ARG0=ci_download_dendrite_openapi
4742024-01-19T05:40:55.548Z+ TARGET_DIR=out
4752024-01-19T05:40:55.548Z+ DOWNLOAD_DIR=out/downloads
4762024-01-19T05:40:55.548Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4772024-01-19T05:40:55.548Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
4782024-01-19T05:40:55.548Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
4792024-01-19T05:40:55.548Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4802024-01-19T05:40:55.548Z+ LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4812024-01-19T05:40:55.548Z+ main
4822024-01-19T05:40:55.556Z+ [[ 0 != 0 ]]
4832024-01-19T05:40:55.556Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json'
4842024-01-19T05:40:55.556ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4852024-01-19T05:40:55.556ZLocal file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4862024-01-19T05:40:55.556Z+ echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json'
4872024-01-19T05:40:55.556Z+ local DO_DOWNLOAD=true
4882024-01-19T05:40:55.556Z+ [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]]
4892024-01-19T05:40:55.556Z+ mkdir -p out/downloads
4902024-01-19T05:40:55.556Z+ '[' true == true ']'
4912024-01-19T05:40:55.556Z+ echo Downloading...
4922024-01-19T05:40:55.556ZDownloading...
4932024-01-19T05:40:55.556Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4942024-01-19T05:40:55.556Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json
4952024-01-19T05:40:55.695Z++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json
4962024-01-19T05:40:55.695Z++ case "$OSTYPE" in
4972024-01-19T05:40:55.695Z++ SHA=sha256sum
4982024-01-19T05:40:55.698Z++ sha256sum
4992024-01-19T05:40:55.698Z++ awk '{print $1}'
5002024-01-19T05:40:55.702Z+ calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5012024-01-19T05:40:55.702Z+ [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]]
5022024-01-19T05:40:55.711Z+ set -o errexit
5032024-01-19T05:40:55.715Z+++ dirname ./tools/ci_download_dendrite_stub
5042024-01-19T05:40:55.718Z++ cd ./tools
5052024-01-19T05:40:55.718Z++ pwd
5062024-01-19T05:40:55.718Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5072024-01-19T05:40:55.721Z++ basename ./tools/ci_download_dendrite_stub
5082024-01-19T05:40:55.721Z+ ARG0=ci_download_dendrite_stub
5092024-01-19T05:40:55.722Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5102024-01-19T05:40:55.726Z++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5112024-01-19T05:40:55.726Z++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e
5122024-01-19T05:40:55.726Z++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f
5132024-01-19T05:40:55.726Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5142024-01-19T05:40:55.726Z++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5152024-01-19T05:40:55.726Z++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0
5162024-01-19T05:40:55.726Z+ TARGET_DIR=out
5172024-01-19T05:40:55.726Z+ DOWNLOAD_DIR=out/downloads
5182024-01-19T05:40:55.726Z+ DEST_DIR=./out/dendrite-stub
5192024-01-19T05:40:55.726Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5202024-01-19T05:40:55.727Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5212024-01-19T05:40:55.727Z+ REPO=oxidecomputer/dendrite
5222024-01-19T05:40:55.727Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7
5232024-01-19T05:40:55.727Z+ main
5242024-01-19T05:40:55.727Z+ [[ 0 != 0 ]]
5252024-01-19T05:40:55.727Z+ CIDL_OS=solaris2.11
5262024-01-19T05:40:55.727Z+ [[ 0 != 0 ]]
5272024-01-19T05:40:55.727Z+ configure_os solaris2.11
5282024-01-19T05:40:55.727Z+ echo 'current directory: /work/oxidecomputer/omicron'
5292024-01-19T05:40:55.727Zcurrent directory: /work/oxidecomputer/omicron
5302024-01-19T05:40:55.727Z+ echo 'configuring based on OS: "solaris2.11"'
5312024-01-19T05:40:55.728Zconfiguring based on OS: "solaris2.11"
5322024-01-19T05:40:55.728Z+ case "$1" in
5332024-01-19T05:40:55.728Z+ SET_BINARIES=
5342024-01-19T05:40:55.728Z+ CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5352024-01-19T05:40:55.728Z+ CIDL_SHA256FUNC=do_sha256sum
5362024-01-19T05:40:55.728Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5372024-01-19T05:40:55.728Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5382024-01-19T05:40:55.728Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5392024-01-19T05:40:55.728Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz'
5402024-01-19T05:40:55.728ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5412024-01-19T05:40:55.728Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5422024-01-19T05:40:55.728ZLocal file: out/downloads/dendrite-stub.tar.gz
5432024-01-19T05:40:55.729Z+ mkdir -p out/downloads
5442024-01-19T05:40:55.732Z+ mkdir -p ./out/dendrite-stub
5452024-01-19T05:40:55.732Z+ fetch_and_verify
5462024-01-19T05:40:55.733Z+ local DO_DOWNLOAD=true
5472024-01-19T05:40:55.733Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5482024-01-19T05:40:55.733Z+ '[' true == true ']'
5492024-01-19T05:40:55.733Z+ echo Downloading...
5502024-01-19T05:40:55.733ZDownloading...
5512024-01-19T05:40:55.733Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5522024-01-19T05:40:55.733Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz
5532024-01-19T05:41:08.388Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5542024-01-19T05:41:08.411Z++ sha256sum
5552024-01-19T05:41:08.411Z++ awk '{print $1}'
5562024-01-19T05:41:08.411Z+ calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80
5572024-01-19T05:41:08.411Z+ [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]]
5582024-01-19T05:41:08.411Z+ do_untar out/downloads/dendrite-stub.tar.gz
5592024-01-19T05:41:08.412Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5602024-01-19T05:41:09.211Z+ do_assemble
5612024-01-19T05:41:09.211Z+ rm -r ./out/dendrite-stub
5622024-01-19T05:41:09.230Z+ mkdir ./out/dendrite-stub
5632024-01-19T05:41:09.231Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5642024-01-19T05:41:09.380Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5652024-01-19T05:41:09.394Z+ set -o errexit
5662024-01-19T05:41:09.403Z+++ dirname ./tools/ci_download_maghemite_mgd
5672024-01-19T05:41:09.404Z++ cd ./tools
5682024-01-19T05:41:09.404Z++ pwd
5692024-01-19T05:41:09.404Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5702024-01-19T05:41:09.404Z++ basename ./tools/ci_download_maghemite_mgd
5712024-01-19T05:41:09.404Z+ ARG0=ci_download_maghemite_mgd
5722024-01-19T05:41:09.404Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5732024-01-19T05:41:09.405Z++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
5742024-01-19T05:41:09.405Z++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0
5752024-01-19T05:41:09.405Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5762024-01-19T05:41:09.405Z++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3
5772024-01-19T05:41:09.405Z++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c
5782024-01-19T05:41:09.405Z+ TARGET_DIR=out
5792024-01-19T05:41:09.406Z+ DOWNLOAD_DIR=out/downloads
5802024-01-19T05:41:09.406Z+ DEST_DIR=./out/mgd
5812024-01-19T05:41:09.406Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5822024-01-19T05:41:09.406Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5832024-01-19T05:41:09.406Z+ REPO=oxidecomputer/maghemite
5842024-01-19T05:41:09.406Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3
5852024-01-19T05:41:09.406Z+ main
5862024-01-19T05:41:09.406Z+ [[ 0 != 0 ]]
5872024-01-19T05:41:09.406Z+ CIDL_OS=solaris2.11
5882024-01-19T05:41:09.407Z+ [[ 0 != 0 ]]
5892024-01-19T05:41:09.407Z+ configure_os solaris2.11
5902024-01-19T05:41:09.407Z+ echo 'current directory: /work/oxidecomputer/omicron'
5912024-01-19T05:41:09.407Zcurrent directory: /work/oxidecomputer/omicron
5922024-01-19T05:41:09.407Z+ echo 'configuring based on OS: "solaris2.11"'
5932024-01-19T05:41:09.407Z+ case "$1" in
5942024-01-19T05:41:09.407Z+ SET_BINARIES=
5952024-01-19T05:41:09.407Zconfiguring based on OS: "solaris2.11"
5962024-01-19T05:41:09.407Z+ CIDL_SHA256FUNC=do_sha256sum
5972024-01-19T05:41:09.407Z+ TARBALL_FILENAME=mgd.tar.gz
5982024-01-19T05:41:09.407Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
5992024-01-19T05:41:09.408Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6002024-01-19T05:41:09.408Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz'
6012024-01-19T05:41:09.408Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6022024-01-19T05:41:09.408ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6032024-01-19T05:41:09.408Z+ mkdir -p out/downloads
6042024-01-19T05:41:09.408ZLocal file: out/downloads/mgd.tar.gz
6052024-01-19T05:41:09.416Z+ mkdir -p ./out/mgd
6062024-01-19T05:41:09.416Z+ fetch_and_verify
6072024-01-19T05:41:09.416Z+ local DO_DOWNLOAD=true
6082024-01-19T05:41:09.416Z+ [[ -f out/downloads/mgd.tar.gz ]]
6092024-01-19T05:41:09.416Z+ '[' true == true ']'
6102024-01-19T05:41:09.416Z+ echo Downloading...
6112024-01-19T05:41:09.416ZDownloading...
6122024-01-19T05:41:09.416Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz
6132024-01-19T05:41:09.416Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz
6142024-01-19T05:41:15.985Z++ do_sha256sum out/downloads/mgd.tar.gz
6152024-01-19T05:41:15.990Z++ sha256sum
6162024-01-19T05:41:15.990Z++ awk '{print $1}'
6172024-01-19T05:41:16.065Z+ calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890
6182024-01-19T05:41:16.065Z+ [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]]
6192024-01-19T05:41:16.076Z+ do_untar out/downloads/mgd.tar.gz
6202024-01-19T05:41:16.076Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6212024-01-19T05:41:16.718Z+ do_assemble
6222024-01-19T05:41:16.718Z+ rm -r ./out/mgd
6232024-01-19T05:41:16.728Z+ mkdir ./out/mgd
6242024-01-19T05:41:16.728Z+ cp -r out/downloads/root ./out/mgd/root
6252024-01-19T05:41:16.938Z+ set -o errexit
6262024-01-19T05:41:16.949Z+++ dirname ./tools/ci_download_transceiver_control
6272024-01-19T05:41:16.949Z++ cd ./tools
6282024-01-19T05:41:16.949Z++ pwd
6292024-01-19T05:41:16.949Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6302024-01-19T05:41:16.949Z++ basename ./tools/ci_download_transceiver_control
6312024-01-19T05:41:16.971Z+ ARG0=ci_download_transceiver_control
6322024-01-19T05:41:16.971Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6332024-01-19T05:41:16.971Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6342024-01-19T05:41:16.971Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6352024-01-19T05:41:16.972Z+ TARGET_DIR=out
6362024-01-19T05:41:16.972Z+ DOWNLOAD_DIR=out/downloads
6372024-01-19T05:41:16.972Z+ DEST_DIR=./out/transceiver-control
6382024-01-19T05:41:16.972Z+ BIN_DIR=/opt/oxide/bin
6392024-01-19T05:41:16.972Z+ BINARY=xcvradm
6402024-01-19T05:41:16.973Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6412024-01-19T05:41:16.973Z+ REPO=oxidecomputer/transceiver-control
6422024-01-19T05:41:16.973Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6432024-01-19T05:41:16.973Z+ main
6442024-01-19T05:41:16.973Z+ [[ 0 != 0 ]]
6452024-01-19T05:41:16.974Z+ CIDL_OS=solaris2.11
6462024-01-19T05:41:16.974Z+ [[ 0 != 0 ]]
6472024-01-19T05:41:16.974Z+ configure_os solaris2.11
6482024-01-19T05:41:16.974Z+ echo 'current directory: /work/oxidecomputer/omicron'
6492024-01-19T05:41:16.974Zcurrent directory: /work/oxidecomputer/omicron
6502024-01-19T05:41:16.975Z+ echo 'configuring based on OS: "solaris2.11"'
6512024-01-19T05:41:16.975Zconfiguring based on OS: "solaris2.11"
6522024-01-19T05:41:16.975Z+ case "$1" in
6532024-01-19T05:41:16.975Z+ SET_BINARIES=
6542024-01-19T05:41:16.975Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6552024-01-19T05:41:16.975Z+ CIDL_SHA256FUNC=do_sha256sum
6562024-01-19T05:41:16.975Z+ ARCHIVE_FILENAME=xcvradm.gz
6572024-01-19T05:41:16.975Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582024-01-19T05:41:16.976Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6592024-01-19T05:41:16.976Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6602024-01-19T05:41:16.976ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6612024-01-19T05:41:16.976ZLocal file: out/downloads/xcvradm.gz
6622024-01-19T05:41:16.976Z+ echo 'Local file: out/downloads/xcvradm.gz'
6632024-01-19T05:41:16.976Z+ mkdir -p out/downloads
6642024-01-19T05:41:16.976Z+ mkdir -p ./out/transceiver-control
6652024-01-19T05:41:16.976Z+ fetch_and_verify
6662024-01-19T05:41:16.977Z+ local DO_DOWNLOAD=true
6672024-01-19T05:41:16.977Z+ [[ -f out/downloads/xcvradm.gz ]]
6682024-01-19T05:41:16.977Z+ '[' true == true ']'
6692024-01-19T05:41:16.977Z+ echo Downloading...
6702024-01-19T05:41:16.977ZDownloading...
6712024-01-19T05:41:16.977Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6722024-01-19T05:41:16.977Z+ 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
6732024-01-19T05:41:22.292Z++ do_sha256sum out/downloads/xcvradm.gz
6742024-01-19T05:41:22.303Z++ sha256sum
6752024-01-19T05:41:22.303Z++ awk '{print $1}'
6762024-01-19T05:41:22.323Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6772024-01-19T05:41:22.323Z+ [[ 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 ]]
6782024-01-19T05:41:22.867Z+ do_unpack out/downloads/xcvradm.gz
6792024-01-19T05:41:22.867Z+ mkdir -p out/downloads/root//opt/oxide/bin
6802024-01-19T05:41:22.867Z+ gzip -dc out/downloads/xcvradm.gz
6812024-01-19T05:41:22.868Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6822024-01-19T05:41:22.868Z+ do_assemble
6832024-01-19T05:41:22.868Z+ rm -r ./out/transceiver-control
6842024-01-19T05:41:22.868Z+ mkdir ./out/transceiver-control
6852024-01-19T05:41:22.868Z+ cp -r out/downloads/root ./out/transceiver-control/root
6862024-01-19T05:41:22.868ZAll prerequisites installed successfully
6872024-01-19T05:41:22.868Z
6882024-01-19T05:41:22.868Zreal 2:09.180981733
6892024-01-19T05:41:22.868Zuser 52.084652567
6902024-01-19T05:41:22.869Zsys 10.054756350
6912024-01-19T05:41:22.869Ztrap 0.022547196
6922024-01-19T05:41:22.869Ztflt 0.147398629
6932024-01-19T05:41:22.869Zdflt 0.341451367
6942024-01-19T05:41:22.869Zkflt 0.145971383
6952024-01-19T05:41:22.869Zlock 2.214029049
6962024-01-19T05:41:22.869Zslp 4:07.374060270
6972024-01-19T05:41:22.869Zlat 3.451442131
6982024-01-19T05:41:22.869Zstop 0.068365412
6992024-01-19T05:41:22.869Z+ banner end-to-end-tests
7002024-01-19T05:41:22.869Z
7012024-01-19T05:41:22.869Z ###### # # ##### ##### #### ###### # # #####
7022024-01-19T05:41:22.869Z # ## # # # # # # # ## # # #
7032024-01-19T05:41:22.870Z ##### # # # # # ##### # # # ##### ##### # # # # #
7042024-01-19T05:41:22.870Z # # # # # # # # # # # # # # #
7052024-01-19T05:41:22.870Z # # ## # # # # # # # ## # #
7062024-01-19T05:41:22.870Z ###### # # ##### # #### ###### # # #####
7072024-01-19T05:41:22.870Z
7082024-01-19T05:41:22.870Z+ export CARGO_PROFILE_DEV_DEBUG=1
7092024-01-19T05:41:22.870Z+ CARGO_PROFILE_DEV_DEBUG=1
7102024-01-19T05:41:22.870Z+ export CARGO_PROFILE_TEST_DEBUG=1
7112024-01-19T05:41:22.870Z+ CARGO_PROFILE_TEST_DEBUG=1
7122024-01-19T05:41:22.870Z+ export CARGO_INCREMENTAL=0
7132024-01-19T05:41:22.870Z+ CARGO_INCREMENTAL=0
7142024-01-19T05:41:22.870Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7152024-01-19T05:41:23.056Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7162024-01-19T05:41:24.364Z Updating crates.io index
7172024-01-19T05:41:24.364Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7182024-01-19T05:41:24.364Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7192024-01-19T05:41:26.856Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7202024-01-19T05:41:27.468Z Updating git repository `http://github.com/oxidecomputer/tofino`
7212024-01-19T05:41:27.784Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7222024-01-19T05:41:28.074Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7232024-01-19T05:41:28.341Z Updating git repository `https://github.com/oxidecomputer/propolis`
7242024-01-19T05:41:29.195Z Updating git repository `https://github.com/oxidecomputer/crucible`
7252024-01-19T05:41:31.439Z Updating git repository `https://github.com/oxidecomputer/opte`
7262024-01-19T05:41:32.475Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7272024-01-19T05:41:32.884Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7282024-01-19T05:41:33.525Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7292024-01-19T05:41:33.840Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7302024-01-19T05:41:34.053Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7312024-01-19T05:41:34.400Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7322024-01-19T05:41:34.781Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7332024-01-19T05:41:35.082Z Updating git repository `https://github.com/njaremko/samael`
7342024-01-19T05:41:35.510Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7352024-01-19T05:41:36.236Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7362024-01-19T05:41:36.653Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7372024-01-19T05:41:36.973Z Updating git repository `https://github.com/jgallagher/nix`
7382024-01-19T05:41:38.182Z Updating git repository `https://github.com/cbiffle/hubpack`
7392024-01-19T05:41:38.570Z Updating git repository `https://github.com/oxidecomputer/typify`
7402024-01-19T05:41:43.538Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7412024-01-19T05:41:43.744Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7422024-01-19T05:41:44.032Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7432024-01-19T05:41:45.820Z Downloading crates ...
7442024-01-19T05:41:46.163Z Downloaded autocfg v1.1.0
7452024-01-19T05:41:46.171Z Downloaded anstream v0.5.0
7462024-01-19T05:41:46.171Z Downloaded arc-swap v1.6.0
7472024-01-19T05:41:46.177Z Downloaded adler v1.0.2
7482024-01-19T05:41:46.196Z Downloaded curve25519-dalek-derive v0.1.0
7492024-01-19T05:41:46.207Z Downloaded colorchoice v1.0.0
7502024-01-19T05:41:46.207Z Downloaded cstr-argument v0.1.2
7512024-01-19T05:41:46.214Z Downloaded async-stream-impl v0.3.5
7522024-01-19T05:41:46.214Z Downloaded atomicwrites v0.4.3
7532024-01-19T05:41:46.221Z Downloaded openssl-macros v0.1.1
7542024-01-19T05:41:46.221Z Downloaded darling_macro v0.20.3
7552024-01-19T05:41:46.221Z Downloaded openssl-probe v0.1.5
7562024-01-19T05:41:46.230Z Downloaded anstyle-query v1.0.0
7572024-01-19T05:41:46.230Z Downloaded parking_lot v0.12.1
7582024-01-19T05:41:46.240Z Downloaded bit-vec v0.6.3
7592024-01-19T05:41:46.250Z Downloaded owo-colors v3.5.0
7602024-01-19T05:41:46.263Z Downloaded cpufeatures v0.2.9
7612024-01-19T05:41:46.264Z Downloaded base16ct v0.2.0
7622024-01-19T05:41:46.299Z Downloaded uuid v1.6.1
7632024-01-19T05:41:46.299Z Downloaded managed v0.8.0
7642024-01-19T05:41:46.299Z Downloaded matches v0.1.10
7652024-01-19T05:41:46.299Z Downloaded new_debug_unreachable v1.0.4
7662024-01-19T05:41:46.299Z Downloaded tinyvec_macros v0.1.1
7672024-01-19T05:41:46.299Z Downloaded bitflags v1.3.2
7682024-01-19T05:41:46.299Z Downloaded try-lock v0.2.4
7692024-01-19T05:41:46.299Z Downloaded want v0.3.1
7702024-01-19T05:41:46.310Z Downloaded num-iter v0.1.43
7712024-01-19T05:41:46.310Z Downloaded walkdir v2.4.0
7722024-01-19T05:41:46.320Z Downloaded memoffset v0.9.0
7732024-01-19T05:41:46.320Z Downloaded multer v3.0.0
7742024-01-19T05:41:46.338Z Downloaded thiserror-impl-no-std v2.0.2
7752024-01-19T05:41:46.427Z Downloaded tokio-rustls v0.24.1
7762024-01-19T05:41:46.427Z Downloaded foreign-types-shared v0.1.1
7772024-01-19T05:41:46.427Z Downloaded miniz_oxide v0.7.1
7782024-01-19T05:41:46.427Z Downloaded endian-type v0.1.2
7792024-01-19T05:41:46.440Z Downloaded num_enum v0.5.11
7802024-01-19T05:41:46.440Z Downloaded usdt v0.3.5
7812024-01-19T05:41:46.440Z Downloaded synstructure v0.12.6
7822024-01-19T05:41:46.440Z Downloaded form_urlencoded v1.2.1
7832024-01-19T05:41:46.440Z Downloaded addr2line v0.21.0
7842024-01-19T05:41:46.440Z Downloaded headers-core v0.2.0
7852024-01-19T05:41:46.441Z Downloaded instant v0.1.12
7862024-01-19T05:41:46.441Z Downloaded foreign-types-macros v0.2.3
7872024-01-19T05:41:46.441Z Downloaded serde_tokenstream v0.2.0
7882024-01-19T05:41:46.441Z Downloaded proc-macro-crate v1.3.1
7892024-01-19T05:41:46.441Z Downloaded primeorder v0.13.6
7902024-01-19T05:41:46.441Z Downloaded ecdsa v0.16.9
7912024-01-19T05:41:46.441Z Downloaded md-5 v0.10.5
7922024-01-19T05:41:46.441Z Downloaded num-rational v0.4.1
7932024-01-19T05:41:46.441Z Downloaded futures-core v0.3.30
7942024-01-19T05:41:46.441Z Downloaded semver v0.11.0
7952024-01-19T05:41:46.441Z Downloaded semver v0.1.20
7962024-01-19T05:41:46.441Z Downloaded r2d2 v0.8.10
7972024-01-19T05:41:46.442Z Downloaded usdt-attr-macro v0.3.5
7982024-01-19T05:41:46.442Z Downloaded tracing-core v0.1.31
7992024-01-19T05:41:46.442Z Downloaded sec1 v0.7.3
8002024-01-19T05:41:46.482Z Downloaded rand_chacha v0.2.2
8012024-01-19T05:41:46.482Z Downloaded futures-channel v0.3.30
8022024-01-19T05:41:46.482Z Downloaded heck v0.3.3
8032024-01-19T05:41:46.483Z Downloaded http-range v0.1.5
8042024-01-19T05:41:46.491Z Downloaded errno v0.3.8
8052024-01-19T05:41:46.491Z Downloaded stringprep v0.1.3
8062024-01-19T05:41:46.491Z Downloaded slog-scope v4.4.0
8072024-01-19T05:41:46.491Z Downloaded time-core v0.1.1
8082024-01-19T05:41:46.491Z Downloaded fallible-iterator v0.2.0
8092024-01-19T05:41:46.492Z Downloaded rand_core v0.5.1
8102024-01-19T05:41:46.492Z Downloaded semver v1.0.21
8112024-01-19T05:41:46.492Z Downloaded untrusted v0.9.0
8122024-01-19T05:41:46.492Z Downloaded ff v0.13.0
8132024-01-19T05:41:46.492Z Downloaded getrandom v0.1.16
8142024-01-19T05:41:46.496Z Downloaded slog-term v2.9.0
8152024-01-19T05:41:46.497Z Downloaded whoami v1.4.1
8162024-01-19T05:41:46.497Z Downloaded http-body v0.4.5
8172024-01-19T05:41:46.503Z Downloaded smallvec v1.11.2
8182024-01-19T05:41:46.517Z Downloaded russh-keys v0.40.1
8192024-01-19T05:41:46.518Z Downloaded hubpack_derive v0.1.1
8202024-01-19T05:41:46.624Z Downloaded fxhash v0.2.1
8212024-01-19T05:41:46.624Z Downloaded strum v0.25.0
8222024-01-19T05:41:46.624Z Downloaded futures v0.3.30
8232024-01-19T05:41:46.624Z Downloaded lalrpop-util v0.19.12
8242024-01-19T05:41:46.624Z Downloaded same-file v1.0.6
8252024-01-19T05:41:46.624Z Downloaded url v2.5.0
8262024-01-19T05:41:46.624Z Downloaded slog-bunyan v2.5.0
8272024-01-19T05:41:46.625Z Downloaded hostname v0.3.1
8282024-01-19T05:41:46.625Z Downloaded ident_case v1.0.1
8292024-01-19T05:41:46.659Z Downloaded slog-async v2.8.0
8302024-01-19T05:41:46.659Z Downloaded yasna v0.5.2
8312024-01-19T05:41:46.659Z Downloaded vsss-rs v3.3.4
8322024-01-19T05:41:46.659Z Downloaded generic-array v0.14.7
8332024-01-19T05:41:46.659Z Downloaded futures-sink v0.3.30
8342024-01-19T05:41:46.659Z Downloaded toolchain_find v0.2.0
8352024-01-19T05:41:46.659Z Downloaded futures-executor v0.3.30
8362024-01-19T05:41:46.660Z Downloaded structmeta-derive v0.2.0
8372024-01-19T05:41:46.661Z Downloaded take_mut v0.2.2
8382024-01-19T05:41:46.661Z Downloaded kstat-rs v0.2.3
8392024-01-19T05:41:46.661Z Downloaded serde_derive v1.0.195
8402024-01-19T05:41:46.661Z Downloaded swrite v0.1.0
8412024-01-19T05:41:46.662Z Downloaded socket2 v0.4.9
8422024-01-19T05:41:46.662Z Downloaded stable_deref_trait v1.2.0
8432024-01-19T05:41:46.662Z Downloaded string_cache v0.8.7
8442024-01-19T05:41:46.662Z Downloaded static_assertions v1.1.0
8452024-01-19T05:41:46.662Z Downloaded is-terminal v0.4.9
8462024-01-19T05:41:46.691Z Downloaded snafu v0.7.5
8472024-01-19T05:41:46.691Z Downloaded ghash v0.5.0
8482024-01-19T05:41:46.691Z Downloaded futures-task v0.3.30
8492024-01-19T05:41:46.691Z Downloaded spki v0.7.2
8502024-01-19T05:41:46.691Z Downloaded strsim v0.10.0
8512024-01-19T05:41:46.691Z Downloaded tempfile v3.9.0
8522024-01-19T05:41:46.691Z Downloaded hash32 v0.2.1
8532024-01-19T05:41:46.691Z Downloaded lazy_static v1.4.0
8542024-01-19T05:41:46.692Z Downloaded getrandom v0.2.10
8552024-01-19T05:41:46.692Z Downloaded glob v0.3.1
8562024-01-19T05:41:46.692Z Downloaded unicase v2.7.0
8572024-01-19T05:41:46.697Z Downloaded foreign-types v0.5.0
8582024-01-19T05:41:46.697Z Downloaded hyper-tls v0.5.0
8592024-01-19T05:41:46.697Z Downloaded sha2 v0.10.8
8602024-01-19T05:41:46.697Z Downloaded spin v0.5.2
8612024-01-19T05:41:46.697Z Downloaded time-macros v0.2.13
8622024-01-19T05:41:46.697Z Downloaded flagset v0.4.3
8632024-01-19T05:41:46.697Z Downloaded ucd-trie v0.1.6
8642024-01-19T05:41:46.698Z Downloaded hashbrown v0.12.3
8652024-01-19T05:41:46.698Z Downloaded spin v0.9.8
8662024-01-19T05:41:46.698Z Downloaded rcgen v0.12.0
8672024-01-19T05:41:46.698Z Downloaded thiserror-no-std v2.0.2
8682024-01-19T05:41:46.698Z Downloaded structopt v0.3.26
8692024-01-19T05:41:46.703Z Downloaded slog v2.7.0
8702024-01-19T05:41:46.713Z Downloaded aes v0.8.3
8712024-01-19T05:41:46.716Z Downloaded toml_edit v0.19.15
8722024-01-19T05:41:46.759Z Downloaded trust-dns-resolver v0.22.0
8732024-01-19T05:41:46.776Z Downloaded flate2 v1.0.28
8742024-01-19T05:41:46.791Z Downloaded half v1.8.2
8752024-01-19T05:41:46.791Z Downloaded hashbrown v0.14.2
8762024-01-19T05:41:46.797Z Downloaded itertools v0.12.0
8772024-01-19T05:41:46.802Z Downloaded reqwest v0.11.22
8782024-01-19T05:41:46.816Z Downloaded headers v0.3.9
8792024-01-19T05:41:46.835Z Downloaded http v0.2.11
8802024-01-19T05:41:47.275Z Downloaded trust-dns-server v0.22.1
8812024-01-19T05:41:47.275Z Downloaded futures-util v0.3.30
8822024-01-19T05:41:47.275Z Downloaded libm v0.2.7
8832024-01-19T05:41:47.276Z Downloaded tokio-util v0.7.10
8842024-01-19T05:41:47.276Z Downloaded regex v1.10.2
8852024-01-19T05:41:47.276Z Downloaded smoltcp v0.9.1
8862024-01-19T05:41:47.276Z Downloaded smoltcp v0.10.0
8872024-01-19T05:41:47.276Z Downloaded rustix v0.38.30
8882024-01-19T05:41:47.276Z Downloaded hkdf v0.12.4
8892024-01-19T05:41:47.277Z Downloaded idna v0.2.3
8902024-01-19T05:41:47.277Z Downloaded tower-service v0.3.2
8912024-01-19T05:41:47.277Z Downloaded rustls-webpki v0.102.1
8922024-01-19T05:41:47.277Z Downloaded sled v0.34.7
8932024-01-19T05:41:47.277Z Downloaded vcpkg v0.2.15
8942024-01-19T05:41:47.278Z Downloaded hyper v0.14.27
8952024-01-19T05:41:47.278Z Downloaded regress v0.7.1
8962024-01-19T05:41:47.278Z Downloaded rustls v0.21.9
8972024-01-19T05:41:47.278Z Downloaded radix_trie v0.2.1
8982024-01-19T05:41:47.278Z Downloaded gimli v0.28.0
8992024-01-19T05:41:47.278Z Downloaded bstr v1.6.0
9002024-01-19T05:41:47.279Z Downloaded idna v0.5.0
9012024-01-19T05:41:47.298Z Downloaded regex-syntax v0.8.2
9022024-01-19T05:41:47.312Z Downloaded rustix v0.37.23
9032024-01-19T05:41:47.354Z Downloaded regex-syntax v0.7.5
9042024-01-19T05:41:47.388Z Downloaded bstr v0.2.17
9052024-01-19T05:41:47.397Z Downloaded webpki-roots v0.25.2
9062024-01-19T05:41:47.409Z Downloaded sha3 v0.10.8
9072024-01-19T05:41:47.417Z Downloaded diesel v2.1.4
9082024-01-19T05:41:47.454Z Downloaded curve25519-dalek v4.1.1
9092024-01-19T05:41:47.471Z Downloaded bzip2-sys v0.1.11+1.0.8
9102024-01-19T05:41:47.497Z Downloaded zerocopy-derive v0.6.4
9112024-01-19T05:41:47.523Z Downloaded regex-automata v0.3.8
9122024-01-19T05:41:47.556Z Downloaded regex-automata v0.4.3
9132024-01-19T05:41:47.615Z Downloaded zerocopy-derive v0.7.31
9142024-01-19T05:41:47.696Z Downloaded zerocopy-derive v0.2.0
9152024-01-19T05:41:47.708Z Downloaded tokio v1.35.1
9162024-01-19T05:41:47.714Z Downloaded libc v0.2.152
9172024-01-19T05:41:47.788Z Downloaded trust-dns-proto v0.22.0
9182024-01-19T05:41:48.207Z Downloaded winapi v0.3.9
9192024-01-19T05:41:48.208Z Downloaded encoding_rs v0.8.33
9202024-01-19T05:41:48.208Z Downloaded rustls v0.22.2
9212024-01-19T05:41:48.208Z Downloaded schemars_derive v0.8.16
9222024-01-19T05:41:48.208Z Downloaded winnow v0.5.15
9232024-01-19T05:41:48.208Z Downloaded ring v0.17.7
9242024-01-19T05:41:48.209Z Downloaded time v0.3.27
9252024-01-19T05:41:48.209Z Downloaded syn v1.0.109
9262024-01-19T05:41:48.209Z Downloaded chrono v0.4.31
9272024-01-19T05:41:48.209Z Downloaded itertools v0.10.5
9282024-01-19T05:41:48.209Z Downloaded ring v0.16.20
9292024-01-19T05:41:48.314Z Downloaded syn v2.0.46
9302024-01-19T05:41:48.341Z Downloaded clap v2.34.0
9312024-01-19T05:41:48.350Z Downloaded h2 v0.3.21
9322024-01-19T05:41:48.358Z Downloaded aho-corasick v1.0.4
9332024-01-19T05:41:48.372Z Downloaded rustls-webpki v0.101.7
9342024-01-19T05:41:48.395Z Downloaded rand v0.7.3
9352024-01-19T05:41:48.404Z Downloaded zerocopy v0.7.31
9362024-01-19T05:41:48.434Z Downloaded clap_builder v4.4.2
9372024-01-19T05:41:48.452Z Downloaded regex-automata v0.1.10
9382024-01-19T05:41:48.456Z Downloaded serde_with v3.4.0
9392024-01-19T05:41:48.467Z Downloaded aes-gcm v0.10.3
9402024-01-19T05:41:48.472Z Downloaded http v1.0.0
9412024-01-19T05:41:48.479Z Downloaded petgraph v0.6.4
9422024-01-19T05:41:48.513Z Downloaded typenum v1.16.0
9432024-01-19T05:41:48.528Z Downloaded trust-dns-client v0.22.0
9442024-01-19T05:41:48.528Z Downloaded tracing v0.1.37
9452024-01-19T05:41:48.529Z Downloaded serde_json v1.0.111
9462024-01-19T05:41:48.548Z Downloaded tar v0.4.40
9472024-01-19T05:41:48.553Z Downloaded steno v0.4.0
9482024-01-19T05:41:48.554Z Downloaded indexmap v2.1.0
9492024-01-19T05:41:48.560Z Downloaded russh v0.40.2
9502024-01-19T05:41:48.565Z Downloaded openapiv3 v2.0.0
9512024-01-19T05:41:48.604Z Downloaded toml_edit v0.21.0
9522024-01-19T05:41:48.633Z Downloaded schemars v0.8.16
9532024-01-19T05:41:48.652Z Downloaded rand v0.8.5
9542024-01-19T05:41:48.656Z Downloaded tokio-postgres v0.7.10
9552024-01-19T05:41:48.690Z Downloaded slog-envlogger v2.2.0
9562024-01-19T05:41:48.781Z Downloaded rustc-demangle v0.1.23
9572024-01-19T05:41:48.781Z Downloaded similar v2.3.0
9582024-01-19T05:41:48.781Z Downloaded zip v0.6.6
9592024-01-19T05:41:48.782Z Downloaded unicode-normalization v0.1.22
9602024-01-19T05:41:48.782Z Downloaded pest v2.7.2
9612024-01-19T05:41:48.796Z Downloaded textwrap v0.11.0
9622024-01-19T05:41:48.796Z Downloaded indexmap v1.9.3
9632024-01-19T05:41:48.796Z Downloaded hmac v0.12.1
9642024-01-19T05:41:48.796Z Downloaded ipnet v2.9.0
9652024-01-19T05:41:48.797Z Downloaded topological-sort v0.2.2
9662024-01-19T05:41:48.797Z Downloaded socket2 v0.5.5
9672024-01-19T05:41:48.797Z Downloaded ryu v1.0.15
9682024-01-19T05:41:48.797Z Downloaded proc-macro2 v1.0.74
9692024-01-19T05:41:48.797Z Downloaded hashbrown v0.13.2
9702024-01-19T05:41:48.797Z Downloaded slog-stdlog v4.1.1
9712024-01-19T05:41:48.798Z Downloaded slog-json v2.6.1
9722024-01-19T05:41:48.798Z Downloaded hyper-rustls v0.24.2
9732024-01-19T05:41:48.798Z Downloaded sct v0.7.0
9742024-01-19T05:41:48.798Z Downloaded serde v1.0.195
9752024-01-19T05:41:48.798Z Downloaded heapless v0.7.16
9762024-01-19T05:41:48.798Z Downloaded minimal-lexical v0.2.1
9772024-01-19T05:41:48.799Z Downloaded openssl v0.10.60
9782024-01-19T05:41:48.829Z Downloaded crossterm v0.27.0
9792024-01-19T05:41:48.829Z Downloaded strsim v0.8.0
9802024-01-19T05:41:48.829Z Downloaded float-cmp v0.9.0
9812024-01-19T05:41:48.829Z Downloaded iana-time-zone v0.1.57
9822024-01-19T05:41:48.835Z Downloaded signature v2.1.0
9832024-01-19T05:41:48.836Z Downloaded hubpack v0.1.2
9842024-01-19T05:41:48.836Z Downloaded httparse v1.8.0
9852024-01-19T05:41:48.836Z Downloaded rand_core v0.6.4
9862024-01-19T05:41:48.836Z Downloaded snafu-derive v0.7.5
9872024-01-19T05:41:48.836Z Downloaded unsafe-libyaml v0.2.10
9882024-01-19T05:41:48.836Z Downloaded smf v0.2.2
9892024-01-19T05:41:48.836Z Downloaded linked-hash-map v0.5.6
9902024-01-19T05:41:48.837Z Downloaded rustfmt-wrapper v0.2.0
9912024-01-19T05:41:48.837Z Downloaded rustls-pki-types v1.1.0
9922024-01-19T05:41:48.841Z Downloaded scheduled-thread-pool v0.2.7
9932024-01-19T05:41:48.842Z Downloaded futures-macro v0.3.30
9942024-01-19T05:41:48.842Z Downloaded futures-io v0.3.30
9952024-01-19T05:41:48.842Z Downloaded hex v0.4.3
9962024-01-19T05:41:48.848Z Downloaded zeroize_derive v1.4.2
9972024-01-19T05:41:48.849Z Downloaded keccak v0.1.4
9982024-01-19T05:41:48.849Z Downloaded itoa v1.0.9
9992024-01-19T05:41:48.853Z Downloaded signal-hook v0.3.17
10002024-01-19T05:41:48.858Z Downloaded unicode-segmentation v1.10.1
10012024-01-19T05:41:48.865Z Downloaded siphasher v0.3.11
10022024-01-19T05:41:48.865Z Downloaded rfc6979 v0.4.0
10032024-01-19T05:41:48.878Z Downloaded toml v0.8.8
10042024-01-19T05:41:48.878Z Downloaded home v0.5.5
10052024-01-19T05:41:48.878Z Downloaded hex-literal v0.4.1
10062024-01-19T05:41:48.885Z Downloaded thread_local v1.1.7
10072024-01-19T05:41:48.885Z Downloaded thread-id v4.2.0
10082024-01-19T05:41:48.886Z Downloaded hyper-staticfile v0.9.5
10092024-01-19T05:41:48.886Z Downloaded httpdate v1.0.3
10102024-01-19T05:41:48.886Z Downloaded tokio-tungstenite v0.20.1
10112024-01-19T05:41:48.890Z Downloaded tokio-stream v0.1.14
10122024-01-19T05:41:48.896Z Downloaded memchr v2.6.3
10132024-01-19T05:41:48.901Z Downloaded ed25519-dalek v2.0.0
10142024-01-19T05:41:48.906Z Downloaded ipnetwork v0.20.0
10152024-01-19T05:41:48.918Z Downloaded resolv-conf v0.7.0
10162024-01-19T05:41:48.922Z Downloaded quote v1.0.35
10172024-01-19T05:41:48.922Z Downloaded rand_chacha v0.3.1
10182024-01-19T05:41:48.922Z Downloaded tokio-native-tls v0.3.1
10192024-01-19T05:41:48.922Z Downloaded term v0.7.0
10202024-01-19T05:41:48.926Z Downloaded serde_yaml v0.9.25
10212024-01-19T05:41:48.934Z Downloaded linear-map v1.2.0
10222024-01-19T05:41:48.939Z Downloaded libsw v3.3.1
10232024-01-19T05:41:48.943Z Downloaded libefi-sys v0.1.0
10242024-01-19T05:41:48.943Z Downloaded xattr v1.0.1
10252024-01-19T05:41:48.948Z Downloaded unicode-bidi v0.3.13
10262024-01-19T05:41:48.952Z Downloaded structopt-derive v0.4.18
10272024-01-19T05:41:48.952Z Downloaded num-bigint v0.4.4
10282024-01-19T05:41:48.967Z Downloaded rustls-pemfile v2.0.0
10292024-01-19T05:41:48.973Z Downloaded pin-project v1.1.3
10302024-01-19T05:41:48.983Z Downloaded crossbeam-channel v0.5.8
10312024-01-19T05:41:48.990Z Downloaded zone v0.3.0
10322024-01-19T05:41:48.994Z Downloaded version_check v0.9.4
10332024-01-19T05:41:48.994Z Downloaded subprocess v0.2.9
10342024-01-19T05:41:48.998Z Downloaded elliptic-curve v0.13.8
10352024-01-19T05:41:49.004Z Downloaded postcard v1.0.8
10362024-01-19T05:41:49.010Z Downloaded serde_derive_internals v0.26.0
10372024-01-19T05:41:49.014Z Downloaded toml v0.5.11
10382024-01-19T05:41:49.018Z Downloaded base64 v0.21.7
10392024-01-19T05:41:49.024Z Downloaded quick-error v1.2.3
10402024-01-19T05:41:49.033Z Downloaded semver-parser v0.10.2
10412024-01-19T05:41:49.033Z Downloaded tokio-macros v2.2.0
10422024-01-19T05:41:49.033Z Downloaded terminal_size v0.2.6
10432024-01-19T05:41:49.037Z Downloaded postgres-types v0.2.6
10442024-01-19T05:41:49.037Z Downloaded structmeta v0.2.0
10452024-01-19T05:41:49.041Z Downloaded nom v7.1.3
10462024-01-19T05:41:49.047Z Downloaded mio v0.8.9
10472024-01-19T05:41:49.058Z Downloaded io-lifetimes v1.0.11
10482024-01-19T05:41:49.063Z Downloaded unicode-xid v0.2.4
10492024-01-19T05:41:49.067Z Downloaded slog-dtrace v0.2.3
10502024-01-19T05:41:49.067Z Downloaded rustc_version v0.1.7
10512024-01-19T05:41:49.072Z Downloaded tinyvec v1.6.0
10522024-01-19T05:41:49.079Z Downloaded num-traits v0.2.16
10532024-01-19T05:41:49.094Z Downloaded toml v0.7.8
10542024-01-19T05:41:49.095Z Downloaded signal-hook-registry v1.4.1
10552024-01-19T05:41:49.095Z Downloaded signal-hook-mio v0.2.3
10562024-01-19T05:41:49.095Z Downloaded scopeguard v1.2.0
10572024-01-19T05:41:49.095Z Downloaded rustls-pemfile v1.0.3
10582024-01-19T05:41:49.111Z Downloaded inout v0.1.3
10592024-01-19T05:41:49.111Z Downloaded untrusted v0.7.1
10602024-01-19T05:41:49.112Z Downloaded tungstenite v0.20.1
10612024-01-19T05:41:49.112Z Downloaded darling_core v0.20.3
10622024-01-19T05:41:49.535Z Downloaded fastrand v2.0.0
10632024-01-19T05:41:49.535Z Downloaded getopts v0.2.21
10642024-01-19T05:41:49.535Z Downloaded proc-macro-error v1.0.4
10652024-01-19T05:41:49.535Z Downloaded tracing-attributes v0.1.26
10662024-01-19T05:41:49.535Z Downloaded slab v0.4.9
10672024-01-19T05:41:49.542Z Downloaded heck v0.4.1
10682024-01-19T05:41:49.542Z Downloaded polyval v0.6.1
10692024-01-19T05:41:49.542Z Downloaded poly1305 v0.8.0
10702024-01-19T05:41:49.542Z Downloaded backtrace v0.3.69
10712024-01-19T05:41:49.542Z Downloaded pin-project-lite v0.2.13
10722024-01-19T05:41:49.543Z Downloaded der v0.7.8
10732024-01-19T05:41:49.543Z Downloaded serde_with_macros v3.4.0
10742024-01-19T05:41:49.543Z Downloaded platforms v3.0.2
10752024-01-19T05:41:49.543Z Downloaded pkcs8 v0.10.2
10762024-01-19T05:41:49.543Z Downloaded pest_meta v2.7.2
10772024-01-19T05:41:49.543Z Downloaded parking_lot_core v0.8.6
10782024-01-19T05:41:49.543Z Downloaded usdt-macro v0.3.5
10792024-01-19T05:41:49.543Z Downloaded usdt-impl v0.3.5
10802024-01-19T05:41:49.543Z Downloaded pin-project-internal v1.1.3
10812024-01-19T05:41:49.543Z Downloaded rustc_version v0.4.0
10822024-01-19T05:41:49.543Z Downloaded vec_map v0.8.2
10832024-01-19T05:41:49.543Z Downloaded utf-8 v0.7.6
10842024-01-19T05:41:49.543Z Downloaded unicode-width v0.1.11
10852024-01-19T05:41:49.544Z Downloaded password-hash v0.5.0
10862024-01-19T05:41:49.544Z Downloaded russh-cryptovec v0.7.0
10872024-01-19T05:41:49.544Z Downloaded universal-hash v0.5.1
10882024-01-19T05:41:49.544Z Downloaded object v0.32.1
10892024-01-19T05:41:49.544Z Downloaded tokio-rustls v0.25.0
10902024-01-19T05:41:49.544Z Downloaded crypto-bigint v0.5.2
10912024-01-19T05:41:49.544Z Downloaded subtle v2.5.0
10922024-01-19T05:41:49.544Z Downloaded sha1 v0.10.6
10932024-01-19T05:41:49.544Z Downloaded dyn-clone v1.0.13
10942024-01-19T05:41:49.545Z Downloaded predicates v3.1.0
10952024-01-19T05:41:49.545Z Downloaded group v0.13.0
10962024-01-19T05:41:49.545Z Downloaded pest_derive v2.7.2
10972024-01-19T05:41:49.545Z Downloaded predicates-core v1.0.6
10982024-01-19T05:41:49.545Z Downloaded ppv-lite86 v0.2.17
10992024-01-19T05:41:49.545Z Downloaded postgres-protocol v0.6.6
11002024-01-19T05:41:49.545Z Downloaded serde_urlencoded v0.7.1
11012024-01-19T05:41:49.545Z Downloaded serde_tokenstream v0.1.7
11022024-01-19T05:41:49.545Z Downloaded serde_repr v0.1.16
11032024-01-19T05:41:49.545Z Downloaded secrecy v0.8.0
11042024-01-19T05:41:49.545Z Downloaded rustversion v1.0.14
11052024-01-19T05:41:49.545Z Downloaded bytes v1.5.0
11062024-01-19T05:41:49.546Z Downloaded pin-utils v0.1.0
11072024-01-19T05:41:49.546Z Downloaded pest_generator v2.7.2
11082024-01-19T05:41:49.546Z Downloaded pem-rfc7468 v0.7.0
11092024-01-19T05:41:49.546Z Downloaded password-hash v0.4.2
11102024-01-19T05:41:49.546Z Downloaded parse-display-derive v0.8.2
11112024-01-19T05:41:49.546Z Downloaded parking_lot_core v0.9.8
11122024-01-19T05:41:49.546Z Downloaded parking_lot v0.11.2
11132024-01-19T05:41:49.546Z Downloaded serde_spanned v0.6.4
11142024-01-19T05:41:49.546Z Downloaded serde_path_to_error v0.1.15
11152024-01-19T05:41:49.546Z Downloaded phf_shared v0.11.2
11162024-01-19T05:41:49.546Z Downloaded pkg-config v0.3.27
11172024-01-19T05:41:49.547Z Downloaded chacha20poly1305 v0.10.1
11182024-01-19T05:41:49.547Z Downloaded phf v0.11.2
11192024-01-19T05:41:49.547Z Downloaded pem v3.0.2
11202024-01-19T05:41:49.547Z Downloaded pbkdf2 v0.12.2
11212024-01-19T05:41:49.547Z Downloaded pbkdf2 v0.11.0
11222024-01-19T05:41:49.547Z Downloaded parse-display v0.8.2
11232024-01-19T05:41:49.547Z Downloaded fnv v1.0.7
11242024-01-19T05:41:49.547Z Downloaded enum-as-inner v0.5.1
11252024-01-19T05:41:49.547Z Downloaded embedded-io v0.4.0
11262024-01-19T05:41:49.547Z Downloaded ed25519 v2.2.2
11272024-01-19T05:41:49.547Z Downloaded strum_macros v0.25.2
11282024-01-19T05:41:49.547Z Downloaded fixedbitset v0.4.2
11292024-01-19T05:41:49.547Z Downloaded filetime v0.2.23
11302024-01-19T05:41:49.548Z Downloaded paste v1.0.14
11312024-01-19T05:41:49.548Z Downloaded thiserror v1.0.49
11322024-01-19T05:41:49.548Z Downloaded anyhow v1.0.75
11332024-01-19T05:41:49.548Z Downloaded ahash v0.8.6
11342024-01-19T05:41:49.548Z Downloaded equivalent v1.0.1
11352024-01-19T05:41:49.548Z Downloaded either v1.9.0
11362024-01-19T05:41:49.548Z Downloaded dof v0.1.5
11372024-01-19T05:41:49.548Z Downloaded diesel_derives v2.1.2
11382024-01-19T05:41:49.549Z Downloaded derive_more v0.99.17
11392024-01-19T05:41:49.549Z Downloaded data-encoding v2.4.0
11402024-01-19T05:41:49.549Z Downloaded proc-macro-error-attr v1.0.4
11412024-01-19T05:41:49.549Z Downloaded pretty-hex v0.4.1
11422024-01-19T05:41:49.549Z Downloaded pretty-hex v0.2.1
11432024-01-19T05:41:49.549Z Downloaded precomputed-hash v0.1.1
11442024-01-19T05:41:49.549Z Downloaded toml_datetime v0.6.5
11452024-01-19T05:41:49.549Z Downloaded derive-where v1.2.7
11462024-01-19T05:41:49.549Z Downloaded foreign-types-shared v0.3.1
11472024-01-19T05:41:49.550Z Downloaded percent-encoding v2.3.1
11482024-01-19T05:41:49.550Z Downloaded crossbeam-utils v0.8.16
11492024-01-19T05:41:49.550Z Downloaded const-oid v0.9.5
11502024-01-19T05:41:49.550Z Downloaded blake2 v0.10.6
11512024-01-19T05:41:49.550Z Downloaded num-derive v0.4.0
11522024-01-19T05:41:49.550Z Downloaded native-tls v0.2.11
11532024-01-19T05:41:49.550Z Downloaded backoff v0.4.0
11542024-01-19T05:41:49.550Z Downloaded crossbeam-epoch v0.9.15
11552024-01-19T05:41:49.550Z Downloaded clap v4.4.3
11562024-01-19T05:41:49.550Z Downloaded thiserror-impl v1.0.49
11572024-01-19T05:41:49.551Z Downloaded foreign-types v0.3.2
11582024-01-19T05:41:49.551Z Downloaded phf_shared v0.10.0
11592024-01-19T05:41:49.551Z Downloaded defmt v0.3.5
11602024-01-19T05:41:49.551Z Downloaded mime v0.3.17
11612024-01-19T05:41:49.551Z Downloaded dtrace-parser v0.1.14
11622024-01-19T05:41:49.551Z Downloaded doc-comment v0.3.3
11632024-01-19T05:41:49.551Z Downloaded display-error-chain v0.2.0
11642024-01-19T05:41:49.551Z Downloaded zone_cfg_derive v0.3.0
11652024-01-19T05:41:49.551Z Downloaded mime_guess v2.0.4
11662024-01-19T05:41:49.551Z Downloaded lock_api v0.4.10
11672024-01-19T05:41:49.577Z Downloaded nibble_vec v0.1.0
11682024-01-19T05:41:49.577Z Downloaded ansi_term v0.12.1
11692024-01-19T05:41:49.577Z Downloaded darling v0.20.3
11702024-01-19T05:41:49.577Z Downloaded console v0.15.8
11712024-01-19T05:41:49.578Z Downloaded bitflags v2.4.0
11722024-01-19T05:41:49.578Z Downloaded async-trait v0.1.77
11732024-01-19T05:41:49.578Z Downloaded anstyle-parse v0.2.1
11742024-01-19T05:41:49.578Z Downloaded num-integer v0.1.45
11752024-01-19T05:41:49.579Z Downloaded der_derive v0.7.2
11762024-01-19T05:41:49.579Z Downloaded debug-ignore v1.0.5
11772024-01-19T05:41:49.579Z Downloaded crc32fast v1.3.2
11782024-01-19T05:41:49.579Z Downloaded newtype_derive v0.1.6
11792024-01-19T05:41:49.579Z Downloaded md5 v0.7.0
11802024-01-19T05:41:49.579Z Downloaded option-ext v0.2.0
11812024-01-19T05:41:49.579Z Downloaded opaque-debug v0.3.0
11822024-01-19T05:41:49.579Z Downloaded clap_derive v4.4.2
11832024-01-19T05:41:49.579Z Downloaded bzip2 v0.4.4
11842024-01-19T05:41:49.580Z Downloaded num v0.4.1
11852024-01-19T05:41:49.580Z Downloaded normalize-line-endings v0.3.0
11862024-01-19T05:41:49.580Z Downloaded macaddr v1.0.1
11872024-01-19T05:41:49.580Z Downloaded argon2 v0.5.2
11882024-01-19T05:41:49.580Z Downloaded zeroize v1.7.0
11892024-01-19T05:41:49.581Z Downloaded waitgroup v0.1.2
11902024-01-19T05:41:49.581Z Downloaded chacha20 v0.9.1
11912024-01-19T05:41:49.581Z Downloaded cancel-safe-futures v0.1.5
11922024-01-19T05:41:49.581Z Downloaded camino v1.1.6
11932024-01-19T05:41:49.581Z Downloaded base64ct v1.6.0
11942024-01-19T05:41:49.581Z Downloaded async-stream v0.3.5
11952024-01-19T05:41:49.581Z Downloaded match_cfg v0.1.0
11962024-01-19T05:41:49.581Z Downloaded block-buffer v0.10.4
11972024-01-19T05:41:49.581Z Downloaded lru-cache v0.1.2
11982024-01-19T05:41:49.581Z Downloaded byteorder v1.5.0
11992024-01-19T05:41:49.582Z Downloaded block-padding v0.3.3
12002024-01-19T05:41:49.582Z Downloaded bcrypt-pbkdf v0.10.0
12012024-01-19T05:41:49.582Z Downloaded atomic-waker v1.1.1
12022024-01-19T05:41:49.582Z Downloaded anstyle v1.0.2
12032024-01-19T05:41:49.593Z Downloaded zerocopy v0.6.4
12042024-01-19T05:41:49.593Z Downloaded zerocopy v0.3.0
12052024-01-19T05:41:49.593Z Downloaded openssl-sys v0.9.96
12062024-01-19T05:41:49.593Z Downloaded dirs-sys-next v0.1.2
12072024-01-19T05:41:49.594Z Downloaded dirs v5.0.1
12082024-01-19T05:41:49.594Z Downloaded difflib v0.4.0
12092024-01-19T05:41:49.594Z Downloaded defmt-parser v0.3.3
12102024-01-19T05:41:49.594Z Downloaded crypto-common v0.1.6
12112024-01-19T05:41:49.594Z Downloaded colored v2.0.4
12122024-01-19T05:41:49.594Z Downloaded ciborium v0.2.1
12132024-01-19T05:41:49.594Z Downloaded unicode-ident v1.0.12
12142024-01-19T05:41:50.015Z Downloaded p256 v0.13.2
12152024-01-19T05:41:50.015Z Downloaded aead v0.5.2
12162024-01-19T05:41:50.015Z Downloaded dirs-sys v0.4.1
12172024-01-19T05:41:50.015Z Downloaded dirs-next v2.0.0
12182024-01-19T05:41:50.015Z Downloaded deranged v0.3.8
12192024-01-19T05:41:50.016Z Downloaded defmt-macros v0.3.6
12202024-01-19T05:41:50.032Z Downloaded cipher v0.4.4
12212024-01-19T05:41:50.032Z Downloaded bit-set v0.5.3
12222024-01-19T05:41:50.032Z Downloaded blowfish v0.9.1
12232024-01-19T05:41:50.033Z Downloaded once_cell v1.19.0
12242024-01-19T05:41:50.033Z Downloaded ctr v0.9.2
12252024-01-19T05:41:50.033Z Downloaded cobs v0.2.3
12262024-01-19T05:41:50.033Z Downloaded clap_lex v0.5.1
12272024-01-19T05:41:50.033Z Downloaded camino-tempfile v1.1.1
12282024-01-19T05:41:50.033Z Downloaded num_enum_derive v0.5.11
12292024-01-19T05:41:50.033Z Downloaded digest v0.10.7
12302024-01-19T05:41:50.034Z Downloaded convert_case v0.4.0
12312024-01-19T05:41:50.034Z Downloaded cbc v0.1.2
12322024-01-19T05:41:50.034Z Downloaded atty v0.2.14
12332024-01-19T05:41:50.034Z Downloaded omicron-zone-package v0.10.1
12342024-01-19T05:41:50.035Z Downloaded num_threads v0.1.6
12352024-01-19T05:41:50.035Z Downloaded ciborium-ll v0.2.1
12362024-01-19T05:41:50.035Z Downloaded cfg-if v1.0.0
12372024-01-19T05:41:50.035Z Downloaded num_cpus v1.16.0
12382024-01-19T05:41:50.035Z Downloaded num-complex v0.4.4
12392024-01-19T05:41:50.036Z Downloaded diesel_table_macro_syntax v0.1.0
12402024-01-19T05:41:50.036Z Downloaded utf8parse v0.2.1
12412024-01-19T05:41:50.036Z Downloaded log v0.4.20
12422024-01-19T05:41:50.036Z Downloaded crucible-workspace-hack v0.1.0
12432024-01-19T05:41:50.036Z Downloaded ciborium-io v0.2.1
12442024-01-19T05:41:50.036Z Downloaded cc v1.0.83
12452024-01-19T05:41:50.071Z Compiling proc-macro2 v1.0.74
12462024-01-19T05:41:50.081Z Compiling unicode-ident v1.0.12
12472024-01-19T05:41:50.081Z Compiling libc v0.2.152
12482024-01-19T05:41:50.082Z Compiling serde v1.0.195
12492024-01-19T05:41:50.082Z Compiling autocfg v1.1.0
12502024-01-19T05:41:50.093Z Compiling cfg-if v1.0.0
12512024-01-19T05:41:50.093Z Compiling version_check v0.9.4
12522024-01-19T05:41:50.273Z Compiling syn v1.0.109
12532024-01-19T05:41:50.315Z Compiling typenum v1.16.0
12542024-01-19T05:41:50.414Z Compiling parking_lot_core v0.9.8
12552024-01-19T05:41:51.224Z Compiling generic-array v0.14.7
12562024-01-19T05:41:51.327Z Compiling lock_api v0.4.10
12572024-01-19T05:41:51.490Z Compiling libm v0.2.7
12582024-01-19T05:41:51.708Z Compiling num-traits v0.2.16
12592024-01-19T05:41:51.708Z Compiling once_cell v1.19.0
12602024-01-19T05:41:51.799Z Compiling thiserror v1.0.49
12612024-01-19T05:41:51.823Z Compiling serde_json v1.0.111
12622024-01-19T05:41:51.954Z Compiling scopeguard v1.2.0
12632024-01-19T05:41:52.158Z Compiling slab v0.4.9
12642024-01-19T05:41:52.392Z Compiling memchr v2.6.3
12652024-01-19T05:41:52.736Z Compiling itoa v1.0.9
12662024-01-19T05:41:53.218Z Compiling quote v1.0.35
12672024-01-19T05:41:53.268Z Compiling pkg-config v0.3.27
12682024-01-19T05:41:54.434Z Compiling syn v2.0.46
12692024-01-19T05:41:54.457Z Compiling getrandom v0.2.10
12702024-01-19T05:41:54.581Z Compiling cc v1.0.83
12712024-01-19T05:41:55.217Z Compiling rand_core v0.6.4
12722024-01-19T05:41:55.511Z Compiling log v0.4.20
12732024-01-19T05:41:55.611Z Compiling byteorder v1.5.0
12742024-01-19T05:41:56.298Z Compiling subtle v2.5.0
12752024-01-19T05:41:56.390Z Compiling heck v0.4.1
12762024-01-19T05:41:56.390Z Compiling smallvec v1.11.2
12772024-01-19T05:41:56.398Z Compiling ryu v1.0.15
12782024-01-19T05:41:56.879Z Compiling schemars v0.8.16
12792024-01-19T05:41:56.980Z Compiling vcpkg v0.2.15
12802024-01-19T05:41:56.994Z Compiling semver v1.0.21
12812024-01-19T05:41:57.791Z Compiling pin-project-lite v0.2.13
12822024-01-19T05:41:58.032Z Compiling httparse v1.8.0
12832024-01-19T05:41:58.834Z Compiling parking_lot v0.12.1
12842024-01-19T05:41:59.072Z Compiling indexmap v1.9.3
12852024-01-19T05:41:59.527Z Compiling hashbrown v0.14.2
12862024-01-19T05:41:59.541Z Compiling ring v0.17.7
12872024-01-19T05:41:59.823Z Compiling equivalent v1.0.1
12882024-01-19T05:41:59.997Z Compiling ring v0.16.20
12892024-01-19T05:42:00.375Z Compiling signal-hook-registry v1.4.1
12902024-01-19T05:42:00.673Z Compiling openssl-sys v0.9.96
12912024-01-19T05:42:01.522Z Compiling const-oid v0.9.5
12922024-01-19T05:42:01.966Z Compiling mio v0.8.9
12932024-01-19T05:42:15.386Z Compiling ahash v0.8.6
12942024-01-19T05:42:17.900Z Compiling fnv v1.0.7
12952024-01-19T05:42:17.901Z Compiling openssl v0.10.60
12962024-01-19T05:42:17.901Z Compiling socket2 v0.5.5
12972024-01-19T05:42:17.901Z Compiling num_cpus v1.16.0
12982024-01-19T05:42:17.901Z Compiling iana-time-zone v0.1.57
12992024-01-19T05:42:17.901Z Compiling ucd-trie v0.1.6
13002024-01-19T05:42:17.901Z Compiling futures-core v0.3.30
13012024-01-19T05:42:17.901Z Compiling rustls v0.21.9
13022024-01-19T05:42:17.901Z Compiling native-tls v0.2.11
13032024-01-19T05:42:17.901Z Compiling spin v0.5.2
13042024-01-19T05:42:17.901Z Compiling async-trait v0.1.77
13052024-01-19T05:42:17.901Z Compiling futures-sink v0.3.30
13062024-01-19T05:42:17.901Z Compiling dyn-clone v1.0.13
13072024-01-19T05:42:17.901Z Compiling backtrace v0.3.69
13082024-01-19T05:42:17.901Z Compiling serde_derive_internals v0.26.0
13092024-01-19T05:42:17.901Z Compiling aho-corasick v1.0.4
13102024-01-19T05:42:17.901Z Compiling tinyvec_macros v0.1.1
13112024-01-19T05:42:17.901Z Compiling regex-syntax v0.8.2
13122024-01-19T05:42:17.902Z Compiling rustix v0.38.30
13132024-01-19T05:42:17.902Z Compiling tinyvec v1.6.0
13142024-01-19T05:42:17.902Z Compiling futures-channel v0.3.30
13152024-01-19T05:42:17.902Z Compiling futures-task v0.3.30
13162024-01-19T05:42:17.902Z Compiling futures-io v0.3.30
13172024-01-19T05:42:17.902Z Compiling pin-utils v0.1.0
13182024-01-19T05:42:17.902Z Compiling winnow v0.5.15
13192024-01-19T05:42:17.902Z Compiling unicode-normalization v0.1.22
13202024-01-19T05:42:17.902Z Compiling spin v0.9.8
13212024-01-19T05:42:17.902Z Compiling tracing-core v0.1.31
13222024-01-19T05:42:17.902Z Compiling unicode-bidi v0.3.13
13232024-01-19T05:42:17.902Z Compiling cpufeatures v0.2.9
13242024-01-19T05:42:17.902Z Compiling anyhow v1.0.75
13252024-01-19T05:42:17.902Z Compiling regex-automata v0.4.3
13262024-01-19T05:42:17.902Z Compiling crc32fast v1.3.2
13272024-01-19T05:42:17.902Z Compiling time-core v0.1.1
13282024-01-19T05:42:17.902Z Compiling slog v2.7.0
13292024-01-19T05:42:17.902Z Compiling time-macros v0.2.13
13302024-01-19T05:42:17.902Z Compiling num-integer v0.1.45
13312024-01-19T05:42:17.902Z Compiling untrusted v0.7.1
13322024-01-19T05:42:18.429Z Compiling untrusted v0.9.0
13332024-01-19T05:42:18.429Z Compiling percent-encoding v2.3.1
13342024-01-19T05:42:19.341Z Compiling unicode-xid v0.2.4
13352024-01-19T05:42:19.342Z Compiling unicode-width v0.1.11
13362024-01-19T05:42:19.342Z Compiling serde_derive v1.0.195
13372024-01-19T05:42:19.342Z Compiling zeroize_derive v1.4.2
13382024-01-19T05:42:19.342Z Compiling thiserror-impl v1.0.49
13392024-01-19T05:42:19.599Z Compiling tokio-macros v2.2.0
13402024-01-19T05:42:19.773Z Compiling futures-macro v0.3.30
13412024-01-19T05:42:21.255Z Compiling zeroize v1.7.0
13422024-01-19T05:42:21.881Z Compiling tracing-attributes v0.1.26
13432024-01-19T05:42:21.928Z Compiling schemars_derive v0.8.16
13442024-01-19T05:42:22.343Z Compiling zerocopy-derive v0.7.31
13452024-01-19T05:42:23.438Z Compiling openssl-macros v0.1.1
13462024-01-19T05:42:24.404Z Compiling crypto-common v0.1.6
13472024-01-19T05:42:24.595Z Compiling block-buffer v0.10.4
13482024-01-19T05:42:24.761Z Compiling pest v2.7.2
13492024-01-19T05:42:25.025Z Compiling digest v0.10.7
13502024-01-19T05:42:25.593Z Compiling futures-util v0.3.30
13512024-01-19T05:42:26.094Z Compiling zerocopy v0.7.31
13522024-01-19T05:42:27.781Z Compiling regex v1.10.2
13532024-01-19T05:42:28.313Z Compiling tracing v0.1.37
13542024-01-19T05:42:29.286Z Compiling der_derive v0.7.2
13552024-01-19T05:42:29.443Z Compiling hashbrown v0.12.3
13562024-01-19T05:42:29.620Z Compiling hashbrown v0.13.2
13572024-01-19T05:42:30.052Z Compiling foreign-types-shared v0.1.1
13582024-01-19T05:42:30.160Z Compiling foreign-types v0.3.2
13592024-01-19T05:42:31.582Z Compiling synstructure v0.12.6
13602024-01-19T05:42:34.593Z Compiling errno v0.3.8
13612024-01-19T05:42:34.924Z Compiling base64 v0.21.7
13622024-01-19T05:42:35.007Z Compiling ppv-lite86 v0.2.17
13632024-01-19T05:42:35.892Z Compiling try-lock v0.2.4
13642024-01-19T05:42:36.102Z Compiling want v0.3.1
13652024-01-19T05:42:36.279Z Compiling zerocopy-derive v0.2.0
13662024-01-19T05:42:36.543Z Compiling sct v0.7.0
13672024-01-19T05:42:36.750Z Compiling rustls-webpki v0.101.7
13682024-01-19T05:42:37.004Z Compiling pest_meta v2.7.2
13692024-01-19T05:42:37.096Z Compiling form_urlencoded v1.2.1
13702024-01-19T05:42:37.657Z Compiling socket2 v0.4.9
13712024-01-19T05:42:39.528Z Compiling httpdate v1.0.3
13722024-01-19T05:42:39.702Z Compiling openssl-probe v0.1.5
13732024-01-19T05:42:39.762Z Compiling tower-service v0.3.2
13742024-01-19T05:42:39.941Z Compiling io-lifetimes v1.0.11
13752024-01-19T05:42:40.245Z Compiling pest_generator v2.7.2
13762024-01-19T05:42:41.580Z Compiling idna v0.5.0
13772024-01-19T05:42:42.601Z Compiling lazy_static v1.4.0
13782024-01-19T05:42:42.722Z Compiling crossbeam-utils v0.8.16
13792024-01-19T05:42:42.807Z Compiling adler v1.0.2
13802024-01-19T05:42:43.147Z Compiling bytes v1.5.0
13812024-01-19T05:42:43.535Z Compiling indexmap v2.1.0
13822024-01-19T05:42:44.337Z Compiling chrono v0.4.31
13832024-01-19T05:42:44.693Z Compiling uuid v1.6.1
13842024-01-19T05:42:45.238Z Compiling http v0.2.11
13852024-01-19T05:42:45.558Z Compiling tokio v1.35.1
13862024-01-19T05:42:45.649Z Compiling rustc_version v0.4.0
13872024-01-19T05:42:46.893Z Compiling bitflags v2.4.0
13882024-01-19T05:42:47.306Z Compiling toml_datetime v0.6.5
13892024-01-19T05:42:47.591Z Compiling serde_spanned v0.6.4
13902024-01-19T05:42:48.051Z Compiling toml_edit v0.19.15
13912024-01-19T05:42:49.439Z Compiling http-body v0.4.5
13922024-01-19T05:42:50.870Z Compiling heapless v0.7.16
13932024-01-19T05:42:51.482Z Compiling openapiv3 v2.0.0
13942024-01-19T05:42:56.558Z Compiling pest_derive v2.7.2
13952024-01-19T05:42:57.576Z Compiling url v2.5.0
13962024-01-19T05:42:57.790Z Compiling miniz_oxide v0.7.1
13972024-01-19T05:42:59.684Z Compiling tokio-util v0.7.10
13982024-01-19T05:42:59.863Z Compiling tokio-rustls v0.24.1
13992024-01-19T05:43:00.765Z Compiling rand_chacha v0.3.1
14002024-01-19T05:43:01.320Z Compiling tokio-native-tls v0.3.1
14012024-01-19T05:43:01.442Z Compiling h2 v0.3.21
14022024-01-19T05:43:01.700Z Compiling usdt-impl v0.3.5
14032024-01-19T05:43:02.199Z Compiling rustix v0.37.23
14042024-01-19T05:43:02.326Z Compiling ipnet v2.9.0
14052024-01-19T05:43:03.517Z Compiling rand v0.8.5
14062024-01-19T05:43:03.885Z Compiling serde_urlencoded v0.7.1
14072024-01-19T05:43:06.938Z Compiling rustls-pemfile v1.0.3
14082024-01-19T05:43:07.107Z Compiling encoding_rs v0.8.33
14092024-01-19T05:43:07.108Z Compiling webpki-roots v0.25.2
14102024-01-19T05:43:07.108Z Compiling mime v0.3.17
14112024-01-19T05:43:07.108Z Compiling gimli v0.28.0
14122024-01-19T05:43:09.316Z Compiling zerocopy v0.3.0
14132024-01-19T05:43:10.908Z Compiling object v0.32.1
14142024-01-19T05:43:10.937Z Compiling num-bigint v0.4.4
14152024-01-19T05:43:10.963Z Compiling rustc-demangle v0.1.23
14162024-01-19T05:43:11.704Z Compiling dof v0.1.5
14172024-01-19T05:43:12.310Z Compiling addr2line v0.21.0
14182024-01-19T05:43:12.315Z Compiling flate2 v1.0.28
14192024-01-19T05:43:12.564Z Compiling hyper v0.14.27
14202024-01-19T05:43:13.052Z Compiling dtrace-parser v0.1.14
14212024-01-19T05:43:13.385Z Compiling bzip2-sys v0.1.11+1.0.8
14222024-01-19T05:43:13.498Z Compiling thread-id v4.2.0
14232024-01-19T05:43:13.818Z Compiling rustversion v1.0.14
14242024-01-19T05:43:13.966Z Compiling signal-hook v0.3.17
14252024-01-19T05:43:15.386Z Compiling toml v0.7.8
14262024-01-19T05:43:16.398Z Compiling toml_edit v0.21.0
14272024-01-19T05:43:16.922Z Compiling hex v0.4.3
14282024-01-19T05:43:17.825Z Compiling serde_tokenstream v0.1.7
14292024-01-19T05:43:17.980Z Compiling serde_tokenstream v0.2.0
14302024-01-19T05:43:18.396Z Compiling memoffset v0.9.0
14312024-01-19T05:43:18.639Z Compiling strsim v0.10.0
14322024-01-19T05:43:18.794Z Compiling base64ct v1.6.0
14332024-01-19T05:43:19.916Z Compiling regress v0.7.1
14342024-01-19T05:43:22.275Z Compiling bitflags v1.3.2
14352024-01-19T05:43:22.470Z Compiling smoltcp v0.9.1
14362024-01-19T05:43:22.850Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14372024-01-19T05:43:23.849Z Compiling hyper-rustls v0.24.2
14382024-01-19T05:43:24.376Z Compiling hyper-tls v0.5.0
14392024-01-19T05:43:24.381Z Compiling reqwest v0.11.22
14402024-01-19T05:43:25.451Z Compiling doc-comment v0.3.3
14412024-01-19T05:43:25.476Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14422024-01-19T05:43:25.526Z Compiling pem-rfc7468 v0.7.0
14432024-01-19T05:43:26.754Z Compiling strum_macros v0.25.2
14442024-01-19T05:43:28.304Z Compiling usdt-attr-macro v0.3.5
14452024-01-19T05:43:28.971Z Compiling usdt-macro v0.3.5
14462024-01-19T05:43:29.078Z Compiling hmac v0.12.1
14472024-01-19T05:43:30.098Z Compiling enum-as-inner v0.5.1
14482024-01-19T05:43:30.663Z Compiling num-iter v0.1.43
14492024-01-19T05:43:31.043Z Compiling crossbeam-epoch v0.9.15
14502024-01-19T05:43:31.798Z Compiling flagset v0.4.3
14512024-01-19T05:43:31.814Z Compiling siphasher v0.3.11
14522024-01-19T05:43:31.814Z Compiling unicode-segmentation v1.10.1
14532024-01-19T05:43:32.023Z Compiling der v0.7.8
14542024-01-19T05:43:33.684Z Compiling hubpack_derive v0.1.1
14552024-01-19T05:43:33.840Z Compiling pin-project-internal v1.1.3
14562024-01-19T05:43:33.880Z Compiling zerocopy-derive v0.6.4
14572024-01-19T05:43:35.311Z Compiling anstyle v1.0.2
14582024-01-19T05:43:35.915Z Compiling num_threads v0.1.6
14592024-01-19T05:43:36.015Z Compiling deranged v0.3.8
14602024-01-19T05:43:36.364Z Compiling utf8parse v0.2.1
14612024-01-19T05:43:36.780Z Compiling sha2 v0.10.8
14622024-01-19T05:43:37.557Z Compiling anstyle-parse v0.2.1
14632024-01-19T05:43:51.380Z Compiling spki v0.7.2
14642024-01-19T05:43:52.767Z Compiling time v0.3.27
14652024-01-19T05:43:52.768Z Compiling md-5 v0.10.5
14662024-01-19T05:43:52.768Z Compiling block-padding v0.3.3
14672024-01-19T05:43:52.768Z Compiling clap_derive v4.4.2
14682024-01-19T05:43:52.768Z Compiling stringprep v0.1.3
14692024-01-19T05:43:52.768Z Compiling diesel_table_macro_syntax v0.1.0
14702024-01-19T05:43:52.768Z Compiling hash32 v0.2.1
14712024-01-19T05:43:52.768Z Compiling fallible-iterator v0.2.0
14722024-01-19T05:43:52.768Z Compiling stable_deref_trait v1.2.0
14732024-01-19T05:43:52.768Z Compiling anstyle-query v1.0.0
14742024-01-19T05:43:52.768Z Compiling colorchoice v1.0.0
14752024-01-19T05:43:52.768Z Compiling anstream v0.5.0
14762024-01-19T05:43:52.768Z Compiling diesel_derives v2.1.2
14772024-01-19T05:43:52.768Z Compiling postgres-protocol v0.6.6
14782024-01-19T05:43:52.768Z Compiling terminal_size v0.2.6
14792024-01-19T05:43:52.769Z Compiling inout v0.1.3
14802024-01-19T05:43:52.769Z Compiling pkcs8 v0.10.2
14812024-01-19T05:43:52.769Z Compiling phf_shared v0.11.2
14822024-01-19T05:43:52.769Z Compiling ff v0.13.0
14832024-01-19T05:43:52.769Z Compiling snafu-derive v0.7.5
14842024-01-19T05:43:52.769Z Compiling serde_repr v0.1.16
14852024-01-19T05:43:52.769Z Compiling scheduled-thread-pool v0.2.7
14862024-01-19T05:43:52.769Z Compiling matches v0.1.10
14872024-01-19T05:43:52.769Z Compiling regex-automata v0.1.10
14882024-01-19T05:43:52.769Z Compiling base16ct v0.2.0
14892024-01-19T05:43:52.769Z Compiling managed v0.8.0
14902024-01-19T05:43:53.074Z Compiling clap_lex v0.5.1
14912024-01-19T05:43:53.074Z Compiling bit-vec v0.6.3
14922024-01-19T05:43:53.362Z Compiling clap_builder v4.4.2
14932024-01-19T05:43:56.077Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
14942024-01-19T05:43:56.294Z Compiling sec1 v0.7.3
14952024-01-19T05:43:59.307Z Compiling bstr v0.2.17
14962024-01-19T05:44:01.751Z Compiling idna v0.2.3
14972024-01-19T05:44:02.132Z Compiling r2d2 v0.8.10
14982024-01-19T05:44:03.129Z Compiling group v0.13.0
14992024-01-19T05:44:04.538Z Compiling phf v0.11.2
15002024-01-19T05:44:05.060Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
15012024-01-19T05:44:05.068Z Compiling signal-hook-mio v0.2.3
15022024-01-19T05:44:05.068Z Compiling cipher v0.4.4
15032024-01-19T05:44:05.068Z Compiling postgres-types v0.2.6
15042024-01-19T05:44:05.181Z Compiling bzip2 v0.4.4
15052024-01-19T05:44:05.459Z Compiling pin-project v1.1.3
15062024-01-19T05:44:05.591Z Compiling zerocopy v0.6.4
15072024-01-19T05:44:05.858Z Compiling hubpack v0.1.2
15082024-01-19T05:44:06.590Z Compiling phf_shared v0.10.0
15092024-01-19T05:44:07.391Z Compiling hkdf v0.12.4
15102024-01-19T05:44:07.460Z Compiling ipnetwork v0.20.0
15112024-01-19T05:44:07.585Z Compiling crypto-bigint v0.5.2
15122024-01-19T05:44:07.680Z Compiling futures-executor v0.3.30
15132024-01-19T05:44:09.098Z Compiling getopts v0.2.21
15142024-01-19T05:44:09.098Z Compiling float-cmp v0.9.0
15152024-01-19T05:44:09.213Z Compiling unsafe-libyaml v0.2.10
15162024-01-19T05:44:09.430Z Compiling new_debug_unreachable v1.0.4
15172024-01-19T05:44:09.567Z Compiling static_assertions v1.1.0
15182024-01-19T05:44:09.716Z Compiling fixedbitset v0.4.2
15192024-01-19T05:44:09.856Z Compiling normalize-line-endings v0.3.0
15202024-01-19T05:44:10.424Z Compiling difflib v0.4.0
15212024-01-19T05:44:11.178Z Compiling whoami v1.4.1
15222024-01-19T05:44:12.178Z Compiling minimal-lexical v0.2.1
15232024-01-19T05:44:12.428Z Compiling data-encoding v2.4.0
15242024-01-19T05:44:13.824Z Compiling regex-automata v0.3.8
15252024-01-19T05:44:15.101Z Compiling either v1.9.0
15262024-01-19T05:44:15.600Z Compiling precomputed-hash v0.1.1
15272024-01-19T05:44:16.010Z Compiling predicates-core v1.0.6
15282024-01-19T05:44:16.308Z Compiling predicates v3.1.0
15292024-01-19T05:44:16.338Z Compiling string_cache v0.8.7
15302024-01-19T05:44:16.749Z Compiling bstr v1.6.0
15312024-01-19T05:44:17.177Z Compiling itertools v0.10.5
15322024-01-19T05:44:17.831Z Compiling trust-dns-proto v0.22.0
15332024-01-19T05:44:18.174Z Compiling nom v7.1.3
15342024-01-19T05:44:18.431Z Compiling tokio-postgres v0.7.10
15352024-01-19T05:44:19.045Z Compiling serde_yaml v0.9.25
15362024-01-19T05:44:35.628Z Compiling diesel v2.1.4
15372024-01-19T05:44:35.883Z Compiling elliptic-curve v0.13.8
15382024-01-19T05:44:35.883Z Compiling petgraph v0.6.4
15392024-01-19T05:44:36.027Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15402024-01-19T05:44:36.027Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15412024-01-19T05:44:36.028Z Compiling yasna v0.5.2
15422024-01-19T05:44:36.028Z Compiling futures v0.3.30
15432024-01-19T05:44:36.028Z Compiling zip v0.6.6
15442024-01-19T05:44:36.028Z Compiling snafu v0.7.5
15452024-01-19T05:44:36.028Z Compiling crossterm v0.27.0
15462024-01-19T05:44:36.028Z Compiling similar v2.3.0
15472024-01-19T05:44:36.028Z Compiling clap v4.4.3
15482024-01-19T05:44:36.028Z Compiling bit-set v0.5.3
15492024-01-19T05:44:36.028Z Compiling usdt v0.3.5
15502024-01-19T05:44:36.029Z Compiling tokio-stream v0.1.14
15512024-01-19T05:44:36.029Z Compiling console v0.15.8
15522024-01-19T05:44:38.234Z Compiling lalrpop-util v0.19.12
15532024-01-19T05:44:39.188Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15542024-01-19T05:45:28.496Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15552024-01-19T05:45:28.738Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15562024-01-19T05:45:30.313Z Compiling sha1 v0.10.6
15572024-01-19T05:45:41.943Z Compiling atty v0.2.14
15582024-01-19T05:45:42.718Z Compiling match_cfg v0.1.0
15592024-01-19T05:45:42.859Z Compiling hostname v0.3.1
15602024-01-19T05:45:43.683Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
15612024-01-19T05:45:43.693Z Compiling dirs-sys-next v0.1.2
15622024-01-19T05:45:43.693Z Compiling rustls-pki-types v1.1.0
15632024-01-19T05:45:43.715Z Compiling ident_case v1.0.1
15642024-01-19T05:45:43.969Z Compiling darling_core v0.20.3
15652024-01-19T05:45:44.605Z Compiling dirs-next v2.0.0
15662024-01-19T05:45:44.815Z Compiling thread_local v1.1.7
15672024-01-19T05:45:44.834Z Compiling camino v1.1.6
15682024-01-19T05:45:44.875Z Compiling slog-async v2.8.0
15692024-01-19T05:45:44.990Z Compiling rustls v0.22.2
15702024-01-19T05:45:45.576Z Compiling term v0.7.0
15712024-01-19T05:45:45.719Z Compiling rustls-webpki v0.102.1
15722024-01-19T05:45:45.726Z Compiling crossbeam-channel v0.5.8
15732024-01-19T05:45:45.854Z Compiling multer v3.0.0
15742024-01-19T05:45:46.288Z Compiling instant v0.1.12
15752024-01-19T05:45:46.499Z Compiling take_mut v0.2.2
15762024-01-19T05:45:46.724Z Compiling paste v1.0.14
15772024-01-19T05:45:49.728Z Compiling slog-term v2.9.0
15782024-01-19T05:45:49.728Z Compiling slog-json v2.6.1
15792024-01-19T05:45:49.728Z Compiling http v1.0.0
15802024-01-19T05:45:50.149Z Compiling async-stream-impl v0.3.5
15812024-01-19T05:45:50.227Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15822024-01-19T05:45:50.339Z Compiling atomic-waker v1.1.1
15832024-01-19T05:45:50.611Z Compiling debug-ignore v1.0.5
15842024-01-19T05:45:50.776Z Compiling waitgroup v0.1.2
15852024-01-19T05:45:50.819Z Compiling slog-bunyan v2.5.0
15862024-01-19T05:45:51.130Z Compiling rustls-pemfile v2.0.0
15872024-01-19T05:45:51.162Z Compiling toml v0.8.8
15882024-01-19T05:45:51.846Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15892024-01-19T05:45:52.448Z Compiling async-stream v0.3.5
15902024-01-19T05:45:53.099Z Compiling serde_path_to_error v0.1.15
15912024-01-19T05:45:53.997Z Compiling structmeta-derive v0.2.0
15922024-01-19T05:45:54.011Z Compiling strum v0.25.0
15932024-01-19T05:45:54.250Z Compiling regex-syntax v0.7.5
15942024-01-19T05:45:54.286Z Compiling darling_macro v0.20.3
15952024-01-19T05:45:54.504Z Compiling backoff v0.4.0
15962024-01-19T05:45:54.783Z Compiling tokio-rustls v0.25.0
15972024-01-19T05:45:55.067Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15982024-01-19T05:45:55.394Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15992024-01-19T05:45:55.623Z Compiling macaddr v1.0.1
16002024-01-19T05:45:55.921Z Compiling darling v0.20.3
16012024-01-19T05:45:56.123Z Compiling serde_with_macros v3.4.0
16022024-01-19T05:45:56.212Z Compiling proc-macro-error-attr v1.0.4
16032024-01-19T05:45:56.343Z Compiling proc-macro-crate v1.3.1
16042024-01-19T05:45:56.732Z Compiling proc-macro-error v1.0.4
16052024-01-19T05:45:58.204Z Compiling num_enum_derive v0.5.11
16062024-01-19T05:45:58.772Z Compiling smoltcp v0.10.0
16072024-01-19T05:45:59.099Z Compiling structmeta v0.2.0
16082024-01-19T05:45:59.900Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16092024-01-19T05:46:00.458Z Compiling embedded-io v0.4.0
16102024-01-19T05:46:00.679Z Compiling serde_with v3.4.0
16112024-01-19T05:46:00.813Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16122024-01-19T05:46:01.143Z Compiling cobs v0.2.3
16132024-01-19T05:46:01.238Z Compiling fastrand v2.0.0
16142024-01-19T05:46:01.644Z Compiling same-file v1.0.6
16152024-01-19T05:46:02.009Z Compiling walkdir v2.4.0
16162024-01-19T05:46:02.146Z Compiling tempfile v3.9.0
16172024-01-19T05:46:02.806Z Compiling num_enum v0.5.11
16182024-01-19T05:46:03.036Z Compiling postcard v1.0.8
16192024-01-19T05:46:03.621Z Compiling semver-parser v0.10.2
16202024-01-19T05:46:04.395Z Compiling foreign-types-macros v0.2.3
16212024-01-19T05:46:05.537Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16222024-01-19T05:46:05.727Z Compiling parse-display-derive v0.8.2
16232024-01-19T05:46:05.982Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16242024-01-19T05:46:06.432Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16252024-01-19T05:46:06.457Z Compiling foreign-types-shared v0.3.1
16262024-01-19T05:46:06.700Z Compiling crucible-workspace-hack v0.1.0
16272024-01-19T05:46:07.461Z Compiling foreign-types v0.5.0
16282024-01-19T05:46:07.613Z Compiling semver v0.11.0
16292024-01-19T05:46:07.888Z Compiling is-terminal v0.4.9
16302024-01-19T05:46:08.062Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16312024-01-19T05:46:08.067Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16322024-01-19T05:46:08.579Z Compiling cstr-argument v0.1.2
16332024-01-19T05:46:08.936Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16342024-01-19T05:46:08.939Z Compiling xattr v1.0.1
16352024-01-19T05:46:09.311Z Compiling filetime v0.2.23
16362024-01-19T05:46:09.357Z Compiling home v0.5.5
16372024-01-19T05:46:09.498Z Compiling pretty-hex v0.2.1
16382024-01-19T05:46:09.594Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16392024-01-19T05:46:09.744Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16402024-01-19T05:46:09.767Z Compiling tar v0.4.40
16412024-01-19T05:46:09.832Z Compiling toolchain_find v0.2.0
16422024-01-19T05:46:10.300Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16432024-01-19T05:46:10.317Z Compiling colored v2.0.4
16442024-01-19T05:46:11.421Z Compiling toml v0.5.11
16452024-01-19T05:46:11.491Z Compiling topological-sort v0.2.2
16462024-01-19T05:46:11.536Z Compiling platforms v3.0.2
16472024-01-19T05:46:11.602Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16482024-01-19T05:46:11.812Z Compiling omicron-zone-package v0.10.1
16492024-01-19T05:46:12.458Z Compiling camino-tempfile v1.1.1
16502024-01-19T05:46:13.065Z Compiling parse-display v0.8.2
16512024-01-19T05:46:13.133Z Compiling zone_cfg_derive v0.3.0
16522024-01-19T05:46:13.301Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16532024-01-19T05:46:13.422Z Compiling textwrap v0.11.0
16542024-01-19T05:46:13.977Z Compiling heck v0.3.3
16552024-01-19T05:46:14.603Z Compiling rustfmt-wrapper v0.2.0
16562024-01-19T05:46:14.636Z Compiling num-derive v0.4.0
16572024-01-19T05:46:15.578Z Compiling vec_map v0.8.2
16582024-01-19T05:46:15.629Z Compiling strsim v0.8.0
16592024-01-19T05:46:15.980Z Compiling ansi_term v0.12.1
16602024-01-19T05:46:17.893Z Compiling libefi-sys v0.1.0
16612024-01-19T05:46:17.896Z Compiling clap v2.34.0
16622024-01-19T05:46:17.896Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6)
16632024-01-19T05:46:17.896Z Compiling zone v0.3.0
16642024-01-19T05:46:17.896Z Compiling structopt-derive v0.4.18
16652024-01-19T05:46:18.528Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
16662024-01-19T05:46:18.661Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
16672024-01-19T05:46:19.331Z Compiling smf v0.2.2
16682024-01-19T05:46:19.719Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16692024-01-19T05:46:19.737Z Compiling unicase v2.7.0
16702024-01-19T05:46:19.861Z Compiling semver v0.1.20
16712024-01-19T05:46:20.098Z Compiling curve25519-dalek v4.1.1
16722024-01-19T05:46:20.430Z Compiling rustc_version v0.1.7
16732024-01-19T05:46:20.921Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
16742024-01-19T05:46:20.957Z Compiling universal-hash v0.5.1
16752024-01-19T05:46:21.090Z Compiling opaque-debug v0.3.0
16762024-01-19T05:46:21.173Z Compiling newtype_derive v0.1.6
16772024-01-19T05:46:21.258Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16782024-01-19T05:46:21.426Z Compiling curve25519-dalek-derive v0.1.0
16792024-01-19T05:46:21.628Z Compiling num-rational v0.4.1
16802024-01-19T05:46:21.654Z Compiling getrandom v0.1.16
16812024-01-19T05:46:21.969Z Compiling password-hash v0.5.0
16822024-01-19T05:46:22.163Z Compiling blake2 v0.10.6
16832024-01-19T05:46:22.499Z Compiling signature v2.1.0
16842024-01-19T05:46:22.718Z Compiling structopt v0.3.26
16852024-01-19T05:46:22.783Z Compiling quick-error v1.2.3
16862024-01-19T05:46:22.869Z Compiling linked-hash-map v0.5.6
16872024-01-19T05:46:23.398Z Compiling parking_lot_core v0.8.6
16882024-01-19T05:46:23.809Z Compiling lru-cache v0.1.2
16892024-01-19T05:46:23.809Z Compiling resolv-conf v0.7.0
16902024-01-19T05:46:23.809Z Compiling argon2 v0.5.2
16912024-01-19T05:46:24.862Z Compiling aead v0.5.2
16922024-01-19T05:46:25.005Z Compiling num-complex v0.4.4
16932024-01-19T05:46:25.094Z Compiling nibble_vec v0.1.0
16942024-01-19T05:46:25.386Z Compiling slog-dtrace v0.2.3
16952024-01-19T05:46:25.389Z Compiling arc-swap v1.6.0
16962024-01-19T05:46:25.841Z Compiling endian-type v0.1.2
16972024-01-19T05:46:26.195Z Compiling winapi v0.3.9
16982024-01-19T05:46:26.448Z Compiling utf-8 v0.7.6
16992024-01-19T05:46:26.776Z Compiling keccak v0.1.4
17002024-01-19T05:46:26.808Z Compiling cancel-safe-futures v0.1.5
17012024-01-19T05:46:26.947Z Compiling tungstenite v0.20.1
17022024-01-19T05:46:27.445Z Compiling sha3 v0.10.8
17032024-01-19T05:46:27.860Z Compiling num v0.4.1
17042024-01-19T05:46:28.013Z Compiling radix_trie v0.2.1
17052024-01-19T05:46:28.541Z Compiling slog-scope v4.4.0
17062024-01-19T05:46:28.918Z Compiling mime_guess v2.0.4
17072024-01-19T05:46:28.935Z Compiling steno v0.4.0
17082024-01-19T05:46:29.122Z Compiling trust-dns-resolver v0.22.0
17092024-01-19T05:46:29.388Z Compiling rand_core v0.5.1
17102024-01-19T05:46:30.678Z Compiling poly1305 v0.8.0
17112024-01-19T05:46:31.250Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17122024-01-19T05:46:31.316Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17132024-01-19T05:46:31.808Z Compiling chacha20 v0.9.1
17142024-01-19T05:46:32.047Z Compiling rfc6979 v0.4.0
17152024-01-19T05:46:32.359Z Compiling secrecy v0.8.0
17162024-01-19T05:46:32.539Z Compiling thiserror-impl-no-std v2.0.2
17172024-01-19T05:46:32.745Z Compiling option-ext v0.2.0
17182024-01-19T05:46:32.927Z Compiling half v1.8.2
17192024-01-19T05:46:33.117Z Compiling convert_case v0.4.0
17202024-01-19T05:46:33.517Z Compiling ciborium-io v0.2.1
17212024-01-19T05:46:33.705Z Compiling ciborium-ll v0.2.1
17222024-01-19T05:46:33.960Z Compiling dirs-sys v0.4.1
17232024-01-19T05:46:34.383Z Compiling ecdsa v0.16.9
17242024-01-19T05:46:34.679Z Compiling derive_more v0.99.17
17252024-01-19T05:46:35.010Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17262024-01-19T05:46:35.794Z Compiling parking_lot v0.11.2
17272024-01-19T05:46:36.070Z Compiling rand_chacha v0.2.2
17282024-01-19T05:46:38.004Z Compiling thiserror-no-std v2.0.2
17292024-01-19T05:46:38.165Z Compiling slog-stdlog v4.1.1
17302024-01-19T05:46:38.328Z Compiling tokio-tungstenite v0.20.1
17312024-01-19T05:46:38.442Z Compiling trust-dns-client v0.22.0
17322024-01-19T05:46:38.732Z Compiling ed25519 v2.2.2
17332024-01-19T05:46:39.119Z Compiling polyval v0.6.1
17342024-01-19T05:46:39.429Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17352024-01-19T05:46:39.569Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17362024-01-19T05:46:39.599Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17372024-01-19T05:46:39.749Z Compiling primeorder v0.13.6
17382024-01-19T05:46:40.515Z Compiling ctr v0.9.2
17392024-01-19T05:46:41.052Z Compiling blowfish v0.9.1
17402024-01-19T05:46:41.947Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17412024-01-19T05:46:42.880Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17422024-01-19T05:46:43.560Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17432024-01-19T05:46:45.180Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17442024-01-19T05:46:45.271Z Compiling aes v0.8.3
17452024-01-19T05:46:45.761Z Compiling password-hash v0.4.2
17462024-01-19T05:46:47.366Z Compiling libsw v3.3.1
17472024-01-19T05:46:49.084Z Compiling pbkdf2 v0.12.2
17482024-01-19T05:46:49.324Z Compiling derive-where v1.2.7
17492024-01-19T05:46:50.131Z Compiling fxhash v0.2.1
17502024-01-19T05:46:51.448Z Compiling linear-map v1.2.0
17512024-01-19T05:46:51.951Z Compiling swrite v0.1.0
17522024-01-19T05:46:52.126Z Compiling owo-colors v3.5.0
17532024-01-19T05:46:54.557Z Compiling trust-dns-server v0.22.1
17542024-01-19T05:46:55.380Z Compiling sled v0.34.7
17552024-01-19T05:46:56.721Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17562024-01-19T05:46:57.761Z Compiling bcrypt-pbkdf v0.10.0
17572024-01-19T05:46:58.666Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17582024-01-19T05:47:03.769Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17592024-01-19T05:47:04.936Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17602024-01-19T05:47:05.086Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17612024-01-19T05:47:06.619Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17622024-01-19T05:47:06.638Z Compiling pbkdf2 v0.11.0
17632024-01-19T05:47:07.196Z Compiling p256 v0.13.2
17642024-01-19T05:47:07.276Z Compiling ghash v0.5.0
17652024-01-19T05:47:07.799Z Compiling ed25519-dalek v2.0.0
17662024-01-19T05:47:08.095Z Compiling russh-cryptovec v0.7.0
17672024-01-19T05:47:08.548Z Compiling slog-envlogger v2.2.0
17682024-01-19T05:47:08.810Z Compiling vsss-rs v3.3.4
17692024-01-19T05:47:09.397Z Compiling rand v0.7.3
17702024-01-19T05:47:10.759Z Compiling dirs v5.0.1
17712024-01-19T05:47:11.063Z Compiling ciborium v0.2.1
17722024-01-19T05:47:11.356Z Compiling chacha20poly1305 v0.10.1
17732024-01-19T05:47:11.419Z Compiling cbc v0.1.2
17742024-01-19T05:47:11.682Z Compiling pem v3.0.2
17752024-01-19T05:47:11.775Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17762024-01-19T05:47:12.375Z Compiling headers-core v0.2.0
17772024-01-19T05:47:12.598Z Compiling kstat-rs v0.2.3
17782024-01-19T05:47:12.968Z Compiling pretty-hex v0.4.1
17792024-01-19T05:47:13.311Z Compiling md5 v0.7.0
17802024-01-19T05:47:13.638Z Compiling glob v0.3.1
17812024-01-19T05:47:14.102Z Compiling http-range v0.1.5
17822024-01-19T05:47:14.159Z Compiling russh-keys v0.40.1
17832024-01-19T05:47:14.677Z Compiling hyper-staticfile v0.9.5
17842024-01-19T05:47:15.310Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
17852024-01-19T05:47:15.342Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
17862024-01-19T05:47:15.448Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
17872024-01-19T05:47:16.945Z Compiling headers v0.3.9
17882024-01-19T05:47:19.084Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17892024-01-19T05:47:19.682Z Compiling rcgen v0.12.0
17902024-01-19T05:47:19.998Z Compiling aes-gcm v0.10.3
17912024-01-19T05:47:20.469Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
17922024-01-19T05:47:24.915Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17932024-01-19T05:47:26.448Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
17942024-01-19T05:47:27.401Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17952024-01-19T05:47:27.877Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e)
17962024-01-19T05:47:30.073Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2)
17972024-01-19T05:47:32.690Z Compiling atomicwrites v0.4.3
17982024-01-19T05:47:33.000Z Compiling itertools v0.12.0
17992024-01-19T05:47:34.689Z Compiling subprocess v0.2.9
18002024-01-19T05:47:36.721Z Compiling display-error-chain v0.2.0
18012024-01-19T05:47:36.998Z Compiling hex-literal v0.4.1
18022024-01-19T05:47:37.483Z Compiling russh v0.40.2
18032024-01-19T05:47:38.318Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18042024-01-19T05:47:38.602Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18052024-01-19T05:47:45.292Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18062024-01-19T05:47:59.046Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18072024-01-19T05:48:00.618Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18082024-01-19T05:48:31.815Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18092024-01-19T05:49:53.215Z Finished dev [unoptimized + debuginfo] target(s) in 8m 30s
18102024-01-19T05:49:53.959Z
18112024-01-19T05:49:53.965Zreal 8:30.799339024
18122024-01-19T05:49:53.965Zuser 45:44.836907225
18132024-01-19T05:49:53.965Zsys 7:05.001855063
18142024-01-19T05:49:53.965Ztrap 1.709526239
18152024-01-19T05:49:53.966Ztflt 2.925765296
18162024-01-19T05:49:53.966Zdflt 5.703889112
18172024-01-19T05:49:53.966Zkflt 0.017844467
18182024-01-19T05:49:53.966Zlock 1:27:05.635086351
18192024-01-19T05:49:53.966Zslp 2:08:53.263614454
18202024-01-19T05:49:53.966Zlat 2:02.385746301
18212024-01-19T05:49:53.966Zstop 4:29.561248088
18222024-01-19T05:49:53.966Z+ mkdir -p /work/end-to-end-tests
18232024-01-19T05:49:53.966Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18242024-01-19T05:49:53.998Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18252024-01-19T05:49:53.998Z+ ptime -m gzip
18262024-01-19T05:49:54.018Z++ basename target/debug/bootstrap
18272024-01-19T05:50:12.140Z
18282024-01-19T05:50:12.156Zreal 18.123523434
18292024-01-19T05:50:12.156Zuser 17.943777553
18302024-01-19T05:50:12.156Zsys 0.171654268
18312024-01-19T05:50:12.156Ztrap 0.003493128
18322024-01-19T05:50:12.156Ztflt 0.000000000
18332024-01-19T05:50:12.156Zdflt 0.000000000
18342024-01-19T05:50:12.156Zkflt 0.000000000
18352024-01-19T05:50:12.156Zlock 0.000000000
18362024-01-19T05:50:12.157Zslp 0.000000000
18372024-01-19T05:50:12.157Zlat 0.004248535
18382024-01-19T05:50:12.157Zstop 0.000232500
18392024-01-19T05:50:12.157Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18402024-01-19T05:50:12.157Z+ ptime -m gzip
18412024-01-19T05:50:12.157Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d8e74790c9e6e17d
18422024-01-19T05:50:13.529Z
18432024-01-19T05:50:13.529Zreal 1.084123470
18442024-01-19T05:50:13.529Zuser 1.072608457
18452024-01-19T05:50:13.529Zsys 0.010867784
18462024-01-19T05:50:13.529Ztrap 0.000128270
18472024-01-19T05:50:13.529Ztflt 0.000000000
18482024-01-19T05:50:13.529Zdflt 0.000000000
18492024-01-19T05:50:13.530Zkflt 0.000000000
18502024-01-19T05:50:13.530Zlock 0.000000000
18512024-01-19T05:50:13.530Zslp 0.000000000
18522024-01-19T05:50:13.530Zlat 0.000174425
18532024-01-19T05:50:13.530Zstop 0.000228469
18542024-01-19T05:50:13.530Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18552024-01-19T05:50:13.530Z+ ptime -m gzip
18562024-01-19T05:50:13.530Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4b1652e1f243c546
18572024-01-19T05:50:31.721Z
18582024-01-19T05:50:31.733Zreal 18.497990452
18592024-01-19T05:50:31.733Zuser 18.327830158
18602024-01-19T05:50:31.733Zsys 0.166404875
18612024-01-19T05:50:31.733Ztrap 0.002522202
18622024-01-19T05:50:31.733Ztflt 0.000000000
18632024-01-19T05:50:31.733Zdflt 0.000000000
18642024-01-19T05:50:31.733Zkflt 0.000000000
18652024-01-19T05:50:31.733Zlock 0.000000000
18662024-01-19T05:50:31.733Zslp 0.000000000
18672024-01-19T05:50:31.733Zlat 0.000889068
18682024-01-19T05:50:31.733Zstop 0.000229341
18692024-01-19T05:50:31.733Z+ banner caboose-util
18702024-01-19T05:50:31.733Z
18712024-01-19T05:50:31.733Z #### ## ##### #### #### #### ###### # # #####
18722024-01-19T05:50:31.733Z # # # # # # # # # # # # # # #
18732024-01-19T05:50:31.733Z # # # ##### # # # # #### ##### ##### # # #
18742024-01-19T05:50:31.733Z # ###### # # # # # # # # # # #
18752024-01-19T05:50:31.734Z # # # # # # # # # # # # # # # #
18762024-01-19T05:50:31.734Z #### # # ##### #### #### #### ###### #### #
18772024-01-19T05:50:31.734Z
18782024-01-19T05:50:31.734Z+ ptime -m cargo build --locked -p caboose-util --release
18792024-01-19T05:50:32.394Z Downloading crates ...
18802024-01-19T05:50:32.768Z Downloaded wyz v0.5.1
18812024-01-19T05:50:32.784Z Downloaded path-slash v0.1.5
18822024-01-19T05:50:32.784Z Downloaded maybe-uninit v2.0.0
18832024-01-19T05:50:32.794Z Downloaded packed_struct_codegen v0.10.1
18842024-01-19T05:50:32.794Z Downloaded radium v0.7.0
18852024-01-19T05:50:32.794Z Downloaded crc-catalog v2.2.0
18862024-01-19T05:50:32.795Z Downloaded funty v2.0.0
18872024-01-19T05:50:32.795Z Downloaded termcolor v1.2.0
18882024-01-19T05:50:32.795Z Downloaded serde-hex v0.1.0
18892024-01-19T05:50:32.795Z Downloaded smallvec v0.6.14
18902024-01-19T05:50:32.795Z Downloaded packed_struct v0.10.1
18912024-01-19T05:50:32.795Z Downloaded nodrop v0.1.14
18922024-01-19T05:50:32.802Z Downloaded env_logger v0.10.0
18932024-01-19T05:50:32.802Z Downloaded pkcs1 v0.7.5
18942024-01-19T05:50:32.815Z Downloaded ron v0.8.1
18952024-01-19T05:50:32.846Z Downloaded bitvec v1.0.1
18962024-01-19T05:50:32.858Z Downloaded object v0.30.4
18972024-01-19T05:50:32.869Z Downloaded x509-cert v0.2.4
18982024-01-19T05:50:32.873Z Downloaded num-bigint-dig v0.8.4
18992024-01-19T05:50:32.879Z Downloaded bitfield v0.14.0
19002024-01-19T05:50:32.884Z Downloaded rsa v0.9.2
19012024-01-19T05:50:32.889Z Downloaded crc-any v2.4.3
19022024-01-19T05:50:32.893Z Downloaded tap v1.0.1
19032024-01-19T05:50:32.898Z Downloaded array-init v0.0.4
19042024-01-19T05:50:32.898Z Downloaded crc v3.0.1
19052024-01-19T05:50:33.090Z Compiling proc-macro2 v1.0.74
19062024-01-19T05:50:33.090Z Compiling unicode-ident v1.0.12
19072024-01-19T05:50:33.090Z Compiling libc v0.2.152
19082024-01-19T05:50:33.091Z Compiling autocfg v1.1.0
19092024-01-19T05:50:33.091Z Compiling serde v1.0.195
19102024-01-19T05:50:33.091Z Compiling cfg-if v1.0.0
19112024-01-19T05:50:33.096Z Compiling version_check v0.9.4
19122024-01-19T05:50:33.208Z Compiling typenum v1.16.0
19132024-01-19T05:50:33.225Z Compiling syn v1.0.109
19142024-01-19T05:50:33.325Z Compiling parking_lot_core v0.9.8
19152024-01-19T05:50:33.852Z Compiling libm v0.2.7
19162024-01-19T05:50:33.887Z Compiling once_cell v1.19.0
19172024-01-19T05:50:34.473Z Compiling generic-array v0.14.7
19182024-01-19T05:50:34.481Z Compiling lock_api v0.4.10
19192024-01-19T05:50:34.481Z Compiling num-traits v0.2.16
19202024-01-19T05:50:34.481Z Compiling pkg-config v0.3.27
19212024-01-19T05:50:34.481Z Compiling scopeguard v1.2.0
19222024-01-19T05:50:34.695Z Compiling slab v0.4.9
19232024-01-19T05:50:34.789Z Compiling serde_json v1.0.111
19242024-01-19T05:50:35.101Z Compiling memchr v2.6.3
19252024-01-19T05:50:35.234Z Compiling quote v1.0.35
19262024-01-19T05:50:35.384Z Compiling thiserror v1.0.49
19272024-01-19T05:50:36.043Z Compiling syn v2.0.46
19282024-01-19T05:50:36.102Z Compiling cc v1.0.83
19292024-01-19T05:50:36.182Z Compiling getrandom v0.2.10
19302024-01-19T05:50:36.818Z Compiling rand_core v0.6.4
19312024-01-19T05:50:36.911Z Compiling byteorder v1.5.0
19322024-01-19T05:50:37.580Z Compiling itoa v1.0.9
19332024-01-19T05:50:37.804Z Compiling log v0.4.20
19342024-01-19T05:50:37.824Z Compiling smallvec v1.11.2
19352024-01-19T05:50:38.985Z Compiling vcpkg v0.2.15
19362024-01-19T05:50:40.728Z Compiling const-oid v0.9.5
19372024-01-19T05:50:40.786Z Compiling parking_lot v0.12.1
19382024-01-19T05:50:41.251Z Compiling pin-project-lite v0.2.13
19392024-01-19T05:50:41.474Z Compiling ring v0.17.7
19402024-01-19T05:50:41.773Z Compiling openssl-sys v0.9.96
19412024-01-19T05:50:41.992Z Compiling indexmap v1.9.3
19422024-01-19T05:50:43.091Z Compiling signal-hook-registry v1.4.1
19432024-01-19T05:50:43.112Z Compiling futures-core v0.3.30
19442024-01-19T05:50:43.444Z Compiling io-lifetimes v1.0.11
19452024-01-19T05:50:43.976Z Compiling heck v0.4.1
19462024-01-19T05:50:44.190Z Compiling subtle v2.5.0
19472024-01-19T05:50:44.259Z Compiling ring v0.16.20
19482024-01-19T05:50:44.595Z Compiling mio v0.8.9
19492024-01-19T05:50:44.696Z Compiling num-integer v0.1.45
19502024-01-19T05:50:45.136Z Compiling semver v1.0.21
19512024-01-19T05:50:45.755Z Compiling ryu v1.0.15
19522024-01-19T05:50:46.369Z Compiling rustix v0.37.23
19532024-01-19T05:50:46.713Z Compiling spin v0.5.2
19542024-01-19T05:50:47.855Z Compiling socket2 v0.5.5
19552024-01-19T05:50:48.363Z Compiling num_cpus v1.16.0
19562024-01-19T05:50:48.528Z Compiling openssl v0.10.60
19572024-01-19T05:50:48.818Z Compiling futures-sink v0.3.30
19582024-01-19T05:50:49.068Z Compiling ucd-trie v0.1.6
19592024-01-19T05:50:49.086Z Compiling httparse v1.8.0
19602024-01-19T05:50:49.211Z Compiling unicode-xid v0.2.4
19612024-01-19T05:50:49.440Z Compiling synstructure v0.12.6
19622024-01-19T05:50:49.861Z Compiling tinyvec_macros v0.1.1
19632024-01-19T05:50:49.970Z Compiling tinyvec v1.6.0
19642024-01-19T05:50:50.286Z Compiling futures-channel v0.3.30
19652024-01-19T05:50:50.950Z Compiling futures-io v0.3.30
19662024-01-19T05:50:51.074Z Compiling rustls v0.21.9
19672024-01-19T05:50:51.089Z Compiling pin-utils v0.1.0
19682024-01-19T05:50:51.209Z Compiling ppv-lite86 v0.2.17
19692024-01-19T05:50:51.328Z Compiling native-tls v0.2.11
19702024-01-19T05:50:51.455Z Compiling futures-task v0.3.30
19712024-01-19T05:50:51.770Z Compiling crc32fast v1.3.2
19722024-01-19T05:50:51.884Z Compiling bzip2-sys v0.1.11+1.0.8
19732024-01-19T05:50:52.102Z Compiling spin v0.9.8
19742024-01-19T05:50:52.534Z Compiling rand_chacha v0.3.1
19752024-01-19T05:50:52.559Z Compiling unicode-normalization v0.1.22
19762024-01-19T05:50:52.590Z Compiling tracing-core v0.1.31
19772024-01-19T05:50:52.630Z Compiling unicode-bidi v0.3.13
19782024-01-19T05:50:52.644Z Compiling base64ct v1.6.0
19792024-01-19T05:50:54.293Z Compiling pem-rfc7468 v0.7.0
19802024-01-19T05:50:54.594Z Compiling rand v0.8.5
19812024-01-19T05:50:55.160Z Compiling errno v0.3.8
19822024-01-19T05:50:55.192Z Compiling num-iter v0.1.43
19832024-01-19T05:50:55.444Z Compiling usdt-impl v0.3.5
19842024-01-19T05:50:55.524Z Compiling ahash v0.8.6
19852024-01-19T05:50:55.610Z Compiling rustix v0.38.30
19862024-01-19T05:50:56.495Z Compiling flagset v0.4.3
19872024-01-19T05:50:56.513Z Compiling schemars v0.8.16
19882024-01-19T05:50:56.682Z Compiling signal-hook v0.3.17
19892024-01-19T05:50:57.029Z Compiling serde_derive_internals v0.26.0
19902024-01-19T05:50:57.966Z Compiling serde_derive v1.0.195
19912024-01-19T05:50:58.092Z Compiling zeroize_derive v1.4.2
19922024-01-19T05:50:58.105Z Compiling tokio-macros v2.2.0
19932024-01-19T05:50:58.994Z Compiling thiserror-impl v1.0.49
19942024-01-19T05:50:59.193Z Compiling futures-macro v0.3.30
19952024-01-19T05:51:00.307Z Compiling zeroize v1.7.0
19962024-01-19T05:51:00.903Z Compiling tracing-attributes v0.1.26
19972024-01-19T05:51:01.609Z Compiling der_derive v0.7.2
19982024-01-19T05:51:01.711Z Compiling zerocopy-derive v0.2.0
19992024-01-19T05:51:02.325Z Compiling openssl-macros v0.1.1
20002024-01-19T05:51:03.202Z Compiling crypto-common v0.1.6
20012024-01-19T05:51:03.305Z Compiling block-buffer v0.10.4
20022024-01-19T05:51:03.684Z Compiling pest v2.7.2
20032024-01-19T05:51:03.696Z Compiling digest v0.10.7
20042024-01-19T05:51:03.696Z Compiling futures-util v0.3.30
20052024-01-19T05:51:04.776Z Compiling zerocopy-derive v0.6.4
20062024-01-19T05:51:04.797Z Compiling zerocopy-derive v0.7.31
20072024-01-19T05:51:05.318Z Compiling der v0.7.8
20082024-01-19T05:51:06.233Z Compiling tracing v0.1.37
20092024-01-19T05:51:07.409Z Compiling fnv v1.0.7
20102024-01-19T05:51:07.661Z Compiling pest_meta v2.7.2
20112024-01-19T05:51:07.675Z Compiling bitflags v1.3.2
20122024-01-19T05:51:08.150Z Compiling zerocopy v0.3.0
20132024-01-19T05:51:09.155Z Compiling spki v0.7.2
20142024-01-19T05:51:09.597Z Compiling schemars_derive v0.8.16
20152024-01-19T05:51:09.991Z Compiling pest_generator v2.7.2
20162024-01-19T05:51:13.889Z Compiling lazy_static v1.4.0
20172024-01-19T05:51:14.376Z Compiling pest_derive v2.7.2
20182024-01-19T05:51:15.537Z Compiling backtrace v0.3.69
20192024-01-19T05:51:15.697Z Compiling memoffset v0.9.0
20202024-01-19T05:51:15.990Z Compiling num-bigint v0.4.4
20212024-01-19T05:51:16.118Z Compiling iana-time-zone v0.1.57
20222024-01-19T05:51:16.127Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20232024-01-19T05:51:16.644Z Compiling hashbrown v0.12.3
20242024-01-19T05:51:17.566Z Compiling smoltcp v0.9.1
20252024-01-19T05:51:17.573Z Compiling foreign-types-shared v0.1.1
20262024-01-19T05:51:17.573Z Compiling hashbrown v0.14.2
20272024-01-19T05:51:17.574Z Compiling base64 v0.21.7
20282024-01-19T05:51:18.067Z Compiling async-trait v0.1.77
20292024-01-19T05:51:18.688Z Compiling untrusted v0.9.0
20302024-01-19T05:51:18.797Z Compiling equivalent v1.0.1
20312024-01-19T05:51:18.929Z Compiling untrusted v0.7.1
20322024-01-19T05:51:18.938Z Compiling percent-encoding v2.3.1
20332024-01-19T05:51:19.884Z Compiling doc-comment v0.3.3
20342024-01-19T05:51:19.893Z Compiling crossbeam-utils v0.8.16
20352024-01-19T05:51:21.430Z Compiling bytes v1.5.0
20362024-01-19T05:51:21.877Z Compiling bitflags v2.4.0
20372024-01-19T05:51:22.650Z Compiling tokio v1.35.1
20382024-01-19T05:51:22.672Z Compiling rustc_version v0.4.0
20392024-01-19T05:51:22.900Z Compiling http v0.2.11
20402024-01-19T05:51:24.714Z Compiling heapless v0.7.16
20412024-01-19T05:51:25.740Z Compiling uuid v1.6.1
20422024-01-19T05:51:26.640Z Compiling chrono v0.4.31
20432024-01-19T05:51:26.652Z Compiling indexmap v2.1.0
20442024-01-19T05:51:26.652Z Compiling foreign-types v0.3.2
20452024-01-19T05:51:26.652Z Compiling dtrace-parser v0.1.14
20462024-01-19T05:51:28.470Z Compiling dof v0.1.5
20472024-01-19T05:51:28.823Z Compiling hmac v0.12.1
20482024-01-19T05:51:29.127Z Compiling clap_derive v4.4.2
20492024-01-19T05:51:30.211Z Compiling thread-id v4.2.0
20502024-01-19T05:51:30.660Z Compiling utf8parse v0.2.1
20512024-01-19T05:51:31.421Z Compiling adler v1.0.2
20522024-01-19T05:51:31.571Z Compiling rustversion v1.0.14
20532024-01-19T05:51:31.978Z Compiling try-lock v0.2.4
20542024-01-19T05:51:32.044Z Compiling anstyle v1.0.2
20552024-01-19T05:51:32.185Z Compiling cpufeatures v0.2.9
20562024-01-19T05:51:32.580Z Compiling siphasher v0.3.11
20572024-01-19T05:51:32.610Z Compiling time-core v0.1.1
20582024-01-19T05:51:32.845Z Compiling time-macros v0.2.13
20592024-01-19T05:51:33.252Z Compiling sha2 v0.10.8
20602024-01-19T05:51:36.416Z Compiling tokio-util v0.7.10
20612024-01-19T05:51:36.833Z Compiling want v0.3.1
20622024-01-19T05:51:37.234Z Compiling miniz_oxide v0.7.1
20632024-01-19T05:51:39.652Z Compiling h2 v0.3.21
20642024-01-19T05:51:39.657Z Compiling anstyle-parse v0.2.1
20652024-01-19T05:51:41.682Z Compiling http-body v0.4.5
20662024-01-19T05:51:42.656Z Compiling rustls-webpki v0.101.7
20672024-01-19T05:51:43.067Z Compiling sct v0.7.0
20682024-01-19T05:51:43.536Z Compiling serde_tokenstream v0.1.7
20692024-01-19T05:51:44.605Z Compiling form_urlencoded v1.2.1
20702024-01-19T05:51:44.652Z Compiling pkcs8 v0.10.2
20712024-01-19T05:51:45.003Z Compiling hubpack_derive v0.1.1
20722024-01-19T05:51:45.442Z Compiling pin-project-internal v1.1.3
20732024-01-19T05:51:46.260Z Compiling socket2 v0.4.9
20742024-01-19T05:51:47.514Z Compiling crossbeam-epoch v0.9.15
20752024-01-19T05:51:47.842Z Compiling slog v2.7.0
20762024-01-19T05:51:48.322Z Compiling anstyle-query v1.0.0
20772024-01-19T05:51:48.493Z Compiling radium v0.7.0
20782024-01-19T05:51:48.515Z Compiling httpdate v1.0.3
20792024-01-19T05:51:49.120Z Compiling openssl-probe v0.1.5
20802024-01-19T05:51:49.206Z Compiling tower-service v0.3.2
20812024-01-19T05:51:49.373Z Compiling colorchoice v1.0.0
20822024-01-19T05:51:49.608Z Compiling anyhow v1.0.75
20832024-01-19T05:51:50.558Z Compiling hyper v0.14.27
20842024-01-19T05:51:51.804Z Compiling anstream v0.5.0
20852024-01-19T05:51:59.952Z Compiling terminal_size v0.2.6
20862024-01-19T05:52:00.880Z Compiling toml_datetime v0.6.5
20872024-01-19T05:52:01.530Z Compiling serde_spanned v0.6.4
20882024-01-19T05:52:02.471Z Compiling zerocopy v0.6.4
20892024-01-19T05:52:03.915Z Compiling md-5 v0.10.5
20902024-01-19T05:52:04.519Z Compiling stringprep v0.1.3
20912024-01-19T05:52:04.544Z Compiling idna v0.5.0
20922024-01-19T05:52:05.706Z Compiling diesel_table_macro_syntax v0.1.0
20932024-01-19T05:52:05.737Z Compiling hash32 v0.2.1
20942024-01-19T05:52:05.835Z Compiling aho-corasick v1.0.4
20952024-01-19T05:52:06.254Z Compiling strsim v0.10.0
20962024-01-19T05:52:06.270Z Compiling clap_lex v0.5.1
20972024-01-19T05:52:06.285Z Compiling winnow v0.5.15
20982024-01-19T05:52:06.939Z Compiling stable_deref_trait v1.2.0
20992024-01-19T05:52:07.299Z Compiling dyn-clone v1.0.13
21002024-01-19T05:52:07.552Z Compiling maybe-uninit v2.0.0
21012024-01-19T05:52:07.940Z Compiling fallible-iterator v0.2.0
21022024-01-19T05:52:08.193Z Compiling tap v1.0.1
21032024-01-19T05:52:08.204Z Compiling regex-syntax v0.8.2
21042024-01-19T05:52:08.449Z Compiling gimli v0.28.0
21052024-01-19T05:52:09.578Z Compiling postgres-protocol v0.6.6
21062024-01-19T05:52:09.709Z Compiling wyz v0.5.1
21072024-01-19T05:52:11.553Z Compiling clap_builder v4.4.2
21082024-01-19T05:52:11.935Z Compiling diesel_derives v2.1.2
21092024-01-19T05:52:12.324Z Compiling url v2.5.0
21102024-01-19T05:52:14.166Z Compiling regex-automata v0.4.3
21112024-01-19T05:52:15.347Z Compiling addr2line v0.21.0
21122024-01-19T05:52:15.417Z Compiling tokio-rustls v0.24.1
21132024-01-19T05:52:16.994Z Compiling strum_macros v0.25.2
21142024-01-19T05:52:19.346Z Compiling tokio-native-tls v0.3.1
21152024-01-19T05:52:23.719Z Compiling usdt-macro v0.3.5
21162024-01-19T05:52:24.019Z Compiling usdt-attr-macro v0.3.5
21172024-01-19T05:52:25.558Z Compiling phf_shared v0.11.2
21182024-01-19T05:52:27.382Z Compiling zerocopy v0.7.31
21192024-01-19T05:52:27.529Z Compiling block-padding v0.3.3
21202024-01-19T05:52:27.579Z Compiling snafu-derive v0.7.5
21212024-01-19T05:52:27.852Z Compiling enum-as-inner v0.5.1
21222024-01-19T05:52:29.316Z Compiling serde_repr v0.1.16
21232024-01-19T05:52:30.344Z Compiling ff v0.13.0
21242024-01-19T05:52:30.661Z Compiling scheduled-thread-pool v0.2.7
21252024-01-19T05:52:30.948Z Compiling object v0.32.1
21262024-01-19T05:52:34.282Z Compiling ipnet v2.9.0
21272024-01-19T05:52:35.249Z Compiling funty v2.0.0
21282024-01-19T05:52:35.559Z Compiling matches v0.1.10
21292024-01-19T05:52:35.680Z Compiling num-bigint-dig v0.8.4
21302024-01-19T05:52:36.265Z Compiling bit-vec v0.6.3
21312024-01-19T05:52:38.831Z Compiling packed_struct v0.10.1
21322024-01-19T05:52:38.983Z Compiling num_threads v0.1.6
21332024-01-19T05:52:39.146Z Compiling regex-automata v0.1.10
21342024-01-19T05:52:39.924Z Compiling managed v0.8.0
21352024-01-19T05:52:40.028Z Compiling base16ct v0.2.0
21362024-01-19T05:52:40.356Z Compiling deranged v0.3.8
21372024-01-19T05:52:40.472Z Compiling rustc-demangle v0.1.23
21382024-01-19T05:52:43.432Z Compiling time v0.3.27
21392024-01-19T05:52:44.477Z Compiling sec1 v0.7.3
21402024-01-19T05:52:44.773Z Compiling bstr v0.2.17
21412024-01-19T05:52:45.571Z Compiling bitvec v1.0.1
21422024-01-19T05:52:48.398Z Compiling idna v0.2.3
21432024-01-19T05:52:50.733Z Compiling r2d2 v0.8.10
21442024-01-19T05:52:51.283Z Compiling group v0.13.0
21452024-01-19T05:52:52.388Z Compiling inout v0.1.3
21462024-01-19T05:52:53.301Z Compiling phf v0.11.2
21472024-01-19T05:52:53.742Z Compiling regex v1.10.2
21482024-01-19T05:52:54.503Z Compiling hyper-tls v0.5.0
21492024-01-19T05:52:54.990Z Compiling clap v4.4.3
21502024-01-19T05:52:55.143Z Compiling signal-hook-mio v0.2.3
21512024-01-19T05:52:55.359Z Compiling hyper-rustls v0.24.2
21522024-01-19T05:52:55.371Z Compiling bzip2 v0.4.4
21532024-01-19T05:52:55.861Z Compiling flate2 v1.0.28
21542024-01-19T05:52:55.929Z Compiling ipnetwork v0.20.0
21552024-01-19T05:52:57.158Z Compiling toml_edit v0.19.15
21562024-01-19T05:52:57.393Z Compiling postgres-types v0.2.6
21572024-01-19T05:52:58.098Z Compiling pin-project v1.1.3
21582024-01-19T05:52:58.307Z Compiling hubpack v0.1.2
21592024-01-19T05:52:58.431Z Compiling serde_urlencoded v0.7.1
21602024-01-19T05:52:58.565Z Compiling phf_shared v0.10.0
21612024-01-19T05:52:58.992Z Compiling rustls-pemfile v1.0.3
21622024-01-19T05:52:59.136Z Compiling hkdf v0.12.4
21632024-01-19T05:52:59.328Z Compiling futures-executor v0.3.30
21642024-01-19T05:53:01.387Z Compiling crypto-bigint v0.5.2
21652024-01-19T05:53:01.510Z Compiling packed_struct_codegen v0.10.1
21662024-01-19T05:53:02.727Z Compiling float-cmp v0.9.0
21672024-01-19T05:53:05.035Z Compiling encoding_rs v0.8.33
21682024-01-19T05:53:05.120Z Compiling nodrop v0.1.14
21692024-01-19T05:53:05.283Z Compiling normalize-line-endings v0.3.0
21702024-01-19T05:53:05.378Z Compiling precomputed-hash v0.1.1
21712024-01-19T05:53:05.448Z Compiling predicates-core v1.0.6
21722024-01-19T05:53:05.509Z Compiling data-encoding v2.4.0
21732024-01-19T05:53:05.851Z Compiling static_assertions v1.1.0
21742024-01-19T05:53:05.874Z Compiling unicode-width v0.1.11
21752024-01-19T05:53:05.982Z Compiling crc-catalog v2.2.0
21762024-01-19T05:53:06.181Z Compiling webpki-roots v0.25.2
21772024-01-19T05:53:06.234Z Compiling either v1.9.0
21782024-01-19T05:53:06.404Z Compiling new_debug_unreachable v1.0.4
21792024-01-19T05:53:06.521Z Compiling regex-automata v0.3.8
21802024-01-19T05:53:07.065Z Compiling unicode-segmentation v1.10.1
21812024-01-19T05:53:08.404Z Compiling whoami v1.4.1
21822024-01-19T05:53:08.422Z Compiling minimal-lexical v0.2.1
21832024-01-19T05:53:09.205Z Compiling mime v0.3.17
21842024-01-19T05:53:09.840Z Compiling difflib v0.4.0
21852024-01-19T05:53:10.277Z Compiling fixedbitset v0.4.2
21862024-01-19T05:53:10.905Z Compiling petgraph v0.6.4
21872024-01-19T05:53:11.063Z Compiling predicates v3.1.0
21882024-01-19T05:53:13.417Z Compiling reqwest v0.11.22
21892024-01-19T05:53:16.851Z Compiling bstr v1.6.0
21902024-01-19T05:53:18.909Z Compiling nom v7.1.3
21912024-01-19T05:53:19.236Z Compiling tokio-postgres v0.7.10
21922024-01-19T05:53:21.880Z Compiling similar v2.3.0
21932024-01-19T05:53:25.120Z Compiling itertools v0.10.5
21942024-01-19T05:53:25.391Z Compiling string_cache v0.8.7
21952024-01-19T05:53:26.032Z Compiling trust-dns-proto v0.22.0
21962024-01-19T05:53:28.919Z Compiling crc v3.0.1
21972024-01-19T05:53:29.895Z Compiling console v0.15.8
21982024-01-19T05:53:30.070Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
21992024-01-19T05:53:33.394Z Compiling array-init v0.0.4
22002024-01-19T05:53:38.545Z Compiling elliptic-curve v0.13.8
22012024-01-19T05:53:39.600Z Compiling toml v0.7.8
22022024-01-19T05:53:42.117Z Compiling futures v0.3.30
22032024-01-19T05:53:43.753Z Compiling snafu v0.7.5
22042024-01-19T05:53:44.072Z Compiling smallvec v0.6.14
22052024-01-19T05:53:44.190Z Compiling yasna v0.5.2
22062024-01-19T05:53:44.460Z Compiling zip v0.6.6
22072024-01-19T05:53:44.755Z Compiling diesel v2.1.4
22082024-01-19T05:53:44.851Z Compiling crossterm v0.27.0
22092024-01-19T05:53:44.980Z Compiling cipher v0.4.4
22102024-01-19T05:53:45.602Z Compiling hashbrown v0.13.2
22112024-01-19T05:53:49.774Z Compiling bit-set v0.5.3
22122024-01-19T05:53:50.196Z Compiling usdt v0.3.5
22132024-01-19T05:53:50.281Z Compiling is-terminal v0.4.9
22142024-01-19T05:53:50.559Z Compiling toml_edit v0.21.0
22152024-01-19T05:53:53.626Z Compiling pkcs1 v0.7.5
22162024-01-19T05:53:55.519Z Compiling tokio-stream v0.1.14
22172024-01-19T05:53:56.997Z Compiling openapiv3 v2.0.0
22182024-01-19T05:53:59.679Z Compiling hex v0.4.3
22192024-01-19T05:54:02.370Z Compiling signature v2.1.0
22202024-01-19T05:54:04.971Z Compiling bitfield v0.14.0
22212024-01-19T05:54:06.221Z Compiling termcolor v1.2.0
22222024-01-19T05:54:11.844Z Compiling lalrpop-util v0.19.12
22232024-01-19T05:54:12.884Z Compiling env_logger v0.10.0
22242024-01-19T05:54:22.365Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22252024-01-19T05:54:31.414Z Compiling rsa v0.9.2
22262024-01-19T05:54:40.735Z Compiling serde-hex v0.1.0
22272024-01-19T05:54:42.026Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22282024-01-19T05:54:49.286Z Compiling ron v0.8.1
22292024-01-19T05:54:49.857Z Compiling x509-cert v0.2.4
22302024-01-19T05:54:51.788Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22312024-01-19T05:54:53.439Z Compiling crc-any v2.4.3
22322024-01-19T05:55:17.484Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22332024-01-19T05:55:25.681Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22342024-01-19T05:55:35.296Z Compiling object v0.30.4
22352024-01-19T05:55:49.055Z Compiling path-slash v0.1.5
22362024-01-19T05:55:49.947Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22372024-01-19T05:56:32.732Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22382024-01-19T05:56:33.785Z Finished release [optimized] target(s) in 6m 02s
22392024-01-19T05:56:33.868Z
22402024-01-19T05:56:33.871Zreal 6:02.140413999
22412024-01-19T05:56:33.871Zuser 42:02.537577457
22422024-01-19T05:56:33.871Zsys 3:40.716642193
22432024-01-19T05:56:33.871Ztrap 1.669737081
22442024-01-19T05:56:33.871Ztflt 1.113292853
22452024-01-19T05:56:33.871Zdflt 0.614091343
22462024-01-19T05:56:33.872Zkflt 0.000297264
22472024-01-19T05:56:33.872Zlock 1:34:12.204097288
22482024-01-19T05:56:33.872Zslp 1:59:08.173353117
22492024-01-19T05:56:33.872Zlat 1:51.052604723
22502024-01-19T05:56:33.872Zstop 1:19.269306027
22512024-01-19T05:56:33.872Z+ ptime -m gzip
22522024-01-19T05:56:34.528Z
22532024-01-19T05:56:34.528Zreal 0.655599950
22542024-01-19T05:56:34.532Zuser 0.646238415
22552024-01-19T05:56:34.532Zsys 0.008745150
22562024-01-19T05:56:34.532Ztrap 0.000086683
22572024-01-19T05:56:34.532Ztflt 0.000000000
22582024-01-19T05:56:34.532Zdflt 0.000000000
22592024-01-19T05:56:34.532Zkflt 0.000000000
22602024-01-19T05:56:34.532Zlock 0.000000000
22612024-01-19T05:56:34.532Zslp 0.000000000
22622024-01-19T05:56:34.532Zlat 0.000194474
22632024-01-19T05:56:34.532Zstop 0.000230818
22642024-01-19T05:56:34.532Z+ banner tufaceous
22652024-01-19T05:56:34.532Z
22662024-01-19T05:56:34.532Z ##### # # ###### ## #### ###### #### # # ####
22672024-01-19T05:56:34.532Z # # # # # # # # # # # # # #
22682024-01-19T05:56:34.532Z # # # ##### # # # ##### # # # # ####
22692024-01-19T05:56:34.532Z # # # # ###### # # # # # # #
22702024-01-19T05:56:34.532Z # # # # # # # # # # # # # # #
22712024-01-19T05:56:34.532Z # #### # # # #### ###### #### #### ####
22722024-01-19T05:56:34.532Z
22732024-01-19T05:56:34.533Z+ ptime -m cargo build --locked -p tufaceous --release
22742024-01-19T05:56:35.181Z Downloading crates ...
22752024-01-19T05:56:35.657Z Downloaded async-recursion v1.0.5
22762024-01-19T05:56:35.668Z Downloaded humantime v2.1.0
22772024-01-19T05:56:36.089Z Downloaded globset v0.4.13
22782024-01-19T05:56:36.089Z Downloaded parse-size v1.0.0
22792024-01-19T05:56:36.090Z Downloaded serde_plain v1.0.2
22802024-01-19T05:56:36.103Z Downloaded fs-err v2.11.0
22812024-01-19T05:56:36.103Z Downloaded buf-list v1.0.3
22822024-01-19T05:56:36.104Z Downloaded typed-path v0.7.0
22832024-01-19T05:56:36.104Z Downloaded tough v0.16.0
22842024-01-19T05:56:36.104Z Downloaded olpc-cjson v0.1.3
22852024-01-19T05:56:36.104Z Compiling serde_tokenstream v0.2.0
22862024-01-19T05:56:36.104Z Compiling regress v0.7.1
22872024-01-19T05:56:36.104Z Compiling dirs-sys-next v0.1.2
22882024-01-19T05:56:36.104Z Compiling rustls-pki-types v1.1.0
22892024-01-19T05:56:36.104Z Compiling ident_case v1.0.1
22902024-01-19T05:56:36.104Z Compiling thread_local v1.1.7
22912024-01-19T05:56:36.104Z Compiling heck v0.4.1
22922024-01-19T05:56:36.157Z Compiling dirs-next v2.0.0
22932024-01-19T05:56:36.477Z Compiling darling_core v0.20.3
22942024-01-19T05:56:36.620Z Compiling camino v1.1.6
22952024-01-19T05:56:37.205Z Compiling slog-async v2.8.0
22962024-01-19T05:56:37.472Z Compiling rustls v0.22.2
22972024-01-19T05:56:37.826Z Compiling rustls-webpki v0.102.1
22982024-01-19T05:56:37.886Z Compiling term v0.7.0
22992024-01-19T05:56:37.933Z Compiling crossbeam-channel v0.5.8
23002024-01-19T05:56:37.972Z Compiling getopts v0.2.21
23012024-01-19T05:56:38.094Z Compiling structmeta-derive v0.2.0
23022024-01-19T05:56:39.318Z Compiling atty v0.2.14
23032024-01-19T05:56:39.512Z Compiling multer v3.0.0
23042024-01-19T05:56:39.924Z Compiling take_mut v0.2.2
23052024-01-19T05:56:40.141Z Compiling paste v1.0.14
23062024-01-19T05:56:40.632Z Compiling match_cfg v0.1.0
23072024-01-19T05:56:40.759Z Compiling unsafe-libyaml v0.2.10
23082024-01-19T05:56:40.877Z Compiling hostname v0.3.1
23092024-01-19T05:56:41.241Z Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23102024-01-19T05:56:43.666Z Compiling serde_yaml v0.9.25
23112024-01-19T05:56:43.679Z Compiling structmeta v0.2.0
23122024-01-19T05:56:45.320Z Compiling darling_macro v0.20.3
23132024-01-19T05:56:45.904Z Compiling slog-term v2.9.0
23142024-01-19T05:56:46.722Z Compiling darling v0.20.3
23152024-01-19T05:56:49.739Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162024-01-19T05:56:50.148Z Compiling slog-json v2.6.1
23172024-01-19T05:56:50.148Z Compiling http v1.0.0
23182024-01-19T05:56:50.541Z Compiling async-stream-impl v0.3.5
23192024-01-19T05:56:50.865Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23202024-01-19T05:56:51.294Z Compiling fastrand v2.0.0
23212024-01-19T05:56:52.361Z Compiling regex-syntax v0.7.5
23222024-01-19T05:56:52.481Z Compiling atomic-waker v1.1.1
23232024-01-19T05:56:52.753Z Compiling waitgroup v0.1.2
23242024-01-19T05:56:53.494Z Compiling tokio-rustls v0.25.0
23252024-01-19T05:56:53.807Z Compiling async-stream v0.3.5
23262024-01-19T05:56:54.097Z Compiling tempfile v3.9.0
23272024-01-19T05:56:54.326Z Compiling slog-bunyan v2.5.0
23282024-01-19T05:56:54.864Z Compiling serde_with_macros v3.4.0
23292024-01-19T05:56:58.514Z Compiling toml v0.8.8
23302024-01-19T05:56:58.514Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23312024-01-19T05:56:58.742Z Compiling rustls-pemfile v2.0.0
23322024-01-19T05:56:58.924Z Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23332024-01-19T05:57:00.304Z Compiling sha1 v0.10.6
23342024-01-19T05:57:00.309Z Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23352024-01-19T05:57:01.273Z Compiling serde_path_to_error v0.1.15
23362024-01-19T05:57:01.410Z Compiling fs-err v2.11.0
23372024-01-19T05:57:01.709Z Compiling instant v0.1.12
23382024-01-19T05:57:01.847Z Compiling debug-ignore v1.0.5
23392024-01-19T05:57:01.976Z Compiling same-file v1.0.6
23402024-01-19T05:57:02.093Z Compiling arc-swap v1.6.0
23412024-01-19T05:57:02.446Z Compiling buf-list v1.0.3
23422024-01-19T05:57:02.466Z Compiling parse-display-derive v0.8.2
23432024-01-19T05:57:03.252Z Compiling slog-scope v4.4.0
23442024-01-19T05:57:03.524Z Compiling walkdir v2.4.0
23452024-01-19T05:57:05.206Z Compiling backoff v0.4.0
23462024-01-19T05:57:05.632Z Compiling serde_with v3.4.0
23472024-01-19T05:57:06.281Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23482024-01-19T05:57:07.162Z Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f)
23492024-01-19T05:57:07.375Z Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23502024-01-19T05:57:07.653Z Compiling globset v0.4.13
23512024-01-19T05:57:08.704Z Compiling parse-display v0.8.2
23522024-01-19T05:57:08.956Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23532024-01-19T05:57:09.223Z Compiling strum v0.25.0
23542024-01-19T05:57:09.767Z Compiling olpc-cjson v0.1.3
23552024-01-19T05:57:10.756Z Compiling pem v3.0.2
23562024-01-19T05:57:32.053Z Compiling serde_plain v1.0.2
23572024-01-19T05:57:33.123Z Compiling macaddr v1.0.1
23582024-01-19T05:57:33.602Z Compiling async-recursion v1.0.5
23592024-01-19T05:57:33.602Z Compiling xattr v1.0.1
23602024-01-19T05:57:33.602Z Compiling filetime v0.2.23
23612024-01-19T05:57:33.602Z Compiling typed-path v0.7.0
23622024-01-19T05:57:33.602Z Compiling tar v0.4.40
23632024-01-19T05:57:33.602Z Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23642024-01-19T05:57:33.602Z Compiling tough v0.16.0
23652024-01-19T05:57:33.602Z Compiling slog-stdlog v4.1.1
23662024-01-19T05:57:33.602Z Compiling camino-tempfile v1.1.1
23672024-01-19T05:57:33.602Z Compiling itertools v0.12.0
23682024-01-19T05:57:33.602Z Compiling parse-size v1.0.0
23692024-01-19T05:57:33.602Z Compiling slog-envlogger v2.2.0
23702024-01-19T05:57:34.195Z Compiling humantime v2.1.0
23712024-01-19T05:57:42.381Z Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576)
23722024-01-19T05:57:42.669Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23732024-01-19T05:57:57.691Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23742024-01-19T05:58:00.253Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
23752024-01-19T05:58:31.423Z Finished release [optimized] target(s) in 1m 56s
23762024-01-19T05:58:31.513Z
23772024-01-19T05:58:31.513Zreal 1:56.958976723
23782024-01-19T05:58:31.513Zuser 13:09.536718003
23792024-01-19T05:58:31.513Zsys 46.968728739
23802024-01-19T05:58:31.513Ztrap 0.484631046
23812024-01-19T05:58:31.513Ztflt 0.337104169
23822024-01-19T05:58:31.517Zdflt 0.629955509
23832024-01-19T05:58:31.517Zkflt 0.000015317
23842024-01-19T05:58:31.517Zlock 26:16.147809360
23852024-01-19T05:58:31.517Zslp 29:03.421570248
23862024-01-19T05:58:31.517Zlat 23.887317770
23872024-01-19T05:58:31.517Zstop 11.632612383
23882024-01-19T05:58:31.517Z+ ptime -m gzip
23892024-01-19T05:58:33.981Z
23902024-01-19T05:58:33.984Zreal 2.463907724
23912024-01-19T05:58:33.984Zuser 2.441648721
23922024-01-19T05:58:33.984Zsys 0.020459543
23932024-01-19T05:58:33.985Ztrap 0.000573648
23942024-01-19T05:58:33.985Ztflt 0.000000000
23952024-01-19T05:58:33.985Zdflt 0.000000000
23962024-01-19T05:58:33.985Zkflt 0.000000000
23972024-01-19T05:58:33.985Zlock 0.000000000
23982024-01-19T05:58:33.985Zslp 0.000000000
23992024-01-19T05:58:33.985Zlat 0.000871952
24002024-01-19T05:58:33.985Zstop 0.000231721
24012024-01-19T05:58:33.985Zprocess exited: duration 1181665 ms, exit code 0
 
24022024-01-19T05:58:33.992Zfound 5 output files
24032024-01-19T05:58:33.992Zuploading: /work/end-to-end-tests/bootstrap-d8e74790c9e6e17d.gz (6319678 bytes)
24042024-01-19T05:58:37.396Zuploaded: /work/end-to-end-tests/bootstrap-d8e74790c9e6e17d.gz
24052024-01-19T05:58:37.396Zuploading: /work/end-to-end-tests/bootstrap.gz (104675036 bytes)
24062024-01-19T05:59:17.697Zuploaded: /work/end-to-end-tests/bootstrap.gz
24072024-01-19T05:59:17.697Zuploading: /work/end-to-end-tests/end_to_end_tests-4b1652e1f243c546.gz (107848428 bytes)
24082024-01-19T05:59:43.346Zuploaded: /work/end-to-end-tests/end_to_end_tests-4b1652e1f243c546.gz
24092024-01-19T05:59:43.346Zuploading: /work/caboose-util.gz (4047473 bytes)
24102024-01-19T05:59:45.153Zuploaded: /work/caboose-util.gz
24112024-01-19T05:59:45.153Zuploading: /work/tufaceous.gz (15620427 bytes)
24122024-01-19T05:59:49.727Zuploaded: /work/tufaceous.gz