01HPMV7W8R80R045PV51EAXWKA: 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: 01HPMV8M3E1PXX3KSXGHPSA69G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-14T22:20:42.477Zjob assigned to worker 01HPMV8T2YQXQT7FR2QY5ZT7KP (queued for 59 s)
 
22024-02-14T22:20:42.639Zstarting task 0: "setup"
32024-02-14T22:20:42.728Z++ uname -s
42024-02-14T22:20:42.740Z+ kern=SunOS
52024-02-14T22:20:42.740Z+ case "$kern" in
62024-02-14T22:20:42.740Z+ groupadd -g 12345 build
72024-02-14T22:20:42.740Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-14T22:20:44.751Z+ zfs create -o mountpoint=/work rpool/work
92024-02-14T22:20:44.819Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-14T22:20:44.823Z+ home_fs=zfs
112024-02-14T22:20:44.823Z+ [[ zfs == autofs ]]
122024-02-14T22:20:44.823Z+ mkdir -p /home/build
132024-02-14T22:20:44.827Z+ chown build:build /home/build /work
142024-02-14T22:20:46.825Z+ chmod 0700 /home/build /work
152024-02-14T22:20:46.830Zprocess exited: duration 4188 ms, exit code 0
 
162024-02-14T22:20:46.839Zstarting task 1: "rust-toolchain"
172024-02-14T22:20:46.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-14T22:20:46.850Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-14T22:20:46.961Zinfo: downloading installer
202024-02-14T22:20:50.526Zwarning: it looks like you have an existing installation of Rust at:
212024-02-14T22:20:50.526Zwarning: /opt/ooce/bin
222024-02-14T22:20:50.527Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-14T22:20:50.527Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-14T22:20:50.527Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-14T22:20:50.527Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-14T22:20:50.527Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-14T22:20:50.527Zerror: cannot install while Rust is installed
282024-02-14T22:20:50.527Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-14T22:20:50.581Zinfo: profile set to 'default'
302024-02-14T22:20:50.581Zinfo: default host triple is x86_64-unknown-illumos
312024-02-14T22:20:50.582Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-14T22:20:50.582Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-14T22:20:50.582Zinfo: downloading component 'cargo'
342024-02-14T22:20:50.582Zinfo: downloading component 'clippy'
352024-02-14T22:20:50.582Zinfo: downloading component 'rust-docs'
362024-02-14T22:20:50.993Zinfo: downloading component 'rust-std'
372024-02-14T22:20:52.742Zinfo: downloading component 'rustc'
382024-02-14T22:20:57.011Zinfo: downloading component 'rustfmt'
392024-02-14T22:20:57.257Zinfo: installing component 'cargo'
402024-02-14T22:20:58.154Zinfo: installing component 'clippy'
412024-02-14T22:20:58.567Zinfo: installing component 'rust-docs'
422024-02-14T22:21:00.039Zinfo: installing component 'rust-std'
432024-02-14T22:21:01.973Zinfo: installing component 'rustc'
442024-02-14T22:21:06.693Zinfo: installing component 'rustfmt'
452024-02-14T22:21:06.701Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-14T22:21:06.701Z
472024-02-14T22:21:06.901Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-14T22:21:06.902Z
492024-02-14T22:21:06.905Z
502024-02-14T22:21:06.905ZRust is installed now. Great!
512024-02-14T22:21:06.905Z
522024-02-14T22:21:06.905ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-14T22:21:06.905Zenvironment variable. This has not been done automatically.
542024-02-14T22:21:06.905Z
552024-02-14T22:21:06.905ZTo configure your current shell, run:
562024-02-14T22:21:06.905Zsource "$HOME/.cargo/env"
572024-02-14T22:21:06.961Z+ rustc --version
582024-02-14T22:21:07.026Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-14T22:21:07.030Zprocess exited: duration 20188 ms, exit code 0
 
602024-02-14T22:21:07.037Zstarting task 2: "authentication"
612024-02-14T22:21:07.073Zprocess exited: duration 31 ms, exit code 0
 
622024-02-14T22:21:07.102Zstarting task 3: "clone repository"
632024-02-14T22:21:07.116Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-14T22:21:07.117Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-14T22:21:07.312ZCloning into '/work/oxidecomputer/omicron'...
662024-02-14T22:21:12.501Z+ cd /work/oxidecomputer/omicron
672024-02-14T22:21:12.505Z+ git fetch origin bb91ca27551046360843fe3c7b32559783c989f0
682024-02-14T22:21:12.958ZFrom https://github.com/oxidecomputer/omicron
692024-02-14T22:21:12.958Z * branch bb91ca27551046360843fe3c7b32559783c989f0 -> FETCH_HEAD
702024-02-14T22:21:12.966Z+ [[ -n '' ]]
712024-02-14T22:21:12.967Z+ git reset --hard bb91ca27551046360843fe3c7b32559783c989f0
722024-02-14T22:21:13.078ZHEAD is now at bb91ca275 address comments
732024-02-14T22:21:13.085Zprocess exited: duration 5983 ms, exit code 0
 
