01HTH2HZ63QKYWFK6QKN3BY88V: helios / CI tools

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

Buildomat Job: 01HTH2JFW2NK859RW1K8A1CAWB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-04-03T04:15:18.926Zjob assigned to worker 01HTH2JP41FFDAJN3VS2BA9CBM (queued for 2 m 2 s)
 
22024-04-03T04:15:25.528Zstarting task 0: "setup"
32024-04-03T04:15:25.678Z++ uname -s
42024-04-03T04:15:25.688Z+ kern=SunOS
52024-04-03T04:15:25.688Z+ case "$kern" in
62024-04-03T04:15:25.689Z+ groupadd -g 12345 build
72024-04-03T04:15:25.708Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-04-03T04:15:27.718Z+ zfs create -o mountpoint=/work rpool/work
92024-04-03T04:15:27.785Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-04-03T04:15:27.793Z+ home_fs=zfs
112024-04-03T04:15:27.793Z+ [[ zfs == autofs ]]
122024-04-03T04:15:27.793Z+ mkdir -p /home/build
132024-04-03T04:15:27.793Z+ chown build:build /home/build /work
142024-04-03T04:15:29.797Z+ chmod 0700 /home/build /work
152024-04-03T04:15:29.807Zprocess exited: duration 4273 ms, exit code 0
 
