01HP2WB0JDVVG793Y5EZ4C3HP0: 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: 01HP2WBQYBMTHSY5457D443XRM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-02-07T22:56:48.136Zjob assigned to worker 01HP2WHNXQ04K3BZY5F2HFJP82 (queued for 4 m 14 s)
 
22024-02-07T22:56:48.305Zstarting task 0: "setup"
32024-02-07T22:56:48.397Z++ uname -s
42024-02-07T22:56:48.409Z+ kern=SunOS
52024-02-07T22:56:48.409Z+ case "$kern" in
62024-02-07T22:56:48.410Z+ groupadd -g 12345 build
72024-02-07T22:56:48.410Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-02-07T22:56:50.403Z+ zfs create -o mountpoint=/work rpool/work
92024-02-07T22:56:50.485Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-02-07T22:56:50.492Z+ home_fs=zfs
112024-02-07T22:56:50.493Z+ [[ zfs == autofs ]]
122024-02-07T22:56:50.493Z+ mkdir -p /home/build
132024-02-07T22:56:50.493Z+ chown build:build /home/build /work
142024-02-07T22:56:52.489Z+ chmod 0700 /home/build /work
152024-02-07T22:56:52.501Zprocess exited: duration 4187 ms, exit code 0
 
162024-02-07T22:56:52.524Zstarting task 1: "rust-toolchain"
172024-02-07T22:56:52.539Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-02-07T22:56:52.539Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-02-07T22:56:52.706Zinfo: downloading installer
202024-02-07T22:56:54.243Zwarning: it looks like you have an existing installation of Rust at:
212024-02-07T22:56:54.243Zwarning: /opt/ooce/bin
222024-02-07T22:56:54.244Zwarning: It is recommended that rustup be the primary Rust installation.
232024-02-07T22:56:54.244Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-02-07T22:56:54.244Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-02-07T22:56:54.244Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-02-07T22:56:54.244Zwarning: or pass `-y' to ignore all ignorable checks.
272024-02-07T22:56:54.245Zerror: cannot install while Rust is installed
282024-02-07T22:56:54.245Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-02-07T22:56:54.338Zinfo: profile set to 'default'
302024-02-07T22:56:54.338Zinfo: default host triple is x86_64-unknown-illumos
312024-02-07T22:56:54.354Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-02-07T22:56:54.501Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-02-07T22:56:54.501Zinfo: downloading component 'cargo'
342024-02-07T22:56:55.475Zinfo: downloading component 'clippy'
352024-02-07T22:56:55.923Zinfo: downloading component 'rust-docs'
362024-02-07T22:56:57.144Zinfo: downloading component 'rust-std'
372024-02-07T22:56:59.313Zinfo: downloading component 'rustc'
382024-02-07T22:57:04.569Zinfo: downloading component 'rustfmt'
392024-02-07T22:57:04.892Zinfo: installing component 'cargo'
402024-02-07T22:57:05.793Zinfo: installing component 'clippy'
412024-02-07T22:57:06.175Zinfo: installing component 'rust-docs'
422024-02-07T22:57:07.703Zinfo: installing component 'rust-std'
432024-02-07T22:57:09.581Zinfo: installing component 'rustc'
442024-02-07T22:57:13.896Zinfo: installing component 'rustfmt'
452024-02-07T22:57:14.246Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-02-07T22:57:14.247Z
472024-02-07T22:57:14.548Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-02-07T22:57:14.549Z
492024-02-07T22:57:14.554Z
502024-02-07T22:57:14.555ZRust is installed now. Great!
512024-02-07T22:57:14.555Z
522024-02-07T22:57:14.555ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-02-07T22:57:14.555Zenvironment variable. This has not been done automatically.
542024-02-07T22:57:14.555Z
552024-02-07T22:57:14.556ZTo configure your current shell, run:
562024-02-07T22:57:14.556Zsource "$HOME/.cargo/env"
572024-02-07T22:57:14.602Z+ rustc --version
582024-02-07T22:57:14.666Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
592024-02-07T22:57:14.672Zprocess exited: duration 22147 ms, exit code 0
 
602024-02-07T22:57:14.688Zstarting task 2: "authentication"
612024-02-07T22:57:14.713Zprocess exited: duration 26 ms, exit code 0
 
622024-02-07T22:57:14.726Zstarting task 3: "clone repository"
632024-02-07T22:57:14.732Z+ mkdir -p /work/oxidecomputer/omicron
642024-02-07T22:57:14.737Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
652024-02-07T22:57:14.969ZCloning into '/work/oxidecomputer/omicron'...
662024-02-07T22:57:22.366Z+ cd /work/oxidecomputer/omicron
672024-02-07T22:57:22.367Z+ git fetch origin 0e598e10e5ea4b62c00dd4438a3d491556990c75
682024-02-07T22:57:22.367ZFrom https://github.com/oxidecomputer/omicron
692024-02-07T22:57:22.367Z * branch 0e598e10e5ea4b62c00dd4438a3d491556990c75 -> FETCH_HEAD
702024-02-07T22:57:22.367Z+ [[ -n iliana/samael-41 ]]
712024-02-07T22:57:22.367Z++ git branch --show-current
722024-02-07T22:57:22.367Z+ current=main
732024-02-07T22:57:22.367Z+ [[ main != iliana/samael-41 ]]
742024-02-07T22:57:22.367Z+ git branch -f iliana/samael-41 0e598e10e5ea4b62c00dd4438a3d491556990c75
752024-02-07T22:57:22.367Z+ git checkout -f iliana/samael-41
762024-02-07T22:57:22.367ZSwitched to branch 'iliana/samael-41'
772024-02-07T22:57:22.368Z+ git reset --hard 0e598e10e5ea4b62c00dd4438a3d491556990c75
782024-02-07T22:57:22.368ZHEAD is now at 0e598e10e patch samael crate to include njaremko/samael#41
792024-02-07T22:57:22.368Zprocess exited: duration 6587 ms, exit code 0
 
802024-02-07T22:57:22.407Zstarting task 4: "build"
812024-02-07T22:57:22.515Z+ cargo --version
822024-02-07T22:57:22.515Zinfo: syncing channel updates for '1.74.1-x86_64-unknown-illumos'
832024-02-07T22:57:22.619Zinfo: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04)
842024-02-07T22:57:22.696Zinfo: downloading component 'cargo'
852024-02-07T22:57:23.972Zinfo: downloading component 'clippy'
862024-02-07T22:57:24.415Zinfo: downloading component 'rust-docs'
872024-02-07T22:57:25.881Zinfo: downloading component 'rust-std'
882024-02-07T22:57:27.640Zinfo: downloading component 'rustc'
892024-02-07T22:57:32.616Zinfo: downloading component 'rustfmt'
902024-02-07T22:57:32.886Zinfo: installing component 'cargo'
912024-02-07T22:57:33.750Zinfo: installing component 'clippy'
922024-02-07T22:57:34.096Zinfo: installing component 'rust-docs'
932024-02-07T22:57:35.666Zinfo: installing component 'rust-std'
942024-02-07T22:57:37.315Zinfo: installing component 'rustc'
952024-02-07T22:57:41.315Zinfo: installing component 'rustfmt'
962024-02-07T22:57:41.671Zcargo 1.74.1 (ecb9851af 2023-10-18)
972024-02-07T22:57:41.680Z+ rustc --version
982024-02-07T22:57:41.751Zrustc 1.74.1 (a28077b28 2023-12-04)
992024-02-07T22:57:41.777Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002024-02-07T22:57:55.954Z Startup: Refreshing catalog 'helios-dev' ... Done
1012024-02-07T22:57:56.869Z Startup: Caching catalogs ... Done
1022024-02-07T22:57:57.898ZPlanning: Solver setup ... Done (0.732s)
1032024-02-07T22:57:57.916ZPlanning: Running solver ... Done (0.017s)
1042024-02-07T22:57:58.216ZPlanning: Finding local manifests ... Done (0.277s)
1052024-02-07T22:57:58.234ZPlanning: Fetching manifests: 0/4 0% complete
1062024-02-07T22:57:58.430ZPlanning: Fetching manifests: 4/4 100% complete
1072024-02-07T22:57:58.478ZPlanning: Package planning ... Done (0.048s)
1082024-02-07T22:57:58.529ZPlanning: Merging actions ... Done (0.051s)
1092024-02-07T22:57:59.861ZPlanning: Checking for conflicting actions ... Done (1.337s)
1102024-02-07T22:57:59.872ZPlanning: Consolidating action changes ... Done (0.011s)
1112024-02-07T22:58:05.558ZPlanning: Evaluating mediators ... Done (5.682s)
1122024-02-07T22:58:05.566ZPlanning: Planning completed in 8.66 seconds
1132024-02-07T22:58:05.580Z Packages to install: 4
1142024-02-07T22:58:05.580Z Mediators to change: 2
1152024-02-07T22:58:05.580Z Services to change: 1
1162024-02-07T22:58:05.595Z Estimated space available: 148.87 GB
1172024-02-07T22:58:05.595ZEstimated space to be consumed: 1.41 GB
1182024-02-07T22:58:05.595Z Create boot environment: No
1192024-02-07T22:58:05.595ZCreate backup boot environment: No
1202024-02-07T22:58:05.595Z Rebuild boot archive: No
1212024-02-07T22:58:05.595Z
1222024-02-07T22:58:05.595ZChanged mediators:
1232024-02-07T22:58:05.596Z mediator clang:
1242024-02-07T22:58:05.596Z version: None -> 15 (system default)
1252024-02-07T22:58:05.596Z
1262024-02-07T22:58:05.596Z mediator llvm:
1272024-02-07T22:58:05.596Z version: 14 (system default) -> 15 (system default)
1282024-02-07T22:58:05.596Z
1292024-02-07T22:58:05.596ZChanged packages:
1302024-02-07T22:58:05.596Zhelios-dev
1312024-02-07T22:58:05.597Z developer/build-essential
1322024-02-07T22:58:05.597Z None -> 11-2.0
1332024-02-07T22:58:05.597Z library/libxmlsec1
1342024-02-07T22:58:05.597Z None -> 1.2.35-2.0
1352024-02-07T22:58:05.597Z ooce/developer/clang-15
1362024-02-07T22:58:05.597Z None -> 15.0.7-2.0
1372024-02-07T22:58:05.598Z ooce/developer/llvm-15
1382024-02-07T22:58:05.598Z None -> 15.0.7-2.0
1392024-02-07T22:58:05.598Z
1402024-02-07T22:58:05.598ZServices:
1412024-02-07T22:58:05.598Z restart_fmri:
1422024-02-07T22:58:05.599Z svc:/system/update-man-index:default
1432024-02-07T22:58:05.986Z
1442024-02-07T22:58:05.986ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1452024-02-07T22:58:10.990ZDownload: 1500/3290 items 117.4/212.6MB 55% complete (23.7M/s)
1462024-02-07T22:58:16.027ZDownload: 3241/3290 items 175.8/212.6MB 82% complete (17.8M/s)
1472024-02-07T22:58:17.704ZDownload: Completed 212.60 MB in 11.72 seconds (18.1M/s)
1482024-02-07T22:58:18.093Z Actions: 1/3689 actions (Installing new actions)
1492024-02-07T22:58:23.144Z Actions: 3544/3689 actions (Installing new actions)
1502024-02-07T22:58:23.942Z Actions: Completed 3689 actions in 5.84 seconds.
1512024-02-07T22:58:24.109Z Done (0.162s)
1522024-02-07T22:58:24.109Z Done (0.000s)
1532024-02-07T22:58:24.306Z Done (0.203s)
1542024-02-07T22:58:29.821Z Done (5.393s)
1552024-02-07T22:58:29.992Z Done (0.098s)
1562024-02-07T22:58:29.999Z Done (0.000s)
1572024-02-07T22:58:30.144Z Done (0.000s)
1582024-02-07T22:58:30.639ZPlanning: Evaluating mediator changes ... Done
1592024-02-07T22:58:30.803ZPlanning: Checking for conflicting actions ... Done
1602024-02-07T22:58:30.818ZPlanning: Consolidating action changes ... Done
1612024-02-07T22:58:31.075ZPlanning: Evaluating mediators ... Done
1622024-02-07T22:58:31.083ZPlanning: Planning completed in 0.43 seconds
1632024-02-07T22:58:31.102Z Mediators to change: 2
1642024-02-07T22:58:31.102Z Create boot environment: No
1652024-02-07T22:58:31.107ZCreate backup boot environment: No
1662024-02-07T22:58:31.179Z Done
1672024-02-07T22:58:31.179Z Done
1682024-02-07T22:58:31.298Z Done
1692024-02-07T22:58:39.458Z Done
1702024-02-07T22:58:39.647Z Done
1712024-02-07T22:58:39.647Z Done
1722024-02-07T22:58:39.647Z Done
1732024-02-07T22:58:39.647ZPlanning: Evaluating mediator changes ... Done
1742024-02-07T22:58:39.647ZPlanning: Merging actions ... Done
1752024-02-07T22:58:39.648ZPlanning: Checking for conflicting actions ... Done
1762024-02-07T22:58:39.648ZPlanning: Consolidating action changes ... Done
1772024-02-07T22:58:39.648ZPlanning: Evaluating mediators ... Done
1782024-02-07T22:58:39.648ZPlanning: Planning completed in 0.79 seconds
1792024-02-07T22:58:39.648Z Packages to change: 1
1802024-02-07T22:58:39.648Z Mediators to change: 1
1812024-02-07T22:58:39.648Z Services to change: 1
1822024-02-07T22:58:39.648Z Create boot environment: No
1832024-02-07T22:58:39.649ZCreate backup boot environment: Yes
1842024-02-07T22:58:39.649Z Actions: 1/6 actions (Updating modified actions)
1852024-02-07T22:58:39.649Z Actions: Completed 6 actions in 0.07 seconds.
1862024-02-07T22:58:39.649Z Done
1872024-02-07T22:58:39.649Z Done
1882024-02-07T22:58:39.649Z Done
1892024-02-07T22:58:41.794Z Done
1902024-02-07T22:58:41.877Z Done
1912024-02-07T22:58:41.886Z Done
1922024-02-07T22:58:42.368Z Done
1932024-02-07T22:58:42.414ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942024-02-07T22:58:42.414Zclang system 15 system
1952024-02-07T22:58:42.414Zcsh system system illumos
1962024-02-07T22:58:42.414Zctags system system illumos
1972024-02-07T22:58:42.414Zgcc vendor 12 vendor
1982024-02-07T22:58:42.414Zgcc system 10 system
1992024-02-07T22:58:42.414Zgcc system 7 system
2002024-02-07T22:58:42.414Zgo system 1.20 system
2012024-02-07T22:58:42.414Zgo system 1.19 system
2022024-02-07T22:58:42.415Zllvm system 15 system
2032024-02-07T22:58:42.415Zllvm system 14 system
2042024-02-07T22:58:42.415Zmariadb system 10.6 system
2052024-02-07T22:58:42.415Zmta vendor vendor dma
2062024-02-07T22:58:42.415Zopenjdk system 17 system
2072024-02-07T22:58:42.415Zopenjdk system 11 system
2082024-02-07T22:58:42.415Zopenjdk system 1.8 system
2092024-02-07T22:58:42.415Zopenssl vendor 3 vendor
2102024-02-07T22:58:42.415Zperl system 5.36 system
2112024-02-07T22:58:42.415Zpostgresql system 15 system
2122024-02-07T22:58:42.415Zpostgresql system 13 system
2132024-02-07T22:58:42.415Zpython vendor 3 vendor
2142024-02-07T22:58:42.415Zpython system 2 system
2152024-02-07T22:58:42.415Zpython3 system 3.11 system
2162024-02-07T22:58:42.415Zruby system 3.0 system
2172024-02-07T22:58:42.415Zwords vendor vendor american-english
2182024-02-07T22:58:42.416Zwords system system australian-english
2192024-02-07T22:58:42.416Zwords system system british-english
2202024-02-07T22:58:42.416Zwords system system canadian-english
2212024-02-07T22:58:42.416Zwords system system french
2222024-02-07T22:58:42.416Zwords system system italian
2232024-02-07T22:58:42.416Zwords system system ngerman
2242024-02-07T22:58:42.416Zwords system system ogerman
2252024-02-07T22:58:42.416Zwords system system spanish
2262024-02-07T22:58:42.754ZFMRI IFO
2272024-02-07T22:58:42.755Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-02-07T22:58:42.755Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-02-07T22:58:42.755Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-02-07T22:58:42.756Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-02-07T22:58:42.756Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-02-07T22:58:42.756Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2332024-02-07T22:58:42.757Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2342024-02-07T22:58:42.757Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-02-07T22:58:42.782Z+ set -o errexit
2362024-02-07T22:58:42.787Z+++ dirname ./tools/ci_download_cockroachdb
2372024-02-07T22:58:42.788Z++ cd ./tools
2382024-02-07T22:58:42.788Z++ pwd
2392024-02-07T22:58:42.788Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2402024-02-07T22:58:42.788Z++ basename ./tools/ci_download_cockroachdb
2412024-02-07T22:58:42.794Z+ ARG0=ci_download_cockroachdb
2422024-02-07T22:58:42.795Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2432024-02-07T22:58:42.795Z+ CIDL_VERSION=v22.1.9
2442024-02-07T22:58:42.795Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2452024-02-07T22:58:42.795Z++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5
2462024-02-07T22:58:42.795Z++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c
2472024-02-07T22:58:42.795Z++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3
2482024-02-07T22:58:42.795Z+ TARGET_DIR=out
2492024-02-07T22:58:42.795Z+ DOWNLOAD_DIR=out/downloads
2502024-02-07T22:58:42.795Z+ DEST_DIR=./out/cockroachdb
2512024-02-07T22:58:42.795Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2522024-02-07T22:58:42.795Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2532024-02-07T22:58:42.795Z+ main
2542024-02-07T22:58:42.795Z+ [[ 0 != 0 ]]
2552024-02-07T22:58:42.795Z+ CIDL_OS=solaris2.11
2562024-02-07T22:58:42.795Z+ [[ 0 != 0 ]]
2572024-02-07T22:58:42.795Z+ configure_os solaris2.11
2582024-02-07T22:58:42.796Z+ echo 'current directory: /work/oxidecomputer/omicron'
2592024-02-07T22:58:42.796Zcurrent directory: /work/oxidecomputer/omicron
2602024-02-07T22:58:42.796Z+ echo 'configuring based on OS: "solaris2.11"'
2612024-02-07T22:58:42.796Z+ case "$1" in
2622024-02-07T22:58:42.796Z+ CIDL_BUILD=illumos
2632024-02-07T22:58:42.796Zconfiguring based on OS: "solaris2.11"
2642024-02-07T22:58:42.796Z+ CIDL_SUFFIX=tar.gz
2652024-02-07T22:58:42.796Z+ CIDL_MD5=d8999aff364e5d70f226e139fda724a3
2662024-02-07T22:58:42.796Z+ CIDL_MD5FUNC=do_md5sum
2672024-02-07T22:58:42.796Z+ CIDL_URL_BASE=https://illumos.org/downloads
2682024-02-07T22:58:42.796Z+ CIDL_ASSEMBLE=do_assemble_illumos
2692024-02-07T22:58:42.797Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2702024-02-07T22:58:42.797Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2712024-02-07T22:58:42.797Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2722024-02-07T22:58:42.797Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2732024-02-07T22:58:42.797Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2742024-02-07T22:58:42.797Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2752024-02-07T22:58:42.797ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2762024-02-07T22:58:42.797ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2772024-02-07T22:58:42.797Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2782024-02-07T22:58:42.797Z+ mkdir -p out/downloads
2792024-02-07T22:58:42.797Z+ mkdir -p ./out/cockroachdb
2802024-02-07T22:58:42.814Z+ local DO_DOWNLOAD=true
2812024-02-07T22:58:42.814Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2822024-02-07T22:58:42.814Z+ '[' true == true ']'
2832024-02-07T22:58:42.814Z+ echo Downloading...
2842024-02-07T22:58:42.814ZDownloading...
2852024-02-07T22:58:42.814Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2862024-02-07T22:58:42.814Z+ 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
2872024-02-07T22:58:45.550Z++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-02-07T22:58:45.553Z++ md5sum
2892024-02-07T22:58:45.553Z++ awk '{print $1}'
2902024-02-07T22:58:45.683Z+ calculated_md5=d8999aff364e5d70f226e139fda724a3
2912024-02-07T22:58:45.691Z+ [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]]
2922024-02-07T22:58:45.691Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
2932024-02-07T22:58:45.691Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
2942024-02-07T22:58:47.866Z+ do_assemble_illumos
2952024-02-07T22:58:47.866Z+ rm -r ./out/cockroachdb
2962024-02-07T22:58:47.876Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
2972024-02-07T22:58:48.230Z+ ./out/cockroachdb/bin/cockroach version
2982024-02-07T22:58:48.425ZBuild Tag: v22.1.9-dirty
2992024-02-07T22:58:48.425ZBuild Time: 2022/10/26 21:17:46
3002024-02-07T22:58:48.425ZDistribution: OSS
3012024-02-07T22:58:48.426ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3022024-02-07T22:58:48.426ZGo Version: go1.17.13
3032024-02-07T22:58:48.426ZC Compiler: gcc 10.3.0
3042024-02-07T22:58:48.426ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3052024-02-07T22:58:48.426ZBuild Type: release
3062024-02-07T22:58:48.445Z+ set -o errexit
3072024-02-07T22:58:48.452Z+++ dirname ./tools/ci_download_clickhouse
3082024-02-07T22:58:48.452Z++ cd ./tools
3092024-02-07T22:58:48.453Z++ pwd
3102024-02-07T22:58:48.453Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3112024-02-07T22:58:48.453Z++ basename ./tools/ci_download_clickhouse
3122024-02-07T22:58:48.453Z+ ARG0=ci_download_clickhouse
3132024-02-07T22:58:48.453Z+ TARGET_DIR=out
3142024-02-07T22:58:48.453Z+ DOWNLOAD_DIR=out/downloads
3152024-02-07T22:58:48.453Z+ DEST_DIR=./out/clickhouse
3162024-02-07T22:58:48.453Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3172024-02-07T22:58:48.463Z+ CIDL_VERSION=v22.8.9.24
3182024-02-07T22:58:48.463Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3192024-02-07T22:58:48.463Z++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45
3202024-02-07T22:58:48.463Z++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1
3212024-02-07T22:58:48.463Z++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306
3222024-02-07T22:58:48.464Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3232024-02-07T22:58:48.464Z+ main
3242024-02-07T22:58:48.464Z+ [[ 0 != 0 ]]
3252024-02-07T22:58:48.464Z+ CIDL_OS=solaris2.11
3262024-02-07T22:58:48.464Z+ [[ 0 != 0 ]]
3272024-02-07T22:58:48.464Z+ configure_os solaris2.11
3282024-02-07T22:58:48.464Z+ echo 'current directory: /work/oxidecomputer/omicron'
3292024-02-07T22:58:48.464Zcurrent directory: /work/oxidecomputer/omicron
3302024-02-07T22:58:48.464Z+ echo 'configuring based on OS: "solaris2.11"'
3312024-02-07T22:58:48.464Z+ CIDL_DASHREV=
3322024-02-07T22:58:48.464Z+ case "$1" in
3332024-02-07T22:58:48.464Zconfiguring based on OS: "solaris2.11"
3342024-02-07T22:58:48.464Z+ CIDL_PLATFORM=illumos
3352024-02-07T22:58:48.465Z+ CIDL_MD5=7702939ce5b4b51846a1ba39f1392306
3362024-02-07T22:58:48.465Z+ CIDL_MD5FUNC=do_md5sum
3372024-02-07T22:58:48.465Z+ CIDL_DASHREV=-1
3382024-02-07T22:58:48.465Z+ TARBALL_DIRNAME=clickhouse-v22.8.9.24
3392024-02-07T22:58:48.465Z+ TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz
3402024-02-07T22:58:48.465Z+ TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3412024-02-07T22:58:48.465Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3422024-02-07T22:58:48.465Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3432024-02-07T22:58:48.465ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3442024-02-07T22:58:48.465Z+ echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz'
3452024-02-07T22:58:48.465ZLocal file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3462024-02-07T22:58:48.465Z+ mkdir -p out/downloads
3472024-02-07T22:58:48.465Z+ mkdir -p ./out/clickhouse
3482024-02-07T22:58:48.466Z+ local DO_DOWNLOAD=true
3492024-02-07T22:58:48.466Z+ [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]]
3502024-02-07T22:58:48.466Z+ '[' true == true ']'
3512024-02-07T22:58:48.466Z+ echo Downloading...
3522024-02-07T22:58:48.466ZDownloading...
3532024-02-07T22:58:48.466Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3542024-02-07T22:58:48.466Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz
3552024-02-07T22:58:50.438Z++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz
3562024-02-07T22:58:50.442Z++ md5sum
3572024-02-07T22:58:50.442Z++ awk '{print $1}'
3582024-02-07T22:58:50.626Z+ calculated_md5=7702939ce5b4b51846a1ba39f1392306
3592024-02-07T22:58:50.626Z+ [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]]
3602024-02-07T22:58:50.626Z+ do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse
3612024-02-07T22:58:50.634Z+ mkdir -p ./out/clickhouse
3622024-02-07T22:58:50.634Z+ tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse
3632024-02-07T22:58:53.794Z+ ./out/clickhouse/clickhouse server --version
3642024-02-07T22:58:53.821ZClickHouse server version 22.8.9.1.
3652024-02-07T22:58:53.833Z+ set -o errexit
3662024-02-07T22:58:53.837Z+++ dirname ./tools/ci_download_console
3672024-02-07T22:58:53.837Z++ cd ./tools
3682024-02-07T22:58:53.838Z++ pwd
3692024-02-07T22:58:53.838Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3702024-02-07T22:58:53.838Z++ basename ./tools/ci_download_console
3712024-02-07T22:58:53.841Z+ ARG0=ci_download_console
3722024-02-07T22:58:53.841Z+ TARGET_DIR=out
3732024-02-07T22:58:53.841Z+ DOWNLOAD_DIR=out/downloads
3742024-02-07T22:58:53.842Z+ DEST_DIR=./out/console-assets
3752024-02-07T22:58:53.842Z+ source /work/oxidecomputer/omicron/tools/console_version
3762024-02-07T22:58:53.842Z++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774
3772024-02-07T22:58:53.842Z++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
3782024-02-07T22:58:53.842Z+ URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3792024-02-07T22:58:53.842Z+ TARBALL_FILE=out/downloads/console.tar.gz
3802024-02-07T22:58:53.842Z+ main
3812024-02-07T22:58:53.842Z+ [[ 0 != 0 ]]
3822024-02-07T22:58:53.842Z+ echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz'
3832024-02-07T22:58:53.842ZURL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3842024-02-07T22:58:53.842Z+ echo 'Local file: out/downloads/console.tar.gz'
3852024-02-07T22:58:53.842ZLocal file: out/downloads/console.tar.gz
3862024-02-07T22:58:53.842Z+ local DO_DOWNLOAD=true
3872024-02-07T22:58:53.842Z+ [[ -f out/downloads/console.tar.gz ]]
3882024-02-07T22:58:53.842Z+ mkdir -p out/downloads
3892024-02-07T22:58:53.842Z+ '[' true == true ']'
3902024-02-07T22:58:53.843Z+ echo Downloading...
3912024-02-07T22:58:53.843ZDownloading...
3922024-02-07T22:58:53.843Z+ do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz
3932024-02-07T22:58:53.843Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz
3942024-02-07T22:58:54.385Z++ do_sha256sum out/downloads/console.tar.gz
3952024-02-07T22:58:54.385Z++ case "$OSTYPE" in
3962024-02-07T22:58:54.391Z++ SHA=sha256sum
3972024-02-07T22:58:54.391Z++ sha256sum
3982024-02-07T22:58:54.391Z++ awk '{print $1}'
3992024-02-07T22:58:54.486Z+ calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5
4002024-02-07T22:58:54.492Z+ [[ 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 ]]
4012024-02-07T22:58:54.492Z+ rm -rf ./out/console-assets
4022024-02-07T22:58:54.492Z+ mkdir -p ./out/console-assets
4032024-02-07T22:58:54.493Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4042024-02-07T22:58:54.493Z+ mkdir -p ./out/console-assets
4052024-02-07T22:58:54.493Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4062024-02-07T22:58:54.599Z+ set -o errexit
4072024-02-07T22:58:54.605Z+++ dirname ./tools/ci_download_maghemite_openapi
4082024-02-07T22:58:54.605Z++ cd ./tools
4092024-02-07T22:58:54.605Z++ pwd
4102024-02-07T22:58:54.605Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4112024-02-07T22:58:54.605Z++ basename ./tools/ci_download_maghemite_openapi
4122024-02-07T22:58:54.606Z+ ARG0=ci_download_maghemite_openapi
4132024-02-07T22:58:54.606Z+ TARGET_DIR=out
4142024-02-07T22:58:54.606Z+ DOWNLOAD_DIR=out/downloads
4152024-02-07T22:58:54.606Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4162024-02-07T22:58:54.606Z++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
4172024-02-07T22:58:54.607Z++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4182024-02-07T22:58:54.607Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json
4192024-02-07T22:58:54.607Z+ LOCAL_FILE=out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4202024-02-07T22:58:54.607Z+ main
4212024-02-07T22:58:54.607Z+ [[ 0 != 0 ]]
4222024-02-07T22:58:54.608Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json'
4232024-02-07T22:58:54.608ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json
4242024-02-07T22:58:54.608Z+ echo 'Local file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json'
4252024-02-07T22:58:54.609ZLocal file: out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4262024-02-07T22:58:54.609Z+ local DO_DOWNLOAD=true
4272024-02-07T22:58:54.609Z+ [[ -f out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]]
4282024-02-07T22:58:54.609Z+ mkdir -p out/downloads
4292024-02-07T22:58:54.609Z+ '[' true == true ']'
4302024-02-07T22:58:54.610Z+ echo Downloading...
4312024-02-07T22:58:54.610ZDownloading...
4322024-02-07T22:58:54.610Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4332024-02-07T22:58:54.610Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/ddm-admin.json
4342024-02-07T22:58:54.803Z++ do_sha256sum out/downloads/ddm-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4352024-02-07T22:58:54.814Z++ case "$OSTYPE" in
4362024-02-07T22:58:54.814Z++ SHA=sha256sum
4372024-02-07T22:58:54.814Z++ sha256sum
4382024-02-07T22:58:54.814Z++ awk '{print $1}'
4392024-02-07T22:58:54.814Z+ calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803
4402024-02-07T22:58:54.815Z+ [[ 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 ]]
4412024-02-07T22:58:54.815Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4422024-02-07T22:58:54.815Z++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
4432024-02-07T22:58:54.815Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4442024-02-07T22:58:54.815Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json
4452024-02-07T22:58:54.815Z+ LOCAL_FILE=out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4462024-02-07T22:58:54.815Z+ main
4472024-02-07T22:58:54.816Z+ [[ 0 != 0 ]]
4482024-02-07T22:58:54.816Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json'
4492024-02-07T22:58:54.816ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json
4502024-02-07T22:58:54.816Z+ echo 'Local file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json'
4512024-02-07T22:58:54.816Z+ local DO_DOWNLOAD=true
4522024-02-07T22:58:54.816ZLocal file: out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4532024-02-07T22:58:54.816Z+ [[ -f out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json ]]
4542024-02-07T22:58:54.816Z+ mkdir -p out/downloads
4552024-02-07T22:58:54.816Z+ '[' true == true ']'
4562024-02-07T22:58:54.816Z+ echo Downloading...
4572024-02-07T22:58:54.817ZDownloading...
4582024-02-07T22:58:54.817Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4592024-02-07T22:58:54.817Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mg-admin.json
4602024-02-07T22:58:54.973Z++ do_sha256sum out/downloads/mg-admin-c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a.json
4612024-02-07T22:58:54.976Z++ case "$OSTYPE" in
4622024-02-07T22:58:54.976Z++ SHA=sha256sum
4632024-02-07T22:58:54.977Z++ sha256sum
4642024-02-07T22:58:54.977Z++ awk '{print $1}'
4652024-02-07T22:58:54.980Z+ calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
4662024-02-07T22:58:54.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 ]]
4672024-02-07T22:58:54.985Z+ set -o errexit
4682024-02-07T22:58:54.990Z+++ dirname ./tools/ci_download_dendrite_openapi
4692024-02-07T22:58:54.990Z++ cd ./tools
4702024-02-07T22:58:54.990Z++ pwd
4712024-02-07T22:58:54.990Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4722024-02-07T22:58:54.993Z++ basename ./tools/ci_download_dendrite_openapi
4732024-02-07T22:58:54.994Z+ ARG0=ci_download_dendrite_openapi
4742024-02-07T22:58:54.994Z+ TARGET_DIR=out
4752024-02-07T22:58:54.994Z+ DOWNLOAD_DIR=out/downloads
4762024-02-07T22:58:54.994Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4772024-02-07T22:58:54.994Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
4782024-02-07T22:58:54.994Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
4792024-02-07T22:58:54.994Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4802024-02-07T22:58:54.994Z+ LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4812024-02-07T22:58:54.994Z+ main
4822024-02-07T22:58:54.994Z+ [[ 0 != 0 ]]
4832024-02-07T22:58:54.994Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json'
4842024-02-07T22:58:54.994ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4852024-02-07T22:58:54.994Z+ echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json'
4862024-02-07T22:58:54.994ZLocal file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4872024-02-07T22:58:54.995Z+ local DO_DOWNLOAD=true
4882024-02-07T22:58:54.995Z+ [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]]
4892024-02-07T22:58:54.995Z+ mkdir -p out/downloads
4902024-02-07T22:58:54.998Z+ '[' true == true ']'
4912024-02-07T22:58:54.998Z+ echo Downloading...
4922024-02-07T22:58:54.998ZDownloading...
4932024-02-07T22:58:54.998Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4942024-02-07T22:58:54.998Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json
4952024-02-07T22:58:55.142Z++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json
4962024-02-07T22:58:55.142Z++ case "$OSTYPE" in
4972024-02-07T22:58:55.146Z++ SHA=sha256sum
4982024-02-07T22:58:55.146Z++ sha256sum
4992024-02-07T22:58:55.146Z++ awk '{print $1}'
5002024-02-07T22:58:55.152Z+ calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5012024-02-07T22:58:55.152Z+ [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]]
5022024-02-07T22:58:55.157Z+ set -o errexit
5032024-02-07T22:58:55.160Z+++ dirname ./tools/ci_download_dendrite_stub
5042024-02-07T22:58:55.161Z++ cd ./tools
5052024-02-07T22:58:55.161Z++ pwd
5062024-02-07T22:58:55.161Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5072024-02-07T22:58:55.161Z++ basename ./tools/ci_download_dendrite_stub
5082024-02-07T22:58:55.169Z+ ARG0=ci_download_dendrite_stub
5092024-02-07T22:58:55.169Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5102024-02-07T22:58:55.169Z++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5112024-02-07T22:58:55.170Z++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2
5122024-02-07T22:58:55.170Z++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f
5132024-02-07T22:58:55.170Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5142024-02-07T22:58:55.170Z++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5152024-02-07T22:58:55.170Z++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099
5162024-02-07T22:58:55.170Z+ TARGET_DIR=out
5172024-02-07T22:58:55.170Z+ DOWNLOAD_DIR=out/downloads
5182024-02-07T22:58:55.170Z+ DEST_DIR=./out/dendrite-stub
5192024-02-07T22:58:55.170Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5202024-02-07T22:58:55.170Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5212024-02-07T22:58:55.170Z+ REPO=oxidecomputer/dendrite
5222024-02-07T22:58:55.170Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6
5232024-02-07T22:58:55.170Z+ main
5242024-02-07T22:58:55.170Z+ [[ 0 != 0 ]]
5252024-02-07T22:58:55.170Z+ CIDL_OS=solaris2.11
5262024-02-07T22:58:55.171Z+ [[ 0 != 0 ]]
5272024-02-07T22:58:55.171Z+ configure_os solaris2.11
5282024-02-07T22:58:55.171Z+ echo 'current directory: /work/oxidecomputer/omicron'
5292024-02-07T22:58:55.171Zcurrent directory: /work/oxidecomputer/omicron
5302024-02-07T22:58:55.171Z+ echo 'configuring based on OS: "solaris2.11"'
5312024-02-07T22:58:55.171Z+ case "$1" in
5322024-02-07T22:58:55.171Zconfiguring based on OS: "solaris2.11"
5332024-02-07T22:58:55.171Z+ SET_BINARIES=
5342024-02-07T22:58:55.171Z+ CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5352024-02-07T22:58:55.171Z+ CIDL_SHA256FUNC=do_sha256sum
5362024-02-07T22:58:55.171Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5372024-02-07T22:58:55.171Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5382024-02-07T22:58:55.171Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5392024-02-07T22:58:55.171Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz'
5402024-02-07T22:58:55.171ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5412024-02-07T22:58:55.171Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5422024-02-07T22:58:55.172Z+ mkdir -p out/downloads
5432024-02-07T22:58:55.172ZLocal file: out/downloads/dendrite-stub.tar.gz
5442024-02-07T22:58:55.172Z+ mkdir -p ./out/dendrite-stub
5452024-02-07T22:58:55.172Z+ fetch_and_verify
5462024-02-07T22:58:55.172Z+ local DO_DOWNLOAD=true
5472024-02-07T22:58:55.172Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5482024-02-07T22:58:55.172Z+ '[' true == true ']'
5492024-02-07T22:58:55.172Z+ echo Downloading...
5502024-02-07T22:58:55.172ZDownloading...
5512024-02-07T22:58:55.172Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5522024-02-07T22:58:55.172Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz
5532024-02-07T22:59:10.985Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5542024-02-07T22:59:10.988Z++ sha256sum
5552024-02-07T22:59:10.988Z++ awk '{print $1}'
5562024-02-07T22:59:11.039Z+ calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b
5572024-02-07T22:59:11.040Z+ [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]]
5582024-02-07T22:59:11.061Z+ do_untar out/downloads/dendrite-stub.tar.gz
5592024-02-07T22:59:11.062Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5602024-02-07T22:59:11.708Z+ do_assemble
5612024-02-07T22:59:11.709Z+ rm -r ./out/dendrite-stub
5622024-02-07T22:59:11.712Z+ mkdir ./out/dendrite-stub
5632024-02-07T22:59:11.723Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5642024-02-07T22:59:11.801Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5652024-02-07T22:59:11.812Z+ set -o errexit
5662024-02-07T22:59:11.817Z+++ dirname ./tools/ci_download_maghemite_mgd
5672024-02-07T22:59:11.818Z++ cd ./tools
5682024-02-07T22:59:11.818Z++ pwd
5692024-02-07T22:59:11.818Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5702024-02-07T22:59:11.818Z++ basename ./tools/ci_download_maghemite_mgd
5712024-02-07T22:59:11.823Z+ ARG0=ci_download_maghemite_mgd
5722024-02-07T22:59:11.823Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5732024-02-07T22:59:11.823Z++ CIDL_SHA256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa
5742024-02-07T22:59:11.823Z++ MGD_LINUX_SHA256=2d8f090161cbabddafa677954a3e6a69eff77ad9a73c686452884528260f0616
5752024-02-07T22:59:11.824Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5762024-02-07T22:59:11.824Z++ COMMIT=c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
5772024-02-07T22:59:11.824Z++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355
5782024-02-07T22:59:11.824Z+ TARGET_DIR=out
5792024-02-07T22:59:11.824Z+ DOWNLOAD_DIR=out/downloads
5802024-02-07T22:59:11.824Z+ DEST_DIR=./out/mgd
5812024-02-07T22:59:11.824Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5822024-02-07T22:59:11.824Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5832024-02-07T22:59:11.824Z+ REPO=oxidecomputer/maghemite
5842024-02-07T22:59:11.825Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a
5852024-02-07T22:59:11.825Z+ main
5862024-02-07T22:59:11.825Z+ [[ 0 != 0 ]]
5872024-02-07T22:59:11.825Z+ CIDL_OS=solaris2.11
5882024-02-07T22:59:11.825Z+ [[ 0 != 0 ]]
5892024-02-07T22:59:11.825Z+ configure_os solaris2.11
5902024-02-07T22:59:11.825Z+ echo 'current directory: /work/oxidecomputer/omicron'
5912024-02-07T22:59:11.825Zcurrent directory: /work/oxidecomputer/omicron
5922024-02-07T22:59:11.825Z+ echo 'configuring based on OS: "solaris2.11"'
5932024-02-07T22:59:11.826Z+ case "$1" in
5942024-02-07T22:59:11.826Z+ SET_BINARIES=
5952024-02-07T22:59:11.826Zconfiguring based on OS: "solaris2.11"
5962024-02-07T22:59:11.826Z+ CIDL_SHA256FUNC=do_sha256sum
5972024-02-07T22:59:11.826Z+ TARBALL_FILENAME=mgd.tar.gz
5982024-02-07T22:59:11.826Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz
5992024-02-07T22:59:11.826Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6002024-02-07T22:59:11.826Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz'
6012024-02-07T22:59:11.826ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz
6022024-02-07T22:59:11.827Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6032024-02-07T22:59:11.827Z+ mkdir -p out/downloads
6042024-02-07T22:59:11.827ZLocal file: out/downloads/mgd.tar.gz
6052024-02-07T22:59:11.827Z+ mkdir -p ./out/mgd
6062024-02-07T22:59:11.832Z+ fetch_and_verify
6072024-02-07T22:59:11.832Z+ local DO_DOWNLOAD=true
6082024-02-07T22:59:11.832Z+ [[ -f out/downloads/mgd.tar.gz ]]
6092024-02-07T22:59:11.832Z+ '[' true == true ']'
6102024-02-07T22:59:11.832Z+ echo Downloading...
6112024-02-07T22:59:11.832ZDownloading...
6122024-02-07T22:59:11.832Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz out/downloads/mgd.tar.gz
6132024-02-07T22:59:11.833Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/c5401ad7153bb6d28c7960d811fa3d8a1aa19c6a/mgd.tar.gz
6142024-02-07T22:59:21.539Z++ do_sha256sum out/downloads/mgd.tar.gz
6152024-02-07T22:59:21.545Z++ sha256sum
6162024-02-07T22:59:21.545Z++ awk '{print $1}'
6172024-02-07T22:59:21.558Z+ calculated_sha256=92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa
6182024-02-07T22:59:21.565Z+ [[ 92e96984663d2d57d01c200685a47d998a1fd75ea89777e79c00095ebc8de9aa != \9\2\e\9\6\9\8\4\6\6\3\d\2\d\5\7\d\0\1\c\2\0\0\6\8\5\a\4\7\d\9\9\8\a\1\f\d\7\5\e\a\8\9\7\7\7\e\7\9\c\0\0\0\9\5\e\b\c\8\d\e\9\a\a ]]
6192024-02-07T22:59:21.565Z+ do_untar out/downloads/mgd.tar.gz
6202024-02-07T22:59:21.566Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6212024-02-07T22:59:22.015Z+ do_assemble
6222024-02-07T22:59:22.015Z+ rm -r ./out/mgd
6232024-02-07T22:59:22.029Z+ mkdir ./out/mgd
6242024-02-07T22:59:22.029Z+ cp -r out/downloads/root ./out/mgd/root
6252024-02-07T22:59:22.155Z+ set -o errexit
6262024-02-07T22:59:22.159Z+++ dirname ./tools/ci_download_transceiver_control
6272024-02-07T22:59:22.162Z++ cd ./tools
6282024-02-07T22:59:22.163Z++ pwd
6292024-02-07T22:59:22.163Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6302024-02-07T22:59:22.163Z++ basename ./tools/ci_download_transceiver_control
6312024-02-07T22:59:22.163Z+ ARG0=ci_download_transceiver_control
6322024-02-07T22:59:22.163Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6332024-02-07T22:59:22.163Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6342024-02-07T22:59:22.163Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6352024-02-07T22:59:22.163Z+ TARGET_DIR=out
6362024-02-07T22:59:22.163Z+ DOWNLOAD_DIR=out/downloads
6372024-02-07T22:59:22.163Z+ DEST_DIR=./out/transceiver-control
6382024-02-07T22:59:22.163Z+ BIN_DIR=/opt/oxide/bin
6392024-02-07T22:59:22.164Z+ BINARY=xcvradm
6402024-02-07T22:59:22.164Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6412024-02-07T22:59:22.164Z+ REPO=oxidecomputer/transceiver-control
6422024-02-07T22:59:22.164Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6432024-02-07T22:59:22.171Z+ main
6442024-02-07T22:59:22.171Z+ [[ 0 != 0 ]]
6452024-02-07T22:59:22.171Z+ CIDL_OS=solaris2.11
6462024-02-07T22:59:22.172Z+ [[ 0 != 0 ]]
6472024-02-07T22:59:22.172Z+ configure_os solaris2.11
6482024-02-07T22:59:22.172Z+ echo 'current directory: /work/oxidecomputer/omicron'
6492024-02-07T22:59:22.172Zcurrent directory: /work/oxidecomputer/omicron
6502024-02-07T22:59:22.172Zconfiguring based on OS: "solaris2.11"
6512024-02-07T22:59:22.172Z+ echo 'configuring based on OS: "solaris2.11"'
6522024-02-07T22:59:22.172Z+ case "$1" in
6532024-02-07T22:59:22.172Z+ SET_BINARIES=
6542024-02-07T22:59:22.173Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6552024-02-07T22:59:22.173Z+ CIDL_SHA256FUNC=do_sha256sum
6562024-02-07T22:59:22.173Z+ ARCHIVE_FILENAME=xcvradm.gz
6572024-02-07T22:59:22.173Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6582024-02-07T22:59:22.173Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6592024-02-07T22:59:22.173Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6602024-02-07T22:59:22.173ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6612024-02-07T22:59:22.173ZLocal file: out/downloads/xcvradm.gz
6622024-02-07T22:59:22.173Z+ echo 'Local file: out/downloads/xcvradm.gz'
6632024-02-07T22:59:22.174Z+ mkdir -p out/downloads
6642024-02-07T22:59:22.174Z+ mkdir -p ./out/transceiver-control
6652024-02-07T22:59:22.174Z+ fetch_and_verify
6662024-02-07T22:59:22.174Z+ local DO_DOWNLOAD=true
6672024-02-07T22:59:22.174Z+ [[ -f out/downloads/xcvradm.gz ]]
6682024-02-07T22:59:22.174Z+ '[' true == true ']'
6692024-02-07T22:59:22.174Z+ echo Downloading...
6702024-02-07T22:59:22.174ZDownloading...
6712024-02-07T22:59:22.174Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6722024-02-07T22:59:22.174Z+ curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6732024-02-07T22:59:26.161Z++ do_sha256sum out/downloads/xcvradm.gz
6742024-02-07T22:59:26.176Z++ sha256sum
6752024-02-07T22:59:26.176Z++ awk '{print $1}'
6762024-02-07T22:59:26.177Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6772024-02-07T22:59:26.177Z+ [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]]
6782024-02-07T22:59:26.177Z+ do_unpack out/downloads/xcvradm.gz
6792024-02-07T22:59:26.177Z+ mkdir -p out/downloads/root//opt/oxide/bin
6802024-02-07T22:59:26.177Z+ gzip -dc out/downloads/xcvradm.gz
6812024-02-07T22:59:26.285Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6822024-02-07T22:59:26.296Z+ do_assemble
6832024-02-07T22:59:26.297Z+ rm -r ./out/transceiver-control
6842024-02-07T22:59:26.297Z+ mkdir ./out/transceiver-control
6852024-02-07T22:59:26.297Z+ cp -r out/downloads/root ./out/transceiver-control/root
6862024-02-07T22:59:26.462ZAll prerequisites installed successfully
6872024-02-07T22:59:26.474Z
6882024-02-07T22:59:26.474Zreal 1:44.591308132
6892024-02-07T22:59:26.474Zuser 33.152847588
6902024-02-07T22:59:26.474Zsys 6.366085170
6912024-02-07T22:59:26.474Ztrap 0.009552042
6922024-02-07T22:59:26.475Ztflt 0.241586319
6932024-02-07T22:59:26.475Zdflt 0.844909071
6942024-02-07T22:59:26.475Zkflt 0.416065430
6952024-02-07T22:59:26.475Zlock 1.658479429
6962024-02-07T22:59:26.475Zslp 3:38.511834595
6972024-02-07T22:59:26.475Zlat 1.872574860
6982024-02-07T22:59:26.476Zstop 0.140157288
6992024-02-07T22:59:26.476Z+ banner end-to-end-tests
7002024-02-07T22:59:26.517Z
7012024-02-07T22:59:26.517Z ###### # # ##### ##### #### ###### # # #####
7022024-02-07T22:59:26.517Z # ## # # # # # # # ## # # #
7032024-02-07T22:59:26.517Z ##### # # # # # ##### # # # ##### ##### # # # # #
7042024-02-07T22:59:26.517Z # # # # # # # # # # # # # # #
7052024-02-07T22:59:26.517Z # # ## # # # # # # # ## # #
7062024-02-07T22:59:26.518Z ###### # # ##### # #### ###### # # #####
7072024-02-07T22:59:26.518Z
7082024-02-07T22:59:26.524Z+ export CARGO_PROFILE_DEV_DEBUG=1
7092024-02-07T22:59:26.524Z+ CARGO_PROFILE_DEV_DEBUG=1
7102024-02-07T22:59:26.524Z+ export CARGO_PROFILE_TEST_DEBUG=1
7112024-02-07T22:59:26.524Z+ CARGO_PROFILE_TEST_DEBUG=1
7122024-02-07T22:59:26.524Z+ export CARGO_INCREMENTAL=0
7132024-02-07T22:59:26.524Z+ CARGO_INCREMENTAL=0
7142024-02-07T22:59:26.525Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7152024-02-07T22:59:26.751Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7162024-02-07T22:59:27.050Z Updating git repository `https://github.com/oxidecomputer/samael`
7172024-02-07T22:59:27.428Z Updating crates.io index
7182024-02-07T22:59:27.432Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7192024-02-07T22:59:28.522Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7202024-02-07T22:59:34.662Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7212024-02-07T22:59:34.838Z Updating git repository `http://github.com/oxidecomputer/tofino`
7222024-02-07T22:59:34.838Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
7232024-02-07T22:59:34.838Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
7242024-02-07T22:59:34.842Z Updating git repository `https://github.com/oxidecomputer/propolis`
7252024-02-07T22:59:34.843Z Updating git repository `https://github.com/oxidecomputer/crucible`
7262024-02-07T22:59:35.605Z Updating git repository `https://github.com/oxidecomputer/opte`
7272024-02-07T22:59:36.533Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
7282024-02-07T22:59:36.812Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
7292024-02-07T22:59:37.408Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
7302024-02-07T22:59:37.756Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7312024-02-07T22:59:38.036Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
7322024-02-07T22:59:38.338Z Updating git repository `http://github.com/oxidecomputer/sprockets`
7332024-02-07T22:59:39.131Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
7342024-02-07T22:59:39.234Z Updating git repository `https://github.com/oxidecomputer/poptrie`
7352024-02-07T22:59:39.489Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7362024-02-07T22:59:39.998Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
7372024-02-07T22:59:40.411Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
7382024-02-07T22:59:40.695Z Updating git repository `https://github.com/jgallagher/nix`
7392024-02-07T22:59:41.633Z Updating git repository `https://github.com/cbiffle/hubpack`
7402024-02-07T22:59:41.975Z Updating git repository `https://github.com/oxidecomputer/typify`
7412024-02-07T22:59:43.287Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
7422024-02-07T22:59:43.641Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
7432024-02-07T22:59:43.954Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
7442024-02-07T22:59:45.450Z Downloading crates ...
7452024-02-07T22:59:45.660Z Downloaded byteorder v1.5.0
7462024-02-07T22:59:45.668Z Downloaded aead v0.5.2
7472024-02-07T22:59:45.676Z Downloaded md5 v0.7.0
7482024-02-07T22:59:45.679Z Downloaded camino-tempfile v1.1.1
7492024-02-07T22:59:45.686Z Downloaded crucible-workspace-hack v0.1.0
7502024-02-07T22:59:45.689Z Downloaded constant_time_eq v0.3.0
7512024-02-07T22:59:45.689Z Downloaded async-stream v0.3.5
7522024-02-07T22:59:45.719Z Downloaded opaque-debug v0.3.0
7532024-02-07T22:59:45.719Z Downloaded memmap2 v0.7.1
7542024-02-07T22:59:45.719Z Downloaded chacha20 v0.9.1
7552024-02-07T22:59:45.719Z Downloaded const-oid v0.9.5
7562024-02-07T22:59:45.719Z Downloaded memmap v0.7.0
7572024-02-07T22:59:45.719Z Downloaded bitflags v1.3.2
7582024-02-07T22:59:45.723Z Downloaded anstyle v1.0.2
7592024-02-07T22:59:45.724Z Downloaded async-trait v0.1.77
7602024-02-07T22:59:45.728Z Downloaded block-padding v0.3.3
7612024-02-07T22:59:45.735Z Downloaded clap_derive v4.4.2
7622024-02-07T22:59:45.736Z Downloaded colorchoice v1.0.0
7632024-02-07T22:59:45.740Z Downloaded crossbeam-utils v0.8.16
7642024-02-07T22:59:45.746Z Downloaded cc v1.0.83
7652024-02-07T22:59:45.752Z Downloaded num_threads v0.1.6
7662024-02-07T22:59:45.752Z Downloaded darling v0.20.3
7672024-02-07T22:59:45.755Z Downloaded bzip2 v0.4.4
7682024-02-07T22:59:45.758Z Downloaded openssl-probe v0.1.5
7692024-02-07T22:59:45.758Z Downloaded keccak v0.1.4
7702024-02-07T22:59:45.762Z Downloaded option-ext v0.2.0
7712024-02-07T22:59:45.767Z Downloaded matches v0.1.10
7722024-02-07T22:59:45.767Z Downloaded block-buffer v0.10.4
7732024-02-07T22:59:45.771Z Downloaded normalize-line-endings v0.3.0
7742024-02-07T22:59:45.771Z Downloaded num-rational v0.4.1
7752024-02-07T22:59:45.774Z Downloaded openssl-macros v0.1.1
7762024-02-07T22:59:45.774Z Downloaded curve25519-dalek-derive v0.1.0
7772024-02-07T22:59:45.777Z Downloaded stable_deref_trait v1.2.0
7782024-02-07T22:59:45.780Z Downloaded cstr-argument v0.1.2
7792024-02-07T22:59:45.780Z Downloaded phf v0.11.2
7802024-02-07T22:59:45.789Z Downloaded owo-colors v4.0.0
7812024-02-07T22:59:45.793Z Downloaded argon2 v0.5.3
7822024-02-07T22:59:45.793Z Downloaded pretty-hex v0.2.1
7832024-02-07T22:59:45.793Z Downloaded atomicwrites v0.4.3
7842024-02-07T22:59:45.793Z Downloaded defmt-macros v0.3.6
7852024-02-07T22:59:45.798Z Downloaded num-integer v0.1.45
7862024-02-07T22:59:45.801Z Downloaded take_mut v0.2.2
7872024-02-07T22:59:45.802Z Downloaded num_enum v0.5.11
7882024-02-07T22:59:45.807Z Downloaded colored v2.0.4
7892024-02-07T22:59:45.813Z Downloaded polyval v0.6.1
7902024-02-07T22:59:45.814Z Downloaded cpufeatures v0.2.12
7912024-02-07T22:59:45.818Z Downloaded deranged v0.3.8
7922024-02-07T22:59:45.819Z Downloaded num-bigint v0.4.4
7932024-02-07T22:59:45.828Z Downloaded structopt-derive v0.4.18
7942024-02-07T22:59:45.828Z Downloaded newtype_derive v0.1.6
7952024-02-07T22:59:45.841Z Downloaded blake3 v1.5.0
7962024-02-07T22:59:45.841Z Downloaded time-core v0.1.1
7972024-02-07T22:59:45.841Z Downloaded bit-vec v0.6.3
7982024-02-07T22:59:45.846Z Downloaded platforms v3.0.2
7992024-02-07T22:59:45.847Z Downloaded num_cpus v1.16.0
8002024-02-07T22:59:45.847Z Downloaded tokio-native-tls v0.3.1
8012024-02-07T22:59:45.847Z Downloaded paste v1.0.14
8022024-02-07T22:59:45.851Z Downloaded itoa v1.0.9
8032024-02-07T22:59:45.851Z Downloaded dtrace-parser v0.2.0
8042024-02-07T22:59:45.851Z Downloaded bcrypt-pbkdf v0.10.0
8052024-02-07T22:59:45.851Z Downloaded blowfish v0.9.1
8062024-02-07T22:59:45.855Z Downloaded dtrace-parser v0.1.14
8072024-02-07T22:59:45.856Z Downloaded crypto-common v0.1.6
8082024-02-07T22:59:45.856Z Downloaded atomic-waker v1.1.1
8092024-02-07T22:59:45.864Z Downloaded pbkdf2 v0.12.2
8102024-02-07T22:59:45.864Z Downloaded pem v3.0.2
8112024-02-07T22:59:45.864Z Downloaded poly1305 v0.8.0
8122024-02-07T22:59:45.864Z Downloaded usdt-attr-macro v0.3.5
8132024-02-07T22:59:45.868Z Downloaded predicates v3.1.0
8142024-02-07T22:59:45.868Z Downloaded macaddr v1.0.1
8152024-02-07T22:59:45.872Z Downloaded managed v0.8.0
8162024-02-07T22:59:45.872Z Downloaded usdt-macro v0.3.5
8172024-02-07T22:59:45.872Z Downloaded pkg-config v0.3.27
8182024-02-07T22:59:45.876Z Downloaded libsw v3.3.1
8192024-02-07T22:59:45.876Z Downloaded parse-display v0.9.0
8202024-02-07T22:59:45.877Z Downloaded zone_cfg_derive v0.3.0
8212024-02-07T22:59:45.880Z Downloaded ciborium-ll v0.2.2
8222024-02-07T22:59:45.880Z Downloaded md-5 v0.10.5
8232024-02-07T22:59:45.880Z Downloaded subprocess v0.2.9
8242024-02-07T22:59:45.892Z Downloaded parking_lot v0.11.2
8252024-02-07T22:59:45.896Z Downloaded num v0.4.1
8262024-02-07T22:59:45.897Z Downloaded debug-ignore v1.0.5
8272024-02-07T22:59:45.897Z Downloaded kstat-rs v0.2.3
8282024-02-07T22:59:45.897Z Downloaded pin-utils v0.1.0
8292024-02-07T22:59:45.897Z Downloaded ppv-lite86 v0.2.17
8302024-02-07T22:59:45.897Z Downloaded toolchain_find v0.2.0
8312024-02-07T22:59:45.897Z Downloaded tower-service v0.3.2
8322024-02-07T22:59:45.901Z Downloaded tokio-macros v2.2.0
8332024-02-07T22:59:45.901Z Downloaded structmeta v0.3.0
8342024-02-07T22:59:45.901Z Downloaded percent-encoding v2.3.1
8352024-02-07T22:59:45.901Z Downloaded pbkdf2 v0.11.0
8362024-02-07T22:59:45.905Z Downloaded ident_case v1.0.1
8372024-02-07T22:59:45.905Z Downloaded thiserror-no-std v2.0.2
8382024-02-07T22:59:45.909Z Downloaded zeroize v1.7.0
8392024-02-07T22:59:45.909Z Downloaded rfc6979 v0.4.0
8402024-02-07T22:59:45.913Z Downloaded gethostname v0.4.3
8412024-02-07T22:59:45.913Z Downloaded generic-array v0.14.7
8422024-02-07T22:59:45.917Z Downloaded cbc v0.1.2
8432024-02-07T22:59:45.918Z Downloaded lock_api v0.4.10
8442024-02-07T22:59:45.918Z Downloaded dof v0.3.0
8452024-02-07T22:59:45.922Z Downloaded futures-macro v0.3.30
8462024-02-07T22:59:45.922Z Downloaded mime_guess v2.0.4
8472024-02-07T22:59:45.922Z Downloaded parking_lot_core v0.9.8
8482024-02-07T22:59:45.926Z Downloaded pin-project-lite v0.2.13
8492024-02-07T22:59:45.930Z Downloaded multer v3.0.0
8502024-02-07T22:59:45.934Z Downloaded once_cell v1.19.0
8512024-02-07T22:59:45.934Z Downloaded mio v0.8.9
8522024-02-07T22:59:45.939Z Downloaded dirs v5.0.1
8532024-02-07T22:59:45.946Z Downloaded camino v1.1.6
8542024-02-07T22:59:45.946Z Downloaded display-error-chain v0.2.0
8552024-02-07T22:59:45.946Z Downloaded console v0.15.8
8562024-02-07T22:59:45.951Z Downloaded postgres-protocol v0.6.6
8572024-02-07T22:59:45.951Z Downloaded tokio-tungstenite v0.20.1
8582024-02-07T22:59:45.951Z Downloaded term v0.7.0
8592024-02-07T22:59:45.956Z Downloaded usdt-attr-macro v0.5.0
8602024-02-07T22:59:45.956Z Downloaded phf_shared v0.11.2
8612024-02-07T22:59:45.956Z Downloaded instant v0.1.12
8622024-02-07T22:59:45.962Z Downloaded fxhash v0.2.1
8632024-02-07T22:59:45.963Z Downloaded addr2line v0.21.0
8642024-02-07T22:59:45.963Z Downloaded pest_generator v2.7.6
8652024-02-07T22:59:45.967Z Downloaded zone v0.3.0
8662024-02-07T22:59:45.967Z Downloaded foreign-types-shared v0.1.1
8672024-02-07T22:59:45.968Z Downloaded crypto-bigint v0.5.2
8682024-02-07T22:59:45.974Z Downloaded base64 v0.21.7
8692024-02-07T22:59:45.986Z Downloaded usdt-impl v0.5.0
8702024-02-07T22:59:45.986Z Downloaded scroll_derive v0.12.0
8712024-02-07T22:59:45.987Z Downloaded ciborium v0.2.2
8722024-02-07T22:59:45.987Z Downloaded home v0.5.5
8732024-02-07T22:59:45.987Z Downloaded miniz_oxide v0.7.1
8742024-02-07T22:59:45.998Z Downloaded zerocopy-derive v0.7.32
8752024-02-07T22:59:45.998Z Downloaded semver v1.0.21
8762024-02-07T22:59:45.998Z Downloaded smallvec v1.13.1
8772024-02-07T22:59:45.999Z Downloaded foreign-types-shared v0.3.1
8782024-02-07T22:59:45.999Z Downloaded yasna v0.5.2
8792024-02-07T22:59:45.999Z Downloaded difflib v0.4.0
8802024-02-07T22:59:46.013Z Downloaded usdt-macro v0.5.0
8812024-02-07T22:59:46.014Z Downloaded untrusted v0.7.1
8822024-02-07T22:59:46.014Z Downloaded getopts v0.2.21
8832024-02-07T22:59:46.014Z Downloaded derive-where v1.2.7
8842024-02-07T22:59:46.014Z Downloaded semver-parser v0.10.2
8852024-02-07T22:59:46.014Z Downloaded futures-task v0.3.30
8862024-02-07T22:59:46.014Z Downloaded libm v0.2.7
8872024-02-07T22:59:46.026Z Downloaded pretty-hex v0.4.1
8882024-02-07T22:59:46.026Z Downloaded terminal_size v0.2.6
8892024-02-07T22:59:46.026Z Downloaded crossbeam-epoch v0.9.15
8902024-02-07T22:59:46.027Z Downloaded endian-type v0.1.2
8912024-02-07T22:59:46.027Z Downloaded heck v0.3.3
8922024-02-07T22:59:46.028Z Downloaded arc-swap v1.6.0
8932024-02-07T22:59:46.047Z Downloaded futures v0.3.30
8942024-02-07T22:59:46.047Z Downloaded equivalent v1.0.1
8952024-02-07T22:59:46.047Z Downloaded serde_urlencoded v0.7.1
8962024-02-07T22:59:46.047Z Downloaded either v1.9.0
8972024-02-07T22:59:46.047Z Downloaded unicase v2.7.0
8982024-02-07T22:59:46.047Z Downloaded rand_chacha v0.3.1
8992024-02-07T22:59:46.051Z Downloaded slog-term v2.9.0
9002024-02-07T22:59:46.051Z Downloaded textwrap v0.11.0
9012024-02-07T22:59:46.051Z Downloaded thread-id v4.2.0
9022024-02-07T22:59:46.052Z Downloaded thiserror-impl v1.0.56
9032024-02-07T22:59:46.052Z Downloaded rustls-pki-types v1.1.0
9042024-02-07T22:59:46.052Z Downloaded allocator-api2 v0.2.16
9052024-02-07T22:59:46.052Z Downloaded enum-as-inner v0.5.1
9062024-02-07T22:59:46.052Z Downloaded derive_more v0.99.17
9072024-02-07T22:59:46.056Z Downloaded semver v0.11.0
9082024-02-07T22:59:46.056Z Downloaded slog-scope v4.4.0
9092024-02-07T22:59:46.056Z Downloaded hyper-rustls v0.24.2
9102024-02-07T22:59:46.061Z Downloaded signal-hook-registry v1.4.1
9112024-02-07T22:59:46.061Z Downloaded static_assertions v1.1.0
9122024-02-07T22:59:46.064Z Downloaded foreign-types-macros v0.2.3
9132024-02-07T22:59:46.064Z Downloaded version_check v0.9.4
9142024-02-07T22:59:46.064Z Downloaded dirs-sys v0.4.1
9152024-02-07T22:59:46.067Z Downloaded bytes v1.5.0
9162024-02-07T22:59:46.074Z Downloaded rand_chacha v0.2.2
9172024-02-07T22:59:46.074Z Downloaded string_cache v0.8.7
9182024-02-07T22:59:46.074Z Downloaded utf8parse v0.2.1
9192024-02-07T22:59:46.077Z Downloaded r2d2 v0.8.10
9202024-02-07T22:59:46.077Z Downloaded ed25519 v2.2.2
9212024-02-07T22:59:46.078Z Downloaded group v0.13.0
9222024-02-07T22:59:46.078Z Downloaded chacha20poly1305 v0.10.1
9232024-02-07T22:59:46.081Z Downloaded strsim v0.10.0
9242024-02-07T22:59:46.081Z Downloaded slog-dtrace v0.3.0
9252024-02-07T22:59:46.082Z Downloaded p256 v0.13.2
9262024-02-07T22:59:46.087Z Downloaded utf-8 v0.7.6
9272024-02-07T22:59:46.087Z Downloaded usdt v0.3.5
9282024-02-07T22:59:46.087Z Downloaded is-terminal v0.4.9
9292024-02-07T22:59:46.092Z Downloaded filetime v0.2.23
9302024-02-07T22:59:46.092Z Downloaded ff v0.13.0
9312024-02-07T22:59:46.092Z Downloaded strum_macros v0.25.2
9322024-02-07T22:59:46.096Z Downloaded unicode-bidi v0.3.13
9332024-02-07T22:59:46.096Z Downloaded unsafe-libyaml v0.2.10
9342024-02-07T22:59:46.099Z Downloaded waitgroup v0.1.2
9352024-02-07T22:59:46.103Z Downloaded diesel_derives v2.1.2
9362024-02-07T22:59:46.106Z Downloaded time-macros v0.2.13
9372024-02-07T22:59:46.107Z Downloaded spki v0.7.2
9382024-02-07T22:59:46.107Z Downloaded slab v0.4.9
9392024-02-07T22:59:46.110Z Downloaded fixedbitset v0.4.2
9402024-02-07T22:59:46.110Z Downloaded hyper-tls v0.5.0
9412024-02-07T22:59:46.113Z Downloaded siphasher v0.3.11
9422024-02-07T22:59:46.113Z Downloaded getrandom v0.2.10
9432024-02-07T22:59:46.117Z Downloaded ecdsa v0.16.9
9442024-02-07T22:59:46.121Z Downloaded strum v0.25.0
9452024-02-07T22:59:46.121Z Downloaded headers-core v0.2.0
9462024-02-07T22:59:46.121Z Downloaded ucd-trie v0.1.6
9472024-02-07T22:59:46.125Z Downloaded futures-sink v0.3.30
9482024-02-07T22:59:46.125Z Downloaded semver v0.1.20
9492024-02-07T22:59:46.125Z Downloaded spin v0.5.2
9502024-02-07T22:59:46.126Z Downloaded usdt-impl v0.3.5
9512024-02-07T22:59:46.129Z Downloaded want v0.3.1
9522024-02-07T22:59:46.129Z Downloaded tinyvec_macros v0.1.1
9532024-02-07T22:59:46.129Z Downloaded tracing-core v0.1.31
9542024-02-07T22:59:46.134Z Downloaded sct v0.7.0
9552024-02-07T22:59:46.138Z Downloaded backtrace v0.3.69
9562024-02-07T22:59:46.145Z Downloaded serde_path_to_error v0.1.15
9572024-02-07T22:59:46.145Z Downloaded rand_core v0.5.1
9582024-02-07T22:59:46.145Z Downloaded sha1 v0.10.6
9592024-02-07T22:59:46.157Z Downloaded walkdir v2.4.0
9602024-02-07T22:59:46.157Z Downloaded hash32 v0.3.1
9612024-02-07T22:59:46.157Z Downloaded vec_map v0.8.2
9622024-02-07T22:59:46.157Z Downloaded socket2 v0.5.5
9632024-02-07T22:59:46.158Z Downloaded scopeguard v1.2.0
9642024-02-07T22:59:46.158Z Downloaded embedded-io v0.4.0
9652024-02-07T22:59:46.158Z Downloaded rand_core v0.6.4
9662024-02-07T22:59:46.158Z Downloaded httpdate v1.0.3
9672024-02-07T22:59:46.163Z Downloaded toml_edit v0.19.15
9682024-02-07T22:59:46.172Z Downloaded ipnetwork v0.20.0
9692024-02-07T22:59:46.182Z Downloaded spin v0.9.8
9702024-02-07T22:59:46.182Z Downloaded nom v7.1.3
9712024-02-07T22:59:46.182Z Downloaded swrite v0.1.0
9722024-02-07T22:59:46.183Z Downloaded russh-cryptovec v0.7.0
9732024-02-07T22:59:46.183Z Downloaded secrecy v0.8.0
9742024-02-07T22:59:46.189Z Downloaded tracing-attributes v0.1.26
9752024-02-07T22:59:46.189Z Downloaded structopt v0.3.26
9762024-02-07T22:59:46.201Z Downloaded tokio-rustls v0.24.1
9772024-02-07T22:59:46.201Z Downloaded hmac v0.12.1
9782024-02-07T22:59:46.201Z Downloaded hostname v0.3.1
9792024-02-07T22:59:46.201Z Downloaded dyn-clone v1.0.16
9802024-02-07T22:59:46.207Z Downloaded inout v0.1.3
9812024-02-07T22:59:46.207Z Downloaded aho-corasick v1.0.4
9822024-02-07T22:59:46.207Z Downloaded fastrand v2.0.1
9832024-02-07T22:59:46.212Z Downloaded errno v0.3.8
9842024-02-07T22:59:46.212Z Downloaded futures-core v0.3.30
9852024-02-07T22:59:46.212Z Downloaded structmeta-derive v0.3.0
9862024-02-07T22:59:46.213Z Downloaded foreign-types v0.3.2
9872024-02-07T22:59:46.213Z Downloaded socket2 v0.4.9
9882024-02-07T22:59:46.217Z Downloaded serde_with_macros v3.6.0
9892024-02-07T22:59:46.217Z Downloaded ryu v1.0.15
9902024-02-07T22:59:46.221Z Downloaded rcgen v0.12.1
9912024-02-07T22:59:46.221Z Downloaded schemars v0.8.16
9922024-02-07T22:59:46.231Z Downloaded ghash v0.5.0
9932024-02-07T22:59:46.239Z Downloaded http-range v0.1.5
9942024-02-07T22:59:46.239Z Downloaded rustc_version v0.4.0
9952024-02-07T22:59:46.239Z Downloaded digest v0.10.7
9962024-02-07T22:59:46.240Z Downloaded serde_tokenstream v0.2.0
9972024-02-07T22:59:46.259Z Downloaded rustfmt-wrapper v0.2.0
9982024-02-07T22:59:46.259Z Downloaded memchr v2.6.3
9992024-02-07T22:59:46.259Z Downloaded serde_derive_internals v0.26.0
10002024-02-07T22:59:46.259Z Downloaded slog-async v2.8.0
10012024-02-07T22:59:46.259Z Downloaded usdt v0.5.0
10022024-02-07T22:59:46.260Z Downloaded slog v2.7.0
10032024-02-07T22:59:46.260Z Downloaded rustversion v1.0.14
10042024-02-07T22:59:46.263Z Downloaded tar v0.4.40
10052024-02-07T22:59:46.263Z Downloaded serde v1.0.196
10062024-02-07T22:59:46.263Z Downloaded ed25519-dalek v2.0.0
10072024-02-07T22:59:46.263Z Downloaded proc-macro-error-attr v1.0.4
10082024-02-07T22:59:46.263Z Downloaded slog-envlogger v2.2.0
10092024-02-07T22:59:46.269Z Downloaded flagset v0.4.3
10102024-02-07T22:59:46.269Z Downloaded rustls-pemfile v2.0.0
10112024-02-07T22:59:46.275Z Downloaded uuid v1.7.0
10122024-02-07T22:59:46.275Z Downloaded tempfile v3.10.0
10132024-02-07T22:59:46.275Z Downloaded toml v0.5.11
10142024-02-07T22:59:46.278Z Downloaded serde_tokenstream v0.1.7
10152024-02-07T22:59:46.278Z Downloaded quote v1.0.35
10162024-02-07T22:59:46.285Z Downloaded hash32 v0.2.1
10172024-02-07T22:59:46.285Z Downloaded serde_repr v0.1.16
10182024-02-07T22:59:46.285Z Downloaded proc-macro-crate v1.3.1
10192024-02-07T22:59:46.299Z Downloaded strsim v0.8.0
10202024-02-07T22:59:46.299Z Downloaded hubpack v0.1.2
10212024-02-07T22:59:46.299Z Downloaded serde_spanned v0.6.5
10222024-02-07T22:59:46.299Z Downloaded fallible-iterator v0.2.0
10232024-02-07T22:59:46.299Z Downloaded httparse v1.8.0
10242024-02-07T22:59:46.299Z Downloaded signal-hook v0.3.17
10252024-02-07T22:59:46.313Z Downloaded foreign-types v0.5.0
10262024-02-07T22:59:46.313Z Downloaded http-body v0.4.5
10272024-02-07T22:59:46.313Z Downloaded same-file v1.0.6
10282024-02-07T22:59:46.313Z Downloaded crossterm v0.27.0
10292024-02-07T22:59:46.313Z Downloaded ipnet v2.9.0
10302024-02-07T22:59:46.321Z Downloaded fnv v1.0.7
10312024-02-07T22:59:46.321Z Downloaded futures-channel v0.3.30
10322024-02-07T22:59:46.321Z Downloaded resolv-conf v0.7.0
10332024-02-07T22:59:46.321Z Downloaded primeorder v0.13.6
10342024-02-07T22:59:46.321Z Downloaded rustls-pemfile v1.0.3
10352024-02-07T22:59:46.321Z Downloaded xattr v1.0.1
10362024-02-07T22:59:46.321Z Downloaded rustc-demangle v0.1.23
10372024-02-07T22:59:46.321Z Downloaded unicode-ident v1.0.12
10382024-02-07T22:59:46.322Z Downloaded russh-keys v0.40.1
10392024-02-07T22:59:46.322Z Downloaded similar v2.3.0
10402024-02-07T22:59:46.331Z Downloaded toml v0.8.9
10412024-02-07T22:59:46.338Z Downloaded heck v0.4.1
10422024-02-07T22:59:46.339Z Downloaded signature v2.1.0
10432024-02-07T22:59:46.339Z Downloaded pest v2.7.6
10442024-02-07T22:59:46.339Z Downloaded serde_derive v1.0.196
10452024-02-07T22:59:46.345Z Downloaded proc-macro-error v1.0.4
10462024-02-07T22:59:46.345Z Downloaded sha2 v0.10.8
10472024-02-07T22:59:46.346Z Downloaded iana-time-zone v0.1.57
10482024-02-07T22:59:46.346Z Downloaded indexmap v2.2.2
10492024-02-07T22:59:46.353Z Downloaded rayon-core v1.12.0
10502024-02-07T22:59:46.368Z Downloaded hyper-staticfile v0.9.5
10512024-02-07T22:59:46.368Z Downloaded tokio-stream v0.1.14
10522024-02-07T22:59:46.368Z Downloaded tinyvec v1.6.0
10532024-02-07T22:59:46.368Z Downloaded serde_yaml v0.9.25
10542024-02-07T22:59:46.369Z Downloaded minimal-lexical v0.2.1
10552024-02-07T22:59:46.377Z Downloaded tokio-rustls v0.25.0
10562024-02-07T22:59:46.377Z Downloaded typenum v1.16.0
10572024-02-07T22:59:46.377Z Downloaded toml v0.7.8
10582024-02-07T22:59:46.377Z Downloaded url v2.5.0
10592024-02-07T22:59:46.381Z Downloaded half v2.3.1
10602024-02-07T22:59:46.381Z Downloaded hashbrown v0.13.2
10612024-02-07T22:59:46.385Z Downloaded proc-macro2 v1.0.78
10622024-02-07T22:59:46.388Z Downloaded scroll v0.12.0
10632024-02-07T22:59:46.388Z Downloaded whoami v1.4.1
10642024-02-07T22:59:46.391Z Downloaded slog-bunyan v2.5.0
10652024-02-07T22:59:46.392Z Downloaded zerocopy v0.6.4
10662024-02-07T22:59:46.397Z Downloaded time v0.3.27
10672024-02-07T22:59:46.401Z Downloaded hashbrown v0.12.3
10682024-02-07T22:59:46.404Z Downloaded tokio-postgres v0.7.10
10692024-02-07T22:59:46.407Z Downloaded io-lifetimes v1.0.11
10702024-02-07T22:59:46.411Z Downloaded zeroize_derive v1.4.2
10712024-02-07T22:59:46.411Z Downloaded dirs-sys-next v0.1.2
10722024-02-07T22:59:46.411Z Downloaded vsss-rs v3.3.4
10732024-02-07T22:59:46.414Z Downloaded sec1 v0.7.3
10742024-02-07T22:59:46.414Z Downloaded elliptic-curve v0.13.8
10752024-02-07T22:59:46.418Z Downloaded tracing v0.1.37
10762024-02-07T22:59:46.421Z Downloaded headers v0.3.9
10772024-02-07T22:59:46.427Z Downloaded tokio-util v0.7.10
10782024-02-07T22:59:46.434Z Downloaded zip v0.6.6
10792024-02-07T22:59:46.437Z Downloaded russh v0.40.2
10802024-02-07T22:59:46.442Z Downloaded unicode-segmentation v1.10.1
10812024-02-07T22:59:46.447Z Downloaded heapless v0.7.16
10822024-02-07T22:59:46.453Z Downloaded aes-gcm v0.10.3
10832024-02-07T22:59:46.457Z Downloaded clap v2.34.0
10842024-02-07T22:59:46.461Z Downloaded trust-dns-client v0.22.0
10852024-02-07T22:59:46.895Z Downloaded itertools v0.12.1
10862024-02-07T22:59:46.901Z Downloaded zerocopy v0.7.32
10872024-02-07T22:59:46.902Z Downloaded rand v0.8.5
10882024-02-07T22:59:46.902Z Downloaded flate2 v1.0.28
10892024-02-07T22:59:46.902Z Downloaded petgraph v0.6.4
10902024-02-07T22:59:46.902Z Downloaded heapless v0.8.0
10912024-02-07T22:59:46.902Z Downloaded rand v0.7.3
10922024-02-07T22:59:46.903Z Downloaded hashbrown v0.14.2
10932024-02-07T22:59:46.903Z Downloaded unicode-normalization v0.1.22
10942024-02-07T22:59:46.903Z Downloaded serde_json v1.0.113
10952024-02-07T22:59:46.903Z Downloaded steno v0.4.0
10962024-02-07T22:59:46.904Z Downloaded winnow v0.5.15
10972024-02-07T22:59:46.904Z Downloaded itertools v0.10.5
10982024-02-07T22:59:46.904Z Downloaded hyper v0.14.27
10992024-02-07T22:59:46.904Z Downloaded rustls-webpki v0.101.7
11002024-02-07T22:59:46.904Z Downloaded object v0.32.1
11012024-02-07T22:59:46.905Z Downloaded vcpkg v0.2.15
11022024-02-07T22:59:46.905Z Downloaded rustls-webpki v0.102.1
11032024-02-07T22:59:46.905Z Downloaded goblin v0.8.0
11042024-02-07T22:59:46.905Z Downloaded hkdf v0.12.4
11052024-02-07T22:59:46.905Z Downloaded curve25519-dalek v4.1.1
11062024-02-07T22:59:46.906Z Downloaded openssl v0.10.60
11072024-02-07T22:59:46.906Z Downloaded trust-dns-proto v0.22.0
11082024-02-07T22:59:46.906Z Downloaded bstr v0.2.17
11092024-02-07T22:59:46.906Z Downloaded smoltcp v0.9.1
11102024-02-07T22:59:46.906Z Downloaded idna v0.5.0
11112024-02-07T22:59:46.906Z Downloaded webpki-roots v0.25.2
11122024-02-07T22:59:46.907Z Downloaded gimli v0.28.0
11132024-02-07T22:59:46.907Z Downloaded syn v2.0.48
11142024-02-07T22:59:46.907Z Downloaded regex v1.10.3
11152024-02-07T22:59:46.907Z Downloaded smoltcp v0.11.0
11162024-02-07T22:59:46.907Z Downloaded radix_trie v0.2.1
11172024-02-07T22:59:46.907Z Downloaded rustls v0.21.9
11182024-02-07T22:59:46.908Z Downloaded bstr v1.6.0
11192024-02-07T22:59:46.908Z Downloaded openapiv3 v2.0.0
11202024-02-07T22:59:46.908Z Downloaded rustix v0.38.31
11212024-02-07T22:59:46.908Z Downloaded diesel v2.1.4
11222024-02-07T22:59:46.908Z Downloaded sled v0.34.7
11232024-02-07T22:59:46.908Z Downloaded rustix v0.37.23
11242024-02-07T22:59:46.908Z Downloaded regex-automata v0.3.8
11252024-02-07T22:59:46.908Z Downloaded zerocopy-derive v0.6.4
11262024-02-07T22:59:46.908Z Downloaded libc v0.2.153
11272024-02-07T22:59:46.918Z Downloaded regex-automata v0.4.4
11282024-02-07T22:59:46.935Z Downloaded winapi v0.3.9
11292024-02-07T22:59:46.974Z Downloaded zerocopy-derive v0.2.0
11302024-02-07T22:59:46.985Z Downloaded bzip2-sys v0.1.11+1.0.8
11312024-02-07T22:59:46.995Z Downloaded idna v0.2.3
11322024-02-07T22:59:47.000Z Downloaded regex-syntax v0.8.2
11332024-02-07T22:59:47.008Z Downloaded tokio v1.36.0
11342024-02-07T22:59:47.047Z Downloaded sha3 v0.10.8
11352024-02-07T22:59:47.052Z Downloaded rustls v0.22.2
11362024-02-07T22:59:47.065Z Downloaded syn v1.0.109
11372024-02-07T22:59:47.074Z Downloaded regress v0.7.1
11382024-02-07T22:59:47.498Z Downloaded chrono v0.4.31
11392024-02-07T22:59:47.520Z Downloaded rayon v1.8.0
11402024-02-07T22:59:47.520Z Downloaded regex-automata v0.1.10
11412024-02-07T22:59:47.520Z Downloaded http v1.0.0
11422024-02-07T22:59:47.520Z Downloaded futures-util v0.3.30
11432024-02-07T22:59:47.520Z Downloaded reqwest v0.11.22
11442024-02-07T22:59:47.520Z Downloaded h2 v0.3.24
11452024-02-07T22:59:47.521Z Downloaded http v0.2.11
11462024-02-07T22:59:47.521Z Downloaded serde_with v3.6.0
11472024-02-07T22:59:47.521Z Downloaded toml_edit v0.21.1
11482024-02-07T22:59:47.521Z Downloaded encoding_rs v0.8.33
11492024-02-07T22:59:47.521Z Downloaded form_urlencoded v1.2.1
11502024-02-07T22:59:47.521Z Downloaded float-cmp v0.9.0
11512024-02-07T22:59:47.521Z Downloaded thread_local v1.1.7
11522024-02-07T22:59:47.521Z Downloaded thiserror-impl-no-std v2.0.2
11532024-02-07T22:59:47.521Z Downloaded rustc_version v0.1.7
11542024-02-07T22:59:47.521Z Downloaded getrandom v0.1.16
11552024-02-07T22:59:47.521Z Downloaded trust-dns-resolver v0.22.0
11562024-02-07T22:59:47.522Z Downloaded darling_core v0.20.3
11572024-02-07T22:59:47.522Z Downloaded scheduled-thread-pool v0.2.7
11582024-02-07T22:59:47.522Z Downloaded trust-dns-server v0.22.1
11592024-02-07T22:59:47.522Z Downloaded openssl-sys v0.9.96
11602024-02-07T22:59:47.522Z Downloaded schemars_derive v0.8.16
11612024-02-07T22:59:47.523Z Downloaded tungstenite v0.20.1
11622024-02-07T22:59:47.523Z Downloaded anyhow v1.0.75
11632024-02-07T22:59:47.523Z Downloaded omicron-zone-package v0.11.0
11642024-02-07T22:59:47.523Z Downloaded signal-hook-mio v0.2.3
11652024-02-07T22:59:47.523Z Downloaded synstructure v0.12.6
11662024-02-07T22:59:47.523Z Downloaded glob v0.3.1
11672024-02-07T22:59:47.524Z Downloaded dirs-next v2.0.0
11682024-02-07T22:59:47.524Z Downloaded dof v0.1.5
11692024-02-07T22:59:47.524Z Downloaded indexmap v1.9.3
11702024-02-07T22:59:47.524Z Downloaded crossbeam-channel v0.5.8
11712024-02-07T22:59:47.525Z Downloaded clap_builder v4.4.2
11722024-02-07T22:59:47.525Z Downloaded universal-hash v0.5.1
11732024-02-07T22:59:47.525Z Downloaded postcard v1.0.8
11742024-02-07T22:59:47.525Z Downloaded pest_meta v2.7.6
11752024-02-07T22:59:47.526Z Downloaded hex v0.4.3
11762024-02-07T22:59:47.526Z Downloaded parking_lot v0.12.1
11772024-02-07T22:59:47.526Z Downloaded untrusted v0.9.0
11782024-02-07T22:59:47.526Z Downloaded ahash v0.8.7
11792024-02-07T22:59:47.526Z Downloaded blake2 v0.10.6
11802024-02-07T22:59:47.527Z Downloaded base64ct v1.6.0
11812024-02-07T22:59:47.527Z Downloaded parking_lot_core v0.8.6
11822024-02-07T22:59:47.527Z Downloaded hubpack_derive v0.1.1
11832024-02-07T22:59:47.527Z Downloaded toml_datetime v0.6.5
11842024-02-07T22:59:47.528Z Downloaded smf v0.2.2
11852024-02-07T22:59:47.528Z Downloaded slog-stdlog v4.1.1
11862024-02-07T22:59:47.528Z Downloaded slog-json v2.6.1
11872024-02-07T22:59:47.528Z Downloaded futures-io v0.3.30
11882024-02-07T22:59:47.528Z Downloaded futures-executor v0.3.30
11892024-02-07T22:59:47.528Z Downloaded topological-sort v0.2.2
11902024-02-07T22:59:47.529Z Downloaded hex-literal v0.4.1
11912024-02-07T22:59:47.529Z Downloaded unicode-width v0.1.11
11922024-02-07T22:59:47.529Z Downloaded unicode-xid v0.2.4
11932024-02-07T22:59:47.529Z Downloaded quick-error v1.2.3
11942024-02-07T22:59:47.529Z Downloaded postgres-types v0.2.6
11952024-02-07T22:59:47.530Z Downloaded password-hash v0.4.2
11962024-02-07T22:59:47.530Z Downloaded num-complex v0.4.4
11972024-02-07T22:59:47.530Z Downloaded arrayvec v0.7.4
11982024-02-07T22:59:47.530Z Downloaded pem-rfc7468 v0.7.0
11992024-02-07T22:59:47.530Z Downloaded parse-display-derive v0.9.0
12002024-02-07T22:59:47.530Z Downloaded log v0.4.20
12012024-02-07T22:59:47.530Z Downloaded cancel-safe-futures v0.1.5
12022024-02-07T22:59:47.530Z Downloaded ansi_term v0.12.1
12032024-02-07T22:59:47.531Z Downloaded bitflags v2.4.0
12042024-02-07T22:59:47.531Z Downloaded backoff v0.4.0
12052024-02-07T22:59:47.531Z Downloaded password-hash v0.5.0
12062024-02-07T22:59:47.531Z Downloaded der_derive v0.7.2
12072024-02-07T22:59:47.531Z Downloaded zerocopy v0.3.0
12082024-02-07T22:59:47.532Z Downloaded num-derive v0.4.0
12092024-02-07T22:59:47.532Z Downloaded nibble_vec v0.1.0
12102024-02-07T22:59:47.532Z Downloaded crc32fast v1.3.2
12112024-02-07T22:59:47.532Z Downloaded stringprep v0.1.3
12122024-02-07T22:59:47.532Z Downloaded plain v0.2.3
12132024-02-07T22:59:47.532Z Downloaded lalrpop-util v0.19.12
12142024-02-07T22:59:47.533Z Downloaded predicates-core v1.0.6
12152024-02-07T22:59:47.533Z Downloaded anstream v0.5.0
12162024-02-07T22:59:47.533Z Downloaded data-encoding v2.4.0
12172024-02-07T22:59:47.533Z Downloaded cobs v0.2.3
12182024-02-07T22:59:47.533Z Downloaded libefi-sys v0.1.0
12192024-02-07T22:59:47.534Z Downloaded defmt-parser v0.3.3
12202024-02-07T22:59:47.534Z Downloaded der v0.7.8
12212024-02-07T22:59:47.534Z Downloaded clap v4.4.3
12222024-02-07T22:59:47.534Z Downloaded linear-map v1.2.0
12232024-02-07T22:59:47.535Z Downloaded linked-hash-map v0.5.6
12242024-02-07T22:59:47.535Z Downloaded cfg-if v1.0.0
12252024-02-07T22:59:47.535Z Downloaded bit-set v0.5.3
12262024-02-07T22:59:47.535Z Downloaded try-lock v0.2.4
12272024-02-07T22:59:47.535Z Downloaded phf_shared v0.10.0
12282024-02-07T22:59:47.535Z Downloaded adler v1.0.2
12292024-02-07T22:59:47.536Z Downloaded pkcs8 v0.10.2
12302024-02-07T22:59:47.536Z Downloaded pest_derive v2.7.6
12312024-02-07T22:59:47.536Z Downloaded clap_lex v0.5.1
12322024-02-07T22:59:47.536Z Downloaded anstyle-query v1.0.0
12332024-02-07T22:59:47.536Z Downloaded autocfg v1.1.0
12342024-02-07T22:59:47.537Z Downloaded arrayref v0.3.7
12352024-02-07T22:59:47.537Z Downloaded ctr v0.9.2
12362024-02-07T22:59:47.537Z Downloaded ciborium-io v0.2.2
12372024-02-07T22:59:47.537Z Downloaded num-traits v0.2.16
12382024-02-07T22:59:47.537Z Downloaded native-tls v0.2.11
12392024-02-07T22:59:47.548Z Downloaded base16ct v0.2.0
12402024-02-07T22:59:47.548Z Downloaded convert_case v0.4.0
12412024-02-07T22:59:47.548Z Downloaded num-iter v0.1.43
12422024-02-07T22:59:47.549Z Downloaded memoffset v0.9.0
12432024-02-07T22:59:47.549Z Downloaded thiserror v1.0.56
12442024-02-07T22:59:47.549Z Downloaded precomputed-hash v0.1.1
12452024-02-07T22:59:47.549Z Downloaded lazy_static v1.4.0
12462024-02-07T22:59:47.550Z Downloaded darling_macro v0.20.3
12472024-02-07T22:59:47.550Z Downloaded subtle v2.5.0
12482024-02-07T22:59:47.550Z Downloaded num_enum_derive v0.5.11
12492024-02-07T22:59:47.550Z Downloaded new_debug_unreachable v1.0.4
12502024-02-07T22:59:47.550Z Downloaded diesel_table_macro_syntax v0.1.0
12512024-02-07T22:59:47.550Z Downloaded cipher v0.4.4
12522024-02-07T22:59:47.551Z Downloaded match_cfg v0.1.0
12532024-02-07T22:59:47.551Z Downloaded defmt v0.3.5
12542024-02-07T22:59:47.551Z Downloaded aes v0.8.3
12552024-02-07T22:59:47.551Z Downloaded atty v0.2.14
12562024-02-07T22:59:47.552Z Downloaded async-stream-impl v0.3.5
12572024-02-07T22:59:47.552Z Downloaded mime v0.3.17
12582024-02-07T22:59:47.552Z Downloaded lru-cache v0.1.2
12592024-02-07T22:59:47.552Z Downloaded crossbeam-deque v0.8.3
12602024-02-07T22:59:47.553Z Downloaded anstyle-parse v0.2.1
12612024-02-07T22:59:47.553Z Downloaded ring v0.17.7
12622024-02-07T22:59:47.658Z Downloaded ring v0.16.20
12632024-02-07T22:59:48.125Z Compiling proc-macro2 v1.0.78
12642024-02-07T22:59:48.125Z Compiling unicode-ident v1.0.12
12652024-02-07T22:59:48.125Z Compiling libc v0.2.153
12662024-02-07T22:59:48.132Z Compiling serde v1.0.196
12672024-02-07T22:59:48.132Z Compiling version_check v0.9.4
12682024-02-07T22:59:48.133Z Compiling autocfg v1.1.0
12692024-02-07T22:59:48.161Z Compiling cfg-if v1.0.0
12702024-02-07T22:59:48.298Z Compiling syn v1.0.109
12712024-02-07T22:59:48.315Z Compiling once_cell v1.19.0
12722024-02-07T22:59:48.361Z Compiling thiserror v1.0.56
12732024-02-07T22:59:48.706Z Compiling memchr v2.6.3
12742024-02-07T22:59:49.053Z Compiling byteorder v1.5.0
12752024-02-07T22:59:49.199Z Compiling lock_api v0.4.10
12762024-02-07T22:59:49.266Z Compiling typenum v1.16.0
12772024-02-07T22:59:49.935Z Compiling ahash v0.8.7
12782024-02-07T22:59:50.025Z Compiling parking_lot_core v0.9.8
12792024-02-07T22:59:50.041Z Compiling generic-array v0.14.7
12802024-02-07T22:59:50.213Z Compiling libm v0.2.7
12812024-02-07T22:59:50.226Z Compiling num-traits v0.2.16
12822024-02-07T22:59:50.280Z Compiling serde_json v1.0.113
12832024-02-07T22:59:50.847Z Compiling itoa v1.0.9
12842024-02-07T22:59:50.858Z Compiling slab v0.4.9
12852024-02-07T22:59:50.858Z Compiling log v0.4.20
12862024-02-07T22:59:51.047Z Compiling scopeguard v1.2.0
12872024-02-07T22:59:51.180Z Compiling quote v1.0.35
12882024-02-07T22:59:51.230Z Compiling ryu v1.0.15
12892024-02-07T22:59:51.598Z Compiling syn v2.0.48
12902024-02-07T22:59:51.872Z Compiling getrandom v0.2.10
12912024-02-07T22:59:51.922Z Compiling cc v1.0.83
12922024-02-07T22:59:52.152Z Compiling rand_core v0.6.4
12932024-02-07T22:59:52.464Z Compiling pkg-config v0.3.27
12942024-02-07T22:59:52.693Z Compiling allocator-api2 v0.2.16
12952024-02-07T22:59:52.713Z Compiling smallvec v1.13.1
12962024-02-07T22:59:52.964Z Compiling heck v0.4.1
12972024-02-07T22:59:53.155Z Compiling equivalent v1.0.1
12982024-02-07T22:59:53.155Z Compiling schemars v0.8.16
12992024-02-07T22:59:53.266Z Compiling subtle v2.5.0
13002024-02-07T22:59:53.643Z Compiling vcpkg v0.2.15
13012024-02-07T22:59:53.963Z Compiling pin-project-lite v0.2.13
13022024-02-07T22:59:54.223Z Compiling httparse v1.8.0
13032024-02-07T22:59:54.382Z Compiling ucd-trie v0.1.6
13042024-02-07T22:59:54.774Z Compiling parking_lot v0.12.1
13052024-02-07T22:59:54.919Z Compiling signal-hook-registry v1.4.1
13062024-02-07T22:59:55.045Z Compiling fnv v1.0.7
13072024-02-07T22:59:55.049Z Compiling ring v0.17.7
13082024-02-07T22:59:55.149Z Compiling ring v0.16.20
13092024-02-07T22:59:55.823Z Compiling mio v0.8.9
13102024-02-07T22:59:55.932Z Compiling openssl-sys v0.9.96
13112024-02-07T22:59:56.546Z Compiling iana-time-zone v0.1.57
13122024-02-07T22:59:56.878Z Compiling const-oid v0.9.5
13132024-02-07T22:59:56.945Z Compiling openssl v0.10.60
13142024-02-07T22:59:56.957Z Compiling semver v1.0.21
13152024-02-07T22:59:57.162Z Compiling num_cpus v1.16.0
13162024-02-07T22:59:57.282Z Compiling socket2 v0.5.5
13172024-02-07T22:59:57.487Z Compiling native-tls v0.2.11
13182024-02-07T22:59:57.860Z Compiling rustls v0.21.9
13192024-02-07T22:59:58.197Z Compiling futures-core v0.3.30
13202024-02-07T22:59:58.213Z Compiling dyn-clone v1.0.16
13212024-02-07T22:59:58.445Z Compiling aho-corasick v1.0.4
13222024-02-07T22:59:58.765Z Compiling slog v2.7.0
13232024-02-07T22:59:58.822Z Compiling regex-syntax v0.8.2
13242024-02-07T22:59:59.088Z Compiling crossbeam-utils v0.8.16
13252024-02-07T22:59:59.729Z Compiling serde_derive_internals v0.26.0
13262024-02-07T22:59:59.740Z Compiling async-trait v0.1.77
13272024-02-07T22:59:59.740Z Compiling spin v0.5.2
13282024-02-07T23:00:00.182Z Compiling futures-sink v0.3.30
13292024-02-07T23:00:00.325Z Compiling rustix v0.38.31
13302024-02-07T23:00:00.344Z Compiling backtrace v0.3.69
13312024-02-07T23:00:00.957Z Compiling tinyvec_macros v0.1.1
13322024-02-07T23:00:01.055Z Compiling tinyvec v1.6.0
13332024-02-07T23:00:01.287Z Compiling futures-channel v0.3.30
13342024-02-07T23:00:01.858Z Compiling pin-utils v0.1.0
13352024-02-07T23:00:01.957Z Compiling futures-task v0.3.30
13362024-02-07T23:00:02.183Z Compiling winnow v0.5.15
13372024-02-07T23:00:02.267Z Compiling futures-io v0.3.30
13382024-02-07T23:00:02.553Z Compiling regex-automata v0.4.4
13392024-02-07T23:00:02.682Z Compiling unicode-normalization v0.1.22
13402024-02-07T23:00:02.878Z Compiling spin v0.9.8
13412024-02-07T23:00:03.263Z Compiling memoffset v0.9.0
13422024-02-07T23:00:03.316Z Compiling tracing-core v0.1.31
13432024-02-07T23:00:03.595Z Compiling unicode-width v0.1.11
13442024-02-07T23:00:03.765Z Compiling anyhow v1.0.75
13452024-02-07T23:00:03.781Z Compiling unicode-bidi v0.3.13
13462024-02-07T23:00:04.358Z Compiling cpufeatures v0.2.12
13472024-02-07T23:00:05.401Z Compiling crc32fast v1.3.2
13482024-02-07T23:00:05.870Z Compiling crossbeam-epoch v0.9.15
13492024-02-07T23:00:05.938Z Compiling time-core v0.1.1
13502024-02-07T23:00:06.517Z Compiling time-macros v0.2.13
13512024-02-07T23:00:06.522Z Compiling serde_derive v1.0.196
13522024-02-07T23:00:06.640Z Compiling zerocopy-derive v0.7.32
13532024-02-07T23:00:06.662Z Compiling zeroize_derive v1.4.2
13542024-02-07T23:00:07.926Z Compiling thiserror-impl v1.0.56
13552024-02-07T23:00:08.114Z Compiling tokio-macros v2.2.0
13562024-02-07T23:00:08.670Z Compiling zerocopy v0.7.32
13572024-02-07T23:00:09.083Z Compiling zeroize v1.7.0
13582024-02-07T23:00:09.395Z Compiling futures-macro v0.3.30
13592024-02-07T23:00:10.625Z Compiling tracing-attributes v0.1.26
13602024-02-07T23:00:10.966Z Compiling hashbrown v0.14.2
13612024-02-07T23:00:11.194Z Compiling crypto-common v0.1.6
13622024-02-07T23:00:11.205Z Compiling schemars_derive v0.8.16
13632024-02-07T23:00:11.388Z Compiling pest v2.7.6
13642024-02-07T23:00:12.153Z Compiling openssl-macros v0.1.1
13652024-02-07T23:00:12.910Z Compiling block-buffer v0.10.4
13662024-02-07T23:00:13.037Z Compiling hashbrown v0.13.2
13672024-02-07T23:00:13.141Z Compiling digest v0.10.7
13682024-02-07T23:00:13.781Z Compiling regex v1.10.3
13692024-02-07T23:00:14.095Z Compiling pest_meta v2.7.6
13702024-02-07T23:00:14.450Z Compiling futures-util v0.3.30
13712024-02-07T23:00:14.789Z Compiling tracing v0.1.37
13722024-02-07T23:00:15.293Z Compiling der_derive v0.7.2
13732024-02-07T23:00:16.598Z Compiling pest_generator v2.7.6
13742024-02-07T23:00:18.836Z Compiling errno v0.3.8
13752024-02-07T23:00:19.050Z Compiling num-integer v0.1.45
13762024-02-07T23:00:19.571Z Compiling bytes v1.5.0
13772024-02-07T23:00:19.815Z Compiling indexmap v2.2.2
13782024-02-07T23:00:20.035Z Compiling uuid v1.7.0
13792024-02-07T23:00:20.174Z Compiling chrono v0.4.31
13802024-02-07T23:00:20.909Z Compiling tokio v1.36.0
13812024-02-07T23:00:20.985Z Compiling http v0.2.11
13822024-02-07T23:00:21.669Z Compiling bitflags v2.4.0
13832024-02-07T23:00:21.908Z Compiling toml_datetime v0.6.5
13842024-02-07T23:00:22.115Z Compiling serde_spanned v0.6.5
13852024-02-07T23:00:22.364Z Compiling pest_derive v2.7.6
13862024-02-07T23:00:22.375Z Compiling toml_edit v0.19.15
13872024-02-07T23:00:23.308Z Compiling rustc_version v0.4.0
13882024-02-07T23:00:23.314Z Compiling openapiv3 v2.0.0
13892024-02-07T23:00:23.892Z Compiling untrusted v0.7.1
13902024-02-07T23:00:24.103Z Compiling percent-encoding v2.3.1
13912024-02-07T23:00:24.257Z Compiling untrusted v0.9.0
13922024-02-07T23:00:24.457Z Compiling foreign-types-shared v0.1.1
13932024-02-07T23:00:24.577Z Compiling foreign-types v0.3.2
13942024-02-07T23:00:28.871Z Compiling serde_tokenstream v0.2.0
13952024-02-07T23:00:29.127Z Compiling tokio-util v0.7.10
13962024-02-07T23:00:29.434Z Compiling base64 v0.21.7
13972024-02-07T23:00:29.915Z Compiling try-lock v0.2.4
13982024-02-07T23:00:30.066Z Compiling unicode-xid v0.2.4
13992024-02-07T23:00:30.228Z Compiling ppv-lite86 v0.2.17
14002024-02-07T23:00:30.256Z Compiling h2 v0.3.24
14012024-02-07T23:00:30.314Z Compiling synstructure v0.12.6
14022024-02-07T23:00:30.350Z Compiling want v0.3.1
14032024-02-07T23:00:31.066Z Compiling sct v0.7.0
14042024-02-07T23:00:31.367Z Compiling rustls-webpki v0.101.7
14052024-02-07T23:00:31.400Z Compiling form_urlencoded v1.2.1
14062024-02-07T23:00:31.697Z Compiling http-body v0.4.5
14072024-02-07T23:00:31.811Z Compiling scroll_derive v0.12.0
14082024-02-07T23:00:32.316Z Compiling socket2 v0.4.9
14092024-02-07T23:00:33.170Z Compiling tower-service v0.3.2
14102024-02-07T23:00:33.349Z Compiling httpdate v1.0.3
14112024-02-07T23:00:33.615Z Compiling openssl-probe v0.1.5
14122024-02-07T23:00:33.811Z Compiling io-lifetimes v1.0.11
14132024-02-07T23:00:33.952Z Compiling zerocopy-derive v0.2.0
14142024-02-07T23:00:35.591Z Compiling idna v0.5.0
14152024-02-07T23:00:36.132Z Compiling lazy_static v1.4.0
14162024-02-07T23:00:37.028Z Compiling thread-id v4.2.0
14172024-02-07T23:00:37.148Z Compiling hyper v0.14.27
14182024-02-07T23:00:37.240Z Compiling adler v1.0.2
14192024-02-07T23:00:37.429Z Compiling miniz_oxide v0.7.1
14202024-02-07T23:00:37.474Z Compiling tokio-native-tls v0.3.1
14212024-02-07T23:00:37.748Z Compiling url v2.5.0
14222024-02-07T23:00:38.842Z Compiling tokio-rustls v0.24.1
14232024-02-07T23:00:39.021Z Compiling rand_chacha v0.3.1
14242024-02-07T23:00:39.249Z Compiling rustix v0.37.23
14252024-02-07T23:00:39.268Z Compiling ipnet v2.9.0
14262024-02-07T23:00:39.699Z Compiling rand v0.8.5
14272024-02-07T23:00:39.953Z Compiling serde_urlencoded v0.7.1
14282024-02-07T23:00:40.488Z Compiling rustls-pemfile v1.0.3
14292024-02-07T23:00:40.888Z Compiling usdt-impl v0.3.5
14302024-02-07T23:00:40.910Z Compiling encoding_rs v0.8.33
14312024-02-07T23:00:41.234Z Compiling webpki-roots v0.25.2
14322024-02-07T23:00:41.253Z Compiling gimli v0.28.0
14332024-02-07T23:00:41.280Z Compiling mime v0.3.17
14342024-02-07T23:00:41.695Z Compiling either v1.9.0
14352024-02-07T23:00:42.723Z Compiling regress v0.7.1
14362024-02-07T23:00:42.915Z Compiling object v0.32.1
14372024-02-07T23:00:44.294Z Compiling num-bigint v0.4.4
14382024-02-07T23:00:44.333Z Compiling usdt-impl v0.5.0
14392024-02-07T23:00:44.333Z Compiling hyper-rustls v0.24.2
14402024-02-07T23:00:44.437Z Compiling hyper-tls v0.5.0
14412024-02-07T23:00:44.775Z Compiling reqwest v0.11.22
14422024-02-07T23:00:44.793Z Compiling rustc-demangle v0.1.23
14432024-02-07T23:00:45.668Z Compiling addr2line v0.21.0
14442024-02-07T23:00:46.448Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14452024-02-07T23:00:46.867Z Compiling flate2 v1.0.28
14462024-02-07T23:00:47.294Z Compiling zerocopy v0.3.0
14472024-02-07T23:00:47.559Z Compiling scroll v0.12.0
14482024-02-07T23:00:47.896Z Compiling heapless v0.7.16
14492024-02-07T23:00:48.113Z Compiling futures-executor v0.3.30
14502024-02-07T23:00:48.224Z Compiling bzip2-sys v0.1.11+1.0.8
14512024-02-07T23:00:48.350Z Compiling plain v0.2.3
14522024-02-07T23:00:48.517Z Compiling signal-hook v0.3.17
14532024-02-07T23:00:48.736Z Compiling rustversion v1.0.14
14542024-02-07T23:00:49.183Z Compiling goblin v0.8.0
14552024-02-07T23:00:49.522Z Compiling futures v0.3.30
14562024-02-07T23:00:50.459Z Compiling dof v0.1.5
14572024-02-07T23:00:51.301Z Compiling toml v0.7.8
14582024-02-07T23:00:51.487Z Compiling dtrace-parser v0.1.14
14592024-02-07T23:00:52.406Z Compiling toml_edit v0.21.1
14602024-02-07T23:00:52.426Z Compiling hex v0.4.3
14612024-02-07T23:00:52.763Z Compiling strsim v0.10.0
14622024-02-07T23:00:53.040Z Compiling pretty-hex v0.4.1
14632024-02-07T23:00:53.066Z Compiling base64ct v1.6.0
14642024-02-07T23:00:55.060Z Compiling dof v0.3.0
14652024-02-07T23:00:55.544Z Compiling dtrace-parser v0.2.0
14662024-02-07T23:00:55.572Z Compiling serde_tokenstream v0.1.7
14672024-02-07T23:00:56.133Z Compiling smoltcp v0.9.1
14682024-02-07T23:00:56.877Z Compiling bitflags v1.3.2
14692024-02-07T23:00:57.093Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
14702024-02-07T23:00:57.558Z Compiling pem-rfc7468 v0.7.0
14712024-02-07T23:00:57.648Z Compiling strum_macros v0.25.2
14722024-02-07T23:00:57.975Z Compiling hmac v0.12.1
14732024-02-07T23:00:58.314Z Compiling enum-as-inner v0.5.1
14742024-02-07T23:00:58.450Z Compiling num-iter v0.1.43
14752024-02-07T23:00:59.003Z Compiling unicode-segmentation v1.10.1
14762024-02-07T23:00:59.273Z Compiling siphasher v0.3.11
14772024-02-07T23:00:59.569Z Compiling flagset v0.4.3
14782024-02-07T23:00:59.762Z Compiling der v0.7.8
14792024-02-07T23:00:59.842Z Compiling usdt-macro v0.3.5
14802024-02-07T23:00:59.877Z Compiling usdt-attr-macro v0.3.5
14812024-02-07T23:01:00.607Z Compiling hubpack_derive v0.1.1
14822024-02-07T23:01:00.782Z Compiling zerocopy-derive v0.6.4
14832024-02-07T23:01:01.644Z Compiling utf8parse v0.2.1
14842024-02-07T23:01:02.065Z Compiling deranged v0.3.8
14852024-02-07T23:01:02.076Z Compiling anstyle v1.0.2
14862024-02-07T23:01:02.553Z Compiling num_threads v0.1.6
14872024-02-07T23:01:02.937Z Compiling spki v0.7.2
14882024-02-07T23:01:03.088Z Compiling sha2 v0.10.8
14892024-02-07T23:01:03.159Z Compiling anstyle-parse v0.2.1
14902024-02-07T23:01:03.862Z Compiling time v0.3.27
14912024-02-07T23:01:05.015Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
14922024-02-07T23:01:05.547Z Compiling md-5 v0.10.5
14932024-02-07T23:01:05.630Z Compiling block-padding v0.3.3
14942024-02-07T23:01:05.845Z Compiling clap_derive v4.4.2
14952024-02-07T23:01:05.905Z Compiling stringprep v0.1.3
14962024-02-07T23:01:06.771Z Compiling getopts v0.2.21
14972024-02-07T23:01:07.141Z Compiling diesel_table_macro_syntax v0.1.0
14982024-02-07T23:01:07.839Z Compiling hash32 v0.2.1
14992024-02-07T23:01:08.231Z Compiling stable_deref_trait v1.2.0
15002024-02-07T23:01:08.336Z Compiling anstyle-query v1.0.0
15012024-02-07T23:01:09.460Z Compiling colorchoice v1.0.0
15022024-02-07T23:01:09.644Z Compiling fallible-iterator v0.2.0
15032024-02-07T23:01:10.412Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
15042024-02-07T23:01:10.567Z Compiling postgres-protocol v0.6.6
15052024-02-07T23:01:11.038Z Compiling anstream v0.5.0
15062024-02-07T23:01:11.699Z Compiling diesel_derives v2.1.2
15072024-02-07T23:01:11.704Z Compiling inout v0.1.3
15082024-02-07T23:01:12.311Z Compiling terminal_size v0.2.6
15092024-02-07T23:01:12.649Z Compiling pkcs8 v0.10.2
15102024-02-07T23:01:13.228Z Compiling phf_shared v0.11.2
15112024-02-07T23:01:14.783Z Compiling ff v0.13.0
15122024-02-07T23:01:15.284Z Compiling serde_repr v0.1.16
15132024-02-07T23:01:15.654Z Compiling scheduled-thread-pool v0.2.7
15142024-02-07T23:01:16.063Z Compiling managed v0.8.0
15152024-02-07T23:01:16.501Z Compiling clap_lex v0.5.1
15162024-02-07T23:01:16.541Z Compiling regex-automata v0.1.10
15172024-02-07T23:01:16.643Z Compiling bit-vec v0.6.3
15182024-02-07T23:01:17.008Z Compiling unsafe-libyaml v0.2.10
15192024-02-07T23:01:17.048Z Compiling matches v0.1.10
15202024-02-07T23:01:17.227Z Compiling base16ct v0.2.0
15212024-02-07T23:01:17.556Z Compiling sec1 v0.7.3
15222024-02-07T23:01:18.776Z Compiling serde_yaml v0.9.25
15232024-02-07T23:01:19.007Z Compiling idna v0.2.3
15242024-02-07T23:01:20.405Z Compiling bstr v0.2.17
15252024-02-07T23:01:20.697Z Compiling clap_builder v4.4.2
15262024-02-07T23:01:21.956Z Compiling r2d2 v0.8.10
15272024-02-07T23:01:22.243Z Compiling group v0.13.0
15282024-02-07T23:01:22.917Z Compiling phf v0.11.2
15292024-02-07T23:01:23.024Z Compiling signal-hook-mio v0.2.3
15302024-02-07T23:01:23.043Z Compiling bzip2 v0.4.4
15312024-02-07T23:01:23.177Z Compiling cipher v0.4.4
15322024-02-07T23:01:23.222Z Compiling postgres-types v0.2.6
15332024-02-07T23:01:23.432Z Compiling zerocopy v0.6.4
15342024-02-07T23:01:23.701Z Compiling hubpack v0.1.2
15352024-02-07T23:01:24.173Z Compiling phf_shared v0.10.0
15362024-02-07T23:01:24.484Z Compiling hkdf v0.12.4
15372024-02-07T23:01:24.583Z Compiling crypto-bigint v0.5.2
15382024-02-07T23:01:24.746Z Compiling ipnetwork v0.20.0
15392024-02-07T23:01:24.820Z Compiling float-cmp v0.9.0
15402024-02-07T23:01:25.647Z Compiling data-encoding v2.4.0
15412024-02-07T23:01:28.029Z Compiling predicates-core v1.0.6
15422024-02-07T23:01:28.112Z Compiling static_assertions v1.1.0
15432024-02-07T23:01:28.178Z Compiling new_debug_unreachable v1.0.4
15442024-02-07T23:01:28.268Z Compiling minimal-lexical v0.2.1
15452024-02-07T23:01:28.326Z Compiling fixedbitset v0.4.2
15462024-02-07T23:01:28.382Z Compiling difflib v0.4.0
15472024-02-07T23:01:28.918Z Compiling whoami v1.4.1
15482024-02-07T23:01:28.925Z Compiling normalize-line-endings v0.3.0
15492024-02-07T23:01:28.961Z Compiling regex-automata v0.3.8
15502024-02-07T23:01:29.413Z Compiling precomputed-hash v0.1.1
15512024-02-07T23:01:29.830Z Compiling string_cache v0.8.7
15522024-02-07T23:01:29.830Z Compiling tokio-postgres v0.7.10
15532024-02-07T23:01:30.017Z Compiling predicates v3.1.0
15542024-02-07T23:01:30.035Z Compiling nom v7.1.3
15552024-02-07T23:01:30.559Z Compiling petgraph v0.6.4
15562024-02-07T23:01:31.548Z Compiling bstr v1.6.0
15572024-02-07T23:01:31.750Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
15582024-02-07T23:01:33.122Z Compiling diesel v2.1.4
15592024-02-07T23:01:33.872Z Compiling elliptic-curve v0.13.8
15602024-02-07T23:01:34.190Z Compiling trust-dns-proto v0.22.0
15612024-02-07T23:01:34.479Z Compiling yasna v0.5.2
15622024-02-07T23:01:34.655Z Compiling clap v4.4.3
15632024-02-07T23:01:34.716Z Compiling zip v0.6.6
15642024-02-07T23:01:34.756Z Compiling crossterm v0.27.0
15652024-02-07T23:01:35.024Z Compiling similar v2.3.0
15662024-02-07T23:01:36.015Z Compiling bit-set v0.5.3
15672024-02-07T23:01:36.207Z Compiling usdt v0.3.5
15682024-02-07T23:01:36.462Z Compiling itertools v0.10.5
15692024-02-07T23:01:36.480Z Compiling console v0.15.8
15702024-02-07T23:01:36.797Z Compiling tokio-stream v0.1.14
15712024-02-07T23:01:37.828Z Compiling camino v1.1.6
15722024-02-07T23:01:38.158Z Compiling lalrpop-util v0.19.12
15732024-02-07T23:01:42.827Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15742024-02-07T23:01:51.029Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15752024-02-07T23:02:16.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15762024-02-07T23:02:17.057Z Compiling sha1 v0.10.6
15772024-02-07T23:02:17.485Z Compiling atty v0.2.14
15782024-02-07T23:02:17.613Z Compiling match_cfg v0.1.0
15792024-02-07T23:02:17.717Z Compiling hostname v0.3.1
15802024-02-07T23:02:17.766Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15812024-02-07T23:02:17.970Z Compiling dirs-sys-next v0.1.2
15822024-02-07T23:02:18.190Z Compiling rustls-pki-types v1.1.0
15832024-02-07T23:02:18.208Z Compiling ident_case v1.0.1
15842024-02-07T23:02:18.389Z Compiling darling_core v0.20.3
15852024-02-07T23:02:18.445Z Compiling dirs-next v2.0.0
15862024-02-07T23:02:18.705Z Compiling thread_local v1.1.7
15872024-02-07T23:02:18.730Z Compiling rustls v0.22.2
15882024-02-07T23:02:18.952Z Compiling slog-async v2.8.0
15892024-02-07T23:02:19.412Z Compiling rustls-webpki v0.102.1
15902024-02-07T23:02:19.579Z Compiling term v0.7.0
15912024-02-07T23:02:19.850Z Compiling crossbeam-channel v0.5.8
15922024-02-07T23:02:20.146Z Compiling multer v3.0.0
15932024-02-07T23:02:20.295Z Compiling instant v0.1.12
15942024-02-07T23:02:20.462Z Compiling paste v1.0.14
15952024-02-07T23:02:20.478Z Compiling take_mut v0.2.2
15962024-02-07T23:02:20.978Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
15972024-02-07T23:02:21.177Z Compiling slog-term v2.9.0
15982024-02-07T23:02:21.197Z Compiling slog-json v2.6.1
15992024-02-07T23:02:21.595Z Compiling http v1.0.0
16002024-02-07T23:02:21.644Z Compiling async-stream-impl v0.3.5
16012024-02-07T23:02:21.950Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16022024-02-07T23:02:22.300Z Compiling atomic-waker v1.1.1
16032024-02-07T23:02:22.446Z Compiling debug-ignore v1.0.5
16042024-02-07T23:02:22.502Z Compiling waitgroup v0.1.2
16052024-02-07T23:02:22.655Z Compiling slog-bunyan v2.5.0
16062024-02-07T23:02:22.855Z Compiling rustls-pemfile v2.0.0
16072024-02-07T23:02:23.116Z Compiling async-stream v0.3.5
16082024-02-07T23:02:23.456Z Compiling toml v0.8.9
16092024-02-07T23:02:24.020Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
16102024-02-07T23:02:24.172Z Compiling serde_path_to_error v0.1.15
16112024-02-07T23:02:24.500Z Compiling structmeta-derive v0.3.0
16122024-02-07T23:02:24.604Z Compiling darling_macro v0.20.3
16132024-02-07T23:02:25.023Z Compiling strum v0.25.0
16142024-02-07T23:02:25.202Z Compiling backoff v0.4.0
16152024-02-07T23:02:25.222Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
16162024-02-07T23:02:25.563Z Compiling tokio-rustls v0.25.0
16172024-02-07T23:02:25.701Z Compiling darling v0.20.3
16182024-02-07T23:02:25.841Z Compiling serde_with_macros v3.6.0
16192024-02-07T23:02:26.048Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
16202024-02-07T23:02:26.482Z Compiling macaddr v1.0.1
16212024-02-07T23:02:26.502Z Compiling proc-macro-error-attr v1.0.4
16222024-02-07T23:02:26.551Z Compiling proc-macro-crate v1.3.1
16232024-02-07T23:02:26.650Z Compiling proc-macro-error v1.0.4
16242024-02-07T23:02:26.739Z Compiling heapless v0.8.0
16252024-02-07T23:02:27.651Z Compiling hash32 v0.3.1
16262024-02-07T23:02:27.721Z Compiling num_enum_derive v0.5.11
16272024-02-07T23:02:27.737Z Compiling structmeta v0.3.0
16282024-02-07T23:02:27.881Z Compiling smoltcp v0.11.0
16292024-02-07T23:02:28.025Z Compiling rayon-core v1.12.0
16302024-02-07T23:02:28.153Z Compiling parse-display-derive v0.9.0
16312024-02-07T23:02:28.351Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16322024-02-07T23:02:29.197Z Compiling serde_with v3.6.0
16332024-02-07T23:02:29.558Z Compiling crossbeam-deque v0.8.3
16342024-02-07T23:02:29.902Z Compiling same-file v1.0.6
16352024-02-07T23:02:29.907Z Compiling fastrand v2.0.1
16362024-02-07T23:02:30.127Z Compiling cobs v0.2.3
16372024-02-07T23:02:30.473Z Compiling embedded-io v0.4.0
16382024-02-07T23:02:30.620Z Compiling num_enum v0.5.11
16392024-02-07T23:02:30.718Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16402024-02-07T23:02:30.840Z Compiling postcard v1.0.8
16412024-02-07T23:02:31.077Z Compiling tempfile v3.10.0
16422024-02-07T23:02:31.749Z Compiling walkdir v2.4.0
16432024-02-07T23:02:32.099Z Compiling semver-parser v0.10.2
16442024-02-07T23:02:32.591Z Compiling foreign-types-macros v0.2.3
16452024-02-07T23:02:33.182Z Compiling parse-display v0.9.0
16462024-02-07T23:02:33.413Z Compiling blake3 v1.5.0
16472024-02-07T23:02:33.805Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16482024-02-07T23:02:33.833Z Compiling crucible-workspace-hack v0.1.0
16492024-02-07T23:02:33.949Z Compiling foreign-types-shared v0.3.1
16502024-02-07T23:02:34.447Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16512024-02-07T23:02:34.451Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16522024-02-07T23:02:34.451Z Compiling foreign-types v0.5.0
16532024-02-07T23:02:34.451Z Compiling semver v0.11.0
16542024-02-07T23:02:34.451Z Compiling rayon v1.8.0
16552024-02-07T23:02:34.620Z Compiling is-terminal v0.4.9
16562024-02-07T23:02:34.760Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16572024-02-07T23:02:34.787Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16582024-02-07T23:02:34.833Z Compiling cstr-argument v0.1.2
16592024-02-07T23:02:35.035Z Compiling memmap2 v0.7.1
16602024-02-07T23:02:35.079Z Compiling filetime v0.2.23
16612024-02-07T23:02:35.389Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16622024-02-07T23:02:35.430Z Compiling xattr v1.0.1
16632024-02-07T23:02:35.452Z Compiling arrayvec v0.7.4
16642024-02-07T23:02:36.076Z Compiling constant_time_eq v0.3.0
16652024-02-07T23:02:36.080Z Compiling pretty-hex v0.2.1
16662024-02-07T23:02:36.080Z Compiling arrayref v0.3.7
16672024-02-07T23:02:36.080Z Compiling home v0.5.5
16682024-02-07T23:02:36.080Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
16692024-02-07T23:02:36.080Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16702024-02-07T23:02:36.152Z Compiling toolchain_find v0.2.0
16712024-02-07T23:02:36.167Z Compiling tar v0.4.40
16722024-02-07T23:02:36.658Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16732024-02-07T23:02:36.666Z Compiling camino-tempfile v1.1.1
16742024-02-07T23:02:36.711Z Compiling colored v2.0.4
16752024-02-07T23:02:36.983Z Compiling toml v0.5.11
16762024-02-07T23:02:37.142Z Compiling topological-sort v0.2.2
16772024-02-07T23:02:37.367Z Compiling platforms v3.0.2
16782024-02-07T23:02:37.409Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
16792024-02-07T23:02:37.729Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16802024-02-07T23:02:37.773Z Compiling zone_cfg_derive v0.3.0
16812024-02-07T23:02:38.070Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16822024-02-07T23:02:38.361Z Compiling textwrap v0.11.0
16832024-02-07T23:02:38.514Z Compiling heck v0.3.3
16842024-02-07T23:02:38.937Z Compiling rustfmt-wrapper v0.2.0
16852024-02-07T23:02:39.357Z Compiling num-derive v0.4.0
16862024-02-07T23:02:39.566Z Compiling omicron-zone-package v0.11.0
16872024-02-07T23:02:39.690Z Compiling vec_map v0.8.2
16882024-02-07T23:02:40.000Z Compiling strsim v0.8.0
16892024-02-07T23:02:40.594Z Compiling libefi-sys v0.1.0
16902024-02-07T23:02:40.675Z Compiling ansi_term v0.12.1
16912024-02-07T23:02:40.901Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60)
16922024-02-07T23:02:40.909Z Compiling zone v0.3.0
16932024-02-07T23:02:40.965Z Compiling structopt-derive v0.4.18
16942024-02-07T23:02:41.241Z Compiling clap v2.34.0
16952024-02-07T23:02:41.514Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
16962024-02-07T23:02:41.853Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
16972024-02-07T23:02:41.945Z Compiling smf v0.2.2
16982024-02-07T23:02:42.530Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
16992024-02-07T23:02:42.596Z Compiling unicase v2.7.0
17002024-02-07T23:02:42.839Z Compiling semver v0.1.20
17012024-02-07T23:02:42.912Z Compiling curve25519-dalek v4.1.1
17022024-02-07T23:02:43.233Z Compiling rustc_version v0.1.7
17032024-02-07T23:02:43.465Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17042024-02-07T23:02:43.499Z Compiling universal-hash v0.5.1
17052024-02-07T23:02:43.699Z Compiling opaque-debug v0.3.0
17062024-02-07T23:02:43.721Z Compiling newtype_derive v0.1.6
17072024-02-07T23:02:43.801Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
17082024-02-07T23:02:43.980Z Compiling curve25519-dalek-derive v0.1.0
17092024-02-07T23:02:44.064Z Compiling gethostname v0.4.3
17102024-02-07T23:02:44.100Z Compiling num-rational v0.4.1
17112024-02-07T23:02:44.131Z Compiling getrandom v0.1.16
17122024-02-07T23:02:44.335Z Compiling usdt-attr-macro v0.5.0
17132024-02-07T23:02:44.413Z Compiling usdt-macro v0.5.0
17142024-02-07T23:02:44.701Z Compiling structopt v0.3.26
17152024-02-07T23:02:44.902Z Compiling password-hash v0.5.0
17162024-02-07T23:02:45.365Z Compiling blake2 v0.10.6
17172024-02-07T23:02:46.005Z Compiling signature v2.1.0
17182024-02-07T23:02:46.039Z Compiling memmap v0.7.0
17192024-02-07T23:02:46.089Z Compiling quick-error v1.2.3
17202024-02-07T23:02:46.092Z Compiling parking_lot_core v0.8.6
17212024-02-07T23:02:46.245Z Compiling linked-hash-map v0.5.6
17222024-02-07T23:02:46.268Z Compiling usdt v0.5.0
17232024-02-07T23:02:46.400Z Compiling resolv-conf v0.7.0
17242024-02-07T23:02:46.606Z Compiling lru-cache v0.1.2
17252024-02-07T23:02:46.628Z Compiling argon2 v0.5.3
17262024-02-07T23:02:47.268Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17272024-02-07T23:02:47.268Z Compiling aead v0.5.2
17282024-02-07T23:02:47.383Z Compiling num-complex v0.4.4
17292024-02-07T23:02:47.620Z Compiling nibble_vec v0.1.0
17302024-02-07T23:02:47.839Z Compiling slog-dtrace v0.3.0
17312024-02-07T23:02:48.189Z Compiling cancel-safe-futures v0.1.5
17322024-02-07T23:02:48.512Z Compiling keccak v0.1.4
17332024-02-07T23:02:48.584Z Compiling winapi v0.3.9
17342024-02-07T23:02:48.603Z Compiling utf-8 v0.7.6
17352024-02-07T23:02:48.933Z Compiling arc-swap v1.6.0
17362024-02-07T23:02:49.844Z Compiling endian-type v0.1.2
17372024-02-07T23:02:49.879Z Compiling slog-scope v4.4.0
17382024-02-07T23:02:49.879Z Compiling radix_trie v0.2.1
17392024-02-07T23:02:49.879Z Compiling tungstenite v0.20.1
17402024-02-07T23:02:49.879Z Compiling sha3 v0.10.8
17412024-02-07T23:02:50.212Z Compiling num v0.4.1
17422024-02-07T23:02:50.311Z Compiling steno v0.4.0
17432024-02-07T23:02:50.338Z Compiling mime_guess v2.0.4
17442024-02-07T23:02:50.410Z Compiling rand_core v0.5.1
17452024-02-07T23:02:50.726Z Compiling trust-dns-resolver v0.22.0
17462024-02-07T23:02:51.712Z Compiling poly1305 v0.8.0
17472024-02-07T23:02:51.987Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17482024-02-07T23:02:52.057Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
17492024-02-07T23:02:53.177Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17502024-02-07T23:02:53.508Z Compiling chacha20 v0.9.1
17512024-02-07T23:02:53.608Z Compiling rfc6979 v0.4.0
17522024-02-07T23:02:53.802Z Compiling secrecy v0.8.0
17532024-02-07T23:02:53.991Z Compiling thiserror-impl-no-std v2.0.2
17542024-02-07T23:02:54.067Z Compiling half v2.3.1
17552024-02-07T23:02:54.492Z Compiling ciborium-io v0.2.2
17562024-02-07T23:02:54.625Z Compiling convert_case v0.4.0
17572024-02-07T23:02:54.644Z Compiling option-ext v0.2.0
17582024-02-07T23:02:54.786Z Compiling dirs-sys v0.4.1
17592024-02-07T23:02:55.312Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17602024-02-07T23:02:55.417Z Compiling ciborium-ll v0.2.2
17612024-02-07T23:02:55.561Z Compiling derive_more v0.99.17
17622024-02-07T23:02:56.425Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17632024-02-07T23:02:57.303Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17642024-02-07T23:02:57.474Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
17652024-02-07T23:02:58.220Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
17662024-02-07T23:02:58.596Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
17672024-02-07T23:02:58.637Z Compiling thiserror-no-std v2.0.2
17682024-02-07T23:02:58.762Z Compiling ecdsa v0.16.9
17692024-02-07T23:02:59.437Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
17702024-02-07T23:02:59.440Z Compiling parking_lot v0.11.2
17712024-02-07T23:02:59.504Z Compiling tokio-tungstenite v0.20.1
17722024-02-07T23:02:59.660Z Compiling rand_chacha v0.2.2
17732024-02-07T23:03:00.461Z Compiling trust-dns-client v0.22.0
17742024-02-07T23:03:00.687Z Compiling slog-stdlog v4.1.1
17752024-02-07T23:03:01.128Z Compiling ed25519 v2.2.2
17762024-02-07T23:03:01.167Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
17772024-02-07T23:03:01.185Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
17782024-02-07T23:03:01.627Z Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client)
17792024-02-07T23:03:03.585Z Compiling polyval v0.6.1
17802024-02-07T23:03:04.022Z Compiling primeorder v0.13.6
17812024-02-07T23:03:04.570Z Compiling ctr v0.9.2
17822024-02-07T23:03:04.640Z Compiling aes v0.8.3
17832024-02-07T23:03:04.951Z Compiling blowfish v0.9.1
17842024-02-07T23:03:05.588Z Compiling password-hash v0.4.2
17852024-02-07T23:03:05.599Z Compiling libsw v3.3.1
17862024-02-07T23:03:06.389Z Compiling pbkdf2 v0.12.2
17872024-02-07T23:03:06.573Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17882024-02-07T23:03:08.106Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
17892024-02-07T23:03:09.719Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17902024-02-07T23:03:12.375Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
17912024-02-07T23:03:14.673Z Compiling derive-where v1.2.7
17922024-02-07T23:03:14.891Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)
17932024-02-07T23:03:15.847Z Compiling fxhash v0.2.1
17942024-02-07T23:03:16.059Z Compiling linear-map v1.2.0
17952024-02-07T23:03:16.122Z Compiling owo-colors v4.0.0
17962024-02-07T23:03:16.473Z Compiling swrite v0.1.0
17972024-02-07T23:03:16.602Z Compiling sled v0.34.7
17982024-02-07T23:03:18.023Z Compiling trust-dns-server v0.22.1
17992024-02-07T23:03:18.117Z Compiling bcrypt-pbkdf v0.10.0
18002024-02-07T23:03:18.511Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
18012024-02-07T23:03:18.551Z Compiling pbkdf2 v0.11.0
18022024-02-07T23:03:18.686Z Compiling p256 v0.13.2
18032024-02-07T23:03:18.709Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18042024-02-07T23:03:18.902Z Compiling ghash v0.5.0
18052024-02-07T23:03:19.090Z Compiling ed25519-dalek v2.0.0
18062024-02-07T23:03:19.289Z Compiling russh-cryptovec v0.7.0
18072024-02-07T23:03:19.544Z Compiling slog-envlogger v2.2.0
18082024-02-07T23:03:19.597Z Compiling rand v0.7.3
18092024-02-07T23:03:20.158Z Compiling vsss-rs v3.3.4
18102024-02-07T23:03:20.296Z Compiling ciborium v0.2.2
18112024-02-07T23:03:21.313Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18122024-02-07T23:03:22.004Z Compiling dirs v5.0.1
18132024-02-07T23:03:22.223Z Compiling chacha20poly1305 v0.10.1
18142024-02-07T23:03:22.461Z Compiling cbc v0.1.2
18152024-02-07T23:03:22.643Z Compiling pem v3.0.2
18162024-02-07T23:03:22.730Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18172024-02-07T23:03:23.101Z Compiling headers-core v0.2.0
18182024-02-07T23:03:23.278Z Compiling kstat-rs v0.2.3
18192024-02-07T23:03:23.470Z Compiling md5 v0.7.0
18202024-02-07T23:03:23.507Z Compiling glob v0.3.1
18212024-02-07T23:03:24.008Z Compiling http-range v0.1.5
18222024-02-07T23:03:24.245Z Compiling hyper-staticfile v0.9.5
18232024-02-07T23:03:24.552Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
18242024-02-07T23:03:25.277Z Compiling russh-keys v0.40.1
18252024-02-07T23:03:25.706Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18262024-02-07T23:03:32.316Z Compiling headers v0.3.9
18272024-02-07T23:03:32.484Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18282024-02-07T23:03:32.484Z Compiling rcgen v0.12.1
18292024-02-07T23:03:32.522Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18302024-02-07T23:03:32.522Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18312024-02-07T23:03:32.522Z Compiling aes-gcm v0.10.3
18322024-02-07T23:03:32.522Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2)
18332024-02-07T23:03:33.362Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
18342024-02-07T23:03:34.299Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
18352024-02-07T23:03:35.992Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18362024-02-07T23:03:37.845Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112)
18372024-02-07T23:03:38.085Z Compiling atomicwrites v0.4.3
18382024-02-07T23:03:38.443Z Compiling itertools v0.12.1
18392024-02-07T23:03:38.888Z Compiling subprocess v0.2.9
18402024-02-07T23:03:39.535Z Compiling display-error-chain v0.2.0
18412024-02-07T23:03:39.732Z Compiling hex-literal v0.4.1
18422024-02-07T23:03:39.896Z Compiling russh v0.40.2
18432024-02-07T23:03:41.119Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
18442024-02-07T23:03:41.732Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
18452024-02-07T23:03:47.524Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18462024-02-07T23:03:48.722Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
18472024-02-07T23:04:08.244Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
18482024-02-07T23:05:05.704Z Finished dev [unoptimized + debuginfo] target(s) in 5m 39s
18492024-02-07T23:05:05.978Z
18502024-02-07T23:05:05.978Zreal 5:39.379273691
18512024-02-07T23:05:05.978Zuser 28:56.521715840
18522024-02-07T23:05:05.978Zsys 5:37.297139283
18532024-02-07T23:05:05.979Ztrap 0.824921743
18542024-02-07T23:05:05.979Ztflt 6.079749817
18552024-02-07T23:05:05.979Zdflt 4.951072136
18562024-02-07T23:05:05.995Zkflt 0.090879507
18572024-02-07T23:05:05.995Zlock 53:47.952268665
18582024-02-07T23:05:05.995Zslp 1:25:30.634414512
18592024-02-07T23:05:05.996Zlat 1:38.074329715
18602024-02-07T23:05:05.996Zstop 3:55.423762698
18612024-02-07T23:05:05.996Z+ mkdir -p /work/end-to-end-tests
18622024-02-07T23:05:05.996Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
18632024-02-07T23:05:06.921Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18642024-02-07T23:05:06.921Z+ ptime -m gzip
18652024-02-07T23:05:06.948Z++ basename target/debug/bootstrap
18662024-02-07T23:05:19.943Z
18672024-02-07T23:05:19.948Zreal 13.163021146
18682024-02-07T23:05:19.948Zuser 13.061265864
18692024-02-07T23:05:19.949Zsys 0.092397934
18702024-02-07T23:05:19.949Ztrap 0.002960726
18712024-02-07T23:05:19.949Ztflt 0.000000000
18722024-02-07T23:05:19.949Zdflt 0.000000000
18732024-02-07T23:05:19.949Zkflt 0.000000000
18742024-02-07T23:05:19.949Zlock 0.000000000
18752024-02-07T23:05:19.950Zslp 0.000000000
18762024-02-07T23:05:19.950Zlat 0.006010056
18772024-02-07T23:05:19.950Zstop 0.000168151
18782024-02-07T23:05:19.950Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18792024-02-07T23:05:19.951Z+ ptime -m gzip
18802024-02-07T23:05:19.951Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5c5e256b526718ba
18812024-02-07T23:05:21.235Z
18822024-02-07T23:05:21.253Zreal 1.280937147
18832024-02-07T23:05:21.254Zuser 1.269790235
18842024-02-07T23:05:21.254Zsys 0.010585972
18852024-02-07T23:05:21.254Ztrap 0.000077726
18862024-02-07T23:05:21.254Ztflt 0.000000000
18872024-02-07T23:05:21.255Zdflt 0.000000000
18882024-02-07T23:05:21.255Zkflt 0.000000000
18892024-02-07T23:05:21.255Zlock 0.000000000
18902024-02-07T23:05:21.256Zslp 0.000000000
18912024-02-07T23:05:21.256Zlat 0.000099584
18922024-02-07T23:05:21.256Zstop 0.000166040
18932024-02-07T23:05:21.256Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
18942024-02-07T23:05:21.257Z+ ptime -m gzip
18952024-02-07T23:05:21.257Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-398b34350dfa5341
18962024-02-07T23:05:34.728Z
18972024-02-07T23:05:34.728Zreal 13.490392888
18982024-02-07T23:05:34.729Zuser 13.400528915
18992024-02-07T23:05:34.730Zsys 0.086337943
19002024-02-07T23:05:34.730Ztrap 0.001768412
19012024-02-07T23:05:34.730Ztflt 0.000000000
19022024-02-07T23:05:34.749Zdflt 0.000000000
19032024-02-07T23:05:34.749Zkflt 0.000000000
19042024-02-07T23:05:34.749Zlock 0.000000000
19052024-02-07T23:05:34.750Zslp 0.000000000
19062024-02-07T23:05:34.750Zlat 0.001376133
19072024-02-07T23:05:34.750Zstop 0.000162890
19082024-02-07T23:05:34.750Z+ banner caboose-util
19092024-02-07T23:05:34.752Z
19102024-02-07T23:05:34.752Z #### ## ##### #### #### #### ###### # # #####
19112024-02-07T23:05:34.753Z # # # # # # # # # # # # # # #
19122024-02-07T23:05:34.753Z # # # ##### # # # # #### ##### ##### # # #
19132024-02-07T23:05:34.753Z # ###### # # # # # # # # # # #
19142024-02-07T23:05:34.753Z # # # # # # # # # # # # # # # #
19152024-02-07T23:05:34.753Z #### # # ##### #### #### #### ###### #### #
19162024-02-07T23:05:34.754Z
19172024-02-07T23:05:34.754Z+ ptime -m cargo build --locked -p caboose-util --release
19182024-02-07T23:05:35.130Z Downloading crates ...
19192024-02-07T23:05:35.384Z Downloaded tap v1.0.1
19202024-02-07T23:05:35.388Z Downloaded maybe-uninit v2.0.0
19212024-02-07T23:05:35.388Z Downloaded pkcs1 v0.7.5
19222024-02-07T23:05:35.388Z Downloaded nodrop v0.1.14
19232024-02-07T23:05:35.389Z Downloaded bitfield v0.14.0
19242024-02-07T23:05:35.394Z Downloaded path-slash v0.1.5
19252024-02-07T23:05:35.407Z Downloaded array-init v0.0.4
19262024-02-07T23:05:35.407Z Downloaded radium v0.7.0
19272024-02-07T23:05:35.407Z Downloaded crc v3.0.1
19282024-02-07T23:05:35.407Z Downloaded funty v2.0.0
19292024-02-07T23:05:35.407Z Downloaded termcolor v1.2.0
19302024-02-07T23:05:35.408Z Downloaded smallvec v0.6.14
19312024-02-07T23:05:35.408Z Downloaded wyz v0.5.1
19322024-02-07T23:05:35.408Z Downloaded crc-catalog v2.2.0
19332024-02-07T23:05:35.413Z Downloaded serde-hex v0.1.0
19342024-02-07T23:05:35.413Z Downloaded env_logger v0.10.0
19352024-02-07T23:05:35.423Z Downloaded packed_struct_codegen v0.10.1
19362024-02-07T23:05:35.431Z Downloaded ron v0.8.1
19372024-02-07T23:05:35.435Z Downloaded crc-any v2.4.3
19382024-02-07T23:05:35.436Z Downloaded packed_struct v0.10.1
19392024-02-07T23:05:35.442Z Downloaded x509-cert v0.2.4
19402024-02-07T23:05:35.448Z Downloaded num-bigint-dig v0.8.4
19412024-02-07T23:05:35.453Z Downloaded rsa v0.9.2
19422024-02-07T23:05:35.471Z Downloaded bitvec v1.0.1
19432024-02-07T23:05:35.476Z Downloaded object v0.30.4
19442024-02-07T23:05:35.575Z Compiling proc-macro2 v1.0.78
19452024-02-07T23:05:35.575Z Compiling unicode-ident v1.0.12
19462024-02-07T23:05:35.583Z Compiling libc v0.2.153
19472024-02-07T23:05:35.583Z Compiling serde v1.0.196
19482024-02-07T23:05:35.583Z Compiling autocfg v1.1.0
19492024-02-07T23:05:35.583Z Compiling version_check v0.9.4
19502024-02-07T23:05:35.635Z Compiling cfg-if v1.0.0
19512024-02-07T23:05:35.837Z Compiling typenum v1.16.0
19522024-02-07T23:05:35.844Z Compiling once_cell v1.19.0
19532024-02-07T23:05:35.845Z Compiling parking_lot_core v0.9.8
19542024-02-07T23:05:36.090Z Compiling memchr v2.6.3
19552024-02-07T23:05:36.179Z Compiling syn v1.0.109
19562024-02-07T23:05:36.219Z Compiling byteorder v1.5.0
19572024-02-07T23:05:36.287Z Compiling lock_api v0.4.10
19582024-02-07T23:05:36.601Z Compiling generic-array v0.14.7
19592024-02-07T23:05:36.642Z Compiling libm v0.2.7
19602024-02-07T23:05:36.750Z Compiling num-traits v0.2.16
19612024-02-07T23:05:36.898Z Compiling ahash v0.8.7
19622024-02-07T23:05:36.966Z Compiling quote v1.0.35
19632024-02-07T23:05:37.033Z Compiling pkg-config v0.3.27
19642024-02-07T23:05:37.144Z Compiling thiserror v1.0.56
19652024-02-07T23:05:37.580Z Compiling syn v2.0.48
19662024-02-07T23:05:37.593Z Compiling cc v1.0.83
19672024-02-07T23:05:37.613Z Compiling getrandom v0.2.10
19682024-02-07T23:05:37.990Z Compiling serde_json v1.0.113
19692024-02-07T23:05:38.100Z Compiling scopeguard v1.2.0
19702024-02-07T23:05:38.454Z Compiling slab v0.4.9
19712024-02-07T23:05:38.564Z Compiling log v0.4.20
19722024-02-07T23:05:38.616Z Compiling itoa v1.0.9
19732024-02-07T23:05:38.809Z Compiling rand_core v0.6.4
19742024-02-07T23:05:39.146Z Compiling smallvec v1.13.1
19752024-02-07T23:05:39.741Z Compiling vcpkg v0.2.15
19762024-02-07T23:05:40.195Z Compiling pin-project-lite v0.2.13
19772024-02-07T23:05:40.320Z Compiling parking_lot v0.12.1
19782024-02-07T23:05:40.901Z Compiling const-oid v0.9.5
19792024-02-07T23:05:41.152Z Compiling ring v0.17.7
19802024-02-07T23:05:41.189Z Compiling ryu v1.0.15
19812024-02-07T23:05:41.463Z Compiling ucd-trie v0.1.6
19822024-02-07T23:05:41.489Z Compiling openssl-sys v0.9.96
19832024-02-07T23:05:41.972Z Compiling signal-hook-registry v1.4.1
19842024-02-07T23:05:42.464Z Compiling io-lifetimes v1.0.11
19852024-02-07T23:05:42.606Z Compiling subtle v2.5.0
19862024-02-07T23:05:42.726Z Compiling ring v0.16.20
19872024-02-07T23:05:42.931Z Compiling mio v0.8.9
19882024-02-07T23:05:43.112Z Compiling num-integer v0.1.45
19892024-02-07T23:05:43.760Z Compiling futures-core v0.3.30
19902024-02-07T23:05:43.760Z Compiling semver v1.0.21
19912024-02-07T23:05:44.463Z Compiling rustix v0.37.23
19922024-02-07T23:05:44.888Z Compiling spin v0.5.2
19932024-02-07T23:05:45.094Z Compiling num_cpus v1.16.0
19942024-02-07T23:05:45.218Z Compiling socket2 v0.5.5
19952024-02-07T23:05:45.653Z Compiling openssl v0.10.60
19962024-02-07T23:05:45.720Z Compiling unicode-xid v0.2.4
19972024-02-07T23:05:46.087Z Compiling allocator-api2 v0.2.16
19982024-02-07T23:05:46.095Z Compiling httparse v1.8.0
19992024-02-07T23:05:46.129Z Compiling heck v0.4.1
20002024-02-07T23:05:46.256Z Compiling futures-sink v0.3.30
20012024-02-07T23:05:46.407Z Compiling synstructure v0.12.6
20022024-02-07T23:05:46.522Z Compiling equivalent v1.0.1
20032024-02-07T23:05:46.643Z Compiling tinyvec_macros v0.1.1
20042024-02-07T23:05:46.947Z Compiling tinyvec v1.6.0
20052024-02-07T23:05:47.117Z Compiling futures-channel v0.3.30
20062024-02-07T23:05:47.468Z Compiling futures-task v0.3.30
20072024-02-07T23:05:47.525Z Compiling ppv-lite86 v0.2.17
20082024-02-07T23:05:47.708Z Compiling pin-utils v0.1.0
20092024-02-07T23:05:47.790Z Compiling rustls v0.21.9
20102024-02-07T23:05:47.910Z Compiling crc32fast v1.3.2
20112024-02-07T23:05:48.402Z Compiling native-tls v0.2.11
20122024-02-07T23:05:48.412Z Compiling futures-io v0.3.30
20132024-02-07T23:05:48.412Z Compiling rand_chacha v0.3.1
20142024-02-07T23:05:48.416Z Compiling bzip2-sys v0.1.11+1.0.8
20152024-02-07T23:05:48.416Z Compiling spin v0.9.8
20162024-02-07T23:05:48.471Z Compiling unicode-normalization v0.1.22
20172024-02-07T23:05:48.493Z Compiling tracing-core v0.1.31
20182024-02-07T23:05:48.794Z Compiling base64ct v1.6.0
20192024-02-07T23:05:48.831Z Compiling unicode-bidi v0.3.13
20202024-02-07T23:05:49.532Z Compiling pem-rfc7468 v0.7.0
20212024-02-07T23:05:49.601Z Compiling rand v0.8.5
20222024-02-07T23:05:50.330Z Compiling errno v0.3.8
20232024-02-07T23:05:50.336Z Compiling num-iter v0.1.43
20242024-02-07T23:05:50.402Z Compiling usdt-impl v0.3.5
20252024-02-07T23:05:50.479Z Compiling rustix v0.38.31
20262024-02-07T23:05:50.752Z Compiling signal-hook v0.3.17
20272024-02-07T23:05:50.770Z Compiling flagset v0.4.3
20282024-02-07T23:05:51.214Z Compiling serde_derive v1.0.196
20292024-02-07T23:05:51.228Z Compiling zeroize_derive v1.4.2
20302024-02-07T23:05:51.228Z Compiling zerocopy-derive v0.7.32
20312024-02-07T23:05:51.228Z Compiling thiserror-impl v1.0.56
20322024-02-07T23:05:51.228Z Compiling tokio-macros v2.2.0
20332024-02-07T23:05:51.261Z Compiling futures-macro v0.3.30
20342024-02-07T23:05:51.284Z Compiling tracing-attributes v0.1.26
20352024-02-07T23:05:51.687Z Compiling der_derive v0.7.2
20362024-02-07T23:05:52.449Z Compiling zeroize v1.7.0
20372024-02-07T23:05:53.028Z Compiling zerocopy v0.7.32
20382024-02-07T23:05:53.940Z Compiling pest v2.7.6
20392024-02-07T23:05:54.075Z Compiling zerocopy-derive v0.2.0
20402024-02-07T23:05:54.340Z Compiling crypto-common v0.1.6
20412024-02-07T23:05:54.351Z Compiling block-buffer v0.10.4
20422024-02-07T23:05:54.556Z Compiling digest v0.10.7
20432024-02-07T23:05:54.683Z Compiling openssl-macros v0.1.1
20442024-02-07T23:05:55.067Z Compiling futures-util v0.3.30
20452024-02-07T23:05:55.610Z Compiling hashbrown v0.14.2
20462024-02-07T23:05:55.614Z Compiling tracing v0.1.37
20472024-02-07T23:05:55.791Z Compiling scroll_derive v0.12.0
20482024-02-07T23:05:55.836Z Compiling zerocopy-derive v0.6.4
20492024-02-07T23:05:55.956Z Compiling schemars v0.8.16
20502024-02-07T23:05:56.309Z Compiling pest_meta v2.7.6
20512024-02-07T23:05:56.939Z Compiling der v0.7.8
20522024-02-07T23:05:57.776Z Compiling pest_generator v2.7.6
20532024-02-07T23:05:58.111Z Compiling serde_derive_internals v0.26.0
20542024-02-07T23:06:00.401Z Compiling pest_derive v2.7.6
20552024-02-07T23:06:01.175Z Compiling fnv v1.0.7
20562024-02-07T23:06:01.299Z Compiling bitflags v1.3.2
20572024-02-07T23:06:01.445Z Compiling schemars_derive v0.8.16
20582024-02-07T23:06:01.487Z Compiling spki v0.7.2
20592024-02-07T23:06:04.020Z Compiling zerocopy v0.3.0
20602024-02-07T23:06:04.153Z Compiling lazy_static v1.4.0
20612024-02-07T23:06:04.612Z Compiling backtrace v0.3.69
20622024-02-07T23:06:04.699Z Compiling thread-id v4.2.0
20632024-02-07T23:06:04.805Z Compiling bytes v1.5.0
20642024-02-07T23:06:05.027Z Compiling indexmap v2.2.2
20652024-02-07T23:06:05.254Z Compiling bitflags v2.4.0
20662024-02-07T23:06:05.650Z Compiling rustc_version v0.4.0
20672024-02-07T23:06:05.739Z Compiling tokio v1.36.0
20682024-02-07T23:06:06.648Z Compiling heapless v0.7.16
20692024-02-07T23:06:06.677Z Compiling http v0.2.11
20702024-02-07T23:06:07.668Z Compiling uuid v1.7.0
20712024-02-07T23:06:07.927Z Compiling memoffset v0.9.0
20722024-02-07T23:06:08.120Z Compiling num-bigint v0.4.4
20732024-02-07T23:06:08.370Z Compiling base64 v0.21.7
20742024-02-07T23:06:08.586Z Compiling smoltcp v0.9.1
20752024-02-07T23:06:09.806Z Compiling async-trait v0.1.77
20762024-02-07T23:06:09.806Z Compiling percent-encoding v2.3.1
20772024-02-07T23:06:09.806Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20782024-02-07T23:06:09.806Z Compiling foreign-types-shared v0.1.1
20792024-02-07T23:06:09.806Z Compiling iana-time-zone v0.1.57
20802024-02-07T23:06:09.806Z Compiling crossbeam-utils v0.8.16
20812024-02-07T23:06:09.806Z Compiling untrusted v0.7.1
20822024-02-07T23:06:10.222Z Compiling untrusted v0.9.0
20832024-02-07T23:06:10.232Z Compiling chrono v0.4.31
20842024-02-07T23:06:10.232Z Compiling foreign-types v0.3.2
20852024-02-07T23:06:12.103Z Compiling dof v0.1.5
20862024-02-07T23:06:12.929Z Compiling dtrace-parser v0.1.14
20872024-02-07T23:06:13.151Z Compiling hmac v0.12.1
20882024-02-07T23:06:13.339Z Compiling clap_derive v4.4.2
20892024-02-07T23:06:13.845Z Compiling tokio-util v0.7.10
20902024-02-07T23:06:14.014Z Compiling utf8parse v0.2.1
20912024-02-07T23:06:14.214Z Compiling cpufeatures v0.2.12
20922024-02-07T23:06:14.314Z Compiling siphasher v0.3.11
20932024-02-07T23:06:14.706Z Compiling try-lock v0.2.4
20942024-02-07T23:06:14.878Z Compiling time-core v0.1.1
20952024-02-07T23:06:14.974Z Compiling adler v1.0.2
20962024-02-07T23:06:14.998Z Compiling rustversion v1.0.14
20972024-02-07T23:06:15.035Z Compiling anstyle v1.0.2
20982024-02-07T23:06:15.168Z Compiling miniz_oxide v0.7.1
20992024-02-07T23:06:15.501Z Compiling time-macros v0.2.13
21002024-02-07T23:06:15.605Z Compiling h2 v0.3.24
21012024-02-07T23:06:19.803Z Compiling want v0.3.1
21022024-02-07T23:06:19.835Z Compiling sha2 v0.10.8
21032024-02-07T23:06:19.835Z Compiling anstyle-parse v0.2.1
21042024-02-07T23:06:21.532Z Compiling rustls-webpki v0.101.7
21052024-02-07T23:06:21.703Z Compiling sct v0.7.0
21062024-02-07T23:06:21.994Z Compiling form_urlencoded v1.2.1
21072024-02-07T23:06:22.275Z Compiling http-body v0.4.5
21082024-02-07T23:06:22.673Z Compiling serde_tokenstream v0.1.7
21092024-02-07T23:06:22.745Z Compiling pkcs8 v0.10.2
21102024-02-07T23:06:23.232Z Compiling hubpack_derive v0.1.1
21112024-02-07T23:06:23.787Z Compiling socket2 v0.4.9
21122024-02-07T23:06:24.045Z Compiling crossbeam-epoch v0.9.15
21132024-02-07T23:06:24.275Z Compiling usdt-impl v0.5.0
21142024-02-07T23:06:24.775Z Compiling anyhow v1.0.75
21152024-02-07T23:06:24.894Z Compiling colorchoice v1.0.0
21162024-02-07T23:06:25.021Z Compiling tower-service v0.3.2
21172024-02-07T23:06:25.101Z Compiling radium v0.7.0
21182024-02-07T23:06:25.165Z Compiling anstyle-query v1.0.0
21192024-02-07T23:06:25.286Z Compiling slog v2.7.0
21202024-02-07T23:06:25.561Z Compiling httpdate v1.0.3
21212024-02-07T23:06:25.594Z Compiling openssl-probe v0.1.5
21222024-02-07T23:06:25.891Z Compiling hyper v0.14.27
21232024-02-07T23:06:26.519Z Compiling anstream v0.5.0
21242024-02-07T23:06:29.702Z Compiling terminal_size v0.2.6
21252024-02-07T23:06:32.031Z Compiling toml_datetime v0.6.5
21262024-02-07T23:06:32.209Z Compiling serde_spanned v0.6.5
21272024-02-07T23:06:32.790Z Compiling zerocopy v0.6.4
21282024-02-07T23:06:36.722Z Compiling scroll v0.12.0
21292024-02-07T23:06:36.722Z Compiling md-5 v0.10.5
21302024-02-07T23:06:36.722Z Compiling stringprep v0.1.3
21312024-02-07T23:06:36.722Z Compiling idna v0.5.0
21322024-02-07T23:06:36.722Z Compiling diesel_table_macro_syntax v0.1.0
21332024-02-07T23:06:36.722Z Compiling hash32 v0.2.1
21342024-02-07T23:06:36.723Z Compiling aho-corasick v1.0.4
21352024-02-07T23:06:36.723Z Compiling regex-syntax v0.8.2
21362024-02-07T23:06:36.723Z Compiling dyn-clone v1.0.16
21372024-02-07T23:06:36.723Z Compiling maybe-uninit v2.0.0
21382024-02-07T23:06:36.723Z Compiling plain v0.2.3
21392024-02-07T23:06:36.723Z Compiling fallible-iterator v0.2.0
21402024-02-07T23:06:36.723Z Compiling gimli v0.28.0
21412024-02-07T23:06:36.723Z Compiling winnow v0.5.15
21422024-02-07T23:06:36.970Z Compiling stable_deref_trait v1.2.0
21432024-02-07T23:06:37.070Z Compiling tap v1.0.1
21442024-02-07T23:06:37.080Z Compiling clap_lex v0.5.1
21452024-02-07T23:06:37.254Z Compiling strsim v0.10.0
21462024-02-07T23:06:37.316Z Compiling wyz v0.5.1
21472024-02-07T23:06:37.803Z Compiling clap_builder v4.4.2
21482024-02-07T23:06:37.820Z Compiling postgres-protocol v0.6.6
21492024-02-07T23:06:38.749Z Compiling goblin v0.8.0
21502024-02-07T23:06:39.697Z Compiling regex-automata v0.4.4
21512024-02-07T23:06:40.086Z Compiling diesel_derives v2.1.2
21522024-02-07T23:06:41.406Z Compiling addr2line v0.21.0
21532024-02-07T23:06:41.995Z Compiling url v2.5.0
21542024-02-07T23:06:46.920Z Compiling tokio-rustls v0.24.1
21552024-02-07T23:06:47.075Z Compiling strum_macros v0.25.2
21562024-02-07T23:06:47.413Z Compiling tokio-native-tls v0.3.1
21572024-02-07T23:06:47.834Z Compiling usdt-attr-macro v0.3.5
21582024-02-07T23:06:48.217Z Compiling usdt-macro v0.3.5
21592024-02-07T23:06:48.708Z Compiling phf_shared v0.11.2
21602024-02-07T23:06:49.567Z Compiling block-padding v0.3.3
21612024-02-07T23:06:49.611Z Compiling enum-as-inner v0.5.1
21622024-02-07T23:06:49.614Z Compiling serde_repr v0.1.16
21632024-02-07T23:06:50.261Z Compiling ff v0.13.0
21642024-02-07T23:06:50.465Z Compiling scheduled-thread-pool v0.2.7
21652024-02-07T23:06:50.711Z Compiling object v0.32.1
21662024-02-07T23:06:50.962Z Compiling matches v0.1.10
21672024-02-07T23:06:52.271Z Compiling base16ct v0.2.0
21682024-02-07T23:06:52.307Z Compiling managed v0.8.0
21692024-02-07T23:06:52.574Z Compiling deranged v0.3.8
21702024-02-07T23:06:52.777Z Compiling bit-vec v0.6.3
21712024-02-07T23:06:53.204Z Compiling num-bigint-dig v0.8.4
21722024-02-07T23:06:53.989Z Compiling pretty-hex v0.4.1
21732024-02-07T23:06:53.989Z Compiling rustc-demangle v0.1.23
21742024-02-07T23:06:54.448Z Compiling funty v2.0.0
21752024-02-07T23:06:54.466Z Compiling packed_struct v0.10.1
21762024-02-07T23:06:54.651Z Compiling ipnet v2.9.0
21772024-02-07T23:06:54.885Z Compiling regex-automata v0.1.10
21782024-02-07T23:06:55.491Z Compiling num_threads v0.1.6
21792024-02-07T23:06:55.710Z Compiling bitvec v1.0.1
21802024-02-07T23:06:57.595Z Compiling time v0.3.27
21812024-02-07T23:06:59.750Z Compiling bstr v0.2.17
21822024-02-07T23:07:00.282Z Compiling dof v0.3.0
21832024-02-07T23:07:01.545Z Compiling sec1 v0.7.3
21842024-02-07T23:07:01.702Z Compiling idna v0.2.3
21852024-02-07T23:07:02.196Z Compiling r2d2 v0.8.10
21862024-02-07T23:07:02.527Z Compiling group v0.13.0
21872024-02-07T23:07:02.560Z Compiling inout v0.1.3
21882024-02-07T23:07:03.111Z Compiling phf v0.11.2
21892024-02-07T23:07:03.394Z Compiling hyper-tls v0.5.0
21902024-02-07T23:07:03.729Z Compiling regex v1.10.3
21912024-02-07T23:07:03.831Z Compiling hyper-rustls v0.24.2
21922024-02-07T23:07:04.226Z Compiling signal-hook-mio v0.2.3
21932024-02-07T23:07:04.385Z Compiling flate2 v1.0.28
21942024-02-07T23:07:04.799Z Compiling clap v4.4.3
21952024-02-07T23:07:04.909Z Compiling ipnetwork v0.20.0
21962024-02-07T23:07:05.373Z Compiling toml_edit v0.19.15
21972024-02-07T23:07:05.666Z Compiling bzip2 v0.4.4
21982024-02-07T23:07:06.036Z Compiling postgres-types v0.2.6
21992024-02-07T23:07:06.384Z Compiling hubpack v0.1.2
22002024-02-07T23:07:06.422Z Compiling serde_urlencoded v0.7.1
22012024-02-07T23:07:06.831Z Compiling rustls-pemfile v1.0.3
22022024-02-07T23:07:06.946Z Compiling phf_shared v0.10.0
22032024-02-07T23:07:07.161Z Compiling hkdf v0.12.4
22042024-02-07T23:07:07.478Z Compiling dtrace-parser v0.2.0
22052024-02-07T23:07:07.948Z Compiling futures-executor v0.3.30
22062024-02-07T23:07:10.112Z Compiling crypto-bigint v0.5.2
22072024-02-07T23:07:10.428Z Compiling packed_struct_codegen v0.10.1
22082024-02-07T23:07:10.942Z Compiling float-cmp v0.9.0
22092024-02-07T23:07:11.556Z Compiling indexmap v1.9.3
22102024-02-07T23:07:11.786Z Compiling encoding_rs v0.8.33
22112024-02-07T23:07:12.234Z Compiling whoami v1.4.1
22122024-02-07T23:07:12.410Z Compiling unicode-width v0.1.11
22132024-02-07T23:07:12.561Z Compiling regex-automata v0.3.8
22142024-02-07T23:07:12.670Z Compiling mime v0.3.17
22152024-02-07T23:07:13.145Z Compiling either v1.9.0
22162024-02-07T23:07:13.149Z Compiling unicode-segmentation v1.10.1
22172024-02-07T23:07:13.149Z Compiling predicates-core v1.0.6
22182024-02-07T23:07:13.330Z Compiling new_debug_unreachable v1.0.4
22192024-02-07T23:07:13.424Z Compiling difflib v0.4.0
22202024-02-07T23:07:13.899Z Compiling crc-catalog v2.2.0
22212024-02-07T23:07:14.041Z Compiling data-encoding v2.4.0
22222024-02-07T23:07:15.141Z Compiling webpki-roots v0.25.2
22232024-02-07T23:07:15.151Z Compiling normalize-line-endings v0.3.0
22242024-02-07T23:07:15.151Z Compiling fixedbitset v0.4.2
22252024-02-07T23:07:15.151Z Compiling nodrop v0.1.14
22262024-02-07T23:07:15.152Z Compiling minimal-lexical v0.2.1
22272024-02-07T23:07:15.620Z Compiling static_assertions v1.1.0
22282024-02-07T23:07:15.650Z Compiling precomputed-hash v0.1.1
22292024-02-07T23:07:15.695Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
22302024-02-07T23:07:15.757Z Compiling string_cache v0.8.7
22312024-02-07T23:07:16.180Z Compiling nom v7.1.3
22322024-02-07T23:07:17.912Z Compiling petgraph v0.6.4
22332024-02-07T23:07:21.601Z Compiling array-init v0.0.4
22342024-02-07T23:07:21.650Z Compiling predicates v3.1.0
22352024-02-07T23:07:23.289Z Compiling reqwest v0.11.22
22362024-02-07T23:07:23.514Z Compiling trust-dns-proto v0.22.0
22372024-02-07T23:07:23.547Z Compiling bstr v1.6.0
22382024-02-07T23:07:23.956Z Compiling crc v3.0.1
22392024-02-07T23:07:24.720Z Compiling similar v2.3.0
22402024-02-07T23:07:27.833Z Compiling itertools v0.10.5
22412024-02-07T23:07:30.960Z Compiling console v0.15.8
22422024-02-07T23:07:31.469Z Compiling tokio-postgres v0.7.10
22432024-02-07T23:07:31.614Z Compiling elliptic-curve v0.13.8
22442024-02-07T23:07:35.237Z Compiling toml v0.7.8
22452024-02-07T23:07:35.509Z Compiling futures v0.3.30
22462024-02-07T23:07:37.045Z Compiling smallvec v0.6.14
22472024-02-07T23:07:37.512Z Compiling zip v0.6.6
22482024-02-07T23:07:37.529Z Compiling yasna v0.5.2
22492024-02-07T23:07:38.003Z Compiling diesel v2.1.4
22502024-02-07T23:07:38.007Z Compiling crossterm v0.27.0
22512024-02-07T23:07:38.912Z Compiling cipher v0.4.4
22522024-02-07T23:07:41.388Z Compiling bit-set v0.5.3
22532024-02-07T23:07:41.531Z Compiling usdt v0.3.5
22542024-02-07T23:07:41.645Z Compiling is-terminal v0.4.9
22552024-02-07T23:07:41.788Z Compiling toml_edit v0.21.1
22562024-02-07T23:07:48.634Z Compiling pkcs1 v0.7.5
22572024-02-07T23:07:48.833Z Compiling tokio-stream v0.1.14
22582024-02-07T23:07:50.403Z Compiling openapiv3 v2.0.0
22592024-02-07T23:07:50.607Z Compiling hex v0.4.3
22602024-02-07T23:07:51.315Z Compiling hashbrown v0.13.2
22612024-02-07T23:07:52.323Z Compiling signature v2.1.0
22622024-02-07T23:07:53.275Z Compiling termcolor v1.2.0
22632024-02-07T23:07:54.419Z Compiling lalrpop-util v0.19.12
22642024-02-07T23:07:55.806Z Compiling hashbrown v0.12.3
22652024-02-07T23:07:57.457Z Compiling bitfield v0.14.0
22662024-02-07T23:07:57.754Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22672024-02-07T23:08:06.552Z Compiling env_logger v0.10.0
22682024-02-07T23:08:10.663Z Compiling rsa v0.9.2
22692024-02-07T23:08:17.483Z Compiling serde-hex v0.1.0
22702024-02-07T23:08:19.953Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22712024-02-07T23:08:20.415Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22722024-02-07T23:08:23.109Z Compiling ron v0.8.1
22732024-02-07T23:08:23.584Z Compiling x509-cert v0.2.4
22742024-02-07T23:08:27.308Z Compiling crc-any v2.4.3
22752024-02-07T23:08:46.802Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
22762024-02-07T23:08:49.255Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
22772024-02-07T23:08:54.014Z Compiling object v0.30.4
22782024-02-07T23:09:03.015Z Compiling path-slash v0.1.5
22792024-02-07T23:09:03.213Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
22802024-02-07T23:09:28.260Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
22812024-02-07T23:09:29.039Z Finished release [optimized] target(s) in 3m 54s
22822024-02-07T23:09:29.111Z
22832024-02-07T23:09:29.123Zreal 3:54.341766468
22842024-02-07T23:09:29.123Zuser 26:08.720284441
22852024-02-07T23:09:29.124Zsys 3:00.027258060
22862024-02-07T23:09:29.124Ztrap 0.780959148
22872024-02-07T23:09:29.124Ztflt 1.811842039
22882024-02-07T23:09:29.125Zdflt 0.596214677
22892024-02-07T23:09:29.125Zkflt 0.000198327
22902024-02-07T23:09:29.126Zlock 59:09.711804384
22912024-02-07T23:09:29.126Zslp 1:17:01.936795056
22922024-02-07T23:09:29.127Zlat 1:25.174413983
22932024-02-07T23:09:29.127Zstop 1:16.922769684
22942024-02-07T23:09:29.128Z+ ptime -m gzip
22952024-02-07T23:09:29.575Z
22962024-02-07T23:09:29.579Zreal 0.463443414
22972024-02-07T23:09:29.579Zuser 0.457586733
22982024-02-07T23:09:29.579Zsys 0.004467926
22992024-02-07T23:09:29.580Ztrap 0.000350182
23002024-02-07T23:09:29.580Ztflt 0.000000000
23012024-02-07T23:09:29.580Zdflt 0.000000000
23022024-02-07T23:09:29.580Zkflt 0.000000000
23032024-02-07T23:09:29.580Zlock 0.000000000
23042024-02-07T23:09:29.580Zslp 0.000000000
23052024-02-07T23:09:29.580Zlat 0.000648822
23062024-02-07T23:09:29.580Zstop 0.000175660
23072024-02-07T23:09:29.580Z+ banner tufaceous
23082024-02-07T23:09:29.581Z
23092024-02-07T23:09:29.581Z ##### # # ###### ## #### ###### #### # # ####
23102024-02-07T23:09:29.581Z # # # # # # # # # # # # # #
23112024-02-07T23:09:29.581Z # # # ##### # # # ##### # # # # ####
23122024-02-07T23:09:29.581Z # # # # ###### # # # # # # #
23132024-02-07T23:09:29.581Z # # # # # # # # # # # # # # #
23142024-02-07T23:09:29.582Z # #### # # # #### ###### #### #### ####
23152024-02-07T23:09:29.582Z
23162024-02-07T23:09:29.582Z+ ptime -m cargo build --locked -p tufaceous --release
23172024-02-07T23:09:29.986Z Downloading crates ...
23182024-02-07T23:09:30.283Z Downloaded globset v0.4.13
23192024-02-07T23:09:30.287Z Downloaded pin-project v1.1.3
23202024-02-07T23:09:30.296Z Downloaded olpc-cjson v0.1.3
23212024-02-07T23:09:30.299Z Downloaded fs-err v2.11.0
23222024-02-07T23:09:30.299Z Downloaded doc-comment v0.3.3
23232024-02-07T23:09:30.303Z Downloaded humantime v2.1.0
23242024-02-07T23:09:30.303Z Downloaded parse-size v1.0.0
23252024-02-07T23:09:30.303Z Downloaded async-recursion v1.0.5
23262024-02-07T23:09:30.306Z Downloaded buf-list v1.0.3
23272024-02-07T23:09:30.306Z Downloaded serde_plain v1.0.2
23282024-02-07T23:09:30.309Z Downloaded snafu-derive v0.7.5
23292024-02-07T23:09:30.309Z Downloaded pin-project-internal v1.1.3
23302024-02-07T23:09:30.317Z Downloaded snafu v0.7.5
23312024-02-07T23:09:30.324Z Downloaded typed-path v0.7.0
23322024-02-07T23:09:30.334Z Downloaded tough v0.16.0
23332024-02-07T23:09:30.433Z Compiling serde_tokenstream v0.2.0
23342024-02-07T23:09:30.495Z Compiling regress v0.7.1
23352024-02-07T23:09:30.506Z Compiling dirs-sys-next v0.1.2
23362024-02-07T23:09:30.506Z Compiling rustls-pki-types v1.1.0
23372024-02-07T23:09:30.509Z Compiling ident_case v1.0.1
23382024-02-07T23:09:30.533Z Compiling thread_local v1.1.7
23392024-02-07T23:09:30.536Z Compiling slog-async v2.8.0
23402024-02-07T23:09:30.958Z Compiling dirs-next v2.0.0
23412024-02-07T23:09:30.972Z Compiling rustls v0.22.2
23422024-02-07T23:09:31.188Z Compiling heck v0.4.1
23432024-02-07T23:09:31.248Z Compiling camino v1.1.6
23442024-02-07T23:09:31.277Z Compiling term v0.7.0
23452024-02-07T23:09:31.580Z Compiling rustls-webpki v0.102.1
23462024-02-07T23:09:31.749Z Compiling darling_core v0.20.3
23472024-02-07T23:09:31.770Z Compiling crossbeam-channel v0.5.8
23482024-02-07T23:09:31.834Z Compiling getopts v0.2.21
23492024-02-07T23:09:32.434Z Compiling structmeta-derive v0.3.0
23502024-02-07T23:09:32.692Z Compiling atty v0.2.14
23512024-02-07T23:09:32.834Z Compiling multer v3.0.0
23522024-02-07T23:09:33.156Z Compiling unsafe-libyaml v0.2.10
23532024-02-07T23:09:33.466Z Compiling paste v1.0.14
23542024-02-07T23:09:33.967Z Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23552024-02-07T23:09:35.054Z Compiling match_cfg v0.1.0
23562024-02-07T23:09:35.149Z Compiling doc-comment v0.3.3
23572024-02-07T23:09:35.168Z Compiling take_mut v0.2.2
23582024-02-07T23:09:35.817Z Compiling structmeta v0.3.0
23592024-02-07T23:09:36.120Z Compiling hostname v0.3.1
23602024-02-07T23:09:36.212Z Compiling serde_yaml v0.9.25
23612024-02-07T23:09:36.470Z Compiling slog-term v2.9.0
23622024-02-07T23:09:37.207Z Compiling darling_macro v0.20.3
23632024-02-07T23:09:38.154Z Compiling darling v0.20.3
23642024-02-07T23:09:39.510Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23652024-02-07T23:09:39.532Z Compiling slog-json v2.6.1
23662024-02-07T23:09:40.048Z Compiling http v1.0.0
23672024-02-07T23:09:40.114Z Compiling pin-project-internal v1.1.3
23682024-02-07T23:09:40.136Z Compiling async-stream-impl v0.3.5
23692024-02-07T23:09:40.825Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23702024-02-07T23:09:41.157Z Compiling atomic-waker v1.1.1
23712024-02-07T23:09:41.647Z Compiling fastrand v2.0.1
23722024-02-07T23:09:41.678Z Compiling waitgroup v0.1.2
23732024-02-07T23:09:41.678Z Compiling async-stream v0.3.5
23742024-02-07T23:09:41.678Z Compiling tempfile v3.10.0
23752024-02-07T23:09:41.943Z Compiling tokio-rustls v0.25.0
23762024-02-07T23:09:42.426Z Compiling slog-bunyan v2.5.0
23772024-02-07T23:09:42.789Z Compiling serde_with_macros v3.6.0
23782024-02-07T23:09:42.986Z Compiling pin-project v1.1.3
23792024-02-07T23:09:43.611Z Compiling parse-display-derive v0.9.0
23802024-02-07T23:09:44.375Z Compiling toml v0.8.9
23812024-02-07T23:09:45.360Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490)
23822024-02-07T23:09:45.375Z Compiling rustls-pemfile v2.0.0
23832024-02-07T23:09:45.669Z Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
23842024-02-07T23:09:45.826Z Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23852024-02-07T23:09:45.921Z Compiling sha1 v0.10.6
23862024-02-07T23:09:46.888Z Compiling snafu-derive v0.7.5
23872024-02-07T23:09:47.161Z Compiling serde_path_to_error v0.1.15
23882024-02-07T23:09:47.172Z Compiling fs-err v2.11.0
23892024-02-07T23:09:47.475Z Compiling instant v0.1.12
23902024-02-07T23:09:48.488Z Compiling same-file v1.0.6
23912024-02-07T23:09:48.530Z Compiling debug-ignore v1.0.5
23922024-02-07T23:09:48.530Z Compiling buf-list v1.0.3
23932024-02-07T23:09:48.530Z Compiling arc-swap v1.6.0
23942024-02-07T23:09:48.571Z Compiling slog-scope v4.4.0
23952024-02-07T23:09:48.720Z Compiling walkdir v2.4.0
23962024-02-07T23:09:49.468Z Compiling parse-display v0.9.0
23972024-02-07T23:09:50.009Z Compiling backoff v0.4.0
23982024-02-07T23:09:50.286Z Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167)
23992024-02-07T23:09:50.393Z Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24002024-02-07T23:09:50.675Z Compiling serde_with v3.6.0
24012024-02-07T23:09:51.362Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24022024-02-07T23:09:54.280Z Compiling snafu v0.7.5
24032024-02-07T23:09:54.402Z Compiling globset v0.4.13
24042024-02-07T23:09:54.482Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24052024-02-07T23:09:54.482Z Compiling strum v0.25.0
24062024-02-07T23:09:54.483Z Compiling olpc-cjson v0.1.3
24072024-02-07T23:09:54.510Z Compiling pem v3.0.2
24082024-02-07T23:09:55.489Z Compiling macaddr v1.0.1
24092024-02-07T23:09:56.079Z Compiling serde_plain v1.0.2
24102024-02-07T23:09:56.260Z Compiling async-recursion v1.0.5
24112024-02-07T23:09:56.618Z Compiling filetime v0.2.23
24122024-02-07T23:09:56.982Z Compiling xattr v1.0.1
24132024-02-07T23:09:57.227Z Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24142024-02-07T23:09:57.267Z Compiling typed-path v0.7.0
24152024-02-07T23:09:57.278Z Compiling tar v0.4.40
24162024-02-07T23:10:01.013Z Compiling tough v0.16.0
24172024-02-07T23:10:03.999Z Compiling slog-stdlog v4.1.1
24182024-02-07T23:10:04.916Z Compiling camino-tempfile v1.1.1
24192024-02-07T23:10:05.554Z Compiling itertools v0.12.1
24202024-02-07T23:10:05.708Z Compiling parse-size v1.0.0
24212024-02-07T23:10:06.044Z Compiling slog-envlogger v2.2.0
24222024-02-07T23:10:09.271Z Compiling humantime v2.1.0
24232024-02-07T23:10:13.156Z Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)
24242024-02-07T23:10:13.374Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24252024-02-07T23:10:22.827Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24262024-02-07T23:10:24.783Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
24272024-02-07T23:10:43.847Z Finished release [optimized] target(s) in 1m 14s
24282024-02-07T23:10:43.923Z
24292024-02-07T23:10:43.942Zreal 1:14.313866347
24302024-02-07T23:10:43.942Zuser 8:12.891438628
24312024-02-07T23:10:43.942Zsys 37.206919402
24322024-02-07T23:10:43.942Ztrap 0.218389614
24332024-02-07T23:10:43.942Ztflt 0.414125442
24342024-02-07T23:10:43.943Zdflt 0.232175298
24352024-02-07T23:10:43.943Zkflt 0.000002870
24362024-02-07T23:10:43.943Zlock 16:58.417999074
24372024-02-07T23:10:43.943Zslp 18:36.963429598
24382024-02-07T23:10:43.944Zlat 17.583561149
24392024-02-07T23:10:43.944Zstop 12.845999198
24402024-02-07T23:10:43.944Z+ ptime -m gzip
24412024-02-07T23:10:45.677Z
24422024-02-07T23:10:45.691Zreal 1.748449585
24432024-02-07T23:10:45.691Zuser 1.734199532
24442024-02-07T23:10:45.691Zsys 0.012678020
24452024-02-07T23:10:45.691Ztrap 0.000448294
24462024-02-07T23:10:45.691Ztflt 0.000000000
24472024-02-07T23:10:45.691Zdflt 0.000000000
24482024-02-07T23:10:45.691Zkflt 0.000000000
24492024-02-07T23:10:45.691Zlock 0.000000000
24502024-02-07T23:10:45.692Zslp 0.000000000
24512024-02-07T23:10:45.692Zlat 0.000734939
24522024-02-07T23:10:45.692Zstop 0.000175750
24532024-02-07T23:10:45.692Zprocess exited: duration 803227 ms, exit code 0
 
24542024-02-07T23:10:45.724Zfound 5 output files
24552024-02-07T23:10:45.724Zuploading: /work/end-to-end-tests/bootstrap-5c5e256b526718ba.gz (10676709 bytes)
24562024-02-07T23:10:50.478Zuploaded: /work/end-to-end-tests/bootstrap-5c5e256b526718ba.gz
24572024-02-07T23:10:50.479Zuploading: /work/end-to-end-tests/bootstrap.gz (108933723 bytes)
24582024-02-07T23:11:25.894Zuploaded: /work/end-to-end-tests/bootstrap.gz
24592024-02-07T23:11:25.895Zuploading: /work/end-to-end-tests/end_to_end_tests-398b34350dfa5341.gz (112153692 bytes)
24602024-02-07T23:12:08.928Zuploaded: /work/end-to-end-tests/end_to_end_tests-398b34350dfa5341.gz
24612024-02-07T23:12:08.928Zuploading: /work/caboose-util.gz (4102787 bytes)
24622024-02-07T23:12:11.065Zuploaded: /work/caboose-util.gz
24632024-02-07T23:12:11.065Zuploading: /work/tufaceous.gz (15851424 bytes)
24642024-02-07T23:12:22.442Zuploaded: /work/tufaceous.gz