742024-02-14T22:21:13.116Zstarting task 4: "build"
752024-02-14T22:21:13.125Z+ cargo --version
762024-02-14T22:21:13.134Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
772024-02-14T22:21:14.919Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
782024-02-14T22:21:14.919Zinfo: downloading component 'cargo'
792024-02-14T22:21:14.992Zinfo: downloading component 'clippy'
802024-02-14T22:21:14.993Zinfo: downloading component 'rust-docs'
812024-02-14T22:21:16.548Zinfo: downloading component 'rust-std'
822024-02-14T22:21:17.069Zinfo: downloading component 'rustc'
832024-02-14T22:21:21.428Zinfo: downloading component 'rustfmt'
842024-02-14T22:21:21.669Zinfo: installing component 'cargo'
852024-02-14T22:21:22.555Zinfo: installing component 'clippy'
862024-02-14T22:21:22.910Zinfo: installing component 'rust-docs'
872024-02-14T22:21:24.570Zinfo: installing component 'rust-std'
882024-02-14T22:21:26.134Zinfo: installing component 'rustc'
892024-02-14T22:21:30.233Zinfo: installing component 'rustfmt'
902024-02-14T22:21:30.620Zcargo 1.74.1 (ecb9851af 2023-10-18)
912024-02-14T22:21:30.634Z+ rustc --version
922024-02-14T22:21:30.683Zrustc 1.74.1 (a28077b28 2023-12-04)
932024-02-14T22:21:30.701Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-02-14T22:21:44.115Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-02-14T22:21:48.818Z Startup: Caching catalogs ... Done
962024-02-14T22:21:48.970ZPlanning: Solver setup ... Done (0.888s)
972024-02-14T22:21:48.970ZPlanning: Running solver ... Done (0.020s)
982024-02-14T22:21:48.970ZPlanning: Finding local manifests ... Done (0.428s)
992024-02-14T22:21:48.970ZPlanning: Fetching manifests: 0/4 0% complete
1002024-02-14T22:21:48.970ZPlanning: Fetching manifests: 4/4 100% complete
1012024-02-14T22:21:48.970ZPlanning: Package planning ... Done (0.048s)
1022024-02-14T22:21:48.970ZPlanning: Merging actions ... Done (0.053s)
1032024-02-14T22:21:49.067ZPlanning: Checking for conflicting actions ... Done (1.554s)
1042024-02-14T22:21:49.118ZPlanning: Consolidating action changes ... Done (0.012s)
1052024-02-14T22:21:54.879ZPlanning: Evaluating mediators ... Done (5.819s)
1062024-02-14T22:21:54.889ZPlanning: Planning completed in 9.36 seconds
1072024-02-14T22:21:54.993Z Packages to install: 4
1082024-02-14T22:21:54.994Z Mediators to change: 2
1092024-02-14T22:21:54.997Z Services to change: 1
1102024-02-14T22:21:54.997Z Estimated space available: 148.87 GB
1112024-02-14T22:21:54.997ZEstimated space to be consumed: 1.41 GB
1122024-02-14T22:21:54.997Z Create boot environment: No
1132024-02-14T22:21:54.997ZCreate backup boot environment: No
1142024-02-14T22:21:54.997Z Rebuild boot archive: No
1152024-02-14T22:21:54.997Z
1162024-02-14T22:21:54.997ZChanged mediators:
1172024-02-14T22:21:54.997Z mediator clang:
1182024-02-14T22:21:54.998Z version: None -> 15 (system default)
1192024-02-14T22:21:54.998Z
1202024-02-14T22:21:54.998Z mediator llvm:
1212024-02-14T22:21:54.998Z version: 14 (system default) -> 15 (system default)
1222024-02-14T22:21:54.998Z
1232024-02-14T22:21:54.998ZChanged packages:
1242024-02-14T22:21:54.998Zhelios-dev
1252024-02-14T22:21:54.998Z developer/build-essential
1262024-02-14T22:21:54.998Z None -> 11-2.0
1272024-02-14T22:21:54.998Z library/libxmlsec1
1282024-02-14T22:21:54.998Z None -> 1.2.35-2.0
1292024-02-14T22:21:54.998Z ooce/developer/clang-15
1302024-02-14T22:21:54.998Z None -> 15.0.7-2.0
1312024-02-14T22:21:54.998Z ooce/developer/llvm-15
1322024-02-14T22:21:54.998Z None -> 15.0.7-2.0
1332024-02-14T22:21:54.998Z
1342024-02-14T22:21:54.998ZServices:
1352024-02-14T22:21:54.998Z restart_fmri:
1362024-02-14T22:21:54.999Z svc:/system/update-man-index:default
1372024-02-14T22:21:55.311Z
1382024-02-14T22:21:55.311ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1392024-02-14T22:22:00.482ZDownload: 1196/3290 items 63.6/212.6MB 29% complete (13.3M/s)
1402024-02-14T22:22:05.511ZDownload: 1824/3290 items 118.5/212.6MB 55% complete (11.8M/s)
1412024-02-14T22:22:10.887ZDownload: 2671/3290 items 120.4/212.6MB 56% complete (5.8M/s)
1422024-02-14T22:22:16.628ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (9.1M/s)
1432024-02-14T22:22:22.966ZDownload: 3286/3290 items 212.3/212.6MB 99% complete (9.1M/s)
1442024-02-14T22:22:22.989ZDownload: Completed 212.60 MB in 27.68 seconds (7.7M/s)
1452024-02-14T22:22:23.161Z Actions: 1/3689 actions (Installing new actions)
1462024-02-14T22:22:28.289Z Actions: 3543/3689 actions (Installing new actions)
1472024-02-14T22:22:29.334Z Actions: Completed 3689 actions in 6.17 seconds.
1482024-02-14T22:22:29.431Z Done (0.085s)
1492024-02-14T22:22:29.431Z Done (0.000s)
1502024-02-14T22:22:29.642Z Done (0.210s)
1512024-02-14T22:22:38.412Z Done (7.131s)
1522024-02-14T22:22:38.592Z Done (0.314s)
1532024-02-14T22:22:38.592Z Done (0.000s)
1542024-02-14T22:22:38.592Z Done (0.000s)
1552024-02-14T22:22:38.768ZPlanning: Evaluating mediator changes ... Done
1562024-02-14T22:22:38.769ZPlanning: Checking for conflicting actions ... Done
1572024-02-14T22:22:38.769ZPlanning: Consolidating action changes ... Done
1582024-02-14T22:22:38.769ZPlanning: Evaluating mediators ... Done
1592024-02-14T22:22:38.769ZPlanning: Planning completed in 0.44 seconds
1602024-02-14T22:22:38.769Z Mediators to change: 2
1612024-02-14T22:22:38.769Z Create boot environment: No
1622024-02-14T22:22:38.769ZCreate backup boot environment: No
1632024-02-14T22:22:38.770Z Done
1642024-02-14T22:22:38.770Z Done
1652024-02-14T22:22:38.809Z Done
1662024-02-14T22:22:42.347Z Done
1672024-02-14T22:22:42.439Z Done
1682024-02-14T22:22:42.449Z Done
1692024-02-14T22:22:42.535Z Done
1702024-02-14T22:22:43.185ZPlanning: Evaluating mediator changes ... Done
1712024-02-14T22:22:43.190ZPlanning: Merging actions ... Done
1722024-02-14T22:22:43.373ZPlanning: Checking for conflicting actions ... Done
1732024-02-14T22:22:43.378ZPlanning: Consolidating action changes ... Done
1742024-02-14T22:22:43.641ZPlanning: Evaluating mediators ... Done
1752024-02-14T22:22:43.700ZPlanning: Planning completed in 0.79 seconds
1762024-02-14T22:22:43.735Z Packages to change: 1
1772024-02-14T22:22:43.735Z Mediators to change: 1
1782024-02-14T22:22:43.739Z Services to change: 1
1792024-02-14T22:22:43.739Z Create boot environment: No
1802024-02-14T22:22:43.739ZCreate backup boot environment: Yes
1812024-02-14T22:22:45.495Z Actions: 1/6 actions (Updating modified actions)
1822024-02-14T22:22:45.589Z Actions: Completed 6 actions in 0.09 seconds.
1832024-02-14T22:22:45.589Z Done
1842024-02-14T22:22:45.589Z Done
1852024-02-14T22:22:45.634Z Done
1862024-02-14T22:22:49.372Z Done
1872024-02-14T22:22:49.465Z Done
1882024-02-14T22:22:49.468Z Done
1892024-02-14T22:22:49.568Z Done
1902024-02-14T22:22:50.008ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-02-14T22:22:50.009Zclang system 15 system
1922024-02-14T22:22:50.009Zcsh system system illumos
1932024-02-14T22:22:50.009Zctags system system illumos
1942024-02-14T22:22:50.009Zgcc vendor 12 vendor
1952024-02-14T22:22:50.009Zgcc system 10 system
1962024-02-14T22:22:50.009Zgcc system 7 system
1972024-02-14T22:22:50.009Zgo system 1.20 system
1982024-02-14T22:22:50.009Zgo system 1.19 system
1992024-02-14T22:22:50.009Zllvm system 15 system
2002024-02-14T22:22:50.009Zllvm system 14 system
2012024-02-14T22:22:50.009Zmariadb system 10.6 system
2022024-02-14T22:22:50.009Zmta vendor vendor dma
2032024-02-14T22:22:50.009Zopenjdk system 17 system
2042024-02-14T22:22:50.009Zopenjdk system 11 system
2052024-02-14T22:22:50.009Zopenjdk system 1.8 system
2062024-02-14T22:22:50.009Zopenssl vendor 3 vendor
2072024-02-14T22:22:50.009Zperl system 5.36 system
2082024-02-14T22:22:50.009Zpostgresql system 15 system
2092024-02-14T22:22:50.009Zpostgresql system 13 system
2102024-02-14T22:22:50.010Zpython vendor 3 vendor
2112024-02-14T22:22:50.010Zpython system 2 system
2122024-02-14T22:22:50.010Zpython3 system 3.11 system
2132024-02-14T22:22:50.010Zruby system 3.0 system
2142024-02-14T22:22:50.010Zwords vendor vendor american-english
2152024-02-14T22:22:50.010Zwords system system australian-english
2162024-02-14T22:22:50.010Zwords system system british-english
2172024-02-14T22:22:50.010Zwords system system canadian-english
2182024-02-14T22:22:50.010Zwords system system french
2192024-02-14T22:22:50.010Zwords system system italian
2202024-02-14T22:22:50.010Zwords system system ngerman
2212024-02-14T22:22:50.010Zwords system system ogerman
2222024-02-14T22:22:50.010Zwords system system spanish
2232024-02-14T22:22:50.335ZFMRI IFO
2242024-02-14T22:22:50.335Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252024-02-14T22:22:50.336Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262024-02-14T22:22:50.336Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272024-02-14T22:22:50.336Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2282024-02-14T22:22:50.336Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2292024-02-14T22:22:50.336Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2302024-02-14T22:22:50.336Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2312024-02-14T22:22:50.336Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-02-14T22:22:50.384Z+ set -o errexit
2332024-02-14T22:22:50.389Z+++ dirname ./tools/ci_download_cockroachdb
2342024-02-14T22:22:50.389Z++ cd ./tools
2352024-02-14T22:22:50.389Z++ pwd
2362024-02-14T22:22:50.389Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2372024-02-14T22:22:50.393Z++ basename ./tools/ci_download_cockroachdb
2382024-02-14T22:22:50.394Z+ ARG0=ci_download_cockroachdb
2392024-02-14T22:22:50.394Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2402024-02-14T22:22:50.394Z+ CIDL_VERSION=v22.1.9
2412024-02-14T22:22:50.394Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2422024-02-14T22:22:50.394Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2432024-02-14T22:22:50.394Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2442024-02-14T22:22:50.394Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2452024-02-14T22:22:50.395Z+ TARGET_DIR=out
2462024-02-14T22:22:50.395Z+ DOWNLOAD_DIR=out/downloads
2472024-02-14T22:22:50.395Z+ DEST_DIR=./out/cockroachdb
2482024-02-14T22:22:50.395Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2492024-02-14T22:22:50.395Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2502024-02-14T22:22:50.396Z+ main
2512024-02-14T22:22:50.396Z+ [[ 0 != 0 ]]
2522024-02-14T22:22:50.396Z+ CIDL_OS=solaris2.11
2532024-02-14T22:22:50.396Z+ [[ 0 != 0 ]]
2542024-02-14T22:22:50.397Z+ configure_os solaris2.11
2552024-02-14T22:22:50.397Z+ echo 'current directory: /work/oxidecomputer/omicron'
2562024-02-14T22:22:50.397Zcurrent directory: /work/oxidecomputer/omicron
2572024-02-14T22:22:50.397Z+ echo 'configuring based on OS: "solaris2.11"'
2582024-02-14T22:22:50.397Z+ case "$1" in
2592024-02-14T22:22:50.397Zconfiguring based on OS: "solaris2.11"
2602024-02-14T22:22:50.398Z+ CIDL_BUILD=illumos
2612024-02-14T22:22:50.398Z+ CIDL_SUFFIX=tar.gz
2622024-02-14T22:22:50.398Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2632024-02-14T22:22:50.398Z+ CIDL_URL_BASE=https://illumos.org/downloads
2642024-02-14T22:22:50.399Z+ CIDL_ASSEMBLE=do_assemble_illumos
2652024-02-14T22:22:50.399Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2662024-02-14T22:22:50.399Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2672024-02-14T22:22:50.399Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2682024-02-14T22:22:50.399Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2692024-02-14T22:22:50.399Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2702024-02-14T22:22:50.399Z+ CIDL_SHA256FUNC=do_sha256sum
2712024-02-14T22:22:50.400Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2722024-02-14T22:22:50.420ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2732024-02-14T22:22:50.420ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-02-14T22:22:50.421Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-02-14T22:22:50.421Z+ mkdir -p out/downloads
2762024-02-14T22:22:50.421Z+ mkdir -p ./out/cockroachdb
2772024-02-14T22:22:50.421Z+ local DO_DOWNLOAD=true
2782024-02-14T22:22:50.421Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2792024-02-14T22:22:50.421Z+ '[' true == true ']'
2802024-02-14T22:22:50.421Z+ echo Downloading...
2812024-02-14T22:22:50.421ZDownloading...
2822024-02-14T22:22:50.422Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2832024-02-14T22:22:50.422Z+ 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
2842024-02-14T22:22:53.158Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2852024-02-14T22:22:53.606Z++ sha256sum
2862024-02-14T22:22:53.606Z++ awk '{print $1}'
2872024-02-14T22:22:53.606Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2882024-02-14T22:22:53.606Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
2892024-02-14T22:22:53.607Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2902024-02-14T22:22:53.607Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2912024-02-14T22:22:55.525Z+ do_assemble_illumos
2922024-02-14T22:22:55.525Z+ rm -r ./out/cockroachdb
2932024-02-14T22:22:55.529Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2942024-02-14T22:22:55.889Z+ ./out/cockroachdb/bin/cockroach version
2952024-02-14T22:22:56.151ZBuild Tag: v22.1.9-dirty
2962024-02-14T22:22:56.151ZBuild Time: 2022/10/26 21:17:46
2972024-02-14T22:22:56.151ZDistribution: OSS
2982024-02-14T22:22:56.151ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
2992024-02-14T22:22:56.151ZGo Version: go1.17.13
3002024-02-14T22:22:56.152ZC Compiler: gcc 10.3.0
3012024-02-14T22:22:56.152ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3022024-02-14T22:22:56.152ZBuild Type: release
3032024-02-14T22:22:56.580Z+ set -o errexit
3042024-02-14T22:22:56.580Z+++ dirname ./tools/ci_download_clickhouse
3052024-02-14T22:22:56.580Z++ cd ./tools
3062024-02-14T22:22:56.580Z++ pwd
3072024-02-14T22:22:56.580Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3082024-02-14T22:22:56.580Z++ basename ./tools/ci_download_clickhouse
3092024-02-14T22:22:56.580Z+ ARG0=ci_download_clickhouse
3102024-02-14T22:22:56.580Z+ TARGET_DIR=out
3112024-02-14T22:22:56.581Z+ DOWNLOAD_DIR=out/downloads
3122024-02-14T22:22:56.581Z+ DEST_DIR=./out/clickhouse
3132024-02-14T22:22:56.581Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3142024-02-14T22:22:56.581Z+ CIDL_VERSION=v22.8.9.24
3152024-02-14T22:22:56.581Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3162024-02-14T22:22:56.581Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3172024-02-14T22:22:56.581Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3182024-02-14T22:22:56.581Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3192024-02-14T22:22:56.581Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3202024-02-14T22:22:56.581Z+ main
3212024-02-14T22:22:56.581Z+ [[ 0 != 0 ]]
3222024-02-14T22:22:56.581Z+ CIDL_OS=solaris2.11
3232024-02-14T22:22:56.581Z+ [[ 0 != 0 ]]
3242024-02-14T22:22:56.582Z+ configure_os solaris2.11
3252024-02-14T22:22:56.582Z+ echo 'current directory: /work/oxidecomputer/omicron'
3262024-02-14T22:22:56.582Zcurrent directory: /work/oxidecomputer/omicron
3272024-02-14T22:22:56.582Z+ echo 'configuring based on OS: "solaris2.11"'
3282024-02-14T22:22:56.582Z+ CIDL_DASHREV=
3292024-02-14T22:22:56.582Z+ case "$1" in
3302024-02-14T22:22:56.582Zconfiguring based on OS: "solaris2.11"
3312024-02-14T22:22:56.582Z+ CIDL_PLATFORM=illumos
3322024-02-14T22:22:56.582Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3332024-02-14T22:22:56.583Z+ CIDL_MD5FUNC=do_md5sum
3342024-02-14T22:22:56.583Z+ CIDL_DASHREV=-1
3352024-02-14T22:22:56.583Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3362024-02-14T22:22:56.583Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3372024-02-14T22:22:56.583Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3382024-02-14T22:22:56.583Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3392024-02-14T22:22:56.583Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3402024-02-14T22:22:56.583ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-02-14T22:22:56.583Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3422024-02-14T22:22:56.583Z+ mkdir -p out/downloads
3432024-02-14T22:22:56.583ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-14T22:22:56.584Z+ mkdir -p ./out/clickhouse
3452024-02-14T22:22:56.584Z+ local DO_DOWNLOAD=true
3462024-02-14T22:22:56.584Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3472024-02-14T22:22:56.584Z+ '[' true == true ']'
3482024-02-14T22:22:56.584Z+ echo Downloading...
3492024-02-14T22:22:56.584ZDownloading...
3502024-02-14T22:22:56.584Z+ 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
3512024-02-14T22:22:56.584Z+ 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
3522024-02-14T22:22:58.513Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3532024-02-14T22:22:58.532Z++ md5sum
3542024-02-14T22:22:58.533Z++ awk '{print $1}'
3552024-02-14T22:22:58.713Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3562024-02-14T22:22:58.713Z+ [[ 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 ]]
3572024-02-14T22:22:58.717Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3582024-02-14T22:22:58.717Z+ mkdir -p ./out/clickhouse
3592024-02-14T22:22:58.717Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3602024-02-14T22:23:01.878Z+ ./out/clickhouse/clickhouse server --version
3612024-02-14T22:23:01.905ZClickHouse server version 22.8.9.1.
3622024-02-14T22:23:01.922Z+ set -o errexit
3632024-02-14T22:23:01.928Z+++ dirname ./tools/ci_download_console
3642024-02-14T22:23:01.928Z++ cd ./tools
3652024-02-14T22:23:01.928Z++ pwd
3662024-02-14T22:23:01.928Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3672024-02-14T22:23:01.939Z++ basename ./tools/ci_download_console
3682024-02-14T22:23:01.939Z+ ARG0=ci_download_console
3692024-02-14T22:23:01.939Z+ TARGET_DIR=out
3702024-02-14T22:23:01.940Z+ DOWNLOAD_DIR=out/downloads
3712024-02-14T22:23:01.940Z+ DEST_DIR=./out/console-assets
3722024-02-14T22:23:01.940Z+ source /work/oxidecomputer/omicron/tools/console_version
3732024-02-14T22:23:01.940Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3742024-02-14T22:23:01.940Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3752024-02-14T22:23:01.940Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3762024-02-14T22:23:01.940Z+ TARBALL_FILE=out/downloads/console.tar.gz
3772024-02-14T22:23:01.941Z+ main
3782024-02-14T22:23:01.941Z+ [[ 0 != 0 ]]
3792024-02-14T22:23:01.941Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3802024-02-14T22:23:01.941ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3812024-02-14T22:23:01.941Z+ echo 'Local file: out/downloads/console.tar.gz'
3822024-02-14T22:23:01.941Z+ local DO_DOWNLOAD=true
3832024-02-14T22:23:01.941ZLocal file: out/downloads/console.tar.gz
3842024-02-14T22:23:01.942Z+ [[ -f out/downloads/console.tar.gz ]]
3852024-02-14T22:23:01.942Z+ mkdir -p out/downloads
3862024-02-14T22:23:01.942Z+ '[' true == true ']'
3872024-02-14T22:23:01.942Z+ echo Downloading...
3882024-02-14T22:23:01.942ZDownloading...
3892024-02-14T22:23:01.942Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3902024-02-14T22:23:01.942Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3912024-02-14T22:23:02.515Z++ do_sha256sum out/downloads/console.tar.gz
3922024-02-14T22:23:02.538Z++ case "$OSTYPE" in
3932024-02-14T22:23:02.538Z++ SHA=sha256sum
3942024-02-14T22:23:02.538Z++ sha256sum
3952024-02-14T22:23:02.538Z++ awk '{print $1}'
3962024-02-14T22:23:02.538Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3972024-02-14T22:23:02.538Z+ [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]]
3982024-02-14T22:23:02.538Z+ rm -rf ./out/console-assets
3992024-02-14T22:23:02.538Z+ mkdir -p ./out/console-assets
4002024-02-14T22:23:02.538Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4012024-02-14T22:23:02.539Z+ mkdir -p ./out/console-assets
4022024-02-14T22:23:02.539Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4032024-02-14T22:23:02.656Z+ set -o errexit
4042024-02-14T22:23:02.707Z+++ dirname ./tools/ci_download_maghemite_openapi
4052024-02-14T22:23:02.707Z++ cd ./tools
4062024-02-14T22:23:02.708Z++ pwd
4072024-02-14T22:23:02.708Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4082024-02-14T22:23:02.708Z++ basename ./tools/ci_download_maghemite_openapi
4092024-02-14T22:23:02.708Z+ ARG0=ci_download_maghemite_openapi
4102024-02-14T22:23:02.708Z+ TARGET_DIR=out
4112024-02-14T22:23:02.708Z+ DOWNLOAD_DIR=out/downloads
4122024-02-14T22:23:02.708Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4132024-02-14T22:23:02.708Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4142024-02-14T22:23:02.708Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4152024-02-14T22:23:02.708Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4162024-02-14T22:23:02.708Z+ LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4172024-02-14T22:23:02.709Z+ main
4182024-02-14T22:23:02.709Z+ [[ 0 != 0 ]]
4192024-02-14T22:23:02.709Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json'
4202024-02-14T22:23:02.709ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4212024-02-14T22:23:02.709Z+ echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4222024-02-14T22:23:02.709ZLocal file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4232024-02-14T22:23:02.709Z+ local DO_DOWNLOAD=true
4242024-02-14T22:23:02.710Z+ [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4252024-02-14T22:23:02.710Z+ mkdir -p out/downloads
4262024-02-14T22:23:02.710Z+ '[' true == true ']'
4272024-02-14T22:23:02.710Z+ echo Downloading...
4282024-02-14T22:23:02.710ZDownloading...
4292024-02-14T22:23:02.710Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4302024-02-14T22:23:02.710Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json
4312024-02-14T22:23:09.417Z++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4322024-02-14T22:23:09.662Z++ case "$OSTYPE" in
4332024-02-14T22:23:09.662Z++ SHA=sha256sum
4342024-02-14T22:23:09.662Z++ sha256sum
4352024-02-14T22:23:09.662Z++ awk '{print $1}'
4362024-02-14T22:23:09.662Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4372024-02-14T22:23:09.662Z+ [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]]
4382024-02-14T22:23:09.662Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4392024-02-14T22:23:09.662Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
4402024-02-14T22:23:09.662Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4412024-02-14T22:23:09.662Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4422024-02-14T22:23:09.662Z+ LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4432024-02-14T22:23:09.663Z+ main
4442024-02-14T22:23:09.663Z+ [[ 0 != 0 ]]
4452024-02-14T22:23:09.663Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json'
4462024-02-14T22:23:09.663ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4472024-02-14T22:23:09.663Z+ echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json'
4482024-02-14T22:23:09.663ZLocal file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4492024-02-14T22:23:09.663Z+ local DO_DOWNLOAD=true
4502024-02-14T22:23:09.663Z+ [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]]
4512024-02-14T22:23:09.663Z+ mkdir -p out/downloads
4522024-02-14T22:23:09.663Z+ '[' true == true ']'
4532024-02-14T22:23:09.664Z+ echo Downloading...
4542024-02-14T22:23:09.664ZDownloading...
4552024-02-14T22:23:09.664Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4562024-02-14T22:23:09.664Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json
4572024-02-14T22:23:09.979Z++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json
4582024-02-14T22:23:09.979Z++ case "$OSTYPE" in
4592024-02-14T22:23:09.979Z++ SHA=sha256sum
4602024-02-14T22:23:09.979Z++ sha256sum
4612024-02-14T22:23:09.980Z++ awk '{print $1}'
4622024-02-14T22:23:09.980Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4632024-02-14T22:23:09.980Z+ [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]]
4642024-02-14T22:23:09.980Z+ set -o errexit
4652024-02-14T22:23:09.980Z+++ dirname ./tools/ci_download_dendrite_openapi
4662024-02-14T22:23:09.980Z++ cd ./tools
4672024-02-14T22:23:09.980Z++ pwd
4682024-02-14T22:23:09.980Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4692024-02-14T22:23:09.980Z++ basename ./tools/ci_download_dendrite_openapi
4702024-02-14T22:23:09.980Z+ ARG0=ci_download_dendrite_openapi
4712024-02-14T22:23:09.980Z+ TARGET_DIR=out
4722024-02-14T22:23:09.981Z+ DOWNLOAD_DIR=out/downloads
4732024-02-14T22:23:09.981Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4742024-02-14T22:23:09.981Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
4752024-02-14T22:23:09.981Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4762024-02-14T22:23:09.981Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4772024-02-14T22:23:09.981Z+ LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4782024-02-14T22:23:09.981Z+ main
4792024-02-14T22:23:09.981Z+ [[ 0 != 0 ]]
4802024-02-14T22:23:09.981Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json'
4812024-02-14T22:23:09.981ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4822024-02-14T22:23:09.981Z+ echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json'
4832024-02-14T22:23:09.981ZLocal file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4842024-02-14T22:23:09.982Z+ local DO_DOWNLOAD=true
4852024-02-14T22:23:09.982Z+ [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]]
4862024-02-14T22:23:09.982Z+ mkdir -p out/downloads
4872024-02-14T22:23:09.982Z+ '[' true == true ']'
4882024-02-14T22:23:09.982Z+ echo Downloading...
4892024-02-14T22:23:09.982ZDownloading...
4902024-02-14T22:23:09.982Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4912024-02-14T22:23:09.982Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json
4922024-02-14T22:23:10.302Z++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json
4932024-02-14T22:23:10.310Z++ case "$OSTYPE" in
4942024-02-14T22:23:10.310Z++ SHA=sha256sum
4952024-02-14T22:23:10.310Z++ sha256sum
4962024-02-14T22:23:10.310Z++ awk '{print $1}'
4972024-02-14T22:23:10.311Z+ calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
4982024-02-14T22:23:10.311Z+ [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]]
4992024-02-14T22:23:10.311Z+ set -o errexit
5002024-02-14T22:23:10.311Z+++ dirname ./tools/ci_download_dendrite_stub
5012024-02-14T22:23:10.311Z++ cd ./tools
5022024-02-14T22:23:10.311Z++ pwd
5032024-02-14T22:23:10.311Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5042024-02-14T22:23:10.311Z++ basename ./tools/ci_download_dendrite_stub
5052024-02-14T22:23:10.311Z+ ARG0=ci_download_dendrite_stub
5062024-02-14T22:23:10.311Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5072024-02-14T22:23:10.311Z++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5082024-02-14T22:23:10.311Z++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36
5092024-02-14T22:23:10.311Z++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245
5102024-02-14T22:23:10.311Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5112024-02-14T22:23:10.311Z++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e
5122024-02-14T22:23:10.311Z++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e
5132024-02-14T22:23:10.311Z+ TARGET_DIR=out
5142024-02-14T22:23:10.312Z+ DOWNLOAD_DIR=out/downloads
5152024-02-14T22:23:10.312Z+ DEST_DIR=./out/dendrite-stub
5162024-02-14T22:23:10.312Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5172024-02-14T22:23:10.312Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5182024-02-14T22:23:10.312Z+ REPO=oxidecomputer/dendrite
5192024-02-14T22:23:10.312Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e
5202024-02-14T22:23:10.312Z+ main
5212024-02-14T22:23:10.312Z+ [[ 0 != 0 ]]
5222024-02-14T22:23:10.312Z+ CIDL_OS=solaris2.11
5232024-02-14T22:23:10.312Z+ [[ 0 != 0 ]]
5242024-02-14T22:23:10.312Z+ configure_os solaris2.11
5252024-02-14T22:23:10.312Z+ echo 'current directory: /work/oxidecomputer/omicron'
5262024-02-14T22:23:10.312Zcurrent directory: /work/oxidecomputer/omicron
5272024-02-14T22:23:10.312Z+ echo 'configuring based on OS: "solaris2.11"'
5282024-02-14T22:23:10.312Zconfiguring based on OS: "solaris2.11"
5292024-02-14T22:23:10.312Z+ case "$1" in
5302024-02-14T22:23:10.312Z+ SET_BINARIES=
5312024-02-14T22:23:10.312Z+ CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5322024-02-14T22:23:10.312Z+ CIDL_SHA256FUNC=do_sha256sum
5332024-02-14T22:23:10.312Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5342024-02-14T22:23:10.312Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5352024-02-14T22:23:10.312Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5362024-02-14T22:23:10.312Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz'
5372024-02-14T22:23:10.313ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5382024-02-14T22:23:10.313Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5392024-02-14T22:23:10.313Z+ mkdir -p out/downloads
5402024-02-14T22:23:10.313ZLocal file: out/downloads/dendrite-stub.tar.gz
5412024-02-14T22:23:10.313Z+ mkdir -p ./out/dendrite-stub
5422024-02-14T22:23:10.313Z+ fetch_and_verify
5432024-02-14T22:23:10.313Z+ local DO_DOWNLOAD=true
5442024-02-14T22:23:10.313Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5452024-02-14T22:23:10.313Z+ '[' true == true ']'
5462024-02-14T22:23:10.313Z+ echo Downloading...
5472024-02-14T22:23:10.313ZDownloading...
5482024-02-14T22:23:10.313Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5492024-02-14T22:23:10.313Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz
5502024-02-14T22:23:17.529Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5512024-02-14T22:23:17.533Z++ sha256sum
5522024-02-14T22:23:17.534Z++ awk '{print $1}'
5532024-02-14T22:23:17.556Z+ calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7
5542024-02-14T22:23:17.563Z+ [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]]
5552024-02-14T22:23:17.563Z+ do_untar out/downloads/dendrite-stub.tar.gz
5562024-02-14T22:23:17.563Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5572024-02-14T22:23:18.248Z+ do_assemble
5582024-02-14T22:23:18.248Z+ rm -r ./out/dendrite-stub
5592024-02-14T22:23:18.252Z+ mkdir ./out/dendrite-stub
5602024-02-14T22:23:18.252Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5612024-02-14T22:23:18.363Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5622024-02-14T22:23:18.367Z+ set -o errexit
5632024-02-14T22:23:18.367Z+++ dirname ./tools/ci_download_maghemite_mgd
5642024-02-14T22:23:18.368Z++ cd ./tools
5652024-02-14T22:23:18.368Z++ pwd
5662024-02-14T22:23:18.368Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5672024-02-14T22:23:18.372Z++ basename ./tools/ci_download_maghemite_mgd
5682024-02-14T22:23:18.372Z+ ARG0=ci_download_maghemite_mgd
5692024-02-14T22:23:18.372Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5702024-02-14T22:23:18.372Z++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
5712024-02-14T22:23:18.373Z++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968
5722024-02-14T22:23:18.373Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5732024-02-14T22:23:18.373Z++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5742024-02-14T22:23:18.373Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5752024-02-14T22:23:18.373Z+ TARGET_DIR=out
5762024-02-14T22:23:18.373Z+ DOWNLOAD_DIR=out/downloads
5772024-02-14T22:23:18.373Z+ DEST_DIR=./out/mgd
5782024-02-14T22:23:18.373Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5792024-02-14T22:23:18.374Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5802024-02-14T22:23:18.374Z+ REPO=oxidecomputer/maghemite
5812024-02-14T22:23:18.374Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce
5822024-02-14T22:23:18.374Z+ main
5832024-02-14T22:23:18.374Z+ [[ 0 != 0 ]]
5842024-02-14T22:23:18.375Z+ CIDL_OS=solaris2.11
5852024-02-14T22:23:18.375Z+ [[ 0 != 0 ]]
5862024-02-14T22:23:18.375Z+ configure_os solaris2.11
5872024-02-14T22:23:18.375Z+ echo 'current directory: /work/oxidecomputer/omicron'
5882024-02-14T22:23:18.375Zcurrent directory: /work/oxidecomputer/omicron
5892024-02-14T22:23:18.375Z+ echo 'configuring based on OS: "solaris2.11"'
5902024-02-14T22:23:18.375Z+ case "$1" in
5912024-02-14T22:23:18.375Z+ SET_BINARIES=
5922024-02-14T22:23:18.375Zconfiguring based on OS: "solaris2.11"
5932024-02-14T22:23:18.375Z+ CIDL_SHA256FUNC=do_sha256sum
5942024-02-14T22:23:18.376Z+ TARBALL_FILENAME=mgd.tar.gz
5952024-02-14T22:23:18.376Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
5962024-02-14T22:23:18.376Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
5972024-02-14T22:23:18.376Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz'
5982024-02-14T22:23:18.376ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
5992024-02-14T22:23:18.376Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6002024-02-14T22:23:18.376ZLocal file: out/downloads/mgd.tar.gz
6012024-02-14T22:23:18.377Z+ mkdir -p out/downloads
6022024-02-14T22:23:18.377Z+ mkdir -p ./out/mgd
6032024-02-14T22:23:18.381Z+ fetch_and_verify
6042024-02-14T22:23:18.381Z+ local DO_DOWNLOAD=true
6052024-02-14T22:23:18.382Z+ [[ -f out/downloads/mgd.tar.gz ]]
6062024-02-14T22:23:18.382Z+ '[' true == true ']'
6072024-02-14T22:23:18.382Z+ echo Downloading...
6082024-02-14T22:23:18.382ZDownloading...
6092024-02-14T22:23:18.382Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz
6102024-02-14T22:23:18.382Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz
6112024-02-14T22:23:25.523Z++ do_sha256sum out/downloads/mgd.tar.gz
6122024-02-14T22:23:25.553Z++ sha256sum
6132024-02-14T22:23:25.553Z++ awk '{print $1}'
6142024-02-14T22:23:25.574Z+ calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d
6152024-02-14T22:23:25.574Z+ [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]]
6162024-02-14T22:23:25.574Z+ do_untar out/downloads/mgd.tar.gz
6172024-02-14T22:23:25.574Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6182024-02-14T22:23:25.996Z+ do_assemble
6192024-02-14T22:23:25.996Z+ rm -r ./out/mgd
6202024-02-14T22:23:26.019Z+ mkdir ./out/mgd
6212024-02-14T22:23:26.020Z+ cp -r out/downloads/root ./out/mgd/root
6222024-02-14T22:23:27.542Z+ set -o errexit
6232024-02-14T22:23:27.977Z+++ dirname ./tools/ci_download_transceiver_control
6242024-02-14T22:23:27.977Z++ cd ./tools
6252024-02-14T22:23:27.977Z++ pwd
6262024-02-14T22:23:27.977Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6272024-02-14T22:23:27.977Z++ basename ./tools/ci_download_transceiver_control
6282024-02-14T22:23:27.977Z+ ARG0=ci_download_transceiver_control
6292024-02-14T22:23:27.977Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6302024-02-14T22:23:27.977Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6312024-02-14T22:23:27.977Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6322024-02-14T22:23:27.977Z+ TARGET_DIR=out
6332024-02-14T22:23:27.978Z+ DOWNLOAD_DIR=out/downloads
6342024-02-14T22:23:27.978Z+ DEST_DIR=./out/transceiver-control
6352024-02-14T22:23:27.978Z+ BIN_DIR=/opt/oxide/bin
6362024-02-14T22:23:27.978Z+ BINARY=xcvradm
6372024-02-14T22:23:27.978Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6382024-02-14T22:23:27.978Z+ REPO=oxidecomputer/transceiver-control
6392024-02-14T22:23:27.978Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6402024-02-14T22:23:27.978Z+ main
6412024-02-14T22:23:27.978Z+ [[ 0 != 0 ]]
6422024-02-14T22:23:27.978Z+ CIDL_OS=solaris2.11
6432024-02-14T22:23:27.978Z+ [[ 0 != 0 ]]
6442024-02-14T22:23:27.978Z+ configure_os solaris2.11
6452024-02-14T22:23:27.978Z+ echo 'current directory: /work/oxidecomputer/omicron'
6462024-02-14T22:23:27.978Zcurrent directory: /work/oxidecomputer/omicron
6472024-02-14T22:23:27.978Zconfiguring based on OS: "solaris2.11"
6482024-02-14T22:23:27.978Z+ echo 'configuring based on OS: "solaris2.11"'
6492024-02-14T22:23:27.978Z+ case "$1" in
6502024-02-14T22:23:27.978Z+ SET_BINARIES=
6512024-02-14T22:23:27.978Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6522024-02-14T22:23:27.978Z+ CIDL_SHA256FUNC=do_sha256sum
6532024-02-14T22:23:27.978Z+ ARCHIVE_FILENAME=xcvradm.gz
6542024-02-14T22:23:27.979Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6552024-02-14T22:23:27.979Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6562024-02-14T22:23:27.979Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6572024-02-14T22:23:27.979Z+ echo 'Local file: out/downloads/xcvradm.gz'
6582024-02-14T22:23:27.979ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6592024-02-14T22:23:27.979ZLocal file: out/downloads/xcvradm.gz
6602024-02-14T22:23:27.979Z+ mkdir -p out/downloads
6612024-02-14T22:23:27.979Z+ mkdir -p ./out/transceiver-control
6622024-02-14T22:23:27.979Z+ fetch_and_verify
6632024-02-14T22:23:27.979Z+ local DO_DOWNLOAD=true
6642024-02-14T22:23:27.979Z+ [[ -f out/downloads/xcvradm.gz ]]
6652024-02-14T22:23:27.979Z+ '[' true == true ']'
6662024-02-14T22:23:27.979Z+ echo Downloading...
6672024-02-14T22:23:27.979ZDownloading...
6682024-02-14T22:23:27.980Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6692024-02-14T22:23:27.980Z+ 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
6702024-02-14T22:23:30.099Z++ do_sha256sum out/downloads/xcvradm.gz
6712024-02-14T22:23:30.526Z++ sha256sum
6722024-02-14T22:23:30.526Z++ awk '{print $1}'
6732024-02-14T22:23:30.526Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6742024-02-14T22:23:30.526Z+ [[ 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 ]]
6752024-02-14T22:23:30.527Z+ do_unpack out/downloads/xcvradm.gz
6762024-02-14T22:23:30.527Z+ mkdir -p out/downloads/root//opt/oxide/bin
6772024-02-14T22:23:30.527Z+ gzip -dc out/downloads/xcvradm.gz
6782024-02-14T22:23:30.558Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6792024-02-14T22:23:30.558Z+ do_assemble
6802024-02-14T22:23:30.559Z+ rm -r ./out/transceiver-control
6812024-02-14T22:23:30.559Z+ mkdir ./out/transceiver-control
6822024-02-14T22:23:30.559Z+ cp -r out/downloads/root ./out/transceiver-control/root
6832024-02-14T22:23:30.559ZAll prerequisites installed successfully
6842024-02-14T22:23:30.559Z
6852024-02-14T22:23:30.559Zreal 1:59.563654390
6862024-02-14T22:23:30.559Zuser 34.077351024
6872024-02-14T22:23:30.559Zsys 6.426707622
6882024-02-14T22:23:30.559Ztrap 0.009406659
6892024-02-14T22:23:30.559Ztflt 0.442533594
6902024-02-14T22:23:30.559Zdflt 0.677938500
6912024-02-14T22:23:30.559Zkflt 0.359107262
6922024-02-14T22:23:30.559Zlock 2.068360817
6932024-02-14T22:23:30.559Zslp 4:03.895877796
6942024-02-14T22:23:30.559Zlat 1.779520473
6952024-02-14T22:23:30.559Zstop 0.134785767
6962024-02-14T22:23:30.559Z+ banner end-to-end-tests
6972024-02-14T22:23:30.559Z
6982024-02-14T22:23:30.559Z ###### # # ##### ##### #### ###### # # #####
6992024-02-14T22:23:30.559Z # ## # # # # # # # ## # # #
7002024-02-14T22:23:30.560Z ##### # # # # # ##### # # # ##### ##### # # # # #
7012024-02-14T22:23:30.560Z # # # # # # # # # # # # # # #
7022024-02-14T22:23:30.560Z # # ## # # # # # # # ## # #
7032024-02-14T22:23:30.560Z ###### # # ##### # #### ###### # # #####
7042024-02-14T22:23:30.560Z
7052024-02-14T22:23:30.560Z+ export CARGO_PROFILE_DEV_DEBUG=1
7062024-02-14T22:23:30.560Z+ CARGO_PROFILE_DEV_DEBUG=1
7072024-02-14T22:23:30.560Z+ export CARGO_PROFILE_TEST_DEBUG=1
7082024-02-14T22:23:30.560Z+ CARGO_PROFILE_TEST_DEBUG=1
7092024-02-14T22:23:30.560Z+ export CARGO_INCREMENTAL=0
7102024-02-14T22:23:30.560Z+ CARGO_INCREMENTAL=0
7112024-02-14T22:23:30.560Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7122024-02-14T22:23:30.668Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7132024-02-14T22:23:31.173Z Updating git repository `https://github.com/oxidecomputer/samael`
7142024-02-14T22:23:31.533Z Updating crates.io index
7152024-02-14T22:23:31.565Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7162024-02-14T22:23:32.673Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7172024-02-14T22:23:33.932Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7182024-02-14T22:23:34.518Z Updating git repository `http://github.com/oxidecomputer/tofino`
7192024-02-14T22:23:34.830Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7202024-02-14T22:23:35.130Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7212024-02-14T22:23:35.351Z Updating git repository `https://github.com/oxidecomputer/propolis`
7222024-02-14T22:23:36.239Z Updating git repository `https://github.com/oxidecomputer/crucible`
7232024-02-14T22:23:38.211Z Updating git repository `https://github.com/oxidecomputer/opte`
7242024-02-14T22:23:39.129Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7252024-02-14T22:23:39.615Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7262024-02-14T22:23:40.160Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7272024-02-14T22:23:40.600Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7282024-02-14T22:23:40.898Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7292024-02-14T22:23:41.174Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7302024-02-14T22:23:41.592Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7312024-02-14T22:23:41.930Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7322024-02-14T22:23:42.373Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7332024-02-14T22:23:43.674Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7342024-02-14T22:23:44.031Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7352024-02-14T22:23:44.383Z Updating git repository `https://github.com/jgallagher/nix`
7362024-02-14T22:23:45.540Z Updating git repository `https://github.com/cbiffle/hubpack`
7372024-02-14T22:23:45.866Z Updating git repository `https://github.com/oxidecomputer/typify`
7382024-02-14T22:23:47.067Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7392024-02-14T22:23:47.439Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7402024-02-14T22:23:47.731Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7412024-02-14T22:23:49.189Z Downloading crates ...
7422024-02-14T22:23:49.467Z Downloaded postgres-types v0.2.6
7432024-02-14T22:23:49.471Z Downloaded byteorder v1.5.0
7442024-02-14T22:23:49.471Z Downloaded diesel_table_macro_syntax v0.1.0
7452024-02-14T22:23:49.471Z Downloaded pem v3.0.2
7462024-02-14T22:23:49.471Z Downloaded lazy_static v1.4.0
7472024-02-14T22:23:49.471Z Downloaded cipher v0.4.4
7482024-02-14T22:23:49.471Z Downloaded ciborium-io v0.2.2
7492024-02-14T22:23:49.471Z Downloaded ctr v0.9.2
7502024-02-14T22:23:49.472Z Downloaded log v0.4.20
7512024-02-14T22:23:49.472Z Downloaded convert_case v0.4.0
7522024-02-14T22:23:49.472Z Downloaded phf_shared v0.10.0
7532024-02-14T22:23:49.505Z Downloaded ciborium v0.2.2
7542024-02-14T22:23:49.506Z Downloaded memmap2 v0.7.1
7552024-02-14T22:23:49.511Z Downloaded lru-cache v0.1.2
7562024-02-14T22:23:49.512Z Downloaded arrayref v0.3.7
7572024-02-14T22:23:49.512Z Downloaded memmap v0.7.0
7582024-02-14T22:23:49.512Z Downloaded phf v0.11.2
7592024-02-14T22:23:49.512Z Downloaded crypto-common v0.1.6
7602024-02-14T22:23:49.512Z Downloaded thiserror v1.0.56
7612024-02-14T22:23:49.512Z Downloaded linear-map v1.2.0
7622024-02-14T22:23:49.512Z Downloaded thiserror-no-std v2.0.2
7632024-02-14T22:23:49.512Z Downloaded colored v2.0.4
7642024-02-14T22:23:49.512Z Downloaded thread-id v4.2.0
7652024-02-14T22:23:49.512Z Downloaded memoffset v0.9.0
7662024-02-14T22:23:49.521Z Downloaded platforms v3.0.2
7672024-02-14T22:23:49.521Z Downloaded colorchoice v1.0.0
7682024-02-14T22:23:49.550Z Downloaded clap_derive v4.4.2
7692024-02-14T22:23:49.550Z Downloaded pkg-config v0.3.27
7702024-02-14T22:23:49.550Z Downloaded pin-project-lite v0.2.13
7712024-02-14T22:23:49.582Z Downloaded atomic-waker v1.1.1
7722024-02-14T22:23:49.583Z Downloaded cstr-argument v0.1.2
7732024-02-14T22:23:49.583Z Downloaded tokio-rustls v0.24.1
7742024-02-14T22:23:49.583Z Downloaded openssl-macros v0.1.1
7752024-02-14T22:23:49.584Z Downloaded usdt-attr-macro v0.3.5
7762024-02-14T22:23:49.584Z Downloaded num_threads v0.1.6
7772024-02-14T22:23:49.584Z Downloaded option-ext v0.2.0
7782024-02-14T22:23:49.584Z Downloaded newtype_derive v0.1.6
7792024-02-14T22:23:49.584Z Downloaded normalize-line-endings v0.3.0
7802024-02-14T22:23:49.584Z Downloaded async-stream-impl v0.3.5
7812024-02-14T22:23:49.584Z Downloaded num v0.4.1
7822024-02-14T22:23:49.584Z Downloaded lock_api v0.4.10
7832024-02-14T22:23:49.584Z Downloaded const-oid v0.9.5
7842024-02-14T22:23:49.584Z Downloaded atomicwrites v0.4.3
7852024-02-14T22:23:49.584Z Downloaded nibble_vec v0.1.0
7862024-02-14T22:23:49.585Z Downloaded md5 v0.7.0
7872024-02-14T22:23:49.592Z Downloaded tokio-macros v2.2.0
7882024-02-14T22:23:49.592Z Downloaded tinyvec v1.6.0
7892024-02-14T22:23:49.592Z Downloaded want v0.3.1
7902024-02-14T22:23:49.592Z Downloaded toolchain_find v0.2.0
7912024-02-14T22:23:49.593Z Downloaded tar v0.4.40
7922024-02-14T22:23:49.593Z Downloaded foreign-types-shared v0.3.1
7932024-02-14T22:23:49.593Z Downloaded base16ct v0.2.0
7942024-02-14T22:23:49.593Z Downloaded atty v0.2.14
7952024-02-14T22:23:49.593Z Downloaded usdt-attr-macro v0.5.0
7962024-02-14T22:23:49.593Z Downloaded num-complex v0.4.4
7972024-02-14T22:23:49.593Z Downloaded dtrace-parser v0.2.0
7982024-02-14T22:23:49.593Z Downloaded clap v2.34.0
7992024-02-14T22:23:49.600Z Downloaded take_mut v0.2.2
8002024-02-14T22:23:49.600Z Downloaded stable_deref_trait v1.2.0
8012024-02-14T22:23:49.600Z Downloaded debug-ignore v1.0.5
8022024-02-14T22:23:49.600Z Downloaded num_enum_derive v0.5.11
8032024-02-14T22:23:49.600Z Downloaded managed v0.8.0
8042024-02-14T22:23:49.600Z Downloaded crossbeam-deque v0.8.3
8052024-02-14T22:23:49.601Z Downloaded structmeta v0.3.0
8062024-02-14T22:23:49.630Z Downloaded polyval v0.6.1
8072024-02-14T22:23:49.630Z Downloaded data-encoding v2.4.0
8082024-02-14T22:23:49.630Z Downloaded ciborium-ll v0.2.2
8092024-02-14T22:23:49.631Z Downloaded structmeta-derive v0.3.0
8102024-02-14T22:23:49.631Z Downloaded percent-encoding v2.3.1
8112024-02-14T22:23:49.631Z Downloaded aead v0.5.2
8122024-02-14T22:23:49.631Z Downloaded endian-type v0.1.2
8132024-02-14T22:23:49.631Z Downloaded console v0.15.8
8142024-02-14T22:23:49.631Z Downloaded pest_generator v2.7.6
8152024-02-14T22:23:49.631Z Downloaded async-stream v0.3.5
8162024-02-14T22:23:49.631Z Downloaded pretty-hex v0.4.1
8172024-02-14T22:23:49.631Z Downloaded backoff v0.4.0
8182024-02-14T22:23:49.631Z Downloaded anstyle-query v1.0.0
8192024-02-14T22:23:49.631Z Downloaded pest v2.7.6
8202024-02-14T22:23:49.632Z Downloaded libm v0.2.7
8212024-02-14T22:23:49.644Z Downloaded itoa v1.0.9
8222024-02-14T22:23:49.649Z Downloaded deranged v0.3.8
8232024-02-14T22:23:49.649Z Downloaded usdt-macro v0.5.0
8242024-02-14T22:23:49.649Z Downloaded bcrypt-pbkdf v0.10.0
8252024-02-14T22:23:49.650Z Downloaded defmt-macros v0.3.6
8262024-02-14T22:23:49.655Z Downloaded dirs-next v2.0.0
8272024-02-14T22:23:49.655Z Downloaded zeroize v1.7.0
8282024-02-14T22:23:49.655Z Downloaded rustversion v1.0.14
8292024-02-14T22:23:49.660Z Downloaded semver-parser v0.10.2
8302024-02-14T22:23:49.661Z Downloaded time-core v0.1.1
8312024-02-14T22:23:49.661Z Downloaded dirs-sys v0.4.1
8322024-02-14T22:23:49.661Z Downloaded proc-macro-error-attr v1.0.4
8332024-02-14T22:23:49.668Z Downloaded utf8parse v0.2.1
8342024-02-14T22:23:49.668Z Downloaded hash32 v0.3.1
8352024-02-14T22:23:49.669Z Downloaded mime_guess v2.0.4
8362024-02-14T22:23:49.669Z Downloaded password-hash v0.4.2
8372024-02-14T22:23:49.674Z Downloaded ansi_term v0.12.1
8382024-02-14T22:23:49.675Z Downloaded display-error-chain v0.2.0
8392024-02-14T22:23:49.675Z Downloaded fxhash v0.2.1
8402024-02-14T22:23:49.675Z Downloaded zerocopy v0.3.0
8412024-02-14T22:23:49.675Z Downloaded unicode-ident v1.0.12
8422024-02-14T22:23:49.682Z Downloaded walkdir v2.4.0
8432024-02-14T22:23:49.683Z Downloaded vec_map v0.8.2
8442024-02-14T22:23:49.687Z Downloaded stringprep v0.1.3
8452024-02-14T22:23:49.687Z Downloaded rfc6979 v0.4.0
8462024-02-14T22:23:49.687Z Downloaded rand_core v0.5.1
8472024-02-14T22:23:49.688Z Downloaded password-hash v0.5.0
8482024-02-14T22:23:49.694Z Downloaded sha1 v0.10.6
8492024-02-14T22:23:49.694Z Downloaded rand_chacha v0.2.2
8502024-02-14T22:23:49.695Z Downloaded bzip2 v0.4.4
8512024-02-14T22:23:49.695Z Downloaded dyn-clone v1.0.16
8522024-02-14T22:23:49.695Z Downloaded parse-display-derive v0.9.0
8532024-02-14T22:23:49.699Z Downloaded arrayvec v0.7.4
8542024-02-14T22:23:49.699Z Downloaded anstyle-parse v0.2.1
8552024-02-14T22:23:49.705Z Downloaded anstream v0.5.0
8562024-02-14T22:23:49.705Z Downloaded tinyvec_macros v0.1.1
8572024-02-14T22:23:49.706Z Downloaded thiserror-impl v1.0.56
8582024-02-14T22:23:49.706Z Downloaded tokio-tungstenite v0.20.1
8592024-02-14T22:23:49.734Z Downloaded url v2.5.0
8602024-02-14T22:23:49.734Z Downloaded usdt v0.5.0
8612024-02-14T22:23:49.734Z Downloaded usdt v0.3.5
8622024-02-14T22:23:49.735Z Downloaded untrusted v0.7.1
8632024-02-14T22:23:49.735Z Downloaded chacha20poly1305 v0.10.1
8642024-02-14T22:23:49.735Z Downloaded equivalent v1.0.1
8652024-02-14T22:23:49.735Z Downloaded diesel_derives v2.1.2
8662024-02-14T22:23:49.735Z Downloaded russh-cryptovec v0.7.0
8672024-02-14T22:23:49.735Z Downloaded crossbeam-epoch v0.9.15
8682024-02-14T22:23:49.735Z Downloaded dof v0.1.5
8692024-02-14T22:23:49.735Z Downloaded rustc_version v0.1.7
8702024-02-14T22:23:49.735Z Downloaded zone v0.3.0
8712024-02-14T22:23:49.735Z Downloaded num-traits v0.2.16
8722024-02-14T22:23:49.735Z Downloaded foreign-types v0.3.2
8732024-02-14T22:23:49.735Z Downloaded toml_edit v0.21.1
8742024-02-14T22:23:49.755Z Downloaded thread_local v1.1.7
8752024-02-14T22:23:49.759Z Downloaded futures-sink v0.3.30
8762024-02-14T22:23:49.759Z Downloaded derive-where v1.2.7
8772024-02-14T22:23:49.767Z Downloaded blake2 v0.10.6
8782024-02-14T22:23:49.767Z Downloaded yasna v0.5.2
8792024-02-14T22:23:49.789Z Downloaded swrite v0.1.0
8802024-02-14T22:23:49.789Z Downloaded rustfmt-wrapper v0.2.0
8812024-02-14T22:23:49.789Z Downloaded structopt-derive v0.4.18
8822024-02-14T22:23:49.789Z Downloaded dof v0.3.0
8832024-02-14T22:23:49.789Z Downloaded usdt-macro v0.3.5
8842024-02-14T22:23:49.790Z Downloaded time-macros v0.2.13
8852024-02-14T22:23:49.804Z Downloaded ahash v0.8.7
8862024-02-14T22:23:49.804Z Downloaded omicron-zone-package v0.11.0
8872024-02-14T22:23:49.805Z Downloaded arc-swap v1.6.0
8882024-02-14T22:23:49.805Z Downloaded http-range v0.1.5
8892024-02-14T22:23:49.805Z Downloaded waitgroup v0.1.2
8902024-02-14T22:23:49.805Z Downloaded tower-service v0.3.2
8912024-02-14T22:23:49.805Z Downloaded camino v1.1.6
8922024-02-14T22:23:49.805Z Downloaded try-lock v0.2.4
8932024-02-14T22:23:49.805Z Downloaded foreign-types v0.5.0
8942024-02-14T22:23:49.805Z Downloaded uuid v1.7.0
8952024-02-14T22:23:49.805Z Downloaded tokio-native-tls v0.3.1
8962024-02-14T22:23:49.827Z Downloaded hostname v0.3.1
8972024-02-14T22:23:49.827Z Downloaded heck v0.4.1
8982024-02-14T22:23:49.828Z Downloaded heck v0.3.3
8992024-02-14T22:23:49.828Z Downloaded same-file v1.0.6
9002024-02-14T22:23:49.828Z Downloaded gethostname v0.4.3
9012024-02-14T22:23:49.829Z Downloaded scroll_derive v0.12.0
9022024-02-14T22:23:49.829Z Downloaded fixedbitset v0.4.2
9032024-02-14T22:23:49.829Z Downloaded crypto-bigint v0.5.2
9042024-02-14T22:23:49.829Z Downloaded num_enum v0.5.11
9052024-02-14T22:23:49.830Z Downloaded iana-time-zone v0.1.57
9062024-02-14T22:23:49.830Z Downloaded smf v0.2.2
9072024-02-14T22:23:49.831Z Downloaded slog-dtrace v0.3.0
9082024-02-14T22:23:49.831Z Downloaded signal-hook-registry v1.4.1
9092024-02-14T22:23:49.831Z Downloaded der_derive v0.7.2
9102024-02-14T22:23:49.831Z Downloaded toml_datetime v0.6.5
9112024-02-14T22:23:49.858Z Downloaded signal-hook-mio v0.2.3
9122024-02-14T22:23:49.858Z Downloaded getrandom v0.1.16
9132024-02-14T22:23:49.858Z Downloaded secrecy v0.8.0
9142024-02-14T22:23:49.858Z Downloaded socket2 v0.4.9
9152024-02-14T22:23:49.859Z Downloaded openssl-sys v0.9.96
9162024-02-14T22:23:49.859Z Downloaded ghash v0.5.0
9172024-02-14T22:23:49.866Z Downloaded darling_core v0.20.3
9182024-02-14T22:23:49.867Z Downloaded hyper-tls v0.5.0
9192024-02-14T22:23:49.867Z Downloaded quote v1.0.35
9202024-02-14T22:23:49.867Z Downloaded ecdsa v0.16.9
9212024-02-14T22:23:49.867Z Downloaded unicode-bidi v0.3.13
9222024-02-14T22:23:49.867Z Downloaded ident_case v1.0.1
9232024-02-14T22:23:49.867Z Downloaded generic-array v0.14.7
9242024-02-14T22:23:49.867Z Downloaded rustls-pemfile v1.0.3
9252024-02-14T22:23:49.867Z Downloaded bytes v1.5.0
9262024-02-14T22:23:49.867Z Downloaded whoami v1.4.1
9272024-02-14T22:23:49.879Z Downloaded either v1.9.0
9282024-02-14T22:23:49.879Z Downloaded signature v2.1.0
9292024-02-14T22:23:49.879Z Downloaded io-lifetimes v1.0.11
9302024-02-14T22:23:49.880Z Downloaded serde_with_macros v3.6.0
9312024-02-14T22:23:49.887Z Downloaded curve25519-dalek-derive v0.1.0
9322024-02-14T22:23:49.887Z Downloaded zone_cfg_derive v0.3.0
9332024-02-14T22:23:49.887Z Downloaded digest v0.10.7
9342024-02-14T22:23:49.888Z Downloaded strum_macros v0.25.2
9352024-02-14T22:23:49.888Z Downloaded rustc_version v0.4.0
9362024-02-14T22:23:49.888Z Downloaded term v0.7.0
9372024-02-14T22:23:49.889Z Downloaded slog-scope v4.4.0
9382024-02-14T22:23:49.892Z Downloaded slog-envlogger v2.2.0
9392024-02-14T22:23:49.892Z Downloaded slog-stdlog v4.1.1
9402024-02-14T22:23:49.892Z Downloaded httpdate v1.0.3
9412024-02-14T22:23:49.892Z Downloaded spki v0.7.2
9422024-02-14T22:23:49.892Z Downloaded darling v0.20.3
9432024-02-14T22:23:49.898Z Downloaded flagset v0.4.3
9442024-02-14T22:23:49.898Z Downloaded backtrace v0.3.69
9452024-02-14T22:23:49.905Z Downloaded p256 v0.13.2
9462024-02-14T22:23:49.905Z Downloaded openssl-probe v0.1.5
9472024-02-14T22:23:49.912Z Downloaded darling_macro v0.20.3
9482024-02-14T22:23:49.912Z Downloaded slog v2.7.0
9492024-02-14T22:23:49.917Z Downloaded foreign-types-shared v0.1.1
9502024-02-14T22:23:49.917Z Downloaded universal-hash v0.5.1
9512024-02-14T22:23:49.917Z Downloaded usdt-impl v0.3.5
9522024-02-14T22:23:49.917Z Downloaded futures-channel v0.3.30
9532024-02-14T22:23:49.917Z Downloaded parking_lot v0.12.1
9542024-02-14T22:23:49.922Z Downloaded petgraph v0.6.4
9552024-02-14T22:23:49.932Z Downloaded foreign-types-macros v0.2.3
9562024-02-14T22:23:49.939Z Downloaded semver v0.1.20
9572024-02-14T22:23:49.940Z Downloaded schemars_derive v0.8.16
9582024-02-14T22:23:49.940Z Downloaded topological-sort v0.2.2
9592024-02-14T22:23:49.940Z Downloaded errno v0.3.8
9602024-02-14T22:23:49.940Z Downloaded proc-macro-crate v1.3.1
9612024-02-14T22:23:49.940Z Downloaded serde_tokenstream v0.2.0
9622024-02-14T22:23:49.943Z Downloaded semver v0.11.0
9632024-02-14T22:23:49.948Z Downloaded hash32 v0.2.1
9642024-02-14T22:23:49.948Z Downloaded synstructure v0.12.6
9652024-02-14T22:23:49.948Z Downloaded zip v0.6.6
9662024-02-14T22:23:49.952Z Downloaded parking_lot_core v0.8.6
9672024-02-14T22:23:49.957Z Downloaded tracing-attributes v0.1.26
9682024-02-14T22:23:49.957Z Downloaded slab v0.4.9
9692024-02-14T22:23:49.961Z Downloaded inout v0.1.3
9702024-02-14T22:23:49.963Z Downloaded zerocopy v0.6.4
9712024-02-14T22:23:49.963Z Downloaded scroll v0.12.0
9722024-02-14T22:23:49.967Z Downloaded strum v0.25.0
9732024-02-14T22:23:49.967Z Downloaded defmt-parser v0.3.3
9742024-02-14T22:23:49.968Z Downloaded defmt v0.3.5
9752024-02-14T22:23:49.973Z Downloaded strsim v0.8.0
9762024-02-14T22:23:49.973Z Downloaded socket2 v0.5.5
9772024-02-14T22:23:49.973Z Downloaded smallvec v1.13.1
9782024-02-14T22:23:49.977Z Downloaded ipnetwork v0.20.0
9792024-02-14T22:23:49.977Z Downloaded steno v0.4.0
9802024-02-14T22:23:49.982Z Downloaded strsim v0.10.0
9812024-02-14T22:23:49.982Z Downloaded futures v0.3.30
9822024-02-14T22:23:49.988Z Downloaded rayon-core v1.12.0
9832024-02-14T22:23:49.993Z Downloaded heapless v0.7.16
9842024-02-14T22:23:49.999Z Downloaded quick-error v1.2.3
9852024-02-14T22:23:49.999Z Downloaded fallible-iterator v0.2.0
9862024-02-14T22:23:49.999Z Downloaded dirs-sys-next v0.1.2
9872024-02-14T22:23:50.000Z Downloaded rustls-pemfile v2.0.0
9882024-02-14T22:23:50.008Z Downloaded getopts v0.2.21
9892024-02-14T22:23:50.009Z Downloaded r2d2 v0.8.10
9902024-02-14T22:23:50.009Z Downloaded mio v0.8.9
9912024-02-14T22:23:50.009Z Downloaded home v0.5.5
9922024-02-14T22:23:50.014Z Downloaded unicode-xid v0.2.4
9932024-02-14T22:23:50.014Z Downloaded headers-core v0.2.0
9942024-02-14T22:23:50.014Z Downloaded serde_tokenstream v0.1.7
9952024-02-14T22:23:50.018Z Downloaded futures-macro v0.3.30
9962024-02-14T22:23:50.018Z Downloaded unicode-normalization v0.1.22
9972024-02-14T22:23:50.022Z Downloaded serde_repr v0.1.16
9982024-02-14T22:23:50.023Z Downloaded embedded-io v0.4.0
9992024-02-14T22:23:50.026Z Downloaded group v0.13.0
10002024-02-14T22:23:50.026Z Downloaded trust-dns-server v0.22.1
10012024-02-14T22:23:50.031Z Downloaded hubpack_derive v0.1.1
10022024-02-14T22:23:50.031Z Downloaded filetime v0.2.23
10032024-02-14T22:23:50.035Z Downloaded xattr v1.0.1
10042024-02-14T22:23:50.035Z Downloaded resolv-conf v0.7.0
10052024-02-14T22:23:50.039Z Downloaded sct v0.7.0
10062024-02-14T22:23:50.040Z Downloaded enum-as-inner v0.5.1
10072024-02-14T22:23:50.045Z Downloaded difflib v0.4.0
10082024-02-14T22:23:50.045Z Downloaded trust-dns-client v0.22.0
10092024-02-14T22:23:50.076Z Downloaded libefi-sys v0.1.0
10102024-02-14T22:23:50.076Z Downloaded owo-colors v4.0.0
10112024-02-14T22:23:50.113Z Downloaded thiserror-impl-no-std v2.0.2
10122024-02-14T22:23:50.114Z Downloaded cpufeatures v0.2.12
10132024-02-14T22:23:50.114Z Downloaded half v2.3.1
10142024-02-14T22:23:50.114Z Downloaded pest_meta v2.7.6
10152024-02-14T22:23:50.114Z Downloaded rand_core v0.6.4
10162024-02-14T22:23:50.115Z Downloaded version_check v0.9.4
10172024-02-14T22:23:50.115Z Downloaded unicode-width v0.1.11
10182024-02-14T22:23:50.115Z Downloaded string_cache v0.8.7
10192024-02-14T22:23:50.115Z Downloaded ryu v1.0.15
10202024-02-14T22:23:50.115Z Downloaded httparse v1.8.0
10212024-02-14T22:23:50.115Z Downloaded futures-core v0.3.30
10222024-02-14T22:23:50.115Z Downloaded rcgen v0.12.1
10232024-02-14T22:23:50.115Z Downloaded scheduled-thread-pool v0.2.7
10242024-02-14T22:23:50.116Z Downloaded rustls-pki-types v1.1.0
10252024-02-14T22:23:50.116Z Downloaded glob v0.3.1
10262024-02-14T22:23:50.116Z Downloaded siphasher v0.3.11
10272024-02-14T22:23:50.116Z Downloaded similar v2.3.0
10282024-02-14T22:23:50.116Z Downloaded primeorder v0.13.6
10292024-02-14T22:23:50.116Z Downloaded futures-executor v0.3.30
10302024-02-14T22:23:50.116Z Downloaded indexmap v1.9.3
10312024-02-14T22:23:50.116Z Downloaded toml v0.7.8
10322024-02-14T22:23:50.146Z Downloaded sec1 v0.7.3
10332024-02-14T22:23:50.146Z Downloaded terminal_size v0.2.6
10342024-02-14T22:23:50.146Z Downloaded static_assertions v1.1.0
10352024-02-14T22:23:50.147Z Downloaded postgres-protocol v0.6.6
10362024-02-14T22:23:50.147Z Downloaded textwrap v0.11.0
10372024-02-14T22:23:50.147Z Downloaded usdt-impl v0.5.0
10382024-02-14T22:23:50.147Z Downloaded dirs v5.0.1
10392024-02-14T22:23:50.147Z Downloaded russh v0.40.2
10402024-02-14T22:23:50.147Z Downloaded semver v1.0.21
10412024-02-14T22:23:50.147Z Downloaded ipnet v2.9.0
10422024-02-14T22:23:50.147Z Downloaded postcard v1.0.8
10432024-02-14T22:23:50.147Z Downloaded aes v0.8.3
10442024-02-14T22:23:50.147Z Downloaded tracing-core v0.1.31
10452024-02-14T22:23:50.147Z Downloaded serde v1.0.196
10462024-02-14T22:23:50.148Z Downloaded hyper-rustls v0.24.2
10472024-02-14T22:23:50.148Z Downloaded is-terminal v0.4.9
10482024-02-14T22:23:50.148Z Downloaded untrusted v0.9.0
10492024-02-14T22:23:50.148Z Downloaded tokio-postgres v0.7.10
10502024-02-14T22:23:50.148Z Downloaded spin v0.9.8
10512024-02-14T22:23:50.148Z Downloaded hashbrown v0.13.2
10522024-02-14T22:23:50.163Z Downloaded rand v0.7.3
10532024-02-14T22:23:50.163Z Downloaded crossterm v0.27.0
10542024-02-14T22:23:50.163Z Downloaded structopt v0.3.26
10552024-02-14T22:23:50.164Z Downloaded ed25519-dalek v2.0.0
10562024-02-14T22:23:50.164Z Downloaded tracing v0.1.37
10572024-02-14T22:23:50.169Z Downloaded time v0.3.27
10582024-02-14T22:23:50.193Z Downloaded indexmap v2.2.2
10592024-02-14T22:23:50.201Z Downloaded clap_builder v4.4.2
10602024-02-14T22:23:50.201Z Downloaded blake3 v1.5.0
10612024-02-14T22:23:50.201Z Downloaded aes-gcm v0.10.3
10622024-02-14T22:23:50.202Z Downloaded typenum v1.16.0
10632024-02-14T22:23:50.208Z Downloaded miniz_oxide v0.7.1
10642024-02-14T22:23:50.208Z Downloaded hyper-staticfile v0.9.5
10652024-02-14T22:23:50.209Z Downloaded multer v3.0.0
10662024-02-14T22:23:50.209Z Downloaded serde_derive v1.0.196
10672024-02-14T22:23:50.214Z Downloaded http v1.0.0
10682024-02-14T22:23:50.220Z Downloaded unicode-segmentation v1.10.1
10692024-02-14T22:23:50.220Z Downloaded chrono v0.4.31
10702024-02-14T22:23:50.226Z Downloaded flate2 v1.0.28
10712024-02-14T22:23:50.231Z Downloaded num-bigint v0.4.4
10722024-02-14T22:23:50.240Z Downloaded http v0.2.11
10732024-02-14T22:23:50.240Z Downloaded rand v0.8.5
10742024-02-14T22:23:50.304Z Downloaded nom v7.1.3
10752024-02-14T22:23:50.309Z Downloaded futures-util v0.3.30
10762024-02-14T22:23:50.309Z Downloaded itertools v0.12.1
10772024-02-14T22:23:50.309Z Downloaded hashbrown v0.14.2
10782024-02-14T22:23:50.309Z Downloaded itertools v0.10.5
10792024-02-14T22:23:50.309Z Downloaded reqwest v0.11.22
10802024-02-14T22:23:50.309Z Downloaded rustls-webpki v0.101.7
10812024-02-14T22:23:50.309Z Downloaded serde_json v1.0.113
10822024-02-14T22:23:50.314Z Downloaded winnow v0.5.15
10832024-02-14T22:23:50.397Z Downloaded hashbrown v0.12.3
10842024-02-14T22:23:50.397Z Downloaded regex-automata v0.1.10
10852024-02-14T22:23:50.397Z Downloaded bstr v0.2.17
10862024-02-14T22:23:50.397Z Downloaded object v0.32.1
10872024-02-14T22:23:50.397Z Downloaded serde_with v3.6.0
10882024-02-14T22:23:50.397Z Downloaded vcpkg v0.2.15
10892024-02-14T22:23:50.401Z Downloaded regress v0.7.1
10902024-02-14T22:23:50.407Z Downloaded webpki-roots v0.25.2
10912024-02-14T22:23:50.412Z Downloaded h2 v0.3.24
10922024-02-14T22:23:50.419Z Downloaded openssl v0.10.60
10932024-02-14T22:23:50.429Z Downloaded goblin v0.8.0
10942024-02-14T22:23:50.435Z Downloaded rustls v0.21.9
10952024-02-14T22:23:50.447Z Downloaded openapiv3 v2.0.0
10962024-02-14T22:23:50.461Z Downloaded rustls v0.22.2
10972024-02-14T22:23:50.475Z Downloaded rustix v0.37.23
10982024-02-14T22:23:50.495Z Downloaded idna v0.2.3
10992024-02-14T22:23:50.502Z Downloaded trust-dns-proto v0.22.0
11002024-02-14T22:23:50.516Z Downloaded idna v0.5.0
11012024-02-14T22:23:50.523Z Downloaded sled v0.34.7
11022024-02-14T22:23:50.533Z Downloaded smoltcp v0.9.1
11032024-02-14T22:23:50.545Z Downloaded diesel v2.1.4
11042024-02-14T22:23:50.564Z Downloaded bzip2-sys v0.1.11+1.0.8
11052024-02-14T22:23:50.577Z Downloaded smoltcp v0.11.0
11062024-02-14T22:23:50.591Z Downloaded rustix v0.38.31
11072024-02-14T22:23:50.616Z Downloaded bstr v1.6.0
11082024-02-14T22:23:50.627Z Downloaded regex-syntax v0.8.2
11092024-02-14T22:23:50.636Z Downloaded radix_trie v0.2.1
11102024-02-14T22:23:50.641Z Downloaded syn v2.0.48
11112024-02-14T22:23:50.653Z Downloaded gimli v0.28.0
11122024-02-14T22:23:50.662Z Downloaded curve25519-dalek v4.1.1
11132024-02-14T22:23:50.672Z Downloaded regex v1.10.3
11142024-02-14T22:23:50.696Z Downloaded syn v1.0.109
11152024-02-14T22:23:50.704Z Downloaded hyper v0.14.27
11162024-02-14T22:23:50.709Z Downloaded zerocopy-derive v0.2.0
11172024-02-14T22:23:50.734Z Downloaded hkdf v0.12.4
11182024-02-14T22:23:50.739Z Downloaded rustls-webpki v0.102.1
11192024-02-14T22:23:50.739Z Downloaded zerocopy-derive v0.6.4
11202024-02-14T22:23:50.749Z Downloaded regex-automata v0.3.8
11212024-02-14T22:23:50.768Z Downloaded zerocopy v0.7.32
11222024-02-14T22:23:50.789Z Downloaded rayon v1.8.0
11232024-02-14T22:23:50.794Z Downloaded regex-automata v0.4.4
11242024-02-14T22:23:50.813Z Downloaded aho-corasick v1.0.4
11252024-02-14T22:23:50.820Z Downloaded heapless v0.8.0
11262024-02-14T22:23:50.824Z Downloaded tempfile v3.10.0
11272024-02-14T22:23:50.824Z Downloaded rustc-demangle v0.1.23
11282024-02-14T22:23:50.828Z Downloaded elliptic-curve v0.13.8
11292024-02-14T22:23:50.832Z Downloaded tokio v1.36.0
11302024-02-14T22:23:50.867Z Downloaded libc v0.2.153
11312024-02-14T22:23:50.900Z Downloaded toml v0.5.11
11322024-02-14T22:23:50.904Z Downloaded http-body v0.4.5
11332024-02-14T22:23:50.904Z Downloaded hubpack v0.1.2
11342024-02-14T22:23:50.905Z Downloaded serde_derive_internals v0.26.0
11352024-02-14T22:23:50.905Z Downloaded hex-literal v0.4.1
11362024-02-14T22:23:50.905Z Downloaded headers v0.3.9
11372024-02-14T22:23:50.910Z Downloaded allocator-api2 v0.2.16
11382024-02-14T22:23:50.914Z Downloaded crossbeam-channel v0.5.8
11392024-02-14T22:23:50.922Z Downloaded serde_spanned v0.6.5
11402024-02-14T22:23:50.926Z Downloaded tungstenite v0.20.1
11412024-02-14T22:23:50.927Z Downloaded sha2 v0.10.8
11422024-02-14T22:23:50.927Z Downloaded signal-hook v0.3.17
11432024-02-14T22:23:50.931Z Downloaded der v0.7.8
11442024-02-14T22:23:50.934Z Downloaded sha3 v0.10.8
11452024-02-14T22:23:50.949Z Downloaded memchr v2.6.3
11462024-02-14T22:23:50.949Z Downloaded minimal-lexical v0.2.1
11472024-02-14T22:23:50.949Z Downloaded ring v0.16.20
11482024-02-14T22:23:51.030Z Downloaded tokio-rustls v0.25.0
11492024-02-14T22:23:51.037Z Downloaded slog-term v2.9.0
11502024-02-14T22:23:51.037Z Downloaded toml v0.8.9
11512024-02-14T22:23:51.037Z Downloaded schemars v0.8.16
11522024-02-14T22:23:51.049Z Downloaded winapi v0.3.9
11532024-02-14T22:23:51.161Z Downloaded encoding_rs v0.8.33
11542024-02-14T22:23:51.170Z Downloaded scopeguard v1.2.0
11552024-02-14T22:23:51.170Z Downloaded getrandom v0.2.10
11562024-02-14T22:23:51.171Z Downloaded trust-dns-resolver v0.22.0
11572024-02-14T22:23:51.171Z Downloaded serde_yaml v0.9.25
11582024-02-14T22:23:51.171Z Downloaded macaddr v1.0.1
11592024-02-14T22:23:51.171Z Downloaded serde_urlencoded v0.7.1
11602024-02-14T22:23:51.171Z Downloaded base64 v0.21.7
11612024-02-14T22:23:51.171Z Downloaded chacha20 v0.9.1
11622024-02-14T22:23:51.171Z Downloaded russh-keys v0.40.1
11632024-02-14T22:23:51.171Z Downloaded hmac v0.12.1
11642024-02-14T22:23:51.171Z Downloaded unsafe-libyaml v0.2.10
11652024-02-14T22:23:51.171Z Downloaded ucd-trie v0.1.6
11662024-02-14T22:23:51.171Z Downloaded serde_path_to_error v0.1.15
11672024-02-14T22:23:51.171Z Downloaded proc-macro-error v1.0.4
11682024-02-14T22:23:51.171Z Downloaded tokio-stream v0.1.14
11692024-02-14T22:23:51.171Z Downloaded derive_more v0.99.17
11702024-02-14T22:23:51.171Z Downloaded anyhow v1.0.75
11712024-02-14T22:23:51.171Z Downloaded parking_lot v0.11.2
11722024-02-14T22:23:51.171Z Downloaded crossbeam-utils v0.8.16
11732024-02-14T22:23:51.172Z Downloaded ed25519 v2.2.2
11742024-02-14T22:23:51.172Z Downloaded proc-macro2 v1.0.78
11752024-02-14T22:23:51.172Z Downloaded base64ct v1.6.0
11762024-02-14T22:23:51.195Z Downloaded addr2line v0.21.0
11772024-02-14T22:23:51.195Z Downloaded predicates v3.1.0
11782024-02-14T22:23:51.196Z Downloaded unicase v2.7.0
11792024-02-14T22:23:51.196Z Downloaded clap v4.4.3
11802024-02-14T22:23:51.210Z Downloaded cbc v0.1.2
11812024-02-14T22:23:51.210Z Downloaded spin v0.5.2
11822024-02-14T22:23:51.210Z Downloaded slog-json v2.6.1
11832024-02-14T22:23:51.211Z Downloaded hex v0.4.3
11842024-02-14T22:23:51.211Z Downloaded slog-bunyan v2.5.0
11852024-02-14T22:23:51.211Z Downloaded slog-async v2.8.0
11862024-02-14T22:23:51.211Z Downloaded toml_edit v0.19.15
11872024-02-14T22:23:51.218Z Downloaded crc32fast v1.3.2
11882024-02-14T22:23:51.219Z Downloaded num-rational v0.4.1
11892024-02-14T22:23:51.219Z Downloaded native-tls v0.2.11
11902024-02-14T22:23:51.219Z Downloaded clap_lex v0.5.1
11912024-02-14T22:23:51.219Z Downloaded rand_chacha v0.3.1
11922024-02-14T22:23:51.219Z Downloaded bitflags v2.4.0
11932024-02-14T22:23:51.219Z Downloaded poly1305 v0.8.0
11942024-02-14T22:23:51.219Z Downloaded once_cell v1.19.0
11952024-02-14T22:23:51.226Z Downloaded zerocopy-derive v0.7.32
11962024-02-14T22:23:51.226Z Downloaded futures-io v0.3.30
11972024-02-14T22:23:51.226Z Downloaded futures-task v0.3.30
11982024-02-14T22:23:51.226Z Downloaded form_urlencoded v1.2.1
11992024-02-14T22:23:51.244Z Downloaded ff v0.13.0
12002024-02-14T22:23:51.244Z Downloaded vsss-rs v3.3.4
12012024-02-14T22:23:51.245Z Downloaded utf-8 v0.7.6
12022024-02-14T22:23:51.245Z Downloaded bit-vec v0.6.3
12032024-02-14T22:23:51.245Z Downloaded lalrpop-util v0.19.12
12042024-02-14T22:23:51.245Z Downloaded bit-set v0.5.3
12052024-02-14T22:23:51.260Z Downloaded paste v1.0.14
12062024-02-14T22:23:51.260Z Downloaded pin-utils v0.1.0
12072024-02-14T22:23:51.261Z Downloaded pbkdf2 v0.12.2
12082024-02-14T22:23:51.261Z Downloaded block-padding v0.3.3
12092024-02-14T22:23:51.261Z Downloaded pbkdf2 v0.11.0
12102024-02-14T22:23:51.261Z Downloaded bitflags v1.3.2
12112024-02-14T22:23:51.261Z Downloaded num-integer v0.1.45
12122024-02-14T22:23:51.261Z Downloaded parking_lot_core v0.9.8
12132024-02-14T22:23:51.261Z Downloaded fnv v1.0.7
12142024-02-14T22:23:51.261Z Downloaded float-cmp v0.9.0
12152024-02-14T22:23:51.261Z Downloaded fastrand v2.0.1
12162024-02-14T22:23:51.261Z Downloaded tokio-util v0.7.10
12172024-02-14T22:23:51.271Z Downloaded ppv-lite86 v0.2.17
12182024-02-14T22:23:51.271Z Downloaded anstyle v1.0.2
12192024-02-14T22:23:51.271Z Downloaded async-trait v0.1.77
12202024-02-14T22:23:51.272Z Downloaded cobs v0.2.3
12212024-02-14T22:23:51.272Z Downloaded parse-display v0.9.0
12222024-02-14T22:23:51.273Z Downloaded autocfg v1.1.0
12232024-02-14T22:23:51.274Z Downloaded zeroize_derive v1.4.2
12242024-02-14T22:23:51.274Z Downloaded num_cpus v1.16.0
12252024-02-14T22:23:51.294Z Downloaded num-iter v0.1.43
12262024-02-14T22:23:51.295Z Downloaded cancel-safe-futures v0.1.5
12272024-02-14T22:23:51.295Z Downloaded argon2 v0.5.3
12282024-02-14T22:23:51.295Z Downloaded camino-tempfile v1.1.1
12292024-02-14T22:23:51.295Z Downloaded instant v0.1.12
12302024-02-14T22:23:51.295Z Downloaded dtrace-parser v0.1.14
12312024-02-14T22:23:51.295Z Downloaded subprocess v0.2.9
12322024-02-14T22:23:51.295Z Downloaded pest_derive v2.7.6
12332024-02-14T22:23:51.300Z Downloaded opaque-debug v0.3.0
12342024-02-14T22:23:51.300Z Downloaded precomputed-hash v0.1.1
12352024-02-14T22:23:51.300Z Downloaded adler v1.0.2
12362024-02-14T22:23:51.300Z Downloaded libsw v3.3.1
12372024-02-14T22:23:51.301Z Downloaded linked-hash-map v0.5.6
12382024-02-14T22:23:51.301Z Downloaded pem-rfc7468 v0.7.0
12392024-02-14T22:23:51.301Z Downloaded num-derive v0.4.0
12402024-02-14T22:23:51.301Z Downloaded ring v0.17.7
12412024-02-14T22:23:51.358Z Downloaded new_debug_unreachable v1.0.4
12422024-02-14T22:23:51.363Z Downloaded md-5 v0.10.5
12432024-02-14T22:23:51.363Z Downloaded match_cfg v0.1.0
12442024-02-14T22:23:51.363Z Downloaded crucible-workspace-hack v0.1.0
12452024-02-14T22:23:51.364Z Downloaded subtle v2.5.0
12462024-02-14T22:23:51.364Z Downloaded pretty-hex v0.2.1
12472024-02-14T22:23:51.368Z Downloaded phf_shared v0.11.2
12482024-02-14T22:23:51.368Z Downloaded kstat-rs v0.2.3
12492024-02-14T22:23:51.368Z Downloaded blowfish v0.9.1
12502024-02-14T22:23:51.368Z Downloaded block-buffer v0.10.4
12512024-02-14T22:23:51.369Z Downloaded constant_time_eq v0.3.0
12522024-02-14T22:23:51.369Z Downloaded cfg-if v1.0.0
12532024-02-14T22:23:51.373Z Downloaded plain v0.2.3
12542024-02-14T22:23:51.373Z Downloaded keccak v0.1.4
12552024-02-14T22:23:51.374Z Downloaded matches v0.1.10
12562024-02-14T22:23:51.374Z Downloaded predicates-core v1.0.6
12572024-02-14T22:23:51.374Z Downloaded mime v0.3.17
12582024-02-14T22:23:51.374Z Downloaded pkcs8 v0.10.2
12592024-02-14T22:23:51.378Z Downloaded cc v1.0.83
12602024-02-14T22:23:51.781Z Compiling proc-macro2 v1.0.78
12612024-02-14T22:23:51.781Z Compiling unicode-ident v1.0.12
12622024-02-14T22:23:51.781Z Compiling libc v0.2.153
12632024-02-14T22:23:51.782Z Compiling serde v1.0.196
12642024-02-14T22:23:51.787Z Compiling version_check v0.9.4
12652024-02-14T22:23:51.787Z Compiling autocfg v1.1.0
12662024-02-14T22:23:51.787Z Compiling cfg-if v1.0.0
12672024-02-14T22:23:51.957Z Compiling syn v1.0.109
12682024-02-14T22:23:51.979Z Compiling once_cell v1.19.0
12692024-02-14T22:23:52.023Z Compiling thiserror v1.0.56
12702024-02-14T22:23:52.388Z Compiling memchr v2.6.3
12712024-02-14T22:23:52.604Z Compiling typenum v1.16.0
12722024-02-14T22:23:52.663Z Compiling lock_api v0.4.10
12732024-02-14T22:23:53.708Z Compiling byteorder v1.5.0
12742024-02-14T22:23:53.787Z Compiling ahash v0.8.7
12752024-02-14T22:23:53.988Z Compiling parking_lot_core v0.9.8
12762024-02-14T22:23:54.001Z Compiling generic-array v0.14.7
12772024-02-14T22:23:54.001Z Compiling libm v0.2.7
12782024-02-14T22:23:54.098Z Compiling num-traits v0.2.16
12792024-02-14T22:23:54.104Z Compiling serde_json v1.0.113
12802024-02-14T22:23:54.397Z Compiling itoa v1.0.9
12812024-02-14T22:23:54.525Z Compiling slab v0.4.9
12822024-02-14T22:23:54.608Z Compiling log v0.4.20
12832024-02-14T22:23:54.861Z Compiling quote v1.0.35
12842024-02-14T22:23:55.123Z Compiling scopeguard v1.2.0
12852024-02-14T22:23:55.272Z Compiling ryu v1.0.15
12862024-02-14T22:23:55.281Z Compiling syn v2.0.48
12872024-02-14T22:23:55.473Z Compiling getrandom v0.2.10
12882024-02-14T22:23:55.519Z Compiling cc v1.0.83
12892024-02-14T22:23:55.729Z Compiling rand_core v0.6.4
12902024-02-14T22:23:56.283Z Compiling pkg-config v0.3.27
12912024-02-14T22:23:56.304Z Compiling allocator-api2 v0.2.16
12922024-02-14T22:23:56.521Z Compiling equivalent v1.0.1
12932024-02-14T22:23:56.634Z Compiling heck v0.4.1
12942024-02-14T22:23:56.657Z Compiling smallvec v1.13.1
12952024-02-14T22:23:57.078Z Compiling subtle v2.5.0
12962024-02-14T22:23:57.099Z Compiling schemars v0.8.16
12972024-02-14T22:23:57.465Z Compiling vcpkg v0.2.15
12982024-02-14T22:23:57.672Z Compiling pin-project-lite v0.2.13
12992024-02-14T22:23:58.095Z Compiling httparse v1.8.0
13002024-02-14T22:23:58.510Z Compiling parking_lot v0.12.1
13012024-02-14T22:23:58.585Z Compiling ucd-trie v0.1.6
13022024-02-14T22:23:58.608Z Compiling signal-hook-registry v1.4.1
13032024-02-14T22:23:58.629Z Compiling ring v0.17.7
13042024-02-14T22:23:59.262Z Compiling ring v0.16.20
13052024-02-14T22:23:59.503Z Compiling fnv v1.0.7
13062024-02-14T22:23:59.640Z Compiling mio v0.8.9
13072024-02-14T22:23:59.891Z Compiling openssl-sys v0.9.96
13082024-02-14T22:24:00.436Z Compiling iana-time-zone v0.1.57
13092024-02-14T22:24:00.490Z Compiling const-oid v0.9.5
13102024-02-14T22:24:00.865Z Compiling openssl v0.10.60
13112024-02-14T22:24:00.907Z Compiling semver v1.0.21
13122024-02-14T22:24:00.930Z Compiling num_cpus v1.16.0
13132024-02-14T22:24:01.058Z Compiling socket2 v0.5.5
13142024-02-14T22:24:01.289Z Compiling native-tls v0.2.11
13152024-02-14T22:24:01.408Z Compiling rustls v0.21.9
13162024-02-14T22:24:02.010Z Compiling futures-core v0.3.30
13172024-02-14T22:24:02.022Z Compiling dyn-clone v1.0.16
13182024-02-14T22:24:02.262Z Compiling aho-corasick v1.0.4
13192024-02-14T22:24:02.636Z Compiling slog v2.7.0
13202024-02-14T22:24:02.688Z Compiling regex-syntax v0.8.2
13212024-02-14T22:24:02.836Z Compiling serde_derive_internals v0.26.0
13222024-02-14T22:24:03.032Z Compiling crossbeam-utils v0.8.16
13232024-02-14T22:24:03.209Z Compiling spin v0.5.2
13242024-02-14T22:24:03.446Z Compiling async-trait v0.1.77
13252024-02-14T22:24:03.796Z Compiling futures-sink v0.3.30
13262024-02-14T22:24:04.066Z Compiling rustix v0.38.31
13272024-02-14T22:24:04.346Z Compiling backtrace v0.3.69
13282024-02-14T22:24:04.797Z Compiling tinyvec_macros v0.1.1
13292024-02-14T22:24:04.901Z Compiling tinyvec v1.6.0
13302024-02-14T22:24:05.121Z Compiling futures-channel v0.3.30
13312024-02-14T22:24:05.573Z Compiling futures-io v0.3.30
13322024-02-14T22:24:05.827Z Compiling pin-utils v0.1.0
13332024-02-14T22:24:05.930Z Compiling winnow v0.5.15
13342024-02-14T22:24:05.957Z Compiling futures-task v0.3.30
13352024-02-14T22:24:06.262Z Compiling regex-automata v0.4.4
13362024-02-14T22:24:06.424Z Compiling unicode-normalization v0.1.22
13372024-02-14T22:24:06.646Z Compiling spin v0.9.8
13382024-02-14T22:24:07.013Z Compiling memoffset v0.9.0
13392024-02-14T22:24:07.204Z Compiling tracing-core v0.1.31
13402024-02-14T22:24:07.447Z Compiling unicode-width v0.1.11
13412024-02-14T22:24:07.517Z Compiling anyhow v1.0.75
13422024-02-14T22:24:07.599Z Compiling cpufeatures v0.2.12
13432024-02-14T22:24:07.624Z Compiling unicode-bidi v0.3.13
13442024-02-14T22:24:09.303Z Compiling crc32fast v1.3.2
13452024-02-14T22:24:10.341Z Compiling crossbeam-epoch v0.9.15
13462024-02-14T22:24:10.385Z Compiling time-core v0.1.1
13472024-02-14T22:24:10.385Z Compiling serde_derive v1.0.196
13482024-02-14T22:24:10.385Z Compiling zerocopy-derive v0.7.32
13492024-02-14T22:24:10.385Z Compiling zeroize_derive v1.4.2
13502024-02-14T22:24:10.403Z Compiling thiserror-impl v1.0.56
13512024-02-14T22:24:10.572Z Compiling tokio-macros v2.2.0
13522024-02-14T22:24:11.724Z Compiling zeroize v1.7.0
13532024-02-14T22:24:11.964Z Compiling zerocopy v0.7.32
13542024-02-14T22:24:12.002Z Compiling futures-macro v0.3.30
13552024-02-14T22:24:12.911Z Compiling tracing-attributes v0.1.26
13562024-02-14T22:24:13.597Z Compiling crypto-common v0.1.6
13572024-02-14T22:24:13.663Z Compiling schemars_derive v0.8.16
13582024-02-14T22:24:13.880Z Compiling pest v2.7.6
13592024-02-14T22:24:13.928Z Compiling hashbrown v0.14.2
13602024-02-14T22:24:15.308Z Compiling openssl-macros v0.1.1
13612024-02-14T22:24:15.471Z Compiling block-buffer v0.10.4
13622024-02-14T22:24:15.702Z Compiling digest v0.10.7
13632024-02-14T22:24:15.823Z Compiling hashbrown v0.13.2
13642024-02-14T22:24:16.098Z Compiling regex v1.10.3
13652024-02-14T22:24:16.169Z Compiling pest_meta v2.7.6
13662024-02-14T22:24:16.932Z Compiling futures-util v0.3.30
13672024-02-14T22:24:17.191Z Compiling tracing v0.1.37
13682024-02-14T22:24:18.730Z Compiling pest_generator v2.7.6
13692024-02-14T22:24:18.816Z Compiling der_derive v0.7.2
13702024-02-14T22:24:20.889Z Compiling time-macros v0.2.13
13712024-02-14T22:24:24.491Z Compiling pest_derive v2.7.6
13722024-02-14T22:24:24.831Z Compiling errno v0.3.8
13732024-02-14T22:24:24.831Z Compiling num-integer v0.1.45
13742024-02-14T22:24:24.831Z Compiling percent-encoding v2.3.1
13752024-02-14T22:24:24.831Z Compiling foreign-types-shared v0.1.1
13762024-02-14T22:24:24.831Z Compiling untrusted v0.7.1
13772024-02-14T22:24:24.831Z Compiling untrusted v0.9.0
13782024-02-14T22:24:24.831Z Compiling foreign-types v0.3.2
13792024-02-14T22:24:24.831Z Compiling bytes v1.5.0
13802024-02-14T22:24:24.832Z Compiling indexmap v2.2.2
13812024-02-14T22:24:24.832Z Compiling chrono v0.4.31
13822024-02-14T22:24:25.367Z Compiling uuid v1.7.0
13832024-02-14T22:24:25.894Z Compiling tokio v1.36.0
13842024-02-14T22:24:25.894Z Compiling http v0.2.11
13852024-02-14T22:24:27.660Z Compiling bitflags v2.4.0
13862024-02-14T22:24:27.862Z Compiling serde_spanned v0.6.5
13872024-02-14T22:24:27.980Z Compiling toml_datetime v0.6.5
13882024-02-14T22:24:28.227Z Compiling rustc_version v0.4.0
13892024-02-14T22:24:28.466Z Compiling openapiv3 v2.0.0
13902024-02-14T22:24:28.743Z Compiling toml_edit v0.19.15
13912024-02-14T22:24:30.532Z Compiling serde_tokenstream v0.2.0
13922024-02-14T22:24:43.631Z Compiling unicode-xid v0.2.4
13932024-02-14T22:24:43.890Z Compiling ppv-lite86 v0.2.17
13942024-02-14T22:24:43.890Z Compiling base64 v0.21.7
13952024-02-14T22:24:43.890Z Compiling try-lock v0.2.4
13962024-02-14T22:24:43.890Z Compiling synstructure v0.12.6
13972024-02-14T22:24:43.890Z Compiling want v0.3.1
13982024-02-14T22:24:44.022Z Compiling http-body v0.4.5
13992024-02-14T22:24:44.022Z Compiling rustls-webpki v0.101.7
14002024-02-14T22:24:44.023Z Compiling sct v0.7.0
14012024-02-14T22:24:44.098Z Compiling form_urlencoded v1.2.1
14022024-02-14T22:24:44.098Z Compiling scroll_derive v0.12.0
14032024-02-14T22:24:44.098Z Compiling socket2 v0.4.9
14042024-02-14T22:24:44.099Z Compiling httpdate v1.0.3
14052024-02-14T22:24:44.099Z Compiling tokio-util v0.7.10
14062024-02-14T22:24:44.099Z Compiling io-lifetimes v1.0.11
14072024-02-14T22:24:44.099Z Compiling openssl-probe v0.1.5
14082024-02-14T22:24:44.099Z Compiling tower-service v0.3.2
14092024-02-14T22:24:44.099Z Compiling h2 v0.3.24
14102024-02-14T22:24:44.099Z Compiling zerocopy-derive v0.2.0
14112024-02-14T22:24:44.099Z Compiling idna v0.5.0
14122024-02-14T22:24:44.099Z Compiling lazy_static v1.4.0
14132024-02-14T22:24:44.099Z Compiling thread-id v4.2.0
14142024-02-14T22:24:44.099Z Compiling adler v1.0.2
14152024-02-14T22:24:44.099Z Compiling miniz_oxide v0.7.1
14162024-02-14T22:24:44.099Z Compiling tokio-native-tls v0.3.1
14172024-02-14T22:24:44.099Z Compiling url v2.5.0
14182024-02-14T22:24:44.099Z Compiling tokio-rustls v0.24.1
14192024-02-14T22:24:44.099Z Compiling rand_chacha v0.3.1
14202024-02-14T22:24:44.099Z Compiling ipnet v2.9.0
14212024-02-14T22:24:44.099Z Compiling rustix v0.37.23
14222024-02-14T22:24:44.099Z Compiling rand v0.8.5
14232024-02-14T22:24:44.099Z Compiling serde_urlencoded v0.7.1
14242024-02-14T22:24:44.099Z Compiling rustls-pemfile v1.0.3
14252024-02-14T22:24:44.100Z Compiling hyper v0.14.27
14262024-02-14T22:24:44.100Z Compiling usdt-impl v0.3.5
14272024-02-14T22:24:44.100Z Compiling encoding_rs v0.8.33
14282024-02-14T22:24:44.100Z Compiling gimli v0.28.0
14292024-02-14T22:24:44.131Z Compiling webpki-roots v0.25.2
14302024-02-14T22:24:44.196Z Compiling either v1.9.0
14312024-02-14T22:24:44.520Z Compiling mime v0.3.17
14322024-02-14T22:24:46.223Z Compiling regress v0.7.1
14332024-02-14T22:24:46.324Z Compiling object v0.32.1
14342024-02-14T22:24:46.353Z Compiling num-bigint v0.4.4
14352024-02-14T22:24:47.209Z Compiling usdt-impl v0.5.0
14362024-02-14T22:24:47.456Z Compiling rustc-demangle v0.1.23
14372024-02-14T22:24:48.247Z Compiling addr2line v0.21.0
14382024-02-14T22:24:48.919Z Compiling flate2 v1.0.28
14392024-02-14T22:24:49.114Z Compiling zerocopy v0.3.0
14402024-02-14T22:24:49.242Z Compiling scroll v0.12.0
14412024-02-14T22:24:49.715Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14422024-02-14T22:24:49.802Z Compiling heapless v0.7.16
14432024-02-14T22:24:49.916Z Compiling futures-executor v0.3.30
14442024-02-14T22:24:50.181Z Compiling bzip2-sys v0.1.11+1.0.8
14452024-02-14T22:24:50.256Z Compiling hyper-rustls v0.24.2
14462024-02-14T22:24:50.495Z Compiling hyper-tls v0.5.0
14472024-02-14T22:24:50.677Z Compiling plain v0.2.3
14482024-02-14T22:24:50.837Z Compiling reqwest v0.11.22
14492024-02-14T22:24:50.859Z Compiling signal-hook v0.3.17
14502024-02-14T22:24:51.558Z Compiling rustversion v1.0.14
14512024-02-14T22:24:51.651Z Compiling goblin v0.8.0
14522024-02-14T22:24:52.808Z Compiling futures v0.3.30
14532024-02-14T22:24:52.926Z Compiling dof v0.1.5
14542024-02-14T22:24:54.087Z Compiling toml v0.7.8
14552024-02-14T22:24:54.342Z Compiling toml_edit v0.21.1
14562024-02-14T22:24:55.463Z Compiling hex v0.4.3
14572024-02-14T22:24:55.530Z Compiling dtrace-parser v0.1.14
14582024-02-14T22:24:56.011Z Compiling strsim v0.10.0
14592024-02-14T22:24:56.116Z Compiling pretty-hex v0.4.1
14602024-02-14T22:24:56.276Z Compiling base64ct v1.6.0
14612024-02-14T22:24:57.557Z Compiling dof v0.3.0
14622024-02-14T22:24:58.967Z Compiling serde_tokenstream v0.1.7
14632024-02-14T22:24:59.341Z Compiling dtrace-parser v0.2.0
14642024-02-14T22:24:59.817Z Compiling bitflags v1.3.2
14652024-02-14T22:24:59.928Z Compiling smoltcp v0.9.1
14662024-02-14T22:25:00.056Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14672024-02-14T22:25:00.901Z Compiling strum_macros v0.25.2
14682024-02-14T22:25:01.131Z Compiling pem-rfc7468 v0.7.0
14692024-02-14T22:25:01.445Z Compiling hmac v0.12.1
14702024-02-14T22:25:01.942Z Compiling enum-as-inner v0.5.1
14712024-02-14T22:25:02.426Z Compiling num-iter v0.1.43
14722024-02-14T22:25:02.432Z Compiling unicode-segmentation v1.10.1
14732024-02-14T22:25:02.432Z Compiling flagset v0.4.3
14742024-02-14T22:25:02.477Z Compiling siphasher v0.3.11
14752024-02-14T22:25:02.810Z Compiling der v0.7.8
14762024-02-14T22:25:03.019Z Compiling usdt-macro v0.3.5
14772024-02-14T22:25:03.041Z Compiling usdt-attr-macro v0.3.5
14782024-02-14T22:25:04.047Z Compiling hubpack_derive v0.1.1
14792024-02-14T22:25:04.467Z Compiling zerocopy-derive v0.6.4
14802024-02-14T22:25:05.523Z Compiling anstyle v1.0.2
14812024-02-14T22:25:05.978Z Compiling num_threads v0.1.6
14822024-02-14T22:25:05.996Z Compiling utf8parse v0.2.1
14832024-02-14T22:25:06.121Z Compiling deranged v0.3.8
14842024-02-14T22:25:06.231Z Compiling anstyle-parse v0.2.1
14852024-02-14T22:25:06.462Z Compiling sha2 v0.10.8
14862024-02-14T22:25:06.568Z Compiling spki v0.7.2
14872024-02-14T22:25:07.901Z Compiling time v0.3.27
14882024-02-14T22:25:09.106Z Compiling md-5 v0.10.5
14892024-02-14T22:25:09.150Z Compiling block-padding v0.3.3
14902024-02-14T22:25:09.193Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14912024-02-14T22:25:09.364Z Compiling clap_derive v4.4.2
14922024-02-14T22:25:09.408Z Compiling stringprep v0.1.3
14932024-02-14T22:25:10.723Z Compiling getopts v0.2.21
14942024-02-14T22:25:10.753Z Compiling diesel_table_macro_syntax v0.1.0
14952024-02-14T22:25:11.500Z Compiling hash32 v0.2.1
14962024-02-14T22:25:11.900Z Compiling colorchoice v1.0.0
14972024-02-14T22:25:13.426Z Compiling stable_deref_trait v1.2.0
14982024-02-14T22:25:13.541Z Compiling anstyle-query v1.0.0
14992024-02-14T22:25:13.566Z Compiling fallible-iterator v0.2.0
15002024-02-14T22:25:14.111Z Compiling anstream v0.5.0
15012024-02-14T22:25:14.262Z Compiling postgres-protocol v0.6.6
15022024-02-14T22:25:14.569Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
15032024-02-14T22:25:14.726Z Compiling diesel_derives v2.1.2
15042024-02-14T22:25:14.779Z Compiling inout v0.1.3
15052024-02-14T22:25:15.654Z Compiling terminal_size v0.2.6
15062024-02-14T22:25:15.949Z Compiling pkcs8 v0.10.2
15072024-02-14T22:25:16.139Z Compiling phf_shared v0.11.2
15082024-02-14T22:25:17.508Z Compiling ff v0.13.0
15092024-02-14T22:25:18.012Z Compiling serde_repr v0.1.16
15102024-02-14T22:25:18.858Z Compiling scheduled-thread-pool v0.2.7
15112024-02-14T22:25:19.456Z Compiling clap_lex v0.5.1
15122024-02-14T22:25:19.966Z Compiling matches v0.1.10
15132024-02-14T22:25:20.042Z Compiling bit-vec v0.6.3
15142024-02-14T22:25:20.070Z Compiling regex-automata v0.1.10
15152024-02-14T22:25:20.524Z Compiling managed v0.8.0
15162024-02-14T22:25:20.595Z Compiling base16ct v0.2.0
15172024-02-14T22:25:20.842Z Compiling unsafe-libyaml v0.2.10
15182024-02-14T22:25:20.909Z Compiling sec1 v0.7.3
15192024-02-14T22:25:22.867Z Compiling serde_yaml v0.9.25
15202024-02-14T22:25:23.303Z Compiling bstr v0.2.17
15212024-02-14T22:25:23.347Z Compiling idna v0.2.3
15222024-02-14T22:25:23.958Z Compiling clap_builder v4.4.2
15232024-02-14T22:25:24.777Z Compiling r2d2 v0.8.10
15242024-02-14T22:25:25.164Z Compiling group v0.13.0
15252024-02-14T22:25:27.759Z Compiling phf v0.11.2
15262024-02-14T22:25:27.774Z Compiling signal-hook-mio v0.2.3
15272024-02-14T22:25:27.775Z Compiling bzip2 v0.4.4
15282024-02-14T22:25:27.775Z Compiling postgres-types v0.2.6
15292024-02-14T22:25:27.775Z Compiling cipher v0.4.4
15302024-02-14T22:25:28.037Z Compiling zerocopy v0.6.4
15312024-02-14T22:25:28.118Z Compiling hubpack v0.1.2
15322024-02-14T22:25:28.244Z Compiling phf_shared v0.10.0
15332024-02-14T22:25:28.641Z Compiling hkdf v0.12.4
15342024-02-14T22:25:28.768Z Compiling crypto-bigint v0.5.2
15352024-02-14T22:25:28.913Z Compiling ipnetwork v0.20.0
15362024-02-14T22:25:29.267Z Compiling float-cmp v0.9.0
15372024-02-14T22:25:29.856Z Compiling new_debug_unreachable v1.0.4
15382024-02-14T22:25:29.962Z Compiling static_assertions v1.1.0
15392024-02-14T22:25:30.071Z Compiling normalize-line-endings v0.3.0
15402024-02-14T22:25:30.165Z Compiling regex-automata v0.3.8
15412024-02-14T22:25:30.203Z Compiling fixedbitset v0.4.2
15422024-02-14T22:25:30.673Z Compiling difflib v0.4.0
15432024-02-14T22:25:31.516Z Compiling data-encoding v2.4.0
15442024-02-14T22:25:32.328Z Compiling predicates-core v1.0.6
15452024-02-14T22:25:33.367Z Compiling minimal-lexical v0.2.1
15462024-02-14T22:25:33.924Z Compiling whoami v1.4.1
15472024-02-14T22:25:33.947Z Compiling precomputed-hash v0.1.1
15482024-02-14T22:25:34.027Z Compiling nom v7.1.3
15492024-02-14T22:25:34.064Z Compiling string_cache v0.8.7
15502024-02-14T22:25:34.199Z Compiling trust-dns-proto v0.22.0
15512024-02-14T22:25:34.532Z Compiling tokio-postgres v0.7.10
15522024-02-14T22:25:34.848Z Compiling predicates v3.1.0
15532024-02-14T22:25:35.148Z Compiling bstr v1.6.0
15542024-02-14T22:25:36.532Z Compiling diesel v2.1.4
15552024-02-14T22:25:36.802Z Compiling elliptic-curve v0.13.8
15562024-02-14T22:25:37.407Z Compiling petgraph v0.6.4
15572024-02-14T22:25:37.431Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15582024-02-14T22:25:37.715Z Compiling yasna v0.5.2
15592024-02-14T22:25:37.821Z Compiling zip v0.6.6
15602024-02-14T22:25:37.912Z Compiling clap v4.4.3
15612024-02-14T22:25:38.041Z Compiling crossterm v0.27.0
15622024-02-14T22:25:39.737Z Compiling similar v2.3.0
15632024-02-14T22:25:40.233Z Compiling bit-set v0.5.3
15642024-02-14T22:25:40.522Z Compiling usdt v0.3.5
15652024-02-14T22:25:41.313Z Compiling itertools v0.10.5
15662024-02-14T22:25:41.477Z Compiling console v0.15.8
15672024-02-14T22:25:41.906Z Compiling tokio-stream v0.1.14
15682024-02-14T22:25:43.030Z Compiling lalrpop-util v0.19.12
15692024-02-14T22:25:43.061Z Compiling camino v1.1.6
15702024-02-14T22:25:46.194Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15712024-02-14T22:25:54.505Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15722024-02-14T22:26:19.305Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15732024-02-14T22:26:21.518Z Compiling sha1 v0.10.6
15742024-02-14T22:26:22.120Z Compiling atty v0.2.14
15752024-02-14T22:26:22.285Z Compiling match_cfg v0.1.0
15762024-02-14T22:26:22.292Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15772024-02-14T22:26:22.370Z Compiling hostname v0.3.1
15782024-02-14T22:26:22.374Z Compiling dirs-sys-next v0.1.2
15792024-02-14T22:26:22.553Z Compiling rustls-pki-types v1.1.0
15802024-02-14T22:26:22.575Z Compiling ident_case v1.0.1
15812024-02-14T22:26:22.613Z Compiling dirs-next v2.0.0
15822024-02-14T22:26:22.739Z Compiling darling_core v0.20.3
15832024-02-14T22:26:22.888Z Compiling thread_local v1.1.7
15842024-02-14T22:26:23.016Z Compiling slog-async v2.8.0
15852024-02-14T22:26:23.348Z Compiling rustls v0.22.2
15862024-02-14T22:26:23.513Z Compiling rustls-webpki v0.102.1
15872024-02-14T22:26:24.105Z Compiling term v0.7.0
15882024-02-14T22:26:24.160Z Compiling crossbeam-channel v0.5.8
15892024-02-14T22:26:24.756Z Compiling multer v3.0.0
15902024-02-14T22:26:25.095Z Compiling instant v0.1.12
15912024-02-14T22:26:25.236Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15922024-02-14T22:26:25.293Z Compiling paste v1.0.14
15932024-02-14T22:26:25.314Z Compiling take_mut v0.2.2
15942024-02-14T22:26:25.471Z Compiling slog-term v2.9.0
15952024-02-14T22:26:25.760Z Compiling slog-json v2.6.1
15962024-02-14T22:26:25.881Z Compiling http v1.0.0
15972024-02-14T22:26:26.143Z Compiling async-stream-impl v0.3.5
15982024-02-14T22:26:26.709Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
15992024-02-14T22:26:26.754Z Compiling atomic-waker v1.1.1
16002024-02-14T22:26:26.953Z Compiling debug-ignore v1.0.5
16012024-02-14T22:26:27.106Z Compiling waitgroup v0.1.2
16022024-02-14T22:26:27.133Z Compiling slog-bunyan v2.5.0
16032024-02-14T22:26:27.352Z Compiling rustls-pemfile v2.0.0
16042024-02-14T22:26:27.610Z Compiling async-stream v0.3.5
16052024-02-14T22:26:27.936Z Compiling toml v0.8.9
16062024-02-14T22:26:28.561Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16072024-02-14T22:26:28.736Z Compiling serde_path_to_error v0.1.15
16082024-02-14T22:26:29.002Z Compiling darling_macro v0.20.3
16092024-02-14T22:26:29.024Z Compiling structmeta-derive v0.3.0
16102024-02-14T22:26:29.576Z Compiling strum v0.25.0
16112024-02-14T22:26:29.752Z Compiling backoff v0.4.0
16122024-02-14T22:26:29.813Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16132024-02-14T22:26:30.119Z Compiling tokio-rustls v0.25.0
16142024-02-14T22:26:30.138Z Compiling darling v0.20.3
16152024-02-14T22:26:30.266Z Compiling serde_with_macros v3.6.0
16162024-02-14T22:26:30.557Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16172024-02-14T22:26:30.624Z Compiling macaddr v1.0.1
16182024-02-14T22:26:30.737Z Compiling proc-macro-error-attr v1.0.4
16192024-02-14T22:26:30.946Z Compiling proc-macro-crate v1.3.1
16202024-02-14T22:26:31.089Z Compiling proc-macro-error v1.0.4
16212024-02-14T22:26:31.141Z Compiling heapless v0.8.0
16222024-02-14T22:26:32.061Z Compiling hash32 v0.3.1
16232024-02-14T22:26:32.084Z Compiling num_enum_derive v0.5.11
16242024-02-14T22:26:32.285Z Compiling rayon-core v1.12.0
16252024-02-14T22:26:32.330Z Compiling structmeta v0.3.0
16262024-02-14T22:26:32.511Z Compiling smoltcp v0.11.0
16272024-02-14T22:26:32.621Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16282024-02-14T22:26:32.768Z Compiling parse-display-derive v0.9.0
16292024-02-14T22:26:33.634Z Compiling serde_with v3.6.0
16302024-02-14T22:26:33.919Z Compiling crossbeam-deque v0.8.3
16312024-02-14T22:26:34.278Z Compiling cobs v0.2.3
16322024-02-14T22:26:34.504Z Compiling embedded-io v0.4.0
16332024-02-14T22:26:34.608Z Compiling fastrand v2.0.1
16342024-02-14T22:26:34.751Z Compiling same-file v1.0.6
16352024-02-14T22:26:34.976Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16362024-02-14T22:26:35.104Z Compiling num_enum v0.5.11
16372024-02-14T22:26:35.261Z Compiling tempfile v3.10.0
16382024-02-14T22:26:35.330Z Compiling walkdir v2.4.0
16392024-02-14T22:26:36.147Z Compiling postcard v1.0.8
16402024-02-14T22:26:36.702Z Compiling semver-parser v0.10.2
16412024-02-14T22:26:37.031Z Compiling foreign-types-macros v0.2.3
16422024-02-14T22:26:37.847Z Compiling parse-display v0.9.0
16432024-02-14T22:26:37.988Z Compiling blake3 v1.5.0
16442024-02-14T22:26:38.308Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16452024-02-14T22:26:38.401Z Compiling foreign-types-shared v0.3.1
16462024-02-14T22:26:38.532Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16472024-02-14T22:26:38.556Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16482024-02-14T22:26:38.636Z Compiling crucible-workspace-hack v0.1.0
16492024-02-14T22:26:38.810Z Compiling foreign-types v0.5.0
16502024-02-14T22:26:38.888Z Compiling semver v0.11.0
16512024-02-14T22:26:38.923Z Compiling rayon v1.8.0
16522024-02-14T22:26:39.162Z Compiling is-terminal v0.4.9
16532024-02-14T22:26:39.211Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16542024-02-14T22:26:39.297Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16552024-02-14T22:26:39.672Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16562024-02-14T22:26:39.700Z Compiling cstr-argument v0.1.2
16572024-02-14T22:26:40.077Z Compiling memmap2 v0.7.1
16582024-02-14T22:26:40.088Z Compiling xattr v1.0.1
16592024-02-14T22:26:40.088Z Compiling filetime v0.2.23
16602024-02-14T22:26:40.252Z Compiling arrayref v0.3.7
16612024-02-14T22:26:40.337Z Compiling arrayvec v0.7.4
16622024-02-14T22:26:40.360Z Compiling pretty-hex v0.2.1
16632024-02-14T22:26:40.364Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16642024-02-14T22:26:40.403Z Compiling constant_time_eq v0.3.0
16652024-02-14T22:26:40.541Z Compiling home v0.5.5
16662024-02-14T22:26:40.610Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16672024-02-14T22:26:40.733Z Compiling toolchain_find v0.2.0
16682024-02-14T22:26:40.781Z Compiling tar v0.4.40
16692024-02-14T22:26:40.963Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16702024-02-14T22:26:40.986Z Compiling camino-tempfile v1.1.1
16712024-02-14T22:26:41.440Z Compiling colored v2.0.4
16722024-02-14T22:26:41.557Z Compiling toml v0.5.11
16732024-02-14T22:26:41.606Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16742024-02-14T22:26:41.933Z Compiling topological-sort v0.2.2
16752024-02-14T22:26:42.365Z Compiling platforms v3.0.2
16762024-02-14T22:26:42.368Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16772024-02-14T22:26:42.368Z Compiling zone_cfg_derive v0.3.0
16782024-02-14T22:26:42.648Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16792024-02-14T22:26:42.974Z Compiling textwrap v0.11.0
16802024-02-14T22:26:43.593Z Compiling rustfmt-wrapper v0.2.0
16812024-02-14T22:26:43.603Z Compiling heck v0.3.3
16822024-02-14T22:26:43.997Z Compiling omicron-zone-package v0.11.0
16832024-02-14T22:26:44.119Z Compiling num-derive v0.4.0
16842024-02-14T22:26:44.214Z Compiling vec_map v0.8.2
16852024-02-14T22:26:44.528Z Compiling strsim v0.8.0
16862024-02-14T22:26:44.879Z Compiling ansi_term v0.12.1
16872024-02-14T22:26:45.214Z Compiling libefi-sys v0.1.0
16882024-02-14T22:26:45.411Z Compiling clap v2.34.0
16892024-02-14T22:26:45.452Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16902024-02-14T22:26:45.572Z Compiling structopt-derive v0.4.18
16912024-02-14T22:26:45.801Z Compiling zone v0.3.0
16922024-02-14T22:26:46.151Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
16932024-02-14T22:26:46.572Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
16942024-02-14T22:26:46.575Z Compiling smf v0.2.2
16952024-02-14T22:26:47.097Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16962024-02-14T22:26:47.454Z Compiling unicase v2.7.0
16972024-02-14T22:26:47.510Z Compiling semver v0.1.20
16982024-02-14T22:26:48.098Z Compiling curve25519-dalek v4.1.1
16992024-02-14T22:26:48.099Z Compiling rustc_version v0.1.7
17002024-02-14T22:26:48.216Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17012024-02-14T22:26:48.349Z Compiling universal-hash v0.5.1
17022024-02-14T22:26:48.411Z Compiling opaque-debug v0.3.0
17032024-02-14T22:26:48.568Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17042024-02-14T22:26:48.592Z Compiling newtype_derive v0.1.6
17052024-02-14T22:26:48.626Z Compiling curve25519-dalek-derive v0.1.0
17062024-02-14T22:26:48.813Z Compiling gethostname v0.4.3
17072024-02-14T22:26:48.895Z Compiling structopt v0.3.26
17082024-02-14T22:26:48.920Z Compiling num-rational v0.4.1
17092024-02-14T22:26:48.940Z Compiling getrandom v0.1.16
17102024-02-14T22:26:50.729Z Compiling usdt-attr-macro v0.5.0
17112024-02-14T22:26:50.772Z Compiling usdt-macro v0.5.0
17122024-02-14T22:26:50.772Z Compiling password-hash v0.5.0
17132024-02-14T22:26:50.772Z Compiling blake2 v0.10.6
17142024-02-14T22:26:50.772Z Compiling signature v2.1.0
17152024-02-14T22:26:50.772Z Compiling memmap v0.7.0
17162024-02-14T22:26:50.891Z Compiling parking_lot_core v0.8.6
17172024-02-14T22:26:51.007Z Compiling quick-error v1.2.3
17182024-02-14T22:26:51.030Z Compiling linked-hash-map v0.5.6
17192024-02-14T22:26:51.142Z Compiling usdt v0.5.0
17202024-02-14T22:26:51.164Z Compiling resolv-conf v0.7.0
17212024-02-14T22:26:51.201Z Compiling argon2 v0.5.3
17222024-02-14T22:26:51.417Z Compiling lru-cache v0.1.2
17232024-02-14T22:26:52.009Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17242024-02-14T22:26:52.061Z Compiling aead v0.5.2
17252024-02-14T22:26:52.083Z Compiling num-complex v0.4.4
17262024-02-14T22:26:52.412Z Compiling nibble_vec v0.1.0
17272024-02-14T22:26:52.626Z Compiling slog-dtrace v0.3.0
17282024-02-14T22:26:52.970Z Compiling keccak v0.1.4
17292024-02-14T22:26:53.246Z Compiling arc-swap v1.6.0
17302024-02-14T22:26:53.457Z Compiling utf-8 v0.7.6
17312024-02-14T22:26:53.823Z Compiling endian-type v0.1.2
17322024-02-14T22:26:53.932Z Compiling cancel-safe-futures v0.1.5
17332024-02-14T22:26:53.992Z Compiling winapi v0.3.9
17342024-02-14T22:26:54.038Z Compiling radix_trie v0.2.1
17352024-02-14T22:26:54.331Z Compiling slog-scope v4.4.0
17362024-02-14T22:26:54.614Z Compiling tungstenite v0.20.1
17372024-02-14T22:26:54.654Z Compiling sha3 v0.10.8
17382024-02-14T22:26:55.670Z Compiling num v0.4.1
17392024-02-14T22:26:55.709Z Compiling mime_guess v2.0.4
17402024-02-14T22:26:55.709Z Compiling steno v0.4.0
17412024-02-14T22:26:55.709Z Compiling rand_core v0.5.1
17422024-02-14T22:26:55.709Z Compiling trust-dns-resolver v0.22.0
17432024-02-14T22:26:56.281Z Compiling poly1305 v0.8.0
17442024-02-14T22:26:56.540Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17452024-02-14T22:26:56.831Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17462024-02-14T22:26:57.741Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17472024-02-14T22:26:58.040Z Compiling chacha20 v0.9.1
17482024-02-14T22:26:58.189Z Compiling rfc6979 v0.4.0
17492024-02-14T22:26:58.392Z Compiling secrecy v0.8.0
17502024-02-14T22:26:58.523Z Compiling thiserror-impl-no-std v2.0.2
17512024-02-14T22:26:58.673Z Compiling half v2.3.1
17522024-02-14T22:26:59.158Z Compiling ciborium-io v0.2.2
17532024-02-14T22:26:59.240Z Compiling option-ext v0.2.0
17542024-02-14T22:26:59.292Z Compiling convert_case v0.4.0
17552024-02-14T22:26:59.370Z Compiling dirs-sys v0.4.1
17562024-02-14T22:27:00.023Z Compiling ciborium-ll v0.2.2
17572024-02-14T22:27:00.227Z Compiling derive_more v0.99.17
17582024-02-14T22:27:00.365Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17592024-02-14T22:27:00.472Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17602024-02-14T22:27:01.592Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17612024-02-14T22:27:02.015Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17622024-02-14T22:27:02.173Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17632024-02-14T22:27:02.571Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17642024-02-14T22:27:02.595Z Compiling thiserror-no-std v2.0.2
17652024-02-14T22:27:02.729Z Compiling ecdsa v0.16.9
17662024-02-14T22:27:03.226Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17672024-02-14T22:27:03.668Z Compiling parking_lot v0.11.2
17682024-02-14T22:27:03.709Z Compiling tokio-tungstenite v0.20.1
17692024-02-14T22:27:03.963Z Compiling rand_chacha v0.2.2
17702024-02-14T22:27:04.730Z Compiling slog-stdlog v4.1.1
17712024-02-14T22:27:04.982Z Compiling trust-dns-client v0.22.0
17722024-02-14T22:27:05.811Z Compiling ed25519 v2.2.2
17732024-02-14T22:27:05.824Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17742024-02-14T22:27:05.824Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17752024-02-14T22:27:06.029Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17762024-02-14T22:27:23.119Z Compiling polyval v0.6.1
17772024-02-14T22:27:23.119Z Compiling primeorder v0.13.6
17782024-02-14T22:27:23.119Z Compiling aes v0.8.3
17792024-02-14T22:27:23.119Z Compiling ctr v0.9.2
17802024-02-14T22:27:23.119Z Compiling blowfish v0.9.1
17812024-02-14T22:27:23.119Z Compiling password-hash v0.4.2
17822024-02-14T22:27:23.119Z Compiling libsw v3.3.1
17832024-02-14T22:27:23.119Z Compiling pbkdf2 v0.12.2
17842024-02-14T22:27:23.119Z Compiling derive-where v1.2.7
17852024-02-14T22:27:23.119Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17862024-02-14T22:27:23.119Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17872024-02-14T22:27:23.120Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17882024-02-14T22:27:23.120Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17892024-02-14T22:27:23.120Z Compiling fxhash v0.2.1
17902024-02-14T22:27:23.120Z Compiling owo-colors v4.0.0
17912024-02-14T22:27:23.120Z Compiling swrite v0.1.0
17922024-02-14T22:27:23.177Z Compiling linear-map v1.2.0
17932024-02-14T22:27:23.177Z Compiling sled v0.34.7
17942024-02-14T22:27:23.177Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17952024-02-14T22:27:23.177Z Compiling trust-dns-server v0.22.1
17962024-02-14T22:27:23.178Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
17972024-02-14T22:27:23.178Z Compiling bcrypt-pbkdf v0.10.0
17982024-02-14T22:27:23.178Z Compiling pbkdf2 v0.11.0
17992024-02-14T22:27:23.361Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18002024-02-14T22:27:23.426Z Compiling p256 v0.13.2
18012024-02-14T22:27:23.645Z Compiling ghash v0.5.0
18022024-02-14T22:27:23.706Z Compiling ed25519-dalek v2.0.0
18032024-02-14T22:27:23.848Z Compiling slog-envlogger v2.2.0
18042024-02-14T22:27:24.615Z Compiling russh-cryptovec v0.7.0
18052024-02-14T22:27:24.746Z Compiling rand v0.7.3
18062024-02-14T22:27:24.816Z Compiling vsss-rs v3.3.4
18072024-02-14T22:27:24.898Z Compiling ciborium v0.2.2
18082024-02-14T22:27:25.625Z Compiling dirs v5.0.1
18092024-02-14T22:27:29.609Z Compiling chacha20poly1305 v0.10.1
18102024-02-14T22:27:29.687Z Compiling cbc v0.1.2
18112024-02-14T22:27:29.687Z Compiling pem v3.0.2
18122024-02-14T22:27:29.688Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18132024-02-14T22:27:29.688Z Compiling headers-core v0.2.0
18142024-02-14T22:27:29.688Z Compiling kstat-rs v0.2.3
18152024-02-14T22:27:29.688Z Compiling glob v0.3.1
18162024-02-14T22:27:29.688Z Compiling md5 v0.7.0
18172024-02-14T22:27:29.773Z Compiling http-range v0.1.5
18182024-02-14T22:27:29.774Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18192024-02-14T22:27:29.774Z Compiling hyper-staticfile v0.9.5
18202024-02-14T22:27:29.774Z Compiling russh-keys v0.40.1
18212024-02-14T22:27:29.774Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18222024-02-14T22:27:29.774Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18232024-02-14T22:27:30.682Z Compiling headers v0.3.9
18242024-02-14T22:27:31.626Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18252024-02-14T22:27:31.646Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18262024-02-14T22:27:32.857Z Compiling rcgen v0.12.1
18272024-02-14T22:27:33.732Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18282024-02-14T22:27:33.997Z Compiling aes-gcm v0.10.3
18292024-02-14T22:27:36.686Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18)
18302024-02-14T22:27:38.579Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18312024-02-14T22:27:38.591Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18322024-02-14T22:27:40.855Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52)
18332024-02-14T22:27:41.997Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18342024-02-14T22:27:42.629Z Compiling atomicwrites v0.4.3
18352024-02-14T22:27:42.662Z Compiling itertools v0.12.1
18362024-02-14T22:27:42.984Z Compiling subprocess v0.2.9
18372024-02-14T22:27:44.333Z Compiling display-error-chain v0.2.0
18382024-02-14T22:27:44.523Z Compiling hex-literal v0.4.1
18392024-02-14T22:27:44.791Z Compiling russh v0.40.2
18402024-02-14T22:27:47.878Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18412024-02-14T22:27:48.017Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18422024-02-14T22:27:54.314Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18432024-02-14T22:27:54.829Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18442024-02-14T22:28:15.354Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18452024-02-14T22:29:13.153Z Finished dev [unoptimized + debuginfo] target(s) in 5m 42s
18462024-02-14T22:29:13.483Z
18472024-02-14T22:29:13.484Zreal 5:42.906225847
18482024-02-14T22:29:13.484Zuser 29:12.738826669
18492024-02-14T22:29:13.488Zsys 5:38.857305914
18502024-02-14T22:29:13.488Ztrap 0.831095399
18512024-02-14T22:29:13.488Ztflt 7.605519788
18522024-02-14T22:29:13.488Zdflt 5.276786394
18532024-02-14T22:29:13.488Zkflt 0.094188564
18542024-02-14T22:29:13.488Zlock 54:15.555866625
18552024-02-14T22:29:13.488Zslp 1:25:42.537808662
18562024-02-14T22:29:13.488Zlat 1:39.244367178
18572024-02-14T22:29:13.488Zstop 4:27.985949374
18582024-02-14T22:29:13.488Z+ mkdir -p /work/end-to-end-tests
18592024-02-14T22:29:13.488Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18602024-02-14T22:29:14.232Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18612024-02-14T22:29:14.232Z+ ptime -m gzip
18622024-02-14T22:29:14.236Z++ basename target/debug/bootstrap
18632024-02-14T22:29:27.451Z
18642024-02-14T22:29:27.454Zreal 13.213314397
18652024-02-14T22:29:27.454Zuser 13.112670400
18662024-02-14T22:29:27.454Zsys 0.091048978
18672024-02-14T22:29:27.454Ztrap 0.002729347
18682024-02-14T22:29:27.454Ztflt 0.000000000
18692024-02-14T22:29:27.454Zdflt 0.000000000
18702024-02-14T22:29:27.454Zkflt 0.000000000
18712024-02-14T22:29:27.454Zlock 0.000000000
18722024-02-14T22:29:27.454Zslp 0.000000000
18732024-02-14T22:29:27.454Zlat 0.006475486
18742024-02-14T22:29:27.455Zstop 0.000170152
18752024-02-14T22:29:27.455Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18762024-02-14T22:29:27.455Z+ ptime -m gzip
18772024-02-14T22:29:27.455Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-814497ffe476019b
18782024-02-14T22:29:28.755Z
18792024-02-14T22:29:28.756Zreal 1.287227158
18802024-02-14T22:29:28.756Zuser 1.276056042
18812024-02-14T22:29:28.756Zsys 0.010574853
18822024-02-14T22:29:28.756Ztrap 0.000089306
18832024-02-14T22:29:28.775Ztflt 0.000000000
18842024-02-14T22:29:28.776Zdflt 0.000000000
18852024-02-14T22:29:28.776Zkflt 0.000000000
18862024-02-14T22:29:28.777Zlock 0.000000000
18872024-02-14T22:29:28.777Zslp 0.000000000
18882024-02-14T22:29:28.777Zlat 0.000117634
18892024-02-14T22:29:28.777Zstop 0.000168771
18902024-02-14T22:29:28.777Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18912024-02-14T22:29:28.778Z+ ptime -m gzip
18922024-02-14T22:29:28.778Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7c7bf8ffe79eb016
18932024-02-14T22:29:42.325Z
18942024-02-14T22:29:42.325Zreal 13.573204332
18952024-02-14T22:29:42.325Zuser 13.478520668
18962024-02-14T22:29:42.330Zsys 0.090483860
18972024-02-14T22:29:42.330Ztrap 0.002065360
18982024-02-14T22:29:42.330Ztflt 0.000000000
18992024-02-14T22:29:42.330Zdflt 0.000000000
19002024-02-14T22:29:42.330Zkflt 0.000000000
19012024-02-14T22:29:42.330Zlock 0.000000000
19022024-02-14T22:29:42.331Zslp 0.000000000
19032024-02-14T22:29:42.331Zlat 0.001742488
19042024-02-14T22:29:42.331Zstop 0.000172342
19052024-02-14T22:29:42.331Z+ banner caboose-util
19062024-02-14T22:29:42.331Z
19072024-02-14T22:29:42.331Z #### ## ##### #### #### #### ###### # # #####
19082024-02-14T22:29:42.331Z # # # # # # # # # # # # # # #
19092024-02-14T22:29:42.331Z # # # ##### # # # # #### ##### ##### # # #
19102024-02-14T22:29:42.331Z # ###### # # # # # # # # # # #
19112024-02-14T22:29:42.332Z # # # # # # # # # # # # # # # #
19122024-02-14T22:29:42.332Z #### # # ##### #### #### #### ###### #### #
19132024-02-14T22:29:42.332Z
19142024-02-14T22:29:42.332Z+ ptime -m cargo build --locked -p caboose-util --release
19152024-02-14T22:29:42.738Z Downloading crates ...
19162024-02-14T22:29:43.022Z Downloaded path-slash v0.1.5
19172024-02-14T22:29:43.027Z Downloaded radium v0.7.0
19182024-02-14T22:29:43.027Z Downloaded termcolor v1.2.0
19192024-02-14T22:29:43.446Z Downloaded crc v3.0.1
19202024-02-14T22:29:43.447Z Downloaded serde-hex v0.1.0
19212024-02-14T22:29:43.463Z Downloaded env_logger v0.10.0
19222024-02-14T22:29:43.463Z Downloaded tap v1.0.1
19232024-02-14T22:29:43.463Z Downloaded array-init v0.0.4
19242024-02-14T22:29:43.463Z Downloaded wyz v0.5.1
19252024-02-14T22:29:43.463Z Downloaded nodrop v0.1.14
19262024-02-14T22:29:43.463Z Downloaded packed_struct v0.10.1
19272024-02-14T22:29:43.463Z Downloaded packed_struct_codegen v0.10.1
19282024-02-14T22:29:43.463Z Downloaded smallvec v0.6.14
19292024-02-14T22:29:43.464Z Downloaded pkcs1 v0.7.5
19302024-02-14T22:29:43.464Z Downloaded rsa v0.9.2
19312024-02-14T22:29:43.464Z Downloaded ron v0.8.1
19322024-02-14T22:29:43.464Z Downloaded x509-cert v0.2.4
19332024-02-14T22:29:43.464Z Downloaded num-bigint-dig v0.8.4
19342024-02-14T22:29:43.465Z Downloaded maybe-uninit v2.0.0
19352024-02-14T22:29:43.465Z Downloaded crc-catalog v2.2.0
19362024-02-14T22:29:43.465Z Downloaded funty v2.0.0
19372024-02-14T22:29:43.465Z Downloaded crc-any v2.4.3
19382024-02-14T22:29:43.465Z Downloaded bitfield v0.14.0
19392024-02-14T22:29:43.465Z Downloaded bitvec v1.0.1
19402024-02-14T22:29:43.465Z Downloaded object v0.30.4
19412024-02-14T22:29:43.465Z Compiling proc-macro2 v1.0.78
19422024-02-14T22:29:43.465Z Compiling unicode-ident v1.0.12
19432024-02-14T22:29:43.465Z Compiling libc v0.2.153
19442024-02-14T22:29:43.465Z Compiling serde v1.0.196
19452024-02-14T22:29:43.466Z Compiling autocfg v1.1.0
19462024-02-14T22:29:43.466Z Compiling version_check v0.9.4
19472024-02-14T22:29:43.466Z Compiling cfg-if v1.0.0
19482024-02-14T22:29:43.466Z Compiling once_cell v1.19.0
19492024-02-14T22:29:43.466Z Compiling typenum v1.16.0
19502024-02-14T22:29:43.759Z Compiling parking_lot_core v0.9.8
19512024-02-14T22:29:43.779Z Compiling memchr v2.6.3
19522024-02-14T22:29:43.790Z Compiling syn v1.0.109
19532024-02-14T22:29:43.893Z Compiling generic-array v0.14.7
19542024-02-14T22:29:44.176Z Compiling lock_api v0.4.10
19552024-02-14T22:29:44.207Z Compiling byteorder v1.5.0
19562024-02-14T22:29:44.297Z Compiling libm v0.2.7
19572024-02-14T22:29:44.491Z Compiling num-traits v0.2.16
19582024-02-14T22:29:44.642Z Compiling quote v1.0.35
19592024-02-14T22:29:44.693Z Compiling ahash v0.8.7
19602024-02-14T22:29:44.809Z Compiling thiserror v1.0.56
19612024-02-14T22:29:45.010Z Compiling syn v2.0.48
19622024-02-14T22:29:45.257Z Compiling cc v1.0.83
19632024-02-14T22:29:45.275Z Compiling getrandom v0.2.10
19642024-02-14T22:29:45.491Z Compiling pkg-config v0.3.27
19652024-02-14T22:29:45.657Z Compiling serde_json v1.0.113
19662024-02-14T22:29:45.680Z Compiling scopeguard v1.2.0
19672024-02-14T22:29:46.435Z Compiling slab v0.4.9
19682024-02-14T22:29:46.464Z Compiling log v0.4.20
19692024-02-14T22:29:46.538Z Compiling itoa v1.0.9
19702024-02-14T22:29:46.817Z Compiling rand_core v0.6.4
19712024-02-14T22:29:47.532Z Compiling smallvec v1.13.1
19722024-02-14T22:29:47.550Z Compiling vcpkg v0.2.15
19732024-02-14T22:29:47.933Z Compiling const-oid v0.9.5
19742024-02-14T22:29:48.294Z Compiling pin-project-lite v0.2.13
19752024-02-14T22:29:48.745Z Compiling parking_lot v0.12.1
19762024-02-14T22:29:49.061Z Compiling ring v0.17.7
19772024-02-14T22:29:49.163Z Compiling openssl-sys v0.9.96
19782024-02-14T22:29:49.598Z Compiling ucd-trie v0.1.6
19792024-02-14T22:29:50.093Z Compiling ryu v1.0.15
19802024-02-14T22:29:50.093Z Compiling signal-hook-registry v1.4.1
19812024-02-14T22:29:50.118Z Compiling io-lifetimes v1.0.11
19822024-02-14T22:29:50.181Z Compiling subtle v2.5.0
19832024-02-14T22:29:50.531Z Compiling ring v0.16.20
19842024-02-14T22:29:50.616Z Compiling mio v0.8.9
19852024-02-14T22:29:50.780Z Compiling num-integer v0.1.45
19862024-02-14T22:29:51.104Z Compiling futures-core v0.3.30
19872024-02-14T22:29:51.330Z Compiling semver v1.0.21
19882024-02-14T22:29:52.372Z Compiling rustix v0.37.23
19892024-02-14T22:29:52.716Z Compiling spin v0.5.2
19902024-02-14T22:29:52.959Z Compiling socket2 v0.5.5
19912024-02-14T22:29:53.305Z Compiling num_cpus v1.16.0
19922024-02-14T22:29:53.423Z Compiling heck v0.4.1
19932024-02-14T22:29:53.606Z Compiling httparse v1.8.0
19942024-02-14T22:29:53.796Z Compiling openssl v0.10.60
19952024-02-14T22:29:53.832Z Compiling futures-sink v0.3.30
19962024-02-14T22:29:53.985Z Compiling allocator-api2 v0.2.16
19972024-02-14T22:29:54.020Z Compiling unicode-xid v0.2.4
19982024-02-14T22:29:54.217Z Compiling synstructure v0.12.6
19992024-02-14T22:29:55.110Z Compiling tinyvec_macros v0.1.1
20002024-02-14T22:29:55.134Z Compiling equivalent v1.0.1
20012024-02-14T22:29:55.135Z Compiling tinyvec v1.6.0
20022024-02-14T22:29:55.135Z Compiling futures-channel v0.3.30
20032024-02-14T22:29:55.345Z Compiling futures-io v0.3.30
20042024-02-14T22:29:55.452Z Compiling native-tls v0.2.11
20052024-02-14T22:29:55.603Z Compiling rustls v0.21.9
20062024-02-14T22:29:55.615Z Compiling ppv-lite86 v0.2.17
20072024-02-14T22:29:55.709Z Compiling pin-utils v0.1.0
20082024-02-14T22:29:55.788Z Compiling futures-task v0.3.30
20092024-02-14T22:29:55.887Z Compiling crc32fast v1.3.2
20102024-02-14T22:29:55.906Z Compiling bzip2-sys v0.1.11+1.0.8
20112024-02-14T22:29:56.207Z Compiling spin v0.9.8
20122024-02-14T22:29:56.342Z Compiling unicode-normalization v0.1.22
20132024-02-14T22:29:56.357Z Compiling rand_chacha v0.3.1
20142024-02-14T22:29:56.416Z Compiling tracing-core v0.1.31
20152024-02-14T22:29:56.425Z Compiling unicode-bidi v0.3.13
20162024-02-14T22:29:56.610Z Compiling base64ct v1.6.0
20172024-02-14T22:29:57.427Z Compiling pem-rfc7468 v0.7.0
20182024-02-14T22:29:57.438Z Compiling rand v0.8.5
20192024-02-14T22:29:58.066Z Compiling errno v0.3.8
20202024-02-14T22:29:58.520Z Compiling num-iter v0.1.43
20212024-02-14T22:29:58.523Z Compiling usdt-impl v0.3.5
20222024-02-14T22:29:58.523Z Compiling serde_derive v1.0.196
20232024-02-14T22:29:58.523Z Compiling zeroize_derive v1.4.2
20242024-02-14T22:29:58.523Z Compiling zerocopy-derive v0.7.32
20252024-02-14T22:29:58.649Z Compiling thiserror-impl v1.0.56
20262024-02-14T22:29:58.662Z Compiling tokio-macros v2.2.0
20272024-02-14T22:29:59.057Z Compiling futures-macro v0.3.30
20282024-02-14T22:29:59.198Z Compiling tracing-attributes v0.1.26
20292024-02-14T22:29:59.517Z Compiling der_derive v0.7.2
20302024-02-14T22:29:59.917Z Compiling zeroize v1.7.0
20312024-02-14T22:30:00.582Z Compiling zerocopy v0.7.32
20322024-02-14T22:30:01.540Z Compiling pest v2.7.6
20332024-02-14T22:30:01.891Z Compiling crypto-common v0.1.6
20342024-02-14T22:30:01.905Z Compiling block-buffer v0.10.4
20352024-02-14T22:30:02.100Z Compiling digest v0.10.7
20362024-02-14T22:30:02.151Z Compiling zerocopy-derive v0.2.0
20372024-02-14T22:30:02.570Z Compiling openssl-macros v0.1.1
20382024-02-14T22:30:03.140Z Compiling futures-util v0.3.30
20392024-02-14T22:30:03.156Z Compiling tracing v0.1.37
20402024-02-14T22:30:03.157Z Compiling hashbrown v0.14.2
20412024-02-14T22:30:03.631Z Compiling zerocopy-derive v0.6.4
20422024-02-14T22:30:03.631Z Compiling scroll_derive v0.12.0
20432024-02-14T22:30:03.906Z Compiling pest_meta v2.7.6
20442024-02-14T22:30:04.237Z Compiling rustix v0.38.31
20452024-02-14T22:30:04.705Z Compiling flagset v0.4.3
20462024-02-14T22:30:04.786Z Compiling signal-hook v0.3.17
20472024-02-14T22:30:04.922Z Compiling schemars v0.8.16
20482024-02-14T22:30:05.099Z Compiling der v0.7.8
20492024-02-14T22:30:05.134Z Compiling pest_generator v2.7.6
20502024-02-14T22:30:06.745Z Compiling serde_derive_internals v0.26.0
20512024-02-14T22:30:08.081Z Compiling pest_derive v2.7.6
20522024-02-14T22:30:09.292Z Compiling fnv v1.0.7
20532024-02-14T22:30:09.421Z Compiling bitflags v1.3.2
20542024-02-14T22:30:09.523Z Compiling schemars_derive v0.8.16
20552024-02-14T22:30:09.750Z Compiling spki v0.7.2
20562024-02-14T22:30:11.781Z Compiling zerocopy v0.3.0
20572024-02-14T22:30:12.490Z Compiling bytes v1.5.0
20582024-02-14T22:30:12.656Z Compiling indexmap v2.2.2
20592024-02-14T22:30:12.776Z Compiling bitflags v2.4.0
20602024-02-14T22:30:12.847Z Compiling uuid v1.7.0
20612024-02-14T22:30:13.593Z Compiling tokio v1.36.0
20622024-02-14T22:30:13.664Z Compiling rustc_version v0.4.0
20632024-02-14T22:30:14.159Z Compiling http v0.2.11
20642024-02-14T22:30:14.259Z Compiling heapless v0.7.16
20652024-02-14T22:30:14.702Z Compiling lazy_static v1.4.0
20662024-02-14T22:30:15.431Z Compiling backtrace v0.3.69
20672024-02-14T22:30:15.477Z Compiling thread-id v4.2.0
20682024-02-14T22:30:15.575Z Compiling memoffset v0.9.0
20692024-02-14T22:30:15.869Z Compiling num-bigint v0.4.4
20702024-02-14T22:30:15.919Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20712024-02-14T22:30:16.352Z Compiling crossbeam-utils v0.8.16
20722024-02-14T22:30:16.657Z Compiling foreign-types-shared v0.1.1
20732024-02-14T22:30:16.779Z Compiling percent-encoding v2.3.1
20742024-02-14T22:30:16.848Z Compiling base64 v0.21.7
20752024-02-14T22:30:16.855Z Compiling untrusted v0.9.0
20762024-02-14T22:30:16.932Z Compiling async-trait v0.1.77
20772024-02-14T22:30:17.018Z Compiling iana-time-zone v0.1.57
20782024-02-14T22:30:17.102Z Compiling smoltcp v0.9.1
20792024-02-14T22:30:17.395Z Compiling untrusted v0.7.1
20802024-02-14T22:30:17.596Z Compiling chrono v0.4.31
20812024-02-14T22:30:18.845Z Compiling foreign-types v0.3.2
20822024-02-14T22:30:20.204Z Compiling dof v0.1.5
20832024-02-14T22:30:21.314Z Compiling dtrace-parser v0.1.14
20842024-02-14T22:30:21.330Z Compiling hmac v0.12.1
20852024-02-14T22:30:21.330Z Compiling clap_derive v4.4.2
20862024-02-14T22:30:21.545Z Compiling tokio-util v0.7.10
20872024-02-14T22:30:21.733Z Compiling try-lock v0.2.4
20882024-02-14T22:30:22.550Z Compiling anstyle v1.0.2
20892024-02-14T22:30:22.609Z Compiling rustversion v1.0.14
20902024-02-14T22:30:23.113Z Compiling cpufeatures v0.2.12
20912024-02-14T22:30:23.113Z Compiling siphasher v0.3.11
20922024-02-14T22:30:23.150Z Compiling time-core v0.1.1
20932024-02-14T22:30:23.209Z Compiling utf8parse v0.2.1
20942024-02-14T22:30:23.272Z Compiling adler v1.0.2
20952024-02-14T22:30:23.319Z Compiling time-macros v0.2.13
20962024-02-14T22:30:23.429Z Compiling miniz_oxide v0.7.1
20972024-02-14T22:30:23.472Z Compiling anstyle-parse v0.2.1
20982024-02-14T22:30:24.784Z Compiling sha2 v0.10.8
20992024-02-14T22:30:25.527Z Compiling h2 v0.3.24
21002024-02-14T22:30:27.349Z Compiling want v0.3.1
21012024-02-14T22:30:29.177Z Compiling rustls-webpki v0.101.7
21022024-02-14T22:30:29.314Z Compiling sct v0.7.0
21032024-02-14T22:30:29.788Z Compiling form_urlencoded v1.2.1
21042024-02-14T22:30:30.064Z Compiling http-body v0.4.5
21052024-02-14T22:30:30.476Z Compiling serde_tokenstream v0.1.7
21062024-02-14T22:30:30.976Z Compiling pkcs8 v0.10.2
21072024-02-14T22:30:31.019Z Compiling hubpack_derive v0.1.1
21082024-02-14T22:30:31.800Z Compiling socket2 v0.4.9
21092024-02-14T22:30:31.877Z Compiling crossbeam-epoch v0.9.15
21102024-02-14T22:30:32.065Z Compiling usdt-impl v0.5.0
21112024-02-14T22:30:32.303Z Compiling slog v2.7.0
21122024-02-14T22:30:32.966Z Compiling openssl-probe v0.1.5
21132024-02-14T22:30:32.970Z Compiling radium v0.7.0
21142024-02-14T22:30:32.970Z Compiling colorchoice v1.0.0
21152024-02-14T22:30:33.267Z Compiling anstyle-query v1.0.0
21162024-02-14T22:30:33.408Z Compiling tower-service v0.3.2
21172024-02-14T22:30:33.504Z Compiling anyhow v1.0.75
21182024-02-14T22:30:33.527Z Compiling httpdate v1.0.3
21192024-02-14T22:30:33.939Z Compiling hyper v0.14.27
21202024-02-14T22:30:34.766Z Compiling anstream v0.5.0
21212024-02-14T22:30:38.720Z Compiling terminal_size v0.2.6
21222024-02-14T22:30:41.884Z Compiling serde_spanned v0.6.5
21232024-02-14T22:30:42.115Z Compiling toml_datetime v0.6.5
21242024-02-14T22:30:42.556Z Compiling zerocopy v0.6.4
21252024-02-14T22:30:42.729Z Compiling scroll v0.12.0
21262024-02-14T22:30:43.302Z Compiling md-5 v0.10.5
21272024-02-14T22:30:43.534Z Compiling idna v0.5.0
21282024-02-14T22:30:43.644Z Compiling stringprep v0.1.3
21292024-02-14T22:30:43.900Z Compiling diesel_table_macro_syntax v0.1.0
21302024-02-14T22:30:44.178Z Compiling hash32 v0.2.1
21312024-02-14T22:30:44.280Z Compiling aho-corasick v1.0.4
21322024-02-14T22:30:44.356Z Compiling dyn-clone v1.0.16
21332024-02-14T22:30:44.487Z Compiling fallible-iterator v0.2.0
21342024-02-14T22:30:44.545Z Compiling stable_deref_trait v1.2.0
21352024-02-14T22:30:45.067Z Compiling plain v0.2.3
21362024-02-14T22:30:45.067Z Compiling regex-syntax v0.8.2
21372024-02-14T22:30:45.067Z Compiling maybe-uninit v2.0.0
21382024-02-14T22:30:45.067Z Compiling gimli v0.28.0
21392024-02-14T22:30:45.067Z Compiling tap v1.0.1
21402024-02-14T22:30:45.067Z Compiling strsim v0.10.0
21412024-02-14T22:30:45.178Z Compiling clap_lex v0.5.1
21422024-02-14T22:30:45.237Z Compiling winnow v0.5.15
21432024-02-14T22:30:45.693Z Compiling clap_builder v4.4.2
21442024-02-14T22:30:45.709Z Compiling postgres-protocol v0.6.6
21452024-02-14T22:30:46.549Z Compiling wyz v0.5.1
21462024-02-14T22:30:46.969Z Compiling goblin v0.8.0
21472024-02-14T22:30:48.109Z Compiling url v2.5.0
21482024-02-14T22:30:48.302Z Compiling regex-automata v0.4.4
21492024-02-14T22:30:49.074Z Compiling diesel_derives v2.1.2
21502024-02-14T22:30:49.788Z Compiling addr2line v0.21.0
21512024-02-14T22:30:51.105Z Compiling tokio-rustls v0.24.1
21522024-02-14T22:30:51.503Z Compiling strum_macros v0.25.2
21532024-02-14T22:30:55.283Z Compiling tokio-native-tls v0.3.1
21542024-02-14T22:30:56.140Z Compiling usdt-macro v0.3.5
21552024-02-14T22:30:56.458Z Compiling usdt-attr-macro v0.3.5
21562024-02-14T22:30:57.362Z Compiling phf_shared v0.11.2
21572024-02-14T22:30:57.914Z Compiling block-padding v0.3.3
21582024-02-14T22:30:57.917Z Compiling enum-as-inner v0.5.1
21592024-02-14T22:30:58.107Z Compiling serde_repr v0.1.16
21602024-02-14T22:30:58.644Z Compiling ff v0.13.0
21612024-02-14T22:30:58.875Z Compiling scheduled-thread-pool v0.2.7
21622024-02-14T22:30:59.217Z Compiling object v0.32.1
21632024-02-14T22:30:59.869Z Compiling managed v0.8.0
21642024-02-14T22:31:00.619Z Compiling ipnet v2.9.0
21652024-02-14T22:31:00.987Z Compiling pretty-hex v0.4.1
21662024-02-14T22:31:01.213Z Compiling deranged v0.3.8
21672024-02-14T22:31:02.331Z Compiling matches v0.1.10
21682024-02-14T22:31:02.427Z Compiling num-bigint-dig v0.8.4
21692024-02-14T22:31:03.147Z Compiling regex-automata v0.1.10
21702024-02-14T22:31:03.245Z Compiling rustc-demangle v0.1.23
21712024-02-14T22:31:04.164Z Compiling packed_struct v0.10.1
21722024-02-14T22:31:04.168Z Compiling num_threads v0.1.6
21732024-02-14T22:31:04.199Z Compiling base16ct v0.2.0
21742024-02-14T22:31:04.207Z Compiling bit-vec v0.6.3
21752024-02-14T22:31:04.254Z Compiling funty v2.0.0
21762024-02-14T22:31:04.487Z Compiling sec1 v0.7.3
21772024-02-14T22:31:04.636Z Compiling time v0.3.27
21782024-02-14T22:31:06.136Z Compiling bitvec v1.0.1
21792024-02-14T22:31:07.320Z Compiling bstr v0.2.17
21802024-02-14T22:31:08.770Z Compiling idna v0.2.3
21812024-02-14T22:31:09.555Z Compiling dof v0.3.0
21822024-02-14T22:31:10.214Z Compiling r2d2 v0.8.10
21832024-02-14T22:31:10.595Z Compiling group v0.13.0
21842024-02-14T22:31:10.819Z Compiling inout v0.1.3
21852024-02-14T22:31:11.219Z Compiling phf v0.11.2
21862024-02-14T22:31:12.346Z Compiling hyper-tls v0.5.0
21872024-02-14T22:31:12.554Z Compiling regex v1.10.3
21882024-02-14T22:31:12.706Z Compiling hyper-rustls v0.24.2
21892024-02-14T22:31:13.473Z Compiling signal-hook-mio v0.2.3
21902024-02-14T22:31:13.479Z Compiling flate2 v1.0.28
21912024-02-14T22:31:13.626Z Compiling clap v4.4.3
21922024-02-14T22:31:13.739Z Compiling bzip2 v0.4.4
21932024-02-14T22:31:14.534Z Compiling ipnetwork v0.20.0
21942024-02-14T22:31:14.543Z Compiling toml_edit v0.19.15
21952024-02-14T22:31:14.543Z Compiling postgres-types v0.2.6
21962024-02-14T22:31:15.074Z Compiling hubpack v0.1.2
21972024-02-14T22:31:15.121Z Compiling serde_urlencoded v0.7.1
21982024-02-14T22:31:15.527Z Compiling phf_shared v0.10.0
21992024-02-14T22:31:15.616Z Compiling rustls-pemfile v1.0.3
22002024-02-14T22:31:15.644Z Compiling hkdf v0.12.4
22012024-02-14T22:31:15.958Z Compiling dtrace-parser v0.2.0
22022024-02-14T22:31:17.717Z Compiling futures-executor v0.3.30
22032024-02-14T22:31:19.367Z Compiling crypto-bigint v0.5.2
22042024-02-14T22:31:19.384Z Compiling packed_struct_codegen v0.10.1
22052024-02-14T22:31:19.635Z Compiling float-cmp v0.9.0
22062024-02-14T22:31:20.277Z Compiling indexmap v1.9.3
22072024-02-14T22:31:20.437Z Compiling encoding_rs v0.8.33
22082024-02-14T22:31:21.303Z Compiling unicode-segmentation v1.10.1
22092024-02-14T22:31:21.431Z Compiling normalize-line-endings v0.3.0
22102024-02-14T22:31:21.669Z Compiling precomputed-hash v0.1.1
22112024-02-14T22:31:21.788Z Compiling fixedbitset v0.4.2
22122024-02-14T22:31:22.195Z Compiling predicates-core v1.0.6
22132024-02-14T22:31:22.512Z Compiling static_assertions v1.1.0
22142024-02-14T22:31:22.610Z Compiling minimal-lexical v0.2.1
22152024-02-14T22:31:22.839Z Compiling data-encoding v2.4.0
22162024-02-14T22:31:23.126Z Compiling difflib v0.4.0
22172024-02-14T22:31:24.132Z Compiling unicode-width v0.1.11
22182024-02-14T22:31:24.305Z Compiling regex-automata v0.3.8
22192024-02-14T22:31:24.424Z Compiling crc-catalog v2.2.0
22202024-02-14T22:31:24.574Z Compiling webpki-roots v0.25.2
22212024-02-14T22:31:24.623Z Compiling new_debug_unreachable v1.0.4
22222024-02-14T22:31:24.725Z Compiling nodrop v0.1.14
22232024-02-14T22:31:24.737Z Compiling mime v0.3.17
22242024-02-14T22:31:24.838Z Compiling whoami v1.4.1
22252024-02-14T22:31:25.269Z Compiling either v1.9.0
22262024-02-14T22:31:25.618Z Compiling itertools v0.10.5
22272024-02-14T22:31:25.905Z Compiling tokio-postgres v0.7.10
22282024-02-14T22:31:26.664Z Compiling bstr v1.6.0
22292024-02-14T22:31:28.116Z Compiling reqwest v0.11.22
22302024-02-14T22:31:28.212Z Compiling array-init v0.0.4
22312024-02-14T22:31:28.558Z Compiling string_cache v0.8.7
22322024-02-14T22:31:28.995Z Compiling crc v3.0.1
22332024-02-14T22:31:29.562Z Compiling console v0.15.8
22342024-02-14T22:31:29.738Z Compiling predicates v3.1.0
22352024-02-14T22:31:30.816Z Compiling trust-dns-proto v0.22.0
22362024-02-14T22:31:30.923Z Compiling nom v7.1.3
22372024-02-14T22:31:32.662Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22382024-02-14T22:31:38.751Z Compiling petgraph v0.6.4
22392024-02-14T22:31:40.579Z Compiling similar v2.3.0
22402024-02-14T22:31:41.237Z Compiling elliptic-curve v0.13.8
22412024-02-14T22:31:43.547Z Compiling futures v0.3.30
22422024-02-14T22:31:43.665Z Compiling toml v0.7.8
22432024-02-14T22:31:46.747Z Compiling smallvec v0.6.14
22442024-02-14T22:31:46.829Z Compiling diesel v2.1.4
22452024-02-14T22:31:46.959Z Compiling zip v0.6.6
22462024-02-14T22:31:47.235Z Compiling yasna v0.5.2
22472024-02-14T22:31:47.491Z Compiling crossterm v0.27.0
22482024-02-14T22:31:48.197Z Compiling cipher v0.4.4
22492024-02-14T22:31:50.016Z Compiling bit-set v0.5.3
22502024-02-14T22:31:50.315Z Compiling usdt v0.3.5
22512024-02-14T22:31:50.592Z Compiling is-terminal v0.4.9
22522024-02-14T22:31:50.907Z Compiling toml_edit v0.21.1
22532024-02-14T22:31:57.836Z Compiling pkcs1 v0.7.5
22542024-02-14T22:31:58.070Z Compiling tokio-stream v0.1.14
22552024-02-14T22:31:59.699Z Compiling openapiv3 v2.0.0
22562024-02-14T22:32:00.876Z Compiling hex v0.4.3
22572024-02-14T22:32:01.600Z Compiling hashbrown v0.13.2
22582024-02-14T22:32:01.679Z Compiling signature v2.1.0
22592024-02-14T22:32:04.649Z Compiling termcolor v1.2.0
22602024-02-14T22:32:05.408Z Compiling hashbrown v0.12.3
22612024-02-14T22:32:06.020Z Compiling bitfield v0.14.0
22622024-02-14T22:32:06.337Z Compiling lalrpop-util v0.19.12
22632024-02-14T22:32:18.902Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22642024-02-14T22:32:19.155Z Compiling env_logger v0.10.0
22652024-02-14T22:32:19.155Z Compiling rsa v0.9.2
22662024-02-14T22:32:24.809Z Compiling serde-hex v0.1.0
22672024-02-14T22:32:29.630Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22682024-02-14T22:32:30.053Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22692024-02-14T22:32:31.867Z Compiling ron v0.8.1
22702024-02-14T22:32:32.207Z Compiling x509-cert v0.2.4
22712024-02-14T22:32:37.081Z Compiling crc-any v2.4.3
22722024-02-14T22:32:55.629Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22732024-02-14T22:32:58.856Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22742024-02-14T22:33:06.296Z Compiling object v0.30.4
22752024-02-14T22:33:12.217Z Compiling path-slash v0.1.5
22762024-02-14T22:33:16.785Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22772024-02-14T22:33:38.965Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22782024-02-14T22:33:39.735Z Finished release [optimized] target(s) in 3m 57s
22792024-02-14T22:33:39.808Z
22802024-02-14T22:33:39.824Zreal 3:57.443601410
22812024-02-14T22:33:39.824Zuser 26:25.072356901
22822024-02-14T22:33:39.824Zsys 3:04.494697174
22832024-02-14T22:33:39.824Ztrap 0.814124731
22842024-02-14T22:33:39.824Ztflt 1.695594505
22852024-02-14T22:33:39.824Zdflt 0.268508132
22862024-02-14T22:33:39.824Zkflt 0.000364590
22872024-02-14T22:33:39.824Zlock 59:44.938916217
22882024-02-14T22:33:39.824Zslp 1:17:42.363002940
22892024-02-14T22:33:39.825Zlat 1:26.423089457
22902024-02-14T22:33:39.825Zstop 1:18.163092307
22912024-02-14T22:33:39.825Z+ ptime -m gzip
22922024-02-14T22:33:40.274Z
22932024-02-14T22:33:40.277Zreal 0.461905349
22942024-02-14T22:33:40.277Zuser 0.455954348
22952024-02-14T22:33:40.277Zsys 0.005405297
22962024-02-14T22:33:40.277Ztrap 0.000035897
22972024-02-14T22:33:40.277Ztflt 0.000000000
22982024-02-14T22:33:40.277Zdflt 0.000000000
22992024-02-14T22:33:40.277Zkflt 0.000000000
23002024-02-14T22:33:40.277Zlock 0.000000000
23012024-02-14T22:33:40.277Zslp 0.000000000
23022024-02-14T22:33:40.277Zlat 0.000101385
23032024-02-14T22:33:40.278Zstop 0.000182691
23042024-02-14T22:33:40.278Z+ banner tufaceous
23052024-02-14T22:33:40.278Z
23062024-02-14T22:33:40.278Z ##### # # ###### ## #### ###### #### # # ####
23072024-02-14T22:33:40.278Z # # # # # # # # # # # # # #
23082024-02-14T22:33:40.278Z # # # ##### # # # ##### # # # # ####
23092024-02-14T22:33:40.278Z # # # # ###### # # # # # # #
23102024-02-14T22:33:40.278Z # # # # # # # # # # # # # # #
23112024-02-14T22:33:40.278Z # #### # # # #### ###### #### #### ####
23122024-02-14T22:33:40.278Z
23132024-02-14T22:33:40.278Z+ ptime -m cargo build --locked -p tufaceous --release
23142024-02-14T22:33:40.689Z Downloading crates ...
23152024-02-14T22:33:40.946Z Downloaded async-recursion v1.0.5
23162024-02-14T22:33:40.955Z Downloaded pin-project v1.1.3
23172024-02-14T22:33:40.970Z Downloaded humantime v2.1.0
23182024-02-14T22:33:40.982Z Downloaded parse-size v1.0.0
23192024-02-14T22:33:40.982Z Downloaded pin-project-internal v1.1.3
23202024-02-14T22:33:40.982Z Downloaded fs-err v2.11.0
23212024-02-14T22:33:40.982Z Downloaded serde_plain v1.0.2
23222024-02-14T22:33:40.982Z Downloaded globset v0.4.13
23232024-02-14T22:33:40.982Z Downloaded olpc-cjson v0.1.3
23242024-02-14T22:33:40.982Z Downloaded buf-list v1.0.3
23252024-02-14T22:33:40.995Z Downloaded doc-comment v0.3.3
23262024-02-14T22:33:40.995Z Downloaded snafu-derive v0.7.5
23272024-02-14T22:33:40.995Z Downloaded snafu v0.7.5
23282024-02-14T22:33:41.002Z Downloaded typed-path v0.7.0
23292024-02-14T22:33:41.003Z Downloaded tough v0.16.0
23302024-02-14T22:33:41.098Z Compiling serde_tokenstream v0.2.0
23312024-02-14T22:33:41.160Z Compiling regress v0.7.1
23322024-02-14T22:33:41.172Z Compiling dirs-sys-next v0.1.2
23332024-02-14T22:33:41.175Z Compiling rustls-pki-types v1.1.0
23342024-02-14T22:33:41.175Z Compiling ident_case v1.0.1
23352024-02-14T22:33:41.202Z Compiling thread_local v1.1.7
23362024-02-14T22:33:41.205Z Compiling heck v0.4.1
23372024-02-14T22:33:41.333Z Compiling dirs-next v2.0.0
23382024-02-14T22:33:41.573Z Compiling darling_core v0.20.3
23392024-02-14T22:33:41.623Z Compiling camino v1.1.6
23402024-02-14T22:33:42.069Z Compiling slog-async v2.8.0
23412024-02-14T22:33:42.235Z Compiling rustls v0.22.2
23422024-02-14T22:33:42.361Z Compiling rustls-webpki v0.102.1
23432024-02-14T22:33:42.475Z Compiling term v0.7.0
23442024-02-14T22:33:42.563Z Compiling crossbeam-channel v0.5.8
23452024-02-14T22:33:42.577Z Compiling getopts v0.2.21
23462024-02-14T22:33:42.599Z Compiling structmeta-derive v0.3.0
23472024-02-14T22:33:43.453Z Compiling atty v0.2.14
23482024-02-14T22:33:43.606Z Compiling multer v3.0.0
23492024-02-14T22:33:43.931Z Compiling match_cfg v0.1.0
23502024-02-14T22:33:44.025Z Compiling doc-comment v0.3.3
23512024-02-14T22:33:44.310Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23522024-02-14T22:33:45.395Z Compiling paste v1.0.14
23532024-02-14T22:33:45.883Z Compiling take_mut v0.2.2
23542024-02-14T22:33:45.887Z Compiling unsafe-libyaml v0.2.10
23552024-02-14T22:33:46.964Z Compiling darling_macro v0.20.3
23562024-02-14T22:33:47.322Z Compiling serde_yaml v0.9.25
23572024-02-14T22:33:47.456Z Compiling structmeta v0.3.0
23582024-02-14T22:33:47.842Z Compiling hostname v0.3.1
23592024-02-14T22:33:47.954Z Compiling darling v0.20.3
23602024-02-14T22:33:47.967Z Compiling slog-term v2.9.0
23612024-02-14T22:33:49.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622024-02-14T22:33:49.859Z Compiling slog-json v2.6.1
23632024-02-14T22:33:50.384Z Compiling http v1.0.0
23642024-02-14T22:33:50.996Z Compiling pin-project-internal v1.1.3
23652024-02-14T22:33:51.191Z Compiling async-stream-impl v0.3.5
23662024-02-14T22:33:51.587Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23672024-02-14T22:33:51.946Z Compiling fastrand v2.0.1
23682024-02-14T22:33:52.219Z Compiling atomic-waker v1.1.1
23692024-02-14T22:33:52.414Z Compiling waitgroup v0.1.2
23702024-02-14T22:33:52.484Z Compiling async-stream v0.3.5
23712024-02-14T22:33:52.635Z Compiling tempfile v3.10.0
23722024-02-14T22:33:52.798Z Compiling tokio-rustls v0.25.0
23732024-02-14T22:33:53.376Z Compiling slog-bunyan v2.5.0
23742024-02-14T22:33:53.739Z Compiling serde_with_macros v3.6.0
23752024-02-14T22:33:53.903Z Compiling pin-project v1.1.3
23762024-02-14T22:33:54.152Z Compiling parse-display-derive v0.9.0
23772024-02-14T22:33:55.679Z Compiling toml v0.8.9
23782024-02-14T22:33:55.746Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23792024-02-14T22:33:55.943Z Compiling rustls-pemfile v2.0.0
23802024-02-14T22:33:56.079Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23812024-02-14T22:33:56.654Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23822024-02-14T22:33:56.700Z Compiling sha1 v0.10.6
23832024-02-14T22:33:57.650Z Compiling snafu-derive v0.7.5
23842024-02-14T22:33:57.833Z Compiling serde_path_to_error v0.1.15
23852024-02-14T22:33:58.207Z Compiling fs-err v2.11.0
23862024-02-14T22:33:58.225Z Compiling instant v0.1.12
23872024-02-14T22:33:58.426Z Compiling debug-ignore v1.0.5
23882024-02-14T22:33:58.545Z Compiling same-file v1.0.6
23892024-02-14T22:33:58.980Z Compiling arc-swap v1.6.0
23902024-02-14T22:33:58.991Z Compiling buf-list v1.0.3
23912024-02-14T22:33:58.991Z Compiling walkdir v2.4.0
23922024-02-14T22:33:59.353Z Compiling slog-scope v4.4.0
23932024-02-14T22:34:00.260Z Compiling backoff v0.4.0
23942024-02-14T22:34:00.481Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23952024-02-14T22:34:00.611Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23962024-02-14T22:34:01.032Z Compiling parse-display v0.9.0
23972024-02-14T22:34:01.461Z Compiling serde_with v3.6.0
23982024-02-14T22:34:02.613Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23992024-02-14T22:34:02.771Z Compiling snafu v0.7.5
24002024-02-14T22:34:03.349Z Compiling globset v0.4.13
24012024-02-14T22:34:04.265Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24022024-02-14T22:34:04.439Z Compiling strum v0.25.0
24032024-02-14T22:34:04.625Z Compiling pem v3.0.2
24042024-02-14T22:34:06.286Z Compiling olpc-cjson v0.1.3
24052024-02-14T22:34:06.376Z Compiling macaddr v1.0.1
24062024-02-14T22:34:07.307Z Compiling serde_plain v1.0.2
24072024-02-14T22:34:07.320Z Compiling async-recursion v1.0.5
24082024-02-14T22:34:07.427Z Compiling xattr v1.0.1
24092024-02-14T22:34:07.560Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24102024-02-14T22:34:07.736Z Compiling filetime v0.2.23
24112024-02-14T22:34:08.107Z Compiling typed-path v0.7.0
24122024-02-14T22:34:08.170Z Compiling tar v0.4.40
24132024-02-14T22:34:12.329Z Compiling tough v0.16.0
24142024-02-14T22:34:15.361Z Compiling slog-stdlog v4.1.1
24152024-02-14T22:34:15.892Z Compiling camino-tempfile v1.1.1
24162024-02-14T22:34:16.521Z Compiling itertools v0.12.1
24172024-02-14T22:34:16.712Z Compiling parse-size v1.0.0
24182024-02-14T22:34:17.074Z Compiling slog-envlogger v2.2.0
24192024-02-14T22:34:19.861Z Compiling humantime v2.1.0
24202024-02-14T22:34:23.557Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24212024-02-14T22:34:23.797Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24222024-02-14T22:34:33.575Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24232024-02-14T22:34:35.374Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24242024-02-14T22:34:54.999Z Finished release [optimized] target(s) in 1m 14s
24252024-02-14T22:34:55.074Z
24262024-02-14T22:34:55.079Zreal 1:14.770439698
24272024-02-14T22:34:55.079Zuser 8:18.378452988
24282024-02-14T22:34:55.079Zsys 37.440981190
24292024-02-14T22:34:55.079Ztrap 0.229367577
24302024-02-14T22:34:55.079Ztflt 0.373027086
24312024-02-14T22:34:55.079Zdflt 0.224645441
24322024-02-14T22:34:55.079Zkflt 0.000002709
24332024-02-14T22:34:55.079Zlock 17:17.606599137
24342024-02-14T22:34:55.079Zslp 18:56.287456712
24352024-02-14T22:34:55.079Zlat 19.500791179
24362024-02-14T22:34:55.079Zstop 14.172024274
24372024-02-14T22:34:55.079Z+ ptime -m gzip
24382024-02-14T22:34:56.819Z
24392024-02-14T22:34:56.827Zreal 1.741457096
24402024-02-14T22:34:56.827Zuser 1.723785694
24412024-02-14T22:34:56.827Zsys 0.016134674
24422024-02-14T22:34:56.827Ztrap 0.000362233
24432024-02-14T22:34:56.827Ztflt 0.000000000
24442024-02-14T22:34:56.827Zdflt 0.000000000
24452024-02-14T22:34:56.827Zkflt 0.000000000
24462024-02-14T22:34:56.827Zlock 0.000000000
24472024-02-14T22:34:56.828Zslp 0.000000000
24482024-02-14T22:34:56.828Zlat 0.000789372
24492024-02-14T22:34:56.828Zstop 0.000171581
24502024-02-14T22:34:56.828Zprocess exited: duration 823648 ms, exit code 0
 
24512024-02-14T22:34:56.859Zfound 5 output files
24522024-02-14T22:34:56.859Zuploading: /work/end-to-end-tests/bootstrap-814497ffe476019b.gz (10676850 bytes)
24532024-02-14T22:35:02.820Zuploaded: /work/end-to-end-tests/bootstrap-814497ffe476019b.gz
24542024-02-14T22:35:02.820Zuploading: /work/end-to-end-tests/bootstrap.gz (109046253 bytes)
24552024-02-14T22:35:43.029Zuploaded: /work/end-to-end-tests/bootstrap.gz
24562024-02-14T22:35:43.029Zuploading: /work/end-to-end-tests/end_to_end_tests-7c7bf8ffe79eb016.gz (112240439 bytes)
24572024-02-14T22:36:24.356Zuploaded: /work/end-to-end-tests/end_to_end_tests-7c7bf8ffe79eb016.gz
24582024-02-14T22:36:24.356Zuploading: /work/caboose-util.gz (4102787 bytes)
24592024-02-14T22:36:27.638Zuploaded: /work/caboose-util.gz
24602024-02-14T22:36:27.638Zuploading: /work/tufaceous.gz (15851134 bytes)
24612024-02-14T22:36:32.165Zuploaded: /work/tufaceous.gz