162024-04-03T04:15:29.837Zstarting task 1: "rust-toolchain"
172024-04-03T04:15:29.844Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-04-03T04:15:29.844Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default
192024-04-03T04:15:30.179Zinfo: downloading installer
202024-04-03T04:15:32.156Zwarning: it looks like you have an existing installation of Rust at:
212024-04-03T04:15:32.156Zwarning: /opt/ooce/bin
222024-04-03T04:15:32.156Zwarning: It is recommended that rustup be the primary Rust installation.
232024-04-03T04:15:32.157Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-04-03T04:15:32.157Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-04-03T04:15:32.157Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-04-03T04:15:32.158Zwarning: or pass `-y' to ignore all ignorable checks.
272024-04-03T04:15:32.158Zerror: cannot install while Rust is installed
282024-04-03T04:15:32.158Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-04-03T04:15:32.344Zinfo: profile set to 'default'
302024-04-03T04:15:32.344Zinfo: default host triple is x86_64-unknown-illumos
312024-04-03T04:15:32.354Zinfo: syncing channel updates for '1.72.1-x86_64-unknown-illumos'
322024-04-03T04:15:32.530Zinfo: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13)
332024-04-03T04:15:32.530Zinfo: downloading component 'cargo'
342024-04-03T04:15:33.630Zinfo: downloading component 'clippy'
352024-04-03T04:15:34.040Zinfo: downloading component 'rust-docs'
362024-04-03T04:15:35.536Zinfo: downloading component 'rust-std'
372024-04-03T04:15:38.064Zinfo: downloading component 'rustc'
382024-04-03T04:15:44.663Zinfo: downloading component 'rustfmt'
392024-04-03T04:15:45.101Zinfo: installing component 'cargo'
402024-04-03T04:15:46.131Zinfo: installing component 'clippy'
412024-04-03T04:15:46.617Zinfo: installing component 'rust-docs'
422024-04-03T04:15:48.179Zinfo: installing component 'rust-std'
432024-04-03T04:15:49.982Zinfo: installing component 'rustc'
442024-04-03T04:15:54.309Zinfo: installing component 'rustfmt'
452024-04-03T04:15:54.965Zinfo: default toolchain set to '1.72.1-x86_64-unknown-illumos'
462024-04-03T04:15:54.965Z
472024-04-03T04:15:55.227Z 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13)
482024-04-03T04:15:55.227Z
492024-04-03T04:15:55.230Z
502024-04-03T04:15:55.230ZRust is installed now. Great!
512024-04-03T04:15:55.230Z
522024-04-03T04:15:55.230ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-04-03T04:15:55.230Zenvironment variable. This has not been done automatically.
542024-04-03T04:15:55.230Z
552024-04-03T04:15:55.230ZTo configure your current shell, you need to source
562024-04-03T04:15:55.230Zthe corresponding env file under $HOME/.cargo.
572024-04-03T04:15:55.230Z
582024-04-03T04:15:55.230ZThis is usually done by running one of the following (note the leading DOT):
592024-04-03T04:15:55.230Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-04-03T04:15:55.230Zsource "$HOME/.cargo/env.fish" # For fish
612024-04-03T04:15:55.321Z+ rustc --version
622024-04-03T04:15:55.389Zrustc 1.72.1 (d5c2e9c34 2023-09-13)
632024-04-03T04:15:55.412Zprocess exited: duration 25561 ms, exit code 0
 
642024-04-03T04:15:55.435Zstarting task 2: "authentication"
652024-04-03T04:15:55.458Zprocess exited: duration 22 ms, exit code 0
 
662024-04-03T04:15:55.475Zstarting task 3: "clone repository"
672024-04-03T04:15:55.485Z+ mkdir -p /work/oxidecomputer/omicron
682024-04-03T04:15:55.485Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
692024-04-03T04:15:55.919ZCloning into '/work/oxidecomputer/omicron'...
702024-04-03T04:16:26.571Z+ cd /work/oxidecomputer/omicron
712024-04-03T04:16:26.571Z+ git fetch origin 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
722024-04-03T04:16:27.297ZFrom https://github.com/oxidecomputer/omicron
732024-04-03T04:16:27.297Z * branch 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 -> FETCH_HEAD
742024-04-03T04:16:27.306Z+ [[ -n renovate/diesel-2.x ]]
752024-04-03T04:16:27.309Z++ git branch --show-current
762024-04-03T04:16:27.313Z+ current=main
772024-04-03T04:16:27.313Z+ [[ main != renovate/diesel-2.x ]]
782024-04-03T04:16:27.313Z+ git branch -f renovate/diesel-2.x 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
792024-04-03T04:16:27.316Z+ git checkout -f renovate/diesel-2.x
802024-04-03T04:16:27.444ZSwitched to branch 'renovate/diesel-2.x'
812024-04-03T04:16:27.454Z+ git reset --hard 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79
822024-04-03T04:16:27.468ZHEAD is now at 6dfdadfbd Update Rust crate diesel to 2.1.5
832024-04-03T04:16:27.468Zprocess exited: duration 31983 ms, exit code 0
 
842024-04-03T04:16:27.491Zstarting task 4: "build"
852024-04-03T04:16:27.534Z+ cargo --version
862024-04-03T04:16:27.534Zinfo: syncing channel updates for '1.76.0-x86_64-unknown-illumos'
872024-04-03T04:16:27.671Zinfo: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04)
882024-04-03T04:16:27.672Zinfo: downloading component 'cargo'
892024-04-03T04:16:28.518Zinfo: downloading component 'clippy'
902024-04-03T04:16:28.781Zinfo: downloading component 'rust-docs'
912024-04-03T04:16:29.844Zinfo: downloading component 'rust-std'
922024-04-03T04:16:31.590Zinfo: downloading component 'rustc'
932024-04-03T04:16:35.992Zinfo: downloading component 'rustfmt'
942024-04-03T04:16:36.294Zinfo: installing component 'cargo'
952024-04-03T04:16:37.213Zinfo: installing component 'clippy'
962024-04-03T04:16:37.549Zinfo: installing component 'rust-docs'
972024-04-03T04:16:39.038Zinfo: installing component 'rust-std'
982024-04-03T04:16:40.970Zinfo: installing component 'rustc'
992024-04-03T04:16:44.934Zinfo: installing component 'rustfmt'
1002024-04-03T04:16:45.329Zcargo 1.76.0 (c84b36747 2024-01-18)
1012024-04-03T04:16:45.332Z+ rustc --version
1022024-04-03T04:16:45.397Zrustc 1.76.0 (07dca489a 2024-02-04)
1032024-04-03T04:16:45.404Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042024-04-03T04:16:56.166Z Startup: Refreshing catalog 'helios-dev' ... Done
1052024-04-03T04:16:57.626Z Startup: Caching catalogs ... Done
1062024-04-03T04:16:59.410ZPlanning: Solver setup ... Done (1.394s)
1072024-04-03T04:16:59.435ZPlanning: Running solver ... Done (0.027s)
1082024-04-03T04:16:59.653ZPlanning: Finding local manifests ... Done (0.190s)
1092024-04-03T04:16:59.732ZPlanning: Fetching manifests: 0/4 0% complete
1102024-04-03T04:17:00.554ZPlanning: Fetching manifests: 4/4 100% complete
1112024-04-03T04:17:00.609ZPlanning: Package planning ... Done (0.052s)
1122024-04-03T04:17:00.660ZPlanning: Merging actions ... Done (0.052s)
1132024-04-03T04:17:01.217ZPlanning: Checking for conflicting actions ... Done (0.559s)
1142024-04-03T04:17:01.230ZPlanning: Consolidating action changes ... Done (0.011s)
1152024-04-03T04:17:06.907ZPlanning: Evaluating mediators ... Done (5.677s)
1162024-04-03T04:17:06.917ZPlanning: Planning completed in 9.23 seconds
1172024-04-03T04:17:06.931Z Packages to install: 4
1182024-04-03T04:17:06.931Z Mediators to change: 2
1192024-04-03T04:17:06.934Z Services to change: 1
1202024-04-03T04:17:06.934Z Estimated space available: 155.32 GB
1212024-04-03T04:17:06.935ZEstimated space to be consumed: 1.43 GB
1222024-04-03T04:17:06.935Z Create boot environment: No
1232024-04-03T04:17:06.935ZCreate backup boot environment: No
1242024-04-03T04:17:06.935Z Rebuild boot archive: No
1252024-04-03T04:17:06.935Z
1262024-04-03T04:17:06.935ZChanged mediators:
1272024-04-03T04:17:06.935Z mediator clang:
1282024-04-03T04:17:06.935Z version: None -> 15 (system default)
1292024-04-03T04:17:06.935Z
1302024-04-03T04:17:06.935Z mediator llvm:
1312024-04-03T04:17:06.935Z version: 14 (system default) -> 15 (system default)
1322024-04-03T04:17:06.935Z
1332024-04-03T04:17:06.935ZChanged packages:
1342024-04-03T04:17:06.935Zhelios-dev
1352024-04-03T04:17:06.935Z developer/build-essential
1362024-04-03T04:17:06.935Z None -> 11-2.0
1372024-04-03T04:17:06.935Z library/libxmlsec1
1382024-04-03T04:17:06.935Z None -> 1.2.35-2.0
1392024-04-03T04:17:06.935Z ooce/developer/clang-15
1402024-04-03T04:17:06.935Z None -> 15.0.7-2.0
1412024-04-03T04:17:06.935Z ooce/developer/llvm-15
1422024-04-03T04:17:06.936Z None -> 15.0.7-2.0
1432024-04-03T04:17:06.936Z
1442024-04-03T04:17:06.936ZServices:
1452024-04-03T04:17:06.936Z restart_fmri:
1462024-04-03T04:17:06.936Z svc:/system/update-man-index:default
1472024-04-03T04:17:07.014Z
1482024-04-03T04:17:07.014ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1492024-04-03T04:17:12.014ZDownload: 1188/3290 items 54.8/212.6MB 25% complete (11.2M/s)
1502024-04-03T04:17:17.054ZDownload: 2214/3290 items 119.2/212.6MB 56% complete (12.2M/s)
1512024-04-03T04:17:22.059ZDownload: 3213/3290 items 162.5/212.6MB 76% complete (10.7M/s)
1522024-04-03T04:17:23.914ZDownload: Completed 212.60 MB in 16.90 seconds (12.6M/s)
1532024-04-03T04:17:24.171Z Actions: 1/3689 actions (Installing new actions)
1542024-04-03T04:17:29.213Z Actions: 3662/3689 actions (Installing new actions)
1552024-04-03T04:17:29.374Z Actions: Completed 3689 actions in 5.22 seconds.
1562024-04-03T04:17:29.573Z Done (0.194s)
1572024-04-03T04:17:29.574Z Done (0.000s)
1582024-04-03T04:17:29.832Z Done (0.258s)
1592024-04-03T04:17:34.871Z Done (4.898s)
1602024-04-03T04:17:35.070Z Done (0.122s)
1612024-04-03T04:17:35.078Z Done (0.000s)
1622024-04-03T04:17:35.237Z Done (0.000s)
1632024-04-03T04:17:35.780ZPlanning: Evaluating mediator changes ... Done
1642024-04-03T04:17:35.944ZPlanning: Checking for conflicting actions ... Done
1652024-04-03T04:17:35.947ZPlanning: Consolidating action changes ... Done
1662024-04-03T04:17:36.225ZPlanning: Evaluating mediators ... Done
1672024-04-03T04:17:36.228ZPlanning: Planning completed in 0.45 seconds
1682024-04-03T04:17:36.260Z Mediators to change: 2
1692024-04-03T04:17:36.263Z Create boot environment: No
1702024-04-03T04:17:36.263ZCreate backup boot environment: No
1712024-04-03T04:17:36.328Z Done
1722024-04-03T04:17:36.328Z Done
1732024-04-03T04:17:36.480Z Done
1742024-04-03T04:17:40.226Z Done
1752024-04-03T04:17:40.336Z Done
1762024-04-03T04:17:40.345Z Done
1772024-04-03T04:17:40.434Z Done
1782024-04-03T04:17:41.097ZPlanning: Evaluating mediator changes ... Done
1792024-04-03T04:17:41.108ZPlanning: Merging actions ... Done
1802024-04-03T04:17:41.290ZPlanning: Checking for conflicting actions ... Done
1812024-04-03T04:17:41.300ZPlanning: Consolidating action changes ... Done
1822024-04-03T04:17:41.563ZPlanning: Evaluating mediators ... Done
1832024-04-03T04:17:41.620ZPlanning: Planning completed in 0.81 seconds
1842024-04-03T04:17:41.656Z Packages to change: 1
1852024-04-03T04:17:41.656Z Mediators to change: 1
1862024-04-03T04:17:41.670Z Services to change: 1
1872024-04-03T04:17:41.670Z Create boot environment: No
1882024-04-03T04:17:41.671ZCreate backup boot environment: Yes
1892024-04-03T04:17:43.593Z Actions: 1/6 actions (Updating modified actions)
1902024-04-03T04:17:43.596Z Actions: Completed 6 actions in 0.00 seconds.
1912024-04-03T04:17:43.596Z Done
1922024-04-03T04:17:43.596Z Done
1932024-04-03T04:17:43.648Z Done
1942024-04-03T04:17:47.470Z Done
1952024-04-03T04:17:47.561Z Done
1962024-04-03T04:17:47.564Z Done
1972024-04-03T04:17:47.683Z Done
1982024-04-03T04:17:48.127ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992024-04-03T04:17:48.127Zclang system 15 system
2002024-04-03T04:17:48.127Zcsh system system illumos
2012024-04-03T04:17:48.127Zctags system system illumos
2022024-04-03T04:17:48.127Zgcc vendor 12 vendor
2032024-04-03T04:17:48.127Zgcc system 10 system
2042024-04-03T04:17:48.127Zgcc system 7 system
2052024-04-03T04:17:48.128Zgo system 1.20 system
2062024-04-03T04:17:48.128Zgo system 1.19 system
2072024-04-03T04:17:48.128Zllvm system 15 system
2082024-04-03T04:17:48.128Zllvm system 14 system
2092024-04-03T04:17:48.128Zmariadb system 10.6 system
2102024-04-03T04:17:48.128Zmta vendor vendor dma
2112024-04-03T04:17:48.128Zopenjdk system 17 system
2122024-04-03T04:17:48.128Zopenjdk system 11 system
2132024-04-03T04:17:48.128Zopenjdk system 1.8 system
2142024-04-03T04:17:48.128Zopenssl vendor 3 vendor
2152024-04-03T04:17:48.128Zperl system 5.36 system
2162024-04-03T04:17:48.128Zpostgresql system 15 system
2172024-04-03T04:17:48.128Zpostgresql system 13 system
2182024-04-03T04:17:48.128Zpython vendor 3 vendor
2192024-04-03T04:17:48.128Zpython system 2 system
2202024-04-03T04:17:48.128Zpython3 system 3.11 system
2212024-04-03T04:17:48.128Zruby system 3.0 system
2222024-04-03T04:17:48.128Zwords vendor vendor american-english
2232024-04-03T04:17:48.128Zwords system system australian-english
2242024-04-03T04:17:48.128Zwords system system british-english
2252024-04-03T04:17:48.128Zwords system system canadian-english
2262024-04-03T04:17:48.129Zwords system system french
2272024-04-03T04:17:48.129Zwords system system italian
2282024-04-03T04:17:48.129Zwords system system ngerman
2292024-04-03T04:17:48.129Zwords system system ogerman
2302024-04-03T04:17:48.129Zwords system system spanish
2312024-04-03T04:17:48.465ZPUBLISHER TYPE STATUS P LOCATION
2322024-04-03T04:17:48.465Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2332024-04-03T04:17:49.745ZFMRI IFO
2342024-04-03T04:17:49.746Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352024-04-03T04:17:49.746Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362024-04-03T04:17:49.746Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372024-04-03T04:17:49.746Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382024-04-03T04:17:49.746Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2392024-04-03T04:17:49.746Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402024-04-03T04:17:49.746Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2412024-04-03T04:17:49.746Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2422024-04-03T04:17:49.746Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-04-03T04:17:49.746Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-04-03T04:17:49.747Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2452024-04-03T04:17:49.747Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2462024-04-03T04:17:49.998Z+ set -o errexit
2472024-04-03T04:17:50.012Z+++ dirname ./tools/ci_download_cockroachdb
2482024-04-03T04:17:50.012Z++ cd ./tools
2492024-04-03T04:17:50.012Z++ pwd
2502024-04-03T04:17:50.013Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
2512024-04-03T04:17:50.013Z++ basename ./tools/ci_download_cockroachdb
2522024-04-03T04:17:50.013Z+ ARG0=ci_download_cockroachdb
2532024-04-03T04:17:50.013Z++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version
2542024-04-03T04:17:50.013Z+ CIDL_VERSION=v22.1.9
2552024-04-03T04:17:50.013Z+ source /work/oxidecomputer/omicron/tools/cockroachdb_checksums
2562024-04-03T04:17:50.013Z++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561
2572024-04-03T04:17:50.013Z++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9
2582024-04-03T04:17:50.013Z++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2592024-04-03T04:17:50.013Z+ TARGET_DIR=out
2602024-04-03T04:17:50.013Z+ DOWNLOAD_DIR=out/downloads
2612024-04-03T04:17:50.013Z+ DEST_DIR=./out/cockroachdb
2622024-04-03T04:17:50.013Z+ CIDL_URL_COCKROACH=https://binaries.cockroachdb.com
2632024-04-03T04:17:50.013Z+ CIDL_URL_ILLUMOS=https://illumos.org/downloads
2642024-04-03T04:17:50.013Z+ main
2652024-04-03T04:17:50.014Z+ [[ 0 != 0 ]]
2662024-04-03T04:17:50.014Z+ CIDL_OS=solaris2.11
2672024-04-03T04:17:50.014Z+ [[ 0 != 0 ]]
2682024-04-03T04:17:50.014Z+ configure_os solaris2.11
2692024-04-03T04:17:50.014Z+ echo 'current directory: /work/oxidecomputer/omicron'
2702024-04-03T04:17:50.014Zcurrent directory: /work/oxidecomputer/omicron
2712024-04-03T04:17:50.014Z+ echo 'configuring based on OS: "solaris2.11"'
2722024-04-03T04:17:50.014Z+ case "$1" in
2732024-04-03T04:17:50.014Z+ CIDL_BUILD=illumos
2742024-04-03T04:17:50.014Zconfiguring based on OS: "solaris2.11"
2752024-04-03T04:17:50.014Z+ CIDL_SUFFIX=tar.gz
2762024-04-03T04:17:50.014Z+ CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
2772024-04-03T04:17:50.014Z+ CIDL_URL_BASE=https://illumos.org/downloads
2782024-04-03T04:17:50.014Z+ CIDL_ASSEMBLE=do_assemble_illumos
2792024-04-03T04:17:50.015Z+ TARBALL_DIRNAME=cockroach-v22.1.9.illumos
2802024-04-03T04:17:50.015Z+ TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz
2812024-04-03T04:17:50.015Z+ TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz
2822024-04-03T04:17:50.015Z+ TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos
2832024-04-03T04:17:50.015Z+ CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2842024-04-03T04:17:50.015Z+ CIDL_SHA256FUNC=do_sha256sum
2852024-04-03T04:17:50.015Z+ echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz'
2862024-04-03T04:17:50.015ZURL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz
2872024-04-03T04:17:50.015ZLocal file: out/downloads/cockroach-v22.1.9.illumos.tar.gz
2882024-04-03T04:17:50.015Z+ echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz'
2892024-04-03T04:17:50.015Z+ mkdir -p out/downloads
2902024-04-03T04:17:50.015Z+ mkdir -p ./out/cockroachdb
2912024-04-03T04:17:50.016Z+ local DO_DOWNLOAD=true
2922024-04-03T04:17:50.016Z+ [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]]
2932024-04-03T04:17:50.016Z+ '[' true == true ']'
2942024-04-03T04:17:50.016Z+ echo Downloading...
2952024-04-03T04:17:50.016ZDownloading...
2962024-04-03T04:17:50.016Z+ do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz
2972024-04-03T04:17:50.016Z+ 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
2982024-04-03T04:17:52.662Z++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz
2992024-04-03T04:17:52.670Z++ sha256sum
3002024-04-03T04:17:52.670Z++ awk '{print $1}'
3012024-04-03T04:17:52.785Z+ calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088
3022024-04-03T04:17:52.786Z+ [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]]
3032024-04-03T04:17:52.789Z+ do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz
3042024-04-03T04:17:52.789Z+ tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads
3052024-04-03T04:17:54.960Z+ do_assemble_illumos
3062024-04-03T04:17:54.960Z+ rm -r ./out/cockroachdb
3072024-04-03T04:17:54.969Z+ cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb
3082024-04-03T04:17:55.411Z+ ./out/cockroachdb/bin/cockroach version
3092024-04-03T04:17:55.589ZBuild Tag: v22.1.9-dirty
3102024-04-03T04:17:55.589ZBuild Time: 2022/10/26 21:17:46
3112024-04-03T04:17:55.589ZDistribution: OSS
3122024-04-03T04:17:55.589ZPlatform: illumos amd64 (x86_64-pc-solaris2.11)
3132024-04-03T04:17:55.590ZGo Version: go1.17.13
3142024-04-03T04:17:55.590ZC Compiler: gcc 10.3.0
3152024-04-03T04:17:55.590ZBuild Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493
3162024-04-03T04:17:55.590ZBuild Type: release
3172024-04-03T04:17:55.608Z+ set -o errexit
3182024-04-03T04:17:55.612Z+++ dirname ./tools/ci_download_clickhouse
3192024-04-03T04:17:55.615Z++ cd ./tools
3202024-04-03T04:17:55.615Z++ pwd
3212024-04-03T04:17:55.615Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3222024-04-03T04:17:55.615Z++ basename ./tools/ci_download_clickhouse
3232024-04-03T04:17:55.615Z+ ARG0=ci_download_clickhouse
3242024-04-03T04:17:55.616Z+ TARGET_DIR=out
3252024-04-03T04:17:55.616Z+ DOWNLOAD_DIR=out/downloads
3262024-04-03T04:17:55.616Z+ DEST_DIR=./out/clickhouse
3272024-04-03T04:17:55.619Z++ cat /work/oxidecomputer/omicron/tools/clickhouse_version
3282024-04-03T04:17:55.619Z+ CIDL_VERSION=v23.8.7.24
3292024-04-03T04:17:55.620Z+ source /work/oxidecomputer/omicron/tools/clickhouse_checksums
3302024-04-03T04:17:55.620Z++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a
3312024-04-03T04:17:55.620Z++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5
3322024-04-03T04:17:55.620Z++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe
3332024-04-03T04:17:55.620Z+ CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com
3342024-04-03T04:17:55.620Z+ main
3352024-04-03T04:17:55.620Z+ [[ 0 != 0 ]]
3362024-04-03T04:17:55.620Z+ CIDL_OS=solaris2.11
3372024-04-03T04:17:55.620Z+ [[ 0 != 0 ]]
3382024-04-03T04:17:55.620Z+ configure_os solaris2.11
3392024-04-03T04:17:55.620Z+ echo 'current directory: /work/oxidecomputer/omicron'
3402024-04-03T04:17:55.620Zcurrent directory: /work/oxidecomputer/omicron
3412024-04-03T04:17:55.620Z+ echo 'configuring based on OS: "solaris2.11"'
3422024-04-03T04:17:55.620Z+ CIDL_DASHREV=
3432024-04-03T04:17:55.620Z+ case "$1" in
3442024-04-03T04:17:55.620Zconfiguring based on OS: "solaris2.11"
3452024-04-03T04:17:55.620Z+ CIDL_PLATFORM=illumos
3462024-04-03T04:17:55.620Z+ CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe
3472024-04-03T04:17:55.620Z+ CIDL_MD5FUNC=do_md5sum
3482024-04-03T04:17:55.621Z+ TARBALL_DIRNAME=clickhouse-v23.8.7.24
3492024-04-03T04:17:55.621Z+ TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz
3502024-04-03T04:17:55.621Z+ TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3512024-04-03T04:17:55.621Z+ CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3522024-04-03T04:17:55.621Z+ echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz'
3532024-04-03T04:17:55.621Z+ echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz'
3542024-04-03T04:17:55.621ZURL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3552024-04-03T04:17:55.621ZLocal file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3562024-04-03T04:17:55.621Z+ mkdir -p out/downloads
3572024-04-03T04:17:55.625Z+ mkdir -p ./out/clickhouse
3582024-04-03T04:17:55.625Z+ local DO_DOWNLOAD=true
3592024-04-03T04:17:55.625Z+ [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]]
3602024-04-03T04:17:55.625Z+ '[' true == true ']'
3612024-04-03T04:17:55.625Z+ echo Downloading...
3622024-04-03T04:17:55.625ZDownloading...
3632024-04-03T04:17:55.625Z+ do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3642024-04-03T04:17:55.625Z+ curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz
3652024-04-03T04:17:57.240Z++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz
3662024-04-03T04:17:57.245Z++ md5sum
3672024-04-03T04:17:57.245Z++ awk '{print $1}'
3682024-04-03T04:17:57.458Z+ calculated_md5=409222de8ecb59e5dd97dcc942ccdffe
3692024-04-03T04:17:57.458Z+ [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]]
3702024-04-03T04:17:57.458Z+ do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse
3712024-04-03T04:17:57.461Z+ mkdir -p ./out/clickhouse
3722024-04-03T04:17:57.462Z+ tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse
3732024-04-03T04:18:01.290Z+ [[ solaris2.11 == darwin* ]]
3742024-04-03T04:18:01.290Z+ ./out/clickhouse/clickhouse server --version
3752024-04-03T04:18:01.539ZClickHouse server version 23.8.7.1.
3762024-04-03T04:18:01.560Z+ set -o errexit
3772024-04-03T04:18:01.563Z+++ dirname ./tools/ci_download_console
3782024-04-03T04:18:01.567Z++ cd ./tools
3792024-04-03T04:18:01.567Z++ pwd
3802024-04-03T04:18:01.567Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
3812024-04-03T04:18:01.567Z++ basename ./tools/ci_download_console
3822024-04-03T04:18:01.567Z+ ARG0=ci_download_console
3832024-04-03T04:18:01.570Z+ TARGET_DIR=out
3842024-04-03T04:18:01.570Z+ DOWNLOAD_DIR=out/downloads
3852024-04-03T04:18:01.570Z+ DEST_DIR=./out/console-assets
3862024-04-03T04:18:01.570Z+ source /work/oxidecomputer/omicron/tools/console_version
3872024-04-03T04:18:01.570Z++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3
3882024-04-03T04:18:01.570Z++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
3892024-04-03T04:18:01.570Z+ URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3902024-04-03T04:18:01.571Z+ TARBALL_FILE=out/downloads/console.tar.gz
3912024-04-03T04:18:01.571Z+ main
3922024-04-03T04:18:01.571Z+ [[ 0 != 0 ]]
3932024-04-03T04:18:01.571Z+ echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz'
3942024-04-03T04:18:01.571Z+ echo 'Local file: out/downloads/console.tar.gz'
3952024-04-03T04:18:01.571Z+ local DO_DOWNLOAD=true
3962024-04-03T04:18:01.571ZURL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
3972024-04-03T04:18:01.571ZLocal file: out/downloads/console.tar.gz
3982024-04-03T04:18:01.571Z+ [[ -f out/downloads/console.tar.gz ]]
3992024-04-03T04:18:01.571Z+ mkdir -p out/downloads
4002024-04-03T04:18:01.571Z+ '[' true == true ']'
4012024-04-03T04:18:01.571Z+ echo Downloading...
4022024-04-03T04:18:01.571ZDownloading...
4032024-04-03T04:18:01.571Z+ do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz
4042024-04-03T04:18:01.571Z+ curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz
4052024-04-03T04:18:02.242Z++ do_sha256sum out/downloads/console.tar.gz
4062024-04-03T04:18:02.246Z++ case "$OSTYPE" in
4072024-04-03T04:18:02.246Z++ SHA=sha256sum
4082024-04-03T04:18:02.246Z++ sha256sum
4092024-04-03T04:18:02.246Z++ awk '{print $1}'
4102024-04-03T04:18:02.251Z+ calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b
4112024-04-03T04:18:02.254Z+ [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]]
4122024-04-03T04:18:02.254Z+ rm -rf ./out/console-assets
4132024-04-03T04:18:02.254Z+ mkdir -p ./out/console-assets
4142024-04-03T04:18:02.258Z+ do_untar out/downloads/console.tar.gz ./out/console-assets
4152024-04-03T04:18:02.258Z+ mkdir -p ./out/console-assets
4162024-04-03T04:18:02.258Z+ tar xzf out/downloads/console.tar.gz -C ./out/console-assets
4172024-04-03T04:18:02.349Z+ set -o errexit
4182024-04-03T04:18:02.352Z+++ dirname ./tools/ci_download_maghemite_openapi
4192024-04-03T04:18:02.356Z++ cd ./tools
4202024-04-03T04:18:02.356Z++ pwd
4212024-04-03T04:18:02.356Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4222024-04-03T04:18:02.356Z++ basename ./tools/ci_download_maghemite_openapi
4232024-04-03T04:18:02.356Z+ ARG0=ci_download_maghemite_openapi
4242024-04-03T04:18:02.356Z+ TARGET_DIR=out
4252024-04-03T04:18:02.356Z+ DOWNLOAD_DIR=out/downloads
4262024-04-03T04:18:02.359Z+ source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version
4272024-04-03T04:18:02.359Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4282024-04-03T04:18:02.360Z++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4292024-04-03T04:18:02.360Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4302024-04-03T04:18:02.360Z+ LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4312024-04-03T04:18:02.360Z+ main
4322024-04-03T04:18:02.360Z+ rm -rf out/downloads/root
4332024-04-03T04:18:02.360Z+ [[ 0 != 0 ]]
4342024-04-03T04:18:02.360Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json'
4352024-04-03T04:18:02.360ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4362024-04-03T04:18:02.360Z+ echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4372024-04-03T04:18:02.360Z+ local DO_DOWNLOAD=true
4382024-04-03T04:18:02.360ZLocal file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4392024-04-03T04:18:02.360Z+ [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4402024-04-03T04:18:02.360Z+ mkdir -p out/downloads
4412024-04-03T04:18:02.363Z+ '[' true == true ']'
4422024-04-03T04:18:02.364Z+ echo Downloading...
4432024-04-03T04:18:02.364ZDownloading...
4442024-04-03T04:18:02.364Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4452024-04-03T04:18:02.364Z+ curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json
4462024-04-03T04:18:02.599Z++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4472024-04-03T04:18:02.599Z++ case "$OSTYPE" in
4482024-04-03T04:18:02.602Z++ SHA=sha256sum
4492024-04-03T04:18:02.602Z++ sha256sum
4502024-04-03T04:18:02.602Z++ awk '{print $1}'
4512024-04-03T04:18:02.608Z+ calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7
4522024-04-03T04:18:02.608Z+ [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]]
4532024-04-03T04:18:02.608Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
4542024-04-03T04:18:02.608Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
4552024-04-03T04:18:02.608Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4562024-04-03T04:18:02.608Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4572024-04-03T04:18:02.608Z+ LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4582024-04-03T04:18:02.608Z+ main
4592024-04-03T04:18:02.609Z+ rm -rf out/downloads/root
4602024-04-03T04:18:02.609Z+ [[ 0 != 0 ]]
4612024-04-03T04:18:02.609Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json'
4622024-04-03T04:18:02.609ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4632024-04-03T04:18:02.609ZLocal file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4642024-04-03T04:18:02.609Z+ echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json'
4652024-04-03T04:18:02.609Z+ local DO_DOWNLOAD=true
4662024-04-03T04:18:02.609Z+ [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]]
4672024-04-03T04:18:02.609Z+ mkdir -p out/downloads
4682024-04-03T04:18:02.612Z+ '[' true == true ']'
4692024-04-03T04:18:02.612Z+ echo Downloading...
4702024-04-03T04:18:02.613ZDownloading...
4712024-04-03T04:18:02.613Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4722024-04-03T04:18:02.613Z+ curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json
4732024-04-03T04:18:02.713Z++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json
4742024-04-03T04:18:02.716Z++ case "$OSTYPE" in
4752024-04-03T04:18:02.716Z++ SHA=sha256sum
4762024-04-03T04:18:02.716Z++ sha256sum
4772024-04-03T04:18:02.716Z++ awk '{print $1}'
4782024-04-03T04:18:02.719Z+ calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
4792024-04-03T04:18:02.719Z+ [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]]
4802024-04-03T04:18:02.728Z+ set -o errexit
4812024-04-03T04:18:02.732Z+++ dirname ./tools/ci_download_dendrite_openapi
4822024-04-03T04:18:02.732Z++ cd ./tools
4832024-04-03T04:18:02.732Z++ pwd
4842024-04-03T04:18:02.732Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
4852024-04-03T04:18:02.736Z++ basename ./tools/ci_download_dendrite_openapi
4862024-04-03T04:18:02.736Z+ ARG0=ci_download_dendrite_openapi
4872024-04-03T04:18:02.736Z+ TARGET_DIR=out
4882024-04-03T04:18:02.736Z+ DOWNLOAD_DIR=out/downloads
4892024-04-03T04:18:02.736Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
4902024-04-03T04:18:02.736Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
4912024-04-03T04:18:02.736Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
4922024-04-03T04:18:02.736Z+ URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4932024-04-03T04:18:02.736Z+ LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
4942024-04-03T04:18:02.736Z+ main
4952024-04-03T04:18:02.736Z+ [[ 0 != 0 ]]
4962024-04-03T04:18:02.736Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json'
4972024-04-03T04:18:02.737ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
4982024-04-03T04:18:02.737Z+ echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json'
4992024-04-03T04:18:02.737Z+ local DO_DOWNLOAD=true
5002024-04-03T04:18:02.737ZLocal file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5012024-04-03T04:18:02.737Z+ [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]]
5022024-04-03T04:18:02.737Z+ mkdir -p out/downloads
5032024-04-03T04:18:02.737Z+ '[' true == true ']'
5042024-04-03T04:18:02.737Z+ echo Downloading...
5052024-04-03T04:18:02.737ZDownloading...
5062024-04-03T04:18:02.737Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5072024-04-03T04:18:02.737Z+ curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json
5082024-04-03T04:18:02.850Z++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json
5092024-04-03T04:18:02.850Z++ case "$OSTYPE" in
5102024-04-03T04:18:02.855Z++ SHA=sha256sum
5112024-04-03T04:18:02.855Z++ sha256sum
5122024-04-03T04:18:02.855Z++ awk '{print $1}'
5132024-04-03T04:18:02.860Z+ calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5142024-04-03T04:18:02.861Z+ [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]]
5152024-04-03T04:18:02.864Z+ set -o errexit
5162024-04-03T04:18:02.869Z+++ dirname ./tools/ci_download_dendrite_stub
5172024-04-03T04:18:02.869Z++ cd ./tools
5182024-04-03T04:18:02.869Z++ pwd
5192024-04-03T04:18:02.877Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5202024-04-03T04:18:02.877Z++ basename ./tools/ci_download_dendrite_stub
5212024-04-03T04:18:02.877Z+ ARG0=ci_download_dendrite_stub
5222024-04-03T04:18:02.877Z+ source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums
5232024-04-03T04:18:02.877Z++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5242024-04-03T04:18:02.877Z++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a
5252024-04-03T04:18:02.877Z++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b
5262024-04-03T04:18:02.877Z+ source /work/oxidecomputer/omicron/tools/dendrite_openapi_version
5272024-04-03T04:18:02.877Z++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690
5282024-04-03T04:18:02.877Z++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae
5292024-04-03T04:18:02.877Z+ TARGET_DIR=out
5302024-04-03T04:18:02.877Z+ DOWNLOAD_DIR=out/downloads
5312024-04-03T04:18:02.877Z+ DEST_DIR=./out/dendrite-stub
5322024-04-03T04:18:02.877Z+ BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin
5332024-04-03T04:18:02.878Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5342024-04-03T04:18:02.878Z+ REPO=oxidecomputer/dendrite
5352024-04-03T04:18:02.878Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690
5362024-04-03T04:18:02.878Z+ main
5372024-04-03T04:18:02.878Z+ [[ 0 != 0 ]]
5382024-04-03T04:18:02.878Z+ CIDL_OS=solaris2.11
5392024-04-03T04:18:02.878Z+ [[ 0 != 0 ]]
5402024-04-03T04:18:02.878Z+ configure_os solaris2.11
5412024-04-03T04:18:02.878Z+ echo 'current directory: /work/oxidecomputer/omicron'
5422024-04-03T04:18:02.878Z+ echo 'configuring based on OS: "solaris2.11"'
5432024-04-03T04:18:02.878Zcurrent directory: /work/oxidecomputer/omicron
5442024-04-03T04:18:02.878Zconfiguring based on OS: "solaris2.11"
5452024-04-03T04:18:02.878Z+ case "$1" in
5462024-04-03T04:18:02.878Z+ SET_BINARIES=
5472024-04-03T04:18:02.878Z+ CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5482024-04-03T04:18:02.878Z+ CIDL_SHA256FUNC=do_sha256sum
5492024-04-03T04:18:02.878Z+ TARBALL_FILENAME=dendrite-stub.tar.gz
5502024-04-03T04:18:02.878Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5512024-04-03T04:18:02.878Z+ TARBALL_FILE=out/downloads/dendrite-stub.tar.gz
5522024-04-03T04:18:02.879Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz'
5532024-04-03T04:18:02.879ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5542024-04-03T04:18:02.879Z+ echo 'Local file: out/downloads/dendrite-stub.tar.gz'
5552024-04-03T04:18:02.879Z+ mkdir -p out/downloads
5562024-04-03T04:18:02.879ZLocal file: out/downloads/dendrite-stub.tar.gz
5572024-04-03T04:18:02.879Z+ mkdir -p ./out/dendrite-stub
5582024-04-03T04:18:02.885Z+ fetch_and_verify
5592024-04-03T04:18:02.885Z+ local DO_DOWNLOAD=true
5602024-04-03T04:18:02.885Z+ [[ -f out/downloads/dendrite-stub.tar.gz ]]
5612024-04-03T04:18:02.885Z+ '[' true == true ']'
5622024-04-03T04:18:02.885Z+ echo Downloading...
5632024-04-03T04:18:02.885ZDownloading...
5642024-04-03T04:18:02.885Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz
5652024-04-03T04:18:02.885Z+ curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz
5662024-04-03T04:18:09.157Z++ do_sha256sum out/downloads/dendrite-stub.tar.gz
5672024-04-03T04:18:09.163Z++ sha256sum
5682024-04-03T04:18:09.163Z++ awk '{print $1}'
5692024-04-03T04:18:09.186Z+ calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3
5702024-04-03T04:18:09.186Z+ [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]]
5712024-04-03T04:18:09.190Z+ do_untar out/downloads/dendrite-stub.tar.gz
5722024-04-03T04:18:09.190Z+ tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads
5732024-04-03T04:18:09.782Z+ do_assemble
5742024-04-03T04:18:09.782Z+ rm -r ./out/dendrite-stub
5752024-04-03T04:18:09.785Z+ mkdir ./out/dendrite-stub
5762024-04-03T04:18:09.796Z+ cp -r out/downloads/root ./out/dendrite-stub/root
5772024-04-03T04:18:09.872Z+ ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin
5782024-04-03T04:18:09.880Z+ set -o errexit
5792024-04-03T04:18:09.883Z+++ dirname ./tools/ci_download_maghemite_mgd
5802024-04-03T04:18:09.889Z++ cd ./tools
5812024-04-03T04:18:09.889Z++ pwd
5822024-04-03T04:18:09.889Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
5832024-04-03T04:18:09.889Z++ basename ./tools/ci_download_maghemite_mgd
5842024-04-03T04:18:09.889Z+ ARG0=ci_download_maghemite_mgd
5852024-04-03T04:18:09.889Z+ source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums
5862024-04-03T04:18:09.889Z++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
5872024-04-03T04:18:09.889Z++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d
5882024-04-03T04:18:09.889Z+ source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version
5892024-04-03T04:18:09.889Z++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a
5902024-04-03T04:18:09.889Z++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639
5912024-04-03T04:18:09.889Z+ TARGET_DIR=out
5922024-04-03T04:18:09.889Z+ DOWNLOAD_DIR=out/downloads
5932024-04-03T04:18:09.889Z+ DEST_DIR=./out/mgd
5942024-04-03T04:18:09.889Z+ BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin
5952024-04-03T04:18:09.889Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
5962024-04-03T04:18:09.890Z+ REPO=oxidecomputer/maghemite
5972024-04-03T04:18:09.890Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a
5982024-04-03T04:18:09.890Z+ main
5992024-04-03T04:18:09.890Z+ rm -rf out/downloads/root
6002024-04-03T04:18:09.899Z+ [[ 0 != 0 ]]
6012024-04-03T04:18:09.899Z+ CIDL_OS=solaris2.11
6022024-04-03T04:18:09.903Z+ [[ 0 != 0 ]]
6032024-04-03T04:18:09.903Z+ configure_os solaris2.11
6042024-04-03T04:18:09.903Z+ echo 'current directory: /work/oxidecomputer/omicron'
6052024-04-03T04:18:09.903Zcurrent directory: /work/oxidecomputer/omicron
6062024-04-03T04:18:09.903Zconfiguring based on OS: "solaris2.11"
6072024-04-03T04:18:09.903Z+ echo 'configuring based on OS: "solaris2.11"'
6082024-04-03T04:18:09.903Z+ case "$1" in
6092024-04-03T04:18:09.903Z+ SET_BINARIES=
6102024-04-03T04:18:09.903Z+ CIDL_SHA256FUNC=do_sha256sum
6112024-04-03T04:18:09.903Z+ TARBALL_FILENAME=mgd.tar.gz
6122024-04-03T04:18:09.903Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6132024-04-03T04:18:09.903Z+ TARBALL_FILE=out/downloads/mgd.tar.gz
6142024-04-03T04:18:09.903Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz'
6152024-04-03T04:18:09.903ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6162024-04-03T04:18:09.903Z+ echo 'Local file: out/downloads/mgd.tar.gz'
6172024-04-03T04:18:09.903ZLocal file: out/downloads/mgd.tar.gz
6182024-04-03T04:18:09.903Z+ mkdir -p out/downloads
6192024-04-03T04:18:09.903Z+ mkdir -p ./out/mgd
6202024-04-03T04:18:09.903Z+ fetch_and_verify
6212024-04-03T04:18:09.904Z+ local DO_DOWNLOAD=true
6222024-04-03T04:18:09.904Z+ [[ -f out/downloads/mgd.tar.gz ]]
6232024-04-03T04:18:09.904Z+ '[' true == true ']'
6242024-04-03T04:18:09.904Z+ echo Downloading...
6252024-04-03T04:18:09.904ZDownloading...
6262024-04-03T04:18:09.904Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz
6272024-04-03T04:18:09.904Z+ curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz
6282024-04-03T04:18:19.793Z++ do_sha256sum out/downloads/mgd.tar.gz
6292024-04-03T04:18:19.799Z++ sha256sum
6302024-04-03T04:18:19.799Z++ awk '{print $1}'
6312024-04-03T04:18:19.818Z+ calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6
6322024-04-03T04:18:19.821Z+ [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]]
6332024-04-03T04:18:19.821Z+ do_untar out/downloads/mgd.tar.gz
6342024-04-03T04:18:19.821Z+ tar xzf out/downloads/mgd.tar.gz -C out/downloads
6352024-04-03T04:18:20.423Z+ do_assemble
6362024-04-03T04:18:20.424Z+ rm -r ./out/mgd
6372024-04-03T04:18:20.435Z+ mkdir ./out/mgd
6382024-04-03T04:18:20.435Z+ cp -r out/downloads/root ./out/mgd/root
6392024-04-03T04:18:20.511Z+ set -o errexit
6402024-04-03T04:18:20.518Z+++ dirname ./tools/ci_download_transceiver_control
6412024-04-03T04:18:20.522Z++ cd ./tools
6422024-04-03T04:18:20.522Z++ pwd
6432024-04-03T04:18:20.522Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
6442024-04-03T04:18:20.522Z++ basename ./tools/ci_download_transceiver_control
6452024-04-03T04:18:20.522Z+ ARG0=ci_download_transceiver_control
6462024-04-03T04:18:20.522Z+ source /work/oxidecomputer/omicron/tools/transceiver_control_version
6472024-04-03T04:18:20.522Z++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6482024-04-03T04:18:20.522Z++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6492024-04-03T04:18:20.523Z+ TARGET_DIR=out
6502024-04-03T04:18:20.523Z+ DOWNLOAD_DIR=out/downloads
6512024-04-03T04:18:20.523Z+ DEST_DIR=./out/transceiver-control
6522024-04-03T04:18:20.523Z+ BIN_DIR=/opt/oxide/bin
6532024-04-03T04:18:20.523Z+ BINARY=xcvradm
6542024-04-03T04:18:20.523Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
6552024-04-03T04:18:20.523Z+ REPO=oxidecomputer/transceiver-control
6562024-04-03T04:18:20.523Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a
6572024-04-03T04:18:20.523Z+ main
6582024-04-03T04:18:20.523Z+ [[ 0 != 0 ]]
6592024-04-03T04:18:20.523Z+ CIDL_OS=solaris2.11
6602024-04-03T04:18:20.523Z+ [[ 0 != 0 ]]
6612024-04-03T04:18:20.523Z+ configure_os solaris2.11
6622024-04-03T04:18:20.523Z+ echo 'current directory: /work/oxidecomputer/omicron'
6632024-04-03T04:18:20.523Zcurrent directory: /work/oxidecomputer/omicron
6642024-04-03T04:18:20.524Z+ echo 'configuring based on OS: "solaris2.11"'
6652024-04-03T04:18:20.524Z+ case "$1" in
6662024-04-03T04:18:20.524Z+ SET_BINARIES=
6672024-04-03T04:18:20.524Zconfiguring based on OS: "solaris2.11"
6682024-04-03T04:18:20.524Z+ CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6692024-04-03T04:18:20.524Z+ CIDL_SHA256FUNC=do_sha256sum
6702024-04-03T04:18:20.524Z+ ARCHIVE_FILENAME=xcvradm.gz
6712024-04-03T04:18:20.524Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6722024-04-03T04:18:20.524Z+ ARCHIVE_FILE=out/downloads/xcvradm.gz
6732024-04-03T04:18:20.524Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz'
6742024-04-03T04:18:20.524Z+ echo 'Local file: out/downloads/xcvradm.gz'
6752024-04-03T04:18:20.524ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz
6762024-04-03T04:18:20.524ZLocal file: out/downloads/xcvradm.gz
6772024-04-03T04:18:20.524Z+ mkdir -p out/downloads
6782024-04-03T04:18:20.524Z+ mkdir -p ./out/transceiver-control
6792024-04-03T04:18:20.527Z+ fetch_and_verify
6802024-04-03T04:18:20.528Z+ local DO_DOWNLOAD=true
6812024-04-03T04:18:20.528Z+ [[ -f out/downloads/xcvradm.gz ]]
6822024-04-03T04:18:20.528Z+ '[' true == true ']'
6832024-04-03T04:18:20.528Z+ echo Downloading...
6842024-04-03T04:18:20.528ZDownloading...
6852024-04-03T04:18:20.528Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz
6862024-04-03T04:18:20.528Z+ 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
6872024-04-03T04:18:22.589Z++ do_sha256sum out/downloads/xcvradm.gz
6882024-04-03T04:18:22.592Z++ sha256sum
6892024-04-03T04:18:22.592Z++ awk '{print $1}'
6902024-04-03T04:18:22.598Z+ calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1
6912024-04-03T04:18:22.601Z+ [[ 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 ]]
6922024-04-03T04:18:22.601Z+ do_unpack out/downloads/xcvradm.gz
6932024-04-03T04:18:22.601Z+ mkdir -p out/downloads/root//opt/oxide/bin
6942024-04-03T04:18:22.601Z+ gzip -dc out/downloads/xcvradm.gz
6952024-04-03T04:18:22.723Z+ chmod +x out/downloads/root//opt/oxide/bin/xcvradm
6962024-04-03T04:18:22.726Z+ do_assemble
6972024-04-03T04:18:22.726Z+ rm -r ./out/transceiver-control
6982024-04-03T04:18:22.729Z+ mkdir ./out/transceiver-control
6992024-04-03T04:18:22.729Z+ cp -r out/downloads/root ./out/transceiver-control/root
7002024-04-03T04:18:22.835Z+ set -o errexit
7012024-04-03T04:18:22.838Z+++ dirname ./tools/ci_download_thundermuffin
7022024-04-03T04:18:22.838Z++ cd ./tools
7032024-04-03T04:18:22.838Z++ pwd
7042024-04-03T04:18:22.841Z+ SOURCE_DIR=/work/oxidecomputer/omicron/tools
7052024-04-03T04:18:22.841Z++ basename ./tools/ci_download_thundermuffin
7062024-04-03T04:18:22.841Z+ ARG0=ci_download_thundermuffin
7072024-04-03T04:18:22.841Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_checksums
7082024-04-03T04:18:22.845Z++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7092024-04-03T04:18:22.845Z+ source /work/oxidecomputer/omicron/tools/thundermuffin_version
7102024-04-03T04:18:22.845Z++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13
7112024-04-03T04:18:22.845Z+ TARGET_DIR=out
7122024-04-03T04:18:22.845Z+ DOWNLOAD_DIR=out/downloads
7132024-04-03T04:18:22.845Z+ DEST_DIR=./out/thundermuffin
7142024-04-03T04:18:22.845Z+ BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin
7152024-04-03T04:18:22.845Z+ ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file
7162024-04-03T04:18:22.845Z+ REPO=oxidecomputer/thundermuffin
7172024-04-03T04:18:22.845Z+ PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13
7182024-04-03T04:18:22.845Z+ main
7192024-04-03T04:18:22.845Z+ rm -rf out/downloads/root
7202024-04-03T04:18:22.852Z+ [[ 0 != 0 ]]
7212024-04-03T04:18:22.852Z+ CIDL_OS=solaris2.11
7222024-04-03T04:18:22.856Z+ [[ 0 != 0 ]]
7232024-04-03T04:18:22.856Z+ configure_os solaris2.11
7242024-04-03T04:18:22.856Z+ echo 'current directory: /work/oxidecomputer/omicron'
7252024-04-03T04:18:22.856Zcurrent directory: /work/oxidecomputer/omicron
7262024-04-03T04:18:22.856Z+ echo 'configuring based on OS: "solaris2.11"'
7272024-04-03T04:18:22.856Z+ case "$1" in
7282024-04-03T04:18:22.856Zconfiguring based on OS: "solaris2.11"
7292024-04-03T04:18:22.856Z+ SET_BINARIES=
7302024-04-03T04:18:22.856Z+ CIDL_SHA256FUNC=do_sha256sum
7312024-04-03T04:18:22.856Z+ TARBALL_FILENAME=thundermuffin.tar.gz
7322024-04-03T04:18:22.857Z+ PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7332024-04-03T04:18:22.857Z+ TARBALL_FILE=out/downloads/thundermuffin.tar.gz
7342024-04-03T04:18:22.857Z+ echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz'
7352024-04-03T04:18:22.857ZURL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7362024-04-03T04:18:22.857ZLocal file: out/downloads/thundermuffin.tar.gz
7372024-04-03T04:18:22.857Z+ echo 'Local file: out/downloads/thundermuffin.tar.gz'
7382024-04-03T04:18:22.857Z+ mkdir -p out/downloads
7392024-04-03T04:18:22.857Z+ mkdir -p ./out/thundermuffin
7402024-04-03T04:18:22.857Z+ fetch_and_verify
7412024-04-03T04:18:22.857Z+ local DO_DOWNLOAD=true
7422024-04-03T04:18:22.857Z+ [[ -f out/downloads/thundermuffin.tar.gz ]]
7432024-04-03T04:18:22.857Z+ '[' true == true ']'
7442024-04-03T04:18:22.857Z+ echo Downloading...
7452024-04-03T04:18:22.857ZDownloading...
7462024-04-03T04:18:22.857Z+ do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz
7472024-04-03T04:18:22.857Z+ curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz
7482024-04-03T04:18:23.553Z++ do_sha256sum out/downloads/thundermuffin.tar.gz
7492024-04-03T04:18:23.580Z++ sha256sum
7502024-04-03T04:18:23.580Z++ awk '{print $1}'
7512024-04-03T04:18:23.580Z+ calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa
7522024-04-03T04:18:23.580Z+ [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]]
7532024-04-03T04:18:23.580Z+ do_untar out/downloads/thundermuffin.tar.gz
7542024-04-03T04:18:23.580Z+ tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads
7552024-04-03T04:18:23.619Z+ do_assemble
7562024-04-03T04:18:23.619Z+ rm -r ./out/thundermuffin
7572024-04-03T04:18:23.629Z+ mkdir ./out/thundermuffin
7582024-04-03T04:18:23.629Z+ cp -r out/downloads/root ./out/thundermuffin/root
7592024-04-03T04:18:23.640ZAll prerequisites installed successfully
7602024-04-03T04:18:23.640Z
7612024-04-03T04:18:23.640Zreal 1:38.115951338
7622024-04-03T04:18:23.640Zuser 37.819851524
7632024-04-03T04:18:23.640Zsys 7.058077643
7642024-04-03T04:18:23.640Ztrap 0.009422947
7652024-04-03T04:18:23.641Ztflt 0.147158594
7662024-04-03T04:18:23.641Zdflt 0.394847242
7672024-04-03T04:18:23.641Zkflt 0.140106806
7682024-04-03T04:18:23.641Zlock 1.024242941
7692024-04-03T04:18:23.641Zslp 3:11.516826261
7702024-04-03T04:18:23.641Zlat 1.924661416
7712024-04-03T04:18:23.642Zstop 0.144461176
7722024-04-03T04:18:23.642Z+ banner end-to-end-tests
7732024-04-03T04:18:23.642Z
7742024-04-03T04:18:23.642Z ###### # # ##### ##### #### ###### # # #####
7752024-04-03T04:18:23.642Z # ## # # # # # # # ## # # #
7762024-04-03T04:18:23.643Z ##### # # # # # ##### # # # ##### ##### # # # # #
7772024-04-03T04:18:23.643Z # # # # # # # # # # # # # # #
7782024-04-03T04:18:23.643Z # # ## # # # # # # # ## # #
7792024-04-03T04:18:23.643Z ###### # # ##### # #### ###### # # #####
7802024-04-03T04:18:23.643Z
7812024-04-03T04:18:23.663Z+ export CARGO_PROFILE_DEV_DEBUG=1
7822024-04-03T04:18:23.664Z+ CARGO_PROFILE_DEV_DEBUG=1
7832024-04-03T04:18:23.664Z+ export CARGO_PROFILE_TEST_DEBUG=1
7842024-04-03T04:18:23.664Z+ CARGO_PROFILE_TEST_DEBUG=1
7852024-04-03T04:18:23.664Z+ export CARGO_INCREMENTAL=0
7862024-04-03T04:18:23.664Z+ CARGO_INCREMENTAL=0
7872024-04-03T04:18:23.665Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
7882024-04-03T04:18:23.856Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
7892024-04-03T04:18:24.808Z Updating git repository `https://github.com/oxidecomputer/samael`
7902024-04-03T04:18:25.782Z Updating git repository `https://github.com/oxidecomputer/zone`
7912024-04-03T04:18:26.599Z Updating crates.io index
7922024-04-03T04:18:26.605Z Updating git repository `https://github.com/oxidecomputer/dropshot`
7932024-04-03T04:18:28.664Z Updating git repository `https://github.com/oxidecomputer/maghemite`
7942024-04-03T04:18:30.099Z Updating git repository `https://github.com/oxidecomputer/progenitor`
7952024-04-03T04:18:34.207Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
7962024-04-03T04:18:34.995Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
7972024-04-03T04:18:35.700Z Updating git repository `https://github.com/oxidecomputer/propolis`
7982024-04-03T04:18:38.751Z Updating git repository `https://github.com/oxidecomputer/crucible`
7992024-04-03T04:18:43.957Z Updating git repository `https://github.com/oxidecomputer/opte`
8002024-04-03T04:18:46.522Z Updating git repository `https://github.com/oxidecomputer/falcon`
8012024-04-03T04:18:50.694Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
8022024-04-03T04:18:51.565Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8032024-04-03T04:18:52.976Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
8042024-04-03T04:18:53.849Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
8052024-04-03T04:18:54.597Z Updating git repository `http://github.com/oxidecomputer/sprockets`
8062024-04-03T04:18:56.140Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
8072024-04-03T04:18:56.610Z Updating git repository `http://github.com/oxidecomputer/tofino`
8082024-04-03T04:18:57.461Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8092024-04-03T04:18:58.130Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
8102024-04-03T04:18:58.836Z Updating git repository `https://github.com/oxidecomputer/libnvme`
8112024-04-03T04:18:59.601Z Updating git repository `https://github.com/oxidecomputer/ispf`
8122024-04-03T04:19:00.447Z Updating git repository `https://github.com/oxidecomputer/poptrie`
8132024-04-03T04:19:01.142Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
8142024-04-03T04:19:03.241Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
8152024-04-03T04:19:04.239Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
8162024-04-03T04:19:04.919Z Updating git repository `https://github.com/jgallagher/nix`
8172024-04-03T04:19:09.297Z Updating git repository `https://github.com/cbiffle/hubpack`
8182024-04-03T04:19:10.079Z Updating git repository `https://github.com/oxidecomputer/typify`
8192024-04-03T04:19:13.483Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8202024-04-03T04:19:14.972Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8212024-04-03T04:19:15.733Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8222024-04-03T04:19:17.261Z Updating git repository `https://github.com/oxidecomputer/rfb`
8232024-04-03T04:19:19.185Z Downloading crates ...
8242024-04-03T04:19:19.299Z Downloaded allocator-api2 v0.2.16
8252024-04-03T04:19:19.799Z Downloaded anstyle-query v1.0.0
8262024-04-03T04:19:19.799Z Downloaded addr2line v0.21.0
8272024-04-03T04:19:19.799Z Downloaded ipnet v2.9.0
8282024-04-03T04:19:19.799Z Downloaded aes v0.8.3
8292024-04-03T04:19:19.799Z Downloaded lru-cache v0.1.2
8302024-04-03T04:19:19.800Z Downloaded iana-time-zone v0.1.57
8312024-04-03T04:19:19.800Z Downloaded lock_api v0.4.10
8322024-04-03T04:19:19.800Z Downloaded arc-swap v1.6.0
8332024-04-03T04:19:19.800Z Downloaded instant v0.1.12
8342024-04-03T04:19:19.800Z Downloaded anstyle v1.0.6
8352024-04-03T04:19:19.800Z Downloaded ident_case v1.0.1
8362024-04-03T04:19:19.800Z Downloaded defmt-parser v0.3.3
8372024-04-03T04:19:19.801Z Downloaded adler v1.0.2
8382024-04-03T04:19:19.801Z Downloaded ipnetwork v0.20.0
8392024-04-03T04:19:19.801Z Downloaded anyhow v1.0.79
8402024-04-03T04:19:19.801Z Downloaded aes-gcm v0.10.3
8412024-04-03T04:19:19.801Z Downloaded lalrpop-util v0.19.12
8422024-04-03T04:19:19.801Z Downloaded internet-checksum v0.2.1
8432024-04-03T04:19:19.801Z Downloaded lazy_static v1.4.0
8442024-04-03T04:19:19.801Z Downloaded indexmap v1.9.3
8452024-04-03T04:19:19.802Z Downloaded linear-map v1.2.0
8462024-04-03T04:19:19.802Z Downloaded ansi_term v0.12.1
8472024-04-03T04:19:19.802Z Downloaded keccak v0.1.4
8482024-04-03T04:19:19.802Z Downloaded ahash v0.8.8
8492024-04-03T04:19:19.802Z Downloaded argon2 v0.5.3
8502024-04-03T04:19:19.802Z Downloaded anstyle-parse v0.2.1
8512024-04-03T04:19:19.802Z Downloaded libefi-sys v0.1.0
8522024-04-03T04:19:19.803Z Downloaded itoa v1.0.9
8532024-04-03T04:19:19.803Z Downloaded hyper-tls v0.5.0
8542024-04-03T04:19:19.803Z Downloaded atty v0.2.14
8552024-04-03T04:19:19.803Z Downloaded blowfish v0.9.1
8562024-04-03T04:19:19.803Z Downloaded md5 v0.7.0
8572024-04-03T04:19:19.803Z Downloaded linked-hash-map v0.5.6
8582024-04-03T04:19:19.803Z Downloaded itertools v0.12.1
8592024-04-03T04:19:19.803Z Downloaded miniz_oxide v0.7.1
8602024-04-03T04:19:19.803Z Downloaded macaddr v1.0.1
8612024-04-03T04:19:19.803Z Downloaded kstat-rs v0.2.3
8622024-04-03T04:19:19.803Z Downloaded matches v0.1.10
8632024-04-03T04:19:19.804Z Downloaded log v0.4.21
8642024-04-03T04:19:19.804Z Downloaded newline-converter v0.3.0
8652024-04-03T04:19:19.804Z Downloaded match_cfg v0.1.0
8662024-04-03T04:19:19.804Z Downloaded indexmap v2.2.5
8672024-04-03T04:19:19.804Z Downloaded new_debug_unreachable v1.0.4
8682024-04-03T04:19:19.804Z Downloaded base64 v0.21.7
8692024-04-03T04:19:19.804Z Downloaded num_enum_derive v0.5.11
8702024-04-03T04:19:19.804Z Downloaded mime v0.3.17
8712024-04-03T04:19:19.804Z Downloaded num_cpus v1.16.0
8722024-04-03T04:19:19.805Z Downloaded num_threads v0.1.6
8732024-04-03T04:19:19.805Z Downloaded data-encoding v2.4.0
8742024-04-03T04:19:19.805Z Downloaded aho-corasick v1.1.2
8752024-04-03T04:19:19.805Z Downloaded num v0.4.1
8762024-04-03T04:19:19.805Z Downloaded num-complex v0.4.4
8772024-04-03T04:19:19.805Z Downloaded native-tls v0.2.11
8782024-04-03T04:19:19.805Z Downloaded openssl-probe v0.1.5
8792024-04-03T04:19:19.805Z Downloaded num-derive v0.4.0
8802024-04-03T04:19:19.806Z Downloaded openssl-macros v0.1.1
8812024-04-03T04:19:19.806Z Downloaded opaque-debug v0.3.0
8822024-04-03T04:19:19.806Z Downloaded async-stream-impl v0.3.5
8832024-04-03T04:19:19.806Z Downloaded num-conv v0.1.0
8842024-04-03T04:19:19.806Z Downloaded normalize-line-endings v0.3.0
8852024-04-03T04:19:19.806Z Downloaded bstr v1.9.0
8862024-04-03T04:19:19.806Z Downloaded once_cell v1.19.0
8872024-04-03T04:19:19.806Z Downloaded nibble_vec v0.1.0
8882024-04-03T04:19:19.806Z Downloaded atomicwrites v0.4.3
8892024-04-03T04:19:19.807Z Downloaded multer v3.0.0
8902024-04-03T04:19:19.807Z Downloaded itertools v0.10.5
8912024-04-03T04:19:19.807Z Downloaded option-ext v0.2.0
8922024-04-03T04:19:19.807Z Downloaded num_enum v0.5.11
8932024-04-03T04:19:19.807Z Downloaded bitstruct v0.1.1
8942024-04-03T04:19:19.807Z Downloaded newtype-uuid v1.0.1
8952024-04-03T04:19:19.807Z Downloaded nanorand v0.7.0
8962024-04-03T04:19:19.807Z Downloaded ctr v0.9.2
8972024-04-03T04:19:19.807Z Downloaded omicron-zone-package v0.11.0
8982024-04-03T04:19:19.807Z Downloaded pbkdf2 v0.12.2
8992024-04-03T04:19:19.807Z Downloaded defmt-macros v0.3.6
9002024-04-03T04:19:19.807Z Downloaded headers-core v0.2.0
9012024-04-03T04:19:19.807Z Downloaded debug-ignore v1.0.5
9022024-04-03T04:19:19.807Z Downloaded crypto-common v0.1.6
9032024-04-03T04:19:19.807Z Downloaded convert_case v0.4.0
9042024-04-03T04:19:19.807Z Downloaded fnv v1.0.7
9052024-04-03T04:19:19.807Z Downloaded hubpack_derive v0.1.1
9062024-04-03T04:19:19.808Z Downloaded bitflags v1.3.2
9072024-04-03T04:19:19.808Z Downloaded colored v2.1.0
9082024-04-03T04:19:19.808Z Downloaded pest_generator v2.7.6
9092024-04-03T04:19:19.808Z Downloaded slog-scope v4.4.0
9102024-04-03T04:19:19.808Z Downloaded percent-encoding v2.3.1
9112024-04-03T04:19:19.808Z Downloaded pem v3.0.2
9122024-04-03T04:19:19.808Z Downloaded peg-runtime v0.8.2
9132024-04-03T04:19:19.808Z Downloaded portpicker v0.1.1
9142024-04-03T04:19:19.808Z Downloaded parking_lot v0.11.2
9152024-04-03T04:19:19.808Z Downloaded strsim v0.10.0
9162024-04-03T04:19:19.808Z Downloaded pbkdf2 v0.11.0
9172024-04-03T04:19:19.808Z Downloaded usdt-macro v0.5.0
9182024-04-03T04:19:19.808Z Downloaded cookie v0.17.0
9192024-04-03T04:19:19.808Z Downloaded byteorder v1.5.0
9202024-04-03T04:19:19.809Z Downloaded atomic-waker v1.1.1
9212024-04-03T04:19:19.809Z Downloaded russh-cryptovec v0.7.0
9222024-04-03T04:19:19.809Z Downloaded walkdir v2.4.0
9232024-04-03T04:19:19.809Z Downloaded strum v0.26.1
9242024-04-03T04:19:19.809Z Downloaded clap_derive v4.5.0
9252024-04-03T04:19:19.839Z Downloaded precomputed-hash v0.1.1
9262024-04-03T04:19:19.839Z Downloaded pem-rfc7468 v0.7.0
9272024-04-03T04:19:19.839Z Downloaded num-traits v0.2.18
9282024-04-03T04:19:19.839Z Downloaded chacha20 v0.9.1
9292024-04-03T04:19:19.839Z Downloaded float-cmp v0.9.0
9302024-04-03T04:19:19.839Z Downloaded dof v0.3.0
9312024-04-03T04:19:19.840Z Downloaded dof v0.1.5
9322024-04-03T04:19:19.840Z Downloaded minimal-lexical v0.2.1
9332024-04-03T04:19:19.840Z Downloaded humantime v2.1.0
9342024-04-03T04:19:19.840Z Downloaded hubpack v0.1.2
9352024-04-03T04:19:19.840Z Downloaded parking_lot_core v0.8.6
9362024-04-03T04:19:19.840Z Downloaded flagset v0.4.3
9372024-04-03T04:19:19.840Z Downloaded pest_derive v2.7.6
9382024-04-03T04:19:19.840Z Downloaded toml_datetime v0.6.5
9392024-04-03T04:19:19.840Z Downloaded async-trait v0.1.77
9402024-04-03T04:19:19.840Z Downloaded predicates v3.1.0
9412024-04-03T04:19:19.840Z Downloaded crossbeam-deque v0.8.3
9422024-04-03T04:19:19.840Z Downloaded base64ct v1.6.0
9432024-04-03T04:19:19.841Z Downloaded rand_core v0.6.4
9442024-04-03T04:19:19.841Z Downloaded tower-service v0.3.2
9452024-04-03T04:19:19.841Z Downloaded cbc v0.1.2
9462024-04-03T04:19:19.841Z Downloaded strum_macros v0.26.1
9472024-04-03T04:19:19.841Z Downloaded rustversion v1.0.14
9482024-04-03T04:19:19.841Z Downloaded parking_lot v0.12.1
9492024-04-03T04:19:19.841Z Downloaded untrusted v0.9.0
9502024-04-03T04:19:19.842Z Downloaded usdt-attr-macro v0.3.5
9512024-04-03T04:19:19.842Z Downloaded secrecy v0.8.0
9522024-04-03T04:19:19.842Z Downloaded dirs-sys-next v0.1.2
9532024-04-03T04:19:19.842Z Downloaded yasna v0.5.2
9542024-04-03T04:19:19.842Z Downloaded fixedbitset v0.4.2
9552024-04-03T04:19:19.842Z Downloaded semver v0.1.20
9562024-04-03T04:19:19.842Z Downloaded bytecount v0.6.3
9572024-04-03T04:19:19.842Z Downloaded darling v0.20.3
9582024-04-03T04:19:19.843Z Downloaded tokio-tungstenite v0.21.0
9592024-04-03T04:19:19.843Z Downloaded slog-stdlog v4.1.1
9602024-04-03T04:19:19.843Z Downloaded equivalent v1.0.1
9612024-04-03T04:19:19.843Z Downloaded thiserror-no-std v2.0.2
9622024-04-03T04:19:19.843Z Downloaded phf_shared v0.10.0
9632024-04-03T04:19:19.843Z Downloaded papergrid v0.11.0
9642024-04-03T04:19:19.844Z Downloaded tar v0.4.40
9652024-04-03T04:19:19.844Z Downloaded defmt v0.3.5
9662024-04-03T04:19:19.844Z Downloaded tracing-attributes v0.1.27
9672024-04-03T04:19:19.844Z Downloaded crossbeam-epoch v0.9.18
9682024-04-03T04:19:19.844Z Downloaded const-oid v0.9.6
9692024-04-03T04:19:19.844Z Downloaded version_check v0.9.4
9702024-04-03T04:19:19.844Z Downloaded thiserror-impl-no-std v2.0.2
9712024-04-03T04:19:19.845Z Downloaded darling_core v0.20.3
9722024-04-03T04:19:19.845Z Downloaded dhcproto-macros v0.1.0
9732024-04-03T04:19:19.845Z Downloaded usdt-macro v0.3.5
9742024-04-03T04:19:19.845Z Downloaded tokio-native-tls v0.3.1
9752024-04-03T04:19:19.845Z Downloaded semver v1.0.22
9762024-04-03T04:19:19.845Z Downloaded futures-executor v0.3.30
9772024-04-03T04:19:19.846Z Downloaded dirs-next v2.0.0
9782024-04-03T04:19:19.846Z Downloaded smf v0.2.2
9792024-04-03T04:19:19.846Z Downloaded blake2 v0.10.6
9802024-04-03T04:19:19.846Z Downloaded futures-channel v0.3.30
9812024-04-03T04:19:19.846Z Downloaded futures-io v0.3.30
9822024-04-03T04:19:19.846Z Downloaded swrite v0.1.0
9832024-04-03T04:19:19.847Z Downloaded futures-core v0.3.30
9842024-04-03T04:19:19.847Z Downloaded slog-json v2.6.1
9852024-04-03T04:19:19.847Z Downloaded pin-utils v0.1.0
9862024-04-03T04:19:19.847Z Downloaded rustc_version v0.4.0
9872024-04-03T04:19:19.847Z Downloaded rfc6979 v0.4.0
9882024-04-03T04:19:19.847Z Downloaded pretty-hex v0.4.1
9892024-04-03T04:19:19.847Z Downloaded phf_shared v0.11.2
9902024-04-03T04:19:19.848Z Downloaded hash32 v0.3.1
9912024-04-03T04:19:19.848Z Downloaded erased-serde v0.3.31
9922024-04-03T04:19:19.848Z Downloaded openssl-sys v0.9.96
9932024-04-03T04:19:19.848Z Downloaded httpdate v1.0.3
9942024-04-03T04:19:19.848Z Downloaded hostname v0.3.1
9952024-04-03T04:19:19.848Z Downloaded proc-macro2 v1.0.78
9962024-04-03T04:19:19.848Z Downloaded untrusted v0.7.1
9972024-04-03T04:19:19.849Z Downloaded thiserror v1.0.57
9982024-04-03T04:19:19.849Z Downloaded ryu v1.0.15
9992024-04-03T04:19:19.849Z Downloaded tokio-rustls v0.25.0
10002024-04-03T04:19:19.849Z Downloaded spki v0.7.2
10012024-04-03T04:19:19.849Z Downloaded socket2 v0.4.9
10022024-04-03T04:19:19.849Z Downloaded time-core v0.1.2
10032024-04-03T04:19:19.849Z Downloaded terminal_size v0.3.0
10042024-04-03T04:19:19.849Z Downloaded diesel_table_macro_syntax v0.1.0
10052024-04-03T04:19:19.849Z Downloaded foreign-types-shared v0.1.1
10062024-04-03T04:19:19.850Z Downloaded futures-task v0.3.30
10072024-04-03T04:19:19.850Z Downloaded pin-project-lite v0.2.13
10082024-04-03T04:19:19.850Z Downloaded static_assertions v1.1.0
10092024-04-03T04:19:19.850Z Downloaded foreign-types-shared v0.3.1
10102024-04-03T04:19:19.850Z Downloaded foreign-types-macros v0.2.3
10112024-04-03T04:19:19.851Z Downloaded hyper-staticfile v0.9.5
10122024-04-03T04:19:19.851Z Downloaded whoami v1.5.0
10132024-04-03T04:19:19.851Z Downloaded diesel_derives v2.1.2
10142024-04-03T04:19:19.851Z Downloaded http-range v0.1.5
10152024-04-03T04:19:19.851Z Downloaded group v0.13.0
10162024-04-03T04:19:19.851Z Downloaded usdt-impl v0.5.0
10172024-04-03T04:19:19.851Z Downloaded rayon-core v1.12.1
10182024-04-03T04:19:19.852Z Downloaded scopeguard v1.2.0
10192024-04-03T04:19:19.852Z Downloaded rand_chacha v0.3.1
10202024-04-03T04:19:19.852Z Downloaded strsim v0.8.0
10212024-04-03T04:19:19.852Z Downloaded httparse v1.8.0
10222024-04-03T04:19:19.852Z Downloaded signature v2.1.0
10232024-04-03T04:19:19.852Z Downloaded signal-hook-registry v1.4.1
10242024-04-03T04:19:19.852Z Downloaded tinyvec_macros v0.1.1
10252024-04-03T04:19:19.867Z Downloaded zeroize v1.7.0
10262024-04-03T04:19:19.868Z Downloaded futures v0.3.30
10272024-04-03T04:19:19.868Z Downloaded strsim v0.11.0
10282024-04-03T04:19:19.868Z Downloaded want v0.3.1
10292024-04-03T04:19:19.869Z Downloaded env_logger v0.9.3
10302024-04-03T04:19:19.869Z Downloaded headers v0.3.9
10312024-04-03T04:19:19.869Z Downloaded xattr v1.0.1
10322024-04-03T04:19:19.869Z Downloaded termcolor v1.2.0
10332024-04-03T04:19:19.870Z Downloaded proc-macro-crate v1.3.1
10342024-04-03T04:19:19.870Z Downloaded tokio-stream v0.1.14
10352024-04-03T04:19:19.870Z Downloaded filetime v0.2.23
10362024-04-03T04:19:19.871Z Downloaded serde_derive v1.0.197
10372024-04-03T04:19:19.871Z Downloaded schemars v0.8.16
10382024-04-03T04:19:19.872Z Downloaded psl-types v2.0.11
10392024-04-03T04:19:19.872Z Downloaded time-macros v0.2.17
10402024-04-03T04:19:19.872Z Downloaded zerocopy v0.6.4
10412024-04-03T04:19:19.873Z Downloaded elliptic-curve v0.13.8
10422024-04-03T04:19:19.873Z Downloaded endian-type v0.1.2
10432024-04-03T04:19:19.873Z Downloaded dtrace-parser v0.2.0
10442024-04-03T04:19:19.873Z Downloaded sha1 v0.10.6
10452024-04-03T04:19:19.874Z Downloaded heapless v0.7.16
10462024-04-03T04:19:19.874Z Downloaded getopts v0.2.21
10472024-04-03T04:19:19.874Z Downloaded proc-macro-error v1.0.4
10482024-04-03T04:19:19.874Z Downloaded sync_wrapper v0.1.2
10492024-04-03T04:19:19.875Z Downloaded quote v1.0.35
10502024-04-03T04:19:19.875Z Downloaded crossbeam-channel v0.5.8
10512024-04-03T04:19:19.876Z Downloaded proc-macro-error-attr v1.0.4
10522024-04-03T04:19:19.876Z Downloaded tracing v0.1.40
10532024-04-03T04:19:19.876Z Downloaded futures-macro v0.3.30
10542024-04-03T04:19:19.877Z Downloaded zone_cfg_derive v0.1.2
10552024-04-03T04:19:19.877Z Downloaded usdt-attr-macro v0.5.0
10562024-04-03T04:19:19.877Z Downloaded embedded-io v0.4.0
10572024-04-03T04:19:19.877Z Downloaded slog-envlogger v2.2.0
10582024-04-03T04:19:19.878Z Downloaded thread_local v1.1.7
10592024-04-03T04:19:19.884Z Downloaded waitgroup v0.1.2
10602024-04-03T04:19:19.884Z Downloaded serde_with_macros v3.6.1
10612024-04-03T04:19:19.885Z Downloaded slab v0.4.9
10622024-04-03T04:19:19.885Z Downloaded siphasher v0.3.11
10632024-04-03T04:19:19.886Z Downloaded signal-hook-mio v0.2.3
10642024-04-03T04:19:19.886Z Downloaded tabled_derive v0.7.0
10652024-04-03T04:19:19.886Z Downloaded serde_repr v0.1.16
10662024-04-03T04:19:19.887Z Downloaded hash32 v0.2.1
10672024-04-03T04:19:19.887Z Downloaded ecdsa v0.16.9
10682024-04-03T04:19:19.887Z Downloaded scroll v0.12.0
10692024-04-03T04:19:19.888Z Downloaded nom v7.1.3
10702024-04-03T04:19:19.888Z Downloaded ppv-lite86 v0.2.17
10712024-04-03T04:19:19.888Z Downloaded powerfmt v0.2.0
10722024-04-03T04:19:19.888Z Downloaded heck v0.4.1
10732024-04-03T04:19:19.889Z Downloaded scroll_derive v0.12.0
10742024-04-03T04:19:19.889Z Downloaded difflib v0.4.0
10752024-04-03T04:19:19.889Z Downloaded deranged v0.3.11
10762024-04-03T04:19:19.890Z Downloaded heck v0.3.3
10772024-04-03T04:19:19.890Z Downloaded scheduled-thread-pool v0.2.7
10782024-04-03T04:19:19.890Z Downloaded postgres-protocol v0.6.6
10792024-04-03T04:19:19.891Z Downloaded half v2.3.1
10802024-04-03T04:19:19.891Z Downloaded structopt-derive v0.4.18
10812024-04-03T04:19:19.891Z Downloaded sha2 v0.10.8
10822024-04-03T04:19:19.892Z Downloaded base64 v0.22.0
10832024-04-03T04:19:19.892Z Downloaded home v0.5.5
10842024-04-03T04:19:19.892Z Downloaded synstructure v0.12.6
10852024-04-03T04:19:19.893Z Downloaded russh-keys v0.42.0
10862024-04-03T04:19:19.893Z Downloaded crypto-bigint v0.5.2
10872024-04-03T04:19:19.893Z Downloaded rcgen v0.12.1
10882024-04-03T04:19:19.894Z Downloaded zeroize_derive v1.4.2
10892024-04-03T04:19:19.894Z Downloaded p521 v0.13.3
10902024-04-03T04:19:19.894Z Downloaded serde_urlencoded v0.7.1
10912024-04-03T04:19:19.895Z Downloaded uuid v0.8.2
10922024-04-03T04:19:19.895Z Downloaded hex v0.4.3
10932024-04-03T04:19:19.895Z Downloaded fxhash v0.2.1
10942024-04-03T04:19:19.895Z Downloaded tabwriter v1.4.0
10952024-04-03T04:19:19.896Z Downloaded subtle v2.5.0
10962024-04-03T04:19:19.896Z Downloaded try-lock v0.2.4
10972024-04-03T04:19:19.896Z Downloaded toolchain_find v0.2.0
10982024-04-03T04:19:19.896Z Downloaded quick-error v1.2.3
10992024-04-03T04:19:19.897Z Downloaded toml v0.7.8
11002024-04-03T04:19:19.897Z Downloaded structmeta-derive v0.3.0
11012024-04-03T04:19:19.897Z Downloaded http-body v0.4.5
11022024-04-03T04:19:19.897Z Downloaded toml v0.8.12
11032024-04-03T04:19:19.898Z Downloaded ghash v0.5.0
11042024-04-03T04:19:19.898Z Downloaded universal-hash v0.5.1
11052024-04-03T04:19:19.898Z Downloaded subprocess v0.2.9
11062024-04-03T04:19:19.898Z Downloaded predicates-core v1.0.6
11072024-04-03T04:19:19.899Z Downloaded plain v0.2.3
11082024-04-03T04:19:19.899Z Downloaded serde_tokenstream v0.1.7
11092024-04-03T04:19:19.932Z Downloaded r2d2 v0.8.10
11102024-04-03T04:19:19.932Z Downloaded primeorder v0.13.6
11112024-04-03T04:19:19.932Z Downloaded futures-sink v0.3.30
11122024-04-03T04:19:19.932Z Downloaded unicode-xid v0.2.4
11132024-04-03T04:19:19.932Z Downloaded rustls-pemfile v2.1.1
11142024-04-03T04:19:19.932Z Downloaded socket2 v0.5.5
11152024-04-03T04:19:19.933Z Downloaded serde_spanned v0.6.5
11162024-04-03T04:19:19.933Z Downloaded sct v0.7.0
11172024-04-03T04:19:19.933Z Downloaded usdt v0.3.5
11182024-04-03T04:19:19.933Z Downloaded gethostname v0.4.3
11192024-04-03T04:19:19.933Z Downloaded form_urlencoded v1.2.1
11202024-04-03T04:19:19.933Z Downloaded fastrand v2.0.1
11212024-04-03T04:19:19.933Z Downloaded usdt v0.5.0
11222024-04-03T04:19:19.934Z Downloaded postgres-types v0.2.6
11232024-04-03T04:19:19.934Z Downloaded structmeta v0.3.0
11242024-04-03T04:19:19.934Z Downloaded slog-async v2.8.0
11252024-04-03T04:19:19.934Z Downloaded resolv-conf v0.7.0
11262024-04-03T04:19:19.934Z Downloaded rand_chacha v0.2.2
11272024-04-03T04:19:19.934Z Downloaded hashbrown v0.12.3
11282024-04-03T04:19:19.935Z Downloaded topological-sort v0.2.2
11292024-04-03T04:19:19.935Z Downloaded serde_tokenstream v0.2.0
11302024-04-03T04:19:19.935Z Downloaded getrandom v0.2.12
11312024-04-03T04:19:19.935Z Downloaded unicode-bidi v0.3.15
11322024-04-03T04:19:19.935Z Downloaded vsss-rs v3.3.4
11332024-04-03T04:19:19.935Z Downloaded pkcs8 v0.10.2
11342024-04-03T04:19:19.935Z Downloaded ron v0.7.1
11352024-04-03T04:19:19.935Z Downloaded crossterm v0.27.0
11362024-04-03T04:19:20.363Z Downloaded usdt-impl v0.3.5
11372024-04-03T04:19:20.363Z Downloaded uuid v1.7.0
11382024-04-03T04:19:20.363Z Downloaded structopt v0.3.26
11392024-04-03T04:19:20.363Z Downloaded hmac v0.12.1
11402024-04-03T04:19:20.363Z Downloaded rustls-pemfile v1.0.3
11412024-04-03T04:19:20.363Z Downloaded trust-dns-resolver v0.22.0
11422024-04-03T04:19:20.363Z Downloaded derive_more v0.99.17
11432024-04-03T04:19:20.363Z Downloaded http v1.0.0
11442024-04-03T04:19:20.364Z Downloaded heapless v0.8.0
11452024-04-03T04:19:20.826Z Downloaded trust-dns-client v0.22.0
11462024-04-03T04:19:20.826Z Downloaded publicsuffix v2.2.3
11472024-04-03T04:19:20.826Z Downloaded postcard v1.0.8
11482024-04-03T04:19:20.826Z Downloaded serde_yaml v0.9.25
11492024-04-03T04:19:20.826Z Downloaded toml_edit v0.19.15
11502024-04-03T04:19:20.826Z Downloaded tungstenite v0.20.1
11512024-04-03T04:19:20.826Z Downloaded regex-automata v0.1.10
11522024-04-03T04:19:20.826Z Downloaded hashbrown v0.14.3
11532024-04-03T04:19:20.826Z Downloaded ucd-trie v0.1.6
11542024-04-03T04:19:20.826Z Downloaded goblin v0.8.0
11552024-04-03T04:19:20.826Z Downloaded ed25519-dalek v2.0.0
11562024-04-03T04:19:20.827Z Downloaded idna v0.2.3
11572024-04-03T04:19:20.827Z Downloaded russh v0.42.0
11582024-04-03T04:19:20.827Z Downloaded der v0.7.8
11592024-04-03T04:19:20.827Z Downloaded serde_json v1.0.114
11602024-04-03T04:19:20.827Z Downloaded tungstenite v0.21.0
11612024-04-03T04:19:20.827Z Downloaded http v0.2.12
11622024-04-03T04:19:20.827Z Downloaded unicode-segmentation v1.10.1
11632024-04-03T04:19:20.827Z Downloaded zerocopy v0.7.32
11642024-04-03T04:19:20.827Z Downloaded rand v0.8.5
11652024-04-03T04:19:20.827Z Downloaded unicode-normalization v0.1.22
11662024-04-03T04:19:20.827Z Downloaded futures-util v0.3.30
11672024-04-03T04:19:20.827Z Downloaded winnow v0.6.1
11682024-04-03T04:19:20.827Z Downloaded serde_with v3.6.1
11692024-04-03T04:19:20.827Z Downloaded rand v0.7.3
11702024-04-03T04:19:20.827Z Downloaded h2 v0.3.24
11712024-04-03T04:19:20.827Z Downloaded chrono v0.4.34
11722024-04-03T04:19:20.827Z Downloaded winnow v0.5.15
11732024-04-03T04:19:20.827Z Downloaded hkdf v0.12.4
11742024-04-03T04:19:20.827Z Downloaded rustls-webpki v0.102.1
11752024-04-03T04:19:20.827Z Downloaded vcpkg v0.2.15
11762024-04-03T04:19:20.827Z Downloaded tabled v0.15.0
11772024-04-03T04:19:20.827Z Downloaded regex v1.10.3
11782024-04-03T04:19:20.828Z Downloaded gimli v0.28.0
11792024-04-03T04:19:20.828Z Downloaded webpki-roots v0.25.2
11802024-04-03T04:19:20.828Z Downloaded trust-dns-proto v0.22.0
11812024-04-03T04:19:20.828Z Downloaded rustls v0.21.9
11822024-04-03T04:19:20.828Z Downloaded smoltcp v0.11.0
11832024-04-03T04:19:20.828Z Downloaded openapiv3 v2.0.0
11842024-04-03T04:19:20.828Z Downloaded syn v2.0.52
11852024-04-03T04:19:20.828Z Downloaded zerocopy-derive v0.2.0
11862024-04-03T04:19:20.828Z Downloaded regress v0.9.0
11872024-04-03T04:19:20.828Z Downloaded bzip2-sys v0.1.11+1.0.8
11882024-04-03T04:19:20.828Z Downloaded rustls v0.22.2
11892024-04-03T04:19:20.828Z Downloaded sha3 v0.10.8
11902024-04-03T04:19:20.828Z Downloaded rustix v0.38.31
11912024-04-03T04:19:20.828Z Downloaded regex-syntax v0.8.2
11922024-04-03T04:19:20.828Z Downloaded diesel v2.1.5
11932024-04-03T04:19:20.828Z Downloaded sled v0.34.7
11942024-04-03T04:19:20.828Z Downloaded zerocopy-derive v0.6.4
11952024-04-03T04:19:20.828Z Downloaded regex-automata v0.4.5
11962024-04-03T04:19:20.828Z Downloaded libc v0.2.153
11972024-04-03T04:19:20.829Z Downloaded bstr v0.2.17
11982024-04-03T04:19:20.829Z Downloaded curve25519-dalek v4.1.1
11992024-04-03T04:19:20.829Z Downloaded syn v1.0.109
12002024-04-03T04:19:20.829Z Downloaded tokio v1.36.0
12012024-04-03T04:19:20.829Z Downloaded radix_trie v0.2.1
12022024-04-03T04:19:20.829Z Downloaded smoltcp v0.9.1
12032024-04-03T04:19:20.829Z Downloaded openssl v0.10.60
12042024-04-03T04:19:20.829Z Downloaded hyper v0.14.28
12052024-04-03T04:19:20.829Z Downloaded object v0.32.1
12062024-04-03T04:19:20.829Z Downloaded rustls-webpki v0.101.7
12072024-04-03T04:19:20.829Z Downloaded winapi v0.3.9
12082024-04-03T04:19:20.829Z Downloaded reqwest v0.11.24
12092024-04-03T04:19:20.829Z Downloaded encoding_rs v0.8.33
12102024-04-03T04:19:20.829Z Downloaded petgraph v0.6.4
12112024-04-03T04:19:20.829Z Downloaded clap v2.34.0
12122024-04-03T04:19:20.829Z Downloaded clap_builder v4.5.1
12132024-04-03T04:19:20.829Z Downloaded idna v0.5.0
12142024-04-03T04:19:20.829Z Downloaded rayon v1.9.0
12152024-04-03T04:19:20.829Z Downloaded toml_edit v0.22.9
12162024-04-03T04:19:20.829Z Downloaded ring v0.16.20
12172024-04-03T04:19:20.830Z Downloaded blake3 v1.5.0
12182024-04-03T04:19:20.830Z Downloaded zip v0.6.6
12192024-04-03T04:19:20.830Z Downloaded steno v0.4.0
12202024-04-03T04:19:20.830Z Downloaded unsafe-libyaml v0.2.10
12212024-04-03T04:19:20.830Z Downloaded unicode-ident v1.0.12
12222024-04-03T04:19:20.830Z Downloaded time v0.3.34
12232024-04-03T04:19:20.834Z Downloaded typenum v1.16.0
12242024-04-03T04:19:20.834Z Downloaded trust-dns-server v0.22.1
12252024-04-03T04:19:20.839Z Downloaded expectorate v1.1.0
12262024-04-03T04:19:20.850Z Downloaded serde v1.0.197
12272024-04-03T04:19:20.851Z Downloaded generic-array v0.14.7
12282024-04-03T04:19:20.851Z Downloaded tinyvec v1.6.0
12292024-04-03T04:19:20.854Z Downloaded rustls-pki-types v1.3.0
12302024-04-03T04:19:20.854Z Downloaded der_derive v0.7.2
12312024-04-03T04:19:20.854Z Downloaded tokio-util v0.7.10
12322024-04-03T04:19:20.861Z Downloaded pest v2.7.6
12332024-04-03T04:19:20.865Z Downloaded slog-dtrace v0.3.0
12342024-04-03T04:19:20.868Z Downloaded slog-bunyan v2.5.0
12352024-04-03T04:19:20.868Z Downloaded hex-literal v0.4.1
12362024-04-03T04:19:20.871Z Downloaded rustc-demangle v0.1.23
12372024-04-03T04:19:20.871Z Downloaded ring v0.17.8
12382024-04-03T04:19:20.946Z Downloaded polyval v0.6.1
12392024-04-03T04:19:20.950Z Downloaded same-file v1.0.6
12402024-04-03T04:19:20.950Z Downloaded tokio-postgres v0.7.10
12412024-04-03T04:19:20.954Z Downloaded idna v0.3.0
12422024-04-03T04:19:20.960Z Downloaded glob v0.3.1
12432024-04-03T04:19:20.964Z Downloaded schemars_derive v0.8.16
12442024-04-03T04:19:20.964Z Downloaded fallible-iterator v0.2.0
12452024-04-03T04:19:20.968Z Downloaded either v1.10.0
12462024-04-03T04:19:20.968Z Downloaded dyn-clone v1.0.17
12472024-04-03T04:19:20.968Z Downloaded unicase v2.7.0
12482024-04-03T04:19:20.977Z Downloaded dtrace-parser v0.1.14
12492024-04-03T04:19:20.977Z Downloaded rustc_version v0.1.7
12502024-04-03T04:19:20.977Z Downloaded dhcproto v0.11.0
12512024-04-03T04:19:20.977Z Downloaded url v2.5.0
12522024-04-03T04:19:20.992Z Downloaded backtrace v0.3.69
12532024-04-03T04:19:20.992Z Downloaded ff v0.13.0
12542024-04-03T04:19:20.992Z Downloaded ed25519 v2.2.2
12552024-04-03T04:19:20.992Z Downloaded utf8parse v0.2.1
12562024-04-03T04:19:20.993Z Downloaded poly1305 v0.8.0
12572024-04-03T04:19:21.000Z Downloaded foreign-types v0.5.0
12582024-04-03T04:19:21.000Z Downloaded thread-id v4.2.0
12592024-04-03T04:19:21.000Z Downloaded thiserror-impl v1.0.57
12602024-04-03T04:19:21.000Z Downloaded stringprep v0.1.3
12612024-04-03T04:19:21.000Z Downloaded string_cache v0.8.7
12622024-04-03T04:19:21.000Z Downloaded hyper-rustls v0.24.2
12632024-04-03T04:19:21.000Z Downloaded cc v1.0.83
12642024-04-03T04:19:21.000Z Downloaded flate2 v1.0.28
12652024-04-03T04:19:21.012Z Downloaded zerocopy-derive v0.7.32
12662024-04-03T04:19:21.012Z Downloaded pretty-hex v0.2.1
12672024-04-03T04:19:21.024Z Downloaded serde_derive_internals v0.26.0
12682024-04-03T04:19:21.024Z Downloaded toml v0.5.11
12692024-04-03T04:19:21.024Z Downloaded slog v2.7.0
12702024-04-03T04:19:21.024Z Downloaded base64 v0.13.1
12712024-04-03T04:19:21.024Z Downloaded stable_deref_trait v1.2.0
12722024-04-03T04:19:21.024Z Downloaded p256 v0.13.2
12732024-04-03T04:19:21.027Z Downloaded enum-as-inner v0.5.1
12742024-04-03T04:19:21.027Z Downloaded semver-parser v0.10.2
12752024-04-03T04:19:21.027Z Downloaded foreign-types v0.3.2
12762024-04-03T04:19:21.028Z Downloaded derive-where v1.2.7
12772024-04-03T04:19:21.028Z Downloaded tokio-rustls v0.24.1
12782024-04-03T04:19:21.032Z Downloaded flume v0.11.0
12792024-04-03T04:19:21.035Z Downloaded signal-hook v0.3.17
12802024-04-03T04:19:21.035Z Downloaded clap v4.5.1
12812024-04-03T04:19:21.046Z Downloaded bzip2 v0.4.4
12822024-04-03T04:19:21.066Z Downloaded textwrap v0.11.0
12832024-04-03T04:19:21.066Z Downloaded serde_path_to_error v0.1.16
12842024-04-03T04:19:21.066Z Downloaded serde_arrays v0.1.0
12852024-04-03T04:19:21.067Z Downloaded vec_map v0.8.2
12862024-04-03T04:19:21.067Z Downloaded term v0.7.0
12872024-04-03T04:19:21.083Z Downloaded similar v2.4.0
12882024-04-03T04:19:21.083Z Downloaded num-bigint v0.4.4
12892024-04-03T04:19:21.083Z Downloaded mio v0.8.11
12902024-04-03T04:19:21.084Z Downloaded crossbeam-utils v0.8.19
12912024-04-03T04:19:21.084Z Downloaded bytes v1.5.0
12922024-04-03T04:19:21.084Z Downloaded tracing-core v0.1.32
12932024-04-03T04:19:21.097Z Downloaded errno v0.3.8
12942024-04-03T04:19:21.097Z Downloaded dirs v5.0.1
12952024-04-03T04:19:21.097Z Downloaded digest v0.10.7
12962024-04-03T04:19:21.097Z Downloaded phf v0.11.2
12972024-04-03T04:19:21.097Z Downloaded smallvec v1.13.1
12982024-04-03T04:19:21.098Z Downloaded slog-term v2.9.0
12992024-04-03T04:19:21.098Z Downloaded semver v0.11.0
13002024-04-03T04:19:21.098Z Downloaded sec1 v0.7.3
13012024-04-03T04:19:21.098Z Downloaded cancel-safe-futures v0.1.5
13022024-04-03T04:19:21.098Z Downloaded bitflags v2.4.2
13032024-04-03T04:19:21.106Z Downloaded spin v0.9.8
13042024-04-03T04:19:21.106Z Downloaded rustfmt-wrapper v0.2.0
13052024-04-03T04:19:21.106Z Downloaded rand_core v0.5.1
13062024-04-03T04:19:21.107Z Downloaded getrandom v0.1.16
13072024-04-03T04:19:21.107Z Downloaded pest_meta v2.7.6
13082024-04-03T04:19:21.107Z Downloaded owo-colors v4.0.0
13092024-04-03T04:19:21.118Z Downloaded ciborium v0.2.2
13102024-04-03T04:19:21.118Z Downloaded pkg-config v0.3.27
13112024-04-03T04:19:21.119Z Downloaded dirs-sys v0.4.1
13122024-04-03T04:19:21.119Z Downloaded strum_macros v0.25.2
13132024-04-03T04:19:21.124Z Downloaded cookie_store v0.20.0
13142024-04-03T04:19:21.124Z Downloaded ciborium-ll v0.2.2
13152024-04-03T04:19:21.124Z Downloaded sigpipe v0.1.3
13162024-04-03T04:19:21.124Z Downloaded memchr v2.7.1
13172024-04-03T04:19:21.124Z Downloaded crc32fast v1.3.2
13182024-04-03T04:19:21.125Z Downloaded utf-8 v0.7.6
13192024-04-03T04:19:21.130Z Downloaded unicode-width v0.1.11
13202024-04-03T04:19:21.130Z Downloaded tokio-tungstenite v0.20.1
13212024-04-03T04:19:21.130Z Downloaded tempfile v3.10.0
13222024-04-03T04:19:21.130Z Downloaded ascii v1.1.0
13232024-04-03T04:19:21.136Z Downloaded arrayvec v0.7.4
13242024-04-03T04:19:21.136Z Downloaded console v0.15.8
13252024-04-03T04:19:21.136Z Downloaded camino v1.1.6
13262024-04-03T04:19:21.142Z Downloaded base16ct v0.2.0
13272024-04-03T04:19:21.142Z Downloaded zone v0.1.8
13282024-04-03T04:19:21.142Z Downloaded clap_lex v0.7.0
13292024-04-03T04:19:21.142Z Downloaded cfg-if v1.0.0
13302024-04-03T04:19:21.142Z Downloaded camino-tempfile v1.1.1
13312024-04-03T04:19:21.148Z Downloaded arrayref v0.3.7
13322024-04-03T04:19:21.148Z Downloaded backoff v0.4.0
13332024-04-03T04:19:21.148Z Downloaded tokio-macros v2.2.0
13342024-04-03T04:19:21.148Z Downloaded take_mut v0.2.2
13352024-04-03T04:19:21.148Z Downloaded spin v0.5.2
13362024-04-03T04:19:21.149Z Downloaded password-hash v0.5.0
13372024-04-03T04:19:21.155Z Downloaded parking_lot_core v0.9.8
13382024-04-03T04:19:21.155Z Downloaded num-rational v0.4.1
13392024-04-03T04:19:21.155Z Downloaded paste v1.0.14
13402024-04-03T04:19:21.164Z Downloaded parse-display-derive v0.9.0
13412024-04-03T04:19:21.164Z Downloaded num-integer v0.1.46
13422024-04-03T04:19:21.164Z Downloaded constant_time_eq v0.3.0
13432024-04-03T04:19:21.164Z Downloaded cipher v0.4.4
13442024-04-03T04:19:21.164Z Downloaded block-padding v0.3.3
13452024-04-03T04:19:21.172Z Downloaded display-error-chain v0.2.0
13462024-04-03T04:19:21.172Z Downloaded zerocopy v0.3.0
13472024-04-03T04:19:21.172Z Downloaded password-hash v0.4.2
13482024-04-03T04:19:21.172Z Downloaded parse-display v0.9.0
13492024-04-03T04:19:21.172Z Downloaded async-stream v0.3.5
13502024-04-03T04:19:21.172Z Downloaded mime_guess v2.0.4
13512024-04-03T04:19:21.172Z Downloaded cpufeatures v0.2.12
13522024-04-03T04:19:21.172Z Downloaded ciborium-io v0.2.2
13532024-04-03T04:19:21.173Z Downloaded num-iter v0.1.44
13542024-04-03T04:19:21.173Z Downloaded cobs v0.2.3
13552024-04-03T04:19:21.180Z Downloaded cstr-argument v0.1.2
13562024-04-03T04:19:21.180Z Downloaded bit-vec v0.6.3
13572024-04-03T04:19:21.180Z Downloaded autocfg v1.1.0
13582024-04-03T04:19:21.180Z Downloaded bcrypt-pbkdf v0.10.0
13592024-04-03T04:19:21.180Z Downloaded memmap v0.7.0
13602024-04-03T04:19:21.180Z Downloaded md-5 v0.10.5
13612024-04-03T04:19:21.180Z Downloaded colorchoice v1.0.0
13622024-04-03T04:19:21.180Z Downloaded bitstruct_derive v0.1.0
13632024-04-03T04:19:21.186Z Downloaded newtype_derive v0.1.6
13642024-04-03T04:19:21.186Z Downloaded bit-set v0.5.3
13652024-04-03T04:19:21.186Z Downloaded managed v0.8.0
13662024-04-03T04:19:21.186Z Downloaded libm v0.2.7
13672024-04-03T04:19:21.194Z Downloaded crucible-workspace-hack v0.1.0
13682024-04-03T04:19:21.194Z Downloaded memmap2 v0.7.1
13692024-04-03T04:19:21.194Z Downloaded anstream v0.6.11
13702024-04-03T04:19:21.202Z Downloaded libsw v3.3.1
13712024-04-03T04:19:21.202Z Downloaded inout v0.1.3
13722024-04-03T04:19:21.203Z Downloaded block-buffer v0.10.4
13732024-04-03T04:19:21.203Z Downloaded darling_macro v0.20.3
13742024-04-03T04:19:21.203Z Downloaded curve25519-dalek-derive v0.1.0
13752024-04-03T04:19:21.203Z Downloaded chacha20poly1305 v0.10.1
13762024-04-03T04:19:21.211Z Downloaded aead v0.5.2
13772024-04-03T04:19:24.424Z Downloaded platforms v3.0.2
13782024-04-03T04:19:24.876Z Compiling proc-macro2 v1.0.78
13792024-04-03T04:19:24.876Z Compiling unicode-ident v1.0.12
13802024-04-03T04:19:24.895Z Compiling libc v0.2.153
13812024-04-03T04:19:24.895Z Compiling serde v1.0.197
13822024-04-03T04:19:24.895Z Compiling version_check v0.9.4
13832024-04-03T04:19:24.895Z Compiling cfg-if v1.0.0
13842024-04-03T04:19:24.917Z Compiling autocfg v1.1.0
13852024-04-03T04:19:25.086Z Compiling syn v1.0.109
13862024-04-03T04:19:25.100Z Compiling thiserror v1.0.57
13872024-04-03T04:19:25.140Z Compiling once_cell v1.19.0
13882024-04-03T04:19:25.560Z Compiling typenum v1.16.0
13892024-04-03T04:19:25.763Z Compiling parking_lot_core v0.9.8
13902024-04-03T04:19:26.258Z Compiling lock_api v0.4.10
13912024-04-03T04:19:26.261Z Compiling generic-array v0.14.7
13922024-04-03T04:19:26.261Z Compiling memchr v2.7.1
13932024-04-03T04:19:26.261Z Compiling byteorder v1.5.0
13942024-04-03T04:19:26.261Z Compiling libm v0.2.7
13952024-04-03T04:19:26.472Z Compiling serde_json v1.0.114
13962024-04-03T04:19:26.553Z Compiling num-traits v0.2.18
13972024-04-03T04:19:26.576Z Compiling ahash v0.8.8
13982024-04-03T04:19:26.833Z Compiling log v0.4.21
13992024-04-03T04:19:26.861Z Compiling itoa v1.0.9
14002024-04-03T04:19:27.088Z Compiling quote v1.0.35
14012024-04-03T04:19:27.383Z Compiling getrandom v0.2.12
14022024-04-03T04:19:27.429Z Compiling cc v1.0.83
14032024-04-03T04:19:27.709Z Compiling syn v2.0.52
14042024-04-03T04:19:27.882Z Compiling rand_core v0.6.4
14052024-04-03T04:19:27.956Z Compiling scopeguard v1.2.0
14062024-04-03T04:19:28.015Z Compiling slab v0.4.9
14072024-04-03T04:19:28.568Z Compiling smallvec v1.13.1
14082024-04-03T04:19:28.596Z Compiling ryu v1.0.15
14092024-04-03T04:19:29.009Z Compiling heck v0.4.1
14102024-04-03T04:19:29.009Z Compiling allocator-api2 v0.2.16
14112024-04-03T04:19:29.009Z Compiling pin-project-lite v0.2.13
14122024-04-03T04:19:29.026Z Compiling subtle v2.5.0
14132024-04-03T04:19:29.373Z Compiling pkg-config v0.3.27
14142024-04-03T04:19:29.566Z Compiling parking_lot v0.12.1
14152024-04-03T04:19:29.758Z Compiling schemars v0.8.16
14162024-04-03T04:19:29.841Z Compiling signal-hook-registry v1.4.1
14172024-04-03T04:19:30.131Z Compiling mio v0.8.11
14182024-04-03T04:19:30.637Z Compiling equivalent v1.0.1
14192024-04-03T04:19:30.760Z Compiling ring v0.17.8
14202024-04-03T04:19:30.783Z Compiling socket2 v0.5.5
14212024-04-03T04:19:30.865Z Compiling num_cpus v1.16.0
14222024-04-03T04:19:31.005Z Compiling time-core v0.1.2
14232024-04-03T04:19:31.385Z Compiling num-conv v0.1.0
14242024-04-03T04:19:31.478Z Compiling time-macros v0.2.17
14252024-04-03T04:19:31.500Z Compiling futures-core v0.3.30
14262024-04-03T04:19:31.801Z Compiling httparse v1.8.0
14272024-04-03T04:19:31.827Z Compiling const-oid v0.9.6
14282024-04-03T04:19:31.970Z Compiling vcpkg v0.2.15
14292024-04-03T04:19:33.168Z Compiling ucd-trie v0.1.6
14302024-04-03T04:19:33.790Z Compiling fnv v1.0.7
14312024-04-03T04:19:33.813Z Compiling futures-sink v0.3.30
14322024-04-03T04:19:33.928Z Compiling spin v0.5.2
14332024-04-03T04:19:33.985Z Compiling ring v0.16.20
14342024-04-03T04:19:34.289Z Compiling futures-channel v0.3.30
14352024-04-03T04:19:34.320Z Compiling openssl-sys v0.9.96
14362024-04-03T04:19:34.624Z Compiling futures-task v0.3.30
14372024-04-03T04:19:34.700Z Compiling pin-utils v0.1.0
14382024-04-03T04:19:35.209Z Compiling serde_derive_internals v0.26.0
14392024-04-03T04:19:35.232Z Compiling futures-io v0.3.30
14402024-04-03T04:19:35.233Z Compiling slog v2.7.0
14412024-04-03T04:19:35.233Z Compiling openssl v0.10.60
14422024-04-03T04:19:35.708Z Compiling async-trait v0.1.77
14432024-04-03T04:19:35.708Z Compiling iana-time-zone v0.1.57
14442024-04-03T04:19:35.708Z Compiling semver v1.0.22
14452024-04-03T04:19:35.708Z Compiling native-tls v0.2.11
14462024-04-03T04:19:35.787Z Compiling rustls v0.21.9
14472024-04-03T04:19:35.936Z Compiling tinyvec_macros v0.1.1
14482024-04-03T04:19:36.034Z Compiling cpufeatures v0.2.12
14492024-04-03T04:19:36.066Z Compiling tinyvec v1.6.0
14502024-04-03T04:19:36.100Z Compiling backtrace v0.3.69
14512024-04-03T04:19:36.138Z Compiling cookie v0.17.0
14522024-04-03T04:19:36.691Z Compiling aho-corasick v1.1.2
14532024-04-03T04:19:36.719Z Compiling uuid v0.8.2
14542024-04-03T04:19:37.342Z Compiling regex-syntax v0.8.2
14552024-04-03T04:19:37.429Z Compiling rustix v0.38.31
14562024-04-03T04:19:37.560Z Compiling unicode-normalization v0.1.22
14572024-04-03T04:19:37.592Z Compiling dyn-clone v1.0.17
14582024-04-03T04:19:37.697Z Compiling unicode-bidi v0.3.15
14592024-04-03T04:19:38.188Z Compiling anyhow v1.0.79
14602024-04-03T04:19:38.675Z Compiling crossbeam-utils v0.8.19
14612024-04-03T04:19:38.692Z Compiling ppv-lite86 v0.2.17
14622024-04-03T04:19:38.913Z Compiling tracing-core v0.1.32
14632024-04-03T04:19:40.128Z Compiling percent-encoding v2.3.1
14642024-04-03T04:19:40.805Z Compiling rand_chacha v0.3.1
14652024-04-03T04:19:41.403Z Compiling regex-automata v0.4.5
14662024-04-03T04:19:42.707Z Compiling serde_derive v1.0.197
14672024-04-03T04:19:42.730Z Compiling zeroize_derive v1.4.2
14682024-04-03T04:19:42.822Z Compiling thiserror-impl v1.0.57
14692024-04-03T04:19:42.960Z Compiling zerocopy-derive v0.7.32
14702024-04-03T04:19:43.315Z Compiling tokio-macros v2.2.0
14712024-04-03T04:19:44.281Z Compiling futures-macro v0.3.30
14722024-04-03T04:19:44.322Z Compiling tracing-attributes v0.1.27
14732024-04-03T04:19:44.446Z Compiling zeroize v1.7.0
14742024-04-03T04:19:45.078Z Compiling schemars_derive v0.8.16
14752024-04-03T04:19:45.533Z Compiling zerocopy v0.7.32
14762024-04-03T04:19:46.347Z Compiling crypto-common v0.1.6
14772024-04-03T04:19:46.563Z Compiling pest v2.7.6
14782024-04-03T04:19:46.686Z Compiling block-buffer v0.10.4
14792024-04-03T04:19:46.978Z Compiling digest v0.10.7
14802024-04-03T04:19:47.460Z Compiling futures-util v0.3.30
14812024-04-03T04:19:47.820Z Compiling hashbrown v0.14.3
14822024-04-03T04:19:48.687Z Compiling openssl-macros v0.1.1
14832024-04-03T04:19:48.804Z Compiling pest_meta v2.7.6
14842024-04-03T04:19:49.297Z Compiling tracing v0.1.40
14852024-04-03T04:19:49.602Z Compiling regex v1.10.3
14862024-04-03T04:19:49.856Z Compiling der_derive v0.7.2
14872024-04-03T04:19:50.821Z Compiling pest_generator v2.7.6
14882024-04-03T04:19:51.221Z Compiling scroll_derive v0.12.0
14892024-04-03T04:19:52.583Z Compiling rand v0.8.5
14902024-04-03T04:19:52.822Z Compiling spin v0.9.8
14912024-04-03T04:19:52.962Z Compiling thread-id v4.2.0
14922024-04-03T04:19:52.992Z Compiling powerfmt v0.2.0
14932024-04-03T04:19:53.069Z Compiling rustversion v1.0.14
14942024-04-03T04:19:53.408Z Compiling deranged v0.3.11
14952024-04-03T04:19:53.853Z Compiling form_urlencoded v1.2.1
14962024-04-03T04:19:53.979Z Compiling pest_derive v2.7.6
14972024-04-03T04:19:54.059Z Compiling num_threads v0.1.6
14982024-04-03T04:19:54.204Z Compiling unicode-width v0.1.11
14992024-04-03T04:19:54.361Z Compiling winnow v0.5.15
15002024-04-03T04:19:55.376Z Compiling lazy_static v1.4.0
15012024-04-03T04:19:55.506Z Compiling time v0.3.34
15022024-04-03T04:19:56.457Z Compiling unicode-xid v0.2.4
15032024-04-03T04:19:56.633Z Compiling synstructure v0.12.6
15042024-04-03T04:19:57.799Z Compiling bytes v1.5.0
15052024-04-03T04:19:58.103Z Compiling indexmap v2.2.5
15062024-04-03T04:19:58.292Z Compiling uuid v1.7.0
15072024-04-03T04:19:59.486Z Compiling chrono v0.4.34
15082024-04-03T04:20:00.125Z Compiling tokio v1.36.0
15092024-04-03T04:20:00.746Z Compiling http v0.2.12
15102024-04-03T04:20:01.578Z Compiling bitflags v2.4.2
15112024-04-03T04:20:03.445Z Compiling toml_datetime v0.6.5
15122024-04-03T04:20:03.601Z Compiling serde_spanned v0.6.5
15132024-04-03T04:20:03.636Z Compiling rustc_version v0.4.0
15142024-04-03T04:20:03.852Z Compiling toml_edit v0.19.15
15152024-04-03T04:20:03.971Z Compiling openapiv3 v2.0.0
15162024-04-03T04:20:04.412Z Compiling serde_tokenstream v0.2.0
15172024-04-03T04:20:05.982Z Compiling idna v0.5.0
15182024-04-03T04:20:06.326Z Compiling usdt-impl v0.5.0
15192024-04-03T04:20:06.930Z Compiling crc32fast v1.3.2
15202024-04-03T04:20:07.240Z Compiling url v2.5.0
15212024-04-03T04:20:07.453Z Compiling zerocopy-derive v0.2.0
15222024-04-03T04:20:07.527Z Compiling scroll v0.12.0
15232024-04-03T04:20:08.419Z Compiling plain v0.2.3
15242024-04-03T04:20:08.596Z Compiling goblin v0.8.0
15252024-04-03T04:20:10.058Z Compiling foreign-types-shared v0.1.1
15262024-04-03T04:20:10.632Z Compiling untrusted v0.9.0
15272024-04-03T04:20:10.817Z Compiling pretty-hex v0.4.1
15282024-04-03T04:20:11.023Z Compiling untrusted v0.7.1
15292024-04-03T04:20:12.182Z Compiling tokio-util v0.7.10
15302024-04-03T04:20:15.375Z Compiling dof v0.3.0
15312024-04-03T04:20:16.295Z Compiling foreign-types v0.3.2
15322024-04-03T04:20:17.780Z Compiling dtrace-parser v0.2.0
15332024-04-03T04:20:17.997Z Compiling errno v0.3.8
15342024-04-03T04:20:18.020Z Compiling usdt-impl v0.3.5
15352024-04-03T04:20:18.237Z Compiling try-lock v0.2.4
15362024-04-03T04:20:18.276Z Compiling base64 v0.21.7
15372024-04-03T04:20:18.526Z Compiling adler v1.0.2
15382024-04-03T04:20:18.635Z Compiling miniz_oxide v0.7.1
15392024-04-03T04:20:19.072Z Compiling want v0.3.1
15402024-04-03T04:20:19.782Z Compiling rustls-webpki v0.101.7
15412024-04-03T04:20:20.254Z Compiling sct v0.7.0
15422024-04-03T04:20:20.273Z Compiling h2 v0.3.24
15432024-04-03T04:20:20.864Z Compiling http-body v0.4.5
15442024-04-03T04:20:21.912Z Compiling num-bigint v0.4.4
15452024-04-03T04:20:22.271Z Compiling httpdate v1.0.3
15462024-04-03T04:20:22.622Z Compiling tower-service v0.3.2
15472024-04-03T04:20:22.772Z Compiling openssl-probe v0.1.5
15482024-04-03T04:20:24.178Z Compiling zerocopy v0.3.0
15492024-04-03T04:20:24.771Z Compiling heapless v0.7.16
15502024-04-03T04:20:24.811Z Compiling idna v0.3.0
15512024-04-03T04:20:25.248Z Compiling bzip2-sys v0.1.11+1.0.8
15522024-04-03T04:20:25.308Z Compiling base64ct v1.6.0
15532024-04-03T04:20:26.543Z Compiling signal-hook v0.3.17
15542024-04-03T04:20:26.614Z Compiling unicode-segmentation v1.10.1
15552024-04-03T04:20:26.743Z Compiling psl-types v2.0.11
15562024-04-03T04:20:26.944Z Compiling publicsuffix v2.2.3
15572024-04-03T04:20:27.227Z Compiling tokio-rustls v0.24.1
15582024-04-03T04:20:27.482Z Compiling tokio-native-tls v0.3.1
15592024-04-03T04:20:27.655Z Compiling hyper v0.14.28
15602024-04-03T04:20:28.401Z Compiling dof v0.1.5
15612024-04-03T04:20:28.736Z Compiling crossbeam-epoch v0.9.18
15622024-04-03T04:20:28.908Z Compiling dtrace-parser v0.1.14
15632024-04-03T04:20:29.323Z Compiling gimli v0.28.0
15642024-04-03T04:20:29.450Z Compiling ipnet v2.9.0
15652024-04-03T04:20:29.722Z Compiling bitflags v1.3.2
15662024-04-03T04:20:30.890Z Compiling cookie_store v0.20.0
15672024-04-03T04:20:32.172Z Compiling rustls-pemfile v1.0.3
15682024-04-03T04:20:32.510Z Compiling serde_urlencoded v0.7.1
15692024-04-03T04:20:32.914Z Compiling serde_tokenstream v0.1.7
15702024-04-03T04:20:33.071Z Compiling enum-as-inner v0.5.1
15712024-04-03T04:20:33.148Z Compiling object v0.32.1
15722024-04-03T04:20:33.494Z Compiling encoding_rs v0.8.33
15732024-04-03T04:20:34.150Z Compiling addr2line v0.21.0
15742024-04-03T04:20:34.841Z Compiling hyper-rustls v0.24.2
15752024-04-03T04:20:35.159Z Compiling hyper-tls v0.5.0
15762024-04-03T04:20:35.189Z Compiling data-encoding v2.4.0
15772024-04-03T04:20:35.232Z Compiling mime v0.3.17
15782024-04-03T04:20:36.001Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15792024-04-03T04:20:37.725Z Compiling sync_wrapper v0.1.2
15802024-04-03T04:20:37.748Z Compiling either v1.10.0
15812024-04-03T04:20:37.862Z Compiling webpki-roots v0.25.2
15822024-04-03T04:20:38.157Z Compiling rustc-demangle v0.1.23
15832024-04-03T04:20:38.196Z Compiling smoltcp v0.9.1
15842024-04-03T04:20:38.477Z Compiling reqwest v0.11.24
15852024-04-03T04:20:40.144Z Compiling pem-rfc7468 v0.7.0
15862024-04-03T04:20:41.020Z Compiling hmac v0.12.1
15872024-04-03T04:20:41.062Z Compiling futures-executor v0.3.30
15882024-04-03T04:20:41.288Z Compiling regress v0.9.0
15892024-04-03T04:20:42.258Z Compiling flagset v0.4.3
15902024-04-03T04:20:42.496Z Compiling siphasher v0.3.11
15912024-04-03T04:20:43.432Z Compiling der v0.7.8
15922024-04-03T04:20:44.886Z Compiling flate2 v1.0.28
15932024-04-03T04:20:45.933Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
15942024-04-03T04:20:46.089Z Compiling usdt-attr-macro v0.3.5
15952024-04-03T04:20:46.646Z Compiling usdt-macro v0.3.5
15962024-04-03T04:20:48.084Z Compiling hubpack_derive v0.1.1
15972024-04-03T04:20:48.405Z Compiling clap_derive v4.5.0
15982024-04-03T04:20:49.188Z Compiling zerocopy-derive v0.6.4
15992024-04-03T04:20:49.549Z Compiling utf8parse v0.2.1
16002024-04-03T04:20:49.635Z Compiling winnow v0.6.1
16012024-04-03T04:20:50.211Z Compiling anstyle v1.0.6
16022024-04-03T04:20:51.422Z Compiling sha2 v0.10.8
16032024-04-03T04:20:52.474Z Compiling anstyle-parse v0.2.1
16042024-04-03T04:20:52.910Z Compiling futures v0.3.30
16052024-04-03T04:20:53.149Z Compiling spki v0.7.2
16062024-04-03T04:20:53.534Z Compiling toml_edit v0.22.9
16072024-04-03T04:20:53.872Z Compiling md-5 v0.10.5
16082024-04-03T04:20:54.142Z Compiling toml v0.7.8
16092024-04-03T04:20:54.464Z Compiling hex v0.4.3
16102024-04-03T04:20:54.496Z Compiling block-padding v0.3.3
16112024-04-03T04:20:54.536Z Compiling stringprep v0.1.3
16122024-04-03T04:20:55.134Z Compiling num-integer v0.1.46
16132024-04-03T04:20:55.594Z Compiling diesel_table_macro_syntax v0.1.0
16142024-04-03T04:20:55.643Z Compiling hash32 v0.2.1
16152024-04-03T04:20:55.878Z Compiling stable_deref_trait v1.2.0
16162024-04-03T04:20:55.964Z Compiling colorchoice v1.0.0
16172024-04-03T04:20:56.011Z Compiling anstyle-query v1.0.0
16182024-04-03T04:20:56.156Z Compiling fallible-iterator v0.2.0
16192024-04-03T04:20:56.449Z Compiling anstream v0.6.11
16202024-04-03T04:20:56.897Z Compiling postgres-protocol v0.6.6
16212024-04-03T04:20:57.667Z Compiling diesel_derives v2.1.2
16222024-04-03T04:20:58.302Z Compiling inout v0.1.3
16232024-04-03T04:20:59.054Z Compiling pkcs8 v0.10.2
16242024-04-03T04:20:59.728Z Compiling phf_shared v0.11.2
16252024-04-03T04:20:59.952Z Compiling terminal_size v0.3.0
16262024-04-03T04:21:00.136Z Compiling ff v0.13.0
16272024-04-03T04:21:00.349Z Compiling strum_macros v0.25.2
16282024-04-03T04:21:00.441Z Compiling serde_repr v0.1.16
16292024-04-03T04:21:00.645Z Compiling scheduled-thread-pool v0.2.7
16302024-04-03T04:21:00.876Z Compiling managed v0.8.0
16312024-04-03T04:21:01.281Z Compiling clap_lex v0.7.0
16322024-04-03T04:21:01.320Z Compiling bit-vec v0.6.3
16332024-04-03T04:21:01.644Z Compiling regex-automata v0.1.10
16342024-04-03T04:21:01.745Z Compiling matches v0.1.10
16352024-04-03T04:21:01.830Z Compiling strsim v0.11.0
16362024-04-03T04:21:01.958Z Compiling base16ct v0.2.0
16372024-04-03T04:21:02.143Z Compiling bstr v0.2.17
16382024-04-03T04:21:02.259Z Compiling sec1 v0.7.3
16392024-04-03T04:21:02.290Z Compiling clap_builder v4.5.1
16402024-04-03T04:21:02.796Z Compiling idna v0.2.3
16412024-04-03T04:21:02.834Z Compiling r2d2 v0.8.10
16422024-04-03T04:21:03.537Z Compiling group v0.13.0
16432024-04-03T04:21:03.869Z Compiling phf v0.11.2
16442024-04-03T04:21:04.466Z Compiling signal-hook-mio v0.2.3
16452024-04-03T04:21:04.639Z Compiling bzip2 v0.4.4
16462024-04-03T04:21:04.758Z Compiling cipher v0.4.4
16472024-04-03T04:21:05.005Z Compiling postgres-types v0.2.6
16482024-04-03T04:21:05.278Z Compiling zerocopy v0.6.4
16492024-04-03T04:21:05.457Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16502024-04-03T04:21:05.658Z Compiling hubpack v0.1.2
16512024-04-03T04:21:06.031Z Compiling phf_shared v0.10.0
16522024-04-03T04:21:06.190Z Compiling hkdf v0.12.4
16532024-04-03T04:21:06.467Z Compiling crypto-bigint v0.5.2
16542024-04-03T04:21:06.470Z Compiling ipnetwork v0.20.0
16552024-04-03T04:21:07.474Z Compiling float-cmp v0.9.0
16562024-04-03T04:21:07.713Z Compiling whoami v1.5.0
16572024-04-03T04:21:08.383Z Compiling static_assertions v1.1.0
16582024-04-03T04:21:08.497Z Compiling difflib v0.4.0
16592024-04-03T04:21:09.935Z Compiling precomputed-hash v0.1.1
16602024-04-03T04:21:10.208Z Compiling normalize-line-endings v0.3.0
16612024-04-03T04:21:10.368Z Compiling minimal-lexical v0.2.1
16622024-04-03T04:21:10.947Z Compiling predicates-core v1.0.6
16632024-04-03T04:21:11.312Z Compiling new_debug_unreachable v1.0.4
16642024-04-03T04:21:11.335Z Compiling fixedbitset v0.4.2
16652024-04-03T04:21:11.427Z Compiling string_cache v0.8.7
16662024-04-03T04:21:11.828Z Compiling petgraph v0.6.4
16672024-04-03T04:21:11.928Z Compiling predicates v3.1.0
16682024-04-03T04:21:12.437Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
16692024-04-03T04:21:12.582Z Compiling nom v7.1.3
16702024-04-03T04:21:12.675Z Compiling trust-dns-proto v0.22.0
16712024-04-03T04:21:13.801Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
16722024-04-03T04:21:14.611Z Compiling diesel v2.1.5
16732024-04-03T04:21:14.790Z Compiling elliptic-curve v0.13.8
16742024-04-03T04:21:15.630Z Compiling tokio-postgres v0.7.10
16752024-04-03T04:21:15.838Z Compiling yasna v0.5.2
16762024-04-03T04:21:16.464Z Compiling clap v4.5.1
16772024-04-03T04:21:17.184Z Compiling zip v0.6.6
16782024-04-03T04:21:17.764Z Compiling crossterm v0.27.0
16792024-04-03T04:21:19.112Z Compiling similar v2.4.0
16802024-04-03T04:21:20.044Z Compiling bit-set v0.5.3
16812024-04-03T04:21:20.375Z Compiling num-iter v0.1.44
16822024-04-03T04:21:20.582Z Compiling usdt v0.3.5
16832024-04-03T04:21:20.756Z Compiling itertools v0.10.5
16842024-04-03T04:21:20.853Z Compiling console v0.15.8
16852024-04-03T04:21:21.333Z Compiling tokio-stream v0.1.14
16862024-04-03T04:21:22.065Z Compiling getopts v0.2.21
16872024-04-03T04:21:22.231Z Compiling bstr v1.9.0
16882024-04-03T04:21:22.451Z Compiling lalrpop-util v0.19.12
16892024-04-03T04:21:22.649Z Compiling peg-runtime v0.8.2
16902024-04-03T04:21:22.694Z Compiling unsafe-libyaml v0.2.10
16912024-04-03T04:21:23.943Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16922024-04-03T04:21:24.075Z Compiling serde_yaml v0.9.25
16932024-04-03T04:21:27.379Z Compiling camino v1.1.6
16942024-04-03T04:21:29.084Z Compiling atty v0.2.14
16952024-04-03T04:21:32.480Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16962024-04-03T04:21:32.686Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
16972024-04-03T04:21:36.544Z Compiling sha1 v0.10.6
16982024-04-03T04:21:51.856Z Compiling strsim v0.10.0
16992024-04-03T04:21:51.905Z Compiling ident_case v1.0.1
17002024-04-03T04:21:51.970Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
17012024-04-03T04:21:52.207Z Compiling darling_core v0.20.3
17022024-04-03T04:21:53.253Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032024-04-03T04:21:54.220Z Compiling strum_macros v0.26.1
17042024-04-03T04:21:58.683Z Compiling darling_macro v0.20.3
17052024-04-03T04:21:59.771Z Compiling strum v0.26.1
17062024-04-03T04:22:00.032Z Compiling darling v0.20.3
17072024-04-03T04:22:00.162Z Compiling dirs-sys-next v0.1.2
17082024-04-03T04:22:00.180Z Compiling match_cfg v0.1.0
17092024-04-03T04:22:00.293Z Compiling hostname v0.3.1
17102024-04-03T04:22:00.296Z Compiling http v1.0.0
17112024-04-03T04:22:00.605Z Compiling dirs-next v2.0.0
17122024-04-03T04:22:00.628Z Compiling thread_local v1.1.7
17132024-04-03T04:22:00.659Z Compiling slog-async v2.8.0
17142024-04-03T04:22:00.814Z Compiling rustls-pki-types v1.3.0
17152024-04-03T04:22:00.844Z Compiling term v0.7.0
17162024-04-03T04:22:01.310Z Compiling crossbeam-channel v0.5.8
17172024-04-03T04:22:01.558Z Compiling proc-macro-error-attr v1.0.4
17182024-04-03T04:22:01.617Z Compiling rustls v0.22.2
17192024-04-03T04:22:01.799Z Compiling take_mut v0.2.2
17202024-04-03T04:22:01.942Z Compiling slog-term v2.9.0
17212024-04-03T04:22:01.986Z Compiling rustls-webpki v0.102.1
17222024-04-03T04:22:02.084Z Compiling proc-macro-error v1.0.4
17232024-04-03T04:22:02.417Z Compiling multer v3.0.0
17242024-04-03T04:22:02.444Z Compiling instant v0.1.12
17252024-04-03T04:22:02.496Z Compiling paste v1.0.14
17262024-04-03T04:22:02.887Z Compiling slog-json v2.6.1
17272024-04-03T04:22:03.112Z Compiling async-stream-impl v0.3.5
17282024-04-03T04:22:03.228Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17292024-04-03T04:22:03.292Z Compiling atomic-waker v1.1.1
17302024-04-03T04:22:03.895Z Compiling debug-ignore v1.0.5
17312024-04-03T04:22:04.311Z Compiling waitgroup v0.1.2
17322024-04-03T04:22:04.311Z Compiling slog-bunyan v2.5.0
17332024-04-03T04:22:04.311Z Compiling rustls-pemfile v2.1.1
17342024-04-03T04:22:04.315Z Compiling serde_with_macros v3.6.1
17352024-04-03T04:22:04.360Z Compiling toml v0.8.12
17362024-04-03T04:22:04.444Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
17372024-04-03T04:22:04.577Z Compiling async-stream v0.3.5
17382024-04-03T04:22:04.916Z Compiling serde_path_to_error v0.1.16
17392024-04-03T04:22:04.938Z Compiling structmeta-derive v0.3.0
17402024-04-03T04:22:04.971Z Compiling newtype-uuid v1.0.1
17412024-04-03T04:22:05.318Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17422024-04-03T04:22:05.829Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17432024-04-03T04:22:06.106Z Compiling backoff v0.4.0
17442024-04-03T04:22:06.144Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17452024-04-03T04:22:06.237Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17462024-04-03T04:22:06.337Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
17472024-04-03T04:22:06.481Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17482024-04-03T04:22:06.642Z Compiling macaddr v1.0.1
17492024-04-03T04:22:06.779Z Compiling proc-macro-crate v1.3.1
17502024-04-03T04:22:07.026Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512024-04-03T04:22:07.526Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17522024-04-03T04:22:07.534Z Compiling tokio-rustls v0.25.0
17532024-04-03T04:22:07.534Z Compiling foreign-types-macros v0.2.3
17542024-04-03T04:22:07.535Z Compiling serde_with v3.6.1
17552024-04-03T04:22:07.908Z Compiling num_enum_derive v0.5.11
17562024-04-03T04:22:08.196Z Compiling structmeta v0.3.0
17572024-04-03T04:22:08.695Z Compiling parse-display-derive v0.9.0
17582024-04-03T04:22:08.855Z Compiling foreign-types-shared v0.3.1
17592024-04-03T04:22:09.006Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17602024-04-03T04:22:09.315Z Compiling heapless v0.8.0
17612024-04-03T04:22:10.299Z Compiling foreign-types v0.5.0
17622024-04-03T04:22:10.853Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17632024-04-03T04:22:10.913Z Compiling num_enum v0.5.11
17642024-04-03T04:22:11.089Z Compiling cstr-argument v0.1.2
17652024-04-03T04:22:11.371Z Compiling hash32 v0.3.1
17662024-04-03T04:22:11.521Z Compiling pretty-hex v0.2.1
17672024-04-03T04:22:11.651Z Compiling smoltcp v0.11.0
17682024-04-03T04:22:11.724Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17692024-04-03T04:22:12.096Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17702024-04-03T04:22:12.438Z Compiling tabwriter v1.4.0
17712024-04-03T04:22:12.688Z Compiling colored v2.1.0
17722024-04-03T04:22:12.979Z Compiling socket2 v0.4.9
17732024-04-03T04:22:13.104Z Compiling embedded-io v0.4.0
17742024-04-03T04:22:13.364Z Compiling fastrand v2.0.1
17752024-04-03T04:22:13.499Z Compiling cobs v0.2.3
17762024-04-03T04:22:13.785Z Compiling tempfile v3.10.0
17772024-04-03T04:22:13.805Z Compiling postcard v1.0.8
17782024-04-03T04:22:13.824Z Compiling parse-display v0.9.0
17792024-04-03T04:22:13.898Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17802024-04-03T04:22:13.951Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17812024-04-03T04:22:14.141Z Compiling crucible-workspace-hack v0.1.0
17822024-04-03T04:22:14.307Z Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17832024-04-03T04:22:14.481Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
17842024-04-03T04:22:14.511Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)
17852024-04-03T04:22:14.666Z Compiling smf v0.2.2
17862024-04-03T04:22:14.745Z Compiling humantime v2.1.0
17872024-04-03T04:22:14.832Z Compiling platforms v3.0.2
17882024-04-03T04:22:15.194Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17892024-04-03T04:22:15.480Z Compiling camino-tempfile v1.1.1
17902024-04-03T04:22:15.500Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17912024-04-03T04:22:15.579Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
17922024-04-03T04:22:15.959Z Compiling heck v0.3.3
17932024-04-03T04:22:16.085Z Compiling usdt-macro v0.5.0
17942024-04-03T04:22:16.117Z Compiling usdt-attr-macro v0.5.0
17952024-04-03T04:22:16.379Z Compiling num-derive v0.4.0
17962024-04-03T04:22:16.396Z Compiling memmap v0.7.0
17972024-04-03T04:22:16.773Z Compiling sigpipe v0.1.3
17982024-04-03T04:22:16.919Z Compiling utf-8 v0.7.6
17992024-04-03T04:22:17.106Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18002024-04-03T04:22:17.259Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18012024-04-03T04:22:17.664Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
18022024-04-03T04:22:17.812Z Compiling usdt v0.5.0
18032024-04-03T04:22:18.343Z Compiling unicase v2.7.0
18042024-04-03T04:22:18.748Z Compiling rayon-core v1.12.1
18052024-04-03T04:22:18.785Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
18062024-04-03T04:22:18.852Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18072024-04-03T04:22:18.899Z Compiling semver v0.1.20
18082024-04-03T04:22:18.956Z Compiling curve25519-dalek v4.1.1
18092024-04-03T04:22:19.084Z Compiling newline-converter v0.3.0
18102024-04-03T04:22:19.274Z Compiling rustc_version v0.1.7
18112024-04-03T04:22:19.364Z Compiling crossbeam-deque v0.8.3
18122024-04-03T04:22:19.387Z Compiling universal-hash v0.5.1
18132024-04-03T04:22:19.600Z Compiling same-file v1.0.6
18142024-04-03T04:22:19.619Z Compiling opaque-debug v0.3.0
18152024-04-03T04:22:19.733Z Compiling expectorate v1.1.0
18162024-04-03T04:22:19.813Z Compiling newtype_derive v0.1.6
18172024-04-03T04:22:19.836Z Compiling walkdir v2.4.0
18182024-04-03T04:22:19.875Z Compiling tungstenite v0.20.1
18192024-04-03T04:22:20.131Z Compiling semver-parser v0.10.2
18202024-04-03T04:22:20.214Z Compiling signature v2.1.0
18212024-04-03T04:22:20.533Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4)
18222024-04-03T04:22:20.699Z Compiling curve25519-dalek-derive v0.1.0
18232024-04-03T04:22:20.792Z Compiling blake3 v1.5.0
18242024-04-03T04:22:20.873Z Compiling num-rational v0.4.1
18252024-04-03T04:22:21.221Z Compiling arc-swap v1.6.0
18262024-04-03T04:22:21.425Z Compiling getrandom v0.1.16
18272024-04-03T04:22:21.628Z Compiling termcolor v1.2.0
18282024-04-03T04:22:21.899Z Compiling slog-scope v4.4.0
18292024-04-03T04:22:22.115Z Compiling env_logger v0.9.3
18302024-04-03T04:22:22.193Z Compiling tokio-tungstenite v0.20.1
18312024-04-03T04:22:22.305Z Compiling semver v0.11.0
18322024-04-03T04:22:22.432Z Compiling rayon v1.9.0
18332024-04-03T04:22:22.692Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18342024-04-03T04:22:22.763Z Compiling password-hash v0.5.0
18352024-04-03T04:22:23.159Z Compiling textwrap v0.11.0
18362024-04-03T04:22:23.190Z Compiling blake2 v0.10.6
18372024-04-03T04:22:23.544Z Compiling bitstruct_derive v0.1.0
18382024-04-03T04:22:23.569Z Compiling filetime v0.2.23
18392024-04-03T04:22:23.724Z Compiling memmap2 v0.7.1
18402024-04-03T04:22:23.898Z Compiling xattr v1.0.1
18412024-04-03T04:22:23.929Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18422024-04-03T04:22:24.074Z Compiling ascii v1.1.0
18432024-04-03T04:22:24.176Z Compiling ansi_term v0.12.1
18442024-04-03T04:22:24.197Z Compiling libefi-sys v0.1.0
18452024-04-03T04:22:24.494Z Compiling vec_map v0.8.2
18462024-04-03T04:22:24.658Z Compiling linked-hash-map v0.5.6
18472024-04-03T04:22:24.698Z Compiling home v0.5.5
18482024-04-03T04:22:24.768Z Compiling parking_lot_core v0.8.6
18492024-04-03T04:22:24.798Z Compiling quick-error v1.2.3
18502024-04-03T04:22:24.951Z Compiling constant_time_eq v0.3.0
18512024-04-03T04:22:24.973Z Compiling base64 v0.22.0
18522024-04-03T04:22:25.008Z Compiling strsim v0.8.0
18532024-04-03T04:22:25.052Z Compiling arrayvec v0.7.4
18542024-04-03T04:22:25.134Z Compiling arrayref v0.3.7
18552024-04-03T04:22:25.235Z Compiling bytecount v0.6.3
18562024-04-03T04:22:25.334Z Compiling clap v2.34.0
18572024-04-03T04:22:25.468Z Compiling papergrid v0.11.0
18582024-04-03T04:22:25.513Z Compiling lru-cache v0.1.2
18592024-04-03T04:22:25.673Z Compiling bitstruct v0.1.1
18602024-04-03T04:22:25.749Z Compiling resolv-conf v0.7.0
18612024-04-03T04:22:25.851Z Compiling toolchain_find v0.2.0
18622024-04-03T04:22:25.892Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18632024-04-03T04:22:26.504Z Compiling tar v0.4.40
18642024-04-03T04:22:26.591Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18652024-04-03T04:22:26.957Z Compiling argon2 v0.5.3
18662024-04-03T04:22:41.291Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18672024-04-03T04:22:41.410Z Compiling slog-stdlog v4.1.1
18682024-04-03T04:22:41.410Z Compiling structopt-derive v0.4.18
18692024-04-03T04:22:41.410Z Compiling tabled_derive v0.7.0
18702024-04-03T04:22:41.410Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18712024-04-03T04:22:41.410Z Compiling rfc6979 v0.4.0
18722024-04-03T04:22:41.478Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18732024-04-03T04:22:41.478Z Compiling erased-serde v0.3.31
18742024-04-03T04:22:41.479Z Compiling serde_arrays v0.1.0
18752024-04-03T04:22:41.609Z Compiling toml v0.5.11
18762024-04-03T04:22:41.609Z Compiling aead v0.5.2
18772024-04-03T04:22:41.609Z Compiling num-complex v0.4.4
18782024-04-03T04:22:41.609Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802)
18792024-04-03T04:22:41.609Z Compiling nibble_vec v0.1.0
18802024-04-03T04:22:41.609Z Compiling slog-dtrace v0.3.0
18812024-04-03T04:22:41.610Z Compiling topological-sort v0.2.2
18822024-04-03T04:22:41.610Z Compiling endian-type v0.1.2
18832024-04-03T04:22:41.610Z Compiling keccak v0.1.4
18842024-04-03T04:22:41.610Z Compiling winapi v0.3.9
18852024-04-03T04:22:41.610Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18862024-04-03T04:22:41.610Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18872024-04-03T04:22:41.610Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18882024-04-03T04:22:41.610Z Compiling cancel-safe-futures v0.1.5
18892024-04-03T04:22:41.610Z Compiling sha3 v0.10.8
18902024-04-03T04:22:41.610Z Compiling rustfmt-wrapper v0.2.0
18912024-04-03T04:22:41.610Z Compiling structopt v0.3.26
18922024-04-03T04:22:41.610Z Compiling radix_trie v0.2.1
18932024-04-03T04:22:41.610Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18942024-04-03T04:22:41.610Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18952024-04-03T04:22:41.610Z Compiling omicron-zone-package v0.11.0
18962024-04-03T04:22:41.610Z Compiling tabled v0.15.0
18972024-04-03T04:22:41.610Z Compiling num v0.4.1
18982024-04-03T04:22:41.610Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18992024-04-03T04:22:41.610Z Compiling ecdsa v0.16.9
19002024-04-03T04:22:41.610Z Compiling slog-envlogger v2.2.0
19012024-04-03T04:22:41.610Z Compiling rand_core v0.5.1
19022024-04-03T04:22:41.611Z Compiling steno v0.4.0
19032024-04-03T04:22:41.611Z Compiling mime_guess v2.0.4
19042024-04-03T04:22:41.611Z Compiling trust-dns-resolver v0.22.0
19052024-04-03T04:22:41.611Z Compiling poly1305 v0.8.0
19062024-04-03T04:22:41.611Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19072024-04-03T04:22:41.611Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19082024-04-03T04:22:41.611Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19092024-04-03T04:22:41.627Z Compiling primeorder v0.13.6
19102024-04-03T04:22:41.753Z Compiling chacha20 v0.9.1
19112024-04-03T04:22:42.132Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19122024-04-03T04:22:42.158Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19132024-04-03T04:22:42.535Z Compiling secrecy v0.8.0
19142024-04-03T04:22:42.638Z Compiling thiserror-impl-no-std v2.0.2
19152024-04-03T04:22:42.822Z Compiling half v2.3.1
19162024-04-03T04:22:43.420Z Compiling convert_case v0.4.0
19172024-04-03T04:22:43.924Z Compiling option-ext v0.2.0
19182024-04-03T04:22:44.077Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)
19192024-04-03T04:22:44.333Z Compiling ciborium-io v0.2.2
19202024-04-03T04:22:44.395Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19212024-04-03T04:22:44.477Z Compiling derive_more v0.99.17
19222024-04-03T04:22:44.498Z Compiling ciborium-ll v0.2.2
19232024-04-03T04:22:44.565Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
19242024-04-03T04:22:44.958Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19252024-04-03T04:22:45.230Z Compiling dirs-sys v0.4.1
19262024-04-03T04:22:45.924Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19272024-04-03T04:22:46.079Z Compiling thiserror-no-std v2.0.2
19282024-04-03T04:22:46.221Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19292024-04-03T04:22:46.684Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19302024-04-03T04:22:47.018Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19312024-04-03T04:22:47.902Z Compiling parking_lot v0.11.2
19322024-04-03T04:22:48.229Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19332024-04-03T04:22:48.682Z Compiling rand_chacha v0.2.2
19342024-04-03T04:22:49.563Z Compiling trust-dns-client v0.22.0
19352024-04-03T04:22:50.394Z Compiling ed25519 v2.2.2
19362024-04-03T04:22:50.599Z Compiling polyval v0.6.1
19372024-04-03T04:22:50.840Z Compiling tungstenite v0.21.0
19382024-04-03T04:22:51.034Z Compiling zone_cfg_derive v0.1.2
19392024-04-03T04:22:52.637Z Compiling aes v0.8.3
19402024-04-03T04:22:52.753Z Compiling blowfish v0.9.1
19412024-04-03T04:22:53.115Z Compiling ctr v0.9.2
19422024-04-03T04:22:53.239Z Compiling password-hash v0.4.2
19432024-04-03T04:22:53.487Z Compiling libsw v3.3.1
19442024-04-03T04:22:53.837Z Compiling pbkdf2 v0.12.2
19452024-04-03T04:22:54.039Z Compiling derive-where v1.2.7
19462024-04-03T04:22:54.282Z Compiling gethostname v0.4.3
19472024-04-03T04:22:54.970Z Compiling fxhash v0.2.1
19482024-04-03T04:22:55.178Z Compiling linear-map v1.2.0
19492024-04-03T04:22:55.235Z Compiling owo-colors v4.0.0
19502024-04-03T04:22:55.578Z Compiling swrite v0.1.0
19512024-04-03T04:22:55.629Z Compiling base64 v0.13.1
19522024-04-03T04:22:55.725Z Compiling trust-dns-server v0.22.1
19532024-04-03T04:22:56.252Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19542024-04-03T04:22:57.584Z Compiling ron v0.7.1
19552024-04-03T04:22:57.727Z Compiling sled v0.34.7
19562024-04-03T04:22:57.895Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
19572024-04-03T04:23:00.704Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19582024-04-03T04:23:01.944Z Compiling bcrypt-pbkdf v0.10.0
19592024-04-03T04:23:02.400Z Compiling pbkdf2 v0.11.0
19602024-04-03T04:23:02.582Z Compiling zone v0.1.8
19612024-04-03T04:23:02.757Z Compiling tokio-tungstenite v0.21.0
19622024-04-03T04:23:02.774Z Compiling ghash v0.5.0
19632024-04-03T04:23:02.973Z Compiling ed25519-dalek v2.0.0
19642024-04-03T04:23:03.316Z Compiling russh-cryptovec v0.7.0
19652024-04-03T04:23:03.658Z Compiling rand v0.7.3
19662024-04-03T04:23:04.263Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19672024-04-03T04:23:04.543Z Compiling vsss-rs v3.3.4
19682024-04-03T04:23:04.886Z Compiling dirs v5.0.1
19692024-04-03T04:23:05.029Z Compiling ciborium v0.2.2
19702024-04-03T04:23:05.091Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19712024-04-03T04:23:05.895Z Compiling p521 v0.13.3
19722024-04-03T04:23:06.312Z Compiling p256 v0.13.2
19732024-04-03T04:23:06.580Z Compiling chacha20poly1305 v0.10.1
19742024-04-03T04:23:06.839Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19752024-04-03T04:23:07.174Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19762024-04-03T04:23:08.377Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
19772024-04-03T04:23:08.988Z Compiling cbc v0.1.2
19782024-04-03T04:23:09.285Z Compiling pem v3.0.2
19792024-04-03T04:23:09.337Z Compiling headers-core v0.2.0
19802024-04-03T04:23:09.503Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19812024-04-03T04:23:09.526Z Compiling portpicker v0.1.1
19822024-04-03T04:23:09.859Z Compiling kstat-rs v0.2.3
19832024-04-03T04:23:09.878Z Compiling nanorand v0.7.0
19842024-04-03T04:23:10.131Z Compiling glob v0.3.1
19852024-04-03T04:23:10.171Z Compiling md5 v0.7.0
19862024-04-03T04:23:10.281Z Compiling http-range v0.1.5
19872024-04-03T04:23:10.482Z Compiling hyper-staticfile v0.9.5
19882024-04-03T04:23:10.504Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19892024-04-03T04:23:10.687Z Compiling russh-keys v0.42.0
19902024-04-03T04:23:10.736Z Compiling flume v0.11.0
19912024-04-03T04:23:11.160Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19922024-04-03T04:23:11.430Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
19932024-04-03T04:23:12.657Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19942024-04-03T04:23:14.129Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
19952024-04-03T04:23:14.528Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19962024-04-03T04:23:14.803Z Compiling rcgen v0.12.1
19972024-04-03T04:23:14.924Z Compiling headers v0.3.9
19982024-04-03T04:23:17.073Z Compiling aes-gcm v0.10.3
19992024-04-03T04:23:17.366Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20002024-04-03T04:23:17.388Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20012024-04-03T04:23:19.422Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
20022024-04-03T04:23:19.711Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
20032024-04-03T04:23:19.736Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)
20042024-04-03T04:23:23.002Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b)
20052024-04-03T04:23:24.253Z Compiling atomicwrites v0.4.3
20062024-04-03T04:23:24.419Z Compiling itertools v0.12.1
20072024-04-03T04:23:24.632Z Compiling subprocess v0.2.9
20082024-04-03T04:23:24.734Z Compiling hex-literal v0.4.1
20092024-04-03T04:23:24.904Z Compiling display-error-chain v0.2.0
20102024-04-03T04:23:25.107Z Compiling dhcproto-macros v0.1.0
20112024-04-03T04:23:27.840Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
20122024-04-03T04:23:27.846Z Compiling dhcproto v0.11.0
20132024-04-03T04:23:27.846Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20142024-04-03T04:23:27.846Z Compiling russh v0.42.0
20152024-04-03T04:23:29.219Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20162024-04-03T04:23:30.074Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
20172024-04-03T04:23:30.548Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
20182024-04-03T04:23:31.017Z Compiling internet-checksum v0.2.1
20192024-04-03T04:23:52.944Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20202024-04-03T04:24:35.481Z Finished dev [unoptimized + debuginfo] target(s) in 6m 11s
20212024-04-03T04:24:35.816Z
20222024-04-03T04:24:35.816Zreal 6:12.070277195
20232024-04-03T04:24:35.816Zuser 29:38.368073213
20242024-04-03T04:24:35.816Zsys 6:15.283008204
20252024-04-03T04:24:35.816Ztrap 0.875907515
20262024-04-03T04:24:35.819Ztflt 3.915392787
20272024-04-03T04:24:35.819Zdflt 4.621563290
20282024-04-03T04:24:35.819Zkflt 0.092692256
20292024-04-03T04:24:35.819Zlock 55:32.809523006
20302024-04-03T04:24:35.819Zslp 1:25:34.298893076
20312024-04-03T04:24:35.819Zlat 1:47.455238940
20322024-04-03T04:24:35.819Zstop 4:39.552467227
20332024-04-03T04:24:35.819Z+ mkdir -p /work
20342024-04-03T04:24:35.819Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest
20352024-04-03T04:24:36.653Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
20362024-04-03T04:24:45.822Z Finished dev [unoptimized + debuginfo] target(s) in 9.95s
20372024-04-03T04:24:45.921Z
20382024-04-03T04:24:45.921Zreal 10.072922975
20392024-04-03T04:24:45.921Zuser 7.168766934
20402024-04-03T04:24:45.922Zsys 3.900269653
20412024-04-03T04:24:45.922Ztrap 0.002276220
20422024-04-03T04:24:45.922Ztflt 0.024988566
20432024-04-03T04:24:45.922Zdflt 0.050880097
20442024-04-03T04:24:45.922Zkflt 0.000000000
20452024-04-03T04:24:45.922Zlock 27.544388476
20462024-04-03T04:24:45.950Zslp 40.095465361
20472024-04-03T04:24:45.950Zlat 0.049806487
20482024-04-03T04:24:45.950Zstop 0.352103138
20492024-04-03T04:24:45.950Z+ cp target/debug/commtest /work/commtest
20502024-04-03T04:24:46.358Z+ mkdir -p /work/end-to-end-tests
20512024-04-03T04:24:46.362Z++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
20522024-04-03T04:24:47.482Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20532024-04-03T04:24:47.482Z+ ptime -m gzip
20542024-04-03T04:24:47.485Z++ basename target/debug/bootstrap
20552024-04-03T04:25:00.154Z
20562024-04-03T04:25:00.154Zreal 12.664073361
20572024-04-03T04:25:00.154Zuser 12.559195101
20582024-04-03T04:25:00.160Zsys 0.091687967
20592024-04-03T04:25:00.160Ztrap 0.003795913
20602024-04-03T04:25:00.160Ztflt 0.000000000
20612024-04-03T04:25:00.160Zdflt 0.000000000
20622024-04-03T04:25:00.160Zkflt 0.000000000
20632024-04-03T04:25:00.160Zlock 0.000000000
20642024-04-03T04:25:00.160Zslp 0.000000000
20652024-04-03T04:25:00.160Zlat 0.008989525
20662024-04-03T04:25:00.160Zstop 0.000177582
20672024-04-03T04:25:00.160Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20682024-04-03T04:25:00.161Z+ ptime -m gzip
20692024-04-03T04:25:00.161Z++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-1cbf87e3974c7dcf
20702024-04-03T04:25:01.390Z
20712024-04-03T04:25:01.394Zreal 1.229418036
20722024-04-03T04:25:01.394Zuser 1.180701061
20732024-04-03T04:25:01.395Zsys 0.047224941
20742024-04-03T04:25:01.395Ztrap 0.000412820
20752024-04-03T04:25:01.395Ztflt 0.000000000
20762024-04-03T04:25:01.395Zdflt 0.000000000
20772024-04-03T04:25:01.395Zkflt 0.000000000
20782024-04-03T04:25:01.395Zlock 0.000000000
20792024-04-03T04:25:01.395Zslp 0.000000000
20802024-04-03T04:25:01.395Zlat 0.000667814
20812024-04-03T04:25:01.395Zstop 0.000180552
20822024-04-03T04:25:01.395Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20832024-04-03T04:25:01.395Z+ ptime -m gzip
20842024-04-03T04:25:01.395Z++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-402e6553774c9599
20852024-04-03T04:25:02.593Z
20862024-04-03T04:25:02.593Zreal 1.191807740
20872024-04-03T04:25:02.593Zuser 1.179575023
20882024-04-03T04:25:02.593Zsys 0.011430025
20892024-04-03T04:25:02.593Ztrap 0.000237136
20902024-04-03T04:25:02.594Ztflt 0.000000000
20912024-04-03T04:25:02.594Zdflt 0.000000000
20922024-04-03T04:25:02.599Zkflt 0.000000000
20932024-04-03T04:25:02.599Zlock 0.000000000
20942024-04-03T04:25:02.599Zslp 0.000000000
20952024-04-03T04:25:02.599Zlat 0.000153083
20962024-04-03T04:25:02.599Zstop 0.000181862
20972024-04-03T04:25:02.600Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
20982024-04-03T04:25:02.600Z+ ptime -m gzip
20992024-04-03T04:25:02.600Z++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b40ff418488753dc
21002024-04-03T04:25:03.774Z
21012024-04-03T04:25:03.774Zreal 1.177964718
21022024-04-03T04:25:03.774Zuser 1.167408525
21032024-04-03T04:25:03.774Zsys 0.009968271
21042024-04-03T04:25:03.775Ztrap 0.000075212
21052024-04-03T04:25:03.775Ztflt 0.000000000
21062024-04-03T04:25:03.780Zdflt 0.000000000
21072024-04-03T04:25:03.781Zkflt 0.000000000
21082024-04-03T04:25:03.781Zlock 0.000000000
21092024-04-03T04:25:03.781Zslp 0.000000000
21102024-04-03T04:25:03.781Zlat 0.000100820
21112024-04-03T04:25:03.781Zstop 0.000179181
21122024-04-03T04:25:03.781Z+ for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json)
21132024-04-03T04:25:03.781Z+ ptime -m gzip
21142024-04-03T04:25:03.781Z++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-feefe2df301c88ff
21152024-04-03T04:25:16.719Z
21162024-04-03T04:25:16.722Zreal 12.936768982
21172024-04-03T04:25:16.722Zuser 12.853891417
21182024-04-03T04:25:16.722Zsys 0.078975298
21192024-04-03T04:25:16.722Ztrap 0.001938724
21202024-04-03T04:25:16.722Ztflt 0.000000000
21212024-04-03T04:25:16.722Zdflt 0.000000000
21222024-04-03T04:25:16.722Zkflt 0.000000000
21232024-04-03T04:25:16.722Zlock 0.000000000
21242024-04-03T04:25:16.722Zslp 0.000000000
21252024-04-03T04:25:16.722Zlat 0.001551619
21262024-04-03T04:25:16.722Zstop 0.000179152
21272024-04-03T04:25:16.722Z+ banner caboose-util
21282024-04-03T04:25:16.722Z
21292024-04-03T04:25:16.722Z #### ## ##### #### #### #### ###### # # #####
21302024-04-03T04:25:16.723Z # # # # # # # # # # # # # # #
21312024-04-03T04:25:16.723Z # # # ##### # # # # #### ##### ##### # # #
21322024-04-03T04:25:16.723Z # ###### # # # # # # # # # # #
21332024-04-03T04:25:16.723Z # # # # # # # # # # # # # # # #
21342024-04-03T04:25:16.723Z #### # # ##### #### #### #### ###### #### #
21352024-04-03T04:25:16.723Z
21362024-04-03T04:25:16.723Z+ ptime -m cargo build --locked -p caboose-util --release
21372024-04-03T04:25:17.228Z Downloading crates ...
21382024-04-03T04:25:17.391Z Downloaded crc v3.0.1
21392024-04-03T04:25:17.395Z Downloaded crc-catalog v2.2.0
21402024-04-03T04:25:17.410Z Downloaded rsa v0.9.2
21412024-04-03T04:25:17.414Z Downloaded crc-any v2.4.3
21422024-04-03T04:25:17.420Z Downloaded radium v0.7.0
21432024-04-03T04:25:17.423Z Downloaded bitfield v0.14.0
21442024-04-03T04:25:17.425Z Downloaded path-slash v0.1.5
21452024-04-03T04:25:17.429Z Downloaded env_logger v0.10.0
21462024-04-03T04:25:17.432Z Downloaded nodrop v0.1.14
21472024-04-03T04:25:17.432Z Downloaded funty v2.0.0
21482024-04-03T04:25:17.438Z Downloaded packed_struct v0.10.1
21492024-04-03T04:25:17.441Z Downloaded wyz v0.5.1
21502024-04-03T04:25:17.441Z Downloaded tap v1.0.1
21512024-04-03T04:25:17.441Z Downloaded smallvec v0.6.14
21522024-04-03T04:25:17.444Z Downloaded serde-hex v0.1.0
21532024-04-03T04:25:17.444Z Downloaded pkcs1 v0.7.5
21542024-04-03T04:25:17.447Z Downloaded array-init v0.0.4
21552024-04-03T04:25:17.447Z Downloaded packed_struct_codegen v0.10.1
21562024-04-03T04:25:17.449Z Downloaded maybe-uninit v2.0.0
21572024-04-03T04:25:17.450Z Downloaded is-terminal v0.4.9
21582024-04-03T04:25:17.455Z Downloaded x509-cert v0.2.4
21592024-04-03T04:25:17.461Z Downloaded ron v0.8.1
21602024-04-03T04:25:17.466Z Downloaded hashbrown v0.13.2
21612024-04-03T04:25:17.470Z Downloaded num-bigint-dig v0.8.4
21622024-04-03T04:25:17.478Z Downloaded bitvec v1.0.1
21632024-04-03T04:25:17.492Z Downloaded object v0.30.4
21642024-04-03T04:25:17.600Z Compiling proc-macro2 v1.0.78
21652024-04-03T04:25:17.600Z Compiling unicode-ident v1.0.12
21662024-04-03T04:25:17.600Z Compiling libc v0.2.153
21672024-04-03T04:25:17.603Z Compiling serde v1.0.197
21682024-04-03T04:25:17.603Z Compiling autocfg v1.1.0
21692024-04-03T04:25:17.603Z Compiling version_check v0.9.4
21702024-04-03T04:25:17.603Z Compiling cfg-if v1.0.0
21712024-04-03T04:25:17.766Z Compiling typenum v1.16.0
21722024-04-03T04:25:17.783Z Compiling once_cell v1.19.0
21732024-04-03T04:25:18.238Z Compiling parking_lot_core v0.9.8
21742024-04-03T04:25:18.241Z Compiling memchr v2.7.1
21752024-04-03T04:25:18.241Z Compiling syn v1.0.109
21762024-04-03T04:25:18.241Z Compiling byteorder v1.5.0
21772024-04-03T04:25:18.334Z Compiling lock_api v0.4.10
21782024-04-03T04:25:19.038Z Compiling generic-array v0.14.7
21792024-04-03T04:25:19.041Z Compiling libm v0.2.7
21802024-04-03T04:25:19.041Z Compiling num-traits v0.2.18
21812024-04-03T04:25:19.041Z Compiling ahash v0.8.8
21822024-04-03T04:25:19.041Z Compiling serde_json v1.0.114
21832024-04-03T04:25:19.062Z Compiling quote v1.0.35
21842024-04-03T04:25:19.217Z Compiling pkg-config v0.3.27
21852024-04-03T04:25:19.285Z Compiling thiserror v1.0.57
21862024-04-03T04:25:19.683Z Compiling syn v2.0.52
21872024-04-03T04:25:19.696Z Compiling cc v1.0.83
21882024-04-03T04:25:19.707Z Compiling getrandom v0.2.12
21892024-04-03T04:25:20.275Z Compiling scopeguard v1.2.0
21902024-04-03T04:25:20.286Z Compiling itoa v1.0.9
21912024-04-03T04:25:20.307Z Compiling log v0.4.21
21922024-04-03T04:25:20.527Z Compiling slab v0.4.9
21932024-04-03T04:25:20.820Z Compiling rand_core v0.6.4
21942024-04-03T04:25:21.073Z Compiling smallvec v1.13.1
21952024-04-03T04:25:21.458Z Compiling vcpkg v0.2.15
21962024-04-03T04:25:22.354Z Compiling const-oid v0.9.6
21972024-04-03T04:25:22.439Z Compiling parking_lot v0.12.1
21982024-04-03T04:25:22.668Z Compiling ryu v1.0.15
21992024-04-03T04:25:22.944Z Compiling pin-project-lite v0.2.13
22002024-04-03T04:25:23.165Z Compiling ring v0.17.8
22012024-04-03T04:25:23.214Z Compiling openssl-sys v0.9.96
22022024-04-03T04:25:23.323Z Compiling ucd-trie v0.1.6
22032024-04-03T04:25:24.003Z Compiling signal-hook-registry v1.4.1
22042024-04-03T04:25:24.190Z Compiling subtle v2.5.0
22052024-04-03T04:25:24.520Z Compiling rustix v0.38.31
22062024-04-03T04:25:24.597Z Compiling ring v0.16.20
22072024-04-03T04:25:24.652Z Compiling mio v0.8.11
22082024-04-03T04:25:25.230Z Compiling futures-core v0.3.30
22092024-04-03T04:25:25.468Z Compiling semver v1.0.22
22102024-04-03T04:25:25.611Z Compiling tinyvec_macros v0.1.1
22112024-04-03T04:25:25.697Z Compiling tinyvec v1.6.0
22122024-04-03T04:25:26.539Z Compiling spin v0.5.2
22132024-04-03T04:25:27.200Z Compiling unicode-normalization v0.1.22
22142024-04-03T04:25:27.504Z Compiling num_cpus v1.16.0
22152024-04-03T04:25:27.625Z Compiling socket2 v0.5.5
22162024-04-03T04:25:28.260Z Compiling unicode-xid v0.2.4
22172024-04-03T04:25:28.427Z Compiling unicode-bidi v0.3.15
22182024-04-03T04:25:28.478Z Compiling httparse v1.8.0
22192024-04-03T04:25:28.489Z Compiling futures-sink v0.3.30
22202024-04-03T04:25:28.539Z Compiling allocator-api2 v0.2.16
22212024-04-03T04:25:28.641Z Compiling openssl v0.10.60
22222024-04-03T04:25:28.872Z Compiling heck v0.4.1
22232024-04-03T04:25:29.235Z Compiling synstructure v0.12.6
22242024-04-03T04:25:29.363Z Compiling time-core v0.1.2
22252024-04-03T04:25:29.423Z Compiling num-conv v0.1.0
22262024-04-03T04:25:29.530Z Compiling equivalent v1.0.1
22272024-04-03T04:25:29.716Z Compiling time-macros v0.2.17
22282024-04-03T04:25:29.754Z Compiling futures-channel v0.3.30
22292024-04-03T04:25:30.301Z Compiling native-tls v0.2.11
22302024-04-03T04:25:30.467Z Compiling rustls v0.21.9
22312024-04-03T04:25:30.640Z Compiling ppv-lite86 v0.2.17
22322024-04-03T04:25:30.748Z Compiling futures-io v0.3.30
22332024-04-03T04:25:30.847Z Compiling pin-utils v0.1.0
22342024-04-03T04:25:30.936Z Compiling futures-task v0.3.30
22352024-04-03T04:25:31.256Z Compiling crc32fast v1.3.2
22362024-04-03T04:25:31.485Z Compiling rand_chacha v0.3.1
22372024-04-03T04:25:31.713Z Compiling bzip2-sys v0.1.11+1.0.8
22382024-04-03T04:25:32.042Z Compiling spin v0.9.8
22392024-04-03T04:25:32.088Z Compiling tracing-core v0.1.32
22402024-04-03T04:25:32.145Z Compiling base64ct v1.6.0
22412024-04-03T04:25:32.735Z Compiling pem-rfc7468 v0.7.0
22422024-04-03T04:25:32.840Z Compiling rand v0.8.5
22432024-04-03T04:25:33.191Z Compiling serde_derive v1.0.197
22442024-04-03T04:25:33.235Z Compiling zeroize_derive v1.4.2
22452024-04-03T04:25:33.350Z Compiling zerocopy-derive v0.7.32
22462024-04-03T04:25:33.452Z Compiling thiserror-impl v1.0.57
22472024-04-03T04:25:34.235Z Compiling tokio-macros v2.2.0
22482024-04-03T04:25:34.348Z Compiling futures-macro v0.3.30
22492024-04-03T04:25:34.506Z Compiling zeroize v1.7.0
22502024-04-03T04:25:34.620Z Compiling tracing-attributes v0.1.27
22512024-04-03T04:25:35.403Z Compiling zerocopy v0.7.32
22522024-04-03T04:25:36.348Z Compiling pest v2.7.6
22532024-04-03T04:25:36.360Z Compiling der_derive v0.7.2
22542024-04-03T04:25:36.372Z Compiling crypto-common v0.1.6
22552024-04-03T04:25:36.421Z Compiling block-buffer v0.10.4
22562024-04-03T04:25:36.690Z Compiling digest v0.10.7
22572024-04-03T04:25:36.791Z Compiling zerocopy-derive v0.2.0
22582024-04-03T04:25:37.193Z Compiling openssl-macros v0.1.1
22592024-04-03T04:25:37.868Z Compiling hashbrown v0.14.3
22602024-04-03T04:25:37.885Z Compiling futures-util v0.3.30
22612024-04-03T04:25:38.966Z Compiling pest_meta v2.7.6
22622024-04-03T04:25:38.969Z Compiling tracing v0.1.40
22632024-04-03T04:25:38.969Z Compiling zerocopy-derive v0.6.4
22642024-04-03T04:25:38.981Z Compiling scroll_derive v0.12.0
22652024-04-03T04:25:39.234Z Compiling usdt-impl v0.3.5
22662024-04-03T04:25:39.359Z Compiling cookie v0.17.0
22672024-04-03T04:25:39.501Z Compiling flagset v0.4.3
22682024-04-03T04:25:39.554Z Compiling signal-hook v0.3.17
22692024-04-03T04:25:39.832Z Compiling pest_generator v2.7.6
22702024-04-03T04:25:40.057Z Compiling percent-encoding v2.3.1
22712024-04-03T04:25:40.371Z Compiling schemars v0.8.16
22722024-04-03T04:25:40.819Z Compiling der v0.7.8
22732024-04-03T04:25:41.524Z Compiling serde_derive_internals v0.26.0
22742024-04-03T04:25:42.807Z Compiling pest_derive v2.7.6
22752024-04-03T04:25:44.011Z Compiling errno v0.3.8
22762024-04-03T04:25:44.228Z Compiling fnv v1.0.7
22772024-04-03T04:25:44.257Z Compiling schemars_derive v0.8.16
22782024-04-03T04:25:44.361Z Compiling spki v0.7.2
22792024-04-03T04:25:45.785Z Compiling zerocopy v0.3.0
22802024-04-03T04:25:46.325Z Compiling lazy_static v1.4.0
22812024-04-03T04:25:46.697Z Compiling backtrace v0.3.69
22822024-04-03T04:25:47.118Z Compiling bytes v1.5.0
22832024-04-03T04:25:47.400Z Compiling bitflags v2.4.2
22842024-04-03T04:25:48.270Z Compiling tokio v1.36.0
22852024-04-03T04:25:48.341Z Compiling indexmap v2.2.5
22862024-04-03T04:25:49.031Z Compiling rustc_version v0.4.0
22872024-04-03T04:25:49.657Z Compiling heapless v0.7.16
22882024-04-03T04:25:49.962Z Compiling http v0.2.12
22892024-04-03T04:25:50.265Z Compiling uuid v1.7.0
22902024-04-03T04:25:50.851Z Compiling thread-id v4.2.0
22912024-04-03T04:25:50.960Z Compiling num-bigint v0.4.4
22922024-04-03T04:25:50.998Z Compiling crossbeam-utils v0.8.19
22932024-04-03T04:25:51.450Z Compiling iana-time-zone v0.1.57
22942024-04-03T04:25:51.603Z Compiling smoltcp v0.9.1
22952024-04-03T04:25:51.834Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
22962024-04-03T04:25:52.235Z Compiling untrusted v0.7.1
22972024-04-03T04:25:52.249Z Compiling foreign-types-shared v0.1.1
22982024-04-03T04:25:52.344Z Compiling async-trait v0.1.77
22992024-04-03T04:25:52.404Z Compiling untrusted v0.9.0
23002024-04-03T04:25:52.785Z Compiling powerfmt v0.2.0
23012024-04-03T04:25:53.027Z Compiling base64 v0.21.7
23022024-04-03T04:25:53.169Z Compiling deranged v0.3.11
23032024-04-03T04:25:55.062Z Compiling foreign-types v0.3.2
23042024-04-03T04:25:55.149Z Compiling chrono v0.4.34
23052024-04-03T04:25:55.215Z Compiling dof v0.1.5
23062024-04-03T04:25:55.459Z Compiling dtrace-parser v0.1.14
23072024-04-03T04:25:55.968Z Compiling form_urlencoded v1.2.1
23082024-04-03T04:25:56.455Z Compiling hmac v0.12.1
23092024-04-03T04:25:56.686Z Compiling tokio-util v0.7.10
23102024-04-03T04:25:57.148Z Compiling clap_derive v4.5.0
23112024-04-03T04:25:57.551Z Compiling num-integer v0.1.46
23122024-04-03T04:25:57.778Z Compiling cpufeatures v0.2.12
23132024-04-03T04:25:58.080Z Compiling adler v1.0.2
23142024-04-03T04:25:58.156Z Compiling utf8parse v0.2.1
23152024-04-03T04:25:58.278Z Compiling num_threads v0.1.6
23162024-04-03T04:25:58.292Z Compiling try-lock v0.2.4
23172024-04-03T04:25:58.419Z Compiling siphasher v0.3.11
23182024-04-03T04:25:58.640Z Compiling anstyle v1.0.6
23192024-04-03T04:25:58.705Z Compiling rustversion v1.0.14
23202024-04-03T04:25:59.125Z Compiling want v0.3.1
23212024-04-03T04:25:59.203Z Compiling time v0.3.34
23222024-04-03T04:25:59.323Z Compiling anstyle-parse v0.2.1
23232024-04-03T04:25:59.381Z Compiling miniz_oxide v0.7.1
23242024-04-03T04:26:01.913Z Compiling sha2 v0.10.8
23252024-04-03T04:26:02.253Z Compiling h2 v0.3.24
23262024-04-03T04:26:04.314Z Compiling sct v0.7.0
23272024-04-03T04:26:04.617Z Compiling rustls-webpki v0.101.7
23282024-04-03T04:26:05.516Z Compiling http-body v0.4.5
23292024-04-03T04:26:05.916Z Compiling serde_tokenstream v0.1.7
23302024-04-03T04:26:05.955Z Compiling pkcs8 v0.10.2
23312024-04-03T04:26:06.400Z Compiling hubpack_derive v0.1.1
23322024-04-03T04:26:06.588Z Compiling idna v0.5.0
23332024-04-03T04:26:07.569Z Compiling aho-corasick v1.1.2
23342024-04-03T04:26:07.783Z Compiling usdt-impl v0.5.0
23352024-04-03T04:26:08.017Z Compiling colorchoice v1.0.0
23362024-04-03T04:26:08.327Z Compiling tower-service v0.3.2
23372024-04-03T04:26:08.405Z Compiling openssl-probe v0.1.5
23382024-04-03T04:26:08.457Z Compiling regex-syntax v0.8.2
23392024-04-03T04:26:08.479Z Compiling slog v2.7.0
23402024-04-03T04:26:08.931Z Compiling httpdate v1.0.3
23412024-04-03T04:26:09.557Z Compiling radium v0.7.0
23422024-04-03T04:26:09.666Z Compiling anyhow v1.0.79
23432024-04-03T04:26:10.002Z Compiling anstyle-query v1.0.0
23442024-04-03T04:26:10.146Z Compiling anstream v0.6.11
23452024-04-03T04:26:10.846Z Compiling hyper v0.14.28
23462024-04-03T04:26:12.233Z Compiling regex-automata v0.4.5
23472024-04-03T04:26:17.001Z Compiling url v2.5.0
23482024-04-03T04:26:20.529Z Compiling terminal_size v0.3.0
23492024-04-03T04:26:20.712Z Compiling toml_datetime v0.6.5
23502024-04-03T04:26:20.731Z Compiling serde_spanned v0.6.5
23512024-04-03T04:26:20.973Z Compiling zerocopy v0.6.4
23522024-04-03T04:26:21.390Z Compiling scroll v0.12.0
23532024-04-03T04:26:21.390Z Compiling md-5 v0.10.5
23542024-04-03T04:26:21.735Z Compiling idna v0.3.0
23552024-04-03T04:26:21.738Z Compiling stringprep v0.1.3
23562024-04-03T04:26:21.913Z Compiling diesel_table_macro_syntax v0.1.0
23572024-04-03T04:26:21.927Z Compiling hash32 v0.2.1
23582024-04-03T04:26:22.258Z Compiling plain v0.2.3
23592024-04-03T04:26:22.280Z Compiling fallible-iterator v0.2.0
23602024-04-03T04:26:22.338Z Compiling dyn-clone v1.0.17
23612024-04-03T04:26:22.446Z Compiling strsim v0.11.0
23622024-04-03T04:26:22.449Z Compiling psl-types v2.0.11
23632024-04-03T04:26:22.596Z Compiling stable_deref_trait v1.2.0
23642024-04-03T04:26:22.602Z Compiling gimli v0.28.0
23652024-04-03T04:26:22.626Z Compiling tap v1.0.1
23662024-04-03T04:26:22.694Z Compiling maybe-uninit v2.0.0
23672024-04-03T04:26:22.960Z Compiling clap_lex v0.7.0
23682024-04-03T04:26:23.042Z Compiling uuid v0.8.2
23692024-04-03T04:26:23.149Z Compiling postgres-protocol v0.6.6
23702024-04-03T04:26:23.193Z Compiling clap_builder v4.5.1
23712024-04-03T04:26:24.379Z Compiling wyz v0.5.1
23722024-04-03T04:26:24.590Z Compiling publicsuffix v2.2.3
23732024-04-03T04:26:24.854Z Compiling goblin v0.8.0
23742024-04-03T04:26:25.172Z Compiling diesel_derives v2.1.2
23752024-04-03T04:26:25.622Z Compiling tokio-rustls v0.24.1
23762024-04-03T04:26:27.086Z Compiling addr2line v0.21.0
23772024-04-03T04:26:27.698Z Compiling strum_macros v0.25.2
23782024-04-03T04:26:29.872Z Compiling tokio-native-tls v0.3.1
23792024-04-03T04:26:30.726Z Compiling usdt-attr-macro v0.3.5
23802024-04-03T04:26:31.488Z Compiling usdt-macro v0.3.5
23812024-04-03T04:26:33.106Z Compiling phf_shared v0.11.2
23822024-04-03T04:26:33.492Z Compiling num-iter v0.1.44
23832024-04-03T04:26:34.368Z Compiling block-padding v0.3.3
23842024-04-03T04:26:34.388Z Compiling enum-as-inner v0.5.1
23852024-04-03T04:26:34.479Z Compiling serde_repr v0.1.16
23862024-04-03T04:26:35.574Z Compiling ff v0.13.0
23872024-04-03T04:26:35.806Z Compiling scheduled-thread-pool v0.2.7
23882024-04-03T04:26:37.265Z Compiling object v0.32.1
23892024-04-03T04:26:38.982Z Compiling packed_struct v0.10.1
23902024-04-03T04:26:39.614Z Compiling pretty-hex v0.4.1
23912024-04-03T04:26:39.828Z Compiling winnow v0.5.15
23922024-04-03T04:26:41.020Z Compiling managed v0.8.0
23932024-04-03T04:26:41.508Z Compiling funty v2.0.0
23942024-04-03T04:26:43.675Z Compiling rustc-demangle v0.1.23
23952024-04-03T04:26:44.077Z Compiling regex-automata v0.1.10
23962024-04-03T04:26:44.080Z Compiling matches v0.1.10
23972024-04-03T04:26:44.173Z Compiling bit-vec v0.6.3
23982024-04-03T04:26:44.254Z Compiling base16ct v0.2.0
23992024-04-03T04:26:44.544Z Compiling bitflags v1.3.2
24002024-04-03T04:26:44.579Z Compiling num-bigint-dig v0.8.4
24012024-04-03T04:26:44.640Z Compiling ipnet v2.9.0
24022024-04-03T04:26:45.746Z Compiling bstr v0.2.17
24032024-04-03T04:26:47.215Z Compiling sec1 v0.7.3
24042024-04-03T04:26:47.593Z Compiling idna v0.2.3
24052024-04-03T04:26:49.082Z Compiling toml_edit v0.19.15
24062024-04-03T04:26:50.965Z Compiling bitvec v1.0.1
24072024-04-03T04:26:53.538Z Compiling dof v0.3.0
24082024-04-03T04:26:54.562Z Compiling r2d2 v0.8.10
24092024-04-03T04:26:54.940Z Compiling group v0.13.0
24102024-04-03T04:26:55.255Z Compiling inout v0.1.3
24112024-04-03T04:26:56.406Z Compiling phf v0.11.2
24122024-04-03T04:26:56.666Z Compiling hyper-tls v0.5.0
24132024-04-03T04:26:56.719Z Compiling signal-hook-mio v0.2.3
24142024-04-03T04:26:56.825Z Compiling cookie_store v0.20.0
24152024-04-03T04:26:56.880Z Compiling flate2 v1.0.28
24162024-04-03T04:26:57.040Z Compiling clap v4.5.1
24172024-04-03T04:26:57.148Z Compiling bzip2 v0.4.4
24182024-04-03T04:26:57.553Z Compiling hyper-rustls v0.24.2
24192024-04-03T04:26:57.804Z Compiling ipnetwork v0.20.0
24202024-04-03T04:26:57.922Z Compiling postgres-types v0.2.6
24212024-04-03T04:26:58.329Z Compiling regex v1.10.3
24222024-04-03T04:26:58.895Z Compiling hubpack v0.1.2
24232024-04-03T04:26:58.993Z Compiling rustls-pemfile v1.0.3
24242024-04-03T04:26:59.338Z Compiling phf_shared v0.10.0
24252024-04-03T04:26:59.360Z Compiling hkdf v0.12.4
24262024-04-03T04:26:59.373Z Compiling serde_urlencoded v0.7.1
24272024-04-03T04:26:59.486Z Compiling futures-executor v0.3.30
24282024-04-03T04:26:59.596Z Compiling dtrace-parser v0.2.0
24292024-04-03T04:27:00.250Z Compiling crypto-bigint v0.5.2
24302024-04-03T04:27:00.398Z Compiling packed_struct_codegen v0.10.1
24312024-04-03T04:27:01.287Z Compiling float-cmp v0.9.0
24322024-04-03T04:27:02.096Z Compiling indexmap v1.9.3
24332024-04-03T04:27:02.391Z Compiling encoding_rs v0.8.33
24342024-04-03T04:27:02.405Z Compiling winnow v0.6.1
24352024-04-03T04:27:03.021Z Compiling nodrop v0.1.14
24362024-04-03T04:27:03.368Z Compiling normalize-line-endings v0.3.0
24372024-04-03T04:27:03.499Z Compiling either v1.10.0
24382024-04-03T04:27:03.939Z Compiling minimal-lexical v0.2.1
24392024-04-03T04:27:04.101Z Compiling mime v0.3.17
24402024-04-03T04:27:04.403Z Compiling static_assertions v1.1.0
24412024-04-03T04:27:04.633Z Compiling data-encoding v2.4.0
24422024-04-03T04:27:04.668Z Compiling whoami v1.5.0
24432024-04-03T04:27:05.598Z Compiling fixedbitset v0.4.2
24442024-04-03T04:27:06.000Z Compiling crc-catalog v2.2.0
24452024-04-03T04:27:06.077Z Compiling sync_wrapper v0.1.2
24462024-04-03T04:27:06.168Z Compiling predicates-core v1.0.6
24472024-04-03T04:27:06.207Z Compiling difflib v0.4.0
24482024-04-03T04:27:06.241Z Compiling unicode-width v0.1.11
24492024-04-03T04:27:06.402Z Compiling webpki-roots v0.25.2
24502024-04-03T04:27:06.413Z Compiling new_debug_unreachable v1.0.4
24512024-04-03T04:27:06.487Z Compiling unicode-segmentation v1.10.1
24522024-04-03T04:27:06.552Z Compiling precomputed-hash v0.1.1
24532024-04-03T04:27:06.676Z Compiling string_cache v0.8.7
24542024-04-03T04:27:07.315Z Compiling similar v2.4.0
24552024-04-03T04:27:07.385Z Compiling predicates v3.1.0
24562024-04-03T04:27:07.549Z Compiling reqwest v0.11.24
24572024-04-03T04:27:09.393Z Compiling console v0.15.8
24582024-04-03T04:27:09.491Z Compiling crc v3.0.1
24592024-04-03T04:27:10.306Z Compiling toml_edit v0.22.9
24602024-04-03T04:27:10.945Z Compiling petgraph v0.6.4
24612024-04-03T04:27:13.676Z Compiling trust-dns-proto v0.22.0
24622024-04-03T04:27:17.949Z Compiling tokio-postgres v0.7.10
24632024-04-03T04:27:18.263Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
24642024-04-03T04:27:20.729Z Compiling nom v7.1.3
24652024-04-03T04:27:22.060Z Compiling itertools v0.10.5
24662024-04-03T04:27:22.610Z Compiling array-init v0.0.4
24672024-04-03T04:27:24.390Z Compiling elliptic-curve v0.13.8
24682024-04-03T04:27:26.069Z Compiling futures v0.3.30
24692024-04-03T04:27:27.787Z Compiling smallvec v0.6.14
24702024-04-03T04:27:28.308Z Compiling diesel v2.1.5
24712024-04-03T04:27:28.405Z Compiling yasna v0.5.2
24722024-04-03T04:27:28.624Z Compiling zip v0.6.6
24732024-04-03T04:27:28.663Z Compiling crossterm v0.27.0
24742024-04-03T04:27:29.921Z Compiling crossbeam-epoch v0.9.18
24752024-04-03T04:27:30.038Z Compiling cipher v0.4.4
24762024-04-03T04:27:30.938Z Compiling toml v0.7.8
24772024-04-03T04:27:32.302Z Compiling bit-set v0.5.3
24782024-04-03T04:27:32.461Z Compiling usdt v0.3.5
24792024-04-03T04:27:33.418Z Compiling bstr v1.9.0
24802024-04-03T04:27:35.098Z Compiling pkcs1 v0.7.5
24812024-04-03T04:27:35.321Z Compiling tokio-stream v0.1.14
24822024-04-03T04:27:36.274Z Compiling is-terminal v0.4.9
24832024-04-03T04:27:36.896Z Compiling openapiv3 v2.0.0
24842024-04-03T04:27:39.105Z Compiling hex v0.4.3
24852024-04-03T04:27:39.437Z Compiling signature v2.1.0
24862024-04-03T04:27:39.944Z Compiling hashbrown v0.12.3
24872024-04-03T04:27:41.513Z Compiling bitfield v0.14.0
24882024-04-03T04:27:41.839Z Compiling lalrpop-util v0.19.12
24892024-04-03T04:27:42.997Z Compiling termcolor v1.2.0
24902024-04-03T04:27:43.932Z Compiling peg-runtime v0.8.2
24912024-04-03T04:27:44.485Z Compiling env_logger v0.10.0
24922024-04-03T04:27:46.061Z Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
24932024-04-03T04:27:49.491Z Compiling rsa v0.9.2
24942024-04-03T04:27:55.862Z Compiling serde-hex v0.1.0
24952024-04-03T04:28:00.324Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
24962024-04-03T04:28:04.629Z Compiling ron v0.8.1
24972024-04-03T04:28:05.790Z Compiling x509-cert v0.2.4
24982024-04-03T04:28:06.324Z Compiling hashbrown v0.13.2
24992024-04-03T04:28:07.390Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25002024-04-03T04:28:11.168Z Compiling crc-any v2.4.3
25012024-04-03T04:28:29.899Z Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea)
25022024-04-03T04:28:41.544Z Compiling object v0.30.4
25032024-04-03T04:28:42.041Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a)
25042024-04-03T04:28:52.896Z Compiling path-slash v0.1.5
25052024-04-03T04:28:54.586Z Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84)
25062024-04-03T04:29:15.403Z Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util)
25072024-04-03T04:29:16.221Z Finished release [optimized] target(s) in 3m 59s
25082024-04-03T04:29:16.308Z
25092024-04-03T04:29:16.312Zreal 3:59.529570648
25102024-04-03T04:29:16.312Zuser 26:21.906230670
25112024-04-03T04:29:16.312Zsys 3:14.427585400
25122024-04-03T04:29:16.312Ztrap 0.836025840
25132024-04-03T04:29:16.312Ztflt 1.809130727
25142024-04-03T04:29:16.312Zdflt 0.739693161
25152024-04-03T04:29:16.312Zkflt 0.000293137
25162024-04-03T04:29:16.312Zlock 1:00:13.059891193
25172024-04-03T04:29:16.312Zslp 1:18:01.565710325
25182024-04-03T04:29:16.312Zlat 1:30.685113677
25192024-04-03T04:29:16.312Zstop 1:30.911162193
25202024-04-03T04:29:16.312Z+ ptime -m gzip
25212024-04-03T04:29:16.666Z
25222024-04-03T04:29:16.670Zreal 0.357213075
25232024-04-03T04:29:16.670Zuser 0.352613232
25242024-04-03T04:29:16.671Zsys 0.003810788
25252024-04-03T04:29:16.671Ztrap 0.000134787
25262024-04-03T04:29:16.671Ztflt 0.000000000
25272024-04-03T04:29:16.671Zdflt 0.000000000
25282024-04-03T04:29:16.671Zkflt 0.000000000
25292024-04-03T04:29:16.671Zlock 0.000000000
25302024-04-03T04:29:16.671Zslp 0.000000000
25312024-04-03T04:29:16.671Zlat 0.000233916
25322024-04-03T04:29:16.671Zstop 0.000174983
25332024-04-03T04:29:16.671Z+ banner tufaceous
25342024-04-03T04:29:16.671Z
25352024-04-03T04:29:16.671Z ##### # # ###### ## #### ###### #### # # ####
25362024-04-03T04:29:16.671Z # # # # # # # # # # # # # #
25372024-04-03T04:29:16.671Z # # # ##### # # # ##### # # # # ####
25382024-04-03T04:29:16.671Z # # # # ###### # # # # # # #
25392024-04-03T04:29:16.672Z # # # # # # # # # # # # # # #
25402024-04-03T04:29:16.672Z # #### # # # #### ###### #### #### ####
25412024-04-03T04:29:16.672Z
25422024-04-03T04:29:16.672Z+ ptime -m cargo build --locked -p tufaceous --release
25432024-04-03T04:29:17.198Z Downloading crates ...
25442024-04-03T04:29:17.376Z Downloaded doc-comment v0.3.3
25452024-04-03T04:29:17.379Z Downloaded globset v0.4.13
25462024-04-03T04:29:17.382Z Downloaded buf-list v1.0.3
25472024-04-03T04:29:17.389Z Downloaded pin-project v1.1.3
25482024-04-03T04:29:17.396Z Downloaded snafu v0.7.5
25492024-04-03T04:29:17.402Z Downloaded tough v0.16.0
25502024-04-03T04:29:17.409Z Downloaded typed-path v0.7.0
25512024-04-03T04:29:17.415Z Downloaded snafu-derive v0.7.5
25522024-04-03T04:29:17.418Z Downloaded async-recursion v1.0.5
25532024-04-03T04:29:17.418Z Downloaded serde_plain v1.0.2
25542024-04-03T04:29:17.421Z Downloaded pin-project-internal v1.1.3
25552024-04-03T04:29:17.421Z Downloaded parse-size v1.0.0
25562024-04-03T04:29:17.421Z Downloaded olpc-cjson v0.1.3
25572024-04-03T04:29:17.424Z Downloaded fs-err v2.11.0
25582024-04-03T04:29:17.523Z Compiling serde_tokenstream v0.2.0
25592024-04-03T04:29:17.595Z Compiling regress v0.9.0
25602024-04-03T04:29:17.611Z Compiling dirs-sys-next v0.1.2
25612024-04-03T04:29:17.615Z Compiling strsim v0.10.0
25622024-04-03T04:29:17.615Z Compiling ident_case v1.0.1
25632024-04-03T04:29:17.615Z Compiling rustls-pki-types v1.3.0
25642024-04-03T04:29:17.615Z Compiling heck v0.4.1
25652024-04-03T04:29:17.794Z Compiling dirs-next v2.0.0
25662024-04-03T04:29:18.033Z Compiling darling_core v0.20.3
25672024-04-03T04:29:18.089Z Compiling getopts v0.2.21
25682024-04-03T04:29:18.244Z Compiling thread_local v1.1.7
25692024-04-03T04:29:18.750Z Compiling slog-async v2.8.0
25702024-04-03T04:29:19.221Z Compiling camino v1.1.6
25712024-04-03T04:29:19.221Z Compiling rustls v0.22.2
25722024-04-03T04:29:19.221Z Compiling unsafe-libyaml v0.2.10
25732024-04-03T04:29:19.221Z Compiling rustls-webpki v0.102.1
25742024-04-03T04:29:19.238Z Compiling term v0.7.0
25752024-04-03T04:29:19.518Z Compiling crossbeam-channel v0.5.8
25762024-04-03T04:29:20.802Z Compiling serde_yaml v0.9.25
25772024-04-03T04:29:21.317Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
25782024-04-03T04:29:21.353Z Compiling structmeta-derive v0.3.0
25792024-04-03T04:29:23.584Z Compiling atty v0.2.14
25802024-04-03T04:29:23.597Z Compiling darling_macro v0.20.3
25812024-04-03T04:29:23.753Z Compiling multer v3.0.0
25822024-04-03T04:29:24.075Z Compiling paste v1.0.14
25832024-04-03T04:29:24.165Z Compiling match_cfg v0.1.0
25842024-04-03T04:29:24.183Z Compiling doc-comment v0.3.3
25852024-04-03T04:29:24.264Z Compiling take_mut v0.2.2
25862024-04-03T04:29:24.513Z Compiling darling v0.20.3
25872024-04-03T04:29:24.562Z Compiling hostname v0.3.1
25882024-04-03T04:29:24.635Z Compiling structmeta v0.3.0
25892024-04-03T04:29:24.795Z Compiling slog-term v2.9.0
25902024-04-03T04:29:25.028Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
25912024-04-03T04:29:26.641Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25922024-04-03T04:29:26.657Z Compiling slog-json v2.6.1
25932024-04-03T04:29:26.672Z Compiling http v1.0.0
25942024-04-03T04:29:26.935Z Compiling async-stream-impl v0.3.5
25952024-04-03T04:29:27.199Z Compiling pin-project-internal v1.1.3
25962024-04-03T04:29:27.757Z Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
25972024-04-03T04:29:27.875Z Compiling atomic-waker v1.1.1
25982024-04-03T04:29:28.055Z Compiling fastrand v2.0.1
25992024-04-03T04:29:28.131Z Compiling waitgroup v0.1.2
26002024-04-03T04:29:28.222Z Compiling async-stream v0.3.5
26012024-04-03T04:29:28.384Z Compiling slog-bunyan v2.5.0
26022024-04-03T04:29:28.558Z Compiling tempfile v3.10.0
26032024-04-03T04:29:28.921Z Compiling parse-display-derive v0.9.0
26042024-04-03T04:29:30.034Z Compiling pin-project v1.1.3
26052024-04-03T04:29:30.180Z Compiling tokio-rustls v0.25.0
26062024-04-03T04:29:30.577Z Compiling serde_with_macros v3.6.1
26072024-04-03T04:29:31.715Z Compiling toml v0.8.12
26082024-04-03T04:29:31.737Z Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1)
26092024-04-03T04:29:31.770Z Compiling rustls-pemfile v2.1.1
26102024-04-03T04:29:32.554Z Compiling sha1 v0.10.6
26112024-04-03T04:29:33.048Z Compiling strum_macros v0.26.1
26122024-04-03T04:29:33.273Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26132024-04-03T04:29:33.458Z Compiling newtype-uuid v1.0.1
26142024-04-03T04:29:33.492Z Compiling snafu-derive v0.7.5
26152024-04-03T04:29:33.773Z Compiling serde_path_to_error v0.1.16
26162024-04-03T04:29:33.800Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26172024-04-03T04:29:34.511Z Compiling instant v0.1.12
26182024-04-03T04:29:34.687Z Compiling fs-err v2.11.0
26192024-04-03T04:29:34.783Z Compiling buf-list v1.0.3
26202024-04-03T04:29:34.993Z Compiling arc-swap v1.6.0
26212024-04-03T04:29:35.350Z Compiling debug-ignore v1.0.5
26222024-04-03T04:29:35.506Z Compiling same-file v1.0.6
26232024-04-03T04:29:35.780Z Compiling walkdir v2.4.0
26242024-04-03T04:29:35.792Z Compiling slog-scope v4.4.0
26252024-04-03T04:29:37.639Z Compiling backoff v0.4.0
26262024-04-03T04:29:37.646Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2)
26272024-04-03T04:29:37.769Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26282024-04-03T04:29:37.990Z Compiling strum v0.26.1
26292024-04-03T04:29:38.181Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26302024-04-03T04:29:38.381Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26312024-04-03T04:29:38.517Z Compiling snafu v0.7.5
26322024-04-03T04:29:38.800Z Compiling serde_with v3.6.1
26332024-04-03T04:29:39.283Z Compiling parse-display v0.9.0
26342024-04-03T04:29:39.959Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26352024-04-03T04:29:40.660Z Compiling globset v0.4.13
26362024-04-03T04:29:41.483Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26372024-04-03T04:29:41.659Z Compiling pem v3.0.2
26382024-04-03T04:29:43.327Z Compiling olpc-cjson v0.1.3
26392024-04-03T04:29:43.492Z Compiling serde_plain v1.0.2
26402024-04-03T04:29:43.670Z Compiling macaddr v1.0.1
26412024-04-03T04:29:44.037Z Compiling async-recursion v1.0.5
26422024-04-03T04:29:44.326Z Compiling xattr v1.0.1
26432024-04-03T04:29:44.652Z Compiling filetime v0.2.23
26442024-04-03T04:29:44.831Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26452024-04-03T04:29:44.989Z Compiling typed-path v0.7.0
26462024-04-03T04:29:45.066Z Compiling tar v0.4.40
26472024-04-03T04:29:49.321Z Compiling tough v0.16.0
26482024-04-03T04:29:51.950Z Compiling slog-stdlog v4.1.1
26492024-04-03T04:29:52.886Z Compiling camino-tempfile v1.1.1
26502024-04-03T04:29:52.924Z Compiling itertools v0.12.1
26512024-04-03T04:29:53.729Z Compiling parse-size v1.0.0
26522024-04-03T04:29:54.032Z Compiling slog-envlogger v2.2.0
26532024-04-03T04:29:56.799Z Compiling humantime v2.1.0
26542024-04-03T04:30:00.733Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f)
26552024-04-03T04:30:00.964Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
26562024-04-03T04:30:06.002Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26572024-04-03T04:30:14.216Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
26582024-04-03T04:30:15.915Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
26592024-04-03T04:30:35.942Z Finished release [optimized] target(s) in 1m 19s
26602024-04-03T04:30:36.032Z
26612024-04-03T04:30:36.032Zreal 1:19.327165162
26622024-04-03T04:30:36.032Zuser 8:46.553007947
26632024-04-03T04:30:36.032Zsys 41.617521759
26642024-04-03T04:30:36.032Ztrap 0.241596899
26652024-04-03T04:30:36.032Ztflt 0.378558225
26662024-04-03T04:30:36.032Zdflt 0.449748724
26672024-04-03T04:30:36.036Zkflt 0.000076991
26682024-04-03T04:30:36.036Zlock 17:53.776129264
26692024-04-03T04:30:36.036Zslp 19:29.736310281
26702024-04-03T04:30:36.037Zlat 21.151071697
26712024-04-03T04:30:36.037Zstop 17.228002814
26722024-04-03T04:30:36.037Z+ ptime -m gzip
26732024-04-03T04:30:37.546Z
26742024-04-03T04:30:37.550Zreal 1.512652145
26752024-04-03T04:30:37.550Zuser 1.498896526
26762024-04-03T04:30:37.550Zsys 0.012235138
26772024-04-03T04:30:37.550Ztrap 0.000382922
26782024-04-03T04:30:37.550Ztflt 0.000000000
26792024-04-03T04:30:37.550Zdflt 0.000000000
26802024-04-03T04:30:37.550Zkflt 0.000000000
26812024-04-03T04:30:37.550Zlock 0.000000000
26822024-04-03T04:30:37.550Zslp 0.000000000
26832024-04-03T04:30:37.550Zlat 0.000726678
26842024-04-03T04:30:37.550Zstop 0.000184632
26852024-04-03T04:30:37.550Zprocess exited: duration 849964 ms, exit code 0
 
26862024-04-03T04:30:37.558Zfound 8 output files
26872024-04-03T04:30:37.558Zuploading: /work/end-to-end-tests/bootstrap-b40ff418488753dc.gz (9708793 bytes)
26882024-04-03T04:30:40.909Zuploaded: /work/end-to-end-tests/bootstrap-b40ff418488753dc.gz
26892024-04-03T04:30:40.909Zuploading: /work/end-to-end-tests/bootstrap.gz (104791501 bytes)
26902024-04-03T04:31:16.295Zuploaded: /work/end-to-end-tests/bootstrap.gz
26912024-04-03T04:31:16.295Zuploading: /work/end-to-end-tests/commtest-1cbf87e3974c7dcf.gz (9708710 bytes)
26922024-04-03T04:31:29.163Zuploaded: /work/end-to-end-tests/commtest-1cbf87e3974c7dcf.gz
26932024-04-03T04:31:29.164Zuploading: /work/end-to-end-tests/dhcp_server-402e6553774c9599.gz (9708361 bytes)
26942024-04-03T04:31:32.126Zuploaded: /work/end-to-end-tests/dhcp_server-402e6553774c9599.gz
26952024-04-03T04:31:32.127Zuploading: /work/end-to-end-tests/end_to_end_tests-feefe2df301c88ff.gz (107806293 bytes)
26962024-04-03T04:32:07.392Zuploaded: /work/end-to-end-tests/end_to_end_tests-feefe2df301c88ff.gz
26972024-04-03T04:32:07.392Zuploading: /work/caboose-util.gz (3208052 bytes)
26982024-04-03T04:32:11.449Zuploaded: /work/caboose-util.gz
26992024-04-03T04:32:11.449Zuploading: /work/tufaceous.gz (13711102 bytes)
27002024-04-03T04:32:18.116Zuploaded: /work/tufaceous.gz
27012024-04-03T04:32:18.117Zuploading: /work/commtest (473410600 bytes)
27022024-04-03T04:34:53.659Zuploaded: /work/commtest